01JND2RB490PPF1624QZW9J234: 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: 01JND2S3MHGB2BVTPXPQAWY0RN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-03T04:04:40.498Zjob assigned to worker 01JND2S5QZCVKEWEFGHFTS3Q3W [factory aws, i-08487e2747d14d6fd] (queued for 56 s)
 
22025-03-03T04:04:48.872Zstarting task 0: "setup"
32025-03-03T04:04:48.877Z++ uname -s
42025-03-03T04:04:48.880Z+ kern=SunOS
52025-03-03T04:04:48.880Z+ build_user=build
62025-03-03T04:04:48.881Z+ build_uid=12345
72025-03-03T04:04:48.881Z+ work_dir=/work
82025-03-03T04:04:48.881Z+ input_dir=/input
92025-03-03T04:04:48.881Z+ [[ 0 == 12345 ]]
102025-03-03T04:04:48.881Z+ case "$kern" in
112025-03-03T04:04:48.881Z+ groupadd -g 12345 build
122025-03-03T04:04:48.884Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-03T04:04:50.892Z+ zfs create -o mountpoint=/work rpool/work
142025-03-03T04:04:51.007Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-03T04:04:51.020Z+ home_fs=zfs
162025-03-03T04:04:51.020Z+ [[ zfs == autofs ]]
172025-03-03T04:04:51.020Z+ mkdir -p /home/build
182025-03-03T04:04:51.020Z+ chown build:build /home/build /work
192025-03-03T04:04:53.014Z+ chmod 0700 /home/build /work
202025-03-03T04:04:53.017Zprocess exited: duration 4146 ms, exit code 0
 
