01JND2TP9Z22RKKTP19NHP9VH5: 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: 01JND2WPNKRBRW85DE3K35V0QZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-03T04:06:42.338Zjob assigned to worker 01JND2WRYXNH52ZVWTMJNB05RA [factory aws, i-07acc68634d757c1a] (queued for 1 m 0 s)
 
22025-03-03T04:06:50.604Zstarting task 0: "setup"
32025-03-03T04:06:50.611Z++ uname -s
42025-03-03T04:06:50.615Z+ kern=SunOS
52025-03-03T04:06:50.615Z+ build_user=build
62025-03-03T04:06:50.615Z+ build_uid=12345
72025-03-03T04:06:50.615Z+ work_dir=/work
82025-03-03T04:06:50.615Z+ input_dir=/input
92025-03-03T04:06:50.616Z+ [[ 0 == 12345 ]]
102025-03-03T04:06:50.616Z+ case "$kern" in
112025-03-03T04:06:50.616Z+ groupadd -g 12345 build
122025-03-03T04:06:50.616Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-03T04:06:52.625Z+ zfs create -o mountpoint=/work rpool/work
142025-03-03T04:06:52.748Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-03T04:06:52.753Z+ home_fs=zfs
162025-03-03T04:06:52.753Z+ [[ zfs == autofs ]]
172025-03-03T04:06:52.753Z+ mkdir -p /home/build
182025-03-03T04:06:52.753Z+ chown build:build /home/build /work
192025-03-03T04:06:54.752Z+ chmod 0700 /home/build /work
202025-03-03T04:06:54.756Zprocess exited: duration 4152 ms, exit code 0
 
