01JFKGDMQ8WQFXZ9T9JP0E4T9E: helios / package

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

Buildomat Job: 01JFKGEHTXKMS505YREG449RHY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T02:24:53.535Zjob assigned to worker 01JFKGER5HMNKHY6VZ5ZQH2TJQ [factory aws, i-0a22c5f1972b53720] (queued for 59 s)
 
22024-12-21T02:25:00.874Zstarting task 0: "setup"
32024-12-21T02:25:00.883Z++ uname -s
42024-12-21T02:25:00.886Z+ kern=SunOS
52024-12-21T02:25:00.886Z+ case "$kern" in
62024-12-21T02:25:00.886Z+ groupadd -g 12345 build
72024-12-21T02:25:00.889Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T02:25:02.903Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T02:25:03.039Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T02:25:03.041Z+ home_fs=zfs
112024-12-21T02:25:03.041Z+ [[ zfs == autofs ]]
122024-12-21T02:25:03.041Z+ mkdir -p /home/build
132024-12-21T02:25:03.044Z+ chown build:build /home/build /work
142024-12-21T02:25:05.048Z+ chmod 0700 /home/build /work
152024-12-21T02:25:05.051Zprocess exited: duration 4174 ms, exit code 0
 
162024-12-21T02:25:05.058Zstarting task 1: "rust-toolchain"
172024-12-21T02:25:05.061Z+ printf ' * toolchain channel = "%s"
182024-12-21T02:25:05.061Z' 1.81.0
192024-12-21T02:25:05.061Z+ printf ' * toolchain profile = "%s"
202024-12-21T02:25:05.061Z' default
212024-12-21T02:25:05.061Z * toolchain channel = "1.81.0"
222024-12-21T02:25:05.061Z * toolchain profile = "default"
232024-12-21T02:25:05.064Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T02:25:05.064Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T02:25:05.180Zinfo: downloading installer
262024-12-21T02:25:06.349Zinfo: profile set to 'default'
272024-12-21T02:25:06.349Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T02:25:06.352Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T02:25:06.485Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T02:25:06.485Zinfo: downloading component 'cargo'
312024-12-21T02:25:07.186Zinfo: downloading component 'clippy'
322024-12-21T02:25:07.450Zinfo: downloading component 'rust-docs'
332024-12-21T02:25:08.507Zinfo: downloading component 'rust-std'
342024-12-21T02:25:10.023Zinfo: downloading component 'rustc'
352024-12-21T02:25:15.483Zinfo: downloading component 'rustfmt'
362024-12-21T02:25:15.687Zinfo: installing component 'cargo'
372024-12-21T02:25:16.476Zinfo: installing component 'clippy'
382024-12-21T02:25:16.833Zinfo: installing component 'rust-docs'
392024-12-21T02:25:18.435Zinfo: installing component 'rust-std'
402024-12-21T02:25:20.155Zinfo: installing component 'rustc'
412024-12-21T02:25:25.836Zinfo: installing component 'rustfmt'
422024-12-21T02:25:26.170Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T02:25:26.170Z
442024-12-21T02:25:26.520Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T02:25:26.521Z
462024-12-21T02:25:26.523Z
472024-12-21T02:25:26.523ZRust is installed now. Great!
482024-12-21T02:25:26.523Z
492024-12-21T02:25:26.523ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T02:25:26.524Zenvironment variable. This has not been done automatically.
512024-12-21T02:25:26.524Z
522024-12-21T02:25:26.524ZTo configure your current shell, you need to source
532024-12-21T02:25:26.524Zthe corresponding env file under $HOME/.cargo.
542024-12-21T02:25:26.524Z
552024-12-21T02:25:26.524ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T02:25:26.524Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T02:25:26.524Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T02:25:26.596Z+ rustc --version
592024-12-21T02:25:26.662Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T02:25:26.665Zprocess exited: duration 21582 ms, exit code 0
 
612024-12-21T02:25:26.670Zstarting task 2: "authentication"
622024-12-21T02:25:26.694Zprocess exited: duration 22 ms, exit code 0
 
632024-12-21T02:25:26.699Zstarting task 3: "clone repository"
642024-12-21T02:25:26.705Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T02:25:26.709Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T02:25:26.750ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T02:25:33.370Z+ cd /work/oxidecomputer/omicron
682024-12-21T02:25:33.370Z+ git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
692024-12-21T02:25:33.648ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T02:25:33.648Z * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD
712024-12-21T02:25:33.658Z+ [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]]
722024-12-21T02:25:33.662Z++ git branch --show-current
732024-12-21T02:25:33.664Z+ current=main
742024-12-21T02:25:33.664Z+ [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]]
752024-12-21T02:25:33.664Z+ git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
762024-12-21T02:25:33.667Z+ git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets
772024-12-21T02:25:33.743ZSwitched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets'
782024-12-21T02:25:33.745Z+ git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
792024-12-21T02:25:33.820ZHEAD is now at ec6f3678b rebase
802024-12-21T02:25:33.823Zprocess exited: duration 7113 ms, exit code 0
 
