01JFJYGDVEB63GYK88KKRVK5Q1: 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: 01JFJYH5XQT1D4CEX4JHT0ESJF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T21:11:53.487Zjob assigned to worker 01JFJYHD0RN72EB7W6WGJSQQAN [factory aws, i-08c0c41a148fa9722] (queued for 1 m 7 s)
 
22024-12-20T21:12:01.558Zstarting task 0: "setup"
32024-12-20T21:12:01.574Z++ uname -s
42024-12-20T21:12:01.577Z+ kern=SunOS
52024-12-20T21:12:01.577Z+ case "$kern" in
62024-12-20T21:12:01.577Z+ groupadd -g 12345 build
72024-12-20T21:12:01.580Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T21:12:03.588Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T21:12:03.697Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T21:12:03.700Z+ home_fs=zfs
112024-12-20T21:12:03.700Z+ [[ zfs == autofs ]]
122024-12-20T21:12:03.700Z+ mkdir -p /home/build
132024-12-20T21:12:03.703Z+ chown build:build /home/build /work
142024-12-20T21:12:05.704Z+ chmod 0700 /home/build /work
152024-12-20T21:12:05.706Zprocess exited: duration 4149 ms, exit code 0
 
162024-12-20T21:12:05.712Zstarting task 1: "rust-toolchain"
172024-12-20T21:12:05.718Z+ printf ' * toolchain channel = "%s"
182024-12-20T21:12:05.718Z' 1.81.0
192024-12-20T21:12:05.718Z * toolchain channel = "1.81.0"
202024-12-20T21:12:05.718Z * toolchain profile = "default"
212024-12-20T21:12:05.718Z+ printf ' * toolchain profile = "%s"
222024-12-20T21:12:05.718Z' default
232024-12-20T21:12:05.721Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T21:12:05.721Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T21:12:05.811Zinfo: downloading installer
262024-12-20T21:12:06.946Zinfo: profile set to 'default'
272024-12-20T21:12:06.947Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T21:12:06.950Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T21:12:07.089Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T21:12:07.089Zinfo: downloading component 'cargo'
312024-12-20T21:12:07.881Zinfo: downloading component 'clippy'
322024-12-20T21:12:08.256Zinfo: downloading component 'rust-docs'
332024-12-20T21:12:09.281Zinfo: downloading component 'rust-std'
342024-12-20T21:12:10.887Zinfo: downloading component 'rustc'
352024-12-20T21:12:16.764Zinfo: downloading component 'rustfmt'
362024-12-20T21:12:16.980Zinfo: installing component 'cargo'
372024-12-20T21:12:17.793Zinfo: installing component 'clippy'
382024-12-20T21:12:18.162Zinfo: installing component 'rust-docs'
392024-12-20T21:12:19.759Zinfo: installing component 'rust-std'
402024-12-20T21:12:21.502Zinfo: installing component 'rustc'
412024-12-20T21:12:27.287Zinfo: installing component 'rustfmt'
422024-12-20T21:12:27.609Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T21:12:27.610Z
442024-12-20T21:12:27.973Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T21:12:27.973Z
462024-12-20T21:12:27.976Z
472024-12-20T21:12:27.976ZRust is installed now. Great!
482024-12-20T21:12:27.976Z
492024-12-20T21:12:27.976ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T21:12:27.976Zenvironment variable. This has not been done automatically.
512024-12-20T21:12:27.976Z
522024-12-20T21:12:27.976ZTo configure your current shell, you need to source
532024-12-20T21:12:27.976Zthe corresponding env file under $HOME/.cargo.
542024-12-20T21:12:27.976Z
552024-12-20T21:12:27.976ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T21:12:27.976Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T21:12:27.976Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T21:12:28.046Z+ rustc --version
592024-12-20T21:12:28.109Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T21:12:28.112Zprocess exited: duration 22395 ms, exit code 0
 
612024-12-20T21:12:28.120Zstarting task 2: "authentication"
622024-12-20T21:12:28.138Zprocess exited: duration 20 ms, exit code 0
 
632024-12-20T21:12:28.145Zstarting task 3: "clone repository"
642024-12-20T21:12:28.149Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T21:12:28.152Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T21:12:28.196ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T21:12:35.507Z+ cd /work/oxidecomputer/omicron
682024-12-20T21:12:35.510Z+ git fetch origin c46392c27d4582ce1fd3e3807c4d278aebee7c46
692024-12-20T21:12:35.785ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T21:12:35.785Z * branch c46392c27d4582ce1fd3e3807c4d278aebee7c46 -> FETCH_HEAD
712024-12-20T21:12:35.795Z+ [[ -n andy/rt ]]
722024-12-20T21:12:35.797Z++ git branch --show-current
732024-12-20T21:12:35.802Z+ current=main
742024-12-20T21:12:35.802Z+ [[ main != andy/rt ]]
752024-12-20T21:12:35.802Z+ git branch -f andy/rt c46392c27d4582ce1fd3e3807c4d278aebee7c46
762024-12-20T21:12:35.806Z+ git checkout -f andy/rt
772024-12-20T21:12:35.974ZSwitched to branch 'andy/rt'
782024-12-20T21:12:35.977Z+ git reset --hard c46392c27d4582ce1fd3e3807c4d278aebee7c46
792024-12-20T21:12:35.989ZHEAD is now at c46392c27 install_builder_prerequisites failed after recent Helios upgrade
802024-12-20T21:12:35.992Zprocess exited: duration 7842 ms, exit code 0
 
