01JNFE0VNPS9ABA89HK47FQ500: 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: 01JNFE3QB47E7MT4G46742VNJG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-04T02:01:07.170Zjob assigned to worker 01JNFE3GR4RQJ9R63B526BMM85 [factory aws, i-0175483c88077d6ec] (queued for 51 s)
 
22025-03-04T02:01:15.671Zstarting task 0: "setup"
32025-03-04T02:01:15.677Z++ uname -s
42025-03-04T02:01:15.680Z+ kern=SunOS
52025-03-04T02:01:15.680Z+ build_user=build
62025-03-04T02:01:15.680Z+ build_uid=12345
72025-03-04T02:01:15.680Z+ work_dir=/work
82025-03-04T02:01:15.680Z+ input_dir=/input
92025-03-04T02:01:15.680Z+ [[ 0 == 12345 ]]
102025-03-04T02:01:15.680Z+ case "$kern" in
112025-03-04T02:01:15.680Z+ groupadd -g 12345 build
122025-03-04T02:01:15.684Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-04T02:01:17.691Z+ zfs create -o mountpoint=/work rpool/work
142025-03-04T02:01:17.813Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-04T02:01:17.816Z+ home_fs=zfs
162025-03-04T02:01:17.816Z+ [[ zfs == autofs ]]
172025-03-04T02:01:17.816Z+ mkdir -p /home/build
182025-03-04T02:01:17.816Z+ chown build:build /home/build /work
192025-03-04T02:01:19.818Z+ chmod 0700 /home/build /work
202025-03-04T02:01:19.821Zprocess exited: duration 4150 ms, exit code 0
 
212025-03-04T02:01:19.829Zstarting task 1: "rust-toolchain"
222025-03-04T02:01:19.834Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-04T02:01:19.834Z * rust toolchain channel = "1.85.0"
242025-03-04T02:01:19.835Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-03-04T02:01:19.835Z * rust toolchain profile = "default"
262025-03-04T02:01:19.835Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-04T02:01:19.835Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-04T02:01:19.838Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-04T02:01:19.838Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-04T02:01:19.957Zinfo: downloading installer
312025-03-04T02:01:21.365Zwarn: It looks like you have an existing installation of Rust at:
322025-03-04T02:01:21.365Zwarn: /opt/ooce/bin
332025-03-04T02:01:21.365Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-04T02:01:21.369Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-04T02:01:21.369Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-04T02:01:21.369Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-04T02:01:21.369Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-04T02:01:21.369Zerror: cannot install while Rust is installed
392025-03-04T02:01:21.369Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-04T02:01:21.395Zinfo: profile set to 'default'
412025-03-04T02:01:21.395Zinfo: default host triple is x86_64-unknown-illumos
422025-03-04T02:01:21.398Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-04T02:01:21.570Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-04T02:01:21.570Zinfo: downloading component 'cargo'
452025-03-04T02:01:22.495Zinfo: downloading component 'clippy'
462025-03-04T02:01:22.816Zinfo: downloading component 'rust-docs'
472025-03-04T02:01:24.403Zinfo: downloading component 'rust-std'
482025-03-04T02:01:26.449Zinfo: downloading component 'rustc'
492025-03-04T02:01:32.130Zinfo: downloading component 'rustfmt'
502025-03-04T02:01:32.459Zinfo: installing component 'cargo'
512025-03-04T02:01:33.279Zinfo: installing component 'clippy'
522025-03-04T02:01:33.661Zinfo: installing component 'rust-docs'
532025-03-04T02:01:35.399Zinfo: installing component 'rust-std'
542025-03-04T02:01:37.268Zinfo: installing component 'rustc'
552025-03-04T02:01:43.173Zinfo: installing component 'rustfmt'
562025-03-04T02:01:43.500Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-04T02:01:43.500Z
582025-03-04T02:01:43.865Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-04T02:01:43.865Z
602025-03-04T02:01:43.868Z
612025-03-04T02:01:43.868ZRust is installed now. Great!
622025-03-04T02:01:43.868Z
632025-03-04T02:01:43.868ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-04T02:01:43.868Zenvironment variable. This has not been done automatically.
652025-03-04T02:01:43.869Z
662025-03-04T02:01:43.869ZTo configure your current shell, you need to source
672025-03-04T02:01:43.869Zthe corresponding env file under $HOME/.cargo.
682025-03-04T02:01:43.869Z
692025-03-04T02:01:43.869ZThis is usually done by running one of the following (note the leading DOT):
702025-03-04T02:01:43.869Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-04T02:01:43.869Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-04T02:01:43.869Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-04T02:01:43.939Z+ rustup --version
742025-03-04T02:01:43.949Zrustup 1.28.0 (6e19fbec7 2025-03-02)
752025-03-04T02:01:43.953Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-04T02:01:43.981Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-04T02:01:43.985Z+ cargo --version
782025-03-04T02:01:44.002Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-04T02:01:44.005Z+ rustc --version
802025-03-04T02:01:44.028Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-04T02:01:44.031Zprocess exited: duration 24194 ms, exit code 0
 
822025-03-04T02:01:44.037Zstarting task 2: "authentication"
832025-03-04T02:01:44.060Zprocess exited: duration 21 ms, exit code 0
 
842025-03-04T02:01:44.068Zstarting task 3: "clone repository"
852025-03-04T02:01:44.073Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-04T02:01:44.078Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-04T02:01:44.219ZCloning into '/work/oxidecomputer/omicron'...
882025-03-04T02:01:52.499Z+ cd /work/oxidecomputer/omicron
892025-03-04T02:01:52.499Z+ git fetch origin a3e885a58f348e6e8ce0edf1baffc194059e8604
902025-03-04T02:01:52.805ZFrom https://github.com/oxidecomputer/omicron
912025-03-04T02:01:52.805Z * branch a3e885a58f348e6e8ce0edf1baffc194059e8604 -> FETCH_HEAD
922025-03-04T02:01:52.816Z+ [[ -n vmm-reserve-bench ]]
932025-03-04T02:01:52.819Z++ git branch --show-current
942025-03-04T02:01:52.823Z+ current=main
952025-03-04T02:01:52.823Z+ [[ main != vmm-reserve-bench ]]
962025-03-04T02:01:52.823Z+ git branch -f vmm-reserve-bench a3e885a58f348e6e8ce0edf1baffc194059e8604
972025-03-04T02:01:52.826Z+ git checkout -f vmm-reserve-bench
982025-03-04T02:01:52.905ZSwitched to branch 'vmm-reserve-bench'
992025-03-04T02:01:52.908Z+ git reset --hard a3e885a58f348e6e8ce0edf1baffc194059e8604
1002025-03-04T02:01:52.988ZHEAD is now at a3e885a58 Merge branch 'main' into vmm-reserve-bench
1012025-03-04T02:01:52.992Zprocess exited: duration 8919 ms, exit code 0
 