212025-03-03T04:06:54.764Zstarting task 1: "rust-toolchain"
222025-03-03T04:06:54.770Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-03T04:06:54.770Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-03T04:06:54.770Z * rust toolchain channel = "1.85.0"
252025-03-03T04:06:54.770Z * rust toolchain profile = "default"
262025-03-03T04:06:54.770Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-03T04:06:54.770Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-03T04:06:54.774Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-03T04:06:54.774Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-03T04:06:54.882Zinfo: downloading installer
312025-03-03T04:06:56.245Zwarning: it looks like you have an existing installation of Rust at:
322025-03-03T04:06:56.245Zwarning: /opt/ooce/bin
332025-03-03T04:06:56.245Zwarning: It is recommended that rustup be the primary Rust installation.
342025-03-03T04:06:56.245Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-03-03T04:06:56.245Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-03-03T04:06:56.245Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-03T04:06:56.245Zwarning: or pass `-y' to ignore all ignorable checks.
382025-03-03T04:06:56.245Zerror: cannot install while Rust is installed
392025-03-03T04:06:56.245Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-03-03T04:06:56.280Zinfo: profile set to 'default'
412025-03-03T04:06:56.281Zinfo: default host triple is x86_64-unknown-illumos
422025-03-03T04:06:56.287Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-03T04:06:56.429Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-03T04:06:56.429Zinfo: downloading component 'cargo'
452025-03-03T04:06:57.154Zinfo: downloading component 'clippy'
462025-03-03T04:06:57.436Zinfo: downloading component 'rust-docs'
472025-03-03T04:06:58.540Zinfo: downloading component 'rust-std'
482025-03-03T04:07:00.164Zinfo: downloading component 'rustc'
492025-03-03T04:07:05.741Zinfo: downloading component 'rustfmt'
502025-03-03T04:07:05.940Zinfo: installing component 'cargo'
512025-03-03T04:07:06.781Zinfo: installing component 'clippy'
522025-03-03T04:07:07.177Zinfo: installing component 'rust-docs'
532025-03-03T04:07:08.923Zinfo: installing component 'rust-std'
542025-03-03T04:07:10.885Zinfo: installing component 'rustc'
552025-03-03T04:07:16.871Zinfo: installing component 'rustfmt'
562025-03-03T04:07:17.208Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-03T04:07:17.208Z
582025-03-03T04:07:17.600Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-03T04:07:17.600Z
602025-03-03T04:07:17.604Z
612025-03-03T04:07:17.604ZRust is installed now. Great!
622025-03-03T04:07:17.604Z
632025-03-03T04:07:17.604ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-03T04:07:17.604Zenvironment variable. This has not been done automatically.
652025-03-03T04:07:17.604Z
662025-03-03T04:07:17.604ZTo configure your current shell, you need to source
672025-03-03T04:07:17.604Zthe corresponding env file under $HOME/.cargo.
682025-03-03T04:07:17.604Z
692025-03-03T04:07:17.604ZThis is usually done by running one of the following (note the leading DOT):
702025-03-03T04:07:17.604Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-03T04:07:17.604Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-03T04:07:17.666Z+ rustup --version
732025-03-03T04:07:17.676Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-03-03T04:07:17.676Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-03-03T04:07:17.758Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-03-03T04:07:17.761Z+ cargo --version
772025-03-03T04:07:17.819Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-03-03T04:07:17.822Z+ rustc --version
792025-03-03T04:07:17.888Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-03-03T04:07:17.899Zprocess exited: duration 23120 ms, exit code 0
 
812025-03-03T04:07:17.912Zstarting task 2: "authentication"
822025-03-03T04:07:17.936Zprocess exited: duration 23 ms, exit code 0
 
832025-03-03T04:07:17.946Zstarting task 3: "clone repository"
842025-03-03T04:07:17.951Z+ mkdir -p /work/oxidecomputer/omicron
852025-03-03T04:07:17.957Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-03-03T04:07:18.208ZCloning into '/work/oxidecomputer/omicron'...
872025-03-03T04:07:26.471Z+ cd /work/oxidecomputer/omicron
882025-03-03T04:07:26.471Z+ git fetch origin c7c0b387d17e5c06358d26ab95c2965e77cdd21a
892025-03-03T04:07:26.699ZFrom https://github.com/oxidecomputer/omicron
902025-03-03T04:07:26.699Z * branch c7c0b387d17e5c06358d26ab95c2965e77cdd21a -> FETCH_HEAD
912025-03-03T04:07:26.710Z+ [[ -n '' ]]
922025-03-03T04:07:26.710Z+ git reset --hard c7c0b387d17e5c06358d26ab95c2965e77cdd21a
932025-03-03T04:07:26.901ZHEAD is now at c7c0b387d Update Rust crate similar-asserts to 1.7.0
942025-03-03T04:07:26.904Zprocess exited: duration 8957 ms, exit code 0
 
952025-03-03T04:07:26.910Zstarting task 4: "build"
962025-03-03T04:07:26.916Z+ source .github/buildomat/ci-env.sh
972025-03-03T04:07:26.916Z++ export CARGO_TERM_COLOR=always
982025-03-03T04:07:26.916Z++ CARGO_TERM_COLOR=always
992025-03-03T04:07:26.919Z+ cargo --version
1002025-03-03T04:07:26.968Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1012025-03-03T04:07:26.971Z+ rustc --version
1022025-03-03T04:07:27.032Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1032025-03-03T04:07:27.035Z+ WORK=/work
1042025-03-03T04:07:27.035Z+ pfexec mkdir -p /work
1052025-03-03T04:07:27.040Z+ pfexec chown build /work
1062025-03-03T04:07:27.042Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072025-03-03T04:07:28.674Zpkg list: illegal option -- F
1082025-03-03T04:07:28.674ZUsage:
1092025-03-03T04:07:28.678Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1102025-03-03T04:07:28.678Z [pkg_fmri_pattern ...]
1112025-03-03T04:07:29.503Zpkg list: illegal option -- F
1122025-03-03T04:07:29.507ZUsage:
1132025-03-03T04:07:29.507Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-03-03T04:07:29.507Z [pkg_fmri_pattern ...]
1152025-03-03T04:07:41.266Z Startup: Refreshing catalog 'helios-dev' ... Done
1162025-03-03T04:07:45.719Z Startup: Caching catalogs ... Done
1172025-03-03T04:07:58.987ZPlanning: Solver setup ... Done (12.318s)
1182025-03-03T04:07:59.144ZPlanning: Running solver ... Done (0.156s)
1192025-03-03T04:07:59.378ZPlanning: Finding local manifests ... Done (0.112s)
1202025-03-03T04:07:59.420ZPlanning: Fetching manifests: 0/7 0% complete
1212025-03-03T04:08:00.095ZPlanning: Fetching manifests: 7/7 100% complete
1222025-03-03T04:08:00.517ZPlanning: Package planning ... Done (0.422s)
1232025-03-03T04:08:00.576ZPlanning: Merging actions ... Done (0.059s)
1242025-03-03T04:08:01.332ZPlanning: Checking for conflicting actions ... Done (0.755s)
1252025-03-03T04:08:05.635ZPlanning: Consolidating action changes ... Done (4.301s)
1262025-03-03T04:08:06.041ZPlanning: Evaluating mediators ... Done (0.407s)
1272025-03-03T04:08:06.123ZPlanning: Planning completed in 20.30 seconds
1282025-03-03T04:08:06.140Z Packages to install: 4
1292025-03-03T04:08:06.140Z Packages to update: 3
1302025-03-03T04:08:06.140Z Mediators to change: 2
1312025-03-03T04:08:06.144Z Services to change: 1
1322025-03-03T04:08:06.144Z Estimated space available: 155.60 GB
1332025-03-03T04:08:06.145ZEstimated space to be consumed: 1.66 GB
1342025-03-03T04:08:06.145Z Create boot environment: No
1352025-03-03T04:08:06.145ZCreate backup boot environment: Yes
1362025-03-03T04:08:06.145Z Rebuild boot archive: No
1372025-03-03T04:08:06.145Z
1382025-03-03T04:08:06.145ZChanged mediators:
1392025-03-03T04:08:06.145Z mediator clang:
1402025-03-03T04:08:06.145Z version: None -> 15 (system default)
1412025-03-03T04:08:06.145Z
1422025-03-03T04:08:06.145Z mediator llvm:
1432025-03-03T04:08:06.145Z version: 14 (system default) -> 15 (system default)
1442025-03-03T04:08:06.145Z
1452025-03-03T04:08:06.145ZChanged packages:
1462025-03-03T04:08:06.145Zhelios-dev
1472025-03-03T04:08:06.145Z developer/build-essential
1482025-03-03T04:08:06.145Z None -> 11-2.0
1492025-03-03T04:08:06.145Z library/libxmlsec1
1502025-03-03T04:08:06.145Z None -> 1.2.35-2.0
1512025-03-03T04:08:06.145Z ooce/developer/clang-15
1522025-03-03T04:08:06.145Z None -> 15.0.7-2.0
1532025-03-03T04:08:06.145Z ooce/developer/llvm-15
1542025-03-03T04:08:06.145Z None -> 15.0.7-2.0
1552025-03-03T04:08:06.145Z package/pkg
1562025-03-03T04:08:06.145Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1572025-03-03T04:08:06.145Z system/library/g++-runtime
1582025-03-03T04:08:06.145Z 13-2.0 -> 14-2.0
1592025-03-03T04:08:06.145Z system/library/gcc-runtime
1602025-03-03T04:08:06.145Z 13-2.0 -> 14-2.0
1612025-03-03T04:08:06.145Z
1622025-03-03T04:08:06.145ZServices:
1632025-03-03T04:08:06.146Z restart_fmri:
1642025-03-03T04:08:06.146Z svc:/system/update-man-index:default
1652025-03-03T04:08:06.146Z
1662025-03-03T04:08:06.146ZEditable files to change:
1672025-03-03T04:08:06.146Z Update:
1682025-03-03T04:08:06.146Z usr/share/lib/pkg/web/config.shtml
1692025-03-03T04:08:06.301Z
1702025-03-03T04:08:06.302ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1712025-03-03T04:08:12.532ZDownload: 208/4301 items 1.3/225.4MB 0% complete (384k/s)
1722025-03-03T04:08:19.252ZDownload: 209/4301 items 1.3/225.4MB 0% complete (373k/s)
1732025-03-03T04:08:37.418ZDownload: 211/4301 items 1.3/225.4MB 0% complete
1742025-03-03T04:08:42.422ZDownload: 316/4301 items 16.4/225.4MB 7% complete (4.1M/s)
1752025-03-03T04:08:47.600ZDownload: 404/4301 items 16.8/225.4MB 7% complete (1.9M/s)
1762025-03-03T04:08:52.641ZDownload: 592/4301 items 17.7/225.4MB 7% complete (132k/s)
1772025-03-03T04:08:57.642ZDownload: 748/4301 items 18.3/225.4MB 8% complete (143k/s)
1782025-03-03T04:09:02.987ZDownload: 905/4301 items 18.9/225.4MB 8% complete (140k/s)
1792025-03-03T04:09:08.012ZDownload: 965/4301 items 19.4/225.4MB 8% complete (94.7k/s)
1802025-03-03T04:09:13.015ZDownload: 1085/4301 items 19.7/225.4MB 8% complete (77.7k/s)
1812025-03-03T04:09:18.229ZDownload: 1189/4301 items 82.9/225.4MB 36% complete (6.4M/s)
1822025-03-03T04:09:25.596ZDownload: 1193/4301 items 83.5/225.4MB 37% complete (6.4M/s)
1832025-03-03T04:09:36.009ZDownload: 1194/4301 items 83.5/225.4MB 37% complete
1842025-03-03T04:09:41.014ZDownload: 1373/4301 items 116.2/225.4MB 51% complete (7.4M/s)
1852025-03-03T04:09:46.137ZDownload: 1507/4301 items 117.3/225.4MB 52% complete (3.9M/s)
1862025-03-03T04:09:51.195ZDownload: 1667/4301 items 117.9/225.4MB 52% complete (397k/s)
1872025-03-03T04:09:56.198ZDownload: 1837/4301 items 118.4/225.4MB 52% complete (117k/s)
1882025-03-03T04:10:01.268ZDownload: 1943/4301 items 118.6/225.4MB 52% complete (91.3k/s)
1892025-03-03T04:10:06.314ZDownload: 2070/4301 items 118.8/225.4MB 52% complete (40.5k/s)
1902025-03-03T04:10:11.337ZDownload: 2206/4301 items 119.1/225.4MB 52% complete (46.2k/s)
1912025-03-03T04:10:19.273ZDownload: 2217/4301 items 119.2/225.4MB 52% complete (46.8k/s)
1922025-03-03T04:10:34.008ZDownload: 2219/4301 items 119.2/225.4MB 52% complete
1932025-03-03T04:10:39.010ZDownload: 2220/4301 items 119.2/225.4MB 52% complete (276B/s)
1942025-03-03T04:10:44.016ZDownload: 2420/4301 items 120.1/225.4MB 53% complete (91.1k/s)
1952025-03-03T04:10:49.024ZDownload: 2854/4301 items 121.1/225.4MB 53% complete (200k/s)
1962025-03-03T04:10:54.037ZDownload: 3019/4301 items 121.3/225.4MB 53% complete (132k/s)
1972025-03-03T04:10:59.059ZDownload: 3231/4301 items 200.0/225.4MB 88% complete (7.8M/s)
1982025-03-03T04:11:05.603ZDownload: 3245/4301 items 203.1/225.4MB 90% complete (8.2M/s)
1992025-03-03T04:11:15.547ZDownload: 3246/4301 items 203.1/225.4MB 90% complete
2002025-03-03T04:11:21.484ZDownload: 3281/4301 items 210.6/225.4MB 93% complete (815k/s)
2012025-03-03T04:11:31.117ZDownload: 3284/4301 items 211.4/225.4MB 93% complete (1.1M/s)
2022025-03-03T04:11:36.114ZDownload: 3804/4301 items 217.0/225.4MB 96% complete (1.2M/s)
2032025-03-03T04:11:42.340ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (1.0M/s)
2042025-03-03T04:11:48.498ZDownload: 4283/4301 items 222.5/225.4MB 98% complete (562k/s)
2052025-03-03T04:11:51.391ZDownload: Completed 225.42 MB in 225.03 seconds (1.0M/s)
2062025-03-03T04:11:53.442Z Actions: 1/5122 actions (Removing old actions)
2072025-03-03T04:11:53.459Z Actions: 194/5122 actions (Installing new actions)
2082025-03-03T04:11:58.186Z Actions: 4267/5122 actions (Updating modified actions)
2092025-03-03T04:11:58.527Z Actions: Completed 5122 actions in 5.08 seconds.
2102025-03-03T04:11:58.961Z Done (0.424s)
2112025-03-03T04:11:58.964Z Done (0.001s)
2122025-03-03T04:11:59.578Z Done (0.615s)
2132025-03-03T04:12:03.936Z Done (4.114s)
2142025-03-03T04:12:04.023Z Done (0.017s)
2152025-03-03T04:12:04.026Z Done (0.000s)
2162025-03-03T04:12:04.184Z Done (0.000s)
2172025-03-03T04:12:04.928ZPlanning: Evaluating mediator changes ... Done
2182025-03-03T04:12:05.091ZPlanning: Checking for conflicting actions ... Done
2192025-03-03T04:12:05.094ZPlanning: Consolidating action changes ... Done
2202025-03-03T04:12:05.368ZPlanning: Evaluating mediators ... Done
2212025-03-03T04:12:05.371ZPlanning: Planning completed in 0.44 seconds
2222025-03-03T04:12:05.409Z Mediators to change: 2
2232025-03-03T04:12:05.413Z Create boot environment: No
2242025-03-03T04:12:05.413ZCreate backup boot environment: No
2252025-03-03T04:12:05.486Z Done
2262025-03-03T04:12:05.486Z Done
2272025-03-03T04:12:05.905Z Done
2282025-03-03T04:12:09.532Z Done
2292025-03-03T04:12:09.803Z Done
2302025-03-03T04:12:09.825Z Done
2312025-03-03T04:12:09.825Z Done
2322025-03-03T04:12:10.391ZPlanning: Evaluating mediator changes ... Done
2332025-03-03T04:12:10.394ZPlanning: Merging actions ... Done
2342025-03-03T04:12:10.586ZPlanning: Checking for conflicting actions ... Done
2352025-03-03T04:12:10.589ZPlanning: Consolidating action changes ... Done
2362025-03-03T04:12:10.854ZPlanning: Evaluating mediators ... Done
2372025-03-03T04:12:10.907ZPlanning: Planning completed in 0.77 seconds
2382025-03-03T04:12:10.949Z Packages to change: 1
2392025-03-03T04:12:10.949Z Mediators to change: 1
2402025-03-03T04:12:10.952Z Services to change: 1
2412025-03-03T04:12:10.952Z Create boot environment: No
2422025-03-03T04:12:10.952ZCreate backup boot environment: Yes
2432025-03-03T04:12:13.331Z Actions: 1/6 actions (Updating modified actions)
2442025-03-03T04:12:13.334Z Actions: Completed 6 actions in 0.00 seconds.
2452025-03-03T04:12:13.334Z Done
2462025-03-03T04:12:13.334Z Done
2472025-03-03T04:12:13.456Z Done
2482025-03-03T04:12:17.165Z Done
2492025-03-03T04:12:17.278Z Done
2502025-03-03T04:12:17.281Z Done
2512025-03-03T04:12:17.429Z Done
2522025-03-03T04:12:17.893ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2532025-03-03T04:12:17.893Zclang system 15 system
2542025-03-03T04:12:17.893Zcsh system system illumos
2552025-03-03T04:12:17.893Zctags system system illumos
2562025-03-03T04:12:17.893Zgcc vendor 12 vendor
2572025-03-03T04:12:17.893Zgcc system 10 system
2582025-03-03T04:12:17.893Zgcc system 7 system
2592025-03-03T04:12:17.893Zgo system 1.20 system
2602025-03-03T04:12:17.893Zgo system 1.19 system
2612025-03-03T04:12:17.893Zllvm system 15 system
2622025-03-03T04:12:17.893Zllvm system 14 system
2632025-03-03T04:12:17.893Zmariadb system 10.6 system
2642025-03-03T04:12:17.893Zmta vendor vendor dma
2652025-03-03T04:12:17.893Zopenjdk system 17 system
2662025-03-03T04:12:17.893Zopenjdk system 11 system
2672025-03-03T04:12:17.893Zopenjdk system 1.8 system
2682025-03-03T04:12:17.893Zopenssl vendor 3 vendor
2692025-03-03T04:12:17.893Zperl system 5.36 system
2702025-03-03T04:12:17.893Zpostgresql system 15 system
2712025-03-03T04:12:17.893Zpostgresql system 13 system
2722025-03-03T04:12:17.893Zpython vendor 3 vendor
2732025-03-03T04:12:17.893Zpython system 2 system
2742025-03-03T04:12:17.893Zpython3 system 3.11 system
2752025-03-03T04:12:17.894Zruby system 3.0 system
2762025-03-03T04:12:17.894Zwords vendor vendor american-english
2772025-03-03T04:12:17.894Zwords system system australian-english
2782025-03-03T04:12:17.894Zwords system system british-english
2792025-03-03T04:12:17.894Zwords system system canadian-english
2802025-03-03T04:12:17.894Zwords system system french
2812025-03-03T04:12:17.894Zwords system system italian
2822025-03-03T04:12:17.894Zwords system system ngerman
2832025-03-03T04:12:17.894Zwords system system ogerman
2842025-03-03T04:12:17.894Zwords system system spanish
2852025-03-03T04:12:18.229ZPUBLISHER TYPE STATUS P LOCATION
2862025-03-03T04:12:18.229Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2872025-03-03T04:12:21.289ZFMRI IFO
2882025-03-03T04:12:21.289Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2892025-03-03T04:12:21.289Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2902025-03-03T04:12:21.289Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2912025-03-03T04:12:21.289Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2922025-03-03T04:12:21.289Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2932025-03-03T04:12:21.289Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2942025-03-03T04:12:21.289Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2952025-03-03T04:12:21.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2962025-03-03T04:12:21.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2972025-03-03T04:12:21.289Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2982025-03-03T04:12:21.289Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2992025-03-03T04:12:21.289Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3002025-03-03T04:12:21.289Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3012025-03-03T04:12:21.289Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3022025-03-03T04:12:21.289Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3032025-03-03T04:12:22.075Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3042025-03-03T04:12:22.340Z Updating crates.io index
3052025-03-03T04:12:22.425Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-03-03T04:12:22.923Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-03-03T04:12:23.368Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-03-03T04:12:23.569Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3092025-03-03T04:12:23.814Z Updating git repository `https://github.com/oxidecomputer/propolis`
3102025-03-03T04:12:24.752Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112025-03-03T04:12:26.541Z Updating git repository `https://github.com/oxidecomputer/opte`
3122025-03-03T04:12:27.190Z Updating git repository `https://github.com/oxidecomputer/falcon`
3132025-03-03T04:12:27.956Z Updating git repository `https://github.com/oxidecomputer/clickward`
3142025-03-03T04:12:28.214Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3152025-03-03T04:12:28.472Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3162025-03-03T04:12:29.004Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3172025-03-03T04:12:29.449Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182025-03-03T04:12:29.741Z Updating git repository `https://github.com/oxidecomputer/propolis`
3192025-03-03T04:12:30.166Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202025-03-03T04:12:30.442Z Updating git repository `https://github.com/oxidecomputer/tofino`
3212025-03-03T04:12:30.693Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3222025-03-03T04:12:30.902Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3232025-03-03T04:12:31.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3242025-03-03T04:12:31.410Z Updating git repository `https://github.com/oxidecomputer/lldp`
3252025-03-03T04:12:31.709Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3262025-03-03T04:12:31.947Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3272025-03-03T04:12:32.247Z Updating git repository `https://github.com/oxidecomputer/ispf`
3282025-03-03T04:12:32.605Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3292025-03-03T04:12:32.809Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3302025-03-03T04:12:33.371Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3312025-03-03T04:12:33.629Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3322025-03-03T04:12:33.989Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3332025-03-03T04:12:34.340Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3342025-03-03T04:12:34.559Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352025-03-03T04:12:34.780Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3362025-03-03T04:12:35.057Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3372025-03-03T04:12:36.259Z Downloading crates ...
3382025-03-03T04:12:36.325Z Downloaded cargo-platform v0.1.8
3392025-03-03T04:12:36.331Z Downloaded anstream v0.6.15
3402025-03-03T04:12:36.358Z Downloaded winnow v0.7.3
3412025-03-03T04:12:36.366Z Downloaded zerocopy-derive v0.7.35
3422025-03-03T04:12:36.372Z Downloaded zerocopy v0.7.35
3432025-03-03T04:12:36.386Z Downloaded pretty-hex v0.4.1
3442025-03-03T04:12:36.396Z Downloaded plain v0.2.3
3452025-03-03T04:12:36.398Z Downloaded log v0.4.22
3462025-03-03T04:12:36.406Z Downloaded heck v0.4.1
3472025-03-03T04:12:36.415Z Downloaded dtrace-parser v0.2.0
3482025-03-03T04:12:36.418Z Downloaded fastrand v2.1.1
3492025-03-03T04:12:36.424Z Downloaded cargo_metadata v0.19.1
3502025-03-03T04:12:36.427Z Downloaded clap_builder v4.5.31
3512025-03-03T04:12:36.433Z Downloaded colorchoice v1.0.2
3522025-03-03T04:12:36.436Z Downloaded cargo_toml v0.21.0
3532025-03-03T04:12:36.446Z Downloaded serde_tokenstream v0.2.2
3542025-03-03T04:12:36.451Z Downloaded terminal_size v0.4.0
3552025-03-03T04:12:36.458Z Downloaded pest_generator v2.7.14
3562025-03-03T04:12:36.460Z Downloaded digest v0.10.7
3572025-03-03T04:12:36.460Z Downloaded thiserror v1.0.69
3582025-03-03T04:12:36.465Z Downloaded heck v0.5.0
3592025-03-03T04:12:36.468Z Downloaded swrite v0.1.0
3602025-03-03T04:12:36.471Z Downloaded scroll_derive v0.12.0
3612025-03-03T04:12:36.478Z Downloaded terminal_size v0.2.6
3622025-03-03T04:12:36.483Z Downloaded cpufeatures v0.2.14
3632025-03-03T04:12:36.486Z Downloaded tabled_derive v0.7.0
3642025-03-03T04:12:36.486Z Downloaded itoa v1.0.11
3652025-03-03T04:12:36.489Z Downloaded fnv v1.0.7
3662025-03-03T04:12:36.489Z Downloaded errno v0.3.9
3672025-03-03T04:12:36.489Z Downloaded crypto-common v0.1.6
3682025-03-03T04:12:36.492Z Downloaded clap_lex v0.7.4
3692025-03-03T04:12:36.500Z Downloaded usdt-macro v0.5.0
3702025-03-03T04:12:36.503Z Downloaded equivalent v1.0.1
3712025-03-03T04:12:36.511Z Downloaded is_terminal_polyfill v1.70.1
3722025-03-03T04:12:36.514Z Downloaded cfg-if v1.0.0
3732025-03-03T04:12:36.518Z Downloaded serde_spanned v0.6.8
3742025-03-03T04:12:36.522Z Downloaded macaddr v1.0.1
3752025-03-03T04:12:36.522Z Downloaded generic-array v0.14.7
3762025-03-03T04:12:36.546Z Downloaded strsim v0.11.1
3772025-03-03T04:12:36.551Z Downloaded io-lifetimes v1.0.11
3782025-03-03T04:12:36.551Z Downloaded proc-macro-error-attr v1.0.4
3792025-03-03T04:12:36.551Z Downloaded toml_datetime v0.6.8
3802025-03-03T04:12:36.551Z Downloaded usdt-attr-macro v0.5.0
3812025-03-03T04:12:36.551Z Downloaded anstyle-parse v0.2.5
3822025-03-03T04:12:36.551Z Downloaded thiserror-impl v1.0.69
3832025-03-03T04:12:36.552Z Downloaded bitflags v1.3.2
3842025-03-03T04:12:36.552Z Downloaded thread-id v4.2.2
3852025-03-03T04:12:36.552Z Downloaded fs-err v2.11.0
3862025-03-03T04:12:36.552Z Downloaded smawk v0.3.2
3872025-03-03T04:12:36.552Z Downloaded block-buffer v0.10.4
3882025-03-03T04:12:36.552Z Downloaded anstyle v1.0.10
3892025-03-03T04:12:36.555Z Downloaded bytecount v0.6.8
3902025-03-03T04:12:36.555Z Downloaded usdt v0.5.0
3912025-03-03T04:12:36.555Z Downloaded version_check v0.9.5
3922025-03-03T04:12:36.558Z Downloaded unicode-linebreak v0.1.5
3932025-03-03T04:12:36.562Z Downloaded scroll v0.12.0
3942025-03-03T04:12:36.564Z Downloaded utf8parse v0.2.2
3952025-03-03T04:12:36.565Z Downloaded memmap v0.7.0
3962025-03-03T04:12:36.565Z Downloaded byteorder v1.5.0
3972025-03-03T04:12:36.568Z Downloaded autocfg v1.4.0
3982025-03-03T04:12:36.571Z Downloaded tempfile v3.13.0
3992025-03-03T04:12:36.574Z Downloaded thiserror v2.0.11
4002025-03-03T04:12:36.577Z Downloaded anstyle-query v1.1.1
4012025-03-03T04:12:36.579Z Downloaded quote v1.0.38
4022025-03-03T04:12:36.582Z Downloaded camino-tempfile v1.1.1
4032025-03-03T04:12:36.582Z Downloaded semver v1.0.25
4042025-03-03T04:12:36.585Z Downloaded proc-macro-error v1.0.4
4052025-03-03T04:12:36.589Z Downloaded dof v0.3.0
4062025-03-03T04:12:36.589Z Downloaded camino v1.1.9
4072025-03-03T04:12:36.591Z Downloaded sha2 v0.10.8
4082025-03-03T04:12:36.591Z Downloaded pest_derive v2.7.14
4092025-03-03T04:12:36.596Z Downloaded clap_derive v4.5.28
4102025-03-03T04:12:36.599Z Downloaded once_cell v1.20.3
4112025-03-03T04:12:36.599Z Downloaded usdt-impl v0.5.0
4122025-03-03T04:12:36.602Z Downloaded thiserror-impl v2.0.11
4132025-03-03T04:12:36.613Z Downloaded bitflags v2.6.0
4142025-03-03T04:12:36.624Z Downloaded pest_meta v2.7.14
4152025-03-03T04:12:36.627Z Downloaded unicode-ident v1.0.14
4162025-03-03T04:12:36.627Z Downloaded anyhow v1.0.96
4172025-03-03T04:12:36.630Z Downloaded ucd-trie v0.1.7
4182025-03-03T04:12:36.630Z Downloaded proc-macro2 v1.0.93
4192025-03-03T04:12:36.634Z Downloaded serde_derive v1.0.218
4202025-03-03T04:12:36.637Z Downloaded serde v1.0.218
4212025-03-03T04:12:36.641Z Downloaded papergrid v0.11.0
4222025-03-03T04:12:36.644Z Downloaded toml v0.8.20
4232025-03-03T04:12:36.647Z Downloaded textwrap v0.16.1
4242025-03-03T04:12:36.650Z Downloaded ryu v1.0.18
4252025-03-03T04:12:36.653Z Downloaded indexmap v2.7.1
4262025-03-03T04:12:36.656Z Downloaded typenum v1.17.0
4272025-03-03T04:12:36.659Z Downloaded clap v4.5.31
4282025-03-03T04:12:36.663Z Downloaded memchr v2.7.4
4292025-03-03T04:12:36.668Z Downloaded rustix v0.37.28
4302025-03-03T04:12:36.685Z Downloaded toml_edit v0.22.24
4312025-03-03T04:12:36.704Z Downloaded serde_json v1.0.139
4322025-03-03T04:12:36.712Z Downloaded hashbrown v0.15.1
4332025-03-03T04:12:36.714Z Downloaded pest v2.7.14
4342025-03-03T04:12:36.728Z Downloaded goblin v0.8.2
4352025-03-03T04:12:36.733Z Downloaded tabled v0.15.0
4362025-03-03T04:12:36.747Z Downloaded syn v1.0.109
4372025-03-03T04:12:36.761Z Downloaded unicode-width v0.1.14
4382025-03-03T04:12:36.770Z Downloaded syn v2.0.98
4392025-03-03T04:12:36.780Z Downloaded rustix v0.38.37
4402025-03-03T04:12:36.811Z Downloaded libc v0.2.170
4412025-03-03T04:12:37.097Z Compiling proc-macro2 v1.0.93
4422025-03-03T04:12:37.098Z Compiling unicode-ident v1.0.14
4432025-03-03T04:12:37.101Z Compiling serde v1.0.218
4442025-03-03T04:12:37.101Z Compiling libc v0.2.170
4452025-03-03T04:12:37.101Z Compiling version_check v0.9.5
4462025-03-03T04:12:37.101Z Compiling memchr v2.7.4
4472025-03-03T04:12:37.133Z Compiling thiserror v1.0.69
4482025-03-03T04:12:37.136Z Compiling ryu v1.0.18
4492025-03-03T04:12:37.389Z Compiling ucd-trie v0.1.7
4502025-03-03T04:12:37.591Z Compiling itoa v1.0.11
4512025-03-03T04:12:37.861Z Compiling once_cell v1.20.3
4522025-03-03T04:12:37.881Z Compiling byteorder v1.5.0
4532025-03-03T04:12:38.169Z Compiling rustix v0.38.37
4542025-03-03T04:12:38.393Z Compiling serde_json v1.0.139
4552025-03-03T04:12:38.436Z Compiling bitflags v2.6.0
4562025-03-03T04:12:38.697Z Compiling usdt-impl v0.5.0
4572025-03-03T04:12:38.752Z Compiling proc-macro-error-attr v1.0.4
4582025-03-03T04:12:38.811Z Compiling syn v1.0.109
4592025-03-03T04:12:38.899Z Compiling io-lifetimes v1.0.11
4602025-03-03T04:12:38.922Z Compiling proc-macro-error v1.0.4
4612025-03-03T04:12:39.143Z Compiling hashbrown v0.15.1
4622025-03-03T04:12:39.200Z Compiling camino v1.1.9
4632025-03-03T04:12:39.250Z Compiling utf8parse v0.2.2
4642025-03-03T04:12:39.358Z Compiling errno v0.3.9
4652025-03-03T04:12:39.407Z Compiling quote v1.0.38
4662025-03-03T04:12:39.581Z Compiling thread-id v4.2.2
4672025-03-03T04:12:39.671Z Compiling plain v0.2.3
4682025-03-03T04:12:39.720Z Compiling equivalent v1.0.1
4692025-03-03T04:12:39.776Z Compiling syn v2.0.98
4702025-03-03T04:12:39.841Z Compiling log v0.4.22
4712025-03-03T04:12:39.844Z Compiling rustix v0.37.28
4722025-03-03T04:12:40.104Z Compiling indexmap v2.7.1
4732025-03-03T04:12:40.165Z Compiling anstyle-parse v0.2.5
4742025-03-03T04:12:40.488Z Compiling bitflags v1.3.2
4752025-03-03T04:12:40.596Z Compiling semver v1.0.25
4762025-03-03T04:12:40.704Z Compiling anstyle v1.0.10
4772025-03-03T04:12:40.740Z Compiling thiserror v2.0.11
4782025-03-03T04:12:40.915Z Compiling colorchoice v1.0.2
4792025-03-03T04:12:41.090Z Compiling is_terminal_polyfill v1.70.1
4802025-03-03T04:12:41.111Z Compiling winnow v0.7.3
4812025-03-03T04:12:41.153Z Compiling pretty-hex v0.4.1
4822025-03-03T04:12:41.248Z Compiling anstyle-query v1.1.1
4832025-03-03T04:12:41.273Z Compiling unicode-width v0.1.14
4842025-03-03T04:12:41.339Z Compiling autocfg v1.4.0
4852025-03-03T04:12:41.383Z Compiling anstream v0.6.15
4862025-03-03T04:12:41.408Z Compiling terminal_size v0.4.0
4872025-03-03T04:12:41.999Z Compiling fnv v1.0.7
4882025-03-03T04:12:42.102Z Compiling heck v0.5.0
4892025-03-03T04:12:42.152Z Compiling heck v0.4.1
4902025-03-03T04:12:42.286Z Compiling fs-err v2.11.0
4912025-03-03T04:12:42.573Z Compiling strsim v0.11.1
4922025-03-03T04:12:42.596Z Compiling cfg-if v1.0.0
4932025-03-03T04:12:42.632Z Compiling anyhow v1.0.96
4942025-03-03T04:12:42.665Z Compiling fastrand v2.1.1
4952025-03-03T04:12:42.713Z Compiling bytecount v0.6.8
4962025-03-03T04:12:43.117Z Compiling clap_lex v0.7.4
4972025-03-03T04:12:43.179Z Compiling tempfile v3.13.0
4982025-03-03T04:12:43.326Z Compiling terminal_size v0.2.6
4992025-03-03T04:12:43.533Z Compiling clap_builder v4.5.31
5002025-03-03T04:12:43.557Z Compiling papergrid v0.11.0
5012025-03-03T04:12:43.668Z Compiling memmap v0.7.0
5022025-03-03T04:12:43.731Z Compiling unicode-linebreak v0.1.5
5032025-03-03T04:12:43.942Z Compiling smawk v0.3.2
5042025-03-03T04:12:44.178Z Compiling textwrap v0.16.1
5052025-03-03T04:12:44.492Z Compiling swrite v0.1.0
5062025-03-03T04:12:44.997Z Compiling tabled_derive v0.7.0
5072025-03-03T04:12:46.445Z Compiling tabled v0.15.0
5082025-03-03T04:12:46.646Z Compiling serde_derive v1.0.218
5092025-03-03T04:12:46.646Z Compiling thiserror-impl v1.0.69
5102025-03-03T04:12:46.650Z Compiling zerocopy-derive v0.7.35
5112025-03-03T04:12:46.651Z Compiling scroll_derive v0.12.0
5122025-03-03T04:12:46.651Z Compiling thiserror-impl v2.0.11
5132025-03-03T04:12:46.651Z Compiling clap_derive v4.5.28
5142025-03-03T04:12:48.098Z Compiling scroll v0.12.0
5152025-03-03T04:12:48.609Z Compiling goblin v0.8.2
5162025-03-03T04:12:48.666Z Compiling zerocopy v0.7.35
5172025-03-03T04:12:49.780Z Compiling pest v2.7.14
5182025-03-03T04:12:51.011Z Compiling clap v4.5.31
5192025-03-03T04:12:51.978Z Compiling pest_meta v2.7.14
5202025-03-03T04:12:52.981Z Compiling pest_generator v2.7.14
5212025-03-03T04:12:54.341Z Compiling pest_derive v2.7.14
5222025-03-03T04:12:54.923Z Compiling dtrace-parser v0.2.0
5232025-03-03T04:12:55.778Z Compiling serde_tokenstream v0.2.2
5242025-03-03T04:12:55.802Z Compiling toml_datetime v0.6.8
5252025-03-03T04:12:55.802Z Compiling serde_spanned v0.6.8
5262025-03-03T04:12:55.967Z Compiling cargo-platform v0.1.8
5272025-03-03T04:12:56.113Z Compiling macaddr v1.0.1
5282025-03-03T04:12:56.293Z Compiling toml_edit v0.22.24
5292025-03-03T04:12:56.393Z Compiling camino-tempfile v1.1.1
5302025-03-03T04:12:57.179Z Compiling dof v0.3.0
5312025-03-03T04:12:57.257Z Compiling cargo_metadata v0.19.1
5322025-03-03T04:12:58.492Z Compiling usdt-attr-macro v0.5.0
5332025-03-03T04:12:58.492Z Compiling usdt-macro v0.5.0
5342025-03-03T04:12:59.017Z Compiling toml v0.8.20
5352025-03-03T04:12:59.587Z Compiling usdt v0.5.0
5362025-03-03T04:12:59.837Z Compiling cargo_toml v0.21.0
5372025-03-03T04:13:02.446Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5382025-03-03T04:13:05.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.71s
5392025-03-03T04:13:05.829Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5402025-03-03T04:13:06.407Z Downloading crates ...
5412025-03-03T04:13:06.544Z Downloaded addr2line v0.24.2
5422025-03-03T04:13:06.552Z Downloaded cfg_aliases v0.1.1
5432025-03-03T04:13:06.555Z Downloaded atomicwrites v0.4.4
5442025-03-03T04:13:06.562Z Downloaded highway v1.3.0
5452025-03-03T04:13:06.565Z Downloaded atty v0.2.14
5462025-03-03T04:13:06.573Z Downloaded hmac v0.12.1
5472025-03-03T04:13:06.582Z Downloaded ident_case v1.0.1
5482025-03-03T04:13:06.585Z Downloaded assert_matches v1.5.0
5492025-03-03T04:13:06.590Z Downloaded crunchy v0.2.2
5502025-03-03T04:13:06.593Z Downloaded crucible-workspace-hack v0.1.0
5512025-03-03T04:13:06.593Z Downloaded is_ci v1.2.0
5522025-03-03T04:13:06.596Z Downloaded cfg_aliases v0.2.1
5532025-03-03T04:13:06.596Z Downloaded async-stream-impl v0.3.6
5542025-03-03T04:13:06.599Z Downloaded match_cfg v0.1.0
5552025-03-03T04:13:06.599Z Downloaded ciborium-io v0.2.2
5562025-03-03T04:13:06.603Z Downloaded http-body v1.0.1
5572025-03-03T04:13:06.603Z Downloaded aead v0.5.2
5582025-03-03T04:13:06.606Z Downloaded cipher v0.4.4
5592025-03-03T04:13:06.610Z Downloaded buf-list v1.0.3
5602025-03-03T04:13:06.613Z Downloaded cexpr v0.6.0
5612025-03-03T04:13:06.613Z Downloaded chrono-tz-build v0.4.0
5622025-03-03T04:13:06.616Z Downloaded hex-literal v0.4.1
5632025-03-03T04:13:06.616Z Downloaded bitfield-struct v0.6.2
5642025-03-03T04:13:06.619Z Downloaded linear-map v1.2.0
5652025-03-03T04:13:06.622Z Downloaded hex v0.4.3
5662025-03-03T04:13:06.626Z Downloaded bit-set v0.5.3
5672025-03-03T04:13:06.631Z Downloaded async-recursion v1.1.1
5682025-03-03T04:13:06.631Z Downloaded hubpack v0.1.2
5692025-03-03T04:13:06.634Z Downloaded heck v0.3.3
5702025-03-03T04:13:06.640Z Downloaded cstr-argument v0.1.2
5712025-03-03T04:13:06.640Z Downloaded atomic-waker v1.1.2
5722025-03-03T04:13:06.640Z Downloaded hostname v0.4.0
5732025-03-03T04:13:06.644Z Downloaded ascii-canvas v3.0.0
5742025-03-03T04:13:06.644Z Downloaded humantime v2.1.0
5752025-03-03T04:13:06.644Z Downloaded http-body-util v0.1.2
5762025-03-03T04:13:06.644Z Downloaded maybe-uninit v2.0.0
5772025-03-03T04:13:06.648Z Downloaded indoc v2.0.5
5782025-03-03T04:13:06.656Z Downloaded chacha20 v0.9.1
5792025-03-03T04:13:06.656Z Downloaded md5 v0.7.0
5802025-03-03T04:13:06.663Z Downloaded castaway v0.2.3
5812025-03-03T04:13:06.664Z Downloaded async-stream v0.3.6
5822025-03-03T04:13:06.664Z Downloaded crossbeam-deque v0.8.5
5832025-03-03T04:13:06.664Z Downloaded convert_case v0.4.0
5842025-03-03T04:13:06.664Z Downloaded instant v0.1.13
5852025-03-03T04:13:06.664Z Downloaded crc v3.2.1
5862025-03-03T04:13:06.670Z Downloaded managed v0.8.0
5872025-03-03T04:13:06.670Z Downloaded pretty-hex v0.2.1
5882025-03-03T04:13:06.670Z Downloaded md-5 v0.10.6
5892025-03-03T04:13:06.670Z Downloaded colored v2.2.0
5902025-03-03T04:13:06.676Z Downloaded indent_write v2.2.0
5912025-03-03T04:13:06.676Z Downloaded cobs v0.2.3
5922025-03-03T04:13:06.676Z Downloaded crc-catalog v2.4.0
5932025-03-03T04:13:06.680Z Downloaded ctr v0.9.2
5942025-03-03T04:13:06.680Z Downloaded cmake v0.1.51
5952025-03-03T04:13:06.680Z Downloaded arrayvec v0.7.6
5962025-03-03T04:13:06.686Z Downloaded async-bb8-diesel v0.2.1
5972025-03-03T04:13:06.686Z Downloaded bb8 v0.8.5
5982025-03-03T04:13:06.691Z Downloaded libsw v3.4.0
5992025-03-03T04:13:06.692Z Downloaded console v0.15.10
6002025-03-03T04:13:06.692Z Downloaded cancel-safe-futures v0.1.5
6012025-03-03T04:13:06.698Z Downloaded libloading v0.8.5
6022025-03-03T04:13:06.706Z Downloaded icu_locid_transform v1.5.0
6032025-03-03T04:13:06.706Z Downloaded arc-swap v1.7.1
6042025-03-03T04:13:06.711Z Downloaded base64ct v1.6.0
6052025-03-03T04:13:06.711Z Downloaded mime v0.3.17
6062025-03-03T04:13:06.711Z Downloaded libsw-core v0.3.1
6072025-03-03T04:13:06.712Z Downloaded impl-trait-for-tuples v0.2.2
6082025-03-03T04:13:06.725Z Downloaded is-terminal v0.4.13
6092025-03-03T04:13:06.725Z Downloaded lru-cache v0.1.2
6102025-03-03T04:13:06.725Z Downloaded maplit v1.0.2
6112025-03-03T04:13:06.731Z Downloaded csv-core v0.1.11
6122025-03-03T04:13:06.731Z Downloaded lru v0.12.5
6132025-03-03T04:13:06.731Z Downloaded lockfree-object-pool v0.1.6
6142025-03-03T04:13:06.731Z Downloaded kstat-rs v0.2.4
6152025-03-03T04:13:06.732Z Downloaded psl-types v2.0.11
6162025-03-03T04:13:06.732Z Downloaded memoffset v0.9.1
6172025-03-03T04:13:06.732Z Downloaded ipnetwork v0.21.1
6182025-03-03T04:13:06.732Z Downloaded instability v0.3.2
6192025-03-03T04:13:06.736Z Downloaded internet-checksum v0.2.1
6202025-03-03T04:13:06.736Z Downloaded cbc v0.1.2
6212025-03-03T04:13:06.736Z Downloaded ciborium-ll v0.2.2
6222025-03-03T04:13:06.736Z Downloaded memmap2 v0.9.5
6232025-03-03T04:13:06.740Z Downloaded litemap v0.7.3
6242025-03-03T04:13:06.740Z Downloaded cookie v0.18.1
6252025-03-03T04:13:06.744Z Downloaded cookie_store v0.21.1
6262025-03-03T04:13:06.749Z Downloaded libefi-sys v0.1.0
6272025-03-03T04:13:06.749Z Downloaded indoc v1.0.9
6282025-03-03T04:13:06.753Z Downloaded bzip2 v0.4.4
6292025-03-03T04:13:06.753Z Downloaded iana-time-zone v0.1.61
6302025-03-03T04:13:06.758Z Downloaded strum v0.26.3
6312025-03-03T04:13:06.758Z Downloaded ipnet v2.11.0
6322025-03-03T04:13:06.766Z Downloaded bcs v0.1.6
6332025-03-03T04:13:06.766Z Downloaded httpdate v1.0.3
6342025-03-03T04:13:06.766Z Downloaded want v0.3.1
6352025-03-03T04:13:06.766Z Downloaded termtree v0.4.1
6362025-03-03T04:13:06.772Z Downloaded sqlparser_derive v0.2.2
6372025-03-03T04:13:06.773Z Downloaded hickory-resolver v0.24.4
6382025-03-03T04:13:06.773Z Downloaded zerofrom v0.1.4
6392025-03-03T04:13:06.773Z Downloaded rtoolbox v0.0.2
6402025-03-03T04:13:06.777Z Downloaded rand_core v0.6.4
6412025-03-03T04:13:06.777Z Downloaded lock_api v0.4.12
6422025-03-03T04:13:06.777Z Downloaded tinyvec_macros v0.1.1
6432025-03-03T04:13:06.777Z Downloaded secrecy v0.8.0
6442025-03-03T04:13:06.788Z Downloaded blake2 v0.10.6
6452025-03-03T04:13:06.788Z Downloaded linked-hash-map v0.5.6
6462025-03-03T04:13:06.796Z Downloaded httparse v1.9.5
6472025-03-03T04:13:06.796Z Downloaded crc32fast v1.4.2
6482025-03-03T04:13:06.796Z Downloaded dirs-next v2.0.0
6492025-03-03T04:13:06.796Z Downloaded ahash v0.8.11
6502025-03-03T04:13:06.797Z Downloaded simd-adler32 v0.3.7
6512025-03-03T04:13:06.802Z Downloaded float-ord v0.3.2
6522025-03-03T04:13:06.802Z Downloaded hyper-staticfile v0.10.1
6532025-03-03T04:13:06.802Z Downloaded shell-words v1.1.0
6542025-03-03T04:13:06.802Z Downloaded proc-macro-error2 v2.0.1
6552025-03-03T04:13:06.806Z Downloaded smf v0.2.3
6562025-03-03T04:13:06.806Z Downloaded crossbeam-utils v0.8.20
6572025-03-03T04:13:06.806Z Downloaded base64 v0.13.1
6582025-03-03T04:13:06.812Z Downloaded litrs v0.4.1
6592025-03-03T04:13:06.817Z Downloaded slog-bunyan v2.5.0
6602025-03-03T04:13:06.817Z Downloaded structmeta-derive v0.3.0
6612025-03-03T04:13:06.817Z Downloaded structmeta v0.3.0
6622025-03-03T04:13:06.817Z Downloaded jobserver v0.1.32
6632025-03-03T04:13:06.824Z Downloaded icu_normalizer v1.5.0
6642025-03-03T04:13:06.830Z Downloaded tui-tree-widget v0.23.0
6652025-03-03T04:13:06.830Z Downloaded tinystr v0.7.6
6662025-03-03T04:13:06.830Z Downloaded hyper-util v0.1.10
6672025-03-03T04:13:06.838Z Downloaded rpassword v7.3.1
6682025-03-03T04:13:06.838Z Downloaded xattr v1.3.1
6692025-03-03T04:13:06.838Z Downloaded icu_locid v1.5.0
6702025-03-03T04:13:06.842Z Downloaded dirs-sys-next v0.1.2
6712025-03-03T04:13:06.842Z Downloaded defmt-macros v0.3.9
6722025-03-03T04:13:06.846Z Downloaded debug-ignore v1.0.5
6732025-03-03T04:13:06.846Z Downloaded zerofrom-derive v0.1.4
6742025-03-03T04:13:06.846Z Downloaded mime_guess v2.0.5
6752025-03-03T04:13:06.850Z Downloaded allocator-api2 v0.2.18
6762025-03-03T04:13:06.861Z Downloaded compact_str v0.8.0
6772025-03-03T04:13:06.865Z Downloaded rustc_version v0.4.1
6782025-03-03T04:13:06.865Z Downloaded tls_codec_derive v0.4.1
6792025-03-03T04:13:06.865Z Downloaded foreign-types-macros v0.2.3
6802025-03-03T04:13:06.865Z Downloaded fixedbitset v0.4.2
6812025-03-03T04:13:06.865Z Downloaded zeroize_derive v1.4.2
6822025-03-03T04:13:06.865Z Downloaded unicase v2.7.0
6832025-03-03T04:13:06.865Z Downloaded embedded-io v0.6.1
6842025-03-03T04:13:06.870Z Downloaded embedded-io v0.4.0
6852025-03-03T04:13:06.870Z Downloaded icu_provider v1.5.0
6862025-03-03T04:13:06.877Z Downloaded bytes v1.10.0
6872025-03-03T04:13:06.883Z Downloaded indicatif v0.17.11
6882025-03-03T04:13:06.894Z Downloaded take_mut v0.2.2
6892025-03-03T04:13:06.898Z Downloaded darling_macro v0.20.10
6902025-03-03T04:13:06.898Z Downloaded funty v2.0.0
6912025-03-03T04:13:06.898Z Downloaded heapless v0.8.0
6922025-03-03T04:13:06.904Z Downloaded stable_deref_trait v1.2.0
6932025-03-03T04:13:06.904Z Downloaded phf_shared v0.11.2
6942025-03-03T04:13:06.908Z Downloaded rustc_version v0.1.7
6952025-03-03T04:13:06.908Z Downloaded heapless v0.7.17
6962025-03-03T04:13:06.908Z Downloaded rustc-hash v2.1.1
6972025-03-03T04:13:06.913Z Downloaded num v0.4.3
6982025-03-03T04:13:06.913Z Downloaded backtrace v0.3.74
6992025-03-03T04:13:06.919Z Downloaded pbkdf2 v0.12.2
7002025-03-03T04:13:06.924Z Downloaded display-error-chain v0.2.2
7012025-03-03T04:13:06.924Z Downloaded slog-async v2.8.0
7022025-03-03T04:13:06.924Z Downloaded getrandom v0.2.15
7032025-03-03T04:13:06.929Z Downloaded olpc-cjson v0.1.4
7042025-03-03T04:13:06.930Z Downloaded ppv-lite86 v0.2.20
7052025-03-03T04:13:06.930Z Downloaded filetime v0.2.25
7062025-03-03T04:13:06.939Z Downloaded crc-any v2.5.0
7072025-03-03T04:13:06.939Z Downloaded rand_chacha v0.3.1
7082025-03-03T04:13:06.943Z Downloaded getrandom v0.3.1
7092025-03-03T04:13:06.943Z Downloaded signal-hook-mio v0.2.4
7102025-03-03T04:13:06.943Z Downloaded tls_codec v0.4.1
7112025-03-03T04:13:06.943Z Downloaded progenitor-macro v0.8.0
7122025-03-03T04:13:06.943Z Downloaded rustfmt-wrapper v0.2.1
7132025-03-03T04:13:06.952Z Downloaded synstructure v0.13.1
7142025-03-03T04:13:06.952Z Downloaded walkdir v2.5.0
7152025-03-03T04:13:06.952Z Downloaded tinyvec v1.8.0
7162025-03-03T04:13:06.958Z Downloaded tungstenite v0.23.0
7172025-03-03T04:13:06.958Z Downloaded peg-runtime v0.8.3
7182025-03-03T04:13:06.959Z Downloaded pbkdf2 v0.11.0
7192025-03-03T04:13:06.963Z Downloaded icu_properties v1.5.1
7202025-03-03T04:13:06.963Z Downloaded base64 v0.22.1
7212025-03-03T04:13:06.967Z Downloaded num_threads v0.1.7
7222025-03-03T04:13:06.967Z Downloaded num-conv v0.1.0
7232025-03-03T04:13:06.967Z Downloaded utf-8 v0.7.6
7242025-03-03T04:13:06.972Z Downloaded untrusted v0.9.0
7252025-03-03T04:13:06.972Z Downloaded dyn-clone v1.0.18
7262025-03-03T04:13:06.977Z Downloaded schemars v0.8.22
7272025-03-03T04:13:06.984Z Downloaded tap v1.0.1
7282025-03-03T04:13:06.988Z Downloaded peg v0.8.4
7292025-03-03T04:13:06.994Z Downloaded env_filter v0.1.2
7302025-03-03T04:13:06.994Z Downloaded ff v0.13.0
7312025-03-03T04:13:06.994Z Downloaded fragile v2.0.0
7322025-03-03T04:13:06.999Z Downloaded topological-sort v0.2.2
7332025-03-03T04:13:06.999Z Downloaded tabled_derive v0.10.0
7342025-03-03T04:13:06.999Z Downloaded mockall v0.13.1
7352025-03-03T04:13:07.003Z Downloaded postgres-types v0.2.9
7362025-03-03T04:13:07.003Z Downloaded crypto-bigint v0.5.5
7372025-03-03T04:13:07.009Z Downloaded unicode-xid v0.2.6
7382025-03-03T04:13:07.015Z Downloaded uuid v1.15.1
7392025-03-03T04:13:07.019Z Downloaded defmt-parser v0.3.4
7402025-03-03T04:13:07.019Z Downloaded path-slash v0.1.5
7412025-03-03T04:13:07.019Z Downloaded which v4.4.2
7422025-03-03T04:13:07.019Z Downloaded tokio-stream v0.1.17
7432025-03-03T04:13:07.023Z Downloaded endian-type v0.1.2
7442025-03-03T04:13:07.023Z Downloaded cc v1.2.15
7452025-03-03T04:13:07.028Z Downloaded yasna v0.5.2
7462025-03-03T04:13:07.033Z Downloaded num_enum_derive v0.5.11
7472025-03-03T04:13:07.033Z Downloaded ghash v0.5.1
7482025-03-03T04:13:07.037Z Downloaded ecdsa v0.16.9
7492025-03-03T04:13:07.037Z Downloaded unicode-properties v0.1.3
7502025-03-03T04:13:07.037Z Downloaded serde_with_macros v3.12.0
7512025-03-03T04:13:07.044Z Downloaded serde_derive_internals v0.29.1
7522025-03-03T04:13:07.044Z Downloaded same-file v1.0.6
7532025-03-03T04:13:07.055Z Downloaded rand_xorshift v0.3.0
7542025-03-03T04:13:07.056Z Downloaded proc-macro-crate v1.3.1
7552025-03-03T04:13:07.056Z Downloaded minimal-lexical v0.2.1
7562025-03-03T04:13:07.063Z Downloaded smallvec v0.6.14
7572025-03-03T04:13:07.063Z Downloaded slog-scope v4.4.0
7582025-03-03T04:13:07.063Z Downloaded salsa20 v0.10.2
7592025-03-03T04:13:07.063Z Downloaded crossbeam-channel v0.5.13
7602025-03-03T04:13:07.063Z Downloaded pem v3.0.5
7612025-03-03T04:13:07.070Z Downloaded aes v0.8.4
7622025-03-03T04:13:07.071Z Downloaded num_enum v0.5.11
7632025-03-03T04:13:07.074Z Downloaded new_debug_unreachable v1.0.6
7642025-03-03T04:13:07.074Z Downloaded icu_collections v1.5.0
7652025-03-03T04:13:07.079Z Downloaded newline-converter v0.3.0
7662025-03-03T04:13:07.079Z Downloaded unicode-truncate v1.1.0
7672025-03-03T04:13:07.086Z Downloaded unarray v0.1.4
7682025-03-03T04:13:07.086Z Downloaded predicates-core v1.0.8
7692025-03-03T04:13:07.086Z Downloaded rustc-hash v1.1.0
7702025-03-03T04:13:07.086Z Downloaded signal-hook-registry v1.4.2
7712025-03-03T04:13:07.086Z Downloaded peg-macros v0.8.4
7722025-03-03T04:13:07.091Z Downloaded float-cmp v0.10.0
7732025-03-03T04:13:07.091Z Downloaded enum-as-inner v0.6.1
7742025-03-03T04:13:07.091Z Downloaded zopfli v0.8.1
7752025-03-03T04:13:07.097Z Downloaded papergrid v0.14.0
7762025-03-03T04:13:07.106Z Downloaded termtree v0.5.1
7772025-03-03T04:13:07.106Z Downloaded similar v2.7.0
7782025-03-03T04:13:07.111Z Downloaded group v0.13.0
7792025-03-03T04:13:07.111Z Downloaded daft v0.1.1
7802025-03-03T04:13:07.111Z Downloaded rand_core v0.9.2
7812025-03-03T04:13:07.111Z Downloaded wait-timeout v0.2.0
7822025-03-03T04:13:07.117Z Downloaded fixedbitset v0.5.7
7832025-03-03T04:13:07.117Z Downloaded unicode-bidi v0.3.17
7842025-03-03T04:13:07.123Z Downloaded semver v0.1.20
7852025-03-03T04:13:07.123Z Downloaded num-traits v0.2.19
7862025-03-03T04:13:07.124Z Downloaded rand_seeder v0.3.0
7872025-03-03T04:13:07.124Z Downloaded progenitor-impl v0.9.1
7882025-03-03T04:13:07.129Z Downloaded toolchain_find v0.4.0
7892025-03-03T04:13:07.129Z Downloaded strum_macros v0.24.3
7902025-03-03T04:13:07.129Z Downloaded pem-rfc7468 v0.7.0
7912025-03-03T04:13:07.136Z Downloaded packed_struct_codegen v0.10.1
7922025-03-03T04:13:07.136Z Downloaded termcolor v1.4.1
7932025-03-03T04:13:07.136Z Downloaded parse-display v0.10.0
7942025-03-03T04:13:07.146Z Downloaded strip-ansi-escapes v0.2.0
7952025-03-03T04:13:07.146Z Downloaded vte v0.11.1
7962025-03-03T04:13:07.146Z Downloaded futures-io v0.3.31
7972025-03-03T04:13:07.146Z Downloaded oso-derive v0.27.3
7982025-03-03T04:13:07.146Z Downloaded nodrop v0.1.14
7992025-03-03T04:13:07.146Z Downloaded foreign-types-shared v0.3.1
8002025-03-03T04:13:07.156Z Downloaded foreign-types-shared v0.1.1
8012025-03-03T04:13:07.157Z Downloaded foreign-types v0.3.2
8022025-03-03T04:13:07.157Z Downloaded newtype_derive v0.1.6
8032025-03-03T04:13:07.157Z Downloaded rfc6979 v0.4.0
8042025-03-03T04:13:07.157Z Downloaded resolv-conf v0.7.0
8052025-03-03T04:13:07.157Z Downloaded predicates-tree v1.0.11
8062025-03-03T04:13:07.157Z Downloaded document-features v0.2.10
8072025-03-03T04:13:07.157Z Downloaded difflib v0.4.0
8082025-03-03T04:13:07.162Z Downloaded darling_core v0.20.10
8092025-03-03T04:13:07.162Z Downloaded smallvec v1.14.0
8102025-03-03T04:13:07.162Z Downloaded itertools v0.10.5
8112025-03-03T04:13:07.169Z Downloaded rusty-fork v0.3.0
8122025-03-03T04:13:07.176Z Downloaded thiserror-no-std v2.0.2
8132025-03-03T04:13:07.176Z Downloaded subtle v2.6.1
8142025-03-03T04:13:07.181Z Downloaded progenitor v0.8.0
8152025-03-03T04:13:07.181Z Downloaded scrypt v0.11.0
8162025-03-03T04:13:07.181Z Downloaded primeorder v0.13.6
8172025-03-03T04:13:07.181Z Downloaded whoami v1.5.2
8182025-03-03T04:13:07.181Z Downloaded http v1.2.0
8192025-03-03T04:13:07.190Z Downloaded password-hash v0.5.0
8202025-03-03T04:13:07.195Z Downloaded schemars_derive v0.8.22
8212025-03-03T04:13:07.195Z Downloaded scheduled-thread-pool v0.2.7
8222025-03-03T04:13:07.195Z Downloaded mockall_derive v0.13.1
8232025-03-03T04:13:07.195Z Downloaded sync-ptr v0.1.1
8242025-03-03T04:13:07.195Z Downloaded tokio-macros v2.5.0
8252025-03-03T04:13:07.203Z Downloaded gethostname v0.5.0
8262025-03-03T04:13:07.203Z Downloaded term v0.7.0
8272025-03-03T04:13:07.207Z Downloaded sync_wrapper v1.0.1
8282025-03-03T04:13:07.207Z Downloaded ed25519 v2.2.3
8292025-03-03T04:13:07.207Z Downloaded utf8_iter v1.0.4
8302025-03-03T04:13:07.207Z Downloaded parking_lot_core v0.8.6
8312025-03-03T04:13:07.207Z Downloaded dunce v1.0.5
8322025-03-03T04:13:07.223Z Downloaded parse-size v1.1.0
8332025-03-03T04:13:07.223Z Downloaded rustls-pemfile v2.2.0
8342025-03-03T04:13:07.233Z Downloaded vsss-rs v3.3.4
8352025-03-03T04:13:07.233Z Downloaded percent-encoding v2.3.1
8362025-03-03T04:13:07.233Z Downloaded foreign-types v0.5.0
8372025-03-03T04:13:07.233Z Downloaded hickory-server v0.24.4
8382025-03-03T04:13:07.233Z Downloaded samael v0.0.18
8392025-03-03T04:13:07.236Z Downloaded polyval v0.6.2
8402025-03-03T04:13:07.236Z Downloaded sqlformat v0.2.6
8412025-03-03T04:13:07.236Z Downloaded zone v0.3.0
8422025-03-03T04:13:07.237Z Downloaded owo-colors v4.2.0
8432025-03-03T04:13:07.237Z Downloaded oxnet v0.1.1
8442025-03-03T04:13:07.241Z Downloaded rand v0.9.0
8452025-03-03T04:13:07.247Z Downloaded crossterm v0.28.1
8462025-03-03T04:13:07.252Z Downloaded russh-cryptovec v0.7.3
8472025-03-03T04:13:07.252Z Downloaded num-derive v0.4.2
8482025-03-03T04:13:07.258Z Downloaded stringprep v0.1.5
8492025-03-03T04:13:07.258Z Downloaded serde_urlencoded v0.7.1
8502025-03-03T04:13:07.258Z Downloaded test-strategy v0.4.0
8512025-03-03T04:13:07.263Z Downloaded openssl-probe v0.1.5
8522025-03-03T04:13:07.263Z Downloaded openssl-macros v0.1.1
8532025-03-03T04:13:07.268Z Downloaded utf16_iter v1.0.5
8542025-03-03T04:13:07.268Z Downloaded untrusted v0.7.1
8552025-03-03T04:13:07.268Z Downloaded universal-hash v0.5.1
8562025-03-03T04:13:07.268Z Downloaded sct v0.7.1
8572025-03-03T04:13:07.278Z Downloaded sha1 v0.10.6
8582025-03-03T04:13:07.278Z Downloaded tar v0.4.44
8592025-03-03T04:13:07.283Z Downloaded expectorate v1.1.0
8602025-03-03T04:13:07.283Z Downloaded aes-gcm v0.10.3
8612025-03-03T04:13:07.283Z Downloaded radium v0.7.0
8622025-03-03T04:13:07.283Z Downloaded foldhash v0.1.3
8632025-03-03T04:13:07.290Z Downloaded flume v0.11.1
8642025-03-03T04:13:07.297Z Downloaded tokio-rustls v0.24.1
8652025-03-03T04:13:07.297Z Downloaded diff v0.1.13
8662025-03-03T04:13:07.297Z Downloaded quinn-udp v0.5.5
8672025-03-03T04:13:07.302Z Downloaded idna v1.0.3
8682025-03-03T04:13:07.302Z Downloaded time-core v0.1.2
8692025-03-03T04:13:07.306Z Downloaded typify v0.3.0
8702025-03-03T04:13:07.306Z Downloaded signal-hook-tokio v0.3.1
8712025-03-03T04:13:07.315Z Downloaded aho-corasick v1.1.3
8722025-03-03T04:13:07.320Z Downloaded pin-project-lite v0.2.14
8732025-03-03T04:13:07.321Z Downloaded fallible-iterator v0.2.0
8742025-03-03T04:13:07.327Z Downloaded fd-lock v4.0.2
8752025-03-03T04:13:07.327Z Downloaded spki v0.7.3
8762025-03-03T04:13:07.327Z Downloaded pkg-config v0.3.31
8772025-03-03T04:13:07.335Z Downloaded hashbrown v0.13.2
8782025-03-03T04:13:07.342Z Downloaded serde-big-array v0.5.1
8792025-03-03T04:13:07.347Z Downloaded precomputed-hash v0.1.1
8802025-03-03T04:13:07.347Z Downloaded derive-where v1.2.7
8812025-03-03T04:13:07.361Z Downloaded zone_cfg_derive v0.3.0
8822025-03-03T04:13:07.370Z Downloaded itertools v0.12.1
8832025-03-03T04:13:07.370Z Downloaded progenitor-macro v0.9.1
8842025-03-03T04:13:07.376Z Downloaded shlex v1.3.0
8852025-03-03T04:13:07.376Z Downloaded strum_macros v0.26.4
8862025-03-03T04:13:07.376Z Downloaded vergen v8.3.2
8872025-03-03T04:13:07.389Z Downloaded itertools v0.14.0
8882025-03-03T04:13:07.394Z Downloaded time-macros v0.2.18
8892025-03-03T04:13:07.394Z Downloaded hashbrown v0.12.3
8902025-03-03T04:13:07.398Z Downloaded ena v0.14.3
8912025-03-03T04:13:07.398Z Downloaded typify-macro v0.3.0
8922025-03-03T04:13:07.398Z Downloaded typify-macro v0.2.0
8932025-03-03T04:13:07.403Z Downloaded env_logger v0.11.5
8942025-03-03T04:13:07.404Z Downloaded quick-error v1.2.3
8952025-03-03T04:13:07.409Z Downloaded yoke-derive v0.7.4
8962025-03-03T04:13:07.409Z Downloaded toml_edit v0.19.15
8972025-03-03T04:13:07.424Z Downloaded number_prefix v0.4.0
8982025-03-03T04:13:07.427Z Downloaded deranged v0.3.11
8992025-03-03T04:13:07.427Z Downloaded hkdf v0.12.4
9002025-03-03T04:13:07.433Z Downloaded slog-json v2.6.1
9012025-03-03T04:13:07.433Z Downloaded rustversion v1.0.17
9022025-03-03T04:13:07.438Z Downloaded hash32 v0.2.1
9032025-03-03T04:13:07.439Z Downloaded parse-display-derive v0.10.0
9042025-03-03T04:13:07.439Z Downloaded darling v0.20.10
9052025-03-03T04:13:07.448Z Downloaded daft-derive v0.1.1
9062025-03-03T04:13:07.457Z Downloaded sigpipe v0.1.3
9072025-03-03T04:13:07.457Z Downloaded progenitor-client v0.8.0
9082025-03-03T04:13:07.457Z Downloaded progenitor v0.9.1
9092025-03-03T04:13:07.457Z Downloaded newtype-uuid v1.2.1
9102025-03-03T04:13:07.457Z Downloaded serde_path_to_error v0.1.16
9112025-03-03T04:13:07.463Z Downloaded strum_macros v0.25.3
9122025-03-03T04:13:07.463Z Downloaded pin-utils v0.1.0
9132025-03-03T04:13:07.463Z Downloaded rustc-demangle v0.1.24
9142025-03-03T04:13:07.463Z Downloaded socket2 v0.5.8
9152025-03-03T04:13:07.468Z Downloaded blake3 v1.5.4
9162025-03-03T04:13:07.474Z Downloaded downcast v0.11.0
9172025-03-03T04:13:07.477Z Downloaded dsl_auto_type v0.1.2
9182025-03-03T04:13:07.477Z Downloaded multimap v0.10.0
9192025-03-03T04:13:07.477Z Downloaded typed-path v0.9.3
9202025-03-03T04:13:07.527Z Downloaded tower-service v0.3.3
9212025-03-03T04:13:07.536Z Downloaded ref-cast v1.0.23
9222025-03-03T04:13:07.536Z Downloaded tower-layer v0.3.3
9232025-03-03T04:13:07.536Z Downloaded predicates v3.1.3
9242025-03-03T04:13:07.536Z Downloaded postgres-protocol v0.6.8
9252025-03-03T04:13:07.536Z Downloaded serde_yaml v0.9.34+deprecated
9262025-03-03T04:13:07.536Z Downloaded tracing-attributes v0.1.27
9272025-03-03T04:13:07.536Z Downloaded snafu-derive v0.8.5
9282025-03-03T04:13:07.536Z Downloaded toml v0.7.8
9292025-03-03T04:13:07.536Z Downloaded oso v0.27.3
9302025-03-03T04:13:07.536Z Downloaded try-lock v0.2.5
9312025-03-03T04:13:07.536Z Downloaded siphasher v0.3.11
9322025-03-03T04:13:07.536Z Downloaded num-integer v0.1.46
9332025-03-03T04:13:07.537Z Downloaded ssh-key v0.6.6
9342025-03-03T04:13:07.537Z Downloaded slog-envlogger v2.2.0
9352025-03-03T04:13:07.537Z Downloaded tough v0.19.0
9362025-03-03T04:13:07.537Z Downloaded wyz v0.5.1
9372025-03-03T04:13:07.537Z Downloaded subprocess v0.2.9
9382025-03-03T04:13:07.537Z Downloaded static_assertions v1.1.0
9392025-03-03T04:13:07.537Z Downloaded pkcs1 v0.7.5
9402025-03-03T04:13:07.553Z Downloaded pin-project-internal v1.1.6
9412025-03-03T04:13:07.553Z Downloaded glob v0.3.2
9422025-03-03T04:13:07.553Z Downloaded supports-color v3.0.2
9432025-03-03T04:13:07.553Z Downloaded password-hash v0.4.2
9442025-03-03T04:13:07.561Z Downloaded tokio-tungstenite v0.23.1
9452025-03-03T04:13:07.561Z Downloaded ssh-cipher v0.2.0
9462025-03-03T04:13:07.561Z Downloaded phf_codegen v0.11.2
9472025-03-03T04:13:07.561Z Downloaded unicode-normalization v0.1.24
9482025-03-03T04:13:07.561Z Downloaded tokio-tungstenite v0.21.0
9492025-03-03T04:13:07.561Z Downloaded either v1.14.0
9502025-03-03T04:13:07.561Z Downloaded bitvec v1.0.1
9512025-03-03T04:13:07.571Z Downloaded diesel-dtrace v0.4.2
9522025-03-03T04:13:07.575Z Downloaded openssl-sys v0.9.106
9532025-03-03T04:13:07.579Z Downloaded slog-dtrace v0.3.0
9542025-03-03T04:13:07.583Z Downloaded string_cache v0.8.7
9552025-03-03T04:13:07.583Z Downloaded packed_struct v0.10.1
9562025-03-03T04:13:07.583Z Downloaded multer v3.1.0
9572025-03-03T04:13:07.591Z Downloaded pkcs5 v0.7.1
9582025-03-03T04:13:07.598Z Downloaded phf v0.11.2
9592025-03-03T04:13:07.598Z Downloaded rcgen v0.12.1
9602025-03-03T04:13:07.598Z Downloaded tokio-tungstenite v0.24.0
9612025-03-03T04:13:07.603Z Downloaded num-iter v0.1.45
9622025-03-03T04:13:07.603Z Downloaded ed25519-dalek v2.1.1
9632025-03-03T04:13:07.603Z Downloaded yoke v0.7.4
9642025-03-03T04:13:07.603Z Downloaded num-bigint v0.4.6
9652025-03-03T04:13:07.608Z Downloaded bindgen v0.69.5
9662025-03-03T04:13:07.617Z Downloaded hash32 v0.3.1
9672025-03-03T04:13:07.621Z Downloaded parse-zoneinfo v0.3.1
9682025-03-03T04:13:07.621Z Downloaded chrono v0.4.40
9692025-03-03T04:13:07.629Z Downloaded parking_lot_core v0.9.10
9702025-03-03T04:13:07.633Z Downloaded globset v0.4.15
9712025-03-03T04:13:07.633Z Downloaded slog v2.7.0
9722025-03-03T04:13:07.638Z Downloaded tokio-postgres v0.7.13
9732025-03-03T04:13:07.646Z Downloaded dropshot_endpoint v0.16.0
9742025-03-03T04:13:07.652Z Downloaded rustls-pki-types v1.10.0
9752025-03-03T04:13:07.657Z Downloaded tracing-core v0.1.32
9762025-03-03T04:13:07.657Z Downloaded tracing v0.1.40
9772025-03-03T04:13:07.663Z Downloaded p256 v0.13.2
9782025-03-03T04:13:07.669Z Downloaded num-bigint-dig v0.8.4
9792025-03-03T04:13:07.683Z Downloaded tower v0.5.2
9802025-03-03T04:13:07.689Z Downloaded elliptic-curve v0.13.8
9812025-03-03T04:13:07.690Z Downloaded icu_properties_data v1.5.0
9822025-03-03T04:13:07.698Z Downloaded diesel_derives v2.2.3
9832025-03-03T04:13:07.708Z Downloaded qorb v0.2.1
9842025-03-03T04:13:07.717Z Downloaded zerocopy v0.6.6
9852025-03-03T04:13:07.717Z Downloaded tungstenite v0.24.0
9862025-03-03T04:13:07.717Z Downloaded salty v0.3.0
9872025-03-03T04:13:07.724Z Downloaded bindgen v0.71.1
9882025-03-03T04:13:07.733Z Downloaded snafu v0.8.5
9892025-03-03T04:13:07.742Z Downloaded rsa v0.9.6
9902025-03-03T04:13:07.742Z Downloaded time v0.3.36
9912025-03-03T04:13:07.748Z Downloaded ron v0.8.1
9922025-03-03T04:13:07.753Z Downloaded publicsuffix v2.3.0
9932025-03-03T04:13:07.759Z Downloaded lalrpop v0.19.12
9942025-03-03T04:13:07.770Z Downloaded zip v0.6.6
9952025-03-03T04:13:07.780Z Downloaded tokio-util v0.7.13
9962025-03-03T04:13:07.786Z Downloaded portable-atomic v1.9.0
9972025-03-03T04:13:07.793Z Downloaded x509-cert v0.2.5
9982025-03-03T04:13:07.799Z Downloaded smoltcp v0.9.1
9992025-03-03T04:13:07.803Z Downloaded tabled v0.18.0
10002025-03-03T04:13:07.822Z Downloaded sqlparser v0.45.0
10012025-03-03T04:13:07.828Z Downloaded flate2 v1.1.0
10022025-03-03T04:13:07.837Z Downloaded zip v2.1.3
10032025-03-03T04:13:07.844Z Downloaded radix_trie v0.2.1
10042025-03-03T04:13:07.851Z Downloaded p521 v0.13.3
10052025-03-03T04:13:07.851Z Downloaded quick-xml v0.37.2
10062025-03-03T04:13:07.858Z Downloaded winnow v0.6.20
10072025-03-03T04:13:07.873Z Downloaded webpki-roots v0.26.6
10082025-03-03T04:13:07.886Z Downloaded regex v1.11.1
10092025-03-03T04:13:07.903Z Downloaded reedline v0.38.0
10102025-03-03T04:13:07.903Z Downloaded futures-util v0.3.31
10112025-03-03T04:13:07.913Z Downloaded serde_with v3.12.0
10122025-03-03T04:13:07.922Z Downloaded h2 v0.4.6
10132025-03-03T04:13:07.922Z Downloaded vcpkg v0.2.15
10142025-03-03T04:13:07.958Z Downloaded rustls-webpki v0.102.8
10152025-03-03T04:13:07.979Z Downloaded rustls-webpki v0.101.7
10162025-03-03T04:13:07.993Z Downloaded rustls v0.22.4
10172025-03-03T04:13:08.005Z Downloaded rustls v0.21.12
10182025-03-03T04:13:08.021Z Downloaded reqwest v0.12.12
10192025-03-03T04:13:08.031Z Downloaded polar-core v0.27.3
10202025-03-03T04:13:08.039Z Downloaded git2 v0.19.0
10212025-03-03T04:13:08.047Z Downloaded proptest v1.6.0
10222025-03-03T04:13:08.064Z Downloaded object v0.36.5
10232025-03-03T04:13:08.076Z Downloaded zerocopy v0.8.10
10242025-03-03T04:13:08.090Z Downloaded p384 v0.13.0
10252025-03-03T04:13:08.095Z Downloaded openssl v0.10.71
10262025-03-03T04:13:08.112Z Downloaded diesel v2.2.7
10272025-03-03T04:13:08.129Z Downloaded dropshot v0.12.0
10282025-03-03T04:13:08.149Z Downloaded nix v0.29.0
10292025-03-03T04:13:08.163Z Downloaded unicode-width v0.2.0
10302025-03-03T04:13:08.171Z Downloaded regress v0.10.3
10312025-03-03T04:13:08.180Z Downloaded regex-syntax v0.8.5
10322025-03-03T04:13:08.189Z Downloaded object v0.30.4
10332025-03-03T04:13:08.197Z Downloaded curve25519-dalek v4.1.3
10342025-03-03T04:13:08.211Z Downloaded dropshot v0.16.0
10352025-03-03T04:13:08.238Z Downloaded nix v0.28.0
10362025-03-03T04:13:08.252Z Downloaded gimli v0.31.1
10372025-03-03T04:13:08.261Z Downloaded smoltcp v0.11.0
10382025-03-03T04:13:08.274Z Downloaded openapiv3 v2.0.0
10392025-03-03T04:13:08.289Z Downloaded typify-impl v0.3.0
10402025-03-03T04:13:08.311Z Downloaded bzip2-sys v0.1.11+1.0.8
10412025-03-03T04:13:08.322Z Downloaded nix v0.27.1
10422025-03-03T04:13:08.335Z Downloaded zerocopy-derive v0.6.6
10432025-03-03T04:13:08.347Z Downloaded typify-impl v0.2.0
10442025-03-03T04:13:08.364Z Downloaded regex-automata v0.4.8
10452025-03-03T04:13:08.383Z Downloaded ratatui v0.29.0
10462025-03-03T04:13:08.405Z Downloaded hickory-proto v0.24.4
10472025-03-03T04:13:08.423Z Downloaded sled v0.34.7
10482025-03-03T04:13:08.438Z Downloaded quinn-proto v0.11.8
10492025-03-03T04:13:08.443Z Downloaded petgraph v0.7.1
10502025-03-03T04:13:08.467Z Downloaded regex-syntax v0.6.29
10512025-03-03T04:13:08.473Z Downloaded rustls v0.23.19
10522025-03-03T04:13:08.480Z Downloaded bstr v1.10.0
10532025-03-03T04:13:08.489Z Downloaded petgraph v0.6.5
10542025-03-03T04:13:08.508Z Downloaded sha3 v0.10.8
10552025-03-03T04:13:08.513Z Downloaded lzma-sys v0.1.20
10562025-03-03T04:13:08.542Z Downloaded csv v1.3.1
10572025-03-03T04:13:08.561Z Downloaded chrono-tz v0.10.1
10582025-03-03T04:13:08.567Z Downloaded petname v2.0.2
10592025-03-03T04:13:08.572Z Downloaded winnow v0.5.40
10602025-03-03T04:13:08.583Z Downloaded writeable v0.5.5
10612025-03-03T04:13:08.586Z Downloaded tokio v1.43.0
10622025-03-03T04:13:08.622Z Downloaded libz-sys v1.1.20
10632025-03-03T04:13:08.645Z Downloaded derive_more v0.99.19
10642025-03-03T04:13:08.654Z Downloaded rayon v1.10.0
10652025-03-03T04:13:08.659Z Downloaded num-rational v0.4.2
10662025-03-03T04:13:08.659Z Downloaded unsafe-libyaml v0.2.11
10672025-03-03T04:13:08.659Z Downloaded tokio-rustls v0.25.0
10682025-03-03T04:13:08.667Z Downloaded des v0.8.1
10692025-03-03T04:13:08.667Z Downloaded fatfs v0.3.6
10702025-03-03T04:13:08.685Z Downloaded zerovec-derive v0.10.3
10712025-03-03T04:13:08.685Z Downloaded russh-keys v0.45.0
10722025-03-03T04:13:08.685Z Downloaded hyper v1.6.0
10732025-03-03T04:13:08.694Z Downloaded aws-lc-rs v1.12.4
10742025-03-03T04:13:08.694Z Downloaded unicode_categories v0.1.1
10752025-03-03T04:13:08.694Z Downloaded serde-hex v0.1.0
10762025-03-03T04:13:08.694Z Downloaded env_logger v0.10.2
10772025-03-03T04:13:08.694Z Downloaded unicode-segmentation v1.12.0
10782025-03-03T04:13:08.698Z Downloaded nom v7.1.3
10792025-03-03T04:13:08.698Z Downloaded zerovec v0.10.4
10802025-03-03T04:13:08.705Z Downloaded libm v0.2.8
10812025-03-03T04:13:08.715Z Downloaded nibble_vec v0.1.0
10822025-03-03T04:13:08.726Z Downloaded dropshot_endpoint v0.12.0
10832025-03-03T04:13:08.726Z Downloaded prettyplease v0.2.29
10842025-03-03T04:13:08.726Z Downloaded itertools v0.13.0
10852025-03-03T04:13:08.731Z Downloaded rustls-pemfile v1.0.4
10862025-03-03T04:13:08.731Z Downloaded poly1305 v0.8.0
10872025-03-03T04:13:08.731Z Downloaded pkcs8 v0.10.2
10882025-03-03T04:13:08.742Z Downloaded signature v2.2.0
10892025-03-03T04:13:08.742Z Downloaded typify v0.2.0
10902025-03-03T04:13:08.742Z Downloaded der v0.7.9
10912025-03-03T04:13:08.760Z Downloaded postcard v1.0.10
10922025-03-03T04:13:08.760Z Downloaded serde_plain v1.0.2
10932025-03-03T04:13:08.760Z Downloaded curve25519-dalek-derive v0.1.1
10942025-03-03T04:13:08.760Z Downloaded thread_local v1.1.8
10952025-03-03T04:13:08.760Z Downloaded quinn v0.11.5
10962025-03-03T04:13:08.764Z Downloaded zone_cfg_derive v0.1.2
10972025-03-03T04:13:08.765Z Downloaded value-bag v1.9.0
10982025-03-03T04:13:08.765Z Downloaded rustyline v14.0.0
10992025-03-03T04:13:08.765Z Downloaded num-complex v0.4.6
11002025-03-03T04:13:08.765Z Downloaded derive_builder v0.20.2
11012025-03-03T04:13:08.766Z Downloaded rayon-core v1.12.1
11022025-03-03T04:13:08.783Z Downloaded slab v0.4.9
11032025-03-03T04:13:08.783Z Downloaded futures-task v0.3.31
11042025-03-03T04:13:08.783Z Downloaded futures-sink v0.3.31
11052025-03-03T04:13:08.783Z Downloaded futures-macro v0.3.31
11062025-03-03T04:13:08.792Z Downloaded futures-executor v0.3.31
11072025-03-03T04:13:08.792Z Downloaded futures-core v0.3.31
11082025-03-03T04:13:08.792Z Downloaded form_urlencoded v1.2.1
11092025-03-03T04:13:08.792Z Downloaded derive_builder_core v0.20.2
11102025-03-03T04:13:08.792Z Downloaded signal-hook v0.3.17
11112025-03-03T04:13:08.792Z Downloaded zerocopy-derive v0.8.10
11122025-03-03T04:13:08.792Z Downloaded flagset v0.4.6
11132025-03-03T04:13:08.793Z Downloaded thiserror-impl-no-std v2.0.2
11142025-03-03T04:13:08.793Z Downloaded encoding_rs v0.8.34
11152025-03-03T04:13:08.815Z Downloaded r2d2 v0.8.10
11162025-03-03T04:13:08.826Z Downloaded mio v1.0.2
11172025-03-03T04:13:08.826Z Downloaded steno v0.4.1
11182025-03-03T04:13:08.826Z Downloaded rand v0.8.5
11192025-03-03T04:13:08.837Z Downloaded url v2.5.3
11202025-03-03T04:13:08.837Z Downloaded russh v0.45.0
11212025-03-03T04:13:08.838Z Downloaded write16 v1.0.0
11222025-03-03T04:13:08.838Z Downloaded tokio-native-tls v0.3.1
11232025-03-03T04:13:08.849Z Downloaded libxml v0.3.3
11242025-03-03T04:13:08.849Z Downloaded zone v0.1.8
11252025-03-03T04:13:08.849Z Downloaded der_derive v0.7.3
11262025-03-03T04:13:08.849Z Downloaded slog-term v2.9.1
11272025-03-03T04:13:08.856Z Downloaded pin-project v1.1.6
11282025-03-03T04:13:08.856Z Downloaded parking_lot v0.12.3
11292025-03-03T04:13:08.867Z Downloaded fxhash v0.2.1
11302025-03-03T04:13:08.867Z Downloaded ring v0.17.11
11312025-03-03T04:13:08.901Z Downloaded proc-macro-error-attr2 v2.0.0
11322025-03-03T04:13:08.909Z Downloaded paste v1.0.15
11332025-03-03T04:13:08.909Z Downloaded omicron-zone-package v0.12.0
11342025-03-03T04:13:08.909Z Downloaded futures-channel v0.3.31
11352025-03-03T04:13:08.909Z Downloaded futures v0.3.31
11362025-03-03T04:13:08.918Z Downloaded libgit2-sys v0.17.0+1.8.1
11372025-03-03T04:13:08.978Z Downloaded displaydoc v0.2.5
11382025-03-03T04:13:08.985Z Downloaded diesel_table_macro_syntax v0.2.0
11392025-03-03T04:13:08.985Z Downloaded derive_builder_macro v0.20.2
11402025-03-03T04:13:08.985Z Downloaded waitgroup v0.1.2
11412025-03-03T04:13:08.985Z Downloaded vte_generate_state_changes v0.1.2
11422025-03-03T04:13:08.985Z Downloaded twox-hash v2.1.0
11432025-03-03T04:13:08.985Z Downloaded rand_chacha v0.9.0
11442025-03-03T04:13:08.985Z Downloaded tungstenite v0.21.0
11452025-03-03T04:13:08.985Z Downloaded tokio-rustls v0.26.0
11462025-03-03T04:13:08.985Z Downloaded spin v0.9.8
11472025-03-03T04:13:08.985Z Downloaded half v2.4.1
11482025-03-03T04:13:08.996Z Downloaded parking_lot v0.11.2
11492025-03-03T04:13:08.996Z Downloaded scopeguard v1.2.0
11502025-03-03T04:13:08.996Z Downloaded ssh-encoding v0.2.0
11512025-03-03T04:13:08.996Z Downloaded nu-ansi-term v0.50.1
11522025-03-03T04:13:09.010Z Downloaded native-tls v0.2.12
11532025-03-03T04:13:09.010Z Downloaded fs_extra v1.3.0
11542025-03-03T04:13:09.010Z Downloaded base64 v0.21.7
11552025-03-03T04:13:09.010Z Downloaded data-encoding v2.6.0
11562025-03-03T04:13:09.010Z Downloaded ron v0.7.1
11572025-03-03T04:13:09.023Z Downloaded normalize-line-endings v0.3.0
11582025-03-03T04:13:09.023Z Downloaded defmt v0.3.8
11592025-03-03T04:13:09.023Z Downloaded miniz_oxide v0.8.5
11602025-03-03T04:13:09.023Z Downloaded phf_generator v0.11.2
11612025-03-03T04:13:09.023Z Downloaded zeroize v1.8.1
11622025-03-03T04:13:09.023Z Downloaded nanorand v0.7.0
11632025-03-03T04:13:09.023Z Downloaded uzers v0.12.1
11642025-03-03T04:13:09.032Z Downloaded tiny-keccak v2.0.2
11652025-03-03T04:13:09.032Z Downloaded icu_locid_transform_data v1.5.0
11662025-03-03T04:13:09.033Z Downloaded bumpalo v3.16.0
11672025-03-03T04:13:09.033Z Downloaded termios v0.3.3
11682025-03-03T04:13:09.033Z Downloaded powerfmt v0.2.0
11692025-03-03T04:13:09.033Z Downloaded serde_repr v0.1.19
11702025-03-03T04:13:09.033Z Downloaded progenitor-impl v0.8.0
11712025-03-03T04:13:09.033Z Downloaded crossbeam-epoch v0.9.18
11722025-03-03T04:13:09.042Z Downloaded xz2 v0.1.7
11732025-03-03T04:13:09.042Z Downloaded tabwriter v1.4.0
11742025-03-03T04:13:09.042Z Downloaded slog-stdlog v4.1.1
11752025-03-03T04:13:09.042Z Downloaded progenitor-client v0.9.1
11762025-03-03T04:13:09.042Z Downloaded phf_shared v0.10.0
11772025-03-03T04:13:09.042Z Downloaded opaque-debug v0.3.1
11782025-03-03T04:13:09.042Z Downloaded ref-cast-impl v1.0.23
11792025-03-03T04:13:09.042Z Downloaded headers v0.4.0
11802025-03-03T04:13:09.049Z Downloaded const_format v0.2.34
11812025-03-03T04:13:09.049Z Downloaded chacha20poly1305 v0.10.1
11822025-03-03T04:13:09.055Z Downloaded icu_normalizer_data v1.5.0
11832025-03-03T04:13:09.055Z Downloaded hickory-client v0.24.4
11842025-03-03T04:13:09.055Z Downloaded const_format_proc_macros v0.2.34
11852025-03-03T04:13:09.061Z Downloaded sec1 v0.7.3
11862025-03-03T04:13:09.061Z Downloaded const-oid v0.9.6
11872025-03-03T04:13:09.061Z Downloaded clang-sys v1.8.1
11882025-03-03T04:13:09.065Z Downloaded lazycell v1.3.0
11892025-03-03T04:13:09.065Z Downloaded indexmap v1.9.3
11902025-03-03T04:13:09.065Z Downloaded bit-vec v0.8.0
11912025-03-03T04:13:09.066Z Downloaded ciborium v0.2.2
11922025-03-03T04:13:09.082Z Downloaded backoff v0.4.0
11932025-03-03T04:13:09.082Z Downloaded argon2 v0.5.3
11942025-03-03T04:13:09.091Z Downloaded lalrpop-util v0.19.12
11952025-03-03T04:13:09.091Z Downloaded keccak v0.1.5
11962025-03-03T04:13:09.091Z Downloaded lazy_static v1.5.0
11972025-03-03T04:13:09.091Z Downloaded constant_time_eq v0.3.1
11982025-03-03T04:13:09.091Z Downloaded hyper-tls v0.6.0
11992025-03-03T04:13:09.091Z Downloaded hyper-rustls v0.27.3
12002025-03-03T04:13:09.091Z Downloaded home v0.5.9
12012025-03-03T04:13:09.091Z Downloaded array-init v0.0.4
12022025-03-03T04:13:09.092Z Downloaded inout v0.1.3
12032025-03-03T04:13:09.092Z Downloaded hostname v0.3.1
12042025-03-03T04:13:09.092Z Downloaded blowfish v0.9.1
12052025-03-03T04:13:09.092Z Downloaded async-trait v0.1.86
12062025-03-03T04:13:09.099Z Downloaded block-padding v0.3.3
12072025-03-03T04:13:09.099Z Downloaded headers-core v0.3.0
12082025-03-03T04:13:09.099Z Downloaded bit-vec v0.6.3
12092025-03-03T04:13:09.099Z Downloaded bcrypt-pbkdf v0.10.0
12102025-03-03T04:13:09.099Z Downloaded adler2 v2.0.0
12112025-03-03T04:13:09.099Z Downloaded base16ct v0.2.0
12122025-03-03T04:13:09.099Z Downloaded icu_provider_macros v1.5.0
12132025-03-03T04:13:09.099Z Downloaded hubpack_derive v0.1.1
12142025-03-03T04:13:09.099Z Downloaded bitfield v0.14.0
12152025-03-03T04:13:09.099Z Downloaded bit-set v0.8.0
12162025-03-03T04:13:09.099Z Downloaded idna_adapter v1.2.0
12172025-03-03T04:13:09.099Z Downloaded http-range v0.1.5
12182025-03-03T04:13:09.105Z Downloaded cassowary v0.3.0
12192025-03-03T04:13:09.105Z Downloaded cargo_metadata v0.18.1
12202025-03-03T04:13:09.105Z Downloaded arrayref v0.3.9
12212025-03-03T04:13:09.437Z Downloaded aws-lc-sys v0.26.0
12222025-03-03T04:13:09.754Z Compiling serde v1.0.218
12232025-03-03T04:13:09.758Z Compiling value-bag v1.9.0
12242025-03-03T04:13:09.758Z Compiling lock_api v0.4.12
12252025-03-03T04:13:09.758Z Compiling scopeguard v1.2.0
12262025-03-03T04:13:09.758Z Compiling typenum v1.17.0
12272025-03-03T04:13:09.912Z Compiling generic-array v0.14.7
12282025-03-03T04:13:09.953Z Compiling syn v2.0.98
12292025-03-03T04:13:09.965Z Compiling getrandom v0.2.15
12302025-03-03T04:13:10.098Z Compiling shlex v1.3.0
12312025-03-03T04:13:10.306Z Compiling rand_core v0.6.4
12322025-03-03T04:13:10.375Z Compiling log v0.4.22
12332025-03-03T04:13:10.449Z Compiling jobserver v0.1.32
12342025-03-03T04:13:10.467Z Compiling subtle v2.6.1
12352025-03-03T04:13:10.500Z Compiling smallvec v1.14.0
12362025-03-03T04:13:10.740Z Compiling const-oid v0.9.6
12372025-03-03T04:13:10.796Z Compiling pin-project-lite v0.2.14
12382025-03-03T04:13:10.813Z Compiling parking_lot_core v0.9.10
12392025-03-03T04:13:10.906Z Compiling cc v1.2.15
12402025-03-03T04:13:10.925Z Compiling rustix v0.38.37
12412025-03-03T04:13:11.110Z Compiling signal-hook-registry v1.4.2
12422025-03-03T04:13:11.222Z Compiling futures-core v0.3.31
12432025-03-03T04:13:11.494Z Compiling mio v1.0.2
12442025-03-03T04:13:11.725Z Compiling parking_lot v0.12.3
12452025-03-03T04:13:11.813Z Compiling spin v0.9.8
12462025-03-03T04:13:11.844Z Compiling socket2 v0.5.8
12472025-03-03T04:13:12.188Z Compiling aho-corasick v1.1.3
12482025-03-03T04:13:12.192Z Compiling either v1.14.0
12492025-03-03T04:13:12.551Z Compiling stable_deref_trait v1.2.0
12502025-03-03T04:13:12.625Z Compiling cpufeatures v0.2.14
12512025-03-03T04:13:12.667Z Compiling futures-sink v0.3.31
12522025-03-03T04:13:12.717Z Compiling regex-syntax v0.8.5
12532025-03-03T04:13:12.737Z Compiling slab v0.4.9
12542025-03-03T04:13:12.829Z Compiling glob v0.3.2
12552025-03-03T04:13:12.849Z Compiling prettyplease v0.2.29
12562025-03-03T04:13:12.881Z Compiling lazy_static v1.5.0
12572025-03-03T04:13:13.014Z Compiling serde_json v1.0.139
12582025-03-03T04:13:13.206Z Compiling minimal-lexical v0.2.1
12592025-03-03T04:13:13.371Z Compiling futures-channel v0.3.31
12602025-03-03T04:13:13.535Z Compiling libloading v0.8.5
12612025-03-03T04:13:13.661Z Compiling clang-sys v1.8.1
12622025-03-03T04:13:13.728Z Compiling nom v7.1.3
12632025-03-03T04:13:13.781Z Compiling allocator-api2 v0.2.18
12642025-03-03T04:13:13.929Z Compiling bindgen v0.69.5
12652025-03-03T04:13:14.428Z Compiling home v0.5.9
12662025-03-03T04:13:14.568Z Compiling futures-io v0.3.31
12672025-03-03T04:13:14.658Z Compiling futures-task v0.3.31
12682025-03-03T04:13:14.771Z Compiling pin-utils v0.1.0
12692025-03-03T04:13:14.846Z Compiling foldhash v0.1.3
12702025-03-03T04:13:14.909Z Compiling itertools v0.12.1
12712025-03-03T04:13:14.959Z Compiling libm v0.2.8
12722025-03-03T04:13:15.143Z Compiling hashbrown v0.15.1
12732025-03-03T04:13:15.308Z Compiling pkg-config v0.3.31
12742025-03-03T04:13:16.393Z Compiling regex-automata v0.4.8
12752025-03-03T04:13:16.569Z Compiling rustc-hash v1.1.0
12762025-03-03T04:13:16.733Z Compiling lazycell v1.3.0
12772025-03-03T04:13:16.826Z Compiling cexpr v0.6.0
12782025-03-03T04:13:16.939Z Compiling cmake v0.1.51
12792025-03-03T04:13:17.063Z Compiling num-traits v0.2.19
12802025-03-03T04:13:17.395Z Compiling synstructure v0.13.1
12812025-03-03T04:13:17.800Z Compiling fs_extra v1.3.0
12822025-03-03T04:13:18.341Z Compiling dunce v1.0.5
12832025-03-03T04:13:18.684Z Compiling getrandom v0.3.1
12842025-03-03T04:13:18.701Z Compiling litemap v0.7.3
12852025-03-03T04:13:18.759Z Compiling writeable v0.5.5
12862025-03-03T04:13:19.089Z Compiling ring v0.17.11
12872025-03-03T04:13:19.274Z Compiling paste v1.0.15
12882025-03-03T04:13:19.381Z Compiling base64ct v1.6.0
12892025-03-03T04:13:19.881Z Compiling pem-rfc7468 v0.7.0
12902025-03-03T04:13:20.333Z Compiling icu_locid_transform_data v1.5.0
12912025-03-03T04:13:20.451Z Compiling aws-lc-rs v1.12.4
12922025-03-03T04:13:20.473Z Compiling httparse v1.9.5
12932025-03-03T04:13:20.494Z Compiling flagset v0.4.6
12942025-03-03T04:13:20.819Z Compiling tracing-core v0.1.32
12952025-03-03T04:13:21.149Z Compiling regex v1.11.1
12962025-03-03T04:13:21.460Z Compiling rustls-pki-types v1.10.0
12972025-03-03T04:13:21.685Z Compiling percent-encoding v2.3.1
12982025-03-03T04:13:21.957Z Compiling crossbeam-utils v0.8.20
12992025-03-03T04:13:21.988Z Compiling icu_properties_data v1.5.0
13002025-03-03T04:13:22.165Z Compiling serde_derive v1.0.218
13012025-03-03T04:13:22.220Z Compiling zeroize_derive v1.4.2
13022025-03-03T04:13:22.352Z Compiling zerocopy-derive v0.7.35
13032025-03-03T04:13:22.520Z Compiling tokio-macros v2.5.0
13042025-03-03T04:13:22.669Z Compiling zerofrom-derive v0.1.4
13052025-03-03T04:13:23.601Z Compiling zeroize v1.8.1
13062025-03-03T04:13:23.974Z Compiling yoke-derive v0.7.4
13072025-03-03T04:13:24.358Z Compiling zerocopy v0.7.35
13082025-03-03T04:13:24.783Z Compiling thiserror-impl v1.0.69
13092025-03-03T04:13:25.266Z Compiling crypto-common v0.1.6
13102025-03-03T04:13:25.374Z Compiling block-buffer v0.10.4
13112025-03-03T04:13:25.521Z Compiling displaydoc v0.2.5
13122025-03-03T04:13:25.649Z Compiling digest v0.10.7
13132025-03-03T04:13:25.707Z Compiling zerovec-derive v0.10.3
13142025-03-03T04:13:26.091Z Compiling futures-macro v0.3.31
13152025-03-03T04:13:26.131Z Compiling zerofrom v0.1.4
13162025-03-03T04:13:26.341Z Compiling hmac v0.12.1
13172025-03-03T04:13:26.578Z Compiling yoke v0.7.4
13182025-03-03T04:13:26.598Z Compiling block-padding v0.3.3
13192025-03-03T04:13:26.853Z Compiling inout v0.1.3
13202025-03-03T04:13:26.940Z Compiling ppv-lite86 v0.2.20
13212025-03-03T04:13:26.966Z Compiling sha2 v0.10.8
13222025-03-03T04:13:26.983Z Compiling icu_provider_macros v1.5.0
13232025-03-03T04:13:27.133Z Compiling cipher v0.4.4
13242025-03-03T04:13:27.636Z Compiling thiserror v1.0.69
13252025-03-03T04:13:27.715Z Compiling der_derive v0.7.3
13262025-03-03T04:13:27.760Z Compiling tracing-attributes v0.1.27
13272025-03-03T04:13:27.786Z Compiling pest v2.7.14
13282025-03-03T04:13:27.913Z Compiling futures-util v0.3.31
13292025-03-03T04:13:28.105Z Compiling salsa20 v0.10.2
13302025-03-03T04:13:28.198Z Compiling zerovec v0.10.4
13312025-03-03T04:13:28.344Z Compiling pbkdf2 v0.12.2
13322025-03-03T04:13:28.549Z Compiling utf16_iter v1.0.5
13332025-03-03T04:13:28.753Z Compiling time-core v0.1.2
13342025-03-03T04:13:28.937Z Compiling num-conv v0.1.0
13352025-03-03T04:13:29.210Z Compiling utf8_iter v1.0.4
13362025-03-03T04:13:29.456Z Compiling icu_normalizer_data v1.5.0
13372025-03-03T04:13:29.561Z Compiling untrusted v0.7.1
13382025-03-03T04:13:29.765Z Compiling powerfmt v0.2.0
13392025-03-03T04:13:29.938Z Compiling tinystr v0.7.6
13402025-03-03T04:13:30.127Z Compiling der v0.7.9
13412025-03-03T04:13:30.212Z Compiling icu_collections v1.5.0
13422025-03-03T04:13:30.309Z Compiling icu_locid v1.5.0
13432025-03-03T04:13:30.555Z Compiling untrusted v0.9.0
13442025-03-03T04:13:30.739Z Compiling write16 v1.0.0
13452025-03-03T04:13:30.760Z Compiling vcpkg v0.2.15
13462025-03-03T04:13:30.914Z Compiling tracing v0.1.40
13472025-03-03T04:13:31.399Z Compiling icu_provider v1.5.0
13482025-03-03T04:13:31.462Z Compiling pest_meta v2.7.14
13492025-03-03T04:13:32.242Z Compiling icu_locid_transform v1.5.0
13502025-03-03T04:13:32.336Z Compiling spki v0.7.3
13512025-03-03T04:13:32.516Z Compiling openssl-sys v0.9.106
13522025-03-03T04:13:32.727Z Compiling deranged v0.3.11
13532025-03-03T04:13:33.024Z Compiling time-macros v0.2.18
13542025-03-03T04:13:33.577Z Compiling icu_properties v1.5.1
13552025-03-03T04:13:34.149Z Compiling scrypt v0.11.0
13562025-03-03T04:13:34.306Z Compiling aes v0.8.4
13572025-03-03T04:13:34.608Z Compiling bytes v1.10.0
13582025-03-03T04:13:34.629Z Compiling bitflags v2.6.0
13592025-03-03T04:13:35.172Z Compiling indexmap v2.7.1
13602025-03-03T04:13:35.701Z Compiling tokio v1.43.0
13612025-03-03T04:13:35.986Z Compiling semver v1.0.25
13622025-03-03T04:13:36.013Z Compiling http v1.2.0
13632025-03-03T04:13:36.435Z Compiling rustc_version v0.4.1
13642025-03-03T04:13:36.692Z Compiling cbc v0.1.2
13652025-03-03T04:13:36.940Z Compiling scroll_derive v0.12.0
13662025-03-03T04:13:37.024Z Compiling atomic-waker v1.1.2
13672025-03-03T04:13:37.121Z Compiling icu_normalizer v1.5.0
13682025-03-03T04:13:37.215Z Compiling num_threads v0.1.7
13692025-03-03T04:13:37.371Z Compiling tinyvec_macros v0.1.1
13702025-03-03T04:13:37.484Z Compiling tinyvec v1.8.0
13712025-03-03T04:13:37.548Z Compiling http-body v1.0.1
13722025-03-03T04:13:37.785Z Compiling time v0.3.36
13732025-03-03T04:13:38.091Z Compiling idna_adapter v1.2.0
13742025-03-03T04:13:38.121Z Compiling pkcs5 v0.7.1
13752025-03-03T04:13:38.298Z Compiling scroll v0.12.0
13762025-03-03T04:13:38.418Z Compiling pest_generator v2.7.14
13772025-03-03T04:13:38.815Z Compiling which v4.4.2
13782025-03-03T04:13:38.932Z Compiling rand_chacha v0.3.1
13792025-03-03T04:13:38.969Z Compiling form_urlencoded v1.2.1
13802025-03-03T04:13:39.283Z Compiling slog v2.7.0
13812025-03-03T04:13:39.345Z Compiling try-lock v0.2.5
13822025-03-03T04:13:39.518Z Compiling zerocopy v0.8.10
13832025-03-03T04:13:39.801Z Compiling goblin v0.8.2
13842025-03-03T04:13:39.900Z Compiling want v0.3.1
13852025-03-03T04:13:40.202Z Compiling rand v0.8.5
13862025-03-03T04:13:40.205Z Compiling pest_derive v2.7.14
13872025-03-03T04:13:40.337Z Compiling pkcs8 v0.10.2
13882025-03-03T04:13:40.980Z Compiling idna v1.0.3
13892025-03-03T04:13:41.027Z Compiling uuid v1.15.1
13902025-03-03T04:13:41.222Z Compiling zerocopy-derive v0.8.10
13912025-03-03T04:13:42.159Z Compiling httpdate v1.0.3
13922025-03-03T04:13:42.364Z Compiling iana-time-zone v0.1.61
13932025-03-03T04:13:42.495Z Compiling adler2 v2.0.0
13942025-03-03T04:13:42.555Z Compiling tower-service v0.3.3
13952025-03-03T04:13:42.619Z Compiling chrono v0.4.40
13962025-03-03T04:13:42.707Z Compiling miniz_oxide v0.8.5
13972025-03-03T04:13:42.710Z Compiling dtrace-parser v0.2.0
13982025-03-03T04:13:43.459Z Compiling serde_tokenstream v0.2.2
13992025-03-03T04:13:43.904Z Compiling tokio-util v0.7.13
14002025-03-03T04:13:44.507Z Compiling toml_datetime v0.6.8
14012025-03-03T04:13:44.536Z Compiling serde_spanned v0.6.8
14022025-03-03T04:13:44.645Z Compiling match_cfg v0.1.0
14032025-03-03T04:13:44.737Z Compiling openssl v0.10.71
14042025-03-03T04:13:44.756Z Compiling foreign-types-shared v0.1.1
14052025-03-03T04:13:44.878Z Compiling h2 v0.4.6
14062025-03-03T04:13:45.141Z Compiling base64 v0.22.1
14072025-03-03T04:13:45.149Z Compiling rustversion v1.0.17
14082025-03-03T04:13:45.805Z Compiling dof v0.3.0
14092025-03-03T04:13:45.906Z Compiling foreign-types v0.3.2
14102025-03-03T04:13:45.931Z Compiling hostname v0.3.1
14112025-03-03T04:13:46.013Z Compiling url v2.5.3
14122025-03-03T04:13:47.012Z Compiling rand_core v0.9.2
14132025-03-03T04:13:47.370Z Compiling usdt-impl v0.5.0
14142025-03-03T04:13:47.481Z Compiling async-trait v0.1.86
14152025-03-03T04:13:47.545Z Compiling openssl-macros v0.1.1
14162025-03-03T04:13:47.774Z Compiling serde_derive_internals v0.29.1
14172025-03-03T04:13:48.304Z Compiling bzip2-sys v0.1.11+1.0.8
14182025-03-03T04:13:48.634Z Compiling dirs-sys-next v0.1.2
14192025-03-03T04:13:48.711Z Compiling syn v1.0.109
14202025-03-03T04:13:48.806Z Compiling schemars v0.8.22
14212025-03-03T04:13:48.842Z Compiling data-encoding v2.6.0
14222025-03-03T04:13:49.166Z Compiling siphasher v0.3.11
14232025-03-03T04:13:49.193Z Compiling native-tls v0.2.12
14242025-03-03T04:13:49.272Z Compiling rustls v0.22.4
14252025-03-03T04:13:49.523Z Compiling rustls v0.23.19
14262025-03-03T04:13:49.639Z Compiling dirs-next v2.0.0
14272025-03-03T04:13:49.817Z Compiling rand_chacha v0.9.0
14282025-03-03T04:13:49.946Z Compiling schemars_derive v0.8.22
14292025-03-03T04:13:50.712Z Compiling unicode-normalization v0.1.24
14302025-03-03T04:13:51.032Z Compiling http-body-util v0.1.2
14312025-03-03T04:13:51.290Z Compiling heapless v0.7.17
14322025-03-03T04:13:51.469Z Compiling crossbeam-epoch v0.9.18
14332025-03-03T04:13:51.702Z Compiling hyper v1.6.0
14342025-03-03T04:13:51.741Z Compiling sha1 v0.10.6
14352025-03-03T04:13:51.770Z Compiling signature v2.2.0
14362025-03-03T04:13:52.060Z Compiling thread_local v1.1.8
14372025-03-03T04:13:52.140Z Compiling encoding_rs v0.8.34
14382025-03-03T04:13:52.171Z Compiling multer v3.1.0
14392025-03-03T04:13:52.532Z Compiling cookie v0.18.1
14402025-03-03T04:13:52.569Z Compiling crc32fast v1.4.2
14412025-03-03T04:13:52.838Z Compiling dyn-clone v1.0.18
14422025-03-03T04:13:52.858Z Compiling ipnet v2.11.0
14432025-03-03T04:13:52.890Z Compiling mime v0.3.17
14442025-03-03T04:13:53.074Z Compiling openssl-probe v0.1.5
14452025-03-03T04:13:53.372Z Compiling gimli v0.31.1
14462025-03-03T04:13:53.399Z Compiling rayon-core v1.12.1
14472025-03-03T04:13:53.694Z Compiling unicode-properties v0.1.3
14482025-03-03T04:13:53.933Z Compiling signal-hook v0.3.17
14492025-03-03T04:13:54.111Z Compiling hyper-util v0.1.10
14502025-03-03T04:13:54.225Z Compiling unicode-bidi v0.3.17
14512025-03-03T04:13:54.503Z Compiling slog-async v2.8.0
14522025-03-03T04:13:55.083Z Compiling stringprep v0.1.5
14532025-03-03T04:13:55.294Z Compiling toml_edit v0.22.24
14542025-03-03T04:13:56.231Z Compiling crossbeam-deque v0.8.5
14552025-03-03T04:13:56.514Z Compiling rand v0.9.0
14562025-03-03T04:13:56.591Z Compiling term v0.7.0
14572025-03-03T04:13:57.326Z Compiling usdt-attr-macro v0.5.0
14582025-03-03T04:13:57.911Z Compiling addr2line v0.24.2
14592025-03-03T04:13:58.077Z Compiling usdt-macro v0.5.0
14602025-03-03T04:13:58.263Z Compiling slog-json v2.6.1
14612025-03-03T04:13:58.566Z Compiling serde_urlencoded v0.7.1
14622025-03-03T04:13:58.637Z Compiling curve25519-dalek v4.1.3
14632025-03-03T04:13:58.896Z Compiling crossbeam-channel v0.5.13
14642025-03-03T04:13:59.029Z Compiling futures-executor v0.3.31
14652025-03-03T04:13:59.165Z Compiling enum-as-inner v0.6.1
14662025-03-03T04:13:59.312Z Compiling md-5 v0.10.6
14672025-03-03T04:13:59.495Z Compiling async-stream-impl v0.3.6
14682025-03-03T04:13:59.521Z Compiling rustls-pemfile v2.2.0
14692025-03-03T04:13:59.595Z Compiling num-integer v0.1.46
14702025-03-03T04:13:59.794Z Compiling hash32 v0.2.1
14712025-03-03T04:13:59.853Z Compiling ff v0.13.0
14722025-03-03T04:14:00.069Z Compiling is-terminal v0.4.13
14732025-03-03T04:14:00.147Z Compiling object v0.36.5
14742025-03-03T04:14:00.168Z Compiling memoffset v0.9.1
14752025-03-03T04:14:00.210Z Compiling dropshot v0.12.0
14762025-03-03T04:14:00.323Z Compiling smoltcp v0.9.1
14772025-03-03T04:14:00.497Z Compiling fallible-iterator v0.2.0
14782025-03-03T04:14:00.536Z Compiling anyhow v1.0.96
14792025-03-03T04:14:00.773Z Compiling num-bigint-dig v0.8.4
14802025-03-03T04:14:00.952Z Compiling take_mut v0.2.2
14812025-03-03T04:14:01.090Z Compiling litrs v0.4.1
14822025-03-03T04:14:01.119Z Compiling cfg_aliases v0.2.1
14832025-03-03T04:14:01.122Z Compiling rustc-demangle v0.1.24
14842025-03-03T04:14:01.140Z Compiling portable-atomic v1.9.0
14852025-03-03T04:14:01.222Z Compiling utf-8 v0.7.6
14862025-03-03T04:14:01.543Z Compiling psl-types v2.0.11
14872025-03-03T04:14:01.756Z Compiling linked-hash-map v0.5.6
14882025-03-03T04:14:02.009Z Compiling quick-error v1.2.3
14892025-03-03T04:14:02.096Z Compiling base16ct v0.2.0
14902025-03-03T04:14:02.145Z Compiling document-features v0.2.10
14912025-03-03T04:14:02.164Z Compiling resolv-conf v0.7.0
14922025-03-03T04:14:02.192Z Compiling lru-cache v0.1.2
14932025-03-03T04:14:02.419Z Compiling sec1 v0.7.3
14942025-03-03T04:14:02.454Z Compiling publicsuffix v2.3.0
14952025-03-03T04:14:02.474Z Compiling tungstenite v0.24.0
14962025-03-03T04:14:02.749Z Compiling nix v0.29.0
14972025-03-03T04:14:03.304Z Compiling postgres-protocol v0.6.8
14982025-03-03T04:14:03.355Z Compiling async-stream v0.3.6
14992025-03-03T04:14:03.708Z Compiling slog-term v2.9.1
15002025-03-03T04:14:03.807Z Compiling hickory-proto v0.24.4
15012025-03-03T04:14:03.966Z Compiling num-iter v0.1.45
15022025-03-03T04:14:04.365Z Compiling usdt v0.5.0
15032025-03-03T04:14:04.457Z Compiling group v0.13.0
15042025-03-03T04:14:04.812Z Compiling futures v0.3.31
15052025-03-03T04:14:04.834Z Compiling toml v0.8.20
15062025-03-03T04:14:04.905Z Compiling slog-bunyan v2.5.0
15072025-03-03T04:14:05.113Z Compiling bzip2 v0.4.4
15082025-03-03T04:14:06.075Z Compiling camino v1.1.9
15092025-03-03T04:14:06.406Z Compiling tokio-native-tls v0.3.1
15102025-03-03T04:14:06.506Z Compiling flate2 v1.1.0
15112025-03-03T04:14:06.696Z Compiling backtrace v0.3.74
15122025-03-03T04:14:06.895Z Compiling phf_shared v0.11.2
15132025-03-03T04:14:07.093Z Compiling dropshot_endpoint v0.12.0
15142025-03-03T04:14:07.129Z Compiling terminal_size v0.4.0
15152025-03-03T04:14:07.243Z Compiling waitgroup v0.1.2
15162025-03-03T04:14:07.334Z Compiling openapiv3 v2.0.0
15172025-03-03T04:14:07.359Z Compiling serde_path_to_error v0.1.16
15182025-03-03T04:14:07.468Z Compiling hkdf v0.12.4
15192025-03-03T04:14:07.745Z Compiling crypto-bigint v0.5.5
15202025-03-03T04:14:08.159Z Compiling curve25519-dalek-derive v0.1.1
15212025-03-03T04:14:08.914Z Compiling hubpack_derive v0.1.1
15222025-03-03T04:14:09.564Z Compiling zerocopy-derive v0.6.6
15232025-03-03T04:14:09.584Z Compiling webpki-roots v0.26.6
15242025-03-03T04:14:09.779Z Compiling sync_wrapper v1.0.1
15252025-03-03T04:14:09.816Z Compiling hostname v0.4.0
15262025-03-03T04:14:09.950Z Compiling ahash v0.8.11
15272025-03-03T04:14:10.029Z Compiling fs-err v2.11.0
15282025-03-03T04:14:10.308Z Compiling simd-adler32 v0.3.7
15292025-03-03T04:14:10.370Z Compiling newtype-uuid v1.2.1
15302025-03-03T04:14:10.711Z Compiling buf-list v1.0.3
15312025-03-03T04:14:10.853Z Compiling bumpalo v3.16.0
15322025-03-03T04:14:11.180Z Compiling debug-ignore v1.0.5
15332025-03-03T04:14:11.299Z Compiling zip v2.1.3
15342025-03-03T04:14:11.323Z Compiling unicode-width v0.2.0
15352025-03-03T04:14:11.344Z Compiling tower-layer v0.3.3
15362025-03-03T04:14:11.368Z Compiling managed v0.8.0
15372025-03-03T04:14:11.404Z Compiling lockfree-object-pool v0.1.6
15382025-03-03T04:14:11.617Z Compiling winnow v0.5.40
15392025-03-03T04:14:11.634Z Compiling strum_macros v0.25.3
15402025-03-03T04:14:11.689Z Compiling zopfli v0.8.1
15412025-03-03T04:14:11.770Z Compiling console v0.15.10
15422025-03-03T04:14:12.627Z Compiling tower v0.5.2
15432025-03-03T04:14:13.071Z Compiling zerocopy v0.6.6
15442025-03-03T04:14:13.286Z Compiling clap_builder v4.5.31
15452025-03-03T04:14:13.600Z Compiling elliptic-curve v0.13.8
15462025-03-03T04:14:13.806Z Compiling hubpack v0.1.2
15472025-03-03T04:14:13.885Z Compiling hickory-resolver v0.24.4
15482025-03-03T04:14:14.414Z Compiling phf v0.11.2
15492025-03-03T04:14:14.698Z Compiling signal-hook-mio v0.2.4
15502025-03-03T04:14:14.882Z Compiling toml_edit v0.19.15
15512025-03-03T04:14:14.977Z Compiling hyper-tls v0.6.0
15522025-03-03T04:14:15.163Z Compiling cookie_store v0.21.1
15532025-03-03T04:14:15.294Z Compiling rayon v1.10.0
15542025-03-03T04:14:16.592Z Compiling postgres-types v0.2.9
15552025-03-03T04:14:18.046Z Compiling tokio-tungstenite v0.24.0
15562025-03-03T04:14:19.494Z Compiling ed25519 v2.2.3
15572025-03-03T04:14:19.647Z Compiling phf_shared v0.10.0
15582025-03-03T04:14:19.885Z Compiling tokio-stream v0.1.17
15592025-03-03T04:14:20.040Z Compiling pkcs1 v0.7.5
15602025-03-03T04:14:20.891Z Compiling serde-big-array v0.5.1
15612025-03-03T04:14:20.925Z Compiling clap_derive v4.5.28
15622025-03-03T04:14:21.055Z Compiling rfc6979 v0.4.0
15632025-03-03T04:14:21.122Z Compiling derive-where v1.2.7
15642025-03-03T04:14:21.245Z Compiling serde_repr v0.1.19
15652025-03-03T04:14:21.270Z Compiling float-cmp v0.10.0
15662025-03-03T04:14:21.520Z Compiling bstr v1.10.0
15672025-03-03T04:14:21.702Z Compiling predicates-core v1.0.8
15682025-03-03T04:14:21.793Z Compiling whoami v1.5.2
15692025-03-03T04:14:22.036Z Compiling fixedbitset v0.4.2
15702025-03-03T04:14:22.322Z Compiling unicode-segmentation v1.12.0
15712025-03-03T04:14:22.325Z Compiling normalize-line-endings v0.3.0
15722025-03-03T04:14:22.490Z Compiling number_prefix v0.4.0
15732025-03-03T04:14:22.508Z Compiling precomputed-hash v0.1.1
15742025-03-03T04:14:22.640Z Compiling static_assertions v1.1.0
15752025-03-03T04:14:22.731Z Compiling new_debug_unreachable v1.0.6
15762025-03-03T04:14:22.758Z Compiling difflib v0.4.0
15772025-03-03T04:14:22.838Z Compiling string_cache v0.8.7
15782025-03-03T04:14:23.062Z Compiling similar v2.7.0
15792025-03-03T04:14:23.192Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15802025-03-03T04:14:23.258Z Compiling predicates v3.1.3
15812025-03-03T04:14:24.046Z Compiling indicatif v0.17.11
15822025-03-03T04:14:24.201Z Compiling petgraph v0.6.5
15832025-03-03T04:14:24.714Z Compiling tokio-postgres v0.7.13
15842025-03-03T04:14:25.065Z Compiling ecdsa v0.16.9
15852025-03-03T04:14:25.347Z Compiling clap v4.5.31
15862025-03-03T04:14:25.474Z Compiling rsa v0.9.6
15872025-03-03T04:14:25.863Z Compiling ed25519-dalek v2.1.1
15882025-03-03T04:14:25.925Z Compiling toml v0.7.8
15892025-03-03T04:14:27.360Z Compiling crossterm v0.28.1
15902025-03-03T04:14:29.396Z Compiling zip v0.6.6
15912025-03-03T04:14:29.437Z Compiling hex v0.4.3
15922025-03-03T04:14:29.674Z Compiling x509-cert v0.2.5
15932025-03-03T04:14:30.022Z Compiling itertools v0.10.5
15942025-03-03T04:14:30.295Z Compiling peg-runtime v0.8.3
15952025-03-03T04:14:30.580Z Compiling unicode-xid v0.2.6
15962025-03-03T04:14:30.662Z Compiling lalrpop-util v0.19.12
15972025-03-03T04:14:30.780Z Compiling strum_macros v0.26.4
15982025-03-03T04:14:30.884Z Compiling xattr v1.3.1
15992025-03-03T04:14:30.954Z Compiling filetime v0.2.25
16002025-03-03T04:14:31.251Z Compiling tar v0.4.44
16012025-03-03T04:14:35.253Z Compiling strum v0.26.3
16022025-03-03T04:14:38.076Z Compiling aws-lc-sys v0.26.0
16032025-03-03T04:15:08.012Z Compiling rustls-webpki v0.102.8
16042025-03-03T04:15:11.237Z Compiling tokio-rustls v0.25.0
16052025-03-03T04:15:12.871Z Compiling tokio-rustls v0.26.0
16062025-03-03T04:15:13.228Z Compiling hyper-rustls v0.27.3
16072025-03-03T04:15:13.596Z Compiling reqwest v0.12.12
16082025-03-03T04:15:14.838Z Compiling qorb v0.2.1
16092025-03-03T04:15:17.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16102025-03-03T04:15:18.088Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16112025-03-03T04:15:22.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
16122025-03-03T04:15:22.749Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16132025-03-03T04:15:22.807ZMar 03 04:15:22.065 INFO Starting download, target: Cockroach
16142025-03-03T04:15:22.807ZMar 03 04:15:22.065 INFO Starting download, target: Console
16152025-03-03T04:15:22.807ZMar 03 04:15:22.065 INFO Starting download, target: Clickhouse
16162025-03-03T04:15:22.807ZMar 03 04:15:22.065 INFO Starting download, target: DendriteOpenapi
16172025-03-03T04:15:22.811ZMar 03 04:15:22.065 INFO Starting download, target: DendriteStub
16182025-03-03T04:15:22.811ZMar 03 04:15:22.065 INFO Starting download, target: MaghemiteMgd
16192025-03-03T04:15:22.811ZMar 03 04:15:22.065 INFO Starting download, target: TransceiverControl
16202025-03-03T04:15:22.811ZMar 03 04:15:22.066 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16212025-03-03T04:15:22.811ZMar 03 04:15:22.066 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16222025-03-03T04:15:22.811ZMar 03 04:15:22.066 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16232025-03-03T04:15:22.811ZMar 03 04:15:22.066 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16242025-03-03T04:15:22.811ZMar 03 04:15:22.066 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16252025-03-03T04:15:22.811ZMar 03 04:15:22.066 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16262025-03-03T04:15:22.811ZMar 03 04:15:22.066 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16272025-03-03T04:15:23.489ZMar 03 04:15:22.743 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16282025-03-03T04:15:23.795ZMar 03 04:15:23.051 INFO Download complete, target: Console
16292025-03-03T04:15:24.185ZMar 03 04:15:23.433 INFO Download complete, target: DendriteOpenapi
16302025-03-03T04:15:24.610ZMar 03 04:15:23.738 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16312025-03-03T04:15:24.832ZMar 03 04:15:23.946 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16322025-03-03T04:15:25.032ZMar 03 04:15:24.092 INFO Download complete, target: TransceiverControl
16332025-03-03T04:15:26.036ZMar 03 04:15:25.019 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16342025-03-03T04:15:26.205ZMar 03 04:15:25.281 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16352025-03-03T04:15:28.155ZMar 03 04:15:27.305 INFO Download complete, target: DendriteStub
16362025-03-03T04:15:28.659ZMar 03 04:15:27.874 INFO Download complete, target: MaghemiteMgd
16372025-03-03T04:15:28.910ZMar 03 04:15:28.160 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16382025-03-03T04:15:28.910ZMar 03 04:15:28.160 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16392025-03-03T04:15:35.171ZMar 03 04:15:34.405 INFO Checking that binary works, target: Cockroach
16402025-03-03T04:15:35.334ZMar 03 04:15:34.564 INFO Download complete, target: Cockroach
16412025-03-03T04:15:35.516ZMar 03 04:15:34.769 INFO Checking that binary works, target: Clickhouse
16422025-03-03T04:15:35.646ZMar 03 04:15:34.901 INFO Download complete, target: Clickhouse
16432025-03-03T04:15:35.656ZAll prerequisites installed successfully
16442025-03-03T04:15:35.659Z
16452025-03-03T04:15:35.660Zreal 8:08.483426911
16462025-03-03T04:15:35.660Zuser 15:44.313316219
16472025-03-03T04:15:35.660Zsys 2:09.363068624
16482025-03-03T04:15:35.660Ztrap 0.558229771
16492025-03-03T04:15:35.660Ztflt 1.832396485
16502025-03-03T04:15:35.660Zdflt 3.006753660
16512025-03-03T04:15:35.660Zkflt 0.026889527
16522025-03-03T04:15:35.660Zlock 23:24.053392013
16532025-03-03T04:15:35.660Zslp 1:02:53.670270128
16542025-03-03T04:15:35.661Zlat 1:01.259952442
16552025-03-03T04:15:35.661Zstop 2:31.725149611
16562025-03-03T04:15:35.661Z+ ptime -m cargo xtask download softnpu
16572025-03-03T04:15:36.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16582025-03-03T04:15:36.282Z Running `target/debug/xtask download softnpu`
16592025-03-03T04:15:37.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
16602025-03-03T04:15:37.216Z Running `target/debug/xtask-downloader softnpu`
16612025-03-03T04:15:37.259ZMar 03 04:15:36.513 INFO Starting download, target: Softnpu
16622025-03-03T04:15:37.263ZMar 03 04:15:36.514 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16632025-03-03T04:15:37.785ZMar 03 04:15:37.039 INFO Download complete, target: Softnpu
16642025-03-03T04:15:37.788Z
16652025-03-03T04:15:37.791Zreal 2.127284349
16662025-03-03T04:15:37.792Zuser 1.365724876
16672025-03-03T04:15:37.792Zsys 0.581111567
16682025-03-03T04:15:37.792Ztrap 0.005179110
16692025-03-03T04:15:37.792Ztflt 0.000045397
16702025-03-03T04:15:37.792Zdflt 0.000103473
16712025-03-03T04:15:37.792Zkflt 0.000000000
16722025-03-03T04:15:37.792Zlock 5.247761645
16732025-03-03T04:15:37.792Zslp 0.360072584
16742025-03-03T04:15:37.792Zlat 0.158490375
16752025-03-03T04:15:37.792Zstop 0.000201463
16762025-03-03T04:15:37.792Z+ export CARGO_INCREMENTAL=0
16772025-03-03T04:15:37.792Z+ CARGO_INCREMENTAL=0
16782025-03-03T04:15:37.792Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16792025-03-03T04:15:38.901Z Compiling proc-macro2 v1.0.93
16802025-03-03T04:15:38.901Z Compiling unicode-ident v1.0.14
16812025-03-03T04:15:38.904Z Compiling libc v0.2.170
16822025-03-03T04:15:38.904Z Compiling serde v1.0.218
16832025-03-03T04:15:38.904Z Compiling autocfg v1.4.0
16842025-03-03T04:15:38.904Z Compiling version_check v0.9.5
16852025-03-03T04:15:38.904Z Compiling cfg-if v1.0.0
16862025-03-03T04:15:39.195Z Compiling memchr v2.7.4
16872025-03-03T04:15:39.228Z Compiling typenum v1.17.0
16882025-03-03T04:15:39.248Z Compiling shlex v1.3.0
16892025-03-03T04:15:39.599Z Compiling value-bag v1.9.0
16902025-03-03T04:15:39.653Z Compiling parking_lot_core v0.9.10
16912025-03-03T04:15:39.674Z Compiling generic-array v0.14.7
16922025-03-03T04:15:39.996Z Compiling lock_api v0.4.12
16932025-03-03T04:15:40.048Z Compiling log v0.4.22
16942025-03-03T04:15:40.135Z Compiling scopeguard v1.2.0
16952025-03-03T04:15:40.308Z Compiling serde_json v1.0.139
16962025-03-03T04:15:40.489Z Compiling rustix v0.38.37
16972025-03-03T04:15:40.669Z Compiling libm v0.2.8
16982025-03-03T04:15:40.757Z Compiling num-traits v0.2.19
16992025-03-03T04:15:40.946Z Compiling quote v1.0.38
17002025-03-03T04:15:41.031Z Compiling jobserver v0.1.32
17012025-03-03T04:15:41.061Z Compiling getrandom v0.2.15
17022025-03-03T04:15:41.092Z Compiling aho-corasick v1.1.3
17032025-03-03T04:15:41.096Z Compiling thiserror v1.0.69
17042025-03-03T04:15:41.427Z Compiling syn v2.0.98
17052025-03-03T04:15:41.468Z Compiling cc v1.2.15
17062025-03-03T04:15:41.496Z Compiling regex-syntax v0.8.5
17072025-03-03T04:15:41.547Z Compiling semver v1.0.25
17082025-03-03T04:15:41.690Z Compiling getrandom v0.3.1
17092025-03-03T04:15:41.921Z Compiling either v1.14.0
17102025-03-03T04:15:42.024Z Compiling once_cell v1.20.3
17112025-03-03T04:15:42.106Z Compiling itoa v1.0.11
17122025-03-03T04:15:42.327Z Compiling slab v0.4.9
17132025-03-03T04:15:42.594Z Compiling rand_core v0.6.4
17142025-03-03T04:15:42.695Z Compiling spin v0.9.8
17152025-03-03T04:15:43.093Z Compiling errno v0.3.9
17162025-03-03T04:15:43.329Z Compiling glob v0.3.2
17172025-03-03T04:15:43.629Z Compiling smallvec v1.14.0
17182025-03-03T04:15:43.781Z Compiling prettyplease v0.2.29
17192025-03-03T04:15:43.850Z Compiling lazy_static v1.5.0
17202025-03-03T04:15:44.075Z Compiling clang-sys v1.8.1
17212025-03-03T04:15:44.101Z Compiling minimal-lexical v0.2.1
17222025-03-03T04:15:44.245Z Compiling libloading v0.8.5
17232025-03-03T04:15:44.572Z Compiling nom v7.1.3
17242025-03-03T04:15:44.591Z Compiling subtle v2.6.1
17252025-03-03T04:15:44.705Z Compiling home v0.5.9
17262025-03-03T04:15:44.711Z Compiling bindgen v0.69.5
17272025-03-03T04:15:44.914Z Compiling itertools v0.12.1
17282025-03-03T04:15:44.930Z Compiling equivalent v1.0.1
17292025-03-03T04:15:45.050Z Compiling regex-automata v0.4.8
17302025-03-03T04:15:45.321Z Compiling lazycell v1.3.0
17312025-03-03T04:15:45.495Z Compiling rustc-hash v1.1.0
17322025-03-03T04:15:45.513Z Compiling foldhash v0.1.3
17332025-03-03T04:15:45.651Z Compiling allocator-api2 v0.2.18
17342025-03-03T04:15:45.790Z Compiling cmake v0.1.51
17352025-03-03T04:15:46.382Z Compiling hashbrown v0.15.1
17362025-03-03T04:15:46.719Z Compiling dunce v1.0.5
17372025-03-03T04:15:46.811Z Compiling fs_extra v1.3.0
17382025-03-03T04:15:46.861Z Compiling pkg-config v0.3.31
17392025-03-03T04:15:47.530Z Compiling cexpr v0.6.0
17402025-03-03T04:15:47.707Z Compiling byteorder v1.5.0
17412025-03-03T04:15:47.737Z Compiling pin-project-lite v0.2.14
17422025-03-03T04:15:48.389Z Compiling ring v0.17.11
17432025-03-03T04:15:48.456Z Compiling synstructure v0.13.1
17442025-03-03T04:15:48.746Z Compiling ryu v1.0.18
17452025-03-03T04:15:48.914Z Compiling paste v1.0.15
17462025-03-03T04:15:49.381Z Compiling schemars v0.8.22
17472025-03-03T04:15:49.689Z Compiling serde_derive_internals v0.29.1
17482025-03-03T04:15:49.755Z Compiling regex v1.11.1
17492025-03-03T04:15:50.365Z Compiling signal-hook-registry v1.4.2
17502025-03-03T04:15:50.540Z Compiling fnv v1.0.7
17512025-03-03T04:15:50.657Z Compiling httparse v1.9.5
17522025-03-03T04:15:50.697Z Compiling aws-lc-rs v1.12.4
17532025-03-03T04:15:51.085Z Compiling const-oid v0.9.6
17542025-03-03T04:15:51.135Z Compiling parking_lot v0.12.3
17552025-03-03T04:15:51.308Z Compiling mio v1.0.2
17562025-03-03T04:15:51.643Z Compiling heck v0.5.0
17572025-03-03T04:15:52.367Z Compiling serde_derive v1.0.218
17582025-03-03T04:15:52.471Z Compiling zeroize_derive v1.4.2
17592025-03-03T04:15:52.617Z Compiling tokio-macros v2.5.0
17602025-03-03T04:15:52.950Z Compiling thiserror-impl v1.0.69
17612025-03-03T04:15:53.122Z Compiling zerocopy-derive v0.7.35
17622025-03-03T04:15:53.168Z Compiling zerofrom-derive v0.1.4
17632025-03-03T04:15:53.807Z Compiling zeroize v1.8.1
17642025-03-03T04:15:54.022Z Compiling yoke-derive v0.7.4
17652025-03-03T04:15:54.152Z Compiling futures-macro v0.3.31
17662025-03-03T04:15:54.247Z Compiling zerovec-derive v0.10.3
17672025-03-03T04:15:54.558Z Compiling displaydoc v0.2.5
17682025-03-03T04:15:55.926Z Compiling crypto-common v0.1.6
17692025-03-03T04:15:55.945Z Compiling icu_provider_macros v1.5.0
17702025-03-03T04:15:56.004Z Compiling tracing-attributes v0.1.27
17712025-03-03T04:15:56.077Z Compiling schemars_derive v0.8.22
17722025-03-03T04:15:56.123Z Compiling block-buffer v0.10.4
17732025-03-03T04:15:56.358Z Compiling socket2 v0.5.8
17742025-03-03T04:15:56.932Z Compiling stable_deref_trait v1.2.0
17752025-03-03T04:15:56.953Z Compiling digest v0.10.7
17762025-03-03T04:15:57.066Z Compiling zerocopy v0.7.35
17772025-03-03T04:15:57.377Z Compiling futures-core v0.3.31
17782025-03-03T04:15:57.750Z Compiling crossbeam-utils v0.8.20
17792025-03-03T04:15:58.112Z Compiling time-core v0.1.2
17802025-03-03T04:15:58.286Z Compiling num-conv v0.1.0
17812025-03-03T04:15:58.545Z Compiling time-macros v0.2.18
17822025-03-03T04:15:58.746Z Compiling der_derive v0.7.3
17832025-03-03T04:15:58.804Z Compiling vcpkg v0.2.15
17842025-03-03T04:16:00.157Z Compiling openssl-sys v0.9.106
17852025-03-03T04:16:00.928Z Compiling futures-sink v0.3.31
17862025-03-03T04:16:00.974Z Compiling zerocopy v0.8.10
17872025-03-03T04:16:01.364Z Compiling cpufeatures v0.2.14
17882025-03-03T04:16:01.660Z Compiling zerocopy-derive v0.8.10
17892025-03-03T04:16:01.849Z Compiling slog v2.7.0
17902025-03-03T04:16:02.127Z Compiling syn v1.0.109
17912025-03-03T04:16:02.255Z Compiling iana-time-zone v0.1.61
17922025-03-03T04:16:02.436Z Compiling futures-channel v0.3.31
17932025-03-03T04:16:02.568Z Compiling zerofrom v0.1.4
17942025-03-03T04:16:02.813Z Compiling futures-io v0.3.31
17952025-03-03T04:16:02.855Z Compiling futures-task v0.3.31
17962025-03-03T04:16:02.882Z Compiling pin-utils v0.1.0
17972025-03-03T04:16:02.971Z Compiling yoke v0.7.4
17982025-03-03T04:16:03.164Z Compiling futures-util v0.3.31
17992025-03-03T04:16:03.340Z Compiling scroll_derive v0.12.0
18002025-03-03T04:16:03.591Z Compiling ucd-trie v0.1.7
18012025-03-03T04:16:03.980Z Compiling openssl v0.10.71
18022025-03-03T04:16:04.041Z Compiling pest v2.7.14
18032025-03-03T04:16:04.330Z Compiling bitflags v2.6.0
18042025-03-03T04:16:04.401Z Compiling bytes v1.10.0
18052025-03-03T04:16:06.727Z Compiling indexmap v2.7.1
18062025-03-03T04:16:06.976Z Compiling tokio v1.43.0
18072025-03-03T04:16:08.894Z Compiling which v4.4.2
18082025-03-03T04:16:09.146Z Compiling uuid v1.15.1
18092025-03-03T04:16:09.311Z Compiling serde_tokenstream v0.2.2
18102025-03-03T04:16:09.885Z Compiling chrono v0.4.40
18112025-03-03T04:16:10.497Z Compiling http v1.2.0
18122025-03-03T04:16:12.089Z Compiling rustc_version v0.4.1
18132025-03-03T04:16:12.620Z Compiling zerovec v0.10.4
18142025-03-03T04:16:13.391Z Compiling hmac v0.12.1
18152025-03-03T04:16:13.930Z Compiling pest_meta v2.7.14
18162025-03-03T04:16:15.684Z Compiling block-padding v0.3.3
18172025-03-03T04:16:15.928Z Compiling openssl-macros v0.1.1
18182025-03-03T04:16:16.686Z Compiling native-tls v0.2.12
18192025-03-03T04:16:16.828Z Compiling dyn-clone v1.0.18
18202025-03-03T04:16:17.064Z Compiling rustls v0.23.19
18212025-03-03T04:16:17.324Z Compiling inout v0.1.3
18222025-03-03T04:16:17.394Z Compiling pest_generator v2.7.14
18232025-03-03T04:16:17.609Z Compiling tinystr v0.7.6
18242025-03-03T04:16:18.165Z Compiling toml_datetime v0.6.8
18252025-03-03T04:16:18.440Z Compiling serde_spanned v0.6.8
18262025-03-03T04:16:18.615Z Compiling ppv-lite86 v0.2.20
18272025-03-03T04:16:19.007Z Compiling tracing-core v0.1.32
18282025-03-03T04:16:19.041Z Compiling writeable v0.5.5
18292025-03-03T04:16:19.467Z Compiling strsim v0.11.1
18302025-03-03T04:16:19.493Z Compiling litemap v0.7.3
18312025-03-03T04:16:19.930Z Compiling icu_locid v1.5.0
18322025-03-03T04:16:19.949Z Compiling tracing v0.1.40
18332025-03-03T04:16:20.010Z Compiling pest_derive v2.7.14
18342025-03-03T04:16:20.798Z Compiling cipher v0.4.4
18352025-03-03T04:16:20.954Z Compiling aws-lc-sys v0.26.0
18362025-03-03T04:16:20.976Z Compiling sha2 v0.10.8
18372025-03-03T04:16:21.259Z Compiling cookie v0.18.1
18382025-03-03T04:16:21.595Z Compiling usdt-impl v0.5.0
18392025-03-03T04:16:21.722Z Compiling base64ct v1.6.0
18402025-03-03T04:16:21.968Z Compiling icu_provider v1.5.0
18412025-03-03T04:16:22.229Z Compiling pem-rfc7468 v0.7.0
18422025-03-03T04:16:22.896Z Compiling scroll v0.12.0
18432025-03-03T04:16:23.376Z Compiling async-trait v0.1.86
18442025-03-03T04:16:25.468Z Compiling anyhow v1.0.96
18452025-03-03T04:16:25.997Z Compiling icu_locid_transform_data v1.5.0
18462025-03-03T04:16:26.107Z Compiling percent-encoding v2.3.1
18472025-03-03T04:16:26.547Z Compiling rustls-pki-types v1.10.0
18482025-03-03T04:16:27.423Z Compiling camino v1.1.9
18492025-03-03T04:16:27.780Z Compiling flagset v0.4.6
18502025-03-03T04:16:27.955Z Compiling plain v0.2.3
18512025-03-03T04:16:27.991Z Compiling der v0.7.9
18522025-03-03T04:16:28.125Z Compiling goblin v0.8.2
18532025-03-03T04:16:28.128Z Compiling icu_locid_transform v1.5.0
18542025-03-03T04:16:31.472Z Compiling tokio-util v0.7.13
18552025-03-03T04:16:32.133Z Compiling icu_collections v1.5.0
18562025-03-03T04:16:33.637Z Compiling rayon-core v1.12.1
18572025-03-03T04:16:34.107Z Compiling icu_properties_data v1.5.0
18582025-03-03T04:16:34.222Z Compiling untrusted v0.9.0
18592025-03-03T04:16:34.363Z Compiling powerfmt v0.2.0
18602025-03-03T04:16:34.441Z Compiling rustls v0.22.4
18612025-03-03T04:16:34.602Z Compiling pretty-hex v0.4.1
18622025-03-03T04:16:34.741Z Compiling untrusted v0.7.1
18632025-03-03T04:16:34.833Z Compiling dof v0.3.0
18642025-03-03T04:16:34.862Z Compiling icu_properties v1.5.1
18652025-03-03T04:16:34.904Z Compiling deranged v0.3.11
18662025-03-03T04:16:36.443Z Compiling spki v0.7.3
18672025-03-03T04:16:36.748Z Compiling salsa20 v0.10.2
18682025-03-03T04:16:36.791Z Compiling dtrace-parser v0.2.0
18692025-03-03T04:16:36.992Z Compiling pbkdf2 v0.12.2
18702025-03-03T04:16:37.529Z Compiling bzip2-sys v0.1.11+1.0.8
18712025-03-03T04:16:38.152Z Compiling thread-id v4.2.2
18722025-03-03T04:16:38.282Z Compiling litrs v0.4.1
18732025-03-03T04:16:38.371Z Compiling rustversion v1.0.17
18742025-03-03T04:16:38.998Z Compiling atomic-waker v1.1.2
18752025-03-03T04:16:39.225Z Compiling num_threads v0.1.7
18762025-03-03T04:16:39.254Z Compiling utf8_iter v1.0.4
18772025-03-03T04:16:39.374Z Compiling icu_normalizer_data v1.5.0
18782025-03-03T04:16:39.393Z Compiling write16 v1.0.0
18792025-03-03T04:16:39.497Z Compiling utf16_iter v1.0.5
18802025-03-03T04:16:39.519Z Compiling winnow v0.5.40
18812025-03-03T04:16:39.869Z Compiling time v0.3.36
18822025-03-03T04:16:39.981Z Compiling icu_normalizer v1.5.0
18832025-03-03T04:16:41.558Z Compiling document-features v0.2.10
18842025-03-03T04:16:42.682Z Compiling toml_edit v0.19.15
18852025-03-03T04:16:45.127Z Compiling scrypt v0.11.0
18862025-03-03T04:16:45.319Z Compiling form_urlencoded v1.2.1
18872025-03-03T04:16:45.499Z Compiling cbc v0.1.2
18882025-03-03T04:16:45.574Z Compiling aes v0.8.4
18892025-03-03T04:16:45.725Z Compiling http-body v1.0.1
18902025-03-03T04:16:46.128Z Compiling multer v3.1.0
18912025-03-03T04:16:46.479Z Compiling tinyvec_macros v0.1.1
18922025-03-03T04:16:46.484Z Compiling slog-async v2.8.0
18932025-03-03T04:16:46.587Z Compiling try-lock v0.2.5
18942025-03-03T04:16:46.766Z Compiling want v0.3.1
18952025-03-03T04:16:46.856Z Compiling tinyvec v1.8.0
18962025-03-03T04:16:47.046Z Compiling pkcs5 v0.7.1
18972025-03-03T04:16:48.868Z Compiling idna_adapter v1.2.0
18982025-03-03T04:16:49.109Z Compiling h2 v0.4.6
18992025-03-03T04:16:49.551Z Compiling rand_chacha v0.3.1
19002025-03-03T04:16:50.421Z Compiling heapless v0.7.17
19012025-03-03T04:16:51.249Z Compiling signal-hook v0.3.17
19022025-03-03T04:16:51.413Z Compiling httpdate v1.0.3
19032025-03-03T04:16:51.511Z Compiling tower-service v0.3.3
19042025-03-03T04:16:51.665Z Compiling adler2 v2.0.0
19052025-03-03T04:16:51.947Z Compiling miniz_oxide v0.8.5
19062025-03-03T04:16:54.026Z Compiling rand v0.8.5
19072025-03-03T04:16:55.402Z Compiling idna v1.0.3
19082025-03-03T04:16:56.635Z Compiling pkcs8 v0.10.2
19092025-03-03T04:16:56.853Z Compiling usdt-attr-macro v0.5.0
19102025-03-03T04:16:57.241Z Compiling hyper v1.6.0
19112025-03-03T04:16:57.394Z Compiling usdt-macro v0.5.0
19122025-03-03T04:16:58.474Z Compiling async-stream-impl v0.3.6
19132025-03-03T04:16:58.987Z Compiling base64 v0.22.1
19142025-03-03T04:17:00.279Z Compiling hyper-util v0.1.10
19152025-03-03T04:17:05.838Z Compiling curve25519-dalek v4.1.3
19162025-03-03T04:17:06.283Z Compiling openapiv3 v2.0.0
19172025-03-03T04:17:06.866Z Compiling enum-as-inner v0.6.1
19182025-03-03T04:17:07.851Z Compiling memoffset v0.9.1
19192025-03-03T04:17:07.906Z Compiling dropshot v0.12.0
19202025-03-03T04:17:08.011Z Compiling portable-atomic v1.9.0
19212025-03-03T04:17:08.142Z Compiling num-bigint-dig v0.8.4
19222025-03-03T04:17:08.238Z Compiling newtype-uuid v1.2.1
19232025-03-03T04:17:08.466Z Compiling foreign-types-shared v0.1.1
19242025-03-03T04:17:08.535Z Compiling smoltcp v0.9.1
19252025-03-03T04:17:08.554Z Compiling match_cfg v0.1.0
19262025-03-03T04:17:08.732Z Compiling foreign-types v0.3.2
19272025-03-03T04:17:08.818Z Compiling hostname v0.3.1
19282025-03-03T04:17:09.102Z Compiling rand_core v0.9.2
19292025-03-03T04:17:09.959Z Compiling url v2.5.3
19302025-03-03T04:17:11.486Z Compiling http-body-util v0.1.2
19312025-03-03T04:17:12.043Z Compiling dirs-sys-next v0.1.2
19322025-03-03T04:17:12.488Z Compiling encoding_rs v0.8.34
19332025-03-03T04:17:12.648Z Compiling cfg_aliases v0.2.1
19342025-03-03T04:17:12.757Z Compiling ident_case v1.0.1
19352025-03-03T04:17:12.952Z Compiling mime v0.3.17
19362025-03-03T04:17:14.007Z Compiling siphasher v0.3.11
19372025-03-03T04:17:14.383Z Compiling heck v0.4.1
19382025-03-03T04:17:14.759Z Compiling data-encoding v2.6.0
19392025-03-03T04:17:15.638Z Compiling gimli v0.31.1
19402025-03-03T04:17:22.147Z Compiling addr2line v0.24.2
19412025-03-03T04:17:23.086Z Compiling darling_core v0.20.10
19422025-03-03T04:17:23.673Z Compiling nix v0.29.0
19432025-03-03T04:17:25.101Z Compiling dirs-next v2.0.0
19442025-03-03T04:17:26.099Z Compiling rand_chacha v0.9.0
19452025-03-03T04:17:28.328Z Compiling unicode-normalization v0.1.24
19462025-03-03T04:17:29.390Z Compiling crossbeam-epoch v0.9.18
19472025-03-03T04:17:30.023Z Compiling serde_urlencoded v0.7.1
19482025-03-03T04:17:30.631Z Compiling rustls-pemfile v2.2.0
19492025-03-03T04:17:31.110Z Compiling hubpack_derive v0.1.1
19502025-03-03T04:17:31.730Z Compiling dropshot_endpoint v0.12.0
19512025-03-03T04:17:31.871Z Compiling sha1 v0.10.6
19522025-03-03T04:17:31.929Z Compiling signature v2.2.0
19532025-03-03T04:17:32.166Z Compiling zerocopy-derive v0.6.6
19542025-03-03T04:17:32.267Z Compiling curve25519-dalek-derive v0.1.1
19552025-03-03T04:17:33.612Z Compiling thread_local v1.1.8
19562025-03-03T04:17:33.857Z Compiling object v0.36.5
19572025-03-03T04:17:34.051Z Compiling fs-err v2.11.0
19582025-03-03T04:17:34.400Z Compiling ahash v0.8.11
19592025-03-03T04:17:35.341Z Compiling crc32fast v1.4.2
19602025-03-03T04:17:35.650Z Compiling winnow v0.7.3
19612025-03-03T04:17:37.808Z Compiling rustls-webpki v0.102.8
19622025-03-03T04:17:38.042Z Compiling buf-list v1.0.3
19632025-03-03T04:17:38.590Z Compiling zip v2.1.3
19642025-03-03T04:17:39.088Z Compiling unicode-properties v0.1.3
19652025-03-03T04:17:39.381Z Compiling rustc-demangle v0.1.24
19662025-03-03T04:17:39.523Z Compiling openssl-probe v0.1.5
19672025-03-03T04:17:40.329Z Compiling ipnet v2.11.0
19682025-03-03T04:17:40.507Z Compiling unicode-bidi v0.3.17
19692025-03-03T04:17:41.632Z Compiling anstyle v1.0.10
19702025-03-03T04:17:42.175Z Compiling utf8parse v0.2.2
19712025-03-03T04:17:42.292Z Compiling stringprep v0.1.5
19722025-03-03T04:17:42.362Z Compiling anstyle-parse v0.2.5
19732025-03-03T04:17:42.709Z Compiling backtrace v0.3.74
19742025-03-03T04:17:43.785Z Compiling toml_edit v0.22.24
19752025-03-03T04:17:44.854Z Compiling crossbeam-deque v0.8.5
19762025-03-03T04:17:46.859Z Compiling darling_macro v0.20.10
19772025-03-03T04:17:47.751Z Compiling rand v0.9.0
19782025-03-03T04:17:48.445Z Compiling term v0.7.0
19792025-03-03T04:17:48.992Z Compiling slog-json v2.6.1
19802025-03-03T04:17:49.692Z Compiling crossbeam-channel v0.5.13
19812025-03-03T04:17:50.475Z Compiling futures-executor v0.3.31
19822025-03-03T04:17:50.817Z Compiling num-integer v0.1.46
19832025-03-03T04:17:50.933Z Compiling md-5 v0.10.6
19842025-03-03T04:17:51.200Z Compiling hash32 v0.2.1
19852025-03-03T04:17:51.365Z Compiling ff v0.13.0
19862025-03-03T04:17:51.494Z Compiling memmap v0.7.0
19872025-03-03T04:17:51.582Z Compiling is-terminal v0.4.13
19882025-03-03T04:17:51.731Z Compiling colorchoice v1.0.2
19892025-03-03T04:17:51.776Z Compiling utf-8 v0.7.6
19902025-03-03T04:17:51.841Z Compiling take_mut v0.2.2
19912025-03-03T04:17:51.903Z Compiling is_terminal_polyfill v1.70.1
19922025-03-03T04:17:52.025Z Compiling linked-hash-map v0.5.6
19932025-03-03T04:17:52.051Z Compiling psl-types v2.0.11
19942025-03-03T04:17:52.268Z Compiling quick-error v1.2.3
19952025-03-03T04:17:52.447Z Compiling anstyle-query v1.1.1
19962025-03-03T04:17:52.633Z Compiling fallible-iterator v0.2.0
19972025-03-03T04:17:52.654Z Compiling base16ct v0.2.0
19982025-03-03T04:17:52.929Z Compiling sec1 v0.7.3
19992025-03-03T04:17:52.984Z Compiling anstream v0.6.15
20002025-03-03T04:17:53.339Z Compiling postgres-protocol v0.6.8
20012025-03-03T04:17:53.421Z Compiling publicsuffix v2.3.0
20022025-03-03T04:17:53.458Z Compiling resolv-conf v0.7.0
20032025-03-03T04:17:53.579Z Compiling lru-cache v0.1.2
20042025-03-03T04:17:53.793Z Compiling tungstenite v0.24.0
20052025-03-03T04:17:54.096Z Compiling slog-term v2.9.1
20062025-03-03T04:17:54.430Z Compiling usdt v0.5.0
20072025-03-03T04:17:54.852Z Compiling group v0.13.0
20082025-03-03T04:17:55.065Z Compiling num-iter v0.1.45
20092025-03-03T04:17:55.167Z Compiling futures v0.3.31
20102025-03-03T04:17:55.293Z Compiling tokio-rustls v0.26.0
20112025-03-03T04:17:56.715Z Compiling slog-bunyan v2.5.0
20122025-03-03T04:17:56.930Z Compiling tokio-rustls v0.25.0
20132025-03-03T04:17:57.022Z Compiling darling v0.20.10
20142025-03-03T04:17:57.155Z Compiling toml v0.8.20
20152025-03-03T04:17:57.300Z Compiling bzip2 v0.4.4
20162025-03-03T04:17:57.331Z Compiling tokio-native-tls v0.3.1
20172025-03-03T04:17:57.691Z Compiling hickory-proto v0.24.4
20182025-03-03T04:17:57.964Z Compiling flate2 v1.1.0
20192025-03-03T04:17:58.014Z Compiling strum_macros v0.25.3
20202025-03-03T04:17:58.539Z Compiling phf_shared v0.11.2
20212025-03-03T04:17:59.109Z Compiling async-stream v0.3.6
20222025-03-03T04:17:59.136Z Compiling waitgroup v0.1.2
20232025-03-03T04:17:59.369Z Compiling webpki-roots v0.26.6
20242025-03-03T04:17:59.601Z Compiling hkdf v0.12.4
20252025-03-03T04:17:59.784Z Compiling terminal_size v0.4.0
20262025-03-03T04:17:59.973Z Compiling serde_path_to_error v0.1.16
20272025-03-03T04:18:00.010Z Compiling sync_wrapper v1.0.1
20282025-03-03T04:18:00.380Z Compiling crypto-bigint v0.5.5
20292025-03-03T04:18:00.451Z Compiling serde_repr v0.1.19
20302025-03-03T04:18:00.720Z Compiling clap_derive v4.5.28
20312025-03-03T04:18:00.742Z Compiling derive-where v1.2.7
20322025-03-03T04:18:01.268Z Compiling regress v0.10.3
20332025-03-03T04:18:01.496Z Compiling hostname v0.4.0
20342025-03-03T04:18:01.516Z Compiling bitflags v1.3.2
20352025-03-03T04:18:01.640Z Compiling clap_lex v0.7.4
20362025-03-03T04:18:01.708Z Compiling bumpalo v3.16.0
20372025-03-03T04:18:02.018Z Compiling debug-ignore v1.0.5
20382025-03-03T04:18:02.142Z Compiling managed v0.8.0
20392025-03-03T04:18:02.191Z Compiling simd-adler32 v0.3.7
20402025-03-03T04:18:02.828Z Compiling lockfree-object-pool v0.1.6
20412025-03-03T04:18:02.969Z Compiling unicode-width v0.2.0
20422025-03-03T04:18:03.524Z Compiling tower-layer v0.3.3
20432025-03-03T04:18:03.979Z Compiling tower v0.5.2
20442025-03-03T04:18:04.785Z Compiling console v0.15.10
20452025-03-03T04:18:04.932Z Compiling typify-impl v0.2.0
20462025-03-03T04:18:05.382Z Compiling elliptic-curve v0.13.8
20472025-03-03T04:18:05.444Z Compiling zopfli v0.8.1
20482025-03-03T04:18:05.604Z Compiling hickory-resolver v0.24.4
20492025-03-03T04:18:06.128Z Compiling clap_builder v4.5.31
20502025-03-03T04:18:07.679Z Compiling hyper-rustls v0.27.3
20512025-03-03T04:18:10.541Z Compiling phf v0.11.2
20522025-03-03T04:18:10.825Z Compiling hyper-tls v0.6.0
20532025-03-03T04:18:11.429Z Compiling signal-hook-mio v0.2.4
20542025-03-03T04:18:11.597Z Compiling rayon v1.10.0
20552025-03-03T04:18:11.616Z Compiling cookie_store v0.21.1
20562025-03-03T04:18:12.211Z Compiling tokio-tungstenite v0.24.0
20572025-03-03T04:18:12.780Z Compiling postgres-types v0.2.9
20582025-03-03T04:18:13.287Z Compiling zerocopy v0.6.6
20592025-03-03T04:18:13.306Z Compiling ed25519 v2.2.3
20602025-03-03T04:18:13.733Z Compiling hubpack v0.1.2
20612025-03-03T04:18:14.025Z Compiling phf_shared v0.10.0
20622025-03-03T04:18:14.191Z Compiling pkcs1 v0.7.5
20632025-03-03T04:18:14.526Z Compiling tokio-stream v0.1.17
20642025-03-03T04:18:15.033Z Compiling ipnetwork v0.21.1
20652025-03-03T04:18:15.449Z Compiling rfc6979 v0.4.0
20662025-03-03T04:18:15.655Z Compiling serde-big-array v0.5.1
20672025-03-03T04:18:15.741Z Compiling float-cmp v0.10.0
20682025-03-03T04:18:15.903Z Compiling bstr v1.10.0
20692025-03-03T04:18:16.750Z Compiling precomputed-hash v0.1.1
20702025-03-03T04:18:17.014Z Compiling whoami v1.5.2
20712025-03-03T04:18:17.326Z Compiling predicates-core v1.0.8
20722025-03-03T04:18:17.540Z Compiling new_debug_unreachable v1.0.6
20732025-03-03T04:18:17.654Z Compiling normalize-line-endings v0.3.0
20742025-03-03T04:18:17.673Z Compiling difflib v0.4.0
20752025-03-03T04:18:17.813Z Compiling fixedbitset v0.4.2
20762025-03-03T04:18:18.240Z Compiling unicode-segmentation v1.12.0
20772025-03-03T04:18:18.609Z Compiling number_prefix v0.4.0
20782025-03-03T04:18:18.855Z Compiling static_assertions v1.1.0
20792025-03-03T04:18:19.096Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20802025-03-03T04:18:19.124Z Compiling similar v2.7.0
20812025-03-03T04:18:19.147Z Compiling indicatif v0.17.11
20822025-03-03T04:18:19.196Z Compiling predicates v3.1.3
20832025-03-03T04:18:20.325Z Compiling petgraph v0.6.5
20842025-03-03T04:18:20.502Z Compiling string_cache v0.8.7
20852025-03-03T04:18:20.865Z Compiling tokio-postgres v0.7.13
20862025-03-03T04:18:21.145Z Compiling ecdsa v0.16.9
20872025-03-03T04:18:21.178Z Compiling qorb v0.2.1
20882025-03-03T04:18:22.363Z Compiling rsa v0.9.6
20892025-03-03T04:18:23.795Z Compiling typify-macro v0.2.0
20902025-03-03T04:18:25.980Z Compiling ed25519-dalek v2.1.1
20912025-03-03T04:18:26.461Z Compiling reqwest v0.12.12
20922025-03-03T04:18:26.928Z Compiling crossterm v0.28.1
20932025-03-03T04:18:26.947Z Compiling clap v4.5.31
20942025-03-03T04:18:27.098Z Compiling zip v0.6.6
20952025-03-03T04:18:28.916Z Compiling toml v0.7.8
20962025-03-03T04:18:28.964Z Compiling x509-cert v0.2.5
20972025-03-03T04:18:29.741Z Compiling hex v0.4.3
20982025-03-03T04:18:30.330Z Compiling itertools v0.10.5
20992025-03-03T04:18:31.002Z Compiling unicode-xid v0.2.6
21002025-03-03T04:18:31.345Z Compiling lalrpop-util v0.19.12
21012025-03-03T04:18:31.703Z Compiling peg-runtime v0.8.3
21022025-03-03T04:18:35.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21032025-03-03T04:18:40.020Z Compiling proc-macro-crate v1.3.1
21042025-03-03T04:18:40.744Z Compiling macaddr v1.0.1
21052025-03-03T04:18:41.098Z Compiling itertools v0.13.0
21062025-03-03T04:18:42.359Z Compiling heapless v0.8.0
21072025-03-03T04:18:42.379Z Compiling fastrand v2.1.1
21082025-03-03T04:18:43.389Z Compiling tempfile v3.13.0
21092025-03-03T04:18:43.922Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21102025-03-03T04:18:48.580Z Compiling num_enum_derive v0.5.11
21112025-03-03T04:18:53.625Z Compiling structmeta-derive v0.3.0
21122025-03-03T04:18:55.126Z Compiling hash32 v0.3.1
21132025-03-03T04:18:56.199Z Compiling thiserror v2.0.11
21142025-03-03T04:18:56.371Z Compiling smoltcp v0.11.0
21152025-03-03T04:18:56.521Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21162025-03-03T04:19:01.246Z Compiling structmeta v0.3.0
21172025-03-03T04:19:02.513Z Compiling num_enum v0.5.11
21182025-03-03T04:19:02.674Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21192025-03-03T04:19:03.554Z Compiling typify v0.2.0
21202025-03-03T04:19:03.704Z Compiling oxnet v0.1.1
21212025-03-03T04:19:04.960Z Compiling strum_macros v0.26.4
21222025-03-03T04:19:06.680Z Compiling thiserror-impl v2.0.11
21232025-03-03T04:19:07.284Z Compiling proc-macro-error-attr v1.0.4
21242025-03-03T04:19:07.634Z Compiling cobs v0.2.3
21252025-03-03T04:19:08.106Z Compiling unsafe-libyaml v0.2.11
21262025-03-03T04:19:10.233Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21272025-03-03T04:19:11.011Z Compiling serde_yaml v0.9.34+deprecated
21282025-03-03T04:19:13.727Z Compiling strum v0.26.3
21292025-03-03T04:19:14.342Z Compiling postcard v1.0.10
21302025-03-03T04:19:26.070Z Compiling progenitor-impl v0.8.0
21312025-03-03T04:19:26.448Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21322025-03-03T04:19:35.870Z Compiling foreign-types-macros v0.2.3
21332025-03-03T04:19:35.935Z Compiling wait-timeout v0.2.0
21342025-03-03T04:19:35.956Z Compiling proc-macro-error v1.0.4
21352025-03-03T04:19:36.268Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21362025-03-03T04:19:36.423Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21372025-03-03T04:19:36.611Z Compiling foreign-types-shared v0.3.1
21382025-03-03T04:19:36.766Z Compiling bit-vec v0.8.0
21392025-03-03T04:19:36.864Z Compiling unicode-width v0.1.14
21402025-03-03T04:19:41.463Z Compiling tabwriter v1.4.0
21412025-03-03T04:19:42.257Z Compiling bit-set v0.8.0
21422025-03-03T04:19:42.467Z Compiling foreign-types v0.5.0
21432025-03-03T04:19:42.710Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21442025-03-03T04:19:44.269Z Compiling rusty-fork v0.3.0
21452025-03-03T04:19:47.040Z Compiling progenitor-macro v0.8.0
21462025-03-03T04:19:52.221Z Compiling parse-display-derive v0.10.0
21472025-03-03T04:19:54.882Z Compiling progenitor-client v0.8.0
21482025-03-03T04:19:57.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21492025-03-03T04:19:57.238Z Compiling daft-derive v0.1.1
21502025-03-03T04:19:57.837Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21512025-03-03T04:19:58.649Z Compiling rand_xorshift v0.3.0
21522025-03-03T04:19:58.715Z Compiling cstr-argument v0.1.2
21532025-03-03T04:19:58.969Z Compiling dropshot v0.16.0
21542025-03-03T04:19:59.016Z Compiling crucible-workspace-hack v0.1.0
21552025-03-03T04:19:59.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21562025-03-03T04:19:59.323Z Compiling unarray v0.1.4
21572025-03-03T04:19:59.353Z Compiling pretty-hex v0.2.1
21582025-03-03T04:19:59.544Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21592025-03-03T04:19:59.564Z Compiling proptest v1.6.0
21602025-03-03T04:19:59.746Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21612025-03-03T04:20:00.354Z Compiling daft v0.1.1
21622025-03-03T04:20:00.563Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21632025-03-03T04:20:00.689Z Compiling progenitor v0.8.0
21642025-03-03T04:20:00.777Z Compiling parse-display v0.10.0
21652025-03-03T04:20:00.946Z Compiling test-strategy v0.4.0
21662025-03-03T04:20:01.501Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21672025-03-03T04:20:01.714Z Compiling colored v2.2.0
21682025-03-03T04:20:02.073Z Compiling serde_with_macros v3.12.0
21692025-03-03T04:20:02.589Z Compiling dropshot_endpoint v0.16.0
21702025-03-03T04:20:03.118Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712025-03-03T04:20:03.885Z Compiling instant v0.1.13
21722025-03-03T04:20:04.016Z Compiling winnow v0.6.20
21732025-03-03T04:20:04.048Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21742025-03-03T04:20:04.394Z Compiling serde_with v3.12.0
21752025-03-03T04:20:04.427Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21762025-03-03T04:20:06.947Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21772025-03-03T04:20:07.309Z Compiling backoff v0.4.0
21782025-03-03T04:20:08.098Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21792025-03-03T04:20:08.319Z Compiling zone_cfg_derive v0.3.0
21802025-03-03T04:20:08.399Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21812025-03-03T04:20:08.538Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21822025-03-03T04:20:09.130Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21832025-03-03T04:20:09.721Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21842025-03-03T04:20:09.837Z Compiling camino-tempfile v1.1.1
21852025-03-03T04:20:10.146Z Compiling progenitor-client v0.9.1
21862025-03-03T04:20:10.584Z Compiling num-derive v0.4.2
21872025-03-03T04:20:11.099Z Compiling sigpipe v0.1.3
21882025-03-03T04:20:11.255Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21892025-03-03T04:20:11.600Z Compiling libefi-sys v0.1.0
21902025-03-03T04:20:12.015Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21912025-03-03T04:20:12.800Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21922025-03-03T04:20:14.336Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21932025-03-03T04:20:15.182Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21942025-03-03T04:20:15.672Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21952025-03-03T04:20:16.230Z Compiling zone v0.3.0
21962025-03-03T04:20:17.044Z Compiling itertools v0.14.0
21972025-03-03T04:20:19.271Z Compiling smf v0.2.3
21982025-03-03T04:20:19.512Z Compiling bitfield-struct v0.6.2
21992025-03-03T04:20:19.601Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22002025-03-03T04:20:20.045Z Compiling blake3 v1.5.4
22012025-03-03T04:20:20.814Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22022025-03-03T04:20:21.069Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22032025-03-03T04:20:21.374Z Compiling xattr v1.3.1
22042025-03-03T04:20:21.456Z Compiling filetime v0.2.25
22052025-03-03T04:20:21.719Z Compiling memmap2 v0.9.5
22062025-03-03T04:20:21.799Z Compiling arrayref v0.3.9
22072025-03-03T04:20:21.823Z Compiling same-file v1.0.6
22082025-03-03T04:20:21.928Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22092025-03-03T04:20:22.072Z Compiling arrayvec v0.7.6
22102025-03-03T04:20:22.128Z Compiling constant_time_eq v0.3.1
22112025-03-03T04:20:22.177Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22122025-03-03T04:20:22.305Z Compiling walkdir v2.5.0
22132025-03-03T04:20:22.330Z Compiling tar v0.4.44
22142025-03-03T04:20:23.902Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22152025-03-03T04:20:24.329Z Compiling gethostname v0.5.0
22162025-03-03T04:20:24.553Z Compiling cargo-platform v0.1.8
22172025-03-03T04:20:24.794Z Compiling fixedbitset v0.5.7
22182025-03-03T04:20:25.029Z Compiling topological-sort v0.2.2
22192025-03-03T04:20:25.330Z Compiling omicron-zone-package v0.12.0
22202025-03-03T04:20:25.615Z Compiling petgraph v0.7.1
22212025-03-03T04:20:25.946Z Compiling cargo_metadata v0.19.1
22222025-03-03T04:20:26.357Z Compiling shell-words v1.1.0
22232025-03-03T04:20:26.868Z Compiling indent_write v2.2.0
22242025-03-03T04:20:33.641Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22252025-03-03T04:20:35.258Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22262025-03-03T04:20:40.893Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22272025-03-03T04:20:55.104Z Finished `release` profile [optimized] target(s) in 5m 17s
22282025-03-03T04:20:55.282Z Running `target/release/omicron-package -t test target create -p dev`
22292025-03-03T04:20:55.332ZLogging to: /work/oxidecomputer/omicron/out/LOG
22302025-03-03T04:20:55.335ZCreated new build target 'test' and set it as active
22312025-03-03T04:20:55.336Z
22322025-03-03T04:20:55.336Zreal 5:17.460607948
22332025-03-03T04:20:55.336Zuser 36:47.574740323
22342025-03-03T04:20:55.336Zsys 3:31.735419714
22352025-03-03T04:20:55.336Ztrap 1.167117570
22362025-03-03T04:20:55.336Ztflt 1.774255644
22372025-03-03T04:20:55.336Zdflt 0.930147719
22382025-03-03T04:20:55.336Zkflt 0.000188721
22392025-03-03T04:20:55.336Zlock 1:12:40.965628118
22402025-03-03T04:20:55.336Zslp 2:28:49.815374499
22412025-03-03T04:20:55.336Zlat 2:45.860674798
22422025-03-03T04:20:55.336Zstop 5:04.649707859
22432025-03-03T04:20:55.336Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22442025-03-03T04:20:56.343Z Finished `release` profile [optimized] target(s) in 0.95s
22452025-03-03T04:20:56.408Z Running `target/release/omicron-package -t test package`
22462025-03-03T04:20:56.457ZLogging to: /work/oxidecomputer/omicron/out/LOG
22472025-03-03T04:20:57.661Z Compiling ring v0.17.11
22482025-03-03T04:20:57.849Z Compiling thiserror v2.0.11
22492025-03-03T04:20:57.864Z Compiling typify-impl v0.3.0
22502025-03-03T04:20:57.881Z Compiling convert_case v0.4.0
22512025-03-03T04:20:57.884Z Compiling fastrand v2.1.1
22522025-03-03T04:20:57.884Z Compiling newline-converter v0.3.0
22532025-03-03T04:20:57.884Z Compiling password-hash v0.5.0
22542025-03-03T04:20:58.096Z Compiling expectorate v1.1.0
22552025-03-03T04:20:58.315Z Compiling tempfile v3.13.0
22562025-03-03T04:20:58.370Z Compiling blake2 v0.10.6
22572025-03-03T04:20:58.490Z Compiling derive_more v0.99.19
22582025-03-03T04:20:58.972Z Compiling base64 v0.21.7
22592025-03-03T04:20:59.498Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22602025-03-03T04:21:00.057Z Compiling argon2 v0.5.3
22612025-03-03T04:21:00.060Z Compiling atomicwrites v0.4.4
22622025-03-03T04:21:00.216Z Compiling cancel-safe-futures v0.1.5
22632025-03-03T04:21:00.580Z Compiling owo-colors v4.2.0
22642025-03-03T04:21:00.628Z Compiling num-rational v0.4.2
22652025-03-03T04:21:01.190Z Compiling libsw-core v0.3.1
22662025-03-03T04:21:01.451Z Compiling num-complex v0.4.6
22672025-03-03T04:21:02.207Z Compiling libsw v3.4.0
22682025-03-03T04:21:02.494Z Compiling num v0.4.3
22692025-03-03T04:21:02.874Z Compiling rustls v0.23.19
22702025-03-03T04:21:02.905Z Compiling rustls v0.22.4
22712025-03-03T04:21:02.934Z Compiling swrite v0.1.0
22722025-03-03T04:21:03.089Z Compiling float-ord v0.3.2
22732025-03-03T04:21:03.267Z Compiling linear-map v1.2.0
22742025-03-03T04:21:03.270Z Compiling highway v1.3.0
22752025-03-03T04:21:03.704Z Compiling tungstenite v0.21.0
22762025-03-03T04:21:03.800Z Compiling semver v0.1.20
22772025-03-03T04:21:04.286Z Compiling rustc_version v0.1.7
22782025-03-03T04:21:04.695Z Compiling newtype_derive v0.1.6
22792025-03-03T04:21:04.878Z Compiling ipnetwork v0.21.1
22802025-03-03T04:21:04.985Z Compiling tokio-tungstenite v0.21.0
22812025-03-03T04:21:05.025Z Compiling wait-timeout v0.2.0
22822025-03-03T04:21:05.454Z Compiling rustls-webpki v0.102.8
22832025-03-03T04:21:05.594Z Compiling bit-vec v0.8.0
22842025-03-03T04:21:05.631Z Compiling oxnet v0.1.1
22852025-03-03T04:21:06.050Z Compiling bit-set v0.8.0
22862025-03-03T04:21:06.271Z Compiling rusty-fork v0.3.0
22872025-03-03T04:21:06.896Z Compiling rand_xorshift v0.3.0
22882025-03-03T04:21:07.061Z Compiling humantime v2.1.0
22892025-03-03T04:21:07.151Z Compiling unarray v0.1.4
22902025-03-03T04:21:07.340Z Compiling proptest v1.6.0
22912025-03-03T04:21:07.763Z Compiling typify-macro v0.3.0
22922025-03-03T04:21:08.043Z Compiling daft v0.1.1
22932025-03-03T04:21:08.542Z Compiling parse-display v0.10.0
22942025-03-03T04:21:08.704Z Compiling dropshot v0.16.0
22952025-03-03T04:21:08.767Z Compiling strum v0.26.3
22962025-03-03T04:21:08.961Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22972025-03-03T04:21:08.998Z Compiling instant v0.1.13
22982025-03-03T04:21:09.144Z Compiling backoff v0.4.0
22992025-03-03T04:21:09.177Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23002025-03-03T04:21:09.502Z Compiling steno v0.4.1
23012025-03-03T04:21:09.633Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23022025-03-03T04:21:10.859Z Compiling tokio-rustls v0.25.0
23032025-03-03T04:21:11.276Z Compiling dropshot v0.12.0
23042025-03-03T04:21:13.494Z Compiling tokio-rustls v0.26.0
23052025-03-03T04:21:13.971Z Compiling hyper-rustls v0.27.3
23062025-03-03T04:21:14.534Z Compiling reqwest v0.12.12
23072025-03-03T04:21:14.669Z Compiling typify v0.3.0
23082025-03-03T04:21:17.636Z Compiling qorb v0.2.1
23092025-03-03T04:21:18.752Z Compiling progenitor-impl v0.9.1
23102025-03-03T04:21:23.347Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112025-03-03T04:21:24.560Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122025-03-03T04:21:29.739Z Compiling progenitor-client v0.9.1
23132025-03-03T04:21:47.592Z Compiling progenitor-client v0.8.0
23142025-03-03T04:21:48.474Z Compiling progenitor v0.8.0
23152025-03-03T04:21:48.707Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23162025-03-03T04:21:53.934Z Compiling progenitor-macro v0.9.1
23172025-03-03T04:21:55.297Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182025-03-03T04:21:57.482Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23192025-03-03T04:21:59.458Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23202025-03-03T04:21:59.717Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23212025-03-03T04:22:00.634Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23222025-03-03T04:22:01.629Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23232025-03-03T04:22:02.555Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23242025-03-03T04:22:02.771Z Compiling serde_with v3.12.0
23252025-03-03T04:22:04.050Z Compiling progenitor v0.9.1
23262025-03-03T04:22:04.296Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23272025-03-03T04:22:06.373Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23282025-03-03T04:22:07.319Z Compiling macaddr v1.0.1
23292025-03-03T04:22:07.681Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23302025-03-03T04:22:07.805Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312025-03-03T04:22:07.964Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23322025-03-03T04:22:08.522Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23332025-03-03T04:22:08.968Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23342025-03-03T04:22:17.590Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23352025-03-03T04:22:18.040Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23362025-03-03T04:22:19.886Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23372025-03-03T04:22:21.958Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23382025-03-03T04:22:22.661Z Compiling slog-dtrace v0.3.0
23392025-03-03T04:22:26.159Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23402025-03-03T04:22:27.800Z Compiling prettyplease v0.2.29
23412025-03-03T04:22:29.649Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23422025-03-03T04:22:32.653Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23432025-03-03T04:22:32.887Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23442025-03-03T04:22:33.686Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23452025-03-03T04:22:34.014Z Compiling half v2.4.1
23462025-03-03T04:22:34.682Z Compiling ciborium-io v0.2.2
23472025-03-03T04:22:34.849Z Compiling ciborium-ll v0.2.2
23482025-03-03T04:22:35.320Z Compiling bytecount v0.6.8
23492025-03-03T04:22:35.665Z Compiling ciborium v0.2.2
23502025-03-03T04:22:37.273Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23512025-03-03T04:22:37.379Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23522025-03-03T04:22:37.722Z Compiling display-error-chain v0.2.2
23532025-03-03T04:22:37.831Z Compiling const_format_proc_macros v0.2.34
23542025-03-03T04:22:37.964Z Compiling same-file v1.0.6
23552025-03-03T04:22:38.231Z Compiling maplit v1.0.2
23562025-03-03T04:22:38.382Z Compiling crunchy v0.2.2
23572025-03-03T04:22:38.851Z Compiling keccak v0.1.5
23582025-03-03T04:22:39.564Z Compiling const_format v0.2.34
23592025-03-03T04:22:39.975Z Compiling sha3 v0.10.8
23602025-03-03T04:22:40.824Z Compiling walkdir v2.5.0
23612025-03-03T04:22:40.843Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23622025-03-03T04:22:41.415Z Compiling radium v0.7.0
23632025-03-03T04:22:41.896Z Compiling tiny-keccak v2.0.2
23642025-03-03T04:22:42.321Z Compiling blake3 v1.5.4
23652025-03-03T04:22:43.015Z Compiling dsl_auto_type v0.1.2
23662025-03-03T04:22:43.118Z Compiling scheduled-thread-pool v0.2.7
23672025-03-03T04:22:43.467Z Compiling xattr v1.3.1
23682025-03-03T04:22:43.754Z Compiling diesel_table_macro_syntax v0.2.0
23692025-03-03T04:22:44.126Z Compiling filetime v0.2.25
23702025-03-03T04:22:44.241Z Compiling memmap2 v0.9.5
23712025-03-03T04:22:44.429Z Compiling maybe-uninit v2.0.0
23722025-03-03T04:22:44.447Z Compiling tap v1.0.1
23732025-03-03T04:22:44.638Z Compiling arrayvec v0.7.6
23742025-03-03T04:22:44.659Z Compiling constant_time_eq v0.3.1
23752025-03-03T04:22:44.835Z Compiling bit-vec v0.6.3
23762025-03-03T04:22:44.897Z Compiling arrayref v0.3.9
23772025-03-03T04:22:45.103Z Compiling wyz v0.5.1
23782025-03-03T04:22:45.248Z Compiling bit-set v0.5.3
23792025-03-03T04:22:45.540Z Compiling tar v0.4.44
23802025-03-03T04:22:45.565Z Compiling diesel_derives v2.2.3
23812025-03-03T04:22:45.908Z Compiling r2d2 v0.8.10
23822025-03-03T04:22:46.427Z Compiling toolchain_find v0.4.0
23832025-03-03T04:22:46.894Z Compiling camino-tempfile v1.1.1
23842025-03-03T04:22:46.945Z Compiling phf_generator v0.11.2
23852025-03-03T04:22:47.161Z Compiling ascii-canvas v3.0.0
23862025-03-03T04:22:47.244Z Compiling secrecy v0.8.0
23872025-03-03T04:22:47.304Z Compiling ena v0.14.3
23882025-03-03T04:22:47.525Z Compiling async-recursion v1.1.1
23892025-03-03T04:22:47.607Z Compiling regex-syntax v0.6.29
23902025-03-03T04:22:47.734Z Compiling crc-catalog v2.4.0
23912025-03-03T04:22:47.918Z Compiling diff v0.1.13
23922025-03-03T04:22:48.404Z Compiling funty v2.0.0
23932025-03-03T04:22:48.858Z Compiling bindgen v0.71.1
23942025-03-03T04:22:49.099Z Compiling topological-sort v0.2.2
23952025-03-03T04:22:49.237Z Compiling packed_struct v0.10.1
23962025-03-03T04:22:49.339Z Compiling omicron-zone-package v0.12.0
23972025-03-03T04:22:49.366Z Compiling bitvec v1.0.1
23982025-03-03T04:22:49.681Z Compiling crc v3.2.1
23992025-03-03T04:22:51.148Z Compiling lalrpop v0.19.12
24002025-03-03T04:22:51.754Z Compiling phf_codegen v0.11.2
24012025-03-03T04:22:51.999Z Compiling rustfmt-wrapper v0.2.1
24022025-03-03T04:22:52.401Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24032025-03-03T04:22:52.846Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24042025-03-03T04:22:53.086Z Compiling universal-hash v0.5.1
24052025-03-03T04:22:53.359Z Compiling packed_struct_codegen v0.10.1
24062025-03-03T04:22:53.447Z Compiling thiserror-impl-no-std v2.0.2
24072025-03-03T04:22:53.773Z Compiling parse-zoneinfo v0.3.1
24082025-03-03T04:22:54.040Z Compiling indexmap v1.9.3
24092025-03-03T04:22:54.403Z Compiling opaque-debug v0.3.1
24102025-03-03T04:22:54.528Z Compiling rustc-hash v2.1.1
24112025-03-03T04:22:54.743Z Compiling nodrop v0.1.14
24122025-03-03T04:22:54.888Z Compiling ref-cast v1.0.23
24132025-03-03T04:22:55.095Z Compiling array-init v0.0.4
24142025-03-03T04:22:55.733Z Compiling thiserror-no-std v2.0.2
24152025-03-03T04:22:55.796Z Compiling diesel v2.2.7
24162025-03-03T04:22:55.892Z Compiling poly1305 v0.8.0
24172025-03-03T04:22:56.002Z Compiling chrono-tz-build v0.4.0
24182025-03-03T04:22:56.969Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24192025-03-03T04:22:57.368Z Compiling smallvec v0.6.14
24202025-03-03T04:22:57.866Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24212025-03-03T04:22:58.227Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24222025-03-03T04:22:58.553Z Compiling itertools v0.13.0
24232025-03-03T04:22:59.649Z Compiling derive_builder_core v0.20.2
24242025-03-03T04:23:01.572Z Compiling chacha20 v0.9.1
24252025-03-03T04:23:01.981Z Compiling headers-core v0.3.0
24262025-03-03T04:23:02.059Z Compiling aead v0.5.2
24272025-03-03T04:23:02.178Z Compiling libxml v0.3.3
24282025-03-03T04:23:02.424Z Compiling ref-cast-impl v1.0.23
24292025-03-03T04:23:02.573Z Compiling vte_generate_state_changes v0.1.2
24302025-03-03T04:23:03.198Z Compiling bitfield v0.14.0
24312025-03-03T04:23:03.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24322025-03-03T04:23:03.520Z Compiling hashbrown v0.12.3
24332025-03-03T04:23:03.844Z Compiling termcolor v1.4.1
24342025-03-03T04:23:04.834Z Compiling arc-swap v1.7.1
24352025-03-03T04:23:05.497Z Compiling slog-scope v4.4.0
24362025-03-03T04:23:06.001Z Compiling env_logger v0.10.2
24372025-03-03T04:23:06.463Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24382025-03-03T04:23:07.870Z Compiling samael v0.0.18
24392025-03-03T04:23:07.944Z Compiling vte v0.11.1
24402025-03-03T04:23:08.982Z Compiling chacha20poly1305 v0.10.1
24412025-03-03T04:23:09.229Z Compiling headers v0.4.0
24422025-03-03T04:23:09.321Z Compiling derive_builder_macro v0.20.2
24432025-03-03T04:23:09.462Z Compiling serde-hex v0.1.0
24442025-03-03T04:23:10.170Z Compiling chrono-tz v0.10.1
24452025-03-03T04:23:10.823Z Compiling vsss-rs v3.3.4
24462025-03-03T04:23:12.737Z Compiling polar-core v0.27.3
24472025-03-03T04:23:12.758Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24482025-03-03T04:23:14.381Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24492025-03-03T04:23:14.716Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24502025-03-03T04:23:14.735Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24512025-03-03T04:23:15.551Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24522025-03-03T04:23:15.887Z Compiling ron v0.8.1
24532025-03-03T04:23:17.281Z Compiling hashbrown v0.13.2
24542025-03-03T04:23:18.706Z Compiling strum_macros v0.24.3
24552025-03-03T04:23:19.015Z Compiling unicase v2.7.0
24562025-03-03T04:23:19.368Z Compiling crc-any v2.5.0
24572025-03-03T04:23:20.292Z Compiling indoc v1.0.9
24582025-03-03T04:23:21.099Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24592025-03-03T04:23:21.566Z Compiling object v0.30.4
24602025-03-03T04:23:21.586Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24612025-03-03T04:23:35.196Z Compiling derive_builder v0.20.2
24622025-03-03T04:23:38.077Z Compiling strip-ansi-escapes v0.2.0
24632025-03-03T04:23:39.367Z Compiling slog-stdlog v4.1.1
24642025-03-03T04:23:40.147Z Compiling papergrid v0.11.0
24652025-03-03T04:23:41.247Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24662025-03-03T04:23:41.597Z Compiling tabled_derive v0.7.0
24672025-03-03T04:23:42.804Z Compiling fd-lock v4.0.2
24682025-03-03T04:23:43.066Z Compiling peg-macros v0.8.4
24692025-03-03T04:23:43.584Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24702025-03-03T04:23:44.541Z Compiling oso-derive v0.27.3
24712025-03-03T04:23:45.490Z Compiling impl-trait-for-tuples v0.2.2
24722025-03-03T04:23:46.072Z Compiling quick-xml v0.37.2
24732025-03-03T04:23:51.170Z Compiling diesel-dtrace v0.4.2
24742025-03-03T04:23:51.513Z Compiling path-slash v0.1.5
24752025-03-03T04:23:51.846Z Compiling nu-ansi-term v0.50.1
24762025-03-03T04:23:51.993Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24772025-03-03T04:23:53.097Z Compiling reedline v0.38.0
24782025-03-03T04:23:53.828Z Compiling oso v0.27.3
24792025-03-03T04:24:05.983Z Compiling peg v0.8.4
24802025-03-03T04:24:06.157Z Compiling tabled v0.15.0
24812025-03-03T04:24:07.019Z Compiling slog-envlogger v2.2.0
24822025-03-03T04:24:09.698Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24832025-03-03T04:24:11.477Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24842025-03-03T04:24:12.990Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24852025-03-03T04:24:13.351Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24862025-03-03T04:24:16.654Z Compiling pem v3.0.5
24872025-03-03T04:24:18.125Z Compiling bb8 v0.8.5
24882025-03-03T04:24:18.719Z Compiling bcs v0.1.6
24892025-03-03T04:24:19.565Z Compiling fxhash v0.2.1
24902025-03-03T04:24:19.827Z Compiling libz-sys v1.1.20
24912025-03-03T04:24:20.496Z Compiling termtree v0.5.1
24922025-03-03T04:24:20.927Z Compiling async-bb8-diesel v0.2.1
24932025-03-03T04:24:23.272Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24942025-03-03T04:24:23.569Z Compiling kstat-rs v0.2.4
24952025-03-03T04:24:24.309Z Compiling proc-macro-error-attr2 v2.0.0
24962025-03-03T04:24:24.450Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24972025-03-03T04:24:25.081Z Compiling proc-macro-error2 v2.0.1
24982025-03-03T04:24:25.631Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24992025-03-03T04:24:25.840Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25002025-03-03T04:24:26.301Z Compiling nanorand v0.7.0
25012025-03-03T04:24:26.965Z Compiling libgit2-sys v0.17.0+1.8.1
25022025-03-03T04:24:27.735Z Compiling pin-project-internal v1.1.6
25032025-03-03T04:24:30.224Z Compiling parking_lot_core v0.8.6
25042025-03-03T04:24:30.706Z Compiling pin-project v1.1.6
25052025-03-03T04:24:38.525Z Compiling flume v0.11.1
25062025-03-03T04:24:39.258Z Compiling mime_guess v2.0.5
25072025-03-03T04:24:39.443Z Compiling tabled_derive v0.10.0
25082025-03-03T04:24:40.676Z Compiling papergrid v0.14.0
25092025-03-03T04:24:41.757Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25102025-03-03T04:24:43.969Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
25112025-03-03T04:24:45.906Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25122025-03-03T04:24:49.006Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25132025-03-03T04:24:50.858Z Compiling snafu-derive v0.8.5
25142025-03-03T04:24:52.099Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25152025-03-03T04:24:52.545Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25162025-03-03T04:24:53.341Z Compiling tabled v0.18.0
25172025-03-03T04:24:54.932Z Compiling snafu v0.8.5
25182025-03-03T04:24:57.452Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25192025-03-03T04:25:03.132Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25202025-03-03T04:25:09.083Z Compiling globset v0.4.15
25212025-03-03T04:25:12.753Z Compiling olpc-cjson v0.1.4
25222025-03-03T04:25:13.045Z Compiling castaway v0.2.3
25232025-03-03T04:25:13.264Z Compiling vergen v8.3.2
25242025-03-03T04:25:13.633Z Compiling nibble_vec v0.1.0
25252025-03-03T04:25:13.911Z Compiling serde_plain v1.0.2
25262025-03-03T04:25:14.452Z Compiling cargo-platform v0.1.8
25272025-03-03T04:25:14.907Z Compiling atty v0.2.14
25282025-03-03T04:25:14.927Z Compiling endian-type v0.1.2
25292025-03-03T04:25:15.076Z Compiling salty v0.3.0
25302025-03-03T04:25:15.171Z Compiling typed-path v0.9.3
25312025-03-03T04:25:15.497Z Compiling io-lifetimes v1.0.11
25322025-03-03T04:25:16.080Z Compiling http-range v0.1.5
25332025-03-03T04:25:17.206Z Compiling radix_trie v0.2.1
25342025-03-03T04:25:18.129Z Compiling tough v0.19.0
25352025-03-03T04:25:20.361Z Compiling git2 v0.19.0
25362025-03-03T04:25:20.439Z Compiling cargo_metadata v0.18.1
25372025-03-03T04:25:22.023Z Compiling compact_str v0.8.0
25382025-03-03T04:25:23.200Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25392025-03-03T04:25:26.873Z Compiling parking_lot v0.11.2
25402025-03-03T04:25:28.853Z Compiling unicode-truncate v1.1.0
25412025-03-03T04:25:29.168Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25422025-03-03T04:25:30.108Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25432025-03-03T04:25:30.136Z Compiling lru v0.12.5
25442025-03-03T04:25:30.500Z Compiling rand_seeder v0.3.0
25452025-03-03T04:25:30.922Z Compiling lzma-sys v0.1.20
25462025-03-03T04:25:31.640Z Compiling instability v0.3.2
25472025-03-03T04:25:32.625Z Compiling indoc v2.0.5
25482025-03-03T04:25:33.502Z Compiling cassowary v0.3.0
25492025-03-03T04:25:33.835Z Compiling rustls v0.21.12
25502025-03-03T04:25:34.212Z Compiling parse-size v1.1.0
25512025-03-03T04:25:34.528Z Compiling rustix v0.37.28
25522025-03-03T04:25:34.548Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25532025-03-03T04:25:35.467Z Compiling ratatui v0.29.0
25542025-03-03T04:25:36.870Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25552025-03-03T04:25:37.067Z Compiling hyper-staticfile v0.10.1
25562025-03-03T04:25:37.121Z Compiling sled v0.34.7
25572025-03-03T04:25:37.792Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25582025-03-03T04:25:41.027Z Compiling hickory-client v0.24.4
25592025-03-03T04:25:44.267Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25602025-03-03T04:25:45.454Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25612025-03-03T04:25:45.568Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25622025-03-03T04:25:49.741Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25632025-03-03T04:25:50.082Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25642025-03-03T04:25:50.785Z Compiling rustls-webpki v0.101.7
25652025-03-03T04:25:51.612Z Compiling sct v0.7.1
25662025-03-03T04:25:52.070Z Compiling hickory-server v0.24.4
25672025-03-03T04:25:54.606Z Compiling primeorder v0.13.6
25682025-03-03T04:25:54.874Z Compiling heck v0.3.3
25692025-03-03T04:25:55.144Z Compiling env_filter v0.1.2
25702025-03-03T04:25:55.207Z Compiling csv-core v0.1.11
25712025-03-03T04:25:55.292Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25722025-03-03T04:25:55.743Z Compiling csv v1.3.1
25732025-03-03T04:25:56.099Z Compiling env_logger v0.11.5
25742025-03-03T04:25:56.669Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25752025-03-03T04:25:57.555Z Compiling zone_cfg_derive v0.1.2
25762025-03-03T04:25:57.895Z Compiling p384 v0.13.0
25772025-03-03T04:26:03.119Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25782025-03-03T04:26:04.477Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25792025-03-03T04:26:04.790Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25802025-03-03T04:26:05.377Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25812025-03-03T04:26:05.545Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25822025-03-03T04:26:05.806Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25832025-03-03T04:26:06.035Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25842025-03-03T04:26:06.160Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25852025-03-03T04:26:06.373Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25862025-03-03T04:26:06.558Z Compiling nix v0.27.1
25872025-03-03T04:26:06.692Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25882025-03-03T04:26:07.378Z Compiling tungstenite v0.23.0
25892025-03-03T04:26:09.178Z Compiling base64 v0.13.1
25902025-03-03T04:26:09.971Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25912025-03-03T04:26:10.358Z Compiling ron v0.7.1
25922025-03-03T04:26:11.744Z Compiling tokio-tungstenite v0.23.1
25932025-03-03T04:26:12.324Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25942025-03-03T04:26:13.024Z Compiling xz2 v0.1.7
25952025-03-03T04:26:13.623Z Compiling terminal_size v0.2.6
25962025-03-03T04:26:13.840Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25972025-03-03T04:26:15.472Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25982025-03-03T04:26:20.176Z Compiling tokio-rustls v0.24.1
25992025-03-03T04:26:20.715Z Compiling zone v0.1.8
26002025-03-03T04:26:21.973Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26012025-03-03T04:26:23.502Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26022025-03-03T04:26:23.982Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26032025-03-03T04:26:24.007Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26042025-03-03T04:26:24.251Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26052025-03-03T04:26:25.215Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
26062025-03-03T04:26:25.229Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
26072025-03-03T04:26:25.229Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26082025-03-03T04:26:27.980Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092025-03-03T04:26:29.036Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26102025-03-03T04:26:29.408Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26112025-03-03T04:26:31.430Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26122025-03-03T04:26:32.594Z Compiling rustls-pemfile v1.0.4
26132025-03-03T04:26:33.455Z Compiling signal-hook-tokio v0.3.1
26142025-03-03T04:26:33.700Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26152025-03-03T04:26:34.204Z Compiling twox-hash v2.1.0
26162025-03-03T04:26:35.016Z Compiling yasna v0.5.2
26172025-03-03T04:26:35.259Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26182025-03-03T04:26:37.227Z Compiling glob v0.3.2
26192025-03-03T04:26:37.266Z Compiling smawk v0.3.2
26202025-03-03T04:26:37.573Z Compiling unicode-linebreak v0.1.5
26212025-03-03T04:26:37.788Z Compiling is_ci v1.2.0
26222025-03-03T04:26:38.116Z Compiling textwrap v0.16.1
26232025-03-03T04:26:38.161Z Compiling supports-color v3.0.2
26242025-03-03T04:26:38.376Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26252025-03-03T04:26:38.609Z Compiling rcgen v0.12.1
26262025-03-03T04:26:39.307Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26272025-03-03T04:26:42.395Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26282025-03-03T04:26:44.321Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26292025-03-03T04:26:45.323Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26302025-03-03T04:26:49.123Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26312025-03-03T04:26:52.197Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26322025-03-03T04:26:53.906Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26332025-03-03T04:27:07.002Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26342025-03-03T04:27:07.638Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26352025-03-03T04:27:11.596Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26362025-03-03T04:27:12.644Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26372025-03-03T04:27:17.565Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26382025-03-03T04:27:19.388Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26392025-03-03T04:27:19.930Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26402025-03-03T04:27:29.605Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26412025-03-03T04:27:31.363Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26422025-03-03T04:27:32.120Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26432025-03-03T04:27:33.994Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26442025-03-03T04:27:34.323Z Compiling fatfs v0.3.6
26452025-03-03T04:27:35.906Z Compiling rtoolbox v0.0.2
26462025-03-03T04:27:36.340Z Compiling subprocess v0.2.9
26472025-03-03T04:27:36.871Z Compiling assert_matches v1.5.0
26482025-03-03T04:27:36.968Z Compiling rpassword v7.3.1
26492025-03-03T04:27:37.426Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26502025-03-03T04:27:38.369Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26512025-03-03T04:27:40.830Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26522025-03-03T04:27:44.920Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26532025-03-03T04:27:51.657Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26542025-03-03T04:27:55.090Z Compiling tui-tree-widget v0.23.0
26552025-03-03T04:27:55.548Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26562025-03-03T04:28:08.525Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26572025-03-03T04:28:08.880Z Compiling uzers v0.12.1
26582025-03-03T04:28:11.931Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26592025-03-03T04:28:12.513Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26602025-03-03T04:28:14.432Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26612025-03-03T04:28:27.827Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26622025-03-03T04:28:38.464Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26632025-03-03T04:28:39.770Z Compiling multimap v0.10.0
26642025-03-03T04:30:56.251Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26652025-03-03T04:38:16.313Z Finished `release` profile [optimized] target(s) in 17m 19s
26662025-03-03T04:39:23.881Z
26672025-03-03T04:39:23.884Zreal 18:28.246597694
26682025-03-03T04:39:23.884Zuser 2:08:01.916355245
26692025-03-03T04:39:23.884Zsys 3:31.059687097
26702025-03-03T04:39:23.884Ztrap 3.151831938
26712025-03-03T04:39:23.884Ztflt 1.632947858
26722025-03-03T04:39:23.884Zdflt 5.072953068
26732025-03-03T04:39:23.884Zkflt 0.003177364
26742025-03-03T04:39:23.884Zlock 7:46:17.882161794
26752025-03-03T04:39:23.884Zslp 6:38:12.013916769
26762025-03-03T04:39:23.884Zlat 3:34.821046085
26772025-03-03T04:39:23.884Zstop 2:58.722934959
26782025-03-03T04:39:23.884Z+ mapfile -t packages
26792025-03-03T04:39:23.884Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26802025-03-03T04:39:24.978Z Compiling ring v0.17.11
26812025-03-03T04:39:26.756Z Compiling rustls v0.22.4
26822025-03-03T04:39:26.798Z Compiling rustls v0.23.19
26832025-03-03T04:39:28.355Z Compiling rustls-webpki v0.102.8
26842025-03-03T04:39:32.225Z Compiling tokio-rustls v0.25.0
26852025-03-03T04:39:32.656Z Compiling dropshot v0.12.0
26862025-03-03T04:39:34.224Z Compiling tokio-rustls v0.26.0
26872025-03-03T04:39:34.686Z Compiling hyper-rustls v0.27.3
26882025-03-03T04:39:35.245Z Compiling reqwest v0.12.12
26892025-03-03T04:39:37.301Z Compiling qorb v0.2.1
26902025-03-03T04:39:37.936Z Compiling dropshot v0.16.0
26912025-03-03T04:39:43.651Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26922025-03-03T04:39:44.224Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932025-03-03T04:39:44.983Z Compiling progenitor-client v0.8.0
26942025-03-03T04:39:46.046Z Compiling progenitor v0.8.0
26952025-03-03T04:39:46.305Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26962025-03-03T04:39:46.914Z Compiling progenitor-client v0.9.1
26972025-03-03T04:39:47.882Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26982025-03-03T04:39:50.521Z Compiling omicron-zone-package v0.12.0
26992025-03-03T04:40:03.825Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27002025-03-03T04:40:13.179Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27012025-03-03T04:40:17.319Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27022025-03-03T04:40:18.131Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27032025-03-03T04:40:21.568Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27042025-03-03T04:40:35.881Z Finished `release` profile [optimized] target(s) in 1m 11s
27052025-03-03T04:40:36.056Z Running `target/release/omicron-package -t test list-outputs`
27062025-03-03T04:40:36.108ZLogging to: /work/oxidecomputer/omicron/out/LOG
27072025-03-03T04:40:36.111Z+ ptime -m cargo build --locked --release -p xtask
27082025-03-03T04:40:36.704Z Compiling serde v1.0.218
27092025-03-03T04:40:36.708Z Compiling libc v0.2.170
27102025-03-03T04:40:36.708Z Compiling serde_json v1.0.139
27112025-03-03T04:40:36.708Z Compiling rustix v0.38.37
27122025-03-03T04:40:37.088Z Compiling syn v2.0.98
27132025-03-03T04:40:37.095Z Compiling bitflags v2.6.0
27142025-03-03T04:40:37.150Z Compiling usdt-impl v0.5.0
27152025-03-03T04:40:37.232Z Compiling syn v1.0.109
27162025-03-03T04:40:37.328Z Compiling log v0.4.22
27172025-03-03T04:40:37.368Z Compiling hashbrown v0.15.1
27182025-03-03T04:40:37.595Z Compiling fs-err v2.11.0
27192025-03-03T04:40:37.771Z Compiling anyhow v1.0.96
27202025-03-03T04:40:37.957Z Compiling once_cell v1.20.3
27212025-03-03T04:40:38.155Z Compiling thread-id v4.2.2
27222025-03-03T04:40:38.554Z Compiling indexmap v2.7.1
27232025-03-03T04:40:39.674Z Compiling terminal_size v0.4.0
27242025-03-03T04:40:39.674Z Compiling tempfile v3.13.0
27252025-03-03T04:40:39.923Z Compiling clap_builder v4.5.31
27262025-03-03T04:40:40.470Z Compiling proc-macro-error v1.0.4
27272025-03-03T04:40:41.292Z Compiling tabled_derive v0.7.0
27282025-03-03T04:40:42.390Z Compiling tabled v0.15.0
27292025-03-03T04:40:42.939Z Compiling serde_derive v1.0.218
27302025-03-03T04:40:42.942Z Compiling thiserror-impl v1.0.69
27312025-03-03T04:40:42.942Z Compiling zerocopy-derive v0.7.35
27322025-03-03T04:40:42.942Z Compiling scroll_derive v0.12.0
27332025-03-03T04:40:42.942Z Compiling thiserror-impl v2.0.11
27342025-03-03T04:40:44.351Z Compiling scroll v0.12.0
27352025-03-03T04:40:44.687Z Compiling zerocopy v0.7.35
27362025-03-03T04:40:44.999Z Compiling goblin v0.8.2
27372025-03-03T04:40:45.643Z Compiling thiserror v1.0.69
27382025-03-03T04:40:45.789Z Compiling pest v2.7.14
27392025-03-03T04:40:47.336Z Compiling thiserror v2.0.11
27402025-03-03T04:40:47.540Z Compiling clap_derive v4.5.28
27412025-03-03T04:40:48.744Z Compiling pest_meta v2.7.14
27422025-03-03T04:40:51.732Z Compiling pest_generator v2.7.14
27432025-03-03T04:40:52.159Z Compiling clap v4.5.31
27442025-03-03T04:40:53.361Z Compiling pest_derive v2.7.14
27452025-03-03T04:40:54.178Z Compiling dtrace-parser v0.2.0
27462025-03-03T04:40:55.705Z Compiling toml_datetime v0.6.8
27472025-03-03T04:40:56.407Z Compiling serde_spanned v0.6.8
27482025-03-03T04:40:56.704Z Compiling serde_tokenstream v0.2.2
27492025-03-03T04:40:57.320Z Compiling dof v0.3.0
27502025-03-03T04:40:58.337Z Compiling toml_edit v0.22.24
27512025-03-03T04:40:59.449Z Compiling camino v1.1.9
27522025-03-03T04:41:01.528Z Compiling usdt-macro v0.5.0
27532025-03-03T04:41:02.584Z Compiling toml v0.8.20
27542025-03-03T04:41:03.491Z Compiling usdt-attr-macro v0.5.0
27552025-03-03T04:41:04.812Z Compiling cargo-platform v0.1.8
27562025-03-03T04:41:05.883Z Compiling semver v1.0.25
27572025-03-03T04:41:06.628Z Compiling cargo_metadata v0.19.1
27582025-03-03T04:41:07.314Z Compiling usdt v0.5.0
27592025-03-03T04:41:08.562Z Compiling cargo_toml v0.21.0
27602025-03-03T04:41:08.627Z Compiling camino-tempfile v1.1.1
27612025-03-03T04:41:08.744Z Compiling macaddr v1.0.1
27622025-03-03T04:41:19.485Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27632025-03-03T04:41:25.227Z Finished `release` profile [optimized] target(s) in 49.05s
27642025-03-03T04:41:25.365Z
27652025-03-03T04:41:25.365Zreal 49.213959473
27662025-03-03T04:41:25.365Zuser 5:15.212648837
27672025-03-03T04:41:25.365Zsys 19.464134420
27682025-03-03T04:41:25.365Ztrap 0.143920337
27692025-03-03T04:41:25.365Ztflt 0.165430301
27702025-03-03T04:41:25.369Zdflt 0.344279876
27712025-03-03T04:41:25.369Zkflt 0.000019865
27722025-03-03T04:41:25.369Zlock 9:43.984305886
27732025-03-03T04:41:25.369Zslp 15:38.050068779
27742025-03-03T04:41:25.369Zlat 15.613609380
27752025-03-03T04:41:25.369Zstop 17.280261410
27762025-03-03T04:41:25.369Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27772025-03-03T04:41:25.369Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27782025-03-03T04:41:25.369Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27792025-03-03T04:41:25.369Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27802025-03-03T04:41:25.369Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27812025-03-03T04:41:26.291Z Compiling ring v0.17.11
27822025-03-03T04:41:26.432Z Compiling regress v0.10.3
27832025-03-03T04:41:26.451Z Compiling thiserror-impl v2.0.11
27842025-03-03T04:41:26.455Z Compiling ident_case v1.0.1
27852025-03-03T04:41:26.485Z Compiling unsafe-libyaml v0.2.11
27862025-03-03T04:41:26.500Z Compiling ipnetwork v0.21.1
27872025-03-03T04:41:26.501Z Compiling macaddr v1.0.1
27882025-03-03T04:41:26.501Z Compiling tempfile v3.13.0
27892025-03-03T04:41:26.653Z Compiling darling_core v0.20.10
27902025-03-03T04:41:26.998Z Compiling oxnet v0.1.1
27912025-03-03T04:41:27.280Z Compiling structmeta-derive v0.3.0
27922025-03-03T04:41:27.286Z Compiling instant v0.1.13
27932025-03-03T04:41:27.451Z Compiling wait-timeout v0.2.0
27942025-03-03T04:41:27.658Z Compiling serde_yaml v0.9.34+deprecated
27952025-03-03T04:41:27.955Z Compiling dropshot v0.16.0
27962025-03-03T04:41:28.093Z Compiling bit-vec v0.8.0
27972025-03-03T04:41:28.381Z Compiling rusty-fork v0.3.0
27982025-03-03T04:41:28.584Z Compiling bit-set v0.8.0
27992025-03-03T04:41:28.905Z Compiling dropshot_endpoint v0.16.0
28002025-03-03T04:41:29.074Z Compiling rand_xorshift v0.3.0
28012025-03-03T04:41:29.437Z Compiling daft-derive v0.1.1
28022025-03-03T04:41:29.561Z Compiling thiserror v2.0.11
28032025-03-03T04:41:29.751Z Compiling unarray v0.1.4
28042025-03-03T04:41:29.792Z Compiling structmeta v0.3.0
28052025-03-03T04:41:29.947Z Compiling typify-impl v0.2.0
28062025-03-03T04:41:30.194Z Compiling parse-display-derive v0.10.0
28072025-03-03T04:41:30.891Z Compiling daft v0.1.1
28082025-03-03T04:41:30.911Z Compiling test-strategy v0.4.0
28092025-03-03T04:41:31.054Z Compiling proptest v1.6.0
28102025-03-03T04:41:31.338Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28112025-03-03T04:41:31.532Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28122025-03-03T04:41:32.170Z Compiling rustls v0.23.19
28132025-03-03T04:41:32.207Z Compiling rustls v0.22.4
28142025-03-03T04:41:32.240Z Compiling darling_macro v0.20.10
28152025-03-03T04:41:32.312Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28162025-03-03T04:41:32.517Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28172025-03-03T04:41:32.949Z Compiling backoff v0.4.0
28182025-03-03T04:41:33.049Z Compiling proc-macro-crate v1.3.1
28192025-03-03T04:41:33.201Z Compiling darling v0.20.10
28202025-03-03T04:41:33.336Z Compiling typify-impl v0.3.0
28212025-03-03T04:41:33.357Z Compiling serde_with_macros v3.12.0
28222025-03-03T04:41:34.027Z Compiling num_enum_derive v0.5.11
28232025-03-03T04:41:34.037Z Compiling parse-display v0.10.0
28242025-03-03T04:41:34.242Z Compiling rustls-webpki v0.102.8
28252025-03-03T04:41:34.659Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28262025-03-03T04:41:35.094Z Compiling itertools v0.13.0
28272025-03-03T04:41:36.055Z Compiling serde_with v3.12.0
28282025-03-03T04:41:36.384Z Compiling num_enum v0.5.11
28292025-03-03T04:41:36.588Z Compiling crucible-workspace-hack v0.1.0
28302025-03-03T04:41:36.923Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28312025-03-03T04:41:41.329Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28322025-03-03T04:41:41.377Z Compiling heapless v0.8.0
28332025-03-03T04:41:41.377Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28342025-03-03T04:41:41.377Z Compiling proc-macro-error v1.0.4
28352025-03-03T04:41:41.377Z Compiling camino-tempfile v1.1.1
28362025-03-03T04:41:41.377Z Compiling hash32 v0.3.1
28372025-03-03T04:41:41.377Z Compiling foreign-types-macros v0.2.3
28382025-03-03T04:41:41.377Z Compiling smoltcp v0.11.0
28392025-03-03T04:41:41.379Z Compiling tokio-rustls v0.25.0
28402025-03-03T04:41:41.397Z Compiling dropshot v0.12.0
28412025-03-03T04:41:44.067Z Compiling tokio-rustls v0.26.0
28422025-03-03T04:41:44.444Z Compiling typify-macro v0.2.0
28432025-03-03T04:41:44.472Z Compiling hyper-rustls v0.27.3
28442025-03-03T04:41:44.576Z Compiling foreign-types-shared v0.3.1
28452025-03-03T04:41:44.756Z Compiling foreign-types v0.5.0
28462025-03-03T04:41:44.898Z Compiling reqwest v0.12.12
28472025-03-03T04:41:45.094Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28482025-03-03T04:41:45.952Z Compiling qorb v0.2.1
28492025-03-03T04:41:47.991Z Compiling typify-macro v0.3.0
28502025-03-03T04:41:48.192Z Compiling progenitor-client v0.9.1
28512025-03-03T04:41:48.807Z Compiling typify v0.2.0
28522025-03-03T04:41:48.860Z Compiling progenitor-client v0.8.0
28532025-03-03T04:41:48.963Z Compiling progenitor-impl v0.8.0
28542025-03-03T04:41:49.800Z Compiling tabwriter v1.4.0
28552025-03-03T04:41:50.209Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28562025-03-03T04:41:50.285Z Compiling cstr-argument v0.1.2
28572025-03-03T04:41:50.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28582025-03-03T04:41:50.574Z Compiling pretty-hex v0.2.1
28592025-03-03T04:41:50.653Z Compiling cobs v0.2.3
28602025-03-03T04:41:50.794Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28612025-03-03T04:41:50.982Z Compiling postcard v1.0.10
28622025-03-03T04:41:51.041Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28632025-03-03T04:41:51.227Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28642025-03-03T04:41:51.610Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28652025-03-03T04:41:51.705Z Compiling colored v2.2.0
28662025-03-03T04:41:51.734Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28672025-03-03T04:41:51.737Z Compiling typify v0.3.0
28682025-03-03T04:41:51.914Z Compiling progenitor-impl v0.9.1
28692025-03-03T04:41:52.092Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28702025-03-03T04:41:52.307Z Compiling winnow v0.6.20
28712025-03-03T04:41:52.544Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28722025-03-03T04:41:53.481Z Compiling smf v0.2.3
28732025-03-03T04:41:54.100Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28742025-03-03T04:41:54.471Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28752025-03-03T04:41:54.666Z Compiling zone_cfg_derive v0.3.0
28762025-03-03T04:41:55.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772025-03-03T04:41:55.689Z Compiling progenitor-macro v0.8.0
28782025-03-03T04:41:55.713Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792025-03-03T04:41:56.054Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28802025-03-03T04:41:56.096Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28812025-03-03T04:41:56.296Z Compiling itertools v0.14.0
28822025-03-03T04:41:56.477Z Compiling num-derive v0.4.2
28832025-03-03T04:41:56.502Z Compiling sigpipe v0.1.3
28842025-03-03T04:41:56.668Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28852025-03-03T04:41:56.846Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28862025-03-03T04:41:57.062Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28872025-03-03T04:41:57.523Z Compiling zone v0.3.0
28882025-03-03T04:41:57.769Z Compiling universal-hash v0.5.1
28892025-03-03T04:41:58.009Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28902025-03-03T04:41:58.101Z Compiling opaque-debug v0.3.1
28912025-03-03T04:41:58.221Z Compiling tungstenite v0.21.0
28922025-03-03T04:41:58.658Z Compiling progenitor-macro v0.9.1
28932025-03-03T04:41:58.731Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28942025-03-03T04:41:59.048Z Compiling num-rational v0.4.2
28952025-03-03T04:41:59.201Z Compiling password-hash v0.5.0
28962025-03-03T04:41:59.243Z Compiling blake2 v0.10.6
28972025-03-03T04:41:59.271Z Compiling aead v0.5.2
28982025-03-03T04:41:59.559Z Compiling num-complex v0.4.6
28992025-03-03T04:41:59.664Z Compiling convert_case v0.4.0
29002025-03-03T04:42:00.070Z Compiling base64 v0.21.7
29012025-03-03T04:42:00.174Z Compiling keccak v0.1.5
29022025-03-03T04:42:00.469Z Compiling derive_more v0.99.19
29032025-03-03T04:42:00.508Z Compiling sha3 v0.10.8
29042025-03-03T04:42:00.570Z Compiling num v0.4.3
29052025-03-03T04:42:00.592Z Compiling argon2 v0.5.3
29062025-03-03T04:42:00.708Z Compiling tokio-tungstenite v0.21.0
29072025-03-03T04:42:00.775Z Compiling poly1305 v0.8.0
29082025-03-03T04:42:01.280Z Compiling chacha20 v0.9.1
29092025-03-03T04:42:01.286Z Compiling float-ord v0.3.2
29102025-03-03T04:42:01.499Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29112025-03-03T04:42:01.553Z Compiling same-file v1.0.6
29122025-03-03T04:42:01.776Z Compiling semver v0.1.20
29132025-03-03T04:42:01.851Z Compiling walkdir v2.5.0
29142025-03-03T04:42:01.942Z Compiling newline-converter v0.3.0
29152025-03-03T04:42:02.149Z Compiling rustc_version v0.1.7
29162025-03-03T04:42:02.384Z Compiling primeorder v0.13.6
29172025-03-03T04:42:02.471Z Compiling secrecy v0.8.0
29182025-03-03T04:42:02.528Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29192025-03-03T04:42:02.608Z Compiling owo-colors v4.2.0
29202025-03-03T04:42:02.739Z Compiling cancel-safe-futures v0.1.5
29212025-03-03T04:42:02.916Z Compiling newtype_derive v0.1.6
29222025-03-03T04:42:03.155Z Compiling expectorate v1.1.0
29232025-03-03T04:42:03.300Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29242025-03-03T04:42:03.322Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29252025-03-03T04:42:03.358Z Compiling thiserror-impl-no-std v2.0.2
29262025-03-03T04:42:03.407Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29272025-03-03T04:42:03.411Z Compiling libsw-core v0.3.1
29282025-03-03T04:42:03.576Z Compiling blake3 v1.5.4
29292025-03-03T04:42:03.715Z Compiling unicase v2.7.0
29302025-03-03T04:42:04.024Z Compiling half v2.4.1
29312025-03-03T04:42:04.079Z Compiling arc-swap v1.7.1
29322025-03-03T04:42:04.300Z Compiling fixedbitset v0.5.7
29332025-03-03T04:42:04.452Z Compiling ciborium-io v0.2.2
29342025-03-03T04:42:04.601Z Compiling ciborium-ll v0.2.2
29352025-03-03T04:42:04.622Z Compiling slog-scope v4.4.0
29362025-03-03T04:42:04.926Z Compiling petgraph v0.7.1
29372025-03-03T04:42:05.080Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29382025-03-03T04:42:05.254Z Compiling libsw v3.4.0
29392025-03-03T04:42:05.419Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29402025-03-03T04:42:06.056Z Compiling thiserror-no-std v2.0.2
29412025-03-03T04:42:06.217Z Compiling polyval v0.6.2
29422025-03-03T04:42:06.426Z Compiling atomicwrites v0.4.4
29432025-03-03T04:42:06.661Z Compiling memmap2 v0.9.5
29442025-03-03T04:42:06.794Z Compiling parking_lot_core v0.8.6
29452025-03-03T04:42:06.880Z Compiling linear-map v1.2.0
29462025-03-03T04:42:07.070Z Compiling arrayref v0.3.9
29472025-03-03T04:42:07.200Z Compiling salty v0.3.0
29482025-03-03T04:42:07.221Z Compiling constant_time_eq v0.3.1
29492025-03-03T04:42:07.280Z Compiling indent_write v2.2.0
29502025-03-03T04:42:07.351Z Compiling progenitor v0.8.0
29512025-03-03T04:42:07.442Z Compiling libefi-sys v0.1.0
29522025-03-03T04:42:07.512Z Compiling arrayvec v0.7.6
29532025-03-03T04:42:07.569Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29542025-03-03T04:42:07.594Z Compiling ghash v0.5.1
29552025-03-03T04:42:07.680Z Compiling vsss-rs v3.3.4
29562025-03-03T04:42:07.932Z Compiling ciborium v0.2.2
29572025-03-03T04:42:08.310Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29582025-03-03T04:42:08.563Z Compiling slog-stdlog v4.1.1
29592025-03-03T04:42:09.046Z Compiling p384 v0.13.0
29602025-03-03T04:42:09.156Z Compiling toolchain_find v0.4.0
29612025-03-03T04:42:09.232Z Compiling chacha20poly1305 v0.10.1
29622025-03-03T04:42:09.236Z Compiling ctr v0.9.2
29632025-03-03T04:42:09.483Z Compiling lzma-sys v0.1.20
29642025-03-03T04:42:09.641Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29652025-03-03T04:42:09.803Z Compiling bitfield-struct v0.6.2
29662025-03-03T04:42:10.090Z Compiling slog-dtrace v0.3.0
29672025-03-03T04:42:10.212Z Compiling topological-sort v0.2.2
29682025-03-03T04:42:10.388Z Compiling progenitor v0.9.1
29692025-03-03T04:42:10.442Z Compiling highway v1.3.0
29702025-03-03T04:42:10.465Z Compiling omicron-zone-package v0.12.0
29712025-03-03T04:42:10.594Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29722025-03-03T04:42:10.619Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29732025-03-03T04:42:11.195Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29742025-03-03T04:42:11.379Z Compiling aes-gcm v0.10.3
29752025-03-03T04:42:11.984Z Compiling rustfmt-wrapper v0.2.1
29762025-03-03T04:42:12.120Z Compiling slog-envlogger v2.2.0
29772025-03-03T04:42:12.120Z Compiling mime_guess v2.0.5
29782025-03-03T04:42:12.120Z Compiling steno v0.4.1
29792025-03-03T04:42:13.068Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29802025-03-03T04:42:13.337Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29812025-03-03T04:42:13.361Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29822025-03-03T04:42:14.046Z Compiling heck v0.3.3
29832025-03-03T04:42:14.449Z Compiling ssh-encoding v0.2.0
29842025-03-03T04:42:14.521Z Compiling blowfish v0.9.1
29852025-03-03T04:42:14.961Z Compiling env_filter v0.1.2
29862025-03-03T04:42:14.985Z Compiling nibble_vec v0.1.0
29872025-03-03T04:42:15.022Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29882025-03-03T04:42:15.180Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29892025-03-03T04:42:15.239Z Compiling humantime v2.1.0
29902025-03-03T04:42:15.530Z Compiling endian-type v0.1.2
29912025-03-03T04:42:15.584Z Compiling env_logger v0.11.5
29922025-03-03T04:42:15.760Z Compiling radix_trie v0.2.1
29932025-03-03T04:42:15.788Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29942025-03-03T04:42:15.887Z Compiling ssh-cipher v0.2.0
29952025-03-03T04:42:16.119Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29962025-03-03T04:42:16.218Z Compiling bcrypt-pbkdf v0.10.0
29972025-03-03T04:42:16.400Z Compiling zone_cfg_derive v0.1.2
29982025-03-03T04:42:16.671Z Compiling parking_lot v0.11.2
29992025-03-03T04:42:16.910Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30002025-03-03T04:42:17.090Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30012025-03-03T04:42:17.490Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30022025-03-03T04:42:17.528Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30032025-03-03T04:42:17.765Z Compiling password-hash v0.4.2
30042025-03-03T04:42:17.821Z Compiling gethostname v0.5.0
30052025-03-03T04:42:17.957Z Compiling fxhash v0.2.1
30062025-03-03T04:42:17.980Z Compiling http-range v0.1.5
30072025-03-03T04:42:17.998Z Compiling base64 v0.13.1
30082025-03-03T04:42:18.034Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
30092025-03-03T04:42:18.082Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30102025-03-03T04:42:18.205Z Compiling pbkdf2 v0.11.0
30112025-03-03T04:42:18.318Z Compiling sled v0.34.7
30122025-03-03T04:42:18.440Z Compiling zone v0.1.8
30132025-03-03T04:42:18.540Z Compiling ron v0.7.1
30142025-03-03T04:42:18.625Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30152025-03-03T04:42:18.643Z Compiling xz2 v0.1.7
30162025-03-03T04:42:19.132Z Compiling ssh-key v0.6.6
30172025-03-03T04:42:19.649Z Compiling hickory-client v0.24.4
30182025-03-03T04:42:19.820Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
30192025-03-03T04:42:20.177Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30202025-03-03T04:42:20.584Z Compiling p521 v0.13.3
30212025-03-03T04:42:20.998Z Compiling p256 v0.13.2
30222025-03-03T04:42:21.269Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30232025-03-03T04:42:21.806Z Compiling hickory-server v0.24.4
30242025-03-03T04:42:22.276Z Compiling pem v3.0.5
30252025-03-03T04:42:22.846Z Compiling yasna v0.5.2
30262025-03-03T04:42:22.976Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30272025-03-03T04:42:23.150Z Compiling headers-core v0.3.0
30282025-03-03T04:42:23.356Z Compiling kstat-rs v0.2.4
30292025-03-03T04:42:23.570Z Compiling nanorand v0.7.0
30302025-03-03T04:42:23.988Z Compiling russh-cryptovec v0.7.3
30312025-03-03T04:42:24.127Z Compiling atty v0.2.14
30322025-03-03T04:42:24.330Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30332025-03-03T04:42:24.420Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30342025-03-03T04:42:25.755Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30352025-03-03T04:42:26.795Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30362025-03-03T04:42:26.915Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30372025-03-03T04:42:27.661Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30382025-03-03T04:42:27.888Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30392025-03-03T04:42:28.125Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30402025-03-03T04:42:28.359Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30412025-03-03T04:42:28.748Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30422025-03-03T04:42:29.441Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30432025-03-03T04:42:30.509Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30442025-03-03T04:42:31.142Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30452025-03-03T04:42:31.161Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30462025-03-03T04:42:31.494Z Compiling md5 v0.7.0
30472025-03-03T04:42:31.576Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30482025-03-03T04:42:31.977Z Compiling russh-keys v0.45.0
30492025-03-03T04:42:32.056Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30502025-03-03T04:42:32.171Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30512025-03-03T04:42:32.780Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30522025-03-03T04:42:37.660Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30532025-03-03T04:42:37.800Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30542025-03-03T04:42:37.801Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30552025-03-03T04:42:37.801Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30562025-03-03T04:42:37.801Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30572025-03-03T04:42:39.322Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30582025-03-03T04:42:41.065Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30592025-03-03T04:42:41.094Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30602025-03-03T04:42:42.480Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30612025-03-03T04:42:42.841Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30622025-03-03T04:42:44.694Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30632025-03-03T04:42:45.110Z Compiling flume v0.11.1
30642025-03-03T04:42:45.761Z Compiling rcgen v0.12.1
30652025-03-03T04:42:46.208Z Compiling headers v0.4.0
30662025-03-03T04:42:47.802Z Compiling hyper-staticfile v0.10.1
30672025-03-03T04:42:47.949Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30682025-03-03T04:42:47.955Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30692025-03-03T04:42:48.238Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30702025-03-03T04:42:48.591Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30712025-03-03T04:42:48.872Z Compiling num-bigint v0.4.6
30722025-03-03T04:42:48.996Z Compiling des v0.8.1
30732025-03-03T04:42:49.096Z Compiling subprocess v0.2.9
30742025-03-03T04:42:49.350Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30752025-03-03T04:42:49.370Z Compiling display-error-chain v0.2.2
30762025-03-03T04:42:49.564Z Compiling hex-literal v0.4.1
30772025-03-03T04:42:49.620Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30782025-03-03T04:42:49.764Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30792025-03-03T04:42:50.235Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30802025-03-03T04:42:50.257Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30812025-03-03T04:42:50.675Z Compiling internet-checksum v0.2.1
30822025-03-03T04:42:52.217Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30832025-03-03T04:42:52.988Z Compiling russh v0.45.0
30842025-03-03T04:43:00.625Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30852025-03-03T04:43:02.037Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30862025-03-03T04:43:25.709Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30872025-03-03T04:43:48.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
30882025-03-03T04:43:48.385Z
30892025-03-03T04:43:48.385Zreal 2:22.937067345
30902025-03-03T04:43:48.385Zuser 12:40.739800962
30912025-03-03T04:43:48.385Zsys 1:39.350867431
30922025-03-03T04:43:48.385Ztrap 0.369600771
30932025-03-03T04:43:48.385Ztflt 0.229489711
30942025-03-03T04:43:48.395Zdflt 0.630583242
30952025-03-03T04:43:48.395Zkflt 0.000117879
30962025-03-03T04:43:48.395Zlock 23:40.195806574
30972025-03-03T04:43:48.395Zslp 45:05.382972710
30982025-03-03T04:43:48.395Zlat 40.296335476
30992025-03-03T04:43:48.395Zstop 1:46.030253071
31002025-03-03T04:43:48.395Z+ mkdir tests
31012025-03-03T04:43:48.395Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
31022025-03-03T04:43:48.395Z+ xargs -I '{}' -t cp '{}' tests/
31032025-03-03T04:43:48.456Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a9161a45be813f2f tests/
31042025-03-03T04:43:48.477Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a8b7ca9b72fc22d6 tests/
31052025-03-03T04:43:48.498Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d7651b3040c18dfe tests/
31062025-03-03T04:43:48.522Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-76cb50d9a2fc20b1 tests/
31072025-03-03T04:43:48.738Z+ 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/*)
31082025-03-03T04:43:48.744Z+ 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-a8b7ca9b72fc22d6 tests/commtest-d7651b3040c18dfe tests/dhcp_server-a9161a45be813f2f tests/end_to_end_tests-76cb50d9a2fc20b1 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
31092025-03-03T04:45:05.278ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
31102025-03-03T04:45:05.278Za .github/buildomat/ci-env.sh 1K
31112025-03-03T04:45:05.278Za out/target/test 1K
31122025-03-03T04:45:05.278Za out/npuzone/npuzone 23144K
31132025-03-03T04:45:05.278Za package-manifest.toml 33K
31142025-03-03T04:45:05.278Za smf/sled-agent/non-gimlet/config.toml 4K
31152025-03-03T04:45:05.278Za target/release/omicron-package 38784K
31162025-03-03T04:45:05.278Za target/release/xtask 10838K
31172025-03-03T04:45:05.278Za target/debug/bootstrap 215240K
31182025-03-03T04:45:05.279Za tests/bootstrap-a8b7ca9b72fc22d6 24083K
31192025-03-03T04:45:05.279Za tests/commtest-d7651b3040c18dfe 24909K
31202025-03-03T04:45:05.279Za tests/dhcp_server-a9161a45be813f2f 24083K
31212025-03-03T04:45:05.279Za tests/end_to_end_tests-76cb50d9a2fc20b1 274494K
31222025-03-03T04:45:05.279Za out/clickhouse.tar.gz 305525K
31232025-03-03T04:45:05.279Za out/clickhouse_keeper.tar.gz 291412K
31242025-03-03T04:45:05.279Za out/clickhouse_server.tar.gz 305525K
31252025-03-03T04:45:05.279Za out/cockroachdb.tar.gz 143753K
31262025-03-03T04:45:05.279Za out/crucible-dtrace.tar 98K
31272025-03-03T04:45:05.279Za out/crucible-pantry-zone.tar.gz 32452K
31282025-03-03T04:45:05.279Za out/crucible-zone.tar.gz 40834K
31292025-03-03T04:45:05.279Za out/external-dns.tar.gz 44252K
31302025-03-03T04:45:05.279Za out/internal-dns.tar.gz 44252K
31312025-03-03T04:45:05.279Za out/mg-ddm-gz.tar 63075K
31322025-03-03T04:45:05.279Za out/nexus.tar.gz 110630K
31332025-03-03T04:45:05.279Za out/ntp.tar.gz 14403K
31342025-03-03T04:45:05.279Za out/omicron-gateway-softnpu.tar.gz 24998K
31352025-03-03T04:45:05.279Za out/omicron-sled-agent.tar 123627K
31362025-03-03T04:45:05.280Za out/overlay.tar.gz 3K
31372025-03-03T04:45:05.280Za out/oximeter.tar.gz 55124K
31382025-03-03T04:45:05.280Za out/oxlog.tar 3144K
31392025-03-03T04:45:05.283Za out/probe.tar.gz 2764K
31402025-03-03T04:45:05.283Za out/propolis-server.tar.gz 66425K
31412025-03-03T04:45:05.283Za out/pumpkind-gz.tar 26665K
31422025-03-03T04:45:05.283Za out/switch-softnpu.tar.gz 265034K
31432025-03-03T04:45:05.283Z
31442025-03-03T04:45:05.283Zreal 1:16.523310051
31452025-03-03T04:45:05.283Zuser 1:13.021916095
31462025-03-03T04:45:05.283Zsys 4.848126374
31472025-03-03T04:45:05.283Ztrap 0.019900049
31482025-03-03T04:45:05.283Ztflt 0.000000000
31492025-03-03T04:45:05.283Zdflt 0.000000000
31502025-03-03T04:45:05.283Zkflt 0.000000000
31512025-03-03T04:45:05.283Zlock 0.000000000
31522025-03-03T04:45:05.283Zslp 1:12.954049543
31532025-03-03T04:45:05.283Zlat 2.197800944
31542025-03-03T04:45:05.284Zstop 0.000226106
31552025-03-03T04:45:05.284Zprocess exited: duration 2257793 ms, exit code 0
 
31562025-03-03T04:45:05.299Zfound 1 output files
31572025-03-03T04:45:05.299Zuploading: /work/package.tar.gz (2023947799 bytes)
31582025-03-03T04:45:47.695Zuploaded: /work/package.tar.gz