812024-12-20T21:12:35.998Zstarting task 4: "build"
822024-12-20T21:12:36.004Z+ source .github/buildomat/ci-env.sh
832024-12-20T21:12:36.006Z++ export CARGO_TERM_COLOR=always
842024-12-20T21:12:36.006Z++ CARGO_TERM_COLOR=always
852024-12-20T21:12:36.006Z+ cargo --version
862024-12-20T21:12:36.060Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T21:12:36.063Z+ rustc --version
882024-12-20T21:12:36.122Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T21:12:36.125Z+ WORK=/work
902024-12-20T21:12:36.125Z+ pfexec mkdir -p /work
912024-12-20T21:12:36.131Z+ pfexec chown build /work
922024-12-20T21:12:36.134Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-20T21:12:37.811Zpkg list: illegal option -- F
942024-12-20T21:12:37.811ZUsage:
952024-12-20T21:12:37.811Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962024-12-20T21:12:37.811Z [pkg_fmri_pattern ...]
972024-12-20T21:12:38.658Zpkg list: illegal option -- F
982024-12-20T21:12:38.658ZUsage:
992024-12-20T21:12:38.662Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002024-12-20T21:12:38.662Z [pkg_fmri_pattern ...]
1012024-12-20T21:12:45.252Z Startup: Refreshing catalog 'helios-dev' ... Done
1022024-12-20T21:12:49.116Z Startup: Caching catalogs ... Done
1032024-12-20T21:12:59.870ZPlanning: Solver setup ... Done (9.782s)
1042024-12-20T21:13:00.006ZPlanning: Running solver ... Done (0.135s)
1052024-12-20T21:13:00.113ZPlanning: Finding local manifests ... Done (0.007s)
1062024-12-20T21:13:00.143ZPlanning: Fetching manifests: 0/7 0% complete
1072024-12-20T21:13:01.604ZPlanning: Fetching manifests: 7/7 100% complete
1082024-12-20T21:13:01.711ZPlanning: Package planning ... Done (0.107s)
1092024-12-20T21:13:01.936ZPlanning: Merging actions ... Done (0.226s)
1102024-12-20T21:13:02.137ZPlanning: Checking for conflicting actions ... Done (0.198s)
1112024-12-20T21:13:04.223ZPlanning: Consolidating action changes ... Done (2.088s)
1122024-12-20T21:13:04.663ZPlanning: Evaluating mediators ... Done (0.440s)
1132024-12-20T21:13:04.744ZPlanning: Planning completed in 15.53 seconds
1142024-12-20T21:13:04.761Z Packages to install: 4
1152024-12-20T21:13:04.761Z Packages to update: 3
1162024-12-20T21:13:04.761Z Mediators to change: 2
1172024-12-20T21:13:04.761Z Services to change: 1
1182024-12-20T21:13:04.765Z Estimated space available: 155.63 GB
1192024-12-20T21:13:04.765ZEstimated space to be consumed: 1.64 GB
1202024-12-20T21:13:04.765Z Create boot environment: No
1212024-12-20T21:13:04.765ZCreate backup boot environment: Yes
1222024-12-20T21:13:04.765Z Rebuild boot archive: No
1232024-12-20T21:13:04.765Z
1242024-12-20T21:13:04.765ZChanged mediators:
1252024-12-20T21:13:04.766Z mediator clang:
1262024-12-20T21:13:04.766Z version: None -> 15 (system default)
1272024-12-20T21:13:04.766Z
1282024-12-20T21:13:04.766Z mediator llvm:
1292024-12-20T21:13:04.766Z version: 14 (system default) -> 15 (system default)
1302024-12-20T21:13:04.766Z
1312024-12-20T21:13:04.766ZChanged packages:
1322024-12-20T21:13:04.767Zhelios-dev
1332024-12-20T21:13:04.767Z developer/build-essential
1342024-12-20T21:13:04.767Z None -> 11-2.0
1352024-12-20T21:13:04.767Z library/libxmlsec1
1362024-12-20T21:13:04.767Z None -> 1.2.35-2.0
1372024-12-20T21:13:04.767Z ooce/developer/clang-15
1382024-12-20T21:13:04.767Z None -> 15.0.7-2.0
1392024-12-20T21:13:04.767Z ooce/developer/llvm-15
1402024-12-20T21:13:04.767Z None -> 15.0.7-2.0
1412024-12-20T21:13:04.767Z package/pkg
1422024-12-20T21:13:04.767Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432024-12-20T21:13:04.767Z system/library/g++-runtime
1442024-12-20T21:13:04.767Z 13-2.0 -> 14-2.0
1452024-12-20T21:13:04.767Z system/library/gcc-runtime
1462024-12-20T21:13:04.767Z 13-2.0 -> 14-2.0
1472024-12-20T21:13:04.767Z
1482024-12-20T21:13:04.767ZServices:
1492024-12-20T21:13:04.767Z restart_fmri:
1502024-12-20T21:13:04.767Z svc:/system/update-man-index:default
1512024-12-20T21:13:04.767Z
1522024-12-20T21:13:04.767ZEditable files to change:
1532024-12-20T21:13:04.767Z Update:
1542024-12-20T21:13:04.767Z usr/share/lib/pkg/web/config.shtml
1552024-12-20T21:13:04.841Z
1562024-12-20T21:13:04.841ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572024-12-20T21:13:09.842ZDownload: 613/4301 items 12.3/225.4MB 5% complete (2.3M/s)
1582024-12-20T21:13:15.011ZDownload: 1198/4301 items 82.7/225.4MB 36% complete (8.7M/s)
1592024-12-20T21:13:19.999ZDownload: 1754/4301 items 118.0/225.4MB 52% complete (10.2M/s)
1602024-12-20T21:13:34.931ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
1612024-12-20T21:13:39.931ZDownload: 2648/4301 items 120.6/225.4MB 53% complete (288k/s)
1622024-12-20T21:13:44.969ZDownload: 2964/4301 items 121.2/225.4MB 53% complete (204k/s)
1632024-12-20T21:13:49.983ZDownload: 3202/4301 items 189.7/225.4MB 84% complete (6.8M/s)
1642024-12-20T21:14:00.406ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (8.0M/s)
1652024-12-20T21:14:05.407ZDownload: 3386/4301 items 214.9/225.4MB 95% complete (2.2M/s)
1662024-12-20T21:14:10.414ZDownload: 4059/4301 items 219.1/225.4MB 97% complete (1.6M/s)
1672024-12-20T21:14:16.566ZDownload: 4206/4301 items 220.6/225.4MB 97% complete (1.6M/s)
1682024-12-20T21:14:21.757ZDownload: 4282/4301 items 221.6/225.4MB 98% complete (156k/s)
1692024-12-20T21:14:25.286ZDownload: Completed 225.42 MB in 80.43 seconds (2.8M/s)
1702024-12-20T21:14:27.441Z Actions: 1/5122 actions (Removing old actions)
1712024-12-20T21:14:27.463Z Actions: 194/5122 actions (Installing new actions)
1722024-12-20T21:14:32.062Z Actions: 4267/5122 actions (Updating modified actions)
1732024-12-20T21:14:32.419Z Actions: Completed 5122 actions in 4.98 seconds.
1742024-12-20T21:14:32.844Z Done (0.414s)
1752024-12-20T21:14:32.874Z Done (0.001s)
1762024-12-20T21:14:33.418Z Done (0.568s)
1772024-12-20T21:14:37.777Z Done (4.137s)
1782024-12-20T21:14:37.858Z Done (0.019s)
1792024-12-20T21:14:37.861Z Done (0.000s)
1802024-12-20T21:14:38.020Z Done (0.000s)
1812024-12-20T21:14:38.696ZPlanning: Evaluating mediator changes ... Done
1822024-12-20T21:14:38.853ZPlanning: Checking for conflicting actions ... Done
1832024-12-20T21:14:38.856ZPlanning: Consolidating action changes ... Done
1842024-12-20T21:14:39.117ZPlanning: Evaluating mediators ... Done
1852024-12-20T21:14:39.120ZPlanning: Planning completed in 0.42 seconds
1862024-12-20T21:14:39.159Z Mediators to change: 2
1872024-12-20T21:14:39.159Z Create boot environment: No
1882024-12-20T21:14:39.162ZCreate backup boot environment: No
1892024-12-20T21:14:39.244Z Done
1902024-12-20T21:14:39.244Z Done
1912024-12-20T21:14:39.606Z Done
1922024-12-20T21:14:43.101Z Done
1932024-12-20T21:14:43.190Z Done
1942024-12-20T21:14:43.193Z Done
1952024-12-20T21:14:43.325Z Done
1962024-12-20T21:14:43.921ZPlanning: Evaluating mediator changes ... Done
1972024-12-20T21:14:43.925ZPlanning: Merging actions ... Done
1982024-12-20T21:14:44.107ZPlanning: Checking for conflicting actions ... Done
1992024-12-20T21:14:44.109ZPlanning: Consolidating action changes ... Done
2002024-12-20T21:14:44.367ZPlanning: Evaluating mediators ... Done
2012024-12-20T21:14:44.421ZPlanning: Planning completed in 0.73 seconds
2022024-12-20T21:14:44.464Z Packages to change: 1
2032024-12-20T21:14:44.464Z Mediators to change: 1
2042024-12-20T21:14:44.467Z Services to change: 1
2052024-12-20T21:14:44.467Z Create boot environment: No
2062024-12-20T21:14:44.467ZCreate backup boot environment: Yes
2072024-12-20T21:14:46.968Z Actions: 1/6 actions (Updating modified actions)
2082024-12-20T21:14:46.971Z Actions: Completed 6 actions in 0.00 seconds.
2092024-12-20T21:14:46.971Z Done
2102024-12-20T21:14:46.971Z Done
2112024-12-20T21:14:47.086Z Done
2122024-12-20T21:14:50.623Z Done
2132024-12-20T21:14:50.709Z Done
2142024-12-20T21:14:50.712Z Done
2152024-12-20T21:14:50.832Z Done
2162024-12-20T21:14:51.261ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-12-20T21:14:51.261Zclang system 15 system
2182024-12-20T21:14:51.261Zcsh system system illumos
2192024-12-20T21:14:51.261Zctags system system illumos
2202024-12-20T21:14:51.261Zgcc vendor 12 vendor
2212024-12-20T21:14:51.261Zgcc system 10 system
2222024-12-20T21:14:51.261Zgcc system 7 system
2232024-12-20T21:14:51.261Zgo system 1.20 system
2242024-12-20T21:14:51.261Zgo system 1.19 system
2252024-12-20T21:14:51.261Zllvm system 15 system
2262024-12-20T21:14:51.262Zllvm system 14 system
2272024-12-20T21:14:51.262Zmariadb system 10.6 system
2282024-12-20T21:14:51.262Zmta vendor vendor dma
2292024-12-20T21:14:51.262Zopenjdk system 17 system
2302024-12-20T21:14:51.262Zopenjdk system 11 system
2312024-12-20T21:14:51.262Zopenjdk system 1.8 system
2322024-12-20T21:14:51.262Zopenssl vendor 3 vendor
2332024-12-20T21:14:51.262Zperl system 5.36 system
2342024-12-20T21:14:51.262Zpostgresql system 15 system
2352024-12-20T21:14:51.262Zpostgresql system 13 system
2362024-12-20T21:14:51.262Zpython vendor 3 vendor
2372024-12-20T21:14:51.263Zpython system 2 system
2382024-12-20T21:14:51.263Zpython3 system 3.11 system
2392024-12-20T21:14:51.263Zruby system 3.0 system
2402024-12-20T21:14:51.263Zwords vendor vendor american-english
2412024-12-20T21:14:51.263Zwords system system australian-english
2422024-12-20T21:14:51.263Zwords system system british-english
2432024-12-20T21:14:51.263Zwords system system canadian-english
2442024-12-20T21:14:51.263Zwords system system french
2452024-12-20T21:14:51.263Zwords system system italian
2462024-12-20T21:14:51.263Zwords system system ngerman
2472024-12-20T21:14:51.263Zwords system system ogerman
2482024-12-20T21:14:51.263Zwords system system spanish
2492024-12-20T21:14:51.589ZPUBLISHER TYPE STATUS P LOCATION
2502024-12-20T21:14:51.589Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-12-20T21:14:54.313ZFMRI IFO
2522024-12-20T21:14:54.313Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-12-20T21:14:54.313Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-12-20T21:14:54.313Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-12-20T21:14:54.313Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-12-20T21:14:54.313Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-12-20T21:14:54.313Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-12-20T21:14:54.313Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2592024-12-20T21:14:54.313Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2602024-12-20T21:14:54.313Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2612024-12-20T21:14:54.313Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2622024-12-20T21:14:54.313Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2632024-12-20T21:14:54.313Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2642024-12-20T21:14:54.313Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2652024-12-20T21:14:54.313Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2662024-12-20T21:14:54.313Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-12-20T21:14:55.071Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2682024-12-20T21:14:55.303Z Updating crates.io index
2692024-12-20T21:14:55.305Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702024-12-20T21:14:55.871Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2712024-12-20T21:14:56.124Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722024-12-20T21:14:56.360Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2732024-12-20T21:14:56.608Z Updating git repository `https://github.com/oxidecomputer/propolis`
2742024-12-20T21:14:57.479Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752024-12-20T21:14:58.992Z Updating git repository `https://github.com/oxidecomputer/opte`
2762024-12-20T21:14:59.635Z Updating git repository `https://github.com/oxidecomputer/falcon`
2772024-12-20T21:15:00.358Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782024-12-20T21:15:00.643Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792024-12-20T21:15:00.929Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2802024-12-20T21:15:01.561Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2812024-12-20T21:15:01.794Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822024-12-20T21:15:02.140Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832024-12-20T21:15:02.418Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842024-12-20T21:15:02.700Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852024-12-20T21:15:02.951Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862024-12-20T21:15:03.235Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2872024-12-20T21:15:03.548Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882024-12-20T21:15:03.896Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2892024-12-20T21:15:04.132Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902024-12-20T21:15:04.598Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912024-12-20T21:15:04.942Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922024-12-20T21:15:05.315Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932024-12-20T21:15:05.704Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2942024-12-20T21:15:06.027Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952024-12-20T21:15:06.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962024-12-20T21:15:06.567Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972024-12-20T21:15:07.775Z Downloading crates ...
2982024-12-20T21:15:07.856Z Downloaded anstyle v1.0.10
2992024-12-20T21:15:07.860Z Downloaded anstream v0.6.15
3002024-12-20T21:15:07.863Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/zerocopy/0.7.35/download` (146.75.42.137), got 502
3012024-12-20T21:15:07.863Zbody:
3022024-12-20T21:15:07.863ZI/O error
3032024-12-20T21:15:07.863Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/version_check/0.9.5/download` (146.75.42.137), got 502
3042024-12-20T21:15:07.863Zbody:
3052024-12-20T21:15:07.863ZI/O error
3062024-12-20T21:15:07.863Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/is_terminal_polyfill/1.70.1/download` (146.75.42.137), got 502
3072024-12-20T21:15:07.863Zbody:
3082024-12-20T21:15:07.863ZI/O error
3092024-12-20T21:15:07.866Z Downloaded anstyle-parse v0.2.5
3102024-12-20T21:15:07.873Z Downloaded pretty-hex v0.4.1
3112024-12-20T21:15:07.880Z Downloaded equivalent v1.0.1
3122024-12-20T21:15:07.882Z Downloaded scroll_derive v0.12.0
3132024-12-20T21:15:07.899Z Downloaded swrite v0.1.0
3142024-12-20T21:15:07.905Z Downloaded usdt-macro v0.5.0
3152024-12-20T21:15:07.910Z Downloaded usdt-attr-macro v0.5.0
3162024-12-20T21:15:07.914Z Downloaded colorchoice v1.0.2
3172024-12-20T21:15:07.917Z Downloaded dtrace-parser v0.2.0
3182024-12-20T21:15:07.920Z Downloaded fastrand v2.1.1
3192024-12-20T21:15:07.920Z Downloaded crypto-common v0.1.6
3202024-12-20T21:15:07.922Z Downloaded clap_lex v0.7.2
3212024-12-20T21:15:07.922Z Downloaded cfg-if v1.0.0
3222024-12-20T21:15:07.925Z Downloaded fnv v1.0.7
3232024-12-20T21:15:07.928Z Downloaded proc-macro-error-attr v1.0.4
3242024-12-20T21:15:07.928Z Downloaded itoa v1.0.11
3252024-12-20T21:15:07.928Z Downloaded cpufeatures v0.2.14
3262024-12-20T21:15:07.931Z Downloaded digest v0.10.7
3272024-12-20T21:15:07.932Z Downloaded byteorder v1.5.0
3282024-12-20T21:15:07.934Z Downloaded errno v0.3.9
3292024-12-20T21:15:07.934Z Downloaded block-buffer v0.10.4
3302024-12-20T21:15:07.937Z Downloaded macaddr v1.0.1
3312024-12-20T21:15:07.941Z Downloaded heck v0.5.0
3322024-12-20T21:15:07.946Z Downloaded smawk v0.3.2
3332024-12-20T21:15:07.946Z Downloaded memmap v0.7.0
3342024-12-20T21:15:07.946Z Downloaded usdt v0.5.0
3352024-12-20T21:15:07.949Z Downloaded thiserror-impl v1.0.69
3362024-12-20T21:15:07.949Z Downloaded fs-err v2.11.0
3372024-12-20T21:15:07.951Z Downloaded serde_spanned v0.6.8
3382024-12-20T21:15:07.952Z Downloaded bytecount v0.6.8
3392024-12-20T21:15:07.954Z Downloaded generic-array v0.14.7
3402024-12-20T21:15:07.954Z Downloaded autocfg v1.4.0
3412024-12-20T21:15:07.957Z Downloaded heck v0.4.1
3422024-12-20T21:15:07.959Z Downloaded dof v0.3.0
3432024-12-20T21:15:07.959Z Downloaded pest_generator v2.7.14
3442024-12-20T21:15:07.962Z Downloaded scroll v0.12.0
3452024-12-20T21:15:07.962Z Downloaded plain v0.2.3
3462024-12-20T21:15:07.964Z Downloaded serde_tokenstream v0.2.2
3472024-12-20T21:15:07.964Z Downloaded toml_datetime v0.6.8
3482024-12-20T21:15:07.969Z Downloaded strsim v0.11.1
3492024-12-20T21:15:07.972Z Downloaded ryu v1.0.18
3502024-12-20T21:15:07.972Z Downloaded utf8parse v0.2.2
3512024-12-20T21:15:07.976Z Downloaded terminal_size v0.4.0
3522024-12-20T21:15:07.976Z Downloaded unicode-linebreak v0.1.5
3532024-12-20T21:15:07.976Z Downloaded tabled_derive v0.7.0
3542024-12-20T21:15:07.981Z Downloaded cargo-platform v0.1.8
3552024-12-20T21:15:07.981Z Downloaded thiserror v1.0.69
3562024-12-20T21:15:07.983Z Downloaded quote v1.0.37
3572024-12-20T21:15:07.985Z Downloaded camino-tempfile v1.1.1
3582024-12-20T21:15:07.988Z Downloaded cargo_toml v0.20.5
3592024-12-20T21:15:07.988Z Downloaded proc-macro-error v1.0.4
3602024-12-20T21:15:07.991Z Downloaded cargo_metadata v0.18.1
3612024-12-20T21:15:07.994Z Downloaded anstyle-query v1.1.1
3622024-12-20T21:15:07.997Z Downloaded once_cell v1.20.2
3632024-12-20T21:15:08.000Z Downloaded tempfile v3.13.0
3642024-12-20T21:15:08.007Z Downloaded thread-id v4.2.2
3652024-12-20T21:15:08.013Z Downloaded usdt-impl v0.5.0
3662024-12-20T21:15:08.016Z Downloaded camino v1.1.9
3672024-12-20T21:15:08.016Z Downloaded sha2 v0.10.8
3682024-12-20T21:15:08.019Z Downloaded pest_meta v2.7.14
3692024-12-20T21:15:08.022Z Downloaded zerocopy-derive v0.7.35
3702024-12-20T21:15:08.025Z Downloaded clap v4.5.21
3712024-12-20T21:15:08.032Z Downloaded textwrap v0.16.1
3722024-12-20T21:15:08.038Z Downloaded pest_derive v2.7.14
3732024-12-20T21:15:08.042Z Downloaded log v0.4.22
3742024-12-20T21:15:08.042Z Downloaded clap_derive v4.5.18
3752024-12-20T21:15:08.045Z Downloaded anyhow v1.0.93
3762024-12-20T21:15:08.045Z Downloaded ucd-trie v0.1.7
3772024-12-20T21:15:08.048Z Downloaded bitflags v2.6.0
3782024-12-20T21:15:08.051Z Downloaded semver v1.0.23
3792024-12-20T21:15:08.056Z Downloaded unicode-ident v1.0.13
3802024-12-20T21:15:08.060Z Downloaded serde_derive v1.0.215
3812024-12-20T21:15:08.064Z Downloaded typenum v1.17.0
3822024-12-20T21:15:08.066Z Downloaded toml v0.8.19
3832024-12-20T21:15:08.069Z Downloaded proc-macro2 v1.0.89
3842024-12-20T21:15:08.071Z Downloaded papergrid v0.11.0
3852024-12-20T21:15:08.078Z Downloaded indexmap v2.6.0
3862024-12-20T21:15:08.084Z Downloaded serde v1.0.215
3872024-12-20T21:15:08.087Z Downloaded memchr v2.7.4
3882024-12-20T21:15:08.102Z Downloaded toml_edit v0.22.22
3892024-12-20T21:15:08.132Z Downloaded hashbrown v0.15.1
3902024-12-20T21:15:08.141Z Downloaded pest v2.7.14
3912024-12-20T21:15:08.149Z Downloaded serde_json v1.0.132
3922024-12-20T21:15:08.159Z Downloaded winnow v0.6.20
3932024-12-20T21:15:08.167Z Downloaded goblin v0.8.2
3942024-12-20T21:15:08.173Z Downloaded tabled v0.15.0
3952024-12-20T21:15:08.188Z Downloaded clap_builder v4.5.21
3962024-12-20T21:15:08.193Z Downloaded syn v1.0.109
3972024-12-20T21:15:08.211Z Downloaded unicode-width v0.1.14
3982024-12-20T21:15:08.218Z Downloaded syn v2.0.87
3992024-12-20T21:15:08.229Z Downloaded rustix v0.38.37
4002024-12-20T21:15:08.261Z Downloaded libc v0.2.162
4012024-12-20T21:15:08.460Z Downloaded version_check v0.9.5
4022024-12-20T21:15:08.725Z Downloaded zerocopy v0.7.35
4032024-12-20T21:15:09.244Z Downloaded is_terminal_polyfill v1.70.1
4042024-12-20T21:15:09.523Z Compiling proc-macro2 v1.0.89
4052024-12-20T21:15:09.523Z Compiling unicode-ident v1.0.13
4062024-12-20T21:15:09.523Z Compiling version_check v0.9.5
4072024-12-20T21:15:09.526Z Compiling serde v1.0.215
4082024-12-20T21:15:09.526Z Compiling thiserror v1.0.69
4092024-12-20T21:15:09.526Z Compiling memchr v2.7.4
4102024-12-20T21:15:09.526Z Compiling libc v0.2.162
4112024-12-20T21:15:09.558Z Compiling ucd-trie v0.1.7
4122024-12-20T21:15:09.776Z Compiling ryu v1.0.18
4132024-12-20T21:15:10.140Z Compiling itoa v1.0.11
4142024-12-20T21:15:10.244Z Compiling once_cell v1.20.2
4152024-12-20T21:15:10.358Z Compiling byteorder v1.5.0
4162024-12-20T21:15:10.383Z Compiling serde_json v1.0.132
4172024-12-20T21:15:10.639Z Compiling rustix v0.38.37
4182024-12-20T21:15:10.865Z Compiling bitflags v2.6.0
4192024-12-20T21:15:10.899Z Compiling usdt-impl v0.5.0
4202024-12-20T21:15:11.145Z Compiling proc-macro-error-attr v1.0.4
4212024-12-20T21:15:11.252Z Compiling syn v1.0.109
4222024-12-20T21:15:11.356Z Compiling proc-macro-error v1.0.4
4232024-12-20T21:15:11.388Z Compiling quote v1.0.37
4242024-12-20T21:15:11.558Z Compiling plain v0.2.3
4252024-12-20T21:15:11.591Z Compiling equivalent v1.0.1
4262024-12-20T21:15:11.634Z Compiling hashbrown v0.15.1
4272024-12-20T21:15:11.720Z Compiling utf8parse v0.2.2
4282024-12-20T21:15:11.742Z Compiling log v0.4.22
4292024-12-20T21:15:11.873Z Compiling syn v2.0.87
4302024-12-20T21:15:11.897Z Compiling errno v0.3.9
4312024-12-20T21:15:12.159Z Compiling thread-id v4.2.2
4322024-12-20T21:15:12.184Z Compiling camino v1.1.9
4332024-12-20T21:15:12.233Z Compiling anstyle-parse v0.2.5
4342024-12-20T21:15:12.545Z Compiling pretty-hex v0.4.1
4352024-12-20T21:15:12.750Z Compiling is_terminal_polyfill v1.70.1
4362024-12-20T21:15:12.775Z Compiling winnow v0.6.20
4372024-12-20T21:15:12.879Z Compiling indexmap v2.6.0
4382024-12-20T21:15:12.905Z Compiling anstyle v1.0.10
4392024-12-20T21:15:12.905Z Compiling autocfg v1.4.0
4402024-12-20T21:15:13.175Z Compiling semver v1.0.23
4412024-12-20T21:15:13.359Z Compiling unicode-width v0.1.14
4422024-12-20T21:15:13.733Z Compiling anstyle-query v1.1.1
4432024-12-20T21:15:13.895Z Compiling colorchoice v1.0.2
4442024-12-20T21:15:14.042Z Compiling fs-err v2.11.0
4452024-12-20T21:15:14.068Z Compiling anstream v0.6.15
4462024-12-20T21:15:14.262Z Compiling cfg-if v1.0.0
4472024-12-20T21:15:14.289Z Compiling anyhow v1.0.93
4482024-12-20T21:15:14.321Z Compiling terminal_size v0.4.0
4492024-12-20T21:15:14.369Z Compiling fastrand v2.1.1
4502024-12-20T21:15:14.804Z Compiling strsim v0.11.1
4512024-12-20T21:15:14.934Z Compiling bytecount v0.6.8
4522024-12-20T21:15:14.948Z Compiling fnv v1.0.7
4532024-12-20T21:15:14.979Z Compiling heck v0.4.1
4542024-12-20T21:15:15.089Z Compiling clap_lex v0.7.2
4552024-12-20T21:15:15.109Z Compiling heck v0.5.0
4562024-12-20T21:15:15.493Z Compiling clap_builder v4.5.21
4572024-12-20T21:15:15.616Z Compiling papergrid v0.11.0
4582024-12-20T21:15:15.708Z Compiling tempfile v3.13.0
4592024-12-20T21:15:16.051Z Compiling memmap v0.7.0
4602024-12-20T21:15:16.080Z Compiling smawk v0.3.2
4612024-12-20T21:15:16.390Z Compiling unicode-linebreak v0.1.5
4622024-12-20T21:15:16.732Z Compiling swrite v0.1.0
4632024-12-20T21:15:16.808Z Compiling textwrap v0.16.1
4642024-12-20T21:15:17.979Z Compiling tabled_derive v0.7.0
4652024-12-20T21:15:19.557Z Compiling tabled v0.15.0
4662024-12-20T21:15:20.899Z Compiling serde_derive v1.0.215
4672024-12-20T21:15:20.902Z Compiling thiserror-impl v1.0.69
4682024-12-20T21:15:20.953Z Compiling zerocopy-derive v0.7.35
4692024-12-20T21:15:20.992Z Compiling scroll_derive v0.12.0
4702024-12-20T21:15:21.036Z Compiling clap_derive v4.5.18
4712024-12-20T21:15:22.277Z Compiling scroll v0.12.0
4722024-12-20T21:15:22.821Z Compiling goblin v0.8.2
4732024-12-20T21:15:22.853Z Compiling zerocopy v0.7.35
4742024-12-20T21:15:23.608Z Compiling pest v2.7.14
4752024-12-20T21:15:24.678Z Compiling clap v4.5.21
4762024-12-20T21:15:25.851Z Compiling pest_meta v2.7.14
4772024-12-20T21:15:26.720Z Compiling pest_generator v2.7.14
4782024-12-20T21:15:28.401Z Compiling pest_derive v2.7.14
4792024-12-20T21:15:29.121Z Compiling dtrace-parser v0.2.0
4802024-12-20T21:15:31.100Z Compiling toml_datetime v0.6.8
4812024-12-20T21:15:31.100Z Compiling serde_spanned v0.6.8
4822024-12-20T21:15:31.103Z Compiling cargo-platform v0.1.8
4832024-12-20T21:15:31.488Z Compiling serde_tokenstream v0.2.2
4842024-12-20T21:15:31.593Z Compiling toml_edit v0.22.22
4852024-12-20T21:15:31.709Z Compiling camino-tempfile v1.1.1
4862024-12-20T21:15:31.709Z Compiling macaddr v1.0.1
4872024-12-20T21:15:32.684Z Compiling dof v0.3.0
4882024-12-20T21:15:32.684Z Compiling cargo_metadata v0.18.1
4892024-12-20T21:15:34.282Z Compiling toml v0.8.19
4902024-12-20T21:15:34.524Z Compiling usdt-attr-macro v0.5.0
4912024-12-20T21:15:34.524Z Compiling usdt-macro v0.5.0
4922024-12-20T21:15:35.147Z Compiling cargo_toml v0.20.5
4932024-12-20T21:15:35.992Z Compiling usdt v0.5.0
4942024-12-20T21:15:38.730Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4952024-12-20T21:15:42.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.98s
4962024-12-20T21:15:43.096Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4972024-12-20T21:15:43.628Z Downloading crates ...
4982024-12-20T21:15:43.752Z Downloaded async-stream-impl v0.3.6
4992024-12-20T21:15:43.768Z Downloaded cfg_aliases v0.2.1
5002024-12-20T21:15:43.782Z Downloaded cfg_aliases v0.1.1
5012024-12-20T21:15:43.782Z Downloaded atty v0.2.14
5022024-12-20T21:15:43.782Z Downloaded ciborium-io v0.2.2
5032024-12-20T21:15:43.787Z Downloaded async-stream v0.3.6
5042024-12-20T21:15:43.790Z Downloaded assert_matches v1.5.0
5052024-12-20T21:15:43.790Z Downloaded aead v0.5.2
5062024-12-20T21:15:43.790Z Downloaded ascii-canvas v3.0.0
5072024-12-20T21:15:43.791Z Downloaded adler2 v2.0.0
5082024-12-20T21:15:43.794Z Downloaded cstr-argument v0.1.2
5092024-12-20T21:15:43.794Z Downloaded async-recursion v1.1.1
5102024-12-20T21:15:43.797Z Downloaded crucible-workspace-hack v0.1.0
5112024-12-20T21:15:43.798Z Downloaded crunchy v0.2.2
5122024-12-20T21:15:43.798Z Downloaded castaway v0.2.3
5132024-12-20T21:15:43.801Z Downloaded crc-catalog v2.4.0
5142024-12-20T21:15:43.801Z Downloaded array-init v0.0.4
5152024-12-20T21:15:43.805Z Downloaded arrayref v0.3.9
5162024-12-20T21:15:43.805Z Downloaded atomicwrites v0.4.4
5172024-12-20T21:15:43.805Z Downloaded cobs v0.2.3
5182024-12-20T21:15:43.809Z Downloaded chacha20 v0.9.1
5192024-12-20T21:15:43.811Z Downloaded heapless v0.7.17
5202024-12-20T21:15:43.815Z Downloaded headers-core v0.3.0
5212024-12-20T21:15:43.815Z Downloaded darling v0.20.10
5222024-12-20T21:15:43.819Z Downloaded heapless v0.8.0
5232024-12-20T21:15:43.824Z Downloaded ctr v0.9.2
5242024-12-20T21:15:43.827Z Downloaded colored v2.1.0
5252024-12-20T21:15:43.830Z Downloaded chrono-tz-build v0.4.0
5262024-12-20T21:15:43.830Z Downloaded cbc v0.1.2
5272024-12-20T21:15:43.834Z Downloaded argon2 v0.5.3
5282024-12-20T21:15:43.834Z Downloaded cipher v0.4.4
5292024-12-20T21:15:43.837Z Downloaded crc v3.2.1
5302024-12-20T21:15:43.838Z Downloaded buf-list v1.0.3
5312024-12-20T21:15:43.841Z Downloaded curve25519-dalek-derive v0.1.1
5322024-12-20T21:15:43.846Z Downloaded httparse v1.9.5
5332024-12-20T21:15:43.849Z Downloaded hex v0.4.3
5342024-12-20T21:15:43.849Z Downloaded hickory-client v0.24.1
5352024-12-20T21:15:43.855Z Downloaded http-range v0.1.5
5362024-12-20T21:15:43.855Z Downloaded hmac v0.12.1
5372024-12-20T21:15:43.859Z Downloaded bitfield-struct v0.6.2
5382024-12-20T21:15:43.859Z Downloaded blowfish v0.9.1
5392024-12-20T21:15:43.860Z Downloaded http-body v1.0.1
5402024-12-20T21:15:43.860Z Downloaded cexpr v0.6.0
5412024-12-20T21:15:43.864Z Downloaded bit-vec v0.6.3
5422024-12-20T21:15:43.864Z Downloaded arrayvec v0.7.6
5432024-12-20T21:15:43.868Z Downloaded hostname v0.4.0
5442024-12-20T21:15:43.868Z Downloaded hex-literal v0.4.1
5452024-12-20T21:15:43.868Z Downloaded cmake v0.1.51
5462024-12-20T21:15:43.871Z Downloaded backoff v0.4.0
5472024-12-20T21:15:43.873Z Downloaded hubpack v0.1.2
5482024-12-20T21:15:43.873Z Downloaded humantime v2.1.0
5492024-12-20T21:15:43.876Z Downloaded http-body-util v0.1.2
5502024-12-20T21:15:43.879Z Downloaded csv-core v0.1.11
5512024-12-20T21:15:43.879Z Downloaded hyper-tls v0.6.0
5522024-12-20T21:15:43.882Z Downloaded console v0.15.8
5532024-12-20T21:15:43.886Z Downloaded icu_locid_transform v1.5.0
5542024-12-20T21:15:43.890Z Downloaded iana-time-zone v0.1.61
5552024-12-20T21:15:43.893Z Downloaded cookie_store v0.21.0
5562024-12-20T21:15:43.893Z Downloaded highway v1.2.0
5572024-12-20T21:15:43.897Z Downloaded ident_case v1.0.1
5582024-12-20T21:15:43.899Z Downloaded cancel-safe-futures v0.1.5
5592024-12-20T21:15:43.903Z Downloaded icu_provider_macros v1.5.0
5602024-12-20T21:15:43.903Z Downloaded sigpipe v0.1.3
5612024-12-20T21:15:43.906Z Downloaded is_ci v1.2.0
5622024-12-20T21:15:43.906Z Downloaded async-bb8-diesel v0.2.1
5632024-12-20T21:15:43.910Z Downloaded httpdate v1.0.3
5642024-12-20T21:15:43.910Z Downloaded hostname v0.3.1
5652024-12-20T21:15:43.914Z Downloaded hyper-staticfile v0.10.1
5662024-12-20T21:15:43.915Z Downloaded const_format_proc_macros v0.2.33
5672024-12-20T21:15:43.918Z Downloaded crc32fast v1.4.2
5682024-12-20T21:15:43.918Z Downloaded match_cfg v0.1.0
5692024-12-20T21:15:43.923Z Downloaded tower-service v0.3.3
5702024-12-20T21:15:43.923Z Downloaded instant v0.1.13
5712024-12-20T21:15:43.923Z Downloaded icu_normalizer v1.5.0
5722024-12-20T21:15:43.926Z Downloaded md5 v0.7.0
5732024-12-20T21:15:43.929Z Downloaded rand_chacha v0.3.1
5742024-12-20T21:15:43.929Z Downloaded quinn-udp v0.5.5
5752024-12-20T21:15:43.933Z Downloaded matches v0.1.10
5762024-12-20T21:15:43.933Z Downloaded bzip2 v0.4.4
5772024-12-20T21:15:43.941Z Downloaded keccak v0.1.5
5782024-12-20T21:15:43.941Z Downloaded heck v0.3.3
5792024-12-20T21:15:43.941Z Downloaded hubpack_derive v0.1.1
5802024-12-20T21:15:43.945Z Downloaded cookie v0.18.1
5812024-12-20T21:15:43.945Z Downloaded try-lock v0.2.5
5822024-12-20T21:15:43.945Z Downloaded waitgroup v0.1.2
5832024-12-20T21:15:43.945Z Downloaded zone_cfg_derive v0.3.0
5842024-12-20T21:15:43.945Z Downloaded vte_generate_state_changes v0.1.2
5852024-12-20T21:15:43.945Z Downloaded is-terminal v0.4.13
5862024-12-20T21:15:43.948Z Downloaded ipnetwork v0.20.0
5872024-12-20T21:15:43.948Z Downloaded rustc-hash v2.0.0
5882024-12-20T21:15:43.952Z Downloaded impl-trait-for-tuples v0.2.2
5892024-12-20T21:15:43.955Z Downloaded salsa20 v0.10.2
5902024-12-20T21:15:43.955Z Downloaded rustls-pemfile v1.0.4
5912024-12-20T21:15:43.959Z Downloaded serde-hex v0.1.0
5922024-12-20T21:15:43.959Z Downloaded async-trait v0.1.83
5932024-12-20T21:15:43.962Z Downloaded hyper-util v0.1.10
5942024-12-20T21:15:43.967Z Downloaded slab v0.4.9
5952024-12-20T21:15:43.971Z Downloaded smallvec v0.6.14
5962024-12-20T21:15:43.971Z Downloaded funty v2.0.0
5972024-12-20T21:15:43.974Z Downloaded static_assertions v1.1.0
5982024-12-20T21:15:43.974Z Downloaded stable_deref_trait v1.2.0
5992024-12-20T21:15:43.977Z Downloaded blake2 v0.10.6
6002024-12-20T21:15:43.980Z Downloaded maybe-uninit v2.0.0
6012024-12-20T21:15:43.980Z Downloaded dyn-clone v1.0.17
6022024-12-20T21:15:43.984Z Downloaded thiserror-impl v2.0.3
6032024-12-20T21:15:43.984Z Downloaded tokio-rustls v0.25.0
6042024-12-20T21:15:43.987Z Downloaded mime v0.3.17
6052024-12-20T21:15:43.990Z Downloaded tls_codec_derive v0.4.1
6062024-12-20T21:15:43.990Z Downloaded synstructure v0.13.1
6072024-12-20T21:15:43.994Z Downloaded memoffset v0.9.1
6082024-12-20T21:15:43.994Z Downloaded lockfree-object-pool v0.1.6
6092024-12-20T21:15:43.997Z Downloaded ipnet v2.10.1
6102024-12-20T21:15:43.997Z Downloaded ciborium v0.2.2
6112024-12-20T21:15:44.001Z Downloaded base64 v0.13.1
6122024-12-20T21:15:44.004Z Downloaded wait-timeout v0.2.0
6132024-12-20T21:15:44.007Z Downloaded openssl-macros v0.1.1
6142024-12-20T21:15:44.007Z Downloaded universal-hash v0.5.1
6152024-12-20T21:15:44.010Z Downloaded tabwriter v1.4.0
6162024-12-20T21:15:44.010Z Downloaded hkdf v0.12.4
6172024-12-20T21:15:44.013Z Downloaded litemap v0.7.3
6182024-12-20T21:15:44.018Z Downloaded xz2 v0.1.7
6192024-12-20T21:15:44.018Z Downloaded deranged v0.3.11
6202024-12-20T21:15:44.018Z Downloaded float-cmp v0.9.0
6212024-12-20T21:15:44.022Z Downloaded ed25519 v2.2.3
6222024-12-20T21:15:44.022Z Downloaded serde_derive_internals v0.29.1
6232024-12-20T21:15:44.024Z Downloaded lock_api v0.4.12
6242024-12-20T21:15:44.027Z Downloaded diesel-dtrace v0.4.2
6252024-12-20T21:15:44.031Z Downloaded dunce v1.0.5
6262024-12-20T21:15:44.031Z Downloaded dsl_auto_type v0.1.2
6272024-12-20T21:15:44.032Z Downloaded crc-any v2.5.0
6282024-12-20T21:15:44.036Z Downloaded hash32 v0.3.1
6292024-12-20T21:15:44.039Z Downloaded pretty-hex v0.2.1
6302024-12-20T21:15:44.039Z Downloaded slog-term v2.9.1
6312024-12-20T21:15:44.039Z Downloaded smallvec v1.13.2
6322024-12-20T21:15:44.043Z Downloaded foreign-types-macros v0.2.3
6332024-12-20T21:15:44.046Z Downloaded futures-task v0.3.31
6342024-12-20T21:15:44.046Z Downloaded thiserror v2.0.3
6352024-12-20T21:15:44.050Z Downloaded tracing-attributes v0.1.27
6362024-12-20T21:15:44.053Z Downloaded jobserver v0.1.32
6372024-12-20T21:15:44.056Z Downloaded olpc-cjson v0.1.4
6382024-12-20T21:15:44.061Z Downloaded num v0.4.3
6392024-12-20T21:15:44.061Z Downloaded bytes v1.8.0
6402024-12-20T21:15:44.064Z Downloaded want v0.3.1
6412024-12-20T21:15:44.064Z Downloaded tinyvec_macros v0.1.1
6422024-12-20T21:15:44.067Z Downloaded sqlparser_derive v0.2.2
6432024-12-20T21:15:44.067Z Downloaded icu_collections v1.5.0
6442024-12-20T21:15:44.074Z Downloaded packed_struct v0.10.1
6452024-12-20T21:15:44.077Z Downloaded either v1.13.0
6462024-12-20T21:15:44.077Z Downloaded uzers v0.12.1
6472024-12-20T21:15:44.080Z Downloaded progenitor v0.8.0
6482024-12-20T21:15:44.084Z Downloaded rand_core v0.6.4
6492024-12-20T21:15:44.084Z Downloaded phf v0.11.2
6502024-12-20T21:15:44.087Z Downloaded fs_extra v1.3.0
6512024-12-20T21:15:44.087Z Downloaded rfc6979 v0.4.0
6522024-12-20T21:15:44.092Z Downloaded hickory-server v0.24.1
6532024-12-20T21:15:44.095Z Downloaded downcast v0.11.0
6542024-12-20T21:15:44.100Z Downloaded slog-dtrace v0.3.0
6552024-12-20T21:15:44.100Z Downloaded shell-words v1.1.0
6562024-12-20T21:15:44.100Z Downloaded resolv-conf v0.7.0
6572024-12-20T21:15:44.103Z Downloaded percent-encoding v2.3.1
6582024-12-20T21:15:44.103Z Downloaded ref-cast-impl v1.0.23
6592024-12-20T21:15:44.106Z Downloaded primeorder v0.13.6
6602024-12-20T21:15:44.106Z Downloaded sec1 v0.7.3
6612024-12-20T21:15:44.109Z Downloaded num_threads v0.1.7
6622024-12-20T21:15:44.109Z Downloaded normalize-line-endings v0.3.0
6632024-12-20T21:15:44.113Z Downloaded cc v1.1.30
6642024-12-20T21:15:44.116Z Downloaded base64 v0.22.1
6652024-12-20T21:15:44.121Z Downloaded opaque-debug v0.3.1
6662024-12-20T21:15:44.124Z Downloaded http v1.1.0
6672024-12-20T21:15:44.128Z Downloaded progenitor-client v0.8.0
6682024-12-20T21:15:44.128Z Downloaded termios v0.3.3
6692024-12-20T21:15:44.131Z Downloaded nu-ansi-term v0.50.1
6702024-12-20T21:15:44.131Z Downloaded derive-where v1.2.7
6712024-12-20T21:15:44.135Z Downloaded samael v0.0.17
6722024-12-20T21:15:44.141Z Downloaded peg-runtime v0.8.3
6732024-12-20T21:15:44.145Z Downloaded proc-macro-crate v1.3.1
6742024-12-20T21:15:44.145Z Downloaded ecdsa v0.16.9
6752024-12-20T21:15:44.147Z Downloaded termcolor v1.4.1
6762024-12-20T21:15:44.147Z Downloaded fragile v2.0.0
6772024-12-20T21:15:44.154Z Downloaded parse-size v1.1.0
6782024-12-20T21:15:44.158Z Downloaded debug-ignore v1.0.5
6792024-12-20T21:15:44.158Z Downloaded data-encoding v2.6.0
6802024-12-20T21:15:44.167Z Downloaded scheduled-thread-pool v0.2.7
6812024-12-20T21:15:44.170Z Downloaded tracing-core v0.1.32
6822024-12-20T21:15:44.170Z Downloaded publicsuffix v2.2.3
6832024-12-20T21:15:44.173Z Downloaded hash32 v0.2.1
6842024-12-20T21:15:44.187Z Downloaded newtype-uuid v1.1.3
6852024-12-20T21:15:44.187Z Downloaded secrecy v0.8.0
6862024-12-20T21:15:44.187Z Downloaded zip v0.6.6
6872024-12-20T21:15:44.188Z Downloaded tokio-tungstenite v0.21.0
6882024-12-20T21:15:44.191Z Downloaded walkdir v2.5.0
6892024-12-20T21:15:44.191Z Downloaded num-traits v0.2.19
6902024-12-20T21:15:44.191Z Downloaded diesel_table_macro_syntax v0.2.0
6912024-12-20T21:15:44.194Z Downloaded icu_properties v1.5.1
6922024-12-20T21:15:44.197Z Downloaded tokio-rustls v0.26.0
6932024-12-20T21:15:44.200Z Downloaded des v0.8.1
6942024-12-20T21:15:44.200Z Downloaded diesel_derives v2.2.3
6952024-12-20T21:15:44.203Z Downloaded base64 v0.21.7
6962024-12-20T21:15:44.208Z Downloaded foreign-types-shared v0.3.1
6972024-12-20T21:15:44.211Z Downloaded foreign-types-shared v0.1.1
6982024-12-20T21:15:44.211Z Downloaded foreign-types v0.3.2
6992024-12-20T21:15:44.211Z Downloaded slog-bunyan v2.5.0
7002024-12-20T21:15:44.214Z Downloaded newtype_derive v0.1.6
7012024-12-20T21:15:44.217Z Downloaded newline-converter v0.3.0
7022024-12-20T21:15:44.217Z Downloaded new_debug_unreachable v1.0.6
7032024-12-20T21:15:44.217Z Downloaded spki v0.7.3
7042024-12-20T21:15:44.220Z Downloaded schemars_derive v0.8.21
7052024-12-20T21:15:44.224Z Downloaded spin v0.5.2
7062024-12-20T21:15:44.224Z Downloaded fixedbitset v0.4.2
7072024-12-20T21:15:44.224Z Downloaded displaydoc v0.2.5
7082024-12-20T21:15:44.227Z Downloaded tracing v0.1.40
7092024-12-20T21:15:44.231Z Downloaded headers v0.4.0
7102024-12-20T21:15:44.242Z Downloaded tinystr v0.7.6
7112024-12-20T21:15:44.247Z Downloaded tiny-keccak v2.0.2
7122024-12-20T21:15:44.248Z Downloaded time-macros v0.2.18
7132024-12-20T21:15:44.248Z Downloaded utf16_iter v1.0.5
7142024-12-20T21:15:44.252Z Downloaded vergen v8.3.2
7152024-12-20T21:15:44.252Z Downloaded tokio-tungstenite v0.23.1
7162024-12-20T21:15:44.256Z Downloaded signal-hook-tokio v0.3.1
7172024-12-20T21:15:44.256Z Downloaded embedded-io v0.4.0
7182024-12-20T21:15:44.260Z Downloaded pin-project-lite v0.2.14
7192024-12-20T21:15:44.262Z Downloaded display-error-chain v0.2.2
7202024-12-20T21:15:44.268Z Downloaded zerovec-derive v0.10.3
7212024-12-20T21:15:44.268Z Downloaded zone v0.3.0
7222024-12-20T21:15:44.268Z Downloaded toolchain_find v0.4.0
7232024-12-20T21:15:44.273Z Downloaded serde_with_macros v3.11.0
7242024-12-20T21:15:44.273Z Downloaded serde_urlencoded v0.7.1
7252024-12-20T21:15:44.273Z Downloaded form_urlencoded v1.2.1
7262024-12-20T21:15:44.279Z Downloaded foreign-types v0.5.0
7272024-12-20T21:15:44.279Z Downloaded sqlformat v0.2.6
7282024-12-20T21:15:44.279Z Downloaded peg v0.8.4
7292024-12-20T21:15:44.282Z Downloaded signal-hook v0.3.17
7302024-12-20T21:15:44.285Z Downloaded steno v0.4.1
7312024-12-20T21:15:44.289Z Downloaded zerofrom v0.1.4
7322024-12-20T21:15:44.291Z Downloaded rustc_version v0.4.1
7332024-12-20T21:15:44.291Z Downloaded minimal-lexical v0.2.1
7342024-12-20T21:15:44.296Z Downloaded phf_shared v0.10.0
7352024-12-20T21:15:44.300Z Downloaded rand_xorshift v0.3.0
7362024-12-20T21:15:44.300Z Downloaded rusty-fork v0.3.0
7372024-12-20T21:15:44.303Z Downloaded typify v0.2.0
7382024-12-20T21:15:44.305Z Downloaded mirai-annotations v1.12.0
7392024-12-20T21:15:44.305Z Downloaded p256 v0.13.2
7402024-12-20T21:15:44.309Z Downloaded dhcproto v0.12.0
7412024-12-20T21:15:44.312Z Downloaded structmeta-derive v0.3.0
7422024-12-20T21:15:44.315Z Downloaded subtle v2.6.1
7432024-12-20T21:15:44.315Z Downloaded signature v2.2.0
7442024-12-20T21:15:44.318Z Downloaded utf-8 v0.7.6
7452024-12-20T21:15:44.318Z Downloaded crossterm v0.28.1
7462024-12-20T21:15:44.325Z Downloaded tokio-native-tls v0.3.1
7472024-12-20T21:15:44.328Z Downloaded futures-sink v0.3.31
7482024-12-20T21:15:44.332Z Downloaded tokio-macros v2.4.0
7492024-12-20T21:15:44.332Z Downloaded num-rational v0.4.2
7502024-12-20T21:15:44.334Z Downloaded parking_lot v0.11.2
7512024-12-20T21:15:44.338Z Downloaded time-core v0.1.2
7522024-12-20T21:15:44.338Z Downloaded supports-color v3.0.1
7532024-12-20T21:15:44.339Z Downloaded dropshot_endpoint v0.13.0
7542024-12-20T21:15:44.343Z Downloaded pin-project-internal v1.1.6
7552024-12-20T21:15:44.345Z Downloaded write16 v1.0.0
7562024-12-20T21:15:44.346Z Downloaded termtree v0.4.1
7572024-12-20T21:15:44.348Z Downloaded zerofrom-derive v0.1.4
7582024-12-20T21:15:44.348Z Downloaded tls_codec v0.4.1
7592024-12-20T21:15:44.351Z Downloaded endian-type v0.1.2
7602024-12-20T21:15:44.351Z Downloaded postgres-protocol v0.6.7
7612024-12-20T21:15:44.354Z Downloaded rustc-demangle v0.1.24
7622024-12-20T21:15:44.356Z Downloaded tinyvec v1.8.0
7632024-12-20T21:15:44.360Z Downloaded mockall v0.13.0
7642024-12-20T21:15:44.365Z Downloaded futures-executor v0.3.31
7652024-12-20T21:15:44.365Z Downloaded enum-as-inner v0.6.1
7662024-12-20T21:15:44.368Z Downloaded enum-as-inner v0.5.1
7672024-12-20T21:15:44.368Z Downloaded ref-cast v1.0.23
7682024-12-20T21:15:44.370Z Downloaded radium v0.7.0
7692024-12-20T21:15:44.370Z Downloaded r2d2 v0.8.10
7702024-12-20T21:15:44.373Z Downloaded serde_repr v0.1.19
7712024-12-20T21:15:44.375Z Downloaded zerocopy v0.6.6
7722024-12-20T21:15:44.378Z Downloaded rcgen v0.12.1
7732024-12-20T21:15:44.380Z Downloaded quick-error v1.2.3
7742024-12-20T21:15:44.383Z Downloaded zone_cfg_derive v0.1.2
7752024-12-20T21:15:44.383Z Downloaded simd-adler32 v0.3.7
7762024-12-20T21:15:44.386Z Downloaded signal-hook-registry v1.4.2
7772024-12-20T21:15:44.386Z Downloaded sha1 v0.10.6
7782024-12-20T21:15:44.389Z Downloaded thiserror-no-std v2.0.2
7792024-12-20T21:15:44.392Z Downloaded env_logger v0.10.2
7802024-12-20T21:15:44.396Z Downloaded env_filter v0.1.2
7812024-12-20T21:15:44.398Z Downloaded openssl-probe v0.1.5
7822024-12-20T21:15:44.401Z Downloaded postcard v1.0.10
7832024-12-20T21:15:44.401Z Downloaded derive_builder v0.20.2
7842024-12-20T21:15:44.407Z Downloaded xattr v1.3.1
7852024-12-20T21:15:44.410Z Downloaded wyz v0.5.1
7862024-12-20T21:15:44.414Z Downloaded untrusted v0.7.1
7872024-12-20T21:15:44.414Z Downloaded hashlink v0.9.1
7882024-12-20T21:15:44.417Z Downloaded thread_local v1.1.8
7892024-12-20T21:15:44.417Z Downloaded der_derive v0.7.3
7902024-12-20T21:15:44.417Z Downloaded libm v0.2.8
7912024-12-20T21:15:44.427Z Downloaded sync-ptr v0.1.1
7922024-12-20T21:15:44.430Z Downloaded nanorand v0.7.0
7932024-12-20T21:15:44.430Z Downloaded hyper v1.5.0
7942024-12-20T21:15:44.437Z Downloaded rustfmt-wrapper v0.2.1
7952024-12-20T21:15:44.440Z Downloaded russh-cryptovec v0.7.3
7962024-12-20T21:15:44.440Z Downloaded signal-hook-mio v0.2.4
7972024-12-20T21:15:44.443Z Downloaded postgres-types v0.2.8
7982024-12-20T21:15:44.447Z Downloaded topological-sort v0.2.2
7992024-12-20T21:15:44.447Z Downloaded strum_macros v0.24.3
8002024-12-20T21:15:44.450Z Downloaded serde_plain v1.0.2
8012024-12-20T21:15:44.450Z Downloaded which v4.4.2
8022024-12-20T21:15:44.453Z Downloaded tui-tree-widget v0.22.0
8032024-12-20T21:15:44.453Z Downloaded ssh-key v0.6.6
8042024-12-20T21:15:44.460Z Downloaded precomputed-hash v0.1.1
8052024-12-20T21:15:44.464Z Downloaded dhcproto-macros v0.1.0
8062024-12-20T21:15:44.464Z Downloaded derive_builder_macro v0.20.2
8072024-12-20T21:15:44.464Z Downloaded flagset v0.4.6
8082024-12-20T21:15:44.466Z Downloaded ff v0.13.0
8092024-12-20T21:15:44.471Z Downloaded dirs-sys-next v0.1.2
8102024-12-20T21:15:44.471Z Downloaded writeable v0.5.5
8112024-12-20T21:15:44.474Z Downloaded itertools v0.13.0
8122024-12-20T21:15:44.478Z Downloaded pem-rfc7468 v0.7.0
8132024-12-20T21:15:44.481Z Downloaded serde-big-array v0.5.1
8142024-12-20T21:15:44.484Z Downloaded num-derive v0.4.2
8152024-12-20T21:15:44.489Z Downloaded phf_generator v0.11.2
8162024-12-20T21:15:44.489Z Downloaded sync_wrapper v1.0.1
8172024-12-20T21:15:44.492Z Downloaded num-conv v0.1.0
8182024-12-20T21:15:44.492Z Downloaded take_mut v0.2.2
8192024-12-20T21:15:44.492Z Downloaded pkcs8 v0.10.2
8202024-12-20T21:15:44.496Z Downloaded native-tls v0.2.12
8212024-12-20T21:15:44.497Z Downloaded similar v2.6.0
8222024-12-20T21:15:44.500Z Downloaded structmeta v0.2.0
8232024-12-20T21:15:44.503Z Downloaded path-slash v0.1.5
8242024-12-20T21:15:44.503Z Downloaded dirs-next v2.0.0
8252024-12-20T21:15:44.507Z Downloaded unicase v2.7.0
8262024-12-20T21:15:44.507Z Downloaded unarray v0.1.4
8272024-12-20T21:15:44.510Z Downloaded predicates v3.1.2
8282024-12-20T21:15:44.512Z Downloaded same-file v1.0.6
8292024-12-20T21:15:44.512Z Downloaded blake3 v1.5.4
8302024-12-20T21:15:44.521Z Downloaded yoke-derive v0.7.4
8312024-12-20T21:15:44.526Z Downloaded number_prefix v0.4.0
8322024-12-20T21:15:44.526Z Downloaded rustversion v1.0.17
8332024-12-20T21:15:44.529Z Downloaded psl-types v2.0.11
8342024-12-20T21:15:44.529Z Downloaded defmt-parser v0.3.4
8352024-12-20T21:15:44.529Z Downloaded rand v0.8.5
8362024-12-20T21:15:44.532Z Downloaded quinn v0.11.5
8372024-12-20T21:15:44.536Z Downloaded unicode-xid v0.2.6
8382024-12-20T21:15:44.539Z Downloaded paste v1.0.15
8392024-12-20T21:15:44.542Z Downloaded parking_lot_core v0.9.10
8402024-12-20T21:15:44.545Z Downloaded fxhash v0.2.1
8412024-12-20T21:15:44.545Z Downloaded slog-json v2.6.1
8422024-12-20T21:15:44.549Z Downloaded parse-zoneinfo v0.3.1
8432024-12-20T21:15:44.551Z Downloaded tap v1.0.1
8442024-12-20T21:15:44.551Z Downloaded peg-macros v0.8.4
8452024-12-20T21:15:44.554Z Downloaded gethostname v0.5.0
8462024-12-20T21:15:44.554Z Downloaded mockall_derive v0.13.0
8472024-12-20T21:15:44.560Z Downloaded slog-envlogger v2.2.0
8482024-12-20T21:15:44.560Z Downloaded russh-keys v0.45.0
8492024-12-20T21:15:44.566Z Downloaded phf_shared v0.11.2
8502024-12-20T21:15:44.566Z Downloaded tar v0.4.42
8512024-12-20T21:15:44.572Z Downloaded fd-lock v4.0.2
8522024-12-20T21:15:44.572Z Downloaded difflib v0.4.0
8532024-12-20T21:15:44.572Z Downloaded p521 v0.13.3
8542024-12-20T21:15:44.576Z Downloaded darling_macro v0.20.10
8552024-12-20T21:15:44.576Z Downloaded oso-derive v0.27.3
8562024-12-20T21:15:44.576Z Downloaded uuid v1.11.0
8572024-12-20T21:15:44.579Z Downloaded num-iter v0.1.45
8582024-12-20T21:15:44.579Z Downloaded float-ord v0.3.2
8592024-12-20T21:15:44.582Z Downloaded siphasher v0.3.11
8602024-12-20T21:15:44.582Z Downloaded zip v2.1.3
8612024-12-20T21:15:44.586Z Downloaded derive_builder_core v0.20.2
8622024-12-20T21:15:44.589Z Downloaded rtoolbox v0.0.2
8632024-12-20T21:15:44.591Z Downloaded zeroize v1.8.1
8642024-12-20T21:15:44.591Z Downloaded futures-core v0.3.31
8652024-12-20T21:15:44.595Z Downloaded powerfmt v0.2.0
8662024-12-20T21:15:44.595Z Downloaded miniz_oxide v0.8.0
8672024-12-20T21:15:44.598Z Downloaded salty v0.3.0
8682024-12-20T21:15:44.605Z Downloaded rpassword v7.3.1
8692024-12-20T21:15:44.608Z Downloaded fallible-streaming-iterator v0.1.9
8702024-12-20T21:15:44.608Z Downloaded structmeta v0.3.0
8712024-12-20T21:15:44.608Z Downloaded fallible-iterator v0.3.0
8722024-12-20T21:15:44.611Z Downloaded aws-lc-rs v1.10.0
8732024-12-20T21:15:44.618Z Downloaded num-complex v0.4.6
8742024-12-20T21:15:44.621Z Downloaded twox-hash v1.6.3
8752024-12-20T21:15:44.624Z Downloaded tungstenite v0.21.0
8762024-12-20T21:15:44.627Z Downloaded smf v0.2.3
8772024-12-20T21:15:44.627Z Downloaded strum_macros v0.25.3
8782024-12-20T21:15:44.630Z Downloaded packed_struct_codegen v0.10.1
8792024-12-20T21:15:44.633Z Downloaded diff v0.1.13
8802024-12-20T21:15:44.636Z Downloaded derive_more v0.99.18
8812024-12-20T21:15:44.638Z Downloaded pkg-config v0.3.31
8822024-12-20T21:15:44.643Z Downloaded parse-display v0.10.0
8832024-12-20T21:15:44.643Z Downloaded serde_yaml v0.9.34+deprecated
8842024-12-20T21:15:44.646Z Downloaded typify-macro v0.2.0
8852024-12-20T21:15:44.647Z Downloaded slog-scope v4.4.0
8862024-12-20T21:15:44.650Z Downloaded utf8_iter v1.0.4
8872024-12-20T21:15:44.650Z Downloaded der v0.7.9
8882024-12-20T21:15:44.654Z Downloaded semver v0.1.20
8892024-12-20T21:15:44.658Z Downloaded bindgen v0.69.5
8902024-12-20T21:15:44.662Z Downloaded password-hash v0.5.0
8912024-12-20T21:15:44.667Z Downloaded rsa v0.9.6
8922024-12-20T21:15:44.670Z Downloaded pkcs5 v0.7.1
8932024-12-20T21:15:44.674Z Downloaded defmt-macros v0.3.9
8942024-12-20T21:15:44.677Z Downloaded subprocess v0.2.9
8952024-12-20T21:15:44.679Z Downloaded strum_macros v0.26.4
8962024-12-20T21:15:44.682Z Downloaded glob v0.3.1
8972024-12-20T21:15:44.685Z Downloaded fatfs v0.3.6
8982024-12-20T21:15:44.688Z Downloaded pin-project v1.1.6
8992024-12-20T21:15:44.699Z Downloaded rustls-pemfile v2.2.0
9002024-12-20T21:15:44.702Z Downloaded parking_lot_core v0.8.6
9012024-12-20T21:15:44.705Z Downloaded x509-cert v0.2.5
9022024-12-20T21:15:44.709Z Downloaded futures-channel v0.3.31
9032024-12-20T21:15:44.712Z Downloaded bitvec v1.0.1
9042024-12-20T21:15:44.730Z Downloaded zopfli v0.8.1
9052024-12-20T21:15:44.740Z Downloaded omicron-zone-package v0.11.1
9062024-12-20T21:15:44.740Z Downloaded oso v0.27.3
9072024-12-20T21:15:44.744Z Downloaded hashbrown v0.12.3
9082024-12-20T21:15:44.744Z Downloaded getrandom v0.2.15
9092024-12-20T21:15:44.744Z Downloaded tungstenite v0.24.0
9102024-12-20T21:15:44.747Z Downloaded tungstenite v0.23.0
9112024-12-20T21:15:44.750Z Downloaded ron v0.7.1
9122024-12-20T21:15:44.755Z Downloaded socket2 v0.5.7
9132024-12-20T21:15:44.758Z Downloaded icu_properties_data v1.5.0
9142024-12-20T21:15:44.768Z Downloaded openssl-sys v0.9.103
9152024-12-20T21:15:44.773Z Downloaded tokio-util v0.7.12
9162024-12-20T21:15:44.781Z Downloaded ron v0.8.1
9172024-12-20T21:15:44.787Z Downloaded zerocopy v0.8.10
9182024-12-20T21:15:44.813Z Downloaded unicode-bidi v0.3.17
9192024-12-20T21:15:44.816Z Downloaded darling_core v0.20.10
9202024-12-20T21:15:44.819Z Downloaded tough v0.19.0
9212024-12-20T21:15:44.827Z Downloaded zerocopy-derive v0.8.10
9222024-12-20T21:15:44.833Z Downloaded flate2 v1.0.34
9232024-12-20T21:15:44.839Z Downloaded rustyline v14.0.0
9242024-12-20T21:15:44.844Z Downloaded num-bigint v0.4.6
9252024-12-20T21:15:44.849Z Downloaded hashbrown v0.14.5
9262024-12-20T21:15:44.854Z Downloaded rustls-pki-types v1.10.0
9272024-12-20T21:15:44.858Z Downloaded nom v7.1.3
9282024-12-20T21:15:44.863Z Downloaded rustls-webpki v0.102.8
9292024-12-20T21:15:44.881Z Downloaded qorb v0.2.1
9302024-12-20T21:15:44.887Z Downloaded zerovec v0.10.4
9312024-12-20T21:15:44.891Z Downloaded idna v0.5.0
9322024-12-20T21:15:44.898Z Downloaded idna v0.4.0
9332024-12-20T21:15:44.905Z Downloaded typed-path v0.9.3
9342024-12-20T21:15:44.911Z Downloaded num-bigint-dig v0.8.4
9352024-12-20T21:15:44.916Z Downloaded regex v1.11.1
9362024-12-20T21:15:44.930Z Downloaded russh v0.45.0
9372024-12-20T21:15:44.935Z Downloaded smoltcp v0.9.1
9382024-12-20T21:15:44.983Z Downloaded trust-dns-proto v0.22.0
9392024-12-20T21:15:44.983Z Downloaded unicode-normalization v0.1.24
9402024-12-20T21:15:44.983Z Downloaded regress v0.9.1
9412024-12-20T21:15:44.983Z Downloaded quinn-proto v0.11.8
9422024-12-20T21:15:44.986Z Downloaded quick-xml v0.33.0
9432024-12-20T21:15:44.986Z Downloaded proptest v1.5.0
9442024-12-20T21:15:44.994Z Downloaded futures-util v0.3.31
9452024-12-20T21:15:45.006Z Downloaded gimli v0.31.1
9462024-12-20T21:15:45.060Z Downloaded smoltcp v0.11.0
9472024-12-20T21:15:45.092Z Downloaded rustls-webpki v0.101.7
9482024-12-20T21:15:45.092Z Downloaded polar-core v0.27.3
9492024-12-20T21:15:45.092Z Downloaded rustls v0.23.19
9502024-12-20T21:15:45.092Z Downloaded radix_trie v0.2.1
9512024-12-20T21:15:45.120Z Downloaded dropshot v0.13.0
9522024-12-20T21:15:45.120Z Downloaded git2 v0.19.0
9532024-12-20T21:15:45.121Z Downloaded object v0.30.4
9542024-12-20T21:15:45.137Z Downloaded rustls v0.21.12
9552024-12-20T21:15:45.137Z Downloaded unicode-width v0.2.0
9562024-12-20T21:15:45.137Z Downloaded regress v0.10.1
9572024-12-20T21:15:45.181Z Downloaded openapiv3 v2.0.0
9582024-12-20T21:15:45.181Z Downloaded rustls v0.22.4
9592024-12-20T21:15:45.196Z Downloaded nix v0.28.0
9602024-12-20T21:15:45.196Z Downloaded diesel v2.2.6
9612024-12-20T21:15:45.196Z Downloaded object v0.36.5
9622024-12-20T21:15:45.215Z Downloaded ratatui v0.28.1
9632024-12-20T21:15:45.244Z Downloaded nix v0.29.0
9642024-12-20T21:15:45.265Z Downloaded zerocopy-derive v0.6.6
9652024-12-20T21:15:45.265Z Downloaded openssl v0.10.66
9662024-12-20T21:15:45.291Z Downloaded sled v0.34.7
9672024-12-20T21:15:45.291Z Downloaded typify-impl v0.2.0
9682024-12-20T21:15:45.316Z Downloaded bzip2-sys v0.1.11+1.0.8
9692024-12-20T21:15:45.316Z Downloaded dropshot v0.12.0
9702024-12-20T21:15:45.341Z Downloaded regex-syntax v0.8.5
9712024-12-20T21:15:45.341Z Downloaded bstr v1.10.0
9722024-12-20T21:15:45.382Z Downloaded hickory-proto v0.24.1
9732024-12-20T21:15:45.383Z Downloaded chrono-tz v0.10.0
9742024-12-20T21:15:45.395Z Downloaded regex-automata v0.4.8
9752024-12-20T21:15:45.395Z Downloaded petgraph v0.6.5
9762024-12-20T21:15:45.395Z Downloaded webpki-roots v0.26.6
9772024-12-20T21:15:45.395Z Downloaded regex-syntax v0.6.29
9782024-12-20T21:15:45.408Z Downloaded idna v0.3.0
9792024-12-20T21:15:45.409Z Downloaded petname v2.0.2
9802024-12-20T21:15:45.433Z Downloaded nix v0.27.1
9812024-12-20T21:15:45.463Z Downloaded tokio v1.40.0
9822024-12-20T21:15:45.522Z Downloaded lzma-sys v0.1.20
9832024-12-20T21:15:45.708Z Downloaded csv v1.3.0
9842024-12-20T21:15:45.708Z Downloaded vcpkg v0.2.15
9852024-12-20T21:15:45.708Z Downloaded sha3 v0.10.8
9862024-12-20T21:15:45.708Z Downloaded p384 v0.13.0
9872024-12-20T21:15:45.708Z Downloaded idna v0.2.3
9882024-12-20T21:15:45.708Z Downloaded libz-sys v1.1.20
9892024-12-20T21:15:45.900Z Downloaded winnow v0.5.40
9902024-12-20T21:15:45.900Z Downloaded sqlparser v0.45.0
9912024-12-20T21:15:45.900Z Downloaded flume v0.11.1
9922024-12-20T21:15:45.900Z Downloaded unicode_categories v0.1.1
9932024-12-20T21:15:45.900Z Downloaded curve25519-dalek v4.1.3
9942024-12-20T21:15:45.901Z Downloaded portable-atomic v1.9.0
9952024-12-20T21:15:45.901Z Downloaded lalrpop v0.19.12
9962024-12-20T21:15:45.901Z Downloaded h2 v0.4.6
9972024-12-20T21:15:45.901Z Downloaded reqwest v0.12.9
9982024-12-20T21:15:45.901Z Downloaded hashbrown v0.13.2
9992024-12-20T21:15:45.901Z Downloaded time v0.3.36
10002024-12-20T21:15:45.901Z Downloaded serde_with v3.11.0
10012024-12-20T21:15:45.901Z Downloaded structmeta-derive v0.2.0
10022024-12-20T21:15:45.901Z Downloaded mio v1.0.2
10032024-12-20T21:15:45.901Z Downloaded reedline v0.35.0
10042024-12-20T21:15:45.901Z Downloaded chrono v0.4.38
10052024-12-20T21:15:45.901Z Downloaded fallible-iterator v0.2.0
10062024-12-20T21:15:45.901Z Downloaded snafu-derive v0.8.5
10072024-12-20T21:15:45.901Z Downloaded yoke v0.7.4
10082024-12-20T21:15:45.901Z Downloaded yasna v0.5.2
10092024-12-20T21:15:45.901Z Downloaded whoami v1.5.2
10102024-12-20T21:15:45.901Z Downloaded slog v2.7.0
10112024-12-20T21:15:45.901Z Downloaded toml_edit v0.19.15
10122024-12-20T21:15:45.901Z Downloaded rayon v1.10.0
10132024-12-20T21:15:45.901Z Downloaded rusqlite v0.32.1
10142024-12-20T21:15:45.901Z Downloaded ppv-lite86 v0.2.20
10152024-12-20T21:15:45.901Z Downloaded zeroize_derive v1.4.2
10162024-12-20T21:15:45.902Z Downloaded env_logger v0.11.5
10172024-12-20T21:15:45.902Z Downloaded expectorate v1.1.0
10182024-12-20T21:15:45.902Z Downloaded snafu v0.8.5
10192024-12-20T21:15:45.902Z Downloaded elliptic-curve v0.13.8
10202024-12-20T21:15:45.902Z Downloaded globset v0.4.15
10212024-12-20T21:15:45.902Z Downloaded scrypt v0.11.0
10222024-12-20T21:15:45.902Z Downloaded scopeguard v1.2.0
10232024-12-20T21:15:45.902Z Downloaded phf_codegen v0.11.2
10242024-12-20T21:15:45.902Z Downloaded parse-display-derive v0.10.0
10252024-12-20T21:15:45.902Z Downloaded url v2.5.3
10262024-12-20T21:15:45.902Z Downloaded unicode-segmentation v1.12.0
10272024-12-20T21:15:45.902Z Downloaded idna v1.0.3
10282024-12-20T21:15:45.902Z Downloaded serde_path_to_error v0.1.16
10292024-12-20T21:15:45.902Z Downloaded libxml v0.3.3
10302024-12-20T21:15:45.902Z Downloaded nodrop v0.1.14
10312024-12-20T21:15:45.902Z Downloaded nibble_vec v0.1.0
10322024-12-20T21:15:45.902Z Downloaded ena v0.14.3
10332024-12-20T21:15:45.902Z Downloaded embedded-io v0.6.1
10342024-12-20T21:15:45.902Z Downloaded password-hash v0.4.2
10352024-12-20T21:15:45.902Z Downloaded owo-colors v4.1.0
10362024-12-20T21:15:45.902Z Downloaded itertools v0.12.1
10372024-12-20T21:15:45.902Z Downloaded parking_lot v0.12.3
10382024-12-20T21:15:45.903Z Downloaded futures v0.3.31
10392024-12-20T21:15:45.903Z Downloaded num_enum v0.5.11
10402024-12-20T21:15:45.903Z Downloaded dropshot_endpoint v0.12.0
10412024-12-20T21:15:45.903Z Downloaded strum v0.26.3
10422024-12-20T21:15:45.903Z Downloaded tokio-tungstenite v0.24.0
10432024-12-20T21:15:45.903Z Downloaded aho-corasick v1.1.3
10442024-12-20T21:15:45.903Z Downloaded sct v0.7.1
10452024-12-20T21:15:46.065Z Downloaded encoding_rs v0.8.34
10462024-12-20T21:15:46.065Z Downloaded rand_seeder v0.3.0
10472024-12-20T21:15:46.065Z Downloaded tokio-postgres v0.7.12
10482024-12-20T21:15:46.065Z Downloaded itertools v0.10.5
10492024-12-20T21:15:46.065Z Downloaded spin v0.9.8
10502024-12-20T21:15:46.065Z Downloaded schemars v0.8.21
10512024-12-20T21:15:46.065Z Downloaded pbkdf2 v0.12.2
10522024-12-20T21:15:46.065Z Downloaded num_enum_derive v0.5.11
10532024-12-20T21:15:46.065Z Downloaded foldhash v0.1.3
10542024-12-20T21:15:46.065Z Downloaded half v2.4.1
10552024-12-20T21:15:46.065Z Downloaded slog-async v2.8.0
10562024-12-20T21:15:46.065Z Downloaded zone v0.1.8
10572024-12-20T21:15:46.065Z Downloaded untrusted v0.9.0
10582024-12-20T21:15:46.065Z Downloaded pkcs1 v0.7.5
10592024-12-20T21:15:46.065Z Downloaded value-bag v1.9.0
10602024-12-20T21:15:46.065Z Downloaded unicode-properties v0.1.3
10612024-12-20T21:15:46.065Z Downloaded ed25519-dalek v2.1.1
10622024-12-20T21:15:46.065Z Downloaded libgit2-sys v0.17.0+1.8.1
10632024-12-20T21:15:46.065Z Downloaded tokio-rustls v0.24.1
10642024-12-20T21:15:46.066Z Downloaded aes-gcm v0.10.3
10652024-12-20T21:15:46.066Z Downloaded thiserror-impl-no-std v2.0.2
10662024-12-20T21:15:46.066Z Downloaded num-integer v0.1.46
10672024-12-20T21:15:46.066Z Downloaded rayon-core v1.12.1
10682024-12-20T21:15:46.066Z Downloaded rustc_version v0.1.7
10692024-12-20T21:15:46.066Z Downloaded rustc-hash v1.1.0
10702024-12-20T21:15:46.066Z Downloaded pin-utils v0.1.0
10712024-12-20T21:15:46.066Z Downloaded aes v0.8.4
10722024-12-20T21:15:46.066Z Downloaded progenitor-macro v0.8.0
10732024-12-20T21:15:46.066Z Downloaded predicates-tree v1.0.11
10742024-12-20T21:15:46.066Z Downloaded predicates-core v1.0.8
10752024-12-20T21:15:46.066Z Downloaded pem v3.0.4
10762024-12-20T21:15:46.067Z Downloaded vte v0.11.1
10772024-12-20T21:15:46.068Z Downloaded vsss-rs v3.3.4
10782024-12-20T21:15:46.068Z Downloaded tokio-stream v0.1.16
10792024-12-20T21:15:46.068Z Downloaded term v0.7.0
10802024-12-20T21:15:46.068Z Downloaded ssh-cipher v0.2.0
10812024-12-20T21:15:46.068Z Downloaded group v0.13.0
10822024-12-20T21:15:46.068Z Downloaded futures-macro v0.3.31
10832024-12-20T21:15:46.068Z Downloaded futures-io v0.3.31
10842024-12-20T21:15:46.068Z Downloaded filetime v0.2.25
10852024-12-20T21:15:46.198Z Downloaded strip-ansi-escapes v0.2.0
10862024-12-20T21:15:46.199Z Downloaded string_cache v0.8.7
10872024-12-20T21:15:46.199Z Downloaded poly1305 v0.8.0
10882024-12-20T21:15:46.199Z Downloaded unsafe-libyaml v0.2.11
10892024-12-20T21:15:46.199Z Downloaded unicode-truncate v1.1.0
10902024-12-20T21:15:46.199Z Downloaded stringprep v0.1.5
10912024-12-20T21:15:46.199Z Downloaded crossbeam-channel v0.5.13
10922024-12-20T21:15:46.199Z Downloaded bumpalo v3.16.0
10932024-12-20T21:15:46.199Z Downloaded toml v0.7.8
10942024-12-20T21:15:46.199Z Downloaded test-strategy v0.3.1
10952024-12-20T21:15:46.200Z Downloaded polyval v0.6.2
10962024-12-20T21:15:46.200Z Downloaded multimap v0.10.0
10972024-12-20T21:15:46.200Z Downloaded multer v3.1.0
10982024-12-20T21:15:46.200Z Downloaded indicatif v0.17.9
10992024-12-20T21:15:46.200Z Downloaded indexmap v1.9.3
11002024-12-20T21:15:46.201Z Downloaded icu_provider v1.5.0
11012024-12-20T21:15:46.201Z Downloaded icu_normalizer_data v1.5.0
11022024-12-20T21:15:46.201Z Downloaded prettyplease v0.2.25
11032024-12-20T21:15:46.201Z Downloaded pbkdf2 v0.11.0
11042024-12-20T21:15:46.201Z Downloaded defmt v0.3.8
11052024-12-20T21:15:46.201Z Downloaded mime_guess v2.0.5
11062024-12-20T21:15:46.201Z Downloaded backtrace v0.3.74
11072024-12-20T21:15:46.201Z Downloaded crypto-bigint v0.5.5
11082024-12-20T21:15:46.201Z Downloaded const_format v0.2.33
11092024-12-20T21:15:46.201Z Downloaded hickory-resolver v0.24.1
11102024-12-20T21:15:46.201Z Downloaded progenitor-impl v0.8.0
11112024-12-20T21:15:46.202Z Downloaded chacha20poly1305 v0.10.1
11122024-12-20T21:15:46.202Z Downloaded icu_locid_transform_data v1.5.0
11132024-12-20T21:15:46.202Z Downloaded compact_str v0.8.0
11142024-12-20T21:15:46.202Z Downloaded ghash v0.5.1
11152024-12-20T21:15:46.202Z Downloaded memmap2 v0.9.5
11162024-12-20T21:15:46.202Z Downloaded libloading v0.8.5
11172024-12-20T21:15:46.202Z Downloaded md-5 v0.10.6
11182024-12-20T21:15:46.202Z Downloaded lalrpop-util v0.19.12
11192024-12-20T21:15:46.202Z Downloaded ssh-encoding v0.2.0
11202024-12-20T21:15:46.202Z Downloaded maplit v1.0.2
11212024-12-20T21:15:46.203Z Downloaded managed v0.8.0
11222024-12-20T21:15:46.203Z Downloaded lru v0.12.5
11232024-12-20T21:15:46.203Z Downloaded libsw v3.3.1
11242024-12-20T21:15:46.203Z Downloaded instability v0.3.2
11252024-12-20T21:15:46.203Z Downloaded slog-stdlog v4.1.1
11262024-12-20T21:15:46.203Z Downloaded lazy_static v1.5.0
11272024-12-20T21:15:46.204Z Downloaded shlex v1.3.0
11282024-12-20T21:15:46.204Z Downloaded lru-cache v0.1.2
11292024-12-20T21:15:46.204Z Downloaded linear-map v1.2.0
11302024-12-20T21:15:46.204Z Downloaded libefi-sys v0.1.0
11312024-12-20T21:15:46.204Z Downloaded crossbeam-utils v0.8.20
11322024-12-20T21:15:46.204Z Downloaded arc-swap v1.7.1
11332024-12-20T21:15:46.204Z Downloaded allocator-api2 v0.2.18
11342024-12-20T21:15:46.204Z Downloaded linked-hash-map v0.5.6
11352024-12-20T21:15:46.204Z Downloaded kstat-rs v0.2.4
11362024-12-20T21:15:46.204Z Downloaded indoc v1.0.9
11372024-12-20T21:15:46.204Z Downloaded crossbeam-epoch v0.9.18
11382024-12-20T21:15:46.205Z Downloaded lazycell v1.3.0
11392024-12-20T21:15:46.205Z Downloaded hyper-rustls v0.27.3
11402024-12-20T21:15:46.205Z Downloaded internet-checksum v0.2.1
11412024-12-20T21:15:46.205Z Downloaded inout v0.1.3
11422024-12-20T21:15:46.205Z Downloaded indent_write v2.2.0
11432024-12-20T21:15:46.205Z Downloaded idna_adapter v1.2.0
11442024-12-20T21:15:46.205Z Downloaded clang-sys v1.8.1
11452024-12-20T21:15:46.205Z Downloaded const-oid v0.9.6
11462024-12-20T21:15:46.205Z Downloaded ahash v0.8.11
11472024-12-20T21:15:46.205Z Downloaded icu_locid v1.5.0
11482024-12-20T21:15:46.205Z Downloaded cassowary v0.3.0
11492024-12-20T21:15:46.206Z Downloaded bcs v0.1.6
11502024-12-20T21:15:46.206Z Downloaded base64ct v1.6.0
11512024-12-20T21:15:46.206Z Downloaded home v0.5.9
11522024-12-20T21:15:46.206Z Downloaded addr2line v0.24.2
11532024-12-20T21:15:46.206Z Downloaded crossbeam-deque v0.8.5
11542024-12-20T21:15:46.206Z Downloaded convert_case v0.4.0
11552024-12-20T21:15:46.206Z Downloaded constant_time_eq v0.3.1
11562024-12-20T21:15:46.206Z Downloaded bitflags v1.3.2
11572024-12-20T21:15:46.206Z Downloaded bit-set v0.5.3
11582024-12-20T21:15:46.207Z Downloaded block-padding v0.3.3
11592024-12-20T21:15:46.207Z Downloaded bitfield v0.14.0
11602024-12-20T21:15:46.207Z Downloaded base16ct v0.2.0
11612024-12-20T21:15:46.207Z Downloaded ciborium-ll v0.2.2
11622024-12-20T21:15:46.207Z Downloaded bcrypt-pbkdf v0.10.0
11632024-12-20T21:15:46.207Z Downloaded bb8 v0.8.5
11642024-12-20T21:15:46.207Z Downloaded atomic-waker v1.1.2
11652024-12-20T21:15:46.313Z Downloaded ring v0.17.8
11662024-12-20T21:15:46.488Z Downloaded libsqlite3-sys v0.30.1
11672024-12-20T21:15:46.533Z Downloaded ring v0.16.20
11682024-12-20T21:15:46.735Z Downloaded aws-lc-sys v0.22.0
11692024-12-20T21:15:46.976Z Compiling serde v1.0.215
11702024-12-20T21:15:46.990Z Compiling lock_api v0.4.12
11712024-12-20T21:15:46.990Z Compiling scopeguard v1.2.0
11722024-12-20T21:15:46.990Z Compiling value-bag v1.9.0
11732024-12-20T21:15:46.990Z Compiling typenum v1.17.0
11742024-12-20T21:15:47.134Z Compiling generic-array v0.14.7
11752024-12-20T21:15:47.195Z Compiling syn v2.0.87
11762024-12-20T21:15:47.204Z Compiling getrandom v0.2.15
11772024-12-20T21:15:47.257Z Compiling subtle v2.6.1
11782024-12-20T21:15:47.485Z Compiling rand_core v0.6.4
11792024-12-20T21:15:47.585Z Compiling log v0.4.22
11802024-12-20T21:15:47.673Z Compiling shlex v1.3.0
11812024-12-20T21:15:47.693Z Compiling jobserver v0.1.32
11822024-12-20T21:15:47.754Z Compiling smallvec v1.13.2
11832024-12-20T21:15:48.033Z Compiling const-oid v0.9.6
11842024-12-20T21:15:48.051Z Compiling spin v0.9.8
11852024-12-20T21:15:48.102Z Compiling cc v1.1.30
11862024-12-20T21:15:48.202Z Compiling pin-project-lite v0.2.14
11872024-12-20T21:15:48.334Z Compiling rustix v0.38.37
11882024-12-20T21:15:48.502Z Compiling parking_lot_core v0.9.10
11892024-12-20T21:15:48.524Z Compiling futures-core v0.3.31
11902024-12-20T21:15:48.681Z Compiling signal-hook-registry v1.4.2
11912024-12-20T21:15:48.785Z Compiling mio v1.0.2
11922024-12-20T21:15:49.203Z Compiling aho-corasick v1.1.3
11932024-12-20T21:15:49.528Z Compiling parking_lot v0.12.3
11942024-12-20T21:15:49.583Z Compiling cpufeatures v0.2.14
11952024-12-20T21:15:49.685Z Compiling regex-syntax v0.8.5
11962024-12-20T21:15:49.853Z Compiling lazy_static v1.5.0
11972024-12-20T21:15:49.991Z Compiling either v1.13.0
11982024-12-20T21:15:49.993Z Compiling stable_deref_trait v1.2.0
11992024-12-20T21:15:49.994Z Compiling futures-sink v0.3.31
12002024-12-20T21:15:50.186Z Compiling glob v0.3.1
12012024-12-20T21:15:50.330Z Compiling socket2 v0.5.7
12022024-12-20T21:15:50.342Z Compiling slab v0.4.9
12032024-12-20T21:15:50.470Z Compiling prettyplease v0.2.25
12042024-12-20T21:15:50.856Z Compiling minimal-lexical v0.2.1
12052024-12-20T21:15:51.167Z Compiling libloading v0.8.5
12062024-12-20T21:15:51.277Z Compiling clang-sys v1.8.1
12072024-12-20T21:15:51.320Z Compiling nom v7.1.3
12082024-12-20T21:15:51.394Z Compiling bindgen v0.69.5
12092024-12-20T21:15:51.588Z Compiling home v0.5.9
12102024-12-20T21:15:51.871Z Compiling serde_json v1.0.132
12112024-12-20T21:15:52.221Z Compiling itertools v0.10.5
12122024-12-20T21:15:52.238Z Compiling futures-channel v0.3.31
12132024-12-20T21:15:52.501Z Compiling futures-io v0.3.31
12142024-12-20T21:15:52.658Z Compiling allocator-api2 v0.2.18
12152024-12-20T21:15:52.838Z Compiling lazycell v1.3.0
12162024-12-20T21:15:53.023Z Compiling pin-utils v0.1.0
12172024-12-20T21:15:53.126Z Compiling rustc-hash v1.1.0
12182024-12-20T21:15:53.277Z Compiling foldhash v0.1.3
12192024-12-20T21:15:53.530Z Compiling regex-automata v0.4.8
12202024-12-20T21:15:53.573Z Compiling futures-task v0.3.31
12212024-12-20T21:15:53.888Z Compiling hashbrown v0.15.1
12222024-12-20T21:15:54.902Z Compiling synstructure v0.13.1
12232024-12-20T21:15:55.141Z Compiling cexpr v0.6.0
12242024-12-20T21:15:55.221Z Compiling cmake v0.1.51
12252024-12-20T21:15:56.282Z Compiling tinyvec_macros v0.1.1
12262024-12-20T21:15:56.376Z Compiling pkg-config v0.3.31
12272024-12-20T21:15:56.482Z Compiling dunce v1.0.5
12282024-12-20T21:15:56.615Z Compiling libm v0.2.8
12292024-12-20T21:15:56.656Z Compiling fs_extra v1.3.0
12302024-12-20T21:15:56.958Z Compiling tinyvec v1.8.0
12312024-12-20T21:15:56.981Z Compiling num-traits v0.2.19
12322024-12-20T21:15:57.491Z Compiling ring v0.17.8
12332024-12-20T21:15:57.898Z Compiling litemap v0.7.3
12342024-12-20T21:15:58.195Z Compiling paste v1.0.15
12352024-12-20T21:15:58.301Z Compiling writeable v0.5.5
12362024-12-20T21:15:58.454Z Compiling unicode-normalization v0.1.24
12372024-12-20T21:15:58.606Z Compiling unicode-bidi v0.3.17
12382024-12-20T21:15:58.669Z Compiling base64ct v1.6.0
12392024-12-20T21:15:59.259Z Compiling regex v1.11.1
12402024-12-20T21:15:59.564Z Compiling pem-rfc7468 v0.7.0
12412024-12-20T21:16:00.030Z Compiling aws-lc-rs v1.10.0
12422024-12-20T21:16:00.284Z Compiling httparse v1.9.5
12432024-12-20T21:16:00.315Z Compiling flagset v0.4.6
12442024-12-20T21:16:00.514Z Compiling tracing-core v0.1.32
12452024-12-20T21:16:00.703Z Compiling icu_locid_transform_data v1.5.0
12462024-12-20T21:16:00.827Z Compiling crossbeam-utils v0.8.20
12472024-12-20T21:16:01.115Z Compiling rustls-pki-types v1.10.0
12482024-12-20T21:16:01.419Z Compiling percent-encoding v2.3.1
12492024-12-20T21:16:01.771Z Compiling mirai-annotations v1.12.0
12502024-12-20T21:16:01.790Z Compiling serde_derive v1.0.215
12512024-12-20T21:16:01.902Z Compiling zeroize_derive v1.4.2
12522024-12-20T21:16:01.955Z Compiling zerocopy-derive v0.7.35
12532024-12-20T21:16:02.246Z Compiling tokio-macros v2.4.0
12542024-12-20T21:16:02.385Z Compiling zerofrom-derive v0.1.4
12552024-12-20T21:16:03.451Z Compiling zeroize v1.8.1
12562024-12-20T21:16:03.825Z Compiling yoke-derive v0.7.4
12572024-12-20T21:16:04.063Z Compiling thiserror-impl v1.0.69
12582024-12-20T21:16:04.288Z Compiling zerocopy v0.7.35
12592024-12-20T21:16:04.583Z Compiling zerovec-derive v0.10.3
12602024-12-20T21:16:05.194Z Compiling crypto-common v0.1.6
12612024-12-20T21:16:05.444Z Compiling block-buffer v0.10.4
12622024-12-20T21:16:05.715Z Compiling digest v0.10.7
12632024-12-20T21:16:05.971Z Compiling futures-macro v0.3.31
12642024-12-20T21:16:06.257Z Compiling hmac v0.12.1
12652024-12-20T21:16:06.395Z Compiling block-padding v0.3.3
12662024-12-20T21:16:06.525Z Compiling displaydoc v0.2.5
12672024-12-20T21:16:06.545Z Compiling zerofrom v0.1.4
12682024-12-20T21:16:06.650Z Compiling inout v0.1.3
12692024-12-20T21:16:06.784Z Compiling sha2 v0.10.8
12702024-12-20T21:16:06.929Z Compiling cipher v0.4.4
12712024-12-20T21:16:07.002Z Compiling yoke v0.7.4
12722024-12-20T21:16:07.360Z Compiling zerovec v0.10.4
12732024-12-20T21:16:07.386Z Compiling ppv-lite86 v0.2.20
12742024-12-20T21:16:07.456Z Compiling icu_provider_macros v1.5.0
12752024-12-20T21:16:07.478Z Compiling thiserror v1.0.69
12762024-12-20T21:16:07.613Z Compiling der_derive v0.7.3
12772024-12-20T21:16:07.902Z Compiling futures-util v0.3.31
12782024-12-20T21:16:08.177Z Compiling tracing-attributes v0.1.27
12792024-12-20T21:16:08.250Z Compiling rand_chacha v0.3.1
12802024-12-20T21:16:08.769Z Compiling pest v2.7.14
12812024-12-20T21:16:09.557Z Compiling tinystr v0.7.6
12822024-12-20T21:16:09.971Z Compiling icu_locid v1.5.0
12832024-12-20T21:16:10.124Z Compiling der v0.7.9
12842024-12-20T21:16:10.241Z Compiling icu_collections v1.5.0
12852024-12-20T21:16:10.595Z Compiling rand v0.8.5
12862024-12-20T21:16:11.660Z Compiling icu_provider v1.5.0
12872024-12-20T21:16:11.821Z Compiling salsa20 v0.10.2
12882024-12-20T21:16:12.030Z Compiling pbkdf2 v0.12.2
12892024-12-20T21:16:12.100Z Compiling tracing v0.1.40
12902024-12-20T21:16:12.195Z Compiling icu_properties_data v1.5.0
12912024-12-20T21:16:12.437Z Compiling icu_locid_transform v1.5.0
12922024-12-20T21:16:12.458Z Compiling spki v0.7.3
12932024-12-20T21:16:12.611Z Compiling untrusted v0.7.1
12942024-12-20T21:16:12.744Z Compiling vcpkg v0.2.15
12952024-12-20T21:16:12.799Z Compiling num-conv v0.1.0
12962024-12-20T21:16:12.835Z Compiling powerfmt v0.2.0
12972024-12-20T21:16:12.855Z Compiling untrusted v0.9.0
12982024-12-20T21:16:13.027Z Compiling time-core v0.1.2
12992024-12-20T21:16:13.096Z Compiling deranged v0.3.11
13002024-12-20T21:16:13.198Z Compiling time-macros v0.2.18
13012024-12-20T21:16:13.613Z Compiling icu_properties v1.5.1
13022024-12-20T21:16:14.219Z Compiling scrypt v0.11.0
13032024-12-20T21:16:14.792Z Compiling pest_meta v2.7.14
13042024-12-20T21:16:14.953Z Compiling openssl-sys v0.9.103
13052024-12-20T21:16:15.020Z Compiling cbc v0.1.2
13062024-12-20T21:16:15.099Z Compiling aes v0.8.4
13072024-12-20T21:16:15.250Z Compiling scroll_derive v0.12.0
13082024-12-20T21:16:16.094Z Compiling bitflags v2.6.0
13092024-12-20T21:16:16.211Z Compiling bytes v1.8.0
13102024-12-20T21:16:16.744Z Compiling indexmap v2.6.0
13112024-12-20T21:16:17.023Z Compiling semver v1.0.23
13122024-12-20T21:16:17.467Z Compiling tokio v1.40.0
13132024-12-20T21:16:17.787Z Compiling http v1.1.0
13142024-12-20T21:16:18.029Z Compiling rustc_version v0.4.1
13152024-12-20T21:16:18.736Z Compiling utf16_iter v1.0.5
13162024-12-20T21:16:18.843Z Compiling num_threads v0.1.7
13172024-12-20T21:16:18.938Z Compiling atomic-waker v1.1.2
13182024-12-20T21:16:18.968Z Compiling write16 v1.0.0
13192024-12-20T21:16:19.098Z Compiling icu_normalizer_data v1.5.0
13202024-12-20T21:16:19.123Z Compiling utf8_iter v1.0.4
13212024-12-20T21:16:19.211Z Compiling time v0.3.36
13222024-12-20T21:16:20.379Z Compiling icu_normalizer v1.5.0
13232024-12-20T21:16:20.381Z Compiling http-body v1.0.1
13242024-12-20T21:16:20.381Z Compiling scroll v0.12.0
13252024-12-20T21:16:20.381Z Compiling pkcs5 v0.7.1
13262024-12-20T21:16:20.381Z Compiling pest_generator v2.7.14
13272024-12-20T21:16:20.381Z Compiling form_urlencoded v1.2.1
13282024-12-20T21:16:20.382Z Compiling slog v2.7.0
13292024-12-20T21:16:20.581Z Compiling which v4.4.2
13302024-12-20T21:16:20.834Z Compiling try-lock v0.2.5
13312024-12-20T21:16:21.030Z Compiling goblin v0.8.2
13322024-12-20T21:16:21.220Z Compiling want v0.3.1
13332024-12-20T21:16:21.458Z Compiling pkcs8 v0.10.2
13342024-12-20T21:16:21.523Z Compiling idna_adapter v1.2.0
13352024-12-20T21:16:21.747Z Compiling httpdate v1.0.3
13362024-12-20T21:16:21.825Z Compiling idna v1.0.3
13372024-12-20T21:16:22.106Z Compiling pest_derive v2.7.14
13382024-12-20T21:16:22.205Z Compiling toml_datetime v0.6.8
13392024-12-20T21:16:22.730Z Compiling serde_spanned v0.6.8
13402024-12-20T21:16:22.933Z Compiling dtrace-parser v0.2.0
13412024-12-20T21:16:22.965Z Compiling serde_tokenstream v0.2.2
13422024-12-20T21:16:22.993Z Compiling uuid v1.11.0
13432024-12-20T21:16:23.601Z Compiling adler2 v2.0.0
13442024-12-20T21:16:23.703Z Compiling foreign-types-shared v0.1.1
13452024-12-20T21:16:23.829Z Compiling match_cfg v0.1.0
13462024-12-20T21:16:23.888Z Compiling tower-service v0.3.3
13472024-12-20T21:16:23.899Z Compiling openssl v0.10.66
13482024-12-20T21:16:23.967Z Compiling iana-time-zone v0.1.61
13492024-12-20T21:16:24.307Z Compiling rustversion v1.0.17
13502024-12-20T21:16:24.384Z Compiling base64 v0.22.1
13512024-12-20T21:16:24.451Z Compiling chrono v0.4.38
13522024-12-20T21:16:24.545Z Compiling hostname v0.3.1
13532024-12-20T21:16:24.794Z Compiling foreign-types v0.3.2
13542024-12-20T21:16:24.886Z Compiling miniz_oxide v0.8.0
13552024-12-20T21:16:25.082Z Compiling url v2.5.3
13562024-12-20T21:16:25.144Z Compiling openssl-macros v0.1.1
13572024-12-20T21:16:25.927Z Compiling tokio-util v0.7.12
13582024-12-20T21:16:26.452Z Compiling async-trait v0.1.83
13592024-12-20T21:16:26.526Z Compiling dirs-sys-next v0.1.2
13602024-12-20T21:16:27.161Z Compiling h2 v0.4.6
13612024-12-20T21:16:27.184Z Compiling dof v0.3.0
13622024-12-20T21:16:27.380Z Compiling siphasher v0.3.11
13632024-12-20T21:16:27.762Z Compiling syn v1.0.109
13642024-12-20T21:16:28.170Z Compiling usdt-impl v0.5.0
13652024-12-20T21:16:28.373Z Compiling data-encoding v2.6.0
13662024-12-20T21:16:29.209Z Compiling native-tls v0.2.12
13672024-12-20T21:16:29.382Z Compiling rustls v0.22.4
13682024-12-20T21:16:29.537Z Compiling rustls v0.23.19
13692024-12-20T21:16:29.740Z Compiling dirs-next v2.0.0
13702024-12-20T21:16:29.932Z Compiling http-body-util v0.1.2
13712024-12-20T21:16:30.486Z Compiling crossbeam-epoch v0.9.18
13722024-12-20T21:16:30.820Z Compiling heapless v0.7.17
13732024-12-20T21:16:31.255Z Compiling sha1 v0.10.6
13742024-12-20T21:16:31.275Z Compiling signature v2.2.0
13752024-12-20T21:16:31.294Z Compiling bzip2-sys v0.1.11+1.0.8
13762024-12-20T21:16:31.450Z Compiling serde_derive_internals v0.29.1
13772024-12-20T21:16:31.578Z Compiling thread_local v1.1.8
13782024-12-20T21:16:31.678Z Compiling multer v3.1.0
13792024-12-20T21:16:31.794Z Compiling encoding_rs v0.8.34
13802024-12-20T21:16:31.960Z Compiling cookie v0.18.1
13812024-12-20T21:16:32.117Z Compiling schemars v0.8.21
13822024-12-20T21:16:32.231Z Compiling openssl-probe v0.1.5
13832024-12-20T21:16:32.464Z Compiling slog-async v2.8.0
13842024-12-20T21:16:32.602Z Compiling unicode-properties v0.1.3
13852024-12-20T21:16:32.952Z Compiling ipnet v2.10.1
13862024-12-20T21:16:33.023Z Compiling signal-hook v0.3.17
13872024-12-20T21:16:33.193Z Compiling gimli v0.31.1
13882024-12-20T21:16:33.293Z Compiling mime v0.3.17
13892024-12-20T21:16:33.897Z Compiling hyper v1.5.0
13902024-12-20T21:16:34.157Z Compiling rayon-core v1.12.1
13912024-12-20T21:16:34.205Z Compiling schemars_derive v0.8.21
13922024-12-20T21:16:34.477Z Compiling stringprep v0.1.5
13932024-12-20T21:16:36.338Z Compiling hyper-util v0.1.10
13942024-12-20T21:16:36.595Z Compiling toml_edit v0.22.22
13952024-12-20T21:16:37.642Z Compiling addr2line v0.24.2
13962024-12-20T21:16:38.170Z Compiling usdt-attr-macro v0.5.0
13972024-12-20T21:16:38.288Z Compiling usdt-macro v0.5.0
13982024-12-20T21:16:38.388Z Compiling crossbeam-deque v0.8.5
13992024-12-20T21:16:38.691Z Compiling term v0.7.0
14002024-12-20T21:16:39.296Z Compiling slog-json v2.6.1
14012024-12-20T21:16:39.495Z Compiling serde_urlencoded v0.7.1
14022024-12-20T21:16:39.659Z Compiling crossbeam-channel v0.5.13
14032024-12-20T21:16:39.725Z Compiling curve25519-dalek v4.1.3
14042024-12-20T21:16:39.788Z Compiling futures-executor v0.3.31
14052024-12-20T21:16:40.007Z Compiling enum-as-inner v0.6.1
14062024-12-20T21:16:40.118Z Compiling md-5 v0.10.6
14072024-12-20T21:16:40.361Z Compiling async-stream-impl v0.3.6
14082024-12-20T21:16:40.381Z Compiling rustls-pemfile v2.2.0
14092024-12-20T21:16:40.385Z Compiling num-integer v0.1.46
14102024-12-20T21:16:40.721Z Compiling idna v0.4.0
14112024-12-20T21:16:40.798Z Compiling idna v0.3.0
14122024-12-20T21:16:41.153Z Compiling hash32 v0.2.1
14132024-12-20T21:16:41.205Z Compiling ff v0.13.0
14142024-12-20T21:16:41.438Z Compiling is-terminal v0.4.13
14152024-12-20T21:16:41.517Z Compiling dropshot v0.12.0
14162024-12-20T21:16:41.571Z Compiling object v0.36.5
14172024-12-20T21:16:41.806Z Compiling fallible-iterator v0.2.0
14182024-12-20T21:16:41.826Z Compiling anyhow v1.0.93
14192024-12-20T21:16:42.409Z Compiling take_mut v0.2.2
14202024-12-20T21:16:42.453Z Compiling utf-8 v0.7.6
14212024-12-20T21:16:42.484Z Compiling portable-atomic v1.9.0
14222024-12-20T21:16:42.527Z Compiling num-bigint-dig v0.8.4
14232024-12-20T21:16:42.573Z Compiling linked-hash-map v0.5.6
14242024-12-20T21:16:42.803Z Compiling quick-error v1.2.3
14252024-12-20T21:16:42.820Z Compiling dyn-clone v1.0.17
14262024-12-20T21:16:42.947Z Compiling psl-types v2.0.11
14272024-12-20T21:16:42.950Z Compiling smoltcp v0.9.1
14282024-12-20T21:16:43.024Z Compiling base16ct v0.2.0
14292024-12-20T21:16:43.141Z Compiling rustc-demangle v0.1.24
14302024-12-20T21:16:43.358Z Compiling sec1 v0.7.3
14312024-12-20T21:16:43.614Z Compiling publicsuffix v2.2.3
14322024-12-20T21:16:43.893Z Compiling resolv-conf v0.7.0
14332024-12-20T21:16:43.929Z Compiling lru-cache v0.1.2
14342024-12-20T21:16:44.129Z Compiling tungstenite v0.24.0
14352024-12-20T21:16:44.690Z Compiling postgres-protocol v0.6.7
14362024-12-20T21:16:45.387Z Compiling async-stream v0.3.6
14372024-12-20T21:16:45.518Z Compiling hickory-proto v0.24.1
14382024-12-20T21:16:45.686Z Compiling slog-term v2.9.1
14392024-12-20T21:16:46.036Z Compiling usdt v0.5.0
14402024-12-20T21:16:46.562Z Compiling group v0.13.0
14412024-12-20T21:16:46.886Z Compiling num-iter v0.1.45
14422024-12-20T21:16:47.080Z Compiling futures v0.3.31
14432024-12-20T21:16:47.128Z Compiling toml v0.8.19
14442024-12-20T21:16:47.197Z Compiling slog-bunyan v2.5.0
14452024-12-20T21:16:48.694Z Compiling tokio-native-tls v0.3.1
14462024-12-20T21:16:48.844Z Compiling backtrace v0.3.74
14472024-12-20T21:16:48.966Z Compiling camino v1.1.9
14482024-12-20T21:16:49.349Z Compiling phf_shared v0.11.2
14492024-12-20T21:16:49.606Z Compiling dropshot_endpoint v0.12.0
14502024-12-20T21:16:49.737Z Compiling terminal_size v0.4.0
14512024-12-20T21:16:49.842Z Compiling waitgroup v0.1.2
14522024-12-20T21:16:49.933Z Compiling openapiv3 v2.0.0
14532024-12-20T21:16:49.951Z Compiling serde_path_to_error v0.1.16
14542024-12-20T21:16:50.079Z Compiling hkdf v0.12.4
14552024-12-20T21:16:50.368Z Compiling crypto-bigint v0.5.5
14562024-12-20T21:16:50.789Z Compiling curve25519-dalek-derive v0.1.1
14572024-12-20T21:16:52.436Z Compiling zerocopy-derive v0.6.6
14582024-12-20T21:16:52.629Z Compiling webpki-roots v0.26.6
14592024-12-20T21:16:52.852Z Compiling idna v0.5.0
14602024-12-20T21:16:53.075Z Compiling hubpack_derive v0.1.1
14612024-12-20T21:16:53.964Z Compiling hostname v0.4.0
14622024-12-20T21:16:54.224Z Compiling crc32fast v1.4.2
14632024-12-20T21:16:54.310Z Compiling ahash v0.8.11
14642024-12-20T21:16:54.402Z Compiling fs-err v2.11.0
14652024-12-20T21:16:54.499Z Compiling debug-ignore v1.0.5
14662024-12-20T21:16:54.555Z Compiling winnow v0.5.40
14672024-12-20T21:16:54.630Z Compiling bitflags v1.3.2
14682024-12-20T21:16:54.650Z Compiling managed v0.8.0
14692024-12-20T21:16:54.672Z Compiling clap_builder v4.5.21
14702024-12-20T21:16:54.734Z Compiling zerocopy v0.6.6
14712024-12-20T21:16:54.831Z Compiling strum_macros v0.25.3
14722024-12-20T21:16:55.591Z Compiling console v0.15.8
14732024-12-20T21:16:56.378Z Compiling flate2 v1.0.34
14742024-12-20T21:16:56.598Z Compiling hubpack v0.1.2
14752024-12-20T21:16:57.060Z Compiling cookie_store v0.21.0
14762024-12-20T21:16:57.268Z Compiling elliptic-curve v0.13.8
14772024-12-20T21:16:57.381Z Compiling hickory-resolver v0.24.1
14782024-12-20T21:16:58.102Z Compiling toml_edit v0.19.15
14792024-12-20T21:16:58.441Z Compiling phf v0.11.2
14802024-12-20T21:16:58.746Z Compiling signal-hook-mio v0.2.4
14812024-12-20T21:16:58.897Z Compiling hyper-tls v0.6.0
14822024-12-20T21:16:59.100Z Compiling rayon v1.10.0
14832024-12-20T21:16:59.313Z Compiling bzip2 v0.4.4
14842024-12-20T21:16:59.717Z Compiling postgres-types v0.2.8
14852024-12-20T21:17:01.323Z Compiling tokio-tungstenite v0.24.0
14862024-12-20T21:17:03.285Z Compiling ed25519 v2.2.3
14872024-12-20T21:17:04.002Z Compiling phf_shared v0.10.0
14882024-12-20T21:17:04.137Z Compiling tokio-stream v0.1.16
14892024-12-20T21:17:04.322Z Compiling pkcs1 v0.7.5
14902024-12-20T21:17:04.417Z Compiling serde-big-array v0.5.1
14912024-12-20T21:17:04.658Z Compiling clap_derive v4.5.18
14922024-12-20T21:17:05.159Z Compiling rfc6979 v0.4.0
14932024-12-20T21:17:05.235Z Compiling serde_repr v0.1.19
14942024-12-20T21:17:05.326Z Compiling derive-where v1.2.7
14952024-12-20T21:17:05.357Z Compiling float-cmp v0.9.0
14962024-12-20T21:17:05.450Z Compiling bstr v1.10.0
14972024-12-20T21:17:05.584Z Compiling sync_wrapper v1.0.1
14982024-12-20T21:17:05.742Z Compiling predicates-core v1.0.8
14992024-12-20T21:17:06.131Z Compiling fixedbitset v0.4.2
15002024-12-20T21:17:06.304Z Compiling unicode-width v0.2.0
15012024-12-20T21:17:06.404Z Compiling difflib v0.4.0
15022024-12-20T21:17:06.590Z Compiling number_prefix v0.4.0
15032024-12-20T21:17:06.817Z Compiling normalize-line-endings v0.3.0
15042024-12-20T21:17:06.836Z Compiling static_assertions v1.1.0
15052024-12-20T21:17:06.940Z Compiling whoami v1.5.2
15062024-12-20T21:17:06.958Z Compiling unicode-segmentation v1.12.0
15072024-12-20T21:17:07.194Z Compiling new_debug_unreachable v1.0.6
15082024-12-20T21:17:07.293Z Compiling bit-vec v0.6.3
15092024-12-20T21:17:07.582Z Compiling precomputed-hash v0.1.1
15102024-12-20T21:17:07.702Z Compiling similar v2.6.0
15112024-12-20T21:17:07.772Z Compiling string_cache v0.8.7
15122024-12-20T21:17:07.835Z Compiling bit-set v0.5.3
15132024-12-20T21:17:08.062Z Compiling tokio-postgres v0.7.12
15142024-12-20T21:17:08.125Z Compiling predicates v3.1.2
15152024-12-20T21:17:08.249Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15162024-12-20T21:17:08.930Z Compiling indicatif v0.17.9
15172024-12-20T21:17:09.895Z Compiling petgraph v0.6.5
15182024-12-20T21:17:09.925Z Compiling clap v4.5.21
15192024-12-20T21:17:10.043Z Compiling ecdsa v0.16.9
15202024-12-20T21:17:10.072Z Compiling rsa v0.9.6
15212024-12-20T21:17:10.916Z Compiling ed25519-dalek v2.1.1
15222024-12-20T21:17:11.310Z Compiling toml v0.7.8
15232024-12-20T21:17:12.238Z Compiling zip v0.6.6
15242024-12-20T21:17:13.099Z Compiling crossterm v0.28.1
15252024-12-20T21:17:14.022Z Compiling hex v0.4.3
15262024-12-20T21:17:14.083Z Compiling x509-cert v0.2.5
15272024-12-20T21:17:14.368Z Compiling lalrpop-util v0.19.12
15282024-12-20T21:17:14.615Z Compiling unicode-xid v0.2.6
15292024-12-20T21:17:14.756Z Compiling peg-runtime v0.8.3
15302024-12-20T21:17:14.795Z Compiling strum_macros v0.26.4
15312024-12-20T21:17:14.864Z Compiling xattr v1.3.1
15322024-12-20T21:17:15.129Z Compiling filetime v0.2.25
15332024-12-20T21:17:15.325Z Compiling tar v0.4.42
15342024-12-20T21:17:20.058Z Compiling strum v0.26.3
15352024-12-20T21:17:22.762Z Compiling aws-lc-sys v0.22.0
15362024-12-20T21:17:50.653Z Compiling rustls-webpki v0.102.8
15372024-12-20T21:17:54.051Z Compiling tokio-rustls v0.25.0
15382024-12-20T21:17:55.658Z Compiling tokio-rustls v0.26.0
15392024-12-20T21:17:56.061Z Compiling hyper-rustls v0.27.3
15402024-12-20T21:17:56.425Z Compiling reqwest v0.12.9
15412024-12-20T21:17:57.434Z Compiling qorb v0.2.1
15422024-12-20T21:18:02.365Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432024-12-20T21:18:02.608Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442024-12-20T21:18:08.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15452024-12-20T21:18:08.513Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462024-12-20T21:18:08.563ZDec 20 21:18:07.946 INFO Starting download, target: Console
15472024-12-20T21:18:08.563ZDec 20 21:18:07.946 INFO Starting download, target: DendriteOpenapi
15482024-12-20T21:18:08.563ZDec 20 21:18:07.946 INFO Starting download, target: DendriteStub
15492024-12-20T21:18:08.566ZDec 20 21:18:07.946 INFO Starting download, target: Cockroach
15502024-12-20T21:18:08.566ZDec 20 21:18:07.946 INFO Starting download, target: Clickhouse
15512024-12-20T21:18:08.566ZDec 20 21:18:07.946 INFO Starting download, target: MaghemiteMgd
15522024-12-20T21:18:08.566ZDec 20 21:18:07.946 INFO Starting download, target: TransceiverControl
15532024-12-20T21:18:08.566ZDec 20 21:18:07.947 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542024-12-20T21:18:08.566ZDec 20 21:18:07.947 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15552024-12-20T21:18:08.566ZDec 20 21:18:07.947 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15562024-12-20T21:18:08.566ZDec 20 21:18:07.947 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572024-12-20T21:18:08.566ZDec 20 21:18:07.947 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15582024-12-20T21:18:08.566ZDec 20 21:18:07.947 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15592024-12-20T21:18:08.567ZDec 20 21:18:07.947 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15602024-12-20T21:18:08.700ZDec 20 21:18:08.082 INFO Download complete, target: DendriteOpenapi
15612024-12-20T21:18:08.950ZDec 20 21:18:08.281 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622024-12-20T21:18:09.162ZDec 20 21:18:08.477 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15632024-12-20T21:18:09.366ZDec 20 21:18:08.743 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15642024-12-20T21:18:09.431ZDec 20 21:18:08.809 INFO Download complete, target: Console
15652024-12-20T21:18:09.534ZDec 20 21:18:08.916 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15662024-12-20T21:18:09.560ZDec 20 21:18:08.941 INFO Download complete, target: TransceiverControl
15672024-12-20T21:18:10.971ZDec 20 21:18:10.328 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15682024-12-20T21:18:11.215ZDec 20 21:18:10.598 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15692024-12-20T21:18:11.215ZDec 20 21:18:10.598 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15702024-12-20T21:18:12.417ZDec 20 21:18:11.800 INFO Download complete, target: MaghemiteMgd
15712024-12-20T21:18:12.517ZDec 20 21:18:11.900 INFO Download complete, target: DendriteStub
15722024-12-20T21:18:18.741ZDec 20 21:18:18.122 INFO Checking that binary works, target: Cockroach
15732024-12-20T21:18:18.892ZDec 20 21:18:18.274 INFO Download complete, target: Cockroach
15742024-12-20T21:18:23.743ZDec 20 21:18:23.123 INFO Checking that binary works, target: Clickhouse
15752024-12-20T21:18:23.910ZDec 20 21:18:23.290 INFO Download complete, target: Clickhouse
15762024-12-20T21:18:23.917ZAll prerequisites installed successfully
15772024-12-20T21:18:23.920Z
15782024-12-20T21:18:23.920Zreal 5:47.708953763
15792024-12-20T21:18:23.920Zuser 16:31.275577119
15802024-12-20T21:18:23.920Zsys 3:13.724858605
15812024-12-20T21:18:23.920Ztrap 0.548910093
15822024-12-20T21:18:23.920Ztflt 1.630564781
15832024-12-20T21:18:23.921Zdflt 2.321408378
15842024-12-20T21:18:23.921Zkflt 0.030665139
15852024-12-20T21:18:23.921Zlock 30:05.814469984
15862024-12-20T21:18:23.921Zslp 1:03:04.816153934
15872024-12-20T21:18:23.921Zlat 58.369433443
15882024-12-20T21:18:23.921Zstop 2:20.965355298
15892024-12-20T21:18:23.921Z+ ptime -m cargo xtask download softnpu
15902024-12-20T21:18:24.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15912024-12-20T21:18:24.439Z Running `target/debug/xtask download softnpu`
15922024-12-20T21:18:25.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15932024-12-20T21:18:25.287Z Running `target/debug/xtask-downloader softnpu`
15942024-12-20T21:18:25.327ZDec 20 21:18:24.700 INFO Starting download, target: Softnpu
15952024-12-20T21:18:25.333ZDec 20 21:18:24.700 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15962024-12-20T21:18:26.541ZDec 20 21:18:25.896 INFO Download complete, target: Softnpu
15972024-12-20T21:18:26.587Z
15982024-12-20T21:18:26.587Zreal 2.595275111
15992024-12-20T21:18:26.588Zuser 1.250975322
16002024-12-20T21:18:26.588Zsys 0.510584641
16012024-12-20T21:18:26.588Ztrap 0.000948797
16022024-12-20T21:18:26.588Ztflt 0.000048958
16032024-12-20T21:18:26.588Zdflt 0.000000000
16042024-12-20T21:18:26.588Zkflt 0.000000000
16052024-12-20T21:18:26.588Zlock 12.328788888
16062024-12-20T21:18:26.588Zslp 1.006042619
16072024-12-20T21:18:26.588Zlat 0.070455818
16082024-12-20T21:18:26.589Zstop 0.000184215
16092024-12-20T21:18:26.589Z+ export CARGO_INCREMENTAL=0
16102024-12-20T21:18:26.589Z+ CARGO_INCREMENTAL=0
16112024-12-20T21:18:26.589Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
16122024-12-20T21:18:27.461Z Compiling proc-macro2 v1.0.89
16132024-12-20T21:18:27.461Z Compiling unicode-ident v1.0.13
16142024-12-20T21:18:27.464Z Compiling libc v0.2.162
16152024-12-20T21:18:27.464Z Compiling serde v1.0.215
16162024-12-20T21:18:27.464Z Compiling autocfg v1.4.0
16172024-12-20T21:18:27.464Z Compiling version_check v0.9.5
16182024-12-20T21:18:27.464Z Compiling cfg-if v1.0.0
16192024-12-20T21:18:27.726Z Compiling memchr v2.7.4
16202024-12-20T21:18:27.726Z Compiling typenum v1.17.0
16212024-12-20T21:18:27.755Z Compiling shlex v1.3.0
16222024-12-20T21:18:28.103Z Compiling value-bag v1.9.0
16232024-12-20T21:18:28.143Z Compiling scopeguard v1.2.0
16242024-12-20T21:18:28.311Z Compiling generic-array v0.14.7
16252024-12-20T21:18:28.401Z Compiling lock_api v0.4.12
16262024-12-20T21:18:28.571Z Compiling log v0.4.22
16272024-12-20T21:18:28.633Z Compiling parking_lot_core v0.9.10
16282024-12-20T21:18:29.016Z Compiling once_cell v1.20.2
16292024-12-20T21:18:29.150Z Compiling serde_json v1.0.132
16302024-12-20T21:18:29.271Z Compiling rustix v0.38.37
16312024-12-20T21:18:29.410Z Compiling quote v1.0.37
16322024-12-20T21:18:29.442Z Compiling thiserror v1.0.69
16332024-12-20T21:18:29.458Z Compiling libm v0.2.8
16342024-12-20T21:18:29.767Z Compiling jobserver v0.1.32
16352024-12-20T21:18:29.785Z Compiling syn v2.0.87
16362024-12-20T21:18:29.919Z Compiling getrandom v0.2.15
16372024-12-20T21:18:29.994Z Compiling aho-corasick v1.1.3
16382024-12-20T21:18:30.044Z Compiling regex-syntax v0.8.5
16392024-12-20T21:18:30.137Z Compiling cc v1.1.30
16402024-12-20T21:18:30.199Z Compiling num-traits v0.2.19
16412024-12-20T21:18:30.262Z Compiling either v1.13.0
16422024-12-20T21:18:30.654Z Compiling itoa v1.0.11
16432024-12-20T21:18:30.669Z Compiling spin v0.9.8
16442024-12-20T21:18:30.725Z Compiling slab v0.4.9
16452024-12-20T21:18:31.046Z Compiling byteorder v1.5.0
16462024-12-20T21:18:31.251Z Compiling errno v0.3.9
16472024-12-20T21:18:31.469Z Compiling rand_core v0.6.4
16482024-12-20T21:18:31.521Z Compiling lazy_static v1.5.0
16492024-12-20T21:18:31.662Z Compiling glob v0.3.1
16502024-12-20T21:18:32.276Z Compiling prettyplease v0.2.25
16512024-12-20T21:18:32.464Z Compiling clang-sys v1.8.1
16522024-12-20T21:18:32.764Z Compiling minimal-lexical v0.2.1
16532024-12-20T21:18:32.912Z Compiling libloading v0.8.5
16542024-12-20T21:18:33.131Z Compiling home v0.5.9
16552024-12-20T21:18:33.257Z Compiling nom v7.1.3
16562024-12-20T21:18:33.285Z Compiling subtle v2.6.1
16572024-12-20T21:18:33.355Z Compiling bindgen v0.69.5
16582024-12-20T21:18:33.582Z Compiling regex-automata v0.4.8
16592024-12-20T21:18:33.759Z Compiling allocator-api2 v0.2.18
16602024-12-20T21:18:34.010Z Compiling itertools v0.10.5
16612024-12-20T21:18:34.383Z Compiling smallvec v1.13.2
16622024-12-20T21:18:34.513Z Compiling semver v1.0.23
16632024-12-20T21:18:34.856Z Compiling lazycell v1.3.0
16642024-12-20T21:18:34.976Z Compiling rustc-hash v1.1.0
16652024-12-20T21:18:35.024Z Compiling cmake v0.1.51
16662024-12-20T21:18:35.335Z Compiling dunce v1.0.5
16672024-12-20T21:18:35.462Z Compiling fs_extra v1.3.0
16682024-12-20T21:18:36.385Z Compiling pkg-config v0.3.31
16692024-12-20T21:18:36.524Z Compiling ring v0.17.8
16702024-12-20T21:18:36.877Z Compiling cexpr v0.6.0
16712024-12-20T21:18:36.936Z Compiling pin-project-lite v0.2.14
16722024-12-20T21:18:37.014Z Compiling ryu v1.0.18
16732024-12-20T21:18:37.280Z Compiling fnv v1.0.7
16742024-12-20T21:18:37.389Z Compiling synstructure v0.13.1
16752024-12-20T21:18:37.584Z Compiling const-oid v0.9.6
16762024-12-20T21:18:37.673Z Compiling paste v1.0.15
16772024-12-20T21:18:38.279Z Compiling httparse v1.9.5
16782024-12-20T21:18:38.327Z Compiling equivalent v1.0.1
16792024-12-20T21:18:38.440Z Compiling foldhash v0.1.3
16802024-12-20T21:18:38.727Z Compiling aws-lc-rs v1.10.0
16812024-12-20T21:18:38.778Z Compiling hashbrown v0.15.1
16822024-12-20T21:18:38.940Z Compiling regex v1.11.1
16832024-12-20T21:18:39.959Z Compiling schemars v0.8.21
16842024-12-20T21:18:40.093Z Compiling heck v0.5.0
16852024-12-20T21:18:40.142Z Compiling serde_derive_internals v0.29.1
16862024-12-20T21:18:40.161Z Compiling signal-hook-registry v1.4.2
16872024-12-20T21:18:40.289Z Compiling mio v1.0.2
16882024-12-20T21:18:40.517Z Compiling parking_lot v0.12.3
16892024-12-20T21:18:42.229Z Compiling stable_deref_trait v1.2.0
16902024-12-20T21:18:42.343Z Compiling crossbeam-utils v0.8.20
16912024-12-20T21:18:42.417Z Compiling socket2 v0.5.7
16922024-12-20T21:18:42.575Z Compiling time-core v0.1.2
16932024-12-20T21:18:42.852Z Compiling futures-core v0.3.31
16942024-12-20T21:18:42.884Z Compiling serde_derive v1.0.215
16952024-12-20T21:18:43.116Z Compiling zeroize_derive v1.4.2
16962024-12-20T21:18:43.336Z Compiling zerocopy-derive v0.7.35
16972024-12-20T21:18:44.032Z Compiling thiserror-impl v1.0.69
16982024-12-20T21:18:44.141Z Compiling tokio-macros v2.4.0
16992024-12-20T21:18:44.263Z Compiling zerofrom-derive v0.1.4
17002024-12-20T21:18:44.291Z Compiling yoke-derive v0.7.4
17012024-12-20T21:18:44.552Z Compiling zeroize v1.8.1
17022024-12-20T21:18:45.178Z Compiling futures-macro v0.3.31
17032024-12-20T21:18:45.339Z Compiling zerovec-derive v0.10.3
17042024-12-20T21:18:45.600Z Compiling zerocopy v0.7.35
17052024-12-20T21:18:46.681Z Compiling displaydoc v0.2.5
17062024-12-20T21:18:46.988Z Compiling crypto-common v0.1.6
17072024-12-20T21:18:47.056Z Compiling tracing-attributes v0.1.27
17082024-12-20T21:18:47.183Z Compiling icu_provider_macros v1.5.0
17092024-12-20T21:18:47.220Z Compiling block-buffer v0.10.4
17102024-12-20T21:18:47.460Z Compiling digest v0.10.7
17112024-12-20T21:18:47.734Z Compiling schemars_derive v0.8.21
17122024-12-20T21:18:47.885Z Compiling der_derive v0.7.3
17132024-12-20T21:18:48.135Z Compiling num-conv v0.1.0
17142024-12-20T21:18:48.411Z Compiling time-macros v0.2.18
17152024-12-20T21:18:48.584Z Compiling vcpkg v0.2.15
17162024-12-20T21:18:50.178Z Compiling openssl-sys v0.9.103
17172024-12-20T21:18:51.161Z Compiling cpufeatures v0.2.14
17182024-12-20T21:18:51.262Z Compiling futures-sink v0.3.31
17192024-12-20T21:18:51.282Z Compiling slog v2.7.0
17202024-12-20T21:18:51.508Z Compiling ahash v0.8.11
17212024-12-20T21:18:51.562Z Compiling syn v1.0.109
17222024-12-20T21:18:52.024Z Compiling zerofrom v0.1.4
17232024-12-20T21:18:52.205Z Compiling scroll_derive v0.12.0
17242024-12-20T21:18:52.304Z Compiling iana-time-zone v0.1.61
17252024-12-20T21:18:52.483Z Compiling ucd-trie v0.1.7
17262024-12-20T21:18:52.628Z Compiling yoke v0.7.4
17272024-12-20T21:18:52.984Z Compiling pest v2.7.14
17282024-12-20T21:18:53.005Z Compiling futures-channel v0.3.31
17292024-12-20T21:18:53.424Z Compiling hmac v0.12.1
17302024-12-20T21:18:53.583Z Compiling futures-task v0.3.31
17312024-12-20T21:18:53.689Z Compiling openssl v0.10.66
17322024-12-20T21:18:53.888Z Compiling futures-io v0.3.31
17332024-12-20T21:18:53.929Z Compiling pin-utils v0.1.0
17342024-12-20T21:18:54.113Z Compiling futures-util v0.3.31
17352024-12-20T21:18:54.149Z Compiling zerovec v0.10.4
17362024-12-20T21:18:54.514Z Compiling block-padding v0.3.3
17372024-12-20T21:18:55.246Z Compiling tinyvec_macros v0.1.1
17382024-12-20T21:18:55.342Z Compiling tinyvec v1.8.0
17392024-12-20T21:18:55.826Z Compiling pest_meta v2.7.14
17402024-12-20T21:18:56.263Z Compiling bitflags v2.6.0
17412024-12-20T21:18:56.361Z Compiling bytes v1.8.0
17422024-12-20T21:18:58.286Z Compiling indexmap v2.6.0
17432024-12-20T21:18:59.689Z Compiling tokio v1.40.0
17442024-12-20T21:18:59.916Z Compiling serde_tokenstream v0.2.2
17452024-12-20T21:19:00.371Z Compiling http v1.1.0
17462024-12-20T21:19:00.479Z Compiling uuid v1.11.0
17472024-12-20T21:19:01.402Z Compiling which v4.4.2
17482024-12-20T21:19:01.818Z Compiling rustc_version v0.4.1
17492024-12-20T21:19:01.926Z Compiling chrono v0.4.38
17502024-12-20T21:19:04.253Z Compiling pest_generator v2.7.14
17512024-12-20T21:19:05.084Z Compiling toml_datetime v0.6.8
17522024-12-20T21:19:05.489Z Compiling serde_spanned v0.6.8
17532024-12-20T21:19:05.719Z Compiling inout v0.1.3
17542024-12-20T21:19:06.073Z Compiling openssl-macros v0.1.1
17552024-12-20T21:19:06.818Z Compiling native-tls v0.2.12
17562024-12-20T21:19:07.154Z Compiling rustls v0.23.19
17572024-12-20T21:19:07.531Z Compiling strsim v0.11.1
17582024-12-20T21:19:08.261Z Compiling pest_derive v2.7.14
17592024-12-20T21:19:08.854Z Compiling cipher v0.4.4
17602024-12-20T21:19:08.922Z Compiling unicode-normalization v0.1.24
17612024-12-20T21:19:08.999Z Compiling tinystr v0.7.6
17622024-12-20T21:19:09.310Z Compiling sha2 v0.10.8
17632024-12-20T21:19:09.463Z Compiling tracing-core v0.1.32
17642024-12-20T21:19:09.836Z Compiling usdt-impl v0.5.0
17652024-12-20T21:19:09.966Z Compiling dyn-clone v1.0.17
17662024-12-20T21:19:10.072Z Compiling base64ct v1.6.0
17672024-12-20T21:19:10.167Z Compiling unicode-bidi v0.3.17
17682024-12-20T21:19:10.184Z Compiling litemap v0.7.3
17692024-12-20T21:19:10.210Z Compiling writeable v0.5.5
17702024-12-20T21:19:10.601Z Compiling icu_locid v1.5.0
17712024-12-20T21:19:10.659Z Compiling pem-rfc7468 v0.7.0
17722024-12-20T21:19:10.738Z Compiling tracing v0.1.40
17732024-12-20T21:19:11.786Z Compiling scroll v0.12.0
17742024-12-20T21:19:12.132Z Compiling ppv-lite86 v0.2.20
17752024-12-20T21:19:12.372Z Compiling async-trait v0.1.83
17762024-12-20T21:19:12.989Z Compiling cookie v0.18.1
17772024-12-20T21:19:13.273Z Compiling plain v0.2.3
17782024-12-20T21:19:13.434Z Compiling anyhow v1.0.93
17792024-12-20T21:19:14.095Z Compiling camino v1.1.9
17802024-12-20T21:19:14.501Z Compiling flagset v0.4.6
17812024-12-20T21:19:14.680Z Compiling der v0.7.9
17822024-12-20T21:19:15.376Z Compiling aws-lc-sys v0.22.0
17832024-12-20T21:19:17.789Z Compiling goblin v0.8.2
17842024-12-20T21:19:20.411Z Compiling rand_chacha v0.3.1
17852024-12-20T21:19:21.344Z Compiling icu_provider v1.5.0
17862024-12-20T21:19:21.827Z Compiling untrusted v0.7.1
17872024-12-20T21:19:22.010Z Compiling rayon-core v1.12.1
17882024-12-20T21:19:22.276Z Compiling rustls v0.22.4
17892024-12-20T21:19:22.363Z Compiling rustls-pki-types v1.10.0
17902024-12-20T21:19:22.538Z Compiling pretty-hex v0.4.1
17912024-12-20T21:19:22.983Z Compiling icu_locid_transform_data v1.5.0
17922024-12-20T21:19:23.087Z Compiling percent-encoding v2.3.1
17932024-12-20T21:19:23.712Z Compiling dof v0.3.0
17942024-12-20T21:19:23.814Z Compiling icu_locid_transform v1.5.0
17952024-12-20T21:19:25.124Z Compiling rand v0.8.5
17962024-12-20T21:19:25.306Z Compiling spki v0.7.3
17972024-12-20T21:19:25.819Z Compiling salsa20 v0.10.2
17982024-12-20T21:19:25.944Z Compiling dtrace-parser v0.2.0
17992024-12-20T21:19:26.021Z Compiling tokio-util v0.7.12
18002024-12-20T21:19:26.673Z Compiling icu_collections v1.5.0
18012024-12-20T21:19:26.730Z Compiling pbkdf2 v0.12.2
18022024-12-20T21:19:27.508Z Compiling thread-id v4.2.2
18032024-12-20T21:19:27.598Z Compiling winnow v0.5.40
18042024-12-20T21:19:27.772Z Compiling icu_properties_data v1.5.0
18052024-12-20T21:19:27.801Z Compiling powerfmt v0.2.0
18062024-12-20T21:19:27.839Z Compiling untrusted v0.9.0
18072024-12-20T21:19:28.015Z Compiling mirai-annotations v1.12.0
18082024-12-20T21:19:28.078Z Compiling deranged v0.3.11
18092024-12-20T21:19:28.230Z Compiling icu_properties v1.5.1
18102024-12-20T21:19:31.500Z Compiling toml_edit v0.19.15
18112024-12-20T21:19:32.851Z Compiling scrypt v0.11.0
18122024-12-20T21:19:32.994Z Compiling cbc v0.1.2
18132024-12-20T21:19:33.110Z Compiling aes v0.8.4
18142024-12-20T21:19:33.348Z Compiling multer v3.1.0
18152024-12-20T21:19:33.641Z Compiling num_threads v0.1.7
18162024-12-20T21:19:33.778Z Compiling icu_normalizer_data v1.5.0
18172024-12-20T21:19:34.029Z Compiling utf16_iter v1.0.5
18182024-12-20T21:19:34.467Z Compiling utf8_iter v1.0.4
18192024-12-20T21:19:34.489Z Compiling slog-async v2.8.0
18202024-12-20T21:19:34.712Z Compiling atomic-waker v1.1.2
18212024-12-20T21:19:34.932Z Compiling rustversion v1.0.17
18222024-12-20T21:19:35.349Z Compiling write16 v1.0.0
18232024-12-20T21:19:35.480Z Compiling icu_normalizer v1.5.0
18242024-12-20T21:19:35.633Z Compiling time v0.3.36
18252024-12-20T21:19:35.857Z Compiling pkcs5 v0.7.1
18262024-12-20T21:19:37.463Z Compiling form_urlencoded v1.2.1
18272024-12-20T21:19:38.260Z Compiling http-body v1.0.1
18282024-12-20T21:19:38.278Z Compiling heapless v0.7.17
18292024-12-20T21:19:38.854Z Compiling bzip2-sys v0.1.11+1.0.8
18302024-12-20T21:19:39.364Z Compiling try-lock v0.2.5
18312024-12-20T21:19:39.413Z Compiling signal-hook v0.3.17
18322024-12-20T21:19:41.695Z Compiling want v0.3.1
18332024-12-20T21:19:41.960Z Compiling pkcs8 v0.10.2
18342024-12-20T21:19:42.159Z Compiling idna_adapter v1.2.0
18352024-12-20T21:19:42.618Z Compiling h2 v0.4.6
18362024-12-20T21:19:43.618Z Compiling usdt-attr-macro v0.5.0
18372024-12-20T21:19:45.094Z Compiling usdt-macro v0.5.0
18382024-12-20T21:19:45.659Z Compiling async-stream-impl v0.3.6
18392024-12-20T21:19:45.715Z Compiling adler2 v2.0.0
18402024-12-20T21:19:45.984Z Compiling httpdate v1.0.3
18412024-12-20T21:19:46.840Z Compiling miniz_oxide v0.8.0
18422024-12-20T21:19:47.900Z Compiling idna v1.0.3
18432024-12-20T21:19:49.547Z Compiling curve25519-dalek v4.1.3
18442024-12-20T21:19:49.937Z Compiling openapiv3 v2.0.0
18452024-12-20T21:19:50.036Z Compiling enum-as-inner v0.6.1
18462024-12-20T21:19:50.419Z Compiling hyper v1.5.0
18472024-12-20T21:19:53.571Z Compiling dropshot v0.12.0
18482024-12-20T21:19:53.866Z Compiling base64 v0.22.1
18492024-12-20T21:19:53.947Z Compiling foreign-types-shared v0.1.1
18502024-12-20T21:19:54.049Z Compiling tower-service v0.3.3
18512024-12-20T21:19:54.131Z Compiling match_cfg v0.1.0
18522024-12-20T21:19:54.198Z Compiling num-bigint-dig v0.8.4
18532024-12-20T21:19:54.226Z Compiling portable-atomic v1.9.0
18542024-12-20T21:19:54.360Z Compiling smoltcp v0.9.1
18552024-12-20T21:19:55.061Z Compiling hyper-util v0.1.10
18562024-12-20T21:19:55.103Z Compiling hostname v0.3.1
18572024-12-20T21:19:55.329Z Compiling foreign-types v0.3.2
18582024-12-20T21:19:58.633Z Compiling url v2.5.3
18592024-12-20T21:20:01.891Z Compiling dirs-sys-next v0.1.2
18602024-12-20T21:20:02.461Z Compiling gimli v0.31.1
18612024-12-20T21:20:02.567Z Compiling heck v0.4.1
18622024-12-20T21:20:02.567Z Compiling siphasher v0.3.11
18632024-12-20T21:20:02.892Z Compiling data-encoding v2.6.0
18642024-12-20T21:20:02.935Z Compiling ident_case v1.0.1
18652024-12-20T21:20:03.050Z Compiling darling_core v0.20.10
18662024-12-20T21:20:03.514Z Compiling dirs-next v2.0.0
18672024-12-20T21:20:06.111Z Compiling http-body-util v0.1.2
18682024-12-20T21:20:07.464Z Compiling addr2line v0.24.2
18692024-12-20T21:20:09.187Z Compiling crossbeam-epoch v0.9.18
18702024-12-20T21:20:09.301Z Compiling hubpack_derive v0.1.1
18712024-12-20T21:20:09.890Z Compiling dropshot_endpoint v0.12.0
18722024-12-20T21:20:10.135Z Compiling sha1 v0.10.6
18732024-12-20T21:20:10.154Z Compiling signature v2.2.0
18742024-12-20T21:20:10.372Z Compiling curve25519-dalek-derive v0.1.1
18752024-12-20T21:20:10.512Z Compiling zerocopy-derive v0.6.6
18762024-12-20T21:20:10.844Z Compiling object v0.36.5
18772024-12-20T21:20:11.757Z Compiling thread_local v1.1.8
18782024-12-20T21:20:12.240Z Compiling fs-err v2.11.0
18792024-12-20T21:20:12.428Z Compiling encoding_rs v0.8.34
18802024-12-20T21:20:13.924Z Compiling mime v0.3.17
18812024-12-20T21:20:15.000Z Compiling utf8parse v0.2.2
18822024-12-20T21:20:16.034Z Compiling openssl-probe v0.1.5
18832024-12-20T21:20:16.335Z Compiling unicode-properties v0.1.3
18842024-12-20T21:20:20.217Z Compiling anstyle v1.0.10
18852024-12-20T21:20:20.670Z Compiling winnow v0.6.20
18862024-12-20T21:20:22.299Z Compiling ipnet v2.10.1
18872024-12-20T21:20:23.088Z Compiling rustc-demangle v0.1.24
18882024-12-20T21:20:24.053Z Compiling backtrace v0.3.74
18892024-12-20T21:20:24.547Z Compiling toml_edit v0.22.22
18902024-12-20T21:20:25.427Z Compiling stringprep v0.1.5
18912024-12-20T21:20:26.973Z Compiling anstyle-parse v0.2.5
18922024-12-20T21:20:28.775Z Compiling rustls-webpki v0.102.8
18932024-12-20T21:20:31.849Z Compiling crossbeam-deque v0.8.5
18942024-12-20T21:20:32.216Z Compiling darling_macro v0.20.10
18952024-12-20T21:20:34.937Z Compiling term v0.7.0
18962024-12-20T21:20:34.998Z Compiling slog-json v2.6.1
18972024-12-20T21:20:36.295Z Compiling serde_urlencoded v0.7.1
18982024-12-20T21:20:37.175Z Compiling crossbeam-channel v0.5.13
18992024-12-20T21:20:37.428Z Compiling rustls-pemfile v2.2.0
19002024-12-20T21:20:38.217Z Compiling hashbrown v0.14.5
19012024-12-20T21:20:38.764Z Compiling idna v0.3.0
19022024-12-20T21:20:39.278Z Compiling idna v0.4.0
19032024-12-20T21:20:39.555Z Compiling futures-executor v0.3.31
19042024-12-20T21:20:40.270Z Compiling num-integer v0.1.46
19052024-12-20T21:20:40.704Z Compiling md-5 v0.10.6
19062024-12-20T21:20:40.884Z Compiling ff v0.13.0
19072024-12-20T21:20:40.955Z Compiling hash32 v0.2.1
19082024-12-20T21:20:40.983Z Compiling memmap v0.7.0
19092024-12-20T21:20:41.102Z Compiling is-terminal v0.4.13
19102024-12-20T21:20:41.299Z Compiling fallible-iterator v0.2.0
19112024-12-20T21:20:41.323Z Compiling linked-hash-map v0.5.6
19122024-12-20T21:20:41.689Z Compiling take_mut v0.2.2
19132024-12-20T21:20:41.851Z Compiling quick-error v1.2.3
19142024-12-20T21:20:41.999Z Compiling psl-types v2.0.11
19152024-12-20T21:20:42.051Z Compiling utf-8 v0.7.6
19162024-12-20T21:20:42.341Z Compiling base16ct v0.2.0
19172024-12-20T21:20:43.030Z Compiling is_terminal_polyfill v1.70.1
19182024-12-20T21:20:43.166Z Compiling colorchoice v1.0.2
19192024-12-20T21:20:43.337Z Compiling anstyle-query v1.1.1
19202024-12-20T21:20:43.489Z Compiling anstream v0.6.15
19212024-12-20T21:20:44.172Z Compiling sec1 v0.7.3
19222024-12-20T21:20:44.627Z Compiling tungstenite v0.24.0
19232024-12-20T21:20:44.746Z Compiling publicsuffix v2.2.3
19242024-12-20T21:20:45.008Z Compiling postgres-protocol v0.6.7
19252024-12-20T21:20:46.140Z Compiling resolv-conf v0.7.0
19262024-12-20T21:20:46.740Z Compiling lru-cache v0.1.2
19272024-12-20T21:20:46.946Z Compiling slog-term v2.9.1
19282024-12-20T21:20:47.205Z Compiling usdt v0.5.0
19292024-12-20T21:20:47.670Z Compiling group v0.13.0
19302024-12-20T21:20:47.970Z Compiling num-iter v0.1.45
19312024-12-20T21:20:47.991Z Compiling hickory-proto v0.24.1
19322024-12-20T21:20:48.043Z Compiling futures v0.3.31
19332024-12-20T21:20:48.153Z Compiling regress v0.10.1
19342024-12-20T21:20:51.533Z Compiling tokio-rustls v0.26.0
19352024-12-20T21:20:51.681Z Compiling slog-bunyan v2.5.0
19362024-12-20T21:20:51.896Z Compiling tokio-rustls v0.25.0
19372024-12-20T21:20:51.975Z Compiling darling v0.20.10
19382024-12-20T21:20:52.339Z Compiling toml v0.8.19
19392024-12-20T21:20:52.844Z Compiling tokio-native-tls v0.3.1
19402024-12-20T21:20:52.871Z Compiling strum_macros v0.25.3
19412024-12-20T21:20:52.901Z Compiling phf_shared v0.11.2
19422024-12-20T21:20:53.607Z Compiling async-stream v0.3.6
19432024-12-20T21:20:53.867Z Compiling waitgroup v0.1.2
19442024-12-20T21:20:53.884Z Compiling webpki-roots v0.26.6
19452024-12-20T21:20:54.537Z Compiling idna v0.5.0
19462024-12-20T21:20:54.589Z Compiling terminal_size v0.4.0
19472024-12-20T21:20:54.816Z Compiling serde_path_to_error v0.1.16
19482024-12-20T21:20:54.904Z Compiling hkdf v0.12.4
19492024-12-20T21:20:55.788Z Compiling crypto-bigint v0.5.5
19502024-12-20T21:20:55.815Z Compiling clap_derive v4.5.18
19512024-12-20T21:20:55.978Z Compiling derive-where v1.2.7
19522024-12-20T21:20:56.268Z Compiling serde_repr v0.1.19
19532024-12-20T21:20:57.137Z Compiling hostname v0.4.0
19542024-12-20T21:20:57.356Z Compiling crc32fast v1.4.2
19552024-12-20T21:20:57.360Z Compiling clap_lex v0.7.2
19562024-12-20T21:20:57.924Z Compiling bitflags v1.3.2
19572024-12-20T21:20:58.030Z Compiling managed v0.8.0
19582024-12-20T21:20:58.293Z Compiling unicode-width v0.1.14
19592024-12-20T21:20:58.808Z Compiling debug-ignore v1.0.5
19602024-12-20T21:20:59.308Z Compiling console v0.15.8
19612024-12-20T21:20:59.308Z Compiling elliptic-curve v0.13.8
19622024-12-20T21:21:00.641Z Compiling clap_builder v4.5.21
19632024-12-20T21:21:01.312Z Compiling flate2 v1.0.34
19642024-12-20T21:21:02.227Z Compiling cookie_store v0.21.0
19652024-12-20T21:21:04.336Z Compiling hyper-rustls v0.27.3
19662024-12-20T21:21:05.538Z Compiling hickory-resolver v0.24.1
19672024-12-20T21:21:07.916Z Compiling phf v0.11.2
19682024-12-20T21:21:08.103Z Compiling hyper-tls v0.6.0
19692024-12-20T21:21:08.204Z Compiling signal-hook-mio v0.2.4
19702024-12-20T21:21:08.374Z Compiling typify-impl v0.2.0
19712024-12-20T21:21:08.483Z Compiling bzip2 v0.4.4
19722024-12-20T21:21:08.867Z Compiling rayon v1.10.0
19732024-12-20T21:21:09.227Z Compiling postgres-types v0.2.8
19742024-12-20T21:21:09.488Z Compiling tokio-tungstenite v0.24.0
19752024-12-20T21:21:10.522Z Compiling zerocopy v0.6.6
19762024-12-20T21:21:10.586Z Compiling ed25519 v2.2.3
19772024-12-20T21:21:10.877Z Compiling hubpack v0.1.2
19782024-12-20T21:21:10.965Z Compiling phf_shared v0.10.0
19792024-12-20T21:21:11.312Z Compiling pkcs1 v0.7.5
19802024-12-20T21:21:11.375Z Compiling tokio-stream v0.1.16
19812024-12-20T21:21:12.232Z Compiling serde-big-array v0.5.1
19822024-12-20T21:21:12.389Z Compiling rfc6979 v0.4.0
19832024-12-20T21:21:12.452Z Compiling float-cmp v0.9.0
19842024-12-20T21:21:12.580Z Compiling sync_wrapper v1.0.1
19852024-12-20T21:21:12.660Z Compiling bstr v1.10.0
19862024-12-20T21:21:13.742Z Compiling fixedbitset v0.4.2
19872024-12-20T21:21:13.788Z Compiling unicode-width v0.2.0
19882024-12-20T21:21:14.157Z Compiling number_prefix v0.4.0
19892024-12-20T21:21:14.209Z Compiling difflib v0.4.0
19902024-12-20T21:21:14.404Z Compiling whoami v1.5.2
19912024-12-20T21:21:14.853Z Compiling unicode-segmentation v1.12.0
19922024-12-20T21:21:14.957Z Compiling precomputed-hash v0.1.1
19932024-12-20T21:21:15.077Z Compiling normalize-line-endings v0.3.0
19942024-12-20T21:21:15.206Z Compiling new_debug_unreachable v1.0.6
19952024-12-20T21:21:15.307Z Compiling bit-vec v0.6.3
19962024-12-20T21:21:15.471Z Compiling static_assertions v1.1.0
19972024-12-20T21:21:15.533Z Compiling predicates-core v1.0.8
19982024-12-20T21:21:15.757Z Compiling predicates v3.1.2
19992024-12-20T21:21:15.848Z Compiling bit-set v0.5.3
20002024-12-20T21:21:16.139Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20012024-12-20T21:21:16.255Z Compiling similar v2.6.0
20022024-12-20T21:21:17.289Z Compiling string_cache v0.8.7
20032024-12-20T21:21:18.188Z Compiling tokio-postgres v0.7.12
20042024-12-20T21:21:18.302Z Compiling indicatif v0.17.9
20052024-12-20T21:21:19.052Z Compiling petgraph v0.6.5
20062024-12-20T21:21:20.309Z Compiling typify-macro v0.2.0
20072024-12-20T21:21:20.431Z Compiling reqwest v0.12.9
20082024-12-20T21:21:21.955Z Compiling ecdsa v0.16.9
20092024-12-20T21:21:22.939Z Compiling qorb v0.2.1
20102024-12-20T21:21:23.095Z Compiling rsa v0.9.6
20112024-12-20T21:21:23.911Z Compiling ed25519-dalek v2.1.1
20122024-12-20T21:21:24.458Z Compiling zip v0.6.6
20132024-12-20T21:21:24.712Z Compiling crossterm v0.28.1
20142024-12-20T21:21:24.746Z Compiling clap v4.5.21
20152024-12-20T21:21:26.970Z Compiling toml v0.7.8
20162024-12-20T21:21:27.376Z Compiling x509-cert v0.2.5
20172024-12-20T21:21:28.161Z Compiling hex v0.4.3
20182024-12-20T21:21:28.873Z Compiling unicode-xid v0.2.6
20192024-12-20T21:21:28.899Z Compiling peg-runtime v0.8.3
20202024-12-20T21:21:29.258Z Compiling zerocopy v0.8.10
20212024-12-20T21:21:29.418Z Compiling lalrpop-util v0.19.12
20222024-12-20T21:21:31.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20232024-12-20T21:21:35.164Z Compiling proc-macro-crate v1.3.1
20242024-12-20T21:21:36.047Z Compiling ipnetwork v0.20.0
20252024-12-20T21:21:36.086Z Compiling macaddr v1.0.1
20262024-12-20T21:21:36.506Z Compiling zerocopy-derive v0.8.10
20272024-12-20T21:21:36.735Z Compiling itertools v0.13.0
20282024-12-20T21:21:39.788Z Compiling heapless v0.8.0
20292024-12-20T21:21:40.244Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20302024-12-20T21:21:45.117Z Compiling num_enum_derive v0.5.11
20312024-12-20T21:21:53.233Z Compiling hash32 v0.3.1
20322024-12-20T21:21:53.976Z Compiling smoltcp v0.11.0
20332024-12-20T21:21:54.697Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20342024-12-20T21:21:59.542Z Compiling num_enum v0.5.11
20352024-12-20T21:21:59.624Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20362024-12-20T21:22:00.248Z Compiling typify v0.2.0
20372024-12-20T21:22:00.951Z Compiling proc-macro-error-attr v1.0.4
20382024-12-20T21:22:01.236Z Compiling cobs v0.2.3
20392024-12-20T21:22:01.427Z Compiling unsafe-libyaml v0.2.11
20402024-12-20T21:22:02.369Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20412024-12-20T21:22:02.930Z Compiling serde_yaml v0.9.34+deprecated
20422024-12-20T21:22:07.490Z Compiling postcard v1.0.10
20432024-12-20T21:22:19.948Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20442024-12-20T21:22:20.133Z Compiling progenitor-impl v0.8.0
20452024-12-20T21:22:31.723Z Compiling strum_macros v0.26.4
20462024-12-20T21:22:32.302Z Compiling foreign-types-macros v0.2.3
20472024-12-20T21:22:32.305Z Compiling structmeta-derive v0.3.0
20482024-12-20T21:22:32.753Z Compiling proc-macro-error v1.0.4
20492024-12-20T21:22:33.020Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20502024-12-20T21:22:33.080Z Compiling foreign-types-shared v0.3.1
20512024-12-20T21:22:33.210Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20522024-12-20T21:22:33.381Z Compiling newtype-uuid v1.1.3
20532024-12-20T21:22:34.944Z Compiling structmeta v0.3.0
20542024-12-20T21:22:36.143Z Compiling strum v0.26.3
20552024-12-20T21:22:39.895Z Compiling foreign-types v0.5.0
20562024-12-20T21:22:40.022Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20572024-12-20T21:22:43.972Z Compiling progenitor-macro v0.8.0
20582024-12-20T21:22:48.327Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20592024-12-20T21:22:49.370Z Compiling progenitor-client v0.8.0
20602024-12-20T21:22:49.619Z Compiling tabwriter v1.4.0
20612024-12-20T21:22:50.416Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20622024-12-20T21:22:51.214Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20632024-12-20T21:22:51.936Z Compiling cstr-argument v0.1.2
20642024-12-20T21:22:52.055Z Compiling dropshot v0.13.0
20652024-12-20T21:22:52.187Z Compiling thiserror v2.0.3
20662024-12-20T21:22:52.361Z Compiling crucible-workspace-hack v0.1.0
20672024-12-20T21:22:52.640Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20682024-12-20T21:22:52.770Z Compiling fastrand v2.1.1
20692024-12-20T21:22:53.429Z Compiling pretty-hex v0.2.1
20702024-12-20T21:22:54.064Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20712024-12-20T21:22:54.200Z Compiling tempfile v3.13.0
20722024-12-20T21:22:54.883Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732024-12-20T21:22:55.193Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742024-12-20T21:22:55.940Z Compiling parse-display-derive v0.10.0
20752024-12-20T21:22:56.095Z Compiling colored v2.1.0
20762024-12-20T21:22:56.121Z Compiling serde_with_macros v3.11.0
20772024-12-20T21:22:56.663Z Compiling progenitor v0.8.0
20782024-12-20T21:22:56.949Z Compiling dropshot_endpoint v0.13.0
20792024-12-20T21:22:57.292Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20802024-12-20T21:22:58.045Z Compiling thiserror-impl v2.0.3
20812024-12-20T21:22:58.624Z Compiling instant v0.1.13
20822024-12-20T21:22:58.803Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20832024-12-20T21:22:59.203Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20842024-12-20T21:22:59.749Z Compiling parse-display v0.10.0
20852024-12-20T21:23:01.337Z Compiling backoff v0.4.0
20862024-12-20T21:23:01.416Z Compiling serde_with v3.11.0
20872024-12-20T21:23:01.468Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20882024-12-20T21:23:01.676Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20892024-12-20T21:23:01.723Z Compiling zone_cfg_derive v0.3.0
20902024-12-20T21:23:02.288Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20912024-12-20T21:23:02.922Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20922024-12-20T21:23:03.187Z Compiling camino-tempfile v1.1.1
20932024-12-20T21:23:03.655Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20942024-12-20T21:23:03.974Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20952024-12-20T21:23:04.163Z Compiling regress v0.9.1
20962024-12-20T21:23:04.181Z Compiling num-derive v0.4.2
20972024-12-20T21:23:05.824Z Compiling sigpipe v0.1.3
20982024-12-20T21:23:05.971Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20992024-12-20T21:23:06.263Z Compiling libefi-sys v0.1.0
21002024-12-20T21:23:06.505Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21012024-12-20T21:23:06.611Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21022024-12-20T21:23:08.054Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
21032024-12-20T21:23:08.585Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21042024-12-20T21:23:09.851Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21052024-12-20T21:23:11.243Z Compiling zone v0.3.0
21062024-12-20T21:23:14.028Z Compiling smf v0.2.3
21072024-12-20T21:23:14.627Z Compiling bitfield-struct v0.6.2
21082024-12-20T21:23:15.119Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21092024-12-20T21:23:15.148Z Compiling ring v0.16.20
21102024-12-20T21:23:15.994Z Compiling blake3 v1.5.4
21112024-12-20T21:23:16.627Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21122024-12-20T21:23:17.198Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21132024-12-20T21:23:17.220Z Compiling xattr v1.3.1
21142024-12-20T21:23:17.448Z Compiling memmap2 v0.9.5
21152024-12-20T21:23:17.535Z Compiling filetime v0.2.25
21162024-12-20T21:23:17.901Z Compiling arrayvec v0.7.6
21172024-12-20T21:23:18.059Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-12-20T21:23:18.191Z Compiling same-file v1.0.6
21192024-12-20T21:23:18.333Z Compiling constant_time_eq v0.3.1
21202024-12-20T21:23:18.392Z Compiling spin v0.5.2
21212024-12-20T21:23:18.478Z Compiling arrayref v0.3.9
21222024-12-20T21:23:18.501Z Compiling walkdir v2.5.0
21232024-12-20T21:23:18.657Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21242024-12-20T21:23:20.108Z Compiling tar v0.4.42
21252024-12-20T21:23:20.281Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21262024-12-20T21:23:20.716Z Compiling gethostname v0.5.0
21272024-12-20T21:23:20.925Z Compiling cargo-platform v0.1.8
21282024-12-20T21:23:21.228Z Compiling topological-sort v0.2.2
21292024-12-20T21:23:21.319Z Compiling cargo_metadata v0.18.1
21302024-12-20T21:23:21.508Z Compiling shell-words v1.1.0
21312024-12-20T21:23:25.688Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21322024-12-20T21:23:26.887Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21332024-12-20T21:23:27.942Z Compiling omicron-zone-package v0.11.1
21342024-12-20T21:23:30.244Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21352024-12-20T21:23:50.150Z Finished `release` profile [optimized] target(s) in 5m 23s
21362024-12-20T21:23:50.310Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21372024-12-20T21:23:50.356ZLogging to: /work/oxidecomputer/omicron/out/LOG
21382024-12-20T21:23:50.359ZCreated new build target 'test' and set it as active
21392024-12-20T21:23:50.359Z
21402024-12-20T21:23:50.359Zreal 5:23.766573084
21412024-12-20T21:23:50.359Zuser 36:35.904003251
21422024-12-20T21:23:50.359Zsys 4:49.593592634
21432024-12-20T21:23:50.359Ztrap 1.064941954
21442024-12-20T21:23:50.359Ztflt 2.944084922
21452024-12-20T21:23:50.359Zdflt 0.768721581
21462024-12-20T21:23:50.359Zkflt 0.000121088
21472024-12-20T21:23:50.359Zlock 1:17:16.871051874
21482024-12-20T21:23:50.359Zslp 2:33:24.186343014
21492024-12-20T21:23:50.359Zlat 2:30.334951522
21502024-12-20T21:23:50.359Zstop 4:25.705616744
21512024-12-20T21:23:50.362Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21522024-12-20T21:23:51.323Z Finished `release` profile [optimized] target(s) in 0.91s
21532024-12-20T21:23:51.380Z Running `target/release/omicron-package -t test package`
21542024-12-20T21:23:51.425ZLogging to: /work/oxidecomputer/omicron/out/LOG
21552024-12-20T21:23:52.521Z Compiling convert_case v0.4.0
21562024-12-20T21:23:52.521Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21572024-12-20T21:23:52.521Z Compiling newline-converter v0.3.0
21582024-12-20T21:23:52.524Z Compiling password-hash v0.5.0
21592024-12-20T21:23:52.524Z Compiling progenitor-client v0.8.0
21602024-12-20T21:23:52.524Z Compiling blake2 v0.10.6
21612024-12-20T21:23:52.524Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21622024-12-20T21:23:52.664Z Compiling atomicwrites v0.4.4
21632024-12-20T21:23:52.875Z Compiling cancel-safe-futures v0.1.5
21642024-12-20T21:23:52.923Z Compiling expectorate v1.1.0
21652024-12-20T21:23:53.120Z Compiling progenitor v0.8.0
21662024-12-20T21:23:53.193Z Compiling owo-colors v4.1.0
21672024-12-20T21:23:53.196Z Compiling num-rational v0.4.2
21682024-12-20T21:23:53.223Z Compiling argon2 v0.5.3
21692024-12-20T21:23:53.320Z Compiling derive_more v0.99.18
21702024-12-20T21:23:53.414Z Compiling num-complex v0.4.6
21712024-12-20T21:23:53.964Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21722024-12-20T21:23:54.108Z Compiling libsw v3.3.1
21732024-12-20T21:23:54.442Z Compiling linear-map v1.2.0
21742024-12-20T21:23:54.544Z Compiling num v0.4.3
21752024-12-20T21:23:54.663Z Compiling indent_write v2.2.0
21762024-12-20T21:23:54.682Z Compiling swrite v0.1.0
21772024-12-20T21:23:54.770Z Compiling float-ord v0.3.2
21782024-12-20T21:23:54.808Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21792024-12-20T21:23:54.859Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21802024-12-20T21:23:54.884Z Compiling base64 v0.21.7
21812024-12-20T21:23:54.933Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21822024-12-20T21:23:55.548Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21832024-12-20T21:23:55.623Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21842024-12-20T21:23:56.002Z Compiling highway v1.2.0
21852024-12-20T21:23:56.295Z Compiling semver v0.1.20
21862024-12-20T21:23:56.855Z Compiling rustc_version v0.1.7
21872024-12-20T21:23:57.292Z Compiling newtype_derive v0.1.6
21882024-12-20T21:23:57.455Z Compiling newtype-uuid v1.1.3
21892024-12-20T21:23:57.680Z Compiling dropshot v0.13.0
21902024-12-20T21:23:57.753Z Compiling ipnetwork v0.20.0
21912024-12-20T21:23:57.804Z Compiling instant v0.1.13
21922024-12-20T21:23:57.958Z Compiling humantime v2.1.0
21932024-12-20T21:23:59.555Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21942024-12-20T21:23:59.558Z Compiling backoff v0.4.0
21952024-12-20T21:23:59.558Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21962024-12-20T21:23:59.946Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21972024-12-20T21:24:02.763Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21982024-12-20T21:24:03.214Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21992024-12-20T21:24:03.384Z Compiling parse-display v0.10.0
22002024-12-20T21:24:03.937Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012024-12-20T21:24:04.121Z Compiling strum v0.26.3
22022024-12-20T21:24:04.177Z Compiling serde_with v3.11.0
22032024-12-20T21:24:04.309Z Compiling regress v0.9.1
22042024-12-20T21:24:07.599Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22052024-12-20T21:24:09.178Z Compiling macaddr v1.0.1
22062024-12-20T21:24:09.384Z Compiling slog-dtrace v0.3.0
22072024-12-20T21:24:09.417Z Compiling steno v0.4.1
22082024-12-20T21:24:09.508Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22092024-12-20T21:24:09.918Z Compiling prettyplease v0.2.25
22102024-12-20T21:24:11.142Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22112024-12-20T21:24:11.418Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22122024-12-20T21:24:12.238Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22132024-12-20T21:24:14.439Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22142024-12-20T21:24:14.935Z Compiling half v2.4.1
22152024-12-20T21:24:15.647Z Compiling ciborium-io v0.2.2
22162024-12-20T21:24:15.797Z Compiling ciborium-ll v0.2.2
22172024-12-20T21:24:16.325Z Compiling tungstenite v0.21.0
22182024-12-20T21:24:19.489Z Compiling tokio-tungstenite v0.21.0
22192024-12-20T21:24:20.141Z Compiling ciborium v0.2.2
22202024-12-20T21:24:21.456Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22212024-12-20T21:24:26.036Z Compiling same-file v1.0.6
22222024-12-20T21:24:26.273Z Compiling fastrand v2.1.1
22232024-12-20T21:24:27.500Z Compiling display-error-chain v0.2.2
22242024-12-20T21:24:27.725Z Compiling tempfile v3.13.0
22252024-12-20T21:24:28.156Z Compiling walkdir v2.5.0
22262024-12-20T21:24:28.501Z Compiling blake3 v1.5.4
22272024-12-20T21:24:28.821Z Compiling ring v0.16.20
22282024-12-20T21:24:29.117Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22292024-12-20T21:24:29.562Z Compiling xattr v1.3.1
22302024-12-20T21:24:29.830Z Compiling filetime v0.2.25
22312024-12-20T21:24:30.135Z Compiling memmap2 v0.9.5
22322024-12-20T21:24:30.289Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22332024-12-20T21:24:30.521Z Compiling arrayref v0.3.9
22342024-12-20T21:24:30.646Z Compiling spin v0.5.2
22352024-12-20T21:24:30.895Z Compiling arrayvec v0.7.6
22362024-12-20T21:24:31.079Z Compiling keccak v0.1.5
22372024-12-20T21:24:31.318Z Compiling constant_time_eq v0.3.1
22382024-12-20T21:24:32.078Z Compiling sha3 v0.10.8
22392024-12-20T21:24:32.263Z Compiling tar v0.4.42
22402024-12-20T21:24:32.516Z Compiling toolchain_find v0.4.0
22412024-12-20T21:24:32.979Z Compiling camino-tempfile v1.1.1
22422024-12-20T21:24:33.016Z Compiling const_format_proc_macros v0.2.33
22432024-12-20T21:24:33.073Z Compiling crunchy v0.2.2
22442024-12-20T21:24:33.432Z Compiling maplit v1.0.2
22452024-12-20T21:24:33.474Z Compiling topological-sort v0.2.2
22462024-12-20T21:24:33.564Z Compiling radium v0.7.0
22472024-12-20T21:24:33.699Z Compiling omicron-zone-package v0.11.1
22482024-12-20T21:24:34.041Z Compiling rustfmt-wrapper v0.2.1
22492024-12-20T21:24:34.266Z Compiling maybe-uninit v2.0.0
22502024-12-20T21:24:34.551Z Compiling tap v1.0.1
22512024-12-20T21:24:34.596Z Compiling tiny-keccak v2.0.2
22522024-12-20T21:24:34.755Z Compiling wyz v0.5.1
22532024-12-20T21:24:34.878Z Compiling const_format v0.2.33
22542024-12-20T21:24:34.923Z Compiling dsl_auto_type v0.1.2
22552024-12-20T21:24:34.955Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22562024-12-20T21:24:35.220Z Compiling phf_generator v0.11.2
22572024-12-20T21:24:35.403Z Compiling scheduled-thread-pool v0.2.7
22582024-12-20T21:24:35.422Z Compiling secrecy v0.8.0
22592024-12-20T21:24:35.437Z Compiling async-recursion v1.1.1
22602024-12-20T21:24:35.707Z Compiling diesel_table_macro_syntax v0.2.0
22612024-12-20T21:24:36.124Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22622024-12-20T21:24:36.158Z Compiling packed_struct v0.10.1
22632024-12-20T21:24:36.381Z Compiling arc-swap v1.7.1
22642024-12-20T21:24:36.431Z Compiling funty v2.0.0
22652024-12-20T21:24:36.585Z Compiling crc-catalog v2.4.0
22662024-12-20T21:24:36.752Z Compiling crc v3.2.1
22672024-12-20T21:24:36.769Z Compiling diesel_derives v2.2.3
22682024-12-20T21:24:36.943Z Compiling slog-scope v4.4.0
22692024-12-20T21:24:37.059Z Compiling r2d2 v0.8.10
22702024-12-20T21:24:37.532Z Compiling bitvec v1.0.1
22712024-12-20T21:24:37.743Z Compiling phf_codegen v0.11.2
22722024-12-20T21:24:38.470Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22732024-12-20T21:24:38.669Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22742024-12-20T21:24:38.871Z Compiling ascii-canvas v3.0.0
22752024-12-20T21:24:38.898Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22762024-12-20T21:24:39.316Z Compiling universal-hash v0.5.1
22772024-12-20T21:24:39.548Z Compiling thiserror-impl-no-std v2.0.2
22782024-12-20T21:24:42.214Z Compiling packed_struct_codegen v0.10.1
22792024-12-20T21:24:42.233Z Compiling parse-zoneinfo v0.3.1
22802024-12-20T21:24:43.853Z Compiling ena v0.14.3
22812024-12-20T21:24:44.276Z Compiling indexmap v1.9.3
22822024-12-20T21:24:44.589Z Compiling opaque-debug v0.3.1
22832024-12-20T21:24:44.664Z Compiling nodrop v0.1.14
22842024-12-20T21:24:44.697Z Compiling diff v0.1.13
22852024-12-20T21:24:44.812Z Compiling regex-syntax v0.6.29
22862024-12-20T21:24:45.243Z Compiling array-init v0.0.4
22872024-12-20T21:24:46.502Z Compiling poly1305 v0.8.0
22882024-12-20T21:24:48.194Z Compiling diesel v2.2.6
22892024-12-20T21:24:50.232Z Compiling lalrpop v0.19.12
22902024-12-20T21:24:52.204Z Compiling chrono-tz-build v0.4.0
22912024-12-20T21:24:53.383Z Compiling thiserror-no-std v2.0.2
22922024-12-20T21:24:53.520Z Compiling smallvec v0.6.14
22932024-12-20T21:24:54.038Z Compiling slog-stdlog v4.1.1
22942024-12-20T21:24:55.435Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22952024-12-20T21:24:55.471Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22962024-12-20T21:24:55.787Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22972024-12-20T21:24:56.021Z Compiling chacha20 v0.9.1
22982024-12-20T21:24:56.536Z Compiling aead v0.5.2
22992024-12-20T21:24:56.608Z Compiling vte_generate_state_changes v0.1.2
23002024-12-20T21:24:56.887Z Compiling hashbrown v0.12.3
23012024-12-20T21:24:57.175Z Compiling bitfield v0.14.0
23022024-12-20T21:24:57.478Z Compiling termcolor v1.4.1
23032024-12-20T21:24:58.216Z Compiling ref-cast v1.0.23
23042024-12-20T21:24:58.765Z Compiling env_logger v0.10.2
23052024-12-20T21:24:59.651Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23062024-12-20T21:25:01.787Z Compiling vte v0.11.1
23072024-12-20T21:25:03.262Z Compiling chacha20poly1305 v0.10.1
23082024-12-20T21:25:03.561Z Compiling slog-envlogger v2.2.0
23092024-12-20T21:25:06.359Z Compiling serde-hex v0.1.0
23102024-12-20T21:25:11.665Z Compiling vsss-rs v3.3.4
23112024-12-20T21:25:11.922Z Compiling chrono-tz v0.10.0
23122024-12-20T21:25:12.566Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132024-12-20T21:25:12.945Z Compiling ron v0.8.1
23142024-12-20T21:25:15.808Z Compiling polar-core v0.27.3
23152024-12-20T21:25:16.103Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23162024-12-20T21:25:16.406Z Compiling derive_builder_core v0.20.2
23172024-12-20T21:25:17.034Z Compiling hashbrown v0.13.2
23182024-12-20T21:25:18.453Z Compiling headers-core v0.3.0
23192024-12-20T21:25:18.621Z Compiling fxhash v0.2.1
23202024-12-20T21:25:18.639Z Compiling libxml v0.3.3
23212024-12-20T21:25:18.784Z Compiling ref-cast-impl v1.0.23
23222024-12-20T21:25:18.850Z Compiling lockfree-object-pool v0.1.6
23232024-12-20T21:25:18.999Z Compiling simd-adler32 v0.3.7
23242024-12-20T21:25:19.161Z Compiling zip v2.1.3
23252024-12-20T21:25:19.474Z Compiling bumpalo v3.16.0
23262024-12-20T21:25:19.925Z Compiling bytecount v0.6.8
23272024-12-20T21:25:20.031Z Compiling crc-any v2.5.0
23282024-12-20T21:25:20.163Z Compiling papergrid v0.11.0
23292024-12-20T21:25:20.417Z Compiling zopfli v0.8.1
23302024-12-20T21:25:20.952Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23312024-12-20T21:25:24.778Z Compiling derive_builder_macro v0.20.2
23322024-12-20T21:25:25.583Z Compiling headers v0.4.0
23332024-12-20T21:25:25.772Z Compiling object v0.30.4
23342024-12-20T21:25:33.510Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23352024-12-20T21:25:34.650Z Compiling strip-ansi-escapes v0.2.0
23362024-12-20T21:25:35.049Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23372024-12-20T21:25:35.373Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23382024-12-20T21:25:35.767Z Compiling tabled_derive v0.7.0
23392024-12-20T21:25:36.057Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23402024-12-20T21:25:37.952Z Compiling itertools v0.12.1
23412024-12-20T21:25:38.095Z Compiling fd-lock v4.0.2
23422024-12-20T21:25:38.339Z Compiling peg-macros v0.8.4
23432024-12-20T21:25:38.443Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23442024-12-20T21:25:38.619Z Compiling strum_macros v0.24.3
23452024-12-20T21:25:39.524Z Compiling kstat-rs v0.2.4
23462024-12-20T21:25:40.500Z Compiling samael v0.0.17
23472024-12-20T21:25:40.622Z Compiling unicase v2.7.0
23482024-12-20T21:25:40.697Z Compiling nu-ansi-term v0.50.1
23492024-12-20T21:25:40.748Z Compiling indoc v1.0.9
23502024-12-20T21:25:40.952Z Compiling path-slash v0.1.5
23512024-12-20T21:25:41.217Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23522024-12-20T21:25:41.546Z Compiling reedline v0.35.0
23532024-12-20T21:25:41.577Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23542024-12-20T21:25:41.617Z Compiling peg v0.8.4
23552024-12-20T21:25:41.865Z Compiling tabled v0.15.0
23562024-12-20T21:25:46.062Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23572024-12-20T21:25:56.785Z Compiling derive_builder v0.20.2
23582024-12-20T21:26:01.678Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23592024-12-20T21:26:01.828Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23602024-12-20T21:26:01.861Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23612024-12-20T21:26:02.136Z Compiling pem v3.0.4
23622024-12-20T21:26:03.603Z Compiling bcs v0.1.6
23632024-12-20T21:26:04.513Z Compiling oso-derive v0.27.3
23642024-12-20T21:26:05.298Z Compiling impl-trait-for-tuples v0.2.2
23652024-12-20T21:26:05.397Z Compiling libz-sys v1.1.20
23662024-12-20T21:26:05.486Z Compiling quick-xml v0.33.0
23672024-12-20T21:26:06.076Z Compiling diesel-dtrace v0.4.2
23682024-12-20T21:26:06.380Z Compiling parking_lot_core v0.8.6
23692024-12-20T21:26:12.253Z Compiling oso v0.27.3
23702024-12-20T21:26:12.905Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23712024-12-20T21:26:14.482Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23722024-12-20T21:26:19.895Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23732024-12-20T21:26:23.018Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23742024-12-20T21:26:23.321Z Compiling bb8 v0.8.5
23752024-12-20T21:26:23.934Z Compiling buf-list v1.0.3
23762024-12-20T21:26:24.562Z Compiling async-bb8-diesel v0.2.1
23772024-12-20T21:26:26.919Z Compiling nibble_vec v0.1.0
23782024-12-20T21:26:27.159Z Compiling libgit2-sys v0.17.0+1.8.1
23792024-12-20T21:26:27.934Z Compiling pin-project-internal v1.1.6
23802024-12-20T21:26:29.309Z Compiling atty v0.2.14
23812024-12-20T21:26:29.479Z Compiling endian-type v0.1.2
23822024-12-20T21:26:29.741Z Compiling salty v0.3.0
23832024-12-20T21:26:30.191Z Compiling radix_trie v0.2.1
23842024-12-20T21:26:30.729Z Compiling pin-project v1.1.6
23852024-12-20T21:26:31.483Z Compiling parking_lot v0.11.2
23862024-12-20T21:26:34.579Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23872024-12-20T21:26:41.046Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23882024-12-20T21:26:45.813Z Compiling snafu-derive v0.8.5
23892024-12-20T21:26:47.119Z Compiling sled v0.34.7
23902024-12-20T21:26:50.427Z Compiling snafu v0.8.5
23912024-12-20T21:26:51.742Z Compiling mime_guess v2.0.5
23922024-12-20T21:26:52.833Z Compiling hickory-client v0.24.1
23932024-12-20T21:26:58.298Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23942024-12-20T21:27:00.133Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23952024-12-20T21:27:00.441Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23962024-12-20T21:27:00.959Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23972024-12-20T21:27:01.420Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23982024-12-20T21:27:02.874Z Compiling globset v0.4.15
23992024-12-20T21:27:05.953Z Compiling hickory-server v0.24.1
24002024-12-20T21:27:09.539Z Compiling primeorder v0.13.6
24012024-12-20T21:27:10.184Z Compiling olpc-cjson v0.1.4
24022024-12-20T21:27:10.202Z Compiling vergen v8.3.2
24032024-12-20T21:27:10.469Z Compiling castaway v0.2.3
24042024-12-20T21:27:10.515Z Compiling env_filter v0.1.2
24052024-12-20T21:27:10.659Z Compiling cargo-platform v0.1.8
24062024-12-20T21:27:11.158Z Compiling serde_plain v1.0.2
24072024-12-20T21:27:11.979Z Compiling nanorand v0.7.0
24082024-12-20T21:27:13.348Z Compiling memoffset v0.9.1
24092024-12-20T21:27:13.673Z Compiling typed-path v0.9.3
24102024-12-20T21:27:16.263Z Compiling tough v0.19.0
24112024-12-20T21:27:20.163Z Compiling git2 v0.19.0
24122024-12-20T21:27:20.796Z Compiling flume v0.11.1
24132024-12-20T21:27:20.866Z Compiling cargo_metadata v0.18.1
24142024-12-20T21:27:20.884Z Compiling env_logger v0.11.5
24152024-12-20T21:27:21.594Z Compiling compact_str v0.8.0
24162024-12-20T21:27:22.381Z Compiling p384 v0.13.0
24172024-12-20T21:27:24.177Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24182024-12-20T21:27:24.264Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24192024-12-20T21:27:28.493Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202024-12-20T21:27:29.419Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24212024-12-20T21:27:31.317Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24222024-12-20T21:27:34.212Z Compiling unicode-truncate v1.1.0
24232024-12-20T21:27:34.505Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24242024-12-20T21:27:37.249Z Compiling lru v0.12.5
24252024-12-20T21:27:37.629Z Compiling rand_seeder v0.3.0
24262024-12-20T21:27:38.056Z Compiling libsqlite3-sys v0.30.1
24272024-12-20T21:27:38.289Z Compiling lzma-sys v0.1.20
24282024-12-20T21:27:38.576Z Compiling instability v0.3.2
24292024-12-20T21:27:38.995Z Compiling cfg_aliases v0.2.1
24302024-12-20T21:27:39.114Z Compiling cassowary v0.3.0
24312024-12-20T21:27:39.586Z Compiling parse-size v1.1.0
24322024-12-20T21:27:39.914Z Compiling rustls v0.21.12
24332024-12-20T21:27:40.093Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24342024-12-20T21:27:40.213Z Compiling http-range v0.1.5
24352024-12-20T21:27:40.456Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24362024-12-20T21:27:40.800Z Compiling ratatui v0.28.1
24372024-12-20T21:27:40.899Z Compiling nix v0.29.0
24382024-12-20T21:27:41.826Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24392024-12-20T21:27:42.685Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24402024-12-20T21:27:45.623Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24412024-12-20T21:27:47.702Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24422024-12-20T21:27:48.532Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24432024-12-20T21:27:48.551Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24442024-12-20T21:27:48.842Z Compiling sct v0.7.1
24452024-12-20T21:27:49.315Z Compiling rustls-webpki v0.101.7
24462024-12-20T21:27:50.787Z Compiling heck v0.3.3
24472024-12-20T21:27:51.196Z Compiling csv-core v0.1.11
24482024-12-20T21:27:52.059Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24492024-12-20T21:27:52.386Z Compiling glob v0.3.1
24502024-12-20T21:27:52.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24512024-12-20T21:27:53.285Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24522024-12-20T21:27:53.384Z Compiling csv v1.3.0
24532024-12-20T21:27:54.461Z Compiling zone_cfg_derive v0.1.2
24542024-12-20T21:27:55.867Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24552024-12-20T21:27:58.959Z Compiling nix v0.27.1
24562024-12-20T21:28:00.119Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24572024-12-20T21:28:01.108Z Compiling hyper-staticfile v0.10.1
24582024-12-20T21:28:01.970Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24592024-12-20T21:28:02.422Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24602024-12-20T21:28:04.879Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24612024-12-20T21:28:06.128Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24622024-12-20T21:28:08.541Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24632024-12-20T21:28:11.426Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24642024-12-20T21:28:11.787Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24652024-12-20T21:28:12.136Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24662024-12-20T21:28:12.429Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24672024-12-20T21:28:12.729Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24682024-12-20T21:28:13.266Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24692024-12-20T21:28:13.928Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24702024-12-20T21:28:16.088Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24712024-12-20T21:28:16.692Z Compiling hashlink v0.9.1
24722024-12-20T21:28:16.879Z Compiling tungstenite v0.23.0
24732024-12-20T21:28:17.524Z Compiling base64 v0.13.1
24742024-12-20T21:28:18.296Z Compiling fallible-iterator v0.3.0
24752024-12-20T21:28:19.145Z Compiling fallible-streaming-iterator v0.1.9
24762024-12-20T21:28:19.442Z Compiling rusqlite v0.32.1
24772024-12-20T21:28:19.531Z Compiling tokio-tungstenite v0.23.1
24782024-12-20T21:28:19.982Z Compiling ron v0.7.1
24792024-12-20T21:28:20.137Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24802024-12-20T21:28:20.835Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24812024-12-20T21:28:23.542Z Compiling xz2 v0.1.7
24822024-12-20T21:28:24.165Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24832024-12-20T21:28:24.605Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24842024-12-20T21:28:28.466Z Compiling tokio-rustls v0.24.1
24852024-12-20T21:28:28.981Z Compiling zone v0.1.8
24862024-12-20T21:28:30.875Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24872024-12-20T21:28:32.430Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24882024-12-20T21:28:39.684Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24892024-12-20T21:28:40.106Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24902024-12-20T21:28:43.520Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24912024-12-20T21:28:44.823Z Compiling rustls-pemfile v1.0.4
24922024-12-20T21:28:45.690Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24932024-12-20T21:28:45.840Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24942024-12-20T21:28:45.996Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24952024-12-20T21:28:46.180Z Compiling signal-hook-tokio v0.3.1
24962024-12-20T21:28:46.416Z Compiling twox-hash v1.6.3
24972024-12-20T21:28:47.576Z Compiling yasna v0.5.2
24982024-12-20T21:28:50.844Z Compiling is_ci v1.2.0
24992024-12-20T21:28:50.881Z Compiling smawk v0.3.2
25002024-12-20T21:28:51.147Z Compiling unicode-linebreak v0.1.5
25012024-12-20T21:28:51.165Z Compiling supports-color v3.0.1
25022024-12-20T21:28:51.560Z Compiling textwrap v0.16.1
25032024-12-20T21:28:51.711Z Compiling rcgen v0.12.1
25042024-12-20T21:28:58.268Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25052024-12-20T21:29:01.886Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25062024-12-20T21:29:02.631Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25072024-12-20T21:29:03.474Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25082024-12-20T21:29:07.351Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25092024-12-20T21:29:11.356Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102024-12-20T21:29:16.117Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25112024-12-20T21:29:23.472Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25122024-12-20T21:29:29.405Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25132024-12-20T21:29:30.044Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25142024-12-20T21:29:30.344Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25152024-12-20T21:29:36.978Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25162024-12-20T21:29:38.990Z Compiling fatfs v0.3.6
25172024-12-20T21:29:41.765Z Compiling rtoolbox v0.0.2
25182024-12-20T21:29:42.189Z Compiling subprocess v0.2.9
25192024-12-20T21:29:42.293Z Compiling assert_matches v1.5.0
25202024-12-20T21:29:46.845Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25212024-12-20T21:29:47.192Z Compiling rpassword v7.3.1
25222024-12-20T21:29:47.683Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25232024-12-20T21:29:49.050Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25242024-12-20T21:29:54.474Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25252024-12-20T21:29:56.086Z Compiling tui-tree-widget v0.22.0
25262024-12-20T21:29:56.535Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25272024-12-20T21:29:59.997Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25282024-12-20T21:30:00.302Z Compiling uzers v0.12.1
25292024-12-20T21:30:03.479Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25302024-12-20T21:30:09.992Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25312024-12-20T21:30:12.139Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25322024-12-20T21:30:41.543Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25332024-12-20T21:30:42.854Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25342024-12-20T21:30:47.603Z Compiling multimap v0.10.0
25352024-12-20T21:33:05.065Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25362024-12-20T21:33:05.497Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25372024-12-20T21:39:32.735Z Finished `release` profile [optimized] target(s) in 15m 40s
25382024-12-20T21:40:36.181Z
25392024-12-20T21:40:36.181Zreal 16:45.598264641
25402024-12-20T21:40:36.181Zuser 1:56:03.200422538
25412024-12-20T21:40:36.181Zsys 5:50.267348387
25422024-12-20T21:40:36.181Ztrap 2.805180741
25432024-12-20T21:40:36.181Ztflt 3.232611533
25442024-12-20T21:40:36.182Zdflt 3.754652429
25452024-12-20T21:40:36.182Zkflt 0.001029172
25462024-12-20T21:40:36.182Zlock 7:04:07.511422898
25472024-12-20T21:40:36.186Zslp 6:12:51.774088580
25482024-12-20T21:40:36.186Zlat 2:53.511078773
25492024-12-20T21:40:36.186Zstop 2:29.870299334
25502024-12-20T21:40:36.186Z+ mapfile -t packages
25512024-12-20T21:40:36.186Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25522024-12-20T21:40:37.199Z Finished `release` profile [optimized] target(s) in 0.96s
25532024-12-20T21:40:37.260Z Running `target/release/omicron-package -t test list-outputs`
25542024-12-20T21:40:37.304ZLogging to: /work/oxidecomputer/omicron/out/LOG
25552024-12-20T21:40:37.307Z+ ptime -m cargo build --locked --release -p xtask
25562024-12-20T21:40:37.868Z Compiling serde v1.0.215
25572024-12-20T21:40:37.870Z Compiling rustix v0.38.37
25582024-12-20T21:40:37.870Z Compiling serde_json v1.0.132
25592024-12-20T21:40:37.870Z Compiling libc v0.2.162
25602024-12-20T21:40:37.870Z Compiling syn v2.0.87
25612024-12-20T21:40:37.960Z Compiling bitflags v2.6.0
25622024-12-20T21:40:38.355Z Compiling usdt-impl v0.5.0
25632024-12-20T21:40:38.391Z Compiling syn v1.0.109
25642024-12-20T21:40:38.850Z Compiling log v0.4.22
25652024-12-20T21:40:38.872Z Compiling hashbrown v0.15.1
25662024-12-20T21:40:38.872Z Compiling fs-err v2.11.0
25672024-12-20T21:40:38.872Z Compiling once_cell v1.20.2
25682024-12-20T21:40:38.928Z Compiling anyhow v1.0.93
25692024-12-20T21:40:39.443Z Compiling thread-id v4.2.2
25702024-12-20T21:40:39.856Z Compiling indexmap v2.6.0
25712024-12-20T21:40:40.888Z Compiling terminal_size v0.4.0
25722024-12-20T21:40:40.888Z Compiling tempfile v3.13.0
25732024-12-20T21:40:41.117Z Compiling clap_builder v4.5.21
25742024-12-20T21:40:41.788Z Compiling proc-macro-error v1.0.4
25752024-12-20T21:40:43.071Z Compiling tabled_derive v0.7.0
25762024-12-20T21:40:44.388Z Compiling tabled v0.15.0
25772024-12-20T21:40:45.814Z Compiling serde_derive v1.0.215
25782024-12-20T21:40:46.865Z Compiling thiserror-impl v1.0.69
25792024-12-20T21:40:47.028Z Compiling zerocopy-derive v0.7.35
25802024-12-20T21:40:47.156Z Compiling scroll_derive v0.12.0
25812024-12-20T21:40:48.548Z Compiling scroll v0.12.0
25822024-12-20T21:40:49.032Z Compiling zerocopy v0.7.35
25832024-12-20T21:40:49.173Z Compiling goblin v0.8.2
25842024-12-20T21:40:49.821Z Compiling thiserror v1.0.69
25852024-12-20T21:40:49.993Z Compiling pest v2.7.14
25862024-12-20T21:40:53.032Z Compiling pest_meta v2.7.14
25872024-12-20T21:40:54.288Z Compiling pest_generator v2.7.14
25882024-12-20T21:40:56.111Z Compiling clap_derive v4.5.18
25892024-12-20T21:40:57.141Z Compiling pest_derive v2.7.14
25902024-12-20T21:40:57.949Z Compiling dtrace-parser v0.2.0
25912024-12-20T21:41:00.770Z Compiling toml_datetime v0.6.8
25922024-12-20T21:41:01.472Z Compiling serde_tokenstream v0.2.2
25932024-12-20T21:41:02.087Z Compiling serde_spanned v0.6.8
25942024-12-20T21:41:02.364Z Compiling dof v0.3.0
25952024-12-20T21:41:04.504Z Compiling toml_edit v0.22.22
25962024-12-20T21:41:05.789Z Compiling camino v1.1.9
25972024-12-20T21:41:06.336Z Compiling usdt-macro v0.5.0
25982024-12-20T21:41:06.353Z Compiling usdt-attr-macro v0.5.0
25992024-12-20T21:41:07.546Z Compiling cargo-platform v0.1.8
26002024-12-20T21:41:07.694Z Compiling semver v1.0.23
26012024-12-20T21:41:08.365Z Compiling toml v0.8.19
26022024-12-20T21:41:08.656Z Compiling cargo_metadata v0.18.1
26032024-12-20T21:41:09.190Z Compiling usdt v0.5.0
26042024-12-20T21:41:10.699Z Compiling cargo_toml v0.20.5
26052024-12-20T21:41:13.139Z Compiling camino-tempfile v1.1.1
26062024-12-20T21:41:13.142Z Compiling clap v4.5.21
26072024-12-20T21:41:13.283Z Compiling macaddr v1.0.1
26082024-12-20T21:41:22.628Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26092024-12-20T21:41:33.738Z Finished `release` profile [optimized] target(s) in 56.36s
26102024-12-20T21:41:33.844Z
26112024-12-20T21:41:33.847Zreal 56.498245415
26122024-12-20T21:41:33.847Zuser 5:43.004473052
26132024-12-20T21:41:33.847Zsys 31.488425331
26142024-12-20T21:41:33.847Ztrap 0.153257160
26152024-12-20T21:41:33.847Ztflt 0.278345455
26162024-12-20T21:41:33.847Zdflt 0.650148701
26172024-12-20T21:41:33.847Zkflt 0.000048580
26182024-12-20T21:41:33.847Zlock 10:37.181237785
26192024-12-20T21:41:33.847Zslp 16:02.264729101
26202024-12-20T21:41:33.847Zlat 13.442732887
26212024-12-20T21:41:33.847Zstop 17.434574575
26222024-12-20T21:41:33.847Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232024-12-20T21:41:33.847Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26242024-12-20T21:41:33.847Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252024-12-20T21:41:33.847Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26262024-12-20T21:41:33.847Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26272024-12-20T21:41:34.715Z Compiling hashbrown v0.14.5
26282024-12-20T21:41:34.843Z Compiling ident_case v1.0.1
26292024-12-20T21:41:34.848Z Compiling unsafe-libyaml v0.2.11
26302024-12-20T21:41:34.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26312024-12-20T21:41:34.848Z Compiling progenitor-client v0.8.0
26322024-12-20T21:41:34.848Z Compiling ipnetwork v0.20.0
26332024-12-20T21:41:34.848Z Compiling macaddr v1.0.1
26342024-12-20T21:41:34.856Z Compiling instant v0.1.13
26352024-12-20T21:41:34.990Z Compiling darling_core v0.20.10
26362024-12-20T21:41:35.042Z Compiling structmeta-derive v0.3.0
26372024-12-20T21:41:35.339Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26382024-12-20T21:41:35.362Z Compiling dropshot v0.13.0
26392024-12-20T21:41:35.380Z Compiling newtype-uuid v1.1.3
26402024-12-20T21:41:35.704Z Compiling dropshot_endpoint v0.13.0
26412024-12-20T21:41:35.832Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26422024-12-20T21:41:36.076Z Compiling regress v0.10.1
26432024-12-20T21:41:36.114Z Compiling serde_yaml v0.9.34+deprecated
26442024-12-20T21:41:36.133Z Compiling regress v0.9.1
26452024-12-20T21:41:36.625Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26462024-12-20T21:41:36.746Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26472024-12-20T21:41:36.818Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26482024-12-20T21:41:37.122Z Compiling backoff v0.4.0
26492024-12-20T21:41:37.491Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26502024-12-20T21:41:37.622Z Compiling tempfile v3.13.0
26512024-12-20T21:41:37.666Z Compiling proc-macro-crate v1.3.1
26522024-12-20T21:41:38.129Z Compiling structmeta v0.3.0
26532024-12-20T21:41:38.532Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26542024-12-20T21:41:38.578Z Compiling parse-display-derive v0.10.0
26552024-12-20T21:41:38.753Z Compiling num_enum_derive v0.5.11
26562024-12-20T21:41:38.925Z Compiling itertools v0.13.0
26572024-12-20T21:41:40.248Z Compiling typify-impl v0.2.0
26582024-12-20T21:41:41.233Z Compiling zerocopy v0.8.10
26592024-12-20T21:41:41.361Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26602024-12-20T21:41:41.381Z Compiling num_enum v0.5.11
26612024-12-20T21:41:41.585Z Compiling zerocopy-derive v0.8.10
26622024-12-20T21:41:41.740Z Compiling foreign-types-macros v0.2.3
26632024-12-20T21:41:41.960Z Compiling darling_macro v0.20.10
26642024-12-20T21:41:42.275Z Compiling heapless v0.8.0
26652024-12-20T21:41:42.305Z Compiling foreign-types-shared v0.3.1
26662024-12-20T21:41:42.618Z Compiling proc-macro-error v1.0.4
26672024-12-20T21:41:42.906Z Compiling darling v0.20.10
26682024-12-20T21:41:43.043Z Compiling serde_with_macros v3.11.0
26692024-12-20T21:41:43.061Z Compiling foreign-types v0.5.0
26702024-12-20T21:41:43.153Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26712024-12-20T21:41:43.292Z Compiling parse-display v0.10.0
26722024-12-20T21:41:43.344Z Compiling camino-tempfile v1.1.1
26732024-12-20T21:41:43.383Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26742024-12-20T21:41:43.817Z Compiling hash32 v0.3.1
26752024-12-20T21:41:44.007Z Compiling cstr-argument v0.1.2
26762024-12-20T21:41:44.072Z Compiling crucible-workspace-hack v0.1.0
26772024-12-20T21:41:44.248Z Compiling pretty-hex v0.2.1
26782024-12-20T21:41:44.264Z Compiling smoltcp v0.11.0
26792024-12-20T21:41:44.386Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26802024-12-20T21:41:44.450Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26812024-12-20T21:41:44.578Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26822024-12-20T21:41:45.051Z Compiling tabwriter v1.4.0
26832024-12-20T21:41:45.170Z Compiling colored v2.1.0
26842024-12-20T21:41:45.584Z Compiling cobs v0.2.3
26852024-12-20T21:41:45.885Z Compiling serde_with v3.11.0
26862024-12-20T21:41:45.923Z Compiling postcard v1.0.10
26872024-12-20T21:41:46.054Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26882024-12-20T21:41:46.360Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26892024-12-20T21:41:46.677Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26902024-12-20T21:41:46.697Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26912024-12-20T21:41:46.989Z Compiling thiserror v2.0.3
26922024-12-20T21:41:47.715Z Compiling smf v0.2.3
26932024-12-20T21:41:48.023Z Compiling thiserror-impl v2.0.3
26942024-12-20T21:41:48.219Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26952024-12-20T21:41:49.125Z Compiling zone_cfg_derive v0.3.0
26962024-12-20T21:41:49.900Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26972024-12-20T21:41:50.324Z Compiling num-derive v0.4.2
26982024-12-20T21:41:50.391Z Compiling sigpipe v0.1.3
26992024-12-20T21:41:50.527Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27002024-12-20T21:41:50.555Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27012024-12-20T21:41:50.594Z Compiling zone v0.3.0
27022024-12-20T21:41:50.853Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27032024-12-20T21:41:50.984Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27042024-12-20T21:41:51.402Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27052024-12-20T21:41:51.457Z Compiling universal-hash v0.5.1
27062024-12-20T21:41:51.727Z Compiling opaque-debug v0.3.1
27072024-12-20T21:41:51.838Z Compiling num-rational v0.4.2
27082024-12-20T21:41:51.876Z Compiling password-hash v0.5.0
27092024-12-20T21:41:51.977Z Compiling num-complex v0.4.6
27102024-12-20T21:41:52.234Z Compiling blake2 v0.10.6
27112024-12-20T21:41:52.753Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27122024-12-20T21:41:52.838Z Compiling aead v0.5.2
27132024-12-20T21:41:52.935Z Compiling convert_case v0.4.0
27142024-12-20T21:41:53.110Z Compiling keccak v0.1.5
27152024-12-20T21:41:53.229Z Compiling num v0.4.3
27162024-12-20T21:41:53.354Z Compiling argon2 v0.5.3
27172024-12-20T21:41:53.563Z Compiling sha3 v0.10.8
27182024-12-20T21:41:53.658Z Compiling poly1305 v0.8.0
27192024-12-20T21:41:53.696Z Compiling tungstenite v0.21.0
27202024-12-20T21:41:53.968Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27212024-12-20T21:41:54.189Z Compiling derive_more v0.99.18
27222024-12-20T21:41:54.229Z Compiling chacha20 v0.9.1
27232024-12-20T21:41:54.611Z Compiling float-ord v0.3.2
27242024-12-20T21:41:54.718Z Compiling base64 v0.21.7
27252024-12-20T21:41:54.799Z Compiling tokio-tungstenite v0.21.0
27262024-12-20T21:41:55.439Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27272024-12-20T21:41:55.507Z Compiling semver v0.1.20
27282024-12-20T21:41:55.671Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27292024-12-20T21:41:55.865Z Compiling same-file v1.0.6
27302024-12-20T21:41:55.925Z Compiling rustc_version v0.1.7
27312024-12-20T21:41:55.946Z Compiling newline-converter v0.3.0
27322024-12-20T21:41:56.126Z Compiling walkdir v2.5.0
27332024-12-20T21:41:56.181Z Compiling primeorder v0.13.6
27342024-12-20T21:41:56.202Z Compiling secrecy v0.8.0
27352024-12-20T21:41:56.202Z Compiling cancel-safe-futures v0.1.5
27362024-12-20T21:41:56.473Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27372024-12-20T21:41:56.522Z Compiling owo-colors v4.1.0
27382024-12-20T21:41:56.595Z Compiling newtype_derive v0.1.6
27392024-12-20T21:41:56.730Z Compiling expectorate v1.1.0
27402024-12-20T21:41:56.852Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27412024-12-20T21:41:56.888Z Compiling thiserror-impl-no-std v2.0.2
27422024-12-20T21:41:56.910Z Compiling ring v0.16.20
27432024-12-20T21:41:56.928Z Compiling blake3 v1.5.4
27442024-12-20T21:41:57.192Z Compiling half v2.4.1
27452024-12-20T21:41:57.369Z Compiling unicase v2.7.0
27462024-12-20T21:41:57.607Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27472024-12-20T21:41:57.671Z Compiling arc-swap v1.7.1
27482024-12-20T21:41:57.786Z Compiling ciborium-io v0.2.2
27492024-12-20T21:41:57.932Z Compiling ciborium-ll v0.2.2
27502024-12-20T21:41:59.353Z Compiling slog-scope v4.4.0
27512024-12-20T21:41:59.360Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27522024-12-20T21:41:59.360Z Compiling polyval v0.6.2
27532024-12-20T21:41:59.360Z Compiling typify-macro v0.2.0
27542024-12-20T21:41:59.360Z Compiling atomicwrites v0.4.4
27552024-12-20T21:41:59.360Z Compiling libsw v3.3.1
27562024-12-20T21:41:59.360Z Compiling memmap2 v0.9.5
27572024-12-20T21:41:59.409Z Compiling salty v0.3.0
27582024-12-20T21:41:59.693Z Compiling linear-map v1.2.0
27592024-12-20T21:41:59.838Z Compiling spin v0.5.2
27602024-12-20T21:41:59.881Z Compiling constant_time_eq v0.3.1
27612024-12-20T21:42:00.076Z Compiling indent_write v2.2.0
27622024-12-20T21:42:00.093Z Compiling libefi-sys v0.1.0
27632024-12-20T21:42:00.117Z Compiling parking_lot_core v0.8.6
27642024-12-20T21:42:00.205Z Compiling thiserror-no-std v2.0.2
27652024-12-20T21:42:00.293Z Compiling arrayvec v0.7.6
27662024-12-20T21:42:00.328Z Compiling arrayref v0.3.9
27672024-12-20T21:42:00.397Z Compiling vsss-rs v3.3.4
27682024-12-20T21:42:00.474Z Compiling ghash v0.5.1
27692024-12-20T21:42:00.721Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27702024-12-20T21:42:00.774Z Compiling slog-stdlog v4.1.1
27712024-12-20T21:42:01.060Z Compiling ciborium v0.2.2
27722024-12-20T21:42:01.955Z Compiling p384 v0.13.0
27732024-12-20T21:42:02.008Z Compiling toolchain_find v0.4.0
27742024-12-20T21:42:02.029Z Compiling chacha20poly1305 v0.10.1
27752024-12-20T21:42:02.283Z Compiling ctr v0.9.2
27762024-12-20T21:42:02.653Z Compiling lzma-sys v0.1.20
27772024-12-20T21:42:02.695Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27782024-12-20T21:42:02.758Z Compiling bitfield-struct v0.6.2
27792024-12-20T21:42:03.104Z Compiling slog-dtrace v0.3.0
27802024-12-20T21:42:03.265Z Compiling typify v0.2.0
27812024-12-20T21:42:03.406Z Compiling progenitor-impl v0.8.0
27822024-12-20T21:42:03.428Z Compiling topological-sort v0.2.2
27832024-12-20T21:42:03.452Z Compiling highway v1.2.0
27842024-12-20T21:42:03.662Z Compiling omicron-zone-package v0.11.1
27852024-12-20T21:42:03.711Z Compiling aes-gcm v0.10.3
27862024-12-20T21:42:04.012Z Compiling rustfmt-wrapper v0.2.1
27872024-12-20T21:42:04.178Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27882024-12-20T21:42:04.236Z Compiling mime_guess v2.0.5
27892024-12-20T21:42:04.352Z Compiling slog-envlogger v2.2.0
27902024-12-20T21:42:04.597Z Compiling steno v0.4.1
27912024-12-20T21:42:05.190Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27922024-12-20T21:42:05.360Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27932024-12-20T21:42:05.412Z Compiling heck v0.3.3
27942024-12-20T21:42:05.577Z Compiling ssh-encoding v0.2.0
27952024-12-20T21:42:05.857Z Compiling blowfish v0.9.1
27962024-12-20T21:42:05.877Z Compiling nibble_vec v0.1.0
27972024-12-20T21:42:05.967Z Compiling env_filter v0.1.2
27982024-12-20T21:42:06.097Z Compiling humantime v2.1.0
27992024-12-20T21:42:06.134Z Compiling endian-type v0.1.2
28002024-12-20T21:42:06.329Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28012024-12-20T21:42:06.375Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28022024-12-20T21:42:06.516Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28032024-12-20T21:42:06.588Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28042024-12-20T21:42:06.684Z Compiling radix_trie v0.2.1
28052024-12-20T21:42:06.705Z Compiling env_logger v0.11.5
28062024-12-20T21:42:06.766Z Compiling bcrypt-pbkdf v0.10.0
28072024-12-20T21:42:06.898Z Compiling ssh-cipher v0.2.0
28082024-12-20T21:42:07.389Z Compiling zone_cfg_derive v0.1.2
28092024-12-20T21:42:07.457Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28102024-12-20T21:42:07.589Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28112024-12-20T21:42:07.994Z Compiling parking_lot v0.11.2
28122024-12-20T21:42:08.633Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28132024-12-20T21:42:08.669Z Compiling password-hash v0.4.2
28142024-12-20T21:42:08.690Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28152024-12-20T21:42:08.883Z Compiling gethostname v0.5.0
28162024-12-20T21:42:08.942Z Compiling fxhash v0.2.1
28172024-12-20T21:42:09.057Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28182024-12-20T21:42:09.109Z Compiling zip v2.1.3
28192024-12-20T21:42:09.148Z Compiling lockfree-object-pool v0.1.6
28202024-12-20T21:42:09.290Z Compiling http-range v0.1.5
28212024-12-20T21:42:09.338Z Compiling bumpalo v3.16.0
28222024-12-20T21:42:09.424Z Compiling matches v0.1.10
28232024-12-20T21:42:09.454Z Compiling simd-adler32 v0.3.7
28242024-12-20T21:42:09.537Z Compiling base64 v0.13.1
28252024-12-20T21:42:09.606Z Compiling idna v0.2.3
28262024-12-20T21:42:09.730Z Compiling pbkdf2 v0.11.0
28272024-12-20T21:42:09.828Z Compiling zopfli v0.8.1
28282024-12-20T21:42:10.038Z Compiling ron v0.7.1
28292024-12-20T21:42:10.081Z Compiling sled v0.34.7
28302024-12-20T21:42:10.102Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28312024-12-20T21:42:10.171Z Compiling zone v0.1.8
28322024-12-20T21:42:10.796Z Compiling xz2 v0.1.7
28332024-12-20T21:42:11.248Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28342024-12-20T21:42:11.615Z Compiling progenitor-macro v0.8.0
28352024-12-20T21:42:11.693Z Compiling ssh-key v0.6.6
28362024-12-20T21:42:11.890Z Compiling hickory-client v0.24.1
28372024-12-20T21:42:12.527Z Compiling p256 v0.13.2
28382024-12-20T21:42:12.613Z Compiling p521 v0.13.3
28392024-12-20T21:42:12.882Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28402024-12-20T21:42:13.701Z Compiling hickory-server v0.24.1
28412024-12-20T21:42:13.716Z Compiling enum-as-inner v0.5.1
28422024-12-20T21:42:14.016Z Compiling pem v3.0.4
28432024-12-20T21:42:14.471Z Compiling yasna v0.5.2
28442024-12-20T21:42:14.838Z Compiling headers-core v0.3.0
28452024-12-20T21:42:14.907Z Compiling kstat-rs v0.2.4
28462024-12-20T21:42:15.005Z Compiling nanorand v0.7.0
28472024-12-20T21:42:15.583Z Compiling russh-cryptovec v0.7.3
28482024-12-20T21:42:15.605Z Compiling atty v0.2.14
28492024-12-20T21:42:15.763Z Compiling md5 v0.7.0
28502024-12-20T21:42:15.921Z Compiling rcgen v0.12.1
28512024-12-20T21:42:16.203Z Compiling russh-keys v0.45.0
28522024-12-20T21:42:16.286Z Compiling flume v0.11.1
28532024-12-20T21:42:16.649Z Compiling headers v0.4.0
28542024-12-20T21:42:16.686Z Compiling trust-dns-proto v0.22.0
28552024-12-20T21:42:17.075Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28562024-12-20T21:42:18.498Z Compiling hyper-staticfile v0.10.1
28572024-12-20T21:42:19.694Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28582024-12-20T21:42:20.334Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28592024-12-20T21:42:20.513Z Compiling num-bigint v0.4.6
28602024-12-20T21:42:20.685Z Compiling des v0.8.1
28612024-12-20T21:42:20.819Z Compiling subprocess v0.2.9
28622024-12-20T21:42:20.857Z Compiling dhcproto-macros v0.1.0
28632024-12-20T21:42:21.045Z Compiling hex-literal v0.4.1
28642024-12-20T21:42:21.214Z Compiling display-error-chain v0.2.2
28652024-12-20T21:42:21.439Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28662024-12-20T21:42:21.797Z Compiling internet-checksum v0.2.1
28672024-12-20T21:42:21.850Z Compiling dhcproto v0.12.0
28682024-12-20T21:42:23.489Z Compiling russh v0.45.0
28692024-12-20T21:42:25.219Z Compiling progenitor v0.8.0
28702024-12-20T21:42:25.356Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28712024-12-20T21:42:25.360Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28722024-12-20T21:42:25.360Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28732024-12-20T21:42:25.360Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28742024-12-20T21:42:25.360Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28752024-12-20T21:42:25.360Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28762024-12-20T21:42:25.446Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28772024-12-20T21:42:26.898Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28782024-12-20T21:42:27.157Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28792024-12-20T21:42:27.805Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28802024-12-20T21:42:31.314Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812024-12-20T21:42:32.188Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28822024-12-20T21:42:41.406Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832024-12-20T21:42:41.406Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28842024-12-20T21:42:41.409Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28852024-12-20T21:42:41.409Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28862024-12-20T21:42:44.827Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28872024-12-20T21:42:44.827Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28882024-12-20T21:42:45.916Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28892024-12-20T21:42:46.544Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902024-12-20T21:42:48.560Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28912024-12-20T21:42:49.636Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28922024-12-20T21:42:50.678Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28932024-12-20T21:42:50.824Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28942024-12-20T21:42:52.046Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28952024-12-20T21:42:53.456Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28962024-12-20T21:42:53.796Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28972024-12-20T21:42:54.533Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28982024-12-20T21:42:55.423Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28992024-12-20T21:42:55.463Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29002024-12-20T21:42:55.676Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29012024-12-20T21:42:57.407Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29022024-12-20T21:42:57.930Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29032024-12-20T21:42:59.626Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29042024-12-20T21:43:01.078Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29052024-12-20T21:43:01.301Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29062024-12-20T21:43:01.803Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29072024-12-20T21:43:04.302Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29082024-12-20T21:43:04.999Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29092024-12-20T21:43:06.360Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29102024-12-20T21:43:10.361Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29112024-12-20T21:43:19.181Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29122024-12-20T21:43:20.468Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29132024-12-20T21:43:39.910Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29142024-12-20T21:44:14.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
29152024-12-20T21:44:15.095Z
29162024-12-20T21:44:15.098Zreal 2:41.175527178
29172024-12-20T21:44:15.098Zuser 12:22.788451201
29182024-12-20T21:44:15.098Zsys 2:44.033170440
29192024-12-20T21:44:15.098Ztrap 0.335155036
29202024-12-20T21:44:15.098Ztflt 0.894770918
29212024-12-20T21:44:15.098Zdflt 1.858498470
29222024-12-20T21:44:15.099Zkflt 0.000005498
29232024-12-20T21:44:15.099Zlock 26:00.691523835
29242024-12-20T21:44:15.099Zslp 45:09.490850058
29252024-12-20T21:44:15.099Zlat 36.121974604
29262024-12-20T21:44:15.099Zstop 1:32.404684804
29272024-12-20T21:44:15.099Z+ mkdir tests
29282024-12-20T21:44:15.104Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29292024-12-20T21:44:15.104Z+ xargs -I '{}' -t cp '{}' tests/
29302024-12-20T21:44:15.141Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/
29312024-12-20T21:44:15.168Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/
29322024-12-20T21:44:15.200Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/
29332024-12-20T21:44:15.222Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/
29342024-12-20T21:44:15.454Z+ 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/*)
29352024-12-20T21:44:15.462Z+ 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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
29362024-12-20T21:45:26.895ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29372024-12-20T21:45:26.895Za .github/buildomat/ci-env.sh 1K
29382024-12-20T21:45:26.895Za out/target/test 1K
29392024-12-20T21:45:26.895Za out/npuzone/npuzone 23144K
29402024-12-20T21:45:26.895Za package-manifest.toml 33K
29412024-12-20T21:45:26.895Za smf/sled-agent/non-gimlet/config.toml 4K
29422024-12-20T21:45:26.895Za target/release/omicron-package 36325K
29432024-12-20T21:45:26.895Za target/release/xtask 11762K
29442024-12-20T21:45:26.895Za target/debug/bootstrap 210153K
29452024-12-20T21:45:26.895Za tests/bootstrap-41e4b8f650b448b3 24246K
29462024-12-20T21:45:26.895Za tests/commtest-a6a38627cf68b1a4 25022K
29472024-12-20T21:45:26.895Za tests/dhcp_server-5f4fd34570514b4f 24246K
29482024-12-20T21:45:26.895Za tests/end_to_end_tests-40465226e9d9f67a 228212K
29492024-12-20T21:45:26.895Za out/clickhouse.tar.gz 293411K
29502024-12-20T21:45:26.896Za out/clickhouse_keeper.tar.gz 280526K
29512024-12-20T21:45:26.896Za out/clickhouse_server.tar.gz 293390K
29522024-12-20T21:45:26.896Za out/cockroachdb.tar.gz 134575K
29532024-12-20T21:45:26.896Za out/crucible-dtrace.tar 85K
29542024-12-20T21:45:26.896Za out/crucible-pantry-zone.tar.gz 28190K
29552024-12-20T21:45:26.896Za out/crucible-zone.tar.gz 36406K
29562024-12-20T21:45:26.896Za out/external-dns.tar.gz 35284K
29572024-12-20T21:45:26.896Za out/internal-dns.tar.gz 35282K
29582024-12-20T21:45:26.896Za out/mg-ddm-gz.tar 63075K
29592024-12-20T21:45:26.896Za out/nexus.tar.gz 97950K
29602024-12-20T21:45:26.896Za out/ntp.tar.gz 10373K
29612024-12-20T21:45:26.896Za out/omicron-gateway-softnpu.tar.gz 23853K
29622024-12-20T21:45:26.896Za out/omicron-sled-agent.tar 113312K
29632024-12-20T21:45:26.896Za out/overlay.tar.gz 3K
29642024-12-20T21:45:26.896Za out/oximeter.tar.gz 47672K
29652024-12-20T21:45:26.896Za out/oxlog.tar 3088K
29662024-12-20T21:45:26.896Za out/probe.tar.gz 2764K
29672024-12-20T21:45:26.896Za out/propolis-server.tar.gz 66730K
29682024-12-20T21:45:26.896Za out/pumpkind-gz.tar 26665K
29692024-12-20T21:45:26.896Za out/switch-softnpu.tar.gz 235566K
29702024-12-20T21:45:26.900Z
29712024-12-20T21:45:26.900Zreal 1:11.425835725
29722024-12-20T21:45:26.900Zuser 1:08.236000917
29732024-12-20T21:45:26.900Zsys 4.539538950
29742024-12-20T21:45:26.900Ztrap 0.018434518
29752024-12-20T21:45:26.900Ztflt 0.000000000
29762024-12-20T21:45:26.900Zdflt 0.000003889
29772024-12-20T21:45:26.900Zkflt 0.000000000
29782024-12-20T21:45:26.900Zlock 0.000000000
29792024-12-20T21:45:26.900Zslp 1:08.022704869
29802024-12-20T21:45:26.900Zlat 2.029235898
29812024-12-20T21:45:26.900Zstop 0.000524990
29822024-12-20T21:45:26.900Zprocess exited: duration 1970484 ms, exit code 0
 
29832024-12-20T21:45:26.916Zfound 1 output files
29842024-12-20T21:45:26.916Zuploading: /work/package.tar.gz (1880404774 bytes)
29852024-12-20T21:46:15.953Zuploaded: /work/package.tar.gz