812024-12-21T02:25:33.833Zstarting task 4: "build"
822024-12-21T02:25:33.838Z+ source .github/buildomat/ci-env.sh
832024-12-21T02:25:33.838Z++ export CARGO_TERM_COLOR=always
842024-12-21T02:25:33.838Z++ CARGO_TERM_COLOR=always
852024-12-21T02:25:33.838Z+ cargo --version
862024-12-21T02:25:33.892Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T02:25:33.895Z+ rustc --version
882024-12-21T02:25:33.951Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T02:25:33.954Z+ WORK=/work
902024-12-21T02:25:33.954Z+ pfexec mkdir -p /work
912024-12-21T02:25:33.958Z+ pfexec chown build /work
922024-12-21T02:25:33.961Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-21T02:25:45.962Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-21T02:25:49.841Z Startup: Caching catalogs ... Done
952024-12-21T02:26:00.607ZPlanning: Solver setup ... Done (9.785s)
962024-12-21T02:26:00.740ZPlanning: Running solver ... Done (0.132s)
972024-12-21T02:26:00.847ZPlanning: Finding local manifests ... Done (0.004s)
982024-12-21T02:26:00.873ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-21T02:26:01.121ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-21T02:26:01.222ZPlanning: Package planning ... Done (0.101s)
1012024-12-21T02:26:01.279ZPlanning: Merging actions ... Done (0.057s)
1022024-12-21T02:26:01.640ZPlanning: Checking for conflicting actions ... Done (0.360s)
1032024-12-21T02:26:03.899ZPlanning: Consolidating action changes ... Done (2.255s)
1042024-12-21T02:26:04.358ZPlanning: Evaluating mediators ... Done (0.458s)
1052024-12-21T02:26:04.439ZPlanning: Planning completed in 14.49 seconds
1062024-12-21T02:26:04.455Z Packages to install: 4
1072024-12-21T02:26:04.455Z Packages to update: 1
1082024-12-21T02:26:04.458Z Mediators to change: 2
1092024-12-21T02:26:04.458Z Services to change: 1
1102024-12-21T02:26:04.458Z Estimated space available: 155.63 GB
1112024-12-21T02:26:04.458ZEstimated space to be consumed: 1.62 GB
1122024-12-21T02:26:04.458Z Create boot environment: No
1132024-12-21T02:26:04.458ZCreate backup boot environment: Yes
1142024-12-21T02:26:04.458Z Rebuild boot archive: No
1152024-12-21T02:26:04.458Z
1162024-12-21T02:26:04.458ZChanged mediators:
1172024-12-21T02:26:04.458Z mediator clang:
1182024-12-21T02:26:04.458Z version: None -> 15 (system default)
1192024-12-21T02:26:04.458Z
1202024-12-21T02:26:04.459Z mediator llvm:
1212024-12-21T02:26:04.459Z version: 14 (system default) -> 15 (system default)
1222024-12-21T02:26:04.459Z
1232024-12-21T02:26:04.459ZChanged packages:
1242024-12-21T02:26:04.459Zhelios-dev
1252024-12-21T02:26:04.459Z developer/build-essential
1262024-12-21T02:26:04.459Z None -> 11-2.0
1272024-12-21T02:26:04.459Z library/libxmlsec1
1282024-12-21T02:26:04.459Z None -> 1.2.35-2.0
1292024-12-21T02:26:04.459Z ooce/developer/clang-15
1302024-12-21T02:26:04.459Z None -> 15.0.7-2.0
1312024-12-21T02:26:04.459Z ooce/developer/llvm-15
1322024-12-21T02:26:04.459Z None -> 15.0.7-2.0
1332024-12-21T02:26:04.459Z package/pkg
1342024-12-21T02:26:04.459Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-21T02:26:04.459Z
1362024-12-21T02:26:04.459ZServices:
1372024-12-21T02:26:04.459Z restart_fmri:
1382024-12-21T02:26:04.459Z svc:/system/update-man-index:default
1392024-12-21T02:26:04.459Z
1402024-12-21T02:26:04.459ZEditable files to change:
1412024-12-21T02:26:04.459Z Update:
1422024-12-21T02:26:04.459Z usr/share/lib/pkg/web/config.shtml
1432024-12-21T02:26:04.535Z
1442024-12-21T02:26:04.536ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-21T02:26:10.654ZDownload: 212/4281 items 1.3/220.6MB 0% complete (1.1M/s)
1462024-12-21T02:26:15.765ZDownload: 427/4281 items 2.9/220.6MB 1% complete (198k/s)
1472024-12-21T02:26:20.916ZDownload: 588/4281 items 17.5/220.6MB 7% complete (1.8M/s)
1482024-12-21T02:26:25.932ZDownload: 1055/4281 items 19.7/220.6MB 8% complete (1.7M/s)
1492024-12-21T02:26:31.330ZDownload: 1192/4281 items 83.5/220.6MB 37% complete (6.6M/s)
1502024-12-21T02:26:46.526ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1512024-12-21T02:26:51.550ZDownload: 1483/4281 items 117.3/220.6MB 53% complete (7.4M/s)
1522024-12-21T02:26:56.695ZDownload: 1745/4281 items 118.1/220.6MB 53% complete (3.6M/s)
1532024-12-21T02:27:01.704ZDownload: 1935/4281 items 118.6/220.6MB 53% complete (177k/s)
1542024-12-21T02:27:06.735ZDownload: 2145/4281 items 118.9/220.6MB 53% complete (87.0k/s)
1552024-12-21T02:27:14.649ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (74.7k/s)
1562024-12-21T02:27:20.085ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1572024-12-21T02:27:25.106ZDownload: 2659/4281 items 120.7/220.6MB 54% complete (159k/s)
1582024-12-21T02:27:30.123ZDownload: 3033/4281 items 121.3/220.6MB 55% complete (219k/s)
1592024-12-21T02:27:35.129ZDownload: 3242/4281 items 194.7/220.6MB 88% complete (7.3M/s)
1602024-12-21T02:27:45.299ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (8.0M/s)
1612024-12-21T02:27:58.569ZDownload: 3246/4281 items 203.1/220.6MB 92% complete
1622024-12-21T02:28:03.713ZDownload: 3607/4281 items 215.8/220.6MB 97% complete (2.7M/s)
1632024-12-21T02:28:09.072ZDownload: 4206/4281 items 220.5/220.6MB 99% complete (2.1M/s)
1642024-12-21T02:28:13.521ZDownload: Completed 220.60 MB in 128.84 seconds (1.7M/s)
1652024-12-21T02:28:15.635Z Actions: 1/5063 actions (Removing old actions)
1662024-12-21T02:28:15.658Z Actions: 194/5063 actions (Installing new actions)
1672024-12-21T02:28:20.291Z Actions: 4226/5063 actions (Updating modified actions)
1682024-12-21T02:28:20.606Z Actions: Completed 5063 actions in 4.96 seconds.
1692024-12-21T02:28:21.012Z Done (0.398s)
1702024-12-21T02:28:21.015Z Done (0.000s)
1712024-12-21T02:28:21.591Z Done (0.577s)
1722024-12-21T02:28:25.991Z Done (4.177s)
1732024-12-21T02:28:26.084Z Done (0.018s)
1742024-12-21T02:28:26.087Z Done (0.000s)
1752024-12-21T02:28:26.265Z Done (0.000s)
1762024-12-21T02:28:26.953ZPlanning: Evaluating mediator changes ... Done
1772024-12-21T02:28:27.115ZPlanning: Checking for conflicting actions ... Done
1782024-12-21T02:28:27.118ZPlanning: Consolidating action changes ... Done
1792024-12-21T02:28:27.380ZPlanning: Evaluating mediators ... Done
1802024-12-21T02:28:27.383ZPlanning: Planning completed in 0.43 seconds
1812024-12-21T02:28:27.421Z Mediators to change: 2
1822024-12-21T02:28:27.421Z Create boot environment: No
1832024-12-21T02:28:27.424ZCreate backup boot environment: No
1842024-12-21T02:28:27.511Z Done
1852024-12-21T02:28:27.511Z Done
1862024-12-21T02:28:27.869Z Done
1872024-12-21T02:28:31.549Z Done
1882024-12-21T02:28:31.640Z Done
1892024-12-21T02:28:31.642Z Done
1902024-12-21T02:28:31.771Z Done
1912024-12-21T02:28:32.383ZPlanning: Evaluating mediator changes ... Done
1922024-12-21T02:28:32.385ZPlanning: Merging actions ... Done
1932024-12-21T02:28:32.575ZPlanning: Checking for conflicting actions ... Done
1942024-12-21T02:28:32.578ZPlanning: Consolidating action changes ... Done
1952024-12-21T02:28:32.846ZPlanning: Evaluating mediators ... Done
1962024-12-21T02:28:32.893ZPlanning: Planning completed in 0.75 seconds
1972024-12-21T02:28:32.941Z Packages to change: 1
1982024-12-21T02:28:32.941Z Mediators to change: 1
1992024-12-21T02:28:32.946Z Services to change: 1
2002024-12-21T02:28:32.946Z Create boot environment: No
2012024-12-21T02:28:32.946ZCreate backup boot environment: Yes
2022024-12-21T02:28:35.394Z Actions: 1/6 actions (Updating modified actions)
2032024-12-21T02:28:35.396Z Actions: Completed 6 actions in 0.00 seconds.
2042024-12-21T02:28:35.396Z Done
2052024-12-21T02:28:35.396Z Done
2062024-12-21T02:28:35.513Z Done
2072024-12-21T02:28:39.182Z Done
2082024-12-21T02:28:39.279Z Done
2092024-12-21T02:28:39.282Z Done
2102024-12-21T02:28:39.413Z Done
2112024-12-21T02:28:39.845ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-12-21T02:28:39.845Zclang system 15 system
2132024-12-21T02:28:39.845Zcsh system system illumos
2142024-12-21T02:28:39.845Zctags system system illumos
2152024-12-21T02:28:39.845Zgcc vendor 12 vendor
2162024-12-21T02:28:39.845Zgcc system 10 system
2172024-12-21T02:28:39.845Zgcc system 7 system
2182024-12-21T02:28:39.845Zgo system 1.20 system
2192024-12-21T02:28:39.845Zgo system 1.19 system
2202024-12-21T02:28:39.845Zllvm system 15 system
2212024-12-21T02:28:39.845Zllvm system 14 system
2222024-12-21T02:28:39.845Zmariadb system 10.6 system
2232024-12-21T02:28:39.845Zmta vendor vendor dma
2242024-12-21T02:28:39.845Zopenjdk system 17 system
2252024-12-21T02:28:39.845Zopenjdk system 11 system
2262024-12-21T02:28:39.845Zopenjdk system 1.8 system
2272024-12-21T02:28:39.845Zopenssl vendor 3 vendor
2282024-12-21T02:28:39.845Zperl system 5.36 system
2292024-12-21T02:28:39.845Zpostgresql system 15 system
2302024-12-21T02:28:39.846Zpostgresql system 13 system
2312024-12-21T02:28:39.846Zpython vendor 3 vendor
2322024-12-21T02:28:39.846Zpython system 2 system
2332024-12-21T02:28:39.846Zpython3 system 3.11 system
2342024-12-21T02:28:39.846Zruby system 3.0 system
2352024-12-21T02:28:39.846Zwords vendor vendor american-english
2362024-12-21T02:28:39.846Zwords system system australian-english
2372024-12-21T02:28:39.846Zwords system system british-english
2382024-12-21T02:28:39.846Zwords system system canadian-english
2392024-12-21T02:28:39.846Zwords system system french
2402024-12-21T02:28:39.846Zwords system system italian
2412024-12-21T02:28:39.846Zwords system system ngerman
2422024-12-21T02:28:39.846Zwords system system ogerman
2432024-12-21T02:28:39.846Zwords system system spanish
2442024-12-21T02:28:40.172ZPUBLISHER TYPE STATUS P LOCATION
2452024-12-21T02:28:40.172Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-12-21T02:28:42.937ZFMRI IFO
2472024-12-21T02:28:42.937Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-12-21T02:28:42.937Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-12-21T02:28:42.937Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-12-21T02:28:42.937Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-12-21T02:28:42.937Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-12-21T02:28:42.937Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-12-21T02:28:42.937Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2542024-12-21T02:28:42.937Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552024-12-21T02:28:42.937Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562024-12-21T02:28:42.937Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2572024-12-21T02:28:42.938Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2582024-12-21T02:28:42.938Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592024-12-21T02:28:42.938Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2602024-12-21T02:28:42.938Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2612024-12-21T02:28:42.938Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622024-12-21T02:28:43.698Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632024-12-21T02:28:43.966Z Updating crates.io index
2642024-12-21T02:28:44.053Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652024-12-21T02:28:44.548Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662024-12-21T02:28:44.823Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672024-12-21T02:28:45.009Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682024-12-21T02:28:45.269Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692024-12-21T02:28:46.219Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702024-12-21T02:28:47.776Z Updating git repository `https://github.com/oxidecomputer/opte`
2712024-12-21T02:28:48.349Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722024-12-21T02:28:49.036Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732024-12-21T02:28:49.256Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742024-12-21T02:28:49.526Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752024-12-21T02:28:50.109Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2762024-12-21T02:28:50.370Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772024-12-21T02:28:50.641Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782024-12-21T02:28:50.858Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792024-12-21T02:28:51.089Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802024-12-21T02:28:51.315Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812024-12-21T02:28:51.546Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822024-12-21T02:28:51.828Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832024-12-21T02:28:52.102Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842024-12-21T02:28:52.424Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852024-12-21T02:28:52.859Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862024-12-21T02:28:53.109Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872024-12-21T02:28:53.467Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882024-12-21T02:28:53.973Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2892024-12-21T02:28:54.219Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902024-12-21T02:28:54.443Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912024-12-21T02:28:54.677Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922024-12-21T02:28:56.075Z Downloading crates ...
2932024-12-21T02:28:56.103Z Downloaded autocfg v1.4.0
2942024-12-21T02:28:56.103Z Downloaded anstyle-query v1.1.1
2952024-12-21T02:28:56.103Z Downloaded bitflags v2.6.0
2962024-12-21T02:28:56.103Z Downloaded anstream v0.6.15
2972024-12-21T02:28:56.103Z Downloaded dtrace-parser v0.2.0
2982024-12-21T02:28:56.103Z Downloaded swrite v0.1.0
2992024-12-21T02:28:56.103Z Downloaded usdt-attr-macro v0.5.0
3002024-12-21T02:28:56.103Z Downloaded usdt-macro v0.5.0
3012024-12-21T02:28:56.103Z Downloaded equivalent v1.0.1
3022024-12-21T02:28:56.103Z Downloaded pretty-hex v0.4.1
3032024-12-21T02:28:56.103Z Downloaded scroll_derive v0.12.0
3042024-12-21T02:28:56.103Z Downloaded pest_generator v2.7.14
3052024-12-21T02:28:56.104Z Downloaded anstyle v1.0.10
3062024-12-21T02:28:56.104Z Downloaded generic-array v0.14.7
3072024-12-21T02:28:56.104Z Downloaded fastrand v2.1.1
3082024-12-21T02:28:56.104Z Downloaded heck v0.4.1
3092024-12-21T02:28:56.104Z Downloaded macaddr v1.0.1
3102024-12-21T02:28:56.104Z Downloaded is_terminal_polyfill v1.70.1
3112024-12-21T02:28:56.104Z Downloaded fs-err v2.11.0
3122024-12-21T02:28:56.104Z Downloaded cpufeatures v0.2.14
3132024-12-21T02:28:56.104Z Downloaded cfg-if v1.0.0
3142024-12-21T02:28:56.104Z Downloaded proc-macro-error-attr v1.0.4
3152024-12-21T02:28:56.104Z Downloaded anstyle-parse v0.2.5
3162024-12-21T02:28:56.104Z Downloaded bytecount v0.6.8
3172024-12-21T02:28:56.104Z Downloaded toml_datetime v0.6.8
3182024-12-21T02:28:56.104Z Downloaded fnv v1.0.7
3192024-12-21T02:28:56.104Z Downloaded itoa v1.0.11
3202024-12-21T02:28:56.104Z Downloaded smawk v0.3.2
3212024-12-21T02:28:56.104Z Downloaded dof v0.3.0
3222024-12-21T02:28:56.104Z Downloaded crypto-common v0.1.6
3232024-12-21T02:28:56.104Z Downloaded errno v0.3.9
3242024-12-21T02:28:56.104Z Downloaded colorchoice v1.0.2
3252024-12-21T02:28:56.104Z Downloaded tabled_derive v0.7.0
3262024-12-21T02:28:56.104Z Downloaded thiserror-impl v1.0.69
3272024-12-21T02:28:56.104Z Downloaded thiserror v1.0.69
3282024-12-21T02:28:56.104Z Downloaded plain v0.2.3
3292024-12-21T02:28:56.107Z Downloaded block-buffer v0.10.4
3302024-12-21T02:28:56.107Z Downloaded heck v0.5.0
3312024-12-21T02:28:56.107Z Downloaded serde_tokenstream v0.2.2
3322024-12-21T02:28:56.107Z Downloaded memmap v0.7.0
3332024-12-21T02:28:56.107Z Downloaded digest v0.10.7
3342024-12-21T02:28:56.107Z Downloaded utf8parse v0.2.2
3352024-12-21T02:28:56.107Z Downloaded usdt v0.5.0
3362024-12-21T02:28:56.107Z Downloaded serde_spanned v0.6.8
3372024-12-21T02:28:56.107Z Downloaded cargo-platform v0.1.8
3382024-12-21T02:28:56.107Z Downloaded clap_lex v0.7.2
3392024-12-21T02:28:56.107Z Downloaded thread-id v4.2.2
3402024-12-21T02:28:56.108Z Downloaded strsim v0.11.1
3412024-12-21T02:28:56.108Z Downloaded version_check v0.9.5
3422024-12-21T02:28:56.108Z Downloaded once_cell v1.20.2
3432024-12-21T02:28:56.108Z Downloaded terminal_size v0.4.0
3442024-12-21T02:28:56.108Z Downloaded proc-macro-error v1.0.4
3452024-12-21T02:28:56.108Z Downloaded cargo_metadata v0.18.1
3462024-12-21T02:28:56.108Z Downloaded byteorder v1.5.0
3472024-12-21T02:28:56.111Z Downloaded cargo_toml v0.20.5
3482024-12-21T02:28:56.116Z Downloaded quote v1.0.37
3492024-12-21T02:28:56.119Z Downloaded clap_derive v4.5.18
3502024-12-21T02:28:56.122Z Downloaded tempfile v3.13.0
3512024-12-21T02:28:56.125Z Downloaded unicode-linebreak v0.1.5
3522024-12-21T02:28:56.128Z Downloaded scroll v0.12.0
3532024-12-21T02:28:56.128Z Downloaded pest_derive v2.7.14
3542024-12-21T02:28:56.132Z Downloaded zerocopy-derive v0.7.35
3552024-12-21T02:28:56.135Z Downloaded camino v1.1.9
3562024-12-21T02:28:56.135Z Downloaded usdt-impl v0.5.0
3572024-12-21T02:28:56.137Z Downloaded sha2 v0.10.8
3582024-12-21T02:28:56.140Z Downloaded pest_meta v2.7.14
3592024-12-21T02:28:56.147Z Downloaded camino-tempfile v1.1.1
3602024-12-21T02:28:56.153Z Downloaded log v0.4.22
3612024-12-21T02:28:56.154Z Downloaded anyhow v1.0.93
3622024-12-21T02:28:56.154Z Downloaded typenum v1.17.0
3632024-12-21T02:28:56.154Z Downloaded proc-macro2 v1.0.89
3642024-12-21T02:28:56.156Z Downloaded serde_derive v1.0.215
3652024-12-21T02:28:56.160Z Downloaded unicode-ident v1.0.13
3662024-12-21T02:28:56.162Z Downloaded papergrid v0.11.0
3672024-12-21T02:28:56.167Z Downloaded ryu v1.0.18
3682024-12-21T02:28:56.170Z Downloaded semver v1.0.23
3692024-12-21T02:28:56.173Z Downloaded clap v4.5.21
3702024-12-21T02:28:56.180Z Downloaded toml v0.8.19
3712024-12-21T02:28:56.189Z Downloaded indexmap v2.6.0
3722024-12-21T02:28:56.199Z Downloaded ucd-trie v0.1.7
3732024-12-21T02:28:56.202Z Downloaded textwrap v0.16.1
3742024-12-21T02:28:56.212Z Downloaded serde v1.0.215
3752024-12-21T02:28:56.221Z Downloaded memchr v2.7.4
3762024-12-21T02:28:56.225Z Downloaded toml_edit v0.22.22
3772024-12-21T02:28:56.256Z Downloaded pest v2.7.14
3782024-12-21T02:28:56.264Z Downloaded hashbrown v0.15.1
3792024-12-21T02:28:56.269Z Downloaded serde_json v1.0.132
3802024-12-21T02:28:56.275Z Downloaded zerocopy v0.7.35
3812024-12-21T02:28:56.290Z Downloaded clap_builder v4.5.21
3822024-12-21T02:28:56.296Z Downloaded tabled v0.15.0
3832024-12-21T02:28:56.311Z Downloaded goblin v0.8.2
3842024-12-21T02:28:56.318Z Downloaded winnow v0.6.20
3852024-12-21T02:28:56.334Z Downloaded unicode-width v0.1.14
3862024-12-21T02:28:56.338Z Downloaded syn v2.0.87
3872024-12-21T02:28:56.348Z Downloaded syn v1.0.109
3882024-12-21T02:28:56.359Z Downloaded rustix v0.38.37
3892024-12-21T02:28:56.406Z Downloaded libc v0.2.162
3902024-12-21T02:28:56.711Z Compiling proc-macro2 v1.0.89
3912024-12-21T02:28:56.711Z Compiling unicode-ident v1.0.13
3922024-12-21T02:28:56.711Z Compiling version_check v0.9.5
3932024-12-21T02:28:56.715Z Compiling serde v1.0.215
3942024-12-21T02:28:56.715Z Compiling memchr v2.7.4
3952024-12-21T02:28:56.715Z Compiling thiserror v1.0.69
3962024-12-21T02:28:56.715Z Compiling libc v0.2.162
3972024-12-21T02:28:56.745Z Compiling ucd-trie v0.1.7
3982024-12-21T02:28:56.963Z Compiling itoa v1.0.11
3992024-12-21T02:28:57.198Z Compiling ryu v1.0.18
4002024-12-21T02:28:57.454Z Compiling once_cell v1.20.2
4012024-12-21T02:28:57.525Z Compiling byteorder v1.5.0
4022024-12-21T02:28:57.589Z Compiling serde_json v1.0.132
4032024-12-21T02:28:57.882Z Compiling rustix v0.38.37
4042024-12-21T02:28:58.014Z Compiling bitflags v2.6.0
4052024-12-21T02:28:58.041Z Compiling proc-macro-error-attr v1.0.4
4062024-12-21T02:28:58.335Z Compiling usdt-impl v0.5.0
4072024-12-21T02:28:58.340Z Compiling syn v1.0.109
4082024-12-21T02:28:58.541Z Compiling quote v1.0.37
4092024-12-21T02:28:58.567Z Compiling proc-macro-error v1.0.4
4102024-12-21T02:28:58.767Z Compiling hashbrown v0.15.1
4112024-12-21T02:28:58.808Z Compiling errno v0.3.9
4122024-12-21T02:28:58.841Z Compiling utf8parse v0.2.2
4132024-12-21T02:28:58.950Z Compiling syn v2.0.87
4142024-12-21T02:28:59.107Z Compiling log v0.4.22
4152024-12-21T02:28:59.133Z Compiling camino v1.1.9
4162024-12-21T02:28:59.272Z Compiling plain v0.2.3
4172024-12-21T02:28:59.474Z Compiling thread-id v4.2.2
4182024-12-21T02:28:59.477Z Compiling equivalent v1.0.1
4192024-12-21T02:28:59.600Z Compiling anstyle-parse v0.2.5
4202024-12-21T02:28:59.916Z Compiling semver v1.0.23
4212024-12-21T02:28:59.944Z Compiling pretty-hex v0.4.1
4222024-12-21T02:29:00.084Z Compiling indexmap v2.6.0
4232024-12-21T02:29:00.124Z Compiling is_terminal_polyfill v1.70.1
4242024-12-21T02:29:00.179Z Compiling anstyle v1.0.10
4252024-12-21T02:29:00.276Z Compiling anstyle-query v1.1.1
4262024-12-21T02:29:00.347Z Compiling autocfg v1.4.0
4272024-12-21T02:29:00.449Z Compiling unicode-width v0.1.14
4282024-12-21T02:29:00.480Z Compiling colorchoice v1.0.2
4292024-12-21T02:29:00.660Z Compiling winnow v0.6.20
4302024-12-21T02:29:00.692Z Compiling anstream v0.6.15
4312024-12-21T02:29:01.254Z Compiling terminal_size v0.4.0
4322024-12-21T02:29:01.500Z Compiling bytecount v0.6.8
4332024-12-21T02:29:01.503Z Compiling cfg-if v1.0.0
4342024-12-21T02:29:01.577Z Compiling fs-err v2.11.0
4352024-12-21T02:29:01.601Z Compiling heck v0.5.0
4362024-12-21T02:29:01.634Z Compiling clap_lex v0.7.2
4372024-12-21T02:29:01.851Z Compiling anyhow v1.0.93
4382024-12-21T02:29:02.032Z Compiling fnv v1.0.7
4392024-12-21T02:29:02.120Z Compiling fastrand v2.1.1
4402024-12-21T02:29:02.145Z Compiling heck v0.4.1
4412024-12-21T02:29:02.172Z Compiling strsim v0.11.1
4422024-12-21T02:29:02.196Z Compiling papergrid v0.11.0
4432024-12-21T02:29:02.638Z Compiling clap_builder v4.5.21
4442024-12-21T02:29:03.024Z Compiling tempfile v3.13.0
4452024-12-21T02:29:03.234Z Compiling memmap v0.7.0
4462024-12-21T02:29:03.259Z Compiling unicode-linebreak v0.1.5
4472024-12-21T02:29:03.607Z Compiling smawk v0.3.2
4482024-12-21T02:29:03.829Z Compiling textwrap v0.16.1
4492024-12-21T02:29:04.393Z Compiling swrite v0.1.0
4502024-12-21T02:29:05.441Z Compiling tabled_derive v0.7.0
4512024-12-21T02:29:06.990Z Compiling tabled v0.15.0
4522024-12-21T02:29:08.011Z Compiling serde_derive v1.0.215
4532024-12-21T02:29:08.014Z Compiling thiserror-impl v1.0.69
4542024-12-21T02:29:08.104Z Compiling zerocopy-derive v0.7.35
4552024-12-21T02:29:08.127Z Compiling scroll_derive v0.12.0
4562024-12-21T02:29:08.383Z Compiling clap_derive v4.5.18
4572024-12-21T02:29:09.440Z Compiling scroll v0.12.0
4582024-12-21T02:29:09.924Z Compiling zerocopy v0.7.35
4592024-12-21T02:29:10.010Z Compiling goblin v0.8.2
4602024-12-21T02:29:12.154Z Compiling clap v4.5.21
4612024-12-21T02:29:13.412Z Compiling pest v2.7.14
4622024-12-21T02:29:15.173Z Compiling pest_meta v2.7.14
4632024-12-21T02:29:16.279Z Compiling pest_generator v2.7.14
4642024-12-21T02:29:17.784Z Compiling pest_derive v2.7.14
4652024-12-21T02:29:17.963Z Compiling serde_spanned v0.6.8
4662024-12-21T02:29:17.964Z Compiling toml_datetime v0.6.8
4672024-12-21T02:29:17.966Z Compiling cargo-platform v0.1.8
4682024-12-21T02:29:18.356Z Compiling serde_tokenstream v0.2.2
4692024-12-21T02:29:18.386Z Compiling toml_edit v0.22.22
4702024-12-21T02:29:18.442Z Compiling dtrace-parser v0.2.0
4712024-12-21T02:29:18.637Z Compiling macaddr v1.0.1
4722024-12-21T02:29:18.999Z Compiling camino-tempfile v1.1.1
4732024-12-21T02:29:19.690Z Compiling dof v0.3.0
4742024-12-21T02:29:19.694Z Compiling cargo_metadata v0.18.1
4752024-12-21T02:29:21.596Z Compiling toml v0.8.19
4762024-12-21T02:29:21.714Z Compiling usdt-attr-macro v0.5.0
4772024-12-21T02:29:21.714Z Compiling usdt-macro v0.5.0
4782024-12-21T02:29:22.471Z Compiling cargo_toml v0.20.5
4792024-12-21T02:29:23.098Z Compiling usdt v0.5.0
4802024-12-21T02:29:26.058Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4812024-12-21T02:29:30.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.69s
4822024-12-21T02:29:30.474Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4832024-12-21T02:29:31.003Z Downloading crates ...
4842024-12-21T02:29:31.124Z Downloaded array-init v0.0.4
4852024-12-21T02:29:31.132Z Downloaded arrayref v0.3.9
4862024-12-21T02:29:31.139Z Downloaded arc-swap v1.7.1
4872024-12-21T02:29:31.145Z Downloaded atomicwrites v0.4.4
4882024-12-21T02:29:31.148Z Downloaded aead v0.5.2
4892024-12-21T02:29:31.150Z Downloaded hex-literal v0.4.1
4902024-12-21T02:29:31.155Z Downloaded darling v0.20.10
4912024-12-21T02:29:31.162Z Downloaded hostname v0.3.1
4922024-12-21T02:29:31.166Z Downloaded atty v0.2.14
4932024-12-21T02:29:31.174Z Downloaded http-body v1.0.1
4942024-12-21T02:29:31.177Z Downloaded hubpack_derive v0.1.1
4952024-12-21T02:29:31.177Z Downloaded cfg_aliases v0.2.1
4962024-12-21T02:29:31.177Z Downloaded http-range v0.1.5
4972024-12-21T02:29:31.185Z Downloaded ident_case v1.0.1
4982024-12-21T02:29:31.185Z Downloaded cstr-argument v0.1.2
4992024-12-21T02:29:31.185Z Downloaded crunchy v0.2.2
5002024-12-21T02:29:31.190Z Downloaded ciborium-io v0.2.2
5012024-12-21T02:29:31.190Z Downloaded cfg_aliases v0.1.1
5022024-12-21T02:29:31.190Z Downloaded matches v0.1.10
5032024-12-21T02:29:31.194Z Downloaded mirai-annotations v1.12.0
5042024-12-21T02:29:31.194Z Downloaded crucible-workspace-hack v0.1.0
5052024-12-21T02:29:31.200Z Downloaded md5 v0.7.0
5062024-12-21T02:29:31.203Z Downloaded match_cfg v0.1.0
5072024-12-21T02:29:31.210Z Downloaded headers-core v0.3.0
5082024-12-21T02:29:31.210Z Downloaded castaway v0.2.3
5092024-12-21T02:29:31.213Z Downloaded crossbeam-deque v0.8.5
5102024-12-21T02:29:31.213Z Downloaded adler2 v2.0.0
5112024-12-21T02:29:31.213Z Downloaded bb8 v0.8.5
5122024-12-21T02:29:31.218Z Downloaded icu_provider_macros v1.5.0
5132024-12-21T02:29:31.218Z Downloaded cbc v0.1.2
5142024-12-21T02:29:31.218Z Downloaded constant_time_eq v0.3.1
5152024-12-21T02:29:31.218Z Downloaded buf-list v1.0.3
5162024-12-21T02:29:31.225Z Downloaded async-stream v0.3.6
5172024-12-21T02:29:31.225Z Downloaded instant v0.1.13
5182024-12-21T02:29:31.225Z Downloaded is_ci v1.2.0
5192024-12-21T02:29:31.228Z Downloaded http-body-util v0.1.2
5202024-12-21T02:29:31.228Z Downloaded crc-catalog v2.4.0
5212024-12-21T02:29:31.231Z Downloaded hostname v0.4.0
5222024-12-21T02:29:31.231Z Downloaded home v0.5.9
5232024-12-21T02:29:31.236Z Downloaded hubpack v0.1.2
5242024-12-21T02:29:31.236Z Downloaded cmake v0.1.51
5252024-12-21T02:29:31.236Z Downloaded httpdate v1.0.3
5262024-12-21T02:29:31.241Z Downloaded crc v3.2.1
5272024-12-21T02:29:31.244Z Downloaded humantime v2.1.0
5282024-12-21T02:29:31.244Z Downloaded cipher v0.4.4
5292024-12-21T02:29:31.247Z Downloaded managed v0.8.0
5302024-12-21T02:29:31.247Z Downloaded lockfree-object-pool v0.1.6
5312024-12-21T02:29:31.251Z Downloaded maybe-uninit v2.0.0
5322024-12-21T02:29:31.256Z Downloaded impl-trait-for-tuples v0.2.2
5332024-12-21T02:29:31.256Z Downloaded cexpr v0.6.0
5342024-12-21T02:29:31.276Z Downloaded cassowary v0.3.0
5352024-12-21T02:29:31.276Z Downloaded bitflags v1.3.2
5362024-12-21T02:29:31.281Z Downloaded linked-hash-map v0.5.6
5372024-12-21T02:29:31.281Z Downloaded mime v0.3.17
5382024-12-21T02:29:31.281Z Downloaded memoffset v0.9.1
5392024-12-21T02:29:31.281Z Downloaded linear-map v1.2.0
5402024-12-21T02:29:31.281Z Downloaded inout v0.1.3
5412024-12-21T02:29:31.281Z Downloaded lru v0.12.5
5422024-12-21T02:29:31.282Z Downloaded base16ct v0.2.0
5432024-12-21T02:29:31.282Z Downloaded indent_write v2.2.0
5442024-12-21T02:29:31.282Z Downloaded is-terminal v0.4.13
5452024-12-21T02:29:31.282Z Downloaded chacha20 v0.9.1
5462024-12-21T02:29:31.282Z Downloaded hyper-tls v0.6.0
5472024-12-21T02:29:31.282Z Downloaded libsw v3.3.1
5482024-12-21T02:29:31.285Z Downloaded lalrpop-util v0.19.12
5492024-12-21T02:29:31.285Z Downloaded ciborium-ll v0.2.2
5502024-12-21T02:29:31.285Z Downloaded lru-cache v0.1.2
5512024-12-21T02:29:31.288Z Downloaded internet-checksum v0.2.1
5522024-12-21T02:29:31.288Z Downloaded ctr v0.9.2
5532024-12-21T02:29:31.293Z Downloaded instability v0.3.2
5542024-12-21T02:29:31.297Z Downloaded libefi-sys v0.1.0
5552024-12-21T02:29:31.297Z Downloaded addr2line v0.24.2
5562024-12-21T02:29:31.297Z Downloaded curve25519-dalek-derive v0.1.1
5572024-12-21T02:29:31.300Z Downloaded cancel-safe-futures v0.1.5
5582024-12-21T02:29:31.303Z Downloaded console v0.15.8
5592024-12-21T02:29:31.305Z Downloaded mockall v0.13.0
5602024-12-21T02:29:31.311Z Downloaded bcs v0.1.6
5612024-12-21T02:29:31.311Z Downloaded bitfield v0.14.0
5622024-12-21T02:29:31.314Z Downloaded maplit v1.0.2
5632024-12-21T02:29:31.314Z Downloaded hickory-client v0.24.1
5642024-12-21T02:29:31.318Z Downloaded keccak v0.1.5
5652024-12-21T02:29:31.323Z Downloaded ciborium v0.2.2
5662024-12-21T02:29:31.323Z Downloaded litemap v0.7.3
5672024-12-21T02:29:31.326Z Downloaded jobserver v0.1.32
5682024-12-21T02:29:31.326Z Downloaded signal-hook-mio v0.2.4
5692024-12-21T02:29:31.331Z Downloaded blowfish v0.9.1
5702024-12-21T02:29:31.331Z Downloaded atomic-waker v1.1.2
5712024-12-21T02:29:31.344Z Downloaded lock_api v0.4.12
5722024-12-21T02:29:31.344Z Downloaded async-recursion v1.1.1
5732024-12-21T02:29:31.344Z Downloaded strum v0.26.3
5742024-12-21T02:29:31.344Z Downloaded const_format_proc_macros v0.2.33
5752024-12-21T02:29:31.348Z Downloaded mime_guess v2.0.5
5762024-12-21T02:29:31.348Z Downloaded csv-core v0.1.11
5772024-12-21T02:29:31.348Z Downloaded async-bb8-diesel v0.2.1
5782024-12-21T02:29:31.348Z Downloaded argon2 v0.5.3
5792024-12-21T02:29:31.351Z Downloaded libloading v0.8.5
5802024-12-21T02:29:31.357Z Downloaded memmap2 v0.9.5
5812024-12-21T02:29:31.359Z Downloaded md-5 v0.10.6
5822024-12-21T02:29:31.359Z Downloaded ipnet v2.10.1
5832024-12-21T02:29:31.359Z Downloaded cookie_store v0.21.0
5842024-12-21T02:29:31.362Z Downloaded sigpipe v0.1.3
5852024-12-21T02:29:31.364Z Downloaded same-file v1.0.6
5862024-12-21T02:29:31.367Z Downloaded universal-hash v0.5.1
5872024-12-21T02:29:31.367Z Downloaded vte_generate_state_changes v0.1.2
5882024-12-21T02:29:31.371Z Downloaded derive_builder_macro v0.20.2
5892024-12-21T02:29:31.371Z Downloaded zone_cfg_derive v0.3.0
5902024-12-21T02:29:31.371Z Downloaded downcast v0.11.0
5912024-12-21T02:29:31.374Z Downloaded endian-type v0.1.2
5922024-12-21T02:29:31.374Z Downloaded zone_cfg_derive v0.1.2
5932024-12-21T02:29:31.374Z Downloaded want v0.3.1
5942024-12-21T02:29:31.378Z Downloaded waitgroup v0.1.2
5952024-12-21T02:29:31.378Z Downloaded rusty-fork v0.3.0
5962024-12-21T02:29:31.381Z Downloaded rtoolbox v0.0.2
5972024-12-21T02:29:31.381Z Downloaded hmac v0.12.1
5982024-12-21T02:29:31.384Z Downloaded crc32fast v1.4.2
5992024-12-21T02:29:31.393Z Downloaded crossbeam-epoch v0.9.18
6002024-12-21T02:29:31.394Z Downloaded cookie v0.18.1
6012024-12-21T02:29:31.401Z Downloaded async-trait v0.1.83
6022024-12-21T02:29:31.401Z Downloaded crossbeam-utils v0.8.20
6032024-12-21T02:29:31.406Z Downloaded clang-sys v1.8.1
6042024-12-21T02:29:31.406Z Downloaded crc-any v2.5.0
6052024-12-21T02:29:31.406Z Downloaded ref-cast-impl v1.0.23
6062024-12-21T02:29:31.406Z Downloaded smallvec v0.6.14
6072024-12-21T02:29:31.414Z Downloaded normalize-line-endings v0.3.0
6082024-12-21T02:29:31.414Z Downloaded new_debug_unreachable v1.0.6
6092024-12-21T02:29:31.414Z Downloaded miniz_oxide v0.8.0
6102024-12-21T02:29:31.414Z Downloaded colored v2.1.0
6112024-12-21T02:29:31.414Z Downloaded string_cache v0.8.7
6122024-12-21T02:29:31.414Z Downloaded subtle v2.6.1
6132024-12-21T02:29:31.417Z Downloaded slog-json v2.6.1
6142024-12-21T02:29:31.420Z Downloaded mockall_derive v0.13.0
6152024-12-21T02:29:31.423Z Downloaded const-oid v0.9.6
6162024-12-21T02:29:31.425Z Downloaded unarray v0.1.4
6172024-12-21T02:29:31.425Z Downloaded typify-macro v0.2.0
6182024-12-21T02:29:31.428Z Downloaded icu_locid v1.5.0
6192024-12-21T02:29:31.431Z Downloaded termcolor v1.4.1
6202024-12-21T02:29:31.433Z Downloaded indexmap v1.9.3
6212024-12-21T02:29:31.436Z Downloaded icu_locid_transform_data v1.5.0
6222024-12-21T02:29:31.439Z Downloaded icu_normalizer_data v1.5.0
6232024-12-21T02:29:31.442Z Downloaded tokio-native-tls v0.3.1
6242024-12-21T02:29:31.445Z Downloaded russh-cryptovec v0.7.3
6252024-12-21T02:29:31.445Z Downloaded tokio-macros v2.4.0
6262024-12-21T02:29:31.445Z Downloaded ahash v0.8.11
6272024-12-21T02:29:31.448Z Downloaded rustls-pemfile v2.2.0
6282024-12-21T02:29:31.450Z Downloaded zeroize_derive v1.4.2
6292024-12-21T02:29:31.454Z Downloaded serde_plain v1.0.2
6302024-12-21T02:29:31.457Z Downloaded fragile v2.0.0
6312024-12-21T02:29:31.457Z Downloaded glob v0.3.1
6322024-12-21T02:29:31.460Z Downloaded icu_provider v1.5.0
6332024-12-21T02:29:31.463Z Downloaded base64 v0.13.1
6342024-12-21T02:29:31.467Z Downloaded futures-io v0.3.31
6352024-12-21T02:29:31.467Z Downloaded ena v0.14.3
6362024-12-21T02:29:31.469Z Downloaded hyper-util v0.1.10
6372024-12-21T02:29:31.473Z Downloaded compact_str v0.8.0
6382024-12-21T02:29:31.476Z Downloaded group v0.13.0
6392024-12-21T02:29:31.479Z Downloaded futures-macro v0.3.31
6402024-12-21T02:29:31.482Z Downloaded sqlformat v0.2.6
6412024-12-21T02:29:31.482Z Downloaded snafu-derive v0.8.5
6422024-12-21T02:29:31.487Z Downloaded tinyvec_macros v0.1.1
6432024-12-21T02:29:31.487Z Downloaded blake2 v0.10.6
6442024-12-21T02:29:31.490Z Downloaded write16 v1.0.0
6452024-12-21T02:29:31.490Z Downloaded backoff v0.4.0
6462024-12-21T02:29:31.495Z Downloaded term v0.7.0
6472024-12-21T02:29:31.498Z Downloaded tinystr v0.7.6
6482024-12-21T02:29:31.498Z Downloaded progenitor v0.8.0
6492024-12-21T02:29:31.501Z Downloaded pkg-config v0.3.31
6502024-12-21T02:29:31.501Z Downloaded pin-utils v0.1.0
6512024-12-21T02:29:31.504Z Downloaded percent-encoding v2.3.1
6522024-12-21T02:29:31.504Z Downloaded chacha20poly1305 v0.10.1
6532024-12-21T02:29:31.508Z Downloaded embedded-io v0.6.1
6542024-12-21T02:29:31.508Z Downloaded toolchain_find v0.4.0
6552024-12-21T02:29:31.513Z Downloaded packed_struct v0.10.1
6562024-12-21T02:29:31.513Z Downloaded foreign-types v0.5.0
6572024-12-21T02:29:31.513Z Downloaded enum-as-inner v0.6.1
6582024-12-21T02:29:31.516Z Downloaded enum-as-inner v0.5.1
6592024-12-21T02:29:31.516Z Downloaded zone v0.1.8
6602024-12-21T02:29:31.516Z Downloaded scheduled-thread-pool v0.2.7
6612024-12-21T02:29:31.521Z Downloaded packed_struct_codegen v0.10.1
6622024-12-21T02:29:31.521Z Downloaded progenitor-impl v0.8.0
6632024-12-21T02:29:31.528Z Downloaded icu_normalizer v1.5.0
6642024-12-21T02:29:31.528Z Downloaded foreign-types-shared v0.1.1
6652024-12-21T02:29:31.539Z Downloaded phf_generator v0.11.2
6662024-12-21T02:29:31.539Z Downloaded radium v0.7.0
6672024-12-21T02:29:31.539Z Downloaded rustc-hash v2.0.0
6682024-12-21T02:29:31.539Z Downloaded rustc-hash v1.1.0
6692024-12-21T02:29:31.539Z Downloaded des v0.8.1
6702024-12-21T02:29:31.543Z Downloaded schemars_derive v0.8.21
6712024-12-21T02:29:31.543Z Downloaded proc-macro-crate v1.3.1
6722024-12-21T02:29:31.547Z Downloaded signal-hook-registry v1.4.2
6732024-12-21T02:29:31.550Z Downloaded slog-stdlog v4.1.1
6742024-12-21T02:29:31.553Z Downloaded signal-hook-tokio v0.3.1
6752024-12-21T02:29:31.553Z Downloaded displaydoc v0.2.5
6762024-12-21T02:29:31.556Z Downloaded globset v0.4.15
6772024-12-21T02:29:31.559Z Downloaded oso-derive v0.27.3
6782024-12-21T02:29:31.559Z Downloaded slog v2.7.0
6792024-12-21T02:29:31.562Z Downloaded nu-ansi-term v0.50.1
6802024-12-21T02:29:31.564Z Downloaded subprocess v0.2.9
6812024-12-21T02:29:31.566Z Downloaded crypto-bigint v0.5.5
6822024-12-21T02:29:31.574Z Downloaded structmeta-derive v0.3.0
6832024-12-21T02:29:31.577Z Downloaded structmeta-derive v0.2.0
6842024-12-21T02:29:31.577Z Downloaded structmeta v0.3.0
6852024-12-21T02:29:31.580Z Downloaded data-encoding v2.6.0
6862024-12-21T02:29:31.580Z Downloaded dirs-sys-next v0.1.2
6872024-12-21T02:29:31.582Z Downloaded strip-ansi-escapes v0.2.0
6882024-12-21T02:29:31.582Z Downloaded stringprep v0.1.5
6892024-12-21T02:29:31.585Z Downloaded which v4.4.2
6902024-12-21T02:29:31.588Z Downloaded pkcs8 v0.10.2
6912024-12-21T02:29:31.591Z Downloaded tokio-rustls v0.25.0
6922024-12-21T02:29:31.596Z Downloaded pkcs1 v0.7.5
6932024-12-21T02:29:31.596Z Downloaded embedded-io v0.4.0
6942024-12-21T02:29:31.596Z Downloaded dirs-next v2.0.0
6952024-12-21T02:29:31.599Z Downloaded difflib v0.4.0
6962024-12-21T02:29:31.599Z Downloaded whoami v1.5.2
6972024-12-21T02:29:31.603Z Downloaded untrusted v0.7.1
6982024-12-21T02:29:31.603Z Downloaded icu_properties v1.5.1
6992024-12-21T02:29:31.607Z Downloaded termtree v0.4.1
7002024-12-21T02:29:31.612Z Downloaded futures-executor v0.3.31
7012024-12-21T02:29:31.612Z Downloaded futures-sink v0.3.31
7022024-12-21T02:29:31.612Z Downloaded serde_derive_internals v0.29.1
7032024-12-21T02:29:31.617Z Downloaded derive_more v0.99.18
7042024-12-21T02:29:31.621Z Downloaded num_enum v0.5.11
7052024-12-21T02:29:31.624Z Downloaded backtrace v0.3.74
7062024-12-21T02:29:31.636Z Downloaded const_format v0.2.33
7072024-12-21T02:29:31.644Z Downloaded heck v0.3.3
7082024-12-21T02:29:31.645Z Downloaded bumpalo v3.16.0
7092024-12-21T02:29:31.645Z Downloaded native-tls v0.2.12
7102024-12-21T02:29:31.645Z Downloaded pbkdf2 v0.11.0
7112024-12-21T02:29:31.647Z Downloaded structmeta v0.2.0
7122024-12-21T02:29:31.647Z Downloaded tokio-rustls v0.24.1
7132024-12-21T02:29:31.648Z Downloaded tar v0.4.42
7142024-12-21T02:29:31.651Z Downloaded pem-rfc7468 v0.7.0
7152024-12-21T02:29:31.655Z Downloaded crossbeam-channel v0.5.13
7162024-12-21T02:29:31.658Z Downloaded typify v0.2.0
7172024-12-21T02:29:31.661Z Downloaded sha1 v0.10.6
7182024-12-21T02:29:31.663Z Downloaded rand_seeder v0.3.0
7192024-12-21T02:29:31.667Z Downloaded ref-cast v1.0.23
7202024-12-21T02:29:31.671Z Downloaded quick-error v1.2.3
7212024-12-21T02:29:31.671Z Downloaded tungstenite v0.23.0
7222024-12-21T02:29:31.674Z Downloaded simd-adler32 v0.3.7
7232024-12-21T02:29:31.677Z Downloaded rustversion v1.0.17
7242024-12-21T02:29:31.682Z Downloaded samael v0.0.17
7252024-12-21T02:29:31.699Z Downloaded openssl-probe v0.1.5
7262024-12-21T02:29:31.699Z Downloaded smf v0.2.3
7272024-12-21T02:29:31.699Z Downloaded stable_deref_trait v1.2.0
7282024-12-21T02:29:31.699Z Downloaded ron v0.7.1
7292024-12-21T02:29:31.708Z Downloaded progenitor-client v0.8.0
7302024-12-21T02:29:31.708Z Downloaded tiny-keccak v2.0.2
7312024-12-21T02:29:31.708Z Downloaded signal-hook v0.3.17
7322024-12-21T02:29:31.708Z Downloaded russh-keys v0.45.0
7332024-12-21T02:29:31.710Z Downloaded http v1.1.0
7342024-12-21T02:29:31.710Z Downloaded time-core v0.1.2
7352024-12-21T02:29:31.710Z Downloaded postgres-protocol v0.6.7
7362024-12-21T02:29:31.713Z Downloaded mio v1.0.2
7372024-12-21T02:29:31.717Z Downloaded postgres-types v0.2.8
7382024-12-21T02:29:31.720Z Downloaded tinyvec v1.8.0
7392024-12-21T02:29:31.724Z Downloaded take_mut v0.2.2
7402024-12-21T02:29:31.726Z Downloaded sqlparser_derive v0.2.2
7412024-12-21T02:29:31.726Z Downloaded rpassword v7.3.1
7422024-12-21T02:29:31.730Z Downloaded dyn-clone v1.0.17
7432024-12-21T02:29:31.730Z Downloaded pin-project-lite v0.2.14
7442024-12-21T02:29:31.735Z Downloaded diesel_table_macro_syntax v0.2.0
7452024-12-21T02:29:31.739Z Downloaded yoke-derive v0.7.4
7462024-12-21T02:29:31.739Z Downloaded deranged v0.3.11
7472024-12-21T02:29:31.742Z Downloaded owo-colors v4.1.0
7482024-12-21T02:29:31.742Z Downloaded derive_builder v0.20.2
7492024-12-21T02:29:31.747Z Downloaded funty v2.0.0
7502024-12-21T02:29:31.749Z Downloaded utf-8 v0.7.6
7512024-12-21T02:29:31.751Z Downloaded derive-where v1.2.7
7522024-12-21T02:29:31.754Z Downloaded num-conv v0.1.0
7532024-12-21T02:29:31.756Z Downloaded password-hash v0.5.0
7542024-12-21T02:29:31.756Z Downloaded float-cmp v0.9.0
7552024-12-21T02:29:31.759Z Downloaded nodrop v0.1.14
7562024-12-21T02:29:31.763Z Downloaded newtype_derive v0.1.6
7572024-12-21T02:29:31.763Z Downloaded ff v0.13.0
7582024-12-21T02:29:31.765Z Downloaded phf_codegen v0.11.2
7592024-12-21T02:29:31.765Z Downloaded resolv-conf v0.7.0
7602024-12-21T02:29:31.769Z Downloaded aes v0.8.4
7612024-12-21T02:29:31.772Z Downloaded polyval v0.6.2
7622024-12-21T02:29:31.774Z Downloaded tracing-attributes v0.1.27
7632024-12-21T02:29:31.777Z Downloaded tokio-tungstenite v0.23.1
7642024-12-21T02:29:31.778Z Downloaded heapless v0.8.0
7652024-12-21T02:29:31.781Z Downloaded hickory-resolver v0.24.1
7662024-12-21T02:29:31.790Z Downloaded libm v0.2.8
7672024-12-21T02:29:31.796Z Downloaded precomputed-hash v0.1.1
7682024-12-21T02:29:31.809Z Downloaded snafu v0.8.5
7692024-12-21T02:29:31.809Z Downloaded spki v0.7.3
7702024-12-21T02:29:31.809Z Downloaded slog-async v2.8.0
7712024-12-21T02:29:31.821Z Downloaded thread_local v1.1.8
7722024-12-21T02:29:31.821Z Downloaded thiserror-no-std v2.0.2
7732024-12-21T02:29:31.821Z Downloaded der_derive v0.7.3
7742024-12-21T02:29:31.824Z Downloaded signature v2.2.0
7752024-12-21T02:29:31.824Z Downloaded utf16_iter v1.0.5
7762024-12-21T02:29:31.824Z Downloaded zip v0.6.6
7772024-12-21T02:29:31.824Z Downloaded defmt v0.3.8
7782024-12-21T02:29:31.829Z Downloaded hashlink v0.9.1
7792024-12-21T02:29:31.829Z Downloaded elliptic-curve v0.13.8
7802024-12-21T02:29:31.832Z Downloaded dhcproto-macros v0.1.0
7812024-12-21T02:29:31.835Z Downloaded try-lock v0.2.5
7822024-12-21T02:29:31.835Z Downloaded paste v1.0.15
7832024-12-21T02:29:31.839Z Downloaded display-error-chain v0.2.2
7842024-12-21T02:29:31.839Z Downloaded unicode_categories v0.1.1
7852024-12-21T02:29:31.844Z Downloaded num-derive v0.4.2
7862024-12-21T02:29:31.844Z Downloaded libxml v0.3.3
7872024-12-21T02:29:31.849Z Downloaded num-iter v0.1.45
7882024-12-21T02:29:31.853Z Downloaded poly1305 v0.8.0
7892024-12-21T02:29:31.859Z Downloaded test-strategy v0.3.1
7902024-12-21T02:29:31.859Z Downloaded quinn v0.11.5
7912024-12-21T02:29:31.863Z Downloaded hash32 v0.2.1
7922024-12-21T02:29:31.866Z Downloaded num-complex v0.4.6
7932024-12-21T02:29:31.866Z Downloaded itertools v0.10.5
7942024-12-21T02:29:31.872Z Downloaded opaque-debug v0.3.1
7952024-12-21T02:29:31.875Z Downloaded number_prefix v0.4.0
7962024-12-21T02:29:31.875Z Downloaded peg-runtime v0.8.3
7972024-12-21T02:29:31.886Z Downloaded headers v0.4.0
7982024-12-21T02:29:31.893Z Downloaded rustc_version v0.1.7
7992024-12-21T02:29:31.893Z Downloaded aes-gcm v0.10.3
8002024-12-21T02:29:31.893Z Downloaded ecdsa v0.16.9
8012024-12-21T02:29:31.894Z Downloaded sync-ptr v0.1.1
8022024-12-21T02:29:31.894Z Downloaded powerfmt v0.2.0
8032024-12-21T02:29:31.899Z Downloaded spin v0.9.8
8042024-12-21T02:29:31.899Z Downloaded defmt-macros v0.3.9
8052024-12-21T02:29:31.915Z Downloaded time-macros v0.2.18
8062024-12-21T02:29:31.915Z Downloaded unsafe-libyaml v0.2.11
8072024-12-21T02:29:31.946Z Downloaded foreign-types v0.3.2
8082024-12-21T02:29:31.946Z Downloaded termios v0.3.3
8092024-12-21T02:29:31.947Z Downloaded yoke v0.7.4
8102024-12-21T02:29:31.947Z Downloaded rustls-pemfile v1.0.4
8112024-12-21T02:29:31.947Z Downloaded tap v1.0.1
8122024-12-21T02:29:31.947Z Downloaded foreign-types-shared v0.3.1
8132024-12-21T02:29:31.947Z Downloaded tabwriter v1.4.0
8142024-12-21T02:29:31.947Z Downloaded slab v0.4.9
8152024-12-21T02:29:31.947Z Downloaded oso v0.27.3
8162024-12-21T02:29:31.947Z Downloaded zeroize v1.8.1
8172024-12-21T02:29:31.947Z Downloaded unicase v2.7.0
8182024-12-21T02:29:31.947Z Downloaded xz2 v0.1.7
8192024-12-21T02:29:31.947Z Downloaded idna v1.0.3
8202024-12-21T02:29:31.947Z Downloaded num-rational v0.4.2
8212024-12-21T02:29:31.958Z Downloaded num-integer v0.1.46
8222024-12-21T02:29:31.958Z Downloaded futures-channel v0.3.31
8232024-12-21T02:29:31.958Z Downloaded tungstenite v0.21.0
8242024-12-21T02:29:31.958Z Downloaded parse-size v1.1.0
8252024-12-21T02:29:31.958Z Downloaded unicode-bidi v0.3.17
8262024-12-21T02:29:31.958Z Downloaded pem v3.0.4
8272024-12-21T02:29:31.958Z Downloaded fixedbitset v0.4.2
8282024-12-21T02:29:31.958Z Downloaded fd-lock v4.0.2
8292024-12-21T02:29:31.958Z Downloaded fallible-streaming-iterator v0.1.9
8302024-12-21T02:29:31.958Z Downloaded fallible-iterator v0.3.0
8312024-12-21T02:29:31.963Z Downloaded peg-macros v0.8.4
8322024-12-21T02:29:31.963Z Downloaded heapless v0.7.17
8332024-12-21T02:29:31.963Z Downloaded olpc-cjson v0.1.4
8342024-12-21T02:29:31.963Z Downloaded fs_extra v1.3.0
8352024-12-21T02:29:31.972Z Downloaded sec1 v0.7.3
8362024-12-21T02:29:31.973Z Downloaded predicates v3.1.2
8372024-12-21T02:29:31.981Z Downloaded ssh-encoding v0.2.0
8382024-12-21T02:29:31.981Z Downloaded toml_edit v0.19.15
8392024-12-21T02:29:31.990Z Downloaded openssl-macros v0.1.1
8402024-12-21T02:29:32.012Z Downloaded fxhash v0.2.1
8412024-12-21T02:29:32.012Z Downloaded form_urlencoded v1.2.1
8422024-12-21T02:29:32.012Z Downloaded utf8_iter v1.0.4
8432024-12-21T02:29:32.012Z Downloaded shlex v1.3.0
8442024-12-21T02:29:32.012Z Downloaded scrypt v0.11.0
8452024-12-21T02:29:32.012Z Downloaded thiserror v2.0.3
8462024-12-21T02:29:32.016Z Downloaded defmt-parser v0.3.4
8472024-12-21T02:29:32.016Z Downloaded itertools v0.13.0
8482024-12-21T02:29:32.016Z Downloaded hyper v1.5.0
8492024-12-21T02:29:32.025Z Downloaded rand_core v0.6.4
8502024-12-21T02:29:32.025Z Downloaded parse-display-derive v0.10.0
8512024-12-21T02:29:32.030Z Downloaded fallible-iterator v0.2.0
8522024-12-21T02:29:32.030Z Downloaded half v2.4.1
8532024-12-21T02:29:32.030Z Downloaded hkdf v0.12.4
8542024-12-21T02:29:32.030Z Downloaded parse-display v0.10.0
8552024-12-21T02:29:32.033Z Downloaded path-slash v0.1.5
8562024-12-21T02:29:32.033Z Downloaded num-bigint v0.4.6
8572024-12-21T02:29:32.036Z Downloaded sct v0.7.1
8582024-12-21T02:29:32.042Z Downloaded sync_wrapper v1.0.1
8592024-12-21T02:29:32.050Z Downloaded newline-converter v0.3.0
8602024-12-21T02:29:32.051Z Downloaded tui-tree-widget v0.22.0
8612024-12-21T02:29:32.051Z Downloaded parse-zoneinfo v0.3.1
8622024-12-21T02:29:32.055Z Downloaded diff v0.1.13
8632024-12-21T02:29:32.055Z Downloaded semver v0.1.20
8642024-12-21T02:29:32.055Z Downloaded uzers v0.12.1
8652024-12-21T02:29:32.055Z Downloaded env_logger v0.11.5
8662024-12-21T02:29:32.064Z Downloaded tls_codec_derive v0.4.1
8672024-12-21T02:29:32.081Z Downloaded futures v0.3.31
8682024-12-21T02:29:32.081Z Downloaded nanorand v0.7.0
8692024-12-21T02:29:32.081Z Downloaded zerofrom v0.1.4
8702024-12-21T02:29:32.081Z Downloaded ron v0.8.1
8712024-12-21T02:29:32.081Z Downloaded darling_macro v0.20.10
8722024-12-21T02:29:32.081Z Downloaded der v0.7.9
8732024-12-21T02:29:32.081Z Downloaded serde_urlencoded v0.7.1
8742024-12-21T02:29:32.085Z Downloaded steno v0.4.1
8752024-12-21T02:29:32.091Z Downloaded ed25519 v2.2.3
8762024-12-21T02:29:32.091Z Downloaded tokio-rustls v0.26.0
8772024-12-21T02:29:32.094Z Downloaded password-hash v0.4.2
8782024-12-21T02:29:32.094Z Downloaded derive_builder_core v0.20.2
8792024-12-21T02:29:32.095Z Downloaded fatfs v0.3.6
8802024-12-21T02:29:32.110Z Downloaded similar v2.6.0
8812024-12-21T02:29:32.115Z Downloaded diesel-dtrace v0.4.2
8822024-12-21T02:29:32.115Z Downloaded synstructure v0.13.1
8832024-12-21T02:29:32.115Z Downloaded tls_codec v0.4.1
8842024-12-21T02:29:32.115Z Downloaded thiserror-impl-no-std v2.0.2
8852024-12-21T02:29:32.115Z Downloaded num_threads v0.1.7
8862024-12-21T02:29:32.115Z Downloaded serde-hex v0.1.0
8872024-12-21T02:29:32.115Z Downloaded pbkdf2 v0.12.2
8882024-12-21T02:29:32.115Z Downloaded strum_macros v0.24.3
8892024-12-21T02:29:32.118Z Downloaded parking_lot_core v0.9.10
8902024-12-21T02:29:32.118Z Downloaded rand v0.8.5
8912024-12-21T02:29:32.122Z Downloaded phf_shared v0.10.0
8922024-12-21T02:29:32.125Z Downloaded rsa v0.9.6
8932024-12-21T02:29:32.130Z Downloaded thiserror-impl v2.0.3
8942024-12-21T02:29:32.134Z Downloaded newtype-uuid v1.1.3
8952024-12-21T02:29:32.134Z Downloaded blake3 v1.5.4
8962024-12-21T02:29:32.140Z Downloaded hash32 v0.3.1
8972024-12-21T02:29:32.143Z Downloaded pin-project-internal v1.1.6
8982024-12-21T02:29:32.147Z Downloaded parking_lot v0.11.2
8992024-12-21T02:29:32.147Z Downloaded zerocopy-derive v0.8.10
9002024-12-21T02:29:32.153Z Downloaded serde-big-array v0.5.1
9012024-12-21T02:29:32.158Z Downloaded futures-core v0.3.31
9022024-12-21T02:29:32.158Z Downloaded either v1.13.0
9032024-12-21T02:29:32.162Z Downloaded zerovec-derive v0.10.3
9042024-12-21T02:29:32.163Z Downloaded debug-ignore v1.0.5
9052024-12-21T02:29:32.167Z Downloaded getrandom v0.2.15
9062024-12-21T02:29:32.167Z Downloaded tokio-util v0.7.12
9072024-12-21T02:29:32.173Z Downloaded tower-service v0.3.3
9082024-12-21T02:29:32.180Z Downloaded tokio-stream v0.1.16
9092024-12-21T02:29:32.183Z Downloaded twox-hash v1.6.3
9102024-12-21T02:29:32.183Z Downloaded topological-sort v0.2.2
9112024-12-21T02:29:32.183Z Downloaded zerocopy v0.6.6
9122024-12-21T02:29:32.183Z Downloaded tokio-tungstenite v0.21.0
9132024-12-21T02:29:32.187Z Downloaded hashbrown v0.13.2
9142024-12-21T02:29:32.191Z Downloaded yasna v0.5.2
9152024-12-21T02:29:32.196Z Downloaded writeable v0.5.5
9162024-12-21T02:29:32.196Z Downloaded phf v0.11.2
9172024-12-21T02:29:32.201Z Downloaded num_enum_derive v0.5.11
9182024-12-21T02:29:32.201Z Downloaded parking_lot_core v0.8.6
9192024-12-21T02:29:32.204Z Downloaded secrecy v0.8.0
9202024-12-21T02:29:32.204Z Downloaded hex v0.4.3
9212024-12-21T02:29:32.204Z Downloaded pretty-hex v0.2.1
9222024-12-21T02:29:32.204Z Downloaded parking_lot v0.12.3
9232024-12-21T02:29:32.208Z Downloaded flate2 v1.0.34
9242024-12-21T02:29:32.211Z Downloaded dhcproto v0.12.0
9252024-12-21T02:29:32.215Z Downloaded slog-envlogger v2.2.0
9262024-12-21T02:29:32.217Z Downloaded flume v0.11.1
9272024-12-21T02:29:32.220Z Downloaded serde_repr v0.1.19
9282024-12-21T02:29:32.224Z Downloaded shell-words v1.1.0
9292024-12-21T02:29:32.224Z Downloaded strum_macros v0.26.4
9302024-12-21T02:29:32.226Z Downloaded supports-color v3.0.1
9312024-12-21T02:29:32.226Z Downloaded url v2.5.3
9322024-12-21T02:29:32.230Z Downloaded ssh-cipher v0.2.0
9332024-12-21T02:29:32.232Z Downloaded ghash v0.5.1
9342024-12-21T02:29:32.235Z Downloaded foldhash v0.1.3
9352024-12-21T02:29:32.235Z Downloaded rand_xorshift v0.3.0
9362024-12-21T02:29:32.235Z Downloaded progenitor-macro v0.8.0
9372024-12-21T02:29:32.238Z Downloaded unicode-segmentation v1.12.0
9382024-12-21T02:29:32.241Z Downloaded nibble_vec v0.1.0
9392024-12-21T02:29:32.241Z Downloaded slog-term v2.9.1
9402024-12-21T02:29:32.253Z Downloaded env_filter v0.1.2
9412024-12-21T02:29:32.269Z Downloaded float-ord v0.3.2
9422024-12-21T02:29:32.269Z Downloaded aho-corasick v1.1.3
9432024-12-21T02:29:32.269Z Downloaded xattr v1.3.1
9442024-12-21T02:29:32.269Z Downloaded scopeguard v1.2.0
9452024-12-21T02:29:32.269Z Downloaded vsss-rs v3.3.4
9462024-12-21T02:29:32.274Z Downloaded tokio-tungstenite v0.24.0
9472024-12-21T02:29:32.274Z Downloaded p521 v0.13.3
9482024-12-21T02:29:32.274Z Downloaded zip v2.1.3
9492024-12-21T02:29:32.274Z Downloaded flagset v0.4.6
9502024-12-21T02:29:32.274Z Downloaded multimap v0.10.0
9512024-12-21T02:29:32.274Z Downloaded slog-scope v4.4.0
9522024-12-21T02:29:32.284Z Downloaded primeorder v0.13.6
9532024-12-21T02:29:32.284Z Downloaded env_logger v0.10.2
9542024-12-21T02:29:32.289Z Downloaded rayon v1.10.0
9552024-12-21T02:29:32.294Z Downloaded slog-bunyan v2.5.0
9562024-12-21T02:29:32.294Z Downloaded aws-lc-rs v1.10.0
9572024-12-21T02:29:32.299Z Downloaded dropshot_endpoint v0.13.0
9582024-12-21T02:29:32.303Z Downloaded smallvec v1.13.2
9592024-12-21T02:29:32.308Z Downloaded multer v3.1.0
9602024-12-21T02:29:32.313Z Downloaded rayon-core v1.12.1
9612024-12-21T02:29:32.313Z Downloaded expectorate v1.1.0
9622024-12-21T02:29:32.320Z Downloaded vergen v8.3.2
9632024-12-21T02:29:32.320Z Downloaded tracing-core v0.1.32
9642024-12-21T02:29:32.323Z Downloaded darling_core v0.20.10
9652024-12-21T02:29:32.331Z Downloaded p256 v0.13.2
9662024-12-21T02:29:32.335Z Downloaded winnow v0.5.40
9672024-12-21T02:29:32.346Z Downloaded pin-project v1.1.6
9682024-12-21T02:29:32.354Z Downloaded postcard v1.0.10
9692024-12-21T02:29:32.373Z Downloaded chrono v0.4.38
9702024-12-21T02:29:32.373Z Downloaded sqlparser v0.45.0
9712024-12-21T02:29:32.380Z Downloaded value-bag v1.9.0
9722024-12-21T02:29:32.380Z Downloaded unicode-normalization v0.1.24
9732024-12-21T02:29:32.380Z Downloaded socket2 v0.5.7
9742024-12-21T02:29:32.380Z Downloaded diesel_derives v2.2.3
9752024-12-21T02:29:32.383Z Downloaded ed25519-dalek v2.1.1
9762024-12-21T02:29:32.383Z Downloaded rcgen v0.12.1
9772024-12-21T02:29:32.383Z Downloaded time v0.3.36
9782024-12-21T02:29:32.389Z Downloaded publicsuffix v2.2.3
9792024-12-21T02:29:32.393Z Downloaded bitvec v1.0.1
9802024-12-21T02:29:32.415Z Downloaded hashbrown v0.12.3
9812024-12-21T02:29:32.425Z Downloaded hashbrown v0.14.5
9822024-12-21T02:29:32.425Z Downloaded num-bigint-dig v0.8.4
9832024-12-21T02:29:32.431Z Downloaded tracing v0.1.40
9842024-12-21T02:29:32.431Z Downloaded tungstenite v0.24.0
9852024-12-21T02:29:32.434Z Downloaded nom v7.1.3
9862024-12-21T02:29:32.448Z Downloaded quinn-proto v0.11.8
9872024-12-21T02:29:32.453Z Downloaded bindgen v0.69.5
9882024-12-21T02:29:32.453Z Downloaded h2 v0.4.6
9892024-12-21T02:29:32.457Z Downloaded idna v0.3.0
9902024-12-21T02:29:32.464Z Downloaded rustyline v14.0.0
9912024-12-21T02:29:32.469Z Downloaded icu_properties_data v1.5.0
9922024-12-21T02:29:32.481Z Downloaded zopfli v0.8.1
9932024-12-21T02:29:32.490Z Downloaded russh v0.45.0
9942024-12-21T02:29:32.494Z Downloaded lalrpop v0.19.12
9952024-12-21T02:29:32.502Z Downloaded typed-path v0.9.3
9962024-12-21T02:29:32.508Z Downloaded ssh-key v0.6.6
9972024-12-21T02:29:32.517Z Downloaded rustls-webpki v0.102.8
9982024-12-21T02:29:32.535Z Downloaded quick-xml v0.33.0
9992024-12-21T02:29:32.539Z Downloaded idna v0.2.3
10002024-12-21T02:29:32.550Z Downloaded object v0.30.4
10012024-12-21T02:29:32.557Z Downloaded salty v0.3.0
10022024-12-21T02:29:32.562Z Downloaded tough v0.19.0
10032024-12-21T02:29:32.574Z Downloaded x509-cert v0.2.5
10042024-12-21T02:29:32.581Z Downloaded git2 v0.19.0
10052024-12-21T02:29:32.585Z Downloaded p384 v0.13.0
10062024-12-21T02:29:32.594Z Downloaded idna v0.5.0
10072024-12-21T02:29:32.598Z Downloaded rustls-webpki v0.101.7
10082024-12-21T02:29:32.617Z Downloaded curve25519-dalek v4.1.3
10092024-12-21T02:29:32.623Z Downloaded futures-util v0.3.31
10102024-12-21T02:29:32.635Z Downloaded serde_with v3.11.0
10112024-12-21T02:29:32.645Z Downloaded regex v1.11.1
10122024-12-21T02:29:32.660Z Downloaded reqwest v0.12.9
10132024-12-21T02:29:32.665Z Downloaded hickory-proto v0.24.1
10142024-12-21T02:29:32.682Z Downloaded dropshot v0.12.0
10152024-12-21T02:29:32.702Z Downloaded portable-atomic v1.9.0
10162024-12-21T02:29:32.708Z Downloaded proptest v1.5.0
10172024-12-21T02:29:32.721Z Downloaded zerocopy v0.8.10
10182024-12-21T02:29:32.754Z Downloaded petname v2.0.2
10192024-12-21T02:29:32.764Z Downloaded regress v0.10.1
10202024-12-21T02:29:32.780Z Downloaded unicode-width v0.2.0
10212024-12-21T02:29:32.780Z Downloaded regex-syntax v0.6.29
10222024-12-21T02:29:32.786Z Downloaded smoltcp v0.11.0
10232024-12-21T02:29:32.791Z Downloaded vcpkg v0.2.15
10242024-12-21T02:29:32.827Z Downloaded trust-dns-proto v0.22.0
10252024-12-21T02:29:32.839Z Downloaded nix v0.27.1
10262024-12-21T02:29:32.855Z Downloaded nix v0.29.0
10272024-12-21T02:29:32.860Z Downloaded nix v0.28.0
10282024-12-21T02:29:32.872Z Downloaded rustls v0.21.12
10292024-12-21T02:29:32.880Z Downloaded diesel v2.2.6
10302024-12-21T02:29:32.898Z Downloaded typify-impl v0.2.0
10312024-12-21T02:29:32.913Z Downloaded rustls v0.23.19
10322024-12-21T02:29:32.925Z Downloaded openssl v0.10.66
10332024-12-21T02:29:32.936Z Downloaded openapiv3 v2.0.0
10342024-12-21T02:29:32.953Z Downloaded rustls v0.22.4
10352024-12-21T02:29:32.970Z Downloaded dropshot v0.13.0
10362024-12-21T02:29:32.984Z Downloaded regex-syntax v0.8.5
10372024-12-21T02:29:32.994Z Downloaded bstr v1.10.0
10382024-12-21T02:29:33.003Z Downloaded object v0.36.5
10392024-12-21T02:29:33.013Z Downloaded chrono-tz v0.10.0
10402024-12-21T02:29:33.020Z Downloaded smoltcp v0.9.1
10412024-12-21T02:29:33.031Z Downloaded regex-automata v0.4.8
10422024-12-21T02:29:33.048Z Downloaded polar-core v0.27.3
10432024-12-21T02:29:33.064Z Downloaded zerocopy-derive v0.6.6
10442024-12-21T02:29:33.075Z Downloaded gimli v0.31.1
10452024-12-21T02:29:33.080Z Downloaded ratatui v0.28.1
10462024-12-21T02:29:33.094Z Downloaded petgraph v0.6.5
10472024-12-21T02:29:33.111Z Downloaded lzma-sys v0.1.20
10482024-12-21T02:29:33.141Z Downloaded sled v0.34.7
10492024-12-21T02:29:33.152Z Downloaded bzip2-sys v0.1.11+1.0.8
10502024-12-21T02:29:33.167Z Downloaded regress v0.9.1
10512024-12-21T02:29:33.178Z Downloaded radix_trie v0.2.1
10522024-12-21T02:29:33.181Z Downloaded zerovec v0.10.4
10532024-12-21T02:29:33.182Z Downloaded reedline v0.35.0
10542024-12-21T02:29:33.188Z Downloaded libz-sys v1.1.20
10552024-12-21T02:29:33.208Z Downloaded idna v0.4.0
10562024-12-21T02:29:33.217Z Downloaded webpki-roots v0.26.6
10572024-12-21T02:29:33.224Z Downloaded tokio v1.40.0
10582024-12-21T02:29:34.259Z Downloaded rusqlite v0.32.1
10592024-12-21T02:29:34.270Z Downloaded futures-task v0.3.31
10602024-12-21T02:29:34.270Z Downloaded untrusted v0.9.0
10612024-12-21T02:29:34.270Z Downloaded psl-types v2.0.11
10622024-12-21T02:29:34.270Z Downloaded rustls-pki-types v1.10.0
10632024-12-21T02:29:34.270Z Downloaded serde_path_to_error v0.1.16
10642024-12-21T02:29:34.270Z Downloaded rand_chacha v0.3.1
10652024-12-21T02:29:34.270Z Downloaded gethostname v0.5.0
10662024-12-21T02:29:34.270Z Downloaded dropshot_endpoint v0.12.0
10672024-12-21T02:29:34.270Z Downloaded rustfmt-wrapper v0.2.1
10682024-12-21T02:29:34.270Z Downloaded csv v1.3.0
10692024-12-21T02:29:34.270Z Downloaded prettyplease v0.2.25
10702024-12-21T02:29:34.270Z Downloaded predicates-tree v1.0.11
10712024-12-21T02:29:34.270Z Downloaded sha3 v0.10.8
10722024-12-21T02:29:34.271Z Downloaded predicates-core v1.0.8
10732024-12-21T02:29:34.271Z Downloaded ppv-lite86 v0.2.20
10742024-12-21T02:29:34.271Z Downloaded unicode-truncate v1.1.0
10752024-12-21T02:29:34.271Z Downloaded zerofrom-derive v0.1.4
10762024-12-21T02:29:34.271Z Downloaded strum_macros v0.25.3
10772024-12-21T02:29:34.271Z Downloaded itertools v0.12.1
10782024-12-21T02:29:34.271Z Downloaded siphasher v0.3.11
10792024-12-21T02:29:34.271Z Downloaded crossterm v0.28.1
10802024-12-21T02:29:34.271Z Downloaded num-traits v0.2.19
10812024-12-21T02:29:34.271Z Downloaded phf_shared v0.11.2
10822024-12-21T02:29:34.271Z Downloaded unicode-properties v0.1.3
10832024-12-21T02:29:34.271Z Downloaded toml v0.7.8
10842024-12-21T02:29:34.271Z Downloaded schemars v0.8.21
10852024-12-21T02:29:34.271Z Downloaded slog-dtrace v0.3.0
10862024-12-21T02:29:34.271Z Downloaded tokio-postgres v0.7.12
10872024-12-21T02:29:34.271Z Downloaded dunce v1.0.5
10882024-12-21T02:29:34.271Z Downloaded dsl_auto_type v0.1.2
10892024-12-21T02:29:34.271Z Downloaded salsa20 v0.10.2
10902024-12-21T02:29:34.271Z Downloaded wyz v0.5.1
10912024-12-21T02:29:34.271Z Downloaded omicron-zone-package v0.12.0
10922024-12-21T02:29:34.271Z Downloaded vte v0.11.1
10932024-12-21T02:29:34.271Z Downloaded unicode-xid v0.2.6
10942024-12-21T02:29:34.271Z Downloaded openssl-sys v0.9.103
10952024-12-21T02:29:34.271Z Downloaded minimal-lexical v0.2.1
10962024-12-21T02:29:34.271Z Downloaded static_assertions v1.1.0
10972024-12-21T02:29:34.271Z Downloaded pkcs5 v0.7.1
10982024-12-21T02:29:34.271Z Downloaded qorb v0.2.1
10992024-12-21T02:29:34.271Z Downloaded cc v1.1.30
11002024-12-21T02:29:34.271Z Downloaded num v0.4.3
11012024-12-21T02:29:34.271Z Downloaded foreign-types-macros v0.2.3
11022024-12-21T02:29:34.271Z Downloaded filetime v0.2.25
11032024-12-21T02:29:34.271Z Downloaded serde_with_macros v3.11.0
11042024-12-21T02:29:34.271Z Downloaded serde_yaml v0.9.34+deprecated
11052024-12-21T02:29:34.271Z Downloaded hickory-server v0.24.1
11062024-12-21T02:29:34.271Z Downloaded uuid v1.11.0
11072024-12-21T02:29:34.271Z Downloaded encoding_rs v0.8.34
11082024-12-21T02:29:34.271Z Downloaded base64 v0.21.7
11092024-12-21T02:29:34.271Z Downloaded indicatif v0.17.9
11102024-12-21T02:29:34.272Z Downloaded icu_collections v1.5.0
11112024-12-21T02:29:34.272Z Downloaded base64 v0.22.1
11122024-12-21T02:29:34.272Z Downloaded walkdir v2.5.0
11132024-12-21T02:29:34.272Z Downloaded bytes v1.8.0
11142024-12-21T02:29:34.272Z Downloaded wait-timeout v0.2.0
11152024-12-21T02:29:34.272Z Downloaded r2d2 v0.8.10
11162024-12-21T02:29:34.272Z Downloaded peg v0.8.4
11172024-12-21T02:29:34.272Z Downloaded zone v0.3.0
11182024-12-21T02:29:34.272Z Downloaded rustc-demangle v0.1.24
11192024-12-21T02:29:34.272Z Downloaded rustc_version v0.4.1
11202024-12-21T02:29:34.272Z Downloaded rfc6979 v0.4.0
11212024-12-21T02:29:34.272Z Downloaded quinn-udp v0.5.5
11222024-12-21T02:29:34.272Z Downloaded iana-time-zone v0.1.61
11232024-12-21T02:29:34.272Z Downloaded bzip2 v0.4.4
11242024-12-21T02:29:34.272Z Downloaded allocator-api2 v0.2.18
11252024-12-21T02:29:34.272Z Downloaded icu_locid_transform v1.5.0
11262024-12-21T02:29:34.272Z Downloaded hyper-rustls v0.27.3
11272024-12-21T02:29:34.272Z Downloaded hyper-staticfile v0.10.1
11282024-12-21T02:29:34.272Z Downloaded httparse v1.9.5
11292024-12-21T02:29:34.272Z Downloaded base64ct v1.6.0
11302024-12-21T02:29:34.272Z Downloaded kstat-rs v0.2.4
11312024-12-21T02:29:34.272Z Downloaded indoc v1.0.9
11322024-12-21T02:29:34.272Z Downloaded idna_adapter v1.2.0
11332024-12-21T02:29:34.272Z Downloaded highway v1.2.0
11342024-12-21T02:29:34.272Z Downloaded libgit2-sys v0.17.0+1.8.1
11352024-12-21T02:29:34.272Z Downloaded arrayvec v0.7.6
11362024-12-21T02:29:34.272Z Downloaded ipnetwork v0.20.0
11372024-12-21T02:29:34.272Z Downloaded async-stream-impl v0.3.6
11382024-12-21T02:29:34.272Z Downloaded bitfield-struct v0.6.2
11392024-12-21T02:29:34.272Z Downloaded lazycell v1.3.0
11402024-12-21T02:29:34.272Z Downloaded lazy_static v1.5.0
11412024-12-21T02:29:34.272Z Downloaded convert_case v0.4.0
11422024-12-21T02:29:34.272Z Downloaded cobs v0.2.3
11432024-12-21T02:29:34.272Z Downloaded block-padding v0.3.3
11442024-12-21T02:29:34.272Z Downloaded bcrypt-pbkdf v0.10.0
11452024-12-21T02:29:34.272Z Downloaded ascii-canvas v3.0.0
11462024-12-21T02:29:34.272Z Downloaded chrono-tz-build v0.4.0
11472024-12-21T02:29:34.272Z Downloaded bit-set v0.5.3
11482024-12-21T02:29:34.272Z Downloaded assert_matches v1.5.0
11492024-12-21T02:29:34.272Z Downloaded bit-vec v0.6.3
11502024-12-21T02:29:34.273Z Downloaded libsqlite3-sys v0.30.1
11512024-12-21T02:29:34.273Z Downloaded ring v0.17.8
11522024-12-21T02:29:34.349Z Downloaded aws-lc-sys v0.22.0
11532024-12-21T02:29:34.687Z Compiling serde v1.0.215
11542024-12-21T02:29:34.691Z Compiling lock_api v0.4.12
11552024-12-21T02:29:34.691Z Compiling scopeguard v1.2.0
11562024-12-21T02:29:34.693Z Compiling value-bag v1.9.0
11572024-12-21T02:29:34.693Z Compiling typenum v1.17.0
11582024-12-21T02:29:34.693Z Compiling generic-array v0.14.7
11592024-12-21T02:29:34.852Z Compiling syn v2.0.87
11602024-12-21T02:29:34.863Z Compiling getrandom v0.2.15
11612024-12-21T02:29:35.043Z Compiling shlex v1.3.0
11622024-12-21T02:29:35.213Z Compiling rand_core v0.6.4
11632024-12-21T02:29:35.319Z Compiling log v0.4.22
11642024-12-21T02:29:35.433Z Compiling subtle v2.6.1
11652024-12-21T02:29:35.479Z Compiling jobserver v0.1.32
11662024-12-21T02:29:35.498Z Compiling smallvec v1.13.2
11672024-12-21T02:29:35.783Z Compiling const-oid v0.9.6
11682024-12-21T02:29:35.797Z Compiling spin v0.9.8
11692024-12-21T02:29:35.816Z Compiling pin-project-lite v0.2.14
11702024-12-21T02:29:35.929Z Compiling cc v1.1.30
11712024-12-21T02:29:35.968Z Compiling rustix v0.38.37
11722024-12-21T02:29:36.218Z Compiling parking_lot_core v0.9.10
11732024-12-21T02:29:36.237Z Compiling futures-core v0.3.31
11742024-12-21T02:29:36.468Z Compiling signal-hook-registry v1.4.2
11752024-12-21T02:29:36.501Z Compiling mio v1.0.2
11762024-12-21T02:29:36.979Z Compiling aho-corasick v1.1.3
11772024-12-21T02:29:37.328Z Compiling parking_lot v0.12.3
11782024-12-21T02:29:37.381Z Compiling either v1.13.0
11792024-12-21T02:29:37.611Z Compiling regex-syntax v0.8.5
11802024-12-21T02:29:37.756Z Compiling cpufeatures v0.2.14
11812024-12-21T02:29:37.817Z Compiling lazy_static v1.5.0
11822024-12-21T02:29:37.842Z Compiling glob v0.3.1
11832024-12-21T02:29:37.861Z Compiling futures-sink v0.3.31
11842024-12-21T02:29:37.943Z Compiling stable_deref_trait v1.2.0
11852024-12-21T02:29:38.006Z Compiling socket2 v0.5.7
11862024-12-21T02:29:38.063Z Compiling slab v0.4.9
11872024-12-21T02:29:38.268Z Compiling prettyplease v0.2.25
11882024-12-21T02:29:38.519Z Compiling minimal-lexical v0.2.1
11892024-12-21T02:29:38.873Z Compiling clang-sys v1.8.1
11902024-12-21T02:29:38.891Z Compiling libloading v0.8.5
11912024-12-21T02:29:39.006Z Compiling nom v7.1.3
11922024-12-21T02:29:39.027Z Compiling home v0.5.9
11932024-12-21T02:29:39.276Z Compiling bindgen v0.69.5
11942024-12-21T02:29:39.308Z Compiling serde_json v1.0.132
11952024-12-21T02:29:39.711Z Compiling futures-channel v0.3.31
11962024-12-21T02:29:40.128Z Compiling itertools v0.12.1
11972024-12-21T02:29:40.176Z Compiling rustc-hash v1.1.0
11982024-12-21T02:29:40.325Z Compiling allocator-api2 v0.2.18
11992024-12-21T02:29:40.399Z Compiling futures-io v0.3.31
12002024-12-21T02:29:40.720Z Compiling lazycell v1.3.0
12012024-12-21T02:29:40.908Z Compiling foldhash v0.1.3
12022024-12-21T02:29:41.181Z Compiling pin-utils v0.1.0
12032024-12-21T02:29:41.226Z Compiling regex-automata v0.4.8
12042024-12-21T02:29:41.273Z Compiling futures-task v0.3.31
12052024-12-21T02:29:41.583Z Compiling hashbrown v0.15.1
12062024-12-21T02:29:42.656Z Compiling synstructure v0.13.1
12072024-12-21T02:29:42.957Z Compiling cexpr v0.6.0
12082024-12-21T02:29:43.494Z Compiling cmake v0.1.51
12092024-12-21T02:29:44.363Z Compiling libm v0.2.8
12102024-12-21T02:29:44.433Z Compiling tinyvec_macros v0.1.1
12112024-12-21T02:29:44.455Z Compiling pkg-config v0.3.31
12122024-12-21T02:29:44.538Z Compiling dunce v1.0.5
12132024-12-21T02:29:44.665Z Compiling fs_extra v1.3.0
12142024-12-21T02:29:44.744Z Compiling tinyvec v1.8.0
12152024-12-21T02:29:44.762Z Compiling num-traits v0.2.19
12162024-12-21T02:29:45.300Z Compiling ring v0.17.8
12172024-12-21T02:29:45.930Z Compiling paste v1.0.15
12182024-12-21T02:29:46.039Z Compiling unicode-bidi v0.3.17
12192024-12-21T02:29:46.266Z Compiling unicode-normalization v0.1.24
12202024-12-21T02:29:46.444Z Compiling litemap v0.7.3
12212024-12-21T02:29:46.447Z Compiling writeable v0.5.5
12222024-12-21T02:29:46.610Z Compiling base64ct v1.6.0
12232024-12-21T02:29:46.864Z Compiling regex v1.11.1
12242024-12-21T02:29:47.225Z Compiling pem-rfc7468 v0.7.0
12252024-12-21T02:29:47.485Z Compiling aws-lc-rs v1.10.0
12262024-12-21T02:29:47.883Z Compiling flagset v0.4.6
12272024-12-21T02:29:47.938Z Compiling httparse v1.9.5
12282024-12-21T02:29:48.086Z Compiling tracing-core v0.1.32
12292024-12-21T02:29:48.806Z Compiling crossbeam-utils v0.8.20
12302024-12-21T02:29:49.156Z Compiling rustls-pki-types v1.10.0
12312024-12-21T02:29:49.310Z Compiling percent-encoding v2.3.1
12322024-12-21T02:29:49.372Z Compiling icu_locid_transform_data v1.5.0
12332024-12-21T02:29:49.552Z Compiling time-core v0.1.2
12342024-12-21T02:29:49.685Z Compiling serde_derive v1.0.215
12352024-12-21T02:29:49.706Z Compiling zeroize_derive v1.4.2
12362024-12-21T02:29:49.729Z Compiling zerocopy-derive v0.7.35
12372024-12-21T02:29:50.259Z Compiling tokio-macros v2.4.0
12382024-12-21T02:29:50.293Z Compiling zerofrom-derive v0.1.4
12392024-12-21T02:29:51.235Z Compiling zeroize v1.8.1
12402024-12-21T02:29:51.842Z Compiling yoke-derive v0.7.4
12412024-12-21T02:29:51.863Z Compiling thiserror-impl v1.0.69
12422024-12-21T02:29:51.990Z Compiling zerocopy v0.7.35
12432024-12-21T02:29:52.745Z Compiling zerovec-derive v0.10.3
12442024-12-21T02:29:52.925Z Compiling crypto-common v0.1.6
12452024-12-21T02:29:53.172Z Compiling block-buffer v0.10.4
12462024-12-21T02:29:53.441Z Compiling digest v0.10.7
12472024-12-21T02:29:53.645Z Compiling futures-macro v0.3.31
12482024-12-21T02:29:53.951Z Compiling hmac v0.12.1
12492024-12-21T02:29:54.207Z Compiling block-padding v0.3.3
12502024-12-21T02:29:54.229Z Compiling displaydoc v0.2.5
12512024-12-21T02:29:54.520Z Compiling inout v0.1.3
12522024-12-21T02:29:54.562Z Compiling zerofrom v0.1.4
12532024-12-21T02:29:54.817Z Compiling cipher v0.4.4
12542024-12-21T02:29:54.828Z Compiling sha2 v0.10.8
12552024-12-21T02:29:55.027Z Compiling yoke v0.7.4
12562024-12-21T02:29:55.348Z Compiling ppv-lite86 v0.2.20
12572024-12-21T02:29:55.363Z Compiling thiserror v1.0.69
12582024-12-21T02:29:55.404Z Compiling der_derive v0.7.3
12592024-12-21T02:29:55.509Z Compiling icu_provider_macros v1.5.0
12602024-12-21T02:29:55.547Z Compiling zerovec v0.10.4
12612024-12-21T02:29:55.655Z Compiling futures-util v0.3.31
12622024-12-21T02:29:55.974Z Compiling tracing-attributes v0.1.27
12632024-12-21T02:29:56.231Z Compiling rand_chacha v0.3.1
12642024-12-21T02:29:56.686Z Compiling rand v0.8.5
12652024-12-21T02:29:57.873Z Compiling tinystr v0.7.6
12662024-12-21T02:29:57.899Z Compiling der v0.7.9
12672024-12-21T02:29:58.319Z Compiling icu_locid v1.5.0
12682024-12-21T02:29:58.435Z Compiling icu_collections v1.5.0
12692024-12-21T02:29:58.555Z Compiling pest v2.7.14
12702024-12-21T02:29:58.814Z Compiling salsa20 v0.10.2
12712024-12-21T02:29:59.057Z Compiling pbkdf2 v0.12.2
12722024-12-21T02:29:59.238Z Compiling mirai-annotations v1.12.0
12732024-12-21T02:29:59.480Z Compiling powerfmt v0.2.0
12742024-12-21T02:29:59.754Z Compiling icu_provider v1.5.0
12752024-12-21T02:29:59.888Z Compiling tracing v0.1.40
12762024-12-21T02:29:59.944Z Compiling icu_properties_data v1.5.0
12772024-12-21T02:30:00.227Z Compiling spki v0.7.3
12782024-12-21T02:30:00.455Z Compiling num-conv v0.1.0
12792024-12-21T02:30:00.647Z Compiling icu_locid_transform v1.5.0
12802024-12-21T02:30:00.746Z Compiling vcpkg v0.2.15
12812024-12-21T02:30:00.829Z Compiling untrusted v0.9.0
12822024-12-21T02:30:00.878Z Compiling untrusted v0.7.1
12832024-12-21T02:30:01.074Z Compiling time-macros v0.2.18
12842024-12-21T02:30:01.425Z Compiling pest_meta v2.7.14
12852024-12-21T02:30:01.693Z Compiling deranged v0.3.11
12862024-12-21T02:30:02.084Z Compiling icu_properties v1.5.1
12872024-12-21T02:30:02.986Z Compiling openssl-sys v0.9.103
12882024-12-21T02:30:03.289Z Compiling scrypt v0.11.0
12892024-12-21T02:30:03.729Z Compiling aes v0.8.4
12902024-12-21T02:30:03.870Z Compiling cbc v0.1.2
12912024-12-21T02:30:04.088Z Compiling bitflags v2.6.0
12922024-12-21T02:30:04.146Z Compiling bytes v1.8.0
12932024-12-21T02:30:04.587Z Compiling indexmap v2.6.0
12942024-12-21T02:30:04.820Z Compiling semver v1.0.23
12952024-12-21T02:30:05.508Z Compiling tokio v1.40.0
12962024-12-21T02:30:05.614Z Compiling http v1.1.0
12972024-12-21T02:30:06.194Z Compiling rustc_version v0.4.1
12982024-12-21T02:30:06.681Z Compiling scroll_derive v0.12.0
12992024-12-21T02:30:06.867Z Compiling atomic-waker v1.1.2
13002024-12-21T02:30:07.036Z Compiling num_threads v0.1.7
13012024-12-21T02:30:07.160Z Compiling utf8_iter v1.0.4
13022024-12-21T02:30:07.191Z Compiling utf16_iter v1.0.5
13032024-12-21T02:30:07.403Z Compiling icu_normalizer_data v1.5.0
13042024-12-21T02:30:07.433Z Compiling write16 v1.0.0
13052024-12-21T02:30:07.508Z Compiling http-body v1.0.1
13062024-12-21T02:30:07.588Z Compiling icu_normalizer v1.5.0
13072024-12-21T02:30:07.795Z Compiling time v0.3.36
13082024-12-21T02:30:10.435Z Compiling pkcs5 v0.7.1
13092024-12-21T02:30:10.435Z Compiling pest_generator v2.7.14
13102024-12-21T02:30:10.435Z Compiling scroll v0.12.0
13112024-12-21T02:30:10.435Z Compiling form_urlencoded v1.2.1
13122024-12-21T02:30:10.435Z Compiling which v4.4.2
13132024-12-21T02:30:10.435Z Compiling try-lock v0.2.5
13142024-12-21T02:30:10.436Z Compiling slog v2.7.0
13152024-12-21T02:30:10.436Z Compiling goblin v0.8.2
13162024-12-21T02:30:10.436Z Compiling want v0.3.1
13172024-12-21T02:30:10.438Z Compiling idna_adapter v1.2.0
13182024-12-21T02:30:10.438Z Compiling pkcs8 v0.10.2
13192024-12-21T02:30:10.438Z Compiling httpdate v1.0.3
13202024-12-21T02:30:10.438Z Compiling idna v1.0.3
13212024-12-21T02:30:10.438Z Compiling pest_derive v2.7.14
13222024-12-21T02:30:10.493Z Compiling serde_tokenstream v0.2.2
13232024-12-21T02:30:10.937Z Compiling dtrace-parser v0.2.0
13242024-12-21T02:30:11.075Z Compiling uuid v1.11.0
13252024-12-21T02:30:11.103Z Compiling serde_spanned v0.6.8
13262024-12-21T02:30:11.353Z Compiling toml_datetime v0.6.8
13272024-12-21T02:30:11.719Z Compiling openssl v0.10.66
13282024-12-21T02:30:11.867Z Compiling tower-service v0.3.3
13292024-12-21T02:30:12.002Z Compiling adler2 v2.0.0
13302024-12-21T02:30:12.137Z Compiling base64 v0.22.1
13312024-12-21T02:30:12.210Z Compiling match_cfg v0.1.0
13322024-12-21T02:30:12.310Z Compiling rustversion v1.0.17
13332024-12-21T02:30:12.468Z Compiling iana-time-zone v0.1.61
13342024-12-21T02:30:12.911Z Compiling foreign-types-shared v0.1.1
13352024-12-21T02:30:12.934Z Compiling chrono v0.4.38
13362024-12-21T02:30:13.024Z Compiling foreign-types v0.3.2
13372024-12-21T02:30:13.107Z Compiling hostname v0.3.1
13382024-12-21T02:30:13.126Z Compiling miniz_oxide v0.8.0
13392024-12-21T02:30:13.175Z Compiling url v2.5.3
13402024-12-21T02:30:13.373Z Compiling openssl-macros v0.1.1
13412024-12-21T02:30:14.133Z Compiling tokio-util v0.7.12
13422024-12-21T02:30:14.616Z Compiling async-trait v0.1.83
13432024-12-21T02:30:14.726Z Compiling dirs-sys-next v0.1.2
13442024-12-21T02:30:15.270Z Compiling h2 v0.4.6
13452024-12-21T02:30:15.399Z Compiling dof v0.3.0
13462024-12-21T02:30:15.640Z Compiling data-encoding v2.6.0
13472024-12-21T02:30:16.692Z Compiling usdt-impl v0.5.0
13482024-12-21T02:30:17.379Z Compiling native-tls v0.2.12
13492024-12-21T02:30:17.632Z Compiling siphasher v0.3.11
13502024-12-21T02:30:17.699Z Compiling rustls v0.23.19
13512024-12-21T02:30:17.963Z Compiling syn v1.0.109
13522024-12-21T02:30:18.043Z Compiling rustls v0.22.4
13532024-12-21T02:30:18.072Z Compiling dirs-next v2.0.0
13542024-12-21T02:30:18.340Z Compiling http-body-util v0.1.2
13552024-12-21T02:30:18.649Z Compiling crossbeam-epoch v0.9.18
13562024-12-21T02:30:18.890Z Compiling heapless v0.7.17
13572024-12-21T02:30:19.334Z Compiling signature v2.2.0
13582024-12-21T02:30:19.438Z Compiling sha1 v0.10.6
13592024-12-21T02:30:19.664Z Compiling bzip2-sys v0.1.11+1.0.8
13602024-12-21T02:30:19.824Z Compiling serde_derive_internals v0.29.1
13612024-12-21T02:30:19.903Z Compiling thread_local v1.1.8
13622024-12-21T02:30:20.143Z Compiling cookie v0.18.1
13632024-12-21T02:30:20.387Z Compiling multer v3.1.0
13642024-12-21T02:30:20.438Z Compiling encoding_rs v0.8.34
13652024-12-21T02:30:20.690Z Compiling ipnet v2.10.1
13662024-12-21T02:30:20.922Z Compiling signal-hook v0.3.17
13672024-12-21T02:30:21.199Z Compiling openssl-probe v0.1.5
13682024-12-21T02:30:21.553Z Compiling rayon-core v1.12.1
13692024-12-21T02:30:21.802Z Compiling unicode-properties v0.1.3
13702024-12-21T02:30:21.904Z Compiling hyper v1.5.0
13712024-12-21T02:30:22.210Z Compiling gimli v0.31.1
13722024-12-21T02:30:22.579Z Compiling schemars v0.8.21
13732024-12-21T02:30:22.930Z Compiling mime v0.3.17
13742024-12-21T02:30:23.448Z Compiling slog-async v2.8.0
13752024-12-21T02:30:24.653Z Compiling hyper-util v0.1.10
13762024-12-21T02:30:24.716Z Compiling schemars_derive v0.8.21
13772024-12-21T02:30:25.255Z Compiling stringprep v0.1.5
13782024-12-21T02:30:26.060Z Compiling toml_edit v0.22.22
13792024-12-21T02:30:26.425Z Compiling usdt-attr-macro v0.5.0
13802024-12-21T02:30:26.484Z Compiling usdt-macro v0.5.0
13812024-12-21T02:30:27.386Z Compiling addr2line v0.24.2
13822024-12-21T02:30:27.787Z Compiling crossbeam-deque v0.8.5
13832024-12-21T02:30:27.849Z Compiling term v0.7.0
13842024-12-21T02:30:27.978Z Compiling slog-json v2.6.1
13852024-12-21T02:30:28.058Z Compiling serde_urlencoded v0.7.1
13862024-12-21T02:30:28.140Z Compiling crossbeam-channel v0.5.13
13872024-12-21T02:30:28.189Z Compiling curve25519-dalek v4.1.3
13882024-12-21T02:30:28.339Z Compiling futures-executor v0.3.31
13892024-12-21T02:30:28.601Z Compiling enum-as-inner v0.6.1
13902024-12-21T02:30:32.916Z Compiling md-5 v0.10.6
13912024-12-21T02:30:32.991Z Compiling rustls-pemfile v2.2.0
13922024-12-21T02:30:32.991Z Compiling async-stream-impl v0.3.6
13932024-12-21T02:30:32.991Z Compiling num-integer v0.1.46
13942024-12-21T02:30:32.991Z Compiling idna v0.3.0
13952024-12-21T02:30:32.991Z Compiling idna v0.4.0
13962024-12-21T02:30:32.991Z Compiling hash32 v0.2.1
13972024-12-21T02:30:32.991Z Compiling ff v0.13.0
13982024-12-21T02:30:32.992Z Compiling is-terminal v0.4.13
13992024-12-21T02:30:32.992Z Compiling dropshot v0.12.0
14002024-12-21T02:30:32.992Z Compiling object v0.36.5
14012024-12-21T02:30:32.992Z Compiling dyn-clone v1.0.17
14022024-12-21T02:30:32.992Z Compiling num-bigint-dig v0.8.4
14032024-12-21T02:30:32.992Z Compiling linked-hash-map v0.5.6
14042024-12-21T02:30:32.992Z Compiling base16ct v0.2.0
14052024-12-21T02:30:32.992Z Compiling smoltcp v0.9.1
14062024-12-21T02:30:32.992Z Compiling portable-atomic v1.9.0
14072024-12-21T02:30:32.992Z Compiling utf-8 v0.7.6
14082024-12-21T02:30:32.992Z Compiling take_mut v0.2.2
14092024-12-21T02:30:32.992Z Compiling anyhow v1.0.93
14102024-12-21T02:30:32.992Z Compiling quick-error v1.2.3
14112024-12-21T02:30:32.993Z Compiling rustc-demangle v0.1.24
14122024-12-21T02:30:32.993Z Compiling psl-types v2.0.11
14132024-12-21T02:30:32.993Z Compiling fallible-iterator v0.2.0
14142024-12-21T02:30:32.993Z Compiling publicsuffix v2.2.3
14152024-12-21T02:30:32.993Z Compiling resolv-conf v0.7.0
14162024-12-21T02:30:32.993Z Compiling tungstenite v0.24.0
14172024-12-21T02:30:32.993Z Compiling postgres-protocol v0.6.7
14182024-12-21T02:30:33.175Z Compiling sec1 v0.7.3
14192024-12-21T02:30:33.759Z Compiling lru-cache v0.1.2
14202024-12-21T02:30:34.015Z Compiling async-stream v0.3.6
14212024-12-21T02:30:34.036Z Compiling hickory-proto v0.24.1
14222024-12-21T02:30:34.339Z Compiling usdt v0.5.0
14232024-12-21T02:30:34.385Z Compiling group v0.13.0
14242024-12-21T02:30:34.769Z Compiling slog-term v2.9.1
14252024-12-21T02:30:34.950Z Compiling num-iter v0.1.45
14262024-12-21T02:30:35.139Z Compiling toml v0.8.19
14272024-12-21T02:30:36.132Z Compiling futures v0.3.31
14282024-12-21T02:30:36.214Z Compiling slog-bunyan v2.5.0
14292024-12-21T02:30:37.700Z Compiling backtrace v0.3.74
14302024-12-21T02:30:38.057Z Compiling camino v1.1.9
14312024-12-21T02:30:38.082Z Compiling tokio-native-tls v0.3.1
14322024-12-21T02:30:38.371Z Compiling phf_shared v0.11.2
14332024-12-21T02:30:38.443Z Compiling dropshot_endpoint v0.12.0
14342024-12-21T02:30:38.771Z Compiling terminal_size v0.4.0
14352024-12-21T02:30:38.774Z Compiling waitgroup v0.1.2
14362024-12-21T02:30:39.005Z Compiling openapiv3 v2.0.0
14372024-12-21T02:30:39.026Z Compiling serde_path_to_error v0.1.16
14382024-12-21T02:30:39.030Z Compiling hkdf v0.12.4
14392024-12-21T02:30:39.281Z Compiling crypto-bigint v0.5.5
14402024-12-21T02:30:39.919Z Compiling webpki-roots v0.26.6
14412024-12-21T02:30:40.152Z Compiling curve25519-dalek-derive v0.1.1
14422024-12-21T02:30:41.516Z Compiling zerocopy-derive v0.6.6
14432024-12-21T02:30:41.713Z Compiling idna v0.5.0
14442024-12-21T02:30:42.206Z Compiling hubpack_derive v0.1.1
14452024-12-21T02:30:43.114Z Compiling hostname v0.4.0
14462024-12-21T02:30:43.193Z Compiling ahash v0.8.11
14472024-12-21T02:30:43.372Z Compiling fs-err v2.11.0
14482024-12-21T02:30:43.392Z Compiling crc32fast v1.4.2
14492024-12-21T02:30:43.518Z Compiling winnow v0.5.40
14502024-12-21T02:30:43.572Z Compiling bitflags v1.3.2
14512024-12-21T02:30:43.661Z Compiling managed v0.8.0
14522024-12-21T02:30:43.686Z Compiling debug-ignore v1.0.5
14532024-12-21T02:30:43.762Z Compiling zerocopy v0.6.6
14542024-12-21T02:30:43.841Z Compiling flate2 v1.0.34
14552024-12-21T02:30:43.862Z Compiling clap_builder v4.5.21
14562024-12-21T02:30:44.590Z Compiling strum_macros v0.25.3
14572024-12-21T02:30:44.646Z Compiling console v0.15.8
14582024-12-21T02:30:44.927Z Compiling hubpack v0.1.2
14592024-12-21T02:30:45.393Z Compiling cookie_store v0.21.0
14602024-12-21T02:30:45.582Z Compiling elliptic-curve v0.13.8
14612024-12-21T02:30:46.337Z Compiling hickory-resolver v0.24.1
14622024-12-21T02:30:46.438Z Compiling phf v0.11.2
14632024-12-21T02:30:47.016Z Compiling hyper-tls v0.6.0
14642024-12-21T02:30:47.447Z Compiling toml_edit v0.19.15
14652024-12-21T02:30:47.532Z Compiling signal-hook-mio v0.2.4
14662024-12-21T02:30:47.614Z Compiling rayon v1.10.0
14672024-12-21T02:30:47.711Z Compiling bzip2 v0.4.4
14682024-12-21T02:30:48.824Z Compiling tokio-tungstenite v0.24.0
14692024-12-21T02:30:49.371Z Compiling postgres-types v0.2.8
14702024-12-21T02:30:52.381Z Compiling ed25519 v2.2.3
14712024-12-21T02:30:52.502Z Compiling phf_shared v0.10.0
14722024-12-21T02:30:52.927Z Compiling tokio-stream v0.1.16
14732024-12-21T02:30:53.268Z Compiling pkcs1 v0.7.5
14742024-12-21T02:30:53.514Z Compiling serde-big-array v0.5.1
14752024-12-21T02:30:53.774Z Compiling clap_derive v4.5.18
14762024-12-21T02:30:54.046Z Compiling rfc6979 v0.4.0
14772024-12-21T02:30:54.233Z Compiling derive-where v1.2.7
14782024-12-21T02:30:54.253Z Compiling serde_repr v0.1.19
14792024-12-21T02:30:54.281Z Compiling float-cmp v0.9.0
14802024-12-21T02:30:54.301Z Compiling bstr v1.10.0
14812024-12-21T02:30:54.523Z Compiling sync_wrapper v1.0.1
14822024-12-21T02:30:54.692Z Compiling number_prefix v0.4.0
14832024-12-21T02:30:54.935Z Compiling difflib v0.4.0
14842024-12-21T02:30:55.457Z Compiling unicode-segmentation v1.12.0
14852024-12-21T02:30:55.607Z Compiling precomputed-hash v0.1.1
14862024-12-21T02:30:55.735Z Compiling bit-vec v0.6.3
14872024-12-21T02:30:56.162Z Compiling static_assertions v1.1.0
14882024-12-21T02:30:56.215Z Compiling normalize-line-endings v0.3.0
14892024-12-21T02:30:56.273Z Compiling new_debug_unreachable v1.0.6
14902024-12-21T02:30:56.342Z Compiling predicates-core v1.0.8
14912024-12-21T02:30:56.362Z Compiling unicode-width v0.2.0
14922024-12-21T02:30:56.381Z Compiling whoami v1.5.2
14932024-12-21T02:30:56.602Z Compiling fixedbitset v0.4.2
14942024-12-21T02:30:56.715Z Compiling predicates v3.1.2
14952024-12-21T02:30:56.889Z Compiling petgraph v0.6.5
14962024-12-21T02:30:57.045Z Compiling indicatif v0.17.9
14972024-12-21T02:30:57.091Z Compiling tokio-postgres v0.7.12
14982024-12-21T02:30:57.851Z Compiling string_cache v0.8.7
14992024-12-21T02:30:58.347Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15002024-12-21T02:30:58.515Z Compiling similar v2.6.0
15012024-12-21T02:30:58.915Z Compiling clap v4.5.21
15022024-12-21T02:30:59.048Z Compiling bit-set v0.5.3
15032024-12-21T02:30:59.305Z Compiling ecdsa v0.16.9
15042024-12-21T02:30:59.344Z Compiling rsa v0.9.6
15052024-12-21T02:31:00.200Z Compiling ed25519-dalek v2.1.1
15062024-12-21T02:31:01.010Z Compiling toml v0.7.8
15072024-12-21T02:31:01.122Z Compiling zip v0.6.6
15082024-12-21T02:31:01.519Z Compiling crossterm v0.28.1
15092024-12-21T02:31:02.814Z Compiling hex v0.4.3
15102024-12-21T02:31:03.088Z Compiling x509-cert v0.2.5
15112024-12-21T02:31:03.268Z Compiling itertools v0.10.5
15122024-12-21T02:31:03.470Z Compiling peg-runtime v0.8.3
15132024-12-21T02:31:03.568Z Compiling unicode-xid v0.2.6
15142024-12-21T02:31:03.795Z Compiling lalrpop-util v0.19.12
15152024-12-21T02:31:04.149Z Compiling strum_macros v0.26.4
15162024-12-21T02:31:04.177Z Compiling xattr v1.3.1
15172024-12-21T02:31:04.436Z Compiling filetime v0.2.25
15182024-12-21T02:31:04.805Z Compiling tar v0.4.42
15192024-12-21T02:31:08.949Z Compiling strum v0.26.3
15202024-12-21T02:31:11.718Z Compiling aws-lc-sys v0.22.0
15212024-12-21T02:31:39.734Z Compiling rustls-webpki v0.102.8
15222024-12-21T02:31:43.144Z Compiling tokio-rustls v0.25.0
15232024-12-21T02:31:44.800Z Compiling tokio-rustls v0.26.0
15242024-12-21T02:31:45.248Z Compiling hyper-rustls v0.27.3
15252024-12-21T02:31:45.595Z Compiling reqwest v0.12.9
15262024-12-21T02:31:46.815Z Compiling qorb v0.2.1
15272024-12-21T02:31:51.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15282024-12-21T02:31:51.761Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15292024-12-21T02:31:57.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15302024-12-21T02:31:57.752Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15312024-12-21T02:31:57.802ZDec 21 02:31:56.079 INFO Starting download, target: Clickhouse
15322024-12-21T02:31:57.802ZDec 21 02:31:56.079 INFO Starting download, target: Cockroach
15332024-12-21T02:31:57.805ZDec 21 02:31:56.079 INFO Starting download, target: Console
15342024-12-21T02:31:57.805ZDec 21 02:31:56.079 INFO Starting download, target: DendriteOpenapi
15352024-12-21T02:31:57.805ZDec 21 02:31:56.079 INFO Starting download, target: DendriteStub
15362024-12-21T02:31:57.805ZDec 21 02:31:56.079 INFO Starting download, target: MaghemiteMgd
15372024-12-21T02:31:57.805ZDec 21 02:31:56.079 INFO Starting download, target: TransceiverControl
15382024-12-21T02:31:57.805ZDec 21 02:31:56.080 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15392024-12-21T02:31:57.805ZDec 21 02:31:56.080 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15402024-12-21T02:31:57.805ZDec 21 02:31:56.080 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15412024-12-21T02:31:57.805ZDec 21 02:31:56.080 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15422024-12-21T02:31:57.805ZDec 21 02:31:56.080 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15432024-12-21T02:31:57.805ZDec 21 02:31:56.080 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15442024-12-21T02:31:57.805ZDec 21 02:31:56.080 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15452024-12-21T02:31:58.352ZDec 21 02:31:56.545 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15462024-12-21T02:31:58.397ZDec 21 02:31:56.616 INFO Download complete, target: DendriteOpenapi
15472024-12-21T02:31:58.636ZDec 21 02:31:56.859 INFO Download complete, target: Console
15482024-12-21T02:31:58.717ZDec 21 02:31:56.934 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15492024-12-21T02:31:59.237ZDec 21 02:31:57.501 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15502024-12-21T02:31:59.277ZDec 21 02:31:57.549 INFO Download complete, target: TransceiverControl
15512024-12-21T02:31:59.539ZDec 21 02:31:57.811 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15522024-12-21T02:31:59.776ZDec 21 02:31:58.034 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15532024-12-21T02:32:00.509ZDec 21 02:31:58.783 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15542024-12-21T02:32:00.509ZDec 21 02:31:58.783 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15552024-12-21T02:32:02.154ZDec 21 02:32:00.426 INFO Download complete, target: DendriteStub
15562024-12-21T02:32:02.494ZDec 21 02:32:00.766 INFO Download complete, target: MaghemiteMgd
15572024-12-21T02:32:07.947ZDec 21 02:32:06.194 INFO Checking that binary works, target: Cockroach
15582024-12-21T02:32:08.120ZDec 21 02:32:06.359 INFO Download complete, target: Cockroach
15592024-12-21T02:32:12.404ZDec 21 02:32:10.665 INFO Checking that binary works, target: Clickhouse
15602024-12-21T02:32:12.525ZDec 21 02:32:10.785 INFO Download complete, target: Clickhouse
15612024-12-21T02:32:12.532ZAll prerequisites installed successfully
15622024-12-21T02:32:12.534Z
15632024-12-21T02:32:12.534Zreal 6:38.113795171
15642024-12-21T02:32:12.534Zuser 16:31.784277245
15652024-12-21T02:32:12.534Zsys 3:16.073774213
15662024-12-21T02:32:12.534Ztrap 0.545364515
15672024-12-21T02:32:12.534Ztflt 1.767876593
15682024-12-21T02:32:12.534Zdflt 2.179152573
15692024-12-21T02:32:12.534Zkflt 0.025644185
15702024-12-21T02:32:12.534Zlock 29:28.421206478
15712024-12-21T02:32:12.534Zslp 1:05:06.340073526
15722024-12-21T02:32:12.535Zlat 56.078416864
15732024-12-21T02:32:12.535Zstop 2:21.696441219
15742024-12-21T02:32:12.535Z+ ptime -m cargo xtask download softnpu
15752024-12-21T02:32:13.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15762024-12-21T02:32:13.153Z Running `target/debug/xtask download softnpu`
15772024-12-21T02:32:13.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15782024-12-21T02:32:13.929Z Running `target/debug/xtask-downloader softnpu`
15792024-12-21T02:32:13.964ZDec 21 02:32:12.222 INFO Starting download, target: Softnpu
15802024-12-21T02:32:13.974ZDec 21 02:32:12.222 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15812024-12-21T02:32:14.455ZDec 21 02:32:12.705 INFO Download complete, target: Softnpu
15822024-12-21T02:32:14.457Z
15832024-12-21T02:32:14.457Zreal 1.909272619
15842024-12-21T02:32:14.457Zuser 1.238227760
15852024-12-21T02:32:14.457Zsys 0.520993224
15862024-12-21T02:32:14.457Ztrap 0.000566812
15872024-12-21T02:32:14.457Ztflt 0.000021804
15882024-12-21T02:32:14.457Zdflt 0.000042272
15892024-12-21T02:32:14.457Zkflt 0.000000000
15902024-12-21T02:32:14.457Zlock 4.921414656
15912024-12-21T02:32:14.458Zslp 0.334653201
15922024-12-21T02:32:14.458Zlat 0.069023219
15932024-12-21T02:32:14.458Zstop 0.000216630
15942024-12-21T02:32:14.458Z+ export CARGO_INCREMENTAL=0
15952024-12-21T02:32:14.458Z+ CARGO_INCREMENTAL=0
15962024-12-21T02:32:14.458Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
15972024-12-21T02:32:15.416Z Compiling proc-macro2 v1.0.89
15982024-12-21T02:32:15.417Z Compiling unicode-ident v1.0.13
15992024-12-21T02:32:15.431Z Compiling libc v0.2.162
16002024-12-21T02:32:15.432Z Compiling serde v1.0.215
16012024-12-21T02:32:15.432Z Compiling autocfg v1.4.0
16022024-12-21T02:32:15.432Z Compiling version_check v0.9.5
16032024-12-21T02:32:15.432Z Compiling cfg-if v1.0.0
16042024-12-21T02:32:15.662Z Compiling memchr v2.7.4
16052024-12-21T02:32:15.694Z Compiling typenum v1.17.0
16062024-12-21T02:32:15.729Z Compiling shlex v1.3.0
16072024-12-21T02:32:16.132Z Compiling value-bag v1.9.0
16082024-12-21T02:32:16.189Z Compiling generic-array v0.14.7
16092024-12-21T02:32:16.446Z Compiling scopeguard v1.2.0
16102024-12-21T02:32:16.464Z Compiling lock_api v0.4.12
16112024-12-21T02:32:16.568Z Compiling log v0.4.22
16122024-12-21T02:32:16.722Z Compiling parking_lot_core v0.9.10
16132024-12-21T02:32:17.092Z Compiling once_cell v1.20.2
16142024-12-21T02:32:17.124Z Compiling serde_json v1.0.132
16152024-12-21T02:32:17.394Z Compiling quote v1.0.37
16162024-12-21T02:32:17.416Z Compiling jobserver v0.1.32
16172024-12-21T02:32:17.431Z Compiling getrandom v0.2.15
16182024-12-21T02:32:17.661Z Compiling rustix v0.38.37
16192024-12-21T02:32:17.726Z Compiling thiserror v1.0.69
16202024-12-21T02:32:17.853Z Compiling syn v2.0.87
16212024-12-21T02:32:17.872Z Compiling cc v1.1.30
16222024-12-21T02:32:18.017Z Compiling libm v0.2.8
16232024-12-21T02:32:18.041Z Compiling aho-corasick v1.1.3
16242024-12-21T02:32:18.149Z Compiling regex-syntax v0.8.5
16252024-12-21T02:32:18.248Z Compiling num-traits v0.2.19
16262024-12-21T02:32:18.311Z Compiling either v1.13.0
16272024-12-21T02:32:18.350Z Compiling itoa v1.0.11
16282024-12-21T02:32:18.539Z Compiling spin v0.9.8
16292024-12-21T02:32:18.701Z Compiling slab v0.4.9
16302024-12-21T02:32:19.007Z Compiling byteorder v1.5.0
16312024-12-21T02:32:19.304Z Compiling errno v0.3.9
16322024-12-21T02:32:19.484Z Compiling rand_core v0.6.4
16332024-12-21T02:32:19.547Z Compiling lazy_static v1.5.0
16342024-12-21T02:32:19.672Z Compiling glob v0.3.1
16352024-12-21T02:32:20.173Z Compiling prettyplease v0.2.25
16362024-12-21T02:32:20.490Z Compiling clang-sys v1.8.1
16372024-12-21T02:32:20.821Z Compiling minimal-lexical v0.2.1
16382024-12-21T02:32:21.014Z Compiling libloading v0.8.5
16392024-12-21T02:32:21.169Z Compiling bindgen v0.69.5
16402024-12-21T02:32:21.315Z Compiling nom v7.1.3
16412024-12-21T02:32:21.395Z Compiling subtle v2.6.1
16422024-12-21T02:32:21.596Z Compiling home v0.5.9
16432024-12-21T02:32:21.689Z Compiling allocator-api2 v0.2.18
16442024-12-21T02:32:21.727Z Compiling regex-automata v0.4.8
16452024-12-21T02:32:21.884Z Compiling itertools v0.12.1
16462024-12-21T02:32:22.465Z Compiling semver v1.0.23
16472024-12-21T02:32:22.640Z Compiling lazycell v1.3.0
16482024-12-21T02:32:22.825Z Compiling rustc-hash v1.1.0
16492024-12-21T02:32:22.929Z Compiling smallvec v1.13.2
16502024-12-21T02:32:23.434Z Compiling cmake v0.1.51
16512024-12-21T02:32:24.258Z Compiling fs_extra v1.3.0
16522024-12-21T02:32:24.289Z Compiling dunce v1.0.5
16532024-12-21T02:32:24.525Z Compiling pkg-config v0.3.31
16542024-12-21T02:32:24.741Z Compiling cexpr v0.6.0
16552024-12-21T02:32:24.836Z Compiling ring v0.17.8
16562024-12-21T02:32:25.129Z Compiling pin-project-lite v0.2.14
16572024-12-21T02:32:25.269Z Compiling ryu v1.0.18
16582024-12-21T02:32:25.285Z Compiling paste v1.0.15
16592024-12-21T02:32:25.558Z Compiling synstructure v0.13.1
16602024-12-21T02:32:25.749Z Compiling fnv v1.0.7
16612024-12-21T02:32:25.879Z Compiling const-oid v0.9.6
16622024-12-21T02:32:26.357Z Compiling equivalent v1.0.1
16632024-12-21T02:32:26.379Z Compiling httparse v1.9.5
16642024-12-21T02:32:26.475Z Compiling aws-lc-rs v1.10.0
16652024-12-21T02:32:26.879Z Compiling foldhash v0.1.3
16662024-12-21T02:32:27.158Z Compiling regex v1.11.1
16672024-12-21T02:32:27.599Z Compiling hashbrown v0.15.1
16682024-12-21T02:32:27.788Z Compiling schemars v0.8.21
16692024-12-21T02:32:27.973Z Compiling heck v0.5.0
16702024-12-21T02:32:28.186Z Compiling serde_derive_internals v0.29.1
16712024-12-21T02:32:28.419Z Compiling signal-hook-registry v1.4.2
16722024-12-21T02:32:28.891Z Compiling parking_lot v0.12.3
16732024-12-21T02:32:28.985Z Compiling mio v1.0.2
16742024-12-21T02:32:30.730Z Compiling stable_deref_trait v1.2.0
16752024-12-21T02:32:30.750Z Compiling crossbeam-utils v0.8.20
16762024-12-21T02:32:30.752Z Compiling socket2 v0.5.7
16772024-12-21T02:32:30.854Z Compiling futures-core v0.3.31
16782024-12-21T02:32:31.001Z Compiling time-core v0.1.2
16792024-12-21T02:32:31.033Z Compiling serde_derive v1.0.215
16802024-12-21T02:32:31.113Z Compiling zeroize_derive v1.4.2
16812024-12-21T02:32:31.189Z Compiling zerocopy-derive v0.7.35
16822024-12-21T02:32:31.254Z Compiling thiserror-impl v1.0.69
16832024-12-21T02:32:32.202Z Compiling tokio-macros v2.4.0
16842024-12-21T02:32:32.389Z Compiling zerofrom-derive v0.1.4
16852024-12-21T02:32:32.434Z Compiling yoke-derive v0.7.4
16862024-12-21T02:32:32.509Z Compiling zeroize v1.8.1
16872024-12-21T02:32:32.918Z Compiling futures-macro v0.3.31
16882024-12-21T02:32:33.215Z Compiling zerovec-derive v0.10.3
16892024-12-21T02:32:33.604Z Compiling zerocopy v0.7.35
16902024-12-21T02:32:34.106Z Compiling displaydoc v0.2.5
16912024-12-21T02:32:34.721Z Compiling crypto-common v0.1.6
16922024-12-21T02:32:35.057Z Compiling tracing-attributes v0.1.27
16932024-12-21T02:32:35.080Z Compiling icu_provider_macros v1.5.0
16942024-12-21T02:32:35.304Z Compiling block-buffer v0.10.4
16952024-12-21T02:32:35.534Z Compiling digest v0.10.7
16962024-12-21T02:32:35.579Z Compiling schemars_derive v0.8.21
16972024-12-21T02:32:35.822Z Compiling der_derive v0.7.3
16982024-12-21T02:32:36.199Z Compiling num-conv v0.1.0
16992024-12-21T02:32:36.475Z Compiling time-macros v0.2.18
17002024-12-21T02:32:37.371Z Compiling vcpkg v0.2.15
17012024-12-21T02:32:38.981Z Compiling openssl-sys v0.9.103
17022024-12-21T02:32:39.340Z Compiling cpufeatures v0.2.14
17032024-12-21T02:32:39.406Z Compiling futures-sink v0.3.31
17042024-12-21T02:32:39.469Z Compiling slog v2.7.0
17052024-12-21T02:32:39.609Z Compiling ahash v0.8.11
17062024-12-21T02:32:39.926Z Compiling syn v1.0.109
17072024-12-21T02:32:40.225Z Compiling zerofrom v0.1.4
17082024-12-21T02:32:40.396Z Compiling scroll_derive v0.12.0
17092024-12-21T02:32:40.440Z Compiling ucd-trie v0.1.7
17102024-12-21T02:32:40.549Z Compiling iana-time-zone v0.1.61
17112024-12-21T02:32:40.948Z Compiling pest v2.7.14
17122024-12-21T02:32:41.138Z Compiling yoke v0.7.4
17132024-12-21T02:32:41.280Z Compiling futures-channel v0.3.31
17142024-12-21T02:32:41.677Z Compiling hmac v0.12.1
17152024-12-21T02:32:41.899Z Compiling pin-utils v0.1.0
17162024-12-21T02:32:41.968Z Compiling futures-io v0.3.31
17172024-12-21T02:32:42.123Z Compiling futures-task v0.3.31
17182024-12-21T02:32:42.265Z Compiling openssl v0.10.66
17192024-12-21T02:32:42.421Z Compiling futures-util v0.3.31
17202024-12-21T02:32:42.646Z Compiling zerovec v0.10.4
17212024-12-21T02:32:42.846Z Compiling block-padding v0.3.3
17222024-12-21T02:32:43.072Z Compiling tinyvec_macros v0.1.1
17232024-12-21T02:32:43.705Z Compiling pest_meta v2.7.14
17242024-12-21T02:32:43.879Z Compiling tinyvec v1.8.0
17252024-12-21T02:32:44.771Z Compiling bitflags v2.6.0
17262024-12-21T02:32:44.816Z Compiling bytes v1.8.0
17272024-12-21T02:32:46.725Z Compiling indexmap v2.6.0
17282024-12-21T02:32:47.714Z Compiling tokio v1.40.0
17292024-12-21T02:32:48.431Z Compiling serde_tokenstream v0.2.2
17302024-12-21T02:32:48.780Z Compiling http v1.1.0
17312024-12-21T02:32:49.020Z Compiling uuid v1.11.0
17322024-12-21T02:32:49.573Z Compiling which v4.4.2
17332024-12-21T02:32:50.302Z Compiling rustc_version v0.4.1
17342024-12-21T02:32:50.641Z Compiling chrono v0.4.38
17352024-12-21T02:32:52.770Z Compiling pest_generator v2.7.14
17362024-12-21T02:32:54.019Z Compiling toml_datetime v0.6.8
17372024-12-21T02:32:54.492Z Compiling serde_spanned v0.6.8
17382024-12-21T02:32:54.572Z Compiling inout v0.1.3
17392024-12-21T02:32:54.840Z Compiling openssl-macros v0.1.1
17402024-12-21T02:32:55.538Z Compiling rustls v0.23.19
17412024-12-21T02:32:55.812Z Compiling strsim v0.11.1
17422024-12-21T02:32:56.543Z Compiling native-tls v0.2.12
17432024-12-21T02:32:56.869Z Compiling cipher v0.4.4
17442024-12-21T02:32:56.934Z Compiling pest_derive v2.7.14
17452024-12-21T02:32:57.341Z Compiling unicode-normalization v0.1.24
17462024-12-21T02:32:57.687Z Compiling tinystr v0.7.6
17472024-12-21T02:32:57.762Z Compiling sha2 v0.10.8
17482024-12-21T02:32:58.150Z Compiling tracing-core v0.1.32
17492024-12-21T02:32:58.396Z Compiling usdt-impl v0.5.0
17502024-12-21T02:32:58.463Z Compiling dyn-clone v1.0.17
17512024-12-21T02:32:58.561Z Compiling litemap v0.7.3
17522024-12-21T02:32:58.690Z Compiling base64ct v1.6.0
17532024-12-21T02:32:58.719Z Compiling writeable v0.5.5
17542024-12-21T02:32:58.945Z Compiling unicode-bidi v0.3.17
17552024-12-21T02:32:59.007Z Compiling tracing v0.1.40
17562024-12-21T02:32:59.264Z Compiling pem-rfc7468 v0.7.0
17572024-12-21T02:32:59.264Z Compiling icu_locid v1.5.0
17582024-12-21T02:33:00.459Z Compiling scroll v0.12.0
17592024-12-21T02:33:00.797Z Compiling ppv-lite86 v0.2.20
17602024-12-21T02:33:01.013Z Compiling async-trait v0.1.83
17612024-12-21T02:33:01.415Z Compiling cookie v0.18.1
17622024-12-21T02:33:01.640Z Compiling flagset v0.4.6
17632024-12-21T02:33:01.686Z Compiling camino v1.1.9
17642024-12-21T02:33:01.837Z Compiling anyhow v1.0.93
17652024-12-21T02:33:02.362Z Compiling plain v0.2.3
17662024-12-21T02:33:03.842Z Compiling aws-lc-sys v0.22.0
17672024-12-21T02:33:05.252Z Compiling goblin v0.8.2
17682024-12-21T02:33:06.627Z Compiling der v0.7.9
17692024-12-21T02:33:09.753Z Compiling rand_chacha v0.3.1
17702024-12-21T02:33:10.553Z Compiling icu_provider v1.5.0
17712024-12-21T02:33:10.922Z Compiling percent-encoding v2.3.1
17722024-12-21T02:33:11.539Z Compiling rayon-core v1.12.1
17732024-12-21T02:33:11.693Z Compiling rustls v0.22.4
17742024-12-21T02:33:11.815Z Compiling rustls-pki-types v1.10.0
17752024-12-21T02:33:12.068Z Compiling pretty-hex v0.4.1
17762024-12-21T02:33:12.270Z Compiling icu_locid_transform_data v1.5.0
17772024-12-21T02:33:12.384Z Compiling icu_locid_transform v1.5.0
17782024-12-21T02:33:12.941Z Compiling dof v0.3.0
17792024-12-21T02:33:14.097Z Compiling rand v0.8.5
17802024-12-21T02:33:14.233Z Compiling spki v0.7.3
17812024-12-21T02:33:14.620Z Compiling dtrace-parser v0.2.0
17822024-12-21T02:33:14.728Z Compiling salsa20 v0.10.2
17832024-12-21T02:33:14.746Z Compiling tokio-util v0.7.12
17842024-12-21T02:33:14.964Z Compiling icu_collections v1.5.0
17852024-12-21T02:33:15.705Z Compiling pbkdf2 v0.12.2
17862024-12-21T02:33:16.239Z Compiling thread-id v4.2.2
17872024-12-21T02:33:16.260Z Compiling mirai-annotations v1.12.0
17882024-12-21T02:33:16.349Z Compiling untrusted v0.9.0
17892024-12-21T02:33:16.368Z Compiling icu_properties_data v1.5.0
17902024-12-21T02:33:16.447Z Compiling untrusted v0.7.1
17912024-12-21T02:33:16.524Z Compiling powerfmt v0.2.0
17922024-12-21T02:33:16.554Z Compiling winnow v0.5.40
17932024-12-21T02:33:16.811Z Compiling deranged v0.3.11
17942024-12-21T02:33:17.010Z Compiling icu_properties v1.5.1
17952024-12-21T02:33:20.479Z Compiling toml_edit v0.19.15
17962024-12-21T02:33:21.734Z Compiling scrypt v0.11.0
17972024-12-21T02:33:22.002Z Compiling aes v0.8.4
17982024-12-21T02:33:22.261Z Compiling cbc v0.1.2
17992024-12-21T02:33:22.654Z Compiling multer v3.1.0
18002024-12-21T02:33:22.964Z Compiling rustversion v1.0.17
18012024-12-21T02:33:23.407Z Compiling icu_normalizer_data v1.5.0
18022024-12-21T02:33:23.519Z Compiling num_threads v0.1.7
18032024-12-21T02:33:23.558Z Compiling atomic-waker v1.1.2
18042024-12-21T02:33:23.787Z Compiling slog-async v2.8.0
18052024-12-21T02:33:24.239Z Compiling write16 v1.0.0
18062024-12-21T02:33:24.379Z Compiling utf16_iter v1.0.5
18072024-12-21T02:33:24.494Z Compiling utf8_iter v1.0.4
18082024-12-21T02:33:24.590Z Compiling time v0.3.36
18092024-12-21T02:33:24.721Z Compiling icu_normalizer v1.5.0
18102024-12-21T02:33:26.368Z Compiling pkcs5 v0.7.1
18112024-12-21T02:33:27.382Z Compiling form_urlencoded v1.2.1
18122024-12-21T02:33:27.657Z Compiling http-body v1.0.1
18132024-12-21T02:33:27.925Z Compiling heapless v0.7.17
18142024-12-21T02:33:28.326Z Compiling bzip2-sys v0.1.11+1.0.8
18152024-12-21T02:33:28.722Z Compiling try-lock v0.2.5
18162024-12-21T02:33:28.789Z Compiling signal-hook v0.3.17
18172024-12-21T02:33:29.363Z Compiling want v0.3.1
18182024-12-21T02:33:31.128Z Compiling pkcs8 v0.10.2
18192024-12-21T02:33:31.830Z Compiling idna_adapter v1.2.0
18202024-12-21T02:33:32.057Z Compiling h2 v0.4.6
18212024-12-21T02:33:32.421Z Compiling usdt-attr-macro v0.5.0
18222024-12-21T02:33:33.890Z Compiling usdt-macro v0.5.0
18232024-12-21T02:33:34.655Z Compiling async-stream-impl v0.3.6
18242024-12-21T02:33:35.058Z Compiling httpdate v1.0.3
18252024-12-21T02:33:35.472Z Compiling adler2 v2.0.0
18262024-12-21T02:33:35.741Z Compiling miniz_oxide v0.8.0
18272024-12-21T02:33:36.801Z Compiling idna v1.0.3
18282024-12-21T02:33:38.484Z Compiling curve25519-dalek v4.1.3
18292024-12-21T02:33:38.890Z Compiling hyper v1.5.0
18302024-12-21T02:33:38.972Z Compiling openapiv3 v2.0.0
18312024-12-21T02:33:39.645Z Compiling enum-as-inner v0.6.1
18322024-12-21T02:33:41.986Z Compiling dropshot v0.12.0
18332024-12-21T02:33:42.611Z Compiling portable-atomic v1.9.0
18342024-12-21T02:33:42.666Z Compiling base64 v0.22.1
18352024-12-21T02:33:43.250Z Compiling tower-service v0.3.3
18362024-12-21T02:33:43.288Z Compiling foreign-types-shared v0.1.1
18372024-12-21T02:33:43.349Z Compiling match_cfg v0.1.0
18382024-12-21T02:33:43.352Z Compiling num-bigint-dig v0.8.4
18392024-12-21T02:33:43.442Z Compiling smoltcp v0.9.1
18402024-12-21T02:33:43.517Z Compiling hyper-util v0.1.10
18412024-12-21T02:33:44.012Z Compiling hostname v0.3.1
18422024-12-21T02:33:44.269Z Compiling foreign-types v0.3.2
18432024-12-21T02:33:49.692Z Compiling url v2.5.3
18442024-12-21T02:33:51.992Z Compiling dirs-sys-next v0.1.2
18452024-12-21T02:33:52.107Z Compiling siphasher v0.3.11
18462024-12-21T02:33:52.184Z Compiling ident_case v1.0.1
18472024-12-21T02:33:52.367Z Compiling data-encoding v2.6.0
18482024-12-21T02:33:52.469Z Compiling heck v0.4.1
18492024-12-21T02:33:52.525Z Compiling gimli v0.31.1
18502024-12-21T02:33:52.701Z Compiling darling_core v0.20.10
18512024-12-21T02:33:52.899Z Compiling dirs-next v2.0.0
18522024-12-21T02:33:55.642Z Compiling http-body-util v0.1.2
18532024-12-21T02:33:58.904Z Compiling addr2line v0.24.2
18542024-12-21T02:33:59.325Z Compiling crossbeam-epoch v0.9.18
18552024-12-21T02:33:59.595Z Compiling hubpack_derive v0.1.1
18562024-12-21T02:33:59.675Z Compiling dropshot_endpoint v0.12.0
18572024-12-21T02:33:59.901Z Compiling sha1 v0.10.6
18582024-12-21T02:34:00.033Z Compiling signature v2.2.0
18592024-12-21T02:34:00.271Z Compiling curve25519-dalek-derive v0.1.1
18602024-12-21T02:34:00.306Z Compiling zerocopy-derive v0.6.6
18612024-12-21T02:34:00.520Z Compiling object v0.36.5
18622024-12-21T02:34:01.636Z Compiling thread_local v1.1.8
18632024-12-21T02:34:02.117Z Compiling fs-err v2.11.0
18642024-12-21T02:34:02.206Z Compiling encoding_rs v0.8.34
18652024-12-21T02:34:05.676Z Compiling utf8parse v0.2.2
18662024-12-21T02:34:05.846Z Compiling ipnet v2.10.1
18672024-12-21T02:34:06.867Z Compiling openssl-probe v0.1.5
18682024-12-21T02:34:07.182Z Compiling rustc-demangle v0.1.24
18692024-12-21T02:34:09.836Z Compiling anstyle v1.0.10
18702024-12-21T02:34:10.289Z Compiling mime v0.3.17
18712024-12-21T02:34:10.802Z Compiling unicode-properties v0.1.3
18722024-12-21T02:34:12.363Z Compiling winnow v0.6.20
18732024-12-21T02:34:13.138Z Compiling stringprep v0.1.5
18742024-12-21T02:34:14.659Z Compiling backtrace v0.3.74
18752024-12-21T02:34:15.719Z Compiling anstyle-parse v0.2.5
18762024-12-21T02:34:16.078Z Compiling toml_edit v0.22.22
18772024-12-21T02:34:17.713Z Compiling rustls-webpki v0.102.8
18782024-12-21T02:34:20.375Z Compiling crossbeam-deque v0.8.5
18792024-12-21T02:34:23.353Z Compiling darling_macro v0.20.10
18802024-12-21T02:34:24.234Z Compiling term v0.7.0
18812024-12-21T02:34:25.468Z Compiling slog-json v2.6.1
18822024-12-21T02:34:25.894Z Compiling serde_urlencoded v0.7.1
18832024-12-21T02:34:27.213Z Compiling crossbeam-channel v0.5.13
18842024-12-21T02:34:27.231Z Compiling rustls-pemfile v2.2.0
18852024-12-21T02:34:28.058Z Compiling hashbrown v0.14.5
18862024-12-21T02:34:28.423Z Compiling idna v0.4.0
18872024-12-21T02:34:28.632Z Compiling idna v0.3.0
18882024-12-21T02:34:29.380Z Compiling futures-executor v0.3.31
18892024-12-21T02:34:30.117Z Compiling num-integer v0.1.46
18902024-12-21T02:34:30.120Z Compiling md-5 v0.10.6
18912024-12-21T02:34:30.382Z Compiling ff v0.13.0
18922024-12-21T02:34:30.568Z Compiling hash32 v0.2.1
18932024-12-21T02:34:30.619Z Compiling is-terminal v0.4.13
18942024-12-21T02:34:30.768Z Compiling memmap v0.7.0
18952024-12-21T02:34:30.954Z Compiling linked-hash-map v0.5.6
18962024-12-21T02:34:31.348Z Compiling anstyle-query v1.1.1
18972024-12-21T02:34:31.915Z Compiling base16ct v0.2.0
18982024-12-21T02:34:32.386Z Compiling utf-8 v0.7.6
18992024-12-21T02:34:32.705Z Compiling colorchoice v1.0.2
19002024-12-21T02:34:32.708Z Compiling psl-types v2.0.11
19012024-12-21T02:34:32.883Z Compiling is_terminal_polyfill v1.70.1
19022024-12-21T02:34:32.911Z Compiling fallible-iterator v0.2.0
19032024-12-21T02:34:33.016Z Compiling quick-error v1.2.3
19042024-12-21T02:34:33.213Z Compiling take_mut v0.2.2
19052024-12-21T02:34:33.642Z Compiling postgres-protocol v0.6.7
19062024-12-21T02:34:34.454Z Compiling resolv-conf v0.7.0
19072024-12-21T02:34:34.519Z Compiling anstream v0.6.15
19082024-12-21T02:34:34.898Z Compiling publicsuffix v2.2.3
19092024-12-21T02:34:35.131Z Compiling tungstenite v0.24.0
19102024-12-21T02:34:35.208Z Compiling sec1 v0.7.3
19112024-12-21T02:34:35.776Z Compiling lru-cache v0.1.2
19122024-12-21T02:34:35.992Z Compiling usdt v0.5.0
19132024-12-21T02:34:36.485Z Compiling slog-term v2.9.1
19142024-12-21T02:34:37.135Z Compiling num-iter v0.1.45
19152024-12-21T02:34:37.324Z Compiling group v0.13.0
19162024-12-21T02:34:37.458Z Compiling futures v0.3.31
19172024-12-21T02:34:37.582Z Compiling hickory-proto v0.24.1
19182024-12-21T02:34:37.599Z Compiling regress v0.10.1
19192024-12-21T02:34:41.298Z Compiling slog-bunyan v2.5.0
19202024-12-21T02:34:41.511Z Compiling tokio-rustls v0.26.0
19212024-12-21T02:34:41.848Z Compiling darling v0.20.10
19222024-12-21T02:34:41.971Z Compiling tokio-rustls v0.25.0
19232024-12-21T02:34:42.257Z Compiling toml v0.8.19
19242024-12-21T02:34:42.318Z Compiling tokio-native-tls v0.3.1
19252024-12-21T02:34:42.374Z Compiling strum_macros v0.25.3
19262024-12-21T02:34:42.393Z Compiling phf_shared v0.11.2
19272024-12-21T02:34:42.809Z Compiling async-stream v0.3.6
19282024-12-21T02:34:42.888Z Compiling waitgroup v0.1.2
19292024-12-21T02:34:43.098Z Compiling webpki-roots v0.26.6
19302024-12-21T02:34:43.788Z Compiling idna v0.5.0
19312024-12-21T02:34:43.835Z Compiling terminal_size v0.4.0
19322024-12-21T02:34:44.057Z Compiling serde_path_to_error v0.1.16
19332024-12-21T02:34:44.431Z Compiling hkdf v0.12.4
19342024-12-21T02:34:45.084Z Compiling crypto-bigint v0.5.5
19352024-12-21T02:34:45.272Z Compiling clap_derive v4.5.18
19362024-12-21T02:34:45.336Z Compiling serde_repr v0.1.19
19372024-12-21T02:34:45.999Z Compiling derive-where v1.2.7
19382024-12-21T02:34:46.449Z Compiling hostname v0.4.0
19392024-12-21T02:34:46.673Z Compiling crc32fast v1.4.2
19402024-12-21T02:34:46.701Z Compiling managed v0.8.0
19412024-12-21T02:34:47.003Z Compiling bitflags v1.3.2
19422024-12-21T02:34:47.075Z Compiling debug-ignore v1.0.5
19432024-12-21T02:34:47.113Z Compiling unicode-width v0.1.14
19442024-12-21T02:34:47.649Z Compiling clap_lex v0.7.2
19452024-12-21T02:34:48.915Z Compiling elliptic-curve v0.13.8
19462024-12-21T02:34:49.146Z Compiling clap_builder v4.5.21
19472024-12-21T02:34:49.681Z Compiling console v0.15.8
19482024-12-21T02:34:51.619Z Compiling flate2 v1.0.34
19492024-12-21T02:34:51.691Z Compiling cookie_store v0.21.0
19502024-12-21T02:34:53.860Z Compiling hyper-rustls v0.27.3
19512024-12-21T02:34:54.328Z Compiling hickory-resolver v0.24.1
19522024-12-21T02:34:57.764Z Compiling phf v0.11.2
19532024-12-21T02:34:58.092Z Compiling hyper-tls v0.6.0
19542024-12-21T02:34:58.491Z Compiling signal-hook-mio v0.2.4
19552024-12-21T02:34:58.674Z Compiling typify-impl v0.2.0
19562024-12-21T02:34:58.996Z Compiling bzip2 v0.4.4
19572024-12-21T02:34:59.047Z Compiling rayon v1.10.0
19582024-12-21T02:34:59.270Z Compiling tokio-tungstenite v0.24.0
19592024-12-21T02:34:59.704Z Compiling postgres-types v0.2.8
19602024-12-21T02:34:59.805Z Compiling zerocopy v0.6.6
19612024-12-21T02:34:59.908Z Compiling hubpack v0.1.2
19622024-12-21T02:35:00.355Z Compiling ed25519 v2.2.3
19632024-12-21T02:35:00.677Z Compiling phf_shared v0.10.0
19642024-12-21T02:35:01.057Z Compiling pkcs1 v0.7.5
19652024-12-21T02:35:01.075Z Compiling tokio-stream v0.1.16
19662024-12-21T02:35:02.020Z Compiling serde-big-array v0.5.1
19672024-12-21T02:35:02.081Z Compiling rfc6979 v0.4.0
19682024-12-21T02:35:02.266Z Compiling float-cmp v0.9.0
19692024-12-21T02:35:02.289Z Compiling sync_wrapper v1.0.1
19702024-12-21T02:35:02.453Z Compiling bstr v1.10.0
19712024-12-21T02:35:03.560Z Compiling unicode-width v0.2.0
19722024-12-21T02:35:04.085Z Compiling bit-vec v0.6.3
19732024-12-21T02:35:04.350Z Compiling unicode-segmentation v1.12.0
19742024-12-21T02:35:04.552Z Compiling fixedbitset v0.4.2
19752024-12-21T02:35:04.979Z Compiling whoami v1.5.2
19762024-12-21T02:35:05.159Z Compiling difflib v0.4.0
19772024-12-21T02:35:05.224Z Compiling normalize-line-endings v0.3.0
19782024-12-21T02:35:05.346Z Compiling new_debug_unreachable v1.0.6
19792024-12-21T02:35:05.457Z Compiling precomputed-hash v0.1.1
19802024-12-21T02:35:05.549Z Compiling predicates-core v1.0.8
19812024-12-21T02:35:05.586Z Compiling static_assertions v1.1.0
19822024-12-21T02:35:05.692Z Compiling number_prefix v0.4.0
19832024-12-21T02:35:05.708Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19842024-12-21T02:35:05.875Z Compiling indicatif v0.17.9
19852024-12-21T02:35:05.914Z Compiling predicates v3.1.2
19862024-12-21T02:35:06.445Z Compiling string_cache v0.8.7
19872024-12-21T02:35:06.871Z Compiling tokio-postgres v0.7.12
19882024-12-21T02:35:07.426Z Compiling similar v2.6.0
19892024-12-21T02:35:07.732Z Compiling petgraph v0.6.5
19902024-12-21T02:35:09.500Z Compiling bit-set v0.5.3
19912024-12-21T02:35:10.065Z Compiling reqwest v0.12.9
19922024-12-21T02:35:10.877Z Compiling typify-macro v0.2.0
19932024-12-21T02:35:11.814Z Compiling ecdsa v0.16.9
19942024-12-21T02:35:12.438Z Compiling qorb v0.2.1
19952024-12-21T02:35:12.683Z Compiling rsa v0.9.6
19962024-12-21T02:35:13.172Z Compiling ed25519-dalek v2.1.1
19972024-12-21T02:35:14.530Z Compiling zip v0.6.6
19982024-12-21T02:35:14.548Z Compiling crossterm v0.28.1
19992024-12-21T02:35:14.808Z Compiling clap v4.5.21
20002024-12-21T02:35:16.328Z Compiling toml v0.7.8
20012024-12-21T02:35:17.447Z Compiling x509-cert v0.2.5
20022024-12-21T02:35:18.057Z Compiling hex v0.4.3
20032024-12-21T02:35:18.691Z Compiling itertools v0.10.5
20042024-12-21T02:35:19.002Z Compiling zerocopy v0.8.10
20052024-12-21T02:35:19.324Z Compiling lalrpop-util v0.19.12
20062024-12-21T02:35:19.403Z Compiling peg-runtime v0.8.3
20072024-12-21T02:35:19.691Z Compiling unicode-xid v0.2.6
20082024-12-21T02:35:21.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20092024-12-21T02:35:26.010Z Compiling proc-macro-crate v1.3.1
20102024-12-21T02:35:26.515Z Compiling ipnetwork v0.20.0
20112024-12-21T02:35:26.788Z Compiling macaddr v1.0.1
20122024-12-21T02:35:27.131Z Compiling zerocopy-derive v0.8.10
20132024-12-21T02:35:27.448Z Compiling itertools v0.13.0
20142024-12-21T02:35:29.556Z Compiling heapless v0.8.0
20152024-12-21T02:35:30.841Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20162024-12-21T02:35:35.180Z Compiling num_enum_derive v0.5.11
20172024-12-21T02:35:43.754Z Compiling hash32 v0.3.1
20182024-12-21T02:35:44.846Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20192024-12-21T02:35:44.884Z Compiling smoltcp v0.11.0
20202024-12-21T02:35:50.091Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20212024-12-21T02:35:50.175Z Compiling num_enum v0.5.11
20222024-12-21T02:35:50.906Z Compiling typify v0.2.0
20232024-12-21T02:35:52.101Z Compiling proc-macro-error-attr v1.0.4
20242024-12-21T02:35:52.167Z Compiling unsafe-libyaml v0.2.11
20252024-12-21T02:35:53.132Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20262024-12-21T02:35:53.430Z Compiling cobs v0.2.3
20272024-12-21T02:35:53.879Z Compiling postcard v1.0.10
20282024-12-21T02:35:53.913Z Compiling serde_yaml v0.9.34+deprecated
20292024-12-21T02:36:08.719Z Compiling progenitor-impl v0.8.0
20302024-12-21T02:36:10.202Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20312024-12-21T02:36:21.949Z Compiling strum_macros v0.26.4
20322024-12-21T02:36:22.999Z Compiling structmeta-derive v0.3.0
20332024-12-21T02:36:23.179Z Compiling foreign-types-macros v0.2.3
20342024-12-21T02:36:23.562Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20352024-12-21T02:36:23.869Z Compiling proc-macro-error v1.0.4
20362024-12-21T02:36:24.184Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20372024-12-21T02:36:24.939Z Compiling foreign-types-shared v0.3.1
20382024-12-21T02:36:25.206Z Compiling newtype-uuid v1.1.3
20392024-12-21T02:36:25.563Z Compiling structmeta v0.3.0
20402024-12-21T02:36:26.386Z Compiling strum v0.26.3
20412024-12-21T02:36:27.147Z Compiling foreign-types v0.5.0
20422024-12-21T02:36:31.449Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432024-12-21T02:36:35.533Z Compiling progenitor-macro v0.8.0
20442024-12-21T02:36:40.088Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20452024-12-21T02:36:40.108Z Compiling progenitor-client v0.8.0
20462024-12-21T02:36:41.073Z Compiling tabwriter v1.4.0
20472024-12-21T02:36:43.735Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-12-21T02:36:44.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20492024-12-21T02:36:44.500Z Compiling cstr-argument v0.1.2
20502024-12-21T02:36:44.777Z Compiling dropshot v0.13.0
20512024-12-21T02:36:45.086Z Compiling crucible-workspace-hack v0.1.0
20522024-12-21T02:36:45.634Z Compiling fastrand v2.1.1
20532024-12-21T02:36:46.316Z Compiling pretty-hex v0.2.1
20542024-12-21T02:36:46.426Z Compiling thiserror v2.0.3
20552024-12-21T02:36:46.538Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20562024-12-21T02:36:46.622Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20572024-12-21T02:36:46.832Z Compiling tempfile v3.13.0
20582024-12-21T02:36:47.426Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592024-12-21T02:36:47.444Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20602024-12-21T02:36:48.311Z Compiling parse-display-derive v0.10.0
20612024-12-21T02:36:48.330Z Compiling progenitor v0.8.0
20622024-12-21T02:36:48.551Z Compiling colored v2.1.0
20632024-12-21T02:36:48.602Z Compiling serde_with_macros v3.11.0
20642024-12-21T02:36:48.732Z Compiling dropshot_endpoint v0.13.0
20652024-12-21T02:36:49.817Z Compiling thiserror-impl v2.0.3
20662024-12-21T02:36:51.227Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20672024-12-21T02:36:51.606Z Compiling instant v0.1.13
20682024-12-21T02:36:52.084Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20692024-12-21T02:36:52.105Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20702024-12-21T02:36:52.174Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20712024-12-21T02:36:52.197Z Compiling backoff v0.4.0
20722024-12-21T02:36:52.262Z Compiling parse-display v0.10.0
20732024-12-21T02:36:52.542Z Compiling serde_with v3.11.0
20742024-12-21T02:36:53.139Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20752024-12-21T02:36:53.758Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20762024-12-21T02:36:54.227Z Compiling zone_cfg_derive v0.3.0
20772024-12-21T02:36:55.231Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20782024-12-21T02:36:55.649Z Compiling camino-tempfile v1.1.1
20792024-12-21T02:36:56.079Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20802024-12-21T02:36:56.401Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20812024-12-21T02:36:56.562Z Compiling regress v0.9.1
20822024-12-21T02:36:56.588Z Compiling num-derive v0.4.2
20832024-12-21T02:36:57.050Z Compiling sigpipe v0.1.3
20842024-12-21T02:36:57.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20852024-12-21T02:36:57.499Z Compiling libefi-sys v0.1.0
20862024-12-21T02:36:57.845Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20872024-12-21T02:36:58.765Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20882024-12-21T02:37:00.317Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20892024-12-21T02:37:00.884Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20902024-12-21T02:37:01.145Z Compiling zone v0.3.0
20912024-12-21T02:37:02.711Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20922024-12-21T02:37:04.577Z Compiling smf v0.2.3
20932024-12-21T02:37:05.145Z Compiling bitfield-struct v0.6.2
20942024-12-21T02:37:06.575Z Compiling blake3 v1.5.4
20952024-12-21T02:37:07.063Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20962024-12-21T02:37:07.165Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20972024-12-21T02:37:07.855Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20982024-12-21T02:37:07.971Z Compiling xattr v1.3.1
20992024-12-21T02:37:08.059Z Compiling filetime v0.2.25
21002024-12-21T02:37:08.295Z Compiling memmap2 v0.9.5
21012024-12-21T02:37:08.338Z Compiling constant_time_eq v0.3.1
21022024-12-21T02:37:08.421Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21032024-12-21T02:37:08.530Z Compiling same-file v1.0.6
21042024-12-21T02:37:08.560Z Compiling arrayref v0.3.9
21052024-12-21T02:37:08.672Z Compiling arrayvec v0.7.6
21062024-12-21T02:37:08.819Z Compiling walkdir v2.5.0
21072024-12-21T02:37:08.869Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21082024-12-21T02:37:08.968Z Compiling tar v0.4.42
21092024-12-21T02:37:10.475Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21102024-12-21T02:37:10.895Z Compiling gethostname v0.5.0
21112024-12-21T02:37:11.106Z Compiling cargo-platform v0.1.8
21122024-12-21T02:37:11.651Z Compiling topological-sort v0.2.2
21132024-12-21T02:37:11.903Z Compiling omicron-zone-package v0.12.0
21142024-12-21T02:37:11.928Z Compiling cargo_metadata v0.18.1
21152024-12-21T02:37:12.193Z Compiling indent_write v2.2.0
21162024-12-21T02:37:12.457Z Compiling shell-words v1.1.0
21172024-12-21T02:37:18.572Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21182024-12-21T02:37:21.064Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21192024-12-21T02:37:24.199Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21202024-12-21T02:37:41.633Z Finished `release` profile [optimized] target(s) in 5m 26s
21212024-12-21T02:37:41.791Z Running `target/release/omicron-package -t test target create -p dev`
21222024-12-21T02:37:41.838ZLogging to: /work/oxidecomputer/omicron/out/LOG
21232024-12-21T02:37:41.842ZCreated new build target 'test' and set it as active
21242024-12-21T02:37:41.842Z
21252024-12-21T02:37:41.842Zreal 5:27.011278114
21262024-12-21T02:37:41.842Zuser 36:51.047015009
21272024-12-21T02:37:41.842Zsys 4:54.890922660
21282024-12-21T02:37:41.842Ztrap 1.085523914
21292024-12-21T02:37:41.842Ztflt 3.355743315
21302024-12-21T02:37:41.842Zdflt 0.979486390
21312024-12-21T02:37:41.842Zkflt 0.000255512
21322024-12-21T02:37:41.842Zlock 1:17:07.540706112
21332024-12-21T02:37:41.842Zslp 2:33:08.777125840
21342024-12-21T02:37:41.842Zlat 2:31.153771224
21352024-12-21T02:37:41.842Zstop 4:29.566365167
21362024-12-21T02:37:41.842Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21372024-12-21T02:37:42.797Z Finished `release` profile [optimized] target(s) in 0.90s
21382024-12-21T02:37:42.855Z Running `target/release/omicron-package -t test package`
21392024-12-21T02:37:42.899ZLogging to: /work/oxidecomputer/omicron/out/LOG
21402024-12-21T02:37:44.017Z Compiling convert_case v0.4.0
21412024-12-21T02:37:44.017Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21422024-12-21T02:37:44.017Z Compiling newline-converter v0.3.0
21432024-12-21T02:37:44.021Z Compiling password-hash v0.5.0
21442024-12-21T02:37:44.021Z Compiling blake2 v0.10.6
21452024-12-21T02:37:44.021Z Compiling base64 v0.21.7
21462024-12-21T02:37:44.021Z Compiling atomicwrites v0.4.4
21472024-12-21T02:37:44.210Z Compiling progenitor-client v0.8.0
21482024-12-21T02:37:44.375Z Compiling expectorate v1.1.0
21492024-12-21T02:37:44.425Z Compiling owo-colors v4.1.0
21502024-12-21T02:37:44.612Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21512024-12-21T02:37:44.721Z Compiling argon2 v0.5.3
21522024-12-21T02:37:44.736Z Compiling cancel-safe-futures v0.1.5
21532024-12-21T02:37:44.830Z Compiling progenitor v0.8.0
21542024-12-21T02:37:44.894Z Compiling derive_more v0.99.18
21552024-12-21T02:37:45.068Z Compiling num-rational v0.4.2
21562024-12-21T02:37:45.104Z Compiling num-complex v0.4.6
21572024-12-21T02:37:45.372Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21582024-12-21T02:37:45.963Z Compiling libsw v3.3.1
21592024-12-21T02:37:46.017Z Compiling float-ord v0.3.2
21602024-12-21T02:37:46.192Z Compiling num v0.4.3
21612024-12-21T02:37:46.295Z Compiling linear-map v1.2.0
21622024-12-21T02:37:46.298Z Compiling swrite v0.1.0
21632024-12-21T02:37:46.330Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21642024-12-21T02:37:46.385Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21652024-12-21T02:37:46.451Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21662024-12-21T02:37:46.706Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21672024-12-21T02:37:47.118Z Compiling highway v1.2.0
21682024-12-21T02:37:47.415Z Compiling semver v0.1.20
21692024-12-21T02:37:48.019Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21702024-12-21T02:37:48.265Z Compiling rustc_version v0.1.7
21712024-12-21T02:37:48.541Z Compiling tungstenite v0.21.0
21722024-12-21T02:37:48.691Z Compiling newtype_derive v0.1.6
21732024-12-21T02:37:49.083Z Compiling newtype-uuid v1.1.3
21742024-12-21T02:37:49.112Z Compiling humantime v2.1.0
21752024-12-21T02:37:50.006Z Compiling tokio-tungstenite v0.21.0
21762024-12-21T02:37:50.971Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21772024-12-21T02:37:51.594Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21782024-12-21T02:37:53.863Z Compiling dropshot v0.13.0
21792024-12-21T02:37:53.933Z Compiling ipnetwork v0.20.0
21802024-12-21T02:37:54.301Z Compiling instant v0.1.13
21812024-12-21T02:37:54.480Z Compiling backoff v0.4.0
21822024-12-21T02:37:54.717Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21832024-12-21T02:37:55.431Z Compiling steno v0.4.1
21842024-12-21T02:37:55.886Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21852024-12-21T02:37:55.933Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21862024-12-21T02:37:56.251Z Compiling parse-display v0.10.0
21872024-12-21T02:37:56.824Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21882024-12-21T02:37:57.019Z Compiling strum v0.26.3
21892024-12-21T02:37:57.221Z Compiling serde_with v3.11.0
21902024-12-21T02:38:00.700Z Compiling regress v0.9.1
21912024-12-21T02:38:01.441Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21922024-12-21T02:38:03.407Z Compiling macaddr v1.0.1
21932024-12-21T02:38:03.806Z Compiling slog-dtrace v0.3.0
21942024-12-21T02:38:03.810Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21952024-12-21T02:38:04.464Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
21962024-12-21T02:38:04.482Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21972024-12-21T02:38:05.981Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21982024-12-21T02:38:06.826Z Compiling prettyplease v0.2.25
21992024-12-21T02:38:07.093Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22002024-12-21T02:38:07.212Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22012024-12-21T02:38:08.285Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22022024-12-21T02:38:10.341Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22032024-12-21T02:38:11.075Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22042024-12-21T02:38:23.014Z Compiling half v2.4.1
22052024-12-21T02:38:23.320Z Compiling ciborium-io v0.2.2
22062024-12-21T02:38:23.471Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22072024-12-21T02:38:23.705Z Compiling ciborium-ll v0.2.2
22082024-12-21T02:38:24.238Z Compiling ciborium v0.2.2
22092024-12-21T02:38:24.670Z Compiling fastrand v2.1.1
22102024-12-21T02:38:25.047Z Compiling display-error-chain v0.2.2
22112024-12-21T02:38:25.213Z Compiling same-file v1.0.6
22122024-12-21T02:38:25.273Z Compiling tempfile v3.13.0
22132024-12-21T02:38:25.464Z Compiling walkdir v2.5.0
22142024-12-21T02:38:25.684Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22152024-12-21T02:38:26.059Z Compiling blake3 v1.5.4
22162024-12-21T02:38:26.147Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22172024-12-21T02:38:26.448Z Compiling xattr v1.3.1
22182024-12-21T02:38:26.873Z Compiling memmap2 v0.9.5
22192024-12-21T02:38:26.910Z Compiling filetime v0.2.25
22202024-12-21T02:38:27.030Z Compiling keccak v0.1.5
22212024-12-21T02:38:27.116Z Compiling arrayref v0.3.9
22222024-12-21T02:38:27.237Z Compiling arrayvec v0.7.6
22232024-12-21T02:38:27.687Z Compiling constant_time_eq v0.3.1
22242024-12-21T02:38:28.000Z Compiling sha3 v0.10.8
22252024-12-21T02:38:28.163Z Compiling tar v0.4.42
22262024-12-21T02:38:28.851Z Compiling toolchain_find v0.4.0
22272024-12-21T02:38:29.012Z Compiling camino-tempfile v1.1.1
22282024-12-21T02:38:29.442Z Compiling const_format_proc_macros v0.2.33
22292024-12-21T02:38:29.516Z Compiling crunchy v0.2.2
22302024-12-21T02:38:29.534Z Compiling radium v0.7.0
22312024-12-21T02:38:29.984Z Compiling maplit v1.0.2
22322024-12-21T02:38:29.989Z Compiling topological-sort v0.2.2
22332024-12-21T02:38:30.177Z Compiling rustfmt-wrapper v0.2.1
22342024-12-21T02:38:30.197Z Compiling omicron-zone-package v0.12.0
22352024-12-21T02:38:30.216Z Compiling tiny-keccak v2.0.2
22362024-12-21T02:38:30.233Z Compiling maybe-uninit v2.0.0
22372024-12-21T02:38:30.510Z Compiling tap v1.0.1
22382024-12-21T02:38:30.576Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22392024-12-21T02:38:30.710Z Compiling wyz v0.5.1
22402024-12-21T02:38:30.886Z Compiling dsl_auto_type v0.1.2
22412024-12-21T02:38:31.049Z Compiling phf_generator v0.11.2
22422024-12-21T02:38:31.183Z Compiling scheduled-thread-pool v0.2.7
22432024-12-21T02:38:31.254Z Compiling secrecy v0.8.0
22442024-12-21T02:38:31.254Z Compiling const_format v0.2.33
22452024-12-21T02:38:31.292Z Compiling diesel_table_macro_syntax v0.2.0
22462024-12-21T02:38:31.550Z Compiling async-recursion v1.1.1
22472024-12-21T02:38:31.713Z Compiling funty v2.0.0
22482024-12-21T02:38:32.319Z Compiling packed_struct v0.10.1
22492024-12-21T02:38:32.417Z Compiling crc-catalog v2.4.0
22502024-12-21T02:38:32.503Z Compiling arc-swap v1.7.1
22512024-12-21T02:38:32.593Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22522024-12-21T02:38:32.781Z Compiling crc v3.2.1
22532024-12-21T02:38:32.917Z Compiling bitvec v1.0.1
22542024-12-21T02:38:32.947Z Compiling diesel_derives v2.2.3
22552024-12-21T02:38:33.181Z Compiling slog-scope v4.4.0
22562024-12-21T02:38:34.000Z Compiling r2d2 v0.8.10
22572024-12-21T02:38:34.162Z Compiling phf_codegen v0.11.2
22582024-12-21T02:38:34.602Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22592024-12-21T02:38:34.828Z Compiling ascii-canvas v3.0.0
22602024-12-21T02:38:34.865Z Compiling universal-hash v0.5.1
22612024-12-21T02:38:35.119Z Compiling thiserror-impl-no-std v2.0.2
22622024-12-21T02:38:35.348Z Compiling packed_struct_codegen v0.10.1
22632024-12-21T02:38:36.085Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22642024-12-21T02:38:37.561Z Compiling parse-zoneinfo v0.3.1
22652024-12-21T02:38:37.772Z Compiling ena v0.14.3
22662024-12-21T02:38:37.806Z Compiling indexmap v1.9.3
22672024-12-21T02:38:38.135Z Compiling diff v0.1.13
22682024-12-21T02:38:38.212Z Compiling opaque-debug v0.3.1
22692024-12-21T02:38:38.328Z Compiling regex-syntax v0.6.29
22702024-12-21T02:38:38.698Z Compiling nodrop v0.1.14
22712024-12-21T02:38:38.846Z Compiling array-init v0.0.4
22722024-12-21T02:38:39.117Z Compiling poly1305 v0.8.0
22732024-12-21T02:38:40.150Z Compiling chrono-tz-build v0.4.0
22742024-12-21T02:38:40.733Z Compiling thiserror-no-std v2.0.2
22752024-12-21T02:38:41.325Z Compiling smallvec v0.6.14
22762024-12-21T02:38:41.855Z Compiling lalrpop v0.19.12
22772024-12-21T02:38:43.679Z Compiling slog-stdlog v4.1.1
22782024-12-21T02:38:44.519Z Compiling diesel v2.2.6
22792024-12-21T02:38:45.136Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22802024-12-21T02:38:45.155Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22812024-12-21T02:38:45.460Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22822024-12-21T02:38:45.705Z Compiling chacha20 v0.9.1
22832024-12-21T02:38:46.177Z Compiling aead v0.5.2
22842024-12-21T02:38:46.195Z Compiling vte_generate_state_changes v0.1.2
22852024-12-21T02:38:46.534Z Compiling ref-cast v1.0.23
22862024-12-21T02:38:46.817Z Compiling hashbrown v0.12.3
22872024-12-21T02:38:47.023Z Compiling bitfield v0.14.0
22882024-12-21T02:38:47.316Z Compiling termcolor v1.4.1
22892024-12-21T02:38:48.476Z Compiling env_logger v0.10.2
22902024-12-21T02:38:49.362Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22912024-12-21T02:38:51.690Z Compiling vte v0.11.1
22922024-12-21T02:38:53.131Z Compiling chacha20poly1305 v0.10.1
22932024-12-21T02:38:53.410Z Compiling slog-envlogger v2.2.0
22942024-12-21T02:38:56.170Z Compiling serde-hex v0.1.0
22952024-12-21T02:39:01.383Z Compiling chrono-tz v0.10.0
22962024-12-21T02:39:02.026Z Compiling vsss-rs v3.3.4
22972024-12-21T02:39:06.589Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982024-12-21T02:39:06.939Z Compiling ron v0.8.1
22992024-12-21T02:39:07.593Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23002024-12-21T02:39:07.816Z Compiling polar-core v0.27.3
23012024-12-21T02:39:07.908Z Compiling derive_builder_core v0.20.2
23022024-12-21T02:39:09.076Z Compiling hashbrown v0.13.2
23032024-12-21T02:39:10.216Z Compiling headers-core v0.3.0
23042024-12-21T02:39:10.449Z Compiling fxhash v0.2.1
23052024-12-21T02:39:10.546Z Compiling libxml v0.3.3
23062024-12-21T02:39:10.699Z Compiling ref-cast-impl v1.0.23
23072024-12-21T02:39:10.914Z Compiling bytecount v0.6.8
23082024-12-21T02:39:11.235Z Compiling simd-adler32 v0.3.7
23092024-12-21T02:39:11.797Z Compiling lockfree-object-pool v0.1.6
23102024-12-21T02:39:12.123Z Compiling zip v2.1.3
23112024-12-21T02:39:12.427Z Compiling bumpalo v3.16.0
23122024-12-21T02:39:12.449Z Compiling crc-any v2.5.0
23132024-12-21T02:39:12.818Z Compiling zopfli v0.8.1
23142024-12-21T02:39:13.017Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23152024-12-21T02:39:13.549Z Compiling papergrid v0.11.0
23162024-12-21T02:39:17.160Z Compiling object v0.30.4
23172024-12-21T02:39:23.068Z Compiling headers v0.4.0
23182024-12-21T02:39:23.300Z Compiling derive_builder_macro v0.20.2
23192024-12-21T02:39:26.798Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23202024-12-21T02:39:28.356Z Compiling strip-ansi-escapes v0.2.0
23212024-12-21T02:39:29.043Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23222024-12-21T02:39:29.116Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23232024-12-21T02:39:29.416Z Compiling tabled_derive v0.7.0
23242024-12-21T02:39:29.794Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23252024-12-21T02:39:30.453Z Compiling fd-lock v4.0.2
23262024-12-21T02:39:30.699Z Compiling peg-macros v0.8.4
23272024-12-21T02:39:30.990Z Compiling strum_macros v0.24.3
23282024-12-21T02:39:31.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23292024-12-21T02:39:32.264Z Compiling kstat-rs v0.2.4
23302024-12-21T02:39:32.622Z Compiling samael v0.0.17
23312024-12-21T02:39:33.260Z Compiling unicase v2.7.0
23322024-12-21T02:39:33.571Z Compiling indoc v1.0.9
23332024-12-21T02:39:33.957Z Compiling path-slash v0.1.5
23342024-12-21T02:39:34.182Z Compiling nu-ansi-term v0.50.1
23352024-12-21T02:39:34.216Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23362024-12-21T02:39:34.302Z Compiling peg v0.8.4
23372024-12-21T02:39:34.401Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23382024-12-21T02:39:35.409Z Compiling reedline v0.35.0
23392024-12-21T02:39:37.507Z Compiling tabled v0.15.0
23402024-12-21T02:39:38.053Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23412024-12-21T02:39:49.869Z Compiling derive_builder v0.20.2
23422024-12-21T02:39:55.043Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23432024-12-21T02:39:55.720Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23442024-12-21T02:39:57.642Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23452024-12-21T02:39:57.951Z Compiling pem v3.0.4
23462024-12-21T02:39:58.205Z Compiling bcs v0.1.6
23472024-12-21T02:39:59.113Z Compiling oso-derive v0.27.3
23482024-12-21T02:39:59.211Z Compiling impl-trait-for-tuples v0.2.2
23492024-12-21T02:39:59.419Z Compiling libz-sys v1.1.20
23502024-12-21T02:40:00.080Z Compiling quick-xml v0.33.0
23512024-12-21T02:40:00.102Z Compiling diesel-dtrace v0.4.2
23522024-12-21T02:40:00.409Z Compiling parking_lot_core v0.8.6
23532024-12-21T02:40:06.089Z Compiling oso v0.27.3
23542024-12-21T02:40:06.847Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23552024-12-21T02:40:08.464Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23562024-12-21T02:40:13.903Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23572024-12-21T02:40:17.150Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23582024-12-21T02:40:17.450Z Compiling bb8 v0.8.5
23592024-12-21T02:40:18.086Z Compiling buf-list v1.0.3
23602024-12-21T02:40:18.725Z Compiling async-bb8-diesel v0.2.1
23612024-12-21T02:40:21.121Z Compiling nibble_vec v0.1.0
23622024-12-21T02:40:21.371Z Compiling libgit2-sys v0.17.0+1.8.1
23632024-12-21T02:40:22.139Z Compiling pin-project-internal v1.1.6
23642024-12-21T02:40:23.452Z Compiling atty v0.2.14
23652024-12-21T02:40:23.623Z Compiling salty v0.3.0
23662024-12-21T02:40:24.037Z Compiling endian-type v0.1.2
23672024-12-21T02:40:24.310Z Compiling radix_trie v0.2.1
23682024-12-21T02:40:24.884Z Compiling pin-project v1.1.6
23692024-12-21T02:40:25.649Z Compiling parking_lot v0.11.2
23702024-12-21T02:40:28.703Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23712024-12-21T02:40:34.829Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23722024-12-21T02:40:39.513Z Compiling snafu-derive v0.8.5
23732024-12-21T02:40:40.441Z Compiling sled v0.34.7
23742024-12-21T02:40:44.096Z Compiling snafu v0.8.5
23752024-12-21T02:40:45.301Z Compiling mime_guess v2.0.5
23762024-12-21T02:40:48.479Z Compiling hickory-client v0.24.1
23772024-12-21T02:40:52.630Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23782024-12-21T02:40:53.750Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23792024-12-21T02:40:54.718Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23802024-12-21T02:40:55.029Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23812024-12-21T02:40:55.689Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23822024-12-21T02:40:57.200Z Compiling globset v0.4.15
23832024-12-21T02:40:59.354Z Compiling hickory-server v0.24.1
23842024-12-21T02:41:03.765Z Compiling primeorder v0.13.6
23852024-12-21T02:41:04.361Z Compiling olpc-cjson v0.1.4
23862024-12-21T02:41:04.463Z Compiling vergen v8.3.2
23872024-12-21T02:41:04.723Z Compiling castaway v0.2.3
23882024-12-21T02:41:04.772Z Compiling env_filter v0.1.2
23892024-12-21T02:41:04.919Z Compiling cargo-platform v0.1.8
23902024-12-21T02:41:05.416Z Compiling serde_plain v1.0.2
23912024-12-21T02:41:05.941Z Compiling nanorand v0.7.0
23922024-12-21T02:41:06.623Z Compiling memoffset v0.9.1
23932024-12-21T02:41:07.854Z Compiling typed-path v0.9.3
23942024-12-21T02:41:10.528Z Compiling tough v0.19.0
23952024-12-21T02:41:11.317Z Compiling flume v0.11.1
23962024-12-21T02:41:14.605Z Compiling cargo_metadata v0.18.1
23972024-12-21T02:41:15.040Z Compiling env_logger v0.11.5
23982024-12-21T02:41:15.043Z Compiling compact_str v0.8.0
23992024-12-21T02:41:15.565Z Compiling git2 v0.19.0
24002024-12-21T02:41:16.495Z Compiling p384 v0.13.0
24012024-12-21T02:41:17.688Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24022024-12-21T02:41:17.919Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24032024-12-21T02:41:22.573Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042024-12-21T02:41:25.223Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24052024-12-21T02:41:26.461Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24062024-12-21T02:41:27.900Z Compiling unicode-truncate v1.1.0
24072024-12-21T02:41:28.211Z Compiling lru v0.12.5
24082024-12-21T02:41:28.593Z Compiling rand_seeder v0.3.0
24092024-12-21T02:41:29.023Z Compiling libsqlite3-sys v0.30.1
24102024-12-21T02:41:29.546Z Compiling lzma-sys v0.1.20
24112024-12-21T02:41:30.257Z Compiling instability v0.3.2
24122024-12-21T02:41:31.298Z Compiling cfg_aliases v0.2.1
24132024-12-21T02:41:31.427Z Compiling cassowary v0.3.0
24142024-12-21T02:41:33.225Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24152024-12-21T02:41:33.549Z Compiling http-range v0.1.5
24162024-12-21T02:41:34.119Z Compiling rustls v0.21.12
24172024-12-21T02:41:34.137Z Compiling parse-size v1.1.0
24182024-12-21T02:41:34.448Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24192024-12-21T02:41:34.495Z Compiling ratatui v0.28.1
24202024-12-21T02:41:35.016Z Compiling nix v0.29.0
24212024-12-21T02:41:35.502Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24222024-12-21T02:41:35.909Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24232024-12-21T02:41:39.398Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24242024-12-21T02:41:41.398Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24252024-12-21T02:41:41.756Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24262024-12-21T02:41:42.066Z Compiling rustls-webpki v0.101.7
24272024-12-21T02:41:42.193Z Compiling sct v0.7.1
24282024-12-21T02:41:42.663Z Compiling heck v0.3.3
24292024-12-21T02:41:43.069Z Compiling csv-core v0.1.11
24302024-12-21T02:41:43.934Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24312024-12-21T02:41:44.249Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24322024-12-21T02:41:44.558Z Compiling glob v0.3.1
24332024-12-21T02:41:45.104Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24342024-12-21T02:41:46.138Z Compiling csv v1.3.0
24352024-12-21T02:41:46.670Z Compiling zone_cfg_derive v0.1.2
24362024-12-21T02:41:48.252Z Compiling nix v0.27.1
24372024-12-21T02:41:51.333Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24382024-12-21T02:41:52.447Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24392024-12-21T02:41:52.586Z Compiling hyper-staticfile v0.10.1
24402024-12-21T02:41:54.521Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24412024-12-21T02:41:56.330Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24422024-12-21T02:41:56.392Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24432024-12-21T02:41:57.566Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24442024-12-21T02:41:59.134Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24452024-12-21T02:42:04.837Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24462024-12-21T02:42:05.035Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24472024-12-21T02:42:05.188Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24482024-12-21T02:42:05.338Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24492024-12-21T02:42:05.488Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24502024-12-21T02:42:08.182Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24512024-12-21T02:42:08.423Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24522024-12-21T02:42:08.880Z Compiling hashlink v0.9.1
24532024-12-21T02:42:09.034Z Compiling tungstenite v0.23.0
24542024-12-21T02:42:09.758Z Compiling base64 v0.13.1
24552024-12-21T02:42:10.542Z Compiling fallible-iterator v0.3.0
24562024-12-21T02:42:11.389Z Compiling fallible-streaming-iterator v0.1.9
24572024-12-21T02:42:11.703Z Compiling rusqlite v0.32.1
24582024-12-21T02:42:11.776Z Compiling tokio-tungstenite v0.23.1
24592024-12-21T02:42:12.412Z Compiling ron v0.7.1
24602024-12-21T02:42:12.656Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24612024-12-21T02:42:13.307Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24622024-12-21T02:42:14.789Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24632024-12-21T02:42:17.795Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24642024-12-21T02:42:18.217Z Compiling xz2 v0.1.7
24652024-12-21T02:42:19.545Z Compiling tokio-rustls v0.24.1
24662024-12-21T02:42:19.806Z Compiling zone v0.1.8
24672024-12-21T02:42:22.774Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24682024-12-21T02:42:23.222Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24692024-12-21T02:42:29.373Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24702024-12-21T02:42:32.740Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24712024-12-21T02:42:36.764Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24722024-12-21T02:42:37.390Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24732024-12-21T02:42:40.176Z Compiling rustls-pemfile v1.0.4
24742024-12-21T02:42:40.977Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24752024-12-21T02:42:41.311Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24762024-12-21T02:42:42.331Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24772024-12-21T02:42:42.430Z Compiling signal-hook-tokio v0.3.1
24782024-12-21T02:42:42.497Z Compiling twox-hash v1.6.3
24792024-12-21T02:42:42.658Z Compiling yasna v0.5.2
24802024-12-21T02:42:43.514Z Compiling unicode-linebreak v0.1.5
24812024-12-21T02:42:44.066Z Compiling is_ci v1.2.0
24822024-12-21T02:42:44.370Z Compiling smawk v0.3.2
24832024-12-21T02:42:44.637Z Compiling textwrap v0.16.1
24842024-12-21T02:42:46.048Z Compiling supports-color v3.0.1
24852024-12-21T02:42:46.319Z Compiling rcgen v0.12.1
24862024-12-21T02:42:48.267Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24872024-12-21T02:42:55.926Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24882024-12-21T02:42:56.558Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24892024-12-21T02:42:57.866Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24902024-12-21T02:42:58.220Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24912024-12-21T02:43:10.132Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24922024-12-21T02:43:10.458Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24932024-12-21T02:43:14.899Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24942024-12-21T02:43:15.499Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24952024-12-21T02:43:23.901Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24962024-12-21T02:43:24.210Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24972024-12-21T02:43:30.869Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24982024-12-21T02:43:33.752Z Compiling fatfs v0.3.6
24992024-12-21T02:43:34.669Z Compiling rtoolbox v0.0.2
25002024-12-21T02:43:35.127Z Compiling subprocess v0.2.9
25012024-12-21T02:43:36.605Z Compiling assert_matches v1.5.0
25022024-12-21T02:43:39.796Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25032024-12-21T02:43:40.364Z Compiling rpassword v7.3.1
25042024-12-21T02:43:40.847Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25052024-12-21T02:43:41.041Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25062024-12-21T02:43:47.611Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25072024-12-21T02:43:48.194Z Compiling tui-tree-widget v0.22.0
25082024-12-21T02:43:48.686Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25092024-12-21T02:43:55.737Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25102024-12-21T02:43:56.048Z Compiling uzers v0.12.1
25112024-12-21T02:43:59.191Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25122024-12-21T02:44:02.126Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25132024-12-21T02:44:04.286Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25142024-12-21T02:44:36.156Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25152024-12-21T02:44:40.351Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25162024-12-21T02:44:45.176Z Compiling multimap v0.10.0
25172024-12-21T02:47:02.230Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25182024-12-21T02:47:10.992Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25192024-12-21T02:53:46.310Z Finished `release` profile [optimized] target(s) in 16m 02s
25202024-12-21T02:54:50.409Z
25212024-12-21T02:54:50.411Zreal 17:07.385031949
25222024-12-21T02:54:50.412Zuser 1:56:14.649459966
25232024-12-21T02:54:50.412Zsys 5:51.075393438
25242024-12-21T02:54:50.412Ztrap 2.818943235
25252024-12-21T02:54:50.412Ztflt 3.024755667
25262024-12-21T02:54:50.412Zdflt 4.314983512
25272024-12-21T02:54:50.412Zkflt 0.002925810
25282024-12-21T02:54:50.412Zlock 7:13:16.122111284
25292024-12-21T02:54:50.412Zslp 6:11:12.198192256
25302024-12-21T02:54:50.412Zlat 2:57.136593901
25312024-12-21T02:54:50.412Zstop 2:31.640953073
25322024-12-21T02:54:50.412Z+ mapfile -t packages
25332024-12-21T02:54:50.412Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25342024-12-21T02:54:51.435Z Finished `release` profile [optimized] target(s) in 0.97s
25352024-12-21T02:54:51.496Z Running `target/release/omicron-package -t test list-outputs`
25362024-12-21T02:54:51.546ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372024-12-21T02:54:51.549Z+ ptime -m cargo build --locked --release -p xtask
25382024-12-21T02:54:52.117Z Compiling serde v1.0.215
25392024-12-21T02:54:52.121Z Compiling rustix v0.38.37
25402024-12-21T02:54:52.121Z Compiling libc v0.2.162
25412024-12-21T02:54:52.121Z Compiling serde_json v1.0.132
25422024-12-21T02:54:52.220Z Compiling syn v2.0.87
25432024-12-21T02:54:52.228Z Compiling bitflags v2.6.0
25442024-12-21T02:54:52.565Z Compiling usdt-impl v0.5.0
25452024-12-21T02:54:52.638Z Compiling syn v1.0.109
25462024-12-21T02:54:52.719Z Compiling hashbrown v0.15.1
25472024-12-21T02:54:52.761Z Compiling log v0.4.22
25482024-12-21T02:54:52.800Z Compiling fs-err v2.11.0
25492024-12-21T02:54:53.110Z Compiling once_cell v1.20.2
25502024-12-21T02:54:53.269Z Compiling anyhow v1.0.93
25512024-12-21T02:54:53.754Z Compiling thread-id v4.2.2
25522024-12-21T02:54:54.110Z Compiling indexmap v2.6.0
25532024-12-21T02:54:55.345Z Compiling terminal_size v0.4.0
25542024-12-21T02:54:55.345Z Compiling tempfile v3.13.0
25552024-12-21T02:54:55.545Z Compiling clap_builder v4.5.21
25562024-12-21T02:54:56.118Z Compiling proc-macro-error v1.0.4
25572024-12-21T02:54:57.619Z Compiling tabled_derive v0.7.0
25582024-12-21T02:54:58.984Z Compiling tabled v0.15.0
25592024-12-21T02:55:00.186Z Compiling serde_derive v1.0.215
25602024-12-21T02:55:01.354Z Compiling thiserror-impl v1.0.69
25612024-12-21T02:55:01.389Z Compiling zerocopy-derive v0.7.35
25622024-12-21T02:55:01.487Z Compiling scroll_derive v0.12.0
25632024-12-21T02:55:02.919Z Compiling scroll v0.12.0
25642024-12-21T02:55:03.453Z Compiling zerocopy v0.7.35
25652024-12-21T02:55:03.593Z Compiling goblin v0.8.2
25662024-12-21T02:55:04.243Z Compiling thiserror v1.0.69
25672024-12-21T02:55:04.438Z Compiling pest v2.7.14
25682024-12-21T02:55:07.511Z Compiling pest_meta v2.7.14
25692024-12-21T02:55:09.051Z Compiling pest_generator v2.7.14
25702024-12-21T02:55:10.905Z Compiling clap_derive v4.5.18
25712024-12-21T02:55:11.480Z Compiling pest_derive v2.7.14
25722024-12-21T02:55:12.281Z Compiling dtrace-parser v0.2.0
25732024-12-21T02:55:15.228Z Compiling serde_tokenstream v0.2.2
25742024-12-21T02:55:15.311Z Compiling toml_datetime v0.6.8
25752024-12-21T02:55:15.428Z Compiling serde_spanned v0.6.8
25762024-12-21T02:55:15.713Z Compiling toml_edit v0.22.22
25772024-12-21T02:55:15.832Z Compiling camino v1.1.9
25782024-12-21T02:55:16.089Z Compiling cargo-platform v0.1.8
25792024-12-21T02:55:17.230Z Compiling dof v0.3.0
25802024-12-21T02:55:17.745Z Compiling semver v1.0.23
25812024-12-21T02:55:19.264Z Compiling toml v0.8.19
25822024-12-21T02:55:19.619Z Compiling usdt-attr-macro v0.5.0
25832024-12-21T02:55:20.188Z Compiling usdt-macro v0.5.0
25842024-12-21T02:55:21.058Z Compiling cargo_toml v0.20.5
25852024-12-21T02:55:25.348Z Compiling usdt v0.5.0
25862024-12-21T02:55:25.519Z Compiling cargo_metadata v0.18.1
25872024-12-21T02:55:25.519Z Compiling camino-tempfile v1.1.1
25882024-12-21T02:55:25.519Z Compiling clap v4.5.21
25892024-12-21T02:55:25.519Z Compiling macaddr v1.0.1
25902024-12-21T02:55:36.522Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25912024-12-21T02:55:47.753Z Finished `release` profile [optimized] target(s) in 56.09s
25922024-12-21T02:55:47.861Z
25932024-12-21T02:55:47.861Zreal 56.222230682
25942024-12-21T02:55:47.861Zuser 5:45.777353342
25952024-12-21T02:55:47.861Zsys 31.763486030
25962024-12-21T02:55:47.861Ztrap 0.156696892
25972024-12-21T02:55:47.862Ztflt 0.371505458
25982024-12-21T02:55:47.862Zdflt 0.661210404
25992024-12-21T02:55:47.864Zkflt 0.000039475
26002024-12-21T02:55:47.864Zlock 11:15.790256276
26012024-12-21T02:55:47.864Zslp 16:46.701408918
26022024-12-21T02:55:47.864Zlat 13.509212269
26032024-12-21T02:55:47.864Zstop 18.720770698
26042024-12-21T02:55:47.864Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26052024-12-21T02:55:47.865Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26062024-12-21T02:55:47.865Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26072024-12-21T02:55:47.865Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26082024-12-21T02:55:47.865Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26092024-12-21T02:55:48.743Z Compiling hashbrown v0.14.5
26102024-12-21T02:55:48.870Z Compiling ident_case v1.0.1
26112024-12-21T02:55:48.883Z Compiling unsafe-libyaml v0.2.11
26122024-12-21T02:55:48.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26132024-12-21T02:55:48.886Z Compiling progenitor-client v0.8.0
26142024-12-21T02:55:48.886Z Compiling ipnetwork v0.20.0
26152024-12-21T02:55:48.886Z Compiling macaddr v1.0.1
26162024-12-21T02:55:48.886Z Compiling instant v0.1.13
26172024-12-21T02:55:49.024Z Compiling darling_core v0.20.10
26182024-12-21T02:55:49.045Z Compiling structmeta-derive v0.3.0
26192024-12-21T02:55:49.358Z Compiling dropshot v0.13.0
26202024-12-21T02:55:49.379Z Compiling newtype-uuid v1.1.3
26212024-12-21T02:55:49.430Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26222024-12-21T02:55:49.697Z Compiling dropshot_endpoint v0.13.0
26232024-12-21T02:55:49.960Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26242024-12-21T02:55:50.063Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26252024-12-21T02:55:50.187Z Compiling regress v0.10.1
26262024-12-21T02:55:50.234Z Compiling serde_yaml v0.9.34+deprecated
26272024-12-21T02:55:50.823Z Compiling regress v0.9.1
26282024-12-21T02:55:50.834Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26292024-12-21T02:55:50.838Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26302024-12-21T02:55:50.953Z Compiling backoff v0.4.0
26312024-12-21T02:55:51.331Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26322024-12-21T02:55:51.529Z Compiling tempfile v3.13.0
26332024-12-21T02:55:51.623Z Compiling proc-macro-crate v1.3.1
26342024-12-21T02:55:52.086Z Compiling structmeta v0.3.0
26352024-12-21T02:55:52.435Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362024-12-21T02:55:52.552Z Compiling parse-display-derive v0.10.0
26372024-12-21T02:55:52.725Z Compiling num_enum_derive v0.5.11
26382024-12-21T02:55:52.832Z Compiling itertools v0.13.0
26392024-12-21T02:55:54.545Z Compiling typify-impl v0.2.0
26402024-12-21T02:55:55.351Z Compiling zerocopy v0.8.10
26412024-12-21T02:55:55.389Z Compiling num_enum v0.5.11
26422024-12-21T02:55:55.565Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26432024-12-21T02:55:55.695Z Compiling foreign-types-macros v0.2.3
26442024-12-21T02:55:55.916Z Compiling zerocopy-derive v0.8.10
26452024-12-21T02:55:56.259Z Compiling darling_macro v0.20.10
26462024-12-21T02:55:56.313Z Compiling foreign-types-shared v0.3.1
26472024-12-21T02:55:56.411Z Compiling heapless v0.8.0
26482024-12-21T02:55:56.450Z Compiling crucible-workspace-hack v0.1.0
26492024-12-21T02:55:56.951Z Compiling proc-macro-error v1.0.4
26502024-12-21T02:55:57.098Z Compiling foreign-types v0.5.0
26512024-12-21T02:55:57.246Z Compiling darling v0.20.10
26522024-12-21T02:55:57.276Z Compiling parse-display v0.10.0
26532024-12-21T02:55:57.297Z Compiling camino-tempfile v1.1.1
26542024-12-21T02:55:57.384Z Compiling serde_with_macros v3.11.0
26552024-12-21T02:55:57.413Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26562024-12-21T02:55:57.675Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26572024-12-21T02:55:57.789Z Compiling hash32 v0.3.1
26582024-12-21T02:55:58.014Z Compiling cstr-argument v0.1.2
26592024-12-21T02:55:58.060Z Compiling smoltcp v0.11.0
26602024-12-21T02:55:58.303Z Compiling pretty-hex v0.2.1
26612024-12-21T02:55:58.495Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26622024-12-21T02:55:58.536Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26632024-12-21T02:55:58.723Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26642024-12-21T02:55:58.983Z Compiling tabwriter v1.4.0
26652024-12-21T02:55:59.359Z Compiling colored v2.1.0
26662024-12-21T02:55:59.512Z Compiling cobs v0.2.3
26672024-12-21T02:55:59.830Z Compiling postcard v1.0.10
26682024-12-21T02:56:00.122Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26692024-12-21T02:56:00.244Z Compiling serde_with v3.11.0
26702024-12-21T02:56:00.428Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26712024-12-21T02:56:00.592Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26722024-12-21T02:56:00.625Z Compiling thiserror v2.0.3
26732024-12-21T02:56:01.347Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26742024-12-21T02:56:01.685Z Compiling smf v0.2.3
26752024-12-21T02:56:01.983Z Compiling thiserror-impl v2.0.3
26762024-12-21T02:56:02.738Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26772024-12-21T02:56:03.193Z Compiling zone_cfg_derive v0.3.0
26782024-12-21T02:56:04.317Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26792024-12-21T02:56:04.670Z Compiling num-derive v0.4.2
26802024-12-21T02:56:04.698Z Compiling sigpipe v0.1.3
26812024-12-21T02:56:04.827Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26822024-12-21T02:56:04.830Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26832024-12-21T02:56:04.886Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26842024-12-21T02:56:05.158Z Compiling zone v0.3.0
26852024-12-21T02:56:05.203Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26862024-12-21T02:56:05.674Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26872024-12-21T02:56:05.750Z Compiling universal-hash v0.5.1
26882024-12-21T02:56:05.978Z Compiling opaque-debug v0.3.1
26892024-12-21T02:56:05.998Z Compiling tungstenite v0.21.0
26902024-12-21T02:56:06.018Z Compiling num-rational v0.4.2
26912024-12-21T02:56:06.094Z Compiling password-hash v0.5.0
26922024-12-21T02:56:06.892Z Compiling blake2 v0.10.6
26932024-12-21T02:56:07.107Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26942024-12-21T02:56:07.135Z Compiling num-complex v0.4.6
26952024-12-21T02:56:07.426Z Compiling aead v0.5.2
26962024-12-21T02:56:07.830Z Compiling keccak v0.1.5
26972024-12-21T02:56:07.924Z Compiling convert_case v0.4.0
26982024-12-21T02:56:08.052Z Compiling base64 v0.21.7
26992024-12-21T02:56:08.231Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27002024-12-21T02:56:08.270Z Compiling num v0.4.3
27012024-12-21T02:56:08.291Z Compiling sha3 v0.10.8
27022024-12-21T02:56:08.398Z Compiling argon2 v0.5.3
27032024-12-21T02:56:08.562Z Compiling tokio-tungstenite v0.21.0
27042024-12-21T02:56:08.819Z Compiling poly1305 v0.8.0
27052024-12-21T02:56:08.843Z Compiling chacha20 v0.9.1
27062024-12-21T02:56:08.918Z Compiling derive_more v0.99.18
27072024-12-21T02:56:09.168Z Compiling float-ord v0.3.2
27082024-12-21T02:56:09.305Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27092024-12-21T02:56:09.350Z Compiling same-file v1.0.6
27102024-12-21T02:56:09.368Z Compiling semver v0.1.20
27112024-12-21T02:56:09.778Z Compiling rustc_version v0.1.7
27122024-12-21T02:56:09.952Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27132024-12-21T02:56:10.062Z Compiling walkdir v2.5.0
27142024-12-21T02:56:10.325Z Compiling newline-converter v0.3.0
27152024-12-21T02:56:10.365Z Compiling primeorder v0.13.6
27162024-12-21T02:56:10.506Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27172024-12-21T02:56:10.560Z Compiling secrecy v0.8.0
27182024-12-21T02:56:10.876Z Compiling owo-colors v4.1.0
27192024-12-21T02:56:10.919Z Compiling cancel-safe-futures v0.1.5
27202024-12-21T02:56:10.942Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27212024-12-21T02:56:11.175Z Compiling expectorate v1.1.0
27222024-12-21T02:56:11.222Z Compiling newtype_derive v0.1.6
27232024-12-21T02:56:11.299Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27242024-12-21T02:56:11.327Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27252024-12-21T02:56:11.369Z Compiling thiserror-impl-no-std v2.0.2
27262024-12-21T02:56:11.526Z Compiling blake3 v1.5.4
27272024-12-21T02:56:11.701Z Compiling half v2.4.1
27282024-12-21T02:56:11.862Z Compiling unicase v2.7.0
27292024-12-21T02:56:12.184Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27302024-12-21T02:56:12.238Z Compiling ciborium-io v0.2.2
27312024-12-21T02:56:12.308Z Compiling arc-swap v1.7.1
27322024-12-21T02:56:12.391Z Compiling ciborium-ll v0.2.2
27332024-12-21T02:56:12.652Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27342024-12-21T02:56:12.811Z Compiling slog-scope v4.4.0
27352024-12-21T02:56:12.960Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27362024-12-21T02:56:13.362Z Compiling polyval v0.6.2
27372024-12-21T02:56:13.384Z Compiling typify-macro v0.2.0
27382024-12-21T02:56:13.639Z Compiling atomicwrites v0.4.4
27392024-12-21T02:56:13.660Z Compiling libsw v3.3.1
27402024-12-21T02:56:13.832Z Compiling memmap2 v0.9.5
27412024-12-21T02:56:14.013Z Compiling libefi-sys v0.1.0
27422024-12-21T02:56:14.033Z Compiling constant_time_eq v0.3.1
27432024-12-21T02:56:14.228Z Compiling indent_write v2.2.0
27442024-12-21T02:56:14.297Z Compiling parking_lot_core v0.8.6
27452024-12-21T02:56:14.319Z Compiling arrayref v0.3.9
27462024-12-21T02:56:14.442Z Compiling linear-map v1.2.0
27472024-12-21T02:56:14.478Z Compiling salty v0.3.0
27482024-12-21T02:56:14.588Z Compiling thiserror-no-std v2.0.2
27492024-12-21T02:56:14.728Z Compiling arrayvec v0.7.6
27502024-12-21T02:56:14.825Z Compiling vsss-rs v3.3.4
27512024-12-21T02:56:14.878Z Compiling ghash v0.5.1
27522024-12-21T02:56:15.098Z Compiling slog-stdlog v4.1.1
27532024-12-21T02:56:15.154Z Compiling ciborium v0.2.2
27542024-12-21T02:56:15.515Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27552024-12-21T02:56:16.390Z Compiling p384 v0.13.0
27562024-12-21T02:56:16.502Z Compiling toolchain_find v0.4.0
27572024-12-21T02:56:16.731Z Compiling chacha20poly1305 v0.10.1
27582024-12-21T02:56:16.797Z Compiling ctr v0.9.2
27592024-12-21T02:56:16.988Z Compiling lzma-sys v0.1.20
27602024-12-21T02:56:17.181Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27612024-12-21T02:56:17.260Z Compiling bitfield-struct v0.6.2
27622024-12-21T02:56:17.558Z Compiling slog-dtrace v0.3.0
27632024-12-21T02:56:17.605Z Compiling highway v1.2.0
27642024-12-21T02:56:17.756Z Compiling typify v0.2.0
27652024-12-21T02:56:17.774Z Compiling topological-sort v0.2.2
27662024-12-21T02:56:17.910Z Compiling progenitor-impl v0.8.0
27672024-12-21T02:56:17.993Z Compiling omicron-zone-package v0.12.0
27682024-12-21T02:56:18.015Z Compiling aes-gcm v0.10.3
27692024-12-21T02:56:18.070Z Compiling rustfmt-wrapper v0.2.1
27702024-12-21T02:56:18.321Z Compiling mime_guess v2.0.5
27712024-12-21T02:56:18.396Z Compiling slog-envlogger v2.2.0
27722024-12-21T02:56:18.663Z Compiling steno v0.4.1
27732024-12-21T02:56:18.707Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27742024-12-21T02:56:19.669Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27752024-12-21T02:56:19.695Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762024-12-21T02:56:19.930Z Compiling heck v0.3.3
27772024-12-21T02:56:20.162Z Compiling ssh-encoding v0.2.0
27782024-12-21T02:56:20.250Z Compiling blowfish v0.9.1
27792024-12-21T02:56:20.382Z Compiling nibble_vec v0.1.0
27802024-12-21T02:56:20.403Z Compiling env_filter v0.1.2
27812024-12-21T02:56:20.607Z Compiling endian-type v0.1.2
27822024-12-21T02:56:20.686Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27832024-12-21T02:56:20.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27842024-12-21T02:56:20.893Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27852024-12-21T02:56:20.914Z Compiling humantime v2.1.0
27862024-12-21T02:56:20.953Z Compiling radix_trie v0.2.1
27872024-12-21T02:56:21.070Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27882024-12-21T02:56:21.214Z Compiling env_logger v0.11.5
27892024-12-21T02:56:21.244Z Compiling ssh-cipher v0.2.0
27902024-12-21T02:56:21.453Z Compiling bcrypt-pbkdf v0.10.0
27912024-12-21T02:56:21.682Z Compiling zone_cfg_derive v0.1.2
27922024-12-21T02:56:22.104Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27932024-12-21T02:56:22.122Z Compiling parking_lot v0.11.2
27942024-12-21T02:56:22.513Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27952024-12-21T02:56:23.029Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27962024-12-21T02:56:23.097Z Compiling password-hash v0.4.2
27972024-12-21T02:56:23.202Z Compiling gethostname v0.5.0
27982024-12-21T02:56:23.408Z Compiling fxhash v0.2.1
27992024-12-21T02:56:23.448Z Compiling zip v2.1.3
28002024-12-21T02:56:23.469Z Compiling http-range v0.1.5
28012024-12-21T02:56:23.525Z Compiling lockfree-object-pool v0.1.6
28022024-12-21T02:56:23.632Z Compiling simd-adler32 v0.3.7
28032024-12-21T02:56:23.773Z Compiling bumpalo v3.16.0
28042024-12-21T02:56:23.832Z Compiling matches v0.1.10
28052024-12-21T02:56:23.858Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28062024-12-21T02:56:23.942Z Compiling base64 v0.13.1
28072024-12-21T02:56:24.042Z Compiling idna v0.2.3
28082024-12-21T02:56:24.202Z Compiling zopfli v0.8.1
28092024-12-21T02:56:24.282Z Compiling sled v0.34.7
28102024-12-21T02:56:24.302Z Compiling pbkdf2 v0.11.0
28112024-12-21T02:56:24.607Z Compiling ron v0.7.1
28122024-12-21T02:56:24.691Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28132024-12-21T02:56:25.142Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28142024-12-21T02:56:25.431Z Compiling zone v0.1.8
28152024-12-21T02:56:25.747Z Compiling xz2 v0.1.7
28162024-12-21T02:56:26.190Z Compiling progenitor-macro v0.8.0
28172024-12-21T02:56:26.309Z Compiling ssh-key v0.6.6
28182024-12-21T02:56:26.397Z Compiling hickory-client v0.24.1
28192024-12-21T02:56:27.147Z Compiling p521 v0.13.3
28202024-12-21T02:56:27.199Z Compiling p256 v0.13.2
28212024-12-21T02:56:27.503Z Compiling hickory-server v0.24.1
28222024-12-21T02:56:27.921Z Compiling enum-as-inner v0.5.1
28232024-12-21T02:56:28.074Z Compiling pem v3.0.4
28242024-12-21T02:56:28.919Z Compiling yasna v0.5.2
28252024-12-21T02:56:28.974Z Compiling headers-core v0.3.0
28262024-12-21T02:56:29.162Z Compiling kstat-rs v0.2.4
28272024-12-21T02:56:29.546Z Compiling nanorand v0.7.0
28282024-12-21T02:56:29.852Z Compiling atty v0.2.14
28292024-12-21T02:56:30.016Z Compiling russh-cryptovec v0.7.3
28302024-12-21T02:56:30.165Z Compiling md5 v0.7.0
28312024-12-21T02:56:30.357Z Compiling flume v0.11.1
28322024-12-21T02:56:30.624Z Compiling russh-keys v0.45.0
28332024-12-21T02:56:30.706Z Compiling rcgen v0.12.1
28342024-12-21T02:56:30.833Z Compiling headers v0.4.0
28352024-12-21T02:56:31.131Z Compiling trust-dns-proto v0.22.0
28362024-12-21T02:56:32.382Z Compiling hyper-staticfile v0.10.1
28372024-12-21T02:56:33.267Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28382024-12-21T02:56:33.576Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28392024-12-21T02:56:33.754Z Compiling num-bigint v0.4.6
28402024-12-21T02:56:33.901Z Compiling des v0.8.1
28412024-12-21T02:56:34.100Z Compiling subprocess v0.2.9
28422024-12-21T02:56:34.278Z Compiling hex-literal v0.4.1
28432024-12-21T02:56:34.464Z Compiling dhcproto-macros v0.1.0
28442024-12-21T02:56:34.933Z Compiling display-error-chain v0.2.2
28452024-12-21T02:56:34.991Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28462024-12-21T02:56:35.176Z Compiling internet-checksum v0.2.1
28472024-12-21T02:56:35.769Z Compiling dhcproto v0.12.0
28482024-12-21T02:56:36.936Z Compiling russh v0.45.0
28492024-12-21T02:56:39.217Z Compiling progenitor v0.8.0
28502024-12-21T02:56:39.353Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28512024-12-21T02:56:39.353Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28522024-12-21T02:56:39.356Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28532024-12-21T02:56:39.356Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28542024-12-21T02:56:39.356Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28552024-12-21T02:56:39.356Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28562024-12-21T02:56:39.450Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28572024-12-21T02:56:40.897Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28582024-12-21T02:56:41.190Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28592024-12-21T02:56:42.114Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28602024-12-21T02:56:44.859Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28612024-12-21T02:56:45.199Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28622024-12-21T02:56:55.199Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28632024-12-21T02:56:55.199Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28642024-12-21T02:56:55.202Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28652024-12-21T02:56:55.202Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28662024-12-21T02:56:56.180Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28672024-12-21T02:56:58.602Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28682024-12-21T02:56:59.843Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28692024-12-21T02:57:00.283Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702024-12-21T02:57:00.675Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712024-12-21T02:57:01.051Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28722024-12-21T02:57:03.696Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28732024-12-21T02:57:04.582Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28742024-12-21T02:57:04.638Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28752024-12-21T02:57:05.567Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28762024-12-21T02:57:06.052Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28772024-12-21T02:57:06.408Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28782024-12-21T02:57:06.678Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28792024-12-21T02:57:08.837Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28802024-12-21T02:57:09.572Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28812024-12-21T02:57:10.858Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28822024-12-21T02:57:11.286Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28832024-12-21T02:57:11.800Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28842024-12-21T02:57:14.893Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28852024-12-21T02:57:16.724Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28862024-12-21T02:57:18.865Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28872024-12-21T02:57:18.895Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28882024-12-21T02:57:20.075Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28892024-12-21T02:57:21.007Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902024-12-21T02:57:24.242Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28912024-12-21T02:57:33.494Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28922024-12-21T02:57:34.798Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28932024-12-21T02:57:54.833Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28942024-12-21T02:58:31.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
28952024-12-21T02:58:31.838Z
28962024-12-21T02:58:31.838Zreal 2:43.744411563
28972024-12-21T02:58:31.838Zuser 12:28.219826793
28982024-12-21T02:58:31.838Zsys 2:46.709872550
28992024-12-21T02:58:31.838Ztrap 0.337529553
29002024-12-21T02:58:31.841Ztflt 0.827287650
29012024-12-21T02:58:31.841Zdflt 1.827020309
29022024-12-21T02:58:31.841Zkflt 0.000028826
29032024-12-21T02:58:31.841Zlock 26:10.846959641
29042024-12-21T02:58:31.841Zslp 45:15.955951463
29052024-12-21T02:58:31.841Zlat 34.725871563
29062024-12-21T02:58:31.841Zstop 1:31.466200444
29072024-12-21T02:58:31.841Z+ mkdir tests
29082024-12-21T02:58:31.845Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29092024-12-21T02:58:31.845Z+ xargs -I '{}' -t cp '{}' tests/
29102024-12-21T02:58:31.883Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9ddd5860fc4969b7 tests/
29112024-12-21T02:58:31.903Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a0e216df141f113d tests/
29122024-12-21T02:58:31.923Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f503c7ad5bae27ea tests/
29132024-12-21T02:58:31.943Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-87844e6e2dac0e28 tests/
29142024-12-21T02:58:32.127Z+ files=(.github/buildomat/ci-env.sh 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/*)
29152024-12-21T02:58:32.130Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-a0e216df141f113d tests/commtest-f503c7ad5bae27ea tests/dhcp_server-9ddd5860fc4969b7 tests/end_to_end_tests-87844e6e2dac0e28 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar 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
29162024-12-21T02:59:45.256ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29172024-12-21T02:59:45.256Za .github/buildomat/ci-env.sh 1K
29182024-12-21T02:59:45.256Za out/target/test 1K
29192024-12-21T02:59:45.256Za out/npuzone/npuzone 23144K
29202024-12-21T02:59:45.256Za package-manifest.toml 34K
29212024-12-21T02:59:45.256Za smf/sled-agent/non-gimlet/config.toml 4K
29222024-12-21T02:59:45.256Za target/release/omicron-package 36006K
29232024-12-21T02:59:45.256Za target/release/xtask 11762K
29242024-12-21T02:59:45.256Za target/debug/bootstrap 208003K
29252024-12-21T02:59:45.256Za tests/bootstrap-a0e216df141f113d 24246K
29262024-12-21T02:59:45.256Za tests/commtest-f503c7ad5bae27ea 25022K
29272024-12-21T02:59:45.256Za tests/dhcp_server-9ddd5860fc4969b7 24246K
29282024-12-21T02:59:45.256Za tests/end_to_end_tests-87844e6e2dac0e28 226200K
29292024-12-21T02:59:45.256Za out/clickhouse.tar.gz 293398K
29302024-12-21T02:59:45.256Za out/clickhouse_keeper.tar.gz 280511K
29312024-12-21T02:59:45.256Za out/clickhouse_server.tar.gz 293374K
29322024-12-21T02:59:45.256Za out/cockroachdb.tar.gz 134594K
29332024-12-21T02:59:45.256Za out/crucible-dtrace.tar 85K
29342024-12-21T02:59:45.257Za out/crucible-pantry-zone.tar.gz 28192K
29352024-12-21T02:59:45.257Za out/crucible-zone.tar.gz 36410K
29362024-12-21T02:59:45.257Za out/external-dns.tar.gz 35286K
29372024-12-21T02:59:45.257Za out/internal-dns.tar.gz 35286K
29382024-12-21T02:59:45.257Za out/mg-ddm-gz.tar 63075K
29392024-12-21T02:59:45.257Za out/nexus.tar.gz 98075K
29402024-12-21T02:59:45.257Za out/ntp.tar.gz 10375K
29412024-12-21T02:59:45.257Za out/omicron-gateway-softnpu.tar.gz 23850K
29422024-12-21T02:59:45.257Za out/omicron-sled-agent.tar 113110K
29432024-12-21T02:59:45.257Za out/overlay.tar.gz 3K
29442024-12-21T02:59:45.257Za out/oximeter.tar.gz 47676K
29452024-12-21T02:59:45.257Za out/oxlog.tar 3088K
29462024-12-21T02:59:45.257Za out/probe.tar.gz 2764K
29472024-12-21T02:59:45.257Za out/propolis-server.tar.gz 66291K
29482024-12-21T02:59:45.257Za out/pumpkind-gz.tar 26665K
29492024-12-21T02:59:45.257Za out/switch-softnpu.tar.gz 235087K
29502024-12-21T02:59:45.265Z
29512024-12-21T02:59:45.265Zreal 1:13.041484406
29522024-12-21T02:59:45.265Zuser 1:09.804161099
29532024-12-21T02:59:45.265Zsys 4.562710665
29542024-12-21T02:59:45.265Ztrap 0.016970593
29552024-12-21T02:59:45.265Ztflt 0.000000000
29562024-12-21T02:59:45.269Zdflt 0.000000000
29572024-12-21T02:59:45.269Zkflt 0.000000000
29582024-12-21T02:59:45.269Zlock 0.000000000
29592024-12-21T02:59:45.269Zslp 1:09.643565371
29602024-12-21T02:59:45.269Zlat 2.049811271
29612024-12-21T02:59:45.269Zstop 0.000237863
29622024-12-21T02:59:45.269Zprocess exited: duration 2049090 ms, exit code 0
 
29632024-12-21T02:59:45.292Zfound 1 output files
29642024-12-21T02:59:45.292Zuploading: /work/package.tar.gz (1878033333 bytes)
29652024-12-21T03:00:31.179Zuploaded: /work/package.tar.gz