01JKYRRX6VF1T1CDW166JB1FAE: 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: 01JKYRSVG7KQ8W3YR0N0XBNZ4X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-13T04:25:15.793Zjob assigned to worker 01JKYRT2CJJ9PXBXXCVFCCJY18 [factory aws, i-035104df019bfcb4b] (queued for 56 s)
 
22025-02-13T04:25:24.267Zstarting task 0: "setup"
32025-02-13T04:25:24.294Z++ uname -s
42025-02-13T04:25:24.295Z+ kern=SunOS
52025-02-13T04:25:24.295Z+ build_user=build
62025-02-13T04:25:24.295Z+ build_uid=12345
72025-02-13T04:25:24.295Z+ work_dir=/work
82025-02-13T04:25:24.295Z+ input_dir=/input
92025-02-13T04:25:24.295Z+ [[ 0 == 12345 ]]
102025-02-13T04:25:24.295Z+ case "$kern" in
112025-02-13T04:25:24.295Z+ groupadd -g 12345 build
122025-02-13T04:25:24.296Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-13T04:25:26.271Z+ zfs create -o mountpoint=/work rpool/work
142025-02-13T04:25:26.400Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-13T04:25:26.402Z+ home_fs=zfs
162025-02-13T04:25:26.402Z+ [[ zfs == autofs ]]
172025-02-13T04:25:26.403Z+ mkdir -p /home/build
182025-02-13T04:25:26.403Z+ chown build:build /home/build /work
192025-02-13T04:25:28.407Z+ chmod 0700 /home/build /work
202025-02-13T04:25:28.410Zprocess exited: duration 4156 ms, exit code 0
 
212025-02-13T04:25:28.415Zstarting task 1: "rust-toolchain"
222025-02-13T04:25:28.421Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-13T04:25:28.422Z * rust toolchain channel = "1.84.1"
242025-02-13T04:25:28.422Z * rust toolchain profile = "default"
252025-02-13T04:25:28.422Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-13T04:25:28.422Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-13T04:25:28.422Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-13T04:25:28.425Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-13T04:25:28.425Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-13T04:25:28.532Zinfo: downloading installer
312025-02-13T04:25:29.856Zwarning: it looks like you have an existing installation of Rust at:
322025-02-13T04:25:29.857Zwarning: /opt/ooce/bin
332025-02-13T04:25:29.857Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-13T04:25:29.857Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-13T04:25:29.857Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-13T04:25:29.857Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-13T04:25:29.857Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-13T04:25:29.857Zerror: cannot install while Rust is installed
392025-02-13T04:25:29.857Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-13T04:25:29.872Zinfo: profile set to 'default'
412025-02-13T04:25:29.872Zinfo: default host triple is x86_64-unknown-illumos
422025-02-13T04:25:29.875Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-13T04:25:30.026Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-13T04:25:30.026Zinfo: downloading component 'cargo'
452025-02-13T04:25:30.761Zinfo: downloading component 'clippy'
462025-02-13T04:25:31.043Zinfo: downloading component 'rust-docs'
472025-02-13T04:25:32.036Zinfo: downloading component 'rust-std'
482025-02-13T04:25:33.710Zinfo: downloading component 'rustc'
492025-02-13T04:25:39.287Zinfo: downloading component 'rustfmt'
502025-02-13T04:25:39.501Zinfo: installing component 'cargo'
512025-02-13T04:25:40.332Zinfo: installing component 'clippy'
522025-02-13T04:25:40.699Zinfo: installing component 'rust-docs'
532025-02-13T04:25:42.457Zinfo: installing component 'rust-std'
542025-02-13T04:25:44.256Zinfo: installing component 'rustc'
552025-02-13T04:25:50.253Zinfo: installing component 'rustfmt'
562025-02-13T04:25:50.569Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-13T04:25:50.569Z
582025-02-13T04:25:50.958Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-13T04:25:50.958Z
602025-02-13T04:25:50.980Z
612025-02-13T04:25:50.980ZRust is installed now. Great!
622025-02-13T04:25:50.980Z
632025-02-13T04:25:50.980ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-13T04:25:50.980Zenvironment variable. This has not been done automatically.
652025-02-13T04:25:50.980Z
662025-02-13T04:25:50.980ZTo configure your current shell, you need to source
672025-02-13T04:25:50.980Zthe corresponding env file under $HOME/.cargo.
682025-02-13T04:25:50.981Z
692025-02-13T04:25:50.981ZThis is usually done by running one of the following (note the leading DOT):
702025-02-13T04:25:50.981Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-13T04:25:50.981Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-13T04:25:51.043Z+ rustup --version
732025-02-13T04:25:51.069Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-13T04:25:51.069Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-13T04:25:51.123Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-13T04:25:51.135Z+ cargo --version
772025-02-13T04:25:51.194Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-13T04:25:51.210Z+ rustc --version
792025-02-13T04:25:51.284Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-13T04:25:51.293Zprocess exited: duration 22861 ms, exit code 0
 
812025-02-13T04:25:51.344Zstarting task 2: "authentication"
822025-02-13T04:25:51.387Zprocess exited: duration 38 ms, exit code 0
 
832025-02-13T04:25:51.408Zstarting task 3: "clone repository"
842025-02-13T04:25:51.420Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-13T04:25:51.420Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-13T04:25:51.459ZCloning into '/work/oxidecomputer/omicron'...
872025-02-13T04:25:57.869Z+ cd /work/oxidecomputer/omicron
882025-02-13T04:25:57.876Z+ git fetch origin 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61
892025-02-13T04:25:58.175ZFrom https://github.com/oxidecomputer/omicron
902025-02-13T04:25:58.175Z * branch 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 -> FETCH_HEAD
912025-02-13T04:25:58.192Z+ [[ -n renovate/test-strategy-0.x ]]
922025-02-13T04:25:58.192Z++ git branch --show-current
932025-02-13T04:25:58.192Z+ current=main
942025-02-13T04:25:58.192Z+ [[ main != renovate/test-strategy-0.x ]]
952025-02-13T04:25:58.192Z+ git branch -f renovate/test-strategy-0.x 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61
962025-02-13T04:25:58.236Z+ git checkout -f renovate/test-strategy-0.x
972025-02-13T04:25:58.393ZSwitched to branch 'renovate/test-strategy-0.x'
982025-02-13T04:25:58.416Z+ git reset --hard 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61
992025-02-13T04:25:58.600ZHEAD is now at 94dc5e32b Update Rust crate test-strategy to 0.4.0
1002025-02-13T04:25:58.665Zprocess exited: duration 7144 ms, exit code 0
 
