01JKYRMYZVSRF9RG9HKZFZK29T: 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: 01JKYRNFV0ZE252HNNNG25ZVM8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-13T04:22:59.544Zjob assigned to worker 01JKYRNKQN1FMCHB2FTYYMQQTS [factory aws, i-0c87a727a3c40cb08] (queued for 1 m 3 s)
 
22025-02-13T04:23:07.525Zstarting task 0: "setup"
32025-02-13T04:23:07.532Z++ uname -s
42025-02-13T04:23:07.535Z+ kern=SunOS
52025-02-13T04:23:07.535Z+ build_user=build
62025-02-13T04:23:07.535Z+ build_uid=12345
72025-02-13T04:23:07.535Z+ work_dir=/work
82025-02-13T04:23:07.535Z+ input_dir=/input
92025-02-13T04:23:07.535Z+ [[ 0 == 12345 ]]
102025-02-13T04:23:07.535Z+ case "$kern" in
112025-02-13T04:23:07.535Z+ groupadd -g 12345 build
122025-02-13T04:23:07.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-13T04:23:09.544Z+ zfs create -o mountpoint=/work rpool/work
142025-02-13T04:23:09.718Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-13T04:23:09.720Z+ home_fs=zfs
162025-02-13T04:23:09.720Z+ [[ zfs == autofs ]]
172025-02-13T04:23:09.720Z+ mkdir -p /home/build
182025-02-13T04:23:09.723Z+ chown build:build /home/build /work
192025-02-13T04:23:11.724Z+ chmod 0700 /home/build /work
202025-02-13T04:23:11.728Zprocess exited: duration 4202 ms, exit code 0
 
212025-02-13T04:23:11.733Zstarting task 1: "rust-toolchain"
222025-02-13T04:23:11.739Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-13T04:23:11.739Z * rust toolchain channel = "1.84.1"
242025-02-13T04:23:11.739Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-13T04:23:11.739Z * rust toolchain profile = "default"
262025-02-13T04:23:11.739Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-13T04:23:11.742Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-13T04:23:11.742Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-13T04:23:11.742Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-13T04:23:11.865Zinfo: downloading installer
312025-02-13T04:23:13.406Zwarning: it looks like you have an existing installation of Rust at:
322025-02-13T04:23:13.406Zwarning: /opt/ooce/bin
332025-02-13T04:23:13.406Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-13T04:23:13.406Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-13T04:23:13.406Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-13T04:23:13.406Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-13T04:23:13.406Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-13T04:23:13.406Zerror: cannot install while Rust is installed
392025-02-13T04:23:13.406Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-13T04:23:13.429Zinfo: profile set to 'default'
412025-02-13T04:23:13.429Zinfo: default host triple is x86_64-unknown-illumos
422025-02-13T04:23:13.432Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-13T04:23:13.582Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-13T04:23:13.582Zinfo: downloading component 'cargo'
452025-02-13T04:23:14.708Zinfo: downloading component 'clippy'
462025-02-13T04:23:15.262Zinfo: downloading component 'rust-docs'
472025-02-13T04:23:16.419Zinfo: downloading component 'rust-std'
482025-02-13T04:23:18.541Zinfo: downloading component 'rustc'
492025-02-13T04:23:25.460Zinfo: downloading component 'rustfmt'
502025-02-13T04:23:25.933Zinfo: installing component 'cargo'
512025-02-13T04:23:26.754Zinfo: installing component 'clippy'
522025-02-13T04:23:27.135Zinfo: installing component 'rust-docs'
532025-02-13T04:23:28.821Zinfo: installing component 'rust-std'
542025-02-13T04:23:30.682Zinfo: installing component 'rustc'
552025-02-13T04:23:36.662Zinfo: installing component 'rustfmt'
562025-02-13T04:23:36.995Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-13T04:23:36.995Z
582025-02-13T04:23:37.385Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-13T04:23:37.385Z
602025-02-13T04:23:37.388Z
612025-02-13T04:23:37.388ZRust is installed now. Great!
622025-02-13T04:23:37.388Z
632025-02-13T04:23:37.388ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-13T04:23:37.388Zenvironment variable. This has not been done automatically.
652025-02-13T04:23:37.388Z
662025-02-13T04:23:37.388ZTo configure your current shell, you need to source
672025-02-13T04:23:37.388Zthe corresponding env file under $HOME/.cargo.
682025-02-13T04:23:37.388Z
692025-02-13T04:23:37.388ZThis is usually done by running one of the following (note the leading DOT):
702025-02-13T04:23:37.388Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-13T04:23:37.388Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-13T04:23:37.463Z+ rustup --version
732025-02-13T04:23:37.470Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-13T04:23:37.470Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-13T04:23:37.548Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-13T04:23:37.551Z+ cargo --version
772025-02-13T04:23:37.609Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-13T04:23:37.611Z+ rustc --version
792025-02-13T04:23:37.671Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-13T04:23:37.674Zprocess exited: duration 25940 ms, exit code 0
 
812025-02-13T04:23:37.680Zstarting task 2: "authentication"
822025-02-13T04:23:37.702Zprocess exited: duration 21 ms, exit code 0
 
832025-02-13T04:23:37.711Zstarting task 3: "clone repository"
842025-02-13T04:23:37.714Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-13T04:23:37.717Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-13T04:23:37.758ZCloning into '/work/oxidecomputer/omicron'...
872025-02-13T04:23:45.387Z+ cd /work/oxidecomputer/omicron
882025-02-13T04:23:45.387Z+ git fetch origin 4bcbe5a521794e0597562f1a951aab523d49f33c
892025-02-13T04:23:45.654ZFrom https://github.com/oxidecomputer/omicron
902025-02-13T04:23:45.654Z * branch 4bcbe5a521794e0597562f1a951aab523d49f33c -> FETCH_HEAD
912025-02-13T04:23:45.664Z+ [[ -n renovate/derive_more-0.x ]]
922025-02-13T04:23:45.667Z++ git branch --show-current
932025-02-13T04:23:45.670Z+ current=main
942025-02-13T04:23:45.670Z+ [[ main != renovate/derive_more-0.x ]]
952025-02-13T04:23:45.670Z+ git branch -f renovate/derive_more-0.x 4bcbe5a521794e0597562f1a951aab523d49f33c
962025-02-13T04:23:45.672Z+ git checkout -f renovate/derive_more-0.x
972025-02-13T04:23:45.855ZSwitched to branch 'renovate/derive_more-0.x'
982025-02-13T04:23:45.859Z+ git reset --hard 4bcbe5a521794e0597562f1a951aab523d49f33c
992025-02-13T04:23:45.871ZHEAD is now at 4bcbe5a52 Update Rust crate derive_more to 0.99.19
1002025-02-13T04:23:45.873Zprocess exited: duration 8164 ms, exit code 0
 
