01HZ3QM3M9K6HAQ75PVWJSTF26: helios / package

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

Buildomat Job: 01HZ3QMK78V36H8VMS2DS1C80F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-30T03:11:47.249Zjob assigned to worker 01HZ3QMQBWM4XF5A04TZ0TBT8M (queued for 1 m 15 s)
 
22024-05-30T03:11:56.068Zstarting task 0: "setup"
32024-05-30T03:11:56.092Z++ uname -s
42024-05-30T03:11:56.092Z+ kern=SunOS
52024-05-30T03:11:56.093Z+ case "$kern" in
62024-05-30T03:11:56.093Z+ groupadd -g 12345 build
72024-05-30T03:11:56.093Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-30T03:11:57.736Z+ zfs create -o mountpoint=/work rpool/work
92024-05-30T03:11:57.847Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-30T03:11:58.276Z+ home_fs=zfs
112024-05-30T03:11:58.276Z+ [[ zfs == autofs ]]
122024-05-30T03:11:58.277Z+ mkdir -p /home/build
132024-05-30T03:11:58.277Z+ chown build:build /home/build /work
142024-05-30T03:11:59.860Z+ chmod 0700 /home/build /work
152024-05-30T03:11:59.876Zprocess exited: duration 4193 ms, exit code 0
 
162024-05-30T03:11:59.915Zstarting task 1: "rust-toolchain"
172024-05-30T03:11:59.932Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-30T03:11:59.932Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-30T03:12:00.083Zinfo: downloading installer
202024-05-30T03:12:02.073Zwarning: it looks like you have an existing installation of Rust at:
212024-05-30T03:12:02.073Zwarning: /opt/ooce/bin
222024-05-30T03:12:02.073Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-30T03:12:02.073Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-30T03:12:02.073Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-30T03:12:02.073Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-30T03:12:02.073Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-30T03:12:02.073Zerror: cannot install while Rust is installed
282024-05-30T03:12:02.074Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-30T03:12:02.587Zinfo: profile set to 'default'
302024-05-30T03:12:02.587Zinfo: default host triple is x86_64-unknown-illumos
312024-05-30T03:12:02.630Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-30T03:12:02.630Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-30T03:12:02.630Zinfo: downloading component 'cargo'
342024-05-30T03:12:03.227Zinfo: downloading component 'clippy'
352024-05-30T03:12:03.531Zinfo: downloading component 'rust-docs'
362024-05-30T03:12:05.158Zinfo: downloading component 'rust-std'
372024-05-30T03:12:06.659Zinfo: downloading component 'rustc'
382024-05-30T03:12:11.563Zinfo: downloading component 'rustfmt'
392024-05-30T03:12:11.828Zinfo: installing component 'cargo'
402024-05-30T03:12:12.711Zinfo: installing component 'clippy'
412024-05-30T03:12:13.070Zinfo: installing component 'rust-docs'
422024-05-30T03:12:14.623Zinfo: installing component 'rust-std'
432024-05-30T03:12:16.428Zinfo: installing component 'rustc'
442024-05-30T03:12:20.718Zinfo: installing component 'rustfmt'
452024-05-30T03:12:21.053Z
462024-05-30T03:12:21.066Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
472024-05-30T03:12:21.328Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-30T03:12:21.329Z
492024-05-30T03:12:21.350Z
502024-05-30T03:12:21.351ZRust is installed now. Great!
512024-05-30T03:12:21.351Z
522024-05-30T03:12:21.351ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-30T03:12:21.351Zenvironment variable. This has not been done automatically.
542024-05-30T03:12:21.351Z
552024-05-30T03:12:21.351ZTo configure your current shell, you need to source
562024-05-30T03:12:21.351Zthe corresponding env file under $HOME/.cargo.
572024-05-30T03:12:21.352Z
582024-05-30T03:12:21.352ZThis is usually done by running one of the following (note the leading DOT):
592024-05-30T03:12:21.352Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-30T03:12:21.352Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-30T03:12:21.433Z+ rustc --version
622024-05-30T03:12:21.477Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-30T03:12:21.910Zprocess exited: duration 21570 ms, exit code 0
 
642024-05-30T03:12:21.959Zstarting task 2: "authentication"
652024-05-30T03:12:22.034ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-30T03:12:26.148Zprocess exited: duration 4192 ms, exit code 0
 
672024-05-30T03:12:26.622Zstarting task 3: "clone repository"
682024-05-30T03:12:27.480Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-30T03:12:27.481Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-30T03:12:27.481ZCloning into '/work/oxidecomputer/omicron'...
712024-05-30T03:12:36.210Z+ cd /work/oxidecomputer/omicron
722024-05-30T03:12:36.229Z+ git fetch origin 786c3eabdef0079284d5005c097130784388cc2b
732024-05-30T03:12:36.528ZFrom https://github.com/oxidecomputer/omicron
742024-05-30T03:12:36.528Z * branch 786c3eabdef0079284d5005c097130784388cc2b -> FETCH_HEAD
752024-05-30T03:12:36.955Z+ [[ -n renovate/libc-0.x ]]
762024-05-30T03:12:36.955Z++ git branch --show-current
772024-05-30T03:12:36.955Z+ current=main
782024-05-30T03:12:36.956Z+ [[ main != renovate/libc-0.x ]]
792024-05-30T03:12:36.956Z+ git branch -f renovate/libc-0.x 786c3eabdef0079284d5005c097130784388cc2b
802024-05-30T03:12:36.956Z+ git checkout -f renovate/libc-0.x
812024-05-30T03:12:36.972ZSwitched to branch 'renovate/libc-0.x'
822024-05-30T03:12:36.972Z+ git reset --hard 786c3eabdef0079284d5005c097130784388cc2b
832024-05-30T03:12:36.972ZHEAD is now at 786c3eabd Update Rust crate libc to 0.2.155
842024-05-30T03:12:36.972Zprocess exited: duration 10077 ms, exit code 0
 