212025-03-03T04:04:53.023Zstarting task 1: "rust-toolchain"
222025-03-03T04:04:53.028Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-03T04:04:53.028Z * rust toolchain channel = "1.85.0"
242025-03-03T04:04:53.028Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-03-03T04:04:53.028Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-03-03T04:04:53.028Z * rust toolchain profile = "default"
272025-03-03T04:04:53.033Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-03T04:04:53.033Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-03T04:04:53.033Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-03T04:04:53.156Zinfo: downloading installer
312025-03-03T04:04:54.307Zwarning: it looks like you have an existing installation of Rust at:
322025-03-03T04:04:54.307Zwarning: /opt/ooce/bin
332025-03-03T04:04:54.307Zwarning: It is recommended that rustup be the primary Rust installation.
342025-03-03T04:04:54.307Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-03-03T04:04:54.307Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-03-03T04:04:54.307Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-03T04:04:54.307Zwarning: or pass `-y' to ignore all ignorable checks.
382025-03-03T04:04:54.307Zerror: cannot install while Rust is installed
392025-03-03T04:04:54.307Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-03-03T04:04:54.322Zinfo: profile set to 'default'
412025-03-03T04:04:54.323Zinfo: default host triple is x86_64-unknown-illumos
422025-03-03T04:04:54.326Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-03T04:04:54.526Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-03T04:04:54.527Zinfo: downloading component 'cargo'
452025-03-03T04:04:55.530Zinfo: downloading component 'clippy'
462025-03-03T04:04:55.923Zinfo: downloading component 'rust-docs'
472025-03-03T04:04:57.460Zinfo: downloading component 'rust-std'
482025-03-03T04:04:59.721Zinfo: downloading component 'rustc'
492025-03-03T04:05:07.555Zinfo: downloading component 'rustfmt'
502025-03-03T04:05:07.847Zinfo: installing component 'cargo'
512025-03-03T04:05:08.688Zinfo: installing component 'clippy'
522025-03-03T04:05:09.069Zinfo: installing component 'rust-docs'
532025-03-03T04:05:10.848Zinfo: installing component 'rust-std'
542025-03-03T04:05:12.741Zinfo: installing component 'rustc'
552025-03-03T04:05:18.711Zinfo: installing component 'rustfmt'
562025-03-03T04:05:19.045Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-03T04:05:19.045Z
582025-03-03T04:05:19.415Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-03T04:05:19.415Z
602025-03-03T04:05:19.420Z
612025-03-03T04:05:19.420ZRust is installed now. Great!
622025-03-03T04:05:19.420Z
632025-03-03T04:05:19.420ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-03T04:05:19.420Zenvironment variable. This has not been done automatically.
652025-03-03T04:05:19.420Z
662025-03-03T04:05:19.420ZTo configure your current shell, you need to source
672025-03-03T04:05:19.421Zthe corresponding env file under $HOME/.cargo.
682025-03-03T04:05:19.421Z
692025-03-03T04:05:19.421ZThis is usually done by running one of the following (note the leading DOT):
702025-03-03T04:05:19.421Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-03T04:05:19.421Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-03T04:05:19.500Z+ rustup --version
732025-03-03T04:05:19.507Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-03-03T04:05:19.507Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-03-03T04:05:19.591Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-03-03T04:05:19.604Z+ cargo --version
772025-03-03T04:05:19.648Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-03-03T04:05:19.663Z+ rustc --version
792025-03-03T04:05:19.717Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-03-03T04:05:19.725Zprocess exited: duration 26694 ms, exit code 0
 
812025-03-03T04:05:19.754Zstarting task 2: "authentication"
822025-03-03T04:05:19.793Zprocess exited: duration 32 ms, exit code 0
 
832025-03-03T04:05:19.834Zstarting task 3: "clone repository"
842025-03-03T04:05:19.840Z+ mkdir -p /work/oxidecomputer/omicron
852025-03-03T04:05:19.840Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-03-03T04:05:19.889ZCloning into '/work/oxidecomputer/omicron'...
872025-03-03T04:05:28.816Z+ cd /work/oxidecomputer/omicron
882025-03-03T04:05:28.817Z+ git fetch origin b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5
892025-03-03T04:05:29.139ZFrom https://github.com/oxidecomputer/omicron
902025-03-03T04:05:29.139Z * branch b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 -> FETCH_HEAD
912025-03-03T04:05:29.193Z+ [[ -n renovate/hyper-rustls-0.x ]]
922025-03-03T04:05:29.194Z++ git branch --show-current
932025-03-03T04:05:29.194Z+ current=main
942025-03-03T04:05:29.194Z+ [[ main != renovate/hyper-rustls-0.x ]]
952025-03-03T04:05:29.194Z+ git branch -f renovate/hyper-rustls-0.x b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5
962025-03-03T04:05:29.194Z+ git checkout -f renovate/hyper-rustls-0.x
972025-03-03T04:05:29.320ZSwitched to branch 'renovate/hyper-rustls-0.x'
982025-03-03T04:05:29.332Z+ git reset --hard b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5
992025-03-03T04:05:29.507ZHEAD is now at b6d67bab8 Update Rust crate hyper-rustls to 0.27.5
1002025-03-03T04:05:29.574Zprocess exited: duration 9676 ms, exit code 0
 
1012025-03-03T04:05:29.624Zstarting task 4: "build"
1022025-03-03T04:05:29.642Z+ source .github/buildomat/ci-env.sh
1032025-03-03T04:05:29.642Z++ export CARGO_TERM_COLOR=always
1042025-03-03T04:05:29.642Z++ CARGO_TERM_COLOR=always
1052025-03-03T04:05:29.642Z+ cargo --version
1062025-03-03T04:05:29.680Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-03-03T04:05:29.695Z+ rustc --version
1082025-03-03T04:05:29.771Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-03-03T04:05:29.822Z+ WORK=/work
1102025-03-03T04:05:29.823Z+ pfexec mkdir -p /work
1112025-03-03T04:05:29.823Z+ pfexec chown build /work
1122025-03-03T04:05:29.823Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-03-03T04:05:31.397Zpkg list: illegal option -- F
1142025-03-03T04:05:31.398ZUsage:
1152025-03-03T04:05:31.398Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-03-03T04:05:31.398Z [pkg_fmri_pattern ...]
1172025-03-03T04:05:32.262Zpkg list: illegal option -- F
1182025-03-03T04:05:32.263ZUsage:
1192025-03-03T04:05:32.270Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-03-03T04:05:32.270Z [pkg_fmri_pattern ...]
1212025-03-03T04:05:41.831Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-03-03T04:05:46.178Z Startup: Caching catalogs ... Done
1232025-03-03T04:05:59.530ZPlanning: Solver setup ... Done (12.398s)
1242025-03-03T04:05:59.686ZPlanning: Running solver ... Done (0.157s)
1252025-03-03T04:05:59.813ZPlanning: Finding local manifests ... Done (0.007s)
1262025-03-03T04:05:59.845ZPlanning: Fetching manifests: 0/7 0% complete
1272025-03-03T04:06:01.334ZPlanning: Fetching manifests: 7/7 100% complete
1282025-03-03T04:06:01.448ZPlanning: Package planning ... Done (0.116s)
1292025-03-03T04:06:01.506ZPlanning: Merging actions ... Done (0.058s)
1302025-03-03T04:06:01.704ZPlanning: Checking for conflicting actions ... Done (0.197s)
1312025-03-03T04:06:03.764ZPlanning: Consolidating action changes ... Done (2.047s)
1322025-03-03T04:06:04.192ZPlanning: Evaluating mediators ... Done (0.440s)
1332025-03-03T04:06:04.277ZPlanning: Planning completed in 18.00 seconds
1342025-03-03T04:06:04.294Z Packages to install: 4
1352025-03-03T04:06:04.294Z Packages to update: 3
1362025-03-03T04:06:04.294Z Mediators to change: 2
1372025-03-03T04:06:04.294Z Services to change: 1
1382025-03-03T04:06:04.298Z Estimated space available: 155.60 GB
1392025-03-03T04:06:04.298ZEstimated space to be consumed: 1.66 GB
1402025-03-03T04:06:04.298Z Create boot environment: No
1412025-03-03T04:06:04.298ZCreate backup boot environment: Yes
1422025-03-03T04:06:04.298Z Rebuild boot archive: No
1432025-03-03T04:06:04.298Z
1442025-03-03T04:06:04.298ZChanged mediators:
1452025-03-03T04:06:04.298Z mediator clang:
1462025-03-03T04:06:04.298Z version: None -> 15 (system default)
1472025-03-03T04:06:04.298Z
1482025-03-03T04:06:04.298Z mediator llvm:
1492025-03-03T04:06:04.298Z version: 14 (system default) -> 15 (system default)
1502025-03-03T04:06:04.298Z
1512025-03-03T04:06:04.298ZChanged packages:
1522025-03-03T04:06:04.298Zhelios-dev
1532025-03-03T04:06:04.298Z developer/build-essential
1542025-03-03T04:06:04.298Z None -> 11-2.0
1552025-03-03T04:06:04.298Z library/libxmlsec1
1562025-03-03T04:06:04.298Z None -> 1.2.35-2.0
1572025-03-03T04:06:04.298Z ooce/developer/clang-15
1582025-03-03T04:06:04.298Z None -> 15.0.7-2.0
1592025-03-03T04:06:04.298Z ooce/developer/llvm-15
1602025-03-03T04:06:04.298Z None -> 15.0.7-2.0
1612025-03-03T04:06:04.298Z package/pkg
1622025-03-03T04:06:04.298Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-03-03T04:06:04.298Z system/library/g++-runtime
1642025-03-03T04:06:04.298Z 13-2.0 -> 14-2.0
1652025-03-03T04:06:04.298Z system/library/gcc-runtime
1662025-03-03T04:06:04.298Z 13-2.0 -> 14-2.0
1672025-03-03T04:06:04.298Z
1682025-03-03T04:06:04.299ZServices:
1692025-03-03T04:06:04.299Z restart_fmri:
1702025-03-03T04:06:04.299Z svc:/system/update-man-index:default
1712025-03-03T04:06:04.299Z
1722025-03-03T04:06:04.299ZEditable files to change:
1732025-03-03T04:06:04.299Z Update:
1742025-03-03T04:06:04.299Z usr/share/lib/pkg/web/config.shtml
1752025-03-03T04:06:04.377Z
1762025-03-03T04:06:04.377ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-03-03T04:06:10.513ZDownload: 204/4301 items 1.2/225.4MB 0% complete (334k/s)
1782025-03-03T04:06:18.563ZDownload: 211/4301 items 1.3/225.4MB 0% complete (284k/s)
1792025-03-03T04:06:29.730ZDownload: 213/4301 items 1.3/225.4MB 0% complete
1802025-03-03T04:06:34.807ZDownload: 682/4301 items 18.0/225.4MB 8% complete (3.5M/s)
1812025-03-03T04:06:39.824ZDownload: 911/4301 items 18.9/225.4MB 8% complete (1.8M/s)
1822025-03-03T04:06:44.821ZDownload: 1160/4301 items 81.7/225.4MB 36% complete (6.3M/s)
1832025-03-03T04:06:51.029ZDownload: 1194/4301 items 83.5/225.4MB 37% complete (6.5M/s)
1842025-03-03T04:06:56.455ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (5.9M/s)
1852025-03-03T04:07:01.619ZDownload: 1620/4301 items 117.8/225.4MB 52% complete (4.0M/s)
1862025-03-03T04:07:06.858ZDownload: 1847/4301 items 118.5/225.4MB 52% complete (3.6M/s)
1872025-03-03T04:07:11.951ZDownload: 1906/4301 items 118.6/225.4MB 52% complete (466k/s)
1882025-03-03T04:07:16.969ZDownload: 1968/4301 items 118.7/225.4MB 52% complete (58.2k/s)
1892025-03-03T04:07:21.977ZDownload: 2069/4301 items 118.8/225.4MB 52% complete (17.6k/s)
1902025-03-03T04:07:26.994ZDownload: 2207/4301 items 119.2/225.4MB 52% complete (43.4k/s)
1912025-03-03T04:07:32.189ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (46.0k/s)
1922025-03-03T04:07:44.619ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
1932025-03-03T04:07:50.266ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
1942025-03-03T04:07:55.267ZDownload: 2585/4301 items 120.5/225.4MB 53% complete (251k/s)
1952025-03-03T04:08:00.268ZDownload: 2867/4301 items 121.1/225.4MB 53% complete (202k/s)
1962025-03-03T04:08:05.271ZDownload: 3230/4301 items 195.9/225.4MB 86% complete (7.5M/s)
1972025-03-03T04:08:11.254ZDownload: 3246/4301 items 200.9/225.4MB 89% complete (8.0M/s)
1982025-03-03T04:08:17.473ZDownload: 3247/4301 items 203.1/225.4MB 90% complete (8.0M/s)
1992025-03-03T04:08:28.403ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
2002025-03-03T04:08:41.134ZDownload: 3289/4301 items 212.6/225.4MB 94% complete (3.1M/s)
2012025-03-03T04:08:46.136ZDownload: 3510/4301 items 215.5/225.4MB 95% complete (686k/s)
2022025-03-03T04:08:51.138ZDownload: 3759/4301 items 216.8/225.4MB 96% complete (441k/s)
2032025-03-03T04:08:56.147ZDownload: 3950/4301 items 218.3/225.4MB 96% complete (274k/s)
2042025-03-03T04:09:01.253ZDownload: 3994/4301 items 219.0/225.4MB 97% complete (254k/s)
2052025-03-03T04:09:06.266ZDownload: 4064/4301 items 219.7/225.4MB 97% complete (196k/s)
2062025-03-03T04:09:11.271ZDownload: 4167/4301 items 220.2/225.4MB 97% complete (123k/s)
2072025-03-03T04:09:18.041ZDownload: 4201/4301 items 220.6/225.4MB 97% complete (124k/s)
2082025-03-03T04:09:28.047ZDownload: 4205/4301 items 220.6/225.4MB 97% complete
2092025-03-03T04:09:33.302ZDownload: 4275/4301 items 220.6/225.4MB 97% complete (3.4k/s)
2102025-03-03T04:09:39.821ZDownload: 4296/4301 items 224.9/225.4MB 99% complete (586k/s)
2112025-03-03T04:09:46.262ZDownload: 4298/4301 items 225.0/225.4MB 99% complete
2122025-03-03T04:09:46.276ZDownload: Completed 225.42 MB in 221.90 seconds (1.0M/s)
2132025-03-03T04:09:48.644Z Actions: 1/5122 actions (Removing old actions)
2142025-03-03T04:09:48.664Z Actions: 194/5122 actions (Installing new actions)
2152025-03-03T04:09:53.435Z Actions: 4267/5122 actions (Updating modified actions)
2162025-03-03T04:09:53.790Z Actions: Completed 5122 actions in 5.15 seconds.
2172025-03-03T04:09:54.228Z Done (0.429s)
2182025-03-03T04:09:54.231Z Done (0.001s)
2192025-03-03T04:09:54.854Z Done (0.625s)
2202025-03-03T04:09:59.265Z Done (4.172s)
2212025-03-03T04:09:59.353Z Done (0.017s)
2222025-03-03T04:09:59.356Z Done (0.000s)
2232025-03-03T04:09:59.517Z Done (0.000s)
2242025-03-03T04:10:00.251ZPlanning: Evaluating mediator changes ... Done
2252025-03-03T04:10:00.414ZPlanning: Checking for conflicting actions ... Done
2262025-03-03T04:10:00.417ZPlanning: Consolidating action changes ... Done
2272025-03-03T04:10:00.690ZPlanning: Evaluating mediators ... Done
2282025-03-03T04:10:00.694ZPlanning: Planning completed in 0.44 seconds
2292025-03-03T04:10:00.730Z Mediators to change: 2
2302025-03-03T04:10:00.730Z Create boot environment: No
2312025-03-03T04:10:00.733ZCreate backup boot environment: No
2322025-03-03T04:10:00.819Z Done
2332025-03-03T04:10:00.819Z Done
2342025-03-03T04:10:01.253Z Done
2352025-03-03T04:10:04.987Z Done
2362025-03-03T04:10:05.084Z Done
2372025-03-03T04:10:05.096Z Done
2382025-03-03T04:10:05.222Z Done
2392025-03-03T04:10:05.863ZPlanning: Evaluating mediator changes ... Done
2402025-03-03T04:10:05.866ZPlanning: Merging actions ... Done
2412025-03-03T04:10:06.055ZPlanning: Checking for conflicting actions ... Done
2422025-03-03T04:10:06.058ZPlanning: Consolidating action changes ... Done
2432025-03-03T04:10:06.327ZPlanning: Evaluating mediators ... Done
2442025-03-03T04:10:06.382ZPlanning: Planning completed in 0.77 seconds
2452025-03-03T04:10:06.425Z Packages to change: 1
2462025-03-03T04:10:06.425Z Mediators to change: 1
2472025-03-03T04:10:06.428Z Services to change: 1
2482025-03-03T04:10:06.428Z Create boot environment: No
2492025-03-03T04:10:06.428ZCreate backup boot environment: Yes
2502025-03-03T04:10:08.869Z Actions: 1/6 actions (Updating modified actions)
2512025-03-03T04:10:08.875Z Actions: Completed 6 actions in 0.00 seconds.
2522025-03-03T04:10:08.878Z Done
2532025-03-03T04:10:08.878Z Done
2542025-03-03T04:10:08.995Z Done
2552025-03-03T04:10:12.737Z Done
2562025-03-03T04:10:12.838Z Done
2572025-03-03T04:10:12.841Z Done
2582025-03-03T04:10:12.983Z Done
2592025-03-03T04:10:13.440ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2602025-03-03T04:10:13.440Zclang system 15 system
2612025-03-03T04:10:13.440Zcsh system system illumos
2622025-03-03T04:10:13.440Zctags system system illumos
2632025-03-03T04:10:13.440Zgcc vendor 12 vendor
2642025-03-03T04:10:13.440Zgcc system 10 system
2652025-03-03T04:10:13.440Zgcc system 7 system
2662025-03-03T04:10:13.440Zgo system 1.20 system
2672025-03-03T04:10:13.440Zgo system 1.19 system
2682025-03-03T04:10:13.440Zllvm system 15 system
2692025-03-03T04:10:13.440Zllvm system 14 system
2702025-03-03T04:10:13.440Zmariadb system 10.6 system
2712025-03-03T04:10:13.440Zmta vendor vendor dma
2722025-03-03T04:10:13.440Zopenjdk system 17 system
2732025-03-03T04:10:13.440Zopenjdk system 11 system
2742025-03-03T04:10:13.440Zopenjdk system 1.8 system
2752025-03-03T04:10:13.440Zopenssl vendor 3 vendor
2762025-03-03T04:10:13.440Zperl system 5.36 system
2772025-03-03T04:10:13.440Zpostgresql system 15 system
2782025-03-03T04:10:13.441Zpostgresql system 13 system
2792025-03-03T04:10:13.441Zpython vendor 3 vendor
2802025-03-03T04:10:13.441Zpython system 2 system
2812025-03-03T04:10:13.441Zpython3 system 3.11 system
2822025-03-03T04:10:13.441Zruby system 3.0 system
2832025-03-03T04:10:13.441Zwords vendor vendor american-english
2842025-03-03T04:10:13.441Zwords system system australian-english
2852025-03-03T04:10:13.441Zwords system system british-english
2862025-03-03T04:10:13.441Zwords system system canadian-english
2872025-03-03T04:10:13.441Zwords system system french
2882025-03-03T04:10:13.441Zwords system system italian
2892025-03-03T04:10:13.441Zwords system system ngerman
2902025-03-03T04:10:13.441Zwords system system ogerman
2912025-03-03T04:10:13.441Zwords system system spanish
2922025-03-03T04:10:13.787ZPUBLISHER TYPE STATUS P LOCATION
2932025-03-03T04:10:13.787Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2942025-03-03T04:10:16.917ZFMRI IFO
2952025-03-03T04:10:16.917Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2962025-03-03T04:10:16.917Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2972025-03-03T04:10:16.917Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2982025-03-03T04:10:16.917Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2992025-03-03T04:10:16.917Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3002025-03-03T04:10:16.917Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3012025-03-03T04:10:16.917Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3022025-03-03T04:10:16.917Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3032025-03-03T04:10:16.917Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3042025-03-03T04:10:16.917Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3052025-03-03T04:10:16.917Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3062025-03-03T04:10:16.917Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3072025-03-03T04:10:16.917Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3082025-03-03T04:10:16.918Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3092025-03-03T04:10:16.918Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3102025-03-03T04:10:17.730Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3112025-03-03T04:10:18.015Z Updating crates.io index
3122025-03-03T04:10:18.018Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3132025-03-03T04:10:18.539Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142025-03-03T04:10:18.820Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3152025-03-03T04:10:19.077Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3162025-03-03T04:10:19.397Z Updating git repository `https://github.com/oxidecomputer/propolis`
3172025-03-03T04:10:20.415Z Updating git repository `https://github.com/oxidecomputer/crucible`
3182025-03-03T04:10:22.210Z Updating git repository `https://github.com/oxidecomputer/opte`
3192025-03-03T04:10:22.864Z Updating git repository `https://github.com/oxidecomputer/falcon`
3202025-03-03T04:10:23.613Z Updating git repository `https://github.com/oxidecomputer/clickward`
3212025-03-03T04:10:23.912Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3222025-03-03T04:10:24.281Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3232025-03-03T04:10:24.842Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3242025-03-03T04:10:25.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3252025-03-03T04:10:25.685Z Updating git repository `https://github.com/oxidecomputer/propolis`
3262025-03-03T04:10:26.102Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3272025-03-03T04:10:26.411Z Updating git repository `https://github.com/oxidecomputer/tofino`
3282025-03-03T04:10:26.682Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3292025-03-03T04:10:26.933Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3302025-03-03T04:10:27.183Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3312025-03-03T04:10:27.486Z Updating git repository `https://github.com/oxidecomputer/lldp`
3322025-03-03T04:10:27.835Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3332025-03-03T04:10:28.107Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3342025-03-03T04:10:28.437Z Updating git repository `https://github.com/oxidecomputer/ispf`
3352025-03-03T04:10:28.748Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3362025-03-03T04:10:29.122Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3372025-03-03T04:10:29.718Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3382025-03-03T04:10:30.036Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3392025-03-03T04:10:30.381Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3402025-03-03T04:10:30.820Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3412025-03-03T04:10:31.235Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3422025-03-03T04:10:31.488Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3432025-03-03T04:10:31.766Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3442025-03-03T04:10:33.185Z Downloading crates ...
3452025-03-03T04:10:33.258Z Downloaded bytecount v0.6.8
3462025-03-03T04:10:33.261Z Downloaded bitflags v1.3.2
3472025-03-03T04:10:33.264Z Downloaded anstyle-parse v0.2.5
3482025-03-03T04:10:33.267Z Downloaded anstream v0.6.15
3492025-03-03T04:10:33.270Z Downloaded anstyle-query v1.1.1
3502025-03-03T04:10:33.273Z Downloaded pretty-hex v0.4.1
3512025-03-03T04:10:33.292Z Downloaded swrite v0.1.0
3522025-03-03T04:10:33.296Z Downloaded cargo-platform v0.1.8
3532025-03-03T04:10:33.296Z Downloaded scroll_derive v0.12.0
3542025-03-03T04:10:33.299Z Downloaded camino v1.1.9
3552025-03-03T04:10:33.302Z Downloaded dtrace-parser v0.2.0
3562025-03-03T04:10:33.305Z Downloaded winnow v0.7.3
3572025-03-03T04:10:33.313Z Downloaded usdt-attr-macro v0.5.0
3582025-03-03T04:10:33.317Z Downloaded usdt-macro v0.5.0
3592025-03-03T04:10:33.317Z Downloaded equivalent v1.0.1
3602025-03-03T04:10:33.317Z Downloaded cfg-if v1.0.0
3612025-03-03T04:10:33.320Z Downloaded anstyle v1.0.10
3622025-03-03T04:10:33.323Z Downloaded strsim v0.11.1
3632025-03-03T04:10:33.326Z Downloaded version_check v0.9.5
3642025-03-03T04:10:33.326Z Downloaded thiserror-impl v2.0.11
3652025-03-03T04:10:33.326Z Downloaded fastrand v2.1.1
3662025-03-03T04:10:33.329Z Downloaded byteorder v1.5.0
3672025-03-03T04:10:33.329Z Downloaded serde_spanned v0.6.8
3682025-03-03T04:10:33.332Z Downloaded thiserror v1.0.69
3692025-03-03T04:10:33.335Z Downloaded macaddr v1.0.1
3702025-03-03T04:10:33.338Z Downloaded block-buffer v0.10.4
3712025-03-03T04:10:33.338Z Downloaded smawk v0.3.2
3722025-03-03T04:10:33.341Z Downloaded autocfg v1.4.0
3732025-03-03T04:10:33.341Z Downloaded errno v0.3.9
3742025-03-03T04:10:33.344Z Downloaded camino-tempfile v1.1.1
3752025-03-03T04:10:33.344Z Downloaded dof v0.3.0
3762025-03-03T04:10:33.344Z Downloaded tabled_derive v0.7.0
3772025-03-03T04:10:33.347Z Downloaded plain v0.2.3
3782025-03-03T04:10:33.347Z Downloaded itoa v1.0.11
3792025-03-03T04:10:33.351Z Downloaded toml_datetime v0.6.8
3802025-03-03T04:10:33.354Z Downloaded usdt v0.5.0
3812025-03-03T04:10:33.354Z Downloaded thiserror-impl v1.0.69
3822025-03-03T04:10:33.357Z Downloaded terminal_size v0.2.6
3832025-03-03T04:10:33.357Z Downloaded proc-macro-error-attr v1.0.4
3842025-03-03T04:10:33.360Z Downloaded digest v0.10.7
3852025-03-03T04:10:33.363Z Downloaded utf8parse v0.2.2
3862025-03-03T04:10:33.363Z Downloaded unicode-linebreak v0.1.5
3872025-03-03T04:10:33.366Z Downloaded thread-id v4.2.2
3882025-03-03T04:10:33.366Z Downloaded cpufeatures v0.2.14
3892025-03-03T04:10:33.369Z Downloaded pest_generator v2.7.14
3902025-03-03T04:10:33.369Z Downloaded generic-array v0.14.7
3912025-03-03T04:10:33.372Z Downloaded fnv v1.0.7
3922025-03-03T04:10:33.372Z Downloaded serde_tokenstream v0.2.2
3932025-03-03T04:10:33.375Z Downloaded terminal_size v0.4.0
3942025-03-03T04:10:33.378Z Downloaded sha2 v0.10.8
3952025-03-03T04:10:33.378Z Downloaded is_terminal_polyfill v1.70.1
3962025-03-03T04:10:33.383Z Downloaded crypto-common v0.1.6
3972025-03-03T04:10:33.383Z Downloaded clap_lex v0.7.4
3982025-03-03T04:10:33.383Z Downloaded clap_derive v4.5.28
3992025-03-03T04:10:33.386Z Downloaded semver v1.0.25
4002025-03-03T04:10:33.386Z Downloaded cargo_metadata v0.19.1
4012025-03-03T04:10:33.386Z Downloaded cargo_toml v0.21.0
4022025-03-03T04:10:33.389Z Downloaded scroll v0.12.0
4032025-03-03T04:10:33.389Z Downloaded heck v0.5.0
4042025-03-03T04:10:33.392Z Downloaded quote v1.0.38
4052025-03-03T04:10:33.398Z Downloaded thiserror v2.0.11
4062025-03-03T04:10:33.403Z Downloaded memmap v0.7.0
4072025-03-03T04:10:33.407Z Downloaded heck v0.4.1
4082025-03-03T04:10:33.407Z Downloaded usdt-impl v0.5.0
4092025-03-03T04:10:33.410Z Downloaded fs-err v2.11.0
4102025-03-03T04:10:33.410Z Downloaded textwrap v0.16.1
4112025-03-03T04:10:33.414Z Downloaded proc-macro-error v1.0.4
4122025-03-03T04:10:33.417Z Downloaded ucd-trie v0.1.7
4132025-03-03T04:10:33.417Z Downloaded bitflags v2.6.0
4142025-03-03T04:10:33.420Z Downloaded unicode-ident v1.0.14
4152025-03-03T04:10:33.423Z Downloaded anyhow v1.0.96
4162025-03-03T04:10:33.426Z Downloaded proc-macro2 v1.0.93
4172025-03-03T04:10:33.429Z Downloaded once_cell v1.20.3
4182025-03-03T04:10:33.435Z Downloaded clap v4.5.31
4192025-03-03T04:10:33.439Z Downloaded zerocopy-derive v0.7.35
4202025-03-03T04:10:33.444Z Downloaded papergrid v0.11.0
4212025-03-03T04:10:33.448Z Downloaded serde_derive v1.0.218
4222025-03-03T04:10:33.451Z Downloaded serde v1.0.218
4232025-03-03T04:10:33.454Z Downloaded pest_meta v2.7.14
4242025-03-03T04:10:33.457Z Downloaded log v0.4.22
4252025-03-03T04:10:33.460Z Downloaded typenum v1.17.0
4262025-03-03T04:10:33.463Z Downloaded toml v0.8.20
4272025-03-03T04:10:33.466Z Downloaded indexmap v2.7.1
4282025-03-03T04:10:33.469Z Downloaded toml_edit v0.22.24
4292025-03-03T04:10:33.490Z Downloaded memchr v2.7.4
4302025-03-03T04:10:33.494Z Downloaded ryu v1.0.18
4312025-03-03T04:10:33.497Z Downloaded pest_derive v2.7.14
4322025-03-03T04:10:33.500Z Downloaded io-lifetimes v1.0.11
4332025-03-03T04:10:33.503Z Downloaded colorchoice v1.0.2
4342025-03-03T04:10:33.503Z Downloaded pest v2.7.14
4352025-03-03T04:10:33.507Z Downloaded tempfile v3.13.0
4362025-03-03T04:10:33.516Z Downloaded serde_json v1.0.139
4372025-03-03T04:10:33.531Z Downloaded zerocopy v0.7.35
4382025-03-03T04:10:33.546Z Downloaded hashbrown v0.15.1
4392025-03-03T04:10:33.551Z Downloaded goblin v0.8.2
4402025-03-03T04:10:33.558Z Downloaded clap_builder v4.5.31
4412025-03-03T04:10:33.565Z Downloaded tabled v0.15.0
4422025-03-03T04:10:33.579Z Downloaded syn v1.0.109
4432025-03-03T04:10:33.600Z Downloaded unicode-width v0.1.14
4442025-03-03T04:10:33.603Z Downloaded syn v2.0.98
4452025-03-03T04:10:33.615Z Downloaded rustix v0.37.28
4462025-03-03T04:10:33.632Z Downloaded rustix v0.38.37
4472025-03-03T04:10:33.667Z Downloaded libc v0.2.170
4482025-03-03T04:10:33.954Z Compiling proc-macro2 v1.0.93
4492025-03-03T04:10:33.954Z Compiling unicode-ident v1.0.14
4502025-03-03T04:10:33.958Z Compiling libc v0.2.170
4512025-03-03T04:10:33.958Z Compiling version_check v0.9.5
4522025-03-03T04:10:33.958Z Compiling serde v1.0.218
4532025-03-03T04:10:33.958Z Compiling memchr v2.7.4
4542025-03-03T04:10:33.989Z Compiling thiserror v1.0.69
4552025-03-03T04:10:33.993Z Compiling ryu v1.0.18
4562025-03-03T04:10:34.255Z Compiling itoa v1.0.11
4572025-03-03T04:10:34.355Z Compiling ucd-trie v0.1.7
4582025-03-03T04:10:34.500Z Compiling once_cell v1.20.3
4592025-03-03T04:10:34.760Z Compiling byteorder v1.5.0
4602025-03-03T04:10:34.853Z Compiling rustix v0.38.37
4612025-03-03T04:10:34.898Z Compiling serde_json v1.0.139
4622025-03-03T04:10:35.292Z Compiling bitflags v2.6.0
4632025-03-03T04:10:35.298Z Compiling usdt-impl v0.5.0
4642025-03-03T04:10:35.501Z Compiling proc-macro-error-attr v1.0.4
4652025-03-03T04:10:35.544Z Compiling io-lifetimes v1.0.11
4662025-03-03T04:10:35.632Z Compiling syn v1.0.109
4672025-03-03T04:10:35.657Z Compiling proc-macro-error v1.0.4
4682025-03-03T04:10:35.816Z Compiling quote v1.0.38
4692025-03-03T04:10:35.910Z Compiling camino v1.1.9
4702025-03-03T04:10:35.979Z Compiling errno v0.3.9
4712025-03-03T04:10:36.128Z Compiling hashbrown v0.15.1
4722025-03-03T04:10:36.184Z Compiling syn v2.0.98
4732025-03-03T04:10:36.415Z Compiling thread-id v4.2.2
4742025-03-03T04:10:36.463Z Compiling rustix v0.37.28
4752025-03-03T04:10:36.499Z Compiling log v0.4.22
4762025-03-03T04:10:36.522Z Compiling plain v0.2.3
4772025-03-03T04:10:36.543Z Compiling equivalent v1.0.1
4782025-03-03T04:10:36.546Z Compiling utf8parse v0.2.2
4792025-03-03T04:10:36.744Z Compiling anstyle-parse v0.2.5
4802025-03-03T04:10:37.110Z Compiling semver v1.0.25
4812025-03-03T04:10:37.201Z Compiling indexmap v2.7.1
4822025-03-03T04:10:37.364Z Compiling thiserror v2.0.11
4832025-03-03T04:10:37.450Z Compiling autocfg v1.4.0
4842025-03-03T04:10:37.614Z Compiling pretty-hex v0.4.1
4852025-03-03T04:10:37.662Z Compiling is_terminal_polyfill v1.70.1
4862025-03-03T04:10:37.824Z Compiling anstyle v1.0.10
4872025-03-03T04:10:37.859Z Compiling bitflags v1.3.2
4882025-03-03T04:10:37.984Z Compiling winnow v0.7.3
4892025-03-03T04:10:38.007Z Compiling unicode-width v0.1.14
4902025-03-03T04:10:38.326Z Compiling colorchoice v1.0.2
4912025-03-03T04:10:38.480Z Compiling anstyle-query v1.1.1
4922025-03-03T04:10:38.506Z Compiling fs-err v2.11.0
4932025-03-03T04:10:38.512Z Compiling terminal_size v0.4.0
4942025-03-03T04:10:38.629Z Compiling anstream v0.6.15
4952025-03-03T04:10:38.984Z Compiling anyhow v1.0.96
4962025-03-03T04:10:39.006Z Compiling fastrand v2.1.1
4972025-03-03T04:10:39.114Z Compiling cfg-if v1.0.0
4982025-03-03T04:10:39.232Z Compiling clap_lex v0.7.4
4992025-03-03T04:10:39.283Z Compiling strsim v0.11.1
5002025-03-03T04:10:39.592Z Compiling heck v0.5.0
5012025-03-03T04:10:39.842Z Compiling bytecount v0.6.8
5022025-03-03T04:10:40.009Z Compiling fnv v1.0.7
5032025-03-03T04:10:40.055Z Compiling heck v0.4.1
5042025-03-03T04:10:40.079Z Compiling tempfile v3.13.0
5052025-03-03T04:10:40.081Z Compiling terminal_size v0.2.6
5062025-03-03T04:10:40.124Z Compiling papergrid v0.11.0
5072025-03-03T04:10:40.154Z Compiling clap_builder v4.5.31
5082025-03-03T04:10:40.646Z Compiling memmap v0.7.0
5092025-03-03T04:10:40.678Z Compiling smawk v0.3.2
5102025-03-03T04:10:40.817Z Compiling unicode-linebreak v0.1.5
5112025-03-03T04:10:41.300Z Compiling textwrap v0.16.1
5122025-03-03T04:10:41.432Z Compiling swrite v0.1.0
5132025-03-03T04:10:41.763Z Compiling tabled_derive v0.7.0
5142025-03-03T04:10:43.283Z Compiling serde_derive v1.0.218
5152025-03-03T04:10:43.283Z Compiling thiserror-impl v1.0.69
5162025-03-03T04:10:43.287Z Compiling zerocopy-derive v0.7.35
5172025-03-03T04:10:43.287Z Compiling scroll_derive v0.12.0
5182025-03-03T04:10:43.287Z Compiling thiserror-impl v2.0.11
5192025-03-03T04:10:43.287Z Compiling clap_derive v4.5.28
5202025-03-03T04:10:43.410Z Compiling tabled v0.15.0
5212025-03-03T04:10:44.711Z Compiling scroll v0.12.0
5222025-03-03T04:10:45.251Z Compiling goblin v0.8.2
5232025-03-03T04:10:45.312Z Compiling zerocopy v0.7.35
5242025-03-03T04:10:46.356Z Compiling pest v2.7.14
5252025-03-03T04:10:47.500Z Compiling clap v4.5.31
5262025-03-03T04:10:48.689Z Compiling pest_meta v2.7.14
5272025-03-03T04:10:49.596Z Compiling pest_generator v2.7.14
5282025-03-03T04:10:50.978Z Compiling pest_derive v2.7.14
5292025-03-03T04:10:51.570Z Compiling dtrace-parser v0.2.0
5302025-03-03T04:10:52.369Z Compiling serde_tokenstream v0.2.2
5312025-03-03T04:10:52.462Z Compiling toml_datetime v0.6.8
5322025-03-03T04:10:52.465Z Compiling serde_spanned v0.6.8
5332025-03-03T04:10:52.754Z Compiling cargo-platform v0.1.8
5342025-03-03T04:10:52.777Z Compiling toml_edit v0.22.24
5352025-03-03T04:10:52.930Z Compiling macaddr v1.0.1
5362025-03-03T04:10:53.050Z Compiling camino-tempfile v1.1.1
5372025-03-03T04:10:53.784Z Compiling dof v0.3.0
5382025-03-03T04:10:53.890Z Compiling cargo_metadata v0.19.1
5392025-03-03T04:10:55.127Z Compiling usdt-macro v0.5.0
5402025-03-03T04:10:55.127Z Compiling usdt-attr-macro v0.5.0
5412025-03-03T04:10:55.628Z Compiling toml v0.8.20
5422025-03-03T04:10:56.204Z Compiling usdt v0.5.0
5432025-03-03T04:10:56.482Z Compiling cargo_toml v0.21.0
5442025-03-03T04:10:59.057Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5452025-03-03T04:11:02.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.77s
5462025-03-03T04:11:02.512Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5472025-03-03T04:11:03.108Z Downloading crates ...
5482025-03-03T04:11:03.283Z Downloaded addr2line v0.24.2
5492025-03-03T04:11:03.286Z Downloaded allocator-api2 v0.2.18
5502025-03-03T04:11:03.291Z Downloaded ciborium-io v0.2.2
5512025-03-03T04:11:03.295Z Downloaded cfg_aliases v0.2.1
5522025-03-03T04:11:03.299Z Downloaded ctr v0.9.2
5532025-03-03T04:11:03.302Z Downloaded http-body-util v0.1.2
5542025-03-03T04:11:03.305Z Downloaded httpdate v1.0.3
5552025-03-03T04:11:03.308Z Downloaded async-stream-impl v0.3.6
5562025-03-03T04:11:03.308Z Downloaded assert_matches v1.5.0
5572025-03-03T04:11:03.311Z Downloaded ident_case v1.0.1
5582025-03-03T04:11:03.311Z Downloaded hubpack_derive v0.1.1
5592025-03-03T04:11:03.316Z Downloaded http-range v0.1.5
5602025-03-03T04:11:03.316Z Downloaded crucible-workspace-hack v0.1.0
5612025-03-03T04:11:03.316Z Downloaded cfg_aliases v0.1.1
5622025-03-03T04:11:03.319Z Downloaded icu_provider_macros v1.5.0
5632025-03-03T04:11:03.319Z Downloaded is_ci v1.2.0
5642025-03-03T04:11:03.319Z Downloaded heapless v0.8.0
5652025-03-03T04:11:03.327Z Downloaded cstr-argument v0.1.2
5662025-03-03T04:11:03.329Z Downloaded lazycell v1.3.0
5672025-03-03T04:11:03.332Z Downloaded kstat-rs v0.2.4
5682025-03-03T04:11:03.335Z Downloaded lru v0.12.5
5692025-03-03T04:11:03.335Z Downloaded adler2 v2.0.0
5702025-03-03T04:11:03.338Z Downloaded impl-trait-for-tuples v0.2.2
5712025-03-03T04:11:03.341Z Downloaded inout v0.1.3
5722025-03-03T04:11:03.341Z Downloaded cargo_metadata v0.18.1
5732025-03-03T04:11:03.344Z Downloaded cassowary v0.3.0
5742025-03-03T04:11:03.347Z Downloaded linear-map v1.2.0
5752025-03-03T04:11:03.350Z Downloaded mime v0.3.17
5762025-03-03T04:11:03.350Z Downloaded instant v0.1.13
5772025-03-03T04:11:03.353Z Downloaded lalrpop-util v0.19.12
5782025-03-03T04:11:03.353Z Downloaded block-padding v0.3.3
5792025-03-03T04:11:03.356Z Downloaded constant_time_eq v0.3.1
5802025-03-03T04:11:03.356Z Downloaded keccak v0.1.5
5812025-03-03T04:11:03.359Z Downloaded buf-list v1.0.3
5822025-03-03T04:11:03.362Z Downloaded linked-hash-map v0.5.6
5832025-03-03T04:11:03.362Z Downloaded internet-checksum v0.2.1
5842025-03-03T04:11:03.365Z Downloaded maybe-uninit v2.0.0
5852025-03-03T04:11:03.365Z Downloaded atomicwrites v0.4.4
5862025-03-03T04:11:03.368Z Downloaded idna_adapter v1.2.0
5872025-03-03T04:11:03.368Z Downloaded hostname v0.3.1
5882025-03-03T04:11:03.371Z Downloaded crunchy v0.2.2
5892025-03-03T04:11:03.371Z Downloaded convert_case v0.4.0
5902025-03-03T04:11:03.374Z Downloaded hyper-rustls v0.27.5
5912025-03-03T04:11:03.374Z Downloaded chrono-tz-build v0.4.0
5922025-03-03T04:11:03.377Z Downloaded heck v0.3.3
5932025-03-03T04:11:03.377Z Downloaded cmake v0.1.51
5942025-03-03T04:11:03.380Z Downloaded is-terminal v0.4.13
5952025-03-03T04:11:03.380Z Downloaded bitfield-struct v0.6.2
5962025-03-03T04:11:03.383Z Downloaded bit-vec v0.6.3
5972025-03-03T04:11:03.383Z Downloaded arrayref v0.3.9
5982025-03-03T04:11:03.386Z Downloaded cbc v0.1.2
5992025-03-03T04:11:03.386Z Downloaded match_cfg v0.1.0
6002025-03-03T04:11:03.394Z Downloaded cexpr v0.6.0
6012025-03-03T04:11:03.394Z Downloaded cobs v0.2.3
6022025-03-03T04:11:03.394Z Downloaded libloading v0.8.5
6032025-03-03T04:11:03.394Z Downloaded md-5 v0.10.6
6042025-03-03T04:11:03.400Z Downloaded lock_api v0.4.12
6052025-03-03T04:11:03.400Z Downloaded libsw v3.4.0
6062025-03-03T04:11:03.403Z Downloaded async-trait v0.1.86
6072025-03-03T04:11:03.406Z Downloaded md5 v0.7.0
6082025-03-03T04:11:03.406Z Downloaded libsw-core v0.3.1
6092025-03-03T04:11:03.409Z Downloaded atomic-waker v1.1.2
6102025-03-03T04:11:03.409Z Downloaded managed v0.8.0
6112025-03-03T04:11:03.412Z Downloaded colored v2.2.0
6122025-03-03T04:11:03.414Z Downloaded ipnetwork v0.21.1
6132025-03-03T04:11:03.417Z Downloaded litemap v0.7.3
6142025-03-03T04:11:03.421Z Downloaded highway v1.3.0
6152025-03-03T04:11:03.421Z Downloaded indoc v1.0.9
6162025-03-03T04:11:03.424Z Downloaded rand_core v0.6.4
6172025-03-03T04:11:03.427Z Downloaded psl-types v2.0.11
6182025-03-03T04:11:03.427Z Downloaded memoffset v0.9.1
6192025-03-03T04:11:03.430Z Downloaded sync_wrapper v1.0.1
6202025-03-03T04:11:03.430Z Downloaded hubpack v0.1.2
6212025-03-03T04:11:03.433Z Downloaded atty v0.2.14
6222025-03-03T04:11:03.433Z Downloaded arrayvec v0.7.6
6232025-03-03T04:11:03.437Z Downloaded rusty-fork v0.3.0
6242025-03-03T04:11:03.437Z Downloaded lru-cache v0.1.2
6252025-03-03T04:11:03.440Z Downloaded lockfree-object-pool v0.1.6
6262025-03-03T04:11:03.443Z Downloaded sync-ptr v0.1.1
6272025-03-03T04:11:03.443Z Downloaded hyper-util v0.1.10
6282025-03-03T04:11:03.447Z Downloaded cancel-safe-futures v0.1.5
6292025-03-03T04:11:03.450Z Downloaded icu_locid_transform v1.5.0
6302025-03-03T04:11:03.454Z Downloaded same-file v1.0.6
6312025-03-03T04:11:03.456Z Downloaded pretty-hex v0.2.1
6322025-03-03T04:11:03.457Z Downloaded http-body v1.0.1
6332025-03-03T04:11:03.460Z Downloaded cookie_store v0.21.1
6342025-03-03T04:11:03.463Z Downloaded serde_urlencoded v0.7.1
6352025-03-03T04:11:03.463Z Downloaded slab v0.4.9
6362025-03-03T04:11:03.466Z Downloaded ipnet v2.11.0
6372025-03-03T04:11:03.469Z Downloaded mime_guess v2.0.5
6382025-03-03T04:11:03.469Z Downloaded indexmap v1.9.3
6392025-03-03T04:11:03.472Z Downloaded crossbeam-deque v0.8.5
6402025-03-03T04:11:03.476Z Downloaded try-lock v0.2.5
6412025-03-03T04:11:03.476Z Downloaded backoff v0.4.0
6422025-03-03T04:11:03.479Z Downloaded supports-color v3.0.2
6432025-03-03T04:11:03.481Z Downloaded const-oid v0.9.6
6442025-03-03T04:11:03.485Z Downloaded headers-core v0.3.0
6452025-03-03T04:11:03.485Z Downloaded ciborium-ll v0.2.2
6462025-03-03T04:11:03.485Z Downloaded httparse v1.9.5
6472025-03-03T04:11:03.488Z Downloaded endian-type v0.1.2
6482025-03-03T04:11:03.490Z Downloaded untrusted v0.7.1
6492025-03-03T04:11:03.490Z Downloaded bb8 v0.8.5
6502025-03-03T04:11:03.493Z Downloaded async-stream v0.3.6
6512025-03-03T04:11:03.493Z Downloaded thiserror-impl-no-std v2.0.2
6522025-03-03T04:11:03.496Z Downloaded termtree v0.4.1
6532025-03-03T04:11:03.496Z Downloaded icu_locid_transform_data v1.5.0
6542025-03-03T04:11:03.499Z Downloaded hickory-client v0.24.4
6552025-03-03T04:11:03.502Z Downloaded icu_locid v1.5.0
6562025-03-03T04:11:03.507Z Downloaded proc-macro-error-attr2 v2.0.0
6572025-03-03T04:11:03.510Z Downloaded icu_properties v1.5.1
6582025-03-03T04:11:03.513Z Downloaded xz2 v0.1.7
6592025-03-03T04:11:03.516Z Downloaded tui-tree-widget v0.23.0
6602025-03-03T04:11:03.516Z Downloaded rustc-hash v2.1.1
6612025-03-03T04:11:03.519Z Downloaded litrs v0.4.1
6622025-03-03T04:11:03.522Z Downloaded path-slash v0.1.5
6632025-03-03T04:11:03.526Z Downloaded lazy_static v1.5.0
6642025-03-03T04:11:03.526Z Downloaded crossbeam-epoch v0.9.18
6652025-03-03T04:11:03.530Z Downloaded embedded-io v0.4.0
6662025-03-03T04:11:03.530Z Downloaded serde-hex v0.1.0
6672025-03-03T04:11:03.534Z Downloaded indent_write v2.2.0
6682025-03-03T04:11:03.534Z Downloaded base64 v0.13.1
6692025-03-03T04:11:03.537Z Downloaded termtree v0.5.1
6702025-03-03T04:11:03.540Z Downloaded crc-any v2.5.0
6712025-03-03T04:11:03.543Z Downloaded nodrop v0.1.14
6722025-03-03T04:11:03.543Z Downloaded env_filter v0.1.2
6732025-03-03T04:11:03.546Z Downloaded rustls-pki-types v1.10.0
6742025-03-03T04:11:03.549Z Downloaded oso-derive v0.27.3
6752025-03-03T04:11:03.549Z Downloaded futures-task v0.3.31
6762025-03-03T04:11:03.552Z Downloaded ena v0.14.3
6772025-03-03T04:11:03.555Z Downloaded enum-as-inner v0.6.1
6782025-03-03T04:11:03.555Z Downloaded defmt-macros v0.3.9
6792025-03-03T04:11:03.558Z Downloaded salsa20 v0.10.2
6802025-03-03T04:11:03.561Z Downloaded ghash v0.5.1
6812025-03-03T04:11:03.561Z Downloaded which v4.4.2
6822025-03-03T04:11:03.566Z Downloaded castaway v0.2.3
6832025-03-03T04:11:03.569Z Downloaded resolv-conf v0.7.0
6842025-03-03T04:11:03.569Z Downloaded diesel_table_macro_syntax v0.2.0
6852025-03-03T04:11:03.569Z Downloaded memmap2 v0.9.5
6862025-03-03T04:11:03.572Z Downloaded miniz_oxide v0.8.5
6872025-03-03T04:11:03.583Z Downloaded russh-cryptovec v0.7.3
6882025-03-03T04:11:03.586Z Downloaded minimal-lexical v0.2.1
6892025-03-03T04:11:03.589Z Downloaded icu_normalizer_data v1.5.0
6902025-03-03T04:11:03.592Z Downloaded test-strategy v0.4.0
6912025-03-03T04:11:03.596Z Downloaded smallvec v1.14.0
6922025-03-03T04:11:03.599Z Downloaded crossbeam-utils v0.8.20
6932025-03-03T04:11:03.601Z Downloaded http v1.2.0
6942025-03-03T04:11:03.606Z Downloaded write16 v1.0.0
6952025-03-03T04:11:03.609Z Downloaded cookie v0.18.1
6962025-03-03T04:11:03.612Z Downloaded chacha20poly1305 v0.10.1
6972025-03-03T04:11:03.612Z Downloaded rfc6979 v0.4.0
6982025-03-03T04:11:03.615Z Downloaded simd-adler32 v0.3.7
6992025-03-03T04:11:03.618Z Downloaded serde_plain v1.0.2
7002025-03-03T04:11:03.618Z Downloaded spin v0.9.8
7012025-03-03T04:11:03.621Z Downloaded vsss-rs v3.3.4
7022025-03-03T04:11:03.624Z Downloaded uuid v1.15.1
7032025-03-03T04:11:03.627Z Downloaded parking_lot v0.11.2
7042025-03-03T04:11:03.630Z Downloaded snafu-derive v0.8.5
7052025-03-03T04:11:03.635Z Downloaded phf_codegen v0.11.2
7062025-03-03T04:11:03.635Z Downloaded parse-display-derive v0.10.0
7072025-03-03T04:11:03.638Z Downloaded daft-derive v0.1.1
7082025-03-03T04:11:03.641Z Downloaded thiserror-no-std v2.0.2
7092025-03-03T04:11:03.643Z Downloaded tungstenite v0.21.0
7102025-03-03T04:11:03.646Z Downloaded parse-size v1.1.0
7112025-03-03T04:11:03.649Z Downloaded progenitor-impl v0.8.0
7122025-03-03T04:11:03.652Z Downloaded topological-sort v0.2.2
7132025-03-03T04:11:03.652Z Downloaded untrusted v0.9.0
7142025-03-03T04:11:03.655Z Downloaded rustls-native-certs v0.8.1
7152025-03-03T04:11:03.658Z Downloaded compact_str v0.8.0
7162025-03-03T04:11:03.661Z Downloaded data-encoding v2.6.0
7172025-03-03T04:11:03.664Z Downloaded wyz v0.5.1
7182025-03-03T04:11:03.664Z Downloaded bumpalo v3.16.0
7192025-03-03T04:11:03.667Z Downloaded foreign-types-shared v0.3.1
7202025-03-03T04:11:03.670Z Downloaded multimap v0.10.0
7212025-03-03T04:11:03.670Z Downloaded foreign-types-shared v0.1.1
7222025-03-03T04:11:03.670Z Downloaded tiny-keccak v2.0.2
7232025-03-03T04:11:03.673Z Downloaded dsl_auto_type v0.1.2
7242025-03-03T04:11:03.677Z Downloaded tap v1.0.1
7252025-03-03T04:11:03.677Z Downloaded strum_macros v0.25.3
7262025-03-03T04:11:03.681Z Downloaded ssh-encoding v0.2.0
7272025-03-03T04:11:03.681Z Downloaded slog v2.7.0
7282025-03-03T04:11:03.685Z Downloaded socket2 v0.5.8
7292025-03-03T04:11:03.689Z Downloaded r2d2 v0.8.10
7302025-03-03T04:11:03.689Z Downloaded progenitor-impl v0.9.1
7312025-03-03T04:11:03.692Z Downloaded native-tls v0.2.12
7322025-03-03T04:11:03.692Z Downloaded tungstenite v0.23.0
7332025-03-03T04:11:03.695Z Downloaded parse-display v0.10.0
7342025-03-03T04:11:03.698Z Downloaded tokio-rustls v0.24.1
7352025-03-03T04:11:03.701Z Downloaded phf_shared v0.11.2
7362025-03-03T04:11:03.701Z Downloaded num-conv v0.1.0
7372025-03-03T04:11:03.706Z Downloaded strum_macros v0.26.4
7382025-03-03T04:11:03.706Z Downloaded diesel-dtrace v0.4.2
7392025-03-03T04:11:03.709Z Downloaded radium v0.7.0
7402025-03-03T04:11:03.709Z Downloaded defmt-parser v0.3.4
7412025-03-03T04:11:03.712Z Downloaded writeable v0.5.5
7422025-03-03T04:11:03.712Z Downloaded postcard v1.0.10
7432025-03-03T04:11:03.715Z Downloaded postgres-protocol v0.6.8
7442025-03-03T04:11:03.718Z Downloaded sqlparser_derive v0.2.2
7452025-03-03T04:11:03.718Z Downloaded proc-macro-crate v1.3.1
7462025-03-03T04:11:03.721Z Downloaded similar v2.7.0
7472025-03-03T04:11:03.725Z Downloaded fragile v2.0.0
7482025-03-03T04:11:03.728Z Downloaded rayon-core v1.12.1
7492025-03-03T04:11:03.732Z Downloaded signature v2.2.0
7502025-03-03T04:11:03.735Z Downloaded crypto-bigint v0.5.5
7512025-03-03T04:11:03.742Z Downloaded fxhash v0.2.1
7522025-03-03T04:11:03.745Z Downloaded vte_generate_state_changes v0.1.2
7532025-03-03T04:11:03.745Z Downloaded static_assertions v1.1.0
7542025-03-03T04:11:03.748Z Downloaded hyper v1.6.0
7552025-03-03T04:11:03.755Z Downloaded opaque-debug v0.3.1
7562025-03-03T04:11:03.758Z Downloaded newtype_derive v0.1.6
7572025-03-03T04:11:03.758Z Downloaded num v0.4.3
7582025-03-03T04:11:03.758Z Downloaded itertools v0.14.0
7592025-03-03T04:11:03.766Z Downloaded downcast v0.11.0
7602025-03-03T04:11:03.770Z Downloaded termios v0.3.3
7612025-03-03T04:11:03.773Z Downloaded postgres-types v0.2.9
7622025-03-03T04:11:03.773Z Downloaded typify-macro v0.2.0
7632025-03-03T04:11:03.776Z Downloaded fallible-iterator v0.2.0
7642025-03-03T04:11:03.776Z Downloaded proc-macro-error2 v2.0.1
7652025-03-03T04:11:03.779Z Downloaded precomputed-hash v0.1.1
7662025-03-03T04:11:03.782Z Downloaded termcolor v1.4.1
7672025-03-03T04:11:03.782Z Downloaded quick-error v1.2.3
7682025-03-03T04:11:03.785Z Downloaded typify v0.2.0
7692025-03-03T04:11:03.788Z Downloaded ssh-cipher v0.2.0
7702025-03-03T04:11:03.791Z Downloaded futures-executor v0.3.31
7712025-03-03T04:11:03.791Z Downloaded des v0.8.1
7722025-03-03T04:11:03.794Z Downloaded heapless v0.7.17
7732025-03-03T04:11:03.797Z Downloaded hash32 v0.2.1
7742025-03-03T04:11:03.800Z Downloaded ff v0.13.0
7752025-03-03T04:11:03.803Z Downloaded fd-lock v4.0.2
7762025-03-03T04:11:03.806Z Downloaded sigpipe v0.1.3
7772025-03-03T04:11:03.806Z Downloaded icu_collections v1.5.0
7782025-03-03T04:11:03.811Z Downloaded zeroize v1.8.1
7792025-03-03T04:11:03.814Z Downloaded signal-hook-tokio v0.3.1
7802025-03-03T04:11:03.814Z Downloaded rustc_version v0.1.7
7812025-03-03T04:11:03.817Z Downloaded libm v0.2.8
7822025-03-03T04:11:03.823Z Downloaded zone_cfg_derive v0.1.2
7832025-03-03T04:11:03.826Z Downloaded hickory-resolver v0.24.4
7842025-03-03T04:11:03.829Z Downloaded progenitor-macro v0.8.0
7852025-03-03T04:11:03.832Z Downloaded pbkdf2 v0.11.0
7862025-03-03T04:11:03.835Z Downloaded hashbrown v0.12.3
7872025-03-03T04:11:03.838Z Downloaded document-features v0.2.10
7882025-03-03T04:11:03.841Z Downloaded aes v0.8.4
7892025-03-03T04:11:03.843Z Downloaded pkcs5 v0.7.1
7902025-03-03T04:11:03.847Z Downloaded parking_lot_core v0.8.6
7912025-03-03T04:11:03.851Z Downloaded slog-scope v4.4.0
7922025-03-03T04:11:03.851Z Downloaded cc v1.2.15
7932025-03-03T04:11:03.854Z Downloaded glob v0.3.2
7942025-03-03T04:11:03.857Z Downloaded typify-macro v0.3.0
7952025-03-03T04:11:03.857Z Downloaded stringprep v0.1.5
7962025-03-03T04:11:03.860Z Downloaded rand_chacha v0.9.0
7972025-03-03T04:11:03.860Z Downloaded spki v0.7.3
7982025-03-03T04:11:03.863Z Downloaded zeroize_derive v1.4.2
7992025-03-03T04:11:03.863Z Downloaded password-hash v0.5.0
8002025-03-03T04:11:03.865Z Downloaded rand v0.9.0
8012025-03-03T04:11:03.876Z Downloaded tokio-tungstenite v0.21.0
8022025-03-03T04:11:03.881Z Downloaded ppv-lite86 v0.2.20
8032025-03-03T04:11:03.885Z Downloaded tokio-stream v0.1.17
8042025-03-03T04:11:03.885Z Downloaded diesel_derives v2.2.3
8052025-03-03T04:11:03.885Z Downloaded zone v0.3.0
8062025-03-03T04:11:03.885Z Downloaded fs_extra v1.3.0
8072025-03-03T04:11:03.888Z Downloaded owo-colors v4.2.0
8082025-03-03T04:11:03.888Z Downloaded twox-hash v2.1.0
8092025-03-03T04:11:03.891Z Downloaded elliptic-curve v0.13.8
8102025-03-03T04:11:03.894Z Downloaded zerofrom v0.1.4
8112025-03-03T04:11:03.898Z Downloaded pem v3.0.5
8122025-03-03T04:11:03.898Z Downloaded gethostname v0.5.0
8132025-03-03T04:11:03.901Z Downloaded rustc-demangle v0.1.24
8142025-03-03T04:11:03.901Z Downloaded ref-cast-impl v1.0.23
8152025-03-03T04:11:03.901Z Downloaded tinyvec_macros v0.1.1
8162025-03-03T04:11:03.904Z Downloaded slog-json v2.6.1
8172025-03-03T04:11:03.904Z Downloaded rustls-pemfile v2.2.0
8182025-03-03T04:11:03.907Z Downloaded fatfs v0.3.6
8192025-03-03T04:11:03.911Z Downloaded peg-runtime v0.8.3
8202025-03-03T04:11:03.911Z Downloaded predicates-core v1.0.8
8212025-03-03T04:11:03.913Z Downloaded tls_codec_derive v0.4.1
8222025-03-03T04:11:03.914Z Downloaded synstructure v0.13.1
8232025-03-03T04:11:03.916Z Downloaded predicates-tree v1.0.11
8242025-03-03T04:11:03.917Z Downloaded utf8_iter v1.0.4
8252025-03-03T04:11:03.917Z Downloaded predicates v3.1.3
8262025-03-03T04:11:03.919Z Downloaded serde_derive_internals v0.29.1
8272025-03-03T04:11:03.923Z Downloaded subtle v2.6.1
8282025-03-03T04:11:03.924Z Downloaded darling_core v0.20.10
8292025-03-03T04:11:03.927Z Downloaded rand v0.8.5
8302025-03-03T04:11:03.931Z Downloaded rtoolbox v0.0.2
8312025-03-03T04:11:03.934Z Downloaded zone v0.1.8
8322025-03-03T04:11:03.934Z Downloaded password-hash v0.4.2
8332025-03-03T04:11:03.937Z Downloaded smf v0.2.3
8342025-03-03T04:11:03.937Z Downloaded difflib v0.4.0
8352025-03-03T04:11:03.940Z Downloaded num-rational v0.4.2
8362025-03-03T04:11:03.940Z Downloaded funty v2.0.0
8372025-03-03T04:11:03.943Z Downloaded futures-sink v0.3.31
8382025-03-03T04:11:03.943Z Downloaded ed25519 v2.2.3
8392025-03-03T04:11:03.946Z Downloaded futures-macro v0.3.31
8402025-03-03T04:11:03.946Z Downloaded expectorate v1.1.0
8412025-03-03T04:11:03.949Z Downloaded derive_more v0.99.19
8422025-03-03T04:11:03.953Z Downloaded tower-layer v0.3.3
8432025-03-03T04:11:03.956Z Downloaded globset v0.4.15
8442025-03-03T04:11:03.956Z Downloaded getrandom v0.2.15
8452025-03-03T04:11:03.959Z Downloaded toolchain_find v0.4.0
8462025-03-03T04:11:03.963Z Downloaded itertools v0.13.0
8472025-03-03T04:11:03.971Z Downloaded pkg-config v0.3.31
8482025-03-03T04:11:03.974Z Downloaded num_enum v0.5.11
8492025-03-03T04:11:03.977Z Downloaded strum v0.26.3
8502025-03-03T04:11:03.977Z Downloaded serde-big-array v0.5.1
8512025-03-03T04:11:03.980Z Downloaded strum_macros v0.24.3
8522025-03-03T04:11:03.980Z Downloaded pkcs8 v0.10.2
8532025-03-03T04:11:03.983Z Downloaded utf16_iter v1.0.5
8542025-03-03T04:11:03.986Z Downloaded tinystr v0.7.6
8552025-03-03T04:11:03.986Z Downloaded crossterm v0.28.1
8562025-03-03T04:11:03.993Z Downloaded tracing-attributes v0.1.27
8572025-03-03T04:11:03.996Z Downloaded rustyline v14.0.0
8582025-03-03T04:11:04.002Z Downloaded rand_core v0.9.2
8592025-03-03T04:11:04.005Z Downloaded parking_lot v0.12.3
8602025-03-03T04:11:04.008Z Downloaded papergrid v0.14.0
8612025-03-03T04:11:04.011Z Downloaded vte v0.11.1
8622025-03-03T04:11:04.014Z Downloaded num-iter v0.1.45
8632025-03-03T04:11:04.017Z Downloaded ecdsa v0.16.9
8642025-03-03T04:11:04.017Z Downloaded tar v0.4.44
8652025-03-03T04:11:04.020Z Downloaded rcgen v0.12.1
8662025-03-03T04:11:04.023Z Downloaded uzers v0.12.1
8672025-03-03T04:11:04.025Z Downloaded tabled_derive v0.10.0
8682025-03-03T04:11:04.028Z Downloaded pin-project-lite v0.2.14
8692025-03-03T04:11:04.032Z Downloaded foreign-types-macros v0.2.3
8702025-03-03T04:11:04.035Z Downloaded tough v0.19.0
8712025-03-03T04:11:04.042Z Downloaded derive_builder_macro v0.20.2
8722025-03-03T04:11:04.045Z Downloaded packed_struct v0.10.1
8732025-03-03T04:11:04.045Z Downloaded rpassword v7.3.1
8742025-03-03T04:11:04.049Z Downloaded ron v0.7.1
8752025-03-03T04:11:04.053Z Downloaded time-macros v0.2.18
8762025-03-03T04:11:04.058Z Downloaded futures-channel v0.3.31
8772025-03-03T04:11:04.058Z Downloaded serde_with v3.12.0
8782025-03-03T04:11:04.064Z Downloaded openssl-macros v0.1.1
8792025-03-03T04:11:04.067Z Downloaded want v0.3.1
8802025-03-03T04:11:04.067Z Downloaded pbkdf2 v0.12.2
8812025-03-03T04:11:04.072Z Downloaded string_cache v0.8.7
8822025-03-03T04:11:04.072Z Downloaded num-integer v0.1.46
8832025-03-03T04:11:04.072Z Downloaded nu-ansi-term v0.50.1
8842025-03-03T04:11:04.075Z Downloaded olpc-cjson v0.1.4
8852025-03-03T04:11:04.075Z Downloaded yoke-derive v0.7.4
8862025-03-03T04:11:04.078Z Downloaded openssl-probe v0.1.5
8872025-03-03T04:11:04.078Z Downloaded oxnet v0.1.1
8882025-03-03T04:11:04.081Z Downloaded progenitor-client v0.9.1
8892025-03-03T04:11:04.081Z Downloaded progenitor-client v0.8.0
8902025-03-03T04:11:04.084Z Downloaded foldhash v0.1.3
8912025-03-03T04:11:04.084Z Downloaded rand_chacha v0.3.1
8922025-03-03T04:11:04.088Z Downloaded percent-encoding v2.3.1
8932025-03-03T04:11:04.088Z Downloaded deranged v0.3.11
8942025-03-03T04:11:04.088Z Downloaded num-derive v0.4.2
8952025-03-03T04:11:04.091Z Downloaded slog-dtrace v0.3.0
8962025-03-03T04:11:04.091Z Downloaded aes-gcm v0.10.3
8972025-03-03T04:11:04.094Z Downloaded ref-cast v1.0.23
8982025-03-03T04:11:04.098Z Downloaded pin-project-internal v1.1.6
8992025-03-03T04:11:04.101Z Downloaded num_threads v0.1.7
9002025-03-03T04:11:04.101Z Downloaded waitgroup v0.1.2
9012025-03-03T04:11:04.104Z Downloaded unicode-xid v0.2.6
9022025-03-03T04:11:04.104Z Downloaded polyval v0.6.2
9032025-03-03T04:11:04.106Z Downloaded dirs-sys-next v0.1.2
9042025-03-03T04:11:04.106Z Downloaded nibble_vec v0.1.0
9052025-03-03T04:11:04.109Z Downloaded peg v0.8.4
9062025-03-03T04:11:04.112Z Downloaded progenitor v0.8.0
9072025-03-03T04:11:04.112Z Downloaded sec1 v0.7.3
9082025-03-03T04:11:04.116Z Downloaded ed25519-dalek v2.1.1
9092025-03-03T04:11:04.120Z Downloaded pkcs1 v0.7.5
9102025-03-03T04:11:04.120Z Downloaded reqwest v0.12.12
9112025-03-03T04:11:04.129Z Downloaded scheduled-thread-pool v0.2.7
9122025-03-03T04:11:04.132Z Downloaded derive_builder v0.20.2
9132025-03-03T04:11:04.135Z Downloaded foreign-types v0.3.2
9142025-03-03T04:11:04.138Z Downloaded time-core v0.1.2
9152025-03-03T04:11:04.138Z Downloaded number_prefix v0.4.0
9162025-03-03T04:11:04.138Z Downloaded newline-converter v0.3.0
9172025-03-03T04:11:04.141Z Downloaded new_debug_unreachable v1.0.6
9182025-03-03T04:11:04.141Z Downloaded wait-timeout v0.2.0
9192025-03-03T04:11:04.146Z Downloaded progenitor v0.9.1
9202025-03-03T04:11:04.146Z Downloaded peg-macros v0.8.4
9212025-03-03T04:11:04.151Z Downloaded shell-words v1.1.0
9222025-03-03T04:11:04.151Z Downloaded displaydoc v0.2.5
9232025-03-03T04:11:04.151Z Downloaded hashbrown v0.13.2
9242025-03-03T04:11:04.156Z Downloaded slog-envlogger v2.2.0
9252025-03-03T04:11:04.159Z Downloaded num-bigint-dig v0.8.4
9262025-03-03T04:11:04.162Z Downloaded phf_shared v0.10.0
9272025-03-03T04:11:04.162Z Downloaded take_mut v0.2.2
9282025-03-03T04:11:04.162Z Downloaded unicase v2.7.0
9292025-03-03T04:11:04.165Z Downloaded salty v0.3.0
9302025-03-03T04:11:04.170Z Downloaded newtype-uuid v1.2.1
9312025-03-03T04:11:04.173Z Downloaded schemars v0.8.22
9322025-03-03T04:11:04.182Z Downloaded tower-service v0.3.3
9332025-03-03T04:11:04.185Z Downloaded progenitor-macro v0.9.1
9342025-03-03T04:11:04.185Z Downloaded tokio-macros v2.5.0
9352025-03-03T04:11:04.188Z Downloaded thread_local v1.1.8
9362025-03-03T04:11:04.188Z Downloaded snafu v0.8.5
9372025-03-03T04:11:04.193Z Downloaded fixedbitset v0.4.2
9382025-03-03T04:11:04.196Z Downloaded filetime v0.2.25
9392025-03-03T04:11:04.196Z Downloaded parse-zoneinfo v0.3.1
9402025-03-03T04:11:04.200Z Downloaded tokio-util v0.7.13
9412025-03-03T04:11:04.206Z Downloaded foreign-types v0.5.0
9422025-03-03T04:11:04.209Z Downloaded smallvec v0.6.14
9432025-03-03T04:11:04.209Z Downloaded zerocopy v0.6.6
9442025-03-03T04:11:04.212Z Downloaded tabwriter v1.4.0
9452025-03-03T04:11:04.212Z Downloaded structmeta-derive v0.3.0
9462025-03-03T04:11:04.215Z Downloaded sqlformat v0.2.6
9472025-03-03T04:11:04.215Z Downloaded diff v0.1.13
9482025-03-03T04:11:04.218Z Downloaded derive_builder_core v0.20.2
9492025-03-03T04:11:04.221Z Downloaded reedline v0.38.0
9502025-03-03T04:11:04.228Z Downloaded universal-hash v0.5.1
9512025-03-03T04:11:04.231Z Downloaded rand_seeder v0.3.0
9522025-03-03T04:11:04.231Z Downloaded primeorder v0.13.6
9532025-03-03T04:11:04.234Z Downloaded yoke v0.7.4
9542025-03-03T04:11:04.234Z Downloaded zopfli v0.8.1
9552025-03-03T04:11:04.237Z Downloaded x509-cert v0.2.5
9562025-03-03T04:11:04.242Z Downloaded slog-term v2.9.1
9572025-03-03T04:11:04.245Z Downloaded group v0.13.0
9582025-03-03T04:11:04.248Z Downloaded toml v0.7.8
9592025-03-03T04:11:04.251Z Downloaded mockall_derive v0.13.1
9602025-03-03T04:11:04.254Z Downloaded rustversion v1.0.17
9612025-03-03T04:11:04.255Z Downloaded p521 v0.13.3
9622025-03-03T04:11:04.257Z Downloaded quinn-udp v0.5.5
9632025-03-03T04:11:04.260Z Downloaded derive-where v1.2.7
9642025-03-03T04:11:04.263Z Downloaded pin-project v1.1.6
9652025-03-03T04:11:04.274Z Downloaded darling v0.20.10
9662025-03-03T04:11:04.278Z Downloaded omicron-zone-package v0.12.0
9672025-03-03T04:11:04.282Z Downloaded zip v2.1.3
9682025-03-03T04:11:04.286Z Downloaded aws-lc-rs v1.12.4
9692025-03-03T04:11:04.295Z Downloaded fixedbitset v0.5.7
9702025-03-03T04:11:04.298Z Downloaded russh-keys v0.45.0
9712025-03-03T04:11:04.301Z Downloaded toml_edit v0.19.15
9722025-03-03T04:11:04.317Z Downloaded multer v3.1.0
9732025-03-03T04:11:04.320Z Downloaded bindgen v0.69.5
9742025-03-03T04:11:04.326Z Downloaded signal-hook v0.3.17
9752025-03-03T04:11:04.329Z Downloaded flagset v0.4.6
9762025-03-03T04:11:04.332Z Downloaded walkdir v2.5.0
9772025-03-03T04:11:04.332Z Downloaded petname v2.0.2
9782025-03-03T04:11:04.337Z Downloaded rayon v1.10.0
9792025-03-03T04:11:04.347Z Downloaded portable-atomic v1.9.0
9802025-03-03T04:11:04.354Z Downloaded lalrpop v0.19.12
9812025-03-03T04:11:04.375Z Downloaded chrono v0.4.40
9822025-03-03T04:11:04.380Z Downloaded typed-path v0.9.3
9832025-03-03T04:11:04.380Z Downloaded winnow v0.5.40
9842025-03-03T04:11:04.388Z Downloaded bindgen v0.71.1
9852025-03-03T04:11:04.395Z Downloaded unicode-bidi v0.3.17
9862025-03-03T04:11:04.398Z Downloaded unsafe-libyaml v0.2.11
9872025-03-03T04:11:04.401Z Downloaded russh v0.45.0
9882025-03-03T04:11:04.407Z Downloaded blake3 v1.5.4
9892025-03-03T04:11:04.415Z Downloaded flume v0.11.1
9902025-03-03T04:11:04.419Z Downloaded unicode_categories v0.1.1
9912025-03-03T04:11:04.422Z Downloaded unicode-normalization v0.1.24
9922025-03-03T04:11:04.425Z Downloaded signal-hook-mio v0.2.4
9932025-03-03T04:11:04.430Z Downloaded openssl-sys v0.9.106
9942025-03-03T04:11:04.433Z Downloaded prettyplease v0.2.29
9952025-03-03T04:11:04.436Z Downloaded h2 v0.4.6
9962025-03-03T04:11:04.442Z Downloaded tracing v0.1.40
9972025-03-03T04:11:04.446Z Downloaded samael v0.0.18
9982025-03-03T04:11:04.452Z Downloaded steno v0.4.1
9992025-03-03T04:11:04.458Z Downloaded tower v0.5.2
10002025-03-03T04:11:04.466Z Downloaded url v2.5.3
10012025-03-03T04:11:04.469Z Downloaded zerocopy v0.8.10
10022025-03-03T04:11:04.494Z Downloaded futures-util v0.3.31
10032025-03-03T04:11:04.506Z Downloaded regress v0.10.3
10042025-03-03T04:11:04.515Z Downloaded bitvec v1.0.1
10052025-03-03T04:11:04.532Z Downloaded time v0.3.36
10062025-03-03T04:11:04.536Z Downloaded vcpkg v0.2.15
10072025-03-03T04:11:04.575Z Downloaded webpki-roots v0.26.6
10082025-03-03T04:11:04.579Z Downloaded mio v1.0.2
10092025-03-03T04:11:04.585Z Downloaded object v0.36.5
10102025-03-03T04:11:04.598Z Downloaded flate2 v1.1.0
10112025-03-03T04:11:04.603Z Downloaded openssl v0.10.71
10122025-03-03T04:11:04.612Z Downloaded rustls-webpki v0.101.7
10132025-03-03T04:11:04.626Z Downloaded unicode-width v0.2.0
10142025-03-03T04:11:04.632Z Downloaded tabled v0.18.0
10152025-03-03T04:11:04.650Z Downloaded quick-xml v0.37.2
10162025-03-03T04:11:04.656Z Downloaded sqlparser v0.45.0
10172025-03-03T04:11:04.662Z Downloaded proptest v1.6.0
10182025-03-03T04:11:04.671Z Downloaded regex-syntax v0.6.29
10192025-03-03T04:11:04.679Z Downloaded p384 v0.13.0
10202025-03-03T04:11:04.686Z Downloaded quinn-proto v0.11.8
10212025-03-03T04:11:04.694Z Downloaded gimli v0.31.1
10222025-03-03T04:11:04.700Z Downloaded rustls v0.23.19
10232025-03-03T04:11:04.711Z Downloaded curve25519-dalek v4.1.3
10242025-03-03T04:11:04.720Z Downloaded object v0.30.4
10252025-03-03T04:11:04.730Z Downloaded polar-core v0.27.3
10262025-03-03T04:11:04.739Z Downloaded rustls v0.22.4
10272025-03-03T04:11:04.752Z Downloaded openapiv3 v2.0.0
10282025-03-03T04:11:04.764Z Downloaded diesel v2.2.7
10292025-03-03T04:11:04.791Z Downloaded dropshot v0.12.0
10302025-03-03T04:11:04.804Z Downloaded sled v0.34.7
10312025-03-03T04:11:04.816Z Downloaded smoltcp v0.11.0
10322025-03-03T04:11:04.828Z Downloaded typify-impl v0.3.0
10332025-03-03T04:11:04.844Z Downloaded chrono-tz v0.10.1
10342025-03-03T04:11:04.852Z Downloaded dropshot v0.16.0
10352025-03-03T04:11:04.874Z Downloaded typify-impl v0.2.0
10362025-03-03T04:11:04.889Z Downloaded smoltcp v0.9.1
10372025-03-03T04:11:04.903Z Downloaded bzip2-sys v0.1.11+1.0.8
10382025-03-03T04:11:04.912Z Downloaded regex v1.11.1
10392025-03-03T04:11:04.925Z Downloaded git2 v0.19.0
10402025-03-03T04:11:04.934Z Downloaded regex-syntax v0.8.5
10412025-03-03T04:11:04.942Z Downloaded regex-automata v0.4.8
10422025-03-03T04:11:04.959Z Downloaded petgraph v0.7.1
10432025-03-03T04:11:04.977Z Downloaded bstr v1.10.0
10442025-03-03T04:11:04.988Z Downloaded rustls v0.21.12
10452025-03-03T04:11:04.999Z Downloaded nix v0.29.0
10462025-03-03T04:11:05.010Z Downloaded zerocopy-derive v0.6.6
10472025-03-03T04:11:05.020Z Downloaded ratatui v0.29.0
10482025-03-03T04:11:05.040Z Downloaded lzma-sys v0.1.20
10492025-03-03T04:11:05.070Z Downloaded rustls-webpki v0.102.8
10502025-03-03T04:11:05.086Z Downloaded libz-sys v1.1.20
10512025-03-03T04:11:05.107Z Downloaded hickory-proto v0.24.4
10522025-03-03T04:11:05.122Z Downloaded csv v1.3.1
10532025-03-03T04:11:05.141Z Downloaded winnow v0.6.20
10542025-03-03T04:11:05.150Z Downloaded petgraph v0.6.5
10552025-03-03T04:11:05.167Z Downloaded nix v0.28.0
10562025-03-03T04:11:05.178Z Downloaded nix v0.27.1
10572025-03-03T04:11:05.189Z Downloaded dunce v1.0.5
10582025-03-03T04:11:05.191Z Downloaded tokio v1.43.0
10592025-03-03T04:11:05.228Z Downloaded rsa v0.9.6
10602025-03-03T04:11:05.232Z Downloaded oso v0.27.3
10612025-03-03T04:11:05.236Z Downloaded sha3 v0.10.8
10622025-03-03T04:11:05.240Z Downloaded ron v0.8.1
10632025-03-03T04:11:05.245Z Downloaded p256 v0.13.2
10642025-03-03T04:11:05.248Z Downloaded radix_trie v0.2.1
10652025-03-03T04:11:05.253Z Downloaded mockall v0.13.1
10662025-03-03T04:11:05.256Z Downloaded zerocopy-derive v0.8.10
10672025-03-03T04:11:05.261Z Downloaded phf_generator v0.11.2
10682025-03-03T04:11:05.265Z Downloaded unarray v0.1.4
10692025-03-03T04:11:05.265Z Downloaded zerovec v0.10.4
10702025-03-03T04:11:05.269Z Downloaded dyn-clone v1.0.18
10712025-03-03T04:11:05.272Z Downloaded scrypt v0.11.0
10722025-03-03T04:11:05.272Z Downloaded subprocess v0.2.9
10732025-03-03T04:11:05.277Z Downloaded yasna v0.5.2
10742025-03-03T04:11:05.281Z Downloaded tinyvec v1.8.0
10752025-03-03T04:11:05.281Z Downloaded secrecy v0.8.0
10762025-03-03T04:11:05.281Z Downloaded der_derive v0.7.3
10772025-03-03T04:11:05.285Z Downloaded tokio-rustls v0.25.0
10782025-03-03T04:11:05.285Z Downloaded half v2.4.1
10792025-03-03T04:11:05.288Z Downloaded shlex v1.3.0
10802025-03-03T04:11:05.289Z Downloaded schemars_derive v0.8.22
10812025-03-03T04:11:05.289Z Downloaded packed_struct_codegen v0.10.1
10822025-03-03T04:11:05.291Z Downloaded rand_xorshift v0.3.0
10832025-03-03T04:11:05.291Z Downloaded slog-stdlog v4.1.1
10842025-03-03T04:11:05.291Z Downloaded num_enum_derive v0.5.11
10852025-03-03T04:11:05.295Z Downloaded tokio-rustls v0.26.0
10862025-03-03T04:11:05.295Z Downloaded unicode-properties v0.1.3
10872025-03-03T04:11:05.297Z Downloaded unicode-truncate v1.1.0
10882025-03-03T04:11:05.297Z Downloaded poly1305 v0.8.0
10892025-03-03T04:11:05.300Z Downloaded semver v0.1.20
10902025-03-03T04:11:05.300Z Downloaded aho-corasick v1.1.3
10912025-03-03T04:11:05.306Z Downloaded ssh-key v0.6.6
10922025-03-03T04:11:05.312Z Downloaded icu_properties_data v1.5.0
10932025-03-03T04:11:05.323Z Downloaded float-ord v0.3.2
10942025-03-03T04:11:05.325Z Downloaded float-cmp v0.10.0
10952025-03-03T04:11:05.325Z Downloaded display-error-chain v0.2.2
10962025-03-03T04:11:05.326Z Downloaded utf-8 v0.7.6
10972025-03-03T04:11:05.328Z Downloaded encoding_rs v0.8.34
10982025-03-03T04:11:05.347Z Downloaded publicsuffix v2.3.0
10992025-03-03T04:11:05.350Z Downloaded tokio-postgres v0.7.13
11002025-03-03T04:11:05.354Z Downloaded vergen v8.3.2
11012025-03-03T04:11:05.357Z Downloaded tungstenite v0.24.0
11022025-03-03T04:11:05.360Z Downloaded dirs-next v2.0.0
11032025-03-03T04:11:05.363Z Downloaded serde_yaml v0.9.34+deprecated
11042025-03-03T04:11:05.366Z Downloaded num-traits v0.2.19
11052025-03-03T04:11:05.370Z Downloaded der v0.7.9
11062025-03-03T04:11:05.373Z Downloaded zip v0.6.6
11072025-03-03T04:11:05.375Z Downloaded signal-hook-registry v1.4.2
11082025-03-03T04:11:05.379Z Downloaded normalize-line-endings v0.3.0
11092025-03-03T04:11:05.379Z Downloaded scopeguard v1.2.0
11102025-03-03T04:11:05.379Z Downloaded unicode-segmentation v1.12.0
11112025-03-03T04:11:05.382Z Downloaded ring v0.17.11
11122025-03-03T04:11:05.424Z Downloaded daft v0.1.1
11132025-03-03T04:11:05.428Z Downloaded zerofrom-derive v0.1.4
11142025-03-03T04:11:05.428Z Downloaded pem-rfc7468 v0.7.0
11152025-03-03T04:11:05.432Z Downloaded sha1 v0.10.6
11162025-03-03T04:11:05.432Z Downloaded zone_cfg_derive v0.3.0
11172025-03-03T04:11:05.432Z Downloaded futures-io v0.3.31
11182025-03-03T04:11:05.432Z Downloaded libgit2-sys v0.17.0+1.8.1
11192025-03-03T04:11:05.488Z Downloaded typify v0.3.0
11202025-03-03T04:11:05.491Z Downloaded num-bigint v0.4.6
11212025-03-03T04:11:05.497Z Downloaded term v0.7.0
11222025-03-03T04:11:05.501Z Downloaded hkdf v0.12.4
11232025-03-03T04:11:05.504Z Downloaded nom v7.1.3
11242025-03-03T04:11:05.509Z Downloaded tls_codec v0.4.1
11252025-03-03T04:11:05.511Z Downloaded qorb v0.2.1
11262025-03-03T04:11:05.514Z Downloaded pin-utils v0.1.0
11272025-03-03T04:11:05.514Z Downloaded curve25519-dalek-derive v0.1.1
11282025-03-03T04:11:05.514Z Downloaded darling_macro v0.20.10
11292025-03-03T04:11:05.514Z Downloaded const_format v0.2.34
11302025-03-03T04:11:05.519Z Downloaded itertools v0.12.1
11312025-03-03T04:11:05.525Z Downloaded xattr v1.3.1
11322025-03-03T04:11:05.528Z Downloaded parking_lot_core v0.9.10
11332025-03-03T04:11:05.532Z Downloaded num-complex v0.4.6
11342025-03-03T04:11:05.532Z Downloaded futures v0.3.31
11352025-03-03T04:11:05.535Z Downloaded env_logger v0.10.2
11362025-03-03T04:11:05.538Z Downloaded slog-bunyan v2.5.0
11372025-03-03T04:11:05.542Z Downloaded rustfmt-wrapper v0.2.1
11382025-03-03T04:11:05.542Z Downloaded rustc_version v0.4.1
11392025-03-03T04:11:05.546Z Downloaded whoami v1.5.2
11402025-03-03T04:11:05.546Z Downloaded slog-async v2.8.0
11412025-03-03T04:11:05.546Z Downloaded rustls-pemfile v1.0.4
11422025-03-03T04:11:05.550Z Downloaded nanorand v0.7.0
11432025-03-03T04:11:05.550Z Downloaded form_urlencoded v1.2.1
11442025-03-03T04:11:05.554Z Downloaded either v1.14.0
11452025-03-03T04:11:05.554Z Downloaded powerfmt v0.2.0
11462025-03-03T04:11:05.554Z Downloaded getrandom v0.3.1
11472025-03-03T04:11:05.558Z Downloaded libxml v0.3.3
11482025-03-03T04:11:05.564Z Downloaded itertools v0.10.5
11492025-03-03T04:11:05.567Z Downloaded backtrace v0.3.74
11502025-03-03T04:11:05.571Z Downloaded base64 v0.21.7
11512025-03-03T04:11:05.575Z Downloaded crossbeam-channel v0.5.13
11522025-03-03T04:11:05.579Z Downloaded env_logger v0.11.5
11532025-03-03T04:11:05.583Z Downloaded value-bag v1.9.0
11542025-03-03T04:11:05.586Z Downloaded idna v1.0.3
11552025-03-03T04:11:05.589Z Downloaded hash32 v0.3.1
11562025-03-03T04:11:05.592Z Downloaded defmt v0.3.8
11572025-03-03T04:11:05.595Z Downloaded sct v0.7.1
11582025-03-03T04:11:05.600Z Downloaded paste v1.0.15
11592025-03-03T04:11:05.605Z Downloaded dropshot_endpoint v0.16.0
11602025-03-03T04:11:05.605Z Downloaded serde_path_to_error v0.1.16
11612025-03-03T04:11:05.605Z Downloaded tracing-core v0.1.32
11622025-03-03T04:11:05.607Z Downloaded quinn v0.11.5
11632025-03-03T04:11:05.610Z Downloaded ciborium v0.2.2
11642025-03-03T04:11:05.613Z Downloaded tokio-tungstenite v0.24.0
11652025-03-03T04:11:05.613Z Downloaded tokio-tungstenite v0.23.1
11662025-03-03T04:11:05.616Z Downloaded headers v0.4.0
11672025-03-03T04:11:05.620Z Downloaded bytes v1.10.0
11682025-03-03T04:11:05.624Z Downloaded base64 v0.22.1
11692025-03-03T04:11:05.627Z Downloaded futures-core v0.3.31
11702025-03-03T04:11:05.632Z Downloaded dropshot_endpoint v0.12.0
11712025-03-03T04:11:05.635Z Downloaded ahash v0.8.11
11722025-03-03T04:11:05.635Z Downloaded phf v0.11.2
11732025-03-03T04:11:05.635Z Downloaded embedded-io v0.6.1
11742025-03-03T04:11:05.638Z Downloaded debug-ignore v1.0.5
11752025-03-03T04:11:05.638Z Downloaded rustc-hash v1.1.0
11762025-03-03T04:11:05.638Z Downloaded jobserver v0.1.32
11772025-03-03T04:11:05.641Z Downloaded bzip2 v0.4.4
11782025-03-03T04:11:05.644Z Downloaded csv-core v0.1.11
11792025-03-03T04:11:05.644Z Downloaded icu_provider v1.5.0
11802025-03-03T04:11:05.648Z Downloaded zerovec-derive v0.10.3
11812025-03-03T04:11:05.648Z Downloaded tokio-native-tls v0.3.1
11822025-03-03T04:11:05.651Z Downloaded hickory-server v0.24.4
11832025-03-03T04:11:05.663Z Downloaded arc-swap v1.7.1
11842025-03-03T04:11:05.663Z Downloaded clang-sys v1.8.1
11852025-03-03T04:11:05.663Z Downloaded structmeta v0.3.0
11862025-03-03T04:11:05.663Z Downloaded strip-ansi-escapes v0.2.0
11872025-03-03T04:11:05.663Z Downloaded stable_deref_trait v1.2.0
11882025-03-03T04:11:05.663Z Downloaded serde_with_macros v3.12.0
11892025-03-03T04:11:05.667Z Downloaded crc32fast v1.4.2
11902025-03-03T04:11:05.667Z Downloaded bcs v0.1.6
11912025-03-03T04:11:05.670Z Downloaded const_format_proc_macros v0.2.34
11922025-03-03T04:11:05.670Z Downloaded hmac v0.12.1
11932025-03-03T04:11:05.673Z Downloaded maplit v1.0.2
11942025-03-03T04:11:05.673Z Downloaded hostname v0.4.0
11952025-03-03T04:11:05.674Z Downloaded bit-vec v0.8.0
11962025-03-03T04:11:05.677Z Downloaded base64ct v1.6.0
11972025-03-03T04:11:05.677Z Downloaded siphasher v0.3.11
11982025-03-03T04:11:05.679Z Downloaded blake2 v0.10.6
11992025-03-03T04:11:05.682Z Downloaded serde_repr v0.1.19
12002025-03-03T04:11:05.682Z Downloaded indicatif v0.17.11
12012025-03-03T04:11:05.685Z Downloaded instability v0.3.2
12022025-03-03T04:11:05.688Z Downloaded console v0.15.10
12032025-03-03T04:11:05.691Z Downloaded chacha20 v0.9.1
12042025-03-03T04:11:05.691Z Downloaded base16ct v0.2.0
12052025-03-03T04:11:05.691Z Downloaded crc-catalog v2.4.0
12062025-03-03T04:11:05.694Z Downloaded crc v3.2.1
12072025-03-03T04:11:05.694Z Downloaded array-init v0.0.4
12082025-03-03T04:11:05.697Z Downloaded argon2 v0.5.3
12092025-03-03T04:11:05.697Z Downloaded bit-set v0.8.0
12102025-03-03T04:11:05.700Z Downloaded bit-set v0.5.3
12112025-03-03T04:11:05.700Z Downloaded async-bb8-diesel v0.2.1
12122025-03-03T04:11:05.704Z Downloaded libefi-sys v0.1.0
12132025-03-03T04:11:05.704Z Downloaded iana-time-zone v0.1.61
12142025-03-03T04:11:05.707Z Downloaded hyper-staticfile v0.10.1
12152025-03-03T04:11:05.708Z Downloaded cipher v0.4.4
12162025-03-03T04:11:05.708Z Downloaded bcrypt-pbkdf v0.10.0
12172025-03-03T04:11:05.711Z Downloaded icu_normalizer v1.5.0
12182025-03-03T04:11:05.714Z Downloaded async-recursion v1.1.1
12192025-03-03T04:11:05.717Z Downloaded ascii-canvas v3.0.0
12202025-03-03T04:11:05.717Z Downloaded blowfish v0.9.1
12212025-03-03T04:11:05.717Z Downloaded indoc v2.0.5
12222025-03-03T04:11:05.722Z Downloaded hyper-tls v0.6.0
12232025-03-03T04:11:05.722Z Downloaded bitfield v0.14.0
12242025-03-03T04:11:05.724Z Downloaded aead v0.5.2
12252025-03-03T04:11:05.725Z Downloaded humantime v2.1.0
12262025-03-03T04:11:05.725Z Downloaded home v0.5.9
12272025-03-03T04:11:05.728Z Downloaded hex-literal v0.4.1
12282025-03-03T04:11:05.728Z Downloaded hex v0.4.3
12292025-03-03T04:11:06.105Z Downloaded aws-lc-sys v0.26.0
12302025-03-03T04:11:06.426Z Compiling serde v1.0.218
12312025-03-03T04:11:06.429Z Compiling value-bag v1.9.0
12322025-03-03T04:11:06.429Z Compiling lock_api v0.4.12
12332025-03-03T04:11:06.430Z Compiling scopeguard v1.2.0
12342025-03-03T04:11:06.581Z Compiling typenum v1.17.0
12352025-03-03T04:11:06.583Z Compiling generic-array v0.14.7
12362025-03-03T04:11:06.624Z Compiling syn v2.0.98
12372025-03-03T04:11:06.638Z Compiling getrandom v0.2.15
12382025-03-03T04:11:06.740Z Compiling shlex v1.3.0
12392025-03-03T04:11:06.959Z Compiling rand_core v0.6.4
12402025-03-03T04:11:07.035Z Compiling log v0.4.22
12412025-03-03T04:11:07.114Z Compiling jobserver v0.1.32
12422025-03-03T04:11:07.139Z Compiling subtle v2.6.1
12432025-03-03T04:11:07.160Z Compiling smallvec v1.14.0
12442025-03-03T04:11:07.489Z Compiling cc v1.2.15
12452025-03-03T04:11:07.489Z Compiling const-oid v0.9.6
12462025-03-03T04:11:07.494Z Compiling pin-project-lite v0.2.14
12472025-03-03T04:11:07.554Z Compiling parking_lot_core v0.9.10
12482025-03-03T04:11:07.661Z Compiling rustix v0.38.37
12492025-03-03T04:11:07.795Z Compiling signal-hook-registry v1.4.2
12502025-03-03T04:11:07.868Z Compiling futures-core v0.3.31
12512025-03-03T04:11:08.185Z Compiling mio v1.0.2
12522025-03-03T04:11:08.626Z Compiling parking_lot v0.12.3
12532025-03-03T04:11:08.647Z Compiling spin v0.9.8
12542025-03-03T04:11:08.763Z Compiling socket2 v0.5.8
12552025-03-03T04:11:09.010Z Compiling aho-corasick v1.1.3
12562025-03-03T04:11:09.045Z Compiling cpufeatures v0.2.14
12572025-03-03T04:11:09.164Z Compiling either v1.14.0
12582025-03-03T04:11:09.277Z Compiling stable_deref_trait v1.2.0
12592025-03-03T04:11:09.436Z Compiling futures-sink v0.3.31
12602025-03-03T04:11:09.508Z Compiling regex-syntax v0.8.5
12612025-03-03T04:11:09.597Z Compiling slab v0.4.9
12622025-03-03T04:11:09.617Z Compiling glob v0.3.2
12632025-03-03T04:11:09.694Z Compiling prettyplease v0.2.29
12642025-03-03T04:11:09.758Z Compiling lazy_static v1.5.0
12652025-03-03T04:11:09.892Z Compiling serde_json v1.0.139
12662025-03-03T04:11:10.058Z Compiling minimal-lexical v0.2.1
12672025-03-03T04:11:10.255Z Compiling futures-channel v0.3.31
12682025-03-03T04:11:10.377Z Compiling libloading v0.8.5
12692025-03-03T04:11:10.468Z Compiling clang-sys v1.8.1
12702025-03-03T04:11:10.593Z Compiling nom v7.1.3
12712025-03-03T04:11:10.691Z Compiling futures-io v0.3.31
12722025-03-03T04:11:10.776Z Compiling bindgen v0.69.5
12732025-03-03T04:11:10.974Z Compiling foldhash v0.1.3
12742025-03-03T04:11:11.219Z Compiling pin-utils v0.1.0
12752025-03-03T04:11:11.296Z Compiling futures-task v0.3.31
12762025-03-03T04:11:11.320Z Compiling home v0.5.9
12772025-03-03T04:11:11.558Z Compiling allocator-api2 v0.2.18
12782025-03-03T04:11:11.660Z Compiling itertools v0.12.1
12792025-03-03T04:11:11.685Z Compiling pkg-config v0.3.31
12802025-03-03T04:11:12.317Z Compiling hashbrown v0.15.1
12812025-03-03T04:11:13.006Z Compiling libm v0.2.8
12822025-03-03T04:11:13.372Z Compiling regex-automata v0.4.8
12832025-03-03T04:11:13.574Z Compiling rustc-hash v1.1.0
12842025-03-03T04:11:13.696Z Compiling lazycell v1.3.0
12852025-03-03T04:11:13.740Z Compiling cexpr v0.6.0
12862025-03-03T04:11:13.914Z Compiling cmake v0.1.51
12872025-03-03T04:11:13.992Z Compiling num-traits v0.2.19
12882025-03-03T04:11:14.311Z Compiling synstructure v0.13.1
12892025-03-03T04:11:14.736Z Compiling dunce v1.0.5
12902025-03-03T04:11:15.031Z Compiling fs_extra v1.3.0
12912025-03-03T04:11:15.497Z Compiling getrandom v0.3.1
12922025-03-03T04:11:15.585Z Compiling writeable v0.5.5
12932025-03-03T04:11:15.656Z Compiling litemap v0.7.3
12942025-03-03T04:11:16.045Z Compiling ring v0.17.11
12952025-03-03T04:11:16.133Z Compiling base64ct v1.6.0
12962025-03-03T04:11:16.208Z Compiling paste v1.0.15
12972025-03-03T04:11:16.778Z Compiling pem-rfc7468 v0.7.0
12982025-03-03T04:11:17.212Z Compiling rustls-pki-types v1.10.0
12992025-03-03T04:11:17.335Z Compiling flagset v0.4.6
13002025-03-03T04:11:17.391Z Compiling httparse v1.9.5
13012025-03-03T04:11:17.557Z Compiling aws-lc-rs v1.12.4
13022025-03-03T04:11:18.016Z Compiling icu_locid_transform_data v1.5.0
13032025-03-03T04:11:18.187Z Compiling regex v1.11.1
13042025-03-03T04:11:18.212Z Compiling tracing-core v0.1.32
13052025-03-03T04:11:18.431Z Compiling crossbeam-utils v0.8.20
13062025-03-03T04:11:18.941Z Compiling icu_properties_data v1.5.0
13072025-03-03T04:11:19.103Z Compiling percent-encoding v2.3.1
13082025-03-03T04:11:19.206Z Compiling serde_derive v1.0.218
13092025-03-03T04:11:19.223Z Compiling zeroize_derive v1.4.2
13102025-03-03T04:11:19.333Z Compiling zerocopy-derive v0.7.35
13112025-03-03T04:11:19.406Z Compiling tokio-macros v2.5.0
13122025-03-03T04:11:19.852Z Compiling zerofrom-derive v0.1.4
13132025-03-03T04:11:20.570Z Compiling zeroize v1.8.1
13142025-03-03T04:11:20.815Z Compiling yoke-derive v0.7.4
13152025-03-03T04:11:21.280Z Compiling zerocopy v0.7.35
13162025-03-03T04:11:21.933Z Compiling thiserror-impl v1.0.69
13172025-03-03T04:11:21.953Z Compiling displaydoc v0.2.5
13182025-03-03T04:11:22.239Z Compiling crypto-common v0.1.6
13192025-03-03T04:11:22.560Z Compiling block-buffer v0.10.4
13202025-03-03T04:11:22.584Z Compiling zerovec-derive v0.10.3
13212025-03-03T04:11:22.744Z Compiling digest v0.10.7
13222025-03-03T04:11:22.777Z Compiling futures-macro v0.3.31
13232025-03-03T04:11:23.217Z Compiling hmac v0.12.1
13242025-03-03T04:11:23.238Z Compiling zerofrom v0.1.4
13252025-03-03T04:11:23.382Z Compiling block-padding v0.3.3
13262025-03-03T04:11:23.403Z Compiling ppv-lite86 v0.2.20
13272025-03-03T04:11:23.465Z Compiling yoke v0.7.4
13282025-03-03T04:11:23.469Z Compiling sha2 v0.10.8
13292025-03-03T04:11:23.644Z Compiling inout v0.1.3
13302025-03-03T04:11:23.861Z Compiling icu_provider_macros v1.5.0
13312025-03-03T04:11:23.990Z Compiling cipher v0.4.4
13322025-03-03T04:11:24.247Z Compiling der_derive v0.7.3
13332025-03-03T04:11:24.456Z Compiling tracing-attributes v0.1.27
13342025-03-03T04:11:24.741Z Compiling futures-util v0.3.31
13352025-03-03T04:11:24.857Z Compiling thiserror v1.0.69
13362025-03-03T04:11:24.897Z Compiling salsa20 v0.10.2
13372025-03-03T04:11:25.002Z Compiling pest v2.7.14
13382025-03-03T04:11:25.110Z Compiling pbkdf2 v0.12.2
13392025-03-03T04:11:25.138Z Compiling zerovec v0.10.4
13402025-03-03T04:11:25.302Z Compiling untrusted v0.7.1
13412025-03-03T04:11:25.506Z Compiling write16 v1.0.0
13422025-03-03T04:11:25.653Z Compiling num-conv v0.1.0
13432025-03-03T04:11:25.923Z Compiling icu_normalizer_data v1.5.0
13442025-03-03T04:11:26.032Z Compiling powerfmt v0.2.0
13452025-03-03T04:11:26.390Z Compiling utf8_iter v1.0.4
13462025-03-03T04:11:26.473Z Compiling der v0.7.9
13472025-03-03T04:11:26.629Z Compiling time-core v0.1.2
13482025-03-03T04:11:26.823Z Compiling tinystr v0.7.6
13492025-03-03T04:11:27.047Z Compiling icu_collections v1.5.0
13502025-03-03T04:11:27.134Z Compiling vcpkg v0.2.15
13512025-03-03T04:11:27.197Z Compiling icu_locid v1.5.0
13522025-03-03T04:11:27.571Z Compiling tracing v0.1.40
13532025-03-03T04:11:27.986Z Compiling utf16_iter v1.0.5
13542025-03-03T04:11:28.132Z Compiling untrusted v0.9.0
13552025-03-03T04:11:28.209Z Compiling pest_meta v2.7.14
13562025-03-03T04:11:28.331Z Compiling icu_provider v1.5.0
13572025-03-03T04:11:28.984Z Compiling spki v0.7.3
13582025-03-03T04:11:29.226Z Compiling icu_locid_transform v1.5.0
13592025-03-03T04:11:29.307Z Compiling openssl-sys v0.9.106
13602025-03-03T04:11:29.371Z Compiling time-macros v0.2.18
13612025-03-03T04:11:29.482Z Compiling deranged v0.3.11
13622025-03-03T04:11:30.151Z Compiling scrypt v0.11.0
13632025-03-03T04:11:30.378Z Compiling aes v0.8.4
13642025-03-03T04:11:30.665Z Compiling icu_properties v1.5.1
13652025-03-03T04:11:30.965Z Compiling cbc v0.1.2
13662025-03-03T04:11:31.477Z Compiling scroll_derive v0.12.0
13672025-03-03T04:11:31.990Z Compiling bytes v1.10.0
13682025-03-03T04:11:32.303Z Compiling bitflags v2.6.0
13692025-03-03T04:11:32.371Z Compiling indexmap v2.7.1
13702025-03-03T04:11:32.749Z Compiling semver v1.0.25
13712025-03-03T04:11:32.862Z Compiling tinyvec_macros v0.1.1
13722025-03-03T04:11:32.999Z Compiling atomic-waker v1.1.2
13732025-03-03T04:11:33.137Z Compiling tokio v1.43.0
13742025-03-03T04:11:33.203Z Compiling http v1.2.0
13752025-03-03T04:11:33.421Z Compiling rustc_version v0.4.1
13762025-03-03T04:11:33.455Z Compiling num_threads v0.1.7
13772025-03-03T04:11:33.600Z Compiling time v0.3.36
13782025-03-03T04:11:33.692Z Compiling tinyvec v1.8.0
13792025-03-03T04:11:34.097Z Compiling scroll v0.12.0
13802025-03-03T04:11:34.608Z Compiling icu_normalizer v1.5.0
13812025-03-03T04:11:35.111Z Compiling http-body v1.0.1
13822025-03-03T04:11:35.169Z Compiling pkcs5 v0.7.1
13832025-03-03T04:11:35.309Z Compiling pest_generator v2.7.14
13842025-03-03T04:11:35.341Z Compiling rand_chacha v0.3.1
13852025-03-03T04:11:35.362Z Compiling form_urlencoded v1.2.1
13862025-03-03T04:11:35.683Z Compiling idna_adapter v1.2.0
13872025-03-03T04:11:35.929Z Compiling try-lock v0.2.5
13882025-03-03T04:11:36.092Z Compiling zerocopy v0.8.10
13892025-03-03T04:11:36.248Z Compiling which v4.4.2
13902025-03-03T04:11:36.358Z Compiling slog v2.7.0
13912025-03-03T04:11:36.931Z Compiling want v0.3.1
13922025-03-03T04:11:36.959Z Compiling goblin v0.8.2
13932025-03-03T04:11:37.183Z Compiling pest_derive v2.7.14
13942025-03-03T04:11:37.211Z Compiling idna v1.0.3
13952025-03-03T04:11:37.230Z Compiling pkcs8 v0.10.2
13962025-03-03T04:11:37.664Z Compiling rand v0.8.5
13972025-03-03T04:11:37.896Z Compiling uuid v1.15.1
13982025-03-03T04:11:37.979Z Compiling zerocopy-derive v0.8.10
13992025-03-03T04:11:38.145Z Compiling tower-service v0.3.3
14002025-03-03T04:11:38.297Z Compiling httpdate v1.0.3
14012025-03-03T04:11:38.745Z Compiling adler2 v2.0.0
14022025-03-03T04:11:38.826Z Compiling iana-time-zone v0.1.61
14032025-03-03T04:11:38.949Z Compiling miniz_oxide v0.8.5
14042025-03-03T04:11:39.200Z Compiling chrono v0.4.40
14052025-03-03T04:11:39.478Z Compiling dtrace-parser v0.2.0
14062025-03-03T04:11:40.487Z Compiling toml_datetime v0.6.8
14072025-03-03T04:11:40.523Z Compiling serde_spanned v0.6.8
14082025-03-03T04:11:40.766Z Compiling serde_tokenstream v0.2.2
14092025-03-03T04:11:40.972Z Compiling foreign-types-shared v0.1.1
14102025-03-03T04:11:41.104Z Compiling tokio-util v0.7.13
14112025-03-03T04:11:41.304Z Compiling rustversion v1.0.17
14122025-03-03T04:11:41.331Z Compiling base64 v0.22.1
14132025-03-03T04:11:41.985Z Compiling openssl v0.10.71
14142025-03-03T04:11:42.025Z Compiling h2 v0.4.6
14152025-03-03T04:11:42.361Z Compiling match_cfg v0.1.0
14162025-03-03T04:11:42.426Z Compiling openssl-probe v0.1.5
14172025-03-03T04:11:42.473Z Compiling hostname v0.3.1
14182025-03-03T04:11:42.610Z Compiling dof v0.3.0
14192025-03-03T04:11:42.697Z Compiling foreign-types v0.3.2
14202025-03-03T04:11:42.742Z Compiling url v2.5.3
14212025-03-03T04:11:43.745Z Compiling rand_core v0.9.2
14222025-03-03T04:11:44.121Z Compiling usdt-impl v0.5.0
14232025-03-03T04:11:44.188Z Compiling openssl-macros v0.1.1
14242025-03-03T04:11:44.429Z Compiling async-trait v0.1.86
14252025-03-03T04:11:44.521Z Compiling serde_derive_internals v0.29.1
14262025-03-03T04:11:44.936Z Compiling bzip2-sys v0.1.11+1.0.8
14272025-03-03T04:11:45.436Z Compiling dirs-sys-next v0.1.2
14282025-03-03T04:11:45.455Z Compiling data-encoding v2.6.0
14292025-03-03T04:11:45.970Z Compiling rustls v0.22.4
14302025-03-03T04:11:46.019Z Compiling schemars v0.8.22
14312025-03-03T04:11:46.049Z Compiling rustls v0.23.19
14322025-03-03T04:11:46.264Z Compiling syn v1.0.109
14332025-03-03T04:11:46.346Z Compiling native-tls v0.2.12
14342025-03-03T04:11:46.375Z Compiling siphasher v0.3.11
14352025-03-03T04:11:46.727Z Compiling schemars_derive v0.8.22
14362025-03-03T04:11:46.787Z Compiling dirs-next v2.0.0
14372025-03-03T04:11:46.897Z Compiling rand_chacha v0.9.0
14382025-03-03T04:11:47.342Z Compiling http-body-util v0.1.2
14392025-03-03T04:11:47.812Z Compiling unicode-normalization v0.1.24
14402025-03-03T04:11:48.160Z Compiling heapless v0.7.17
14412025-03-03T04:11:48.283Z Compiling crossbeam-epoch v0.9.18
14422025-03-03T04:11:48.621Z Compiling sha1 v0.10.6
14432025-03-03T04:11:48.931Z Compiling hyper v1.6.0
14442025-03-03T04:11:48.954Z Compiling signature v2.2.0
14452025-03-03T04:11:49.002Z Compiling thread_local v1.1.8
14462025-03-03T04:11:49.034Z Compiling crc32fast v1.4.2
14472025-03-03T04:11:49.252Z Compiling cookie v0.18.1
14482025-03-03T04:11:49.380Z Compiling encoding_rs v0.8.34
14492025-03-03T04:11:49.450Z Compiling multer v3.1.0
14502025-03-03T04:11:49.580Z Compiling gimli v0.31.1
14512025-03-03T04:11:49.713Z Compiling slog-async v2.8.0
14522025-03-03T04:11:49.760Z Compiling unicode-properties v0.1.3
14532025-03-03T04:11:50.153Z Compiling rayon-core v1.12.1
14542025-03-03T04:11:50.240Z Compiling unicode-bidi v0.3.17
14552025-03-03T04:11:50.450Z Compiling signal-hook v0.3.17
14562025-03-03T04:11:50.769Z Compiling ipnet v2.11.0
14572025-03-03T04:11:51.465Z Compiling hyper-util v0.1.10
14582025-03-03T04:11:51.551Z Compiling mime v0.3.17
14592025-03-03T04:11:51.857Z Compiling dyn-clone v1.0.18
14602025-03-03T04:11:52.060Z Compiling toml_edit v0.22.24
14612025-03-03T04:11:53.161Z Compiling stringprep v0.1.5
14622025-03-03T04:11:53.759Z Compiling addr2line v0.24.2
14632025-03-03T04:11:54.164Z Compiling crossbeam-deque v0.8.5
14642025-03-03T04:11:54.378Z Compiling rand v0.9.0
14652025-03-03T04:11:54.479Z Compiling term v0.7.0
14662025-03-03T04:11:54.524Z Compiling usdt-attr-macro v0.5.0
14672025-03-03T04:11:54.527Z Compiling usdt-macro v0.5.0
14682025-03-03T04:11:55.408Z Compiling slog-json v2.6.1
14692025-03-03T04:11:55.651Z Compiling serde_urlencoded v0.7.1
14702025-03-03T04:11:55.748Z Compiling curve25519-dalek v4.1.3
14712025-03-03T04:11:55.996Z Compiling crossbeam-channel v0.5.13
14722025-03-03T04:11:56.031Z Compiling futures-executor v0.3.31
14732025-03-03T04:11:56.139Z Compiling enum-as-inner v0.6.1
14742025-03-03T04:11:56.156Z Compiling md-5 v0.10.6
14752025-03-03T04:11:56.447Z Compiling async-stream-impl v0.3.6
14762025-03-03T04:11:56.464Z Compiling num-integer v0.1.46
14772025-03-03T04:11:56.529Z Compiling rustls-pemfile v2.2.0
14782025-03-03T04:11:56.867Z Compiling hash32 v0.2.1
14792025-03-03T04:11:56.947Z Compiling ff v0.13.0
14802025-03-03T04:11:57.163Z Compiling is-terminal v0.4.13
14812025-03-03T04:11:57.184Z Compiling memoffset v0.9.1
14822025-03-03T04:11:57.206Z Compiling dropshot v0.12.0
14832025-03-03T04:11:57.226Z Compiling object v0.36.5
14842025-03-03T04:11:57.305Z Compiling portable-atomic v1.9.0
14852025-03-03T04:11:57.501Z Compiling base16ct v0.2.0
14862025-03-03T04:11:57.548Z Compiling linked-hash-map v0.5.6
14872025-03-03T04:11:57.734Z Compiling fallible-iterator v0.2.0
14882025-03-03T04:11:57.830Z Compiling litrs v0.4.1
14892025-03-03T04:11:57.893Z Compiling take_mut v0.2.2
14902025-03-03T04:11:58.104Z Compiling cfg_aliases v0.2.1
14912025-03-03T04:11:58.219Z Compiling rustc-demangle v0.1.24
14922025-03-03T04:11:58.282Z Compiling utf-8 v0.7.6
14932025-03-03T04:11:58.421Z Compiling smoltcp v0.9.1
14942025-03-03T04:11:58.621Z Compiling anyhow v1.0.96
14952025-03-03T04:11:58.974Z Compiling quick-error v1.2.3
14962025-03-03T04:11:59.094Z Compiling num-bigint-dig v0.8.4
14972025-03-03T04:11:59.114Z Compiling psl-types v2.0.11
14982025-03-03T04:11:59.138Z Compiling resolv-conf v0.7.0
14992025-03-03T04:11:59.304Z Compiling publicsuffix v2.3.0
15002025-03-03T04:11:59.324Z Compiling document-features v0.2.10
15012025-03-03T04:11:59.446Z Compiling tungstenite v0.24.0
15022025-03-03T04:11:59.587Z Compiling postgres-protocol v0.6.8
15032025-03-03T04:11:59.713Z Compiling nix v0.29.0
15042025-03-03T04:12:00.470Z Compiling lru-cache v0.1.2
15052025-03-03T04:12:00.562Z Compiling async-stream v0.3.6
15062025-03-03T04:12:00.683Z Compiling sec1 v0.7.3
15072025-03-03T04:12:00.863Z Compiling slog-term v2.9.1
15082025-03-03T04:12:00.866Z Compiling hickory-proto v0.24.4
15092025-03-03T04:12:01.209Z Compiling usdt v0.5.0
15102025-03-03T04:12:01.342Z Compiling group v0.13.0
15112025-03-03T04:12:01.662Z Compiling num-iter v0.1.45
15122025-03-03T04:12:01.823Z Compiling futures v0.3.31
15132025-03-03T04:12:01.870Z Compiling slog-bunyan v2.5.0
15142025-03-03T04:12:01.939Z Compiling toml v0.8.20
15152025-03-03T04:12:01.999Z Compiling bzip2 v0.4.4
15162025-03-03T04:12:03.384Z Compiling tokio-native-tls v0.3.1
15172025-03-03T04:12:03.406Z Compiling camino v1.1.9
15182025-03-03T04:12:03.476Z Compiling flate2 v1.1.0
15192025-03-03T04:12:03.661Z Compiling backtrace v0.3.74
15202025-03-03T04:12:03.978Z Compiling phf_shared v0.11.2
15212025-03-03T04:12:04.178Z Compiling rustls-native-certs v0.8.1
15222025-03-03T04:12:04.249Z Compiling dropshot_endpoint v0.12.0
15232025-03-03T04:12:04.353Z Compiling terminal_size v0.4.0
15242025-03-03T04:12:04.374Z Compiling openapiv3 v2.0.0
15252025-03-03T04:12:04.589Z Compiling waitgroup v0.1.2
15262025-03-03T04:12:04.701Z Compiling serde_path_to_error v0.1.16
15272025-03-03T04:12:04.808Z Compiling hkdf v0.12.4
15282025-03-03T04:12:05.069Z Compiling crypto-bigint v0.5.5
15292025-03-03T04:12:05.466Z Compiling zerocopy-derive v0.6.6
15302025-03-03T04:12:06.482Z Compiling hubpack_derive v0.1.1
15312025-03-03T04:12:06.578Z Compiling curve25519-dalek-derive v0.1.1
15322025-03-03T04:12:07.352Z Compiling webpki-roots v0.26.6
15332025-03-03T04:12:07.432Z Compiling sync_wrapper v1.0.1
15342025-03-03T04:12:07.571Z Compiling hostname v0.4.0
15352025-03-03T04:12:07.607Z Compiling fs-err v2.11.0
15362025-03-03T04:12:07.783Z Compiling ahash v0.8.11
15372025-03-03T04:12:07.963Z Compiling zip v2.1.3
15382025-03-03T04:12:08.002Z Compiling newtype-uuid v1.2.1
15392025-03-03T04:12:08.162Z Compiling buf-list v1.0.3
15402025-03-03T04:12:08.253Z Compiling winnow v0.5.40
15412025-03-03T04:12:08.285Z Compiling bumpalo v3.16.0
15422025-03-03T04:12:08.287Z Compiling managed v0.8.0
15432025-03-03T04:12:08.323Z Compiling tower-layer v0.3.3
15442025-03-03T04:12:08.625Z Compiling unicode-width v0.2.0
15452025-03-03T04:12:08.726Z Compiling simd-adler32 v0.3.7
15462025-03-03T04:12:08.763Z Compiling debug-ignore v1.0.5
15472025-03-03T04:12:08.782Z Compiling lockfree-object-pool v0.1.6
15482025-03-03T04:12:09.046Z Compiling tower v0.5.2
15492025-03-03T04:12:09.140Z Compiling console v0.15.10
15502025-03-03T04:12:09.228Z Compiling zopfli v0.8.1
15512025-03-03T04:12:09.849Z Compiling strum_macros v0.25.3
15522025-03-03T04:12:09.931Z Compiling clap_builder v4.5.31
15532025-03-03T04:12:10.531Z Compiling elliptic-curve v0.13.8
15542025-03-03T04:12:11.010Z Compiling zerocopy v0.6.6
15552025-03-03T04:12:11.063Z Compiling hubpack v0.1.2
15562025-03-03T04:12:11.359Z Compiling hickory-resolver v0.24.4
15572025-03-03T04:12:11.476Z Compiling toml_edit v0.19.15
15582025-03-03T04:12:11.737Z Compiling phf v0.11.2
15592025-03-03T04:12:12.021Z Compiling hyper-tls v0.6.0
15602025-03-03T04:12:12.444Z Compiling signal-hook-mio v0.2.4
15612025-03-03T04:12:12.470Z Compiling rayon v1.10.0
15622025-03-03T04:12:12.631Z Compiling cookie_store v0.21.1
15632025-03-03T04:12:14.264Z Compiling tokio-tungstenite v0.24.0
15642025-03-03T04:12:14.820Z Compiling postgres-types v0.2.9
15652025-03-03T04:12:16.895Z Compiling ed25519 v2.2.3
15662025-03-03T04:12:17.105Z Compiling phf_shared v0.10.0
15672025-03-03T04:12:17.363Z Compiling tokio-stream v0.1.17
15682025-03-03T04:12:17.485Z Compiling pkcs1 v0.7.5
15692025-03-03T04:12:17.816Z Compiling serde-big-array v0.5.1
15702025-03-03T04:12:18.093Z Compiling clap_derive v4.5.28
15712025-03-03T04:12:18.343Z Compiling rfc6979 v0.4.0
15722025-03-03T04:12:18.421Z Compiling serde_repr v0.1.19
15732025-03-03T04:12:18.451Z Compiling derive-where v1.2.7
15742025-03-03T04:12:18.530Z Compiling float-cmp v0.10.0
15752025-03-03T04:12:18.767Z Compiling bstr v1.10.0
15762025-03-03T04:12:18.788Z Compiling difflib v0.4.0
15772025-03-03T04:12:18.823Z Compiling fixedbitset v0.4.2
15782025-03-03T04:12:19.269Z Compiling new_debug_unreachable v1.0.6
15792025-03-03T04:12:19.379Z Compiling unicode-segmentation v1.12.0
15802025-03-03T04:12:19.545Z Compiling whoami v1.5.2
15812025-03-03T04:12:20.120Z Compiling static_assertions v1.1.0
15822025-03-03T04:12:20.141Z Compiling predicates-core v1.0.8
15832025-03-03T04:12:20.233Z Compiling precomputed-hash v0.1.1
15842025-03-03T04:12:20.295Z Compiling normalize-line-endings v0.3.0
15852025-03-03T04:12:20.349Z Compiling number_prefix v0.4.0
15862025-03-03T04:12:20.373Z Compiling string_cache v0.8.7
15872025-03-03T04:12:20.434Z Compiling predicates v3.1.3
15882025-03-03T04:12:20.468Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15892025-03-03T04:12:20.596Z Compiling indicatif v0.17.11
15902025-03-03T04:12:20.809Z Compiling similar v2.7.0
15912025-03-03T04:12:21.551Z Compiling tokio-postgres v0.7.13
15922025-03-03T04:12:21.893Z Compiling petgraph v0.6.5
15932025-03-03T04:12:22.557Z Compiling ecdsa v0.16.9
15942025-03-03T04:12:22.579Z Compiling clap v4.5.31
15952025-03-03T04:12:22.716Z Compiling rsa v0.9.6
15962025-03-03T04:12:22.853Z Compiling ed25519-dalek v2.1.1
15972025-03-03T04:12:23.385Z Compiling toml v0.7.8
15982025-03-03T04:12:24.822Z Compiling crossterm v0.28.1
15992025-03-03T04:12:27.049Z Compiling zip v0.6.6
16002025-03-03T04:12:27.104Z Compiling hex v0.4.3
16012025-03-03T04:12:27.278Z Compiling x509-cert v0.2.5
16022025-03-03T04:12:27.443Z Compiling itertools v0.10.5
16032025-03-03T04:12:27.729Z Compiling lalrpop-util v0.19.12
16042025-03-03T04:12:28.085Z Compiling unicode-xid v0.2.6
16052025-03-03T04:12:28.089Z Compiling peg-runtime v0.8.3
16062025-03-03T04:12:28.161Z Compiling strum_macros v0.26.4
16072025-03-03T04:12:28.302Z Compiling xattr v1.3.1
16082025-03-03T04:12:28.390Z Compiling filetime v0.2.25
16092025-03-03T04:12:28.631Z Compiling tar v0.4.44
16102025-03-03T04:12:32.761Z Compiling strum v0.26.3
16112025-03-03T04:12:35.567Z Compiling aws-lc-sys v0.26.0
16122025-03-03T04:13:05.640Z Compiling rustls-webpki v0.102.8
16132025-03-03T04:13:08.868Z Compiling tokio-rustls v0.25.0
16142025-03-03T04:13:10.575Z Compiling tokio-rustls v0.26.0
16152025-03-03T04:13:10.836Z Compiling hyper-rustls v0.27.5
16162025-03-03T04:13:11.232Z Compiling reqwest v0.12.12
16172025-03-03T04:13:12.552Z Compiling qorb v0.2.1
16182025-03-03T04:13:15.541Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16192025-03-03T04:13:15.835Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16202025-03-03T04:13:20.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16212025-03-03T04:13:20.586Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16222025-03-03T04:13:20.642ZMar 03 04:13:20.060 INFO Starting download, target: Console
16232025-03-03T04:13:20.642ZMar 03 04:13:20.060 INFO Starting download, target: Clickhouse
16242025-03-03T04:13:20.643ZMar 03 04:13:20.060 INFO Starting download, target: Cockroach
16252025-03-03T04:13:20.643ZMar 03 04:13:20.060 INFO Starting download, target: DendriteOpenapi
16262025-03-03T04:13:20.643ZMar 03 04:13:20.060 INFO Starting download, target: DendriteStub
16272025-03-03T04:13:20.643ZMar 03 04:13:20.060 INFO Starting download, target: MaghemiteMgd
16282025-03-03T04:13:20.648ZMar 03 04:13:20.060 INFO Starting download, target: TransceiverControl
16292025-03-03T04:13:20.648ZMar 03 04:13:20.061 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16302025-03-03T04:13:20.648ZMar 03 04:13:20.061 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16312025-03-03T04:13:20.648ZMar 03 04:13:20.061 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16322025-03-03T04:13:20.648ZMar 03 04:13:20.061 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16332025-03-03T04:13:20.648ZMar 03 04:13:20.061 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16342025-03-03T04:13:20.648ZMar 03 04:13:20.061 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16352025-03-03T04:13:20.648ZMar 03 04:13:20.061 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16362025-03-03T04:13:20.809ZMar 03 04:13:20.224 INFO Download complete, target: DendriteOpenapi
16372025-03-03T04:13:20.912ZMar 03 04:13:20.326 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16382025-03-03T04:13:21.218ZMar 03 04:13:20.587 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16392025-03-03T04:13:21.344ZMar 03 04:13:20.757 INFO Download complete, target: TransceiverControl
16402025-03-03T04:13:21.444ZMar 03 04:13:20.847 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16412025-03-03T04:13:21.594ZMar 03 04:13:20.995 INFO Download complete, target: Console
16422025-03-03T04:13:21.745ZMar 03 04:13:21.159 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16432025-03-03T04:13:22.396ZMar 03 04:13:21.814 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16442025-03-03T04:13:22.396ZMar 03 04:13:21.814 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16452025-03-03T04:13:22.816ZMar 03 04:13:22.232 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16462025-03-03T04:13:23.993ZMar 03 04:13:23.409 INFO Download complete, target: DendriteStub
16472025-03-03T04:13:24.359ZMar 03 04:13:23.776 INFO Download complete, target: MaghemiteMgd
16482025-03-03T04:13:28.998ZMar 03 04:13:28.415 INFO Checking that binary works, target: Cockroach
16492025-03-03T04:13:29.163ZMar 03 04:13:28.581 INFO Download complete, target: Cockroach
16502025-03-03T04:13:33.629ZMar 03 04:13:33.046 INFO Checking that binary works, target: Clickhouse
16512025-03-03T04:13:33.746ZMar 03 04:13:33.164 INFO Download complete, target: Clickhouse
16522025-03-03T04:13:33.755ZAll prerequisites installed successfully
16532025-03-03T04:13:33.758Z
16542025-03-03T04:13:33.758Zreal 8:03.995434021
16552025-03-03T04:13:33.759Zuser 15:54.613140094
16562025-03-03T04:13:33.759Zsys 2:11.277450166
16572025-03-03T04:13:33.759Ztrap 0.610240746
16582025-03-03T04:13:33.759Ztflt 0.942194338
16592025-03-03T04:13:33.759Zdflt 1.482851914
16602025-03-03T04:13:33.759Zkflt 0.024489648
16612025-03-03T04:13:33.759Zlock 24:08.488926391
16622025-03-03T04:13:33.759Zslp 1:03:11.694630783
16632025-03-03T04:13:33.759Zlat 1:03.072383454
16642025-03-03T04:13:33.759Zstop 2:28.497837208
16652025-03-03T04:13:33.759Z+ ptime -m cargo xtask download softnpu
16662025-03-03T04:13:34.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16672025-03-03T04:13:34.377Z Running `target/debug/xtask download softnpu`
16682025-03-03T04:13:35.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
16692025-03-03T04:13:35.347Z Running `target/debug/xtask-downloader softnpu`
16702025-03-03T04:13:35.385ZMar 03 04:13:34.803 INFO Starting download, target: Softnpu
16712025-03-03T04:13:35.388ZMar 03 04:13:34.804 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16722025-03-03T04:13:35.830ZMar 03 04:13:35.248 INFO Download complete, target: Softnpu
16732025-03-03T04:13:35.834Z
16742025-03-03T04:13:35.838Zreal 2.072178532
16752025-03-03T04:13:35.838Zuser 1.371852599
16762025-03-03T04:13:35.838Zsys 0.584968207
16772025-03-03T04:13:35.838Ztrap 0.000986005
16782025-03-03T04:13:35.838Ztflt 0.000027428
16792025-03-03T04:13:35.838Zdflt 0.000043239
16802025-03-03T04:13:35.838Zkflt 0.000000000
16812025-03-03T04:13:35.838Zlock 4.463810046
16822025-03-03T04:13:35.838Zslp 0.309736828
16832025-03-03T04:13:35.838Zlat 0.071566831
16842025-03-03T04:13:35.838Zstop 0.000160921
16852025-03-03T04:13:35.838Z+ export CARGO_INCREMENTAL=0
16862025-03-03T04:13:35.838Z+ CARGO_INCREMENTAL=0
16872025-03-03T04:13:35.838Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16882025-03-03T04:13:36.884Z Compiling proc-macro2 v1.0.93
16892025-03-03T04:13:36.884Z Compiling unicode-ident v1.0.14
16902025-03-03T04:13:36.887Z Compiling libc v0.2.170
16912025-03-03T04:13:36.887Z Compiling serde v1.0.218
16922025-03-03T04:13:36.887Z Compiling autocfg v1.4.0
16932025-03-03T04:13:36.887Z Compiling cfg-if v1.0.0
16942025-03-03T04:13:36.887Z Compiling version_check v0.9.5
16952025-03-03T04:13:37.186Z Compiling memchr v2.7.4
16962025-03-03T04:13:37.210Z Compiling typenum v1.17.0
16972025-03-03T04:13:37.226Z Compiling shlex v1.3.0
16982025-03-03T04:13:37.568Z Compiling value-bag v1.9.0
16992025-03-03T04:13:37.629Z Compiling generic-array v0.14.7
17002025-03-03T04:13:37.794Z Compiling lock_api v0.4.12
17012025-03-03T04:13:37.966Z Compiling scopeguard v1.2.0
17022025-03-03T04:13:38.095Z Compiling log v0.4.22
17032025-03-03T04:13:38.132Z Compiling parking_lot_core v0.9.10
17042025-03-03T04:13:38.455Z Compiling serde_json v1.0.139
17052025-03-03T04:13:38.550Z Compiling rustix v0.38.37
17062025-03-03T04:13:38.751Z Compiling quote v1.0.38
17072025-03-03T04:13:38.802Z Compiling jobserver v0.1.32
17082025-03-03T04:13:38.831Z Compiling libm v0.2.8
17092025-03-03T04:13:38.951Z Compiling getrandom v0.2.15
17102025-03-03T04:13:39.186Z Compiling syn v2.0.98
17112025-03-03T04:13:39.190Z Compiling num-traits v0.2.19
17122025-03-03T04:13:39.242Z Compiling cc v1.2.15
17132025-03-03T04:13:39.328Z Compiling aho-corasick v1.1.3
17142025-03-03T04:13:39.348Z Compiling regex-syntax v0.8.5
17152025-03-03T04:13:39.352Z Compiling semver v1.0.25
17162025-03-03T04:13:39.478Z Compiling thiserror v1.0.69
17172025-03-03T04:13:39.812Z Compiling getrandom v0.3.1
17182025-03-03T04:13:39.832Z Compiling either v1.14.0
17192025-03-03T04:13:39.994Z Compiling once_cell v1.20.3
17202025-03-03T04:13:40.211Z Compiling itoa v1.0.11
17212025-03-03T04:13:40.248Z Compiling slab v0.4.9
17222025-03-03T04:13:40.599Z Compiling rand_core v0.6.4
17232025-03-03T04:13:40.686Z Compiling spin v0.9.8
17242025-03-03T04:13:41.040Z Compiling errno v0.3.9
17252025-03-03T04:13:41.284Z Compiling glob v0.3.2
17262025-03-03T04:13:41.657Z Compiling smallvec v1.14.0
17272025-03-03T04:13:41.880Z Compiling prettyplease v0.2.29
17282025-03-03T04:13:41.899Z Compiling lazy_static v1.5.0
17292025-03-03T04:13:41.990Z Compiling clang-sys v1.8.1
17302025-03-03T04:13:42.140Z Compiling minimal-lexical v0.2.1
17312025-03-03T04:13:42.349Z Compiling libloading v0.8.5
17322025-03-03T04:13:42.470Z Compiling bindgen v0.69.5
17332025-03-03T04:13:42.624Z Compiling nom v7.1.3
17342025-03-03T04:13:42.668Z Compiling home v0.5.9
17352025-03-03T04:13:42.700Z Compiling subtle v2.6.1
17362025-03-03T04:13:42.882Z Compiling regex-automata v0.4.8
17372025-03-03T04:13:42.982Z Compiling itertools v0.12.1
17382025-03-03T04:13:43.042Z Compiling foldhash v0.1.3
17392025-03-03T04:13:43.387Z Compiling equivalent v1.0.1
17402025-03-03T04:13:43.521Z Compiling rustc-hash v1.1.0
17412025-03-03T04:13:43.654Z Compiling lazycell v1.3.0
17422025-03-03T04:13:43.704Z Compiling allocator-api2 v0.2.18
17432025-03-03T04:13:43.843Z Compiling cmake v0.1.51
17442025-03-03T04:13:44.527Z Compiling hashbrown v0.15.1
17452025-03-03T04:13:44.726Z Compiling pkg-config v0.3.31
17462025-03-03T04:13:44.762Z Compiling dunce v1.0.5
17472025-03-03T04:13:44.907Z Compiling fs_extra v1.3.0
17482025-03-03T04:13:45.616Z Compiling cexpr v0.6.0
17492025-03-03T04:13:45.785Z Compiling pin-project-lite v0.2.14
17502025-03-03T04:13:45.821Z Compiling byteorder v1.5.0
17512025-03-03T04:13:46.186Z Compiling synstructure v0.13.1
17522025-03-03T04:13:46.858Z Compiling ring v0.17.11
17532025-03-03T04:13:47.021Z Compiling paste v1.0.15
17542025-03-03T04:13:47.041Z Compiling ryu v1.0.18
17552025-03-03T04:13:47.400Z Compiling schemars v0.8.22
17562025-03-03T04:13:47.761Z Compiling regex v1.11.1
17572025-03-03T04:13:48.004Z Compiling serde_derive_internals v0.29.1
17582025-03-03T04:13:48.605Z Compiling signal-hook-registry v1.4.2
17592025-03-03T04:13:48.708Z Compiling fnv v1.0.7
17602025-03-03T04:13:48.728Z Compiling const-oid v0.9.6
17612025-03-03T04:13:48.857Z Compiling aws-lc-rs v1.12.4
17622025-03-03T04:13:48.880Z Compiling httparse v1.9.5
17632025-03-03T04:13:49.286Z Compiling parking_lot v0.12.3
17642025-03-03T04:13:49.537Z Compiling mio v1.0.2
17652025-03-03T04:13:49.979Z Compiling heck v0.5.0
17662025-03-03T04:13:50.161Z Compiling serde_derive v1.0.218
17672025-03-03T04:13:50.396Z Compiling zeroize_derive v1.4.2
17682025-03-03T04:13:50.479Z Compiling tokio-macros v2.5.0
17692025-03-03T04:13:50.699Z Compiling thiserror-impl v1.0.69
17702025-03-03T04:13:51.179Z Compiling zerocopy-derive v0.7.35
17712025-03-03T04:13:51.297Z Compiling zerofrom-derive v0.1.4
17722025-03-03T04:13:51.717Z Compiling zeroize v1.8.1
17732025-03-03T04:13:51.911Z Compiling yoke-derive v0.7.4
17742025-03-03T04:13:52.149Z Compiling futures-macro v0.3.31
17752025-03-03T04:13:52.244Z Compiling displaydoc v0.2.5
17762025-03-03T04:13:52.709Z Compiling zerovec-derive v0.10.3
17772025-03-03T04:13:53.779Z Compiling icu_provider_macros v1.5.0
17782025-03-03T04:13:53.867Z Compiling tracing-attributes v0.1.27
17792025-03-03T04:13:54.184Z Compiling crypto-common v0.1.6
17802025-03-03T04:13:54.201Z Compiling schemars_derive v0.8.22
17812025-03-03T04:13:54.558Z Compiling block-buffer v0.10.4
17822025-03-03T04:13:54.739Z Compiling socket2 v0.5.8
17832025-03-03T04:13:54.799Z Compiling stable_deref_trait v1.2.0
17842025-03-03T04:13:54.924Z Compiling digest v0.10.7
17852025-03-03T04:13:54.927Z Compiling zerocopy v0.7.35
17862025-03-03T04:13:55.320Z Compiling futures-core v0.3.31
17872025-03-03T04:13:55.680Z Compiling time-core v0.1.2
17882025-03-03T04:13:55.886Z Compiling crossbeam-utils v0.8.20
17892025-03-03T04:13:56.360Z Compiling num-conv v0.1.0
17902025-03-03T04:13:56.630Z Compiling time-macros v0.2.18
17912025-03-03T04:13:56.682Z Compiling der_derive v0.7.3
17922025-03-03T04:13:56.955Z Compiling vcpkg v0.2.15
17932025-03-03T04:13:58.287Z Compiling openssl-sys v0.9.106
17942025-03-03T04:13:58.926Z Compiling zerocopy v0.8.10
17952025-03-03T04:13:59.062Z Compiling futures-sink v0.3.31
17962025-03-03T04:13:59.631Z Compiling cpufeatures v0.2.14
17972025-03-03T04:13:59.748Z Compiling zerocopy-derive v0.8.10
17982025-03-03T04:13:59.935Z Compiling slog v2.7.0
17992025-03-03T04:14:00.437Z Compiling syn v1.0.109
18002025-03-03T04:14:00.465Z Compiling iana-time-zone v0.1.61
18012025-03-03T04:14:00.574Z Compiling futures-channel v0.3.31
18022025-03-03T04:14:00.650Z Compiling zerofrom v0.1.4
18032025-03-03T04:14:00.981Z Compiling futures-io v0.3.31
18042025-03-03T04:14:01.046Z Compiling futures-task v0.3.31
18052025-03-03T04:14:01.100Z Compiling pin-utils v0.1.0
18062025-03-03T04:14:01.204Z Compiling yoke v0.7.4
18072025-03-03T04:14:01.330Z Compiling futures-util v0.3.31
18082025-03-03T04:14:01.571Z Compiling scroll_derive v0.12.0
18092025-03-03T04:14:01.857Z Compiling openssl v0.10.71
18102025-03-03T04:14:02.051Z Compiling bitflags v2.6.0
18112025-03-03T04:14:02.070Z Compiling bytes v1.10.0
18122025-03-03T04:14:02.876Z Compiling indexmap v2.7.1
18132025-03-03T04:14:04.190Z Compiling tokio v1.43.0
18142025-03-03T04:14:04.655Z Compiling uuid v1.15.1
18152025-03-03T04:14:04.843Z Compiling serde_tokenstream v0.2.2
18162025-03-03T04:14:05.914Z Compiling chrono v0.4.40
18172025-03-03T04:14:07.120Z Compiling which v4.4.2
18182025-03-03T04:14:07.156Z Compiling http v1.2.0
18192025-03-03T04:14:08.907Z Compiling ucd-trie v0.1.7
18202025-03-03T04:14:09.184Z Compiling pest v2.7.14
18212025-03-03T04:14:09.705Z Compiling rustc_version v0.4.1
18222025-03-03T04:14:11.048Z Compiling zerovec v0.10.4
18232025-03-03T04:14:12.238Z Compiling hmac v0.12.1
18242025-03-03T04:14:14.135Z Compiling pest_meta v2.7.14
18252025-03-03T04:14:14.303Z Compiling block-padding v0.3.3
18262025-03-03T04:14:14.548Z Compiling openssl-macros v0.1.1
18272025-03-03T04:14:14.725Z Compiling dyn-clone v1.0.18
18282025-03-03T04:14:14.978Z Compiling native-tls v0.2.12
18292025-03-03T04:14:15.272Z Compiling rustls v0.23.19
18302025-03-03T04:14:15.599Z Compiling pest_generator v2.7.14
18312025-03-03T04:14:15.924Z Compiling inout v0.1.3
18322025-03-03T04:14:16.155Z Compiling tinystr v0.7.6
18332025-03-03T04:14:16.556Z Compiling toml_datetime v0.6.8
18342025-03-03T04:14:16.602Z Compiling serde_spanned v0.6.8
18352025-03-03T04:14:16.844Z Compiling ppv-lite86 v0.2.20
18362025-03-03T04:14:17.321Z Compiling tracing-core v0.1.32
18372025-03-03T04:14:17.555Z Compiling strsim v0.11.1
18382025-03-03T04:14:17.653Z Compiling litemap v0.7.3
18392025-03-03T04:14:17.794Z Compiling writeable v0.5.5
18402025-03-03T04:14:18.552Z Compiling icu_locid v1.5.0
18412025-03-03T04:14:18.734Z Compiling tracing v0.1.40
18422025-03-03T04:14:18.927Z Compiling pest_derive v2.7.14
18432025-03-03T04:14:19.482Z Compiling cipher v0.4.4
18442025-03-03T04:14:19.554Z Compiling sha2 v0.10.8
18452025-03-03T04:14:19.573Z Compiling aws-lc-sys v0.26.0
18462025-03-03T04:14:19.960Z Compiling cookie v0.18.1
18472025-03-03T04:14:20.294Z Compiling usdt-impl v0.5.0
18482025-03-03T04:14:20.314Z Compiling base64ct v1.6.0
18492025-03-03T04:14:20.398Z Compiling rustls-pki-types v1.10.0
18502025-03-03T04:14:20.879Z Compiling pem-rfc7468 v0.7.0
18512025-03-03T04:14:21.475Z Compiling icu_provider v1.5.0
18522025-03-03T04:14:23.797Z Compiling scroll v0.12.0
18532025-03-03T04:14:24.340Z Compiling async-trait v0.1.86
18542025-03-03T04:14:25.543Z Compiling anyhow v1.0.96
18552025-03-03T04:14:25.781Z Compiling icu_locid_transform_data v1.5.0
18562025-03-03T04:14:26.086Z Compiling flagset v0.4.6
18572025-03-03T04:14:26.240Z Compiling camino v1.1.9
18582025-03-03T04:14:26.419Z Compiling percent-encoding v2.3.1
18592025-03-03T04:14:26.647Z Compiling plain v0.2.3
18602025-03-03T04:14:26.755Z Compiling icu_locid_transform v1.5.0
18612025-03-03T04:14:26.815Z Compiling goblin v0.8.2
18622025-03-03T04:14:26.880Z Compiling der v0.7.9
18632025-03-03T04:14:30.619Z Compiling icu_collections v1.5.0
18642025-03-03T04:14:31.340Z Compiling tokio-util v0.7.13
18652025-03-03T04:14:32.013Z Compiling rustls v0.22.4
18662025-03-03T04:14:32.330Z Compiling pretty-hex v0.4.1
18672025-03-03T04:14:32.561Z Compiling untrusted v0.9.0
18682025-03-03T04:14:32.699Z Compiling rayon-core v1.12.1
18692025-03-03T04:14:32.748Z Compiling icu_properties_data v1.5.0
18702025-03-03T04:14:33.012Z Compiling untrusted v0.7.1
18712025-03-03T04:14:33.032Z Compiling powerfmt v0.2.0
18722025-03-03T04:14:33.052Z Compiling icu_properties v1.5.1
18732025-03-03T04:14:33.497Z Compiling deranged v0.3.11
18742025-03-03T04:14:33.572Z Compiling dof v0.3.0
18752025-03-03T04:14:35.179Z Compiling spki v0.7.3
18762025-03-03T04:14:35.387Z Compiling salsa20 v0.10.2
18772025-03-03T04:14:35.538Z Compiling dtrace-parser v0.2.0
18782025-03-03T04:14:35.645Z Compiling pbkdf2 v0.12.2
18792025-03-03T04:14:36.132Z Compiling bzip2-sys v0.1.11+1.0.8
18802025-03-03T04:14:36.847Z Compiling thread-id v4.2.2
18812025-03-03T04:14:36.994Z Compiling litrs v0.4.1
18822025-03-03T04:14:37.178Z Compiling write16 v1.0.0
18832025-03-03T04:14:37.341Z Compiling rustversion v1.0.17
18842025-03-03T04:14:37.447Z Compiling winnow v0.5.40
18852025-03-03T04:14:37.566Z Compiling atomic-waker v1.1.2
18862025-03-03T04:14:37.945Z Compiling icu_normalizer_data v1.5.0
18872025-03-03T04:14:38.067Z Compiling num_threads v0.1.7
18882025-03-03T04:14:38.132Z Compiling utf16_iter v1.0.5
18892025-03-03T04:14:38.210Z Compiling utf8_iter v1.0.4
18902025-03-03T04:14:38.615Z Compiling icu_normalizer v1.5.0
18912025-03-03T04:14:39.256Z Compiling time v0.3.36
18922025-03-03T04:14:40.909Z Compiling toml_edit v0.19.15
18932025-03-03T04:14:41.708Z Compiling document-features v0.2.10
18942025-03-03T04:14:43.037Z Compiling scrypt v0.11.0
18952025-03-03T04:14:43.549Z Compiling form_urlencoded v1.2.1
18962025-03-03T04:14:43.648Z Compiling aes v0.8.4
18972025-03-03T04:14:43.966Z Compiling cbc v0.1.2
18982025-03-03T04:14:44.053Z Compiling http-body v1.0.1
18992025-03-03T04:14:44.356Z Compiling multer v3.1.0
19002025-03-03T04:14:44.611Z Compiling try-lock v0.2.5
19012025-03-03T04:14:44.757Z Compiling tinyvec_macros v0.1.1
19022025-03-03T04:14:44.865Z Compiling slog-async v2.8.0
19032025-03-03T04:14:44.882Z Compiling tinyvec v1.8.0
19042025-03-03T04:14:45.328Z Compiling want v0.3.1
19052025-03-03T04:14:46.405Z Compiling pkcs5 v0.7.1
19062025-03-03T04:14:47.381Z Compiling idna_adapter v1.2.0
19072025-03-03T04:14:47.631Z Compiling h2 v0.4.6
19082025-03-03T04:14:47.975Z Compiling rand_chacha v0.3.1
19092025-03-03T04:14:48.867Z Compiling heapless v0.7.17
19102025-03-03T04:14:49.462Z Compiling httpdate v1.0.3
19112025-03-03T04:14:49.821Z Compiling tower-service v0.3.3
19122025-03-03T04:14:49.979Z Compiling adler2 v2.0.0
19132025-03-03T04:14:50.294Z Compiling signal-hook v0.3.17
19142025-03-03T04:14:50.958Z Compiling miniz_oxide v0.8.5
19152025-03-03T04:14:53.090Z Compiling rand v0.8.5
19162025-03-03T04:14:54.447Z Compiling idna v1.0.3
19172025-03-03T04:14:54.845Z Compiling pkcs8 v0.10.2
19182025-03-03T04:14:55.539Z Compiling usdt-attr-macro v0.5.0
19192025-03-03T04:14:55.877Z Compiling hyper v1.6.0
19202025-03-03T04:14:56.010Z Compiling usdt-macro v0.5.0
19212025-03-03T04:14:57.113Z Compiling async-stream-impl v0.3.6
19222025-03-03T04:14:57.490Z Compiling base64 v0.22.1
19232025-03-03T04:14:58.875Z Compiling hyper-util v0.1.10
19242025-03-03T04:15:05.024Z Compiling curve25519-dalek v4.1.3
19252025-03-03T04:15:05.429Z Compiling openapiv3 v2.0.0
19262025-03-03T04:15:05.606Z Compiling enum-as-inner v0.6.1
19272025-03-03T04:15:06.155Z Compiling memoffset v0.9.1
19282025-03-03T04:15:06.504Z Compiling dropshot v0.12.0
19292025-03-03T04:15:06.629Z Compiling smoltcp v0.9.1
19302025-03-03T04:15:06.781Z Compiling newtype-uuid v1.2.1
19312025-03-03T04:15:06.843Z Compiling portable-atomic v1.9.0
19322025-03-03T04:15:07.109Z Compiling foreign-types-shared v0.1.1
19332025-03-03T04:15:07.195Z Compiling openssl-probe v0.1.5
19342025-03-03T04:15:07.665Z Compiling match_cfg v0.1.0
19352025-03-03T04:15:07.683Z Compiling num-bigint-dig v0.8.4
19362025-03-03T04:15:07.706Z Compiling foreign-types v0.3.2
19372025-03-03T04:15:07.768Z Compiling hostname v0.3.1
19382025-03-03T04:15:08.002Z Compiling rand_core v0.9.2
19392025-03-03T04:15:08.935Z Compiling url v2.5.3
19402025-03-03T04:15:10.703Z Compiling http-body-util v0.1.2
19412025-03-03T04:15:11.270Z Compiling dirs-sys-next v0.1.2
19422025-03-03T04:15:11.719Z Compiling encoding_rs v0.8.34
19432025-03-03T04:15:11.737Z Compiling siphasher v0.3.11
19442025-03-03T04:15:12.095Z Compiling data-encoding v2.6.0
19452025-03-03T04:15:13.496Z Compiling cfg_aliases v0.2.1
19462025-03-03T04:15:13.615Z Compiling heck v0.4.1
19472025-03-03T04:15:14.002Z Compiling gimli v0.31.1
19482025-03-03T04:15:14.642Z Compiling ident_case v1.0.1
19492025-03-03T04:15:14.842Z Compiling mime v0.3.17
19502025-03-03T04:15:15.870Z Compiling darling_core v0.20.10
19512025-03-03T04:15:20.609Z Compiling addr2line v0.24.2
19522025-03-03T04:15:21.181Z Compiling nix v0.29.0
19532025-03-03T04:15:22.984Z Compiling dirs-next v2.0.0
19542025-03-03T04:15:24.006Z Compiling rand_chacha v0.9.0
19552025-03-03T04:15:25.568Z Compiling unicode-normalization v0.1.24
19562025-03-03T04:15:26.534Z Compiling crossbeam-epoch v0.9.18
19572025-03-03T04:15:27.216Z Compiling serde_urlencoded v0.7.1
19582025-03-03T04:15:27.784Z Compiling rustls-pemfile v2.2.0
19592025-03-03T04:15:28.273Z Compiling hubpack_derive v0.1.1
19602025-03-03T04:15:28.971Z Compiling dropshot_endpoint v0.12.0
19612025-03-03T04:15:29.197Z Compiling sha1 v0.10.6
19622025-03-03T04:15:29.383Z Compiling signature v2.2.0
19632025-03-03T04:15:29.605Z Compiling curve25519-dalek-derive v0.1.1
19642025-03-03T04:15:29.628Z Compiling zerocopy-derive v0.6.6
19652025-03-03T04:15:30.890Z Compiling thread_local v1.1.8
19662025-03-03T04:15:31.321Z Compiling object v0.36.5
19672025-03-03T04:15:31.346Z Compiling fs-err v2.11.0
19682025-03-03T04:15:31.691Z Compiling ahash v0.8.11
19692025-03-03T04:15:32.548Z Compiling crc32fast v1.4.2
19702025-03-03T04:15:32.885Z Compiling unicode-properties v0.1.3
19712025-03-03T04:15:33.468Z Compiling rustc-demangle v0.1.24
19722025-03-03T04:15:35.434Z Compiling rustls-webpki v0.102.8
19732025-03-03T04:15:35.808Z Compiling ipnet v2.11.0
19742025-03-03T04:15:36.189Z Compiling utf8parse v0.2.2
19752025-03-03T04:15:36.384Z Compiling buf-list v1.0.3
19762025-03-03T04:15:36.937Z Compiling zip v2.1.3
19772025-03-03T04:15:37.230Z Compiling anstyle v1.0.10
19782025-03-03T04:15:37.657Z Compiling unicode-bidi v0.3.17
19792025-03-03T04:15:38.801Z Compiling winnow v0.7.3
19802025-03-03T04:15:38.991Z Compiling backtrace v0.3.74
19812025-03-03T04:15:39.980Z Compiling stringprep v0.1.5
19822025-03-03T04:15:42.091Z Compiling toml_edit v0.22.24
19832025-03-03T04:15:42.573Z Compiling anstyle-parse v0.2.5
19842025-03-03T04:15:44.702Z Compiling crossbeam-deque v0.8.5
19852025-03-03T04:15:48.278Z Compiling rand v0.9.0
19862025-03-03T04:15:48.372Z Compiling term v0.7.0
19872025-03-03T04:15:48.479Z Compiling darling_macro v0.20.10
19882025-03-03T04:15:49.363Z Compiling slog-json v2.6.1
19892025-03-03T04:15:49.622Z Compiling crossbeam-channel v0.5.13
19902025-03-03T04:15:50.126Z Compiling futures-executor v0.3.31
19912025-03-03T04:15:50.408Z Compiling num-integer v0.1.46
19922025-03-03T04:15:50.568Z Compiling md-5 v0.10.6
19932025-03-03T04:15:50.588Z Compiling hash32 v0.2.1
19942025-03-03T04:15:50.836Z Compiling ff v0.13.0
19952025-03-03T04:15:50.865Z Compiling is-terminal v0.4.13
19962025-03-03T04:15:50.957Z Compiling memmap v0.7.0
19972025-03-03T04:15:51.093Z Compiling colorchoice v1.0.2
19982025-03-03T04:15:51.257Z Compiling utf-8 v0.7.6
19992025-03-03T04:15:51.279Z Compiling base16ct v0.2.0
20002025-03-03T04:15:51.566Z Compiling psl-types v2.0.11
20012025-03-03T04:15:51.792Z Compiling linked-hash-map v0.5.6
20022025-03-03T04:15:51.824Z Compiling quick-error v1.2.3
20032025-03-03T04:15:51.850Z Compiling fallible-iterator v0.2.0
20042025-03-03T04:15:51.995Z Compiling is_terminal_polyfill v1.70.1
20052025-03-03T04:15:52.137Z Compiling take_mut v0.2.2
20062025-03-03T04:15:52.154Z Compiling anstyle-query v1.1.1
20072025-03-03T04:15:52.321Z Compiling anstream v0.6.15
20082025-03-03T04:15:52.608Z Compiling postgres-protocol v0.6.8
20092025-03-03T04:15:52.666Z Compiling lru-cache v0.1.2
20102025-03-03T04:15:52.888Z Compiling resolv-conf v0.7.0
20112025-03-03T04:15:52.928Z Compiling publicsuffix v2.3.0
20122025-03-03T04:15:53.290Z Compiling sec1 v0.7.3
20132025-03-03T04:15:53.512Z Compiling tungstenite v0.24.0
20142025-03-03T04:15:53.581Z Compiling usdt v0.5.0
20152025-03-03T04:15:53.677Z Compiling group v0.13.0
20162025-03-03T04:15:53.739Z Compiling slog-term v2.9.1
20172025-03-03T04:15:53.848Z Compiling num-iter v0.1.45
20182025-03-03T04:15:53.988Z Compiling futures v0.3.31
20192025-03-03T04:15:55.624Z Compiling slog-bunyan v2.5.0
20202025-03-03T04:15:55.846Z Compiling darling v0.20.10
20212025-03-03T04:15:55.972Z Compiling tokio-rustls v0.26.0
20222025-03-03T04:15:56.431Z Compiling toml v0.8.20
20232025-03-03T04:15:56.530Z Compiling tokio-rustls v0.25.0
20242025-03-03T04:15:56.565Z Compiling tokio-native-tls v0.3.1
20252025-03-03T04:15:56.627Z Compiling bzip2 v0.4.4
20262025-03-03T04:15:56.958Z Compiling hickory-proto v0.24.4
20272025-03-03T04:15:56.996Z Compiling flate2 v1.1.0
20282025-03-03T04:15:57.168Z Compiling strum_macros v0.25.3
20292025-03-03T04:15:57.800Z Compiling phf_shared v0.11.2
20302025-03-03T04:15:58.049Z Compiling rustls-native-certs v0.8.1
20312025-03-03T04:15:58.806Z Compiling async-stream v0.3.6
20322025-03-03T04:15:58.883Z Compiling waitgroup v0.1.2
20332025-03-03T04:15:59.192Z Compiling webpki-roots v0.26.6
20342025-03-03T04:15:59.654Z Compiling hkdf v0.12.4
20352025-03-03T04:15:59.672Z Compiling terminal_size v0.4.0
20362025-03-03T04:15:59.898Z Compiling serde_path_to_error v0.1.16
20372025-03-03T04:15:59.901Z Compiling sync_wrapper v1.0.1
20382025-03-03T04:16:00.090Z Compiling crypto-bigint v0.5.5
20392025-03-03T04:16:00.245Z Compiling clap_derive v4.5.28
20402025-03-03T04:16:00.319Z Compiling serde_repr v0.1.19
20412025-03-03T04:16:00.501Z Compiling derive-where v1.2.7
20422025-03-03T04:16:00.504Z Compiling regress v0.10.3
20432025-03-03T04:16:00.647Z Compiling hostname v0.4.0
20442025-03-03T04:16:00.872Z Compiling lockfree-object-pool v0.1.6
20452025-03-03T04:16:01.341Z Compiling tower-layer v0.3.3
20462025-03-03T04:16:01.761Z Compiling managed v0.8.0
20472025-03-03T04:16:02.289Z Compiling bitflags v1.3.2
20482025-03-03T04:16:02.320Z Compiling debug-ignore v1.0.5
20492025-03-03T04:16:02.496Z Compiling simd-adler32 v0.3.7
20502025-03-03T04:16:02.549Z Compiling unicode-width v0.2.0
20512025-03-03T04:16:02.983Z Compiling clap_lex v0.7.4
20522025-03-03T04:16:03.095Z Compiling bumpalo v3.16.0
20532025-03-03T04:16:03.512Z Compiling zopfli v0.8.1
20542025-03-03T04:16:03.860Z Compiling tower v0.5.2
20552025-03-03T04:16:04.262Z Compiling typify-impl v0.2.0
20562025-03-03T04:16:04.761Z Compiling clap_builder v4.5.31
20572025-03-03T04:16:04.783Z Compiling console v0.15.10
20582025-03-03T04:16:04.861Z Compiling elliptic-curve v0.13.8
20592025-03-03T04:16:05.076Z Compiling hickory-resolver v0.24.4
20602025-03-03T04:16:07.395Z Compiling hyper-rustls v0.27.5
20612025-03-03T04:16:09.892Z Compiling phf v0.11.2
20622025-03-03T04:16:10.812Z Compiling hyper-tls v0.6.0
20632025-03-03T04:16:11.252Z Compiling signal-hook-mio v0.2.4
20642025-03-03T04:16:11.439Z Compiling rayon v1.10.0
20652025-03-03T04:16:11.576Z Compiling cookie_store v0.21.1
20662025-03-03T04:16:12.864Z Compiling tokio-tungstenite v0.24.0
20672025-03-03T04:16:12.905Z Compiling postgres-types v0.2.9
20682025-03-03T04:16:13.361Z Compiling zerocopy v0.6.6
20692025-03-03T04:16:13.446Z Compiling ed25519 v2.2.3
20702025-03-03T04:16:14.040Z Compiling hubpack v0.1.2
20712025-03-03T04:16:14.125Z Compiling phf_shared v0.10.0
20722025-03-03T04:16:14.178Z Compiling pkcs1 v0.7.5
20732025-03-03T04:16:14.488Z Compiling tokio-stream v0.1.17
20742025-03-03T04:16:15.041Z Compiling ipnetwork v0.21.1
20752025-03-03T04:16:15.448Z Compiling rfc6979 v0.4.0
20762025-03-03T04:16:15.675Z Compiling serde-big-array v0.5.1
20772025-03-03T04:16:15.785Z Compiling float-cmp v0.10.0
20782025-03-03T04:16:15.894Z Compiling bstr v1.10.0
20792025-03-03T04:16:16.024Z Compiling number_prefix v0.4.0
20802025-03-03T04:16:16.572Z Compiling unicode-segmentation v1.12.0
20812025-03-03T04:16:17.002Z Compiling predicates-core v1.0.8
20822025-03-03T04:16:17.433Z Compiling fixedbitset v0.4.2
20832025-03-03T04:16:17.837Z Compiling whoami v1.5.2
20842025-03-03T04:16:18.118Z Compiling precomputed-hash v0.1.1
20852025-03-03T04:16:18.289Z Compiling new_debug_unreachable v1.0.6
20862025-03-03T04:16:18.354Z Compiling normalize-line-endings v0.3.0
20872025-03-03T04:16:18.504Z Compiling difflib v0.4.0
20882025-03-03T04:16:18.594Z Compiling static_assertions v1.1.0
20892025-03-03T04:16:18.654Z Compiling string_cache v0.8.7
20902025-03-03T04:16:18.706Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20912025-03-03T04:16:19.071Z Compiling predicates v3.1.3
20922025-03-03T04:16:19.505Z Compiling tokio-postgres v0.7.13
20932025-03-03T04:16:20.421Z Compiling petgraph v0.6.5
20942025-03-03T04:16:20.721Z Compiling similar v2.7.0
20952025-03-03T04:16:21.239Z Compiling indicatif v0.17.11
20962025-03-03T04:16:22.770Z Compiling ecdsa v0.16.9
20972025-03-03T04:16:22.930Z Compiling qorb v0.2.1
20982025-03-03T04:16:24.007Z Compiling rsa v0.9.6
20992025-03-03T04:16:24.712Z Compiling typify-macro v0.2.0
21002025-03-03T04:16:24.822Z Compiling ed25519-dalek v2.1.1
21012025-03-03T04:16:26.240Z Compiling reqwest v0.12.12
21022025-03-03T04:16:27.370Z Compiling crossterm v0.28.1
21032025-03-03T04:16:27.806Z Compiling clap v4.5.31
21042025-03-03T04:16:27.927Z Compiling zip v0.6.6
21052025-03-03T04:16:27.976Z Compiling toml v0.7.8
21062025-03-03T04:16:28.397Z Compiling x509-cert v0.2.5
21072025-03-03T04:16:29.327Z Compiling hex v0.4.3
21082025-03-03T04:16:30.347Z Compiling itertools v0.10.5
21092025-03-03T04:16:30.938Z Compiling unicode-xid v0.2.6
21102025-03-03T04:16:31.143Z Compiling lalrpop-util v0.19.12
21112025-03-03T04:16:31.926Z Compiling peg-runtime v0.8.3
21122025-03-03T04:16:35.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21132025-03-03T04:16:39.763Z Compiling proc-macro-crate v1.3.1
21142025-03-03T04:16:40.504Z Compiling macaddr v1.0.1
21152025-03-03T04:16:40.886Z Compiling itertools v0.13.0
21162025-03-03T04:16:42.035Z Compiling fastrand v2.1.1
21172025-03-03T04:16:43.316Z Compiling heapless v0.8.0
21182025-03-03T04:16:43.875Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21192025-03-03T04:16:44.481Z Compiling tempfile v3.13.0
21202025-03-03T04:16:49.470Z Compiling num_enum_derive v0.5.11
21212025-03-03T04:16:54.099Z Compiling structmeta-derive v0.3.0
21222025-03-03T04:16:55.026Z Compiling hash32 v0.3.1
21232025-03-03T04:16:55.616Z Compiling thiserror v2.0.11
21242025-03-03T04:16:56.891Z Compiling smoltcp v0.11.0
21252025-03-03T04:16:57.874Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21262025-03-03T04:17:01.446Z Compiling structmeta v0.3.0
21272025-03-03T04:17:03.440Z Compiling num_enum v0.5.11
21282025-03-03T04:17:03.661Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21292025-03-03T04:17:04.512Z Compiling typify v0.2.0
21302025-03-03T04:17:04.687Z Compiling oxnet v0.1.1
21312025-03-03T04:17:05.179Z Compiling strum_macros v0.26.4
21322025-03-03T04:17:06.248Z Compiling thiserror-impl v2.0.11
21332025-03-03T04:17:08.301Z Compiling proc-macro-error-attr v1.0.4
21342025-03-03T04:17:09.069Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21352025-03-03T04:17:09.393Z Compiling cobs v0.2.3
21362025-03-03T04:17:09.873Z Compiling unsafe-libyaml v0.2.11
21372025-03-03T04:17:11.189Z Compiling serde_yaml v0.9.34+deprecated
21382025-03-03T04:17:11.565Z Compiling postcard v1.0.10
21392025-03-03T04:17:12.305Z Compiling strum v0.26.3
21402025-03-03T04:17:21.989Z Compiling progenitor-impl v0.8.0
21412025-03-03T04:17:22.923Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21422025-03-03T04:17:36.700Z Compiling foreign-types-macros v0.2.3
21432025-03-03T04:17:36.731Z Compiling wait-timeout v0.2.0
21442025-03-03T04:17:36.856Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21452025-03-03T04:17:37.038Z Compiling proc-macro-error v1.0.4
21462025-03-03T04:17:37.340Z Compiling unicode-width v0.1.14
21472025-03-03T04:17:37.552Z Compiling bit-vec v0.8.0
21482025-03-03T04:17:37.992Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21492025-03-03T04:17:38.281Z Compiling foreign-types-shared v0.3.1
21502025-03-03T04:17:38.441Z Compiling foreign-types v0.5.0
21512025-03-03T04:17:42.830Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21522025-03-03T04:17:43.026Z Compiling bit-set v0.8.0
21532025-03-03T04:17:43.401Z Compiling tabwriter v1.4.0
21542025-03-03T04:17:44.467Z Compiling rusty-fork v0.3.0
21552025-03-03T04:17:50.660Z Compiling progenitor-macro v0.8.0
21562025-03-03T04:17:53.106Z Compiling parse-display-derive v0.10.0
21572025-03-03T04:17:55.951Z Compiling progenitor-client v0.8.0
21582025-03-03T04:17:57.957Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21592025-03-03T04:17:58.283Z Compiling daft-derive v0.1.1
21602025-03-03T04:17:58.790Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21612025-03-03T04:17:59.638Z Compiling rand_xorshift v0.3.0
21622025-03-03T04:17:59.689Z Compiling cstr-argument v0.1.2
21632025-03-03T04:17:59.938Z Compiling dropshot v0.16.0
21642025-03-03T04:17:59.986Z Compiling unarray v0.1.4
21652025-03-03T04:18:00.203Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21662025-03-03T04:18:00.285Z Compiling crucible-workspace-hack v0.1.0
21672025-03-03T04:18:00.619Z Compiling pretty-hex v0.2.1
21682025-03-03T04:18:00.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21692025-03-03T04:18:01.058Z Compiling progenitor v0.8.0
21702025-03-03T04:18:01.275Z Compiling proptest v1.6.0
21712025-03-03T04:18:01.297Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722025-03-03T04:18:01.297Z Compiling daft v0.1.1
21732025-03-03T04:18:01.598Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21742025-03-03T04:18:01.793Z Compiling parse-display v0.10.0
21752025-03-03T04:18:02.146Z Compiling test-strategy v0.4.0
21762025-03-03T04:18:02.528Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772025-03-03T04:18:02.741Z Compiling colored v2.2.0
21782025-03-03T04:18:03.663Z Compiling serde_with_macros v3.12.0
21792025-03-03T04:18:04.004Z Compiling dropshot_endpoint v0.16.0
21802025-03-03T04:18:04.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21812025-03-03T04:18:04.909Z Compiling instant v0.1.13
21822025-03-03T04:18:05.115Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21832025-03-03T04:18:05.352Z Compiling winnow v0.6.20
21842025-03-03T04:18:05.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21852025-03-03T04:18:05.973Z Compiling serde_with v3.12.0
21862025-03-03T04:18:08.054Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21872025-03-03T04:18:08.494Z Compiling backoff v0.4.0
21882025-03-03T04:18:08.884Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21892025-03-03T04:18:09.253Z Compiling zone_cfg_derive v0.3.0
21902025-03-03T04:18:09.683Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21912025-03-03T04:18:10.400Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21922025-03-03T04:18:10.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21932025-03-03T04:18:10.679Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21942025-03-03T04:18:11.110Z Compiling camino-tempfile v1.1.1
21952025-03-03T04:18:11.136Z Compiling progenitor-client v0.9.1
21962025-03-03T04:18:11.868Z Compiling num-derive v0.4.2
21972025-03-03T04:18:12.084Z Compiling sigpipe v0.1.3
21982025-03-03T04:18:12.239Z Compiling libefi-sys v0.1.0
21992025-03-03T04:18:12.592Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22002025-03-03T04:18:13.005Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22012025-03-03T04:18:14.127Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
22022025-03-03T04:18:15.698Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22032025-03-03T04:18:16.257Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22042025-03-03T04:18:16.804Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22052025-03-03T04:18:16.807Z Compiling zone v0.3.0
22062025-03-03T04:18:18.620Z Compiling itertools v0.14.0
22072025-03-03T04:18:19.740Z Compiling smf v0.2.3
22082025-03-03T04:18:20.225Z Compiling bitfield-struct v0.6.2
22092025-03-03T04:18:21.263Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22102025-03-03T04:18:21.564Z Compiling blake3 v1.5.4
22112025-03-03T04:18:21.841Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22122025-03-03T04:18:22.348Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22132025-03-03T04:18:22.641Z Compiling xattr v1.3.1
22142025-03-03T04:18:22.687Z Compiling memmap2 v0.9.5
22152025-03-03T04:18:22.907Z Compiling filetime v0.2.25
22162025-03-03T04:18:22.978Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22172025-03-03T04:18:23.135Z Compiling arrayref v0.3.9
22182025-03-03T04:18:23.277Z Compiling arrayvec v0.7.6
22192025-03-03T04:18:23.297Z Compiling same-file v1.0.6
22202025-03-03T04:18:23.297Z Compiling constant_time_eq v0.3.1
22212025-03-03T04:18:23.469Z Compiling tar v0.4.44
22222025-03-03T04:18:23.521Z Compiling walkdir v2.5.0
22232025-03-03T04:18:23.622Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22242025-03-03T04:18:25.124Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22252025-03-03T04:18:25.555Z Compiling gethostname v0.5.0
22262025-03-03T04:18:25.799Z Compiling cargo-platform v0.1.8
22272025-03-03T04:18:26.253Z Compiling topological-sort v0.2.2
22282025-03-03T04:18:26.291Z Compiling fixedbitset v0.5.7
22292025-03-03T04:18:26.547Z Compiling omicron-zone-package v0.12.0
22302025-03-03T04:18:26.901Z Compiling petgraph v0.7.1
22312025-03-03T04:18:27.456Z Compiling cargo_metadata v0.19.1
22322025-03-03T04:18:28.918Z Compiling shell-words v1.1.0
22332025-03-03T04:18:28.967Z Compiling indent_write v2.2.0
22342025-03-03T04:18:35.876Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22352025-03-03T04:18:38.052Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22362025-03-03T04:18:39.951Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22372025-03-03T04:18:56.012Z Finished `release` profile [optimized] target(s) in 5m 20s
22382025-03-03T04:18:56.192Z Running `target/release/omicron-package -t test target create -p dev`
22392025-03-03T04:18:56.248ZLogging to: /work/oxidecomputer/omicron/out/LOG
22402025-03-03T04:18:56.253ZCreated new build target 'test' and set it as active
22412025-03-03T04:18:56.253Z
22422025-03-03T04:18:56.253Zreal 5:20.411157038
22432025-03-03T04:18:56.253Zuser 37:15.651338134
22442025-03-03T04:18:56.253Zsys 3:35.115942522
22452025-03-03T04:18:56.253Ztrap 1.180006645
22462025-03-03T04:18:56.253Ztflt 1.720285174
22472025-03-03T04:18:56.253Zdflt 0.944235343
22482025-03-03T04:18:56.253Zkflt 0.000163464
22492025-03-03T04:18:56.253Zlock 1:13:26.533278153
22502025-03-03T04:18:56.253Zslp 2:30:17.969528464
22512025-03-03T04:18:56.253Zlat 2:50.728773502
22522025-03-03T04:18:56.253Zstop 5:03.786139562
22532025-03-03T04:18:56.257Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22542025-03-03T04:18:57.302Z Finished `release` profile [optimized] target(s) in 0.99s
22552025-03-03T04:18:57.375Z Running `target/release/omicron-package -t test package`
22562025-03-03T04:18:57.424ZLogging to: /work/oxidecomputer/omicron/out/LOG
22572025-03-03T04:18:58.654Z Compiling ring v0.17.11
22582025-03-03T04:18:58.839Z Compiling thiserror v2.0.11
22592025-03-03T04:18:58.857Z Compiling typify-impl v0.3.0
22602025-03-03T04:18:58.874Z Compiling convert_case v0.4.0
22612025-03-03T04:18:58.880Z Compiling fastrand v2.1.1
22622025-03-03T04:18:58.880Z Compiling newline-converter v0.3.0
22632025-03-03T04:18:58.880Z Compiling password-hash v0.5.0
22642025-03-03T04:18:59.146Z Compiling expectorate v1.1.0
22652025-03-03T04:18:59.349Z Compiling tempfile v3.13.0
22662025-03-03T04:18:59.386Z Compiling blake2 v0.10.6
22672025-03-03T04:18:59.498Z Compiling derive_more v0.99.19
22682025-03-03T04:19:00.045Z Compiling base64 v0.21.7
22692025-03-03T04:19:00.504Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22702025-03-03T04:19:01.002Z Compiling argon2 v0.5.3
22712025-03-03T04:19:01.162Z Compiling atomicwrites v0.4.4
22722025-03-03T04:19:01.270Z Compiling cancel-safe-futures v0.1.5
22732025-03-03T04:19:01.617Z Compiling owo-colors v4.2.0
22742025-03-03T04:19:01.693Z Compiling num-rational v0.4.2
22752025-03-03T04:19:02.237Z Compiling libsw-core v0.3.1
22762025-03-03T04:19:02.483Z Compiling num-complex v0.4.6
22772025-03-03T04:19:03.362Z Compiling libsw v3.4.0
22782025-03-03T04:19:03.625Z Compiling num v0.4.3
22792025-03-03T04:19:04.079Z Compiling rustls v0.23.19
22802025-03-03T04:19:04.103Z Compiling rustls v0.22.4
22812025-03-03T04:19:04.135Z Compiling swrite v0.1.0
22822025-03-03T04:19:04.294Z Compiling float-ord v0.3.2
22832025-03-03T04:19:04.371Z Compiling linear-map v1.2.0
22842025-03-03T04:19:04.494Z Compiling highway v1.3.0
22852025-03-03T04:19:04.772Z Compiling tungstenite v0.21.0
22862025-03-03T04:19:04.970Z Compiling semver v0.1.20
22872025-03-03T04:19:05.492Z Compiling rustc_version v0.1.7
22882025-03-03T04:19:05.873Z Compiling tokio-tungstenite v0.21.0
22892025-03-03T04:19:06.069Z Compiling newtype_derive v0.1.6
22902025-03-03T04:19:06.157Z Compiling ipnetwork v0.21.1
22912025-03-03T04:19:06.425Z Compiling rustls-webpki v0.102.8
22922025-03-03T04:19:06.479Z Compiling wait-timeout v0.2.0
22932025-03-03T04:19:06.842Z Compiling bit-vec v0.8.0
22942025-03-03T04:19:06.917Z Compiling rusty-fork v0.3.0
22952025-03-03T04:19:07.287Z Compiling bit-set v0.8.0
22962025-03-03T04:19:07.583Z Compiling oxnet v0.1.1
22972025-03-03T04:19:08.125Z Compiling rand_xorshift v0.3.0
22982025-03-03T04:19:08.221Z Compiling unarray v0.1.4
22992025-03-03T04:19:08.430Z Compiling humantime v2.1.0
23002025-03-03T04:19:08.450Z Compiling proptest v1.6.0
23012025-03-03T04:19:08.986Z Compiling typify-macro v0.3.0
23022025-03-03T04:19:09.420Z Compiling daft v0.1.1
23032025-03-03T04:19:09.848Z Compiling parse-display v0.10.0
23042025-03-03T04:19:09.866Z Compiling dropshot v0.16.0
23052025-03-03T04:19:09.931Z Compiling strum v0.26.3
23062025-03-03T04:19:10.142Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23072025-03-03T04:19:10.332Z Compiling instant v0.1.13
23082025-03-03T04:19:10.351Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23092025-03-03T04:19:10.508Z Compiling backoff v0.4.0
23102025-03-03T04:19:10.828Z Compiling steno v0.4.1
23112025-03-03T04:19:10.851Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23122025-03-03T04:19:11.930Z Compiling tokio-rustls v0.25.0
23132025-03-03T04:19:12.374Z Compiling dropshot v0.12.0
23142025-03-03T04:19:14.813Z Compiling tokio-rustls v0.26.0
23152025-03-03T04:19:15.291Z Compiling hyper-rustls v0.27.5
23162025-03-03T04:19:16.382Z Compiling reqwest v0.12.12
23172025-03-03T04:19:19.002Z Compiling qorb v0.2.1
23182025-03-03T04:19:19.952Z Compiling typify v0.3.0
23192025-03-03T04:19:20.114Z Compiling progenitor-impl v0.9.1
23202025-03-03T04:19:25.050Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212025-03-03T04:19:26.482Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222025-03-03T04:19:31.701Z Compiling progenitor-client v0.9.1
23232025-03-03T04:19:48.710Z Compiling progenitor-client v0.8.0
23242025-03-03T04:19:49.622Z Compiling progenitor v0.8.0
23252025-03-03T04:19:49.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23262025-03-03T04:19:56.037Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23272025-03-03T04:19:57.646Z Compiling progenitor-macro v0.9.1
23282025-03-03T04:19:59.242Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23292025-03-03T04:20:01.619Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23302025-03-03T04:20:01.888Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23312025-03-03T04:20:02.524Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23322025-03-03T04:20:03.996Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23332025-03-03T04:20:04.670Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342025-03-03T04:20:04.876Z Compiling serde_with v3.12.0
23352025-03-03T04:20:07.903Z Compiling progenitor v0.9.1
23362025-03-03T04:20:08.146Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23372025-03-03T04:20:08.302Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23382025-03-03T04:20:09.371Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23392025-03-03T04:20:09.619Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23402025-03-03T04:20:09.701Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23412025-03-03T04:20:10.849Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23422025-03-03T04:20:10.933Z Compiling macaddr v1.0.1
23432025-03-03T04:20:12.680Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23442025-03-03T04:20:19.043Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23452025-03-03T04:20:21.484Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23462025-03-03T04:20:21.487Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23472025-03-03T04:20:24.631Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23482025-03-03T04:20:27.217Z Compiling slog-dtrace v0.3.0
23492025-03-03T04:20:27.663Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23502025-03-03T04:20:29.495Z Compiling prettyplease v0.2.29
23512025-03-03T04:20:34.089Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23522025-03-03T04:20:35.889Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23532025-03-03T04:20:36.285Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23542025-03-03T04:20:36.915Z Compiling half v2.4.1
23552025-03-03T04:20:37.141Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23562025-03-03T04:20:37.574Z Compiling ciborium-io v0.2.2
23572025-03-03T04:20:37.745Z Compiling ciborium-ll v0.2.2
23582025-03-03T04:20:38.310Z Compiling bytecount v0.6.8
23592025-03-03T04:20:38.664Z Compiling ciborium v0.2.2
23602025-03-03T04:20:39.246Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23612025-03-03T04:20:40.736Z Compiling display-error-chain v0.2.2
23622025-03-03T04:20:41.093Z Compiling const_format_proc_macros v0.2.34
23632025-03-03T04:20:42.285Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23642025-03-03T04:20:42.709Z Compiling same-file v1.0.6
23652025-03-03T04:20:42.912Z Compiling keccak v0.1.5
23662025-03-03T04:20:42.962Z Compiling crunchy v0.2.2
23672025-03-03T04:20:43.507Z Compiling maplit v1.0.2
23682025-03-03T04:20:43.691Z Compiling sha3 v0.10.8
23692025-03-03T04:20:44.066Z Compiling const_format v0.2.34
23702025-03-03T04:20:44.570Z Compiling walkdir v2.5.0
23712025-03-03T04:20:44.993Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23722025-03-03T04:20:45.162Z Compiling radium v0.7.0
23732025-03-03T04:20:45.300Z Compiling tiny-keccak v2.0.2
23742025-03-03T04:20:45.350Z Compiling blake3 v1.5.4
23752025-03-03T04:20:45.685Z Compiling dsl_auto_type v0.1.2
23762025-03-03T04:20:45.797Z Compiling scheduled-thread-pool v0.2.7
23772025-03-03T04:20:46.030Z Compiling xattr v1.3.1
23782025-03-03T04:20:46.337Z Compiling diesel_table_macro_syntax v0.2.0
23792025-03-03T04:20:46.717Z Compiling memmap2 v0.9.5
23802025-03-03T04:20:46.862Z Compiling filetime v0.2.25
23812025-03-03T04:20:47.098Z Compiling arrayref v0.3.9
23822025-03-03T04:20:47.152Z Compiling arrayvec v0.7.6
23832025-03-03T04:20:47.170Z Compiling tap v1.0.1
23842025-03-03T04:20:47.218Z Compiling maybe-uninit v2.0.0
23852025-03-03T04:20:47.363Z Compiling constant_time_eq v0.3.1
23862025-03-03T04:20:47.546Z Compiling bit-vec v0.6.3
23872025-03-03T04:20:47.807Z Compiling wyz v0.5.1
23882025-03-03T04:20:47.949Z Compiling bit-set v0.5.3
23892025-03-03T04:20:48.253Z Compiling tar v0.4.44
23902025-03-03T04:20:48.282Z Compiling diesel_derives v2.2.3
23912025-03-03T04:20:48.562Z Compiling r2d2 v0.8.10
23922025-03-03T04:20:49.358Z Compiling toolchain_find v0.4.0
23932025-03-03T04:20:49.565Z Compiling camino-tempfile v1.1.1
23942025-03-03T04:20:49.880Z Compiling phf_generator v0.11.2
23952025-03-03T04:20:50.008Z Compiling ascii-canvas v3.0.0
23962025-03-03T04:20:50.050Z Compiling secrecy v0.8.0
23972025-03-03T04:20:50.079Z Compiling ena v0.14.3
23982025-03-03T04:20:50.334Z Compiling async-recursion v1.1.1
23992025-03-03T04:20:50.482Z Compiling diff v0.1.13
24002025-03-03T04:20:50.506Z Compiling crc-catalog v2.4.0
24012025-03-03T04:20:50.702Z Compiling packed_struct v0.10.1
24022025-03-03T04:20:51.135Z Compiling bindgen v0.71.1
24032025-03-03T04:20:51.316Z Compiling regex-syntax v0.6.29
24042025-03-03T04:20:51.469Z Compiling topological-sort v0.2.2
24052025-03-03T04:20:51.666Z Compiling funty v2.0.0
24062025-03-03T04:20:51.706Z Compiling omicron-zone-package v0.12.0
24072025-03-03T04:20:51.794Z Compiling crc v3.2.1
24082025-03-03T04:20:52.164Z Compiling phf_codegen v0.11.2
24092025-03-03T04:20:52.410Z Compiling rustfmt-wrapper v0.2.1
24102025-03-03T04:20:52.968Z Compiling bitvec v1.0.1
24112025-03-03T04:20:54.071Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24122025-03-03T04:20:54.634Z Compiling lalrpop v0.19.12
24132025-03-03T04:20:55.149Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24142025-03-03T04:20:55.404Z Compiling universal-hash v0.5.1
24152025-03-03T04:20:55.666Z Compiling thiserror-impl-no-std v2.0.2
24162025-03-03T04:20:55.966Z Compiling packed_struct_codegen v0.10.1
24172025-03-03T04:20:56.532Z Compiling parse-zoneinfo v0.3.1
24182025-03-03T04:20:57.458Z Compiling indexmap v1.9.3
24192025-03-03T04:20:57.801Z Compiling rustc-hash v2.1.1
24202025-03-03T04:20:57.912Z Compiling nodrop v0.1.14
24212025-03-03T04:20:58.017Z Compiling ref-cast v1.0.23
24222025-03-03T04:20:58.043Z Compiling opaque-debug v0.3.1
24232025-03-03T04:20:58.075Z Compiling array-init v0.0.4
24242025-03-03T04:20:58.173Z Compiling poly1305 v0.8.0
24252025-03-03T04:20:58.591Z Compiling thiserror-no-std v2.0.2
24262025-03-03T04:20:58.737Z Compiling diesel v2.2.7
24272025-03-03T04:20:59.137Z Compiling chrono-tz-build v0.4.0
24282025-03-03T04:20:59.742Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24292025-03-03T04:21:00.092Z Compiling smallvec v0.6.14
24302025-03-03T04:21:00.586Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24312025-03-03T04:21:00.922Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24322025-03-03T04:21:01.273Z Compiling itertools v0.13.0
24332025-03-03T04:21:02.236Z Compiling derive_builder_core v0.20.2
24342025-03-03T04:21:04.130Z Compiling chacha20 v0.9.1
24352025-03-03T04:21:04.635Z Compiling headers-core v0.3.0
24362025-03-03T04:21:04.842Z Compiling aead v0.5.2
24372025-03-03T04:21:04.928Z Compiling libxml v0.3.3
24382025-03-03T04:21:05.251Z Compiling ref-cast-impl v1.0.23
24392025-03-03T04:21:05.307Z Compiling vte_generate_state_changes v0.1.2
24402025-03-03T04:21:05.882Z Compiling hashbrown v0.12.3
24412025-03-03T04:21:06.371Z Compiling bitfield v0.14.0
24422025-03-03T04:21:06.702Z Compiling termcolor v1.4.1
24432025-03-03T04:21:07.135Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24442025-03-03T04:21:07.513Z Compiling arc-swap v1.7.1
24452025-03-03T04:21:07.761Z Compiling env_logger v0.10.2
24462025-03-03T04:21:08.147Z Compiling slog-scope v4.4.0
24472025-03-03T04:21:09.934Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24482025-03-03T04:21:10.886Z Compiling vte v0.11.1
24492025-03-03T04:21:10.955Z Compiling chacha20poly1305 v0.10.1
24502025-03-03T04:21:11.156Z Compiling samael v0.0.18
24512025-03-03T04:21:11.206Z Compiling headers v0.4.0
24522025-03-03T04:21:12.413Z Compiling derive_builder_macro v0.20.2
24532025-03-03T04:21:12.818Z Compiling serde-hex v0.1.0
24542025-03-03T04:21:13.369Z Compiling chrono-tz v0.10.1
24552025-03-03T04:21:14.041Z Compiling vsss-rs v3.3.4
24562025-03-03T04:21:14.685Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24572025-03-03T04:21:16.568Z Compiling polar-core v0.27.3
24582025-03-03T04:21:17.582Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24592025-03-03T04:21:17.859Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24602025-03-03T04:21:18.007Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24612025-03-03T04:21:18.154Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24622025-03-03T04:21:18.507Z Compiling ron v0.8.1
24632025-03-03T04:21:22.143Z Compiling hashbrown v0.13.2
24642025-03-03T04:21:22.376Z Compiling strum_macros v0.24.3
24652025-03-03T04:21:23.462Z Compiling unicase v2.7.0
24662025-03-03T04:21:23.841Z Compiling indoc v1.0.9
24672025-03-03T04:21:24.252Z Compiling crc-any v2.5.0
24682025-03-03T04:21:24.671Z Compiling object v0.30.4
24692025-03-03T04:21:25.219Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24702025-03-03T04:21:25.393Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24712025-03-03T04:21:40.755Z Compiling derive_builder v0.20.2
24722025-03-03T04:21:42.326Z Compiling strip-ansi-escapes v0.2.0
24732025-03-03T04:21:44.406Z Compiling slog-stdlog v4.1.1
24742025-03-03T04:21:45.128Z Compiling papergrid v0.11.0
24752025-03-03T04:21:45.315Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24762025-03-03T04:21:45.668Z Compiling tabled_derive v0.7.0
24772025-03-03T04:21:47.202Z Compiling fd-lock v4.0.2
24782025-03-03T04:21:47.464Z Compiling peg-macros v0.8.4
24792025-03-03T04:21:47.730Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24802025-03-03T04:21:48.753Z Compiling oso-derive v0.27.3
24812025-03-03T04:21:49.703Z Compiling impl-trait-for-tuples v0.2.2
24822025-03-03T04:21:50.544Z Compiling quick-xml v0.37.2
24832025-03-03T04:21:55.286Z Compiling diesel-dtrace v0.4.2
24842025-03-03T04:21:55.666Z Compiling nu-ansi-term v0.50.1
24852025-03-03T04:21:56.612Z Compiling path-slash v0.1.5
24862025-03-03T04:21:56.887Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24872025-03-03T04:21:56.970Z Compiling reedline v0.38.0
24882025-03-03T04:21:58.851Z Compiling oso v0.27.3
24892025-03-03T04:22:10.421Z Compiling peg v0.8.4
24902025-03-03T04:22:10.605Z Compiling tabled v0.15.0
24912025-03-03T04:22:11.994Z Compiling slog-envlogger v2.2.0
24922025-03-03T04:22:15.486Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24932025-03-03T04:22:16.550Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24942025-03-03T04:22:18.071Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24952025-03-03T04:22:18.440Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24962025-03-03T04:22:21.055Z Compiling pem v3.0.5
24972025-03-03T04:22:22.530Z Compiling bb8 v0.8.5
24982025-03-03T04:22:23.133Z Compiling bcs v0.1.6
24992025-03-03T04:22:23.965Z Compiling fxhash v0.2.1
25002025-03-03T04:22:24.229Z Compiling libz-sys v1.1.20
25012025-03-03T04:22:24.921Z Compiling termtree v0.5.1
25022025-03-03T04:22:25.384Z Compiling async-bb8-diesel v0.2.1
25032025-03-03T04:22:28.221Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25042025-03-03T04:22:28.895Z Compiling kstat-rs v0.2.4
25052025-03-03T04:22:29.260Z Compiling proc-macro-error-attr2 v2.0.0
25062025-03-03T04:22:29.772Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25072025-03-03T04:22:30.047Z Compiling proc-macro-error2 v2.0.1
25082025-03-03T04:22:30.636Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25092025-03-03T04:22:30.639Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25102025-03-03T04:22:31.125Z Compiling nanorand v0.7.0
25112025-03-03T04:22:31.807Z Compiling libgit2-sys v0.17.0+1.8.1
25122025-03-03T04:22:32.588Z Compiling pin-project-internal v1.1.6
25132025-03-03T04:22:35.201Z Compiling parking_lot_core v0.8.6
25142025-03-03T04:22:35.726Z Compiling pin-project v1.1.6
25152025-03-03T04:22:44.391Z Compiling flume v0.11.1
25162025-03-03T04:22:45.125Z Compiling tabled_derive v0.10.0
25172025-03-03T04:22:45.524Z Compiling mime_guess v2.0.5
25182025-03-03T04:22:47.037Z Compiling papergrid v0.14.0
25192025-03-03T04:22:47.569Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25202025-03-03T04:22:49.280Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
25212025-03-03T04:22:52.103Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25222025-03-03T04:22:55.162Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25232025-03-03T04:22:56.425Z Compiling snafu-derive v0.8.5
25242025-03-03T04:22:58.440Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25252025-03-03T04:22:58.892Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25262025-03-03T04:23:00.002Z Compiling tabled v0.18.0
25272025-03-03T04:23:00.730Z Compiling snafu v0.8.5
25282025-03-03T04:23:14.661Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25292025-03-03T04:23:16.789Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25302025-03-03T04:23:19.894Z Compiling globset v0.4.15
25312025-03-03T04:23:22.885Z Compiling olpc-cjson v0.1.4
25322025-03-03T04:23:23.192Z Compiling castaway v0.2.3
25332025-03-03T04:23:23.391Z Compiling vergen v8.3.2
25342025-03-03T04:23:23.696Z Compiling nibble_vec v0.1.0
25352025-03-03T04:23:23.947Z Compiling serde_plain v1.0.2
25362025-03-03T04:23:24.491Z Compiling cargo-platform v0.1.8
25372025-03-03T04:23:24.991Z Compiling atty v0.2.14
25382025-03-03T04:23:25.185Z Compiling http-range v0.1.5
25392025-03-03T04:23:25.792Z Compiling salty v0.3.0
25402025-03-03T04:23:25.856Z Compiling typed-path v0.9.3
25412025-03-03T04:23:25.876Z Compiling endian-type v0.1.2
25422025-03-03T04:23:26.124Z Compiling io-lifetimes v1.0.11
25432025-03-03T04:23:26.241Z Compiling radix_trie v0.2.1
25442025-03-03T04:23:27.087Z Compiling git2 v0.19.0
25452025-03-03T04:23:27.171Z Compiling cargo_metadata v0.18.1
25462025-03-03T04:23:27.245Z Compiling compact_str v0.8.0
25472025-03-03T04:23:29.776Z Compiling tough v0.19.0
25482025-03-03T04:23:30.071Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25492025-03-03T04:23:30.102Z Compiling parking_lot v0.11.2
25502025-03-03T04:23:34.029Z Compiling unicode-truncate v1.1.0
25512025-03-03T04:23:34.350Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25522025-03-03T04:23:34.965Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25532025-03-03T04:23:38.636Z Compiling lru v0.12.5
25542025-03-03T04:23:39.017Z Compiling rand_seeder v0.3.0
25552025-03-03T04:23:39.464Z Compiling lzma-sys v0.1.20
25562025-03-03T04:23:39.585Z Compiling instability v0.3.2
25572025-03-03T04:23:40.187Z Compiling rustix v0.37.28
25582025-03-03T04:23:40.632Z Compiling rustls v0.21.12
25592025-03-03T04:23:40.800Z Compiling parse-size v1.1.0
25602025-03-03T04:23:40.968Z Compiling indoc v2.0.5
25612025-03-03T04:23:40.989Z Compiling cassowary v0.3.0
25622025-03-03T04:23:41.139Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25632025-03-03T04:23:41.834Z Compiling ratatui v0.29.0
25642025-03-03T04:23:42.691Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25652025-03-03T04:23:42.973Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25662025-03-03T04:23:44.445Z Compiling hyper-staticfile v0.10.1
25672025-03-03T04:23:45.981Z Compiling sled v0.34.7
25682025-03-03T04:23:46.945Z Compiling hickory-client v0.24.4
25692025-03-03T04:23:49.434Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25702025-03-03T04:23:50.627Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25712025-03-03T04:23:51.594Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25722025-03-03T04:23:56.125Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25732025-03-03T04:23:56.475Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25742025-03-03T04:24:02.856Z Compiling rustls-webpki v0.101.7
25752025-03-03T04:24:02.900Z Compiling sct v0.7.1
25762025-03-03T04:24:02.900Z Compiling hickory-server v0.24.4
25772025-03-03T04:24:02.900Z Compiling primeorder v0.13.6
25782025-03-03T04:24:02.900Z Compiling heck v0.3.3
25792025-03-03T04:24:02.900Z Compiling env_filter v0.1.2
25802025-03-03T04:24:02.900Z Compiling csv-core v0.1.11
25812025-03-03T04:24:02.900Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25822025-03-03T04:24:02.955Z Compiling csv v1.3.1
25832025-03-03T04:24:03.281Z Compiling env_logger v0.11.5
25842025-03-03T04:24:03.798Z Compiling p384 v0.13.0
25852025-03-03T04:24:04.698Z Compiling zone_cfg_derive v0.1.2
25862025-03-03T04:24:05.065Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25872025-03-03T04:24:10.729Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25882025-03-03T04:24:11.182Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25892025-03-03T04:24:12.405Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25902025-03-03T04:24:12.652Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25912025-03-03T04:24:12.924Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25922025-03-03T04:24:13.395Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25932025-03-03T04:24:13.685Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25942025-03-03T04:24:13.761Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25952025-03-03T04:24:14.053Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25962025-03-03T04:24:14.111Z Compiling nix v0.27.1
25972025-03-03T04:24:14.406Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25982025-03-03T04:24:15.111Z Compiling tungstenite v0.23.0
25992025-03-03T04:24:16.860Z Compiling base64 v0.13.1
26002025-03-03T04:24:17.659Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
26012025-03-03T04:24:18.065Z Compiling ron v0.7.1
26022025-03-03T04:24:19.443Z Compiling tokio-tungstenite v0.23.1
26032025-03-03T04:24:20.691Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26042025-03-03T04:24:21.501Z Compiling xz2 v0.1.7
26052025-03-03T04:24:22.131Z Compiling terminal_size v0.2.6
26062025-03-03T04:24:22.394Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26072025-03-03T04:24:23.355Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26082025-03-03T04:24:29.295Z Compiling tokio-rustls v0.24.1
26092025-03-03T04:24:29.779Z Compiling zone v0.1.8
26102025-03-03T04:24:30.245Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26112025-03-03T04:24:30.990Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26122025-03-03T04:24:31.622Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26132025-03-03T04:24:31.824Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26142025-03-03T04:24:32.791Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26152025-03-03T04:24:33.094Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
26162025-03-03T04:24:33.566Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
26172025-03-03T04:24:33.731Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26182025-03-03T04:24:36.732Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26192025-03-03T04:24:37.810Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26202025-03-03T04:24:38.174Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26212025-03-03T04:24:40.583Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26222025-03-03T04:24:41.688Z Compiling rustls-pemfile v1.0.4
26232025-03-03T04:24:42.484Z Compiling signal-hook-tokio v0.3.1
26242025-03-03T04:24:42.741Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26252025-03-03T04:24:43.173Z Compiling twox-hash v2.1.0
26262025-03-03T04:24:44.257Z Compiling yasna v0.5.2
26272025-03-03T04:24:44.313Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26282025-03-03T04:24:45.257Z Compiling smawk v0.3.2
26292025-03-03T04:24:45.572Z Compiling glob v0.3.2
26302025-03-03T04:24:45.792Z Compiling unicode-linebreak v0.1.5
26312025-03-03T04:24:46.370Z Compiling is_ci v1.2.0
26322025-03-03T04:24:46.695Z Compiling supports-color v3.0.2
26332025-03-03T04:24:46.888Z Compiling textwrap v0.16.1
26342025-03-03T04:24:47.171Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26352025-03-03T04:24:47.677Z Compiling rcgen v0.12.1
26362025-03-03T04:24:47.725Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26372025-03-03T04:24:51.678Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26382025-03-03T04:24:53.693Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26392025-03-03T04:24:54.364Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26402025-03-03T04:24:57.732Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26412025-03-03T04:25:01.370Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26422025-03-03T04:25:03.474Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26432025-03-03T04:25:15.680Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26442025-03-03T04:25:16.822Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26452025-03-03T04:25:20.356Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26462025-03-03T04:25:22.369Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26472025-03-03T04:25:26.986Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26482025-03-03T04:25:27.568Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26492025-03-03T04:25:29.704Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26502025-03-03T04:25:37.032Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26512025-03-03T04:25:41.595Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26522025-03-03T04:25:42.012Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26532025-03-03T04:25:44.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26542025-03-03T04:25:44.980Z Compiling fatfs v0.3.6
26552025-03-03T04:25:46.398Z Compiling rtoolbox v0.0.2
26562025-03-03T04:25:46.838Z Compiling subprocess v0.2.9
26572025-03-03T04:25:47.020Z Compiling assert_matches v1.5.0
26582025-03-03T04:25:47.734Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26592025-03-03T04:25:47.755Z Compiling rpassword v7.3.1
26602025-03-03T04:25:48.265Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26612025-03-03T04:25:51.445Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26622025-03-03T04:25:55.444Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26632025-03-03T04:26:02.253Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26642025-03-03T04:26:05.653Z Compiling tui-tree-widget v0.23.0
26652025-03-03T04:26:06.115Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26662025-03-03T04:26:19.359Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26672025-03-03T04:26:19.739Z Compiling uzers v0.12.1
26682025-03-03T04:26:22.915Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26692025-03-03T04:26:23.979Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26702025-03-03T04:26:25.701Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26712025-03-03T04:26:39.768Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26722025-03-03T04:26:50.511Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26732025-03-03T04:26:51.856Z Compiling multimap v0.10.0
26742025-03-03T04:29:13.480Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26752025-03-03T04:36:24.977Z Finished `release` profile [optimized] target(s) in 17m 27s
26762025-03-03T04:37:33.793Z
26772025-03-03T04:37:33.796Zreal 18:37.523632120
26782025-03-03T04:37:33.796Zuser 2:11:46.486754323
26792025-03-03T04:37:33.796Zsys 3:37.797585748
26802025-03-03T04:37:33.796Ztrap 3.429694744
26812025-03-03T04:37:33.796Ztflt 1.902220749
26822025-03-03T04:37:33.796Zdflt 5.202865528
26832025-03-03T04:37:33.796Zkflt 0.001441994
26842025-03-03T04:37:33.796Zlock 7:59:18.158257232
26852025-03-03T04:37:33.797Zslp 6:51:15.242937537
26862025-03-03T04:37:33.797Zlat 3:40.629076037
26872025-03-03T04:37:33.797Zstop 2:54.389652908
26882025-03-03T04:37:33.797Z+ mapfile -t packages
26892025-03-03T04:37:33.797Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26902025-03-03T04:37:34.932Z Compiling ring v0.17.11
26912025-03-03T04:37:36.569Z Compiling rustls v0.22.4
26922025-03-03T04:37:36.599Z Compiling rustls v0.23.19
26932025-03-03T04:37:38.472Z Compiling rustls-webpki v0.102.8
26942025-03-03T04:37:42.840Z Compiling tokio-rustls v0.25.0
26952025-03-03T04:37:43.241Z Compiling dropshot v0.12.0
26962025-03-03T04:37:44.622Z Compiling tokio-rustls v0.26.0
26972025-03-03T04:37:45.115Z Compiling hyper-rustls v0.27.5
26982025-03-03T04:37:45.653Z Compiling reqwest v0.12.12
26992025-03-03T04:37:47.588Z Compiling qorb v0.2.1
27002025-03-03T04:37:48.277Z Compiling dropshot v0.16.0
27012025-03-03T04:37:54.575Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022025-03-03T04:37:55.168Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27032025-03-03T04:37:55.979Z Compiling progenitor-client v0.8.0
27042025-03-03T04:37:57.070Z Compiling progenitor v0.8.0
27052025-03-03T04:37:57.098Z Compiling progenitor-client v0.9.1
27062025-03-03T04:37:57.338Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
27072025-03-03T04:37:57.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27082025-03-03T04:37:58.101Z Compiling omicron-zone-package v0.12.0
27092025-03-03T04:38:15.295Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27102025-03-03T04:38:24.693Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27112025-03-03T04:38:28.819Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27122025-03-03T04:38:29.691Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27132025-03-03T04:38:33.032Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27142025-03-03T04:38:47.899Z Finished `release` profile [optimized] target(s) in 1m 14s
27152025-03-03T04:38:48.076Z Running `target/release/omicron-package -t test list-outputs`
27162025-03-03T04:38:48.128ZLogging to: /work/oxidecomputer/omicron/out/LOG
27172025-03-03T04:38:48.131Z+ ptime -m cargo build --locked --release -p xtask
27182025-03-03T04:38:48.762Z Compiling serde v1.0.218
27192025-03-03T04:38:48.765Z Compiling serde_json v1.0.139
27202025-03-03T04:38:48.765Z Compiling libc v0.2.170
27212025-03-03T04:38:48.765Z Compiling rustix v0.38.37
27222025-03-03T04:38:48.765Z Compiling syn v2.0.98
27232025-03-03T04:38:48.879Z Compiling bitflags v2.6.0
27242025-03-03T04:38:49.250Z Compiling usdt-impl v0.5.0
27252025-03-03T04:38:49.310Z Compiling syn v1.0.109
27262025-03-03T04:38:49.398Z Compiling hashbrown v0.15.1
27272025-03-03T04:38:49.416Z Compiling log v0.4.22
27282025-03-03T04:38:49.689Z Compiling fs-err v2.11.0
27292025-03-03T04:38:49.883Z Compiling once_cell v1.20.3
27302025-03-03T04:38:50.042Z Compiling anyhow v1.0.96
27312025-03-03T04:38:50.236Z Compiling thread-id v4.2.2
27322025-03-03T04:38:50.747Z Compiling indexmap v2.7.1
27332025-03-03T04:38:51.828Z Compiling terminal_size v0.4.0
27342025-03-03T04:38:51.897Z Compiling tempfile v3.13.0
27352025-03-03T04:38:52.099Z Compiling clap_builder v4.5.31
27362025-03-03T04:38:52.678Z Compiling proc-macro-error v1.0.4
27372025-03-03T04:38:53.529Z Compiling tabled_derive v0.7.0
27382025-03-03T04:38:54.651Z Compiling tabled v0.15.0
27392025-03-03T04:38:55.256Z Compiling serde_derive v1.0.218
27402025-03-03T04:38:55.259Z Compiling thiserror-impl v1.0.69
27412025-03-03T04:38:55.259Z Compiling zerocopy-derive v0.7.35
27422025-03-03T04:38:55.259Z Compiling scroll_derive v0.12.0
27432025-03-03T04:38:55.259Z Compiling thiserror-impl v2.0.11
27442025-03-03T04:38:56.697Z Compiling scroll v0.12.0
27452025-03-03T04:38:57.152Z Compiling zerocopy v0.7.35
27462025-03-03T04:38:57.355Z Compiling goblin v0.8.2
27472025-03-03T04:38:57.929Z Compiling thiserror v1.0.69
27482025-03-03T04:38:58.087Z Compiling pest v2.7.14
27492025-03-03T04:39:00.021Z Compiling thiserror v2.0.11
27502025-03-03T04:39:00.227Z Compiling clap_derive v4.5.28
27512025-03-03T04:39:01.126Z Compiling pest_meta v2.7.14
27522025-03-03T04:39:04.556Z Compiling pest_generator v2.7.14
27532025-03-03T04:39:04.713Z Compiling clap v4.5.31
27542025-03-03T04:39:06.314Z Compiling pest_derive v2.7.14
27552025-03-03T04:39:07.155Z Compiling dtrace-parser v0.2.0
27562025-03-03T04:39:08.763Z Compiling toml_datetime v0.6.8
27572025-03-03T04:39:09.494Z Compiling serde_spanned v0.6.8
27582025-03-03T04:39:09.802Z Compiling dof v0.3.0
27592025-03-03T04:39:10.352Z Compiling serde_tokenstream v0.2.2
27602025-03-03T04:39:11.053Z Compiling toml_edit v0.22.24
27612025-03-03T04:39:11.945Z Compiling camino v1.1.9
27622025-03-03T04:39:14.148Z Compiling usdt-macro v0.5.0
27632025-03-03T04:39:15.381Z Compiling toml v0.8.20
27642025-03-03T04:39:16.854Z Compiling usdt-attr-macro v0.5.0
27652025-03-03T04:39:18.201Z Compiling cargo-platform v0.1.8
27662025-03-03T04:39:19.326Z Compiling semver v1.0.25
27672025-03-03T04:39:19.342Z Compiling usdt v0.5.0
27682025-03-03T04:39:20.766Z Compiling cargo_metadata v0.19.1
27692025-03-03T04:39:20.799Z Compiling cargo_toml v0.21.0
27702025-03-03T04:39:21.272Z Compiling camino-tempfile v1.1.1
27712025-03-03T04:39:21.553Z Compiling macaddr v1.0.1
27722025-03-03T04:39:32.320Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27732025-03-03T04:39:38.205Z Finished `release` profile [optimized] target(s) in 50.01s
27742025-03-03T04:39:38.332Z
27752025-03-03T04:39:38.335Zreal 50.168724559
27762025-03-03T04:39:38.335Zuser 5:22.172868631
27772025-03-03T04:39:38.335Zsys 20.110080058
27782025-03-03T04:39:38.335Ztrap 0.146873578
27792025-03-03T04:39:38.335Ztflt 0.331965736
27802025-03-03T04:39:38.335Zdflt 0.344187947
27812025-03-03T04:39:38.335Zkflt 0.000001710
27822025-03-03T04:39:38.335Zlock 10:20.058521862
27832025-03-03T04:39:38.335Zslp 15:56.207671771
27842025-03-03T04:39:38.335Zlat 15.719136643
27852025-03-03T04:39:38.335Zstop 19.232363960
27862025-03-03T04:39:38.335Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27872025-03-03T04:39:38.335Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27882025-03-03T04:39:38.335Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27892025-03-03T04:39:38.335Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27902025-03-03T04:39:38.335Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27912025-03-03T04:39:39.307Z Compiling ring v0.17.11
27922025-03-03T04:39:39.450Z Compiling regress v0.10.3
27932025-03-03T04:39:39.473Z Compiling thiserror-impl v2.0.11
27942025-03-03T04:39:39.476Z Compiling ident_case v1.0.1
27952025-03-03T04:39:39.476Z Compiling unsafe-libyaml v0.2.11
27962025-03-03T04:39:39.476Z Compiling ipnetwork v0.21.1
27972025-03-03T04:39:39.476Z Compiling tempfile v3.13.0
27982025-03-03T04:39:39.476Z Compiling macaddr v1.0.1
27992025-03-03T04:39:39.799Z Compiling darling_core v0.20.10
28002025-03-03T04:39:39.948Z Compiling oxnet v0.1.1
28012025-03-03T04:39:40.288Z Compiling structmeta-derive v0.3.0
28022025-03-03T04:39:40.329Z Compiling instant v0.1.13
28032025-03-03T04:39:40.518Z Compiling wait-timeout v0.2.0
28042025-03-03T04:39:40.674Z Compiling dropshot v0.16.0
28052025-03-03T04:39:41.015Z Compiling serde_yaml v0.9.34+deprecated
28062025-03-03T04:39:41.076Z Compiling bit-vec v0.8.0
28072025-03-03T04:39:41.460Z Compiling rusty-fork v0.3.0
28082025-03-03T04:39:41.563Z Compiling bit-set v0.8.0
28092025-03-03T04:39:41.894Z Compiling dropshot_endpoint v0.16.0
28102025-03-03T04:39:42.139Z Compiling rand_xorshift v0.3.0
28112025-03-03T04:39:42.516Z Compiling daft-derive v0.1.1
28122025-03-03T04:39:42.601Z Compiling thiserror v2.0.11
28132025-03-03T04:39:42.790Z Compiling unarray v0.1.4
28142025-03-03T04:39:42.908Z Compiling structmeta v0.3.0
28152025-03-03T04:39:42.984Z Compiling proptest v1.6.0
28162025-03-03T04:39:43.324Z Compiling typify-impl v0.2.0
28172025-03-03T04:39:44.029Z Compiling parse-display-derive v0.10.0
28182025-03-03T04:39:44.072Z Compiling daft v0.1.1
28192025-03-03T04:39:44.481Z Compiling rustls v0.23.19
28202025-03-03T04:39:44.516Z Compiling rustls v0.22.4
28212025-03-03T04:39:44.548Z Compiling test-strategy v0.4.0
28222025-03-03T04:39:44.575Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28232025-03-03T04:39:44.771Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28242025-03-03T04:39:45.590Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28252025-03-03T04:39:45.643Z Compiling darling_macro v0.20.10
28262025-03-03T04:39:45.809Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28272025-03-03T04:39:46.149Z Compiling backoff v0.4.0
28282025-03-03T04:39:46.315Z Compiling proc-macro-crate v1.3.1
28292025-03-03T04:39:46.544Z Compiling typify-impl v0.3.0
28302025-03-03T04:39:46.608Z Compiling darling v0.20.10
28312025-03-03T04:39:46.760Z Compiling serde_with_macros v3.12.0
28322025-03-03T04:39:47.203Z Compiling rustls-webpki v0.102.8
28332025-03-03T04:39:47.949Z Compiling parse-display v0.10.0
28342025-03-03T04:39:48.054Z Compiling num_enum_derive v0.5.11
28352025-03-03T04:39:49.117Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28362025-03-03T04:39:49.428Z Compiling serde_with v3.12.0
28372025-03-03T04:39:49.789Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28382025-03-03T04:39:50.197Z Compiling itertools v0.13.0
28392025-03-03T04:39:50.482Z Compiling num_enum v0.5.11
28402025-03-03T04:39:50.696Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28412025-03-03T04:39:51.045Z Compiling crucible-workspace-hack v0.1.0
28422025-03-03T04:39:51.391Z Compiling heapless v0.8.0
28432025-03-03T04:39:52.422Z Compiling proc-macro-error v1.0.4
28442025-03-03T04:39:53.080Z Compiling tokio-rustls v0.25.0
28452025-03-03T04:39:53.084Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28462025-03-03T04:39:53.159Z Compiling camino-tempfile v1.1.1
28472025-03-03T04:39:53.563Z Compiling dropshot v0.12.0
28482025-03-03T04:39:57.359Z Compiling tokio-rustls v0.26.0
28492025-03-03T04:39:57.863Z Compiling hyper-rustls v0.27.5
28502025-03-03T04:39:58.020Z Compiling typify-macro v0.2.0
28512025-03-03T04:39:58.605Z Compiling reqwest v0.12.12
28522025-03-03T04:39:59.790Z Compiling qorb v0.2.1
28532025-03-03T04:40:01.226Z Compiling typify-macro v0.3.0
28542025-03-03T04:40:01.601Z Compiling hash32 v0.3.1
28552025-03-03T04:40:01.849Z Compiling foreign-types-macros v0.2.3
28562025-03-03T04:40:01.869Z Compiling typify v0.2.0
28572025-03-03T04:40:01.906Z Compiling smoltcp v0.11.0
28582025-03-03T04:40:02.039Z Compiling progenitor-client v0.9.1
28592025-03-03T04:40:02.609Z Compiling progenitor-impl v0.8.0
28602025-03-03T04:40:02.631Z Compiling progenitor-client v0.8.0
28612025-03-03T04:40:02.659Z Compiling foreign-types-shared v0.3.1
28622025-03-03T04:40:03.144Z Compiling foreign-types v0.5.0
28632025-03-03T04:40:03.148Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28642025-03-03T04:40:03.697Z Compiling tabwriter v1.4.0
28652025-03-03T04:40:04.031Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28662025-03-03T04:40:04.148Z Compiling cstr-argument v0.1.2
28672025-03-03T04:40:04.169Z Compiling cobs v0.2.3
28682025-03-03T04:40:04.444Z Compiling pretty-hex v0.2.1
28692025-03-03T04:40:04.511Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28702025-03-03T04:40:04.697Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28712025-03-03T04:40:04.851Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28722025-03-03T04:40:04.907Z Compiling postcard v1.0.10
28732025-03-03T04:40:05.021Z Compiling typify v0.3.0
28742025-03-03T04:40:05.072Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28752025-03-03T04:40:05.092Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28762025-03-03T04:40:05.189Z Compiling progenitor-impl v0.9.1
28772025-03-03T04:40:05.558Z Compiling colored v2.2.0
28782025-03-03T04:40:05.592Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28792025-03-03T04:40:05.956Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28802025-03-03T04:40:06.158Z Compiling winnow v0.6.20
28812025-03-03T04:40:06.447Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28822025-03-03T04:40:07.378Z Compiling smf v0.2.3
28832025-03-03T04:40:07.621Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28842025-03-03T04:40:08.000Z Compiling zone_cfg_derive v0.3.0
28852025-03-03T04:40:08.658Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28862025-03-03T04:40:09.105Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28872025-03-03T04:40:09.260Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28882025-03-03T04:40:09.520Z Compiling progenitor-macro v0.8.0
28892025-03-03T04:40:09.539Z Compiling itertools v0.14.0
28902025-03-03T04:40:09.723Z Compiling num-derive v0.4.2
28912025-03-03T04:40:09.793Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28922025-03-03T04:40:10.030Z Compiling sigpipe v0.1.3
28932025-03-03T04:40:10.191Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28942025-03-03T04:40:10.647Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28952025-03-03T04:40:10.840Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28962025-03-03T04:40:10.877Z Compiling zone v0.3.0
28972025-03-03T04:40:11.625Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28982025-03-03T04:40:11.988Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28992025-03-03T04:40:12.120Z Compiling universal-hash v0.5.1
29002025-03-03T04:40:12.151Z Compiling progenitor-macro v0.9.1
29012025-03-03T04:40:12.358Z Compiling opaque-debug v0.3.1
29022025-03-03T04:40:12.379Z Compiling tungstenite v0.21.0
29032025-03-03T04:40:12.494Z Compiling num-rational v0.4.2
29042025-03-03T04:40:12.571Z Compiling password-hash v0.5.0
29052025-03-03T04:40:12.817Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
29062025-03-03T04:40:13.097Z Compiling blake2 v0.10.6
29072025-03-03T04:40:13.264Z Compiling aead v0.5.2
29082025-03-03T04:40:13.571Z Compiling num-complex v0.4.6
29092025-03-03T04:40:13.695Z Compiling convert_case v0.4.0
29102025-03-03T04:40:14.087Z Compiling keccak v0.1.5
29112025-03-03T04:40:14.146Z Compiling base64 v0.21.7
29122025-03-03T04:40:14.290Z Compiling argon2 v0.5.3
29132025-03-03T04:40:14.534Z Compiling num v0.4.3
29142025-03-03T04:40:14.567Z Compiling derive_more v0.99.19
29152025-03-03T04:40:14.608Z Compiling sha3 v0.10.8
29162025-03-03T04:40:14.674Z Compiling tokio-tungstenite v0.21.0
29172025-03-03T04:40:14.816Z Compiling poly1305 v0.8.0
29182025-03-03T04:40:15.254Z Compiling chacha20 v0.9.1
29192025-03-03T04:40:15.288Z Compiling float-ord v0.3.2
29202025-03-03T04:40:15.508Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29212025-03-03T04:40:15.686Z Compiling semver v0.1.20
29222025-03-03T04:40:15.764Z Compiling same-file v1.0.6
29232025-03-03T04:40:15.951Z Compiling newline-converter v0.3.0
29242025-03-03T04:40:16.090Z Compiling rustc_version v0.1.7
29252025-03-03T04:40:16.180Z Compiling walkdir v2.5.0
29262025-03-03T04:40:16.304Z Compiling primeorder v0.13.6
29272025-03-03T04:40:16.561Z Compiling secrecy v0.8.0
29282025-03-03T04:40:16.564Z Compiling cancel-safe-futures v0.1.5
29292025-03-03T04:40:16.834Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29302025-03-03T04:40:16.856Z Compiling owo-colors v4.2.0
29312025-03-03T04:40:16.875Z Compiling newtype_derive v0.1.6
29322025-03-03T04:40:17.012Z Compiling expectorate v1.1.0
29332025-03-03T04:40:17.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29342025-03-03T04:40:17.211Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29352025-03-03T04:40:17.232Z Compiling thiserror-impl-no-std v2.0.2
29362025-03-03T04:40:17.380Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29372025-03-03T04:40:17.575Z Compiling libsw-core v0.3.1
29382025-03-03T04:40:17.670Z Compiling blake3 v1.5.4
29392025-03-03T04:40:17.888Z Compiling unicase v2.7.0
29402025-03-03T04:40:18.012Z Compiling half v2.4.1
29412025-03-03T04:40:18.210Z Compiling arc-swap v1.7.1
29422025-03-03T04:40:18.263Z Compiling fixedbitset v0.5.7
29432025-03-03T04:40:18.373Z Compiling ciborium-io v0.2.2
29442025-03-03T04:40:18.551Z Compiling ciborium-ll v0.2.2
29452025-03-03T04:40:18.864Z Compiling slog-scope v4.4.0
29462025-03-03T04:40:18.920Z Compiling petgraph v0.7.1
29472025-03-03T04:40:19.204Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29482025-03-03T04:40:19.303Z Compiling libsw v3.4.0
29492025-03-03T04:40:19.639Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29502025-03-03T04:40:19.965Z Compiling thiserror-no-std v2.0.2
29512025-03-03T04:40:20.130Z Compiling polyval v0.6.2
29522025-03-03T04:40:20.555Z Compiling atomicwrites v0.4.4
29532025-03-03T04:40:20.711Z Compiling memmap2 v0.9.5
29542025-03-03T04:40:20.911Z Compiling arrayref v0.3.9
29552025-03-03T04:40:20.989Z Compiling arrayvec v0.7.6
29562025-03-03T04:40:21.043Z Compiling linear-map v1.2.0
29572025-03-03T04:40:21.139Z Compiling indent_write v2.2.0
29582025-03-03T04:40:21.321Z Compiling constant_time_eq v0.3.1
29592025-03-03T04:40:21.392Z Compiling progenitor v0.8.0
29602025-03-03T04:40:21.392Z Compiling salty v0.3.0
29612025-03-03T04:40:21.427Z Compiling libefi-sys v0.1.0
29622025-03-03T04:40:21.430Z Compiling parking_lot_core v0.8.6
29632025-03-03T04:40:21.640Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29642025-03-03T04:40:21.813Z Compiling ghash v0.5.1
29652025-03-03T04:40:21.973Z Compiling vsss-rs v3.3.4
29662025-03-03T04:40:22.080Z Compiling slog-stdlog v4.1.1
29672025-03-03T04:40:22.461Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29682025-03-03T04:40:22.464Z Compiling ciborium v0.2.2
29692025-03-03T04:40:22.703Z Compiling p384 v0.13.0
29702025-03-03T04:40:22.993Z Compiling toolchain_find v0.4.0
29712025-03-03T04:40:23.365Z Compiling chacha20poly1305 v0.10.1
29722025-03-03T04:40:23.667Z Compiling ctr v0.9.2
29732025-03-03T04:40:23.688Z Compiling lzma-sys v0.1.20
29742025-03-03T04:40:23.826Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29752025-03-03T04:40:24.083Z Compiling bitfield-struct v0.6.2
29762025-03-03T04:40:24.140Z Compiling progenitor v0.9.1
29772025-03-03T04:40:24.278Z Compiling slog-dtrace v0.3.0
29782025-03-03T04:40:24.298Z Compiling highway v1.3.0
29792025-03-03T04:40:24.405Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29802025-03-03T04:40:24.494Z Compiling topological-sort v0.2.2
29812025-03-03T04:40:24.719Z Compiling omicron-zone-package v0.12.0
29822025-03-03T04:40:24.821Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29832025-03-03T04:40:25.206Z Compiling aes-gcm v0.10.3
29842025-03-03T04:40:25.537Z Compiling rustfmt-wrapper v0.2.1
29852025-03-03T04:40:25.561Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29862025-03-03T04:40:26.096Z Compiling mime_guess v2.0.5
29872025-03-03T04:40:26.177Z Compiling slog-envlogger v2.2.0
29882025-03-03T04:40:26.250Z Compiling steno v0.4.1
29892025-03-03T04:40:26.876Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29902025-03-03T04:40:27.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29912025-03-03T04:40:27.892Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29922025-03-03T04:40:28.591Z Compiling heck v0.3.3
29932025-03-03T04:40:28.918Z Compiling ssh-encoding v0.2.0
29942025-03-03T04:40:28.974Z Compiling blowfish v0.9.1
29952025-03-03T04:40:29.102Z Compiling env_filter v0.1.2
29962025-03-03T04:40:29.437Z Compiling nibble_vec v0.1.0
29972025-03-03T04:40:29.501Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29982025-03-03T04:40:29.664Z Compiling humantime v2.1.0
29992025-03-03T04:40:29.683Z Compiling endian-type v0.1.2
30002025-03-03T04:40:29.735Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30012025-03-03T04:40:29.946Z Compiling radix_trie v0.2.1
30022025-03-03T04:40:30.048Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30032025-03-03T04:40:30.120Z Compiling env_logger v0.11.5
30042025-03-03T04:40:30.170Z Compiling ssh-cipher v0.2.0
30052025-03-03T04:40:30.524Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30062025-03-03T04:40:30.561Z Compiling bcrypt-pbkdf v0.10.0
30072025-03-03T04:40:30.822Z Compiling zone_cfg_derive v0.1.2
30082025-03-03T04:40:31.141Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30092025-03-03T04:40:31.211Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30102025-03-03T04:40:31.455Z Compiling parking_lot v0.11.2
30112025-03-03T04:40:31.766Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30122025-03-03T04:40:32.084Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30132025-03-03T04:40:32.188Z Compiling password-hash v0.4.2
30142025-03-03T04:40:32.229Z Compiling gethostname v0.5.0
30152025-03-03T04:40:32.257Z Compiling fxhash v0.2.1
30162025-03-03T04:40:32.298Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
30172025-03-03T04:40:32.441Z Compiling http-range v0.1.5
30182025-03-03T04:40:32.487Z Compiling base64 v0.13.1
30192025-03-03T04:40:32.508Z Compiling sled v0.34.7
30202025-03-03T04:40:32.586Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30212025-03-03T04:40:32.674Z Compiling pbkdf2 v0.11.0
30222025-03-03T04:40:32.770Z Compiling zone v0.1.8
30232025-03-03T04:40:33.021Z Compiling ron v0.7.1
30242025-03-03T04:40:33.061Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30252025-03-03T04:40:33.083Z Compiling xz2 v0.1.7
30262025-03-03T04:40:33.608Z Compiling ssh-key v0.6.6
30272025-03-03T04:40:34.122Z Compiling hickory-client v0.24.4
30282025-03-03T04:40:34.352Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30292025-03-03T04:40:34.621Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
30302025-03-03T04:40:35.258Z Compiling p521 v0.13.3
30312025-03-03T04:40:35.502Z Compiling p256 v0.13.2
30322025-03-03T04:40:36.110Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30332025-03-03T04:40:36.331Z Compiling hickory-server v0.24.4
30342025-03-03T04:40:37.108Z Compiling pem v3.0.5
30352025-03-03T04:40:37.623Z Compiling yasna v0.5.2
30362025-03-03T04:40:37.816Z Compiling headers-core v0.3.0
30372025-03-03T04:40:37.819Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30382025-03-03T04:40:38.030Z Compiling kstat-rs v0.2.4
30392025-03-03T04:40:38.490Z Compiling nanorand v0.7.0
30402025-03-03T04:40:39.083Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30412025-03-03T04:40:39.156Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30422025-03-03T04:40:40.460Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30432025-03-03T04:40:41.251Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30442025-03-03T04:40:41.662Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30452025-03-03T04:40:41.873Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30462025-03-03T04:40:42.361Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472025-03-03T04:40:43.064Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30482025-03-03T04:40:43.084Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30492025-03-03T04:40:43.338Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30502025-03-03T04:40:43.529Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30512025-03-03T04:40:45.091Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30522025-03-03T04:40:45.856Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30532025-03-03T04:40:46.209Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30542025-03-03T04:40:46.287Z Compiling russh-cryptovec v0.7.3
30552025-03-03T04:40:46.334Z Compiling atty v0.2.14
30562025-03-03T04:40:46.528Z Compiling md5 v0.7.0
30572025-03-03T04:40:46.581Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30582025-03-03T04:40:46.637Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30592025-03-03T04:40:47.078Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30602025-03-03T04:40:47.100Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30612025-03-03T04:40:47.453Z Compiling russh-keys v0.45.0
30622025-03-03T04:40:48.446Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30632025-03-03T04:40:50.689Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30642025-03-03T04:40:51.089Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30652025-03-03T04:40:51.680Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30662025-03-03T04:40:51.709Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30672025-03-03T04:40:52.146Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30682025-03-03T04:40:55.795Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30692025-03-03T04:40:57.611Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30702025-03-03T04:40:57.767Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30712025-03-03T04:40:59.756Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30722025-03-03T04:41:00.573Z Compiling flume v0.11.1
30732025-03-03T04:41:01.370Z Compiling rcgen v0.12.1
30742025-03-03T04:41:01.545Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30752025-03-03T04:41:02.461Z Compiling headers v0.4.0
30762025-03-03T04:41:03.423Z Compiling hyper-staticfile v0.10.1
30772025-03-03T04:41:04.243Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30782025-03-03T04:41:04.359Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30792025-03-03T04:41:04.515Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30802025-03-03T04:41:04.747Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30812025-03-03T04:41:04.847Z Compiling num-bigint v0.4.6
30822025-03-03T04:41:04.987Z Compiling des v0.8.1
30832025-03-03T04:41:05.160Z Compiling subprocess v0.2.9
30842025-03-03T04:41:05.199Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30852025-03-03T04:41:05.365Z Compiling display-error-chain v0.2.2
30862025-03-03T04:41:05.427Z Compiling hex-literal v0.4.1
30872025-03-03T04:41:05.623Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30882025-03-03T04:41:05.645Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30892025-03-03T04:41:06.122Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30902025-03-03T04:41:06.145Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30912025-03-03T04:41:06.145Z Compiling internet-checksum v0.2.1
30922025-03-03T04:41:06.645Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30932025-03-03T04:41:08.885Z Compiling russh v0.45.0
30942025-03-03T04:41:15.684Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30952025-03-03T04:41:17.295Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30962025-03-03T04:41:42.218Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30972025-03-03T04:42:05.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
30982025-03-03T04:42:06.137Z
30992025-03-03T04:42:06.144Zreal 2:27.754838506
31002025-03-03T04:42:06.144Zuser 13:00.056352693
31012025-03-03T04:42:06.144Zsys 1:42.307879890
31022025-03-03T04:42:06.145Ztrap 0.406499258
31032025-03-03T04:42:06.145Ztflt 0.305016471
31042025-03-03T04:42:06.145Zdflt 0.592555160
31052025-03-03T04:42:06.145Zkflt 0.000055989
31062025-03-03T04:42:06.145Zlock 24:34.067326697
31072025-03-03T04:42:06.145Zslp 46:29.674731379
31082025-03-03T04:42:06.145Zlat 39.669612991
31092025-03-03T04:42:06.145Zstop 1:46.902726935
31102025-03-03T04:42:06.145Z+ mkdir tests
31112025-03-03T04:42:06.145Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
31122025-03-03T04:42:06.145Z+ xargs -I '{}' -t cp '{}' tests/
31132025-03-03T04:42:06.185Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e7a140b39625522d tests/
31142025-03-03T04:42:06.209Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f536476d196932a7 tests/
31152025-03-03T04:42:06.243Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-cbe41aee9971235e tests/
31162025-03-03T04:42:06.263Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-aad611ab827ef26b tests/
31172025-03-03T04:42:06.545Z+ 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/*)
31182025-03-03T04:42:06.562Z+ 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-f536476d196932a7 tests/commtest-cbe41aee9971235e tests/dhcp_server-e7a140b39625522d tests/end_to_end_tests-aad611ab827ef26b 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
31192025-03-03T04:43:23.496ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
31202025-03-03T04:43:23.496Za .github/buildomat/ci-env.sh 1K
31212025-03-03T04:43:23.496Za out/target/test 1K
31222025-03-03T04:43:23.496Za out/npuzone/npuzone 23144K
31232025-03-03T04:43:23.496Za package-manifest.toml 33K
31242025-03-03T04:43:23.496Za smf/sled-agent/non-gimlet/config.toml 4K
31252025-03-03T04:43:23.496Za target/release/omicron-package 38741K
31262025-03-03T04:43:23.496Za target/release/xtask 10838K
31272025-03-03T04:43:23.496Za target/debug/bootstrap 215532K
31282025-03-03T04:43:23.496Za tests/bootstrap-f536476d196932a7 24083K
31292025-03-03T04:43:23.496Za tests/commtest-cbe41aee9971235e 24909K
31302025-03-03T04:43:23.496Za tests/dhcp_server-e7a140b39625522d 24083K
31312025-03-03T04:43:23.496Za tests/end_to_end_tests-aad611ab827ef26b 275328K
31322025-03-03T04:43:23.496Za out/clickhouse.tar.gz 307560K
31332025-03-03T04:43:23.496Za out/clickhouse_keeper.tar.gz 293464K
31342025-03-03T04:43:23.497Za out/clickhouse_server.tar.gz 307546K
31352025-03-03T04:43:23.497Za out/cockroachdb.tar.gz 145889K
31362025-03-03T04:43:23.497Za out/crucible-dtrace.tar 98K
31372025-03-03T04:43:23.497Za out/crucible-pantry-zone.tar.gz 32408K
31382025-03-03T04:43:23.497Za out/crucible-zone.tar.gz 40795K
31392025-03-03T04:43:23.497Za out/external-dns.tar.gz 43805K
31402025-03-03T04:43:23.498Za out/internal-dns.tar.gz 43802K
31412025-03-03T04:43:23.498Za out/mg-ddm-gz.tar 63075K
31422025-03-03T04:43:23.498Za out/nexus.tar.gz 110523K
31432025-03-03T04:43:23.498Za out/ntp.tar.gz 14363K
31442025-03-03T04:43:23.498Za out/omicron-gateway-softnpu.tar.gz 24956K
31452025-03-03T04:43:23.498Za out/omicron-sled-agent.tar 123532K
31462025-03-03T04:43:23.498Za out/overlay.tar.gz 3K
31472025-03-03T04:43:23.498Za out/oximeter.tar.gz 55033K
31482025-03-03T04:43:23.498Za out/oxlog.tar 3144K
31492025-03-03T04:43:23.498Za out/probe.tar.gz 2764K
31502025-03-03T04:43:23.498Za out/propolis-server.tar.gz 66425K
31512025-03-03T04:43:23.498Za out/pumpkind-gz.tar 26665K
31522025-03-03T04:43:23.498Za out/switch-softnpu.tar.gz 264789K
31532025-03-03T04:43:23.501Z
31542025-03-03T04:43:23.501Zreal 1:16.949471444
31552025-03-03T04:43:23.501Zuser 1:13.391573063
31562025-03-03T04:43:23.501Zsys 5.137094762
31572025-03-03T04:43:23.501Ztrap 0.019277604
31582025-03-03T04:43:23.501Ztflt 0.000000000
31592025-03-03T04:43:23.501Zdflt 0.000000000
31602025-03-03T04:43:23.501Zkflt 0.000000000
31612025-03-03T04:43:23.501Zlock 0.000000000
31622025-03-03T04:43:23.501Zslp 1:13.040866141
31632025-03-03T04:43:23.501Zlat 2.304669655
31642025-03-03T04:43:23.502Zstop 0.000204934
31652025-03-03T04:43:23.502Zprocess exited: duration 2273882 ms, exit code 0
 
31662025-03-03T04:43:23.518Zfound 1 output files
31672025-03-03T04:43:23.518Zuploading: /work/package.tar.gz (2031037704 bytes)
31682025-03-03T04:44:00.569Zuploaded: /work/package.tar.gz