1012025-02-13T04:23:45.879Zstarting task 4: "build"
1022025-02-13T04:23:45.884Z+ source .github/buildomat/ci-env.sh
1032025-02-13T04:23:45.887Z++ export CARGO_TERM_COLOR=always
1042025-02-13T04:23:45.887Z++ CARGO_TERM_COLOR=always
1052025-02-13T04:23:45.887Z+ cargo --version
1062025-02-13T04:23:45.933Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-13T04:23:45.935Z+ rustc --version
1082025-02-13T04:23:45.994Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-13T04:23:45.997Z+ WORK=/work
1102025-02-13T04:23:45.997Z+ pfexec mkdir -p /work
1112025-02-13T04:23:46.001Z+ pfexec chown build /work
1122025-02-13T04:23:46.004Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-13T04:23:47.565Zpkg list: illegal option -- F
1142025-02-13T04:23:47.567ZUsage:
1152025-02-13T04:23:47.567Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-13T04:23:47.567Z [pkg_fmri_pattern ...]
1172025-02-13T04:23:48.423Zpkg list: illegal option -- F
1182025-02-13T04:23:48.423ZUsage:
1192025-02-13T04:23:48.426Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-13T04:23:48.426Z [pkg_fmri_pattern ...]
1212025-02-13T04:23:57.263Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-13T04:24:01.510Z Startup: Caching catalogs ... Done
1232025-02-13T04:24:14.266ZPlanning: Solver setup ... Done (11.800s)
1242025-02-13T04:24:14.426ZPlanning: Running solver ... Done (0.160s)
1252025-02-13T04:24:14.543ZPlanning: Finding local manifests ... Done (0.006s)
1262025-02-13T04:24:14.602ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-13T04:24:16.461ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-13T04:24:16.568ZPlanning: Package planning ... Done (0.107s)
1292025-02-13T04:24:16.624ZPlanning: Merging actions ... Done (0.056s)
1302025-02-13T04:24:16.821ZPlanning: Checking for conflicting actions ... Done (0.197s)
1312025-02-13T04:24:18.935ZPlanning: Consolidating action changes ... Done (2.113s)
1322025-02-13T04:24:19.341ZPlanning: Evaluating mediators ... Done (0.406s)
1332025-02-13T04:24:19.418ZPlanning: Planning completed in 17.81 seconds
1342025-02-13T04:24:19.434Z Packages to install: 4
1352025-02-13T04:24:19.434Z Packages to update: 3
1362025-02-13T04:24:19.434Z Mediators to change: 2
1372025-02-13T04:24:19.437Z Services to change: 1
1382025-02-13T04:24:19.437Z Estimated space available: 155.61 GB
1392025-02-13T04:24:19.437ZEstimated space to be consumed: 1.65 GB
1402025-02-13T04:24:19.437Z Create boot environment: No
1412025-02-13T04:24:19.437ZCreate backup boot environment: Yes
1422025-02-13T04:24:19.437Z Rebuild boot archive: No
1432025-02-13T04:24:19.437Z
1442025-02-13T04:24:19.437ZChanged mediators:
1452025-02-13T04:24:19.437Z mediator clang:
1462025-02-13T04:24:19.437Z version: None -> 15 (system default)
1472025-02-13T04:24:19.437Z
1482025-02-13T04:24:19.437Z mediator llvm:
1492025-02-13T04:24:19.437Z version: 14 (system default) -> 15 (system default)
1502025-02-13T04:24:19.438Z
1512025-02-13T04:24:19.438ZChanged packages:
1522025-02-13T04:24:19.438Zhelios-dev
1532025-02-13T04:24:19.438Z developer/build-essential
1542025-02-13T04:24:19.438Z None -> 11-2.0
1552025-02-13T04:24:19.438Z library/libxmlsec1
1562025-02-13T04:24:19.438Z None -> 1.2.35-2.0
1572025-02-13T04:24:19.438Z ooce/developer/clang-15
1582025-02-13T04:24:19.438Z None -> 15.0.7-2.0
1592025-02-13T04:24:19.438Z ooce/developer/llvm-15
1602025-02-13T04:24:19.438Z None -> 15.0.7-2.0
1612025-02-13T04:24:19.438Z package/pkg
1622025-02-13T04:24:19.438Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-13T04:24:19.438Z system/library/g++-runtime
1642025-02-13T04:24:19.438Z 13-2.0 -> 14-2.0
1652025-02-13T04:24:19.438Z system/library/gcc-runtime
1662025-02-13T04:24:19.438Z 13-2.0 -> 14-2.0
1672025-02-13T04:24:19.438Z
1682025-02-13T04:24:19.438ZServices:
1692025-02-13T04:24:19.438Z restart_fmri:
1702025-02-13T04:24:19.438Z svc:/system/update-man-index:default
1712025-02-13T04:24:19.438Z
1722025-02-13T04:24:19.438ZEditable files to change:
1732025-02-13T04:24:19.438Z Update:
1742025-02-13T04:24:19.438Z usr/share/lib/pkg/web/config.shtml
1752025-02-13T04:24:19.507Z
1762025-02-13T04:24:19.507ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-13T04:24:24.509ZDownload: 866/4301 items 18.7/225.4MB 8% complete (3.8M/s)
1782025-02-13T04:24:29.756ZDownload: 1222/4301 items 93.5/225.4MB 41% complete (9.4M/s)
1792025-02-13T04:24:34.807ZDownload: 1471/4301 items 116.7/225.4MB 51% complete (9.9M/s)
1802025-02-13T04:24:39.814ZDownload: 1838/4301 items 118.0/225.4MB 52% complete (3.1M/s)
1812025-02-13T04:24:45.108ZDownload: 2219/4301 items 119.0/225.4MB 52% complete (236k/s)
1822025-02-13T04:24:58.915ZDownload: 2223/4301 items 119.0/225.4MB 52% complete
1832025-02-13T04:25:04.051ZDownload: 2498/4301 items 120.2/225.4MB 53% complete (264k/s)
1842025-02-13T04:25:08.949ZDownload: 2889/4301 items 121.1/225.4MB 53% complete (220k/s)
1852025-02-13T04:25:13.989ZDownload: 3130/4301 items 165.7/225.4MB 73% complete (4.5M/s)
1862025-02-13T04:25:24.843ZDownload: 3247/4301 items 203.1/225.4MB 90% complete (8.1M/s)
1872025-02-13T04:25:29.918ZDownload: 3370/4301 items 212.8/225.4MB 94% complete (2.2M/s)
1882025-02-13T04:25:34.944ZDownload: 3654/4301 items 216.2/225.4MB 95% complete (1.4M/s)
1892025-02-13T04:25:39.957ZDownload: 3739/4301 items 216.6/225.4MB 96% complete (539k/s)
1902025-02-13T04:25:45.051ZDownload: 3813/4301 items 217.1/225.4MB 96% complete (162k/s)
1912025-02-13T04:25:50.109ZDownload: 3906/4301 items 217.6/225.4MB 96% complete (98.6k/s)
1922025-02-13T04:25:55.141ZDownload: 4029/4301 items 218.6/225.4MB 96% complete (139k/s)
1932025-02-13T04:26:00.879ZDownload: 4200/4301 items 220.5/225.4MB 97% complete (296k/s)
1942025-02-13T04:26:12.431ZDownload: 4203/4301 items 220.5/225.4MB 97% complete
1952025-02-13T04:26:21.120ZDownload: 4204/4301 items 220.5/225.4MB 97% complete
1962025-02-13T04:26:28.402ZDownload: 4204/4301 items 220.5/225.4MB 97% complete
1972025-02-13T04:26:31.874ZDownload: Completed 225.42 MB in 132.37 seconds (1.7M/s)
1982025-02-13T04:26:34.146Z Actions: 1/5122 actions (Removing old actions)
1992025-02-13T04:26:34.164Z Actions: 194/5122 actions (Installing new actions)
2002025-02-13T04:26:38.871Z Actions: 4267/5122 actions (Updating modified actions)
2012025-02-13T04:26:39.212Z Actions: Completed 5122 actions in 5.07 seconds.
2022025-02-13T04:26:39.449Z Done (0.227s)
2032025-02-13T04:26:39.452Z Done (0.001s)
2042025-02-13T04:26:40.049Z Done (0.599s)
2052025-02-13T04:26:44.292Z Done (4.017s)
2062025-02-13T04:26:44.383Z Done (0.018s)
2072025-02-13T04:26:44.386Z Done (0.000s)
2082025-02-13T04:26:44.547Z Done (0.000s)
2092025-02-13T04:26:45.262ZPlanning: Evaluating mediator changes ... Done
2102025-02-13T04:26:45.422ZPlanning: Checking for conflicting actions ... Done
2112025-02-13T04:26:45.425ZPlanning: Consolidating action changes ... Done
2122025-02-13T04:26:45.687ZPlanning: Evaluating mediators ... Done
2132025-02-13T04:26:45.691ZPlanning: Planning completed in 0.42 seconds
2142025-02-13T04:26:45.725Z Mediators to change: 2
2152025-02-13T04:26:45.728Z Create boot environment: No
2162025-02-13T04:26:45.728ZCreate backup boot environment: No
2172025-02-13T04:26:45.806Z Done
2182025-02-13T04:26:45.806Z Done
2192025-02-13T04:26:46.180Z Done
2202025-02-13T04:26:49.750Z Done
2212025-02-13T04:26:49.840Z Done
2222025-02-13T04:26:49.843Z Done
2232025-02-13T04:26:49.970Z Done
2242025-02-13T04:26:50.584ZPlanning: Evaluating mediator changes ... Done
2252025-02-13T04:26:50.586ZPlanning: Merging actions ... Done
2262025-02-13T04:26:50.778ZPlanning: Checking for conflicting actions ... Done
2272025-02-13T04:26:50.780ZPlanning: Consolidating action changes ... Done
2282025-02-13T04:26:51.040ZPlanning: Evaluating mediators ... Done
2292025-02-13T04:26:51.096ZPlanning: Planning completed in 0.76 seconds
2302025-02-13T04:26:51.139Z Packages to change: 1
2312025-02-13T04:26:51.139Z Mediators to change: 1
2322025-02-13T04:26:51.142Z Services to change: 1
2332025-02-13T04:26:51.142Z Create boot environment: No
2342025-02-13T04:26:51.142ZCreate backup boot environment: Yes
2352025-02-13T04:26:53.412Z Actions: 1/6 actions (Updating modified actions)
2362025-02-13T04:26:53.416Z Actions: Completed 6 actions in 0.00 seconds.
2372025-02-13T04:26:53.416Z Done
2382025-02-13T04:26:53.416Z Done
2392025-02-13T04:26:53.536Z Done
2402025-02-13T04:26:57.103Z Done
2412025-02-13T04:26:57.195Z Done
2422025-02-13T04:26:57.198Z Done
2432025-02-13T04:26:57.332Z Done
2442025-02-13T04:26:57.759ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452025-02-13T04:26:57.759Zclang system 15 system
2462025-02-13T04:26:57.759Zcsh system system illumos
2472025-02-13T04:26:57.759Zctags system system illumos
2482025-02-13T04:26:57.759Zgcc vendor 12 vendor
2492025-02-13T04:26:57.759Zgcc system 10 system
2502025-02-13T04:26:57.759Zgcc system 7 system
2512025-02-13T04:26:57.759Zgo system 1.20 system
2522025-02-13T04:26:57.759Zgo system 1.19 system
2532025-02-13T04:26:57.760Zllvm system 15 system
2542025-02-13T04:26:57.760Zllvm system 14 system
2552025-02-13T04:26:57.760Zmariadb system 10.6 system
2562025-02-13T04:26:57.760Zmta vendor vendor dma
2572025-02-13T04:26:57.760Zopenjdk system 17 system
2582025-02-13T04:26:57.760Zopenjdk system 11 system
2592025-02-13T04:26:57.760Zopenjdk system 1.8 system
2602025-02-13T04:26:57.760Zopenssl vendor 3 vendor
2612025-02-13T04:26:57.760Zperl system 5.36 system
2622025-02-13T04:26:57.760Zpostgresql system 15 system
2632025-02-13T04:26:57.760Zpostgresql system 13 system
2642025-02-13T04:26:57.760Zpython vendor 3 vendor
2652025-02-13T04:26:57.761Zpython system 2 system
2662025-02-13T04:26:57.761Zpython3 system 3.11 system
2672025-02-13T04:26:57.761Zruby system 3.0 system
2682025-02-13T04:26:57.761Zwords vendor vendor american-english
2692025-02-13T04:26:57.761Zwords system system australian-english
2702025-02-13T04:26:57.761Zwords system system british-english
2712025-02-13T04:26:57.761Zwords system system canadian-english
2722025-02-13T04:26:57.761Zwords system system french
2732025-02-13T04:26:57.761Zwords system system italian
2742025-02-13T04:26:57.761Zwords system system ngerman
2752025-02-13T04:26:57.761Zwords system system ogerman
2762025-02-13T04:26:57.761Zwords system system spanish
2772025-02-13T04:26:58.085ZPUBLISHER TYPE STATUS P LOCATION
2782025-02-13T04:26:58.085Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-02-13T04:27:00.974ZFMRI IFO
2802025-02-13T04:27:00.974Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-02-13T04:27:00.974Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-02-13T04:27:00.974Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-02-13T04:27:00.974Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-02-13T04:27:00.974Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-02-13T04:27:00.974Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2862025-02-13T04:27:00.974Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2872025-02-13T04:27:00.974Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2882025-02-13T04:27:00.974Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2892025-02-13T04:27:00.974Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2902025-02-13T04:27:00.974Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2912025-02-13T04:27:00.974Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2922025-02-13T04:27:00.974Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2932025-02-13T04:27:00.974Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2942025-02-13T04:27:00.974Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2952025-02-13T04:27:01.749Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2962025-02-13T04:27:02.142Z Updating crates.io index
2972025-02-13T04:27:02.212Z Updating git repository `https://github.com/oxidecomputer/daft`
2982025-02-13T04:27:02.520Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2992025-02-13T04:27:03.082Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3002025-02-13T04:27:03.382Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-02-13T04:27:03.643Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-02-13T04:27:03.932Z Updating git repository `https://github.com/oxidecomputer/propolis`
3032025-02-13T04:27:04.941Z Updating git repository `https://github.com/oxidecomputer/crucible`
3042025-02-13T04:27:06.886Z Updating git repository `https://github.com/oxidecomputer/opte`
3052025-02-13T04:27:07.582Z Updating git repository `https://github.com/oxidecomputer/falcon`
3062025-02-13T04:27:08.273Z Updating git repository `https://github.com/oxidecomputer/clickward`
3072025-02-13T04:27:08.580Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3082025-02-13T04:27:08.998Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3092025-02-13T04:27:09.665Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3102025-02-13T04:27:09.960Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3112025-02-13T04:27:10.329Z Updating git repository `https://github.com/oxidecomputer/tofino`
3122025-02-13T04:27:10.634Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3132025-02-13T04:27:10.934Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3142025-02-13T04:27:11.170Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3152025-02-13T04:27:11.489Z Updating git repository `https://github.com/oxidecomputer/lldp`
3162025-02-13T04:27:11.808Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3172025-02-13T04:27:12.394Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3182025-02-13T04:27:12.769Z Updating git repository `https://github.com/oxidecomputer/ispf`
3192025-02-13T04:27:13.057Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3202025-02-13T04:27:13.426Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3212025-02-13T04:27:13.985Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3222025-02-13T04:27:14.436Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3232025-02-13T04:27:14.922Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3242025-02-13T04:27:15.297Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3252025-02-13T04:27:15.667Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3262025-02-13T04:27:15.928Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3272025-02-13T04:27:16.197Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3282025-02-13T04:27:17.582Z Downloading crates ...
3292025-02-13T04:27:17.715Z Downloaded autocfg v1.4.0
3302025-02-13T04:27:17.721Z Downloaded bytecount v0.6.8
3312025-02-13T04:27:17.729Z Downloaded byteorder v1.5.0
3322025-02-13T04:27:17.760Z Downloaded anstyle v1.0.10
3332025-02-13T04:27:17.790Z Downloaded anstream v0.6.15
3342025-02-13T04:27:17.796Z Downloaded heck v0.4.1
3352025-02-13T04:27:17.809Z Downloaded anyhow v1.0.95
3362025-02-13T04:27:17.828Z Downloaded tabled v0.15.0
3372025-02-13T04:27:17.841Z Downloaded tempfile v3.13.0
3382025-02-13T04:27:17.844Z Downloaded block-buffer v0.10.4
3392025-02-13T04:27:17.848Z Downloaded tabled_derive v0.7.0
3402025-02-13T04:27:17.848Z Downloaded once_cell v1.20.2
3412025-02-13T04:27:17.852Z Downloaded fastrand v2.1.1
3422025-02-13T04:27:17.852Z Downloaded memmap v0.7.0
3432025-02-13T04:27:17.852Z Downloaded is_terminal_polyfill v1.70.1
3442025-02-13T04:27:17.856Z Downloaded indexmap v2.7.1
3452025-02-13T04:27:17.856Z Downloaded heck v0.5.0
3462025-02-13T04:27:17.859Z Downloaded fs-err v2.11.0
3472025-02-13T04:27:17.859Z Downloaded bitflags v2.6.0
3482025-02-13T04:27:17.862Z Downloaded fnv v1.0.7
3492025-02-13T04:27:17.865Z Downloaded anstyle-parse v0.2.5
3502025-02-13T04:27:17.877Z Downloaded anstyle-query v1.1.1
3512025-02-13T04:27:17.879Z Downloaded syn v2.0.96
3522025-02-13T04:27:17.893Z Downloaded usdt v0.5.0
3532025-02-13T04:27:17.896Z Downloaded terminal_size v0.4.0
3542025-02-13T04:27:17.896Z Downloaded dtrace-parser v0.2.0
3552025-02-13T04:27:17.910Z Downloaded thread-id v4.2.2
3562025-02-13T04:27:17.913Z Downloaded plain v0.2.3
3572025-02-13T04:27:17.913Z Downloaded macaddr v1.0.1
3582025-02-13T04:27:17.916Z Downloaded cargo-platform v0.1.8
3592025-02-13T04:27:17.916Z Downloaded clap_lex v0.7.4
3602025-02-13T04:27:17.916Z Downloaded cfg-if v1.0.0
3612025-02-13T04:27:17.918Z Downloaded cargo_metadata v0.18.1
3622025-02-13T04:27:17.921Z Downloaded equivalent v1.0.1
3632025-02-13T04:27:17.924Z Downloaded scroll_derive v0.12.0
3642025-02-13T04:27:17.930Z Downloaded pretty-hex v0.4.1
3652025-02-13T04:27:17.935Z Downloaded dof v0.3.0
3662025-02-13T04:27:17.938Z Downloaded cpufeatures v0.2.14
3672025-02-13T04:27:17.940Z Downloaded serde_spanned v0.6.8
3682025-02-13T04:27:17.945Z Downloaded scroll v0.12.0
3692025-02-13T04:27:17.948Z Downloaded errno v0.3.9
3702025-02-13T04:27:17.950Z Downloaded crypto-common v0.1.6
3712025-02-13T04:27:17.950Z Downloaded colorchoice v1.0.2
3722025-02-13T04:27:17.953Z Downloaded proc-macro-error v1.0.4
3732025-02-13T04:27:17.955Z Downloaded generic-array v0.14.7
3742025-02-13T04:27:17.955Z Downloaded camino v1.1.9
3752025-02-13T04:27:17.958Z Downloaded papergrid v0.11.0
3762025-02-13T04:27:17.962Z Downloaded usdt-attr-macro v0.5.0
3772025-02-13T04:27:17.965Z Downloaded version_check v0.9.5
3782025-02-13T04:27:17.965Z Downloaded thiserror-impl v1.0.69
3792025-02-13T04:27:17.968Z Downloaded utf8parse v0.2.2
3802025-02-13T04:27:17.968Z Downloaded strsim v0.11.1
3812025-02-13T04:27:17.971Z Downloaded serde_tokenstream v0.2.2
3822025-02-13T04:27:17.973Z Downloaded toml_datetime v0.6.8
3832025-02-13T04:27:17.974Z Downloaded thiserror v1.0.69
3842025-02-13T04:27:17.980Z Downloaded unicode-linebreak v0.1.5
3852025-02-13T04:27:17.983Z Downloaded sha2 v0.10.8
3862025-02-13T04:27:17.983Z Downloaded clap_derive v4.5.24
3872025-02-13T04:27:17.983Z Downloaded textwrap v0.16.1
3882025-02-13T04:27:17.985Z Downloaded quote v1.0.38
3892025-02-13T04:27:17.989Z Downloaded cargo_toml v0.20.5
3902025-02-13T04:27:17.992Z Downloaded pest_generator v2.7.14
3912025-02-13T04:27:17.992Z Downloaded pest_derive v2.7.14
3922025-02-13T04:27:17.992Z Downloaded digest v0.10.7
3932025-02-13T04:27:17.994Z Downloaded unicode-ident v1.0.14
3942025-02-13T04:27:17.997Z Downloaded toml v0.8.19
3952025-02-13T04:27:18.000Z Downloaded smawk v0.3.2
3962025-02-13T04:27:18.000Z Downloaded pest_meta v2.7.14
3972025-02-13T04:27:18.003Z Downloaded zerocopy-derive v0.7.35
3982025-02-13T04:27:18.009Z Downloaded itoa v1.0.11
3992025-02-13T04:27:18.012Z Downloaded camino-tempfile v1.1.1
4002025-02-13T04:27:18.012Z Downloaded typenum v1.17.0
4012025-02-13T04:27:18.012Z Downloaded usdt-macro v0.5.0
4022025-02-13T04:27:18.012Z Downloaded ryu v1.0.18
4032025-02-13T04:27:18.015Z Downloaded log v0.4.22
4042025-02-13T04:27:18.018Z Downloaded swrite v0.1.0
4052025-02-13T04:27:18.018Z Downloaded proc-macro-error-attr v1.0.4
4062025-02-13T04:27:18.018Z Downloaded ucd-trie v0.1.7
4072025-02-13T04:27:18.022Z Downloaded usdt-impl v0.5.0
4082025-02-13T04:27:18.022Z Downloaded semver v1.0.24
4092025-02-13T04:27:18.027Z Downloaded clap v4.5.27
4102025-02-13T04:27:18.035Z Downloaded serde_derive v1.0.217
4112025-02-13T04:27:18.050Z Downloaded proc-macro2 v1.0.92
4122025-02-13T04:27:18.062Z Downloaded memchr v2.7.4
4132025-02-13T04:27:18.077Z Downloaded serde v1.0.217
4142025-02-13T04:27:18.080Z Downloaded toml_edit v0.22.22
4152025-02-13T04:27:18.101Z Downloaded serde_json v1.0.135
4162025-02-13T04:27:18.117Z Downloaded hashbrown v0.15.1
4172025-02-13T04:27:18.125Z Downloaded pest v2.7.14
4182025-02-13T04:27:18.135Z Downloaded zerocopy v0.7.35
4192025-02-13T04:27:18.149Z Downloaded winnow v0.6.20
4202025-02-13T04:27:18.157Z Downloaded clap_builder v4.5.27
4212025-02-13T04:27:18.163Z Downloaded syn v1.0.109
4222025-02-13T04:27:18.173Z Downloaded goblin v0.8.2
4232025-02-13T04:27:18.178Z Downloaded unicode-width v0.1.14
4242025-02-13T04:27:18.192Z Downloaded rustix v0.38.37
4252025-02-13T04:27:18.223Z Downloaded libc v0.2.169
4262025-02-13T04:27:18.534Z Compiling proc-macro2 v1.0.92
4272025-02-13T04:27:18.534Z Compiling unicode-ident v1.0.14
4282025-02-13T04:27:18.537Z Compiling serde v1.0.217
4292025-02-13T04:27:18.537Z Compiling version_check v0.9.5
4302025-02-13T04:27:18.537Z Compiling thiserror v1.0.69
4312025-02-13T04:27:18.537Z Compiling memchr v2.7.4
4322025-02-13T04:27:18.537Z Compiling libc v0.2.169
4332025-02-13T04:27:18.571Z Compiling itoa v1.0.11
4342025-02-13T04:27:18.828Z Compiling ryu v1.0.18
4352025-02-13T04:27:18.931Z Compiling ucd-trie v0.1.7
4362025-02-13T04:27:19.144Z Compiling once_cell v1.20.2
4372025-02-13T04:27:19.409Z Compiling byteorder v1.5.0
4382025-02-13T04:27:19.527Z Compiling serde_json v1.0.135
4392025-02-13T04:27:19.780Z Compiling rustix v0.38.37
4402025-02-13T04:27:19.806Z Compiling bitflags v2.6.0
4412025-02-13T04:27:19.920Z Compiling usdt-impl v0.5.0
4422025-02-13T04:27:20.059Z Compiling proc-macro-error-attr v1.0.4
4432025-02-13T04:27:20.161Z Compiling syn v1.0.109
4442025-02-13T04:27:20.234Z Compiling proc-macro-error v1.0.4
4452025-02-13T04:27:20.402Z Compiling camino v1.1.9
4462025-02-13T04:27:20.429Z Compiling equivalent v1.0.1
4472025-02-13T04:27:20.515Z Compiling log v0.4.22
4482025-02-13T04:27:20.556Z Compiling utf8parse v0.2.2
4492025-02-13T04:27:20.597Z Compiling errno v0.3.9
4502025-02-13T04:27:20.693Z Compiling quote v1.0.38
4512025-02-13T04:27:20.839Z Compiling hashbrown v0.15.1
4522025-02-13T04:27:20.842Z Compiling plain v0.2.3
4532025-02-13T04:27:20.889Z Compiling thread-id v4.2.2
4542025-02-13T04:27:20.931Z Compiling anstyle-parse v0.2.5
4552025-02-13T04:27:21.049Z Compiling syn v2.0.96
4562025-02-13T04:27:21.260Z Compiling unicode-width v0.1.14
4572025-02-13T04:27:21.302Z Compiling autocfg v1.4.0
4582025-02-13T04:27:21.510Z Compiling is_terminal_polyfill v1.70.1
4592025-02-13T04:27:21.660Z Compiling winnow v0.6.20
4602025-02-13T04:27:21.793Z Compiling indexmap v2.7.1
4612025-02-13T04:27:21.873Z Compiling pretty-hex v0.4.1
4622025-02-13T04:27:22.052Z Compiling anstyle-query v1.1.1
4632025-02-13T04:27:22.096Z Compiling anstyle v1.0.10
4642025-02-13T04:27:22.227Z Compiling semver v1.0.24
4652025-02-13T04:27:22.301Z Compiling colorchoice v1.0.2
4662025-02-13T04:27:22.487Z Compiling fs-err v2.11.0
4672025-02-13T04:27:22.586Z Compiling anstream v0.6.15
4682025-02-13T04:27:22.854Z Compiling terminal_size v0.4.0
4692025-02-13T04:27:23.031Z Compiling anyhow v1.0.95
4702025-02-13T04:27:23.079Z Compiling clap_lex v0.7.4
4712025-02-13T04:27:23.106Z Compiling strsim v0.11.1
4722025-02-13T04:27:23.250Z Compiling fnv v1.0.7
4732025-02-13T04:27:23.414Z Compiling heck v0.4.1
4742025-02-13T04:27:23.519Z Compiling fastrand v2.1.1
4752025-02-13T04:27:23.543Z Compiling cfg-if v1.0.0
4762025-02-13T04:27:23.632Z Compiling heck v0.5.0
4772025-02-13T04:27:23.659Z Compiling bytecount v0.6.8
4782025-02-13T04:27:23.903Z Compiling papergrid v0.11.0
4792025-02-13T04:27:24.117Z Compiling clap_builder v4.5.27
4802025-02-13T04:27:24.285Z Compiling tempfile v3.13.0
4812025-02-13T04:27:24.439Z Compiling memmap v0.7.0
4822025-02-13T04:27:24.559Z Compiling unicode-linebreak v0.1.5
4832025-02-13T04:27:24.772Z Compiling smawk v0.3.2
4842025-02-13T04:27:24.990Z Compiling textwrap v0.16.1
4852025-02-13T04:27:25.080Z Compiling swrite v0.1.0
4862025-02-13T04:27:25.994Z Compiling tabled_derive v0.7.0
4872025-02-13T04:27:27.198Z Compiling tabled v0.15.0
4882025-02-13T04:27:27.767Z Compiling serde_derive v1.0.217
4892025-02-13T04:27:27.767Z Compiling thiserror-impl v1.0.69
4902025-02-13T04:27:27.770Z Compiling zerocopy-derive v0.7.35
4912025-02-13T04:27:27.814Z Compiling scroll_derive v0.12.0
4922025-02-13T04:27:27.973Z Compiling clap_derive v4.5.24
4932025-02-13T04:27:29.231Z Compiling scroll v0.12.0
4942025-02-13T04:27:29.725Z Compiling goblin v0.8.2
4952025-02-13T04:27:29.751Z Compiling zerocopy v0.7.35
4962025-02-13T04:27:30.500Z Compiling pest v2.7.14
4972025-02-13T04:27:31.194Z Compiling clap v4.5.27
4982025-02-13T04:27:32.661Z Compiling pest_meta v2.7.14
4992025-02-13T04:27:33.555Z Compiling pest_generator v2.7.14
5002025-02-13T04:27:34.941Z Compiling pest_derive v2.7.14
5012025-02-13T04:27:35.566Z Compiling dtrace-parser v0.2.0
5022025-02-13T04:27:36.336Z Compiling serde_tokenstream v0.2.2
5032025-02-13T04:27:36.336Z Compiling toml_datetime v0.6.8
5042025-02-13T04:27:36.338Z Compiling serde_spanned v0.6.8
5052025-02-13T04:27:36.623Z Compiling cargo-platform v0.1.8
5062025-02-13T04:27:36.676Z Compiling macaddr v1.0.1
5072025-02-13T04:27:36.920Z Compiling toml_edit v0.22.22
5082025-02-13T04:27:36.942Z Compiling camino-tempfile v1.1.1
5092025-02-13T04:27:37.772Z Compiling dof v0.3.0
5102025-02-13T04:27:37.772Z Compiling cargo_metadata v0.18.1
5112025-02-13T04:27:39.149Z Compiling usdt-attr-macro v0.5.0
5122025-02-13T04:27:39.149Z Compiling usdt-macro v0.5.0
5132025-02-13T04:27:39.715Z Compiling toml v0.8.19
5142025-02-13T04:27:40.227Z Compiling usdt v0.5.0
5152025-02-13T04:27:40.501Z Compiling cargo_toml v0.20.5
5162025-02-13T04:27:43.082Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5172025-02-13T04:27:46.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.63s
5182025-02-13T04:27:46.426Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5192025-02-13T04:27:46.939Z Downloading crates ...
5202025-02-13T04:27:47.073Z Downloaded bzip2 v0.4.4
5212025-02-13T04:27:47.076Z Downloaded cfg_aliases v0.1.1
5222025-02-13T04:27:47.079Z Downloaded darling v0.20.10
5232025-02-13T04:27:47.084Z Downloaded atomicwrites v0.4.4
5242025-02-13T04:27:47.087Z Downloaded assert_matches v1.5.0
5252025-02-13T04:27:47.087Z Downloaded hickory-client v0.24.2
5262025-02-13T04:27:47.091Z Downloaded bit-vec v0.6.3
5272025-02-13T04:27:47.095Z Downloaded cfg_aliases v0.2.1
5282025-02-13T04:27:47.098Z Downloaded async-stream-impl v0.3.6
5292025-02-13T04:27:47.098Z Downloaded heapless v0.8.0
5302025-02-13T04:27:47.101Z Downloaded instant v0.1.13
5312025-02-13T04:27:47.106Z Downloaded http-body v1.0.1
5322025-02-13T04:27:47.106Z Downloaded curve25519-dalek-derive v0.1.1
5332025-02-13T04:27:47.112Z Downloaded cstr-argument v0.1.2
5342025-02-13T04:27:47.112Z Downloaded icu_provider_macros v1.5.0
5352025-02-13T04:27:47.112Z Downloaded ciborium-io v0.2.2
5362025-02-13T04:27:47.115Z Downloaded hex v0.4.3
5372025-02-13T04:27:47.115Z Downloaded cexpr v0.6.0
5382025-02-13T04:27:47.115Z Downloaded ctr v0.9.2
5392025-02-13T04:27:47.117Z Downloaded match_cfg v0.1.0
5402025-02-13T04:27:47.120Z Downloaded is-terminal v0.4.13
5412025-02-13T04:27:47.120Z Downloaded castaway v0.2.3
5422025-02-13T04:27:47.123Z Downloaded adler2 v2.0.0
5432025-02-13T04:27:47.123Z Downloaded heck v0.3.3
5442025-02-13T04:27:47.126Z Downloaded md-5 v0.10.6
5452025-02-13T04:27:47.128Z Downloaded maplit v1.0.2
5462025-02-13T04:27:47.128Z Downloaded httpdate v1.0.3
5472025-02-13T04:27:47.131Z Downloaded lru v0.12.5
5482025-02-13T04:27:47.131Z Downloaded http-body-util v0.1.2
5492025-02-13T04:27:47.134Z Downloaded crucible-workspace-hack v0.1.0
5502025-02-13T04:27:47.134Z Downloaded hostname v0.4.0
5512025-02-13T04:27:47.138Z Downloaded cbc v0.1.2
5522025-02-13T04:27:47.138Z Downloaded backtrace v0.3.74
5532025-02-13T04:27:47.142Z Downloaded mime_guess v2.0.5
5542025-02-13T04:27:47.145Z Downloaded lockfree-object-pool v0.1.6
5552025-02-13T04:27:47.148Z Downloaded mockall v0.13.0
5562025-02-13T04:27:47.152Z Downloaded cobs v0.2.3
5572025-02-13T04:27:47.152Z Downloaded chacha20 v0.9.1
5582025-02-13T04:27:47.156Z Downloaded indoc v1.0.9
5592025-02-13T04:27:47.159Z Downloaded ident_case v1.0.1
5602025-02-13T04:27:47.159Z Downloaded hyper-tls v0.6.0
5612025-02-13T04:27:47.159Z Downloaded humantime v2.1.0
5622025-02-13T04:27:47.162Z Downloaded libsw v3.3.1
5632025-02-13T04:27:47.162Z Downloaded indent_write v2.2.0
5642025-02-13T04:27:47.164Z Downloaded arrayvec v0.7.6
5652025-02-13T04:27:47.167Z Downloaded console v0.15.10
5662025-02-13T04:27:47.169Z Downloaded cipher v0.4.4
5672025-02-13T04:27:47.172Z Downloaded async-trait v0.1.86
5682025-02-13T04:27:47.176Z Downloaded crunchy v0.2.2
5692025-02-13T04:27:47.180Z Downloaded hmac v0.12.1
5702025-02-13T04:27:47.181Z Downloaded progenitor-client v0.9.1
5712025-02-13T04:27:47.181Z Downloaded cassowary v0.3.0
5722025-02-13T04:27:47.183Z Downloaded buf-list v1.0.3
5732025-02-13T04:27:47.183Z Downloaded base16ct v0.2.0
5742025-02-13T04:27:47.186Z Downloaded blowfish v0.9.1
5752025-02-13T04:27:47.186Z Downloaded ipnet v2.10.1
5762025-02-13T04:27:47.190Z Downloaded ascii-canvas v3.0.0
5772025-02-13T04:27:47.190Z Downloaded arrayref v0.3.9
5782025-02-13T04:27:47.195Z Downloaded crc32fast v1.4.2
5792025-02-13T04:27:47.195Z Downloaded mirai-annotations v1.12.0
5802025-02-13T04:27:47.197Z Downloaded md5 v0.7.0
5812025-02-13T04:27:47.197Z Downloaded russh-cryptovec v0.7.3
5822025-02-13T04:27:47.197Z Downloaded http-range v0.1.5
5832025-02-13T04:27:47.197Z Downloaded crc-catalog v2.4.0
5842025-02-13T04:27:47.200Z Downloaded constant_time_eq v0.3.1
5852025-02-13T04:27:47.200Z Downloaded ciborium-ll v0.2.2
5862025-02-13T04:27:47.203Z Downloaded icu_properties v1.5.1
5872025-02-13T04:27:47.206Z Downloaded aead v0.5.2
5882025-02-13T04:27:47.209Z Downloaded sigpipe v0.1.3
5892025-02-13T04:27:47.209Z Downloaded backoff v0.4.0
5902025-02-13T04:27:47.211Z Downloaded cookie_store v0.21.1
5912025-02-13T04:27:47.214Z Downloaded sqlparser_derive v0.2.2
5922025-02-13T04:27:47.214Z Downloaded ipnetwork v0.20.0
5932025-02-13T04:27:47.216Z Downloaded block-padding v0.3.3
5942025-02-13T04:27:47.216Z Downloaded bitfield v0.14.0
5952025-02-13T04:27:47.219Z Downloaded bcrypt-pbkdf v0.10.0
5962025-02-13T04:27:47.219Z Downloaded instability v0.3.2
5972025-02-13T04:27:47.221Z Downloaded argon2 v0.5.3
5982025-02-13T04:27:47.224Z Downloaded inout v0.1.3
5992025-02-13T04:27:47.224Z Downloaded bb8 v0.8.5
6002025-02-13T04:27:47.230Z Downloaded impl-trait-for-tuples v0.2.2
6012025-02-13T04:27:47.233Z Downloaded want v0.3.1
6022025-02-13T04:27:47.233Z Downloaded r2d2 v0.8.10
6032025-02-13T04:27:47.235Z Downloaded radium v0.7.0
6042025-02-13T04:27:47.239Z Downloaded progenitor-macro v0.9.1
6052025-02-13T04:27:47.239Z Downloaded crc-any v2.5.0
6062025-02-13T04:27:47.242Z Downloaded mime v0.3.17
6072025-02-13T04:27:47.246Z Downloaded hostname v0.3.1
6082025-02-13T04:27:47.249Z Downloaded addr2line v0.24.2
6092025-02-13T04:27:47.252Z Downloaded litrs v0.4.1
6102025-02-13T04:27:47.254Z Downloaded bit-set v0.5.3
6112025-02-13T04:27:47.254Z Downloaded base64ct v1.6.0
6122025-02-13T04:27:47.258Z Downloaded signature v2.2.0
6132025-02-13T04:27:47.260Z Downloaded signal-hook-tokio v0.3.1
6142025-02-13T04:27:47.263Z Downloaded shell-words v1.1.0
6152025-02-13T04:27:47.263Z Downloaded strum_macros v0.24.3
6162025-02-13T04:27:47.265Z Downloaded bytes v1.9.0
6172025-02-13T04:27:47.268Z Downloaded diesel_table_macro_syntax v0.2.0
6182025-02-13T04:27:47.271Z Downloaded arc-swap v1.7.1
6192025-02-13T04:27:47.274Z Downloaded foreign-types-shared v0.3.1
6202025-02-13T04:27:47.276Z Downloaded simd-adler32 v0.3.7
6212025-02-13T04:27:47.279Z Downloaded new_debug_unreachable v1.0.6
6222025-02-13T04:27:47.279Z Downloaded rustfmt-wrapper v0.2.1
6232025-02-13T04:27:47.281Z Downloaded managed v0.8.0
6242025-02-13T04:27:47.281Z Downloaded hyper-rustls v0.27.3
6252025-02-13T04:27:47.284Z Downloaded libefi-sys v0.1.0
6262025-02-13T04:27:47.287Z Downloaded unarray v0.1.4
6272025-02-13T04:27:47.287Z Downloaded typify-macro v0.3.0
6282025-02-13T04:27:47.290Z Downloaded typify-macro v0.2.0
6292025-02-13T04:27:47.290Z Downloaded litemap v0.7.3
6302025-02-13T04:27:47.292Z Downloaded rustls-pemfile v2.2.0
6312025-02-13T04:27:47.295Z Downloaded siphasher v0.3.11
6322025-02-13T04:27:47.297Z Downloaded lock_api v0.4.12
6332025-02-13T04:27:47.297Z Downloaded linear-map v1.2.0
6342025-02-13T04:27:47.300Z Downloaded tinystr v0.7.6
6352025-02-13T04:27:47.302Z Downloaded clang-sys v1.8.1
6362025-02-13T04:27:47.305Z Downloaded crossbeam-utils v0.8.20
6372025-02-13T04:27:47.308Z Downloaded pretty-hex v0.2.1
6382025-02-13T04:27:47.310Z Downloaded dunce v1.0.5
6392025-02-13T04:27:47.310Z Downloaded newline-converter v0.3.0
6402025-02-13T04:27:47.313Z Downloaded embedded-io v0.4.0
6412025-02-13T04:27:47.316Z Downloaded display-error-chain v0.2.2
6422025-02-13T04:27:47.316Z Downloaded lazy_static v1.5.0
6432025-02-13T04:27:47.319Z Downloaded supports-color v3.0.1
6442025-02-13T04:27:47.321Z Downloaded memmap2 v0.9.5
6452025-02-13T04:27:47.321Z Downloaded strum_macros v0.26.4
6462025-02-13T04:27:47.325Z Downloaded group v0.13.0
6472025-02-13T04:27:47.328Z Downloaded newtype_derive v0.1.6
6482025-02-13T04:27:47.328Z Downloaded glob v0.3.2
6492025-02-13T04:27:47.331Z Downloaded form_urlencoded v1.2.1
6502025-02-13T04:27:47.331Z Downloaded fallible-iterator v0.3.0
6512025-02-13T04:27:47.333Z Downloaded strum_macros v0.25.3
6522025-02-13T04:27:47.333Z Downloaded debug-ignore v1.0.5
6532025-02-13T04:27:47.336Z Downloaded unicase v2.7.0
6542025-02-13T04:27:47.339Z Downloaded serde_derive_internals v0.29.1
6552025-02-13T04:27:47.339Z Downloaded twox-hash v2.1.0
6562025-02-13T04:27:47.341Z Downloaded icu_locid_transform_data v1.5.0
6572025-02-13T04:27:47.344Z Downloaded httparse v1.9.5
6582025-02-13T04:27:47.347Z Downloaded icu_provider v1.5.0
6592025-02-13T04:27:47.350Z Downloaded bumpalo v3.16.0
6602025-02-13T04:27:47.353Z Downloaded compact_str v0.8.0
6612025-02-13T04:27:47.357Z Downloaded termtree v0.4.1
6622025-02-13T04:27:47.359Z Downloaded peg-macros v0.8.4
6632025-02-13T04:27:47.362Z Downloaded icu_normalizer v1.5.0
6642025-02-13T04:27:47.365Z Downloaded rand_core v0.6.4
6652025-02-13T04:27:47.367Z Downloaded crypto-bigint v0.5.5
6662025-02-13T04:27:47.373Z Downloaded tower-service v0.3.3
6672025-02-13T04:27:47.376Z Downloaded predicates-tree v1.0.11
6682025-02-13T04:27:47.376Z Downloaded predicates v3.1.2
6692025-02-13T04:27:47.378Z Downloaded resolv-conf v0.7.0
6702025-02-13T04:27:47.381Z Downloaded scopeguard v1.2.0
6712025-02-13T04:27:47.384Z Downloaded num_enum_derive v0.5.11
6722025-02-13T04:27:47.384Z Downloaded newtype-uuid v1.2.1
6732025-02-13T04:27:47.387Z Downloaded endian-type v0.1.2
6742025-02-13T04:27:47.387Z Downloaded paste v1.0.15
6752025-02-13T04:27:47.390Z Downloaded rayon-core v1.12.1
6762025-02-13T04:27:47.394Z Downloaded slog-json v2.6.1
6772025-02-13T04:27:47.398Z Downloaded displaydoc v0.2.5
6782025-02-13T04:27:47.400Z Downloaded similar v2.6.0
6792025-02-13T04:27:47.405Z Downloaded base64 v0.21.7
6802025-02-13T04:27:47.410Z Downloaded psl-types v2.0.11
6812025-02-13T04:27:47.413Z Downloaded termios v0.3.3
6822025-02-13T04:27:47.416Z Downloaded path-slash v0.1.5
6832025-02-13T04:27:47.416Z Downloaded normalize-line-endings v0.3.0
6842025-02-13T04:27:47.422Z Downloaded structmeta-derive v0.2.0
6852025-02-13T04:27:47.422Z Downloaded slog-stdlog v4.1.1
6862025-02-13T04:27:47.422Z Downloaded base64 v0.22.1
6872025-02-13T04:27:47.425Z Downloaded termtree v0.5.1
6882025-02-13T04:27:47.427Z Downloaded dirs-next v2.0.0
6892025-02-13T04:27:47.427Z Downloaded minimal-lexical v0.2.1
6902025-02-13T04:27:47.432Z Downloaded strum v0.26.3
6912025-02-13T04:27:47.435Z Downloaded structmeta-derive v0.3.0
6922025-02-13T04:27:47.435Z Downloaded sct v0.7.1
6932025-02-13T04:27:47.438Z Downloaded nodrop v0.1.14
6942025-02-13T04:27:47.442Z Downloaded phf v0.11.2
6952025-02-13T04:27:47.445Z Downloaded zerofrom v0.1.4
6962025-02-13T04:27:47.445Z Downloaded parking_lot v0.11.2
6972025-02-13T04:27:47.448Z Downloaded zeroize_derive v1.4.2
6982025-02-13T04:27:47.448Z Downloaded zeroize v1.8.1
6992025-02-13T04:27:47.448Z Downloaded zerofrom-derive v0.1.4
7002025-02-13T04:27:47.450Z Downloaded utf-8 v0.7.6
7012025-02-13T04:27:47.450Z Downloaded samael v0.0.17
7022025-02-13T04:27:47.457Z Downloaded tinyvec_macros v0.1.1
7032025-02-13T04:27:47.459Z Downloaded parse-display v0.10.0
7042025-02-13T04:27:47.459Z Downloaded phf_codegen v0.11.2
7052025-02-13T04:27:47.462Z Downloaded vsss-rs v3.3.4
7062025-02-13T04:27:47.465Z Downloaded miniz_oxide v0.8.0
7072025-02-13T04:27:47.467Z Downloaded zone v0.3.0
7082025-02-13T04:27:47.467Z Downloaded salsa20 v0.10.2
7092025-02-13T04:27:47.470Z Downloaded parking_lot v0.12.3
7102025-02-13T04:27:47.473Z Downloaded indicatif v0.17.11
7112025-02-13T04:27:47.476Z Downloaded scheduled-thread-pool v0.2.7
7122025-02-13T04:27:47.479Z Downloaded num-traits v0.2.19
7132025-02-13T04:27:47.482Z Downloaded num v0.4.3
7142025-02-13T04:27:47.482Z Downloaded gethostname v0.5.0
7152025-02-13T04:27:47.485Z Downloaded fs_extra v1.3.0
7162025-02-13T04:27:47.496Z Downloaded progenitor v0.9.1
7172025-02-13T04:27:47.499Z Downloaded password-hash v0.5.0
7182025-02-13T04:27:47.501Z Downloaded unicode-bidi v0.3.17
7192025-02-13T04:27:47.504Z Downloaded aes v0.8.4
7202025-02-13T04:27:47.507Z Downloaded slog-async v2.8.0
7212025-02-13T04:27:47.509Z Downloaded rustc_version v0.1.7
7222025-02-13T04:27:47.512Z Downloaded openssl-probe v0.1.5
7232025-02-13T04:27:47.512Z Downloaded quinn-udp v0.5.5
7242025-02-13T04:27:47.514Z Downloaded toml v0.7.8
7252025-02-13T04:27:47.517Z Downloaded wyz v0.5.1
7262025-02-13T04:27:47.519Z Downloaded openssl-sys v0.9.105
7272025-02-13T04:27:47.523Z Downloaded tokio-native-tls v0.3.1
7282025-02-13T04:27:47.525Z Downloaded foreign-types v0.5.0
7292025-02-13T04:27:47.528Z Downloaded xz2 v0.1.7
7302025-02-13T04:27:47.536Z Downloaded rcgen v0.12.1
7312025-02-13T04:27:47.541Z Downloaded dyn-clone v1.0.17
7322025-02-13T04:27:47.541Z Downloaded icu_collections v1.5.0
7332025-02-13T04:27:47.545Z Downloaded getrandom v0.2.15
7342025-02-13T04:27:47.545Z Downloaded num-derive v0.4.2
7352025-02-13T04:27:47.548Z Downloaded wait-timeout v0.2.0
7362025-02-13T04:27:47.548Z Downloaded unicode-truncate v1.1.0
7372025-02-13T04:27:47.550Z Downloaded itertools v0.10.5
7382025-02-13T04:27:47.558Z Downloaded pem v3.0.4
7392025-02-13T04:27:47.560Z Downloaded multimap v0.10.0
7402025-02-13T04:27:47.560Z Downloaded test-strategy v0.3.1
7412025-02-13T04:27:47.563Z Downloaded zone_cfg_derive v0.3.0
7422025-02-13T04:27:47.567Z Downloaded derive_builder_macro v0.20.2
7432025-02-13T04:27:47.567Z Downloaded pin-utils v0.1.0
7442025-02-13T04:27:47.568Z Downloaded num-iter v0.1.45
7452025-02-13T04:27:47.570Z Downloaded either v1.13.0
7462025-02-13T04:27:47.570Z Downloaded rtoolbox v0.0.2
7472025-02-13T04:27:47.576Z Downloaded opaque-debug v0.3.1
7482025-02-13T04:27:47.576Z Downloaded number_prefix v0.4.0
7492025-02-13T04:27:47.580Z Downloaded hash32 v0.2.1
7502025-02-13T04:27:47.580Z Downloaded vte v0.11.1
7512025-02-13T04:27:47.580Z Downloaded strip-ansi-escapes v0.2.0
7522025-02-13T04:27:47.580Z Downloaded spin v0.9.8
7532025-02-13T04:27:47.583Z Downloaded rand_seeder v0.3.0
7542025-02-13T04:27:47.585Z Downloaded rand_chacha v0.3.1
7552025-02-13T04:27:47.585Z Downloaded russh v0.45.0
7562025-02-13T04:27:47.592Z Downloaded slab v0.4.9
7572025-02-13T04:27:47.594Z Downloaded defmt-macros v0.3.9
7582025-02-13T04:27:47.597Z Downloaded rustc-hash v1.1.0
7592025-02-13T04:27:47.600Z Downloaded serde-hex v0.1.0
7602025-02-13T04:27:47.602Z Downloaded tokio-macros v2.5.0
7612025-02-13T04:27:47.602Z Downloaded string_cache v0.8.7
7622025-02-13T04:27:47.605Z Downloaded der_derive v0.7.3
7632025-02-13T04:27:47.608Z Downloaded serde_path_to_error v0.1.16
7642025-02-13T04:27:47.610Z Downloaded postcard v1.0.10
7652025-02-13T04:27:47.614Z Downloaded oso-derive v0.27.3
7662025-02-13T04:27:47.614Z Downloaded tls_codec v0.4.1
7672025-02-13T04:27:47.617Z Downloaded flate2 v1.0.35
7682025-02-13T04:27:47.620Z Downloaded pin-project-lite v0.2.14
7692025-02-13T04:27:47.626Z Downloaded pbkdf2 v0.12.2
7702025-02-13T04:27:47.628Z Downloaded downcast v0.11.0
7712025-02-13T04:27:47.631Z Downloaded predicates-core v1.0.8
7722025-02-13T04:27:47.631Z Downloaded zip v0.6.6
7732025-02-13T04:27:47.635Z Downloaded num-conv v0.1.0
7742025-02-13T04:27:47.638Z Downloaded ref-cast-impl v1.0.23
7752025-02-13T04:27:47.638Z Downloaded ppv-lite86 v0.2.20
7762025-02-13T04:27:47.641Z Downloaded password-hash v0.4.2
7772025-02-13T04:27:47.644Z Downloaded rustc-hash v2.0.0
7782025-02-13T04:27:47.644Z Downloaded thiserror v2.0.11
7792025-02-13T04:27:47.649Z Downloaded shlex v1.3.0
7802025-02-13T04:27:47.652Z Downloaded toml_edit v0.19.15
7812025-02-13T04:27:47.669Z Downloaded phf_shared v0.10.0
7822025-02-13T04:27:47.671Z Downloaded slog-envlogger v2.2.0
7832025-02-13T04:27:47.671Z Downloaded value-bag v1.9.0
7842025-02-13T04:27:47.674Z Downloaded uzers v0.12.1
7852025-02-13T04:27:47.677Z Downloaded hashlink v0.9.1
7862025-02-13T04:27:47.679Z Downloaded serde-big-array v0.5.1
7872025-02-13T04:27:47.682Z Downloaded smf v0.2.3
7882025-02-13T04:27:47.682Z Downloaded url v2.5.3
7892025-02-13T04:27:47.685Z Downloaded headers-core v0.3.0
7902025-02-13T04:27:47.689Z Downloaded sync_wrapper v1.0.1
7912025-02-13T04:27:47.689Z Downloaded sync-ptr v0.1.1
7922025-02-13T04:27:47.692Z Downloaded defmt v0.3.8
7932025-02-13T04:27:47.694Z Downloaded thiserror-no-std v2.0.2
7942025-02-13T04:27:47.697Z Downloaded zone_cfg_derive v0.1.2
7952025-02-13T04:27:47.700Z Downloaded des v0.8.1
7962025-02-13T04:27:47.700Z Downloaded tokio-rustls v0.25.0
7972025-02-13T04:27:47.703Z Downloaded tokio-rustls v0.24.1
7982025-02-13T04:27:47.706Z Downloaded nibble_vec v0.1.0
7992025-02-13T04:27:47.708Z Downloaded futures-core v0.3.31
8002025-02-13T04:27:47.708Z Downloaded postgres-types v0.2.8
8012025-02-13T04:27:47.711Z Downloaded postgres-protocol v0.6.7
8022025-02-13T04:27:47.714Z Downloaded half v2.4.1
8032025-02-13T04:27:47.716Z Downloaded unicode_categories v0.1.1
8042025-02-13T04:27:47.719Z Downloaded flume v0.11.1
8052025-02-13T04:27:47.722Z Downloaded pem-rfc7468 v0.7.0
8062025-02-13T04:27:47.725Z Downloaded packed_struct_codegen v0.10.1
8072025-02-13T04:27:47.727Z Downloaded secrecy v0.8.0
8082025-02-13T04:27:47.730Z Downloaded percent-encoding v2.3.1
8092025-02-13T04:27:47.730Z Downloaded filetime v0.2.25
8102025-02-13T04:27:47.733Z Downloaded vte_generate_state_changes v0.1.2
8112025-02-13T04:27:47.733Z Downloaded unicode-xid v0.2.6
8122025-02-13T04:27:47.735Z Downloaded yoke-derive v0.7.4
8132025-02-13T04:27:47.735Z Downloaded idna v1.0.3
8142025-02-13T04:27:47.739Z Downloaded semver v0.1.20
8152025-02-13T04:27:47.742Z Downloaded dsl_auto_type v0.1.2
8162025-02-13T04:27:47.744Z Downloaded thread_local v1.1.8
8172025-02-13T04:27:47.744Z Downloaded heapless v0.7.17
8182025-02-13T04:27:47.748Z Downloaded vergen v8.3.2
8192025-02-13T04:27:47.751Z Downloaded take_mut v0.2.2
8202025-02-13T04:27:47.753Z Downloaded progenitor-client v0.8.0
8212025-02-13T04:27:47.754Z Downloaded precomputed-hash v0.1.1
8222025-02-13T04:27:47.754Z Downloaded der v0.7.9
8232025-02-13T04:27:47.759Z Downloaded primeorder v0.13.6
8242025-02-13T04:27:47.762Z Downloaded zone v0.1.8
8252025-02-13T04:27:47.764Z Downloaded rpassword v7.3.1
8262025-02-13T04:27:47.764Z Downloaded typify v0.2.0
8272025-02-13T04:27:47.767Z Downloaded progenitor v0.8.0
8282025-02-13T04:27:47.770Z Downloaded peg v0.8.4
8292025-02-13T04:27:47.774Z Downloaded try-lock v0.2.5
8302025-02-13T04:27:47.776Z Downloaded proc-macro-crate v1.3.1
8312025-02-13T04:27:47.776Z Downloaded sec1 v0.7.3
8322025-02-13T04:27:47.779Z Downloaded futures-channel v0.3.31
8332025-02-13T04:27:47.781Z Downloaded ecdsa v0.16.9
8342025-02-13T04:27:47.788Z Downloaded tokio-tungstenite v0.24.0
8352025-02-13T04:27:47.788Z Downloaded parse-size v1.1.0
8362025-02-13T04:27:47.788Z Downloaded synstructure v0.13.1
8372025-02-13T04:27:47.788Z Downloaded env_logger v0.10.2
8382025-02-13T04:27:47.792Z Downloaded derive-where v1.2.7
8392025-02-13T04:27:47.795Z Downloaded dirs-sys-next v0.1.2
8402025-02-13T04:27:47.797Z Downloaded rustc_version v0.4.1
8412025-02-13T04:27:47.797Z Downloaded ena v0.14.3
8422025-02-13T04:27:47.800Z Downloaded pin-project v1.1.6
8432025-02-13T04:27:47.811Z Downloaded num_threads v0.1.7
8442025-02-13T04:27:47.814Z Downloaded peg-runtime v0.8.3
8452025-02-13T04:27:47.814Z Downloaded fallible-streaming-iterator v0.1.9
8462025-02-13T04:27:47.817Z Downloaded itertools v0.12.1
8472025-02-13T04:27:47.822Z Downloaded zerocopy v0.6.6
8482025-02-13T04:27:47.825Z Downloaded rsa v0.9.6
8492025-02-13T04:27:47.831Z Downloaded hash32 v0.3.1
8502025-02-13T04:27:47.834Z Downloaded pkg-config v0.3.31
8512025-02-13T04:27:47.834Z Downloaded ff v0.13.0
8522025-02-13T04:27:47.836Z Downloaded waitgroup v0.1.2
8532025-02-13T04:27:47.836Z Downloaded progenitor-macro v0.8.0
8542025-02-13T04:27:47.841Z Downloaded universal-hash v0.5.1
8552025-02-13T04:27:47.841Z Downloaded serde_with v3.11.0
8562025-02-13T04:27:47.847Z Downloaded foreign-types v0.3.2
8572025-02-13T04:27:47.850Z Downloaded utf16_iter v1.0.5
8582025-02-13T04:27:47.853Z Downloaded p521 v0.13.3
8592025-02-13T04:27:47.857Z Downloaded chrono v0.4.39
8602025-02-13T04:27:47.861Z Downloaded foreign-types-macros v0.2.3
8612025-02-13T04:27:47.863Z Downloaded bitvec v1.0.1
8622025-02-13T04:27:47.878Z Downloaded slog-bunyan v2.5.0
8632025-02-13T04:27:47.880Z Downloaded hkdf v0.12.4
8642025-02-13T04:27:47.883Z Downloaded signal-hook-mio v0.2.4
8652025-02-13T04:27:47.883Z Downloaded untrusted v0.9.0
8662025-02-13T04:27:47.885Z Downloaded rand_xorshift v0.3.0
8672025-02-13T04:27:47.885Z Downloaded num-rational v0.4.2
8682025-02-13T04:27:47.889Z Downloaded snafu v0.8.5
8692025-02-13T04:27:47.893Z Downloaded ghash v0.5.1
8702025-02-13T04:27:47.896Z Downloaded futures-macro v0.3.31
8712025-02-13T04:27:47.896Z Downloaded tracing-attributes v0.1.27
8722025-02-13T04:27:47.899Z Downloaded slog-dtrace v0.3.0
8732025-02-13T04:27:47.901Z Downloaded foldhash v0.1.3
8742025-02-13T04:27:47.901Z Downloaded fatfs v0.3.6
8752025-02-13T04:27:47.904Z Downloaded zopfli v0.8.1
8762025-02-13T04:27:47.906Z Downloaded serde_plain v1.0.2
8772025-02-13T04:27:47.909Z Downloaded stable_deref_trait v1.2.0
8782025-02-13T04:27:47.912Z Downloaded tui-tree-widget v0.22.0
8792025-02-13T04:27:47.912Z Downloaded salty v0.3.0
8802025-02-13T04:27:47.918Z Downloaded thiserror-impl v2.0.11
8812025-02-13T04:27:47.921Z Downloaded bindgen v0.69.5
8822025-02-13T04:27:47.927Z Downloaded futures-executor v0.3.31
8832025-02-13T04:27:47.930Z Downloaded funty v2.0.0
8842025-02-13T04:27:47.930Z Downloaded packed_struct v0.10.1
8852025-02-13T04:27:47.933Z Downloaded document-features v0.2.10
8862025-02-13T04:27:47.933Z Downloaded unicode-segmentation v1.12.0
8872025-02-13T04:27:47.937Z Downloaded rusty-fork v0.3.0
8882025-02-13T04:27:47.939Z Downloaded rustversion v1.0.17
8892025-02-13T04:27:47.942Z Downloaded reqwest v0.12.9
8902025-02-13T04:27:47.950Z Downloaded utf8_iter v1.0.4
8912025-02-13T04:27:47.953Z Downloaded headers v0.4.0
8922025-02-13T04:27:47.958Z Downloaded progenitor-impl v0.8.0
8932025-02-13T04:27:47.961Z Downloaded sqlformat v0.2.6
8942025-02-13T04:27:47.961Z Downloaded portable-atomic v1.9.0
8952025-02-13T04:27:47.969Z Downloaded signal-hook v0.3.17
8962025-02-13T04:27:47.972Z Downloaded progenitor-impl v0.9.1
8972025-02-13T04:27:47.975Z Downloaded parse-display-derive v0.10.0
8982025-02-13T04:27:47.977Z Downloaded uuid v1.12.0
8992025-02-13T04:27:47.980Z Downloaded derive_builder_core v0.20.2
9002025-02-13T04:27:47.983Z Downloaded reedline v0.35.0
9012025-02-13T04:27:47.989Z Downloaded nom v7.1.3
9022025-02-13T04:27:47.995Z Downloaded derive_builder v0.20.2
9032025-02-13T04:27:48.000Z Downloaded dropshot_endpoint v0.12.0
9042025-02-13T04:27:48.005Z Downloaded steno v0.4.1
9052025-02-13T04:27:48.008Z Downloaded diff v0.1.13
9062025-02-13T04:27:48.014Z Downloaded hashbrown v0.14.5
9072025-02-13T04:27:48.017Z Downloaded hashbrown v0.12.3
9082025-02-13T04:27:48.022Z Downloaded snafu-derive v0.8.5
9092025-02-13T04:27:48.024Z Downloaded rustls-webpki v0.102.8
9102025-02-13T04:27:48.042Z Downloaded ron v0.7.1
9112025-02-13T04:27:48.047Z Downloaded tar v0.4.42
9122025-02-13T04:27:48.051Z Downloaded expectorate v1.1.0
9132025-02-13T04:27:48.057Z Downloaded curve25519-dalek v4.1.3
9142025-02-13T04:27:48.062Z Downloaded typed-path v0.9.3
9152025-02-13T04:27:48.068Z Downloaded diesel_derives v2.2.3
9162025-02-13T04:27:48.073Z Downloaded unsafe-libyaml v0.2.11
9172025-02-13T04:27:48.076Z Downloaded proptest v1.5.0
9182025-02-13T04:27:48.085Z Downloaded parse-zoneinfo v0.3.1
9192025-02-13T04:27:48.089Z Downloaded time v0.3.36
9202025-02-13T04:27:48.096Z Downloaded quinn-proto v0.11.8
9212025-02-13T04:27:48.105Z Downloaded petname v2.0.2
9222025-02-13T04:27:48.110Z Downloaded tokio-util v0.7.12
9232025-02-13T04:27:48.117Z Downloaded chrono-tz v0.10.1
9242025-02-13T04:27:48.125Z Downloaded webpki-roots v0.26.6
9252025-02-13T04:27:48.129Z Downloaded git2 v0.19.0
9262025-02-13T04:27:48.139Z Downloaded num-bigint-dig v0.8.4
9272025-02-13T04:27:48.144Z Downloaded futures-util v0.3.31
9282025-02-13T04:27:48.157Z Downloaded regress v0.9.1
9292025-02-13T04:27:48.166Z Downloaded quick-xml v0.33.0
9302025-02-13T04:27:48.173Z Downloaded vcpkg v0.2.15
9312025-02-13T04:27:48.213Z Downloaded h2 v0.4.6
9322025-02-13T04:27:48.218Z Downloaded rusqlite v0.32.1
9332025-02-13T04:27:48.225Z Downloaded rustyline v14.0.0
9342025-02-13T04:27:48.232Z Downloaded ssh-key v0.6.6
9352025-02-13T04:27:48.239Z Downloaded winnow v0.5.40
9362025-02-13T04:27:48.249Z Downloaded regress v0.10.1
9372025-02-13T04:27:48.257Z Downloaded openssl v0.10.70
9382025-02-13T04:27:48.268Z Downloaded rustls-webpki v0.101.7
9392025-02-13T04:27:48.284Z Downloaded rayon v1.10.0
9402025-02-13T04:27:48.293Z Downloaded zerocopy v0.8.10
9412025-02-13T04:27:48.320Z Downloaded nix v0.29.0
9422025-02-13T04:27:48.334Z Downloaded radix_trie v0.2.1
9432025-02-13T04:27:48.337Z Downloaded nix v0.28.0
9442025-02-13T04:27:48.349Z Downloaded nix v0.27.1
9452025-02-13T04:27:48.359Z Downloaded sqlparser v0.45.0
9462025-02-13T04:27:48.365Z Downloaded regex-syntax v0.6.29
9472025-02-13T04:27:48.373Z Downloaded regex v1.11.1
9482025-02-13T04:27:48.388Z Downloaded p384 v0.13.0
9492025-02-13T04:27:48.394Z Downloaded openapiv3 v2.0.0
9502025-02-13T04:27:48.407Z Downloaded typify-impl v0.2.0
9512025-02-13T04:27:48.423Z Downloaded object v0.30.4
9522025-02-13T04:27:48.432Z Downloaded unicode-width v0.2.0
9532025-02-13T04:27:48.439Z Downloaded typify-impl v0.3.0
9542025-02-13T04:27:48.456Z Downloaded smoltcp v0.9.1
9552025-02-13T04:27:48.467Z Downloaded sled v0.34.7
9562025-02-13T04:27:48.478Z Downloaded rustls v0.21.12
9572025-02-13T04:27:48.490Z Downloaded gimli v0.31.1
9582025-02-13T04:27:48.499Z Downloaded dropshot v0.12.0
9592025-02-13T04:27:48.518Z Downloaded object v0.36.5
9602025-02-13T04:27:48.529Z Downloaded diesel v2.2.6
9612025-02-13T04:27:48.549Z Downloaded rustls v0.23.19
9622025-02-13T04:27:48.560Z Downloaded polar-core v0.27.3
9632025-02-13T04:27:48.568Z Downloaded petgraph v0.6.5
9642025-02-13T04:27:48.587Z Downloaded regex-syntax v0.8.5
9652025-02-13T04:27:48.594Z Downloaded dropshot v0.15.1
9662025-02-13T04:27:48.615Z Downloaded regex-automata v0.4.8
9672025-02-13T04:27:48.631Z Downloaded smoltcp v0.11.0
9682025-02-13T04:27:48.644Z Downloaded bzip2-sys v0.1.11+1.0.8
9692025-02-13T04:27:48.657Z Downloaded rustls v0.22.4
9702025-02-13T04:27:48.669Z Downloaded csv v1.3.1
9712025-02-13T04:27:48.689Z Downloaded hickory-proto v0.24.3
9722025-02-13T04:27:48.704Z Downloaded bstr v1.10.0
9732025-02-13T04:27:48.717Z Downloaded lalrpop v0.19.12
9742025-02-13T04:27:48.726Z Downloaded zerocopy-derive v0.6.6
9752025-02-13T04:27:48.736Z Downloaded ratatui v0.28.1
9762025-02-13T04:27:48.755Z Downloaded tokio v1.43.0
9772025-02-13T04:27:48.791Z Downloaded p256 v0.13.2
9782025-02-13T04:27:48.794Z Downloaded zip v2.1.3
9792025-02-13T04:27:48.798Z Downloaded icu_properties_data v1.5.0
9802025-02-13T04:27:48.808Z Downloaded lzma-sys v0.1.20
9812025-02-13T04:27:48.837Z Downloaded parking_lot_core v0.9.10
9822025-02-13T04:27:48.839Z Downloaded sha3 v0.10.8
9832025-02-13T04:27:48.844Z Downloaded serde_repr v0.1.19
9842025-02-13T04:27:48.846Z Downloaded sha1 v0.10.6
9852025-02-13T04:27:48.849Z Downloaded prettyplease v0.2.25
9862025-02-13T04:27:48.851Z Downloaded static_assertions v1.1.0
9872025-02-13T04:27:48.851Z Downloaded yasna v0.5.2
9882025-02-13T04:27:48.854Z Downloaded rand v0.8.5
9892025-02-13T04:27:48.856Z Downloaded thiserror-impl-no-std v2.0.2
9902025-02-13T04:27:48.859Z Downloaded omicron-zone-package v0.12.0
9912025-02-13T04:27:48.862Z Downloaded tungstenite v0.24.0
9922025-02-13T04:27:48.864Z Downloaded tokio-postgres v0.7.12
9932025-02-13T04:27:48.868Z Downloaded libz-sys v1.1.20
9942025-02-13T04:27:48.888Z Downloaded tough v0.19.0
9952025-02-13T04:27:48.896Z Downloaded num-complex v0.4.6
9962025-02-13T04:27:48.899Z Downloaded hashbrown v0.13.2
9972025-02-13T04:27:48.901Z Downloaded difflib v0.4.0
9982025-02-13T04:27:48.904Z Downloaded owo-colors v4.1.0
9992025-02-13T04:27:48.906Z Downloaded aws-lc-rs v1.10.0
10002025-02-13T04:27:48.915Z Downloaded tabwriter v1.4.0
10012025-02-13T04:27:48.918Z Downloaded parking_lot_core v0.8.6
10022025-02-13T04:27:48.918Z Downloaded num-bigint v0.4.6
10032025-02-13T04:27:48.922Z Downloaded zerovec v0.10.4
10042025-02-13T04:27:48.927Z Downloaded unicode-normalization v0.1.24
10052025-02-13T04:27:48.931Z Downloaded blake3 v1.5.4
10062025-02-13T04:27:48.938Z Downloaded write16 v1.0.0
10072025-02-13T04:27:48.941Z Downloaded untrusted v0.7.1
10082025-02-13T04:27:48.941Z Downloaded pbkdf2 v0.11.0
10092025-02-13T04:27:48.944Z Downloaded tap v1.0.1
10102025-02-13T04:27:48.944Z Downloaded tokio-tungstenite v0.21.0
10112025-02-13T04:27:48.946Z Downloaded tokio-rustls v0.26.0
10122025-02-13T04:27:48.949Z Downloaded tungstenite v0.21.0
10132025-02-13T04:27:48.951Z Downloaded ed25519-dalek v2.1.1
10142025-02-13T04:27:48.954Z Downloaded typify v0.3.0
10152025-02-13T04:27:48.958Z Downloaded fd-lock v4.0.2
10162025-02-13T04:27:48.961Z Downloaded yoke v0.7.4
10172025-02-13T04:27:48.961Z Downloaded fallible-iterator v0.2.0
10182025-02-13T04:27:48.964Z Downloaded tokio-tungstenite v0.23.1
10192025-02-13T04:27:48.967Z Downloaded qorb v0.2.1
10202025-02-13T04:27:48.969Z Downloaded writeable v0.5.5
10212025-02-13T04:27:48.972Z Downloaded futures v0.3.31
10222025-02-13T04:27:48.975Z Downloaded russh-keys v0.45.0
10232025-02-13T04:27:48.977Z Downloaded publicsuffix v2.3.0
10242025-02-13T04:27:48.980Z Downloaded olpc-cjson v0.1.4
10252025-02-13T04:27:48.982Z Downloaded pkcs8 v0.10.2
10262025-02-13T04:27:48.985Z Downloaded nanorand v0.7.0
10272025-02-13T04:27:48.987Z Downloaded env_logger v0.11.5
10282025-02-13T04:27:48.990Z Downloaded rustc-demangle v0.1.24
10292025-02-13T04:27:48.990Z Downloaded derive_more v0.99.19
10302025-02-13T04:27:48.994Z Downloaded quinn v0.11.5
10312025-02-13T04:27:48.997Z Downloaded hyper v1.5.2
10322025-02-13T04:27:49.006Z Downloaded schemars_derive v0.8.21
10332025-02-13T04:27:49.008Z Downloaded structmeta v0.3.0
10342025-02-13T04:27:49.008Z Downloaded env_filter v0.1.2
10352025-02-13T04:27:49.009Z Downloaded aho-corasick v1.1.3
10362025-02-13T04:27:49.013Z Downloaded zerocopy-derive v0.8.10
10372025-02-13T04:27:49.019Z Downloaded slog v2.7.0
10382025-02-13T04:27:49.022Z Downloaded tungstenite v0.23.0
10392025-02-13T04:27:49.025Z Downloaded tracing v0.1.40
10402025-02-13T04:27:49.029Z Downloaded fixedbitset v0.4.2
10412025-02-13T04:27:49.033Z Downloaded pkcs1 v0.7.5
10422025-02-13T04:27:49.035Z Downloaded x509-cert v0.2.5
10432025-02-13T04:27:49.040Z Downloaded tls_codec_derive v0.4.1
10442025-02-13T04:27:49.042Z Downloaded stringprep v0.1.5
10452025-02-13T04:27:49.043Z Downloaded ssh-encoding v0.2.0
10462025-02-13T04:27:49.045Z Downloaded pkcs5 v0.7.1
10472025-02-13T04:27:49.048Z Downloaded schemars v0.8.21
10482025-02-13T04:27:49.060Z Downloaded itertools v0.13.0
10492025-02-13T04:27:49.067Z Downloaded hickory-resolver v0.24.2
10502025-02-13T04:27:49.071Z Downloaded ref-cast v1.0.23
10512025-02-13T04:27:49.074Z Downloaded encoding_rs v0.8.34
10522025-02-13T04:27:49.094Z Downloaded powerfmt v0.2.0
10532025-02-13T04:27:49.097Z Downloaded socket2 v0.5.7
10542025-02-13T04:27:49.100Z Downloaded phf_generator v0.11.2
10552025-02-13T04:27:49.100Z Downloaded float-ord v0.3.2
10562025-02-13T04:27:49.105Z Downloaded float-cmp v0.9.0
10572025-02-13T04:27:49.105Z Downloaded num-integer v0.1.46
10582025-02-13T04:27:49.105Z Downloaded aes-gcm v0.10.3
10592025-02-13T04:27:49.108Z Downloaded diesel-dtrace v0.4.2
10602025-02-13T04:27:49.108Z Downloaded embedded-io v0.6.1
10612025-02-13T04:27:49.111Z Downloaded libm v0.2.8
10622025-02-13T04:27:49.116Z Downloaded http v1.2.0
10632025-02-13T04:27:49.120Z Downloaded tokio-stream v0.1.16
10642025-02-13T04:27:49.124Z Downloaded openssl-macros v0.1.1
10652025-02-13T04:27:49.127Z Downloaded dropshot_endpoint v0.15.1
10662025-02-13T04:27:49.129Z Downloaded ed25519 v2.2.3
10672025-02-13T04:27:49.134Z Downloaded deranged v0.3.11
10682025-02-13T04:27:49.134Z Downloaded phf_shared v0.11.2
10692025-02-13T04:27:49.134Z Downloaded hickory-server v0.24.2
10702025-02-13T04:27:49.137Z Downloaded futures-io v0.3.31
10712025-02-13T04:27:49.139Z Downloaded nu-ansi-term v0.50.1
10722025-02-13T04:27:49.142Z Downloaded smallvec v1.13.2
10732025-02-13T04:27:49.142Z Downloaded serde_yaml v0.9.34+deprecated
10742025-02-13T04:27:49.145Z Downloaded defmt-parser v0.3.4
10752025-02-13T04:27:49.148Z Downloaded spki v0.7.3
10762025-02-13T04:27:49.148Z Downloaded unicode-properties v0.1.3
10772025-02-13T04:27:49.150Z Downloaded quick-error v1.2.3
10782025-02-13T04:27:49.150Z Downloaded crossterm v0.28.1
10792025-02-13T04:27:49.157Z Downloaded mio v1.0.2
10802025-02-13T04:27:49.163Z Downloaded libxml v0.3.3
10812025-02-13T04:27:49.168Z Downloaded crossbeam-channel v0.5.13
10822025-02-13T04:27:49.173Z Downloaded libgit2-sys v0.17.0+1.8.1
10832025-02-13T04:27:49.229Z Downloaded slog-term v2.9.1
10842025-02-13T04:27:49.231Z Downloaded serde_with_macros v3.11.0
10852025-02-13T04:27:49.234Z Downloaded subprocess v0.2.9
10862025-02-13T04:27:49.236Z Downloaded same-file v1.0.6
10872025-02-13T04:27:49.236Z Downloaded rustls-pemfile v1.0.4
10882025-02-13T04:27:49.239Z Downloaded futures-sink v0.3.31
10892025-02-13T04:27:49.239Z Downloaded elliptic-curve v0.13.8
10902025-02-13T04:27:49.242Z Downloaded darling_core v0.20.10
10912025-02-13T04:27:49.246Z Downloaded term v0.7.0
10922025-02-13T04:27:49.249Z Downloaded poly1305 v0.8.0
10932025-02-13T04:27:49.255Z Downloaded oso v0.27.3
10942025-02-13T04:27:49.255Z Downloaded icu_locid v1.5.0
10952025-02-13T04:27:49.259Z Downloaded fragile v2.0.0
10962025-02-13T04:27:49.261Z Downloaded enum-as-inner v0.6.1
10972025-02-13T04:27:49.264Z Downloaded smallvec v0.6.14
10982025-02-13T04:27:49.265Z Downloaded tracing-core v0.1.32
10992025-02-13T04:27:49.268Z Downloaded tinyvec v1.8.0
11002025-02-13T04:27:49.270Z Downloaded indexmap v1.9.3
11012025-02-13T04:27:49.273Z Downloaded xattr v1.3.1
11022025-02-13T04:27:49.276Z Downloaded topological-sort v0.2.2
11032025-02-13T04:27:49.276Z Downloaded hyper-util v0.1.10
11042025-02-13T04:27:49.280Z Downloaded pin-project-internal v1.1.6
11052025-02-13T04:27:49.283Z Downloaded fxhash v0.2.1
11062025-02-13T04:27:49.283Z Downloaded termcolor v1.4.1
11072025-02-13T04:27:49.283Z Downloaded slog-scope v4.4.0
11082025-02-13T04:27:49.286Z Downloaded const_format v0.2.34
11092025-02-13T04:27:49.289Z Downloaded whoami v1.5.2
11102025-02-13T04:27:49.291Z Downloaded ron v0.8.1
11112025-02-13T04:27:49.296Z Downloaded rfc6979 v0.4.0
11122025-02-13T04:27:49.299Z Downloaded polyval v0.6.2
11132025-02-13T04:27:49.299Z Downloaded chacha20poly1305 v0.10.1
11142025-02-13T04:27:49.301Z Downloaded num_enum v0.5.11
11152025-02-13T04:27:49.304Z Downloaded native-tls v0.2.12
11162025-02-13T04:27:49.307Z Downloaded rustls-pki-types v1.10.0
11172025-02-13T04:27:49.310Z Downloaded globset v0.4.15
11182025-02-13T04:27:49.312Z Downloaded flagset v0.4.6
11192025-02-13T04:27:49.312Z Downloaded walkdir v2.5.0
11202025-02-13T04:27:49.315Z Downloaded futures-task v0.3.31
11212025-02-13T04:27:49.315Z Downloaded icu_locid_transform v1.5.0
11222025-02-13T04:27:49.318Z Downloaded data-encoding v2.6.0
11232025-02-13T04:27:49.320Z Downloaded zerovec-derive v0.10.3
11242025-02-13T04:27:49.320Z Downloaded structmeta v0.2.0
11252025-02-13T04:27:49.323Z Downloaded multer v3.1.0
11262025-02-13T04:27:49.326Z Downloaded jobserver v0.1.32
11272025-02-13T04:27:49.329Z Downloaded highway v1.2.0
11282025-02-13T04:27:49.329Z Downloaded cc v1.1.30
11292025-02-13T04:27:49.332Z Downloaded base64 v0.13.1
11302025-02-13T04:27:49.334Z Downloaded which v4.4.2
11312025-02-13T04:27:49.337Z Downloaded mockall_derive v0.13.0
11322025-02-13T04:27:49.342Z Downloaded tiny-keccak v2.0.2
11332025-02-13T04:27:49.342Z Downloaded time-macros v0.2.18
11342025-02-13T04:27:49.345Z Downloaded subtle v2.6.1
11352025-02-13T04:27:49.345Z Downloaded hyper-staticfile v0.10.1
11362025-02-13T04:27:49.345Z Downloaded crossbeam-epoch v0.9.18
11372025-02-13T04:27:49.348Z Downloaded cookie v0.18.1
11382025-02-13T04:27:49.352Z Downloaded libloading v0.8.5
11392025-02-13T04:27:49.356Z Downloaded iana-time-zone v0.1.61
11402025-02-13T04:27:49.356Z Downloaded const-oid v0.9.6
11412025-02-13T04:27:49.360Z Downloaded lru-cache v0.1.2
11422025-02-13T04:27:49.360Z Downloaded lalrpop-util v0.19.12
11432025-02-13T04:27:49.360Z Downloaded kstat-rs v0.2.4
11442025-02-13T04:27:49.360Z Downloaded idna_adapter v1.2.0
11452025-02-13T04:27:49.360Z Downloaded foreign-types-shared v0.1.1
11462025-02-13T04:27:49.363Z Downloaded allocator-api2 v0.2.18
11472025-02-13T04:27:49.363Z Downloaded darling_macro v0.20.10
11482025-02-13T04:27:49.367Z Downloaded ssh-cipher v0.2.0
11492025-02-13T04:27:49.367Z Downloaded signal-hook-registry v1.4.2
11502025-02-13T04:27:49.367Z Downloaded scrypt v0.11.0
11512025-02-13T04:27:49.367Z Downloaded lazycell v1.3.0
11522025-02-13T04:27:49.370Z Downloaded serde_urlencoded v0.7.1
11532025-02-13T04:27:49.370Z Downloaded memoffset v0.9.1
11542025-02-13T04:27:49.373Z Downloaded internet-checksum v0.2.1
11552025-02-13T04:27:49.373Z Downloaded linked-hash-map v0.5.6
11562025-02-13T04:27:49.373Z Downloaded keccak v0.1.5
11572025-02-13T04:27:49.377Z Downloaded icu_normalizer_data v1.5.0
11582025-02-13T04:27:49.377Z Downloaded ciborium v0.2.2
11592025-02-13T04:27:49.381Z Downloaded blake2 v0.10.6
11602025-02-13T04:27:49.382Z Downloaded toolchain_find v0.4.0
11612025-02-13T04:27:49.386Z Downloaded time-core v0.1.2
11622025-02-13T04:27:49.386Z Downloaded hubpack v0.1.2
11632025-02-13T04:27:49.386Z Downloaded cmake v0.1.51
11642025-02-13T04:27:49.386Z Downloaded ahash v0.8.11
11652025-02-13T04:27:49.390Z Downloaded hubpack_derive v0.1.1
11662025-02-13T04:27:49.391Z Downloaded csv-core v0.1.11
11672025-02-13T04:27:49.391Z Downloaded crc v3.2.1
11682025-02-13T04:27:49.394Z Downloaded const_format_proc_macros v0.2.34
11692025-02-13T04:27:49.394Z Downloaded cancel-safe-futures v0.1.5
11702025-02-13T04:27:49.397Z Downloaded bcs v0.1.6
11712025-02-13T04:27:49.400Z Downloaded async-bb8-diesel v0.2.1
11722025-02-13T04:27:49.404Z Downloaded is_ci v1.2.0
11732025-02-13T04:27:49.404Z Downloaded chrono-tz-build v0.4.0
11742025-02-13T04:27:49.404Z Downloaded bitfield-struct v0.6.2
11752025-02-13T04:27:49.404Z Downloaded async-stream v0.3.6
11762025-02-13T04:27:49.407Z Downloaded array-init v0.0.4
11772025-02-13T04:27:49.407Z Downloaded maybe-uninit v2.0.0
11782025-02-13T04:27:49.410Z Downloaded home v0.5.9
11792025-02-13T04:27:49.410Z Downloaded bitflags v1.3.2
11802025-02-13T04:27:49.413Z Downloaded atomic-waker v1.1.2
11812025-02-13T04:27:49.413Z Downloaded async-recursion v1.1.1
11822025-02-13T04:27:49.416Z Downloaded hex-literal v0.4.1
11832025-02-13T04:27:49.419Z Downloaded crossbeam-deque v0.8.5
11842025-02-13T04:27:49.419Z Downloaded convert_case v0.4.0
11852025-02-13T04:27:49.419Z Downloaded colored v2.1.0
11862025-02-13T04:27:49.421Z Downloaded atty v0.2.14
11872025-02-13T04:27:49.578Z Downloaded ring v0.17.8
11882025-02-13T04:27:49.683Z Downloaded libsqlite3-sys v0.30.1
11892025-02-13T04:27:49.776Z Downloaded aws-lc-sys v0.22.0
11902025-02-13T04:27:50.075Z Compiling serde v1.0.217
11912025-02-13T04:27:50.078Z Compiling lock_api v0.4.12
11922025-02-13T04:27:50.078Z Compiling value-bag v1.9.0
11932025-02-13T04:27:50.078Z Compiling scopeguard v1.2.0
11942025-02-13T04:27:50.232Z Compiling typenum v1.17.0
11952025-02-13T04:27:50.235Z Compiling generic-array v0.14.7
11962025-02-13T04:27:50.271Z Compiling syn v2.0.96
11972025-02-13T04:27:50.286Z Compiling getrandom v0.2.15
11982025-02-13T04:27:50.383Z Compiling subtle v2.6.1
11992025-02-13T04:27:50.527Z Compiling rand_core v0.6.4
12002025-02-13T04:27:50.686Z Compiling log v0.4.22
12012025-02-13T04:27:50.738Z Compiling shlex v1.3.0
12022025-02-13T04:27:50.764Z Compiling jobserver v0.1.32
12032025-02-13T04:27:50.826Z Compiling smallvec v1.13.2
12042025-02-13T04:27:51.037Z Compiling const-oid v0.9.6
12052025-02-13T04:27:51.085Z Compiling pin-project-lite v0.2.14
12062025-02-13T04:27:51.131Z Compiling cc v1.1.30
12072025-02-13T04:27:51.214Z Compiling rustix v0.38.37
12082025-02-13T04:27:51.233Z Compiling spin v0.9.8
12092025-02-13T04:27:51.441Z Compiling parking_lot_core v0.9.10
12102025-02-13T04:27:51.555Z Compiling futures-core v0.3.31
12112025-02-13T04:27:51.604Z Compiling signal-hook-registry v1.4.2
12122025-02-13T04:27:51.785Z Compiling mio v1.0.2
12132025-02-13T04:27:52.004Z Compiling aho-corasick v1.1.3
12142025-02-13T04:27:52.242Z Compiling parking_lot v0.12.3
12152025-02-13T04:27:52.467Z Compiling regex-syntax v0.8.5
12162025-02-13T04:27:52.684Z Compiling cpufeatures v0.2.14
12172025-02-13T04:27:52.803Z Compiling either v1.13.0
12182025-02-13T04:27:52.993Z Compiling stable_deref_trait v1.2.0
12192025-02-13T04:27:53.119Z Compiling futures-sink v0.3.31
12202025-02-13T04:27:53.169Z Compiling glob v0.3.2
12212025-02-13T04:27:53.194Z Compiling socket2 v0.5.7
12222025-02-13T04:27:53.241Z Compiling slab v0.4.9
12232025-02-13T04:27:53.287Z Compiling prettyplease v0.2.25
12242025-02-13T04:27:53.649Z Compiling lazy_static v1.5.0
12252025-02-13T04:27:53.706Z Compiling serde_json v1.0.135
12262025-02-13T04:27:53.783Z Compiling minimal-lexical v0.2.1
12272025-02-13T04:27:54.038Z Compiling clang-sys v1.8.1
12282025-02-13T04:27:54.087Z Compiling libloading v0.8.5
12292025-02-13T04:27:54.324Z Compiling nom v7.1.3
12302025-02-13T04:27:54.372Z Compiling bindgen v0.69.5
12312025-02-13T04:27:54.473Z Compiling home v0.5.9
12322025-02-13T04:27:54.746Z Compiling futures-channel v0.3.31
12332025-02-13T04:27:54.940Z Compiling itertools v0.12.1
12342025-02-13T04:27:55.129Z Compiling rustc-hash v1.1.0
12352025-02-13T04:27:55.246Z Compiling libm v0.2.8
12362025-02-13T04:27:55.298Z Compiling allocator-api2 v0.2.18
12372025-02-13T04:27:55.574Z Compiling futures-task v0.3.31
12382025-02-13T04:27:55.889Z Compiling foldhash v0.1.3
12392025-02-13T04:27:56.064Z Compiling futures-io v0.3.31
12402025-02-13T04:27:56.203Z Compiling pin-utils v0.1.0
12412025-02-13T04:27:56.301Z Compiling regex-automata v0.4.8
12422025-02-13T04:27:56.350Z Compiling lazycell v1.3.0
12432025-02-13T04:27:56.525Z Compiling hashbrown v0.15.1
12442025-02-13T04:27:56.978Z Compiling cmake v0.1.51
12452025-02-13T04:27:57.625Z Compiling synstructure v0.13.1
12462025-02-13T04:27:57.821Z Compiling cexpr v0.6.0
12472025-02-13T04:27:57.890Z Compiling num-traits v0.2.19
12482025-02-13T04:27:58.182Z Compiling pkg-config v0.3.31
12492025-02-13T04:27:58.730Z Compiling dunce v1.0.5
12502025-02-13T04:27:58.872Z Compiling fs_extra v1.3.0
12512025-02-13T04:27:59.397Z Compiling writeable v0.5.5
12522025-02-13T04:27:59.440Z Compiling litemap v0.7.3
12532025-02-13T04:27:59.458Z Compiling ring v0.17.8
12542025-02-13T04:27:59.830Z Compiling paste v1.0.15
12552025-02-13T04:27:59.941Z Compiling base64ct v1.6.0
12562025-02-13T04:28:00.413Z Compiling pem-rfc7468 v0.7.0
12572025-02-13T04:28:00.588Z Compiling flagset v0.4.6
12582025-02-13T04:28:00.625Z Compiling aws-lc-rs v1.10.0
12592025-02-13T04:28:00.787Z Compiling icu_locid_transform_data v1.5.0
12602025-02-13T04:28:00.885Z Compiling httparse v1.9.5
12612025-02-13T04:28:01.029Z Compiling tracing-core v0.1.32
12622025-02-13T04:28:01.590Z Compiling regex v1.11.1
12632025-02-13T04:28:01.906Z Compiling crossbeam-utils v0.8.20
12642025-02-13T04:28:02.009Z Compiling icu_properties_data v1.5.0
12652025-02-13T04:28:02.106Z Compiling rustls-pki-types v1.10.0
12662025-02-13T04:28:02.244Z Compiling percent-encoding v2.3.1
12672025-02-13T04:28:02.538Z Compiling icu_normalizer_data v1.5.0
12682025-02-13T04:28:02.558Z Compiling untrusted v0.7.1
12692025-02-13T04:28:02.635Z Compiling utf8_iter v1.0.4
12702025-02-13T04:28:02.736Z Compiling mirai-annotations v1.12.0
12712025-02-13T04:28:02.860Z Compiling powerfmt v0.2.0
12722025-02-13T04:28:02.927Z Compiling utf16_iter v1.0.5
12732025-02-13T04:28:03.071Z Compiling untrusted v0.9.0
12742025-02-13T04:28:03.111Z Compiling time-core v0.1.2
12752025-02-13T04:28:03.131Z Compiling vcpkg v0.2.15
12762025-02-13T04:28:03.146Z Compiling serde_derive v1.0.217
12772025-02-13T04:28:03.225Z Compiling zeroize_derive v1.4.2
12782025-02-13T04:28:03.250Z Compiling zerocopy-derive v0.7.35
12792025-02-13T04:28:03.270Z Compiling tokio-macros v2.5.0
12802025-02-13T04:28:04.592Z Compiling zeroize v1.8.1
12812025-02-13T04:28:04.699Z Compiling zerofrom-derive v0.1.4
12822025-02-13T04:28:04.796Z Compiling yoke-derive v0.7.4
12832025-02-13T04:28:05.045Z Compiling zerovec-derive v0.10.3
12842025-02-13T04:28:05.207Z Compiling zerocopy v0.7.35
12852025-02-13T04:28:06.154Z Compiling crypto-common v0.1.6
12862025-02-13T04:28:06.376Z Compiling block-buffer v0.10.4
12872025-02-13T04:28:06.507Z Compiling thiserror-impl v1.0.69
12882025-02-13T04:28:06.639Z Compiling digest v0.10.7
12892025-02-13T04:28:06.715Z Compiling futures-macro v0.3.31
12902025-02-13T04:28:07.079Z Compiling hmac v0.12.1
12912025-02-13T04:28:07.358Z Compiling displaydoc v0.2.5
12922025-02-13T04:28:07.379Z Compiling block-padding v0.3.3
12932025-02-13T04:28:07.478Z Compiling sha2 v0.10.8
12942025-02-13T04:28:07.622Z Compiling inout v0.1.3
12952025-02-13T04:28:07.882Z Compiling cipher v0.4.4
12962025-02-13T04:28:08.243Z Compiling zerofrom v0.1.4
12972025-02-13T04:28:08.367Z Compiling icu_provider_macros v1.5.0
12982025-02-13T04:28:08.445Z Compiling yoke v0.7.4
12992025-02-13T04:28:08.515Z Compiling futures-util v0.3.31
13002025-02-13T04:28:08.781Z Compiling zerovec v0.10.4
13012025-02-13T04:28:08.800Z Compiling ppv-lite86 v0.2.20
13022025-02-13T04:28:09.398Z Compiling der_derive v0.7.3
13032025-02-13T04:28:09.450Z Compiling thiserror v1.0.69
13042025-02-13T04:28:09.493Z Compiling rand_chacha v0.3.1
13052025-02-13T04:28:09.592Z Compiling tracing-attributes v0.1.27
13062025-02-13T04:28:09.822Z Compiling pest v2.7.14
13072025-02-13T04:28:10.606Z Compiling tinystr v0.7.6
13082025-02-13T04:28:10.891Z Compiling icu_collections v1.5.0
13092025-02-13T04:28:10.996Z Compiling icu_locid v1.5.0
13102025-02-13T04:28:11.664Z Compiling der v0.7.9
13112025-02-13T04:28:11.695Z Compiling rand v0.8.5
13122025-02-13T04:28:12.145Z Compiling icu_provider v1.5.0
13132025-02-13T04:28:12.926Z Compiling icu_locid_transform v1.5.0
13142025-02-13T04:28:12.964Z Compiling tracing v0.1.40
13152025-02-13T04:28:13.134Z Compiling salsa20 v0.10.2
13162025-02-13T04:28:13.134Z Compiling pbkdf2 v0.12.2
13172025-02-13T04:28:13.302Z Compiling write16 v1.0.0
13182025-02-13T04:28:13.364Z Compiling num-conv v0.1.0
13192025-02-13T04:28:13.440Z Compiling scrypt v0.11.0
13202025-02-13T04:28:13.459Z Compiling pest_meta v2.7.14
13212025-02-13T04:28:13.656Z Compiling spki v0.7.3
13222025-02-13T04:28:13.685Z Compiling time-macros v0.2.18
13232025-02-13T04:28:13.970Z Compiling aes v0.8.4
13242025-02-13T04:28:14.022Z Compiling cbc v0.1.2
13252025-02-13T04:28:14.264Z Compiling icu_properties v1.5.1
13262025-02-13T04:28:14.639Z Compiling openssl-sys v0.9.105
13272025-02-13T04:28:15.237Z Compiling scroll_derive v0.12.0
13282025-02-13T04:28:15.694Z Compiling bitflags v2.6.0
13292025-02-13T04:28:15.982Z Compiling bytes v1.9.0
13302025-02-13T04:28:16.658Z Compiling indexmap v2.7.1
13312025-02-13T04:28:16.726Z Compiling semver v1.0.24
13322025-02-13T04:28:17.077Z Compiling tokio v1.43.0
13332025-02-13T04:28:17.154Z Compiling http v1.2.0
13342025-02-13T04:28:17.448Z Compiling rustc_version v0.4.1
13352025-02-13T04:28:17.852Z Compiling deranged v0.3.11
13362025-02-13T04:28:17.963Z Compiling icu_normalizer v1.5.0
13372025-02-13T04:28:18.906Z Compiling num_threads v0.1.7
13382025-02-13T04:28:19.049Z Compiling atomic-waker v1.1.2
13392025-02-13T04:28:19.247Z Compiling tinyvec_macros v0.1.1
13402025-02-13T04:28:19.281Z Compiling time v0.3.36
13412025-02-13T04:28:19.302Z Compiling idna_adapter v1.2.0
13422025-02-13T04:28:19.353Z Compiling tinyvec v1.8.0
13432025-02-13T04:28:19.375Z Compiling http-body v1.0.1
13442025-02-13T04:28:19.494Z Compiling scroll v0.12.0
13452025-02-13T04:28:19.594Z Compiling pkcs5 v0.7.1
13462025-02-13T04:28:19.630Z Compiling which v4.4.2
13472025-02-13T04:28:19.724Z Compiling pest_generator v2.7.14
13482025-02-13T04:28:20.165Z Compiling form_urlencoded v1.2.1
13492025-02-13T04:28:20.487Z Compiling slog v2.7.0
13502025-02-13T04:28:20.718Z Compiling try-lock v0.2.5
13512025-02-13T04:28:20.803Z Compiling goblin v0.8.2
13522025-02-13T04:28:20.827Z Compiling pkcs8 v0.10.2
13532025-02-13T04:28:20.868Z Compiling want v0.3.1
13542025-02-13T04:28:21.028Z Compiling idna v1.0.3
13552025-02-13T04:28:21.139Z Compiling uuid v1.12.0
13562025-02-13T04:28:21.596Z Compiling httpdate v1.0.3
13572025-02-13T04:28:21.604Z Compiling pest_derive v2.7.14
13582025-02-13T04:28:21.886Z Compiling iana-time-zone v0.1.61
13592025-02-13T04:28:22.312Z Compiling chrono v0.4.39
13602025-02-13T04:28:22.338Z Compiling dtrace-parser v0.2.0
13612025-02-13T04:28:22.684Z Compiling toml_datetime v0.6.8
13622025-02-13T04:28:23.157Z Compiling serde_spanned v0.6.8
13632025-02-13T04:28:23.357Z Compiling serde_tokenstream v0.2.2
13642025-02-13T04:28:23.388Z Compiling tower-service v0.3.3
13652025-02-13T04:28:23.530Z Compiling foreign-types-shared v0.1.1
13662025-02-13T04:28:23.655Z Compiling base64 v0.22.1
13672025-02-13T04:28:23.944Z Compiling match_cfg v0.1.0
13682025-02-13T04:28:23.980Z Compiling adler2 v2.0.0
13692025-02-13T04:28:24.048Z Compiling rustversion v1.0.17
13702025-02-13T04:28:24.194Z Compiling openssl v0.10.70
13712025-02-13T04:28:24.249Z Compiling miniz_oxide v0.8.0
13722025-02-13T04:28:24.335Z Compiling hostname v0.3.1
13732025-02-13T04:28:24.552Z Compiling foreign-types v0.3.2
13742025-02-13T04:28:24.615Z Compiling url v2.5.3
13752025-02-13T04:28:24.774Z Compiling openssl-macros v0.1.1
13762025-02-13T04:28:25.506Z Compiling tokio-util v0.7.12
13772025-02-13T04:28:25.646Z Compiling async-trait v0.1.86
13782025-02-13T04:28:25.669Z Compiling serde_derive_internals v0.29.1
13792025-02-13T04:28:25.901Z Compiling dirs-sys-next v0.1.2
13802025-02-13T04:28:26.348Z Compiling dof v0.3.0
13812025-02-13T04:28:26.436Z Compiling h2 v0.4.6
13822025-02-13T04:28:26.743Z Compiling data-encoding v2.6.0
13832025-02-13T04:28:28.035Z Compiling usdt-impl v0.5.0
13842025-02-13T04:28:28.159Z Compiling native-tls v0.2.12
13852025-02-13T04:28:28.187Z Compiling rustls v0.22.4
13862025-02-13T04:28:28.449Z Compiling schemars v0.8.21
13872025-02-13T04:28:28.480Z Compiling syn v1.0.109
13882025-02-13T04:28:28.772Z Compiling rustls v0.23.19
13892025-02-13T04:28:28.806Z Compiling siphasher v0.3.11
13902025-02-13T04:28:29.147Z Compiling schemars_derive v0.8.21
13912025-02-13T04:28:29.166Z Compiling dirs-next v2.0.0
13922025-02-13T04:28:29.365Z Compiling unicode-normalization v0.1.24
13932025-02-13T04:28:29.923Z Compiling http-body-util v0.1.2
13942025-02-13T04:28:30.382Z Compiling crossbeam-epoch v0.9.18
13952025-02-13T04:28:30.458Z Compiling heapless v0.7.17
13962025-02-13T04:28:30.481Z Compiling sha1 v0.10.6
13972025-02-13T04:28:30.585Z Compiling signature v2.2.0
13982025-02-13T04:28:30.872Z Compiling bzip2-sys v0.1.11+1.0.8
13992025-02-13T04:28:30.878Z Compiling thread_local v1.1.8
14002025-02-13T04:28:30.921Z Compiling multer v3.1.0
14012025-02-13T04:28:31.036Z Compiling cookie v0.18.1
14022025-02-13T04:28:31.214Z Compiling encoding_rs v0.8.34
14032025-02-13T04:28:31.312Z Compiling unicode-bidi v0.3.17
14042025-02-13T04:28:31.337Z Compiling signal-hook v0.3.17
14052025-02-13T04:28:31.360Z Compiling rayon-core v1.12.1
14062025-02-13T04:28:31.609Z Compiling unicode-properties v0.1.3
14072025-02-13T04:28:31.644Z Compiling slog-async v2.8.0
14082025-02-13T04:28:32.043Z Compiling ipnet v2.10.1
14092025-02-13T04:28:32.145Z Compiling mime v0.3.17
14102025-02-13T04:28:32.181Z Compiling dyn-clone v1.0.17
14112025-02-13T04:28:32.428Z Compiling openssl-probe v0.1.5
14122025-02-13T04:28:32.539Z Compiling gimli v0.31.1
14132025-02-13T04:28:32.755Z Compiling toml_edit v0.22.22
14142025-02-13T04:28:33.214Z Compiling hyper v1.5.2
14152025-02-13T04:28:35.498Z Compiling hyper-util v0.1.10
14162025-02-13T04:28:36.386Z Compiling stringprep v0.1.5
14172025-02-13T04:28:36.838Z Compiling addr2line v0.24.2
14182025-02-13T04:28:37.049Z Compiling crossbeam-deque v0.8.5
14192025-02-13T04:28:37.193Z Compiling usdt-macro v0.5.0
14202025-02-13T04:28:37.400Z Compiling usdt-attr-macro v0.5.0
14212025-02-13T04:28:37.421Z Compiling term v0.7.0
14222025-02-13T04:28:38.023Z Compiling slog-json v2.6.1
14232025-02-13T04:28:38.316Z Compiling serde_urlencoded v0.7.1
14242025-02-13T04:28:38.365Z Compiling crossbeam-channel v0.5.13
14252025-02-13T04:28:38.592Z Compiling curve25519-dalek v4.1.3
14262025-02-13T04:28:38.655Z Compiling futures-executor v0.3.31
14272025-02-13T04:28:38.788Z Compiling md-5 v0.10.6
14282025-02-13T04:28:38.895Z Compiling async-stream-impl v0.3.6
14292025-02-13T04:28:39.071Z Compiling enum-as-inner v0.6.1
14302025-02-13T04:28:39.169Z Compiling rustls-pemfile v2.2.0
14312025-02-13T04:28:39.260Z Compiling num-integer v0.1.46
14322025-02-13T04:28:39.313Z Compiling hash32 v0.2.1
14332025-02-13T04:28:39.514Z Compiling ff v0.13.0
14342025-02-13T04:28:39.662Z Compiling is-terminal v0.4.13
14352025-02-13T04:28:39.746Z Compiling object v0.36.5
14362025-02-13T04:28:39.802Z Compiling dropshot v0.12.0
14372025-02-13T04:28:39.992Z Compiling num-bigint-dig v0.8.4
14382025-02-13T04:28:40.039Z Compiling fallible-iterator v0.2.0
14392025-02-13T04:28:40.085Z Compiling take_mut v0.2.2
14402025-02-13T04:28:40.104Z Compiling litrs v0.4.1
14412025-02-13T04:28:40.142Z Compiling rustc-demangle v0.1.24
14422025-02-13T04:28:40.244Z Compiling anyhow v1.0.95
14432025-02-13T04:28:40.284Z Compiling psl-types v2.0.11
14442025-02-13T04:28:40.495Z Compiling quick-error v1.2.3
14452025-02-13T04:28:40.632Z Compiling smoltcp v0.9.1
14462025-02-13T04:28:40.652Z Compiling utf-8 v0.7.6
14472025-02-13T04:28:40.841Z Compiling linked-hash-map v0.5.6
14482025-02-13T04:28:40.956Z Compiling base16ct v0.2.0
14492025-02-13T04:28:41.024Z Compiling portable-atomic v1.9.0
14502025-02-13T04:28:41.160Z Compiling document-features v0.2.10
14512025-02-13T04:28:41.163Z Compiling lru-cache v0.1.2
14522025-02-13T04:28:41.278Z Compiling sec1 v0.7.3
14532025-02-13T04:28:41.297Z Compiling tungstenite v0.24.0
14542025-02-13T04:28:41.750Z Compiling resolv-conf v0.7.0
14552025-02-13T04:28:41.813Z Compiling postgres-protocol v0.6.7
14562025-02-13T04:28:42.087Z Compiling publicsuffix v2.3.0
14572025-02-13T04:28:42.419Z Compiling async-stream v0.3.6
14582025-02-13T04:28:42.463Z Compiling hickory-proto v0.24.3
14592025-02-13T04:28:42.800Z Compiling slog-term v2.9.1
14602025-02-13T04:28:43.076Z Compiling num-iter v0.1.45
14612025-02-13T04:28:43.272Z Compiling group v0.13.0
14622025-02-13T04:28:43.328Z Compiling usdt v0.5.0
14632025-02-13T04:28:43.722Z Compiling futures v0.3.31
14642025-02-13T04:28:43.791Z Compiling slog-bunyan v2.5.0
14652025-02-13T04:28:44.962Z Compiling camino v1.1.9
14662025-02-13T04:28:45.057Z Compiling tokio-native-tls v0.3.1
14672025-02-13T04:28:45.177Z Compiling toml v0.8.19
14682025-02-13T04:28:45.329Z Compiling phf_shared v0.11.2
14692025-02-13T04:28:45.479Z Compiling dropshot_endpoint v0.12.0
14702025-02-13T04:28:45.683Z Compiling terminal_size v0.4.0
14712025-02-13T04:28:45.814Z Compiling waitgroup v0.1.2
14722025-02-13T04:28:45.911Z Compiling openapiv3 v2.0.0
14732025-02-13T04:28:46.036Z Compiling serde_path_to_error v0.1.16
14742025-02-13T04:28:46.668Z Compiling backtrace v0.3.74
14752025-02-13T04:28:46.701Z Compiling hkdf v0.12.4
14762025-02-13T04:28:46.784Z Compiling crypto-bigint v0.5.5
14772025-02-13T04:28:46.969Z Compiling zerocopy-derive v0.6.6
14782025-02-13T04:28:48.969Z Compiling curve25519-dalek-derive v0.1.1
14792025-02-13T04:28:49.621Z Compiling webpki-roots v0.26.6
14802025-02-13T04:28:49.762Z Compiling hostname v0.4.0
14812025-02-13T04:28:49.842Z Compiling ahash v0.8.11
14822025-02-13T04:28:49.863Z Compiling crc32fast v1.4.2
14832025-02-13T04:28:49.953Z Compiling hubpack_derive v0.1.1
14842025-02-13T04:28:49.978Z Compiling fs-err v2.11.0
14852025-02-13T04:28:50.172Z Compiling newtype-uuid v1.2.1
14862025-02-13T04:28:50.175Z Compiling unicode-width v0.2.0
14872025-02-13T04:28:50.278Z Compiling winnow v0.5.40
14882025-02-13T04:28:50.337Z Compiling bitflags v1.3.2
14892025-02-13T04:28:50.441Z Compiling managed v0.8.0
14902025-02-13T04:28:50.460Z Compiling debug-ignore v1.0.5
14912025-02-13T04:28:50.606Z Compiling clap_builder v4.5.27
14922025-02-13T04:28:50.713Z Compiling console v0.15.10
14932025-02-13T04:28:50.763Z Compiling hubpack v0.1.2
14942025-02-13T04:28:51.211Z Compiling strum_macros v0.25.3
14952025-02-13T04:28:52.298Z Compiling flate2 v1.0.35
14962025-02-13T04:28:52.689Z Compiling elliptic-curve v0.13.8
14972025-02-13T04:28:52.801Z Compiling zerocopy v0.6.6
14982025-02-13T04:28:53.183Z Compiling hickory-resolver v0.24.2
14992025-02-13T04:28:53.490Z Compiling toml_edit v0.19.15
15002025-02-13T04:28:53.660Z Compiling phf v0.11.2
15012025-02-13T04:28:53.943Z Compiling hyper-tls v0.6.0
15022025-02-13T04:28:54.268Z Compiling rayon v1.10.0
15032025-02-13T04:28:54.341Z Compiling signal-hook-mio v0.2.4
15042025-02-13T04:28:54.511Z Compiling cookie_store v0.21.1
15052025-02-13T04:28:54.953Z Compiling bzip2 v0.4.4
15062025-02-13T04:28:55.927Z Compiling postgres-types v0.2.8
15072025-02-13T04:28:57.225Z Compiling tokio-tungstenite v0.24.0
15082025-02-13T04:28:58.508Z Compiling ed25519 v2.2.3
15092025-02-13T04:28:58.627Z Compiling phf_shared v0.10.0
15102025-02-13T04:28:58.995Z Compiling tokio-stream v0.1.16
15112025-02-13T04:28:59.037Z Compiling pkcs1 v0.7.5
15122025-02-13T04:28:59.063Z Compiling serde-big-array v0.5.1
15132025-02-13T04:28:59.284Z Compiling rfc6979 v0.4.0
15142025-02-13T04:28:59.489Z Compiling derive-where v1.2.7
15152025-02-13T04:28:59.524Z Compiling clap_derive v4.5.24
15162025-02-13T04:28:59.884Z Compiling serde_repr v0.1.19
15172025-02-13T04:28:59.954Z Compiling float-cmp v0.9.0
15182025-02-13T04:29:00.191Z Compiling bstr v1.10.0
15192025-02-13T04:29:00.323Z Compiling sync_wrapper v1.0.1
15202025-02-13T04:29:00.485Z Compiling fixedbitset v0.4.2
15212025-02-13T04:29:00.548Z Compiling unicode-segmentation v1.12.0
15222025-02-13T04:29:00.908Z Compiling static_assertions v1.1.0
15232025-02-13T04:29:00.980Z Compiling predicates-core v1.0.8
15242025-02-13T04:29:01.020Z Compiling new_debug_unreachable v1.0.6
15252025-02-13T04:29:01.126Z Compiling number_prefix v0.4.0
15262025-02-13T04:29:01.299Z Compiling normalize-line-endings v0.3.0
15272025-02-13T04:29:01.361Z Compiling precomputed-hash v0.1.1
15282025-02-13T04:29:01.411Z Compiling bit-vec v0.6.3
15292025-02-13T04:29:01.438Z Compiling whoami v1.5.2
15302025-02-13T04:29:01.491Z Compiling difflib v0.4.0
15312025-02-13T04:29:01.776Z Compiling tokio-postgres v0.7.12
15322025-02-13T04:29:01.823Z Compiling bit-set v0.5.3
15332025-02-13T04:29:01.993Z Compiling predicates v3.1.2
15342025-02-13T04:29:02.108Z Compiling string_cache v0.8.7
15352025-02-13T04:29:02.552Z Compiling indicatif v0.17.11
15362025-02-13T04:29:02.738Z Compiling similar v2.6.0
15372025-02-13T04:29:02.923Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15382025-02-13T04:29:03.470Z Compiling petgraph v0.6.5
15392025-02-13T04:29:04.075Z Compiling clap v4.5.27
15402025-02-13T04:29:04.201Z Compiling rsa v0.9.6
15412025-02-13T04:29:04.578Z Compiling ecdsa v0.16.9
15422025-02-13T04:29:04.851Z Compiling ed25519-dalek v2.1.1
15432025-02-13T04:29:05.354Z Compiling toml v0.7.8
15442025-02-13T04:29:06.105Z Compiling zip v0.6.6
15452025-02-13T04:29:06.838Z Compiling crossterm v0.28.1
15462025-02-13T04:29:07.522Z Compiling hex v0.4.3
15472025-02-13T04:29:07.768Z Compiling x509-cert v0.2.5
15482025-02-13T04:29:08.095Z Compiling itertools v0.10.5
15492025-02-13T04:29:08.197Z Compiling peg-runtime v0.8.3
15502025-02-13T04:29:08.784Z Compiling lalrpop-util v0.19.12
15512025-02-13T04:29:09.091Z Compiling unicode-xid v0.2.6
15522025-02-13T04:29:09.112Z Compiling strum_macros v0.26.4
15532025-02-13T04:29:09.129Z Compiling xattr v1.3.1
15542025-02-13T04:29:09.279Z Compiling filetime v0.2.25
15552025-02-13T04:29:09.598Z Compiling tar v0.4.42
15562025-02-13T04:29:13.696Z Compiling strum v0.26.3
15572025-02-13T04:29:16.911Z Compiling aws-lc-sys v0.22.0
15582025-02-13T04:29:44.661Z Compiling rustls-webpki v0.102.8
15592025-02-13T04:29:47.765Z Compiling tokio-rustls v0.25.0
15602025-02-13T04:29:49.346Z Compiling tokio-rustls v0.26.0
15612025-02-13T04:29:49.620Z Compiling hyper-rustls v0.27.3
15622025-02-13T04:29:49.960Z Compiling reqwest v0.12.9
15632025-02-13T04:29:51.326Z Compiling qorb v0.2.1
15642025-02-13T04:29:54.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15652025-02-13T04:29:54.534Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15662025-02-13T04:29:58.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15672025-02-13T04:29:59.058Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15682025-02-13T04:29:59.107ZFeb 13 04:29:58.373 INFO Starting download, target: Clickhouse
15692025-02-13T04:29:59.107ZFeb 13 04:29:58.373 INFO Starting download, target: Cockroach
15702025-02-13T04:29:59.107ZFeb 13 04:29:58.373 INFO Starting download, target: Console
15712025-02-13T04:29:59.107ZFeb 13 04:29:58.373 INFO Starting download, target: DendriteOpenapi
15722025-02-13T04:29:59.107ZFeb 13 04:29:58.373 INFO Starting download, target: DendriteStub
15732025-02-13T04:29:59.109ZFeb 13 04:29:58.373 INFO Starting download, target: MaghemiteMgd
15742025-02-13T04:29:59.109ZFeb 13 04:29:58.373 INFO Starting download, target: TransceiverControl
15752025-02-13T04:29:59.110ZFeb 13 04:29:58.374 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15762025-02-13T04:29:59.110ZFeb 13 04:29:58.374 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15772025-02-13T04:29:59.110ZFeb 13 04:29:58.374 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15782025-02-13T04:29:59.110ZFeb 13 04:29:58.374 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15792025-02-13T04:29:59.110ZFeb 13 04:29:58.374 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15802025-02-13T04:29:59.110ZFeb 13 04:29:58.374 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15812025-02-13T04:29:59.110ZFeb 13 04:29:58.374 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15822025-02-13T04:29:59.334ZFeb 13 04:29:58.589 INFO Download complete, target: DendriteOpenapi
15832025-02-13T04:29:59.513ZFeb 13 04:29:58.736 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15842025-02-13T04:29:59.623ZFeb 13 04:29:58.849 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15852025-02-13T04:29:59.931ZFeb 13 04:29:59.192 INFO Download complete, target: Console
15862025-02-13T04:29:59.972ZFeb 13 04:29:59.235 INFO Download complete, target: TransceiverControl
15872025-02-13T04:30:00.117ZFeb 13 04:29:59.382 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15882025-02-13T04:30:00.127ZFeb 13 04:29:59.392 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15892025-02-13T04:30:00.741ZFeb 13 04:30:00.008 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15902025-02-13T04:30:00.741ZFeb 13 04:30:00.008 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15912025-02-13T04:30:01.333ZFeb 13 04:30:00.599 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15922025-02-13T04:30:03.121ZFeb 13 04:30:02.387 INFO Download complete, target: MaghemiteMgd
15932025-02-13T04:30:03.124ZFeb 13 04:30:02.390 INFO Download complete, target: DendriteStub
15942025-02-13T04:30:08.514ZFeb 13 04:30:07.780 INFO Checking that binary works, target: Cockroach
15952025-02-13T04:30:08.677ZFeb 13 04:30:07.944 INFO Download complete, target: Cockroach
15962025-02-13T04:30:14.321ZFeb 13 04:30:13.587 INFO Checking that binary works, target: Clickhouse
15972025-02-13T04:30:14.490ZFeb 13 04:30:13.756 INFO Download complete, target: Clickhouse
15982025-02-13T04:30:14.497ZAll prerequisites installed successfully
15992025-02-13T04:30:14.500Z
16002025-02-13T04:30:14.500Zreal 6:28.486568174
16012025-02-13T04:30:14.500Zuser 15:36.886269811
16022025-02-13T04:30:14.500Zsys 2:02.027843743
16032025-02-13T04:30:14.500Ztrap 0.557974990
16042025-02-13T04:30:14.500Ztflt 4.466556201
16052025-02-13T04:30:14.500Zdflt 2.590411336
16062025-02-13T04:30:14.500Zkflt 0.031793448
16072025-02-13T04:30:14.500Zlock 24:59.692579724
16082025-02-13T04:30:14.500Zslp 58:04.195039384
16092025-02-13T04:30:14.500Zlat 57.561694181
16102025-02-13T04:30:14.501Zstop 2:20.770685913
16112025-02-13T04:30:14.501Z+ ptime -m cargo xtask download softnpu
16122025-02-13T04:30:15.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16132025-02-13T04:30:15.038Z Running `target/debug/xtask download softnpu`
16142025-02-13T04:30:15.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16152025-02-13T04:30:15.908Z Running `target/debug/xtask-downloader softnpu`
16162025-02-13T04:30:15.950ZFeb 13 04:30:15.215 INFO Starting download, target: Softnpu
16172025-02-13T04:30:15.956ZFeb 13 04:30:15.216 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16182025-02-13T04:30:16.589ZFeb 13 04:30:15.855 INFO Download complete, target: Softnpu
16192025-02-13T04:30:16.592Z
16202025-02-13T04:30:16.595Zreal 2.088588896
16212025-02-13T04:30:16.595Zuser 1.255122795
16222025-02-13T04:30:16.595Zsys 0.534329585
16232025-02-13T04:30:16.595Ztrap 0.000591276
16242025-02-13T04:30:16.595Ztflt 0.000071388
16252025-02-13T04:30:16.595Zdflt 0.000081958
16262025-02-13T04:30:16.595Zkflt 0.000000000
16272025-02-13T04:30:16.595Zlock 6.635654754
16282025-02-13T04:30:16.595Zslp 0.441547732
16292025-02-13T04:30:16.595Zlat 0.066332464
16302025-02-13T04:30:16.596Zstop 0.000165797
16312025-02-13T04:30:16.596Z+ export CARGO_INCREMENTAL=0
16322025-02-13T04:30:16.596Z+ CARGO_INCREMENTAL=0
16332025-02-13T04:30:16.596Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16342025-02-13T04:30:17.539Z Compiling proc-macro2 v1.0.92
16352025-02-13T04:30:17.539Z Compiling unicode-ident v1.0.14
16362025-02-13T04:30:17.542Z Compiling libc v0.2.169
16372025-02-13T04:30:17.542Z Compiling serde v1.0.217
16382025-02-13T04:30:17.542Z Compiling autocfg v1.4.0
16392025-02-13T04:30:17.543Z Compiling version_check v0.9.5
16402025-02-13T04:30:17.543Z Compiling cfg-if v1.0.0
16412025-02-13T04:30:17.870Z Compiling memchr v2.7.4
16422025-02-13T04:30:17.888Z Compiling typenum v1.17.0
16432025-02-13T04:30:17.904Z Compiling shlex v1.3.0
16442025-02-13T04:30:18.240Z Compiling value-bag v1.9.0
16452025-02-13T04:30:18.306Z Compiling generic-array v0.14.7
16462025-02-13T04:30:18.555Z Compiling lock_api v0.4.12
16472025-02-13T04:30:18.600Z Compiling scopeguard v1.2.0
16482025-02-13T04:30:18.741Z Compiling log v0.4.22
16492025-02-13T04:30:18.777Z Compiling parking_lot_core v0.9.10
16502025-02-13T04:30:19.122Z Compiling serde_json v1.0.135
16512025-02-13T04:30:19.168Z Compiling once_cell v1.20.2
16522025-02-13T04:30:19.406Z Compiling quote v1.0.38
16532025-02-13T04:30:19.425Z Compiling jobserver v0.1.32
16542025-02-13T04:30:19.428Z Compiling getrandom v0.2.15
16552025-02-13T04:30:19.571Z Compiling libm v0.2.8
16562025-02-13T04:30:19.721Z Compiling rustix v0.38.37
16572025-02-13T04:30:19.850Z Compiling syn v2.0.96
16582025-02-13T04:30:19.895Z Compiling cc v1.1.30
16592025-02-13T04:30:19.915Z Compiling aho-corasick v1.1.3
16602025-02-13T04:30:19.942Z Compiling num-traits v0.2.19
16612025-02-13T04:30:19.962Z Compiling regex-syntax v0.8.5
16622025-02-13T04:30:20.103Z Compiling thiserror v1.0.69
16632025-02-13T04:30:20.238Z Compiling either v1.13.0
16642025-02-13T04:30:20.313Z Compiling itoa v1.0.11
16652025-02-13T04:30:20.603Z Compiling spin v0.9.8
16662025-02-13T04:30:20.645Z Compiling slab v0.4.9
16672025-02-13T04:30:20.939Z Compiling errno v0.3.9
16682025-02-13T04:30:20.980Z Compiling byteorder v1.5.0
16692025-02-13T04:30:21.295Z Compiling rand_core v0.6.4
16702025-02-13T04:30:21.759Z Compiling glob v0.3.2
16712025-02-13T04:30:21.818Z Compiling prettyplease v0.2.25
16722025-02-13T04:30:21.932Z Compiling lazy_static v1.5.0
16732025-02-13T04:30:22.269Z Compiling minimal-lexical v0.2.1
16742025-02-13T04:30:22.449Z Compiling clang-sys v1.8.1
16752025-02-13T04:30:22.681Z Compiling nom v7.1.3
16762025-02-13T04:30:22.821Z Compiling libloading v0.8.5
16772025-02-13T04:30:22.920Z Compiling smallvec v1.13.2
16782025-02-13T04:30:23.131Z Compiling bindgen v0.69.5
16792025-02-13T04:30:23.176Z Compiling home v0.5.9
16802025-02-13T04:30:23.384Z Compiling subtle v2.6.1
16812025-02-13T04:30:23.550Z Compiling regex-automata v0.4.8
16822025-02-13T04:30:23.663Z Compiling itertools v0.12.1
16832025-02-13T04:30:23.693Z Compiling allocator-api2 v0.2.18
16842025-02-13T04:30:23.832Z Compiling rustc-hash v1.1.0
16852025-02-13T04:30:24.002Z Compiling lazycell v1.3.0
16862025-02-13T04:30:24.417Z Compiling cmake v0.1.51
16872025-02-13T04:30:24.671Z Compiling dunce v1.0.5
16882025-02-13T04:30:24.818Z Compiling semver v1.0.24
16892025-02-13T04:30:25.161Z Compiling fs_extra v1.3.0
16902025-02-13T04:30:25.646Z Compiling cexpr v0.6.0
16912025-02-13T04:30:25.825Z Compiling pkg-config v0.3.31
16922025-02-13T04:30:25.857Z Compiling ring v0.17.8
16932025-02-13T04:30:26.547Z Compiling pin-project-lite v0.2.14
16942025-02-13T04:30:26.696Z Compiling ryu v1.0.18
16952025-02-13T04:30:26.759Z Compiling synstructure v0.13.1
16962025-02-13T04:30:26.906Z Compiling paste v1.0.15
16972025-02-13T04:30:27.360Z Compiling httparse v1.9.5
16982025-02-13T04:30:27.739Z Compiling const-oid v0.9.6
16992025-02-13T04:30:27.953Z Compiling aws-lc-rs v1.10.0
17002025-02-13T04:30:27.988Z Compiling schemars v0.8.21
17012025-02-13T04:30:28.351Z Compiling fnv v1.0.7
17022025-02-13T04:30:28.369Z Compiling serde_derive_internals v0.29.1
17032025-02-13T04:30:28.539Z Compiling foldhash v0.1.3
17042025-02-13T04:30:28.557Z Compiling equivalent v1.0.1
17052025-02-13T04:30:28.676Z Compiling regex v1.11.1
17062025-02-13T04:30:28.827Z Compiling hashbrown v0.15.1
17072025-02-13T04:30:29.634Z Compiling signal-hook-registry v1.4.2
17082025-02-13T04:30:29.752Z Compiling heck v0.5.0
17092025-02-13T04:30:30.012Z Compiling parking_lot v0.12.3
17102025-02-13T04:30:30.038Z Compiling mio v1.0.2
17112025-02-13T04:30:30.327Z Compiling stable_deref_trait v1.2.0
17122025-02-13T04:30:31.133Z Compiling serde_derive v1.0.217
17132025-02-13T04:30:31.245Z Compiling zeroize_derive v1.4.2
17142025-02-13T04:30:31.540Z Compiling zerocopy-derive v0.7.35
17152025-02-13T04:30:32.007Z Compiling thiserror-impl v1.0.69
17162025-02-13T04:30:32.431Z Compiling tokio-macros v2.5.0
17172025-02-13T04:30:32.481Z Compiling zerofrom-derive v0.1.4
17182025-02-13T04:30:32.508Z Compiling zeroize v1.8.1
17192025-02-13T04:30:32.969Z Compiling yoke-derive v0.7.4
17202025-02-13T04:30:33.220Z Compiling zerovec-derive v0.10.3
17212025-02-13T04:30:33.273Z Compiling futures-macro v0.3.31
17222025-02-13T04:30:33.367Z Compiling displaydoc v0.2.5
17232025-02-13T04:30:34.627Z Compiling zerocopy v0.7.35
17242025-02-13T04:30:34.914Z Compiling crypto-common v0.1.6
17252025-02-13T04:30:35.092Z Compiling icu_provider_macros v1.5.0
17262025-02-13T04:30:35.112Z Compiling tracing-attributes v0.1.27
17272025-02-13T04:30:35.334Z Compiling schemars_derive v0.8.21
17282025-02-13T04:30:35.501Z Compiling block-buffer v0.10.4
17292025-02-13T04:30:35.769Z Compiling digest v0.10.7
17302025-02-13T04:30:36.099Z Compiling socket2 v0.5.7
17312025-02-13T04:30:36.120Z Compiling time-core v0.1.2
17322025-02-13T04:30:36.198Z Compiling futures-core v0.3.31
17332025-02-13T04:30:36.310Z Compiling num-conv v0.1.0
17342025-02-13T04:30:36.463Z Compiling crossbeam-utils v0.8.20
17352025-02-13T04:30:36.588Z Compiling time-macros v0.2.18
17362025-02-13T04:30:37.076Z Compiling der_derive v0.7.3
17372025-02-13T04:30:37.276Z Compiling vcpkg v0.2.15
17382025-02-13T04:30:38.662Z Compiling openssl-sys v0.9.105
17392025-02-13T04:30:39.565Z Compiling futures-sink v0.3.31
17402025-02-13T04:30:39.744Z Compiling cpufeatures v0.2.14
17412025-02-13T04:30:39.857Z Compiling slog v2.7.0
17422025-02-13T04:30:40.039Z Compiling ahash v0.8.11
17432025-02-13T04:30:40.060Z Compiling syn v1.0.109
17442025-02-13T04:30:40.329Z Compiling zerofrom v0.1.4
17452025-02-13T04:30:40.625Z Compiling iana-time-zone v0.1.61
17462025-02-13T04:30:40.650Z Compiling yoke v0.7.4
17472025-02-13T04:30:40.996Z Compiling futures-channel v0.3.31
17482025-02-13T04:30:41.020Z Compiling scroll_derive v0.12.0
17492025-02-13T04:30:41.127Z Compiling futures-io v0.3.31
17502025-02-13T04:30:41.296Z Compiling futures-task v0.3.31
17512025-02-13T04:30:41.474Z Compiling ucd-trie v0.1.7
17522025-02-13T04:30:41.510Z Compiling openssl v0.10.70
17532025-02-13T04:30:41.632Z Compiling pin-utils v0.1.0
17542025-02-13T04:30:41.730Z Compiling futures-util v0.3.31
17552025-02-13T04:30:41.889Z Compiling pest v2.7.14
17562025-02-13T04:30:41.918Z Compiling zerovec v0.10.4
17572025-02-13T04:30:42.755Z Compiling bitflags v2.6.0
17582025-02-13T04:30:42.997Z Compiling bytes v1.9.0
17592025-02-13T04:30:44.858Z Compiling indexmap v2.7.1
17602025-02-13T04:30:45.505Z Compiling tokio v1.43.0
17612025-02-13T04:30:46.160Z Compiling serde_tokenstream v0.2.2
17622025-02-13T04:30:46.521Z Compiling uuid v1.12.0
17632025-02-13T04:30:46.678Z Compiling which v4.4.2
17642025-02-13T04:30:47.521Z Compiling http v1.2.0
17652025-02-13T04:30:47.575Z Compiling chrono v0.4.39
17662025-02-13T04:30:47.917Z Compiling rustc_version v0.4.1
17672025-02-13T04:30:50.147Z Compiling hmac v0.12.1
17682025-02-13T04:30:51.725Z Compiling pest_meta v2.7.14
17692025-02-13T04:30:54.027Z Compiling block-padding v0.3.3
17702025-02-13T04:30:54.276Z Compiling openssl-macros v0.1.1
17712025-02-13T04:30:54.983Z Compiling native-tls v0.2.12
17722025-02-13T04:30:55.204Z Compiling rustls v0.23.19
17732025-02-13T04:30:55.333Z Compiling inout v0.1.3
17742025-02-13T04:30:55.372Z Compiling pest_generator v2.7.14
17752025-02-13T04:30:55.506Z Compiling tinystr v0.7.6
17762025-02-13T04:30:55.710Z Compiling toml_datetime v0.6.8
17772025-02-13T04:30:55.862Z Compiling serde_spanned v0.6.8
17782025-02-13T04:30:56.024Z Compiling tracing-core v0.1.32
17792025-02-13T04:30:56.084Z Compiling writeable v0.5.5
17802025-02-13T04:30:56.144Z Compiling strsim v0.11.1
17812025-02-13T04:30:56.165Z Compiling dyn-clone v1.0.17
17822025-02-13T04:30:56.412Z Compiling litemap v0.7.3
17832025-02-13T04:30:57.015Z Compiling pest_derive v2.7.14
17842025-02-13T04:30:57.133Z Compiling icu_locid v1.5.0
17852025-02-13T04:30:57.182Z Compiling tracing v0.1.40
17862025-02-13T04:30:58.074Z Compiling cipher v0.4.4
17872025-02-13T04:30:58.128Z Compiling sha2 v0.10.8
17882025-02-13T04:30:58.535Z Compiling cookie v0.18.1
17892025-02-13T04:30:58.837Z Compiling usdt-impl v0.5.0
17902025-02-13T04:30:58.887Z Compiling base64ct v1.6.0
17912025-02-13T04:30:59.000Z Compiling aws-lc-sys v0.22.0
17922025-02-13T04:30:59.224Z Compiling icu_provider v1.5.0
17932025-02-13T04:30:59.423Z Compiling pem-rfc7468 v0.7.0
17942025-02-13T04:31:00.121Z Compiling scroll v0.12.0
17952025-02-13T04:31:00.719Z Compiling ppv-lite86 v0.2.20
17962025-02-13T04:31:01.995Z Compiling async-trait v0.1.86
17972025-02-13T04:31:03.894Z Compiling camino v1.1.9
17982025-02-13T04:31:04.136Z Compiling icu_locid_transform_data v1.5.0
17992025-02-13T04:31:04.244Z Compiling flagset v0.4.6
18002025-02-13T04:31:04.442Z Compiling percent-encoding v2.3.1
18012025-02-13T04:31:04.479Z Compiling anyhow v1.0.95
18022025-02-13T04:31:04.877Z Compiling rustls-pki-types v1.10.0
18032025-02-13T04:31:04.971Z Compiling plain v0.2.3
18042025-02-13T04:31:05.132Z Compiling goblin v0.8.2
18052025-02-13T04:31:06.429Z Compiling icu_locid_transform v1.5.0
18062025-02-13T04:31:07.757Z Compiling der v0.7.9
18072025-02-13T04:31:10.373Z Compiling rand_chacha v0.3.1
18082025-02-13T04:31:11.117Z Compiling tokio-util v0.7.12
18092025-02-13T04:31:11.241Z Compiling icu_collections v1.5.0
18102025-02-13T04:31:11.801Z Compiling pretty-hex v0.4.1
18112025-02-13T04:31:12.018Z Compiling mirai-annotations v1.12.0
18122025-02-13T04:31:12.216Z Compiling icu_properties_data v1.5.0
18132025-02-13T04:31:12.481Z Compiling rustls v0.22.4
18142025-02-13T04:31:12.793Z Compiling rayon-core v1.12.1
18152025-02-13T04:31:12.888Z Compiling untrusted v0.9.0
18162025-02-13T04:31:12.982Z Compiling powerfmt v0.2.0
18172025-02-13T04:31:13.098Z Compiling untrusted v0.7.1
18182025-02-13T04:31:13.300Z Compiling deranged v0.3.11
18192025-02-13T04:31:13.322Z Compiling icu_properties v1.5.1
18202025-02-13T04:31:13.939Z Compiling dof v0.3.0
18212025-02-13T04:31:14.646Z Compiling rand v0.8.5
18222025-02-13T04:31:14.959Z Compiling spki v0.7.3
18232025-02-13T04:31:15.413Z Compiling salsa20 v0.10.2
18242025-02-13T04:31:15.474Z Compiling dtrace-parser v0.2.0
18252025-02-13T04:31:16.094Z Compiling pbkdf2 v0.12.2
18262025-02-13T04:31:17.002Z Compiling thread-id v4.2.2
18272025-02-13T04:31:17.123Z Compiling utf16_iter v1.0.5
18282025-02-13T04:31:17.137Z Compiling utf8_iter v1.0.4
18292025-02-13T04:31:17.324Z Compiling litrs v0.4.1
18302025-02-13T04:31:17.327Z Compiling icu_normalizer_data v1.5.0
18312025-02-13T04:31:17.556Z Compiling atomic-waker v1.1.2
18322025-02-13T04:31:17.757Z Compiling winnow v0.5.40
18332025-02-13T04:31:18.295Z Compiling num_threads v0.1.7
18342025-02-13T04:31:18.347Z Compiling write16 v1.0.0
18352025-02-13T04:31:18.520Z Compiling icu_normalizer v1.5.0
18362025-02-13T04:31:18.747Z Compiling time v0.3.36
18372025-02-13T04:31:19.249Z Compiling document-features v0.2.10
18382025-02-13T04:31:21.111Z Compiling toml_edit v0.19.15
18392025-02-13T04:31:22.791Z Compiling scrypt v0.11.0
18402025-02-13T04:31:23.254Z Compiling form_urlencoded v1.2.1
18412025-02-13T04:31:23.287Z Compiling cbc v0.1.2
18422025-02-13T04:31:23.350Z Compiling aes v0.8.4
18432025-02-13T04:31:23.507Z Compiling http-body v1.0.1
18442025-02-13T04:31:23.751Z Compiling multer v3.1.0
18452025-02-13T04:31:23.783Z Compiling slog-async v2.8.0
18462025-02-13T04:31:24.215Z Compiling try-lock v0.2.5
18472025-02-13T04:31:24.232Z Compiling tinyvec_macros v0.1.1
18482025-02-13T04:31:24.338Z Compiling rustversion v1.0.17
18492025-02-13T04:31:24.445Z Compiling want v0.3.1
18502025-02-13T04:31:24.574Z Compiling tinyvec v1.8.0
18512025-02-13T04:31:25.029Z Compiling pkcs5 v0.7.1
18522025-02-13T04:31:26.552Z Compiling idna_adapter v1.2.0
18532025-02-13T04:31:26.989Z Compiling h2 v0.4.6
18542025-02-13T04:31:27.303Z Compiling heapless v0.7.17
18552025-02-13T04:31:27.635Z Compiling bzip2-sys v0.1.11+1.0.8
18562025-02-13T04:31:27.948Z Compiling httpdate v1.0.3
18572025-02-13T04:31:28.096Z Compiling signal-hook v0.3.17
18582025-02-13T04:31:28.992Z Compiling idna v1.0.3
18592025-02-13T04:31:30.485Z Compiling pkcs8 v0.10.2
18602025-02-13T04:31:31.607Z Compiling usdt-macro v0.5.0
18612025-02-13T04:31:31.629Z Compiling usdt-attr-macro v0.5.0
18622025-02-13T04:31:32.954Z Compiling async-stream-impl v0.3.6
18632025-02-13T04:31:33.035Z Compiling tower-service v0.3.3
18642025-02-13T04:31:33.076Z Compiling adler2 v2.0.0
18652025-02-13T04:31:33.366Z Compiling base64 v0.22.1
18662025-02-13T04:31:34.096Z Compiling miniz_oxide v0.8.0
18672025-02-13T04:31:35.119Z Compiling hyper v1.5.2
18682025-02-13T04:31:36.848Z Compiling curve25519-dalek v4.1.3
18692025-02-13T04:31:37.252Z Compiling openapiv3 v2.0.0
18702025-02-13T04:31:37.466Z Compiling enum-as-inner v0.6.1
18712025-02-13T04:31:38.464Z Compiling hyper-util v0.1.10
18722025-02-13T04:31:41.103Z Compiling dropshot v0.12.0
18732025-02-13T04:31:41.416Z Compiling newtype-uuid v1.2.1
18742025-02-13T04:31:41.581Z Compiling portable-atomic v1.9.0
18752025-02-13T04:31:41.717Z Compiling match_cfg v0.1.0
18762025-02-13T04:31:42.432Z Compiling foreign-types-shared v0.1.1
18772025-02-13T04:31:42.464Z Compiling smoltcp v0.9.1
18782025-02-13T04:31:42.698Z Compiling num-bigint-dig v0.8.4
18792025-02-13T04:31:43.016Z Compiling foreign-types v0.3.2
18802025-02-13T04:31:43.159Z Compiling hostname v0.3.1
18812025-02-13T04:31:45.094Z Compiling url v2.5.3
18822025-02-13T04:31:46.914Z Compiling http-body-util v0.1.2
18832025-02-13T04:31:47.205Z Compiling dirs-sys-next v0.1.2
18842025-02-13T04:31:47.470Z Compiling encoding_rs v0.8.34
18852025-02-13T04:31:47.643Z Compiling data-encoding v2.6.0
18862025-02-13T04:31:47.817Z Compiling heck v0.4.1
18872025-02-13T04:31:48.223Z Compiling mime v0.3.17
18882025-02-13T04:31:49.150Z Compiling gimli v0.31.1
18892025-02-13T04:31:49.248Z Compiling siphasher v0.3.11
18902025-02-13T04:31:49.596Z Compiling ident_case v1.0.1
18912025-02-13T04:31:49.778Z Compiling darling_core v0.20.10
18922025-02-13T04:31:50.917Z Compiling dirs-next v2.0.0
18932025-02-13T04:31:55.178Z Compiling addr2line v0.24.2
18942025-02-13T04:31:56.364Z Compiling unicode-normalization v0.1.24
18952025-02-13T04:31:57.432Z Compiling serde_urlencoded v0.7.1
18962025-02-13T04:31:58.007Z Compiling crossbeam-epoch v0.9.18
18972025-02-13T04:31:58.555Z Compiling rustls-pemfile v2.2.0
18982025-02-13T04:31:58.656Z Compiling hubpack_derive v0.1.1
18992025-02-13T04:31:58.720Z Compiling dropshot_endpoint v0.12.0
19002025-02-13T04:31:59.097Z Compiling sha1 v0.10.6
19012025-02-13T04:31:59.169Z Compiling signature v2.2.0
19022025-02-13T04:31:59.427Z Compiling zerocopy-derive v0.6.6
19032025-02-13T04:31:59.461Z Compiling curve25519-dalek-derive v0.1.1
19042025-02-13T04:31:59.552Z Compiling object v0.36.5
19052025-02-13T04:32:01.181Z Compiling thread_local v1.1.8
19062025-02-13T04:32:01.634Z Compiling fs-err v2.11.0
19072025-02-13T04:32:02.529Z Compiling openssl-probe v0.1.5
19082025-02-13T04:32:03.036Z Compiling unicode-bidi v0.3.17
19092025-02-13T04:32:04.466Z Compiling rustc-demangle v0.1.24
19102025-02-13T04:32:06.053Z Compiling winnow v0.6.20
19112025-02-13T04:32:07.764Z Compiling utf8parse v0.2.2
19122025-02-13T04:32:07.967Z Compiling anstyle v1.0.10
19132025-02-13T04:32:08.396Z Compiling ipnet v2.10.1
19142025-02-13T04:32:09.316Z Compiling unicode-properties v0.1.3
19152025-02-13T04:32:09.734Z Compiling rustls-webpki v0.102.8
19162025-02-13T04:32:10.524Z Compiling stringprep v0.1.5
19172025-02-13T04:32:13.571Z Compiling toml_edit v0.22.22
19182025-02-13T04:32:14.087Z Compiling anstyle-parse v0.2.5
19192025-02-13T04:32:14.415Z Compiling backtrace v0.3.74
19202025-02-13T04:32:21.122Z Compiling crossbeam-deque v0.8.5
19212025-02-13T04:32:21.484Z Compiling darling_macro v0.20.10
19222025-02-13T04:32:21.811Z Compiling term v0.7.0
19232025-02-13T04:32:22.345Z Compiling slog-json v2.6.1
19242025-02-13T04:32:23.371Z Compiling crossbeam-channel v0.5.13
19252025-02-13T04:32:23.815Z Compiling hashbrown v0.14.5
19262025-02-13T04:32:24.518Z Compiling futures-executor v0.3.31
19272025-02-13T04:32:24.794Z Compiling num-integer v0.1.46
19282025-02-13T04:32:24.925Z Compiling md-5 v0.10.6
19292025-02-13T04:32:24.948Z Compiling ff v0.13.0
19302025-02-13T04:32:24.965Z Compiling hash32 v0.2.1
19312025-02-13T04:32:25.171Z Compiling memmap v0.7.0
19322025-02-13T04:32:25.190Z Compiling is-terminal v0.4.13
19332025-02-13T04:32:25.322Z Compiling is_terminal_polyfill v1.70.1
19342025-02-13T04:32:25.357Z Compiling psl-types v2.0.11
19352025-02-13T04:32:25.453Z Compiling quick-error v1.2.3
19362025-02-13T04:32:25.492Z Compiling colorchoice v1.0.2
19372025-02-13T04:32:25.563Z Compiling take_mut v0.2.2
19382025-02-13T04:32:25.614Z Compiling anstyle-query v1.1.1
19392025-02-13T04:32:25.657Z Compiling base16ct v0.2.0
19402025-02-13T04:32:25.678Z Compiling linked-hash-map v0.5.6
19412025-02-13T04:32:25.737Z Compiling fallible-iterator v0.2.0
19422025-02-13T04:32:25.766Z Compiling utf-8 v0.7.6
19432025-02-13T04:32:26.017Z Compiling lru-cache v0.1.2
19442025-02-13T04:32:26.057Z Compiling tungstenite v0.24.0
19452025-02-13T04:32:26.219Z Compiling sec1 v0.7.3
19462025-02-13T04:32:26.416Z Compiling postgres-protocol v0.6.7
19472025-02-13T04:32:26.756Z Compiling anstream v0.6.15
19482025-02-13T04:32:27.339Z Compiling publicsuffix v2.3.0
19492025-02-13T04:32:27.488Z Compiling resolv-conf v0.7.0
19502025-02-13T04:32:27.637Z Compiling usdt v0.5.0
19512025-02-13T04:32:27.790Z Compiling slog-term v2.9.1
19522025-02-13T04:32:27.994Z Compiling num-iter v0.1.45
19532025-02-13T04:32:28.118Z Compiling group v0.13.0
19542025-02-13T04:32:28.186Z Compiling regress v0.10.1
19552025-02-13T04:32:28.432Z Compiling futures v0.3.31
19562025-02-13T04:32:31.545Z Compiling slog-bunyan v2.5.0
19572025-02-13T04:32:31.746Z Compiling darling v0.20.10
19582025-02-13T04:32:31.985Z Compiling tokio-native-tls v0.3.1
19592025-02-13T04:32:32.346Z Compiling tokio-rustls v0.26.0
19602025-02-13T04:32:32.365Z Compiling toml v0.8.19
19612025-02-13T04:32:32.679Z Compiling tokio-rustls v0.25.0
19622025-02-13T04:32:32.756Z Compiling hickory-proto v0.24.3
19632025-02-13T04:32:33.094Z Compiling phf_shared v0.11.2
19642025-02-13T04:32:33.476Z Compiling strum_macros v0.25.3
19652025-02-13T04:32:34.004Z Compiling async-stream v0.3.6
19662025-02-13T04:32:34.063Z Compiling waitgroup v0.1.2
19672025-02-13T04:32:34.266Z Compiling webpki-roots v0.26.6
19682025-02-13T04:32:34.510Z Compiling hkdf v0.12.4
19692025-02-13T04:32:34.562Z Compiling terminal_size v0.4.0
19702025-02-13T04:32:34.691Z Compiling serde_path_to_error v0.1.16
19712025-02-13T04:32:34.782Z Compiling crypto-bigint v0.5.5
19722025-02-13T04:32:35.334Z Compiling clap_derive v4.5.24
19732025-02-13T04:32:35.441Z Compiling derive-where v1.2.7
19742025-02-13T04:32:36.729Z Compiling serde_repr v0.1.19
19752025-02-13T04:32:37.795Z Compiling hostname v0.4.0
19762025-02-13T04:32:38.059Z Compiling crc32fast v1.4.2
19772025-02-13T04:32:38.081Z Compiling managed v0.8.0
19782025-02-13T04:32:38.316Z Compiling debug-ignore v1.0.5
19792025-02-13T04:32:38.371Z Compiling bitflags v1.3.2
19802025-02-13T04:32:38.485Z Compiling unicode-width v0.2.0
19812025-02-13T04:32:39.269Z Compiling clap_lex v0.7.4
19822025-02-13T04:32:39.620Z Compiling clap_builder v4.5.27
19832025-02-13T04:32:39.769Z Compiling console v0.15.10
19842025-02-13T04:32:42.547Z Compiling flate2 v1.0.35
19852025-02-13T04:32:42.712Z Compiling hickory-resolver v0.24.2
19862025-02-13T04:32:43.461Z Compiling elliptic-curve v0.13.8
19872025-02-13T04:32:44.621Z Compiling hyper-rustls v0.27.3
19882025-02-13T04:32:46.575Z Compiling phf v0.11.2
19892025-02-13T04:32:46.864Z Compiling hyper-tls v0.6.0
19902025-02-13T04:32:47.700Z Compiling typify-impl v0.2.0
19912025-02-13T04:32:47.948Z Compiling signal-hook-mio v0.2.4
19922025-02-13T04:32:48.251Z Compiling rayon v1.10.0
19932025-02-13T04:32:48.718Z Compiling bzip2 v0.4.4
19942025-02-13T04:32:49.077Z Compiling cookie_store v0.21.1
19952025-02-13T04:32:50.418Z Compiling postgres-types v0.2.8
19962025-02-13T04:32:51.653Z Compiling tokio-tungstenite v0.24.0
19972025-02-13T04:32:51.796Z Compiling zerocopy v0.6.6
19982025-02-13T04:32:52.178Z Compiling hubpack v0.1.2
19992025-02-13T04:32:52.359Z Compiling ed25519 v2.2.3
20002025-02-13T04:32:52.533Z Compiling phf_shared v0.10.0
20012025-02-13T04:32:52.604Z Compiling pkcs1 v0.7.5
20022025-02-13T04:32:52.832Z Compiling tokio-stream v0.1.16
20032025-02-13T04:32:52.948Z Compiling ipnetwork v0.20.0
20042025-02-13T04:32:53.487Z Compiling rfc6979 v0.4.0
20052025-02-13T04:32:53.787Z Compiling serde-big-array v0.5.1
20062025-02-13T04:32:53.866Z Compiling float-cmp v0.9.0
20072025-02-13T04:32:54.022Z Compiling sync_wrapper v1.0.1
20082025-02-13T04:32:54.193Z Compiling bstr v1.10.0
20092025-02-13T04:32:54.361Z Compiling bit-vec v0.6.3
20102025-02-13T04:32:54.781Z Compiling predicates-core v1.0.8
20112025-02-13T04:32:55.082Z Compiling precomputed-hash v0.1.1
20122025-02-13T04:32:55.338Z Compiling normalize-line-endings v0.3.0
20132025-02-13T04:32:55.451Z Compiling fixedbitset v0.4.2
20142025-02-13T04:32:55.877Z Compiling difflib v0.4.0
20152025-02-13T04:32:56.109Z Compiling unicode-segmentation v1.12.0
20162025-02-13T04:32:56.623Z Compiling number_prefix v0.4.0
20172025-02-13T04:32:56.862Z Compiling new_debug_unreachable v1.0.6
20182025-02-13T04:32:56.959Z Compiling static_assertions v1.1.0
20192025-02-13T04:32:56.993Z Compiling whoami v1.5.2
20202025-02-13T04:32:56.995Z Compiling string_cache v0.8.7
20212025-02-13T04:32:57.071Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20222025-02-13T04:32:57.378Z Compiling tokio-postgres v0.7.12
20232025-02-13T04:32:57.501Z Compiling similar v2.6.0
20242025-02-13T04:32:57.972Z Compiling typify-macro v0.2.0
20252025-02-13T04:32:59.196Z Compiling indicatif v0.17.11
20262025-02-13T04:32:59.314Z Compiling predicates v3.1.2
20272025-02-13T04:33:00.577Z Compiling reqwest v0.12.9
20282025-02-13T04:33:00.932Z Compiling petgraph v0.6.5
20292025-02-13T04:33:01.349Z Compiling bit-set v0.5.3
20302025-02-13T04:33:02.640Z Compiling qorb v0.2.1
20312025-02-13T04:33:03.015Z Compiling ecdsa v0.16.9
20322025-02-13T04:33:03.165Z Compiling rsa v0.9.6
20332025-02-13T04:33:03.508Z Compiling ed25519-dalek v2.1.1
20342025-02-13T04:33:04.114Z Compiling zip v0.6.6
20352025-02-13T04:33:04.379Z Compiling crossterm v0.28.1
20362025-02-13T04:33:04.552Z Compiling clap v4.5.27
20372025-02-13T04:33:06.181Z Compiling toml v0.7.8
20382025-02-13T04:33:07.410Z Compiling x509-cert v0.2.5
20392025-02-13T04:33:07.749Z Compiling hex v0.4.3
20402025-02-13T04:33:08.652Z Compiling itertools v0.10.5
20412025-02-13T04:33:08.819Z Compiling peg-runtime v0.8.3
20422025-02-13T04:33:09.224Z Compiling lalrpop-util v0.19.12
20432025-02-13T04:33:09.312Z Compiling unicode-xid v0.2.6
20442025-02-13T04:33:09.511Z Compiling zerocopy v0.8.10
20452025-02-13T04:33:11.471Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20462025-02-13T04:33:15.803Z Compiling proc-macro-crate v1.3.1
20472025-02-13T04:33:16.573Z Compiling macaddr v1.0.1
20482025-02-13T04:33:16.866Z Compiling zerocopy-derive v0.8.10
20492025-02-13T04:33:17.014Z Compiling itertools v0.13.0
20502025-02-13T04:33:19.294Z Compiling heapless v0.8.0
20512025-02-13T04:33:19.945Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20522025-02-13T04:33:24.980Z Compiling num_enum_derive v0.5.11
20532025-02-13T04:33:30.509Z Compiling hash32 v0.3.1
20542025-02-13T04:33:32.457Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20552025-02-13T04:33:33.568Z Compiling smoltcp v0.11.0
20562025-02-13T04:33:37.791Z Compiling num_enum v0.5.11
20572025-02-13T04:33:37.997Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20582025-02-13T04:33:39.028Z Compiling typify v0.2.0
20592025-02-13T04:33:39.176Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20602025-02-13T04:33:40.019Z Compiling proc-macro-error-attr v1.0.4
20612025-02-13T04:33:40.336Z Compiling thiserror v2.0.11
20622025-02-13T04:33:40.522Z Compiling cobs v0.2.3
20632025-02-13T04:33:40.995Z Compiling unsafe-libyaml v0.2.11
20642025-02-13T04:33:42.713Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20652025-02-13T04:33:43.356Z Compiling serde_yaml v0.9.34+deprecated
20662025-02-13T04:33:45.522Z Compiling postcard v1.0.10
20672025-02-13T04:33:58.355Z Compiling progenitor-impl v0.8.0
20682025-02-13T04:33:58.760Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20692025-02-13T04:34:08.531Z Compiling strum_macros v0.26.4
20702025-02-13T04:34:09.679Z Compiling foreign-types-macros v0.2.3
20712025-02-13T04:34:09.730Z Compiling thiserror-impl v2.0.11
20722025-02-13T04:34:09.734Z Compiling structmeta-derive v0.3.0
20732025-02-13T04:34:09.808Z Compiling proc-macro-error v1.0.4
20742025-02-13T04:34:10.136Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20752025-02-13T04:34:12.065Z Compiling foreign-types-shared v0.3.1
20762025-02-13T04:34:12.135Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20772025-02-13T04:34:12.244Z Compiling unicode-width v0.1.14
20782025-02-13T04:34:12.584Z Compiling strum v0.26.3
20792025-02-13T04:34:12.657Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20802025-02-13T04:34:12.874Z Compiling tabwriter v1.4.0
20812025-02-13T04:34:13.640Z Compiling foreign-types v0.5.0
20822025-02-13T04:34:13.772Z Compiling structmeta v0.3.0
20832025-02-13T04:34:20.693Z Compiling progenitor-macro v0.8.0
20842025-02-13T04:34:25.349Z Compiling progenitor-client v0.8.0
20852025-02-13T04:34:28.902Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20862025-02-13T04:34:29.679Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20872025-02-13T04:34:29.698Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20882025-02-13T04:34:30.248Z Compiling cstr-argument v0.1.2
20892025-02-13T04:34:30.521Z Compiling dropshot v0.15.1
20902025-02-13T04:34:30.524Z Compiling fastrand v2.1.1
20912025-02-13T04:34:30.740Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20922025-02-13T04:34:31.189Z Compiling crucible-workspace-hack v0.1.0
20932025-02-13T04:34:31.277Z Compiling pretty-hex v0.2.1
20942025-02-13T04:34:31.507Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20952025-02-13T04:34:31.524Z Compiling progenitor v0.8.0
20962025-02-13T04:34:31.706Z Compiling tempfile v3.13.0
20972025-02-13T04:34:31.835Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20982025-02-13T04:34:32.169Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992025-02-13T04:34:32.172Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21002025-02-13T04:34:32.407Z Compiling parse-display-derive v0.10.0
21012025-02-13T04:34:32.980Z Compiling colored v2.1.0
21022025-02-13T04:34:33.019Z Compiling serde_with_macros v3.11.0
21032025-02-13T04:34:33.334Z Compiling dropshot_endpoint v0.15.1
21042025-02-13T04:34:34.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21052025-02-13T04:34:34.911Z Compiling instant v0.1.13
21062025-02-13T04:34:35.096Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21072025-02-13T04:34:35.390Z Compiling serde_with v3.11.0
21082025-02-13T04:34:35.464Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21092025-02-13T04:34:36.010Z Compiling parse-display v0.10.0
21102025-02-13T04:34:37.046Z Compiling backoff v0.4.0
21112025-02-13T04:34:37.402Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21122025-02-13T04:34:37.967Z Compiling zone_cfg_derive v0.3.0
21132025-02-13T04:34:38.006Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21142025-02-13T04:34:38.266Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21152025-02-13T04:34:38.719Z Compiling camino-tempfile v1.1.1
21162025-02-13T04:34:38.975Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21172025-02-13T04:34:39.359Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21182025-02-13T04:34:39.398Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21192025-02-13T04:34:39.497Z Compiling regress v0.9.1
21202025-02-13T04:34:39.733Z Compiling progenitor-client v0.9.1
21212025-02-13T04:34:39.844Z Compiling num-derive v0.4.2
21222025-02-13T04:34:40.516Z Compiling sigpipe v0.1.3
21232025-02-13T04:34:40.678Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21242025-02-13T04:34:40.989Z Compiling libefi-sys v0.1.0
21252025-02-13T04:34:41.355Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21262025-02-13T04:34:41.880Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21272025-02-13T04:34:43.452Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21282025-02-13T04:34:44.538Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21292025-02-13T04:34:47.007Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21302025-02-13T04:34:47.521Z Compiling zone v0.3.0
21312025-02-13T04:34:47.803Z Compiling smf v0.2.3
21322025-02-13T04:34:50.401Z Compiling bitfield-struct v0.6.2
21332025-02-13T04:34:50.820Z Compiling blake3 v1.5.4
21342025-02-13T04:34:51.086Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21352025-02-13T04:34:51.626Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21362025-02-13T04:34:51.668Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21372025-02-13T04:34:51.804Z Compiling xattr v1.3.1
21382025-02-13T04:34:52.075Z Compiling filetime v0.2.25
21392025-02-13T04:34:52.097Z Compiling memmap2 v0.9.5
21402025-02-13T04:34:52.415Z Compiling arrayvec v0.7.6
21412025-02-13T04:34:52.453Z Compiling arrayref v0.3.9
21422025-02-13T04:34:52.552Z Compiling constant_time_eq v0.3.1
21432025-02-13T04:34:52.659Z Compiling same-file v1.0.6
21442025-02-13T04:34:52.714Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21452025-02-13T04:34:52.751Z Compiling tar v0.4.42
21462025-02-13T04:34:52.862Z Compiling walkdir v2.5.0
21472025-02-13T04:34:52.883Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21482025-02-13T04:34:54.588Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21492025-02-13T04:34:55.002Z Compiling gethostname v0.5.0
21502025-02-13T04:34:55.228Z Compiling cargo-platform v0.1.8
21512025-02-13T04:34:55.481Z Compiling topological-sort v0.2.2
21522025-02-13T04:34:55.512Z Compiling indent_write v2.2.0
21532025-02-13T04:34:55.759Z Compiling omicron-zone-package v0.12.0
21542025-02-13T04:34:55.779Z Compiling cargo_metadata v0.18.1
21552025-02-13T04:34:56.268Z Compiling shell-words v1.1.0
21562025-02-13T04:35:00.575Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21572025-02-13T04:35:02.992Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21582025-02-13T04:35:07.585Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21592025-02-13T04:35:24.348Z Finished `release` profile [optimized] target(s) in 5m 07s
21602025-02-13T04:35:24.516Z Running `target/release/omicron-package -t test target create -p dev`
21612025-02-13T04:35:24.564ZLogging to: /work/oxidecomputer/omicron/out/LOG
21622025-02-13T04:35:24.566ZCreated new build target 'test' and set it as active
21632025-02-13T04:35:24.566Z
21642025-02-13T04:35:24.566Zreal 5:07.966725757
21652025-02-13T04:35:24.566Zuser 35:59.567605982
21662025-02-13T04:35:24.566Zsys 3:19.257979559
21672025-02-13T04:35:24.566Ztrap 1.150765119
21682025-02-13T04:35:24.566Ztflt 3.036291123
21692025-02-13T04:35:24.567Zdflt 0.735400508
21702025-02-13T04:35:24.567Zkflt 0.000510158
21712025-02-13T04:35:24.567Zlock 1:12:27.658084631
21722025-02-13T04:35:24.567Zslp 2:25:36.812091576
21732025-02-13T04:35:24.567Zlat 2:41.692946235
21742025-02-13T04:35:24.567Zstop 4:47.840096354
21752025-02-13T04:35:24.569Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21762025-02-13T04:35:25.516Z Finished `release` profile [optimized] target(s) in 0.90s
21772025-02-13T04:35:25.574Z Running `target/release/omicron-package -t test package`
21782025-02-13T04:35:25.620ZLogging to: /work/oxidecomputer/omicron/out/LOG
21792025-02-13T04:35:26.742Z Compiling thiserror v2.0.11
21802025-02-13T04:35:27.137Z Compiling typify-impl v0.3.0
21812025-02-13T04:35:27.166Z Compiling convert_case v0.4.0
21822025-02-13T04:35:27.166Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21832025-02-13T04:35:27.166Z Compiling newline-converter v0.3.0
21842025-02-13T04:35:27.166Z Compiling password-hash v0.5.0
21852025-02-13T04:35:27.166Z Compiling blake2 v0.10.6
21862025-02-13T04:35:27.166Z Compiling base64 v0.21.7
21872025-02-13T04:35:27.166Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21882025-02-13T04:35:27.183Z Compiling expectorate v1.1.0
21892025-02-13T04:35:27.452Z Compiling argon2 v0.5.3
21902025-02-13T04:35:27.654Z Compiling derive_more v0.99.19
21912025-02-13T04:35:27.793Z Compiling atomicwrites v0.4.4
21922025-02-13T04:35:28.001Z Compiling owo-colors v4.1.0
21932025-02-13T04:35:28.104Z Compiling cancel-safe-futures v0.1.5
21942025-02-13T04:35:28.346Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21952025-02-13T04:35:28.364Z Compiling num-rational v0.4.2
21962025-02-13T04:35:28.499Z Compiling progenitor-client v0.9.1
21972025-02-13T04:35:28.913Z Compiling num-complex v0.4.6
21982025-02-13T04:35:29.678Z Compiling libsw v3.3.1
21992025-02-13T04:35:29.775Z Compiling float-ord v0.3.2
22002025-02-13T04:35:29.972Z Compiling num v0.4.3
22012025-02-13T04:35:30.026Z Compiling swrite v0.1.0
22022025-02-13T04:35:30.084Z Compiling linear-map v1.2.0
22032025-02-13T04:35:30.103Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22042025-02-13T04:35:30.184Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22052025-02-13T04:35:30.496Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22062025-02-13T04:35:30.776Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22072025-02-13T04:35:31.383Z Compiling highway v1.2.0
22082025-02-13T04:35:32.870Z Compiling semver v0.1.20
22092025-02-13T04:35:33.424Z Compiling rustc_version v0.1.7
22102025-02-13T04:35:33.555Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22112025-02-13T04:35:33.823Z Compiling newtype_derive v0.1.6
22122025-02-13T04:35:34.172Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22132025-02-13T04:35:37.697Z Compiling tungstenite v0.21.0
22142025-02-13T04:35:37.854Z Compiling typify-macro v0.3.0
22152025-02-13T04:35:38.555Z Compiling ipnetwork v0.20.0
22162025-02-13T04:35:39.274Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22172025-02-13T04:35:39.432Z Compiling tokio-tungstenite v0.21.0
22182025-02-13T04:35:40.010Z Compiling progenitor-client v0.8.0
22192025-02-13T04:35:40.067Z Compiling humantime v2.1.0
22202025-02-13T04:35:40.472Z Compiling progenitor v0.8.0
22212025-02-13T04:35:40.869Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
22222025-02-13T04:35:40.889Z Compiling dropshot v0.15.1
22232025-02-13T04:35:40.961Z Compiling instant v0.1.13
22242025-02-13T04:35:41.154Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22252025-02-13T04:35:41.185Z Compiling backoff v0.4.0
22262025-02-13T04:35:41.345Z Compiling typify v0.3.0
22272025-02-13T04:35:41.497Z Compiling progenitor-impl v0.9.1
22282025-02-13T04:35:42.546Z Compiling steno v0.4.1
22292025-02-13T04:35:47.350Z Compiling progenitor-macro v0.9.1
22302025-02-13T04:35:48.614Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22312025-02-13T04:35:48.697Z Compiling parse-display v0.10.0
22322025-02-13T04:35:49.218Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332025-02-13T04:35:49.418Z Compiling strum v0.26.3
22342025-02-13T04:35:49.616Z Compiling serde_with v3.11.0
22352025-02-13T04:35:49.805Z Compiling regress v0.9.1
22362025-02-13T04:35:53.106Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22372025-02-13T04:35:54.302Z Compiling macaddr v1.0.1
22382025-02-13T04:35:54.692Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22392025-02-13T04:35:55.011Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22402025-02-13T04:35:55.381Z Compiling slog-dtrace v0.3.0
22412025-02-13T04:35:55.766Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22422025-02-13T04:35:55.794Z Compiling prettyplease v0.2.25
22432025-02-13T04:35:57.677Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22442025-02-13T04:35:58.190Z Compiling progenitor v0.9.1
22452025-02-13T04:35:58.435Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22462025-02-13T04:36:01.377Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22472025-02-13T04:36:03.971Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22482025-02-13T04:36:11.821Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22492025-02-13T04:36:12.358Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22502025-02-13T04:36:13.368Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22512025-02-13T04:36:16.957Z Compiling half v2.4.1
22522025-02-13T04:36:17.647Z Compiling ciborium-io v0.2.2
22532025-02-13T04:36:17.731Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22542025-02-13T04:36:17.799Z Compiling ciborium-ll v0.2.2
22552025-02-13T04:36:18.236Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22562025-02-13T04:36:18.354Z Compiling ciborium v0.2.2
22572025-02-13T04:36:18.796Z Compiling display-error-chain v0.2.2
22582025-02-13T04:36:19.033Z Compiling fastrand v2.1.1
22592025-02-13T04:36:19.531Z Compiling same-file v1.0.6
22602025-02-13T04:36:19.793Z Compiling walkdir v2.5.0
22612025-02-13T04:36:20.310Z Compiling tempfile v3.13.0
22622025-02-13T04:36:20.390Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22632025-02-13T04:36:21.033Z Compiling blake3 v1.5.4
22642025-02-13T04:36:21.721Z Compiling const_format_proc_macros v0.2.34
22652025-02-13T04:36:22.992Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22662025-02-13T04:36:23.398Z Compiling xattr v1.3.1
22672025-02-13T04:36:23.470Z Compiling filetime v0.2.25
22682025-02-13T04:36:23.686Z Compiling memmap2 v0.9.5
22692025-02-13T04:36:23.779Z Compiling maplit v1.0.2
22702025-02-13T04:36:23.810Z Compiling arrayvec v0.7.6
22712025-02-13T04:36:23.926Z Compiling keccak v0.1.5
22722025-02-13T04:36:24.095Z Compiling arrayref v0.3.9
22732025-02-13T04:36:24.211Z Compiling constant_time_eq v0.3.1
22742025-02-13T04:36:24.233Z Compiling crunchy v0.2.2
22752025-02-13T04:36:24.704Z Compiling sha3 v0.10.8
22762025-02-13T04:36:25.006Z Compiling tar v0.4.42
22772025-02-13T04:36:25.368Z Compiling const_format v0.2.34
22782025-02-13T04:36:25.556Z Compiling camino-tempfile v1.1.1
22792025-02-13T04:36:25.817Z Compiling toolchain_find v0.4.0
22802025-02-13T04:36:25.971Z Compiling topological-sort v0.2.2
22812025-02-13T04:36:26.214Z Compiling tiny-keccak v2.0.2
22822025-02-13T04:36:26.351Z Compiling radium v0.7.0
22832025-02-13T04:36:26.555Z Compiling omicron-zone-package v0.12.0
22842025-02-13T04:36:26.580Z Compiling rustfmt-wrapper v0.2.1
22852025-02-13T04:36:26.902Z Compiling dsl_auto_type v0.1.2
22862025-02-13T04:36:27.067Z Compiling scheduled-thread-pool v0.2.7
22872025-02-13T04:36:27.129Z Compiling diesel_table_macro_syntax v0.2.0
22882025-02-13T04:36:27.514Z Compiling maybe-uninit v2.0.0
22892025-02-13T04:36:27.998Z Compiling tap v1.0.1
22902025-02-13T04:36:28.190Z Compiling diesel_derives v2.2.3
22912025-02-13T04:36:28.220Z Compiling wyz v0.5.1
22922025-02-13T04:36:28.520Z Compiling r2d2 v0.8.10
22932025-02-13T04:36:29.065Z Compiling phf_generator v0.11.2
22942025-02-13T04:36:29.274Z Compiling ascii-canvas v3.0.0
22952025-02-13T04:36:29.487Z Compiling secrecy v0.8.0
22962025-02-13T04:36:29.747Z Compiling ena v0.14.3
22972025-02-13T04:36:29.767Z Compiling async-recursion v1.1.1
22982025-02-13T04:36:30.145Z Compiling packed_struct v0.10.1
22992025-02-13T04:36:30.549Z Compiling diff v0.1.13
23002025-02-13T04:36:30.568Z Compiling crc-catalog v2.4.0
23012025-02-13T04:36:30.736Z Compiling funty v2.0.0
23022025-02-13T04:36:31.030Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23032025-02-13T04:36:31.101Z Compiling regex-syntax v0.6.29
23042025-02-13T04:36:31.337Z Compiling arc-swap v1.7.1
23052025-02-13T04:36:31.451Z Compiling crc v3.2.1
23062025-02-13T04:36:31.577Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23072025-02-13T04:36:31.966Z Compiling slog-scope v4.4.0
23082025-02-13T04:36:32.735Z Compiling bitvec v1.0.1
23092025-02-13T04:36:33.494Z Compiling phf_codegen v0.11.2
23102025-02-13T04:36:33.648Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23112025-02-13T04:36:33.727Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23122025-02-13T04:36:34.757Z Compiling lalrpop v0.19.12
23132025-02-13T04:36:36.023Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23142025-02-13T04:36:36.274Z Compiling universal-hash v0.5.1
23152025-02-13T04:36:36.530Z Compiling thiserror-impl-no-std v2.0.2
23162025-02-13T04:36:37.020Z Compiling packed_struct_codegen v0.10.1
23172025-02-13T04:36:38.672Z Compiling diesel v2.2.6
23182025-02-13T04:36:39.007Z Compiling parse-zoneinfo v0.3.1
23192025-02-13T04:36:39.435Z Compiling unicase v2.7.0
23202025-02-13T04:36:39.760Z Compiling indexmap v1.9.3
23212025-02-13T04:36:40.096Z Compiling opaque-debug v0.3.1
23222025-02-13T04:36:40.213Z Compiling nodrop v0.1.14
23232025-02-13T04:36:40.340Z Compiling ref-cast v1.0.23
23242025-02-13T04:36:40.372Z Compiling array-init v0.0.4
23252025-02-13T04:36:40.889Z Compiling poly1305 v0.8.0
23262025-02-13T04:36:41.381Z Compiling chrono-tz-build v0.4.0
23272025-02-13T04:36:42.361Z Compiling thiserror-no-std v2.0.2
23282025-02-13T04:36:42.513Z Compiling smallvec v0.6.14
23292025-02-13T04:36:43.017Z Compiling slog-stdlog v4.1.1
23302025-02-13T04:36:44.434Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23312025-02-13T04:36:44.752Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23322025-02-13T04:36:45.055Z Compiling derive_builder_core v0.20.2
23332025-02-13T04:36:46.190Z Compiling chacha20 v0.9.1
23342025-02-13T04:36:46.684Z Compiling headers-core v0.3.0
23352025-02-13T04:36:46.882Z Compiling aead v0.5.2
23362025-02-13T04:36:47.029Z Compiling libxml v0.3.3
23372025-02-13T04:36:47.215Z Compiling ref-cast-impl v1.0.23
23382025-02-13T04:36:47.389Z Compiling vte_generate_state_changes v0.1.2
23392025-02-13T04:36:47.999Z Compiling hashbrown v0.12.3
23402025-02-13T04:36:48.332Z Compiling termcolor v1.4.1
23412025-02-13T04:36:49.305Z Compiling bitfield v0.14.0
23422025-02-13T04:36:49.617Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23432025-02-13T04:36:50.408Z Compiling env_logger v0.10.2
23442025-02-13T04:36:53.612Z Compiling vte v0.11.1
23452025-02-13T04:36:55.144Z Compiling chacha20poly1305 v0.10.1
23462025-02-13T04:36:55.387Z Compiling derive_builder_macro v0.20.2
23472025-02-13T04:36:56.183Z Compiling headers v0.4.0
23482025-02-13T04:36:56.624Z Compiling polar-core v0.27.3
23492025-02-13T04:36:59.422Z Compiling slog-envlogger v2.2.0
23502025-02-13T04:36:59.630Z Compiling serde-hex v0.1.0
23512025-02-13T04:37:02.171Z Compiling vsss-rs v3.3.4
23522025-02-13T04:37:04.426Z Compiling chrono-tz v0.10.1
23532025-02-13T04:37:05.091Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23542025-02-13T04:37:06.206Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23552025-02-13T04:37:06.552Z Compiling ron v0.8.1
23562025-02-13T04:37:07.952Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23572025-02-13T04:37:08.275Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23582025-02-13T04:37:09.041Z Compiling hashbrown v0.13.2
23592025-02-13T04:37:10.320Z Compiling strum_macros v0.24.3
23602025-02-13T04:37:12.127Z Compiling fxhash v0.2.1
23612025-02-13T04:37:12.368Z Compiling samael v0.0.17
23622025-02-13T04:37:12.591Z Compiling indoc v1.0.9
23632025-02-13T04:37:13.355Z Compiling lockfree-object-pool v0.1.6
23642025-02-13T04:37:13.400Z Compiling bytecount v0.6.8
23652025-02-13T04:37:13.647Z Compiling simd-adler32 v0.3.7
23662025-02-13T04:37:13.742Z Compiling crc-any v2.5.0
23672025-02-13T04:37:13.962Z Compiling zip v2.1.3
23682025-02-13T04:37:14.293Z Compiling bumpalo v3.16.0
23692025-02-13T04:37:14.717Z Compiling zopfli v0.8.1
23702025-02-13T04:37:14.881Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23712025-02-13T04:37:18.271Z Compiling papergrid v0.11.0
23722025-02-13T04:37:20.243Z Compiling object v0.30.4
23732025-02-13T04:37:23.490Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23742025-02-13T04:37:27.878Z Compiling derive_builder v0.20.2
23752025-02-13T04:37:29.579Z Compiling strip-ansi-escapes v0.2.0
23762025-02-13T04:37:30.576Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23772025-02-13T04:37:30.898Z Compiling tabled_derive v0.7.0
23782025-02-13T04:37:31.354Z Compiling fd-lock v4.0.2
23792025-02-13T04:37:31.599Z Compiling peg-macros v0.8.4
23802025-02-13T04:37:32.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812025-02-13T04:37:32.498Z Compiling kstat-rs v0.2.4
23822025-02-13T04:37:32.910Z Compiling impl-trait-for-tuples v0.2.2
23832025-02-13T04:37:33.278Z Compiling oso-derive v0.27.3
23842025-02-13T04:37:33.323Z Compiling quick-xml v0.33.0
23852025-02-13T04:37:34.206Z Compiling diesel-dtrace v0.4.2
23862025-02-13T04:37:34.535Z Compiling path-slash v0.1.5
23872025-02-13T04:37:34.777Z Compiling nu-ansi-term v0.50.1
23882025-02-13T04:37:34.804Z Compiling peg v0.8.4
23892025-02-13T04:37:34.938Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23902025-02-13T04:37:36.024Z Compiling reedline v0.35.0
23912025-02-13T04:37:37.702Z Compiling tabled v0.15.0
23922025-02-13T04:37:39.016Z Compiling oso v0.27.3
23932025-02-13T04:37:39.909Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23942025-02-13T04:37:55.968Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952025-02-13T04:37:59.403Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23962025-02-13T04:37:59.535Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23972025-02-13T04:38:01.053Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
23982025-02-13T04:38:01.222Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23992025-02-13T04:38:01.509Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24002025-02-13T04:38:01.833Z Compiling pem v3.0.4
24012025-02-13T04:38:03.378Z Compiling bb8 v0.8.5
24022025-02-13T04:38:03.975Z Compiling bcs v0.1.6
24032025-02-13T04:38:04.038Z Compiling libz-sys v1.1.20
24042025-02-13T04:38:04.701Z Compiling nanorand v0.7.0
24052025-02-13T04:38:04.862Z Compiling termtree v0.5.1
24062025-02-13T04:38:05.173Z Compiling parking_lot_core v0.8.6
24072025-02-13T04:38:05.713Z Compiling flume v0.11.1
24082025-02-13T04:38:06.507Z Compiling async-bb8-diesel v0.2.1
24092025-02-13T04:38:07.280Z Compiling mime_guess v2.0.5
24102025-02-13T04:38:09.078Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24112025-02-13T04:38:11.802Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24122025-02-13T04:38:12.298Z Compiling buf-list v1.0.3
24132025-02-13T04:38:14.380Z Compiling nibble_vec v0.1.0
24142025-02-13T04:38:14.641Z Compiling libgit2-sys v0.17.0+1.8.1
24152025-02-13T04:38:15.394Z Compiling pin-project-internal v1.1.6
24162025-02-13T04:38:16.721Z Compiling atty v0.2.14
24172025-02-13T04:38:16.914Z Compiling salty v0.3.0
24182025-02-13T04:38:17.333Z Compiling endian-type v0.1.2
24192025-02-13T04:38:17.607Z Compiling http-range v0.1.5
24202025-02-13T04:38:17.956Z Compiling pin-project v1.1.6
24212025-02-13T04:38:18.126Z Compiling radix_trie v0.2.1
24222025-02-13T04:38:19.056Z Compiling parking_lot v0.11.2
24232025-02-13T04:38:23.960Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24242025-02-13T04:38:27.056Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24252025-02-13T04:38:31.143Z Compiling snafu-derive v0.8.5
24262025-02-13T04:38:31.475Z Compiling hyper-staticfile v0.10.1
24272025-02-13T04:38:33.185Z Compiling sled v0.34.7
24282025-02-13T04:38:36.024Z Compiling snafu v0.8.5
24292025-02-13T04:38:37.229Z Compiling hickory-client v0.24.2
24302025-02-13T04:38:56.660Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24312025-02-13T04:38:57.826Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24322025-02-13T04:38:59.885Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24332025-02-13T04:39:01.158Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24342025-02-13T04:39:01.238Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24352025-02-13T04:39:06.853Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24362025-02-13T04:39:07.005Z Compiling globset v0.4.15
24372025-02-13T04:39:07.566Z Compiling hickory-server v0.24.2
24382025-02-13T04:39:08.376Z Compiling primeorder v0.13.6
24392025-02-13T04:39:08.959Z Compiling olpc-cjson v0.1.4
24402025-02-13T04:39:09.323Z Compiling vergen v8.3.2
24412025-02-13T04:39:09.352Z Compiling castaway v0.2.3
24422025-02-13T04:39:09.558Z Compiling env_filter v0.1.2
24432025-02-13T04:39:09.662Z Compiling serde_plain v1.0.2
24442025-02-13T04:39:10.217Z Compiling cargo-platform v0.1.8
24452025-02-13T04:39:10.696Z Compiling memoffset v0.9.1
24462025-02-13T04:39:11.042Z Compiling typed-path v0.9.3
24472025-02-13T04:39:11.223Z Compiling cargo_metadata v0.18.1
24482025-02-13T04:39:14.068Z Compiling tough v0.19.0
24492025-02-13T04:39:14.300Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24502025-02-13T04:39:17.856Z Compiling env_logger v0.11.5
24512025-02-13T04:39:18.456Z Compiling compact_str v0.8.0
24522025-02-13T04:39:19.043Z Compiling p384 v0.13.0
24532025-02-13T04:39:19.269Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24542025-02-13T04:39:19.737Z Compiling git2 v0.19.0
24552025-02-13T04:39:20.905Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24562025-02-13T04:39:23.970Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24572025-02-13T04:39:24.973Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24582025-02-13T04:39:26.006Z Compiling unicode-truncate v1.1.0
24592025-02-13T04:39:26.305Z Compiling lru v0.12.5
24602025-02-13T04:39:26.659Z Compiling rand_seeder v0.3.0
24612025-02-13T04:39:27.088Z Compiling libsqlite3-sys v0.30.1
24622025-02-13T04:39:27.601Z Compiling lzma-sys v0.1.20
24632025-02-13T04:39:27.703Z Compiling instability v0.3.2
24642025-02-13T04:39:28.305Z Compiling cfg_aliases v0.2.1
24652025-02-13T04:39:28.427Z Compiling parse-size v1.1.0
24662025-02-13T04:39:28.664Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24672025-02-13T04:39:28.736Z Compiling cassowary v0.3.0
24682025-02-13T04:39:28.991Z Compiling rustls v0.21.12
24692025-02-13T04:39:29.402Z Compiling ratatui v0.28.1
24702025-02-13T04:39:29.727Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24712025-02-13T04:39:31.770Z Compiling nix v0.29.0
24722025-02-13T04:39:32.332Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24732025-02-13T04:39:32.612Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24742025-02-13T04:39:33.420Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24752025-02-13T04:39:34.074Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24762025-02-13T04:39:34.799Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24772025-02-13T04:39:35.126Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24782025-02-13T04:39:37.168Z Compiling rustls-webpki v0.101.7
24792025-02-13T04:39:38.692Z Compiling sct v0.7.1
24802025-02-13T04:39:39.012Z Compiling heck v0.3.3
24812025-02-13T04:39:39.163Z Compiling csv-core v0.1.11
24822025-02-13T04:39:39.341Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24832025-02-13T04:39:39.676Z Compiling glob v0.3.2
24842025-02-13T04:39:40.082Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24852025-02-13T04:39:40.442Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24862025-02-13T04:39:41.008Z Compiling csv v1.3.1
24872025-02-13T04:39:41.786Z Compiling zone_cfg_derive v0.1.2
24882025-02-13T04:39:43.182Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24892025-02-13T04:39:47.170Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24902025-02-13T04:39:48.031Z Compiling nix v0.27.1
24912025-02-13T04:39:48.483Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24922025-02-13T04:39:50.348Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24932025-02-13T04:39:50.734Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24942025-02-13T04:39:57.060Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24952025-02-13T04:39:58.780Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24962025-02-13T04:39:59.126Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24972025-02-13T04:40:01.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24982025-02-13T04:40:01.352Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24992025-02-13T04:40:01.669Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25002025-02-13T04:40:01.933Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25012025-02-13T04:40:01.993Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25022025-02-13T04:40:02.054Z Compiling tungstenite v0.23.0
25032025-02-13T04:40:02.700Z Compiling hashlink v0.9.1
25042025-02-13T04:40:03.466Z Compiling base64 v0.13.1
25052025-02-13T04:40:04.249Z Compiling fallible-iterator v0.3.0
25062025-02-13T04:40:04.271Z Compiling fallible-streaming-iterator v0.1.9
25072025-02-13T04:40:04.561Z Compiling ron v0.7.1
25082025-02-13T04:40:04.614Z Compiling tokio-tungstenite v0.23.1
25092025-02-13T04:40:05.007Z Compiling rusqlite v0.32.1
25102025-02-13T04:40:05.212Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25112025-02-13T04:40:07.556Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25122025-02-13T04:40:08.240Z Compiling xz2 v0.1.7
25132025-02-13T04:40:09.750Z Compiling tokio-rustls v0.24.1
25142025-02-13T04:40:09.787Z Compiling zone v0.1.8
25152025-02-13T04:40:13.094Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25162025-02-13T04:40:14.996Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25172025-02-13T04:40:17.877Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25182025-02-13T04:40:19.411Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25192025-02-13T04:40:19.414Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25202025-02-13T04:40:26.145Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25212025-02-13T04:40:26.198Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25222025-02-13T04:40:27.211Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25232025-02-13T04:40:29.584Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25242025-02-13T04:40:31.111Z Compiling rustls-pemfile v1.0.4
25252025-02-13T04:40:31.923Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25262025-02-13T04:40:32.244Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25272025-02-13T04:40:32.436Z Compiling signal-hook-tokio v0.3.1
25282025-02-13T04:40:32.490Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25292025-02-13T04:40:32.670Z Compiling yasna v0.5.2
25302025-02-13T04:40:33.385Z Compiling twox-hash v2.1.0
25312025-02-13T04:40:34.383Z Compiling smawk v0.3.2
25322025-02-13T04:40:34.673Z Compiling unicode-linebreak v0.1.5
25332025-02-13T04:40:35.244Z Compiling is_ci v1.2.0
25342025-02-13T04:40:35.567Z Compiling supports-color v3.0.1
25352025-02-13T04:40:35.969Z Compiling textwrap v0.16.1
25362025-02-13T04:40:38.446Z Compiling rcgen v0.12.1
25372025-02-13T04:40:39.447Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25382025-02-13T04:40:41.321Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25392025-02-13T04:40:44.902Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25402025-02-13T04:40:46.233Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25412025-02-13T04:40:47.225Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25422025-02-13T04:40:51.152Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25432025-02-13T04:41:06.904Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25442025-02-13T04:41:07.260Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25452025-02-13T04:41:11.661Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25462025-02-13T04:41:19.996Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25472025-02-13T04:41:20.538Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25482025-02-13T04:41:26.916Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25492025-02-13T04:41:27.243Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25502025-02-13T04:41:29.082Z Compiling fatfs v0.3.6
25512025-02-13T04:41:30.283Z Compiling subprocess v0.2.9
25522025-02-13T04:41:31.849Z Compiling rtoolbox v0.0.2
25532025-02-13T04:41:31.964Z Compiling assert_matches v1.5.0
25542025-02-13T04:41:32.287Z Compiling rpassword v7.3.1
25552025-02-13T04:41:32.741Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25562025-02-13T04:41:34.948Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25572025-02-13T04:41:37.381Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25582025-02-13T04:41:40.525Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25592025-02-13T04:41:44.279Z Compiling tui-tree-widget v0.22.0
25602025-02-13T04:41:44.751Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25612025-02-13T04:41:46.088Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25622025-02-13T04:41:46.416Z Compiling uzers v0.12.1
25632025-02-13T04:41:49.502Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25642025-02-13T04:41:57.721Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25652025-02-13T04:41:59.699Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25662025-02-13T04:42:24.940Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25672025-02-13T04:42:28.267Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25682025-02-13T04:42:32.945Z Compiling multimap v0.10.0
25692025-02-13T04:44:50.034Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25702025-02-13T04:45:00.510Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712025-02-13T04:52:04.404Z Finished `release` profile [optimized] target(s) in 16m 38s
25722025-02-13T04:53:10.132Z
25732025-02-13T04:53:10.134Zreal 17:45.542457366
25742025-02-13T04:53:10.134Zuser 2:03:45.468763470
25752025-02-13T04:53:10.134Zsys 3:12.740919190
25762025-02-13T04:53:10.134Ztrap 3.053797223
25772025-02-13T04:53:10.134Ztflt 2.984326730
25782025-02-13T04:53:10.135Zdflt 4.141205704
25792025-02-13T04:53:10.135Zkflt 0.010815564
25802025-02-13T04:53:10.135Zlock 7:32:57.737753408
25812025-02-13T04:53:10.135Zslp 6:27:27.590709610
25822025-02-13T04:53:10.135Zlat 3:26.855727036
25832025-02-13T04:53:10.135Zstop 2:43.141524283
25842025-02-13T04:53:10.135Z+ mapfile -t packages
25852025-02-13T04:53:10.135Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25862025-02-13T04:53:11.119Z Finished `release` profile [optimized] target(s) in 0.93s
25872025-02-13T04:53:11.177Z Running `target/release/omicron-package -t test list-outputs`
25882025-02-13T04:53:11.224ZLogging to: /work/oxidecomputer/omicron/out/LOG
25892025-02-13T04:53:11.226Z+ ptime -m cargo build --locked --release -p xtask
25902025-02-13T04:53:11.779Z Compiling serde v1.0.217
25912025-02-13T04:53:11.782Z Compiling rustix v0.38.37
25922025-02-13T04:53:11.782Z Compiling serde_json v1.0.135
25932025-02-13T04:53:11.782Z Compiling libc v0.2.169
25942025-02-13T04:53:11.782Z Compiling syn v2.0.96
25952025-02-13T04:53:11.882Z Compiling bitflags v2.6.0
25962025-02-13T04:53:12.284Z Compiling usdt-impl v0.5.0
25972025-02-13T04:53:12.312Z Compiling syn v1.0.109
25982025-02-13T04:53:12.365Z Compiling hashbrown v0.15.1
25992025-02-13T04:53:12.408Z Compiling log v0.4.22
26002025-02-13T04:53:12.625Z Compiling fs-err v2.11.0
26012025-02-13T04:53:12.839Z Compiling anyhow v1.0.95
26022025-02-13T04:53:12.938Z Compiling once_cell v1.20.2
26032025-02-13T04:53:13.272Z Compiling thread-id v4.2.2
26042025-02-13T04:53:13.586Z Compiling indexmap v2.7.1
26052025-02-13T04:53:14.562Z Compiling terminal_size v0.4.0
26062025-02-13T04:53:14.577Z Compiling tempfile v3.13.0
26072025-02-13T04:53:14.809Z Compiling clap_builder v4.5.27
26082025-02-13T04:53:15.623Z Compiling proc-macro-error v1.0.4
26092025-02-13T04:53:16.335Z Compiling tabled_derive v0.7.0
26102025-02-13T04:53:17.444Z Compiling tabled v0.15.0
26112025-02-13T04:53:18.284Z Compiling serde_derive v1.0.217
26122025-02-13T04:53:18.284Z Compiling thiserror-impl v1.0.69
26132025-02-13T04:53:18.288Z Compiling zerocopy-derive v0.7.35
26142025-02-13T04:53:18.288Z Compiling scroll_derive v0.12.0
26152025-02-13T04:53:18.288Z Compiling clap_derive v4.5.24
26162025-02-13T04:53:19.687Z Compiling scroll v0.12.0
26172025-02-13T04:53:20.093Z Compiling zerocopy v0.7.35
26182025-02-13T04:53:20.295Z Compiling goblin v0.8.2
26192025-02-13T04:53:20.962Z Compiling thiserror v1.0.69
26202025-02-13T04:53:21.133Z Compiling pest v2.7.14
26212025-02-13T04:53:23.904Z Compiling pest_meta v2.7.14
26222025-02-13T04:53:24.196Z Compiling clap v4.5.27
26232025-02-13T04:53:25.504Z Compiling pest_generator v2.7.14
26242025-02-13T04:53:27.621Z Compiling pest_derive v2.7.14
26252025-02-13T04:53:28.394Z Compiling dtrace-parser v0.2.0
26262025-02-13T04:53:33.407Z Compiling serde_tokenstream v0.2.2
26272025-02-13T04:53:33.978Z Compiling serde_spanned v0.6.8
26282025-02-13T04:53:34.273Z Compiling toml_datetime v0.6.8
26292025-02-13T04:53:34.985Z Compiling dof v0.3.0
26302025-02-13T04:53:35.061Z Compiling toml_edit v0.22.22
26312025-02-13T04:53:35.909Z Compiling camino v1.1.9
26322025-02-13T04:53:37.118Z Compiling usdt-macro v0.5.0
26332025-02-13T04:53:37.178Z Compiling usdt-attr-macro v0.5.0
26342025-02-13T04:53:38.258Z Compiling semver v1.0.24
26352025-02-13T04:53:38.477Z Compiling toml v0.8.19
26362025-02-13T04:53:39.693Z Compiling cargo-platform v0.1.8
26372025-02-13T04:53:40.773Z Compiling cargo_metadata v0.18.1
26382025-02-13T04:53:40.933Z Compiling cargo_toml v0.20.5
26392025-02-13T04:53:43.598Z Compiling usdt v0.5.0
26402025-02-13T04:53:44.573Z Compiling camino-tempfile v1.1.1
26412025-02-13T04:53:44.973Z Compiling macaddr v1.0.1
26422025-02-13T04:53:53.557Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26432025-02-13T04:54:04.107Z Finished `release` profile [optimized] target(s) in 52.83s
26442025-02-13T04:54:04.217Z
26452025-02-13T04:54:04.220Zreal 52.962833736
26462025-02-13T04:54:04.220Zuser 5:33.827533228
26472025-02-13T04:54:04.221Zsys 18.014181311
26482025-02-13T04:54:04.221Ztrap 0.151067180
26492025-02-13T04:54:04.221Ztflt 0.382583320
26502025-02-13T04:54:04.221Zdflt 0.268796655
26512025-02-13T04:54:04.221Zkflt 0.000067869
26522025-02-13T04:54:04.221Zlock 10:25.893668576
26532025-02-13T04:54:04.221Zslp 15:48.353478129
26542025-02-13T04:54:04.221Zlat 14.147281390
26552025-02-13T04:54:04.221Zstop 17.349202883
26562025-02-13T04:54:04.221Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26572025-02-13T04:54:04.221Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26582025-02-13T04:54:04.221Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26592025-02-13T04:54:04.221Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26602025-02-13T04:54:04.221Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26612025-02-13T04:54:05.093Z Compiling hashbrown v0.14.5
26622025-02-13T04:54:05.224Z Compiling thiserror v2.0.11
26632025-02-13T04:54:05.238Z Compiling thiserror-impl v2.0.11
26642025-02-13T04:54:05.240Z Compiling ident_case v1.0.1
26652025-02-13T04:54:05.262Z Compiling unsafe-libyaml v0.2.11
26662025-02-13T04:54:05.265Z Compiling ipnetwork v0.20.0
26672025-02-13T04:54:05.265Z Compiling progenitor-client v0.9.1
26682025-02-13T04:54:05.265Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26692025-02-13T04:54:05.418Z Compiling darling_core v0.20.10
26702025-02-13T04:54:05.783Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26712025-02-13T04:54:05.844Z Compiling macaddr v1.0.1
26722025-02-13T04:54:06.106Z Compiling progenitor-client v0.8.0
26732025-02-13T04:54:06.169Z Compiling instant v0.1.13
26742025-02-13T04:54:06.288Z Compiling regress v0.10.1
26752025-02-13T04:54:06.310Z Compiling structmeta-derive v0.3.0
26762025-02-13T04:54:06.333Z Compiling dropshot v0.15.1
26772025-02-13T04:54:06.511Z Compiling serde_yaml v0.9.34+deprecated
26782025-02-13T04:54:06.539Z Compiling regress v0.9.1
26792025-02-13T04:54:06.712Z Compiling dropshot_endpoint v0.15.1
26802025-02-13T04:54:07.019Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26812025-02-13T04:54:08.217Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26822025-02-13T04:54:08.553Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832025-02-13T04:54:08.586Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26842025-02-13T04:54:09.015Z Compiling structmeta v0.3.0
26852025-02-13T04:54:09.079Z Compiling backoff v0.4.0
26862025-02-13T04:54:09.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872025-02-13T04:54:09.420Z Compiling parse-display-derive v0.10.0
26882025-02-13T04:54:09.442Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892025-02-13T04:54:09.483Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26902025-02-13T04:54:09.662Z Compiling tempfile v3.13.0
26912025-02-13T04:54:10.065Z Compiling typify-impl v0.2.0
26922025-02-13T04:54:10.187Z Compiling proc-macro-crate v1.3.1
26932025-02-13T04:54:10.454Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26942025-02-13T04:54:10.832Z Compiling typify-impl v0.3.0
26952025-02-13T04:54:11.063Z Compiling itertools v0.13.0
26962025-02-13T04:54:11.140Z Compiling num_enum_derive v0.5.11
26972025-02-13T04:54:11.483Z Compiling zerocopy v0.8.10
26982025-02-13T04:54:11.487Z Compiling darling_macro v0.20.10
26992025-02-13T04:54:12.371Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27002025-02-13T04:54:12.473Z Compiling darling v0.20.10
27012025-02-13T04:54:12.601Z Compiling serde_with_macros v3.11.0
27022025-02-13T04:54:12.790Z Compiling zerocopy-derive v0.8.10
27032025-02-13T04:54:13.434Z Compiling parse-display v0.10.0
27042025-02-13T04:54:13.473Z Compiling num_enum v0.5.11
27052025-02-13T04:54:13.652Z Compiling foreign-types-macros v0.2.3
27062025-02-13T04:54:13.952Z Compiling foreign-types-shared v0.3.1
27072025-02-13T04:54:14.059Z Compiling crucible-workspace-hack v0.1.0
27082025-02-13T04:54:14.095Z Compiling heapless v0.8.0
27092025-02-13T04:54:14.393Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27102025-02-13T04:54:14.931Z Compiling foreign-types v0.5.0
27112025-02-13T04:54:14.951Z Compiling proc-macro-error v1.0.4
27122025-02-13T04:54:15.153Z Compiling serde_with v3.11.0
27132025-02-13T04:54:15.451Z Compiling camino-tempfile v1.1.1
27142025-02-13T04:54:15.538Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27152025-02-13T04:54:15.887Z Compiling hash32 v0.3.1
27162025-02-13T04:54:16.133Z Compiling cstr-argument v0.1.2
27172025-02-13T04:54:16.338Z Compiling smoltcp v0.11.0
27182025-02-13T04:54:16.386Z Compiling pretty-hex v0.2.1
27192025-02-13T04:54:16.605Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27202025-02-13T04:54:17.024Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27212025-02-13T04:54:17.046Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27222025-02-13T04:54:17.715Z Compiling tabwriter v1.4.0
27232025-02-13T04:54:18.181Z Compiling colored v2.1.0
27242025-02-13T04:54:18.230Z Compiling cobs v0.2.3
27252025-02-13T04:54:18.531Z Compiling postcard v1.0.10
27262025-02-13T04:54:18.593Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27272025-02-13T04:54:18.819Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27282025-02-13T04:54:18.986Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27292025-02-13T04:54:19.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27302025-02-13T04:54:19.192Z Compiling smf v0.2.3
27312025-02-13T04:54:19.350Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27322025-02-13T04:54:19.839Z Compiling zone_cfg_derive v0.3.0
27332025-02-13T04:54:20.066Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27342025-02-13T04:54:20.366Z Compiling num-derive v0.4.2
27352025-02-13T04:54:20.480Z Compiling sigpipe v0.1.3
27362025-02-13T04:54:20.634Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27372025-02-13T04:54:20.970Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27382025-02-13T04:54:21.155Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27392025-02-13T04:54:21.243Z Compiling zone v0.3.0
27402025-02-13T04:54:21.910Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27412025-02-13T04:54:21.923Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27422025-02-13T04:54:22.593Z Compiling universal-hash v0.5.1
27432025-02-13T04:54:22.605Z Compiling opaque-debug v0.3.1
27442025-02-13T04:54:22.625Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27452025-02-13T04:54:22.726Z Compiling tungstenite v0.21.0
27462025-02-13T04:54:22.752Z Compiling num-rational v0.4.2
27472025-02-13T04:54:23.029Z Compiling password-hash v0.5.0
27482025-02-13T04:54:23.466Z Compiling blake2 v0.10.6
27492025-02-13T04:54:23.537Z Compiling num-complex v0.4.6
27502025-02-13T04:54:23.908Z Compiling aead v0.5.2
27512025-02-13T04:54:24.282Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27522025-02-13T04:54:24.301Z Compiling convert_case v0.4.0
27532025-02-13T04:54:24.381Z Compiling keccak v0.1.5
27542025-02-13T04:54:24.493Z Compiling base64 v0.21.7
27552025-02-13T04:54:24.691Z Compiling num v0.4.3
27562025-02-13T04:54:24.781Z Compiling sha3 v0.10.8
27572025-02-13T04:54:24.808Z Compiling argon2 v0.5.3
27582025-02-13T04:54:25.132Z Compiling derive_more v0.99.19
27592025-02-13T04:54:25.193Z Compiling tokio-tungstenite v0.21.0
27602025-02-13T04:54:25.196Z Compiling typify-macro v0.2.0
27612025-02-13T04:54:25.761Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27622025-02-13T04:54:25.780Z Compiling poly1305 v0.8.0
27632025-02-13T04:54:25.783Z Compiling chacha20 v0.9.1
27642025-02-13T04:54:26.117Z Compiling float-ord v0.3.2
27652025-02-13T04:54:26.205Z Compiling typify-macro v0.3.0
27662025-02-13T04:54:26.292Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27672025-02-13T04:54:26.319Z Compiling semver v0.1.20
27682025-02-13T04:54:26.711Z Compiling same-file v1.0.6
27692025-02-13T04:54:26.924Z Compiling walkdir v2.5.0
27702025-02-13T04:54:27.032Z Compiling rustc_version v0.1.7
27712025-02-13T04:54:27.515Z Compiling newline-converter v0.3.0
27722025-02-13T04:54:27.535Z Compiling primeorder v0.13.6
27732025-02-13T04:54:27.616Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27742025-02-13T04:54:27.638Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27752025-02-13T04:54:27.699Z Compiling secrecy v0.8.0
27762025-02-13T04:54:27.833Z Compiling cancel-safe-futures v0.1.5
27772025-02-13T04:54:27.938Z Compiling owo-colors v4.1.0
27782025-02-13T04:54:28.061Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27792025-02-13T04:54:28.213Z Compiling expectorate v1.1.0
27802025-02-13T04:54:28.233Z Compiling newtype_derive v0.1.6
27812025-02-13T04:54:28.284Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27822025-02-13T04:54:28.419Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27832025-02-13T04:54:28.533Z Compiling thiserror-impl-no-std v2.0.2
27842025-02-13T04:54:28.720Z Compiling blake3 v1.5.4
27852025-02-13T04:54:28.833Z Compiling unicase v2.7.0
27862025-02-13T04:54:28.852Z Compiling half v2.4.1
27872025-02-13T04:54:29.120Z Compiling typify v0.2.0
27882025-02-13T04:54:29.144Z Compiling arc-swap v1.7.1
27892025-02-13T04:54:29.266Z Compiling progenitor-impl v0.8.0
27902025-02-13T04:54:29.306Z Compiling ciborium-io v0.2.2
27912025-02-13T04:54:29.449Z Compiling ciborium-ll v0.2.2
27922025-02-13T04:54:29.596Z Compiling slog-scope v4.4.0
27932025-02-13T04:54:29.725Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27942025-02-13T04:54:29.845Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27952025-02-13T04:54:30.026Z Compiling typify v0.3.0
27962025-02-13T04:54:30.165Z Compiling progenitor-impl v0.9.1
27972025-02-13T04:54:30.186Z Compiling polyval v0.6.2
27982025-02-13T04:54:30.623Z Compiling atomicwrites v0.4.4
27992025-02-13T04:54:30.644Z Compiling libsw v3.3.1
28002025-02-13T04:54:30.945Z Compiling memmap2 v0.9.5
28012025-02-13T04:54:30.991Z Compiling linear-map v1.2.0
28022025-02-13T04:54:31.281Z Compiling thiserror-no-std v2.0.2
28032025-02-13T04:54:31.340Z Compiling libefi-sys v0.1.0
28042025-02-13T04:54:31.375Z Compiling parking_lot_core v0.8.6
28052025-02-13T04:54:31.416Z Compiling indent_write v2.2.0
28062025-02-13T04:54:31.639Z Compiling constant_time_eq v0.3.1
28072025-02-13T04:54:31.659Z Compiling arrayref v0.3.9
28082025-02-13T04:54:31.776Z Compiling arrayvec v0.7.6
28092025-02-13T04:54:31.807Z Compiling salty v0.3.0
28102025-02-13T04:54:31.848Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28112025-02-13T04:54:31.932Z Compiling vsss-rs v3.3.4
28122025-02-13T04:54:31.996Z Compiling ghash v0.5.1
28132025-02-13T04:54:32.308Z Compiling slog-stdlog v4.1.1
28142025-02-13T04:54:32.413Z Compiling ciborium v0.2.2
28152025-02-13T04:54:33.374Z Compiling p384 v0.13.0
28162025-02-13T04:54:33.401Z Compiling toolchain_find v0.4.0
28172025-02-13T04:54:33.714Z Compiling chacha20poly1305 v0.10.1
28182025-02-13T04:54:33.969Z Compiling ctr v0.9.2
28192025-02-13T04:54:34.021Z Compiling lzma-sys v0.1.20
28202025-02-13T04:54:34.096Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28212025-02-13T04:54:34.339Z Compiling bitfield-struct v0.6.2
28222025-02-13T04:54:34.520Z Compiling slog-dtrace v0.3.0
28232025-02-13T04:54:34.764Z Compiling topological-sort v0.2.2
28242025-02-13T04:54:34.844Z Compiling highway v1.2.0
28252025-02-13T04:54:34.991Z Compiling omicron-zone-package v0.12.0
28262025-02-13T04:54:35.133Z Compiling aes-gcm v0.10.3
28272025-02-13T04:54:35.462Z Compiling rustfmt-wrapper v0.2.1
28282025-02-13T04:54:35.484Z Compiling mime_guess v2.0.5
28292025-02-13T04:54:35.591Z Compiling slog-envlogger v2.2.0
28302025-02-13T04:54:35.742Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28312025-02-13T04:54:36.037Z Compiling steno v0.4.1
28322025-02-13T04:54:36.204Z Compiling progenitor-macro v0.8.0
28332025-02-13T04:54:36.642Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28342025-02-13T04:54:36.668Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28352025-02-13T04:54:37.039Z Compiling heck v0.3.3
28362025-02-13T04:54:37.122Z Compiling ssh-encoding v0.2.0
28372025-02-13T04:54:37.242Z Compiling progenitor-macro v0.9.1
28382025-02-13T04:54:37.296Z Compiling blowfish v0.9.1
28392025-02-13T04:54:37.415Z Compiling nibble_vec v0.1.0
28402025-02-13T04:54:37.633Z Compiling env_filter v0.1.2
28412025-02-13T04:54:37.654Z Compiling endian-type v0.1.2
28422025-02-13T04:54:37.781Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28432025-02-13T04:54:37.836Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28442025-02-13T04:54:37.900Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28452025-02-13T04:54:38.047Z Compiling humantime v2.1.0
28462025-02-13T04:54:38.118Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28472025-02-13T04:54:38.173Z Compiling env_logger v0.11.5
28482025-02-13T04:54:38.273Z Compiling radix_trie v0.2.1
28492025-02-13T04:54:38.554Z Compiling bcrypt-pbkdf v0.10.0
28502025-02-13T04:54:38.843Z Compiling ssh-cipher v0.2.0
28512025-02-13T04:54:38.904Z Compiling zone_cfg_derive v0.1.2
28522025-02-13T04:54:39.186Z Compiling parking_lot v0.11.2
28532025-02-13T04:54:39.445Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28542025-02-13T04:54:40.068Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28552025-02-13T04:54:40.347Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28562025-02-13T04:54:40.445Z Compiling password-hash v0.4.2
28572025-02-13T04:54:40.488Z Compiling gethostname v0.5.0
28582025-02-13T04:54:40.704Z Compiling fxhash v0.2.1
28592025-02-13T04:54:40.753Z Compiling http-range v0.1.5
28602025-02-13T04:54:40.816Z Compiling zip v2.1.3
28612025-02-13T04:54:40.929Z Compiling simd-adler32 v0.3.7
28622025-02-13T04:54:40.949Z Compiling lockfree-object-pool v0.1.6
28632025-02-13T04:54:41.065Z Compiling bumpalo v3.16.0
28642025-02-13T04:54:41.130Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28652025-02-13T04:54:41.217Z Compiling base64 v0.13.1
28662025-02-13T04:54:41.326Z Compiling pbkdf2 v0.11.0
28672025-02-13T04:54:41.472Z Compiling zopfli v0.8.1
28682025-02-13T04:54:41.509Z Compiling sled v0.34.7
28692025-02-13T04:54:41.533Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28702025-02-13T04:54:41.695Z Compiling ron v0.7.1
28712025-02-13T04:54:41.764Z Compiling xz2 v0.1.7
28722025-02-13T04:54:42.239Z Compiling zone v0.1.8
28732025-02-13T04:54:42.242Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28742025-02-13T04:54:43.123Z Compiling ssh-key v0.6.6
28752025-02-13T04:54:43.318Z Compiling hickory-client v0.24.2
28762025-02-13T04:54:43.831Z Compiling p256 v0.13.2
28772025-02-13T04:54:43.851Z Compiling p521 v0.13.3
28782025-02-13T04:54:44.621Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28792025-02-13T04:54:44.690Z Compiling hickory-server v0.24.2
28802025-02-13T04:54:45.597Z Compiling pem v3.0.4
28812025-02-13T04:54:46.131Z Compiling yasna v0.5.2
28822025-02-13T04:54:46.332Z Compiling headers-core v0.3.0
28832025-02-13T04:54:46.532Z Compiling kstat-rs v0.2.4
28842025-02-13T04:54:47.150Z Compiling nanorand v0.7.0
28852025-02-13T04:54:47.361Z Compiling atty v0.2.14
28862025-02-13T04:54:47.482Z Compiling russh-cryptovec v0.7.3
28872025-02-13T04:54:47.533Z Compiling md5 v0.7.0
28882025-02-13T04:54:47.662Z Compiling flume v0.11.1
28892025-02-13T04:54:47.704Z Compiling rcgen v0.12.1
28902025-02-13T04:54:47.802Z Compiling russh-keys v0.45.0
28912025-02-13T04:54:48.053Z Compiling headers v0.4.0
28922025-02-13T04:54:48.836Z Compiling progenitor v0.8.0
28932025-02-13T04:54:49.024Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28942025-02-13T04:54:49.077Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28952025-02-13T04:54:49.795Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28962025-02-13T04:54:49.906Z Compiling hyper-staticfile v0.10.1
28972025-02-13T04:54:49.932Z Compiling progenitor v0.9.1
28982025-02-13T04:54:50.174Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28992025-02-13T04:54:50.296Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29002025-02-13T04:54:50.556Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29012025-02-13T04:54:50.914Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29022025-02-13T04:54:51.314Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29032025-02-13T04:54:51.370Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29042025-02-13T04:54:53.093Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29052025-02-13T04:54:53.693Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29062025-02-13T04:54:54.053Z Compiling num-bigint v0.4.6
29072025-02-13T04:54:54.082Z Compiling des v0.8.1
29082025-02-13T04:54:54.434Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29092025-02-13T04:54:55.622Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
29102025-02-13T04:54:56.400Z Compiling subprocess v0.2.9
29112025-02-13T04:54:56.521Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122025-02-13T04:54:56.557Z Compiling display-error-chain v0.2.2
29132025-02-13T04:54:56.785Z Compiling hex-literal v0.4.1
29142025-02-13T04:54:56.997Z Compiling russh v0.45.0
29152025-02-13T04:54:57.405Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162025-02-13T04:54:58.148Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29172025-02-13T04:55:00.580Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182025-02-13T04:55:01.040Z Compiling internet-checksum v0.2.1
29192025-02-13T04:55:05.042Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29202025-02-13T04:55:05.045Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29212025-02-13T04:55:05.045Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29222025-02-13T04:55:05.045Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29232025-02-13T04:55:07.809Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29242025-02-13T04:55:08.202Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29252025-02-13T04:55:10.200Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29262025-02-13T04:55:10.203Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29272025-02-13T04:55:10.203Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29282025-02-13T04:55:10.218Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29292025-02-13T04:55:12.607Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29302025-02-13T04:55:12.741Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29312025-02-13T04:55:13.264Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29322025-02-13T04:55:13.715Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29332025-02-13T04:55:13.746Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29342025-02-13T04:55:14.335Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29352025-02-13T04:55:14.562Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29362025-02-13T04:55:16.032Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29372025-02-13T04:55:18.077Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29382025-02-13T04:55:18.821Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29392025-02-13T04:55:19.123Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29402025-02-13T04:55:19.249Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29412025-02-13T04:55:20.408Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29422025-02-13T04:55:22.948Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29432025-02-13T04:55:24.126Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29442025-02-13T04:55:24.726Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29452025-02-13T04:55:25.026Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29462025-02-13T04:55:26.505Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29472025-02-13T04:55:31.141Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29482025-02-13T04:55:39.347Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29492025-02-13T04:55:40.879Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29502025-02-13T04:56:02.347Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29512025-02-13T04:56:25.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
29522025-02-13T04:56:25.348Z
29532025-02-13T04:56:25.348Zreal 2:21.089357914
29542025-02-13T04:56:25.348Zuser 12:09.756502449
29552025-02-13T04:56:25.349Zsys 1:33.549124082
29562025-02-13T04:56:25.349Ztrap 0.363028776
29572025-02-13T04:56:25.349Ztflt 1.352016206
29582025-02-13T04:56:25.352Zdflt 1.495822037
29592025-02-13T04:56:25.352Zkflt 0.000047669
29602025-02-13T04:56:25.352Zlock 22:15.414799503
29612025-02-13T04:56:25.352Zslp 41:33.958945470
29622025-02-13T04:56:25.352Zlat 36.928755887
29632025-02-13T04:56:25.352Zstop 1:39.618121982
29642025-02-13T04:56:25.352Z+ mkdir tests
29652025-02-13T04:56:25.355Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29662025-02-13T04:56:25.355Z+ xargs -I '{}' -t cp '{}' tests/
29672025-02-13T04:56:25.393Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-33a9feaccd5ec7c3 tests/
29682025-02-13T04:56:25.419Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-aacc55bc56028000 tests/
29692025-02-13T04:56:25.446Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e701ca8f95dfaf25 tests/
29702025-02-13T04:56:25.470Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b1edac5c713eba22 tests/
29712025-02-13T04:56:25.751Z+ 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/*)
29722025-02-13T04:56:25.754Z+ 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-e701ca8f95dfaf25 tests/commtest-aacc55bc56028000 tests/dhcp_server-33a9feaccd5ec7c3 tests/end_to_end_tests-b1edac5c713eba22 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
29732025-02-13T04:57:39.579ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29742025-02-13T04:57:39.579Za .github/buildomat/ci-env.sh 1K
29752025-02-13T04:57:39.579Za out/target/test 1K
29762025-02-13T04:57:39.579Za out/npuzone/npuzone 23144K
29772025-02-13T04:57:39.579Za package-manifest.toml 33K
29782025-02-13T04:57:39.579Za smf/sled-agent/non-gimlet/config.toml 4K
29792025-02-13T04:57:39.579Za target/release/omicron-package 35950K
29802025-02-13T04:57:39.579Za target/release/xtask 11805K
29812025-02-13T04:57:39.579Za target/debug/bootstrap 219994K
29822025-02-13T04:57:39.579Za tests/bootstrap-e701ca8f95dfaf25 24119K
29832025-02-13T04:57:39.579Za tests/commtest-aacc55bc56028000 24221K
29842025-02-13T04:57:39.579Za tests/dhcp_server-33a9feaccd5ec7c3 24119K
29852025-02-13T04:57:39.579Za tests/end_to_end_tests-b1edac5c713eba22 280824K
29862025-02-13T04:57:39.579Za out/clickhouse.tar.gz 294503K
29872025-02-13T04:57:39.579Za out/clickhouse_keeper.tar.gz 281645K
29882025-02-13T04:57:39.579Za out/clickhouse_server.tar.gz 294492K
29892025-02-13T04:57:39.579Za out/cockroachdb.tar.gz 134935K
29902025-02-13T04:57:39.584Za out/crucible-dtrace.tar 99K
29912025-02-13T04:57:39.584Za out/crucible-pantry-zone.tar.gz 28538K
29922025-02-13T04:57:39.584Za out/crucible-zone.tar.gz 36911K
29932025-02-13T04:57:39.584Za out/external-dns.tar.gz 35417K
29942025-02-13T04:57:39.584Za out/internal-dns.tar.gz 35417K
29952025-02-13T04:57:39.584Za out/mg-ddm-gz.tar 63075K
29962025-02-13T04:57:39.584Za out/nexus.tar.gz 100622K
29972025-02-13T04:57:39.584Za out/ntp.tar.gz 10496K
29982025-02-13T04:57:39.584Za out/omicron-gateway-softnpu.tar.gz 24046K
29992025-02-13T04:57:39.584Za out/omicron-sled-agent.tar 113853K
30002025-02-13T04:57:39.584Za out/overlay.tar.gz 3K
30012025-02-13T04:57:39.584Za out/oximeter.tar.gz 48266K
30022025-02-13T04:57:39.585Za out/oxlog.tar 3124K
30032025-02-13T04:57:39.585Za out/probe.tar.gz 2764K
30042025-02-13T04:57:39.585Za out/propolis-server.tar.gz 66425K
30052025-02-13T04:57:39.585Za out/pumpkind-gz.tar 26665K
30062025-02-13T04:57:39.585Za out/switch-softnpu.tar.gz 248778K
30072025-02-13T04:57:39.585Z
30082025-02-13T04:57:39.585Zreal 1:13.825742961
30092025-02-13T04:57:39.585Zuser 1:10.525594533
30102025-02-13T04:57:39.585Zsys 4.604719309
30112025-02-13T04:57:39.585Ztrap 0.018446080
30122025-02-13T04:57:39.585Ztflt 0.000000000
30132025-02-13T04:57:39.585Zdflt 0.000000000
30142025-02-13T04:57:39.585Zkflt 0.000000000
30152025-02-13T04:57:39.585Zlock 0.000000000
30162025-02-13T04:57:39.585Zslp 1:10.384054198
30172025-02-13T04:57:39.585Zlat 2.113861714
30182025-02-13T04:57:39.585Zstop 0.000216862
30192025-02-13T04:57:39.585Zprocess exited: duration 2033682 ms, exit code 0
 
30202025-02-13T04:57:39.601Zfound 1 output files
30212025-02-13T04:57:39.601Zuploading: /work/package.tar.gz (1915776021 bytes)
30222025-02-13T04:58:18.558Zuploaded: /work/package.tar.gz