01HXXAKFBW2VSPG6PZKAY43S12: 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: 01HXXAP7CWS9QE0MF9BM77BGZ5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-15T05:14:11.929Zjob assigned to worker 01HXXAPK6Y4BVN05EC0R9XYHYX (queued for 1 m 6 s)
 
22024-05-15T05:14:19.882Zstarting task 0: "setup"
32024-05-15T05:14:19.942Z++ uname -s
42024-05-15T05:14:19.954Z+ kern=SunOS
52024-05-15T05:14:19.954Z+ case "$kern" in
62024-05-15T05:14:19.955Z+ groupadd -g 12345 build
72024-05-15T05:14:19.955Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-15T05:14:21.959Z+ zfs create -o mountpoint=/work rpool/work
92024-05-15T05:14:22.129Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-15T05:14:22.566Z+ home_fs=zfs
112024-05-15T05:14:22.566Z+ [[ zfs == autofs ]]
122024-05-15T05:14:22.566Z+ mkdir -p /home/build
132024-05-15T05:14:22.566Z+ chown build:build /home/build /work
142024-05-15T05:14:23.103Z+ chmod 0700 /home/build /work
152024-05-15T05:14:23.133Zprocess exited: duration 3219 ms, exit code 0
 
162024-05-15T05:14:23.624Zstarting task 1: "rust-toolchain"
172024-05-15T05:14:23.644Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-15T05:14:23.644Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-15T05:14:23.742Zinfo: downloading installer
202024-05-15T05:14:24.890Zwarning: it looks like you have an existing installation of Rust at:
212024-05-15T05:14:24.891Zwarning: /opt/ooce/bin
222024-05-15T05:14:24.891Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-15T05:14:24.891Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-15T05:14:24.892Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-15T05:14:24.892Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-15T05:14:24.893Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-15T05:14:24.893Zerror: cannot install while Rust is installed
282024-05-15T05:14:24.893Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-15T05:14:24.964Zinfo: profile set to 'default'
302024-05-15T05:14:24.964Zinfo: default host triple is x86_64-unknown-illumos
312024-05-15T05:14:24.989Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-15T05:14:25.080Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-15T05:14:25.080Zinfo: downloading component 'cargo'
342024-05-15T05:14:25.677Zinfo: downloading component 'clippy'
352024-05-15T05:14:25.881Zinfo: downloading component 'rust-docs'
362024-05-15T05:14:26.681Zinfo: downloading component 'rust-std'
372024-05-15T05:14:27.849Zinfo: downloading component 'rustc'
382024-05-15T05:14:31.034Zinfo: downloading component 'rustfmt'
392024-05-15T05:14:31.212Zinfo: installing component 'cargo'
402024-05-15T05:14:32.041Zinfo: installing component 'clippy'
412024-05-15T05:14:32.370Zinfo: installing component 'rust-docs'
422024-05-15T05:14:33.879Zinfo: installing component 'rust-std'
432024-05-15T05:14:35.546Zinfo: installing component 'rustc'
442024-05-15T05:14:39.620Zinfo: installing component 'rustfmt'
452024-05-15T05:14:39.951Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-15T05:14:39.952Z
472024-05-15T05:14:40.404Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-15T05:14:40.404Z
492024-05-15T05:14:40.435Z
502024-05-15T05:14:40.436ZRust is installed now. Great!
512024-05-15T05:14:40.436Z
522024-05-15T05:14:40.436ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-15T05:14:40.436Zenvironment variable. This has not been done automatically.
542024-05-15T05:14:40.437Z
552024-05-15T05:14:40.437ZTo configure your current shell, you need to source
562024-05-15T05:14:40.438Zthe corresponding env file under $HOME/.cargo.
572024-05-15T05:14:40.438Z
582024-05-15T05:14:40.438ZThis is usually done by running one of the following (note the leading DOT):
592024-05-15T05:14:40.438Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-15T05:14:40.439Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-15T05:14:40.439Z+ rustc --version
622024-05-15T05:14:40.439Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-15T05:14:40.440Zprocess exited: duration 16656 ms, exit code 0
 
642024-05-15T05:14:40.501Zstarting task 2: "authentication"
652024-05-15T05:14:40.559ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-15T05:15:51.372Zprocess exited: duration 70849 ms, exit code 0
 
672024-05-15T05:15:51.419Zstarting task 3: "clone repository"
682024-05-15T05:15:51.443Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-15T05:15:51.443Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-15T05:15:51.743ZCloning into '/work/oxidecomputer/omicron'...
712024-05-15T05:15:57.367Z+ cd /work/oxidecomputer/omicron
722024-05-15T05:15:57.400Z+ git fetch origin 4f7e84bc28234417a0dbf813636438ae097d1397
732024-05-15T05:15:57.673ZFrom https://github.com/oxidecomputer/omicron
742024-05-15T05:15:57.674Z * branch 4f7e84bc28234417a0dbf813636438ae097d1397 -> FETCH_HEAD
752024-05-15T05:15:57.689Z+ [[ -n '' ]]
762024-05-15T05:15:57.689Z+ git reset --hard 4f7e84bc28234417a0dbf813636438ae097d1397
772024-05-15T05:15:57.812ZHEAD is now at 4f7e84bc2 Update Rust crate serde_json to 1.0.117
782024-05-15T05:15:57.821Zprocess exited: duration 6392 ms, exit code 0
 
