01HXZAVCXBK0WNK9QJ1CCQKDWD: helios / package

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

Buildomat Job: 01HXZAVQKC0A9BWHFGRCJZT33B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-15T23:55:27.456Zjob assigned to worker 01HXZAVTZ9B3DG4K5FGY2KXZNC (queued for 52 s)
 
22024-05-15T23:55:35.642Zstarting task 0: "setup"
32024-05-15T23:55:35.691Z++ uname -s
42024-05-15T23:55:35.696Z+ kern=SunOS
52024-05-15T23:55:35.696Z+ case "$kern" in
62024-05-15T23:55:35.696Z+ groupadd -g 12345 build
72024-05-15T23:55:35.696Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-15T23:55:37.706Z+ zfs create -o mountpoint=/work rpool/work
92024-05-15T23:55:37.823Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-15T23:55:37.830Z+ home_fs=zfs
112024-05-15T23:55:37.831Z+ [[ zfs == autofs ]]
122024-05-15T23:55:37.831Z+ mkdir -p /home/build
132024-05-15T23:55:37.832Z+ chown build:build /home/build /work
142024-05-15T23:55:39.829Z+ chmod 0700 /home/build /work
152024-05-15T23:55:39.834Zprocess exited: duration 4195 ms, exit code 0
 
162024-05-15T23:55:39.845Zstarting task 1: "rust-toolchain"
172024-05-15T23:55:39.850Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-15T23:55:39.854Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-15T23:55:39.975Zinfo: downloading installer
202024-05-15T23:55:41.159Zwarning: it looks like you have an existing installation of Rust at:
212024-05-15T23:55:41.159Zwarning: /opt/ooce/bin
222024-05-15T23:55:41.159Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-15T23:55:41.159Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-15T23:55:41.159Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-15T23:55:41.160Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-15T23:55:41.160Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-15T23:55:41.160Zerror: cannot install while Rust is installed
282024-05-15T23:55:41.160Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-15T23:55:41.266Zinfo: profile set to 'default'
302024-05-15T23:55:41.266Zinfo: default host triple is x86_64-unknown-illumos
312024-05-15T23:55:41.271Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-15T23:55:41.394Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-15T23:55:41.394Zinfo: downloading component 'cargo'
342024-05-15T23:55:42.083Zinfo: downloading component 'clippy'
352024-05-15T23:55:42.240Zinfo: downloading component 'rust-docs'
362024-05-15T23:55:43.111Zinfo: downloading component 'rust-std'
372024-05-15T23:55:44.369Zinfo: downloading component 'rustc'
382024-05-15T23:55:47.645Zinfo: downloading component 'rustfmt'
392024-05-15T23:55:47.823Zinfo: installing component 'cargo'
402024-05-15T23:55:48.663Zinfo: installing component 'clippy'
412024-05-15T23:55:49.018Zinfo: installing component 'rust-docs'
422024-05-15T23:55:50.501Zinfo: installing component 'rust-std'
432024-05-15T23:55:52.222Zinfo: installing component 'rustc'
442024-05-15T23:55:56.508Zinfo: installing component 'rustfmt'
452024-05-15T23:55:56.858Z
462024-05-15T23:55:56.858Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
472024-05-15T23:55:57.139Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-15T23:55:57.139Z
492024-05-15T23:55:57.151Z
502024-05-15T23:55:57.151ZRust is installed now. Great!
512024-05-15T23:55:57.151Z
522024-05-15T23:55:57.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-15T23:55:57.152Zenvironment variable. This has not been done automatically.
542024-05-15T23:55:57.152Z
552024-05-15T23:55:57.152ZTo configure your current shell, you need to source
562024-05-15T23:55:57.152Zthe corresponding env file under $HOME/.cargo.
572024-05-15T23:55:57.152Z
582024-05-15T23:55:57.152ZThis is usually done by running one of the following (note the leading DOT):
592024-05-15T23:55:57.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-15T23:55:57.153Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-15T23:55:57.184Z+ rustc --version
622024-05-15T23:55:57.248Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-15T23:55:57.253Zprocess exited: duration 17405 ms, exit code 0
 
642024-05-15T23:55:57.261Zstarting task 2: "authentication"
652024-05-15T23:55:57.284Zprocess exited: duration 22 ms, exit code 0
 
662024-05-15T23:55:57.291Zstarting task 3: "clone repository"
672024-05-15T23:55:57.301Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-15T23:55:57.313Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-15T23:55:57.442ZCloning into '/work/oxidecomputer/omicron'...
702024-05-15T23:56:03.291Z+ cd /work/oxidecomputer/omicron
712024-05-15T23:56:03.291Z+ git fetch origin 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e
722024-05-15T23:56:03.623ZFrom https://github.com/oxidecomputer/omicron
732024-05-15T23:56:03.623Z * branch 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e -> FETCH_HEAD
742024-05-15T23:56:03.634Z+ [[ -n updated_fpga ]]
752024-05-15T23:56:03.634Z++ git branch --show-current
762024-05-15T23:56:03.647Z+ current=main
772024-05-15T23:56:03.647Z+ [[ main != updated_fpga ]]
782024-05-15T23:56:03.647Z+ git branch -f updated_fpga 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e
792024-05-15T23:56:03.647Z+ git checkout -f updated_fpga
802024-05-15T23:56:03.783ZSwitched to branch 'updated_fpga'
812024-05-15T23:56:03.817Z+ git reset --hard 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e
822024-05-15T23:56:03.817ZHEAD is now at 38e58c30b Bump gimlet and sidecar versions
832024-05-15T23:56:03.817Zprocess exited: duration 6489 ms, exit code 0
 
