01JND2PFMZYKZFQ18YW4N7XNAN: 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: 01JND2Q1CV2RG8ZYA4HMDXHD94

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-03T04:03:25.080Zjob assigned to worker 01JND2PWWQ0WTGKQE2VADAY7SS [factory aws, i-0201b51ee19334cb2] (queued for 48 s)
 
22025-03-03T04:03:33.728Zstarting task 0: "setup"
32025-03-03T04:03:33.735Z++ uname -s
42025-03-03T04:03:33.738Z+ kern=SunOS
52025-03-03T04:03:33.738Z+ build_user=build
62025-03-03T04:03:33.738Z+ build_uid=12345
72025-03-03T04:03:33.738Z+ work_dir=/work
82025-03-03T04:03:33.738Z+ input_dir=/input
92025-03-03T04:03:33.738Z+ [[ 0 == 12345 ]]
102025-03-03T04:03:33.738Z+ case "$kern" in
112025-03-03T04:03:33.738Z+ groupadd -g 12345 build
122025-03-03T04:03:33.742Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-03T04:03:35.747Z+ zfs create -o mountpoint=/work rpool/work
142025-03-03T04:03:35.875Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-03T04:03:35.879Z+ home_fs=zfs
162025-03-03T04:03:35.879Z+ [[ zfs == autofs ]]
172025-03-03T04:03:35.879Z+ mkdir -p /home/build
182025-03-03T04:03:35.882Z+ chown build:build /home/build /work
192025-03-03T04:03:37.881Z+ chmod 0700 /home/build /work
202025-03-03T04:03:37.885Zprocess exited: duration 4154 ms, exit code 0
 