1022025-03-04T02:01:53.001Zstarting task 4: "build"
1032025-03-04T02:01:53.008Z+ source .github/buildomat/ci-env.sh
1042025-03-04T02:01:53.008Z++ export CARGO_TERM_COLOR=always
1052025-03-04T02:01:53.008Z++ CARGO_TERM_COLOR=always
1062025-03-04T02:01:53.011Z+ cargo --version
1072025-03-04T02:01:53.019Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-04T02:01:53.022Z+ rustc --version
1092025-03-04T02:01:53.046Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-04T02:01:53.050Z+ WORK=/work
1112025-03-04T02:01:53.050Z+ pfexec mkdir -p /work
1122025-03-04T02:01:53.054Z+ pfexec chown build /work
1132025-03-04T02:01:53.058Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-04T02:01:55.416Zpkg list: illegal option -- F
1152025-03-04T02:01:55.416ZUsage:
1162025-03-04T02:01:55.421Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-04T02:01:55.421Z [pkg_fmri_pattern ...]
1182025-03-04T02:01:56.254Zpkg list: illegal option -- F
1192025-03-04T02:01:56.254ZUsage:
1202025-03-04T02:01:56.257Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-04T02:01:56.258Z [pkg_fmri_pattern ...]
1222025-03-04T02:02:09.817Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-04T02:02:14.113Z Startup: Caching catalogs ... Done
1242025-03-04T02:02:27.334ZPlanning: Solver setup ... Done (12.260s)
1252025-03-04T02:02:27.487ZPlanning: Running solver ... Done (0.154s)
1262025-03-04T02:02:27.609ZPlanning: Finding local manifests ... Done (0.005s)
1272025-03-04T02:02:27.648ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-04T02:02:28.267ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-04T02:02:28.377ZPlanning: Package planning ... Done (0.109s)
1302025-03-04T02:02:28.434ZPlanning: Merging actions ... Done (0.057s)
1312025-03-04T02:02:28.630ZPlanning: Checking for conflicting actions ... Done (0.196s)
1322025-03-04T02:02:30.286ZPlanning: Consolidating action changes ... Done (1.655s)
1332025-03-04T02:02:30.688ZPlanning: Evaluating mediators ... Done (0.402s)
1342025-03-04T02:02:30.772ZPlanning: Planning completed in 16.55 seconds
1352025-03-04T02:02:30.923Z Packages to install: 4
1362025-03-04T02:02:30.923Z Packages to update: 3
1372025-03-04T02:02:30.923Z Mediators to change: 2
1382025-03-04T02:02:30.923Z Services to change: 1
1392025-03-04T02:02:30.927Z Estimated space available: 155.60 GB
1402025-03-04T02:02:30.927ZEstimated space to be consumed: 1.66 GB
1412025-03-04T02:02:30.927Z Create boot environment: No
1422025-03-04T02:02:30.927ZCreate backup boot environment: Yes
1432025-03-04T02:02:30.928Z Rebuild boot archive: No
1442025-03-04T02:02:30.928Z
1452025-03-04T02:02:30.928ZChanged mediators:
1462025-03-04T02:02:30.928Z mediator clang:
1472025-03-04T02:02:30.928Z version: None -> 15 (system default)
1482025-03-04T02:02:30.928Z
1492025-03-04T02:02:30.928Z mediator llvm:
1502025-03-04T02:02:30.928Z version: 14 (system default) -> 15 (system default)
1512025-03-04T02:02:30.928Z
1522025-03-04T02:02:30.928ZChanged packages:
1532025-03-04T02:02:30.928Zhelios-dev
1542025-03-04T02:02:30.928Z developer/build-essential
1552025-03-04T02:02:30.928Z None -> 11-2.0
1562025-03-04T02:02:30.928Z library/libxmlsec1
1572025-03-04T02:02:30.928Z None -> 1.2.35-2.0
1582025-03-04T02:02:30.928Z ooce/developer/clang-15
1592025-03-04T02:02:30.928Z None -> 15.0.7-2.0
1602025-03-04T02:02:30.928Z ooce/developer/llvm-15
1612025-03-04T02:02:30.928Z None -> 15.0.7-2.0
1622025-03-04T02:02:30.928Z package/pkg
1632025-03-04T02:02:30.928Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-04T02:02:30.928Z system/library/g++-runtime
1652025-03-04T02:02:30.928Z 13-2.0 -> 14-2.0
1662025-03-04T02:02:30.928Z system/library/gcc-runtime
1672025-03-04T02:02:30.928Z 13-2.0 -> 14-2.0
1682025-03-04T02:02:30.928Z
1692025-03-04T02:02:30.928ZServices:
1702025-03-04T02:02:30.928Z restart_fmri:
1712025-03-04T02:02:30.928Z svc:/system/update-man-index:default
1722025-03-04T02:02:30.928Z
1732025-03-04T02:02:30.928ZEditable files to change:
1742025-03-04T02:02:30.928Z Update:
1752025-03-04T02:02:30.928Z usr/share/lib/pkg/web/config.shtml
1762025-03-04T02:02:31.154Z
1772025-03-04T02:02:31.154ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-04T02:02:36.292ZDownload: 324/4301 items 2.3/225.4MB 1% complete (479k/s)
1792025-03-04T02:02:41.298ZDownload: 576/4301 items 17.5/225.4MB 7% complete (1.8M/s)
1802025-03-04T02:02:46.300ZDownload: 928/4301 items 18.9/225.4MB 8% complete (1.7M/s)
1812025-03-04T02:02:51.482ZDownload: 1193/4301 items 83.5/225.4MB 37% complete (6.6M/s)
1822025-03-04T02:02:57.651ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (6.6M/s)
1832025-03-04T02:03:04.298ZDownload: 1197/4301 items 83.5/225.4MB 37% complete
1842025-03-04T02:03:09.299ZDownload: 1257/4301 items 95.2/225.4MB 42% complete (2.2M/s)
1852025-03-04T02:03:14.308ZDownload: 1417/4301 items 117.1/225.4MB 51% complete (3.6M/s)
1862025-03-04T02:03:19.480ZDownload: 1651/4301 items 117.9/225.4MB 52% complete (2.5M/s)
1872025-03-04T02:03:24.439ZDownload: 1915/4301 items 118.6/225.4MB 52% complete (205k/s)
1882025-03-04T02:03:29.506ZDownload: 2167/4301 items 119.0/225.4MB 52% complete (127k/s)
1892025-03-04T02:03:34.625ZDownload: 2219/4301 items 119.2/225.4MB 52% complete (106k/s)
1902025-03-04T02:03:40.293ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (99.3k/s)
1912025-03-04T02:03:45.295ZDownload: 2571/4301 items 120.4/225.4MB 53% complete (128k/s)
1922025-03-04T02:03:50.308ZDownload: 2810/4301 items 121.0/225.4MB 53% complete (189k/s)
1932025-03-04T02:03:55.383ZDownload: 3047/4301 items 121.4/225.4MB 53% complete (98.2k/s)
1942025-03-04T02:04:00.576ZDownload: 3185/4301 items 185.0/225.4MB 82% complete (6.3M/s)
1952025-03-04T02:04:05.671ZDownload: 3238/4301 items 202.2/225.4MB 89% complete (8.1M/s)
1962025-03-04T02:04:20.286ZDownload: 3247/4301 items 203.1/225.4MB 90% complete
1972025-03-04T02:04:30.452ZDownload: 3247/4301 items 203.1/225.4MB 90% complete
1982025-03-04T02:04:37.225ZDownload: 3283/4301 items 211.2/225.4MB 93% complete (3.7M/s)
1992025-03-04T02:04:56.476ZDownload: 3289/4301 items 212.6/225.4MB 94% complete
2002025-03-04T02:05:01.494ZDownload: 4183/4301 items 220.4/225.4MB 97% complete (1.6M/s)
2012025-03-04T02:05:06.520ZDownload: 4284/4301 items 223.8/225.4MB 99% complete (1.1M/s)
2022025-03-04T02:05:07.817ZDownload: Completed 225.42 MB in 156.62 seconds (1.4M/s)
2032025-03-04T02:05:09.831Z Actions: 1/5122 actions (Removing old actions)
2042025-03-04T02:05:09.852Z Actions: 194/5122 actions (Installing new actions)
2052025-03-04T02:05:14.728Z Actions: 4267/5122 actions (Updating modified actions)
2062025-03-04T02:05:15.177Z Actions: Completed 5122 actions in 5.34 seconds.
2072025-03-04T02:05:15.610Z Done (0.424s)
2082025-03-04T02:05:15.614Z Done (0.001s)
2092025-03-04T02:05:16.242Z Done (0.611s)
2102025-03-04T02:05:20.515Z Done (4.034s)
2112025-03-04T02:05:20.592Z Done (0.018s)
2122025-03-04T02:05:20.607Z Done (0.000s)
2132025-03-04T02:05:20.751Z Done (0.000s)
2142025-03-04T02:05:21.474ZPlanning: Evaluating mediator changes ... Done
2152025-03-04T02:05:21.625ZPlanning: Checking for conflicting actions ... Done
2162025-03-04T02:05:21.628ZPlanning: Consolidating action changes ... Done
2172025-03-04T02:05:21.898ZPlanning: Evaluating mediators ... Done
2182025-03-04T02:05:21.920ZPlanning: Planning completed in 0.44 seconds
2192025-03-04T02:05:21.935Z Mediators to change: 2
2202025-03-04T02:05:21.935Z Create boot environment: No
2212025-03-04T02:05:21.961ZCreate backup boot environment: No
2222025-03-04T02:05:22.028Z Done
2232025-03-04T02:05:22.028Z Done
2242025-03-04T02:05:22.450Z Done
2252025-03-04T02:05:26.142Z Done
2262025-03-04T02:05:26.201Z Done
2272025-03-04T02:05:26.224Z Done
2282025-03-04T02:05:26.343Z Done
2292025-03-04T02:05:27.004ZPlanning: Evaluating mediator changes ... Done
2302025-03-04T02:05:27.014ZPlanning: Merging actions ... Done
2312025-03-04T02:05:27.435ZPlanning: Checking for conflicting actions ... Done
2322025-03-04T02:05:27.484ZPlanning: Consolidating action changes ... Done
2332025-03-04T02:05:27.484ZPlanning: Evaluating mediators ... Done
2342025-03-04T02:05:27.501ZPlanning: Planning completed in 0.76 seconds
2352025-03-04T02:05:27.575Z Packages to change: 1
2362025-03-04T02:05:27.575Z Mediators to change: 1
2372025-03-04T02:05:27.598Z Services to change: 1
2382025-03-04T02:05:27.598Z Create boot environment: No
2392025-03-04T02:05:27.598ZCreate backup boot environment: Yes
2402025-03-04T02:05:29.827Z Actions: 1/6 actions (Updating modified actions)
2412025-03-04T02:05:29.909Z Actions: Completed 6 actions in 0.00 seconds.
2422025-03-04T02:05:29.909Z Done
2432025-03-04T02:05:29.909Z Done
2442025-03-04T02:05:29.970Z Done
2452025-03-04T02:05:33.658Z Done
2462025-03-04T02:05:33.734Z Done
2472025-03-04T02:05:33.734Z Done
2482025-03-04T02:05:33.817Z Done
2492025-03-04T02:05:34.221ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2502025-03-04T02:05:34.222Zclang system 15 system
2512025-03-04T02:05:34.222Zcsh system system illumos
2522025-03-04T02:05:34.222Zctags system system illumos
2532025-03-04T02:05:34.222Zgcc vendor 12 vendor
2542025-03-04T02:05:34.222Zgcc system 10 system
2552025-03-04T02:05:34.222Zgcc system 7 system
2562025-03-04T02:05:34.224Zgo system 1.20 system
2572025-03-04T02:05:34.224Zgo system 1.19 system
2582025-03-04T02:05:34.224Zllvm system 15 system
2592025-03-04T02:05:34.224Zllvm system 14 system
2602025-03-04T02:05:34.224Zmariadb system 10.6 system
2612025-03-04T02:05:34.224Zmta vendor vendor dma
2622025-03-04T02:05:34.224Zopenjdk system 17 system
2632025-03-04T02:05:34.224Zopenjdk system 11 system
2642025-03-04T02:05:34.224Zopenjdk system 1.8 system
2652025-03-04T02:05:34.224Zopenssl vendor 3 vendor
2662025-03-04T02:05:34.224Zperl system 5.36 system
2672025-03-04T02:05:34.224Zpostgresql system 15 system
2682025-03-04T02:05:34.224Zpostgresql system 13 system
2692025-03-04T02:05:34.224Zpython vendor 3 vendor
2702025-03-04T02:05:34.224Zpython system 2 system
2712025-03-04T02:05:34.224Zpython3 system 3.11 system
2722025-03-04T02:05:34.224Zruby system 3.0 system
2732025-03-04T02:05:34.224Zwords vendor vendor american-english
2742025-03-04T02:05:34.224Zwords system system australian-english
2752025-03-04T02:05:34.224Zwords system system british-english
2762025-03-04T02:05:34.224Zwords system system canadian-english
2772025-03-04T02:05:34.225Zwords system system french
2782025-03-04T02:05:34.225Zwords system system italian
2792025-03-04T02:05:34.225Zwords system system ngerman
2802025-03-04T02:05:34.225Zwords system system ogerman
2812025-03-04T02:05:34.225Zwords system system spanish
2822025-03-04T02:05:39.459ZPUBLISHER TYPE STATUS P LOCATION
2832025-03-04T02:05:39.459Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2842025-03-04T02:05:39.692ZFMRI IFO
2852025-03-04T02:05:39.692Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2862025-03-04T02:05:39.692Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2872025-03-04T02:05:39.692Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2882025-03-04T02:05:39.692Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2892025-03-04T02:05:39.692Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2902025-03-04T02:05:39.692Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2912025-03-04T02:05:39.692Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2922025-03-04T02:05:39.692Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2932025-03-04T02:05:39.692Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2942025-03-04T02:05:39.692Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2952025-03-04T02:05:39.692Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2962025-03-04T02:05:39.692Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2972025-03-04T02:05:39.693Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2982025-03-04T02:05:39.693Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2992025-03-04T02:05:39.693Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3002025-03-04T02:05:39.693Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3012025-03-04T02:05:39.693Z Updating crates.io index
3022025-03-04T02:05:39.693Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3032025-03-04T02:05:39.693Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3042025-03-04T02:05:39.693Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3052025-03-04T02:05:39.790Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3062025-03-04T02:05:39.950Z Updating git repository `https://github.com/oxidecomputer/propolis`
3072025-03-04T02:05:40.870Z Updating git repository `https://github.com/oxidecomputer/crucible`
3082025-03-04T02:05:42.540Z Updating git repository `https://github.com/oxidecomputer/opte`
3092025-03-04T02:05:43.176Z Updating git repository `https://github.com/oxidecomputer/falcon`
3102025-03-04T02:05:43.874Z Updating git repository `https://github.com/oxidecomputer/clickward`
3112025-03-04T02:05:44.055Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3122025-03-04T02:05:44.266Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3132025-03-04T02:05:44.819Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142025-03-04T02:05:45.317Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152025-03-04T02:05:45.575Z Updating git repository `https://github.com/oxidecomputer/propolis`
3162025-03-04T02:05:46.021Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3172025-03-04T02:05:46.281Z Updating git repository `https://github.com/oxidecomputer/tofino`
3182025-03-04T02:05:46.504Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3192025-03-04T02:05:46.732Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3202025-03-04T02:05:46.944Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3212025-03-04T02:05:47.190Z Updating git repository `https://github.com/oxidecomputer/lldp`
3222025-03-04T02:05:47.508Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3232025-03-04T02:05:47.739Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242025-03-04T02:05:48.044Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252025-03-04T02:05:48.272Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3262025-03-04T02:05:48.560Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272025-03-04T02:05:49.095Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282025-03-04T02:05:49.342Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3292025-03-04T02:05:49.718Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3302025-03-04T02:05:50.052Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3312025-03-04T02:05:50.331Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322025-03-04T02:05:50.581Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332025-03-04T02:05:50.858Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342025-03-04T02:05:51.967Z Downloading crates ...
3352025-03-04T02:05:52.036Z Downloaded anstream v0.6.15
3362025-03-04T02:05:52.042Z Downloaded anyhow v1.0.97
3372025-03-04T02:05:52.051Z Downloaded dtrace-parser v0.2.0
3382025-03-04T02:05:52.056Z Downloaded anstyle-parse v0.2.5
3392025-03-04T02:05:52.065Z Downloaded zerocopy v0.7.35
3402025-03-04T02:05:52.090Z Downloaded macaddr v1.0.1
3412025-03-04T02:05:52.107Z Downloaded zerocopy-derive v0.7.35
3422025-03-04T02:05:52.107Z Downloaded fnv v1.0.7
3432025-03-04T02:05:52.107Z Downloaded autocfg v1.4.0
3442025-03-04T02:05:52.107Z Downloaded anstyle-query v1.1.1
3452025-03-04T02:05:52.107Z Downloaded log v0.4.22
3462025-03-04T02:05:52.107Z Downloaded is_terminal_polyfill v1.70.1
3472025-03-04T02:05:52.107Z Downloaded winnow v0.7.3
3482025-03-04T02:05:52.117Z Downloaded io-lifetimes v1.0.11
3492025-03-04T02:05:52.117Z Downloaded indexmap v2.7.1
3502025-03-04T02:05:52.117Z Downloaded fs-err v2.11.0
3512025-03-04T02:05:52.117Z Downloaded fastrand v2.1.1
3522025-03-04T02:05:52.117Z Downloaded errno v0.3.9
3532025-03-04T02:05:52.118Z Downloaded equivalent v1.0.1
3542025-03-04T02:05:52.118Z Downloaded colorchoice v1.0.2
3552025-03-04T02:05:52.139Z Downloaded plain v0.2.3
3562025-03-04T02:05:52.142Z Downloaded libc v0.2.170
3572025-03-04T02:05:52.166Z Downloaded swrite v0.1.0
3582025-03-04T02:05:52.170Z Downloaded semver v1.0.25
3592025-03-04T02:05:52.170Z Downloaded pretty-hex v0.4.1
3602025-03-04T02:05:52.170Z Downloaded papergrid v0.11.0
3612025-03-04T02:05:52.184Z Downloaded memmap v0.7.0
3622025-03-04T02:05:52.184Z Downloaded itoa v1.0.11
3632025-03-04T02:05:52.201Z Downloaded clap_derive v4.5.28
3642025-03-04T02:05:52.201Z Downloaded camino v1.1.9
3652025-03-04T02:05:52.201Z Downloaded anstyle v1.0.10
3662025-03-04T02:05:52.208Z Downloaded usdt-attr-macro v0.5.0
3672025-03-04T02:05:52.208Z Downloaded scroll_derive v0.12.0
3682025-03-04T02:05:52.208Z Downloaded thiserror-impl v2.0.11
3692025-03-04T02:05:52.208Z Downloaded pest_generator v2.7.14
3702025-03-04T02:05:52.208Z Downloaded crypto-common v0.1.6
3712025-03-04T02:05:52.208Z Downloaded serde_tokenstream v0.2.2
3722025-03-04T02:05:52.208Z Downloaded byteorder v1.5.0
3732025-03-04T02:05:52.222Z Downloaded bytecount v0.6.8
3742025-03-04T02:05:52.222Z Downloaded usdt-macro v0.5.0
3752025-03-04T02:05:52.222Z Downloaded bitflags v1.3.2
3762025-03-04T02:05:52.222Z Downloaded proc-macro-error-attr v1.0.4
3772025-03-04T02:05:52.222Z Downloaded dof v0.3.0
3782025-03-04T02:05:52.233Z Downloaded terminal_size v0.4.0
3792025-03-04T02:05:52.233Z Downloaded thread-id v4.2.2
3802025-03-04T02:05:52.233Z Downloaded tabled_derive v0.7.0
3812025-03-04T02:05:52.233Z Downloaded clap_lex v0.7.4
3822025-03-04T02:05:52.233Z Downloaded cargo-platform v0.1.8
3832025-03-04T02:05:52.233Z Downloaded strsim v0.11.1
3842025-03-04T02:05:52.245Z Downloaded thiserror v1.0.69
3852025-03-04T02:05:52.245Z Downloaded terminal_size v0.2.6
3862025-03-04T02:05:52.245Z Downloaded heck v0.5.0
3872025-03-04T02:05:52.245Z Downloaded smawk v0.3.2
3882025-03-04T02:05:52.245Z Downloaded version_check v0.9.5
3892025-03-04T02:05:52.245Z Downloaded digest v0.10.7
3902025-03-04T02:05:52.245Z Downloaded block-buffer v0.10.4
3912025-03-04T02:05:52.245Z Downloaded serde_spanned v0.6.8
3922025-03-04T02:05:52.245Z Downloaded toml_datetime v0.6.8
3932025-03-04T02:05:52.251Z Downloaded heck v0.4.1
3942025-03-04T02:05:52.251Z Downloaded usdt v0.5.0
3952025-03-04T02:05:52.251Z Downloaded utf8parse v0.2.2
3962025-03-04T02:05:52.251Z Downloaded scroll v0.12.0
3972025-03-04T02:05:52.251Z Downloaded proc-macro-error v1.0.4
3982025-03-04T02:05:52.256Z Downloaded cfg-if v1.0.0
3992025-03-04T02:05:52.256Z Downloaded thiserror-impl v1.0.69
4002025-03-04T02:05:52.256Z Downloaded quote v1.0.38
4012025-03-04T02:05:52.256Z Downloaded generic-array v0.14.7
4022025-03-04T02:05:52.261Z Downloaded sha2 v0.10.8
4032025-03-04T02:05:52.267Z Downloaded pest_derive v2.7.14
4042025-03-04T02:05:52.276Z Downloaded once_cell v1.20.3
4052025-03-04T02:05:52.293Z Downloaded tempfile v3.13.0
4062025-03-04T02:05:52.293Z Downloaded cargo_toml v0.21.0
4072025-03-04T02:05:52.293Z Downloaded cpufeatures v0.2.14
4082025-03-04T02:05:52.293Z Downloaded usdt-impl v0.5.0
4092025-03-04T02:05:52.293Z Downloaded thiserror v2.0.11
4102025-03-04T02:05:52.296Z Downloaded pest_meta v2.7.14
4112025-03-04T02:05:52.296Z Downloaded ryu v1.0.18
4122025-03-04T02:05:52.296Z Downloaded unicode-linebreak v0.1.5
4132025-03-04T02:05:52.296Z Downloaded clap v4.5.31
4142025-03-04T02:05:52.301Z Downloaded typenum v1.17.0
4152025-03-04T02:05:52.301Z Downloaded camino-tempfile v1.1.1
4162025-03-04T02:05:52.309Z Downloaded toml v0.8.20
4172025-03-04T02:05:52.309Z Downloaded serde_derive v1.0.218
4182025-03-04T02:05:52.309Z Downloaded textwrap v0.16.1
4192025-03-04T02:05:52.313Z Downloaded unicode-ident v1.0.14
4202025-03-04T02:05:52.313Z Downloaded cargo_metadata v0.19.2
4212025-03-04T02:05:52.318Z Downloaded ucd-trie v0.1.7
4222025-03-04T02:05:52.318Z Downloaded proc-macro2 v1.0.93
4232025-03-04T02:05:52.338Z Downloaded bitflags v2.6.0
4242025-03-04T02:05:52.351Z Downloaded serde v1.0.218
4252025-03-04T02:05:52.351Z Downloaded memchr v2.7.4
4262025-03-04T02:05:52.364Z Downloaded toml_edit v0.22.24
4272025-03-04T02:05:52.377Z Downloaded pest v2.7.14
4282025-03-04T02:05:52.386Z Downloaded serde_json v1.0.139
4292025-03-04T02:05:52.395Z Downloaded hashbrown v0.15.1
4302025-03-04T02:05:52.401Z Downloaded clap_builder v4.5.31
4312025-03-04T02:05:52.427Z Downloaded goblin v0.8.2
4322025-03-04T02:05:52.432Z Downloaded tabled v0.15.0
4332025-03-04T02:05:52.448Z Downloaded syn v1.0.109
4342025-03-04T02:05:52.460Z Downloaded unicode-width v0.1.14
4352025-03-04T02:05:52.464Z Downloaded syn v2.0.98
4362025-03-04T02:05:52.467Z Downloaded rustix v0.37.28
4372025-03-04T02:05:52.491Z Downloaded rustix v0.38.37
4382025-03-04T02:05:52.831Z Compiling proc-macro2 v1.0.93
4392025-03-04T02:05:52.831Z Compiling unicode-ident v1.0.14
4402025-03-04T02:05:52.831Z Compiling libc v0.2.170
4412025-03-04T02:05:52.862Z Compiling version_check v0.9.5
4422025-03-04T02:05:52.862Z Compiling serde v1.0.218
4432025-03-04T02:05:52.862Z Compiling memchr v2.7.4
4442025-03-04T02:05:52.862Z Compiling thiserror v1.0.69
4452025-03-04T02:05:52.862Z Compiling itoa v1.0.11
4462025-03-04T02:05:53.059Z Compiling ucd-trie v0.1.7
4472025-03-04T02:05:53.059Z Compiling ryu v1.0.18
4482025-03-04T02:05:53.378Z Compiling once_cell v1.20.3
4492025-03-04T02:05:53.551Z Compiling byteorder v1.5.0
4502025-03-04T02:05:53.753Z Compiling serde_json v1.0.139
4512025-03-04T02:05:53.943Z Compiling rustix v0.38.37
4522025-03-04T02:05:53.991Z Compiling bitflags v2.6.0
4532025-03-04T02:05:54.155Z Compiling usdt-impl v0.5.0
4542025-03-04T02:05:54.345Z Compiling proc-macro-error-attr v1.0.4
4552025-03-04T02:05:54.409Z Compiling syn v1.0.109
4562025-03-04T02:05:54.544Z Compiling io-lifetimes v1.0.11
4572025-03-04T02:05:54.733Z Compiling proc-macro-error v1.0.4
4582025-03-04T02:05:54.747Z Compiling log v0.4.22
4592025-03-04T02:05:54.798Z Compiling quote v1.0.38
4602025-03-04T02:05:54.971Z Compiling errno v0.3.9
4612025-03-04T02:05:55.037Z Compiling equivalent v1.0.1
4622025-03-04T02:05:55.081Z Compiling plain v0.2.3
4632025-03-04T02:05:55.116Z Compiling rustix v0.37.28
4642025-03-04T02:05:55.163Z Compiling syn v2.0.98
4652025-03-04T02:05:55.212Z Compiling thread-id v4.2.2
4662025-03-04T02:05:55.235Z Compiling camino v1.1.9
4672025-03-04T02:05:55.337Z Compiling utf8parse v0.2.2
4682025-03-04T02:05:55.387Z Compiling hashbrown v0.15.1
4692025-03-04T02:05:55.494Z Compiling anstyle-parse v0.2.5
4702025-03-04T02:05:55.995Z Compiling anstyle v1.0.10
4712025-03-04T02:05:56.104Z Compiling bitflags v1.3.2
4722025-03-04T02:05:56.173Z Compiling pretty-hex v0.4.1
4732025-03-04T02:05:56.222Z Compiling colorchoice v1.0.2
4742025-03-04T02:05:56.326Z Compiling is_terminal_polyfill v1.70.1
4752025-03-04T02:05:56.390Z Compiling thiserror v2.0.11
4762025-03-04T02:05:56.413Z Compiling unicode-width v0.1.14
4772025-03-04T02:05:56.413Z Compiling semver v1.0.25
4782025-03-04T02:05:56.462Z Compiling indexmap v2.7.1
4792025-03-04T02:05:56.488Z Compiling winnow v0.7.3
4802025-03-04T02:05:56.857Z Compiling autocfg v1.4.0
4812025-03-04T02:05:56.904Z Compiling anstyle-query v1.1.1
4822025-03-04T02:05:57.064Z Compiling anstream v0.6.15
4832025-03-04T02:05:57.340Z Compiling terminal_size v0.4.0
4842025-03-04T02:05:57.741Z Compiling heck v0.5.0
4852025-03-04T02:05:57.791Z Compiling clap_lex v0.7.4
4862025-03-04T02:05:57.854Z Compiling fnv v1.0.7
4872025-03-04T02:05:57.854Z Compiling fs-err v2.11.0
4882025-03-04T02:05:58.173Z Compiling strsim v0.11.1
4892025-03-04T02:05:58.205Z Compiling cfg-if v1.0.0
4902025-03-04T02:05:58.205Z Compiling fastrand v2.1.1
4912025-03-04T02:05:58.291Z Compiling heck v0.4.1
4922025-03-04T02:05:58.382Z Compiling anyhow v1.0.97
4932025-03-04T02:05:58.768Z Compiling bytecount v0.6.8
4942025-03-04T02:05:58.838Z Compiling terminal_size v0.2.6
4952025-03-04T02:05:58.896Z Compiling tempfile v3.13.0
4962025-03-04T02:05:59.032Z Compiling papergrid v0.11.0
4972025-03-04T02:05:59.062Z Compiling clap_builder v4.5.31
4982025-03-04T02:05:59.352Z Compiling memmap v0.7.0
4992025-03-04T02:05:59.447Z Compiling smawk v0.3.2
5002025-03-04T02:05:59.758Z Compiling unicode-linebreak v0.1.5
5012025-03-04T02:06:00.072Z Compiling swrite v0.1.0
5022025-03-04T02:06:00.194Z Compiling textwrap v0.16.1
5032025-03-04T02:06:00.598Z Compiling tabled_derive v0.7.0
5042025-03-04T02:06:02.110Z Compiling tabled v0.15.0
5052025-03-04T02:06:02.212Z Compiling serde_derive v1.0.218
5062025-03-04T02:06:02.212Z Compiling thiserror-impl v1.0.69
5072025-03-04T02:06:02.239Z Compiling zerocopy-derive v0.7.35
5082025-03-04T02:06:02.239Z Compiling scroll_derive v0.12.0
5092025-03-04T02:06:02.239Z Compiling thiserror-impl v2.0.11
5102025-03-04T02:06:02.239Z Compiling clap_derive v4.5.28
5112025-03-04T02:06:03.678Z Compiling scroll v0.12.0
5122025-03-04T02:06:04.430Z Compiling goblin v0.8.2
5132025-03-04T02:06:04.673Z Compiling zerocopy v0.7.35
5142025-03-04T02:06:05.366Z Compiling pest v2.7.14
5152025-03-04T02:06:06.599Z Compiling clap v4.5.31
5162025-03-04T02:06:07.564Z Compiling pest_meta v2.7.14
5172025-03-04T02:06:08.407Z Compiling pest_generator v2.7.14
5182025-03-04T02:06:10.005Z Compiling pest_derive v2.7.14
5192025-03-04T02:06:10.471Z Compiling dtrace-parser v0.2.0
5202025-03-04T02:06:11.347Z Compiling serde_tokenstream v0.2.2
5212025-03-04T02:06:11.532Z Compiling toml_datetime v0.6.8
5222025-03-04T02:06:11.532Z Compiling serde_spanned v0.6.8
5232025-03-04T02:06:11.677Z Compiling cargo-platform v0.1.8
5242025-03-04T02:06:11.786Z Compiling macaddr v1.0.1
5252025-03-04T02:06:11.844Z Compiling toml_edit v0.22.24
5262025-03-04T02:06:12.094Z Compiling camino-tempfile v1.1.1
5272025-03-04T02:06:12.723Z Compiling dof v0.3.0
5282025-03-04T02:06:12.738Z Compiling cargo_metadata v0.19.2
5292025-03-04T02:06:14.008Z Compiling usdt-macro v0.5.0
5302025-03-04T02:06:14.100Z Compiling usdt-attr-macro v0.5.0
5312025-03-04T02:06:14.590Z Compiling toml v0.8.20
5322025-03-04T02:06:15.045Z Compiling usdt v0.5.0
5332025-03-04T02:06:15.432Z Compiling cargo_toml v0.21.0
5342025-03-04T02:06:18.011Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5352025-03-04T02:06:21.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.72s
5362025-03-04T02:06:21.999Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5372025-03-04T02:06:21.999Z Downloading crates ...
5382025-03-04T02:06:21.999Z Downloaded addr2line v0.24.2
5392025-03-04T02:06:21.999Z Downloaded ctr v0.9.2
5402025-03-04T02:06:21.999Z Downloaded home v0.5.9
5412025-03-04T02:06:21.999Z Downloaded aead v0.5.2
5422025-03-04T02:06:21.999Z Downloaded heck v0.3.3
5432025-03-04T02:06:21.999Z Downloaded jobserver v0.1.32
5442025-03-04T02:06:21.999Z Downloaded chrono-tz-build v0.4.0
5452025-03-04T02:06:21.999Z Downloaded bit-vec v0.6.3
5462025-03-04T02:06:21.999Z Downloaded async-bb8-diesel v0.2.1
5472025-03-04T02:06:22.273Z Downloaded hyper-tls v0.6.0
5482025-03-04T02:06:22.273Z Downloaded cstr-argument v0.1.2
5492025-03-04T02:06:22.276Z Downloaded crunchy v0.2.2
5502025-03-04T02:06:22.276Z Downloaded hubpack_derive v0.1.1
5512025-03-04T02:06:22.276Z Downloaded crc-catalog v2.4.0
5522025-03-04T02:06:22.276Z Downloaded ciborium-io v0.2.2
5532025-03-04T02:06:22.276Z Downloaded md5 v0.7.0
5542025-03-04T02:06:22.277Z Downloaded array-init v0.0.4
5552025-03-04T02:06:22.277Z Downloaded humantime v2.1.0
5562025-03-04T02:06:22.277Z Downloaded lalrpop-util v0.19.12
5572025-03-04T02:06:22.277Z Downloaded atty v0.2.14
5582025-03-04T02:06:22.277Z Downloaded async-stream v0.3.6
5592025-03-04T02:06:22.277Z Downloaded ipnetwork v0.21.1
5602025-03-04T02:06:22.277Z Downloaded md-5 v0.10.6
5612025-03-04T02:06:22.277Z Downloaded cobs v0.2.3
5622025-03-04T02:06:22.277Z Downloaded cmake v0.1.51
5632025-03-04T02:06:22.277Z Downloaded hostname v0.3.1
5642025-03-04T02:06:22.277Z Downloaded lock_api v0.4.12
5652025-03-04T02:06:22.277Z Downloaded hex-literal v0.4.1
5662025-03-04T02:06:22.277Z Downloaded lazycell v1.3.0
5672025-03-04T02:06:22.277Z Downloaded cfg_aliases v0.1.1
5682025-03-04T02:06:22.277Z Downloaded buf-list v1.0.3
5692025-03-04T02:06:22.277Z Downloaded linked-hash-map v0.5.6
5702025-03-04T02:06:22.277Z Downloaded blowfish v0.9.1
5712025-03-04T02:06:22.277Z Downloaded indexmap v1.9.3
5722025-03-04T02:06:22.277Z Downloaded crucible-workspace-hack v0.1.0
5732025-03-04T02:06:22.277Z Downloaded ciborium-ll v0.2.2
5742025-03-04T02:06:22.277Z Downloaded ident_case v1.0.1
5752025-03-04T02:06:22.286Z Downloaded atomicwrites v0.4.4
5762025-03-04T02:06:22.286Z Downloaded async-stream-impl v0.3.6
5772025-03-04T02:06:22.287Z Downloaded adler2 v2.0.0
5782025-03-04T02:06:22.287Z Downloaded base64 v0.22.1
5792025-03-04T02:06:22.287Z Downloaded progenitor-client v0.8.0
5802025-03-04T02:06:22.287Z Downloaded headers-core v0.3.0
5812025-03-04T02:06:22.287Z Downloaded ahash v0.8.11
5822025-03-04T02:06:22.287Z Downloaded libloading v0.8.5
5832025-03-04T02:06:22.287Z Downloaded impl-trait-for-tuples v0.2.2
5842025-03-04T02:06:22.287Z Downloaded backoff v0.4.0
5852025-03-04T02:06:22.287Z Downloaded is_ci v1.2.0
5862025-03-04T02:06:22.287Z Downloaded instant v0.1.13
5872025-03-04T02:06:22.287Z Downloaded icu_provider_macros v1.5.0
5882025-03-04T02:06:22.287Z Downloaded chacha20 v0.9.1
5892025-03-04T02:06:22.287Z Downloaded http-range v0.1.5
5902025-03-04T02:06:22.287Z Downloaded progenitor-client v0.9.1
5912025-03-04T02:06:22.287Z Downloaded blake2 v0.10.6
5922025-03-04T02:06:22.287Z Downloaded cbc v0.1.2
5932025-03-04T02:06:22.287Z Downloaded maybe-uninit v2.0.0
5942025-03-04T02:06:22.287Z Downloaded crossbeam-deque v0.8.5
5952025-03-04T02:06:22.287Z Downloaded libefi-sys v0.1.0
5962025-03-04T02:06:22.287Z Downloaded constant_time_eq v0.3.1
5972025-03-04T02:06:22.287Z Downloaded indoc v2.0.5
5982025-03-04T02:06:22.287Z Downloaded kstat-rs v0.2.4
5992025-03-04T02:06:22.287Z Downloaded instability v0.3.2
6002025-03-04T02:06:22.287Z Downloaded bit-set v0.8.0
6012025-03-04T02:06:22.293Z Downloaded castaway v0.2.3
6022025-03-04T02:06:22.293Z Downloaded block-padding v0.3.3
6032025-03-04T02:06:22.293Z Downloaded bit-set v0.5.3
6042025-03-04T02:06:22.293Z Downloaded async-recursion v1.1.1
6052025-03-04T02:06:22.293Z Downloaded cargo_metadata v0.18.1
6062025-03-04T02:06:22.293Z Downloaded bitfield-struct v0.6.2
6072025-03-04T02:06:22.293Z Downloaded convert_case v0.4.0
6082025-03-04T02:06:22.293Z Downloaded termtree v0.4.1
6092025-03-04T02:06:22.293Z Downloaded inout v0.1.3
6102025-03-04T02:06:22.293Z Downloaded is-terminal v0.4.13
6112025-03-04T02:06:22.293Z Downloaded csv-core v0.1.11
6122025-03-04T02:06:22.293Z Downloaded keccak v0.1.5
6132025-03-04T02:06:22.293Z Downloaded cexpr v0.6.0
6142025-03-04T02:06:22.293Z Downloaded mime v0.3.17
6152025-03-04T02:06:22.428Z Downloaded lru v0.12.5
6162025-03-04T02:06:22.428Z Downloaded hex v0.4.3
6172025-03-04T02:06:22.428Z Downloaded lockfree-object-pool v0.1.6
6182025-03-04T02:06:22.428Z Downloaded libsw v3.4.0
6192025-03-04T02:06:22.428Z Downloaded lazy_static v1.5.0
6202025-03-04T02:06:22.428Z Downloaded hostname v0.4.0
6212025-03-04T02:06:22.428Z Downloaded toolchain_find v0.4.0
6222025-03-04T02:06:22.428Z Downloaded same-file v1.0.6
6232025-03-04T02:06:22.428Z Downloaded proc-macro-error-attr2 v2.0.0
6242025-03-04T02:06:22.428Z Downloaded maplit v1.0.2
6252025-03-04T02:06:22.428Z Downloaded managed v0.8.0
6262025-03-04T02:06:22.428Z Downloaded rand_chacha v0.9.0
6272025-03-04T02:06:22.428Z Downloaded rtoolbox v0.0.2
6282025-03-04T02:06:22.428Z Downloaded zone_cfg_derive v0.1.2
6292025-03-04T02:06:22.428Z Downloaded lru-cache v0.1.2
6302025-03-04T02:06:22.434Z Downloaded httparse v1.9.5
6312025-03-04T02:06:22.434Z Downloaded serde_path_to_error v0.1.16
6322025-03-04T02:06:22.434Z Downloaded litemap v0.7.3
6332025-03-04T02:06:22.434Z Downloaded icu_collections v1.5.0
6342025-03-04T02:06:22.434Z Downloaded zerofrom v0.1.4
6352025-03-04T02:06:22.434Z Downloaded const_format_proc_macros v0.2.34
6362025-03-04T02:06:22.434Z Downloaded termios v0.3.3
6372025-03-04T02:06:22.434Z Downloaded rpassword v7.3.1
6382025-03-04T02:06:22.434Z Downloaded ipnet v2.11.0
6392025-03-04T02:06:22.434Z Downloaded hyper-rustls v0.27.3
6402025-03-04T02:06:22.434Z Downloaded icu_locid_transform v1.5.0
6412025-03-04T02:06:22.435Z Downloaded derive_builder_macro v0.20.2
6422025-03-04T02:06:22.435Z Downloaded indoc v1.0.9
6432025-03-04T02:06:22.435Z Downloaded crossbeam-channel v0.5.13
6442025-03-04T02:06:22.435Z Downloaded fxhash v0.2.1
6452025-03-04T02:06:22.435Z Downloaded universal-hash v0.5.1
6462025-03-04T02:06:22.435Z Downloaded cc v1.2.15
6472025-03-04T02:06:22.435Z Downloaded topological-sort v0.2.2
6482025-03-04T02:06:22.435Z Downloaded termcolor v1.4.1
6492025-03-04T02:06:22.435Z Downloaded utf16_iter v1.0.5
6502025-03-04T02:06:22.435Z Downloaded unicase v2.7.0
6512025-03-04T02:06:22.435Z Downloaded cookie v0.18.1
6522025-03-04T02:06:22.435Z Downloaded clang-sys v1.8.1
6532025-03-04T02:06:22.435Z Downloaded precomputed-hash v0.1.1
6542025-03-04T02:06:22.436Z Downloaded sqlformat v0.2.6
6552025-03-04T02:06:22.436Z Downloaded tokio-rustls v0.25.0
6562025-03-04T02:06:22.436Z Downloaded deranged v0.3.11
6572025-03-04T02:06:22.436Z Downloaded icu_provider v1.5.0
6582025-03-04T02:06:22.436Z Downloaded defmt-parser v0.3.4
6592025-03-04T02:06:22.436Z Downloaded ena v0.14.3
6602025-03-04T02:06:22.436Z Downloaded crossbeam-utils v0.8.20
6612025-03-04T02:06:22.436Z Downloaded zone v0.3.0
6622025-03-04T02:06:22.436Z Downloaded strum_macros v0.26.4
6632025-03-04T02:06:22.436Z Downloaded futures-io v0.3.31
6642025-03-04T02:06:22.437Z Downloaded hyper-util v0.1.10
6652025-03-04T02:06:22.437Z Downloaded float-cmp v0.10.0
6662025-03-04T02:06:22.437Z Downloaded term v0.7.0
6672025-03-04T02:06:22.437Z Downloaded strum v0.26.3
6682025-03-04T02:06:22.437Z Downloaded oxnet v0.1.1
6692025-03-04T02:06:22.437Z Downloaded num_enum v0.5.11
6702025-03-04T02:06:22.437Z Downloaded phf_codegen v0.11.2
6712025-03-04T02:06:22.437Z Downloaded iana-time-zone v0.1.61
6722025-03-04T02:06:22.437Z Downloaded time-core v0.1.2
6732025-03-04T02:06:22.437Z Downloaded libxml v0.3.3
6742025-03-04T02:06:22.437Z Downloaded yoke-derive v0.7.4
6752025-03-04T02:06:22.437Z Downloaded peg v0.8.5
6762025-03-04T02:06:22.437Z Downloaded predicates-core v1.0.8
6772025-03-04T02:06:22.437Z Downloaded der_derive v0.7.3
6782025-03-04T02:06:22.437Z Downloaded num-iter v0.1.45
6792025-03-04T02:06:22.437Z Downloaded match_cfg v0.1.0
6802025-03-04T02:06:22.437Z Downloaded typify v0.3.0
6812025-03-04T02:06:22.437Z Downloaded downcast v0.11.0
6822025-03-04T02:06:22.438Z Downloaded semver v0.1.20
6832025-03-04T02:06:22.438Z Downloaded rand_xorshift v0.3.0
6842025-03-04T02:06:22.438Z Downloaded signal-hook-mio v0.2.4
6852025-03-04T02:06:22.438Z Downloaded number_prefix v0.4.0
6862025-03-04T02:06:22.438Z Downloaded vte v0.11.1
6872025-03-04T02:06:22.438Z Downloaded openssl-probe v0.1.5
6882025-03-04T02:06:22.438Z Downloaded num_threads v0.1.7
6892025-03-04T02:06:22.438Z Downloaded signature v2.2.0
6902025-03-04T02:06:22.438Z Downloaded signal-hook-tokio v0.3.1
6912025-03-04T02:06:22.438Z Downloaded strum_macros v0.25.3
6922025-03-04T02:06:22.438Z Downloaded samael v0.0.18
6932025-03-04T02:06:22.439Z Downloaded phf_shared v0.10.0
6942025-03-04T02:06:22.440Z Downloaded newtype_derive v0.1.6
6952025-03-04T02:06:22.440Z Downloaded derive-where v1.2.7
6962025-03-04T02:06:22.440Z Downloaded tiny-keccak v2.0.2
6972025-03-04T02:06:22.440Z Downloaded pkcs8 v0.10.2
6982025-03-04T02:06:22.440Z Downloaded heapless v0.7.17
6992025-03-04T02:06:22.440Z Downloaded diesel-dtrace v0.4.2
7002025-03-04T02:06:22.440Z Downloaded pretty-hex v0.2.1
7012025-03-04T02:06:22.440Z Downloaded waitgroup v0.1.2
7022025-03-04T02:06:22.440Z Downloaded socket2 v0.5.8
7032025-03-04T02:06:22.440Z Downloaded document-features v0.2.10
7042025-03-04T02:06:22.440Z Downloaded newtype-uuid v1.2.1
7052025-03-04T02:06:22.441Z Downloaded hickory-resolver v0.24.4
7062025-03-04T02:06:22.441Z Downloaded slog-bunyan v2.5.0
7072025-03-04T02:06:22.441Z Downloaded tinyvec_macros v0.1.1
7082025-03-04T02:06:22.443Z Downloaded nibble_vec v0.1.0
7092025-03-04T02:06:22.443Z Downloaded fallible-iterator v0.2.0
7102025-03-04T02:06:22.443Z Downloaded nanorand v0.7.0
7112025-03-04T02:06:22.443Z Downloaded memoffset v0.9.1
7122025-03-04T02:06:22.443Z Downloaded darling_macro v0.20.10
7132025-03-04T02:06:22.443Z Downloaded try-lock v0.2.5
7142025-03-04T02:06:22.443Z Downloaded tower-service v0.3.3
7152025-03-04T02:06:22.536Z Downloaded itertools v0.14.0
7162025-03-04T02:06:22.536Z Downloaded progenitor v0.8.0
7172025-03-04T02:06:22.536Z Downloaded futures-task v0.3.31
7182025-03-04T02:06:22.536Z Downloaded typify v0.2.0
7192025-03-04T02:06:22.536Z Downloaded foreign-types-shared v0.3.1
7202025-03-04T02:06:22.536Z Downloaded ed25519 v2.2.3
7212025-03-04T02:06:22.536Z Downloaded rand_seeder v0.3.0
7222025-03-04T02:06:22.536Z Downloaded ecdsa v0.16.9
7232025-03-04T02:06:22.536Z Downloaded schemars_derive v0.8.22
7242025-03-04T02:06:22.536Z Downloaded progenitor-impl v0.9.1
7252025-03-04T02:06:22.536Z Downloaded diesel_table_macro_syntax v0.2.0
7262025-03-04T02:06:22.536Z Downloaded normalize-line-endings v0.3.0
7272025-03-04T02:06:22.536Z Downloaded p256 v0.13.2
7282025-03-04T02:06:22.536Z Downloaded foreign-types-shared v0.1.1
7292025-03-04T02:06:22.536Z Downloaded hickory-server v0.24.4
7302025-03-04T02:06:22.536Z Downloaded structmeta-derive v0.3.0
7312025-03-04T02:06:22.536Z Downloaded structmeta v0.3.0
7322025-03-04T02:06:22.536Z Downloaded scopeguard v1.2.0
7332025-03-04T02:06:22.536Z Downloaded smf v0.2.3
7342025-03-04T02:06:22.536Z Downloaded rustc_version v0.1.7
7352025-03-04T02:06:22.536Z Downloaded tls_codec_derive v0.4.1
7362025-03-04T02:06:22.542Z Downloaded siphasher v0.3.11
7372025-03-04T02:06:22.542Z Downloaded tls_codec v0.4.1
7382025-03-04T02:06:22.542Z Downloaded path-slash v0.1.5
7392025-03-04T02:06:22.542Z Downloaded curve25519-dalek-derive v0.1.1
7402025-03-04T02:06:22.542Z Downloaded wait-timeout v0.2.0
7412025-03-04T02:06:22.542Z Downloaded tui-tree-widget v0.23.0
7422025-03-04T02:06:22.542Z Downloaded phf_shared v0.11.2
7432025-03-04T02:06:22.542Z Downloaded zerofrom-derive v0.1.4
7442025-03-04T02:06:22.542Z Downloaded minimal-lexical v0.2.1
7452025-03-04T02:06:22.542Z Downloaded der v0.7.9
7462025-03-04T02:06:22.542Z Downloaded form_urlencoded v1.2.1
7472025-03-04T02:06:22.542Z Downloaded difflib v0.4.0
7482025-03-04T02:06:22.542Z Downloaded toml_edit v0.19.15
7492025-03-04T02:06:22.542Z Downloaded tabwriter v1.4.0
7502025-03-04T02:06:22.543Z Downloaded http v1.2.0
7512025-03-04T02:06:22.543Z Downloaded polyval v0.6.2
7522025-03-04T02:06:22.543Z Downloaded opaque-debug v0.3.1
7532025-03-04T02:06:22.543Z Downloaded filetime v0.2.25
7542025-03-04T02:06:22.543Z Downloaded serde_yaml v0.9.34+deprecated
7552025-03-04T02:06:22.543Z Downloaded olpc-cjson v0.1.4
7562025-03-04T02:06:22.543Z Downloaded slog-envlogger v2.2.0
7572025-03-04T02:06:22.543Z Downloaded progenitor-macro v0.9.1
7582025-03-04T02:06:22.543Z Downloaded tracing-attributes v0.1.27
7592025-03-04T02:06:22.543Z Downloaded zerocopy-derive v0.8.10
7602025-03-04T02:06:22.543Z Downloaded tower-layer v0.3.3
7612025-03-04T02:06:22.546Z Downloaded supports-color v3.0.2
7622025-03-04T02:06:22.546Z Downloaded yasna v0.5.2
7632025-03-04T02:06:22.546Z Downloaded env_logger v0.10.2
7642025-03-04T02:06:22.546Z Downloaded rayon-core v1.12.1
7652025-03-04T02:06:22.546Z Downloaded rustc-hash v2.1.1
7662025-03-04T02:06:22.546Z Downloaded progenitor v0.9.1
7672025-03-04T02:06:22.546Z Downloaded proc-macro-crate v1.3.1
7682025-03-04T02:06:22.547Z Downloaded pin-project-internal v1.1.6
7692025-03-04T02:06:22.547Z Downloaded termtree v0.5.1
7702025-03-04T02:06:22.547Z Downloaded des v0.8.1
7712025-03-04T02:06:22.547Z Downloaded string_cache v0.8.7
7722025-03-04T02:06:22.547Z Downloaded ron v0.7.1
7732025-03-04T02:06:22.547Z Downloaded utf8_iter v1.0.4
7742025-03-04T02:06:22.547Z Downloaded tabled_derive v0.10.0
7752025-03-04T02:06:22.547Z Downloaded smallvec v0.6.14
7762025-03-04T02:06:22.547Z Downloaded take_mut v0.2.2
7772025-03-04T02:06:22.547Z Downloaded fixedbitset v0.4.2
7782025-03-04T02:06:22.547Z Downloaded daft v0.1.1
7792025-03-04T02:06:22.547Z Downloaded untrusted v0.9.0
7802025-03-04T02:06:22.547Z Downloaded untrusted v0.7.1
7812025-03-04T02:06:22.547Z Downloaded russh v0.45.0
7822025-03-04T02:06:22.547Z Downloaded pbkdf2 v0.11.0
7832025-03-04T02:06:22.547Z Downloaded sync-ptr v0.1.1
7842025-03-04T02:06:22.547Z Downloaded smallvec v1.14.0
7852025-03-04T02:06:22.547Z Downloaded env_filter v0.1.2
7862025-03-04T02:06:22.547Z Downloaded zone v0.1.8
7872025-03-04T02:06:22.553Z Downloaded serde_with_macros v3.12.0
7882025-03-04T02:06:22.553Z Downloaded nodrop v0.1.14
7892025-03-04T02:06:22.553Z Downloaded zeroize v1.8.1
7902025-03-04T02:06:22.553Z Downloaded papergrid v0.14.0
7912025-03-04T02:06:22.553Z Downloaded tinyvec v1.8.0
7922025-03-04T02:06:22.553Z Downloaded tough v0.19.0
7932025-03-04T02:06:22.553Z Downloaded rustls-pemfile v1.0.4
7942025-03-04T02:06:22.553Z Downloaded powerfmt v0.2.0
7952025-03-04T02:06:22.553Z Downloaded gethostname v0.5.0
7962025-03-04T02:06:22.553Z Downloaded omicron-zone-package v0.12.0
7972025-03-04T02:06:22.554Z Downloaded serde-big-array v0.5.1
7982025-03-04T02:06:22.554Z Downloaded mockall_derive v0.13.1
7992025-03-04T02:06:22.554Z Downloaded diff v0.1.13
8002025-03-04T02:06:22.554Z Downloaded tokio-macros v2.5.0
8012025-03-04T02:06:22.554Z Downloaded tokio-native-tls v0.3.1
8022025-03-04T02:06:22.691Z Downloaded derive_more v0.99.19
8032025-03-04T02:06:22.691Z Downloaded xz2 v0.1.7
8042025-03-04T02:06:22.691Z Downloaded russh-cryptovec v0.7.3
8052025-03-04T02:06:22.691Z Downloaded unicode-xid v0.2.6
8062025-03-04T02:06:22.691Z Downloaded walkdir v2.5.0
8072025-03-04T02:06:22.691Z Downloaded password-hash v0.5.0
8082025-03-04T02:06:22.691Z Downloaded num-derive v0.4.2
8092025-03-04T02:06:22.691Z Downloaded aws-lc-rs v1.12.4
8102025-03-04T02:06:22.691Z Downloaded oso-derive v0.27.3
8112025-03-04T02:06:22.691Z Downloaded dunce v1.0.5
8122025-03-04T02:06:22.691Z Downloaded packed_struct v0.10.1
8132025-03-04T02:06:22.691Z Downloaded ron v0.8.1
8142025-03-04T02:06:22.691Z Downloaded funty v2.0.0
8152025-03-04T02:06:22.691Z Downloaded either v1.14.0
8162025-03-04T02:06:22.691Z Downloaded fs_extra v1.3.0
8172025-03-04T02:06:22.691Z Downloaded flate2 v1.1.0
8182025-03-04T02:06:22.691Z Downloaded postgres-protocol v0.6.8
8192025-03-04T02:06:22.691Z Downloaded predicates-tree v1.0.11
8202025-03-04T02:06:22.691Z Downloaded secrecy v0.8.0
8212025-03-04T02:06:22.691Z Downloaded tokio-rustls v0.24.1
8222025-03-04T02:06:22.691Z Downloaded sec1 v0.7.3
8232025-03-04T02:06:22.691Z Downloaded openssl-sys v0.9.106
8242025-03-04T02:06:22.691Z Downloaded synstructure v0.13.1
8252025-03-04T02:06:22.691Z Downloaded serde_repr v0.1.19
8262025-03-04T02:06:22.692Z Downloaded serde_plain v1.0.2
8272025-03-04T02:06:22.692Z Downloaded yoke v0.7.4
8282025-03-04T02:06:22.692Z Downloaded getrandom v0.3.1
8292025-03-04T02:06:22.692Z Downloaded expectorate v1.1.0
8302025-03-04T02:06:22.692Z Downloaded zopfli v0.8.1
8312025-03-04T02:06:22.692Z Downloaded progenitor-impl v0.8.0
8322025-03-04T02:06:22.692Z Downloaded tracing v0.1.40
8332025-03-04T02:06:22.692Z Downloaded parse-size v1.1.0
8342025-03-04T02:06:22.692Z Downloaded pin-utils v0.1.0
8352025-03-04T02:06:22.692Z Downloaded pin-project-lite v0.2.14
8362025-03-04T02:06:22.692Z Downloaded sigpipe v0.1.3
8372025-03-04T02:06:22.692Z Downloaded pbkdf2 v0.12.2
8382025-03-04T02:06:22.692Z Downloaded dsl_auto_type v0.1.2
8392025-03-04T02:06:22.692Z Downloaded endian-type v0.1.2
8402025-03-04T02:06:22.692Z Downloaded tungstenite v0.21.0
8412025-03-04T02:06:22.693Z Downloaded hyper v1.6.0
8422025-03-04T02:06:22.693Z Downloaded peg-runtime v0.8.5
8432025-03-04T02:06:22.693Z Downloaded serde_urlencoded v0.7.1
8442025-03-04T02:06:22.693Z Downloaded scrypt v0.11.0
8452025-03-04T02:06:22.693Z Downloaded write16 v1.0.0
8462025-03-04T02:06:22.877Z Downloaded rand_core v0.9.2
8472025-03-04T02:06:22.877Z Downloaded subtle v2.6.1
8482025-03-04T02:06:22.877Z Downloaded unsafe-libyaml v0.2.11
8492025-03-04T02:06:22.877Z Downloaded static_assertions v1.1.0
8502025-03-04T02:06:22.877Z Downloaded mockall v0.13.1
8512025-03-04T02:06:22.877Z Downloaded rustls-pki-types v1.10.0
8522025-03-04T02:06:22.878Z Downloaded parse-display-derive v0.10.0
8532025-03-04T02:06:22.878Z Downloaded zerocopy v0.6.6
8542025-03-04T02:06:22.878Z Downloaded time v0.3.36
8552025-03-04T02:06:22.878Z Downloaded openssl-macros v0.1.1
8562025-03-04T02:06:22.878Z Downloaded sync_wrapper v1.0.1
8572025-03-04T02:06:22.878Z Downloaded blake3 v1.5.4
8582025-03-04T02:06:22.878Z Downloaded parse-display v0.10.0
8592025-03-04T02:06:22.878Z Downloaded foreign-types v0.3.2
8602025-03-04T02:06:22.878Z Downloaded foldhash v0.1.3
8612025-03-04T02:06:22.878Z Downloaded postgres-types v0.2.9
8622025-03-04T02:06:22.878Z Downloaded hkdf v0.12.4
8632025-03-04T02:06:22.878Z Downloaded hash32 v0.3.1
8642025-03-04T02:06:22.878Z Downloaded new_debug_unreachable v1.0.6
8652025-03-04T02:06:22.880Z Downloaded sqlparser_derive v0.2.2
8662025-03-04T02:06:22.880Z Downloaded winnow v0.6.20
8672025-03-04T02:06:22.880Z Downloaded slog-stdlog v4.1.1
8682025-03-04T02:06:22.880Z Downloaded typify-macro v0.3.0
8692025-03-04T02:06:22.880Z Downloaded hash32 v0.2.1
8702025-03-04T02:06:22.880Z Downloaded foreign-types v0.5.0
8712025-03-04T02:06:22.880Z Downloaded typify-macro v0.2.0
8722025-03-04T02:06:22.880Z Downloaded futures v0.3.31
8732025-03-04T02:06:22.880Z Downloaded elliptic-curve v0.13.8
8742025-03-04T02:06:22.880Z Downloaded enum-as-inner v0.6.1
8752025-03-04T02:06:22.880Z Downloaded zerovec v0.10.4
8762025-03-04T02:06:22.880Z Downloaded rustls-webpki v0.101.7
8772025-03-04T02:06:22.880Z Downloaded num-conv v0.1.0
8782025-03-04T02:06:22.880Z Downloaded radium v0.7.0
8792025-03-04T02:06:22.880Z Downloaded dropshot_endpoint v0.12.0
8802025-03-04T02:06:22.880Z Downloaded ref-cast v1.0.23
8812025-03-04T02:06:22.880Z Downloaded primeorder v0.13.6
8822025-03-04T02:06:22.880Z Downloaded defmt-macros v0.3.9
8832025-03-04T02:06:22.880Z Downloaded unicode-segmentation v1.12.0
8842025-03-04T02:06:22.880Z Downloaded ssh-cipher v0.2.0
8852025-03-04T02:06:22.881Z Downloaded rustyline v14.0.0
8862025-03-04T02:06:22.881Z Downloaded slog-json v2.6.1
8872025-03-04T02:06:22.881Z Downloaded newline-converter v0.3.0
8882025-03-04T02:06:22.881Z Downloaded owo-colors v4.2.0
8892025-03-04T02:06:22.881Z Downloaded psl-types v2.0.11
8902025-03-04T02:06:22.881Z Downloaded packed_struct_codegen v0.10.1
8912025-03-04T02:06:22.882Z Downloaded vergen v8.3.2
8922025-03-04T02:06:22.882Z Downloaded quick-error v1.2.3
8932025-03-04T02:06:22.882Z Downloaded tokio-rustls v0.26.0
8942025-03-04T02:06:22.882Z Downloaded vsss-rs v3.3.4
8952025-03-04T02:06:22.882Z Downloaded parking_lot_core v0.8.6
8962025-03-04T02:06:22.882Z Downloaded parse-zoneinfo v0.3.1
8972025-03-04T02:06:22.882Z Downloaded unicode-properties v0.1.3
8982025-03-04T02:06:22.882Z Downloaded pem-rfc7468 v0.7.0
8992025-03-04T02:06:22.882Z Downloaded salsa20 v0.10.2
9002025-03-04T02:06:23.018Z Downloaded rfc6979 v0.4.0
9012025-03-04T02:06:23.019Z Downloaded ed25519-dalek v2.1.1
9022025-03-04T02:06:23.019Z Downloaded dirs-sys-next v0.1.2
9032025-03-04T02:06:23.019Z Downloaded oso v0.27.3
9042025-03-04T02:06:23.019Z Downloaded publicsuffix v2.3.0
9052025-03-04T02:06:23.019Z Downloaded dirs-next v2.0.0
9062025-03-04T02:06:23.019Z Downloaded tokio-postgres v0.7.13
9072025-03-04T02:06:23.019Z Downloaded stable_deref_trait v1.2.0
9082025-03-04T02:06:23.019Z Downloaded display-error-chain v0.2.2
9092025-03-04T02:06:23.019Z Downloaded ssh-encoding v0.2.0
9102025-03-04T02:06:23.019Z Downloaded pretty_assertions v1.4.1
9112025-03-04T02:06:23.019Z Downloaded quinn-udp v0.5.5
9122025-03-04T02:06:23.019Z Downloaded postcard v1.0.10
9132025-03-04T02:06:23.019Z Downloaded fixedbitset v0.5.7
9142025-03-04T02:06:23.019Z Downloaded darling v0.20.10
9152025-03-04T02:06:23.019Z Downloaded debug-ignore v1.0.5
9162025-03-04T02:06:23.019Z Downloaded num-integer v0.1.46
9172025-03-04T02:06:23.019Z Downloaded uuid v1.15.1
9182025-03-04T02:06:23.019Z Downloaded percent-encoding v2.3.1
9192025-03-04T02:06:23.019Z Downloaded pem v3.0.5
9202025-03-04T02:06:23.019Z Downloaded half v2.4.1
9212025-03-04T02:06:23.019Z Downloaded simd-adler32 v0.3.7
9222025-03-04T02:06:23.019Z Downloaded daft-derive v0.1.1
9232025-03-04T02:06:23.019Z Downloaded tokio-tungstenite v0.23.1
9242025-03-04T02:06:23.019Z Downloaded tokio-tungstenite v0.21.0
9252025-03-04T02:06:23.019Z Downloaded chrono v0.4.40
9262025-03-04T02:06:23.019Z Downloaded x509-cert v0.2.5
9272025-03-04T02:06:23.020Z Downloaded russh-keys v0.45.0
9282025-03-04T02:06:23.020Z Downloaded nom v7.1.3
9292025-03-04T02:06:23.023Z Downloaded tokio-stream v0.1.17
9302025-03-04T02:06:23.023Z Downloaded bindgen v0.71.1
9312025-03-04T02:06:23.023Z Downloaded steno v0.4.1
9322025-03-04T02:06:23.023Z Downloaded quick-xml v0.37.2
9332025-03-04T02:06:23.023Z Downloaded icu_properties_data v1.5.0
9342025-03-04T02:06:23.023Z Downloaded rayon v1.10.0
9352025-03-04T02:06:23.023Z Downloaded toml v0.7.8
9362025-03-04T02:06:23.023Z Downloaded parking_lot v0.12.3
9372025-03-04T02:06:23.023Z Downloaded hashbrown v0.13.2
9382025-03-04T02:06:23.023Z Downloaded similar v2.7.0
9392025-03-04T02:06:23.023Z Downloaded proptest v1.6.0
9402025-03-04T02:06:23.023Z Downloaded snafu v0.8.5
9412025-03-04T02:06:23.023Z Downloaded ssh-key v0.6.6
9422025-03-04T02:06:23.023Z Downloaded prettyplease v0.2.29
9432025-03-04T02:06:23.024Z Downloaded tungstenite v0.23.0
9442025-03-04T02:06:23.024Z Downloaded p521 v0.13.3
9452025-03-04T02:06:23.024Z Downloaded tokio-util v0.7.13
9462025-03-04T02:06:23.024Z Downloaded vcpkg v0.2.15
9472025-03-04T02:06:23.198Z Downloaded rand v0.9.0
9482025-03-04T02:06:23.198Z Downloaded hashbrown v0.12.3
9492025-03-04T02:06:23.198Z Downloaded petname v2.0.2
9502025-03-04T02:06:23.198Z Downloaded git2 v0.19.0
9512025-03-04T02:06:23.198Z Downloaded num-bigint v0.4.6
9522025-03-04T02:06:23.198Z Downloaded salty v0.3.0
9532025-03-04T02:06:23.198Z Downloaded radix_trie v0.2.1
9542025-03-04T02:06:23.198Z Downloaded serde_with v3.12.0
9552025-03-04T02:06:23.198Z Downloaded smoltcp v0.9.1
9562025-03-04T02:06:23.198Z Downloaded object v0.30.4
9572025-03-04T02:06:23.198Z Downloaded tower v0.5.2
9582025-03-04T02:06:23.198Z Downloaded portable-atomic v1.9.0
9592025-03-04T02:06:23.198Z Downloaded h2 v0.4.6
9602025-03-04T02:06:23.198Z Downloaded sqlparser v0.45.0
9612025-03-04T02:06:23.198Z Downloaded polar-core v0.27.3
9622025-03-04T02:06:23.198Z Downloaded quinn-proto v0.11.8
9632025-03-04T02:06:23.198Z Downloaded reedline v0.38.0
9642025-03-04T02:06:23.199Z Downloaded bstr v1.10.0
9652025-03-04T02:06:23.361Z Downloaded value-bag v1.9.0
9662025-03-04T02:06:23.361Z Downloaded object v0.36.5
9672025-03-04T02:06:23.361Z Downloaded nix v0.27.1
9682025-03-04T02:06:23.361Z Downloaded dropshot v0.12.0
9692025-03-04T02:06:23.361Z Downloaded diesel v2.2.7
9702025-03-04T02:06:23.361Z Downloaded rustls v0.22.4
9712025-03-04T02:06:23.361Z Downloaded reqwest v0.12.12
9722025-03-04T02:06:23.361Z Downloaded p384 v0.13.0
9732025-03-04T02:06:23.364Z Downloaded typify-impl v0.3.0
9742025-03-04T02:06:23.364Z Downloaded vte_generate_state_changes v0.1.2
9752025-03-04T02:06:23.364Z Downloaded openssl v0.10.71
9762025-03-04T02:06:23.364Z Downloaded tabled v0.18.0
9772025-03-04T02:06:23.364Z Downloaded darling_core v0.20.10
9782025-03-04T02:06:23.364Z Downloaded curve25519-dalek v4.1.3
9792025-03-04T02:06:23.364Z Downloaded num_enum_derive v0.5.11
9802025-03-04T02:06:23.364Z Downloaded embedded-io v0.4.0
9812025-03-04T02:06:23.364Z Downloaded rustls-webpki v0.102.8
9822025-03-04T02:06:23.364Z Downloaded regex v1.11.1
9832025-03-04T02:06:23.379Z Downloaded nix v0.29.0
9842025-03-04T02:06:23.380Z Downloaded rustls v0.23.19
9852025-03-04T02:06:23.380Z Downloaded openapiv3 v2.0.0
9862025-03-04T02:06:23.380Z Downloaded zerocopy-derive v0.6.6
9872025-03-04T02:06:23.380Z Downloaded nix v0.28.0
9882025-03-04T02:06:23.380Z Downloaded regress v0.10.3
9892025-03-04T02:06:23.380Z Downloaded dropshot v0.16.0
9902025-03-04T02:06:23.380Z Downloaded sled v0.34.7
9912025-03-04T02:06:23.380Z Downloaded bzip2-sys v0.1.11+1.0.8
9922025-03-04T02:06:23.380Z Downloaded smoltcp v0.11.0
9932025-03-04T02:06:23.380Z Downloaded typify-impl v0.2.0
9942025-03-04T02:06:23.380Z Downloaded unicode-width v0.2.0
9952025-03-04T02:06:23.380Z Downloaded petgraph v0.7.1
9962025-03-04T02:06:23.380Z Downloaded ratatui v0.29.0
9972025-03-04T02:06:23.506Z Downloaded rustls v0.21.12
9982025-03-04T02:06:23.585Z Downloaded petgraph v0.6.5
9992025-03-04T02:06:23.585Z Downloaded csv v1.3.1
10002025-03-04T02:06:23.585Z Downloaded sha3 v0.10.8
10012025-03-04T02:06:23.585Z Downloaded regex-syntax v0.8.5
10022025-03-04T02:06:23.585Z Downloaded gimli v0.31.1
10032025-03-04T02:06:23.585Z Downloaded regex-automata v0.4.8
10042025-03-04T02:06:23.585Z Downloaded hickory-proto v0.24.4
10052025-03-04T02:06:23.585Z Downloaded webpki-roots v0.26.6
10062025-03-04T02:06:23.585Z Downloaded chrono-tz v0.10.1
10072025-03-04T02:06:23.585Z Downloaded unicode-normalization v0.1.24
10082025-03-04T02:06:23.586Z Downloaded zerocopy v0.8.10
10092025-03-04T02:06:23.635Z Downloaded regex-syntax v0.6.29
10102025-03-04T02:06:23.635Z Downloaded lzma-sys v0.1.20
10112025-03-04T02:06:23.635Z Downloaded lalrpop v0.19.12
10122025-03-04T02:06:23.635Z Downloaded tungstenite v0.24.0
10132025-03-04T02:06:23.635Z Downloaded futures-util v0.3.31
10142025-03-04T02:06:23.640Z Downloaded bindgen v0.69.5
10152025-03-04T02:06:23.640Z Downloaded libz-sys v1.1.20
10162025-03-04T02:06:23.763Z Downloaded flagset v0.4.6
10172025-03-04T02:06:23.763Z Downloaded yansi v1.0.1
10182025-03-04T02:06:23.763Z Downloaded unicode_categories v0.1.1
10192025-03-04T02:06:23.763Z Downloaded wyz v0.5.1
10202025-03-04T02:06:23.763Z Downloaded writeable v0.5.5
10212025-03-04T02:06:23.763Z Downloaded rcgen v0.12.1
10222025-03-04T02:06:23.763Z Downloaded slog-dtrace v0.3.0
10232025-03-04T02:06:23.763Z Downloaded resolv-conf v0.7.0
10242025-03-04T02:06:23.763Z Downloaded ref-cast-impl v1.0.23
10252025-03-04T02:06:23.764Z Downloaded twox-hash v2.1.0
10262025-03-04T02:06:23.764Z Downloaded dyn-clone v1.0.18
10272025-03-04T02:06:23.764Z Downloaded tokio v1.43.0
10282025-03-04T02:06:23.794Z Downloaded defmt v0.3.8
10292025-03-04T02:06:23.794Z Downloaded pkcs5 v0.7.1
10302025-03-04T02:06:23.794Z Downloaded pin-project v1.1.6
10312025-03-04T02:06:23.794Z Downloaded dropshot_endpoint v0.16.0
10322025-03-04T02:06:23.795Z Downloaded progenitor-macro v0.8.0
10332025-03-04T02:06:23.795Z Downloaded aho-corasick v1.1.3
10342025-03-04T02:06:23.795Z Downloaded data-encoding v2.6.0
10352025-03-04T02:06:23.795Z Downloaded stringprep v0.1.5
10362025-03-04T02:06:23.795Z Downloaded unicode-bidi v0.3.17
10372025-03-04T02:06:23.795Z Downloaded winnow v0.5.40
10382025-03-04T02:06:23.795Z Downloaded slog-scope v4.4.0
10392025-03-04T02:06:23.795Z Downloaded futures-core v0.3.31
10402025-03-04T02:06:23.795Z Downloaded foreign-types-macros v0.2.3
10412025-03-04T02:06:23.795Z Downloaded num-complex v0.4.6
10422025-03-04T02:06:23.795Z Downloaded bitvec v1.0.1
10432025-03-04T02:06:23.795Z Downloaded pkcs1 v0.7.5
10442025-03-04T02:06:23.795Z Downloaded ring v0.17.11
10452025-03-04T02:06:23.860Z Downloaded displaydoc v0.2.5
10462025-03-04T02:06:23.918Z Downloaded futures-channel v0.3.31
10472025-03-04T02:06:23.918Z Downloaded ghash v0.5.1
10482025-03-04T02:06:23.918Z Downloaded embedded-io v0.6.1
10492025-03-04T02:06:23.918Z Downloaded tokio-tungstenite v0.24.0
10502025-03-04T02:06:23.918Z Downloaded unicode-truncate v1.1.0
10512025-03-04T02:06:23.918Z Downloaded sct v0.7.1
10522025-03-04T02:06:23.918Z Downloaded getrandom v0.2.15
10532025-03-04T02:06:23.918Z Downloaded rand v0.8.5
10542025-03-04T02:06:23.919Z Downloaded itertools v0.13.0
10552025-03-04T02:06:23.919Z Downloaded num-bigint-dig v0.8.4
10562025-03-04T02:06:23.919Z Downloaded typed-path v0.9.3
10572025-03-04T02:06:23.919Z Downloaded fragile v2.0.0
10582025-03-04T02:06:23.919Z Downloaded slog-term v2.9.1
10592025-03-04T02:06:23.919Z Downloaded encoding_rs v0.8.34
10602025-03-04T02:06:23.919Z Downloaded parking_lot v0.11.2
10612025-03-04T02:06:23.971Z Downloaded nu-ansi-term v0.50.1
10622025-03-04T02:06:23.971Z Downloaded zip v2.1.3
10632025-03-04T02:06:23.971Z Downloaded itertools v0.12.1
10642025-03-04T02:06:23.971Z Downloaded xattr v1.3.1
10652025-03-04T02:06:23.971Z Downloaded tracing-core v0.1.32
10662025-03-04T02:06:23.971Z Downloaded url v2.5.3
10672025-03-04T02:06:23.971Z Downloaded schemars v0.8.22
10682025-03-04T02:06:23.971Z Downloaded ppv-lite86 v0.2.20
10692025-03-04T02:06:23.971Z Downloaded num v0.4.3
10702025-03-04T02:06:23.971Z Downloaded rustc-demangle v0.1.24
10712025-03-04T02:06:23.974Z Downloaded libgit2-sys v0.17.0+1.8.1
10722025-03-04T02:06:24.131Z Downloaded proc-macro-error2 v2.0.1
10732025-03-04T02:06:24.131Z Downloaded crossterm v0.28.1
10742025-03-04T02:06:24.131Z Downloaded idna v1.0.3
10752025-03-04T02:06:24.131Z Downloaded ff v0.13.0
10762025-03-04T02:06:24.131Z Downloaded poly1305 v0.8.0
10772025-03-04T02:06:24.131Z Downloaded globset v0.4.15
10782025-03-04T02:06:24.131Z Downloaded password-hash v0.4.2
10792025-03-04T02:06:24.132Z Downloaded rustc-hash v1.1.0
10802025-03-04T02:06:24.132Z Downloaded uzers v0.12.1
10812025-03-04T02:06:24.132Z Downloaded diesel_derives v2.2.3
10822025-03-04T02:06:24.132Z Downloaded zip v0.6.6
10832025-03-04T02:06:24.132Z Downloaded quinn v0.11.5
10842025-03-04T02:06:24.132Z Downloaded group v0.13.0
10852025-03-04T02:06:24.132Z Downloaded rustls-pemfile v2.2.0
10862025-03-04T02:06:24.132Z Downloaded test-strategy v0.4.0
10872025-03-04T02:06:24.132Z Downloaded env_logger v0.11.5
10882025-03-04T02:06:24.132Z Downloaded rsa v0.9.6
10892025-03-04T02:06:24.133Z Downloaded strip-ansi-escapes v0.2.0
10902025-03-04T02:06:24.133Z Downloaded scheduled-thread-pool v0.2.7
10912025-03-04T02:06:24.133Z Downloaded num-traits v0.2.19
10922025-03-04T02:06:24.133Z Downloaded aes-gcm v0.10.3
10932025-03-04T02:06:24.133Z Downloaded tinystr v0.7.6
10942025-03-04T02:06:24.133Z Downloaded time-macros v0.2.18
10952025-03-04T02:06:24.133Z Downloaded flume v0.11.1
10962025-03-04T02:06:24.133Z Downloaded phf v0.11.2
10972025-03-04T02:06:24.133Z Downloaded paste v1.0.15
10982025-03-04T02:06:24.133Z Downloaded bumpalo v3.16.0
10992025-03-04T02:06:24.133Z Downloaded futures-sink v0.3.31
11002025-03-04T02:06:24.133Z Downloaded futures-macro v0.3.31
11012025-03-04T02:06:24.133Z Downloaded futures-executor v0.3.31
11022025-03-04T02:06:24.133Z Downloaded fd-lock v4.0.2
11032025-03-04T02:06:24.133Z Downloaded predicates v3.1.3
11042025-03-04T02:06:24.133Z Downloaded zone_cfg_derive v0.3.0
11052025-03-04T02:06:24.133Z Downloaded qorb v0.2.1
11062025-03-04T02:06:24.233Z Downloaded zerovec-derive v0.10.3
11072025-03-04T02:06:24.234Z Downloaded fatfs v0.3.6
11082025-03-04T02:06:24.234Z Downloaded tar v0.4.44
11092025-03-04T02:06:24.234Z Downloaded zeroize_derive v1.4.2
11102025-03-04T02:06:24.237Z Downloaded crypto-bigint v0.5.5
11112025-03-04T02:06:24.237Z Downloaded const_format v0.2.34
11122025-03-04T02:06:24.237Z Downloaded peg-macros v0.8.5
11132025-03-04T02:06:24.237Z Downloaded subprocess v0.2.9
11142025-03-04T02:06:24.237Z Downloaded thread_local v1.1.8
11152025-03-04T02:06:24.237Z Downloaded thiserror-impl-no-std v2.0.2
11162025-03-04T02:06:24.237Z Downloaded strum_macros v0.24.3
11172025-03-04T02:06:24.237Z Downloaded derive_builder v0.20.2
11182025-03-04T02:06:24.237Z Downloaded thiserror-no-std v2.0.2
11192025-03-04T02:06:24.238Z Downloaded signal-hook-registry v1.4.2
11202025-03-04T02:06:24.238Z Downloaded pkg-config v0.3.31
11212025-03-04T02:06:24.238Z Downloaded bytes v1.10.0
11222025-03-04T02:06:24.238Z Downloaded allocator-api2 v0.2.18
11232025-03-04T02:06:24.238Z Downloaded icu_normalizer_data v1.5.0
11242025-03-04T02:06:24.238Z Downloaded chacha20poly1305 v0.10.1
11252025-03-04T02:06:24.238Z Downloaded shell-words v1.1.0
11262025-03-04T02:06:24.238Z Downloaded sha1 v0.10.6
11272025-03-04T02:06:24.238Z Downloaded rusty-fork v0.3.0
11282025-03-04T02:06:24.238Z Downloaded parking_lot_core v0.9.10
11292025-03-04T02:06:24.238Z Downloaded num-rational v0.4.2
11302025-03-04T02:06:24.238Z Downloaded native-tls v0.2.12
11312025-03-04T02:06:24.238Z Downloaded multer v3.1.0
11322025-03-04T02:06:24.238Z Downloaded glob v0.3.2
11332025-03-04T02:06:24.238Z Downloaded rustversion v1.0.17
11342025-03-04T02:06:24.238Z Downloaded rustfmt-wrapper v0.2.1
11352025-03-04T02:06:24.244Z Downloaded rustc_version v0.4.1
11362025-03-04T02:06:24.244Z Downloaded derive_builder_core v0.20.2
11372025-03-04T02:06:24.244Z Downloaded backtrace v0.3.74
11382025-03-04T02:06:24.245Z Downloaded icu_normalizer v1.5.0
11392025-03-04T02:06:24.245Z Downloaded want v0.3.1
11402025-03-04T02:06:24.245Z Downloaded phf_generator v0.11.2
11412025-03-04T02:06:24.245Z Downloaded which v4.4.2
11422025-03-04T02:06:24.245Z Downloaded slog v2.7.0
11432025-03-04T02:06:24.245Z Downloaded signal-hook v0.3.17
11442025-03-04T02:06:24.245Z Downloaded libm v0.2.8
11452025-03-04T02:06:24.245Z Downloaded itertools v0.10.5
11462025-03-04T02:06:24.245Z Downloaded heapless v0.8.0
11472025-03-04T02:06:24.245Z Downloaded arc-swap v1.7.1
11482025-03-04T02:06:24.245Z Downloaded multimap v0.10.0
11492025-03-04T02:06:24.245Z Downloaded whoami v1.5.2
11502025-03-04T02:06:24.245Z Downloaded float-ord v0.3.2
11512025-03-04T02:06:24.245Z Downloaded icu_properties v1.5.1
11522025-03-04T02:06:24.245Z Downloaded icu_locid v1.5.0
11532025-03-04T02:06:24.303Z Downloaded tap v1.0.1
11542025-03-04T02:06:24.303Z Downloaded spin v0.9.8
11552025-03-04T02:06:24.303Z Downloaded headers v0.4.0
11562025-03-04T02:06:24.303Z Downloaded snafu-derive v0.8.5
11572025-03-04T02:06:24.303Z Downloaded base64 v0.21.7
11582025-03-04T02:06:24.303Z Downloaded serde_derive_internals v0.29.1
11592025-03-04T02:06:24.305Z Downloaded const-oid v0.9.6
11602025-03-04T02:06:24.305Z Downloaded miniz_oxide v0.8.5
11612025-03-04T02:06:24.305Z Downloaded memmap2 v0.9.5
11622025-03-04T02:06:24.305Z Downloaded indicatif v0.17.11
11632025-03-04T02:06:24.305Z Downloaded utf-8 v0.7.6
11642025-03-04T02:06:24.305Z Downloaded unarray v0.1.4
11652025-03-04T02:06:24.305Z Downloaded rand_core v0.6.4
11662025-03-04T02:06:24.305Z Downloaded aes v0.8.4
11672025-03-04T02:06:24.305Z Downloaded mio v1.0.2
11682025-03-04T02:06:24.305Z Downloaded litrs v0.4.1
11692025-03-04T02:06:24.305Z Downloaded hickory-client v0.24.4
11702025-03-04T02:06:24.305Z Downloaded hmac v0.12.1
11712025-03-04T02:06:24.305Z Downloaded serde-hex v0.1.0
11722025-03-04T02:06:24.305Z Downloaded mime_guess v2.0.5
11732025-03-04T02:06:24.305Z Downloaded crc-any v2.5.0
11742025-03-04T02:06:24.305Z Downloaded colored v2.2.0
11752025-03-04T02:06:24.305Z Downloaded hyper-staticfile v0.10.1
11762025-03-04T02:06:24.305Z Downloaded compact_str v0.8.0
11772025-03-04T02:06:24.305Z Downloaded bzip2 v0.4.4
11782025-03-04T02:06:24.305Z Downloaded bcs v0.1.6
11792025-03-04T02:06:24.305Z Downloaded spki v0.7.3
11802025-03-04T02:06:24.305Z Downloaded slog-async v2.8.0
11812025-03-04T02:06:24.305Z Downloaded slab v0.4.9
11822025-03-04T02:06:24.305Z Downloaded shlex v1.3.0
11832025-03-04T02:06:24.305Z Downloaded linear-map v1.2.0
11842025-03-04T02:06:24.305Z Downloaded crossbeam-epoch v0.9.18
11852025-03-04T02:06:24.305Z Downloaded cookie_store v0.21.1
11862025-03-04T02:06:24.305Z Downloaded cancel-safe-futures v0.1.5
11872025-03-04T02:06:24.305Z Downloaded cassowary v0.3.0
11882025-03-04T02:06:24.305Z Downloaded bitfield v0.14.0
11892025-03-04T02:06:24.306Z Downloaded r2d2 v0.8.10
11902025-03-04T02:06:24.306Z Downloaded icu_locid_transform_data v1.5.0
11912025-03-04T02:06:24.306Z Downloaded crc32fast v1.4.2
11922025-03-04T02:06:24.306Z Downloaded crc v3.2.1
11932025-03-04T02:06:24.306Z Downloaded ciborium v0.2.2
11942025-03-04T02:06:24.306Z Downloaded arrayvec v0.7.6
11952025-03-04T02:06:24.306Z Downloaded argon2 v0.5.3
11962025-03-04T02:06:24.306Z Downloaded rand_chacha v0.3.1
11972025-03-04T02:06:24.306Z Downloaded highway v1.3.0
11982025-03-04T02:06:24.306Z Downloaded libsw-core v0.3.1
11992025-03-04T02:06:24.306Z Downloaded indent_write v2.2.0
12002025-03-04T02:06:24.306Z Downloaded http-body-util v0.1.2
12012025-03-04T02:06:24.306Z Downloaded bcrypt-pbkdf v0.10.0
12022025-03-04T02:06:24.306Z Downloaded ascii-canvas v3.0.0
12032025-03-04T02:06:24.306Z Downloaded base16ct v0.2.0
12042025-03-04T02:06:24.306Z Downloaded atomic-waker v1.1.2
12052025-03-04T02:06:24.306Z Downloaded assert_matches v1.5.0
12062025-03-04T02:06:24.306Z Downloaded http-body v1.0.1
12072025-03-04T02:06:24.306Z Downloaded console v0.15.10
12082025-03-04T02:06:24.306Z Downloaded cfg_aliases v0.2.1
12092025-03-04T02:06:24.306Z Downloaded arrayref v0.3.9
12102025-03-04T02:06:24.307Z Downloaded bit-vec v0.8.0
12112025-03-04T02:06:24.307Z Downloaded base64ct v1.6.0
12122025-03-04T02:06:24.307Z Downloaded cipher v0.4.4
12132025-03-04T02:06:24.307Z Downloaded bb8 v0.8.5
12142025-03-04T02:06:24.307Z Downloaded async-trait v0.1.86
12152025-03-04T02:06:24.307Z Downloaded internet-checksum v0.2.1
12162025-03-04T02:06:24.307Z Downloaded idna_adapter v1.2.0
12172025-03-04T02:06:24.324Z Downloaded httpdate v1.0.3
12182025-03-04T02:06:24.324Z Downloaded hubpack v0.1.2
12192025-03-04T02:06:24.324Z Downloaded base64 v0.13.1
12202025-03-04T02:06:24.659Z Downloaded aws-lc-sys v0.26.0
12212025-03-04T02:06:24.880Z Compiling serde v1.0.218
12222025-03-04T02:06:24.952Z Compiling value-bag v1.9.0
12232025-03-04T02:06:24.952Z Compiling lock_api v0.4.12
12242025-03-04T02:06:24.952Z Compiling scopeguard v1.2.0
12252025-03-04T02:06:24.952Z Compiling typenum v1.17.0
12262025-03-04T02:06:24.952Z Compiling generic-array v0.14.7
12272025-03-04T02:06:25.037Z Compiling syn v2.0.98
12282025-03-04T02:06:25.049Z Compiling getrandom v0.2.15
12292025-03-04T02:06:25.199Z Compiling shlex v1.3.0
12302025-03-04T02:06:25.362Z Compiling rand_core v0.6.4
12312025-03-04T02:06:25.490Z Compiling log v0.4.22
12322025-03-04T02:06:25.552Z Compiling jobserver v0.1.32
12332025-03-04T02:06:25.613Z Compiling subtle v2.6.1
12342025-03-04T02:06:25.626Z Compiling smallvec v1.14.0
12352025-03-04T02:06:25.923Z Compiling const-oid v0.9.6
12362025-03-04T02:06:25.978Z Compiling cc v1.2.15
12372025-03-04T02:06:26.033Z Compiling pin-project-lite v0.2.14
12382025-03-04T02:06:26.064Z Compiling parking_lot_core v0.9.10
12392025-03-04T02:06:26.154Z Compiling rustix v0.38.37
12402025-03-04T02:06:26.314Z Compiling signal-hook-registry v1.4.2
12412025-03-04T02:06:26.392Z Compiling futures-core v0.3.31
12422025-03-04T02:06:28.411Z Compiling mio v1.0.2
12432025-03-04T02:06:29.020Z Compiling parking_lot v0.12.3
12442025-03-04T02:06:29.020Z Compiling spin v0.9.8
12452025-03-04T02:06:29.020Z Compiling socket2 v0.5.8
12462025-03-04T02:06:29.020Z Compiling aho-corasick v1.1.3
12472025-03-04T02:06:29.020Z Compiling futures-sink v0.3.31
12482025-03-04T02:06:29.020Z Compiling cpufeatures v0.2.14
12492025-03-04T02:06:29.020Z Compiling regex-syntax v0.8.5
12502025-03-04T02:06:29.020Z Compiling either v1.14.0
12512025-03-04T02:06:29.020Z Compiling stable_deref_trait v1.2.0
12522025-03-04T02:06:29.027Z Compiling slab v0.4.9
12532025-03-04T02:06:29.027Z Compiling glob v0.3.2
12542025-03-04T02:06:29.027Z Compiling prettyplease v0.2.29
12552025-03-04T02:06:29.028Z Compiling lazy_static v1.5.0
12562025-03-04T02:06:29.028Z Compiling minimal-lexical v0.2.1
12572025-03-04T02:06:29.028Z Compiling serde_json v1.0.139
12582025-03-04T02:06:29.209Z Compiling futures-channel v0.3.31
12592025-03-04T02:06:29.209Z Compiling clang-sys v1.8.1
12602025-03-04T02:06:29.209Z Compiling nom v7.1.3
12612025-03-04T02:06:29.210Z Compiling libloading v0.8.5
12622025-03-04T02:06:29.210Z Compiling allocator-api2 v0.2.18
12632025-03-04T02:06:29.314Z Compiling bindgen v0.69.5
12642025-03-04T02:06:29.436Z Compiling pin-utils v0.1.0
12652025-03-04T02:06:29.622Z Compiling home v0.5.9
12662025-03-04T02:06:29.807Z Compiling futures-task v0.3.31
12672025-03-04T02:06:29.836Z Compiling foldhash v0.1.3
12682025-03-04T02:06:29.836Z Compiling futures-io v0.3.31
12692025-03-04T02:06:30.055Z Compiling hashbrown v0.15.1
12702025-03-04T02:06:30.131Z Compiling itertools v0.12.1
12712025-03-04T02:06:30.143Z Compiling libm v0.2.8
12722025-03-04T02:06:30.629Z Compiling pkg-config v0.3.31
12732025-03-04T02:06:31.237Z Compiling regex-automata v0.4.8
12742025-03-04T02:06:31.787Z Compiling lazycell v1.3.0
12752025-03-04T02:06:31.837Z Compiling cexpr v0.6.0
12762025-03-04T02:06:31.955Z Compiling rustc-hash v1.1.0
12772025-03-04T02:06:32.137Z Compiling cmake v0.1.51
12782025-03-04T02:06:32.151Z Compiling num-traits v0.2.19
12792025-03-04T02:06:32.453Z Compiling synstructure v0.13.1
12802025-03-04T02:06:33.010Z Compiling dunce v1.0.5
12812025-03-04T02:06:33.130Z Compiling fs_extra v1.3.0
12822025-03-04T02:06:33.598Z Compiling writeable v0.5.5
12832025-03-04T02:06:33.773Z Compiling getrandom v0.3.1
12842025-03-04T02:06:34.095Z Compiling litemap v0.7.3
12852025-03-04T02:06:34.300Z Compiling ring v0.17.11
12862025-03-04T02:06:34.360Z Compiling base64ct v1.6.0
12872025-03-04T02:06:34.832Z Compiling paste v1.0.15
12882025-03-04T02:06:34.860Z Compiling pem-rfc7468 v0.7.0
12892025-03-04T02:06:35.507Z Compiling aws-lc-rs v1.12.4
12902025-03-04T02:06:35.762Z Compiling icu_locid_transform_data v1.5.0
12912025-03-04T02:06:35.974Z Compiling httparse v1.9.5
12922025-03-04T02:06:37.429Z Compiling flagset v0.4.6
12932025-03-04T02:06:37.492Z Compiling regex v1.11.1
12942025-03-04T02:06:37.492Z Compiling tracing-core v0.1.32
12952025-03-04T02:06:37.492Z Compiling crossbeam-utils v0.8.20
12962025-03-04T02:06:37.492Z Compiling rustls-pki-types v1.10.0
12972025-03-04T02:06:37.492Z Compiling percent-encoding v2.3.1
12982025-03-04T02:06:37.492Z Compiling icu_properties_data v1.5.0
12992025-03-04T02:06:37.492Z Compiling serde_derive v1.0.218
13002025-03-04T02:06:37.492Z Compiling zeroize_derive v1.4.2
13012025-03-04T02:06:37.492Z Compiling zerocopy-derive v0.7.35
13022025-03-04T02:06:37.492Z Compiling tokio-macros v2.5.0
13032025-03-04T02:06:37.817Z Compiling zerofrom-derive v0.1.4
13042025-03-04T02:06:38.527Z Compiling zeroize v1.8.1
13052025-03-04T02:06:38.701Z Compiling thiserror-impl v1.0.69
13062025-03-04T02:06:39.120Z Compiling zerocopy v0.7.35
13072025-03-04T02:06:39.872Z Compiling yoke-derive v0.7.4
13082025-03-04T02:06:40.272Z Compiling crypto-common v0.1.6
13092025-03-04T02:06:40.337Z Compiling block-buffer v0.10.4
13102025-03-04T02:06:40.471Z Compiling zerovec-derive v0.10.3
13112025-03-04T02:06:40.517Z Compiling futures-macro v0.3.31
13122025-03-04T02:06:40.615Z Compiling digest v0.10.7
13132025-03-04T02:06:41.055Z Compiling displaydoc v0.2.5
13142025-03-04T02:06:41.106Z Compiling zerofrom v0.1.4
13152025-03-04T02:06:41.248Z Compiling hmac v0.12.1
13162025-03-04T02:06:41.335Z Compiling block-padding v0.3.3
13172025-03-04T02:06:41.477Z Compiling thiserror v1.0.69
13182025-03-04T02:06:41.520Z Compiling ppv-lite86 v0.2.20
13192025-03-04T02:06:41.593Z Compiling inout v0.1.3
13202025-03-04T02:06:41.632Z Compiling sha2 v0.10.8
13212025-03-04T02:06:41.882Z Compiling cipher v0.4.4
13222025-03-04T02:06:42.270Z Compiling icu_provider_macros v1.5.0
13232025-03-04T02:06:42.399Z Compiling futures-util v0.3.31
13242025-03-04T02:06:42.442Z Compiling yoke v0.7.4
13252025-03-04T02:06:42.460Z Compiling der_derive v0.7.3
13262025-03-04T02:06:42.508Z Compiling tracing-attributes v0.1.27
13272025-03-04T02:06:42.754Z Compiling salsa20 v0.10.2
13282025-03-04T02:06:42.791Z Compiling zerovec v0.10.4
13292025-03-04T02:06:42.978Z Compiling pest v2.7.14
13302025-03-04T02:06:43.306Z Compiling pbkdf2 v0.12.2
13312025-03-04T02:06:44.178Z Compiling utf8_iter v1.0.4
13322025-03-04T02:06:44.420Z Compiling utf16_iter v1.0.5
13332025-03-04T02:06:44.603Z Compiling tinystr v0.7.6
13342025-03-04T02:06:44.632Z Compiling der v0.7.9
13352025-03-04T02:06:44.894Z Compiling icu_collections v1.5.0
13362025-03-04T02:06:44.994Z Compiling icu_locid v1.5.0
13372025-03-04T02:06:45.334Z Compiling vcpkg v0.2.15
13382025-03-04T02:06:45.710Z Compiling tracing v0.1.40
13392025-03-04T02:06:45.987Z Compiling powerfmt v0.2.0
13402025-03-04T02:06:46.126Z Compiling icu_provider v1.5.0
13412025-03-04T02:06:46.198Z Compiling untrusted v0.9.0
13422025-03-04T02:06:46.361Z Compiling time-core v0.1.2
13432025-03-04T02:06:46.380Z Compiling icu_normalizer_data v1.5.0
13442025-03-04T02:06:46.505Z Compiling num-conv v0.1.0
13452025-03-04T02:06:46.555Z Compiling spki v0.7.3
13462025-03-04T02:06:46.814Z Compiling write16 v1.0.0
13472025-03-04T02:06:46.898Z Compiling icu_locid_transform v1.5.0
13482025-03-04T02:06:47.032Z Compiling untrusted v0.7.1
13492025-03-04T02:06:47.097Z Compiling time-macros v0.2.18
13502025-03-04T02:06:47.123Z Compiling openssl-sys v0.9.106
13512025-03-04T02:06:47.131Z Compiling deranged v0.3.11
13522025-03-04T02:06:47.566Z Compiling pest_meta v2.7.14
13532025-03-04T02:06:48.056Z Compiling scrypt v0.11.0
13542025-03-04T02:06:48.541Z Compiling icu_properties v1.5.1
13552025-03-04T02:06:48.567Z Compiling aes v0.8.4
13562025-03-04T02:06:48.685Z Compiling cbc v0.1.2
13572025-03-04T02:06:48.964Z Compiling scroll_derive v0.12.0
13582025-03-04T02:06:49.131Z Compiling atomic-waker v1.1.2
13592025-03-04T02:06:49.341Z Compiling num_threads v0.1.7
13602025-03-04T02:06:49.493Z Compiling tinyvec_macros v0.1.1
13612025-03-04T02:06:49.598Z Compiling tinyvec v1.8.0
13622025-03-04T02:06:49.967Z Compiling bytes v1.10.0
13632025-03-04T02:06:50.012Z Compiling bitflags v2.6.0
13642025-03-04T02:06:51.085Z Compiling tokio v1.43.0
13652025-03-04T02:06:51.317Z Compiling indexmap v2.7.1
13662025-03-04T02:06:51.352Z Compiling semver v1.0.25
13672025-03-04T02:06:51.385Z Compiling http v1.2.0
13682025-03-04T02:06:51.727Z Compiling scroll v0.12.0
13692025-03-04T02:06:52.006Z Compiling rustc_version v0.4.1
13702025-03-04T02:06:52.282Z Compiling icu_normalizer v1.5.0
13712025-03-04T02:06:52.628Z Compiling time v0.3.36
13722025-03-04T02:06:52.727Z Compiling pkcs5 v0.7.1
13732025-03-04T02:06:53.076Z Compiling http-body v1.0.1
13742025-03-04T02:06:53.093Z Compiling pest_generator v2.7.14
13752025-03-04T02:06:53.317Z Compiling idna_adapter v1.2.0
13762025-03-04T02:06:53.540Z Compiling rand_chacha v0.3.1
13772025-03-04T02:06:53.722Z Compiling form_urlencoded v1.2.1
13782025-03-04T02:06:53.775Z Compiling zerocopy v0.8.10
13792025-03-04T02:06:53.965Z Compiling try-lock v0.2.5
13802025-03-04T02:06:54.041Z Compiling which v4.4.2
13812025-03-04T02:06:54.124Z Compiling slog v2.7.0
13822025-03-04T02:06:54.695Z Compiling goblin v0.8.2
13832025-03-04T02:06:54.722Z Compiling want v0.3.1
13842025-03-04T02:06:54.953Z Compiling pest_derive v2.7.14
13852025-03-04T02:06:55.013Z Compiling rand v0.8.5
13862025-03-04T02:06:55.098Z Compiling idna v1.0.3
13872025-03-04T02:06:55.765Z Compiling pkcs8 v0.10.2
13882025-03-04T02:06:55.865Z Compiling uuid v1.15.1
13892025-03-04T02:06:56.435Z Compiling zerocopy-derive v0.8.10
13902025-03-04T02:06:56.659Z Compiling tower-service v0.3.3
13912025-03-04T02:06:56.779Z Compiling httpdate v1.0.3
13922025-03-04T02:06:56.924Z Compiling iana-time-zone v0.1.61
13932025-03-04T02:06:57.212Z Compiling adler2 v2.0.0
13942025-03-04T02:06:57.244Z Compiling chrono v0.4.40
13952025-03-04T02:06:57.280Z Compiling dtrace-parser v0.2.0
13962025-03-04T02:06:57.417Z Compiling miniz_oxide v0.8.5
13972025-03-04T02:06:58.121Z Compiling serde_spanned v0.6.8
13982025-03-04T02:06:58.385Z Compiling serde_tokenstream v0.2.2
13992025-03-04T02:07:01.797Z Compiling toml_datetime v0.6.8
14002025-03-04T02:07:01.915Z Compiling tokio-util v0.7.13
14012025-03-04T02:07:01.915Z Compiling base64 v0.22.1
14022025-03-04T02:07:01.915Z Compiling foreign-types-shared v0.1.1
14032025-03-04T02:07:01.915Z Compiling rustversion v1.0.17
14042025-03-04T02:07:01.915Z Compiling openssl v0.10.71
14052025-03-04T02:07:01.915Z Compiling h2 v0.4.6
14062025-03-04T02:07:01.915Z Compiling match_cfg v0.1.0
14072025-03-04T02:07:01.915Z Compiling hostname v0.3.1
14082025-03-04T02:07:01.915Z Compiling foreign-types v0.3.2
14092025-03-04T02:07:01.917Z Compiling url v2.5.3
14102025-03-04T02:07:01.917Z Compiling dof v0.3.0
14112025-03-04T02:07:01.972Z Compiling usdt-impl v0.5.0
14122025-03-04T02:07:02.049Z Compiling rand_core v0.9.2
14132025-03-04T02:07:02.196Z Compiling openssl-macros v0.1.1
14142025-03-04T02:07:02.225Z Compiling async-trait v0.1.86
14152025-03-04T02:07:02.478Z Compiling serde_derive_internals v0.29.1
14162025-03-04T02:07:02.938Z Compiling bzip2-sys v0.1.11+1.0.8
14172025-03-04T02:07:03.094Z Compiling dirs-sys-next v0.1.2
14182025-03-04T02:07:03.448Z Compiling schemars v0.8.22
14192025-03-04T02:07:03.635Z Compiling siphasher v0.3.11
14202025-03-04T02:07:03.844Z Compiling syn v1.0.109
14212025-03-04T02:07:03.865Z Compiling rustls v0.22.4
14222025-03-04T02:07:04.042Z Compiling data-encoding v2.6.0
14232025-03-04T02:07:04.046Z Compiling rustls v0.23.19
14242025-03-04T02:07:04.174Z Compiling native-tls v0.2.12
14252025-03-04T02:07:04.541Z Compiling dirs-next v2.0.0
14262025-03-04T02:07:04.636Z Compiling rand_chacha v0.9.0
14272025-03-04T02:07:04.681Z Compiling schemars_derive v0.8.22
14282025-03-04T02:07:05.822Z Compiling http-body-util v0.1.2
14292025-03-04T02:07:05.933Z Compiling heapless v0.7.17
14302025-03-04T02:07:06.088Z Compiling unicode-normalization v0.1.24
14312025-03-04T02:07:06.288Z Compiling crossbeam-epoch v0.9.18
14322025-03-04T02:07:06.333Z Compiling signature v2.2.0
14332025-03-04T02:07:06.499Z Compiling sha1 v0.10.6
14342025-03-04T02:07:06.630Z Compiling thread_local v1.1.8
14352025-03-04T02:07:06.910Z Compiling multer v3.1.0
14362025-03-04T02:07:06.996Z Compiling hyper v1.6.0
14372025-03-04T02:07:07.101Z Compiling encoding_rs v0.8.34
14382025-03-04T02:07:07.148Z Compiling crc32fast v1.4.2
14392025-03-04T02:07:07.243Z Compiling cookie v0.18.1
14402025-03-04T02:07:07.487Z Compiling signal-hook v0.3.17
14412025-03-04T02:07:07.511Z Compiling ipnet v2.11.0
14422025-03-04T02:07:07.558Z Compiling dyn-clone v1.0.18
14432025-03-04T02:07:07.765Z Compiling openssl-probe v0.1.5
14442025-03-04T02:07:07.785Z Compiling unicode-bidi v0.3.17
14452025-03-04T02:07:08.083Z Compiling rayon-core v1.12.1
14462025-03-04T02:07:08.400Z Compiling gimli v0.31.1
14472025-03-04T02:07:08.537Z Compiling slog-async v2.8.0
14482025-03-04T02:07:08.989Z Compiling unicode-properties v0.1.3
14492025-03-04T02:07:09.067Z Compiling mime v0.3.17
14502025-03-04T02:07:09.399Z Compiling hyper-util v0.1.10
14512025-03-04T02:07:09.600Z Compiling stringprep v0.1.5
14522025-03-04T02:07:10.002Z Compiling toml_edit v0.22.24
14532025-03-04T02:07:11.182Z Compiling crossbeam-deque v0.8.5
14542025-03-04T02:07:11.431Z Compiling rand v0.9.0
14552025-03-04T02:07:11.530Z Compiling term v0.7.0
14562025-03-04T02:07:12.283Z Compiling usdt-macro v0.5.0
14572025-03-04T02:07:12.772Z Compiling addr2line v0.24.2
14582025-03-04T02:07:13.125Z Compiling usdt-attr-macro v0.5.0
14592025-03-04T02:07:13.168Z Compiling slog-json v2.6.1
14602025-03-04T02:07:13.451Z Compiling serde_urlencoded v0.7.1
14612025-03-04T02:07:13.531Z Compiling curve25519-dalek v4.1.3
14622025-03-04T02:07:13.660Z Compiling crossbeam-channel v0.5.13
14632025-03-04T02:07:13.826Z Compiling futures-executor v0.3.31
14642025-03-04T02:07:14.000Z Compiling enum-as-inner v0.6.1
14652025-03-04T02:07:14.255Z Compiling md-5 v0.10.6
14662025-03-04T02:07:14.351Z Compiling rustls-pemfile v2.2.0
14672025-03-04T02:07:14.512Z Compiling async-stream-impl v0.3.6
14682025-03-04T02:07:14.695Z Compiling num-integer v0.1.46
14692025-03-04T02:07:14.699Z Compiling hash32 v0.2.1
14702025-03-04T02:07:14.735Z Compiling ff v0.13.0
14712025-03-04T02:07:14.948Z Compiling is-terminal v0.4.13
14722025-03-04T02:07:14.976Z Compiling memoffset v0.9.1
14732025-03-04T02:07:15.074Z Compiling dropshot v0.12.0
14742025-03-04T02:07:15.093Z Compiling object v0.36.5
14752025-03-04T02:07:15.310Z Compiling linked-hash-map v0.5.6
14762025-03-04T02:07:15.377Z Compiling smoltcp v0.9.1
14772025-03-04T02:07:15.482Z Compiling portable-atomic v1.9.0
14782025-03-04T02:07:15.653Z Compiling num-bigint-dig v0.8.4
14792025-03-04T02:07:16.612Z Compiling fallible-iterator v0.2.0
14802025-03-04T02:07:16.759Z Compiling take_mut v0.2.2
14812025-03-04T02:07:16.759Z Compiling base16ct v0.2.0
14822025-03-04T02:07:16.759Z Compiling quick-error v1.2.3
14832025-03-04T02:07:16.760Z Compiling litrs v0.4.1
14842025-03-04T02:07:16.760Z Compiling cfg_aliases v0.2.1
14852025-03-04T02:07:16.760Z Compiling utf-8 v0.7.6
14862025-03-04T02:07:16.760Z Compiling psl-types v2.0.11
14872025-03-04T02:07:16.760Z Compiling anyhow v1.0.97
14882025-03-04T02:07:16.800Z Compiling rustc-demangle v0.1.24
14892025-03-04T02:07:16.800Z Compiling publicsuffix v2.3.0
14902025-03-04T02:07:16.985Z Compiling tungstenite v0.24.0
14912025-03-04T02:07:17.000Z Compiling postgres-protocol v0.6.8
14922025-03-04T02:07:17.381Z Compiling document-features v0.2.10
14932025-03-04T02:07:17.511Z Compiling nix v0.29.0
14942025-03-04T02:07:17.693Z Compiling resolv-conf v0.7.0
14952025-03-04T02:07:18.176Z Compiling sec1 v0.7.3
14962025-03-04T02:07:18.454Z Compiling async-stream v0.3.6
14972025-03-04T02:07:18.512Z Compiling lru-cache v0.1.2
14982025-03-04T02:07:18.786Z Compiling num-iter v0.1.45
14992025-03-04T02:07:18.813Z Compiling slog-term v2.9.1
15002025-03-04T02:07:18.900Z Compiling usdt v0.5.0
15012025-03-04T02:07:18.971Z Compiling hickory-proto v0.24.4
15022025-03-04T02:07:19.386Z Compiling group v0.13.0
15032025-03-04T02:07:19.573Z Compiling futures v0.3.31
15042025-03-04T02:07:19.692Z Compiling slog-bunyan v2.5.0
15052025-03-04T02:07:19.732Z Compiling toml v0.8.20
15062025-03-04T02:07:19.933Z Compiling bzip2 v0.4.4
15072025-03-04T02:07:20.888Z Compiling tokio-native-tls v0.3.1
15082025-03-04T02:07:21.201Z Compiling camino v1.1.9
15092025-03-04T02:07:21.302Z Compiling flate2 v1.1.0
15102025-03-04T02:07:21.455Z Compiling phf_shared v0.11.2
15112025-03-04T02:07:21.827Z Compiling backtrace v0.3.74
15122025-03-04T02:07:22.001Z Compiling dropshot_endpoint v0.12.0
15132025-03-04T02:07:22.068Z Compiling terminal_size v0.4.0
15142025-03-04T02:07:22.181Z Compiling openapiv3 v2.0.0
15152025-03-04T02:07:22.205Z Compiling serde_path_to_error v0.1.16
15162025-03-04T02:07:22.288Z Compiling waitgroup v0.1.2
15172025-03-04T02:07:22.529Z Compiling hkdf v0.12.4
15182025-03-04T02:07:22.787Z Compiling crypto-bigint v0.5.5
15192025-03-04T02:07:22.966Z Compiling webpki-roots v0.26.6
15202025-03-04T02:07:23.187Z Compiling curve25519-dalek-derive v0.1.1
15212025-03-04T02:07:24.089Z Compiling hubpack_derive v0.1.1
15222025-03-04T02:07:24.606Z Compiling zerocopy-derive v0.6.6
15232025-03-04T02:07:24.625Z Compiling sync_wrapper v1.0.1
15242025-03-04T02:07:24.797Z Compiling hostname v0.4.0
15252025-03-04T02:07:24.937Z Compiling ahash v0.8.11
15262025-03-04T02:07:25.013Z Compiling fs-err v2.11.0
15272025-03-04T02:07:25.298Z Compiling managed v0.8.0
15282025-03-04T02:07:25.342Z Compiling simd-adler32 v0.3.7
15292025-03-04T02:07:25.742Z Compiling lockfree-object-pool v0.1.6
15302025-03-04T02:07:25.877Z Compiling buf-list v1.0.3
15312025-03-04T02:07:26.001Z Compiling debug-ignore v1.0.5
15322025-03-04T02:07:26.069Z Compiling newtype-uuid v1.2.1
15332025-03-04T02:07:26.090Z Compiling tower-layer v0.3.3
15342025-03-04T02:07:26.168Z Compiling winnow v0.5.40
15352025-03-04T02:07:26.372Z Compiling zip v2.1.3
15362025-03-04T02:07:26.394Z Compiling unicode-width v0.2.0
15372025-03-04T02:07:26.476Z Compiling bumpalo v3.16.0
15382025-03-04T02:07:26.568Z Compiling zerocopy v0.6.6
15392025-03-04T02:07:26.751Z Compiling tower v0.5.2
15402025-03-04T02:07:26.910Z Compiling console v0.15.10
15412025-03-04T02:07:26.910Z Compiling zopfli v0.8.1
15422025-03-04T02:07:27.526Z Compiling clap_builder v4.5.31
15432025-03-04T02:07:27.771Z Compiling strum_macros v0.25.3
15442025-03-04T02:07:28.251Z Compiling elliptic-curve v0.13.8
15452025-03-04T02:07:28.751Z Compiling hubpack v0.1.2
15462025-03-04T02:07:29.076Z Compiling hickory-resolver v0.24.4
15472025-03-04T02:07:29.297Z Compiling phf v0.11.2
15482025-03-04T02:07:29.580Z Compiling toml_edit v0.19.15
15492025-03-04T02:07:29.601Z Compiling signal-hook-mio v0.2.4
15502025-03-04T02:07:29.782Z Compiling hyper-tls v0.6.0
15512025-03-04T02:07:29.910Z Compiling cookie_store v0.21.1
15522025-03-04T02:07:30.194Z Compiling rayon v1.10.0
15532025-03-04T02:07:31.631Z Compiling tokio-tungstenite v0.24.0
15542025-03-04T02:07:32.179Z Compiling postgres-types v0.2.9
15552025-03-04T02:07:34.498Z Compiling ed25519 v2.2.3
15562025-03-04T02:07:34.649Z Compiling phf_shared v0.10.0
15572025-03-04T02:07:34.724Z Compiling tokio-stream v0.1.17
15582025-03-04T02:07:35.041Z Compiling pkcs1 v0.7.5
15592025-03-04T02:07:35.198Z Compiling serde-big-array v0.5.1
15602025-03-04T02:07:35.447Z Compiling clap_derive v4.5.28
15612025-03-04T02:07:35.670Z Compiling rfc6979 v0.4.0
15622025-03-04T02:07:35.872Z Compiling serde_repr v0.1.19
15632025-03-04T02:07:35.918Z Compiling derive-where v1.2.7
15642025-03-04T02:07:36.307Z Compiling bstr v1.10.0
15652025-03-04T02:07:36.480Z Compiling float-cmp v0.10.0
15662025-03-04T02:07:36.612Z Compiling number_prefix v0.4.0
15672025-03-04T02:07:36.729Z Compiling whoami v1.5.2
15682025-03-04T02:07:36.851Z Compiling precomputed-hash v0.1.1
15692025-03-04T02:07:36.965Z Compiling normalize-line-endings v0.3.0
15702025-03-04T02:07:36.988Z Compiling static_assertions v1.1.0
15712025-03-04T02:07:37.106Z Compiling difflib v0.4.0
15722025-03-04T02:07:37.124Z Compiling new_debug_unreachable v1.0.6
15732025-03-04T02:07:37.224Z Compiling unicode-segmentation v1.12.0
15742025-03-04T02:07:37.293Z Compiling predicates-core v1.0.8
15752025-03-04T02:07:37.615Z Compiling fixedbitset v0.4.2
15762025-03-04T02:07:37.844Z Compiling predicates v3.1.3
15772025-03-04T02:07:38.065Z Compiling similar v2.7.0
15782025-03-04T02:07:38.108Z Compiling petgraph v0.6.5
15792025-03-04T02:07:38.414Z Compiling string_cache v0.8.7
15802025-03-04T02:07:38.863Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15812025-03-04T02:07:39.105Z Compiling tokio-postgres v0.7.13
15822025-03-04T02:07:39.276Z Compiling indicatif v0.17.11
15832025-03-04T02:07:39.891Z Compiling clap v4.5.31
15842025-03-04T02:07:40.014Z Compiling ecdsa v0.16.9
15852025-03-04T02:07:40.158Z Compiling rsa v0.9.6
15862025-03-04T02:07:40.806Z Compiling ed25519-dalek v2.1.1
15872025-03-04T02:07:41.268Z Compiling toml v0.7.8
15882025-03-04T02:07:42.101Z Compiling crossterm v0.28.1
15892025-03-04T02:07:44.661Z Compiling zip v0.6.6
15902025-03-04T02:07:44.935Z Compiling hex v0.4.3
15912025-03-04T02:07:45.058Z Compiling x509-cert v0.2.5
15922025-03-04T02:07:45.273Z Compiling itertools v0.10.5
15932025-03-04T02:07:45.330Z Compiling unicode-xid v0.2.6
15942025-03-04T02:07:45.521Z Compiling lalrpop-util v0.19.12
15952025-03-04T02:07:45.540Z Compiling peg-runtime v0.8.5
15962025-03-04T02:07:45.564Z Compiling strum_macros v0.26.4
15972025-03-04T02:07:45.879Z Compiling xattr v1.3.1
15982025-03-04T02:07:45.897Z Compiling filetime v0.2.25
15992025-03-04T02:07:46.122Z Compiling tar v0.4.44
16002025-03-04T02:07:50.121Z Compiling strum v0.26.3
16012025-03-04T02:07:53.110Z Compiling aws-lc-sys v0.26.0
16022025-03-04T02:08:26.114Z Compiling rustls-webpki v0.102.8
16032025-03-04T02:08:29.302Z Compiling tokio-rustls v0.25.0
16042025-03-04T02:08:30.953Z Compiling tokio-rustls v0.26.0
16052025-03-04T02:08:31.279Z Compiling hyper-rustls v0.27.3
16062025-03-04T02:08:31.613Z Compiling reqwest v0.12.12
16072025-03-04T02:08:33.037Z Compiling qorb v0.2.1
16082025-03-04T02:08:36.047Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16092025-03-04T02:08:36.297Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16102025-03-04T02:08:40.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
16112025-03-04T02:08:40.899Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16122025-03-04T02:08:40.949ZMar 04 02:08:40.425 INFO Starting download, target: Clickhouse
16132025-03-04T02:08:40.952ZMar 04 02:08:40.425 INFO Starting download, target: Cockroach
16142025-03-04T02:08:40.952ZMar 04 02:08:40.425 INFO Starting download, target: Console
16152025-03-04T02:08:40.952ZMar 04 02:08:40.425 INFO Starting download, target: DendriteOpenapi
16162025-03-04T02:08:40.952ZMar 04 02:08:40.425 INFO Starting download, target: DendriteStub
16172025-03-04T02:08:40.953ZMar 04 02:08:40.425 INFO Starting download, target: MaghemiteMgd
16182025-03-04T02:08:40.953ZMar 04 02:08:40.425 INFO Starting download, target: TransceiverControl
16192025-03-04T02:08:40.954ZMar 04 02:08:40.426 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16202025-03-04T02:08:40.954ZMar 04 02:08:40.426 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16212025-03-04T02:08:40.954ZMar 04 02:08:40.426 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16222025-03-04T02:08:40.954ZMar 04 02:08:40.426 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16232025-03-04T02:08:40.954ZMar 04 02:08:40.426 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16242025-03-04T02:08:40.954ZMar 04 02:08:40.426 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16252025-03-04T02:08:40.954ZMar 04 02:08:40.426 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16262025-03-04T02:08:41.141ZMar 04 02:08:40.603 INFO Download complete, target: DendriteOpenapi
16272025-03-04T02:08:41.267ZMar 04 02:08:40.707 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16282025-03-04T02:08:41.511ZMar 04 02:08:40.957 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16292025-03-04T02:08:41.648ZMar 04 02:08:41.103 INFO Download complete, target: TransceiverControl
16302025-03-04T02:08:41.765ZMar 04 02:08:41.214 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16312025-03-04T02:08:41.821ZMar 04 02:08:41.287 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16322025-03-04T02:08:41.893ZMar 04 02:08:41.368 INFO Download complete, target: Console
16332025-03-04T02:08:42.582ZMar 04 02:08:42.057 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16342025-03-04T02:08:42.582ZMar 04 02:08:42.057 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16352025-03-04T02:08:43.397ZMar 04 02:08:42.861 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16362025-03-04T02:08:44.197ZMar 04 02:08:43.657 INFO Download complete, target: DendriteStub
16372025-03-04T02:08:44.459ZMar 04 02:08:43.924 INFO Download complete, target: MaghemiteMgd
16382025-03-04T02:08:49.190ZMar 04 02:08:48.663 INFO Checking that binary works, target: Cockroach
16392025-03-04T02:08:49.415ZMar 04 02:08:48.888 INFO Download complete, target: Cockroach
16402025-03-04T02:08:54.094ZMar 04 02:08:53.566 INFO Checking that binary works, target: Clickhouse
16412025-03-04T02:08:54.281ZMar 04 02:08:53.753 INFO Download complete, target: Clickhouse
16422025-03-04T02:08:54.289ZAll prerequisites installed successfully
16432025-03-04T02:08:54.293Z
16442025-03-04T02:08:54.293Zreal 7:01.119459478
16452025-03-04T02:08:54.293Zuser 15:44.647869497
16462025-03-04T02:08:54.293Zsys 2:10.182111967
16472025-03-04T02:08:54.293Ztrap 0.573000218
16482025-03-04T02:08:54.293Ztflt 2.332782143
16492025-03-04T02:08:54.293Zdflt 1.889304141
16502025-03-04T02:08:54.293Zkflt 0.058866490
16512025-03-04T02:08:54.293Zlock 25:18.089821874
16522025-03-04T02:08:54.293Zslp 1:00:33.048714676
16532025-03-04T02:08:54.293Zlat 1:04.336124690
16542025-03-04T02:08:54.294Zstop 2:33.447647000
16552025-03-04T02:08:54.295Z+ ptime -m cargo xtask download softnpu
16562025-03-04T02:08:54.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16572025-03-04T02:08:54.864Z Running `target/debug/xtask download softnpu`
16582025-03-04T02:08:55.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16592025-03-04T02:08:55.803Z Running `target/debug/xtask-downloader softnpu`
16602025-03-04T02:08:55.842ZMar 04 02:08:55.313 INFO Starting download, target: Softnpu
16612025-03-04T02:08:55.845ZMar 04 02:08:55.314 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16622025-03-04T02:08:56.236ZMar 04 02:08:55.708 INFO Download complete, target: Softnpu
16632025-03-04T02:08:56.240Z
16642025-03-04T02:08:56.244Zreal 1.943753236
16652025-03-04T02:08:56.244Zuser 1.327445563
16662025-03-04T02:08:56.244Zsys 0.568974667
16672025-03-04T02:08:56.244Ztrap 0.001132927
16682025-03-04T02:08:56.244Ztflt 0.000056815
16692025-03-04T02:08:56.245Zdflt 0.000131683
16702025-03-04T02:08:56.245Zkflt 0.000000000
16712025-03-04T02:08:56.245Zlock 3.942773486
16722025-03-04T02:08:56.245Zslp 0.241049283
16732025-03-04T02:08:56.245Zlat 0.073570769
16742025-03-04T02:08:56.245Zstop 0.000170715
16752025-03-04T02:08:56.245Z+ export CARGO_INCREMENTAL=0
16762025-03-04T02:08:56.245Z+ CARGO_INCREMENTAL=0
16772025-03-04T02:08:56.245Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16782025-03-04T02:08:57.195Z Compiling proc-macro2 v1.0.93
16792025-03-04T02:08:57.195Z Compiling unicode-ident v1.0.14
16802025-03-04T02:08:57.199Z Compiling libc v0.2.170
16812025-03-04T02:08:57.199Z Compiling serde v1.0.218
16822025-03-04T02:08:57.199Z Compiling autocfg v1.4.0
16832025-03-04T02:08:57.199Z Compiling version_check v0.9.5
16842025-03-04T02:08:57.199Z Compiling cfg-if v1.0.0
16852025-03-04T02:08:57.481Z Compiling memchr v2.7.4
16862025-03-04T02:08:57.551Z Compiling typenum v1.17.0
16872025-03-04T02:08:57.573Z Compiling shlex v1.3.0
16882025-03-04T02:08:57.965Z Compiling generic-array v0.14.7
16892025-03-04T02:08:58.018Z Compiling value-bag v1.9.0
16902025-03-04T02:08:58.164Z Compiling lock_api v0.4.12
16912025-03-04T02:08:58.398Z Compiling scopeguard v1.2.0
16922025-03-04T02:08:58.479Z Compiling log v0.4.22
16932025-03-04T02:08:58.555Z Compiling parking_lot_core v0.9.10
16942025-03-04T02:08:58.712Z Compiling serde_json v1.0.139
16952025-03-04T02:08:58.936Z Compiling rustix v0.38.37
16962025-03-04T02:08:59.052Z Compiling quote v1.0.38
16972025-03-04T02:08:59.163Z Compiling jobserver v0.1.32
16982025-03-04T02:08:59.183Z Compiling getrandom v0.2.15
16992025-03-04T02:08:59.214Z Compiling libm v0.2.8
17002025-03-04T02:08:59.533Z Compiling syn v2.0.98
17012025-03-04T02:08:59.568Z Compiling cc v1.2.15
17022025-03-04T02:08:59.587Z Compiling num-traits v0.2.19
17032025-03-04T02:08:59.612Z Compiling aho-corasick v1.1.3
17042025-03-04T02:08:59.612Z Compiling regex-syntax v0.8.5
17052025-03-04T02:08:59.648Z Compiling semver v1.0.25
17062025-03-04T02:08:59.860Z Compiling thiserror v1.0.69
17072025-03-04T02:09:00.103Z Compiling getrandom v0.3.1
17082025-03-04T02:09:00.190Z Compiling either v1.14.0
17092025-03-04T02:09:00.378Z Compiling once_cell v1.20.3
17102025-03-04T02:09:00.508Z Compiling itoa v1.0.11
17112025-03-04T02:09:00.613Z Compiling slab v0.4.9
17122025-03-04T02:09:00.842Z Compiling rand_core v0.6.4
17132025-03-04T02:09:00.968Z Compiling spin v0.9.8
17142025-03-04T02:09:01.131Z Compiling errno v0.3.9
17152025-03-04T02:09:01.502Z Compiling glob v0.3.2
17162025-03-04T02:09:01.866Z Compiling prettyplease v0.2.29
17172025-03-04T02:09:02.024Z Compiling smallvec v1.14.0
17182025-03-04T02:09:02.209Z Compiling clang-sys v1.8.1
17192025-03-04T02:09:02.233Z Compiling lazy_static v1.5.0
17202025-03-04T02:09:02.373Z Compiling minimal-lexical v0.2.1
17212025-03-04T02:09:02.571Z Compiling libloading v0.8.5
17222025-03-04T02:09:02.825Z Compiling nom v7.1.3
17232025-03-04T02:09:02.845Z Compiling subtle v2.6.1
17242025-03-04T02:09:02.893Z Compiling home v0.5.9
17252025-03-04T02:09:02.912Z Compiling bindgen v0.69.5
17262025-03-04T02:09:03.097Z Compiling regex-automata v0.4.8
17272025-03-04T02:09:03.164Z Compiling itertools v0.12.1
17282025-03-04T02:09:03.634Z Compiling allocator-api2 v0.2.18
17292025-03-04T02:09:03.665Z Compiling equivalent v1.0.1
17302025-03-04T02:09:03.802Z Compiling foldhash v0.1.3
17312025-03-04T02:09:04.122Z Compiling lazycell v1.3.0
17322025-03-04T02:09:04.324Z Compiling rustc-hash v1.1.0
17332025-03-04T02:09:04.416Z Compiling hashbrown v0.15.1
17342025-03-04T02:09:04.497Z Compiling cmake v0.1.51
17352025-03-04T02:09:04.995Z Compiling dunce v1.0.5
17362025-03-04T02:09:05.144Z Compiling pkg-config v0.3.31
17372025-03-04T02:09:05.186Z Compiling fs_extra v1.3.0
17382025-03-04T02:09:05.777Z Compiling pin-project-lite v0.2.14
17392025-03-04T02:09:05.930Z Compiling cexpr v0.6.0
17402025-03-04T02:09:06.032Z Compiling byteorder v1.5.0
17412025-03-04T02:09:06.389Z Compiling synstructure v0.13.1
17422025-03-04T02:09:07.028Z Compiling ring v0.17.11
17432025-03-04T02:09:07.221Z Compiling ryu v1.0.18
17442025-03-04T02:09:07.298Z Compiling paste v1.0.15
17452025-03-04T02:09:07.533Z Compiling schemars v0.8.22
17462025-03-04T02:09:07.879Z Compiling regex v1.11.1
17472025-03-04T02:09:08.201Z Compiling serde_derive_internals v0.29.1
17482025-03-04T02:09:08.720Z Compiling signal-hook-registry v1.4.2
17492025-03-04T02:09:08.851Z Compiling fnv v1.0.7
17502025-03-04T02:09:08.874Z Compiling httparse v1.9.5
17512025-03-04T02:09:08.960Z Compiling const-oid v0.9.6
17522025-03-04T02:09:09.041Z Compiling aws-lc-rs v1.12.4
17532025-03-04T02:09:09.474Z Compiling parking_lot v0.12.3
17542025-03-04T02:09:09.489Z Compiling mio v1.0.2
17552025-03-04T02:09:10.197Z Compiling heck v0.5.0
17562025-03-04T02:09:10.305Z Compiling serde_derive v1.0.218
17572025-03-04T02:09:10.602Z Compiling zeroize_derive v1.4.2
17582025-03-04T02:09:10.833Z Compiling tokio-macros v2.5.0
17592025-03-04T02:09:10.905Z Compiling thiserror-impl v1.0.69
17602025-03-04T02:09:11.081Z Compiling zerocopy-derive v0.7.35
17612025-03-04T02:09:11.485Z Compiling zerofrom-derive v0.1.4
17622025-03-04T02:09:11.885Z Compiling zeroize v1.8.1
17632025-03-04T02:09:12.202Z Compiling yoke-derive v0.7.4
17642025-03-04T02:09:12.304Z Compiling futures-macro v0.3.31
17652025-03-04T02:09:12.362Z Compiling zerovec-derive v0.10.3
17662025-03-04T02:09:12.811Z Compiling displaydoc v0.2.5
17672025-03-04T02:09:14.085Z Compiling crypto-common v0.1.6
17682025-03-04T02:09:14.202Z Compiling icu_provider_macros v1.5.0
17692025-03-04T02:09:14.223Z Compiling tracing-attributes v0.1.27
17702025-03-04T02:09:14.279Z Compiling schemars_derive v0.8.22
17712025-03-04T02:09:14.576Z Compiling block-buffer v0.10.4
17722025-03-04T02:09:14.728Z Compiling socket2 v0.5.8
17732025-03-04T02:09:14.818Z Compiling stable_deref_trait v1.2.0
17742025-03-04T02:09:14.954Z Compiling digest v0.10.7
17752025-03-04T02:09:15.188Z Compiling zerocopy v0.7.35
17762025-03-04T02:09:15.321Z Compiling futures-core v0.3.31
17772025-03-04T02:09:15.662Z Compiling crossbeam-utils v0.8.20
17782025-03-04T02:09:16.181Z Compiling time-core v0.1.2
17792025-03-04T02:09:16.376Z Compiling num-conv v0.1.0
17802025-03-04T02:09:16.645Z Compiling time-macros v0.2.18
17812025-03-04T02:09:16.898Z Compiling der_derive v0.7.3
17822025-03-04T02:09:17.043Z Compiling vcpkg v0.2.15
17832025-03-04T02:09:18.345Z Compiling openssl-sys v0.9.106
17842025-03-04T02:09:19.140Z Compiling futures-sink v0.3.31
17852025-03-04T02:09:19.250Z Compiling zerocopy v0.8.10
17862025-03-04T02:09:19.621Z Compiling cpufeatures v0.2.14
17872025-03-04T02:09:19.960Z Compiling zerocopy-derive v0.8.10
17882025-03-04T02:09:20.140Z Compiling slog v2.7.0
17892025-03-04T02:09:20.544Z Compiling iana-time-zone v0.1.61
17902025-03-04T02:09:20.614Z Compiling syn v1.0.109
17912025-03-04T02:09:20.635Z Compiling futures-channel v0.3.31
17922025-03-04T02:09:20.804Z Compiling zerofrom v0.1.4
17932025-03-04T02:09:21.102Z Compiling futures-io v0.3.31
17942025-03-04T02:09:21.128Z Compiling futures-task v0.3.31
17952025-03-04T02:09:21.221Z Compiling pin-utils v0.1.0
17962025-03-04T02:09:21.281Z Compiling yoke v0.7.4
17972025-03-04T02:09:21.423Z Compiling futures-util v0.3.31
17982025-03-04T02:09:21.654Z Compiling scroll_derive v0.12.0
17992025-03-04T02:09:21.854Z Compiling openssl v0.10.71
18002025-03-04T02:09:22.021Z Compiling ucd-trie v0.1.7
18012025-03-04T02:09:22.269Z Compiling bitflags v2.6.0
18022025-03-04T02:09:22.285Z Compiling bytes v1.10.0
18032025-03-04T02:09:23.004Z Compiling indexmap v2.7.1
18042025-03-04T02:09:23.614Z Compiling tokio v1.43.0
18052025-03-04T02:09:25.177Z Compiling uuid v1.15.1
18062025-03-04T02:09:25.466Z Compiling serde_tokenstream v0.2.2
18072025-03-04T02:09:26.478Z Compiling which v4.4.2
18082025-03-04T02:09:26.988Z Compiling chrono v0.4.40
18092025-03-04T02:09:27.430Z Compiling http v1.2.0
18102025-03-04T02:09:29.431Z Compiling rustc_version v0.4.1
18112025-03-04T02:09:29.451Z Compiling pest v2.7.14
18122025-03-04T02:09:30.767Z Compiling zerovec v0.10.4
18132025-03-04T02:09:32.406Z Compiling hmac v0.12.1
18142025-03-04T02:09:33.827Z Compiling pest_meta v2.7.14
18152025-03-04T02:09:34.987Z Compiling block-padding v0.3.3
18162025-03-04T02:09:35.239Z Compiling openssl-macros v0.1.1
18172025-03-04T02:09:35.419Z Compiling dyn-clone v1.0.18
18182025-03-04T02:09:35.679Z Compiling rustls v0.23.19
18192025-03-04T02:09:35.955Z Compiling native-tls v0.2.12
18202025-03-04T02:09:36.029Z Compiling pest_generator v2.7.14
18212025-03-04T02:09:36.297Z Compiling inout v0.1.3
18222025-03-04T02:09:36.323Z Compiling tinystr v0.7.6
18232025-03-04T02:09:36.710Z Compiling toml_datetime v0.6.8
18242025-03-04T02:09:37.001Z Compiling serde_spanned v0.6.8
18252025-03-04T02:09:37.164Z Compiling ppv-lite86 v0.2.20
18262025-03-04T02:09:37.267Z Compiling tracing-core v0.1.32
18272025-03-04T02:09:37.611Z Compiling litemap v0.7.3
18282025-03-04T02:09:37.982Z Compiling strsim v0.11.1
18292025-03-04T02:09:38.081Z Compiling writeable v0.5.5
18302025-03-04T02:09:38.455Z Compiling tracing v0.1.40
18312025-03-04T02:09:38.589Z Compiling icu_locid v1.5.0
18322025-03-04T02:09:38.612Z Compiling aws-lc-sys v0.26.0
18332025-03-04T02:09:39.604Z Compiling pest_derive v2.7.14
18342025-03-04T02:09:39.648Z Compiling cipher v0.4.4
18352025-03-04T02:09:39.648Z Compiling sha2 v0.10.8
18362025-03-04T02:09:40.105Z Compiling usdt-impl v0.5.0
18372025-03-04T02:09:40.181Z Compiling cookie v0.18.1
18382025-03-04T02:09:40.474Z Compiling base64ct v1.6.0
18392025-03-04T02:09:40.757Z Compiling icu_provider v1.5.0
18402025-03-04T02:09:41.013Z Compiling pem-rfc7468 v0.7.0
18412025-03-04T02:09:43.597Z Compiling scroll v0.12.0
18422025-03-04T02:09:43.760Z Compiling async-trait v0.1.86
18432025-03-04T02:09:45.622Z Compiling plain v0.2.3
18442025-03-04T02:09:45.770Z Compiling percent-encoding v2.3.1
18452025-03-04T02:09:45.794Z Compiling flagset v0.4.6
18462025-03-04T02:09:46.018Z Compiling icu_locid_transform_data v1.5.0
18472025-03-04T02:09:46.126Z Compiling camino v1.1.9
18482025-03-04T02:09:46.147Z Compiling rustls-pki-types v1.10.0
18492025-03-04T02:09:46.195Z Compiling anyhow v1.0.97
18502025-03-04T02:09:46.615Z Compiling icu_locid_transform v1.5.0
18512025-03-04T02:09:47.744Z Compiling der v0.7.9
18522025-03-04T02:09:48.372Z Compiling goblin v0.8.2
18532025-03-04T02:09:49.915Z Compiling icu_collections v1.5.0
18542025-03-04T02:09:50.471Z Compiling tokio-util v0.7.13
18552025-03-04T02:09:51.495Z Compiling untrusted v0.7.1
18562025-03-04T02:09:51.682Z Compiling untrusted v0.9.0
18572025-03-04T02:09:51.895Z Compiling rustls v0.22.4
18582025-03-04T02:09:52.199Z Compiling icu_properties_data v1.5.0
18592025-03-04T02:09:52.452Z Compiling rayon-core v1.12.1
18602025-03-04T02:09:52.590Z Compiling powerfmt v0.2.0
18612025-03-04T02:09:52.727Z Compiling pretty-hex v0.4.1
18622025-03-04T02:09:52.956Z Compiling deranged v0.3.11
18632025-03-04T02:09:53.071Z Compiling icu_properties v1.5.1
18642025-03-04T02:09:54.209Z Compiling dof v0.3.0
18652025-03-04T02:09:54.632Z Compiling spki v0.7.3
18662025-03-04T02:09:55.157Z Compiling dtrace-parser v0.2.0
18672025-03-04T02:09:55.687Z Compiling salsa20 v0.10.2
18682025-03-04T02:09:55.927Z Compiling pbkdf2 v0.12.2
18692025-03-04T02:09:56.644Z Compiling bzip2-sys v0.1.11+1.0.8
18702025-03-04T02:09:57.092Z Compiling thread-id v4.2.2
18712025-03-04T02:09:57.154Z Compiling atomic-waker v1.1.2
18722025-03-04T02:09:57.296Z Compiling write16 v1.0.0
18732025-03-04T02:09:57.385Z Compiling utf16_iter v1.0.5
18742025-03-04T02:09:57.410Z Compiling utf8_iter v1.0.4
18752025-03-04T02:09:57.448Z Compiling icu_normalizer_data v1.5.0
18762025-03-04T02:09:57.574Z Compiling litrs v0.4.1
18772025-03-04T02:09:57.595Z Compiling rustversion v1.0.17
18782025-03-04T02:09:57.665Z Compiling winnow v0.5.40
18792025-03-04T02:09:58.566Z Compiling num_threads v0.1.7
18802025-03-04T02:09:58.646Z Compiling icu_normalizer v1.5.0
18812025-03-04T02:09:58.708Z Compiling time v0.3.36
18822025-03-04T02:09:58.741Z Compiling document-features v0.2.10
18832025-03-04T02:10:01.066Z Compiling toml_edit v0.19.15
18842025-03-04T02:10:02.694Z Compiling scrypt v0.11.0
18852025-03-04T02:10:03.169Z Compiling form_urlencoded v1.2.1
18862025-03-04T02:10:03.543Z Compiling aes v0.8.4
18872025-03-04T02:10:03.709Z Compiling cbc v0.1.2
18882025-03-04T02:10:03.931Z Compiling http-body v1.0.1
18892025-03-04T02:10:04.474Z Compiling multer v3.1.0
18902025-03-04T02:10:04.669Z Compiling try-lock v0.2.5
18912025-03-04T02:10:04.847Z Compiling slog-async v2.8.0
18922025-03-04T02:10:04.850Z Compiling tinyvec_macros v0.1.1
18932025-03-04T02:10:04.966Z Compiling tinyvec v1.8.0
18942025-03-04T02:10:05.314Z Compiling want v0.3.1
18952025-03-04T02:10:06.387Z Compiling pkcs5 v0.7.1
18962025-03-04T02:10:07.148Z Compiling idna_adapter v1.2.0
18972025-03-04T02:10:07.460Z Compiling h2 v0.4.6
18982025-03-04T02:10:07.926Z Compiling rand_chacha v0.3.1
18992025-03-04T02:10:08.807Z Compiling heapless v0.7.17
19002025-03-04T02:10:09.445Z Compiling tower-service v0.3.3
19012025-03-04T02:10:09.794Z Compiling httpdate v1.0.3
19022025-03-04T02:10:10.210Z Compiling signal-hook v0.3.17
19032025-03-04T02:10:10.552Z Compiling adler2 v2.0.0
19042025-03-04T02:10:10.841Z Compiling miniz_oxide v0.8.5
19052025-03-04T02:10:12.674Z Compiling rand v0.8.5
19062025-03-04T02:10:14.216Z Compiling idna v1.0.3
19072025-03-04T02:10:14.508Z Compiling pkcs8 v0.10.2
19082025-03-04T02:10:15.349Z Compiling usdt-attr-macro v0.5.0
19092025-03-04T02:10:15.677Z Compiling hyper v1.6.0
19102025-03-04T02:10:15.713Z Compiling usdt-macro v0.5.0
19112025-03-04T02:10:16.976Z Compiling async-stream-impl v0.3.6
19122025-03-04T02:10:17.584Z Compiling base64 v0.22.1
19132025-03-04T02:10:18.641Z Compiling hyper-util v0.1.10
19142025-03-04T02:10:24.290Z Compiling curve25519-dalek v4.1.3
19152025-03-04T02:10:24.741Z Compiling openapiv3 v2.0.0
19162025-03-04T02:10:25.321Z Compiling enum-as-inner v0.6.1
19172025-03-04T02:10:26.338Z Compiling memoffset v0.9.1
19182025-03-04T02:10:26.451Z Compiling dropshot v0.12.0
19192025-03-04T02:10:26.475Z Compiling match_cfg v0.1.0
19202025-03-04T02:10:26.543Z Compiling smoltcp v0.9.1
19212025-03-04T02:10:26.583Z Compiling foreign-types-shared v0.1.1
19222025-03-04T02:10:27.028Z Compiling newtype-uuid v1.2.1
19232025-03-04T02:10:27.075Z Compiling portable-atomic v1.9.0
19242025-03-04T02:10:27.075Z Compiling num-bigint-dig v0.8.4
19252025-03-04T02:10:27.116Z Compiling foreign-types v0.3.2
19262025-03-04T02:10:27.255Z Compiling hostname v0.3.1
19272025-03-04T02:10:27.641Z Compiling rand_core v0.9.2
19282025-03-04T02:10:28.480Z Compiling url v2.5.3
19292025-03-04T02:10:30.058Z Compiling http-body-util v0.1.2
19302025-03-04T02:10:30.615Z Compiling dirs-sys-next v0.1.2
19312025-03-04T02:10:31.079Z Compiling encoding_rs v0.8.34
19322025-03-04T02:10:31.100Z Compiling mime v0.3.17
19332025-03-04T02:10:32.084Z Compiling heck v0.4.1
19342025-03-04T02:10:32.479Z Compiling data-encoding v2.6.0
19352025-03-04T02:10:33.863Z Compiling siphasher v0.3.11
19362025-03-04T02:10:34.251Z Compiling cfg_aliases v0.2.1
19372025-03-04T02:10:34.271Z Compiling gimli v0.31.1
19382025-03-04T02:10:34.375Z Compiling ident_case v1.0.1
19392025-03-04T02:10:34.579Z Compiling darling_core v0.20.10
19402025-03-04T02:10:39.850Z Compiling addr2line v0.24.2
19412025-03-04T02:10:40.770Z Compiling nix v0.29.0
19422025-03-04T02:10:42.231Z Compiling dirs-next v2.0.0
19432025-03-04T02:10:43.671Z Compiling rand_chacha v0.9.0
19442025-03-04T02:10:44.894Z Compiling unicode-normalization v0.1.24
19452025-03-04T02:10:45.975Z Compiling serde_urlencoded v0.7.1
19462025-03-04T02:10:46.532Z Compiling crossbeam-epoch v0.9.18
19472025-03-04T02:10:47.207Z Compiling rustls-pemfile v2.2.0
19482025-03-04T02:10:47.690Z Compiling hubpack_derive v0.1.1
19492025-03-04T02:10:48.446Z Compiling dropshot_endpoint v0.12.0
19502025-03-04T02:10:48.539Z Compiling sha1 v0.10.6
19512025-03-04T02:10:48.694Z Compiling signature v2.2.0
19522025-03-04T02:10:48.919Z Compiling zerocopy-derive v0.6.6
19532025-03-04T02:10:48.946Z Compiling curve25519-dalek-derive v0.1.1
19542025-03-04T02:10:50.294Z Compiling thread_local v1.1.8
19552025-03-04T02:10:50.594Z Compiling object v0.36.5
19562025-03-04T02:10:50.750Z Compiling fs-err v2.11.0
19572025-03-04T02:10:51.094Z Compiling ahash v0.8.11
19582025-03-04T02:10:52.110Z Compiling crc32fast v1.4.2
19592025-03-04T02:10:52.451Z Compiling unicode-properties v0.1.3
19602025-03-04T02:10:53.358Z Compiling utf8parse v0.2.2
19612025-03-04T02:10:54.721Z Compiling rustls-webpki v0.102.8
19622025-03-04T02:10:54.765Z Compiling openssl-probe v0.1.5
19632025-03-04T02:10:55.073Z Compiling anstyle v1.0.10
19642025-03-04T02:10:56.030Z Compiling winnow v0.7.3
19652025-03-04T02:10:56.334Z Compiling unicode-bidi v0.3.17
19662025-03-04T02:10:57.436Z Compiling rustc-demangle v0.1.24
19672025-03-04T02:10:57.991Z Compiling ipnet v2.11.0
19682025-03-04T02:10:58.314Z Compiling buf-list v1.0.3
19692025-03-04T02:10:58.882Z Compiling zip v2.1.3
19702025-03-04T02:10:59.241Z Compiling toml_edit v0.22.24
19712025-03-04T02:10:59.267Z Compiling backtrace v0.3.74
19722025-03-04T02:10:59.671Z Compiling stringprep v0.1.5
19732025-03-04T02:11:04.079Z Compiling anstyle-parse v0.2.5
19742025-03-04T02:11:04.620Z Compiling crossbeam-deque v0.8.5
19752025-03-04T02:11:05.521Z Compiling rand v0.9.0
19762025-03-04T02:11:06.797Z Compiling term v0.7.0
19772025-03-04T02:11:07.883Z Compiling darling_macro v0.20.10
19782025-03-04T02:11:08.129Z Compiling slog-json v2.6.1
19792025-03-04T02:11:08.755Z Compiling crossbeam-channel v0.5.13
19802025-03-04T02:11:09.420Z Compiling futures-executor v0.3.31
19812025-03-04T02:11:09.704Z Compiling num-integer v0.1.46
19822025-03-04T02:11:09.848Z Compiling md-5 v0.10.6
19832025-03-04T02:11:09.866Z Compiling hash32 v0.2.1
19842025-03-04T02:11:10.107Z Compiling ff v0.13.0
19852025-03-04T02:11:10.231Z Compiling is-terminal v0.4.13
19862025-03-04T02:11:10.331Z Compiling memmap v0.7.0
19872025-03-04T02:11:10.377Z Compiling linked-hash-map v0.5.6
19882025-03-04T02:11:10.394Z Compiling is_terminal_polyfill v1.70.1
19892025-03-04T02:11:10.540Z Compiling psl-types v2.0.11
19902025-03-04T02:11:10.616Z Compiling colorchoice v1.0.2
19912025-03-04T02:11:10.766Z Compiling anstyle-query v1.1.1
19922025-03-04T02:11:10.796Z Compiling base16ct v0.2.0
19932025-03-04T02:11:10.944Z Compiling take_mut v0.2.2
19942025-03-04T02:11:11.098Z Compiling utf-8 v0.7.6
19952025-03-04T02:11:11.119Z Compiling fallible-iterator v0.2.0
19962025-03-04T02:11:11.415Z Compiling quick-error v1.2.3
19972025-03-04T02:11:11.583Z Compiling resolv-conf v0.7.0
19982025-03-04T02:11:11.716Z Compiling tungstenite v0.24.0
19992025-03-04T02:11:11.806Z Compiling postgres-protocol v0.6.8
20002025-03-04T02:11:12.125Z Compiling sec1 v0.7.3
20012025-03-04T02:11:12.191Z Compiling anstream v0.6.15
20022025-03-04T02:11:12.659Z Compiling publicsuffix v2.3.0
20032025-03-04T02:11:12.761Z Compiling lru-cache v0.1.2
20042025-03-04T02:11:12.905Z Compiling usdt v0.5.0
20052025-03-04T02:11:12.970Z Compiling slog-term v2.9.1
20062025-03-04T02:11:12.991Z Compiling group v0.13.0
20072025-03-04T02:11:13.122Z Compiling num-iter v0.1.45
20082025-03-04T02:11:13.336Z Compiling futures v0.3.31
20092025-03-04T02:11:14.760Z Compiling darling v0.20.10
20102025-03-04T02:11:14.896Z Compiling slog-bunyan v2.5.0
20112025-03-04T02:11:15.114Z Compiling tokio-rustls v0.26.0
20122025-03-04T02:11:15.562Z Compiling tokio-rustls v0.25.0
20132025-03-04T02:11:15.588Z Compiling bzip2 v0.4.4
20142025-03-04T02:11:15.690Z Compiling toml v0.8.20
20152025-03-04T02:11:15.952Z Compiling tokio-native-tls v0.3.1
20162025-03-04T02:11:16.038Z Compiling hickory-proto v0.24.4
20172025-03-04T02:11:16.225Z Compiling flate2 v1.1.0
20182025-03-04T02:11:16.275Z Compiling phf_shared v0.11.2
20192025-03-04T02:11:16.636Z Compiling strum_macros v0.25.3
20202025-03-04T02:11:17.420Z Compiling async-stream v0.3.6
20212025-03-04T02:11:17.439Z Compiling waitgroup v0.1.2
20222025-03-04T02:11:17.663Z Compiling webpki-roots v0.26.6
20232025-03-04T02:11:17.927Z Compiling hkdf v0.12.4
20242025-03-04T02:11:17.965Z Compiling terminal_size v0.4.0
20252025-03-04T02:11:18.170Z Compiling serde_path_to_error v0.1.16
20262025-03-04T02:11:18.208Z Compiling sync_wrapper v1.0.1
20272025-03-04T02:11:18.570Z Compiling crypto-bigint v0.5.5
20282025-03-04T02:11:18.763Z Compiling clap_derive v4.5.28
20292025-03-04T02:11:18.924Z Compiling derive-where v1.2.7
20302025-03-04T02:11:19.273Z Compiling serde_repr v0.1.19
20312025-03-04T02:11:19.893Z Compiling regress v0.10.3
20322025-03-04T02:11:20.182Z Compiling hostname v0.4.0
20332025-03-04T02:11:20.389Z Compiling bitflags v1.3.2
20342025-03-04T02:11:20.434Z Compiling unicode-width v0.2.0
20352025-03-04T02:11:20.496Z Compiling lockfree-object-pool v0.1.6
20362025-03-04T02:11:20.769Z Compiling debug-ignore v1.0.5
20372025-03-04T02:11:21.073Z Compiling managed v0.8.0
20382025-03-04T02:11:21.749Z Compiling clap_lex v0.7.4
20392025-03-04T02:11:21.768Z Compiling simd-adler32 v0.3.7
20402025-03-04T02:11:21.906Z Compiling tower-layer v0.3.3
20412025-03-04T02:11:22.182Z Compiling bumpalo v3.16.0
20422025-03-04T02:11:22.266Z Compiling tower v0.5.2
20432025-03-04T02:11:22.608Z Compiling zopfli v0.8.1
20442025-03-04T02:11:22.784Z Compiling clap_builder v4.5.31
20452025-03-04T02:11:23.500Z Compiling typify-impl v0.2.0
20462025-03-04T02:11:23.794Z Compiling elliptic-curve v0.13.8
20472025-03-04T02:11:24.192Z Compiling hickory-resolver v0.24.4
20482025-03-04T02:11:24.537Z Compiling console v0.15.10
20492025-03-04T02:11:27.763Z Compiling hyper-rustls v0.27.3
20502025-03-04T02:11:28.895Z Compiling phf v0.11.2
20512025-03-04T02:11:29.256Z Compiling hyper-tls v0.6.0
20522025-03-04T02:11:30.025Z Compiling signal-hook-mio v0.2.4
20532025-03-04T02:11:30.062Z Compiling rayon v1.10.0
20542025-03-04T02:11:30.206Z Compiling cookie_store v0.21.1
20552025-03-04T02:11:31.014Z Compiling tokio-tungstenite v0.24.0
20562025-03-04T02:11:31.698Z Compiling postgres-types v0.2.9
20572025-03-04T02:11:31.891Z Compiling zerocopy v0.6.6
20582025-03-04T02:11:32.009Z Compiling ed25519 v2.2.3
20592025-03-04T02:11:32.448Z Compiling hubpack v0.1.2
20602025-03-04T02:11:32.876Z Compiling phf_shared v0.10.0
20612025-03-04T02:11:32.938Z Compiling pkcs1 v0.7.5
20622025-03-04T02:11:33.258Z Compiling tokio-stream v0.1.17
20632025-03-04T02:11:34.253Z Compiling ipnetwork v0.21.1
20642025-03-04T02:11:34.276Z Compiling rfc6979 v0.4.0
20652025-03-04T02:11:34.358Z Compiling serde-big-array v0.5.1
20662025-03-04T02:11:34.484Z Compiling float-cmp v0.10.0
20672025-03-04T02:11:34.606Z Compiling bstr v1.10.0
20682025-03-04T02:11:35.755Z Compiling fixedbitset v0.4.2
20692025-03-04T02:11:36.026Z Compiling new_debug_unreachable v1.0.6
20702025-03-04T02:11:36.141Z Compiling whoami v1.5.2
20712025-03-04T02:11:36.164Z Compiling precomputed-hash v0.1.1
20722025-03-04T02:11:36.300Z Compiling static_assertions v1.1.0
20732025-03-04T02:11:36.433Z Compiling normalize-line-endings v0.3.0
20742025-03-04T02:11:36.708Z Compiling predicates-core v1.0.8
20752025-03-04T02:11:36.769Z Compiling difflib v0.4.0
20762025-03-04T02:11:37.382Z Compiling unicode-segmentation v1.12.0
20772025-03-04T02:11:37.479Z Compiling number_prefix v0.4.0
20782025-03-04T02:11:37.722Z Compiling indicatif v0.17.11
20792025-03-04T02:11:37.836Z Compiling predicates v3.1.3
20802025-03-04T02:11:38.184Z Compiling similar v2.7.0
20812025-03-04T02:11:38.229Z Compiling tokio-postgres v0.7.13
20822025-03-04T02:11:39.177Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20832025-03-04T02:11:39.473Z Compiling string_cache v0.8.7
20842025-03-04T02:11:39.878Z Compiling petgraph v0.6.5
20852025-03-04T02:11:39.940Z Compiling ecdsa v0.16.9
20862025-03-04T02:11:40.221Z Compiling qorb v0.2.1
20872025-03-04T02:11:41.164Z Compiling rsa v0.9.6
20882025-03-04T02:11:42.630Z Compiling typify-macro v0.2.0
20892025-03-04T02:11:43.823Z Compiling ed25519-dalek v2.1.1
20902025-03-04T02:11:44.384Z Compiling reqwest v0.12.12
20912025-03-04T02:11:45.723Z Compiling crossterm v0.28.1
20922025-03-04T02:11:45.883Z Compiling clap v4.5.31
20932025-03-04T02:11:46.017Z Compiling zip v0.6.6
20942025-03-04T02:11:46.862Z Compiling toml v0.7.8
20952025-03-04T02:11:47.169Z Compiling x509-cert v0.2.5
20962025-03-04T02:11:48.200Z Compiling hex v0.4.3
20972025-03-04T02:11:48.778Z Compiling itertools v0.10.5
20982025-03-04T02:11:49.409Z Compiling peg-runtime v0.8.5
20992025-03-04T02:11:51.192Z Compiling unicode-xid v0.2.6
21002025-03-04T02:11:51.294Z Compiling lalrpop-util v0.19.12
21012025-03-04T02:11:54.506Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21022025-03-04T02:11:58.375Z Compiling proc-macro-crate v1.3.1
21032025-03-04T02:11:58.994Z Compiling macaddr v1.0.1
21042025-03-04T02:11:59.434Z Compiling itertools v0.13.0
21052025-03-04T02:12:00.701Z Compiling fastrand v2.1.1
21062025-03-04T02:12:02.178Z Compiling heapless v0.8.0
21072025-03-04T02:12:02.338Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21082025-03-04T02:12:05.465Z Compiling tempfile v3.13.0
21092025-03-04T02:12:07.385Z Compiling num_enum_derive v0.5.11
21102025-03-04T02:12:12.247Z Compiling structmeta-derive v0.3.0
21112025-03-04T02:12:13.801Z Compiling hash32 v0.3.1
21122025-03-04T02:12:14.159Z Compiling smoltcp v0.11.0
21132025-03-04T02:12:14.923Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21142025-03-04T02:12:15.398Z Compiling thiserror v2.0.11
21152025-03-04T02:12:19.731Z Compiling structmeta v0.3.0
21162025-03-04T02:12:21.124Z Compiling num_enum v0.5.11
21172025-03-04T02:12:21.336Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21182025-03-04T02:12:21.984Z Compiling typify v0.2.0
21192025-03-04T02:12:22.255Z Compiling oxnet v0.1.1
21202025-03-04T02:12:23.633Z Compiling strum_macros v0.26.4
21212025-03-04T02:12:24.280Z Compiling thiserror-impl v2.0.11
21222025-03-04T02:12:25.960Z Compiling proc-macro-error-attr v1.0.4
21232025-03-04T02:12:26.962Z Compiling cobs v0.2.3
21242025-03-04T02:12:27.423Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21252025-03-04T02:12:27.775Z Compiling unsafe-libyaml v0.2.11
21262025-03-04T02:12:29.367Z Compiling serde_yaml v0.9.34+deprecated
21272025-03-04T02:12:29.569Z Compiling strum v0.26.3
21282025-03-04T02:12:29.791Z Compiling postcard v1.0.10
21292025-03-04T02:12:40.100Z Compiling progenitor-impl v0.8.0
21302025-03-04T02:12:41.354Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21312025-03-04T02:12:53.936Z Compiling foreign-types-macros v0.2.3
21322025-03-04T02:12:54.091Z Compiling wait-timeout v0.2.0
21332025-03-04T02:12:54.145Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21342025-03-04T02:12:54.512Z Compiling proc-macro-error v1.0.4
21352025-03-04T02:12:54.553Z Compiling unicode-width v0.1.14
21362025-03-04T02:12:55.169Z Compiling foreign-types-shared v0.3.1
21372025-03-04T02:12:55.404Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21382025-03-04T02:12:55.741Z Compiling bit-vec v0.8.0
21392025-03-04T02:12:56.351Z Compiling bit-set v0.8.0
21402025-03-04T02:12:57.616Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21412025-03-04T02:13:00.777Z Compiling foreign-types v0.5.0
21422025-03-04T02:13:01.951Z Compiling tabwriter v1.4.0
21432025-03-04T02:13:02.739Z Compiling rusty-fork v0.3.0
21442025-03-04T02:13:07.516Z Compiling progenitor-macro v0.8.0
21452025-03-04T02:13:11.099Z Compiling parse-display-derive v0.10.0
21462025-03-04T02:13:13.353Z Compiling progenitor-client v0.8.0
21472025-03-04T02:13:15.214Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21482025-03-04T02:13:15.676Z Compiling daft-derive v0.1.1
21492025-03-04T02:13:16.028Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21502025-03-04T02:13:16.891Z Compiling rand_xorshift v0.3.0
21512025-03-04T02:13:17.130Z Compiling cstr-argument v0.1.2
21522025-03-04T02:13:17.210Z Compiling dropshot v0.16.0
21532025-03-04T02:13:17.402Z Compiling unarray v0.1.4
21542025-03-04T02:13:17.573Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21552025-03-04T02:13:17.640Z Compiling pretty-hex v0.2.1
21562025-03-04T02:13:17.896Z Compiling crucible-workspace-hack v0.1.0
21572025-03-04T02:13:17.947Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21582025-03-04T02:13:18.258Z Compiling progenitor v0.8.0
21592025-03-04T02:13:18.277Z Compiling proptest v1.6.0
21602025-03-04T02:13:18.435Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21612025-03-04T02:13:18.498Z Compiling daft v0.1.1
21622025-03-04T02:13:18.964Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21632025-03-04T02:13:19.205Z Compiling parse-display v0.10.0
21642025-03-04T02:13:19.374Z Compiling test-strategy v0.4.0
21652025-03-04T02:13:19.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21662025-03-04T02:13:20.132Z Compiling colored v2.2.0
21672025-03-04T02:13:21.153Z Compiling serde_with_macros v3.12.0
21682025-03-04T02:13:21.504Z Compiling dropshot_endpoint v0.16.0
21692025-03-04T02:13:21.569Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702025-03-04T02:13:22.370Z Compiling instant v0.1.13
21712025-03-04T02:13:22.465Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21722025-03-04T02:13:22.523Z Compiling winnow v0.6.20
21732025-03-04T02:13:22.866Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21742025-03-04T02:13:23.488Z Compiling serde_with v3.12.0
21752025-03-04T02:13:25.769Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21762025-03-04T02:13:25.805Z Compiling backoff v0.4.0
21772025-03-04T02:13:26.766Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782025-03-04T02:13:26.961Z Compiling zone_cfg_derive v0.3.0
21792025-03-04T02:13:27.026Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21802025-03-04T02:13:27.714Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21812025-03-04T02:13:27.755Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21822025-03-04T02:13:28.344Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21832025-03-04T02:13:28.476Z Compiling camino-tempfile v1.1.1
21842025-03-04T02:13:28.772Z Compiling progenitor-client v0.9.1
21852025-03-04T02:13:29.252Z Compiling num-derive v0.4.2
21862025-03-04T02:13:29.768Z Compiling sigpipe v0.1.3
21872025-03-04T02:13:29.932Z Compiling libefi-sys v0.1.0
21882025-03-04T02:13:30.274Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21892025-03-04T02:13:30.683Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21902025-03-04T02:13:31.428Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21912025-03-04T02:13:32.940Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21922025-03-04T02:13:33.500Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21932025-03-04T02:13:33.767Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21942025-03-04T02:13:33.829Z Compiling zone v0.3.0
21952025-03-04T02:13:35.647Z Compiling itertools v0.14.0
21962025-03-04T02:13:37.213Z Compiling smf v0.2.3
21972025-03-04T02:13:37.749Z Compiling bitfield-struct v0.6.2
21982025-03-04T02:13:37.920Z Compiling blake3 v1.5.4
21992025-03-04T02:13:38.556Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22002025-03-04T02:13:39.074Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22012025-03-04T02:13:39.665Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22022025-03-04T02:13:39.748Z Compiling xattr v1.3.1
22032025-03-04T02:13:39.795Z Compiling filetime v0.2.25
22042025-03-04T02:13:39.827Z Compiling memmap2 v0.9.5
22052025-03-04T02:13:40.075Z Compiling arrayvec v0.7.6
22062025-03-04T02:13:40.176Z Compiling arrayref v0.3.9
22072025-03-04T02:13:40.310Z Compiling same-file v1.0.6
22082025-03-04T02:13:40.406Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22092025-03-04T02:13:40.552Z Compiling constant_time_eq v0.3.1
22102025-03-04T02:13:40.573Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22112025-03-04T02:13:40.592Z Compiling walkdir v2.5.0
22122025-03-04T02:13:40.790Z Compiling tar v0.4.44
22132025-03-04T02:13:42.163Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22142025-03-04T02:13:42.612Z Compiling gethostname v0.5.0
22152025-03-04T02:13:42.840Z Compiling cargo-platform v0.1.8
22162025-03-04T02:13:43.202Z Compiling topological-sort v0.2.2
22172025-03-04T02:13:43.238Z Compiling fixedbitset v0.5.7
22182025-03-04T02:13:43.499Z Compiling omicron-zone-package v0.12.0
22192025-03-04T02:13:43.926Z Compiling petgraph v0.7.1
22202025-03-04T02:13:44.394Z Compiling cargo_metadata v0.19.2
22212025-03-04T02:13:44.618Z Compiling indent_write v2.2.0
22222025-03-04T02:13:44.885Z Compiling shell-words v1.1.0
22232025-03-04T02:13:53.032Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22242025-03-04T02:13:55.332Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22252025-03-04T02:13:58.720Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22262025-03-04T02:14:13.331Z Finished `release` profile [optimized] target(s) in 5m 16s
22272025-03-04T02:14:13.505Z Running `target/release/omicron-package -t test target create -p dev`
22282025-03-04T02:14:13.556ZLogging to: /work/oxidecomputer/omicron/out/LOG
22292025-03-04T02:14:13.559ZCreated new build target 'test' and set it as active
22302025-03-04T02:14:13.559Z
22312025-03-04T02:14:13.559Zreal 5:17.230457421
22322025-03-04T02:14:13.559Zuser 36:46.984467306
22332025-03-04T02:14:13.559Zsys 3:32.660487763
22342025-03-04T02:14:13.559Ztrap 1.151568129
22352025-03-04T02:14:13.559Ztflt 1.666950045
22362025-03-04T02:14:13.559Zdflt 0.907429579
22372025-03-04T02:14:13.559Zkflt 0.000139373
22382025-03-04T02:14:13.559Zlock 1:12:23.030468404
22392025-03-04T02:14:13.559Zslp 2:27:56.069763369
22402025-03-04T02:14:13.559Zlat 2:47.286212713
22412025-03-04T02:14:13.559Zstop 5:04.306930645
22422025-03-04T02:14:13.559Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22432025-03-04T02:14:14.561Z Finished `release` profile [optimized] target(s) in 0.99s
22442025-03-04T02:14:14.636Z Running `target/release/omicron-package -t test package`
22452025-03-04T02:14:14.683ZLogging to: /work/oxidecomputer/omicron/out/LOG
22462025-03-04T02:14:15.837Z Compiling ring v0.17.11
22472025-03-04T02:14:16.019Z Compiling thiserror v2.0.11
22482025-03-04T02:14:16.038Z Compiling typify-impl v0.3.0
22492025-03-04T02:14:16.052Z Compiling convert_case v0.4.0
22502025-03-04T02:14:16.055Z Compiling fastrand v2.1.1
22512025-03-04T02:14:16.055Z Compiling newline-converter v0.3.0
22522025-03-04T02:14:16.055Z Compiling password-hash v0.5.0
22532025-03-04T02:14:16.271Z Compiling expectorate v1.1.0
22542025-03-04T02:14:16.508Z Compiling tempfile v3.13.0
22552025-03-04T02:14:16.551Z Compiling blake2 v0.10.6
22562025-03-04T02:14:16.651Z Compiling derive_more v0.99.19
22572025-03-04T02:14:17.192Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22582025-03-04T02:14:17.659Z Compiling base64 v0.21.7
22592025-03-04T02:14:18.164Z Compiling argon2 v0.5.3
22602025-03-04T02:14:18.186Z Compiling atomicwrites v0.4.4
22612025-03-04T02:14:18.727Z Compiling owo-colors v4.2.0
22622025-03-04T02:14:18.793Z Compiling cancel-safe-futures v0.1.5
22632025-03-04T02:14:19.213Z Compiling num-rational v0.4.2
22642025-03-04T02:14:19.371Z Compiling libsw-core v0.3.1
22652025-03-04T02:14:19.598Z Compiling num-complex v0.4.6
22662025-03-04T02:14:20.377Z Compiling libsw v3.4.0
22672025-03-04T02:14:20.658Z Compiling num v0.4.3
22682025-03-04T02:14:21.452Z Compiling rustls v0.23.19
22692025-03-04T02:14:21.474Z Compiling rustls v0.22.4
22702025-03-04T02:14:21.501Z Compiling linear-map v1.2.0
22712025-03-04T02:14:21.518Z Compiling float-ord v0.3.2
22722025-03-04T02:14:21.692Z Compiling swrite v0.1.0
22732025-03-04T02:14:21.843Z Compiling highway v1.3.0
22742025-03-04T02:14:21.895Z Compiling tungstenite v0.21.0
22752025-03-04T02:14:22.073Z Compiling semver v0.1.20
22762025-03-04T02:14:22.601Z Compiling rustc_version v0.1.7
22772025-03-04T02:14:22.970Z Compiling newtype_derive v0.1.6
22782025-03-04T02:14:23.107Z Compiling tokio-tungstenite v0.21.0
22792025-03-04T02:14:23.314Z Compiling rustls-webpki v0.102.8
22802025-03-04T02:14:23.452Z Compiling ipnetwork v0.21.1
22812025-03-04T02:14:23.692Z Compiling wait-timeout v0.2.0
22822025-03-04T02:14:24.463Z Compiling bit-vec v0.8.0
22832025-03-04T02:14:24.491Z Compiling rusty-fork v0.3.0
22842025-03-04T02:14:24.741Z Compiling bit-set v0.8.0
22852025-03-04T02:14:24.899Z Compiling oxnet v0.1.1
22862025-03-04T02:14:25.124Z Compiling rand_xorshift v0.3.0
22872025-03-04T02:14:25.398Z Compiling humantime v2.1.0
22882025-03-04T02:14:25.515Z Compiling unarray v0.1.4
22892025-03-04T02:14:25.708Z Compiling proptest v1.6.0
22902025-03-04T02:14:25.963Z Compiling typify-macro v0.3.0
22912025-03-04T02:14:26.224Z Compiling daft v0.1.1
22922025-03-04T02:14:26.803Z Compiling parse-display v0.10.0
22932025-03-04T02:14:26.968Z Compiling dropshot v0.16.0
22942025-03-04T02:14:27.049Z Compiling strum v0.26.3
22952025-03-04T02:14:27.259Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22962025-03-04T02:14:27.282Z Compiling instant v0.1.13
22972025-03-04T02:14:27.443Z Compiling backoff v0.4.0
22982025-03-04T02:14:27.465Z Compiling steno v0.4.1
22992025-03-04T02:14:27.758Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23002025-03-04T02:14:28.206Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23012025-03-04T02:14:29.046Z Compiling tokio-rustls v0.25.0
23022025-03-04T02:14:29.508Z Compiling dropshot v0.12.0
23032025-03-04T02:14:31.895Z Compiling tokio-rustls v0.26.0
23042025-03-04T02:14:32.371Z Compiling hyper-rustls v0.27.3
23052025-03-04T02:14:32.949Z Compiling reqwest v0.12.12
23062025-03-04T02:14:35.937Z Compiling qorb v0.2.1
23072025-03-04T02:14:36.967Z Compiling typify v0.3.0
23082025-03-04T02:14:37.134Z Compiling progenitor-impl v0.9.1
23092025-03-04T02:14:41.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102025-03-04T02:14:42.966Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112025-03-04T02:14:48.384Z Compiling progenitor-client v0.9.1
23122025-03-04T02:15:05.663Z Compiling progenitor-client v0.8.0
23132025-03-04T02:15:06.599Z Compiling progenitor v0.8.0
23142025-03-04T02:15:06.833Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23152025-03-04T02:15:12.407Z Compiling progenitor-macro v0.9.1
23162025-03-04T02:15:13.956Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172025-03-04T02:15:15.292Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23182025-03-04T02:15:17.936Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23192025-03-04T02:15:18.203Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23202025-03-04T02:15:18.841Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23212025-03-04T02:15:20.435Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23222025-03-04T02:15:21.088Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23232025-03-04T02:15:21.289Z Compiling serde_with v3.12.0
23242025-03-04T02:15:22.727Z Compiling progenitor v0.9.1
23252025-03-04T02:15:22.974Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23262025-03-04T02:15:24.952Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23272025-03-04T02:15:25.926Z Compiling macaddr v1.0.1
23282025-03-04T02:15:26.134Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23292025-03-04T02:15:26.155Z Compiling slog-dtrace v0.3.0
23302025-03-04T02:15:26.516Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312025-03-04T02:15:26.568Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23322025-03-04T02:15:26.742Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23332025-03-04T02:15:27.462Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23342025-03-04T02:15:35.826Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23352025-03-04T02:15:36.338Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23362025-03-04T02:15:38.182Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23372025-03-04T02:15:40.618Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23382025-03-04T02:15:45.289Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23392025-03-04T02:15:46.350Z Compiling prettyplease v0.2.29
23402025-03-04T02:15:49.816Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23412025-03-04T02:15:51.638Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23422025-03-04T02:15:51.801Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23432025-03-04T02:15:52.687Z Compiling half v2.4.1
23442025-03-04T02:15:52.771Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23452025-03-04T02:15:53.417Z Compiling ciborium-io v0.2.2
23462025-03-04T02:15:53.583Z Compiling ciborium-ll v0.2.2
23472025-03-04T02:15:54.124Z Compiling bytecount v0.6.8
23482025-03-04T02:15:54.454Z Compiling ciborium v0.2.2
23492025-03-04T02:15:56.392Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23502025-03-04T02:15:56.845Z Compiling display-error-chain v0.2.2
23512025-03-04T02:15:57.103Z Compiling const_format_proc_macros v0.2.34
23522025-03-04T02:15:57.539Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23532025-03-04T02:15:57.954Z Compiling maplit v1.0.2
23542025-03-04T02:15:58.110Z Compiling keccak v0.1.5
23552025-03-04T02:15:58.855Z Compiling crunchy v0.2.2
23562025-03-04T02:15:59.497Z Compiling same-file v1.0.6
23572025-03-04T02:15:59.518Z Compiling const_format v0.2.34
23582025-03-04T02:15:59.542Z Compiling walkdir v2.5.0
23592025-03-04T02:16:00.153Z Compiling sha3 v0.10.8
23602025-03-04T02:16:00.768Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23612025-03-04T02:16:01.010Z Compiling tiny-keccak v2.0.2
23622025-03-04T02:16:01.332Z Compiling radium v0.7.0
23632025-03-04T02:16:01.899Z Compiling blake3 v1.5.4
23642025-03-04T02:16:02.306Z Compiling dsl_auto_type v0.1.2
23652025-03-04T02:16:02.580Z Compiling scheduled-thread-pool v0.2.7
23662025-03-04T02:16:02.904Z Compiling xattr v1.3.1
23672025-03-04T02:16:03.203Z Compiling diesel_table_macro_syntax v0.2.0
23682025-03-04T02:16:03.556Z Compiling memmap2 v0.9.5
23692025-03-04T02:16:03.584Z Compiling filetime v0.2.25
23702025-03-04T02:16:03.890Z Compiling tap v1.0.1
23712025-03-04T02:16:03.954Z Compiling constant_time_eq v0.3.1
23722025-03-04T02:16:03.971Z Compiling maybe-uninit v2.0.0
23732025-03-04T02:16:04.120Z Compiling arrayref v0.3.9
23742025-03-04T02:16:04.124Z Compiling arrayvec v0.7.6
23752025-03-04T02:16:04.251Z Compiling bit-vec v0.6.3
23762025-03-04T02:16:04.562Z Compiling wyz v0.5.1
23772025-03-04T02:16:04.565Z Compiling tar v0.4.44
23782025-03-04T02:16:04.670Z Compiling bit-set v0.5.3
23792025-03-04T02:16:04.960Z Compiling diesel_derives v2.2.3
23802025-03-04T02:16:05.018Z Compiling r2d2 v0.8.10
23812025-03-04T02:16:05.929Z Compiling toolchain_find v0.4.0
23822025-03-04T02:16:06.044Z Compiling camino-tempfile v1.1.1
23832025-03-04T02:16:06.414Z Compiling phf_generator v0.11.2
23842025-03-04T02:16:06.440Z Compiling ascii-canvas v3.0.0
23852025-03-04T02:16:06.488Z Compiling secrecy v0.8.0
23862025-03-04T02:16:06.631Z Compiling async-recursion v1.1.1
23872025-03-04T02:16:06.780Z Compiling ena v0.14.3
23882025-03-04T02:16:06.872Z Compiling funty v2.0.0
23892025-03-04T02:16:07.205Z Compiling crc-catalog v2.4.0
23902025-03-04T02:16:07.325Z Compiling diff v0.1.13
23912025-03-04T02:16:07.392Z Compiling topological-sort v0.2.2
23922025-03-04T02:16:07.648Z Compiling regex-syntax v0.6.29
23932025-03-04T02:16:07.828Z Compiling bindgen v0.71.1
23942025-03-04T02:16:07.978Z Compiling packed_struct v0.10.1
23952025-03-04T02:16:08.318Z Compiling bitvec v1.0.1
23962025-03-04T02:16:08.394Z Compiling omicron-zone-package v0.12.0
23972025-03-04T02:16:08.482Z Compiling crc v3.2.1
23982025-03-04T02:16:09.605Z Compiling phf_codegen v0.11.2
23992025-03-04T02:16:09.852Z Compiling rustfmt-wrapper v0.2.1
24002025-03-04T02:16:10.544Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24012025-03-04T02:16:10.796Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24022025-03-04T02:16:11.041Z Compiling lalrpop v0.19.12
24032025-03-04T02:16:11.594Z Compiling universal-hash v0.5.1
24042025-03-04T02:16:11.855Z Compiling thiserror-impl-no-std v2.0.2
24052025-03-04T02:16:12.432Z Compiling packed_struct_codegen v0.10.1
24062025-03-04T02:16:12.662Z Compiling parse-zoneinfo v0.3.1
24072025-03-04T02:16:13.197Z Compiling indexmap v1.9.3
24082025-03-04T02:16:13.563Z Compiling ref-cast v1.0.23
24092025-03-04T02:16:14.048Z Compiling opaque-debug v0.3.1
24102025-03-04T02:16:14.070Z Compiling rustc-hash v2.1.1
24112025-03-04T02:16:14.175Z Compiling nodrop v0.1.14
24122025-03-04T02:16:14.195Z Compiling thiserror-no-std v2.0.2
24132025-03-04T02:16:14.335Z Compiling array-init v0.0.4
24142025-03-04T02:16:14.338Z Compiling poly1305 v0.8.0
24152025-03-04T02:16:15.148Z Compiling diesel v2.2.7
24162025-03-04T02:16:15.475Z Compiling chrono-tz-build v0.4.0
24172025-03-04T02:16:15.818Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24182025-03-04T02:16:16.460Z Compiling smallvec v0.6.14
24192025-03-04T02:16:16.915Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24202025-03-04T02:16:17.278Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24212025-03-04T02:16:17.635Z Compiling itertools v0.13.0
24222025-03-04T02:16:18.776Z Compiling derive_builder_core v0.20.2
24232025-03-04T02:16:20.707Z Compiling chacha20 v0.9.1
24242025-03-04T02:16:21.177Z Compiling headers-core v0.3.0
24252025-03-04T02:16:21.187Z Compiling aead v0.5.2
24262025-03-04T02:16:21.372Z Compiling libxml v0.3.3
24272025-03-04T02:16:21.533Z Compiling ref-cast-impl v1.0.23
24282025-03-04T02:16:21.755Z Compiling vte_generate_state_changes v0.1.2
24292025-03-04T02:16:22.404Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24302025-03-04T02:16:22.565Z Compiling arc-swap v1.7.1
24312025-03-04T02:16:22.752Z Compiling hashbrown v0.12.3
24322025-03-04T02:16:23.200Z Compiling termcolor v1.4.1
24332025-03-04T02:16:23.983Z Compiling bitfield v0.14.0
24342025-03-04T02:16:24.358Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24352025-03-04T02:16:25.198Z Compiling env_logger v0.10.2
24362025-03-04T02:16:26.624Z Compiling samael v0.0.18
24372025-03-04T02:16:26.762Z Compiling slog-scope v4.4.0
24382025-03-04T02:16:27.770Z Compiling vte v0.11.1
24392025-03-04T02:16:28.253Z Compiling chacha20poly1305 v0.10.1
24402025-03-04T02:16:28.333Z Compiling headers v0.4.0
24412025-03-04T02:16:28.507Z Compiling derive_builder_macro v0.20.2
24422025-03-04T02:16:29.428Z Compiling serde-hex v0.1.0
24432025-03-04T02:16:29.431Z Compiling chrono-tz v0.10.1
24442025-03-04T02:16:30.113Z Compiling vsss-rs v3.3.4
24452025-03-04T02:16:31.856Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24462025-03-04T02:16:32.588Z Compiling polar-core v0.27.3
24472025-03-04T02:16:34.277Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24482025-03-04T02:16:34.343Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24492025-03-04T02:16:34.624Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24502025-03-04T02:16:34.732Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24512025-03-04T02:16:35.080Z Compiling ron v0.8.1
24522025-03-04T02:16:37.428Z Compiling hashbrown v0.13.2
24532025-03-04T02:16:38.683Z Compiling strum_macros v0.24.3
24542025-03-04T02:16:38.950Z Compiling unicase v2.7.0
24552025-03-04T02:16:39.304Z Compiling crc-any v2.5.0
24562025-03-04T02:16:40.256Z Compiling indoc v1.0.9
24572025-03-04T02:16:40.676Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24582025-03-04T02:16:41.097Z Compiling object v0.30.4
24592025-03-04T02:16:41.547Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24602025-03-04T02:16:55.073Z Compiling derive_builder v0.20.2
24612025-03-04T02:16:55.287Z Compiling strip-ansi-escapes v0.2.0
24622025-03-04T02:16:58.899Z Compiling slog-stdlog v4.1.1
24632025-03-04T02:16:59.696Z Compiling papergrid v0.11.0
24642025-03-04T02:17:00.647Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24652025-03-04T02:17:00.991Z Compiling tabled_derive v0.7.0
24662025-03-04T02:17:01.220Z Compiling fd-lock v4.0.2
24672025-03-04T02:17:01.480Z Compiling peg-macros v0.8.5
24682025-03-04T02:17:03.012Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24692025-03-04T02:17:03.987Z Compiling oso-derive v0.27.3
24702025-03-04T02:17:04.705Z Compiling impl-trait-for-tuples v0.2.2
24712025-03-04T02:17:04.961Z Compiling quick-xml v0.37.2
24722025-03-04T02:17:10.487Z Compiling diesel-dtrace v0.4.2
24732025-03-04T02:17:10.853Z Compiling path-slash v0.1.5
24742025-03-04T02:17:11.039Z Compiling nu-ansi-term v0.50.1
24752025-03-04T02:17:11.854Z Compiling reedline v0.38.0
24762025-03-04T02:17:12.302Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24772025-03-04T02:17:13.242Z Compiling oso v0.27.3
24782025-03-04T02:17:25.529Z Compiling peg v0.8.5
24792025-03-04T02:17:25.704Z Compiling tabled v0.15.0
24802025-03-04T02:17:27.427Z Compiling slog-envlogger v2.2.0
24812025-03-04T02:17:29.968Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24822025-03-04T02:17:32.452Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24832025-03-04T02:17:33.914Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24842025-03-04T02:17:34.508Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24852025-03-04T02:17:35.729Z Compiling pem v3.0.5
24862025-03-04T02:17:37.203Z Compiling bb8 v0.8.5
24872025-03-04T02:17:37.820Z Compiling bcs v0.1.6
24882025-03-04T02:17:38.664Z Compiling fxhash v0.2.1
24892025-03-04T02:17:38.930Z Compiling libz-sys v1.1.20
24902025-03-04T02:17:39.619Z Compiling termtree v0.5.1
24912025-03-04T02:17:40.075Z Compiling async-bb8-diesel v0.2.1
24922025-03-04T02:17:41.544Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24932025-03-04T02:17:42.867Z Compiling kstat-rs v0.2.4
24942025-03-04T02:17:43.783Z Compiling proc-macro-error-attr2 v2.0.0
24952025-03-04T02:17:44.575Z Compiling proc-macro-error2 v2.0.1
24962025-03-04T02:17:44.612Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24972025-03-04T02:17:45.154Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24982025-03-04T02:17:45.445Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24992025-03-04T02:17:45.921Z Compiling nanorand v0.7.0
25002025-03-04T02:17:46.588Z Compiling libgit2-sys v0.17.0+1.8.1
25012025-03-04T02:17:47.359Z Compiling pin-project-internal v1.1.6
25022025-03-04T02:17:49.872Z Compiling parking_lot_core v0.8.6
25032025-03-04T02:17:50.370Z Compiling pin-project v1.1.6
25042025-03-04T02:17:58.523Z Compiling flume v0.11.1
25052025-03-04T02:17:59.310Z Compiling mime_guess v2.0.5
25062025-03-04T02:18:00.266Z Compiling tabled_derive v0.10.0
25072025-03-04T02:18:00.679Z Compiling papergrid v0.14.0
25082025-03-04T02:18:02.436Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25092025-03-04T02:18:04.341Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
25102025-03-04T02:18:06.909Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25112025-03-04T02:18:09.907Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25122025-03-04T02:18:11.283Z Compiling snafu-derive v0.8.5
25132025-03-04T02:18:13.082Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25142025-03-04T02:18:13.431Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25152025-03-04T02:18:13.535Z Compiling tabled v0.18.0
25162025-03-04T02:18:15.493Z Compiling snafu v0.8.5
25172025-03-04T02:18:18.187Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25182025-03-04T02:18:24.048Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25192025-03-04T02:18:30.145Z Compiling globset v0.4.15
25202025-03-04T02:18:33.307Z Compiling olpc-cjson v0.1.4
25212025-03-04T02:18:33.639Z Compiling castaway v0.2.3
25222025-03-04T02:18:33.856Z Compiling vergen v8.3.2
25232025-03-04T02:18:34.223Z Compiling nibble_vec v0.1.0
25242025-03-04T02:18:34.494Z Compiling serde_plain v1.0.2
25252025-03-04T02:18:35.105Z Compiling cargo-platform v0.1.8
25262025-03-04T02:18:35.580Z Compiling atty v0.2.14
25272025-03-04T02:18:35.774Z Compiling typed-path v0.9.3
25282025-03-04T02:18:36.030Z Compiling endian-type v0.1.2
25292025-03-04T02:18:36.284Z Compiling salty v0.3.0
25302025-03-04T02:18:36.741Z Compiling http-range v0.1.5
25312025-03-04T02:18:37.332Z Compiling io-lifetimes v1.0.11
25322025-03-04T02:18:38.422Z Compiling tough v0.19.0
25332025-03-04T02:18:40.297Z Compiling git2 v0.19.0
25342025-03-04T02:18:40.939Z Compiling radix_trie v0.2.1
25352025-03-04T02:18:41.897Z Compiling cargo_metadata v0.18.1
25362025-03-04T02:18:42.587Z Compiling compact_str v0.8.0
25372025-03-04T02:18:44.731Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25382025-03-04T02:18:45.179Z Compiling parking_lot v0.11.2
25392025-03-04T02:18:48.130Z Compiling unicode-truncate v1.1.0
25402025-03-04T02:18:48.452Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25412025-03-04T02:18:49.698Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25422025-03-04T02:18:52.911Z Compiling lru v0.12.5
25432025-03-04T02:18:53.298Z Compiling rand_seeder v0.3.0
25442025-03-04T02:18:53.725Z Compiling lzma-sys v0.1.20
25452025-03-04T02:18:54.312Z Compiling instability v0.3.2
25462025-03-04T02:18:54.444Z Compiling indoc v2.0.5
25472025-03-04T02:18:55.326Z Compiling rustls v0.21.12
25482025-03-04T02:18:55.363Z Compiling cassowary v0.3.0
25492025-03-04T02:18:55.506Z Compiling rustix v0.37.28
25502025-03-04T02:18:55.682Z Compiling parse-size v1.1.0
25512025-03-04T02:18:56.036Z Compiling ratatui v0.29.0
25522025-03-04T02:18:56.405Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25532025-03-04T02:18:56.541Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25542025-03-04T02:18:56.776Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25552025-03-04T02:18:58.923Z Compiling hyper-staticfile v0.10.1
25562025-03-04T02:19:01.033Z Compiling sled v0.34.7
25572025-03-04T02:19:02.920Z Compiling hickory-client v0.24.4
25582025-03-04T02:19:05.912Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25592025-03-04T02:19:07.097Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25602025-03-04T02:19:07.518Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25612025-03-04T02:19:10.272Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25622025-03-04T02:19:10.618Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25632025-03-04T02:19:12.180Z Compiling sct v0.7.1
25642025-03-04T02:19:12.577Z Compiling rustls-webpki v0.101.7
25652025-03-04T02:19:12.645Z Compiling hickory-server v0.24.4
25662025-03-04T02:19:14.856Z Compiling primeorder v0.13.6
25672025-03-04T02:19:15.439Z Compiling heck v0.3.3
25682025-03-04T02:19:15.685Z Compiling env_filter v0.1.2
25692025-03-04T02:19:15.781Z Compiling csv-core v0.1.11
25702025-03-04T02:19:16.437Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25712025-03-04T02:19:16.640Z Compiling csv v1.3.1
25722025-03-04T02:19:16.899Z Compiling env_logger v0.11.5
25732025-03-04T02:19:17.186Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25742025-03-04T02:19:18.284Z Compiling zone_cfg_derive v0.1.2
25752025-03-04T02:19:18.769Z Compiling p384 v0.13.0
25762025-03-04T02:19:23.753Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25772025-03-04T02:19:25.791Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25782025-03-04T02:19:26.253Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25792025-03-04T02:19:26.918Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25802025-03-04T02:19:26.991Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25812025-03-04T02:19:27.756Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25822025-03-04T02:19:27.953Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25832025-03-04T02:19:28.114Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25842025-03-04T02:19:28.312Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25852025-03-04T02:19:28.466Z Compiling nix v0.27.1
25862025-03-04T02:19:28.677Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25872025-03-04T02:19:29.402Z Compiling tungstenite v0.23.0
25882025-03-04T02:19:31.221Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25892025-03-04T02:19:31.585Z Compiling base64 v0.13.1
25902025-03-04T02:19:32.382Z Compiling ron v0.7.1
25912025-03-04T02:19:33.641Z Compiling tokio-tungstenite v0.23.1
25922025-03-04T02:19:34.935Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25932025-03-04T02:19:35.732Z Compiling xz2 v0.1.7
25942025-03-04T02:19:36.341Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25952025-03-04T02:19:37.490Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25962025-03-04T02:19:39.508Z Compiling terminal_size v0.2.6
25972025-03-04T02:19:42.615Z Compiling tokio-rustls v0.24.1
25982025-03-04T02:19:43.122Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25992025-03-04T02:19:44.158Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26002025-03-04T02:19:44.643Z Compiling zone v0.1.8
26012025-03-04T02:19:45.316Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26022025-03-04T02:19:45.733Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26032025-03-04T02:19:45.804Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26042025-03-04T02:19:46.053Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
26052025-03-04T02:19:46.505Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
26062025-03-04T02:19:47.944Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26072025-03-04T02:19:49.692Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082025-03-04T02:19:51.966Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26092025-03-04T02:19:52.319Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26102025-03-04T02:19:53.557Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26112025-03-04T02:19:54.415Z Compiling rustls-pemfile v1.0.4
26122025-03-04T02:19:55.218Z Compiling signal-hook-tokio v0.3.1
26132025-03-04T02:19:55.462Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26142025-03-04T02:19:57.369Z Compiling twox-hash v2.1.0
26152025-03-04T02:19:57.392Z Compiling yasna v0.5.2
26162025-03-04T02:19:58.157Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26172025-03-04T02:19:58.672Z Compiling unicode-linebreak v0.1.5
26182025-03-04T02:19:59.106Z Compiling smawk v0.3.2
26192025-03-04T02:19:59.238Z Compiling glob v0.3.2
26202025-03-04T02:19:59.985Z Compiling is_ci v1.2.0
26212025-03-04T02:20:00.023Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26222025-03-04T02:20:00.644Z Compiling supports-color v3.0.2
26232025-03-04T02:20:00.751Z Compiling textwrap v0.16.1
26242025-03-04T02:20:01.110Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26252025-03-04T02:20:01.533Z Compiling rcgen v0.12.1
26262025-03-04T02:20:07.532Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26272025-03-04T02:20:07.748Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26282025-03-04T02:20:07.767Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26292025-03-04T02:20:12.064Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302025-03-04T02:20:15.887Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26312025-03-04T02:20:16.436Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26322025-03-04T02:20:28.945Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332025-03-04T02:20:30.736Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26342025-03-04T02:20:33.679Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26352025-03-04T02:20:34.756Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26362025-03-04T02:20:40.959Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26372025-03-04T02:20:41.535Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26382025-03-04T02:20:41.943Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26392025-03-04T02:20:51.974Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26402025-03-04T02:20:54.892Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26412025-03-04T02:20:56.204Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26422025-03-04T02:20:57.540Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26432025-03-04T02:20:57.912Z Compiling fatfs v0.3.6
26442025-03-04T02:20:59.256Z Compiling rtoolbox v0.0.2
26452025-03-04T02:20:59.697Z Compiling subprocess v0.2.9
26462025-03-04T02:20:59.844Z Compiling assert_matches v1.5.0
26472025-03-04T02:21:00.653Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26482025-03-04T02:21:02.229Z Compiling rpassword v7.3.1
26492025-03-04T02:21:02.751Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26502025-03-04T02:21:04.305Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26512025-03-04T02:21:08.293Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26522025-03-04T02:21:15.187Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26532025-03-04T02:21:18.384Z Compiling tui-tree-widget v0.23.0
26542025-03-04T02:21:18.840Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26552025-03-04T02:21:31.831Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26562025-03-04T02:21:32.360Z Compiling uzers v0.12.1
26572025-03-04T02:21:35.374Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26582025-03-04T02:21:36.464Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26592025-03-04T02:21:38.196Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26602025-03-04T02:21:52.282Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26612025-03-04T02:22:03.146Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26622025-03-04T02:22:03.895Z Compiling multimap v0.10.0
26632025-03-04T02:24:30.693Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26642025-03-04T02:31:25.768Z Finished `release` profile [optimized] target(s) in 17m 10s
26652025-03-04T02:32:33.818Z
26662025-03-04T02:32:33.821Zreal 18:19.953761627
26672025-03-04T02:32:33.821Zuser 2:10:23.681207040
26682025-03-04T02:32:33.821Zsys 3:35.136411915
26692025-03-04T02:32:33.822Ztrap 3.301973816
26702025-03-04T02:32:33.822Ztflt 1.813438496
26712025-03-04T02:32:33.822Zdflt 4.650919426
26722025-03-04T02:32:33.822Zkflt 0.022192902
26732025-03-04T02:32:33.822Zlock 7:47:02.241289331
26742025-03-04T02:32:33.822Zslp 6:46:53.108247087
26752025-03-04T02:32:33.822Zlat 3:48.220806896
26762025-03-04T02:32:33.822Zstop 3:01.608859790
26772025-03-04T02:32:33.822Z+ mapfile -t packages
26782025-03-04T02:32:33.822Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26792025-03-04T02:32:34.879Z Compiling ring v0.17.11
26802025-03-04T02:32:36.607Z Compiling rustls v0.23.19
26812025-03-04T02:32:36.639Z Compiling rustls v0.22.4
26822025-03-04T02:32:38.220Z Compiling rustls-webpki v0.102.8
26832025-03-04T02:32:42.120Z Compiling tokio-rustls v0.25.0
26842025-03-04T02:32:42.563Z Compiling dropshot v0.12.0
26852025-03-04T02:32:44.167Z Compiling tokio-rustls v0.26.0
26862025-03-04T02:32:44.620Z Compiling hyper-rustls v0.27.3
26872025-03-04T02:32:45.165Z Compiling reqwest v0.12.12
26882025-03-04T02:32:46.469Z Compiling qorb v0.2.1
26892025-03-04T02:32:48.099Z Compiling dropshot v0.16.0
26902025-03-04T02:32:52.425Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26912025-03-04T02:32:55.048Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922025-03-04T02:32:56.932Z Compiling progenitor-client v0.8.0
26932025-03-04T02:32:57.864Z Compiling progenitor v0.8.0
26942025-03-04T02:32:58.268Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26952025-03-04T02:33:05.076Z Compiling progenitor-client v0.9.1
26962025-03-04T02:33:06.061Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26972025-03-04T02:33:11.648Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26982025-03-04T02:33:12.265Z Compiling omicron-zone-package v0.12.0
26992025-03-04T02:33:18.783Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27002025-03-04T02:33:23.987Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27012025-03-04T02:33:24.745Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27022025-03-04T02:33:26.398Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27032025-03-04T02:33:42.511Z Finished `release` profile [optimized] target(s) in 1m 08s
27042025-03-04T02:33:42.687Z Running `target/release/omicron-package -t test list-outputs`
27052025-03-04T02:33:42.739ZLogging to: /work/oxidecomputer/omicron/out/LOG
27062025-03-04T02:33:42.742Z+ ptime -m cargo build --locked --release -p xtask
27072025-03-04T02:33:43.307Z Compiling serde v1.0.218
27082025-03-04T02:33:43.310Z Compiling libc v0.2.170
27092025-03-04T02:33:43.310Z Compiling rustix v0.38.37
27102025-03-04T02:33:43.310Z Compiling serde_json v1.0.139
27112025-03-04T02:33:43.415Z Compiling syn v2.0.98
27122025-03-04T02:33:43.432Z Compiling bitflags v2.6.0
27132025-03-04T02:33:43.813Z Compiling usdt-impl v0.5.0
27142025-03-04T02:33:43.827Z Compiling syn v1.0.109
27152025-03-04T02:33:43.940Z Compiling hashbrown v0.15.1
27162025-03-04T02:33:43.958Z Compiling log v0.4.22
27172025-03-04T02:33:44.203Z Compiling fs-err v2.11.0
27182025-03-04T02:33:44.396Z Compiling anyhow v1.0.97
27192025-03-04T02:33:44.553Z Compiling once_cell v1.20.3
27202025-03-04T02:33:44.704Z Compiling thread-id v4.2.2
27212025-03-04T02:33:45.164Z Compiling indexmap v2.7.1
27222025-03-04T02:33:46.216Z Compiling terminal_size v0.4.0
27232025-03-04T02:33:46.292Z Compiling tempfile v3.13.0
27242025-03-04T02:33:46.485Z Compiling clap_builder v4.5.31
27252025-03-04T02:33:47.034Z Compiling proc-macro-error v1.0.4
27262025-03-04T02:33:47.879Z Compiling tabled_derive v0.7.0
27272025-03-04T02:33:48.957Z Compiling tabled v0.15.0
27282025-03-04T02:33:49.674Z Compiling serde_derive v1.0.218
27292025-03-04T02:33:49.674Z Compiling thiserror-impl v1.0.69
27302025-03-04T02:33:49.677Z Compiling zerocopy-derive v0.7.35
27312025-03-04T02:33:49.677Z Compiling scroll_derive v0.12.0
27322025-03-04T02:33:49.677Z Compiling thiserror-impl v2.0.11
27332025-03-04T02:33:51.137Z Compiling scroll v0.12.0
27342025-03-04T02:33:51.560Z Compiling zerocopy v0.7.35
27352025-03-04T02:33:51.774Z Compiling goblin v0.8.2
27362025-03-04T02:33:52.210Z Compiling thiserror v1.0.69
27372025-03-04T02:33:52.395Z Compiling pest v2.7.14
27382025-03-04T02:33:54.358Z Compiling thiserror v2.0.11
27392025-03-04T02:33:54.547Z Compiling clap_derive v4.5.28
27402025-03-04T02:33:55.437Z Compiling pest_meta v2.7.14
27412025-03-04T02:33:58.826Z Compiling pest_generator v2.7.14
27422025-03-04T02:33:59.034Z Compiling clap v4.5.31
27432025-03-04T02:34:00.483Z Compiling pest_derive v2.7.14
27442025-03-04T02:34:01.309Z Compiling dtrace-parser v0.2.0
27452025-03-04T02:34:02.900Z Compiling serde_spanned v0.6.8
27462025-03-04T02:34:03.184Z Compiling toml_datetime v0.6.8
27472025-03-04T02:34:03.937Z Compiling dof v0.3.0
27482025-03-04T02:34:04.783Z Compiling serde_tokenstream v0.2.2
27492025-03-04T02:34:05.453Z Compiling toml_edit v0.22.24
27502025-03-04T02:34:05.785Z Compiling camino v1.1.9
27512025-03-04T02:34:06.835Z Compiling usdt-attr-macro v0.5.0
27522025-03-04T02:34:07.087Z Compiling usdt-macro v0.5.0
27532025-03-04T02:34:08.197Z Compiling cargo-platform v0.1.8
27542025-03-04T02:34:08.286Z Compiling semver v1.0.25
27552025-03-04T02:34:09.297Z Compiling usdt v0.5.0
27562025-03-04T02:34:09.734Z Compiling toml v0.8.20
27572025-03-04T02:34:10.680Z Compiling cargo_metadata v0.19.2
27582025-03-04T02:34:11.143Z Compiling cargo_toml v0.21.0
27592025-03-04T02:34:12.687Z Compiling camino-tempfile v1.1.1
27602025-03-04T02:34:13.484Z Compiling macaddr v1.0.1
27612025-03-04T02:34:25.962Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27622025-03-04T02:34:35.504Z Finished `release` profile [optimized] target(s) in 48.90s
27632025-03-04T02:34:35.578Z
27642025-03-04T02:34:35.578Zreal 49.006543715
27652025-03-04T02:34:35.578Zuser 5:20.392625080
27662025-03-04T02:34:35.578Zsys 19.190033513
27672025-03-04T02:34:35.578Ztrap 0.144817030
27682025-03-04T02:34:35.578Ztflt 0.286281645
27692025-03-04T02:34:35.578Zdflt 0.266676638
27702025-03-04T02:34:35.578Zkflt 0.000014286
27712025-03-04T02:34:35.578Zlock 10:29.041518813
27722025-03-04T02:34:35.578Zslp 16:22.384193919
27732025-03-04T02:34:35.578Zlat 14.920145416
27742025-03-04T02:34:35.578Zstop 19.564195459
27752025-03-04T02:34:35.578Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27762025-03-04T02:34:35.578Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27772025-03-04T02:34:35.578Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27782025-03-04T02:34:35.578Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27792025-03-04T02:34:35.578Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27802025-03-04T02:34:35.578Z Compiling ring v0.17.11
27812025-03-04T02:34:35.578Z Compiling regress v0.10.3
27822025-03-04T02:34:35.578Z Compiling thiserror-impl v2.0.11
27832025-03-04T02:34:35.578Z Compiling ident_case v1.0.1
27842025-03-04T02:34:35.578Z Compiling unsafe-libyaml v0.2.11
27852025-03-04T02:34:35.578Z Compiling ipnetwork v0.21.1
27862025-03-04T02:34:35.578Z Compiling macaddr v1.0.1
27872025-03-04T02:34:35.578Z Compiling tempfile v3.13.0
27882025-03-04T02:34:35.578Z Compiling darling_core v0.20.10
27892025-03-04T02:34:35.579Z Compiling structmeta-derive v0.3.0
27902025-03-04T02:34:35.579Z Compiling oxnet v0.1.1
27912025-03-04T02:34:35.579Z Compiling instant v0.1.13
27922025-03-04T02:34:35.579Z Compiling wait-timeout v0.2.0
27932025-03-04T02:34:35.579Z Compiling serde_yaml v0.9.34+deprecated
27942025-03-04T02:34:35.579Z Compiling dropshot v0.16.0
27952025-03-04T02:34:35.579Z Compiling bit-vec v0.8.0
27962025-03-04T02:34:35.579Z Compiling rusty-fork v0.3.0
27972025-03-04T02:34:35.579Z Compiling bit-set v0.8.0
27982025-03-04T02:34:35.579Z Compiling dropshot_endpoint v0.16.0
27992025-03-04T02:34:35.605Z Compiling rand_xorshift v0.3.0
28002025-03-04T02:34:35.818Z Compiling structmeta v0.3.0
28012025-03-04T02:34:35.838Z Compiling daft-derive v0.1.1
28022025-03-04T02:34:35.895Z Compiling thiserror v2.0.11
28032025-03-04T02:34:36.069Z Compiling unarray v0.1.4
28042025-03-04T02:34:36.204Z Compiling parse-display-derive v0.10.0
28052025-03-04T02:34:36.253Z Compiling proptest v1.6.0
28062025-03-04T02:34:37.355Z Compiling typify-impl v0.2.0
28072025-03-04T02:34:37.399Z Compiling daft v0.1.1
28082025-03-04T02:34:37.734Z Compiling test-strategy v0.4.0
28092025-03-04T02:34:37.883Z Compiling rustls v0.23.19
28102025-03-04T02:34:37.899Z Compiling rustls v0.22.4
28112025-03-04T02:34:37.940Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28122025-03-04T02:34:38.125Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28132025-03-04T02:34:38.871Z Compiling darling_macro v0.20.10
28142025-03-04T02:34:38.971Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28152025-03-04T02:34:39.192Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162025-03-04T02:34:39.646Z Compiling backoff v0.4.0
28172025-03-04T02:34:39.667Z Compiling proc-macro-crate v1.3.1
28182025-03-04T02:34:39.831Z Compiling darling v0.20.10
28192025-03-04T02:34:39.967Z Compiling serde_with_macros v3.12.0
28202025-03-04T02:34:40.026Z Compiling typify-impl v0.3.0
28212025-03-04T02:34:40.046Z Compiling parse-display v0.10.0
28222025-03-04T02:34:40.589Z Compiling rustls-webpki v0.102.8
28232025-03-04T02:34:40.648Z Compiling num_enum_derive v0.5.11
28242025-03-04T02:34:41.303Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28252025-03-04T02:34:42.409Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28262025-03-04T02:34:42.559Z Compiling serde_with v3.12.0
28272025-03-04T02:34:42.930Z Compiling num_enum v0.5.11
28282025-03-04T02:34:43.055Z Compiling itertools v0.13.0
28292025-03-04T02:34:43.131Z Compiling crucible-workspace-hack v0.1.0
28302025-03-04T02:34:43.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28312025-03-04T02:34:43.846Z Compiling heapless v0.8.0
28322025-03-04T02:34:44.847Z Compiling proc-macro-error v1.0.4
28332025-03-04T02:34:45.499Z Compiling camino-tempfile v1.1.1
28342025-03-04T02:34:45.971Z Compiling hash32 v0.3.1
28352025-03-04T02:34:46.031Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28362025-03-04T02:34:46.250Z Compiling foreign-types-macros v0.2.3
28372025-03-04T02:34:46.314Z Compiling foreign-types-shared v0.3.1
28382025-03-04T02:34:46.474Z Compiling tokio-rustls v0.25.0
28392025-03-04T02:34:46.923Z Compiling dropshot v0.12.0
28402025-03-04T02:34:50.655Z Compiling tokio-rustls v0.26.0
28412025-03-04T02:34:51.142Z Compiling hyper-rustls v0.27.3
28422025-03-04T02:34:51.736Z Compiling reqwest v0.12.12
28432025-03-04T02:34:51.779Z Compiling qorb v0.2.1
28442025-03-04T02:34:52.380Z Compiling typify-macro v0.2.0
28452025-03-04T02:34:54.564Z Compiling typify-macro v0.3.0
28462025-03-04T02:34:54.846Z Compiling smoltcp v0.11.0
28472025-03-04T02:34:55.110Z Compiling progenitor-client v0.9.1
28482025-03-04T02:34:55.537Z Compiling progenitor-client v0.8.0
28492025-03-04T02:34:55.725Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28502025-03-04T02:34:56.075Z Compiling foreign-types v0.5.0
28512025-03-04T02:34:56.146Z Compiling typify v0.2.0
28522025-03-04T02:34:56.315Z Compiling progenitor-impl v0.8.0
28532025-03-04T02:34:56.643Z Compiling tabwriter v1.4.0
28542025-03-04T02:34:56.962Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28552025-03-04T02:34:57.105Z Compiling cstr-argument v0.1.2
28562025-03-04T02:34:57.204Z Compiling pretty-hex v0.2.1
28572025-03-04T02:34:57.390Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28582025-03-04T02:34:57.434Z Compiling cobs v0.2.3
28592025-03-04T02:34:57.530Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28602025-03-04T02:34:57.734Z Compiling postcard v1.0.10
28612025-03-04T02:34:57.756Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28622025-03-04T02:34:57.810Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28632025-03-04T02:34:58.003Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28642025-03-04T02:34:58.318Z Compiling colored v2.2.0
28652025-03-04T02:34:58.400Z Compiling typify v0.3.0
28662025-03-04T02:34:58.462Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28672025-03-04T02:34:58.561Z Compiling progenitor-impl v0.9.1
28682025-03-04T02:34:58.813Z Compiling winnow v0.6.20
28692025-03-04T02:34:59.136Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28702025-03-04T02:34:59.426Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28712025-03-04T02:35:00.349Z Compiling smf v0.2.3
28722025-03-04T02:35:00.464Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28732025-03-04T02:35:01.118Z Compiling zone_cfg_derive v0.3.0
28742025-03-04T02:35:01.508Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28752025-03-04T02:35:02.150Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28762025-03-04T02:35:02.269Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28772025-03-04T02:35:02.330Z Compiling itertools v0.14.0
28782025-03-04T02:35:02.375Z Compiling num-derive v0.4.2
28792025-03-04T02:35:02.668Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802025-03-04T02:35:02.689Z Compiling sigpipe v0.1.3
28812025-03-04T02:35:03.038Z Compiling progenitor-macro v0.8.0
28822025-03-04T02:35:03.125Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28832025-03-04T02:35:03.274Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28842025-03-04T02:35:03.460Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28852025-03-04T02:35:03.660Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28862025-03-04T02:35:04.122Z Compiling zone v0.3.0
28872025-03-04T02:35:04.387Z Compiling universal-hash v0.5.1
28882025-03-04T02:35:04.617Z Compiling opaque-debug v0.3.1
28892025-03-04T02:35:04.736Z Compiling tungstenite v0.21.0
28902025-03-04T02:35:04.739Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28912025-03-04T02:35:05.267Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28922025-03-04T02:35:05.327Z Compiling num-rational v0.4.2
28932025-03-04T02:35:05.532Z Compiling progenitor-macro v0.9.1
28942025-03-04T02:35:05.564Z Compiling password-hash v0.5.0
28952025-03-04T02:35:05.602Z Compiling blake2 v0.10.6
28962025-03-04T02:35:05.917Z Compiling aead v0.5.2
28972025-03-04T02:35:06.326Z Compiling num-complex v0.4.6
28982025-03-04T02:35:06.440Z Compiling keccak v0.1.5
28992025-03-04T02:35:06.489Z Compiling convert_case v0.4.0
29002025-03-04T02:35:06.671Z Compiling base64 v0.21.7
29012025-03-04T02:35:06.816Z Compiling sha3 v0.10.8
29022025-03-04T02:35:06.952Z Compiling argon2 v0.5.3
29032025-03-04T02:35:07.283Z Compiling num v0.4.3
29042025-03-04T02:35:07.339Z Compiling derive_more v0.99.19
29052025-03-04T02:35:07.357Z Compiling tokio-tungstenite v0.21.0
29062025-03-04T02:35:07.404Z Compiling poly1305 v0.8.0
29072025-03-04T02:35:07.568Z Compiling chacha20 v0.9.1
29082025-03-04T02:35:07.870Z Compiling float-ord v0.3.2
29092025-03-04T02:35:07.987Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29102025-03-04T02:35:08.080Z Compiling semver v0.1.20
29112025-03-04T02:35:08.083Z Compiling same-file v1.0.6
29122025-03-04T02:35:08.477Z Compiling walkdir v2.5.0
29132025-03-04T02:35:08.546Z Compiling rustc_version v0.1.7
29142025-03-04T02:35:08.725Z Compiling newline-converter v0.3.0
29152025-03-04T02:35:08.919Z Compiling primeorder v0.13.6
29162025-03-04T02:35:08.940Z Compiling secrecy v0.8.0
29172025-03-04T02:35:09.139Z Compiling owo-colors v4.2.0
29182025-03-04T02:35:09.193Z Compiling cancel-safe-futures v0.1.5
29192025-03-04T02:35:09.204Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29202025-03-04T02:35:09.424Z Compiling newtype_derive v0.1.6
29212025-03-04T02:35:09.627Z Compiling expectorate v1.1.0
29222025-03-04T02:35:09.727Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29232025-03-04T02:35:09.751Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29242025-03-04T02:35:09.812Z Compiling thiserror-impl-no-std v2.0.2
29252025-03-04T02:35:09.835Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29262025-03-04T02:35:10.005Z Compiling libsw-core v0.3.1
29272025-03-04T02:35:10.027Z Compiling blake3 v1.5.4
29282025-03-04T02:35:10.318Z Compiling unicase v2.7.0
29292025-03-04T02:35:10.422Z Compiling half v2.4.1
29302025-03-04T02:35:10.677Z Compiling arc-swap v1.7.1
29312025-03-04T02:35:10.680Z Compiling ciborium-io v0.2.2
29322025-03-04T02:35:10.831Z Compiling fixedbitset v0.5.7
29332025-03-04T02:35:11.004Z Compiling ciborium-ll v0.2.2
29342025-03-04T02:35:11.307Z Compiling petgraph v0.7.1
29352025-03-04T02:35:11.421Z Compiling slog-scope v4.4.0
29362025-03-04T02:35:11.449Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29372025-03-04T02:35:11.765Z Compiling libsw v3.4.0
29382025-03-04T02:35:11.890Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29392025-03-04T02:35:12.557Z Compiling thiserror-no-std v2.0.2
29402025-03-04T02:35:12.712Z Compiling polyval v0.6.2
29412025-03-04T02:35:12.928Z Compiling atomicwrites v0.4.4
29422025-03-04T02:35:13.148Z Compiling memmap2 v0.9.5
29432025-03-04T02:35:13.315Z Compiling salty v0.3.0
29442025-03-04T02:35:13.629Z Compiling arrayref v0.3.9
29452025-03-04T02:35:13.743Z Compiling linear-map v1.2.0
29462025-03-04T02:35:13.763Z Compiling indent_write v2.2.0
29472025-03-04T02:35:13.816Z Compiling constant_time_eq v0.3.1
29482025-03-04T02:35:14.002Z Compiling arrayvec v0.7.6
29492025-03-04T02:35:14.029Z Compiling parking_lot_core v0.8.6
29502025-03-04T02:35:14.097Z Compiling libefi-sys v0.1.0
29512025-03-04T02:35:14.263Z Compiling ghash v0.5.1
29522025-03-04T02:35:14.468Z Compiling vsss-rs v3.3.4
29532025-03-04T02:35:14.578Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29542025-03-04T02:35:14.642Z Compiling slog-stdlog v4.1.1
29552025-03-04T02:35:14.880Z Compiling progenitor v0.8.0
29562025-03-04T02:35:15.024Z Compiling ciborium v0.2.2
29572025-03-04T02:35:15.116Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29582025-03-04T02:35:15.523Z Compiling p384 v0.13.0
29592025-03-04T02:35:15.669Z Compiling toolchain_find v0.4.0
29602025-03-04T02:35:15.743Z Compiling chacha20poly1305 v0.10.1
29612025-03-04T02:35:16.023Z Compiling ctr v0.9.2
29622025-03-04T02:35:16.281Z Compiling lzma-sys v0.1.20
29632025-03-04T02:35:16.332Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29642025-03-04T02:35:16.424Z Compiling bitfield-struct v0.6.2
29652025-03-04T02:35:16.766Z Compiling slog-dtrace v0.3.0
29662025-03-04T02:35:16.980Z Compiling highway v1.3.0
29672025-03-04T02:35:17.080Z Compiling topological-sort v0.2.2
29682025-03-04T02:35:17.324Z Compiling omicron-zone-package v0.12.0
29692025-03-04T02:35:17.368Z Compiling aes-gcm v0.10.3
29702025-03-04T02:35:17.424Z Compiling progenitor v0.9.1
29712025-03-04T02:35:17.670Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29722025-03-04T02:35:17.697Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29732025-03-04T02:35:17.821Z Compiling rustfmt-wrapper v0.2.1
29742025-03-04T02:35:17.844Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29752025-03-04T02:35:18.151Z Compiling mime_guess v2.0.5
29762025-03-04T02:35:18.485Z Compiling slog-envlogger v2.2.0
29772025-03-04T02:35:18.516Z Compiling steno v0.4.1
29782025-03-04T02:35:19.370Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29792025-03-04T02:35:19.608Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29802025-03-04T02:35:20.199Z Compiling heck v0.3.3
29812025-03-04T02:35:20.251Z Compiling ssh-encoding v0.2.0
29822025-03-04T02:35:20.507Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29832025-03-04T02:35:20.563Z Compiling blowfish v0.9.1
29842025-03-04T02:35:20.763Z Compiling nibble_vec v0.1.0
29852025-03-04T02:35:21.008Z Compiling env_filter v0.1.2
29862025-03-04T02:35:21.030Z Compiling humantime v2.1.0
29872025-03-04T02:35:21.539Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29882025-03-04T02:35:21.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29892025-03-04T02:35:21.699Z Compiling endian-type v0.1.2
29902025-03-04T02:35:21.971Z Compiling radix_trie v0.2.1
29912025-03-04T02:35:22.027Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29922025-03-04T02:35:22.469Z Compiling env_logger v0.11.5
29932025-03-04T02:35:22.603Z Compiling bcrypt-pbkdf v0.10.0
29942025-03-04T02:35:22.856Z Compiling ssh-cipher v0.2.0
29952025-03-04T02:35:23.014Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29962025-03-04T02:35:23.116Z Compiling zone_cfg_derive v0.1.2
29972025-03-04T02:35:23.267Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29982025-03-04T02:35:23.658Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29992025-03-04T02:35:24.039Z Compiling parking_lot v0.11.2
30002025-03-04T02:35:24.253Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30012025-03-04T02:35:24.297Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30022025-03-04T02:35:24.563Z Compiling password-hash v0.4.2
30032025-03-04T02:35:24.721Z Compiling gethostname v0.5.0
30042025-03-04T02:35:24.743Z Compiling fxhash v0.2.1
30052025-03-04T02:35:24.768Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
30062025-03-04T02:35:24.786Z Compiling base64 v0.13.1
30072025-03-04T02:35:24.828Z Compiling http-range v0.1.5
30082025-03-04T02:35:24.934Z Compiling sled v0.34.7
30092025-03-04T02:35:24.988Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30102025-03-04T02:35:25.152Z Compiling pbkdf2 v0.11.0
30112025-03-04T02:35:25.178Z Compiling zone v0.1.8
30122025-03-04T02:35:25.365Z Compiling ron v0.7.1
30132025-03-04T02:35:25.368Z Compiling xz2 v0.1.7
30142025-03-04T02:35:25.643Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30152025-03-04T02:35:25.822Z Compiling ssh-key v0.6.6
30162025-03-04T02:35:26.543Z Compiling hickory-client v0.24.4
30172025-03-04T02:35:26.707Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30182025-03-04T02:35:26.967Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
30192025-03-04T02:35:27.521Z Compiling p256 v0.13.2
30202025-03-04T02:35:27.922Z Compiling p521 v0.13.3
30212025-03-04T02:35:28.350Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30222025-03-04T02:35:28.484Z Compiling hickory-server v0.24.4
30232025-03-04T02:35:29.345Z Compiling pem v3.0.5
30242025-03-04T02:35:29.974Z Compiling yasna v0.5.2
30252025-03-04T02:35:30.084Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30262025-03-04T02:35:30.296Z Compiling headers-core v0.3.0
30272025-03-04T02:35:30.518Z Compiling kstat-rs v0.2.4
30282025-03-04T02:35:30.684Z Compiling nanorand v0.7.0
30292025-03-04T02:35:31.079Z Compiling atty v0.2.14
30302025-03-04T02:35:31.228Z Compiling russh-cryptovec v0.7.3
30312025-03-04T02:35:31.260Z Compiling md5 v0.7.0
30322025-03-04T02:35:31.468Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30332025-03-04T02:35:31.581Z Compiling russh-keys v0.45.0
30342025-03-04T02:35:31.790Z Compiling flume v0.11.1
30352025-03-04T02:35:32.724Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30362025-03-04T02:35:33.519Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30372025-03-04T02:35:33.580Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30382025-03-04T02:35:35.213Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30392025-03-04T02:35:36.121Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30402025-03-04T02:35:36.383Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30412025-03-04T02:35:36.610Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30422025-03-04T02:35:37.050Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30432025-03-04T02:35:37.884Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30442025-03-04T02:35:38.224Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30452025-03-04T02:35:39.614Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30462025-03-04T02:35:39.617Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30472025-03-04T02:35:39.932Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30482025-03-04T02:35:40.078Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30492025-03-04T02:35:40.671Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30502025-03-04T02:35:41.542Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30512025-03-04T02:35:41.818Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30522025-03-04T02:35:42.418Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30532025-03-04T02:35:42.954Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30542025-03-04T02:35:45.153Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30552025-03-04T02:35:45.596Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30562025-03-04T02:35:45.943Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30572025-03-04T02:35:46.493Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30582025-03-04T02:35:47.809Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30592025-03-04T02:35:48.847Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30602025-03-04T02:35:50.728Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30612025-03-04T02:35:51.108Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30622025-03-04T02:35:52.525Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30632025-03-04T02:35:52.617Z Compiling rcgen v0.12.1
30642025-03-04T02:35:53.895Z Compiling headers v0.4.0
30652025-03-04T02:35:54.805Z Compiling hyper-staticfile v0.10.1
30662025-03-04T02:35:55.676Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30672025-03-04T02:35:55.856Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30682025-03-04T02:35:56.089Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30692025-03-04T02:35:56.249Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30702025-03-04T02:35:56.303Z Compiling num-bigint v0.4.6
30712025-03-04T02:35:56.645Z Compiling des v0.8.1
30722025-03-04T02:35:56.920Z Compiling subprocess v0.2.9
30732025-03-04T02:35:57.016Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30742025-03-04T02:35:57.525Z Compiling hex-literal v0.4.1
30752025-03-04T02:35:57.575Z Compiling display-error-chain v0.2.2
30762025-03-04T02:35:57.717Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30772025-03-04T02:35:57.840Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30782025-03-04T02:35:57.945Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30792025-03-04T02:35:58.039Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30802025-03-04T02:35:58.537Z Compiling internet-checksum v0.2.1
30812025-03-04T02:35:59.020Z Compiling russh v0.45.0
30822025-03-04T02:36:01.586Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30832025-03-04T02:36:09.215Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30842025-03-04T02:36:10.826Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30852025-03-04T02:36:34.845Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30862025-03-04T02:36:57.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
30872025-03-04T02:36:57.995Z
30882025-03-04T02:36:57.995Zreal 2:26.121807576
30892025-03-04T02:36:57.995Zuser 12:52.704945999
30902025-03-04T02:36:57.996Zsys 1:40.107072863
30912025-03-04T02:36:57.996Ztrap 0.384873703
30922025-03-04T02:36:57.996Ztflt 0.171003393
30932025-03-04T02:36:58.001Zdflt 0.614947906
30942025-03-04T02:36:58.001Zkflt 0.000054186
30952025-03-04T02:36:58.001Zlock 24:10.893688599
30962025-03-04T02:36:58.001Zslp 45:28.952756331
30972025-03-04T02:36:58.001Zlat 39.324916029
30982025-03-04T02:36:58.001Zstop 1:50.636749213
30992025-03-04T02:36:58.001Z+ mkdir tests
31002025-03-04T02:36:58.004Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
31012025-03-04T02:36:58.004Z+ xargs -I '{}' -t cp '{}' tests/
31022025-03-04T02:36:58.041Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7efbda903cb54388 tests/
31032025-03-04T02:36:58.066Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-174a6d8360fe2b5e tests/
31042025-03-04T02:36:58.093Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8c390d42d0a40b66 tests/
31052025-03-04T02:36:58.120Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f545aa8fd78b9165 tests/
31062025-03-04T02:36:58.404Z+ 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-04T02:36:58.407Z+ 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-174a6d8360fe2b5e tests/commtest-8c390d42d0a40b66 tests/dhcp_server-7efbda903cb54388 tests/end_to_end_tests-f545aa8fd78b9165 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-04T02:38:15.161ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
31092025-03-04T02:38:15.161Za .github/buildomat/ci-env.sh 1K
31102025-03-04T02:38:15.161Za out/target/test 1K
31112025-03-04T02:38:15.161Za out/npuzone/npuzone 23144K
31122025-03-04T02:38:15.161Za package-manifest.toml 33K
31132025-03-04T02:38:15.161Za smf/sled-agent/non-gimlet/config.toml 4K
31142025-03-04T02:38:15.161Za target/release/omicron-package 38789K
31152025-03-04T02:38:15.162Za target/release/xtask 10834K
31162025-03-04T02:38:15.162Za target/debug/bootstrap 215241K
31172025-03-04T02:38:15.162Za tests/bootstrap-174a6d8360fe2b5e 24083K
31182025-03-04T02:38:15.162Za tests/commtest-8c390d42d0a40b66 24909K
31192025-03-04T02:38:15.162Za tests/dhcp_server-7efbda903cb54388 24083K
31202025-03-04T02:38:15.162Za tests/end_to_end_tests-f545aa8fd78b9165 275038K
31212025-03-04T02:38:15.162Za out/clickhouse.tar.gz 305532K
31222025-03-04T02:38:15.162Za out/clickhouse_keeper.tar.gz 291404K
31232025-03-04T02:38:15.162Za out/clickhouse_server.tar.gz 305511K
31242025-03-04T02:38:15.162Za out/cockroachdb.tar.gz 143752K
31252025-03-04T02:38:15.162Za out/crucible-dtrace.tar 98K
31262025-03-04T02:38:15.162Za out/crucible-pantry-zone.tar.gz 32453K
31272025-03-04T02:38:15.162Za out/crucible-zone.tar.gz 40833K
31282025-03-04T02:38:15.162Za out/external-dns.tar.gz 44255K
31292025-03-04T02:38:15.162Za out/internal-dns.tar.gz 44254K
31302025-03-04T02:38:15.162Za out/mg-ddm-gz.tar 63075K
31312025-03-04T02:38:15.162Za out/nexus.tar.gz 110753K
31322025-03-04T02:38:15.162Za out/ntp.tar.gz 14402K
31332025-03-04T02:38:15.162Za out/omicron-gateway-softnpu.tar.gz 24994K
31342025-03-04T02:38:15.162Za out/omicron-sled-agent.tar 126474K
31352025-03-04T02:38:15.162Za out/overlay.tar.gz 3K
31362025-03-04T02:38:15.162Za out/oximeter.tar.gz 55119K
31372025-03-04T02:38:15.162Za out/oxlog.tar 3144K
31382025-03-04T02:38:15.162Za out/probe.tar.gz 2764K
31392025-03-04T02:38:15.162Za out/propolis-server.tar.gz 66425K
31402025-03-04T02:38:15.162Za out/pumpkind-gz.tar 26665K
31412025-03-04T02:38:15.162Za out/switch-softnpu.tar.gz 265022K
31422025-03-04T02:38:15.165Z
31432025-03-04T02:38:15.165Zreal 1:16.735288241
31442025-03-04T02:38:15.165Zuser 1:13.189072252
31452025-03-04T02:38:15.165Zsys 5.019690049
31462025-03-04T02:38:15.165Ztrap 0.020310440
31472025-03-04T02:38:15.165Ztflt 0.000000000
31482025-03-04T02:38:15.166Zdflt 0.000000000
31492025-03-04T02:38:15.166Zkflt 0.000000000
31502025-03-04T02:38:15.166Zlock 0.000000000
31512025-03-04T02:38:15.166Zslp 1:12.988483737
31522025-03-04T02:38:15.166Zlat 2.248737697
31532025-03-04T02:38:15.166Zstop 0.000200199
31542025-03-04T02:38:15.166Zprocess exited: duration 2181590 ms, exit code 0
 
31552025-03-04T02:38:15.182Zfound 1 output files
31562025-03-04T02:38:15.182Zuploading: /work/package.tar.gz (2024869312 bytes)
31572025-03-04T02:39:00.003Zuploaded: /work/package.tar.gz