842024-05-15T23:56:03.863Zstarting task 4: "build"
852024-05-15T23:56:03.872Z+ cargo --version
862024-05-15T23:56:03.906Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-15T23:56:03.910Z+ rustc --version
882024-05-15T23:56:03.966Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-15T23:56:03.971Z+ WORK=/work
902024-05-15T23:56:03.971Z+ pfexec mkdir -p /work
912024-05-15T23:56:03.976Z+ pfexec chown build /work
922024-05-15T23:56:03.976Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-15T23:56:10.206Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-15T23:56:12.236Z Startup: Caching catalogs ... Done
952024-05-15T23:56:13.921ZPlanning: Solver setup ... Done (1.167s)
962024-05-15T23:56:13.947ZPlanning: Running solver ... Done (0.022s)
972024-05-15T23:56:13.979ZPlanning: Finding local manifests ... Done (0.005s)
982024-05-15T23:56:13.995ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-15T23:56:14.470ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-15T23:56:14.517ZPlanning: Package planning ... Done (0.050s)
1012024-05-15T23:56:14.567ZPlanning: Merging actions ... Done (0.049s)
1022024-05-15T23:56:15.929ZPlanning: Checking for conflicting actions ... Done (1.362s)
1032024-05-15T23:56:15.941ZPlanning: Consolidating action changes ... Done (0.012s)
1042024-05-15T23:56:23.174ZPlanning: Evaluating mediators ... Done (7.228s)
1052024-05-15T23:56:23.184ZPlanning: Planning completed in 10.88 seconds
1062024-05-15T23:56:23.673Z Packages to install: 4
1072024-05-15T23:56:23.673Z Mediators to change: 2
1082024-05-15T23:56:23.673Z Services to change: 1
1092024-05-15T23:56:23.677Z Estimated space available: 155.79 GB
1102024-05-15T23:56:23.677ZEstimated space to be consumed: 1.45 GB
1112024-05-15T23:56:23.678Z Create boot environment: No
1122024-05-15T23:56:23.678ZCreate backup boot environment: No
1132024-05-15T23:56:23.678Z Rebuild boot archive: No
1142024-05-15T23:56:23.678Z
1152024-05-15T23:56:23.678ZChanged mediators:
1162024-05-15T23:56:23.678Z mediator clang:
1172024-05-15T23:56:23.678Z version: None -> 15 (system default)
1182024-05-15T23:56:23.678Z
1192024-05-15T23:56:23.678Z mediator llvm:
1202024-05-15T23:56:23.678Z version: 14 (system default) -> 15 (system default)
1212024-05-15T23:56:23.678Z
1222024-05-15T23:56:23.678ZChanged packages:
1232024-05-15T23:56:23.678Zhelios-dev
1242024-05-15T23:56:23.678Z developer/build-essential
1252024-05-15T23:56:23.678Z None -> 11-2.0
1262024-05-15T23:56:23.678Z library/libxmlsec1
1272024-05-15T23:56:23.678Z None -> 1.2.35-2.0
1282024-05-15T23:56:23.678Z ooce/developer/clang-15
1292024-05-15T23:56:23.678Z None -> 15.0.7-2.0
1302024-05-15T23:56:23.678Z ooce/developer/llvm-15
1312024-05-15T23:56:23.678Z None -> 15.0.7-2.0
1322024-05-15T23:56:23.678Z
1332024-05-15T23:56:23.678ZServices:
1342024-05-15T23:56:23.679Z restart_fmri:
1352024-05-15T23:56:23.679Z svc:/system/update-man-index:default
1362024-05-15T23:56:23.886Z
1372024-05-15T23:56:23.886ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-15T23:56:28.888ZDownload: 1184/3290 items 68.4/212.6MB 32% complete (13.7M/s)
1392024-05-15T23:56:33.891ZDownload: 1861/3290 items 117.8/212.6MB 55% complete (11.9M/s)
1402024-05-15T23:56:38.891ZDownload: 2714/3290 items 120.8/212.6MB 56% complete (5.5M/s)
1412024-05-15T23:56:42.952ZDownload: Completed 212.60 MB in 19.06 seconds (11.2M/s)
1422024-05-15T23:56:45.476Z Actions: 1/3689 actions (Installing new actions)
1432024-05-15T23:56:50.627Z Actions: 3563/3689 actions (Installing new actions)
1442024-05-15T23:56:51.330Z Actions: Completed 3689 actions in 5.85 seconds.
1452024-05-15T23:56:51.568Z Done (0.233s)
1462024-05-15T23:56:51.568Z Done (0.000s)
1472024-05-15T23:56:51.869Z Done (0.297s)
1482024-05-15T23:56:58.233Z Done (6.199s)
1492024-05-15T23:56:58.500Z Done (0.207s)
1502024-05-15T23:56:58.504Z Done (0.000s)
1512024-05-15T23:56:58.682Z Done (0.000s)
1522024-05-15T23:56:59.235ZPlanning: Evaluating mediator changes ... Done
1532024-05-15T23:56:59.405ZPlanning: Checking for conflicting actions ... Done
1542024-05-15T23:56:59.429ZPlanning: Consolidating action changes ... Done
1552024-05-15T23:56:59.665ZPlanning: Evaluating mediators ... Done
1562024-05-15T23:56:59.669ZPlanning: Planning completed in 0.43 seconds
1572024-05-15T23:56:59.704Z Mediators to change: 2
1582024-05-15T23:56:59.704Z Create boot environment: No
1592024-05-15T23:56:59.708ZCreate backup boot environment: No
1602024-05-15T23:56:59.767Z Done
1612024-05-15T23:56:59.768Z Done
1622024-05-15T23:56:59.963Z Done
1632024-05-15T23:57:03.608Z Done
1642024-05-15T23:57:03.694Z Done
1652024-05-15T23:57:03.698Z Done
1662024-05-15T23:57:03.907Z Done
1672024-05-15T23:57:04.531ZPlanning: Evaluating mediator changes ... Done
1682024-05-15T23:57:04.535ZPlanning: Merging actions ... Done
1692024-05-15T23:57:04.726ZPlanning: Checking for conflicting actions ... Done
1702024-05-15T23:57:04.734ZPlanning: Consolidating action changes ... Done
1712024-05-15T23:57:04.999ZPlanning: Evaluating mediators ... Done
1722024-05-15T23:57:05.058ZPlanning: Planning completed in 0.78 seconds
1732024-05-15T23:57:05.095Z Packages to change: 1
1742024-05-15T23:57:05.095Z Mediators to change: 1
1752024-05-15T23:57:05.100Z Services to change: 1
1762024-05-15T23:57:05.100Z Create boot environment: No
1772024-05-15T23:57:05.100ZCreate backup boot environment: Yes
1782024-05-15T23:57:07.122Z Actions: 1/6 actions (Updating modified actions)
1792024-05-15T23:57:07.195Z Actions: Completed 6 actions in 0.08 seconds.
1802024-05-15T23:57:07.201Z Done
1812024-05-15T23:57:07.201Z Done
1822024-05-15T23:57:07.260Z Done
1832024-05-15T23:57:11.120Z Done
1842024-05-15T23:57:11.213Z Done
1852024-05-15T23:57:11.217Z Done
1862024-05-15T23:57:11.355Z Done
1872024-05-15T23:57:11.810ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882024-05-15T23:57:11.810Zclang system 15 system
1892024-05-15T23:57:11.810Zcsh system system illumos
1902024-05-15T23:57:11.810Zctags system system illumos
1912024-05-15T23:57:11.810Zgcc vendor 12 vendor
1922024-05-15T23:57:11.810Zgcc system 10 system
1932024-05-15T23:57:11.810Zgcc system 7 system
1942024-05-15T23:57:11.810Zgo system 1.20 system
1952024-05-15T23:57:11.810Zgo system 1.19 system
1962024-05-15T23:57:11.810Zllvm system 15 system
1972024-05-15T23:57:11.811Zllvm system 14 system
1982024-05-15T23:57:11.811Zmariadb system 10.6 system
1992024-05-15T23:57:11.811Zmta vendor vendor dma
2002024-05-15T23:57:11.811Zopenjdk system 17 system
2012024-05-15T23:57:11.811Zopenjdk system 11 system
2022024-05-15T23:57:11.812Zopenjdk system 1.8 system
2032024-05-15T23:57:11.812Zopenssl vendor 3 vendor
2042024-05-15T23:57:11.812Zperl system 5.36 system
2052024-05-15T23:57:11.812Zpostgresql system 15 system
2062024-05-15T23:57:11.812Zpostgresql system 13 system
2072024-05-15T23:57:11.812Zpython vendor 3 vendor
2082024-05-15T23:57:11.812Zpython system 2 system
2092024-05-15T23:57:11.812Zpython3 system 3.11 system
2102024-05-15T23:57:11.812Zruby system 3.0 system
2112024-05-15T23:57:11.812Zwords vendor vendor american-english
2122024-05-15T23:57:11.813Zwords system system australian-english
2132024-05-15T23:57:11.813Zwords system system british-english
2142024-05-15T23:57:11.813Zwords system system canadian-english
2152024-05-15T23:57:11.813Zwords system system french
2162024-05-15T23:57:11.813Zwords system system italian
2172024-05-15T23:57:11.813Zwords system system ngerman
2182024-05-15T23:57:11.813Zwords system system ogerman
2192024-05-15T23:57:11.813Zwords system system spanish
2202024-05-15T23:57:12.126ZPUBLISHER TYPE STATUS P LOCATION
2212024-05-15T23:57:12.126Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2222024-05-15T23:57:13.581ZFMRI IFO
2232024-05-15T23:57:13.581Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242024-05-15T23:57:13.581Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252024-05-15T23:57:13.581Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262024-05-15T23:57:13.581Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2272024-05-15T23:57:13.581Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2282024-05-15T23:57:13.581Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292024-05-15T23:57:13.581Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2302024-05-15T23:57:13.581Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2312024-05-15T23:57:13.581Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2322024-05-15T23:57:13.581Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2332024-05-15T23:57:13.581Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2342024-05-15T23:57:13.581Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2352024-05-15T23:57:13.855Z+ set -o errexit
2362024-05-15T23:57:13.859Z+++ dirname ./tools/ci_download_cockroachdb
2372024-05-15T23:57:13.859Z++ cd ./tools
2382024-05-15T23:57:13.859Z++ pwd
2392024-05-15T23:57:13.859Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-05-15T23:57:13.863Z++ basename ./tools/ci_download_cockroachdb
2412024-05-15T23:57:13.863Z+ ARG0=ci_download_cockroachdb
2422024-05-15T23:57:13.863Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-05-15T23:57:13.882Z+ CIDL_VERSION=v22.1.9
2442024-05-15T23:57:13.882Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-05-15T23:57:13.882Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2462024-05-15T23:57:13.883Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2472024-05-15T23:57:13.883Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2482024-05-15T23:57:13.883Z+ TARGET_DIR=out
2492024-05-15T23:57:13.883Z+ DOWNLOAD_DIR=out/downloads
2502024-05-15T23:57:13.883Z+ DEST_DIR=./out/cockroachdb
2512024-05-15T23:57:13.883Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-05-15T23:57:13.883Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-05-15T23:57:13.883Z+ main
2542024-05-15T23:57:13.883Z+ [[ 0 != 0 ]]
2552024-05-15T23:57:13.883Z+ CIDL_OS=solaris2.11
2562024-05-15T23:57:13.884Z+ [[ 0 != 0 ]]
2572024-05-15T23:57:13.884Z+ configure_os solaris2.11
2582024-05-15T23:57:13.884Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-05-15T23:57:13.884Zcurrent directory: /work/oxidecomputer/omicron
2602024-05-15T23:57:13.884Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-05-15T23:57:13.884Zconfiguring based on OS: "solaris2.11"
2622024-05-15T23:57:13.884Z+ case "$1" in
2632024-05-15T23:57:13.885Z+ CIDL_BUILD=illumos
2642024-05-15T23:57:13.885Z+ CIDL_SUFFIX=tar.gz
2652024-05-15T23:57:13.885Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2662024-05-15T23:57:13.885Z+ CIDL_URL_BASE=https://illumos.org/downloads
2672024-05-15T23:57:13.885Z+ CIDL_ASSEMBLE=do_assemble_illumos
2682024-05-15T23:57:13.885Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2692024-05-15T23:57:13.885Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2702024-05-15T23:57:13.885Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712024-05-15T23:57:13.885Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2722024-05-15T23:57:13.885Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-05-15T23:57:13.886Z+ CIDL_SHA256FUNC=do_sha256sum
2742024-05-15T23:57:13.886Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-05-15T23:57:13.886ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-05-15T23:57:13.886Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-05-15T23:57:13.886Z+ mkdir -p out/downloads
2782024-05-15T23:57:13.886ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-15T23:57:13.886Z+ mkdir -p ./out/cockroachdb
2802024-05-15T23:57:13.892Z+ local DO_DOWNLOAD=true
2812024-05-15T23:57:13.892Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-05-15T23:57:13.892Z+ '[' true == true ']'
2832024-05-15T23:57:13.892Z+ echo Downloading...
2842024-05-15T23:57:13.892ZDownloading...
2852024-05-15T23:57:13.892Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-15T23:57:13.892Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-15T23:57:16.702Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-15T23:57:16.707Z++ sha256sum
2892024-05-15T23:57:16.707Z++ awk '{print $1}'
2902024-05-15T23:57:16.769Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2912024-05-15T23:57:16.769Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2922024-05-15T23:57:16.783Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-15T23:57:16.783Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-05-15T23:57:18.948Z+ do_assemble_illumos
2952024-05-15T23:57:18.948Z+ rm -r ./out/cockroachdb
2962024-05-15T23:57:18.956Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-05-15T23:57:19.371Z+ ./out/cockroachdb/bin/cockroach version
2982024-05-15T23:57:19.638ZBuild Tag: v22.1.9-dirty
2992024-05-15T23:57:19.638ZBuild Time: 2022/10/26 21:17:46
3002024-05-15T23:57:19.638ZDistribution: OSS
3012024-05-15T23:57:19.638ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-05-15T23:57:19.639ZGo Version: go1.17.13
3032024-05-15T23:57:19.639ZC Compiler: gcc 10.3.0
3042024-05-15T23:57:19.639ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-05-15T23:57:19.639ZBuild Type: release
3062024-05-15T23:57:19.647Z+ set -o errexit
3072024-05-15T23:57:19.647Z+++ dirname ./tools/ci_download_clickhouse
3082024-05-15T23:57:19.647Z++ cd ./tools
3092024-05-15T23:57:19.647Z++ pwd
3102024-05-15T23:57:19.647Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-05-15T23:57:19.653Z++ basename ./tools/ci_download_clickhouse
3122024-05-15T23:57:19.653Z+ ARG0=ci_download_clickhouse
3132024-05-15T23:57:19.653Z+ TARGET_DIR=out
3142024-05-15T23:57:19.653Z+ DOWNLOAD_DIR=out/downloads
3152024-05-15T23:57:19.653Z+ DEST_DIR=./out/clickhouse
3162024-05-15T23:57:19.653Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3172024-05-15T23:57:19.654Z+ CIDL_VERSION=v23.8.7.24
3182024-05-15T23:57:19.654Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192024-05-15T23:57:19.654Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3202024-05-15T23:57:19.654Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3212024-05-15T23:57:19.654Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3222024-05-15T23:57:19.654Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3232024-05-15T23:57:19.654Z+ main
3242024-05-15T23:57:19.654Z+ [[ 0 != 0 ]]
3252024-05-15T23:57:19.654Z+ CIDL_OS=solaris2.11
3262024-05-15T23:57:19.654Z+ [[ 0 != 0 ]]
3272024-05-15T23:57:19.654Z+ configure_os solaris2.11
3282024-05-15T23:57:19.654Z+ echo 'current directory: /work/oxidecomputer/omicron'
3292024-05-15T23:57:19.654Zcurrent directory: /work/oxidecomputer/omicron
3302024-05-15T23:57:19.654Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-05-15T23:57:19.654Z+ CIDL_DASHREV=
3322024-05-15T23:57:19.654Z+ case "$1" in
3332024-05-15T23:57:19.654Zconfiguring based on OS: "solaris2.11"
3342024-05-15T23:57:19.654Z+ CIDL_PLATFORM=illumos
3352024-05-15T23:57:19.654Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3362024-05-15T23:57:19.654Z+ CIDL_MD5FUNC=do_md5sum
3372024-05-15T23:57:19.654Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3382024-05-15T23:57:19.654Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3392024-05-15T23:57:19.655Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-15T23:57:19.655Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-15T23:57:19.655Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3422024-05-15T23:57:19.655ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3432024-05-15T23:57:19.655ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-15T23:57:19.655Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3452024-05-15T23:57:19.655Z+ mkdir -p out/downloads
3462024-05-15T23:57:19.681Z+ mkdir -p ./out/clickhouse
3472024-05-15T23:57:19.681Z+ local DO_DOWNLOAD=true
3482024-05-15T23:57:19.681Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3492024-05-15T23:57:19.681Z+ '[' true == true ']'
3502024-05-15T23:57:19.681Z+ echo Downloading...
3512024-05-15T23:57:19.681ZDownloading...
3522024-05-15T23:57:19.681Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-15T23:57:19.681Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-15T23:57:21.253Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-15T23:57:21.262Z++ md5sum
3562024-05-15T23:57:21.262Z++ awk '{print $1}'
3572024-05-15T23:57:21.590Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3582024-05-15T23:57:21.591Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3592024-05-15T23:57:21.598Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3602024-05-15T23:57:21.598Z+ mkdir -p ./out/clickhouse
3612024-05-15T23:57:21.598Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3622024-05-15T23:57:25.471Z+ [[ solaris2.11 == darwin* ]]
3632024-05-15T23:57:25.471Z+ ./out/clickhouse/clickhouse server --version
3642024-05-15T23:57:25.917ZClickHouse server version 23.8.7.1.
3652024-05-15T23:57:25.941Z+ set -o errexit
3662024-05-15T23:57:25.945Z+++ dirname ./tools/ci_download_console
3672024-05-15T23:57:25.945Z++ cd ./tools
3682024-05-15T23:57:25.945Z++ pwd
3692024-05-15T23:57:25.945Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3702024-05-15T23:57:25.946Z++ basename ./tools/ci_download_console
3712024-05-15T23:57:25.946Z+ ARG0=ci_download_console
3722024-05-15T23:57:25.946Z+ TARGET_DIR=out
3732024-05-15T23:57:25.946Z+ DOWNLOAD_DIR=out/downloads
3742024-05-15T23:57:25.946Z+ DEST_DIR=./out/console-assets
3752024-05-15T23:57:25.946Z+ source /work/oxidecomputer/omicron/tools/console_version
3762024-05-15T23:57:25.950Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3772024-05-15T23:57:25.950Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3782024-05-15T23:57:25.950Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3792024-05-15T23:57:25.950Z+ TARBALL_FILE=out/downloads/console.tar.gz
3802024-05-15T23:57:25.950Z+ main
3812024-05-15T23:57:25.950Z+ [[ 0 != 0 ]]
3822024-05-15T23:57:25.950Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3832024-05-15T23:57:25.950ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3842024-05-15T23:57:25.950Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-05-15T23:57:25.950ZLocal file: out/downloads/console.tar.gz
3862024-05-15T23:57:25.950Z+ local DO_DOWNLOAD=true
3872024-05-15T23:57:25.950Z+ [[ -f out/downloads/console.tar.gz ]]
3882024-05-15T23:57:25.950Z+ mkdir -p out/downloads
3892024-05-15T23:57:25.950Z+ '[' true == true ']'
3902024-05-15T23:57:25.950Z+ echo Downloading...
3912024-05-15T23:57:25.951ZDownloading...
3922024-05-15T23:57:25.951Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3932024-05-15T23:57:25.951Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3942024-05-15T23:57:26.759Z++ do_sha256sum out/downloads/console.tar.gz
3952024-05-15T23:57:26.776Z++ case "$OSTYPE" in
3962024-05-15T23:57:26.776Z++ SHA=sha256sum
3972024-05-15T23:57:26.776Z++ sha256sum
3982024-05-15T23:57:26.776Z++ awk '{print $1}'
3992024-05-15T23:57:26.777Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4002024-05-15T23:57:26.777Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4012024-05-15T23:57:26.777Z+ rm -rf ./out/console-assets
4022024-05-15T23:57:26.777Z+ mkdir -p ./out/console-assets
4032024-05-15T23:57:26.781Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4042024-05-15T23:57:26.781Z+ mkdir -p ./out/console-assets
4052024-05-15T23:57:26.781Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4062024-05-15T23:57:26.867Z+ set -o errexit
4072024-05-15T23:57:26.872Z+++ dirname ./tools/ci_download_dendrite_openapi
4082024-05-15T23:57:26.872Z++ cd ./tools
4092024-05-15T23:57:26.872Z++ pwd
4102024-05-15T23:57:26.872Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4112024-05-15T23:57:26.877Z++ basename ./tools/ci_download_dendrite_openapi
4122024-05-15T23:57:26.877Z+ ARG0=ci_download_dendrite_openapi
4132024-05-15T23:57:26.877Z+ TARGET_DIR=out
4142024-05-15T23:57:26.877Z+ DOWNLOAD_DIR=out/downloads
4152024-05-15T23:57:26.877Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4162024-05-15T23:57:26.877Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4172024-05-15T23:57:26.877Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4182024-05-15T23:57:26.877Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4192024-05-15T23:57:26.877Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4202024-05-15T23:57:26.877Z+ main
4212024-05-15T23:57:26.877Z+ [[ 0 != 0 ]]
4222024-05-15T23:57:26.877Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4232024-05-15T23:57:26.877ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4242024-05-15T23:57:26.877ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4252024-05-15T23:57:26.877Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4262024-05-15T23:57:26.878Z+ local DO_DOWNLOAD=true
4272024-05-15T23:57:26.878Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4282024-05-15T23:57:26.878Z+ mkdir -p out/downloads
4292024-05-15T23:57:26.878Z+ '[' true == true ']'
4302024-05-15T23:57:26.878Z+ echo Downloading...
4312024-05-15T23:57:26.878ZDownloading...
4322024-05-15T23:57:26.878Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4332024-05-15T23:57:26.878Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4342024-05-15T23:57:27.575Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4352024-05-15T23:57:27.575Z++ case "$OSTYPE" in
4362024-05-15T23:57:27.575Z++ SHA=sha256sum
4372024-05-15T23:57:27.601Z++ sha256sum
4382024-05-15T23:57:27.601Z++ awk '{print $1}'
4392024-05-15T23:57:27.601Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4402024-05-15T23:57:27.601Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4412024-05-15T23:57:27.602Z+ set -o errexit
4422024-05-15T23:57:27.602Z+++ dirname ./tools/ci_download_dendrite_stub
4432024-05-15T23:57:27.602Z++ cd ./tools
4442024-05-15T23:57:27.602Z++ pwd
4452024-05-15T23:57:27.602Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462024-05-15T23:57:27.603Z++ basename ./tools/ci_download_dendrite_stub
4472024-05-15T23:57:27.603Z+ ARG0=ci_download_dendrite_stub
4482024-05-15T23:57:27.603Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4492024-05-15T23:57:27.603Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4502024-05-15T23:57:27.604Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4512024-05-15T23:57:27.604Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4522024-05-15T23:57:27.604Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4532024-05-15T23:57:27.604Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4542024-05-15T23:57:27.604Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4552024-05-15T23:57:27.604Z+ TARGET_DIR=out
4562024-05-15T23:57:27.605Z+ DOWNLOAD_DIR=out/downloads
4572024-05-15T23:57:27.605Z+ DEST_DIR=./out/dendrite-stub
4582024-05-15T23:57:27.605Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4592024-05-15T23:57:27.605Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4602024-05-15T23:57:27.605Z+ REPO=oxidecomputer/dendrite
4612024-05-15T23:57:27.605Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4622024-05-15T23:57:27.605Z+ main
4632024-05-15T23:57:27.605Z+ [[ 0 != 0 ]]
4642024-05-15T23:57:27.606Z+ CIDL_OS=solaris2.11
4652024-05-15T23:57:27.606Z+ [[ 0 != 0 ]]
4662024-05-15T23:57:27.606Z+ configure_os solaris2.11
4672024-05-15T23:57:27.606Z+ echo 'current directory: /work/oxidecomputer/omicron'
4682024-05-15T23:57:27.606Zcurrent directory: /work/oxidecomputer/omicron
4692024-05-15T23:57:27.606Z+ echo 'configuring based on OS: "solaris2.11"'
4702024-05-15T23:57:27.607Z+ case "$1" in
4712024-05-15T23:57:27.607Zconfiguring based on OS: "solaris2.11"
4722024-05-15T23:57:27.607Z+ SET_BINARIES=
4732024-05-15T23:57:27.607Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4742024-05-15T23:57:27.607Z+ CIDL_SHA256FUNC=do_sha256sum
4752024-05-15T23:57:27.607Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4762024-05-15T23:57:27.607Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4772024-05-15T23:57:27.607Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4782024-05-15T23:57:27.607Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4792024-05-15T23:57:27.608ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4802024-05-15T23:57:27.608Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4812024-05-15T23:57:27.608Z+ mkdir -p out/downloads
4822024-05-15T23:57:27.608ZLocal file: out/downloads/dendrite-stub.tar.gz
4832024-05-15T23:57:27.617Z+ mkdir -p ./out/dendrite-stub
4842024-05-15T23:57:27.617Z+ fetch_and_verify
4852024-05-15T23:57:27.617Z+ local DO_DOWNLOAD=true
4862024-05-15T23:57:27.617Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4872024-05-15T23:57:27.618Z+ '[' true == true ']'
4882024-05-15T23:57:27.618Z+ echo Downloading...
4892024-05-15T23:57:27.618ZDownloading...
4902024-05-15T23:57:27.618Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4912024-05-15T23:57:27.618Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4922024-05-15T23:57:34.203Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4932024-05-15T23:57:34.207Z++ sha256sum
4942024-05-15T23:57:34.207Z++ awk '{print $1}'
4952024-05-15T23:57:34.227Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4962024-05-15T23:57:34.231Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
4972024-05-15T23:57:34.231Z+ do_untar out/downloads/dendrite-stub.tar.gz
4982024-05-15T23:57:34.231Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4992024-05-15T23:57:34.861Z+ do_assemble
5002024-05-15T23:57:34.862Z+ rm -r ./out/dendrite-stub
5012024-05-15T23:57:34.866Z+ mkdir ./out/dendrite-stub
5022024-05-15T23:57:34.870Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5032024-05-15T23:57:34.955Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5042024-05-15T23:57:34.965Z+ set -o errexit
5052024-05-15T23:57:34.969Z+++ dirname ./tools/ci_download_maghemite_mgd
5062024-05-15T23:57:34.969Z++ cd ./tools
5072024-05-15T23:57:34.973Z++ pwd
5082024-05-15T23:57:34.973Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092024-05-15T23:57:34.973Z++ basename ./tools/ci_download_maghemite_mgd
5102024-05-15T23:57:34.973Z+ ARG0=ci_download_maghemite_mgd
5112024-05-15T23:57:34.973Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5122024-05-15T23:57:34.973Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5132024-05-15T23:57:34.973Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5142024-05-15T23:57:34.973Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5152024-05-15T23:57:34.973Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5162024-05-15T23:57:34.973Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5172024-05-15T23:57:34.974Z+ TARGET_DIR=out
5182024-05-15T23:57:34.974Z+ DOWNLOAD_DIR=out/downloads
5192024-05-15T23:57:34.974Z+ DEST_DIR=./out/mgd
5202024-05-15T23:57:34.974Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5212024-05-15T23:57:34.974Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222024-05-15T23:57:34.974Z+ REPO=oxidecomputer/maghemite
5232024-05-15T23:57:34.974Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5242024-05-15T23:57:34.978Z+ main
5252024-05-15T23:57:34.978Z+ rm -rf out/downloads/root
5262024-05-15T23:57:34.981Z+ [[ 0 != 0 ]]
5272024-05-15T23:57:34.982Z+ CIDL_OS=solaris2.11
5282024-05-15T23:57:34.982Z+ [[ 0 != 0 ]]
5292024-05-15T23:57:34.982Z+ configure_os solaris2.11
5302024-05-15T23:57:34.982Z+ echo 'current directory: /work/oxidecomputer/omicron'
5312024-05-15T23:57:34.982Zcurrent directory: /work/oxidecomputer/omicron
5322024-05-15T23:57:34.982Z+ echo 'configuring based on OS: "solaris2.11"'
5332024-05-15T23:57:34.986Zconfiguring based on OS: "solaris2.11"
5342024-05-15T23:57:34.986Z+ case "$1" in
5352024-05-15T23:57:34.986Z+ SET_BINARIES=
5362024-05-15T23:57:34.986Z+ CIDL_SHA256FUNC=do_sha256sum
5372024-05-15T23:57:34.986Z+ TARBALL_FILENAME=mgd.tar.gz
5382024-05-15T23:57:34.986Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5392024-05-15T23:57:34.986Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5402024-05-15T23:57:34.986Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5412024-05-15T23:57:34.986ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5422024-05-15T23:57:34.986ZLocal file: out/downloads/mgd.tar.gz
5432024-05-15T23:57:34.986Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5442024-05-15T23:57:34.986Z+ mkdir -p out/downloads
5452024-05-15T23:57:34.987Z+ mkdir -p ./out/mgd
5462024-05-15T23:57:34.987Z+ fetch_and_verify
5472024-05-15T23:57:34.987Z+ local DO_DOWNLOAD=true
5482024-05-15T23:57:34.987Z+ [[ -f out/downloads/mgd.tar.gz ]]
5492024-05-15T23:57:34.991Z+ '[' true == true ']'
5502024-05-15T23:57:34.991Z+ echo Downloading...
5512024-05-15T23:57:34.991ZDownloading...
5522024-05-15T23:57:34.991Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5532024-05-15T23:57:34.991Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5542024-05-15T23:57:47.273Z++ do_sha256sum out/downloads/mgd.tar.gz
5552024-05-15T23:57:47.277Z++ sha256sum
5562024-05-15T23:57:47.277Z++ awk '{print $1}'
5572024-05-15T23:57:47.299Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5582024-05-15T23:57:47.303Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5592024-05-15T23:57:47.303Z+ do_untar out/downloads/mgd.tar.gz
5602024-05-15T23:57:47.303Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5612024-05-15T23:57:47.887Z+ do_assemble
5622024-05-15T23:57:47.887Z+ rm -r ./out/mgd
5632024-05-15T23:57:47.891Z+ mkdir ./out/mgd
5642024-05-15T23:57:47.895Z+ cp -r out/downloads/root ./out/mgd/root
5652024-05-15T23:57:47.974Z+ set -o errexit
5662024-05-15T23:57:47.980Z+++ dirname ./tools/ci_download_transceiver_control
5672024-05-15T23:57:47.980Z++ cd ./tools
5682024-05-15T23:57:47.980Z++ pwd
5692024-05-15T23:57:47.980Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5702024-05-15T23:57:47.988Z++ basename ./tools/ci_download_transceiver_control
5712024-05-15T23:57:47.989Z+ ARG0=ci_download_transceiver_control
5722024-05-15T23:57:47.989Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5732024-05-15T23:57:47.989Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5742024-05-15T23:57:47.989Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5752024-05-15T23:57:47.989Z+ TARGET_DIR=out
5762024-05-15T23:57:47.989Z+ DOWNLOAD_DIR=out/downloads
5772024-05-15T23:57:47.989Z+ DEST_DIR=./out/transceiver-control
5782024-05-15T23:57:47.989Z+ BIN_DIR=/opt/oxide/bin
5792024-05-15T23:57:47.989Z+ BINARY=xcvradm
5802024-05-15T23:57:47.989Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5812024-05-15T23:57:47.989Z+ REPO=oxidecomputer/transceiver-control
5822024-05-15T23:57:47.990Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5832024-05-15T23:57:47.990Z+ main
5842024-05-15T23:57:47.990Z+ [[ 0 != 0 ]]
5852024-05-15T23:57:47.990Z+ CIDL_OS=solaris2.11
5862024-05-15T23:57:47.990Z+ [[ 0 != 0 ]]
5872024-05-15T23:57:47.990Z+ configure_os solaris2.11
5882024-05-15T23:57:47.990Z+ echo 'current directory: /work/oxidecomputer/omicron'
5892024-05-15T23:57:47.990Zcurrent directory: /work/oxidecomputer/omicron
5902024-05-15T23:57:47.990Z+ echo 'configuring based on OS: "solaris2.11"'
5912024-05-15T23:57:47.990Zconfiguring based on OS: "solaris2.11"
5922024-05-15T23:57:47.990Z+ case "$1" in
5932024-05-15T23:57:47.991Z+ SET_BINARIES=
5942024-05-15T23:57:47.991Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5952024-05-15T23:57:47.991Z+ CIDL_SHA256FUNC=do_sha256sum
5962024-05-15T23:57:47.991Z+ ARCHIVE_FILENAME=xcvradm.gz
5972024-05-15T23:57:47.991Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5982024-05-15T23:57:47.991Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5992024-05-15T23:57:47.991ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6002024-05-15T23:57:47.991Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6012024-05-15T23:57:47.991Z+ echo 'Local file: out/downloads/xcvradm.gz'
6022024-05-15T23:57:47.991ZLocal file: out/downloads/xcvradm.gz
6032024-05-15T23:57:47.991Z+ mkdir -p out/downloads
6042024-05-15T23:57:47.991Z+ mkdir -p ./out/transceiver-control
6052024-05-15T23:57:47.997Z+ fetch_and_verify
6062024-05-15T23:57:47.997Z+ local DO_DOWNLOAD=true
6072024-05-15T23:57:47.997Z+ [[ -f out/downloads/xcvradm.gz ]]
6082024-05-15T23:57:47.997Z+ '[' true == true ']'
6092024-05-15T23:57:47.997Z+ echo Downloading...
6102024-05-15T23:57:47.997ZDownloading...
6112024-05-15T23:57:47.997Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6122024-05-15T23:57:47.997Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6132024-05-15T23:57:50.113Z++ do_sha256sum out/downloads/xcvradm.gz
6142024-05-15T23:57:50.135Z++ sha256sum
6152024-05-15T23:57:50.135Z++ awk '{print $1}'
6162024-05-15T23:57:50.136Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6172024-05-15T23:57:50.136Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6182024-05-15T23:57:50.136Z+ do_unpack out/downloads/xcvradm.gz
6192024-05-15T23:57:50.136Z+ mkdir -p out/downloads/root//opt/oxide/bin
6202024-05-15T23:57:50.136Z+ gzip -dc out/downloads/xcvradm.gz
6212024-05-15T23:57:50.240Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6222024-05-15T23:57:50.244Z+ do_assemble
6232024-05-15T23:57:50.244Z+ rm -r ./out/transceiver-control
6242024-05-15T23:57:50.244Z+ mkdir ./out/transceiver-control
6252024-05-15T23:57:50.248Z+ cp -r out/downloads/root ./out/transceiver-control/root
6262024-05-15T23:57:50.341Z+ set -o errexit
6272024-05-15T23:57:50.345Z+++ dirname ./tools/ci_download_thundermuffin
6282024-05-15T23:57:50.345Z++ cd ./tools
6292024-05-15T23:57:50.345Z++ pwd
6302024-05-15T23:57:50.345Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312024-05-15T23:57:50.349Z++ basename ./tools/ci_download_thundermuffin
6322024-05-15T23:57:50.349Z+ ARG0=ci_download_thundermuffin
6332024-05-15T23:57:50.349Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6342024-05-15T23:57:50.350Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6352024-05-15T23:57:50.350Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6362024-05-15T23:57:50.350Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6372024-05-15T23:57:50.350Z+ TARGET_DIR=out
6382024-05-15T23:57:50.350Z+ DOWNLOAD_DIR=out/downloads
6392024-05-15T23:57:50.350Z+ DEST_DIR=./out/thundermuffin
6402024-05-15T23:57:50.350Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6412024-05-15T23:57:50.350Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422024-05-15T23:57:50.350Z+ REPO=oxidecomputer/thundermuffin
6432024-05-15T23:57:50.350Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6442024-05-15T23:57:50.350Z+ main
6452024-05-15T23:57:50.350Z+ rm -rf out/downloads/root
6462024-05-15T23:57:50.360Z+ [[ 0 != 0 ]]
6472024-05-15T23:57:50.360Z+ CIDL_OS=solaris2.11
6482024-05-15T23:57:50.368Z+ [[ 0 != 0 ]]
6492024-05-15T23:57:50.368Z+ configure_os solaris2.11
6502024-05-15T23:57:50.368Z+ echo 'current directory: /work/oxidecomputer/omicron'
6512024-05-15T23:57:50.368Zcurrent directory: /work/oxidecomputer/omicron
6522024-05-15T23:57:50.368Z+ echo 'configuring based on OS: "solaris2.11"'
6532024-05-15T23:57:50.368Z+ case "$1" in
6542024-05-15T23:57:50.368Z+ SET_BINARIES=
6552024-05-15T23:57:50.368Zconfiguring based on OS: "solaris2.11"
6562024-05-15T23:57:50.368Z+ CIDL_SHA256FUNC=do_sha256sum
6572024-05-15T23:57:50.368Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6582024-05-15T23:57:50.368Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6592024-05-15T23:57:50.368Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6602024-05-15T23:57:50.368Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6612024-05-15T23:57:50.368ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6622024-05-15T23:57:50.368Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6632024-05-15T23:57:50.368Z+ mkdir -p out/downloads
6642024-05-15T23:57:50.368ZLocal file: out/downloads/thundermuffin.tar.gz
6652024-05-15T23:57:50.368Z+ mkdir -p ./out/thundermuffin
6662024-05-15T23:57:50.368Z+ fetch_and_verify
6672024-05-15T23:57:50.368Z+ local DO_DOWNLOAD=true
6682024-05-15T23:57:50.368Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6692024-05-15T23:57:50.368Z+ '[' true == true ']'
6702024-05-15T23:57:50.369Z+ echo Downloading...
6712024-05-15T23:57:50.369ZDownloading...
6722024-05-15T23:57:50.369Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6732024-05-15T23:57:50.369Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6742024-05-15T23:57:51.436Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6752024-05-15T23:57:51.457Z++ sha256sum
6762024-05-15T23:57:51.457Z++ awk '{print $1}'
6772024-05-15T23:57:51.457Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6782024-05-15T23:57:51.457Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6792024-05-15T23:57:51.457Z+ do_untar out/downloads/thundermuffin.tar.gz
6802024-05-15T23:57:51.457Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6812024-05-15T23:57:51.500Z+ do_assemble
6822024-05-15T23:57:51.500Z+ rm -r ./out/thundermuffin
6832024-05-15T23:57:51.503Z+ mkdir ./out/thundermuffin
6842024-05-15T23:57:51.507Z+ cp -r out/downloads/root ./out/thundermuffin/root
6852024-05-15T23:57:51.515ZAll prerequisites installed successfully
6862024-05-15T23:57:51.519Z
6872024-05-15T23:57:51.519Zreal 1:47.500208457
6882024-05-15T23:57:51.520Zuser 37.873008680
6892024-05-15T23:57:51.520Zsys 6.990824973
6902024-05-15T23:57:51.520Ztrap 0.009253813
6912024-05-15T23:57:51.520Ztflt 0.128855930
6922024-05-15T23:57:51.520Zdflt 0.171332612
6932024-05-15T23:57:51.520Zkflt 0.172080713
6942024-05-15T23:57:51.520Zlock 1.887059095
6952024-05-15T23:57:51.520Zslp 3:34.669395491
6962024-05-15T23:57:51.520Zlat 1.979126805
6972024-05-15T23:57:51.520Zstop 0.142544152
6982024-05-15T23:57:51.520Z+ ptime -m ./tools/ci_download_softnpu_machinery
6992024-05-15T23:57:51.527Zfetching npuzone
7002024-05-15T23:57:51.534ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7012024-05-15T23:57:51.534Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7022024-05-15T23:57:51.534ZGetting hash for npuzone
7032024-05-15T23:57:51.624Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7042024-05-15T23:57:59.207Znpuzone downloaded successfully
7052024-05-15T23:57:59.220Z
7062024-05-15T23:57:59.220Zreal 7.689860678
7072024-05-15T23:57:59.221Zuser 0.260355278
7082024-05-15T23:57:59.221Zsys 0.100060145
7092024-05-15T23:57:59.221Ztrap 0.000027392
7102024-05-15T23:57:59.221Ztflt 0.000000000
7112024-05-15T23:57:59.221Zdflt 0.000000000
7122024-05-15T23:57:59.222Zkflt 0.000000000
7132024-05-15T23:57:59.222Zlock 0.000000000
7142024-05-15T23:57:59.222Zslp 22.602140036
7152024-05-15T23:57:59.222Zlat 0.074192551
7162024-05-15T23:57:59.222Zstop 0.000194791
7172024-05-15T23:57:59.222Z+ export CARGO_INCREMENTAL=0
7182024-05-15T23:57:59.223Z+ CARGO_INCREMENTAL=0
7192024-05-15T23:57:59.223Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7202024-05-15T23:57:59.435Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7212024-05-15T23:57:59.864Z Updating git repository `https://github.com/oxidecomputer/zone`
7222024-05-15T23:58:00.232Z Updating crates.io index
7232024-05-15T23:58:00.325Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242024-05-15T23:58:01.038Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7252024-05-15T23:58:01.807Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-05-15T23:58:03.720Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-05-15T23:58:04.056Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-05-15T23:58:04.449Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-05-15T23:58:05.577Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-05-15T23:58:07.270Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-05-15T23:58:08.203Z Updating git repository `https://github.com/oxidecomputer/falcon`
7322024-05-15T23:58:08.992Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-05-15T23:58:09.618Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-05-15T23:58:10.030Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7352024-05-15T23:58:10.461Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7362024-05-15T23:58:10.929Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372024-05-15T23:58:11.358Z Updating git repository `http://github.com/oxidecomputer/tofino`
7382024-05-15T23:58:11.818Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7392024-05-15T23:58:12.199Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7402024-05-15T23:58:12.497Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7412024-05-15T23:58:12.822Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-05-15T23:58:13.130Z Updating git repository `https://github.com/oxidecomputer/ispf`
7432024-05-15T23:58:13.519Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7442024-05-15T23:58:13.932Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7452024-05-15T23:58:14.574Z Updating git repository `https://github.com/jgallagher/nix`
7462024-05-15T23:58:15.545Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7472024-05-15T23:58:15.820Z Updating git repository `https://github.com/cbiffle/hubpack`
7482024-05-15T23:58:16.130Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-05-15T23:58:16.607Z Updating git repository `https://github.com/oxidecomputer/typify`
7502024-05-15T23:58:18.939Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7512024-05-15T23:58:19.286Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7522024-05-15T23:58:19.558Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7532024-05-15T23:58:20.078Z Updating git repository `https://github.com/oxidecomputer/rfb`
7542024-05-15T23:58:21.137Z Downloading crates ...
7552024-05-15T23:58:21.230Z Downloaded adler v1.0.2
7562024-05-15T23:58:21.244Z Downloaded aead v0.5.2
7572024-05-15T23:58:21.253Z Downloaded aho-corasick v1.1.2
7582024-05-15T23:58:21.260Z Downloaded ahash v0.8.8
7592024-05-15T23:58:21.260Z Downloaded addr2line v0.21.0
7602024-05-15T23:58:21.274Z Downloaded heapless v0.7.16
7612024-05-15T23:58:21.274Z Downloaded crossbeam-deque v0.8.3
7622024-05-15T23:58:21.274Z Downloaded heck v0.4.1
7632024-05-15T23:58:21.274Z Downloaded colorchoice v1.0.0
7642024-05-15T23:58:21.274Z Downloaded http-body v0.4.5
7652024-05-15T23:58:21.281Z Downloaded cargo-platform v0.1.3
7662024-05-15T23:58:21.281Z Downloaded console v0.15.8
7672024-05-15T23:58:21.281Z Downloaded cancel-safe-futures v0.1.5
7682024-05-15T23:58:21.281Z Downloaded headers v0.3.9
7692024-05-15T23:58:21.285Z Downloaded http-range v0.1.5
7702024-05-15T23:58:21.285Z Downloaded heapless v0.8.0
7712024-05-15T23:58:21.289Z Downloaded bytes v1.6.0
7722024-05-15T23:58:21.292Z Downloaded httpdate v1.0.3
7732024-05-15T23:58:21.292Z Downloaded colored v2.1.0
7742024-05-15T23:58:21.296Z Downloaded headers-core v0.2.0
7752024-05-15T23:58:21.296Z Downloaded hostname v0.4.0
7762024-05-15T23:58:21.296Z Downloaded home v0.5.5
7772024-05-15T23:58:21.300Z Downloaded hashbrown v0.13.2
7782024-05-15T23:58:21.304Z Downloaded cipher v0.4.4
7792024-05-15T23:58:21.304Z Downloaded hubpack v0.1.2
7802024-05-15T23:58:21.304Z Downloaded hex v0.4.3
7812024-05-15T23:58:21.308Z Downloaded crc32fast v1.3.2
7822024-05-15T23:58:21.308Z Downloaded hmac v0.12.1
7832024-05-15T23:58:21.312Z Downloaded httparse v1.8.0
7842024-05-15T23:58:21.317Z Downloaded http v1.0.0
7852024-05-15T23:58:21.322Z Downloaded hashbrown v0.14.3
7862024-05-15T23:58:21.326Z Downloaded hkdf v0.12.4
7872024-05-15T23:58:21.326Z Downloaded hubpack_derive v0.1.1
7882024-05-15T23:58:21.326Z Downloaded newline-converter v0.3.0
7892024-05-15T23:58:21.330Z Downloaded ciborium-io v0.2.2
7902024-05-15T23:58:21.330Z Downloaded bitstruct v0.1.1
7912024-05-15T23:58:21.330Z Downloaded atty v0.2.14
7922024-05-15T23:58:21.337Z Downloaded http v0.2.12
7932024-05-15T23:58:21.341Z Downloaded nodrop v0.1.14
7942024-05-15T23:58:21.341Z Downloaded cfg_aliases v0.1.1
7952024-05-15T23:58:21.341Z Downloaded newtype_derive v0.1.6
7962024-05-15T23:58:21.341Z Downloaded matches v0.1.10
7972024-05-15T23:58:21.341Z Downloaded instant v0.1.12
7982024-05-15T23:58:21.348Z Downloaded crc-catalog v2.2.0
7992024-05-15T23:58:21.348Z Downloaded convert_case v0.4.0
8002024-05-15T23:58:21.348Z Downloaded ciborium-ll v0.2.2
8012024-05-15T23:58:21.352Z Downloaded match_cfg v0.1.0
8022024-05-15T23:58:21.352Z Downloaded bytecount v0.6.3
8032024-05-15T23:58:21.352Z Downloaded is_ci v1.2.0
8042024-05-15T23:58:21.364Z Downloaded serde-big-array v0.5.1
8052024-05-15T23:58:21.370Z Downloaded cfg-if v1.0.0
8062024-05-15T23:58:21.370Z Downloaded cassowary v0.3.0
8072024-05-15T23:58:21.370Z Downloaded bcs v0.1.6
8082024-05-15T23:58:21.376Z Downloaded constant_time_eq v0.3.0
8092024-05-15T23:58:21.376Z Downloaded sigpipe v0.1.3
8102024-05-15T23:58:21.376Z Downloaded scroll_derive v0.12.0
8112024-05-15T23:58:21.377Z Downloaded new_debug_unreachable v1.0.4
8122024-05-15T23:58:21.380Z Downloaded impl-trait-for-tuples v0.2.2
8132024-05-15T23:58:21.380Z Downloaded castaway v0.2.2
8142024-05-15T23:58:21.380Z Downloaded nibble_vec v0.1.0
8152024-05-15T23:58:21.384Z Downloaded newtype-uuid v1.1.0
8162024-05-15T23:58:21.384Z Downloaded mime v0.3.17
8172024-05-15T23:58:21.384Z Downloaded managed v0.8.0
8182024-05-15T23:58:21.384Z Downloaded atomic-waker v1.1.1
8192024-05-15T23:58:21.388Z Downloaded termtree v0.4.1
8202024-05-15T23:58:21.388Z Downloaded maybe-uninit v2.0.0
8212024-05-15T23:58:21.388Z Downloaded linear-map v1.2.0
8222024-05-15T23:58:21.392Z Downloaded signal-hook-tokio v0.3.1
8232024-05-15T23:58:21.392Z Downloaded nanorand v0.7.0
8242024-05-15T23:58:21.396Z Downloaded libefi-sys v0.1.0
8252024-05-15T23:58:21.396Z Downloaded itoa v1.0.9
8262024-05-15T23:58:21.396Z Downloaded lazycell v1.3.0
8272024-05-15T23:58:21.402Z Downloaded kstat-rs v0.2.3
8282024-05-15T23:58:21.402Z Downloaded cexpr v0.6.0
8292024-05-15T23:58:21.406Z Downloaded multimap v0.10.0
8302024-05-15T23:58:21.406Z Downloaded indoc v1.0.9
8312024-05-15T23:58:21.406Z Downloaded corncobs v0.1.3
8322024-05-15T23:58:21.406Z Downloaded resolv-conf v0.7.0
8332024-05-15T23:58:21.410Z Downloaded vte_generate_state_changes v0.1.1
8342024-05-15T23:58:21.410Z Downloaded serde_spanned v0.6.5
8352024-05-15T23:58:21.410Z Downloaded mockall v0.12.1
8362024-05-15T23:58:21.417Z Downloaded memmap2 v0.7.1
8372024-05-15T23:58:21.417Z Downloaded signature v2.1.0
8382024-05-15T23:58:21.421Z Downloaded supports-color v3.0.0
8392024-05-15T23:58:21.421Z Downloaded shell-words v1.1.0
8402024-05-15T23:58:21.421Z Downloaded scroll v0.12.0
8412024-05-15T23:58:21.421Z Downloaded mime_guess v2.0.4
8422024-05-15T23:58:21.421Z Downloaded bzip2 v0.4.4
8432024-05-15T23:58:21.425Z Downloaded synstructure v0.12.6
8442024-05-15T23:58:21.425Z Downloaded stringprep v0.1.3
8452024-05-15T23:58:21.429Z Downloaded string_cache v0.8.7
8462024-05-15T23:58:21.429Z Downloaded derive_builder_macro v0.20.0
8472024-05-15T23:58:21.429Z Downloaded arrayvec v0.7.4
8482024-05-15T23:58:21.433Z Downloaded time-core v0.1.2
8492024-05-15T23:58:21.433Z Downloaded lock_api v0.4.10
8502024-05-15T23:58:21.437Z Downloaded backoff v0.4.0
8512024-05-15T23:58:21.437Z Downloaded toml_datetime v0.6.5
8522024-05-15T23:58:21.441Z Downloaded native-tls v0.2.11
8532024-05-15T23:58:21.441Z Downloaded multer v3.1.0
8542024-05-15T23:58:21.444Z Downloaded anstream v0.6.11
8552024-05-15T23:58:21.444Z Downloaded universal-hash v0.5.1
8562024-05-15T23:58:21.448Z Downloaded unicase v2.7.0
8572024-05-15T23:58:21.448Z Downloaded nu-ansi-term v0.50.0
8582024-05-15T23:58:21.452Z Downloaded phf_shared v0.11.2
8592024-05-15T23:58:21.452Z Downloaded phf_shared v0.10.0
8602024-05-15T23:58:21.453Z Downloaded fxhash v0.2.1
8612024-05-15T23:58:21.453Z Downloaded peeking_take_while v0.1.2
8622024-05-15T23:58:21.457Z Downloaded path-slash v0.1.5
8632024-05-15T23:58:21.457Z Downloaded cookie_store v0.20.0
8642024-05-15T23:58:21.457Z Downloaded wait-timeout v0.2.0
8652024-05-15T23:58:21.460Z Downloaded snafu-derive v0.8.2
8662024-05-15T23:58:21.460Z Downloaded precomputed-hash v0.1.1
8672024-05-15T23:58:21.460Z Downloaded futures-macro v0.3.30
8682024-05-15T23:58:21.464Z Downloaded usdt-impl v0.5.0
8692024-05-15T23:58:21.464Z Downloaded rustls-pemfile v2.1.2
8702024-05-15T23:58:21.468Z Downloaded cookie v0.18.1
8712024-05-15T23:58:21.468Z Downloaded defmt-macros v0.3.6
8722024-05-15T23:58:21.472Z Downloaded serde-big-array v0.4.1
8732024-05-15T23:58:21.476Z Downloaded blake2 v0.10.6
8742024-05-15T23:58:21.476Z Downloaded tempfile v3.10.1
8752024-05-15T23:58:21.480Z Downloaded miniz_oxide v0.7.1
8762024-05-15T23:58:21.480Z Downloaded tracing-attributes v0.1.27
8772024-05-15T23:58:21.483Z Downloaded time-macros v0.2.17
8782024-05-15T23:58:21.487Z Downloaded bitflags v2.4.2
8792024-05-15T23:58:21.494Z Downloaded toolchain_find v0.4.0
8802024-05-15T23:58:21.494Z Downloaded tokio-tungstenite v0.20.1
8812024-05-15T23:58:21.494Z Downloaded fixedbitset v0.4.2
8822024-05-15T23:58:21.499Z Downloaded ff v0.13.0
8832024-05-15T23:58:21.499Z Downloaded fd-lock v4.0.2
8842024-05-15T23:58:21.499Z Downloaded want v0.3.1
8852024-05-15T23:58:21.499Z Downloaded futures-task v0.3.30
8862024-05-15T23:58:21.502Z Downloaded funty v2.0.0
8872024-05-15T23:58:21.503Z Downloaded futures-sink v0.3.30
8882024-05-15T23:58:21.503Z Downloaded futures-executor v0.3.30
8892024-05-15T23:58:21.507Z Downloaded gethostname v0.4.3
8902024-05-15T23:58:21.507Z Downloaded mockall_derive v0.12.1
8912024-05-15T23:58:21.507Z Downloaded generic-array v0.14.7
8922024-05-15T23:58:21.511Z Downloaded rand_core v0.6.4
8932024-05-15T23:58:21.511Z Downloaded vte v0.11.1
8942024-05-15T23:58:21.514Z Downloaded futures-io v0.3.30
8952024-05-15T23:58:21.514Z Downloaded usdt v0.3.5
8962024-05-15T23:58:21.514Z Downloaded rand_chacha v0.3.1
8972024-05-15T23:58:21.514Z Downloaded filetime v0.2.23
8982024-05-15T23:58:21.518Z Downloaded log v0.4.21
8992024-05-15T23:58:21.522Z Downloaded predicates v3.1.0
9002024-05-15T23:58:21.522Z Downloaded portpicker v0.1.1
9012024-05-15T23:58:21.522Z Downloaded scheduled-thread-pool v0.2.7
9022024-05-15T23:58:21.526Z Downloaded oso-derive v0.27.3
9032024-05-15T23:58:21.526Z Downloaded ref-cast-impl v1.0.23
9042024-05-15T23:58:21.526Z Downloaded erased-serde v0.3.31
9052024-05-15T23:58:21.530Z Downloaded serde_arrays v0.1.0
9062024-05-15T23:58:21.530Z Downloaded derive_builder_core v0.20.0
9072024-05-15T23:58:21.534Z Downloaded derive_builder v0.20.0
9082024-05-15T23:58:21.538Z Downloaded spin v0.5.2
9092024-05-15T23:58:21.538Z Downloaded smf v0.2.3
9102024-05-15T23:58:21.539Z Downloaded sqlformat v0.2.3
9112024-05-15T23:58:21.543Z Downloaded spki v0.7.2
9122024-05-15T23:58:21.543Z Downloaded smawk v0.3.1
9132024-05-15T23:58:21.546Z Downloaded tokio-macros v2.2.0
9142024-05-15T23:58:21.547Z Downloaded chacha20poly1305 v0.10.1
9152024-05-15T23:58:21.547Z Downloaded unicode-linebreak v0.1.5
9162024-05-15T23:58:21.550Z Downloaded futures-core v0.3.30
9172024-05-15T23:58:21.551Z Downloaded indexmap v1.9.3
9182024-05-15T23:58:21.555Z Downloaded version_check v0.9.4
9192024-05-15T23:58:21.555Z Downloaded sqlparser_derive v0.2.2
9202024-05-15T23:58:21.555Z Downloaded getrandom v0.2.12
9212024-05-15T23:58:21.561Z Downloaded sync_wrapper v0.1.2
9222024-05-15T23:58:21.565Z Downloaded defmt-parser v0.3.3
9232024-05-15T23:58:21.565Z Downloaded debug-ignore v1.0.5
9242024-05-15T23:58:21.565Z Downloaded flagset v0.4.3
9252024-05-15T23:58:21.565Z Downloaded pin-project-internal v1.1.3
9262024-05-15T23:58:21.565Z Downloaded foreign-types-macros v0.2.3
9272024-05-15T23:58:21.569Z Downloaded foreign-types v0.5.0
9282024-05-15T23:58:21.569Z Downloaded postgres-types v0.2.6
9292024-05-15T23:58:21.569Z Downloaded usdt-attr-macro v0.3.5
9302024-05-15T23:58:21.573Z Downloaded unarray v0.1.4
9312024-05-15T23:58:21.573Z Downloaded percent-encoding v2.3.1
9322024-05-15T23:58:21.573Z Downloaded cc v1.0.83
9332024-05-15T23:58:21.577Z Downloaded hash32 v0.2.1
9342024-05-15T23:58:21.577Z Downloaded radium v0.7.0
9352024-05-15T23:58:21.581Z Downloaded derive_more v0.99.17
9362024-05-15T23:58:21.585Z Downloaded toml v0.8.12
9372024-05-15T23:58:21.588Z Downloaded smallvec v1.13.1
9382024-05-15T23:58:21.592Z Downloaded slog-term v2.9.1
9392024-05-15T23:58:21.592Z Downloaded darling_macro v0.20.8
9402024-05-15T23:58:21.596Z Downloaded thiserror-impl-no-std v2.0.2
9412024-05-15T23:58:21.596Z Downloaded signal-hook-mio v0.2.3
9422024-05-15T23:58:21.597Z Downloaded serde_path_to_error v0.1.16
9432024-05-15T23:58:21.601Z Downloaded rusty-fork v0.3.0
9442024-05-15T23:58:21.601Z Downloaded diesel_table_macro_syntax v0.1.0
9452024-05-15T23:58:21.601Z Downloaded slog-async v2.8.0
9462024-05-15T23:58:21.605Z Downloaded paste v1.0.15
9472024-05-15T23:58:21.605Z Downloaded futures v0.3.30
9482024-05-15T23:58:21.609Z Downloaded defmt v0.3.5
9492024-05-15T23:58:21.613Z Downloaded slog-scope v4.4.0
9502024-05-15T23:58:21.617Z Downloaded tokio-native-tls v0.3.1
9512024-05-15T23:58:21.617Z Downloaded owo-colors v4.0.0
9522024-05-15T23:58:21.624Z Downloaded slog-stdlog v4.1.1
9532024-05-15T23:58:21.624Z Downloaded thread-id v4.2.0
9542024-05-15T23:58:21.628Z Downloaded base64 v0.22.1
9552024-05-15T23:58:21.628Z Downloaded base64 v0.21.7
9562024-05-15T23:58:21.631Z Downloaded zeroize v1.7.0
9572024-05-15T23:58:21.631Z Downloaded serde_derive v1.0.201
9582024-05-15T23:58:21.635Z Downloaded proc-macro-error v1.0.4
9592024-05-15T23:58:21.639Z Downloaded take_mut v0.2.2
9602024-05-15T23:58:21.639Z Downloaded socket2 v0.4.9
9612024-05-15T23:58:21.643Z Downloaded backtrace v0.3.69
9622024-05-15T23:58:21.647Z Downloaded crucible-workspace-hack v0.1.0
9632024-05-15T23:58:21.647Z Downloaded zone_cfg_derive v0.1.2
9642024-05-15T23:58:21.647Z Downloaded utf8parse v0.2.1
9652024-05-15T23:58:21.651Z Downloaded mio v0.8.11
9662024-05-15T23:58:21.655Z Downloaded deranged v0.3.11
9672024-05-15T23:58:21.655Z Downloaded data-encoding v2.4.0
9682024-05-15T23:58:21.659Z Downloaded toml v0.5.11
9692024-05-15T23:58:21.659Z Downloaded dtrace-parser v0.2.0
9702024-05-15T23:58:21.663Z Downloaded float-cmp v0.9.0
9712024-05-15T23:58:21.663Z Downloaded der_derive v0.7.2
9722024-05-15T23:58:21.663Z Downloaded vsss-rs v3.3.4
9732024-05-15T23:58:21.667Z Downloaded parse-size v1.0.0
9742024-05-15T23:58:21.667Z Downloaded dtrace-parser v0.1.14
9752024-05-15T23:58:21.667Z Downloaded r2d2 v0.8.10
9762024-05-15T23:58:21.671Z Downloaded minimal-lexical v0.2.1
9772024-05-15T23:58:21.677Z Downloaded rustc-hash v1.1.0
9782024-05-15T23:58:21.677Z Downloaded parse-display v0.9.0
9792024-05-15T23:58:21.699Z Downloaded pin-project v1.1.3
9802024-05-15T23:58:21.714Z Downloaded stability v0.2.0
9812024-05-15T23:58:21.714Z Downloaded structmeta-derive v0.2.0
9822024-05-15T23:58:21.714Z Downloaded structmeta v0.3.0
9832024-05-15T23:58:21.715Z Downloaded shlex v1.3.0
9842024-05-15T23:58:21.715Z Downloaded schemars_derive v0.8.17
9852024-05-15T23:58:21.715Z Downloaded untrusted v0.9.0
9862024-05-15T23:58:21.715Z Downloaded socket2 v0.5.6
9872024-05-15T23:58:21.715Z Downloaded similar v2.4.0
9882024-05-15T23:58:21.715Z Downloaded endian-type v0.1.2
9892024-05-15T23:58:21.715Z Downloaded uzers v0.11.3
9902024-05-15T23:58:21.715Z Downloaded try-lock v0.2.4
9912024-05-15T23:58:21.715Z Downloaded thiserror-no-std v2.0.2
9922024-05-15T23:58:21.719Z Downloaded num_threads v0.1.6
9932024-05-15T23:58:21.719Z Downloaded num v0.4.3
9942024-05-15T23:58:21.719Z Downloaded equivalent v1.0.1
9952024-05-15T23:58:21.719Z Downloaded zone v0.1.8
9962024-05-15T23:58:21.719Z Downloaded parking_lot v0.11.2
9972024-05-15T23:58:21.719Z Downloaded either v1.11.0
9982024-05-15T23:58:21.719Z Downloaded ena v0.14.2
9992024-05-15T23:58:21.719Z Downloaded num_cpus v1.16.0
10002024-05-15T23:58:21.723Z Downloaded ed25519 v1.5.3
10012024-05-15T23:58:21.723Z Downloaded plain v0.2.3
10022024-05-15T23:58:21.727Z Downloaded poly1305 v0.8.0
10032024-05-15T23:58:21.727Z Downloaded half v2.3.1
10042024-05-15T23:58:21.731Z Downloaded tinyvec_macros v0.1.1
10052024-05-15T23:58:21.731Z Downloaded strum v0.26.2
10062024-05-15T23:58:21.735Z Downloaded parse-display-derive v0.9.0
10072024-05-15T23:58:21.735Z Downloaded parking_lot_core v0.8.6
10082024-05-15T23:58:21.740Z Downloaded openssl-sys v0.9.102
10092024-05-15T23:58:21.744Z Downloaded strip-ansi-escapes v0.2.0
10102024-05-15T23:58:21.744Z Downloaded stable_deref_trait v1.2.0
10112024-05-15T23:58:21.744Z Downloaded slog-json v2.6.1
10122024-05-15T23:58:21.748Z Downloaded sha2 v0.10.8
10132024-05-15T23:58:21.748Z Downloaded crossbeam-utils v0.8.19
10142024-05-15T23:58:21.752Z Downloaded serde v1.0.201
10152024-05-15T23:58:21.757Z Downloaded foreign-types-shared v0.3.1
10162024-05-15T23:58:21.757Z Downloaded foreign-types-shared v0.1.1
10172024-05-15T23:58:21.757Z Downloaded foreign-types v0.3.2
10182024-05-15T23:58:21.761Z Downloaded dirs-next v2.0.0
10192024-05-15T23:58:21.761Z Downloaded openssl-macros v0.1.1
10202024-05-15T23:58:21.761Z Downloaded num_enum_derive v0.5.11
10212024-05-15T23:58:21.761Z Downloaded unicode_categories v0.1.1
10222024-05-15T23:58:21.765Z Downloaded enum-as-inner v0.5.1
10232024-05-15T23:58:21.765Z Downloaded ryu v1.0.15
10242024-05-15T23:58:21.768Z Downloaded der v0.7.8
10252024-05-15T23:58:21.772Z Downloaded pem v3.0.4
10262024-05-15T23:58:21.777Z Downloaded num_enum v0.5.11
10272024-05-15T23:58:21.781Z Downloaded pkg-config v0.3.27
10282024-05-15T23:58:21.781Z Downloaded platforms v3.0.2
10292024-05-15T23:58:21.781Z Downloaded packed_struct_codegen v0.10.1
10302024-05-15T23:58:21.785Z Downloaded structmeta v0.2.0
10312024-05-15T23:58:21.785Z Downloaded sha1 v0.10.6
10322024-05-15T23:58:21.785Z Downloaded structmeta-derive v0.3.0
10332024-05-15T23:58:21.789Z Downloaded serde_repr v0.1.16
10342024-05-15T23:58:21.789Z Downloaded tiny-keccak v2.0.2
10352024-05-15T23:58:21.795Z Downloaded signal-hook-registry v1.4.1
10362024-05-15T23:58:21.795Z Downloaded password-hash v0.5.0
10372024-05-15T23:58:21.802Z Downloaded psl-types v2.0.11
10382024-05-15T23:58:21.802Z Downloaded papergrid v0.11.0
10392024-05-15T23:58:21.806Z Downloaded downcast v0.11.0
10402024-05-15T23:58:21.806Z Downloaded dirs-sys-next v0.1.2
10412024-05-15T23:58:21.806Z Downloaded semver v1.0.23
10422024-05-15T23:58:21.806Z Downloaded signal-hook v0.3.17
10432024-05-15T23:58:21.810Z Downloaded ron v0.7.1
10442024-05-15T23:58:21.814Z Downloaded tower-service v0.3.2
10452024-05-15T23:58:21.814Z Downloaded unicode-width v0.1.11
10462024-05-15T23:58:21.818Z Downloaded fnv v1.0.7
10472024-05-15T23:58:21.818Z Downloaded crossbeam-epoch v0.9.18
10482024-05-15T23:58:21.822Z Downloaded num-conv v0.1.0
10492024-05-15T23:58:21.822Z Downloaded usdt-macro v0.5.0
10502024-05-15T23:58:21.822Z Downloaded packed_struct v0.10.1
10512024-05-15T23:58:21.822Z Downloaded pem-rfc7468 v0.7.0
10522024-05-15T23:58:21.826Z Downloaded env_logger v0.10.0
10532024-05-15T23:58:21.831Z Downloaded scopeguard v1.2.0
10542024-05-15T23:58:21.831Z Downloaded proc-macro-error-attr v1.0.4
10552024-05-15T23:58:21.831Z Downloaded peg v0.8.3
10562024-05-15T23:58:21.835Z Downloaded slab v0.4.9
10572024-05-15T23:58:21.835Z Downloaded quote v1.0.36
10582024-05-15T23:58:21.838Z Downloaded postcard v1.0.8
10592024-05-15T23:58:21.842Z Downloaded serde_urlencoded v0.7.1
10602024-05-15T23:58:21.842Z Downloaded pretty-hex v0.4.1
10612024-05-15T23:58:21.842Z Downloaded pretty-hex v0.2.1
10622024-05-15T23:58:21.846Z Downloaded parking_lot_core v0.9.8
10632024-05-15T23:58:21.846Z Downloaded rustyline v14.0.0
10642024-05-15T23:58:21.853Z Downloaded usdt-attr-macro v0.5.0
10652024-05-15T23:58:21.857Z Downloaded dof v0.3.0
10662024-05-15T23:58:21.857Z Downloaded swrite v0.1.0
10672024-05-15T23:58:21.857Z Downloaded dof v0.1.5
10682024-05-15T23:58:21.857Z Downloaded fastrand v2.0.1
10692024-05-15T23:58:21.858Z Downloaded fallible-iterator v0.2.0
10702024-05-15T23:58:21.861Z Downloaded display-error-chain v0.2.0
10712024-05-15T23:58:21.862Z Downloaded zerocopy v0.3.0
10722024-05-15T23:58:21.862Z Downloaded xattr v1.0.1
10732024-05-15T23:58:21.862Z Downloaded crypto-common v0.1.6
10742024-05-15T23:58:21.878Z Downloaded rpassword v7.3.1
10752024-05-15T23:58:21.878Z Downloaded unicode-ident v1.0.12
10762024-05-15T23:58:21.882Z Downloaded textwrap v0.16.1
10772024-05-15T23:58:21.882Z Downloaded crunchy v0.2.2
10782024-05-15T23:58:21.882Z Downloaded pin-project-lite v0.2.13
10792024-05-15T23:58:21.882Z Downloaded zeroize_derive v1.4.2
10802024-05-15T23:58:21.882Z Downloaded predicates-tree v1.0.9
10812024-05-15T23:58:21.882Z Downloaded curve25519-dalek-derive v0.1.0
10822024-05-15T23:58:21.882Z Downloaded tap v1.0.1
10832024-05-15T23:58:21.882Z Downloaded tabled_derive v0.7.0
10842024-05-15T23:58:21.883Z Downloaded pin-utils v0.1.0
10852024-05-15T23:58:21.883Z Downloaded glob v0.3.1
10862024-05-15T23:58:21.883Z Downloaded sct v0.7.0
10872024-05-15T23:58:21.887Z Downloaded terminal_size v0.3.0
10882024-05-15T23:58:21.887Z Downloaded tinyvec v1.6.0
10892024-05-15T23:58:21.891Z Downloaded termcolor v1.2.0
10902024-05-15T23:58:21.891Z Downloaded hashbrown v0.12.3
10912024-05-15T23:58:21.895Z Downloaded slog-bunyan v2.5.0
10922024-05-15T23:58:21.896Z Downloaded num-traits v0.2.19
10932024-05-15T23:58:21.899Z Downloaded peg-runtime v0.8.3
10942024-05-15T23:58:21.899Z Downloaded strum_macros v0.25.2
10952024-05-15T23:58:21.903Z Downloaded usdt-impl v0.3.5
10962024-05-15T23:58:21.903Z Downloaded hyper v0.14.28
10972024-05-15T23:58:21.912Z Downloaded form_urlencoded v1.2.1
10982024-05-15T23:58:21.916Z Downloaded wyz v0.5.1
10992024-05-15T23:58:21.916Z Downloaded number_prefix v0.4.0
11002024-05-15T23:58:21.916Z Downloaded fs-err v2.11.0
11012024-05-15T23:58:21.916Z Downloaded fragile v2.0.0
11022024-05-15T23:58:21.920Z Downloaded darling v0.20.8
11032024-05-15T23:58:21.923Z Downloaded rustls-pemfile v1.0.3
11042024-05-15T23:58:21.923Z Downloaded proc-macro2 v1.0.82
11052024-05-15T23:58:21.926Z Downloaded trust-dns-server v0.22.1
11062024-05-15T23:58:21.930Z Downloaded opaque-debug v0.3.0
11072024-05-15T23:58:21.934Z Downloaded digest v0.10.7
11082024-05-15T23:58:21.934Z Downloaded term v0.7.0
11092024-05-15T23:58:21.938Z Downloaded globset v0.4.13
11102024-05-15T23:58:21.938Z Downloaded serde_tokenstream v0.2.0
11112024-05-15T23:58:21.942Z Downloaded rcgen v0.12.1
11122024-05-15T23:58:21.958Z Downloaded strsim v0.10.0
11132024-05-15T23:58:21.958Z Downloaded cstr-argument v0.1.2
11142024-05-15T23:58:21.958Z Downloaded publicsuffix v2.2.3
11152024-05-15T23:58:21.962Z Downloaded rustfmt-wrapper v0.2.1
11162024-05-15T23:58:21.962Z Downloaded fatfs v0.3.6
11172024-05-15T23:58:21.962Z Downloaded ref-cast v1.0.23
11182024-05-15T23:58:21.962Z Downloaded strsim v0.11.0
11192024-05-15T23:58:21.963Z Downloaded strum_macros v0.24.3
11202024-05-15T23:58:21.963Z Downloaded num-derive v0.4.0
11212024-05-15T23:58:21.963Z Downloaded portable-atomic v1.4.3
11222024-05-15T23:58:21.968Z Downloaded slog-dtrace v0.3.0
11232024-05-15T23:58:21.968Z Downloaded rustls-pki-types v1.3.0
11242024-05-15T23:58:21.968Z Downloaded olpc-cjson v0.1.3
11252024-05-15T23:58:21.971Z Downloaded flume v0.11.0
11262024-05-15T23:58:21.971Z Downloaded num-integer v0.1.46
11272024-05-15T23:58:21.975Z Downloaded num-complex v0.4.6
11282024-05-15T23:58:21.975Z Downloaded prettyplease v0.2.20
11292024-05-15T23:58:21.979Z Downloaded reqwest v0.11.27
11302024-05-15T23:58:21.985Z Downloaded pest_derive v2.7.6
11312024-05-15T23:58:21.988Z Downloaded rand v0.8.5
11322024-05-15T23:58:21.992Z Downloaded salty v0.2.0
11332024-05-15T23:58:21.996Z Downloaded rsa v0.9.2
11342024-05-15T23:58:22.000Z Downloaded zerocopy-derive v0.7.32
11352024-05-15T23:58:22.004Z Downloaded slog v2.7.0
11362024-05-15T23:58:22.009Z Downloaded tungstenite v0.20.1
11372024-05-15T23:58:22.013Z Downloaded ron v0.8.1
11382024-05-15T23:58:22.016Z Downloaded tokio-util v0.7.10
11392024-05-15T23:58:22.025Z Downloaded pest_meta v2.7.6
11402024-05-15T23:58:22.029Z Downloaded tracing v0.1.40
11412024-05-15T23:58:22.029Z Downloaded tokio-postgres v0.7.10
11422024-05-15T23:58:22.032Z Downloaded serde_with v3.7.0
11432024-05-15T23:58:22.040Z Downloaded omicron-zone-package v0.11.0
11442024-05-15T23:58:22.043Z Downloaded peg-macros v0.8.3
11452024-05-15T23:58:22.046Z Downloaded lalrpop v0.19.12
11462024-05-15T23:58:22.055Z Downloaded zip v0.6.6
11472024-05-15T23:58:22.060Z Downloaded trust-dns-client v0.22.0
11482024-05-15T23:58:22.064Z Downloaded typed-path v0.7.0
11492024-05-15T23:58:22.070Z Downloaded h2 v0.3.26
11502024-05-15T23:58:22.078Z Downloaded goblin v0.8.0
11512024-05-15T23:58:22.086Z Downloaded crossterm v0.27.0
11522024-05-15T23:58:22.089Z Downloaded reedline v0.31.0
11532024-05-15T23:58:22.099Z Downloaded bitvec v1.0.1
11542024-05-15T23:58:22.111Z Downloaded x509-cert v0.2.4
11552024-05-15T23:58:22.117Z Downloaded tough v0.17.1
11562024-05-15T23:58:22.124Z Downloaded regex v1.10.4
11572024-05-15T23:58:22.136Z Downloaded quick-xml v0.31.0
11582024-05-15T23:58:22.146Z Downloaded sqlparser v0.45.0
11592024-05-15T23:58:22.149Z Downloaded tabled v0.15.0
11602024-05-15T23:58:22.163Z Downloaded pest v2.7.6
11612024-05-15T23:58:22.168Z Downloaded winnow v0.5.15
11622024-05-15T23:58:22.175Z Downloaded vcpkg v0.2.15
11632024-05-15T23:58:22.223Z Downloaded serde_json v1.0.117
11642024-05-15T23:58:22.227Z Downloaded regex-syntax v0.6.29
11652024-05-15T23:58:22.234Z Downloaded curve25519-dalek v4.1.2
11662024-05-15T23:58:22.243Z Downloaded radix_trie v0.2.1
11672024-05-15T23:58:22.248Z Downloaded syn v2.0.60
11682024-05-15T23:58:22.259Z Downloaded winnow v0.6.1
11692024-05-15T23:58:22.266Z Downloaded bstr v0.2.17
11702024-05-15T23:58:22.277Z Downloaded regex-syntax v0.8.2
11712024-05-15T23:58:22.285Z Downloaded smoltcp v0.9.1
11722024-05-15T23:58:22.295Z Downloaded proptest v1.4.0
11732024-05-15T23:58:22.304Z Downloaded rustls v0.21.9
11742024-05-15T23:58:22.316Z Downloaded openssl v0.10.64
11752024-05-15T23:58:22.325Z Downloaded bstr v1.9.0
11762024-05-15T23:58:22.335Z Downloaded rustls v0.22.4
11772024-05-15T23:58:22.348Z Downloaded object v0.32.1
11782024-05-15T23:58:22.358Z Downloaded zerocopy-derive v0.6.6
11792024-05-15T23:58:22.371Z Downloaded ratatui v0.26.2
11802024-05-15T23:58:22.385Z Downloaded object v0.30.4
11812024-05-15T23:58:22.394Z Downloaded openapiv3 v2.0.0
11822024-05-15T23:58:22.406Z Downloaded regex-automata v0.4.5
11832024-05-15T23:58:22.423Z Downloaded libc v0.2.153
11842024-05-15T23:58:22.451Z Downloaded petgraph v0.6.5
11852024-05-15T23:58:22.468Z Downloaded csv v1.3.0
11862024-05-15T23:58:22.488Z Downloaded bzip2-sys v0.1.11+1.0.8
11872024-05-15T23:58:22.518Z Downloaded tokio v1.37.0
11882024-05-15T23:58:22.947Z Downloaded sled v0.34.7
11892024-05-15T23:58:22.947Z Downloaded zerocopy-derive v0.2.0
11902024-05-15T23:58:22.947Z Downloaded sha3 v0.10.8
11912024-05-15T23:58:22.947Z Downloaded trust-dns-proto v0.22.0
11922024-05-15T23:58:22.947Z Downloaded polar-core v0.27.3
11932024-05-15T23:58:22.947Z Downloaded diesel v2.1.6
11942024-05-15T23:58:22.947Z Downloaded smoltcp v0.11.0
11952024-05-15T23:58:22.947Z Downloaded regress v0.9.1
11962024-05-15T23:58:22.947Z Downloaded encoding_rs v0.8.33
11972024-05-15T23:58:22.947Z Downloaded rustix v0.38.31
11982024-05-15T23:58:22.947Z Downloaded syn v1.0.109
11992024-05-15T23:58:22.947Z Downloaded gimli v0.28.0
12002024-05-15T23:58:22.947Z Downloaded rustls-webpki v0.101.7
12012024-05-15T23:58:22.947Z Downloaded rayon v1.10.0
12022024-05-15T23:58:22.948Z Downloaded rustls-webpki v0.102.1
12032024-05-15T23:58:22.948Z Downloaded nix v0.28.0
12042024-05-15T23:58:22.948Z Downloaded webpki-roots v0.25.2
12052024-05-15T23:58:22.948Z Downloaded idna v0.5.0
12062024-05-15T23:58:22.948Z Downloaded idna v0.3.0
12072024-05-15T23:58:22.948Z Downloaded idna v0.2.3
12082024-05-15T23:58:22.948Z Downloaded expectorate v1.1.0
12092024-05-15T23:58:22.948Z Downloaded unicode-normalization v0.1.22
12102024-05-15T23:58:22.948Z Downloaded ring v0.16.20
12112024-05-15T23:58:22.948Z Downloaded bindgen v0.69.2
12122024-05-15T23:58:22.948Z Downloaded num-bigint-dig v0.8.4
12132024-05-15T23:58:22.948Z Downloaded futures-util v0.3.30
12142024-05-15T23:58:22.948Z Downloaded unicode-segmentation v1.10.1
12152024-05-15T23:58:22.948Z Downloaded regex-automata v0.1.10
12162024-05-15T23:58:22.948Z Downloaded ucd-trie v0.1.6
12172024-05-15T23:58:22.948Z Downloaded typenum v1.16.0
12182024-05-15T23:58:22.948Z Downloaded subprocess v0.2.9
12192024-05-15T23:58:22.948Z Downloaded tar v0.4.40
12202024-05-15T23:58:22.948Z Downloaded ring v0.17.8
12212024-05-15T23:58:22.993Z Downloaded pkcs1 v0.7.5
12222024-05-15T23:58:22.999Z Downloaded serde_yaml v0.9.25
12232024-05-15T23:58:22.999Z Downloaded pest_generator v2.7.6
12242024-05-15T23:58:22.999Z Downloaded whoami v1.5.1
12252024-05-15T23:58:22.999Z Downloaded zerocopy v0.7.32
12262024-05-15T23:58:23.009Z Downloaded num-bigint v0.4.4
12272024-05-15T23:58:23.015Z Downloaded trust-dns-resolver v0.22.0
12282024-05-15T23:58:23.022Z Downloaded rustc_version v0.4.0
12292024-05-15T23:58:23.022Z Downloaded darling_core v0.20.8
12302024-05-15T23:58:23.033Z Downloaded crypto-bigint v0.5.2
12312024-05-15T23:58:23.033Z Downloaded strum_macros v0.26.1
12322024-05-15T23:58:23.033Z Downloaded which v4.4.0
12332024-05-15T23:58:23.049Z Downloaded subtle v2.5.0
12342024-05-15T23:58:23.049Z Downloaded url v2.5.0
12352024-05-15T23:58:23.049Z Downloaded serde_with_macros v3.7.0
12362024-05-15T23:58:23.054Z Downloaded flate2 v1.0.30
12372024-05-15T23:58:23.055Z Downloaded predicates-core v1.0.6
12382024-05-15T23:58:23.055Z Downloaded utf-8 v0.7.6
12392024-05-15T23:58:23.055Z Downloaded rtoolbox v0.0.1
12402024-05-15T23:58:23.055Z Downloaded time v0.3.34
12412024-05-15T23:58:23.055Z Downloaded itertools v0.12.1
12422024-05-15T23:58:23.059Z Downloaded tokio-tungstenite v0.21.0
12432024-05-15T23:58:23.065Z Downloaded tokio-rustls v0.25.0
12442024-05-15T23:58:23.065Z Downloaded tokio-rustls v0.24.1
12452024-05-15T23:58:23.065Z Downloaded samael v0.0.15
12462024-05-15T23:58:23.087Z Downloaded blake3 v1.5.0
12472024-05-15T23:58:23.091Z Downloaded serde_plain v1.0.2
12482024-05-15T23:58:23.091Z Downloaded pkcs8 v0.10.2
12492024-05-15T23:58:23.091Z Downloaded parking_lot v0.12.1
12502024-05-15T23:58:23.091Z Downloaded toml_edit v0.22.12
12512024-05-15T23:58:23.102Z Downloaded toml_edit v0.19.15
12522024-05-15T23:58:23.117Z Downloaded yasna v0.5.2
12532024-05-15T23:58:23.121Z Downloaded nom v7.1.3
12542024-05-15T23:58:23.125Z Downloaded libxml v0.3.3
12552024-05-15T23:58:23.130Z Downloaded clap_builder v4.5.2
12562024-05-15T23:58:23.137Z Downloaded unsafe-libyaml v0.2.10
12572024-05-15T23:58:23.141Z Downloaded termios v0.3.3
12582024-05-15T23:58:23.141Z Downloaded difflib v0.4.0
12592024-05-15T23:58:23.148Z Downloaded unicode-xid v0.2.4
12602024-05-15T23:58:23.148Z Downloaded thread_local v1.1.7
12612024-05-15T23:58:23.148Z Downloaded thiserror v1.0.59
12622024-05-15T23:58:23.153Z Downloaded tokio-stream v0.1.15
12632024-05-15T23:58:23.153Z Downloaded diff v0.1.13
12642024-05-15T23:58:23.157Z Downloaded toml v0.7.8
12652024-05-15T23:58:23.160Z Downloaded libm v0.2.7
12662024-05-15T23:58:23.166Z Downloaded slog-envlogger v2.2.0
12672024-05-15T23:58:23.170Z Downloaded semver v0.1.20
12682024-05-15T23:58:23.170Z Downloaded secrecy v0.8.0
12692024-05-15T23:58:23.170Z Downloaded sec1 v0.7.3
12702024-05-15T23:58:23.174Z Downloaded rustc_version v0.1.7
12712024-05-15T23:58:23.174Z Downloaded quick-error v1.2.3
12722024-05-15T23:58:23.175Z Downloaded rustc-demangle v0.1.23
12732024-05-15T23:58:23.175Z Downloaded elliptic-curve v0.13.8
12742024-05-15T23:58:23.179Z Downloaded postgres-protocol v0.6.6
12752024-05-15T23:58:23.183Z Downloaded dyn-clone v1.0.17
12762024-05-15T23:58:23.183Z Downloaded once_cell v1.19.0
12772024-05-15T23:58:23.187Z Downloaded thiserror-impl v1.0.59
12782024-05-15T23:58:23.187Z Downloaded tabwriter v1.4.0
12792024-05-15T23:58:23.187Z Downloaded num-rational v0.4.2
12802024-05-15T23:58:23.187Z Downloaded num-iter v0.1.45
12812024-05-15T23:58:23.191Z Downloaded env_logger v0.9.3
12822024-05-15T23:58:23.191Z Downloaded oso v0.27.3
12832024-05-15T23:58:23.198Z Downloaded schemars v0.8.17
12842024-05-15T23:58:23.203Z Downloaded steno v0.4.0
12852024-05-15T23:58:23.209Z Downloaded itertools v0.10.5
12862024-05-15T23:58:23.213Z Downloaded memchr v2.7.1
12872024-05-15T23:58:23.217Z Downloaded crossbeam-channel v0.5.8
12882024-05-15T23:58:23.226Z Downloaded diesel_derives v2.1.2
12892024-05-15T23:58:23.230Z Downloaded usdt v0.5.0
12902024-05-15T23:58:23.230Z Downloaded untrusted v0.7.1
12912024-05-15T23:58:23.230Z Downloaded tui-tree-widget v0.19.0
12922024-05-15T23:58:23.230Z Downloaded topological-sort v0.2.2
12932024-05-15T23:58:23.230Z Downloaded hash32 v0.3.1
12942024-05-15T23:58:23.230Z Downloaded walkdir v2.5.0
12952024-05-15T23:58:23.234Z Downloaded zerocopy v0.6.6
12962024-05-15T23:58:23.234Z Downloaded unicode-bidi v0.3.15
12972024-05-15T23:58:23.238Z Downloaded rand_xorshift v0.3.0
12982024-05-15T23:58:23.238Z Downloaded rand_seeder v0.2.3
12992024-05-15T23:58:23.238Z Downloaded tungstenite v0.21.0
13002024-05-15T23:58:23.243Z Downloaded tracing-core v0.1.32
13012024-05-15T23:58:23.247Z Downloaded rustversion v1.0.14
13022024-05-15T23:58:23.247Z Downloaded spin v0.9.8
13032024-05-15T23:58:23.252Z Downloaded serde_derive_internals v0.29.0
13042024-05-15T23:58:23.252Z Downloaded indexmap v2.2.6
13052024-05-15T23:58:23.256Z Downloaded derive-where v1.2.7
13062024-05-15T23:58:23.259Z Downloaded indicatif v0.17.8
13072024-05-15T23:58:23.263Z Downloaded proc-macro-crate v1.3.1
13082024-05-15T23:58:23.263Z Downloaded phf v0.11.2
13092024-05-15T23:58:23.263Z Downloaded group v0.13.0
13102024-05-15T23:58:23.267Z Downloaded errno v0.3.8
13112024-05-15T23:58:23.267Z Downloaded embedded-io v0.4.0
13122024-05-15T23:58:23.267Z Downloaded waitgroup v0.1.2
13132024-05-15T23:58:23.272Z Downloaded csv-core v0.1.11
13142024-05-15T23:58:23.272Z Downloaded uuid v1.8.0
13152024-05-15T23:58:23.272Z Downloaded snafu v0.8.2
13162024-05-15T23:58:23.277Z Downloaded getopts v0.2.21
13172024-05-15T23:58:23.284Z Downloaded usdt-macro v0.3.5
13182024-05-15T23:58:23.284Z Downloaded futures-channel v0.3.30
13192024-05-15T23:58:23.284Z Downloaded rayon-core v1.12.1
13202024-05-15T23:58:23.288Z Downloaded siphasher v0.3.11
13212024-05-15T23:58:23.288Z Downloaded test-strategy v0.3.1
13222024-05-15T23:58:23.292Z Downloaded const_format v0.2.32
13232024-05-15T23:58:23.296Z Downloaded openssl-probe v0.1.5
13242024-05-15T23:58:23.296Z Downloaded base64 v0.13.1
13252024-05-15T23:58:23.300Z Downloaded ppv-lite86 v0.2.17
13262024-05-15T23:58:23.300Z Downloaded powerfmt v0.2.0
13272024-05-15T23:58:23.300Z Downloaded clang-sys v1.6.1
13282024-05-15T23:58:23.304Z Downloaded arc-swap v1.6.0
13292024-05-15T23:58:23.304Z Downloaded allocator-api2 v0.2.16
13302024-05-15T23:58:23.309Z Downloaded clap v4.5.4
13312024-05-15T23:58:23.315Z Downloaded anyhow v1.0.83
13322024-05-15T23:58:23.319Z Downloaded cookie v0.17.0
13332024-05-15T23:58:23.322Z Downloaded argon2 v0.5.3
13342024-05-15T23:58:23.322Z Downloaded async-trait v0.1.80
13352024-05-15T23:58:23.326Z Downloaded ascii v1.1.0
13362024-05-15T23:58:23.331Z Downloaded anstyle-parse v0.2.1
13372024-05-15T23:58:23.331Z Downloaded static_assertions v1.1.0
13382024-05-15T23:58:23.331Z Downloaded smallvec v0.6.14
13392024-05-15T23:58:23.331Z Downloaded libloading v0.7.4
13402024-05-15T23:58:23.335Z Downloaded inout v0.1.3
13412024-05-15T23:58:23.335Z Downloaded base64ct v1.6.0
13422024-05-15T23:58:23.339Z Downloaded signature v1.6.4
13432024-05-15T23:58:23.339Z Downloaded serde_tokenstream v0.1.7
13442024-05-15T23:58:23.343Z Downloaded serde-hex v0.1.0
13452024-05-15T23:58:23.343Z Downloaded same-file v1.0.6
13462024-05-15T23:58:23.343Z Downloaded lazy_static v1.4.0
13472024-05-15T23:58:23.344Z Downloaded ipnet v2.9.0
13482024-05-15T23:58:23.347Z Downloaded hyper-staticfile v0.9.5
13492024-05-15T23:58:23.348Z Downloaded hyper-rustls v0.24.2
13502024-05-15T23:58:23.355Z Downloaded anstyle-query v1.0.0
13512024-05-15T23:58:23.355Z Downloaded memoffset v0.7.1
13522024-05-15T23:58:23.355Z Downloaded md-5 v0.10.5
13532024-05-15T23:58:23.359Z Downloaded keccak v0.1.4
13542024-05-15T23:58:23.359Z Downloaded crc v3.0.1
13552024-05-15T23:58:23.359Z Downloaded block-buffer v0.10.4
13562024-05-15T23:58:23.359Z Downloaded clap_lex v0.7.0
13572024-05-15T23:58:23.359Z Downloaded ciborium v0.2.2
13582024-05-15T23:58:23.359Z Downloaded camino-tempfile v1.1.1
13592024-05-15T23:58:23.363Z Downloaded camino v1.1.7
13602024-05-15T23:58:23.363Z Downloaded base16ct v0.2.0
13612024-05-15T23:58:23.364Z Downloaded autocfg v1.1.0
13622024-05-15T23:58:23.367Z Downloaded array-init v0.0.4
13632024-05-15T23:58:23.367Z Downloaded anstyle v1.0.7
13642024-05-15T23:58:23.367Z Downloaded cpufeatures v0.2.12
13652024-05-15T23:58:23.367Z Downloaded cargo_metadata v0.18.1
13662024-05-15T23:58:23.371Z Downloaded arrayref v0.3.7
13672024-05-15T23:58:23.372Z Downloaded lru v0.12.1
13682024-05-15T23:58:23.372Z Downloaded libsw v3.3.1
13692024-05-15T23:58:23.375Z Downloaded bitfield v0.14.0
13702024-05-15T23:58:23.375Z Downloaded assert_matches v1.5.0
13712024-05-15T23:58:23.375Z Downloaded block-padding v0.3.3
13722024-05-15T23:58:23.375Z Downloaded bit-set v0.5.3
13732024-05-15T23:58:23.381Z Downloaded bb8 v0.8.3
13742024-05-15T23:58:23.381Z Downloaded normalize-line-endings v0.3.0
13752024-05-15T23:58:23.381Z Downloaded memmap v0.7.0
13762024-05-15T23:58:23.381Z Downloaded maplit v1.0.2
13772024-05-15T23:58:23.381Z Downloaded macaddr v1.0.1
13782024-05-15T23:58:23.386Z Downloaded lru-cache v0.1.2
13792024-05-15T23:58:23.386Z Downloaded linked-hash-map v0.5.6
13802024-05-15T23:58:23.386Z Downloaded lalrpop-util v0.19.12
13812024-05-15T23:58:23.386Z Downloaded is-terminal v0.4.9
13822024-05-15T23:58:23.387Z Downloaded ipnetwork v0.20.0
13832024-05-15T23:58:23.391Z Downloaded indoc v2.0.3
13842024-05-15T23:58:23.391Z Downloaded iana-time-zone v0.1.57
13852024-05-15T23:58:23.391Z Downloaded hyper-tls v0.5.0
13862024-05-15T23:58:23.391Z Downloaded humantime v2.1.0
13872024-05-15T23:58:23.395Z Downloaded const_format_proc_macros v0.2.32
13882024-05-15T23:58:23.395Z Downloaded clap_derive v4.5.4
13892024-05-15T23:58:23.399Z Downloaded ident_case v1.0.1
13902024-05-15T23:58:23.399Z Downloaded chacha20 v0.9.1
13912024-05-15T23:58:23.399Z Downloaded bit-vec v0.6.3
13922024-05-15T23:58:23.399Z Downloaded bitflags v1.3.2
13932024-05-15T23:58:23.403Z Downloaded async-stream v0.3.5
13942024-05-15T23:58:23.403Z Downloaded async-recursion v1.1.1
13952024-05-15T23:58:23.408Z Downloaded atomicwrites v0.4.3
13962024-05-15T23:58:23.408Z Downloaded async-stream-impl v0.3.5
13972024-05-15T23:58:23.411Z Downloaded buf-list v1.0.3
13982024-05-15T23:58:23.411Z Downloaded compact_str v0.7.1
13992024-05-15T23:58:23.418Z Downloaded hostname v0.3.1
14002024-05-15T23:58:23.418Z Downloaded heck v0.5.0
14012024-05-15T23:58:23.418Z Downloaded chrono v0.4.38
14022024-05-15T23:58:23.422Z Downloaded highway v1.1.0
14032024-05-15T23:58:23.426Z Downloaded bitstruct_derive v0.1.0
14042024-05-15T23:58:23.426Z Downloaded ascii-canvas v3.0.0
14052024-05-15T23:58:23.426Z Downloaded crc-any v2.4.3
14062024-05-15T23:58:23.429Z Downloaded const-oid v0.9.6
14072024-05-15T23:58:23.429Z Downloaded cobs v0.2.3
14082024-05-15T23:58:23.429Z Downloaded byteorder v1.5.0
14092024-05-15T23:58:23.433Z Downloaded heck v0.3.3
14102024-05-15T23:58:23.849Z Compiling proc-macro2 v1.0.82
14112024-05-15T23:58:23.849Z Compiling unicode-ident v1.0.12
14122024-05-15T23:58:23.854Z Compiling libc v0.2.153
14132024-05-15T23:58:23.854Z Compiling serde v1.0.201
14142024-05-15T23:58:23.854Z Compiling autocfg v1.1.0
14152024-05-15T23:58:23.854Z Compiling version_check v0.9.4
14162024-05-15T23:58:23.854Z Compiling cfg-if v1.0.0
14172024-05-15T23:58:24.032Z Compiling once_cell v1.19.0
14182024-05-15T23:58:24.081Z Compiling parking_lot_core v0.9.8
14192024-05-15T23:58:24.110Z Compiling serde_json v1.0.117
14202024-05-15T23:58:24.485Z Compiling libm v0.2.7
14212024-05-15T23:58:24.558Z Compiling ahash v0.8.8
14222024-05-15T23:58:24.656Z Compiling lock_api v0.4.10
14232024-05-15T23:58:26.910Z Compiling byteorder v1.5.0
14242024-05-15T23:58:26.915Z Compiling memchr v2.7.1
14252024-05-15T23:58:26.915Z Compiling num-traits v0.2.19
14262024-05-15T23:58:26.915Z Compiling thiserror v1.0.59
14272024-05-15T23:58:26.915Z Compiling typenum v1.16.0
14282024-05-15T23:58:27.260Z Compiling log v0.4.21
14292024-05-15T23:58:27.387Z Compiling generic-array v0.14.7
14302024-05-15T23:58:27.688Z Compiling itoa v1.0.9
14312024-05-15T23:58:28.032Z Compiling quote v1.0.36
14322024-05-15T23:58:28.305Z Compiling cc v1.0.83
14332024-05-15T23:58:28.330Z Compiling getrandom v0.2.12
14342024-05-15T23:58:28.374Z Compiling syn v2.0.60
14352024-05-15T23:58:28.694Z Compiling scopeguard v1.2.0
14362024-05-15T23:58:28.876Z Compiling allocator-api2 v0.2.16
14372024-05-15T23:58:29.000Z Compiling slab v0.4.9
14382024-05-15T23:58:29.164Z Compiling ryu v1.0.15
14392024-05-15T23:58:29.378Z Compiling pin-project-lite v0.2.13
14402024-05-15T23:58:29.382Z Compiling smallvec v1.13.1
14412024-05-15T23:58:29.543Z Compiling schemars v0.8.17
14422024-05-15T23:58:29.588Z Compiling syn v1.0.109
14432024-05-15T23:58:29.864Z Compiling equivalent v1.0.1
14442024-05-15T23:58:29.974Z Compiling vcpkg v0.2.15
14452024-05-15T23:58:30.000Z Compiling pkg-config v0.3.27
14462024-05-15T23:58:30.221Z Compiling parking_lot v0.12.1
14472024-05-15T23:58:30.744Z Compiling signal-hook-registry v1.4.1
14482024-05-15T23:58:30.763Z Compiling ring v0.17.8
14492024-05-15T23:58:31.604Z Compiling openssl-sys v0.9.102
14502024-05-15T23:58:31.879Z Compiling mio v0.8.11
14512024-05-15T23:58:32.673Z Compiling fnv v1.0.7
14522024-05-15T23:58:32.808Z Compiling rand_core v0.6.4
14532024-05-15T23:58:32.872Z Compiling socket2 v0.5.6
14542024-05-15T23:58:33.183Z Compiling num_cpus v1.16.0
14552024-05-15T23:58:33.314Z Compiling num-conv v0.1.0
14562024-05-15T23:58:33.514Z Compiling time-core v0.1.2
14572024-05-15T23:58:33.625Z Compiling ring v0.16.20
14582024-05-15T23:58:33.697Z Compiling time-macros v0.2.17
14592024-05-15T23:58:34.079Z Compiling httparse v1.8.0
14602024-05-15T23:58:34.688Z Compiling futures-core v0.3.30
14612024-05-15T23:58:34.863Z Compiling openssl v0.10.64
14622024-05-15T23:58:34.935Z Compiling rustix v0.38.31
14632024-05-15T23:58:35.440Z Compiling semver v1.0.23
14642024-05-15T23:58:35.516Z Compiling crossbeam-utils v0.8.19
14652024-05-15T23:58:35.598Z Compiling serde_derive_internals v0.29.0
14662024-05-15T23:58:35.772Z Compiling iana-time-zone v0.1.57
14672024-05-15T23:58:36.110Z Compiling tinyvec_macros v0.1.1
14682024-05-15T23:58:36.335Z Compiling spin v0.5.2
14692024-05-15T23:58:36.413Z Compiling native-tls v0.2.11
14702024-05-15T23:58:36.584Z Compiling rustls v0.21.9
14712024-05-15T23:58:36.731Z Compiling tinyvec v1.6.0
14722024-05-15T23:58:36.823Z Compiling spin v0.9.8
14732024-05-15T23:58:37.126Z Compiling futures-sink v0.3.30
14742024-05-15T23:58:37.256Z Compiling const-oid v0.9.6
14752024-05-15T23:58:37.412Z Compiling ucd-trie v0.1.6
14762024-05-15T23:58:37.495Z Compiling subtle v2.5.0
14772024-05-15T23:58:37.823Z Compiling backtrace v0.3.69
14782024-05-15T23:58:38.076Z Compiling cookie v0.17.0
14792024-05-15T23:58:38.146Z Compiling unicode-normalization v0.1.22
14802024-05-15T23:58:38.262Z Compiling dyn-clone v1.0.17
14812024-05-15T23:58:38.388Z Compiling heck v0.5.0
14822024-05-15T23:58:38.435Z Compiling heck v0.4.1
14832024-05-15T23:58:38.825Z Compiling slog v2.7.0
14842024-05-15T23:58:38.870Z Compiling unicode-bidi v0.3.15
14852024-05-15T23:58:39.210Z Compiling futures-channel v0.3.30
14862024-05-15T23:58:39.414Z Compiling tracing-core v0.1.32
14872024-05-15T23:58:39.483Z Compiling pin-utils v0.1.0
14882024-05-15T23:58:39.653Z Compiling futures-task v0.3.30
14892024-05-15T23:58:39.924Z Compiling futures-io v0.3.30
14902024-05-15T23:58:40.344Z Compiling aho-corasick v1.1.2
14912024-05-15T23:58:40.401Z Compiling winnow v0.5.15
14922024-05-15T23:58:40.721Z Compiling anyhow v1.0.83
14932024-05-15T23:58:40.886Z Compiling serde_derive v1.0.201
14942024-05-15T23:58:41.254Z Compiling zerocopy-derive v0.7.32
14952024-05-15T23:58:41.767Z Compiling zeroize_derive v1.4.2
14962024-05-15T23:58:42.581Z Compiling thiserror-impl v1.0.59
14972024-05-15T23:58:43.089Z Compiling tokio-macros v2.2.0
14982024-05-15T23:58:43.120Z Compiling zerocopy v0.7.32
14992024-05-15T23:58:43.858Z Compiling futures-macro v0.3.30
15002024-05-15T23:58:44.248Z Compiling tracing-attributes v0.1.27
15012024-05-15T23:58:44.530Z Compiling schemars_derive v0.8.17
15022024-05-15T23:58:45.258Z Compiling hashbrown v0.14.3
15032024-05-15T23:58:45.315Z Compiling zeroize v1.7.0
15042024-05-15T23:58:46.295Z Compiling openssl-macros v0.1.1
15052024-05-15T23:58:46.993Z Compiling scroll_derive v0.12.0
15062024-05-15T23:58:47.083Z Compiling pest v2.7.6
15072024-05-15T23:58:47.471Z Compiling crypto-common v0.1.6
15082024-05-15T23:58:47.529Z Compiling tracing v0.1.40
15092024-05-15T23:58:47.681Z Compiling futures-util v0.3.30
15102024-05-15T23:58:48.329Z Compiling der_derive v0.7.2
15112024-05-15T23:58:48.426Z Compiling regex-syntax v0.8.2
15122024-05-15T23:58:49.307Z Compiling pest_meta v2.7.6
15132024-05-15T23:58:50.707Z Compiling pest_generator v2.7.6
15142024-05-15T23:58:52.445Z Compiling regex-automata v0.4.5
15152024-05-15T23:58:53.161Z Compiling pest_derive v2.7.6
15162024-05-15T23:58:53.906Z Compiling bytes v1.6.0
15172024-05-15T23:58:54.470Z Compiling indexmap v2.2.6
15182024-05-15T23:58:55.154Z Compiling tokio v1.37.0
15192024-05-15T23:58:55.899Z Compiling bitflags v2.4.2
15202024-05-15T23:58:55.988Z Compiling uuid v1.8.0
15212024-05-15T23:58:56.480Z Compiling serde_tokenstream v0.2.0
15222024-05-15T23:58:56.699Z Compiling chrono v0.4.38
15232024-05-15T23:58:57.675Z Compiling serde_spanned v0.6.5
15242024-05-15T23:58:57.887Z Compiling toml_datetime v0.6.5
15252024-05-15T23:58:58.738Z Compiling http v0.2.12
15262024-05-15T23:59:01.011Z Compiling rustc_version v0.4.0
15272024-05-15T23:59:01.641Z Compiling toml_edit v0.19.15
15282024-05-15T23:59:01.852Z Compiling block-buffer v0.10.4
15292024-05-15T23:59:02.525Z Compiling usdt-impl v0.5.0
15302024-05-15T23:59:02.995Z Compiling powerfmt v0.2.0
15312024-05-15T23:59:03.237Z Compiling untrusted v0.9.0
15322024-05-15T23:59:03.438Z Compiling rustversion v1.0.14
15332024-05-15T23:59:04.152Z Compiling deranged v0.3.11
15342024-05-15T23:59:04.626Z Compiling digest v0.10.7
15352024-05-15T23:59:05.074Z Compiling heapless v0.7.16
15362024-05-15T23:59:05.507Z Compiling scroll v0.12.0
15372024-05-15T23:59:06.247Z Compiling num_threads v0.1.6
15382024-05-15T23:59:06.377Z Compiling percent-encoding v2.3.1
15392024-05-15T23:59:06.542Z Compiling signal-hook v0.3.17
15402024-05-15T23:59:06.700Z Compiling ppv-lite86 v0.2.17
15412024-05-15T23:59:06.829Z Compiling plain v0.2.3
15422024-05-15T23:59:06.985Z Compiling goblin v0.8.0
15432024-05-15T23:59:07.044Z Compiling time v0.3.34
15442024-05-15T23:59:07.492Z Compiling rand_chacha v0.3.1
15452024-05-15T23:59:08.574Z Compiling regex v1.10.4
15462024-05-15T23:59:10.744Z Compiling crc32fast v1.3.2
15472024-05-15T23:59:11.190Z Compiling pretty-hex v0.4.1
15482024-05-15T23:59:11.412Z Compiling rand v0.8.5
15492024-05-15T23:59:11.739Z Compiling tokio-util v0.7.10
15502024-05-15T23:59:12.887Z Compiling dof v0.3.0
15512024-05-15T23:59:13.301Z Compiling dtrace-parser v0.2.0
15522024-05-15T23:59:14.709Z Compiling async-trait v0.1.80
15532024-05-15T23:59:14.990Z Compiling thread-id v4.2.0
15542024-05-15T23:59:15.109Z Compiling num-bigint v0.4.4
15552024-05-15T23:59:15.501Z Compiling unicode-width v0.1.11
15562024-05-15T23:59:15.667Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15572024-05-15T23:59:15.938Z Compiling smoltcp v0.9.1
15582024-05-15T23:59:16.245Z Compiling base64ct v1.6.0
15592024-05-15T23:59:16.379Z Compiling untrusted v0.7.1
15602024-05-15T23:59:16.487Z Compiling foreign-types-shared v0.1.1
15612024-05-15T23:59:16.595Z Compiling foreign-types v0.3.2
15622024-05-15T23:59:16.842Z Compiling pem-rfc7468 v0.7.0
15632024-05-15T23:59:18.544Z Compiling form_urlencoded v1.2.1
15642024-05-15T23:59:19.115Z Compiling hmac v0.12.1
15652024-05-15T23:59:19.530Z Compiling errno v0.3.8
15662024-05-15T23:59:19.791Z Compiling flagset v0.4.3
15672024-05-15T23:59:19.986Z Compiling try-lock v0.2.4
15682024-05-15T23:59:20.013Z Compiling adler v1.0.2
15692024-05-15T23:59:20.034Z Compiling base64 v0.21.7
15702024-05-15T23:59:20.310Z Compiling siphasher v0.3.11
15712024-05-15T23:59:20.395Z Compiling want v0.3.1
15722024-05-15T23:59:20.457Z Compiling miniz_oxide v0.7.1
15732024-05-15T23:59:20.674Z Compiling der v0.7.8
15742024-05-15T23:59:21.552Z Compiling sct v0.7.0
15752024-05-15T23:59:21.844Z Compiling rustls-webpki v0.101.7
15762024-05-15T23:59:23.098Z Compiling h2 v0.3.26
15772024-05-15T23:59:23.850Z Compiling http-body v0.4.5
15782024-05-15T23:59:24.802Z Compiling openapiv3 v2.0.0
15792024-05-15T23:59:25.419Z Compiling hubpack_derive v0.1.1
15802024-05-15T23:59:25.486Z Compiling zerocopy-derive v0.6.6
15812024-05-15T23:59:25.507Z Compiling lazy_static v1.4.0
15822024-05-15T23:59:25.618Z Compiling idna v0.5.0
15832024-05-15T23:59:26.706Z Compiling fs-err v2.11.0
15842024-05-15T23:59:26.983Z Compiling anstyle v1.0.7
15852024-05-15T23:59:27.423Z Compiling httpdate v1.0.3
15862024-05-15T23:59:27.456Z Compiling stable_deref_trait v1.2.0
15872024-05-15T23:59:27.847Z Compiling cpufeatures v0.2.12
15882024-05-15T23:59:28.150Z Compiling tower-service v0.3.2
15892024-05-15T23:59:28.286Z Compiling utf8parse v0.2.1
15902024-05-15T23:59:28.333Z Compiling openssl-probe v0.1.5
15912024-05-15T23:59:28.449Z Compiling gimli v0.28.0
15922024-05-15T23:59:28.608Z Compiling anstyle-parse v0.2.1
15932024-05-15T23:59:29.025Z Compiling sha2 v0.10.8
15942024-05-15T23:59:30.253Z Compiling url v2.5.0
15952024-05-15T23:59:30.313Z Compiling hyper v0.14.28
15962024-05-15T23:59:32.956Z Compiling addr2line v0.21.0
15972024-05-15T23:59:33.357Z Compiling spki v0.7.2
15982024-05-15T23:59:33.756Z Compiling usdt-attr-macro v0.5.0
15992024-05-15T23:59:34.845Z Compiling usdt-macro v0.5.0
16002024-05-15T23:59:36.326Z Compiling md-5 v0.10.5
16012024-05-15T23:59:39.633Z Compiling idna v0.3.0
16022024-05-15T23:59:39.757Z Compiling stringprep v0.1.3
16032024-05-15T23:59:40.241Z Compiling diesel_table_macro_syntax v0.1.0
16042024-05-15T23:59:40.334Z Compiling num-integer v0.1.46
16052024-05-15T23:59:40.603Z Compiling object v0.32.1
16062024-05-15T23:59:41.001Z Compiling hash32 v0.2.1
16072024-05-15T23:59:41.158Z Compiling fallible-iterator v0.2.0
16082024-05-15T23:59:41.381Z Compiling anstyle-query v1.0.0
16092024-05-15T23:59:41.885Z Compiling rustc-demangle v0.1.23
16102024-05-15T23:59:44.921Z Compiling colorchoice v1.0.0
16112024-05-15T23:59:45.082Z Compiling psl-types v2.0.11
16122024-05-15T23:59:45.276Z Compiling publicsuffix v2.2.3
16132024-05-15T23:59:45.533Z Compiling anstream v0.6.11
16142024-05-15T23:59:46.858Z Compiling postgres-protocol v0.6.6
16152024-05-15T23:59:48.249Z Compiling diesel_derives v2.1.2
16162024-05-15T23:59:56.059Z Compiling tokio-rustls v0.24.1
16172024-05-15T23:59:56.465Z Compiling pkcs8 v0.10.2
16182024-05-15T23:59:56.992Z Compiling terminal_size v0.3.0
16192024-05-15T23:59:57.197Z Compiling tokio-native-tls v0.3.1
16202024-05-15T23:59:57.469Z Compiling phf_shared v0.11.2
16212024-05-15T23:59:58.683Z Compiling strum_macros v0.25.2
16222024-05-15T23:59:58.827Z Compiling block-padding v0.3.3
16232024-05-15T23:59:59.012Z Compiling regress v0.9.1
16242024-05-15T23:59:59.054Z Compiling enum-as-inner v0.5.1
16252024-05-16T00:00:00.288Z Compiling serde_repr v0.1.16
16262024-05-16T00:00:01.415Z Compiling clap_derive v4.5.4
16272024-05-16T00:00:02.197Z Compiling ff v0.13.0
16282024-05-16T00:00:02.295Z Compiling scheduled-thread-pool v0.2.7
16292024-05-16T00:00:02.802Z Compiling encoding_rs v0.8.33
16302024-05-16T00:00:03.649Z Compiling ipnet v2.9.0
16312024-05-16T00:00:04.729Z Compiling bitflags v1.3.2
16322024-05-16T00:00:04.876Z Compiling matches v0.1.10
16332024-05-16T00:00:04.978Z Compiling strsim v0.10.0
16342024-05-16T00:00:05.148Z Compiling mime v0.3.17
16352024-05-16T00:00:05.610Z Compiling managed v0.8.0
16362024-05-16T00:00:06.025Z Compiling bit-vec v0.6.3
16372024-05-16T00:00:06.065Z Compiling regex-automata v0.1.10
16382024-05-16T00:00:06.198Z Compiling strsim v0.11.0
16392024-05-16T00:00:06.446Z Compiling base16ct v0.2.0
16402024-05-16T00:00:06.961Z Compiling ident_case v1.0.1
16412024-05-16T00:00:07.204Z Compiling clap_lex v0.7.0
16422024-05-16T00:00:07.592Z Compiling clap_builder v4.5.2
16432024-05-16T00:00:07.648Z Compiling darling_core v0.20.8
16442024-05-16T00:00:07.676Z Compiling sec1 v0.7.3
16452024-05-16T00:00:08.234Z Compiling bstr v0.2.17
16462024-05-16T00:00:11.688Z Compiling idna v0.2.3
16472024-05-16T00:00:11.762Z Compiling r2d2 v0.8.10
16482024-05-16T00:00:12.135Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16492024-05-16T00:00:13.072Z Compiling group v0.13.0
16502024-05-16T00:00:15.214Z Compiling inout v0.1.3
16512024-05-16T00:00:15.957Z Compiling phf v0.11.2
16522024-05-16T00:00:16.083Z Compiling hyper-tls v0.5.0
16532024-05-16T00:00:16.266Z Compiling signal-hook-mio v0.2.3
16542024-05-16T00:00:16.438Z Compiling hyper-rustls v0.24.2
16552024-05-16T00:00:16.627Z Compiling cookie_store v0.20.0
16562024-05-16T00:00:16.813Z Compiling postgres-types v0.2.6
16572024-05-16T00:00:17.226Z Compiling zerocopy v0.6.6
16582024-05-16T00:00:18.090Z Compiling hubpack v0.1.2
16592024-05-16T00:00:18.094Z Compiling phf_shared v0.10.0
16602024-05-16T00:00:18.181Z Compiling rustls-pemfile v1.0.3
16612024-05-16T00:00:18.494Z Compiling hkdf v0.12.4
16622024-05-16T00:00:18.514Z Compiling serde_urlencoded v0.7.1
16632024-05-16T00:00:18.558Z Compiling crossbeam-epoch v0.9.18
16642024-05-16T00:00:18.704Z Compiling ipnetwork v0.20.0
16652024-05-16T00:00:18.717Z Compiling futures-executor v0.3.30
16662024-05-16T00:00:19.208Z Compiling crypto-bigint v0.5.2
16672024-05-16T00:00:19.485Z Compiling float-cmp v0.9.0
16682024-05-16T00:00:19.533Z Compiling memmap v0.7.0
16692024-05-16T00:00:25.028Z Compiling sync_wrapper v0.1.2
16702024-05-16T00:00:25.192Z Compiling unicode-segmentation v1.10.1
16712024-05-16T00:00:25.192Z Compiling either v1.11.0
16722024-05-16T00:00:25.193Z Compiling whoami v1.5.1
16732024-05-16T00:00:25.276Z Compiling fixedbitset v0.4.2
16742024-05-16T00:00:25.276Z Compiling new_debug_unreachable v1.0.4
16752024-05-16T00:00:25.276Z Compiling minimal-lexical v0.2.1
16762024-05-16T00:00:25.276Z Compiling winnow v0.6.1
16772024-05-16T00:00:25.276Z Compiling data-encoding v2.4.0
16782024-05-16T00:00:25.276Z Compiling precomputed-hash v0.1.1
16792024-05-16T00:00:25.276Z Compiling webpki-roots v0.25.2
16802024-05-16T00:00:25.276Z Compiling normalize-line-endings v0.3.0
16812024-05-16T00:00:25.276Z Compiling predicates-core v1.0.6
16822024-05-16T00:00:25.276Z Compiling difflib v0.4.0
16832024-05-16T00:00:25.277Z Compiling static_assertions v1.1.0
16842024-05-16T00:00:25.277Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16852024-05-16T00:00:25.277Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16862024-05-16T00:00:25.277Z Compiling reqwest v0.11.27
16872024-05-16T00:00:25.277Z Compiling itertools v0.10.5
16882024-05-16T00:00:25.277Z Compiling predicates v3.1.0
16892024-05-16T00:00:25.277Z Compiling toml_edit v0.22.12
16902024-05-16T00:00:25.758Z Compiling trust-dns-proto v0.22.0
16912024-05-16T00:00:26.231Z Compiling string_cache v0.8.7
16922024-05-16T00:00:26.645Z Compiling nom v7.1.3
16932024-05-16T00:00:27.527Z Compiling petgraph v0.6.5
16942024-05-16T00:00:28.765Z Compiling elliptic-curve v0.13.8
16952024-05-16T00:00:29.501Z Compiling tokio-postgres v0.7.10
16962024-05-16T00:00:30.337Z Compiling similar v2.4.0
16972024-05-16T00:00:31.496Z Compiling usdt v0.5.0
16982024-05-16T00:00:32.294Z Compiling diesel v2.1.6
16992024-05-16T00:00:32.647Z Compiling futures v0.3.30
17002024-05-16T00:00:32.763Z Compiling yasna v0.5.2
17012024-05-16T00:00:33.282Z Compiling crossterm v0.27.0
17022024-05-16T00:00:33.463Z Compiling flate2 v1.0.30
17032024-05-16T00:00:33.492Z Compiling cipher v0.4.4
17042024-05-16T00:00:34.314Z Compiling darling_macro v0.20.8
17052024-05-16T00:00:34.349Z Compiling clap v4.5.4
17062024-05-16T00:00:34.480Z Compiling bit-set v0.5.3
17072024-05-16T00:00:34.777Z Compiling num-iter v0.1.45
17082024-05-16T00:00:35.318Z Compiling console v0.15.8
17092024-05-16T00:00:35.881Z Compiling tokio-stream v0.1.15
17102024-05-16T00:00:35.885Z Compiling toml v0.7.8
17112024-05-16T00:00:36.608Z Compiling bstr v1.9.0
17122024-05-16T00:00:36.842Z Compiling hex v0.4.3
17132024-05-16T00:00:38.175Z Compiling lalrpop-util v0.19.12
17142024-05-16T00:00:38.229Z Compiling peg-runtime v0.8.3
17152024-05-16T00:00:39.352Z Compiling darling v0.20.8
17162024-05-16T00:00:39.492Z Compiling proc-macro-crate v1.3.1
17172024-05-16T00:00:40.517Z Compiling heapless v0.8.0
17182024-05-16T00:00:41.217Z Compiling camino v1.1.7
17192024-05-16T00:00:42.779Z Compiling num_enum_derive v0.5.11
17202024-05-16T00:00:48.445Z Compiling hash32 v0.3.1
17212024-05-16T00:00:48.721Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17222024-05-16T00:00:49.926Z Compiling smoltcp v0.11.0
17232024-05-16T00:00:50.364Z Compiling rustls-pki-types v1.3.0
17242024-05-16T00:01:00.630Z Compiling num_enum v0.5.11
17252024-05-16T00:01:03.954Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17262024-05-16T00:01:04.185Z Compiling getopts v0.2.21
17272024-05-16T00:01:06.044Z Compiling dirs-sys-next v0.1.2
17282024-05-16T00:01:06.831Z Compiling proc-macro-error-attr v1.0.4
17292024-05-16T00:01:07.187Z Compiling unsafe-libyaml v0.2.10
17302024-05-16T00:01:07.693Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17312024-05-16T00:01:08.014Z Compiling paste v1.0.15
17322024-05-16T00:01:08.484Z Compiling embedded-io v0.4.0
17332024-05-16T00:01:08.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17342024-05-16T00:01:08.970Z Compiling rustls v0.22.4
17352024-05-16T00:01:09.152Z Compiling cobs v0.2.3
17362024-05-16T00:01:09.606Z Compiling postcard v1.0.8
17372024-05-16T00:01:12.615Z Compiling serde_yaml v0.9.25
17382024-05-16T00:01:12.952Z Compiling dirs-next v2.0.0
17392024-05-16T00:01:16.104Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17402024-05-16T00:01:23.031Z Compiling rustls-webpki v0.102.1
17412024-05-16T00:01:28.711Z Compiling strum_macros v0.26.1
17422024-05-16T00:01:28.947Z Compiling structmeta-derive v0.3.0
17432024-05-16T00:01:29.941Z Compiling foreign-types-macros v0.2.3
17442024-05-16T00:01:31.003Z Compiling thread_local v1.1.7
17452024-05-16T00:01:31.223Z Compiling proc-macro-error v1.0.4
17462024-05-16T00:01:31.558Z Compiling multer v3.1.0
17472024-05-16T00:01:31.726Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17482024-05-16T00:01:32.114Z Compiling slog-async v2.8.0
17492024-05-16T00:01:32.768Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17502024-05-16T00:01:33.024Z Compiling match_cfg v0.1.0
17512024-05-16T00:01:33.027Z Compiling foreign-types-shared v0.3.1
17522024-05-16T00:01:33.027Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17532024-05-16T00:01:33.191Z Compiling foreign-types v0.5.0
17542024-05-16T00:01:33.259Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17552024-05-16T00:01:33.281Z Compiling strum v0.26.2
17562024-05-16T00:01:33.316Z Compiling hostname v0.3.1
17572024-05-16T00:01:40.951Z Compiling structmeta v0.3.0
17582024-05-16T00:01:43.370Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17592024-05-16T00:01:54.288Z Compiling term v0.7.0
17602024-05-16T00:01:57.435Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17612024-05-16T00:01:57.539Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17622024-05-16T00:01:59.001Z Compiling slog-json v2.6.1
17632024-05-16T00:01:59.069Z Compiling is-terminal v0.4.9
17642024-05-16T00:01:59.199Z Compiling tabwriter v1.4.0
17652024-05-16T00:01:59.218Z Compiling crossbeam-channel v0.5.8
17662024-05-16T00:01:59.989Z Compiling http v1.0.0
17672024-05-16T00:02:00.776Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17682024-05-16T00:02:01.039Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17692024-05-16T00:02:01.603Z Compiling async-stream-impl v0.3.5
17702024-05-16T00:02:01.927Z Compiling cstr-argument v0.1.2
17712024-05-16T00:02:02.190Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17722024-05-16T00:02:02.843Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17732024-05-16T00:02:02.919Z Compiling base64 v0.22.1
17742024-05-16T00:02:02.950Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17752024-05-16T00:02:03.229Z Compiling pretty-hex v0.2.1
17762024-05-16T00:02:03.252Z Compiling take_mut v0.2.2
17772024-05-16T00:02:03.431Z Compiling crucible-workspace-hack v0.1.0
17782024-05-16T00:02:03.734Z Compiling fastrand v2.0.1
17792024-05-16T00:02:04.049Z Compiling atomic-waker v1.1.1
17802024-05-16T00:02:04.274Z Compiling rayon-core v1.12.1
17812024-05-16T00:02:04.503Z Compiling waitgroup v0.1.2
17822024-05-16T00:02:04.507Z Compiling tempfile v3.10.1
17832024-05-16T00:02:04.698Z Compiling rustls-pemfile v2.1.2
17842024-05-16T00:02:04.718Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17852024-05-16T00:02:05.191Z Compiling async-stream v0.3.5
17862024-05-16T00:02:05.528Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17872024-05-16T00:02:06.454Z Compiling slog-bunyan v2.5.0
17882024-05-16T00:02:06.543Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17892024-05-16T00:02:06.710Z Compiling slog-term v2.9.1
17902024-05-16T00:02:07.528Z Compiling tokio-rustls v0.25.0
17912024-05-16T00:02:07.999Z Compiling parse-display-derive v0.9.0
17922024-05-16T00:02:08.107Z Compiling toml v0.8.12
17932024-05-16T00:02:08.704Z Compiling serde_with_macros v3.7.0
17942024-05-16T00:02:09.761Z Compiling sha1 v0.10.6
17952024-05-16T00:02:10.691Z Compiling crossbeam-deque v0.8.3
17962024-05-16T00:02:11.101Z Compiling colored v2.1.0
17972024-05-16T00:02:11.551Z Compiling newtype-uuid v1.1.0
17982024-05-16T00:02:11.911Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17992024-05-16T00:02:12.014Z Compiling serde_path_to_error v0.1.16
18002024-05-16T00:02:12.459Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18012024-05-16T00:02:13.028Z Compiling hostname v0.4.0
18022024-05-16T00:02:13.240Z Compiling socket2 v0.4.9
18032024-05-16T00:02:13.308Z Compiling instant v0.1.12
18042024-05-16T00:02:13.488Z Compiling debug-ignore v1.0.5
18052024-05-16T00:02:13.651Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18062024-05-16T00:02:14.041Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18072024-05-16T00:02:15.366Z Compiling backoff v0.4.0
18082024-05-16T00:02:15.742Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18092024-05-16T00:02:15.962Z Compiling parse-display v0.9.0
18102024-05-16T00:02:15.983Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18112024-05-16T00:02:16.482Z Compiling serde_with v3.7.0
18122024-05-16T00:02:18.083Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18132024-05-16T00:02:19.545Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18142024-05-16T00:02:20.297Z Compiling camino-tempfile v1.1.1
18152024-05-16T00:02:20.589Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18162024-05-16T00:02:21.052Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18172024-05-16T00:02:21.089Z Compiling macaddr v1.0.1
18182024-05-16T00:02:21.113Z Compiling num-derive v0.4.0
18192024-05-16T00:02:21.246Z Compiling sigpipe v0.1.3
18202024-05-16T00:02:21.387Z Compiling libefi-sys v0.1.0
18212024-05-16T00:02:21.700Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18222024-05-16T00:02:21.754Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18232024-05-16T00:02:22.406Z Compiling rayon v1.10.0
18242024-05-16T00:02:23.317Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18252024-05-16T00:02:24.357Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18262024-05-16T00:02:25.035Z Compiling smf v0.2.3
18272024-05-16T00:02:25.244Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18282024-05-16T00:02:25.643Z Compiling blake3 v1.5.0
18292024-05-16T00:02:26.246Z Compiling portable-atomic v1.4.3
18302024-05-16T00:02:27.599Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18312024-05-16T00:02:27.698Z Compiling filetime v0.2.23
18322024-05-16T00:02:27.989Z Compiling xattr v1.0.1
18332024-05-16T00:02:28.075Z Compiling memmap2 v0.7.1
18342024-05-16T00:02:28.154Z Compiling constant_time_eq v0.3.0
18352024-05-16T00:02:28.296Z Compiling same-file v1.0.6
18362024-05-16T00:02:28.344Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18372024-05-16T00:02:28.515Z Compiling arrayref v0.3.7
18382024-05-16T00:02:28.560Z Compiling arrayvec v0.7.4
18392024-05-16T00:02:28.583Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18402024-05-16T00:02:28.620Z Compiling walkdir v2.5.0
18412024-05-16T00:02:28.779Z Compiling tar v0.4.40
18422024-05-16T00:02:29.590Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18432024-05-16T00:02:31.368Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18442024-05-16T00:02:31.782Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18452024-05-16T00:02:32.151Z Compiling gethostname v0.4.3
18462024-05-16T00:02:32.422Z Compiling number_prefix v0.4.0
18472024-05-16T00:02:32.685Z Compiling topological-sort v0.2.2
18482024-05-16T00:02:32.957Z Compiling omicron-zone-package v0.11.0
18492024-05-16T00:02:34.609Z Compiling indicatif v0.17.8
18502024-05-16T00:02:35.278Z Compiling swrite v0.1.0
18512024-05-16T00:02:42.338Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18522024-05-16T00:02:44.770Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18532024-05-16T00:02:45.191Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18542024-05-16T00:02:47.360Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18552024-05-16T00:03:05.868Z Finished release [optimized] target(s) in 5m 06s
18562024-05-16T00:03:06.133Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18572024-05-16T00:03:06.193ZLogging to: /work/oxidecomputer/omicron/out/LOG
18582024-05-16T00:03:06.199ZCreated new build target 'test' and set it as active
18592024-05-16T00:03:06.199Z
18602024-05-16T00:03:06.199Zreal 5:06.920529419
18612024-05-16T00:03:06.199Zuser 31:58.129443283
18622024-05-16T00:03:06.199Zsys 3:55.515506898
18632024-05-16T00:03:06.199Ztrap 0.936510304
18642024-05-16T00:03:06.199Ztflt 7.961997140
18652024-05-16T00:03:06.199Zdflt 8.679881894
18662024-05-16T00:03:06.199Zkflt 0.039280280
18672024-05-16T00:03:06.199Zlock 1:07:55.891076846
18682024-05-16T00:03:06.199Zslp 1:31:52.407870694
18692024-05-16T00:03:06.199Zlat 2:02.769871999
18702024-05-16T00:03:06.199Zstop 3:40.968204902
18712024-05-16T00:03:06.200Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18722024-05-16T00:03:07.013Z Finished release [optimized] target(s) in 0.76s
18732024-05-16T00:03:07.038Z Running `target/release/omicron-package -t test package`
18742024-05-16T00:03:07.067ZLogging to: /work/oxidecomputer/omicron/out/LOG
18752024-05-16T00:03:07.942Z Compiling newline-converter v0.3.0
18762024-05-16T00:03:07.947Z Compiling humantime v2.1.0
18772024-05-16T00:03:08.014Z Compiling derive-where v1.2.7
18782024-05-16T00:03:08.024Z Compiling unicode-xid v0.2.4
18792024-05-16T00:03:08.039Z Compiling linked-hash-map v0.5.6
18802024-05-16T00:03:08.043Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18812024-05-16T00:03:08.051Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18822024-05-16T00:03:08.051Z Compiling password-hash v0.5.0
18832024-05-16T00:03:08.141Z Compiling expectorate v1.1.0
18842024-05-16T00:03:08.168Z Compiling blake2 v0.10.6
18852024-05-16T00:03:08.279Z Compiling semver v0.1.20
18862024-05-16T00:03:08.365Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18872024-05-16T00:03:08.418Z Compiling lru-cache v0.1.2
18882024-05-16T00:03:08.628Z Compiling argon2 v0.5.3
18892024-05-16T00:03:08.826Z Compiling rustc_version v0.1.7
18902024-05-16T00:03:08.829Z Compiling bytecount v0.6.3
18912024-05-16T00:03:09.123Z Compiling papergrid v0.11.0
18922024-05-16T00:03:09.197Z Compiling newtype_derive v0.1.6
18932024-05-16T00:03:09.495Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18942024-05-16T00:03:09.582Z Compiling tabled_derive v0.7.0
18952024-05-16T00:03:10.114Z Compiling quick-error v1.2.3
18962024-05-16T00:03:10.260Z Compiling resolv-conf v0.7.0
18972024-05-16T00:03:10.453Z Compiling steno v0.4.0
18982024-05-16T00:03:11.314Z Compiling trust-dns-resolver v0.22.0
18992024-05-16T00:03:11.369Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19002024-05-16T00:03:11.792Z Compiling slog-dtrace v0.3.0
19012024-05-16T00:03:11.909Z Compiling tabled v0.15.0
19022024-05-16T00:03:12.118Z Compiling termcolor v1.2.0
19032024-05-16T00:03:13.191Z Compiling itertools v0.12.1
19042024-05-16T00:03:14.810Z Compiling utf-8 v0.7.6
19052024-05-16T00:03:16.693Z Compiling num-rational v0.4.2
19062024-05-16T00:03:17.109Z Compiling num-complex v0.4.6
19072024-05-16T00:03:18.384Z Compiling num v0.4.3
19082024-05-16T00:03:18.489Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19092024-05-16T00:03:19.264Z Compiling nibble_vec v0.1.0
19102024-05-16T00:03:19.485Z Compiling endian-type v0.1.2
19112024-05-16T00:03:19.564Z Compiling radium v0.7.0
19122024-05-16T00:03:19.734Z Compiling radix_trie v0.2.1
19132024-05-16T00:03:20.038Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19142024-05-16T00:03:20.654Z Compiling tungstenite v0.20.1
19152024-05-16T00:03:23.125Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19162024-05-16T00:03:24.471Z Compiling tap v1.0.1
19172024-05-16T00:03:24.652Z Compiling maybe-uninit v2.0.0
19182024-05-16T00:03:25.173Z Compiling wyz v0.5.1
19192024-05-16T00:03:25.637Z Compiling tokio-tungstenite v0.20.1
19202024-05-16T00:03:26.224Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19212024-05-16T00:03:26.603Z Compiling bzip2-sys v0.1.11+1.0.8
19222024-05-16T00:03:27.053Z Compiling funty v2.0.0
19232024-05-16T00:03:29.658Z Compiling display-error-chain v0.2.0
19242024-05-16T00:03:29.841Z Compiling cancel-safe-futures v0.1.5
19252024-05-16T00:03:30.191Z Compiling crc-catalog v2.2.0
19262024-05-16T00:03:30.344Z Compiling num-bigint-dig v0.8.4
19272024-05-16T00:03:30.652Z Compiling packed_struct v0.10.1
19282024-05-16T00:03:31.076Z Compiling arc-swap v1.6.0
19292024-05-16T00:03:31.858Z Compiling slog-scope v4.4.0
19302024-05-16T00:03:32.342Z Compiling crc v3.0.1
19312024-05-16T00:03:32.814Z Compiling bitvec v1.0.1
19322024-05-16T00:03:34.814Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19332024-05-16T00:03:34.891Z Compiling packed_struct_codegen v0.10.1
19342024-05-16T00:03:35.043Z Compiling fxhash v0.2.1
19352024-05-16T00:03:35.257Z Compiling indexmap v1.9.3
19362024-05-16T00:03:35.580Z Compiling nodrop v0.1.14
19372024-05-16T00:03:35.697Z Compiling array-init v0.0.4
19382024-05-16T00:03:36.950Z Compiling smallvec v0.6.14
19392024-05-16T00:03:37.699Z Compiling slog-stdlog v4.1.1
19402024-05-16T00:03:38.326Z Compiling rayon-core v1.12.1
19412024-05-16T00:03:38.346Z Compiling synstructure v0.12.6
19422024-05-16T00:03:38.659Z Compiling pkcs1 v0.7.5
19432024-05-16T00:03:39.889Z Compiling signature v2.1.0
19442024-05-16T00:03:40.124Z Compiling crossbeam-deque v0.8.3
19452024-05-16T00:03:40.469Z Compiling dirs-sys-next v0.1.2
19462024-05-16T00:03:40.975Z Compiling half v2.3.1
19472024-05-16T00:03:41.665Z Compiling same-file v1.0.6
19482024-05-16T00:03:41.742Z Compiling fastrand v2.0.1
19492024-05-16T00:03:42.288Z Compiling bitfield v0.14.0
19502024-05-16T00:03:42.296Z Compiling glob v0.3.1
19512024-05-16T00:03:42.296Z Compiling ciborium-io v0.2.2
19522024-05-16T00:03:42.366Z Compiling hashbrown v0.12.3
19532024-05-16T00:03:42.738Z Compiling crunchy v0.2.2
19542024-05-16T00:03:42.955Z Compiling clang-sys v1.6.1
19552024-05-16T00:03:43.253Z Compiling ciborium-ll v0.2.2
19562024-05-16T00:03:43.665Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19572024-05-16T00:03:43.719Z Compiling tempfile v3.10.1
19582024-05-16T00:03:44.507Z Compiling walkdir v2.5.0
19592024-05-16T00:03:44.713Z Compiling dirs-next v2.0.0
19602024-05-16T00:03:45.162Z Compiling rsa v0.9.2
19612024-05-16T00:03:46.045Z Compiling zerocopy-derive v0.2.0
19622024-05-16T00:03:46.402Z Compiling bzip2 v0.4.4
19632024-05-16T00:03:46.859Z Compiling slog-envlogger v2.2.0
19642024-05-16T00:03:47.828Z Compiling serde-hex v0.1.0
19652024-05-16T00:03:49.616Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19662024-05-16T00:03:49.640Z Compiling env_logger v0.10.0
19672024-05-16T00:03:49.939Z Compiling camino v1.1.7
19682024-05-16T00:03:50.003Z Compiling x509-cert v0.2.4
19692024-05-16T00:03:50.612Z Compiling ron v0.8.1
19702024-05-16T00:03:52.952Z Compiling hashbrown v0.13.2
19712024-05-16T00:03:53.667Z Compiling crc-any v2.4.3
19722024-05-16T00:03:54.339Z Compiling maplit v1.0.2
19732024-05-16T00:03:54.459Z Compiling tiny-keccak v2.0.2
19742024-05-16T00:03:54.593Z Compiling prettyplease v0.2.20
19752024-05-16T00:03:54.775Z Compiling object v0.30.4
19762024-05-16T00:03:54.931Z Compiling blake3 v1.5.0
19772024-05-16T00:03:55.225Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19782024-05-16T00:03:56.992Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19792024-05-16T00:03:57.125Z Compiling zip v0.6.6
19802024-05-16T00:03:57.874Z Compiling rayon v1.10.0
19812024-05-16T00:03:58.363Z Compiling term v0.7.0
19822024-05-16T00:03:59.791Z Compiling ciborium v0.2.2
19832024-05-16T00:04:00.071Z Compiling xattr v1.0.1
19842024-05-16T00:04:00.315Z Compiling atty v0.2.14
19852024-05-16T00:04:00.465Z Compiling memmap2 v0.7.1
19862024-05-16T00:04:00.852Z Compiling filetime v0.2.23
19872024-05-16T00:04:01.151Z Compiling arrayvec v0.7.4
19882024-05-16T00:04:01.552Z Compiling path-slash v0.1.5
19892024-05-16T00:04:01.764Z Compiling home v0.5.5
19902024-05-16T00:04:01.950Z Compiling arrayref v0.3.7
19912024-05-16T00:04:01.981Z Compiling constant_time_eq v0.3.0
19922024-05-16T00:04:02.036Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19932024-05-16T00:04:02.116Z Compiling toolchain_find v0.4.0
19942024-05-16T00:04:02.659Z Compiling tar v0.4.40
19952024-05-16T00:04:03.232Z Compiling ascii-canvas v3.0.0
19962024-05-16T00:04:03.692Z Compiling camino-tempfile v1.1.1
19972024-05-16T00:04:03.885Z Compiling toml v0.8.12
19982024-05-16T00:04:04.119Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19992024-05-16T00:04:04.440Z Compiling is-terminal v0.4.9
20002024-05-16T00:04:04.567Z Compiling libsw v3.3.1
20012024-05-16T00:04:04.578Z Compiling ena v0.14.2
20022024-05-16T00:04:04.911Z Compiling libloading v0.7.4
20032024-05-16T00:04:04.979Z Compiling usdt-impl v0.3.5
20042024-05-16T00:04:05.277Z Compiling regex-syntax v0.6.29
20052024-05-16T00:04:05.317Z Compiling convert_case v0.4.0
20062024-05-16T00:04:05.473Z Compiling linear-map v1.2.0
20072024-05-16T00:04:05.882Z Compiling owo-colors v4.0.0
20082024-05-16T00:04:06.111Z Compiling bindgen v0.69.2
20092024-05-16T00:04:06.561Z Compiling parking_lot_core v0.8.6
20102024-05-16T00:04:06.991Z Compiling topological-sort v0.2.2
20112024-05-16T00:04:07.195Z Compiling diff v0.1.13
20122024-05-16T00:04:07.728Z Compiling omicron-zone-package v0.11.0
20132024-05-16T00:04:08.263Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20142024-05-16T00:04:08.628Z Compiling lalrpop v0.19.12
20152024-05-16T00:04:10.608Z Compiling derive_more v0.99.17
20162024-05-16T00:04:14.090Z Compiling rustfmt-wrapper v0.2.1
20172024-05-16T00:04:14.697Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20182024-05-16T00:04:15.913Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20192024-05-16T00:04:16.043Z Compiling cexpr v0.6.0
20202024-05-16T00:04:17.462Z Compiling which v4.4.0
20212024-05-16T00:04:17.473Z Compiling unicase v2.7.0
20222024-05-16T00:04:17.769Z Compiling rustc-hash v1.1.0
20232024-05-16T00:04:17.906Z Compiling shlex v1.3.0
20242024-05-16T00:04:17.917Z Compiling lazycell v1.3.0
20252024-05-16T00:04:17.968Z Compiling peeking_take_while v0.1.2
20262024-05-16T00:04:18.070Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20272024-05-16T00:04:19.054Z Compiling zerocopy v0.3.0
20282024-05-16T00:04:19.840Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20292024-05-16T00:04:20.838Z Compiling derive_builder_core v0.20.0
20302024-05-16T00:04:23.058Z Compiling pem v3.0.4
20312024-05-16T00:04:23.954Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20322024-05-16T00:04:24.162Z Compiling headers-core v0.2.0
20332024-05-16T00:04:24.326Z Compiling libxml v0.3.3
20342024-05-16T00:04:24.591Z Compiling async-recursion v1.1.1
20352024-05-16T00:04:24.709Z Compiling ref-cast v1.0.23
20362024-05-16T00:04:25.170Z Compiling platforms v3.0.2
20372024-05-16T00:04:25.616Z Compiling headers v0.3.9
20382024-05-16T00:04:26.028Z Compiling derive_builder_macro v0.20.0
20392024-05-16T00:04:26.886Z Compiling dof v0.1.5
20402024-05-16T00:04:27.101Z Compiling parking_lot v0.11.2
20412024-05-16T00:04:27.630Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20422024-05-16T00:04:29.608Z Compiling trust-dns-client v0.22.0
20432024-05-16T00:04:29.653Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20442024-05-16T00:04:30.008Z Compiling strum_macros v0.24.3
20452024-05-16T00:04:30.186Z Compiling dtrace-parser v0.1.14
20462024-05-16T00:04:30.704Z Compiling toml v0.5.11
20472024-05-16T00:04:31.784Z Compiling ref-cast-impl v1.0.23
20482024-05-16T00:04:32.386Z Compiling samael v0.0.15
20492024-05-16T00:04:32.962Z Compiling vte_generate_state_changes v0.1.1
20502024-05-16T00:04:33.397Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20512024-05-16T00:04:33.602Z Compiling cookie v0.18.1
20522024-05-16T00:04:33.724Z Compiling cfg_aliases v0.1.1
20532024-05-16T00:04:33.825Z Compiling indoc v1.0.9
20542024-05-16T00:04:33.922Z Compiling buf-list v1.0.3
20552024-05-16T00:04:34.246Z Compiling nix v0.28.0
20562024-05-16T00:04:34.613Z Compiling vte v0.11.1
20572024-05-16T00:04:34.908Z Compiling trust-dns-server v0.22.1
20582024-05-16T00:04:35.034Z Compiling polar-core v0.27.3
20592024-05-16T00:04:36.548Z Compiling sled v0.34.7
20602024-05-16T00:04:38.493Z Compiling derive_builder v0.20.0
20612024-05-16T00:04:40.550Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20622024-05-16T00:04:42.125Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20632024-05-16T00:04:42.435Z Compiling const_format_proc_macros v0.2.32
20642024-05-16T00:04:43.930Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20652024-05-16T00:04:44.094Z Compiling fd-lock v4.0.2
20662024-05-16T00:04:44.292Z Compiling bb8 v0.8.3
20672024-05-16T00:04:44.432Z Compiling quick-xml v0.31.0
20682024-05-16T00:04:44.830Z Compiling impl-trait-for-tuples v0.2.2
20692024-05-16T00:04:49.182Z Compiling serde_tokenstream v0.1.7
20702024-05-16T00:04:49.689Z Compiling oso-derive v0.27.3
20712024-05-16T00:04:50.627Z Compiling pin-project-internal v1.1.3
20722024-05-16T00:04:50.815Z Compiling memoffset v0.7.1
20732024-05-16T00:04:51.159Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20742024-05-16T00:04:53.422Z Compiling pin-project v1.1.3
20752024-05-16T00:04:53.556Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20762024-05-16T00:04:54.156Z Compiling const_format v0.2.32
20772024-05-16T00:04:57.213Z Compiling curve25519-dalek v4.1.2
20782024-05-16T00:04:57.224Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20792024-05-16T00:04:57.633Z Compiling oso v0.27.3
20802024-05-16T00:05:12.819Z Compiling strip-ansi-escapes v0.2.0
20812024-05-16T00:05:14.718Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20822024-05-16T00:05:16.906Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20832024-05-16T00:05:17.224Z Compiling kstat-rs v0.2.3
20842024-05-16T00:05:18.194Z Compiling snafu-derive v0.8.2
20852024-05-16T00:05:18.760Z Compiling keccak v0.1.4
20862024-05-16T00:05:19.729Z Compiling nu-ansi-term v0.50.0
20872024-05-16T00:05:21.028Z Compiling reedline v0.31.0
20882024-05-16T00:05:21.601Z Compiling sha3 v0.10.8
20892024-05-16T00:05:21.962Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20902024-05-16T00:05:23.173Z Compiling snafu v0.8.2
20912024-05-16T00:05:24.866Z Compiling mime_guess v2.0.4
20922024-05-16T00:05:27.675Z Compiling usdt-attr-macro v0.3.5
20932024-05-16T00:05:29.069Z Compiling usdt-macro v0.3.5
20942024-05-16T00:05:30.348Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20952024-05-16T00:05:31.032Z Compiling env_logger v0.9.3
20962024-05-16T00:05:32.225Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20972024-05-16T00:05:35.719Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20982024-05-16T00:05:37.580Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20992024-05-16T00:05:38.061Z Compiling globset v0.4.13
21002024-05-16T00:05:39.380Z Compiling peg-macros v0.8.3
21012024-05-16T00:05:42.872Z Compiling olpc-cjson v0.1.3
21022024-05-16T00:05:43.201Z Compiling universal-hash v0.5.1
21032024-05-16T00:05:43.840Z Compiling secrecy v0.8.0
21042024-05-16T00:05:43.848Z Compiling serde_plain v1.0.2
21052024-05-16T00:05:44.212Z Compiling thiserror-impl-no-std v2.0.2
21062024-05-16T00:05:44.978Z Compiling bitstruct_derive v0.1.0
21072024-05-16T00:05:45.583Z Compiling sqlparser_derive v0.2.2
21082024-05-16T00:05:46.267Z Compiling nanorand v0.7.0
21092024-05-16T00:05:46.559Z Compiling curve25519-dalek-derive v0.1.0
21102024-05-16T00:05:46.649Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21112024-05-16T00:05:46.781Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21122024-05-16T00:05:47.032Z Compiling opaque-debug v0.3.0
21132024-05-16T00:05:47.050Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21142024-05-16T00:05:47.115Z Compiling salty v0.2.0
21152024-05-16T00:05:47.337Z Compiling ascii v1.1.0
21162024-05-16T00:05:47.381Z Compiling signature v1.6.4
21172024-05-16T00:05:47.532Z Compiling typed-path v0.7.0
21182024-05-16T00:05:47.539Z Compiling unicode_categories v0.1.1
21192024-05-16T00:05:47.896Z Compiling sqlformat v0.2.3
21202024-05-16T00:05:48.057Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21212024-05-16T00:05:50.567Z Compiling tough v0.17.1
21222024-05-16T00:05:51.847Z Compiling ed25519 v1.5.3
21232024-05-16T00:05:52.172Z Compiling rustyline v14.0.0
21242024-05-16T00:05:54.458Z Compiling poly1305 v0.8.0
21252024-05-16T00:05:55.456Z Compiling thiserror-no-std v2.0.2
21262024-05-16T00:05:55.570Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21272024-05-16T00:05:55.840Z Compiling sqlparser v0.45.0
21282024-05-16T00:05:56.103Z Compiling flume v0.11.0
21292024-05-16T00:05:56.698Z Compiling bitstruct v0.1.1
21302024-05-16T00:05:56.820Z Compiling peg v0.8.3
21312024-05-16T00:05:56.862Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21322024-05-16T00:05:57.420Z Compiling usdt v0.3.5
21332024-05-16T00:05:57.448Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21342024-05-16T00:05:57.897Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21352024-05-16T00:06:05.188Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21362024-05-16T00:06:05.268Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21372024-05-16T00:06:05.564Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21382024-05-16T00:06:05.863Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21392024-05-16T00:06:07.033Z Compiling chacha20 v0.9.1
21402024-05-16T00:06:07.458Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21412024-05-16T00:06:07.498Z Compiling aead v0.5.2
21422024-05-16T00:06:07.804Z Compiling bcs v0.1.6
21432024-05-16T00:06:08.754Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21442024-05-16T00:06:09.791Z Compiling serde-big-array v0.5.1
21452024-05-16T00:06:10.056Z Compiling erased-serde v0.3.31
21462024-05-16T00:06:11.761Z Compiling serde_arrays v0.1.0
21472024-05-16T00:06:11.946Z Compiling parse-size v1.0.0
21482024-05-16T00:06:12.240Z Compiling highway v1.1.0
21492024-05-16T00:06:13.649Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21502024-05-16T00:06:14.542Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21512024-05-16T00:06:27.071Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21522024-05-16T00:06:45.049Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21532024-05-16T00:06:45.492Z Compiling chacha20poly1305 v0.10.1
21542024-05-16T00:06:45.545Z Compiling vsss-rs v3.3.4
21552024-05-16T00:06:49.259Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21562024-05-16T00:06:49.762Z Compiling signal-hook-tokio v0.3.1
21572024-05-16T00:06:49.972Z Compiling heck v0.3.3
21582024-05-16T00:06:49.998Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21592024-05-16T00:06:50.169Z Compiling castaway v0.2.2
21602024-05-16T00:06:50.332Z Compiling rand_seeder v0.2.3
21612024-05-16T00:06:50.342Z Compiling serde-big-array v0.4.1
21622024-05-16T00:06:50.541Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21632024-05-16T00:06:50.714Z Compiling http-range v0.1.5
21642024-05-16T00:06:51.325Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21652024-05-16T00:06:52.270Z Compiling hyper-staticfile v0.9.5
21662024-05-16T00:06:52.822Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21672024-05-16T00:06:53.035Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21682024-05-16T00:06:53.457Z Compiling zone_cfg_derive v0.1.2
21692024-05-16T00:06:54.483Z Compiling compact_str v0.7.1
21702024-05-16T00:06:54.931Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21712024-05-16T00:06:55.556Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21722024-05-16T00:07:02.821Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21732024-05-16T00:07:03.455Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21742024-05-16T00:07:09.966Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21752024-05-16T00:07:12.125Z Compiling tungstenite v0.21.0
21762024-05-16T00:07:17.512Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21772024-05-16T00:07:17.826Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21782024-05-16T00:07:18.143Z Compiling lru v0.12.1
21792024-05-16T00:07:18.546Z Compiling stability v0.2.0
21802024-05-16T00:07:19.570Z Compiling cassowary v0.3.0
21812024-05-16T00:07:19.615Z Compiling base64 v0.13.1
21822024-05-16T00:07:20.372Z Compiling indoc v2.0.3
21832024-05-16T00:07:21.373Z Compiling corncobs v0.1.3
21842024-05-16T00:07:21.763Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21852024-05-16T00:07:22.557Z Compiling ratatui v0.26.2
21862024-05-16T00:07:23.937Z Compiling ron v0.7.1
21872024-05-16T00:07:26.162Z Compiling tokio-tungstenite v0.21.0
21882024-05-16T00:07:26.757Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21892024-05-16T00:07:29.647Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21902024-05-16T00:07:30.310Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21912024-05-16T00:07:40.581Z Compiling zone v0.1.8
21922024-05-16T00:07:42.288Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21932024-05-16T00:07:44.146Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21942024-05-16T00:07:45.509Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21952024-05-16T00:07:48.359Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21962024-05-16T00:07:52.318Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21972024-05-16T00:07:52.627Z Compiling portpicker v0.1.1
21982024-05-16T00:07:53.148Z Compiling smawk v0.3.1
21992024-05-16T00:07:53.393Z Compiling unicode-linebreak v0.1.5
22002024-05-16T00:07:54.339Z Compiling textwrap v0.16.1
22012024-05-16T00:07:57.807Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22022024-05-16T00:08:01.176Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22032024-05-16T00:08:04.929Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22042024-05-16T00:08:07.288Z Compiling rcgen v0.12.1
22052024-05-16T00:08:11.113Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22062024-05-16T00:08:11.643Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22072024-05-16T00:08:15.105Z Compiling atomicwrites v0.4.3
22082024-05-16T00:08:15.637Z Compiling fatfs v0.3.6
22092024-05-16T00:08:18.247Z Compiling rtoolbox v0.0.1
22102024-05-16T00:08:18.490Z Compiling subprocess v0.2.9
22112024-05-16T00:08:18.556Z Compiling assert_matches v1.5.0
22122024-05-16T00:08:18.651Z Compiling is_ci v1.2.0
22132024-05-16T00:08:18.760Z Compiling supports-color v3.0.0
22142024-05-16T00:08:18.930Z Compiling rpassword v7.3.1
22152024-05-16T00:08:19.366Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22162024-05-16T00:08:19.439Z Compiling tui-tree-widget v0.19.0
22172024-05-16T00:08:19.846Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22182024-05-16T00:08:23.855Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22192024-05-16T00:08:25.213Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22202024-05-16T00:08:25.515Z Compiling csv-core v0.1.11
22212024-05-16T00:08:25.676Z Compiling shell-words v1.1.0
22222024-05-16T00:08:26.111Z Compiling csv v1.3.0
22232024-05-16T00:08:26.430Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22242024-05-16T00:08:26.623Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22252024-05-16T00:08:28.142Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22262024-05-16T00:08:39.031Z Compiling multimap v0.10.0
22272024-05-16T00:08:39.439Z Compiling uzers v0.11.3
22282024-05-16T00:08:42.678Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22292024-05-16T00:10:45.171Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22302024-05-16T00:11:12.209Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22312024-05-16T00:18:12.159Z Finished release [optimized] target(s) in 15m 04s
22322024-05-16T00:19:11.392Z
22332024-05-16T00:19:11.392Zreal 16:04.994732178
22342024-05-16T00:19:11.392Zuser 1:51:19.642456078
22352024-05-16T00:19:11.392Zsys 4:44.076319204
22362024-05-16T00:19:11.392Ztrap 2.698132636
22372024-05-16T00:19:11.392Ztflt 2.209192152
22382024-05-16T00:19:11.392Zdflt 3.494338531
22392024-05-16T00:19:11.397Zkflt 0.016036671
22402024-05-16T00:19:11.397Zlock 6:46:58.310244559
22412024-05-16T00:19:11.397Zslp 4:19:59.347819865
22422024-05-16T00:19:11.397Zlat 2:29.651859319
22432024-05-16T00:19:11.397Zstop 1:05.062828737
22442024-05-16T00:19:11.397Z+ mapfile -t packages
22452024-05-16T00:19:11.397Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22462024-05-16T00:19:12.215Z Finished release [optimized] target(s) in 0.77s
22472024-05-16T00:19:12.240Z Running `target/release/omicron-package -t test list-outputs`
22482024-05-16T00:19:12.271ZLogging to: /work/oxidecomputer/omicron/out/LOG
22492024-05-16T00:19:12.275Z+ ptime -m cargo build --locked --release -p xtask
22502024-05-16T00:19:12.778Z Downloading crates ...
22512024-05-16T00:19:12.864Z Downloaded cargo_toml v0.20.2
22522024-05-16T00:19:12.882Z Compiling serde v1.0.201
22532024-05-16T00:19:12.882Z Compiling libc v0.2.153
22542024-05-16T00:19:12.887Z Compiling rustix v0.38.31
22552024-05-16T00:19:12.887Z Compiling bitflags v2.4.2
22562024-05-16T00:19:12.887Z Compiling hashbrown v0.14.3
22572024-05-16T00:19:12.887Z Compiling syn v2.0.60
22582024-05-16T00:19:12.947Z Compiling serde_json v1.0.117
22592024-05-16T00:19:12.972Z Compiling fs-err v2.11.0
22602024-05-16T00:19:13.288Z Compiling anyhow v1.0.83
22612024-05-16T00:19:14.129Z Compiling indexmap v2.2.6
22622024-05-16T00:19:14.542Z Compiling errno v0.3.8
22632024-05-16T00:19:15.522Z Compiling terminal_size v0.3.0
22642024-05-16T00:19:15.612Z Compiling clap_builder v4.5.2
22652024-05-16T00:19:17.688Z Compiling serde_derive v1.0.201
22662024-05-16T00:19:17.689Z Compiling thiserror-impl v1.0.59
22672024-05-16T00:19:17.693Z Compiling clap_derive v4.5.4
22682024-05-16T00:19:19.270Z Compiling thiserror v1.0.59
22692024-05-16T00:19:20.823Z Compiling clap v4.5.4
22702024-05-16T00:19:27.307Z Compiling serde_spanned v0.6.5
22712024-05-16T00:19:27.307Z Compiling toml_datetime v0.6.5
22722024-05-16T00:19:27.311Z Compiling camino v1.1.7
22732024-05-16T00:19:27.311Z Compiling semver v1.0.23
22742024-05-16T00:19:27.311Z Compiling cargo-platform v0.1.3
22752024-05-16T00:19:27.311Z Compiling macaddr v1.0.1
22762024-05-16T00:19:27.589Z Compiling toml_edit v0.22.12
22772024-05-16T00:19:28.933Z Compiling cargo_metadata v0.18.1
22782024-05-16T00:19:30.243Z Compiling toml v0.8.12
22792024-05-16T00:19:33.243Z Compiling cargo_toml v0.20.2
22802024-05-16T00:19:44.682Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22812024-05-16T00:19:55.990Z Finished release [optimized] target(s) in 43.65s
22822024-05-16T00:19:56.047Z
22832024-05-16T00:19:56.052Zreal 43.746316653
22842024-05-16T00:19:56.052Zuser 3:07.482694164
22852024-05-16T00:19:56.052Zsys 15.570532215
22862024-05-16T00:19:56.052Ztrap 0.070106072
22872024-05-16T00:19:56.052Ztflt 0.169920948
22882024-05-16T00:19:56.052Zdflt 0.825929359
22892024-05-16T00:19:56.052Zkflt 0.000017147
22902024-05-16T00:19:56.052Zlock 4:12.939047614
22912024-05-16T00:19:56.052Zslp 3:30.630516138
22922024-05-16T00:19:56.052Zlat 3.467441212
22932024-05-16T00:19:56.052Zstop 3.760715655
22942024-05-16T00:19:56.052Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22952024-05-16T00:19:56.052Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22962024-05-16T00:19:56.052Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
22972024-05-16T00:19:56.052Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
22982024-05-16T00:19:56.053Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
22992024-05-16T00:19:56.568Z Downloading crates ...
23002024-05-16T00:19:56.748Z Downloaded blowfish v0.9.1
23012024-05-16T00:19:56.754Z Downloaded aes v0.8.3
23022024-05-16T00:19:56.758Z Downloaded dirs-sys v0.4.1
23032024-05-16T00:19:56.763Z Downloaded dhcproto-macros v0.1.0
23042024-05-16T00:19:56.767Z Downloaded option-ext v0.2.0
23052024-05-16T00:19:56.771Z Downloaded russh-cryptovec v0.7.0
23062024-05-16T00:19:56.771Z Downloaded md5 v0.7.0
23072024-05-16T00:19:56.775Z Downloaded primeorder v0.13.6
23082024-05-16T00:19:56.782Z Downloaded cbc v0.1.2
23092024-05-16T00:19:56.782Z Downloaded hex-literal v0.4.1
23102024-05-16T00:19:56.782Z Downloaded ghash v0.5.0
23112024-05-16T00:19:56.786Z Downloaded ctr v0.9.2
23122024-05-16T00:19:56.786Z Downloaded bcrypt-pbkdf v0.10.0
23132024-05-16T00:19:56.786Z Downloaded pbkdf2 v0.11.0
23142024-05-16T00:19:56.786Z Downloaded rfc6979 v0.4.0
23152024-05-16T00:19:56.786Z Downloaded rand_core v0.5.1
23162024-05-16T00:19:56.796Z Downloaded polyval v0.6.1
23172024-05-16T00:19:56.796Z Downloaded pbkdf2 v0.12.2
23182024-05-16T00:19:56.796Z Downloaded internet-checksum v0.2.1
23192024-05-16T00:19:56.796Z Downloaded dirs v5.0.1
23202024-05-16T00:19:56.796Z Downloaded getrandom v0.1.16
23212024-05-16T00:19:56.796Z Downloaded ecdsa v0.16.9
23222024-05-16T00:19:56.799Z Downloaded password-hash v0.4.2
23232024-05-16T00:19:56.799Z Downloaded ed25519 v2.2.2
23242024-05-16T00:19:56.804Z Downloaded russh-keys v0.43.0
23252024-05-16T00:19:56.804Z Downloaded rand_chacha v0.2.2
23262024-05-16T00:19:56.804Z Downloaded dhcproto v0.11.0
23272024-05-16T00:19:56.811Z Downloaded p256 v0.13.2
23282024-05-16T00:19:56.815Z Downloaded ed25519-dalek v2.0.0
23292024-05-16T00:19:56.819Z Downloaded aes-gcm v0.10.3
23302024-05-16T00:19:56.823Z Downloaded russh v0.43.0
23312024-05-16T00:19:56.827Z Downloaded p521 v0.13.3
23322024-05-16T00:19:56.831Z Downloaded rand v0.7.3
23332024-05-16T00:19:56.888Z Downloaded winapi v0.3.9
23342024-05-16T00:19:57.054Z Compiling proc-macro2 v1.0.82
23352024-05-16T00:19:57.054Z Compiling unicode-ident v1.0.12
23362024-05-16T00:19:57.057Z Compiling libc v0.2.153
23372024-05-16T00:19:57.057Z Compiling cfg-if v1.0.0
23382024-05-16T00:19:57.058Z Compiling serde v1.0.201
23392024-05-16T00:19:57.058Z Compiling version_check v0.9.4
23402024-05-16T00:19:57.058Z Compiling autocfg v1.1.0
23412024-05-16T00:19:57.058Z Compiling memchr v2.7.1
23422024-05-16T00:19:57.232Z Compiling once_cell v1.19.0
23432024-05-16T00:19:57.297Z Compiling byteorder v1.5.0
23442024-05-16T00:19:57.647Z Compiling log v0.4.21
23452024-05-16T00:19:57.745Z Compiling itoa v1.0.9
23462024-05-16T00:19:57.765Z Compiling scopeguard v1.2.0
23472024-05-16T00:19:57.897Z Compiling smallvec v1.13.1
23482024-05-16T00:19:57.920Z Compiling typenum v1.16.0
23492024-05-16T00:19:57.943Z Compiling generic-array v0.14.7
23502024-05-16T00:19:58.038Z Compiling lock_api v0.4.10
23512024-05-16T00:19:58.069Z Compiling thiserror v1.0.59
23522024-05-16T00:19:58.313Z Compiling parking_lot_core v0.9.8
23532024-05-16T00:19:58.327Z Compiling pin-project-lite v0.2.13
23542024-05-16T00:19:58.449Z Compiling libm v0.2.7
23552024-05-16T00:19:58.626Z Compiling quote v1.0.36
23562024-05-16T00:19:58.836Z Compiling subtle v2.5.0
23572024-05-16T00:19:58.899Z Compiling num-traits v0.2.19
23582024-05-16T00:19:58.974Z Compiling ahash v0.8.8
23592024-05-16T00:19:59.145Z Compiling syn v2.0.60
23602024-05-16T00:19:59.164Z Compiling getrandom v0.2.12
23612024-05-16T00:19:59.334Z Compiling cc v1.0.83
23622024-05-16T00:19:59.381Z Compiling signal-hook-registry v1.4.1
23632024-05-16T00:19:59.532Z Compiling rand_core v0.6.4
23642024-05-16T00:19:59.636Z Compiling mio v0.8.11
23652024-05-16T00:20:00.049Z Compiling parking_lot v0.12.1
23662024-05-16T00:20:00.282Z Compiling socket2 v0.5.6
23672024-05-16T00:20:00.328Z Compiling num_cpus v1.16.0
23682024-05-16T00:20:00.451Z Compiling ryu v1.0.15
23692024-05-16T00:20:00.827Z Compiling serde_json v1.0.117
23702024-05-16T00:20:00.865Z Compiling allocator-api2 v0.2.16
23712024-05-16T00:20:00.881Z Compiling futures-core v0.3.30
23722024-05-16T00:20:01.062Z Compiling const-oid v0.9.6
23732024-05-16T00:20:01.129Z Compiling equivalent v1.0.1
23742024-05-16T00:20:01.191Z Compiling fnv v1.0.7
23752024-05-16T00:20:01.230Z Compiling futures-sink v0.3.30
23762024-05-16T00:20:01.247Z Compiling slab v0.4.9
23772024-05-16T00:20:01.316Z Compiling spin v0.5.2
23782024-05-16T00:20:01.375Z Compiling futures-channel v0.3.30
23792024-05-16T00:20:01.541Z Compiling futures-task v0.3.30
23802024-05-16T00:20:01.692Z Compiling pin-utils v0.1.0
23812024-05-16T00:20:01.782Z Compiling futures-io v0.3.30
23822024-05-16T00:20:01.795Z Compiling syn v1.0.109
23832024-05-16T00:20:01.855Z Compiling iana-time-zone v0.1.57
23842024-05-16T00:20:01.968Z Compiling tinyvec_macros v0.1.1
23852024-05-16T00:20:02.059Z Compiling tinyvec v1.6.0
23862024-05-16T00:20:02.084Z Compiling unicode-bidi v0.3.15
23872024-05-16T00:20:02.291Z Compiling cpufeatures v0.2.12
23882024-05-16T00:20:02.395Z Compiling schemars v0.8.17
23892024-05-16T00:20:02.467Z Compiling tracing-core v0.1.32
23902024-05-16T00:20:02.540Z Compiling dyn-clone v1.0.17
23912024-05-16T00:20:02.753Z Compiling percent-encoding v2.3.1
23922024-05-16T00:20:02.757Z Compiling ppv-lite86 v0.2.17
23932024-05-16T00:20:02.819Z Compiling spin v0.9.8
23942024-05-16T00:20:03.091Z Compiling time-core v0.1.2
23952024-05-16T00:20:03.265Z Compiling powerfmt v0.2.0
23962024-05-16T00:20:03.273Z Compiling num-conv v0.1.0
23972024-05-16T00:20:03.506Z Compiling unicode-normalization v0.1.22
23982024-05-16T00:20:03.527Z Compiling deranged v0.3.11
23992024-05-16T00:20:03.541Z Compiling time-macros v0.2.17
24002024-05-16T00:20:03.572Z Compiling form_urlencoded v1.2.1
24012024-05-16T00:20:03.640Z Compiling num_threads v0.1.6
24022024-05-16T00:20:03.769Z Compiling rand_chacha v0.3.1
24032024-05-16T00:20:03.876Z Compiling ring v0.17.8
24042024-05-16T00:20:03.908Z Compiling aho-corasick v1.1.2
24052024-05-16T00:20:04.573Z Compiling regex-syntax v0.8.2
24062024-05-16T00:20:05.562Z Compiling idna v0.5.0
24072024-05-16T00:20:05.716Z Compiling rand v0.8.5
24082024-05-16T00:20:07.149Z Compiling serde_derive_internals v0.29.0
24092024-05-16T00:20:07.204Z Compiling time v0.3.34
24102024-05-16T00:20:07.763Z Compiling httparse v1.8.0
24112024-05-16T00:20:08.082Z Compiling regex-automata v0.4.5
24122024-05-16T00:20:08.189Z Compiling slog v2.7.0
24132024-05-16T00:20:08.850Z Compiling url v2.5.0
24142024-05-16T00:20:10.312Z Compiling untrusted v0.9.0
24152024-05-16T00:20:10.502Z Compiling heck v0.4.1
24162024-05-16T00:20:10.882Z Compiling vcpkg v0.2.15
24172024-05-16T00:20:10.994Z Compiling pkg-config v0.3.27
24182024-05-16T00:20:11.311Z Compiling lazy_static v1.4.0
24192024-05-16T00:20:11.428Z Compiling unicode-width v0.1.11
24202024-05-16T00:20:11.590Z Compiling adler v1.0.2
24212024-05-16T00:20:11.821Z Compiling miniz_oxide v0.7.1
24222024-05-16T00:20:12.384Z Compiling semver v1.0.23
24232024-05-16T00:20:12.808Z Compiling ring v0.16.20
24242024-05-16T00:20:12.968Z Compiling backtrace v0.3.69
24252024-05-16T00:20:13.040Z Compiling openssl-sys v0.9.102
24262024-05-16T00:20:13.372Z Compiling gimli v0.28.0
24272024-05-16T00:20:13.442Z Compiling try-lock v0.2.4
24282024-05-16T00:20:13.593Z Compiling regex v1.10.4
24292024-05-16T00:20:13.970Z Compiling serde_derive v1.0.201
24302024-05-16T00:20:13.985Z Compiling zeroize_derive v1.4.2
24312024-05-16T00:20:14.084Z Compiling zerocopy-derive v0.7.32
24322024-05-16T00:20:14.696Z Compiling thiserror-impl v1.0.59
24332024-05-16T00:20:14.842Z Compiling tokio-macros v2.2.0
24342024-05-16T00:20:15.715Z Compiling zeroize v1.7.0
24352024-05-16T00:20:16.653Z Compiling zerocopy v0.7.32
24362024-05-16T00:20:16.703Z Compiling futures-macro v0.3.30
24372024-05-16T00:20:17.182Z Compiling tracing-attributes v0.1.27
24382024-05-16T00:20:17.647Z Compiling crypto-common v0.1.6
24392024-05-16T00:20:17.883Z Compiling block-buffer v0.10.4
24402024-05-16T00:20:18.150Z Compiling digest v0.10.7
24412024-05-16T00:20:18.317Z Compiling schemars_derive v0.8.17
24422024-05-16T00:20:18.388Z Compiling async-trait v0.1.80
24432024-05-16T00:20:18.689Z Compiling httpdate v1.0.3
24442024-05-16T00:20:18.947Z Compiling hashbrown v0.14.3
24452024-05-16T00:20:18.982Z Compiling futures-util v0.3.30
24462024-05-16T00:20:19.153Z Compiling addr2line v0.21.0
24472024-05-16T00:20:20.411Z Compiling want v0.3.1
24482024-05-16T00:20:20.720Z Compiling object v0.32.1
24492024-05-16T00:20:21.243Z Compiling tracing v0.1.40
24502024-05-16T00:20:21.350Z Compiling tower-service v0.3.2
24512024-05-16T00:20:21.470Z Compiling anyhow v1.0.83
24522024-05-16T00:20:21.525Z Compiling rustix v0.38.31
24532024-05-16T00:20:21.722Z Compiling base64 v0.21.7
24542024-05-16T00:20:21.854Z Compiling foreign-types-shared v0.1.1
24552024-05-16T00:20:21.959Z Compiling rustc-demangle v0.1.23
24562024-05-16T00:20:21.963Z Compiling ipnet v2.9.0
24572024-05-16T00:20:22.087Z Compiling untrusted v0.7.1
24582024-05-16T00:20:22.247Z Compiling mime v0.3.17
24592024-05-16T00:20:22.260Z Compiling openssl v0.10.64
24602024-05-16T00:20:22.829Z Compiling foreign-types v0.3.2
24612024-05-16T00:20:22.900Z Compiling openssl-macros v0.1.1
24622024-05-16T00:20:22.918Z Compiling errno v0.3.8
24632024-05-16T00:20:23.131Z Compiling native-tls v0.2.11
24642024-05-16T00:20:23.143Z Compiling rustls v0.21.9
24652024-05-16T00:20:23.442Z Compiling base64ct v1.6.0
24662024-05-16T00:20:23.487Z Compiling winnow v0.5.15
24672024-05-16T00:20:23.719Z Compiling crossbeam-utils v0.8.19
24682024-05-16T00:20:24.046Z Compiling heck v0.5.0
24692024-05-16T00:20:24.323Z Compiling rustls-webpki v0.101.7
24702024-05-16T00:20:24.407Z Compiling cookie v0.17.0
24712024-05-16T00:20:24.559Z Compiling ucd-trie v0.1.6
24722024-05-16T00:20:24.779Z Compiling sct v0.7.0
24732024-05-16T00:20:25.102Z Compiling futures-executor v0.3.30
24742024-05-16T00:20:25.223Z Compiling openssl-probe v0.1.5
24752024-05-16T00:20:25.407Z Compiling futures v0.3.30
24762024-05-16T00:20:25.579Z Compiling pest v2.7.6
24772024-05-16T00:20:26.370Z Compiling idna v0.3.0
24782024-05-16T00:20:27.058Z Compiling encoding_rs v0.8.33
24792024-05-16T00:20:27.136Z Compiling data-encoding v2.4.0
24802024-05-16T00:20:28.009Z Compiling rustversion v1.0.14
24812024-05-16T00:20:28.158Z Compiling psl-types v2.0.11
24822024-05-16T00:20:28.322Z Compiling publicsuffix v2.2.3
24832024-05-16T00:20:28.338Z Compiling pest_meta v2.7.6
24842024-05-16T00:20:28.760Z Compiling hmac v0.12.1
24852024-05-16T00:20:29.012Z Compiling bytes v1.6.0
24862024-05-16T00:20:29.442Z Compiling indexmap v2.2.6
24872024-05-16T00:20:29.699Z Compiling uuid v1.8.0
24882024-05-16T00:20:30.068Z Compiling tokio v1.37.0
24892024-05-16T00:20:30.385Z Compiling chrono v0.4.38
24902024-05-16T00:20:30.973Z Compiling bitflags v2.4.2
24912024-05-16T00:20:31.100Z Compiling http v0.2.12
24922024-05-16T00:20:31.406Z Compiling serde_tokenstream v0.2.0
24932024-05-16T00:20:31.650Z Compiling serde_spanned v0.6.5
24942024-05-16T00:20:31.870Z Compiling toml_datetime v0.6.5
24952024-05-16T00:20:32.378Z Compiling toml_edit v0.19.15
24962024-05-16T00:20:32.718Z Compiling http-body v0.4.5
24972024-05-16T00:20:33.652Z Compiling serde_urlencoded v0.7.1
24982024-05-16T00:20:34.173Z Compiling scroll_derive v0.12.0
24992024-05-16T00:20:34.315Z Compiling openapiv3 v2.0.0
25002024-05-16T00:20:34.609Z Compiling cookie_store v0.20.0
25012024-05-16T00:20:35.928Z Compiling scroll v0.12.0
25022024-05-16T00:20:36.180Z Compiling pest_generator v2.7.6
25032024-05-16T00:20:36.499Z Compiling rustls-pemfile v1.0.3
25042024-05-16T00:20:36.891Z Compiling sync_wrapper v0.1.2
25052024-05-16T00:20:37.019Z Compiling plain v0.2.3
25062024-05-16T00:20:37.128Z Compiling webpki-roots v0.25.2
25072024-05-16T00:20:37.174Z Compiling bitflags v1.3.2
25082024-05-16T00:20:37.271Z Compiling goblin v0.8.0
25092024-05-16T00:20:37.283Z Compiling rustc_version v0.4.0
25102024-05-16T00:20:37.974Z Compiling tokio-util v0.7.10
25112024-05-16T00:20:38.036Z Compiling tokio-rustls v0.24.1
25122024-05-16T00:20:38.250Z Compiling pest_derive v2.7.6
25132024-05-16T00:20:38.416Z Compiling pem-rfc7468 v0.7.0
25142024-05-16T00:20:39.121Z Compiling h2 v0.3.26
25152024-05-16T00:20:39.203Z Compiling block-padding v0.3.3
25162024-05-16T00:20:39.455Z Compiling tokio-native-tls v0.3.1
25172024-05-16T00:20:39.491Z Compiling der_derive v0.7.2
25182024-05-16T00:20:39.553Z Compiling usdt-impl v0.5.0
25192024-05-16T00:20:39.772Z Compiling flagset v0.4.3
25202024-05-16T00:20:39.933Z Compiling pretty-hex v0.4.1
25212024-05-16T00:20:40.125Z Compiling inout v0.1.3
25222024-05-16T00:20:40.152Z Compiling dtrace-parser v0.2.0
25232024-05-16T00:20:40.396Z Compiling thread-id v4.2.0
25242024-05-16T00:20:40.488Z Compiling cipher v0.4.4
25252024-05-16T00:20:40.500Z Compiling sha2 v0.10.8
25262024-05-16T00:20:41.025Z Compiling either v1.11.0
25272024-05-16T00:20:41.447Z Compiling ff v0.13.0
25282024-05-16T00:20:41.480Z Compiling base16ct v0.2.0
25292024-05-16T00:20:41.676Z Compiling stable_deref_trait v1.2.0
25302024-05-16T00:20:41.777Z Compiling group v0.13.0
25312024-05-16T00:20:41.792Z Compiling hkdf v0.12.4
25322024-05-16T00:20:42.044Z Compiling crossbeam-epoch v0.9.18
25332024-05-16T00:20:42.094Z Compiling crypto-bigint v0.5.2
25342024-05-16T00:20:42.100Z Compiling num-integer v0.1.46
25352024-05-16T00:20:42.232Z Compiling der v0.7.8
25362024-05-16T00:20:42.869Z Compiling dof v0.3.0
25372024-05-16T00:20:42.900Z Compiling memmap v0.7.0
25382024-05-16T00:20:43.266Z Compiling crc32fast v1.3.2
25392024-05-16T00:20:44.350Z Compiling spki v0.7.2
25402024-05-16T00:20:44.734Z Compiling pkcs8 v0.10.2
25412024-05-16T00:20:45.219Z Compiling sec1 v0.7.3
25422024-05-16T00:20:45.306Z Compiling winnow v0.6.1
25432024-05-16T00:20:45.467Z Compiling unicode-segmentation v1.10.1
25442024-05-16T00:20:45.504Z Compiling managed v0.8.0
25452024-05-16T00:20:45.633Z Compiling elliptic-curve v0.13.8
25462024-05-16T00:20:45.774Z Compiling toml v0.7.8
25472024-05-16T00:20:45.944Z Compiling hex v0.4.3
25482024-05-16T00:20:45.988Z Compiling hyper v0.14.28
25492024-05-16T00:20:46.342Z Compiling num-bigint v0.4.4
25502024-05-16T00:20:46.403Z Compiling utf8parse v0.2.1
25512024-05-16T00:20:46.563Z Compiling anstyle v1.0.7
25522024-05-16T00:20:46.576Z Compiling matches v0.1.10
25532024-05-16T00:20:46.671Z Compiling idna v0.2.3
25542024-05-16T00:20:47.048Z Compiling anstyle-parse v0.2.1
25552024-05-16T00:20:47.365Z Compiling ipnetwork v0.20.0
25562024-05-16T00:20:47.487Z Compiling enum-as-inner v0.5.1
25572024-05-16T00:20:47.596Z Compiling siphasher v0.3.11
25582024-05-16T00:20:47.702Z Compiling usdt-macro v0.5.0
25592024-05-16T00:20:47.955Z Compiling usdt-attr-macro v0.5.0
25602024-05-16T00:20:48.236Z Compiling bit-vec v0.6.3
25612024-05-16T00:20:48.309Z Compiling colorchoice v1.0.0
25622024-05-16T00:20:48.458Z Compiling anstyle-query v1.0.0
25632024-05-16T00:20:48.587Z Compiling anstream v0.6.11
25642024-05-16T00:20:48.592Z Compiling trust-dns-proto v0.22.0
25652024-05-16T00:20:48.693Z Compiling toml_edit v0.22.12
25662024-05-16T00:20:49.272Z Compiling flate2 v1.0.30
25672024-05-16T00:20:49.322Z Compiling heapless v0.7.16
25682024-05-16T00:20:49.685Z Compiling usdt v0.5.0
25692024-05-16T00:20:49.836Z Compiling terminal_size v0.3.0
25702024-05-16T00:20:49.920Z Compiling regress v0.9.1
25712024-05-16T00:20:50.040Z Compiling strsim v0.11.0
25722024-05-16T00:20:50.209Z Compiling signal-hook v0.3.17
25732024-05-16T00:20:50.241Z Compiling clap_lex v0.7.0
25742024-05-16T00:20:50.526Z Compiling clap_builder v4.5.2
25752024-05-16T00:20:50.788Z Compiling itertools v0.10.5
25762024-05-16T00:20:50.989Z Compiling clap_derive v4.5.4
25772024-05-16T00:20:53.592Z Compiling hyper-tls v0.5.0
25782024-05-16T00:20:53.972Z Compiling hyper-rustls v0.24.2
25792024-05-16T00:20:54.329Z Compiling reqwest v0.11.27
25802024-05-16T00:20:55.108Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25812024-05-16T00:20:56.121Z Compiling yasna v0.5.2
25822024-05-16T00:20:56.365Z Compiling md-5 v0.10.5
25832024-05-16T00:20:56.642Z Compiling stringprep v0.1.3
25842024-05-16T00:20:57.160Z Compiling hash32 v0.2.1
25852024-05-16T00:20:57.317Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25862024-05-16T00:20:57.548Z Compiling smoltcp v0.9.1
25872024-05-16T00:20:57.649Z Compiling fallible-iterator v0.2.0
25882024-05-16T00:20:58.040Z Compiling regex-automata v0.1.10
25892024-05-16T00:20:58.341Z Compiling postgres-protocol v0.6.6
25902024-05-16T00:20:58.357Z Compiling clap v4.5.4
25912024-05-16T00:20:58.473Z Compiling bstr v0.2.17
25922024-05-16T00:20:59.392Z Compiling phf_shared v0.11.2
25932024-05-16T00:20:59.561Z Compiling tokio-stream v0.1.15
25942024-05-16T00:20:59.761Z Compiling hubpack_derive v0.1.1
25952024-05-16T00:20:59.833Z Compiling zerocopy-derive v0.6.6
25962024-05-16T00:20:59.964Z Compiling diesel_table_macro_syntax v0.1.0
25972024-05-16T00:21:00.171Z Compiling scheduled-thread-pool v0.2.7
25982024-05-16T00:21:00.298Z Compiling fs-err v2.11.0
25992024-05-16T00:21:00.393Z Compiling fixedbitset v0.4.2
26002024-05-16T00:21:00.607Z Compiling r2d2 v0.8.10
26012024-05-16T00:21:00.716Z Compiling hubpack v0.1.2
26022024-05-16T00:21:00.758Z Compiling petgraph v0.6.5
26032024-05-16T00:21:00.780Z Compiling diesel_derives v2.1.2
26042024-05-16T00:21:00.846Z Compiling phf v0.11.2
26052024-05-16T00:21:00.969Z Compiling similar v2.4.0
26062024-05-16T00:21:01.174Z Compiling postgres-types v0.2.6
26072024-05-16T00:21:02.164Z Compiling zerocopy v0.6.6
26082024-05-16T00:21:02.634Z Compiling signal-hook-mio v0.2.3
26092024-05-16T00:21:03.040Z Compiling phf_shared v0.10.0
26102024-05-16T00:21:03.091Z Compiling num-iter v0.1.45
26112024-05-16T00:21:03.291Z Compiling strum_macros v0.25.2
26122024-05-16T00:21:03.363Z Compiling serde_repr v0.1.16
26132024-05-16T00:21:03.458Z Compiling getopts v0.2.21
26142024-05-16T00:21:03.529Z Compiling console v0.15.8
26152024-05-16T00:21:04.501Z Compiling float-cmp v0.9.0
26162024-05-16T00:21:04.642Z Compiling difflib v0.4.0
26172024-05-16T00:21:04.724Z Compiling whoami v1.5.1
26182024-05-16T00:21:04.823Z Compiling normalize-line-endings v0.3.0
26192024-05-16T00:21:04.960Z Compiling minimal-lexical v0.2.1
26202024-05-16T00:21:05.082Z Compiling predicates-core v1.0.6
26212024-05-16T00:21:05.375Z Compiling new_debug_unreachable v1.0.4
26222024-05-16T00:21:05.460Z Compiling unsafe-libyaml v0.2.10
26232024-05-16T00:21:05.475Z Compiling static_assertions v1.1.0
26242024-05-16T00:21:05.479Z Compiling precomputed-hash v0.1.1
26252024-05-16T00:21:05.582Z Compiling string_cache v0.8.7
26262024-05-16T00:21:05.608Z Compiling nom v7.1.3
26272024-05-16T00:21:06.044Z Compiling predicates v3.1.0
26282024-05-16T00:21:06.316Z Compiling tokio-postgres v0.7.10
26292024-05-16T00:21:07.453Z Compiling serde_yaml v0.9.25
26302024-05-16T00:21:07.598Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26312024-05-16T00:21:07.863Z Compiling crossterm v0.27.0
26322024-05-16T00:21:10.304Z Compiling bit-set v0.5.3
26332024-05-16T00:21:10.561Z Compiling bstr v1.9.0
26342024-05-16T00:21:10.578Z Compiling peg-runtime v0.8.3
26352024-05-16T00:21:11.294Z Compiling lalrpop-util v0.19.12
26362024-05-16T00:21:11.506Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26372024-05-16T00:21:11.618Z Compiling sha1 v0.10.6
26382024-05-16T00:21:11.794Z Compiling camino v1.1.7
26392024-05-16T00:21:11.817Z Compiling strsim v0.10.0
26402024-05-16T00:21:11.945Z Compiling ident_case v1.0.1
26412024-05-16T00:21:12.052Z Compiling strum_macros v0.26.1
26422024-05-16T00:21:12.125Z Compiling darling_core v0.20.8
26432024-05-16T00:21:12.387Z Compiling dirs-sys-next v0.1.2
26442024-05-16T00:21:12.635Z Compiling match_cfg v0.1.0
26452024-05-16T00:21:12.736Z Compiling base64 v0.22.1
26462024-05-16T00:21:13.028Z Compiling hostname v0.3.1
26472024-05-16T00:21:13.241Z Compiling dirs-next v2.0.0
26482024-05-16T00:21:13.286Z Compiling toml v0.8.12
26492024-05-16T00:21:13.437Z Compiling http v1.0.0
26502024-05-16T00:21:13.493Z Compiling thread_local v1.1.7
26512024-05-16T00:21:13.511Z Compiling rustls-pki-types v1.3.0
26522024-05-16T00:21:13.748Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26532024-05-16T00:21:14.072Z Compiling slog-async v2.8.0
26542024-05-16T00:21:14.301Z Compiling term v0.7.0
26552024-05-16T00:21:14.680Z Compiling is-terminal v0.4.9
26562024-05-16T00:21:14.814Z Compiling crossbeam-channel v0.5.8
26572024-05-16T00:21:15.075Z Compiling rustls v0.22.4
26582024-05-16T00:21:15.378Z Compiling take_mut v0.2.2
26592024-05-16T00:21:15.542Z Compiling paste v1.0.15
26602024-05-16T00:21:16.003Z Compiling slog-term v2.9.1
26612024-05-16T00:21:16.024Z Compiling rustls-webpki v0.102.1
26622024-05-16T00:21:16.140Z Compiling multer v3.1.0
26632024-05-16T00:21:16.454Z Compiling instant v0.1.12
26642024-05-16T00:21:17.258Z Compiling slog-json v2.6.1
26652024-05-16T00:21:17.304Z Compiling diesel v2.1.6
26662024-05-16T00:21:17.448Z Compiling strum v0.26.2
26672024-05-16T00:21:17.628Z Compiling async-stream-impl v0.3.5
26682024-05-16T00:21:17.645Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26692024-05-16T00:21:17.937Z Compiling atomic-waker v1.1.1
26702024-05-16T00:21:17.965Z Compiling debug-ignore v1.0.5
26712024-05-16T00:21:18.098Z Compiling waitgroup v0.1.2
26722024-05-16T00:21:18.147Z Compiling slog-bunyan v2.5.0
26732024-05-16T00:21:18.327Z Compiling rustls-pemfile v2.1.2
26742024-05-16T00:21:18.344Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26752024-05-16T00:21:18.785Z Compiling serde_path_to_error v0.1.16
26762024-05-16T00:21:18.963Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26772024-05-16T00:21:19.094Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26782024-05-16T00:21:19.137Z Compiling async-stream v0.3.5
26792024-05-16T00:21:19.160Z Compiling darling_macro v0.20.8
26802024-05-16T00:21:19.216Z Compiling structmeta-derive v0.3.0
26812024-05-16T00:21:19.446Z Compiling hostname v0.4.0
26822024-05-16T00:21:19.702Z Compiling proc-macro-error-attr v1.0.4
26832024-05-16T00:21:19.740Z Compiling proc-macro-error v1.0.4
26842024-05-16T00:21:20.052Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26852024-05-16T00:21:20.215Z Compiling darling v0.20.8
26862024-05-16T00:21:20.336Z Compiling serde_with_macros v3.7.0
26872024-05-16T00:21:20.521Z Compiling newtype-uuid v1.1.0
26882024-05-16T00:21:20.662Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892024-05-16T00:21:20.791Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26902024-05-16T00:21:21.084Z Compiling backoff v0.4.0
26912024-05-16T00:21:21.434Z Compiling tokio-rustls v0.25.0
26922024-05-16T00:21:21.456Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932024-05-16T00:21:21.640Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26942024-05-16T00:21:21.721Z Compiling macaddr v1.0.1
26952024-05-16T00:21:21.850Z Compiling proc-macro-crate v1.3.1
26962024-05-16T00:21:22.161Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26972024-05-16T00:21:22.452Z Compiling structmeta v0.3.0
26982024-05-16T00:21:22.503Z Compiling fastrand v2.0.1
26992024-05-16T00:21:22.895Z Compiling parse-display-derive v0.9.0
27002024-05-16T00:21:22.964Z Compiling num_enum_derive v0.5.11
27012024-05-16T00:21:23.056Z Compiling tempfile v3.10.1
27022024-05-16T00:21:23.617Z Compiling serde_with v3.7.0
27032024-05-16T00:21:23.957Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27042024-05-16T00:21:24.289Z Compiling foreign-types-macros v0.2.3
27052024-05-16T00:21:25.722Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27062024-05-16T00:21:25.837Z Compiling num_enum v0.5.11
27072024-05-16T00:21:26.008Z Compiling foreign-types-shared v0.3.1
27082024-05-16T00:21:26.022Z Compiling heapless v0.8.0
27092024-05-16T00:21:26.125Z Compiling foreign-types v0.5.0
27102024-05-16T00:21:26.599Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27112024-05-16T00:21:26.859Z Compiling cstr-argument v0.1.2
27122024-05-16T00:21:27.114Z Compiling hash32 v0.3.1
27132024-05-16T00:21:27.358Z Compiling smoltcp v0.11.0
27142024-05-16T00:21:27.467Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27152024-05-16T00:21:27.481Z Compiling pretty-hex v0.2.1
27162024-05-16T00:21:27.649Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27172024-05-16T00:21:27.683Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27182024-05-16T00:21:27.961Z Compiling parse-display v0.9.0
27192024-05-16T00:21:27.999Z Compiling camino-tempfile v1.1.1
27202024-05-16T00:21:28.113Z Compiling tabwriter v1.4.0
27212024-05-16T00:21:28.253Z Compiling colored v2.1.0
27222024-05-16T00:21:28.462Z Compiling socket2 v0.4.9
27232024-05-16T00:21:28.613Z Compiling cobs v0.2.3
27242024-05-16T00:21:28.650Z Compiling embedded-io v0.4.0
27252024-05-16T00:21:28.882Z Compiling postcard v1.0.8
27262024-05-16T00:21:28.913Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27272024-05-16T00:21:29.000Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27282024-05-16T00:21:29.166Z Compiling crucible-workspace-hack v0.1.0
27292024-05-16T00:21:29.302Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27302024-05-16T00:21:29.329Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27312024-05-16T00:21:29.476Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27322024-05-16T00:21:29.833Z Compiling smf v0.2.3
27332024-05-16T00:21:29.898Z Compiling platforms v3.0.2
27342024-05-16T00:21:30.133Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27352024-05-16T00:21:30.257Z Compiling humantime v2.1.0
27362024-05-16T00:21:30.467Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27372024-05-16T00:21:30.480Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27382024-05-16T00:21:30.771Z Compiling num-derive v0.4.0
27392024-05-16T00:21:30.938Z Compiling sigpipe v0.1.3
27402024-05-16T00:21:31.056Z Compiling utf-8 v0.7.6
27412024-05-16T00:21:31.256Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27422024-05-16T00:21:31.696Z Compiling atty v0.2.14
27432024-05-16T00:21:31.836Z Compiling rayon-core v1.12.1
27442024-05-16T00:21:32.001Z Compiling semver v0.1.20
27452024-05-16T00:21:32.097Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27462024-05-16T00:21:32.139Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27472024-05-16T00:21:32.667Z Compiling same-file v1.0.6
27482024-05-16T00:21:32.909Z Compiling walkdir v2.5.0
27492024-05-16T00:21:33.188Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
27502024-05-16T00:21:33.740Z Compiling rustc_version v0.1.7
27512024-05-16T00:21:33.794Z Compiling curve25519-dalek v4.1.2
27522024-05-16T00:21:33.927Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27532024-05-16T00:21:34.132Z Compiling newline-converter v0.3.0
27542024-05-16T00:21:34.176Z Compiling crossbeam-deque v0.8.3
27552024-05-16T00:21:34.243Z Compiling universal-hash v0.5.1
27562024-05-16T00:21:34.302Z Compiling opaque-debug v0.3.0
27572024-05-16T00:21:34.319Z Compiling expectorate v1.1.0
27582024-05-16T00:21:34.397Z Compiling newtype_derive v0.1.6
27592024-05-16T00:21:34.438Z Compiling tungstenite v0.20.1
27602024-05-16T00:21:34.502Z Compiling signature v2.1.0
27612024-05-16T00:21:34.552Z Compiling curve25519-dalek-derive v0.1.0
27622024-05-16T00:21:34.754Z Compiling blake3 v1.5.0
27632024-05-16T00:21:34.795Z Compiling xattr v1.0.1
27642024-05-16T00:21:35.073Z Compiling filetime v0.2.23
27652024-05-16T00:21:35.393Z Compiling unicase v2.7.0
27662024-05-16T00:21:35.432Z Compiling getrandom v0.1.16
27672024-05-16T00:21:35.710Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27682024-05-16T00:21:35.769Z Compiling quick-error v1.2.3
27692024-05-16T00:21:35.911Z Compiling linked-hash-map v0.5.6
27702024-05-16T00:21:36.162Z Compiling termcolor v1.2.0
27712024-05-16T00:21:36.183Z Compiling arc-swap v1.6.0
27722024-05-16T00:21:36.268Z Compiling lru-cache v0.1.2
27732024-05-16T00:21:36.491Z Compiling resolv-conf v0.7.0
27742024-05-16T00:21:36.753Z Compiling slog-scope v4.4.0
27752024-05-16T00:21:36.817Z Compiling env_logger v0.9.3
27762024-05-16T00:21:36.849Z Compiling tokio-tungstenite v0.20.1
27772024-05-16T00:21:37.282Z Compiling rayon v1.10.0
27782024-05-16T00:21:37.318Z Compiling tar v0.4.40
27792024-05-16T00:21:37.480Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27802024-05-16T00:21:37.484Z Compiling password-hash v0.5.0
27812024-05-16T00:21:37.853Z Compiling blake2 v0.10.6
27822024-05-16T00:21:38.213Z Compiling bitstruct_derive v0.1.0
27832024-05-16T00:21:38.538Z Compiling derive-where v1.2.7
27842024-05-16T00:21:39.421Z Compiling memmap2 v0.7.1
27852024-05-16T00:21:39.587Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27862024-05-16T00:21:39.730Z Compiling ascii v1.1.0
27872024-05-16T00:21:39.744Z Compiling arrayvec v0.7.4
27882024-05-16T00:21:39.912Z Compiling arrayref v0.3.7
27892024-05-16T00:21:40.017Z Compiling home v0.5.5
27902024-05-16T00:21:40.157Z Compiling constant_time_eq v0.3.0
27912024-05-16T00:21:40.288Z Compiling libefi-sys v0.1.0
27922024-05-16T00:21:40.355Z Compiling bytecount v0.6.3
27932024-05-16T00:21:40.369Z Compiling parking_lot_core v0.8.6
27942024-05-16T00:21:40.556Z Compiling papergrid v0.11.0
27952024-05-16T00:21:40.603Z Compiling toolchain_find v0.4.0
27962024-05-16T00:21:40.877Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27972024-05-16T00:21:41.278Z Compiling bitstruct v0.1.1
27982024-05-16T00:21:41.396Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27992024-05-16T00:21:41.661Z Compiling argon2 v0.5.3
28002024-05-16T00:21:42.345Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28012024-05-16T00:21:42.528Z Compiling slog-stdlog v4.1.1
28022024-05-16T00:21:42.768Z Compiling trust-dns-resolver v0.22.0
28032024-05-16T00:21:43.816Z Compiling tabled_derive v0.7.0
28042024-05-16T00:21:44.000Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28052024-05-16T00:21:44.709Z Compiling num-rational v0.4.2
28062024-05-16T00:21:44.776Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28072024-05-16T00:21:44.949Z Compiling rfc6979 v0.4.0
28082024-05-16T00:21:45.137Z Compiling serde_arrays v0.1.0
28092024-05-16T00:21:45.141Z Compiling erased-serde v0.3.31
28102024-05-16T00:21:45.141Z Compiling aead v0.5.2
28112024-05-16T00:21:45.317Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28122024-05-16T00:21:45.519Z Compiling num-complex v0.4.6
28132024-05-16T00:21:45.701Z Compiling nibble_vec v0.1.0
28142024-05-16T00:21:45.915Z Compiling slog-dtrace v0.3.0
28152024-05-16T00:21:46.230Z Compiling cancel-safe-futures v0.1.5
28162024-05-16T00:21:46.278Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
28172024-05-16T00:21:46.482Z Compiling endian-type v0.1.2
28182024-05-16T00:21:46.486Z Compiling topological-sort v0.2.2
28192024-05-16T00:21:46.495Z Compiling keccak v0.1.4
28202024-05-16T00:21:46.502Z Compiling winapi v0.3.9
28212024-05-16T00:21:46.617Z Compiling tabled v0.15.0
28222024-05-16T00:21:46.694Z Compiling radix_trie v0.2.1
28232024-05-16T00:21:46.698Z Compiling omicron-zone-package v0.11.0
28242024-05-16T00:21:47.379Z Compiling sha3 v0.10.8
28252024-05-16T00:21:47.523Z Compiling num v0.4.3
28262024-05-16T00:21:47.567Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28272024-05-16T00:21:47.777Z Compiling ecdsa v0.16.9
28282024-05-16T00:21:48.352Z Compiling rand_core v0.5.1
28292024-05-16T00:21:48.614Z Compiling mime_guess v2.0.4
28302024-05-16T00:21:48.861Z Compiling slog-envlogger v2.2.0
28312024-05-16T00:21:49.177Z Compiling steno v0.4.0
28322024-05-16T00:21:49.969Z Compiling rustfmt-wrapper v0.2.1
28332024-05-16T00:21:50.575Z Compiling poly1305 v0.8.0
28342024-05-16T00:21:50.799Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28352024-05-16T00:21:51.506Z Compiling primeorder v0.13.6
28362024-05-16T00:21:51.979Z Compiling heck v0.3.3
28372024-05-16T00:21:52.402Z Compiling chacha20 v0.9.1
28382024-05-16T00:21:52.417Z Compiling thiserror-impl-no-std v2.0.2
28392024-05-16T00:21:52.854Z Compiling secrecy v0.8.0
28402024-05-16T00:21:53.120Z Compiling half v2.3.1
28412024-05-16T00:21:53.399Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28422024-05-16T00:21:53.706Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
28432024-05-16T00:21:53.706Z Compiling convert_case v0.4.0
28442024-05-16T00:21:54.020Z Compiling option-ext v0.2.0
28452024-05-16T00:21:54.075Z Compiling ciborium-io v0.2.2
28462024-05-16T00:21:54.143Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28472024-05-16T00:21:54.210Z Compiling ciborium-ll v0.2.2
28482024-05-16T00:21:54.306Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28492024-05-16T00:21:54.599Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502024-05-16T00:21:54.660Z Compiling dirs-sys v0.4.1
28512024-05-16T00:21:54.759Z Compiling derive_more v0.99.17
28522024-05-16T00:21:54.949Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28532024-05-16T00:21:55.070Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28542024-05-16T00:21:55.318Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28552024-05-16T00:21:55.459Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28562024-05-16T00:21:55.799Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28572024-05-16T00:21:55.885Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28582024-05-16T00:21:56.528Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28592024-05-16T00:21:56.845Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28602024-05-16T00:21:56.996Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28612024-05-16T00:21:57.315Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28622024-05-16T00:21:57.403Z Compiling thiserror-no-std v2.0.2
28632024-05-16T00:21:57.470Z Compiling zone_cfg_derive v0.1.2
28642024-05-16T00:21:57.622Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28652024-05-16T00:21:57.968Z Compiling parking_lot v0.11.2
28662024-05-16T00:21:58.073Z Compiling rand_chacha v0.2.2
28672024-05-16T00:21:58.942Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28682024-05-16T00:21:59.503Z Compiling trust-dns-client v0.22.0
28692024-05-16T00:21:59.693Z Compiling ed25519 v2.2.2
28702024-05-16T00:22:00.202Z Compiling polyval v0.6.1
28712024-05-16T00:22:00.256Z Compiling tungstenite v0.21.0
28722024-05-16T00:22:00.636Z Compiling blowfish v0.9.1
28732024-05-16T00:22:01.135Z Compiling aes v0.8.3
28742024-05-16T00:22:02.374Z Compiling ctr v0.9.2
28752024-05-16T00:22:02.729Z Compiling libsw v3.3.1
28762024-05-16T00:22:02.742Z Compiling toml v0.5.11
28772024-05-16T00:22:03.046Z Compiling password-hash v0.4.2
28782024-05-16T00:22:03.533Z Compiling pbkdf2 v0.12.2
28792024-05-16T00:22:03.730Z Compiling gethostname v0.4.3
28802024-05-16T00:22:03.955Z Compiling fxhash v0.2.1
28812024-05-16T00:22:04.028Z Compiling swrite v0.1.0
28822024-05-16T00:22:04.050Z Compiling base64 v0.13.1
28832024-05-16T00:22:04.109Z Compiling linear-map v1.2.0
28842024-05-16T00:22:04.157Z Compiling owo-colors v4.0.0
28852024-05-16T00:22:04.170Z Compiling sled v0.34.7
28862024-05-16T00:22:04.486Z Compiling trust-dns-server v0.22.1
28872024-05-16T00:22:04.644Z Compiling ron v0.7.1
28882024-05-16T00:22:06.522Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28892024-05-16T00:22:06.525Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28902024-05-16T00:22:06.984Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28912024-05-16T00:22:09.597Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28922024-05-16T00:22:10.739Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28932024-05-16T00:22:12.388Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28942024-05-16T00:22:12.395Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28952024-05-16T00:22:14.395Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28962024-05-16T00:22:14.612Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28972024-05-16T00:22:15.047Z Compiling bcrypt-pbkdf v0.10.0
28982024-05-16T00:22:15.420Z Compiling pbkdf2 v0.11.0
28992024-05-16T00:22:15.528Z Compiling tokio-tungstenite v0.21.0
29002024-05-16T00:22:15.606Z Compiling ghash v0.5.0
29012024-05-16T00:22:15.797Z Compiling ed25519-dalek v2.0.0
29022024-05-16T00:22:15.801Z Compiling russh-cryptovec v0.7.0
29032024-05-16T00:22:16.035Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29042024-05-16T00:22:16.120Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29052024-05-16T00:22:16.304Z Compiling zone v0.1.8
29062024-05-16T00:22:16.551Z Compiling rand v0.7.3
29072024-05-16T00:22:16.901Z Compiling vsss-rs v3.3.4
29082024-05-16T00:22:17.854Z Compiling dirs v5.0.1
29092024-05-16T00:22:18.071Z Compiling ciborium v0.2.2
29102024-05-16T00:22:18.506Z Compiling chacha20poly1305 v0.10.1
29112024-05-16T00:22:18.738Z Compiling p521 v0.13.3
29122024-05-16T00:22:19.104Z Compiling p256 v0.13.2
29132024-05-16T00:22:19.662Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29142024-05-16T00:22:19.974Z Compiling pem v3.0.4
29152024-05-16T00:22:20.764Z Compiling cbc v0.1.2
29162024-05-16T00:22:21.017Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29172024-05-16T00:22:21.269Z Compiling headers-core v0.2.0
29182024-05-16T00:22:21.377Z Compiling kstat-rs v0.2.3
29192024-05-16T00:22:21.463Z Compiling portpicker v0.1.1
29202024-05-16T00:22:21.519Z Compiling nanorand v0.7.0
29212024-05-16T00:22:21.533Z Compiling http-range v0.1.5
29222024-05-16T00:22:21.793Z Compiling glob v0.3.1
29232024-05-16T00:22:21.892Z Compiling md5 v0.7.0
29242024-05-16T00:22:22.010Z Compiling flume v0.11.0
29252024-05-16T00:22:22.137Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29262024-05-16T00:22:22.225Z Compiling russh-keys v0.43.0
29272024-05-16T00:22:22.433Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29282024-05-16T00:22:23.746Z Compiling hyper-staticfile v0.9.5
29292024-05-16T00:22:23.750Z Compiling headers v0.3.9
29302024-05-16T00:22:23.750Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29312024-05-16T00:22:24.780Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29322024-05-16T00:22:26.407Z Compiling rcgen v0.12.1
29332024-05-16T00:22:26.931Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29342024-05-16T00:22:27.117Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29352024-05-16T00:22:28.033Z Compiling aes-gcm v0.10.3
29362024-05-16T00:22:28.967Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29372024-05-16T00:22:29.440Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29382024-05-16T00:22:29.633Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
29392024-05-16T00:22:31.348Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29402024-05-16T00:22:31.853Z Compiling atomicwrites v0.4.3
29412024-05-16T00:22:32.222Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29422024-05-16T00:22:34.195Z Compiling itertools v0.12.1
29432024-05-16T00:22:36.264Z Compiling subprocess v0.2.9
29442024-05-16T00:22:37.541Z Compiling hex-literal v0.4.1
29452024-05-16T00:22:37.710Z Compiling dhcproto-macros v0.1.0
29462024-05-16T00:22:38.433Z Compiling display-error-chain v0.2.0
29472024-05-16T00:22:38.603Z Compiling russh v0.43.0
29482024-05-16T00:22:38.738Z Compiling dhcproto v0.11.0
29492024-05-16T00:22:38.840Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29502024-05-16T00:22:38.873Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29512024-05-16T00:22:41.756Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29522024-05-16T00:22:42.238Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29532024-05-16T00:22:42.265Z Compiling internet-checksum v0.2.1
29542024-05-16T00:22:44.768Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29552024-05-16T00:23:06.715Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29562024-05-16T00:23:49.197Z Finished dev [unoptimized + debuginfo] target(s) in 3m 53s
29572024-05-16T00:23:49.309Z
29582024-05-16T00:23:49.313Zreal 3:53.179534094
29592024-05-16T00:23:49.313Zuser 20:52.164105636
29602024-05-16T00:23:49.313Zsys 4:28.431901089
29612024-05-16T00:23:49.313Ztrap 0.669348917
29622024-05-16T00:23:49.314Ztflt 0.538721050
29632024-05-16T00:23:49.314Zdflt 1.919949855
29642024-05-16T00:23:49.314Zkflt 0.000176384
29652024-05-16T00:23:49.314Zlock 43:46.454724057
29662024-05-16T00:23:49.314Zslp 1:00:42.013374562
29672024-05-16T00:23:49.314Zlat 1:02.919279659
29682024-05-16T00:23:49.314Zstop 1:54.830171552
29692024-05-16T00:23:49.314Z+ mkdir tests
29702024-05-16T00:23:49.314Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29712024-05-16T00:23:49.314Z+ xargs -I '{}' -t cp '{}' tests/
29722024-05-16T00:23:50.709Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e96e8802af79a83a tests/
29732024-05-16T00:23:50.731Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a3c2733e55b547f6 tests/
29742024-05-16T00:23:50.751Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d1c0a40ec56cd3f tests/
29752024-05-16T00:23:50.772Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4264d40b72cdb893 tests/
29762024-05-16T00:23:51.071Z+ 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/*)
29772024-05-16T00:23:51.075Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-6d1c0a40ec56cd3f tests/commtest-a3c2733e55b547f6 tests/dhcp_server-e96e8802af79a83a tests/end_to_end_tests-4264d40b72cdb893 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29782024-05-16T00:24:54.707ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29792024-05-16T00:24:54.707Za out/target/test 1K
29802024-05-16T00:24:54.707Za out/npuzone/npuzone 23144K
29812024-05-16T00:24:54.707Za package-manifest.toml 27K
29822024-05-16T00:24:54.707Za smf/sled-agent/non-gimlet/config.toml 4K
29832024-05-16T00:24:54.708Za target/release/omicron-package 31468K
29842024-05-16T00:24:54.708Za target/release/xtask 6645K
29852024-05-16T00:24:54.708Za target/debug/bootstrap 351538K
29862024-05-16T00:24:54.708Za tests/bootstrap-6d1c0a40ec56cd3f 23707K
29872024-05-16T00:24:54.708Za tests/commtest-a3c2733e55b547f6 23707K
29882024-05-16T00:24:54.708Za tests/dhcp_server-e96e8802af79a83a 23707K
29892024-05-16T00:24:54.708Za tests/end_to_end_tests-4264d40b72cdb893 361689K
29902024-05-16T00:24:54.708Za out/clickhouse.tar.gz 222711K
29912024-05-16T00:24:54.708Za out/clickhouse_keeper.tar.gz 222709K
29922024-05-16T00:24:54.708Za out/cockroachdb.tar.gz 120676K
29932024-05-16T00:24:54.708Za out/crucible-pantry-zone.tar.gz 27059K
29942024-05-16T00:24:54.708Za out/crucible-zone.tar.gz 37723K
29952024-05-16T00:24:54.708Za out/external-dns.tar.gz 25069K
29962024-05-16T00:24:54.708Za out/internal-dns.tar.gz 25069K
29972024-05-16T00:24:54.708Za out/mg-ddm-gz.tar 60398K
29982024-05-16T00:24:54.708Za out/nexus.tar.gz 82548K
29992024-05-16T00:24:54.708Za out/ntp.tar.gz 8694K
30002024-05-16T00:24:54.708Za out/omicron-gateway-softnpu.tar.gz 14293K
30012024-05-16T00:24:54.708Za out/omicron-sled-agent.tar 94621K
30022024-05-16T00:24:54.708Za out/overlay.tar.gz 3K
30032024-05-16T00:24:54.708Za out/oximeter.tar.gz 40946K
30042024-05-16T00:24:54.708Za out/oxlog.tar 2895K
30052024-05-16T00:24:54.708Za out/probe.tar.gz 2764K
30062024-05-16T00:24:54.709Za out/propolis-server.tar.gz 65036K
30072024-05-16T00:24:54.709Za out/pumpkind-gz.tar 26665K
30082024-05-16T00:24:54.709Za out/switch-softnpu.tar.gz 195692K
30092024-05-16T00:24:54.713Z
30102024-05-16T00:24:54.713Zreal 1:03.625176230
30112024-05-16T00:24:54.713Zuser 1:00.800955912
30122024-05-16T00:24:54.713Zsys 3.917237415
30132024-05-16T00:24:54.713Ztrap 0.014792815
30142024-05-16T00:24:54.713Ztflt 0.000000000
30152024-05-16T00:24:54.713Zdflt 0.000000000
30162024-05-16T00:24:54.713Zkflt 0.000000000
30172024-05-16T00:24:54.713Zlock 0.000000000
30182024-05-16T00:24:54.713Zslp 1:00.708576152
30192024-05-16T00:24:54.713Zlat 1.805584121
30202024-05-16T00:24:54.713Zstop 0.000183077
30212024-05-16T00:24:54.713Zprocess exited: duration 1730527 ms, exit code 0
 
30222024-05-16T00:24:54.730Zfound 1 output files
30232024-05-16T00:24:54.730Zuploading: /work/package.tar.gz (1382734636 bytes)
30242024-05-16T00:32:34.553Zuploaded: /work/package.tar.gz