212025-03-03T04:03:37.891Zstarting task 1: "rust-toolchain"
222025-03-03T04:03:37.896Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-03T04:03:37.896Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-03T04:03:37.896Z * rust toolchain channel = "1.85.0"
252025-03-03T04:03:37.896Z * rust toolchain profile = "default"
262025-03-03T04:03:37.896Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-03T04:03:37.896Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-03T04:03:37.899Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-03T04:03:37.899Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-03T04:03:38.013Zinfo: downloading installer
312025-03-03T04:03:39.343Zwarning: it looks like you have an existing installation of Rust at:
322025-03-03T04:03:39.343Zwarning: /opt/ooce/bin
332025-03-03T04:03:39.343Zwarning: It is recommended that rustup be the primary Rust installation.
342025-03-03T04:03:39.343Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-03-03T04:03:39.343Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-03-03T04:03:39.343Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-03T04:03:39.343Zwarning: or pass `-y' to ignore all ignorable checks.
382025-03-03T04:03:39.344Zerror: cannot install while Rust is installed
392025-03-03T04:03:39.344Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-03-03T04:03:39.366Zinfo: profile set to 'default'
412025-03-03T04:03:39.366Zinfo: default host triple is x86_64-unknown-illumos
422025-03-03T04:03:39.369Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-03T04:03:39.549Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-03T04:03:39.549Zinfo: downloading component 'cargo'
452025-03-03T04:03:40.545Zinfo: downloading component 'clippy'
462025-03-03T04:03:40.933Zinfo: downloading component 'rust-docs'
472025-03-03T04:03:42.469Zinfo: downloading component 'rust-std'
482025-03-03T04:03:44.704Zinfo: downloading component 'rustc'
492025-03-03T04:03:52.440Zinfo: downloading component 'rustfmt'
502025-03-03T04:03:52.727Zinfo: installing component 'cargo'
512025-03-03T04:03:53.535Zinfo: installing component 'clippy'
522025-03-03T04:03:53.915Zinfo: installing component 'rust-docs'
532025-03-03T04:03:55.643Zinfo: installing component 'rust-std'
542025-03-03T04:03:57.456Zinfo: installing component 'rustc'
552025-03-03T04:04:03.299Zinfo: installing component 'rustfmt'
562025-03-03T04:04:03.633Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-03T04:04:03.633Z
582025-03-03T04:04:04.006Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-03T04:04:04.006Z
602025-03-03T04:04:04.021Z
612025-03-03T04:04:04.021ZRust is installed now. Great!
622025-03-03T04:04:04.021Z
632025-03-03T04:04:04.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-03T04:04:04.021Zenvironment variable. This has not been done automatically.
652025-03-03T04:04:04.021Z
662025-03-03T04:04:04.022ZTo configure your current shell, you need to source
672025-03-03T04:04:04.022Zthe corresponding env file under $HOME/.cargo.
682025-03-03T04:04:04.022Z
692025-03-03T04:04:04.022ZThis is usually done by running one of the following (note the leading DOT):
702025-03-03T04:04:04.022Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-03T04:04:04.022Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-03T04:04:04.078Z+ rustup --version
732025-03-03T04:04:04.091Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-03-03T04:04:04.092Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-03-03T04:04:04.158Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-03-03T04:04:04.165Z+ cargo --version
772025-03-03T04:04:04.235Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-03-03T04:04:04.261Z+ rustc --version
792025-03-03T04:04:04.303Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-03-03T04:04:04.314Zprocess exited: duration 26381 ms, exit code 0
 
812025-03-03T04:04:04.329Zstarting task 2: "authentication"
822025-03-03T04:04:04.344ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
832025-03-03T04:04:14.370Zprocess exited: duration 10043 ms, exit code 0
 
842025-03-03T04:04:14.376Zstarting task 3: "clone repository"
852025-03-03T04:04:14.382Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-03T04:04:14.385Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-03T04:04:15.158ZCloning into '/work/oxidecomputer/omicron'...
882025-03-03T04:04:23.629Z+ cd /work/oxidecomputer/omicron
892025-03-03T04:04:23.629Z+ git fetch origin 4d4c482c1911a9c5db8d3e7b06c51522f2b17884
902025-03-03T04:04:23.907ZFrom https://github.com/oxidecomputer/omicron
912025-03-03T04:04:23.910Z * branch 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 -> FETCH_HEAD
922025-03-03T04:04:23.916Z+ [[ -n renovate/cargo_metadata-0.x ]]
932025-03-03T04:04:23.920Z++ git branch --show-current
942025-03-03T04:04:23.923Z+ current=main
952025-03-03T04:04:23.923Z+ [[ main != renovate/cargo_metadata-0.x ]]
962025-03-03T04:04:23.923Z+ git branch -f renovate/cargo_metadata-0.x 4d4c482c1911a9c5db8d3e7b06c51522f2b17884
972025-03-03T04:04:23.926Z+ git checkout -f renovate/cargo_metadata-0.x
982025-03-03T04:04:24.109ZSwitched to branch 'renovate/cargo_metadata-0.x'
992025-03-03T04:04:24.112Z+ git reset --hard 4d4c482c1911a9c5db8d3e7b06c51522f2b17884
1002025-03-03T04:04:24.294ZHEAD is now at 4d4c482c1 Update Rust crate cargo_metadata to 0.19.2
1012025-03-03T04:04:24.297Zprocess exited: duration 9914 ms, exit code 0
 
1022025-03-03T04:04:24.303Zstarting task 4: "build"
1032025-03-03T04:04:24.308Z+ source .github/buildomat/ci-env.sh
1042025-03-03T04:04:24.311Z++ export CARGO_TERM_COLOR=always
1052025-03-03T04:04:24.311Z++ CARGO_TERM_COLOR=always
1062025-03-03T04:04:24.311Z+ cargo --version
1072025-03-03T04:04:24.360Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-03T04:04:24.363Z+ rustc --version
1092025-03-03T04:04:24.424Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-03T04:04:24.427Z+ WORK=/work
1112025-03-03T04:04:24.427Z+ pfexec mkdir -p /work
1122025-03-03T04:04:24.430Z+ pfexec chown build /work
1132025-03-03T04:04:24.433Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-03T04:04:28.667Zpkg list: illegal option -- F
1152025-03-03T04:04:28.667ZUsage:
1162025-03-03T04:04:28.667Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-03T04:04:28.667Z [pkg_fmri_pattern ...]
1182025-03-03T04:04:29.504Zpkg list: illegal option -- F
1192025-03-03T04:04:29.504ZUsage:
1202025-03-03T04:04:29.504Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-03T04:04:29.504Z [pkg_fmri_pattern ...]
1222025-03-03T04:04:40.481Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-03T04:04:44.872Z Startup: Caching catalogs ... Done
1242025-03-03T04:04:57.801ZPlanning: Solver setup ... Done (12.014s)
1252025-03-03T04:04:57.956ZPlanning: Running solver ... Done (0.156s)
1262025-03-03T04:04:58.341ZPlanning: Finding local manifests ... Done (0.271s)
1272025-03-03T04:04:58.371ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-03T04:05:01.447ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-03T04:05:01.859ZPlanning: Package planning ... Done (0.413s)
1302025-03-03T04:05:01.917ZPlanning: Merging actions ... Done (0.057s)
1312025-03-03T04:05:02.777ZPlanning: Checking for conflicting actions ... Done (0.860s)
1322025-03-03T04:05:08.431ZPlanning: Consolidating action changes ... Done (5.650s)
1332025-03-03T04:05:08.916ZPlanning: Evaluating mediators ... Done (0.484s)
1342025-03-03T04:05:08.994ZPlanning: Planning completed in 24.01 seconds
1352025-03-03T04:05:09.011Z Packages to install: 4
1362025-03-03T04:05:09.011Z Packages to update: 3
1372025-03-03T04:05:09.011Z Mediators to change: 2
1382025-03-03T04:05:09.011Z Services to change: 1
1392025-03-03T04:05:09.011Z Estimated space available: 155.60 GB
1402025-03-03T04:05:09.015ZEstimated space to be consumed: 1.66 GB
1412025-03-03T04:05:09.015Z Create boot environment: No
1422025-03-03T04:05:09.015ZCreate backup boot environment: Yes
1432025-03-03T04:05:09.015Z Rebuild boot archive: No
1442025-03-03T04:05:09.015Z
1452025-03-03T04:05:09.015ZChanged mediators:
1462025-03-03T04:05:09.015Z mediator clang:
1472025-03-03T04:05:09.015Z version: None -> 15 (system default)
1482025-03-03T04:05:09.015Z
1492025-03-03T04:05:09.015Z mediator llvm:
1502025-03-03T04:05:09.015Z version: 14 (system default) -> 15 (system default)
1512025-03-03T04:05:09.015Z
1522025-03-03T04:05:09.015ZChanged packages:
1532025-03-03T04:05:09.015Zhelios-dev
1542025-03-03T04:05:09.015Z developer/build-essential
1552025-03-03T04:05:09.015Z None -> 11-2.0
1562025-03-03T04:05:09.015Z library/libxmlsec1
1572025-03-03T04:05:09.015Z None -> 1.2.35-2.0
1582025-03-03T04:05:09.015Z ooce/developer/clang-15
1592025-03-03T04:05:09.015Z None -> 15.0.7-2.0
1602025-03-03T04:05:09.015Z ooce/developer/llvm-15
1612025-03-03T04:05:09.015Z None -> 15.0.7-2.0
1622025-03-03T04:05:09.015Z package/pkg
1632025-03-03T04:05:09.015Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-03T04:05:09.015Z system/library/g++-runtime
1652025-03-03T04:05:09.016Z 13-2.0 -> 14-2.0
1662025-03-03T04:05:09.016Z system/library/gcc-runtime
1672025-03-03T04:05:09.016Z 13-2.0 -> 14-2.0
1682025-03-03T04:05:09.016Z
1692025-03-03T04:05:09.016ZServices:
1702025-03-03T04:05:09.016Z restart_fmri:
1712025-03-03T04:05:09.016Z svc:/system/update-man-index:default
1722025-03-03T04:05:09.016Z
1732025-03-03T04:05:09.016ZEditable files to change:
1742025-03-03T04:05:09.016Z Update:
1752025-03-03T04:05:09.016Z usr/share/lib/pkg/web/config.shtml
1762025-03-03T04:05:09.350Z
1772025-03-03T04:05:09.351ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-03T04:05:15.547ZDownload: 212/4301 items 1.3/225.4MB 0% complete (477k/s)
1792025-03-03T04:05:39.475ZDownload: 213/4301 items 1.3/225.4MB 0% complete
1802025-03-03T04:05:44.482ZDownload: 423/4301 items 16.7/225.4MB 7% complete (3.2M/s)
1812025-03-03T04:05:49.508ZDownload: 800/4301 items 18.7/225.4MB 8% complete (1.8M/s)
1822025-03-03T04:05:54.878ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (7.9M/s)
1832025-03-03T04:05:59.883ZDownload: 1265/4301 items 112.1/225.4MB 49% complete (9.3M/s)
1842025-03-03T04:06:04.884ZDownload: 1776/4301 items 118.3/225.4MB 52% complete (3.6M/s)
1852025-03-03T04:06:09.929ZDownload: 2075/4301 items 118.8/225.4MB 52% complete (3.0M/s)
1862025-03-03T04:06:15.164ZDownload: 2217/4301 items 119.2/225.4MB 52% complete (221k/s)
1872025-03-03T04:06:20.167ZDownload: 2876/4301 items 121.1/225.4MB 53% complete (237k/s)
1882025-03-03T04:06:25.393ZDownload: 3178/4301 items 184.9/225.4MB 82% complete (6.5M/s)
1892025-03-03T04:06:32.028ZDownload: 3245/4301 items 203.1/225.4MB 90% complete (8.2M/s)
1902025-03-03T04:06:38.072ZDownload: 3247/4301 items 203.1/225.4MB 90% complete (7.8M/s)
1912025-03-03T04:06:45.777ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
1922025-03-03T04:06:52.097ZDownload: 3283/4301 items 212.2/225.4MB 94% complete (1.1M/s)
1932025-03-03T04:06:58.496ZDownload: 3287/4301 items 212.6/225.4MB 94% complete (1.2M/s)
1942025-03-03T04:07:03.518ZDownload: 3626/4301 items 216.1/225.4MB 95% complete (702k/s)
1952025-03-03T04:07:08.583ZDownload: 3745/4301 items 216.6/225.4MB 96% complete (491k/s)
1962025-03-03T04:07:13.598ZDownload: 3801/4301 items 216.9/225.4MB 96% complete (207k/s)
1972025-03-03T04:07:18.689ZDownload: 3874/4301 items 217.4/225.4MB 96% complete (84.8k/s)
1982025-03-03T04:07:23.962ZDownload: 3966/4301 items 218.2/225.4MB 96% complete (112k/s)
1992025-03-03T04:07:28.988ZDownload: 4123/4301 items 219.9/225.4MB 97% complete (238k/s)
2002025-03-03T04:07:35.882ZDownload: 4205/4301 items 220.6/225.4MB 97% complete (266k/s)
2012025-03-03T04:07:42.904ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (242k/s)
2022025-03-03T04:07:48.365ZDownload: 4295/4301 items 224.8/225.4MB 99% complete (493k/s)
2032025-03-03T04:07:48.391ZDownload: Completed 225.42 MB in 158.98 seconds (1.4M/s)
2042025-03-03T04:07:50.504Z Actions: 1/5122 actions (Removing old actions)
2052025-03-03T04:07:50.521Z Actions: 194/5122 actions (Installing new actions)
2062025-03-03T04:07:55.527Z Actions: 4266/5122 actions (Installing new actions)
2072025-03-03T04:07:55.530Z Actions: 4267/5122 actions (Updating modified actions)
2082025-03-03T04:07:55.926Z Actions: Completed 5122 actions in 5.42 seconds.
2092025-03-03T04:07:56.338Z Done (0.405s)
2102025-03-03T04:07:56.341Z Done (0.001s)
2112025-03-03T04:07:56.967Z Done (0.627s)
2122025-03-03T04:08:02.456Z Done (5.257s)
2132025-03-03T04:08:02.845Z Done (0.324s)
2142025-03-03T04:08:02.849Z Done (0.000s)
2152025-03-03T04:08:03.034Z Done (0.000s)
2162025-03-03T04:08:03.705ZPlanning: Evaluating mediator changes ... Done
2172025-03-03T04:08:03.868ZPlanning: Checking for conflicting actions ... Done
2182025-03-03T04:08:03.872ZPlanning: Consolidating action changes ... Done
2192025-03-03T04:08:04.138ZPlanning: Evaluating mediators ... Done
2202025-03-03T04:08:04.141ZPlanning: Planning completed in 0.43 seconds
2212025-03-03T04:08:04.183Z Mediators to change: 2
2222025-03-03T04:08:04.183Z Create boot environment: No
2232025-03-03T04:08:04.184ZCreate backup boot environment: No
2242025-03-03T04:08:04.253Z Done
2252025-03-03T04:08:04.253Z Done
2262025-03-03T04:08:04.674Z Done
2272025-03-03T04:08:08.222Z Done
2282025-03-03T04:08:08.311Z Done
2292025-03-03T04:08:08.311Z Done
2302025-03-03T04:08:08.437Z Done
2312025-03-03T04:08:09.042ZPlanning: Evaluating mediator changes ... Done
2322025-03-03T04:08:09.045ZPlanning: Merging actions ... Done
2332025-03-03T04:08:09.228ZPlanning: Checking for conflicting actions ... Done
2342025-03-03T04:08:09.231ZPlanning: Consolidating action changes ... Done
2352025-03-03T04:08:09.492ZPlanning: Evaluating mediators ... Done
2362025-03-03T04:08:09.546ZPlanning: Planning completed in 0.74 seconds
2372025-03-03T04:08:09.588Z Packages to change: 1
2382025-03-03T04:08:09.588Z Mediators to change: 1
2392025-03-03T04:08:09.591Z Services to change: 1
2402025-03-03T04:08:09.591Z Create boot environment: No
2412025-03-03T04:08:09.591ZCreate backup boot environment: Yes
2422025-03-03T04:08:11.731Z Actions: 1/6 actions (Updating modified actions)
2432025-03-03T04:08:11.735Z Actions: Completed 6 actions in 0.00 seconds.
2442025-03-03T04:08:11.735Z Done
2452025-03-03T04:08:11.735Z Done
2462025-03-03T04:08:11.856Z Done
2472025-03-03T04:08:15.387Z Done
2482025-03-03T04:08:15.472Z Done
2492025-03-03T04:08:15.475Z Done
2502025-03-03T04:08:15.614Z Done
2512025-03-03T04:08:16.033ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2522025-03-03T04:08:16.033Zclang system 15 system
2532025-03-03T04:08:16.033Zcsh system system illumos
2542025-03-03T04:08:16.033Zctags system system illumos
2552025-03-03T04:08:16.033Zgcc vendor 12 vendor
2562025-03-03T04:08:16.033Zgcc system 10 system
2572025-03-03T04:08:16.033Zgcc system 7 system
2582025-03-03T04:08:16.033Zgo system 1.20 system
2592025-03-03T04:08:16.034Zgo system 1.19 system
2602025-03-03T04:08:16.034Zllvm system 15 system
2612025-03-03T04:08:16.034Zllvm system 14 system
2622025-03-03T04:08:16.034Zmariadb system 10.6 system
2632025-03-03T04:08:16.034Zmta vendor vendor dma
2642025-03-03T04:08:16.034Zopenjdk system 17 system
2652025-03-03T04:08:16.034Zopenjdk system 11 system
2662025-03-03T04:08:16.034Zopenjdk system 1.8 system
2672025-03-03T04:08:16.034Zopenssl vendor 3 vendor
2682025-03-03T04:08:16.034Zperl system 5.36 system
2692025-03-03T04:08:16.034Zpostgresql system 15 system
2702025-03-03T04:08:16.034Zpostgresql system 13 system
2712025-03-03T04:08:16.034Zpython vendor 3 vendor
2722025-03-03T04:08:16.034Zpython system 2 system
2732025-03-03T04:08:16.034Zpython3 system 3.11 system
2742025-03-03T04:08:16.034Zruby system 3.0 system
2752025-03-03T04:08:16.034Zwords vendor vendor american-english
2762025-03-03T04:08:16.034Zwords system system australian-english
2772025-03-03T04:08:16.034Zwords system system british-english
2782025-03-03T04:08:16.034Zwords system system canadian-english
2792025-03-03T04:08:16.034Zwords system system french
2802025-03-03T04:08:16.034Zwords system system italian
2812025-03-03T04:08:16.034Zwords system system ngerman
2822025-03-03T04:08:16.034Zwords system system ogerman
2832025-03-03T04:08:16.034Zwords system system spanish
2842025-03-03T04:08:16.357ZPUBLISHER TYPE STATUS P LOCATION
2852025-03-03T04:08:16.357Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2862025-03-03T04:08:19.360ZFMRI IFO
2872025-03-03T04:08:19.361Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2882025-03-03T04:08:19.361Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2892025-03-03T04:08:19.361Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2902025-03-03T04:08:19.361Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2912025-03-03T04:08:19.361Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2922025-03-03T04:08:19.361Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2932025-03-03T04:08:19.361Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2942025-03-03T04:08:19.361Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2952025-03-03T04:08:19.361Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2962025-03-03T04:08:19.361Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2972025-03-03T04:08:19.361Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2982025-03-03T04:08:19.361Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2992025-03-03T04:08:19.361Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3002025-03-03T04:08:19.361Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3012025-03-03T04:08:19.361Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3022025-03-03T04:08:20.113Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3032025-03-03T04:08:20.430Z Updating crates.io index
3042025-03-03T04:08:20.479Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3052025-03-03T04:08:21.293Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3062025-03-03T04:08:21.593Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3072025-03-03T04:08:21.826Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3082025-03-03T04:08:22.124Z Updating git repository `https://github.com/oxidecomputer/propolis`
3092025-03-03T04:08:23.125Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102025-03-03T04:08:24.898Z Updating git repository `https://github.com/oxidecomputer/opte`
3112025-03-03T04:08:25.552Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122025-03-03T04:08:26.261Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132025-03-03T04:08:26.485Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3142025-03-03T04:08:26.836Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3152025-03-03T04:08:27.460Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162025-03-03T04:08:27.947Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172025-03-03T04:08:28.327Z Updating git repository `https://github.com/oxidecomputer/propolis`
3182025-03-03T04:08:28.759Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-03-03T04:08:29.039Z Updating git repository `https://github.com/oxidecomputer/tofino`
3202025-03-03T04:08:29.288Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212025-03-03T04:08:29.577Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222025-03-03T04:08:29.802Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232025-03-03T04:08:30.098Z Updating git repository `https://github.com/oxidecomputer/lldp`
3242025-03-03T04:08:30.395Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3252025-03-03T04:08:30.704Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262025-03-03T04:08:31.004Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272025-03-03T04:08:31.309Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3282025-03-03T04:08:31.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-03-03T04:08:32.326Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3302025-03-03T04:08:32.630Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3312025-03-03T04:08:33.001Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322025-03-03T04:08:33.322Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3332025-03-03T04:08:33.702Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342025-03-03T04:08:33.934Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352025-03-03T04:08:34.167Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362025-03-03T04:08:35.373Z Downloading crates ...
3372025-03-03T04:08:35.492Z Downloaded winnow v0.7.3
3382025-03-03T04:08:35.519Z Downloaded zerocopy v0.7.35
3392025-03-03T04:08:35.533Z Downloaded bitflags v2.6.0
3402025-03-03T04:08:35.537Z Downloaded errno v0.3.9
3412025-03-03T04:08:35.541Z Downloaded equivalent v1.0.1
3422025-03-03T04:08:35.541Z Downloaded anstyle v1.0.10
3432025-03-03T04:08:35.561Z Downloaded cargo_toml v0.21.0
3442025-03-03T04:08:35.564Z Downloaded colorchoice v1.0.2
3452025-03-03T04:08:35.564Z Downloaded cpufeatures v0.2.14
3462025-03-03T04:08:35.567Z Downloaded clap_derive v4.5.28
3472025-03-03T04:08:35.567Z Downloaded clap_lex v0.7.4
3482025-03-03T04:08:35.571Z Downloaded camino v1.1.9
3492025-03-03T04:08:35.571Z Downloaded bytecount v0.6.8
3502025-03-03T04:08:35.574Z Downloaded cargo-platform v0.1.8
3512025-03-03T04:08:35.574Z Downloaded cfg-if v1.0.0
3522025-03-03T04:08:35.575Z Downloaded autocfg v1.4.0
3532025-03-03T04:08:35.578Z Downloaded block-buffer v0.10.4
3542025-03-03T04:08:35.578Z Downloaded anstyle-parse v0.2.5
3552025-03-03T04:08:35.581Z Downloaded anstream v0.6.15
3562025-03-03T04:08:35.581Z Downloaded anyhow v1.0.96
3572025-03-03T04:08:35.584Z Downloaded anstyle-query v1.1.1
3582025-03-03T04:08:35.588Z Downloaded clap_builder v4.5.31
3592025-03-03T04:08:35.595Z Downloaded fastrand v2.1.1
3602025-03-03T04:08:35.598Z Downloaded digest v0.10.7
3612025-03-03T04:08:35.598Z Downloaded camino-tempfile v1.1.1
3622025-03-03T04:08:35.602Z Downloaded is_terminal_polyfill v1.70.1
3632025-03-03T04:08:35.603Z Downloaded cargo_metadata v0.19.2
3642025-03-03T04:08:35.606Z Downloaded dtrace-parser v0.2.0
3652025-03-03T04:08:35.606Z Downloaded dof v0.3.0
3662025-03-03T04:08:35.606Z Downloaded crypto-common v0.1.6
3672025-03-03T04:08:35.606Z Downloaded byteorder v1.5.0
3682025-03-03T04:08:35.610Z Downloaded memchr v2.7.4
3692025-03-03T04:08:35.614Z Downloaded fs-err v2.11.0
3702025-03-03T04:08:35.618Z Downloaded sha2 v0.10.8
3712025-03-03T04:08:35.618Z Downloaded terminal_size v0.4.0
3722025-03-03T04:08:35.618Z Downloaded scroll v0.12.0
3732025-03-03T04:08:35.621Z Downloaded proc-macro-error v1.0.4
3742025-03-03T04:08:35.621Z Downloaded fnv v1.0.7
3752025-03-03T04:08:35.625Z Downloaded clap v4.5.31
3762025-03-03T04:08:35.632Z Downloaded semver v1.0.25
3772025-03-03T04:08:35.635Z Downloaded bitflags v1.3.2
3782025-03-03T04:08:35.635Z Downloaded thiserror-impl v1.0.69
3792025-03-03T04:08:35.641Z Downloaded tabled v0.15.0
3802025-03-03T04:08:35.656Z Downloaded serde_spanned v0.6.8
3812025-03-03T04:08:35.659Z Downloaded heck v0.5.0
3822025-03-03T04:08:35.659Z Downloaded swrite v0.1.0
3832025-03-03T04:08:35.662Z Downloaded itoa v1.0.11
3842025-03-03T04:08:35.666Z Downloaded thiserror v1.0.69
3852025-03-03T04:08:35.674Z Downloaded scroll_derive v0.12.0
3862025-03-03T04:08:35.677Z Downloaded usdt-macro v0.5.0
3872025-03-03T04:08:35.683Z Downloaded strsim v0.11.1
3882025-03-03T04:08:35.686Z Downloaded proc-macro-error-attr v1.0.4
3892025-03-03T04:08:35.686Z Downloaded memmap v0.7.0
3902025-03-03T04:08:35.689Z Downloaded hashbrown v0.15.1
3912025-03-03T04:08:35.692Z Downloaded serde_tokenstream v0.2.2
3922025-03-03T04:08:35.695Z Downloaded usdt-attr-macro v0.5.0
3932025-03-03T04:08:35.695Z Downloaded terminal_size v0.2.6
3942025-03-03T04:08:35.695Z Downloaded smawk v0.3.2
3952025-03-03T04:08:35.701Z Downloaded zerocopy-derive v0.7.35
3962025-03-03T04:08:35.705Z Downloaded utf8parse v0.2.2
3972025-03-03T04:08:35.708Z Downloaded thiserror-impl v2.0.11
3982025-03-03T04:08:35.711Z Downloaded usdt v0.5.0
3992025-03-03T04:08:35.711Z Downloaded generic-array v0.14.7
4002025-03-03T04:08:35.715Z Downloaded toml_datetime v0.6.8
4012025-03-03T04:08:35.715Z Downloaded thread-id v4.2.2
4022025-03-03T04:08:35.718Z Downloaded quote v1.0.38
4032025-03-03T04:08:35.721Z Downloaded pretty-hex v0.4.1
4042025-03-03T04:08:35.721Z Downloaded goblin v0.8.2
4052025-03-03T04:08:35.727Z Downloaded plain v0.2.3
4062025-03-03T04:08:35.730Z Downloaded io-lifetimes v1.0.11
4072025-03-03T04:08:35.730Z Downloaded heck v0.4.1
4082025-03-03T04:08:35.733Z Downloaded unicode-linebreak v0.1.5
4092025-03-03T04:08:35.737Z Downloaded macaddr v1.0.1
4102025-03-03T04:08:35.737Z Downloaded tabled_derive v0.7.0
4112025-03-03T04:08:35.737Z Downloaded pest_derive v2.7.14
4122025-03-03T04:08:35.743Z Downloaded usdt-impl v0.5.0
4132025-03-03T04:08:35.746Z Downloaded toml v0.8.20
4142025-03-03T04:08:35.749Z Downloaded tempfile v3.13.0
4152025-03-03T04:08:35.752Z Downloaded pest_meta v2.7.14
4162025-03-03T04:08:35.752Z Downloaded pest_generator v2.7.14
4172025-03-03T04:08:35.755Z Downloaded once_cell v1.20.3
4182025-03-03T04:08:35.760Z Downloaded unicode-ident v1.0.14
4192025-03-03T04:08:35.763Z Downloaded toml_edit v0.22.24
4202025-03-03T04:08:35.784Z Downloaded serde v1.0.218
4212025-03-03T04:08:35.787Z Downloaded textwrap v0.16.1
4222025-03-03T04:08:35.790Z Downloaded ryu v1.0.18
4232025-03-03T04:08:35.793Z Downloaded proc-macro2 v1.0.93
4242025-03-03T04:08:35.796Z Downloaded serde_derive v1.0.218
4252025-03-03T04:08:35.799Z Downloaded papergrid v0.11.0
4262025-03-03T04:08:35.802Z Downloaded indexmap v2.7.1
4272025-03-03T04:08:35.805Z Downloaded log v0.4.22
4282025-03-03T04:08:35.808Z Downloaded typenum v1.17.0
4292025-03-03T04:08:35.811Z Downloaded version_check v0.9.5
4302025-03-03T04:08:35.819Z Downloaded thiserror v2.0.11
4312025-03-03T04:08:35.828Z Downloaded ucd-trie v0.1.7
4322025-03-03T04:08:35.836Z Downloaded pest v2.7.14
4332025-03-03T04:08:35.844Z Downloaded serde_json v1.0.139
4342025-03-03T04:08:35.872Z Downloaded syn v1.0.109
4352025-03-03T04:08:35.880Z Downloaded unicode-width v0.1.14
4362025-03-03T04:08:35.887Z Downloaded syn v2.0.98
4372025-03-03T04:08:35.900Z Downloaded rustix v0.37.28
4382025-03-03T04:08:35.927Z Downloaded rustix v0.38.37
4392025-03-03T04:08:35.950Z Downloaded libc v0.2.170
4402025-03-03T04:08:36.229Z Compiling proc-macro2 v1.0.93
4412025-03-03T04:08:36.229Z Compiling unicode-ident v1.0.14
4422025-03-03T04:08:36.232Z Compiling serde v1.0.218
4432025-03-03T04:08:36.232Z Compiling version_check v0.9.5
4442025-03-03T04:08:36.232Z Compiling libc v0.2.170
4452025-03-03T04:08:36.232Z Compiling memchr v2.7.4
4462025-03-03T04:08:36.232Z Compiling thiserror v1.0.69
4472025-03-03T04:08:36.263Z Compiling itoa v1.0.11
4482025-03-03T04:08:36.511Z Compiling ryu v1.0.18
4492025-03-03T04:08:36.574Z Compiling ucd-trie v0.1.7
4502025-03-03T04:08:36.857Z Compiling once_cell v1.20.3
4512025-03-03T04:08:37.032Z Compiling byteorder v1.5.0
4522025-03-03T04:08:37.207Z Compiling rustix v0.38.37
4532025-03-03T04:08:37.421Z Compiling serde_json v1.0.139
4542025-03-03T04:08:37.489Z Compiling bitflags v2.6.0
4552025-03-03T04:08:37.758Z Compiling usdt-impl v0.5.0
4562025-03-03T04:08:37.797Z Compiling proc-macro-error-attr v1.0.4
4572025-03-03T04:08:37.884Z Compiling syn v1.0.109
4582025-03-03T04:08:37.888Z Compiling io-lifetimes v1.0.11
4592025-03-03T04:08:37.987Z Compiling proc-macro-error v1.0.4
4602025-03-03T04:08:38.151Z Compiling utf8parse v0.2.2
4612025-03-03T04:08:38.277Z Compiling quote v1.0.38
4622025-03-03T04:08:38.349Z Compiling errno v0.3.9
4632025-03-03T04:08:38.369Z Compiling equivalent v1.0.1
4642025-03-03T04:08:38.370Z Compiling plain v0.2.3
4652025-03-03T04:08:38.486Z Compiling thread-id v4.2.2
4662025-03-03T04:08:38.540Z Compiling hashbrown v0.15.1
4672025-03-03T04:08:38.540Z Compiling camino v1.1.9
4682025-03-03T04:08:38.589Z Compiling log v0.4.22
4692025-03-03T04:08:38.632Z Compiling syn v2.0.98
4702025-03-03T04:08:38.849Z Compiling rustix v0.37.28
4712025-03-03T04:08:39.065Z Compiling anstyle-parse v0.2.5
4722025-03-03T04:08:39.404Z Compiling autocfg v1.4.0
4732025-03-03T04:08:39.603Z Compiling indexmap v2.7.1
4742025-03-03T04:08:39.718Z Compiling thiserror v2.0.11
4752025-03-03T04:08:39.797Z Compiling semver v1.0.25
4762025-03-03T04:08:39.797Z Compiling pretty-hex v0.4.1
4772025-03-03T04:08:39.954Z Compiling bitflags v1.3.2
4782025-03-03T04:08:40.060Z Compiling winnow v0.7.3
4792025-03-03T04:08:40.188Z Compiling is_terminal_polyfill v1.70.1
4802025-03-03T04:08:40.250Z Compiling unicode-width v0.1.14
4812025-03-03T04:08:40.337Z Compiling anstyle-query v1.1.1
4822025-03-03T04:08:40.373Z Compiling colorchoice v1.0.2
4832025-03-03T04:08:40.501Z Compiling anstyle v1.0.10
4842025-03-03T04:08:40.622Z Compiling fs-err v2.11.0
4852025-03-03T04:08:40.832Z Compiling terminal_size v0.4.0
4862025-03-03T04:08:40.949Z Compiling anstream v0.6.15
4872025-03-03T04:08:41.178Z Compiling bytecount v0.6.8
4882025-03-03T04:08:41.202Z Compiling fnv v1.0.7
4892025-03-03T04:08:41.223Z Compiling fastrand v2.1.1
4902025-03-03T04:08:41.344Z Compiling anyhow v1.0.96
4912025-03-03T04:08:41.399Z Compiling heck v0.4.1
4922025-03-03T04:08:41.586Z Compiling clap_lex v0.7.4
4932025-03-03T04:08:41.815Z Compiling strsim v0.11.1
4942025-03-03T04:08:42.041Z Compiling heck v0.5.0
4952025-03-03T04:08:42.278Z Compiling cfg-if v1.0.0
4962025-03-03T04:08:42.306Z Compiling clap_builder v4.5.31
4972025-03-03T04:08:42.335Z Compiling terminal_size v0.2.6
4982025-03-03T04:08:42.386Z Compiling tempfile v3.13.0
4992025-03-03T04:08:42.541Z Compiling papergrid v0.11.0
5002025-03-03T04:08:42.710Z Compiling memmap v0.7.0
5012025-03-03T04:08:42.897Z Compiling unicode-linebreak v0.1.5
5022025-03-03T04:08:43.036Z Compiling smawk v0.3.2
5032025-03-03T04:08:43.397Z Compiling textwrap v0.16.1
5042025-03-03T04:08:43.531Z Compiling swrite v0.1.0
5052025-03-03T04:08:43.978Z Compiling tabled_derive v0.7.0
5062025-03-03T04:08:45.451Z Compiling tabled v0.15.0
5072025-03-03T04:08:45.613Z Compiling serde_derive v1.0.218
5082025-03-03T04:08:45.614Z Compiling thiserror-impl v1.0.69
5092025-03-03T04:08:45.617Z Compiling zerocopy-derive v0.7.35
5102025-03-03T04:08:45.617Z Compiling scroll_derive v0.12.0
5112025-03-03T04:08:45.617Z Compiling thiserror-impl v2.0.11
5122025-03-03T04:08:45.617Z Compiling clap_derive v4.5.28
5132025-03-03T04:08:47.072Z Compiling scroll v0.12.0
5142025-03-03T04:08:47.594Z Compiling goblin v0.8.2
5152025-03-03T04:08:47.627Z Compiling zerocopy v0.7.35
5162025-03-03T04:08:48.692Z Compiling pest v2.7.14
5172025-03-03T04:08:49.880Z Compiling clap v4.5.31
5182025-03-03T04:08:50.887Z Compiling pest_meta v2.7.14
5192025-03-03T04:08:51.764Z Compiling pest_generator v2.7.14
5202025-03-03T04:08:53.115Z Compiling pest_derive v2.7.14
5212025-03-03T04:08:53.698Z Compiling dtrace-parser v0.2.0
5222025-03-03T04:08:54.532Z Compiling serde_tokenstream v0.2.2
5232025-03-03T04:08:54.570Z Compiling serde_spanned v0.6.8
5242025-03-03T04:08:54.570Z Compiling toml_datetime v0.6.8
5252025-03-03T04:08:54.733Z Compiling cargo-platform v0.1.8
5262025-03-03T04:08:54.806Z Compiling macaddr v1.0.1
5272025-03-03T04:08:55.071Z Compiling toml_edit v0.22.24
5282025-03-03T04:08:55.185Z Compiling camino-tempfile v1.1.1
5292025-03-03T04:08:55.937Z Compiling dof v0.3.0
5302025-03-03T04:08:55.955Z Compiling cargo_metadata v0.19.2
5312025-03-03T04:08:57.267Z Compiling usdt-attr-macro v0.5.0
5322025-03-03T04:08:57.267Z Compiling usdt-macro v0.5.0
5332025-03-03T04:08:57.745Z Compiling toml v0.8.20
5342025-03-03T04:08:58.266Z Compiling usdt v0.5.0
5352025-03-03T04:08:58.607Z Compiling cargo_toml v0.21.0
5362025-03-03T04:09:01.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5372025-03-03T04:09:04.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.22s
5382025-03-03T04:09:04.377Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5392025-03-03T04:09:04.930Z Downloading crates ...
5402025-03-03T04:09:05.051Z Downloaded adler2 v2.0.0
5412025-03-03T04:09:05.071Z Downloaded ciborium-io v0.2.2
5422025-03-03T04:09:05.077Z Downloaded array-init v0.0.4
5432025-03-03T04:09:05.080Z Downloaded aes v0.8.4
5442025-03-03T04:09:05.086Z Downloaded const_format_proc_macros v0.2.34
5452025-03-03T04:09:05.090Z Downloaded argon2 v0.5.3
5462025-03-03T04:09:05.093Z Downloaded cfg_aliases v0.2.1
5472025-03-03T04:09:05.096Z Downloaded atty v0.2.14
5482025-03-03T04:09:05.104Z Downloaded cstr-argument v0.1.2
5492025-03-03T04:09:05.107Z Downloaded crucible-workspace-hack v0.1.0
5502025-03-03T04:09:05.118Z Downloaded bcrypt-pbkdf v0.10.0
5512025-03-03T04:09:05.122Z Downloaded cfg_aliases v0.1.1
5522025-03-03T04:09:05.125Z Downloaded async-recursion v1.1.1
5532025-03-03T04:09:05.128Z Downloaded atomicwrites v0.4.4
5542025-03-03T04:09:05.135Z Downloaded newline-converter v0.3.0
5552025-03-03T04:09:05.143Z Downloaded async-stream-impl v0.3.6
5562025-03-03T04:09:05.146Z Downloaded match_cfg v0.1.0
5572025-03-03T04:09:05.150Z Downloaded crossbeam-deque v0.8.5
5582025-03-03T04:09:05.153Z Downloaded buf-list v1.0.3
5592025-03-03T04:09:05.156Z Downloaded ident_case v1.0.1
5602025-03-03T04:09:05.156Z Downloaded hyper-tls v0.6.0
5612025-03-03T04:09:05.160Z Downloaded chrono-tz-build v0.4.0
5622025-03-03T04:09:05.160Z Downloaded ciborium-ll v0.2.2
5632025-03-03T04:09:05.165Z Downloaded http-body-util v0.1.2
5642025-03-03T04:09:05.168Z Downloaded mockall v0.13.1
5652025-03-03T04:09:05.168Z Downloaded bit-set v0.8.0
5662025-03-03T04:09:05.168Z Downloaded ascii-canvas v3.0.0
5672025-03-03T04:09:05.179Z Downloaded chacha20 v0.9.1
5682025-03-03T04:09:05.183Z Downloaded crc v3.2.1
5692025-03-03T04:09:05.183Z Downloaded block-padding v0.3.3
5702025-03-03T04:09:05.183Z Downloaded arc-swap v1.7.1
5712025-03-03T04:09:05.183Z Downloaded crunchy v0.2.2
5722025-03-03T04:09:05.186Z Downloaded is_ci v1.2.0
5732025-03-03T04:09:05.187Z Downloaded cmake v0.1.51
5742025-03-03T04:09:05.187Z Downloaded async-stream v0.3.6
5752025-03-03T04:09:05.190Z Downloaded icu_provider_macros v1.5.0
5762025-03-03T04:09:05.190Z Downloaded castaway v0.2.3
5772025-03-03T04:09:05.193Z Downloaded blowfish v0.9.1
5782025-03-03T04:09:05.194Z Downloaded cobs v0.2.3
5792025-03-03T04:09:05.194Z Downloaded bit-vec v0.6.3
5802025-03-03T04:09:05.198Z Downloaded arrayref v0.3.9
5812025-03-03T04:09:05.198Z Downloaded multimap v0.10.0
5822025-03-03T04:09:05.203Z Downloaded lru-cache v0.1.2
5832025-03-03T04:09:05.203Z Downloaded ctr v0.9.2
5842025-03-03T04:09:05.208Z Downloaded cassowary v0.3.0
5852025-03-03T04:09:05.208Z Downloaded bitfield v0.14.0
5862025-03-03T04:09:05.208Z Downloaded maplit v1.0.2
5872025-03-03T04:09:05.212Z Downloaded new_debug_unreachable v1.0.6
5882025-03-03T04:09:05.212Z Downloaded instant v0.1.13
5892025-03-03T04:09:05.212Z Downloaded http-body v1.0.1
5902025-03-03T04:09:05.212Z Downloaded linear-map v1.2.0
5912025-03-03T04:09:05.218Z Downloaded convert_case v0.4.0
5922025-03-03T04:09:05.218Z Downloaded hyper-rustls v0.27.3
5932025-03-03T04:09:05.218Z Downloaded nanorand v0.7.0
5942025-03-03T04:09:05.221Z Downloaded libefi-sys v0.1.0
5952025-03-03T04:09:05.221Z Downloaded lazycell v1.3.0
5962025-03-03T04:09:05.224Z Downloaded lazy_static v1.5.0
5972025-03-03T04:09:05.224Z Downloaded bcs v0.1.6
5982025-03-03T04:09:05.229Z Downloaded idna_adapter v1.2.0
5992025-03-03T04:09:05.229Z Downloaded httpdate v1.0.3
6002025-03-03T04:09:05.233Z Downloaded libsw v3.4.0
6012025-03-03T04:09:05.233Z Downloaded lalrpop-util v0.19.12
6022025-03-03T04:09:05.233Z Downloaded ipnetwork v0.21.1
6032025-03-03T04:09:05.236Z Downloaded cargo_metadata v0.18.1
6042025-03-03T04:09:05.240Z Downloaded hyper-staticfile v0.10.1
6052025-03-03T04:09:05.240Z Downloaded md-5 v0.10.6
6062025-03-03T04:09:05.248Z Downloaded libsw-core v0.3.1
6072025-03-03T04:09:05.248Z Downloaded instability v0.3.2
6082025-03-03T04:09:05.252Z Downloaded inout v0.1.3
6092025-03-03T04:09:05.252Z Downloaded allocator-api2 v0.2.18
6102025-03-03T04:09:05.253Z Downloaded litemap v0.7.3
6112025-03-03T04:09:05.256Z Downloaded multer v3.1.0
6122025-03-03T04:09:05.256Z Downloaded crc32fast v1.4.2
6132025-03-03T04:09:05.261Z Downloaded mime_guess v2.0.5
6142025-03-03T04:09:05.261Z Downloaded managed v0.8.0
6152025-03-03T04:09:05.264Z Downloaded hubpack_derive v0.1.1
6162025-03-03T04:09:05.264Z Downloaded base16ct v0.2.0
6172025-03-03T04:09:05.264Z Downloaded ipnet v2.11.0
6182025-03-03T04:09:05.268Z Downloaded cookie_store v0.21.1
6192025-03-03T04:09:05.268Z Downloaded hostname v0.3.1
6202025-03-03T04:09:05.271Z Downloaded cbc v0.1.2
6212025-03-03T04:09:05.271Z Downloaded humantime v2.1.0
6222025-03-03T04:09:05.274Z Downloaded kstat-rs v0.2.4
6232025-03-03T04:09:05.274Z Downloaded cipher v0.4.4
6242025-03-03T04:09:05.277Z Downloaded aead v0.5.2
6252025-03-03T04:09:05.277Z Downloaded memmap2 v0.9.5
6262025-03-03T04:09:05.280Z Downloaded keccak v0.1.5
6272025-03-03T04:09:05.280Z Downloaded impl-trait-for-tuples v0.2.2
6282025-03-03T04:09:05.284Z Downloaded hubpack v0.1.2
6292025-03-03T04:09:05.287Z Downloaded rand_core v0.6.4
6302025-03-03T04:09:05.287Z Downloaded http-range v0.1.5
6312025-03-03T04:09:05.290Z Downloaded libloading v0.8.5
6322025-03-03T04:09:05.290Z Downloaded jobserver v0.1.32
6332025-03-03T04:09:05.293Z Downloaded rand_chacha v0.9.0
6342025-03-03T04:09:05.296Z Downloaded icu_locid_transform v1.5.0
6352025-03-03T04:09:05.296Z Downloaded const-oid v0.9.6
6362025-03-03T04:09:05.300Z Downloaded colored v2.2.0
6372025-03-03T04:09:05.304Z Downloaded lock_api v0.4.12
6382025-03-03T04:09:05.307Z Downloaded cexpr v0.6.0
6392025-03-03T04:09:05.307Z Downloaded assert_matches v1.5.0
6402025-03-03T04:09:05.311Z Downloaded icu_normalizer_data v1.5.0
6412025-03-03T04:09:05.312Z Downloaded sync_wrapper v1.0.1
6422025-03-03T04:09:05.312Z Downloaded slog-bunyan v2.5.0
6432025-03-03T04:09:05.316Z Downloaded newtype-uuid v1.2.1
6442025-03-03T04:09:05.316Z Downloaded tower-service v0.3.3
6452025-03-03T04:09:05.316Z Downloaded memoffset v0.9.1
6462025-03-03T04:09:05.319Z Downloaded lru v0.12.5
6472025-03-03T04:09:05.319Z Downloaded indoc v1.0.9
6482025-03-03T04:09:05.323Z Downloaded native-tls v0.2.12
6492025-03-03T04:09:05.326Z Downloaded crc-any v2.5.0
6502025-03-03T04:09:05.326Z Downloaded ahash v0.8.11
6512025-03-03T04:09:05.330Z Downloaded iana-time-zone v0.1.61
6522025-03-03T04:09:05.333Z Downloaded maybe-uninit v2.0.0
6532025-03-03T04:09:05.338Z Downloaded linked-hash-map v0.5.6
6542025-03-03T04:09:05.338Z Downloaded csv-core v0.1.11
6552025-03-03T04:09:05.341Z Downloaded cookie v0.18.1
6562025-03-03T04:09:05.341Z Downloaded icu_locid_transform_data v1.5.0
6572025-03-03T04:09:05.341Z Downloaded httparse v1.9.5
6582025-03-03T04:09:05.346Z Downloaded signal-hook-mio v0.2.4
6592025-03-03T04:09:05.349Z Downloaded console v0.15.10
6602025-03-03T04:09:05.349Z Downloaded clang-sys v1.8.1
6612025-03-03T04:09:05.352Z Downloaded serde_repr v0.1.19
6622025-03-03T04:09:05.356Z Downloaded md5 v0.7.0
6632025-03-03T04:09:05.356Z Downloaded base64 v0.13.1
6642025-03-03T04:09:05.359Z Downloaded litrs v0.4.1
6652025-03-03T04:09:05.362Z Downloaded sha1 v0.10.6
6662025-03-03T04:09:05.368Z Downloaded icu_properties v1.5.1
6672025-03-03T04:09:05.372Z Downloaded slog-stdlog v4.1.1
6682025-03-03T04:09:05.373Z Downloaded rustc-hash v1.1.0
6692025-03-03T04:09:05.373Z Downloaded arrayvec v0.7.6
6702025-03-03T04:09:05.376Z Downloaded tabled_derive v0.10.0
6712025-03-03T04:09:05.376Z Downloaded ssh-cipher v0.2.0
6722025-03-03T04:09:05.376Z Downloaded hex v0.4.3
6732025-03-03T04:09:05.381Z Downloaded tower-layer v0.3.3
6742025-03-03T04:09:05.381Z Downloaded highway v1.3.0
6752025-03-03T04:09:05.384Z Downloaded progenitor-impl v0.8.0
6762025-03-03T04:09:05.384Z Downloaded indoc v2.0.5
6772025-03-03T04:09:05.388Z Downloaded tinystr v0.7.6
6782025-03-03T04:09:05.390Z Downloaded slog-scope v4.4.0
6792025-03-03T04:09:05.390Z Downloaded ref-cast-impl v1.0.23
6802025-03-03T04:09:05.400Z Downloaded nibble_vec v0.1.0
6812025-03-03T04:09:05.400Z Downloaded tabwriter v1.4.0
6822025-03-03T04:09:05.400Z Downloaded mime v0.3.17
6832025-03-03T04:09:05.400Z Downloaded indexmap v1.9.3
6842025-03-03T04:09:05.400Z Downloaded compact_str v0.8.0
6852025-03-03T04:09:05.405Z Downloaded openssl-macros v0.1.1
6862025-03-03T04:09:05.405Z Downloaded typify-macro v0.2.0
6872025-03-03T04:09:05.405Z Downloaded headers v0.4.0
6882025-03-03T04:09:05.410Z Downloaded blake2 v0.10.6
6892025-03-03T04:09:05.413Z Downloaded parse-display v0.10.0
6902025-03-03T04:09:05.416Z Downloaded openssl-probe v0.1.5
6912025-03-03T04:09:05.417Z Downloaded endian-type v0.1.2
6922025-03-03T04:09:05.420Z Downloaded structmeta-derive v0.3.0
6932025-03-03T04:09:05.420Z Downloaded xattr v1.3.1
6942025-03-03T04:09:05.420Z Downloaded const_format v0.2.34
6952025-03-03T04:09:05.424Z Downloaded schemars v0.8.22
6962025-03-03T04:09:05.447Z Downloaded percent-encoding v2.3.1
6972025-03-03T04:09:05.450Z Downloaded pbkdf2 v0.12.2
6982025-03-03T04:09:05.450Z Downloaded olpc-cjson v0.1.4
6992025-03-03T04:09:05.454Z Downloaded nodrop v0.1.14
7002025-03-03T04:09:05.454Z Downloaded ghash v0.5.1
7012025-03-03T04:09:05.454Z Downloaded curve25519-dalek-derive v0.1.1
7022025-03-03T04:09:05.458Z Downloaded utf8_iter v1.0.4
7032025-03-03T04:09:05.458Z Downloaded tokio-rustls v0.25.0
7042025-03-03T04:09:05.461Z Downloaded predicates-tree v1.0.11
7052025-03-03T04:09:05.461Z Downloaded flagset v0.4.6
7062025-03-03T04:09:05.461Z Downloaded progenitor-impl v0.9.1
7072025-03-03T04:09:05.466Z Downloaded simd-adler32 v0.3.7
7082025-03-03T04:09:05.466Z Downloaded sec1 v0.7.3
7092025-03-03T04:09:05.469Z Downloaded salsa20 v0.10.2
7102025-03-03T04:09:05.469Z Downloaded tinyvec v1.8.0
7112025-03-03T04:09:05.472Z Downloaded slog-term v2.9.1
7122025-03-03T04:09:05.475Z Downloaded bumpalo v3.16.0
7132025-03-03T04:09:05.478Z Downloaded icu_collections v1.5.0
7142025-03-03T04:09:05.482Z Downloaded rustc_version v0.4.1
7152025-03-03T04:09:05.486Z Downloaded parse-display-derive v0.10.0
7162025-03-03T04:09:05.486Z Downloaded globset v0.4.15
7172025-03-03T04:09:05.489Z Downloaded dyn-clone v1.0.18
7182025-03-03T04:09:05.492Z Downloaded daft v0.1.1
7192025-03-03T04:09:05.492Z Downloaded base64 v0.22.1
7202025-03-03T04:09:05.495Z Downloaded hyper-util v0.1.10
7212025-03-03T04:09:05.501Z Downloaded same-file v1.0.6
7222025-03-03T04:09:05.504Z Downloaded pem-rfc7468 v0.7.0
7232025-03-03T04:09:05.504Z Downloaded futures-macro v0.3.31
7242025-03-03T04:09:05.504Z Downloaded uzers v0.12.1
7252025-03-03T04:09:05.507Z Downloaded icu_provider v1.5.0
7262025-03-03T04:09:05.510Z Downloaded downcast v0.11.0
7272025-03-03T04:09:05.513Z Downloaded slab v0.4.9
7282025-03-03T04:09:05.513Z Downloaded futures-io v0.3.31
7292025-03-03T04:09:05.516Z Downloaded structmeta v0.3.0
7302025-03-03T04:09:05.516Z Downloaded icu_normalizer v1.5.0
7312025-03-03T04:09:05.519Z Downloaded schemars_derive v0.8.22
7322025-03-03T04:09:05.522Z Downloaded ssh-encoding v0.2.0
7332025-03-03T04:09:05.528Z Downloaded radium v0.7.0
7342025-03-03T04:09:05.531Z Downloaded postcard v1.0.10
7352025-03-03T04:09:05.534Z Downloaded hickory-server v0.24.4
7362025-03-03T04:09:05.544Z Downloaded oso-derive v0.27.3
7372025-03-03T04:09:05.547Z Downloaded termtree v0.5.1
7382025-03-03T04:09:05.547Z Downloaded diesel-dtrace v0.4.2
7392025-03-03T04:09:05.550Z Downloaded ecdsa v0.16.9
7402025-03-03T04:09:05.553Z Downloaded cc v1.2.15
7412025-03-03T04:09:05.557Z Downloaded base64 v0.21.7
7422025-03-03T04:09:05.562Z Downloaded zeroize_derive v1.4.2
7432025-03-03T04:09:05.565Z Downloaded ron v0.7.1
7442025-03-03T04:09:05.568Z Downloaded rustc_version v0.1.7
7452025-03-03T04:09:05.571Z Downloaded secrecy v0.8.0
7462025-03-03T04:09:05.571Z Downloaded futures-executor v0.3.31
7472025-03-03T04:09:05.574Z Downloaded either v1.14.0
7482025-03-03T04:09:05.574Z Downloaded crossbeam-channel v0.5.13
7492025-03-03T04:09:05.578Z Downloaded value-bag v1.9.0
7502025-03-03T04:09:05.581Z Downloaded synstructure v0.13.1
7512025-03-03T04:09:05.585Z Downloaded minimal-lexical v0.2.1
7522025-03-03T04:09:05.589Z Downloaded indicatif v0.17.11
7532025-03-03T04:09:05.593Z Downloaded peg-runtime v0.8.3
7542025-03-03T04:09:05.593Z Downloaded foldhash v0.1.3
7552025-03-03T04:09:05.597Z Downloaded des v0.8.1
7562025-03-03T04:09:05.597Z Downloaded xz2 v0.1.7
7572025-03-03T04:09:05.597Z Downloaded rustc-hash v2.1.1
7582025-03-03T04:09:05.603Z Downloaded crypto-bigint v0.5.5
7592025-03-03T04:09:05.606Z Downloaded zopfli v0.8.1
7602025-03-03T04:09:05.609Z Downloaded unsafe-libyaml v0.2.11
7612025-03-03T04:09:05.612Z Downloaded proc-macro-error2 v2.0.1
7622025-03-03T04:09:05.615Z Downloaded addr2line v0.24.2
7632025-03-03T04:09:05.618Z Downloaded crossbeam-epoch v0.9.18
7642025-03-03T04:09:05.621Z Downloaded ciborium v0.2.2
7652025-03-03T04:09:05.624Z Downloaded time-core v0.1.2
7662025-03-03T04:09:05.624Z Downloaded vergen v8.3.2
7672025-03-03T04:09:05.628Z Downloaded crossbeam-utils v0.8.20
7682025-03-03T04:09:05.631Z Downloaded indent_write v2.2.0
7692025-03-03T04:09:05.631Z Downloaded icu_locid v1.5.0
7702025-03-03T04:09:05.634Z Downloaded fixedbitset v0.5.7
7712025-03-03T04:09:05.637Z Downloaded zip v0.6.6
7722025-03-03T04:09:05.640Z Downloaded uuid v1.15.1
7732025-03-03T04:09:05.643Z Downloaded base64ct v1.6.0
7742025-03-03T04:09:05.646Z Downloaded backtrace v0.3.74
7752025-03-03T04:09:05.651Z Downloaded mio v1.0.2
7762025-03-03T04:09:05.656Z Downloaded defmt v0.3.8
7772025-03-03T04:09:05.660Z Downloaded backoff v0.4.0
7782025-03-03T04:09:05.664Z Downloaded quinn-udp v0.5.5
7792025-03-03T04:09:05.668Z Downloaded cancel-safe-futures v0.1.5
7802025-03-03T04:09:05.668Z Downloaded bit-vec v0.8.0
7812025-03-03T04:09:05.672Z Downloaded ppv-lite86 v0.2.20
7822025-03-03T04:09:05.672Z Downloaded async-trait v0.1.86
7832025-03-03T04:09:05.675Z Downloaded rand_chacha v0.3.1
7842025-03-03T04:09:05.678Z Downloaded crossterm v0.28.1
7852025-03-03T04:09:05.682Z Downloaded bzip2 v0.4.4
7862025-03-03T04:09:05.685Z Downloaded home v0.5.9
7872025-03-03T04:09:05.685Z Downloaded constant_time_eq v0.3.1
7882025-03-03T04:09:05.688Z Downloaded async-bb8-diesel v0.2.1
7892025-03-03T04:09:05.691Z Downloaded hostname v0.4.0
7902025-03-03T04:09:05.691Z Downloaded lockfree-object-pool v0.1.6
7912025-03-03T04:09:05.694Z Downloaded slog-envlogger v2.2.0
7922025-03-03T04:09:05.697Z Downloaded quick-error v1.2.3
7932025-03-03T04:09:05.697Z Downloaded getrandom v0.2.15
7942025-03-03T04:09:05.700Z Downloaded deranged v0.3.11
7952025-03-03T04:09:05.703Z Downloaded tls_codec v0.4.1
7962025-03-03T04:09:05.706Z Downloaded sqlparser_derive v0.2.2
7972025-03-03T04:09:05.706Z Downloaded spki v0.7.3
7982025-03-03T04:09:05.706Z Downloaded zerocopy v0.6.6
7992025-03-03T04:09:05.709Z Downloaded steno v0.4.1
8002025-03-03T04:09:05.713Z Downloaded is-terminal v0.4.13
8012025-03-03T04:09:05.716Z Downloaded zerovec-derive v0.10.3
8022025-03-03T04:09:05.716Z Downloaded r2d2 v0.8.10
8032025-03-03T04:09:05.716Z Downloaded hash32 v0.3.1
8042025-03-03T04:09:05.719Z Downloaded tungstenite v0.21.0
8052025-03-03T04:09:05.722Z Downloaded bitfield-struct v0.6.2
8062025-03-03T04:09:05.726Z Downloaded toml v0.7.8
8072025-03-03T04:09:05.729Z Downloaded tokio-rustls v0.24.1
8082025-03-03T04:09:05.729Z Downloaded bb8 v0.8.5
8092025-03-03T04:09:05.732Z Downloaded crc-catalog v2.4.0
8102025-03-03T04:09:05.732Z Downloaded bit-set v0.5.3
8112025-03-03T04:09:05.732Z Downloaded atomic-waker v1.1.2
8122025-03-03T04:09:05.735Z Downloaded proc-macro-crate v1.3.1
8132025-03-03T04:09:05.738Z Downloaded oso v0.27.3
8142025-03-03T04:09:05.741Z Downloaded daft-derive v0.1.1
8152025-03-03T04:09:05.745Z Downloaded miniz_oxide v0.8.5
8162025-03-03T04:09:05.750Z Downloaded aes-gcm v0.10.3
8172025-03-03T04:09:05.753Z Downloaded mockall_derive v0.13.1
8182025-03-03T04:09:05.753Z Downloaded tower v0.5.2
8192025-03-03T04:09:05.760Z Downloaded paste v1.0.15
8202025-03-03T04:09:05.763Z Downloaded difflib v0.4.0
8212025-03-03T04:09:05.766Z Downloaded russh v0.45.0
8222025-03-03T04:09:05.769Z Downloaded scheduled-thread-pool v0.2.7
8232025-03-03T04:09:05.772Z Downloaded packed_struct v0.10.1
8242025-03-03T04:09:05.778Z Downloaded embedded-io v0.4.0
8252025-03-03T04:09:05.781Z Downloaded proc-macro-error-attr2 v2.0.0
8262025-03-03T04:09:05.781Z Downloaded libm v0.2.8
8272025-03-03T04:09:05.788Z Downloaded zerofrom-derive v0.1.4
8282025-03-03T04:09:05.791Z Downloaded unicode-truncate v1.1.0
8292025-03-03T04:09:05.794Z Downloaded elliptic-curve v0.13.8
8302025-03-03T04:09:05.797Z Downloaded vsss-rs v3.3.4
8312025-03-03T04:09:05.800Z Downloaded pem v3.0.5
8322025-03-03T04:09:05.804Z Downloaded dirs-next v2.0.0
8332025-03-03T04:09:05.807Z Downloaded gethostname v0.5.0
8342025-03-03T04:09:05.810Z Downloaded progenitor-macro v0.9.1
8352025-03-03T04:09:05.813Z Downloaded sqlformat v0.2.6
8362025-03-03T04:09:05.816Z Downloaded normalize-line-endings v0.3.0
8372025-03-03T04:09:05.819Z Downloaded diesel_table_macro_syntax v0.2.0
8382025-03-03T04:09:05.830Z Downloaded rand_xorshift v0.3.0
8392025-03-03T04:09:05.833Z Downloaded slog-json v2.6.1
8402025-03-03T04:09:05.836Z Downloaded num-rational v0.4.2
8412025-03-03T04:09:05.836Z Downloaded phf v0.11.2
8422025-03-03T04:09:05.839Z Downloaded glob v0.3.2
8432025-03-03T04:09:05.839Z Downloaded float-cmp v0.10.0
8442025-03-03T04:09:05.842Z Downloaded enum-as-inner v0.6.1
8452025-03-03T04:09:05.842Z Downloaded zone_cfg_derive v0.3.0
8462025-03-03T04:09:05.846Z Downloaded embedded-io v0.6.1
8472025-03-03T04:09:05.849Z Downloaded serde_plain v1.0.2
8482025-03-03T04:09:05.849Z Downloaded postgres-protocol v0.6.8
8492025-03-03T04:09:05.852Z Downloaded pkcs8 v0.10.2
8502025-03-03T04:09:05.855Z Downloaded env_filter v0.1.2
8512025-03-03T04:09:05.855Z Downloaded untrusted v0.7.1
8522025-03-03T04:09:05.858Z Downloaded flume v0.11.1
8532025-03-03T04:09:05.861Z Downloaded rand_seeder v0.3.0
8542025-03-03T04:09:05.861Z Downloaded float-ord v0.3.2
8552025-03-03T04:09:05.864Z Downloaded serde_yaml v0.9.34+deprecated
8562025-03-03T04:09:05.867Z Downloaded waitgroup v0.1.2
8572025-03-03T04:09:05.870Z Downloaded rustls-pemfile v1.0.4
8582025-03-03T04:09:05.870Z Downloaded password-hash v0.5.0
8592025-03-03T04:09:05.873Z Downloaded itertools v0.12.1
8602025-03-03T04:09:05.879Z Downloaded headers-core v0.3.0
8612025-03-03T04:09:05.882Z Downloaded libxml v0.3.3
8622025-03-03T04:09:05.892Z Downloaded futures-core v0.3.31
8632025-03-03T04:09:05.895Z Downloaded thiserror-no-std v2.0.2
8642025-03-03T04:09:05.895Z Downloaded hash32 v0.2.1
8652025-03-03T04:09:05.895Z Downloaded universal-hash v0.5.1
8662025-03-03T04:09:05.895Z Downloaded path-slash v0.1.5
8672025-03-03T04:09:05.898Z Downloaded termcolor v1.4.1
8682025-03-03T04:09:05.898Z Downloaded blake3 v1.5.4
8692025-03-03T04:09:05.907Z Downloaded subtle v2.6.1
8702025-03-03T04:09:05.910Z Downloaded vte_generate_state_changes v0.1.2
8712025-03-03T04:09:05.910Z Downloaded serde_urlencoded v0.7.1
8722025-03-03T04:09:05.910Z Downloaded strum_macros v0.26.4
8732025-03-03T04:09:05.913Z Downloaded scopeguard v1.2.0
8742025-03-03T04:09:05.916Z Downloaded env_logger v0.11.5
8752025-03-03T04:09:05.919Z Downloaded tokio-macros v2.5.0
8762025-03-03T04:09:05.919Z Downloaded tungstenite v0.24.0
8772025-03-03T04:09:05.922Z Downloaded writeable v0.5.5
8782025-03-03T04:09:05.925Z Downloaded zone v0.1.8
8792025-03-03T04:09:05.925Z Downloaded tinyvec_macros v0.1.1
8802025-03-03T04:09:05.928Z Downloaded serde_with_macros v3.12.0
8812025-03-03T04:09:05.932Z Downloaded futures-task v0.3.31
8822025-03-03T04:09:05.932Z Downloaded take_mut v0.2.2
8832025-03-03T04:09:05.932Z Downloaded rpassword v7.3.1
8842025-03-03T04:09:05.935Z Downloaded fallible-iterator v0.2.0
8852025-03-03T04:09:05.935Z Downloaded env_logger v0.10.2
8862025-03-03T04:09:05.938Z Downloaded derive_more v0.99.19
8872025-03-03T04:09:05.942Z Downloaded smallvec v1.14.0
8882025-03-03T04:09:05.946Z Downloaded x509-cert v0.2.5
8892025-03-03T04:09:05.952Z Downloaded slog-dtrace v0.3.0
8902025-03-03T04:09:05.957Z Downloaded quinn v0.11.5
8912025-03-03T04:09:05.961Z Downloaded tracing-attributes v0.1.27
8922025-03-03T04:09:05.964Z Downloaded tungstenite v0.23.0
8932025-03-03T04:09:05.967Z Downloaded chacha20poly1305 v0.10.1
8942025-03-03T04:09:05.967Z Downloaded http v1.2.0
8952025-03-03T04:09:05.971Z Downloaded aho-corasick v1.1.3
8962025-03-03T04:09:05.977Z Downloaded rand_core v0.9.2
8972025-03-03T04:09:05.980Z Downloaded vte v0.11.1
8982025-03-03T04:09:05.984Z Downloaded postgres-types v0.2.9
8992025-03-03T04:09:05.984Z Downloaded toolchain_find v0.4.0
9002025-03-03T04:09:05.988Z Downloaded fxhash v0.2.1
9012025-03-03T04:09:05.988Z Downloaded subprocess v0.2.9
9022025-03-03T04:09:05.991Z Downloaded unicode-xid v0.2.6
9032025-03-03T04:09:05.991Z Downloaded wait-timeout v0.2.0
9042025-03-03T04:09:05.994Z Downloaded ron v0.8.1
9052025-03-03T04:09:05.998Z Downloaded num_enum v0.5.11
9062025-03-03T04:09:06.003Z Downloaded serde-big-array v0.5.1
9072025-03-03T04:09:06.007Z Downloaded hmac v0.12.1
9082025-03-03T04:09:06.010Z Downloaded darling v0.20.10
9092025-03-03T04:09:06.013Z Downloaded zeroize v1.8.1
9102025-03-03T04:09:06.013Z Downloaded tiny-keccak v2.0.2
9112025-03-03T04:09:06.016Z Downloaded itertools v0.14.0
9122025-03-03T04:09:06.023Z Downloaded bytes v1.10.0
9132025-03-03T04:09:06.027Z Downloaded hyper v1.6.0
9142025-03-03T04:09:06.033Z Downloaded powerfmt v0.2.0
9152025-03-03T04:09:06.036Z Downloaded quick-xml v0.37.2
9162025-03-03T04:09:06.040Z Downloaded pkg-config v0.3.31
9172025-03-03T04:09:06.043Z Downloaded aws-lc-rs v1.12.4
9182025-03-03T04:09:06.051Z Downloaded slog-async v2.8.0
9192025-03-03T04:09:06.055Z Downloaded itertools v0.10.5
9202025-03-03T04:09:06.059Z Downloaded zip v2.1.3
9212025-03-03T04:09:06.064Z Downloaded tui-tree-widget v0.23.0
9222025-03-03T04:09:06.067Z Downloaded itertools v0.13.0
9232025-03-03T04:09:06.073Z Downloaded try-lock v0.2.5
9242025-03-03T04:09:06.076Z Downloaded packed_struct_codegen v0.10.1
9252025-03-03T04:09:06.077Z Downloaded diesel_derives v2.2.3
9262025-03-03T04:09:06.080Z Downloaded getrandom v0.3.1
9272025-03-03T04:09:06.084Z Downloaded foreign-types-shared v0.1.1
9282025-03-03T04:09:06.087Z Downloaded phf_generator v0.11.2
9292025-03-03T04:09:06.087Z Downloaded dsl_auto_type v0.1.2
9302025-03-03T04:09:06.090Z Downloaded tokio-rustls v0.26.0
9312025-03-03T04:09:06.090Z Downloaded tar v0.4.44
9322025-03-03T04:09:06.093Z Downloaded futures-sink v0.3.31
9332025-03-03T04:09:06.097Z Downloaded rustfmt-wrapper v0.2.1
9342025-03-03T04:09:06.097Z Downloaded rand v0.8.5
9352025-03-03T04:09:06.101Z Downloaded num-conv v0.1.0
9362025-03-03T04:09:06.101Z Downloaded portable-atomic v1.9.0
9372025-03-03T04:09:06.109Z Downloaded peg-macros v0.8.4
9382025-03-03T04:09:06.114Z Downloaded bindgen v0.69.5
9392025-03-03T04:09:06.119Z Downloaded want v0.3.1
9402025-03-03T04:09:06.123Z Downloaded num-integer v0.1.46
9412025-03-03T04:09:06.123Z Downloaded rayon-core v1.12.1
9422025-03-03T04:09:06.126Z Downloaded progenitor-client v0.9.1
9432025-03-03T04:09:06.129Z Downloaded pkcs1 v0.7.5
9442025-03-03T04:09:06.129Z Downloaded dirs-sys-next v0.1.2
9452025-03-03T04:09:06.132Z Downloaded num-derive v0.4.2
9462025-03-03T04:09:06.132Z Downloaded omicron-zone-package v0.12.0
9472025-03-03T04:09:06.136Z Downloaded rusty-fork v0.3.0
9482025-03-03T04:09:06.140Z Downloaded wyz v0.5.1
9492025-03-03T04:09:06.143Z Downloaded typify v0.2.0
9502025-03-03T04:09:06.143Z Downloaded serde_derive_internals v0.29.1
9512025-03-03T04:09:06.146Z Downloaded pkcs5 v0.7.1
9522025-03-03T04:09:06.149Z Downloaded bitvec v1.0.1
9532025-03-03T04:09:06.165Z Downloaded termtree v0.4.1
9542025-03-03T04:09:06.168Z Downloaded pin-project-lite v0.2.14
9552025-03-03T04:09:06.172Z Downloaded twox-hash v2.1.0
9562025-03-03T04:09:06.175Z Downloaded darling_core v0.20.10
9572025-03-03T04:09:06.178Z Downloaded dunce v1.0.5
9582025-03-03T04:09:06.184Z Downloaded dropshot_endpoint v0.16.0
9592025-03-03T04:09:06.188Z Downloaded dropshot_endpoint v0.12.0
9602025-03-03T04:09:06.188Z Downloaded progenitor v0.9.1
9612025-03-03T04:09:06.191Z Downloaded pin-utils v0.1.0
9622025-03-03T04:09:06.191Z Downloaded parking_lot_core v0.8.6
9632025-03-03T04:09:06.194Z Downloaded p256 v0.13.2
9642025-03-03T04:09:06.197Z Downloaded rustls-webpki v0.101.7
9652025-03-03T04:09:06.211Z Downloaded phf_codegen v0.11.2
9662025-03-03T04:09:06.213Z Downloaded hex-literal v0.4.1
9672025-03-03T04:09:06.214Z Downloaded unarray v0.1.4
9682025-03-03T04:09:06.216Z Downloaded term v0.7.0
9692025-03-03T04:09:06.220Z Downloaded progenitor v0.8.0
9702025-03-03T04:09:06.220Z Downloaded pin-project-internal v1.1.6
9712025-03-03T04:09:06.223Z Downloaded derive_builder_core v0.20.2
9722025-03-03T04:09:06.223Z Downloaded parse-size v1.1.0
9732025-03-03T04:09:06.226Z Downloaded parking_lot v0.12.3
9742025-03-03T04:09:06.229Z Downloaded thiserror-impl-no-std v2.0.2
9752025-03-03T04:09:06.229Z Downloaded num-complex v0.4.6
9762025-03-03T04:09:06.232Z Downloaded futures v0.3.31
9772025-03-03T04:09:06.236Z Downloaded darling_macro v0.20.10
9782025-03-03T04:09:06.240Z Downloaded tokio-tungstenite v0.23.1
9792025-03-03T04:09:06.243Z Downloaded unicode-properties v0.1.3
9802025-03-03T04:09:06.243Z Downloaded ssh-key v0.6.6
9812025-03-03T04:09:06.250Z Downloaded typify-macro v0.3.0
9822025-03-03T04:09:06.253Z Downloaded typify v0.3.0
9832025-03-03T04:09:06.256Z Downloaded futures-channel v0.3.31
9842025-03-03T04:09:06.259Z Downloaded hkdf v0.12.4
9852025-03-03T04:09:06.262Z Downloaded parking_lot v0.11.2
9862025-03-03T04:09:06.264Z Downloaded derive-where v1.2.7
9872025-03-03T04:09:06.267Z Downloaded russh-cryptovec v0.7.3
9882025-03-03T04:09:06.267Z Downloaded oxnet v0.1.1
9892025-03-03T04:09:06.270Z Downloaded utf16_iter v1.0.5
9902025-03-03T04:09:06.270Z Downloaded phf_shared v0.10.0
9912025-03-03T04:09:06.273Z Downloaded time-macros v0.2.18
9922025-03-03T04:09:06.274Z Downloaded sync-ptr v0.1.1
9932025-03-03T04:09:06.278Z Downloaded time v0.3.36
9942025-03-03T04:09:06.281Z Downloaded siphasher v0.3.11
9952025-03-03T04:09:06.284Z Downloaded yoke v0.7.4
9962025-03-03T04:09:06.287Z Downloaded ed25519 v2.2.3
9972025-03-03T04:09:06.287Z Downloaded owo-colors v4.2.0
9982025-03-03T04:09:06.290Z Downloaded tracing v0.1.40
9992025-03-03T04:09:06.294Z Downloaded rustversion v1.0.17
10002025-03-03T04:09:06.296Z Downloaded filetime v0.2.25
10012025-03-03T04:09:06.300Z Downloaded icu_properties_data v1.5.0
10022025-03-03T04:09:06.310Z Downloaded number_prefix v0.4.0
10032025-03-03T04:09:06.313Z Downloaded der v0.7.9
10042025-03-03T04:09:06.319Z Downloaded strum v0.26.3
10052025-03-03T04:09:06.322Z Downloaded sigpipe v0.1.3
10062025-03-03T04:09:06.322Z Downloaded proptest v1.6.0
10072025-03-03T04:09:06.329Z Downloaded num_enum_derive v0.5.11
10082025-03-03T04:09:06.332Z Downloaded rfc6979 v0.4.0
10092025-03-03T04:09:06.332Z Downloaded fd-lock v4.0.2
10102025-03-03T04:09:06.335Z Downloaded thread_local v1.1.8
10112025-03-03T04:09:06.338Z Downloaded snafu-derive v0.8.5
10122025-03-03T04:09:06.338Z Downloaded precomputed-hash v0.1.1
10132025-03-03T04:09:06.339Z Downloaded tokio-stream v0.1.17
10142025-03-03T04:09:06.343Z Downloaded whoami v1.5.2
10152025-03-03T04:09:06.346Z Downloaded diff v0.1.13
10162025-03-03T04:09:06.348Z Downloaded opaque-debug v0.3.1
10172025-03-03T04:09:06.351Z Downloaded derive_builder v0.20.2
10182025-03-03T04:09:06.354Z Downloaded predicates-core v1.0.8
10192025-03-03T04:09:06.357Z Downloaded rcgen v0.12.1
10202025-03-03T04:09:06.360Z Downloaded num_threads v0.1.7
10212025-03-03T04:09:06.360Z Downloaded funty v2.0.0
10222025-03-03T04:09:06.363Z Downloaded serde-hex v0.1.0
10232025-03-03T04:09:06.363Z Downloaded semver v0.1.20
10242025-03-03T04:09:06.364Z Downloaded zerovec v0.10.4
10252025-03-03T04:09:06.371Z Downloaded strip-ansi-escapes v0.2.0
10262025-03-03T04:09:06.374Z Downloaded tabled v0.18.0
10272025-03-03T04:09:06.390Z Downloaded strum_macros v0.24.3
10282025-03-03T04:09:06.393Z Downloaded displaydoc v0.2.5
10292025-03-03T04:09:06.396Z Downloaded rustls-pki-types v1.10.0
10302025-03-03T04:09:06.399Z Downloaded spin v0.9.8
10312025-03-03T04:09:06.402Z Downloaded parking_lot_core v0.9.10
10322025-03-03T04:09:06.405Z Downloaded yoke-derive v0.7.4
10332025-03-03T04:09:06.405Z Downloaded document-features v0.2.10
10342025-03-03T04:09:06.405Z Downloaded git2 v0.19.0
10352025-03-03T04:09:06.414Z Downloaded heck v0.3.3
10362025-03-03T04:09:06.417Z Downloaded num v0.4.3
10372025-03-03T04:09:06.417Z Downloaded data-encoding v2.6.0
10382025-03-03T04:09:06.425Z Downloaded predicates v3.1.3
10392025-03-03T04:09:06.425Z Downloaded strum_macros v0.25.3
10402025-03-03T04:09:06.425Z Downloaded psl-types v2.0.11
10412025-03-03T04:09:06.425Z Downloaded der_derive v0.7.3
10422025-03-03T04:09:06.425Z Downloaded num-traits v0.2.19
10432025-03-03T04:09:06.430Z Downloaded progenitor-macro v0.8.0
10442025-03-03T04:09:06.430Z Downloaded signal-hook-registry v1.4.2
10452025-03-03T04:09:06.430Z Downloaded peg v0.8.4
10462025-03-03T04:09:06.434Z Downloaded which v4.4.2
10472025-03-03T04:09:06.437Z Downloaded typed-path v0.9.3
10482025-03-03T04:09:06.441Z Downloaded num-bigint v0.4.6
10492025-03-03T04:09:06.446Z Downloaded rustc-demangle v0.1.24
10502025-03-03T04:09:06.449Z Downloaded num-bigint-dig v0.8.4
10512025-03-03T04:09:06.453Z Downloaded tokio-native-tls v0.3.1
10522025-03-03T04:09:06.456Z Downloaded tokio-tungstenite v0.21.0
10532025-03-03T04:09:06.460Z Downloaded display-error-chain v0.2.2
10542025-03-03T04:09:06.460Z Downloaded h2 v0.4.6
10552025-03-03T04:09:06.465Z Downloaded newtype_derive v0.1.6
10562025-03-03T04:09:06.469Z Downloaded prettyplease v0.2.29
10572025-03-03T04:09:06.472Z Downloaded radix_trie v0.2.1
10582025-03-03T04:09:06.476Z Downloaded papergrid v0.14.0
10592025-03-03T04:09:06.480Z Downloaded stable_deref_trait v1.2.0
10602025-03-03T04:09:06.484Z Downloaded quinn-proto v0.11.8
10612025-03-03T04:09:06.488Z Downloaded fatfs v0.3.6
10622025-03-03T04:09:06.491Z Downloaded slog v2.7.0
10632025-03-03T04:09:06.495Z Downloaded hickory-client v0.24.4
10642025-03-03T04:09:06.498Z Downloaded foreign-types-shared v0.3.1
10652025-03-03T04:09:06.501Z Downloaded phf_shared v0.11.2
10662025-03-03T04:09:06.501Z Downloaded lalrpop v0.19.12
10672025-03-03T04:09:06.511Z Downloaded socket2 v0.5.8
10682025-03-03T04:09:06.514Z Downloaded rayon v1.10.0
10692025-03-03T04:09:06.523Z Downloaded scrypt v0.11.0
10702025-03-03T04:09:06.526Z Downloaded tap v1.0.1
10712025-03-03T04:09:06.526Z Downloaded primeorder v0.13.6
10722025-03-03T04:09:06.529Z Downloaded walkdir v2.5.0
10732025-03-03T04:09:06.529Z Downloaded url v2.5.3
10742025-03-03T04:09:06.532Z Downloaded smf v0.2.3
10752025-03-03T04:09:06.535Z Downloaded heapless v0.7.17
10762025-03-03T04:09:06.538Z Downloaded signature v2.2.0
10772025-03-03T04:09:06.541Z Downloaded yasna v0.5.2
10782025-03-03T04:09:06.541Z Downloaded sqlparser v0.45.0
10792025-03-03T04:09:06.547Z Downloaded rsa v0.9.6
10802025-03-03T04:09:06.552Z Downloaded unicode-bidi v0.3.17
10812025-03-03T04:09:06.555Z Downloaded parse-zoneinfo v0.3.1
10822025-03-03T04:09:06.558Z Downloaded ref-cast v1.0.23
10832025-03-03T04:09:06.561Z Downloaded expectorate v1.1.0
10842025-03-03T04:09:06.564Z Downloaded serde_with v3.12.0
10852025-03-03T04:09:06.572Z Downloaded samael v0.0.18
10862025-03-03T04:09:06.582Z Downloaded fragile v2.0.0
10872025-03-03T04:09:06.585Z Downloaded tough v0.19.0
10882025-03-03T04:09:06.588Z Downloaded publicsuffix v2.3.0
10892025-03-03T04:09:06.592Z Downloaded nom v7.1.3
10902025-03-03T04:09:06.597Z Downloaded winnow v0.5.40
10912025-03-03T04:09:06.605Z Downloaded pretty-hex v0.2.1
10922025-03-03T04:09:06.609Z Downloaded foreign-types-macros v0.2.3
10932025-03-03T04:09:06.609Z Downloaded debug-ignore v1.0.5
10942025-03-03T04:09:06.614Z Downloaded zerocopy-derive v0.8.10
10952025-03-03T04:09:06.617Z Downloaded sct v0.7.1
10962025-03-03T04:09:06.621Z Downloaded write16 v1.0.0
10972025-03-03T04:09:06.621Z Downloaded chrono-tz v0.10.1
10982025-03-03T04:09:06.627Z Downloaded heapless v0.8.0
10992025-03-03T04:09:06.631Z Downloaded supports-color v3.0.2
11002025-03-03T04:09:06.634Z Downloaded winnow v0.6.20
11012025-03-03T04:09:06.641Z Downloaded defmt-macros v0.3.9
11022025-03-03T04:09:06.645Z Downloaded string_cache v0.8.7
11032025-03-03T04:09:06.648Z Downloaded polyval v0.6.2
11042025-03-03T04:09:06.651Z Downloaded unicode-width v0.2.0
11052025-03-03T04:09:06.654Z Downloaded num-iter v0.1.45
11062025-03-03T04:09:06.657Z Downloaded smoltcp v0.11.0
11072025-03-03T04:09:06.668Z Downloaded zone v0.3.0
11082025-03-03T04:09:06.671Z Downloaded p384 v0.13.0
11092025-03-03T04:09:06.676Z Downloaded nix v0.27.1
11102025-03-03T04:09:06.689Z Downloaded rustls-pemfile v2.2.0
11112025-03-03T04:09:06.692Z Downloaded futures-util v0.3.31
11122025-03-03T04:09:06.701Z Downloaded vcpkg v0.2.15
11132025-03-03T04:09:06.740Z Downloaded tokio-postgres v0.7.13
11142025-03-03T04:09:06.744Z Downloaded rustyline v14.0.0
11152025-03-03T04:09:06.748Z Downloaded gimli v0.31.1
11162025-03-03T04:09:06.757Z Downloaded reedline v0.38.0
11172025-03-03T04:09:06.765Z Downloaded object v0.30.4
11182025-03-03T04:09:06.775Z Downloaded regex v1.11.1
11192025-03-03T04:09:06.788Z Downloaded unicode-normalization v0.1.24
11202025-03-03T04:09:06.792Z Downloaded tracing-core v0.1.32
11212025-03-03T04:09:06.795Z Downloaded rustls v0.23.19
11222025-03-03T04:09:06.806Z Downloaded regex-syntax v0.6.29
11232025-03-03T04:09:06.814Z Downloaded nix v0.28.0
11242025-03-03T04:09:06.826Z Downloaded toml_edit v0.19.15
11252025-03-03T04:09:06.841Z Downloaded openssl v0.10.71
11262025-03-03T04:09:06.850Z Downloaded zerocopy v0.8.10
11272025-03-03T04:09:06.874Z Downloaded object v0.36.5
11282025-03-03T04:09:06.885Z Downloaded salty v0.3.0
11292025-03-03T04:09:06.901Z Downloaded webpki-roots v0.26.6
11302025-03-03T04:09:06.904Z Downloaded rustls v0.21.12
11312025-03-03T04:09:06.907Z Downloaded rustls-webpki v0.102.8
11322025-03-03T04:09:06.924Z Downloaded diesel v2.2.7
11332025-03-03T04:09:06.943Z Downloaded pbkdf2 v0.11.0
11342025-03-03T04:09:06.946Z Downloaded polar-core v0.27.3
11352025-03-03T04:09:06.953Z Downloaded smoltcp v0.9.1
11362025-03-03T04:09:06.964Z Downloaded reqwest v0.12.12
11372025-03-03T04:09:06.973Z Downloaded hickory-proto v0.24.4
11382025-03-03T04:09:06.988Z Downloaded bzip2-sys v0.1.11+1.0.8
11392025-03-03T04:09:07.001Z Downloaded openapiv3 v2.0.0
11402025-03-03T04:09:07.013Z Downloaded sled v0.34.7
11412025-03-03T04:09:07.023Z Downloaded regex-automata v0.4.8
11422025-03-03T04:09:07.040Z Downloaded typify-impl v0.3.0
11432025-03-03T04:09:07.056Z Downloaded typify-impl v0.2.0
11442025-03-03T04:09:07.072Z Downloaded dropshot v0.16.0
11452025-03-03T04:09:07.093Z Downloaded zerofrom v0.1.4
11462025-03-03T04:09:07.096Z Downloaded ratatui v0.29.0
11472025-03-03T04:09:07.114Z Downloaded csv v1.3.1
11482025-03-03T04:09:07.136Z Downloaded shell-words v1.1.0
11492025-03-03T04:09:07.140Z Downloaded unicase v2.7.0
11502025-03-03T04:09:07.140Z Downloaded derive_builder_macro v0.20.2
11512025-03-03T04:09:07.140Z Downloaded regex-syntax v0.8.5
11522025-03-03T04:09:07.145Z Downloaded dropshot v0.12.0
11532025-03-03T04:09:07.165Z Downloaded nix v0.29.0
11542025-03-03T04:09:07.176Z Downloaded foreign-types v0.3.2
11552025-03-03T04:09:07.179Z Downloaded lzma-sys v0.1.20
11562025-03-03T04:09:07.205Z Downloaded rtoolbox v0.0.2
11572025-03-03T04:09:07.208Z Downloaded similar v2.7.0
11582025-03-03T04:09:07.211Z Downloaded petgraph v0.6.5
11592025-03-03T04:09:07.229Z Downloaded petgraph v0.7.1
11602025-03-03T04:09:07.247Z Downloaded libz-sys v1.1.20
11612025-03-03T04:09:07.268Z Downloaded petname v2.0.2
11622025-03-03T04:09:07.272Z Downloaded snafu v0.8.5
11632025-03-03T04:09:07.276Z Downloaded tokio v1.43.0
11642025-03-03T04:09:07.313Z Downloaded bstr v1.10.0
11652025-03-03T04:09:07.323Z Downloaded fixedbitset v0.4.2
11662025-03-03T04:09:07.326Z Downloaded signal-hook v0.3.17
11672025-03-03T04:09:07.329Z Downloaded regress v0.10.3
11682025-03-03T04:09:07.335Z Downloaded sha3 v0.10.8
11692025-03-03T04:09:07.339Z Downloaded resolv-conf v0.7.0
11702025-03-03T04:09:07.342Z Downloaded rustls v0.22.4
11712025-03-03T04:09:07.353Z Downloaded stringprep v0.1.5
11722025-03-03T04:09:07.357Z Downloaded hickory-resolver v0.24.4
11732025-03-03T04:09:07.360Z Downloaded zone_cfg_derive v0.1.2
11742025-03-03T04:09:07.360Z Downloaded signal-hook-tokio v0.3.1
11752025-03-03T04:09:07.363Z Downloaded curve25519-dalek v4.1.3
11762025-03-03T04:09:07.369Z Downloaded termios v0.3.3
11772025-03-03T04:09:07.372Z Downloaded password-hash v0.4.2
11782025-03-03T04:09:07.376Z Downloaded fs_extra v1.3.0
11792025-03-03T04:09:07.376Z Downloaded ff v0.13.0
11802025-03-03T04:09:07.379Z Downloaded untrusted v0.9.0
11812025-03-03T04:09:07.379Z Downloaded foreign-types v0.5.0
11822025-03-03T04:09:07.379Z Downloaded poly1305 v0.8.0
11832025-03-03T04:09:07.384Z Downloaded progenitor-client v0.8.0
11842025-03-03T04:09:07.384Z Downloaded topological-sort v0.2.2
11852025-03-03T04:09:07.384Z Downloaded russh-keys v0.45.0
11862025-03-03T04:09:07.387Z Downloaded test-strategy v0.4.0
11872025-03-03T04:09:07.390Z Downloaded encoding_rs v0.8.34
11882025-03-03T04:09:07.409Z Downloaded zerocopy-derive v0.6.6
11892025-03-03T04:09:07.418Z Downloaded half v2.4.1
11902025-03-03T04:09:07.422Z Downloaded unicode_categories v0.1.1
11912025-03-03T04:09:07.425Z Downloaded hashbrown v0.13.2
11922025-03-03T04:09:07.428Z Downloaded smallvec v0.6.14
11932025-03-03T04:09:07.428Z Downloaded flate2 v1.1.0
11942025-03-03T04:09:07.432Z Downloaded chrono v0.4.40
11952025-03-03T04:09:07.439Z Downloaded bindgen v0.71.1
11962025-03-03T04:09:07.446Z Downloaded defmt-parser v0.3.4
11972025-03-03T04:09:07.449Z Downloaded static_assertions v1.1.0
11982025-03-03T04:09:07.449Z Downloaded serde_path_to_error v0.1.16
11992025-03-03T04:09:07.452Z Downloaded form_urlencoded v1.2.1
12002025-03-03T04:09:07.452Z Downloaded tokio-tungstenite v0.24.0
12012025-03-03T04:09:07.455Z Downloaded shlex v1.3.0
12022025-03-03T04:09:07.455Z Downloaded ed25519-dalek v2.1.1
12032025-03-03T04:09:07.458Z Downloaded hashbrown v0.12.3
12042025-03-03T04:09:07.461Z Downloaded unicode-segmentation v1.12.0
12052025-03-03T04:09:07.464Z Downloaded rand v0.9.0
12062025-03-03T04:09:07.467Z Downloaded qorb v0.2.1
12072025-03-03T04:09:07.472Z Downloaded p521 v0.13.3
12082025-03-03T04:09:07.474Z Downloaded utf-8 v0.7.6
12092025-03-03T04:09:07.477Z Downloaded pin-project v1.1.6
12102025-03-03T04:09:07.486Z Downloaded tokio-util v0.7.13
12112025-03-03T04:09:07.492Z Downloaded tls_codec_derive v0.4.1
12122025-03-03T04:09:07.496Z Downloaded nu-ansi-term v0.50.1
12132025-03-03T04:09:07.500Z Downloaded ena v0.14.3
12142025-03-03T04:09:07.500Z Downloaded idna v1.0.3
12152025-03-03T04:09:07.503Z Downloaded ring v0.17.11
12162025-03-03T04:09:07.546Z Downloaded openssl-sys v0.9.106
12172025-03-03T04:09:07.555Z Downloaded internet-checksum v0.2.1
12182025-03-03T04:09:07.555Z Downloaded group v0.13.0
12192025-03-03T04:09:07.555Z Downloaded libgit2-sys v0.17.0+1.8.1
12202025-03-03T04:09:08.106Z Downloaded aws-lc-sys v0.26.0
12212025-03-03T04:09:08.412Z Compiling serde v1.0.218
12222025-03-03T04:09:08.415Z Compiling value-bag v1.9.0
12232025-03-03T04:09:08.415Z Compiling lock_api v0.4.12
12242025-03-03T04:09:08.415Z Compiling scopeguard v1.2.0
12252025-03-03T04:09:08.415Z Compiling typenum v1.17.0
12262025-03-03T04:09:08.415Z Compiling generic-array v0.14.7
12272025-03-03T04:09:08.567Z Compiling syn v2.0.98
12282025-03-03T04:09:08.581Z Compiling getrandom v0.2.15
12292025-03-03T04:09:08.707Z Compiling shlex v1.3.0
12302025-03-03T04:09:08.961Z Compiling log v0.4.22
12312025-03-03T04:09:08.984Z Compiling rand_core v0.6.4
12322025-03-03T04:09:09.074Z Compiling jobserver v0.1.32
12332025-03-03T04:09:09.094Z Compiling subtle v2.6.1
12342025-03-03T04:09:09.119Z Compiling smallvec v1.14.0
12352025-03-03T04:09:09.418Z Compiling const-oid v0.9.6
12362025-03-03T04:09:09.435Z Compiling cc v1.2.15
12372025-03-03T04:09:09.479Z Compiling pin-project-lite v0.2.14
12382025-03-03T04:09:09.499Z Compiling parking_lot_core v0.9.10
12392025-03-03T04:09:09.619Z Compiling rustix v0.38.37
12402025-03-03T04:09:09.671Z Compiling signal-hook-registry v1.4.2
12412025-03-03T04:09:09.806Z Compiling futures-core v0.3.31
12422025-03-03T04:09:10.105Z Compiling mio v1.0.2
12432025-03-03T04:09:10.341Z Compiling parking_lot v0.12.3
12442025-03-03T04:09:10.451Z Compiling spin v0.9.8
12452025-03-03T04:09:10.520Z Compiling socket2 v0.5.8
12462025-03-03T04:09:10.968Z Compiling aho-corasick v1.1.3
12472025-03-03T04:09:10.987Z Compiling regex-syntax v0.8.5
12482025-03-03T04:09:11.141Z Compiling stable_deref_trait v1.2.0
12492025-03-03T04:09:11.160Z Compiling either v1.14.0
12502025-03-03T04:09:11.257Z Compiling cpufeatures v0.2.14
12512025-03-03T04:09:11.370Z Compiling futures-sink v0.3.31
12522025-03-03T04:09:11.534Z Compiling slab v0.4.9
12532025-03-03T04:09:11.564Z Compiling glob v0.3.2
12542025-03-03T04:09:11.588Z Compiling prettyplease v0.2.29
12552025-03-03T04:09:11.591Z Compiling lazy_static v1.5.0
12562025-03-03T04:09:11.734Z Compiling serde_json v1.0.139
12572025-03-03T04:09:11.948Z Compiling minimal-lexical v0.2.1
12582025-03-03T04:09:12.083Z Compiling futures-channel v0.3.31
12592025-03-03T04:09:12.300Z Compiling libloading v0.8.5
12602025-03-03T04:09:12.417Z Compiling clang-sys v1.8.1
12612025-03-03T04:09:12.439Z Compiling nom v7.1.3
12622025-03-03T04:09:12.513Z Compiling pin-utils v0.1.0
12632025-03-03T04:09:12.617Z Compiling bindgen v0.69.5
12642025-03-03T04:09:12.670Z Compiling futures-io v0.3.31
12652025-03-03T04:09:12.936Z Compiling futures-task v0.3.31
12662025-03-03T04:09:13.113Z Compiling allocator-api2 v0.2.18
12672025-03-03T04:09:13.227Z Compiling home v0.5.9
12682025-03-03T04:09:13.327Z Compiling foldhash v0.1.3
12692025-03-03T04:09:13.493Z Compiling itertools v0.12.1
12702025-03-03T04:09:13.640Z Compiling lazycell v1.3.0
12712025-03-03T04:09:13.827Z Compiling hashbrown v0.15.1
12722025-03-03T04:09:13.846Z Compiling pkg-config v0.3.31
12732025-03-03T04:09:15.008Z Compiling regex-automata v0.4.8
12742025-03-03T04:09:15.111Z Compiling libm v0.2.8
12752025-03-03T04:09:15.448Z Compiling rustc-hash v1.1.0
12762025-03-03T04:09:15.569Z Compiling cexpr v0.6.0
12772025-03-03T04:09:15.621Z Compiling cmake v0.1.51
12782025-03-03T04:09:15.815Z Compiling num-traits v0.2.19
12792025-03-03T04:09:16.127Z Compiling synstructure v0.13.1
12802025-03-03T04:09:16.475Z Compiling dunce v1.0.5
12812025-03-03T04:09:16.615Z Compiling fs_extra v1.3.0
12822025-03-03T04:09:17.131Z Compiling writeable v0.5.5
12832025-03-03T04:09:17.131Z Compiling getrandom v0.3.1
12842025-03-03T04:09:17.449Z Compiling litemap v0.7.3
12852025-03-03T04:09:17.659Z Compiling ring v0.17.11
12862025-03-03T04:09:17.831Z Compiling base64ct v1.6.0
12872025-03-03T04:09:17.850Z Compiling paste v1.0.15
12882025-03-03T04:09:18.405Z Compiling pem-rfc7468 v0.7.0
12892025-03-03T04:09:18.871Z Compiling aws-lc-rs v1.12.4
12902025-03-03T04:09:18.964Z Compiling httparse v1.9.5
12912025-03-03T04:09:19.109Z Compiling flagset v0.4.6
12922025-03-03T04:09:19.275Z Compiling icu_locid_transform_data v1.5.0
12932025-03-03T04:09:19.362Z Compiling tracing-core v0.1.32
12942025-03-03T04:09:19.616Z Compiling regex v1.11.1
12952025-03-03T04:09:20.053Z Compiling percent-encoding v2.3.1
12962025-03-03T04:09:20.233Z Compiling icu_properties_data v1.5.0
12972025-03-03T04:09:20.334Z Compiling rustls-pki-types v1.10.0
12982025-03-03T04:09:20.453Z Compiling crossbeam-utils v0.8.20
12992025-03-03T04:09:20.469Z Compiling untrusted v0.7.1
13002025-03-03T04:09:20.690Z Compiling powerfmt v0.2.0
13012025-03-03T04:09:20.757Z Compiling serde_derive v1.0.218
13022025-03-03T04:09:20.967Z Compiling zeroize_derive v1.4.2
13032025-03-03T04:09:21.062Z Compiling zerocopy-derive v0.7.35
13042025-03-03T04:09:21.125Z Compiling tokio-macros v2.5.0
13052025-03-03T04:09:21.264Z Compiling zerofrom-derive v0.1.4
13062025-03-03T04:09:22.230Z Compiling zeroize v1.8.1
13072025-03-03T04:09:22.574Z Compiling thiserror-impl v1.0.69
13082025-03-03T04:09:22.874Z Compiling zerocopy v0.7.35
13092025-03-03T04:09:23.386Z Compiling yoke-derive v0.7.4
13102025-03-03T04:09:23.389Z Compiling futures-macro v0.3.31
13112025-03-03T04:09:23.794Z Compiling crypto-common v0.1.6
13122025-03-03T04:09:24.030Z Compiling block-buffer v0.10.4
13132025-03-03T04:09:24.151Z Compiling displaydoc v0.2.5
13142025-03-03T04:09:24.287Z Compiling digest v0.10.7
13152025-03-03T04:09:24.568Z Compiling zerofrom v0.1.4
13162025-03-03T04:09:24.760Z Compiling zerovec-derive v0.10.3
13172025-03-03T04:09:24.786Z Compiling hmac v0.12.1
13182025-03-03T04:09:25.027Z Compiling block-padding v0.3.3
13192025-03-03T04:09:25.088Z Compiling futures-util v0.3.31
13202025-03-03T04:09:25.224Z Compiling thiserror v1.0.69
13212025-03-03T04:09:25.253Z Compiling inout v0.1.3
13222025-03-03T04:09:25.360Z Compiling ppv-lite86 v0.2.20
13232025-03-03T04:09:25.499Z Compiling cipher v0.4.4
13242025-03-03T04:09:25.591Z Compiling sha2 v0.10.8
13252025-03-03T04:09:25.889Z Compiling yoke v0.7.4
13262025-03-03T04:09:26.032Z Compiling icu_provider_macros v1.5.0
13272025-03-03T04:09:26.071Z Compiling der_derive v0.7.3
13282025-03-03T04:09:26.122Z Compiling tracing-attributes v0.1.27
13292025-03-03T04:09:26.243Z Compiling salsa20 v0.10.2
13302025-03-03T04:09:26.472Z Compiling pest v2.7.14
13312025-03-03T04:09:27.069Z Compiling zerovec v0.10.4
13322025-03-03T04:09:27.092Z Compiling pbkdf2 v0.12.2
13332025-03-03T04:09:27.285Z Compiling utf8_iter v1.0.4
13342025-03-03T04:09:27.520Z Compiling write16 v1.0.0
13352025-03-03T04:09:27.650Z Compiling time-core v0.1.2
13362025-03-03T04:09:27.849Z Compiling icu_normalizer_data v1.5.0
13372025-03-03T04:09:27.952Z Compiling vcpkg v0.2.15
13382025-03-03T04:09:28.326Z Compiling der v0.7.9
13392025-03-03T04:09:28.972Z Compiling tinystr v0.7.6
13402025-03-03T04:09:29.193Z Compiling icu_collections v1.5.0
13412025-03-03T04:09:29.199Z Compiling tracing v0.1.40
13422025-03-03T04:09:29.358Z Compiling icu_locid v1.5.0
13432025-03-03T04:09:29.431Z Compiling utf16_iter v1.0.5
13442025-03-03T04:09:29.556Z Compiling untrusted v0.9.0
13452025-03-03T04:09:29.634Z Compiling num-conv v0.1.0
13462025-03-03T04:09:29.653Z Compiling openssl-sys v0.9.106
13472025-03-03T04:09:29.935Z Compiling time-macros v0.2.18
13482025-03-03T04:09:30.199Z Compiling pest_meta v2.7.14
13492025-03-03T04:09:30.417Z Compiling icu_provider v1.5.0
13502025-03-03T04:09:30.720Z Compiling spki v0.7.3
13512025-03-03T04:09:31.184Z Compiling icu_locid_transform v1.5.0
13522025-03-03T04:09:31.289Z Compiling scrypt v0.11.0
13532025-03-03T04:09:31.409Z Compiling aes v0.8.4
13542025-03-03T04:09:31.791Z Compiling cbc v0.1.2
13552025-03-03T04:09:32.033Z Compiling deranged v0.3.11
13562025-03-03T04:09:32.182Z Compiling scroll_derive v0.12.0
13572025-03-03T04:09:32.883Z Compiling icu_properties v1.5.1
13582025-03-03T04:09:33.231Z Compiling bitflags v2.6.0
13592025-03-03T04:09:33.405Z Compiling bytes v1.10.0
13602025-03-03T04:09:33.656Z Compiling indexmap v2.7.1
13612025-03-03T04:09:34.032Z Compiling semver v1.0.25
13622025-03-03T04:09:34.124Z Compiling atomic-waker v1.1.2
13632025-03-03T04:09:34.317Z Compiling tinyvec_macros v0.1.1
13642025-03-03T04:09:34.337Z Compiling num_threads v0.1.7
13652025-03-03T04:09:34.418Z Compiling tinyvec v1.8.0
13662025-03-03T04:09:34.471Z Compiling tokio v1.43.0
13672025-03-03T04:09:34.675Z Compiling http v1.2.0
13682025-03-03T04:09:34.780Z Compiling rustc_version v0.4.1
13692025-03-03T04:09:34.938Z Compiling time v0.3.36
13702025-03-03T04:09:35.464Z Compiling scroll v0.12.0
13712025-03-03T04:09:35.875Z Compiling pkcs5 v0.7.1
13722025-03-03T04:09:36.048Z Compiling pest_generator v2.7.14
13732025-03-03T04:09:36.141Z Compiling http-body v1.0.1
13742025-03-03T04:09:36.554Z Compiling icu_normalizer v1.5.0
13752025-03-03T04:09:36.787Z Compiling rand_chacha v0.3.1
13762025-03-03T04:09:36.859Z Compiling form_urlencoded v1.2.1
13772025-03-03T04:09:37.171Z Compiling which v4.4.2
13782025-03-03T04:09:37.413Z Compiling try-lock v0.2.5
13792025-03-03T04:09:37.701Z Compiling idna_adapter v1.2.0
13802025-03-03T04:09:37.877Z Compiling zerocopy v0.8.10
13812025-03-03T04:09:37.926Z Compiling slog v2.7.0
13822025-03-03T04:09:37.991Z Compiling goblin v0.8.2
13832025-03-03T04:09:38.268Z Compiling idna v1.0.3
13842025-03-03T04:09:38.493Z Compiling pest_derive v2.7.14
13852025-03-03T04:09:38.713Z Compiling want v0.3.1
13862025-03-03T04:09:38.977Z Compiling rand v0.8.5
13872025-03-03T04:09:39.045Z Compiling pkcs8 v0.10.2
13882025-03-03T04:09:39.237Z Compiling uuid v1.15.1
13892025-03-03T04:09:39.461Z Compiling zerocopy-derive v0.8.10
13902025-03-03T04:09:39.674Z Compiling adler2 v2.0.0
13912025-03-03T04:09:39.754Z Compiling httpdate v1.0.3
13922025-03-03T04:09:39.881Z Compiling tower-service v0.3.3
13932025-03-03T04:09:40.023Z Compiling iana-time-zone v0.1.61
13942025-03-03T04:09:40.179Z Compiling miniz_oxide v0.8.5
13952025-03-03T04:09:40.405Z Compiling chrono v0.4.40
13962025-03-03T04:09:40.814Z Compiling dtrace-parser v0.2.0
13972025-03-03T04:09:41.707Z Compiling serde_spanned v0.6.8
13982025-03-03T04:09:41.727Z Compiling toml_datetime v0.6.8
13992025-03-03T04:09:41.948Z Compiling serde_tokenstream v0.2.2
14002025-03-03T04:09:42.193Z Compiling rustversion v1.0.17
14012025-03-03T04:09:42.503Z Compiling tokio-util v0.7.13
14022025-03-03T04:09:42.585Z Compiling base64 v0.22.1
14032025-03-03T04:09:42.848Z Compiling openssl v0.10.71
14042025-03-03T04:09:43.276Z Compiling foreign-types-shared v0.1.1
14052025-03-03T04:09:43.293Z Compiling match_cfg v0.1.0
14062025-03-03T04:09:43.393Z Compiling foreign-types v0.3.2
14072025-03-03T04:09:43.412Z Compiling h2 v0.4.6
14082025-03-03T04:09:43.497Z Compiling hostname v0.3.1
14092025-03-03T04:09:43.574Z Compiling dof v0.3.0
14102025-03-03T04:09:43.764Z Compiling url v2.5.3
14112025-03-03T04:09:45.012Z Compiling rand_core v0.9.2
14122025-03-03T04:09:45.049Z Compiling usdt-impl v0.5.0
14132025-03-03T04:09:45.286Z Compiling async-trait v0.1.86
14142025-03-03T04:09:45.433Z Compiling openssl-macros v0.1.1
14152025-03-03T04:09:45.463Z Compiling serde_derive_internals v0.29.1
14162025-03-03T04:09:46.204Z Compiling bzip2-sys v0.1.11+1.0.8
14172025-03-03T04:09:46.332Z Compiling dirs-sys-next v0.1.2
14182025-03-03T04:09:46.691Z Compiling data-encoding v2.6.0
14192025-03-03T04:09:46.854Z Compiling schemars v0.8.22
14202025-03-03T04:09:46.985Z Compiling native-tls v0.2.12
14212025-03-03T04:09:47.196Z Compiling syn v1.0.109
14222025-03-03T04:09:47.338Z Compiling rustls v0.23.19
14232025-03-03T04:09:47.342Z Compiling siphasher v0.3.11
14242025-03-03T04:09:47.638Z Compiling rustls v0.22.4
14252025-03-03T04:09:47.685Z Compiling schemars_derive v0.8.22
14262025-03-03T04:09:47.748Z Compiling dirs-next v2.0.0
14272025-03-03T04:09:48.086Z Compiling rand_chacha v0.9.0
14282025-03-03T04:09:48.473Z Compiling http-body-util v0.1.2
14292025-03-03T04:09:48.928Z Compiling unicode-normalization v0.1.24
14302025-03-03T04:09:49.105Z Compiling heapless v0.7.17
14312025-03-03T04:09:49.177Z Compiling crossbeam-epoch v0.9.18
14322025-03-03T04:09:49.548Z Compiling sha1 v0.10.6
14332025-03-03T04:09:49.854Z Compiling signature v2.2.0
14342025-03-03T04:09:49.901Z Compiling thread_local v1.1.8
14352025-03-03T04:09:49.952Z Compiling cookie v0.18.1
14362025-03-03T04:09:49.988Z Compiling crc32fast v1.4.2
14372025-03-03T04:09:50.140Z Compiling hyper v1.6.0
14382025-03-03T04:09:50.275Z Compiling multer v3.1.0
14392025-03-03T04:09:50.295Z Compiling encoding_rs v0.8.34
14402025-03-03T04:09:50.369Z Compiling mime v0.3.17
14412025-03-03T04:09:50.492Z Compiling dyn-clone v1.0.18
14422025-03-03T04:09:50.628Z Compiling openssl-probe v0.1.5
14432025-03-03T04:09:50.771Z Compiling slog-async v2.8.0
14442025-03-03T04:09:50.920Z Compiling ipnet v2.11.0
14452025-03-03T04:09:50.953Z Compiling signal-hook v0.3.17
14462025-03-03T04:09:51.260Z Compiling rayon-core v1.12.1
14472025-03-03T04:09:51.277Z Compiling unicode-properties v0.1.3
14482025-03-03T04:09:51.564Z Compiling unicode-bidi v0.3.17
14492025-03-03T04:09:51.670Z Compiling gimli v0.31.1
14502025-03-03T04:09:51.973Z Compiling toml_edit v0.22.24
14512025-03-03T04:09:52.769Z Compiling hyper-util v0.1.10
14522025-03-03T04:09:52.922Z Compiling stringprep v0.1.5
14532025-03-03T04:09:54.369Z Compiling crossbeam-deque v0.8.5
14542025-03-03T04:09:54.617Z Compiling rand v0.9.0
14552025-03-03T04:09:54.715Z Compiling term v0.7.0
14562025-03-03T04:09:55.565Z Compiling usdt-macro v0.5.0
14572025-03-03T04:09:55.935Z Compiling addr2line v0.24.2
14582025-03-03T04:09:56.314Z Compiling usdt-attr-macro v0.5.0
14592025-03-03T04:09:56.370Z Compiling slog-json v2.6.1
14602025-03-03T04:09:56.594Z Compiling serde_urlencoded v0.7.1
14612025-03-03T04:09:56.734Z Compiling curve25519-dalek v4.1.3
14622025-03-03T04:09:56.945Z Compiling crossbeam-channel v0.5.13
14632025-03-03T04:09:57.083Z Compiling futures-executor v0.3.31
14642025-03-03T04:09:57.341Z Compiling md-5 v0.10.6
14652025-03-03T04:09:57.407Z Compiling rustls-pemfile v2.2.0
14662025-03-03T04:09:57.594Z Compiling async-stream-impl v0.3.6
14672025-03-03T04:09:57.621Z Compiling enum-as-inner v0.6.1
14682025-03-03T04:09:57.701Z Compiling num-integer v0.1.46
14692025-03-03T04:09:57.819Z Compiling hash32 v0.2.1
14702025-03-03T04:09:57.913Z Compiling ff v0.13.0
14712025-03-03T04:09:58.154Z Compiling is-terminal v0.4.13
14722025-03-03T04:09:58.173Z Compiling object v0.36.5
14732025-03-03T04:09:58.294Z Compiling memoffset v0.9.1
14742025-03-03T04:09:58.383Z Compiling dropshot v0.12.0
14752025-03-03T04:09:58.591Z Compiling utf-8 v0.7.6
14762025-03-03T04:09:58.609Z Compiling smoltcp v0.9.1
14772025-03-03T04:09:58.688Z Compiling base16ct v0.2.0
14782025-03-03T04:09:58.815Z Compiling take_mut v0.2.2
14792025-03-03T04:09:58.882Z Compiling quick-error v1.2.3
14802025-03-03T04:09:58.965Z Compiling num-bigint-dig v0.8.4
14812025-03-03T04:09:58.986Z Compiling linked-hash-map v0.5.6
14822025-03-03T04:09:59.033Z Compiling psl-types v2.0.11
14832025-03-03T04:09:59.052Z Compiling litrs v0.4.1
14842025-03-03T04:09:59.218Z Compiling rustc-demangle v0.1.24
14852025-03-03T04:09:59.219Z Compiling fallible-iterator v0.2.0
14862025-03-03T04:09:59.266Z Compiling portable-atomic v1.9.0
14872025-03-03T04:09:59.318Z Compiling cfg_aliases v0.2.1
14882025-03-03T04:09:59.423Z Compiling anyhow v1.0.96
14892025-03-03T04:09:59.885Z Compiling postgres-protocol v0.6.8
14902025-03-03T04:10:00.035Z Compiling document-features v0.2.10
14912025-03-03T04:10:00.138Z Compiling nix v0.29.0
14922025-03-03T04:10:00.263Z Compiling lru-cache v0.1.2
14932025-03-03T04:10:00.445Z Compiling publicsuffix v2.3.0
14942025-03-03T04:10:00.463Z Compiling resolv-conf v0.7.0
14952025-03-03T04:10:00.988Z Compiling sec1 v0.7.3
14962025-03-03T04:10:01.087Z Compiling async-stream v0.3.6
14972025-03-03T04:10:01.141Z Compiling tungstenite v0.24.0
14982025-03-03T04:10:01.379Z Compiling hickory-proto v0.24.4
14992025-03-03T04:10:01.408Z Compiling slog-term v2.9.1
15002025-03-03T04:10:01.516Z Compiling num-iter v0.1.45
15012025-03-03T04:10:01.696Z Compiling usdt v0.5.0
15022025-03-03T04:10:01.789Z Compiling group v0.13.0
15032025-03-03T04:10:02.265Z Compiling futures v0.3.31
15042025-03-03T04:10:02.387Z Compiling slog-bunyan v2.5.0
15052025-03-03T04:10:02.460Z Compiling toml v0.8.20
15062025-03-03T04:10:03.120Z Compiling bzip2 v0.4.4
15072025-03-03T04:10:03.931Z Compiling camino v1.1.9
15082025-03-03T04:10:04.048Z Compiling tokio-native-tls v0.3.1
15092025-03-03T04:10:04.320Z Compiling flate2 v1.1.0
15102025-03-03T04:10:04.408Z Compiling phf_shared v0.11.2
15112025-03-03T04:10:04.768Z Compiling backtrace v0.3.74
15122025-03-03T04:10:04.788Z Compiling dropshot_endpoint v0.12.0
15132025-03-03T04:10:04.933Z Compiling terminal_size v0.4.0
15142025-03-03T04:10:05.154Z Compiling openapiv3 v2.0.0
15152025-03-03T04:10:05.174Z Compiling waitgroup v0.1.2
15162025-03-03T04:10:05.194Z Compiling serde_path_to_error v0.1.16
15172025-03-03T04:10:05.396Z Compiling hkdf v0.12.4
15182025-03-03T04:10:05.690Z Compiling crypto-bigint v0.5.5
15192025-03-03T04:10:06.012Z Compiling webpki-roots v0.26.6
15202025-03-03T04:10:06.230Z Compiling zerocopy-derive v0.6.6
15212025-03-03T04:10:07.192Z Compiling hubpack_derive v0.1.1
15222025-03-03T04:10:07.608Z Compiling curve25519-dalek-derive v0.1.1
15232025-03-03T04:10:08.050Z Compiling sync_wrapper v1.0.1
15242025-03-03T04:10:08.174Z Compiling hostname v0.4.0
15252025-03-03T04:10:08.216Z Compiling fs-err v2.11.0
15262025-03-03T04:10:08.382Z Compiling ahash v0.8.11
15272025-03-03T04:10:08.534Z Compiling unicode-width v0.2.0
15282025-03-03T04:10:08.742Z Compiling managed v0.8.0
15292025-03-03T04:10:08.810Z Compiling simd-adler32 v0.3.7
15302025-03-03T04:10:08.951Z Compiling newtype-uuid v1.2.1
15312025-03-03T04:10:09.049Z Compiling zip v2.1.3
15322025-03-03T04:10:09.124Z Compiling winnow v0.5.40
15332025-03-03T04:10:09.168Z Compiling lockfree-object-pool v0.1.6
15342025-03-03T04:10:09.247Z Compiling debug-ignore v1.0.5
15352025-03-03T04:10:09.324Z Compiling tower-layer v0.3.3
15362025-03-03T04:10:09.368Z Compiling buf-list v1.0.3
15372025-03-03T04:10:09.400Z Compiling bumpalo v3.16.0
15382025-03-03T04:10:09.419Z Compiling clap_builder v4.5.31
15392025-03-03T04:10:09.602Z Compiling tower v0.5.2
15402025-03-03T04:10:09.865Z Compiling zopfli v0.8.1
15412025-03-03T04:10:10.066Z Compiling strum_macros v0.25.3
15422025-03-03T04:10:10.491Z Compiling console v0.15.10
15432025-03-03T04:10:11.640Z Compiling elliptic-curve v0.13.8
15442025-03-03T04:10:11.970Z Compiling zerocopy v0.6.6
15452025-03-03T04:10:11.973Z Compiling hubpack v0.1.2
15462025-03-03T04:10:12.413Z Compiling toml_edit v0.19.15
15472025-03-03T04:10:12.436Z Compiling hickory-resolver v0.24.4
15482025-03-03T04:10:12.713Z Compiling phf v0.11.2
15492025-03-03T04:10:12.996Z Compiling signal-hook-mio v0.2.4
15502025-03-03T04:10:13.175Z Compiling hyper-tls v0.6.0
15512025-03-03T04:10:13.325Z Compiling cookie_store v0.21.1
15522025-03-03T04:10:13.568Z Compiling rayon v1.10.0
15532025-03-03T04:10:13.826Z Compiling tokio-tungstenite v0.24.0
15542025-03-03T04:10:14.909Z Compiling postgres-types v0.2.9
15552025-03-03T04:10:17.168Z Compiling ed25519 v2.2.3
15562025-03-03T04:10:17.505Z Compiling phf_shared v0.10.0
15572025-03-03T04:10:17.832Z Compiling tokio-stream v0.1.17
15582025-03-03T04:10:17.894Z Compiling pkcs1 v0.7.5
15592025-03-03T04:10:17.908Z Compiling serde-big-array v0.5.1
15602025-03-03T04:10:18.132Z Compiling rfc6979 v0.4.0
15612025-03-03T04:10:18.327Z Compiling serde_repr v0.1.19
15622025-03-03T04:10:18.745Z Compiling derive-where v1.2.7
15632025-03-03T04:10:18.782Z Compiling clap_derive v4.5.28
15642025-03-03T04:10:18.978Z Compiling float-cmp v0.10.0
15652025-03-03T04:10:19.214Z Compiling bstr v1.10.0
15662025-03-03T04:10:19.234Z Compiling difflib v0.4.0
15672025-03-03T04:10:19.303Z Compiling static_assertions v1.1.0
15682025-03-03T04:10:19.413Z Compiling predicates-core v1.0.8
15692025-03-03T04:10:19.454Z Compiling normalize-line-endings v0.3.0
15702025-03-03T04:10:19.597Z Compiling unicode-segmentation v1.12.0
15712025-03-03T04:10:19.714Z Compiling new_debug_unreachable v1.0.6
15722025-03-03T04:10:19.824Z Compiling precomputed-hash v0.1.1
15732025-03-03T04:10:19.958Z Compiling fixedbitset v0.4.2
15742025-03-03T04:10:20.394Z Compiling whoami v1.5.2
15752025-03-03T04:10:20.461Z Compiling number_prefix v0.4.0
15762025-03-03T04:10:20.503Z Compiling similar v2.7.0
15772025-03-03T04:10:20.727Z Compiling indicatif v0.17.11
15782025-03-03T04:10:20.747Z Compiling petgraph v0.6.5
15792025-03-03T04:10:20.988Z Compiling tokio-postgres v0.7.13
15802025-03-03T04:10:21.827Z Compiling string_cache v0.8.7
15812025-03-03T04:10:22.250Z Compiling predicates v3.1.3
15822025-03-03T04:10:22.555Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15832025-03-03T04:10:22.722Z Compiling rsa v0.9.6
15842025-03-03T04:10:23.279Z Compiling clap v4.5.31
15852025-03-03T04:10:23.405Z Compiling ecdsa v0.16.9
15862025-03-03T04:10:23.700Z Compiling ed25519-dalek v2.1.1
15872025-03-03T04:10:24.211Z Compiling toml v0.7.8
15882025-03-03T04:10:25.005Z Compiling crossterm v0.28.1
15892025-03-03T04:10:26.920Z Compiling zip v0.6.6
15902025-03-03T04:10:27.376Z Compiling hex v0.4.3
15912025-03-03T04:10:27.934Z Compiling x509-cert v0.2.5
15922025-03-03T04:10:28.188Z Compiling itertools v0.10.5
15932025-03-03T04:10:28.229Z Compiling peg-runtime v0.8.3
15942025-03-03T04:10:28.250Z Compiling lalrpop-util v0.19.12
15952025-03-03T04:10:28.284Z Compiling unicode-xid v0.2.6
15962025-03-03T04:10:28.477Z Compiling strum_macros v0.26.4
15972025-03-03T04:10:28.595Z Compiling xattr v1.3.1
15982025-03-03T04:10:28.676Z Compiling filetime v0.2.25
15992025-03-03T04:10:28.991Z Compiling tar v0.4.44
16002025-03-03T04:10:32.947Z Compiling strum v0.26.3
16012025-03-03T04:10:35.720Z Compiling aws-lc-sys v0.26.0
16022025-03-03T04:11:09.430Z Compiling rustls-webpki v0.102.8
16032025-03-03T04:11:12.500Z Compiling tokio-rustls v0.25.0
16042025-03-03T04:11:14.081Z Compiling tokio-rustls v0.26.0
16052025-03-03T04:11:14.360Z Compiling hyper-rustls v0.27.3
16062025-03-03T04:11:14.671Z Compiling reqwest v0.12.12
16072025-03-03T04:11:16.053Z Compiling qorb v0.2.1
16082025-03-03T04:11:18.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16092025-03-03T04:11:19.158Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16102025-03-03T04:11:23.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16112025-03-03T04:11:23.631Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16122025-03-03T04:11:23.677ZMar 03 04:11:22.390 INFO Starting download, target: Cockroach
16132025-03-03T04:11:23.677ZMar 03 04:11:22.390 INFO Starting download, target: Console
16142025-03-03T04:11:23.677ZMar 03 04:11:22.390 INFO Starting download, target: Clickhouse
16152025-03-03T04:11:23.681ZMar 03 04:11:22.390 INFO Starting download, target: DendriteOpenapi
16162025-03-03T04:11:23.681ZMar 03 04:11:22.390 INFO Starting download, target: DendriteStub
16172025-03-03T04:11:23.681ZMar 03 04:11:22.390 INFO Starting download, target: MaghemiteMgd
16182025-03-03T04:11:23.681ZMar 03 04:11:22.390 INFO Starting download, target: TransceiverControl
16192025-03-03T04:11:23.681ZMar 03 04:11:22.391 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16202025-03-03T04:11:23.681ZMar 03 04:11:22.391 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16212025-03-03T04:11:23.681ZMar 03 04:11:22.391 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16222025-03-03T04:11:23.681ZMar 03 04:11:22.391 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16232025-03-03T04:11:23.681ZMar 03 04:11:22.391 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16242025-03-03T04:11:23.681ZMar 03 04:11:22.391 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16252025-03-03T04:11:23.681ZMar 03 04:11:22.391 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16262025-03-03T04:11:23.878ZMar 03 04:11:22.575 INFO Download complete, target: DendriteOpenapi
16272025-03-03T04:11:24.166ZMar 03 04:11:22.849 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16282025-03-03T04:11:24.296ZMar 03 04:11:22.970 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16292025-03-03T04:11:24.597ZMar 03 04:11:23.291 INFO Download complete, target: TransceiverControl
16302025-03-03T04:11:24.658ZMar 03 04:11:23.364 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16312025-03-03T04:11:24.693ZMar 03 04:11:23.405 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16322025-03-03T04:11:24.713ZMar 03 04:11:23.425 INFO Download complete, target: Console
16332025-03-03T04:11:25.167ZMar 03 04:11:23.879 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16342025-03-03T04:11:25.167ZMar 03 04:11:23.879 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16352025-03-03T04:11:25.802ZMar 03 04:11:24.514 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16362025-03-03T04:11:27.188ZMar 03 04:11:25.898 INFO Download complete, target: DendriteStub
16372025-03-03T04:11:27.318ZMar 03 04:11:26.029 INFO Download complete, target: MaghemiteMgd
16382025-03-03T04:11:31.732ZMar 03 04:11:30.440 INFO Checking that binary works, target: Cockroach
16392025-03-03T04:11:31.886ZMar 03 04:11:30.596 INFO Download complete, target: Cockroach
16402025-03-03T04:11:36.412ZMar 03 04:11:35.120 INFO Checking that binary works, target: Clickhouse
16412025-03-03T04:11:36.811ZMar 03 04:11:35.518 INFO Download complete, target: Clickhouse
16422025-03-03T04:11:36.820ZAll prerequisites installed successfully
16432025-03-03T04:11:36.823Z
16442025-03-03T04:11:36.823Zreal 7:12.210509988
16452025-03-03T04:11:36.823Zuser 15:36.550462059
16462025-03-03T04:11:36.823Zsys 2:07.041476082
16472025-03-03T04:11:36.823Ztrap 0.572669033
16482025-03-03T04:11:36.823Ztflt 3.836084654
16492025-03-03T04:11:36.823Zdflt 2.886380061
16502025-03-03T04:11:36.823Zkflt 0.126838896
16512025-03-03T04:11:36.823Zlock 24:31.703673836
16522025-03-03T04:11:36.823Zslp 1:00:53.296473072
16532025-03-03T04:11:36.823Zlat 1:01.496502382
16542025-03-03T04:11:36.823Zstop 2:24.125245110
16552025-03-03T04:11:36.823Z+ ptime -m cargo xtask download softnpu
16562025-03-03T04:11:37.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16572025-03-03T04:11:37.404Z Running `target/debug/xtask download softnpu`
16582025-03-03T04:11:38.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16592025-03-03T04:11:38.303Z Running `target/debug/xtask-downloader softnpu`
16602025-03-03T04:11:38.339ZMar 03 04:11:37.045 INFO Starting download, target: Softnpu
16612025-03-03T04:11:38.343ZMar 03 04:11:37.046 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16622025-03-03T04:11:38.839ZMar 03 04:11:37.545 INFO Download complete, target: Softnpu
16632025-03-03T04:11:38.842Z
16642025-03-03T04:11:38.845Zreal 2.016129561
16652025-03-03T04:11:38.845Zuser 1.324584705
16662025-03-03T04:11:38.845Zsys 0.539914888
16672025-03-03T04:11:38.845Ztrap 0.000840695
16682025-03-03T04:11:38.845Ztflt 0.000034816
16692025-03-03T04:11:38.845Zdflt 0.000100844
16702025-03-03T04:11:38.845Zkflt 0.000000000
16712025-03-03T04:11:38.845Zlock 5.139879237
16722025-03-03T04:11:38.845Zslp 0.296856739
16732025-03-03T04:11:38.845Zlat 0.075462073
16742025-03-03T04:11:38.845Zstop 0.000158858
16752025-03-03T04:11:38.845Z+ export CARGO_INCREMENTAL=0
16762025-03-03T04:11:38.845Z+ CARGO_INCREMENTAL=0
16772025-03-03T04:11:38.845Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16782025-03-03T04:11:39.805Z Compiling proc-macro2 v1.0.93
16792025-03-03T04:11:39.805Z Compiling unicode-ident v1.0.14
16802025-03-03T04:11:39.805Z Compiling libc v0.2.170
16812025-03-03T04:11:39.805Z Compiling serde v1.0.218
16822025-03-03T04:11:39.808Z Compiling autocfg v1.4.0
16832025-03-03T04:11:39.808Z Compiling cfg-if v1.0.0
16842025-03-03T04:11:39.808Z Compiling version_check v0.9.5
16852025-03-03T04:11:40.093Z Compiling memchr v2.7.4
16862025-03-03T04:11:40.123Z Compiling typenum v1.17.0
16872025-03-03T04:11:40.129Z Compiling shlex v1.3.0
16882025-03-03T04:11:40.531Z Compiling value-bag v1.9.0
16892025-03-03T04:11:40.577Z Compiling parking_lot_core v0.9.10
16902025-03-03T04:11:40.602Z Compiling generic-array v0.14.7
16912025-03-03T04:11:40.906Z Compiling lock_api v0.4.12
16922025-03-03T04:11:40.969Z Compiling log v0.4.22
16932025-03-03T04:11:41.050Z Compiling scopeguard v1.2.0
16942025-03-03T04:11:41.234Z Compiling serde_json v1.0.139
16952025-03-03T04:11:41.379Z Compiling rustix v0.38.37
16962025-03-03T04:11:41.556Z Compiling libm v0.2.8
16972025-03-03T04:11:41.652Z Compiling num-traits v0.2.19
16982025-03-03T04:11:41.792Z Compiling quote v1.0.38
16992025-03-03T04:11:41.887Z Compiling jobserver v0.1.32
17002025-03-03T04:11:41.930Z Compiling getrandom v0.2.15
17012025-03-03T04:11:41.961Z Compiling aho-corasick v1.1.3
17022025-03-03T04:11:41.964Z Compiling regex-syntax v0.8.5
17032025-03-03T04:11:42.178Z Compiling syn v2.0.98
17042025-03-03T04:11:42.290Z Compiling cc v1.2.15
17052025-03-03T04:11:42.348Z Compiling thiserror v1.0.69
17062025-03-03T04:11:42.369Z Compiling semver v1.0.25
17072025-03-03T04:11:42.834Z Compiling getrandom v0.3.1
17082025-03-03T04:11:42.861Z Compiling either v1.14.0
17092025-03-03T04:11:42.878Z Compiling once_cell v1.20.3
17102025-03-03T04:11:43.232Z Compiling itoa v1.0.11
17112025-03-03T04:11:43.248Z Compiling slab v0.4.9
17122025-03-03T04:11:43.512Z Compiling rand_core v0.6.4
17132025-03-03T04:11:43.580Z Compiling spin v0.9.8
17142025-03-03T04:11:43.843Z Compiling errno v0.3.9
17152025-03-03T04:11:44.251Z Compiling glob v0.3.2
17162025-03-03T04:11:44.518Z Compiling smallvec v1.14.0
17172025-03-03T04:11:44.709Z Compiling prettyplease v0.2.29
17182025-03-03T04:11:44.906Z Compiling lazy_static v1.5.0
17192025-03-03T04:11:44.926Z Compiling clang-sys v1.8.1
17202025-03-03T04:11:45.033Z Compiling minimal-lexical v0.2.1
17212025-03-03T04:11:45.149Z Compiling libloading v0.8.5
17222025-03-03T04:11:45.457Z Compiling regex-automata v0.4.8
17232025-03-03T04:11:45.491Z Compiling nom v7.1.3
17242025-03-03T04:11:45.519Z Compiling home v0.5.9
17252025-03-03T04:11:45.592Z Compiling subtle v2.6.1
17262025-03-03T04:11:45.654Z Compiling bindgen v0.69.5
17272025-03-03T04:11:45.907Z Compiling itertools v0.12.1
17282025-03-03T04:11:46.131Z Compiling equivalent v1.0.1
17292025-03-03T04:11:46.297Z Compiling lazycell v1.3.0
17302025-03-03T04:11:46.473Z Compiling rustc-hash v1.1.0
17312025-03-03T04:11:46.532Z Compiling foldhash v0.1.3
17322025-03-03T04:11:46.644Z Compiling allocator-api2 v0.2.18
17332025-03-03T04:11:46.821Z Compiling cmake v0.1.51
17342025-03-03T04:11:47.361Z Compiling hashbrown v0.15.1
17352025-03-03T04:11:47.379Z Compiling pkg-config v0.3.31
17362025-03-03T04:11:47.565Z Compiling fs_extra v1.3.0
17372025-03-03T04:11:48.052Z Compiling dunce v1.0.5
17382025-03-03T04:11:48.437Z Compiling cexpr v0.6.0
17392025-03-03T04:11:48.633Z Compiling byteorder v1.5.0
17402025-03-03T04:11:48.667Z Compiling pin-project-lite v0.2.14
17412025-03-03T04:11:49.011Z Compiling synstructure v0.13.1
17422025-03-03T04:11:49.686Z Compiling ring v0.17.11
17432025-03-03T04:11:49.738Z Compiling paste v1.0.15
17442025-03-03T04:11:49.765Z Compiling ryu v1.0.18
17452025-03-03T04:11:50.060Z Compiling regex v1.11.1
17462025-03-03T04:11:50.285Z Compiling schemars v0.8.22
17472025-03-03T04:11:50.776Z Compiling serde_derive_internals v0.29.1
17482025-03-03T04:11:50.960Z Compiling signal-hook-registry v1.4.2
17492025-03-03T04:11:51.480Z Compiling httparse v1.9.5
17502025-03-03T04:11:51.583Z Compiling const-oid v0.9.6
17512025-03-03T04:11:51.620Z Compiling fnv v1.0.7
17522025-03-03T04:11:51.765Z Compiling aws-lc-rs v1.12.4
17532025-03-03T04:11:52.135Z Compiling parking_lot v0.12.3
17542025-03-03T04:11:52.196Z Compiling mio v1.0.2
17552025-03-03T04:11:52.365Z Compiling heck v0.5.0
17562025-03-03T04:11:52.893Z Compiling serde_derive v1.0.218
17572025-03-03T04:11:53.011Z Compiling zeroize_derive v1.4.2
17582025-03-03T04:11:53.031Z Compiling tokio-macros v2.5.0
17592025-03-03T04:11:53.545Z Compiling thiserror-impl v1.0.69
17602025-03-03T04:11:53.716Z Compiling zerocopy-derive v0.7.35
17612025-03-03T04:11:54.083Z Compiling zerofrom-derive v0.1.4
17622025-03-03T04:11:54.270Z Compiling zeroize v1.8.1
17632025-03-03T04:11:54.475Z Compiling yoke-derive v0.7.4
17642025-03-03T04:11:54.706Z Compiling futures-macro v0.3.31
17652025-03-03T04:11:54.709Z Compiling displaydoc v0.2.5
17662025-03-03T04:11:55.298Z Compiling zerovec-derive v0.10.3
17672025-03-03T04:11:56.242Z Compiling icu_provider_macros v1.5.0
17682025-03-03T04:11:56.448Z Compiling tracing-attributes v0.1.27
17692025-03-03T04:11:56.548Z Compiling crypto-common v0.1.6
17702025-03-03T04:11:56.742Z Compiling schemars_derive v0.8.22
17712025-03-03T04:11:56.893Z Compiling block-buffer v0.10.4
17722025-03-03T04:11:57.129Z Compiling socket2 v0.5.8
17732025-03-03T04:11:57.216Z Compiling stable_deref_trait v1.2.0
17742025-03-03T04:11:57.485Z Compiling digest v0.10.7
17752025-03-03T04:11:57.589Z Compiling zerocopy v0.7.35
17762025-03-03T04:11:57.890Z Compiling futures-core v0.3.31
17772025-03-03T04:11:58.221Z Compiling time-core v0.1.2
17782025-03-03T04:11:58.411Z Compiling crossbeam-utils v0.8.20
17792025-03-03T04:11:58.863Z Compiling num-conv v0.1.0
17802025-03-03T04:11:59.134Z Compiling time-macros v0.2.18
17812025-03-03T04:11:59.195Z Compiling der_derive v0.7.3
17822025-03-03T04:11:59.307Z Compiling vcpkg v0.2.15
17832025-03-03T04:12:00.583Z Compiling openssl-sys v0.9.106
17842025-03-03T04:12:01.370Z Compiling zerocopy v0.8.10
17852025-03-03T04:12:01.404Z Compiling futures-sink v0.3.31
17862025-03-03T04:12:01.991Z Compiling cpufeatures v0.2.14
17872025-03-03T04:12:02.095Z Compiling zerocopy-derive v0.8.10
17882025-03-03T04:12:02.351Z Compiling slog v2.7.0
17892025-03-03T04:12:02.779Z Compiling iana-time-zone v0.1.61
17902025-03-03T04:12:02.894Z Compiling syn v1.0.109
17912025-03-03T04:12:02.970Z Compiling futures-channel v0.3.31
17922025-03-03T04:12:03.021Z Compiling zerofrom v0.1.4
17932025-03-03T04:12:03.325Z Compiling pin-utils v0.1.0
17942025-03-03T04:12:03.444Z Compiling futures-task v0.3.31
17952025-03-03T04:12:03.465Z Compiling futures-io v0.3.31
17962025-03-03T04:12:03.500Z Compiling yoke v0.7.4
17972025-03-03T04:12:03.731Z Compiling futures-util v0.3.31
17982025-03-03T04:12:03.877Z Compiling scroll_derive v0.12.0
17992025-03-03T04:12:04.144Z Compiling openssl v0.10.71
18002025-03-03T04:12:04.185Z Compiling ucd-trie v0.1.7
18012025-03-03T04:12:04.400Z Compiling bitflags v2.6.0
18022025-03-03T04:12:04.554Z Compiling bytes v1.10.0
18032025-03-03T04:12:05.251Z Compiling indexmap v2.7.1
18042025-03-03T04:12:06.599Z Compiling tokio v1.43.0
18052025-03-03T04:12:07.038Z Compiling uuid v1.15.1
18062025-03-03T04:12:07.240Z Compiling serde_tokenstream v0.2.2
18072025-03-03T04:12:07.759Z Compiling chrono v0.4.40
18082025-03-03T04:12:08.353Z Compiling which v4.4.2
18092025-03-03T04:12:09.810Z Compiling http v1.2.0
18102025-03-03T04:12:11.895Z Compiling rustc_version v0.4.1
18112025-03-03T04:12:12.317Z Compiling pest v2.7.14
18122025-03-03T04:12:13.111Z Compiling zerovec v0.10.4
18132025-03-03T04:12:15.174Z Compiling hmac v0.12.1
18142025-03-03T04:12:16.017Z Compiling pest_meta v2.7.14
18152025-03-03T04:12:16.242Z Compiling block-padding v0.3.3
18162025-03-03T04:12:16.473Z Compiling openssl-macros v0.1.1
18172025-03-03T04:12:17.200Z Compiling dyn-clone v1.0.18
18182025-03-03T04:12:17.218Z Compiling native-tls v0.2.12
18192025-03-03T04:12:17.441Z Compiling rustls v0.23.19
18202025-03-03T04:12:17.761Z Compiling pest_generator v2.7.14
18212025-03-03T04:12:18.353Z Compiling inout v0.1.3
18222025-03-03T04:12:18.617Z Compiling tinystr v0.7.6
18232025-03-03T04:12:18.992Z Compiling serde_spanned v0.6.8
18242025-03-03T04:12:19.091Z Compiling toml_datetime v0.6.8
18252025-03-03T04:12:19.220Z Compiling ppv-lite86 v0.2.20
18262025-03-03T04:12:19.396Z Compiling tracing-core v0.1.32
18272025-03-03T04:12:19.509Z Compiling litemap v0.7.3
18282025-03-03T04:12:20.072Z Compiling writeable v0.5.5
18292025-03-03T04:12:20.100Z Compiling strsim v0.11.1
18302025-03-03T04:12:20.384Z Compiling aws-lc-sys v0.26.0
18312025-03-03T04:12:20.542Z Compiling icu_locid v1.5.0
18322025-03-03T04:12:20.601Z Compiling tracing v0.1.40
18332025-03-03T04:12:20.729Z Compiling pest_derive v2.7.14
18342025-03-03T04:12:21.483Z Compiling cipher v0.4.4
18352025-03-03T04:12:21.486Z Compiling sha2 v0.10.8
18362025-03-03T04:12:21.973Z Compiling usdt-impl v0.5.0
18372025-03-03T04:12:22.257Z Compiling cookie v0.18.1
18382025-03-03T04:12:22.322Z Compiling base64ct v1.6.0
18392025-03-03T04:12:22.593Z Compiling icu_provider v1.5.0
18402025-03-03T04:12:23.473Z Compiling pem-rfc7468 v0.7.0
18412025-03-03T04:12:25.389Z Compiling scroll v0.12.0
18422025-03-03T04:12:25.907Z Compiling async-trait v0.1.86
18432025-03-03T04:12:27.620Z Compiling icu_locid_transform_data v1.5.0
18442025-03-03T04:12:27.722Z Compiling plain v0.2.3
18452025-03-03T04:12:27.874Z Compiling camino v1.1.9
18462025-03-03T04:12:27.896Z Compiling rustls-pki-types v1.10.0
18472025-03-03T04:12:28.287Z Compiling anyhow v1.0.96
18482025-03-03T04:12:28.386Z Compiling flagset v0.4.6
18492025-03-03T04:12:28.601Z Compiling percent-encoding v2.3.1
18502025-03-03T04:12:28.814Z Compiling der v0.7.9
18512025-03-03T04:12:29.014Z Compiling icu_locid_transform v1.5.0
18522025-03-03T04:12:29.524Z Compiling goblin v0.8.2
18532025-03-03T04:12:31.198Z Compiling icu_collections v1.5.0
18542025-03-03T04:12:32.196Z Compiling tokio-util v0.7.13
18552025-03-03T04:12:33.596Z Compiling pretty-hex v0.4.1
18562025-03-03T04:12:33.830Z Compiling icu_properties_data v1.5.0
18572025-03-03T04:12:34.068Z Compiling rustls v0.22.4
18582025-03-03T04:12:34.110Z Compiling rayon-core v1.12.1
18592025-03-03T04:12:34.134Z Compiling untrusted v0.9.0
18602025-03-03T04:12:34.582Z Compiling untrusted v0.7.1
18612025-03-03T04:12:34.639Z Compiling powerfmt v0.2.0
18622025-03-03T04:12:34.683Z Compiling icu_properties v1.5.1
18632025-03-03T04:12:35.131Z Compiling dof v0.3.0
18642025-03-03T04:12:35.194Z Compiling deranged v0.3.11
18652025-03-03T04:12:37.082Z Compiling spki v0.7.3
18662025-03-03T04:12:37.482Z Compiling salsa20 v0.10.2
18672025-03-03T04:12:37.501Z Compiling dtrace-parser v0.2.0
18682025-03-03T04:12:37.585Z Compiling pbkdf2 v0.12.2
18692025-03-03T04:12:38.045Z Compiling bzip2-sys v0.1.11+1.0.8
18702025-03-03T04:12:38.903Z Compiling thread-id v4.2.2
18712025-03-03T04:12:38.947Z Compiling icu_normalizer_data v1.5.0
18722025-03-03T04:12:38.971Z Compiling litrs v0.4.1
18732025-03-03T04:12:39.021Z Compiling write16 v1.0.0
18742025-03-03T04:12:39.061Z Compiling utf16_iter v1.0.5
18752025-03-03T04:12:39.301Z Compiling utf8_iter v1.0.4
18762025-03-03T04:12:39.373Z Compiling winnow v0.5.40
18772025-03-03T04:12:39.537Z Compiling num_threads v0.1.7
18782025-03-03T04:12:39.939Z Compiling atomic-waker v1.1.2
18792025-03-03T04:12:40.166Z Compiling rustversion v1.0.17
18802025-03-03T04:12:40.169Z Compiling icu_normalizer v1.5.0
18812025-03-03T04:12:40.202Z Compiling document-features v0.2.10
18822025-03-03T04:12:40.866Z Compiling time v0.3.36
18832025-03-03T04:12:42.694Z Compiling toml_edit v0.19.15
18842025-03-03T04:12:45.181Z Compiling scrypt v0.11.0
18852025-03-03T04:12:45.493Z Compiling form_urlencoded v1.2.1
18862025-03-03T04:12:45.657Z Compiling cbc v0.1.2
18872025-03-03T04:12:45.661Z Compiling aes v0.8.4
18882025-03-03T04:12:45.879Z Compiling http-body v1.0.1
18892025-03-03T04:12:46.151Z Compiling multer v3.1.0
18902025-03-03T04:12:46.413Z Compiling slog-async v2.8.0
18912025-03-03T04:12:46.672Z Compiling tinyvec_macros v0.1.1
18922025-03-03T04:12:46.773Z Compiling try-lock v0.2.5
18932025-03-03T04:12:46.865Z Compiling tinyvec v1.8.0
18942025-03-03T04:12:46.941Z Compiling want v0.3.1
18952025-03-03T04:12:47.233Z Compiling pkcs5 v0.7.1
18962025-03-03T04:12:48.640Z Compiling idna_adapter v1.2.0
18972025-03-03T04:12:49.079Z Compiling h2 v0.4.6
18982025-03-03T04:12:49.470Z Compiling rand_chacha v0.3.1
18992025-03-03T04:12:50.324Z Compiling heapless v0.7.17
19002025-03-03T04:12:51.058Z Compiling tower-service v0.3.3
19012025-03-03T04:12:51.412Z Compiling adler2 v2.0.0
19022025-03-03T04:12:51.432Z Compiling httpdate v1.0.3
19032025-03-03T04:12:51.600Z Compiling signal-hook v0.3.17
19042025-03-03T04:12:52.186Z Compiling miniz_oxide v0.8.5
19052025-03-03T04:12:54.505Z Compiling rand v0.8.5
19062025-03-03T04:12:55.636Z Compiling idna v1.0.3
19072025-03-03T04:12:57.126Z Compiling hyper v1.6.0
19082025-03-03T04:12:57.159Z Compiling pkcs8 v0.10.2
19092025-03-03T04:12:57.564Z Compiling usdt-macro v0.5.0
19102025-03-03T04:12:57.698Z Compiling usdt-attr-macro v0.5.0
19112025-03-03T04:12:58.932Z Compiling async-stream-impl v0.3.6
19122025-03-03T04:12:59.318Z Compiling base64 v0.22.1
19132025-03-03T04:13:00.850Z Compiling hyper-util v0.1.10
19142025-03-03T04:13:06.417Z Compiling curve25519-dalek v4.1.3
19152025-03-03T04:13:06.705Z Compiling openapiv3 v2.0.0
19162025-03-03T04:13:06.916Z Compiling enum-as-inner v0.6.1
19172025-03-03T04:13:07.919Z Compiling memoffset v0.9.1
19182025-03-03T04:13:08.033Z Compiling dropshot v0.12.0
19192025-03-03T04:13:08.053Z Compiling smoltcp v0.9.1
19202025-03-03T04:13:08.344Z Compiling foreign-types-shared v0.1.1
19212025-03-03T04:13:08.361Z Compiling match_cfg v0.1.0
19222025-03-03T04:13:08.455Z Compiling num-bigint-dig v0.8.4
19232025-03-03T04:13:08.464Z Compiling newtype-uuid v1.2.1
19242025-03-03T04:13:08.594Z Compiling portable-atomic v1.9.0
19252025-03-03T04:13:08.773Z Compiling foreign-types v0.3.2
19262025-03-03T04:13:08.791Z Compiling hostname v0.3.1
19272025-03-03T04:13:09.428Z Compiling rand_core v0.9.2
19282025-03-03T04:13:09.968Z Compiling url v2.5.3
19292025-03-03T04:13:11.683Z Compiling http-body-util v0.1.2
19302025-03-03T04:13:12.221Z Compiling dirs-sys-next v0.1.2
19312025-03-03T04:13:12.678Z Compiling encoding_rs v0.8.34
19322025-03-03T04:13:12.883Z Compiling gimli v0.31.1
19332025-03-03T04:13:16.091Z Compiling siphasher v0.3.11
19342025-03-03T04:13:16.448Z Compiling cfg_aliases v0.2.1
19352025-03-03T04:13:16.560Z Compiling data-encoding v2.6.0
19362025-03-03T04:13:17.941Z Compiling heck v0.4.1
19372025-03-03T04:13:18.365Z Compiling ident_case v1.0.1
19382025-03-03T04:13:18.558Z Compiling mime v0.3.17
19392025-03-03T04:13:19.510Z Compiling darling_core v0.20.10
19402025-03-03T04:13:19.591Z Compiling addr2line v0.24.2
19412025-03-03T04:13:20.526Z Compiling nix v0.29.0
19422025-03-03T04:13:24.730Z Compiling dirs-next v2.0.0
19432025-03-03T04:13:25.700Z Compiling rand_chacha v0.9.0
19442025-03-03T04:13:26.785Z Compiling unicode-normalization v0.1.24
19452025-03-03T04:13:27.849Z Compiling crossbeam-epoch v0.9.18
19462025-03-03T04:13:28.470Z Compiling serde_urlencoded v0.7.1
19472025-03-03T04:13:29.075Z Compiling rustls-pemfile v2.2.0
19482025-03-03T04:13:29.541Z Compiling hubpack_derive v0.1.1
19492025-03-03T04:13:30.344Z Compiling dropshot_endpoint v0.12.0
19502025-03-03T04:13:30.363Z Compiling sha1 v0.10.6
19512025-03-03T04:13:30.758Z Compiling signature v2.2.0
19522025-03-03T04:13:30.997Z Compiling zerocopy-derive v0.6.6
19532025-03-03T04:13:32.100Z Compiling curve25519-dalek-derive v0.1.1
19542025-03-03T04:13:32.624Z Compiling thread_local v1.1.8
19552025-03-03T04:13:33.055Z Compiling object v0.36.5
19562025-03-03T04:13:33.379Z Compiling fs-err v2.11.0
19572025-03-03T04:13:33.717Z Compiling ahash v0.8.11
19582025-03-03T04:13:34.010Z Compiling crc32fast v1.4.2
19592025-03-03T04:13:34.330Z Compiling utf8parse v0.2.2
19602025-03-03T04:13:34.499Z Compiling ipnet v2.11.0
19612025-03-03T04:13:35.411Z Compiling rustls-webpki v0.102.8
19622025-03-03T04:13:37.064Z Compiling unicode-bidi v0.3.17
19632025-03-03T04:13:37.425Z Compiling buf-list v1.0.3
19642025-03-03T04:13:37.504Z Compiling openssl-probe v0.1.5
19652025-03-03T04:13:37.783Z Compiling unicode-properties v0.1.3
19662025-03-03T04:13:37.950Z Compiling anstyle v1.0.10
19672025-03-03T04:13:38.087Z Compiling rustc-demangle v0.1.24
19682025-03-03T04:13:38.204Z Compiling zip v2.1.3
19692025-03-03T04:13:38.592Z Compiling winnow v0.7.3
19702025-03-03T04:13:40.382Z Compiling backtrace v0.3.74
19712025-03-03T04:13:41.408Z Compiling stringprep v0.1.5
19722025-03-03T04:13:41.970Z Compiling toml_edit v0.22.24
19732025-03-03T04:13:44.505Z Compiling anstyle-parse v0.2.5
19742025-03-03T04:13:44.810Z Compiling crossbeam-deque v0.8.5
19752025-03-03T04:13:48.098Z Compiling rand v0.9.0
19762025-03-03T04:13:48.331Z Compiling term v0.7.0
19772025-03-03T04:13:49.352Z Compiling darling_macro v0.20.10
19782025-03-03T04:13:49.382Z Compiling slog-json v2.6.1
19792025-03-03T04:13:49.876Z Compiling crossbeam-channel v0.5.13
19802025-03-03T04:13:50.617Z Compiling futures-executor v0.3.31
19812025-03-03T04:13:50.944Z Compiling num-integer v0.1.46
19822025-03-03T04:13:51.048Z Compiling md-5 v0.10.6
19832025-03-03T04:13:51.141Z Compiling hash32 v0.2.1
19842025-03-03T04:13:51.311Z Compiling ff v0.13.0
19852025-03-03T04:13:51.368Z Compiling is-terminal v0.4.13
19862025-03-03T04:13:51.471Z Compiling memmap v0.7.0
19872025-03-03T04:13:51.548Z Compiling base16ct v0.2.0
19882025-03-03T04:13:51.592Z Compiling is_terminal_polyfill v1.70.1
19892025-03-03T04:13:51.739Z Compiling take_mut v0.2.2
19902025-03-03T04:13:51.780Z Compiling psl-types v2.0.11
19912025-03-03T04:13:51.826Z Compiling anstyle-query v1.1.1
19922025-03-03T04:13:51.918Z Compiling linked-hash-map v0.5.6
19932025-03-03T04:13:52.003Z Compiling fallible-iterator v0.2.0
19942025-03-03T04:13:52.108Z Compiling utf-8 v0.7.6
19952025-03-03T04:13:52.266Z Compiling colorchoice v1.0.2
19962025-03-03T04:13:52.410Z Compiling quick-error v1.2.3
19972025-03-03T04:13:52.578Z Compiling resolv-conf v0.7.0
19982025-03-03T04:13:52.651Z Compiling publicsuffix v2.3.0
19992025-03-03T04:13:52.668Z Compiling postgres-protocol v0.6.8
20002025-03-03T04:13:52.751Z Compiling anstream v0.6.15
20012025-03-03T04:13:52.955Z Compiling tungstenite v0.24.0
20022025-03-03T04:13:53.164Z Compiling lru-cache v0.1.2
20032025-03-03T04:13:53.670Z Compiling sec1 v0.7.3
20042025-03-03T04:13:53.723Z Compiling usdt v0.5.0
20052025-03-03T04:13:54.123Z Compiling group v0.13.0
20062025-03-03T04:13:54.159Z Compiling slog-term v2.9.1
20072025-03-03T04:13:54.181Z Compiling num-iter v0.1.45
20082025-03-03T04:13:54.372Z Compiling futures v0.3.31
20092025-03-03T04:13:55.558Z Compiling darling v0.20.10
20102025-03-03T04:13:55.952Z Compiling slog-bunyan v2.5.0
20112025-03-03T04:13:56.174Z Compiling tokio-rustls v0.26.0
20122025-03-03T04:13:56.548Z Compiling tokio-rustls v0.25.0
20132025-03-03T04:13:56.641Z Compiling toml v0.8.20
20142025-03-03T04:13:56.739Z Compiling bzip2 v0.4.4
20152025-03-03T04:13:56.971Z Compiling tokio-native-tls v0.3.1
20162025-03-03T04:13:57.118Z Compiling hickory-proto v0.24.4
20172025-03-03T04:13:57.317Z Compiling flate2 v1.1.0
20182025-03-03T04:13:57.346Z Compiling strum_macros v0.25.3
20192025-03-03T04:13:58.099Z Compiling phf_shared v0.11.2
20202025-03-03T04:13:58.678Z Compiling async-stream v0.3.6
20212025-03-03T04:13:58.699Z Compiling waitgroup v0.1.2
20222025-03-03T04:13:58.957Z Compiling webpki-roots v0.26.6
20232025-03-03T04:13:59.249Z Compiling hkdf v0.12.4
20242025-03-03T04:13:59.271Z Compiling terminal_size v0.4.0
20252025-03-03T04:13:59.490Z Compiling serde_path_to_error v0.1.16
20262025-03-03T04:13:59.509Z Compiling sync_wrapper v1.0.1
20272025-03-03T04:13:59.864Z Compiling crypto-bigint v0.5.5
20282025-03-03T04:13:59.958Z Compiling derive-where v1.2.7
20292025-03-03T04:14:00.230Z Compiling clap_derive v4.5.28
20302025-03-03T04:14:00.255Z Compiling serde_repr v0.1.19
20312025-03-03T04:14:00.547Z Compiling regress v0.10.3
20322025-03-03T04:14:01.311Z Compiling hostname v0.4.0
20332025-03-03T04:14:01.520Z Compiling tower-layer v0.3.3
20342025-03-03T04:14:01.620Z Compiling managed v0.8.0
20352025-03-03T04:14:02.130Z Compiling debug-ignore v1.0.5
20362025-03-03T04:14:02.301Z Compiling bumpalo v3.16.0
20372025-03-03T04:14:02.537Z Compiling bitflags v1.3.2
20382025-03-03T04:14:02.659Z Compiling simd-adler32 v0.3.7
20392025-03-03T04:14:02.909Z Compiling lockfree-object-pool v0.1.6
20402025-03-03T04:14:03.022Z Compiling clap_lex v0.7.4
20412025-03-03T04:14:03.251Z Compiling unicode-width v0.2.0
20422025-03-03T04:14:03.532Z Compiling clap_builder v4.5.31
20432025-03-03T04:14:03.776Z Compiling console v0.15.10
20442025-03-03T04:14:04.264Z Compiling typify-impl v0.2.0
20452025-03-03T04:14:04.341Z Compiling zopfli v0.8.1
20462025-03-03T04:14:04.868Z Compiling tower v0.5.2
20472025-03-03T04:14:05.013Z Compiling elliptic-curve v0.13.8
20482025-03-03T04:14:05.646Z Compiling hickory-resolver v0.24.4
20492025-03-03T04:14:08.027Z Compiling hyper-rustls v0.27.3
20502025-03-03T04:14:10.499Z Compiling phf v0.11.2
20512025-03-03T04:14:10.807Z Compiling hyper-tls v0.6.0
20522025-03-03T04:14:11.099Z Compiling signal-hook-mio v0.2.4
20532025-03-03T04:14:11.248Z Compiling rayon v1.10.0
20542025-03-03T04:14:11.289Z Compiling cookie_store v0.21.1
20552025-03-03T04:14:11.977Z Compiling tokio-tungstenite v0.24.0
20562025-03-03T04:14:12.526Z Compiling postgres-types v0.2.9
20572025-03-03T04:14:12.899Z Compiling zerocopy v0.6.6
20582025-03-03T04:14:13.374Z Compiling ed25519 v2.2.3
20592025-03-03T04:14:13.637Z Compiling hubpack v0.1.2
20602025-03-03T04:14:13.859Z Compiling phf_shared v0.10.0
20612025-03-03T04:14:14.074Z Compiling pkcs1 v0.7.5
20622025-03-03T04:14:14.217Z Compiling tokio-stream v0.1.17
20632025-03-03T04:14:14.954Z Compiling ipnetwork v0.21.1
20642025-03-03T04:14:15.166Z Compiling rfc6979 v0.4.0
20652025-03-03T04:14:15.550Z Compiling serde-big-array v0.5.1
20662025-03-03T04:14:15.654Z Compiling float-cmp v0.10.0
20672025-03-03T04:14:15.813Z Compiling bstr v1.10.0
20682025-03-03T04:14:16.343Z Compiling number_prefix v0.4.0
20692025-03-03T04:14:16.972Z Compiling whoami v1.5.2
20702025-03-03T04:14:17.256Z Compiling predicates-core v1.0.8
20712025-03-03T04:14:17.477Z Compiling fixedbitset v0.4.2
20722025-03-03T04:14:17.565Z Compiling difflib v0.4.0
20732025-03-03T04:14:17.896Z Compiling normalize-line-endings v0.3.0
20742025-03-03T04:14:18.645Z Compiling new_debug_unreachable v1.0.6
20752025-03-03T04:14:18.709Z Compiling static_assertions v1.1.0
20762025-03-03T04:14:18.754Z Compiling precomputed-hash v0.1.1
20772025-03-03T04:14:18.829Z Compiling unicode-segmentation v1.12.0
20782025-03-03T04:14:18.856Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20792025-03-03T04:14:18.887Z Compiling string_cache v0.8.7
20802025-03-03T04:14:19.282Z Compiling predicates v3.1.3
20812025-03-03T04:14:19.649Z Compiling similar v2.7.0
20822025-03-03T04:14:19.982Z Compiling petgraph v0.6.5
20832025-03-03T04:14:20.702Z Compiling tokio-postgres v0.7.13
20842025-03-03T04:14:20.940Z Compiling indicatif v0.17.11
20852025-03-03T04:14:21.700Z Compiling ecdsa v0.16.9
20862025-03-03T04:14:22.535Z Compiling qorb v0.2.1
20872025-03-03T04:14:23.052Z Compiling rsa v0.9.6
20882025-03-03T04:14:23.921Z Compiling typify-macro v0.2.0
20892025-03-03T04:14:25.015Z Compiling ed25519-dalek v2.1.1
20902025-03-03T04:14:25.541Z Compiling reqwest v0.12.12
20912025-03-03T04:14:27.139Z Compiling crossterm v0.28.1
20922025-03-03T04:14:27.159Z Compiling clap v4.5.31
20932025-03-03T04:14:27.601Z Compiling zip v0.6.6
20942025-03-03T04:14:28.782Z Compiling toml v0.7.8
20952025-03-03T04:14:28.961Z Compiling x509-cert v0.2.5
20962025-03-03T04:14:30.103Z Compiling hex v0.4.3
20972025-03-03T04:14:30.988Z Compiling itertools v0.10.5
20982025-03-03T04:14:31.846Z Compiling unicode-xid v0.2.6
20992025-03-03T04:14:31.873Z Compiling peg-runtime v0.8.3
21002025-03-03T04:14:31.928Z Compiling lalrpop-util v0.19.12
21012025-03-03T04:14:35.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21022025-03-03T04:14:40.141Z Compiling proc-macro-crate v1.3.1
21032025-03-03T04:14:40.938Z Compiling macaddr v1.0.1
21042025-03-03T04:14:41.407Z Compiling itertools v0.13.0
21052025-03-03T04:14:41.681Z Compiling heapless v0.8.0
21062025-03-03T04:14:42.215Z Compiling fastrand v2.1.1
21072025-03-03T04:14:44.212Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21082025-03-03T04:14:45.467Z Compiling tempfile v3.13.0
21092025-03-03T04:14:49.251Z Compiling num_enum_derive v0.5.11
21102025-03-03T04:14:54.013Z Compiling structmeta-derive v0.3.0
21112025-03-03T04:14:54.920Z Compiling hash32 v0.3.1
21122025-03-03T04:14:57.450Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21132025-03-03T04:14:57.471Z Compiling thiserror v2.0.11
21142025-03-03T04:14:57.828Z Compiling smoltcp v0.11.0
21152025-03-03T04:15:01.991Z Compiling structmeta v0.3.0
21162025-03-03T04:15:03.442Z Compiling num_enum v0.5.11
21172025-03-03T04:15:03.466Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21182025-03-03T04:15:04.408Z Compiling typify v0.2.0
21192025-03-03T04:15:04.646Z Compiling oxnet v0.1.1
21202025-03-03T04:15:05.089Z Compiling strum_macros v0.26.4
21212025-03-03T04:15:06.128Z Compiling thiserror-impl v2.0.11
21222025-03-03T04:15:08.272Z Compiling proc-macro-error-attr v1.0.4
21232025-03-03T04:15:08.633Z Compiling unsafe-libyaml v0.2.11
21242025-03-03T04:15:08.891Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21252025-03-03T04:15:09.260Z Compiling cobs v0.2.3
21262025-03-03T04:15:11.455Z Compiling serde_yaml v0.9.34+deprecated
21272025-03-03T04:15:14.509Z Compiling postcard v1.0.10
21282025-03-03T04:15:14.798Z Compiling strum v0.26.3
21292025-03-03T04:15:22.476Z Compiling progenitor-impl v0.8.0
21302025-03-03T04:15:24.572Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21312025-03-03T04:15:36.593Z Compiling foreign-types-macros v0.2.3
21322025-03-03T04:15:36.634Z Compiling wait-timeout v0.2.0
21332025-03-03T04:15:36.740Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21342025-03-03T04:15:37.104Z Compiling proc-macro-error v1.0.4
21352025-03-03T04:15:37.242Z Compiling foreign-types-shared v0.3.1
21362025-03-03T04:15:37.380Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21372025-03-03T04:15:37.428Z Compiling unicode-width v0.1.14
21382025-03-03T04:15:38.059Z Compiling bit-vec v0.8.0
21392025-03-03T04:15:38.925Z Compiling bit-set v0.8.0
21402025-03-03T04:15:39.847Z Compiling tabwriter v1.4.0
21412025-03-03T04:15:42.828Z Compiling foreign-types v0.5.0
21422025-03-03T04:15:42.961Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21432025-03-03T04:15:45.404Z Compiling rusty-fork v0.3.0
21442025-03-03T04:15:52.039Z Compiling progenitor-macro v0.8.0
21452025-03-03T04:15:53.505Z Compiling parse-display-derive v0.10.0
21462025-03-03T04:15:54.027Z Compiling progenitor-client v0.8.0
21472025-03-03T04:15:56.856Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21482025-03-03T04:15:57.661Z Compiling daft-derive v0.1.1
21492025-03-03T04:15:57.927Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21502025-03-03T04:15:58.343Z Compiling rand_xorshift v0.3.0
21512025-03-03T04:15:58.645Z Compiling cstr-argument v0.1.2
21522025-03-03T04:15:58.761Z Compiling dropshot v0.16.0
21532025-03-03T04:15:58.919Z Compiling unarray v0.1.4
21542025-03-03T04:15:59.107Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21552025-03-03T04:15:59.127Z Compiling crucible-workspace-hack v0.1.0
21562025-03-03T04:15:59.427Z Compiling pretty-hex v0.2.1
21572025-03-03T04:15:59.601Z Compiling proptest v1.6.0
21582025-03-03T04:15:59.670Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21592025-03-03T04:16:00.197Z Compiling daft v0.1.1
21602025-03-03T04:16:00.679Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21612025-03-03T04:16:00.958Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21622025-03-03T04:16:01.170Z Compiling parse-display v0.10.0
21632025-03-03T04:16:02.123Z Compiling progenitor v0.8.0
21642025-03-03T04:16:02.148Z Compiling test-strategy v0.4.0
21652025-03-03T04:16:02.351Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21662025-03-03T04:16:02.557Z Compiling colored v2.2.0
21672025-03-03T04:16:02.978Z Compiling serde_with_macros v3.12.0
21682025-03-03T04:16:03.917Z Compiling dropshot_endpoint v0.16.0
21692025-03-03T04:16:04.328Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702025-03-03T04:16:05.114Z Compiling instant v0.1.13
21712025-03-03T04:16:05.207Z Compiling winnow v0.6.20
21722025-03-03T04:16:05.255Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21732025-03-03T04:16:05.323Z Compiling serde_with v3.12.0
21742025-03-03T04:16:05.697Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21752025-03-03T04:16:07.197Z Compiling backoff v0.4.0
21762025-03-03T04:16:07.571Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21772025-03-03T04:16:08.577Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782025-03-03T04:16:08.806Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21792025-03-03T04:16:09.422Z Compiling zone_cfg_derive v0.3.0
21802025-03-03T04:16:09.489Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21812025-03-03T04:16:10.211Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21822025-03-03T04:16:10.852Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21832025-03-03T04:16:10.981Z Compiling camino-tempfile v1.1.1
21842025-03-03T04:16:11.281Z Compiling progenitor-client v0.9.1
21852025-03-03T04:16:11.757Z Compiling num-derive v0.4.2
21862025-03-03T04:16:12.242Z Compiling sigpipe v0.1.3
21872025-03-03T04:16:12.389Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21882025-03-03T04:16:12.724Z Compiling libefi-sys v0.1.0
21892025-03-03T04:16:13.117Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21902025-03-03T04:16:13.922Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21912025-03-03T04:16:15.479Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21922025-03-03T04:16:16.250Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21932025-03-03T04:16:16.798Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21942025-03-03T04:16:16.883Z Compiling zone v0.3.0
21952025-03-03T04:16:18.058Z Compiling itertools v0.14.0
21962025-03-03T04:16:19.002Z Compiling smf v0.2.3
21972025-03-03T04:16:20.203Z Compiling bitfield-struct v0.6.2
21982025-03-03T04:16:20.907Z Compiling blake3 v1.5.4
21992025-03-03T04:16:21.518Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22002025-03-03T04:16:21.538Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22012025-03-03T04:16:21.982Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22022025-03-03T04:16:22.056Z Compiling xattr v1.3.1
22032025-03-03T04:16:22.236Z Compiling memmap2 v0.9.5
22042025-03-03T04:16:22.256Z Compiling filetime v0.2.25
22052025-03-03T04:16:22.344Z Compiling arrayref v0.3.9
22062025-03-03T04:16:22.464Z Compiling arrayvec v0.7.6
22072025-03-03T04:16:22.614Z Compiling same-file v1.0.6
22082025-03-03T04:16:22.796Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22092025-03-03T04:16:22.910Z Compiling constant_time_eq v0.3.1
22102025-03-03T04:16:22.935Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22112025-03-03T04:16:22.954Z Compiling walkdir v2.5.0
22122025-03-03T04:16:23.109Z Compiling tar v0.4.44
22132025-03-03T04:16:24.501Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22142025-03-03T04:16:24.912Z Compiling gethostname v0.5.0
22152025-03-03T04:16:25.134Z Compiling cargo-platform v0.1.8
22162025-03-03T04:16:25.520Z Compiling topological-sort v0.2.2
22172025-03-03T04:16:25.613Z Compiling fixedbitset v0.5.7
22182025-03-03T04:16:25.825Z Compiling omicron-zone-package v0.12.0
22192025-03-03T04:16:26.217Z Compiling petgraph v0.7.1
22202025-03-03T04:16:26.495Z Compiling cargo_metadata v0.19.2
22212025-03-03T04:16:26.744Z Compiling indent_write v2.2.0
22222025-03-03T04:16:26.999Z Compiling shell-words v1.1.0
22232025-03-03T04:16:32.021Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22242025-03-03T04:16:34.297Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22252025-03-03T04:16:36.766Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22262025-03-03T04:16:54.736Z Finished `release` profile [optimized] target(s) in 5m 15s
22272025-03-03T04:16:54.894Z Running `target/release/omicron-package -t test target create -p dev`
22282025-03-03T04:16:54.939ZLogging to: /work/oxidecomputer/omicron/out/LOG
22292025-03-03T04:16:54.943ZCreated new build target 'test' and set it as active
22302025-03-03T04:16:54.943Z
22312025-03-03T04:16:54.943Zreal 5:15.968429947
22322025-03-03T04:16:54.943Zuser 36:52.806669681
22332025-03-03T04:16:54.943Zsys 3:27.301565379
22342025-03-03T04:16:54.943Ztrap 1.183993505
22352025-03-03T04:16:54.943Ztflt 1.695912078
22362025-03-03T04:16:54.943Zdflt 0.947184346
22372025-03-03T04:16:54.943Zkflt 0.000218979
22382025-03-03T04:16:54.943Zlock 1:13:17.543121116
22392025-03-03T04:16:54.943Zslp 2:29:20.385194613
22402025-03-03T04:16:54.943Zlat 2:48.758588772
22412025-03-03T04:16:54.943Zstop 4:51.115601781
22422025-03-03T04:16:54.943Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22432025-03-03T04:16:55.936Z Finished `release` profile [optimized] target(s) in 0.94s
22442025-03-03T04:16:55.996Z Running `target/release/omicron-package -t test package`
22452025-03-03T04:16:56.045ZLogging to: /work/oxidecomputer/omicron/out/LOG
22462025-03-03T04:16:57.172Z Compiling ring v0.17.11
22472025-03-03T04:16:57.347Z Compiling thiserror v2.0.11
22482025-03-03T04:16:57.351Z Compiling typify-impl v0.3.0
22492025-03-03T04:16:57.354Z Compiling convert_case v0.4.0
22502025-03-03T04:16:57.354Z Compiling fastrand v2.1.1
22512025-03-03T04:16:57.358Z Compiling newline-converter v0.3.0
22522025-03-03T04:16:57.361Z Compiling password-hash v0.5.0
22532025-03-03T04:16:57.570Z Compiling expectorate v1.1.0
22542025-03-03T04:16:57.817Z Compiling tempfile v3.13.0
22552025-03-03T04:16:57.839Z Compiling blake2 v0.10.6
22562025-03-03T04:16:58.033Z Compiling derive_more v0.99.19
22572025-03-03T04:16:58.446Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22582025-03-03T04:16:59.031Z Compiling base64 v0.21.7
22592025-03-03T04:16:59.281Z Compiling argon2 v0.5.3
22602025-03-03T04:16:59.349Z Compiling atomicwrites v0.4.4
22612025-03-03T04:16:59.865Z Compiling cancel-safe-futures v0.1.5
22622025-03-03T04:17:00.129Z Compiling owo-colors v4.2.0
22632025-03-03T04:17:00.254Z Compiling num-rational v0.4.2
22642025-03-03T04:17:00.721Z Compiling libsw-core v0.3.1
22652025-03-03T04:17:01.001Z Compiling num-complex v0.4.6
22662025-03-03T04:17:01.327Z Compiling libsw v3.4.0
22672025-03-03T04:17:02.031Z Compiling num v0.4.3
22682025-03-03T04:17:02.533Z Compiling rustls v0.23.19
22692025-03-03T04:17:02.555Z Compiling rustls v0.22.4
22702025-03-03T04:17:02.584Z Compiling linear-map v1.2.0
22712025-03-03T04:17:02.765Z Compiling float-ord v0.3.2
22722025-03-03T04:17:02.958Z Compiling swrite v0.1.0
22732025-03-03T04:17:02.986Z Compiling highway v1.3.0
22742025-03-03T04:17:03.106Z Compiling tungstenite v0.21.0
22752025-03-03T04:17:03.265Z Compiling semver v0.1.20
22762025-03-03T04:17:03.770Z Compiling rustc_version v0.1.7
22772025-03-03T04:17:04.040Z Compiling ipnetwork v0.21.1
22782025-03-03T04:17:04.086Z Compiling newtype_derive v0.1.6
22792025-03-03T04:17:04.426Z Compiling tokio-tungstenite v0.21.0
22802025-03-03T04:17:04.576Z Compiling wait-timeout v0.2.0
22812025-03-03T04:17:04.752Z Compiling rustls-webpki v0.102.8
22822025-03-03T04:17:04.971Z Compiling bit-vec v0.8.0
22832025-03-03T04:17:05.009Z Compiling rusty-fork v0.3.0
22842025-03-03T04:17:05.397Z Compiling bit-set v0.8.0
22852025-03-03T04:17:05.598Z Compiling oxnet v0.1.1
22862025-03-03T04:17:06.258Z Compiling rand_xorshift v0.3.0
22872025-03-03T04:17:06.378Z Compiling humantime v2.1.0
22882025-03-03T04:17:06.512Z Compiling unarray v0.1.4
22892025-03-03T04:17:06.690Z Compiling proptest v1.6.0
22902025-03-03T04:17:07.338Z Compiling typify-macro v0.3.0
22912025-03-03T04:17:07.356Z Compiling daft v0.1.1
22922025-03-03T04:17:07.841Z Compiling parse-display v0.10.0
22932025-03-03T04:17:08.079Z Compiling dropshot v0.16.0
22942025-03-03T04:17:08.155Z Compiling strum v0.26.3
22952025-03-03T04:17:08.292Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22962025-03-03T04:17:08.354Z Compiling instant v0.1.13
22972025-03-03T04:17:08.468Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22982025-03-03T04:17:08.524Z Compiling backoff v0.4.0
22992025-03-03T04:17:08.864Z Compiling steno v0.4.1
23002025-03-03T04:17:08.950Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23012025-03-03T04:17:10.462Z Compiling tokio-rustls v0.25.0
23022025-03-03T04:17:10.909Z Compiling dropshot v0.12.0
23032025-03-03T04:17:12.833Z Compiling tokio-rustls v0.26.0
23042025-03-03T04:17:13.302Z Compiling hyper-rustls v0.27.3
23052025-03-03T04:17:13.868Z Compiling reqwest v0.12.12
23062025-03-03T04:17:16.834Z Compiling qorb v0.2.1
23072025-03-03T04:17:18.369Z Compiling typify v0.3.0
23082025-03-03T04:17:18.526Z Compiling progenitor-impl v0.9.1
23092025-03-03T04:17:21.818Z Compiling progenitor-client v0.9.1
23102025-03-03T04:17:22.726Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112025-03-03T04:17:24.244Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122025-03-03T04:17:48.045Z Compiling progenitor-client v0.8.0
23132025-03-03T04:17:48.917Z Compiling progenitor v0.8.0
23142025-03-03T04:17:49.145Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23152025-03-03T04:17:53.214Z Compiling progenitor-macro v0.9.1
23162025-03-03T04:17:55.629Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172025-03-03T04:17:56.382Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23182025-03-03T04:17:59.554Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23192025-03-03T04:17:59.667Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23202025-03-03T04:17:59.804Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23212025-03-03T04:18:00.673Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23222025-03-03T04:18:02.704Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23232025-03-03T04:18:02.918Z Compiling serde_with v3.12.0
23242025-03-03T04:18:03.432Z Compiling progenitor v0.9.1
23252025-03-03T04:18:03.677Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23262025-03-03T04:18:06.778Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23272025-03-03T04:18:07.175Z Compiling macaddr v1.0.1
23282025-03-03T04:18:07.948Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23292025-03-03T04:18:08.058Z Compiling slog-dtrace v0.3.0
23302025-03-03T04:18:08.109Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312025-03-03T04:18:08.399Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23322025-03-03T04:18:09.175Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23332025-03-03T04:18:09.365Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23342025-03-03T04:18:17.264Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23352025-03-03T04:18:18.573Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23362025-03-03T04:18:19.648Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23372025-03-03T04:18:22.584Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23382025-03-03T04:18:23.465Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23392025-03-03T04:18:26.753Z Compiling prettyplease v0.2.29
23402025-03-03T04:18:29.883Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23412025-03-03T04:18:33.223Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23422025-03-03T04:18:34.319Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23432025-03-03T04:18:34.344Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23442025-03-03T04:18:35.045Z Compiling half v2.4.1
23452025-03-03T04:18:35.326Z Compiling ciborium-io v0.2.2
23462025-03-03T04:18:35.502Z Compiling bytecount v0.6.8
23472025-03-03T04:18:35.713Z Compiling ciborium-ll v0.2.2
23482025-03-03T04:18:35.848Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23492025-03-03T04:18:36.213Z Compiling ciborium v0.2.2
23502025-03-03T04:18:37.834Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23512025-03-03T04:18:38.175Z Compiling display-error-chain v0.2.2
23522025-03-03T04:18:38.248Z Compiling const_format_proc_macros v0.2.34
23532025-03-03T04:18:38.415Z Compiling crunchy v0.2.2
23542025-03-03T04:18:38.889Z Compiling maplit v1.0.2
23552025-03-03T04:18:39.033Z Compiling same-file v1.0.6
23562025-03-03T04:18:39.289Z Compiling keccak v0.1.5
23572025-03-03T04:18:39.949Z Compiling const_format v0.2.34
23582025-03-03T04:18:40.429Z Compiling sha3 v0.10.8
23592025-03-03T04:18:41.157Z Compiling walkdir v2.5.0
23602025-03-03T04:18:41.367Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23612025-03-03T04:18:41.608Z Compiling tiny-keccak v2.0.2
23622025-03-03T04:18:41.715Z Compiling radium v0.7.0
23632025-03-03T04:18:41.948Z Compiling blake3 v1.5.4
23642025-03-03T04:18:42.306Z Compiling dsl_auto_type v0.1.2
23652025-03-03T04:18:42.638Z Compiling scheduled-thread-pool v0.2.7
23662025-03-03T04:18:43.472Z Compiling xattr v1.3.1
23672025-03-03T04:18:43.745Z Compiling diesel_table_macro_syntax v0.2.0
23682025-03-03T04:18:43.927Z Compiling memmap2 v0.9.5
23692025-03-03T04:18:44.120Z Compiling filetime v0.2.25
23702025-03-03T04:18:44.321Z Compiling tap v1.0.1
23712025-03-03T04:18:44.394Z Compiling arrayref v0.3.9
23722025-03-03T04:18:44.416Z Compiling bit-vec v0.6.3
23732025-03-03T04:18:44.512Z Compiling arrayvec v0.7.6
23742025-03-03T04:18:44.532Z Compiling maybe-uninit v2.0.0
23752025-03-03T04:18:44.797Z Compiling constant_time_eq v0.3.1
23762025-03-03T04:18:44.921Z Compiling bit-set v0.5.3
23772025-03-03T04:18:45.093Z Compiling wyz v0.5.1
23782025-03-03T04:18:45.201Z Compiling tar v0.4.44
23792025-03-03T04:18:45.560Z Compiling diesel_derives v2.2.3
23802025-03-03T04:18:45.956Z Compiling r2d2 v0.8.10
23812025-03-03T04:18:47.034Z Compiling toolchain_find v0.4.0
23822025-03-03T04:18:47.076Z Compiling camino-tempfile v1.1.1
23832025-03-03T04:18:47.362Z Compiling phf_generator v0.11.2
23842025-03-03T04:18:47.441Z Compiling ascii-canvas v3.0.0
23852025-03-03T04:18:47.543Z Compiling secrecy v0.8.0
23862025-03-03T04:18:47.571Z Compiling ena v0.14.3
23872025-03-03T04:18:47.813Z Compiling async-recursion v1.1.1
23882025-03-03T04:18:47.935Z Compiling regex-syntax v0.6.29
23892025-03-03T04:18:47.975Z Compiling funty v2.0.0
23902025-03-03T04:18:48.588Z Compiling topological-sort v0.2.2
23912025-03-03T04:18:48.824Z Compiling crc-catalog v2.4.0
23922025-03-03T04:18:49.003Z Compiling packed_struct v0.10.1
23932025-03-03T04:18:49.115Z Compiling diff v0.1.13
23942025-03-03T04:18:49.449Z Compiling bindgen v0.71.1
23952025-03-03T04:18:49.592Z Compiling crc v3.2.1
23962025-03-03T04:18:49.632Z Compiling bitvec v1.0.1
23972025-03-03T04:18:49.933Z Compiling omicron-zone-package v0.12.0
23982025-03-03T04:18:50.665Z Compiling phf_codegen v0.11.2
23992025-03-03T04:18:50.896Z Compiling rustfmt-wrapper v0.2.1
24002025-03-03T04:18:51.467Z Compiling lalrpop v0.19.12
24012025-03-03T04:18:51.808Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24022025-03-03T04:18:52.851Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24032025-03-03T04:18:52.874Z Compiling universal-hash v0.5.1
24042025-03-03T04:18:53.085Z Compiling thiserror-impl-no-std v2.0.2
24052025-03-03T04:18:53.132Z Compiling packed_struct_codegen v0.10.1
24062025-03-03T04:18:54.018Z Compiling parse-zoneinfo v0.3.1
24072025-03-03T04:18:54.680Z Compiling indexmap v1.9.3
24082025-03-03T04:18:55.017Z Compiling opaque-debug v0.3.1
24092025-03-03T04:18:55.137Z Compiling ref-cast v1.0.23
24102025-03-03T04:18:55.363Z Compiling rustc-hash v2.1.1
24112025-03-03T04:18:55.384Z Compiling nodrop v0.1.14
24122025-03-03T04:18:55.577Z Compiling array-init v0.0.4
24132025-03-03T04:18:55.683Z Compiling thiserror-no-std v2.0.2
24142025-03-03T04:18:55.757Z Compiling diesel v2.2.7
24152025-03-03T04:18:55.837Z Compiling poly1305 v0.8.0
24162025-03-03T04:18:56.634Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24172025-03-03T04:18:57.307Z Compiling chrono-tz-build v0.4.0
24182025-03-03T04:18:58.248Z Compiling smallvec v0.6.14
24192025-03-03T04:18:58.731Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24202025-03-03T04:18:59.066Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24212025-03-03T04:18:59.317Z Compiling itertools v0.13.0
24222025-03-03T04:18:59.371Z Compiling derive_builder_core v0.20.2
24232025-03-03T04:19:01.325Z Compiling chacha20 v0.9.1
24242025-03-03T04:19:01.807Z Compiling headers-core v0.3.0
24252025-03-03T04:19:01.992Z Compiling aead v0.5.2
24262025-03-03T04:19:02.348Z Compiling libxml v0.3.3
24272025-03-03T04:19:02.776Z Compiling ref-cast-impl v1.0.23
24282025-03-03T04:19:02.830Z Compiling vte_generate_state_changes v0.1.2
24292025-03-03T04:19:03.446Z Compiling bitfield v0.14.0
24302025-03-03T04:19:03.754Z Compiling arc-swap v1.7.1
24312025-03-03T04:19:03.774Z Compiling hashbrown v0.12.3
24322025-03-03T04:19:04.401Z Compiling termcolor v1.4.1
24332025-03-03T04:19:04.942Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24342025-03-03T04:19:05.309Z Compiling env_logger v0.10.2
24352025-03-03T04:19:06.494Z Compiling slog-scope v4.4.0
24362025-03-03T04:19:07.242Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24372025-03-03T04:19:07.349Z Compiling vte v0.11.1
24382025-03-03T04:19:07.731Z Compiling samael v0.0.18
24392025-03-03T04:19:08.428Z Compiling chacha20poly1305 v0.10.1
24402025-03-03T04:19:08.669Z Compiling headers v0.4.0
24412025-03-03T04:19:08.804Z Compiling derive_builder_macro v0.20.2
24422025-03-03T04:19:09.361Z Compiling serde-hex v0.1.0
24432025-03-03T04:19:09.593Z Compiling chrono-tz v0.10.1
24442025-03-03T04:19:10.195Z Compiling vsss-rs v3.3.4
24452025-03-03T04:19:12.233Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24462025-03-03T04:19:12.764Z Compiling polar-core v0.27.3
24472025-03-03T04:19:14.167Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24482025-03-03T04:19:14.196Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24492025-03-03T04:19:14.490Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24502025-03-03T04:19:14.956Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24512025-03-03T04:19:15.282Z Compiling ron v0.8.1
24522025-03-03T04:19:17.431Z Compiling hashbrown v0.13.2
24532025-03-03T04:19:18.676Z Compiling strum_macros v0.24.3
24542025-03-03T04:19:18.749Z Compiling unicase v2.7.0
24552025-03-03T04:19:19.094Z Compiling indoc v1.0.9
24562025-03-03T04:19:19.918Z Compiling crc-any v2.5.0
24572025-03-03T04:19:20.862Z Compiling object v0.30.4
24582025-03-03T04:19:20.890Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24592025-03-03T04:19:22.408Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24602025-03-03T04:19:36.946Z Compiling derive_builder v0.20.2
24612025-03-03T04:19:37.251Z Compiling strip-ansi-escapes v0.2.0
24622025-03-03T04:19:40.227Z Compiling slog-stdlog v4.1.1
24632025-03-03T04:19:40.929Z Compiling papergrid v0.11.0
24642025-03-03T04:19:41.017Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24652025-03-03T04:19:41.349Z Compiling tabled_derive v0.7.0
24662025-03-03T04:19:42.534Z Compiling fd-lock v4.0.2
24672025-03-03T04:19:42.774Z Compiling peg-macros v0.8.4
24682025-03-03T04:19:43.349Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24692025-03-03T04:19:44.262Z Compiling impl-trait-for-tuples v0.2.2
24702025-03-03T04:19:45.864Z Compiling oso-derive v0.27.3
24712025-03-03T04:19:46.812Z Compiling quick-xml v0.37.2
24722025-03-03T04:19:49.870Z Compiling diesel-dtrace v0.4.2
24732025-03-03T04:19:50.226Z Compiling path-slash v0.1.5
24742025-03-03T04:19:50.502Z Compiling nu-ansi-term v0.50.1
24752025-03-03T04:19:51.764Z Compiling reedline v0.38.0
24762025-03-03T04:19:52.558Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24772025-03-03T04:19:54.306Z Compiling oso v0.27.3
24782025-03-03T04:20:05.038Z Compiling peg v0.8.4
24792025-03-03T04:20:05.211Z Compiling tabled v0.15.0
24802025-03-03T04:20:07.643Z Compiling slog-envlogger v2.2.0
24812025-03-03T04:20:10.831Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24822025-03-03T04:20:12.524Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24832025-03-03T04:20:14.080Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24842025-03-03T04:20:14.440Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24852025-03-03T04:20:15.802Z Compiling pem v3.0.5
24862025-03-03T04:20:17.246Z Compiling bb8 v0.8.5
24872025-03-03T04:20:17.858Z Compiling bcs v0.1.6
24882025-03-03T04:20:18.692Z Compiling fxhash v0.2.1
24892025-03-03T04:20:18.941Z Compiling libz-sys v1.1.20
24902025-03-03T04:20:19.665Z Compiling termtree v0.5.1
24912025-03-03T04:20:20.100Z Compiling async-bb8-diesel v0.2.1
24922025-03-03T04:20:21.604Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24932025-03-03T04:20:23.322Z Compiling kstat-rs v0.2.4
24942025-03-03T04:20:24.237Z Compiling proc-macro-error-attr2 v2.0.0
24952025-03-03T04:20:24.868Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24962025-03-03T04:20:24.987Z Compiling proc-macro-error2 v2.0.1
24972025-03-03T04:20:25.286Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24982025-03-03T04:20:25.568Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24992025-03-03T04:20:26.019Z Compiling nanorand v0.7.0
25002025-03-03T04:20:26.683Z Compiling libgit2-sys v0.17.0+1.8.1
25012025-03-03T04:20:27.436Z Compiling pin-project-internal v1.1.6
25022025-03-03T04:20:29.912Z Compiling parking_lot_core v0.8.6
25032025-03-03T04:20:30.385Z Compiling pin-project v1.1.6
25042025-03-03T04:20:40.408Z Compiling flume v0.11.1
25052025-03-03T04:20:40.606Z Compiling tabled_derive v0.10.0
25062025-03-03T04:20:41.164Z Compiling mime_guess v2.0.5
25072025-03-03T04:20:42.450Z Compiling papergrid v0.14.0
25082025-03-03T04:20:42.979Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25092025-03-03T04:20:44.295Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
25102025-03-03T04:20:47.514Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25112025-03-03T04:20:50.459Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25122025-03-03T04:20:51.317Z Compiling snafu-derive v0.8.5
25132025-03-03T04:20:53.660Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25142025-03-03T04:20:54.070Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25152025-03-03T04:20:55.260Z Compiling tabled v0.18.0
25162025-03-03T04:20:55.374Z Compiling snafu v0.8.5
25172025-03-03T04:21:10.043Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25182025-03-03T04:21:12.147Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25192025-03-03T04:21:14.596Z Compiling globset v0.4.15
25202025-03-03T04:21:18.472Z Compiling olpc-cjson v0.1.4
25212025-03-03T04:21:18.790Z Compiling castaway v0.2.3
25222025-03-03T04:21:18.990Z Compiling vergen v8.3.2
25232025-03-03T04:21:19.335Z Compiling nibble_vec v0.1.0
25242025-03-03T04:21:19.579Z Compiling cargo-platform v0.1.8
25252025-03-03T04:21:20.053Z Compiling serde_plain v1.0.2
25262025-03-03T04:21:20.236Z Compiling atty v0.2.14
25272025-03-03T04:21:20.418Z Compiling endian-type v0.1.2
25282025-03-03T04:21:20.438Z Compiling typed-path v0.9.3
25292025-03-03T04:21:20.578Z Compiling http-range v0.1.5
25302025-03-03T04:21:20.671Z Compiling io-lifetimes v1.0.11
25312025-03-03T04:21:21.161Z Compiling salty v0.3.0
25322025-03-03T04:21:21.634Z Compiling radix_trie v0.2.1
25332025-03-03T04:21:21.741Z Compiling git2 v0.19.0
25342025-03-03T04:21:21.791Z Compiling cargo_metadata v0.18.1
25352025-03-03T04:21:22.603Z Compiling compact_str v0.8.0
25362025-03-03T04:21:24.149Z Compiling tough v0.19.0
25372025-03-03T04:21:24.668Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25382025-03-03T04:21:25.118Z Compiling parking_lot v0.11.2
25392025-03-03T04:21:29.030Z Compiling unicode-truncate v1.1.0
25402025-03-03T04:21:29.345Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25412025-03-03T04:21:29.646Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25422025-03-03T04:21:33.179Z Compiling lru v0.12.5
25432025-03-03T04:21:33.556Z Compiling rand_seeder v0.3.0
25442025-03-03T04:21:34.004Z Compiling lzma-sys v0.1.20
25452025-03-03T04:21:34.124Z Compiling instability v0.3.2
25462025-03-03T04:21:34.705Z Compiling rustls v0.21.12
25472025-03-03T04:21:35.036Z Compiling cassowary v0.3.0
25482025-03-03T04:21:35.091Z Compiling indoc v2.0.5
25492025-03-03T04:21:35.474Z Compiling parse-size v1.1.0
25502025-03-03T04:21:35.828Z Compiling rustix v0.37.28
25512025-03-03T04:21:35.944Z Compiling ratatui v0.29.0
25522025-03-03T04:21:36.720Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25532025-03-03T04:21:37.363Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25542025-03-03T04:21:37.622Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25552025-03-03T04:21:38.739Z Compiling hyper-staticfile v0.10.1
25562025-03-03T04:21:40.268Z Compiling sled v0.34.7
25572025-03-03T04:21:40.288Z Compiling hickory-client v0.24.4
25582025-03-03T04:21:43.559Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25592025-03-03T04:21:44.737Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25602025-03-03T04:21:44.997Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25612025-03-03T04:21:50.153Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25622025-03-03T04:21:50.495Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25632025-03-03T04:21:52.022Z Compiling sct v0.7.1
25642025-03-03T04:21:52.467Z Compiling rustls-webpki v0.101.7
25652025-03-03T04:21:55.421Z Compiling hickory-server v0.24.4
25662025-03-03T04:21:55.472Z Compiling primeorder v0.13.6
25672025-03-03T04:21:55.957Z Compiling heck v0.3.3
25682025-03-03T04:21:56.095Z Compiling env_filter v0.1.2
25692025-03-03T04:21:56.295Z Compiling csv-core v0.1.11
25702025-03-03T04:21:56.298Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25712025-03-03T04:21:56.748Z Compiling csv v1.3.1
25722025-03-03T04:21:57.185Z Compiling env_logger v0.11.5
25732025-03-03T04:21:57.619Z Compiling zone_cfg_derive v0.1.2
25742025-03-03T04:21:58.615Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25752025-03-03T04:21:58.914Z Compiling p384 v0.13.0
25762025-03-03T04:22:04.263Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25772025-03-03T04:22:05.154Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25782025-03-03T04:22:06.326Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25792025-03-03T04:22:06.375Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25802025-03-03T04:22:07.342Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25812025-03-03T04:22:07.745Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25822025-03-03T04:22:08.016Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25832025-03-03T04:22:08.092Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25842025-03-03T04:22:08.362Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25852025-03-03T04:22:08.439Z Compiling nix v0.27.1
25862025-03-03T04:22:08.702Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25872025-03-03T04:22:09.405Z Compiling tungstenite v0.23.0
25882025-03-03T04:22:11.122Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25892025-03-03T04:22:11.463Z Compiling base64 v0.13.1
25902025-03-03T04:22:12.234Z Compiling ron v0.7.1
25912025-03-03T04:22:12.868Z Compiling tokio-tungstenite v0.23.1
25922025-03-03T04:22:14.965Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25932025-03-03T04:22:15.257Z Compiling xz2 v0.1.7
25942025-03-03T04:22:15.843Z Compiling terminal_size v0.2.6
25952025-03-03T04:22:16.076Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25962025-03-03T04:22:17.253Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25972025-03-03T04:22:23.702Z Compiling tokio-rustls v0.24.1
25982025-03-03T04:22:23.774Z Compiling zone v0.1.8
25992025-03-03T04:22:24.158Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26002025-03-03T04:22:24.319Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26012025-03-03T04:22:24.449Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26022025-03-03T04:22:26.142Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26032025-03-03T04:22:26.166Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26042025-03-03T04:22:26.821Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
26052025-03-03T04:22:26.919Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
26062025-03-03T04:22:27.030Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26072025-03-03T04:22:29.854Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082025-03-03T04:22:31.013Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26092025-03-03T04:22:31.349Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26102025-03-03T04:22:34.516Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26112025-03-03T04:22:34.689Z Compiling rustls-pemfile v1.0.4
26122025-03-03T04:22:35.439Z Compiling signal-hook-tokio v0.3.1
26132025-03-03T04:22:35.772Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26142025-03-03T04:22:36.076Z Compiling twox-hash v2.1.0
26152025-03-03T04:22:37.110Z Compiling yasna v0.5.2
26162025-03-03T04:22:38.158Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26172025-03-03T04:22:38.956Z Compiling glob v0.3.2
26182025-03-03T04:22:39.317Z Compiling unicode-linebreak v0.1.5
26192025-03-03T04:22:39.888Z Compiling smawk v0.3.2
26202025-03-03T04:22:40.198Z Compiling is_ci v1.2.0
26212025-03-03T04:22:40.499Z Compiling supports-color v3.0.2
26222025-03-03T04:22:40.519Z Compiling textwrap v0.16.1
26232025-03-03T04:22:40.673Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26242025-03-03T04:22:40.942Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26252025-03-03T04:22:41.059Z Compiling rcgen v0.12.1
26262025-03-03T04:22:44.030Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26272025-03-03T04:22:46.609Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26282025-03-03T04:22:47.670Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26292025-03-03T04:22:50.114Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302025-03-03T04:22:55.277Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26312025-03-03T04:22:55.952Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26322025-03-03T04:23:07.921Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332025-03-03T04:23:08.790Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26342025-03-03T04:23:12.546Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26352025-03-03T04:23:14.225Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26362025-03-03T04:23:18.744Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26372025-03-03T04:23:19.277Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26382025-03-03T04:23:21.427Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26392025-03-03T04:23:31.438Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26402025-03-03T04:23:33.092Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26412025-03-03T04:23:35.785Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26422025-03-03T04:23:36.401Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26432025-03-03T04:23:36.748Z Compiling fatfs v0.3.6
26442025-03-03T04:23:37.988Z Compiling rtoolbox v0.0.2
26452025-03-03T04:23:38.382Z Compiling subprocess v0.2.9
26462025-03-03T04:23:38.962Z Compiling assert_matches v1.5.0
26472025-03-03T04:23:39.434Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26482025-03-03T04:23:42.073Z Compiling rpassword v7.3.1
26492025-03-03T04:23:42.563Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26502025-03-03T04:23:42.982Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26512025-03-03T04:23:47.150Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26522025-03-03T04:23:53.945Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26532025-03-03T04:23:57.106Z Compiling tui-tree-widget v0.23.0
26542025-03-03T04:24:02.826Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26552025-03-03T04:24:10.442Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26562025-03-03T04:24:10.802Z Compiling uzers v0.12.1
26572025-03-03T04:24:13.914Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26582025-03-03T04:24:14.997Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26592025-03-03T04:24:15.938Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26602025-03-03T04:24:31.323Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26612025-03-03T04:24:41.944Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26622025-03-03T04:24:42.029Z Compiling multimap v0.10.0
26632025-03-03T04:27:03.274Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26642025-03-03T04:34:26.240Z Finished `release` profile [optimized] target(s) in 17m 29s
26652025-03-03T04:35:33.749Z
26662025-03-03T04:35:33.753Zreal 18:38.345910835
26672025-03-03T04:35:33.753Zuser 2:08:40.232375288
26682025-03-03T04:35:33.753Zsys 3:27.921068230
26692025-03-03T04:35:33.753Ztrap 3.250394288
26702025-03-03T04:35:33.753Ztflt 1.643201238
26712025-03-03T04:35:33.753Zdflt 4.815509285
26722025-03-03T04:35:33.753Zkflt 0.132136747
26732025-03-03T04:35:33.753Zlock 7:59:02.626246315
26742025-03-03T04:35:33.753Zslp 6:42:55.649584871
26752025-03-03T04:35:33.753Zlat 3:34.796203389
26762025-03-03T04:35:33.753Zstop 2:55.113705461
26772025-03-03T04:35:33.753Z+ mapfile -t packages
26782025-03-03T04:35:33.753Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26792025-03-03T04:35:34.807Z Compiling ring v0.17.11
26802025-03-03T04:35:36.685Z Compiling rustls v0.22.4
26812025-03-03T04:35:36.685Z Compiling rustls v0.23.19
26822025-03-03T04:35:38.329Z Compiling rustls-webpki v0.102.8
26832025-03-03T04:35:42.421Z Compiling tokio-rustls v0.25.0
26842025-03-03T04:35:42.812Z Compiling dropshot v0.12.0
26852025-03-03T04:35:44.069Z Compiling tokio-rustls v0.26.0
26862025-03-03T04:35:44.535Z Compiling hyper-rustls v0.27.3
26872025-03-03T04:35:45.071Z Compiling reqwest v0.12.12
26882025-03-03T04:35:46.468Z Compiling dropshot v0.16.0
26892025-03-03T04:35:46.882Z Compiling qorb v0.2.1
26902025-03-03T04:35:53.763Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26912025-03-03T04:35:54.189Z Compiling progenitor-client v0.8.0
26922025-03-03T04:35:55.086Z Compiling progenitor v0.8.0
26932025-03-03T04:35:55.610Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942025-03-03T04:35:56.361Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26952025-03-03T04:35:57.888Z Compiling progenitor-client v0.9.1
26962025-03-03T04:35:58.904Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26972025-03-03T04:36:02.159Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26982025-03-03T04:36:09.818Z Compiling omicron-zone-package v0.12.0
26992025-03-03T04:36:16.824Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27002025-03-03T04:36:21.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27012025-03-03T04:36:21.970Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27022025-03-03T04:36:25.925Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27032025-03-03T04:36:41.571Z Finished `release` profile [optimized] target(s) in 1m 07s
27042025-03-03T04:36:41.748Z Running `target/release/omicron-package -t test list-outputs`
27052025-03-03T04:36:41.798ZLogging to: /work/oxidecomputer/omicron/out/LOG
27062025-03-03T04:36:41.801Z+ ptime -m cargo build --locked --release -p xtask
27072025-03-03T04:36:42.388Z Compiling serde v1.0.218
27082025-03-03T04:36:42.389Z Compiling rustix v0.38.37
27092025-03-03T04:36:42.392Z Compiling serde_json v1.0.139
27102025-03-03T04:36:42.393Z Compiling libc v0.2.170
27112025-03-03T04:36:42.393Z Compiling syn v2.0.98
27122025-03-03T04:36:42.496Z Compiling bitflags v2.6.0
27132025-03-03T04:36:42.857Z Compiling usdt-impl v0.5.0
27142025-03-03T04:36:42.921Z Compiling syn v1.0.109
27152025-03-03T04:36:42.998Z Compiling hashbrown v0.15.1
27162025-03-03T04:36:43.014Z Compiling log v0.4.22
27172025-03-03T04:36:43.262Z Compiling fs-err v2.11.0
27182025-03-03T04:36:43.477Z Compiling anyhow v1.0.96
27192025-03-03T04:36:43.598Z Compiling once_cell v1.20.3
27202025-03-03T04:36:43.844Z Compiling thread-id v4.2.2
27212025-03-03T04:36:44.209Z Compiling indexmap v2.7.1
27222025-03-03T04:36:45.217Z Compiling terminal_size v0.4.0
27232025-03-03T04:36:45.270Z Compiling tempfile v3.13.0
27242025-03-03T04:36:45.479Z Compiling clap_builder v4.5.31
27252025-03-03T04:36:46.056Z Compiling proc-macro-error v1.0.4
27262025-03-03T04:36:46.897Z Compiling tabled_derive v0.7.0
27272025-03-03T04:36:47.932Z Compiling tabled v0.15.0
27282025-03-03T04:36:48.670Z Compiling serde_derive v1.0.218
27292025-03-03T04:36:48.670Z Compiling thiserror-impl v1.0.69
27302025-03-03T04:36:48.676Z Compiling zerocopy-derive v0.7.35
27312025-03-03T04:36:48.676Z Compiling scroll_derive v0.12.0
27322025-03-03T04:36:48.676Z Compiling thiserror-impl v2.0.11
27332025-03-03T04:36:50.102Z Compiling scroll v0.12.0
27342025-03-03T04:36:50.429Z Compiling zerocopy v0.7.35
27352025-03-03T04:36:50.742Z Compiling goblin v0.8.2
27362025-03-03T04:36:51.255Z Compiling thiserror v1.0.69
27372025-03-03T04:36:51.422Z Compiling pest v2.7.14
27382025-03-03T04:36:53.281Z Compiling thiserror v2.0.11
27392025-03-03T04:36:53.469Z Compiling clap_derive v4.5.28
27402025-03-03T04:36:54.429Z Compiling pest_meta v2.7.14
27412025-03-03T04:36:57.653Z Compiling pest_generator v2.7.14
27422025-03-03T04:36:58.054Z Compiling clap v4.5.31
27432025-03-03T04:36:59.298Z Compiling pest_derive v2.7.14
27442025-03-03T04:37:00.119Z Compiling dtrace-parser v0.2.0
27452025-03-03T04:37:01.615Z Compiling toml_datetime v0.6.8
27462025-03-03T04:37:02.341Z Compiling serde_spanned v0.6.8
27472025-03-03T04:37:02.630Z Compiling serde_tokenstream v0.2.2
27482025-03-03T04:37:03.193Z Compiling dof v0.3.0
27492025-03-03T04:37:04.979Z Compiling toml_edit v0.22.24
27502025-03-03T04:37:05.347Z Compiling camino v1.1.9
27512025-03-03T04:37:06.616Z Compiling usdt-macro v0.5.0
27522025-03-03T04:37:07.825Z Compiling usdt-attr-macro v0.5.0
27532025-03-03T04:37:09.123Z Compiling toml v0.8.20
27542025-03-03T04:37:09.307Z Compiling semver v1.0.25
27552025-03-03T04:37:09.941Z Compiling cargo-platform v0.1.8
27562025-03-03T04:37:10.725Z Compiling cargo_metadata v0.19.2
27572025-03-03T04:37:11.003Z Compiling cargo_toml v0.21.0
27582025-03-03T04:37:12.104Z Compiling usdt v0.5.0
27592025-03-03T04:37:13.520Z Compiling camino-tempfile v1.1.1
27602025-03-03T04:37:14.296Z Compiling macaddr v1.0.1
27612025-03-03T04:37:24.732Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27622025-03-03T04:37:30.395Z Finished `release` profile [optimized] target(s) in 48.52s
27632025-03-03T04:37:30.508Z
27642025-03-03T04:37:30.508Zreal 48.662575867
27652025-03-03T04:37:30.508Zuser 5:17.347769932
27662025-03-03T04:37:30.508Zsys 18.849907823
27672025-03-03T04:37:30.508Ztrap 0.142328457
27682025-03-03T04:37:30.508Ztflt 0.153618683
27692025-03-03T04:37:30.508Zdflt 0.384478531
27702025-03-03T04:37:30.512Zkflt 0.000006947
27712025-03-03T04:37:30.512Zlock 10:04.181561696
27722025-03-03T04:37:30.512Zslp 15:48.522949133
27732025-03-03T04:37:30.512Zlat 14.934365538
27742025-03-03T04:37:30.512Zstop 19.694074762
27752025-03-03T04:37:30.512Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27762025-03-03T04:37:30.512Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27772025-03-03T04:37:30.512Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27782025-03-03T04:37:30.512Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27792025-03-03T04:37:30.512Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27802025-03-03T04:37:31.408Z Compiling ring v0.17.11
27812025-03-03T04:37:31.547Z Compiling regress v0.10.3
27822025-03-03T04:37:31.565Z Compiling thiserror-impl v2.0.11
27832025-03-03T04:37:31.569Z Compiling ident_case v1.0.1
27842025-03-03T04:37:31.597Z Compiling unsafe-libyaml v0.2.11
27852025-03-03T04:37:31.601Z Compiling ipnetwork v0.21.1
27862025-03-03T04:37:31.601Z Compiling macaddr v1.0.1
27872025-03-03T04:37:31.601Z Compiling tempfile v3.13.0
27882025-03-03T04:37:31.759Z Compiling darling_core v0.20.10
27892025-03-03T04:37:32.130Z Compiling oxnet v0.1.1
27902025-03-03T04:37:32.399Z Compiling structmeta-derive v0.3.0
27912025-03-03T04:37:32.420Z Compiling instant v0.1.13
27922025-03-03T04:37:32.589Z Compiling wait-timeout v0.2.0
27932025-03-03T04:37:32.760Z Compiling dropshot v0.16.0
27942025-03-03T04:37:33.077Z Compiling serde_yaml v0.9.34+deprecated
27952025-03-03T04:37:33.113Z Compiling bit-vec v0.8.0
27962025-03-03T04:37:33.306Z Compiling rusty-fork v0.3.0
27972025-03-03T04:37:33.554Z Compiling bit-set v0.8.0
27982025-03-03T04:37:33.876Z Compiling dropshot_endpoint v0.16.0
27992025-03-03T04:37:33.967Z Compiling rand_xorshift v0.3.0
28002025-03-03T04:37:34.294Z Compiling daft-derive v0.1.1
28012025-03-03T04:37:34.619Z Compiling thiserror v2.0.11
28022025-03-03T04:37:34.788Z Compiling unarray v0.1.4
28032025-03-03T04:37:34.936Z Compiling structmeta v0.3.0
28042025-03-03T04:37:34.967Z Compiling proptest v1.6.0
28052025-03-03T04:37:35.325Z Compiling typify-impl v0.2.0
28062025-03-03T04:37:35.652Z Compiling parse-display-derive v0.10.0
28072025-03-03T04:37:36.003Z Compiling daft v0.1.1
28082025-03-03T04:37:36.432Z Compiling test-strategy v0.4.0
28092025-03-03T04:37:36.463Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28102025-03-03T04:37:36.647Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28112025-03-03T04:37:37.384Z Compiling rustls v0.23.19
28122025-03-03T04:37:37.415Z Compiling rustls v0.22.4
28132025-03-03T04:37:37.449Z Compiling darling_macro v0.20.10
28142025-03-03T04:37:37.468Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28152025-03-03T04:37:37.681Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162025-03-03T04:37:37.948Z Compiling backoff v0.4.0
28172025-03-03T04:37:38.197Z Compiling proc-macro-crate v1.3.1
28182025-03-03T04:37:38.328Z Compiling typify-impl v0.3.0
28192025-03-03T04:37:38.373Z Compiling darling v0.20.10
28202025-03-03T04:37:38.501Z Compiling serde_with_macros v3.12.0
28212025-03-03T04:37:39.043Z Compiling num_enum_derive v0.5.11
28222025-03-03T04:37:39.448Z Compiling rustls-webpki v0.102.8
28232025-03-03T04:37:39.830Z Compiling parse-display v0.10.0
28242025-03-03T04:37:41.046Z Compiling serde_with v3.12.0
28252025-03-03T04:37:41.254Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28262025-03-03T04:37:41.275Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28272025-03-03T04:37:41.692Z Compiling num_enum v0.5.11
28282025-03-03T04:37:41.861Z Compiling itertools v0.13.0
28292025-03-03T04:37:41.949Z Compiling heapless v0.8.0
28302025-03-03T04:37:42.525Z Compiling crucible-workspace-hack v0.1.0
28312025-03-03T04:37:42.847Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28322025-03-03T04:37:43.591Z Compiling proc-macro-error v1.0.4
28332025-03-03T04:37:44.228Z Compiling camino-tempfile v1.1.1
28342025-03-03T04:37:44.687Z Compiling hash32 v0.3.1
28352025-03-03T04:37:44.710Z Compiling foreign-types-macros v0.2.3
28362025-03-03T04:37:44.793Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28372025-03-03T04:37:44.938Z Compiling foreign-types-shared v0.3.1
28382025-03-03T04:37:45.113Z Compiling smoltcp v0.11.0
28392025-03-03T04:37:45.791Z Compiling tokio-rustls v0.25.0
28402025-03-03T04:37:45.972Z Compiling foreign-types v0.5.0
28412025-03-03T04:37:46.235Z Compiling dropshot v0.12.0
28422025-03-03T04:37:47.132Z Compiling tokio-rustls v0.26.0
28432025-03-03T04:37:47.598Z Compiling hyper-rustls v0.27.3
28442025-03-03T04:37:48.220Z Compiling reqwest v0.12.12
28452025-03-03T04:37:49.470Z Compiling typify-macro v0.2.0
28462025-03-03T04:37:51.308Z Compiling qorb v0.2.1
28472025-03-03T04:37:52.766Z Compiling progenitor-client v0.9.1
28482025-03-03T04:37:53.218Z Compiling typify v0.2.0
28492025-03-03T04:37:53.248Z Compiling progenitor-client v0.8.0
28502025-03-03T04:37:53.299Z Compiling typify-macro v0.3.0
28512025-03-03T04:37:53.377Z Compiling progenitor-impl v0.8.0
28522025-03-03T04:37:53.747Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28532025-03-03T04:37:54.639Z Compiling tabwriter v1.4.0
28542025-03-03T04:37:54.932Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28552025-03-03T04:37:55.106Z Compiling cstr-argument v0.1.2
28562025-03-03T04:37:55.382Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28572025-03-03T04:37:55.716Z Compiling cobs v0.2.3
28582025-03-03T04:37:55.786Z Compiling pretty-hex v0.2.1
28592025-03-03T04:37:56.023Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28602025-03-03T04:37:56.045Z Compiling postcard v1.0.10
28612025-03-03T04:37:56.460Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28622025-03-03T04:37:56.695Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28632025-03-03T04:37:56.762Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28642025-03-03T04:37:56.976Z Compiling typify v0.3.0
28652025-03-03T04:37:57.138Z Compiling progenitor-impl v0.9.1
28662025-03-03T04:37:57.236Z Compiling colored v2.2.0
28672025-03-03T04:37:58.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28682025-03-03T04:37:58.402Z Compiling winnow v0.6.20
28692025-03-03T04:37:58.464Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28702025-03-03T04:37:58.628Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712025-03-03T04:37:58.751Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28722025-03-03T04:37:59.123Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732025-03-03T04:37:59.143Z Compiling smf v0.2.3
28742025-03-03T04:37:59.640Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28752025-03-03T04:37:59.906Z Compiling zone_cfg_derive v0.3.0
28762025-03-03T04:37:59.998Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28772025-03-03T04:38:00.130Z Compiling progenitor-macro v0.8.0
28782025-03-03T04:38:00.323Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28792025-03-03T04:38:00.734Z Compiling itertools v0.14.0
28802025-03-03T04:38:01.006Z Compiling num-derive v0.4.2
28812025-03-03T04:38:01.128Z Compiling sigpipe v0.1.3
28822025-03-03T04:38:01.329Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28832025-03-03T04:38:01.661Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28842025-03-03T04:38:01.729Z Compiling zone v0.3.0
28852025-03-03T04:38:01.775Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28862025-03-03T04:38:02.694Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28872025-03-03T04:38:03.162Z Compiling universal-hash v0.5.1
28882025-03-03T04:38:03.220Z Compiling opaque-debug v0.3.1
28892025-03-03T04:38:03.333Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28902025-03-03T04:38:03.351Z Compiling tungstenite v0.21.0
28912025-03-03T04:38:03.396Z Compiling num-rational v0.4.2
28922025-03-03T04:38:03.678Z Compiling password-hash v0.5.0
28932025-03-03T04:38:03.769Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28942025-03-03T04:38:03.932Z Compiling progenitor-macro v0.9.1
28952025-03-03T04:38:04.124Z Compiling blake2 v0.10.6
28962025-03-03T04:38:04.536Z Compiling aead v0.5.2
28972025-03-03T04:38:04.912Z Compiling num-complex v0.4.6
28982025-03-03T04:38:04.938Z Compiling keccak v0.1.5
28992025-03-03T04:38:04.979Z Compiling convert_case v0.4.0
29002025-03-03T04:38:05.208Z Compiling base64 v0.21.7
29012025-03-03T04:38:05.286Z Compiling sha3 v0.10.8
29022025-03-03T04:38:05.515Z Compiling argon2 v0.5.3
29032025-03-03T04:38:05.805Z Compiling derive_more v0.99.19
29042025-03-03T04:38:05.849Z Compiling num v0.4.3
29052025-03-03T04:38:05.872Z Compiling tokio-tungstenite v0.21.0
29062025-03-03T04:38:05.972Z Compiling poly1305 v0.8.0
29072025-03-03T04:38:06.091Z Compiling chacha20 v0.9.1
29082025-03-03T04:38:06.280Z Compiling float-ord v0.3.2
29092025-03-03T04:38:06.472Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29102025-03-03T04:38:06.494Z Compiling same-file v1.0.6
29112025-03-03T04:38:06.578Z Compiling semver v0.1.20
29122025-03-03T04:38:06.827Z Compiling walkdir v2.5.0
29132025-03-03T04:38:06.913Z Compiling newline-converter v0.3.0
29142025-03-03T04:38:07.112Z Compiling rustc_version v0.1.7
29152025-03-03T04:38:07.220Z Compiling primeorder v0.13.6
29162025-03-03T04:38:07.496Z Compiling secrecy v0.8.0
29172025-03-03T04:38:07.547Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29182025-03-03T04:38:07.638Z Compiling owo-colors v4.2.0
29192025-03-03T04:38:07.736Z Compiling cancel-safe-futures v0.1.5
29202025-03-03T04:38:07.740Z Compiling newtype_derive v0.1.6
29212025-03-03T04:38:08.097Z Compiling expectorate v1.1.0
29222025-03-03T04:38:08.151Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29232025-03-03T04:38:08.283Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29242025-03-03T04:38:08.304Z Compiling thiserror-impl-no-std v2.0.2
29252025-03-03T04:38:08.342Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29262025-03-03T04:38:08.363Z Compiling libsw-core v0.3.1
29272025-03-03T04:38:08.420Z Compiling blake3 v1.5.4
29282025-03-03T04:38:08.640Z Compiling unicase v2.7.0
29292025-03-03T04:38:08.942Z Compiling half v2.4.1
29302025-03-03T04:38:08.999Z Compiling arc-swap v1.7.1
29312025-03-03T04:38:09.065Z Compiling fixedbitset v0.5.7
29322025-03-03T04:38:09.328Z Compiling ciborium-io v0.2.2
29332025-03-03T04:38:09.477Z Compiling ciborium-ll v0.2.2
29342025-03-03T04:38:09.517Z Compiling petgraph v0.7.1
29352025-03-03T04:38:09.585Z Compiling slog-scope v4.4.0
29362025-03-03T04:38:10.042Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29372025-03-03T04:38:10.093Z Compiling libsw v3.4.0
29382025-03-03T04:38:10.354Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29392025-03-03T04:38:11.045Z Compiling thiserror-no-std v2.0.2
29402025-03-03T04:38:11.216Z Compiling polyval v0.6.2
29412025-03-03T04:38:11.272Z Compiling atomicwrites v0.4.4
29422025-03-03T04:38:11.656Z Compiling memmap2 v0.9.5
29432025-03-03T04:38:11.656Z Compiling linear-map v1.2.0
29442025-03-03T04:38:11.877Z Compiling progenitor v0.8.0
29452025-03-03T04:38:12.095Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29462025-03-03T04:38:12.115Z Compiling indent_write v2.2.0
29472025-03-03T04:38:12.154Z Compiling arrayref v0.3.9
29482025-03-03T04:38:12.221Z Compiling salty v0.3.0
29492025-03-03T04:38:12.274Z Compiling constant_time_eq v0.3.1
29502025-03-03T04:38:12.368Z Compiling arrayvec v0.7.6
29512025-03-03T04:38:12.484Z Compiling parking_lot_core v0.8.6
29522025-03-03T04:38:12.539Z Compiling libefi-sys v0.1.0
29532025-03-03T04:38:12.693Z Compiling ghash v0.5.1
29542025-03-03T04:38:12.897Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29552025-03-03T04:38:12.977Z Compiling vsss-rs v3.3.4
29562025-03-03T04:38:13.150Z Compiling slog-stdlog v4.1.1
29572025-03-03T04:38:13.473Z Compiling ciborium v0.2.2
29582025-03-03T04:38:13.801Z Compiling p384 v0.13.0
29592025-03-03T04:38:13.844Z Compiling toolchain_find v0.4.0
29602025-03-03T04:38:14.337Z Compiling chacha20poly1305 v0.10.1
29612025-03-03T04:38:14.411Z Compiling ctr v0.9.2
29622025-03-03T04:38:14.596Z Compiling lzma-sys v0.1.20
29632025-03-03T04:38:14.779Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29642025-03-03T04:38:14.816Z Compiling bitfield-struct v0.6.2
29652025-03-03T04:38:15.212Z Compiling slog-dtrace v0.3.0
29662025-03-03T04:38:15.215Z Compiling topological-sort v0.2.2
29672025-03-03T04:38:15.320Z Compiling highway v1.3.0
29682025-03-03T04:38:15.489Z Compiling omicron-zone-package v0.12.0
29692025-03-03T04:38:15.612Z Compiling progenitor v0.9.1
29702025-03-03T04:38:15.815Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29712025-03-03T04:38:15.850Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29722025-03-03T04:38:16.077Z Compiling aes-gcm v0.10.3
29732025-03-03T04:38:16.120Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29742025-03-03T04:38:16.342Z Compiling rustfmt-wrapper v0.2.1
29752025-03-03T04:38:16.389Z Compiling mime_guess v2.0.5
29762025-03-03T04:38:16.865Z Compiling slog-envlogger v2.2.0
29772025-03-03T04:38:17.000Z Compiling steno v0.4.1
29782025-03-03T04:38:17.532Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29792025-03-03T04:38:17.977Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29802025-03-03T04:38:18.644Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29812025-03-03T04:38:19.090Z Compiling heck v0.3.3
29822025-03-03T04:38:19.277Z Compiling ssh-encoding v0.2.0
29832025-03-03T04:38:19.392Z Compiling blowfish v0.9.1
29842025-03-03T04:38:19.450Z Compiling nibble_vec v0.1.0
29852025-03-03T04:38:19.688Z Compiling env_filter v0.1.2
29862025-03-03T04:38:19.768Z Compiling humantime v2.1.0
29872025-03-03T04:38:19.861Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29882025-03-03T04:38:20.007Z Compiling endian-type v0.1.2
29892025-03-03T04:38:20.259Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29902025-03-03T04:38:20.263Z Compiling radix_trie v0.2.1
29912025-03-03T04:38:20.317Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29922025-03-03T04:38:20.649Z Compiling env_logger v0.11.5
29932025-03-03T04:38:20.899Z Compiling ssh-cipher v0.2.0
29942025-03-03T04:38:21.075Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29952025-03-03T04:38:21.154Z Compiling bcrypt-pbkdf v0.10.0
29962025-03-03T04:38:21.258Z Compiling zone_cfg_derive v0.1.2
29972025-03-03T04:38:21.794Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29982025-03-03T04:38:21.828Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29992025-03-03T04:38:22.127Z Compiling parking_lot v0.11.2
30002025-03-03T04:38:22.427Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30012025-03-03T04:38:22.646Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30022025-03-03T04:38:22.667Z Compiling password-hash v0.4.2
30032025-03-03T04:38:22.945Z Compiling gethostname v0.5.0
30042025-03-03T04:38:22.967Z Compiling fxhash v0.2.1
30052025-03-03T04:38:22.985Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
30062025-03-03T04:38:23.074Z Compiling http-range v0.1.5
30072025-03-03T04:38:23.132Z Compiling base64 v0.13.1
30082025-03-03T04:38:23.154Z Compiling sled v0.34.7
30092025-03-03T04:38:23.202Z Compiling pbkdf2 v0.11.0
30102025-03-03T04:38:23.348Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30112025-03-03T04:38:23.387Z Compiling zone v0.1.8
30122025-03-03T04:38:23.462Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30132025-03-03T04:38:23.577Z Compiling ron v0.7.1
30142025-03-03T04:38:23.687Z Compiling xz2 v0.1.7
30152025-03-03T04:38:24.151Z Compiling ssh-key v0.6.6
30162025-03-03T04:38:24.467Z Compiling hickory-client v0.24.4
30172025-03-03T04:38:25.091Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30182025-03-03T04:38:25.183Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
30192025-03-03T04:38:25.646Z Compiling p256 v0.13.2
30202025-03-03T04:38:25.821Z Compiling p521 v0.13.3
30212025-03-03T04:38:26.449Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30222025-03-03T04:38:26.598Z Compiling hickory-server v0.24.4
30232025-03-03T04:38:27.441Z Compiling pem v3.0.5
30242025-03-03T04:38:28.122Z Compiling yasna v0.5.2
30252025-03-03T04:38:28.167Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30262025-03-03T04:38:28.213Z Compiling headers-core v0.3.0
30272025-03-03T04:38:28.420Z Compiling kstat-rs v0.2.4
30282025-03-03T04:38:28.793Z Compiling nanorand v0.7.0
30292025-03-03T04:38:29.347Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30302025-03-03T04:38:29.590Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30312025-03-03T04:38:30.667Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30322025-03-03T04:38:31.766Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30332025-03-03T04:38:32.240Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30342025-03-03T04:38:32.598Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30352025-03-03T04:38:33.225Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30362025-03-03T04:38:33.281Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30372025-03-03T04:38:33.542Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30382025-03-03T04:38:33.740Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30392025-03-03T04:38:35.490Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30402025-03-03T04:38:36.071Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30412025-03-03T04:38:36.126Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30422025-03-03T04:38:36.263Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30432025-03-03T04:38:36.637Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30442025-03-03T04:38:36.972Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30452025-03-03T04:38:36.975Z Compiling russh-cryptovec v0.7.3
30462025-03-03T04:38:37.059Z Compiling atty v0.2.14
30472025-03-03T04:38:37.250Z Compiling md5 v0.7.0
30482025-03-03T04:38:37.303Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30492025-03-03T04:38:37.445Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30502025-03-03T04:38:37.803Z Compiling russh-keys v0.45.0
30512025-03-03T04:38:39.489Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30522025-03-03T04:38:40.790Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30532025-03-03T04:38:41.621Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30542025-03-03T04:38:42.053Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30552025-03-03T04:38:44.163Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30562025-03-03T04:38:45.919Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30572025-03-03T04:38:47.593Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30582025-03-03T04:38:50.055Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30592025-03-03T04:38:50.441Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30602025-03-03T04:38:50.958Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30612025-03-03T04:38:52.156Z Compiling flume v0.11.1
30622025-03-03T04:38:52.420Z Compiling rcgen v0.12.1
30632025-03-03T04:38:52.812Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30642025-03-03T04:38:53.512Z Compiling headers v0.4.0
30652025-03-03T04:38:54.287Z Compiling hyper-staticfile v0.10.1
30662025-03-03T04:38:54.457Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30672025-03-03T04:38:55.038Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30682025-03-03T04:38:55.169Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30692025-03-03T04:38:55.241Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30702025-03-03T04:38:55.317Z Compiling num-bigint v0.4.6
30712025-03-03T04:38:55.561Z Compiling des v0.8.1
30722025-03-03T04:38:55.636Z Compiling subprocess v0.2.9
30732025-03-03T04:38:55.800Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30742025-03-03T04:38:55.931Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30752025-03-03T04:38:56.404Z Compiling hex-literal v0.4.1
30762025-03-03T04:38:56.579Z Compiling display-error-chain v0.2.2
30772025-03-03T04:38:56.694Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30782025-03-03T04:38:56.771Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30792025-03-03T04:38:56.847Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30802025-03-03T04:38:57.284Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30812025-03-03T04:38:57.735Z Compiling internet-checksum v0.2.1
30822025-03-03T04:38:58.216Z Compiling russh v0.45.0
30832025-03-03T04:39:04.608Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30842025-03-03T04:39:06.116Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30852025-03-03T04:39:29.083Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30862025-03-03T04:39:51.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
30872025-03-03T04:39:51.435Z
30882025-03-03T04:39:51.435Zreal 2:20.828173079
30892025-03-03T04:39:51.435Zuser 12:39.906012067
30902025-03-03T04:39:51.435Zsys 1:37.330716473
30912025-03-03T04:39:51.435Ztrap 0.384880835
30922025-03-03T04:39:51.435Ztflt 0.228330137
30932025-03-03T04:39:51.435Zdflt 1.012025216
30942025-03-03T04:39:51.435Zkflt 0.000092545
30952025-03-03T04:39:51.435Zlock 23:46.212063656
30962025-03-03T04:39:51.435Zslp 45:13.594630062
30972025-03-03T04:39:51.439Zlat 39.181973223
30982025-03-03T04:39:51.439Zstop 1:41.646711512
30992025-03-03T04:39:51.439Z+ mkdir tests
31002025-03-03T04:39:51.442Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
31012025-03-03T04:39:51.442Z+ xargs -I '{}' -t cp '{}' tests/
31022025-03-03T04:39:51.479Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a9161a45be813f2f tests/
31032025-03-03T04:39:51.504Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d7651b3040c18dfe tests/
31042025-03-03T04:39:51.530Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a8b7ca9b72fc22d6 tests/
31052025-03-03T04:39:51.555Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-76cb50d9a2fc20b1 tests/
31062025-03-03T04:39:51.824Z+ 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/*)
31072025-03-03T04:39:51.827Z+ 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
31082025-03-03T04:41:08.239ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
31092025-03-03T04:41:08.239Za .github/buildomat/ci-env.sh 1K
31102025-03-03T04:41:08.239Za out/target/test 1K
31112025-03-03T04:41:08.239Za out/npuzone/npuzone 23144K
31122025-03-03T04:41:08.239Za package-manifest.toml 33K
31132025-03-03T04:41:08.239Za smf/sled-agent/non-gimlet/config.toml 4K
31142025-03-03T04:41:08.239Za target/release/omicron-package 38785K
31152025-03-03T04:41:08.239Za target/release/xtask 10838K
31162025-03-03T04:41:08.239Za target/debug/bootstrap 215240K
31172025-03-03T04:41:08.239Za tests/bootstrap-a8b7ca9b72fc22d6 24083K
31182025-03-03T04:41:08.239Za tests/commtest-d7651b3040c18dfe 24909K
31192025-03-03T04:41:08.239Za tests/dhcp_server-a9161a45be813f2f 24083K
31202025-03-03T04:41:08.239Za tests/end_to_end_tests-76cb50d9a2fc20b1 274494K
31212025-03-03T04:41:08.239Za out/clickhouse.tar.gz 305525K
31222025-03-03T04:41:08.239Za out/clickhouse_keeper.tar.gz 291412K
31232025-03-03T04:41:08.239Za out/clickhouse_server.tar.gz 305525K
31242025-03-03T04:41:08.239Za out/cockroachdb.tar.gz 143753K
31252025-03-03T04:41:08.239Za out/crucible-dtrace.tar 98K
31262025-03-03T04:41:08.239Za out/crucible-pantry-zone.tar.gz 32452K
31272025-03-03T04:41:08.239Za out/crucible-zone.tar.gz 40834K
31282025-03-03T04:41:08.240Za out/external-dns.tar.gz 44252K
31292025-03-03T04:41:08.240Za out/internal-dns.tar.gz 44252K
31302025-03-03T04:41:08.240Za out/mg-ddm-gz.tar 63075K
31312025-03-03T04:41:08.240Za out/nexus.tar.gz 110651K
31322025-03-03T04:41:08.240Za out/ntp.tar.gz 14403K
31332025-03-03T04:41:08.240Za out/omicron-gateway-softnpu.tar.gz 24993K
31342025-03-03T04:41:08.240Za out/omicron-sled-agent.tar 123627K
31352025-03-03T04:41:08.240Za out/overlay.tar.gz 3K
31362025-03-03T04:41:08.240Za out/oximeter.tar.gz 55124K
31372025-03-03T04:41:08.240Za out/oxlog.tar 3144K
31382025-03-03T04:41:08.240Za out/probe.tar.gz 2764K
31392025-03-03T04:41:08.240Za out/propolis-server.tar.gz 66425K
31402025-03-03T04:41:08.240Za out/pumpkind-gz.tar 26665K
31412025-03-03T04:41:08.240Za out/switch-softnpu.tar.gz 265044K
31422025-03-03T04:41:08.243Z
31432025-03-03T04:41:08.243Zreal 1:16.381879840
31442025-03-03T04:41:08.243Zuser 1:12.983260127
31452025-03-03T04:41:08.243Zsys 4.630968148
31462025-03-03T04:41:08.243Ztrap 0.021091760
31472025-03-03T04:41:08.243Ztflt 0.000000000
31482025-03-03T04:41:08.244Zdflt 0.000000000
31492025-03-03T04:41:08.244Zkflt 0.000000000
31502025-03-03T04:41:08.244Zlock 0.000000000
31512025-03-03T04:41:08.244Zslp 1:12.937878667
31522025-03-03T04:41:08.244Zlat 2.184935537
31532025-03-03T04:41:08.244Zstop 0.000638790
31542025-03-03T04:41:08.244Zprocess exited: duration 2203057 ms, exit code 0
 
31552025-03-03T04:41:08.258Zfound 1 output files
31562025-03-03T04:41:08.258Zuploading: /work/package.tar.gz (2023948346 bytes)
31572025-03-03T04:41:41.388Zuploaded: /work/package.tar.gz