1012025-02-13T04:25:58.752Zstarting task 4: "build"
1022025-02-13T04:25:58.772Z+ source .github/buildomat/ci-env.sh
1032025-02-13T04:25:58.772Z++ export CARGO_TERM_COLOR=always
1042025-02-13T04:25:58.772Z++ CARGO_TERM_COLOR=always
1052025-02-13T04:25:58.772Z+ cargo --version
1062025-02-13T04:25:58.818Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-13T04:25:58.854Z+ rustc --version
1082025-02-13T04:25:58.913Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-13T04:25:58.914Z+ WORK=/work
1102025-02-13T04:25:58.914Z+ pfexec mkdir -p /work
1112025-02-13T04:25:58.914Z+ pfexec chown build /work
1122025-02-13T04:25:58.914Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-13T04:26:00.579Zpkg list: illegal option -- F
1142025-02-13T04:26:00.579ZUsage:
1152025-02-13T04:26:00.607Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-13T04:26:00.607Z [pkg_fmri_pattern ...]
1172025-02-13T04:26:01.489Zpkg list: illegal option -- F
1182025-02-13T04:26:01.585ZUsage:
1192025-02-13T04:26:01.585Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-13T04:26:01.585Z [pkg_fmri_pattern ...]
1212025-02-13T04:26:17.177Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-13T04:26:21.432Z Startup: Caching catalogs ... Done
1232025-02-13T04:26:34.227ZPlanning: Solver setup ... Done (11.847s)
1242025-02-13T04:26:34.385ZPlanning: Running solver ... Done (0.158s)
1252025-02-13T04:26:34.507ZPlanning: Finding local manifests ... Done (0.008s)
1262025-02-13T04:26:34.945ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-13T04:26:39.967ZPlanning: Fetching manifests: 5/7 71% complete
1282025-02-13T04:26:41.228ZPlanning: Fetching manifests: 7/7 100% complete
1292025-02-13T04:26:41.340ZPlanning: Package planning ... Done (0.111s)
1302025-02-13T04:26:41.396ZPlanning: Merging actions ... Done (0.056s)
1312025-02-13T04:26:41.599ZPlanning: Checking for conflicting actions ... Done (0.202s)
1322025-02-13T04:26:43.699ZPlanning: Consolidating action changes ... Done (2.100s)
1332025-02-13T04:26:44.125ZPlanning: Evaluating mediators ... Done (0.426s)
1342025-02-13T04:26:44.204ZPlanning: Planning completed in 22.67 seconds
1352025-02-13T04:26:44.220Z Packages to install: 4
1362025-02-13T04:26:44.220Z Packages to update: 3
1372025-02-13T04:26:44.224Z Mediators to change: 2
1382025-02-13T04:26:44.224Z Services to change: 1
1392025-02-13T04:26:44.224Z Estimated space available: 155.61 GB
1402025-02-13T04:26:44.225ZEstimated space to be consumed: 1.65 GB
1412025-02-13T04:26:44.225Z Create boot environment: No
1422025-02-13T04:26:44.225ZCreate backup boot environment: Yes
1432025-02-13T04:26:44.225Z Rebuild boot archive: No
1442025-02-13T04:26:44.225Z
1452025-02-13T04:26:44.225ZChanged mediators:
1462025-02-13T04:26:44.225Z mediator clang:
1472025-02-13T04:26:44.225Z version: None -> 15 (system default)
1482025-02-13T04:26:44.225Z
1492025-02-13T04:26:44.225Z mediator llvm:
1502025-02-13T04:26:44.225Z version: 14 (system default) -> 15 (system default)
1512025-02-13T04:26:44.225Z
1522025-02-13T04:26:44.225ZChanged packages:
1532025-02-13T04:26:44.225Zhelios-dev
1542025-02-13T04:26:44.225Z developer/build-essential
1552025-02-13T04:26:44.226Z None -> 11-2.0
1562025-02-13T04:26:44.226Z library/libxmlsec1
1572025-02-13T04:26:44.226Z None -> 1.2.35-2.0
1582025-02-13T04:26:44.226Z ooce/developer/clang-15
1592025-02-13T04:26:44.226Z None -> 15.0.7-2.0
1602025-02-13T04:26:44.226Z ooce/developer/llvm-15
1612025-02-13T04:26:44.226Z None -> 15.0.7-2.0
1622025-02-13T04:26:44.226Z package/pkg
1632025-02-13T04:26:44.226Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-02-13T04:26:44.226Z system/library/g++-runtime
1652025-02-13T04:26:44.226Z 13-2.0 -> 14-2.0
1662025-02-13T04:26:44.226Z system/library/gcc-runtime
1672025-02-13T04:26:44.226Z 13-2.0 -> 14-2.0
1682025-02-13T04:26:44.226Z
1692025-02-13T04:26:44.226ZServices:
1702025-02-13T04:26:44.226Z restart_fmri:
1712025-02-13T04:26:44.226Z svc:/system/update-man-index:default
1722025-02-13T04:26:44.226Z
1732025-02-13T04:26:44.226ZEditable files to change:
1742025-02-13T04:26:44.226Z Update:
1752025-02-13T04:26:44.226Z usr/share/lib/pkg/web/config.shtml
1762025-02-13T04:26:44.308Z
1772025-02-13T04:26:44.308ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-02-13T04:26:49.407ZDownload: 166/4301 items 0.5/225.4MB 0% complete (98.5k/s)
1792025-02-13T04:26:56.825ZDownload: 206/4301 items 1.3/225.4MB 0% complete (147k/s)
1802025-02-13T04:27:11.424ZDownload: 212/4301 items 1.3/225.4MB 0% complete
1812025-02-13T04:27:16.833ZDownload: 213/4301 items 1.3/225.4MB 0% complete (2.4k/s)
1822025-02-13T04:27:21.846ZDownload: 434/4301 items 16.9/225.4MB 7% complete (2.5M/s)
1832025-02-13T04:27:26.871ZDownload: 571/4301 items 17.5/225.4MB 7% complete (1.8M/s)
1842025-02-13T04:27:31.937ZDownload: 724/4301 items 18.2/225.4MB 8% complete (153k/s)
1852025-02-13T04:27:37.025ZDownload: 817/4301 items 18.5/225.4MB 8% complete (109k/s)
1862025-02-13T04:27:42.032ZDownload: 937/4301 items 18.8/225.4MB 8% complete (69.7k/s)
1872025-02-13T04:27:47.051ZDownload: 1036/4301 items 19.7/225.4MB 8% complete (107k/s)
1882025-02-13T04:27:52.072ZDownload: 1127/4301 items 65.4/225.4MB 29% complete (4.6M/s)
1892025-02-13T04:27:57.233ZDownload: 1187/4301 items 83.3/225.4MB 36% complete (6.4M/s)
1902025-02-13T04:28:04.878ZDownload: 1193/4301 items 83.3/225.4MB 36% complete (5.8M/s)
1912025-02-13T04:28:12.998ZDownload: 1195/4301 items 83.3/225.4MB 36% complete
1922025-02-13T04:28:19.377ZDownload: 1196/4301 items 83.3/225.4MB 36% complete
1932025-02-13T04:28:25.696ZDownload: 1200/4301 items 83.3/225.4MB 36% complete (409B/s)
1942025-02-13T04:28:30.817ZDownload: 1448/4301 items 112.9/225.4MB 50% complete (3.1M/s)
1952025-02-13T04:28:35.968ZDownload: 1637/4301 items 117.8/225.4MB 52% complete (3.6M/s)
1962025-02-13T04:28:41.108ZDownload: 1754/4301 items 118.2/225.4MB 52% complete (582k/s)
1972025-02-13T04:28:46.179ZDownload: 1878/4301 items 118.5/225.4MB 52% complete (88.1k/s)
1982025-02-13T04:28:51.190ZDownload: 2006/4301 items 118.7/225.4MB 52% complete (52.7k/s)
1992025-02-13T04:28:56.322ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (70.2k/s)
2002025-02-13T04:29:01.923ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (69.4k/s)
2012025-02-13T04:29:09.727ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
2022025-02-13T04:29:14.905ZDownload: 2416/4301 items 120.1/225.4MB 53% complete (190k/s)
2032025-02-13T04:29:19.947ZDownload: 2750/4301 items 120.9/225.4MB 53% complete (171k/s)
2042025-02-13T04:29:25.055ZDownload: 3007/4301 items 121.3/225.4MB 53% complete (128k/s)
2052025-02-13T04:29:30.094ZDownload: 3211/4301 items 189.1/225.4MB 83% complete (6.8M/s)
2062025-02-13T04:29:36.804ZDownload: 3247/4301 items 202.0/225.4MB 89% complete (8.0M/s)
2072025-02-13T04:29:42.189ZDownload: 3248/4301 items 202.0/225.4MB 89% complete (7.8M/s)
2082025-02-13T04:29:47.627ZDownload: 4204/4301 items 220.6/225.4MB 97% complete (2.1M/s)
2092025-02-13T04:29:52.140ZDownload: Completed 225.42 MB in 187.80 seconds (1.2M/s)
2102025-02-13T04:29:54.345Z Actions: 1/5122 actions (Removing old actions)
2112025-02-13T04:29:54.369Z Actions: 194/5122 actions (Installing new actions)
2122025-02-13T04:29:59.060Z Actions: 4267/5122 actions (Updating modified actions)
2132025-02-13T04:29:59.470Z Actions: Completed 5122 actions in 5.08 seconds.
2142025-02-13T04:29:59.682Z Done (0.239s)
2152025-02-13T04:29:59.700Z Done (0.001s)
2162025-02-13T04:30:00.278Z Done (0.600s)
2172025-02-13T04:30:04.641Z Done (4.138s)
2182025-02-13T04:30:04.730Z Done (0.018s)
2192025-02-13T04:30:04.733Z Done (0.000s)
2202025-02-13T04:30:04.901Z Done (0.000s)
2212025-02-13T04:30:05.611ZPlanning: Evaluating mediator changes ... Done
2222025-02-13T04:30:05.770ZPlanning: Checking for conflicting actions ... Done
2232025-02-13T04:30:05.773ZPlanning: Consolidating action changes ... Done
2242025-02-13T04:30:06.039ZPlanning: Evaluating mediators ... Done
2252025-02-13T04:30:06.042ZPlanning: Planning completed in 0.43 seconds
2262025-02-13T04:30:06.080Z Mediators to change: 2
2272025-02-13T04:30:06.080Z Create boot environment: No
2282025-02-13T04:30:06.083ZCreate backup boot environment: No
2292025-02-13T04:30:06.164Z Done
2302025-02-13T04:30:06.164Z Done
2312025-02-13T04:30:06.535Z Done
2322025-02-13T04:30:10.107Z Done
2332025-02-13T04:30:10.196Z Done
2342025-02-13T04:30:10.199Z Done
2352025-02-13T04:30:10.342Z Done
2362025-02-13T04:30:10.944ZPlanning: Evaluating mediator changes ... Done
2372025-02-13T04:30:10.946ZPlanning: Merging actions ... Done
2382025-02-13T04:30:11.134ZPlanning: Checking for conflicting actions ... Done
2392025-02-13T04:30:11.138ZPlanning: Consolidating action changes ... Done
2402025-02-13T04:30:11.396ZPlanning: Evaluating mediators ... Done
2412025-02-13T04:30:11.450ZPlanning: Planning completed in 0.75 seconds
2422025-02-13T04:30:11.494Z Packages to change: 1
2432025-02-13T04:30:11.494Z Mediators to change: 1
2442025-02-13T04:30:11.494Z Services to change: 1
2452025-02-13T04:30:11.494Z Create boot environment: No
2462025-02-13T04:30:11.497ZCreate backup boot environment: Yes
2472025-02-13T04:30:13.834Z Actions: 1/6 actions (Updating modified actions)
2482025-02-13T04:30:13.838Z Actions: Completed 6 actions in 0.00 seconds.
2492025-02-13T04:30:13.838Z Done
2502025-02-13T04:30:13.838Z Done
2512025-02-13T04:30:13.957Z Done
2522025-02-13T04:30:17.566Z Done
2532025-02-13T04:30:17.658Z Done
2542025-02-13T04:30:17.661Z Done
2552025-02-13T04:30:17.799Z Done
2562025-02-13T04:30:18.238ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2572025-02-13T04:30:18.238Zclang system 15 system
2582025-02-13T04:30:18.238Zcsh system system illumos
2592025-02-13T04:30:18.238Zctags system system illumos
2602025-02-13T04:30:18.238Zgcc vendor 12 vendor
2612025-02-13T04:30:18.238Zgcc system 10 system
2622025-02-13T04:30:18.238Zgcc system 7 system
2632025-02-13T04:30:18.238Zgo system 1.20 system
2642025-02-13T04:30:18.238Zgo system 1.19 system
2652025-02-13T04:30:18.238Zllvm system 15 system
2662025-02-13T04:30:18.238Zllvm system 14 system
2672025-02-13T04:30:18.238Zmariadb system 10.6 system
2682025-02-13T04:30:18.238Zmta vendor vendor dma
2692025-02-13T04:30:18.238Zopenjdk system 17 system
2702025-02-13T04:30:18.238Zopenjdk system 11 system
2712025-02-13T04:30:18.238Zopenjdk system 1.8 system
2722025-02-13T04:30:18.238Zopenssl vendor 3 vendor
2732025-02-13T04:30:18.238Zperl system 5.36 system
2742025-02-13T04:30:18.238Zpostgresql system 15 system
2752025-02-13T04:30:18.238Zpostgresql system 13 system
2762025-02-13T04:30:18.238Zpython vendor 3 vendor
2772025-02-13T04:30:18.238Zpython system 2 system
2782025-02-13T04:30:18.238Zpython3 system 3.11 system
2792025-02-13T04:30:18.238Zruby system 3.0 system
2802025-02-13T04:30:18.238Zwords vendor vendor american-english
2812025-02-13T04:30:18.238Zwords system system australian-english
2822025-02-13T04:30:18.238Zwords system system british-english
2832025-02-13T04:30:18.238Zwords system system canadian-english
2842025-02-13T04:30:18.238Zwords system system french
2852025-02-13T04:30:18.239Zwords system system italian
2862025-02-13T04:30:18.239Zwords system system ngerman
2872025-02-13T04:30:18.239Zwords system system ogerman
2882025-02-13T04:30:18.239Zwords system system spanish
2892025-02-13T04:30:18.583ZPUBLISHER TYPE STATUS P LOCATION
2902025-02-13T04:30:18.583Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2912025-02-13T04:30:21.512ZFMRI IFO
2922025-02-13T04:30:21.512Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2932025-02-13T04:30:21.512Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2942025-02-13T04:30:21.512Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2952025-02-13T04:30:21.512Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2962025-02-13T04:30:21.512Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2972025-02-13T04:30:21.512Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2982025-02-13T04:30:21.512Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2992025-02-13T04:30:21.512Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3002025-02-13T04:30:21.513Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3012025-02-13T04:30:21.513Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3022025-02-13T04:30:21.513Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3032025-02-13T04:30:21.513Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3042025-02-13T04:30:21.513Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3052025-02-13T04:30:21.513Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3062025-02-13T04:30:21.513Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3072025-02-13T04:30:22.278Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3082025-02-13T04:30:22.530Z Updating crates.io index
3092025-02-13T04:30:22.537Z Updating git repository `https://github.com/oxidecomputer/daft`
3102025-02-13T04:30:23.461Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3112025-02-13T04:30:23.957Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3122025-02-13T04:30:24.201Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132025-02-13T04:30:24.446Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3142025-02-13T04:30:24.661Z Updating git repository `https://github.com/oxidecomputer/propolis`
3152025-02-13T04:30:25.562Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162025-02-13T04:30:27.194Z Updating git repository `https://github.com/oxidecomputer/opte`
3172025-02-13T04:30:27.832Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182025-02-13T04:30:28.636Z Updating git repository `https://github.com/oxidecomputer/clickward`
3192025-02-13T04:30:28.895Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3202025-02-13T04:30:29.183Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3212025-02-13T04:30:29.750Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3222025-02-13T04:30:30.091Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3232025-02-13T04:30:30.360Z Updating git repository `https://github.com/oxidecomputer/tofino`
3242025-02-13T04:30:30.610Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3252025-02-13T04:30:30.842Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3262025-02-13T04:30:31.171Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3272025-02-13T04:30:31.444Z Updating git repository `https://github.com/oxidecomputer/lldp`
3282025-02-13T04:30:31.736Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3292025-02-13T04:30:32.072Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3302025-02-13T04:30:32.390Z Updating git repository `https://github.com/oxidecomputer/ispf`
3312025-02-13T04:30:32.705Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3322025-02-13T04:30:32.990Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3332025-02-13T04:30:33.591Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3342025-02-13T04:30:33.875Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3352025-02-13T04:30:34.241Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3362025-02-13T04:30:34.607Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3372025-02-13T04:30:34.872Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3382025-02-13T04:30:35.104Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392025-02-13T04:30:35.366Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3402025-02-13T04:30:36.522Z Downloading crates ...
3412025-02-13T04:30:36.645Z Downloaded anstream v0.6.15
3422025-02-13T04:30:36.668Z Downloaded anstyle v1.0.10
3432025-02-13T04:30:36.720Z Downloaded anstyle-parse v0.2.5
3442025-02-13T04:30:36.798Z Downloaded heck v0.5.0
3452025-02-13T04:30:36.801Z Downloaded heck v0.4.1
3462025-02-13T04:30:36.801Z Downloaded pretty-hex v0.4.1
3472025-02-13T04:30:36.817Z Downloaded serde_tokenstream v0.2.2
3482025-02-13T04:30:36.835Z Downloaded scroll_derive v0.12.0
3492025-02-13T04:30:36.853Z Downloaded serde_spanned v0.6.8
3502025-02-13T04:30:36.856Z Downloaded equivalent v1.0.1
3512025-02-13T04:30:36.862Z Downloaded proc-macro-error-attr v1.0.4
3522025-02-13T04:30:36.865Z Downloaded smawk v0.3.2
3532025-02-13T04:30:36.876Z Downloaded toml_datetime v0.6.8
3542025-02-13T04:30:36.884Z Downloaded swrite v0.1.0
3552025-02-13T04:30:36.893Z Downloaded usdt-macro v0.5.0
3562025-02-13T04:30:36.896Z Downloaded dtrace-parser v0.2.0
3572025-02-13T04:30:36.898Z Downloaded tabled_derive v0.7.0
3582025-02-13T04:30:36.902Z Downloaded unicode-linebreak v0.1.5
3592025-02-13T04:30:36.905Z Downloaded cfg-if v1.0.0
3602025-02-13T04:30:36.905Z Downloaded memmap v0.7.0
3612025-02-13T04:30:36.907Z Downloaded bytecount v0.6.8
3622025-02-13T04:30:36.907Z Downloaded strsim v0.11.1
3632025-02-13T04:30:36.912Z Downloaded byteorder v1.5.0
3642025-02-13T04:30:36.912Z Downloaded colorchoice v1.0.2
3652025-02-13T04:30:36.916Z Downloaded version_check v0.9.5
3662025-02-13T04:30:36.919Z Downloaded thread-id v4.2.2
3672025-02-13T04:30:36.921Z Downloaded usdt v0.5.0
3682025-02-13T04:30:36.921Z Downloaded once_cell v1.20.2
3692025-02-13T04:30:36.925Z Downloaded sha2 v0.10.8
3702025-02-13T04:30:36.927Z Downloaded semver v1.0.24
3712025-02-13T04:30:36.927Z Downloaded camino v1.1.9
3722025-02-13T04:30:36.931Z Downloaded scroll v0.12.0
3732025-02-13T04:30:36.933Z Downloaded errno v0.3.9
3742025-02-13T04:30:36.933Z Downloaded usdt-impl v0.5.0
3752025-02-13T04:30:36.933Z Downloaded quote v1.0.38
3762025-02-13T04:30:36.936Z Downloaded autocfg v1.4.0
3772025-02-13T04:30:36.939Z Downloaded macaddr v1.0.1
3782025-02-13T04:30:36.939Z Downloaded fnv v1.0.7
3792025-02-13T04:30:36.942Z Downloaded fastrand v2.1.1
3802025-02-13T04:30:36.942Z Downloaded usdt-attr-macro v0.5.0
3812025-02-13T04:30:36.942Z Downloaded generic-array v0.14.7
3822025-02-13T04:30:36.946Z Downloaded fs-err v2.11.0
3832025-02-13T04:30:36.946Z Downloaded block-buffer v0.10.4
3842025-02-13T04:30:36.949Z Downloaded is_terminal_polyfill v1.70.1
3852025-02-13T04:30:36.949Z Downloaded cargo-platform v0.1.8
3862025-02-13T04:30:36.949Z Downloaded anstyle-query v1.1.1
3872025-02-13T04:30:36.949Z Downloaded utf8parse v0.2.2
3882025-02-13T04:30:36.952Z Downloaded pest_generator v2.7.14
3892025-02-13T04:30:36.952Z Downloaded digest v0.10.7
3902025-02-13T04:30:36.955Z Downloaded crypto-common v0.1.6
3912025-02-13T04:30:36.955Z Downloaded itoa v1.0.11
3922025-02-13T04:30:36.957Z Downloaded cpufeatures v0.2.14
3932025-02-13T04:30:36.957Z Downloaded clap_lex v0.7.4
3942025-02-13T04:30:36.957Z Downloaded thiserror v1.0.69
3952025-02-13T04:30:36.962Z Downloaded thiserror-impl v1.0.69
3962025-02-13T04:30:36.965Z Downloaded camino-tempfile v1.1.1
3972025-02-13T04:30:36.967Z Downloaded tempfile v3.13.0
3982025-02-13T04:30:36.967Z Downloaded cargo_metadata v0.18.1
3992025-02-13T04:30:36.970Z Downloaded proc-macro-error v1.0.4
4002025-02-13T04:30:36.973Z Downloaded typenum v1.17.0
4012025-02-13T04:30:36.976Z Downloaded anyhow v1.0.95
4022025-02-13T04:30:36.986Z Downloaded terminal_size v0.4.0
4032025-02-13T04:30:36.986Z Downloaded plain v0.2.3
4042025-02-13T04:30:36.986Z Downloaded pest_derive v2.7.14
4052025-02-13T04:30:36.986Z Downloaded ryu v1.0.18
4062025-02-13T04:30:36.989Z Downloaded clap_derive v4.5.24
4072025-02-13T04:30:36.989Z Downloaded cargo_toml v0.20.5
4082025-02-13T04:30:36.989Z Downloaded dof v0.3.0
4092025-02-13T04:30:36.992Z Downloaded proc-macro2 v1.0.92
4102025-02-13T04:30:36.995Z Downloaded zerocopy-derive v0.7.35
4112025-02-13T04:30:37.000Z Downloaded clap v4.5.27
4122025-02-13T04:30:37.005Z Downloaded textwrap v0.16.1
4132025-02-13T04:30:37.008Z Downloaded serde_derive v1.0.217
4142025-02-13T04:30:37.010Z Downloaded unicode-ident v1.0.14
4152025-02-13T04:30:37.014Z Downloaded toml v0.8.19
4162025-02-13T04:30:37.016Z Downloaded log v0.4.22
4172025-02-13T04:30:37.019Z Downloaded pest_meta v2.7.14
4182025-02-13T04:30:37.022Z Downloaded ucd-trie v0.1.7
4192025-02-13T04:30:37.022Z Downloaded bitflags v2.6.0
4202025-02-13T04:30:37.025Z Downloaded papergrid v0.11.0
4212025-02-13T04:30:37.040Z Downloaded serde v1.0.217
4222025-02-13T04:30:37.056Z Downloaded memchr v2.7.4
4232025-02-13T04:30:37.061Z Downloaded indexmap v2.7.1
4242025-02-13T04:30:37.083Z Downloaded toml_edit v0.22.22
4252025-02-13T04:30:37.105Z Downloaded serde_json v1.0.135
4262025-02-13T04:30:37.110Z Downloaded pest v2.7.14
4272025-02-13T04:30:37.115Z Downloaded zerocopy v0.7.35
4282025-02-13T04:30:37.130Z Downloaded hashbrown v0.15.1
4292025-02-13T04:30:37.134Z Downloaded syn v1.0.109
4302025-02-13T04:30:37.144Z Downloaded winnow v0.6.20
4312025-02-13T04:30:37.152Z Downloaded tabled v0.15.0
4322025-02-13T04:30:37.166Z Downloaded syn v2.0.96
4332025-02-13T04:30:37.177Z Downloaded unicode-width v0.1.14
4342025-02-13T04:30:37.182Z Downloaded goblin v0.8.2
4352025-02-13T04:30:37.187Z Downloaded clap_builder v4.5.27
4362025-02-13T04:30:37.203Z Downloaded rustix v0.38.37
4372025-02-13T04:30:37.241Z Downloaded libc v0.2.169
4382025-02-13T04:30:37.551Z Compiling proc-macro2 v1.0.92
4392025-02-13T04:30:37.551Z Compiling unicode-ident v1.0.14
4402025-02-13T04:30:37.554Z Compiling serde v1.0.217
4412025-02-13T04:30:37.554Z Compiling version_check v0.9.5
4422025-02-13T04:30:37.554Z Compiling memchr v2.7.4
4432025-02-13T04:30:37.554Z Compiling thiserror v1.0.69
4442025-02-13T04:30:37.554Z Compiling libc v0.2.169
4452025-02-13T04:30:37.554Z Compiling ryu v1.0.18
4462025-02-13T04:30:37.834Z Compiling itoa v1.0.11
4472025-02-13T04:30:38.102Z Compiling ucd-trie v0.1.7
4482025-02-13T04:30:38.346Z Compiling once_cell v1.20.2
4492025-02-13T04:30:38.438Z Compiling byteorder v1.5.0
4502025-02-13T04:30:38.657Z Compiling rustix v0.38.37
4512025-02-13T04:30:38.695Z Compiling serde_json v1.0.135
4522025-02-13T04:30:38.730Z Compiling bitflags v2.6.0
4532025-02-13T04:30:39.041Z Compiling usdt-impl v0.5.0
4542025-02-13T04:30:39.154Z Compiling proc-macro-error-attr v1.0.4
4552025-02-13T04:30:39.219Z Compiling syn v1.0.109
4562025-02-13T04:30:39.246Z Compiling proc-macro-error v1.0.4
4572025-02-13T04:30:39.350Z Compiling quote v1.0.38
4582025-02-13T04:30:39.521Z Compiling plain v0.2.3
4592025-02-13T04:30:39.548Z Compiling errno v0.3.9
4602025-02-13T04:30:39.624Z Compiling utf8parse v0.2.2
4612025-02-13T04:30:39.698Z Compiling camino v1.1.9
4622025-02-13T04:30:39.750Z Compiling syn v2.0.96
4632025-02-13T04:30:39.825Z Compiling equivalent v1.0.1
4642025-02-13T04:30:39.881Z Compiling hashbrown v0.15.1
4652025-02-13T04:30:39.962Z Compiling log v0.4.22
4662025-02-13T04:30:40.015Z Compiling thread-id v4.2.2
4672025-02-13T04:30:40.137Z Compiling anstyle-parse v0.2.5
4682025-02-13T04:30:40.479Z Compiling is_terminal_polyfill v1.70.1
4692025-02-13T04:30:40.503Z Compiling winnow v0.6.20
4702025-02-13T04:30:40.630Z Compiling semver v1.0.24
4712025-02-13T04:30:40.729Z Compiling anstyle v1.0.10
4722025-02-13T04:30:40.848Z Compiling colorchoice v1.0.2
4732025-02-13T04:30:40.953Z Compiling indexmap v2.7.1
4742025-02-13T04:30:41.016Z Compiling unicode-width v0.1.14
4752025-02-13T04:30:41.100Z Compiling pretty-hex v0.4.1
4762025-02-13T04:30:41.167Z Compiling autocfg v1.4.0
4772025-02-13T04:30:41.321Z Compiling anstyle-query v1.1.1
4782025-02-13T04:30:41.509Z Compiling anstream v0.6.15
4792025-02-13T04:30:41.817Z Compiling terminal_size v0.4.0
4802025-02-13T04:30:42.144Z Compiling fs-err v2.11.0
4812025-02-13T04:30:42.148Z Compiling strsim v0.11.1
4822025-02-13T04:30:42.222Z Compiling heck v0.5.0
4832025-02-13T04:30:42.336Z Compiling bytecount v0.6.8
4842025-02-13T04:30:42.431Z Compiling fnv v1.0.7
4852025-02-13T04:30:42.562Z Compiling fastrand v2.1.1
4862025-02-13T04:30:42.588Z Compiling cfg-if v1.0.0
4872025-02-13T04:30:42.593Z Compiling anyhow v1.0.95
4882025-02-13T04:30:42.759Z Compiling heck v0.4.1
4892025-02-13T04:30:43.025Z Compiling clap_lex v0.7.4
4902025-02-13T04:30:43.153Z Compiling tempfile v3.13.0
4912025-02-13T04:30:43.196Z Compiling papergrid v0.11.0
4922025-02-13T04:30:43.360Z Compiling clap_builder v4.5.27
4932025-02-13T04:30:43.547Z Compiling memmap v0.7.0
4942025-02-13T04:30:43.630Z Compiling unicode-linebreak v0.1.5
4952025-02-13T04:30:43.861Z Compiling smawk v0.3.2
4962025-02-13T04:30:44.078Z Compiling textwrap v0.16.1
4972025-02-13T04:30:44.134Z Compiling swrite v0.1.0
4982025-02-13T04:30:44.977Z Compiling tabled_derive v0.7.0
4992025-02-13T04:30:46.575Z Compiling tabled v0.15.0
5002025-02-13T04:30:46.631Z Compiling serde_derive v1.0.217
5012025-02-13T04:30:46.631Z Compiling thiserror-impl v1.0.69
5022025-02-13T04:30:46.634Z Compiling zerocopy-derive v0.7.35
5032025-02-13T04:30:46.634Z Compiling scroll_derive v0.12.0
5042025-02-13T04:30:46.634Z Compiling clap_derive v4.5.24
5052025-02-13T04:30:48.070Z Compiling scroll v0.12.0
5062025-02-13T04:30:48.551Z Compiling zerocopy v0.7.35
5072025-02-13T04:30:48.587Z Compiling goblin v0.8.2
5082025-02-13T04:30:49.758Z Compiling pest v2.7.14
5092025-02-13T04:30:50.288Z Compiling clap v4.5.27
5102025-02-13T04:30:51.856Z Compiling pest_meta v2.7.14
5112025-02-13T04:30:52.790Z Compiling pest_generator v2.7.14
5122025-02-13T04:30:54.194Z Compiling pest_derive v2.7.14
5132025-02-13T04:30:54.801Z Compiling dtrace-parser v0.2.0
5142025-02-13T04:30:55.494Z Compiling serde_spanned v0.6.8
5152025-02-13T04:30:55.498Z Compiling toml_datetime v0.6.8
5162025-02-13T04:30:55.622Z Compiling serde_tokenstream v0.2.2
5172025-02-13T04:30:55.799Z Compiling cargo-platform v0.1.8
5182025-02-13T04:30:55.802Z Compiling macaddr v1.0.1
5192025-02-13T04:30:55.987Z Compiling toml_edit v0.22.22
5202025-02-13T04:30:56.211Z Compiling camino-tempfile v1.1.1
5212025-02-13T04:30:56.855Z Compiling dof v0.3.0
5222025-02-13T04:30:56.855Z Compiling cargo_metadata v0.18.1
5232025-02-13T04:30:58.409Z Compiling usdt-macro v0.5.0
5242025-02-13T04:30:58.413Z Compiling usdt-attr-macro v0.5.0
5252025-02-13T04:30:58.767Z Compiling toml v0.8.19
5262025-02-13T04:30:59.619Z Compiling usdt v0.5.0
5272025-02-13T04:30:59.622Z Compiling cargo_toml v0.20.5
5282025-02-13T04:31:02.213Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5292025-02-13T04:31:05.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.29s
5302025-02-13T04:31:05.632Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5312025-02-13T04:31:06.150Z Downloading crates ...
5322025-02-13T04:31:06.263Z Downloaded arrayref v0.3.9
5332025-02-13T04:31:06.271Z Downloaded adler2 v2.0.0
5342025-02-13T04:31:06.278Z Downloaded arc-swap v1.7.1
5352025-02-13T04:31:06.282Z Downloaded crucible-workspace-hack v0.1.0
5362025-02-13T04:31:06.292Z Downloaded cstr-argument v0.1.2
5372025-02-13T04:31:06.298Z Downloaded cfg_aliases v0.1.1
5382025-02-13T04:31:06.301Z Downloaded hyper-tls v0.6.0
5392025-02-13T04:31:06.304Z Downloaded httpdate v1.0.3
5402025-02-13T04:31:06.304Z Downloaded humantime v2.1.0
5412025-02-13T04:31:06.307Z Downloaded block-padding v0.3.3
5422025-02-13T04:31:06.307Z Downloaded aead v0.5.2
5432025-02-13T04:31:06.310Z Downloaded hostname v0.4.0
5442025-02-13T04:31:06.310Z Downloaded hyper-util v0.1.10
5452025-02-13T04:31:06.315Z Downloaded icu_provider_macros v1.5.0
5462025-02-13T04:31:06.318Z Downloaded cassowary v0.3.0
5472025-02-13T04:31:06.320Z Downloaded base16ct v0.2.0
5482025-02-13T04:31:06.323Z Downloaded newline-converter v0.3.0
5492025-02-13T04:31:06.324Z Downloaded http-range v0.1.5
5502025-02-13T04:31:06.324Z Downloaded atomicwrites v0.4.4
5512025-02-13T04:31:06.326Z Downloaded http-body v1.0.1
5522025-02-13T04:31:06.326Z Downloaded ctr v0.9.2
5532025-02-13T04:31:06.329Z Downloaded md5 v0.7.0
5542025-02-13T04:31:06.332Z Downloaded instant v0.1.13
5552025-02-13T04:31:06.332Z Downloaded crc-catalog v2.4.0
5562025-02-13T04:31:06.335Z Downloaded bitfield v0.14.0
5572025-02-13T04:31:06.335Z Downloaded bitflags v1.3.2
5582025-02-13T04:31:06.338Z Downloaded is_ci v1.2.0
5592025-02-13T04:31:06.341Z Downloaded cexpr v0.6.0
5602025-02-13T04:31:06.344Z Downloaded crc v3.2.1
5612025-02-13T04:31:06.347Z Downloaded lazy_static v1.5.0
5622025-02-13T04:31:06.351Z Downloaded mime v0.3.17
5632025-02-13T04:31:06.351Z Downloaded is-terminal v0.4.13
5642025-02-13T04:31:06.351Z Downloaded ascii-canvas v3.0.0
5652025-02-13T04:31:06.354Z Downloaded array-init v0.0.4
5662025-02-13T04:31:06.354Z Downloaded new_debug_unreachable v1.0.6
5672025-02-13T04:31:06.357Z Downloaded ident_case v1.0.1
5682025-02-13T04:31:06.357Z Downloaded newtype_derive v0.1.6
5692025-02-13T04:31:06.357Z Downloaded crunchy v0.2.2
5702025-02-13T04:31:06.362Z Downloaded addr2line v0.24.2
5712025-02-13T04:31:06.362Z Downloaded match_cfg v0.1.0
5722025-02-13T04:31:06.365Z Downloaded hubpack_derive v0.1.1
5732025-02-13T04:31:06.365Z Downloaded inout v0.1.3
5742025-02-13T04:31:06.365Z Downloaded atty v0.2.14
5752025-02-13T04:31:06.365Z Downloaded async-trait v0.1.86
5762025-02-13T04:31:06.368Z Downloaded hostname v0.3.1
5772025-02-13T04:31:06.371Z Downloaded managed v0.8.0
5782025-02-13T04:31:06.374Z Downloaded linear-map v1.2.0
5792025-02-13T04:31:06.374Z Downloaded cipher v0.4.4
5802025-02-13T04:31:06.378Z Downloaded const_format_proc_macros v0.2.34
5812025-02-13T04:31:06.383Z Downloaded lalrpop-util v0.19.12
5822025-02-13T04:31:06.383Z Downloaded lru-cache v0.1.2
5832025-02-13T04:31:06.386Z Downloaded idna_adapter v1.2.0
5842025-02-13T04:31:06.386Z Downloaded bzip2 v0.4.4
5852025-02-13T04:31:06.386Z Downloaded curve25519-dalek-derive v0.1.1
5862025-02-13T04:31:06.391Z Downloaded argon2 v0.5.3
5872025-02-13T04:31:06.391Z Downloaded libsw v3.3.1
5882025-02-13T04:31:06.394Z Downloaded maplit v1.0.2
5892025-02-13T04:31:06.394Z Downloaded ipnetwork v0.20.0
5902025-02-13T04:31:06.397Z Downloaded heck v0.3.3
5912025-02-13T04:31:06.397Z Downloaded cmake v0.1.51
5922025-02-13T04:31:06.400Z Downloaded mime_guess v2.0.5
5932025-02-13T04:31:06.402Z Downloaded async-stream v0.3.6
5942025-02-13T04:31:06.403Z Downloaded ahash v0.8.11
5952025-02-13T04:31:06.407Z Downloaded mirai-annotations v1.12.0
5962025-02-13T04:31:06.409Z Downloaded bcrypt-pbkdf v0.10.0
5972025-02-13T04:31:06.409Z Downloaded buf-list v1.0.3
5982025-02-13T04:31:06.413Z Downloaded libloading v0.8.5
5992025-02-13T04:31:06.416Z Downloaded nibble_vec v0.1.0
6002025-02-13T04:31:06.416Z Downloaded newtype-uuid v1.2.1
6012025-02-13T04:31:06.419Z Downloaded nanorand v0.7.0
6022025-02-13T04:31:06.423Z Downloaded async-bb8-diesel v0.2.1
6032025-02-13T04:31:06.428Z Downloaded lockfree-object-pool v0.1.6
6042025-02-13T04:31:06.428Z Downloaded jobserver v0.1.32
6052025-02-13T04:31:06.431Z Downloaded termtree v0.4.1
6062025-02-13T04:31:06.431Z Downloaded r2d2 v0.8.10
6072025-02-13T04:31:06.434Z Downloaded litemap v0.7.3
6082025-02-13T04:31:06.437Z Downloaded rand_seeder v0.3.0
6092025-02-13T04:31:06.437Z Downloaded darling v0.20.10
6102025-02-13T04:31:06.441Z Downloaded sync-ptr v0.1.1
6112025-02-13T04:31:06.444Z Downloaded icu_locid_transform_data v1.5.0
6122025-02-13T04:31:06.448Z Downloaded scrypt v0.11.0
6132025-02-13T04:31:06.448Z Downloaded rustc-hash v1.1.0
6142025-02-13T04:31:06.451Z Downloaded cookie v0.18.1
6152025-02-13T04:31:06.451Z Downloaded try-lock v0.2.5
6162025-02-13T04:31:06.455Z Downloaded arrayvec v0.7.6
6172025-02-13T04:31:06.455Z Downloaded ciborium v0.2.2
6182025-02-13T04:31:06.459Z Downloaded scopeguard v1.2.0
6192025-02-13T04:31:06.462Z Downloaded mockall v0.13.0
6202025-02-13T04:31:06.462Z Downloaded rtoolbox v0.0.2
6212025-02-13T04:31:06.465Z Downloaded crc32fast v1.4.2
6222025-02-13T04:31:06.465Z Downloaded md-5 v0.10.6
6232025-02-13T04:31:06.468Z Downloaded derive_builder_macro v0.20.2
6242025-02-13T04:31:06.468Z Downloaded native-tls v0.2.12
6252025-02-13T04:31:06.472Z Downloaded foreign-types-shared v0.1.1
6262025-02-13T04:31:06.476Z Downloaded zone_cfg_derive v0.1.2
6272025-02-13T04:31:06.476Z Downloaded termtree v0.5.1
6282025-02-13T04:31:06.476Z Downloaded tap v1.0.1
6292025-02-13T04:31:06.479Z Downloaded libefi-sys v0.1.0
6302025-02-13T04:31:06.479Z Downloaded miniz_oxide v0.8.0
6312025-02-13T04:31:06.482Z Downloaded crossbeam-utils v0.8.20
6322025-02-13T04:31:06.485Z Downloaded icu_provider v1.5.0
6332025-02-13T04:31:06.489Z Downloaded foreign-types-shared v0.3.1
6342025-02-13T04:31:06.489Z Downloaded endian-type v0.1.2
6352025-02-13T04:31:06.493Z Downloaded dsl_auto_type v0.1.2
6362025-02-13T04:31:06.493Z Downloaded unicode-xid v0.2.6
6372025-02-13T04:31:06.496Z Downloaded backtrace v0.3.74
6382025-02-13T04:31:06.503Z Downloaded path-slash v0.1.5
6392025-02-13T04:31:06.506Z Downloaded opaque-debug v0.3.1
6402025-02-13T04:31:06.506Z Downloaded nodrop v0.1.14
6412025-02-13T04:31:06.506Z Downloaded parse-size v1.1.0
6422025-02-13T04:31:06.506Z Downloaded spki v0.7.3
6432025-02-13T04:31:06.506Z Downloaded zone v0.3.0
6442025-02-13T04:31:06.509Z Downloaded lock_api v0.4.12
6452025-02-13T04:31:06.509Z Downloaded rustc-demangle v0.1.24
6462025-02-13T04:31:06.514Z Downloaded tui-tree-widget v0.22.0
6472025-02-13T04:31:06.518Z Downloaded chacha20poly1305 v0.10.1
6482025-02-13T04:31:06.518Z Downloaded icu_normalizer v1.5.0
6492025-02-13T04:31:06.522Z Downloaded crc-any v2.5.0
6502025-02-13T04:31:06.526Z Downloaded precomputed-hash v0.1.1
6512025-02-13T04:31:06.527Z Downloaded hmac v0.12.1
6522025-02-13T04:31:06.527Z Downloaded snafu-derive v0.8.5
6532025-02-13T04:31:06.530Z Downloaded embedded-io v0.4.0
6542025-02-13T04:31:06.530Z Downloaded which v4.4.2
6552025-02-13T04:31:06.534Z Downloaded embedded-io v0.6.1
6562025-02-13T04:31:06.534Z Downloaded rcgen v0.12.1
6572025-02-13T04:31:06.541Z Downloaded sync_wrapper v1.0.1
6582025-02-13T04:31:06.544Z Downloaded indexmap v1.9.3
6592025-02-13T04:31:06.544Z Downloaded rpassword v7.3.1
6602025-02-13T04:31:06.544Z Downloaded futures-io v0.3.31
6612025-02-13T04:31:06.544Z Downloaded ena v0.14.3
6622025-02-13T04:31:06.554Z Downloaded glob v0.3.2
6632025-02-13T04:31:06.554Z Downloaded base64 v0.22.1
6642025-02-13T04:31:06.557Z Downloaded strum v0.26.3
6652025-02-13T04:31:06.557Z Downloaded yoke v0.7.4
6662025-02-13T04:31:06.557Z Downloaded olpc-cjson v0.1.4
6672025-02-13T04:31:06.557Z Downloaded yasna v0.5.2
6682025-02-13T04:31:06.560Z Downloaded group v0.13.0
6692025-02-13T04:31:06.565Z Downloaded icu_normalizer_data v1.5.0
6702025-02-13T04:31:06.568Z Downloaded want v0.3.1
6712025-02-13T04:31:06.568Z Downloaded tinyvec_macros v0.1.1
6722025-02-13T04:31:06.568Z Downloaded whoami v1.5.2
6732025-02-13T04:31:06.571Z Downloaded tokio-rustls v0.25.0
6742025-02-13T04:31:06.574Z Downloaded semver v0.1.20
6752025-02-13T04:31:06.574Z Downloaded rustc_version v0.4.1
6762025-02-13T04:31:06.577Z Downloaded slog v2.7.0
6772025-02-13T04:31:06.581Z Downloaded rustls-pemfile v1.0.4
6782025-02-13T04:31:06.581Z Downloaded futures-executor v0.3.31
6792025-02-13T04:31:06.583Z Downloaded fxhash v0.2.1
6802025-02-13T04:31:06.584Z Downloaded pbkdf2 v0.11.0
6812025-02-13T04:31:06.587Z Downloaded supports-color v3.0.1
6822025-02-13T04:31:06.590Z Downloaded powerfmt v0.2.0
6832025-02-13T04:31:06.590Z Downloaded des v0.8.1
6842025-02-13T04:31:06.592Z Downloaded ppv-lite86 v0.2.20
6852025-02-13T04:31:06.595Z Downloaded gethostname v0.5.0
6862025-02-13T04:31:06.595Z Downloaded vsss-rs v3.3.4
6872025-02-13T04:31:06.598Z Downloaded serde_yaml v0.9.34+deprecated
6882025-02-13T04:31:06.602Z Downloaded tls_codec_derive v0.4.1
6892025-02-13T04:31:06.604Z Downloaded tls_codec v0.4.1
6902025-02-13T04:31:06.607Z Downloaded heapless v0.8.0
6912025-02-13T04:31:06.611Z Downloaded pretty-hex v0.2.1
6922025-02-13T04:31:06.614Z Downloaded openssl-macros v0.1.1
6932025-02-13T04:31:06.614Z Downloaded crypto-bigint v0.5.5
6942025-02-13T04:31:06.622Z Downloaded openssl-probe v0.1.5
6952025-02-13T04:31:06.625Z Downloaded snafu v0.8.5
6962025-02-13T04:31:06.630Z Downloaded russh-cryptovec v0.7.3
6972025-02-13T04:31:06.633Z Downloaded ghash v0.5.1
6982025-02-13T04:31:06.633Z Downloaded smallvec v1.13.2
6992025-02-13T04:31:06.636Z Downloaded progenitor v0.9.1
7002025-02-13T04:31:06.640Z Downloaded highway v1.2.0
7012025-02-13T04:31:06.645Z Downloaded fd-lock v4.0.2
7022025-02-13T04:31:06.645Z Downloaded document-features v0.2.10
7032025-02-13T04:31:06.648Z Downloaded fixedbitset v0.4.2
7042025-02-13T04:31:06.648Z Downloaded enum-as-inner v0.6.1
7052025-02-13T04:31:06.648Z Downloaded peg v0.8.4
7062025-02-13T04:31:06.653Z Downloaded twox-hash v2.1.0
7072025-02-13T04:31:06.658Z Downloaded pbkdf2 v0.12.2
7082025-02-13T04:31:06.658Z Downloaded derive_more v0.99.18
7092025-02-13T04:31:06.662Z Downloaded stable_deref_trait v1.2.0
7102025-02-13T04:31:06.666Z Downloaded cc v1.1.30
7112025-02-13T04:31:06.671Z Downloaded tower-service v0.3.3
7122025-02-13T04:31:06.673Z Downloaded hash32 v0.2.1
7132025-02-13T04:31:06.673Z Downloaded serde_derive_internals v0.29.1
7142025-02-13T04:31:06.673Z Downloaded futures-channel v0.3.31
7152025-02-13T04:31:06.676Z Downloaded der_derive v0.7.3
7162025-02-13T04:31:06.680Z Downloaded shell-words v1.1.0
7172025-02-13T04:31:06.680Z Downloaded filetime v0.2.25
7182025-02-13T04:31:06.683Z Downloaded omicron-zone-package v0.12.0
7192025-02-13T04:31:06.686Z Downloaded vte_generate_state_changes v0.1.2
7202025-02-13T04:31:06.686Z Downloaded topological-sort v0.2.2
7212025-02-13T04:31:06.693Z Downloaded phf_generator v0.11.2
7222025-02-13T04:31:06.693Z Downloaded tungstenite v0.21.0
7232025-02-13T04:31:06.695Z Downloaded rayon-core v1.12.1
7242025-02-13T04:31:06.708Z Downloaded oso-derive v0.27.3
7252025-02-13T04:31:06.711Z Downloaded quick-error v1.2.3
7262025-02-13T04:31:06.711Z Downloaded unicode-properties v0.1.3
7272025-02-13T04:31:06.714Z Downloaded pin-project v1.1.6
7282025-02-13T04:31:06.725Z Downloaded ed25519 v2.2.3
7292025-02-13T04:31:06.728Z Downloaded deranged v0.3.11
7302025-02-13T04:31:06.731Z Downloaded thread_local v1.1.8
7312025-02-13T04:31:06.731Z Downloaded serde_with_macros v3.11.0
7322025-02-13T04:31:06.734Z Downloaded flagset v0.4.6
7332025-02-13T04:31:06.737Z Downloaded static_assertions v1.1.0
7342025-02-13T04:31:06.737Z Downloaded string_cache v0.8.7
7352025-02-13T04:31:06.740Z Downloaded rustversion v1.0.17
7362025-02-13T04:31:06.743Z Downloaded num_enum_derive v0.5.11
7372025-02-13T04:31:06.743Z Downloaded rustls-pemfile v2.2.0
7382025-02-13T04:31:06.748Z Downloaded phf_codegen v0.11.2
7392025-02-13T04:31:06.752Z Downloaded time-core v0.1.2
7402025-02-13T04:31:06.752Z Downloaded rand v0.8.5
7412025-02-13T04:31:06.755Z Downloaded getrandom v0.2.15
7422025-02-13T04:31:06.758Z Downloaded wait-timeout v0.2.0
7432025-02-13T04:31:06.758Z Downloaded hash32 v0.3.1
7442025-02-13T04:31:06.758Z Downloaded displaydoc v0.2.5
7452025-02-13T04:31:06.762Z Downloaded progenitor-macro v0.8.0
7462025-02-13T04:31:06.765Z Downloaded pin-utils v0.1.0
7472025-02-13T04:31:06.765Z Downloaded float-cmp v0.9.0
7482025-02-13T04:31:06.768Z Downloaded mio v1.0.2
7492025-02-13T04:31:06.772Z Downloaded rustc-hash v2.0.0
7502025-02-13T04:31:06.775Z Downloaded phf_shared v0.11.2
7512025-02-13T04:31:06.775Z Downloaded derive_builder_core v0.20.2
7522025-02-13T04:31:06.777Z Downloaded hickory-server v0.24.2
7532025-02-13T04:31:06.783Z Downloaded strum_macros v0.25.3
7542025-02-13T04:31:06.786Z Downloaded secrecy v0.8.0
7552025-02-13T04:31:06.790Z Downloaded rustc_version v0.1.7
7562025-02-13T04:31:06.790Z Downloaded serde_plain v1.0.2
7572025-02-13T04:31:06.792Z Downloaded env_logger v0.11.5
7582025-02-13T04:31:06.796Z Downloaded num-traits v0.2.19
7592025-02-13T04:31:06.799Z Downloaded minimal-lexical v0.2.1
7602025-02-13T04:31:06.802Z Downloaded sigpipe v0.1.3
7612025-02-13T04:31:06.805Z Downloaded aho-corasick v1.1.3
7622025-02-13T04:31:06.811Z Downloaded writeable v0.5.5
7632025-02-13T04:31:06.815Z Downloaded take_mut v0.2.2
7642025-02-13T04:31:06.815Z Downloaded fragile v2.0.0
7652025-02-13T04:31:06.818Z Downloaded serde_urlencoded v0.7.1
7662025-02-13T04:31:06.818Z Downloaded half v2.4.1
7672025-02-13T04:31:06.821Z Downloaded data-encoding v2.6.0
7682025-02-13T04:31:06.823Z Downloaded derive_builder v0.20.2
7692025-02-13T04:31:06.827Z Downloaded waitgroup v0.1.2
7702025-02-13T04:31:06.830Z Downloaded zerofrom-derive v0.1.4
7712025-02-13T04:31:06.830Z Downloaded tiny-keccak v2.0.2
7722025-02-13T04:31:06.833Z Downloaded darling_macro v0.20.10
7732025-02-13T04:31:06.836Z Downloaded strum_macros v0.24.3
7742025-02-13T04:31:06.836Z Downloaded similar v2.6.0
7752025-02-13T04:31:06.843Z Downloaded diesel_table_macro_syntax v0.2.0
7762025-02-13T04:31:06.846Z Downloaded futures-macro v0.3.31
7772025-02-13T04:31:06.846Z Downloaded signal-hook-registry v1.4.2
7782025-02-13T04:31:06.846Z Downloaded pkg-config v0.3.31
7792025-02-13T04:31:06.849Z Downloaded either v1.13.0
7802025-02-13T04:31:06.851Z Downloaded futures-core v0.3.31
7812025-02-13T04:31:06.851Z Downloaded futures-sink v0.3.31
7822025-02-13T04:31:06.854Z Downloaded defmt-macros v0.3.9
7832025-02-13T04:31:06.858Z Downloaded pkcs1 v0.7.5
7842025-02-13T04:31:06.860Z Downloaded owo-colors v4.1.0
7852025-02-13T04:31:06.863Z Downloaded progenitor-client v0.8.0
7862025-02-13T04:31:06.863Z Downloaded utf16_iter v1.0.5
7872025-02-13T04:31:06.867Z Downloaded utf-8 v0.7.6
7882025-02-13T04:31:06.867Z Downloaded unicase v2.7.0
7892025-02-13T04:31:06.871Z Downloaded tabwriter v1.4.0
7902025-02-13T04:31:06.872Z Downloaded itertools v0.12.1
7912025-02-13T04:31:06.878Z Downloaded strip-ansi-escapes v0.2.0
7922025-02-13T04:31:06.882Z Downloaded sqlparser_derive v0.2.2
7932025-02-13T04:31:06.882Z Downloaded progenitor-impl v0.9.1
7942025-02-13T04:31:06.885Z Downloaded progenitor-impl v0.8.0
7952025-02-13T04:31:06.885Z Downloaded foreign-types-macros v0.2.3
7962025-02-13T04:31:06.888Z Downloaded simd-adler32 v0.3.7
7972025-02-13T04:31:06.888Z Downloaded quinn-udp v0.5.5
7982025-02-13T04:31:06.891Z Downloaded diesel-dtrace v0.4.2
7992025-02-13T04:31:06.896Z Downloaded rusty-fork v0.3.0
8002025-02-13T04:31:06.896Z Downloaded progenitor-client v0.9.1
8012025-02-13T04:31:06.901Z Downloaded vte v0.11.1
8022025-02-13T04:31:06.901Z Downloaded tokio-stream v0.1.16
8032025-02-13T04:31:06.905Z Downloaded defmt v0.3.8
8042025-02-13T04:31:06.908Z Downloaded downcast v0.11.0
8052025-02-13T04:31:06.908Z Downloaded packed_struct_codegen v0.10.1
8062025-02-13T04:31:06.912Z Downloaded packed_struct v0.10.1
8072025-02-13T04:31:06.918Z Downloaded number_prefix v0.4.0
8082025-02-13T04:31:06.918Z Downloaded progenitor v0.8.0
8092025-02-13T04:31:06.918Z Downloaded oso v0.27.3
8102025-02-13T04:31:06.921Z Downloaded zip v0.6.6
8112025-02-13T04:31:06.924Z Downloaded libxml v0.3.3
8122025-02-13T04:31:06.930Z Downloaded foreign-types v0.5.0
8132025-02-13T04:31:06.932Z Downloaded same-file v1.0.6
8142025-02-13T04:31:06.936Z Downloaded structmeta-derive v0.3.0
8152025-02-13T04:31:06.936Z Downloaded structmeta v0.3.0
8162025-02-13T04:31:06.936Z Downloaded foreign-types v0.3.2
8172025-02-13T04:31:06.939Z Downloaded num_threads v0.1.7
8182025-02-13T04:31:06.939Z Downloaded percent-encoding v2.3.1
8192025-02-13T04:31:06.942Z Downloaded resolv-conf v0.7.0
8202025-02-13T04:31:06.942Z Downloaded pkcs5 v0.7.1
8212025-02-13T04:31:06.946Z Downloaded publicsuffix v2.3.0
8222025-02-13T04:31:06.950Z Downloaded num-conv v0.1.0
8232025-02-13T04:31:06.952Z Downloaded hyper v1.5.2
8242025-02-13T04:31:06.957Z Downloaded toolchain_find v0.4.0
8252025-02-13T04:31:06.960Z Downloaded unicode-bidi v0.3.17
8262025-02-13T04:31:06.963Z Downloaded headers-core v0.3.0
8272025-02-13T04:31:06.963Z Downloaded dirs-sys-next v0.1.2
8282025-02-13T04:31:06.966Z Downloaded term v0.7.0
8292025-02-13T04:31:06.969Z Downloaded proc-macro-crate v1.3.1
8302025-02-13T04:31:06.972Z Downloaded num_enum v0.5.11
8312025-02-13T04:31:06.975Z Downloaded futures v0.3.31
8322025-02-13T04:31:06.980Z Downloaded num v0.4.3
8332025-02-13T04:31:06.983Z Downloaded dyn-clone v1.0.17
8342025-02-13T04:31:06.989Z Downloaded yoke-derive v0.7.4
8352025-02-13T04:31:06.989Z Downloaded zip v2.1.3
8362025-02-13T04:31:06.993Z Downloaded ssh-encoding v0.2.0
8372025-02-13T04:31:06.993Z Downloaded stringprep v0.1.5
8382025-02-13T04:31:06.996Z Downloaded dirs-next v2.0.0
8392025-02-13T04:31:06.996Z Downloaded p256 v0.13.2
8402025-02-13T04:31:06.999Z Downloaded hashbrown v0.12.3
8412025-02-13T04:31:07.009Z Downloaded qorb v0.2.1
8422025-02-13T04:31:07.012Z Downloaded phf_shared v0.10.0
8432025-02-13T04:31:07.012Z Downloaded normalize-line-endings v0.3.0
8442025-02-13T04:31:07.012Z Downloaded num-complex v0.4.6
8452025-02-13T04:31:07.012Z Downloaded scheduled-thread-pool v0.2.7
8462025-02-13T04:31:07.015Z Downloaded schemars_derive v0.8.21
8472025-02-13T04:31:07.015Z Downloaded unicode-normalization v0.1.24
8482025-02-13T04:31:07.019Z Downloaded num-iter v0.1.45
8492025-02-13T04:31:07.022Z Downloaded num-rational v0.4.2
8502025-02-13T04:31:07.025Z Downloaded num-integer v0.1.46
8512025-02-13T04:31:07.025Z Downloaded typify-macro v0.3.0
8522025-02-13T04:31:07.028Z Downloaded futures-task v0.3.31
8532025-02-13T04:31:07.028Z Downloaded ed25519-dalek v2.1.1
8542025-02-13T04:31:07.032Z Downloaded untrusted v0.7.1
8552025-02-13T04:31:07.037Z Downloaded typify v0.3.0
8562025-02-13T04:31:07.037Z Downloaded zone v0.1.8
8572025-02-13T04:31:07.044Z Downloaded primeorder v0.13.6
8582025-02-13T04:31:07.044Z Downloaded elliptic-curve v0.13.8
8592025-02-13T04:31:07.047Z Downloaded rfc6979 v0.4.0
8602025-02-13T04:31:07.047Z Downloaded ref-cast-impl v1.0.23
8612025-02-13T04:31:07.047Z Downloaded ref-cast v1.0.23
8622025-02-13T04:31:07.050Z Downloaded foldhash v0.1.3
8632025-02-13T04:31:07.050Z Downloaded diesel_derives v2.2.3
8642025-02-13T04:31:07.054Z Downloaded predicates-tree v1.0.11
8652025-02-13T04:31:07.057Z Downloaded hashbrown v0.13.2
8662025-02-13T04:31:07.060Z Downloaded xz2 v0.1.7
8672025-02-13T04:31:07.065Z Downloaded quick-xml v0.33.0
8682025-02-13T04:31:07.069Z Downloaded steno v0.4.1
8692025-02-13T04:31:07.075Z Downloaded paste v1.0.15
8702025-02-13T04:31:07.080Z Downloaded typify v0.2.0
8712025-02-13T04:31:07.084Z Downloaded slog-stdlog v4.1.1
8722025-02-13T04:31:07.084Z Downloaded polyval v0.6.2
8732025-02-13T04:31:07.087Z Downloaded tar v0.4.42
8742025-02-13T04:31:07.088Z Downloaded parse-display-derive v0.10.0
8752025-02-13T04:31:07.092Z Downloaded fallible-streaming-iterator v0.1.9
8762025-02-13T04:31:07.092Z Downloaded universal-hash v0.5.1
8772025-02-13T04:31:07.092Z Downloaded slog-dtrace v0.3.0
8782025-02-13T04:31:07.095Z Downloaded parking_lot v0.11.2
8792025-02-13T04:31:07.095Z Downloaded ssh-cipher v0.2.0
8802025-02-13T04:31:07.098Z Downloaded zerofrom v0.1.4
8812025-02-13T04:31:07.098Z Downloaded parking_lot_core v0.8.6
8822025-02-13T04:31:07.101Z Downloaded smallvec v0.6.14
8832025-02-13T04:31:07.101Z Downloaded url v2.5.3
8842025-02-13T04:31:07.103Z Downloaded slog-scope v4.4.0
8852025-02-13T04:31:07.107Z Downloaded hkdf v0.12.4
8862025-02-13T04:31:07.110Z Downloaded hex v0.4.3
8872025-02-13T04:31:07.110Z Downloaded strum_macros v0.26.4
8882025-02-13T04:31:07.113Z Downloaded chrono v0.4.39
8892025-02-13T04:31:07.121Z Downloaded peg-runtime v0.8.3
8902025-02-13T04:31:07.124Z Downloaded signal-hook v0.3.17
8912025-02-13T04:31:07.127Z Downloaded prettyplease v0.2.25
8922025-02-13T04:31:07.130Z Downloaded rand_xorshift v0.3.0
8932025-02-13T04:31:07.133Z Downloaded phf v0.11.2
8942025-02-13T04:31:07.133Z Downloaded reedline v0.35.0
8952025-02-13T04:31:07.139Z Downloaded rand_core v0.6.4
8962025-02-13T04:31:07.142Z Downloaded slog-envlogger v2.2.0
8972025-02-13T04:31:07.147Z Downloaded slog-term v2.9.1
8982025-02-13T04:31:07.149Z Downloaded samael v0.0.17
8992025-02-13T04:31:07.152Z Downloaded zerovec-derive v0.10.3
9002025-02-13T04:31:07.157Z Downloaded zeroize_derive v1.4.2
9012025-02-13T04:31:07.157Z Downloaded zeroize v1.8.1
9022025-02-13T04:31:07.160Z Downloaded untrusted v0.9.0
9032025-02-13T04:31:07.160Z Downloaded hashbrown v0.14.5
9042025-02-13T04:31:07.163Z Downloaded tokio-tungstenite v0.23.1
9052025-02-13T04:31:07.166Z Downloaded parking_lot_core v0.9.10
9062025-02-13T04:31:07.169Z Downloaded peg-macros v0.8.4
9072025-02-13T04:31:07.175Z Downloaded time v0.3.36
9082025-02-13T04:31:07.178Z Downloaded fallible-iterator v0.2.0
9092025-02-13T04:31:07.183Z Downloaded hickory-client v0.24.2
9102025-02-13T04:31:07.188Z Downloaded heapless v0.7.17
9112025-02-13T04:31:07.191Z Downloaded tokio-tungstenite v0.21.0
9122025-02-13T04:31:07.191Z Downloaded tokio-tungstenite v0.24.0
9132025-02-13T04:31:07.194Z Downloaded dropshot_endpoint v0.12.0
9142025-02-13T04:31:07.197Z Downloaded rayon v1.10.0
9152025-02-13T04:31:07.205Z Downloaded slog-json v2.6.1
9162025-02-13T04:31:07.208Z Downloaded schemars v0.8.21
9172025-02-13T04:31:07.219Z Downloaded zerocopy v0.6.6
9182025-02-13T04:31:07.222Z Downloaded headers v0.4.0
9192025-02-13T04:31:07.228Z Downloaded num-bigint-dig v0.8.4
9202025-02-13T04:31:07.234Z Downloaded fatfs v0.3.6
9212025-02-13T04:31:07.237Z Downloaded curve25519-dalek v4.1.3
9222025-02-13T04:31:07.245Z Downloaded hickory-resolver v0.24.2
9232025-02-13T04:31:07.250Z Downloaded walkdir v2.5.0
9242025-02-13T04:31:07.253Z Downloaded rustyline v14.0.0
9252025-02-13T04:31:07.257Z Downloaded rustls-webpki v0.102.8
9262025-02-13T04:31:07.279Z Downloaded zerocopy-derive v0.8.10
9272025-02-13T04:31:07.282Z Downloaded toml v0.7.8
9282025-02-13T04:31:07.286Z Downloaded unicode-width v0.2.0
9292025-02-13T04:31:07.293Z Downloaded ssh-key v0.6.6
9302025-02-13T04:31:07.301Z Downloaded rsa v0.9.6
9312025-02-13T04:31:07.305Z Downloaded tungstenite v0.23.0
9322025-02-13T04:31:07.309Z Downloaded num-bigint v0.4.6
9332025-02-13T04:31:07.315Z Downloaded russh-keys v0.45.0
9342025-02-13T04:31:07.318Z Downloaded icu_properties_data v1.5.0
9352025-02-13T04:31:07.327Z Downloaded tungstenite v0.24.0
9362025-02-13T04:31:07.331Z Downloaded object v0.30.4
9372025-02-13T04:31:07.341Z Downloaded proptest v1.5.0
9382025-02-13T04:31:07.352Z Downloaded winnow v0.5.40
9392025-02-13T04:31:07.359Z Downloaded typed-path v0.9.3
9402025-02-13T04:31:07.366Z Downloaded futures-util v0.3.31
9412025-02-13T04:31:07.378Z Downloaded toml_edit v0.19.15
9422025-02-13T04:31:07.395Z Downloaded sqlparser v0.45.0
9432025-02-13T04:31:07.400Z Downloaded http v1.2.0
9442025-02-13T04:31:07.405Z Downloaded expectorate v1.1.0
9452025-02-13T04:31:07.407Z Downloaded serde_with v3.11.0
9462025-02-13T04:31:07.415Z Downloaded object v0.36.5
9472025-02-13T04:31:07.427Z Downloaded nix v0.27.1
9482025-02-13T04:31:07.438Z Downloaded tokio-util v0.7.12
9492025-02-13T04:31:07.445Z Downloaded dropshot v0.12.0
9502025-02-13T04:31:07.465Z Downloaded zerovec v0.10.4
9512025-02-13T04:31:07.471Z Downloaded regress v0.10.1
9522025-02-13T04:31:07.480Z Downloaded p521 v0.13.3
9532025-02-13T04:31:07.484Z Downloaded russh v0.45.0
9542025-02-13T04:31:07.490Z Downloaded webpki-roots v0.26.6
9552025-02-13T04:31:07.494Z Downloaded regress v0.9.1
9562025-02-13T04:31:07.503Z Downloaded dropshot v0.15.1
9572025-02-13T04:31:07.525Z Downloaded vcpkg v0.2.15
9582025-02-13T04:31:07.564Z Downloaded bzip2-sys v0.1.11+1.0.8
9592025-02-13T04:31:07.575Z Downloaded gimli v0.31.1
9602025-02-13T04:31:07.584Z Downloaded smoltcp v0.9.1
9612025-02-13T04:31:07.594Z Downloaded nix v0.28.0
9622025-02-13T04:31:07.605Z Downloaded rusqlite v0.32.1
9632025-02-13T04:31:07.612Z Downloaded radix_trie v0.2.1
9642025-02-13T04:31:07.618Z Downloaded openssl v0.10.70
9652025-02-13T04:31:07.627Z Downloaded nix v0.29.0
9662025-02-13T04:31:07.640Z Downloaded rustls v0.23.19
9672025-02-13T04:31:07.650Z Downloaded ratatui v0.28.1
9682025-02-13T04:31:07.670Z Downloaded rustls v0.21.12
9692025-02-13T04:31:07.681Z Downloaded diesel v2.2.6
9702025-02-13T04:31:07.699Z Downloaded openapiv3 v2.0.0
9712025-02-13T04:31:07.728Z Downloaded regex v1.11.1
9722025-02-13T04:31:07.746Z Downloaded regex-syntax v0.6.29
9732025-02-13T04:31:07.754Z Downloaded csv v1.3.1
9742025-02-13T04:31:07.780Z Downloaded regex-syntax v0.8.5
9752025-02-13T04:31:07.786Z Downloaded rustls v0.22.4
9762025-02-13T04:31:07.800Z Downloaded bstr v1.10.0
9772025-02-13T04:31:07.807Z Downloaded h2 v0.4.6
9782025-02-13T04:31:07.813Z Downloaded git2 v0.19.0
9792025-02-13T04:31:07.822Z Downloaded p384 v0.13.0
9802025-02-13T04:31:07.828Z Downloaded petgraph v0.6.5
9812025-02-13T04:31:07.844Z Downloaded polar-core v0.27.3
9822025-02-13T04:31:07.852Z Downloaded icu_properties v1.5.1
9832025-02-13T04:31:07.856Z Downloaded smoltcp v0.11.0
9842025-02-13T04:31:07.867Z Downloaded chrono-tz v0.10.1
9852025-02-13T04:31:07.876Z Downloaded hickory-proto v0.24.3
9862025-02-13T04:31:07.888Z Downloaded sled v0.34.7
9872025-02-13T04:31:07.898Z Downloaded zerocopy-derive v0.6.6
9882025-02-13T04:31:07.907Z Downloaded zerocopy v0.8.10
9892025-02-13T04:31:07.933Z Downloaded typify-impl v0.3.0
9902025-02-13T04:31:07.944Z Downloaded typify-impl v0.2.0
9912025-02-13T04:31:07.958Z Downloaded nom v7.1.3
9922025-02-13T04:31:07.963Z Downloaded portable-atomic v1.9.0
9932025-02-13T04:31:07.975Z Downloaded quinn-proto v0.11.8
9942025-02-13T04:31:07.980Z Downloaded regex-automata v0.4.8
9952025-02-13T04:31:07.994Z Downloaded petname v2.0.2
9962025-02-13T04:31:07.998Z Downloaded lalrpop v0.19.12
9972025-02-13T04:31:08.013Z Downloaded tracing v0.1.40
9982025-02-13T04:31:08.017Z Downloaded reqwest v0.12.9
9992025-02-13T04:31:08.026Z Downloaded salty v0.3.0
10002025-02-13T04:31:08.030Z Downloaded predicates-core v1.0.8
10012025-02-13T04:31:08.030Z Downloaded nu-ansi-term v0.50.1
10022025-02-13T04:31:08.035Z Downloaded ron v0.7.1
10032025-02-13T04:31:08.039Z Downloaded colored v2.1.0
10042025-02-13T04:31:08.039Z Downloaded x509-cert v0.2.5
10052025-02-13T04:31:08.048Z Downloaded lzma-sys v0.1.20
10062025-02-13T04:31:08.071Z Downloaded env_logger v0.10.2
10072025-02-13T04:31:08.074Z Downloaded darling_core v0.20.10
10082025-02-13T04:31:08.078Z Downloaded subprocess v0.2.9
10092025-02-13T04:31:08.081Z Downloaded rustls-webpki v0.101.7
10102025-02-13T04:31:08.094Z Downloaded postcard v1.0.10
10112025-02-13T04:31:08.098Z Downloaded parse-zoneinfo v0.3.1
10122025-02-13T04:31:08.101Z Downloaded difflib v0.4.0
10132025-02-13T04:31:08.101Z Downloaded openssl-sys v0.9.105
10142025-02-13T04:31:08.105Z Downloaded parse-display v0.10.0
10152025-02-13T04:31:08.108Z Downloaded rand_chacha v0.3.1
10162025-02-13T04:31:08.108Z Downloaded hex-literal v0.4.1
10172025-02-13T04:31:08.108Z Downloaded fallible-iterator v0.3.0
10182025-02-13T04:31:08.112Z Downloaded tokio v1.43.0
10192025-02-13T04:31:08.149Z Downloaded libz-sys v1.1.20
10202025-02-13T04:31:08.172Z Downloaded pem v3.0.4
10212025-02-13T04:31:08.175Z Downloaded termcolor v1.4.1
10222025-02-13T04:31:08.175Z Downloaded unsafe-libyaml v0.2.11
10232025-02-13T04:31:08.175Z Downloaded socket2 v0.5.7
10242025-02-13T04:31:08.179Z Downloaded ecdsa v0.16.9
10252025-02-13T04:31:08.179Z Downloaded unarray v0.1.4
10262025-02-13T04:31:08.183Z Downloaded bitvec v1.0.1
10272025-02-13T04:31:08.193Z Downloaded sha3 v0.10.8
10282025-02-13T04:31:08.198Z Downloaded bindgen v0.69.5
10292025-02-13T04:31:08.204Z Downloaded xattr v1.3.1
10302025-02-13T04:31:08.207Z Downloaded dunce v1.0.5
10312025-02-13T04:31:08.207Z Downloaded flate2 v1.0.35
10322025-02-13T04:31:08.213Z Downloaded tough v0.19.0
10332025-02-13T04:31:08.219Z Downloaded signal-hook-mio v0.2.4
10342025-02-13T04:31:08.222Z Downloaded diff v0.1.13
10352025-02-13T04:31:08.225Z Downloaded unicode-segmentation v1.12.0
10362025-02-13T04:31:08.230Z Downloaded rustfmt-wrapper v0.2.1
10372025-02-13T04:31:08.230Z Downloaded radium v0.7.0
10382025-02-13T04:31:08.236Z Downloaded password-hash v0.5.0
10392025-02-13T04:31:08.236Z Downloaded aws-lc-rs v1.10.0
10402025-02-13T04:31:08.244Z Downloaded quinn v0.11.5
10412025-02-13T04:31:08.247Z Downloaded unicode_categories v0.1.1
10422025-02-13T04:31:08.247Z Downloaded flume v0.11.1
10432025-02-13T04:31:08.250Z Downloaded ciborium-io v0.2.2
10442025-02-13T04:31:08.250Z Downloaded itertools v0.13.0
10452025-02-13T04:31:08.255Z Downloaded blake3 v1.5.4
10462025-02-13T04:31:08.262Z Downloaded poly1305 v0.8.0
10472025-02-13T04:31:08.265Z Downloaded fs_extra v1.3.0
10482025-02-13T04:31:08.268Z Downloaded ron v0.8.1
10492025-02-13T04:31:08.271Z Downloaded time-macros v0.2.18
10502025-02-13T04:31:08.274Z Downloaded pkcs8 v0.10.2
10512025-02-13T04:31:08.277Z Downloaded derive-where v1.2.7
10522025-02-13T04:31:08.279Z Downloaded tokio-rustls v0.26.0
10532025-02-13T04:31:08.284Z Downloaded idna v1.0.3
10542025-02-13T04:31:08.290Z Downloaded signature v2.2.0
10552025-02-13T04:31:08.290Z Downloaded der v0.7.9
10562025-02-13T04:31:08.293Z Downloaded funty v2.0.0
10572025-02-13T04:31:08.293Z Downloaded thiserror-impl v2.0.11
10582025-02-13T04:31:08.295Z Downloaded crossterm v0.28.1
10592025-02-13T04:31:08.299Z Downloaded debug-ignore v1.0.5
10602025-02-13T04:31:08.304Z Downloaded thiserror v2.0.11
10612025-02-13T04:31:08.308Z Downloaded tokio-postgres v0.7.12
10622025-02-13T04:31:08.315Z Downloaded libm v0.2.8
10632025-02-13T04:31:08.322Z Downloaded value-bag v1.9.0
10642025-02-13T04:31:08.325Z Downloaded uzers v0.12.1
10652025-02-13T04:31:08.330Z Downloaded uuid v1.12.0
10662025-02-13T04:31:08.334Z Downloaded itertools v0.10.5
10672025-02-13T04:31:08.337Z Downloaded form_urlencoded v1.2.1
10682025-02-13T04:31:08.343Z Downloaded progenitor-macro v0.9.1
10692025-02-13T04:31:08.343Z Downloaded thiserror-impl-no-std v2.0.2
10702025-02-13T04:31:08.343Z Downloaded pem-rfc7468 v0.7.0
10712025-02-13T04:31:08.343Z Downloaded password-hash v0.4.2
10722025-02-13T04:31:08.347Z Downloaded hashlink v0.9.1
10732025-02-13T04:31:08.347Z Downloaded signal-hook-tokio v0.3.1
10742025-02-13T04:31:08.347Z Downloaded write16 v1.0.0
10752025-02-13T04:31:08.351Z Downloaded thiserror-no-std v2.0.2
10762025-02-13T04:31:08.353Z Downloaded shlex v1.3.0
10772025-02-13T04:31:08.354Z Downloaded serde_repr v0.1.19
10782025-02-13T04:31:08.354Z Downloaded sec1 v0.7.3
10792025-02-13T04:31:08.356Z Downloaded num-derive v0.4.2
10802025-02-13T04:31:08.356Z Downloaded aes-gcm v0.10.3
10812025-02-13T04:31:08.361Z Downloaded tokio-macros v2.5.0
10822025-02-13T04:31:08.365Z Downloaded termios v0.3.3
10832025-02-13T04:31:08.365Z Downloaded siphasher v0.3.11
10842025-02-13T04:31:08.365Z Downloaded psl-types v2.0.11
10852025-02-13T04:31:08.369Z Downloaded predicates v3.1.2
10862025-02-13T04:31:08.369Z Downloaded postgres-types v0.2.8
10872025-02-13T04:31:08.372Z Downloaded postgres-protocol v0.6.7
10882025-02-13T04:31:08.372Z Downloaded pin-project-lite v0.2.14
10892025-02-13T04:31:08.377Z Downloaded parking_lot v0.12.3
10902025-02-13T04:31:08.381Z Downloaded zopfli v0.8.1
10912025-02-13T04:31:08.381Z Downloaded vergen v8.3.2
10922025-02-13T04:31:08.384Z Downloaded ff v0.13.0
10932025-02-13T04:31:08.384Z Downloaded env_filter v0.1.2
10942025-02-13T04:31:08.387Z Downloaded display-error-chain v0.2.2
10952025-02-13T04:31:08.387Z Downloaded sqlformat v0.2.6
10962025-02-13T04:31:08.390Z Downloaded defmt-parser v0.3.4
10972025-02-13T04:31:08.390Z Downloaded unicode-truncate v1.1.0
10982025-02-13T04:31:08.390Z Downloaded encoding_rs v0.8.34
10992025-02-13T04:31:08.410Z Downloaded salsa20 v0.10.2
11002025-02-13T04:31:08.413Z Downloaded tracing-core v0.1.32
11012025-02-13T04:31:08.416Z Downloaded test-strategy v0.4.0
11022025-02-13T04:31:08.418Z Downloaded crossbeam-channel v0.5.13
11032025-02-13T04:31:08.421Z Downloaded wyz v0.5.1
11042025-02-13T04:31:08.424Z Downloaded typify-macro v0.2.0
11052025-02-13T04:31:08.424Z Downloaded smf v0.2.3
11062025-02-13T04:31:08.428Z Downloaded serde_path_to_error v0.1.16
11072025-02-13T04:31:08.428Z Downloaded float-ord v0.3.2
11082025-02-13T04:31:08.428Z Downloaded dropshot_endpoint v0.15.1
11092025-02-13T04:31:08.430Z Downloaded tinystr v0.7.6
11102025-02-13T04:31:08.434Z Downloaded pin-project-internal v1.1.6
11112025-02-13T04:31:08.436Z Downloaded bumpalo v3.16.0
11122025-02-13T04:31:08.439Z Downloaded synstructure v0.13.1
11132025-02-13T04:31:08.439Z Downloaded globset v0.4.15
11142025-02-13T04:31:08.442Z Downloaded spin v0.9.8
11152025-02-13T04:31:08.445Z Downloaded const_format v0.2.34
11162025-02-13T04:31:08.447Z Downloaded subtle v2.6.1
11172025-02-13T04:31:08.450Z Downloaded slab v0.4.9
11182025-02-13T04:31:08.450Z Downloaded serde-hex v0.1.0
11192025-02-13T04:31:08.453Z Downloaded libgit2-sys v0.17.0+1.8.1
11202025-02-13T04:31:08.511Z Downloaded rustls-pki-types v1.10.0
11212025-02-13T04:31:08.514Z Downloaded utf8_iter v1.0.4
11222025-02-13T04:31:08.517Z Downloaded tinyvec v1.8.0
11232025-02-13T04:31:08.520Z Downloaded tracing-attributes v0.1.27
11242025-02-13T04:31:08.520Z Downloaded tokio-rustls v0.24.1
11252025-02-13T04:31:08.523Z Downloaded sct v0.7.1
11262025-02-13T04:31:08.527Z Downloaded indicatif v0.17.11
11272025-02-13T04:31:08.530Z Downloaded icu_collections v1.5.0
11282025-02-13T04:31:08.535Z Downloaded serde-big-array v0.5.1
11292025-02-13T04:31:08.538Z Downloaded compact_str v0.8.0
11302025-02-13T04:31:08.541Z Downloaded base64 v0.21.7
11312025-02-13T04:31:08.543Z Downloaded base64 v0.13.1
11322025-02-13T04:31:08.546Z Downloaded slog-async v2.8.0
11332025-02-13T04:31:08.549Z Downloaded sha1 v0.10.6
11342025-02-13T04:31:08.553Z Downloaded memmap2 v0.9.5
11352025-02-13T04:31:08.553Z Downloaded tokio-native-tls v0.3.1
11362025-02-13T04:31:08.556Z Downloaded mockall_derive v0.13.0
11372025-02-13T04:31:08.556Z Downloaded litrs v0.4.1
11382025-02-13T04:31:08.559Z Downloaded icu_locid v1.5.0
11392025-02-13T04:31:08.562Z Downloaded bytes v1.9.0
11402025-02-13T04:31:08.565Z Downloaded icu_locid_transform v1.5.0
11412025-02-13T04:31:08.567Z Downloaded slog-bunyan v2.5.0
11422025-02-13T04:31:08.571Z Downloaded clang-sys v1.8.1
11432025-02-13T04:31:08.574Z Downloaded ipnet v2.10.1
11442025-02-13T04:31:08.574Z Downloaded zone_cfg_derive v0.3.0
11452025-02-13T04:31:08.574Z Downloaded keccak v0.1.5
11462025-02-13T04:31:08.578Z Downloaded csv-core v0.1.11
11472025-02-13T04:31:08.578Z Downloaded aes v0.8.4
11482025-02-13T04:31:08.581Z Downloaded cancel-safe-futures v0.1.5
11492025-02-13T04:31:08.584Z Downloaded bit-vec v0.6.3
11502025-02-13T04:31:08.584Z Downloaded bb8 v0.8.5
11512025-02-13T04:31:08.587Z Downloaded blake2 v0.10.6
11522025-02-13T04:31:08.587Z Downloaded multimap v0.10.0
11532025-02-13T04:31:08.590Z Downloaded lru v0.12.5
11542025-02-13T04:31:08.593Z Downloaded lazycell v1.3.0
11552025-02-13T04:31:08.593Z Downloaded allocator-api2 v0.2.18
11562025-02-13T04:31:08.596Z Downloaded multer v3.1.0
11572025-02-13T04:31:08.601Z Downloaded maybe-uninit v2.0.0
11582025-02-13T04:31:08.605Z Downloaded crossbeam-epoch v0.9.18
11592025-02-13T04:31:08.605Z Downloaded const-oid v0.9.6
11602025-02-13T04:31:08.605Z Downloaded hyper-staticfile v0.10.1
11612025-02-13T04:31:08.608Z Downloaded hyper-rustls v0.27.3
11622025-02-13T04:31:08.610Z Downloaded cookie_store v0.21.1
11632025-02-13T04:31:08.610Z Downloaded console v0.15.10
11642025-02-13T04:31:08.613Z Downloaded memoffset v0.9.1
11652025-02-13T04:31:08.617Z Downloaded linked-hash-map v0.5.6
11662025-02-13T04:31:08.617Z Downloaded kstat-rs v0.2.4
11672025-02-13T04:31:08.617Z Downloaded instability v0.3.2
11682025-02-13T04:31:08.619Z Downloaded crossbeam-deque v0.8.5
11692025-02-13T04:31:08.619Z Downloaded convert_case v0.4.0
11702025-02-13T04:31:08.622Z Downloaded assert_matches v1.5.0
11712025-02-13T04:31:08.622Z Downloaded internet-checksum v0.2.1
11722025-02-13T04:31:08.622Z Downloaded impl-trait-for-tuples v0.2.2
11732025-02-13T04:31:08.626Z Downloaded cbc v0.1.2
11742025-02-13T04:31:08.629Z Downloaded indoc v1.0.9
11752025-02-13T04:31:08.629Z Downloaded indent_write v2.2.0
11762025-02-13T04:31:08.632Z Downloaded iana-time-zone v0.1.61
11772025-02-13T04:31:08.634Z Downloaded httparse v1.9.5
11782025-02-13T04:31:08.637Z Downloaded backoff v0.4.0
11792025-02-13T04:31:08.640Z Downloaded http-body-util v0.1.2
11802025-02-13T04:31:08.640Z Downloaded bcs v0.1.6
11812025-02-13T04:31:08.643Z Downloaded async-recursion v1.1.1
11822025-02-13T04:31:08.646Z Downloaded base64ct v1.6.0
11832025-02-13T04:31:08.649Z Downloaded chrono-tz-build v0.4.0
11842025-02-13T04:31:08.649Z Downloaded castaway v0.2.3
11852025-02-13T04:31:08.649Z Downloaded hubpack v0.1.2
11862025-02-13T04:31:08.652Z Downloaded constant_time_eq v0.3.1
11872025-02-13T04:31:08.652Z Downloaded cobs v0.2.3
11882025-02-13T04:31:08.654Z Downloaded home v0.5.9
11892025-02-13T04:31:08.654Z Downloaded cfg_aliases v0.2.1
11902025-02-13T04:31:08.654Z Downloaded blowfish v0.9.1
11912025-02-13T04:31:08.658Z Downloaded bitfield-struct v0.6.2
11922025-02-13T04:31:08.658Z Downloaded bit-set v0.5.3
11932025-02-13T04:31:08.658Z Downloaded async-stream-impl v0.3.6
11942025-02-13T04:31:08.658Z Downloaded ciborium-ll v0.2.2
11952025-02-13T04:31:08.661Z Downloaded atomic-waker v1.1.2
11962025-02-13T04:31:08.661Z Downloaded chacha20 v0.9.1
11972025-02-13T04:31:08.853Z Downloaded ring v0.17.8
11982025-02-13T04:31:08.950Z Downloaded aws-lc-sys v0.22.0
11992025-02-13T04:31:09.189Z Downloaded libsqlite3-sys v0.30.1
12002025-02-13T04:31:09.373Z Compiling serde v1.0.217
12012025-02-13T04:31:09.378Z Compiling lock_api v0.4.12
12022025-02-13T04:31:09.378Z Compiling value-bag v1.9.0
12032025-02-13T04:31:09.530Z Compiling scopeguard v1.2.0
12042025-02-13T04:31:09.534Z Compiling typenum v1.17.0
12052025-02-13T04:31:09.534Z Compiling generic-array v0.14.7
12062025-02-13T04:31:09.559Z Compiling syn v2.0.96
12072025-02-13T04:31:09.572Z Compiling getrandom v0.2.15
12082025-02-13T04:31:09.721Z Compiling shlex v1.3.0
12092025-02-13T04:31:09.894Z Compiling rand_core v0.6.4
12102025-02-13T04:31:09.985Z Compiling log v0.4.22
12112025-02-13T04:31:10.082Z Compiling subtle v2.6.1
12122025-02-13T04:31:10.086Z Compiling jobserver v0.1.32
12132025-02-13T04:31:10.120Z Compiling smallvec v1.13.2
12142025-02-13T04:31:10.334Z Compiling const-oid v0.9.6
12152025-02-13T04:31:10.423Z Compiling pin-project-lite v0.2.14
12162025-02-13T04:31:10.442Z Compiling rustix v0.38.37
12172025-02-13T04:31:10.477Z Compiling cc v1.1.30
12182025-02-13T04:31:10.553Z Compiling spin v0.9.8
12192025-02-13T04:31:10.720Z Compiling parking_lot_core v0.9.10
12202025-02-13T04:31:10.897Z Compiling futures-core v0.3.31
12212025-02-13T04:31:10.914Z Compiling signal-hook-registry v1.4.2
12222025-02-13T04:31:11.126Z Compiling mio v1.0.2
12232025-02-13T04:31:11.230Z Compiling aho-corasick v1.1.3
12242025-02-13T04:31:11.609Z Compiling parking_lot v0.12.3
12252025-02-13T04:31:11.747Z Compiling either v1.13.0
12262025-02-13T04:31:11.851Z Compiling regex-syntax v0.8.5
12272025-02-13T04:31:12.154Z Compiling cpufeatures v0.2.14
12282025-02-13T04:31:12.183Z Compiling stable_deref_trait v1.2.0
12292025-02-13T04:31:12.262Z Compiling glob v0.3.2
12302025-02-13T04:31:12.301Z Compiling futures-sink v0.3.31
12312025-02-13T04:31:12.390Z Compiling socket2 v0.5.7
12322025-02-13T04:31:12.432Z Compiling slab v0.4.9
12332025-02-13T04:31:12.455Z Compiling prettyplease v0.2.25
12342025-02-13T04:31:12.857Z Compiling lazy_static v1.5.0
12352025-02-13T04:31:12.951Z Compiling minimal-lexical v0.2.1
12362025-02-13T04:31:12.986Z Compiling serde_json v1.0.135
12372025-02-13T04:31:13.215Z Compiling clang-sys v1.8.1
12382025-02-13T04:31:13.357Z Compiling nom v7.1.3
12392025-02-13T04:31:13.470Z Compiling libloading v0.8.5
12402025-02-13T04:31:13.621Z Compiling home v0.5.9
12412025-02-13T04:31:13.865Z Compiling bindgen v0.69.5
12422025-02-13T04:31:13.885Z Compiling futures-channel v0.3.31
12432025-02-13T04:31:14.311Z Compiling itertools v0.12.1
12442025-02-13T04:31:14.332Z Compiling pin-utils v0.1.0
12452025-02-13T04:31:14.435Z Compiling libm v0.2.8
12462025-02-13T04:31:14.732Z Compiling futures-task v0.3.31
12472025-02-13T04:31:14.768Z Compiling futures-io v0.3.31
12482025-02-13T04:31:15.039Z Compiling rustc-hash v1.1.0
12492025-02-13T04:31:15.061Z Compiling foldhash v0.1.3
12502025-02-13T04:31:15.206Z Compiling allocator-api2 v0.2.18
12512025-02-13T04:31:15.369Z Compiling lazycell v1.3.0
12522025-02-13T04:31:15.587Z Compiling cmake v0.1.51
12532025-02-13T04:31:15.994Z Compiling regex-automata v0.4.8
12542025-02-13T04:31:16.110Z Compiling hashbrown v0.15.1
12552025-02-13T04:31:16.489Z Compiling cexpr v0.6.0
12562025-02-13T04:31:16.756Z Compiling num-traits v0.2.19
12572025-02-13T04:31:17.039Z Compiling synstructure v0.13.1
12582025-02-13T04:31:17.331Z Compiling dunce v1.0.5
12592025-02-13T04:31:17.471Z Compiling pkg-config v0.3.31
12602025-02-13T04:31:18.142Z Compiling fs_extra v1.3.0
12612025-02-13T04:31:18.538Z Compiling litemap v0.7.3
12622025-02-13T04:31:18.669Z Compiling writeable v0.5.5
12632025-02-13T04:31:18.856Z Compiling ring v0.17.8
12642025-02-13T04:31:18.922Z Compiling base64ct v1.6.0
12652025-02-13T04:31:19.194Z Compiling paste v1.0.15
12662025-02-13T04:31:19.747Z Compiling pem-rfc7468 v0.7.0
12672025-02-13T04:31:19.808Z Compiling icu_locid_transform_data v1.5.0
12682025-02-13T04:31:19.925Z Compiling httparse v1.9.5
12692025-02-13T04:31:20.003Z Compiling flagset v0.4.6
12702025-02-13T04:31:20.208Z Compiling aws-lc-rs v1.10.0
12712025-02-13T04:31:20.620Z Compiling tracing-core v0.1.32
12722025-02-13T04:31:20.652Z Compiling rustls-pki-types v1.10.0
12732025-02-13T04:31:21.081Z Compiling crossbeam-utils v0.8.20
12742025-02-13T04:31:21.439Z Compiling regex v1.11.1
12752025-02-13T04:31:21.586Z Compiling percent-encoding v2.3.1
12762025-02-13T04:31:21.606Z Compiling icu_properties_data v1.5.0
12772025-02-13T04:31:21.835Z Compiling vcpkg v0.2.15
12782025-02-13T04:31:21.919Z Compiling powerfmt v0.2.0
12792025-02-13T04:31:22.258Z Compiling utf8_iter v1.0.4
12802025-02-13T04:31:22.367Z Compiling icu_normalizer_data v1.5.0
12812025-02-13T04:31:22.454Z Compiling serde_derive v1.0.217
12822025-02-13T04:31:22.477Z Compiling zeroize_derive v1.4.2
12832025-02-13T04:31:22.498Z Compiling zerocopy-derive v0.7.35
12842025-02-13T04:31:22.498Z Compiling zerofrom-derive v0.1.4
12852025-02-13T04:31:23.578Z Compiling tokio-macros v2.5.0
12862025-02-13T04:31:23.964Z Compiling zeroize v1.8.1
12872025-02-13T04:31:24.532Z Compiling zerocopy v0.7.35
12882025-02-13T04:31:24.550Z Compiling yoke-derive v0.7.4
12892025-02-13T04:31:24.993Z Compiling zerovec-derive v0.10.3
12902025-02-13T04:31:25.571Z Compiling crypto-common v0.1.6
12912025-02-13T04:31:25.678Z Compiling block-buffer v0.10.4
12922025-02-13T04:31:25.796Z Compiling thiserror-impl v1.0.69
12932025-02-13T04:31:25.800Z Compiling displaydoc v0.2.5
12942025-02-13T04:31:25.954Z Compiling digest v0.10.7
12952025-02-13T04:31:26.102Z Compiling zerofrom v0.1.4
12962025-02-13T04:31:26.337Z Compiling futures-macro v0.3.31
12972025-02-13T04:31:26.430Z Compiling hmac v0.12.1
12982025-02-13T04:31:26.690Z Compiling block-padding v0.3.3
12992025-02-13T04:31:26.912Z Compiling inout v0.1.3
13002025-02-13T04:31:26.945Z Compiling sha2 v0.10.8
13012025-02-13T04:31:27.187Z Compiling cipher v0.4.4
13022025-02-13T04:31:27.207Z Compiling yoke v0.7.4
13032025-02-13T04:31:27.331Z Compiling icu_provider_macros v1.5.0
13042025-02-13T04:31:27.535Z Compiling zerovec v0.10.4
13052025-02-13T04:31:27.555Z Compiling ppv-lite86 v0.2.20
13062025-02-13T04:31:27.666Z Compiling der_derive v0.7.3
13072025-02-13T04:31:28.248Z Compiling futures-util v0.3.31
13082025-02-13T04:31:28.380Z Compiling rand_chacha v0.3.1
13092025-02-13T04:31:28.473Z Compiling tracing-attributes v0.1.27
13102025-02-13T04:31:28.859Z Compiling thiserror v1.0.69
13112025-02-13T04:31:29.017Z Compiling pest v2.7.14
13122025-02-13T04:31:29.556Z Compiling tinystr v0.7.6
13132025-02-13T04:31:29.947Z Compiling icu_locid v1.5.0
13142025-02-13T04:31:30.023Z Compiling der v0.7.9
13152025-02-13T04:31:30.474Z Compiling icu_collections v1.5.0
13162025-02-13T04:31:30.650Z Compiling rand v0.8.5
13172025-02-13T04:31:31.730Z Compiling icu_provider v1.5.0
13182025-02-13T04:31:31.783Z Compiling tracing v0.1.40
13192025-02-13T04:31:32.010Z Compiling spki v0.7.3
13202025-02-13T04:31:32.106Z Compiling salsa20 v0.10.2
13212025-02-13T04:31:32.286Z Compiling pbkdf2 v0.12.2
13222025-02-13T04:31:32.352Z Compiling utf16_iter v1.0.5
13232025-02-13T04:31:32.393Z Compiling icu_locid_transform v1.5.0
13242025-02-13T04:31:32.479Z Compiling write16 v1.0.0
13252025-02-13T04:31:32.577Z Compiling num-conv v0.1.0
13262025-02-13T04:31:32.621Z Compiling untrusted v0.7.1
13272025-02-13T04:31:32.623Z Compiling mirai-annotations v1.12.0
13282025-02-13T04:31:32.667Z Compiling untrusted v0.9.0
13292025-02-13T04:31:32.848Z Compiling time-core v0.1.2
13302025-02-13T04:31:32.851Z Compiling scrypt v0.11.0
13312025-02-13T04:31:32.903Z Compiling pest_meta v2.7.14
13322025-02-13T04:31:32.926Z Compiling aes v0.8.4
13332025-02-13T04:31:33.036Z Compiling time-macros v0.2.18
13342025-02-13T04:31:33.409Z Compiling cbc v0.1.2
13352025-02-13T04:31:33.491Z Compiling openssl-sys v0.9.105
13362025-02-13T04:31:33.627Z Compiling scroll_derive v0.12.0
13372025-02-13T04:31:34.514Z Compiling icu_properties v1.5.1
13382025-02-13T04:31:35.242Z Compiling deranged v0.3.11
13392025-02-13T04:31:35.601Z Compiling bitflags v2.6.0
13402025-02-13T04:31:35.663Z Compiling bytes v1.9.0
13412025-02-13T04:31:36.223Z Compiling indexmap v2.7.1
13422025-02-13T04:31:36.262Z Compiling semver v1.0.24
13432025-02-13T04:31:36.308Z Compiling atomic-waker v1.1.2
13442025-02-13T04:31:36.518Z Compiling tokio v1.43.0
13452025-02-13T04:31:36.810Z Compiling http v1.2.0
13462025-02-13T04:31:36.986Z Compiling rustc_version v0.4.1
13472025-02-13T04:31:37.399Z Compiling num_threads v0.1.7
13482025-02-13T04:31:37.521Z Compiling tinyvec_macros v0.1.1
13492025-02-13T04:31:37.549Z Compiling time v0.3.36
13502025-02-13T04:31:37.634Z Compiling tinyvec v1.8.0
13512025-02-13T04:31:37.677Z Compiling scroll v0.12.0
13522025-02-13T04:31:38.215Z Compiling icu_normalizer v1.5.0
13532025-02-13T04:31:39.010Z Compiling http-body v1.0.1
13542025-02-13T04:31:39.070Z Compiling pest_generator v2.7.14
13552025-02-13T04:31:39.112Z Compiling idna_adapter v1.2.0
13562025-02-13T04:31:39.140Z Compiling pkcs5 v0.7.1
13572025-02-13T04:31:39.237Z Compiling form_urlencoded v1.2.1
13582025-02-13T04:31:39.351Z Compiling try-lock v0.2.5
13592025-02-13T04:31:39.517Z Compiling slog v2.7.0
13602025-02-13T04:31:39.540Z Compiling goblin v0.8.2
13612025-02-13T04:31:40.005Z Compiling which v4.4.2
13622025-02-13T04:31:40.114Z Compiling pkcs8 v0.10.2
13632025-02-13T04:31:40.225Z Compiling want v0.3.1
13642025-02-13T04:31:40.554Z Compiling idna v1.0.3
13652025-02-13T04:31:40.757Z Compiling uuid v1.12.0
13662025-02-13T04:31:40.811Z Compiling iana-time-zone v0.1.61
13672025-02-13T04:31:40.895Z Compiling pest_derive v2.7.14
13682025-02-13T04:31:41.183Z Compiling httpdate v1.0.3
13692025-02-13T04:31:41.633Z Compiling chrono v0.4.39
13702025-02-13T04:31:41.712Z Compiling dtrace-parser v0.2.0
13712025-02-13T04:31:42.245Z Compiling toml_datetime v0.6.8
13722025-02-13T04:31:42.284Z Compiling serde_spanned v0.6.8
13732025-02-13T04:31:42.568Z Compiling serde_tokenstream v0.2.2
13742025-02-13T04:31:42.740Z Compiling openssl v0.10.70
13752025-02-13T04:31:42.914Z Compiling rustversion v1.0.17
13762025-02-13T04:31:43.158Z Compiling tower-service v0.3.3
13772025-02-13T04:31:43.178Z Compiling adler2 v2.0.0
13782025-02-13T04:31:43.312Z Compiling match_cfg v0.1.0
13792025-02-13T04:31:43.393Z Compiling base64 v0.22.1
13802025-02-13T04:31:43.417Z Compiling foreign-types-shared v0.1.1
13812025-02-13T04:31:43.543Z Compiling foreign-types v0.3.2
13822025-02-13T04:31:43.655Z Compiling hostname v0.3.1
13832025-02-13T04:31:43.678Z Compiling miniz_oxide v0.8.0
13842025-02-13T04:31:43.725Z Compiling url v2.5.3
13852025-02-13T04:31:44.052Z Compiling async-trait v0.1.86
13862025-02-13T04:31:45.042Z Compiling tokio-util v0.7.12
13872025-02-13T04:31:45.090Z Compiling openssl-macros v0.1.1
13882025-02-13T04:31:45.126Z Compiling serde_derive_internals v0.29.1
13892025-02-13T04:31:45.541Z Compiling dof v0.3.0
13902025-02-13T04:31:45.843Z Compiling dirs-sys-next v0.1.2
13912025-02-13T04:31:46.284Z Compiling h2 v0.4.6
13922025-02-13T04:31:46.416Z Compiling usdt-impl v0.5.0
13932025-02-13T04:31:46.539Z Compiling syn v1.0.109
13942025-02-13T04:31:47.124Z Compiling schemars v0.8.21
13952025-02-13T04:31:47.374Z Compiling rustls v0.23.19
13962025-02-13T04:31:47.450Z Compiling data-encoding v2.6.0
13972025-02-13T04:31:47.472Z Compiling rustls v0.22.4
13982025-02-13T04:31:47.653Z Compiling siphasher v0.3.11
13992025-02-13T04:31:47.733Z Compiling native-tls v0.2.12
14002025-02-13T04:31:47.810Z Compiling schemars_derive v0.8.21
14012025-02-13T04:31:48.138Z Compiling dirs-next v2.0.0
14022025-02-13T04:31:48.864Z Compiling http-body-util v0.1.2
14032025-02-13T04:31:49.342Z Compiling unicode-normalization v0.1.24
14042025-02-13T04:31:49.521Z Compiling heapless v0.7.17
14052025-02-13T04:31:49.592Z Compiling crossbeam-epoch v0.9.18
14062025-02-13T04:31:49.948Z Compiling sha1 v0.10.6
14072025-02-13T04:31:50.032Z Compiling signature v2.2.0
14082025-02-13T04:31:50.273Z Compiling bzip2-sys v0.1.11+1.0.8
14092025-02-13T04:31:50.341Z Compiling thread_local v1.1.8
14102025-02-13T04:31:50.363Z Compiling cookie v0.18.1
14112025-02-13T04:31:50.400Z Compiling encoding_rs v0.8.34
14122025-02-13T04:31:50.665Z Compiling multer v3.1.0
14132025-02-13T04:31:50.777Z Compiling unicode-bidi v0.3.17
14142025-02-13T04:31:50.798Z Compiling gimli v0.31.1
14152025-02-13T04:31:50.828Z Compiling signal-hook v0.3.17
14162025-02-13T04:31:50.968Z Compiling unicode-properties v0.1.3
14172025-02-13T04:31:51.094Z Compiling mime v0.3.17
14182025-02-13T04:31:51.386Z Compiling ipnet v2.10.1
14192025-02-13T04:31:51.580Z Compiling slog-async v2.8.0
14202025-02-13T04:31:52.053Z Compiling rayon-core v1.12.1
14212025-02-13T04:31:52.090Z Compiling dyn-clone v1.0.17
14222025-02-13T04:31:52.330Z Compiling openssl-probe v0.1.5
14232025-02-13T04:31:52.527Z Compiling stringprep v0.1.5
14242025-02-13T04:31:52.764Z Compiling toml_edit v0.22.22
14252025-02-13T04:31:53.636Z Compiling hyper v1.5.2
14262025-02-13T04:31:55.236Z Compiling addr2line v0.24.2
14272025-02-13T04:31:55.909Z Compiling hyper-util v0.1.10
14282025-02-13T04:31:55.954Z Compiling crossbeam-deque v0.8.5
14292025-02-13T04:31:56.071Z Compiling usdt-macro v0.5.0
14302025-02-13T04:31:56.266Z Compiling usdt-attr-macro v0.5.0
14312025-02-13T04:31:56.403Z Compiling term v0.7.0
14322025-02-13T04:31:57.196Z Compiling slog-json v2.6.1
14332025-02-13T04:31:57.424Z Compiling serde_urlencoded v0.7.1
14342025-02-13T04:31:57.563Z Compiling curve25519-dalek v4.1.3
14352025-02-13T04:31:57.668Z Compiling crossbeam-channel v0.5.13
14362025-02-13T04:31:57.874Z Compiling futures-executor v0.3.31
14372025-02-13T04:31:57.942Z Compiling md-5 v0.10.6
14382025-02-13T04:31:58.225Z Compiling async-stream-impl v0.3.6
14392025-02-13T04:31:58.339Z Compiling enum-as-inner v0.6.1
14402025-02-13T04:31:58.382Z Compiling rustls-pemfile v2.2.0
14412025-02-13T04:31:58.729Z Compiling num-integer v0.1.46
14422025-02-13T04:31:58.732Z Compiling hash32 v0.2.1
14432025-02-13T04:31:58.799Z Compiling ff v0.13.0
14442025-02-13T04:31:59.037Z Compiling is-terminal v0.4.13
14452025-02-13T04:31:59.092Z Compiling dropshot v0.12.0
14462025-02-13T04:31:59.171Z Compiling object v0.36.5
14472025-02-13T04:31:59.388Z Compiling take_mut v0.2.2
14482025-02-13T04:31:59.424Z Compiling linked-hash-map v0.5.6
14492025-02-13T04:31:59.464Z Compiling psl-types v2.0.11
14502025-02-13T04:31:59.486Z Compiling portable-atomic v1.9.0
14512025-02-13T04:31:59.563Z Compiling litrs v0.4.1
14522025-02-13T04:31:59.674Z Compiling rustc-demangle v0.1.24
14532025-02-13T04:31:59.779Z Compiling anyhow v1.0.95
14542025-02-13T04:32:00.232Z Compiling num-bigint-dig v0.8.4
14552025-02-13T04:32:00.393Z Compiling fallible-iterator v0.2.0
14562025-02-13T04:32:00.483Z Compiling smoltcp v0.9.1
14572025-02-13T04:32:00.525Z Compiling quick-error v1.2.3
14582025-02-13T04:32:00.595Z Compiling base16ct v0.2.0
14592025-02-13T04:32:00.679Z Compiling utf-8 v0.7.6
14602025-02-13T04:32:00.700Z Compiling document-features v0.2.10
14612025-02-13T04:32:00.935Z Compiling tungstenite v0.24.0
14622025-02-13T04:32:00.992Z Compiling postgres-protocol v0.6.7
14632025-02-13T04:32:01.026Z Compiling sec1 v0.7.3
14642025-02-13T04:32:01.166Z Compiling resolv-conf v0.7.0
14652025-02-13T04:32:01.871Z Compiling lru-cache v0.1.2
14662025-02-13T04:32:01.922Z Compiling publicsuffix v2.3.0
14672025-02-13T04:32:02.071Z Compiling async-stream v0.3.6
14682025-02-13T04:32:02.213Z Compiling hickory-proto v0.24.3
14692025-02-13T04:32:02.306Z Compiling num-iter v0.1.45
14702025-02-13T04:32:02.372Z Compiling slog-term v2.9.1
14712025-02-13T04:32:02.512Z Compiling usdt v0.5.0
14722025-02-13T04:32:03.058Z Compiling group v0.13.0
14732025-02-13T04:32:03.253Z Compiling futures v0.3.31
14742025-02-13T04:32:03.383Z Compiling slog-bunyan v2.5.0
14752025-02-13T04:32:03.570Z Compiling toml v0.8.19
14762025-02-13T04:32:04.014Z Compiling camino v1.1.9
14772025-02-13T04:32:04.632Z Compiling tokio-native-tls v0.3.1
14782025-02-13T04:32:05.123Z Compiling phf_shared v0.11.2
14792025-02-13T04:32:05.126Z Compiling dropshot_endpoint v0.12.0
14802025-02-13T04:32:05.496Z Compiling terminal_size v0.4.0
14812025-02-13T04:32:05.731Z Compiling backtrace v0.3.74
14822025-02-13T04:32:05.809Z Compiling openapiv3 v2.0.0
14832025-02-13T04:32:05.835Z Compiling waitgroup v0.1.2
14842025-02-13T04:32:06.068Z Compiling serde_path_to_error v0.1.16
14852025-02-13T04:32:06.144Z Compiling hkdf v0.12.4
14862025-02-13T04:32:06.410Z Compiling crypto-bigint v0.5.5
14872025-02-13T04:32:06.831Z Compiling zerocopy-derive v0.6.6
14882025-02-13T04:32:08.828Z Compiling curve25519-dalek-derive v0.1.1
14892025-02-13T04:32:08.844Z Compiling webpki-roots v0.26.6
14902025-02-13T04:32:09.047Z Compiling hostname v0.4.0
14912025-02-13T04:32:09.279Z Compiling fs-err v2.11.0
14922025-02-13T04:32:09.327Z Compiling crc32fast v1.4.2
14932025-02-13T04:32:09.581Z Compiling ahash v0.8.11
14942025-02-13T04:32:09.669Z Compiling bitflags v1.3.2
14952025-02-13T04:32:09.724Z Compiling hubpack_derive v0.1.1
14962025-02-13T04:32:09.783Z Compiling winnow v0.5.40
14972025-02-13T04:32:09.850Z Compiling unicode-width v0.2.0
14982025-02-13T04:32:09.916Z Compiling newtype-uuid v1.2.1
14992025-02-13T04:32:10.183Z Compiling managed v0.8.0
15002025-02-13T04:32:10.220Z Compiling debug-ignore v1.0.5
15012025-02-13T04:32:10.372Z Compiling clap_builder v4.5.27
15022025-02-13T04:32:10.415Z Compiling console v0.15.10
15032025-02-13T04:32:10.577Z Compiling hubpack v0.1.2
15042025-02-13T04:32:11.559Z Compiling strum_macros v0.25.3
15052025-02-13T04:32:11.952Z Compiling flate2 v1.0.35
15062025-02-13T04:32:12.288Z Compiling elliptic-curve v0.13.8
15072025-02-13T04:32:12.603Z Compiling zerocopy v0.6.6
15082025-02-13T04:32:12.864Z Compiling hickory-resolver v0.24.2
15092025-02-13T04:32:13.143Z Compiling toml_edit v0.19.15
15102025-02-13T04:32:13.376Z Compiling phf v0.11.2
15112025-02-13T04:32:13.664Z Compiling signal-hook-mio v0.2.4
15122025-02-13T04:32:13.847Z Compiling hyper-tls v0.6.0
15132025-02-13T04:32:14.030Z Compiling rayon v1.10.0
15142025-02-13T04:32:14.251Z Compiling cookie_store v0.21.1
15152025-02-13T04:32:15.383Z Compiling bzip2 v0.4.4
15162025-02-13T04:32:15.771Z Compiling tokio-tungstenite v0.24.0
15172025-02-13T04:32:16.286Z Compiling postgres-types v0.2.8
15182025-02-13T04:32:18.334Z Compiling ed25519 v2.2.3
15192025-02-13T04:32:18.473Z Compiling phf_shared v0.10.0
15202025-02-13T04:32:18.851Z Compiling tokio-stream v0.1.16
15212025-02-13T04:32:18.870Z Compiling pkcs1 v0.7.5
15222025-02-13T04:32:18.939Z Compiling serde-big-array v0.5.1
15232025-02-13T04:32:19.132Z Compiling rfc6979 v0.4.0
15242025-02-13T04:32:19.183Z Compiling derive-where v1.2.7
15252025-02-13T04:32:19.337Z Compiling clap_derive v4.5.24
15262025-02-13T04:32:19.781Z Compiling serde_repr v0.1.19
15272025-02-13T04:32:19.802Z Compiling bstr v1.10.0
15282025-02-13T04:32:20.208Z Compiling float-cmp v0.9.0
15292025-02-13T04:32:20.363Z Compiling sync_wrapper v1.0.1
15302025-02-13T04:32:20.448Z Compiling number_prefix v0.4.0
15312025-02-13T04:32:20.526Z Compiling normalize-line-endings v0.3.0
15322025-02-13T04:32:20.664Z Compiling fixedbitset v0.4.2
15332025-02-13T04:32:20.682Z Compiling static_assertions v1.1.0
15342025-02-13T04:32:20.796Z Compiling difflib v0.4.0
15352025-02-13T04:32:20.872Z Compiling whoami v1.5.2
15362025-02-13T04:32:21.115Z Compiling new_debug_unreachable v1.0.6
15372025-02-13T04:32:21.229Z Compiling unicode-segmentation v1.12.0
15382025-02-13T04:32:21.397Z Compiling bit-vec v0.6.3
15392025-02-13T04:32:21.440Z Compiling predicates-core v1.0.8
15402025-02-13T04:32:21.772Z Compiling precomputed-hash v0.1.1
15412025-02-13T04:32:21.809Z Compiling bit-set v0.5.3
15422025-02-13T04:32:21.906Z Compiling similar v2.6.0
15432025-02-13T04:32:22.078Z Compiling string_cache v0.8.7
15442025-02-13T04:32:22.103Z Compiling predicates v3.1.2
15452025-02-13T04:32:22.181Z Compiling tokio-postgres v0.7.12
15462025-02-13T04:32:22.393Z Compiling petgraph v0.6.5
15472025-02-13T04:32:22.515Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15482025-02-13T04:32:23.634Z Compiling indicatif v0.17.11
15492025-02-13T04:32:24.002Z Compiling clap v4.5.27
15502025-02-13T04:32:24.045Z Compiling rsa v0.9.6
15512025-02-13T04:32:24.134Z Compiling ecdsa v0.16.9
15522025-02-13T04:32:24.951Z Compiling ed25519-dalek v2.1.1
15532025-02-13T04:32:25.665Z Compiling toml v0.7.8
15542025-02-13T04:32:26.056Z Compiling zip v0.6.6
15552025-02-13T04:32:26.250Z Compiling crossterm v0.28.1
15562025-02-13T04:32:27.984Z Compiling hex v0.4.3
15572025-02-13T04:32:28.030Z Compiling x509-cert v0.2.5
15582025-02-13T04:32:28.312Z Compiling itertools v0.10.5
15592025-02-13T04:32:28.583Z Compiling unicode-xid v0.2.6
15602025-02-13T04:32:28.775Z Compiling lalrpop-util v0.19.12
15612025-02-13T04:32:28.869Z Compiling peg-runtime v0.8.3
15622025-02-13T04:32:29.140Z Compiling strum_macros v0.26.4
15632025-02-13T04:32:29.457Z Compiling xattr v1.3.1
15642025-02-13T04:32:29.572Z Compiling filetime v0.2.25
15652025-02-13T04:32:29.881Z Compiling tar v0.4.42
15662025-02-13T04:32:33.761Z Compiling strum v0.26.3
15672025-02-13T04:32:37.096Z Compiling aws-lc-sys v0.22.0
15682025-02-13T04:33:04.475Z Compiling rustls-webpki v0.102.8
15692025-02-13T04:33:07.693Z Compiling tokio-rustls v0.25.0
15702025-02-13T04:33:09.319Z Compiling tokio-rustls v0.26.0
15712025-02-13T04:33:09.584Z Compiling hyper-rustls v0.27.3
15722025-02-13T04:33:09.919Z Compiling reqwest v0.12.9
15732025-02-13T04:33:11.419Z Compiling qorb v0.2.1
15742025-02-13T04:33:14.459Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15752025-02-13T04:33:14.694Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15762025-02-13T04:33:19.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15772025-02-13T04:33:19.291Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15782025-02-13T04:33:19.343ZFeb 13 04:33:18.773 INFO Starting download, target: Clickhouse
15792025-02-13T04:33:19.343ZFeb 13 04:33:18.773 INFO Starting download, target: Cockroach
15802025-02-13T04:33:19.343ZFeb 13 04:33:18.773 INFO Starting download, target: Console
15812025-02-13T04:33:19.347ZFeb 13 04:33:18.773 INFO Starting download, target: DendriteOpenapi
15822025-02-13T04:33:19.347ZFeb 13 04:33:18.773 INFO Starting download, target: DendriteStub
15832025-02-13T04:33:19.347ZFeb 13 04:33:18.773 INFO Starting download, target: MaghemiteMgd
15842025-02-13T04:33:19.347ZFeb 13 04:33:18.773 INFO Starting download, target: TransceiverControl
15852025-02-13T04:33:19.347ZFeb 13 04:33:18.774 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15862025-02-13T04:33:19.347ZFeb 13 04:33:18.774 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15872025-02-13T04:33:19.347ZFeb 13 04:33:18.774 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15882025-02-13T04:33:19.347ZFeb 13 04:33:18.774 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15892025-02-13T04:33:19.348ZFeb 13 04:33:18.774 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15902025-02-13T04:33:19.348ZFeb 13 04:33:18.774 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15912025-02-13T04:33:19.348ZFeb 13 04:33:18.774 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15922025-02-13T04:33:19.645ZFeb 13 04:33:19.050 INFO Download complete, target: DendriteOpenapi
15932025-02-13T04:33:19.773ZFeb 13 04:33:19.184 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15942025-02-13T04:33:19.937ZFeb 13 04:33:19.299 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15952025-02-13T04:33:20.269ZFeb 13 04:33:19.677 INFO Download complete, target: TransceiverControl
15962025-02-13T04:33:20.298ZFeb 13 04:33:19.678 INFO Download complete, target: Console
15972025-02-13T04:33:20.456ZFeb 13 04:33:19.884 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15982025-02-13T04:33:20.472ZFeb 13 04:33:19.902 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15992025-02-13T04:33:20.996ZFeb 13 04:33:20.427 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16002025-02-13T04:33:20.996ZFeb 13 04:33:20.427 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16012025-02-13T04:33:21.223ZFeb 13 04:33:20.653 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16022025-02-13T04:33:23.335ZFeb 13 04:33:22.765 INFO Download complete, target: DendriteStub
16032025-02-13T04:33:23.410ZFeb 13 04:33:22.840 INFO Download complete, target: MaghemiteMgd
16042025-02-13T04:33:28.784ZFeb 13 04:33:28.033 INFO Checking that binary works, target: Cockroach
16052025-02-13T04:33:28.913ZFeb 13 04:33:28.189 INFO Download complete, target: Cockroach
16062025-02-13T04:33:34.028ZFeb 13 04:33:33.456 INFO Checking that binary works, target: Clickhouse
16072025-02-13T04:33:34.172ZFeb 13 04:33:33.599 INFO Download complete, target: Clickhouse
16082025-02-13T04:33:34.184ZAll prerequisites installed successfully
16092025-02-13T04:33:34.190Z
16102025-02-13T04:33:34.190Zreal 7:35.234681612
16112025-02-13T04:33:34.190Zuser 15:50.544715965
16122025-02-13T04:33:34.191Zsys 2:04.124014620
16132025-02-13T04:33:34.191Ztrap 0.577726241
16142025-02-13T04:33:34.191Ztflt 1.702654138
16152025-02-13T04:33:34.191Zdflt 1.447352676
16162025-02-13T04:33:34.191Zkflt 0.026193067
16172025-02-13T04:33:34.191Zlock 24:17.451016684
16182025-02-13T04:33:34.191Zslp 1:00:36.960327710
16192025-02-13T04:33:34.191Zlat 59.196503651
16202025-02-13T04:33:34.191Zstop 2:25.536314745
16212025-02-13T04:33:34.191Z+ ptime -m cargo xtask download softnpu
16222025-02-13T04:33:34.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16232025-02-13T04:33:34.731Z Running `target/debug/xtask download softnpu`
16242025-02-13T04:33:35.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16252025-02-13T04:33:35.673Z Running `target/debug/xtask-downloader softnpu`
16262025-02-13T04:33:35.726ZFeb 13 04:33:35.076 INFO Starting download, target: Softnpu
16272025-02-13T04:33:35.726ZFeb 13 04:33:35.077 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16282025-02-13T04:33:36.953ZFeb 13 04:33:36.379 INFO Download complete, target: Softnpu
16292025-02-13T04:33:36.957Z
16302025-02-13T04:33:36.958Zreal 2.769998756
16312025-02-13T04:33:36.958Zuser 1.309262749
16322025-02-13T04:33:36.958Zsys 0.552690213
16332025-02-13T04:33:36.958Ztrap 0.000909470
16342025-02-13T04:33:36.958Ztflt 0.000087494
16352025-02-13T04:33:36.958Zdflt 0.000150065
16362025-02-13T04:33:36.958Zkflt 0.000000000
16372025-02-13T04:33:36.958Zlock 13.643405808
16382025-02-13T04:33:36.959Zslp 1.055307127
16392025-02-13T04:33:36.959Zlat 0.078017560
16402025-02-13T04:33:36.959Zstop 0.000205629
16412025-02-13T04:33:36.959Z+ export CARGO_INCREMENTAL=0
16422025-02-13T04:33:36.959Z+ CARGO_INCREMENTAL=0
16432025-02-13T04:33:36.959Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16442025-02-13T04:33:37.908Z Compiling proc-macro2 v1.0.92
16452025-02-13T04:33:37.908Z Compiling unicode-ident v1.0.14
16462025-02-13T04:33:37.908Z Compiling libc v0.2.169
16472025-02-13T04:33:37.911Z Compiling serde v1.0.217
16482025-02-13T04:33:37.911Z Compiling autocfg v1.4.0
16492025-02-13T04:33:37.911Z Compiling version_check v0.9.5
16502025-02-13T04:33:37.911Z Compiling cfg-if v1.0.0
16512025-02-13T04:33:38.282Z Compiling memchr v2.7.4
16522025-02-13T04:33:38.300Z Compiling typenum v1.17.0
16532025-02-13T04:33:38.372Z Compiling shlex v1.3.0
16542025-02-13T04:33:38.735Z Compiling value-bag v1.9.0
16552025-02-13T04:33:38.772Z Compiling generic-array v0.14.7
16562025-02-13T04:33:38.948Z Compiling lock_api v0.4.12
16572025-02-13T04:33:39.088Z Compiling scopeguard v1.2.0
16582025-02-13T04:33:39.144Z Compiling log v0.4.22
16592025-02-13T04:33:39.273Z Compiling parking_lot_core v0.9.10
16602025-02-13T04:33:39.586Z Compiling serde_json v1.0.135
16612025-02-13T04:33:39.702Z Compiling once_cell v1.20.2
16622025-02-13T04:33:39.842Z Compiling quote v1.0.38
16632025-02-13T04:33:39.861Z Compiling rustix v0.38.37
16642025-02-13T04:33:39.924Z Compiling libm v0.2.8
16652025-02-13T04:33:40.076Z Compiling jobserver v0.1.32
16662025-02-13T04:33:40.129Z Compiling getrandom v0.2.15
16672025-02-13T04:33:40.271Z Compiling syn v2.0.96
16682025-02-13T04:33:40.441Z Compiling cc v1.1.30
16692025-02-13T04:33:40.492Z Compiling aho-corasick v1.1.3
16702025-02-13T04:33:40.512Z Compiling num-traits v0.2.19
16712025-02-13T04:33:40.516Z Compiling regex-syntax v0.8.5
16722025-02-13T04:33:40.691Z Compiling thiserror v1.0.69
16732025-02-13T04:33:40.750Z Compiling either v1.13.0
16742025-02-13T04:33:40.817Z Compiling itoa v1.0.11
16752025-02-13T04:33:41.165Z Compiling spin v0.9.8
16762025-02-13T04:33:41.193Z Compiling slab v0.4.9
16772025-02-13T04:33:41.499Z Compiling errno v0.3.9
16782025-02-13T04:33:41.694Z Compiling byteorder v1.5.0
16792025-02-13T04:33:41.766Z Compiling rand_core v0.6.4
16802025-02-13T04:33:42.346Z Compiling glob v0.3.2
16812025-02-13T04:33:42.432Z Compiling prettyplease v0.2.25
16822025-02-13T04:33:42.679Z Compiling lazy_static v1.5.0
16832025-02-13T04:33:42.983Z Compiling minimal-lexical v0.2.1
16842025-02-13T04:33:43.082Z Compiling clang-sys v1.8.1
16852025-02-13T04:33:43.440Z Compiling nom v7.1.3
16862025-02-13T04:33:43.485Z Compiling libloading v0.8.5
16872025-02-13T04:33:43.503Z Compiling home v0.5.9
16882025-02-13T04:33:43.759Z Compiling subtle v2.6.1
16892025-02-13T04:33:43.781Z Compiling smallvec v1.13.2
16902025-02-13T04:33:43.834Z Compiling bindgen v0.69.5
16912025-02-13T04:33:44.072Z Compiling regex-automata v0.4.8
16922025-02-13T04:33:44.291Z Compiling itertools v0.12.1
16932025-02-13T04:33:44.294Z Compiling allocator-api2 v0.2.18
16942025-02-13T04:33:44.326Z Compiling lazycell v1.3.0
16952025-02-13T04:33:44.829Z Compiling rustc-hash v1.1.0
16962025-02-13T04:33:45.001Z Compiling cmake v0.1.51
16972025-02-13T04:33:45.211Z Compiling semver v1.0.24
16982025-02-13T04:33:45.676Z Compiling fs_extra v1.3.0
16992025-02-13T04:33:45.770Z Compiling dunce v1.0.5
17002025-02-13T04:33:46.260Z Compiling pkg-config v0.3.31
17012025-02-13T04:33:46.400Z Compiling cexpr v0.6.0
17022025-02-13T04:33:46.594Z Compiling ring v0.17.8
17032025-02-13T04:33:47.122Z Compiling ryu v1.0.18
17042025-02-13T04:33:47.330Z Compiling paste v1.0.15
17052025-02-13T04:33:47.422Z Compiling synstructure v0.13.1
17062025-02-13T04:33:47.573Z Compiling pin-project-lite v0.2.14
17072025-02-13T04:33:47.820Z Compiling const-oid v0.9.6
17082025-02-13T04:33:48.150Z Compiling schemars v0.8.21
17092025-02-13T04:33:48.670Z Compiling httparse v1.9.5
17102025-02-13T04:33:48.887Z Compiling aws-lc-rs v1.10.0
17112025-02-13T04:33:49.170Z Compiling fnv v1.0.7
17122025-02-13T04:33:49.258Z Compiling serde_derive_internals v0.29.1
17132025-02-13T04:33:49.285Z Compiling regex v1.11.1
17142025-02-13T04:33:49.495Z Compiling foldhash v0.1.3
17152025-02-13T04:33:49.799Z Compiling equivalent v1.0.1
17162025-02-13T04:33:49.888Z Compiling signal-hook-registry v1.4.2
17172025-02-13T04:33:49.937Z Compiling hashbrown v0.15.1
17182025-02-13T04:33:50.174Z Compiling heck v0.5.0
17192025-02-13T04:33:50.603Z Compiling parking_lot v0.12.3
17202025-02-13T04:33:50.667Z Compiling mio v1.0.2
17212025-02-13T04:33:51.284Z Compiling stable_deref_trait v1.2.0
17222025-02-13T04:33:51.844Z Compiling serde_derive v1.0.217
17232025-02-13T04:33:51.888Z Compiling zeroize_derive v1.4.2
17242025-02-13T04:33:52.482Z Compiling zerocopy-derive v0.7.35
17252025-02-13T04:33:52.626Z Compiling thiserror-impl v1.0.69
17262025-02-13T04:33:53.225Z Compiling zeroize v1.8.1
17272025-02-13T04:33:53.492Z Compiling tokio-macros v2.5.0
17282025-02-13T04:33:53.590Z Compiling zerofrom-derive v0.1.4
17292025-02-13T04:33:53.704Z Compiling yoke-derive v0.7.4
17302025-02-13T04:33:53.833Z Compiling zerovec-derive v0.10.3
17312025-02-13T04:33:54.075Z Compiling futures-macro v0.3.31
17322025-02-13T04:33:54.104Z Compiling displaydoc v0.2.5
17332025-02-13T04:33:55.248Z Compiling zerocopy v0.7.35
17342025-02-13T04:33:55.955Z Compiling icu_provider_macros v1.5.0
17352025-02-13T04:33:56.036Z Compiling crypto-common v0.1.6
17362025-02-13T04:33:56.086Z Compiling tracing-attributes v0.1.27
17372025-02-13T04:33:56.121Z Compiling schemars_derive v0.8.21
17382025-02-13T04:33:56.261Z Compiling block-buffer v0.10.4
17392025-02-13T04:33:56.502Z Compiling digest v0.10.7
17402025-02-13T04:33:56.900Z Compiling socket2 v0.5.7
17412025-02-13T04:33:56.957Z Compiling time-core v0.1.2
17422025-02-13T04:33:57.012Z Compiling futures-core v0.3.31
17432025-02-13T04:33:57.159Z Compiling num-conv v0.1.0
17442025-02-13T04:33:57.300Z Compiling crossbeam-utils v0.8.20
17452025-02-13T04:33:57.458Z Compiling time-macros v0.2.18
17462025-02-13T04:33:58.003Z Compiling der_derive v0.7.3
17472025-02-13T04:33:58.120Z Compiling vcpkg v0.2.15
17482025-02-13T04:33:59.579Z Compiling openssl-sys v0.9.105
17492025-02-13T04:34:00.507Z Compiling cpufeatures v0.2.14
17502025-02-13T04:34:00.688Z Compiling futures-sink v0.3.31
17512025-02-13T04:34:00.757Z Compiling slog v2.7.0
17522025-02-13T04:34:00.972Z Compiling ahash v0.8.11
17532025-02-13T04:34:01.038Z Compiling syn v1.0.109
17542025-02-13T04:34:01.236Z Compiling zerofrom v0.1.4
17552025-02-13T04:34:01.522Z Compiling iana-time-zone v0.1.61
17562025-02-13T04:34:01.652Z Compiling yoke v0.7.4
17572025-02-13T04:34:01.962Z Compiling futures-channel v0.3.31
17582025-02-13T04:34:02.032Z Compiling scroll_derive v0.12.0
17592025-02-13T04:34:02.126Z Compiling openssl v0.10.70
17602025-02-13T04:34:02.184Z Compiling futures-task v0.3.31
17612025-02-13T04:34:02.409Z Compiling ucd-trie v0.1.7
17622025-02-13T04:34:02.502Z Compiling pin-utils v0.1.0
17632025-02-13T04:34:02.539Z Compiling futures-io v0.3.31
17642025-02-13T04:34:02.621Z Compiling zerovec v0.10.4
17652025-02-13T04:34:02.868Z Compiling futures-util v0.3.31
17662025-02-13T04:34:02.917Z Compiling pest v2.7.14
17672025-02-13T04:34:03.818Z Compiling hmac v0.12.1
17682025-02-13T04:34:04.061Z Compiling bitflags v2.6.0
17692025-02-13T04:34:04.164Z Compiling bytes v1.9.0
17702025-02-13T04:34:05.982Z Compiling indexmap v2.7.1
17712025-02-13T04:34:06.044Z Compiling tokio v1.43.0
17722025-02-13T04:34:07.132Z Compiling serde_tokenstream v0.2.2
17732025-02-13T04:34:07.685Z Compiling uuid v1.12.0
17742025-02-13T04:34:07.778Z Compiling http v1.2.0
17752025-02-13T04:34:08.810Z Compiling which v4.4.2
17762025-02-13T04:34:08.925Z Compiling chrono v0.4.39
17772025-02-13T04:34:09.300Z Compiling rustc_version v0.4.1
17782025-02-13T04:34:12.934Z Compiling pest_meta v2.7.14
17792025-02-13T04:34:15.274Z Compiling block-padding v0.3.3
17802025-02-13T04:34:15.526Z Compiling openssl-macros v0.1.1
17812025-02-13T04:34:16.258Z Compiling native-tls v0.2.12
17822025-02-13T04:34:16.262Z Compiling rustls v0.23.19
17832025-02-13T04:34:16.584Z Compiling inout v0.1.3
17842025-02-13T04:34:16.619Z Compiling pest_generator v2.7.14
17852025-02-13T04:34:16.638Z Compiling tinystr v0.7.6
17862025-02-13T04:34:16.933Z Compiling toml_datetime v0.6.8
17872025-02-13T04:34:17.025Z Compiling serde_spanned v0.6.8
17882025-02-13T04:34:17.158Z Compiling tracing-core v0.1.32
17892025-02-13T04:34:17.286Z Compiling litemap v0.7.3
17902025-02-13T04:34:17.311Z Compiling dyn-clone v1.0.17
17912025-02-13T04:34:17.371Z Compiling strsim v0.11.1
17922025-02-13T04:34:17.758Z Compiling writeable v0.5.5
17932025-02-13T04:34:18.022Z Compiling tracing v0.1.40
17942025-02-13T04:34:18.196Z Compiling pest_derive v2.7.14
17952025-02-13T04:34:18.490Z Compiling icu_locid v1.5.0
17962025-02-13T04:34:18.972Z Compiling cipher v0.4.4
17972025-02-13T04:34:19.401Z Compiling sha2 v0.10.8
17982025-02-13T04:34:19.552Z Compiling usdt-impl v0.5.0
17992025-02-13T04:34:19.924Z Compiling cookie v0.18.1
18002025-02-13T04:34:20.250Z Compiling base64ct v1.6.0
18012025-02-13T04:34:20.394Z Compiling icu_provider v1.5.0
18022025-02-13T04:34:20.821Z Compiling pem-rfc7468 v0.7.0
18032025-02-13T04:34:21.337Z Compiling aws-lc-sys v0.22.0
18042025-02-13T04:34:22.381Z Compiling scroll v0.12.0
18052025-02-13T04:34:22.597Z Compiling ppv-lite86 v0.2.20
18062025-02-13T04:34:22.876Z Compiling async-trait v0.1.86
18072025-02-13T04:34:23.441Z Compiling flagset v0.4.6
18082025-02-13T04:34:23.675Z Compiling camino v1.1.9
18092025-02-13T04:34:25.036Z Compiling icu_locid_transform_data v1.5.0
18102025-02-13T04:34:25.154Z Compiling percent-encoding v2.3.1
18112025-02-13T04:34:25.659Z Compiling plain v0.2.3
18122025-02-13T04:34:25.709Z Compiling anyhow v1.0.95
18132025-02-13T04:34:25.809Z Compiling rustls-pki-types v1.10.0
18142025-02-13T04:34:26.322Z Compiling icu_locid_transform v1.5.0
18152025-02-13T04:34:27.413Z Compiling goblin v0.8.2
18162025-02-13T04:34:28.978Z Compiling der v0.7.9
18172025-02-13T04:34:29.932Z Compiling rand_chacha v0.3.1
18182025-02-13T04:34:31.293Z Compiling tokio-util v0.7.12
18192025-02-13T04:34:31.707Z Compiling icu_collections v1.5.0
18202025-02-13T04:34:33.165Z Compiling pretty-hex v0.4.1
18212025-02-13T04:34:33.261Z Compiling rayon-core v1.12.1
18222025-02-13T04:34:33.353Z Compiling icu_properties_data v1.5.0
18232025-02-13T04:34:33.417Z Compiling rustls v0.22.4
18242025-02-13T04:34:33.568Z Compiling mirai-annotations v1.12.0
18252025-02-13T04:34:33.728Z Compiling untrusted v0.9.0
18262025-02-13T04:34:33.837Z Compiling powerfmt v0.2.0
18272025-02-13T04:34:33.962Z Compiling untrusted v0.7.1
18282025-02-13T04:34:34.067Z Compiling icu_properties v1.5.1
18292025-02-13T04:34:34.165Z Compiling deranged v0.3.11
18302025-02-13T04:34:35.257Z Compiling dof v0.3.0
18312025-02-13T04:34:35.868Z Compiling spki v0.7.3
18322025-02-13T04:34:36.188Z Compiling rand v0.8.5
18332025-02-13T04:34:36.424Z Compiling salsa20 v0.10.2
18342025-02-13T04:34:36.687Z Compiling dtrace-parser v0.2.0
18352025-02-13T04:34:37.649Z Compiling pbkdf2 v0.12.2
18362025-02-13T04:34:38.237Z Compiling thread-id v4.2.2
18372025-02-13T04:34:38.294Z Compiling icu_normalizer_data v1.5.0
18382025-02-13T04:34:38.376Z Compiling atomic-waker v1.1.2
18392025-02-13T04:34:38.424Z Compiling utf8_iter v1.0.4
18402025-02-13T04:34:38.507Z Compiling winnow v0.5.40
18412025-02-13T04:34:38.595Z Compiling write16 v1.0.0
18422025-02-13T04:34:38.695Z Compiling utf16_iter v1.0.5
18432025-02-13T04:34:39.033Z Compiling litrs v0.4.1
18442025-02-13T04:34:39.341Z Compiling num_threads v0.1.7
18452025-02-13T04:34:39.858Z Compiling icu_normalizer v1.5.0
18462025-02-13T04:34:39.997Z Compiling document-features v0.2.10
18472025-02-13T04:34:40.963Z Compiling time v0.3.36
18482025-02-13T04:34:41.863Z Compiling toml_edit v0.19.15
18492025-02-13T04:34:43.865Z Compiling scrypt v0.11.0
18502025-02-13T04:34:44.338Z Compiling form_urlencoded v1.2.1
18512025-02-13T04:34:44.341Z Compiling aes v0.8.4
18522025-02-13T04:34:44.782Z Compiling cbc v0.1.2
18532025-02-13T04:34:44.867Z Compiling http-body v1.0.1
18542025-02-13T04:34:45.154Z Compiling multer v3.1.0
18552025-02-13T04:34:45.291Z Compiling slog-async v2.8.0
18562025-02-13T04:34:45.485Z Compiling try-lock v0.2.5
18572025-02-13T04:34:45.653Z Compiling rustversion v1.0.17
18582025-02-13T04:34:45.671Z Compiling tinyvec_macros v0.1.1
18592025-02-13T04:34:45.779Z Compiling tinyvec v1.8.0
18602025-02-13T04:34:45.947Z Compiling want v0.3.1
18612025-02-13T04:34:46.353Z Compiling pkcs5 v0.7.1
18622025-02-13T04:34:47.390Z Compiling idna_adapter v1.2.0
18632025-02-13T04:34:47.961Z Compiling h2 v0.4.6
18642025-02-13T04:34:48.214Z Compiling heapless v0.7.17
18652025-02-13T04:34:48.732Z Compiling bzip2-sys v0.1.11+1.0.8
18662025-02-13T04:34:49.148Z Compiling signal-hook v0.3.17
18672025-02-13T04:34:49.441Z Compiling httpdate v1.0.3
18682025-02-13T04:34:50.515Z Compiling idna v1.0.3
18692025-02-13T04:34:52.077Z Compiling pkcs8 v0.10.2
18702025-02-13T04:34:52.957Z Compiling usdt-macro v0.5.0
18712025-02-13T04:34:53.832Z Compiling usdt-attr-macro v0.5.0
18722025-02-13T04:34:54.361Z Compiling async-stream-impl v0.3.6
18732025-02-13T04:34:54.378Z Compiling base64 v0.22.1
18742025-02-13T04:34:55.473Z Compiling adler2 v2.0.0
18752025-02-13T04:34:55.514Z Compiling tower-service v0.3.3
18762025-02-13T04:34:55.677Z Compiling miniz_oxide v0.8.0
18772025-02-13T04:34:56.086Z Compiling hyper v1.5.2
18782025-02-13T04:34:58.842Z Compiling curve25519-dalek v4.1.3
18792025-02-13T04:34:59.110Z Compiling hyper-util v0.1.10
18802025-02-13T04:34:59.259Z Compiling openapiv3 v2.0.0
18812025-02-13T04:35:02.874Z Compiling enum-as-inner v0.6.1
18822025-02-13T04:35:03.730Z Compiling dropshot v0.12.0
18832025-02-13T04:35:03.867Z Compiling newtype-uuid v1.2.1
18842025-02-13T04:35:04.034Z Compiling foreign-types-shared v0.1.1
18852025-02-13T04:35:04.161Z Compiling match_cfg v0.1.0
18862025-02-13T04:35:04.280Z Compiling num-bigint-dig v0.8.4
18872025-02-13T04:35:04.400Z Compiling smoltcp v0.9.1
18882025-02-13T04:35:04.982Z Compiling portable-atomic v1.9.0
18892025-02-13T04:35:05.560Z Compiling foreign-types v0.3.2
18902025-02-13T04:35:05.690Z Compiling hostname v0.3.1
18912025-02-13T04:35:06.797Z Compiling url v2.5.3
18922025-02-13T04:35:08.746Z Compiling http-body-util v0.1.2
18932025-02-13T04:35:09.256Z Compiling dirs-sys-next v0.1.2
18942025-02-13T04:35:09.292Z Compiling encoding_rs v0.8.34
18952025-02-13T04:35:09.381Z Compiling ident_case v1.0.1
18962025-02-13T04:35:09.571Z Compiling data-encoding v2.6.0
18972025-02-13T04:35:09.712Z Compiling siphasher v0.3.11
18982025-02-13T04:35:10.098Z Compiling gimli v0.31.1
18992025-02-13T04:35:11.022Z Compiling heck v0.4.1
19002025-02-13T04:35:11.412Z Compiling mime v0.3.17
19012025-02-13T04:35:12.454Z Compiling darling_core v0.20.10
19022025-02-13T04:35:12.646Z Compiling dirs-next v2.0.0
19032025-02-13T04:35:16.754Z Compiling addr2line v0.24.2
19042025-02-13T04:35:18.564Z Compiling unicode-normalization v0.1.24
19052025-02-13T04:35:19.591Z Compiling serde_urlencoded v0.7.1
19062025-02-13T04:35:20.148Z Compiling crossbeam-epoch v0.9.18
19072025-02-13T04:35:20.462Z Compiling rustls-pemfile v2.2.0
19082025-02-13T04:35:20.590Z Compiling hubpack_derive v0.1.1
19092025-02-13T04:35:20.768Z Compiling dropshot_endpoint v0.12.0
19102025-02-13T04:35:20.867Z Compiling sha1 v0.10.6
19112025-02-13T04:35:20.931Z Compiling signature v2.2.0
19122025-02-13T04:35:21.171Z Compiling zerocopy-derive v0.6.6
19132025-02-13T04:35:21.271Z Compiling curve25519-dalek-derive v0.1.1
19142025-02-13T04:35:21.491Z Compiling object v0.36.5
19152025-02-13T04:35:22.888Z Compiling thread_local v1.1.8
19162025-02-13T04:35:23.373Z Compiling fs-err v2.11.0
19172025-02-13T04:35:24.691Z Compiling anstyle v1.0.10
19182025-02-13T04:35:25.132Z Compiling ipnet v2.10.1
19192025-02-13T04:35:26.084Z Compiling rustc-demangle v0.1.24
19202025-02-13T04:35:28.434Z Compiling unicode-properties v0.1.3
19212025-02-13T04:35:28.861Z Compiling utf8parse v0.2.2
19222025-02-13T04:35:29.557Z Compiling winnow v0.6.20
19232025-02-13T04:35:30.129Z Compiling openssl-probe v0.1.5
19242025-02-13T04:35:30.628Z Compiling unicode-bidi v0.3.17
19252025-02-13T04:35:32.968Z Compiling toml_edit v0.22.22
19262025-02-13T04:35:34.161Z Compiling rustls-webpki v0.102.8
19272025-02-13T04:35:34.267Z Compiling stringprep v0.1.5
19282025-02-13T04:35:37.568Z Compiling anstyle-parse v0.2.5
19292025-02-13T04:35:37.918Z Compiling backtrace v0.3.74
19302025-02-13T04:35:41.693Z Compiling crossbeam-deque v0.8.5
19312025-02-13T04:35:43.014Z Compiling darling_macro v0.20.10
19322025-02-13T04:35:43.923Z Compiling term v0.7.0
19332025-02-13T04:35:43.975Z Compiling slog-json v2.6.1
19342025-02-13T04:35:45.329Z Compiling crossbeam-channel v0.5.13
19352025-02-13T04:35:45.914Z Compiling hashbrown v0.14.5
19362025-02-13T04:35:46.444Z Compiling futures-executor v0.3.31
19372025-02-13T04:35:46.913Z Compiling num-integer v0.1.46
19382025-02-13T04:35:47.082Z Compiling md-5 v0.10.6
19392025-02-13T04:35:47.360Z Compiling ff v0.13.0
19402025-02-13T04:35:47.498Z Compiling hash32 v0.2.1
19412025-02-13T04:35:47.608Z Compiling memmap v0.7.0
19422025-02-13T04:35:47.636Z Compiling is-terminal v0.4.13
19432025-02-13T04:35:47.863Z Compiling colorchoice v1.0.2
19442025-02-13T04:35:47.923Z Compiling anstyle-query v1.1.1
19452025-02-13T04:35:47.945Z Compiling fallible-iterator v0.2.0
19462025-02-13T04:35:48.046Z Compiling psl-types v2.0.11
19472025-02-13T04:35:48.317Z Compiling base16ct v0.2.0
19482025-02-13T04:35:48.433Z Compiling take_mut v0.2.2
19492025-02-13T04:35:48.618Z Compiling quick-error v1.2.3
19502025-02-13T04:35:48.663Z Compiling utf-8 v0.7.6
19512025-02-13T04:35:48.779Z Compiling linked-hash-map v0.5.6
19522025-02-13T04:35:48.863Z Compiling is_terminal_polyfill v1.70.1
19532025-02-13T04:35:48.929Z Compiling tungstenite v0.24.0
19542025-02-13T04:35:48.974Z Compiling publicsuffix v2.3.0
19552025-02-13T04:35:49.006Z Compiling anstream v0.6.15
19562025-02-13T04:35:49.129Z Compiling lru-cache v0.1.2
19572025-02-13T04:35:49.280Z Compiling resolv-conf v0.7.0
19582025-02-13T04:35:49.344Z Compiling postgres-protocol v0.6.7
19592025-02-13T04:35:49.930Z Compiling sec1 v0.7.3
19602025-02-13T04:35:50.485Z Compiling usdt v0.5.0
19612025-02-13T04:35:50.706Z Compiling slog-term v2.9.1
19622025-02-13T04:35:50.864Z Compiling group v0.13.0
19632025-02-13T04:35:50.927Z Compiling num-iter v0.1.45
19642025-02-13T04:35:51.133Z Compiling regress v0.10.1
19652025-02-13T04:35:51.172Z Compiling futures v0.3.31
19662025-02-13T04:35:54.546Z Compiling slog-bunyan v2.5.0
19672025-02-13T04:35:54.595Z Compiling darling v0.20.10
19682025-02-13T04:35:54.732Z Compiling tokio-rustls v0.26.0
19692025-02-13T04:35:54.770Z Compiling tokio-rustls v0.25.0
19702025-02-13T04:35:55.195Z Compiling tokio-native-tls v0.3.1
19712025-02-13T04:35:55.214Z Compiling toml v0.8.19
19722025-02-13T04:35:55.607Z Compiling hickory-proto v0.24.3
19732025-02-13T04:35:55.808Z Compiling strum_macros v0.25.3
19742025-02-13T04:35:56.606Z Compiling phf_shared v0.11.2
19752025-02-13T04:35:57.022Z Compiling async-stream v0.3.6
19762025-02-13T04:35:57.043Z Compiling waitgroup v0.1.2
19772025-02-13T04:35:57.082Z Compiling webpki-roots v0.26.6
19782025-02-13T04:35:57.421Z Compiling terminal_size v0.4.0
19792025-02-13T04:35:57.499Z Compiling hkdf v0.12.4
19802025-02-13T04:35:57.671Z Compiling serde_path_to_error v0.1.16
19812025-02-13T04:35:57.725Z Compiling crypto-bigint v0.5.5
19822025-02-13T04:35:58.338Z Compiling clap_derive v4.5.24
19832025-02-13T04:35:58.427Z Compiling derive-where v1.2.7
19842025-02-13T04:35:59.188Z Compiling serde_repr v0.1.19
19852025-02-13T04:36:00.229Z Compiling hostname v0.4.0
19862025-02-13T04:36:00.456Z Compiling crc32fast v1.4.2
19872025-02-13T04:36:00.800Z Compiling managed v0.8.0
19882025-02-13T04:36:00.958Z Compiling bitflags v1.3.2
19892025-02-13T04:36:01.085Z Compiling debug-ignore v1.0.5
19902025-02-13T04:36:01.270Z Compiling unicode-width v0.2.0
19912025-02-13T04:36:01.483Z Compiling clap_lex v0.7.4
19922025-02-13T04:36:02.395Z Compiling clap_builder v4.5.27
19932025-02-13T04:36:02.574Z Compiling console v0.15.10
19942025-02-13T04:36:04.229Z Compiling hickory-resolver v0.24.2
19952025-02-13T04:36:06.209Z Compiling flate2 v1.0.35
19962025-02-13T04:36:07.089Z Compiling elliptic-curve v0.13.8
19972025-02-13T04:36:08.606Z Compiling hyper-rustls v0.27.3
19982025-02-13T04:36:09.266Z Compiling phf v0.11.2
19992025-02-13T04:36:09.552Z Compiling hyper-tls v0.6.0
20002025-02-13T04:36:11.232Z Compiling typify-impl v0.2.0
20012025-02-13T04:36:11.841Z Compiling signal-hook-mio v0.2.4
20022025-02-13T04:36:11.945Z Compiling rayon v1.10.0
20032025-02-13T04:36:12.027Z Compiling bzip2 v0.4.4
20042025-02-13T04:36:12.413Z Compiling cookie_store v0.21.1
20052025-02-13T04:36:13.768Z Compiling postgres-types v0.2.8
20062025-02-13T04:36:14.513Z Compiling tokio-tungstenite v0.24.0
20072025-02-13T04:36:14.983Z Compiling zerocopy v0.6.6
20082025-02-13T04:36:15.113Z Compiling hubpack v0.1.2
20092025-02-13T04:36:15.597Z Compiling ed25519 v2.2.3
20102025-02-13T04:36:15.728Z Compiling phf_shared v0.10.0
20112025-02-13T04:36:16.075Z Compiling pkcs1 v0.7.5
20122025-02-13T04:36:16.169Z Compiling tokio-stream v0.1.16
20132025-02-13T04:36:16.989Z Compiling ipnetwork v0.20.0
20142025-02-13T04:36:17.156Z Compiling rfc6979 v0.4.0
20152025-02-13T04:36:17.206Z Compiling serde-big-array v0.5.1
20162025-02-13T04:36:17.375Z Compiling float-cmp v0.9.0
20172025-02-13T04:36:17.465Z Compiling sync_wrapper v1.0.1
20182025-02-13T04:36:17.644Z Compiling bstr v1.10.0
20192025-02-13T04:36:17.946Z Compiling static_assertions v1.1.0
20202025-02-13T04:36:18.070Z Compiling number_prefix v0.4.0
20212025-02-13T04:36:18.909Z Compiling unicode-segmentation v1.12.0
20222025-02-13T04:36:19.136Z Compiling predicates-core v1.0.8
20232025-02-13T04:36:19.452Z Compiling new_debug_unreachable v1.0.6
20242025-02-13T04:36:19.770Z Compiling precomputed-hash v0.1.1
20252025-02-13T04:36:19.926Z Compiling bit-vec v0.6.3
20262025-02-13T04:36:20.022Z Compiling difflib v0.4.0
20272025-02-13T04:36:20.162Z Compiling whoami v1.5.2
20282025-02-13T04:36:20.623Z Compiling normalize-line-endings v0.3.0
20292025-02-13T04:36:20.704Z Compiling fixedbitset v0.4.2
20302025-02-13T04:36:20.785Z Compiling predicates v3.1.2
20312025-02-13T04:36:21.100Z Compiling petgraph v0.6.5
20322025-02-13T04:36:21.102Z Compiling tokio-postgres v0.7.12
20332025-02-13T04:36:21.605Z Compiling typify-macro v0.2.0
20342025-02-13T04:36:22.139Z Compiling bit-set v0.5.3
20352025-02-13T04:36:22.446Z Compiling string_cache v0.8.7
20362025-02-13T04:36:22.681Z Compiling similar v2.6.0
20372025-02-13T04:36:22.860Z Compiling reqwest v0.12.9
20382025-02-13T04:36:24.510Z Compiling indicatif v0.17.11
20392025-02-13T04:36:24.709Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20402025-02-13T04:36:25.562Z Compiling ecdsa v0.16.9
20412025-02-13T04:36:26.242Z Compiling qorb v0.2.1
20422025-02-13T04:36:26.397Z Compiling rsa v0.9.6
20432025-02-13T04:36:26.728Z Compiling ed25519-dalek v2.1.1
20442025-02-13T04:36:27.262Z Compiling zip v0.6.6
20452025-02-13T04:36:27.789Z Compiling crossterm v0.28.1
20462025-02-13T04:36:28.509Z Compiling clap v4.5.27
20472025-02-13T04:36:30.907Z Compiling toml v0.7.8
20482025-02-13T04:36:31.239Z Compiling x509-cert v0.2.5
20492025-02-13T04:36:32.303Z Compiling hex v0.4.3
20502025-02-13T04:36:32.863Z Compiling itertools v0.10.5
20512025-02-13T04:36:33.297Z Compiling lalrpop-util v0.19.12
20522025-02-13T04:36:33.423Z Compiling peg-runtime v0.8.3
20532025-02-13T04:36:33.914Z Compiling zerocopy v0.8.10
20542025-02-13T04:36:33.940Z Compiling unicode-xid v0.2.6
20552025-02-13T04:36:35.410Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20562025-02-13T04:36:40.146Z Compiling proc-macro-crate v1.3.1
20572025-02-13T04:36:40.954Z Compiling macaddr v1.0.1
20582025-02-13T04:36:41.016Z Compiling zerocopy-derive v0.8.10
20592025-02-13T04:36:41.284Z Compiling itertools v0.13.0
20602025-02-13T04:36:42.945Z Compiling heapless v0.8.0
20612025-02-13T04:36:44.198Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20622025-02-13T04:36:48.986Z Compiling num_enum_derive v0.5.11
20632025-02-13T04:36:54.803Z Compiling hash32 v0.3.1
20642025-02-13T04:36:56.693Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20652025-02-13T04:36:57.253Z Compiling smoltcp v0.11.0
20662025-02-13T04:37:02.888Z Compiling num_enum v0.5.11
20672025-02-13T04:37:02.909Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20682025-02-13T04:37:03.791Z Compiling typify v0.2.0
20692025-02-13T04:37:03.809Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20702025-02-13T04:37:04.642Z Compiling proc-macro-error-attr v1.0.4
20712025-02-13T04:37:04.976Z Compiling unsafe-libyaml v0.2.11
20722025-02-13T04:37:05.794Z Compiling thiserror v2.0.11
20732025-02-13T04:37:06.737Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20742025-02-13T04:37:06.830Z Compiling cobs v0.2.3
20752025-02-13T04:37:07.090Z Compiling postcard v1.0.10
20762025-02-13T04:37:08.518Z Compiling serde_yaml v0.9.34+deprecated
20772025-02-13T04:37:20.139Z Compiling progenitor-impl v0.8.0
20782025-02-13T04:37:22.296Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20792025-02-13T04:37:33.511Z Compiling strum_macros v0.26.4
20802025-02-13T04:37:33.952Z Compiling thiserror-impl v2.0.11
20812025-02-13T04:37:34.130Z Compiling foreign-types-macros v0.2.3
20822025-02-13T04:37:34.812Z Compiling structmeta-derive v0.3.0
20832025-02-13T04:37:35.127Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20842025-02-13T04:37:35.315Z Compiling proc-macro-error v1.0.4
20852025-02-13T04:37:35.526Z Compiling unicode-width v0.1.14
20862025-02-13T04:37:35.908Z Compiling foreign-types-shared v0.3.1
20872025-02-13T04:37:36.859Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20882025-02-13T04:37:37.606Z Compiling strum v0.26.3
20892025-02-13T04:37:37.916Z Compiling structmeta v0.3.0
20902025-02-13T04:37:38.166Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20912025-02-13T04:37:41.277Z Compiling foreign-types v0.5.0
20922025-02-13T04:37:41.302Z Compiling tabwriter v1.4.0
20932025-02-13T04:37:48.262Z Compiling progenitor-macro v0.8.0
20942025-02-13T04:37:50.287Z Compiling progenitor-client v0.8.0
20952025-02-13T04:37:52.744Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20962025-02-13T04:37:53.583Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20972025-02-13T04:37:54.120Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20982025-02-13T04:37:54.713Z Compiling cstr-argument v0.1.2
20992025-02-13T04:37:54.977Z Compiling dropshot v0.15.1
21002025-02-13T04:37:55.018Z Compiling crucible-workspace-hack v0.1.0
21012025-02-13T04:37:55.308Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21022025-02-13T04:37:55.746Z Compiling fastrand v2.1.1
21032025-02-13T04:37:56.433Z Compiling pretty-hex v0.2.1
21042025-02-13T04:37:56.638Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21052025-02-13T04:37:56.690Z Compiling tempfile v3.13.0
21062025-02-13T04:37:57.162Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21072025-02-13T04:37:57.369Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21082025-02-13T04:37:57.732Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21092025-02-13T04:37:58.081Z Compiling parse-display-derive v0.10.0
21102025-02-13T04:37:58.325Z Compiling colored v2.1.0
21112025-02-13T04:37:58.556Z Compiling serde_with_macros v3.11.0
21122025-02-13T04:37:59.134Z Compiling progenitor v0.8.0
21132025-02-13T04:37:59.381Z Compiling dropshot_endpoint v0.15.1
21142025-02-13T04:37:59.540Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21152025-02-13T04:38:00.284Z Compiling instant v0.1.13
21162025-02-13T04:38:00.483Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21172025-02-13T04:38:00.905Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21182025-02-13T04:38:00.996Z Compiling serde_with v3.11.0
21192025-02-13T04:38:01.592Z Compiling parse-display v0.10.0
21202025-02-13T04:38:02.093Z Compiling backoff v0.4.0
21212025-02-13T04:38:02.477Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21222025-02-13T04:38:02.582Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21232025-02-13T04:38:03.502Z Compiling zone_cfg_derive v0.3.0
21242025-02-13T04:38:03.922Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21252025-02-13T04:38:04.628Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21262025-02-13T04:38:04.802Z Compiling camino-tempfile v1.1.1
21272025-02-13T04:38:05.096Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21282025-02-13T04:38:05.343Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21292025-02-13T04:38:05.542Z Compiling regress v0.9.1
21302025-02-13T04:38:05.567Z Compiling progenitor-client v0.9.1
21312025-02-13T04:38:05.722Z Compiling num-derive v0.4.2
21322025-02-13T04:38:06.460Z Compiling sigpipe v0.1.3
21332025-02-13T04:38:06.627Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21342025-02-13T04:38:06.953Z Compiling libefi-sys v0.1.0
21352025-02-13T04:38:07.344Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21362025-02-13T04:38:07.790Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21372025-02-13T04:38:09.394Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21382025-02-13T04:38:09.970Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21392025-02-13T04:38:10.558Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21402025-02-13T04:38:12.296Z Compiling zone v0.3.0
21412025-02-13T04:38:14.671Z Compiling smf v0.2.3
21422025-02-13T04:38:15.559Z Compiling bitfield-struct v0.6.2
21432025-02-13T04:38:15.670Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21442025-02-13T04:38:16.090Z Compiling blake3 v1.5.4
21452025-02-13T04:38:16.903Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21462025-02-13T04:38:17.314Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21472025-02-13T04:38:17.605Z Compiling xattr v1.3.1
21482025-02-13T04:38:17.628Z Compiling filetime v0.2.25
21492025-02-13T04:38:17.678Z Compiling memmap2 v0.9.5
21502025-02-13T04:38:17.958Z Compiling same-file v1.0.6
21512025-02-13T04:38:18.018Z Compiling constant_time_eq v0.3.1
21522025-02-13T04:38:18.231Z Compiling arrayvec v0.7.6
21532025-02-13T04:38:18.261Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21542025-02-13T04:38:18.264Z Compiling arrayref v0.3.9
21552025-02-13T04:38:18.414Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21562025-02-13T04:38:18.417Z Compiling walkdir v2.5.0
21572025-02-13T04:38:18.449Z Compiling tar v0.4.42
21582025-02-13T04:38:20.094Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21592025-02-13T04:38:20.530Z Compiling gethostname v0.5.0
21602025-02-13T04:38:20.647Z Compiling cargo-platform v0.1.8
21612025-02-13T04:38:20.763Z Compiling topological-sort v0.2.2
21622025-02-13T04:38:21.034Z Compiling omicron-zone-package v0.12.0
21632025-02-13T04:38:21.064Z Compiling cargo_metadata v0.18.1
21642025-02-13T04:38:21.362Z Compiling indent_write v2.2.0
21652025-02-13T04:38:21.629Z Compiling shell-words v1.1.0
21662025-02-13T04:38:27.168Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21672025-02-13T04:38:28.764Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21682025-02-13T04:38:32.237Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21692025-02-13T04:38:49.995Z Finished `release` profile [optimized] target(s) in 5m 12s
21702025-02-13T04:38:50.160Z Running `target/release/omicron-package -t test target create -p dev`
21712025-02-13T04:38:50.209ZLogging to: /work/oxidecomputer/omicron/out/LOG
21722025-02-13T04:38:50.212ZCreated new build target 'test' and set it as active
21732025-02-13T04:38:50.212Z
21742025-02-13T04:38:50.212Zreal 5:13.197958033
21752025-02-13T04:38:50.212Zuser 36:29.993386578
21762025-02-13T04:38:50.212Zsys 3:27.323407981
21772025-02-13T04:38:50.212Ztrap 1.130828772
21782025-02-13T04:38:50.212Ztflt 3.303340271
21792025-02-13T04:38:50.212Zdflt 0.778340966
21802025-02-13T04:38:50.212Zkflt 0.000738154
21812025-02-13T04:38:50.212Zlock 1:12:43.927933522
21822025-02-13T04:38:50.212Zslp 2:26:50.090022188
21832025-02-13T04:38:50.212Zlat 2:45.392590255
21842025-02-13T04:38:50.212Zstop 4:54.474799699
21852025-02-13T04:38:50.212Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21862025-02-13T04:38:51.170Z Finished `release` profile [optimized] target(s) in 0.90s
21872025-02-13T04:38:51.227Z Running `target/release/omicron-package -t test package`
21882025-02-13T04:38:51.273ZLogging to: /work/oxidecomputer/omicron/out/LOG
21892025-02-13T04:38:52.397Z Compiling thiserror v2.0.11
21902025-02-13T04:38:52.534Z Compiling typify-impl v0.3.0
21912025-02-13T04:38:52.547Z Compiling convert_case v0.4.0
21922025-02-13T04:38:52.550Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21932025-02-13T04:38:52.550Z Compiling newline-converter v0.3.0
21942025-02-13T04:38:52.550Z Compiling password-hash v0.5.0
21952025-02-13T04:38:52.550Z Compiling blake2 v0.10.6
21962025-02-13T04:38:52.550Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21972025-02-13T04:38:52.863Z Compiling expectorate v1.1.0
21982025-02-13T04:38:52.885Z Compiling base64 v0.21.7
21992025-02-13T04:38:53.143Z Compiling argon2 v0.5.3
22002025-02-13T04:38:53.193Z Compiling derive_more v0.99.18
22012025-02-13T04:38:53.264Z Compiling atomicwrites v0.4.4
22022025-02-13T04:38:53.785Z Compiling owo-colors v4.1.0
22032025-02-13T04:38:53.811Z Compiling cancel-safe-futures v0.1.5
22042025-02-13T04:38:54.049Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22052025-02-13T04:38:54.124Z Compiling num-rational v0.4.2
22062025-02-13T04:38:54.195Z Compiling progenitor-client v0.9.1
22072025-02-13T04:38:54.635Z Compiling num-complex v0.4.6
22082025-02-13T04:38:55.359Z Compiling libsw v3.3.1
22092025-02-13T04:38:55.523Z Compiling linear-map v1.2.0
22102025-02-13T04:38:55.716Z Compiling num v0.4.3
22112025-02-13T04:38:55.815Z Compiling float-ord v0.3.2
22122025-02-13T04:38:55.844Z Compiling swrite v0.1.0
22132025-02-13T04:38:55.948Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22142025-02-13T04:38:55.991Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22152025-02-13T04:38:56.013Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22162025-02-13T04:38:56.565Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22172025-02-13T04:38:57.214Z Compiling highway v1.2.0
22182025-02-13T04:38:58.672Z Compiling semver v0.1.20
22192025-02-13T04:38:59.113Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22202025-02-13T04:38:59.217Z Compiling rustc_version v0.1.7
22212025-02-13T04:38:59.652Z Compiling newtype_derive v0.1.6
22222025-02-13T04:39:00.010Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22232025-02-13T04:39:03.412Z Compiling typify-macro v0.3.0
22242025-02-13T04:39:03.544Z Compiling tungstenite v0.21.0
22252025-02-13T04:39:04.471Z Compiling ipnetwork v0.20.0
22262025-02-13T04:39:05.092Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22272025-02-13T04:39:05.219Z Compiling tokio-tungstenite v0.21.0
22282025-02-13T04:39:05.839Z Compiling progenitor-client v0.8.0
22292025-02-13T04:39:05.864Z Compiling humantime v2.1.0
22302025-02-13T04:39:06.303Z Compiling progenitor v0.8.0
22312025-02-13T04:39:06.708Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
22322025-02-13T04:39:06.751Z Compiling dropshot v0.15.1
22332025-02-13T04:39:06.804Z Compiling typify v0.3.0
22342025-02-13T04:39:06.941Z Compiling progenitor-impl v0.9.1
22352025-02-13T04:39:07.073Z Compiling instant v0.1.13
22362025-02-13T04:39:07.241Z Compiling backoff v0.4.0
22372025-02-13T04:39:07.572Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22382025-02-13T04:39:08.422Z Compiling steno v0.4.1
22392025-02-13T04:39:13.012Z Compiling progenitor-macro v0.9.1
22402025-02-13T04:39:14.607Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22412025-02-13T04:39:14.683Z Compiling parse-display v0.10.0
22422025-02-13T04:39:15.203Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22432025-02-13T04:39:15.405Z Compiling strum v0.26.3
22442025-02-13T04:39:15.612Z Compiling serde_with v3.11.0
22452025-02-13T04:39:16.353Z Compiling regress v0.9.1
22462025-02-13T04:39:19.117Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22472025-02-13T04:39:20.751Z Compiling macaddr v1.0.1
22482025-02-13T04:39:21.184Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22492025-02-13T04:39:21.259Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22502025-02-13T04:39:21.332Z Compiling slog-dtrace v0.3.0
22512025-02-13T04:39:21.854Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22522025-02-13T04:39:21.906Z Compiling prettyplease v0.2.25
22532025-02-13T04:39:24.039Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22542025-02-13T04:39:24.053Z Compiling progenitor v0.9.1
22552025-02-13T04:39:24.175Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22562025-02-13T04:39:27.507Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22572025-02-13T04:39:30.010Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22582025-02-13T04:39:37.820Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22592025-02-13T04:39:38.631Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22602025-02-13T04:39:39.632Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22612025-02-13T04:39:41.333Z Compiling half v2.4.1
22622025-02-13T04:39:43.415Z Compiling ciborium-io v0.2.2
22632025-02-13T04:39:43.580Z Compiling ciborium-ll v0.2.2
22642025-02-13T04:39:44.129Z Compiling ciborium v0.2.2
22652025-02-13T04:39:44.374Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22662025-02-13T04:39:44.712Z Compiling display-error-chain v0.2.2
22672025-02-13T04:39:44.956Z Compiling same-file v1.0.6
22682025-02-13T04:39:45.217Z Compiling fastrand v2.1.1
22692025-02-13T04:39:45.220Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22702025-02-13T04:39:45.709Z Compiling tempfile v3.13.0
22712025-02-13T04:39:46.064Z Compiling walkdir v2.5.0
22722025-02-13T04:39:46.436Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22732025-02-13T04:39:46.694Z Compiling blake3 v1.5.4
22742025-02-13T04:39:47.340Z Compiling const_format_proc_macros v0.2.34
22752025-02-13T04:39:49.149Z Compiling xattr v1.3.1
22762025-02-13T04:39:49.409Z Compiling filetime v0.2.25
22772025-02-13T04:39:49.726Z Compiling memmap2 v0.9.5
22782025-02-13T04:39:50.040Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22792025-02-13T04:39:50.150Z Compiling maplit v1.0.2
22802025-02-13T04:39:50.295Z Compiling arrayref v0.3.9
22812025-02-13T04:39:50.425Z Compiling arrayvec v0.7.6
22822025-02-13T04:39:50.459Z Compiling keccak v0.1.5
22832025-02-13T04:39:50.672Z Compiling crunchy v0.2.2
22842025-02-13T04:39:50.847Z Compiling constant_time_eq v0.3.1
22852025-02-13T04:39:51.162Z Compiling sha3 v0.10.8
22862025-02-13T04:39:51.572Z Compiling tar v0.4.42
22872025-02-13T04:39:52.006Z Compiling const_format v0.2.34
22882025-02-13T04:39:52.033Z Compiling toolchain_find v0.4.0
22892025-02-13T04:39:52.052Z Compiling camino-tempfile v1.1.1
22902025-02-13T04:39:52.479Z Compiling radium v0.7.0
22912025-02-13T04:39:52.558Z Compiling topological-sort v0.2.2
22922025-02-13T04:39:52.810Z Compiling tiny-keccak v2.0.2
22932025-02-13T04:39:52.974Z Compiling omicron-zone-package v0.12.0
22942025-02-13T04:39:53.143Z Compiling rustfmt-wrapper v0.2.1
22952025-02-13T04:39:53.428Z Compiling dsl_auto_type v0.1.2
22962025-02-13T04:39:53.635Z Compiling scheduled-thread-pool v0.2.7
22972025-02-13T04:39:53.765Z Compiling diesel_table_macro_syntax v0.2.0
22982025-02-13T04:39:54.175Z Compiling maybe-uninit v2.0.0
22992025-02-13T04:39:54.667Z Compiling tap v1.0.1
23002025-02-13T04:39:54.698Z Compiling diesel_derives v2.2.3
23012025-02-13T04:39:54.883Z Compiling wyz v0.5.1
23022025-02-13T04:39:55.099Z Compiling r2d2 v0.8.10
23032025-02-13T04:39:55.774Z Compiling phf_generator v0.11.2
23042025-02-13T04:39:55.982Z Compiling ascii-canvas v3.0.0
23052025-02-13T04:39:56.069Z Compiling secrecy v0.8.0
23062025-02-13T04:39:56.352Z Compiling ena v0.14.3
23072025-02-13T04:39:56.421Z Compiling async-recursion v1.1.1
23082025-02-13T04:39:56.757Z Compiling diff v0.1.13
23092025-02-13T04:39:56.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23102025-02-13T04:39:57.116Z Compiling funty v2.0.0
23112025-02-13T04:39:57.248Z Compiling crc-catalog v2.4.0
23122025-02-13T04:39:57.434Z Compiling regex-syntax v0.6.29
23132025-02-13T04:39:57.772Z Compiling arc-swap v1.7.1
23142025-02-13T04:39:57.856Z Compiling packed_struct v0.10.1
23152025-02-13T04:39:58.070Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23162025-02-13T04:39:58.331Z Compiling slog-scope v4.4.0
23172025-02-13T04:39:58.438Z Compiling bitvec v1.0.1
23182025-02-13T04:39:59.149Z Compiling crc v3.2.1
23192025-02-13T04:39:59.862Z Compiling phf_codegen v0.11.2
23202025-02-13T04:40:00.228Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23212025-02-13T04:40:01.219Z Compiling lalrpop v0.19.12
23222025-02-13T04:40:02.474Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23232025-02-13T04:40:02.795Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23242025-02-13T04:40:03.048Z Compiling universal-hash v0.5.1
23252025-02-13T04:40:03.341Z Compiling packed_struct_codegen v0.10.1
23262025-02-13T04:40:03.479Z Compiling thiserror-impl-no-std v2.0.2
23272025-02-13T04:40:05.352Z Compiling diesel v2.2.6
23282025-02-13T04:40:05.615Z Compiling parse-zoneinfo v0.3.1
23292025-02-13T04:40:05.970Z Compiling unicase v2.7.0
23302025-02-13T04:40:06.298Z Compiling indexmap v1.9.3
23312025-02-13T04:40:06.642Z Compiling ref-cast v1.0.23
23322025-02-13T04:40:07.022Z Compiling opaque-debug v0.3.1
23332025-02-13T04:40:07.098Z Compiling nodrop v0.1.14
23342025-02-13T04:40:07.137Z Compiling poly1305 v0.8.0
23352025-02-13T04:40:07.245Z Compiling array-init v0.0.4
23362025-02-13T04:40:08.505Z Compiling chrono-tz-build v0.4.0
23372025-02-13T04:40:08.606Z Compiling thiserror-no-std v2.0.2
23382025-02-13T04:40:09.475Z Compiling smallvec v0.6.14
23392025-02-13T04:40:10.547Z Compiling slog-stdlog v4.1.1
23402025-02-13T04:40:11.348Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23412025-02-13T04:40:11.652Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23422025-02-13T04:40:11.972Z Compiling derive_builder_core v0.20.2
23432025-02-13T04:40:12.558Z Compiling chacha20 v0.9.1
23442025-02-13T04:40:13.056Z Compiling headers-core v0.3.0
23452025-02-13T04:40:13.264Z Compiling aead v0.5.2
23462025-02-13T04:40:13.660Z Compiling libxml v0.3.3
23472025-02-13T04:40:14.029Z Compiling ref-cast-impl v1.0.23
23482025-02-13T04:40:14.045Z Compiling vte_generate_state_changes v0.1.2
23492025-02-13T04:40:14.637Z Compiling bitfield v0.14.0
23502025-02-13T04:40:14.941Z Compiling termcolor v1.4.1
23512025-02-13T04:40:15.054Z Compiling hashbrown v0.12.3
23522025-02-13T04:40:15.990Z Compiling env_logger v0.10.2
23532025-02-13T04:40:17.576Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23542025-02-13T04:40:19.170Z Compiling vte v0.11.1
23552025-02-13T04:40:20.764Z Compiling derive_builder_macro v0.20.2
23562025-02-13T04:40:21.611Z Compiling chacha20poly1305 v0.10.1
23572025-02-13T04:40:21.876Z Compiling headers v0.4.0
23582025-02-13T04:40:23.979Z Compiling polar-core v0.27.3
23592025-02-13T04:40:25.493Z Compiling slog-envlogger v2.2.0
23602025-02-13T04:40:26.256Z Compiling serde-hex v0.1.0
23612025-02-13T04:40:28.189Z Compiling chrono-tz v0.10.1
23622025-02-13T04:40:28.852Z Compiling vsss-rs v3.3.4
23632025-02-13T04:40:30.932Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23642025-02-13T04:40:32.762Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23652025-02-13T04:40:33.111Z Compiling ron v0.8.1
23662025-02-13T04:40:33.877Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23672025-02-13T04:40:34.196Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23682025-02-13T04:40:36.741Z Compiling hashbrown v0.13.2
23692025-02-13T04:40:38.068Z Compiling strum_macros v0.24.3
23702025-02-13T04:40:38.489Z Compiling fxhash v0.2.1
23712025-02-13T04:40:38.749Z Compiling samael v0.0.17
23722025-02-13T04:40:38.784Z Compiling lockfree-object-pool v0.1.6
23732025-02-13T04:40:39.099Z Compiling simd-adler32 v0.3.7
23742025-02-13T04:40:40.381Z Compiling crc-any v2.5.0
23752025-02-13T04:40:40.401Z Compiling bytecount v0.6.8
23762025-02-13T04:40:40.769Z Compiling bumpalo v3.16.0
23772025-02-13T04:40:41.054Z Compiling zip v2.1.3
23782025-02-13T04:40:41.323Z Compiling indoc v1.0.9
23792025-02-13T04:40:41.365Z Compiling zopfli v0.8.1
23802025-02-13T04:40:41.428Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23812025-02-13T04:40:45.585Z Compiling papergrid v0.11.0
23822025-02-13T04:40:51.111Z Compiling object v0.30.4
23832025-02-13T04:40:52.256Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23842025-02-13T04:40:55.483Z Compiling derive_builder v0.20.2
23852025-02-13T04:40:56.206Z Compiling strip-ansi-escapes v0.2.0
23862025-02-13T04:40:57.241Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23872025-02-13T04:40:57.578Z Compiling tabled_derive v0.7.0
23882025-02-13T04:40:59.028Z Compiling fd-lock v4.0.2
23892025-02-13T04:40:59.281Z Compiling peg-macros v0.8.4
23902025-02-13T04:40:59.706Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912025-02-13T04:41:00.171Z Compiling kstat-rs v0.2.4
23922025-02-13T04:41:00.671Z Compiling oso-derive v0.27.3
23932025-02-13T04:41:01.020Z Compiling impl-trait-for-tuples v0.2.2
23942025-02-13T04:41:01.638Z Compiling quick-xml v0.33.0
23952025-02-13T04:41:02.478Z Compiling diesel-dtrace v0.4.2
23962025-02-13T04:41:02.816Z Compiling nu-ansi-term v0.50.1
23972025-02-13T04:41:03.088Z Compiling path-slash v0.1.5
23982025-02-13T04:41:03.359Z Compiling reedline v0.35.0
23992025-02-13T04:41:04.107Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24002025-02-13T04:41:05.081Z Compiling peg v0.8.4
24012025-02-13T04:41:05.254Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24022025-02-13T04:41:07.048Z Compiling oso v0.27.3
24032025-02-13T04:41:09.097Z Compiling tabled v0.15.0
24042025-02-13T04:41:20.081Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052025-02-13T04:41:27.151Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24062025-02-13T04:41:29.024Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24072025-02-13T04:41:29.407Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24082025-02-13T04:41:29.908Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24092025-02-13T04:41:30.534Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24102025-02-13T04:41:30.860Z Compiling pem v3.0.4
24112025-02-13T04:41:32.346Z Compiling bb8 v0.8.5
24122025-02-13T04:41:32.966Z Compiling bcs v0.1.6
24132025-02-13T04:41:33.889Z Compiling libz-sys v1.1.20
24142025-02-13T04:41:34.570Z Compiling nanorand v0.7.0
24152025-02-13T04:41:35.253Z Compiling termtree v0.5.1
24162025-02-13T04:41:35.564Z Compiling parking_lot_core v0.8.6
24172025-02-13T04:41:36.016Z Compiling flume v0.11.1
24182025-02-13T04:41:38.025Z Compiling async-bb8-diesel v0.2.1
24192025-02-13T04:41:38.846Z Compiling mime_guess v2.0.5
24202025-02-13T04:41:40.518Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24212025-02-13T04:41:40.623Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24222025-02-13T04:41:43.758Z Compiling buf-list v1.0.3
24232025-02-13T04:41:45.663Z Compiling nibble_vec v0.1.0
24242025-02-13T04:41:46.040Z Compiling libgit2-sys v0.17.0+1.8.1
24252025-02-13T04:41:46.070Z Compiling pin-project-internal v1.1.6
24262025-02-13T04:41:46.712Z Compiling atty v0.2.14
24272025-02-13T04:41:46.910Z Compiling endian-type v0.1.2
24282025-02-13T04:41:47.175Z Compiling http-range v0.1.5
24292025-02-13T04:41:47.784Z Compiling salty v0.3.0
24302025-02-13T04:41:48.263Z Compiling radix_trie v0.2.1
24312025-02-13T04:41:48.583Z Compiling pin-project v1.1.6
24322025-02-13T04:41:49.208Z Compiling parking_lot v0.11.2
24332025-02-13T04:41:54.103Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24342025-02-13T04:41:55.693Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24352025-02-13T04:41:57.292Z Compiling snafu-derive v0.8.5
24362025-02-13T04:41:58.628Z Compiling hyper-staticfile v0.10.1
24372025-02-13T04:42:01.625Z Compiling sled v0.34.7
24382025-02-13T04:42:01.650Z Compiling snafu v0.8.5
24392025-02-13T04:42:02.886Z Compiling hickory-client v0.24.2
24402025-02-13T04:42:08.130Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24412025-02-13T04:42:09.340Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24422025-02-13T04:42:19.005Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24432025-02-13T04:42:30.370Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24442025-02-13T04:42:33.374Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24452025-02-13T04:42:35.563Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24462025-02-13T04:42:37.066Z Compiling hickory-server v0.24.2
24472025-02-13T04:42:38.311Z Compiling globset v0.4.15
24482025-02-13T04:42:38.943Z Compiling olpc-cjson v0.1.4
24492025-02-13T04:42:39.102Z Compiling primeorder v0.13.6
24502025-02-13T04:42:39.318Z Compiling vergen v8.3.2
24512025-02-13T04:42:39.590Z Compiling castaway v0.2.3
24522025-02-13T04:42:39.652Z Compiling env_filter v0.1.2
24532025-02-13T04:42:39.678Z Compiling cargo-platform v0.1.8
24542025-02-13T04:42:39.804Z Compiling serde_plain v1.0.2
24552025-02-13T04:42:40.191Z Compiling memoffset v0.9.1
24562025-02-13T04:42:40.366Z Compiling typed-path v0.9.3
24572025-02-13T04:42:40.713Z Compiling cargo_metadata v0.18.1
24582025-02-13T04:42:41.151Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24592025-02-13T04:42:43.688Z Compiling tough v0.19.0
24602025-02-13T04:42:45.677Z Compiling env_logger v0.11.5
24612025-02-13T04:42:47.119Z Compiling compact_str v0.8.0
24622025-02-13T04:42:47.285Z Compiling p384 v0.13.0
24632025-02-13T04:42:48.566Z Compiling git2 v0.19.0
24642025-02-13T04:42:49.484Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24652025-02-13T04:42:49.617Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24662025-02-13T04:42:54.316Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24672025-02-13T04:42:55.577Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24682025-02-13T04:42:56.683Z Compiling unicode-truncate v1.1.0
24692025-02-13T04:42:56.723Z Compiling lru v0.12.5
24702025-02-13T04:42:56.971Z Compiling rand_seeder v0.3.0
24712025-02-13T04:42:57.090Z Compiling libsqlite3-sys v0.30.1
24722025-02-13T04:42:57.405Z Compiling lzma-sys v0.1.20
24732025-02-13T04:42:57.619Z Compiling instability v0.3.2
24742025-02-13T04:42:58.119Z Compiling cfg_aliases v0.2.1
24752025-02-13T04:42:58.255Z Compiling cassowary v0.3.0
24762025-02-13T04:42:58.645Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24772025-02-13T04:42:58.988Z Compiling rustls v0.21.12
24782025-02-13T04:42:59.307Z Compiling parse-size v1.1.0
24792025-02-13T04:42:59.666Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24802025-02-13T04:43:00.060Z Compiling ratatui v0.28.1
24812025-02-13T04:43:00.628Z Compiling nix v0.29.0
24822025-02-13T04:43:01.584Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24832025-02-13T04:43:01.840Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24842025-02-13T04:43:03.544Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24852025-02-13T04:43:03.769Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24862025-02-13T04:43:04.228Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24872025-02-13T04:43:04.502Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24882025-02-13T04:43:04.531Z Compiling rustls-webpki v0.101.7
24892025-02-13T04:43:08.022Z Compiling sct v0.7.1
24902025-02-13T04:43:08.333Z Compiling heck v0.3.3
24912025-02-13T04:43:08.362Z Compiling csv-core v0.1.11
24922025-02-13T04:43:08.515Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24932025-02-13T04:43:08.677Z Compiling glob v0.3.2
24942025-02-13T04:43:08.858Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24952025-02-13T04:43:09.217Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24962025-02-13T04:43:09.323Z Compiling csv v1.3.1
24972025-02-13T04:43:10.791Z Compiling zone_cfg_derive v0.1.2
24982025-02-13T04:43:12.122Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24992025-02-13T04:43:16.214Z Compiling nix v0.27.1
25002025-02-13T04:43:18.310Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25012025-02-13T04:43:18.877Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25022025-02-13T04:43:19.608Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25032025-02-13T04:43:20.885Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25042025-02-13T04:43:26.287Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25052025-02-13T04:43:29.608Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25062025-02-13T04:43:29.967Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25072025-02-13T04:43:31.283Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25082025-02-13T04:43:31.364Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25092025-02-13T04:43:31.612Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25102025-02-13T04:43:31.734Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25112025-02-13T04:43:31.944Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25122025-02-13T04:43:32.672Z Compiling tungstenite v0.23.0
25132025-02-13T04:43:32.818Z Compiling hashlink v0.9.1
25142025-02-13T04:43:33.498Z Compiling fallible-streaming-iterator v0.1.9
25152025-02-13T04:43:33.576Z Compiling fallible-iterator v0.3.0
25162025-02-13T04:43:33.781Z Compiling base64 v0.13.1
25172025-02-13T04:43:34.341Z Compiling rusqlite v0.32.1
25182025-02-13T04:43:34.570Z Compiling ron v0.7.1
25192025-02-13T04:43:35.509Z Compiling tokio-tungstenite v0.23.1
25202025-02-13T04:43:36.141Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25212025-02-13T04:43:36.625Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25222025-02-13T04:43:39.006Z Compiling xz2 v0.1.7
25232025-02-13T04:43:39.605Z Compiling tokio-rustls v0.24.1
25242025-02-13T04:43:39.848Z Compiling zone v0.1.8
25252025-02-13T04:43:42.981Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25262025-02-13T04:43:44.683Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25272025-02-13T04:43:46.218Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25282025-02-13T04:43:49.121Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25292025-02-13T04:43:49.497Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25302025-02-13T04:43:55.292Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25312025-02-13T04:43:57.219Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25322025-02-13T04:43:57.483Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25332025-02-13T04:44:00.392Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25342025-02-13T04:44:00.607Z Compiling rustls-pemfile v1.0.4
25352025-02-13T04:44:01.369Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25362025-02-13T04:44:01.702Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25372025-02-13T04:44:01.899Z Compiling signal-hook-tokio v0.3.1
25382025-02-13T04:44:02.140Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25392025-02-13T04:44:02.369Z Compiling yasna v0.5.2
25402025-02-13T04:44:03.789Z Compiling twox-hash v2.1.0
25412025-02-13T04:44:04.853Z Compiling unicode-linebreak v0.1.5
25422025-02-13T04:44:05.431Z Compiling is_ci v1.2.0
25432025-02-13T04:44:05.764Z Compiling smawk v0.3.2
25442025-02-13T04:44:05.767Z Compiling supports-color v3.0.1
25452025-02-13T04:44:06.079Z Compiling textwrap v0.16.1
25462025-02-13T04:44:09.208Z Compiling rcgen v0.12.1
25472025-02-13T04:44:09.599Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25482025-02-13T04:44:11.018Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25492025-02-13T04:44:15.580Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25502025-02-13T04:44:16.854Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25512025-02-13T04:44:17.439Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25522025-02-13T04:44:22.568Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25532025-02-13T04:44:32.123Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542025-02-13T04:44:36.983Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25552025-02-13T04:44:37.160Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25562025-02-13T04:44:50.040Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25572025-02-13T04:44:50.584Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25582025-02-13T04:44:56.147Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25592025-02-13T04:44:56.473Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25602025-02-13T04:44:57.002Z Compiling fatfs v0.3.6
25612025-02-13T04:44:59.463Z Compiling subprocess v0.2.9
25622025-02-13T04:44:59.845Z Compiling rtoolbox v0.0.2
25632025-02-13T04:45:00.291Z Compiling assert_matches v1.5.0
25642025-02-13T04:45:04.081Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25652025-02-13T04:45:04.150Z Compiling rpassword v7.3.1
25662025-02-13T04:45:04.607Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25672025-02-13T04:45:06.634Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25682025-02-13T04:45:12.172Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25692025-02-13T04:45:13.601Z Compiling tui-tree-widget v0.22.0
25702025-02-13T04:45:14.056Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25712025-02-13T04:45:17.861Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25722025-02-13T04:45:18.180Z Compiling uzers v0.12.1
25732025-02-13T04:45:21.254Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25742025-02-13T04:45:27.164Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25752025-02-13T04:45:29.059Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25762025-02-13T04:45:59.510Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25772025-02-13T04:46:00.969Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25782025-02-13T04:46:05.695Z Compiling multimap v0.10.0
25792025-02-13T04:48:24.450Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25802025-02-13T04:48:38.556Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25812025-02-13T04:55:39.920Z Finished `release` profile [optimized] target(s) in 16m 48s
25822025-02-13T04:56:48.164Z
25832025-02-13T04:56:48.167Zreal 17:57.754605384
25842025-02-13T04:56:48.167Zuser 2:05:39.617461343
25852025-02-13T04:56:48.167Zsys 3:16.485973603
25862025-02-13T04:56:48.167Ztrap 3.120734573
25872025-02-13T04:56:48.167Ztflt 3.045011339
25882025-02-13T04:56:48.167Zdflt 4.429991737
25892025-02-13T04:56:48.167Zkflt 0.000985151
25902025-02-13T04:56:48.167Zlock 7:27:07.148360112
25912025-02-13T04:56:48.167Zslp 6:20:47.288347486
25922025-02-13T04:56:48.167Zlat 3:23.554216819
25932025-02-13T04:56:48.167Zstop 2:51.350621318
25942025-02-13T04:56:48.167Z+ mapfile -t packages
25952025-02-13T04:56:48.167Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25962025-02-13T04:56:49.180Z Finished `release` profile [optimized] target(s) in 0.96s
25972025-02-13T04:56:49.241Z Running `target/release/omicron-package -t test list-outputs`
25982025-02-13T04:56:49.289ZLogging to: /work/oxidecomputer/omicron/out/LOG
25992025-02-13T04:56:49.292Z+ ptime -m cargo build --locked --release -p xtask
26002025-02-13T04:56:49.862Z Compiling serde v1.0.217
26012025-02-13T04:56:49.865Z Compiling rustix v0.38.37
26022025-02-13T04:56:49.865Z Compiling libc v0.2.169
26032025-02-13T04:56:49.865Z Compiling serde_json v1.0.135
26042025-02-13T04:56:49.865Z Compiling syn v2.0.96
26052025-02-13T04:56:49.956Z Compiling bitflags v2.6.0
26062025-02-13T04:56:50.369Z Compiling usdt-impl v0.5.0
26072025-02-13T04:56:50.383Z Compiling syn v1.0.109
26082025-02-13T04:56:50.464Z Compiling hashbrown v0.15.1
26092025-02-13T04:56:50.492Z Compiling log v0.4.22
26102025-02-13T04:56:50.749Z Compiling fs-err v2.11.0
26112025-02-13T04:56:50.938Z Compiling anyhow v1.0.95
26122025-02-13T04:56:51.066Z Compiling once_cell v1.20.2
26132025-02-13T04:56:51.245Z Compiling thread-id v4.2.2
26142025-02-13T04:56:51.675Z Compiling indexmap v2.7.1
26152025-02-13T04:56:52.718Z Compiling terminal_size v0.4.0
26162025-02-13T04:56:52.718Z Compiling tempfile v3.13.0
26172025-02-13T04:56:52.956Z Compiling clap_builder v4.5.27
26182025-02-13T04:56:53.542Z Compiling proc-macro-error v1.0.4
26192025-02-13T04:56:54.489Z Compiling tabled_derive v0.7.0
26202025-02-13T04:56:55.595Z Compiling tabled v0.15.0
26212025-02-13T04:56:56.301Z Compiling serde_derive v1.0.217
26222025-02-13T04:56:56.301Z Compiling thiserror-impl v1.0.69
26232025-02-13T04:56:56.303Z Compiling zerocopy-derive v0.7.35
26242025-02-13T04:56:56.304Z Compiling scroll_derive v0.12.0
26252025-02-13T04:56:56.304Z Compiling clap_derive v4.5.24
26262025-02-13T04:56:57.666Z Compiling scroll v0.12.0
26272025-02-13T04:56:58.112Z Compiling zerocopy v0.7.35
26282025-02-13T04:56:58.253Z Compiling goblin v0.8.2
26292025-02-13T04:56:58.990Z Compiling thiserror v1.0.69
26302025-02-13T04:56:59.153Z Compiling pest v2.7.14
26312025-02-13T04:57:02.131Z Compiling pest_meta v2.7.14
26322025-02-13T04:57:02.245Z Compiling clap v4.5.27
26332025-02-13T04:57:03.659Z Compiling pest_generator v2.7.14
26342025-02-13T04:57:05.994Z Compiling pest_derive v2.7.14
26352025-02-13T04:57:06.786Z Compiling dtrace-parser v0.2.0
26362025-02-13T04:57:10.818Z Compiling serde_tokenstream v0.2.2
26372025-02-13T04:57:11.420Z Compiling serde_spanned v0.6.8
26382025-02-13T04:57:11.705Z Compiling toml_datetime v0.6.8
26392025-02-13T04:57:12.452Z Compiling dof v0.3.0
26402025-02-13T04:57:13.010Z Compiling toml_edit v0.22.22
26412025-02-13T04:57:14.165Z Compiling camino v1.1.9
26422025-02-13T04:57:14.645Z Compiling usdt-attr-macro v0.5.0
26432025-02-13T04:57:15.428Z Compiling usdt-macro v0.5.0
26442025-02-13T04:57:15.968Z Compiling cargo-platform v0.1.8
26452025-02-13T04:57:16.619Z Compiling toml v0.8.19
26462025-02-13T04:57:17.028Z Compiling semver v1.0.24
26472025-02-13T04:57:17.828Z Compiling cargo_toml v0.20.5
26482025-02-13T04:57:18.456Z Compiling cargo_metadata v0.18.1
26492025-02-13T04:57:18.674Z Compiling usdt v0.5.0
26502025-02-13T04:57:20.111Z Compiling camino-tempfile v1.1.1
26512025-02-13T04:57:20.890Z Compiling macaddr v1.0.1
26522025-02-13T04:57:32.161Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26532025-02-13T04:57:42.768Z Finished `release` profile [optimized] target(s) in 53.41s
26542025-02-13T04:57:42.879Z
26552025-02-13T04:57:42.883Zreal 53.551103848
26562025-02-13T04:57:42.883Zuser 5:37.194284491
26572025-02-13T04:57:42.883Zsys 17.977400545
26582025-02-13T04:57:42.883Ztrap 0.157702309
26592025-02-13T04:57:42.883Ztflt 0.330268381
26602025-02-13T04:57:42.883Zdflt 0.255815616
26612025-02-13T04:57:42.883Zkflt 0.000015807
26622025-02-13T04:57:42.883Zlock 10:31.207702202
26632025-02-13T04:57:42.883Zslp 15:44.370441282
26642025-02-13T04:57:42.883Zlat 13.573886389
26652025-02-13T04:57:42.883Zstop 16.915505905
26662025-02-13T04:57:42.883Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26672025-02-13T04:57:42.883Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26682025-02-13T04:57:42.883Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26692025-02-13T04:57:42.883Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26702025-02-13T04:57:42.883Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26712025-02-13T04:57:43.757Z Compiling hashbrown v0.14.5
26722025-02-13T04:57:43.891Z Compiling thiserror v2.0.11
26732025-02-13T04:57:43.902Z Compiling thiserror-impl v2.0.11
26742025-02-13T04:57:43.913Z Compiling ident_case v1.0.1
26752025-02-13T04:57:43.931Z Compiling unsafe-libyaml v0.2.11
26762025-02-13T04:57:43.934Z Compiling ipnetwork v0.20.0
26772025-02-13T04:57:43.934Z Compiling progenitor-client v0.9.1
26782025-02-13T04:57:43.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26792025-02-13T04:57:44.081Z Compiling darling_core v0.20.10
26802025-02-13T04:57:44.426Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26812025-02-13T04:57:44.537Z Compiling macaddr v1.0.1
26822025-02-13T04:57:44.784Z Compiling progenitor-client v0.8.0
26832025-02-13T04:57:44.833Z Compiling instant v0.1.13
26842025-02-13T04:57:44.951Z Compiling regress v0.10.1
26852025-02-13T04:57:44.972Z Compiling structmeta-derive v0.3.0
26862025-02-13T04:57:45.000Z Compiling dropshot v0.15.1
26872025-02-13T04:57:45.122Z Compiling regress v0.9.1
26882025-02-13T04:57:45.231Z Compiling serde_yaml v0.9.34+deprecated
26892025-02-13T04:57:45.365Z Compiling dropshot_endpoint v0.15.1
26902025-02-13T04:57:45.841Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26912025-02-13T04:57:47.041Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26922025-02-13T04:57:47.323Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932025-02-13T04:57:47.367Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26942025-02-13T04:57:47.711Z Compiling structmeta v0.3.0
26952025-02-13T04:57:47.877Z Compiling backoff v0.4.0
26962025-02-13T04:57:48.122Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26972025-02-13T04:57:48.145Z Compiling parse-display-derive v0.10.0
26982025-02-13T04:57:48.232Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26992025-02-13T04:57:48.335Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27002025-02-13T04:57:48.510Z Compiling tempfile v3.13.0
27012025-02-13T04:57:48.874Z Compiling typify-impl v0.2.0
27022025-02-13T04:57:48.996Z Compiling proc-macro-crate v1.3.1
27032025-02-13T04:57:49.367Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27042025-02-13T04:57:49.762Z Compiling typify-impl v0.3.0
27052025-02-13T04:57:49.833Z Compiling itertools v0.13.0
27062025-02-13T04:57:49.930Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27072025-02-13T04:57:49.959Z Compiling num_enum_derive v0.5.11
27082025-02-13T04:57:50.178Z Compiling darling_macro v0.20.10
27092025-02-13T04:57:50.233Z Compiling zerocopy v0.8.10
27102025-02-13T04:57:51.111Z Compiling darling v0.20.10
27112025-02-13T04:57:51.201Z Compiling zerocopy-derive v0.8.10
27122025-02-13T04:57:51.240Z Compiling serde_with_macros v3.11.0
27132025-02-13T04:57:52.276Z Compiling parse-display v0.10.0
27142025-02-13T04:57:52.404Z Compiling num_enum v0.5.11
27152025-02-13T04:57:52.597Z Compiling foreign-types-macros v0.2.3
27162025-02-13T04:57:52.760Z Compiling heapless v0.8.0
27172025-02-13T04:57:52.879Z Compiling crucible-workspace-hack v0.1.0
27182025-02-13T04:57:53.190Z Compiling foreign-types-shared v0.3.1
27192025-02-13T04:57:53.360Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27202025-02-13T04:57:53.641Z Compiling proc-macro-error v1.0.4
27212025-02-13T04:57:53.835Z Compiling foreign-types v0.5.0
27222025-02-13T04:57:53.880Z Compiling serde_with v3.11.0
27232025-02-13T04:57:54.279Z Compiling camino-tempfile v1.1.1
27242025-02-13T04:57:54.330Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27252025-02-13T04:57:54.747Z Compiling hash32 v0.3.1
27262025-02-13T04:57:55.018Z Compiling cstr-argument v0.1.2
27272025-02-13T04:57:55.207Z Compiling pretty-hex v0.2.1
27282025-02-13T04:57:55.298Z Compiling smoltcp v0.11.0
27292025-02-13T04:57:55.429Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27302025-02-13T04:57:55.809Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27312025-02-13T04:57:56.051Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27322025-02-13T04:57:56.477Z Compiling tabwriter v1.4.0
27332025-02-13T04:57:56.866Z Compiling colored v2.1.0
27342025-02-13T04:57:56.919Z Compiling cobs v0.2.3
27352025-02-13T04:57:57.261Z Compiling postcard v1.0.10
27362025-02-13T04:57:57.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27372025-02-13T04:57:57.516Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27382025-02-13T04:57:57.701Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27392025-02-13T04:57:57.802Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27402025-02-13T04:57:57.872Z Compiling smf v0.2.3
27412025-02-13T04:57:58.151Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27422025-02-13T04:57:58.656Z Compiling zone_cfg_derive v0.3.0
27432025-02-13T04:57:59.160Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27442025-02-13T04:57:59.181Z Compiling num-derive v0.4.2
27452025-02-13T04:57:59.602Z Compiling sigpipe v0.1.3
27462025-02-13T04:57:59.746Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27472025-02-13T04:58:00.084Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27482025-02-13T04:58:00.105Z Compiling zone v0.3.0
27492025-02-13T04:58:00.248Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27502025-02-13T04:58:00.996Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27512025-02-13T04:58:01.072Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27522025-02-13T04:58:01.519Z Compiling universal-hash v0.5.1
27532025-02-13T04:58:01.555Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27542025-02-13T04:58:01.575Z Compiling opaque-debug v0.3.1
27552025-02-13T04:58:01.619Z Compiling tungstenite v0.21.0
27562025-02-13T04:58:01.688Z Compiling num-rational v0.4.2
27572025-02-13T04:58:01.738Z Compiling password-hash v0.5.0
27582025-02-13T04:58:02.243Z Compiling blake2 v0.10.6
27592025-02-13T04:58:02.355Z Compiling num-complex v0.4.6
27602025-02-13T04:58:02.681Z Compiling aead v0.5.2
27612025-02-13T04:58:03.087Z Compiling convert_case v0.4.0
27622025-02-13T04:58:03.281Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27632025-02-13T04:58:03.368Z Compiling base64 v0.21.7
27642025-02-13T04:58:03.460Z Compiling keccak v0.1.5
27652025-02-13T04:58:03.559Z Compiling num v0.4.3
27662025-02-13T04:58:03.608Z Compiling argon2 v0.5.3
27672025-02-13T04:58:03.706Z Compiling tokio-tungstenite v0.21.0
27682025-02-13T04:58:03.971Z Compiling derive_more v0.99.18
27692025-02-13T04:58:04.166Z Compiling sha3 v0.10.8
27702025-02-13T04:58:04.187Z Compiling typify-macro v0.2.0
27712025-02-13T04:58:04.283Z Compiling poly1305 v0.8.0
27722025-02-13T04:58:04.924Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27732025-02-13T04:58:05.161Z Compiling chacha20 v0.9.1
27742025-02-13T04:58:05.209Z Compiling typify-macro v0.3.0
27752025-02-13T04:58:05.227Z Compiling float-ord v0.3.2
27762025-02-13T04:58:05.427Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27772025-02-13T04:58:05.663Z Compiling semver v0.1.20
27782025-02-13T04:58:05.873Z Compiling same-file v1.0.6
27792025-02-13T04:58:06.018Z Compiling rustc_version v0.1.7
27802025-02-13T04:58:06.188Z Compiling walkdir v2.5.0
27812025-02-13T04:58:06.288Z Compiling newline-converter v0.3.0
27822025-02-13T04:58:06.449Z Compiling primeorder v0.13.6
27832025-02-13T04:58:06.474Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27842025-02-13T04:58:06.506Z Compiling secrecy v0.8.0
27852025-02-13T04:58:06.749Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27862025-02-13T04:58:06.881Z Compiling owo-colors v4.1.0
27872025-02-13T04:58:06.963Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27882025-02-13T04:58:06.992Z Compiling cancel-safe-futures v0.1.5
27892025-02-13T04:58:07.081Z Compiling newtype_derive v0.1.6
27902025-02-13T04:58:07.207Z Compiling expectorate v1.1.0
27912025-02-13T04:58:07.351Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27922025-02-13T04:58:07.384Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27932025-02-13T04:58:07.407Z Compiling thiserror-impl-no-std v2.0.2
27942025-02-13T04:58:07.672Z Compiling blake3 v1.5.4
27952025-02-13T04:58:07.750Z Compiling unicase v2.7.0
27962025-02-13T04:58:07.989Z Compiling half v2.4.1
27972025-02-13T04:58:08.062Z Compiling typify v0.2.0
27982025-02-13T04:58:08.081Z Compiling ciborium-io v0.2.2
27992025-02-13T04:58:08.212Z Compiling progenitor-impl v0.8.0
28002025-02-13T04:58:08.243Z Compiling arc-swap v1.7.1
28012025-02-13T04:58:08.504Z Compiling ciborium-ll v0.2.2
28022025-02-13T04:58:08.576Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28032025-02-13T04:58:08.843Z Compiling slog-scope v4.4.0
28042025-02-13T04:58:08.951Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28052025-02-13T04:58:09.104Z Compiling typify v0.3.0
28062025-02-13T04:58:09.262Z Compiling progenitor-impl v0.9.1
28072025-02-13T04:58:09.331Z Compiling polyval v0.6.2
28082025-02-13T04:58:09.650Z Compiling atomicwrites v0.4.4
28092025-02-13T04:58:09.758Z Compiling libsw v3.3.1
28102025-02-13T04:58:10.001Z Compiling memmap2 v0.9.5
28112025-02-13T04:58:10.098Z Compiling constant_time_eq v0.3.1
28122025-02-13T04:58:10.301Z Compiling thiserror-no-std v2.0.2
28132025-02-13T04:58:10.319Z Compiling arrayvec v0.7.6
28142025-02-13T04:58:10.444Z Compiling salty v0.3.0
28152025-02-13T04:58:10.464Z Compiling libefi-sys v0.1.0
28162025-02-13T04:58:10.701Z Compiling linear-map v1.2.0
28172025-02-13T04:58:10.761Z Compiling parking_lot_core v0.8.6
28182025-02-13T04:58:10.852Z Compiling arrayref v0.3.9
28192025-02-13T04:58:10.892Z Compiling indent_write v2.2.0
28202025-02-13T04:58:11.094Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28212025-02-13T04:58:11.115Z Compiling vsss-rs v3.3.4
28222025-02-13T04:58:11.132Z Compiling ghash v0.5.1
28232025-02-13T04:58:11.261Z Compiling slog-stdlog v4.1.1
28242025-02-13T04:58:11.473Z Compiling ciborium v0.2.2
28252025-02-13T04:58:12.128Z Compiling p384 v0.13.0
28262025-02-13T04:58:12.347Z Compiling toolchain_find v0.4.0
28272025-02-13T04:58:12.797Z Compiling chacha20poly1305 v0.10.1
28282025-02-13T04:58:12.978Z Compiling ctr v0.9.2
28292025-02-13T04:58:12.990Z Compiling lzma-sys v0.1.20
28302025-02-13T04:58:13.036Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28312025-02-13T04:58:13.362Z Compiling bitfield-struct v0.6.2
28322025-02-13T04:58:13.450Z Compiling slog-dtrace v0.3.0
28332025-02-13T04:58:13.616Z Compiling highway v1.2.0
28342025-02-13T04:58:13.774Z Compiling topological-sort v0.2.2
28352025-02-13T04:58:14.036Z Compiling omicron-zone-package v0.12.0
28362025-02-13T04:58:14.084Z Compiling aes-gcm v0.10.3
28372025-02-13T04:58:14.380Z Compiling rustfmt-wrapper v0.2.1
28382025-02-13T04:58:14.413Z Compiling mime_guess v2.0.5
28392025-02-13T04:58:14.803Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28402025-02-13T04:58:14.824Z Compiling slog-envlogger v2.2.0
28412025-02-13T04:58:14.973Z Compiling steno v0.4.1
28422025-02-13T04:58:15.410Z Compiling progenitor-macro v0.8.0
28432025-02-13T04:58:18.536Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28442025-02-13T04:58:18.536Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28452025-02-13T04:58:18.536Z Compiling heck v0.3.3
28462025-02-13T04:58:18.536Z Compiling progenitor-macro v0.9.1
28472025-02-13T04:58:18.536Z Compiling ssh-encoding v0.2.0
28482025-02-13T04:58:18.536Z Compiling blowfish v0.9.1
28492025-02-13T04:58:18.537Z Compiling nibble_vec v0.1.0
28502025-02-13T04:58:18.537Z Compiling env_filter v0.1.2
28512025-02-13T04:58:18.537Z Compiling endian-type v0.1.2
28522025-02-13T04:58:18.537Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28532025-02-13T04:58:18.537Z Compiling humantime v2.1.0
28542025-02-13T04:58:18.537Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28552025-02-13T04:58:18.537Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28562025-02-13T04:58:18.537Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28572025-02-13T04:58:18.537Z Compiling env_logger v0.11.5
28582025-02-13T04:58:18.537Z Compiling radix_trie v0.2.1
28592025-02-13T04:58:18.537Z Compiling ssh-cipher v0.2.0
28602025-02-13T04:58:18.537Z Compiling bcrypt-pbkdf v0.10.0
28612025-02-13T04:58:18.537Z Compiling zone_cfg_derive v0.1.2
28622025-02-13T04:58:18.537Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28632025-02-13T04:58:19.162Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28642025-02-13T04:58:19.167Z Compiling parking_lot v0.11.2
28652025-02-13T04:58:19.454Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28662025-02-13T04:58:19.561Z Compiling password-hash v0.4.2
28672025-02-13T04:58:19.861Z Compiling gethostname v0.5.0
28682025-02-13T04:58:19.920Z Compiling fxhash v0.2.1
28692025-02-13T04:58:19.946Z Compiling http-range v0.1.5
28702025-02-13T04:58:19.988Z Compiling zip v2.1.3
28712025-02-13T04:58:20.069Z Compiling base64 v0.13.1
28722025-02-13T04:58:20.147Z Compiling bumpalo v3.16.0
28732025-02-13T04:58:20.279Z Compiling simd-adler32 v0.3.7
28742025-02-13T04:58:20.311Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28752025-02-13T04:58:20.401Z Compiling lockfree-object-pool v0.1.6
28762025-02-13T04:58:20.635Z Compiling ron v0.7.1
28772025-02-13T04:58:20.654Z Compiling zopfli v0.8.1
28782025-02-13T04:58:20.690Z Compiling sled v0.34.7
28792025-02-13T04:58:20.715Z Compiling pbkdf2 v0.11.0
28802025-02-13T04:58:20.845Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28812025-02-13T04:58:21.090Z Compiling zone v0.1.8
28822025-02-13T04:58:21.418Z Compiling xz2 v0.1.7
28832025-02-13T04:58:21.876Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28842025-02-13T04:58:22.304Z Compiling ssh-key v0.6.6
28852025-02-13T04:58:22.544Z Compiling hickory-client v0.24.2
28862025-02-13T04:58:22.933Z Compiling p256 v0.13.2
28872025-02-13T04:58:23.146Z Compiling p521 v0.13.3
28882025-02-13T04:58:23.760Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28892025-02-13T04:58:23.874Z Compiling hickory-server v0.24.2
28902025-02-13T04:58:24.793Z Compiling pem v3.0.4
28912025-02-13T04:58:25.517Z Compiling yasna v0.5.2
28922025-02-13T04:58:25.542Z Compiling headers-core v0.3.0
28932025-02-13T04:58:25.728Z Compiling kstat-rs v0.2.4
28942025-02-13T04:58:26.326Z Compiling nanorand v0.7.0
28952025-02-13T04:58:26.495Z Compiling russh-cryptovec v0.7.3
28962025-02-13T04:58:26.576Z Compiling atty v0.2.14
28972025-02-13T04:58:26.745Z Compiling md5 v0.7.0
28982025-02-13T04:58:26.822Z Compiling flume v0.11.1
28992025-02-13T04:58:26.850Z Compiling rcgen v0.12.1
29002025-02-13T04:58:27.066Z Compiling russh-keys v0.45.0
29012025-02-13T04:58:27.302Z Compiling headers v0.4.0
29022025-02-13T04:58:28.277Z Compiling progenitor v0.8.0
29032025-02-13T04:58:28.277Z Compiling hyper-staticfile v0.10.1
29042025-02-13T04:58:28.513Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29052025-02-13T04:58:28.966Z Compiling progenitor v0.9.1
29062025-02-13T04:58:29.034Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29072025-02-13T04:58:29.075Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29082025-02-13T04:58:29.202Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29092025-02-13T04:58:29.407Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29102025-02-13T04:58:29.678Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29112025-02-13T04:58:30.524Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29122025-02-13T04:58:30.610Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29132025-02-13T04:58:30.986Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29142025-02-13T04:58:32.290Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29152025-02-13T04:58:32.890Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29162025-02-13T04:58:33.302Z Compiling num-bigint v0.4.6
29172025-02-13T04:58:33.692Z Compiling des v0.8.1
29182025-02-13T04:58:34.067Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29192025-02-13T04:58:34.738Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
29202025-02-13T04:58:35.554Z Compiling subprocess v0.2.9
29212025-02-13T04:58:35.826Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29222025-02-13T04:58:36.048Z Compiling hex-literal v0.4.1
29232025-02-13T04:58:36.234Z Compiling display-error-chain v0.2.2
29242025-02-13T04:58:36.468Z Compiling russh v0.45.0
29252025-02-13T04:58:36.725Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29262025-02-13T04:58:37.248Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29272025-02-13T04:58:39.847Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29282025-02-13T04:58:40.424Z Compiling internet-checksum v0.2.1
29292025-02-13T04:58:44.971Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29302025-02-13T04:58:44.971Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29312025-02-13T04:58:44.974Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29322025-02-13T04:58:44.975Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29332025-02-13T04:58:47.734Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29342025-02-13T04:58:48.105Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29352025-02-13T04:58:48.834Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29362025-02-13T04:58:49.619Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29372025-02-13T04:58:49.790Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29382025-02-13T04:58:52.098Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29392025-02-13T04:58:52.227Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29402025-02-13T04:58:52.711Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29412025-02-13T04:58:53.213Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29422025-02-13T04:58:53.742Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29432025-02-13T04:58:54.620Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29442025-02-13T04:58:55.674Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29452025-02-13T04:58:56.213Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29462025-02-13T04:58:56.550Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29472025-02-13T04:58:58.982Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29482025-02-13T04:58:59.426Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29492025-02-13T04:59:00.155Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29502025-02-13T04:59:00.267Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29512025-02-13T04:59:01.100Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29522025-02-13T04:59:02.058Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29532025-02-13T04:59:09.058Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29542025-02-13T04:59:09.101Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29552025-02-13T04:59:09.101Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29562025-02-13T04:59:09.101Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29572025-02-13T04:59:12.699Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29582025-02-13T04:59:20.860Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29592025-02-13T04:59:22.362Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29602025-02-13T04:59:44.121Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29612025-02-13T05:00:07.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
29622025-02-13T05:00:07.703Z
29632025-02-13T05:00:07.704Zreal 2:24.755077028
29642025-02-13T05:00:07.704Zuser 12:16.422513133
29652025-02-13T05:00:07.704Zsys 1:33.705066817
29662025-02-13T05:00:07.704Ztrap 0.366498621
29672025-02-13T05:00:07.704Ztflt 1.422055604
29682025-02-13T05:00:07.704Zdflt 1.060647600
29692025-02-13T05:00:07.706Zkflt 0.000320300
29702025-02-13T05:00:07.706Zlock 22:47.766366761
29712025-02-13T05:00:07.706Zslp 42:14.526915394
29722025-02-13T05:00:07.707Zlat 38.212963579
29732025-02-13T05:00:07.707Zstop 1:33.886588895
29742025-02-13T05:00:07.707Z+ mkdir tests
29752025-02-13T05:00:07.707Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29762025-02-13T05:00:07.707Z+ xargs -I '{}' -t cp '{}' tests/
29772025-02-13T05:00:07.748Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5855501cb11c99d2 tests/
29782025-02-13T05:00:07.774Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-932af8ffe4d96bbe tests/
29792025-02-13T05:00:07.800Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-15e7835e2570d69f tests/
29802025-02-13T05:00:07.826Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-593ae0139e4e4862 tests/
29812025-02-13T05:00:08.106Z+ 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/*)
29822025-02-13T05:00:08.109Z+ 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-932af8ffe4d96bbe tests/commtest-15e7835e2570d69f tests/dhcp_server-5855501cb11c99d2 tests/end_to_end_tests-593ae0139e4e4862 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
29832025-02-13T05:01:22.131ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29842025-02-13T05:01:22.131Za .github/buildomat/ci-env.sh 1K
29852025-02-13T05:01:22.131Za out/target/test 1K
29862025-02-13T05:01:22.131Za out/npuzone/npuzone 23144K
29872025-02-13T05:01:22.131Za package-manifest.toml 33K
29882025-02-13T05:01:22.131Za smf/sled-agent/non-gimlet/config.toml 4K
29892025-02-13T05:01:22.131Za target/release/omicron-package 35950K
29902025-02-13T05:01:22.131Za target/release/xtask 11805K
29912025-02-13T05:01:22.131Za target/debug/bootstrap 219994K
29922025-02-13T05:01:22.131Za tests/bootstrap-932af8ffe4d96bbe 24119K
29932025-02-13T05:01:22.131Za tests/commtest-15e7835e2570d69f 24221K
29942025-02-13T05:01:22.131Za tests/dhcp_server-5855501cb11c99d2 24119K
29952025-02-13T05:01:22.131Za tests/end_to_end_tests-593ae0139e4e4862 280824K
29962025-02-13T05:01:22.131Za out/clickhouse.tar.gz 294495K
29972025-02-13T05:01:22.131Za out/clickhouse_keeper.tar.gz 281628K
29982025-02-13T05:01:22.131Za out/clickhouse_server.tar.gz 294470K
29992025-02-13T05:01:22.131Za out/cockroachdb.tar.gz 134932K
30002025-02-13T05:01:22.131Za out/crucible-dtrace.tar 99K
30012025-02-13T05:01:22.131Za out/crucible-pantry-zone.tar.gz 28538K
30022025-02-13T05:01:22.131Za out/crucible-zone.tar.gz 36910K
30032025-02-13T05:01:22.132Za out/external-dns.tar.gz 35415K
30042025-02-13T05:01:22.132Za out/internal-dns.tar.gz 35415K
30052025-02-13T05:01:22.132Za out/mg-ddm-gz.tar 63075K
30062025-02-13T05:01:22.132Za out/nexus.tar.gz 100581K
30072025-02-13T05:01:22.132Za out/ntp.tar.gz 10494K
30082025-02-13T05:01:22.132Za out/omicron-gateway-softnpu.tar.gz 24050K
30092025-02-13T05:01:22.132Za out/omicron-sled-agent.tar 113862K
30102025-02-13T05:01:22.132Za out/overlay.tar.gz 3K
30112025-02-13T05:01:22.132Za out/oximeter.tar.gz 48282K
30122025-02-13T05:01:22.132Za out/oxlog.tar 3124K
30132025-02-13T05:01:22.132Za out/probe.tar.gz 2764K
30142025-02-13T05:01:22.132Za out/propolis-server.tar.gz 66425K
30152025-02-13T05:01:22.132Za out/pumpkind-gz.tar 26665K
30162025-02-13T05:01:22.132Za out/switch-softnpu.tar.gz 248766K
30172025-02-13T05:01:22.156Z
30182025-02-13T05:01:22.157Zreal 1:13.987185286
30192025-02-13T05:01:22.157Zuser 1:10.593319608
30202025-02-13T05:01:22.157Zsys 4.832043827
30212025-02-13T05:01:22.157Ztrap 0.019016786
30222025-02-13T05:01:22.157Ztflt 0.000000000
30232025-02-13T05:01:22.158Zdflt 0.000000000
30242025-02-13T05:01:22.158Zkflt 0.000000000
30252025-02-13T05:01:22.158Zlock 0.000000000
30262025-02-13T05:01:22.158Zslp 1:10.393798329
30272025-02-13T05:01:22.158Zlat 2.130461175
30282025-02-13T05:01:22.158Zstop 0.000644654
30292025-02-13T05:01:22.159Zprocess exited: duration 2123008 ms, exit code 0
 
30302025-02-13T05:01:22.178Zfound 1 output files
30312025-02-13T05:01:22.178Zuploading: /work/package.tar.gz (1915691619 bytes)
30322025-02-13T05:02:46.869Zuploaded: /work/package.tar.gz