852024-05-30T03:12:37.007Zstarting task 4: "build"
862024-05-30T03:12:37.026Z+ cargo --version
872024-05-30T03:12:37.069Zcargo 1.78.0 (54d8815d0 2024-03-26)
882024-05-30T03:12:37.095Z+ rustc --version
892024-05-30T03:12:37.117Zrustc 1.78.0 (9b00956e5 2024-04-29)
902024-05-30T03:12:37.145Z+ WORK=/work
912024-05-30T03:12:37.146Z+ pfexec mkdir -p /work
922024-05-30T03:12:37.146Z+ pfexec chown build /work
932024-05-30T03:12:37.146Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-05-30T03:12:46.336Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-05-30T03:12:48.175Z Startup: Caching catalogs ... Done
962024-05-30T03:12:50.287ZPlanning: Solver setup ... Done (1.559s)
972024-05-30T03:12:50.317ZPlanning: Running solver ... Done (0.029s)
982024-05-30T03:12:50.356ZPlanning: Finding local manifests ... Done (0.003s)
992024-05-30T03:12:50.393ZPlanning: Fetching manifests: 0/4 0% complete
1002024-05-30T03:12:50.636ZPlanning: Fetching manifests: 4/4 100% complete
1012024-05-30T03:12:51.079ZPlanning: Package planning ... Done (0.053s)
1022024-05-30T03:12:51.080ZPlanning: Merging actions ... Done (0.053s)
1032024-05-30T03:12:51.460ZPlanning: Checking for conflicting actions ... Done (0.715s)
1042024-05-30T03:12:51.477ZPlanning: Consolidating action changes ... Done (0.011s)
1052024-05-30T03:12:55.100ZPlanning: Evaluating mediators ... Done (3.632s)
1062024-05-30T03:12:55.110ZPlanning: Planning completed in 6.87 seconds
1072024-05-30T03:12:55.504Z Packages to install: 4
1082024-05-30T03:12:55.504Z Mediators to change: 2
1092024-05-30T03:12:55.504Z Services to change: 1
1102024-05-30T03:12:55.504Z Estimated space available: 155.78 GB
1112024-05-30T03:12:55.549ZEstimated space to be consumed: 1.45 GB
1122024-05-30T03:12:55.549Z Create boot environment: No
1132024-05-30T03:12:55.549ZCreate backup boot environment: No
1142024-05-30T03:12:55.549Z Rebuild boot archive: No
1152024-05-30T03:12:55.549Z
1162024-05-30T03:12:55.549ZChanged mediators:
1172024-05-30T03:12:55.550Z mediator clang:
1182024-05-30T03:12:55.550Z version: None -> 15 (system default)
1192024-05-30T03:12:55.550Z
1202024-05-30T03:12:55.550Z mediator llvm:
1212024-05-30T03:12:55.550Z version: 14 (system default) -> 15 (system default)
1222024-05-30T03:12:55.550Z
1232024-05-30T03:12:55.551ZChanged packages:
1242024-05-30T03:12:55.551Zhelios-dev
1252024-05-30T03:12:55.551Z developer/build-essential
1262024-05-30T03:12:55.551Z None -> 11-2.0
1272024-05-30T03:12:55.551Z library/libxmlsec1
1282024-05-30T03:12:55.551Z None -> 1.2.35-2.0
1292024-05-30T03:12:55.551Z ooce/developer/clang-15
1302024-05-30T03:12:55.552Z None -> 15.0.7-2.0
1312024-05-30T03:12:55.552Z ooce/developer/llvm-15
1322024-05-30T03:12:55.552Z None -> 15.0.7-2.0
1332024-05-30T03:12:55.552Z
1342024-05-30T03:12:55.552ZServices:
1352024-05-30T03:12:55.552Z restart_fmri:
1362024-05-30T03:12:55.553Z svc:/system/update-man-index:default
1372024-05-30T03:12:55.987Z
1382024-05-30T03:12:55.987ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-05-30T03:13:02.995ZDownload: 210/3290 items 1.3/212.6MB 0% complete (323k/s)
1402024-05-30T03:13:08.546ZDownload: 211/3290 items 1.3/212.6MB 0% complete (315k/s)
1412024-05-30T03:13:13.700ZDownload: 409/3290 items 2.4/212.6MB 1% complete (153k/s)
1422024-05-30T03:13:18.690ZDownload: 715/3290 items 17.6/212.6MB 8% complete (1.6M/s)
1432024-05-30T03:13:23.700ZDownload: 1550/3290 items 117.6/212.6MB 55% complete (11.6M/s)
1442024-05-30T03:13:28.830ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (10.3M/s)
1452024-05-30T03:13:35.385ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1462024-05-30T03:13:40.379ZDownload: 2655/3290 items 120.7/212.6MB 56% complete (290k/s)
1472024-05-30T03:13:45.403ZDownload: 3093/3290 items 143.4/212.6MB 67% complete (2.3M/s)
1482024-05-30T03:13:53.025ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (8.2M/s)
1492024-05-30T03:13:55.002ZDownload: Completed 212.60 MB in 59.38 seconds (3.6M/s)
1502024-05-30T03:13:55.634Z Actions: 1/3689 actions (Installing new actions)
1512024-05-30T03:14:00.344Z Actions: 3645/3689 actions (Installing new actions)
1522024-05-30T03:14:00.383Z Actions: Completed 3689 actions in 5.20 seconds.
1532024-05-30T03:14:00.638Z Done (0.246s)
1542024-05-30T03:14:00.638Z Done (0.000s)
1552024-05-30T03:14:01.121Z Done (0.304s)
1562024-05-30T03:14:06.576Z Done (5.469s)
1572024-05-30T03:14:06.735Z Done (0.084s)
1582024-05-30T03:14:06.752Z Done (0.000s)
1592024-05-30T03:14:06.924Z Done (0.000s)
1602024-05-30T03:14:07.504ZPlanning: Evaluating mediator changes ... Done
1612024-05-30T03:14:08.079ZPlanning: Checking for conflicting actions ... Done
1622024-05-30T03:14:08.086ZPlanning: Consolidating action changes ... Done
1632024-05-30T03:14:08.086ZPlanning: Evaluating mediators ... Done
1642024-05-30T03:14:08.086ZPlanning: Planning completed in 0.45 seconds
1652024-05-30T03:14:08.087Z Mediators to change: 2
1662024-05-30T03:14:08.087Z Create boot environment: No
1672024-05-30T03:14:08.087ZCreate backup boot environment: No
1682024-05-30T03:14:08.087Z Done
1692024-05-30T03:14:08.087Z Done
1702024-05-30T03:14:08.263Z Done
1712024-05-30T03:14:12.185Z Done
1722024-05-30T03:14:12.281Z Done
1732024-05-30T03:14:12.290Z Done
1742024-05-30T03:14:12.389Z Done
1752024-05-30T03:14:13.042ZPlanning: Evaluating mediator changes ... Done
1762024-05-30T03:14:13.056ZPlanning: Merging actions ... Done
1772024-05-30T03:14:13.402ZPlanning: Checking for conflicting actions ... Done
1782024-05-30T03:14:13.443ZPlanning: Consolidating action changes ... Done
1792024-05-30T03:14:13.556ZPlanning: Evaluating mediators ... Done
1802024-05-30T03:14:13.580ZPlanning: Planning completed in 0.79 seconds
1812024-05-30T03:14:13.610Z Packages to change: 1
1822024-05-30T03:14:13.610Z Mediators to change: 1
1832024-05-30T03:14:13.611Z Services to change: 1
1842024-05-30T03:14:13.611Z Create boot environment: No
1852024-05-30T03:14:13.623ZCreate backup boot environment: Yes
1862024-05-30T03:14:15.555Z Actions: 1/6 actions (Updating modified actions)
1872024-05-30T03:14:15.575Z Actions: Completed 6 actions in 0.03 seconds.
1882024-05-30T03:14:15.588Z Done
1892024-05-30T03:14:15.588Z Done
1902024-05-30T03:14:15.646Z Done
1912024-05-30T03:14:19.603Z Done
1922024-05-30T03:14:19.707Z Done
1932024-05-30T03:14:19.740Z Done
1942024-05-30T03:14:19.828Z Done
1952024-05-30T03:14:20.308ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962024-05-30T03:14:20.308Zclang system 15 system
1972024-05-30T03:14:20.308Zcsh system system illumos
1982024-05-30T03:14:20.308Zctags system system illumos
1992024-05-30T03:14:20.308Zgcc vendor 12 vendor
2002024-05-30T03:14:20.308Zgcc system 10 system
2012024-05-30T03:14:20.309Zgcc system 7 system
2022024-05-30T03:14:20.309Zgo system 1.20 system
2032024-05-30T03:14:20.309Zgo system 1.19 system
2042024-05-30T03:14:20.309Zllvm system 15 system
2052024-05-30T03:14:20.309Zllvm system 14 system
2062024-05-30T03:14:20.309Zmariadb system 10.6 system
2072024-05-30T03:14:20.309Zmta vendor vendor dma
2082024-05-30T03:14:20.309Zopenjdk system 17 system
2092024-05-30T03:14:20.309Zopenjdk system 11 system
2102024-05-30T03:14:20.310Zopenjdk system 1.8 system
2112024-05-30T03:14:20.310Zopenssl vendor 3 vendor
2122024-05-30T03:14:20.310Zperl system 5.36 system
2132024-05-30T03:14:20.310Zpostgresql system 15 system
2142024-05-30T03:14:20.310Zpostgresql system 13 system
2152024-05-30T03:14:20.310Zpython vendor 3 vendor
2162024-05-30T03:14:20.310Zpython system 2 system
2172024-05-30T03:14:20.311Zpython3 system 3.11 system
2182024-05-30T03:14:20.311Zruby system 3.0 system
2192024-05-30T03:14:20.311Zwords vendor vendor american-english
2202024-05-30T03:14:20.311Zwords system system australian-english
2212024-05-30T03:14:20.311Zwords system system british-english
2222024-05-30T03:14:20.311Zwords system system canadian-english
2232024-05-30T03:14:20.312Zwords system system french
2242024-05-30T03:14:20.312Zwords system system italian
2252024-05-30T03:14:20.312Zwords system system ngerman
2262024-05-30T03:14:20.312Zwords system system ogerman
2272024-05-30T03:14:20.312Zwords system system spanish
2282024-05-30T03:14:20.664ZPUBLISHER TYPE STATUS P LOCATION
2292024-05-30T03:14:20.664Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2302024-05-30T03:14:22.187ZFMRI IFO
2312024-05-30T03:14:22.187Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-05-30T03:14:22.187Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-05-30T03:14:22.187Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-05-30T03:14:22.187Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-05-30T03:14:22.187Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2362024-05-30T03:14:22.187Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372024-05-30T03:14:22.188Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2382024-05-30T03:14:22.188Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2392024-05-30T03:14:22.188Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2402024-05-30T03:14:22.188Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2412024-05-30T03:14:22.188Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-05-30T03:14:22.189Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2432024-05-30T03:14:22.496Z+ set -o errexit
2442024-05-30T03:14:22.532Z+++ dirname ./tools/ci_download_cockroachdb
2452024-05-30T03:14:22.532Z++ cd ./tools
2462024-05-30T03:14:22.532Z++ pwd
2472024-05-30T03:14:22.532Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2482024-05-30T03:14:22.533Z++ basename ./tools/ci_download_cockroachdb
2492024-05-30T03:14:22.533Z+ ARG0=ci_download_cockroachdb
2502024-05-30T03:14:22.533Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2512024-05-30T03:14:22.533Z+ CIDL_VERSION=v22.1.9
2522024-05-30T03:14:22.533Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2532024-05-30T03:14:22.533Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2542024-05-30T03:14:22.533Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2552024-05-30T03:14:22.534Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2562024-05-30T03:14:22.534Z+ TARGET_DIR=out
2572024-05-30T03:14:22.534Z+ DOWNLOAD_DIR=out/downloads
2582024-05-30T03:14:22.534Z+ DEST_DIR=./out/cockroachdb
2592024-05-30T03:14:22.535Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2602024-05-30T03:14:22.535Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2612024-05-30T03:14:22.535Z+ main
2622024-05-30T03:14:22.535Z+ [[ 0 != 0 ]]
2632024-05-30T03:14:22.535Z+ CIDL_OS=solaris2.11
2642024-05-30T03:14:22.536Z+ [[ 0 != 0 ]]
2652024-05-30T03:14:22.536Z+ configure_os solaris2.11
2662024-05-30T03:14:22.536Z+ echo 'current directory: /work/oxidecomputer/omicron'
2672024-05-30T03:14:22.536Zcurrent directory: /work/oxidecomputer/omicron
2682024-05-30T03:14:22.536Z+ echo 'configuring based on OS: "solaris2.11"'
2692024-05-30T03:14:22.536Z+ case "$1" in
2702024-05-30T03:14:22.536Zconfiguring based on OS: "solaris2.11"
2712024-05-30T03:14:22.536Z+ CIDL_BUILD=illumos
2722024-05-30T03:14:22.537Z+ CIDL_SUFFIX=tar.gz
2732024-05-30T03:14:22.537Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2742024-05-30T03:14:22.537Z+ CIDL_URL_BASE=https://illumos.org/downloads
2752024-05-30T03:14:22.537Z+ CIDL_ASSEMBLE=do_assemble_illumos
2762024-05-30T03:14:22.537Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2772024-05-30T03:14:22.537Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2782024-05-30T03:14:22.537Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-30T03:14:22.537Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2802024-05-30T03:14:22.537Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-05-30T03:14:22.537Z+ CIDL_SHA256FUNC=do_sha256sum
2822024-05-30T03:14:22.537Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832024-05-30T03:14:22.538Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842024-05-30T03:14:22.538Z+ mkdir -p out/downloads
2852024-05-30T03:14:22.538ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-30T03:14:22.538ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-30T03:14:22.538Z+ mkdir -p ./out/cockroachdb
2882024-05-30T03:14:22.538Z+ local DO_DOWNLOAD=true
2892024-05-30T03:14:22.538Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2902024-05-30T03:14:22.538Z+ '[' true == true ']'
2912024-05-30T03:14:22.538Z+ echo Downloading...
2922024-05-30T03:14:22.539ZDownloading...
2932024-05-30T03:14:22.539Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-30T03:14:22.539Z+ 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
2952024-05-30T03:14:28.395Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-30T03:14:28.416Z++ sha256sum
2972024-05-30T03:14:28.416Z++ awk '{print $1}'
2982024-05-30T03:14:28.461Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2992024-05-30T03:14:28.461Z+ [[ 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 ]]
3002024-05-30T03:14:28.461Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-30T03:14:28.481Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3022024-05-30T03:14:30.678Z+ do_assemble_illumos
3032024-05-30T03:14:30.679Z+ rm -r ./out/cockroachdb
3042024-05-30T03:14:30.710Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3052024-05-30T03:14:31.043Z+ ./out/cockroachdb/bin/cockroach version
3062024-05-30T03:14:31.249ZBuild Tag: v22.1.9-dirty
3072024-05-30T03:14:31.249ZBuild Time: 2022/10/26 21:17:46
3082024-05-30T03:14:31.249ZDistribution: OSS
3092024-05-30T03:14:31.249ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3102024-05-30T03:14:31.249ZGo Version: go1.17.13
3112024-05-30T03:14:31.250ZC Compiler: gcc 10.3.0
3122024-05-30T03:14:31.250ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3132024-05-30T03:14:31.250ZBuild Type: release
3142024-05-30T03:14:31.269Z+ set -o errexit
3152024-05-30T03:14:31.314Z+++ dirname ./tools/ci_download_clickhouse
3162024-05-30T03:14:31.315Z++ cd ./tools
3172024-05-30T03:14:31.315Z++ pwd
3182024-05-30T03:14:31.315Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3192024-05-30T03:14:31.315Z++ basename ./tools/ci_download_clickhouse
3202024-05-30T03:14:31.315Z+ ARG0=ci_download_clickhouse
3212024-05-30T03:14:31.315Z+ TARGET_DIR=out
3222024-05-30T03:14:31.315Z+ DOWNLOAD_DIR=out/downloads
3232024-05-30T03:14:31.316Z+ DEST_DIR=./out/clickhouse
3242024-05-30T03:14:31.316Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3252024-05-30T03:14:31.316Z+ CIDL_VERSION=v23.8.7.24
3262024-05-30T03:14:31.316Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3272024-05-30T03:14:31.316Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3282024-05-30T03:14:31.317Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3292024-05-30T03:14:31.317Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3302024-05-30T03:14:31.317Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3312024-05-30T03:14:31.317Z+ main
3322024-05-30T03:14:31.317Z+ [[ 0 != 0 ]]
3332024-05-30T03:14:31.317Z+ CIDL_OS=solaris2.11
3342024-05-30T03:14:31.318Z+ [[ 0 != 0 ]]
3352024-05-30T03:14:31.318Z+ configure_os solaris2.11
3362024-05-30T03:14:31.318Z+ echo 'current directory: /work/oxidecomputer/omicron'
3372024-05-30T03:14:31.318Zcurrent directory: /work/oxidecomputer/omicron
3382024-05-30T03:14:31.318Z+ echo 'configuring based on OS: "solaris2.11"'
3392024-05-30T03:14:31.318Z+ CIDL_DASHREV=
3402024-05-30T03:14:31.319Z+ case "$1" in
3412024-05-30T03:14:31.319Z+ CIDL_PLATFORM=illumos
3422024-05-30T03:14:31.319Zconfiguring based on OS: "solaris2.11"
3432024-05-30T03:14:31.319Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3442024-05-30T03:14:31.319Z+ CIDL_MD5FUNC=do_md5sum
3452024-05-30T03:14:31.319Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3462024-05-30T03:14:31.319Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3472024-05-30T03:14:31.319Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3482024-05-30T03:14:31.320Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3492024-05-30T03:14:31.320Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3502024-05-30T03:14:31.320ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-30T03:14:31.320Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3522024-05-30T03:14:31.320ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-30T03:14:31.320Z+ mkdir -p out/downloads
3542024-05-30T03:14:31.321Z+ mkdir -p ./out/clickhouse
3552024-05-30T03:14:31.321Z+ local DO_DOWNLOAD=true
3562024-05-30T03:14:31.321Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3572024-05-30T03:14:31.321Z+ '[' true == true ']'
3582024-05-30T03:14:31.321Z+ echo Downloading...
3592024-05-30T03:14:31.321ZDownloading...
3602024-05-30T03:14:31.321Z+ 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
3612024-05-30T03:14:31.322Z+ 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
3622024-05-30T03:14:32.989Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-30T03:14:33.011Z++ md5sum
3642024-05-30T03:14:33.012Z++ awk '{print $1}'
3652024-05-30T03:14:33.292Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3662024-05-30T03:14:33.292Z+ [[ 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 ]]
3672024-05-30T03:14:33.310Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3682024-05-30T03:14:33.310Z+ mkdir -p ./out/clickhouse
3692024-05-30T03:14:33.310Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3702024-05-30T03:14:37.192Z+ [[ solaris2.11 == darwin* ]]
3712024-05-30T03:14:37.193Z+ ./out/clickhouse/clickhouse server --version
3722024-05-30T03:14:37.518ZClickHouse server version 23.8.7.1.
3732024-05-30T03:14:37.540Z+ set -o errexit
3742024-05-30T03:14:37.558Z+++ dirname ./tools/ci_download_console
3752024-05-30T03:14:37.558Z++ cd ./tools
3762024-05-30T03:14:37.558Z++ pwd
3772024-05-30T03:14:37.558Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3782024-05-30T03:14:37.559Z++ basename ./tools/ci_download_console
3792024-05-30T03:14:37.559Z+ ARG0=ci_download_console
3802024-05-30T03:14:37.559Z+ TARGET_DIR=out
3812024-05-30T03:14:37.559Z+ DOWNLOAD_DIR=out/downloads
3822024-05-30T03:14:37.559Z+ DEST_DIR=./out/console-assets
3832024-05-30T03:14:37.559Z+ source /work/oxidecomputer/omicron/tools/console_version
3842024-05-30T03:14:37.559Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3852024-05-30T03:14:37.560Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3862024-05-30T03:14:37.560Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3872024-05-30T03:14:37.560Z+ TARBALL_FILE=out/downloads/console.tar.gz
3882024-05-30T03:14:37.560Z+ main
3892024-05-30T03:14:37.560Z+ [[ 0 != 0 ]]
3902024-05-30T03:14:37.560Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3912024-05-30T03:14:37.560ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3922024-05-30T03:14:37.560Z+ echo 'Local file: out/downloads/console.tar.gz'
3932024-05-30T03:14:37.560ZLocal file: out/downloads/console.tar.gz
3942024-05-30T03:14:37.560Z+ local DO_DOWNLOAD=true
3952024-05-30T03:14:37.560Z+ [[ -f out/downloads/console.tar.gz ]]
3962024-05-30T03:14:37.561Z+ mkdir -p out/downloads
3972024-05-30T03:14:37.561Z+ '[' true == true ']'
3982024-05-30T03:14:37.561Z+ echo Downloading...
3992024-05-30T03:14:37.561ZDownloading...
4002024-05-30T03:14:37.561Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4012024-05-30T03:14:37.561Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4022024-05-30T03:14:38.257Z++ do_sha256sum out/downloads/console.tar.gz
4032024-05-30T03:14:38.257Z++ case "$OSTYPE" in
4042024-05-30T03:14:38.282Z++ SHA=sha256sum
4052024-05-30T03:14:38.282Z++ sha256sum
4062024-05-30T03:14:38.282Z++ awk '{print $1}'
4072024-05-30T03:14:38.283Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4082024-05-30T03:14:38.283Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4092024-05-30T03:14:38.283Z+ rm -rf ./out/console-assets
4102024-05-30T03:14:38.283Z+ mkdir -p ./out/console-assets
4112024-05-30T03:14:38.283Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4122024-05-30T03:14:38.283Z+ mkdir -p ./out/console-assets
4132024-05-30T03:14:38.284Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4142024-05-30T03:14:38.371Z+ set -o errexit
4152024-05-30T03:14:38.417Z+++ dirname ./tools/ci_download_dendrite_openapi
4162024-05-30T03:14:38.417Z++ cd ./tools
4172024-05-30T03:14:38.417Z++ pwd
4182024-05-30T03:14:38.418Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4192024-05-30T03:14:38.418Z++ basename ./tools/ci_download_dendrite_openapi
4202024-05-30T03:14:38.418Z+ ARG0=ci_download_dendrite_openapi
4212024-05-30T03:14:38.418Z+ TARGET_DIR=out
4222024-05-30T03:14:38.419Z+ DOWNLOAD_DIR=out/downloads
4232024-05-30T03:14:38.420Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4242024-05-30T03:14:38.421Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4252024-05-30T03:14:38.421Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4262024-05-30T03:14:38.421Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4272024-05-30T03:14:38.421Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4282024-05-30T03:14:38.422Z+ main
4292024-05-30T03:14:38.422Z+ [[ 0 != 0 ]]
4302024-05-30T03:14:38.422Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4312024-05-30T03:14:38.422ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4322024-05-30T03:14:38.423Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4332024-05-30T03:14:38.423Z+ local DO_DOWNLOAD=true
4342024-05-30T03:14:38.423ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4352024-05-30T03:14:38.424Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4362024-05-30T03:14:38.424Z+ mkdir -p out/downloads
4372024-05-30T03:14:38.425Z+ '[' true == true ']'
4382024-05-30T03:14:38.425Z+ echo Downloading...
4392024-05-30T03:14:38.426ZDownloading...
4402024-05-30T03:14:38.426Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4412024-05-30T03:14:38.426Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4422024-05-30T03:14:41.175Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4432024-05-30T03:14:41.175Z++ case "$OSTYPE" in
4442024-05-30T03:14:41.199Z++ SHA=sha256sum
4452024-05-30T03:14:41.200Z++ sha256sum
4462024-05-30T03:14:41.200Z++ awk '{print $1}'
4472024-05-30T03:14:41.200Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4482024-05-30T03:14:41.200Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4492024-05-30T03:14:41.200Z+ set -o errexit
4502024-05-30T03:14:41.201Z+++ dirname ./tools/ci_download_dendrite_stub
4512024-05-30T03:14:41.201Z++ cd ./tools
4522024-05-30T03:14:41.201Z++ pwd
4532024-05-30T03:14:41.201Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4542024-05-30T03:14:41.201Z++ basename ./tools/ci_download_dendrite_stub
4552024-05-30T03:14:41.202Z+ ARG0=ci_download_dendrite_stub
4562024-05-30T03:14:41.202Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4572024-05-30T03:14:41.202Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4582024-05-30T03:14:41.202Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4592024-05-30T03:14:41.202Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4602024-05-30T03:14:41.203Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4612024-05-30T03:14:41.203Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4622024-05-30T03:14:41.203Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4632024-05-30T03:14:41.203Z+ TARGET_DIR=out
4642024-05-30T03:14:41.203Z+ DOWNLOAD_DIR=out/downloads
4652024-05-30T03:14:41.204Z+ DEST_DIR=./out/dendrite-stub
4662024-05-30T03:14:41.204Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4672024-05-30T03:14:41.204Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4682024-05-30T03:14:41.204Z+ REPO=oxidecomputer/dendrite
4692024-05-30T03:14:41.204Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4702024-05-30T03:14:41.205Z+ main
4712024-05-30T03:14:41.205Z+ [[ 0 != 0 ]]
4722024-05-30T03:14:41.205Z+ CIDL_OS=solaris2.11
4732024-05-30T03:14:41.205Z+ [[ 0 != 0 ]]
4742024-05-30T03:14:41.205Z+ configure_os solaris2.11
4752024-05-30T03:14:41.206Z+ echo 'current directory: /work/oxidecomputer/omicron'
4762024-05-30T03:14:41.206Zcurrent directory: /work/oxidecomputer/omicron
4772024-05-30T03:14:41.206Z+ echo 'configuring based on OS: "solaris2.11"'
4782024-05-30T03:14:41.206Zconfiguring based on OS: "solaris2.11"
4792024-05-30T03:14:41.206Z+ case "$1" in
4802024-05-30T03:14:41.206Z+ SET_BINARIES=
4812024-05-30T03:14:41.207Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4822024-05-30T03:14:41.207Z+ CIDL_SHA256FUNC=do_sha256sum
4832024-05-30T03:14:41.207Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4842024-05-30T03:14:41.207Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4852024-05-30T03:14:41.207Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4862024-05-30T03:14:41.208Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4872024-05-30T03:14:41.208Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4882024-05-30T03:14:41.208ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4892024-05-30T03:14:41.208ZLocal file: out/downloads/dendrite-stub.tar.gz
4902024-05-30T03:14:41.208Z+ mkdir -p out/downloads
4912024-05-30T03:14:41.208Z+ mkdir -p ./out/dendrite-stub
4922024-05-30T03:14:41.208Z+ fetch_and_verify
4932024-05-30T03:14:41.208Z+ local DO_DOWNLOAD=true
4942024-05-30T03:14:41.209Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4952024-05-30T03:14:41.209Z+ '[' true == true ']'
4962024-05-30T03:14:41.209Z+ echo Downloading...
4972024-05-30T03:14:41.209ZDownloading...
4982024-05-30T03:14:41.209Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4992024-05-30T03:14:41.209Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5002024-05-30T03:15:10.786Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5012024-05-30T03:15:11.195Z++ sha256sum
5022024-05-30T03:15:11.195Z++ awk '{print $1}'
5032024-05-30T03:15:11.195Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5042024-05-30T03:15:11.195Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5052024-05-30T03:15:11.195Z+ do_untar out/downloads/dendrite-stub.tar.gz
5062024-05-30T03:15:11.195Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5072024-05-30T03:15:11.444Z+ do_assemble
5082024-05-30T03:15:11.444Z+ rm -r ./out/dendrite-stub
5092024-05-30T03:15:11.472Z+ mkdir ./out/dendrite-stub
5102024-05-30T03:15:11.473Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5112024-05-30T03:15:11.541Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5122024-05-30T03:15:11.564Z+ set -o errexit
5132024-05-30T03:15:11.564Z+++ dirname ./tools/ci_download_maghemite_mgd
5142024-05-30T03:15:11.564Z++ cd ./tools
5152024-05-30T03:15:11.564Z++ pwd
5162024-05-30T03:15:11.564Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5172024-05-30T03:15:11.565Z++ basename ./tools/ci_download_maghemite_mgd
5182024-05-30T03:15:11.565Z+ ARG0=ci_download_maghemite_mgd
5192024-05-30T03:15:11.565Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5202024-05-30T03:15:11.565Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5212024-05-30T03:15:11.565Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5222024-05-30T03:15:11.565Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5232024-05-30T03:15:11.565Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5242024-05-30T03:15:11.566Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5252024-05-30T03:15:11.566Z+ TARGET_DIR=out
5262024-05-30T03:15:11.566Z+ DOWNLOAD_DIR=out/downloads
5272024-05-30T03:15:11.566Z+ DEST_DIR=./out/mgd
5282024-05-30T03:15:11.566Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5292024-05-30T03:15:11.567Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5302024-05-30T03:15:11.567Z+ REPO=oxidecomputer/maghemite
5312024-05-30T03:15:11.567Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5322024-05-30T03:15:11.567Z+ main
5332024-05-30T03:15:11.567Z+ rm -rf out/downloads/root
5342024-05-30T03:15:11.575Z+ [[ 0 != 0 ]]
5352024-05-30T03:15:11.575Z+ CIDL_OS=solaris2.11
5362024-05-30T03:15:11.575Z+ [[ 0 != 0 ]]
5372024-05-30T03:15:11.575Z+ configure_os solaris2.11
5382024-05-30T03:15:11.575Z+ echo 'current directory: /work/oxidecomputer/omicron'
5392024-05-30T03:15:11.575Zcurrent directory: /work/oxidecomputer/omicron
5402024-05-30T03:15:11.575Z+ echo 'configuring based on OS: "solaris2.11"'
5412024-05-30T03:15:11.575Zconfiguring based on OS: "solaris2.11"
5422024-05-30T03:15:11.575Z+ case "$1" in
5432024-05-30T03:15:11.575Z+ SET_BINARIES=
5442024-05-30T03:15:11.576Z+ CIDL_SHA256FUNC=do_sha256sum
5452024-05-30T03:15:11.576Z+ TARBALL_FILENAME=mgd.tar.gz
5462024-05-30T03:15:11.576Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5472024-05-30T03:15:11.576Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5482024-05-30T03:15:11.576Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5492024-05-30T03:15:11.576ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5502024-05-30T03:15:11.576ZLocal file: out/downloads/mgd.tar.gz
5512024-05-30T03:15:11.576Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5522024-05-30T03:15:11.576Z+ mkdir -p out/downloads
5532024-05-30T03:15:11.576Z+ mkdir -p ./out/mgd
5542024-05-30T03:15:11.576Z+ fetch_and_verify
5552024-05-30T03:15:11.576Z+ local DO_DOWNLOAD=true
5562024-05-30T03:15:11.576Z+ [[ -f out/downloads/mgd.tar.gz ]]
5572024-05-30T03:15:11.576Z+ '[' true == true ']'
5582024-05-30T03:15:11.577Z+ echo Downloading...
5592024-05-30T03:15:11.577ZDownloading...
5602024-05-30T03:15:11.577Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5612024-05-30T03:15:11.577Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5622024-05-30T03:15:35.143Z++ do_sha256sum out/downloads/mgd.tar.gz
5632024-05-30T03:15:35.157Z++ sha256sum
5642024-05-30T03:15:35.157Z++ awk '{print $1}'
5652024-05-30T03:15:35.176Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5662024-05-30T03:15:35.270Z+ [[ 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 ]]
5672024-05-30T03:15:35.270Z+ do_untar out/downloads/mgd.tar.gz
5682024-05-30T03:15:35.270Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5692024-05-30T03:15:35.765Z+ do_assemble
5702024-05-30T03:15:35.766Z+ rm -r ./out/mgd
5712024-05-30T03:15:35.780Z+ mkdir ./out/mgd
5722024-05-30T03:15:35.781Z+ cp -r out/downloads/root ./out/mgd/root
5732024-05-30T03:15:36.239Z+ set -o errexit
5742024-05-30T03:15:36.239Z+++ dirname ./tools/ci_download_transceiver_control
5752024-05-30T03:15:36.240Z++ cd ./tools
5762024-05-30T03:15:36.240Z++ pwd
5772024-05-30T03:15:36.240Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5782024-05-30T03:15:36.240Z++ basename ./tools/ci_download_transceiver_control
5792024-05-30T03:15:36.240Z+ ARG0=ci_download_transceiver_control
5802024-05-30T03:15:36.240Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5812024-05-30T03:15:36.240Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5822024-05-30T03:15:36.241Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5832024-05-30T03:15:36.241Z+ TARGET_DIR=out
5842024-05-30T03:15:36.241Z+ DOWNLOAD_DIR=out/downloads
5852024-05-30T03:15:36.241Z+ DEST_DIR=./out/transceiver-control
5862024-05-30T03:15:36.241Z+ BIN_DIR=/opt/oxide/bin
5872024-05-30T03:15:36.242Z+ BINARY=xcvradm
5882024-05-30T03:15:36.242Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5892024-05-30T03:15:36.242Z+ REPO=oxidecomputer/transceiver-control
5902024-05-30T03:15:36.242Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5912024-05-30T03:15:36.242Z+ main
5922024-05-30T03:15:36.242Z+ [[ 0 != 0 ]]
5932024-05-30T03:15:36.242Z+ CIDL_OS=solaris2.11
5942024-05-30T03:15:36.242Z+ [[ 0 != 0 ]]
5952024-05-30T03:15:36.243Z+ configure_os solaris2.11
5962024-05-30T03:15:36.243Z+ echo 'current directory: /work/oxidecomputer/omicron'
5972024-05-30T03:15:36.243Zcurrent directory: /work/oxidecomputer/omicron
5982024-05-30T03:15:36.243Z+ echo 'configuring based on OS: "solaris2.11"'
5992024-05-30T03:15:36.243Zconfiguring based on OS: "solaris2.11"
6002024-05-30T03:15:36.243Z+ case "$1" in
6012024-05-30T03:15:36.243Z+ SET_BINARIES=
6022024-05-30T03:15:36.244Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6032024-05-30T03:15:36.244Z+ CIDL_SHA256FUNC=do_sha256sum
6042024-05-30T03:15:36.244Z+ ARCHIVE_FILENAME=xcvradm.gz
6052024-05-30T03:15:36.244Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6062024-05-30T03:15:36.244Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6072024-05-30T03:15:36.244Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6082024-05-30T03:15:36.244ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6092024-05-30T03:15:36.245Z+ echo 'Local file: out/downloads/xcvradm.gz'
6102024-05-30T03:15:36.245ZLocal file: out/downloads/xcvradm.gz
6112024-05-30T03:15:36.245Z+ mkdir -p out/downloads
6122024-05-30T03:15:36.245Z+ mkdir -p ./out/transceiver-control
6132024-05-30T03:15:36.245Z+ fetch_and_verify
6142024-05-30T03:15:36.246Z+ local DO_DOWNLOAD=true
6152024-05-30T03:15:36.246Z+ [[ -f out/downloads/xcvradm.gz ]]
6162024-05-30T03:15:36.246Z+ '[' true == true ']'
6172024-05-30T03:15:36.246Z+ echo Downloading...
6182024-05-30T03:15:36.246ZDownloading...
6192024-05-30T03:15:36.246Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6202024-05-30T03:15:36.247Z+ 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
6212024-05-30T03:15:43.611Z++ do_sha256sum out/downloads/xcvradm.gz
6222024-05-30T03:15:43.627Z++ sha256sum
6232024-05-30T03:15:43.627Z++ awk '{print $1}'
6242024-05-30T03:15:43.627Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6252024-05-30T03:15:43.627Z+ [[ 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 ]]
6262024-05-30T03:15:43.627Z+ do_unpack out/downloads/xcvradm.gz
6272024-05-30T03:15:43.628Z+ mkdir -p out/downloads/root//opt/oxide/bin
6282024-05-30T03:15:43.628Z+ gzip -dc out/downloads/xcvradm.gz
6292024-05-30T03:15:43.727Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6302024-05-30T03:15:43.734Z+ do_assemble
6312024-05-30T03:15:43.735Z+ rm -r ./out/transceiver-control
6322024-05-30T03:15:43.735Z+ mkdir ./out/transceiver-control
6332024-05-30T03:15:43.745Z+ cp -r out/downloads/root ./out/transceiver-control/root
6342024-05-30T03:15:43.835Z+ set -o errexit
6352024-05-30T03:15:43.848Z+++ dirname ./tools/ci_download_thundermuffin
6362024-05-30T03:15:43.848Z++ cd ./tools
6372024-05-30T03:15:43.848Z++ pwd
6382024-05-30T03:15:43.849Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6392024-05-30T03:15:43.849Z++ basename ./tools/ci_download_thundermuffin
6402024-05-30T03:15:43.849Z+ ARG0=ci_download_thundermuffin
6412024-05-30T03:15:43.849Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6422024-05-30T03:15:43.849Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6432024-05-30T03:15:43.849Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6442024-05-30T03:15:43.850Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6452024-05-30T03:15:43.850Z+ TARGET_DIR=out
6462024-05-30T03:15:43.850Z+ DOWNLOAD_DIR=out/downloads
6472024-05-30T03:15:43.850Z+ DEST_DIR=./out/thundermuffin
6482024-05-30T03:15:43.850Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6492024-05-30T03:15:43.850Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6502024-05-30T03:15:43.851Z+ REPO=oxidecomputer/thundermuffin
6512024-05-30T03:15:43.851Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6522024-05-30T03:15:43.851Z+ main
6532024-05-30T03:15:43.851Z+ rm -rf out/downloads/root
6542024-05-30T03:15:43.851Z+ [[ 0 != 0 ]]
6552024-05-30T03:15:43.851Z+ CIDL_OS=solaris2.11
6562024-05-30T03:15:43.851Z+ [[ 0 != 0 ]]
6572024-05-30T03:15:43.851Z+ configure_os solaris2.11
6582024-05-30T03:15:43.851Z+ echo 'current directory: /work/oxidecomputer/omicron'
6592024-05-30T03:15:43.851Zcurrent directory: /work/oxidecomputer/omicron
6602024-05-30T03:15:43.852Z+ echo 'configuring based on OS: "solaris2.11"'
6612024-05-30T03:15:43.852Z+ case "$1" in
6622024-05-30T03:15:43.852Zconfiguring based on OS: "solaris2.11"
6632024-05-30T03:15:43.852Z+ SET_BINARIES=
6642024-05-30T03:15:43.852Z+ CIDL_SHA256FUNC=do_sha256sum
6652024-05-30T03:15:43.852Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6662024-05-30T03:15:43.853Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6672024-05-30T03:15:43.853Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6682024-05-30T03:15:43.853Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6692024-05-30T03:15:43.853ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6702024-05-30T03:15:43.853Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6712024-05-30T03:15:43.854ZLocal file: out/downloads/thundermuffin.tar.gz
6722024-05-30T03:15:43.854Z+ mkdir -p out/downloads
6732024-05-30T03:15:43.854Z+ mkdir -p ./out/thundermuffin
6742024-05-30T03:15:43.866Z+ fetch_and_verify
6752024-05-30T03:15:43.866Z+ local DO_DOWNLOAD=true
6762024-05-30T03:15:43.866Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6772024-05-30T03:15:43.867Z+ '[' true == true ']'
6782024-05-30T03:15:43.867Z+ echo Downloading...
6792024-05-30T03:15:43.867ZDownloading...
6802024-05-30T03:15:43.867Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6812024-05-30T03:15:43.868Z+ 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
6822024-05-30T03:15:47.535Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6832024-05-30T03:15:47.554Z++ sha256sum
6842024-05-30T03:15:47.554Z++ awk '{print $1}'
6852024-05-30T03:15:47.554Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6862024-05-30T03:15:47.554Z+ [[ 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 ]]
6872024-05-30T03:15:47.555Z+ do_untar out/downloads/thundermuffin.tar.gz
6882024-05-30T03:15:47.555Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6892024-05-30T03:15:47.593Z+ do_assemble
6902024-05-30T03:15:47.593Z+ rm -r ./out/thundermuffin
6912024-05-30T03:15:47.601Z+ mkdir ./out/thundermuffin
6922024-05-30T03:15:47.601Z+ cp -r out/downloads/root ./out/thundermuffin/root
6932024-05-30T03:15:47.609ZAll prerequisites installed successfully
6942024-05-30T03:15:47.616Z
6952024-05-30T03:15:47.617Zreal 3:10.406900622
6962024-05-30T03:15:47.617Zuser 39.777239476
6972024-05-30T03:15:47.617Zsys 7.387911599
6982024-05-30T03:15:47.618Ztrap 0.011565818
6992024-05-30T03:15:47.619Ztflt 0.229655961
7002024-05-30T03:15:47.619Zdflt 0.210174038
7012024-05-30T03:15:47.620Zkflt 0.129953822
7022024-05-30T03:15:47.620Zlock 1.577427796
7032024-05-30T03:15:47.620Zslp 7:05.482647213
7042024-05-30T03:15:47.620Zlat 2.001987307
7052024-05-30T03:15:47.621Zstop 0.149840018
7062024-05-30T03:15:47.625Z+ ptime -m ./tools/ci_download_softnpu_machinery
7072024-05-30T03:15:48.257Zfetching npuzone
7082024-05-30T03:15:48.257ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7092024-05-30T03:15:48.257Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7102024-05-30T03:15:48.258ZGetting hash for npuzone
7112024-05-30T03:15:50.030Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7122024-05-30T03:16:04.093Znpuzone downloaded successfully
7132024-05-30T03:16:04.102Z
7142024-05-30T03:16:04.102Zreal 16.475251598
7152024-05-30T03:16:04.102Zuser 0.267730177
7162024-05-30T03:16:04.102Zsys 0.105890852
7172024-05-30T03:16:04.102Ztrap 0.000034494
7182024-05-30T03:16:04.102Ztflt 0.000000000
7192024-05-30T03:16:04.103Zdflt 0.000000000
7202024-05-30T03:16:04.103Zkflt 0.000000000
7212024-05-30T03:16:04.103Zlock 0.000000000
7222024-05-30T03:16:04.103Zslp 48.944623042
7232024-05-30T03:16:04.103Zlat 0.072726914
7242024-05-30T03:16:04.103Zstop 0.000174979
7252024-05-30T03:16:04.103Z+ export CARGO_INCREMENTAL=0
7262024-05-30T03:16:04.103Z+ CARGO_INCREMENTAL=0
7272024-05-30T03:16:04.103Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7282024-05-30T03:16:04.333Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7292024-05-30T03:16:04.655Z Updating git repository `https://github.com/oxidecomputer/zone`
7302024-05-30T03:16:04.943Z Updating crates.io index
7312024-05-30T03:16:05.427Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7322024-05-30T03:16:05.778Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7332024-05-30T03:16:06.418Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7342024-05-30T03:16:06.707Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7352024-05-30T03:16:08.624Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7362024-05-30T03:16:09.173Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7372024-05-30T03:16:09.498Z Updating git repository `https://github.com/oxidecomputer/propolis`
7382024-05-30T03:16:10.536Z Updating git repository `https://github.com/oxidecomputer/crucible`
7392024-05-30T03:16:12.437Z Updating git repository `https://github.com/oxidecomputer/opte`
7402024-05-30T03:16:13.459Z Updating git repository `https://github.com/oxidecomputer/falcon`
7412024-05-30T03:16:14.190Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7422024-05-30T03:16:14.832Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7432024-05-30T03:16:15.126Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7442024-05-30T03:16:15.487Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7452024-05-30T03:16:15.805Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7462024-05-30T03:16:16.101Z Updating git repository `http://github.com/oxidecomputer/tofino`
7472024-05-30T03:16:16.398Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7482024-05-30T03:16:16.670Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7492024-05-30T03:16:16.927Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7502024-05-30T03:16:17.210Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7512024-05-30T03:16:17.558Z Updating git repository `https://github.com/oxidecomputer/ispf`
7522024-05-30T03:16:17.931Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7532024-05-30T03:16:18.186Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7542024-05-30T03:16:18.843Z Updating git repository `https://github.com/jgallagher/nix`
7552024-05-30T03:16:19.758Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7562024-05-30T03:16:20.137Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7572024-05-30T03:16:20.469Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7582024-05-30T03:16:20.892Z Updating git repository `https://github.com/oxidecomputer/typify`
7592024-05-30T03:16:22.853Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7602024-05-30T03:16:23.233Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7612024-05-30T03:16:23.535Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7622024-05-30T03:16:24.012Z Updating git repository `https://github.com/oxidecomputer/rfb`
7632024-05-30T03:16:25.226Z Downloading crates ...
7642024-05-30T03:16:25.389Z Downloaded crossbeam-deque v0.8.5
7652024-05-30T03:16:25.409Z Downloaded headers v0.3.9
7662024-05-30T03:16:25.428Z Downloaded heapless v0.7.17
7672024-05-30T03:16:25.433Z Downloaded bitflags v2.5.0
7682024-05-30T03:16:25.433Z Downloaded hex v0.4.3
7692024-05-30T03:16:25.433Z Downloaded cc v1.0.97
7702024-05-30T03:16:25.433Z Downloaded argon2 v0.5.3
7712024-05-30T03:16:25.437Z Downloaded http v1.1.0
7722024-05-30T03:16:25.441Z Downloaded cipher v0.4.4
7732024-05-30T03:16:25.441Z Downloaded hmac v0.12.1
7742024-05-30T03:16:25.447Z Downloaded atty v0.2.14
7752024-05-30T03:16:25.447Z Downloaded anstyle-query v1.0.3
7762024-05-30T03:16:25.447Z Downloaded http v0.2.12
7772024-05-30T03:16:25.451Z Downloaded headers-core v0.2.0
7782024-05-30T03:16:25.451Z Downloaded http-body v0.4.6
7792024-05-30T03:16:25.454Z Downloaded hyper-tls v0.5.0
7802024-05-30T03:16:25.454Z Downloaded bitfield v0.14.0
7812024-05-30T03:16:25.458Z Downloaded aead v0.5.2
7822024-05-30T03:16:25.458Z Downloaded hostname v0.3.1
7832024-05-30T03:16:25.463Z Downloaded colored v2.1.0
7842024-05-30T03:16:25.463Z Downloaded hashbrown v0.14.5
7852024-05-30T03:16:25.467Z Downloaded anstyle-parse v0.2.4
7862024-05-30T03:16:25.473Z Downloaded hostname v0.4.0
7872024-05-30T03:16:25.478Z Downloaded heck v0.4.1
7882024-05-30T03:16:25.478Z Downloaded bitstruct_derive v0.1.0
7892024-05-30T03:16:25.478Z Downloaded hashbrown v0.13.2
7902024-05-30T03:16:25.487Z Downloaded ciborium-io v0.2.2
7912024-05-30T03:16:25.487Z Downloaded hyper-rustls v0.24.2
7922024-05-30T03:16:25.495Z Downloaded bitflags v1.3.2
7932024-05-30T03:16:25.495Z Downloaded indicatif v0.17.8
7942024-05-30T03:16:25.495Z Downloaded lock_api v0.4.12
7952024-05-30T03:16:25.507Z Downloaded cfg_aliases v0.1.1
7962024-05-30T03:16:25.507Z Downloaded newtype-uuid v1.1.0
7972024-05-30T03:16:25.507Z Downloaded async-stream v0.3.5
7982024-05-30T03:16:25.507Z Downloaded indoc v1.0.9
7992024-05-30T03:16:25.529Z Downloaded cargo-platform v0.1.8
8002024-05-30T03:16:25.530Z Downloaded byteorder v1.5.0
8012024-05-30T03:16:25.530Z Downloaded bit-vec v0.6.3
8022024-05-30T03:16:25.530Z Downloaded adler v1.0.2
8032024-05-30T03:16:25.531Z Downloaded bitstruct v0.1.1
8042024-05-30T03:16:25.531Z Downloaded assert_matches v1.5.0
8052024-05-30T03:16:25.531Z Downloaded match_cfg v0.1.0
8062024-05-30T03:16:25.531Z Downloaded ident_case v1.0.1
8072024-05-30T03:16:25.541Z Downloaded libefi-sys v0.1.0
8082024-05-30T03:16:25.541Z Downloaded indoc v2.0.5
8092024-05-30T03:16:25.541Z Downloaded console v0.15.8
8102024-05-30T03:16:25.542Z Downloaded constant_time_eq v0.3.0
8112024-05-30T03:16:25.543Z Downloaded cexpr v0.6.0
8122024-05-30T03:16:25.543Z Downloaded chacha20 v0.9.1
8132024-05-30T03:16:25.544Z Downloaded cargo_metadata v0.18.1
8142024-05-30T03:16:25.545Z Downloaded managed v0.8.0
8152024-05-30T03:16:25.545Z Downloaded addr2line v0.21.0
8162024-05-30T03:16:25.545Z Downloaded lazycell v1.3.0
8172024-05-30T03:16:25.575Z Downloaded instant v0.1.12
8182024-05-30T03:16:25.576Z Downloaded lalrpop-util v0.19.12
8192024-05-30T03:16:25.576Z Downloaded ipnetwork v0.20.0
8202024-05-30T03:16:25.576Z Downloaded impl-trait-for-tuples v0.2.2
8212024-05-30T03:16:25.576Z Downloaded hubpack v0.1.2
8222024-05-30T03:16:25.576Z Downloaded nibble_vec v0.1.0
8232024-05-30T03:16:25.577Z Downloaded bytecount v0.6.8
8242024-05-30T03:16:25.577Z Downloaded bit-set v0.5.3
8252024-05-30T03:16:25.577Z Downloaded lru-cache v0.1.2
8262024-05-30T03:16:25.577Z Downloaded bzip2 v0.4.4
8272024-05-30T03:16:25.597Z Downloaded matches v0.1.10
8282024-05-30T03:16:25.597Z Downloaded httparse v1.8.0
8292024-05-30T03:16:25.597Z Downloaded http-range v0.1.5
8302024-05-30T03:16:25.597Z Downloaded clap_lex v0.7.0
8312024-05-30T03:16:25.597Z Downloaded ascii v1.1.0
8322024-05-30T03:16:25.597Z Downloaded multimap v0.10.0
8332024-05-30T03:16:25.598Z Downloaded memoffset v0.7.1
8342024-05-30T03:16:25.598Z Downloaded convert_case v0.4.0
8352024-05-30T03:16:25.598Z Downloaded colorchoice v1.0.1
8362024-05-30T03:16:25.598Z Downloaded toolchain_find v0.4.0
8372024-05-30T03:16:25.598Z Downloaded new_debug_unreachable v1.0.6
8382024-05-30T03:16:25.599Z Downloaded is_ci v1.2.0
8392024-05-30T03:16:25.599Z Downloaded is-terminal v0.4.12
8402024-05-30T03:16:25.599Z Downloaded crc-catalog v2.4.0
8412024-05-30T03:16:25.599Z Downloaded crc v3.2.1
8422024-05-30T03:16:25.599Z Downloaded corncobs v0.1.3
8432024-05-30T03:16:25.600Z Downloaded mime_guess v2.0.4
8442024-05-30T03:16:25.600Z Downloaded memmap v0.7.0
8452024-05-30T03:16:25.600Z Downloaded native-tls v0.2.11
8462024-05-30T03:16:25.600Z Downloaded base64 v0.13.1
8472024-05-30T03:16:25.615Z Downloaded scroll_derive v0.12.0
8482024-05-30T03:16:25.615Z Downloaded scopeguard v1.2.0
8492024-05-30T03:16:25.615Z Downloaded maplit v1.0.2
8502024-05-30T03:16:25.616Z Downloaded darling_macro v0.20.9
8512024-05-30T03:16:25.616Z Downloaded nanorand v0.7.0
8522024-05-30T03:16:25.616Z Downloaded maybe-uninit v2.0.0
8532024-05-30T03:16:25.616Z Downloaded macaddr v1.0.1
8542024-05-30T03:16:25.616Z Downloaded linked-hash-map v0.5.6
8552024-05-30T03:16:25.616Z Downloaded tinyvec_macros v0.1.1
8562024-05-30T03:16:25.617Z Downloaded structmeta v0.2.0
8572024-05-30T03:16:25.617Z Downloaded strsim v0.11.1
8582024-05-30T03:16:25.617Z Downloaded slog-stdlog v4.1.1
8592024-05-30T03:16:25.617Z Downloaded signal-hook-tokio v0.3.1
8602024-05-30T03:16:25.618Z Downloaded camino v1.1.7
8612024-05-30T03:16:25.632Z Downloaded take_mut v0.2.2
8622024-05-30T03:16:25.632Z Downloaded cancel-safe-futures v0.1.5
8632024-05-30T03:16:25.632Z Downloaded ciborium v0.2.2
8642024-05-30T03:16:25.632Z Downloaded shell-words v1.1.0
8652024-05-30T03:16:25.632Z Downloaded siphasher v0.3.11
8662024-05-30T03:16:25.632Z Downloaded nodrop v0.1.14
8672024-05-30T03:16:25.658Z Downloaded newline-converter v0.3.0
8682024-05-30T03:16:25.658Z Downloaded mime v0.3.17
8692024-05-30T03:16:25.658Z Downloaded lalrpop v0.19.12
8702024-05-30T03:16:25.658Z Downloaded tabwriter v1.4.0
8712024-05-30T03:16:25.659Z Downloaded num_threads v0.1.7
8722024-05-30T03:16:25.659Z Downloaded fxhash v0.2.1
8732024-05-30T03:16:25.659Z Downloaded scroll v0.12.0
8742024-05-30T03:16:25.659Z Downloaded slab v0.4.9
8752024-05-30T03:16:25.676Z Downloaded mockall_derive v0.12.1
8762024-05-30T03:16:25.676Z Downloaded phf_shared v0.10.0
8772024-05-30T03:16:25.677Z Downloaded structmeta v0.3.0
8782024-05-30T03:16:25.677Z Downloaded which v4.4.2
8792024-05-30T03:16:25.677Z Downloaded untrusted v0.7.1
8802024-05-30T03:16:25.677Z Downloaded smf v0.2.3
8812024-05-30T03:16:25.678Z Downloaded smawk v0.3.2
8822024-05-30T03:16:25.678Z Downloaded data-encoding v2.6.0
8832024-05-30T03:16:25.680Z Downloaded crypto-common v0.1.6
8842024-05-30T03:16:25.680Z Downloaded const-oid v0.9.6
8852024-05-30T03:16:25.680Z Downloaded clap v4.5.4
8862024-05-30T03:16:25.697Z Downloaded clang-sys v1.7.0
8872024-05-30T03:16:25.697Z Downloaded uzers v0.11.3
8882024-05-30T03:16:25.697Z Downloaded utf8parse v0.2.1
8892024-05-30T03:16:25.698Z Downloaded untrusted v0.9.0
8902024-05-30T03:16:25.698Z Downloaded tls_codec v0.4.1
8912024-05-30T03:16:25.698Z Downloaded tiny-keccak v2.0.2
8922024-05-30T03:16:25.698Z Downloaded time-macros v0.2.18
8932024-05-30T03:16:25.719Z Downloaded glob v0.3.1
8942024-05-30T03:16:25.719Z Downloaded funty v2.0.0
8952024-05-30T03:16:25.720Z Downloaded fnv v1.0.7
8962024-05-30T03:16:25.720Z Downloaded stability v0.2.0
8972024-05-30T03:16:25.720Z Downloaded gethostname v0.4.3
8982024-05-30T03:16:25.720Z Downloaded ena v0.14.3
8992024-05-30T03:16:25.744Z Downloaded embedded-io v0.4.0
9002024-05-30T03:16:25.744Z Downloaded base64 v0.22.1
9012024-05-30T03:16:25.744Z Downloaded packed_struct_codegen v0.10.1
9022024-05-30T03:16:25.744Z Downloaded backtrace v0.3.71
9032024-05-30T03:16:25.744Z Downloaded whoami v1.5.1
9042024-05-30T03:16:25.744Z Downloaded usdt-attr-macro v0.5.0
9052024-05-30T03:16:25.744Z Downloaded usdt-attr-macro v0.3.5
9062024-05-30T03:16:25.744Z Downloaded usdt v0.5.0
9072024-05-30T03:16:25.744Z Downloaded miniz_oxide v0.7.2
9082024-05-30T03:16:25.744Z Downloaded const_format v0.2.32
9092024-05-30T03:16:25.745Z Downloaded derive_builder_core v0.20.0
9102024-05-30T03:16:25.745Z Downloaded secrecy v0.8.0
9112024-05-30T03:16:25.745Z Downloaded sec1 v0.7.3
9122024-05-30T03:16:25.756Z Downloaded r2d2 v0.8.10
9132024-05-30T03:16:25.756Z Downloaded crc-any v2.5.0
9142024-05-30T03:16:25.757Z Downloaded test-strategy v0.3.1
9152024-05-30T03:16:25.757Z Downloaded crc32fast v1.4.0
9162024-05-30T03:16:25.757Z Downloaded scheduled-thread-pool v0.2.7
9172024-05-30T03:16:25.757Z Downloaded indexmap v2.2.6
9182024-05-30T03:16:25.758Z Downloaded sqlparser_derive v0.2.2
9192024-05-30T03:16:25.769Z Downloaded sqlformat v0.2.3
9202024-05-30T03:16:25.769Z Downloaded getrandom v0.2.14
9212024-05-30T03:16:25.769Z Downloaded openssl-probe v0.1.5
9222024-05-30T03:16:25.769Z Downloaded once_cell v1.19.0
9232024-05-30T03:16:25.769Z Downloaded sha1 v0.10.6
9242024-05-30T03:16:25.769Z Downloaded stable_deref_trait v1.2.0
9252024-05-30T03:16:25.769Z Downloaded topological-sort v0.2.2
9262024-05-30T03:16:25.769Z Downloaded spki v0.7.3
9272024-05-30T03:16:25.783Z Downloaded slog-envlogger v2.2.0
9282024-05-30T03:16:25.783Z Downloaded slog-dtrace v0.3.0
9292024-05-30T03:16:25.784Z Downloaded slog-bunyan v2.5.0
9302024-05-30T03:16:25.784Z Downloaded tokio-macros v2.2.0
9312024-05-30T03:16:25.816Z Downloaded pkcs8 v0.10.2
9322024-05-30T03:16:25.816Z Downloaded tap v1.0.1
9332024-05-30T03:16:25.817Z Downloaded zone v0.1.8
9342024-05-30T03:16:25.817Z Downloaded zeroize_derive v1.4.2
9352024-05-30T03:16:25.817Z Downloaded zeroize v1.7.0
9362024-05-30T03:16:25.817Z Downloaded termtree v0.4.1
9372024-05-30T03:16:25.818Z Downloaded sigpipe v0.1.3
9382024-05-30T03:16:25.818Z Downloaded sync_wrapper v0.1.2
9392024-05-30T03:16:25.818Z Downloaded quote v1.0.36
9402024-05-30T03:16:25.818Z Downloaded structmeta-derive v0.3.0
9412024-05-30T03:16:25.845Z Downloaded downcast v0.11.0
9422024-05-30T03:16:25.845Z Downloaded xattr v1.3.1
9432024-05-30T03:16:25.845Z Downloaded fs-err v2.11.0
9442024-05-30T03:16:25.845Z Downloaded zerocopy v0.3.2
9452024-05-30T03:16:25.845Z Downloaded wyz v0.5.1
9462024-05-30T03:16:25.846Z Downloaded foreign-types v0.5.0
9472024-05-30T03:16:25.846Z Downloaded fixedbitset v0.4.2
9482024-05-30T03:16:25.846Z Downloaded crossbeam-epoch v0.9.18
9492024-05-30T03:16:25.846Z Downloaded uuid v1.8.0
9502024-05-30T03:16:25.846Z Downloaded sct v0.7.1
9512024-05-30T03:16:25.846Z Downloaded futures-io v0.3.30
9522024-05-30T03:16:25.847Z Downloaded filetime v0.2.23
9532024-05-30T03:16:25.847Z Downloaded parse-display v0.9.0
9542024-05-30T03:16:25.847Z Downloaded cstr-argument v0.1.2
9552024-05-30T03:16:25.847Z Downloaded crunchy v0.2.2
9562024-05-30T03:16:25.848Z Downloaded serde_spanned v0.6.6
9572024-05-30T03:16:25.848Z Downloaded papergrid v0.11.0
9582024-05-30T03:16:25.848Z Downloaded rand_xorshift v0.3.0
9592024-05-30T03:16:25.848Z Downloaded rustversion v1.0.17
9602024-05-30T03:16:25.848Z Downloaded postcard v1.0.8
9612024-05-30T03:16:25.867Z Downloaded proc-macro2 v1.0.82
9622024-05-30T03:16:25.867Z Downloaded crossbeam-channel v0.5.12
9632024-05-30T03:16:25.867Z Downloaded static_assertions v1.1.0
9642024-05-30T03:16:25.867Z Downloaded futures-core v0.3.30
9652024-05-30T03:16:25.867Z Downloaded thiserror-impl v1.0.60
9662024-05-30T03:16:25.867Z Downloaded thiserror v1.0.60
9672024-05-30T03:16:25.867Z Downloaded synstructure v0.12.6
9682024-05-30T03:16:25.868Z Downloaded termcolor v1.4.1
9692024-05-30T03:16:25.880Z Downloaded memchr v2.7.2
9702024-05-30T03:16:25.881Z Downloaded num-rational v0.4.2
9712024-05-30T03:16:25.881Z Downloaded version_check v0.9.4
9722024-05-30T03:16:25.881Z Downloaded erased-serde v0.3.31
9732024-05-30T03:16:25.882Z Downloaded elliptic-curve v0.13.8
9742024-05-30T03:16:25.882Z Downloaded yasna v0.5.2
9752024-05-30T03:16:25.898Z Downloaded parking_lot_core v0.9.10
9762024-05-30T03:16:25.899Z Downloaded termios v0.3.3
9772024-05-30T03:16:25.899Z Downloaded terminal_size v0.3.0
9782024-05-30T03:16:25.899Z Downloaded tabled_derive v0.7.0
9792024-05-30T03:16:25.899Z Downloaded group v0.13.0
9802024-05-30T03:16:25.900Z Downloaded foreign-types-macros v0.2.3
9812024-05-30T03:16:25.900Z Downloaded crypto-bigint v0.5.5
9822024-05-30T03:16:25.911Z Downloaded trust-dns-client v0.22.0
9832024-05-30T03:16:25.911Z Downloaded equivalent v1.0.1
9842024-05-30T03:16:25.911Z Downloaded pretty-hex v0.2.1
9852024-05-30T03:16:25.911Z Downloaded want v0.3.1
9862024-05-30T03:16:25.912Z Downloaded pretty-hex v0.4.1
9872024-05-30T03:16:25.912Z Downloaded normalize-line-endings v0.3.0
9882024-05-30T03:16:25.926Z Downloaded futures-channel v0.3.30
9892024-05-30T03:16:25.926Z Downloaded rustc-hash v1.1.0
9902024-05-30T03:16:25.926Z Downloaded dtrace-parser v0.1.14
9912024-05-30T03:16:25.926Z Downloaded pem v3.0.4
9922024-05-30T03:16:25.926Z Downloaded peg-runtime v0.8.3
9932024-05-30T03:16:25.927Z Downloaded serde_plain v1.0.2
9942024-05-30T03:16:25.927Z Downloaded trust-dns-resolver v0.22.0
9952024-05-30T03:16:25.932Z Downloaded futures v0.3.30
9962024-05-30T03:16:25.932Z Downloaded libxml v0.3.3
9972024-05-30T03:16:25.937Z Downloaded oso v0.27.3
9982024-05-30T03:16:25.937Z Downloaded serde_urlencoded v0.7.1
9992024-05-30T03:16:25.942Z Downloaded rustls-pemfile v1.0.4
10002024-05-30T03:16:25.942Z Downloaded foreign-types-shared v0.3.1
10012024-05-30T03:16:25.942Z Downloaded tls_codec_derive v0.4.1
10022024-05-30T03:16:25.945Z Downloaded globset v0.4.14
10032024-05-30T03:16:25.945Z Downloaded env_logger v0.10.2
10042024-05-30T03:16:25.949Z Downloaded similar v2.5.0
10052024-05-30T03:16:25.953Z Downloaded foreign-types-shared v0.1.1
10062024-05-30T03:16:25.958Z Downloaded subtle v2.5.0
10072024-05-30T03:16:25.958Z Downloaded tungstenite v0.21.0
10082024-05-30T03:16:25.964Z Downloaded float-cmp v0.9.0
10092024-05-30T03:16:25.970Z Downloaded zip v0.6.6
10102024-05-30T03:16:25.970Z Downloaded slog-json v2.6.1
10112024-05-30T03:16:25.970Z Downloaded pest_generator v2.7.10
10122024-05-30T03:16:25.976Z Downloaded defmt-macros v0.3.9
10132024-05-30T03:16:25.980Z Downloaded hash32 v0.3.1
10142024-05-30T03:16:25.980Z Downloaded try-lock v0.2.5
10152024-05-30T03:16:25.981Z Downloaded thread-id v4.2.1
10162024-05-30T03:16:25.981Z Downloaded rtoolbox v0.0.2
10172024-05-30T03:16:25.986Z Downloaded powerfmt v0.2.0
10182024-05-30T03:16:25.986Z Downloaded strum v0.26.2
10192024-05-30T03:16:25.986Z Downloaded shlex v1.3.0
10202024-05-30T03:16:25.990Z Downloaded serde_path_to_error v0.1.16
10212024-05-30T03:16:25.990Z Downloaded rustls-pemfile v2.1.2
10222024-05-30T03:16:25.994Z Downloaded derive_more v0.99.17
10232024-05-30T03:16:26.021Z Downloaded waitgroup v0.1.2
10242024-05-30T03:16:26.022Z Downloaded tui-tree-widget v0.19.0
10252024-05-30T03:16:26.034Z Downloaded unicode-linebreak v0.1.5
10262024-05-30T03:16:26.035Z Downloaded form_urlencoded v1.2.1
10272024-05-30T03:16:26.035Z Downloaded universal-hash v0.5.1
10282024-05-30T03:16:26.035Z Downloaded unicode-xid v0.2.4
10292024-05-30T03:16:26.035Z Downloaded tokio-rustls v0.25.0
10302024-05-30T03:16:26.035Z Downloaded num_enum v0.5.11
10312024-05-30T03:16:26.035Z Downloaded num_cpus v1.16.0
10322024-05-30T03:16:26.035Z Downloaded dtrace-parser v0.2.0
10332024-05-30T03:16:26.035Z Downloaded enum-as-inner v0.5.1
10342024-05-30T03:16:26.035Z Downloaded ed25519 v1.5.3
10352024-05-30T03:16:26.035Z Downloaded errno v0.3.9
10362024-05-30T03:16:26.035Z Downloaded phf_shared v0.11.2
10372024-05-30T03:16:26.035Z Downloaded diesel_table_macro_syntax v0.1.0
10382024-05-30T03:16:26.035Z Downloaded percent-encoding v2.3.1
10392024-05-30T03:16:26.077Z Downloaded peg v0.8.3
10402024-05-30T03:16:26.077Z Downloaded phf v0.11.2
10412024-05-30T03:16:26.078Z Downloaded derive_builder_macro v0.20.0
10422024-05-30T03:16:26.078Z Downloaded crucible-workspace-hack v0.1.0
10432024-05-30T03:16:26.078Z Downloaded serde_with_macros v3.8.1
10442024-05-30T03:16:26.078Z Downloaded proc-macro-error v1.0.4
10452024-05-30T03:16:26.078Z Downloaded semver v1.0.23
10462024-05-30T03:16:26.078Z Downloaded semver v0.1.20
10472024-05-30T03:16:26.078Z Downloaded precomputed-hash v0.1.1
10482024-05-30T03:16:26.101Z Downloaded serde_derive_internals v0.29.1
10492024-05-30T03:16:26.101Z Downloaded ref-cast v1.0.23
10502024-05-30T03:16:26.102Z Downloaded usdt-macro v0.5.0
10512024-05-30T03:16:26.102Z Downloaded fastrand v2.1.0
10522024-05-30T03:16:26.102Z Downloaded fallible-iterator v0.2.0
10532024-05-30T03:16:26.102Z Downloaded dyn-clone v1.0.17
10542024-05-30T03:16:26.102Z Downloaded rayon-core v1.12.1
10552024-05-30T03:16:26.102Z Downloaded subprocess v0.2.9
10562024-05-30T03:16:26.103Z Downloaded typed-path v0.7.1
10572024-05-30T03:16:26.103Z Downloaded tokio-stream v0.1.15
10582024-05-30T03:16:26.120Z Downloaded zone_cfg_derive v0.1.2
10592024-05-30T03:16:26.120Z Downloaded signature v2.2.0
10602024-05-30T03:16:26.121Z Downloaded serde_arrays v0.1.0
10612024-05-30T03:16:26.121Z Downloaded rustc_version v0.1.7
10622024-05-30T03:16:26.121Z Downloaded num-conv v0.1.0
10632024-05-30T03:16:26.121Z Downloaded unarray v0.1.4
10642024-05-30T03:16:26.121Z Downloaded strum_macros v0.24.3
10652024-05-30T03:16:26.121Z Downloaded string_cache v0.8.7
10662024-05-30T03:16:26.121Z Downloaded dof v0.1.5
10672024-05-30T03:16:26.121Z Downloaded dirs-sys-next v0.1.2
10682024-05-30T03:16:26.122Z Downloaded psl-types v2.0.11
10692024-05-30T03:16:26.122Z Downloaded serde-big-array v0.5.1
10702024-05-30T03:16:26.122Z Downloaded strip-ansi-escapes v0.2.0
10712024-05-30T03:16:26.122Z Downloaded dof v0.3.0
10722024-05-30T03:16:26.122Z Downloaded dirs-next v2.0.0
10732024-05-30T03:16:26.122Z Downloaded fragile v2.0.0
10742024-05-30T03:16:26.122Z Downloaded stringprep v0.1.4
10752024-05-30T03:16:26.122Z Downloaded rustc_version v0.4.0
10762024-05-30T03:16:26.122Z Downloaded num v0.4.3
10772024-05-30T03:16:26.123Z Downloaded flagset v0.4.5
10782024-05-30T03:16:26.123Z Downloaded digest v0.10.7
10792024-05-30T03:16:26.989Z Downloaded predicates v3.1.0
10802024-05-30T03:16:26.989Z Downloaded thiserror-impl-no-std v2.0.2
10812024-05-30T03:16:26.989Z Downloaded walkdir v2.5.0
10822024-05-30T03:16:26.989Z Downloaded prettyplease v0.2.20
10832024-05-30T03:16:26.989Z Downloaded x509-cert v0.2.5
10842024-05-30T03:16:26.990Z Downloaded rpassword v7.3.1
10852024-05-30T03:16:26.990Z Downloaded vte_generate_state_changes v0.1.1
10862024-05-30T03:16:26.990Z Downloaded usdt-macro v0.3.5
10872024-05-30T03:16:26.990Z Downloaded unicode-width v0.1.12
10882024-05-30T03:16:26.990Z Downloaded darling_core v0.20.9
10892024-05-30T03:16:26.991Z Downloaded aho-corasick v1.1.3
10902024-05-30T03:16:26.991Z Downloaded tower-service v0.3.2
10912024-05-30T03:16:26.991Z Downloaded num_enum_derive v0.5.11
10922024-05-30T03:16:26.991Z Downloaded toml v0.8.13
10932024-05-30T03:16:26.991Z Downloaded pest_meta v2.7.10
10942024-05-30T03:16:26.991Z Downloaded num-integer v0.1.46
10952024-05-30T03:16:26.992Z Downloaded portpicker v0.1.1
10962024-05-30T03:16:26.992Z Downloaded signature v1.6.4
10972024-05-30T03:16:26.992Z Downloaded wait-timeout v0.2.0
10982024-05-30T03:16:26.992Z Downloaded serde_yaml v0.9.34+deprecated
10992024-05-30T03:16:26.993Z Downloaded num-derive v0.4.2
11002024-05-30T03:16:26.993Z Downloaded signal-hook-mio v0.2.3
11012024-05-30T03:16:26.993Z Downloaded serde-hex v0.1.0
11022024-05-30T03:16:26.993Z Downloaded pin-utils v0.1.0
11032024-05-30T03:16:26.993Z Downloaded socket2 v0.4.10
11042024-05-30T03:16:26.994Z Downloaded derive_builder v0.20.0
11052024-05-30T03:16:26.994Z Downloaded der_derive v0.7.2
11062024-05-30T03:16:26.994Z Downloaded proc-macro-error-attr v1.0.4
11072024-05-30T03:16:26.994Z Downloaded predicates-tree v1.0.9
11082024-05-30T03:16:26.995Z Downloaded rand v0.8.5
11092024-05-30T03:16:26.995Z Downloaded reqwest v0.11.27
11102024-05-30T03:16:26.995Z Downloaded predicates-core v1.0.6
11112024-05-30T03:16:26.995Z Downloaded usdt-impl v0.5.0
11122024-05-30T03:16:26.996Z Downloaded regex-automata v0.1.10
11132024-05-30T03:16:26.996Z Downloaded time-core v0.1.2
11142024-05-30T03:16:26.996Z Downloaded zerocopy v0.7.34
11152024-05-30T03:16:26.997Z Downloaded paste v1.0.15
11162024-05-30T03:16:26.997Z Downloaded ff v0.13.0
11172024-05-30T03:16:26.997Z Downloaded strum_macros v0.25.3
11182024-05-30T03:16:26.997Z Downloaded spin v0.5.2
11192024-05-30T03:16:26.997Z Downloaded rustfmt-wrapper v0.2.1
11202024-05-30T03:16:26.998Z Downloaded ppv-lite86 v0.2.17
11212024-05-30T03:16:26.998Z Downloaded curve25519-dalek-derive v0.1.1
11222024-05-30T03:16:26.998Z Downloaded pkg-config v0.3.30
11232024-05-30T03:16:26.998Z Downloaded pin-project-lite v0.2.14
11242024-05-30T03:16:26.998Z Downloaded half v2.4.1
11252024-05-30T03:16:26.998Z Downloaded password-hash v0.5.0
11262024-05-30T03:16:26.999Z Downloaded crossbeam-utils v0.8.19
11272024-05-30T03:16:26.999Z Downloaded ron v0.7.1
11282024-05-30T03:16:26.999Z Downloaded toml v0.7.8
11292024-05-30T03:16:26.999Z Downloaded diesel_derives v2.1.4
11302024-05-30T03:16:26.999Z Downloaded radium v0.7.0
11312024-05-30T03:16:27.000Z Downloaded tracing-attributes v0.1.27
11322024-05-30T03:16:27.000Z Downloaded signal-hook-registry v1.4.2
11332024-05-30T03:16:27.000Z Downloaded unicode-bidi v0.3.15
11342024-05-30T03:16:27.000Z Downloaded strum_macros v0.26.2
11352024-05-30T03:16:27.001Z Downloaded derive-where v1.2.7
11362024-05-30T03:16:27.001Z Downloaded num-traits v0.2.19
11372024-05-30T03:16:27.001Z Downloaded pin-project-internal v1.1.5
11382024-05-30T03:16:27.001Z Downloaded darling v0.20.9
11392024-05-30T03:16:27.002Z Downloaded toml_datetime v0.6.6
11402024-05-30T03:16:27.002Z Downloaded snafu-derive v0.8.2
11412024-05-30T03:16:27.002Z Downloaded vte v0.11.1
11422024-05-30T03:16:27.002Z Downloaded ron v0.8.1
11432024-05-30T03:16:27.002Z Downloaded flume v0.11.0
11442024-05-30T03:16:27.003Z Downloaded signal-hook v0.3.17
11452024-05-30T03:16:27.003Z Downloaded url v2.5.0
11462024-05-30T03:16:27.003Z Downloaded unicode_categories v0.1.1
11472024-05-30T03:16:27.003Z Downloaded plain v0.2.3
11482024-05-30T03:16:27.003Z Downloaded rsa v0.9.6
11492024-05-30T03:16:27.004Z Downloaded pin-project v1.1.5
11502024-05-30T03:16:27.004Z Downloaded tokio-postgres v0.7.10
11512024-05-30T03:16:27.004Z Downloaded socket2 v0.5.7
11522024-05-30T03:16:27.004Z Downloaded rcgen v0.12.1
11532024-05-30T03:16:27.004Z Downloaded expectorate v1.1.0
11542024-05-30T03:16:27.004Z Downloaded snafu v0.8.2
11552024-05-30T03:16:27.004Z Downloaded serde_with v3.8.1
11562024-05-30T03:16:27.004Z Downloaded tracing-core v0.1.32
11572024-05-30T03:16:27.004Z Downloaded serde v1.0.202
11582024-05-30T03:16:27.004Z Downloaded crossterm v0.27.0
11592024-05-30T03:16:27.004Z Downloaded chrono v0.4.38
11602024-05-30T03:16:27.004Z Downloaded bindgen v0.69.4
11612024-05-30T03:16:27.005Z Downloaded tracing v0.1.40
11622024-05-30T03:16:27.005Z Downloaded pest v2.7.10
11632024-05-30T03:16:27.005Z Downloaded quick-xml v0.31.0
11642024-05-30T03:16:27.005Z Downloaded toml_edit v0.19.15
11652024-05-30T03:16:27.005Z Downloaded idna v0.5.0
11662024-05-30T03:16:27.005Z Downloaded der v0.7.9
11672024-05-30T03:16:27.005Z Downloaded time v0.3.36
11682024-05-30T03:16:27.005Z Downloaded num-bigint v0.4.5
11692024-05-30T03:16:27.005Z Downloaded bstr v0.2.17
11702024-05-30T03:16:27.005Z Downloaded goblin v0.8.2
11712024-05-30T03:16:27.005Z Downloaded h2 v0.3.26
11722024-05-30T03:16:27.005Z Downloaded winnow v0.5.40
11732024-05-30T03:16:27.006Z Downloaded reedline v0.31.0
11742024-05-30T03:16:27.006Z Downloaded winnow v0.6.8
11752024-05-30T03:16:27.006Z Downloaded tough v0.17.1
11762024-05-30T03:16:27.006Z Downloaded proptest v1.4.0
11772024-05-30T03:16:27.006Z Downloaded webpki-roots v0.25.4
11782024-05-30T03:16:27.006Z Downloaded portable-atomic v1.6.0
11792024-05-30T03:16:27.028Z Downloaded polar-core v0.27.3
11802024-05-30T03:16:27.028Z Downloaded diesel v2.1.6
11812024-05-30T03:16:27.028Z Downloaded tabled v0.15.0
11822024-05-30T03:16:27.028Z Downloaded curve25519-dalek v4.1.2
11832024-05-30T03:16:27.028Z Downloaded rustls v0.22.4
11842024-05-30T03:16:27.028Z Downloaded radix_trie v0.2.1
11852024-05-30T03:16:27.028Z Downloaded libc v0.2.155
11862024-05-30T03:16:27.028Z Downloaded petgraph v0.6.5
11872024-05-30T03:16:27.028Z Downloaded regress v0.9.1
11882024-05-30T03:16:27.028Z Downloaded regex-syntax v0.8.3
11892024-05-30T03:16:27.029Z Downloaded openssl v0.10.64
11902024-05-30T03:16:27.029Z Downloaded object v0.32.2
11912024-05-30T03:16:27.029Z Downloaded bstr v1.9.1
11922024-05-30T03:16:27.029Z Downloaded regex-syntax v0.6.29
11932024-05-30T03:16:27.029Z Downloaded object v0.30.4
11942024-05-30T03:16:27.029Z Downloaded smoltcp v0.11.0
11952024-05-30T03:16:27.030Z Downloaded smoltcp v0.9.1
11962024-05-30T03:16:27.030Z Downloaded rustix v0.38.34
11972024-05-30T03:16:27.030Z Downloaded openapiv3 v2.0.0
11982024-05-30T03:16:27.030Z Downloaded syn v1.0.109
11992024-05-30T03:16:27.030Z Downloaded ratatui v0.26.2
12002024-05-30T03:16:27.030Z Downloaded num-bigint-dig v0.8.4
12012024-05-30T03:16:27.030Z Downloaded regex v1.10.4
12022024-05-30T03:16:27.030Z Downloaded gimli v0.28.1
12032024-05-30T03:16:27.030Z Downloaded sled v0.34.7
12042024-05-30T03:16:27.031Z Downloaded trust-dns-proto v0.22.0
12052024-05-30T03:16:27.031Z Downloaded zerocopy-derive v0.2.0
12062024-05-30T03:16:27.031Z Downloaded syn v2.0.64
12072024-05-30T03:16:27.031Z Downloaded serde_json v1.0.117
12082024-05-30T03:16:27.031Z Downloaded vcpkg v0.2.15
12092024-05-30T03:16:27.031Z Downloaded nix v0.28.0
12102024-05-30T03:16:27.031Z Downloaded zerocopy-derive v0.6.6
12112024-05-30T03:16:27.031Z Downloaded regex-automata v0.4.6
12122024-05-30T03:16:27.032Z Downloaded bzip2-sys v0.1.11+1.0.8
12132024-05-30T03:16:27.032Z Downloaded rustls v0.21.12
12142024-05-30T03:16:27.032Z Downloaded unicode-normalization v0.1.23
12152024-05-30T03:16:27.032Z Downloaded rustls-webpki v0.102.4
12162024-05-30T03:16:27.032Z Downloaded futures-util v0.3.30
12172024-05-30T03:16:27.048Z Downloaded idna v0.3.0
12182024-05-30T03:16:27.048Z Downloaded sqlparser v0.45.0
12192024-05-30T03:16:27.048Z Downloaded publicsuffix v2.2.3
12202024-05-30T03:16:27.048Z Downloaded tokio-util v0.7.11
12212024-05-30T03:16:27.074Z Downloaded finl_unicode v1.2.0
12222024-05-30T03:16:27.075Z Downloaded rayon v1.10.0
12232024-05-30T03:16:27.084Z Downloaded tokio v1.37.0
12242024-05-30T03:16:27.107Z Downloaded bitvec v1.0.1
12252024-05-30T03:16:27.124Z Downloaded csv v1.3.0
12262024-05-30T03:16:27.150Z Downloaded sha3 v0.10.8
12272024-05-30T03:16:27.158Z Downloaded hyper v0.14.28
12282024-05-30T03:16:27.158Z Downloaded steno v0.4.0
12292024-05-30T03:16:27.165Z Downloaded rustyline v14.0.0
12302024-05-30T03:16:27.166Z Downloaded samael v0.0.15
12312024-05-30T03:16:27.172Z Downloaded quick-error v1.2.3
12322024-05-30T03:16:27.172Z Downloaded usdt v0.3.5
12332024-05-30T03:16:27.172Z Downloaded flate2 v1.0.30
12342024-05-30T03:16:27.177Z Downloaded rustls-webpki v0.101.7
12352024-05-30T03:16:27.198Z Downloaded clap_builder v4.5.2
12362024-05-30T03:16:27.235Z Downloaded blake3 v1.5.1
12372024-05-30T03:16:27.236Z Downloaded ucd-trie v0.1.6
12382024-05-30T03:16:27.236Z Downloaded fd-lock v4.0.2
12392024-05-30T03:16:27.236Z Downloaded deranged v0.3.11
12402024-05-30T03:16:27.248Z Downloaded defmt-parser v0.3.4
12412024-05-30T03:16:27.248Z Downloaded slog-async v2.8.0
12422024-05-30T03:16:27.248Z Downloaded encoding_rs v0.8.34
12432024-05-30T03:16:27.248Z Downloaded num-complex v0.4.6
12442024-05-30T03:16:27.249Z Downloaded parse-size v1.0.0
12452024-05-30T03:16:27.249Z Downloaded number_prefix v0.4.0
12462024-05-30T03:16:27.249Z Downloaded serde-big-array v0.4.1
12472024-05-30T03:16:27.249Z Downloaded path-slash v0.1.5
12482024-05-30T03:16:27.249Z Downloaded supports-color v3.0.0
12492024-05-30T03:16:27.249Z Downloaded unicase v2.7.0
12502024-05-30T03:16:27.249Z Downloaded itertools v0.12.1
12512024-05-30T03:16:27.249Z Downloaded serde_derive v1.0.202
12522024-05-30T03:16:27.258Z Downloaded slog v2.7.0
12532024-05-30T03:16:27.258Z Downloaded unicode-ident v1.0.12
12542024-05-30T03:16:27.258Z Downloaded salty v0.2.0
12552024-05-30T03:16:27.258Z Downloaded toml_edit v0.22.13
12562024-05-30T03:16:27.276Z Downloaded rustc-demangle v0.1.24
12572024-05-30T03:16:27.280Z Downloaded toml v0.5.11
12582024-05-30T03:16:27.280Z Downloaded parse-display-derive v0.9.0
12592024-05-30T03:16:27.284Z Downloaded nu-ansi-term v0.50.0
12602024-05-30T03:16:27.284Z Downloaded itertools v0.10.5
12612024-05-30T03:16:27.294Z Downloaded idna v0.2.3
12622024-05-30T03:16:27.299Z Downloaded tokio-tungstenite v0.20.1
12632024-05-30T03:16:27.299Z Downloaded env_logger v0.9.3
12642024-05-30T03:16:27.303Z Downloaded tokio-tungstenite v0.21.0
12652024-05-30T03:16:27.306Z Downloaded tokio-rustls v0.24.1
12662024-05-30T03:16:27.306Z Downloaded slog-scope v4.4.0
12672024-05-30T03:16:27.307Z Downloaded proc-macro-crate v1.3.1
12682024-05-30T03:16:27.310Z Downloaded spin v0.9.8
12692024-05-30T03:16:27.310Z Downloaded tungstenite v0.20.1
12702024-05-30T03:16:27.313Z Downloaded thread_local v1.1.8
12712024-05-30T03:16:27.318Z Downloaded thiserror-no-std v2.0.2
12722024-05-30T03:16:27.319Z Downloaded rustls-pki-types v1.7.0
12732024-05-30T03:16:27.324Z Downloaded openssl-sys v0.9.102
12742024-05-30T03:16:27.328Z Downloaded hash32 v0.2.1
12752024-05-30T03:16:27.328Z Downloaded nom v7.1.3
12762024-05-30T03:16:27.331Z Downloaded defmt v0.3.8
12772024-05-30T03:16:27.336Z Downloaded debug-ignore v1.0.5
12782024-05-30T03:16:27.336Z Downloaded poly1305 v0.8.0
12792024-05-30T03:16:27.340Z Downloaded platforms v3.4.0
12802024-05-30T03:16:27.345Z Downloaded pem-rfc7468 v0.7.0
12812024-05-30T03:16:27.345Z Downloaded peg-macros v0.8.3
12822024-05-30T03:16:27.345Z Downloaded unicode-segmentation v1.11.0
12832024-05-30T03:16:27.361Z Downloaded display-error-chain v0.2.0
12842024-05-30T03:16:27.361Z Downloaded vsss-rs v3.3.4
12852024-05-30T03:16:27.364Z Downloaded utf-8 v0.7.6
12862024-05-30T03:16:27.364Z Downloaded parking_lot_core v0.8.6
12872024-05-30T03:16:27.365Z Downloaded parking_lot v0.12.2
12882024-05-30T03:16:27.365Z Downloaded omicron-zone-package v0.11.0
12892024-05-30T03:16:27.365Z Downloaded libm v0.2.8
12902024-05-30T03:16:27.368Z Downloaded rand_chacha v0.3.1
12912024-05-30T03:16:27.368Z Downloaded csv-core v0.1.11
12922024-05-30T03:16:27.391Z Downloaded trust-dns-server v0.22.1
12932024-05-30T03:16:27.409Z Downloaded futures-task v0.3.30
12942024-05-30T03:16:27.409Z Downloaded futures-sink v0.3.30
12952024-05-30T03:16:27.409Z Downloaded futures-macro v0.3.30
12962024-05-30T03:16:27.409Z Downloaded ryu v1.0.18
12972024-05-30T03:16:27.409Z Downloaded fatfs v0.3.6
12982024-05-30T03:16:27.409Z Downloaded zerocopy-derive v0.7.34
12992024-05-30T03:16:27.409Z Downloaded typenum v1.17.0
13002024-05-30T03:16:27.409Z Downloaded tempfile v3.10.1
13012024-05-30T03:16:27.409Z Downloaded tar v0.4.40
13022024-05-30T03:16:27.409Z Downloaded textwrap v0.16.1
13032024-05-30T03:16:27.409Z Downloaded mio v0.8.11
13042024-05-30T03:16:27.834Z Downloaded minimal-lexical v0.2.1
13052024-05-30T03:16:27.835Z Downloaded structmeta-derive v0.2.0
13062024-05-30T03:16:27.835Z Downloaded futures-executor v0.3.30
13072024-05-30T03:16:27.835Z Downloaded usdt-impl v0.3.5
13082024-05-30T03:16:27.835Z Downloaded rand_seeder v0.2.3
13092024-05-30T03:16:27.835Z Downloaded rand_core v0.6.4
13102024-05-30T03:16:27.835Z Downloaded term v0.7.0
13112024-05-30T03:16:27.835Z Downloaded sha2 v0.10.8
13122024-05-30T03:16:27.841Z Downloaded pkcs1 v0.7.5
13132024-05-30T03:16:27.841Z Downloaded owo-colors v4.0.0
13142024-05-30T03:16:27.841Z Downloaded unsafe-libyaml v0.2.11
13152024-05-30T03:16:27.841Z Downloaded oso-derive v0.27.3
13162024-05-30T03:16:27.841Z Downloaded olpc-cjson v0.1.3
13172024-05-30T03:16:27.841Z Downloaded num-iter v0.1.45
13182024-05-30T03:16:27.841Z Downloaded diff v0.1.13
13192024-05-30T03:16:27.841Z Downloaded schemars v0.8.20
13202024-05-30T03:16:27.841Z Downloaded postgres-types v0.2.6
13212024-05-30T03:16:27.842Z Downloaded postgres-protocol v0.6.6
13222024-05-30T03:16:27.842Z Downloaded heapless v0.8.0
13232024-05-30T03:16:27.842Z Downloaded swrite v0.1.0
13242024-05-30T03:16:27.842Z Downloaded serde_repr v0.1.19
13252024-05-30T03:16:27.842Z Downloaded tokio-native-tls v0.3.1
13262024-05-30T03:16:27.842Z Downloaded pest_derive v2.7.10
13272024-05-30T03:16:27.842Z Downloaded zerocopy v0.6.6
13282024-05-30T03:16:27.842Z Downloaded tinyvec v1.6.0
13292024-05-30T03:16:27.842Z Downloaded packed_struct v0.10.1
13302024-05-30T03:16:27.842Z Downloaded parking_lot v0.11.2
13312024-05-30T03:16:27.842Z Downloaded smallvec v1.13.2
13322024-05-30T03:16:27.842Z Downloaded openssl-macros v0.1.1
13332024-05-30T03:16:27.843Z Downloaded opaque-debug v0.3.1
13342024-05-30T03:16:27.843Z Downloaded same-file v1.0.6
13352024-05-30T03:16:27.843Z Downloaded rusty-fork v0.3.0
13362024-05-30T03:16:27.843Z Downloaded bytes v1.6.0
13372024-05-30T03:16:27.843Z Downloaded base64 v0.21.7
13382024-05-30T03:16:27.843Z Downloaded arc-swap v1.7.1
13392024-05-30T03:16:27.843Z Downloaded either v1.12.0
13402024-05-30T03:16:27.843Z Downloaded getopts v0.2.21
13412024-05-30T03:16:27.843Z Downloaded generic-array v0.14.7
13422024-05-30T03:16:27.843Z Downloaded difflib v0.4.0
13432024-05-30T03:16:27.843Z Downloaded slog-term v2.9.1
13442024-05-30T03:16:27.843Z Downloaded mockall v0.12.1
13452024-05-30T03:16:27.844Z Downloaded cookie_store v0.20.0
13462024-05-30T03:16:27.844Z Downloaded cookie v0.18.1
13472024-05-30T03:16:27.844Z Downloaded compact_str v0.7.1
13482024-05-30T03:16:27.844Z Downloaded atomic-waker v1.1.2
13492024-05-30T03:16:27.844Z Downloaded base64ct v1.6.0
13502024-05-30T03:16:27.844Z Downloaded smallvec v0.6.14
13512024-05-30T03:16:27.844Z Downloaded memmap2 v0.9.4
13522024-05-30T03:16:27.844Z Downloaded indexmap v1.9.3
13532024-05-30T03:16:27.844Z Downloaded foreign-types v0.3.2
13542024-05-30T03:16:27.844Z Downloaded endian-type v0.1.2
13552024-05-30T03:16:27.844Z Downloaded serde_tokenstream v0.2.0
13562024-05-30T03:16:27.844Z Downloaded serde_tokenstream v0.1.7
13572024-05-30T03:16:27.844Z Downloaded resolv-conf v0.7.0
13582024-05-30T03:16:27.845Z Downloaded ref-cast-impl v1.0.23
13592024-05-30T03:16:27.845Z Downloaded multer v3.1.0
13602024-05-30T03:16:27.845Z Downloaded log v0.4.21
13612024-05-30T03:16:27.845Z Downloaded lazy_static v1.4.0
13622024-05-30T03:16:27.845Z Downloaded ipnet v2.9.0
13632024-05-30T03:16:27.845Z Downloaded chacha20poly1305 v0.10.1
13642024-05-30T03:16:27.845Z Downloaded ahash v0.8.11
13652024-05-30T03:16:27.845Z Downloaded cookie v0.17.0
13662024-05-30T03:16:27.845Z Downloaded schemars_derive v0.8.20
13672024-05-30T03:16:27.845Z Downloaded linear-map v1.2.0
13682024-05-30T03:16:27.845Z Downloaded itoa v1.0.11
13692024-05-30T03:16:27.845Z Downloaded is_terminal_polyfill v1.70.0
13702024-05-30T03:16:27.845Z Downloaded httpdate v1.0.3
13712024-05-30T03:16:27.846Z Downloaded bcs v0.1.6
13722024-05-30T03:16:27.846Z Downloaded md-5 v0.10.6
13732024-05-30T03:16:27.846Z Downloaded lru v0.12.3
13742024-05-30T03:16:27.846Z Downloaded keccak v0.1.5
13752024-05-30T03:16:27.846Z Downloaded inout v0.1.3
13762024-05-30T03:16:27.846Z Downloaded newtype_derive v0.1.6
13772024-05-30T03:16:27.846Z Downloaded anyhow v1.0.83
13782024-05-30T03:16:27.846Z Downloaded allocator-api2 v0.2.18
13792024-05-30T03:16:27.846Z Downloaded libsw v3.3.1
13802024-05-30T03:16:27.846Z Downloaded libloading v0.8.3
13812024-05-30T03:16:27.846Z Downloaded iana-time-zone v0.1.60
13822024-05-30T03:16:27.846Z Downloaded clap_derive v4.5.4
13832024-05-30T03:16:27.846Z Downloaded cassowary v0.3.0
13842024-05-30T03:16:27.847Z Downloaded camino-tempfile v1.1.1
13852024-05-30T03:16:27.847Z Downloaded cpufeatures v0.2.12
13862024-05-30T03:16:27.847Z Downloaded cobs v0.2.3
13872024-05-30T03:16:27.847Z Downloaded backoff v0.4.0
13882024-05-30T03:16:27.847Z Downloaded ciborium-ll v0.2.2
13892024-05-30T03:16:27.847Z Downloaded cfg-if v1.0.0
13902024-05-30T03:16:27.847Z Downloaded anstyle v1.0.7
13912024-05-30T03:16:27.847Z Downloaded hubpack_derive v0.1.1
13922024-05-30T03:16:27.847Z Downloaded kstat-rs v0.2.3
13932024-05-30T03:16:27.847Z Downloaded hyper-staticfile v0.9.5
13942024-05-30T03:16:27.847Z Downloaded const_format_proc_macros v0.2.32
13952024-05-30T03:16:27.847Z Downloaded highway v1.1.0
13962024-05-30T03:16:27.847Z Downloaded block-buffer v0.10.4
13972024-05-30T03:16:27.848Z Downloaded castaway v0.2.2
13982024-05-30T03:16:27.848Z Downloaded block-padding v0.3.3
13992024-05-30T03:16:27.848Z Downloaded blake2 v0.10.6
14002024-05-30T03:16:27.848Z Downloaded bb8 v0.8.3
14012024-05-30T03:16:27.848Z Downloaded async-recursion v1.1.1
14022024-05-30T03:16:27.848Z Downloaded arrayvec v0.7.4
14032024-05-30T03:16:27.848Z Downloaded humantime v2.1.0
14042024-05-30T03:16:27.848Z Downloaded hashbrown v0.12.3
14052024-05-30T03:16:27.848Z Downloaded async-trait v0.1.80
14062024-05-30T03:16:27.848Z Downloaded async-stream-impl v0.3.5
14072024-05-30T03:16:27.848Z Downloaded autocfg v1.3.0
14082024-05-30T03:16:27.848Z Downloaded home v0.5.9
14092024-05-30T03:16:27.848Z Downloaded ring v0.17.8
14102024-05-30T03:16:27.849Z Downloaded heck v0.5.0
14112024-05-30T03:16:27.849Z Downloaded heck v0.3.3
14122024-05-30T03:16:27.854Z Downloaded buf-list v1.0.3
14132024-05-30T03:16:27.854Z Downloaded ascii-canvas v3.0.0
14142024-05-30T03:16:27.854Z Downloaded hkdf v0.12.4
14152024-05-30T03:16:27.854Z Downloaded arrayref v0.3.7
14162024-05-30T03:16:27.854Z Downloaded array-init v0.0.4
14172024-05-30T03:16:27.855Z Downloaded anstream v0.6.14
14182024-05-30T03:16:27.855Z Downloaded base16ct v0.2.0
14192024-05-30T03:16:27.855Z Downloaded atomicwrites v0.4.3
14202024-05-30T03:16:27.855Z Downloaded ring v0.16.20
14212024-05-30T03:16:28.309Z Compiling proc-macro2 v1.0.82
14222024-05-30T03:16:28.309Z Compiling unicode-ident v1.0.12
14232024-05-30T03:16:28.340Z Compiling libc v0.2.155
14242024-05-30T03:16:28.340Z Compiling serde v1.0.202
14252024-05-30T03:16:28.340Z Compiling autocfg v1.3.0
14262024-05-30T03:16:28.351Z Compiling version_check v0.9.4
14272024-05-30T03:16:28.351Z Compiling cfg-if v1.0.0
14282024-05-30T03:16:28.482Z Compiling cc v1.0.97
14292024-05-30T03:16:28.517Z Compiling parking_lot_core v0.9.10
14302024-05-30T03:16:28.565Z Compiling once_cell v1.19.0
14312024-05-30T03:16:28.961Z Compiling libm v0.2.8
14322024-05-30T03:16:29.100Z Compiling ahash v0.8.11
14332024-05-30T03:16:29.601Z Compiling lock_api v0.4.12
14342024-05-30T03:16:30.225Z Compiling serde_json v1.0.117
14352024-05-30T03:16:30.229Z Compiling byteorder v1.5.0
14362024-05-30T03:16:30.229Z Compiling num-traits v0.2.19
14372024-05-30T03:16:30.229Z Compiling memchr v2.7.2
14382024-05-30T03:16:30.990Z Compiling thiserror v1.0.60
14392024-05-30T03:16:31.410Z Compiling typenum v1.17.0
14402024-05-30T03:16:31.410Z Compiling log v0.4.21
14412024-05-30T03:16:31.410Z Compiling generic-array v0.14.7
14422024-05-30T03:16:31.421Z Compiling itoa v1.0.11
14432024-05-30T03:16:31.421Z Compiling quote v1.0.36
14442024-05-30T03:16:31.963Z Compiling getrandom v0.2.14
14452024-05-30T03:16:31.969Z Compiling scopeguard v1.2.0
14462024-05-30T03:16:31.970Z Compiling syn v2.0.64
14472024-05-30T03:16:32.081Z Compiling allocator-api2 v0.2.18
14482024-05-30T03:16:32.153Z Compiling slab v0.4.9
14492024-05-30T03:16:32.465Z Compiling ring v0.17.8
14502024-05-30T03:16:32.474Z Compiling ryu v1.0.18
14512024-05-30T03:16:32.554Z Compiling smallvec v1.13.2
14522024-05-30T03:16:32.592Z Compiling schemars v0.8.20
14532024-05-30T03:16:32.762Z Compiling pin-project-lite v0.2.14
14542024-05-30T03:16:32.953Z Compiling semver v1.0.23
14552024-05-30T03:16:33.104Z Compiling syn v1.0.109
14562024-05-30T03:16:33.122Z Compiling equivalent v1.0.1
14572024-05-30T03:16:33.410Z Compiling parking_lot v0.12.2
14582024-05-30T03:16:34.053Z Compiling pkg-config v0.3.30
14592024-05-30T03:16:34.070Z Compiling vcpkg v0.2.15
14602024-05-30T03:16:34.070Z Compiling signal-hook-registry v1.4.2
14612024-05-30T03:16:35.032Z Compiling mio v0.8.11
14622024-05-30T03:16:35.628Z Compiling openssl-sys v0.9.102
14632024-05-30T03:16:36.044Z Compiling fnv v1.0.7
14642024-05-30T03:16:36.177Z Compiling rand_core v0.6.4
14652024-05-30T03:16:36.350Z Compiling num_cpus v1.16.0
14662024-05-30T03:16:36.489Z Compiling socket2 v0.5.7
14672024-05-30T03:16:36.580Z Compiling num-conv v0.1.0
14682024-05-30T03:16:36.654Z Compiling time-core v0.1.2
14692024-05-30T03:16:36.918Z Compiling time-macros v0.2.18
14702024-05-30T03:16:37.096Z Compiling httparse v1.8.0
14712024-05-30T03:16:37.712Z Compiling futures-core v0.3.30
14722024-05-30T03:16:37.972Z Compiling openssl v0.10.64
14732024-05-30T03:16:38.405Z Compiling rustix v0.38.34
14742024-05-30T03:16:38.421Z Compiling iana-time-zone v0.1.60
14752024-05-30T03:16:38.492Z Compiling crossbeam-utils v0.8.19
14762024-05-30T03:16:39.075Z Compiling spin v0.9.8
14772024-05-30T03:16:39.142Z Compiling tinyvec_macros v0.1.1
14782024-05-30T03:16:39.225Z Compiling rustls v0.21.12
14792024-05-30T03:16:39.279Z Compiling native-tls v0.2.11
14802024-05-30T03:16:39.486Z Compiling serde_derive_internals v0.29.1
14812024-05-30T03:16:39.952Z Compiling tinyvec v1.6.0
14822024-05-30T03:16:40.147Z Compiling futures-sink v0.3.30
14832024-05-30T03:16:40.269Z Compiling subtle v2.5.0
14842024-05-30T03:16:40.419Z Compiling const-oid v0.9.6
14852024-05-30T03:16:40.552Z Compiling ucd-trie v0.1.6
14862024-05-30T03:16:40.894Z Compiling unicode-normalization v0.1.23
14872024-05-30T03:16:41.242Z Compiling backtrace v0.3.71
14882024-05-30T03:16:41.643Z Compiling cookie v0.17.0
14892024-05-30T03:16:41.718Z Compiling heck v0.5.0
14902024-05-30T03:16:41.799Z Compiling slog v2.7.0
14912024-05-30T03:16:42.065Z Compiling heck v0.4.1
14922024-05-30T03:16:42.493Z Compiling unicode-bidi v0.3.15
14932024-05-30T03:16:42.493Z Compiling dyn-clone v1.0.17
14942024-05-30T03:16:42.494Z Compiling futures-channel v0.3.30
14952024-05-30T03:16:43.056Z Compiling futures-task v0.3.30
14962024-05-30T03:16:43.483Z Compiling pin-utils v0.1.0
14972024-05-30T03:16:43.484Z Compiling strsim v0.11.1
14982024-05-30T03:16:43.484Z Compiling futures-io v0.3.30
14992024-05-30T03:16:43.603Z Compiling aho-corasick v1.1.3
15002024-05-30T03:16:43.778Z Compiling untrusted v0.9.0
15012024-05-30T03:16:43.986Z Compiling anyhow v1.0.83
15022024-05-30T03:16:44.274Z Compiling regex-syntax v0.8.3
15032024-05-30T03:16:44.516Z Compiling winnow v0.5.40
15042024-05-30T03:16:45.085Z Compiling serde_derive v1.0.202
15052024-05-30T03:16:45.868Z Compiling zerocopy-derive v0.7.34
15062024-05-30T03:16:46.248Z Compiling zeroize_derive v1.4.2
15072024-05-30T03:16:48.141Z Compiling thiserror-impl v1.0.60
15082024-05-30T03:16:48.175Z Compiling zerocopy v0.7.34
15092024-05-30T03:16:48.600Z Compiling tokio-macros v2.2.0
15102024-05-30T03:16:48.601Z Compiling futures-macro v0.3.30
15112024-05-30T03:16:48.601Z Compiling schemars_derive v0.8.20
15122024-05-30T03:16:50.216Z Compiling hashbrown v0.14.5
15132024-05-30T03:16:50.270Z Compiling tracing-attributes v0.1.27
15142024-05-30T03:16:50.286Z Compiling zeroize v1.7.0
15152024-05-30T03:16:51.299Z Compiling openssl-macros v0.1.1
15162024-05-30T03:16:51.647Z Compiling scroll_derive v0.12.0
15172024-05-30T03:16:52.020Z Compiling pest v2.7.10
15182024-05-30T03:16:52.924Z Compiling crypto-common v0.1.6
15192024-05-30T03:16:52.925Z Compiling futures-util v0.3.30
15202024-05-30T03:16:53.872Z Compiling der_derive v0.7.2
15212024-05-30T03:16:53.873Z Compiling block-buffer v0.10.4
15222024-05-30T03:16:53.894Z Compiling regex-automata v0.4.6
15232024-05-30T03:16:54.757Z Compiling pest_meta v2.7.10
15242024-05-30T03:16:55.480Z Compiling tracing-core v0.1.32
15252024-05-30T03:16:58.340Z Compiling pest_generator v2.7.10
15262024-05-30T03:16:58.786Z Compiling bytes v1.6.0
15272024-05-30T03:16:59.808Z Compiling indexmap v2.2.6
15282024-05-30T03:17:00.016Z Compiling uuid v1.8.0
15292024-05-30T03:17:00.687Z Compiling tokio v1.37.0
15302024-05-30T03:17:01.320Z Compiling chrono v0.4.38
15312024-05-30T03:17:01.332Z Compiling bitflags v2.5.0
15322024-05-30T03:17:01.903Z Compiling serde_tokenstream v0.2.0
15332024-05-30T03:17:02.389Z Compiling toml_datetime v0.6.6
15342024-05-30T03:17:02.869Z Compiling serde_spanned v0.6.6
15352024-05-30T03:17:03.588Z Compiling http v0.2.12
15362024-05-30T03:17:04.020Z Compiling toml_edit v0.19.15
15372024-05-30T03:17:05.952Z Compiling rustc_version v0.4.0
15382024-05-30T03:17:06.644Z Compiling pest_derive v2.7.10
15392024-05-30T03:17:07.074Z Compiling usdt-impl v0.5.0
15402024-05-30T03:17:07.439Z Compiling rustversion v1.0.17
15412024-05-30T03:17:07.466Z Compiling powerfmt v0.2.0
15422024-05-30T03:17:08.019Z Compiling deranged v0.3.11
15432024-05-30T03:17:08.195Z Compiling heapless v0.7.17
15442024-05-30T03:17:08.639Z Compiling tracing v0.1.40
15452024-05-30T03:17:08.889Z Compiling digest v0.10.7
15462024-05-30T03:17:09.352Z Compiling scroll v0.12.0
15472024-05-30T03:17:09.972Z Compiling percent-encoding v2.3.1
15482024-05-30T03:17:10.159Z Compiling signal-hook v0.3.17
15492024-05-30T03:17:10.440Z Compiling num_threads v0.1.7
15502024-05-30T03:17:10.590Z Compiling plain v0.2.3
15512024-05-30T03:17:10.620Z Compiling ppv-lite86 v0.2.17
15522024-05-30T03:17:10.754Z Compiling goblin v0.8.2
15532024-05-30T03:17:10.968Z Compiling time v0.3.36
15542024-05-30T03:17:11.391Z Compiling rand_chacha v0.3.1
15552024-05-30T03:17:12.429Z Compiling regex v1.10.4
15562024-05-30T03:17:13.762Z Compiling crc32fast v1.4.0
15572024-05-30T03:17:14.417Z Compiling pretty-hex v0.4.1
15582024-05-30T03:17:16.083Z Compiling rand v0.8.5
15592024-05-30T03:17:17.204Z Compiling dof v0.3.0
15602024-05-30T03:17:17.231Z Compiling tokio-util v0.7.11
15612024-05-30T03:17:18.212Z Compiling dtrace-parser v0.2.0
15622024-05-30T03:17:19.089Z Compiling async-trait v0.1.80
15632024-05-30T03:17:19.188Z Compiling thread-id v4.2.1
15642024-05-30T03:17:19.324Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15652024-05-30T03:17:20.006Z Compiling base64ct v1.6.0
15662024-05-30T03:17:20.082Z Compiling smoltcp v0.9.1
15672024-05-30T03:17:20.288Z Compiling foreign-types-shared v0.1.1
15682024-05-30T03:17:20.356Z Compiling unicode-width v0.1.12
15692024-05-30T03:17:20.404Z Compiling foreign-types v0.3.2
15702024-05-30T03:17:20.508Z Compiling pem-rfc7468 v0.7.0
15712024-05-30T03:17:21.649Z Compiling form_urlencoded v1.2.1
15722024-05-30T03:17:22.061Z Compiling hmac v0.12.1
15732024-05-30T03:17:22.555Z Compiling siphasher v0.3.11
15742024-05-30T03:17:22.555Z Compiling try-lock v0.2.5
15752024-05-30T03:17:22.556Z Compiling base64 v0.21.7
15762024-05-30T03:17:22.778Z Compiling adler v1.0.2
15772024-05-30T03:17:22.890Z Compiling flagset v0.4.5
15782024-05-30T03:17:22.997Z Compiling der v0.7.9
15792024-05-30T03:17:23.009Z Compiling miniz_oxide v0.7.2
15802024-05-30T03:17:23.268Z Compiling want v0.3.1
15812024-05-30T03:17:23.973Z Compiling h2 v0.3.26
15822024-05-30T03:17:24.931Z Compiling sct v0.7.1
15832024-05-30T03:17:25.240Z Compiling rustls-webpki v0.101.7
15842024-05-30T03:17:26.314Z Compiling http-body v0.4.6
15852024-05-30T03:17:27.002Z Compiling openapiv3 v2.0.0
15862024-05-30T03:17:27.471Z Compiling hubpack_derive v0.1.1
15872024-05-30T03:17:27.749Z Compiling zerocopy-derive v0.6.6
15882024-05-30T03:17:27.972Z Compiling idna v0.5.0
15892024-05-30T03:17:28.351Z Compiling errno v0.3.9
15902024-05-30T03:17:28.609Z Compiling fs-err v2.11.0
15912024-05-30T03:17:28.854Z Compiling httpdate v1.0.3
15922024-05-30T03:17:29.281Z Compiling utf8parse v0.2.1
15932024-05-30T03:17:29.385Z Compiling openssl-probe v0.1.5
15942024-05-30T03:17:29.447Z Compiling anstyle v1.0.7
15952024-05-30T03:17:29.715Z Compiling finl_unicode v1.2.0
15962024-05-30T03:17:30.139Z Compiling spin v0.5.2
15972024-05-30T03:17:30.139Z Compiling tower-service v0.3.2
15982024-05-30T03:17:30.303Z Compiling stable_deref_trait v1.2.0
15992024-05-30T03:17:30.337Z Compiling gimli v0.28.1
16002024-05-30T03:17:30.440Z Compiling cpufeatures v0.2.12
16012024-05-30T03:17:30.557Z Compiling sha2 v0.10.8
16022024-05-30T03:17:30.673Z Compiling stringprep v0.1.4
16032024-05-30T03:17:31.344Z Compiling hyper v0.14.28
16042024-05-30T03:17:31.864Z Compiling anstyle-parse v0.2.4
16052024-05-30T03:17:32.213Z Compiling url v2.5.0
16062024-05-30T03:17:35.116Z Compiling addr2line v0.21.0
16072024-05-30T03:17:35.989Z Compiling spki v0.7.3
16082024-05-30T03:17:36.777Z Compiling usdt-attr-macro v0.5.0
16092024-05-30T03:17:37.059Z Compiling usdt-macro v0.5.0
16102024-05-30T03:17:38.445Z Compiling md-5 v0.10.6
16112024-05-30T03:17:41.127Z Compiling idna v0.3.0
16122024-05-30T03:17:42.599Z Compiling diesel_table_macro_syntax v0.1.0
16132024-05-30T03:17:42.617Z Compiling num-integer v0.1.46
16142024-05-30T03:17:42.861Z Compiling object v0.32.2
16152024-05-30T03:17:43.394Z Compiling hash32 v0.2.1
16162024-05-30T03:17:44.732Z Compiling colorchoice v1.0.1
16172024-05-30T03:17:44.900Z Compiling psl-types v2.0.11
16182024-05-30T03:17:45.501Z Compiling rustc-demangle v0.1.24
16192024-05-30T03:17:48.351Z Compiling fallible-iterator v0.2.0
16202024-05-30T03:17:48.783Z Compiling is_terminal_polyfill v1.70.0
16212024-05-30T03:17:48.935Z Compiling anstyle-query v1.0.3
16222024-05-30T03:17:49.099Z Compiling anstream v0.6.14
16232024-05-30T03:17:49.124Z Compiling postgres-protocol v0.6.6
16242024-05-30T03:17:50.878Z Compiling lazy_static v1.4.0
16252024-05-30T03:17:51.533Z Compiling publicsuffix v2.2.3
16262024-05-30T03:17:51.614Z Compiling diesel_derives v2.1.4
16272024-05-30T03:17:52.855Z Compiling tokio-rustls v0.24.1
16282024-05-30T03:17:57.962Z Compiling pkcs8 v0.10.2
16292024-05-30T03:17:58.468Z Compiling terminal_size v0.3.0
16302024-05-30T03:17:58.513Z Compiling tokio-native-tls v0.3.1
16312024-05-30T03:17:58.805Z Compiling phf_shared v0.11.2
16322024-05-30T03:17:59.852Z Compiling strum_macros v0.25.3
16332024-05-30T03:18:00.446Z Compiling block-padding v0.3.3
16342024-05-30T03:18:00.682Z Compiling regress v0.9.1
16352024-05-30T03:18:00.719Z Compiling enum-as-inner v0.5.1
16362024-05-30T03:18:01.109Z Compiling serde_repr v0.1.19
16372024-05-30T03:18:01.725Z Compiling clap_derive v4.5.4
16382024-05-30T03:18:03.930Z Compiling ff v0.13.0
16392024-05-30T03:18:04.222Z Compiling scheduled-thread-pool v0.2.7
16402024-05-30T03:18:05.535Z Compiling encoding_rs v0.8.34
16412024-05-30T03:18:06.358Z Compiling managed v0.8.0
16422024-05-30T03:18:06.358Z Compiling base16ct v0.2.0
16432024-05-30T03:18:06.358Z Compiling matches v0.1.10
16442024-05-30T03:18:06.358Z Compiling ipnet v2.9.0
16452024-05-30T03:18:06.359Z Compiling bitflags v1.3.2
16462024-05-30T03:18:06.390Z Compiling either v1.12.0
16472024-05-30T03:18:06.477Z Compiling ident_case v1.0.1
16482024-05-30T03:18:07.321Z Compiling bit-vec v0.6.3
16492024-05-30T03:18:07.483Z Compiling clap_lex v0.7.0
16502024-05-30T03:18:07.762Z Compiling mime v0.3.17
16512024-05-30T03:18:08.038Z Compiling clap_builder v4.5.2
16522024-05-30T03:18:09.249Z Compiling darling_core v0.20.9
16532024-05-30T03:18:10.480Z Compiling idna v0.2.3
16542024-05-30T03:18:12.028Z Compiling sec1 v0.7.3
16552024-05-30T03:18:14.245Z Compiling r2d2 v0.8.10
16562024-05-30T03:18:14.635Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16572024-05-30T03:18:15.733Z Compiling group v0.13.0
16582024-05-30T03:18:16.064Z Compiling inout v0.1.3
16592024-05-30T03:18:16.671Z Compiling phf v0.11.2
16602024-05-30T03:18:17.091Z Compiling hyper-tls v0.5.0
16612024-05-30T03:18:17.092Z Compiling signal-hook-mio v0.2.3
16622024-05-30T03:18:17.195Z Compiling hyper-rustls v0.24.2
16632024-05-30T03:18:17.531Z Compiling cookie_store v0.20.0
16642024-05-30T03:18:17.598Z Compiling postgres-types v0.2.6
16652024-05-30T03:18:17.895Z Compiling num-bigint v0.4.5
16662024-05-30T03:18:18.908Z Compiling zerocopy v0.6.6
16672024-05-30T03:18:19.050Z Compiling hubpack v0.1.2
16682024-05-30T03:18:19.102Z Compiling rustls-pemfile v1.0.4
16692024-05-30T03:18:19.515Z Compiling phf_shared v0.10.0
16702024-05-30T03:18:19.553Z Compiling hkdf v0.12.4
16712024-05-30T03:18:19.789Z Compiling serde_urlencoded v0.7.1
16722024-05-30T03:18:19.940Z Compiling crossbeam-epoch v0.9.18
16732024-05-30T03:18:20.267Z Compiling ipnetwork v0.20.0
16742024-05-30T03:18:20.407Z Compiling futures-executor v0.3.30
16752024-05-30T03:18:21.217Z Compiling crypto-bigint v0.5.5
16762024-05-30T03:18:21.592Z Compiling float-cmp v0.9.0
16772024-05-30T03:18:21.629Z Compiling memmap v0.7.0
16782024-05-30T03:18:21.937Z Compiling predicates-core v1.0.6
16792024-05-30T03:18:22.272Z Compiling winnow v0.6.8
16802024-05-30T03:18:22.385Z Compiling fixedbitset v0.4.2
16812024-05-30T03:18:22.789Z Compiling webpki-roots v0.25.4
16822024-05-30T03:18:22.980Z Compiling unicode-segmentation v1.11.0
16832024-05-30T03:18:23.808Z Compiling data-encoding v2.6.0
16842024-05-30T03:18:24.262Z Compiling minimal-lexical v0.2.1
16852024-05-30T03:18:25.189Z Compiling precomputed-hash v0.1.1
16862024-05-30T03:18:25.211Z Compiling static_assertions v1.1.0
16872024-05-30T03:18:25.211Z Compiling new_debug_unreachable v1.0.6
16882024-05-30T03:18:25.211Z Compiling normalize-line-endings v0.3.0
16892024-05-30T03:18:25.211Z Compiling difflib v0.4.0
16902024-05-30T03:18:25.279Z Compiling whoami v1.5.1
16912024-05-30T03:18:25.475Z Compiling sync_wrapper v0.1.2
16922024-05-30T03:18:25.803Z Compiling toml_edit v0.22.13
16932024-05-30T03:18:26.100Z Compiling tokio-postgres v0.7.10
16942024-05-30T03:18:26.417Z Compiling reqwest v0.11.27
16952024-05-30T03:18:27.433Z Compiling predicates v3.1.0
16962024-05-30T03:18:27.686Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16972024-05-30T03:18:28.442Z Compiling string_cache v0.8.7
16982024-05-30T03:18:28.887Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16992024-05-30T03:18:29.079Z Compiling nom v7.1.3
17002024-05-30T03:18:30.865Z Compiling trust-dns-proto v0.22.0
17012024-05-30T03:18:31.740Z Compiling elliptic-curve v0.13.8
17022024-05-30T03:18:32.510Z Compiling similar v2.5.0
17032024-05-30T03:18:32.944Z Compiling petgraph v0.6.5
17042024-05-30T03:18:33.908Z Compiling usdt v0.5.0
17052024-05-30T03:18:35.145Z Compiling diesel v2.1.6
17062024-05-30T03:18:35.145Z Compiling futures v0.3.30
17072024-05-30T03:18:35.145Z Compiling yasna v0.5.2
17082024-05-30T03:18:35.488Z Compiling crossterm v0.27.0
17092024-05-30T03:18:35.549Z Compiling flate2 v1.0.30
17102024-05-30T03:18:36.682Z Compiling cipher v0.4.4
17112024-05-30T03:18:36.742Z Compiling darling_macro v0.20.9
17122024-05-30T03:18:37.662Z Compiling clap v4.5.4
17132024-05-30T03:18:37.709Z Compiling bit-set v0.5.3
17142024-05-30T03:18:37.847Z Compiling itertools v0.10.5
17152024-05-30T03:18:38.046Z Compiling itertools v0.12.1
17162024-05-30T03:18:38.504Z Compiling console v0.15.8
17172024-05-30T03:18:38.848Z Compiling num-iter v0.1.45
17182024-05-30T03:18:39.631Z Compiling tokio-stream v0.1.15
17192024-05-30T03:18:39.845Z Compiling toml v0.7.8
17202024-05-30T03:18:39.871Z Compiling bstr v1.9.1
17212024-05-30T03:18:40.654Z Compiling hex v0.4.3
17222024-05-30T03:18:41.597Z Compiling lalrpop-util v0.19.12
17232024-05-30T03:18:42.030Z Compiling peg-runtime v0.8.3
17242024-05-30T03:18:42.030Z Compiling darling v0.20.9
17252024-05-30T03:18:42.047Z Compiling proc-macro-crate v1.3.1
17262024-05-30T03:18:42.861Z Compiling heapless v0.8.0
17272024-05-30T03:18:43.521Z Compiling camino v1.1.7
17282024-05-30T03:18:45.427Z Compiling num_enum_derive v0.5.11
17292024-05-30T03:18:50.723Z Compiling hash32 v0.3.1
17302024-05-30T03:18:52.835Z Compiling rustls-pki-types v1.7.0
17312024-05-30T03:18:53.880Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17322024-05-30T03:18:54.060Z Compiling smoltcp v0.11.0
17332024-05-30T03:19:03.386Z Compiling num_enum v0.5.11
17342024-05-30T03:19:05.909Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17352024-05-30T03:19:06.430Z Compiling getopts v0.2.21
17362024-05-30T03:19:08.197Z Compiling dirs-sys-next v0.1.2
17372024-05-30T03:19:08.879Z Compiling proc-macro-error-attr v1.0.4
17382024-05-30T03:19:09.178Z Compiling rustls v0.22.4
17392024-05-30T03:19:09.284Z Compiling embedded-io v0.4.0
17402024-05-30T03:19:09.492Z Compiling cobs v0.2.3
17412024-05-30T03:19:09.543Z Compiling paste v1.0.15
17422024-05-30T03:19:09.583Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17432024-05-30T03:19:10.506Z Compiling unsafe-libyaml v0.2.11
17442024-05-30T03:19:11.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452024-05-30T03:19:12.109Z Compiling serde_yaml v0.9.34+deprecated
17462024-05-30T03:19:12.426Z Compiling postcard v1.0.8
17472024-05-30T03:19:13.670Z Compiling dirs-next v2.0.0
17482024-05-30T03:19:16.317Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17492024-05-30T03:19:22.049Z Compiling rustls-webpki v0.102.4
17502024-05-30T03:19:27.903Z Compiling strum_macros v0.26.2
17512024-05-30T03:19:28.919Z Compiling structmeta-derive v0.3.0
17522024-05-30T03:19:29.412Z Compiling foreign-types-macros v0.2.3
17532024-05-30T03:19:30.989Z Compiling thread_local v1.1.8
17542024-05-30T03:19:31.010Z Compiling proc-macro-error v1.0.4
17552024-05-30T03:19:31.319Z Compiling multer v3.1.0
17562024-05-30T03:19:31.629Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17572024-05-30T03:19:31.760Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17582024-05-30T03:19:31.875Z Compiling slog-async v2.8.0
17592024-05-30T03:19:32.151Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17602024-05-30T03:19:32.307Z Compiling match_cfg v0.1.0
17612024-05-30T03:19:33.015Z Compiling foreign-types-shared v0.3.1
17622024-05-30T03:19:37.444Z Compiling foreign-types v0.5.0
17632024-05-30T03:19:40.025Z Compiling strum v0.26.2
17642024-05-30T03:19:40.107Z Compiling hostname v0.3.1
17652024-05-30T03:19:40.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17662024-05-30T03:19:41.088Z Compiling structmeta v0.3.0
17672024-05-30T03:19:44.985Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17682024-05-30T03:19:55.124Z Compiling term v0.7.0
17692024-05-30T03:19:58.493Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17702024-05-30T03:19:59.670Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17712024-05-30T03:20:00.747Z Compiling slog-json v2.6.1
17722024-05-30T03:20:00.859Z Compiling tabwriter v1.4.0
17732024-05-30T03:20:01.286Z Compiling crossbeam-channel v0.5.12
17742024-05-30T03:20:02.998Z Compiling http v1.1.0
17752024-05-30T03:20:03.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17762024-05-30T03:20:03.857Z Compiling async-stream-impl v0.3.5
17772024-05-30T03:20:03.882Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17782024-05-30T03:20:03.935Z Compiling cstr-argument v0.1.2
17792024-05-30T03:20:04.227Z Compiling is-terminal v0.4.12
17802024-05-30T03:20:04.386Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17812024-05-30T03:20:04.715Z Compiling take_mut v0.2.2
17822024-05-30T03:20:04.771Z Compiling crucible-workspace-hack v0.1.0
17832024-05-30T03:20:04.918Z Compiling pretty-hex v0.2.1
17842024-05-30T03:20:05.083Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17852024-05-30T03:20:05.154Z Compiling fastrand v2.1.0
17862024-05-30T03:20:05.374Z Compiling rayon-core v1.12.1
17872024-05-30T03:20:05.913Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17882024-05-30T03:20:06.121Z Compiling base64 v0.22.1
17892024-05-30T03:20:06.219Z Compiling atomic-waker v1.1.2
17902024-05-30T03:20:06.322Z Compiling tempfile v3.10.1
17912024-05-30T03:20:06.442Z Compiling waitgroup v0.1.2
17922024-05-30T03:20:06.714Z Compiling rustls-pemfile v2.1.2
17932024-05-30T03:20:07.313Z Compiling async-stream v0.3.5
17942024-05-30T03:20:07.482Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17952024-05-30T03:20:08.042Z Compiling slog-term v2.9.1
17962024-05-30T03:20:08.184Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17972024-05-30T03:20:09.345Z Compiling slog-bunyan v2.5.0
17982024-05-30T03:20:09.645Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17992024-05-30T03:20:10.692Z Compiling tokio-rustls v0.25.0
18002024-05-30T03:20:10.843Z Compiling parse-display-derive v0.9.0
18012024-05-30T03:20:10.870Z Compiling toml v0.8.13
18022024-05-30T03:20:10.895Z Compiling serde_with_macros v3.8.1
18032024-05-30T03:20:11.199Z Compiling sha1 v0.10.6
18042024-05-30T03:20:12.032Z Compiling crossbeam-deque v0.8.5
18052024-05-30T03:20:12.446Z Compiling colored v2.1.0
18062024-05-30T03:20:13.763Z Compiling newtype-uuid v1.1.0
18072024-05-30T03:20:13.828Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18082024-05-30T03:20:14.143Z Compiling serde_path_to_error v0.1.16
18092024-05-30T03:20:15.008Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102024-05-30T03:20:15.195Z Compiling socket2 v0.4.10
18112024-05-30T03:20:15.768Z Compiling hostname v0.4.0
18122024-05-30T03:20:15.906Z Compiling instant v0.1.12
18132024-05-30T03:20:15.999Z Compiling debug-ignore v1.0.5
18142024-05-30T03:20:16.038Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18152024-05-30T03:20:16.086Z Compiling backoff v0.4.0
18162024-05-30T03:20:16.428Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18172024-05-30T03:20:16.473Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18182024-05-30T03:20:16.784Z Compiling parse-display v0.9.0
18192024-05-30T03:20:17.859Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18202024-05-30T03:20:18.416Z Compiling serde_with v3.8.1
18212024-05-30T03:20:19.377Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18222024-05-30T03:20:21.230Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18232024-05-30T03:20:21.683Z Compiling camino-tempfile v1.1.1
18242024-05-30T03:20:22.478Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18252024-05-30T03:20:22.503Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18262024-05-30T03:20:22.706Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18272024-05-30T03:20:23.010Z Compiling macaddr v1.0.1
18282024-05-30T03:20:23.139Z Compiling num-derive v0.4.2
18292024-05-30T03:20:23.667Z Compiling sigpipe v0.1.3
18302024-05-30T03:20:23.822Z Compiling libefi-sys v0.1.0
18312024-05-30T03:20:24.133Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18322024-05-30T03:20:24.719Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18332024-05-30T03:20:25.529Z Compiling rayon v1.10.0
18342024-05-30T03:20:25.563Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18352024-05-30T03:20:26.523Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18362024-05-30T03:20:27.162Z Compiling smf v0.2.3
18372024-05-30T03:20:28.161Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18382024-05-30T03:20:29.940Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18392024-05-30T03:20:30.095Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18402024-05-30T03:20:30.477Z Compiling blake3 v1.5.1
18412024-05-30T03:20:31.506Z Compiling ring v0.16.20
18422024-05-30T03:20:31.585Z Compiling portable-atomic v1.6.0
18432024-05-30T03:20:33.334Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18442024-05-30T03:20:33.665Z Compiling xattr v1.3.1
18452024-05-30T03:20:33.998Z Compiling memmap2 v0.9.4
18462024-05-30T03:20:34.557Z Compiling filetime v0.2.23
18472024-05-30T03:20:34.584Z Compiling arrayvec v0.7.4
18482024-05-30T03:20:34.925Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18492024-05-30T03:20:35.076Z Compiling same-file v1.0.6
18502024-05-30T03:20:35.119Z Compiling arrayref v0.3.7
18512024-05-30T03:20:35.242Z Compiling untrusted v0.7.1
18522024-05-30T03:20:35.302Z Compiling constant_time_eq v0.3.0
18532024-05-30T03:20:35.372Z Compiling walkdir v2.5.0
18542024-05-30T03:20:35.494Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18552024-05-30T03:20:36.500Z Compiling tar v0.4.40
18562024-05-30T03:20:38.129Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18572024-05-30T03:20:38.560Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18582024-05-30T03:20:39.568Z Compiling gethostname v0.4.3
18592024-05-30T03:20:39.873Z Compiling topological-sort v0.2.2
18602024-05-30T03:20:39.900Z Compiling number_prefix v0.4.0
18612024-05-30T03:20:40.030Z Compiling swrite v0.1.0
18622024-05-30T03:20:40.136Z Compiling indicatif v0.17.8
18632024-05-30T03:20:41.884Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18642024-05-30T03:20:42.836Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18652024-05-30T03:20:43.168Z Compiling omicron-zone-package v0.11.0
18662024-05-30T03:20:45.201Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18672024-05-30T03:21:06.145Z Finished `release` profile [optimized] target(s) in 5m 01s
18682024-05-30T03:21:06.447Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18692024-05-30T03:21:06.516ZLogging to: /work/oxidecomputer/omicron/out/LOG
18702024-05-30T03:21:06.520ZCreated new build target 'test' and set it as active
18712024-05-30T03:21:06.520Z
18722024-05-30T03:21:06.520Zreal 5:02.378245931
18732024-05-30T03:21:06.520Zuser 31:26.990387255
18742024-05-30T03:21:06.520Zsys 4:12.164465362
18752024-05-30T03:21:06.520Ztrap 0.915413341
18762024-05-30T03:21:06.520Ztflt 5.161801215
18772024-05-30T03:21:06.520Zdflt 5.575614061
18782024-05-30T03:21:06.520Zkflt 0.054182622
18792024-05-30T03:21:06.520Zlock 1:07:01.639301539
18802024-05-30T03:21:06.520Zslp 1:30:10.604334304
18812024-05-30T03:21:06.520Zlat 2:03.245672355
18822024-05-30T03:21:06.520Zstop 3:55.409484554
18832024-05-30T03:21:06.521Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18842024-05-30T03:21:07.397Z Finished `release` profile [optimized] target(s) in 0.83s
18852024-05-30T03:21:07.442Z Running `target/release/omicron-package -t test package`
18862024-05-30T03:21:07.472ZLogging to: /work/oxidecomputer/omicron/out/LOG
18872024-05-30T03:21:08.418Z Compiling newline-converter v0.3.0
18882024-05-30T03:21:08.418Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18892024-05-30T03:21:08.421Z Compiling humantime v2.1.0
18902024-05-30T03:21:08.521Z Compiling derive-where v1.2.7
18912024-05-30T03:21:08.527Z Compiling unicode-xid v0.2.4
18922024-05-30T03:21:08.530Z Compiling convert_case v0.4.0
18932024-05-30T03:21:08.530Z Compiling linked-hash-map v0.5.6
18942024-05-30T03:21:08.530Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18952024-05-30T03:21:08.643Z Compiling expectorate v1.1.0
18962024-05-30T03:21:08.741Z Compiling password-hash v0.5.0
18972024-05-30T03:21:08.755Z Compiling blake2 v0.10.6
18982024-05-30T03:21:08.807Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18992024-05-30T03:21:08.952Z Compiling lru-cache v0.1.2
19002024-05-30T03:21:09.159Z Compiling semver v0.1.20
19012024-05-30T03:21:09.316Z Compiling argon2 v0.5.3
19022024-05-30T03:21:09.383Z Compiling derive_more v0.99.17
19032024-05-30T03:21:09.761Z Compiling rustc_version v0.1.7
19042024-05-30T03:21:09.907Z Compiling slog-dtrace v0.3.0
19052024-05-30T03:21:10.178Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19062024-05-30T03:21:10.192Z Compiling newtype_derive v0.1.6
19072024-05-30T03:21:10.553Z Compiling quick-error v1.2.3
19082024-05-30T03:21:10.701Z Compiling home v0.5.9
19092024-05-30T03:21:10.807Z Compiling resolv-conf v0.7.0
19102024-05-30T03:21:11.079Z Compiling steno v0.4.0
19112024-05-30T03:21:11.761Z Compiling trust-dns-resolver v0.22.0
19122024-05-30T03:21:11.820Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19132024-05-30T03:21:12.413Z Compiling termcolor v1.4.1
19142024-05-30T03:21:12.685Z Compiling utf-8 v0.7.6
19152024-05-30T03:21:13.071Z Compiling num-rational v0.4.2
19162024-05-30T03:21:13.543Z Compiling num-complex v0.4.6
19172024-05-30T03:21:14.871Z Compiling num v0.4.3
19182024-05-30T03:21:14.992Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19192024-05-30T03:21:15.195Z Compiling nibble_vec v0.1.0
19202024-05-30T03:21:15.426Z Compiling radium v0.7.0
19212024-05-30T03:21:15.535Z Compiling endian-type v0.1.2
19222024-05-30T03:21:15.788Z Compiling radix_trie v0.2.1
19232024-05-30T03:21:15.881Z Compiling tungstenite v0.20.1
19242024-05-30T03:21:16.088Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19252024-05-30T03:21:16.717Z Compiling maybe-uninit v2.0.0
19262024-05-30T03:21:16.736Z Compiling tap v1.0.1
19272024-05-30T03:21:16.910Z Compiling wyz v0.5.1
19282024-05-30T03:21:17.259Z Compiling tokio-tungstenite v0.20.1
19292024-05-30T03:21:17.878Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19302024-05-30T03:21:17.996Z Compiling bzip2-sys v0.1.11+1.0.8
19312024-05-30T03:21:18.458Z Compiling num-bigint-dig v0.8.4
19322024-05-30T03:21:18.754Z Compiling cancel-safe-futures v0.1.5
19332024-05-30T03:21:19.089Z Compiling arc-swap v1.7.1
19342024-05-30T03:21:19.825Z Compiling funty v2.0.0
19352024-05-30T03:21:21.158Z Compiling display-error-chain v0.2.0
19362024-05-30T03:21:21.349Z Compiling crc-catalog v2.4.0
19372024-05-30T03:21:21.498Z Compiling packed_struct v0.10.1
19382024-05-30T03:21:21.923Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19392024-05-30T03:21:22.452Z Compiling crc v3.2.1
19402024-05-30T03:21:22.469Z Compiling bitvec v1.0.1
19412024-05-30T03:21:23.803Z Compiling slog-scope v4.4.0
19422024-05-30T03:21:24.779Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19432024-05-30T03:21:27.083Z Compiling fxhash v0.2.1
19442024-05-30T03:21:27.306Z Compiling packed_struct_codegen v0.10.1
19452024-05-30T03:21:29.640Z Compiling indexmap v1.9.3
19462024-05-30T03:21:29.939Z Compiling nodrop v0.1.14
19472024-05-30T03:21:30.073Z Compiling array-init v0.0.4
19482024-05-30T03:21:31.530Z Compiling smallvec v0.6.14
19492024-05-30T03:21:33.625Z Compiling slog-stdlog v4.1.1
19502024-05-30T03:21:34.011Z Compiling rayon-core v1.12.1
19512024-05-30T03:21:34.035Z Compiling synstructure v0.12.6
19522024-05-30T03:21:34.385Z Compiling pkcs1 v0.7.5
19532024-05-30T03:21:34.550Z Compiling signature v2.2.0
19542024-05-30T03:21:34.842Z Compiling crossbeam-deque v0.8.5
19552024-05-30T03:21:35.186Z Compiling dirs-sys-next v0.1.2
19562024-05-30T03:21:35.637Z Compiling half v2.4.1
19572024-05-30T03:21:35.724Z Compiling glob v0.3.1
19582024-05-30T03:21:36.356Z Compiling same-file v1.0.6
19592024-05-30T03:21:36.585Z Compiling bitfield v0.14.0
19602024-05-30T03:21:36.589Z Compiling crunchy v0.2.2
19612024-05-30T03:21:36.889Z Compiling hashbrown v0.12.3
19622024-05-30T03:21:37.049Z Compiling fastrand v2.1.0
19632024-05-30T03:21:37.586Z Compiling ciborium-io v0.2.2
19642024-05-30T03:21:37.722Z Compiling ciborium-ll v0.2.2
19652024-05-30T03:21:38.254Z Compiling tempfile v3.10.1
19662024-05-30T03:21:38.364Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19672024-05-30T03:21:39.045Z Compiling clang-sys v1.7.0
19682024-05-30T03:21:39.238Z Compiling walkdir v2.5.0
19692024-05-30T03:21:39.689Z Compiling zerocopy-derive v0.2.0
19702024-05-30T03:21:39.898Z Compiling dirs-next v2.0.0
19712024-05-30T03:21:41.388Z Compiling rsa v0.9.6
19722024-05-30T03:21:41.508Z Compiling slog-envlogger v2.2.0
19732024-05-30T03:21:41.728Z Compiling serde-hex v0.1.0
19742024-05-30T03:21:42.050Z Compiling bzip2 v0.4.4
19752024-05-30T03:21:42.521Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19762024-05-30T03:21:42.858Z Compiling env_logger v0.10.2
19772024-05-30T03:21:44.067Z Compiling camino v1.1.7
19782024-05-30T03:21:44.132Z Compiling x509-cert v0.2.5
19792024-05-30T03:21:45.942Z Compiling ron v0.8.1
19802024-05-30T03:21:46.058Z Compiling hashbrown v0.13.2
19812024-05-30T03:21:46.096Z Compiling maplit v1.0.2
19822024-05-30T03:21:46.226Z Compiling tiny-keccak v2.0.2
19832024-05-30T03:21:46.508Z Compiling prettyplease v0.2.20
19842024-05-30T03:21:46.778Z Compiling crc-any v2.5.0
19852024-05-30T03:21:46.990Z Compiling blake3 v1.5.1
19862024-05-30T03:21:47.360Z Compiling object v0.30.4
19872024-05-30T03:21:47.415Z Compiling ring v0.16.20
19882024-05-30T03:21:47.733Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19892024-05-30T03:21:50.148Z Compiling zip v0.6.6
19902024-05-30T03:21:50.388Z Compiling rayon v1.10.0
19912024-05-30T03:21:52.266Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19922024-05-30T03:21:53.041Z Compiling term v0.7.0
19932024-05-30T03:21:53.272Z Compiling ciborium v0.2.2
19942024-05-30T03:21:54.395Z Compiling xattr v1.3.1
19952024-05-30T03:21:54.673Z Compiling memmap2 v0.9.4
19962024-05-30T03:21:55.090Z Compiling atty v0.2.14
19972024-05-30T03:21:55.242Z Compiling filetime v0.2.23
19982024-05-30T03:21:55.418Z Compiling arrayvec v0.7.4
19992024-05-30T03:21:55.493Z Compiling arrayref v0.3.7
20002024-05-30T03:21:55.539Z Compiling path-slash v0.1.5
20012024-05-30T03:21:55.597Z Compiling constant_time_eq v0.3.0
20022024-05-30T03:21:55.744Z Compiling untrusted v0.7.1
20032024-05-30T03:21:55.778Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20042024-05-30T03:21:56.230Z Compiling tar v0.4.40
20052024-05-30T03:21:57.264Z Compiling ascii-canvas v3.0.0
20062024-05-30T03:21:58.203Z Compiling camino-tempfile v1.1.1
20072024-05-30T03:21:58.232Z Compiling toolchain_find v0.4.0
20082024-05-30T03:21:58.643Z Compiling toml v0.8.13
20092024-05-30T03:21:58.814Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20102024-05-30T03:21:59.272Z Compiling libsw v3.3.1
20112024-05-30T03:21:59.416Z Compiling ena v0.14.3
20122024-05-30T03:21:59.622Z Compiling is-terminal v0.4.12
20132024-05-30T03:21:59.760Z Compiling usdt-impl v0.3.5
20142024-05-30T03:21:59.842Z Compiling libloading v0.8.3
20152024-05-30T03:22:00.100Z Compiling diff v0.1.13
20162024-05-30T03:22:00.251Z Compiling bindgen v0.69.4
20172024-05-30T03:22:00.285Z Compiling linear-map v1.2.0
20182024-05-30T03:22:00.535Z Compiling parking_lot_core v0.8.6
20192024-05-30T03:22:00.654Z Compiling topological-sort v0.2.2
20202024-05-30T03:22:00.674Z Compiling owo-colors v4.0.0
20212024-05-30T03:22:00.703Z Compiling regex-syntax v0.6.29
20222024-05-30T03:22:00.866Z Compiling omicron-zone-package v0.11.0
20232024-05-30T03:22:03.601Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20242024-05-30T03:22:06.297Z Compiling lalrpop v0.19.12
20252024-05-30T03:22:06.594Z Compiling rustfmt-wrapper v0.2.1
20262024-05-30T03:22:07.178Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20272024-05-30T03:22:10.259Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20282024-05-30T03:22:10.357Z Compiling which v4.4.2
20292024-05-30T03:22:10.911Z Compiling cexpr v0.6.0
20302024-05-30T03:22:11.429Z Compiling unicase v2.7.0
20312024-05-30T03:22:11.730Z Compiling lazycell v1.3.0
20322024-05-30T03:22:11.903Z Compiling rustc-hash v1.1.0
20332024-05-30T03:22:12.065Z Compiling shlex v1.3.0
20342024-05-30T03:22:12.124Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20352024-05-30T03:22:12.533Z Compiling zerocopy v0.3.2
20362024-05-30T03:22:13.063Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20372024-05-30T03:22:13.167Z Compiling derive_builder_core v0.20.0
20382024-05-30T03:22:14.268Z Compiling pem v3.0.4
20392024-05-30T03:22:15.504Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20402024-05-30T03:22:15.738Z Compiling headers-core v0.2.0
20412024-05-30T03:22:15.914Z Compiling libxml v0.3.3
20422024-05-30T03:22:15.939Z Compiling async-recursion v1.1.1
20432024-05-30T03:22:16.262Z Compiling ref-cast v1.0.23
20442024-05-30T03:22:16.833Z Compiling headers v0.3.9
20452024-05-30T03:22:17.445Z Compiling derive_builder_macro v0.20.0
20462024-05-30T03:22:18.248Z Compiling dof v0.1.5
20472024-05-30T03:22:19.043Z Compiling parking_lot v0.11.2
20482024-05-30T03:22:20.853Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20492024-05-30T03:22:21.347Z Compiling trust-dns-client v0.22.0
20502024-05-30T03:22:21.508Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20512024-05-30T03:22:21.773Z Compiling strum_macros v0.24.3
20522024-05-30T03:22:25.295Z Compiling dtrace-parser v0.1.14
20532024-05-30T03:22:25.299Z Compiling toml v0.5.11
20542024-05-30T03:22:26.562Z Compiling ref-cast-impl v1.0.23
20552024-05-30T03:22:26.995Z Compiling samael v0.0.15
20562024-05-30T03:22:27.129Z Compiling vte_generate_state_changes v0.1.1
20572024-05-30T03:22:27.697Z Compiling cookie v0.18.1
20582024-05-30T03:22:27.710Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20592024-05-30T03:22:28.009Z Compiling indoc v1.0.9
20602024-05-30T03:22:28.030Z Compiling cfg_aliases v0.1.1
20612024-05-30T03:22:28.149Z Compiling buf-list v1.0.3
20622024-05-30T03:22:28.780Z Compiling nix v0.28.0
20632024-05-30T03:22:29.177Z Compiling vte v0.11.1
20642024-05-30T03:22:29.550Z Compiling trust-dns-server v0.22.1
20652024-05-30T03:22:32.226Z Compiling sled v0.34.7
20662024-05-30T03:22:32.252Z Compiling derive_builder v0.20.0
20672024-05-30T03:22:32.955Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20682024-05-30T03:22:34.249Z Compiling polar-core v0.27.3
20692024-05-30T03:22:35.671Z Compiling const_format_proc_macros v0.2.32
20702024-05-30T03:22:36.307Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20712024-05-30T03:22:36.570Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20722024-05-30T03:22:37.661Z Compiling fd-lock v4.0.2
20732024-05-30T03:22:37.679Z Compiling bb8 v0.8.3
20742024-05-30T03:22:37.901Z Compiling quick-xml v0.31.0
20752024-05-30T03:22:38.274Z Compiling oso-derive v0.27.3
20762024-05-30T03:22:39.261Z Compiling serde_tokenstream v0.1.7
20772024-05-30T03:22:39.774Z Compiling impl-trait-for-tuples v0.2.2
20782024-05-30T03:22:41.728Z Compiling pin-project-internal v1.1.5
20792024-05-30T03:22:44.133Z Compiling memoffset v0.7.1
20802024-05-30T03:22:44.430Z Compiling bytecount v0.6.8
20812024-05-30T03:22:44.575Z Compiling platforms v3.4.0
20822024-05-30T03:22:44.738Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20832024-05-30T03:22:45.026Z Compiling pin-project v1.1.5
20842024-05-30T03:22:45.151Z Compiling curve25519-dalek v4.1.2
20852024-05-30T03:22:45.154Z Compiling papergrid v0.11.0
20862024-05-30T03:22:49.308Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20872024-05-30T03:22:49.962Z Compiling const_format v0.2.32
20882024-05-30T03:22:51.223Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20892024-05-30T03:22:59.021Z Compiling oso v0.27.3
20902024-05-30T03:23:03.896Z Compiling strip-ansi-escapes v0.2.0
20912024-05-30T03:23:07.698Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20922024-05-30T03:23:07.881Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20932024-05-30T03:23:09.321Z Compiling tabled_derive v0.7.0
20942024-05-30T03:23:11.713Z Compiling kstat-rs v0.2.3
20952024-05-30T03:23:12.710Z Compiling snafu-derive v0.8.2
20962024-05-30T03:23:13.233Z Compiling nu-ansi-term v0.50.0
20972024-05-30T03:23:14.547Z Compiling keccak v0.1.5
20982024-05-30T03:23:15.588Z Compiling sha3 v0.10.8
20992024-05-30T03:23:15.681Z Compiling reedline v0.31.0
21002024-05-30T03:23:16.467Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21012024-05-30T03:23:17.460Z Compiling tabled v0.15.0
21022024-05-30T03:23:18.001Z Compiling snafu v0.8.2
21032024-05-30T03:23:25.719Z Compiling mime_guess v2.0.4
21042024-05-30T03:23:27.458Z Compiling usdt-attr-macro v0.3.5
21052024-05-30T03:23:28.774Z Compiling usdt-macro v0.3.5
21062024-05-30T03:23:28.922Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21072024-05-30T03:23:30.257Z Compiling env_logger v0.9.3
21082024-05-30T03:23:30.786Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21092024-05-30T03:23:31.886Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21102024-05-30T03:23:34.903Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21112024-05-30T03:23:35.406Z Compiling globset v0.4.14
21122024-05-30T03:23:39.127Z Compiling peg-macros v0.8.3
21132024-05-30T03:23:39.133Z Compiling olpc-cjson v0.1.3
21142024-05-30T03:23:39.475Z Compiling universal-hash v0.5.1
21152024-05-30T03:23:39.720Z Compiling secrecy v0.8.0
21162024-05-30T03:23:40.011Z Compiling bitstruct_derive v0.1.0
21172024-05-30T03:23:40.448Z Compiling thiserror-impl-no-std v2.0.2
21182024-05-30T03:23:41.314Z Compiling serde_plain v1.0.2
21192024-05-30T03:23:41.861Z Compiling curve25519-dalek-derive v0.1.1
21202024-05-30T03:23:42.736Z Compiling sqlparser_derive v0.2.2
21212024-05-30T03:23:43.298Z Compiling nanorand v0.7.0
21222024-05-30T03:23:43.360Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21232024-05-30T03:23:43.377Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21242024-05-30T03:23:43.492Z Compiling signature v1.6.4
21252024-05-30T03:23:43.644Z Compiling opaque-debug v0.3.1
21262024-05-30T03:23:43.683Z Compiling unicode_categories v0.1.1
21272024-05-30T03:23:43.740Z Compiling typed-path v0.7.1
21282024-05-30T03:23:44.015Z Compiling salty v0.2.0
21292024-05-30T03:23:44.053Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21302024-05-30T03:23:44.068Z Compiling ascii v1.1.0
21312024-05-30T03:23:44.374Z Compiling sqlformat v0.2.3
21322024-05-30T03:23:44.432Z Compiling rustyline v14.0.0
21332024-05-30T03:23:44.805Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21342024-05-30T03:23:47.147Z Compiling tough v0.17.1
21352024-05-30T03:23:49.544Z Compiling sqlparser v0.45.0
21362024-05-30T03:23:50.482Z Compiling poly1305 v0.8.0
21372024-05-30T03:23:51.987Z Compiling flume v0.11.0
21382024-05-30T03:23:52.817Z Compiling ed25519 v1.5.3
21392024-05-30T03:23:53.128Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21402024-05-30T03:23:55.791Z Compiling thiserror-no-std v2.0.2
21412024-05-30T03:23:55.921Z Compiling peg v0.8.3
21422024-05-30T03:23:56.041Z Compiling bitstruct v0.1.1
21432024-05-30T03:23:56.167Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-30T03:23:56.785Z Compiling usdt v0.3.5
21452024-05-30T03:23:57.282Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21462024-05-30T03:23:57.296Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21472024-05-30T03:24:01.623Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21482024-05-30T03:24:04.635Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21492024-05-30T03:24:07.053Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21502024-05-30T03:24:07.330Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21512024-05-30T03:24:08.567Z Compiling chacha20 v0.9.1
21522024-05-30T03:24:09.027Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21532024-05-30T03:24:09.218Z Compiling aead v0.5.2
21542024-05-30T03:24:09.583Z Compiling bcs v0.1.6
21552024-05-30T03:24:10.567Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21562024-05-30T03:24:11.249Z Compiling serde-big-array v0.5.1
21572024-05-30T03:24:11.446Z Compiling serde_arrays v0.1.0
21582024-05-30T03:24:11.518Z Compiling erased-serde v0.3.31
21592024-05-30T03:24:11.648Z Compiling highway v1.1.0
21602024-05-30T03:24:13.044Z Compiling parse-size v1.0.0
21612024-05-30T03:24:13.318Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21622024-05-30T03:24:13.359Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21632024-05-30T03:24:21.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21642024-05-30T03:24:36.718Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21652024-05-30T03:24:37.235Z Compiling chacha20poly1305 v0.10.1
21662024-05-30T03:24:38.800Z Compiling vsss-rs v3.3.4
21672024-05-30T03:24:43.552Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21682024-05-30T03:24:43.839Z Compiling signal-hook-tokio v0.3.1
21692024-05-30T03:24:44.019Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21702024-05-30T03:24:44.045Z Compiling heck v0.3.3
21712024-05-30T03:24:44.313Z Compiling castaway v0.2.2
21722024-05-30T03:24:44.826Z Compiling rand_seeder v0.2.3
21732024-05-30T03:24:44.833Z Compiling serde-big-array v0.4.1
21742024-05-30T03:24:44.833Z Compiling http-range v0.1.5
21752024-05-30T03:24:45.389Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21762024-05-30T03:24:45.689Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21772024-05-30T03:24:46.177Z Compiling hyper-staticfile v0.9.5
21782024-05-30T03:24:46.640Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21792024-05-30T03:24:48.093Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21802024-05-30T03:24:48.328Z Compiling compact_str v0.7.1
21812024-05-30T03:24:48.825Z Compiling zone_cfg_derive v0.1.2
21822024-05-30T03:24:49.258Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21832024-05-30T03:24:49.978Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21842024-05-30T03:24:56.547Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21852024-05-30T03:24:57.188Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21862024-05-30T03:25:03.721Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21872024-05-30T03:25:05.898Z Compiling tungstenite v0.21.0
21882024-05-30T03:25:10.062Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21892024-05-30T03:25:10.357Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21902024-05-30T03:25:10.650Z Compiling lru v0.12.3
21912024-05-30T03:25:11.114Z Compiling stability v0.2.0
21922024-05-30T03:25:11.171Z Compiling indoc v2.0.5
21932024-05-30T03:25:12.149Z Compiling cassowary v0.3.0
21942024-05-30T03:25:12.166Z Compiling base64 v0.13.1
21952024-05-30T03:25:12.935Z Compiling corncobs v0.1.3
21962024-05-30T03:25:13.307Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21972024-05-30T03:25:14.049Z Compiling ratatui v0.26.2
21982024-05-30T03:25:15.943Z Compiling ron v0.7.1
21992024-05-30T03:25:18.516Z Compiling tokio-tungstenite v0.21.0
22002024-05-30T03:25:19.128Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22012024-05-30T03:25:21.392Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22022024-05-30T03:25:22.106Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22032024-05-30T03:25:30.388Z Compiling zone v0.1.8
22042024-05-30T03:25:32.498Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22052024-05-30T03:25:42.517Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22062024-05-30T03:25:44.024Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22072024-05-30T03:25:46.937Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22082024-05-30T03:25:46.993Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22092024-05-30T03:25:47.281Z Compiling portpicker v0.1.1
22102024-05-30T03:25:47.788Z Compiling csv-core v0.1.11
22112024-05-30T03:25:48.657Z Compiling smawk v0.3.2
22122024-05-30T03:25:48.920Z Compiling unicode-linebreak v0.1.5
22132024-05-30T03:25:49.036Z Compiling csv v1.3.0
22142024-05-30T03:25:49.425Z Compiling textwrap v0.16.1
22152024-05-30T03:25:51.207Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22162024-05-30T03:25:53.185Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22172024-05-30T03:25:55.312Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22182024-05-30T03:25:55.817Z Compiling rcgen v0.12.1
22192024-05-30T03:26:01.896Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22202024-05-30T03:26:02.439Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22212024-05-30T03:26:02.734Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22222024-05-30T03:26:05.506Z Compiling atomicwrites v0.4.3
22232024-05-30T03:26:06.037Z Compiling fatfs v0.3.6
22242024-05-30T03:26:06.089Z Compiling subprocess v0.2.9
22252024-05-30T03:26:08.725Z Compiling rtoolbox v0.0.2
22262024-05-30T03:26:08.853Z Compiling is_ci v1.2.0
22272024-05-30T03:26:09.161Z Compiling assert_matches v1.5.0
22282024-05-30T03:26:09.176Z Compiling supports-color v3.0.0
22292024-05-30T03:26:09.845Z Compiling rpassword v7.3.1
22302024-05-30T03:26:09.895Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22312024-05-30T03:26:10.329Z Compiling tui-tree-widget v0.19.0
22322024-05-30T03:26:10.754Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22332024-05-30T03:26:11.261Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22342024-05-30T03:26:14.593Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22352024-05-30T03:26:14.882Z Compiling shell-words v1.1.0
22362024-05-30T03:26:15.321Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22372024-05-30T03:26:17.058Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22382024-05-30T03:26:19.210Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22392024-05-30T03:26:41.002Z Compiling uzers v0.11.3
22402024-05-30T03:26:43.919Z Compiling multimap v0.10.0
22412024-05-30T03:27:37.516Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22422024-05-30T03:29:12.891Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22432024-05-30T03:29:15.073Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22442024-05-30T03:35:19.631Z Finished `release` profile [optimized] target(s) in 14m 11s
22452024-05-30T03:38:49.019Z
22462024-05-30T03:38:49.022Zreal 17:42.319463872
22472024-05-30T03:38:49.022Zuser 1:44:25.987014930
22482024-05-30T03:38:49.022Zsys 5:45.375511819
22492024-05-30T03:38:49.022Ztrap 2.450499663
22502024-05-30T03:38:49.022Ztflt 2.226175459
22512024-05-30T03:38:49.023Zdflt 2.539506366
22522024-05-30T03:38:49.023Zkflt 0.001977734
22532024-05-30T03:38:49.023Zlock 7:41:37.935208884
22542024-05-30T03:38:49.023Zslp 4:13:48.668268553
22552024-05-30T03:38:49.023Zlat 2:34.037417090
22562024-05-30T03:38:49.023Zstop 1:48.244201212
22572024-05-30T03:38:49.023Z+ mapfile -t packages
22582024-05-30T03:38:49.023Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22592024-05-30T03:38:49.954Z Finished `release` profile [optimized] target(s) in 0.87s
22602024-05-30T03:38:50.002Z Running `target/release/omicron-package -t test list-outputs`
22612024-05-30T03:38:50.049ZLogging to: /work/oxidecomputer/omicron/out/LOG
22622024-05-30T03:38:50.064Z+ ptime -m cargo build --locked --release -p xtask
22632024-05-30T03:38:50.546Z Downloading crates ...
22642024-05-30T03:38:50.667Z Downloaded cargo_toml v0.20.2
22652024-05-30T03:38:50.688Z Compiling serde v1.0.202
22662024-05-30T03:38:50.695Z Compiling libc v0.2.155
22672024-05-30T03:38:50.695Z Compiling rustix v0.38.34
22682024-05-30T03:38:50.695Z Compiling hashbrown v0.14.5
22692024-05-30T03:38:50.695Z Compiling bitflags v2.5.0
22702024-05-30T03:38:50.696Z Compiling syn v2.0.64
22712024-05-30T03:38:50.761Z Compiling serde_json v1.0.117
22722024-05-30T03:38:50.815Z Compiling fs-err v2.11.0
22732024-05-30T03:38:51.104Z Compiling anyhow v1.0.83
22742024-05-30T03:38:51.999Z Compiling indexmap v2.2.6
22752024-05-30T03:38:52.433Z Compiling errno v0.3.9
22762024-05-30T03:38:53.398Z Compiling terminal_size v0.3.0
22772024-05-30T03:38:53.518Z Compiling clap_builder v4.5.2
22782024-05-30T03:38:55.820Z Compiling serde_derive v1.0.202
22792024-05-30T03:38:55.820Z Compiling thiserror-impl v1.0.60
22802024-05-30T03:38:55.828Z Compiling clap_derive v4.5.4
22812024-05-30T03:38:57.613Z Compiling thiserror v1.0.60
22822024-05-30T03:38:59.067Z Compiling clap v4.5.4
22832024-05-30T03:39:05.299Z Compiling toml_datetime v0.6.6
22842024-05-30T03:39:05.302Z Compiling serde_spanned v0.6.6
22852024-05-30T03:39:05.303Z Compiling cargo-platform v0.1.8
22862024-05-30T03:39:05.303Z Compiling camino v1.1.7
22872024-05-30T03:39:05.303Z Compiling semver v1.0.23
22882024-05-30T03:39:05.303Z Compiling macaddr v1.0.1
22892024-05-30T03:39:05.614Z Compiling toml_edit v0.22.13
22902024-05-30T03:39:06.877Z Compiling cargo_metadata v0.18.1
22912024-05-30T03:39:08.317Z Compiling toml v0.8.13
22922024-05-30T03:39:09.206Z Compiling cargo_toml v0.20.2
22932024-05-30T03:39:20.666Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22942024-05-30T03:39:31.647Z Finished `release` profile [optimized] target(s) in 41.56s
22952024-05-30T03:39:31.743Z
22962024-05-30T03:39:31.747Zreal 41.684290742
22972024-05-30T03:39:31.747Zuser 2:58.023156430
22982024-05-30T03:39:31.747Zsys 18.673984326
22992024-05-30T03:39:31.747Ztrap 0.059889062
23002024-05-30T03:39:31.748Ztflt 0.192665928
23012024-05-30T03:39:31.748Zdflt 0.842532853
23022024-05-30T03:39:31.748Zkflt 0.000027965
23032024-05-30T03:39:31.748Zlock 4:24.054751293
23042024-05-30T03:39:31.748Zslp 3:21.489451686
23052024-05-30T03:39:31.748Zlat 3.004324011
23062024-05-30T03:39:31.748Zstop 4.452625221
23072024-05-30T03:39:31.749Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23082024-05-30T03:39:31.749Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23092024-05-30T03:39:31.749Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23102024-05-30T03:39:31.749Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23112024-05-30T03:39:31.749Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23122024-05-30T03:39:32.283Z Downloading crates ...
23132024-05-30T03:39:32.522Z Downloaded ed25519-dalek v2.1.1
23142024-05-30T03:39:32.525Z Downloaded md5 v0.7.0
23152024-05-30T03:39:32.536Z Downloaded option-ext v0.2.0
23162024-05-30T03:39:32.540Z Downloaded dhcproto-macros v0.1.0
23172024-05-30T03:39:32.544Z Downloaded russh-cryptovec v0.7.2
23182024-05-30T03:39:32.547Z Downloaded dirs-sys v0.4.1
23192024-05-30T03:39:32.547Z Downloaded blowfish v0.9.1
23202024-05-30T03:39:32.550Z Downloaded ed25519 v2.2.3
23212024-05-30T03:39:32.550Z Downloaded ctr v0.9.2
23222024-05-30T03:39:32.558Z Downloaded rand_chacha v0.2.2
23232024-05-30T03:39:32.558Z Downloaded internet-checksum v0.2.1
23242024-05-30T03:39:32.558Z Downloaded polyval v0.6.2
23252024-05-30T03:39:32.558Z Downloaded hex-literal v0.4.1
23262024-05-30T03:39:32.558Z Downloaded pbkdf2 v0.11.0
23272024-05-30T03:39:32.558Z Downloaded ghash v0.5.1
23282024-05-30T03:39:32.558Z Downloaded rfc6979 v0.4.0
23292024-05-30T03:39:32.562Z Downloaded rand_core v0.5.1
23302024-05-30T03:39:32.562Z Downloaded primeorder v0.13.6
23312024-05-30T03:39:32.562Z Downloaded pbkdf2 v0.12.2
23322024-05-30T03:39:32.566Z Downloaded p256 v0.13.2
23332024-05-30T03:39:32.569Z Downloaded getrandom v0.1.16
23342024-05-30T03:39:32.569Z Downloaded cbc v0.1.2
23352024-05-30T03:39:32.572Z Downloaded ecdsa v0.16.9
23362024-05-30T03:39:32.572Z Downloaded dirs v5.0.1
23372024-05-30T03:39:32.578Z Downloaded password-hash v0.4.2
23382024-05-30T03:39:32.578Z Downloaded dhcproto v0.11.0
23392024-05-30T03:39:32.581Z Downloaded russh-keys v0.43.0
23402024-05-30T03:39:32.581Z Downloaded bcrypt-pbkdf v0.10.0
23412024-05-30T03:39:32.595Z Downloaded russh v0.43.0
23422024-05-30T03:39:32.600Z Downloaded rand v0.7.3
23432024-05-30T03:39:32.605Z Downloaded p521 v0.13.3
23442024-05-30T03:39:32.608Z Downloaded aes-gcm v0.10.3
23452024-05-30T03:39:32.612Z Downloaded aes v0.8.4
23462024-05-30T03:39:32.749Z Compiling proc-macro2 v1.0.82
23472024-05-30T03:39:32.753Z Compiling unicode-ident v1.0.12
23482024-05-30T03:39:32.753Z Compiling libc v0.2.155
23492024-05-30T03:39:32.753Z Compiling cfg-if v1.0.0
23502024-05-30T03:39:32.753Z Compiling serde v1.0.202
23512024-05-30T03:39:32.754Z Compiling version_check v0.9.4
23522024-05-30T03:39:32.754Z Compiling autocfg v1.3.0
23532024-05-30T03:39:32.754Z Compiling byteorder v1.5.0
23542024-05-30T03:39:32.930Z Compiling memchr v2.7.2
23552024-05-30T03:39:33.006Z Compiling log v0.4.21
23562024-05-30T03:39:33.372Z Compiling once_cell v1.19.0
23572024-05-30T03:39:33.480Z Compiling itoa v1.0.11
23582024-05-30T03:39:33.492Z Compiling scopeguard v1.2.0
23592024-05-30T03:39:33.650Z Compiling smallvec v1.13.2
23602024-05-30T03:39:33.689Z Compiling typenum v1.17.0
23612024-05-30T03:39:33.695Z Compiling generic-array v0.14.7
23622024-05-30T03:39:33.761Z Compiling thiserror v1.0.60
23632024-05-30T03:39:33.886Z Compiling lock_api v0.4.12
23642024-05-30T03:39:34.032Z Compiling cc v1.0.97
23652024-05-30T03:39:34.060Z Compiling parking_lot_core v0.9.10
23662024-05-30T03:39:34.324Z Compiling quote v1.0.36
23672024-05-30T03:39:34.707Z Compiling syn v2.0.64
23682024-05-30T03:39:34.768Z Compiling pin-project-lite v0.2.14
23692024-05-30T03:39:34.832Z Compiling libm v0.2.8
23702024-05-30T03:39:34.894Z Compiling getrandom v0.2.14
23712024-05-30T03:39:35.166Z Compiling rand_core v0.6.4
23722024-05-30T03:39:35.234Z Compiling signal-hook-registry v1.4.2
23732024-05-30T03:39:35.344Z Compiling num-traits v0.2.19
23742024-05-30T03:39:35.407Z Compiling parking_lot v0.12.2
23752024-05-30T03:39:35.625Z Compiling subtle v2.5.0
23762024-05-30T03:39:35.940Z Compiling mio v0.8.11
23772024-05-30T03:39:35.987Z Compiling ryu v1.0.18
23782024-05-30T03:39:36.083Z Compiling socket2 v0.5.7
23792024-05-30T03:39:36.361Z Compiling num_cpus v1.16.0
23802024-05-30T03:39:36.381Z Compiling ahash v0.8.11
23812024-05-30T03:39:36.410Z Compiling serde_json v1.0.117
23822024-05-30T03:39:36.491Z Compiling allocator-api2 v0.2.18
23832024-05-30T03:39:36.834Z Compiling futures-core v0.3.30
23842024-05-30T03:39:37.095Z Compiling const-oid v0.9.6
23852024-05-30T03:39:37.112Z Compiling equivalent v1.0.1
23862024-05-30T03:39:37.150Z Compiling futures-sink v0.3.30
23872024-05-30T03:39:37.221Z Compiling slab v0.4.9
23882024-05-30T03:39:37.279Z Compiling fnv v1.0.7
23892024-05-30T03:39:37.299Z Compiling futures-channel v0.3.30
23902024-05-30T03:39:37.302Z Compiling futures-io v0.3.30
23912024-05-30T03:39:37.419Z Compiling pin-utils v0.1.0
23922024-05-30T03:39:37.522Z Compiling futures-task v0.3.30
23932024-05-30T03:39:37.635Z Compiling iana-time-zone v0.1.60
23942024-05-30T03:39:37.649Z Compiling syn v1.0.109
23952024-05-30T03:39:37.728Z Compiling tinyvec_macros v0.1.1
23962024-05-30T03:39:37.830Z Compiling tinyvec v1.6.0
23972024-05-30T03:39:37.833Z Compiling schemars v0.8.20
23982024-05-30T03:39:37.919Z Compiling semver v1.0.23
23992024-05-30T03:39:38.147Z Compiling unicode-bidi v0.3.15
24002024-05-30T03:39:38.273Z Compiling dyn-clone v1.0.17
24012024-05-30T03:39:38.500Z Compiling cpufeatures v0.2.12
24022024-05-30T03:39:38.516Z Compiling percent-encoding v2.3.1
24032024-05-30T03:39:38.601Z Compiling spin v0.9.8
24042024-05-30T03:39:38.864Z Compiling ppv-lite86 v0.2.17
24052024-05-30T03:39:38.899Z Compiling tracing-core v0.1.32
24062024-05-30T03:39:39.026Z Compiling num-conv v0.1.0
24072024-05-30T03:39:39.054Z Compiling time-core v0.1.2
24082024-05-30T03:39:39.242Z Compiling powerfmt v0.2.0
24092024-05-30T03:39:39.306Z Compiling unicode-normalization v0.1.23
24102024-05-30T03:39:39.327Z Compiling time-macros v0.2.18
24112024-05-30T03:39:39.629Z Compiling deranged v0.3.11
24122024-05-30T03:39:39.662Z Compiling form_urlencoded v1.2.1
24132024-05-30T03:39:39.697Z Compiling ring v0.17.8
24142024-05-30T03:39:40.033Z Compiling num_threads v0.1.7
24152024-05-30T03:39:40.179Z Compiling rand_chacha v0.3.1
24162024-05-30T03:39:40.367Z Compiling aho-corasick v1.1.3
24172024-05-30T03:39:40.438Z Compiling regex-syntax v0.8.3
24182024-05-30T03:39:41.612Z Compiling rand v0.8.5
24192024-05-30T03:39:42.505Z Compiling serde_derive_internals v0.29.1
24202024-05-30T03:39:42.830Z Compiling time v0.3.36
24212024-05-30T03:39:43.803Z Compiling idna v0.5.0
24222024-05-30T03:39:43.928Z Compiling slog v2.7.0
24232024-05-30T03:39:44.466Z Compiling regex-automata v0.4.6
24242024-05-30T03:39:45.426Z Compiling httparse v1.8.0
24252024-05-30T03:39:45.452Z Compiling url v2.5.0
24262024-05-30T03:39:45.985Z Compiling spin v0.5.2
24272024-05-30T03:39:46.237Z Compiling untrusted v0.9.0
24282024-05-30T03:39:47.376Z Compiling vcpkg v0.2.15
24292024-05-30T03:39:47.427Z Compiling pkg-config v0.3.30
24302024-05-30T03:39:47.927Z Compiling heck v0.4.1
24312024-05-30T03:39:48.447Z Compiling adler v1.0.2
24322024-05-30T03:39:48.464Z Compiling lazy_static v1.4.0
24332024-05-30T03:39:48.586Z Compiling backtrace v0.3.71
24342024-05-30T03:39:48.687Z Compiling miniz_oxide v0.7.2
24352024-05-30T03:39:49.018Z Compiling httpdate v1.0.3
24362024-05-30T03:39:49.046Z Compiling unicode-width v0.1.12
24372024-05-30T03:39:49.270Z Compiling try-lock v0.2.5
24382024-05-30T03:39:49.419Z Compiling gimli v0.28.1
24392024-05-30T03:39:49.510Z Compiling want v0.3.1
24402024-05-30T03:39:49.666Z Compiling openssl-sys v0.9.102
24412024-05-30T03:39:49.798Z Compiling regex v1.10.4
24422024-05-30T03:39:50.183Z Compiling serde_derive v1.0.202
24432024-05-30T03:39:50.292Z Compiling zeroize_derive v1.4.2
24442024-05-30T03:39:50.411Z Compiling thiserror-impl v1.0.60
24452024-05-30T03:39:50.711Z Compiling zerocopy-derive v0.7.34
24462024-05-30T03:39:50.933Z Compiling tokio-macros v2.2.0
24472024-05-30T03:39:52.005Z Compiling zeroize v1.7.0
24482024-05-30T03:39:52.745Z Compiling futures-macro v0.3.30
24492024-05-30T03:39:53.193Z Compiling zerocopy v0.7.34
24502024-05-30T03:39:53.526Z Compiling schemars_derive v0.8.20
24512024-05-30T03:39:53.951Z Compiling crypto-common v0.1.6
24522024-05-30T03:39:54.132Z Compiling block-buffer v0.10.4
24532024-05-30T03:39:54.213Z Compiling tracing-attributes v0.1.27
24542024-05-30T03:39:54.410Z Compiling digest v0.10.7
24552024-05-30T03:39:54.748Z Compiling async-trait v0.1.80
24562024-05-30T03:39:54.910Z Compiling futures-util v0.3.30
24572024-05-30T03:39:55.013Z Compiling addr2line v0.21.0
24582024-05-30T03:39:55.565Z Compiling hashbrown v0.14.5
24592024-05-30T03:39:55.724Z Compiling object v0.32.2
24602024-05-30T03:39:57.034Z Compiling mime v0.3.17
24612024-05-30T03:39:57.066Z Compiling base64 v0.21.7
24622024-05-30T03:39:57.755Z Compiling openssl v0.10.64
24632024-05-30T03:39:57.759Z Compiling foreign-types-shared v0.1.1
24642024-05-30T03:39:57.826Z Compiling anyhow v1.0.83
24652024-05-30T03:39:57.846Z Compiling tower-service v0.3.2
24662024-05-30T03:39:57.862Z Compiling rustc-demangle v0.1.24
24672024-05-30T03:39:57.966Z Compiling ipnet v2.9.0
24682024-05-30T03:39:58.198Z Compiling foreign-types v0.3.2
24692024-05-30T03:39:58.373Z Compiling tracing v0.1.40
24702024-05-30T03:39:58.677Z Compiling openssl-macros v0.1.1
24712024-05-30T03:39:58.899Z Compiling native-tls v0.2.11
24722024-05-30T03:39:58.924Z Compiling rustls v0.21.12
24732024-05-30T03:39:59.199Z Compiling base64ct v1.6.0
24742024-05-30T03:39:59.247Z Compiling crossbeam-utils v0.8.19
24752024-05-30T03:39:59.326Z Compiling winnow v0.5.40
24762024-05-30T03:39:59.401Z Compiling heck v0.5.0
24772024-05-30T03:39:59.787Z Compiling rustls-webpki v0.101.7
24782024-05-30T03:39:59.806Z Compiling sct v0.7.1
24792024-05-30T03:39:59.890Z Compiling cookie v0.17.0
24802024-05-30T03:39:59.912Z Compiling rustix v0.38.34
24812024-05-30T03:40:00.106Z Compiling openssl-probe v0.1.5
24822024-05-30T03:40:00.172Z Compiling ucd-trie v0.1.6
24832024-05-30T03:40:00.481Z Compiling pest v2.7.10
24842024-05-30T03:40:00.806Z Compiling futures-executor v0.3.30
24852024-05-30T03:40:01.370Z Compiling futures v0.3.30
24862024-05-30T03:40:01.495Z Compiling idna v0.3.0
24872024-05-30T03:40:01.722Z Compiling errno v0.3.9
24882024-05-30T03:40:01.979Z Compiling encoding_rs v0.8.34
24892024-05-30T03:40:03.210Z Compiling psl-types v2.0.11
24902024-05-30T03:40:03.248Z Compiling data-encoding v2.6.0
24912024-05-30T03:40:03.345Z Compiling rustversion v1.0.17
24922024-05-30T03:40:03.393Z Compiling publicsuffix v2.2.3
24932024-05-30T03:40:03.488Z Compiling pest_meta v2.7.10
24942024-05-30T03:40:04.591Z Compiling hmac v0.12.1
24952024-05-30T03:40:04.853Z Compiling scroll_derive v0.12.0
24962024-05-30T03:40:05.313Z Compiling bytes v1.6.0
24972024-05-30T03:40:05.784Z Compiling indexmap v2.2.6
24982024-05-30T03:40:06.437Z Compiling tokio v1.37.0
24992024-05-30T03:40:06.527Z Compiling uuid v1.8.0
25002024-05-30T03:40:06.596Z Compiling chrono v0.4.38
25012024-05-30T03:40:06.712Z Compiling bitflags v2.5.0
25022024-05-30T03:40:07.278Z Compiling http v0.2.12
25032024-05-30T03:40:07.927Z Compiling serde_tokenstream v0.2.0
25042024-05-30T03:40:08.000Z Compiling toml_datetime v0.6.6
25052024-05-30T03:40:08.536Z Compiling serde_spanned v0.6.6
25062024-05-30T03:40:08.766Z Compiling toml_edit v0.19.15
25072024-05-30T03:40:08.899Z Compiling http-body v0.4.6
25082024-05-30T03:40:10.008Z Compiling serde_urlencoded v0.7.1
25092024-05-30T03:40:10.525Z Compiling openapiv3 v2.0.0
25102024-05-30T03:40:10.566Z Compiling cookie_store v0.20.0
25112024-05-30T03:40:10.645Z Compiling scroll v0.12.0
25122024-05-30T03:40:11.266Z Compiling pest_generator v2.7.10
25132024-05-30T03:40:12.157Z Compiling rustls-pemfile v1.0.4
25142024-05-30T03:40:12.637Z Compiling plain v0.2.3
25152024-05-30T03:40:12.802Z Compiling strsim v0.11.1
25162024-05-30T03:40:13.430Z Compiling webpki-roots v0.25.4
25172024-05-30T03:40:13.451Z Compiling bitflags v1.3.2
25182024-05-30T03:40:13.488Z Compiling sync_wrapper v0.1.2
25192024-05-30T03:40:13.545Z Compiling pest_derive v2.7.10
25202024-05-30T03:40:13.577Z Compiling goblin v0.8.2
25212024-05-30T03:40:13.613Z Compiling rustc_version v0.4.0
25222024-05-30T03:40:13.783Z Compiling pem-rfc7468 v0.7.0
25232024-05-30T03:40:14.364Z Compiling block-padding v0.3.3
25242024-05-30T03:40:14.386Z Compiling tokio-util v0.7.11
25252024-05-30T03:40:14.567Z Compiling tokio-rustls v0.24.1
25262024-05-30T03:40:14.976Z Compiling tokio-native-tls v0.3.1
25272024-05-30T03:40:15.076Z Compiling der_derive v0.7.2
25282024-05-30T03:40:15.265Z Compiling usdt-impl v0.5.0
25292024-05-30T03:40:15.296Z Compiling pretty-hex v0.4.1
25302024-05-30T03:40:15.526Z Compiling h2 v0.3.26
25312024-05-30T03:40:15.612Z Compiling flagset v0.4.5
25322024-05-30T03:40:15.836Z Compiling inout v0.1.3
25332024-05-30T03:40:15.976Z Compiling dtrace-parser v0.2.0
25342024-05-30T03:40:16.126Z Compiling thread-id v4.2.1
25352024-05-30T03:40:16.248Z Compiling cipher v0.4.4
25362024-05-30T03:40:16.785Z Compiling sha2 v0.10.8
25372024-05-30T03:40:17.239Z Compiling either v1.12.0
25382024-05-30T03:40:17.551Z Compiling ff v0.13.0
25392024-05-30T03:40:17.676Z Compiling base16ct v0.2.0
25402024-05-30T03:40:17.762Z Compiling stable_deref_trait v1.2.0
25412024-05-30T03:40:17.766Z Compiling der v0.7.9
25422024-05-30T03:40:17.864Z Compiling group v0.13.0
25432024-05-30T03:40:18.033Z Compiling hkdf v0.12.4
25442024-05-30T03:40:18.249Z Compiling crossbeam-epoch v0.9.18
25452024-05-30T03:40:18.270Z Compiling crypto-bigint v0.5.5
25462024-05-30T03:40:18.307Z Compiling num-integer v0.1.46
25472024-05-30T03:40:19.096Z Compiling memmap v0.7.0
25482024-05-30T03:40:19.178Z Compiling crc32fast v1.4.0
25492024-05-30T03:40:19.488Z Compiling dof v0.3.0
25502024-05-30T03:40:19.780Z Compiling unicode-segmentation v1.11.0
25512024-05-30T03:40:20.635Z Compiling spki v0.7.3
25522024-05-30T03:40:21.022Z Compiling pkcs8 v0.10.2
25532024-05-30T03:40:21.398Z Compiling sec1 v0.7.3
25542024-05-30T03:40:21.626Z Compiling managed v0.8.0
25552024-05-30T03:40:21.846Z Compiling elliptic-curve v0.13.8
25562024-05-30T03:40:21.909Z Compiling winnow v0.6.8
25572024-05-30T03:40:22.000Z Compiling toml v0.7.8
25582024-05-30T03:40:22.076Z Compiling ipnetwork v0.20.0
25592024-05-30T03:40:22.330Z Compiling hyper v0.14.28
25602024-05-30T03:40:22.691Z Compiling hex v0.4.3
25612024-05-30T03:40:23.063Z Compiling utf8parse v0.2.1
25622024-05-30T03:40:23.239Z Compiling anstyle v1.0.7
25632024-05-30T03:40:23.353Z Compiling matches v0.1.10
25642024-05-30T03:40:23.467Z Compiling idna v0.2.3
25652024-05-30T03:40:23.728Z Compiling anstyle-parse v0.2.4
25662024-05-30T03:40:23.820Z Compiling enum-as-inner v0.5.1
25672024-05-30T03:40:24.075Z Compiling bit-vec v0.6.3
25682024-05-30T03:40:24.383Z Compiling colorchoice v1.0.1
25692024-05-30T03:40:24.459Z Compiling usdt-attr-macro v0.5.0
25702024-05-30T03:40:24.540Z Compiling usdt-macro v0.5.0
25712024-05-30T03:40:24.558Z Compiling anstyle-query v1.0.3
25722024-05-30T03:40:24.699Z Compiling siphasher v0.3.11
25732024-05-30T03:40:24.861Z Compiling is_terminal_polyfill v1.70.0
25742024-05-30T03:40:24.995Z Compiling anstream v0.6.14
25752024-05-30T03:40:25.089Z Compiling trust-dns-proto v0.22.0
25762024-05-30T03:40:25.092Z Compiling flate2 v1.0.30
25772024-05-30T03:40:25.800Z Compiling toml_edit v0.22.13
25782024-05-30T03:40:25.900Z Compiling num-bigint v0.4.5
25792024-05-30T03:40:26.111Z Compiling heapless v0.7.17
25802024-05-30T03:40:26.139Z Compiling terminal_size v0.3.0
25812024-05-30T03:40:26.221Z Compiling usdt v0.5.0
25822024-05-30T03:40:26.333Z Compiling regress v0.9.1
25832024-05-30T03:40:26.353Z Compiling clap_lex v0.7.0
25842024-05-30T03:40:26.538Z Compiling signal-hook v0.3.17
25852024-05-30T03:40:26.742Z Compiling finl_unicode v1.2.0
25862024-05-30T03:40:26.820Z Compiling clap_builder v4.5.2
25872024-05-30T03:40:26.969Z Compiling itertools v0.10.5
25882024-05-30T03:40:27.393Z Compiling stringprep v0.1.4
25892024-05-30T03:40:28.742Z Compiling clap_derive v4.5.4
25902024-05-30T03:40:29.899Z Compiling hyper-tls v0.5.0
25912024-05-30T03:40:30.278Z Compiling hyper-rustls v0.24.2
25922024-05-30T03:40:30.652Z Compiling reqwest v0.11.27
25932024-05-30T03:40:31.630Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25942024-05-30T03:40:32.732Z Compiling yasna v0.5.2
25952024-05-30T03:40:33.874Z Compiling md-5 v0.10.6
25962024-05-30T03:40:34.077Z Compiling hash32 v0.2.1
25972024-05-30T03:40:34.157Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25982024-05-30T03:40:34.491Z Compiling fallible-iterator v0.2.0
25992024-05-30T03:40:34.763Z Compiling smoltcp v0.9.1
26002024-05-30T03:40:35.043Z Compiling clap v4.5.4
26012024-05-30T03:40:35.246Z Compiling postgres-protocol v0.6.6
26022024-05-30T03:40:35.558Z Compiling phf_shared v0.11.2
26032024-05-30T03:40:35.976Z Compiling tokio-stream v0.1.15
26042024-05-30T03:40:36.065Z Compiling hubpack_derive v0.1.1
26052024-05-30T03:40:36.220Z Compiling zerocopy-derive v0.6.6
26062024-05-30T03:40:36.620Z Compiling diesel_table_macro_syntax v0.1.0
26072024-05-30T03:40:37.265Z Compiling scheduled-thread-pool v0.2.7
26082024-05-30T03:40:37.277Z Compiling fs-err v2.11.0
26092024-05-30T03:40:37.278Z Compiling fixedbitset v0.4.2
26102024-05-30T03:40:37.278Z Compiling hubpack v0.1.2
26112024-05-30T03:40:37.278Z Compiling diesel_derives v2.1.4
26122024-05-30T03:40:37.396Z Compiling petgraph v0.6.5
26132024-05-30T03:40:37.457Z Compiling r2d2 v0.8.10
26142024-05-30T03:40:37.503Z Compiling postgres-types v0.2.6
26152024-05-30T03:40:37.860Z Compiling phf v0.11.2
26162024-05-30T03:40:38.192Z Compiling signal-hook-mio v0.2.3
26172024-05-30T03:40:38.606Z Compiling zerocopy v0.6.6
26182024-05-30T03:40:38.709Z Compiling phf_shared v0.10.0
26192024-05-30T03:40:39.138Z Compiling similar v2.5.0
26202024-05-30T03:40:39.191Z Compiling num-iter v0.1.45
26212024-05-30T03:40:39.398Z Compiling strum_macros v0.25.3
26222024-05-30T03:40:39.485Z Compiling serde_repr v0.1.19
26232024-05-30T03:40:39.790Z Compiling getopts v0.2.21
26242024-05-30T03:40:40.748Z Compiling console v0.15.8
26252024-05-30T03:40:41.170Z Compiling float-cmp v0.9.0
26262024-05-30T03:40:41.170Z Compiling static_assertions v1.1.0
26272024-05-30T03:40:41.216Z Compiling whoami v1.5.1
26282024-05-30T03:40:41.609Z Compiling normalize-line-endings v0.3.0
26292024-05-30T03:40:41.695Z Compiling minimal-lexical v0.2.1
26302024-05-30T03:40:41.733Z Compiling unsafe-libyaml v0.2.11
26312024-05-30T03:40:41.903Z Compiling new_debug_unreachable v1.0.6
26322024-05-30T03:40:42.009Z Compiling difflib v0.4.0
26332024-05-30T03:40:42.668Z Compiling predicates-core v1.0.6
26342024-05-30T03:40:42.679Z Compiling precomputed-hash v0.1.1
26352024-05-30T03:40:42.679Z Compiling string_cache v0.8.7
26362024-05-30T03:40:42.679Z Compiling predicates v3.1.0
26372024-05-30T03:40:43.014Z Compiling nom v7.1.3
26382024-05-30T03:40:43.704Z Compiling serde_yaml v0.9.34+deprecated
26392024-05-30T03:40:43.831Z Compiling tokio-postgres v0.7.10
26402024-05-30T03:40:43.877Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26412024-05-30T03:40:44.476Z Compiling crossterm v0.27.0
26422024-05-30T03:40:46.871Z Compiling bit-set v0.5.3
26432024-05-30T03:40:47.173Z Compiling itertools v0.12.1
26442024-05-30T03:40:47.701Z Compiling bstr v1.9.1
26452024-05-30T03:40:48.299Z Compiling peg-runtime v0.8.3
26462024-05-30T03:40:48.390Z Compiling lalrpop-util v0.19.12
26472024-05-30T03:40:48.767Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26482024-05-30T03:40:48.988Z Compiling sha1 v0.10.6
26492024-05-30T03:40:49.006Z Compiling camino v1.1.7
26502024-05-30T03:40:49.228Z Compiling ident_case v1.0.1
26512024-05-30T03:40:49.429Z Compiling darling_core v0.20.9
26522024-05-30T03:40:49.448Z Compiling strum_macros v0.26.2
26532024-05-30T03:40:49.595Z Compiling dirs-sys-next v0.1.2
26542024-05-30T03:40:49.749Z Compiling match_cfg v0.1.0
26552024-05-30T03:40:49.859Z Compiling base64 v0.22.1
26562024-05-30T03:40:50.259Z Compiling hostname v0.3.1
26572024-05-30T03:40:50.458Z Compiling dirs-next v2.0.0
26582024-05-30T03:40:50.521Z Compiling toml v0.8.13
26592024-05-30T03:40:50.673Z Compiling http v1.1.0
26602024-05-30T03:40:50.719Z Compiling thread_local v1.1.8
26612024-05-30T03:40:50.737Z Compiling slog-async v2.8.0
26622024-05-30T03:40:51.283Z Compiling rustls-pki-types v1.7.0
26632024-05-30T03:40:51.410Z Compiling term v0.7.0
26642024-05-30T03:40:52.192Z Compiling crossbeam-channel v0.5.12
26652024-05-30T03:40:52.207Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26662024-05-30T03:40:52.360Z Compiling is-terminal v0.4.12
26672024-05-30T03:40:52.495Z Compiling paste v1.0.15
26682024-05-30T03:40:53.058Z Compiling take_mut v0.2.2
26692024-05-30T03:40:53.556Z Compiling rustls v0.22.4
26702024-05-30T03:40:53.556Z Compiling slog-term v2.9.1
26712024-05-30T03:40:53.556Z Compiling rustls-webpki v0.102.4
26722024-05-30T03:40:53.556Z Compiling multer v3.1.0
26732024-05-30T03:40:53.556Z Compiling diesel v2.1.6
26742024-05-30T03:40:53.680Z Compiling instant v0.1.12
26752024-05-30T03:40:54.675Z Compiling slog-json v2.6.1
26762024-05-30T03:40:54.868Z Compiling strum v0.26.2
26772024-05-30T03:40:55.055Z Compiling async-stream-impl v0.3.5
26782024-05-30T03:40:55.076Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26792024-05-30T03:40:55.205Z Compiling debug-ignore v1.0.5
26802024-05-30T03:40:55.363Z Compiling atomic-waker v1.1.2
26812024-05-30T03:40:55.454Z Compiling slog-bunyan v2.5.0
26822024-05-30T03:40:55.553Z Compiling waitgroup v0.1.2
26832024-05-30T03:40:56.069Z Compiling rustls-pemfile v2.1.2
26842024-05-30T03:40:56.081Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26852024-05-30T03:40:56.181Z Compiling serde_path_to_error v0.1.16
26862024-05-30T03:40:56.534Z Compiling async-stream v0.3.5
26872024-05-30T03:40:56.729Z Compiling structmeta-derive v0.3.0
26882024-05-30T03:40:56.909Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26892024-05-30T03:40:56.915Z Compiling hostname v0.4.0
26902024-05-30T03:40:56.915Z Compiling darling_macro v0.20.9
26912024-05-30T03:40:57.014Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26922024-05-30T03:40:57.059Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26932024-05-30T03:40:57.136Z Compiling newtype-uuid v1.1.0
26942024-05-30T03:40:57.343Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26952024-05-30T03:40:57.451Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26962024-05-30T03:40:57.767Z Compiling backoff v0.4.0
26972024-05-30T03:40:57.981Z Compiling darling v0.20.9
26982024-05-30T03:40:58.114Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26992024-05-30T03:40:58.131Z Compiling serde_with_macros v3.8.1
27002024-05-30T03:40:58.147Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012024-05-30T03:40:58.162Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
27022024-05-30T03:40:58.270Z Compiling macaddr v1.0.1
27032024-05-30T03:40:58.333Z Compiling proc-macro-crate v1.3.1
27042024-05-30T03:40:58.746Z Compiling tokio-rustls v0.25.0
27052024-05-30T03:40:58.959Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27062024-05-30T03:40:59.316Z Compiling fastrand v2.1.0
27072024-05-30T03:40:59.732Z Compiling num_enum_derive v0.5.11
27082024-05-30T03:40:59.907Z Compiling tempfile v3.10.1
27092024-05-30T03:41:00.007Z Compiling structmeta v0.3.0
27102024-05-30T03:41:00.490Z Compiling parse-display-derive v0.9.0
27112024-05-30T03:41:00.881Z Compiling proc-macro-error-attr v1.0.4
27122024-05-30T03:41:01.251Z Compiling proc-macro-error v1.0.4
27132024-05-30T03:41:01.445Z Compiling serde_with v3.8.1
27142024-05-30T03:41:01.540Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27152024-05-30T03:41:02.460Z Compiling num_enum v0.5.11
27162024-05-30T03:41:02.631Z Compiling foreign-types-macros v0.2.3
27172024-05-30T03:41:02.897Z Compiling foreign-types-shared v0.3.1
27182024-05-30T03:41:03.076Z Compiling heapless v0.8.0
27192024-05-30T03:41:03.675Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27202024-05-30T03:41:04.021Z Compiling foreign-types v0.5.0
27212024-05-30T03:41:04.805Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27222024-05-30T03:41:04.865Z Compiling cstr-argument v0.1.2
27232024-05-30T03:41:05.140Z Compiling hash32 v0.3.1
27242024-05-30T03:41:05.177Z Compiling smoltcp v0.11.0
27252024-05-30T03:41:05.395Z Compiling pretty-hex v0.2.1
27262024-05-30T03:41:05.592Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27272024-05-30T03:41:05.710Z Compiling parse-display v0.9.0
27282024-05-30T03:41:05.714Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27292024-05-30T03:41:05.803Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27302024-05-30T03:41:05.952Z Compiling camino-tempfile v1.1.1
27312024-05-30T03:41:05.970Z Compiling tabwriter v1.4.0
27322024-05-30T03:41:06.337Z Compiling colored v2.1.0
27332024-05-30T03:41:06.405Z Compiling socket2 v0.4.10
27342024-05-30T03:41:06.429Z Compiling cobs v0.2.3
27352024-05-30T03:41:06.518Z Compiling embedded-io v0.4.0
27362024-05-30T03:41:06.734Z Compiling postcard v1.0.8
27372024-05-30T03:41:06.775Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27382024-05-30T03:41:07.062Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27392024-05-30T03:41:07.129Z Compiling crucible-workspace-hack v0.1.0
27402024-05-30T03:41:07.315Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27412024-05-30T03:41:07.332Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27422024-05-30T03:41:07.419Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27432024-05-30T03:41:07.684Z Compiling smf v0.2.3
27442024-05-30T03:41:07.727Z Compiling humantime v2.1.0
27452024-05-30T03:41:08.072Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27462024-05-30T03:41:08.337Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27472024-05-30T03:41:08.412Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27482024-05-30T03:41:08.521Z Compiling num-derive v0.4.2
27492024-05-30T03:41:08.903Z Compiling sigpipe v0.1.3
27502024-05-30T03:41:09.033Z Compiling utf-8 v0.7.6
27512024-05-30T03:41:09.195Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27522024-05-30T03:41:09.398Z Compiling atty v0.2.14
27532024-05-30T03:41:09.549Z Compiling platforms v3.4.0
27542024-05-30T03:41:09.626Z Compiling same-file v1.0.6
27552024-05-30T03:41:09.891Z Compiling rayon-core v1.12.1
27562024-05-30T03:41:09.908Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27572024-05-30T03:41:10.177Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27582024-05-30T03:41:10.208Z Compiling semver v0.1.20
27592024-05-30T03:41:10.901Z Compiling rustc_version v0.1.7
27602024-05-30T03:41:11.077Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27612024-05-30T03:41:11.431Z Compiling curve25519-dalek v4.1.2
27622024-05-30T03:41:11.831Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27632024-05-30T03:41:11.873Z Compiling walkdir v2.5.0
27642024-05-30T03:41:12.039Z Compiling newline-converter v0.3.0
27652024-05-30T03:41:12.089Z Compiling crossbeam-deque v0.8.5
27662024-05-30T03:41:12.202Z Compiling universal-hash v0.5.1
27672024-05-30T03:41:12.230Z Compiling opaque-debug v0.3.1
27682024-05-30T03:41:12.247Z Compiling expectorate v1.1.0
27692024-05-30T03:41:12.424Z Compiling newtype_derive v0.1.6
27702024-05-30T03:41:12.428Z Compiling tungstenite v0.20.1
27712024-05-30T03:41:12.453Z Compiling xattr v1.3.1
27722024-05-30T03:41:12.665Z Compiling signature v2.2.0
27732024-05-30T03:41:12.709Z Compiling curve25519-dalek-derive v0.1.1
27742024-05-30T03:41:12.727Z Compiling blake3 v1.5.1
27752024-05-30T03:41:12.989Z Compiling ring v0.16.20
27762024-05-30T03:41:13.381Z Compiling filetime v0.2.23
27772024-05-30T03:41:13.767Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27782024-05-30T03:41:13.975Z Compiling unicase v2.7.0
27792024-05-30T03:41:14.138Z Compiling termcolor v1.4.1
27802024-05-30T03:41:14.268Z Compiling linked-hash-map v0.5.6
27812024-05-30T03:41:14.294Z Compiling convert_case v0.4.0
27822024-05-30T03:41:14.393Z Compiling arc-swap v1.7.1
27832024-05-30T03:41:14.644Z Compiling quick-error v1.2.3
27842024-05-30T03:41:14.651Z Compiling getrandom v0.1.16
27852024-05-30T03:41:14.801Z Compiling resolv-conf v0.7.0
27862024-05-30T03:41:15.029Z Compiling slog-scope v4.4.0
27872024-05-30T03:41:15.066Z Compiling lru-cache v0.1.2
27882024-05-30T03:41:15.088Z Compiling env_logger v0.9.3
27892024-05-30T03:41:15.342Z Compiling derive_more v0.99.17
27902024-05-30T03:41:15.632Z Compiling tar v0.4.40
27912024-05-30T03:41:15.651Z Compiling tokio-tungstenite v0.20.1
27922024-05-30T03:41:16.517Z Compiling rayon v1.10.0
27932024-05-30T03:41:16.647Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27942024-05-30T03:41:17.142Z Compiling password-hash v0.5.0
27952024-05-30T03:41:17.850Z Compiling blake2 v0.10.6
27962024-05-30T03:41:18.252Z Compiling bitstruct_derive v0.1.0
27972024-05-30T03:41:18.721Z Compiling derive-where v1.2.7
27982024-05-30T03:41:19.264Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27992024-05-30T03:41:19.427Z Compiling memmap2 v0.9.4
28002024-05-30T03:41:19.715Z Compiling arrayref v0.3.7
28012024-05-30T03:41:19.826Z Compiling home v0.5.9
28022024-05-30T03:41:19.910Z Compiling arrayvec v0.7.4
28032024-05-30T03:41:20.117Z Compiling ascii v1.1.0
28042024-05-30T03:41:20.328Z Compiling libefi-sys v0.1.0
28052024-05-30T03:41:20.611Z Compiling parking_lot_core v0.8.6
28062024-05-30T03:41:20.752Z Compiling constant_time_eq v0.3.0
28072024-05-30T03:41:20.951Z Compiling untrusted v0.7.1
28082024-05-30T03:41:21.168Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28092024-05-30T03:41:22.061Z Compiling toolchain_find v0.4.0
28102024-05-30T03:41:22.730Z Compiling bitstruct v0.1.1
28112024-05-30T03:41:22.759Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28122024-05-30T03:41:22.845Z Compiling argon2 v0.5.3
28132024-05-30T03:41:23.082Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28142024-05-30T03:41:23.921Z Compiling slog-stdlog v4.1.1
28152024-05-30T03:41:24.105Z Compiling trust-dns-resolver v0.22.0
28162024-05-30T03:41:24.139Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28172024-05-30T03:41:24.296Z Compiling num-rational v0.4.2
28182024-05-30T03:41:24.312Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28192024-05-30T03:41:24.706Z Compiling serde_arrays v0.1.0
28202024-05-30T03:41:25.262Z Compiling erased-serde v0.3.31
28212024-05-30T03:41:25.296Z Compiling rfc6979 v0.4.0
28222024-05-30T03:41:25.296Z Compiling aead v0.5.2
28232024-05-30T03:41:25.296Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28242024-05-30T03:41:25.297Z Compiling num-complex v0.4.6
28252024-05-30T03:41:25.297Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28262024-05-30T03:41:25.639Z Compiling nibble_vec v0.1.0
28272024-05-30T03:41:25.764Z Compiling slog-dtrace v0.3.0
28282024-05-30T03:41:25.853Z Compiling keccak v0.1.5
28292024-05-30T03:41:26.542Z Compiling cancel-safe-futures v0.1.5
28302024-05-30T03:41:26.542Z Compiling topological-sort v0.2.2
28312024-05-30T03:41:26.542Z Compiling endian-type v0.1.2
28322024-05-30T03:41:26.542Z Compiling sha3 v0.10.8
28332024-05-30T03:41:26.542Z Compiling radix_trie v0.2.1
28342024-05-30T03:41:26.542Z Compiling omicron-zone-package v0.11.0
28352024-05-30T03:41:26.542Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28362024-05-30T03:41:26.872Z Compiling num v0.4.3
28372024-05-30T03:41:27.096Z Compiling ecdsa v0.16.9
28382024-05-30T03:41:27.108Z Compiling slog-envlogger v2.2.0
28392024-05-30T03:41:27.294Z Compiling mime_guess v2.0.4
28402024-05-30T03:41:27.908Z Compiling rand_core v0.5.1
28412024-05-30T03:41:27.979Z Compiling steno v0.4.0
28422024-05-30T03:41:28.480Z Compiling rustfmt-wrapper v0.2.1
28432024-05-30T03:41:29.154Z Compiling poly1305 v0.8.0
28442024-05-30T03:41:29.810Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28452024-05-30T03:41:30.557Z Compiling primeorder v0.13.6
28462024-05-30T03:41:30.673Z Compiling heck v0.3.3
28472024-05-30T03:41:30.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482024-05-30T03:41:30.860Z Compiling chacha20 v0.9.1
28492024-05-30T03:41:31.094Z Compiling thiserror-impl-no-std v2.0.2
28502024-05-30T03:41:31.136Z Compiling secrecy v0.8.0
28512024-05-30T03:41:31.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28522024-05-30T03:41:31.337Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28532024-05-30T03:41:31.404Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28542024-05-30T03:41:32.081Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28552024-05-30T03:41:32.580Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28562024-05-30T03:41:33.167Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28572024-05-30T03:41:33.381Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28582024-05-30T03:41:33.598Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28592024-05-30T03:41:33.603Z Compiling half v2.4.1
28602024-05-30T03:41:33.744Z Compiling option-ext v0.2.0
28612024-05-30T03:41:33.820Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28622024-05-30T03:41:33.883Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28632024-05-30T03:41:34.049Z Compiling ciborium-io v0.2.2
28642024-05-30T03:41:34.090Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28652024-05-30T03:41:34.138Z Compiling ciborium-ll v0.2.2
28662024-05-30T03:41:34.198Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28672024-05-30T03:41:34.395Z Compiling dirs-sys v0.4.1
28682024-05-30T03:41:34.479Z Compiling thiserror-no-std v2.0.2
28692024-05-30T03:41:34.549Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28702024-05-30T03:41:34.602Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28712024-05-30T03:41:34.841Z Compiling zone_cfg_derive v0.1.2
28722024-05-30T03:41:35.111Z Compiling parking_lot v0.11.2
28732024-05-30T03:41:35.434Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28742024-05-30T03:41:35.864Z Compiling rand_chacha v0.2.2
28752024-05-30T03:41:36.092Z Compiling trust-dns-client v0.22.0
28762024-05-30T03:41:36.724Z Compiling ed25519 v2.2.3
28772024-05-30T03:41:37.489Z Compiling polyval v0.6.2
28782024-05-30T03:41:37.501Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28792024-05-30T03:41:37.968Z Compiling tungstenite v0.21.0
28802024-05-30T03:41:38.389Z Compiling ctr v0.9.2
28812024-05-30T03:41:38.389Z Compiling aes v0.8.4
28822024-05-30T03:41:38.397Z Compiling blowfish v0.9.1
28832024-05-30T03:41:38.643Z Compiling libsw v3.3.1
28842024-05-30T03:41:38.974Z Compiling toml v0.5.11
28852024-05-30T03:41:39.371Z Compiling password-hash v0.4.2
28862024-05-30T03:41:39.733Z Compiling pbkdf2 v0.12.2
28872024-05-30T03:41:39.912Z Compiling gethostname v0.4.3
28882024-05-30T03:41:39.928Z Compiling fxhash v0.2.1
28892024-05-30T03:41:40.157Z Compiling base64 v0.13.1
28902024-05-30T03:41:40.209Z Compiling swrite v0.1.0
28912024-05-30T03:41:40.336Z Compiling linear-map v1.2.0
28922024-05-30T03:41:40.368Z Compiling owo-colors v4.0.0
28932024-05-30T03:41:40.714Z Compiling ron v0.7.1
28942024-05-30T03:41:40.777Z Compiling trust-dns-server v0.22.1
28952024-05-30T03:41:40.794Z Compiling sled v0.34.7
28962024-05-30T03:41:42.665Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28972024-05-30T03:41:42.900Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28982024-05-30T03:41:43.191Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28992024-05-30T03:41:47.323Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29002024-05-30T03:41:47.997Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29012024-05-30T03:41:48.291Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29022024-05-30T03:41:50.069Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29032024-05-30T03:41:50.624Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29042024-05-30T03:41:50.885Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29052024-05-30T03:41:50.888Z Compiling bcrypt-pbkdf v0.10.0
29062024-05-30T03:41:51.509Z Compiling pbkdf2 v0.11.0
29072024-05-30T03:41:52.073Z Compiling tokio-tungstenite v0.21.0
29082024-05-30T03:41:52.084Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29092024-05-30T03:41:52.152Z Compiling ghash v0.5.1
29102024-05-30T03:41:52.362Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29112024-05-30T03:41:52.444Z Compiling ed25519-dalek v2.1.1
29122024-05-30T03:41:52.699Z Compiling zone v0.1.8
29132024-05-30T03:41:52.943Z Compiling rand v0.7.3
29142024-05-30T03:41:53.748Z Compiling dirs v5.0.1
29152024-05-30T03:41:53.797Z Compiling vsss-rs v3.3.4
29162024-05-30T03:41:53.959Z Compiling ciborium v0.2.2
29172024-05-30T03:41:55.559Z Compiling chacha20poly1305 v0.10.1
29182024-05-30T03:41:55.697Z Compiling p256 v0.13.2
29192024-05-30T03:41:55.817Z Compiling p521 v0.13.3
29202024-05-30T03:41:56.099Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29212024-05-30T03:41:56.566Z Compiling pem v3.0.4
29222024-05-30T03:41:57.458Z Compiling cbc v0.1.2
29232024-05-30T03:41:57.474Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29242024-05-30T03:41:57.720Z Compiling headers-core v0.2.0
29252024-05-30T03:41:57.866Z Compiling kstat-rs v0.2.3
29262024-05-30T03:41:57.886Z Compiling portpicker v0.1.1
29272024-05-30T03:41:58.241Z Compiling nanorand v0.7.0
29282024-05-30T03:41:58.354Z Compiling russh-cryptovec v0.7.2
29292024-05-30T03:41:58.489Z Compiling md5 v0.7.0
29302024-05-30T03:41:58.493Z Compiling glob v0.3.1
29312024-05-30T03:41:58.524Z Compiling http-range v0.1.5
29322024-05-30T03:41:58.691Z Compiling hyper-staticfile v0.9.5
29332024-05-30T03:41:58.884Z Compiling russh-keys v0.43.0
29342024-05-30T03:41:58.914Z Compiling flume v0.11.0
29352024-05-30T03:41:59.030Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29362024-05-30T03:41:59.464Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29372024-05-30T03:41:59.604Z Compiling headers v0.3.9
29382024-05-30T03:42:01.683Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29392024-05-30T03:42:02.417Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29402024-05-30T03:42:03.242Z Compiling rcgen v0.12.1
29412024-05-30T03:42:03.431Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29422024-05-30T03:42:05.227Z Compiling aes-gcm v0.10.3
29432024-05-30T03:42:05.549Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29442024-05-30T03:42:06.211Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29452024-05-30T03:42:06.328Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29462024-05-30T03:42:07.481Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29472024-05-30T03:42:08.747Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29482024-05-30T03:42:09.209Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29492024-05-30T03:42:11.122Z Compiling atomicwrites v0.4.3
29502024-05-30T03:42:11.490Z Compiling subprocess v0.2.9
29512024-05-30T03:42:13.325Z Compiling dhcproto-macros v0.1.0
29522024-05-30T03:42:13.636Z Compiling hex-literal v0.4.1
29532024-05-30T03:42:13.803Z Compiling display-error-chain v0.2.0
29542024-05-30T03:42:13.996Z Compiling russh v0.43.0
29552024-05-30T03:42:14.358Z Compiling dhcproto v0.11.0
29562024-05-30T03:42:16.669Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29572024-05-30T03:42:17.148Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29582024-05-30T03:42:17.998Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29592024-05-30T03:42:18.484Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29602024-05-30T03:42:19.613Z Compiling internet-checksum v0.2.1
29612024-05-30T03:42:20.389Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29622024-05-30T03:42:41.907Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29632024-05-30T03:43:26.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 54s
29642024-05-30T03:43:26.592Z
29652024-05-30T03:43:26.592Zreal 3:54.680593905
29662024-05-30T03:43:26.592Zuser 20:51.057971337
29672024-05-30T03:43:26.592Zsys 4:37.075360100
29682024-05-30T03:43:26.592Ztrap 0.630709737
29692024-05-30T03:43:26.592Ztflt 0.510423862
29702024-05-30T03:43:26.592Zdflt 2.292254179
29712024-05-30T03:43:26.592Zkflt 0.000068077
29722024-05-30T03:43:26.592Zlock 44:06.316582221
29732024-05-30T03:43:26.592Zslp 59:43.403709917
29742024-05-30T03:43:26.592Zlat 1:13.597644410
29752024-05-30T03:43:26.592Zstop 3:01.334728661
29762024-05-30T03:43:26.592Z+ mkdir tests
29772024-05-30T03:43:26.593Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29782024-05-30T03:43:26.593Z+ xargs -I '{}' -t cp '{}' tests/
29792024-05-30T03:43:26.996Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4706f78389acb2fc tests/
29802024-05-30T03:43:27.025Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c777b65414d8537e tests/
29812024-05-30T03:43:27.055Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-79a13cf4d352a2d6 tests/
29822024-05-30T03:43:27.086Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ddcb005cd3b16d5c tests/
29832024-05-30T03:43:27.443Z+ 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/*)
29842024-05-30T03:43:27.446Z+ 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-c777b65414d8537e tests/commtest-79a13cf4d352a2d6 tests/dhcp_server-4706f78389acb2fc tests/end_to_end_tests-ddcb005cd3b16d5c 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
29852024-05-30T03:44:31.063ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29862024-05-30T03:44:31.064Za out/target/test 1K
29872024-05-30T03:44:31.064Za out/npuzone/npuzone 23144K
29882024-05-30T03:44:31.064Za package-manifest.toml 28K
29892024-05-30T03:44:31.064Za smf/sled-agent/non-gimlet/config.toml 4K
29902024-05-30T03:44:31.064Za target/release/omicron-package 31811K
29912024-05-30T03:44:31.064Za target/release/xtask 6786K
29922024-05-30T03:44:31.064Za target/debug/bootstrap 351125K
29932024-05-30T03:44:31.064Za tests/bootstrap-c777b65414d8537e 23990K
29942024-05-30T03:44:31.064Za tests/commtest-79a13cf4d352a2d6 23990K
29952024-05-30T03:44:31.064Za tests/dhcp_server-4706f78389acb2fc 23990K
29962024-05-30T03:44:31.064Za tests/end_to_end_tests-ddcb005cd3b16d5c 360673K
29972024-05-30T03:44:31.064Za out/clickhouse.tar.gz 222996K
29982024-05-30T03:44:31.064Za out/clickhouse_keeper.tar.gz 222984K
29992024-05-30T03:44:31.064Za out/cockroachdb.tar.gz 131108K
30002024-05-30T03:44:31.064Za out/crucible-pantry-zone.tar.gz 27295K
30012024-05-30T03:44:31.064Za out/crucible-zone.tar.gz 38055K
30022024-05-30T03:44:31.064Za out/external-dns.tar.gz 25095K
30032024-05-30T03:44:31.064Za out/internal-dns.tar.gz 25094K
30042024-05-30T03:44:31.064Za out/mg-ddm-gz.tar 60408K
30052024-05-30T03:44:31.064Za out/nexus.tar.gz 82324K
30062024-05-30T03:44:31.064Za out/ntp.tar.gz 8845K
30072024-05-30T03:44:31.065Za out/omicron-gateway-softnpu.tar.gz 14639K
30082024-05-30T03:44:31.065Za out/omicron-sled-agent.tar 92762K
30092024-05-30T03:44:31.065Za out/overlay.tar.gz 3K
30102024-05-30T03:44:31.065Za out/oximeter.tar.gz 40324K
30112024-05-30T03:44:31.065Za out/oxlog.tar 2934K
30122024-05-30T03:44:31.065Za out/probe.tar.gz 2764K
30132024-05-30T03:44:31.065Za out/propolis-server.tar.gz 65435K
30142024-05-30T03:44:31.065Za out/pumpkind-gz.tar 26665K
30152024-05-30T03:44:31.065Za out/switch-softnpu.tar.gz 196600K
30162024-05-30T03:44:31.070Z
30172024-05-30T03:44:31.070Zreal 1:03.609443316
30182024-05-30T03:44:31.070Zuser 1:00.832147298
30192024-05-30T03:44:31.070Zsys 3.821580608
30202024-05-30T03:44:31.070Ztrap 0.015236141
30212024-05-30T03:44:31.070Ztflt 0.000000000
30222024-05-30T03:44:31.070Zdflt 0.000000000
30232024-05-30T03:44:31.070Zkflt 0.000000000
30242024-05-30T03:44:31.070Zlock 0.000000000
30252024-05-30T03:44:31.070Zslp 1:00.771623434
30262024-05-30T03:44:31.070Zlat 1.775120391
30272024-05-30T03:44:31.071Zstop 0.000190993
30282024-05-30T03:44:31.071Zprocess exited: duration 1913767 ms, exit code 0
 
30292024-05-30T03:44:31.089Zfound 1 output files
30302024-05-30T03:44:31.089Zuploading: /work/package.tar.gz (1393946117 bytes)
30312024-05-30T03:53:28.881Zuploaded: /work/package.tar.gz