01HZHC7SDKZ9S8842PDSBCSMAH: 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: 01HZHC813HTWNRS0ZGD4A1N61T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-04T10:21:35.831Zjob assigned to worker 01HZHC84W9CPCDW5NRCHXV5XH4 (queued for 47 s)
 
22024-06-04T10:21:36.304Zstarting task 0: "setup"
32024-06-04T10:21:36.328Z++ uname -s
42024-06-04T10:21:36.329Z+ kern=SunOS
52024-06-04T10:21:36.329Z+ case "$kern" in
62024-06-04T10:21:36.329Z+ groupadd -g 12345 build
72024-06-04T10:21:36.329Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-04T10:21:38.336Z+ zfs create -o mountpoint=/work rpool/work
92024-06-04T10:21:38.389Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-04T10:21:38.414Z+ home_fs=zfs
112024-06-04T10:21:38.414Z+ [[ zfs == autofs ]]
122024-06-04T10:21:38.414Z+ mkdir -p /home/build
132024-06-04T10:21:38.414Z+ chown build:build /home/build /work
142024-06-04T10:21:40.400Z+ chmod 0700 /home/build /work
152024-06-04T10:21:40.424Zprocess exited: duration 4099 ms, exit code 0
 
162024-06-04T10:21:40.477Zstarting task 1: "rust-toolchain"
172024-06-04T10:21:40.501Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-06-04T10:21:40.501Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-06-04T10:21:40.624Zinfo: downloading installer
202024-06-04T10:21:41.533Zwarning: it looks like you have an existing installation of Rust at:
212024-06-04T10:21:41.533Zwarning: /opt/ooce/bin
222024-06-04T10:21:41.533Zwarning: It is recommended that rustup be the primary Rust installation.
232024-06-04T10:21:41.533Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-06-04T10:21:41.533Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-06-04T10:21:41.533Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-06-04T10:21:41.533Zwarning: or pass `-y' to ignore all ignorable checks.
272024-06-04T10:21:41.533Zerror: cannot install while Rust is installed
282024-06-04T10:21:41.533Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-06-04T10:21:41.586Zinfo: profile set to 'default'
302024-06-04T10:21:41.586Zinfo: default host triple is x86_64-unknown-illumos
312024-06-04T10:21:41.610Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-06-04T10:21:41.684Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-06-04T10:21:41.684Zinfo: downloading component 'cargo'
342024-06-04T10:21:41.820Zinfo: downloading component 'clippy'
352024-06-04T10:21:41.851Zinfo: downloading component 'rust-docs'
362024-06-04T10:21:42.010Zinfo: downloading component 'rust-std'
372024-06-04T10:21:42.269Zinfo: downloading component 'rustc'
382024-06-04T10:21:42.907Zinfo: downloading component 'rustfmt'
392024-06-04T10:21:42.949Zinfo: installing component 'cargo'
402024-06-04T10:21:44.090Zinfo: installing component 'clippy'
412024-06-04T10:21:44.517Zinfo: installing component 'rust-docs'
422024-06-04T10:21:47.019Zinfo: installing component 'rust-std'
432024-06-04T10:21:49.013Zinfo: installing component 'rustc'
442024-06-04T10:21:54.080Zinfo: installing component 'rustfmt'
452024-06-04T10:21:54.445Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-06-04T10:21:54.446Z
472024-06-04T10:21:54.562Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-06-04T10:21:54.562Z
492024-06-04T10:21:54.593Z
502024-06-04T10:21:54.593ZRust is installed now. Great!
512024-06-04T10:21:54.594Z
522024-06-04T10:21:54.594ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-06-04T10:21:54.594Zenvironment variable. This has not been done automatically.
542024-06-04T10:21:54.594Z
552024-06-04T10:21:54.594ZTo configure your current shell, you need to source
562024-06-04T10:21:54.594Zthe corresponding env file under $HOME/.cargo.
572024-06-04T10:21:54.595Z
582024-06-04T10:21:54.595ZThis is usually done by running one of the following (note the leading DOT):
592024-06-04T10:21:54.595Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-06-04T10:21:54.595Zsource "$HOME/.cargo/env.fish" # For fish
612024-06-04T10:21:54.627Z+ rustc --version
622024-06-04T10:21:54.734Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-06-04T10:21:54.762Zprocess exited: duration 14261 ms, exit code 0
 
642024-06-04T10:21:54.824Zstarting task 2: "authentication"
652024-06-04T10:21:54.880Zprocess exited: duration 59 ms, exit code 0
 
662024-06-04T10:21:55.352Zstarting task 3: "clone repository"
672024-06-04T10:21:55.392Z+ mkdir -p /work/oxidecomputer/omicron
682024-06-04T10:21:55.392Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-06-04T10:21:55.392ZCloning into '/work/oxidecomputer/omicron'...
702024-06-04T10:22:01.395Z+ cd /work/oxidecomputer/omicron
712024-06-04T10:22:01.395Z+ git fetch origin 48d427ece7c441c9b94e220270f24ea7197c6c3d
722024-06-04T10:22:01.807ZFrom https://github.com/oxidecomputer/omicron
732024-06-04T10:22:01.807Z * branch 48d427ece7c441c9b94e220270f24ea7197c6c3d -> FETCH_HEAD
742024-06-04T10:22:01.835Z+ [[ -n felixmcfelix/opte-545 ]]
752024-06-04T10:22:01.835Z++ git branch --show-current
762024-06-04T10:22:01.835Z+ current=main
772024-06-04T10:22:01.835Z+ [[ main != felixmcfelix/opte-545 ]]
782024-06-04T10:22:01.835Z+ git branch -f felixmcfelix/opte-545 48d427ece7c441c9b94e220270f24ea7197c6c3d
792024-06-04T10:22:01.860Z+ git checkout -f felixmcfelix/opte-545
802024-06-04T10:22:02.002ZSwitched to branch 'felixmcfelix/opte-545'
812024-06-04T10:22:02.039Z+ git reset --hard 48d427ece7c441c9b94e220270f24ea7197c6c3d
822024-06-04T10:22:02.040ZHEAD is now at 48d427ece Update OPTE to 0.31.262 (417f74e)
832024-06-04T10:22:02.040Zprocess exited: duration 6683 ms, exit code 0
 
842024-06-04T10:22:02.104Zstarting task 4: "build"
852024-06-04T10:22:02.130Z+ cargo --version
862024-06-04T10:22:02.199Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-06-04T10:22:02.224Z+ rustc --version
882024-06-04T10:22:02.297Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-06-04T10:22:02.322Z+ WORK=/work
902024-06-04T10:22:02.322Z+ pfexec mkdir -p /work
912024-06-04T10:22:02.322Z+ pfexec chown build /work
922024-06-04T10:22:02.322Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-06-04T10:22:06.956Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-06-04T10:22:08.935Z Startup: Caching catalogs ... Done
952024-06-04T10:22:11.336ZPlanning: Solver setup ... Done (1.808s)
962024-06-04T10:22:11.364ZPlanning: Running solver ... Done (0.034s)
972024-06-04T10:22:11.392ZPlanning: Finding local manifests ... Done (0.002s)
982024-06-04T10:22:11.487ZPlanning: Fetching manifests: 0/4 0% complete
992024-06-04T10:22:11.881ZPlanning: Fetching manifests: 4/4 100% complete
1002024-06-04T10:22:11.940ZPlanning: Package planning ... Done (0.060s)
1012024-06-04T10:22:12.000ZPlanning: Merging actions ... Done (0.058s)
1022024-06-04T10:22:12.342ZPlanning: Checking for conflicting actions ... Done (0.344s)
1032024-06-04T10:22:12.369ZPlanning: Consolidating action changes ... Done (0.013s)
1042024-06-04T10:22:13.034ZPlanning: Evaluating mediators ... Done (0.677s)
1052024-06-04T10:22:13.064ZPlanning: Planning completed in 4.06 seconds
1062024-06-04T10:22:13.064Z Packages to install: 4
1072024-06-04T10:22:13.064Z Mediators to change: 2
1082024-06-04T10:22:13.065Z Services to change: 1
1092024-06-04T10:22:13.065Z Estimated space available: 148.90 GB
1102024-06-04T10:22:13.065ZEstimated space to be consumed: 1.45 GB
1112024-06-04T10:22:13.065Z Create boot environment: No
1122024-06-04T10:22:13.065ZCreate backup boot environment: No
1132024-06-04T10:22:13.065Z Rebuild boot archive: No
1142024-06-04T10:22:13.065Z
1152024-06-04T10:22:13.065ZChanged mediators:
1162024-06-04T10:22:13.066Z mediator clang:
1172024-06-04T10:22:13.066Z version: None -> 15 (system default)
1182024-06-04T10:22:13.066Z
1192024-06-04T10:22:13.066Z mediator llvm:
1202024-06-04T10:22:13.066Z version: 14 (system default) -> 15 (system default)
1212024-06-04T10:22:13.066Z
1222024-06-04T10:22:13.066ZChanged packages:
1232024-06-04T10:22:13.066Zhelios-dev
1242024-06-04T10:22:13.066Z developer/build-essential
1252024-06-04T10:22:13.066Z None -> 11-2.0
1262024-06-04T10:22:13.066Z library/libxmlsec1
1272024-06-04T10:22:13.066Z None -> 1.2.35-2.0
1282024-06-04T10:22:13.067Z ooce/developer/clang-15
1292024-06-04T10:22:13.067Z None -> 15.0.7-2.0
1302024-06-04T10:22:13.067Z ooce/developer/llvm-15
1312024-06-04T10:22:13.067Z None -> 15.0.7-2.0
1322024-06-04T10:22:13.067Z
1332024-06-04T10:22:13.067ZServices:
1342024-06-04T10:22:13.068Z restart_fmri:
1352024-06-04T10:22:13.068Z svc:/system/update-man-index:default
1362024-06-04T10:22:13.111Z
1372024-06-04T10:22:13.112ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-06-04T10:22:18.118ZDownload: 609/3290 items 3.5/212.6MB 1% complete (727k/s)
1392024-06-04T10:22:23.119ZDownload: 1198/3290 items 72.6/212.6MB 34% complete (7.4M/s)
1402024-06-04T10:22:28.119ZDownload: 2231/3290 items 119.2/212.6MB 56% complete (11.6M/s)
1412024-06-04T10:22:33.118ZDownload: 3269/3290 items 206.4/212.6MB 97% complete (13.2M/s)
1422024-06-04T10:22:33.982ZDownload: Completed 212.60 MB in 20.88 seconds (10.2M/s)
1432024-06-04T10:22:34.171Z Actions: 1/3689 actions (Installing new actions)
1442024-06-04T10:22:39.177Z Actions: 3303/3689 actions (Installing new actions)
1452024-06-04T10:22:40.018Z Actions: Completed 3689 actions in 5.85 seconds.
1462024-06-04T10:22:40.859Z Done (0.308s)
1472024-06-04T10:22:40.859Z Done (0.000s)
1482024-06-04T10:22:40.890Z Done (0.349s)
1492024-06-04T10:22:45.526Z Done (4.722s)
1502024-06-04T10:22:45.621Z Done (0.018s)
1512024-06-04T10:22:45.648Z Done (0.000s)
1522024-06-04T10:22:45.769Z Done (0.000s)
1532024-06-04T10:22:46.364ZPlanning: Evaluating mediator changes ... Done
1542024-06-04T10:22:46.559ZPlanning: Checking for conflicting actions ... Done
1552024-06-04T10:22:46.583ZPlanning: Consolidating action changes ... Done
1562024-06-04T10:22:46.873ZPlanning: Evaluating mediators ... Done
1572024-06-04T10:22:46.897ZPlanning: Planning completed in 0.51 seconds
1582024-06-04T10:22:46.922Z Mediators to change: 2
1592024-06-04T10:22:46.922Z Create boot environment: No
1602024-06-04T10:22:46.922ZCreate backup boot environment: No
1612024-06-04T10:22:46.971Z Done
1622024-06-04T10:22:46.971Z Done
1632024-06-04T10:22:47.198Z Done
1642024-06-04T10:22:51.475Z Done
1652024-06-04T10:22:51.565Z Done
1662024-06-04T10:22:51.590Z Done
1672024-06-04T10:22:51.638Z Done
1682024-06-04T10:22:52.348ZPlanning: Evaluating mediator changes ... Done
1692024-06-04T10:22:52.372ZPlanning: Merging actions ... Done
1702024-06-04T10:22:52.585ZPlanning: Checking for conflicting actions ... Done
1712024-06-04T10:22:52.611ZPlanning: Consolidating action changes ... Done
1722024-06-04T10:22:52.900ZPlanning: Evaluating mediators ... Done
1732024-06-04T10:22:52.979ZPlanning: Planning completed in 0.91 seconds
1742024-06-04T10:22:53.007Z Packages to change: 1
1752024-06-04T10:22:53.007Z Mediators to change: 1
1762024-06-04T10:22:53.007Z Services to change: 1
1772024-06-04T10:22:53.007Z Create boot environment: No
1782024-06-04T10:22:53.007ZCreate backup boot environment: Yes
1792024-06-04T10:22:54.538Z Actions: 1/6 actions (Updating modified actions)
1802024-06-04T10:22:54.562Z Actions: Completed 6 actions in 0.00 seconds.
1812024-06-04T10:22:54.562Z Done
1822024-06-04T10:22:54.562Z Done
1832024-06-04T10:22:54.621Z Done
1842024-06-04T10:22:58.744Z Done
1852024-06-04T10:22:58.842Z Done
1862024-06-04T10:22:58.873Z Done
1872024-06-04T10:22:58.915Z Done
1882024-06-04T10:22:59.445ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1892024-06-04T10:22:59.445Zclang system 15 system
1902024-06-04T10:22:59.445Zcsh system system illumos
1912024-06-04T10:22:59.445Zctags system system illumos
1922024-06-04T10:22:59.445Zgcc vendor 12 vendor
1932024-06-04T10:22:59.446Zgcc system 10 system
1942024-06-04T10:22:59.446Zgcc system 7 system
1952024-06-04T10:22:59.446Zgo system 1.20 system
1962024-06-04T10:22:59.446Zgo system 1.19 system
1972024-06-04T10:22:59.446Zllvm system 15 system
1982024-06-04T10:22:59.446Zllvm system 14 system
1992024-06-04T10:22:59.446Zmariadb system 10.6 system
2002024-06-04T10:22:59.446Zmta vendor vendor dma
2012024-06-04T10:22:59.446Zopenjdk system 17 system
2022024-06-04T10:22:59.446Zopenjdk system 11 system
2032024-06-04T10:22:59.446Zopenjdk system 1.8 system
2042024-06-04T10:22:59.446Zopenssl vendor 3 vendor
2052024-06-04T10:22:59.446Zperl system 5.36 system
2062024-06-04T10:22:59.446Zpostgresql system 15 system
2072024-06-04T10:22:59.446Zpostgresql system 13 system
2082024-06-04T10:22:59.446Zpython vendor 3 vendor
2092024-06-04T10:22:59.446Zpython system 2 system
2102024-06-04T10:22:59.446Zpython3 system 3.11 system
2112024-06-04T10:22:59.446Zruby system 3.0 system
2122024-06-04T10:22:59.446Zwords vendor vendor american-english
2132024-06-04T10:22:59.446Zwords system system australian-english
2142024-06-04T10:22:59.446Zwords system system british-english
2152024-06-04T10:22:59.446Zwords system system canadian-english
2162024-06-04T10:22:59.447Zwords system system french
2172024-06-04T10:22:59.447Zwords system system italian
2182024-06-04T10:22:59.447Zwords system system ngerman
2192024-06-04T10:22:59.447Zwords system system ogerman
2202024-06-04T10:22:59.447Zwords system system spanish
2212024-06-04T10:22:59.856ZPUBLISHER TYPE STATUS P LOCATION
2222024-06-04T10:22:59.856Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2232024-06-04T10:23:01.578ZFMRI IFO
2242024-06-04T10:23:01.578Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-06-04T10:23:01.578Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-06-04T10:23:01.578Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-06-04T10:23:01.578Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-06-04T10:23:01.578Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2292024-06-04T10:23:01.578Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-06-04T10:23:01.578Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-06-04T10:23:01.578Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2322024-06-04T10:23:01.578Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2332024-06-04T10:23:01.578Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2342024-06-04T10:23:01.578Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-06-04T10:23:01.578Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2362024-06-04T10:23:01.844Z+ set -o errexit
2372024-06-04T10:23:01.869Z+++ dirname ./tools/ci_download_cockroachdb
2382024-06-04T10:23:01.869Z++ cd ./tools
2392024-06-04T10:23:01.869Z++ pwd
2402024-06-04T10:23:01.869Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-06-04T10:23:01.869Z++ basename ./tools/ci_download_cockroachdb
2422024-06-04T10:23:01.869Z+ ARG0=ci_download_cockroachdb
2432024-06-04T10:23:01.869Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-06-04T10:23:01.869Z+ CIDL_VERSION=v22.1.9
2452024-06-04T10:23:01.869Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-06-04T10:23:01.869Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2472024-06-04T10:23:01.869Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2482024-06-04T10:23:01.870Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2492024-06-04T10:23:01.870Z+ TARGET_DIR=out
2502024-06-04T10:23:01.870Z+ DOWNLOAD_DIR=out/downloads
2512024-06-04T10:23:01.870Z+ DEST_DIR=./out/cockroachdb
2522024-06-04T10:23:01.870Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-06-04T10:23:01.870Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-06-04T10:23:01.870Z+ main
2552024-06-04T10:23:01.870Z+ [[ 0 != 0 ]]
2562024-06-04T10:23:01.870Z+ CIDL_OS=solaris2.11
2572024-06-04T10:23:01.870Z+ [[ 0 != 0 ]]
2582024-06-04T10:23:01.870Z+ configure_os solaris2.11
2592024-06-04T10:23:01.870Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-06-04T10:23:01.870Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-06-04T10:23:01.870Zcurrent directory: /work/oxidecomputer/omicron
2622024-06-04T10:23:01.870Zconfiguring based on OS: "solaris2.11"
2632024-06-04T10:23:01.870Z+ case "$1" in
2642024-06-04T10:23:01.870Z+ CIDL_BUILD=illumos
2652024-06-04T10:23:01.870Z+ CIDL_SUFFIX=tar.gz
2662024-06-04T10:23:01.870Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-06-04T10:23:01.870Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-06-04T10:23:01.870Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-06-04T10:23:01.870Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-06-04T10:23:01.870Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-06-04T10:23:01.870Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-06-04T10:23:01.871Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-06-04T10:23:01.871Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-06-04T10:23:01.871Z+ CIDL_SHA256FUNC=do_sha256sum
2752024-06-04T10:23:01.871Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-06-04T10:23:01.871Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-06-04T10:23:01.871Z+ mkdir -p out/downloads
2782024-06-04T10:23:01.871ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-06-04T10:23:01.871ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-06-04T10:23:01.871Z+ mkdir -p ./out/cockroachdb
2812024-06-04T10:23:01.871Z+ local DO_DOWNLOAD=true
2822024-06-04T10:23:01.871Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-06-04T10:23:01.871Z+ '[' true == true ']'
2842024-06-04T10:23:01.871Z+ echo Downloading...
2852024-06-04T10:23:01.871ZDownloading...
2862024-06-04T10:23:01.871Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-06-04T10:23:01.871Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-06-04T10:23:06.219Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-06-04T10:23:06.246Z++ sha256sum
2902024-06-04T10:23:06.246Z++ awk '{print $1}'
2912024-06-04T10:23:06.321Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-06-04T10:23:06.321Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2932024-06-04T10:23:06.321Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-06-04T10:23:06.348Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-06-04T10:23:09.303Z+ do_assemble_illumos
2962024-06-04T10:23:09.303Z+ rm -r ./out/cockroachdb
2972024-06-04T10:23:09.327Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-06-04T10:23:09.678Z+ ./out/cockroachdb/bin/cockroach version
2992024-06-04T10:23:09.919ZBuild Tag: v22.1.9-dirty
3002024-06-04T10:23:09.919ZBuild Time: 2022/10/26 21:17:46
3012024-06-04T10:23:09.919ZDistribution: OSS
3022024-06-04T10:23:09.919ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-06-04T10:23:09.919ZGo Version: go1.17.13
3042024-06-04T10:23:09.920ZC Compiler: gcc 10.3.0
3052024-06-04T10:23:09.920ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-06-04T10:23:09.920ZBuild Type: release
3072024-06-04T10:23:09.945Z+ set -o errexit
3082024-06-04T10:23:09.969Z+++ dirname ./tools/ci_download_clickhouse
3092024-06-04T10:23:09.969Z++ cd ./tools
3102024-06-04T10:23:09.969Z++ pwd
3112024-06-04T10:23:09.970Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-06-04T10:23:09.970Z++ basename ./tools/ci_download_clickhouse
3132024-06-04T10:23:09.970Z+ ARG0=ci_download_clickhouse
3142024-06-04T10:23:09.970Z+ TARGET_DIR=out
3152024-06-04T10:23:09.970Z+ DOWNLOAD_DIR=out/downloads
3162024-06-04T10:23:09.970Z+ DEST_DIR=./out/clickhouse
3172024-06-04T10:23:09.970Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3182024-06-04T10:23:09.970Z+ CIDL_VERSION=v23.8.7.24
3192024-06-04T10:23:09.970Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202024-06-04T10:23:09.970Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3212024-06-04T10:23:09.970Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3222024-06-04T10:23:09.970Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3232024-06-04T10:23:09.970Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242024-06-04T10:23:09.970Z+ main
3252024-06-04T10:23:09.970Z+ [[ 0 != 0 ]]
3262024-06-04T10:23:09.970Z+ CIDL_OS=solaris2.11
3272024-06-04T10:23:09.970Z+ [[ 0 != 0 ]]
3282024-06-04T10:23:09.970Z+ configure_os solaris2.11
3292024-06-04T10:23:09.970Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302024-06-04T10:23:09.970Zcurrent directory: /work/oxidecomputer/omicron
3312024-06-04T10:23:09.970Z+ echo 'configuring based on OS: "solaris2.11"'
3322024-06-04T10:23:09.970Zconfiguring based on OS: "solaris2.11"
3332024-06-04T10:23:09.970Z+ CIDL_DASHREV=
3342024-06-04T10:23:09.970Z+ case "$1" in
3352024-06-04T10:23:09.971Z+ CIDL_PLATFORM=illumos
3362024-06-04T10:23:09.971Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3372024-06-04T10:23:09.971Z+ CIDL_MD5FUNC=do_md5sum
3382024-06-04T10:23:09.971Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3392024-06-04T10:23:09.971Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3402024-06-04T10:23:09.971Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-06-04T10:23:09.971Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3422024-06-04T10:23:09.971Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3432024-06-04T10:23:09.971ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-06-04T10:23:09.971ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3452024-06-04T10:23:09.971Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3462024-06-04T10:23:09.971Z+ mkdir -p out/downloads
3472024-06-04T10:23:09.971Z+ mkdir -p ./out/clickhouse
3482024-06-04T10:23:09.971Z+ local DO_DOWNLOAD=true
3492024-06-04T10:23:09.971Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3502024-06-04T10:23:09.971Z+ '[' true == true ']'
3512024-06-04T10:23:09.971Z+ echo Downloading...
3522024-06-04T10:23:09.971ZDownloading...
3532024-06-04T10:23:09.971Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-06-04T10:23:09.971Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-06-04T10:23:21.676Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-06-04T10:23:21.701Z++ md5sum
3572024-06-04T10:23:21.701Z++ awk '{print $1}'
3582024-06-04T10:23:21.945Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3592024-06-04T10:23:21.946Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3602024-06-04T10:23:21.946Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3612024-06-04T10:23:21.946Z+ mkdir -p ./out/clickhouse
3622024-06-04T10:23:21.973Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3632024-06-04T10:23:27.017Z+ [[ solaris2.11 == darwin* ]]
3642024-06-04T10:23:27.017Z+ ./out/clickhouse/clickhouse server --version
3652024-06-04T10:23:27.165ZClickHouse server version 23.8.7.1.
3662024-06-04T10:23:27.194Z+ set -o errexit
3672024-06-04T10:23:27.218Z+++ dirname ./tools/ci_download_console
3682024-06-04T10:23:27.218Z++ cd ./tools
3692024-06-04T10:23:27.218Z++ pwd
3702024-06-04T10:23:27.218Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712024-06-04T10:23:27.218Z++ basename ./tools/ci_download_console
3722024-06-04T10:23:27.218Z+ ARG0=ci_download_console
3732024-06-04T10:23:27.218Z+ TARGET_DIR=out
3742024-06-04T10:23:27.218Z+ DOWNLOAD_DIR=out/downloads
3752024-06-04T10:23:27.218Z+ DEST_DIR=./out/console-assets
3762024-06-04T10:23:27.218Z+ source /work/oxidecomputer/omicron/tools/console_version
3772024-06-04T10:23:27.218Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3782024-06-04T10:23:27.219Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3792024-06-04T10:23:27.219Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3802024-06-04T10:23:27.219Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812024-06-04T10:23:27.219Z+ main
3822024-06-04T10:23:27.219Z+ [[ 0 != 0 ]]
3832024-06-04T10:23:27.219Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3842024-06-04T10:23:27.219ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3852024-06-04T10:23:27.219Z+ echo 'Local file: out/downloads/console.tar.gz'
3862024-06-04T10:23:27.219Z+ local DO_DOWNLOAD=true
3872024-06-04T10:23:27.219ZLocal file: out/downloads/console.tar.gz
3882024-06-04T10:23:27.219Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-06-04T10:23:27.219Z+ mkdir -p out/downloads
3902024-06-04T10:23:27.219Z+ '[' true == true ']'
3912024-06-04T10:23:27.219Z+ echo Downloading...
3922024-06-04T10:23:27.219ZDownloading...
3932024-06-04T10:23:27.219Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3942024-06-04T10:23:27.219Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3952024-06-04T10:23:27.741Z++ do_sha256sum out/downloads/console.tar.gz
3962024-06-04T10:23:27.741Z++ case "$OSTYPE" in
3972024-06-04T10:23:27.742Z++ SHA=sha256sum
3982024-06-04T10:23:27.766Z++ sha256sum
3992024-06-04T10:23:27.766Z++ awk '{print $1}'
4002024-06-04T10:23:27.766Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4012024-06-04T10:23:27.766Z+ [[ 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 ]]
4022024-06-04T10:23:27.766Z+ rm -rf ./out/console-assets
4032024-06-04T10:23:27.766Z+ mkdir -p ./out/console-assets
4042024-06-04T10:23:27.766Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052024-06-04T10:23:27.766Z+ mkdir -p ./out/console-assets
4062024-06-04T10:23:27.766Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072024-06-04T10:23:27.893Z+ set -o errexit
4082024-06-04T10:23:27.920Z+++ dirname ./tools/ci_download_dendrite_openapi
4092024-06-04T10:23:27.920Z++ cd ./tools
4102024-06-04T10:23:27.920Z++ pwd
4112024-06-04T10:23:27.920Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-06-04T10:23:27.920Z++ basename ./tools/ci_download_dendrite_openapi
4132024-06-04T10:23:27.920Z+ ARG0=ci_download_dendrite_openapi
4142024-06-04T10:23:27.920Z+ TARGET_DIR=out
4152024-06-04T10:23:27.920Z+ DOWNLOAD_DIR=out/downloads
4162024-06-04T10:23:27.920Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4172024-06-04T10:23:27.920Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4182024-06-04T10:23:27.920Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4192024-06-04T10:23:27.921Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4202024-06-04T10:23:27.921Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4212024-06-04T10:23:27.921Z+ main
4222024-06-04T10:23:27.921Z+ [[ 0 != 0 ]]
4232024-06-04T10:23:27.921Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4242024-06-04T10:23:27.921ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4252024-06-04T10:23:27.921Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4262024-06-04T10:23:27.921ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4272024-06-04T10:23:27.921Z+ local DO_DOWNLOAD=true
4282024-06-04T10:23:27.921Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4292024-06-04T10:23:27.921Z+ mkdir -p out/downloads
4302024-06-04T10:23:27.921Z+ '[' true == true ']'
4312024-06-04T10:23:27.921Z+ echo Downloading...
4322024-06-04T10:23:27.921ZDownloading...
4332024-06-04T10:23:27.921Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4342024-06-04T10:23:27.921Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4352024-06-04T10:23:28.311Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4362024-06-04T10:23:28.311Z++ case "$OSTYPE" in
4372024-06-04T10:23:28.311Z++ SHA=sha256sum
4382024-06-04T10:23:28.336Z++ sha256sum
4392024-06-04T10:23:28.336Z++ awk '{print $1}'
4402024-06-04T10:23:28.336Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4412024-06-04T10:23:28.336Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4422024-06-04T10:23:28.336Z+ set -o errexit
4432024-06-04T10:23:28.336Z+++ dirname ./tools/ci_download_dendrite_stub
4442024-06-04T10:23:28.336Z++ cd ./tools
4452024-06-04T10:23:28.336Z++ pwd
4462024-06-04T10:23:28.336Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472024-06-04T10:23:28.363Z++ basename ./tools/ci_download_dendrite_stub
4482024-06-04T10:23:28.363Z+ ARG0=ci_download_dendrite_stub
4492024-06-04T10:23:28.363Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4502024-06-04T10:23:28.363Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4512024-06-04T10:23:28.363Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4522024-06-04T10:23:28.363Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4532024-06-04T10:23:28.363Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4542024-06-04T10:23:28.363Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4552024-06-04T10:23:28.363Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4562024-06-04T10:23:28.363Z+ TARGET_DIR=out
4572024-06-04T10:23:28.363Z+ DOWNLOAD_DIR=out/downloads
4582024-06-04T10:23:28.364Z+ DEST_DIR=./out/dendrite-stub
4592024-06-04T10:23:28.364Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4602024-06-04T10:23:28.364Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4612024-06-04T10:23:28.364Z+ REPO=oxidecomputer/dendrite
4622024-06-04T10:23:28.364Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4632024-06-04T10:23:28.364Z+ main
4642024-06-04T10:23:28.364Z+ [[ 0 != 0 ]]
4652024-06-04T10:23:28.364Z+ CIDL_OS=solaris2.11
4662024-06-04T10:23:28.364Z+ [[ 0 != 0 ]]
4672024-06-04T10:23:28.364Z+ configure_os solaris2.11
4682024-06-04T10:23:28.364Z+ echo 'current directory: /work/oxidecomputer/omicron'
4692024-06-04T10:23:28.364Z+ echo 'configuring based on OS: "solaris2.11"'
4702024-06-04T10:23:28.364Zcurrent directory: /work/oxidecomputer/omicron
4712024-06-04T10:23:28.364Z+ case "$1" in
4722024-06-04T10:23:28.364Z+ SET_BINARIES=
4732024-06-04T10:23:28.364Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4742024-06-04T10:23:28.364Zconfiguring based on OS: "solaris2.11"
4752024-06-04T10:23:28.364Z+ CIDL_SHA256FUNC=do_sha256sum
4762024-06-04T10:23:28.364Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4772024-06-04T10:23:28.364Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4782024-06-04T10:23:28.364Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4792024-06-04T10:23:28.364Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4802024-06-04T10:23:28.364ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4812024-06-04T10:23:28.364Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4822024-06-04T10:23:28.365Z+ mkdir -p out/downloads
4832024-06-04T10:23:28.365ZLocal file: out/downloads/dendrite-stub.tar.gz
4842024-06-04T10:23:28.365Z+ mkdir -p ./out/dendrite-stub
4852024-06-04T10:23:28.365Z+ fetch_and_verify
4862024-06-04T10:23:28.365Z+ local DO_DOWNLOAD=true
4872024-06-04T10:23:28.365Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4882024-06-04T10:23:28.365Z+ '[' true == true ']'
4892024-06-04T10:23:28.365Z+ echo Downloading...
4902024-06-04T10:23:28.365ZDownloading...
4912024-06-04T10:23:28.365Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4922024-06-04T10:23:28.365Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4932024-06-04T10:23:38.752Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4942024-06-04T10:23:38.776Z++ sha256sum
4952024-06-04T10:23:38.776Z++ awk '{print $1}'
4962024-06-04T10:23:38.800Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4972024-06-04T10:23:38.800Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
4982024-06-04T10:23:38.800Z+ do_untar out/downloads/dendrite-stub.tar.gz
4992024-06-04T10:23:38.801Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5002024-06-04T10:23:39.636Z+ do_assemble
5012024-06-04T10:23:39.636Z+ rm -r ./out/dendrite-stub
5022024-06-04T10:23:39.660Z+ mkdir ./out/dendrite-stub
5032024-06-04T10:23:39.660Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5042024-06-04T10:23:39.787Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5052024-06-04T10:23:39.811Z+ set -o errexit
5062024-06-04T10:23:39.811Z+++ dirname ./tools/ci_download_maghemite_mgd
5072024-06-04T10:23:39.811Z++ cd ./tools
5082024-06-04T10:23:39.812Z++ pwd
5092024-06-04T10:23:39.812Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-06-04T10:23:39.812Z++ basename ./tools/ci_download_maghemite_mgd
5112024-06-04T10:23:39.812Z+ ARG0=ci_download_maghemite_mgd
5122024-06-04T10:23:39.812Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5132024-06-04T10:23:39.812Z++ CIDL_SHA256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3
5142024-06-04T10:23:39.812Z++ MGD_LINUX_SHA256=7930008cf8ce535a8b31043fc3edde0e825bd54d75f73234929bd0037ecc3a41
5152024-06-04T10:23:39.812Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5162024-06-04T10:23:39.812Z++ COMMIT=5630887d0373857f77cb264f84aa19bdec720ce3
5172024-06-04T10:23:39.812Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5182024-06-04T10:23:39.812Z+ TARGET_DIR=out
5192024-06-04T10:23:39.812Z+ DOWNLOAD_DIR=out/downloads
5202024-06-04T10:23:39.812Z+ DEST_DIR=./out/mgd
5212024-06-04T10:23:39.812Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5222024-06-04T10:23:39.812Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5232024-06-04T10:23:39.812Z+ REPO=oxidecomputer/maghemite
5242024-06-04T10:23:39.812Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3
5252024-06-04T10:23:39.837Z+ main
5262024-06-04T10:23:39.837Z+ rm -rf out/downloads/root
5272024-06-04T10:23:39.837Z+ [[ 0 != 0 ]]
5282024-06-04T10:23:39.837Z+ CIDL_OS=solaris2.11
5292024-06-04T10:23:39.837Z+ [[ 0 != 0 ]]
5302024-06-04T10:23:39.837Z+ configure_os solaris2.11
5312024-06-04T10:23:39.837Z+ echo 'current directory: /work/oxidecomputer/omicron'
5322024-06-04T10:23:39.837Zcurrent directory: /work/oxidecomputer/omicron
5332024-06-04T10:23:39.837Z+ echo 'configuring based on OS: "solaris2.11"'
5342024-06-04T10:23:39.837Z+ case "$1" in
5352024-06-04T10:23:39.837Zconfiguring based on OS: "solaris2.11"
5362024-06-04T10:23:39.837Z+ SET_BINARIES=
5372024-06-04T10:23:39.837Z+ CIDL_SHA256FUNC=do_sha256sum
5382024-06-04T10:23:39.837Z+ TARBALL_FILENAME=mgd.tar.gz
5392024-06-04T10:23:39.837Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5402024-06-04T10:23:39.837Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5412024-06-04T10:23:39.837Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz'
5422024-06-04T10:23:39.838ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5432024-06-04T10:23:39.838Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5442024-06-04T10:23:39.838ZLocal file: out/downloads/mgd.tar.gz
5452024-06-04T10:23:39.838Z+ mkdir -p out/downloads
5462024-06-04T10:23:39.838Z+ mkdir -p ./out/mgd
5472024-06-04T10:23:39.838Z+ fetch_and_verify
5482024-06-04T10:23:39.838Z+ local DO_DOWNLOAD=true
5492024-06-04T10:23:39.838Z+ [[ -f out/downloads/mgd.tar.gz ]]
5502024-06-04T10:23:39.838Z+ '[' true == true ']'
5512024-06-04T10:23:39.838Z+ echo Downloading...
5522024-06-04T10:23:39.838ZDownloading...
5532024-06-04T10:23:39.838Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz out/downloads/mgd.tar.gz
5542024-06-04T10:23:39.838Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz
5552024-06-04T10:23:44.270Z++ do_sha256sum out/downloads/mgd.tar.gz
5562024-06-04T10:23:44.295Z++ sha256sum
5572024-06-04T10:23:44.295Z++ awk '{print $1}'
5582024-06-04T10:23:44.322Z+ calculated_sha256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3
5592024-06-04T10:23:44.322Z+ [[ 6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 != \6\a\e\4\b\c\3\b\3\3\2\e\9\1\7\0\6\c\1\c\6\6\3\3\a\7\f\c\2\1\8\a\a\c\6\5\b\7\f\e\f\f\5\6\4\3\e\e\2\d\b\b\e\7\9\b\8\4\1\e\0\d\f\3 ]]
5602024-06-04T10:23:44.322Z+ do_untar out/downloads/mgd.tar.gz
5612024-06-04T10:23:44.322Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5622024-06-04T10:23:45.071Z+ do_assemble
5632024-06-04T10:23:45.071Z+ rm -r ./out/mgd
5642024-06-04T10:23:45.096Z+ mkdir ./out/mgd
5652024-06-04T10:23:45.096Z+ cp -r out/downloads/root ./out/mgd/root
5662024-06-04T10:23:45.158Z+ set -o errexit
5672024-06-04T10:23:45.204Z+++ dirname ./tools/ci_download_transceiver_control
5682024-06-04T10:23:45.204Z++ cd ./tools
5692024-06-04T10:23:45.204Z++ pwd
5702024-06-04T10:23:45.204Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712024-06-04T10:23:45.204Z++ basename ./tools/ci_download_transceiver_control
5722024-06-04T10:23:45.204Z+ ARG0=ci_download_transceiver_control
5732024-06-04T10:23:45.204Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5742024-06-04T10:23:45.204Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5752024-06-04T10:23:45.204Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5762024-06-04T10:23:45.204Z+ TARGET_DIR=out
5772024-06-04T10:23:45.204Z+ DOWNLOAD_DIR=out/downloads
5782024-06-04T10:23:45.204Z+ DEST_DIR=./out/transceiver-control
5792024-06-04T10:23:45.204Z+ BIN_DIR=/opt/oxide/bin
5802024-06-04T10:23:45.204Z+ BINARY=xcvradm
5812024-06-04T10:23:45.204Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-06-04T10:23:45.204Z+ REPO=oxidecomputer/transceiver-control
5832024-06-04T10:23:45.205Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5842024-06-04T10:23:45.205Z+ main
5852024-06-04T10:23:45.205Z+ [[ 0 != 0 ]]
5862024-06-04T10:23:45.205Z+ CIDL_OS=solaris2.11
5872024-06-04T10:23:45.205Z+ [[ 0 != 0 ]]
5882024-06-04T10:23:45.205Z+ configure_os solaris2.11
5892024-06-04T10:23:45.205Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-06-04T10:23:45.205Z+ echo 'configuring based on OS: "solaris2.11"'
5912024-06-04T10:23:45.205Zcurrent directory: /work/oxidecomputer/omicron
5922024-06-04T10:23:45.205Zconfiguring based on OS: "solaris2.11"
5932024-06-04T10:23:45.205Z+ case "$1" in
5942024-06-04T10:23:45.205Z+ SET_BINARIES=
5952024-06-04T10:23:45.205Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5962024-06-04T10:23:45.205Z+ CIDL_SHA256FUNC=do_sha256sum
5972024-06-04T10:23:45.205Z+ ARCHIVE_FILENAME=xcvradm.gz
5982024-06-04T10:23:45.205Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5992024-06-04T10:23:45.205Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6002024-06-04T10:23:45.205Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6012024-06-04T10:23:45.205Z+ echo 'Local file: out/downloads/xcvradm.gz'
6022024-06-04T10:23:45.205ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6032024-06-04T10:23:45.205Z+ mkdir -p out/downloads
6042024-06-04T10:23:45.205ZLocal file: out/downloads/xcvradm.gz
6052024-06-04T10:23:45.206Z+ mkdir -p ./out/transceiver-control
6062024-06-04T10:23:45.206Z+ fetch_and_verify
6072024-06-04T10:23:45.206Z+ local DO_DOWNLOAD=true
6082024-06-04T10:23:45.206Z+ [[ -f out/downloads/xcvradm.gz ]]
6092024-06-04T10:23:45.206Z+ '[' true == true ']'
6102024-06-04T10:23:45.206Z+ echo Downloading...
6112024-06-04T10:23:45.206ZDownloading...
6122024-06-04T10:23:45.206Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6132024-06-04T10:23:45.206Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6142024-06-04T10:23:46.751Z++ do_sha256sum out/downloads/xcvradm.gz
6152024-06-04T10:23:46.776Z++ sha256sum
6162024-06-04T10:23:46.776Z++ awk '{print $1}'
6172024-06-04T10:23:46.776Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6182024-06-04T10:23:46.776Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6192024-06-04T10:23:46.776Z+ do_unpack out/downloads/xcvradm.gz
6202024-06-04T10:23:46.776Z+ mkdir -p out/downloads/root//opt/oxide/bin
6212024-06-04T10:23:46.776Z+ gzip -dc out/downloads/xcvradm.gz
6222024-06-04T10:23:46.909Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6232024-06-04T10:23:46.933Z+ do_assemble
6242024-06-04T10:23:46.933Z+ rm -r ./out/transceiver-control
6252024-06-04T10:23:46.933Z+ mkdir ./out/transceiver-control
6262024-06-04T10:23:46.933Z+ cp -r out/downloads/root ./out/transceiver-control/root
6272024-06-04T10:23:47.032Z+ set -o errexit
6282024-06-04T10:23:47.057Z+++ dirname ./tools/ci_download_thundermuffin
6292024-06-04T10:23:47.057Z++ cd ./tools
6302024-06-04T10:23:47.057Z++ pwd
6312024-06-04T10:23:47.057Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6322024-06-04T10:23:47.057Z++ basename ./tools/ci_download_thundermuffin
6332024-06-04T10:23:47.057Z+ ARG0=ci_download_thundermuffin
6342024-06-04T10:23:47.057Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6352024-06-04T10:23:47.057Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6362024-06-04T10:23:47.057Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6372024-06-04T10:23:47.057Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6382024-06-04T10:23:47.057Z+ TARGET_DIR=out
6392024-06-04T10:23:47.058Z+ DOWNLOAD_DIR=out/downloads
6402024-06-04T10:23:47.058Z+ DEST_DIR=./out/thundermuffin
6412024-06-04T10:23:47.058Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6422024-06-04T10:23:47.058Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6432024-06-04T10:23:47.058Z+ REPO=oxidecomputer/thundermuffin
6442024-06-04T10:23:47.058Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6452024-06-04T10:23:47.058Z+ main
6462024-06-04T10:23:47.058Z+ rm -rf out/downloads/root
6472024-06-04T10:23:47.058Z+ [[ 0 != 0 ]]
6482024-06-04T10:23:47.058Z+ CIDL_OS=solaris2.11
6492024-06-04T10:23:47.058Z+ [[ 0 != 0 ]]
6502024-06-04T10:23:47.058Z+ configure_os solaris2.11
6512024-06-04T10:23:47.058Z+ echo 'current directory: /work/oxidecomputer/omicron'
6522024-06-04T10:23:47.058Zcurrent directory: /work/oxidecomputer/omicron
6532024-06-04T10:23:47.058Z+ echo 'configuring based on OS: "solaris2.11"'
6542024-06-04T10:23:47.058Z+ case "$1" in
6552024-06-04T10:23:47.058Zconfiguring based on OS: "solaris2.11"
6562024-06-04T10:23:47.058Z+ SET_BINARIES=
6572024-06-04T10:23:47.058Z+ CIDL_SHA256FUNC=do_sha256sum
6582024-06-04T10:23:47.058Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6592024-06-04T10:23:47.058Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6602024-06-04T10:23:47.058Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6612024-06-04T10:23:47.059Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6622024-06-04T10:23:47.059ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6632024-06-04T10:23:47.059ZLocal file: out/downloads/thundermuffin.tar.gz
6642024-06-04T10:23:47.059Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6652024-06-04T10:23:47.059Z+ mkdir -p out/downloads
6662024-06-04T10:23:47.059Z+ mkdir -p ./out/thundermuffin
6672024-06-04T10:23:47.083Z+ fetch_and_verify
6682024-06-04T10:23:47.083Z+ local DO_DOWNLOAD=true
6692024-06-04T10:23:47.083Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6702024-06-04T10:23:47.083Z+ '[' true == true ']'
6712024-06-04T10:23:47.083Z+ echo Downloading...
6722024-06-04T10:23:47.083ZDownloading...
6732024-06-04T10:23:47.083Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6742024-06-04T10:23:47.083Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6752024-06-04T10:23:47.828Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6762024-06-04T10:23:47.852Z++ sha256sum
6772024-06-04T10:23:47.852Z++ awk '{print $1}'
6782024-06-04T10:23:47.852Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6792024-06-04T10:23:47.852Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6802024-06-04T10:23:47.853Z+ do_untar out/downloads/thundermuffin.tar.gz
6812024-06-04T10:23:47.853Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6822024-06-04T10:23:47.923Z+ do_assemble
6832024-06-04T10:23:47.923Z+ rm -r ./out/thundermuffin
6842024-06-04T10:23:47.947Z+ mkdir ./out/thundermuffin
6852024-06-04T10:23:47.947Z+ cp -r out/downloads/root ./out/thundermuffin/root
6862024-06-04T10:23:47.947ZAll prerequisites installed successfully
6872024-06-04T10:23:47.947Z
6882024-06-04T10:23:47.947Zreal 1:45.636929022
6892024-06-04T10:23:47.947Zuser 44.808090161
6902024-06-04T10:23:47.947Zsys 11.203357235
6912024-06-04T10:23:47.947Ztrap 0.014526763
6922024-06-04T10:23:47.947Ztflt 0.009439706
6932024-06-04T10:23:47.947Zdflt 0.018016763
6942024-06-04T10:23:47.947Zkflt 0.004829863
6952024-06-04T10:23:47.947Zlock 1.885421777
6962024-06-04T10:23:47.947Zslp 3:28.282775631
6972024-06-04T10:23:47.947Zlat 4.610895278
6982024-06-04T10:23:47.948Zstop 0.066850083
6992024-06-04T10:23:47.948Z+ ptime -m ./tools/ci_download_softnpu_machinery
7002024-06-04T10:23:47.972Zfetching npuzone
7012024-06-04T10:23:47.972ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7022024-06-04T10:23:47.972Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7032024-06-04T10:23:47.972ZGetting hash for npuzone
7042024-06-04T10:23:48.104Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7052024-06-04T10:23:53.991Znpuzone downloaded successfully
7062024-06-04T10:23:54.017Z
7072024-06-04T10:23:54.017Zreal 6.052575406
7082024-06-04T10:23:54.017Zuser 0.315042156
7092024-06-04T10:23:54.017Zsys 0.169579531
7102024-06-04T10:23:54.017Ztrap 0.000033427
7112024-06-04T10:23:54.017Ztflt 0.000000000
7122024-06-04T10:23:54.017Zdflt 0.000000000
7132024-06-04T10:23:54.017Zkflt 0.000000000
7142024-06-04T10:23:54.017Zlock 0.000000000
7152024-06-04T10:23:54.017Zslp 17.485899255
7162024-06-04T10:23:54.017Zlat 0.149658849
7172024-06-04T10:23:54.017Zstop 0.000266265
7182024-06-04T10:23:54.017Z+ export CARGO_INCREMENTAL=0
7192024-06-04T10:23:54.017Z+ CARGO_INCREMENTAL=0
7202024-06-04T10:23:54.017Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7212024-06-04T10:23:54.275Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-06-04T10:23:54.737Z Updating git repository `https://github.com/oxidecomputer/zone`
7232024-06-04T10:23:55.129Z Updating crates.io index
7242024-06-04T10:23:55.190Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252024-06-04T10:23:55.866Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7262024-06-04T10:23:56.724Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7272024-06-04T10:23:57.083Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7282024-06-04T10:23:59.157Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7292024-06-04T10:23:59.783Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7302024-06-04T10:24:00.140Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312024-06-04T10:24:01.256Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322024-06-04T10:24:03.456Z Updating git repository `https://github.com/oxidecomputer/opte`
7332024-06-04T10:24:04.561Z Updating git repository `https://github.com/oxidecomputer/falcon`
7342024-06-04T10:24:05.365Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352024-06-04T10:24:06.101Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-06-04T10:24:06.517Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-06-04T10:24:07.056Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7382024-06-04T10:24:07.445Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392024-06-04T10:24:07.843Z Updating git repository `http://github.com/oxidecomputer/tofino`
7402024-06-04T10:24:08.335Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7412024-06-04T10:24:08.676Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7422024-06-04T10:24:09.038Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7432024-06-04T10:24:09.470Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7442024-06-04T10:24:09.926Z Updating git repository `https://github.com/oxidecomputer/ispf`
7452024-06-04T10:24:10.387Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7462024-06-04T10:24:10.738Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7472024-06-04T10:24:11.502Z Updating git repository `https://github.com/jgallagher/nix`
7482024-06-04T10:24:12.552Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7492024-06-04T10:24:12.934Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7502024-06-04T10:24:13.370Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7512024-06-04T10:24:13.956Z Updating git repository `https://github.com/oxidecomputer/typify`
7522024-06-04T10:24:16.133Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532024-06-04T10:24:16.594Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542024-06-04T10:24:16.986Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552024-06-04T10:24:17.587Z Updating git repository `https://github.com/oxidecomputer/rfb`
7562024-06-04T10:24:19.076Z Downloading crates ...
7572024-06-04T10:24:19.180Z Downloaded addr2line v0.21.0
7582024-06-04T10:24:19.264Z Downloaded humantime v2.1.0
7592024-06-04T10:24:19.334Z Downloaded ref-cast v1.0.23
7602024-06-04T10:24:19.405Z Downloaded snafu-derive v0.8.2
7612024-06-04T10:24:19.540Z Downloaded tracing-attributes v0.1.27
7622024-06-04T10:24:19.631Z Downloaded vte_generate_state_changes v0.1.1
7632024-06-04T10:24:19.735Z Downloaded globset v0.4.14
7642024-06-04T10:24:19.783Z Downloaded num-derive v0.4.2
7652024-06-04T10:24:19.807Z Downloaded path-slash v0.1.5
7662024-06-04T10:24:19.831Z Downloaded parking_lot v0.11.2
7672024-06-04T10:24:19.856Z Downloaded papergrid v0.11.0
7682024-06-04T10:24:19.880Z Downloaded finl_unicode v1.2.0
7692024-06-04T10:24:19.880Z Downloaded csv v1.3.0
7702024-06-04T10:24:19.909Z Downloaded packed_struct_codegen v0.10.1
7712024-06-04T10:24:19.909Z Downloaded encoding_rs v0.8.34
7722024-06-04T10:24:19.933Z Downloaded packed_struct v0.10.1
7732024-06-04T10:24:19.957Z Downloaded owo-colors v4.0.0
7742024-06-04T10:24:19.957Z Downloaded oso v0.27.3
7752024-06-04T10:24:19.957Z Downloaded openssl-sys v0.9.102
7762024-06-04T10:24:19.957Z Downloaded openssl v0.10.64
7772024-06-04T10:24:19.981Z Downloaded openapiv3 v2.0.0
7782024-06-04T10:24:19.981Z Downloaded object v0.32.2
7792024-06-04T10:24:20.006Z Downloaded object v0.30.4
7802024-06-04T10:24:20.006Z Downloaded gimli v0.28.1
7812024-06-04T10:24:20.030Z Downloaded zerocopy-derive v0.6.6
7822024-06-04T10:24:20.054Z Downloaded zerocopy-derive v0.2.0
7832024-06-04T10:24:20.054Z Downloaded regex-automata v0.4.6
7842024-06-04T10:24:20.083Z Downloaded ratatui v0.26.2
7852024-06-04T10:24:20.107Z Downloaded ring v0.17.8
7862024-06-04T10:24:20.183Z Downloaded petgraph v0.6.5
7872024-06-04T10:24:20.208Z Downloaded sha3 v0.10.8
7882024-06-04T10:24:20.232Z Downloaded paste v1.0.15
7892024-06-04T10:24:20.232Z Downloaded ring v0.16.20
7902024-06-04T10:24:20.308Z Downloaded password-hash v0.5.0
7912024-06-04T10:24:20.332Z Downloaded parse-size v1.0.0
7922024-06-04T10:24:20.332Z Downloaded parse-display-derive v0.9.0
7932024-06-04T10:24:20.332Z Downloaded parse-display v0.9.0
7942024-06-04T10:24:20.332Z Downloaded parking_lot_core v0.9.10
7952024-06-04T10:24:20.332Z Downloaded parking_lot_core v0.8.6
7962024-06-04T10:24:20.332Z Downloaded parking_lot v0.12.2
7972024-06-04T10:24:20.332Z Downloaded oso-derive v0.27.3
7982024-06-04T10:24:20.332Z Downloaded openssl-probe v0.1.5
7992024-06-04T10:24:20.332Z Downloaded openssl-macros v0.1.1
8002024-06-04T10:24:20.332Z Downloaded opaque-debug v0.3.1
8012024-06-04T10:24:20.333Z Downloaded once_cell v1.19.0
8022024-06-04T10:24:20.333Z Downloaded omicron-zone-package v0.11.0
8032024-06-04T10:24:20.357Z Downloaded olpc-cjson v0.1.3
8042024-06-04T10:24:20.357Z Downloaded number_prefix v0.4.0
8052024-06-04T10:24:20.357Z Downloaded num_threads v0.1.7
8062024-06-04T10:24:20.357Z Downloaded num_enum_derive v0.5.11
8072024-06-04T10:24:20.357Z Downloaded num_enum v0.5.11
8082024-06-04T10:24:20.357Z Downloaded num_cpus v1.16.0
8092024-06-04T10:24:20.358Z Downloaded num-traits v0.2.19
8102024-06-04T10:24:20.358Z Downloaded num-rational v0.4.2
8112024-06-04T10:24:20.358Z Downloaded num-iter v0.1.45
8122024-06-04T10:24:20.358Z Downloaded num-integer v0.1.46
8132024-06-04T10:24:20.358Z Downloaded diesel v2.1.6
8142024-06-04T10:24:20.382Z Downloaded curve25519-dalek v4.1.2
8152024-06-04T10:24:20.406Z Downloaded zerocopy v0.7.34
8162024-06-04T10:24:20.433Z Downloaded x509-cert v0.2.5
8172024-06-04T10:24:20.433Z Downloaded winnow v0.6.8
8182024-06-04T10:24:20.433Z Downloaded winnow v0.5.40
8192024-06-04T10:24:20.457Z Downloaded webpki-roots v0.25.4
8202024-06-04T10:24:20.457Z Downloaded tokio v1.37.0
8212024-06-04T10:24:20.496Z Downloaded num-conv v0.1.0
8222024-06-04T10:24:20.522Z Downloaded num-complex v0.4.6
8232024-06-04T10:24:20.522Z Downloaded num-bigint-dig v0.8.4
8242024-06-04T10:24:20.522Z Downloaded num-bigint v0.4.5
8252024-06-04T10:24:20.522Z Downloaded num v0.4.3
8262024-06-04T10:24:20.522Z Downloaded nu-ansi-term v0.50.0
8272024-06-04T10:24:20.522Z Downloaded normalize-line-endings v0.3.0
8282024-06-04T10:24:20.522Z Downloaded hash32 v0.3.1
8292024-06-04T10:24:20.522Z Downloaded hash32 v0.2.1
8302024-06-04T10:24:20.522Z Downloaded half v2.4.1
8312024-06-04T10:24:20.546Z Downloaded h2 v0.3.26
8322024-06-04T10:24:20.546Z Downloaded group v0.13.0
8332024-06-04T10:24:20.546Z Downloaded goblin v0.8.2
8342024-06-04T10:24:20.546Z Downloaded glob v0.3.1
8352024-06-04T10:24:20.546Z Downloaded gethostname v0.4.3
8362024-06-04T10:24:20.546Z Downloaded generic-array v0.14.7
8372024-06-04T10:24:20.546Z Downloaded fxhash v0.2.1
8382024-06-04T10:24:20.546Z Downloaded futures-util v0.3.30
8392024-06-04T10:24:20.570Z Downloaded futures-core v0.3.30
8402024-06-04T10:24:20.571Z Downloaded futures-channel v0.3.30
8412024-06-04T10:24:20.571Z Downloaded futures v0.3.30
8422024-06-04T10:24:20.571Z Downloaded flume v0.11.0
8432024-06-04T10:24:20.595Z Downloaded float-cmp v0.9.0
8442024-06-04T10:24:20.595Z Downloaded flate2 v1.0.30
8452024-06-04T10:24:20.595Z Downloaded flagset v0.4.5
8462024-06-04T10:24:20.595Z Downloaded fixedbitset v0.4.2
8472024-06-04T10:24:20.595Z Downloaded fd-lock v4.0.2
8482024-06-04T10:24:20.595Z Downloaded fatfs v0.3.6
8492024-06-04T10:24:20.595Z Downloaded fastrand v2.1.0
8502024-06-04T10:24:20.595Z Downloaded fallible-iterator v0.2.0
8512024-06-04T10:24:20.595Z Downloaded expectorate v1.1.0
8522024-06-04T10:24:20.619Z Downloaded dyn-clone v1.0.17
8532024-06-04T10:24:20.620Z Downloaded dtrace-parser v0.2.0
8542024-06-04T10:24:20.620Z Downloaded dtrace-parser v0.1.14
8552024-06-04T10:24:20.620Z Downloaded downcast v0.11.0
8562024-06-04T10:24:20.620Z Downloaded dof v0.3.0
8572024-06-04T10:24:20.620Z Downloaded dof v0.1.5
8582024-06-04T10:24:20.620Z Downloaded display-error-chain v0.2.0
8592024-06-04T10:24:20.620Z Downloaded dirs-sys-next v0.1.2
8602024-06-04T10:24:20.620Z Downloaded dirs-next v2.0.0
8612024-06-04T10:24:20.620Z Downloaded digest v0.10.7
8622024-06-04T10:24:20.620Z Downloaded difflib v0.4.0
8632024-06-04T10:24:20.620Z Downloaded diff v0.1.13
8642024-06-04T10:24:20.620Z Downloaded diesel_table_macro_syntax v0.1.0
8652024-06-04T10:24:20.620Z Downloaded derive_more v0.99.17
8662024-06-04T10:24:20.644Z Downloaded derive_builder_macro v0.20.0
8672024-06-04T10:24:20.644Z Downloaded derive_builder_core v0.20.0
8682024-06-04T10:24:20.644Z Downloaded derive_builder v0.20.0
8692024-06-04T10:24:20.644Z Downloaded derive-where v1.2.7
8702024-06-04T10:24:20.644Z Downloaded deranged v0.3.11
8712024-06-04T10:24:20.644Z Downloaded der_derive v0.7.2
8722024-06-04T10:24:20.645Z Downloaded der v0.7.9
8732024-06-04T10:24:20.669Z Downloaded defmt-parser v0.3.4
8742024-06-04T10:24:20.669Z Downloaded defmt-macros v0.3.9
8752024-06-04T10:24:20.669Z Downloaded defmt v0.3.8
8762024-06-04T10:24:20.669Z Downloaded debug-ignore v1.0.5
8772024-06-04T10:24:20.669Z Downloaded data-encoding v2.6.0
8782024-06-04T10:24:20.669Z Downloaded darling_macro v0.20.9
8792024-06-04T10:24:20.669Z Downloaded darling_core v0.20.9
8802024-06-04T10:24:20.669Z Downloaded darling v0.20.9
8812024-06-04T10:24:20.694Z Downloaded curve25519-dalek-derive v0.1.1
8822024-06-04T10:24:20.694Z Downloaded csv-core v0.1.11
8832024-06-04T10:24:20.694Z Downloaded cstr-argument v0.1.2
8842024-06-04T10:24:20.694Z Downloaded crypto-common v0.1.6
8852024-06-04T10:24:20.694Z Downloaded crypto-bigint v0.5.5
8862024-06-04T10:24:20.694Z Downloaded crunchy v0.2.2
8872024-06-04T10:24:20.694Z Downloaded crucible-workspace-hack v0.1.0
8882024-06-04T10:24:20.694Z Downloaded crossterm v0.27.0
8892024-06-04T10:24:20.694Z Downloaded crossbeam-utils v0.8.19
8902024-06-04T10:24:20.718Z Downloaded crossbeam-epoch v0.9.18
8912024-06-04T10:24:20.719Z Downloaded zone_cfg_derive v0.1.2
8922024-06-04T10:24:20.719Z Downloaded zone v0.1.8
8932024-06-04T10:24:20.719Z Downloaded zip v0.6.6
8942024-06-04T10:24:20.719Z Downloaded zeroize_derive v1.4.2
8952024-06-04T10:24:20.719Z Downloaded zeroize v1.7.0
8962024-06-04T10:24:20.719Z Downloaded zerocopy-derive v0.7.34
8972024-06-04T10:24:20.719Z Downloaded zerocopy v0.3.2
8982024-06-04T10:24:20.719Z Downloaded yasna v0.5.2
8992024-06-04T10:24:20.719Z Downloaded xattr v1.3.1
9002024-06-04T10:24:20.719Z Downloaded wyz v0.5.1
9012024-06-04T10:24:20.743Z Downloaded whoami v1.5.1
9022024-06-04T10:24:20.743Z Downloaded which v4.4.2
9032024-06-04T10:24:20.743Z Downloaded want v0.3.1
9042024-06-04T10:24:20.743Z Downloaded walkdir v2.5.0
9052024-06-04T10:24:20.744Z Downloaded regex v1.10.4
9062024-06-04T10:24:20.768Z Downloaded proptest v1.4.0
9072024-06-04T10:24:20.768Z Downloaded predicates-tree v1.0.9
9082024-06-04T10:24:20.768Z Downloaded predicates-core v1.0.6
9092024-06-04T10:24:20.768Z Downloaded predicates v3.1.0
9102024-06-04T10:24:20.768Z Downloaded precomputed-hash v0.1.1
9112024-06-04T10:24:20.768Z Downloaded ppv-lite86 v0.2.17
9122024-06-04T10:24:20.768Z Downloaded powerfmt v0.2.0
9132024-06-04T10:24:20.768Z Downloaded postgres-types v0.2.6
9142024-06-04T10:24:20.768Z Downloaded postgres-protocol v0.6.6
9152024-06-04T10:24:20.794Z Downloaded postcard v1.0.8
9162024-06-04T10:24:20.794Z Downloaded portpicker v0.1.1
9172024-06-04T10:24:20.794Z Downloaded portable-atomic v1.6.0
9182024-06-04T10:24:20.794Z Downloaded poly1305 v0.8.0
9192024-06-04T10:24:20.794Z Downloaded polar-core v0.27.3
9202024-06-04T10:24:20.819Z Downloaded libc v0.2.155
9212024-06-04T10:24:20.846Z Downloaded getrandom v0.2.14
9222024-06-04T10:24:20.846Z Downloaded getopts v0.2.21
9232024-06-04T10:24:20.846Z Downloaded futures-task v0.3.30
9242024-06-04T10:24:20.846Z Downloaded futures-sink v0.3.30
9252024-06-04T10:24:20.846Z Downloaded futures-macro v0.3.30
9262024-06-04T10:24:20.846Z Downloaded futures-io v0.3.30
9272024-06-04T10:24:20.846Z Downloaded futures-executor v0.3.30
9282024-06-04T10:24:20.846Z Downloaded funty v2.0.0
9292024-06-04T10:24:20.872Z Downloaded fs-err v2.11.0
9302024-06-04T10:24:20.872Z Downloaded fragile v2.0.0
9312024-06-04T10:24:20.872Z Downloaded form_urlencoded v1.2.1
9322024-06-04T10:24:20.872Z Downloaded foreign-types-shared v0.3.1
9332024-06-04T10:24:20.872Z Downloaded foreign-types-shared v0.1.1
9342024-06-04T10:24:20.872Z Downloaded foreign-types-macros v0.2.3
9352024-06-04T10:24:20.872Z Downloaded foreign-types v0.5.0
9362024-06-04T10:24:20.872Z Downloaded foreign-types v0.3.2
9372024-06-04T10:24:20.872Z Downloaded fnv v1.0.7
9382024-06-04T10:24:20.872Z Downloaded filetime v0.2.23
9392024-06-04T10:24:20.872Z Downloaded ff v0.13.0
9402024-06-04T10:24:20.872Z Downloaded errno v0.3.9
9412024-06-04T10:24:20.872Z Downloaded erased-serde v0.3.31
9422024-06-04T10:24:20.872Z Downloaded equivalent v1.0.1
9432024-06-04T10:24:20.872Z Downloaded env_logger v0.10.2
9442024-06-04T10:24:20.872Z Downloaded env_logger v0.9.3
9452024-06-04T10:24:20.872Z Downloaded enum-as-inner v0.5.1
9462024-06-04T10:24:20.897Z Downloaded endian-type v0.1.2
9472024-06-04T10:24:20.897Z Downloaded ena v0.14.3
9482024-06-04T10:24:20.897Z Downloaded embedded-io v0.4.0
9492024-06-04T10:24:20.897Z Downloaded elliptic-curve v0.13.8
9502024-06-04T10:24:20.897Z Downloaded either v1.12.0
9512024-06-04T10:24:20.897Z Downloaded ed25519 v1.5.3
9522024-06-04T10:24:20.897Z Downloaded diesel_derives v2.1.4
9532024-06-04T10:24:20.897Z Downloaded zerocopy v0.6.6
9542024-06-04T10:24:20.898Z Downloaded waitgroup v0.1.2
9552024-06-04T10:24:20.898Z Downloaded wait-timeout v0.2.0
9562024-06-04T10:24:20.898Z Downloaded vcpkg v0.2.15
9572024-06-04T10:24:20.946Z Downloaded ref-cast-impl v1.0.23
9582024-06-04T10:24:20.970Z Downloaded reedline v0.31.0
9592024-06-04T10:24:20.970Z Downloaded rand_xorshift v0.3.0
9602024-06-04T10:24:20.970Z Downloaded rand_seeder v0.2.3
9612024-06-04T10:24:20.970Z Downloaded rand_core v0.6.4
9622024-06-04T10:24:20.970Z Downloaded radix_trie v0.2.1
9632024-06-04T10:24:20.970Z Downloaded quick-xml v0.31.0
9642024-06-04T10:24:20.995Z Downloaded quick-error v1.2.3
9652024-06-04T10:24:20.995Z Downloaded publicsuffix v2.2.3
9662024-06-04T10:24:20.995Z Downloaded psl-types v2.0.11
9672024-06-04T10:24:20.995Z Downloaded proc-macro2 v1.0.82
9682024-06-04T10:24:20.995Z Downloaded proc-macro-error-attr v1.0.4
9692024-06-04T10:24:20.995Z Downloaded proc-macro-error v1.0.4
9702024-06-04T10:24:20.995Z Downloaded proc-macro-crate v1.3.1
9712024-06-04T10:24:20.995Z Downloaded prettyplease v0.2.20
9722024-06-04T10:24:20.995Z Downloaded pretty-hex v0.4.1
9732024-06-04T10:24:21.020Z Downloaded pretty-hex v0.2.1
9742024-06-04T10:24:21.020Z Downloaded platforms v3.4.0
9752024-06-04T10:24:21.020Z Downloaded plain v0.2.3
9762024-06-04T10:24:21.020Z Downloaded pkg-config v0.3.30
9772024-06-04T10:24:21.020Z Downloaded pkcs8 v0.10.2
9782024-06-04T10:24:21.020Z Downloaded pkcs1 v0.7.5
9792024-06-04T10:24:21.020Z Downloaded pin-utils v0.1.0
9802024-06-04T10:24:21.020Z Downloaded pin-project-lite v0.2.14
9812024-06-04T10:24:21.020Z Downloaded pin-project-internal v1.1.5
9822024-06-04T10:24:21.020Z Downloaded pin-project v1.1.5
9832024-06-04T10:24:21.045Z Downloaded phf_shared v0.11.2
9842024-06-04T10:24:21.045Z Downloaded phf_shared v0.10.0
9852024-06-04T10:24:21.045Z Downloaded phf v0.11.2
9862024-06-04T10:24:21.045Z Downloaded pest_meta v2.7.10
9872024-06-04T10:24:21.045Z Downloaded pest_generator v2.7.10
9882024-06-04T10:24:21.045Z Downloaded pest_derive v2.7.10
9892024-06-04T10:24:21.045Z Downloaded pest v2.7.10
9902024-06-04T10:24:21.069Z Downloaded percent-encoding v2.3.1
9912024-06-04T10:24:21.069Z Downloaded pem-rfc7468 v0.7.0
9922024-06-04T10:24:21.069Z Downloaded pem v3.0.4
9932024-06-04T10:24:21.069Z Downloaded peg-runtime v0.8.3
9942024-06-04T10:24:21.069Z Downloaded peg-macros v0.8.3
9952024-06-04T10:24:21.069Z Downloaded peg v0.8.3
9962024-06-04T10:24:21.069Z Downloaded trust-dns-proto v0.22.0
9972024-06-04T10:24:21.095Z Downloaded rustls v0.22.4
9982024-06-04T10:24:21.095Z Downloaded rustls v0.21.12
9992024-06-04T10:24:21.119Z Downloaded rustix v0.38.34
10002024-06-04T10:24:21.144Z Downloaded vte v0.11.1
10012024-06-04T10:24:21.144Z Downloaded vsss-rs v3.3.4
10022024-06-04T10:24:21.144Z Downloaded version_check v0.9.4
10032024-06-04T10:24:21.169Z Downloaded uzers v0.11.3
10042024-06-04T10:24:21.169Z Downloaded uuid v1.8.0
10052024-06-04T10:24:21.169Z Downloaded utf8parse v0.2.1
10062024-06-04T10:24:21.169Z Downloaded utf-8 v0.7.6
10072024-06-04T10:24:21.169Z Downloaded usdt-macro v0.5.0
10082024-06-04T10:24:21.169Z Downloaded usdt-macro v0.3.5
10092024-06-04T10:24:21.169Z Downloaded usdt-impl v0.5.0
10102024-06-04T10:24:21.169Z Downloaded usdt-impl v0.3.5
10112024-06-04T10:24:21.169Z Downloaded usdt-attr-macro v0.5.0
10122024-06-04T10:24:21.169Z Downloaded usdt-attr-macro v0.3.5
10132024-06-04T10:24:21.169Z Downloaded usdt v0.5.0
10142024-06-04T10:24:21.169Z Downloaded usdt v0.3.5
10152024-06-04T10:24:21.169Z Downloaded url v2.5.0
10162024-06-04T10:24:21.169Z Downloaded untrusted v0.9.0
10172024-06-04T10:24:21.169Z Downloaded untrusted v0.7.1
10182024-06-04T10:24:21.197Z Downloaded regex-automata v0.1.10
10192024-06-04T10:24:21.197Z Downloaded rcgen v0.12.1
10202024-06-04T10:24:21.198Z Downloaded rayon-core v1.12.1
10212024-06-04T10:24:21.198Z Downloaded rand_chacha v0.3.1
10222024-06-04T10:24:21.198Z Downloaded rand v0.8.5
10232024-06-04T10:24:21.198Z Downloaded radium v0.7.0
10242024-06-04T10:24:21.199Z Downloaded r2d2 v0.8.10
10252024-06-04T10:24:21.199Z Downloaded quote v1.0.36
10262024-06-04T10:24:21.232Z Downloaded unsafe-libyaml v0.2.11
10272024-06-04T10:24:21.232Z Downloaded universal-hash v0.5.1
10282024-06-04T10:24:21.232Z Downloaded unicode_categories v0.1.1
10292024-06-04T10:24:21.232Z Downloaded unicode-xid v0.2.4
10302024-06-04T10:24:21.232Z Downloaded unicode-width v0.1.12
10312024-06-04T10:24:21.232Z Downloaded unicode-segmentation v1.11.0
10322024-06-04T10:24:21.232Z Downloaded unicode-normalization v0.1.23
10332024-06-04T10:24:21.232Z Downloaded unicode-linebreak v0.1.5
10342024-06-04T10:24:21.232Z Downloaded unicode-ident v1.0.12
10352024-06-04T10:24:21.233Z Downloaded unicode-bidi v0.3.15
10362024-06-04T10:24:21.233Z Downloaded unicase v2.7.0
10372024-06-04T10:24:21.259Z Downloaded unarray v0.1.4
10382024-06-04T10:24:21.259Z Downloaded ucd-trie v0.1.6
10392024-06-04T10:24:21.259Z Downloaded typenum v1.17.0
10402024-06-04T10:24:21.259Z Downloaded typed-path v0.7.1
10412024-06-04T10:24:21.259Z Downloaded tungstenite v0.21.0
10422024-06-04T10:24:21.259Z Downloaded tungstenite v0.20.1
10432024-06-04T10:24:21.259Z Downloaded tui-tree-widget v0.19.0
10442024-06-04T10:24:21.259Z Downloaded try-lock v0.2.5
10452024-06-04T10:24:21.259Z Downloaded trust-dns-server v0.22.1
10462024-06-04T10:24:21.259Z Downloaded trust-dns-resolver v0.22.0
10472024-06-04T10:24:21.284Z Downloaded trust-dns-client v0.22.0
10482024-06-04T10:24:21.284Z Downloaded tracing-core v0.1.32
10492024-06-04T10:24:21.284Z Downloaded tracing v0.1.40
10502024-06-04T10:24:21.284Z Downloaded tower-service v0.3.2
10512024-06-04T10:24:21.284Z Downloaded tough v0.17.1
10522024-06-04T10:24:21.338Z Downloaded topological-sort v0.2.2
10532024-06-04T10:24:21.362Z Downloaded toolchain_find v0.4.0
10542024-06-04T10:24:21.362Z Downloaded toml_edit v0.22.13
10552024-06-04T10:24:21.362Z Downloaded toml_edit v0.19.15
10562024-06-04T10:24:21.362Z Downloaded tiny-keccak v2.0.2
10572024-06-04T10:24:21.362Z Downloaded time-macros v0.2.18
10582024-06-04T10:24:21.362Z Downloaded time-core v0.1.2
10592024-06-04T10:24:21.362Z Downloaded time v0.3.36
10602024-06-04T10:24:21.363Z Downloaded thread_local v1.1.8
10612024-06-04T10:24:21.363Z Downloaded thread-id v4.2.1
10622024-06-04T10:24:21.363Z Downloaded thiserror-no-std v2.0.2
10632024-06-04T10:24:21.387Z Downloaded thiserror-impl-no-std v2.0.2
10642024-06-04T10:24:21.387Z Downloaded thiserror-impl v1.0.60
10652024-06-04T10:24:21.387Z Downloaded thiserror v1.0.60
10662024-06-04T10:24:21.387Z Downloaded textwrap v0.16.1
10672024-06-04T10:24:21.387Z Downloaded test-strategy v0.3.1
10682024-06-04T10:24:21.387Z Downloaded terminal_size v0.3.0
10692024-06-04T10:24:21.387Z Downloaded termcolor v1.4.1
10702024-06-04T10:24:21.387Z Downloaded term v0.7.0
10712024-06-04T10:24:21.411Z Downloaded tempfile v3.10.1
10722024-06-04T10:24:21.411Z Downloaded tar v0.4.40
10732024-06-04T10:24:21.412Z Downloaded tap v1.0.1
10742024-06-04T10:24:21.412Z Downloaded take_mut v0.2.2
10752024-06-04T10:24:21.412Z Downloaded tabwriter v1.4.0
10762024-06-04T10:24:21.412Z Downloaded tabled_derive v0.7.0
10772024-06-04T10:24:21.412Z Downloaded tabled v0.15.0
10782024-06-04T10:24:21.436Z Downloaded synstructure v0.12.6
10792024-06-04T10:24:21.437Z Downloaded syn v2.0.64
10802024-06-04T10:24:21.461Z Downloaded syn v1.0.109
10812024-06-04T10:24:21.461Z Downloaded sqlparser v0.45.0
10822024-06-04T10:24:21.461Z Downloaded sqlformat v0.2.3
10832024-06-04T10:24:21.485Z Downloaded spki v0.7.3
10842024-06-04T10:24:21.485Z Downloaded spin v0.9.8
10852024-06-04T10:24:21.485Z Downloaded spin v0.5.2
10862024-06-04T10:24:21.485Z Downloaded socket2 v0.5.7
10872024-06-04T10:24:21.485Z Downloaded socket2 v0.4.10
10882024-06-04T10:24:21.485Z Downloaded smoltcp v0.11.0
10892024-06-04T10:24:21.510Z Downloaded smoltcp v0.9.1
10902024-06-04T10:24:21.510Z Downloaded sled v0.34.7
10912024-06-04T10:24:21.534Z Downloaded shlex v1.3.0
10922024-06-04T10:24:21.534Z Downloaded shell-words v1.1.0
10932024-06-04T10:24:21.534Z Downloaded sha1 v0.10.6
10942024-06-04T10:24:21.534Z Downloaded serde_yaml v0.9.34+deprecated
10952024-06-04T10:24:21.534Z Downloaded serde_with_macros v3.8.1
10962024-06-04T10:24:21.534Z Downloaded serde_with v3.8.1
10972024-06-04T10:24:21.558Z Downloaded serde_json v1.0.117
10982024-06-04T10:24:21.559Z Downloaded serde_derive_internals v0.29.1
10992024-06-04T10:24:21.559Z Downloaded serde_derive v1.0.203
11002024-06-04T10:24:21.559Z Downloaded serde v1.0.203
11012024-06-04T10:24:21.559Z Downloaded semver v1.0.23
11022024-06-04T10:24:21.583Z Downloaded secrecy v0.8.0
11032024-06-04T10:24:21.583Z Downloaded sec1 v0.7.3
11042024-06-04T10:24:21.583Z Downloaded sct v0.7.1
11052024-06-04T10:24:21.583Z Downloaded schemars v0.8.20
11062024-06-04T10:24:21.583Z Downloaded scheduled-thread-pool v0.2.7
11072024-06-04T10:24:21.607Z Downloaded same-file v1.0.6
11082024-06-04T10:24:21.607Z Downloaded samael v0.0.15
11092024-06-04T10:24:21.607Z Downloaded salty v0.2.0
11102024-06-04T10:24:21.607Z Downloaded ryu v1.0.18
11112024-06-04T10:24:21.607Z Downloaded rustyline v14.0.0
11122024-06-04T10:24:21.632Z Downloaded rusty-fork v0.3.0
11132024-06-04T10:24:21.632Z Downloaded rustversion v1.0.17
11142024-06-04T10:24:21.632Z Downloaded rustls-webpki v0.102.4
11152024-06-04T10:24:21.657Z Downloaded rustls-webpki v0.101.7
11162024-06-04T10:24:21.681Z Downloaded rustls-pki-types v1.7.0
11172024-06-04T10:24:21.681Z Downloaded rustls-pemfile v2.1.2
11182024-06-04T10:24:21.681Z Downloaded rustls-pemfile v1.0.4
11192024-06-04T10:24:21.681Z Downloaded rustfmt-wrapper v0.2.1
11202024-06-04T10:24:21.681Z Downloaded rustc_version v0.4.0
11212024-06-04T10:24:21.681Z Downloaded rustc_version v0.1.7
11222024-06-04T10:24:21.681Z Downloaded rustc-hash v1.1.0
11232024-06-04T10:24:21.681Z Downloaded rustc-demangle v0.1.24
11242024-06-04T10:24:21.681Z Downloaded rtoolbox v0.0.2
11252024-06-04T10:24:21.681Z Downloaded rsa v0.9.6
11262024-06-04T10:24:21.705Z Downloaded rpassword v7.3.1
11272024-06-04T10:24:21.705Z Downloaded ron v0.8.1
11282024-06-04T10:24:21.705Z Downloaded ron v0.7.1
11292024-06-04T10:24:21.705Z Downloaded regress v0.9.1
11302024-06-04T10:24:21.729Z Downloaded regex-syntax v0.8.3
11312024-06-04T10:24:21.729Z Downloaded bzip2-sys v0.1.11+1.0.8
11322024-06-04T10:24:21.753Z Downloaded toml_datetime v0.6.6
11332024-06-04T10:24:21.753Z Downloaded toml v0.8.13
11342024-06-04T10:24:21.753Z Downloaded toml v0.7.8
11352024-06-04T10:24:21.753Z Downloaded toml v0.5.11
11362024-06-04T10:24:21.753Z Downloaded tokio-util v0.7.11
11372024-06-04T10:24:21.778Z Downloaded tokio-tungstenite v0.21.0
11382024-06-04T10:24:21.778Z Downloaded tokio-tungstenite v0.20.1
11392024-06-04T10:24:21.778Z Downloaded tokio-stream v0.1.15
11402024-06-04T10:24:21.778Z Downloaded tokio-rustls v0.25.0
11412024-06-04T10:24:21.778Z Downloaded tokio-rustls v0.24.1
11422024-06-04T10:24:21.778Z Downloaded tokio-postgres v0.7.10
11432024-06-04T10:24:21.778Z Downloaded tokio-native-tls v0.3.1
11442024-06-04T10:24:21.803Z Downloaded tokio-macros v2.2.0
11452024-06-04T10:24:21.803Z Downloaded tls_codec_derive v0.4.1
11462024-06-04T10:24:21.803Z Downloaded tls_codec v0.4.1
11472024-06-04T10:24:21.803Z Downloaded tinyvec_macros v0.1.1
11482024-06-04T10:24:21.803Z Downloaded tinyvec v1.6.0
11492024-06-04T10:24:21.803Z Downloaded termtree v0.4.1
11502024-06-04T10:24:21.803Z Downloaded termios v0.3.3
11512024-06-04T10:24:21.803Z Downloaded sync_wrapper v0.1.2
11522024-06-04T10:24:21.803Z Downloaded swrite v0.1.0
11532024-06-04T10:24:21.803Z Downloaded supports-color v3.0.0
11542024-06-04T10:24:21.803Z Downloaded subtle v2.5.0
11552024-06-04T10:24:21.803Z Downloaded subprocess v0.2.9
11562024-06-04T10:24:21.803Z Downloaded strum_macros v0.26.2
11572024-06-04T10:24:21.803Z Downloaded strum_macros v0.25.3
11582024-06-04T10:24:21.828Z Downloaded strum_macros v0.24.3
11592024-06-04T10:24:21.828Z Downloaded strum v0.26.2
11602024-06-04T10:24:21.828Z Downloaded structmeta-derive v0.3.0
11612024-06-04T10:24:21.828Z Downloaded structmeta-derive v0.2.0
11622024-06-04T10:24:21.828Z Downloaded structmeta v0.3.0
11632024-06-04T10:24:21.828Z Downloaded structmeta v0.2.0
11642024-06-04T10:24:21.828Z Downloaded strsim v0.11.1
11652024-06-04T10:24:21.828Z Downloaded strip-ansi-escapes v0.2.0
11662024-06-04T10:24:21.828Z Downloaded stringprep v0.1.4
11672024-06-04T10:24:21.828Z Downloaded string_cache v0.8.7
11682024-06-04T10:24:21.828Z Downloaded steno v0.4.0
11692024-06-04T10:24:21.828Z Downloaded static_assertions v1.1.0
11702024-06-04T10:24:21.828Z Downloaded stable_deref_trait v1.2.0
11712024-06-04T10:24:21.828Z Downloaded stability v0.2.0
11722024-06-04T10:24:21.855Z Downloaded sqlparser_derive v0.2.2
11732024-06-04T10:24:21.855Z Downloaded smallvec v1.13.2
11742024-06-04T10:24:21.855Z Downloaded smallvec v0.6.14
11752024-06-04T10:24:21.855Z Downloaded slog-term v2.9.1
11762024-06-04T10:24:21.855Z Downloaded slog-stdlog v4.1.1
11772024-06-04T10:24:21.855Z Downloaded slog-scope v4.4.0
11782024-06-04T10:24:21.855Z Downloaded slog-json v2.6.1
11792024-06-04T10:24:21.855Z Downloaded slog-envlogger v2.2.0
11802024-06-04T10:24:21.855Z Downloaded slog-dtrace v0.3.0
11812024-06-04T10:24:21.855Z Downloaded slog-bunyan v2.5.0
11822024-06-04T10:24:21.855Z Downloaded slab v0.4.9
11832024-06-04T10:24:21.856Z Downloaded siphasher v0.3.11
11842024-06-04T10:24:21.856Z Downloaded similar v2.5.0
11852024-06-04T10:24:21.880Z Downloaded sigpipe v0.1.3
11862024-06-04T10:24:21.880Z Downloaded signature v2.2.0
11872024-06-04T10:24:21.880Z Downloaded signature v1.6.4
11882024-06-04T10:24:21.880Z Downloaded signal-hook-tokio v0.3.1
11892024-06-04T10:24:21.880Z Downloaded signal-hook-registry v1.4.2
11902024-06-04T10:24:21.880Z Downloaded signal-hook-mio v0.2.3
11912024-06-04T10:24:21.880Z Downloaded signal-hook v0.3.17
11922024-06-04T10:24:21.880Z Downloaded sha2 v0.10.8
11932024-06-04T10:24:21.880Z Downloaded serde_urlencoded v0.7.1
11942024-06-04T10:24:21.880Z Downloaded serde_tokenstream v0.2.0
11952024-06-04T10:24:21.880Z Downloaded serde_tokenstream v0.1.7
11962024-06-04T10:24:21.905Z Downloaded serde_spanned v0.6.6
11972024-06-04T10:24:21.905Z Downloaded serde_repr v0.1.19
11982024-06-04T10:24:21.905Z Downloaded serde_plain v1.0.2
11992024-06-04T10:24:21.905Z Downloaded serde_path_to_error v0.1.16
12002024-06-04T10:24:21.905Z Downloaded serde_arrays v0.1.0
12012024-06-04T10:24:21.905Z Downloaded serde-hex v0.1.0
12022024-06-04T10:24:21.905Z Downloaded serde-big-array v0.5.1
12032024-06-04T10:24:21.905Z Downloaded serde-big-array v0.4.1
12042024-06-04T10:24:21.905Z Downloaded semver v0.1.20
12052024-06-04T10:24:21.905Z Downloaded scroll_derive v0.12.0
12062024-06-04T10:24:21.905Z Downloaded scroll v0.12.0
12072024-06-04T10:24:21.905Z Downloaded scopeguard v1.2.0
12082024-06-04T10:24:21.905Z Downloaded schemars_derive v0.8.20
12092024-06-04T10:24:21.905Z Downloaded resolv-conf v0.7.0
12102024-06-04T10:24:21.929Z Downloaded reqwest v0.11.27
12112024-06-04T10:24:21.929Z Downloaded regex-syntax v0.6.29
12122024-06-04T10:24:21.930Z Downloaded idna v0.5.0
12132024-06-04T10:24:21.954Z Downloaded idna v0.3.0
12142024-06-04T10:24:21.954Z Downloaded idna v0.2.3
12152024-06-04T10:24:21.954Z Downloaded bstr v1.9.1
12162024-06-04T10:24:21.978Z Downloaded snafu v0.8.2
12172024-06-04T10:24:21.978Z Downloaded smf v0.2.3
12182024-06-04T10:24:21.978Z Downloaded smawk v0.3.2
12192024-06-04T10:24:21.978Z Downloaded slog-async v2.8.0
12202024-06-04T10:24:21.978Z Downloaded slog v2.7.0
12212024-06-04T10:24:22.002Z Downloaded nodrop v0.1.14
12222024-06-04T10:24:22.002Z Downloaded nix v0.28.0
12232024-06-04T10:24:22.003Z Downloaded linear-map v1.2.0
12242024-06-04T10:24:22.003Z Downloaded libxml v0.3.3
12252024-06-04T10:24:22.044Z Downloaded libm v0.2.8
12262024-06-04T10:24:22.044Z Downloaded libloading v0.8.3
12272024-06-04T10:24:22.044Z Downloaded libefi-sys v0.1.0
12282024-06-04T10:24:22.044Z Downloaded lazycell v1.3.0
12292024-06-04T10:24:22.044Z Downloaded lazy_static v1.4.0
12302024-06-04T10:24:22.044Z Downloaded lalrpop-util v0.19.12
12312024-06-04T10:24:22.045Z Downloaded lalrpop v0.19.12
12322024-06-04T10:24:22.513Z Downloaded kstat-rs v0.2.3
12332024-06-04T10:24:22.513Z Downloaded keccak v0.1.5
12342024-06-04T10:24:22.513Z Downloaded itoa v1.0.11
12352024-06-04T10:24:22.513Z Downloaded itertools v0.12.1
12362024-06-04T10:24:22.514Z Downloaded itertools v0.10.5
12372024-06-04T10:24:22.514Z Downloaded indoc v1.0.9
12382024-06-04T10:24:22.514Z Downloaded indicatif v0.17.8
12392024-06-04T10:24:22.514Z Downloaded indexmap v2.2.6
12402024-06-04T10:24:22.514Z Downloaded indexmap v1.9.3
12412024-06-04T10:24:22.514Z Downloaded impl-trait-for-tuples v0.2.2
12422024-06-04T10:24:22.514Z Downloaded ident_case v1.0.1
12432024-06-04T10:24:22.514Z Downloaded iana-time-zone v0.1.60
12442024-06-04T10:24:22.514Z Downloaded hyper-tls v0.5.0
12452024-06-04T10:24:22.514Z Downloaded hyper-staticfile v0.9.5
12462024-06-04T10:24:22.514Z Downloaded hyper-rustls v0.24.2
12472024-06-04T10:24:22.514Z Downloaded hyper v0.14.28
12482024-06-04T10:24:22.514Z Downloaded clap_builder v4.5.2
12492024-06-04T10:24:22.515Z Downloaded chrono v0.4.38
12502024-06-04T10:24:22.515Z Downloaded chacha20poly1305 v0.10.1
12512024-06-04T10:24:22.515Z Downloaded chacha20 v0.9.1
12522024-06-04T10:24:22.515Z Downloaded cfg_aliases v0.1.1
12532024-06-04T10:24:22.515Z Downloaded cfg-if v1.0.0
12542024-06-04T10:24:22.515Z Downloaded cexpr v0.6.0
12552024-06-04T10:24:22.515Z Downloaded cc v1.0.97
12562024-06-04T10:24:22.515Z Downloaded castaway v0.2.2
12572024-06-04T10:24:22.515Z Downloaded cassowary v0.3.0
12582024-06-04T10:24:22.515Z Downloaded cargo_metadata v0.18.1
12592024-06-04T10:24:22.515Z Downloaded cargo-platform v0.1.8
12602024-06-04T10:24:22.515Z Downloaded cancel-safe-futures v0.1.5
12612024-06-04T10:24:22.515Z Downloaded camino-tempfile v1.1.1
12622024-06-04T10:24:22.515Z Downloaded camino v1.1.7
12632024-06-04T10:24:22.515Z Downloaded bzip2 v0.4.4
12642024-06-04T10:24:22.515Z Downloaded bytes v1.6.0
12652024-06-04T10:24:22.515Z Downloaded byteorder v1.5.0
12662024-06-04T10:24:22.515Z Downloaded bytecount v0.6.8
12672024-06-04T10:24:22.515Z Downloaded bstr v0.2.17
12682024-06-04T10:24:22.515Z Downloaded blake3 v1.5.1
12692024-06-04T10:24:22.515Z Downloaded bitvec v1.0.1
12702024-06-04T10:24:22.515Z Downloaded bitstruct_derive v0.1.0
12712024-06-04T10:24:22.515Z Downloaded bitstruct v0.1.1
12722024-06-04T10:24:22.516Z Downloaded bitflags v1.3.2
12732024-06-04T10:24:22.516Z Downloaded bitfield v0.14.0
12742024-06-04T10:24:22.516Z Downloaded bit-vec v0.6.3
12752024-06-04T10:24:22.516Z Downloaded bit-set v0.5.3
12762024-06-04T10:24:22.516Z Downloaded bindgen v0.69.4
12772024-06-04T10:24:22.516Z Downloaded bcs v0.1.6
12782024-06-04T10:24:22.516Z Downloaded rayon v1.10.0
12792024-06-04T10:24:22.516Z Downloaded nom v7.1.3
12802024-06-04T10:24:22.516Z Downloaded nibble_vec v0.1.0
12812024-06-04T10:24:22.516Z Downloaded newtype_derive v0.1.6
12822024-06-04T10:24:22.516Z Downloaded newtype-uuid v1.1.0
12832024-06-04T10:24:22.516Z Downloaded newline-converter v0.3.0
12842024-06-04T10:24:22.516Z Downloaded new_debug_unreachable v1.0.6
12852024-06-04T10:24:22.516Z Downloaded native-tls v0.2.11
12862024-06-04T10:24:22.516Z Downloaded nanorand v0.7.0
12872024-06-04T10:24:22.516Z Downloaded multimap v0.10.0
12882024-06-04T10:24:22.516Z Downloaded multer v3.1.0
12892024-06-04T10:24:22.516Z Downloaded mockall_derive v0.12.1
12902024-06-04T10:24:22.516Z Downloaded mockall v0.12.1
12912024-06-04T10:24:22.516Z Downloaded mio v0.8.11
12922024-06-04T10:24:22.516Z Downloaded miniz_oxide v0.7.2
12932024-06-04T10:24:22.516Z Downloaded minimal-lexical v0.2.1
12942024-06-04T10:24:22.516Z Downloaded mime_guess v2.0.4
12952024-06-04T10:24:22.516Z Downloaded mime v0.3.17
12962024-06-04T10:24:22.517Z Downloaded memoffset v0.7.1
12972024-06-04T10:24:22.517Z Downloaded memmap2 v0.9.4
12982024-06-04T10:24:22.517Z Downloaded memmap v0.7.0
12992024-06-04T10:24:22.517Z Downloaded memchr v2.7.2
13002024-06-04T10:24:22.517Z Downloaded md-5 v0.10.6
13012024-06-04T10:24:22.517Z Downloaded maybe-uninit v2.0.0
13022024-06-04T10:24:22.517Z Downloaded matches v0.1.10
13032024-06-04T10:24:22.517Z Downloaded match_cfg v0.1.0
13042024-06-04T10:24:22.517Z Downloaded maplit v1.0.2
13052024-06-04T10:24:22.517Z Downloaded managed v0.8.0
13062024-06-04T10:24:22.517Z Downloaded macaddr v1.0.1
13072024-06-04T10:24:22.517Z Downloaded lru-cache v0.1.2
13082024-06-04T10:24:22.517Z Downloaded lru v0.12.3
13092024-06-04T10:24:22.517Z Downloaded log v0.4.21
13102024-06-04T10:24:22.517Z Downloaded lock_api v0.4.12
13112024-06-04T10:24:22.517Z Downloaded linked-hash-map v0.5.6
13122024-06-04T10:24:22.517Z Downloaded libsw v3.3.1
13132024-06-04T10:24:22.517Z Downloaded is_terminal_polyfill v1.70.0
13142024-06-04T10:24:22.517Z Downloaded is_ci v1.2.0
13152024-06-04T10:24:22.517Z Downloaded is-terminal v0.4.12
13162024-06-04T10:24:22.517Z Downloaded ipnetwork v0.20.0
13172024-06-04T10:24:22.517Z Downloaded ipnet v2.9.0
13182024-06-04T10:24:22.517Z Downloaded instant v0.1.12
13192024-06-04T10:24:22.518Z Downloaded inout v0.1.3
13202024-06-04T10:24:22.518Z Downloaded indoc v2.0.5
13212024-06-04T10:24:22.518Z Downloaded hubpack_derive v0.1.1
13222024-06-04T10:24:22.518Z Downloaded hubpack v0.1.2
13232024-06-04T10:24:22.518Z Downloaded httpdate v1.0.3
13242024-06-04T10:24:22.518Z Downloaded httparse v1.8.0
13252024-06-04T10:24:22.518Z Downloaded http-range v0.1.5
13262024-06-04T10:24:22.518Z Downloaded http-body v0.4.6
13272024-06-04T10:24:22.518Z Downloaded http v1.1.0
13282024-06-04T10:24:22.518Z Downloaded http v0.2.12
13292024-06-04T10:24:22.518Z Downloaded hostname v0.4.0
13302024-06-04T10:24:22.518Z Downloaded hostname v0.3.1
13312024-06-04T10:24:22.518Z Downloaded home v0.5.9
13322024-06-04T10:24:22.543Z Downloaded hmac v0.12.1
13332024-06-04T10:24:22.543Z Downloaded hkdf v0.12.4
13342024-06-04T10:24:22.544Z Downloaded highway v1.1.0
13352024-06-04T10:24:22.544Z Downloaded hex v0.4.3
13362024-06-04T10:24:22.544Z Downloaded heck v0.5.0
13372024-06-04T10:24:22.544Z Downloaded heck v0.4.1
13382024-06-04T10:24:22.544Z Downloaded heck v0.3.3
13392024-06-04T10:24:22.544Z Downloaded heapless v0.8.0
13402024-06-04T10:24:22.544Z Downloaded heapless v0.7.17
13412024-06-04T10:24:22.544Z Downloaded headers-core v0.2.0
13422024-06-04T10:24:22.544Z Downloaded headers v0.3.9
13432024-06-04T10:24:22.544Z Downloaded hashbrown v0.14.5
13442024-06-04T10:24:22.544Z Downloaded hashbrown v0.13.2
13452024-06-04T10:24:22.544Z Downloaded hashbrown v0.12.3
13462024-06-04T10:24:22.544Z Downloaded crossbeam-deque v0.8.5
13472024-06-04T10:24:22.544Z Downloaded crossbeam-channel v0.5.12
13482024-06-04T10:24:22.544Z Downloaded crc32fast v1.4.0
13492024-06-04T10:24:22.544Z Downloaded crc-catalog v2.4.0
13502024-06-04T10:24:22.544Z Downloaded crc-any v2.5.0
13512024-06-04T10:24:22.544Z Downloaded crc v3.2.1
13522024-06-04T10:24:22.544Z Downloaded cpufeatures v0.2.12
13532024-06-04T10:24:22.544Z Downloaded corncobs v0.1.3
13542024-06-04T10:24:22.544Z Downloaded cookie_store v0.20.0
13552024-06-04T10:24:22.544Z Downloaded cookie v0.18.1
13562024-06-04T10:24:22.544Z Downloaded cookie v0.17.0
13572024-06-04T10:24:22.545Z Downloaded convert_case v0.4.0
13582024-06-04T10:24:22.545Z Downloaded constant_time_eq v0.3.0
13592024-06-04T10:24:22.545Z Downloaded const_format_proc_macros v0.2.32
13602024-06-04T10:24:22.545Z Downloaded const_format v0.2.32
13612024-06-04T10:24:22.545Z Downloaded const-oid v0.9.6
13622024-06-04T10:24:22.545Z Downloaded console v0.15.8
13632024-06-04T10:24:22.545Z Downloaded compact_str v0.7.1
13642024-06-04T10:24:22.545Z Downloaded colored v2.1.0
13652024-06-04T10:24:22.545Z Downloaded colorchoice v1.0.1
13662024-06-04T10:24:22.545Z Downloaded cobs v0.2.3
13672024-06-04T10:24:22.545Z Downloaded clap_lex v0.7.0
13682024-06-04T10:24:22.545Z Downloaded clap_derive v4.5.4
13692024-06-04T10:24:22.545Z Downloaded clap v4.5.4
13702024-06-04T10:24:22.545Z Downloaded clang-sys v1.7.0
13712024-06-04T10:24:22.545Z Downloaded cipher v0.4.4
13722024-06-04T10:24:22.545Z Downloaded ciborium-ll v0.2.2
13732024-06-04T10:24:22.545Z Downloaded ciborium-io v0.2.2
13742024-06-04T10:24:22.545Z Downloaded ciborium v0.2.2
13752024-06-04T10:24:22.545Z Downloaded buf-list v1.0.3
13762024-06-04T10:24:22.545Z Downloaded block-padding v0.3.3
13772024-06-04T10:24:22.545Z Downloaded block-buffer v0.10.4
13782024-06-04T10:24:22.545Z Downloaded blake2 v0.10.6
13792024-06-04T10:24:22.545Z Downloaded bitflags v2.5.0
13802024-06-04T10:24:22.545Z Downloaded bb8 v0.8.3
13812024-06-04T10:24:22.546Z Downloaded base64ct v1.6.0
13822024-06-04T10:24:22.546Z Downloaded base64 v0.22.1
13832024-06-04T10:24:22.546Z Downloaded base64 v0.21.7
13842024-06-04T10:24:22.546Z Downloaded base64 v0.13.1
13852024-06-04T10:24:22.546Z Downloaded base16ct v0.2.0
13862024-06-04T10:24:22.546Z Downloaded backtrace v0.3.71
13872024-06-04T10:24:22.546Z Downloaded backoff v0.4.0
13882024-06-04T10:24:22.546Z Downloaded autocfg v1.3.0
13892024-06-04T10:24:22.546Z Downloaded atty v0.2.14
13902024-06-04T10:24:22.546Z Downloaded atomicwrites v0.4.3
13912024-06-04T10:24:22.546Z Downloaded atomic-waker v1.1.2
13922024-06-04T10:24:22.546Z Downloaded async-trait v0.1.80
13932024-06-04T10:24:22.546Z Downloaded async-stream-impl v0.3.5
13942024-06-04T10:24:22.571Z Downloaded async-stream v0.3.5
13952024-06-04T10:24:22.571Z Downloaded async-recursion v1.1.1
13962024-06-04T10:24:22.571Z Downloaded assert_matches v1.5.0
13972024-06-04T10:24:22.571Z Downloaded ascii-canvas v3.0.0
13982024-06-04T10:24:22.571Z Downloaded ascii v1.1.0
13992024-06-04T10:24:22.571Z Downloaded arrayvec v0.7.4
14002024-06-04T10:24:22.571Z Downloaded arrayref v0.3.7
14012024-06-04T10:24:22.571Z Downloaded array-init v0.0.4
14022024-06-04T10:24:22.571Z Downloaded argon2 v0.5.3
14032024-06-04T10:24:22.571Z Downloaded arc-swap v1.7.1
14042024-06-04T10:24:22.571Z Downloaded anyhow v1.0.86
14052024-06-04T10:24:22.596Z Downloaded anstyle-query v1.0.3
14062024-06-04T10:24:22.596Z Downloaded anstyle-parse v0.2.4
14072024-06-04T10:24:22.596Z Downloaded anstyle v1.0.7
14082024-06-04T10:24:22.596Z Downloaded anstream v0.6.14
14092024-06-04T10:24:22.596Z Downloaded allocator-api2 v0.2.18
14102024-06-04T10:24:22.596Z Downloaded aho-corasick v1.1.3
14112024-06-04T10:24:22.596Z Downloaded ahash v0.8.11
14122024-06-04T10:24:22.621Z Downloaded aead v0.5.2
14132024-06-04T10:24:22.621Z Downloaded adler v1.0.2
14142024-06-04T10:24:22.916Z Compiling proc-macro2 v1.0.82
14152024-06-04T10:24:22.917Z Compiling unicode-ident v1.0.12
14162024-06-04T10:24:22.917Z Compiling libc v0.2.155
14172024-06-04T10:24:22.947Z Compiling serde v1.0.203
14182024-06-04T10:24:22.948Z Compiling autocfg v1.3.0
14192024-06-04T10:24:22.948Z Compiling version_check v0.9.4
14202024-06-04T10:24:22.948Z Compiling cfg-if v1.0.0
14212024-06-04T10:24:23.217Z Compiling cc v1.0.97
14222024-06-04T10:24:23.241Z Compiling parking_lot_core v0.9.10
14232024-06-04T10:24:23.265Z Compiling once_cell v1.19.0
14242024-06-04T10:24:23.665Z Compiling libm v0.2.8
14252024-06-04T10:24:23.692Z Compiling serde_json v1.0.117
14262024-06-04T10:24:23.719Z Compiling ahash v0.8.11
14272024-06-04T10:24:23.801Z Compiling lock_api v0.4.12
14282024-06-04T10:24:24.219Z Compiling byteorder v1.5.0
14292024-06-04T10:24:24.309Z Compiling num-traits v0.2.19
14302024-06-04T10:24:24.346Z Compiling memchr v2.7.2
14312024-06-04T10:24:24.379Z Compiling thiserror v1.0.60
14322024-06-04T10:24:24.722Z Compiling typenum v1.17.0
14332024-06-04T10:24:24.801Z Compiling log v0.4.21
14342024-06-04T10:24:24.951Z Compiling quote v1.0.36
14352024-06-04T10:24:25.195Z Compiling generic-array v0.14.7
14362024-06-04T10:24:25.451Z Compiling syn v2.0.64
14372024-06-04T10:24:25.535Z Compiling getrandom v0.2.14
14382024-06-04T10:24:25.589Z Compiling itoa v1.0.11
14392024-06-04T10:24:25.970Z Compiling scopeguard v1.2.0
14402024-06-04T10:24:26.224Z Compiling allocator-api2 v0.2.18
14412024-06-04T10:24:26.292Z Compiling slab v0.4.9
14422024-06-04T10:24:26.511Z Compiling ring v0.17.8
14432024-06-04T10:24:26.551Z Compiling ryu v1.0.18
14442024-06-04T10:24:26.643Z Compiling schemars v0.8.20
14452024-06-04T10:24:26.674Z Compiling smallvec v1.13.2
14462024-06-04T10:24:26.803Z Compiling pin-project-lite v0.2.14
14472024-06-04T10:24:26.987Z Compiling semver v1.0.23
14482024-06-04T10:24:27.093Z Compiling syn v1.0.109
14492024-06-04T10:24:27.121Z Compiling equivalent v1.0.1
14502024-06-04T10:24:27.377Z Compiling parking_lot v0.12.2
14512024-06-04T10:24:27.402Z Compiling pkg-config v0.3.30
14522024-06-04T10:24:27.530Z Compiling vcpkg v0.2.15
14532024-06-04T10:24:27.816Z Compiling signal-hook-registry v1.4.2
14542024-06-04T10:24:28.657Z Compiling mio v0.8.11
14552024-06-04T10:24:29.033Z Compiling openssl-sys v0.9.102
14562024-06-04T10:24:29.469Z Compiling rand_core v0.6.4
14572024-06-04T10:24:29.748Z Compiling socket2 v0.5.7
14582024-06-04T10:24:29.817Z Compiling num_cpus v1.16.0
14592024-06-04T10:24:29.945Z Compiling time-core v0.1.2
14602024-06-04T10:24:30.059Z Compiling num-conv v0.1.0
14612024-06-04T10:24:30.314Z Compiling time-macros v0.2.18
14622024-06-04T10:24:30.338Z Compiling httparse v1.8.0
14632024-06-04T10:24:30.863Z Compiling futures-core v0.3.30
14642024-06-04T10:24:31.089Z Compiling fnv v1.0.7
14652024-06-04T10:24:31.148Z Compiling openssl v0.10.64
14662024-06-04T10:24:31.462Z Compiling iana-time-zone v0.1.60
14672024-06-04T10:24:31.492Z Compiling crossbeam-utils v0.8.19
14682024-06-04T10:24:31.542Z Compiling rustix v0.38.34
14692024-06-04T10:24:31.818Z Compiling serde_derive_internals v0.29.1
14702024-06-04T10:24:32.080Z Compiling spin v0.9.8
14712024-06-04T10:24:32.185Z Compiling native-tls v0.2.11
14722024-06-04T10:24:32.324Z Compiling tinyvec_macros v0.1.1
14732024-06-04T10:24:32.444Z Compiling rustls v0.21.12
14742024-06-04T10:24:32.468Z Compiling tinyvec v1.6.0
14752024-06-04T10:24:32.906Z Compiling const-oid v0.9.6
14762024-06-04T10:24:33.035Z Compiling ucd-trie v0.1.6
14772024-06-04T10:24:33.399Z Compiling futures-sink v0.3.30
14782024-06-04T10:24:33.542Z Compiling subtle v2.5.0
14792024-06-04T10:24:33.714Z Compiling unicode-normalization v0.1.23
14802024-06-04T10:24:33.798Z Compiling backtrace v0.3.71
14812024-06-04T10:24:33.953Z Compiling cookie v0.17.0
14822024-06-04T10:24:34.189Z Compiling heck v0.4.1
14832024-06-04T10:24:34.216Z Compiling slog v2.7.0
14842024-06-04T10:24:34.330Z Compiling dyn-clone v1.0.17
14852024-06-04T10:24:34.503Z Compiling unicode-bidi v0.3.15
14862024-06-04T10:24:34.582Z Compiling heck v0.5.0
14872024-06-04T10:24:34.947Z Compiling futures-channel v0.3.30
14882024-06-04T10:24:35.028Z Compiling futures-io v0.3.30
14892024-06-04T10:24:35.332Z Compiling futures-task v0.3.30
14902024-06-04T10:24:35.359Z Compiling pin-utils v0.1.0
14912024-06-04T10:24:35.825Z Compiling aho-corasick v1.1.3
14922024-06-04T10:24:35.899Z Compiling regex-syntax v0.8.3
14932024-06-04T10:24:35.980Z Compiling untrusted v0.9.0
14942024-06-04T10:24:36.345Z Compiling serde_derive v1.0.203
14952024-06-04T10:24:36.369Z Compiling zerocopy-derive v0.7.34
14962024-06-04T10:24:37.536Z Compiling zeroize_derive v1.4.2
14972024-06-04T10:24:37.788Z Compiling thiserror-impl v1.0.60
14982024-06-04T10:24:37.986Z Compiling zerocopy v0.7.34
14992024-06-04T10:24:38.709Z Compiling tokio-macros v2.2.0
15002024-06-04T10:24:39.393Z Compiling futures-macro v0.3.30
15012024-06-04T10:24:39.454Z Compiling schemars_derive v0.8.20
15022024-06-04T10:24:39.795Z Compiling hashbrown v0.14.5
15032024-06-04T10:24:40.169Z Compiling tracing-attributes v0.1.27
15042024-06-04T10:24:40.194Z Compiling zeroize v1.7.0
15052024-06-04T10:24:40.904Z Compiling openssl-macros v0.1.1
15062024-06-04T10:24:41.022Z Compiling scroll_derive v0.12.0
15072024-06-04T10:24:41.492Z Compiling pest v2.7.10
15082024-06-04T10:24:41.630Z Compiling crypto-common v0.1.6
15092024-06-04T10:24:41.833Z Compiling futures-util v0.3.30
15102024-06-04T10:24:41.898Z Compiling der_derive v0.7.2
15112024-06-04T10:24:42.121Z Compiling anyhow v1.0.86
15122024-06-04T10:24:42.702Z Compiling winnow v0.5.40
15132024-06-04T10:24:43.184Z Compiling block-buffer v0.10.4
15142024-06-04T10:24:43.700Z Compiling pest_meta v2.7.10
15152024-06-04T10:24:43.763Z Compiling regex-automata v0.4.6
15162024-06-04T10:24:45.637Z Compiling pest_generator v2.7.10
15172024-06-04T10:24:47.016Z Compiling bytes v1.6.0
15182024-06-04T10:24:47.713Z Compiling indexmap v2.2.6
15192024-06-04T10:24:48.111Z Compiling tokio v1.37.0
15202024-06-04T10:24:48.572Z Compiling uuid v1.8.0
15212024-06-04T10:24:48.811Z Compiling chrono v0.4.38
15222024-06-04T10:24:49.236Z Compiling bitflags v2.5.0
15232024-06-04T10:24:49.405Z Compiling serde_tokenstream v0.2.0
15242024-06-04T10:24:49.832Z Compiling toml_datetime v0.6.6
15252024-06-04T10:24:50.192Z Compiling serde_spanned v0.6.6
15262024-06-04T10:24:50.724Z Compiling http v0.2.12
15272024-06-04T10:24:52.525Z Compiling toml_edit v0.19.15
15282024-06-04T10:24:52.699Z Compiling rustc_version v0.4.0
15292024-06-04T10:24:53.090Z Compiling pest_derive v2.7.10
15302024-06-04T10:24:53.249Z Compiling tracing-core v0.1.32
15312024-06-04T10:24:53.699Z Compiling usdt-impl v0.5.0
15322024-06-04T10:24:53.994Z Compiling rustversion v1.0.17
15332024-06-04T10:24:54.498Z Compiling powerfmt v0.2.0
15342024-06-04T10:24:54.931Z Compiling deranged v0.3.11
15352024-06-04T10:24:55.116Z Compiling tracing v0.1.40
15362024-06-04T10:24:55.215Z Compiling heapless v0.7.17
15372024-06-04T10:24:55.467Z Compiling digest v0.10.7
15382024-06-04T10:24:55.563Z Compiling scroll v0.12.0
15392024-06-04T10:24:55.910Z Compiling plain v0.2.3
15402024-06-04T10:24:56.009Z Compiling ppv-lite86 v0.2.17
15412024-06-04T10:24:56.209Z Compiling signal-hook v0.3.17
15422024-06-04T10:24:56.644Z Compiling percent-encoding v2.3.1
15432024-06-04T10:24:56.688Z Compiling num_threads v0.1.7
15442024-06-04T10:24:56.825Z Compiling time v0.3.36
15452024-06-04T10:24:56.932Z Compiling rand_chacha v0.3.1
15462024-06-04T10:24:57.075Z Compiling goblin v0.8.2
15472024-06-04T10:24:58.225Z Compiling regex v1.10.4
15482024-06-04T10:24:59.226Z Compiling strsim v0.11.1
15492024-06-04T10:24:59.871Z Compiling pretty-hex v0.4.1
15502024-06-04T10:25:00.060Z Compiling crc32fast v1.4.0
15512024-06-04T10:25:00.564Z Compiling rand v0.8.5
15522024-06-04T10:25:00.871Z Compiling tokio-util v0.7.11
15532024-06-04T10:25:01.788Z Compiling dof v0.3.0
15542024-06-04T10:25:02.168Z Compiling dtrace-parser v0.2.0
15552024-06-04T10:25:03.208Z Compiling async-trait v0.1.80
15562024-06-04T10:25:03.366Z Compiling thread-id v4.2.1
15572024-06-04T10:25:03.469Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15582024-06-04T10:25:03.633Z Compiling foreign-types-shared v0.1.1
15592024-06-04T10:25:03.678Z Compiling smoltcp v0.9.1
15602024-06-04T10:25:03.738Z Compiling unicode-width v0.1.12
15612024-06-04T10:25:03.948Z Compiling base64ct v1.6.0
15622024-06-04T10:25:04.169Z Compiling foreign-types v0.3.2
15632024-06-04T10:25:04.384Z Compiling pem-rfc7468 v0.7.0
15642024-06-04T10:25:05.151Z Compiling form_urlencoded v1.2.1
15652024-06-04T10:25:05.435Z Compiling hmac v0.12.1
15662024-06-04T10:25:05.815Z Compiling try-lock v0.2.5
15672024-06-04T10:25:05.978Z Compiling base64 v0.21.7
15682024-06-04T10:25:06.003Z Compiling siphasher v0.3.11
15692024-06-04T10:25:06.097Z Compiling adler v1.0.2
15702024-06-04T10:25:06.190Z Compiling flagset v0.4.5
15712024-06-04T10:25:06.309Z Compiling miniz_oxide v0.7.2
15722024-06-04T10:25:06.372Z Compiling der v0.7.9
15732024-06-04T10:25:06.544Z Compiling want v0.3.1
15742024-06-04T10:25:07.025Z Compiling h2 v0.3.26
15752024-06-04T10:25:07.332Z Compiling rustls-webpki v0.101.7
15762024-06-04T10:25:07.612Z Compiling sct v0.7.1
15772024-06-04T10:25:08.658Z Compiling http-body v0.4.6
15782024-06-04T10:25:09.122Z Compiling openapiv3 v2.0.0
15792024-06-04T10:25:09.394Z Compiling hubpack_derive v0.1.1
15802024-06-04T10:25:09.606Z Compiling zerocopy-derive v0.6.6
15812024-06-04T10:25:10.079Z Compiling idna v0.5.0
15822024-06-04T10:25:10.400Z Compiling errno v0.3.9
15832024-06-04T10:25:10.608Z Compiling fs-err v2.11.0
15842024-06-04T10:25:10.848Z Compiling tower-service v0.3.2
15852024-06-04T10:25:11.154Z Compiling cpufeatures v0.2.12
15862024-06-04T10:25:11.240Z Compiling openssl-probe v0.1.5
15872024-06-04T10:25:11.265Z Compiling anstyle v1.0.7
15882024-06-04T10:25:11.470Z Compiling finl_unicode v1.2.0
15892024-06-04T10:25:11.499Z Compiling utf8parse v0.2.1
15902024-06-04T10:25:11.635Z Compiling gimli v0.28.1
15912024-06-04T10:25:11.668Z Compiling httpdate v1.0.3
15922024-06-04T10:25:11.863Z Compiling stable_deref_trait v1.2.0
15932024-06-04T10:25:11.967Z Compiling spin v0.5.2
15942024-06-04T10:25:12.279Z Compiling stringprep v0.1.4
15952024-06-04T10:25:12.530Z Compiling anstyle-parse v0.2.4
15962024-06-04T10:25:12.968Z Compiling hyper v0.14.28
15972024-06-04T10:25:13.103Z Compiling sha2 v0.10.8
15982024-06-04T10:25:13.710Z Compiling url v2.5.0
15992024-06-04T10:25:15.627Z Compiling addr2line v0.21.0
16002024-06-04T10:25:16.375Z Compiling spki v0.7.3
16012024-06-04T10:25:16.917Z Compiling usdt-attr-macro v0.5.0
16022024-06-04T10:25:17.170Z Compiling usdt-macro v0.5.0
16032024-06-04T10:25:18.276Z Compiling md-5 v0.10.6
16042024-06-04T10:25:20.706Z Compiling idna v0.3.0
16052024-06-04T10:25:21.444Z Compiling diesel_table_macro_syntax v0.1.0
16062024-06-04T10:25:21.759Z Compiling num-integer v0.1.46
16072024-06-04T10:25:21.802Z Compiling object v0.32.2
16082024-06-04T10:25:22.350Z Compiling hash32 v0.2.1
16092024-06-04T10:25:22.927Z Compiling rustc-demangle v0.1.24
16102024-06-04T10:25:23.119Z Compiling is_terminal_polyfill v1.70.0
16112024-06-04T10:25:24.873Z Compiling psl-types v2.0.11
16122024-06-04T10:25:25.126Z Compiling anstyle-query v1.0.3
16132024-06-04T10:25:25.250Z Compiling colorchoice v1.0.1
16142024-06-04T10:25:25.390Z Compiling fallible-iterator v0.2.0
16152024-06-04T10:25:25.972Z Compiling postgres-protocol v0.6.6
16162024-06-04T10:25:27.430Z Compiling anstream v0.6.14
16172024-06-04T10:25:28.503Z Compiling publicsuffix v2.2.3
16182024-06-04T10:25:28.712Z Compiling lazy_static v1.4.0
16192024-06-04T10:25:29.208Z Compiling diesel_derives v2.1.4
16202024-06-04T10:25:30.155Z Compiling tokio-rustls v0.24.1
16212024-06-04T10:25:33.338Z Compiling pkcs8 v0.10.2
16222024-06-04T10:25:33.819Z Compiling terminal_size v0.3.0
16232024-06-04T10:25:34.001Z Compiling tokio-native-tls v0.3.1
16242024-06-04T10:25:34.226Z Compiling phf_shared v0.11.2
16252024-06-04T10:25:34.661Z Compiling strum_macros v0.25.3
16262024-06-04T10:25:35.717Z Compiling block-padding v0.3.3
16272024-06-04T10:25:35.819Z Compiling regress v0.9.1
16282024-06-04T10:25:35.928Z Compiling enum-as-inner v0.5.1
16292024-06-04T10:25:36.252Z Compiling clap_derive v4.5.4
16302024-06-04T10:25:36.672Z Compiling serde_repr v0.1.19
16312024-06-04T10:25:37.718Z Compiling ff v0.13.0
16322024-06-04T10:25:37.937Z Compiling scheduled-thread-pool v0.2.7
16332024-06-04T10:25:39.400Z Compiling encoding_rs v0.8.34
16342024-06-04T10:25:39.467Z Compiling managed v0.8.0
16352024-06-04T10:25:39.720Z Compiling matches v0.1.10
16362024-06-04T10:25:39.809Z Compiling either v1.12.0
16372024-06-04T10:25:39.924Z Compiling bitflags v1.3.2
16382024-06-04T10:25:40.105Z Compiling clap_lex v0.7.0
16392024-06-04T10:25:40.163Z Compiling mime v0.3.17
16402024-06-04T10:25:40.214Z Compiling ipnet v2.9.0
16412024-06-04T10:25:40.855Z Compiling bit-vec v0.6.3
16422024-06-04T10:25:41.211Z Compiling base16ct v0.2.0
16432024-06-04T10:25:41.518Z Compiling sec1 v0.7.3
16442024-06-04T10:25:41.805Z Compiling clap_builder v4.5.2
16452024-06-04T10:25:42.225Z Compiling idna v0.2.3
16462024-06-04T10:25:43.290Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16472024-06-04T10:25:44.354Z Compiling r2d2 v0.8.10
16482024-06-04T10:25:45.557Z Compiling group v0.13.0
16492024-06-04T10:25:46.448Z Compiling inout v0.1.3
16502024-06-04T10:25:47.771Z Compiling phf v0.11.2
16512024-06-04T10:25:47.861Z Compiling hyper-tls v0.5.0
16522024-06-04T10:25:48.011Z Compiling signal-hook-mio v0.2.3
16532024-06-04T10:25:48.148Z Compiling hyper-rustls v0.24.2
16542024-06-04T10:25:48.173Z Compiling cookie_store v0.20.0
16552024-06-04T10:25:48.253Z Compiling postgres-types v0.2.6
16562024-06-04T10:25:48.460Z Compiling num-bigint v0.4.5
16572024-06-04T10:25:48.602Z Compiling zerocopy v0.6.6
16582024-06-04T10:25:49.283Z Compiling hubpack v0.1.2
16592024-06-04T10:25:49.357Z Compiling rustls-pemfile v1.0.4
16602024-06-04T10:25:49.393Z Compiling phf_shared v0.10.0
16612024-06-04T10:25:49.639Z Compiling hkdf v0.12.4
16622024-06-04T10:25:49.678Z Compiling serde_urlencoded v0.7.1
16632024-06-04T10:25:49.830Z Compiling crossbeam-epoch v0.9.18
16642024-06-04T10:25:50.134Z Compiling ipnetwork v0.20.0
16652024-06-04T10:25:50.781Z Compiling futures-executor v0.3.30
16662024-06-04T10:25:51.229Z Compiling crypto-bigint v0.5.5
16672024-06-04T10:25:51.365Z Compiling float-cmp v0.9.0
16682024-06-04T10:25:51.409Z Compiling memmap v0.7.0
16692024-06-04T10:25:51.627Z Compiling precomputed-hash v0.1.1
16702024-06-04T10:25:51.684Z Compiling whoami v1.5.1
16712024-06-04T10:25:51.743Z Compiling unicode-segmentation v1.11.0
16722024-06-04T10:25:52.167Z Compiling new_debug_unreachable v1.0.6
16732024-06-04T10:25:52.260Z Compiling normalize-line-endings v0.3.0
16742024-06-04T10:25:52.375Z Compiling webpki-roots v0.25.4
16752024-06-04T10:25:52.495Z Compiling static_assertions v1.1.0
16762024-06-04T10:25:52.521Z Compiling difflib v0.4.0
16772024-06-04T10:25:52.589Z Compiling predicates-core v1.0.6
16782024-06-04T10:25:52.862Z Compiling winnow v0.6.8
16792024-06-04T10:25:53.442Z Compiling fixedbitset v0.4.2
16802024-06-04T10:25:53.541Z Compiling minimal-lexical v0.2.1
16812024-06-04T10:25:53.782Z Compiling sync_wrapper v0.1.2
16822024-06-04T10:25:53.822Z Compiling data-encoding v2.6.0
16832024-06-04T10:25:53.971Z Compiling reqwest v0.11.27
16842024-06-04T10:25:54.015Z Compiling nom v7.1.3
16852024-06-04T10:25:55.150Z Compiling trust-dns-proto v0.22.0
16862024-06-04T10:25:55.397Z Compiling petgraph v0.6.5
16872024-06-04T10:25:55.696Z Compiling toml_edit v0.22.13
16882024-06-04T10:25:56.047Z Compiling elliptic-curve v0.13.8
16892024-06-04T10:25:56.614Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16902024-06-04T10:25:56.811Z Compiling predicates v3.1.0
16912024-06-04T10:25:58.010Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16922024-06-04T10:25:58.527Z Compiling similar v2.5.0
16932024-06-04T10:25:58.973Z Compiling string_cache v0.8.7
16942024-06-04T10:25:59.332Z Compiling tokio-postgres v0.7.10
16952024-06-04T10:25:59.686Z Compiling usdt v0.5.0
16962024-06-04T10:26:00.678Z Compiling futures v0.3.30
16972024-06-04T10:26:00.785Z Compiling diesel v2.1.6
16982024-06-04T10:26:00.830Z Compiling yasna v0.5.2
16992024-06-04T10:26:01.957Z Compiling crossterm v0.27.0
17002024-06-04T10:26:02.098Z Compiling flate2 v1.0.30
17012024-06-04T10:26:02.142Z Compiling cipher v0.4.4
17022024-06-04T10:26:02.524Z Compiling clap v4.5.4
17032024-06-04T10:26:02.635Z Compiling bit-set v0.5.3
17042024-06-04T10:26:02.848Z Compiling itertools v0.10.5
17052024-06-04T10:26:02.875Z Compiling itertools v0.12.1
17062024-06-04T10:26:02.969Z Compiling console v0.15.8
17072024-06-04T10:26:04.045Z Compiling num-iter v0.1.45
17082024-06-04T10:26:04.413Z Compiling tokio-stream v0.1.15
17092024-06-04T10:26:04.615Z Compiling toml v0.7.8
17102024-06-04T10:26:04.683Z Compiling bstr v1.9.1
17112024-06-04T10:26:05.078Z Compiling hex v0.4.3
17122024-06-04T10:26:05.376Z Compiling unicode-xid v0.2.4
17132024-06-04T10:26:05.537Z Compiling lalrpop-util v0.19.12
17142024-06-04T10:26:05.714Z Compiling peg-runtime v0.8.3
17152024-06-04T10:26:06.136Z Compiling proc-macro-crate v1.3.1
17162024-06-04T10:26:06.848Z Compiling camino v1.1.7
17172024-06-04T10:26:07.419Z Compiling heapless v0.8.0
17182024-06-04T10:26:08.923Z Compiling num_enum_derive v0.5.11
17192024-06-04T10:26:12.936Z Compiling hash32 v0.3.1
17202024-06-04T10:26:13.283Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17212024-06-04T10:26:14.016Z Compiling rustls-pki-types v1.7.0
17222024-06-04T10:26:14.419Z Compiling ident_case v1.0.1
17232024-06-04T10:26:14.706Z Compiling smoltcp v0.11.0
17242024-06-04T10:26:16.084Z Compiling darling_core v0.20.9
17252024-06-04T10:26:24.578Z Compiling num_enum v0.5.11
17262024-06-04T10:26:26.329Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17272024-06-04T10:26:26.701Z Compiling getopts v0.2.21
17282024-06-04T10:26:27.972Z Compiling dirs-sys-next v0.1.2
17292024-06-04T10:26:28.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302024-06-04T10:26:28.278Z Compiling proc-macro-error-attr v1.0.4
17312024-06-04T10:26:28.466Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17322024-06-04T10:26:28.604Z Compiling embedded-io v0.4.0
17332024-06-04T10:26:28.967Z Compiling unsafe-libyaml v0.2.11
17342024-06-04T10:26:28.992Z Compiling paste v1.0.15
17352024-06-04T10:26:29.417Z Compiling cobs v0.2.3
17362024-06-04T10:26:29.698Z Compiling rustls v0.22.4
17372024-06-04T10:26:29.822Z Compiling postcard v1.0.8
17382024-06-04T10:26:29.943Z Compiling serde_yaml v0.9.34+deprecated
17392024-06-04T10:26:31.825Z Compiling dirs-next v2.0.0
17402024-06-04T10:26:33.284Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17412024-06-04T10:26:35.027Z Compiling darling_macro v0.20.9
17422024-06-04T10:26:37.291Z Compiling rustls-webpki v0.102.4
17432024-06-04T10:26:41.974Z Compiling strum_macros v0.26.2
17442024-06-04T10:26:43.015Z Compiling structmeta-derive v0.3.0
17452024-06-04T10:26:43.219Z Compiling foreign-types-macros v0.2.3
17462024-06-04T10:26:44.394Z Compiling thread_local v1.1.8
17472024-06-04T10:26:44.426Z Compiling multer v3.1.0
17482024-06-04T10:26:44.651Z Compiling proc-macro-error v1.0.4
17492024-06-04T10:26:44.896Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
17502024-06-04T10:26:45.559Z Compiling match_cfg v0.1.0
17512024-06-04T10:26:45.732Z Compiling foreign-types-shared v0.3.1
17522024-06-04T10:26:45.758Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17532024-06-04T10:26:45.992Z Compiling slog-async v2.8.0
17542024-06-04T10:26:46.472Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
17552024-06-04T10:26:46.625Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
17562024-06-04T10:26:49.348Z Compiling foreign-types v0.5.0
17572024-06-04T10:26:49.890Z Compiling hostname v0.3.1
17582024-06-04T10:26:50.109Z Compiling strum v0.26.2
17592024-06-04T10:26:51.174Z Compiling structmeta v0.3.0
17602024-06-04T10:26:55.101Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-06-04T10:26:58.114Z Compiling darling v0.20.9
17622024-06-04T10:27:03.480Z Compiling term v0.7.0
17632024-06-04T10:27:06.706Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17642024-06-04T10:27:07.400Z Compiling slog-json v2.6.1
17652024-06-04T10:27:07.838Z Compiling tabwriter v1.4.0
17662024-06-04T10:27:07.985Z Compiling crossbeam-channel v0.5.12
17672024-06-04T10:27:09.362Z Compiling http v1.1.0
17682024-06-04T10:27:09.478Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17692024-06-04T10:27:09.879Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
17702024-06-04T10:27:10.079Z Compiling async-stream-impl v0.3.5
17712024-06-04T10:27:10.112Z Compiling cstr-argument v0.1.2
17722024-06-04T10:27:10.340Z Compiling is-terminal v0.4.12
17732024-06-04T10:27:10.460Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17742024-06-04T10:27:10.539Z Compiling crucible-workspace-hack v0.1.0
17752024-06-04T10:27:10.697Z Compiling base64 v0.22.1
17762024-06-04T10:27:10.788Z Compiling take_mut v0.2.2
17772024-06-04T10:27:10.924Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
17782024-06-04T10:27:11.080Z Compiling atomic-waker v1.1.2
17792024-06-04T10:27:11.263Z Compiling pretty-hex v0.2.1
17802024-06-04T10:27:11.456Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17812024-06-04T10:27:11.713Z Compiling rayon-core v1.12.1
17822024-06-04T10:27:11.944Z Compiling fastrand v2.1.0
17832024-06-04T10:27:12.032Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17842024-06-04T10:27:12.060Z Compiling waitgroup v0.1.2
17852024-06-04T10:27:12.283Z Compiling tempfile v3.10.1
17862024-06-04T10:27:12.400Z Compiling rustls-pemfile v2.1.2
17872024-06-04T10:27:12.547Z Compiling async-stream v0.3.5
17882024-06-04T10:27:13.408Z Compiling slog-term v2.9.1
17892024-06-04T10:27:13.795Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17902024-06-04T10:27:14.754Z Compiling slog-bunyan v2.5.0
17912024-06-04T10:27:14.978Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17922024-06-04T10:27:15.266Z Compiling tokio-rustls v0.25.0
17932024-06-04T10:27:15.321Z Compiling serde_with_macros v3.8.1
17942024-06-04T10:27:15.600Z Compiling parse-display-derive v0.9.0
17952024-06-04T10:27:15.639Z Compiling toml v0.8.13
17962024-06-04T10:27:15.750Z Compiling sha1 v0.10.6
17972024-06-04T10:27:16.346Z Compiling crossbeam-deque v0.8.5
17982024-06-04T10:27:16.665Z Compiling colored v2.1.0
17992024-06-04T10:27:17.440Z Compiling newtype-uuid v1.1.0
18002024-06-04T10:27:17.722Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18012024-06-04T10:27:17.753Z Compiling serde_path_to_error v0.1.16
18022024-06-04T10:27:18.584Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032024-06-04T10:27:18.844Z Compiling hostname v0.4.0
18042024-06-04T10:27:19.086Z Compiling socket2 v0.4.10
18052024-06-04T10:27:19.166Z Compiling instant v0.1.12
18062024-06-04T10:27:19.318Z Compiling debug-ignore v1.0.5
18072024-06-04T10:27:19.344Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18082024-06-04T10:27:19.654Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
18092024-06-04T10:27:20.366Z Compiling backoff v0.4.0
18102024-06-04T10:27:20.658Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112024-06-04T10:27:20.831Z Compiling parse-display v0.9.0
18122024-06-04T10:27:21.123Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18132024-06-04T10:27:21.523Z Compiling serde_with v3.8.1
18142024-06-04T10:27:22.073Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18152024-06-04T10:27:22.385Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18162024-06-04T10:27:23.240Z Compiling camino-tempfile v1.1.1
18172024-06-04T10:27:23.927Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18182024-06-04T10:27:24.316Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18192024-06-04T10:27:24.480Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18202024-06-04T10:27:24.925Z Compiling macaddr v1.0.1
18212024-06-04T10:27:25.038Z Compiling num-derive v0.4.2
18222024-06-04T10:27:25.435Z Compiling sigpipe v0.1.3
18232024-06-04T10:27:25.563Z Compiling libefi-sys v0.1.0
18242024-06-04T10:27:25.818Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18252024-06-04T10:27:26.296Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18262024-06-04T10:27:26.460Z Compiling rayon v1.10.0
18272024-06-04T10:27:26.717Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18282024-06-04T10:27:27.534Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
18292024-06-04T10:27:28.005Z Compiling smf v0.2.3
18302024-06-04T10:27:29.009Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18312024-06-04T10:27:30.257Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18322024-06-04T10:27:30.376Z Compiling ring v0.16.20
18332024-06-04T10:27:31.108Z Compiling blake3 v1.5.1
18342024-06-04T10:27:31.172Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18352024-06-04T10:27:31.449Z Compiling portable-atomic v1.6.0
18362024-06-04T10:27:32.564Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18372024-06-04T10:27:33.095Z Compiling xattr v1.3.1
18382024-06-04T10:27:33.362Z Compiling memmap2 v0.9.4
18392024-06-04T10:27:33.543Z Compiling filetime v0.2.23
18402024-06-04T10:27:33.850Z Compiling same-file v1.0.6
18412024-06-04T10:27:33.890Z Compiling constant_time_eq v0.3.0
18422024-06-04T10:27:34.037Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18432024-06-04T10:27:34.099Z Compiling untrusted v0.7.1
18442024-06-04T10:27:34.177Z Compiling arrayref v0.3.7
18452024-06-04T10:27:34.274Z Compiling arrayvec v0.7.4
18462024-06-04T10:27:34.299Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18472024-06-04T10:27:35.133Z Compiling walkdir v2.5.0
18482024-06-04T10:27:35.386Z Compiling tar v0.4.40
18492024-06-04T10:27:36.364Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18502024-06-04T10:27:36.745Z Compiling gethostname v0.4.3
18512024-06-04T10:27:37.001Z Compiling topological-sort v0.2.2
18522024-06-04T10:27:37.218Z Compiling number_prefix v0.4.0
18532024-06-04T10:27:37.282Z Compiling swrite v0.1.0
18542024-06-04T10:27:37.409Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18552024-06-04T10:27:38.258Z Compiling indicatif v0.17.8
18562024-06-04T10:27:39.370Z Compiling omicron-zone-package v0.11.0
18572024-06-04T10:27:40.285Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18582024-06-04T10:27:41.208Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18592024-06-04T10:27:42.312Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18602024-06-04T10:28:02.672Z Finished `release` profile [optimized] target(s) in 4m 08s
18612024-06-04T10:28:02.936Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18622024-06-04T10:28:03.035ZLogging to: /work/oxidecomputer/omicron/out/LOG
18632024-06-04T10:28:03.066ZCreated new build target 'test' and set it as active
18642024-06-04T10:28:03.066Z
18652024-06-04T10:28:03.066Zreal 4:09.057670944
18662024-06-04T10:28:03.066Zuser 24:32.504029765
18672024-06-04T10:28:03.066Zsys 3:24.584323541
18682024-06-04T10:28:03.066Ztrap 0.813676214
18692024-06-04T10:28:03.066Ztflt 1.050983448
18702024-06-04T10:28:03.066Zdflt 0.780110632
18712024-06-04T10:28:03.066Zkflt 0.006327915
18722024-06-04T10:28:03.066Zlock 51:11.356157660
18732024-06-04T10:28:03.066Zslp 1:09:05.004469673
18742024-06-04T10:28:03.067Zlat 1:51.069243330
18752024-06-04T10:28:03.067Zstop 3:26.098842435
18762024-06-04T10:28:03.067Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18772024-06-04T10:28:04.312Z Finished `release` profile [optimized] target(s) in 1.21s
18782024-06-04T10:28:04.364Z Running `target/release/omicron-package -t test package`
18792024-06-04T10:28:04.411ZLogging to: /work/oxidecomputer/omicron/out/LOG
18802024-06-04T10:28:05.687Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18812024-06-04T10:28:05.715Z Compiling newline-converter v0.3.0
18822024-06-04T10:28:05.740Z Compiling humantime v2.1.0
18832024-06-04T10:28:05.740Z Compiling derive-where v1.2.7
18842024-06-04T10:28:05.765Z Compiling convert_case v0.4.0
18852024-06-04T10:28:05.790Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18862024-06-04T10:28:05.790Z Compiling password-hash v0.5.0
18872024-06-04T10:28:05.790Z Compiling blake2 v0.10.6
18882024-06-04T10:28:05.880Z Compiling expectorate v1.1.0
18892024-06-04T10:28:05.929Z Compiling linked-hash-map v0.5.6
18902024-06-04T10:28:06.034Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18912024-06-04T10:28:06.251Z Compiling argon2 v0.5.3
18922024-06-04T10:28:06.427Z Compiling lru-cache v0.1.2
18932024-06-04T10:28:06.455Z Compiling derive_more v0.99.17
18942024-06-04T10:28:06.596Z Compiling semver v0.1.20
18952024-06-04T10:28:06.660Z Compiling home v0.5.9
18962024-06-04T10:28:06.860Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18972024-06-04T10:28:07.073Z Compiling rustc_version v0.1.7
18982024-06-04T10:28:07.368Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18992024-06-04T10:28:07.426Z Compiling newtype_derive v0.1.6
19002024-06-04T10:28:07.617Z Compiling slog-dtrace v0.3.0
19012024-06-04T10:28:07.835Z Compiling steno v0.4.0
19022024-06-04T10:28:07.861Z Compiling quick-error v1.2.3
19032024-06-04T10:28:07.988Z Compiling resolv-conf v0.7.0
19042024-06-04T10:28:08.280Z Compiling termcolor v1.4.1
19052024-06-04T10:28:09.254Z Compiling trust-dns-resolver v0.22.0
19062024-06-04T10:28:09.327Z Compiling utf-8 v0.7.6
19072024-06-04T10:28:09.602Z Compiling num-rational v0.4.2
19082024-06-04T10:28:09.647Z Compiling num-complex v0.4.6
19092024-06-04T10:28:10.633Z Compiling num v0.4.3
19102024-06-04T10:28:10.735Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19112024-06-04T10:28:11.454Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19122024-06-04T10:28:11.505Z Compiling nibble_vec v0.1.0
19132024-06-04T10:28:11.691Z Compiling radium v0.7.0
19142024-06-04T10:28:12.047Z Compiling display-error-chain v0.2.0
19152024-06-04T10:28:12.221Z Compiling endian-type v0.1.2
19162024-06-04T10:28:12.373Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19172024-06-04T10:28:12.409Z Compiling radix_trie v0.2.1
19182024-06-04T10:28:12.434Z Compiling tungstenite v0.20.1
19192024-06-04T10:28:13.135Z Compiling tap v1.0.1
19202024-06-04T10:28:13.289Z Compiling maybe-uninit v2.0.0
19212024-06-04T10:28:13.705Z Compiling tokio-tungstenite v0.20.1
19222024-06-04T10:28:14.277Z Compiling wyz v0.5.1
19232024-06-04T10:28:15.122Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19242024-06-04T10:28:15.351Z Compiling bzip2-sys v0.1.11+1.0.8
19252024-06-04T10:28:15.703Z Compiling num-bigint-dig v0.8.4
19262024-06-04T10:28:15.927Z Compiling funty v2.0.0
19272024-06-04T10:28:16.760Z Compiling packed_struct v0.10.1
19282024-06-04T10:28:16.833Z Compiling cancel-safe-futures v0.1.5
19292024-06-04T10:28:17.087Z Compiling crc-catalog v2.4.0
19302024-06-04T10:28:17.139Z Compiling arc-swap v1.7.1
19312024-06-04T10:28:17.222Z Compiling crc v3.2.1
19322024-06-04T10:28:17.705Z Compiling slog-scope v4.4.0
19332024-06-04T10:28:17.974Z Compiling bitvec v1.0.1
19342024-06-04T10:28:18.843Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19352024-06-04T10:28:21.553Z Compiling fxhash v0.2.1
19362024-06-04T10:28:21.730Z Compiling packed_struct_codegen v0.10.1
19372024-06-04T10:28:22.044Z Compiling dirs-sys-next v0.1.2
19382024-06-04T10:28:22.461Z Compiling indexmap v1.9.3
19392024-06-04T10:28:22.701Z Compiling crunchy v0.2.2
19402024-06-04T10:28:23.052Z Compiling nodrop v0.1.14
19412024-06-04T10:28:23.170Z Compiling glob v0.3.1
19422024-06-04T10:28:23.846Z Compiling clang-sys v1.7.0
19432024-06-04T10:28:24.415Z Compiling array-init v0.0.4
19442024-06-04T10:28:25.402Z Compiling dirs-next v2.0.0
19452024-06-04T10:28:25.691Z Compiling smallvec v0.6.14
19462024-06-04T10:28:26.447Z Compiling slog-stdlog v4.1.1
19472024-06-04T10:28:26.678Z Compiling rayon-core v1.12.1
19482024-06-04T10:28:26.703Z Compiling pkcs1 v0.7.5
19492024-06-04T10:28:27.023Z Compiling signature v2.2.0
19502024-06-04T10:28:27.200Z Compiling crossbeam-deque v0.8.5
19512024-06-04T10:28:27.262Z Compiling synstructure v0.12.6
19522024-06-04T10:28:27.472Z Compiling half v2.4.1
19532024-06-04T10:28:28.036Z Compiling same-file v1.0.6
19542024-06-04T10:28:28.225Z Compiling ciborium-io v0.2.2
19552024-06-04T10:28:28.333Z Compiling hashbrown v0.12.3
19562024-06-04T10:28:28.490Z Compiling fastrand v2.1.0
19572024-06-04T10:28:28.942Z Compiling prettyplease v0.2.20
19582024-06-04T10:28:29.148Z Compiling maplit v1.0.2
19592024-06-04T10:28:29.248Z Compiling tiny-keccak v2.0.2
19602024-06-04T10:28:29.423Z Compiling bitfield v0.14.0
19612024-06-04T10:28:29.661Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19622024-06-04T10:28:29.783Z Compiling tempfile v3.10.1
19632024-06-04T10:28:30.379Z Compiling zerocopy-derive v0.2.0
19642024-06-04T10:28:30.442Z Compiling ciborium-ll v0.2.2
19652024-06-04T10:28:30.822Z Compiling walkdir v2.5.0
19662024-06-04T10:28:30.848Z Compiling rsa v0.9.6
19672024-06-04T10:28:31.806Z Compiling slog-envlogger v2.2.0
19682024-06-04T10:28:32.713Z Compiling serde-hex v0.1.0
19692024-06-04T10:28:33.818Z Compiling bzip2 v0.4.4
19702024-06-04T10:28:33.951Z Compiling term v0.7.0
19712024-06-04T10:28:34.328Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19722024-06-04T10:28:34.593Z Compiling env_logger v0.10.2
19732024-06-04T10:28:35.037Z Compiling camino v1.1.7
19742024-06-04T10:28:35.096Z Compiling x509-cert v0.2.5
19752024-06-04T10:28:35.224Z Compiling ron v0.8.1
19762024-06-04T10:28:35.467Z Compiling hashbrown v0.13.2
19772024-06-04T10:28:36.580Z Compiling crc-any v2.5.0
19782024-06-04T10:28:36.752Z Compiling blake3 v1.5.1
19792024-06-04T10:28:37.094Z Compiling ring v0.16.20
19802024-06-04T10:28:37.119Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19812024-06-04T10:28:37.350Z Compiling object v0.30.4
19822024-06-04T10:28:39.282Z Compiling ascii-canvas v3.0.0
19832024-06-04T10:28:39.552Z Compiling zip v0.6.6
19842024-06-04T10:28:39.666Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19852024-06-04T10:28:39.705Z Compiling rayon v1.10.0
19862024-06-04T10:28:40.200Z Compiling ciborium v0.2.2
19872024-06-04T10:28:41.858Z Compiling xattr v1.3.1
19882024-06-04T10:28:41.883Z Compiling ena v0.14.3
19892024-06-04T10:28:42.086Z Compiling atty v0.2.14
19902024-06-04T10:28:42.208Z Compiling filetime v0.2.23
19912024-06-04T10:28:42.234Z Compiling is-terminal v0.4.12
19922024-06-04T10:28:42.336Z Compiling memmap2 v0.9.4
19932024-06-04T10:28:42.462Z Compiling libloading v0.8.3
19942024-06-04T10:28:42.738Z Compiling untrusted v0.7.1
19952024-06-04T10:28:42.801Z Compiling arrayref v0.3.7
19962024-06-04T10:28:42.890Z Compiling bindgen v0.69.4
19972024-06-04T10:28:42.916Z Compiling arrayvec v0.7.4
19982024-06-04T10:28:43.251Z Compiling diff v0.1.13
19992024-06-04T10:28:43.276Z Compiling constant_time_eq v0.3.0
20002024-06-04T10:28:43.410Z Compiling regex-syntax v0.6.29
20012024-06-04T10:28:43.543Z Compiling path-slash v0.1.5
20022024-06-04T10:28:43.743Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20032024-06-04T10:28:47.372Z Compiling lalrpop v0.19.12
20042024-06-04T10:28:47.738Z Compiling tar v0.4.40
20052024-06-04T10:28:47.967Z Compiling camino-tempfile v1.1.1
20062024-06-04T10:28:48.312Z Compiling toolchain_find v0.4.0
20072024-06-04T10:28:49.285Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20082024-06-04T10:28:50.201Z Compiling which v4.4.2
20092024-06-04T10:28:50.654Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20102024-06-04T10:28:50.832Z Compiling toml v0.8.13
20112024-06-04T10:28:50.919Z Compiling cexpr v0.6.0
20122024-06-04T10:28:52.081Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20132024-06-04T10:28:52.251Z Compiling libsw v3.3.1
20142024-06-04T10:28:52.431Z Compiling usdt-impl v0.3.5
20152024-06-04T10:28:52.531Z Compiling lazycell v1.3.0
20162024-06-04T10:28:52.681Z Compiling ref-cast v1.0.23
20172024-06-04T10:28:52.707Z Compiling linear-map v1.2.0
20182024-06-04T10:28:52.913Z Compiling parking_lot_core v0.8.6
20192024-06-04T10:28:53.044Z Compiling topological-sort v0.2.2
20202024-06-04T10:28:53.069Z Compiling owo-colors v4.0.0
20212024-06-04T10:28:53.222Z Compiling rustc-hash v1.1.0
20222024-06-04T10:28:53.247Z Compiling shlex v1.3.0
20232024-06-04T10:28:53.383Z Compiling omicron-zone-package v0.11.0
20242024-06-04T10:28:53.724Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20252024-06-04T10:28:53.914Z Compiling rustfmt-wrapper v0.2.1
20262024-06-04T10:28:54.351Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20272024-06-04T10:28:55.176Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20282024-06-04T10:28:56.380Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20292024-06-04T10:28:56.645Z Compiling derive_builder_core v0.20.0
20302024-06-04T10:28:57.942Z Compiling headers-core v0.2.0
20312024-06-04T10:28:58.094Z Compiling libxml v0.3.3
20322024-06-04T10:28:58.404Z Compiling ref-cast-impl v1.0.23
20332024-06-04T10:28:58.522Z Compiling unicase v2.7.0
20342024-06-04T10:28:58.782Z Compiling derive_builder_macro v0.20.0
20352024-06-04T10:28:59.519Z Compiling headers v0.3.9
20362024-06-04T10:28:59.544Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20372024-06-04T10:29:01.617Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20382024-06-04T10:29:01.970Z Compiling zerocopy v0.3.2
20392024-06-04T10:29:02.447Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20402024-06-04T10:29:02.616Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20412024-06-04T10:29:02.671Z Compiling pem v3.0.4
20422024-06-04T10:29:03.931Z Compiling strum_macros v0.24.3
20432024-06-04T10:29:04.157Z Compiling async-recursion v1.1.1
20442024-06-04T10:29:05.109Z Compiling samael v0.0.15
20452024-06-04T10:29:05.317Z Compiling cookie v0.18.1
20462024-06-04T10:29:05.557Z Compiling indoc v1.0.9
20472024-06-04T10:29:06.558Z Compiling dof v0.1.5
20482024-06-04T10:29:06.723Z Compiling parking_lot v0.11.2
20492024-06-04T10:29:08.379Z Compiling derive_builder v0.20.0
20502024-06-04T10:29:08.544Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20512024-06-04T10:29:09.088Z Compiling trust-dns-client v0.22.0
20522024-06-04T10:29:09.421Z Compiling polar-core v0.27.3
20532024-06-04T10:29:09.567Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20542024-06-04T10:29:09.761Z Compiling dtrace-parser v0.1.14
20552024-06-04T10:29:09.802Z Compiling quick-xml v0.31.0
20562024-06-04T10:29:11.153Z Compiling oso-derive v0.27.3
20572024-06-04T10:29:11.290Z Compiling impl-trait-for-tuples v0.2.2
20582024-06-04T10:29:11.921Z Compiling toml v0.5.11
20592024-06-04T10:29:13.162Z Compiling vte_generate_state_changes v0.1.1
20602024-06-04T10:29:13.638Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20612024-06-04T10:29:13.957Z Compiling cfg_aliases v0.1.1
20622024-06-04T10:29:14.060Z Compiling buf-list v1.0.3
20632024-06-04T10:29:14.524Z Compiling nix v0.28.0
20642024-06-04T10:29:15.148Z Compiling vte v0.11.1
20652024-06-04T10:29:16.113Z Compiling trust-dns-server v0.22.1
20662024-06-04T10:29:18.691Z Compiling sled v0.34.7
20672024-06-04T10:29:21.500Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20682024-06-04T10:29:23.315Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20692024-06-04T10:29:23.570Z Compiling fd-lock v4.0.2
20702024-06-04T10:29:23.777Z Compiling bb8 v0.8.3
20712024-06-04T10:29:24.292Z Compiling const_format_proc_macros v0.2.32
20722024-06-04T10:29:26.025Z Compiling serde_tokenstream v0.1.7
20732024-06-04T10:29:26.462Z Compiling pin-project-internal v1.1.5
20742024-06-04T10:29:28.563Z Compiling oso v0.27.3
20752024-06-04T10:29:32.730Z Compiling memoffset v0.7.1
20762024-06-04T10:29:32.951Z Compiling platforms v3.4.0
20772024-06-04T10:29:33.398Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
20782024-06-04T10:29:33.630Z Compiling bytecount v0.6.8
20792024-06-04T10:29:33.875Z Compiling papergrid v0.11.0
20802024-06-04T10:29:35.486Z Compiling curve25519-dalek v4.1.2
20812024-06-04T10:29:35.915Z Compiling pin-project v1.1.5
20822024-06-04T10:29:36.039Z Compiling const_format v0.2.32
20832024-06-04T10:29:37.030Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20842024-06-04T10:29:38.634Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20852024-06-04T10:29:42.845Z Compiling strip-ansi-escapes v0.2.0
20862024-06-04T10:29:43.782Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20872024-06-04T10:29:44.287Z Compiling tabled_derive v0.7.0
20882024-06-04T10:29:45.956Z Compiling kstat-rs v0.2.3
20892024-06-04T10:29:46.718Z Compiling snafu-derive v0.8.2
20902024-06-04T10:29:47.900Z Compiling nu-ansi-term v0.50.0
20912024-06-04T10:29:47.954Z Compiling keccak v0.1.5
20922024-06-04T10:29:48.344Z Compiling reedline v0.31.0
20932024-06-04T10:29:48.641Z Compiling sha3 v0.10.8
20942024-06-04T10:29:48.897Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20952024-06-04T10:29:49.362Z Compiling tabled v0.15.0
20962024-06-04T10:29:50.534Z Compiling snafu v0.8.2
20972024-06-04T10:29:56.304Z Compiling mime_guess v2.0.4
20982024-06-04T10:29:57.269Z Compiling usdt-macro v0.3.5
20992024-06-04T10:29:58.299Z Compiling usdt-attr-macro v0.3.5
21002024-06-04T10:29:58.420Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21012024-06-04T10:29:59.194Z Compiling env_logger v0.9.3
21022024-06-04T10:29:59.400Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21032024-06-04T10:30:02.784Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21042024-06-04T10:30:06.298Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21052024-06-04T10:30:06.660Z Compiling globset v0.4.14
21062024-06-04T10:30:09.384Z Compiling peg-macros v0.8.3
21072024-06-04T10:30:11.841Z Compiling olpc-cjson v0.1.3
21082024-06-04T10:30:12.103Z Compiling universal-hash v0.5.1
21092024-06-04T10:30:12.289Z Compiling secrecy v0.8.0
21102024-06-04T10:30:12.502Z Compiling serde_plain v1.0.2
21112024-06-04T10:30:12.633Z Compiling thiserror-impl-no-std v2.0.2
21122024-06-04T10:30:12.944Z Compiling bitstruct_derive v0.1.0
21132024-06-04T10:30:13.840Z Compiling sqlparser_derive v0.2.2
21142024-06-04T10:30:13.950Z Compiling nanorand v0.7.0
21152024-06-04T10:30:14.581Z Compiling curve25519-dalek-derive v0.1.1
21162024-06-04T10:30:14.766Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21172024-06-04T10:30:14.873Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21182024-06-04T10:30:14.898Z Compiling opaque-debug v0.3.1
21192024-06-04T10:30:15.102Z Compiling salty v0.2.0
21202024-06-04T10:30:15.234Z Compiling unicode_categories v0.1.1
21212024-06-04T10:30:15.420Z Compiling ascii v1.1.0
21222024-06-04T10:30:15.522Z Compiling typed-path v0.7.1
21232024-06-04T10:30:15.662Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21242024-06-04T10:30:15.896Z Compiling signature v1.6.4
21252024-06-04T10:30:16.032Z Compiling ed25519 v1.5.3
21262024-06-04T10:30:16.064Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21272024-06-04T10:30:17.924Z Compiling tough v0.17.1
21282024-06-04T10:30:20.925Z Compiling sqlformat v0.2.3
21292024-06-04T10:30:22.136Z Compiling rustyline v14.0.0
21302024-06-04T10:30:22.357Z Compiling poly1305 v0.8.0
21312024-06-04T10:30:23.538Z Compiling thiserror-no-std v2.0.2
21322024-06-04T10:30:23.656Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-06-04T10:30:23.925Z Compiling sqlparser v0.45.0
21342024-06-04T10:30:25.168Z Compiling flume v0.11.0
21352024-06-04T10:30:25.823Z Compiling bitstruct v0.1.1
21362024-06-04T10:30:25.931Z Compiling peg v0.8.3
21372024-06-04T10:30:26.035Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21382024-06-04T10:30:26.507Z Compiling usdt v0.3.5
21392024-06-04T10:30:27.319Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21402024-06-04T10:30:29.362Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21412024-06-04T10:30:31.929Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21422024-06-04T10:30:34.129Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21432024-06-04T10:30:34.386Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21442024-06-04T10:30:34.604Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21452024-06-04T10:30:34.909Z Compiling chacha20 v0.9.1
21462024-06-04T10:30:35.010Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21472024-06-04T10:30:35.264Z Compiling aead v0.5.2
21482024-06-04T10:30:35.538Z Compiling bcs v0.1.6
21492024-06-04T10:30:35.591Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21502024-06-04T10:30:36.210Z Compiling serde_arrays v0.1.0
21512024-06-04T10:30:36.296Z Compiling erased-serde v0.3.31
21522024-06-04T10:30:36.387Z Compiling serde-big-array v0.5.1
21532024-06-04T10:30:36.597Z Compiling highway v1.1.0
21542024-06-04T10:30:36.744Z Compiling parse-size v1.0.0
21552024-06-04T10:30:36.978Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21562024-06-04T10:30:37.600Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21572024-06-04T10:30:37.653Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21582024-06-04T10:30:47.583Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21592024-06-04T10:30:47.983Z Compiling chacha20poly1305 v0.10.1
21602024-06-04T10:30:49.456Z Compiling vsss-rs v3.3.4
21612024-06-04T10:30:52.860Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21622024-06-04T10:30:53.453Z Compiling signal-hook-tokio v0.3.1
21632024-06-04T10:30:53.635Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21642024-06-04T10:30:54.358Z Compiling heck v0.3.3
21652024-06-04T10:30:54.650Z Compiling castaway v0.2.2
21662024-06-04T10:30:54.804Z Compiling rand_seeder v0.2.3
21672024-06-04T10:30:55.117Z Compiling serde-big-array v0.4.1
21682024-06-04T10:30:55.410Z Compiling http-range v0.1.5
21692024-06-04T10:30:55.855Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21702024-06-04T10:30:56.078Z Compiling hyper-staticfile v0.9.5
21712024-06-04T10:30:56.785Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21722024-06-04T10:30:58.344Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21732024-06-04T10:30:58.498Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21742024-06-04T10:30:58.671Z Compiling compact_str v0.7.1
21752024-06-04T10:30:59.418Z Compiling zone_cfg_derive v0.1.2
21762024-06-04T10:30:59.923Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21772024-06-04T10:31:00.435Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21782024-06-04T10:31:05.303Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21792024-06-04T10:31:05.797Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21802024-06-04T10:31:08.241Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21812024-06-04T10:31:10.912Z Compiling tungstenite v0.21.0
21822024-06-04T10:31:14.396Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21832024-06-04T10:31:14.421Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21842024-06-04T10:31:14.460Z Compiling lru v0.12.3
21852024-06-04T10:31:14.758Z Compiling stability v0.2.0
21862024-06-04T10:31:15.164Z Compiling indoc v2.0.5
21872024-06-04T10:31:15.530Z Compiling cassowary v0.3.0
21882024-06-04T10:31:15.906Z Compiling base64 v0.13.1
21892024-06-04T10:31:16.503Z Compiling corncobs v0.1.3
21902024-06-04T10:31:16.794Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21912024-06-04T10:31:17.361Z Compiling ron v0.7.1
21922024-06-04T10:31:18.675Z Compiling ratatui v0.26.2
21932024-06-04T10:31:19.936Z Compiling tokio-tungstenite v0.21.0
21942024-06-04T10:31:20.400Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21952024-06-04T10:31:21.671Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21962024-06-04T10:31:22.232Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21972024-06-04T10:31:24.127Z Compiling zone v0.1.8
21982024-06-04T10:31:26.706Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21992024-06-04T10:31:34.791Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22002024-06-04T10:31:37.044Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22012024-06-04T10:31:38.234Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22022024-06-04T10:31:38.563Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22032024-06-04T10:31:38.774Z Compiling portpicker v0.1.1
22042024-06-04T10:31:39.214Z Compiling csv-core v0.1.11
22052024-06-04T10:31:39.894Z Compiling smawk v0.3.2
22062024-06-04T10:31:40.100Z Compiling unicode-linebreak v0.1.5
22072024-06-04T10:31:40.512Z Compiling textwrap v0.16.1
22082024-06-04T10:31:41.418Z Compiling csv v1.3.0
22092024-06-04T10:31:43.193Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22102024-06-04T10:31:43.578Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22112024-06-04T10:31:47.588Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22122024-06-04T10:31:48.019Z Compiling rcgen v0.12.1
22132024-06-04T10:31:52.944Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22142024-06-04T10:31:53.303Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22152024-06-04T10:31:53.527Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22162024-06-04T10:31:55.828Z Compiling atomicwrites v0.4.3
22172024-06-04T10:31:56.269Z Compiling fatfs v0.3.6
22182024-06-04T10:31:58.270Z Compiling subprocess v0.2.9
22192024-06-04T10:31:58.529Z Compiling rtoolbox v0.0.2
22202024-06-04T10:31:58.910Z Compiling assert_matches v1.5.0
22212024-06-04T10:31:59.003Z Compiling is_ci v1.2.0
22222024-06-04T10:31:59.251Z Compiling supports-color v3.0.0
22232024-06-04T10:31:59.779Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-06-04T10:32:02.444Z Compiling rpassword v7.3.1
22252024-06-04T10:32:02.859Z Compiling tui-tree-widget v0.19.0
22262024-06-04T10:32:02.916Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22272024-06-04T10:32:03.193Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22282024-06-04T10:32:03.456Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22292024-06-04T10:32:03.673Z Compiling shell-words v1.1.0
22302024-06-04T10:32:04.046Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22312024-06-04T10:32:04.126Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22322024-06-04T10:32:26.299Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22332024-06-04T10:32:31.390Z Compiling multimap v0.10.0
22342024-06-04T10:32:31.709Z Compiling uzers v0.11.3
22352024-06-04T10:32:34.005Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22362024-06-04T10:34:11.992Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22372024-06-04T10:34:22.783Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22382024-06-04T10:39:53.531Z Finished `release` profile [optimized] target(s) in 11m 49s
22392024-06-04T10:41:05.692Z
22402024-06-04T10:41:05.692Zreal 13:02.716134810
22412024-06-04T10:41:05.692Zuser 1:24:09.603616489
22422024-06-04T10:41:05.692Zsys 4:47.035336674
22432024-06-04T10:41:05.692Ztrap 2.128125413
22442024-06-04T10:41:05.692Ztflt 1.149897505
22452024-06-04T10:41:05.692Zdflt 3.823314237
22462024-06-04T10:41:05.692Zkflt 0.001580794
22472024-06-04T10:41:05.692Zlock 5:25:06.104515299
22482024-06-04T10:41:05.718Zslp 3:16:31.913803811
22492024-06-04T10:41:05.718Zlat 2:12.327514183
22502024-06-04T10:41:05.718Zstop 1:28.785212810
22512024-06-04T10:41:05.718Z+ mapfile -t packages
22522024-06-04T10:41:05.718Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22532024-06-04T10:41:06.945Z Finished `release` profile [optimized] target(s) in 1.17s
22542024-06-04T10:41:06.995Z Running `target/release/omicron-package -t test list-outputs`
22552024-06-04T10:41:07.048ZLogging to: /work/oxidecomputer/omicron/out/LOG
22562024-06-04T10:41:07.073Z+ ptime -m cargo build --locked --release -p xtask
22572024-06-04T10:41:07.728Z Downloading crates ...
22582024-06-04T10:41:07.829Z Downloaded md5 v0.7.0
22592024-06-04T10:41:07.855Z Downloaded cargo_toml v0.20.2
22602024-06-04T10:41:07.880Z Compiling serde v1.0.203
22612024-06-04T10:41:07.880Z Compiling bitflags v2.5.0
22622024-06-04T10:41:07.880Z Compiling syn v2.0.64
22632024-06-04T10:41:07.880Z Compiling bytes v1.6.0
22642024-06-04T10:41:07.880Z Compiling smallvec v1.13.2
22652024-06-04T10:41:07.906Z Compiling scopeguard v1.2.0
22662024-06-04T10:41:07.940Z Compiling hashbrown v0.14.5
22672024-06-04T10:41:07.983Z Compiling mio v0.8.11
22682024-06-04T10:41:08.061Z Compiling lock_api v0.4.12
22692024-06-04T10:41:08.355Z Compiling parking_lot_core v0.9.10
22702024-06-04T10:41:08.399Z Compiling generic-array v0.14.7
22712024-06-04T10:41:08.425Z Compiling slog v2.7.0
22722024-06-04T10:41:08.495Z Compiling rustix v0.38.34
22732024-06-04T10:41:08.723Z Compiling parking_lot v0.12.2
22742024-06-04T10:41:08.876Z Compiling http v0.2.12
22752024-06-04T10:41:09.162Z Compiling serde_json v1.0.117
22762024-06-04T10:41:09.295Z Compiling indexmap v2.2.6
22772024-06-04T10:41:09.445Z Compiling time-macros v0.2.18
22782024-06-04T10:41:09.548Z Compiling tracing v0.1.40
22792024-06-04T10:41:10.511Z Compiling crossbeam-utils v0.8.19
22802024-06-04T10:41:10.748Z Compiling log v0.4.21
22812024-06-04T10:41:10.968Z Compiling http-body v0.4.6
22822024-06-04T10:41:11.028Z Compiling unicode-normalization v0.1.23
22832024-06-04T10:41:11.166Z Compiling unicode-bidi v0.3.15
22842024-06-04T10:41:11.412Z Compiling block-buffer v0.10.4
22852024-06-04T10:41:11.641Z Compiling crypto-common v0.1.6
22862024-06-04T10:41:11.849Z Compiling idna v0.5.0
22872024-06-04T10:41:11.925Z Compiling time v0.3.36
22882024-06-04T10:41:12.070Z Compiling terminal_size v0.3.0
22892024-06-04T10:41:12.286Z Compiling fs-err v2.11.0
22902024-06-04T10:41:12.311Z Compiling anyhow v1.0.86
22912024-06-04T10:41:12.552Z Compiling clap_builder v4.5.2
22922024-06-04T10:41:12.842Z Compiling url v2.5.0
22932024-06-04T10:41:12.866Z Compiling crossbeam-channel v0.5.12
22942024-06-04T10:41:12.962Z Compiling digest v0.10.7
22952024-06-04T10:41:13.348Z Compiling xattr v1.3.1
22962024-06-04T10:41:13.631Z Compiling sha2 v0.10.8
22972024-06-04T10:41:13.673Z Compiling slog-async v2.8.0
22982024-06-04T10:41:14.296Z Compiling slog-term v2.9.1
22992024-06-04T10:41:14.453Z Compiling tar v0.4.40
23002024-06-04T10:41:16.610Z Compiling md5 v0.7.0
23012024-06-04T10:41:17.460Z Compiling serde_derive v1.0.203
23022024-06-04T10:41:17.532Z Compiling tokio-macros v2.2.0
23032024-06-04T10:41:17.629Z Compiling futures-macro v0.3.30
23042024-06-04T10:41:18.144Z Compiling openssl-macros v0.1.1
23052024-06-04T10:41:18.240Z Compiling thiserror-impl v1.0.60
23062024-06-04T10:41:18.287Z Compiling clap_derive v4.5.4
23072024-06-04T10:41:18.619Z Compiling strum_macros v0.26.2
23082024-06-04T10:41:18.773Z Compiling openssl v0.10.64
23092024-06-04T10:41:18.851Z Compiling tokio v1.37.0
23102024-06-04T10:41:19.197Z Compiling futures-util v0.3.30
23112024-06-04T10:41:20.629Z Compiling thiserror v1.0.60
23122024-06-04T10:41:22.100Z Compiling clap v4.5.4
23132024-06-04T10:41:22.443Z Compiling strum v0.26.2
23142024-06-04T10:41:24.681Z Compiling native-tls v0.2.11
23152024-06-04T10:41:24.708Z Compiling futures-executor v0.3.30
23162024-06-04T10:41:25.059Z Compiling futures v0.3.30
23172024-06-04T10:41:26.750Z Compiling tokio-util v0.7.11
23182024-06-04T10:41:26.777Z Compiling tokio-native-tls v0.3.1
23192024-06-04T10:41:27.514Z Compiling h2 v0.3.26
23202024-06-04T10:41:28.542Z Compiling serde_spanned v0.6.6
23212024-06-04T10:41:28.542Z Compiling toml_datetime v0.6.6
23222024-06-04T10:41:28.571Z Compiling camino v1.1.7
23232024-06-04T10:41:28.571Z Compiling semver v1.0.23
23242024-06-04T10:41:28.856Z Compiling cargo-platform v0.1.8
23252024-06-04T10:41:29.012Z Compiling toml_edit v0.22.13
23262024-06-04T10:41:29.232Z Compiling serde_urlencoded v0.7.1
23272024-06-04T10:41:29.716Z Compiling macaddr v1.0.1
23282024-06-04T10:41:30.257Z Compiling slog-json v2.6.1
23292024-06-04T10:41:30.753Z Compiling slog-bunyan v2.5.0
23302024-06-04T10:41:30.995Z Compiling cargo_metadata v0.18.1
23312024-06-04T10:41:31.677Z Compiling hyper v0.14.28
23322024-06-04T10:41:32.141Z Compiling toml v0.8.13
23332024-06-04T10:41:33.717Z Compiling cargo_toml v0.20.2
23342024-06-04T10:41:36.481Z Compiling hyper-tls v0.5.0
23352024-06-04T10:41:36.836Z Compiling reqwest v0.11.27
23362024-06-04T10:41:47.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23372024-06-04T10:42:02.514Z Finished `release` profile [optimized] target(s) in 55.40s
23382024-06-04T10:42:02.616Z
23392024-06-04T10:42:02.616Zreal 55.531993845
23402024-06-04T10:42:02.616Zuser 5:21.570381749
23412024-06-04T10:42:02.616Zsys 36.146489534
23422024-06-04T10:42:02.616Ztrap 0.163482748
23432024-06-04T10:42:02.617Ztflt 0.156586095
23442024-06-04T10:42:02.617Zdflt 0.526096475
23452024-06-04T10:42:02.617Zkflt 0.000011280
23462024-06-04T10:42:02.617Zlock 9:00.399105348
23472024-06-04T10:42:02.617Zslp 9:37.549577529
23482024-06-04T10:42:02.617Zlat 13.721798027
23492024-06-04T10:42:02.642Zstop 14.643993258
23502024-06-04T10:42:02.642Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23512024-06-04T10:42:02.643Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23522024-06-04T10:42:02.643Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23532024-06-04T10:42:02.643Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23542024-06-04T10:42:02.643Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23552024-06-04T10:42:03.337Z Downloading crates ...
23562024-06-04T10:42:03.587Z Downloaded dhcproto-macros v0.1.0
23572024-06-04T10:42:03.614Z Downloaded russh-cryptovec v0.7.2
23582024-06-04T10:42:03.614Z Downloaded rfc6979 v0.4.0
23592024-06-04T10:42:03.614Z Downloaded hex-literal v0.4.1
23602024-06-04T10:42:03.614Z Downloaded russh-keys v0.43.0
23612024-06-04T10:42:03.614Z Downloaded primeorder v0.13.6
23622024-06-04T10:42:03.614Z Downloaded russh v0.43.0
23632024-06-04T10:42:03.614Z Downloaded rand v0.7.3
23642024-06-04T10:42:03.615Z Downloaded p521 v0.13.3
23652024-06-04T10:42:03.641Z Downloaded p256 v0.13.2
23662024-06-04T10:42:03.641Z Downloaded ed25519-dalek v2.1.1
23672024-06-04T10:42:03.641Z Downloaded aes-gcm v0.10.3
23682024-06-04T10:42:03.641Z Downloaded pbkdf2 v0.11.0
23692024-06-04T10:42:03.641Z Downloaded password-hash v0.4.2
23702024-06-04T10:42:03.641Z Downloaded internet-checksum v0.2.1
23712024-06-04T10:42:03.641Z Downloaded getrandom v0.1.16
23722024-06-04T10:42:03.642Z Downloaded dhcproto v0.11.0
23732024-06-04T10:42:03.642Z Downloaded ghash v0.5.1
23742024-06-04T10:42:03.642Z Downloaded rand_core v0.5.1
23752024-06-04T10:42:03.642Z Downloaded rand_chacha v0.2.2
23762024-06-04T10:42:03.668Z Downloaded polyval v0.6.2
23772024-06-04T10:42:03.668Z Downloaded pbkdf2 v0.12.2
23782024-06-04T10:42:03.668Z Downloaded ed25519 v2.2.3
23792024-06-04T10:42:03.669Z Downloaded ecdsa v0.16.9
23802024-06-04T10:42:03.669Z Downloaded dirs v5.0.1
23812024-06-04T10:42:03.669Z Downloaded ctr v0.9.2
23822024-06-04T10:42:03.669Z Downloaded cbc v0.1.2
23832024-06-04T10:42:03.669Z Downloaded bcrypt-pbkdf v0.10.0
23842024-06-04T10:42:03.669Z Downloaded option-ext v0.2.0
23852024-06-04T10:42:03.669Z Downloaded dirs-sys v0.4.1
23862024-06-04T10:42:03.669Z Downloaded blowfish v0.9.1
23872024-06-04T10:42:03.669Z Downloaded aes v0.8.4
23882024-06-04T10:42:03.858Z Compiling proc-macro2 v1.0.82
23892024-06-04T10:42:03.858Z Compiling unicode-ident v1.0.12
23902024-06-04T10:42:03.882Z Compiling libc v0.2.155
23912024-06-04T10:42:03.882Z Compiling cfg-if v1.0.0
23922024-06-04T10:42:03.882Z Compiling serde v1.0.203
23932024-06-04T10:42:03.882Z Compiling version_check v0.9.4
23942024-06-04T10:42:03.883Z Compiling autocfg v1.3.0
23952024-06-04T10:42:03.883Z Compiling byteorder v1.5.0
23962024-06-04T10:42:04.004Z Compiling memchr v2.7.2
23972024-06-04T10:42:04.148Z Compiling log v0.4.21
23982024-06-04T10:42:04.291Z Compiling once_cell v1.19.0
23992024-06-04T10:42:04.445Z Compiling itoa v1.0.11
24002024-06-04T10:42:04.545Z Compiling scopeguard v1.2.0
24012024-06-04T10:42:04.627Z Compiling smallvec v1.13.2
24022024-06-04T10:42:04.656Z Compiling typenum v1.17.0
24032024-06-04T10:42:04.656Z Compiling generic-array v0.14.7
24042024-06-04T10:42:04.710Z Compiling thiserror v1.0.60
24052024-06-04T10:42:04.794Z Compiling lock_api v0.4.12
24062024-06-04T10:42:04.985Z Compiling cc v1.0.97
24072024-06-04T10:42:05.009Z Compiling parking_lot_core v0.9.10
24082024-06-04T10:42:05.202Z Compiling quote v1.0.36
24092024-06-04T10:42:05.470Z Compiling pin-project-lite v0.2.14
24102024-06-04T10:42:05.545Z Compiling syn v2.0.64
24112024-06-04T10:42:05.607Z Compiling libm v0.2.8
24122024-06-04T10:42:05.633Z Compiling num-traits v0.2.19
24132024-06-04T10:42:05.742Z Compiling getrandom v0.2.14
24142024-06-04T10:42:05.922Z Compiling signal-hook-registry v1.4.2
24152024-06-04T10:42:05.964Z Compiling subtle v2.5.0
24162024-06-04T10:42:06.107Z Compiling rand_core v0.6.4
24172024-06-04T10:42:06.182Z Compiling parking_lot v0.12.2
24182024-06-04T10:42:06.578Z Compiling mio v0.8.11
24192024-06-04T10:42:06.651Z Compiling ryu v1.0.18
24202024-06-04T10:42:06.694Z Compiling num_cpus v1.16.0
24212024-06-04T10:42:06.810Z Compiling socket2 v0.5.7
24222024-06-04T10:42:06.950Z Compiling ahash v0.8.11
24232024-06-04T10:42:06.976Z Compiling serde_json v1.0.117
24242024-06-04T10:42:07.002Z Compiling allocator-api2 v0.2.18
24252024-06-04T10:42:07.357Z Compiling futures-core v0.3.30
24262024-06-04T10:42:07.396Z Compiling equivalent v1.0.1
24272024-06-04T10:42:07.510Z Compiling const-oid v0.9.6
24282024-06-04T10:42:07.597Z Compiling futures-sink v0.3.30
24292024-06-04T10:42:07.624Z Compiling slab v0.4.9
24302024-06-04T10:42:07.665Z Compiling futures-io v0.3.30
24312024-06-04T10:42:07.704Z Compiling pin-utils v0.1.0
24322024-06-04T10:42:07.745Z Compiling futures-channel v0.3.30
24332024-06-04T10:42:07.806Z Compiling futures-task v0.3.30
24342024-06-04T10:42:07.961Z Compiling iana-time-zone v0.1.60
24352024-06-04T10:42:07.987Z Compiling fnv v1.0.7
24362024-06-04T10:42:08.090Z Compiling syn v1.0.109
24372024-06-04T10:42:08.117Z Compiling tinyvec_macros v0.1.1
24382024-06-04T10:42:08.142Z Compiling unicode-bidi v0.3.15
24392024-06-04T10:42:08.217Z Compiling tinyvec v1.6.0
24402024-06-04T10:42:08.279Z Compiling schemars v0.8.20
24412024-06-04T10:42:08.362Z Compiling semver v1.0.23
24422024-06-04T10:42:08.599Z Compiling cpufeatures v0.2.12
24432024-06-04T10:42:08.709Z Compiling dyn-clone v1.0.17
24442024-06-04T10:42:08.917Z Compiling percent-encoding v2.3.1
24452024-06-04T10:42:08.943Z Compiling spin v0.9.8
24462024-06-04T10:42:08.978Z Compiling ppv-lite86 v0.2.17
24472024-06-04T10:42:09.076Z Compiling tracing-core v0.1.32
24482024-06-04T10:42:09.248Z Compiling num-conv v0.1.0
24492024-06-04T10:42:09.295Z Compiling time-core v0.1.2
24502024-06-04T10:42:09.466Z Compiling unicode-normalization v0.1.23
24512024-06-04T10:42:09.492Z Compiling powerfmt v0.2.0
24522024-06-04T10:42:09.518Z Compiling time-macros v0.2.18
24532024-06-04T10:42:09.518Z Compiling form_urlencoded v1.2.1
24542024-06-04T10:42:09.600Z Compiling ring v0.17.8
24552024-06-04T10:42:09.801Z Compiling deranged v0.3.11
24562024-06-04T10:42:09.854Z Compiling num_threads v0.1.7
24572024-06-04T10:42:09.976Z Compiling rand_chacha v0.3.1
24582024-06-04T10:42:10.264Z Compiling aho-corasick v1.1.3
24592024-06-04T10:42:10.351Z Compiling regex-syntax v0.8.3
24602024-06-04T10:42:11.381Z Compiling rand v0.8.5
24612024-06-04T10:42:11.742Z Compiling serde_derive_internals v0.29.1
24622024-06-04T10:42:12.319Z Compiling time v0.3.36
24632024-06-04T10:42:12.949Z Compiling idna v0.5.0
24642024-06-04T10:42:13.086Z Compiling regex-automata v0.4.6
24652024-06-04T10:42:14.063Z Compiling slog v2.7.0
24662024-06-04T10:42:14.221Z Compiling httparse v1.8.0
24672024-06-04T10:42:14.550Z Compiling url v2.5.0
24682024-06-04T10:42:14.603Z Compiling untrusted v0.9.0
24692024-06-04T10:42:14.772Z Compiling spin v0.5.2
24702024-06-04T10:42:15.827Z Compiling vcpkg v0.2.15
24712024-06-04T10:42:16.171Z Compiling pkg-config v0.3.30
24722024-06-04T10:42:16.255Z Compiling heck v0.4.1
24732024-06-04T10:42:16.667Z Compiling adler v1.0.2
24742024-06-04T10:42:16.799Z Compiling miniz_oxide v0.7.2
24752024-06-04T10:42:16.875Z Compiling lazy_static v1.4.0
24762024-06-04T10:42:16.997Z Compiling backtrace v0.3.71
24772024-06-04T10:42:17.367Z Compiling regex v1.10.4
24782024-06-04T10:42:17.535Z Compiling try-lock v0.2.5
24792024-06-04T10:42:17.660Z Compiling serde_derive v1.0.203
24802024-06-04T10:42:17.684Z Compiling zeroize_derive v1.4.2
24812024-06-04T10:42:17.684Z Compiling thiserror-impl v1.0.60
24822024-06-04T10:42:18.102Z Compiling zerocopy-derive v0.7.34
24832024-06-04T10:42:18.126Z Compiling tokio-macros v2.2.0
24842024-06-04T10:42:18.312Z Compiling futures-macro v0.3.30
24852024-06-04T10:42:19.046Z Compiling zeroize v1.7.0
24862024-06-04T10:42:19.580Z Compiling schemars_derive v0.8.20
24872024-06-04T10:42:20.038Z Compiling futures-util v0.3.30
24882024-06-04T10:42:20.073Z Compiling zerocopy v0.7.34
24892024-06-04T10:42:20.483Z Compiling tracing-attributes v0.1.27
24902024-06-04T10:42:20.553Z Compiling crypto-common v0.1.6
24912024-06-04T10:42:20.577Z Compiling block-buffer v0.10.4
24922024-06-04T10:42:20.795Z Compiling digest v0.10.7
24932024-06-04T10:42:20.838Z Compiling openssl-sys v0.9.102
24942024-06-04T10:42:21.222Z Compiling async-trait v0.1.80
24952024-06-04T10:42:21.742Z Compiling httpdate v1.0.3
24962024-06-04T10:42:21.944Z Compiling hashbrown v0.14.5
24972024-06-04T10:42:22.163Z Compiling gimli v0.28.1
24982024-06-04T10:42:22.362Z Compiling unicode-width v0.1.12
24992024-06-04T10:42:22.557Z Compiling want v0.3.1
25002024-06-04T10:42:22.835Z Compiling object v0.32.2
25012024-06-04T10:42:23.113Z Compiling foreign-types-shared v0.1.1
25022024-06-04T10:42:23.220Z Compiling base64 v0.21.7
25032024-06-04T10:42:23.502Z Compiling anyhow v1.0.86
25042024-06-04T10:42:23.679Z Compiling tracing v0.1.40
25052024-06-04T10:42:23.927Z Compiling mime v0.3.17
25062024-06-04T10:42:24.033Z Compiling tower-service v0.3.2
25072024-06-04T10:42:24.082Z Compiling openssl v0.10.64
25082024-06-04T10:42:24.167Z Compiling rustc-demangle v0.1.24
25092024-06-04T10:42:24.234Z Compiling ipnet v2.9.0
25102024-06-04T10:42:24.470Z Compiling foreign-types v0.3.2
25112024-06-04T10:42:24.638Z Compiling openssl-macros v0.1.1
25122024-06-04T10:42:24.981Z Compiling futures-executor v0.3.30
25132024-06-04T10:42:25.241Z Compiling base64ct v1.6.0
25142024-06-04T10:42:25.285Z Compiling winnow v0.5.40
25152024-06-04T10:42:25.339Z Compiling crossbeam-utils v0.8.19
25162024-06-04T10:42:25.515Z Compiling heck v0.5.0
25172024-06-04T10:42:25.703Z Compiling addr2line v0.21.0
25182024-06-04T10:42:25.759Z Compiling native-tls v0.2.11
25192024-06-04T10:42:25.883Z Compiling rustls v0.21.12
25202024-06-04T10:42:26.016Z Compiling sct v0.7.1
25212024-06-04T10:42:26.072Z Compiling rustls-webpki v0.101.7
25222024-06-04T10:42:26.135Z Compiling cookie v0.17.0
25232024-06-04T10:42:26.236Z Compiling openssl-probe v0.1.5
25242024-06-04T10:42:26.285Z Compiling ucd-trie v0.1.6
25252024-06-04T10:42:26.316Z Compiling rustix v0.38.34
25262024-06-04T10:42:26.548Z Compiling pest v2.7.10
25272024-06-04T10:42:27.061Z Compiling futures v0.3.30
25282024-06-04T10:42:27.162Z Compiling idna v0.3.0
25292024-06-04T10:42:27.511Z Compiling errno v0.3.9
25302024-06-04T10:42:27.680Z Compiling encoding_rs v0.8.34
25312024-06-04T10:42:27.737Z Compiling data-encoding v2.6.0
25322024-06-04T10:42:28.467Z Compiling psl-types v2.0.11
25332024-06-04T10:42:28.676Z Compiling rustversion v1.0.17
25342024-06-04T10:42:28.737Z Compiling publicsuffix v2.2.3
25352024-06-04T10:42:29.057Z Compiling pest_meta v2.7.10
25362024-06-04T10:42:29.410Z Compiling bytes v1.6.0
25372024-06-04T10:42:29.888Z Compiling indexmap v2.2.6
25382024-06-04T10:42:29.963Z Compiling chrono v0.4.38
25392024-06-04T10:42:30.545Z Compiling tokio v1.37.0
25402024-06-04T10:42:31.099Z Compiling uuid v1.8.0
25412024-06-04T10:42:31.466Z Compiling bitflags v2.5.0
25422024-06-04T10:42:31.849Z Compiling http v0.2.12
25432024-06-04T10:42:32.253Z Compiling serde_tokenstream v0.2.0
25442024-06-04T10:42:32.282Z Compiling serde_spanned v0.6.6
25452024-06-04T10:42:32.481Z Compiling toml_datetime v0.6.6
25462024-06-04T10:42:32.721Z Compiling toml_edit v0.19.15
25472024-06-04T10:42:33.130Z Compiling http-body v0.4.6
25482024-06-04T10:42:33.586Z Compiling serde_urlencoded v0.7.1
25492024-06-04T10:42:34.064Z Compiling hmac v0.12.1
25502024-06-04T10:42:34.270Z Compiling scroll_derive v0.12.0
25512024-06-04T10:42:34.457Z Compiling cookie_store v0.20.0
25522024-06-04T10:42:35.367Z Compiling openapiv3 v2.0.0
25532024-06-04T10:42:35.473Z Compiling scroll v0.12.0
25542024-06-04T10:42:35.752Z Compiling pest_generator v2.7.10
25552024-06-04T10:42:35.834Z Compiling rustls-pemfile v1.0.4
25562024-06-04T10:42:35.964Z Compiling webpki-roots v0.25.4
25572024-06-04T10:42:36.109Z Compiling plain v0.2.3
25582024-06-04T10:42:36.163Z Compiling sync_wrapper v0.1.2
25592024-06-04T10:42:36.241Z Compiling bitflags v1.3.2
25602024-06-04T10:42:36.274Z Compiling goblin v0.8.2
25612024-06-04T10:42:36.301Z Compiling rustc_version v0.4.0
25622024-06-04T10:42:36.350Z Compiling pem-rfc7468 v0.7.0
25632024-06-04T10:42:36.959Z Compiling tokio-util v0.7.11
25642024-06-04T10:42:36.992Z Compiling tokio-rustls v0.24.1
25652024-06-04T10:42:37.340Z Compiling block-padding v0.3.3
25662024-06-04T10:42:37.366Z Compiling pest_derive v2.7.10
25672024-06-04T10:42:37.575Z Compiling der_derive v0.7.2
25682024-06-04T10:42:38.013Z Compiling h2 v0.3.26
25692024-06-04T10:42:38.610Z Compiling tokio-native-tls v0.3.1
25702024-06-04T10:42:38.829Z Compiling usdt-impl v0.5.0
25712024-06-04T10:42:38.880Z Compiling flagset v0.4.5
25722024-06-04T10:42:39.073Z Compiling pretty-hex v0.4.1
25732024-06-04T10:42:39.259Z Compiling dtrace-parser v0.2.0
25742024-06-04T10:42:39.284Z Compiling inout v0.1.3
25752024-06-04T10:42:39.390Z Compiling thread-id v4.2.1
25762024-06-04T10:42:39.503Z Compiling cipher v0.4.4
25772024-06-04T10:42:39.528Z Compiling sha2 v0.10.8
25782024-06-04T10:42:39.684Z Compiling der v0.7.9
25792024-06-04T10:42:39.943Z Compiling either v1.12.0
25802024-06-04T10:42:40.000Z Compiling ff v0.13.0
25812024-06-04T10:42:40.191Z Compiling base16ct v0.2.0
25822024-06-04T10:42:40.284Z Compiling strsim v0.11.1
25832024-06-04T10:42:40.506Z Compiling stable_deref_trait v1.2.0
25842024-06-04T10:42:40.612Z Compiling group v0.13.0
25852024-06-04T10:42:40.890Z Compiling dof v0.3.0
25862024-06-04T10:42:41.056Z Compiling hkdf v0.12.4
25872024-06-04T10:42:41.098Z Compiling crossbeam-epoch v0.9.18
25882024-06-04T10:42:41.285Z Compiling crypto-bigint v0.5.5
25892024-06-04T10:42:41.941Z Compiling spki v0.7.3
25902024-06-04T10:42:42.277Z Compiling pkcs8 v0.10.2
25912024-06-04T10:42:42.457Z Compiling num-integer v0.1.46
25922024-06-04T10:42:42.741Z Compiling sec1 v0.7.3
25932024-06-04T10:42:42.773Z Compiling memmap v0.7.0
25942024-06-04T10:42:43.071Z Compiling crc32fast v1.4.0
25952024-06-04T10:42:43.097Z Compiling managed v0.8.0
25962024-06-04T10:42:43.097Z Compiling winnow v0.6.8
25972024-06-04T10:42:43.141Z Compiling unicode-segmentation v1.11.0
25982024-06-04T10:42:43.251Z Compiling hyper v0.14.28
25992024-06-04T10:42:43.484Z Compiling toml v0.7.8
26002024-06-04T10:42:43.876Z Compiling elliptic-curve v0.13.8
26012024-06-04T10:42:43.910Z Compiling ipnetwork v0.20.0
26022024-06-04T10:42:44.550Z Compiling hex v0.4.3
26032024-06-04T10:42:44.706Z Compiling utf8parse v0.2.1
26042024-06-04T10:42:44.862Z Compiling anstyle v1.0.7
26052024-06-04T10:42:44.923Z Compiling usdt-macro v0.5.0
26062024-06-04T10:42:44.949Z Compiling usdt-attr-macro v0.5.0
26072024-06-04T10:42:45.086Z Compiling matches v0.1.10
26082024-06-04T10:42:45.181Z Compiling idna v0.2.3
26092024-06-04T10:42:45.294Z Compiling anstyle-parse v0.2.4
26102024-06-04T10:42:45.597Z Compiling enum-as-inner v0.5.1
26112024-06-04T10:42:46.092Z Compiling toml_edit v0.22.13
26122024-06-04T10:42:46.118Z Compiling colorchoice v1.0.1
26132024-06-04T10:42:46.203Z Compiling anstyle-query v1.0.3
26142024-06-04T10:42:46.273Z Compiling bit-vec v0.6.3
26152024-06-04T10:42:46.313Z Compiling usdt v0.5.0
26162024-06-04T10:42:46.339Z Compiling is_terminal_polyfill v1.70.0
26172024-06-04T10:42:46.434Z Compiling siphasher v0.3.11
26182024-06-04T10:42:46.459Z Compiling trust-dns-proto v0.22.0
26192024-06-04T10:42:46.485Z Compiling anstream v0.6.14
26202024-06-04T10:42:46.485Z Compiling flate2 v1.0.30
26212024-06-04T10:42:46.663Z Compiling num-bigint v0.4.5
26222024-06-04T10:42:46.761Z Compiling heapless v0.7.17
26232024-06-04T10:42:46.787Z Compiling terminal_size v0.3.0
26242024-06-04T10:42:46.966Z Compiling regress v0.9.1
26252024-06-04T10:42:47.129Z Compiling signal-hook v0.3.17
26262024-06-04T10:42:47.154Z Compiling finl_unicode v1.2.0
26272024-06-04T10:42:47.272Z Compiling clap_lex v0.7.0
26282024-06-04T10:42:47.444Z Compiling itertools v0.10.5
26292024-06-04T10:42:47.647Z Compiling stringprep v0.1.4
26302024-06-04T10:42:47.736Z Compiling clap_builder v4.5.2
26312024-06-04T10:42:48.662Z Compiling hyper-tls v0.5.0
26322024-06-04T10:42:49.006Z Compiling hyper-rustls v0.24.2
26332024-06-04T10:42:49.310Z Compiling reqwest v0.11.27
26342024-06-04T10:42:49.711Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26352024-06-04T10:42:50.923Z Compiling yasna v0.5.2
26362024-06-04T10:42:51.284Z Compiling clap_derive v4.5.4
26372024-06-04T10:42:52.448Z Compiling md-5 v0.10.6
26382024-06-04T10:42:52.674Z Compiling hash32 v0.2.1
26392024-06-04T10:42:53.010Z Compiling fallible-iterator v0.2.0
26402024-06-04T10:42:53.116Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26412024-06-04T10:42:53.210Z Compiling smoltcp v0.9.1
26422024-06-04T10:42:53.588Z Compiling postgres-protocol v0.6.6
26432024-06-04T10:42:54.707Z Compiling phf_shared v0.11.2
26442024-06-04T10:42:54.770Z Compiling tokio-stream v0.1.15
26452024-06-04T10:42:54.805Z Compiling hubpack_derive v0.1.1
26462024-06-04T10:42:55.002Z Compiling zerocopy-derive v0.6.6
26472024-06-04T10:42:55.059Z Compiling diesel_table_macro_syntax v0.1.0
26482024-06-04T10:42:55.205Z Compiling clap v4.5.4
26492024-06-04T10:42:55.322Z Compiling scheduled-thread-pool v0.2.7
26502024-06-04T10:42:55.423Z Compiling fs-err v2.11.0
26512024-06-04T10:42:55.528Z Compiling fixedbitset v0.4.2
26522024-06-04T10:42:55.554Z Compiling hubpack v0.1.2
26532024-06-04T10:42:55.616Z Compiling r2d2 v0.8.10
26542024-06-04T10:42:55.801Z Compiling petgraph v0.6.5
26552024-06-04T10:42:55.890Z Compiling diesel_derives v2.1.4
26562024-06-04T10:42:55.938Z Compiling phf v0.11.2
26572024-06-04T10:42:55.966Z Compiling postgres-types v0.2.6
26582024-06-04T10:42:56.207Z Compiling signal-hook-mio v0.2.3
26592024-06-04T10:42:56.599Z Compiling phf_shared v0.10.0
26602024-06-04T10:42:56.886Z Compiling zerocopy v0.6.6
26612024-06-04T10:42:56.963Z Compiling similar v2.5.0
26622024-06-04T10:42:57.255Z Compiling num-iter v0.1.45
26632024-06-04T10:42:57.424Z Compiling strum_macros v0.25.3
26642024-06-04T10:42:57.550Z Compiling getopts v0.2.21
26652024-06-04T10:42:57.704Z Compiling console v0.15.8
26662024-06-04T10:42:58.412Z Compiling serde_repr v0.1.19
26672024-06-04T10:42:59.006Z Compiling float-cmp v0.9.0
26682024-06-04T10:42:59.068Z Compiling predicates-core v1.0.6
26692024-06-04T10:42:59.093Z Compiling difflib v0.4.0
26702024-06-04T10:42:59.230Z Compiling whoami v1.5.1
26712024-06-04T10:42:59.386Z Compiling static_assertions v1.1.0
26722024-06-04T10:42:59.486Z Compiling minimal-lexical v0.2.1
26732024-06-04T10:42:59.511Z Compiling unsafe-libyaml v0.2.11
26742024-06-04T10:42:59.811Z Compiling new_debug_unreachable v1.0.6
26752024-06-04T10:42:59.906Z Compiling precomputed-hash v0.1.1
26762024-06-04T10:42:59.954Z Compiling normalize-line-endings v0.3.0
26772024-06-04T10:43:00.021Z Compiling string_cache v0.8.7
26782024-06-04T10:43:00.085Z Compiling predicates v3.1.0
26792024-06-04T10:43:00.423Z Compiling nom v7.1.3
26802024-06-04T10:43:00.448Z Compiling tokio-postgres v0.7.10
26812024-06-04T10:43:00.886Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26822024-06-04T10:43:01.069Z Compiling serde_yaml v0.9.34+deprecated
26832024-06-04T10:43:01.610Z Compiling crossterm v0.27.0
26842024-06-04T10:43:02.583Z Compiling bit-set v0.5.3
26852024-06-04T10:43:02.842Z Compiling itertools v0.12.1
26862024-06-04T10:43:03.384Z Compiling bstr v1.9.1
26872024-06-04T10:43:04.608Z Compiling unicode-xid v0.2.4
26882024-06-04T10:43:04.645Z Compiling lalrpop-util v0.19.12
26892024-06-04T10:43:04.721Z Compiling peg-runtime v0.8.3
26902024-06-04T10:43:04.772Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26912024-06-04T10:43:04.963Z Compiling sha1 v0.10.6
26922024-06-04T10:43:04.995Z Compiling camino v1.1.7
26932024-06-04T10:43:05.148Z Compiling strum_macros v0.26.2
26942024-06-04T10:43:05.253Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26952024-06-04T10:43:05.314Z Compiling dirs-sys-next v0.1.2
26962024-06-04T10:43:05.344Z Compiling base64 v0.22.1
26972024-06-04T10:43:05.441Z Compiling match_cfg v0.1.0
26982024-06-04T10:43:05.515Z Compiling dirs-next v2.0.0
26992024-06-04T10:43:05.559Z Compiling hostname v0.3.1
27002024-06-04T10:43:05.705Z Compiling toml v0.8.13
27012024-06-04T10:43:05.814Z Compiling http v1.1.0
27022024-06-04T10:43:05.918Z Compiling thread_local v1.1.8
27032024-06-04T10:43:06.048Z Compiling rustls-pki-types v1.7.0
27042024-06-04T10:43:06.422Z Compiling slog-async v2.8.0
27052024-06-04T10:43:06.465Z Compiling ident_case v1.0.1
27062024-06-04T10:43:06.636Z Compiling darling_core v0.20.9
27072024-06-04T10:43:06.777Z Compiling term v0.7.0
27082024-06-04T10:43:06.908Z Compiling crossbeam-channel v0.5.12
27092024-06-04T10:43:07.192Z Compiling is-terminal v0.4.12
27102024-06-04T10:43:07.312Z Compiling take_mut v0.2.2
27112024-06-04T10:43:07.464Z Compiling paste v1.0.15
27122024-06-04T10:43:07.875Z Compiling rustls v0.22.4
27132024-06-04T10:43:08.029Z Compiling slog-term v2.9.1
27142024-06-04T10:43:08.139Z Compiling rustls-webpki v0.102.4
27152024-06-04T10:43:08.164Z Compiling multer v3.1.0
27162024-06-04T10:43:08.232Z Compiling diesel v2.1.6
27172024-06-04T10:43:08.398Z Compiling instant v0.1.12
27182024-06-04T10:43:09.054Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27192024-06-04T10:43:09.140Z Compiling slog-json v2.6.1
27202024-06-04T10:43:09.189Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27212024-06-04T10:43:09.442Z Compiling strum v0.26.2
27222024-06-04T10:43:09.481Z Compiling async-stream-impl v0.3.5
27232024-06-04T10:43:09.614Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27242024-06-04T10:43:09.675Z Compiling debug-ignore v1.0.5
27252024-06-04T10:43:09.813Z Compiling atomic-waker v1.1.2
27262024-06-04T10:43:09.915Z Compiling slog-bunyan v2.5.0
27272024-06-04T10:43:09.977Z Compiling waitgroup v0.1.2
27282024-06-04T10:43:10.107Z Compiling rustls-pemfile v2.1.2
27292024-06-04T10:43:10.184Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27302024-06-04T10:43:10.503Z Compiling serde_path_to_error v0.1.16
27312024-06-04T10:43:10.639Z Compiling async-stream v0.3.5
27322024-06-04T10:43:10.918Z Compiling structmeta-derive v0.3.0
27332024-06-04T10:43:10.943Z Compiling hostname v0.4.0
27342024-06-04T10:43:11.201Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
27352024-06-04T10:43:11.239Z Compiling newtype-uuid v1.1.0
27362024-06-04T10:43:11.438Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27372024-06-04T10:43:11.524Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382024-06-04T10:43:11.819Z Compiling backoff v0.4.0
27392024-06-04T10:43:12.053Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27402024-06-04T10:43:12.096Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27412024-06-04T10:43:12.122Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
27422024-06-04T10:43:12.208Z Compiling macaddr v1.0.1
27432024-06-04T10:43:12.273Z Compiling proc-macro-crate v1.3.1
27442024-06-04T10:43:12.603Z Compiling tokio-rustls v0.25.0
27452024-06-04T10:43:12.697Z Compiling darling_macro v0.20.9
27462024-06-04T10:43:12.755Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27472024-06-04T10:43:13.046Z Compiling fastrand v2.1.0
27482024-06-04T10:43:13.255Z Compiling num_enum_derive v0.5.11
27492024-06-04T10:43:13.446Z Compiling structmeta v0.3.0
27502024-06-04T10:43:13.546Z Compiling tempfile v3.10.1
27512024-06-04T10:43:13.571Z Compiling darling v0.20.9
27522024-06-04T10:43:13.680Z Compiling serde_with_macros v3.8.1
27532024-06-04T10:43:13.930Z Compiling parse-display-derive v0.9.0
27542024-06-04T10:43:14.425Z Compiling proc-macro-error-attr v1.0.4
27552024-06-04T10:43:14.790Z Compiling proc-macro-error v1.0.4
27562024-06-04T10:43:15.070Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27572024-06-04T10:43:15.759Z Compiling num_enum v0.5.11
27582024-06-04T10:43:15.920Z Compiling foreign-types-macros v0.2.3
27592024-06-04T10:43:16.061Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27602024-06-04T10:43:16.356Z Compiling foreign-types-shared v0.3.1
27612024-06-04T10:43:16.489Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27622024-06-04T10:43:16.545Z Compiling serde_with v3.8.1
27632024-06-04T10:43:16.748Z Compiling heapless v0.8.0
27642024-06-04T10:43:17.039Z Compiling foreign-types v0.5.0
27652024-06-04T10:43:17.777Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27662024-06-04T10:43:17.801Z Compiling cstr-argument v0.1.2
27672024-06-04T10:43:18.018Z Compiling hash32 v0.3.1
27682024-06-04T10:43:18.042Z Compiling pretty-hex v0.2.1
27692024-06-04T10:43:18.106Z Compiling parse-display v0.9.0
27702024-06-04T10:43:18.215Z Compiling smoltcp v0.11.0
27712024-06-04T10:43:18.241Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27722024-06-04T10:43:18.610Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27732024-06-04T10:43:18.683Z Compiling camino-tempfile v1.1.1
27742024-06-04T10:43:18.886Z Compiling tabwriter v1.4.0
27752024-06-04T10:43:19.156Z Compiling colored v2.1.0
27762024-06-04T10:43:19.199Z Compiling socket2 v0.4.10
27772024-06-04T10:43:19.355Z Compiling cobs v0.2.3
27782024-06-04T10:43:19.538Z Compiling embedded-io v0.4.0
27792024-06-04T10:43:19.769Z Compiling postcard v1.0.8
27802024-06-04T10:43:19.796Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
27812024-06-04T10:43:19.826Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
27822024-06-04T10:43:19.973Z Compiling crucible-workspace-hack v0.1.0
27832024-06-04T10:43:19.999Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
27842024-06-04T10:43:20.108Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27852024-06-04T10:43:20.316Z Compiling smf v0.2.3
27862024-06-04T10:43:20.400Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27872024-06-04T10:43:20.425Z Compiling humantime v2.1.0
27882024-06-04T10:43:20.682Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27892024-06-04T10:43:20.732Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27902024-06-04T10:43:20.886Z Compiling num-derive v0.4.2
27912024-06-04T10:43:21.119Z Compiling sigpipe v0.1.3
27922024-06-04T10:43:21.238Z Compiling utf-8 v0.7.6
27932024-06-04T10:43:21.507Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27942024-06-04T10:43:21.553Z Compiling atty v0.2.14
27952024-06-04T10:43:21.690Z Compiling rayon-core v1.12.1
27962024-06-04T10:43:21.918Z Compiling semver v0.1.20
27972024-06-04T10:43:21.943Z Compiling same-file v1.0.6
27982024-06-04T10:43:21.967Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27992024-06-04T10:43:22.155Z Compiling platforms v3.4.0
28002024-06-04T10:43:22.497Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
28012024-06-04T10:43:22.712Z Compiling curve25519-dalek v4.1.2
28022024-06-04T10:43:22.867Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28032024-06-04T10:43:23.247Z Compiling rustc_version v0.1.7
28042024-06-04T10:43:23.335Z Compiling walkdir v2.5.0
28052024-06-04T10:43:23.694Z Compiling newline-converter v0.3.0
28062024-06-04T10:43:23.718Z Compiling crossbeam-deque v0.8.5
28072024-06-04T10:43:23.742Z Compiling universal-hash v0.5.1
28082024-06-04T10:43:23.904Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
28092024-06-04T10:43:23.928Z Compiling opaque-debug v0.3.1
28102024-06-04T10:43:23.977Z Compiling expectorate v1.1.0
28112024-06-04T10:43:24.041Z Compiling newtype_derive v0.1.6
28122024-06-04T10:43:24.138Z Compiling tungstenite v0.20.1
28132024-06-04T10:43:24.183Z Compiling xattr v1.3.1
28142024-06-04T10:43:24.282Z Compiling signature v2.2.0
28152024-06-04T10:43:24.330Z Compiling curve25519-dalek-derive v0.1.1
28162024-06-04T10:43:24.433Z Compiling ring v0.16.20
28172024-06-04T10:43:24.544Z Compiling blake3 v1.5.1
28182024-06-04T10:43:25.048Z Compiling filetime v0.2.23
28192024-06-04T10:43:25.315Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
28202024-06-04T10:43:25.376Z Compiling unicase v2.7.0
28212024-06-04T10:43:25.579Z Compiling getrandom v0.1.16
28222024-06-04T10:43:25.615Z Compiling linked-hash-map v0.5.6
28232024-06-04T10:43:25.640Z Compiling convert_case v0.4.0
28242024-06-04T10:43:25.640Z Compiling quick-error v1.2.3
28252024-06-04T10:43:25.799Z Compiling termcolor v1.4.1
28262024-06-04T10:43:25.936Z Compiling arc-swap v1.7.1
28272024-06-04T10:43:25.967Z Compiling lru-cache v0.1.2
28282024-06-04T10:43:26.148Z Compiling resolv-conf v0.7.0
28292024-06-04T10:43:26.236Z Compiling env_logger v0.9.3
28302024-06-04T10:43:26.417Z Compiling slog-scope v4.4.0
28312024-06-04T10:43:26.511Z Compiling derive_more v0.99.17
28322024-06-04T10:43:26.859Z Compiling tar v0.4.40
28332024-06-04T10:43:27.284Z Compiling tokio-tungstenite v0.20.1
28342024-06-04T10:43:27.422Z Compiling rayon v1.10.0
28352024-06-04T10:43:27.793Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28362024-06-04T10:43:28.167Z Compiling password-hash v0.5.0
28372024-06-04T10:43:28.585Z Compiling blake2 v0.10.6
28382024-06-04T10:43:28.945Z Compiling bitstruct_derive v0.1.0
28392024-06-04T10:43:29.095Z Compiling derive-where v1.2.7
28402024-06-04T10:43:29.581Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28412024-06-04T10:43:29.697Z Compiling memmap2 v0.9.4
28422024-06-04T10:43:30.033Z Compiling libefi-sys v0.1.0
28432024-06-04T10:43:30.083Z Compiling home v0.5.9
28442024-06-04T10:43:30.286Z Compiling parking_lot_core v0.8.6
28452024-06-04T10:43:30.369Z Compiling untrusted v0.7.1
28462024-06-04T10:43:30.561Z Compiling constant_time_eq v0.3.0
28472024-06-04T10:43:30.739Z Compiling arrayvec v0.7.4
28482024-06-04T10:43:30.763Z Compiling ascii v1.1.0
28492024-06-04T10:43:31.199Z Compiling arrayref v0.3.7
28502024-06-04T10:43:31.362Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28512024-06-04T10:43:31.580Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28522024-06-04T10:43:32.281Z Compiling toolchain_find v0.4.0
28532024-06-04T10:43:32.712Z Compiling bitstruct v0.1.1
28542024-06-04T10:43:32.766Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28552024-06-04T10:43:32.838Z Compiling argon2 v0.5.3
28562024-06-04T10:43:32.898Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28572024-06-04T10:43:33.127Z Compiling slog-stdlog v4.1.1
28582024-06-04T10:43:33.271Z Compiling trust-dns-resolver v0.22.0
28592024-06-04T10:43:33.409Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28602024-06-04T10:43:33.473Z Compiling num-rational v0.4.2
28612024-06-04T10:43:33.906Z Compiling rfc6979 v0.4.0
28622024-06-04T10:43:34.071Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28632024-06-04T10:43:34.098Z Compiling erased-serde v0.3.31
28642024-06-04T10:43:34.409Z Compiling serde_arrays v0.1.0
28652024-06-04T10:43:34.559Z Compiling aead v0.5.2
28662024-06-04T10:43:34.771Z Compiling num-complex v0.4.6
28672024-06-04T10:43:34.883Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28682024-06-04T10:43:35.033Z Compiling nibble_vec v0.1.0
28692024-06-04T10:43:35.146Z Compiling slog-dtrace v0.3.0
28702024-06-04T10:43:35.178Z Compiling cancel-safe-futures v0.1.5
28712024-06-04T10:43:35.228Z Compiling topological-sort v0.2.2
28722024-06-04T10:43:35.252Z Compiling keccak v0.1.5
28732024-06-04T10:43:35.389Z Compiling endian-type v0.1.2
28742024-06-04T10:43:35.495Z Compiling sha3 v0.10.8
28752024-06-04T10:43:35.519Z Compiling num v0.4.3
28762024-06-04T10:43:35.604Z Compiling radix_trie v0.2.1
28772024-06-04T10:43:35.631Z Compiling omicron-zone-package v0.11.0
28782024-06-04T10:43:35.738Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28792024-06-04T10:43:36.020Z Compiling ecdsa v0.16.9
28802024-06-04T10:43:36.223Z Compiling rand_core v0.5.1
28812024-06-04T10:43:36.380Z Compiling mime_guess v2.0.4
28822024-06-04T10:43:36.673Z Compiling slog-envlogger v2.2.0
28832024-06-04T10:43:36.747Z Compiling steno v0.4.0
28842024-06-04T10:43:37.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28852024-06-04T10:43:37.361Z Compiling rustfmt-wrapper v0.2.1
28862024-06-04T10:43:37.401Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872024-06-04T10:43:37.454Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28882024-06-04T10:43:37.820Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28892024-06-04T10:43:38.029Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902024-06-04T10:43:38.140Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28912024-06-04T10:43:38.466Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28922024-06-04T10:43:38.492Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28932024-06-04T10:43:38.810Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28942024-06-04T10:43:39.476Z Compiling poly1305 v0.8.0
28952024-06-04T10:43:39.604Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28962024-06-04T10:43:39.833Z Compiling primeorder v0.13.6
28972024-06-04T10:43:40.233Z Compiling heck v0.3.3
28982024-06-04T10:43:40.287Z Compiling chacha20 v0.9.1
28992024-06-04T10:43:40.619Z Compiling thiserror-impl-no-std v2.0.2
29002024-06-04T10:43:40.694Z Compiling secrecy v0.8.0
29012024-06-04T10:43:40.820Z Compiling half v2.4.1
29022024-06-04T10:43:40.948Z Compiling ciborium-io v0.2.2
29032024-06-04T10:43:41.086Z Compiling option-ext v0.2.0
29042024-06-04T10:43:41.141Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29052024-06-04T10:43:41.229Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
29062024-06-04T10:43:41.343Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29072024-06-04T10:43:41.428Z Compiling ciborium-ll v0.2.2
29082024-06-04T10:43:41.494Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29092024-06-04T10:43:41.518Z Compiling dirs-sys v0.4.1
29102024-06-04T10:43:41.779Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29112024-06-04T10:43:42.034Z Compiling zone_cfg_derive v0.1.2
29122024-06-04T10:43:42.545Z Compiling parking_lot v0.11.2
29132024-06-04T10:43:43.196Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29142024-06-04T10:43:43.248Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29152024-06-04T10:43:43.399Z Compiling thiserror-no-std v2.0.2
29162024-06-04T10:43:43.426Z Compiling rand_chacha v0.2.2
29172024-06-04T10:43:43.450Z Compiling trust-dns-client v0.22.0
29182024-06-04T10:43:43.545Z Compiling ed25519 v2.2.3
29192024-06-04T10:43:44.020Z Compiling polyval v0.6.2
29202024-06-04T10:43:44.069Z Compiling tungstenite v0.21.0
29212024-06-04T10:43:44.093Z Compiling blowfish v0.9.1
29222024-06-04T10:43:44.410Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29232024-06-04T10:43:44.456Z Compiling aes v0.8.4
29242024-06-04T10:43:44.797Z Compiling ctr v0.9.2
29252024-06-04T10:43:44.989Z Compiling libsw v3.3.1
29262024-06-04T10:43:45.107Z Compiling toml v0.5.11
29272024-06-04T10:43:45.272Z Compiling password-hash v0.4.2
29282024-06-04T10:43:45.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29292024-06-04T10:43:46.124Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29302024-06-04T10:43:46.148Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29312024-06-04T10:43:46.558Z Compiling pbkdf2 v0.12.2
29322024-06-04T10:43:46.719Z Compiling gethostname v0.4.3
29332024-06-04T10:43:46.966Z Compiling fxhash v0.2.1
29342024-06-04T10:43:47.153Z Compiling owo-colors v4.0.0
29352024-06-04T10:43:48.184Z Compiling base64 v0.13.1
29362024-06-04T10:43:48.691Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29372024-06-04T10:43:48.923Z Compiling swrite v0.1.0
29382024-06-04T10:43:49.055Z Compiling linear-map v1.2.0
29392024-06-04T10:43:49.357Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29402024-06-04T10:43:49.530Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29412024-06-04T10:43:49.893Z Compiling ron v0.7.1
29422024-06-04T10:43:51.900Z Compiling sled v0.34.7
29432024-06-04T10:43:51.988Z Compiling bcrypt-pbkdf v0.10.0
29442024-06-04T10:43:52.327Z Compiling trust-dns-server v0.22.1
29452024-06-04T10:43:52.520Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29462024-06-04T10:43:52.544Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29472024-06-04T10:43:52.684Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29482024-06-04T10:43:53.412Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29492024-06-04T10:43:54.086Z Compiling pbkdf2 v0.11.0
29502024-06-04T10:43:54.398Z Compiling tokio-tungstenite v0.21.0
29512024-06-04T10:43:54.853Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29522024-06-04T10:43:54.923Z Compiling ghash v0.5.1
29532024-06-04T10:43:55.112Z Compiling ed25519-dalek v2.1.1
29542024-06-04T10:43:55.137Z Compiling rand v0.7.3
29552024-06-04T10:43:55.491Z Compiling vsss-rs v3.3.4
29562024-06-04T10:43:56.843Z Compiling zone v0.1.8
29572024-06-04T10:43:57.199Z Compiling dirs v5.0.1
29582024-06-04T10:43:57.275Z Compiling ciborium v0.2.2
29592024-06-04T10:43:58.160Z Compiling chacha20poly1305 v0.10.1
29602024-06-04T10:43:58.350Z Compiling p521 v0.13.3
29612024-06-04T10:43:58.525Z Compiling p256 v0.13.2
29622024-06-04T10:43:58.559Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29632024-06-04T10:43:59.246Z Compiling pem v3.0.4
29642024-06-04T10:43:59.270Z Compiling cbc v0.1.2
29652024-06-04T10:43:59.472Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29662024-06-04T10:43:59.792Z Compiling headers-core v0.2.0
29672024-06-04T10:43:59.945Z Compiling kstat-rs v0.2.3
29682024-06-04T10:43:59.969Z Compiling portpicker v0.1.1
29692024-06-04T10:44:00.212Z Compiling nanorand v0.7.0
29702024-06-04T10:44:00.252Z Compiling russh-cryptovec v0.7.2
29712024-06-04T10:44:00.510Z Compiling glob v0.3.1
29722024-06-04T10:44:00.539Z Compiling md5 v0.7.0
29732024-06-04T10:44:00.720Z Compiling http-range v0.1.5
29742024-06-04T10:44:00.944Z Compiling hyper-staticfile v0.9.5
29752024-06-04T10:44:01.055Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29762024-06-04T10:44:01.224Z Compiling russh-keys v0.43.0
29772024-06-04T10:44:01.374Z Compiling flume v0.11.0
29782024-06-04T10:44:01.622Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29792024-06-04T10:44:01.812Z Compiling headers v0.3.9
29802024-06-04T10:44:01.944Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29812024-06-04T10:44:03.456Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29822024-06-04T10:44:04.040Z Compiling rcgen v0.12.1
29832024-06-04T10:44:04.444Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29842024-06-04T10:44:06.129Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29852024-06-04T10:44:06.195Z Compiling aes-gcm v0.10.3
29862024-06-04T10:44:06.495Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29872024-06-04T10:44:07.276Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29882024-06-04T10:44:08.839Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29892024-06-04T10:44:09.273Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29902024-06-04T10:44:12.088Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29912024-06-04T10:44:12.608Z Compiling atomicwrites v0.4.3
29922024-06-04T10:44:12.928Z Compiling subprocess v0.2.9
29932024-06-04T10:44:13.444Z Compiling display-error-chain v0.2.0
29942024-06-04T10:44:13.505Z Compiling hex-literal v0.4.1
29952024-06-04T10:44:13.607Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29962024-06-04T10:44:13.649Z Compiling dhcproto-macros v0.1.0
29972024-06-04T10:44:14.501Z Compiling dhcproto v0.11.0
29982024-06-04T10:44:14.615Z Compiling russh v0.43.0
29992024-06-04T10:44:14.639Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30002024-06-04T10:44:14.951Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30012024-06-04T10:44:16.916Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022024-06-04T10:44:17.246Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30032024-06-04T10:44:17.641Z Compiling internet-checksum v0.2.1
30042024-06-04T10:44:41.790Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30052024-06-04T10:45:38.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 36s
30062024-06-04T10:45:39.028Z
30072024-06-04T10:45:39.028Zreal 3:36.381033063
30082024-06-04T10:45:39.028Zuser 17:04.826362520
30092024-06-04T10:45:39.028Zsys 4:12.303723419
30102024-06-04T10:45:39.028Ztrap 0.471805821
30112024-06-04T10:45:39.028Ztflt 0.293732342
30122024-06-04T10:45:39.028Zdflt 1.860808715
30132024-06-04T10:45:39.028Zkflt 0.000387177
30142024-06-04T10:45:39.029Zlock 36:30.240239389
30152024-06-04T10:45:39.029Zslp 48:56.299030838
30162024-06-04T10:45:39.053Zlat 1:07.207958033
30172024-06-04T10:45:39.053Zstop 2:37.867177394
30182024-06-04T10:45:39.053Z+ mkdir tests
30192024-06-04T10:45:39.053Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30202024-06-04T10:45:39.054Z+ xargs -I '{}' -t cp '{}' tests/
30212024-06-04T10:45:39.078Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b61c25909b95525a tests/
30222024-06-04T10:45:39.102Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e7a5eeff37d27598 tests/
30232024-06-04T10:45:39.126Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5d8a6c66d0b7622c tests/
30242024-06-04T10:45:39.126Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a8f17ad79e3c6c5b tests/
30252024-06-04T10:45:39.433Z+ 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/*)
30262024-06-04T10:45:39.458Z+ 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-e7a5eeff37d27598 tests/commtest-5d8a6c66d0b7622c tests/dhcp_server-b61c25909b95525a tests/end_to_end_tests-a8f17ad79e3c6c5b 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
30272024-06-04T10:46:57.261ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30282024-06-04T10:46:57.261Za out/target/test 1K
30292024-06-04T10:46:57.261Za out/npuzone/npuzone 23144K
30302024-06-04T10:46:57.261Za package-manifest.toml 28K
30312024-06-04T10:46:57.261Za smf/sled-agent/non-gimlet/config.toml 4K
30322024-06-04T10:46:57.261Za target/release/omicron-package 31807K
30332024-06-04T10:46:57.261Za target/release/xtask 13855K
30342024-06-04T10:46:57.261Za target/debug/bootstrap 351237K
30352024-06-04T10:46:57.262Za tests/bootstrap-e7a5eeff37d27598 23989K
30362024-06-04T10:46:57.262Za tests/commtest-5d8a6c66d0b7622c 23990K
30372024-06-04T10:46:57.262Za tests/dhcp_server-b61c25909b95525a 23989K
30382024-06-04T10:46:57.262Za tests/end_to_end_tests-a8f17ad79e3c6c5b 360785K
30392024-06-04T10:46:57.262Za out/clickhouse.tar.gz 222994K
30402024-06-04T10:46:57.262Za out/clickhouse_keeper.tar.gz 222981K
30412024-06-04T10:46:57.262Za out/cockroachdb.tar.gz 131105K
30422024-06-04T10:46:57.262Za out/crucible-pantry-zone.tar.gz 27295K
30432024-06-04T10:46:57.262Za out/crucible-zone.tar.gz 38055K
30442024-06-04T10:46:57.262Za out/external-dns.tar.gz 25088K
30452024-06-04T10:46:57.262Za out/internal-dns.tar.gz 25085K
30462024-06-04T10:46:57.262Za out/mg-ddm-gz.tar 61262K
30472024-06-04T10:46:57.262Za out/nexus.tar.gz 82372K
30482024-06-04T10:46:57.262Za out/ntp.tar.gz 8845K
30492024-06-04T10:46:57.262Za out/omicron-gateway-softnpu.tar.gz 14642K
30502024-06-04T10:46:57.262Za out/omicron-sled-agent.tar 92665K
30512024-06-04T10:46:57.262Za out/overlay.tar.gz 3K
30522024-06-04T10:46:57.262Za out/oximeter.tar.gz 40325K
30532024-06-04T10:46:57.262Za out/oxlog.tar 2954K
30542024-06-04T10:46:57.262Za out/probe.tar.gz 2764K
30552024-06-04T10:46:57.263Za out/propolis-server.tar.gz 65435K
30562024-06-04T10:46:57.263Za out/pumpkind-gz.tar 26665K
30572024-06-04T10:46:57.263Za out/switch-softnpu.tar.gz 197358K
30582024-06-04T10:46:57.287Z
30592024-06-04T10:46:57.288Zreal 1:17.832864972
30602024-06-04T10:46:57.288Zuser 1:11.894683547
30612024-06-04T10:46:57.288Zsys 7.223929314
30622024-06-04T10:46:57.288Ztrap 0.021546368
30632024-06-04T10:46:57.288Ztflt 0.000000000
30642024-06-04T10:46:57.288Zdflt 0.000000000
30652024-06-04T10:46:57.288Zkflt 0.000000000
30662024-06-04T10:46:57.288Zlock 0.000000000
30672024-06-04T10:46:57.288Zslp 1:12.022699132
30682024-06-04T10:46:57.288Zlat 4.499234365
30692024-06-04T10:46:57.288Zstop 0.000216827
30702024-06-04T10:46:57.288Zprocess exited: duration 1495317 ms, exit code 0
 
30712024-06-04T10:46:57.372Zfound 1 output files
30722024-06-04T10:46:57.372Zuploading: /work/package.tar.gz (1397732216 bytes)
30732024-06-04T10:55:50.006Zuploaded: /work/package.tar.gz