792024-05-15T05:15:57.841Zstarting task 4: "build"
802024-05-15T05:15:57.851Z+ cargo --version
812024-05-15T05:15:57.894Zcargo 1.77.2 (e52e36006 2024-03-26)
822024-05-15T05:15:57.911Z+ rustc --version
832024-05-15T05:15:57.964Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
842024-05-15T05:15:57.996Z+ WORK=/work
852024-05-15T05:15:57.996Z+ pfexec mkdir -p /work
862024-05-15T05:15:57.996Z+ pfexec chown build /work
872024-05-15T05:15:57.996Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
882024-05-15T05:16:08.680Z Startup: Refreshing catalog 'helios-dev' ... Done
892024-05-15T05:16:10.950Z Startup: Caching catalogs ... Done
902024-05-15T05:16:12.137ZPlanning: Solver setup ... Done (1.111s)
912024-05-15T05:16:12.566ZPlanning: Running solver ... Done (0.022s)
922024-05-15T05:16:12.566ZPlanning: Finding local manifests ... Done (0.002s)
932024-05-15T05:16:12.567ZPlanning: Fetching manifests: 0/4 0% complete
942024-05-15T05:16:12.567ZPlanning: Fetching manifests: 4/4 100% complete
952024-05-15T05:16:12.567ZPlanning: Package planning ... Done (0.049s)
962024-05-15T05:16:12.608ZPlanning: Merging actions ... Done (0.051s)
972024-05-15T05:16:13.500ZPlanning: Checking for conflicting actions ... Done (0.867s)
982024-05-15T05:16:13.528ZPlanning: Consolidating action changes ... Done (0.011s)
992024-05-15T05:16:17.530ZPlanning: Evaluating mediators ... Done (4.029s)
1002024-05-15T05:16:17.558ZPlanning: Planning completed in 6.94 seconds
1012024-05-15T05:16:17.862Z Packages to install: 4
1022024-05-15T05:16:17.862Z Mediators to change: 2
1032024-05-15T05:16:17.888Z Services to change: 1
1042024-05-15T05:16:17.888Z Estimated space available: 155.79 GB
1052024-05-15T05:16:17.888ZEstimated space to be consumed: 1.45 GB
1062024-05-15T05:16:17.889Z Create boot environment: No
1072024-05-15T05:16:17.889ZCreate backup boot environment: No
1082024-05-15T05:16:17.889Z Rebuild boot archive: No
1092024-05-15T05:16:17.889Z
1102024-05-15T05:16:17.889ZChanged mediators:
1112024-05-15T05:16:17.890Z mediator clang:
1122024-05-15T05:16:17.890Z version: None -> 15 (system default)
1132024-05-15T05:16:17.890Z
1142024-05-15T05:16:17.890Z mediator llvm:
1152024-05-15T05:16:17.890Z version: 14 (system default) -> 15 (system default)
1162024-05-15T05:16:17.890Z
1172024-05-15T05:16:17.890ZChanged packages:
1182024-05-15T05:16:17.890Zhelios-dev
1192024-05-15T05:16:17.890Z developer/build-essential
1202024-05-15T05:16:17.891Z None -> 11-2.0
1212024-05-15T05:16:17.891Z library/libxmlsec1
1222024-05-15T05:16:17.891Z None -> 1.2.35-2.0
1232024-05-15T05:16:17.891Z ooce/developer/clang-15
1242024-05-15T05:16:17.891Z None -> 15.0.7-2.0
1252024-05-15T05:16:17.891Z ooce/developer/llvm-15
1262024-05-15T05:16:17.891Z None -> 15.0.7-2.0
1272024-05-15T05:16:17.891Z
1282024-05-15T05:16:17.891ZServices:
1292024-05-15T05:16:17.891Z restart_fmri:
1302024-05-15T05:16:17.891Z svc:/system/update-man-index:default
1312024-05-15T05:16:18.061Z
1322024-05-15T05:16:18.061ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1332024-05-15T05:16:23.103ZDownload: 826/3290 items 18.8/212.6MB 8% complete (3.9M/s)
1342024-05-15T05:16:35.402ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (9.7M/s)
1352024-05-15T05:16:50.379ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1362024-05-15T05:16:55.557ZDownload: 1453/3290 items 117.2/212.6MB 55% complete (7.5M/s)
1372024-05-15T05:17:00.115ZDownload: 1708/3290 items 118.1/212.6MB 55% complete (3.6M/s)
1382024-05-15T05:17:05.124ZDownload: 2011/3290 items 118.7/212.6MB 55% complete (160k/s)
1392024-05-15T05:17:10.820ZDownload: 2145/3290 items 119.0/212.6MB 55% complete (102k/s)
1402024-05-15T05:17:15.536ZDownload: 2219/3290 items 119.2/212.6MB 56% complete (72.8k/s)
1412024-05-15T05:17:33.333ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1422024-05-15T05:17:38.333ZDownload: 2291/3290 items 119.6/212.6MB 56% complete (59.3k/s)
1432024-05-15T05:17:43.355ZDownload: 2491/3290 items 120.2/212.6MB 56% complete (110k/s)
1442024-05-15T05:17:48.404ZDownload: 2639/3290 items 120.6/212.6MB 56% complete (129k/s)
1452024-05-15T05:17:53.543ZDownload: 2771/3290 items 121.0/212.6MB 56% complete (74.2k/s)
1462024-05-15T05:17:58.727ZDownload: 2915/3290 items 121.2/212.6MB 57% complete (59.9k/s)
1472024-05-15T05:18:03.567ZDownload: 3092/3290 items 137.8/212.6MB 64% complete (1.6M/s)
1482024-05-15T05:18:18.148ZDownload: 3245/3290 items 202.3/212.6MB 95% complete (8.1M/s)
1492024-05-15T05:18:24.589ZDownload: 3247/3290 items 203.1/212.6MB 95% complete
1502024-05-15T05:18:35.935ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (1.3k/s)
1512024-05-15T05:18:41.589ZDownload: 3278/3290 items 211.1/212.6MB 99% complete (915k/s)
1522024-05-15T05:18:48.723ZDownload: 3282/3290 items 211.1/212.6MB 99% complete (953k/s)
1532024-05-15T05:19:08.661ZDownload: 3289/3290 items 212.6/212.6MB 99% complete
1542024-05-15T05:19:09.252ZDownload: Completed 212.60 MB in 167.50 seconds (1.3M/s)
1552024-05-15T05:19:09.252Z Actions: 1/3689 actions (Installing new actions)
1562024-05-15T05:19:10.813Z Actions: 3674/3689 actions (Installing new actions)
1572024-05-15T05:19:10.861Z Actions: Completed 3689 actions in 5.11 seconds.
1582024-05-15T05:19:11.080Z Done (0.220s)
1592024-05-15T05:19:11.080Z Done (0.000s)
1602024-05-15T05:19:11.375Z Done (0.295s)
1612024-05-15T05:19:16.421Z Done (4.894s)
1622024-05-15T05:19:16.640Z Done (0.122s)
1632024-05-15T05:19:16.660Z Done (0.000s)
1642024-05-15T05:19:16.774Z Done (0.000s)
1652024-05-15T05:19:17.314ZPlanning: Evaluating mediator changes ... Done
1662024-05-15T05:19:17.468ZPlanning: Checking for conflicting actions ... Done
1672024-05-15T05:19:17.495ZPlanning: Consolidating action changes ... Done
1682024-05-15T05:19:17.735ZPlanning: Evaluating mediators ... Done
1692024-05-15T05:19:18.172ZPlanning: Planning completed in 0.42 seconds
1702024-05-15T05:19:18.206Z Mediators to change: 2
1712024-05-15T05:19:18.206Z Create boot environment: No
1722024-05-15T05:19:18.206ZCreate backup boot environment: No
1732024-05-15T05:19:18.206Z Done
1742024-05-15T05:19:18.207Z Done
1752024-05-15T05:19:18.207Z Done
1762024-05-15T05:19:21.505Z Done
1772024-05-15T05:19:21.575Z Done
1782024-05-15T05:19:21.584Z Done
1792024-05-15T05:19:21.679Z Done
1802024-05-15T05:19:22.281ZPlanning: Evaluating mediator changes ... Done
1812024-05-15T05:19:22.293ZPlanning: Merging actions ... Done
1822024-05-15T05:19:22.462ZPlanning: Checking for conflicting actions ... Done
1832024-05-15T05:19:22.482ZPlanning: Consolidating action changes ... Done
1842024-05-15T05:19:22.774ZPlanning: Evaluating mediators ... Done
1852024-05-15T05:19:22.819ZPlanning: Planning completed in 0.74 seconds
1862024-05-15T05:19:22.850Z Packages to change: 1
1872024-05-15T05:19:22.850Z Mediators to change: 1
1882024-05-15T05:19:22.850Z Services to change: 1
1892024-05-15T05:19:22.850Z Create boot environment: No
1902024-05-15T05:19:22.851ZCreate backup boot environment: Yes
1912024-05-15T05:19:24.678Z Actions: 1/6 actions (Updating modified actions)
1922024-05-15T05:19:24.736Z Actions: Completed 6 actions in 0.04 seconds.
1932024-05-15T05:19:24.747Z Done
1942024-05-15T05:19:24.748Z Done
1952024-05-15T05:19:24.778Z Done
1962024-05-15T05:19:28.267Z Done
1972024-05-15T05:19:28.759Z Done
1982024-05-15T05:19:28.774Z Done
1992024-05-15T05:19:28.775Z Done
2002024-05-15T05:19:28.910ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-05-15T05:19:28.910Zclang system 15 system
2022024-05-15T05:19:28.911Zcsh system system illumos
2032024-05-15T05:19:28.911Zctags system system illumos
2042024-05-15T05:19:28.911Zgcc vendor 12 vendor
2052024-05-15T05:19:28.911Zgcc system 10 system
2062024-05-15T05:19:28.911Zgcc system 7 system
2072024-05-15T05:19:28.911Zgo system 1.20 system
2082024-05-15T05:19:28.912Zgo system 1.19 system
2092024-05-15T05:19:28.912Zllvm system 15 system
2102024-05-15T05:19:28.912Zllvm system 14 system
2112024-05-15T05:19:28.912Zmariadb system 10.6 system
2122024-05-15T05:19:28.912Zmta vendor vendor dma
2132024-05-15T05:19:28.912Zopenjdk system 17 system
2142024-05-15T05:19:28.912Zopenjdk system 11 system
2152024-05-15T05:19:28.912Zopenjdk system 1.8 system
2162024-05-15T05:19:28.912Zopenssl vendor 3 vendor
2172024-05-15T05:19:28.913Zperl system 5.36 system
2182024-05-15T05:19:28.913Zpostgresql system 15 system
2192024-05-15T05:19:28.913Zpostgresql system 13 system
2202024-05-15T05:19:28.913Zpython vendor 3 vendor
2212024-05-15T05:19:28.913Zpython system 2 system
2222024-05-15T05:19:28.913Zpython3 system 3.11 system
2232024-05-15T05:19:28.913Zruby system 3.0 system
2242024-05-15T05:19:28.913Zwords vendor vendor american-english
2252024-05-15T05:19:28.913Zwords system system australian-english
2262024-05-15T05:19:28.913Zwords system system british-english
2272024-05-15T05:19:28.914Zwords system system canadian-english
2282024-05-15T05:19:28.914Zwords system system french
2292024-05-15T05:19:28.914Zwords system system italian
2302024-05-15T05:19:28.914Zwords system system ngerman
2312024-05-15T05:19:28.914Zwords system system ogerman
2322024-05-15T05:19:28.914Zwords system system spanish
2332024-05-15T05:19:29.187ZPUBLISHER TYPE STATUS P LOCATION
2342024-05-15T05:19:29.188Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2352024-05-15T05:19:30.586ZFMRI IFO
2362024-05-15T05:19:30.586Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372024-05-15T05:19:30.586Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382024-05-15T05:19:30.586Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392024-05-15T05:19:30.587Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402024-05-15T05:19:30.587Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2412024-05-15T05:19:30.587Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422024-05-15T05:19:30.587Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2432024-05-15T05:19:30.587Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-05-15T05:19:30.588Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-05-15T05:19:30.588Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-05-15T05:19:30.588Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-05-15T05:19:30.588Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-05-15T05:19:30.837Z+ set -o errexit
2492024-05-15T05:19:30.856Z+++ dirname ./tools/ci_download_cockroachdb
2502024-05-15T05:19:30.857Z++ cd ./tools
2512024-05-15T05:19:30.857Z++ pwd
2522024-05-15T05:19:30.857Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2532024-05-15T05:19:30.857Z++ basename ./tools/ci_download_cockroachdb
2542024-05-15T05:19:30.858Z+ ARG0=ci_download_cockroachdb
2552024-05-15T05:19:30.858Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2562024-05-15T05:19:30.858Z+ CIDL_VERSION=v22.1.9
2572024-05-15T05:19:30.858Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2582024-05-15T05:19:30.858Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2592024-05-15T05:19:30.858Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2602024-05-15T05:19:30.858Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2612024-05-15T05:19:30.858Z+ TARGET_DIR=out
2622024-05-15T05:19:30.859Z+ DOWNLOAD_DIR=out/downloads
2632024-05-15T05:19:30.859Z+ DEST_DIR=./out/cockroachdb
2642024-05-15T05:19:30.859Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2652024-05-15T05:19:30.859Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2662024-05-15T05:19:30.860Z+ main
2672024-05-15T05:19:30.860Z+ [[ 0 != 0 ]]
2682024-05-15T05:19:30.860Z+ CIDL_OS=solaris2.11
2692024-05-15T05:19:30.860Z+ [[ 0 != 0 ]]
2702024-05-15T05:19:30.860Z+ configure_os solaris2.11
2712024-05-15T05:19:30.861Z+ echo 'current directory: /work/oxidecomputer/omicron'
2722024-05-15T05:19:30.861Zcurrent directory: /work/oxidecomputer/omicron
2732024-05-15T05:19:30.861Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-05-15T05:19:30.861Zconfiguring based on OS: "solaris2.11"
2752024-05-15T05:19:30.861Z+ case "$1" in
2762024-05-15T05:19:30.861Z+ CIDL_BUILD=illumos
2772024-05-15T05:19:30.861Z+ CIDL_SUFFIX=tar.gz
2782024-05-15T05:19:30.861Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2792024-05-15T05:19:30.862Z+ CIDL_URL_BASE=https://illumos.org/downloads
2802024-05-15T05:19:30.862Z+ CIDL_ASSEMBLE=do_assemble_illumos
2812024-05-15T05:19:30.862Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2822024-05-15T05:19:30.862Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2832024-05-15T05:19:30.862Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-15T05:19:30.862Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2852024-05-15T05:19:30.863Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-15T05:19:30.863Z+ CIDL_SHA256FUNC=do_sha256sum
2872024-05-15T05:19:30.863Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-05-15T05:19:30.863ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-15T05:19:30.863Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2902024-05-15T05:19:30.863ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-15T05:19:30.864Z+ mkdir -p out/downloads
2922024-05-15T05:19:30.864Z+ mkdir -p ./out/cockroachdb
2932024-05-15T05:19:30.864Z+ local DO_DOWNLOAD=true
2942024-05-15T05:19:30.864Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2952024-05-15T05:19:30.864Z+ '[' true == true ']'
2962024-05-15T05:19:30.864Z+ echo Downloading...
2972024-05-15T05:19:30.865ZDownloading...
2982024-05-15T05:19:30.865Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-15T05:19:30.865Z+ 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
3002024-05-15T05:19:34.170Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-15T05:19:34.175Z++ sha256sum
3022024-05-15T05:19:34.175Z++ awk '{print $1}'
3032024-05-15T05:19:34.231Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3042024-05-15T05:19:34.232Z+ [[ 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 ]]
3052024-05-15T05:19:34.236Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-15T05:19:34.236Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3072024-05-15T05:19:36.383Z+ do_assemble_illumos
3082024-05-15T05:19:36.383Z+ rm -r ./out/cockroachdb
3092024-05-15T05:19:36.803Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3102024-05-15T05:19:37.265Z+ ./out/cockroachdb/bin/cockroach version
3112024-05-15T05:19:37.265ZBuild Tag: v22.1.9-dirty
3122024-05-15T05:19:37.265ZBuild Time: 2022/10/26 21:17:46
3132024-05-15T05:19:37.265ZDistribution: OSS
3142024-05-15T05:19:37.265ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3152024-05-15T05:19:37.265ZGo Version: go1.17.13
3162024-05-15T05:19:37.265ZC Compiler: gcc 10.3.0
3172024-05-15T05:19:37.265ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3182024-05-15T05:19:37.265ZBuild Type: release
3192024-05-15T05:19:37.266Z+ set -o errexit
3202024-05-15T05:19:37.266Z+++ dirname ./tools/ci_download_clickhouse
3212024-05-15T05:19:37.266Z++ cd ./tools
3222024-05-15T05:19:37.266Z++ pwd
3232024-05-15T05:19:37.266Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3242024-05-15T05:19:37.266Z++ basename ./tools/ci_download_clickhouse
3252024-05-15T05:19:37.266Z+ ARG0=ci_download_clickhouse
3262024-05-15T05:19:37.266Z+ TARGET_DIR=out
3272024-05-15T05:19:37.266Z+ DOWNLOAD_DIR=out/downloads
3282024-05-15T05:19:37.266Z+ DEST_DIR=./out/clickhouse
3292024-05-15T05:19:37.266Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3302024-05-15T05:19:37.266Z+ CIDL_VERSION=v23.8.7.24
3312024-05-15T05:19:37.267Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3322024-05-15T05:19:37.267Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3332024-05-15T05:19:37.267Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3342024-05-15T05:19:37.267Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3352024-05-15T05:19:37.267Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3362024-05-15T05:19:37.267Z+ main
3372024-05-15T05:19:37.267Z+ [[ 0 != 0 ]]
3382024-05-15T05:19:37.267Z+ CIDL_OS=solaris2.11
3392024-05-15T05:19:37.267Z+ [[ 0 != 0 ]]
3402024-05-15T05:19:37.267Z+ configure_os solaris2.11
3412024-05-15T05:19:37.267Z+ echo 'current directory: /work/oxidecomputer/omicron'
3422024-05-15T05:19:37.267Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-05-15T05:19:37.267Z+ CIDL_DASHREV=
3442024-05-15T05:19:37.267Zcurrent directory: /work/oxidecomputer/omicron
3452024-05-15T05:19:37.268Zconfiguring based on OS: "solaris2.11"
3462024-05-15T05:19:37.268Z+ case "$1" in
3472024-05-15T05:19:37.268Z+ CIDL_PLATFORM=illumos
3482024-05-15T05:19:37.268Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3492024-05-15T05:19:37.268Z+ CIDL_MD5FUNC=do_md5sum
3502024-05-15T05:19:37.268Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3512024-05-15T05:19:37.268Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-15T05:19:37.268Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-15T05:19:37.268Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-15T05:19:37.268Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-05-15T05:19:37.268ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-15T05:19:37.268Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-05-15T05:19:37.268Z+ mkdir -p out/downloads
3582024-05-15T05:19:37.269ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-15T05:19:37.269Z+ mkdir -p ./out/clickhouse
3602024-05-15T05:19:37.269Z+ local DO_DOWNLOAD=true
3612024-05-15T05:19:37.269Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3622024-05-15T05:19:37.269Z+ '[' true == true ']'
3632024-05-15T05:19:37.269Z+ echo Downloading...
3642024-05-15T05:19:37.269ZDownloading...
3652024-05-15T05:19:37.269Z+ 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
3662024-05-15T05:19:37.269Z+ 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
3672024-05-15T05:19:38.647Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-15T05:19:38.664Z++ md5sum
3692024-05-15T05:19:38.664Z++ awk '{print $1}'
3702024-05-15T05:19:38.933Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3712024-05-15T05:19:38.933Z+ [[ 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 ]]
3722024-05-15T05:19:38.933Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3732024-05-15T05:19:39.018Z+ mkdir -p ./out/clickhouse
3742024-05-15T05:19:39.019Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3752024-05-15T05:19:42.713Z+ [[ solaris2.11 == darwin* ]]
3762024-05-15T05:19:42.713Z+ ./out/clickhouse/clickhouse server --version
3772024-05-15T05:19:43.070ZClickHouse server version 23.8.7.1.
3782024-05-15T05:19:43.088Z+ set -o errexit
3792024-05-15T05:19:43.107Z+++ dirname ./tools/ci_download_console
3802024-05-15T05:19:43.107Z++ cd ./tools
3812024-05-15T05:19:43.107Z++ pwd
3822024-05-15T05:19:43.107Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3832024-05-15T05:19:43.107Z++ basename ./tools/ci_download_console
3842024-05-15T05:19:43.107Z+ ARG0=ci_download_console
3852024-05-15T05:19:43.107Z+ TARGET_DIR=out
3862024-05-15T05:19:43.108Z+ DOWNLOAD_DIR=out/downloads
3872024-05-15T05:19:43.108Z+ DEST_DIR=./out/console-assets
3882024-05-15T05:19:43.108Z+ source /work/oxidecomputer/omicron/tools/console_version
3892024-05-15T05:19:43.108Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3902024-05-15T05:19:43.108Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3912024-05-15T05:19:43.108Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3922024-05-15T05:19:43.108Z+ TARBALL_FILE=out/downloads/console.tar.gz
3932024-05-15T05:19:43.108Z+ main
3942024-05-15T05:19:43.108Z+ [[ 0 != 0 ]]
3952024-05-15T05:19:43.108Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3962024-05-15T05:19:43.108Z+ echo 'Local file: out/downloads/console.tar.gz'
3972024-05-15T05:19:43.108Z+ local DO_DOWNLOAD=true
3982024-05-15T05:19:43.108ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3992024-05-15T05:19:43.108ZLocal file: out/downloads/console.tar.gz
4002024-05-15T05:19:43.109Z+ [[ -f out/downloads/console.tar.gz ]]
4012024-05-15T05:19:43.109Z+ mkdir -p out/downloads
4022024-05-15T05:19:43.109Z+ '[' true == true ']'
4032024-05-15T05:19:43.109Z+ echo Downloading...
4042024-05-15T05:19:43.109ZDownloading...
4052024-05-15T05:19:43.109Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4062024-05-15T05:19:43.109Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4072024-05-15T05:19:44.520Z++ do_sha256sum out/downloads/console.tar.gz
4082024-05-15T05:19:44.520Z++ case "$OSTYPE" in
4092024-05-15T05:19:44.521Z++ SHA=sha256sum
4102024-05-15T05:19:45.198Z++ sha256sum
4112024-05-15T05:19:45.198Z++ awk '{print $1}'
4122024-05-15T05:19:45.198Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4132024-05-15T05:19:45.198Z+ [[ 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 ]]
4142024-05-15T05:19:45.199Z+ rm -rf ./out/console-assets
4152024-05-15T05:19:45.199Z+ mkdir -p ./out/console-assets
4162024-05-15T05:19:45.199Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4172024-05-15T05:19:45.199Z+ mkdir -p ./out/console-assets
4182024-05-15T05:19:45.199Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4192024-05-15T05:19:45.199Z+ set -o errexit
4202024-05-15T05:19:45.199Z+++ dirname ./tools/ci_download_dendrite_openapi
4212024-05-15T05:19:45.200Z++ cd ./tools
4222024-05-15T05:19:45.200Z++ pwd
4232024-05-15T05:19:45.200Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242024-05-15T05:19:45.200Z++ basename ./tools/ci_download_dendrite_openapi
4252024-05-15T05:19:45.201Z+ ARG0=ci_download_dendrite_openapi
4262024-05-15T05:19:45.201Z+ TARGET_DIR=out
4272024-05-15T05:19:45.201Z+ DOWNLOAD_DIR=out/downloads
4282024-05-15T05:19:45.201Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4292024-05-15T05:19:45.201Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4302024-05-15T05:19:45.202Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4312024-05-15T05:19:45.202Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4322024-05-15T05:19:45.202Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4332024-05-15T05:19:45.202Z+ main
4342024-05-15T05:19:45.202Z+ [[ 0 != 0 ]]
4352024-05-15T05:19:45.202Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4362024-05-15T05:19:45.203ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4372024-05-15T05:19:45.203ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4382024-05-15T05:19:45.203Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4392024-05-15T05:19:45.203Z+ local DO_DOWNLOAD=true
4402024-05-15T05:19:45.203Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4412024-05-15T05:19:45.203Z+ mkdir -p out/downloads
4422024-05-15T05:19:45.203Z+ '[' true == true ']'
4432024-05-15T05:19:45.204Z+ echo Downloading...
4442024-05-15T05:19:45.204ZDownloading...
4452024-05-15T05:19:45.204Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4462024-05-15T05:19:45.204Z+ 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
4472024-05-15T05:19:45.204Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4482024-05-15T05:19:45.204Z++ case "$OSTYPE" in
4492024-05-15T05:19:45.205Z++ SHA=sha256sum
4502024-05-15T05:19:45.205Z++ sha256sum
4512024-05-15T05:19:45.205Z++ awk '{print $1}'
4522024-05-15T05:19:45.205Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4532024-05-15T05:19:45.205Z+ [[ 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 ]]
4542024-05-15T05:19:45.205Z+ set -o errexit
4552024-05-15T05:19:45.205Z+++ dirname ./tools/ci_download_dendrite_stub
4562024-05-15T05:19:45.206Z++ cd ./tools
4572024-05-15T05:19:45.206Z++ pwd
4582024-05-15T05:19:45.206Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4592024-05-15T05:19:45.206Z++ basename ./tools/ci_download_dendrite_stub
4602024-05-15T05:19:45.206Z+ ARG0=ci_download_dendrite_stub
4612024-05-15T05:19:45.206Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4622024-05-15T05:19:45.206Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4632024-05-15T05:19:45.206Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4642024-05-15T05:19:45.206Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4652024-05-15T05:19:45.207Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4662024-05-15T05:19:45.207Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4672024-05-15T05:19:45.207Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4682024-05-15T05:19:45.207Z+ TARGET_DIR=out
4692024-05-15T05:19:45.207Z+ DOWNLOAD_DIR=out/downloads
4702024-05-15T05:19:45.207Z+ DEST_DIR=./out/dendrite-stub
4712024-05-15T05:19:45.207Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4722024-05-15T05:19:45.208Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4732024-05-15T05:19:45.208Z+ REPO=oxidecomputer/dendrite
4742024-05-15T05:19:45.208Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4752024-05-15T05:19:45.208Z+ main
4762024-05-15T05:19:45.208Z+ [[ 0 != 0 ]]
4772024-05-15T05:19:45.208Z+ CIDL_OS=solaris2.11
4782024-05-15T05:19:45.208Z+ [[ 0 != 0 ]]
4792024-05-15T05:19:45.208Z+ configure_os solaris2.11
4802024-05-15T05:19:45.208Z+ echo 'current directory: /work/oxidecomputer/omicron'
4812024-05-15T05:19:45.208Zcurrent directory: /work/oxidecomputer/omicron
4822024-05-15T05:19:45.209Z+ echo 'configuring based on OS: "solaris2.11"'
4832024-05-15T05:19:45.209Z+ case "$1" in
4842024-05-15T05:19:45.209Z+ SET_BINARIES=
4852024-05-15T05:19:45.209Zconfiguring based on OS: "solaris2.11"
4862024-05-15T05:19:45.209Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4872024-05-15T05:19:45.209Z+ CIDL_SHA256FUNC=do_sha256sum
4882024-05-15T05:19:45.209Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4892024-05-15T05:19:45.209Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4902024-05-15T05:19:45.209Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4912024-05-15T05:19:45.209Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4922024-05-15T05:19:45.209Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4932024-05-15T05:19:45.209ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4942024-05-15T05:19:45.209ZLocal file: out/downloads/dendrite-stub.tar.gz
4952024-05-15T05:19:45.209Z+ mkdir -p out/downloads
4962024-05-15T05:19:45.209Z+ mkdir -p ./out/dendrite-stub
4972024-05-15T05:19:45.209Z+ fetch_and_verify
4982024-05-15T05:19:45.210Z+ local DO_DOWNLOAD=true
4992024-05-15T05:19:45.210Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5002024-05-15T05:19:45.210Z+ '[' true == true ']'
5012024-05-15T05:19:45.210Z+ echo Downloading...
5022024-05-15T05:19:45.210ZDownloading...
5032024-05-15T05:19:45.210Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5042024-05-15T05:19:45.210Z+ 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
5052024-05-15T05:19:56.898Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5062024-05-15T05:19:56.902Z++ sha256sum
5072024-05-15T05:19:56.902Z++ awk '{print $1}'
5082024-05-15T05:19:56.921Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5092024-05-15T05:19:56.924Z+ [[ 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 ]]
5102024-05-15T05:19:56.924Z+ do_untar out/downloads/dendrite-stub.tar.gz
5112024-05-15T05:19:56.924Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5122024-05-15T05:19:57.545Z+ do_assemble
5132024-05-15T05:19:57.545Z+ rm -r ./out/dendrite-stub
5142024-05-15T05:19:57.549Z+ mkdir ./out/dendrite-stub
5152024-05-15T05:19:57.550Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5162024-05-15T05:19:57.633Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5172024-05-15T05:19:57.648Z+ set -o errexit
5182024-05-15T05:19:57.656Z+++ dirname ./tools/ci_download_maghemite_mgd
5192024-05-15T05:19:57.656Z++ cd ./tools
5202024-05-15T05:19:57.657Z++ pwd
5212024-05-15T05:19:57.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5222024-05-15T05:19:57.657Z++ basename ./tools/ci_download_maghemite_mgd
5232024-05-15T05:19:57.658Z+ ARG0=ci_download_maghemite_mgd
5242024-05-15T05:19:57.658Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5252024-05-15T05:19:57.658Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5262024-05-15T05:19:57.659Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5272024-05-15T05:19:57.659Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5282024-05-15T05:19:57.659Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5292024-05-15T05:19:57.659Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5302024-05-15T05:19:57.660Z+ TARGET_DIR=out
5312024-05-15T05:19:57.660Z+ DOWNLOAD_DIR=out/downloads
5322024-05-15T05:19:57.661Z+ DEST_DIR=./out/mgd
5332024-05-15T05:19:57.661Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5342024-05-15T05:19:57.661Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-05-15T05:19:57.661Z+ REPO=oxidecomputer/maghemite
5362024-05-15T05:19:57.662Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5372024-05-15T05:19:57.662Z+ main
5382024-05-15T05:19:57.662Z+ rm -rf out/downloads/root
5392024-05-15T05:19:57.675Z+ [[ 0 != 0 ]]
5402024-05-15T05:19:57.675Z+ CIDL_OS=solaris2.11
5412024-05-15T05:19:57.675Z+ [[ 0 != 0 ]]
5422024-05-15T05:19:57.675Z+ configure_os solaris2.11
5432024-05-15T05:19:57.675Z+ echo 'current directory: /work/oxidecomputer/omicron'
5442024-05-15T05:19:57.675Zcurrent directory: /work/oxidecomputer/omicron
5452024-05-15T05:19:57.676Z+ echo 'configuring based on OS: "solaris2.11"'
5462024-05-15T05:19:57.676Z+ case "$1" in
5472024-05-15T05:19:57.677Zconfiguring based on OS: "solaris2.11"
5482024-05-15T05:19:57.677Z+ SET_BINARIES=
5492024-05-15T05:19:57.677Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-05-15T05:19:57.677Z+ TARBALL_FILENAME=mgd.tar.gz
5512024-05-15T05:19:57.677Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5522024-05-15T05:19:57.678Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5532024-05-15T05:19:57.678Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5542024-05-15T05:19:57.678Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5552024-05-15T05:19:57.678ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5562024-05-15T05:19:57.678ZLocal file: out/downloads/mgd.tar.gz
5572024-05-15T05:19:57.679Z+ mkdir -p out/downloads
5582024-05-15T05:19:57.679Z+ mkdir -p ./out/mgd
5592024-05-15T05:19:57.680Z+ fetch_and_verify
5602024-05-15T05:19:57.680Z+ local DO_DOWNLOAD=true
5612024-05-15T05:19:57.681Z+ [[ -f out/downloads/mgd.tar.gz ]]
5622024-05-15T05:19:57.681Z+ '[' true == true ']'
5632024-05-15T05:19:57.681Z+ echo Downloading...
5642024-05-15T05:19:57.682ZDownloading...
5652024-05-15T05:19:57.682Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5662024-05-15T05:19:57.682Z+ 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
5672024-05-15T05:20:15.156Z++ do_sha256sum out/downloads/mgd.tar.gz
5682024-05-15T05:20:15.162Z++ sha256sum
5692024-05-15T05:20:15.162Z++ awk '{print $1}'
5702024-05-15T05:20:15.176Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5712024-05-15T05:20:15.220Z+ [[ 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 ]]
5722024-05-15T05:20:15.220Z+ do_untar out/downloads/mgd.tar.gz
5732024-05-15T05:20:15.220Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5742024-05-15T05:20:15.753Z+ do_assemble
5752024-05-15T05:20:15.754Z+ rm -r ./out/mgd
5762024-05-15T05:20:15.758Z+ mkdir ./out/mgd
5772024-05-15T05:20:15.758Z+ cp -r out/downloads/root ./out/mgd/root
5782024-05-15T05:20:15.848Z+ set -o errexit
5792024-05-15T05:20:15.864Z+++ dirname ./tools/ci_download_transceiver_control
5802024-05-15T05:20:15.864Z++ cd ./tools
5812024-05-15T05:20:15.864Z++ pwd
5822024-05-15T05:20:15.865Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5832024-05-15T05:20:15.865Z++ basename ./tools/ci_download_transceiver_control
5842024-05-15T05:20:15.865Z+ ARG0=ci_download_transceiver_control
5852024-05-15T05:20:15.865Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5862024-05-15T05:20:15.865Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5872024-05-15T05:20:15.865Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5882024-05-15T05:20:15.865Z+ TARGET_DIR=out
5892024-05-15T05:20:15.865Z+ DOWNLOAD_DIR=out/downloads
5902024-05-15T05:20:15.865Z+ DEST_DIR=./out/transceiver-control
5912024-05-15T05:20:15.866Z+ BIN_DIR=/opt/oxide/bin
5922024-05-15T05:20:15.866Z+ BINARY=xcvradm
5932024-05-15T05:20:15.866Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5942024-05-15T05:20:15.866Z+ REPO=oxidecomputer/transceiver-control
5952024-05-15T05:20:15.866Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5962024-05-15T05:20:15.866Z+ main
5972024-05-15T05:20:15.867Z+ [[ 0 != 0 ]]
5982024-05-15T05:20:15.867Z+ CIDL_OS=solaris2.11
5992024-05-15T05:20:15.867Z+ [[ 0 != 0 ]]
6002024-05-15T05:20:15.867Z+ configure_os solaris2.11
6012024-05-15T05:20:15.867Z+ echo 'current directory: /work/oxidecomputer/omicron'
6022024-05-15T05:20:15.867Zcurrent directory: /work/oxidecomputer/omicron
6032024-05-15T05:20:15.867Z+ echo 'configuring based on OS: "solaris2.11"'
6042024-05-15T05:20:15.867Z+ case "$1" in
6052024-05-15T05:20:15.867Zconfiguring based on OS: "solaris2.11"
6062024-05-15T05:20:15.868Z+ SET_BINARIES=
6072024-05-15T05:20:15.868Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6082024-05-15T05:20:15.868Z+ CIDL_SHA256FUNC=do_sha256sum
6092024-05-15T05:20:15.868Z+ ARCHIVE_FILENAME=xcvradm.gz
6102024-05-15T05:20:15.868Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6112024-05-15T05:20:15.868Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6122024-05-15T05:20:15.868Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6132024-05-15T05:20:15.868ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6142024-05-15T05:20:15.868ZLocal file: out/downloads/xcvradm.gz
6152024-05-15T05:20:15.868Z+ echo 'Local file: out/downloads/xcvradm.gz'
6162024-05-15T05:20:15.869Z+ mkdir -p out/downloads
6172024-05-15T05:20:15.869Z+ mkdir -p ./out/transceiver-control
6182024-05-15T05:20:15.869Z+ fetch_and_verify
6192024-05-15T05:20:15.869Z+ local DO_DOWNLOAD=true
6202024-05-15T05:20:15.869Z+ [[ -f out/downloads/xcvradm.gz ]]
6212024-05-15T05:20:15.869Z+ '[' true == true ']'
6222024-05-15T05:20:15.869Z+ echo Downloading...
6232024-05-15T05:20:15.869ZDownloading...
6242024-05-15T05:20:15.869Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6252024-05-15T05:20:15.869Z+ 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
6262024-05-15T05:20:18.524Z++ do_sha256sum out/downloads/xcvradm.gz
6272024-05-15T05:20:18.962Z++ sha256sum
6282024-05-15T05:20:18.962Z++ awk '{print $1}'
6292024-05-15T05:20:18.962Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6302024-05-15T05:20:18.962Z+ [[ 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 ]]
6312024-05-15T05:20:18.962Z+ do_unpack out/downloads/xcvradm.gz
6322024-05-15T05:20:18.962Z+ mkdir -p out/downloads/root//opt/oxide/bin
6332024-05-15T05:20:18.962Z+ gzip -dc out/downloads/xcvradm.gz
6342024-05-15T05:20:18.980Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6352024-05-15T05:20:18.980Z+ do_assemble
6362024-05-15T05:20:18.981Z+ rm -r ./out/transceiver-control
6372024-05-15T05:20:18.981Z+ mkdir ./out/transceiver-control
6382024-05-15T05:20:18.981Z+ cp -r out/downloads/root ./out/transceiver-control/root
6392024-05-15T05:20:18.982Z+ set -o errexit
6402024-05-15T05:20:18.982Z+++ dirname ./tools/ci_download_thundermuffin
6412024-05-15T05:20:18.982Z++ cd ./tools
6422024-05-15T05:20:18.982Z++ pwd
6432024-05-15T05:20:18.982Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6442024-05-15T05:20:18.983Z++ basename ./tools/ci_download_thundermuffin
6452024-05-15T05:20:18.983Z+ ARG0=ci_download_thundermuffin
6462024-05-15T05:20:18.983Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6472024-05-15T05:20:18.983Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6482024-05-15T05:20:18.983Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6492024-05-15T05:20:18.984Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6502024-05-15T05:20:18.985Z+ TARGET_DIR=out
6512024-05-15T05:20:18.985Z+ DOWNLOAD_DIR=out/downloads
6522024-05-15T05:20:18.985Z+ DEST_DIR=./out/thundermuffin
6532024-05-15T05:20:18.986Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6542024-05-15T05:20:18.986Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6552024-05-15T05:20:18.986Z+ REPO=oxidecomputer/thundermuffin
6562024-05-15T05:20:18.986Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6572024-05-15T05:20:18.987Z+ main
6582024-05-15T05:20:18.987Z+ rm -rf out/downloads/root
6592024-05-15T05:20:18.987Z+ [[ 0 != 0 ]]
6602024-05-15T05:20:18.987Z+ CIDL_OS=solaris2.11
6612024-05-15T05:20:18.987Z+ [[ 0 != 0 ]]
6622024-05-15T05:20:18.988Z+ configure_os solaris2.11
6632024-05-15T05:20:18.988Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-05-15T05:20:18.988Zcurrent directory: /work/oxidecomputer/omicron
6652024-05-15T05:20:18.988Z+ echo 'configuring based on OS: "solaris2.11"'
6662024-05-15T05:20:18.988Z+ case "$1" in
6672024-05-15T05:20:18.989Z+ SET_BINARIES=
6682024-05-15T05:20:18.989Zconfiguring based on OS: "solaris2.11"
6692024-05-15T05:20:18.990Z+ CIDL_SHA256FUNC=do_sha256sum
6702024-05-15T05:20:18.990Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6712024-05-15T05:20:18.990Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6722024-05-15T05:20:18.990Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6732024-05-15T05:20:18.990Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6742024-05-15T05:20:18.990ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6752024-05-15T05:20:18.991Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6762024-05-15T05:20:18.991ZLocal file: out/downloads/thundermuffin.tar.gz
6772024-05-15T05:20:18.991Z+ mkdir -p out/downloads
6782024-05-15T05:20:18.992Z+ mkdir -p ./out/thundermuffin
6792024-05-15T05:20:18.992Z+ fetch_and_verify
6802024-05-15T05:20:18.992Z+ local DO_DOWNLOAD=true
6812024-05-15T05:20:18.992Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6822024-05-15T05:20:18.993Z+ '[' true == true ']'
6832024-05-15T05:20:18.993Z+ echo Downloading...
6842024-05-15T05:20:18.993ZDownloading...
6852024-05-15T05:20:18.994Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6862024-05-15T05:20:18.994Z+ 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
6872024-05-15T05:20:20.435Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6882024-05-15T05:20:20.443Z++ sha256sum
6892024-05-15T05:20:20.443Z++ awk '{print $1}'
6902024-05-15T05:20:20.451Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6912024-05-15T05:20:20.451Z+ [[ 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 ]]
6922024-05-15T05:20:20.451Z+ do_untar out/downloads/thundermuffin.tar.gz
6932024-05-15T05:20:20.451Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6942024-05-15T05:20:20.596Z+ do_assemble
6952024-05-15T05:20:20.596Z+ rm -r ./out/thundermuffin
6962024-05-15T05:20:20.630Z+ mkdir ./out/thundermuffin
6972024-05-15T05:20:20.631Z+ cp -r out/downloads/root ./out/thundermuffin/root
6982024-05-15T05:20:20.631ZAll prerequisites installed successfully
6992024-05-15T05:20:20.632Z
7002024-05-15T05:20:20.633Zreal 4:22.465674286
7012024-05-15T05:20:20.633Zuser 36.878076930
7022024-05-15T05:20:20.633Zsys 6.723429207
7032024-05-15T05:20:20.633Ztrap 0.007101676
7042024-05-15T05:20:20.634Ztflt 0.240576076
7052024-05-15T05:20:20.634Zdflt 0.221690734
7062024-05-15T05:20:20.634Zkflt 0.157678106
7072024-05-15T05:20:20.634Zlock 1.535826980
7082024-05-15T05:20:20.634Zslp 8:57.306810055
7092024-05-15T05:20:20.634Zlat 1.945131615
7102024-05-15T05:20:20.634Zstop 0.156356655
7112024-05-15T05:20:20.635Z+ ptime -m ./tools/ci_download_softnpu_machinery
7122024-05-15T05:20:20.636Zfetching npuzone
7132024-05-15T05:20:20.636ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7142024-05-15T05:20:20.636Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7152024-05-15T05:20:20.636ZGetting hash for npuzone
7162024-05-15T05:20:20.730Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7172024-05-15T05:20:29.681Znpuzone downloaded successfully
7182024-05-15T05:20:29.702Z
7192024-05-15T05:20:29.702Zreal 9.153023326
7202024-05-15T05:20:29.702Zuser 0.251648079
7212024-05-15T05:20:29.703Zsys 0.084582244
7222024-05-15T05:20:29.703Ztrap 0.000084258
7232024-05-15T05:20:29.703Ztflt 0.000000000
7242024-05-15T05:20:29.703Zdflt 0.000000000
7252024-05-15T05:20:29.703Zkflt 0.000000000
7262024-05-15T05:20:29.703Zlock 0.000000000
7272024-05-15T05:20:29.704Zslp 27.044833765
7282024-05-15T05:20:29.704Zlat 0.057505655
7292024-05-15T05:20:29.704Zstop 0.000165102
7302024-05-15T05:20:29.704Z+ export CARGO_INCREMENTAL=0
7312024-05-15T05:20:29.704Z+ CARGO_INCREMENTAL=0
7322024-05-15T05:20:29.704Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7332024-05-15T05:20:29.895Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7342024-05-15T05:20:30.215Z Updating git repository `https://github.com/oxidecomputer/zone`
7352024-05-15T05:20:30.511Z Updating crates.io index
7362024-05-15T05:20:30.529Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7372024-05-15T05:20:31.288Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7382024-05-15T05:20:32.190Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7392024-05-15T05:20:34.538Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7402024-05-15T05:20:35.047Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7412024-05-15T05:20:35.371Z Updating git repository `https://github.com/oxidecomputer/propolis`
7422024-05-15T05:20:36.460Z Updating git repository `https://github.com/oxidecomputer/crucible`
7432024-05-15T05:20:38.255Z Updating git repository `https://github.com/oxidecomputer/opte`
7442024-05-15T05:20:39.366Z Updating git repository `https://github.com/oxidecomputer/falcon`
7452024-05-15T05:20:44.613Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7462024-05-15T05:20:44.613Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7472024-05-15T05:20:44.613Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7482024-05-15T05:20:44.613Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7492024-05-15T05:20:44.614Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7502024-05-15T05:20:44.614Z Updating git repository `http://github.com/oxidecomputer/tofino`
7512024-05-15T05:20:44.614Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7522024-05-15T05:20:44.614Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7532024-05-15T05:20:44.614Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7542024-05-15T05:20:44.614Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7552024-05-15T05:20:44.614Z Updating git repository `https://github.com/oxidecomputer/ispf`
7562024-05-15T05:20:44.614Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7572024-05-15T05:20:44.750Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7582024-05-15T05:20:45.019Z Updating git repository `https://github.com/jgallagher/nix`
7592024-05-15T05:20:45.931Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7602024-05-15T05:20:46.182Z Updating git repository `https://github.com/cbiffle/hubpack`
7612024-05-15T05:20:46.625Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7622024-05-15T05:20:47.151Z Updating git repository `https://github.com/oxidecomputer/typify`
7632024-05-15T05:20:49.105Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7642024-05-15T05:20:49.642Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7652024-05-15T05:20:49.866Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7662024-05-15T05:20:50.757Z Updating git repository `https://github.com/oxidecomputer/rfb`
7672024-05-15T05:20:51.571Z Downloading crates ...
7682024-05-15T05:20:51.690Z Downloaded atomic-waker v1.1.1
7692024-05-15T05:20:51.712Z Downloaded anstyle v1.0.7
7702024-05-15T05:20:51.713Z Downloaded hashbrown v0.13.2
7712024-05-15T05:20:51.733Z Downloaded crossbeam-deque v0.8.3
7722024-05-15T05:20:51.733Z Downloaded hostname v0.3.1
7732024-05-15T05:20:51.733Z Downloaded async-recursion v1.1.1
7742024-05-15T05:20:51.733Z Downloaded aead v0.5.2
7752024-05-15T05:20:51.734Z Downloaded ascii-canvas v3.0.0
7762024-05-15T05:20:51.734Z Downloaded anstyle-query v1.0.0
7772024-05-15T05:20:51.734Z Downloaded anstyle-parse v0.2.1
7782024-05-15T05:20:51.734Z Downloaded atty v0.2.14
7792024-05-15T05:20:51.734Z Downloaded atomicwrites v0.4.3
7802024-05-15T05:20:51.734Z Downloaded ascii v1.1.0
7812024-05-15T05:20:51.758Z Downloaded assert_matches v1.5.0
7822024-05-15T05:20:51.758Z Downloaded array-init v0.0.4
7832024-05-15T05:20:51.758Z Downloaded hkdf v0.12.4
7842024-05-15T05:20:51.758Z Downloaded hostname v0.4.0
7852024-05-15T05:20:51.758Z Downloaded cexpr v0.6.0
7862024-05-15T05:20:51.759Z Downloaded autocfg v1.1.0
7872024-05-15T05:20:51.759Z Downloaded arrayref v0.3.7
7882024-05-15T05:20:51.759Z Downloaded cfg-if v1.0.0
7892024-05-15T05:20:51.759Z Downloaded httparse v1.8.0
7902024-05-15T05:20:51.759Z Downloaded anstream v0.6.11
7912024-05-15T05:20:51.759Z Downloaded castaway v0.2.2
7922024-05-15T05:20:51.760Z Downloaded hmac v0.12.1
7932024-05-15T05:20:51.760Z Downloaded headers-core v0.2.0
7942024-05-15T05:20:51.778Z Downloaded hubpack v0.1.2
7952024-05-15T05:20:51.778Z Downloaded http v0.2.12
7962024-05-15T05:20:51.778Z Downloaded ciborium-io v0.2.2
7972024-05-15T05:20:51.778Z Downloaded cfg_aliases v0.1.1
7982024-05-15T05:20:51.779Z Downloaded highway v1.1.0
7992024-05-15T05:20:51.779Z Downloaded http-range v0.1.5
8002024-05-15T05:20:51.779Z Downloaded bit-set v0.5.3
8012024-05-15T05:20:51.779Z Downloaded async-trait v0.1.80
8022024-05-15T05:20:51.779Z Downloaded anyhow v1.0.83
8032024-05-15T05:20:51.780Z Downloaded http v1.0.0
8042024-05-15T05:20:51.780Z Downloaded cargo_metadata v0.18.1
8052024-05-15T05:20:51.802Z Downloaded bcs v0.1.6
8062024-05-15T05:20:51.803Z Downloaded is_ci v1.2.0
8072024-05-15T05:20:51.803Z Downloaded ident_case v1.0.1
8082024-05-15T05:20:51.803Z Downloaded async-stream v0.3.5
8092024-05-15T05:20:51.804Z Downloaded constant_time_eq v0.3.0
8102024-05-15T05:20:51.804Z Downloaded clap v4.5.4
8112024-05-15T05:20:51.823Z Downloaded matches v0.1.10
8122024-05-15T05:20:51.824Z Downloaded cassowary v0.3.0
8132024-05-15T05:20:51.824Z Downloaded match_cfg v0.1.0
8142024-05-15T05:20:51.824Z Downloaded kstat-rs v0.2.3
8152024-05-15T05:20:51.824Z Downloaded instant v0.1.12
8162024-05-15T05:20:51.824Z Downloaded colorchoice v1.0.0
8172024-05-15T05:20:51.825Z Downloaded hyper-tls v0.5.0
8182024-05-15T05:20:51.825Z Downloaded normalize-line-endings v0.3.0
8192024-05-15T05:20:51.825Z Downloaded new_debug_unreachable v1.0.4
8202024-05-15T05:20:51.825Z Downloaded hex v0.4.3
8212024-05-15T05:20:51.826Z Downloaded headers v0.3.9
8222024-05-15T05:20:51.826Z Downloaded mockall v0.12.1
8232024-05-15T05:20:51.826Z Downloaded console v0.15.8
8242024-05-15T05:20:51.826Z Downloaded bit-vec v0.6.3
8252024-05-15T05:20:51.852Z Downloaded base64 v0.13.1
8262024-05-15T05:20:51.852Z Downloaded libsw v3.3.1
8272024-05-15T05:20:51.852Z Downloaded bitstruct_derive v0.1.0
8282024-05-15T05:20:51.852Z Downloaded is-terminal v0.4.9
8292024-05-15T05:20:51.853Z Downloaded ipnetwork v0.20.0
8302024-05-15T05:20:51.853Z Downloaded newtype_derive v0.1.6
8312024-05-15T05:20:51.853Z Downloaded newline-converter v0.3.0
8322024-05-15T05:20:51.853Z Downloaded cobs v0.2.3
8332024-05-15T05:20:51.853Z Downloaded ciborium-ll v0.2.2
8342024-05-15T05:20:51.853Z Downloaded macaddr v1.0.1
8352024-05-15T05:20:51.854Z Downloaded crc v3.0.1
8362024-05-15T05:20:51.854Z Downloaded lru v0.12.1
8372024-05-15T05:20:51.893Z Downloaded managed v0.8.0
8382024-05-15T05:20:51.893Z Downloaded linked-hash-map v0.5.6
8392024-05-15T05:20:51.894Z Downloaded clap_lex v0.7.0
8402024-05-15T05:20:51.894Z Downloaded chacha20 v0.9.1
8412024-05-15T05:20:51.894Z Downloaded keccak v0.1.4
8422024-05-15T05:20:51.894Z Downloaded multimap v0.10.0
8432024-05-15T05:20:51.895Z Downloaded mime v0.3.17
8442024-05-15T05:20:51.895Z Downloaded lazycell v1.3.0
8452024-05-15T05:20:51.895Z Downloaded indoc v2.0.3
8462024-05-15T05:20:51.895Z Downloaded convert_case v0.4.0
8472024-05-15T05:20:51.895Z Downloaded colored v2.1.0
8482024-05-15T05:20:51.895Z Downloaded base16ct v0.2.0
8492024-05-15T05:20:51.895Z Downloaded cipher v0.4.4
8502024-05-15T05:20:51.896Z Downloaded ciborium v0.2.2
8512024-05-15T05:20:51.896Z Downloaded const_format_proc_macros v0.2.32
8522024-05-15T05:20:51.896Z Downloaded nodrop v0.1.14
8532024-05-15T05:20:51.896Z Downloaded nanorand v0.7.0
8542024-05-15T05:20:51.896Z Downloaded memoffset v0.7.1
8552024-05-15T05:20:53.148Z Downloaded memmap v0.7.0
8562024-05-15T05:20:53.148Z Downloaded lock_api v0.4.10
8572024-05-15T05:20:53.148Z Downloaded maplit v1.0.2
8582024-05-15T05:20:53.148Z Downloaded tinyvec_macros v0.1.1
8592024-05-15T05:20:53.148Z Downloaded sync_wrapper v0.1.2
8602024-05-15T05:20:53.148Z Downloaded lalrpop-util v0.19.12
8612024-05-15T05:20:53.148Z Downloaded inout v0.1.3
8622024-05-15T05:20:53.148Z Downloaded md-5 v0.10.5
8632024-05-15T05:20:53.149Z Downloaded rustc_version v0.1.7
8642024-05-15T05:20:53.149Z Downloaded diesel_table_macro_syntax v0.1.0
8652024-05-15T05:20:53.149Z Downloaded bitflags v1.3.2
8662024-05-15T05:20:53.149Z Downloaded crc-catalog v2.2.0
8672024-05-15T05:20:53.149Z Downloaded derive_builder_macro v0.20.0
8682024-05-15T05:20:53.149Z Downloaded foreign-types v0.5.0
8692024-05-15T05:20:53.149Z Downloaded signature v1.6.4
8702024-05-15T05:20:53.150Z Downloaded slog-bunyan v2.5.0
8712024-05-15T05:20:53.150Z Downloaded buf-list v1.0.3
8722024-05-15T05:20:53.150Z Downloaded corncobs v0.1.3
8732024-05-15T05:20:53.150Z Downloaded cargo-platform v0.1.3
8742024-05-15T05:20:53.150Z Downloaded camino-tempfile v1.1.1
8752024-05-15T05:20:53.150Z Downloaded block-padding v0.3.3
8762024-05-15T05:20:53.150Z Downloaded slog-async v2.8.0
8772024-05-15T05:20:53.150Z Downloaded mime_guess v2.0.4
8782024-05-15T05:20:53.151Z Downloaded nu-ansi-term v0.50.0
8792024-05-15T05:20:53.151Z Downloaded toml_datetime v0.6.5
8802024-05-15T05:20:53.592Z Downloaded terminal_size v0.3.0
8812024-05-15T05:20:53.592Z Downloaded termcolor v1.2.0
8822024-05-15T05:20:53.592Z Downloaded clap_derive v4.5.4
8832024-05-15T05:20:53.592Z Downloaded arrayvec v0.7.4
8842024-05-15T05:20:53.592Z Downloaded openssl-probe v0.1.5
8852024-05-15T05:20:53.593Z Downloaded openssl-macros v0.1.1
8862024-05-15T05:20:53.593Z Downloaded fxhash v0.2.1
8872024-05-15T05:20:53.593Z Downloaded curve25519-dalek-derive v0.1.0
8882024-05-15T05:20:53.594Z Downloaded cookie_store v0.20.0
8892024-05-15T05:20:53.594Z Downloaded cookie v0.17.0
8902024-05-15T05:20:53.594Z Downloaded base64ct v1.6.0
8912024-05-15T05:20:53.594Z Downloaded subtle v2.5.0
8922024-05-15T05:20:53.594Z Downloaded slab v0.4.9
8932024-05-15T05:20:53.595Z Downloaded serde_urlencoded v0.7.1
8942024-05-15T05:20:53.595Z Downloaded spki v0.7.2
8952024-05-15T05:20:53.595Z Downloaded derive_builder_core v0.20.0
8962024-05-15T05:20:53.595Z Downloaded serde-big-array v0.5.1
8972024-05-15T05:20:53.596Z Downloaded crc32fast v1.3.2
8982024-05-15T05:20:53.596Z Downloaded spin v0.5.2
8992024-05-15T05:20:53.596Z Downloaded structmeta v0.2.0
9002024-05-15T05:20:53.596Z Downloaded camino v1.1.6
9012024-05-15T05:20:53.596Z Downloaded foreign-types-macros v0.2.3
9022024-05-15T05:20:53.596Z Downloaded peg-runtime v0.8.3
9032024-05-15T05:20:53.596Z Downloaded predicates-core v1.0.6
9042024-05-15T05:20:53.597Z Downloaded clang-sys v1.6.1
9052024-05-15T05:20:53.597Z Downloaded miniz_oxide v0.7.1
9062024-05-15T05:20:53.597Z Downloaded term v0.7.0
9072024-05-15T05:20:53.597Z Downloaded unicode-linebreak v0.1.5
9082024-05-15T05:20:53.597Z Downloaded tempfile v3.10.1
9092024-05-15T05:20:53.597Z Downloaded cancel-safe-futures v0.1.5
9102024-05-15T05:20:53.597Z Downloaded version_check v0.9.4
9112024-05-15T05:20:53.598Z Downloaded uzers v0.11.3
9122024-05-15T05:20:53.598Z Downloaded utf8parse v0.2.1
9132024-05-15T05:20:53.598Z Downloaded stability v0.2.0
9142024-05-15T05:20:53.598Z Downloaded tower-service v0.3.2
9152024-05-15T05:20:53.599Z Downloaded strip-ansi-escapes v0.2.0
9162024-05-15T05:20:53.599Z Downloaded futures-task v0.3.30
9172024-05-15T05:20:53.599Z Downloaded futures-sink v0.3.30
9182024-05-15T05:20:53.599Z Downloaded futures-macro v0.3.30
9192024-05-15T05:20:53.599Z Downloaded log v0.4.21
9202024-05-15T05:20:53.599Z Downloaded want v0.3.1
9212024-05-15T05:20:53.599Z Downloaded sqlparser_derive v0.2.2
9222024-05-15T05:20:53.600Z Downloaded signal-hook-tokio v0.3.1
9232024-05-15T05:20:53.600Z Downloaded rustc-demangle v0.1.23
9242024-05-15T05:20:53.600Z Downloaded base64 v0.21.7
9252024-05-15T05:20:53.600Z Downloaded slog v2.7.0
9262024-05-15T05:20:53.600Z Downloaded num-integer v0.1.46
9272024-05-15T05:20:53.601Z Downloaded semver v1.0.22
9282024-05-15T05:20:53.601Z Downloaded waitgroup v0.1.2
9292024-05-15T05:20:53.601Z Downloaded serde_with_macros v3.7.0
9302024-05-15T05:20:53.601Z Downloaded scroll v0.12.0
9312024-05-15T05:20:53.601Z Downloaded cookie v0.18.1
9322024-05-15T05:20:53.601Z Downloaded num-iter v0.1.45
9332024-05-15T05:20:53.602Z Downloaded predicates-tree v1.0.9
9342024-05-15T05:20:53.602Z Downloaded secrecy v0.8.0
9352024-05-15T05:20:53.602Z Downloaded rand_xorshift v0.3.0
9362024-05-15T05:20:53.603Z Downloaded predicates v3.1.0
9372024-05-15T05:20:53.603Z Downloaded plain v0.2.3
9382024-05-15T05:20:53.603Z Downloaded foreign-types-shared v0.3.1
9392024-05-15T05:20:53.603Z Downloaded num_threads v0.1.6
9402024-05-15T05:20:53.603Z Downloaded toml v0.7.8
9412024-05-15T05:20:53.603Z Downloaded indicatif v0.17.8
9422024-05-15T05:20:53.603Z Downloaded toml v0.8.12
9432024-05-15T05:20:53.604Z Downloaded blake2 v0.10.6
9442024-05-15T05:20:53.604Z Downloaded strsim v0.11.0
9452024-05-15T05:20:53.604Z Downloaded rustls-pki-types v1.3.0
9462024-05-15T05:20:53.604Z Downloaded structmeta-derive v0.2.0
9472024-05-15T05:20:53.604Z Downloaded strsim v0.10.0
9482024-05-15T05:20:53.604Z Downloaded precomputed-hash v0.1.1
9492024-05-15T05:20:53.604Z Downloaded oso-derive v0.27.3
9502024-05-15T05:20:53.604Z Downloaded stringprep v0.1.3
9512024-05-15T05:20:53.605Z Downloaded string_cache v0.8.7
9522024-05-15T05:20:53.605Z Downloaded chacha20poly1305 v0.10.1
9532024-05-15T05:20:53.605Z Downloaded usdt v0.3.5
9542024-05-15T05:20:53.605Z Downloaded untrusted v0.9.0
9552024-05-15T05:20:53.605Z Downloaded smallvec v0.6.14
9562024-05-15T05:20:53.606Z Downloaded untrusted v0.7.1
9572024-05-15T05:20:53.606Z Downloaded signal-hook-mio v0.2.3
9582024-05-15T05:20:53.606Z Downloaded darling v0.20.8
9592024-05-15T05:20:53.606Z Downloaded flagset v0.4.3
9602024-05-15T05:20:53.606Z Downloaded pretty-hex v0.2.1
9612024-05-15T05:20:53.607Z Downloaded bytes v1.6.0
9622024-05-15T05:20:53.607Z Downloaded swrite v0.1.0
9632024-05-15T05:20:53.607Z Downloaded strum v0.26.2
9642024-05-15T05:20:53.607Z Downloaded termtree v0.4.1
9652024-05-15T05:20:53.607Z Downloaded derive_more v0.99.17
9662024-05-15T05:20:53.607Z Downloaded ed25519 v1.5.3
9672024-05-15T05:20:53.607Z Downloaded tinyvec v1.6.0
9682024-05-15T05:20:53.607Z Downloaded fragile v2.0.0
9692024-05-15T05:20:53.608Z Downloaded form_urlencoded v1.2.1
9702024-05-15T05:20:53.608Z Downloaded defmt v0.3.5
9712024-05-15T05:20:53.608Z Downloaded pkg-config v0.3.27
9722024-05-15T05:20:53.608Z Downloaded pkcs8 v0.10.2
9732024-05-15T05:20:53.608Z Downloaded dyn-clone v1.0.17
9742024-05-15T05:20:53.608Z Downloaded defmt-parser v0.3.3
9752024-05-15T05:20:53.609Z Downloaded defmt-macros v0.3.6
9762024-05-15T05:20:53.609Z Downloaded zeroize_derive v1.4.2
9772024-05-15T05:20:53.609Z Downloaded vte_generate_state_changes v0.1.1
9782024-05-15T05:20:53.610Z Downloaded uuid v1.8.0
9792024-05-15T05:20:53.610Z Downloaded signal-hook-registry v1.4.1
9802024-05-15T05:20:54.061Z Downloaded usdt-attr-macro v0.5.0
9812024-05-15T05:20:54.061Z Downloaded darling_macro v0.20.8
9822024-05-15T05:20:54.061Z Downloaded glob v0.3.1
9832024-05-15T05:20:54.061Z Downloaded packed_struct v0.10.1
9842024-05-15T05:20:54.062Z Downloaded rayon-core v1.12.1
9852024-05-15T05:20:54.062Z Downloaded ppv-lite86 v0.2.17
9862024-05-15T05:20:54.062Z Downloaded wait-timeout v0.2.0
9872024-05-15T05:20:54.062Z Downloaded foreign-types-shared v0.1.1
9882024-05-15T05:20:54.063Z Downloaded same-file v1.0.6
9892024-05-15T05:20:54.063Z Downloaded packed_struct_codegen v0.10.1
9902024-05-15T05:20:54.063Z Downloaded tokio-stream v0.1.15
9912024-05-15T05:20:54.063Z Downloaded walkdir v2.5.0
9922024-05-15T05:20:54.063Z Downloaded pest_meta v2.7.6
9932024-05-15T05:20:54.064Z Downloaded derive-where v1.2.7
9942024-05-15T05:20:54.064Z Downloaded parse-size v1.0.0
9952024-05-15T05:20:54.064Z Downloaded resolv-conf v0.7.0
9962024-05-15T05:20:54.064Z Downloaded diesel_derives v2.1.2
9972024-05-15T05:20:54.064Z Downloaded quote v1.0.36
9982024-05-15T05:20:54.065Z Downloaded serde_tokenstream v0.2.0
9992024-05-15T05:20:54.065Z Downloaded shell-words v1.1.0
10002024-05-15T05:20:54.065Z Downloaded siphasher v0.3.11
10012024-05-15T05:20:54.065Z Downloaded env_logger v0.10.0
10022024-05-15T05:20:54.065Z Downloaded termios v0.3.3
10032024-05-15T05:20:54.065Z Downloaded globset v0.4.13
10042024-05-15T05:20:54.066Z Downloaded equivalent v1.0.1
10052024-05-15T05:20:54.066Z Downloaded env_logger v0.9.3
10062024-05-15T05:20:54.066Z Downloaded derive_builder v0.20.0
10072024-05-15T05:20:54.066Z Downloaded unicode-xid v0.2.4
10082024-05-15T05:20:54.066Z Downloaded tiny-keccak v2.0.2
10092024-05-15T05:20:54.066Z Downloaded rustls-pemfile v2.1.2
10102024-05-15T05:20:54.067Z Downloaded ron v0.7.1
10112024-05-15T05:20:54.067Z Downloaded owo-colors v4.0.0
10122024-05-15T05:20:54.067Z Downloaded downcast v0.11.0
10132024-05-15T05:20:54.067Z Downloaded debug-ignore v1.0.5
10142024-05-15T05:20:54.067Z Downloaded snafu-derive v0.8.2
10152024-05-15T05:20:54.068Z Downloaded base64 v0.22.1
10162024-05-15T05:20:54.068Z Downloaded crunchy v0.2.2
10172024-05-15T05:20:54.068Z Downloaded crucible-workspace-hack v0.1.0
10182024-05-15T05:20:54.068Z Downloaded parking_lot v0.11.2
10192024-05-15T05:20:54.068Z Downloaded display-error-chain v0.2.0
10202024-05-15T05:20:54.069Z Downloaded erased-serde v0.3.31
10212024-05-15T05:20:54.069Z Downloaded memchr v2.7.1
10222024-05-15T05:20:54.069Z Downloaded generic-array v0.14.7
10232024-05-15T05:20:54.069Z Downloaded itertools v0.10.5
10242024-05-15T05:20:54.069Z Downloaded phf_shared v0.10.0
10252024-05-15T05:20:54.070Z Downloaded serde-hex v0.1.0
10262024-05-15T05:20:54.070Z Downloaded rustls-pemfile v1.0.3
10272024-05-15T05:20:54.070Z Downloaded futures-core v0.3.30
10282024-05-15T05:20:54.070Z Downloaded enum-as-inner v0.5.1
10292024-05-15T05:20:54.070Z Downloaded ref-cast-impl v1.0.23
10302024-05-15T05:20:54.071Z Downloaded smawk v0.3.1
10312024-05-15T05:20:54.071Z Downloaded slog-stdlog v4.1.1
10322024-05-15T05:20:54.071Z Downloaded ref-cast v1.0.23
10332024-05-15T05:20:54.071Z Downloaded crossbeam-utils v0.8.19
10342024-05-15T05:20:54.071Z Downloaded scroll_derive v0.12.0
10352024-05-15T05:20:54.071Z Downloaded slog-scope v4.4.0
10362024-05-15T05:20:54.072Z Downloaded serde_repr v0.1.16
10372024-05-15T05:20:54.072Z Downloaded url v2.5.0
10382024-05-15T05:20:54.072Z Downloaded smf v0.2.3
10392024-05-15T05:20:54.072Z Downloaded thiserror-impl v1.0.59
10402024-05-15T05:20:54.073Z Downloaded thiserror v1.0.59
10412024-05-15T05:20:54.073Z Downloaded take_mut v0.2.2
10422024-05-15T05:20:54.073Z Downloaded tap v1.0.1
10432024-05-15T05:20:54.073Z Downloaded which v4.4.0
10442024-05-15T05:20:54.073Z Downloaded once_cell v1.19.0
10452024-05-15T05:20:54.073Z Downloaded crypto-bigint v0.5.2
10462024-05-15T05:20:54.074Z Downloaded foreign-types v0.3.2
10472024-05-15T05:20:54.074Z Downloaded usdt-macro v0.5.0
10482024-05-15T05:20:54.074Z Downloaded usdt-macro v0.3.5
10492024-05-15T05:20:54.074Z Downloaded utf-8 v0.7.6
10502024-05-15T05:20:54.074Z Downloaded salty v0.2.0
10512024-05-15T05:20:54.074Z Downloaded phf_shared v0.11.2
10522024-05-15T05:20:54.074Z Downloaded der_derive v0.7.2
10532024-05-15T05:20:54.075Z Downloaded group v0.13.0
10542024-05-15T05:20:54.075Z Downloaded platforms v3.0.2
10552024-05-15T05:20:54.075Z Downloaded num-complex v0.4.6
10562024-05-15T05:20:54.075Z Downloaded dof v0.1.5
10572024-05-15T05:20:54.075Z Downloaded ryu v1.0.15
10582024-05-15T05:20:54.075Z Downloaded pretty-hex v0.4.1
10592024-05-15T05:20:54.076Z Downloaded dirs-sys-next v0.1.2
10602024-05-15T05:20:54.076Z Downloaded getopts v0.2.21
10612024-05-15T05:20:54.076Z Downloaded futures-executor v0.3.30
10622024-05-15T05:20:54.076Z Downloaded tui-tree-widget v0.19.0
10632024-05-15T05:20:54.076Z Downloaded phf v0.11.2
10642024-05-15T05:20:54.076Z Downloaded slog-json v2.6.1
10652024-05-15T05:20:54.077Z Downloaded crossbeam-channel v0.5.8
10662024-05-15T05:20:54.077Z Downloaded smallvec v1.13.1
10672024-05-15T05:20:54.077Z Downloaded test-strategy v0.3.1
10682024-05-15T05:20:54.077Z Downloaded slog-envlogger v2.2.0
10692024-05-15T05:20:54.077Z Downloaded signature v2.1.0
10702024-05-15T05:20:54.077Z Downloaded tabwriter v1.4.0
10712024-05-15T05:20:54.078Z Downloaded tracing-attributes v0.1.27
10722024-05-15T05:20:54.078Z Downloaded tabled_derive v0.7.0
10732024-05-15T05:20:54.078Z Downloaded serde v1.0.201
10742024-05-15T05:20:54.078Z Downloaded try-lock v0.2.4
10752024-05-15T05:20:54.079Z Downloaded vte v0.11.1
10762024-05-15T05:20:54.079Z Downloaded yasna v0.5.2
10772024-05-15T05:20:54.079Z Downloaded tokio-rustls v0.24.1
10782024-05-15T05:20:54.079Z Downloaded portpicker v0.1.1
10792024-05-15T05:20:54.079Z Downloaded fnv v1.0.7
10802024-05-15T05:20:54.586Z Downloaded whoami v1.5.1
10812024-05-15T05:20:54.587Z Downloaded expectorate v1.1.0
10822024-05-15T05:20:54.587Z Downloaded difflib v0.4.0
10832024-05-15T05:20:54.587Z Downloaded crypto-common v0.1.6
10842024-05-15T05:20:54.587Z Downloaded pin-project-lite v0.2.13
10852024-05-15T05:20:54.587Z Downloaded num-conv v0.1.0
10862024-05-15T05:20:54.588Z Downloaded pin-project-internal v1.1.3
10872024-05-15T05:20:54.588Z Downloaded parse-display-derive v0.9.0
10882024-05-15T05:20:54.588Z Downloaded nom v7.1.3
10892024-05-15T05:20:54.588Z Downloaded float-cmp v0.9.0
10902024-05-15T05:20:54.589Z Downloaded endian-type v0.1.2
10912024-05-15T05:20:54.589Z Downloaded embedded-io v0.4.0
10922024-05-15T05:20:54.590Z Downloaded either v1.11.0
10932024-05-15T05:20:54.590Z Downloaded pem-rfc7468 v0.7.0
10942024-05-15T05:20:54.591Z Downloaded getrandom v0.2.12
10952024-05-15T05:20:54.591Z Downloaded scopeguard v1.2.0
10962024-05-15T05:20:54.591Z Downloaded scheduled-thread-pool v0.2.7
10972024-05-15T05:20:54.591Z Downloaded schemars_derive v0.8.17
10982024-05-15T05:20:54.592Z Downloaded powerfmt v0.2.0
10992024-05-15T05:20:54.592Z Downloaded olpc-cjson v0.1.3
11002024-05-15T05:20:54.593Z Downloaded futures-channel v0.3.30
11012024-05-15T05:20:54.593Z Downloaded strum_macros v0.26.1
11022024-05-15T05:20:54.593Z Downloaded sha2 v0.10.8
11032024-05-15T05:20:54.593Z Downloaded toml_edit v0.22.12
11042024-05-15T05:20:54.594Z Downloaded path-slash v0.1.5
11052024-05-15T05:20:54.594Z Downloaded cstr-argument v0.1.2
11062024-05-15T05:20:54.594Z Downloaded zeroize v1.7.0
11072024-05-15T05:20:54.595Z Downloaded wyz v0.5.1
11082024-05-15T05:20:54.595Z Downloaded unicase v2.7.0
11092024-05-15T05:20:54.595Z Downloaded unarray v0.1.4
11102024-05-15T05:20:54.595Z Downloaded thiserror-no-std v2.0.2
11112024-05-15T05:20:54.595Z Downloaded dtrace-parser v0.1.14
11122024-05-15T05:20:54.596Z Downloaded toolchain_find v0.4.0
11132024-05-15T05:20:54.596Z Downloaded sigpipe v0.1.3
11142024-05-15T05:20:54.596Z Downloaded ena v0.14.2
11152024-05-15T05:20:54.596Z Downloaded fastrand v2.0.1
11162024-05-15T05:20:54.596Z Downloaded steno v0.4.0
11172024-05-15T05:20:54.596Z Downloaded strum_macros v0.24.3
11182024-05-15T05:20:54.596Z Downloaded serde_arrays v0.1.0
11192024-05-15T05:20:54.597Z Downloaded half v2.3.1
11202024-05-15T05:20:54.597Z Downloaded pin-project v1.1.3
11212024-05-15T05:20:54.597Z Downloaded zone_cfg_derive v0.1.2
11222024-05-15T05:20:54.597Z Downloaded errno v0.3.8
11232024-05-15T05:20:54.597Z Downloaded thread-id v4.2.0
11242024-05-15T05:20:54.597Z Downloaded zerocopy v0.3.0
11252024-05-15T05:20:54.597Z Downloaded sct v0.7.0
11262024-05-15T05:20:54.598Z Downloaded postgres-types v0.2.6
11272024-05-15T05:20:54.598Z Downloaded serde_derive_internals v0.29.0
11282024-05-15T05:20:54.598Z Downloaded der v0.7.8
11292024-05-15T05:20:54.598Z Downloaded num_enum v0.5.11
11302024-05-15T05:20:54.599Z Downloaded psl-types v2.0.11
11312024-05-15T05:20:54.599Z Downloaded hash32 v0.3.1
11322024-05-15T05:20:54.599Z Downloaded tracing-core v0.1.32
11332024-05-15T05:20:54.599Z Downloaded parking_lot_core v0.9.8
11342024-05-15T05:20:54.599Z Downloaded parse-display v0.9.0
11352024-05-15T05:20:54.599Z Downloaded zip v0.6.6
11362024-05-15T05:20:54.599Z Downloaded typed-path v0.7.0
11372024-05-15T05:20:54.599Z Downloaded rpassword v7.3.1
11382024-05-15T05:20:54.599Z Downloaded rand_core v0.6.4
11392024-05-15T05:20:54.600Z Downloaded universal-hash v0.5.1
11402024-05-15T05:20:54.600Z Downloaded peeking_take_while v0.1.2
11412024-05-15T05:20:54.600Z Downloaded proc-macro-error v1.0.4
11422024-05-15T05:20:54.600Z Downloaded postgres-protocol v0.6.6
11432024-05-15T05:20:54.600Z Downloaded flate2 v1.0.30
11442024-05-15T05:20:54.601Z Downloaded num_cpus v1.16.0
11452024-05-15T05:20:54.601Z Downloaded num-rational v0.4.2
11462024-05-15T05:20:54.601Z Downloaded percent-encoding v2.3.1
11472024-05-15T05:20:54.601Z Downloaded pem v3.0.4
11482024-05-15T05:20:54.601Z Downloaded deranged v0.3.11
11492024-05-15T05:20:54.601Z Downloaded filetime v0.2.23
11502024-05-15T05:20:54.602Z Downloaded unicode-width v0.1.11
11512024-05-15T05:20:54.602Z Downloaded strum_macros v0.25.2
11522024-05-15T05:20:54.602Z Downloaded dtrace-parser v0.2.0
11532024-05-15T05:20:54.602Z Downloaded digest v0.10.7
11542024-05-15T05:20:54.602Z Downloaded quick-error v1.2.3
11552024-05-15T05:20:54.602Z Downloaded schemars v0.8.17
11562024-05-15T05:20:54.602Z Downloaded trust-dns-client v0.22.0
11572024-05-15T05:20:54.603Z Downloaded fd-lock v4.0.2
11582024-05-15T05:20:54.603Z Downloaded fallible-iterator v0.2.0
11592024-05-15T05:20:54.603Z Downloaded usdt v0.5.0
11602024-05-15T05:20:54.603Z Downloaded number_prefix v0.4.0
11612024-05-15T05:20:54.604Z Downloaded textwrap v0.16.1
11622024-05-15T05:20:54.604Z Downloaded dirs-next v2.0.0
11632024-05-15T05:20:54.604Z Downloaded serde_tokenstream v0.1.7
11642024-05-15T05:20:54.605Z Downloaded usdt-attr-macro v0.3.5
11652024-05-15T05:20:54.605Z Downloaded topological-sort v0.2.2
11662024-05-15T05:20:54.605Z Downloaded rand_chacha v0.3.1
11672024-05-15T05:20:54.605Z Downloaded serde_path_to_error v0.1.16
11682024-05-15T05:20:54.605Z Downloaded fatfs v0.3.6
11692024-05-15T05:20:54.605Z Downloaded r2d2 v0.8.10
11702024-05-15T05:20:54.605Z Downloaded pest_generator v2.7.6
11712024-05-15T05:20:54.606Z Downloaded postcard v1.0.8
11722024-05-15T05:20:54.606Z Downloaded shlex v1.3.0
11732024-05-15T05:20:54.606Z Downloaded num-bigint v0.4.4
11742024-05-15T05:20:54.606Z Downloaded tokio-native-tls v0.3.1
11752024-05-15T05:20:54.606Z Downloaded signal-hook v0.3.17
11762024-05-15T05:20:54.606Z Downloaded peg v0.8.3
11772024-05-15T05:20:54.607Z Downloaded fixedbitset v0.4.2
11782024-05-15T05:20:54.607Z Downloaded ff v0.13.0
11792024-05-15T05:20:54.607Z Downloaded zone v0.1.8
11802024-05-15T05:20:55.208Z Downloaded time-macros v0.2.17
11812024-05-15T05:20:55.208Z Downloaded pin-utils v0.1.0
11822024-05-15T05:20:55.209Z Downloaded peg-macros v0.8.3
11832024-05-15T05:20:55.209Z Downloaded xattr v1.0.1
11842024-05-15T05:20:55.209Z Downloaded rcgen v0.12.1
11852024-05-15T05:20:55.209Z Downloaded tokio-macros v2.2.0
11862024-05-15T05:20:55.209Z Downloaded unicode-normalization v0.1.22
11872024-05-15T05:20:55.209Z Downloaded rustc_version v0.4.0
11882024-05-15T05:20:55.209Z Downloaded proc-macro-error-attr v1.0.4
11892024-05-15T05:20:55.210Z Downloaded num-traits v0.2.19
11902024-05-15T05:20:55.210Z Downloaded tough v0.17.1
11912024-05-15T05:20:55.210Z Downloaded tokio-tungstenite v0.20.1
11922024-05-15T05:20:55.210Z Downloaded synstructure v0.12.6
11932024-05-15T05:20:55.210Z Downloaded zerocopy-derive v0.7.32
11942024-05-15T05:20:55.210Z Downloaded rustfmt-wrapper v0.2.1
11952024-05-15T05:20:55.210Z Downloaded zerocopy v0.7.32
11962024-05-15T05:20:55.210Z Downloaded poly1305 v0.8.0
11972024-05-15T05:20:55.211Z Downloaded tar v0.4.40
11982024-05-15T05:20:55.211Z Downloaded pkcs1 v0.7.5
11992024-05-15T05:20:55.211Z Downloaded funty v2.0.0
12002024-05-15T05:20:55.211Z Downloaded fs-err v2.11.0
12012024-05-15T05:20:55.211Z Downloaded csv-core v0.1.11
12022024-05-15T05:20:55.211Z Downloaded trust-dns-resolver v0.22.0
12032024-05-15T05:20:55.211Z Downloaded blake3 v1.5.0
12042024-05-15T05:20:55.212Z Downloaded unicode-ident v1.0.12
12052024-05-15T05:20:55.212Z Downloaded unicode-bidi v0.3.15
12062024-05-15T05:20:55.212Z Downloaded proc-macro2 v1.0.82
12072024-05-15T05:20:55.212Z Downloaded tokio-tungstenite v0.21.0
12082024-05-15T05:20:55.212Z Downloaded unsafe-libyaml v0.2.10
12092024-05-15T05:20:55.212Z Downloaded hyper v0.14.28
12102024-05-15T05:20:55.212Z Downloaded pest_derive v2.7.6
12112024-05-15T05:20:55.212Z Downloaded futures v0.3.30
12122024-05-15T05:20:55.212Z Downloaded quick-xml v0.31.0
12132024-05-15T05:20:55.213Z Downloaded num-bigint-dig v0.8.4
12142024-05-15T05:20:55.213Z Downloaded subprocess v0.2.9
12152024-05-15T05:20:55.213Z Downloaded rustls-webpki v0.101.7
12162024-05-15T05:20:55.213Z Downloaded serde_yaml v0.9.25
12172024-05-15T05:20:55.213Z Downloaded unicode_categories v0.1.1
12182024-05-15T05:20:55.213Z Downloaded reedline v0.31.0
12192024-05-15T05:20:55.213Z Downloaded snafu v0.8.2
12202024-05-15T05:20:55.214Z Downloaded bindgen v0.69.2
12212024-05-15T05:20:55.214Z Downloaded unicode-segmentation v1.10.1
12222024-05-15T05:20:55.214Z Downloaded hashbrown v0.12.3
12232024-05-15T05:20:55.214Z Downloaded publicsuffix v2.2.3
12242024-05-15T05:20:55.214Z Downloaded bitvec v1.0.1
12252024-05-15T05:20:55.214Z Downloaded chrono v0.4.38
12262024-05-15T05:20:55.214Z Downloaded futures-util v0.3.30
12272024-05-15T05:20:55.214Z Downloaded rsa v0.9.2
12282024-05-15T05:20:55.214Z Downloaded pest v2.7.6
12292024-05-15T05:20:55.215Z Downloaded rustls-webpki v0.102.1
12302024-05-15T05:20:55.215Z Downloaded x509-cert v0.2.4
12312024-05-15T05:20:55.215Z Downloaded vcpkg v0.2.15
12322024-05-15T05:20:55.215Z Downloaded crossterm v0.27.0
12332024-05-15T05:20:55.215Z Downloaded sqlparser v0.45.0
12342024-05-15T05:20:55.215Z Downloaded winnow v0.5.15
12352024-05-15T05:20:55.215Z Downloaded winnow v0.6.1
12362024-05-15T05:20:55.215Z Downloaded time v0.3.34
12372024-05-15T05:20:55.215Z Downloaded tabled v0.15.0
12382024-05-15T05:20:55.215Z Downloaded proptest v1.4.0
12392024-05-15T05:20:55.216Z Downloaded object v0.30.4
12402024-05-15T05:20:55.216Z Downloaded curve25519-dalek v4.1.2
12412024-05-15T05:20:55.216Z Downloaded object v0.32.1
12422024-05-15T05:20:55.216Z Downloaded reqwest v0.11.27
12432024-05-15T05:20:55.216Z Downloaded bstr v1.9.0
12442024-05-15T05:20:55.216Z Downloaded rustls v0.21.9
12452024-05-15T05:20:55.216Z Downloaded openssl v0.10.64
12462024-05-15T05:20:55.216Z Downloaded serde_json v1.0.117
12472024-05-15T05:20:55.216Z Downloaded nix v0.28.0
12482024-05-15T05:20:55.217Z Downloaded bzip2-sys v0.1.11+1.0.8
12492024-05-15T05:20:55.217Z Downloaded idna v0.2.3
12502024-05-15T05:20:55.217Z Downloaded bstr v0.2.17
12512024-05-15T05:20:55.217Z Downloaded webpki-roots v0.25.2
12522024-05-15T05:20:55.217Z Downloaded regress v0.9.1
12532024-05-15T05:20:55.217Z Downloaded sha3 v0.10.8
12542024-05-15T05:20:55.217Z Downloaded polar-core v0.27.3
12552024-05-15T05:20:55.217Z Downloaded trust-dns-proto v0.22.0
12562024-05-15T05:20:55.217Z Downloaded smoltcp v0.9.1
12572024-05-15T05:20:55.218Z Downloaded radix_trie v0.2.1
12582024-05-15T05:20:55.218Z Downloaded gimli v0.28.0
12592024-05-15T05:20:55.218Z Downloaded encoding_rs v0.8.33
12602024-05-15T05:20:55.218Z Downloaded openapiv3 v2.0.0
12612024-05-15T05:20:55.218Z Downloaded diesel v2.1.6
12622024-05-15T05:20:55.218Z Downloaded syn v2.0.60
12632024-05-15T05:20:55.218Z Downloaded regex-syntax v0.8.2
12642024-05-15T05:20:55.219Z Downloaded regex-syntax v0.6.29
12652024-05-15T05:20:55.219Z Downloaded rustix v0.38.31
12662024-05-15T05:20:55.219Z Downloaded syn v1.0.109
12672024-05-15T05:20:55.219Z Downloaded smoltcp v0.11.0
12682024-05-15T05:20:55.219Z Downloaded rustls v0.22.4
12692024-05-15T05:20:55.219Z Downloaded ratatui v0.26.2
12702024-05-15T05:20:55.219Z Downloaded zerocopy-derive v0.2.0
12712024-05-15T05:20:55.219Z Downloaded sled v0.34.7
12722024-05-15T05:20:55.220Z Downloaded idna v0.3.0
12732024-05-15T05:20:55.220Z Downloaded idna v0.5.0
12742024-05-15T05:20:55.220Z Downloaded portable-atomic v1.4.3
12752024-05-15T05:20:55.220Z Downloaded h2 v0.3.26
12762024-05-15T05:20:55.220Z Downloaded rayon v1.10.0
12772024-05-15T05:20:55.220Z Downloaded lalrpop v0.19.12
12782024-05-15T05:20:55.221Z Downloaded regex v1.10.4
12792024-05-15T05:20:55.221Z Downloaded zerocopy-derive v0.6.6
12802024-05-15T05:20:55.252Z Downloaded goblin v0.8.0
12812024-05-15T05:20:55.253Z Downloaded socket2 v0.5.6
12822024-05-15T05:20:55.253Z Downloaded socket2 v0.4.9
12832024-05-15T05:20:55.253Z Downloaded serde_derive v1.0.201
12842024-05-15T05:20:55.253Z Downloaded regex-automata v0.4.5
12852024-05-15T05:20:55.253Z Downloaded petgraph v0.6.5
12862024-05-15T05:20:55.254Z Downloaded libc v0.2.153
12872024-05-15T05:20:55.254Z Downloaded crossbeam-epoch v0.9.18
12882024-05-15T05:20:55.254Z Downloaded elliptic-curve v0.13.8
12892024-05-15T05:20:55.254Z Downloaded rustyline v14.0.0
12902024-05-15T05:20:55.255Z Downloaded rustversion v1.0.14
12912024-05-15T05:20:55.255Z Downloaded sqlformat v0.2.3
12922024-05-15T05:20:55.255Z Downloaded regex-automata v0.1.10
12932024-05-15T05:20:55.255Z Downloaded tokio v1.37.0
12942024-05-15T05:20:55.255Z Downloaded csv v1.3.0
12952024-05-15T05:20:55.256Z Downloaded trust-dns-server v0.22.1
12962024-05-15T05:20:55.256Z Downloaded rand_seeder v0.2.3
12972024-05-15T05:20:55.256Z Downloaded diff v0.1.13
12982024-05-15T05:20:55.256Z Downloaded time-core v0.1.2
12992024-05-15T05:20:55.257Z Downloaded tokio-postgres v0.7.10
13002024-05-15T05:20:55.257Z Downloaded itertools v0.12.1
13012024-05-15T05:20:55.257Z Downloaded usdt-impl v0.5.0
13022024-05-15T05:20:55.257Z Downloaded serde_with v3.7.0
13032024-05-15T05:20:55.257Z Downloaded samael v0.0.15
13042024-05-15T05:20:55.257Z Downloaded slog-dtrace v0.3.0
13052024-05-15T05:20:55.258Z Downloaded sha1 v0.10.6
13062024-05-15T05:20:55.258Z Downloaded num_enum_derive v0.5.11
13072024-05-15T05:20:55.258Z Downloaded hash32 v0.2.1
13082024-05-15T05:20:55.258Z Downloaded flume v0.11.0
13092024-05-15T05:20:55.259Z Downloaded rand v0.8.5
13102024-05-15T05:20:55.259Z Downloaded tungstenite v0.21.0
13112024-05-15T05:20:55.259Z Downloaded tungstenite v0.20.1
13122024-05-15T05:20:55.259Z Downloaded parking_lot_core v0.8.6
13132024-05-15T05:20:55.259Z Downloaded thread_local v1.1.7
13142024-05-15T05:20:55.260Z Downloaded tracing v0.1.40
13152024-05-15T05:20:55.260Z Downloaded sec1 v0.7.3
13162024-05-15T05:20:55.260Z Downloaded num v0.4.3
13172024-05-15T05:20:55.260Z Downloaded prettyplease v0.2.20
13182024-05-15T05:20:55.260Z Downloaded aho-corasick v1.1.2
13192024-05-15T05:20:55.260Z Downloaded thiserror-impl-no-std v2.0.2
13202024-05-15T05:20:55.261Z Downloaded structmeta-derive v0.3.0
13212024-05-15T05:20:55.261Z Downloaded ucd-trie v0.1.6
13222024-05-15T05:20:55.261Z Downloaded darling_core v0.20.8
13232024-05-15T05:20:55.261Z Downloaded libxml v0.3.3
13242024-05-15T05:20:55.262Z Downloaded clap_builder v4.5.2
13252024-05-15T05:20:55.262Z Downloaded dof v0.3.0
13262024-05-15T05:20:55.262Z Downloaded papergrid v0.11.0
13272024-05-15T05:20:55.262Z Downloaded oso v0.27.3
13282024-05-15T05:20:55.262Z Downloaded omicron-zone-package v0.11.0
13292024-05-15T05:20:55.262Z Downloaded tokio-util v0.7.10
13302024-05-15T05:20:55.262Z Downloaded ron v0.8.1
13312024-05-15T05:20:55.264Z Downloaded slog-term v2.9.1
13322024-05-15T05:20:55.264Z Downloaded serde_spanned v0.6.5
13332024-05-15T05:20:55.264Z Downloaded gethostname v0.4.3
13342024-05-15T05:20:55.264Z Downloaded password-hash v0.5.0
13352024-05-15T05:20:55.264Z Downloaded similar v2.4.0
13362024-05-15T05:20:55.264Z Downloaded data-encoding v2.4.0
13372024-05-15T05:20:55.265Z Downloaded vsss-rs v3.3.4
13382024-05-15T05:20:55.265Z Downloaded typenum v1.16.0
13392024-05-15T05:20:55.265Z Downloaded libm v0.2.7
13402024-05-15T05:20:55.265Z Downloaded tokio-rustls v0.25.0
13412024-05-15T05:20:55.265Z Downloaded toml_edit v0.19.15
13422024-05-15T05:20:55.265Z Downloaded indexmap v2.2.6
13432024-05-15T05:20:55.265Z Downloaded radium v0.7.0
13442024-05-15T05:20:55.265Z Downloaded proc-macro-crate v1.3.1
13452024-05-15T05:20:55.265Z Downloaded paste v1.0.15
13462024-05-15T05:20:55.265Z Downloaded rusty-fork v0.3.0
13472024-05-15T05:20:55.265Z Downloaded parking_lot v0.12.1
13482024-05-15T05:20:55.266Z Downloaded openssl-sys v0.9.102
13492024-05-15T05:20:55.266Z Downloaded const_format v0.2.32
13502024-05-15T05:20:55.266Z Downloaded zerocopy v0.6.6
13512024-05-15T05:20:55.266Z Downloaded toml v0.5.11
13522024-05-15T05:20:55.266Z Downloaded supports-color v3.0.0
13532024-05-15T05:20:55.266Z Downloaded mio v0.8.11
13542024-05-15T05:20:55.267Z Downloaded minimal-lexical v0.2.1
13552024-05-15T05:20:55.267Z Downloaded crc-any v2.4.3
13562024-05-15T05:20:55.267Z Downloaded cc v1.0.83
13572024-05-15T05:20:55.267Z Downloaded static_assertions v1.1.0
13582024-05-15T05:20:55.267Z Downloaded stable_deref_trait v1.2.0
13592024-05-15T05:20:55.267Z Downloaded futures-io v0.3.30
13602024-05-15T05:20:55.268Z Downloaded bitflags v2.4.2
13612024-05-15T05:20:55.268Z Downloaded num-derive v0.4.0
13622024-05-15T05:20:55.268Z Downloaded spin v0.9.8
13632024-05-15T05:20:55.268Z Downloaded serde_plain v1.0.2
13642024-05-15T05:20:55.268Z Downloaded const-oid v0.9.6
13652024-05-15T05:20:55.268Z Downloaded usdt-impl v0.3.5
13662024-05-15T05:20:55.269Z Downloaded backtrace v0.3.69
13672024-05-15T05:20:55.269Z Downloaded indexmap v1.9.3
13682024-05-15T05:20:55.269Z Downloaded ipnet v2.9.0
13692024-05-15T05:20:55.269Z Downloaded serde-big-array v0.4.1
13702024-05-15T05:20:55.269Z Downloaded opaque-debug v0.3.0
13712024-05-15T05:20:55.270Z Downloaded structmeta v0.3.0
13722024-05-15T05:20:55.270Z Downloaded semver v0.1.20
13732024-05-15T05:20:55.270Z Downloaded rustc-hash v1.1.0
13742024-05-15T05:20:55.270Z Downloaded rtoolbox v0.0.1
13752024-05-15T05:20:55.270Z Downloaded multer v3.1.0
13762024-05-15T05:20:55.270Z Downloaded mockall_derive v0.12.1
13772024-05-15T05:20:55.270Z Downloaded libloading v0.7.4
13782024-05-15T05:20:55.271Z Downloaded bzip2 v0.4.4
13792024-05-15T05:20:55.271Z Downloaded native-tls v0.2.11
13802024-05-15T05:20:55.805Z Downloaded compact_str v0.7.1
13812024-05-15T05:20:55.805Z Downloaded memmap2 v0.7.1
13822024-05-15T05:20:55.805Z Downloaded block-buffer v0.10.4
13832024-05-15T05:20:55.805Z Downloaded nibble_vec v0.1.0
13842024-05-15T05:20:55.806Z Downloaded newtype-uuid v1.1.0
13852024-05-15T05:20:55.806Z Downloaded maybe-uninit v2.0.0
13862024-05-15T05:20:55.806Z Downloaded libefi-sys v0.1.0
13872024-05-15T05:20:55.806Z Downloaded lazy_static v1.4.0
13882024-05-15T05:20:55.806Z Downloaded indoc v1.0.9
13892024-05-15T05:20:55.806Z Downloaded hyper-rustls v0.24.2
13902024-05-15T05:20:55.807Z Downloaded cpufeatures v0.2.12
13912024-05-15T05:20:55.807Z Downloaded byteorder v1.5.0
13922024-05-15T05:20:55.807Z Downloaded bitfield v0.14.0
13932024-05-15T05:20:55.807Z Downloaded humantime v2.1.0
13942024-05-15T05:20:55.807Z Downloaded linear-map v1.2.0
13952024-05-15T05:20:55.807Z Downloaded bytecount v0.6.3
13962024-05-15T05:20:55.808Z Downloaded bb8 v0.8.3
13972024-05-15T05:20:55.808Z Downloaded impl-trait-for-tuples v0.2.2
13982024-05-15T05:20:55.808Z Downloaded hyper-staticfile v0.9.5
13992024-05-15T05:20:55.808Z Downloaded bitstruct v0.1.1
14002024-05-15T05:20:55.808Z Downloaded lru-cache v0.1.2
14012024-05-15T05:20:55.808Z Downloaded itoa v1.0.9
14022024-05-15T05:20:55.809Z Downloaded iana-time-zone v0.1.57
14032024-05-15T05:20:55.809Z Downloaded hubpack_derive v0.1.1
14042024-05-15T05:20:55.809Z Downloaded httpdate v1.0.3
14052024-05-15T05:20:55.809Z Downloaded arc-swap v1.6.0
14062024-05-15T05:20:55.809Z Downloaded allocator-api2 v0.2.16
14072024-05-15T05:20:55.810Z Downloaded ahash v0.8.8
14082024-05-15T05:20:55.810Z Downloaded backoff v0.4.0
14092024-05-15T05:20:55.810Z Downloaded async-stream-impl v0.3.5
14102024-05-15T05:20:55.810Z Downloaded addr2line v0.21.0
14112024-05-15T05:20:55.811Z Downloaded http-body v0.4.5
14122024-05-15T05:20:55.811Z Downloaded home v0.5.5
14132024-05-15T05:20:55.811Z Downloaded heck v0.5.0
14142024-05-15T05:20:55.811Z Downloaded heck v0.4.1
14152024-05-15T05:20:55.811Z Downloaded heck v0.3.3
14162024-05-15T05:20:55.812Z Downloaded heapless v0.7.16
14172024-05-15T05:20:55.812Z Downloaded heapless v0.8.0
14182024-05-15T05:20:55.812Z Downloaded hashbrown v0.14.3
14192024-05-15T05:20:55.812Z Downloaded argon2 v0.5.3
14202024-05-15T05:20:55.812Z Downloaded adler v1.0.2
14212024-05-15T05:20:55.813Z Downloaded ring v0.17.8
14222024-05-15T05:20:55.813Z Downloaded ring v0.16.20
14232024-05-15T05:20:55.813Z Compiling proc-macro2 v1.0.82
14242024-05-15T05:20:55.813Z Compiling unicode-ident v1.0.12
14252024-05-15T05:20:55.814Z Compiling libc v0.2.153
14262024-05-15T05:20:55.814Z Compiling serde v1.0.201
14272024-05-15T05:20:55.814Z Compiling autocfg v1.1.0
14282024-05-15T05:20:55.814Z Compiling version_check v0.9.4
14292024-05-15T05:20:55.814Z Compiling cfg-if v1.0.0
14302024-05-15T05:20:55.815Z Compiling once_cell v1.19.0
14312024-05-15T05:20:55.815Z Compiling parking_lot_core v0.9.8
14322024-05-15T05:20:55.815Z Compiling libm v0.2.7
14332024-05-15T05:20:55.815Z Compiling byteorder v1.5.0
14342024-05-15T05:20:55.815Z Compiling ahash v0.8.8
14352024-05-15T05:20:55.815Z Compiling lock_api v0.4.10
14362024-05-15T05:20:55.831Z Compiling serde_json v1.0.117
14372024-05-15T05:20:56.249Z Compiling memchr v2.7.1
14382024-05-15T05:20:56.263Z Compiling num-traits v0.2.19
14392024-05-15T05:20:56.264Z Compiling thiserror v1.0.59
14402024-05-15T05:20:56.344Z Compiling typenum v1.16.0
14412024-05-15T05:20:56.364Z Compiling log v0.4.21
14422024-05-15T05:20:56.871Z Compiling generic-array v0.14.7
14432024-05-15T05:20:57.186Z Compiling itoa v1.0.9
14442024-05-15T05:20:57.357Z Compiling quote v1.0.36
14452024-05-15T05:20:57.642Z Compiling cc v1.0.83
14462024-05-15T05:20:57.754Z Compiling syn v2.0.60
14472024-05-15T05:20:57.940Z Compiling getrandom v0.2.12
14482024-05-15T05:20:58.076Z Compiling scopeguard v1.2.0
14492024-05-15T05:20:58.376Z Compiling allocator-api2 v0.2.16
14502024-05-15T05:20:58.443Z Compiling slab v0.4.9
14512024-05-15T05:20:58.606Z Compiling ryu v1.0.15
14522024-05-15T05:20:58.797Z Compiling pin-project-lite v0.2.13
14532024-05-15T05:20:58.826Z Compiling smallvec v1.13.1
14542024-05-15T05:20:58.948Z Compiling schemars v0.8.17
14552024-05-15T05:20:59.013Z Compiling equivalent v1.0.1
14562024-05-15T05:20:59.124Z Compiling syn v1.0.109
14572024-05-15T05:20:59.327Z Compiling pkg-config v0.3.27
14582024-05-15T05:20:59.866Z Compiling vcpkg v0.2.15
14592024-05-15T05:20:59.866Z Compiling parking_lot v0.12.1
14602024-05-15T05:21:00.858Z Compiling ring v0.17.8
14612024-05-15T05:21:00.858Z Compiling signal-hook-registry v1.4.1
14622024-05-15T05:21:00.971Z Compiling openssl-sys v0.9.102
14632024-05-15T05:21:01.657Z Compiling mio v0.8.11
14642024-05-15T05:21:01.964Z Compiling fnv v1.0.7
14652024-05-15T05:21:02.093Z Compiling rand_core v0.6.4
14662024-05-15T05:21:02.485Z Compiling num_cpus v1.16.0
14672024-05-15T05:21:03.030Z Compiling socket2 v0.5.6
14682024-05-15T05:21:03.884Z Compiling time-core v0.1.2
14692024-05-15T05:21:03.884Z Compiling num-conv v0.1.0
14702024-05-15T05:21:03.884Z Compiling ring v0.16.20
14712024-05-15T05:21:03.885Z Compiling time-macros v0.2.17
14722024-05-15T05:21:03.885Z Compiling httparse v1.8.0
14732024-05-15T05:21:04.078Z Compiling futures-core v0.3.30
14742024-05-15T05:21:04.599Z Compiling openssl v0.10.64
14752024-05-15T05:21:04.600Z Compiling rustix v0.38.31
14762024-05-15T05:21:04.796Z Compiling serde_derive_internals v0.29.0
14772024-05-15T05:21:04.908Z Compiling iana-time-zone v0.1.57
14782024-05-15T05:21:04.937Z Compiling crossbeam-utils v0.8.19
14792024-05-15T05:21:05.516Z Compiling semver v1.0.22
14802024-05-15T05:21:05.516Z Compiling rustls v0.21.9
14812024-05-15T05:21:05.516Z Compiling spin v0.5.2
14822024-05-15T05:21:06.160Z Compiling native-tls v0.2.11
14832024-05-15T05:21:06.172Z Compiling tinyvec_macros v0.1.1
14842024-05-15T05:21:06.172Z Compiling tinyvec v1.6.0
14852024-05-15T05:21:06.172Z Compiling spin v0.9.8
14862024-05-15T05:21:06.579Z Compiling const-oid v0.9.6
14872024-05-15T05:21:06.636Z Compiling subtle v2.5.0
14882024-05-15T05:21:06.700Z Compiling futures-sink v0.3.30
14892024-05-15T05:21:06.869Z Compiling ucd-trie v0.1.6
14902024-05-15T05:21:06.976Z Compiling backtrace v0.3.69
14912024-05-15T05:21:07.370Z Compiling unicode-normalization v0.1.22
14922024-05-15T05:21:07.412Z Compiling cookie v0.17.0
14932024-05-15T05:21:07.646Z Compiling dyn-clone v1.0.17
14942024-05-15T05:21:07.700Z Compiling heck v0.4.1
14952024-05-15T05:21:07.998Z Compiling unicode-bidi v0.3.15
14962024-05-15T05:21:08.087Z Compiling slog v2.7.0
14972024-05-15T05:21:08.122Z Compiling heck v0.5.0
14982024-05-15T05:21:08.894Z Compiling futures-channel v0.3.30
14992024-05-15T05:21:08.904Z Compiling tracing-core v0.1.32
15002024-05-15T05:21:08.904Z Compiling pin-utils v0.1.0
15012024-05-15T05:21:08.954Z Compiling futures-task v0.3.30
15022024-05-15T05:21:09.143Z Compiling futures-io v0.3.30
15032024-05-15T05:21:09.922Z Compiling aho-corasick v1.1.2
15042024-05-15T05:21:09.938Z Compiling regex-syntax v0.8.2
15052024-05-15T05:21:10.105Z Compiling serde_derive v1.0.201
15062024-05-15T05:21:10.155Z Compiling zerocopy-derive v0.7.32
15072024-05-15T05:21:10.996Z Compiling zeroize_derive v1.4.2
15082024-05-15T05:21:11.765Z Compiling thiserror-impl v1.0.59
15092024-05-15T05:21:12.168Z Compiling zerocopy v0.7.32
15102024-05-15T05:21:12.326Z Compiling tokio-macros v2.2.0
15112024-05-15T05:21:13.696Z Compiling futures-macro v0.3.30
15122024-05-15T05:21:13.766Z Compiling tracing-attributes v0.1.27
15132024-05-15T05:21:14.712Z Compiling hashbrown v0.14.3
15142024-05-15T05:21:14.717Z Compiling schemars_derive v0.8.17
15152024-05-15T05:21:15.188Z Compiling zeroize v1.7.0
15162024-05-15T05:21:15.741Z Compiling openssl-macros v0.1.1
15172024-05-15T05:21:16.455Z Compiling scroll_derive v0.12.0
15182024-05-15T05:21:16.921Z Compiling pest v2.7.6
15192024-05-15T05:21:17.024Z Compiling tracing v0.1.40
15202024-05-15T05:21:17.513Z Compiling crypto-common v0.1.6
15212024-05-15T05:21:17.576Z Compiling futures-util v0.3.30
15222024-05-15T05:21:17.700Z Compiling der_derive v0.7.2
15232024-05-15T05:21:18.204Z Compiling anyhow v1.0.83
15242024-05-15T05:21:18.204Z Compiling winnow v0.5.15
15252024-05-15T05:21:19.512Z Compiling pest_meta v2.7.6
15262024-05-15T05:21:20.415Z Compiling block-buffer v0.10.4
15272024-05-15T05:21:20.638Z Compiling regex-automata v0.4.5
15282024-05-15T05:21:20.756Z Compiling pest_generator v2.7.6
15292024-05-15T05:21:21.977Z Compiling usdt-impl v0.5.0
15302024-05-15T05:21:22.495Z Compiling untrusted v0.9.0
15312024-05-15T05:21:22.695Z Compiling rustversion v1.0.14
15322024-05-15T05:21:23.657Z Compiling bytes v1.6.0
15332024-05-15T05:21:23.680Z Compiling indexmap v2.2.6
15342024-05-15T05:21:24.365Z Compiling tokio v1.37.0
15352024-05-15T05:21:24.427Z Compiling bitflags v2.4.2
15362024-05-15T05:21:24.906Z Compiling uuid v1.8.0
15372024-05-15T05:21:25.141Z Compiling chrono v0.4.38
15382024-05-15T05:21:25.593Z Compiling serde_tokenstream v0.2.0
15392024-05-15T05:21:26.233Z Compiling serde_spanned v0.6.5
15402024-05-15T05:21:26.866Z Compiling toml_datetime v0.6.5
15412024-05-15T05:21:27.707Z Compiling http v0.2.12
15422024-05-15T05:21:29.607Z Compiling rustc_version v0.4.0
15432024-05-15T05:21:29.793Z Compiling toml_edit v0.19.15
15442024-05-15T05:21:30.985Z Compiling pest_derive v2.7.6
15452024-05-15T05:21:31.042Z Compiling powerfmt v0.2.0
15462024-05-15T05:21:31.289Z Compiling heapless v0.7.16
15472024-05-15T05:21:31.565Z Compiling deranged v0.3.11
15482024-05-15T05:21:32.255Z Compiling digest v0.10.7
15492024-05-15T05:21:32.642Z Compiling scroll v0.12.0
15502024-05-15T05:21:33.347Z Compiling ppv-lite86 v0.2.17
15512024-05-15T05:21:34.186Z Compiling plain v0.2.3
15522024-05-15T05:21:34.202Z Compiling percent-encoding v2.3.1
15532024-05-15T05:21:34.322Z Compiling signal-hook v0.3.17
15542024-05-15T05:21:34.758Z Compiling num_threads v0.1.6
15552024-05-15T05:21:34.759Z Compiling time v0.3.34
15562024-05-15T05:21:35.259Z Compiling rand_chacha v0.3.1
15572024-05-15T05:21:35.277Z Compiling goblin v0.8.0
15582024-05-15T05:21:36.336Z Compiling regex v1.10.4
15592024-05-15T05:21:39.566Z Compiling pretty-hex v0.4.1
15602024-05-15T05:21:39.728Z Compiling crc32fast v1.3.2
15612024-05-15T05:21:40.165Z Compiling rand v0.8.5
15622024-05-15T05:21:40.509Z Compiling dof v0.3.0
15632024-05-15T05:21:40.529Z Compiling tokio-util v0.7.10
15642024-05-15T05:21:41.865Z Compiling dtrace-parser v0.2.0
15652024-05-15T05:21:42.321Z Compiling async-trait v0.1.80
15662024-05-15T05:21:43.465Z Compiling thread-id v4.2.0
15672024-05-15T05:21:43.989Z Compiling num-bigint v0.4.4
15682024-05-15T05:21:44.012Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15692024-05-15T05:21:44.035Z Compiling smoltcp v0.9.1
15702024-05-15T05:21:44.370Z Compiling base64ct v1.6.0
15712024-05-15T05:21:44.415Z Compiling untrusted v0.7.1
15722024-05-15T05:21:44.552Z Compiling foreign-types-shared v0.1.1
15732024-05-15T05:21:44.592Z Compiling unicode-width v0.1.11
15742024-05-15T05:21:44.648Z Compiling foreign-types v0.3.2
15752024-05-15T05:21:44.884Z Compiling pem-rfc7468 v0.7.0
15762024-05-15T05:21:46.345Z Compiling form_urlencoded v1.2.1
15772024-05-15T05:21:47.420Z Compiling hmac v0.12.1
15782024-05-15T05:21:47.879Z Compiling errno v0.3.8
15792024-05-15T05:21:47.888Z Compiling adler v1.0.2
15802024-05-15T05:21:47.918Z Compiling siphasher v0.3.11
15812024-05-15T05:21:47.935Z Compiling flagset v0.4.3
15822024-05-15T05:21:48.056Z Compiling base64 v0.21.7
15832024-05-15T05:21:48.094Z Compiling try-lock v0.2.4
15842024-05-15T05:21:48.248Z Compiling der v0.7.8
15852024-05-15T05:21:48.277Z Compiling want v0.3.1
15862024-05-15T05:21:48.544Z Compiling miniz_oxide v0.7.1
15872024-05-15T05:21:49.268Z Compiling rustls-webpki v0.101.7
15882024-05-15T05:21:50.901Z Compiling sct v0.7.0
15892024-05-15T05:21:51.190Z Compiling h2 v0.3.26
15902024-05-15T05:21:51.431Z Compiling http-body v0.4.5
15912024-05-15T05:21:52.869Z Compiling openapiv3 v2.0.0
15922024-05-15T05:21:52.896Z Compiling hubpack_derive v0.1.1
15932024-05-15T05:21:53.332Z Compiling zerocopy-derive v0.6.6
15942024-05-15T05:21:53.370Z Compiling lazy_static v1.4.0
15952024-05-15T05:21:53.488Z Compiling idna v0.5.0
15962024-05-15T05:21:54.016Z Compiling fs-err v2.11.0
15972024-05-15T05:21:54.306Z Compiling gimli v0.28.0
15982024-05-15T05:21:54.812Z Compiling anstyle v1.0.7
15992024-05-15T05:21:56.070Z Compiling tower-service v0.3.2
16002024-05-15T05:21:56.288Z Compiling httpdate v1.0.3
16012024-05-15T05:21:56.319Z Compiling openssl-probe v0.1.5
16022024-05-15T05:21:56.343Z Compiling utf8parse v0.2.1
16032024-05-15T05:21:56.514Z Compiling stable_deref_trait v1.2.0
16042024-05-15T05:21:56.654Z Compiling cpufeatures v0.2.12
16052024-05-15T05:21:56.654Z Compiling anstyle-parse v0.2.1
16062024-05-15T05:21:57.188Z Compiling sha2 v0.10.8
16072024-05-15T05:21:57.486Z Compiling url v2.5.0
16082024-05-15T05:21:57.858Z Compiling hyper v0.14.28
16092024-05-15T05:21:59.099Z Compiling addr2line v0.21.0
16102024-05-15T05:22:01.131Z Compiling spki v0.7.2
16112024-05-15T05:22:01.160Z Compiling usdt-macro v0.5.0
16122024-05-15T05:22:01.845Z Compiling usdt-attr-macro v0.5.0
16132024-05-15T05:22:03.325Z Compiling md-5 v0.10.5
16142024-05-15T05:22:06.713Z Compiling idna v0.3.0
16152024-05-15T05:22:06.940Z Compiling stringprep v0.1.3
16162024-05-15T05:22:07.648Z Compiling diesel_table_macro_syntax v0.1.0
16172024-05-15T05:22:07.663Z Compiling num-integer v0.1.46
16182024-05-15T05:22:08.252Z Compiling object v0.32.1
16192024-05-15T05:22:08.252Z Compiling hash32 v0.2.1
16202024-05-15T05:22:08.269Z Compiling colorchoice v1.0.0
16212024-05-15T05:22:12.707Z Compiling fallible-iterator v0.2.0
16222024-05-15T05:22:12.981Z Compiling rustc-demangle v0.1.23
16232024-05-15T05:22:13.466Z Compiling psl-types v2.0.11
16242024-05-15T05:22:13.655Z Compiling anstyle-query v1.0.0
16252024-05-15T05:22:13.786Z Compiling anstream v0.6.11
16262024-05-15T05:22:15.064Z Compiling publicsuffix v2.2.3
16272024-05-15T05:22:15.378Z Compiling postgres-protocol v0.6.6
16282024-05-15T05:22:17.021Z Compiling diesel_derives v2.1.2
16292024-05-15T05:22:18.549Z Compiling tokio-rustls v0.24.1
16302024-05-15T05:22:23.618Z Compiling terminal_size v0.3.0
16312024-05-15T05:22:23.830Z Compiling pkcs8 v0.10.2
16322024-05-15T05:22:24.370Z Compiling tokio-native-tls v0.3.1
16332024-05-15T05:22:24.628Z Compiling phf_shared v0.11.2
16342024-05-15T05:22:25.732Z Compiling strum_macros v0.25.2
16352024-05-15T05:22:25.751Z Compiling block-padding v0.3.3
16362024-05-15T05:22:25.751Z Compiling regress v0.9.1
16372024-05-15T05:22:25.751Z Compiling enum-as-inner v0.5.1
16382024-05-15T05:22:25.751Z Compiling serde_repr v0.1.16
16392024-05-15T05:22:26.545Z Compiling clap_derive v4.5.4
16402024-05-15T05:22:28.964Z Compiling ff v0.13.0
16412024-05-15T05:22:29.222Z Compiling scheduled-thread-pool v0.2.7
16422024-05-15T05:22:30.100Z Compiling encoding_rs v0.8.33
16432024-05-15T05:22:30.161Z Compiling matches v0.1.10
16442024-05-15T05:22:30.476Z Compiling base16ct v0.2.0
16452024-05-15T05:22:30.528Z Compiling bit-vec v0.6.3
16462024-05-15T05:22:30.729Z Compiling strsim v0.11.0
16472024-05-15T05:22:30.917Z Compiling ident_case v1.0.1
16482024-05-15T05:22:31.102Z Compiling managed v0.8.0
16492024-05-15T05:22:31.129Z Compiling strsim v0.10.0
16502024-05-15T05:22:31.453Z Compiling mime v0.3.17
16512024-05-15T05:22:31.491Z Compiling ipnet v2.9.0
16522024-05-15T05:22:31.767Z Compiling clap_lex v0.7.0
16532024-05-15T05:22:32.232Z Compiling regex-automata v0.1.10
16542024-05-15T05:22:32.597Z Compiling bitflags v1.3.2
16552024-05-15T05:22:33.207Z Compiling bstr v0.2.17
16562024-05-15T05:22:38.273Z Compiling clap_builder v4.5.2
16572024-05-15T05:22:38.549Z Compiling darling_core v0.20.8
16582024-05-15T05:22:38.549Z Compiling sec1 v0.7.3
16592024-05-15T05:22:38.549Z Compiling idna v0.2.3
16602024-05-15T05:22:38.549Z Compiling r2d2 v0.8.10
16612024-05-15T05:22:38.683Z Compiling group v0.13.0
16622024-05-15T05:22:38.837Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16632024-05-15T05:22:40.509Z Compiling inout v0.1.3
16642024-05-15T05:22:42.140Z Compiling phf v0.11.2
16652024-05-15T05:22:42.312Z Compiling hyper-tls v0.5.0
16662024-05-15T05:22:42.327Z Compiling signal-hook-mio v0.2.3
16672024-05-15T05:22:42.473Z Compiling hyper-rustls v0.24.2
16682024-05-15T05:22:42.671Z Compiling cookie_store v0.20.0
16692024-05-15T05:22:42.827Z Compiling postgres-types v0.2.6
16702024-05-15T05:22:43.127Z Compiling zerocopy v0.6.6
16712024-05-15T05:22:43.988Z Compiling hubpack v0.1.2
16722024-05-15T05:22:44.089Z Compiling rustls-pemfile v1.0.3
16732024-05-15T05:22:44.111Z Compiling phf_shared v0.10.0
16742024-05-15T05:22:44.156Z Compiling hkdf v0.12.4
16752024-05-15T05:22:44.355Z Compiling serde_urlencoded v0.7.1
16762024-05-15T05:22:44.431Z Compiling crossbeam-epoch v0.9.18
16772024-05-15T05:22:44.537Z Compiling ipnetwork v0.20.0
16782024-05-15T05:22:44.861Z Compiling futures-executor v0.3.30
16792024-05-15T05:22:45.460Z Compiling crypto-bigint v0.5.2
16802024-05-15T05:22:45.574Z Compiling float-cmp v0.9.0
16812024-05-15T05:22:45.661Z Compiling memmap v0.7.0
16822024-05-15T05:22:45.803Z Compiling normalize-line-endings v0.3.0
16832024-05-15T05:22:45.884Z Compiling precomputed-hash v0.1.1
16842024-05-15T05:22:45.925Z Compiling data-encoding v2.4.0
16852024-05-15T05:22:46.004Z Compiling fixedbitset v0.4.2
16862024-05-15T05:22:46.437Z Compiling difflib v0.4.0
16872024-05-15T05:22:47.424Z Compiling unicode-segmentation v1.10.1
16882024-05-15T05:22:47.602Z Compiling either v1.11.0
16892024-05-15T05:22:48.020Z Compiling new_debug_unreachable v1.0.4
16902024-05-15T05:22:48.115Z Compiling predicates-core v1.0.6
16912024-05-15T05:22:48.231Z Compiling sync_wrapper v0.1.2
16922024-05-15T05:22:48.403Z Compiling whoami v1.5.1
16932024-05-15T05:22:48.427Z Compiling minimal-lexical v0.2.1
16942024-05-15T05:22:48.527Z Compiling static_assertions v1.1.0
16952024-05-15T05:22:48.617Z Compiling webpki-roots v0.25.2
16962024-05-15T05:22:48.791Z Compiling winnow v0.6.1
16972024-05-15T05:22:48.895Z Compiling nom v7.1.3
16982024-05-15T05:22:48.917Z Compiling reqwest v0.11.27
16992024-05-15T05:22:49.296Z Compiling tokio-postgres v0.7.10
17002024-05-15T05:22:49.718Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17012024-05-15T05:22:50.806Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17022024-05-15T05:22:52.309Z Compiling toml_edit v0.22.12
17032024-05-15T05:22:52.526Z Compiling predicates v3.1.0
17042024-05-15T05:22:53.685Z Compiling string_cache v0.8.7
17052024-05-15T05:22:53.942Z Compiling similar v2.4.0
17062024-05-15T05:22:54.037Z Compiling itertools v0.10.5
17072024-05-15T05:22:54.092Z Compiling elliptic-curve v0.13.8
17082024-05-15T05:22:54.815Z Compiling trust-dns-proto v0.22.0
17092024-05-15T05:22:55.899Z Compiling petgraph v0.6.5
17102024-05-15T05:22:56.031Z Compiling usdt v0.5.0
17112024-05-15T05:22:56.841Z Compiling futures v0.3.30
17122024-05-15T05:22:56.961Z Compiling diesel v2.1.6
17132024-05-15T05:22:57.570Z Compiling yasna v0.5.2
17142024-05-15T05:22:58.758Z Compiling crossterm v0.27.0
17152024-05-15T05:22:59.135Z Compiling flate2 v1.0.30
17162024-05-15T05:22:59.499Z Compiling cipher v0.4.4
17172024-05-15T05:22:59.750Z Compiling darling_macro v0.20.8
17182024-05-15T05:23:00.690Z Compiling clap v4.5.4
17192024-05-15T05:23:00.713Z Compiling bit-set v0.5.3
17202024-05-15T05:23:01.013Z Compiling num-iter v0.1.45
17212024-05-15T05:23:01.245Z Compiling console v0.15.8
17222024-05-15T05:23:01.913Z Compiling tokio-stream v0.1.15
17232024-05-15T05:23:01.961Z Compiling toml v0.7.8
17242024-05-15T05:23:02.539Z Compiling bstr v1.9.0
17252024-05-15T05:23:02.870Z Compiling hex v0.4.3
17262024-05-15T05:23:03.839Z Compiling lalrpop-util v0.19.12
17272024-05-15T05:23:04.048Z Compiling peg-runtime v0.8.3
17282024-05-15T05:23:05.586Z Compiling darling v0.20.8
17292024-05-15T05:23:05.707Z Compiling proc-macro-crate v1.3.1
17302024-05-15T05:23:06.541Z Compiling camino v1.1.6
17312024-05-15T05:23:07.869Z Compiling heapless v0.8.0
17322024-05-15T05:23:09.015Z Compiling num_enum_derive v0.5.11
17332024-05-15T05:23:14.241Z Compiling hash32 v0.3.1
17342024-05-15T05:23:14.486Z Compiling smoltcp v0.11.0
17352024-05-15T05:23:14.681Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17362024-05-15T05:23:16.204Z Compiling rustls-pki-types v1.3.0
17372024-05-15T05:23:26.030Z Compiling num_enum v0.5.11
17382024-05-15T05:23:29.728Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17392024-05-15T05:23:29.734Z Compiling getopts v0.2.21
17402024-05-15T05:23:31.053Z Compiling dirs-sys-next v0.1.2
17412024-05-15T05:23:31.843Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422024-05-15T05:23:32.176Z Compiling proc-macro-error-attr v1.0.4
17432024-05-15T05:23:32.355Z Compiling unsafe-libyaml v0.2.10
17442024-05-15T05:23:32.546Z Compiling embedded-io v0.4.0
17452024-05-15T05:23:32.606Z Compiling cobs v0.2.3
17462024-05-15T05:23:33.295Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17472024-05-15T05:23:33.916Z Compiling rustls v0.22.4
17482024-05-15T05:23:34.099Z Compiling paste v1.0.15
17492024-05-15T05:23:34.267Z Compiling serde_yaml v0.9.25
17502024-05-15T05:23:36.247Z Compiling postcard v1.0.8
17512024-05-15T05:23:38.264Z Compiling dirs-next v2.0.0
17522024-05-15T05:23:40.560Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17532024-05-15T05:23:48.708Z Compiling rustls-webpki v0.102.1
17542024-05-15T05:23:53.016Z Compiling strum_macros v0.26.1
17552024-05-15T05:23:53.275Z Compiling structmeta-derive v0.3.0
17562024-05-15T05:23:53.403Z Compiling foreign-types-macros v0.2.3
17572024-05-15T05:23:54.965Z Compiling thread_local v1.1.7
17582024-05-15T05:23:55.063Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17592024-05-15T05:23:55.379Z Compiling multer v3.1.0
17602024-05-15T05:23:55.704Z Compiling proc-macro-error v1.0.4
17612024-05-15T05:23:56.043Z Compiling match_cfg v0.1.0
17622024-05-15T05:23:56.124Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17632024-05-15T05:23:56.444Z Compiling foreign-types-shared v0.3.1
17642024-05-15T05:23:56.447Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17652024-05-15T05:23:56.592Z Compiling slog-async v2.8.0
17662024-05-15T05:23:57.903Z Compiling strum v0.26.2
17672024-05-15T05:24:02.970Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17682024-05-15T05:24:04.610Z Compiling foreign-types v0.5.0
17692024-05-15T05:24:05.000Z Compiling hostname v0.3.1
17702024-05-15T05:24:05.452Z Compiling structmeta v0.3.0
17712024-05-15T05:24:10.687Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17722024-05-15T05:24:17.078Z Compiling term v0.7.0
17732024-05-15T05:24:20.469Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17742024-05-15T05:24:20.682Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17752024-05-15T05:24:21.866Z Compiling slog-json v2.6.1
17762024-05-15T05:24:21.980Z Compiling is-terminal v0.4.9
17772024-05-15T05:24:22.115Z Compiling tabwriter v1.4.0
17782024-05-15T05:24:22.364Z Compiling crossbeam-channel v0.5.8
17792024-05-15T05:24:22.963Z Compiling http v1.0.0
17802024-05-15T05:24:24.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17812024-05-15T05:24:24.136Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17822024-05-15T05:24:24.821Z Compiling async-stream-impl v0.3.5
17832024-05-15T05:24:24.954Z Compiling cstr-argument v0.1.2
17842024-05-15T05:24:25.238Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17852024-05-15T05:24:25.556Z Compiling take_mut v0.2.2
17862024-05-15T05:24:25.708Z Compiling crucible-workspace-hack v0.1.0
17872024-05-15T05:24:25.870Z Compiling fastrand v2.0.1
17882024-05-15T05:24:26.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17892024-05-15T05:24:26.521Z Compiling pretty-hex v0.2.1
17902024-05-15T05:24:26.521Z Compiling rayon-core v1.12.1
17912024-05-15T05:24:26.641Z Compiling base64 v0.22.1
17922024-05-15T05:24:26.776Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17932024-05-15T05:24:27.124Z Compiling atomic-waker v1.1.1
17942024-05-15T05:24:27.326Z Compiling waitgroup v0.1.2
17952024-05-15T05:24:28.007Z Compiling rustls-pemfile v2.1.2
17962024-05-15T05:24:28.020Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17972024-05-15T05:24:28.020Z Compiling tempfile v3.10.1
17982024-05-15T05:24:28.020Z Compiling async-stream v0.3.5
17992024-05-15T05:24:28.202Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18002024-05-15T05:24:29.115Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18012024-05-15T05:24:29.334Z Compiling slog-bunyan v2.5.0
18022024-05-15T05:24:29.603Z Compiling slog-term v2.9.1
18032024-05-15T05:24:30.362Z Compiling tokio-rustls v0.25.0
18042024-05-15T05:24:30.825Z Compiling parse-display-derive v0.9.0
18052024-05-15T05:24:31.269Z Compiling toml v0.8.12
18062024-05-15T05:24:31.533Z Compiling serde_with_macros v3.7.0
18072024-05-15T05:24:32.503Z Compiling sha1 v0.10.6
18082024-05-15T05:24:33.448Z Compiling crossbeam-deque v0.8.3
18092024-05-15T05:24:33.829Z Compiling colored v2.1.0
18102024-05-15T05:24:34.250Z Compiling newtype-uuid v1.1.0
18112024-05-15T05:24:34.588Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18122024-05-15T05:24:34.742Z Compiling serde_path_to_error v0.1.16
18132024-05-15T05:24:35.149Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18142024-05-15T05:24:35.715Z Compiling hostname v0.4.0
18152024-05-15T05:24:35.893Z Compiling socket2 v0.4.9
18162024-05-15T05:24:35.979Z Compiling instant v0.1.12
18172024-05-15T05:24:36.505Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18182024-05-15T05:24:36.551Z Compiling debug-ignore v1.0.5
18192024-05-15T05:24:36.575Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18202024-05-15T05:24:38.203Z Compiling backoff v0.4.0
18212024-05-15T05:24:38.541Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18222024-05-15T05:24:38.757Z Compiling parse-display v0.9.0
18232024-05-15T05:24:38.913Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18242024-05-15T05:24:39.514Z Compiling serde_with v3.7.0
18252024-05-15T05:24:40.742Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18262024-05-15T05:24:42.153Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18272024-05-15T05:24:43.050Z Compiling camino-tempfile v1.1.1
18282024-05-15T05:24:43.627Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18292024-05-15T05:24:43.869Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18302024-05-15T05:24:44.065Z Compiling macaddr v1.0.1
18312024-05-15T05:24:44.119Z Compiling num-derive v0.4.0
18322024-05-15T05:24:44.151Z Compiling sigpipe v0.1.3
18332024-05-15T05:24:44.290Z Compiling libefi-sys v0.1.0
18342024-05-15T05:24:44.622Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18352024-05-15T05:24:44.732Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18362024-05-15T05:24:45.187Z Compiling rayon v1.10.0
18372024-05-15T05:24:46.301Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18382024-05-15T05:24:46.716Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18392024-05-15T05:24:47.967Z Compiling smf v0.2.3
18402024-05-15T05:24:48.229Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18412024-05-15T05:24:48.613Z Compiling blake3 v1.5.0
18422024-05-15T05:24:49.187Z Compiling portable-atomic v1.4.3
18432024-05-15T05:24:50.397Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18442024-05-15T05:24:50.539Z Compiling memmap2 v0.7.1
18452024-05-15T05:24:50.587Z Compiling xattr v1.0.1
18462024-05-15T05:24:51.268Z Compiling filetime v0.2.23
18472024-05-15T05:24:51.287Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18482024-05-15T05:24:51.287Z Compiling constant_time_eq v0.3.0
18492024-05-15T05:24:51.287Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18502024-05-15T05:24:51.287Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18512024-05-15T05:24:51.287Z Compiling same-file v1.0.6
18522024-05-15T05:24:51.703Z Compiling arrayref v0.3.7
18532024-05-15T05:24:51.704Z Compiling arrayvec v0.7.4
18542024-05-15T05:24:51.704Z Compiling walkdir v2.5.0
18552024-05-15T05:24:53.070Z Compiling tar v0.4.40
18562024-05-15T05:24:55.922Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18572024-05-15T05:24:56.056Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18582024-05-15T05:24:56.335Z Compiling gethostname v0.4.3
18592024-05-15T05:24:56.621Z Compiling topological-sort v0.2.2
18602024-05-15T05:24:56.870Z Compiling number_prefix v0.4.0
18612024-05-15T05:24:57.131Z Compiling indicatif v0.17.8
18622024-05-15T05:24:57.467Z Compiling omicron-zone-package v0.11.0
18632024-05-15T05:24:58.850Z Compiling swrite v0.1.0
18642024-05-15T05:25:01.930Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18652024-05-15T05:25:05.138Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18662024-05-15T05:25:06.788Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18672024-05-15T05:25:10.404Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18682024-05-15T05:25:26.597Z Finished release [optimized] target(s) in 4m 56s
18692024-05-15T05:25:26.847Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18702024-05-15T05:25:26.912ZLogging to: /work/oxidecomputer/omicron/out/LOG
18712024-05-15T05:25:26.924ZCreated new build target 'test' and set it as active
18722024-05-15T05:25:26.924Z
18732024-05-15T05:25:26.924Zreal 4:57.188342198
18742024-05-15T05:25:26.924Zuser 31:07.746822222
18752024-05-15T05:25:26.925Zsys 3:49.423208763
18762024-05-15T05:25:26.925Ztrap 0.900388319
18772024-05-15T05:25:26.925Ztflt 4.612802071
18782024-05-15T05:25:26.925Zdflt 3.630684487
18792024-05-15T05:25:26.925Zkflt 0.017125864
18802024-05-15T05:25:26.925Zlock 1:06:10.123239250
18812024-05-15T05:25:26.925Zslp 1:28:20.305814643
18822024-05-15T05:25:26.925Zlat 2:05.073402718
18832024-05-15T05:25:26.925Zstop 3:33.200402434
18842024-05-15T05:25:26.925Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18852024-05-15T05:25:27.708Z Finished release [optimized] target(s) in 0.73s
18862024-05-15T05:25:27.713Z Running `target/release/omicron-package -t test package`
18872024-05-15T05:25:27.740ZLogging to: /work/oxidecomputer/omicron/out/LOG
18882024-05-15T05:25:28.583Z Compiling newline-converter v0.3.0
18892024-05-15T05:25:28.609Z Compiling humantime v2.1.0
18902024-05-15T05:25:28.645Z Compiling derive-where v1.2.7
18912024-05-15T05:25:28.657Z Compiling unicode-xid v0.2.4
18922024-05-15T05:25:28.681Z Compiling linked-hash-map v0.5.6
18932024-05-15T05:25:28.682Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18942024-05-15T05:25:28.682Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18952024-05-15T05:25:28.682Z Compiling password-hash v0.5.0
18962024-05-15T05:25:28.770Z Compiling expectorate v1.1.0
18972024-05-15T05:25:28.785Z Compiling blake2 v0.10.6
18982024-05-15T05:25:28.922Z Compiling semver v0.1.20
18992024-05-15T05:25:28.988Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19002024-05-15T05:25:29.022Z Compiling lru-cache v0.1.2
19012024-05-15T05:25:29.223Z Compiling argon2 v0.5.3
19022024-05-15T05:25:29.431Z Compiling rustc_version v0.1.7
19032024-05-15T05:25:29.446Z Compiling bytecount v0.6.3
19042024-05-15T05:25:29.723Z Compiling papergrid v0.11.0
19052024-05-15T05:25:29.816Z Compiling newtype_derive v0.1.6
19062024-05-15T05:25:30.104Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19072024-05-15T05:25:30.180Z Compiling tabled_derive v0.7.0
19082024-05-15T05:25:30.711Z Compiling quick-error v1.2.3
19092024-05-15T05:25:30.849Z Compiling resolv-conf v0.7.0
19102024-05-15T05:25:30.993Z Compiling steno v0.4.0
19112024-05-15T05:25:31.798Z Compiling trust-dns-resolver v0.22.0
19122024-05-15T05:25:31.852Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19132024-05-15T05:25:32.419Z Compiling slog-dtrace v0.3.0
19142024-05-15T05:25:32.429Z Compiling tabled v0.15.0
19152024-05-15T05:25:32.724Z Compiling termcolor v1.2.0
19162024-05-15T05:25:33.801Z Compiling itertools v0.12.1
19172024-05-15T05:25:35.218Z Compiling utf-8 v0.7.6
19182024-05-15T05:25:37.113Z Compiling num-rational v0.4.2
19192024-05-15T05:25:37.581Z Compiling num-complex v0.4.6
19202024-05-15T05:25:38.808Z Compiling num v0.4.3
19212024-05-15T05:25:38.912Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19222024-05-15T05:25:39.662Z Compiling nibble_vec v0.1.0
19232024-05-15T05:25:39.885Z Compiling endian-type v0.1.2
19242024-05-15T05:25:39.937Z Compiling radium v0.7.0
19252024-05-15T05:25:40.131Z Compiling radix_trie v0.2.1
19262024-05-15T05:25:40.375Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19272024-05-15T05:25:40.997Z Compiling tungstenite v0.20.1
19282024-05-15T05:25:43.422Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19292024-05-15T05:25:44.634Z Compiling tap v1.0.1
19302024-05-15T05:25:44.832Z Compiling maybe-uninit v2.0.0
19312024-05-15T05:25:45.343Z Compiling wyz v0.5.1
19322024-05-15T05:25:45.805Z Compiling tokio-tungstenite v0.20.1
19332024-05-15T05:25:46.407Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19342024-05-15T05:25:46.885Z Compiling bzip2-sys v0.1.11+1.0.8
19352024-05-15T05:25:47.353Z Compiling packed_struct v0.10.1
19362024-05-15T05:25:47.755Z Compiling num-bigint-dig v0.8.4
19372024-05-15T05:25:48.052Z Compiling cancel-safe-futures v0.1.5
19382024-05-15T05:25:48.393Z Compiling crc-catalog v2.2.0
19392024-05-15T05:25:48.524Z Compiling funty v2.0.0
19402024-05-15T05:25:51.083Z Compiling display-error-chain v0.2.0
19412024-05-15T05:25:51.261Z Compiling arc-swap v1.6.0
19422024-05-15T05:25:52.021Z Compiling slog-scope v4.4.0
19432024-05-15T05:25:52.248Z Compiling bitvec v1.0.1
19442024-05-15T05:25:52.953Z Compiling crc v3.0.1
19452024-05-15T05:25:54.694Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19462024-05-15T05:25:54.698Z Compiling packed_struct_codegen v0.10.1
19472024-05-15T05:25:54.990Z Compiling fxhash v0.2.1
19482024-05-15T05:25:55.231Z Compiling indexmap v1.9.3
19492024-05-15T05:25:55.514Z Compiling nodrop v0.1.14
19502024-05-15T05:25:55.635Z Compiling array-init v0.0.4
19512024-05-15T05:25:56.634Z Compiling smallvec v0.6.14
19522024-05-15T05:25:57.541Z Compiling slog-stdlog v4.1.1
19532024-05-15T05:25:58.482Z Compiling rayon-core v1.12.1
19542024-05-15T05:25:58.502Z Compiling synstructure v0.12.6
19552024-05-15T05:25:58.910Z Compiling pkcs1 v0.7.5
19562024-05-15T05:25:59.912Z Compiling signature v2.1.0
19572024-05-15T05:26:00.159Z Compiling crossbeam-deque v0.8.3
19582024-05-15T05:26:00.479Z Compiling dirs-sys-next v0.1.2
19592024-05-15T05:26:00.959Z Compiling half v2.3.1
19602024-05-15T05:26:01.335Z Compiling hashbrown v0.12.3
19612024-05-15T05:26:01.667Z Compiling crunchy v0.2.2
19622024-05-15T05:26:02.128Z Compiling glob v0.3.1
19632024-05-15T05:26:02.657Z Compiling same-file v1.0.6
19642024-05-15T05:26:02.866Z Compiling fastrand v2.0.1
19652024-05-15T05:26:03.286Z Compiling bitfield v0.14.0
19662024-05-15T05:26:03.290Z Compiling ciborium-io v0.2.2
19672024-05-15T05:26:03.290Z Compiling ciborium-ll v0.2.2
19682024-05-15T05:26:03.290Z Compiling tempfile v3.10.1
19692024-05-15T05:26:03.748Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19702024-05-15T05:26:03.754Z Compiling clang-sys v1.6.1
19712024-05-15T05:26:03.902Z Compiling walkdir v2.5.0
19722024-05-15T05:26:04.552Z Compiling dirs-next v2.0.0
19732024-05-15T05:26:05.287Z Compiling rsa v0.9.2
19742024-05-15T05:26:05.716Z Compiling zerocopy-derive v0.2.0
19752024-05-15T05:26:06.325Z Compiling bzip2 v0.4.4
19762024-05-15T05:26:06.781Z Compiling slog-envlogger v2.2.0
19772024-05-15T05:26:07.451Z Compiling serde-hex v0.1.0
19782024-05-15T05:26:08.549Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19792024-05-15T05:26:08.839Z Compiling env_logger v0.10.0
19802024-05-15T05:26:09.416Z Compiling camino v1.1.6
19812024-05-15T05:26:09.477Z Compiling x509-cert v0.2.4
19822024-05-15T05:26:10.740Z Compiling ron v0.8.1
19832024-05-15T05:26:12.460Z Compiling hashbrown v0.13.2
19842024-05-15T05:26:12.768Z Compiling prettyplease v0.2.20
19852024-05-15T05:26:13.062Z Compiling tiny-keccak v2.0.2
19862024-05-15T05:26:13.378Z Compiling crc-any v2.4.3
19872024-05-15T05:26:13.730Z Compiling maplit v1.0.2
19882024-05-15T05:26:13.853Z Compiling object v0.30.4
19892024-05-15T05:26:14.328Z Compiling blake3 v1.5.0
19902024-05-15T05:26:14.628Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19912024-05-15T05:26:16.324Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19922024-05-15T05:26:16.884Z Compiling zip v0.6.6
19932024-05-15T05:26:17.028Z Compiling rayon v1.10.0
19942024-05-15T05:26:17.389Z Compiling term v0.7.0
19952024-05-15T05:26:18.981Z Compiling ciborium v0.2.2
19962024-05-15T05:26:19.624Z Compiling atty v0.2.14
19972024-05-15T05:26:19.767Z Compiling memmap2 v0.7.1
19982024-05-15T05:26:20.123Z Compiling filetime v0.2.23
19992024-05-15T05:26:20.413Z Compiling xattr v1.0.1
20002024-05-15T05:26:20.641Z Compiling path-slash v0.1.5
20012024-05-15T05:26:20.863Z Compiling home v0.5.5
20022024-05-15T05:26:20.912Z Compiling arrayref v0.3.7
20032024-05-15T05:26:21.002Z Compiling arrayvec v0.7.4
20042024-05-15T05:26:21.083Z Compiling constant_time_eq v0.3.0
20052024-05-15T05:26:21.224Z Compiling toolchain_find v0.4.0
20062024-05-15T05:26:21.727Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20072024-05-15T05:26:21.735Z Compiling tar v0.4.40
20082024-05-15T05:26:22.141Z Compiling ascii-canvas v3.0.0
20092024-05-15T05:26:22.602Z Compiling camino-tempfile v1.1.1
20102024-05-15T05:26:23.134Z Compiling toml v0.8.12
20112024-05-15T05:26:23.134Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20122024-05-15T05:26:23.443Z Compiling is-terminal v0.4.9
20132024-05-15T05:26:23.502Z Compiling libsw v3.3.1
20142024-05-15T05:26:23.561Z Compiling ena v0.14.2
20152024-05-15T05:26:24.230Z Compiling libloading v0.7.4
20162024-05-15T05:26:24.239Z Compiling usdt-impl v0.3.5
20172024-05-15T05:26:24.239Z Compiling topological-sort v0.2.2
20182024-05-15T05:26:24.306Z Compiling regex-syntax v0.6.29
20192024-05-15T05:26:24.339Z Compiling bindgen v0.69.2
20202024-05-15T05:26:24.370Z Compiling parking_lot_core v0.8.6
20212024-05-15T05:26:25.186Z Compiling linear-map v1.2.0
20222024-05-15T05:26:25.191Z Compiling convert_case v0.4.0
20232024-05-15T05:26:25.191Z Compiling owo-colors v4.0.0
20242024-05-15T05:26:25.515Z Compiling diff v0.1.13
20252024-05-15T05:26:26.040Z Compiling derive_more v0.99.17
20262024-05-15T05:26:27.285Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20272024-05-15T05:26:27.834Z Compiling lalrpop v0.19.12
20282024-05-15T05:26:29.443Z Compiling omicron-zone-package v0.11.0
20292024-05-15T05:26:33.447Z Compiling rustfmt-wrapper v0.2.1
20302024-05-15T05:26:33.985Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20312024-05-15T05:26:34.648Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20322024-05-15T05:26:34.759Z Compiling cexpr v0.6.0
20332024-05-15T05:26:34.799Z Compiling which v4.4.0
20342024-05-15T05:26:35.308Z Compiling unicase v2.7.0
20352024-05-15T05:26:35.620Z Compiling peeking_take_while v0.1.2
20362024-05-15T05:26:35.744Z Compiling shlex v1.3.0
20372024-05-15T05:26:36.100Z Compiling rustc-hash v1.1.0
20382024-05-15T05:26:36.150Z Compiling lazycell v1.3.0
20392024-05-15T05:26:36.248Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20402024-05-15T05:26:37.196Z Compiling zerocopy v0.3.0
20412024-05-15T05:26:37.996Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20422024-05-15T05:26:38.970Z Compiling derive_builder_core v0.20.0
20432024-05-15T05:26:41.061Z Compiling pem v3.0.4
20442024-05-15T05:26:42.568Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20452024-05-15T05:26:42.779Z Compiling headers-core v0.2.0
20462024-05-15T05:26:42.952Z Compiling libxml v0.3.3
20472024-05-15T05:26:43.296Z Compiling async-recursion v1.1.1
20482024-05-15T05:26:43.391Z Compiling platforms v3.0.2
20492024-05-15T05:26:44.134Z Compiling ref-cast v1.0.23
20502024-05-15T05:26:44.273Z Compiling headers v0.3.9
20512024-05-15T05:26:44.754Z Compiling derive_builder_macro v0.20.0
20522024-05-15T05:26:45.604Z Compiling dof v0.1.5
20532024-05-15T05:26:45.616Z Compiling parking_lot v0.11.2
20542024-05-15T05:26:46.361Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20552024-05-15T05:26:48.075Z Compiling trust-dns-client v0.22.0
20562024-05-15T05:26:48.122Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20572024-05-15T05:26:48.186Z Compiling strum_macros v0.24.3
20582024-05-15T05:26:48.430Z Compiling dtrace-parser v0.1.14
20592024-05-15T05:26:48.618Z Compiling toml v0.5.11
20602024-05-15T05:26:49.992Z Compiling ref-cast-impl v1.0.23
20612024-05-15T05:26:50.211Z Compiling samael v0.0.15
20622024-05-15T05:26:51.143Z Compiling vte_generate_state_changes v0.1.1
20632024-05-15T05:26:51.438Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20642024-05-15T05:26:51.780Z Compiling cookie v0.18.1
20652024-05-15T05:26:51.812Z Compiling cfg_aliases v0.1.1
20662024-05-15T05:26:51.830Z Compiling buf-list v1.0.3
20672024-05-15T05:26:51.918Z Compiling indoc v1.0.9
20682024-05-15T05:26:52.411Z Compiling nix v0.28.0
20692024-05-15T05:26:52.485Z Compiling vte v0.11.1
20702024-05-15T05:26:52.917Z Compiling trust-dns-server v0.22.1
20712024-05-15T05:26:53.751Z Compiling polar-core v0.27.3
20722024-05-15T05:26:54.417Z Compiling sled v0.34.7
20732024-05-15T05:26:56.838Z Compiling derive_builder v0.20.0
20742024-05-15T05:26:58.866Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20752024-05-15T05:27:00.061Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20762024-05-15T05:27:00.377Z Compiling const_format_proc_macros v0.2.32
20772024-05-15T05:27:02.119Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20782024-05-15T05:27:02.543Z Compiling fd-lock v4.0.2
20792024-05-15T05:27:02.549Z Compiling bb8 v0.8.3
20802024-05-15T05:27:02.549Z Compiling quick-xml v0.31.0
20812024-05-15T05:27:02.853Z Compiling serde_tokenstream v0.1.7
20822024-05-15T05:27:03.404Z Compiling oso-derive v0.27.3
20832024-05-15T05:27:04.295Z Compiling impl-trait-for-tuples v0.2.2
20842024-05-15T05:27:07.359Z Compiling pin-project-internal v1.1.3
20852024-05-15T05:27:08.539Z Compiling memoffset v0.7.1
20862024-05-15T05:27:08.864Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20872024-05-15T05:27:10.007Z Compiling pin-project v1.1.3
20882024-05-15T05:27:10.134Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20892024-05-15T05:27:13.522Z Compiling const_format v0.2.32
20902024-05-15T05:27:15.082Z Compiling curve25519-dalek v4.1.2
20912024-05-15T05:27:15.518Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20922024-05-15T05:27:16.002Z Compiling strip-ansi-escapes v0.2.0
20932024-05-15T05:27:16.778Z Compiling oso v0.27.3
20942024-05-15T05:27:31.295Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20952024-05-15T05:27:32.895Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20962024-05-15T05:27:35.006Z Compiling kstat-rs v0.2.3
20972024-05-15T05:27:35.819Z Compiling snafu-derive v0.8.2
20982024-05-15T05:27:36.241Z Compiling keccak v0.1.4
20992024-05-15T05:27:36.889Z Compiling nu-ansi-term v0.50.0
21002024-05-15T05:27:37.953Z Compiling reedline v0.31.0
21012024-05-15T05:27:38.134Z Compiling sha3 v0.10.8
21022024-05-15T05:27:38.698Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21032024-05-15T05:27:40.721Z Compiling snafu v0.8.2
21042024-05-15T05:27:42.498Z Compiling mime_guess v2.0.4
21052024-05-15T05:27:45.243Z Compiling usdt-attr-macro v0.3.5
21062024-05-15T05:27:46.652Z Compiling usdt-macro v0.3.5
21072024-05-15T05:27:47.926Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21082024-05-15T05:27:48.445Z Compiling env_logger v0.9.3
21092024-05-15T05:27:48.649Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21102024-05-15T05:27:53.048Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21112024-05-15T05:27:54.178Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21122024-05-15T05:27:54.629Z Compiling globset v0.4.13
21132024-05-15T05:27:55.801Z Compiling peg-macros v0.8.3
21142024-05-15T05:27:59.201Z Compiling olpc-cjson v0.1.3
21152024-05-15T05:28:00.749Z Compiling universal-hash v0.5.1
21162024-05-15T05:28:00.755Z Compiling secrecy v0.8.0
21172024-05-15T05:28:00.756Z Compiling bitstruct_derive v0.1.0
21182024-05-15T05:28:01.311Z Compiling thiserror-impl-no-std v2.0.2
21192024-05-15T05:28:02.102Z Compiling serde_plain v1.0.2
21202024-05-15T05:28:02.133Z Compiling sqlparser_derive v0.2.2
21212024-05-15T05:28:02.621Z Compiling nanorand v0.7.0
21222024-05-15T05:28:02.937Z Compiling curve25519-dalek-derive v0.1.0
21232024-05-15T05:28:03.172Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21242024-05-15T05:28:03.321Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21252024-05-15T05:28:03.355Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21262024-05-15T05:28:03.876Z Compiling signature v1.6.4
21272024-05-15T05:28:03.876Z Compiling unicode_categories v0.1.1
21282024-05-15T05:28:03.876Z Compiling typed-path v0.7.0
21292024-05-15T05:28:03.981Z Compiling opaque-debug v0.3.0
21302024-05-15T05:28:04.007Z Compiling salty v0.2.0
21312024-05-15T05:28:04.074Z Compiling ascii v1.1.0
21322024-05-15T05:28:04.430Z Compiling rustyline v14.0.0
21332024-05-15T05:28:04.593Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21342024-05-15T05:28:08.298Z Compiling tough v0.17.1
21352024-05-15T05:28:08.303Z Compiling poly1305 v0.8.0
21362024-05-15T05:28:09.313Z Compiling thiserror-no-std v2.0.2
21372024-05-15T05:28:09.435Z Compiling sqlformat v0.2.3
21382024-05-15T05:28:10.513Z Compiling ed25519 v1.5.3
21392024-05-15T05:28:10.908Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21402024-05-15T05:28:11.163Z Compiling sqlparser v0.45.0
21412024-05-15T05:28:12.488Z Compiling flume v0.11.0
21422024-05-15T05:28:12.740Z Compiling bitstruct v0.1.1
21432024-05-15T05:28:12.840Z Compiling peg v0.8.3
21442024-05-15T05:28:12.950Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21452024-05-15T05:28:14.000Z Compiling usdt v0.3.5
21462024-05-15T05:28:14.513Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21472024-05-15T05:28:17.244Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21482024-05-15T05:28:17.927Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21492024-05-15T05:28:24.293Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21502024-05-15T05:28:24.608Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21512024-05-15T05:28:24.913Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21522024-05-15T05:28:26.051Z Compiling chacha20 v0.9.1
21532024-05-15T05:28:26.502Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21542024-05-15T05:28:28.769Z Compiling aead v0.5.2
21552024-05-15T05:28:29.507Z Compiling bcs v0.1.6
21562024-05-15T05:28:29.983Z Compiling serde_arrays v0.1.0
21572024-05-15T05:28:30.188Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21582024-05-15T05:28:30.899Z Compiling serde-big-array v0.5.1
21592024-05-15T05:28:31.035Z Compiling erased-serde v0.3.31
21602024-05-15T05:28:31.150Z Compiling parse-size v1.0.0
21612024-05-15T05:28:31.430Z Compiling highway v1.1.0
21622024-05-15T05:28:32.752Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21632024-05-15T05:28:32.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21642024-05-15T05:28:39.561Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21652024-05-15T05:28:59.355Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21662024-05-15T05:28:59.868Z Compiling chacha20poly1305 v0.10.1
21672024-05-15T05:29:03.288Z Compiling vsss-rs v3.3.4
21682024-05-15T05:29:04.050Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21692024-05-15T05:29:04.755Z Compiling signal-hook-tokio v0.3.1
21702024-05-15T05:29:04.934Z Compiling heck v0.3.3
21712024-05-15T05:29:05.708Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21722024-05-15T05:29:05.712Z Compiling castaway v0.2.2
21732024-05-15T05:29:05.713Z Compiling rand_seeder v0.2.3
21742024-05-15T05:29:05.962Z Compiling serde-big-array v0.4.1
21752024-05-15T05:29:06.177Z Compiling http-range v0.1.5
21762024-05-15T05:29:06.840Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21772024-05-15T05:29:07.542Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21782024-05-15T05:29:08.995Z Compiling hyper-staticfile v0.9.5
21792024-05-15T05:29:11.388Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21802024-05-15T05:29:12.290Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21812024-05-15T05:29:12.493Z Compiling compact_str v0.7.1
21822024-05-15T05:29:12.807Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21832024-05-15T05:29:14.036Z Compiling zone_cfg_derive v0.1.2
21842024-05-15T05:29:15.467Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21852024-05-15T05:29:18.790Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21862024-05-15T05:29:19.413Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21872024-05-15T05:29:23.531Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21882024-05-15T05:29:25.797Z Compiling tungstenite v0.21.0
21892024-05-15T05:29:31.043Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21902024-05-15T05:29:31.353Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21912024-05-15T05:29:31.666Z Compiling lru v0.12.1
21922024-05-15T05:29:31.889Z Compiling stability v0.2.0
21932024-05-15T05:29:32.062Z Compiling cassowary v0.3.0
21942024-05-15T05:29:32.911Z Compiling indoc v2.0.3
21952024-05-15T05:29:33.870Z Compiling base64 v0.13.1
21962024-05-15T05:29:34.583Z Compiling corncobs v0.1.3
21972024-05-15T05:29:34.948Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21982024-05-15T05:29:35.718Z Compiling ron v0.7.1
21992024-05-15T05:29:36.292Z Compiling ratatui v0.26.2
22002024-05-15T05:29:39.217Z Compiling tokio-tungstenite v0.21.0
22012024-05-15T05:29:39.743Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22022024-05-15T05:29:41.396Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22032024-05-15T05:29:42.072Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22042024-05-15T05:29:54.284Z Compiling zone v0.1.8
22052024-05-15T05:29:57.235Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22062024-05-15T05:30:00.429Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22072024-05-15T05:30:03.226Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22082024-05-15T05:30:04.600Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22092024-05-15T05:30:08.669Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22102024-05-15T05:30:08.979Z Compiling portpicker v0.1.1
22112024-05-15T05:30:09.499Z Compiling unicode-linebreak v0.1.5
22122024-05-15T05:30:09.906Z Compiling smawk v0.3.1
22132024-05-15T05:30:10.038Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22142024-05-15T05:30:10.569Z Compiling textwrap v0.16.1
22152024-05-15T05:30:17.753Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22162024-05-15T05:30:18.154Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22172024-05-15T05:30:19.004Z Compiling rcgen v0.12.1
22182024-05-15T05:30:23.243Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22192024-05-15T05:30:23.312Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22202024-05-15T05:30:23.736Z Compiling atomicwrites v0.4.3
22212024-05-15T05:30:24.240Z Compiling fatfs v0.3.6
22222024-05-15T05:30:27.019Z Compiling rtoolbox v0.0.1
22232024-05-15T05:30:27.454Z Compiling subprocess v0.2.9
22242024-05-15T05:30:29.909Z Compiling is_ci v1.2.0
22252024-05-15T05:30:30.169Z Compiling assert_matches v1.5.0
22262024-05-15T05:30:30.336Z Compiling supports-color v3.0.0
22272024-05-15T05:30:31.429Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22282024-05-15T05:30:31.523Z Compiling rpassword v7.3.1
22292024-05-15T05:30:31.955Z Compiling tui-tree-widget v0.19.0
22302024-05-15T05:30:32.364Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22312024-05-15T05:30:32.767Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22322024-05-15T05:30:37.266Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22332024-05-15T05:30:37.620Z Compiling csv-core v0.1.11
22342024-05-15T05:30:38.082Z Compiling shell-words v1.1.0
22352024-05-15T05:30:38.521Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22362024-05-15T05:30:38.599Z Compiling csv v1.3.0
22372024-05-15T05:30:39.555Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22382024-05-15T05:30:40.623Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22392024-05-15T05:30:51.958Z Compiling multimap v0.10.0
22402024-05-15T05:30:52.463Z Compiling uzers v0.11.3
22412024-05-15T05:30:54.766Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22422024-05-15T05:33:03.146Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22432024-05-15T05:33:03.997Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22442024-05-15T05:39:57.585Z Finished release [optimized] target(s) in 14m 29s
22452024-05-15T05:41:33.472Z
22462024-05-15T05:41:33.477Zreal 16:06.381907815
22472024-05-15T05:41:33.477Zuser 1:47:35.844802993
22482024-05-15T05:41:33.477Zsys 4:38.238500507
22492024-05-15T05:41:33.478Ztrap 2.414863648
22502024-05-15T05:41:33.478Ztflt 2.053918919
22512024-05-15T05:41:33.478Zdflt 3.154982380
22522024-05-15T05:41:33.478Zkflt 0.013418268
22532024-05-15T05:41:33.478Zlock 6:50:53.953869789
22542024-05-15T05:41:33.478Zslp 4:12:39.592221990
22552024-05-15T05:41:33.478Zlat 2:28.695484605
22562024-05-15T05:41:33.478Zstop 1:02.376337489
22572024-05-15T05:41:33.478Z+ mapfile -t packages
22582024-05-15T05:41:33.479Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22592024-05-15T05:41:34.238Z Finished release [optimized] target(s) in 0.73s
22602024-05-15T05:41:34.261Z Running `target/release/omicron-package -t test list-outputs`
22612024-05-15T05:41:34.300ZLogging to: /work/oxidecomputer/omicron/out/LOG
22622024-05-15T05:41:34.309Z+ ptime -m cargo build --locked --release -p xtask
22632024-05-15T05:41:34.756Z Downloading crates ...
22642024-05-15T05:41:34.856Z Downloaded cargo_toml v0.20.2
22652024-05-15T05:41:34.867Z Compiling serde v1.0.201
22662024-05-15T05:41:34.867Z Compiling libc v0.2.153
22672024-05-15T05:41:34.872Z Compiling rustix v0.38.31
22682024-05-15T05:41:34.872Z Compiling hashbrown v0.14.3
22692024-05-15T05:41:34.872Z Compiling bitflags v2.4.2
22702024-05-15T05:41:34.872Z Compiling serde_json v1.0.117
22712024-05-15T05:41:34.933Z Compiling syn v2.0.60
22722024-05-15T05:41:34.971Z Compiling fs-err v2.11.0
22732024-05-15T05:41:35.243Z Compiling anyhow v1.0.83
22742024-05-15T05:41:36.122Z Compiling indexmap v2.2.6
22752024-05-15T05:41:36.496Z Compiling errno v0.3.8
22762024-05-15T05:41:37.433Z Compiling terminal_size v0.3.0
22772024-05-15T05:41:37.556Z Compiling clap_builder v4.5.2
22782024-05-15T05:41:39.496Z Compiling serde_derive v1.0.201
22792024-05-15T05:41:39.496Z Compiling thiserror-impl v1.0.59
22802024-05-15T05:41:39.501Z Compiling clap_derive v4.5.4
22812024-05-15T05:41:41.040Z Compiling thiserror v1.0.59
22822024-05-15T05:41:42.770Z Compiling clap v4.5.4
22832024-05-15T05:41:48.693Z Compiling serde_spanned v0.6.5
22842024-05-15T05:41:48.693Z Compiling toml_datetime v0.6.5
22852024-05-15T05:41:48.697Z Compiling cargo-platform v0.1.3
22862024-05-15T05:41:48.698Z Compiling camino v1.1.6
22872024-05-15T05:41:48.698Z Compiling semver v1.0.22
22882024-05-15T05:41:48.698Z Compiling macaddr v1.0.1
22892024-05-15T05:41:48.931Z Compiling toml_edit v0.22.12
22902024-05-15T05:41:50.727Z Compiling cargo_metadata v0.18.1
22912024-05-15T05:41:51.444Z Compiling toml v0.8.12
22922024-05-15T05:41:53.511Z Compiling cargo_toml v0.20.2
22932024-05-15T05:42:04.995Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22942024-05-15T05:42:16.349Z Finished release [optimized] target(s) in 42.00s
22952024-05-15T05:42:16.422Z
22962024-05-15T05:42:16.455Zreal 42.086541380
22972024-05-15T05:42:16.456Zuser 3:04.324198209
22982024-05-15T05:42:16.456Zsys 15.331775629
22992024-05-15T05:42:16.456Ztrap 0.061492899
23002024-05-15T05:42:16.456Ztflt 0.243622426
23012024-05-15T05:42:16.456Zdflt 0.738091038
23022024-05-15T05:42:16.457Zkflt 0.000346346
23032024-05-15T05:42:16.457Zlock 4:06.088442627
23042024-05-15T05:42:16.457Zslp 3:28.416923337
23052024-05-15T05:42:16.457Zlat 2.843095462
23062024-05-15T05:42:16.457Zstop 3.675771816
23072024-05-15T05:42:16.457Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23082024-05-15T05:42:16.457Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23092024-05-15T05:42:16.458Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23102024-05-15T05:42:16.458Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23112024-05-15T05:42:16.458Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23122024-05-15T05:42:16.921Z Downloading crates ...
23132024-05-15T05:42:17.142Z Downloaded aes v0.8.3
23142024-05-15T05:42:17.162Z Downloaded option-ext v0.2.0
23152024-05-15T05:42:17.163Z Downloaded dhcproto-macros v0.1.0
23162024-05-15T05:42:17.163Z Downloaded dirs v5.0.1
23172024-05-15T05:42:17.163Z Downloaded ctr v0.9.2
23182024-05-15T05:42:17.178Z Downloaded md5 v0.7.0
23192024-05-15T05:42:17.178Z Downloaded ghash v0.5.0
23202024-05-15T05:42:17.178Z Downloaded pbkdf2 v0.11.0
23212024-05-15T05:42:17.178Z Downloaded hex-literal v0.4.1
23222024-05-15T05:42:17.179Z Downloaded dirs-sys v0.4.1
23232024-05-15T05:42:17.179Z Downloaded cbc v0.1.2
23242024-05-15T05:42:17.179Z Downloaded rfc6979 v0.4.0
23252024-05-15T05:42:17.179Z Downloaded rand_core v0.5.1
23262024-05-15T05:42:17.179Z Downloaded polyval v0.6.1
23272024-05-15T05:42:17.179Z Downloaded pbkdf2 v0.12.2
23282024-05-15T05:42:17.179Z Downloaded internet-checksum v0.2.1
23292024-05-15T05:42:17.193Z Downloaded ed25519 v2.2.2
23302024-05-15T05:42:17.193Z Downloaded rand_chacha v0.2.2
23312024-05-15T05:42:17.194Z Downloaded primeorder v0.13.6
23322024-05-15T05:42:17.194Z Downloaded bcrypt-pbkdf v0.10.0
23332024-05-15T05:42:17.194Z Downloaded blowfish v0.9.1
23342024-05-15T05:42:17.194Z Downloaded russh-keys v0.43.0
23352024-05-15T05:42:17.194Z Downloaded password-hash v0.4.2
23362024-05-15T05:42:17.194Z Downloaded dhcproto v0.11.0
23372024-05-15T05:42:17.194Z Downloaded getrandom v0.1.16
23382024-05-15T05:42:17.203Z Downloaded ecdsa v0.16.9
23392024-05-15T05:42:17.204Z Downloaded russh-cryptovec v0.7.0
23402024-05-15T05:42:17.204Z Downloaded ed25519-dalek v2.0.0
23412024-05-15T05:42:17.213Z Downloaded russh v0.43.0
23422024-05-15T05:42:17.226Z Downloaded aes-gcm v0.10.3
23432024-05-15T05:42:17.226Z Downloaded rand v0.7.3
23442024-05-15T05:42:17.227Z Downloaded p521 v0.13.3
23452024-05-15T05:42:17.260Z Downloaded p256 v0.13.2
23462024-05-15T05:42:17.295Z Downloaded winapi v0.3.9
23472024-05-15T05:42:17.459Z Compiling proc-macro2 v1.0.82
23482024-05-15T05:42:17.459Z Compiling unicode-ident v1.0.12
23492024-05-15T05:42:17.459Z Compiling libc v0.2.153
23502024-05-15T05:42:17.477Z Compiling cfg-if v1.0.0
23512024-05-15T05:42:17.477Z Compiling serde v1.0.201
23522024-05-15T05:42:17.477Z Compiling version_check v0.9.4
23532024-05-15T05:42:17.477Z Compiling autocfg v1.1.0
23542024-05-15T05:42:17.535Z Compiling memchr v2.7.1
23552024-05-15T05:42:18.029Z Compiling byteorder v1.5.0
23562024-05-15T05:42:18.478Z Compiling once_cell v1.19.0
23572024-05-15T05:42:18.496Z Compiling log v0.4.21
23582024-05-15T05:42:18.496Z Compiling itoa v1.0.9
23592024-05-15T05:42:18.497Z Compiling scopeguard v1.2.0
23602024-05-15T05:42:18.497Z Compiling smallvec v1.13.1
23612024-05-15T05:42:18.497Z Compiling typenum v1.16.0
23622024-05-15T05:42:18.497Z Compiling generic-array v0.14.7
23632024-05-15T05:42:18.498Z Compiling lock_api v0.4.10
23642024-05-15T05:42:18.498Z Compiling thiserror v1.0.59
23652024-05-15T05:42:18.684Z Compiling parking_lot_core v0.9.8
23662024-05-15T05:42:18.733Z Compiling pin-project-lite v0.2.13
23672024-05-15T05:42:18.850Z Compiling libm v0.2.7
23682024-05-15T05:42:19.015Z Compiling quote v1.0.36
23692024-05-15T05:42:19.217Z Compiling subtle v2.5.0
23702024-05-15T05:42:19.272Z Compiling num-traits v0.2.19
23712024-05-15T05:42:19.308Z Compiling ahash v0.8.8
23722024-05-15T05:42:19.351Z Compiling syn v2.0.60
23732024-05-15T05:42:19.545Z Compiling getrandom v0.2.12
23742024-05-15T05:42:19.642Z Compiling cc v1.0.83
23752024-05-15T05:42:20.222Z Compiling rand_core v0.6.4
23762024-05-15T05:42:20.708Z Compiling signal-hook-registry v1.4.1
23772024-05-15T05:42:20.708Z Compiling mio v0.8.11
23782024-05-15T05:42:20.708Z Compiling parking_lot v0.12.1
23792024-05-15T05:42:20.709Z Compiling socket2 v0.5.6
23802024-05-15T05:42:20.709Z Compiling num_cpus v1.16.0
23812024-05-15T05:42:21.234Z Compiling ryu v1.0.15
23822024-05-15T05:42:21.250Z Compiling serde_json v1.0.117
23832024-05-15T05:42:21.250Z Compiling allocator-api2 v0.2.16
23842024-05-15T05:42:21.251Z Compiling futures-core v0.3.30
23852024-05-15T05:42:21.270Z Compiling const-oid v0.9.6
23862024-05-15T05:42:21.470Z Compiling fnv v1.0.7
23872024-05-15T05:42:21.559Z Compiling equivalent v1.0.1
23882024-05-15T05:42:21.596Z Compiling futures-sink v0.3.30
23892024-05-15T05:42:21.616Z Compiling slab v0.4.9
23902024-05-15T05:42:21.659Z Compiling spin v0.5.2
23912024-05-15T05:42:21.782Z Compiling futures-channel v0.3.30
23922024-05-15T05:42:21.885Z Compiling pin-utils v0.1.0
23932024-05-15T05:42:21.980Z Compiling futures-task v0.3.30
23942024-05-15T05:42:22.012Z Compiling futures-io v0.3.30
23952024-05-15T05:42:22.210Z Compiling syn v1.0.109
23962024-05-15T05:42:22.296Z Compiling iana-time-zone v0.1.57
23972024-05-15T05:42:22.305Z Compiling tinyvec_macros v0.1.1
23982024-05-15T05:42:22.731Z Compiling tinyvec v1.6.0
23992024-05-15T05:42:22.731Z Compiling unicode-bidi v0.3.15
24002024-05-15T05:42:22.731Z Compiling schemars v0.8.17
24012024-05-15T05:42:22.732Z Compiling cpufeatures v0.2.12
24022024-05-15T05:42:22.745Z Compiling tracing-core v0.1.32
24032024-05-15T05:42:22.814Z Compiling dyn-clone v1.0.17
24042024-05-15T05:42:23.008Z Compiling percent-encoding v2.3.1
24052024-05-15T05:42:23.036Z Compiling ppv-lite86 v0.2.17
24062024-05-15T05:42:23.081Z Compiling spin v0.9.8
24072024-05-15T05:42:23.357Z Compiling num-conv v0.1.0
24082024-05-15T05:42:23.454Z Compiling time-core v0.1.2
24092024-05-15T05:42:23.882Z Compiling powerfmt v0.2.0
24102024-05-15T05:42:23.882Z Compiling time-macros v0.2.17
24112024-05-15T05:42:23.882Z Compiling unicode-normalization v0.1.22
24122024-05-15T05:42:23.883Z Compiling form_urlencoded v1.2.1
24132024-05-15T05:42:23.883Z Compiling num_threads v0.1.6
24142024-05-15T05:42:24.064Z Compiling deranged v0.3.11
24152024-05-15T05:42:24.112Z Compiling rand_chacha v0.3.1
24162024-05-15T05:42:24.123Z Compiling ring v0.17.8
24172024-05-15T05:42:24.174Z Compiling aho-corasick v1.1.2
24182024-05-15T05:42:24.906Z Compiling regex-syntax v0.8.2
24192024-05-15T05:42:25.949Z Compiling idna v0.5.0
24202024-05-15T05:42:26.386Z Compiling rand v0.8.5
24212024-05-15T05:42:27.681Z Compiling serde_derive_internals v0.29.0
24222024-05-15T05:42:27.695Z Compiling time v0.3.34
24232024-05-15T05:42:28.539Z Compiling slog v2.7.0
24242024-05-15T05:42:28.566Z Compiling regex-automata v0.4.5
24252024-05-15T05:42:28.632Z Compiling httparse v1.8.0
24262024-05-15T05:42:29.146Z Compiling url v2.5.0
24272024-05-15T05:42:30.588Z Compiling heck v0.4.1
24282024-05-15T05:42:30.653Z Compiling untrusted v0.9.0
24292024-05-15T05:42:30.970Z Compiling pkg-config v0.3.27
24302024-05-15T05:42:30.998Z Compiling vcpkg v0.2.15
24312024-05-15T05:42:31.450Z Compiling lazy_static v1.4.0
24322024-05-15T05:42:31.977Z Compiling unicode-width v0.1.11
24332024-05-15T05:42:32.008Z Compiling adler v1.0.2
24342024-05-15T05:42:32.008Z Compiling miniz_oxide v0.7.1
24352024-05-15T05:42:32.319Z Compiling semver v1.0.22
24362024-05-15T05:42:32.744Z Compiling ring v0.16.20
24372024-05-15T05:42:32.930Z Compiling backtrace v0.3.69
24382024-05-15T05:42:33.151Z Compiling openssl-sys v0.9.102
24392024-05-15T05:42:33.330Z Compiling httpdate v1.0.3
24402024-05-15T05:42:33.450Z Compiling gimli v0.28.0
24412024-05-15T05:42:33.787Z Compiling regex v1.10.4
24422024-05-15T05:42:34.206Z Compiling serde_derive v1.0.201
24432024-05-15T05:42:34.206Z Compiling zeroize_derive v1.4.2
24442024-05-15T05:42:34.206Z Compiling thiserror-impl v1.0.59
24452024-05-15T05:42:34.600Z Compiling zerocopy-derive v0.7.32
24462024-05-15T05:42:34.780Z Compiling tokio-macros v2.2.0
24472024-05-15T05:42:35.542Z Compiling zeroize v1.7.0
24482024-05-15T05:42:36.593Z Compiling futures-macro v0.3.30
24492024-05-15T05:42:37.623Z Compiling zerocopy v0.7.32
24502024-05-15T05:42:37.709Z Compiling crypto-common v0.1.6
24512024-05-15T05:42:37.710Z Compiling block-buffer v0.10.4
24522024-05-15T05:42:37.710Z Compiling schemars_derive v0.8.17
24532024-05-15T05:42:37.710Z Compiling digest v0.10.7
24542024-05-15T05:42:37.710Z Compiling tracing-attributes v0.1.27
24552024-05-15T05:42:38.484Z Compiling async-trait v0.1.80
24562024-05-15T05:42:38.503Z Compiling try-lock v0.2.4
24572024-05-15T05:42:38.503Z Compiling want v0.3.1
24582024-05-15T05:42:39.000Z Compiling addr2line v0.21.0
24592024-05-15T05:42:39.000Z Compiling futures-util v0.3.30
24602024-05-15T05:42:39.169Z Compiling hashbrown v0.14.3
24612024-05-15T05:42:40.949Z Compiling object v0.32.1
24622024-05-15T05:42:40.984Z Compiling tower-service v0.3.2
24632024-05-15T05:42:40.999Z Compiling foreign-types-shared v0.1.1
24642024-05-15T05:42:41.053Z Compiling rustix v0.38.31
24652024-05-15T05:42:41.499Z Compiling rustc-demangle v0.1.23
24662024-05-15T05:42:41.507Z Compiling mime v0.3.17
24672024-05-15T05:42:41.507Z Compiling base64 v0.21.7
24682024-05-15T05:42:41.507Z Compiling tracing v0.1.40
24692024-05-15T05:42:41.624Z Compiling untrusted v0.7.1
24702024-05-15T05:42:42.095Z Compiling anyhow v1.0.83
24712024-05-15T05:42:42.095Z Compiling ipnet v2.9.0
24722024-05-15T05:42:42.095Z Compiling openssl v0.10.64
24732024-05-15T05:42:42.095Z Compiling foreign-types v0.3.2
24742024-05-15T05:42:42.322Z Compiling openssl-macros v0.1.1
24752024-05-15T05:42:42.620Z Compiling errno v0.3.8
24762024-05-15T05:42:42.851Z Compiling base64ct v1.6.0
24772024-05-15T05:42:43.092Z Compiling winnow v0.5.15
24782024-05-15T05:42:43.531Z Compiling rustls v0.21.9
24792024-05-15T05:42:43.549Z Compiling crossbeam-utils v0.8.19
24802024-05-15T05:42:43.549Z Compiling native-tls v0.2.11
24812024-05-15T05:42:43.549Z Compiling heck v0.5.0
24822024-05-15T05:42:43.747Z Compiling rustls-webpki v0.101.7
24832024-05-15T05:42:44.068Z Compiling sct v0.7.0
24842024-05-15T05:42:44.089Z Compiling cookie v0.17.0
24852024-05-15T05:42:44.317Z Compiling openssl-probe v0.1.5
24862024-05-15T05:42:44.601Z Compiling ucd-trie v0.1.6
24872024-05-15T05:42:44.794Z Compiling futures-executor v0.3.30
24882024-05-15T05:42:45.059Z Compiling futures v0.3.30
24892024-05-15T05:42:45.125Z Compiling pest v2.7.6
24902024-05-15T05:42:47.253Z Compiling idna v0.3.0
24912024-05-15T05:42:47.669Z Compiling encoding_rs v0.8.33
24922024-05-15T05:42:47.669Z Compiling rustversion v1.0.14
24932024-05-15T05:42:47.669Z Compiling psl-types v2.0.11
24942024-05-15T05:42:47.669Z Compiling data-encoding v2.4.0
24952024-05-15T05:42:47.669Z Compiling pest_meta v2.7.6
24962024-05-15T05:42:47.669Z Compiling publicsuffix v2.2.3
24972024-05-15T05:42:49.316Z Compiling hmac v0.12.1
24982024-05-15T05:42:49.382Z Compiling bytes v1.6.0
24992024-05-15T05:42:49.382Z Compiling indexmap v2.2.6
25002024-05-15T05:42:49.426Z Compiling tokio v1.37.0
25012024-05-15T05:42:49.594Z Compiling chrono v0.4.38
25022024-05-15T05:42:49.879Z Compiling bitflags v2.4.2
25032024-05-15T05:42:50.179Z Compiling uuid v1.8.0
25042024-05-15T05:42:50.285Z Compiling http v0.2.12
25052024-05-15T05:42:50.712Z Compiling serde_tokenstream v0.2.0
25062024-05-15T05:42:51.249Z Compiling toml_datetime v0.6.5
25072024-05-15T05:42:51.311Z Compiling serde_spanned v0.6.5
25082024-05-15T05:42:51.526Z Compiling toml_edit v0.19.15
25092024-05-15T05:42:52.285Z Compiling http-body v0.4.5
25102024-05-15T05:42:52.748Z Compiling serde_urlencoded v0.7.1
25112024-05-15T05:42:53.340Z Compiling scroll_derive v0.12.0
25122024-05-15T05:42:53.373Z Compiling cookie_store v0.20.0
25132024-05-15T05:42:53.854Z Compiling openapiv3 v2.0.0
25142024-05-15T05:42:54.597Z Compiling pest_generator v2.7.6
25152024-05-15T05:42:54.902Z Compiling scroll v0.12.0
25162024-05-15T05:42:55.827Z Compiling rustls-pemfile v1.0.3
25172024-05-15T05:42:55.845Z Compiling plain v0.2.3
25182024-05-15T05:42:55.951Z Compiling bitflags v1.3.2
25192024-05-15T05:42:55.976Z Compiling sync_wrapper v0.1.2
25202024-05-15T05:42:56.050Z Compiling webpki-roots v0.25.2
25212024-05-15T05:42:56.096Z Compiling goblin v0.8.0
25222024-05-15T05:42:56.185Z Compiling rustc_version v0.4.0
25232024-05-15T05:42:56.415Z Compiling pem-rfc7468 v0.7.0
25242024-05-15T05:42:56.626Z Compiling pest_derive v2.7.6
25252024-05-15T05:42:56.973Z Compiling block-padding v0.3.3
25262024-05-15T05:42:57.177Z Compiling tokio-util v0.7.10
25272024-05-15T05:42:57.203Z Compiling tokio-rustls v0.24.1
25282024-05-15T05:42:57.863Z Compiling der_derive v0.7.2
25292024-05-15T05:42:57.877Z Compiling usdt-impl v0.5.0
25302024-05-15T05:42:57.959Z Compiling pretty-hex v0.4.1
25312024-05-15T05:42:58.154Z Compiling flagset v0.4.3
25322024-05-15T05:42:58.169Z Compiling h2 v0.3.26
25332024-05-15T05:42:58.763Z Compiling tokio-native-tls v0.3.1
25342024-05-15T05:42:58.962Z Compiling dtrace-parser v0.2.0
25352024-05-15T05:42:59.012Z Compiling inout v0.1.3
25362024-05-15T05:42:59.292Z Compiling thread-id v4.2.0
25372024-05-15T05:42:59.406Z Compiling cipher v0.4.4
25382024-05-15T05:42:59.490Z Compiling sha2 v0.10.8
25392024-05-15T05:42:59.918Z Compiling either v1.11.0
25402024-05-15T05:43:00.481Z Compiling der v0.7.8
25412024-05-15T05:43:00.511Z Compiling ff v0.13.0
25422024-05-15T05:43:00.542Z Compiling stable_deref_trait v1.2.0
25432024-05-15T05:43:00.651Z Compiling base16ct v0.2.0
25442024-05-15T05:43:01.143Z Compiling group v0.13.0
25452024-05-15T05:43:01.143Z Compiling hkdf v0.12.4
25462024-05-15T05:43:01.143Z Compiling crossbeam-epoch v0.9.18
25472024-05-15T05:43:01.168Z Compiling crypto-bigint v0.5.2
25482024-05-15T05:43:01.618Z Compiling num-integer v0.1.46
25492024-05-15T05:43:01.885Z Compiling dof v0.3.0
25502024-05-15T05:43:02.019Z Compiling memmap v0.7.0
25512024-05-15T05:43:02.360Z Compiling spki v0.7.2
25522024-05-15T05:43:03.174Z Compiling pkcs8 v0.10.2
25532024-05-15T05:43:03.310Z Compiling crc32fast v1.3.2
25542024-05-15T05:43:03.745Z Compiling sec1 v0.7.3
25552024-05-15T05:43:04.274Z Compiling managed v0.8.0
25562024-05-15T05:43:04.290Z Compiling winnow v0.6.1
25572024-05-15T05:43:04.290Z Compiling elliptic-curve v0.13.8
25582024-05-15T05:43:04.290Z Compiling unicode-segmentation v1.10.1
25592024-05-15T05:43:04.329Z Compiling toml v0.7.8
25602024-05-15T05:43:04.494Z Compiling hex v0.4.3
25612024-05-15T05:43:04.646Z Compiling hyper v0.14.28
25622024-05-15T05:43:05.147Z Compiling num-bigint v0.4.4
25632024-05-15T05:43:05.147Z Compiling anstyle v1.0.7
25642024-05-15T05:43:05.147Z Compiling matches v0.1.10
25652024-05-15T05:43:05.174Z Compiling utf8parse v0.2.1
25662024-05-15T05:43:05.336Z Compiling anstyle-parse v0.2.1
25672024-05-15T05:43:05.544Z Compiling idna v0.2.3
25682024-05-15T05:43:05.678Z Compiling ipnetwork v0.20.0
25692024-05-15T05:43:05.999Z Compiling enum-as-inner v0.5.1
25702024-05-15T05:43:06.067Z Compiling usdt-macro v0.5.0
25712024-05-15T05:43:06.268Z Compiling usdt-attr-macro v0.5.0
25722024-05-15T05:43:06.904Z Compiling anstyle-query v1.0.0
25732024-05-15T05:43:06.916Z Compiling colorchoice v1.0.0
25742024-05-15T05:43:06.916Z Compiling bit-vec v0.6.3
25752024-05-15T05:43:07.081Z Compiling siphasher v0.3.11
25762024-05-15T05:43:07.081Z Compiling trust-dns-proto v0.22.0
25772024-05-15T05:43:07.624Z Compiling anstream v0.6.11
25782024-05-15T05:43:07.641Z Compiling toml_edit v0.22.12
25792024-05-15T05:43:07.734Z Compiling flate2 v1.0.30
25802024-05-15T05:43:07.897Z Compiling heapless v0.7.16
25812024-05-15T05:43:07.935Z Compiling usdt v0.5.0
25822024-05-15T05:43:08.323Z Compiling terminal_size v0.3.0
25832024-05-15T05:43:08.370Z Compiling regress v0.9.1
25842024-05-15T05:43:09.201Z Compiling signal-hook v0.3.17
25852024-05-15T05:43:09.201Z Compiling clap_lex v0.7.0
25862024-05-15T05:43:09.201Z Compiling strsim v0.11.0
25872024-05-15T05:43:09.209Z Compiling itertools v0.10.5
25882024-05-15T05:43:09.209Z Compiling clap_builder v4.5.2
25892024-05-15T05:43:09.580Z Compiling clap_derive v4.5.4
25902024-05-15T05:43:11.593Z Compiling hyper-rustls v0.24.2
25912024-05-15T05:43:11.946Z Compiling hyper-tls v0.5.0
25922024-05-15T05:43:12.311Z Compiling reqwest v0.11.27
25932024-05-15T05:43:13.342Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25942024-05-15T05:43:14.448Z Compiling yasna v0.5.2
25952024-05-15T05:43:14.864Z Compiling md-5 v0.10.5
25962024-05-15T05:43:15.066Z Compiling stringprep v0.1.3
25972024-05-15T05:43:15.292Z Compiling hash32 v0.2.1
25982024-05-15T05:43:15.656Z Compiling regex-automata v0.1.10
25992024-05-15T05:43:15.667Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26002024-05-15T05:43:16.475Z Compiling fallible-iterator v0.2.0
26012024-05-15T05:43:16.483Z Compiling smoltcp v0.9.1
26022024-05-15T05:43:16.483Z Compiling bstr v0.2.17
26032024-05-15T05:43:16.739Z Compiling postgres-protocol v0.6.6
26042024-05-15T05:43:17.360Z Compiling clap v4.5.4
26052024-05-15T05:43:17.724Z Compiling phf_shared v0.11.2
26062024-05-15T05:43:18.146Z Compiling tokio-stream v0.1.15
26072024-05-15T05:43:18.169Z Compiling hubpack_derive v0.1.1
26082024-05-15T05:43:18.169Z Compiling zerocopy-derive v0.6.6
26092024-05-15T05:43:18.169Z Compiling diesel_table_macro_syntax v0.1.0
26102024-05-15T05:43:18.374Z Compiling scheduled-thread-pool v0.2.7
26112024-05-15T05:43:18.387Z Compiling fs-err v2.11.0
26122024-05-15T05:43:18.525Z Compiling fixedbitset v0.4.2
26132024-05-15T05:43:18.710Z Compiling r2d2 v0.8.10
26142024-05-15T05:43:18.806Z Compiling petgraph v0.6.5
26152024-05-15T05:43:18.936Z Compiling diesel_derives v2.1.2
26162024-05-15T05:43:18.964Z Compiling hubpack v0.1.2
26172024-05-15T05:43:18.970Z Compiling phf v0.11.2
26182024-05-15T05:43:19.260Z Compiling postgres-types v0.2.6
26192024-05-15T05:43:19.411Z Compiling signal-hook-mio v0.2.3
26202024-05-15T05:43:19.578Z Compiling similar v2.4.0
26212024-05-15T05:43:20.287Z Compiling zerocopy v0.6.6
26222024-05-15T05:43:21.497Z Compiling phf_shared v0.10.0
26232024-05-15T05:43:21.500Z Compiling num-iter v0.1.45
26242024-05-15T05:43:21.500Z Compiling strum_macros v0.25.2
26252024-05-15T05:43:21.501Z Compiling serde_repr v0.1.16
26262024-05-15T05:43:21.501Z Compiling console v0.15.8
26272024-05-15T05:43:22.075Z Compiling getopts v0.2.21
26282024-05-15T05:43:22.516Z Compiling float-cmp v0.9.0
26292024-05-15T05:43:22.711Z Compiling unsafe-libyaml v0.2.10
26302024-05-15T05:43:22.724Z Compiling whoami v1.5.1
26312024-05-15T05:43:23.010Z Compiling new_debug_unreachable v1.0.4
26322024-05-15T05:43:23.036Z Compiling precomputed-hash v0.1.1
26332024-05-15T05:43:23.103Z Compiling difflib v0.4.0
26342024-05-15T05:43:23.151Z Compiling minimal-lexical v0.2.1
26352024-05-15T05:43:23.380Z Compiling predicates-core v1.0.6
26362024-05-15T05:43:23.654Z Compiling normalize-line-endings v0.3.0
26372024-05-15T05:43:23.713Z Compiling static_assertions v1.1.0
26382024-05-15T05:43:23.770Z Compiling predicates v3.1.0
26392024-05-15T05:43:23.811Z Compiling nom v7.1.3
26402024-05-15T05:43:25.074Z Compiling serde_yaml v0.9.25
26412024-05-15T05:43:25.088Z Compiling string_cache v0.8.7
26422024-05-15T05:43:25.567Z Compiling tokio-postgres v0.7.10
26432024-05-15T05:43:25.567Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26442024-05-15T05:43:25.567Z Compiling crossterm v0.27.0
26452024-05-15T05:43:28.039Z Compiling bit-set v0.5.3
26462024-05-15T05:43:28.527Z Compiling bstr v1.9.0
26472024-05-15T05:43:28.527Z Compiling peg-runtime v0.8.3
26482024-05-15T05:43:28.805Z Compiling lalrpop-util v0.19.12
26492024-05-15T05:43:28.990Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26502024-05-15T05:43:29.151Z Compiling sha1 v0.10.6
26512024-05-15T05:43:29.243Z Compiling camino v1.1.6
26522024-05-15T05:43:29.411Z Compiling strsim v0.10.0
26532024-05-15T05:43:29.556Z Compiling ident_case v1.0.1
26542024-05-15T05:43:29.740Z Compiling darling_core v0.20.8
26552024-05-15T05:43:29.994Z Compiling strum_macros v0.26.1
26562024-05-15T05:43:30.046Z Compiling dirs-sys-next v0.1.2
26572024-05-15T05:43:30.626Z Compiling match_cfg v0.1.0
26582024-05-15T05:43:30.639Z Compiling base64 v0.22.1
26592024-05-15T05:43:30.706Z Compiling hostname v0.3.1
26602024-05-15T05:43:30.780Z Compiling dirs-next v2.0.0
26612024-05-15T05:43:30.935Z Compiling toml v0.8.12
26622024-05-15T05:43:30.935Z Compiling http v1.0.0
26632024-05-15T05:43:30.962Z Compiling thread_local v1.1.7
26642024-05-15T05:43:31.058Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26652024-05-15T05:43:31.063Z Compiling rustls-pki-types v1.3.0
26662024-05-15T05:43:31.538Z Compiling slog-async v2.8.0
26672024-05-15T05:43:31.811Z Compiling term v0.7.0
26682024-05-15T05:43:32.158Z Compiling is-terminal v0.4.9
26692024-05-15T05:43:32.285Z Compiling crossbeam-channel v0.5.8
26702024-05-15T05:43:32.667Z Compiling rustls v0.22.4
26712024-05-15T05:43:32.947Z Compiling paste v1.0.15
26722024-05-15T05:43:33.329Z Compiling take_mut v0.2.2
26732024-05-15T05:43:33.417Z Compiling slog-term v2.9.1
26742024-05-15T05:43:33.433Z Compiling rustls-webpki v0.102.1
26752024-05-15T05:43:33.939Z Compiling multer v3.1.0
26762024-05-15T05:43:33.940Z Compiling instant v0.1.12
26772024-05-15T05:43:34.629Z Compiling slog-json v2.6.1
26782024-05-15T05:43:34.747Z Compiling diesel v2.1.6
26792024-05-15T05:43:34.983Z Compiling async-stream-impl v0.3.5
26802024-05-15T05:43:36.506Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26812024-05-15T05:43:36.506Z Compiling strum v0.26.2
26822024-05-15T05:43:36.507Z Compiling debug-ignore v1.0.5
26832024-05-15T05:43:36.507Z Compiling atomic-waker v1.1.1
26842024-05-15T05:43:36.507Z Compiling slog-bunyan v2.5.0
26852024-05-15T05:43:36.507Z Compiling waitgroup v0.1.2
26862024-05-15T05:43:36.508Z Compiling rustls-pemfile v2.1.2
26872024-05-15T05:43:36.508Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26882024-05-15T05:43:36.508Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26892024-05-15T05:43:36.508Z Compiling serde_path_to_error v0.1.16
26902024-05-15T05:43:36.509Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26912024-05-15T05:43:36.509Z Compiling async-stream v0.3.5
26922024-05-15T05:43:36.630Z Compiling structmeta-derive v0.3.0
26932024-05-15T05:43:36.676Z Compiling darling_macro v0.20.8
26942024-05-15T05:43:36.713Z Compiling hostname v0.4.0
26952024-05-15T05:43:36.998Z Compiling proc-macro-error-attr v1.0.4
26962024-05-15T05:43:37.098Z Compiling proc-macro-error v1.0.4
26972024-05-15T05:43:37.390Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26982024-05-15T05:43:37.706Z Compiling newtype-uuid v1.1.0
26992024-05-15T05:43:37.756Z Compiling darling v0.20.8
27002024-05-15T05:43:37.854Z Compiling serde_with_macros v3.7.0
27012024-05-15T05:43:37.981Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022024-05-15T05:43:38.012Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27032024-05-15T05:43:38.305Z Compiling backoff v0.4.0
27042024-05-15T05:43:38.633Z Compiling tokio-rustls v0.25.0
27052024-05-15T05:43:38.749Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27062024-05-15T05:43:38.914Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27072024-05-15T05:43:39.420Z Compiling macaddr v1.0.1
27082024-05-15T05:43:39.420Z Compiling proc-macro-crate v1.3.1
27092024-05-15T05:43:39.908Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27102024-05-15T05:43:39.932Z Compiling structmeta v0.3.0
27112024-05-15T05:43:39.932Z Compiling fastrand v2.0.1
27122024-05-15T05:43:40.106Z Compiling num_enum_derive v0.5.11
27132024-05-15T05:43:40.149Z Compiling parse-display-derive v0.9.0
27142024-05-15T05:43:40.400Z Compiling tempfile v3.10.1
27152024-05-15T05:43:40.908Z Compiling serde_with v3.7.0
27162024-05-15T05:43:41.282Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27172024-05-15T05:43:41.600Z Compiling foreign-types-macros v0.2.3
27182024-05-15T05:43:42.923Z Compiling num_enum v0.5.11
27192024-05-15T05:43:42.949Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27202024-05-15T05:43:43.080Z Compiling foreign-types-shared v0.3.1
27212024-05-15T05:43:43.191Z Compiling heapless v0.8.0
27222024-05-15T05:43:43.260Z Compiling foreign-types v0.5.0
27232024-05-15T05:43:44.103Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27242024-05-15T05:43:44.110Z Compiling cstr-argument v0.1.2
27252024-05-15T05:43:44.279Z Compiling hash32 v0.3.1
27262024-05-15T05:43:44.413Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27272024-05-15T05:43:44.507Z Compiling smoltcp v0.11.0
27282024-05-15T05:43:44.538Z Compiling pretty-hex v0.2.1
27292024-05-15T05:43:44.712Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27302024-05-15T05:43:44.819Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27312024-05-15T05:43:45.069Z Compiling camino-tempfile v1.1.1
27322024-05-15T05:43:45.086Z Compiling parse-display v0.9.0
27332024-05-15T05:43:45.240Z Compiling tabwriter v1.4.0
27342024-05-15T05:43:45.397Z Compiling colored v2.1.0
27352024-05-15T05:43:45.471Z Compiling socket2 v0.4.9
27362024-05-15T05:43:45.713Z Compiling embedded-io v0.4.0
27372024-05-15T05:43:45.727Z Compiling cobs v0.2.3
27382024-05-15T05:43:45.934Z Compiling postcard v1.0.8
27392024-05-15T05:43:46.013Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27402024-05-15T05:43:46.129Z Compiling crucible-workspace-hack v0.1.0
27412024-05-15T05:43:46.325Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27422024-05-15T05:43:46.405Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27432024-05-15T05:43:46.457Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27442024-05-15T05:43:46.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27452024-05-15T05:43:46.845Z Compiling smf v0.2.3
27462024-05-15T05:43:46.903Z Compiling humantime v2.1.0
27472024-05-15T05:43:47.197Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27482024-05-15T05:43:47.381Z Compiling platforms v3.0.2
27492024-05-15T05:43:47.517Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27502024-05-15T05:43:47.540Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27512024-05-15T05:43:47.728Z Compiling num-derive v0.4.0
27522024-05-15T05:43:48.005Z Compiling sigpipe v0.1.3
27532024-05-15T05:43:48.124Z Compiling utf-8 v0.7.6
27542024-05-15T05:43:48.138Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27552024-05-15T05:43:48.547Z Compiling atty v0.2.14
27562024-05-15T05:43:48.677Z Compiling rayon-core v1.12.1
27572024-05-15T05:43:48.971Z Compiling semver v0.1.20
27582024-05-15T05:43:49.000Z Compiling same-file v1.0.6
27592024-05-15T05:43:49.083Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27602024-05-15T05:43:49.228Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27612024-05-15T05:43:49.611Z Compiling rustc_version v0.1.7
27622024-05-15T05:43:50.034Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
27632024-05-15T05:43:50.097Z Compiling walkdir v2.5.0
27642024-05-15T05:43:50.799Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27652024-05-15T05:43:50.850Z Compiling curve25519-dalek v4.1.2
27662024-05-15T05:43:50.868Z Compiling newline-converter v0.3.0
27672024-05-15T05:43:50.961Z Compiling crossbeam-deque v0.8.3
27682024-05-15T05:43:51.440Z Compiling universal-hash v0.5.1
27692024-05-15T05:43:51.440Z Compiling opaque-debug v0.3.0
27702024-05-15T05:43:51.440Z Compiling expectorate v1.1.0
27712024-05-15T05:43:51.440Z Compiling newtype_derive v0.1.6
27722024-05-15T05:43:51.440Z Compiling tungstenite v0.20.1
27732024-05-15T05:43:51.440Z Compiling signature v2.1.0
27742024-05-15T05:43:51.467Z Compiling curve25519-dalek-derive v0.1.0
27752024-05-15T05:43:51.502Z Compiling blake3 v1.5.0
27762024-05-15T05:43:51.560Z Compiling filetime v0.2.23
27772024-05-15T05:43:51.952Z Compiling xattr v1.0.1
27782024-05-15T05:43:52.141Z Compiling unicase v2.7.0
27792024-05-15T05:43:52.231Z Compiling linked-hash-map v0.5.6
27802024-05-15T05:43:52.449Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27812024-05-15T05:43:52.598Z Compiling getrandom v0.1.16
27822024-05-15T05:43:52.615Z Compiling termcolor v1.2.0
27832024-05-15T05:43:53.061Z Compiling arc-swap v1.6.0
27842024-05-15T05:43:53.103Z Compiling quick-error v1.2.3
27852024-05-15T05:43:53.283Z Compiling resolv-conf v0.7.0
27862024-05-15T05:43:53.337Z Compiling env_logger v0.9.3
27872024-05-15T05:43:53.422Z Compiling lru-cache v0.1.2
27882024-05-15T05:43:53.621Z Compiling slog-scope v4.4.0
27892024-05-15T05:43:53.682Z Compiling tokio-tungstenite v0.20.1
27902024-05-15T05:43:53.990Z Compiling tar v0.4.40
27912024-05-15T05:43:54.029Z Compiling rayon v1.10.0
27922024-05-15T05:43:54.174Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27932024-05-15T05:43:54.215Z Compiling password-hash v0.5.0
27942024-05-15T05:43:54.628Z Compiling blake2 v0.10.6
27952024-05-15T05:43:54.690Z Compiling bitstruct_derive v0.1.0
27962024-05-15T05:43:55.229Z Compiling derive-where v1.2.7
27972024-05-15T05:43:56.073Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-05-15T05:43:56.085Z Compiling memmap2 v0.7.1
27992024-05-15T05:43:56.136Z Compiling arrayref v0.3.7
28002024-05-15T05:43:56.203Z Compiling libefi-sys v0.1.0
28012024-05-15T05:43:56.218Z Compiling ascii v1.1.0
28022024-05-15T05:43:56.484Z Compiling parking_lot_core v0.8.6
28032024-05-15T05:43:56.502Z Compiling arrayvec v0.7.4
28042024-05-15T05:43:56.824Z Compiling home v0.5.5
28052024-05-15T05:43:56.911Z Compiling constant_time_eq v0.3.0
28062024-05-15T05:43:56.980Z Compiling bytecount v0.6.3
28072024-05-15T05:43:57.104Z Compiling toolchain_find v0.4.0
28082024-05-15T05:43:57.126Z Compiling papergrid v0.11.0
28092024-05-15T05:43:57.188Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28102024-05-15T05:43:57.780Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28112024-05-15T05:43:58.035Z Compiling bitstruct v0.1.1
28122024-05-15T05:43:58.149Z Compiling argon2 v0.5.3
28132024-05-15T05:43:58.844Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28142024-05-15T05:43:59.019Z Compiling slog-stdlog v4.1.1
28152024-05-15T05:43:59.387Z Compiling trust-dns-resolver v0.22.0
28162024-05-15T05:44:00.147Z Compiling tabled_derive v0.7.0
28172024-05-15T05:44:00.343Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28182024-05-15T05:44:01.035Z Compiling num-rational v0.4.2
28192024-05-15T05:44:01.068Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28202024-05-15T05:44:01.353Z Compiling rfc6979 v0.4.0
28212024-05-15T05:44:01.431Z Compiling serde_arrays v0.1.0
28222024-05-15T05:44:01.535Z Compiling erased-serde v0.3.31
28232024-05-15T05:44:02.005Z Compiling aead v0.5.2
28242024-05-15T05:44:02.013Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28252024-05-15T05:44:02.013Z Compiling num-complex v0.4.6
28262024-05-15T05:44:02.377Z Compiling nibble_vec v0.1.0
28272024-05-15T05:44:02.590Z Compiling slog-dtrace v0.3.0
28282024-05-15T05:44:02.779Z Compiling topological-sort v0.2.2
28292024-05-15T05:44:02.831Z Compiling winapi v0.3.9
28302024-05-15T05:44:02.902Z Compiling endian-type v0.1.2
28312024-05-15T05:44:02.919Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
28322024-05-15T05:44:02.929Z Compiling cancel-safe-futures v0.1.5
28332024-05-15T05:44:02.974Z Compiling keccak v0.1.4
28342024-05-15T05:44:02.987Z Compiling omicron-zone-package v0.11.0
28352024-05-15T05:44:03.115Z Compiling radix_trie v0.2.1
28362024-05-15T05:44:03.304Z Compiling sha3 v0.10.8
28372024-05-15T05:44:03.850Z Compiling num v0.4.3
28382024-05-15T05:44:03.866Z Compiling tabled v0.15.0
28392024-05-15T05:44:03.899Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28402024-05-15T05:44:04.039Z Compiling ecdsa v0.16.9
28412024-05-15T05:44:04.259Z Compiling rand_core v0.5.1
28422024-05-15T05:44:05.118Z Compiling mime_guess v2.0.4
28432024-05-15T05:44:05.127Z Compiling slog-envlogger v2.2.0
28442024-05-15T05:44:05.495Z Compiling steno v0.4.0
28452024-05-15T05:44:05.978Z Compiling rustfmt-wrapper v0.2.1
28462024-05-15T05:44:06.562Z Compiling poly1305 v0.8.0
28472024-05-15T05:44:06.800Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28482024-05-15T05:44:07.465Z Compiling primeorder v0.13.6
28492024-05-15T05:44:07.938Z Compiling heck v0.3.3
28502024-05-15T05:44:08.335Z Compiling chacha20 v0.9.1
28512024-05-15T05:44:08.387Z Compiling thiserror-impl-no-std v2.0.2
28522024-05-15T05:44:08.793Z Compiling secrecy v0.8.0
28532024-05-15T05:44:09.038Z Compiling half v2.3.1
28542024-05-15T05:44:09.495Z Compiling convert_case v0.4.0
28552024-05-15T05:44:09.605Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28562024-05-15T05:44:09.905Z Compiling option-ext v0.2.0
28572024-05-15T05:44:10.035Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
28582024-05-15T05:44:10.329Z Compiling ciborium-io v0.2.2
28592024-05-15T05:44:10.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28602024-05-15T05:44:10.440Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28612024-05-15T05:44:10.452Z Compiling derive_more v0.99.17
28622024-05-15T05:44:10.598Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28632024-05-15T05:44:10.765Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28642024-05-15T05:44:11.188Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28652024-05-15T05:44:11.228Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28662024-05-15T05:44:11.572Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28672024-05-15T05:44:11.681Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28682024-05-15T05:44:11.728Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28692024-05-15T05:44:12.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28702024-05-15T05:44:12.545Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28712024-05-15T05:44:12.545Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28722024-05-15T05:44:12.814Z Compiling thiserror-no-std v2.0.2
28732024-05-15T05:44:12.883Z Compiling ciborium-ll v0.2.2
28742024-05-15T05:44:12.935Z Compiling dirs-sys v0.4.1
28752024-05-15T05:44:13.214Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28762024-05-15T05:44:13.279Z Compiling zone_cfg_derive v0.1.2
28772024-05-15T05:44:13.537Z Compiling parking_lot v0.11.2
28782024-05-15T05:44:13.863Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28792024-05-15T05:44:14.216Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28802024-05-15T05:44:14.510Z Compiling rand_chacha v0.2.2
28812024-05-15T05:44:14.798Z Compiling trust-dns-client v0.22.0
28822024-05-15T05:44:15.881Z Compiling ed25519 v2.2.2
28832024-05-15T05:44:16.029Z Compiling polyval v0.6.1
28842024-05-15T05:44:16.347Z Compiling tungstenite v0.21.0
28852024-05-15T05:44:16.462Z Compiling ctr v0.9.2
28862024-05-15T05:44:16.845Z Compiling blowfish v0.9.1
28872024-05-15T05:44:17.325Z Compiling aes v0.8.3
28882024-05-15T05:44:17.866Z Compiling libsw v3.3.1
28892024-05-15T05:44:18.180Z Compiling toml v0.5.11
28902024-05-15T05:44:18.432Z Compiling password-hash v0.4.2
28912024-05-15T05:44:18.949Z Compiling pbkdf2 v0.12.2
28922024-05-15T05:44:19.121Z Compiling gethostname v0.4.3
28932024-05-15T05:44:19.126Z Compiling fxhash v0.2.1
28942024-05-15T05:44:19.315Z Compiling swrite v0.1.0
28952024-05-15T05:44:19.361Z Compiling base64 v0.13.1
28962024-05-15T05:44:19.380Z Compiling owo-colors v4.0.0
28972024-05-15T05:44:19.439Z Compiling linear-map v1.2.0
28982024-05-15T05:44:19.785Z Compiling ron v0.7.1
28992024-05-15T05:44:19.930Z Compiling trust-dns-server v0.22.1
29002024-05-15T05:44:20.164Z Compiling sled v0.34.7
29012024-05-15T05:44:21.643Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29022024-05-15T05:44:21.825Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29032024-05-15T05:44:22.088Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29042024-05-15T05:44:27.013Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29052024-05-15T05:44:27.424Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29062024-05-15T05:44:28.016Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29072024-05-15T05:44:28.058Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29082024-05-15T05:44:29.235Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29092024-05-15T05:44:29.976Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29102024-05-15T05:44:30.006Z Compiling bcrypt-pbkdf v0.10.0
29112024-05-15T05:44:30.570Z Compiling pbkdf2 v0.11.0
29122024-05-15T05:44:30.713Z Compiling tokio-tungstenite v0.21.0
29132024-05-15T05:44:30.887Z Compiling ghash v0.5.0
29142024-05-15T05:44:31.074Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29152024-05-15T05:44:31.222Z Compiling ed25519-dalek v2.0.0
29162024-05-15T05:44:31.309Z Compiling rand v0.7.3
29172024-05-15T05:44:31.486Z Compiling zone v0.1.8
29182024-05-15T05:44:31.683Z Compiling russh-cryptovec v0.7.0
29192024-05-15T05:44:32.047Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29202024-05-15T05:44:32.962Z Compiling ciborium v0.2.2
29212024-05-15T05:44:33.476Z Compiling dirs v5.0.1
29222024-05-15T05:44:33.476Z Compiling vsss-rs v3.3.4
29232024-05-15T05:44:33.841Z Compiling chacha20poly1305 v0.10.1
29242024-05-15T05:44:34.057Z Compiling p256 v0.13.2
29252024-05-15T05:44:34.132Z Compiling p521 v0.13.3
29262024-05-15T05:44:34.436Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29272024-05-15T05:44:34.946Z Compiling pem v3.0.4
29282024-05-15T05:44:35.782Z Compiling cbc v0.1.2
29292024-05-15T05:44:36.018Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29302024-05-15T05:44:36.401Z Compiling headers-core v0.2.0
29312024-05-15T05:44:36.428Z Compiling kstat-rs v0.2.3
29322024-05-15T05:44:36.565Z Compiling portpicker v0.1.1
29332024-05-15T05:44:36.877Z Compiling nanorand v0.7.0
29342024-05-15T05:44:37.428Z Compiling md5 v0.7.0
29352024-05-15T05:44:37.454Z Compiling http-range v0.1.5
29362024-05-15T05:44:37.454Z Compiling glob v0.3.1
29372024-05-15T05:44:37.454Z Compiling russh-keys v0.43.0
29382024-05-15T05:44:37.494Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29392024-05-15T05:44:37.845Z Compiling flume v0.11.0
29402024-05-15T05:44:38.080Z Compiling hyper-staticfile v0.9.5
29412024-05-15T05:44:38.540Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29422024-05-15T05:44:39.081Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29432024-05-15T05:44:40.745Z Compiling headers v0.3.9
29442024-05-15T05:44:41.405Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29452024-05-15T05:44:41.622Z Compiling rcgen v0.12.1
29462024-05-15T05:44:42.094Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29472024-05-15T05:44:42.703Z Compiling aes-gcm v0.10.3
29482024-05-15T05:44:43.012Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29492024-05-15T05:44:44.150Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29502024-05-15T05:44:44.422Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29512024-05-15T05:44:45.276Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29522024-05-15T05:44:46.026Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
29532024-05-15T05:44:47.706Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29542024-05-15T05:44:49.251Z Compiling atomicwrites v0.4.3
29552024-05-15T05:44:49.583Z Compiling itertools v0.12.1
29562024-05-15T05:44:51.122Z Compiling subprocess v0.2.9
29572024-05-15T05:44:52.309Z Compiling dhcproto-macros v0.1.0
29582024-05-15T05:44:53.182Z Compiling hex-literal v0.4.1
29592024-05-15T05:44:53.187Z Compiling display-error-chain v0.2.0
29602024-05-15T05:44:53.187Z Compiling russh v0.43.0
29612024-05-15T05:44:53.203Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29622024-05-15T05:44:53.281Z Compiling dhcproto v0.11.0
29632024-05-15T05:44:55.448Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29642024-05-15T05:44:55.840Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29652024-05-15T05:44:55.957Z Compiling internet-checksum v0.2.1
29662024-05-15T05:44:57.018Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29672024-05-15T05:44:59.008Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29682024-05-15T05:45:19.233Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29692024-05-15T05:45:59.332Z Finished dev [unoptimized + debuginfo] target(s) in 3m 42s
29702024-05-15T05:45:59.424Z
29712024-05-15T05:45:59.427Zreal 3:42.959425333
29722024-05-15T05:45:59.427Zuser 20:06.302351617
29732024-05-15T05:45:59.427Zsys 4:18.943103067
29742024-05-15T05:45:59.427Ztrap 0.601600767
29752024-05-15T05:45:59.428Ztflt 0.548123706
29762024-05-15T05:45:59.428Zdflt 1.720601595
29772024-05-15T05:45:59.428Zkflt 0.000301267
29782024-05-15T05:45:59.428Zlock 41:57.738107590
29792024-05-15T05:45:59.428Zslp 58:10.260248310
29802024-05-15T05:45:59.428Zlat 1:03.731983279
29812024-05-15T05:45:59.428Zstop 1:58.536962455
29822024-05-15T05:45:59.428Z+ mkdir tests
29832024-05-15T05:45:59.435Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29842024-05-15T05:45:59.435Z+ xargs -I '{}' -t cp '{}' tests/
29852024-05-15T05:46:00.143Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed52481a8736066a tests/
29862024-05-15T05:46:00.162Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e7ad66ce8e1913e2 tests/
29872024-05-15T05:46:00.191Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b5b032c67fb92cf7 tests/
29882024-05-15T05:46:00.219Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a928692e8bce0db7 tests/
29892024-05-15T05:46:00.574Z+ 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/*)
29902024-05-15T05:46:00.593Z+ 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-e7ad66ce8e1913e2 tests/commtest-b5b032c67fb92cf7 tests/dhcp_server-ed52481a8736066a tests/end_to_end_tests-a928692e8bce0db7 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
29912024-05-15T05:47:03.961ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29922024-05-15T05:47:03.961Za out/target/test 1K
29932024-05-15T05:47:03.962Za out/npuzone/npuzone 23144K
29942024-05-15T05:47:03.962Za package-manifest.toml 27K
29952024-05-15T05:47:03.962Za smf/sled-agent/non-gimlet/config.toml 4K
29962024-05-15T05:47:03.962Za target/release/omicron-package 31488K
29972024-05-15T05:47:03.962Za target/release/xtask 6667K
29982024-05-15T05:47:03.962Za target/debug/bootstrap 352695K
29992024-05-15T05:47:03.962Za tests/bootstrap-e7ad66ce8e1913e2 23707K
30002024-05-15T05:47:03.963Za tests/commtest-b5b032c67fb92cf7 23707K
30012024-05-15T05:47:03.963Za tests/dhcp_server-ed52481a8736066a 23707K
30022024-05-15T05:47:03.963Za tests/end_to_end_tests-a928692e8bce0db7 362846K
30032024-05-15T05:47:03.963Za out/clickhouse.tar.gz 222732K
30042024-05-15T05:47:03.963Za out/clickhouse_keeper.tar.gz 222710K
30052024-05-15T05:47:03.963Za out/cockroachdb.tar.gz 120692K
30062024-05-15T05:47:03.964Za out/crucible-pantry-zone.tar.gz 27071K
30072024-05-15T05:47:03.964Za out/crucible-zone.tar.gz 37732K
30082024-05-15T05:47:03.964Za out/external-dns.tar.gz 25097K
30092024-05-15T05:47:03.964Za out/internal-dns.tar.gz 25098K
30102024-05-15T05:47:03.964Za out/mg-ddm-gz.tar 60398K
30112024-05-15T05:47:03.964Za out/nexus.tar.gz 82721K
30122024-05-15T05:47:03.964Za out/ntp.tar.gz 8698K
30132024-05-15T05:47:03.964Za out/omicron-gateway-softnpu.tar.gz 14304K
30142024-05-15T05:47:03.965Za out/omicron-sled-agent.tar 94736K
30152024-05-15T05:47:03.965Za out/overlay.tar.gz 3K
30162024-05-15T05:47:03.965Za out/oximeter.tar.gz 40992K
30172024-05-15T05:47:03.965Za out/oxlog.tar 2913K
30182024-05-15T05:47:03.965Za out/probe.tar.gz 2764K
30192024-05-15T05:47:03.965Za out/propolis-server.tar.gz 65036K
30202024-05-15T05:47:03.965Za out/pumpkind-gz.tar 26665K
30212024-05-15T05:47:03.965Za out/switch-softnpu.tar.gz 195751K
30222024-05-15T05:47:03.974Z
30232024-05-15T05:47:03.974Zreal 1:03.362951663
30242024-05-15T05:47:03.975Zuser 1:00.768093913
30252024-05-15T05:47:03.975Zsys 3.555923446
30262024-05-15T05:47:03.975Ztrap 0.013673261
30272024-05-15T05:47:03.975Ztflt 0.000000000
30282024-05-15T05:47:03.975Zdflt 0.000000000
30292024-05-15T05:47:03.975Zkflt 0.000000000
30302024-05-15T05:47:03.976Zlock 0.000000000
30312024-05-15T05:47:03.976Zslp 1:00.706079367
30322024-05-15T05:47:03.976Zlat 1.677768502
30332024-05-15T05:47:03.976Zstop 0.000614761
30342024-05-15T05:47:03.976Zprocess exited: duration 1865821 ms, exit code 0
 
30352024-05-15T05:47:04.003Zfound 1 output files
30362024-05-15T05:47:04.003Zuploading: /work/package.tar.gz (1383839680 bytes)
30372024-05-15T05:57:52.254Zuploaded: /work/package.tar.gz