01JN7Y1NJDTQ98D8SYXVQEC26A: 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: 01JN7Y2C0QDZ2SHCA2571Z681Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-01T04:06:20.821Zjob assigned to worker 01JN7Y2GT91PDXTNQJAEHAMTM8 [factory aws, i-0ebbbd4f9f993d84b] (queued for 1 m 7 s)
 
22025-03-01T04:06:29.455Zstarting task 0: "setup"
32025-03-01T04:06:29.462Z++ uname -s
42025-03-01T04:06:29.462Z+ kern=SunOS
52025-03-01T04:06:29.463Z+ build_user=build
62025-03-01T04:06:29.463Z+ build_uid=12345
72025-03-01T04:06:29.463Z+ work_dir=/work
82025-03-01T04:06:29.463Z+ input_dir=/input
92025-03-01T04:06:29.463Z+ [[ 0 == 12345 ]]
102025-03-01T04:06:29.463Z+ case "$kern" in
112025-03-01T04:06:29.463Z+ groupadd -g 12345 build
122025-03-01T04:06:29.463Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-01T04:06:31.467Z+ zfs create -o mountpoint=/work rpool/work
142025-03-01T04:06:31.578Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-01T04:06:31.582Z+ home_fs=zfs
162025-03-01T04:06:31.582Z+ [[ zfs == autofs ]]
172025-03-01T04:06:31.583Z+ mkdir -p /home/build
182025-03-01T04:06:31.583Z+ chown build:build /home/build /work
192025-03-01T04:06:33.595Z+ chmod 0700 /home/build /work
202025-03-01T04:06:33.603Zprocess exited: duration 4139 ms, exit code 0
 
212025-03-01T04:06:33.615Zstarting task 1: "rust-toolchain"
222025-03-01T04:06:33.630Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-01T04:06:33.630Z * rust toolchain channel = "1.85.0"
242025-03-01T04:06:33.631Z * rust toolchain profile = "default"
252025-03-01T04:06:33.631Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-01T04:06:33.631Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-01T04:06:33.631Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-01T04:06:33.637Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-01T04:06:33.637Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-01T04:06:33.787Zinfo: downloading installer
312025-03-01T04:06:38.250Zwarning: it looks like you have an existing installation of Rust at:
322025-03-01T04:06:38.250Zwarning: /opt/ooce/bin
332025-03-01T04:06:38.250Zwarning: It is recommended that rustup be the primary Rust installation.
342025-03-01T04:06:38.250Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-03-01T04:06:38.250Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-03-01T04:06:38.251Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-01T04:06:38.251Zwarning: or pass `-y' to ignore all ignorable checks.
382025-03-01T04:06:38.251Zerror: cannot install while Rust is installed
392025-03-01T04:06:38.251Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-03-01T04:06:38.274Zinfo: profile set to 'default'
412025-03-01T04:06:38.274Zinfo: default host triple is x86_64-unknown-illumos
422025-03-01T04:06:38.279Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-01T04:06:38.422Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-01T04:06:38.422Zinfo: downloading component 'cargo'
452025-03-01T04:06:39.189Zinfo: downloading component 'clippy'
462025-03-01T04:06:39.484Zinfo: downloading component 'rust-docs'
472025-03-01T04:06:40.629Zinfo: downloading component 'rust-std'
482025-03-01T04:06:42.311Zinfo: downloading component 'rustc'
492025-03-01T04:06:48.064Zinfo: downloading component 'rustfmt'
502025-03-01T04:06:48.285Zinfo: installing component 'cargo'
512025-03-01T04:06:49.090Zinfo: installing component 'clippy'
522025-03-01T04:06:49.614Zinfo: installing component 'rust-docs'
532025-03-01T04:06:51.236Zinfo: installing component 'rust-std'
542025-03-01T04:06:53.099Zinfo: installing component 'rustc'
552025-03-01T04:06:59.027Zinfo: installing component 'rustfmt'
562025-03-01T04:06:59.341Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-01T04:06:59.341Z
582025-03-01T04:06:59.723Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-01T04:06:59.723Z
602025-03-01T04:06:59.741Z
612025-03-01T04:06:59.741ZRust is installed now. Great!
622025-03-01T04:06:59.741Z
632025-03-01T04:06:59.741ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-01T04:06:59.741Zenvironment variable. This has not been done automatically.
652025-03-01T04:06:59.742Z
662025-03-01T04:06:59.742ZTo configure your current shell, you need to source
672025-03-01T04:06:59.742Zthe corresponding env file under $HOME/.cargo.
682025-03-01T04:06:59.742Z
692025-03-01T04:06:59.742ZThis is usually done by running one of the following (note the leading DOT):
702025-03-01T04:06:59.742Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-01T04:06:59.742Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-01T04:06:59.784Z+ rustup --version
732025-03-01T04:06:59.790Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-03-01T04:06:59.791Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-03-01T04:06:59.869Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-03-01T04:06:59.877Z+ cargo --version
772025-03-01T04:06:59.926Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-03-01T04:06:59.933Z+ rustc --version
792025-03-01T04:06:59.992Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-03-01T04:06:59.996Zprocess exited: duration 26376 ms, exit code 0
 
812025-03-01T04:07:00.003Zstarting task 2: "authentication"
822025-03-01T04:07:00.031Zprocess exited: duration 23 ms, exit code 0
 
832025-03-01T04:07:00.039Zstarting task 3: "clone repository"
842025-03-01T04:07:00.045Z+ mkdir -p /work/oxidecomputer/omicron
852025-03-01T04:07:00.048Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-03-01T04:07:00.326ZCloning into '/work/oxidecomputer/omicron'...
872025-03-01T04:07:08.210Z+ cd /work/oxidecomputer/omicron
882025-03-01T04:07:08.210Z+ git fetch origin a082fdde514a21b0434774bb11270196fce6d22a
892025-03-01T04:07:08.522ZFrom https://github.com/oxidecomputer/omicron
902025-03-01T04:07:08.522Z * branch a082fdde514a21b0434774bb11270196fce6d22a -> FETCH_HEAD
912025-03-01T04:07:08.533Z+ [[ -n renovate/similar-2.x ]]
922025-03-01T04:07:08.537Z++ git branch --show-current
932025-03-01T04:07:08.537Z+ current=main
942025-03-01T04:07:08.537Z+ [[ main != renovate/similar-2.x ]]
952025-03-01T04:07:08.537Z+ git branch -f renovate/similar-2.x a082fdde514a21b0434774bb11270196fce6d22a
962025-03-01T04:07:08.541Z+ git checkout -f renovate/similar-2.x
972025-03-01T04:07:08.730ZSwitched to branch 'renovate/similar-2.x'
982025-03-01T04:07:08.733Z+ git reset --hard a082fdde514a21b0434774bb11270196fce6d22a
992025-03-01T04:07:08.747ZHEAD is now at a082fdde5 Update Rust crate similar to 2.7.0
1002025-03-01T04:07:08.750Zprocess exited: duration 8709 ms, exit code 0
 
1012025-03-01T04:07:08.759Zstarting task 4: "build"
1022025-03-01T04:07:08.765Z+ source .github/buildomat/ci-env.sh
1032025-03-01T04:07:08.769Z++ export CARGO_TERM_COLOR=always
1042025-03-01T04:07:08.769Z++ CARGO_TERM_COLOR=always
1052025-03-01T04:07:08.769Z+ cargo --version
1062025-03-01T04:07:08.817Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-03-01T04:07:08.822Z+ rustc --version
1082025-03-01T04:07:08.886Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-03-01T04:07:08.890Z+ WORK=/work
1102025-03-01T04:07:08.890Z+ pfexec mkdir -p /work
1112025-03-01T04:07:08.890Z+ pfexec chown build /work
1122025-03-01T04:07:08.895Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-03-01T04:07:11.379Zpkg list: illegal option -- F
1142025-03-01T04:07:11.379ZUsage:
1152025-03-01T04:07:11.383Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-03-01T04:07:11.383Z [pkg_fmri_pattern ...]
1172025-03-01T04:07:12.220Zpkg list: illegal option -- F
1182025-03-01T04:07:12.220ZUsage:
1192025-03-01T04:07:12.220Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-03-01T04:07:12.220Z [pkg_fmri_pattern ...]
1212025-03-01T04:07:21.222Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-03-01T04:07:25.690Z Startup: Caching catalogs ... Done
1232025-03-01T04:07:39.134ZPlanning: Solver setup ... Done (12.495s)
1242025-03-01T04:07:39.288ZPlanning: Running solver ... Done (0.155s)
1252025-03-01T04:07:39.475ZPlanning: Finding local manifests ... Done (0.070s)
1262025-03-01T04:07:40.749ZPlanning: Fetching manifests: 0/7 0% complete
1272025-03-01T04:07:43.802ZPlanning: Fetching manifests: 7/7 100% complete
1282025-03-01T04:07:44.027ZPlanning: Package planning ... Done (0.225s)
1292025-03-01T04:07:44.084ZPlanning: Merging actions ... Done (0.057s)
1302025-03-01T04:07:44.485ZPlanning: Checking for conflicting actions ... Done (0.401s)
1312025-03-01T04:07:47.888ZPlanning: Consolidating action changes ... Done (3.403s)
1322025-03-01T04:07:48.374ZPlanning: Evaluating mediators ... Done (0.486s)
1332025-03-01T04:07:48.457ZPlanning: Planning completed in 22.66 seconds
1342025-03-01T04:07:48.474Z Packages to install: 4
1352025-03-01T04:07:48.474Z Packages to update: 3
1362025-03-01T04:07:48.474Z Mediators to change: 2
1372025-03-01T04:07:48.477Z Services to change: 1
1382025-03-01T04:07:48.477Z Estimated space available: 155.60 GB
1392025-03-01T04:07:48.477ZEstimated space to be consumed: 1.66 GB
1402025-03-01T04:07:48.477Z Create boot environment: No
1412025-03-01T04:07:48.477ZCreate backup boot environment: Yes
1422025-03-01T04:07:48.478Z Rebuild boot archive: No
1432025-03-01T04:07:48.478Z
1442025-03-01T04:07:48.478ZChanged mediators:
1452025-03-01T04:07:48.478Z mediator clang:
1462025-03-01T04:07:48.478Z version: None -> 15 (system default)
1472025-03-01T04:07:48.478Z
1482025-03-01T04:07:48.478Z mediator llvm:
1492025-03-01T04:07:48.478Z version: 14 (system default) -> 15 (system default)
1502025-03-01T04:07:48.478Z
1512025-03-01T04:07:48.478ZChanged packages:
1522025-03-01T04:07:48.478Zhelios-dev
1532025-03-01T04:07:48.478Z developer/build-essential
1542025-03-01T04:07:48.478Z None -> 11-2.0
1552025-03-01T04:07:48.478Z library/libxmlsec1
1562025-03-01T04:07:48.478Z None -> 1.2.35-2.0
1572025-03-01T04:07:48.478Z ooce/developer/clang-15
1582025-03-01T04:07:48.478Z None -> 15.0.7-2.0
1592025-03-01T04:07:48.478Z ooce/developer/llvm-15
1602025-03-01T04:07:48.478Z None -> 15.0.7-2.0
1612025-03-01T04:07:48.478Z package/pkg
1622025-03-01T04:07:48.478Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-03-01T04:07:48.478Z system/library/g++-runtime
1642025-03-01T04:07:48.478Z 13-2.0 -> 14-2.0
1652025-03-01T04:07:48.478Z system/library/gcc-runtime
1662025-03-01T04:07:48.478Z 13-2.0 -> 14-2.0
1672025-03-01T04:07:48.478Z
1682025-03-01T04:07:48.478ZServices:
1692025-03-01T04:07:48.478Z restart_fmri:
1702025-03-01T04:07:48.478Z svc:/system/update-man-index:default
1712025-03-01T04:07:48.478Z
1722025-03-01T04:07:48.478ZEditable files to change:
1732025-03-01T04:07:48.478Z Update:
1742025-03-01T04:07:48.478Z usr/share/lib/pkg/web/config.shtml
1752025-03-01T04:07:48.597Z
1762025-03-01T04:07:48.597ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-03-01T04:07:53.684ZDownload: 146/4301 items 0.4/225.4MB 0% complete (262k/s)
1782025-03-01T04:08:00.329ZDownload: 210/4301 items 1.2/225.4MB 0% complete (162k/s)
1792025-03-01T04:08:05.458ZDownload: 211/4301 items 1.3/225.4MB 0% complete (155k/s)
1802025-03-01T04:08:13.909ZDownload: 212/4301 items 1.3/225.4MB 0% complete
1812025-03-01T04:08:19.015ZDownload: 448/4301 items 17.0/225.4MB 7% complete (3.5M/s)
1822025-03-01T04:08:24.020ZDownload: 658/4301 items 18.0/225.4MB 8% complete (1.8M/s)
1832025-03-01T04:08:29.036ZDownload: 1016/4301 items 19.6/225.4MB 8% complete (252k/s)
1842025-03-01T04:08:35.299ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (6.6M/s)
1852025-03-01T04:08:44.050ZDownload: 1196/4301 items 83.5/225.4MB 37% complete
1862025-03-01T04:08:56.270ZDownload: 1197/4301 items 83.5/225.4MB 37% complete
1872025-03-01T04:09:01.277ZDownload: 1411/4301 items 117.2/225.4MB 51% complete (7.2M/s)
1882025-03-01T04:09:06.281ZDownload: 1687/4301 items 118.0/225.4MB 52% complete (3.7M/s)
1892025-03-01T04:09:11.335ZDownload: 1800/4301 items 118.4/225.4MB 52% complete (272k/s)
1902025-03-01T04:09:16.352ZDownload: 1901/4301 items 118.6/225.4MB 52% complete (77.2k/s)
1912025-03-01T04:09:21.362ZDownload: 2091/4301 items 118.9/225.4MB 52% complete (44.7k/s)
1922025-03-01T04:09:26.967ZDownload: 2216/4301 items 119.2/225.4MB 52% complete (58.9k/s)
1932025-03-01T04:09:32.512ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (57.1k/s)
1942025-03-01T04:09:42.306ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
1952025-03-01T04:09:47.324ZDownload: 2404/4301 items 119.8/225.4MB 53% complete (138k/s)
1962025-03-01T04:09:52.361ZDownload: 2573/4301 items 120.2/225.4MB 53% complete (108k/s)
1972025-03-01T04:09:57.527ZDownload: 2737/4301 items 120.6/225.4MB 53% complete (81.7k/s)
1982025-03-01T04:10:02.656ZDownload: 2870/4301 items 120.9/225.4MB 53% complete (69.9k/s)
1992025-03-01T04:10:07.872ZDownload: 3001/4301 items 121.1/225.4MB 53% complete (47.2k/s)
2002025-03-01T04:10:12.873ZDownload: 3220/4301 items 193.7/225.4MB 85% complete (7.2M/s)
2012025-03-01T04:10:18.690ZDownload: 3245/4301 items 203.1/225.4MB 90% complete (8.2M/s)
2022025-03-01T04:10:24.673ZDownload: 3282/4301 items 210.5/225.4MB 93% complete (2.8M/s)
2032025-03-01T04:10:34.290ZDownload: 3286/4301 items 211.1/225.4MB 93% complete (1.7M/s)
2042025-03-01T04:10:47.087ZDownload: 3288/4301 items 211.7/225.4MB 93% complete
2052025-03-01T04:10:50.629ZDownload: Completed 225.42 MB in 182.01 seconds (1.2M/s)
2062025-03-01T04:10:53.139Z Actions: 1/5122 actions (Removing old actions)
2072025-03-01T04:10:53.157Z Actions: 194/5122 actions (Installing new actions)
2082025-03-01T04:10:58.019Z Actions: 4267/5122 actions (Updating modified actions)
2092025-03-01T04:10:58.446Z Actions: Completed 5122 actions in 5.31 seconds.
2102025-03-01T04:10:58.876Z Done (0.422s)
2112025-03-01T04:10:58.879Z Done (0.003s)
2122025-03-01T04:10:59.488Z Done (0.609s)
2132025-03-01T04:11:04.438Z Done (4.710s)
2142025-03-01T04:11:04.643Z Done (0.136s)
2152025-03-01T04:11:04.646Z Done (0.000s)
2162025-03-01T04:11:04.827Z Done (0.000s)
2172025-03-01T04:11:05.548ZPlanning: Evaluating mediator changes ... Done
2182025-03-01T04:11:05.711ZPlanning: Checking for conflicting actions ... Done
2192025-03-01T04:11:05.714ZPlanning: Consolidating action changes ... Done
2202025-03-01T04:11:05.987ZPlanning: Evaluating mediators ... Done
2212025-03-01T04:11:05.990ZPlanning: Planning completed in 0.44 seconds
2222025-03-01T04:11:06.028Z Mediators to change: 2
2232025-03-01T04:11:06.028Z Create boot environment: No
2242025-03-01T04:11:06.033ZCreate backup boot environment: No
2252025-03-01T04:11:06.112Z Done
2262025-03-01T04:11:06.112Z Done
2272025-03-01T04:11:06.533Z Done
2282025-03-01T04:11:10.217Z Done
2292025-03-01T04:11:10.308Z Done
2302025-03-01T04:11:10.311Z Done
2312025-03-01T04:11:10.448Z Done
2322025-03-01T04:11:11.075ZPlanning: Evaluating mediator changes ... Done
2332025-03-01T04:11:11.078ZPlanning: Merging actions ... Done
2342025-03-01T04:11:11.269ZPlanning: Checking for conflicting actions ... Done
2352025-03-01T04:11:11.272ZPlanning: Consolidating action changes ... Done
2362025-03-01T04:11:11.541ZPlanning: Evaluating mediators ... Done
2372025-03-01T04:11:11.597ZPlanning: Planning completed in 0.77 seconds
2382025-03-01T04:11:11.638Z Packages to change: 1
2392025-03-01T04:11:11.638Z Mediators to change: 1
2402025-03-01T04:11:11.641Z Services to change: 1
2412025-03-01T04:11:11.641Z Create boot environment: No
2422025-03-01T04:11:11.641ZCreate backup boot environment: Yes
2432025-03-01T04:11:13.914Z Actions: 1/6 actions (Updating modified actions)
2442025-03-01T04:11:13.917Z Actions: Completed 6 actions in 0.00 seconds.
2452025-03-01T04:11:13.917Z Done
2462025-03-01T04:11:13.917Z Done
2472025-03-01T04:11:14.039Z Done
2482025-03-01T04:11:17.664Z Done
2492025-03-01T04:11:17.754Z Done
2502025-03-01T04:11:17.756Z Done
2512025-03-01T04:11:17.888Z Done
2522025-03-01T04:11:18.329ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2532025-03-01T04:11:18.329Zclang system 15 system
2542025-03-01T04:11:18.329Zcsh system system illumos
2552025-03-01T04:11:18.329Zctags system system illumos
2562025-03-01T04:11:18.329Zgcc vendor 12 vendor
2572025-03-01T04:11:18.329Zgcc system 10 system
2582025-03-01T04:11:18.329Zgcc system 7 system
2592025-03-01T04:11:18.329Zgo system 1.20 system
2602025-03-01T04:11:18.329Zgo system 1.19 system
2612025-03-01T04:11:18.329Zllvm system 15 system
2622025-03-01T04:11:18.329Zllvm system 14 system
2632025-03-01T04:11:18.329Zmariadb system 10.6 system
2642025-03-01T04:11:18.329Zmta vendor vendor dma
2652025-03-01T04:11:18.329Zopenjdk system 17 system
2662025-03-01T04:11:18.329Zopenjdk system 11 system
2672025-03-01T04:11:18.329Zopenjdk system 1.8 system
2682025-03-01T04:11:18.329Zopenssl vendor 3 vendor
2692025-03-01T04:11:18.329Zperl system 5.36 system
2702025-03-01T04:11:18.329Zpostgresql system 15 system
2712025-03-01T04:11:18.329Zpostgresql system 13 system
2722025-03-01T04:11:18.329Zpython vendor 3 vendor
2732025-03-01T04:11:18.329Zpython system 2 system
2742025-03-01T04:11:18.329Zpython3 system 3.11 system
2752025-03-01T04:11:18.329Zruby system 3.0 system
2762025-03-01T04:11:18.329Zwords vendor vendor american-english
2772025-03-01T04:11:18.330Zwords system system australian-english
2782025-03-01T04:11:18.330Zwords system system british-english
2792025-03-01T04:11:18.330Zwords system system canadian-english
2802025-03-01T04:11:18.330Zwords system system french
2812025-03-01T04:11:18.330Zwords system system italian
2822025-03-01T04:11:18.330Zwords system system ngerman
2832025-03-01T04:11:18.330Zwords system system ogerman
2842025-03-01T04:11:18.330Zwords system system spanish
2852025-03-01T04:11:18.667ZPUBLISHER TYPE STATUS P LOCATION
2862025-03-01T04:11:18.667Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2872025-03-01T04:11:21.720ZFMRI IFO
2882025-03-01T04:11:21.720Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2892025-03-01T04:11:21.720Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2902025-03-01T04:11:21.720Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2912025-03-01T04:11:21.720Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2922025-03-01T04:11:21.720Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2932025-03-01T04:11:21.720Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2942025-03-01T04:11:21.720Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2952025-03-01T04:11:21.720Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2962025-03-01T04:11:21.720Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2972025-03-01T04:11:21.720Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2982025-03-01T04:11:21.720Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2992025-03-01T04:11:21.720Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3002025-03-01T04:11:21.720Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3012025-03-01T04:11:21.720Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3022025-03-01T04:11:21.720Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3032025-03-01T04:11:22.508Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3042025-03-01T04:11:22.758Z Updating crates.io index
3052025-03-01T04:11:22.810Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-03-01T04:11:23.316Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-03-01T04:11:23.538Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-03-01T04:11:23.762Z Updating git repository `https://github.com/oxidecomputer/propolis`
3092025-03-01T04:11:24.732Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102025-03-01T04:11:26.409Z Updating git repository `https://github.com/oxidecomputer/opte`
3112025-03-01T04:11:27.065Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122025-03-01T04:11:27.788Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132025-03-01T04:11:28.082Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3142025-03-01T04:11:28.393Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3152025-03-01T04:11:28.923Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162025-03-01T04:11:29.424Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172025-03-01T04:11:29.687Z Updating git repository `https://github.com/oxidecomputer/propolis`
3182025-03-01T04:11:30.147Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-03-01T04:11:30.420Z Updating git repository `https://github.com/oxidecomputer/tofino`
3202025-03-01T04:11:30.685Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212025-03-01T04:11:30.922Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222025-03-01T04:11:31.137Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232025-03-01T04:11:31.424Z Updating git repository `https://github.com/oxidecomputer/lldp`
3242025-03-01T04:11:31.749Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3252025-03-01T04:11:32.108Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262025-03-01T04:11:32.434Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272025-03-01T04:11:32.813Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3282025-03-01T04:11:33.090Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-03-01T04:11:33.647Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3302025-03-01T04:11:33.944Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3312025-03-01T04:11:34.311Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322025-03-01T04:11:34.644Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3332025-03-01T04:11:34.936Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342025-03-01T04:11:35.205Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352025-03-01T04:11:35.469Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362025-03-01T04:11:36.623Z Downloading crates ...
3372025-03-01T04:11:36.688Z Downloaded anstyle-parse v0.2.5
3382025-03-01T04:11:36.696Z Downloaded anyhow v1.0.96
3392025-03-01T04:11:36.700Z Downloaded anstream v0.6.15
3402025-03-01T04:11:36.700Z Downloaded bytecount v0.6.8
3412025-03-01T04:11:36.711Z Downloaded zerocopy-derive v0.7.35
3422025-03-01T04:11:36.715Z Downloaded pest_generator v2.7.14
3432025-03-01T04:11:36.722Z Downloaded anstyle v1.0.10
3442025-03-01T04:11:36.722Z Downloaded unicode-linebreak v0.1.5
3452025-03-01T04:11:36.725Z Downloaded proc-macro-error-attr v1.0.4
3462025-03-01T04:11:36.725Z Downloaded heck v0.5.0
3472025-03-01T04:11:36.725Z Downloaded crypto-common v0.1.6
3482025-03-01T04:11:36.725Z Downloaded cargo-platform v0.1.8
3492025-03-01T04:11:36.725Z Downloaded heck v0.4.1
3502025-03-01T04:11:36.725Z Downloaded toml_datetime v0.6.8
3512025-03-01T04:11:36.725Z Downloaded zerocopy v0.7.35
3522025-03-01T04:11:36.740Z Downloaded thiserror-impl v1.0.69
3532025-03-01T04:11:36.745Z Downloaded memmap v0.7.0
3542025-03-01T04:11:36.745Z Downloaded itoa v1.0.11
3552025-03-01T04:11:36.749Z Downloaded cfg-if v1.0.0
3562025-03-01T04:11:36.749Z Downloaded block-buffer v0.10.4
3572025-03-01T04:11:36.749Z Downloaded autocfg v1.4.0
3582025-03-01T04:11:36.749Z Downloaded winnow v0.7.3
3592025-03-01T04:11:36.757Z Downloaded utf8parse v0.2.2
3602025-03-01T04:11:36.762Z Downloaded quote v1.0.38
3612025-03-01T04:11:36.762Z Downloaded thiserror v2.0.11
3622025-03-01T04:11:36.766Z Downloaded proc-macro-error v1.0.4
3632025-03-01T04:11:36.771Z Downloaded scroll v0.12.0
3642025-03-01T04:11:36.771Z Downloaded dtrace-parser v0.2.0
3652025-03-01T04:11:36.776Z Downloaded cpufeatures v0.2.14
3662025-03-01T04:11:36.776Z Downloaded bitflags v2.6.0
3672025-03-01T04:11:36.781Z Downloaded is_terminal_polyfill v1.70.1
3682025-03-01T04:11:36.781Z Downloaded fs-err v2.11.0
3692025-03-01T04:11:36.781Z Downloaded digest v0.10.7
3702025-03-01T04:11:36.781Z Downloaded tabled_derive v0.7.0
3712025-03-01T04:11:36.781Z Downloaded usdt-attr-macro v0.5.0
3722025-03-01T04:11:36.785Z Downloaded fastrand v2.1.1
3732025-03-01T04:11:36.785Z Downloaded equivalent v1.0.1
3742025-03-01T04:11:36.785Z Downloaded usdt-macro v0.5.0
3752025-03-01T04:11:36.793Z Downloaded scroll_derive v0.12.0
3762025-03-01T04:11:36.799Z Downloaded toml v0.8.20
3772025-03-01T04:11:36.799Z Downloaded colorchoice v1.0.2
3782025-03-01T04:11:36.803Z Downloaded clap_lex v0.7.4
3792025-03-01T04:11:36.804Z Downloaded textwrap v0.16.1
3802025-03-01T04:11:36.808Z Downloaded unicode-ident v1.0.14
3812025-03-01T04:11:36.808Z Downloaded serde_derive v1.0.218
3822025-03-01T04:11:36.813Z Downloaded camino v1.1.9
3832025-03-01T04:11:36.813Z Downloaded pretty-hex v0.4.1
3842025-03-01T04:11:36.813Z Downloaded strsim v0.11.1
3852025-03-01T04:11:36.817Z Downloaded usdt-impl v0.5.0
3862025-03-01T04:11:36.817Z Downloaded errno v0.3.9
3872025-03-01T04:11:36.817Z Downloaded byteorder v1.5.0
3882025-03-01T04:11:36.821Z Downloaded thread-id v4.2.2
3892025-03-01T04:11:36.821Z Downloaded once_cell v1.20.3
3902025-03-01T04:11:36.825Z Downloaded anstyle-query v1.1.1
3912025-03-01T04:11:36.826Z Downloaded swrite v0.1.0
3922025-03-01T04:11:36.826Z Downloaded macaddr v1.0.1
3932025-03-01T04:11:36.830Z Downloaded tempfile v3.13.0
3942025-03-01T04:11:36.830Z Downloaded usdt v0.5.0
3952025-03-01T04:11:36.830Z Downloaded thiserror v1.0.69
3962025-03-01T04:11:36.837Z Downloaded bitflags v1.3.2
3972025-03-01T04:11:36.841Z Downloaded serde_spanned v0.6.8
3982025-03-01T04:11:36.841Z Downloaded version_check v0.9.5
3992025-03-01T04:11:36.841Z Downloaded clap_derive v4.5.28
4002025-03-01T04:11:36.841Z Downloaded dof v0.3.0
4012025-03-01T04:11:36.846Z Downloaded thiserror-impl v2.0.11
4022025-03-01T04:11:36.846Z Downloaded smawk v0.3.2
4032025-03-01T04:11:36.846Z Downloaded generic-array v0.14.7
4042025-03-01T04:11:36.846Z Downloaded pest_derive v2.7.14
4052025-03-01T04:11:36.850Z Downloaded terminal_size v0.4.0
4062025-03-01T04:11:36.850Z Downloaded terminal_size v0.2.6
4072025-03-01T04:11:36.850Z Downloaded fnv v1.0.7
4082025-03-01T04:11:36.856Z Downloaded camino-tempfile v1.1.1
4092025-03-01T04:11:36.856Z Downloaded ucd-trie v0.1.7
4102025-03-01T04:11:36.860Z Downloaded serde_tokenstream v0.2.2
4112025-03-01T04:11:36.860Z Downloaded plain v0.2.3
4122025-03-01T04:11:36.860Z Downloaded log v0.4.22
4132025-03-01T04:11:36.863Z Downloaded pest_meta v2.7.14
4142025-03-01T04:11:36.863Z Downloaded io-lifetimes v1.0.11
4152025-03-01T04:11:36.866Z Downloaded cargo_metadata v0.19.1
4162025-03-01T04:11:36.870Z Downloaded cargo_toml v0.21.0
4172025-03-01T04:11:36.874Z Downloaded sha2 v0.10.8
4182025-03-01T04:11:36.874Z Downloaded semver v1.0.25
4192025-03-01T04:11:36.878Z Downloaded ryu v1.0.18
4202025-03-01T04:11:36.895Z Downloaded clap v4.5.31
4212025-03-01T04:11:36.910Z Downloaded typenum v1.17.0
4222025-03-01T04:11:36.916Z Downloaded proc-macro2 v1.0.93
4232025-03-01T04:11:36.916Z Downloaded indexmap v2.7.1
4242025-03-01T04:11:36.923Z Downloaded serde v1.0.218
4252025-03-01T04:11:36.930Z Downloaded papergrid v0.11.0
4262025-03-01T04:11:36.935Z Downloaded toml_edit v0.22.24
4272025-03-01T04:11:36.955Z Downloaded memchr v2.7.4
4282025-03-01T04:11:36.970Z Downloaded serde_json v1.0.139
4292025-03-01T04:11:36.978Z Downloaded pest v2.7.14
4302025-03-01T04:11:36.985Z Downloaded hashbrown v0.15.1
4312025-03-01T04:11:36.988Z Downloaded clap_builder v4.5.31
4322025-03-01T04:11:37.003Z Downloaded goblin v0.8.2
4332025-03-01T04:11:37.012Z Downloaded tabled v0.15.0
4342025-03-01T04:11:37.026Z Downloaded syn v1.0.109
4352025-03-01T04:11:37.054Z Downloaded unicode-width v0.1.14
4362025-03-01T04:11:37.059Z Downloaded syn v2.0.98
4372025-03-01T04:11:37.070Z Downloaded rustix v0.37.28
4382025-03-01T04:11:37.086Z Downloaded rustix v0.38.37
4392025-03-01T04:11:37.135Z Downloaded libc v0.2.170
4402025-03-01T04:11:37.419Z Compiling proc-macro2 v1.0.93
4412025-03-01T04:11:37.420Z Compiling unicode-ident v1.0.14
4422025-03-01T04:11:37.424Z Compiling libc v0.2.170
4432025-03-01T04:11:37.424Z Compiling serde v1.0.218
4442025-03-01T04:11:37.424Z Compiling version_check v0.9.5
4452025-03-01T04:11:37.424Z Compiling memchr v2.7.4
4462025-03-01T04:11:37.424Z Compiling thiserror v1.0.69
4472025-03-01T04:11:37.457Z Compiling itoa v1.0.11
4482025-03-01T04:11:37.683Z Compiling ryu v1.0.18
4492025-03-01T04:11:37.706Z Compiling ucd-trie v0.1.7
4502025-03-01T04:11:38.081Z Compiling once_cell v1.20.3
4512025-03-01T04:11:38.253Z Compiling byteorder v1.5.0
4522025-03-01T04:11:38.275Z Compiling serde_json v1.0.139
4532025-03-01T04:11:38.580Z Compiling rustix v0.38.37
4542025-03-01T04:11:38.689Z Compiling bitflags v2.6.0
4552025-03-01T04:11:38.858Z Compiling proc-macro-error-attr v1.0.4
4562025-03-01T04:11:39.069Z Compiling usdt-impl v0.5.0
4572025-03-01T04:11:39.110Z Compiling syn v1.0.109
4582025-03-01T04:11:39.139Z Compiling io-lifetimes v1.0.11
4592025-03-01T04:11:39.235Z Compiling proc-macro-error v1.0.4
4602025-03-01T04:11:39.393Z Compiling quote v1.0.38
4612025-03-01T04:11:39.542Z Compiling errno v0.3.9
4622025-03-01T04:11:39.582Z Compiling hashbrown v0.15.1
4632025-03-01T04:11:39.683Z Compiling plain v0.2.3
4642025-03-01T04:11:39.783Z Compiling syn v2.0.98
4652025-03-01T04:11:39.864Z Compiling thread-id v4.2.2
4662025-03-01T04:11:39.917Z Compiling equivalent v1.0.1
4672025-03-01T04:11:39.986Z Compiling utf8parse v0.2.2
4682025-03-01T04:11:40.006Z Compiling log v0.4.22
4692025-03-01T04:11:40.028Z Compiling rustix v0.37.28
4702025-03-01T04:11:40.052Z Compiling camino v1.1.9
4712025-03-01T04:11:40.155Z Compiling anstyle-parse v0.2.5
4722025-03-01T04:11:40.649Z Compiling indexmap v2.7.1
4732025-03-01T04:11:40.767Z Compiling anstyle-query v1.1.1
4742025-03-01T04:11:40.909Z Compiling pretty-hex v0.4.1
4752025-03-01T04:11:40.935Z Compiling bitflags v1.3.2
4762025-03-01T04:11:41.020Z Compiling autocfg v1.4.0
4772025-03-01T04:11:41.046Z Compiling anstyle v1.0.10
4782025-03-01T04:11:41.069Z Compiling colorchoice v1.0.2
4792025-03-01T04:11:41.141Z Compiling semver v1.0.25
4802025-03-01T04:11:41.239Z Compiling unicode-width v0.1.14
4812025-03-01T04:11:41.487Z Compiling thiserror v2.0.11
4822025-03-01T04:11:41.646Z Compiling winnow v0.7.3
4832025-03-01T04:11:41.791Z Compiling is_terminal_polyfill v1.70.1
4842025-03-01T04:11:41.895Z Compiling fs-err v2.11.0
4852025-03-01T04:11:41.929Z Compiling terminal_size v0.4.0
4862025-03-01T04:11:41.952Z Compiling anstream v0.6.15
4872025-03-01T04:11:42.303Z Compiling fastrand v2.1.1
4882025-03-01T04:11:42.354Z Compiling heck v0.5.0
4892025-03-01T04:11:42.451Z Compiling bytecount v0.6.8
4902025-03-01T04:11:42.512Z Compiling cfg-if v1.0.0
4912025-03-01T04:11:42.624Z Compiling fnv v1.0.7
4922025-03-01T04:11:42.674Z Compiling anyhow v1.0.96
4932025-03-01T04:11:42.791Z Compiling clap_lex v0.7.4
4942025-03-01T04:11:42.870Z Compiling strsim v0.11.1
4952025-03-01T04:11:43.291Z Compiling heck v0.4.1
4962025-03-01T04:11:43.460Z Compiling terminal_size v0.2.6
4972025-03-01T04:11:43.583Z Compiling clap_builder v4.5.31
4982025-03-01T04:11:43.659Z Compiling tempfile v3.13.0
4992025-03-01T04:11:43.711Z Compiling papergrid v0.11.0
5002025-03-01T04:11:43.810Z Compiling memmap v0.7.0
5012025-03-01T04:11:43.888Z Compiling unicode-linebreak v0.1.5
5022025-03-01T04:11:44.116Z Compiling smawk v0.3.2
5032025-03-01T04:11:44.344Z Compiling textwrap v0.16.1
5042025-03-01T04:11:44.904Z Compiling swrite v0.1.0
5052025-03-01T04:11:45.344Z Compiling tabled_derive v0.7.0
5062025-03-01T04:11:46.727Z Compiling tabled v0.15.0
5072025-03-01T04:11:46.828Z Compiling serde_derive v1.0.218
5082025-03-01T04:11:46.828Z Compiling thiserror-impl v1.0.69
5092025-03-01T04:11:46.831Z Compiling zerocopy-derive v0.7.35
5102025-03-01T04:11:46.831Z Compiling scroll_derive v0.12.0
5112025-03-01T04:11:46.831Z Compiling thiserror-impl v2.0.11
5122025-03-01T04:11:46.831Z Compiling clap_derive v4.5.28
5132025-03-01T04:11:48.309Z Compiling scroll v0.12.0
5142025-03-01T04:11:48.820Z Compiling goblin v0.8.2
5152025-03-01T04:11:48.860Z Compiling zerocopy v0.7.35
5162025-03-01T04:11:49.889Z Compiling pest v2.7.14
5172025-03-01T04:11:51.146Z Compiling clap v4.5.31
5182025-03-01T04:11:52.082Z Compiling pest_meta v2.7.14
5192025-03-01T04:11:52.989Z Compiling pest_generator v2.7.14
5202025-03-01T04:11:54.344Z Compiling pest_derive v2.7.14
5212025-03-01T04:11:54.975Z Compiling dtrace-parser v0.2.0
5222025-03-01T04:11:55.850Z Compiling toml_datetime v0.6.8
5232025-03-01T04:11:55.850Z Compiling serde_spanned v0.6.8
5242025-03-01T04:11:55.857Z Compiling cargo-platform v0.1.8
5252025-03-01T04:11:56.135Z Compiling serde_tokenstream v0.2.2
5262025-03-01T04:11:56.183Z Compiling toml_edit v0.22.24
5272025-03-01T04:11:56.314Z Compiling macaddr v1.0.1
5282025-03-01T04:11:56.400Z Compiling camino-tempfile v1.1.1
5292025-03-01T04:11:57.234Z Compiling dof v0.3.0
5302025-03-01T04:11:57.234Z Compiling cargo_metadata v0.19.1
5312025-03-01T04:11:58.822Z Compiling usdt-macro v0.5.0
5322025-03-01T04:11:58.822Z Compiling usdt-attr-macro v0.5.0
5332025-03-01T04:11:58.932Z Compiling toml v0.8.20
5342025-03-01T04:11:59.787Z Compiling cargo_toml v0.21.0
5352025-03-01T04:12:00.084Z Compiling usdt v0.5.0
5362025-03-01T04:12:02.389Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5372025-03-01T04:12:05.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.23s
5382025-03-01T04:12:05.762Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5392025-03-01T04:12:06.335Z Downloading crates ...
5402025-03-01T04:12:06.481Z Downloaded httpdate v1.0.3
5412025-03-01T04:12:06.486Z Downloaded ctr v0.9.2
5422025-03-01T04:12:06.498Z Downloaded http-body v1.0.1
5432025-03-01T04:12:06.502Z Downloaded md5 v0.7.0
5442025-03-01T04:12:06.502Z Downloaded hubpack_derive v0.1.1
5452025-03-01T04:12:06.502Z Downloaded atty v0.2.14
5462025-03-01T04:12:06.505Z Downloaded http-range v0.1.5
5472025-03-01T04:12:06.508Z Downloaded base16ct v0.2.0
5482025-03-01T04:12:06.511Z Downloaded atomic-waker v1.1.2
5492025-03-01T04:12:06.515Z Downloaded aead v0.5.2
5502025-03-01T04:12:06.518Z Downloaded ascii-canvas v3.0.0
5512025-03-01T04:12:06.526Z Downloaded backoff v0.4.0
5522025-03-01T04:12:06.530Z Downloaded adler2 v2.0.0
5532025-03-01T04:12:06.535Z Downloaded is_ci v1.2.0
5542025-03-01T04:12:06.538Z Downloaded headers v0.4.0
5552025-03-01T04:12:06.541Z Downloaded arrayvec v0.7.6
5562025-03-01T04:12:06.544Z Downloaded addr2line v0.24.2
5572025-03-01T04:12:06.547Z Downloaded ahash v0.8.11
5582025-03-01T04:12:06.552Z Downloaded ident_case v1.0.1
5592025-03-01T04:12:06.552Z Downloaded headers-core v0.3.0
5602025-03-01T04:12:06.555Z Downloaded instant v0.1.13
5612025-03-01T04:12:06.555Z Downloaded hostname v0.3.1
5622025-03-01T04:12:06.555Z Downloaded chrono-tz-build v0.4.0
5632025-03-01T04:12:06.562Z Downloaded allocator-api2 v0.2.18
5642025-03-01T04:12:06.567Z Downloaded base64 v0.13.1
5652025-03-01T04:12:06.570Z Downloaded indoc v2.0.5
5662025-03-01T04:12:06.573Z Downloaded arc-swap v1.7.1
5672025-03-01T04:12:06.579Z Downloaded lru-cache v0.1.2
5682025-03-01T04:12:06.582Z Downloaded hex v0.4.3
5692025-03-01T04:12:06.582Z Downloaded base64 v0.21.7
5702025-03-01T04:12:06.588Z Downloaded indent_write v2.2.0
5712025-03-01T04:12:06.591Z Downloaded keccak v0.1.5
5722025-03-01T04:12:06.591Z Downloaded crypto-bigint v0.5.5
5732025-03-01T04:12:06.598Z Downloaded indoc v1.0.9
5742025-03-01T04:12:06.601Z Downloaded impl-trait-for-tuples v0.2.2
5752025-03-01T04:12:06.603Z Downloaded http-body-util v0.1.2
5762025-03-01T04:12:06.608Z Downloaded pretty-hex v0.2.1
5772025-03-01T04:12:06.613Z Downloaded aho-corasick v1.1.3
5782025-03-01T04:12:06.617Z Downloaded mime v0.3.17
5792025-03-01T04:12:06.617Z Downloaded aws-lc-rs v1.12.4
5802025-03-01T04:12:06.626Z Downloaded managed v0.8.0
5812025-03-01T04:12:06.629Z Downloaded libsw-core v0.3.1
5822025-03-01T04:12:06.633Z Downloaded samael v0.0.18
5832025-03-01T04:12:06.637Z Downloaded russh v0.45.0
5842025-03-01T04:12:06.644Z Downloaded string_cache v0.8.7
5852025-03-01T04:12:06.647Z Downloaded slog-bunyan v2.5.0
5862025-03-01T04:12:06.652Z Downloaded memmap2 v0.9.5
5872025-03-01T04:12:06.652Z Downloaded rand_core v0.6.4
5882025-03-01T04:12:06.656Z Downloaded hubpack v0.1.2
5892025-03-01T04:12:06.656Z Downloaded httparse v1.9.5
5902025-03-01T04:12:06.659Z Downloaded bstr v1.10.0
5912025-03-01T04:12:06.669Z Downloaded lock_api v0.4.12
5922025-03-01T04:12:06.674Z Downloaded ipnet v2.11.0
5932025-03-01T04:12:06.677Z Downloaded iana-time-zone v0.1.61
5942025-03-01T04:12:06.677Z Downloaded hyper-rustls v0.27.3
5952025-03-01T04:12:06.681Z Downloaded match_cfg v0.1.0
5962025-03-01T04:12:06.684Z Downloaded libloading v0.8.5
5972025-03-01T04:12:06.684Z Downloaded hmac v0.12.1
5982025-03-01T04:12:06.690Z Downloaded lazycell v1.3.0
5992025-03-01T04:12:06.690Z Downloaded ipnetwork v0.21.1
6002025-03-01T04:12:06.694Z Downloaded maplit v1.0.2
6012025-03-01T04:12:06.694Z Downloaded icu_locid_transform_data v1.5.0
6022025-03-01T04:12:06.694Z Downloaded internet-checksum v0.2.1
6032025-03-01T04:12:06.694Z Downloaded icu_locid_transform v1.5.0
6042025-03-01T04:12:06.697Z Downloaded cfg_aliases v0.1.1
6052025-03-01T04:12:06.701Z Downloaded lru v0.12.5
6062025-03-01T04:12:06.701Z Downloaded sync-ptr v0.1.1
6072025-03-01T04:12:06.706Z Downloaded icu_locid v1.5.0
6082025-03-01T04:12:06.709Z Downloaded vte_generate_state_changes v0.1.2
6092025-03-01T04:12:06.709Z Downloaded toolchain_find v0.4.0
6102025-03-01T04:12:06.712Z Downloaded cfg_aliases v0.2.1
6112025-03-01T04:12:06.712Z Downloaded sync_wrapper v1.0.1
6122025-03-01T04:12:06.712Z Downloaded libsw v3.4.0
6132025-03-01T04:12:06.716Z Downloaded cstr-argument v0.1.2
6142025-03-01T04:12:06.716Z Downloaded proc-macro-error2 v2.0.1
6152025-03-01T04:12:06.719Z Downloaded same-file v1.0.6
6162025-03-01T04:12:06.722Z Downloaded crunchy v0.2.2
6172025-03-01T04:12:06.722Z Downloaded bit-set v0.8.0
6182025-03-01T04:12:06.725Z Downloaded bit-vec v0.6.3
6192025-03-01T04:12:06.728Z Downloaded bit-set v0.5.3
6202025-03-01T04:12:06.728Z Downloaded bcrypt-pbkdf v0.10.0
6212025-03-01T04:12:06.728Z Downloaded hickory-client v0.24.4
6222025-03-01T04:12:06.733Z Downloaded ciborium-io v0.2.2
6232025-03-01T04:12:06.736Z Downloaded icu_normalizer_data v1.5.0
6242025-03-01T04:12:06.737Z Downloaded async-stream-impl v0.3.6
6252025-03-01T04:12:06.740Z Downloaded icu_normalizer v1.5.0
6262025-03-01T04:12:06.743Z Downloaded sha1 v0.10.6
6272025-03-01T04:12:06.746Z Downloaded crucible-workspace-hack v0.1.0
6282025-03-01T04:12:06.746Z Downloaded atomicwrites v0.4.4
6292025-03-01T04:12:06.746Z Downloaded is-terminal v0.4.13
6302025-03-01T04:12:06.749Z Downloaded hyper-tls v0.6.0
6312025-03-01T04:12:06.749Z Downloaded litrs v0.4.1
6322025-03-01T04:12:06.752Z Downloaded waitgroup v0.1.2
6332025-03-01T04:12:06.757Z Downloaded indexmap v1.9.3
6342025-03-01T04:12:06.761Z Downloaded cbc v0.1.2
6352025-03-01T04:12:06.761Z Downloaded subtle v2.6.1
6362025-03-01T04:12:06.764Z Downloaded strum_macros v0.25.3
6372025-03-01T04:12:06.764Z Downloaded rustls-pemfile v1.0.4
6382025-03-01T04:12:06.768Z Downloaded jobserver v0.1.32
6392025-03-01T04:12:06.771Z Downloaded endian-type v0.1.2
6402025-03-01T04:12:06.771Z Downloaded fxhash v0.2.1
6412025-03-01T04:12:06.771Z Downloaded cassowary v0.3.0
6422025-03-01T04:12:06.775Z Downloaded blowfish v0.9.1
6432025-03-01T04:12:06.778Z Downloaded unarray v0.1.4
6442025-03-01T04:12:06.778Z Downloaded darling_macro v0.20.10
6452025-03-01T04:12:06.778Z Downloaded progenitor-impl v0.8.0
6462025-03-01T04:12:06.781Z Downloaded typify-macro v0.3.0
6472025-03-01T04:12:06.781Z Downloaded strum v0.26.3
6482025-03-01T04:12:06.784Z Downloaded hyper-staticfile v0.10.1
6492025-03-01T04:12:06.787Z Downloaded bcs v0.1.6
6502025-03-01T04:12:06.787Z Downloaded zeroize_derive v1.4.2
6512025-03-01T04:12:06.790Z Downloaded miniz_oxide v0.8.5
6522025-03-01T04:12:06.793Z Downloaded crossbeam-deque v0.8.5
6532025-03-01T04:12:06.793Z Downloaded cobs v0.2.3
6542025-03-01T04:12:06.796Z Downloaded icu_properties v1.5.1
6552025-03-01T04:12:06.800Z Downloaded async-stream v0.3.6
6562025-03-01T04:12:06.805Z Downloaded async-recursion v1.1.1
6572025-03-01T04:12:06.808Z Downloaded display-error-chain v0.2.2
6582025-03-01T04:12:06.808Z Downloaded cmake v0.1.51
6592025-03-01T04:12:06.812Z Downloaded array-init v0.0.4
6602025-03-01T04:12:06.812Z Downloaded debug-ignore v1.0.5
6612025-03-01T04:12:06.815Z Downloaded indicatif v0.17.11
6622025-03-01T04:12:06.818Z Downloaded cargo_metadata v0.18.1
6632025-03-01T04:12:06.832Z Downloaded openssl-macros v0.1.1
6642025-03-01T04:12:06.835Z Downloaded heapless v0.8.0
6652025-03-01T04:12:06.838Z Downloaded unicase v2.7.0
6662025-03-01T04:12:06.841Z Downloaded console v0.15.10
6672025-03-01T04:12:06.850Z Downloaded nanorand v0.7.0
6682025-03-01T04:12:06.856Z Downloaded multimap v0.10.0
6692025-03-01T04:12:06.856Z Downloaded gethostname v0.5.0
6702025-03-01T04:12:06.856Z Downloaded smf v0.2.3
6712025-03-01T04:12:06.856Z Downloaded signal-hook-mio v0.2.4
6722025-03-01T04:12:06.856Z Downloaded csv-core v0.1.11
6732025-03-01T04:12:06.856Z Downloaded cancel-safe-futures v0.1.5
6742025-03-01T04:12:06.860Z Downloaded curve25519-dalek-derive v0.1.1
6752025-03-01T04:12:06.860Z Downloaded constant_time_eq v0.3.1
6762025-03-01T04:12:06.867Z Downloaded ena v0.14.3
6772025-03-01T04:12:06.867Z Downloaded embedded-io v0.6.1
6782025-03-01T04:12:06.867Z Downloaded dsl_auto_type v0.1.2
6792025-03-01T04:12:06.870Z Downloaded progenitor-client v0.8.0
6802025-03-01T04:12:06.870Z Downloaded dirs-sys-next v0.1.2
6812025-03-01T04:12:06.870Z Downloaded num v0.4.3
6822025-03-01T04:12:06.873Z Downloaded cexpr v0.6.0
6832025-03-01T04:12:06.873Z Downloaded async-trait v0.1.86
6842025-03-01T04:12:06.879Z Downloaded blake2 v0.10.6
6852025-03-01T04:12:06.881Z Downloaded sigpipe v0.1.3
6862025-03-01T04:12:06.881Z Downloaded argon2 v0.5.3
6872025-03-01T04:12:06.884Z Downloaded parse-display v0.10.0
6882025-03-01T04:12:06.884Z Downloaded packed_struct v0.10.1
6892025-03-01T04:12:06.887Z Downloaded defmt-macros v0.3.9
6902025-03-01T04:12:06.891Z Downloaded serde-big-array v0.5.1
6912025-03-01T04:12:06.894Z Downloaded data-encoding v2.6.0
6922025-03-01T04:12:06.894Z Downloaded pem v3.0.5
6932025-03-01T04:12:06.897Z Downloaded parse-display-derive v0.10.0
6942025-03-01T04:12:06.900Z Downloaded rand_xorshift v0.3.0
6952025-03-01T04:12:06.900Z Downloaded vte v0.11.1
6962025-03-01T04:12:06.900Z Downloaded slog-scope v4.4.0
6972025-03-01T04:12:06.906Z Downloaded phf_codegen v0.11.2
6982025-03-01T04:12:06.909Z Downloaded semver v0.1.20
6992025-03-01T04:12:06.909Z Downloaded hickory-resolver v0.24.4
7002025-03-01T04:12:06.912Z Downloaded rpassword v7.3.1
7012025-03-01T04:12:06.915Z Downloaded progenitor v0.9.1
7022025-03-01T04:12:06.918Z Downloaded minimal-lexical v0.2.1
7032025-03-01T04:12:06.920Z Downloaded compact_str v0.8.0
7042025-03-01T04:12:06.925Z Downloaded want v0.3.1
7052025-03-01T04:12:06.927Z Downloaded heapless v0.7.17
7062025-03-01T04:12:06.931Z Downloaded simd-adler32 v0.3.7
7072025-03-01T04:12:06.934Z Downloaded parking_lot_core v0.9.10
7082025-03-01T04:12:06.937Z Downloaded tracing-core v0.1.32
7092025-03-01T04:12:06.940Z Downloaded tabled_derive v0.10.0
7102025-03-01T04:12:06.944Z Downloaded num-conv v0.1.0
7112025-03-01T04:12:06.944Z Downloaded similar v2.7.0
7122025-03-01T04:12:06.948Z Downloaded downcast v0.11.0
7132025-03-01T04:12:06.951Z Downloaded termcolor v1.4.1
7142025-03-01T04:12:06.954Z Downloaded universal-hash v0.5.1
7152025-03-01T04:12:06.954Z Downloaded tap v1.0.1
7162025-03-01T04:12:06.954Z Downloaded crc-any v2.5.0
7172025-03-01T04:12:06.957Z Downloaded wyz v0.5.1
7182025-03-01T04:12:06.960Z Downloaded pin-project-lite v0.2.14
7192025-03-01T04:12:06.964Z Downloaded bytes v1.10.0
7202025-03-01T04:12:06.970Z Downloaded hickory-server v0.24.4
7212025-03-01T04:12:06.978Z Downloaded num_threads v0.1.7
7222025-03-01T04:12:06.981Z Downloaded sct v0.7.1
7232025-03-01T04:12:06.984Z Downloaded take_mut v0.2.2
7242025-03-01T04:12:06.984Z Downloaded rand_seeder v0.3.0
7252025-03-01T04:12:06.991Z Downloaded dyn-clone v1.0.18
7262025-03-01T04:12:06.995Z Downloaded utf-8 v0.7.6
7272025-03-01T04:12:06.995Z Downloaded snafu-derive v0.8.5
7282025-03-01T04:12:06.995Z Downloaded ghash v0.5.1
7292025-03-01T04:12:06.995Z Downloaded deranged v0.3.11
7302025-03-01T04:12:06.999Z Downloaded foreign-types-shared v0.1.1
7312025-03-01T04:12:06.999Z Downloaded writeable v0.5.5
7322025-03-01T04:12:06.999Z Downloaded getrandom v0.2.15
7332025-03-01T04:12:07.002Z Downloaded num_enum_derive v0.5.11
7342025-03-01T04:12:07.005Z Downloaded quick-error v1.2.3
7352025-03-01T04:12:07.005Z Downloaded powerfmt v0.2.0
7362025-03-01T04:12:07.009Z Downloaded num_enum v0.5.11
7372025-03-01T04:12:07.012Z Downloaded num-integer v0.1.46
7382025-03-01T04:12:07.016Z Downloaded num-derive v0.4.2
7392025-03-01T04:12:07.020Z Downloaded nodrop v0.1.14
7402025-03-01T04:12:07.020Z Downloaded utf16_iter v1.0.5
7412025-03-01T04:12:07.020Z Downloaded term v0.7.0
7422025-03-01T04:12:07.025Z Downloaded libxml v0.3.3
7432025-03-01T04:12:07.031Z Downloaded oso-derive v0.27.3
7442025-03-01T04:12:07.034Z Downloaded multer v3.1.0
7452025-03-01T04:12:07.038Z Downloaded derive_builder v0.20.2
7462025-03-01T04:12:07.042Z Downloaded pbkdf2 v0.12.2
7472025-03-01T04:12:07.046Z Downloaded path-slash v0.1.5
7482025-03-01T04:12:07.046Z Downloaded signal-hook-tokio v0.3.1
7492025-03-01T04:12:07.046Z Downloaded ecdsa v0.16.9
7502025-03-01T04:12:07.050Z Downloaded signal-hook-registry v1.4.2
7512025-03-01T04:12:07.050Z Downloaded typify v0.3.0
7522025-03-01T04:12:07.054Z Downloaded psl-types v2.0.11
7532025-03-01T04:12:07.058Z Downloaded cc v1.2.15
7542025-03-01T04:12:07.060Z Downloaded zone_cfg_derive v0.1.2
7552025-03-01T04:12:07.066Z Downloaded progenitor-macro v0.8.0
7562025-03-01T04:12:07.066Z Downloaded native-tls v0.2.12
7572025-03-01T04:12:07.071Z Downloaded socket2 v0.5.8
7582025-03-01T04:12:07.071Z Downloaded ron v0.8.1
7592025-03-01T04:12:07.077Z Downloaded fallible-iterator v0.2.0
7602025-03-01T04:12:07.081Z Downloaded try-lock v0.2.5
7612025-03-01T04:12:07.081Z Downloaded progenitor-macro v0.9.1
7622025-03-01T04:12:07.081Z Downloaded enum-as-inner v0.6.1
7632025-03-01T04:12:07.085Z Downloaded difflib v0.4.0
7642025-03-01T04:12:07.085Z Downloaded itertools v0.10.5
7652025-03-01T04:12:07.090Z Downloaded getrandom v0.3.1
7662025-03-01T04:12:07.094Z Downloaded num-rational v0.4.2
7672025-03-01T04:12:07.106Z Downloaded shell-words v1.1.0
7682025-03-01T04:12:07.111Z Downloaded thread_local v1.1.8
7692025-03-01T04:12:07.111Z Downloaded rustfmt-wrapper v0.2.1
7702025-03-01T04:12:07.111Z Downloaded zerofrom v0.1.4
7712025-03-01T04:12:07.112Z Downloaded derive-where v1.2.7
7722025-03-01T04:12:07.112Z Downloaded shlex v1.3.0
7732025-03-01T04:12:07.112Z Downloaded hyper v1.6.0
7742025-03-01T04:12:07.116Z Downloaded resolv-conf v0.7.0
7752025-03-01T04:12:07.121Z Downloaded phf_shared v0.10.0
7762025-03-01T04:12:07.121Z Downloaded rustversion v1.0.17
7772025-03-01T04:12:07.125Z Downloaded tls_codec_derive v0.4.1
7782025-03-01T04:12:07.128Z Downloaded tinystr v0.7.6
7792025-03-01T04:12:07.128Z Downloaded tiny-keccak v2.0.2
7802025-03-01T04:12:07.133Z Downloaded sqlparser_derive v0.2.2
7812025-03-01T04:12:07.133Z Downloaded ssh-encoding v0.2.0
7822025-03-01T04:12:07.136Z Downloaded yoke-derive v0.7.4
7832025-03-01T04:12:07.136Z Downloaded defmt-parser v0.3.4
7842025-03-01T04:12:07.139Z Downloaded dropshot_endpoint v0.12.0
7852025-03-01T04:12:07.139Z Downloaded rsa v0.9.6
7862025-03-01T04:12:07.145Z Downloaded unicode-xid v0.2.6
7872025-03-01T04:12:07.148Z Downloaded topological-sort v0.2.2
7882025-03-01T04:12:07.148Z Downloaded itertools v0.14.0
7892025-03-01T04:12:07.157Z Downloaded toml v0.7.8
7902025-03-01T04:12:07.161Z Downloaded pkg-config v0.3.31
7912025-03-01T04:12:07.165Z Downloaded either v1.14.0
7922025-03-01T04:12:07.168Z Downloaded dirs-next v2.0.0
7932025-03-01T04:12:07.168Z Downloaded aes v0.8.4
7942025-03-01T04:12:07.171Z Downloaded tinyvec_macros v0.1.1
7952025-03-01T04:12:07.171Z Downloaded russh-cryptovec v0.7.3
7962025-03-01T04:12:07.174Z Downloaded typify v0.2.0
7972025-03-01T04:12:07.178Z Downloaded zip v0.6.6
7982025-03-01T04:12:07.181Z Downloaded phf v0.11.2
7992025-03-01T04:12:07.184Z Downloaded twox-hash v2.1.0
8002025-03-01T04:12:07.187Z Downloaded newtype_derive v0.1.6
8012025-03-01T04:12:07.187Z Downloaded write16 v1.0.0
8022025-03-01T04:12:07.190Z Downloaded predicates-tree v1.0.11
8032025-03-01T04:12:07.190Z Downloaded phf_generator v0.11.2
8042025-03-01T04:12:07.196Z Downloaded group v0.13.0
8052025-03-01T04:12:07.196Z Downloaded time-macros v0.2.18
8062025-03-01T04:12:07.199Z Downloaded predicates-core v1.0.8
8072025-03-01T04:12:07.199Z Downloaded predicates v3.1.3
8082025-03-01T04:12:07.202Z Downloaded newline-converter v0.3.0
8092025-03-01T04:12:07.202Z Downloaded hkdf v0.12.4
8102025-03-01T04:12:07.205Z Downloaded ssh-cipher v0.2.0
8112025-03-01T04:12:07.209Z Downloaded futures-sink v0.3.31
8122025-03-01T04:12:07.209Z Downloaded float-cmp v0.10.0
8132025-03-01T04:12:07.212Z Downloaded unicode-bidi v0.3.17
8142025-03-01T04:12:07.212Z Downloaded rustc_version v0.1.7
8152025-03-01T04:12:07.215Z Downloaded phf_shared v0.11.2
8162025-03-01T04:12:07.215Z Downloaded utf8_iter v1.0.4
8172025-03-01T04:12:07.219Z Downloaded dropshot_endpoint v0.16.0
8182025-03-01T04:12:07.223Z Downloaded uzers v0.12.1
8192025-03-01T04:12:07.223Z Downloaded slab v0.4.9
8202025-03-01T04:12:07.227Z Downloaded nibble_vec v0.1.0
8212025-03-01T04:12:07.227Z Downloaded globset v0.4.15
8222025-03-01T04:12:07.230Z Downloaded futures-macro v0.3.31
8232025-03-01T04:12:07.230Z Downloaded foreign-types-macros v0.2.3
8242025-03-01T04:12:07.230Z Downloaded olpc-cjson v0.1.4
8252025-03-01T04:12:07.233Z Downloaded diesel_table_macro_syntax v0.2.0
8262025-03-01T04:12:07.233Z Downloaded crossterm v0.28.1
8272025-03-01T04:12:07.241Z Downloaded progenitor-client v0.9.1
8282025-03-01T04:12:07.245Z Downloaded rustc-hash v2.1.1
8292025-03-01T04:12:07.245Z Downloaded openssl-probe v0.1.5
8302025-03-01T04:12:07.248Z Downloaded termtree v0.5.1
8312025-03-01T04:12:07.248Z Downloaded slog-async v2.8.0
8322025-03-01T04:12:07.251Z Downloaded filetime v0.2.25
8332025-03-01T04:12:07.251Z Downloaded paste v1.0.15
8342025-03-01T04:12:07.256Z Downloaded rand_chacha v0.3.1
8352025-03-01T04:12:07.259Z Downloaded new_debug_unreachable v1.0.6
8362025-03-01T04:12:07.259Z Downloaded password-hash v0.5.0
8372025-03-01T04:12:07.262Z Downloaded signal-hook v0.3.17
8382025-03-01T04:12:07.265Z Downloaded x509-cert v0.2.5
8392025-03-01T04:12:07.271Z Downloaded parse-size v1.1.0
8402025-03-01T04:12:07.274Z Downloaded itertools v0.13.0
8412025-03-01T04:12:07.281Z Downloaded packed_struct_codegen v0.10.1
8422025-03-01T04:12:07.284Z Downloaded which v4.4.2
8432025-03-01T04:12:07.284Z Downloaded tokio-tungstenite v0.24.0
8442025-03-01T04:12:07.287Z Downloaded serde_derive_internals v0.29.1
8452025-03-01T04:12:07.290Z Downloaded parking_lot v0.11.2
8462025-03-01T04:12:07.294Z Downloaded ppv-lite86 v0.2.20
8472025-03-01T04:12:07.294Z Downloaded diff v0.1.13
8482025-03-01T04:12:07.297Z Downloaded env_filter v0.1.2
8492025-03-01T04:12:07.300Z Downloaded qorb v0.2.1
8502025-03-01T04:12:07.305Z Downloaded percent-encoding v2.3.1
8512025-03-01T04:12:07.309Z Downloaded peg-runtime v0.8.3
8522025-03-01T04:12:07.309Z Downloaded prettyplease v0.2.29
8532025-03-01T04:12:07.314Z Downloaded tokio-tungstenite v0.23.1
8542025-03-01T04:12:07.317Z Downloaded whoami v1.5.2
8552025-03-01T04:12:07.317Z Downloaded rustc-demangle v0.1.24
8562025-03-01T04:12:07.320Z Downloaded hashbrown v0.12.3
8572025-03-01T04:12:07.323Z Downloaded unicode-truncate v1.1.0
8582025-03-01T04:12:07.326Z Downloaded ff v0.13.0
8592025-03-01T04:12:07.330Z Downloaded schemars v0.8.22
8602025-03-01T04:12:07.341Z Downloaded precomputed-hash v0.1.1
8612025-03-01T04:12:07.344Z Downloaded opaque-debug v0.3.1
8622025-03-01T04:12:07.344Z Downloaded number_prefix v0.4.0
8632025-03-01T04:12:07.344Z Downloaded structmeta v0.3.0
8642025-03-01T04:12:07.347Z Downloaded thiserror-no-std v2.0.2
8652025-03-01T04:12:07.350Z Downloaded xattr v1.3.1
8662025-03-01T04:12:07.353Z Downloaded xz2 v0.1.7
8672025-03-01T04:12:07.356Z Downloaded tokio-util v0.7.13
8682025-03-01T04:12:07.362Z Downloaded thiserror-impl-no-std v2.0.2
8692025-03-01T04:12:07.366Z Downloaded tls_codec v0.4.1
8702025-03-01T04:12:07.366Z Downloaded rand_core v0.9.2
8712025-03-01T04:12:07.369Z Downloaded papergrid v0.14.0
8722025-03-01T04:12:07.372Z Downloaded tower-service v0.3.3
8732025-03-01T04:12:07.376Z Downloaded aes-gcm v0.10.3
8742025-03-01T04:12:07.379Z Downloaded tokio-native-tls v0.3.1
8752025-03-01T04:12:07.384Z Downloaded rfc6979 v0.4.0
8762025-03-01T04:12:07.384Z Downloaded tinyvec v1.8.0
8772025-03-01T04:12:07.389Z Downloaded slog v2.7.0
8782025-03-01T04:12:07.393Z Downloaded fatfs v0.3.6
8792025-03-01T04:12:07.393Z Downloaded oso v0.27.3
8802025-03-01T04:12:07.397Z Downloaded rustls-pemfile v2.2.0
8812025-03-01T04:12:07.401Z Downloaded num-bigint v0.4.6
8822025-03-01T04:12:07.404Z Downloaded proc-macro-error-attr2 v2.0.0
8832025-03-01T04:12:07.407Z Downloaded zone_cfg_derive v0.3.0
8842025-03-01T04:12:07.407Z Downloaded tracing v0.1.40
8852025-03-01T04:12:07.412Z Downloaded rayon-core v1.12.1
8862025-03-01T04:12:07.415Z Downloaded peg v0.8.4
8872025-03-01T04:12:07.419Z Downloaded mockall v0.13.1
8882025-03-01T04:12:07.422Z Downloaded tokio-macros v2.5.0
8892025-03-01T04:12:07.426Z Downloaded rtoolbox v0.0.2
8902025-03-01T04:12:07.426Z Downloaded progenitor-impl v0.9.1
8912025-03-01T04:12:07.429Z Downloaded der v0.7.9
8922025-03-01T04:12:07.433Z Downloaded tower-layer v0.3.3
8932025-03-01T04:12:07.438Z Downloaded r2d2 v0.8.10
8942025-03-01T04:12:07.438Z Downloaded foreign-types v0.5.0
8952025-03-01T04:12:07.438Z Downloaded radium v0.7.0
8962025-03-01T04:12:07.441Z Downloaded zone v0.3.0
8972025-03-01T04:12:07.441Z Downloaded yoke v0.7.4
8982025-03-01T04:12:07.441Z Downloaded env_logger v0.10.2
8992025-03-01T04:12:07.444Z Downloaded unsafe-libyaml v0.2.11
9002025-03-01T04:12:07.448Z Downloaded zone v0.1.8
9012025-03-01T04:12:07.451Z Downloaded glob v0.3.2
9022025-03-01T04:12:07.451Z Downloaded zerovec-derive v0.10.3
9032025-03-01T04:12:07.454Z Downloaded steno v0.4.1
9042025-03-01T04:12:07.457Z Downloaded termtree v0.4.1
9052025-03-01T04:12:07.462Z Downloaded yasna v0.5.2
9062025-03-01T04:12:07.462Z Downloaded rayon v1.10.0
9072025-03-01T04:12:07.470Z Downloaded serde_urlencoded v0.7.1
9082025-03-01T04:12:07.473Z Downloaded serde_with_macros v3.12.0
9092025-03-01T04:12:07.476Z Downloaded icu_properties_data v1.5.0
9102025-03-01T04:12:07.487Z Downloaded funty v2.0.0
9112025-03-01T04:12:07.491Z Downloaded form_urlencoded v1.2.1
9122025-03-01T04:12:07.491Z Downloaded termios v0.3.3
9132025-03-01T04:12:07.496Z Downloaded structmeta-derive v0.3.0
9142025-03-01T04:12:07.496Z Downloaded derive_builder_macro v0.20.2
9152025-03-01T04:12:07.496Z Downloaded password-hash v0.4.2
9162025-03-01T04:12:07.499Z Downloaded foreign-types-shared v0.3.1
9172025-03-01T04:12:07.499Z Downloaded diesel_derives v2.2.3
9182025-03-01T04:12:07.503Z Downloaded oxnet v0.1.1
9192025-03-01T04:12:07.506Z Downloaded test-strategy v0.4.0
9202025-03-01T04:12:07.509Z Downloaded quinn-udp v0.5.5
9212025-03-01T04:12:07.509Z Downloaded unicode-normalization v0.1.24
9222025-03-01T04:12:07.515Z Downloaded hash32 v0.3.1
9232025-03-01T04:12:07.522Z Downloaded pkcs1 v0.7.5
9242025-03-01T04:12:07.522Z Downloaded derive_more v0.99.19
9252025-03-01T04:12:07.526Z Downloaded num-bigint-dig v0.8.4
9262025-03-01T04:12:07.529Z Downloaded tokio-stream v0.1.17
9272025-03-01T04:12:07.533Z Downloaded portable-atomic v1.9.0
9282025-03-01T04:12:07.540Z Downloaded pin-utils v0.1.0
9292025-03-01T04:12:07.543Z Downloaded spin v0.9.8
9302025-03-01T04:12:07.546Z Downloaded time v0.3.36
9312025-03-01T04:12:07.552Z Downloaded unicode-properties v0.1.3
9322025-03-01T04:12:07.555Z Downloaded expectorate v1.1.0
9332025-03-01T04:12:07.559Z Downloaded bindgen v0.71.1
9342025-03-01T04:12:07.566Z Downloaded daft v0.1.1
9352025-03-01T04:12:07.569Z Downloaded elliptic-curve v0.13.8
9362025-03-01T04:12:07.573Z Downloaded des v0.8.1
9372025-03-01T04:12:07.577Z Downloaded peg-macros v0.8.4
9382025-03-01T04:12:07.577Z Downloaded typed-path v0.9.3
9392025-03-01T04:12:07.584Z Downloaded slog-envlogger v2.2.0
9402025-03-01T04:12:07.587Z Downloaded untrusted v0.7.1
9412025-03-01T04:12:07.587Z Downloaded quick-xml v0.37.2
9422025-03-01T04:12:07.593Z Downloaded derive_builder_core v0.20.2
9432025-03-01T04:12:07.596Z Downloaded der_derive v0.7.3
9442025-03-01T04:12:07.600Z Downloaded hash32 v0.2.1
9452025-03-01T04:12:07.600Z Downloaded slog-json v2.6.1
9462025-03-01T04:12:07.604Z Downloaded env_logger v0.11.5
9472025-03-01T04:12:07.608Z Downloaded vergen v8.3.2
9482025-03-01T04:12:07.608Z Downloaded tokio-rustls v0.25.0
9492025-03-01T04:12:07.613Z Downloaded daft-derive v0.1.1
9502025-03-01T04:12:07.616Z Downloaded slog-stdlog v4.1.1
9512025-03-01T04:12:07.616Z Downloaded diesel-dtrace v0.4.2
9522025-03-01T04:12:07.619Z Downloaded half v2.4.1
9532025-03-01T04:12:07.623Z Downloaded hashbrown v0.13.2
9542025-03-01T04:12:07.626Z Downloaded p256 v0.13.2
9552025-03-01T04:12:07.629Z Downloaded flate2 v1.1.0
9562025-03-01T04:12:07.634Z Downloaded slog-term v2.9.1
9572025-03-01T04:12:07.637Z Downloaded rand_chacha v0.9.0
9582025-03-01T04:12:07.640Z Downloaded tokio-rustls v0.26.0
9592025-03-01T04:12:07.643Z Downloaded rcgen v0.12.1
9602025-03-01T04:12:07.647Z Downloaded zerovec v0.10.4
9612025-03-01T04:12:07.651Z Downloaded tough v0.19.0
9622025-03-01T04:12:07.659Z Downloaded zopfli v0.8.1
9632025-03-01T04:12:07.662Z Downloaded smoltcp v0.9.1
9642025-03-01T04:12:07.675Z Downloaded openssl-sys v0.9.106
9652025-03-01T04:12:07.680Z Downloaded futures-channel v0.3.31
9662025-03-01T04:12:07.683Z Downloaded value-bag v1.9.0
9672025-03-01T04:12:07.686Z Downloaded pin-project v1.1.6
9682025-03-01T04:12:07.698Z Downloaded poly1305 v0.8.0
9692025-03-01T04:12:07.701Z Downloaded mio v1.0.2
9702025-03-01T04:12:07.706Z Downloaded rand v0.9.0
9712025-03-01T04:12:07.711Z Downloaded p521 v0.13.3
9722025-03-01T04:12:07.715Z Downloaded h2 v0.4.6
9732025-03-01T04:12:07.723Z Downloaded pkcs8 v0.10.2
9742025-03-01T04:12:07.727Z Downloaded serde_yaml v0.9.34+deprecated
9752025-03-01T04:12:07.731Z Downloaded serde-hex v0.1.0
9762025-03-01T04:12:07.734Z Downloaded chrono v0.4.40
9772025-03-01T04:12:07.741Z Downloaded winnow v0.6.20
9782025-03-01T04:12:07.752Z Downloaded unicode-segmentation v1.12.0
9792025-03-01T04:12:07.755Z Downloaded serde_with v3.12.0
9802025-03-01T04:12:07.765Z Downloaded object v0.30.4
9812025-03-01T04:12:07.776Z Downloaded ssh-key v0.6.6
9822025-03-01T04:12:07.783Z Downloaded unicode_categories v0.1.1
9832025-03-01T04:12:07.786Z Downloaded winnow v0.5.40
9842025-03-01T04:12:07.814Z Downloaded reedline v0.38.0
9852025-03-01T04:12:07.824Z Downloaded smoltcp v0.11.0
9862025-03-01T04:12:07.841Z Downloaded petname v2.0.2
9872025-03-01T04:12:07.849Z Downloaded rustls v0.23.19
9882025-03-01T04:12:07.861Z Downloaded rustls v0.22.4
9892025-03-01T04:12:07.873Z Downloaded regex-syntax v0.6.29
9902025-03-01T04:12:07.881Z Downloaded hickory-proto v0.24.4
9912025-03-01T04:12:07.896Z Downloaded rustls-webpki v0.102.8
9922025-03-01T04:12:07.917Z Downloaded zerocopy v0.8.10
9932025-03-01T04:12:07.938Z Downloaded regress v0.10.3
9942025-03-01T04:12:07.947Z Downloaded dropshot v0.12.0
9952025-03-01T04:12:07.965Z Downloaded radix_trie v0.2.1
9962025-03-01T04:12:07.970Z Downloaded object v0.36.5
9972025-03-01T04:12:07.983Z Downloaded chrono-tz v0.10.1
9982025-03-01T04:12:07.990Z Downloaded rustls v0.21.12
9992025-03-01T04:12:08.006Z Downloaded nix v0.27.1
10002025-03-01T04:12:08.013Z Downloaded nix v0.28.0
10012025-03-01T04:12:08.023Z Downloaded vcpkg v0.2.15
10022025-03-01T04:12:08.063Z Downloaded curve25519-dalek v4.1.3
10032025-03-01T04:12:08.075Z Downloaded openssl v0.10.71
10042025-03-01T04:12:08.079Z Downloaded git2 v0.19.0
10052025-03-01T04:12:08.089Z Downloaded regex v1.11.1
10062025-03-01T04:12:08.101Z Downloaded diesel v2.2.7
10072025-03-01T04:12:08.122Z Downloaded polar-core v0.27.3
10082025-03-01T04:12:08.131Z Downloaded openapiv3 v2.0.0
10092025-03-01T04:12:08.141Z Downloaded typify-impl v0.2.0
10102025-03-01T04:12:08.154Z Downloaded sled v0.34.7
10112025-03-01T04:12:08.164Z Downloaded gimli v0.31.1
10122025-03-01T04:12:08.174Z Downloaded typify-impl v0.3.0
10132025-03-01T04:12:08.188Z Downloaded p384 v0.13.0
10142025-03-01T04:12:08.196Z Downloaded regex-syntax v0.8.5
10152025-03-01T04:12:08.205Z Downloaded nix v0.29.0
10162025-03-01T04:12:08.215Z Downloaded dropshot v0.16.0
10172025-03-01T04:12:08.238Z Downloaded webpki-roots v0.26.6
10182025-03-01T04:12:08.242Z Downloaded lzma-sys v0.1.20
10192025-03-01T04:12:08.271Z Downloaded unicode-width v0.2.0
10202025-03-01T04:12:08.277Z Downloaded zerocopy-derive v0.6.6
10212025-03-01T04:12:08.285Z Downloaded ratatui v0.29.0
10222025-03-01T04:12:08.306Z Downloaded regex-automata v0.4.8
10232025-03-01T04:12:08.322Z Downloaded bzip2-sys v0.1.11+1.0.8
10242025-03-01T04:12:08.334Z Downloaded libz-sys v1.1.20
10252025-03-01T04:12:08.356Z Downloaded salty v0.3.0
10262025-03-01T04:12:08.363Z Downloaded rustls-webpki v0.101.7
10272025-03-01T04:12:08.379Z Downloaded petgraph v0.7.1
10282025-03-01T04:12:08.395Z Downloaded reqwest v0.12.12
10292025-03-01T04:12:08.404Z Downloaded parse-zoneinfo v0.3.1
10302025-03-01T04:12:08.407Z Downloaded sqlparser v0.45.0
10312025-03-01T04:12:08.416Z Downloaded petgraph v0.6.5
10322025-03-01T04:12:08.429Z Downloaded tabled v0.18.0
10332025-03-01T04:12:08.446Z Downloaded quinn-proto v0.11.8
10342025-03-01T04:12:08.452Z Downloaded proc-macro-crate v1.3.1
10352025-03-01T04:12:08.456Z Downloaded csv v1.3.1
10362025-03-01T04:12:08.474Z Downloaded stringprep v0.1.5
10372025-03-01T04:12:08.480Z Downloaded scrypt v0.11.0
10382025-03-01T04:12:08.480Z Downloaded siphasher v0.3.11
10392025-03-01T04:12:08.480Z Downloaded tokio v1.43.0
10402025-03-01T04:12:08.519Z Downloaded untrusted v0.9.0
10412025-03-01T04:12:08.523Z Downloaded tower v0.5.2
10422025-03-01T04:12:08.530Z Downloaded strip-ansi-escapes v0.2.0
10432025-03-01T04:12:08.534Z Downloaded fs_extra v1.3.0
10442025-03-01T04:12:08.534Z Downloaded ref-cast-impl v1.0.23
10452025-03-01T04:12:08.537Z Downloaded proptest v1.6.0
10462025-03-01T04:12:08.544Z Downloaded futures-util v0.3.31
10472025-03-01T04:12:08.559Z Downloaded lalrpop v0.19.12
10482025-03-01T04:12:08.569Z Downloaded sha3 v0.10.8
10492025-03-01T04:12:08.574Z Downloaded bindgen v0.69.5
10502025-03-01T04:12:08.582Z Downloaded tokio-tungstenite v0.21.0
10512025-03-01T04:12:08.585Z Downloaded url v2.5.3
10522025-03-01T04:12:08.588Z Downloaded fixedbitset v0.4.2
10532025-03-01T04:12:08.591Z Downloaded bitvec v1.0.1
10542025-03-01T04:12:08.604Z Downloaded primeorder v0.13.6
10552025-03-01T04:12:08.607Z Downloaded fragile v2.0.0
10562025-03-01T04:12:08.610Z Downloaded sqlformat v0.2.6
10572025-03-01T04:12:08.610Z Downloaded foreign-types v0.3.2
10582025-03-01T04:12:08.610Z Downloaded flagset v0.4.6
10592025-03-01T04:12:08.613Z Downloaded mockall_derive v0.13.1
10602025-03-01T04:12:08.613Z Downloaded rustls-pki-types v1.10.0
10612025-03-01T04:12:08.617Z Downloaded pem-rfc7468 v0.7.0
10622025-03-01T04:12:08.620Z Downloaded zerocopy-derive v0.8.10
10632025-03-01T04:12:08.626Z Downloaded spki v0.7.3
10642025-03-01T04:12:08.629Z Downloaded synstructure v0.13.1
10652025-03-01T04:12:08.629Z Downloaded omicron-zone-package v0.12.0
10662025-03-01T04:12:08.633Z Downloaded darling_core v0.20.10
10672025-03-01T04:12:08.637Z Downloaded uuid v1.15.1
10682025-03-01T04:12:08.640Z Downloaded scopeguard v1.2.0
10692025-03-01T04:12:08.643Z Downloaded salsa20 v0.10.2
10702025-03-01T04:12:08.643Z Downloaded parking_lot_core v0.8.6
10712025-03-01T04:12:08.647Z Downloaded encoding_rs v0.8.34
10722025-03-01T04:12:08.669Z Downloaded walkdir v2.5.0
10732025-03-01T04:12:08.672Z Downloaded futures v0.3.31
10742025-03-01T04:12:08.675Z Downloaded russh-keys v0.45.0
10752025-03-01T04:12:08.680Z Downloaded rustyline v14.0.0
10762025-03-01T04:12:08.683Z Downloaded publicsuffix v2.3.0
10772025-03-01T04:12:08.686Z Downloaded ed25519-dalek v2.1.1
10782025-03-01T04:12:08.689Z Downloaded blake3 v1.5.4
10792025-03-01T04:12:08.696Z Downloaded newtype-uuid v1.2.1
10802025-03-01T04:12:08.699Z Downloaded embedded-io v0.4.0
10812025-03-01T04:12:08.699Z Downloaded parking_lot v0.12.3
10822025-03-01T04:12:08.703Z Downloaded nom v7.1.3
10832025-03-01T04:12:08.707Z Downloaded tracing-attributes v0.1.27
10842025-03-01T04:12:08.711Z Downloaded zip v2.1.3
10852025-03-01T04:12:08.714Z Downloaded fd-lock v4.0.2
10862025-03-01T04:12:08.718Z Downloaded futures-io v0.3.31
10872025-03-01T04:12:08.718Z Downloaded fixedbitset v0.5.7
10882025-03-01T04:12:08.721Z Downloaded tungstenite v0.23.0
10892025-03-01T04:12:08.725Z Downloaded ring v0.17.11
10902025-03-01T04:12:08.766Z Downloaded tungstenite v0.21.0
10912025-03-01T04:12:08.771Z Downloaded time-core v0.1.2
10922025-03-01T04:12:08.775Z Downloaded futures-task v0.3.31
10932025-03-01T04:12:08.775Z Downloaded futures-core v0.3.31
10942025-03-01T04:12:08.775Z Downloaded libgit2-sys v0.17.0+1.8.1
10952025-03-01T04:12:08.834Z Downloaded slog-dtrace v0.3.0
10962025-03-01T04:12:08.837Z Downloaded tokio-postgres v0.7.13
10972025-03-01T04:12:08.840Z Downloaded serde_repr v0.1.19
10982025-03-01T04:12:08.850Z Downloaded serde_path_to_error v0.1.16
10992025-03-01T04:12:08.850Z Downloaded pkcs5 v0.7.1
11002025-03-01T04:12:08.854Z Downloaded num-traits v0.2.19
11012025-03-01T04:12:08.854Z Downloaded tar v0.4.44
11022025-03-01T04:12:08.857Z Downloaded static_assertions v1.1.0
11032025-03-01T04:12:08.857Z Downloaded stable_deref_trait v1.2.0
11042025-03-01T04:12:08.857Z Downloaded scheduled-thread-pool v0.2.7
11052025-03-01T04:12:08.857Z Downloaded pbkdf2 v0.11.0
11062025-03-01T04:12:08.860Z Downloaded rand v0.8.5
11072025-03-01T04:12:08.863Z Downloaded schemars_derive v0.8.22
11082025-03-01T04:12:08.864Z Downloaded rustc_version v0.4.1
11092025-03-01T04:12:08.866Z Downloaded postgres-types v0.2.9
11102025-03-01T04:12:08.869Z Downloaded postgres-protocol v0.6.8
11112025-03-01T04:12:08.870Z Downloaded num-complex v0.4.6
11122025-03-01T04:12:08.873Z Downloaded itertools v0.12.1
11132025-03-01T04:12:08.878Z Downloaded idna v1.0.3
11142025-03-01T04:12:08.883Z Downloaded ed25519 v2.2.3
11152025-03-01T04:12:08.888Z Downloaded darling v0.20.10
11162025-03-01T04:12:08.891Z Downloaded flume v0.11.1
11172025-03-01T04:12:08.894Z Downloaded toml_edit v0.19.15
11182025-03-01T04:12:08.908Z Downloaded smallvec v0.6.14
11192025-03-01T04:12:08.911Z Downloaded libm v0.2.8
11202025-03-01T04:12:08.916Z Downloaded displaydoc v0.2.5
11212025-03-01T04:12:08.920Z Downloaded smallvec v1.14.0
11222025-03-01T04:12:08.923Z Downloaded postcard v1.0.10
11232025-03-01T04:12:08.926Z Downloaded num-iter v0.1.45
11242025-03-01T04:12:08.926Z Downloaded document-features v0.2.10
11252025-03-01T04:12:08.929Z Downloaded owo-colors v4.2.0
11262025-03-01T04:12:08.929Z Downloaded zerocopy v0.6.6
11272025-03-01T04:12:08.932Z Downloaded tungstenite v0.24.0
11282025-03-01T04:12:08.935Z Downloaded snafu v0.8.5
11292025-03-01T04:12:08.941Z Downloaded const_format v0.2.34
11302025-03-01T04:12:08.946Z Downloaded bumpalo v3.16.0
11312025-03-01T04:12:08.949Z Downloaded pin-project-internal v1.1.6
11322025-03-01T04:12:08.952Z Downloaded quinn v0.11.5
11332025-03-01T04:12:08.955Z Downloaded tui-tree-widget v0.23.0
11342025-03-01T04:12:08.955Z Downloaded tabwriter v1.4.0
11352025-03-01T04:12:08.958Z Downloaded chacha20poly1305 v0.10.1
11362025-03-01T04:12:08.958Z Downloaded signature v2.2.0
11372025-03-01T04:12:08.958Z Downloaded secrecy v0.8.0
11382025-03-01T04:12:08.961Z Downloaded rusty-fork v0.3.0
11392025-03-01T04:12:08.961Z Downloaded sec1 v0.7.3
11402025-03-01T04:12:08.964Z Downloaded normalize-line-endings v0.3.0
11412025-03-01T04:12:08.964Z Downloaded ron v0.7.1
11422025-03-01T04:12:08.968Z Downloaded http v1.2.0
11432025-03-01T04:12:08.972Z Downloaded clang-sys v1.8.1
11442025-03-01T04:12:08.975Z Downloaded progenitor v0.8.0
11452025-03-01T04:12:08.978Z Downloaded futures-executor v0.3.31
11462025-03-01T04:12:08.978Z Downloaded polyval v0.6.2
11472025-03-01T04:12:08.981Z Downloaded crc32fast v1.4.2
11482025-03-01T04:12:08.981Z Downloaded cookie v0.18.1
11492025-03-01T04:12:08.984Z Downloaded const-oid v0.9.6
11502025-03-01T04:12:08.988Z Downloaded crossbeam-epoch v0.9.18
11512025-03-01T04:12:08.991Z Downloaded subprocess v0.2.9
11522025-03-01T04:12:08.991Z Downloaded md-5 v0.10.6
11532025-03-01T04:12:08.994Z Downloaded cookie_store v0.21.1
11542025-03-01T04:12:08.994Z Downloaded const_format_proc_macros v0.2.34
11552025-03-01T04:12:08.997Z Downloaded nu-ansi-term v0.50.1
11562025-03-01T04:12:09.002Z Downloaded async-bb8-diesel v0.2.1
11572025-03-01T04:12:09.005Z Downloaded defmt v0.3.8
11582025-03-01T04:12:09.005Z Downloaded icu_provider v1.5.0
11592025-03-01T04:12:09.008Z Downloaded ciborium-ll v0.2.2
11602025-03-01T04:12:09.008Z Downloaded serde_plain v1.0.2
11612025-03-01T04:12:09.011Z Downloaded rustc-hash v1.1.0
11622025-03-01T04:12:09.011Z Downloaded cipher v0.4.4
11632025-03-01T04:12:09.011Z Downloaded foldhash v0.1.3
11642025-03-01T04:12:09.014Z Downloaded float-ord v0.3.2
11652025-03-01T04:12:09.014Z Downloaded dunce v1.0.5
11662025-03-01T04:12:09.014Z Downloaded wait-timeout v0.2.0
11672025-03-01T04:12:09.017Z Downloaded vsss-rs v3.3.4
11682025-03-01T04:12:09.017Z Downloaded tokio-rustls v0.24.1
11692025-03-01T04:12:09.021Z Downloaded strum_macros v0.26.4
11702025-03-01T04:12:09.025Z Downloaded ref-cast v1.0.23
11712025-03-01T04:12:09.028Z Downloaded litemap v0.7.3
11722025-03-01T04:12:09.028Z Downloaded instability v0.3.2
11732025-03-01T04:12:09.028Z Downloaded colored v2.2.0
11742025-03-01T04:12:09.032Z Downloaded ciborium v0.2.2
11752025-03-01T04:12:09.036Z Downloaded chacha20 v0.9.1
11762025-03-01T04:12:09.036Z Downloaded bit-vec v0.8.0
11772025-03-01T04:12:09.039Z Downloaded zeroize v1.8.1
11782025-03-01T04:12:09.039Z Downloaded zerofrom-derive v0.1.4
11792025-03-01T04:12:09.039Z Downloaded icu_collections v1.5.0
11802025-03-01T04:12:09.044Z Downloaded crc-catalog v2.4.0
11812025-03-01T04:12:09.047Z Downloaded crc v3.2.1
11822025-03-01T04:12:09.053Z Downloaded convert_case v0.4.0
11832025-03-01T04:12:09.056Z Downloaded bzip2 v0.4.4
11842025-03-01T04:12:09.056Z Downloaded buf-list v1.0.3
11852025-03-01T04:12:09.056Z Downloaded base64ct v1.6.0
11862025-03-01T04:12:09.061Z Downloaded arrayref v0.3.9
11872025-03-01T04:12:09.061Z Downloaded mime_guess v2.0.5
11882025-03-01T04:12:09.064Z Downloaded typify-macro v0.2.0
11892025-03-01T04:12:09.064Z Downloaded supports-color v3.0.2
11902025-03-01T04:12:09.064Z Downloaded strum_macros v0.24.3
11912025-03-01T04:12:09.064Z Downloaded castaway v0.2.3
11922025-03-01T04:12:09.067Z Downloaded bitfield-struct v0.6.2
11932025-03-01T04:12:09.067Z Downloaded assert_matches v1.5.0
11942025-03-01T04:12:09.067Z Downloaded block-padding v0.3.3
11952025-03-01T04:12:09.070Z Downloaded bb8 v0.8.5
11962025-03-01T04:12:09.071Z Downloaded hyper-util v0.1.10
11972025-03-01T04:12:09.073Z Downloaded highway v1.3.0
11982025-03-01T04:12:09.079Z Downloaded bitfield v0.14.0
11992025-03-01T04:12:09.079Z Downloaded memoffset v0.9.1
12002025-03-01T04:12:09.082Z Downloaded linked-hash-map v0.5.6
12012025-03-01T04:12:09.083Z Downloaded maybe-uninit v2.0.0
12022025-03-01T04:12:09.083Z Downloaded libefi-sys v0.1.0
12032025-03-01T04:12:09.083Z Downloaded kstat-rs v0.2.4
12042025-03-01T04:12:09.083Z Downloaded idna_adapter v1.2.0
12052025-03-01T04:12:09.083Z Downloaded hex-literal v0.4.1
12062025-03-01T04:12:09.086Z Downloaded crossbeam-channel v0.5.13
12072025-03-01T04:12:09.089Z Downloaded backtrace v0.3.74
12082025-03-01T04:12:09.092Z Downloaded home v0.5.9
12092025-03-01T04:12:09.095Z Downloaded lockfree-object-pool v0.1.6
12102025-03-01T04:12:09.098Z Downloaded linear-map v1.2.0
12112025-03-01T04:12:09.098Z Downloaded lazy_static v1.5.0
12122025-03-01T04:12:09.098Z Downloaded lalrpop-util v0.19.12
12132025-03-01T04:12:09.102Z Downloaded inout v0.1.3
12142025-03-01T04:12:09.102Z Downloaded icu_provider_macros v1.5.0
12152025-03-01T04:12:09.102Z Downloaded hostname v0.4.0
12162025-03-01T04:12:09.105Z Downloaded base64 v0.22.1
12172025-03-01T04:12:09.107Z Downloaded humantime v2.1.0
12182025-03-01T04:12:09.108Z Downloaded heck v0.3.3
12192025-03-01T04:12:09.112Z Downloaded crossbeam-utils v0.8.20
12202025-03-01T04:12:09.350Z Downloaded aws-lc-sys v0.26.0
12212025-03-01T04:12:09.667Z Compiling serde v1.0.218
12222025-03-01T04:12:09.670Z Compiling value-bag v1.9.0
12232025-03-01T04:12:09.670Z Compiling lock_api v0.4.12
12242025-03-01T04:12:09.670Z Compiling scopeguard v1.2.0
12252025-03-01T04:12:09.670Z Compiling typenum v1.17.0
12262025-03-01T04:12:09.821Z Compiling generic-array v0.14.7
12272025-03-01T04:12:09.878Z Compiling syn v2.0.98
12282025-03-01T04:12:09.890Z Compiling getrandom v0.2.15
12292025-03-01T04:12:10.032Z Compiling shlex v1.3.0
12302025-03-01T04:12:10.185Z Compiling rand_core v0.6.4
12312025-03-01T04:12:10.266Z Compiling log v0.4.22
12322025-03-01T04:12:10.367Z Compiling subtle v2.6.1
12332025-03-01T04:12:10.385Z Compiling jobserver v0.1.32
12342025-03-01T04:12:10.416Z Compiling smallvec v1.14.0
12352025-03-01T04:12:10.694Z Compiling const-oid v0.9.6
12362025-03-01T04:12:10.714Z Compiling pin-project-lite v0.2.14
12372025-03-01T04:12:10.731Z Compiling cc v1.2.15
12382025-03-01T04:12:10.796Z Compiling rustix v0.38.37
12392025-03-01T04:12:10.845Z Compiling parking_lot_core v0.9.10
12402025-03-01T04:12:10.990Z Compiling futures-core v0.3.31
12412025-03-01T04:12:11.115Z Compiling spin v0.9.8
12422025-03-01T04:12:11.249Z Compiling signal-hook-registry v1.4.2
12432025-03-01T04:12:11.443Z Compiling mio v1.0.2
12442025-03-01T04:12:11.579Z Compiling aho-corasick v1.1.3
12452025-03-01T04:12:11.890Z Compiling parking_lot v0.12.3
12462025-03-01T04:12:11.927Z Compiling cpufeatures v0.2.14
12472025-03-01T04:12:12.042Z Compiling futures-sink v0.3.31
12482025-03-01T04:12:12.185Z Compiling stable_deref_trait v1.2.0
12492025-03-01T04:12:12.207Z Compiling regex-syntax v0.8.5
12502025-03-01T04:12:12.304Z Compiling either v1.14.0
12512025-03-01T04:12:12.496Z Compiling socket2 v0.5.8
12522025-03-01T04:12:12.648Z Compiling slab v0.4.9
12532025-03-01T04:12:12.715Z Compiling glob v0.3.2
12542025-03-01T04:12:12.718Z Compiling prettyplease v0.2.29
12552025-03-01T04:12:13.226Z Compiling lazy_static v1.5.0
12562025-03-01T04:12:13.362Z Compiling serde_json v1.0.139
12572025-03-01T04:12:13.478Z Compiling minimal-lexical v0.2.1
12582025-03-01T04:12:13.547Z Compiling futures-channel v0.3.31
12592025-03-01T04:12:13.666Z Compiling clang-sys v1.8.1
12602025-03-01T04:12:13.725Z Compiling libloading v0.8.5
12612025-03-01T04:12:13.937Z Compiling nom v7.1.3
12622025-03-01T04:12:13.985Z Compiling pin-utils v0.1.0
12632025-03-01T04:12:14.094Z Compiling futures-task v0.3.31
12642025-03-01T04:12:14.115Z Compiling home v0.5.9
12652025-03-01T04:12:14.334Z Compiling futures-io v0.3.31
12662025-03-01T04:12:14.396Z Compiling bindgen v0.69.5
12672025-03-01T04:12:14.544Z Compiling itertools v0.12.1
12682025-03-01T04:12:14.595Z Compiling allocator-api2 v0.2.18
12692025-03-01T04:12:15.301Z Compiling rustc-hash v1.1.0
12702025-03-01T04:12:15.383Z Compiling lazycell v1.3.0
12712025-03-01T04:12:15.468Z Compiling foldhash v0.1.3
12722025-03-01T04:12:15.574Z Compiling libm v0.2.8
12732025-03-01T04:12:15.785Z Compiling hashbrown v0.15.1
12742025-03-01T04:12:15.940Z Compiling regex-automata v0.4.8
12752025-03-01T04:12:16.167Z Compiling cmake v0.1.51
12762025-03-01T04:12:16.944Z Compiling num-traits v0.2.19
12772025-03-01T04:12:17.025Z Compiling fs_extra v1.3.0
12782025-03-01T04:12:17.255Z Compiling synstructure v0.13.1
12792025-03-01T04:12:17.376Z Compiling cexpr v0.6.0
12802025-03-01T04:12:17.558Z Compiling dunce v1.0.5
12812025-03-01T04:12:17.698Z Compiling pkg-config v0.3.31
12822025-03-01T04:12:18.635Z Compiling getrandom v0.3.1
12832025-03-01T04:12:18.962Z Compiling litemap v0.7.3
12842025-03-01T04:12:18.994Z Compiling writeable v0.5.5
12852025-03-01T04:12:19.339Z Compiling ring v0.17.11
12862025-03-01T04:12:19.365Z Compiling base64ct v1.6.0
12872025-03-01T04:12:19.808Z Compiling paste v1.0.15
12882025-03-01T04:12:19.930Z Compiling pem-rfc7468 v0.7.0
12892025-03-01T04:12:20.404Z Compiling aws-lc-rs v1.12.4
12902025-03-01T04:12:20.561Z Compiling httparse v1.9.5
12912025-03-01T04:12:20.613Z Compiling icu_locid_transform_data v1.5.0
12922025-03-01T04:12:20.716Z Compiling flagset v0.4.6
12932025-03-01T04:12:20.907Z Compiling tracing-core v0.1.32
12942025-03-01T04:12:21.103Z Compiling percent-encoding v2.3.1
12952025-03-01T04:12:21.249Z Compiling regex v1.11.1
12962025-03-01T04:12:21.393Z Compiling rustls-pki-types v1.10.0
12972025-03-01T04:12:21.877Z Compiling icu_properties_data v1.5.0
12982025-03-01T04:12:21.971Z Compiling crossbeam-utils v0.8.20
12992025-03-01T04:12:22.179Z Compiling powerfmt v0.2.0
13002025-03-01T04:12:22.244Z Compiling icu_normalizer_data v1.5.0
13012025-03-01T04:12:22.264Z Compiling serde_derive v1.0.218
13022025-03-01T04:12:22.346Z Compiling zeroize_derive v1.4.2
13032025-03-01T04:12:22.491Z Compiling zerocopy-derive v0.7.35
13042025-03-01T04:12:22.552Z Compiling tokio-macros v2.5.0
13052025-03-01T04:12:22.743Z Compiling zerofrom-derive v0.1.4
13062025-03-01T04:12:23.756Z Compiling zeroize v1.8.1
13072025-03-01T04:12:24.004Z Compiling yoke-derive v0.7.4
13082025-03-01T04:12:24.434Z Compiling zerocopy v0.7.35
13092025-03-01T04:12:24.871Z Compiling thiserror-impl v1.0.69
13102025-03-01T04:12:25.335Z Compiling crypto-common v0.1.6
13112025-03-01T04:12:25.587Z Compiling block-buffer v0.10.4
13122025-03-01T04:12:25.793Z Compiling futures-macro v0.3.31
13132025-03-01T04:12:25.864Z Compiling digest v0.10.7
13142025-03-01T04:12:26.152Z Compiling zerofrom v0.1.4
13152025-03-01T04:12:26.299Z Compiling zerovec-derive v0.10.3
13162025-03-01T04:12:26.332Z Compiling hmac v0.12.1
13172025-03-01T04:12:26.360Z Compiling displaydoc v0.2.5
13182025-03-01T04:12:26.489Z Compiling yoke v0.7.4
13192025-03-01T04:12:26.569Z Compiling block-padding v0.3.3
13202025-03-01T04:12:26.814Z Compiling inout v0.1.3
13212025-03-01T04:12:26.835Z Compiling ppv-lite86 v0.2.20
13222025-03-01T04:12:27.093Z Compiling cipher v0.4.4
13232025-03-01T04:12:27.297Z Compiling sha2 v0.10.8
13242025-03-01T04:12:27.565Z Compiling icu_provider_macros v1.5.0
13252025-03-01T04:12:27.574Z Compiling futures-util v0.3.31
13262025-03-01T04:12:27.608Z Compiling der_derive v0.7.3
13272025-03-01T04:12:27.632Z Compiling thiserror v1.0.69
13282025-03-01T04:12:27.786Z Compiling tracing-attributes v0.1.27
13292025-03-01T04:12:27.853Z Compiling pest v2.7.14
13302025-03-01T04:12:28.633Z Compiling salsa20 v0.10.2
13312025-03-01T04:12:28.728Z Compiling zerovec v0.10.4
13322025-03-01T04:12:28.865Z Compiling pbkdf2 v0.12.2
13332025-03-01T04:12:29.065Z Compiling untrusted v0.9.0
13342025-03-01T04:12:29.267Z Compiling num-conv v0.1.0
13352025-03-01T04:12:29.537Z Compiling write16 v1.0.0
13362025-03-01T04:12:29.679Z Compiling untrusted v0.7.1
13372025-03-01T04:12:29.888Z Compiling time-core v0.1.2
13382025-03-01T04:12:29.932Z Compiling der v0.7.9
13392025-03-01T04:12:30.068Z Compiling vcpkg v0.2.15
13402025-03-01T04:12:30.713Z Compiling tinystr v0.7.6
13412025-03-01T04:12:30.805Z Compiling icu_collections v1.5.0
13422025-03-01T04:12:30.833Z Compiling utf8_iter v1.0.4
13432025-03-01T04:12:30.953Z Compiling tracing v0.1.40
13442025-03-01T04:12:31.084Z Compiling icu_locid v1.5.0
13452025-03-01T04:12:31.087Z Compiling utf16_iter v1.0.5
13462025-03-01T04:12:31.301Z Compiling pest_meta v2.7.14
13472025-03-01T04:12:31.445Z Compiling time-macros v0.2.18
13482025-03-01T04:12:31.776Z Compiling openssl-sys v0.9.106
13492025-03-01T04:12:32.084Z Compiling spki v0.7.3
13502025-03-01T04:12:32.466Z Compiling icu_provider v1.5.0
13512025-03-01T04:12:32.933Z Compiling scrypt v0.11.0
13522025-03-01T04:12:33.074Z Compiling cbc v0.1.2
13532025-03-01T04:12:33.336Z Compiling icu_locid_transform v1.5.0
13542025-03-01T04:12:33.365Z Compiling aes v0.8.4
13552025-03-01T04:12:33.440Z Compiling deranged v0.3.11
13562025-03-01T04:12:33.973Z Compiling scroll_derive v0.12.0
13572025-03-01T04:12:34.392Z Compiling num_threads v0.1.7
13582025-03-01T04:12:34.542Z Compiling icu_properties v1.5.1
13592025-03-01T04:12:34.819Z Compiling bitflags v2.6.0
13602025-03-01T04:12:34.899Z Compiling bytes v1.10.0
13612025-03-01T04:12:35.461Z Compiling semver v1.0.25
13622025-03-01T04:12:35.574Z Compiling indexmap v2.7.1
13632025-03-01T04:12:36.089Z Compiling tokio v1.43.0
13642025-03-01T04:12:36.130Z Compiling http v1.2.0
13652025-03-01T04:12:36.243Z Compiling rustc_version v0.4.1
13662025-03-01T04:12:36.909Z Compiling atomic-waker v1.1.2
13672025-03-01T04:12:36.940Z Compiling tinyvec_macros v0.1.1
13682025-03-01T04:12:37.020Z Compiling tinyvec v1.8.0
13692025-03-01T04:12:37.095Z Compiling scroll v0.12.0
13702025-03-01T04:12:37.117Z Compiling time v0.3.36
13712025-03-01T04:12:37.647Z Compiling http-body v1.0.1
13722025-03-01T04:12:37.899Z Compiling pkcs5 v0.7.1
13732025-03-01T04:12:38.157Z Compiling icu_normalizer v1.5.0
13742025-03-01T04:12:38.449Z Compiling pest_generator v2.7.14
13752025-03-01T04:12:38.501Z Compiling rand_chacha v0.3.1
13762025-03-01T04:12:38.978Z Compiling which v4.4.2
13772025-03-01T04:12:39.025Z Compiling form_urlencoded v1.2.1
13782025-03-01T04:12:39.487Z Compiling idna_adapter v1.2.0
13792025-03-01T04:12:39.720Z Compiling try-lock v0.2.5
13802025-03-01T04:12:39.884Z Compiling slog v2.7.0
13812025-03-01T04:12:39.905Z Compiling zerocopy v0.8.10
13822025-03-01T04:12:39.921Z Compiling goblin v0.8.2
13832025-03-01T04:12:40.257Z Compiling pest_derive v2.7.14
13842025-03-01T04:12:40.468Z Compiling want v0.3.1
13852025-03-01T04:12:40.726Z Compiling idna v1.0.3
13862025-03-01T04:12:40.748Z Compiling rand v0.8.5
13872025-03-01T04:12:40.774Z Compiling pkcs8 v0.10.2
13882025-03-01T04:12:41.057Z Compiling uuid v1.15.1
13892025-03-01T04:12:41.440Z Compiling zerocopy-derive v0.8.10
13902025-03-01T04:12:41.714Z Compiling tower-service v0.3.3
13912025-03-01T04:12:41.859Z Compiling iana-time-zone v0.1.61
13922025-03-01T04:12:42.212Z Compiling httpdate v1.0.3
13932025-03-01T04:12:42.250Z Compiling chrono v0.4.40
13942025-03-01T04:12:42.595Z Compiling dtrace-parser v0.2.0
13952025-03-01T04:12:42.779Z Compiling serde_tokenstream v0.2.2
13962025-03-01T04:12:43.397Z Compiling toml_datetime v0.6.8
13972025-03-01T04:12:43.400Z Compiling serde_spanned v0.6.8
13982025-03-01T04:12:43.665Z Compiling match_cfg v0.1.0
13992025-03-01T04:12:43.773Z Compiling openssl v0.10.71
14002025-03-01T04:12:43.867Z Compiling tokio-util v0.7.13
14012025-03-01T04:12:44.178Z Compiling rustversion v1.0.17
14022025-03-01T04:12:44.459Z Compiling adler2 v2.0.0
14032025-03-01T04:12:44.681Z Compiling base64 v0.22.1
14042025-03-01T04:12:44.850Z Compiling h2 v0.4.6
14052025-03-01T04:12:45.068Z Compiling foreign-types-shared v0.1.1
14062025-03-01T04:12:45.200Z Compiling foreign-types v0.3.2
14072025-03-01T04:12:45.336Z Compiling miniz_oxide v0.8.5
14082025-03-01T04:12:45.414Z Compiling hostname v0.3.1
14092025-03-01T04:12:45.478Z Compiling url v2.5.3
14102025-03-01T04:12:45.631Z Compiling dof v0.3.0
14112025-03-01T04:12:46.865Z Compiling usdt-impl v0.5.0
14122025-03-01T04:12:47.120Z Compiling rand_core v0.9.2
14132025-03-01T04:12:47.327Z Compiling openssl-macros v0.1.1
14142025-03-01T04:12:47.543Z Compiling async-trait v0.1.86
14152025-03-01T04:12:48.102Z Compiling serde_derive_internals v0.29.1
14162025-03-01T04:12:48.196Z Compiling dirs-sys-next v0.1.2
14172025-03-01T04:12:48.476Z Compiling rustls v0.23.19
14182025-03-01T04:12:48.731Z Compiling syn v1.0.109
14192025-03-01T04:12:48.780Z Compiling schemars v0.8.22
14202025-03-01T04:12:48.988Z Compiling data-encoding v2.6.0
14212025-03-01T04:12:49.007Z Compiling native-tls v0.2.12
14222025-03-01T04:12:49.124Z Compiling siphasher v0.3.11
14232025-03-01T04:12:49.323Z Compiling rustls v0.22.4
14242025-03-01T04:12:49.493Z Compiling dirs-next v2.0.0
14252025-03-01T04:12:49.647Z Compiling rand_chacha v0.9.0
14262025-03-01T04:12:49.979Z Compiling unicode-normalization v0.1.24
14272025-03-01T04:12:50.290Z Compiling schemars_derive v0.8.22
14282025-03-01T04:12:50.797Z Compiling http-body-util v0.1.2
14292025-03-01T04:12:50.922Z Compiling heapless v0.7.17
14302025-03-01T04:12:51.034Z Compiling crossbeam-epoch v0.9.18
14312025-03-01T04:12:51.283Z Compiling sha1 v0.10.6
14322025-03-01T04:12:51.361Z Compiling signature v2.2.0
14332025-03-01T04:12:51.645Z Compiling bzip2-sys v0.1.11+1.0.8
14342025-03-01T04:12:51.669Z Compiling thread_local v1.1.8
14352025-03-01T04:12:51.692Z Compiling cookie v0.18.1
14362025-03-01T04:12:51.714Z Compiling encoding_rs v0.8.34
14372025-03-01T04:12:52.006Z Compiling hyper v1.6.0
14382025-03-01T04:12:52.133Z Compiling multer v3.1.0
14392025-03-01T04:12:52.155Z Compiling unicode-properties v0.1.3
14402025-03-01T04:12:52.444Z Compiling mime v0.3.17
14412025-03-01T04:12:52.568Z Compiling unicode-bidi v0.3.17
14422025-03-01T04:12:52.977Z Compiling ipnet v2.11.0
14432025-03-01T04:12:53.236Z Compiling gimli v0.31.1
14442025-03-01T04:12:53.840Z Compiling openssl-probe v0.1.5
14452025-03-01T04:12:54.037Z Compiling dyn-clone v1.0.18
14462025-03-01T04:12:54.139Z Compiling rayon-core v1.12.1
14472025-03-01T04:12:54.274Z Compiling signal-hook v0.3.17
14482025-03-01T04:12:54.447Z Compiling hyper-util v0.1.10
14492025-03-01T04:12:54.553Z Compiling slog-async v2.8.0
14502025-03-01T04:12:54.737Z Compiling toml_edit v0.22.24
14512025-03-01T04:12:55.708Z Compiling stringprep v0.1.5
14522025-03-01T04:12:56.818Z Compiling crossbeam-deque v0.8.5
14532025-03-01T04:12:57.227Z Compiling rand v0.9.0
14542025-03-01T04:12:57.247Z Compiling addr2line v0.24.2
14552025-03-01T04:12:57.266Z Compiling term v0.7.0
14562025-03-01T04:12:57.866Z Compiling usdt-attr-macro v0.5.0
14572025-03-01T04:12:57.948Z Compiling usdt-macro v0.5.0
14582025-03-01T04:12:58.351Z Compiling slog-json v2.6.1
14592025-03-01T04:12:58.495Z Compiling serde_urlencoded v0.7.1
14602025-03-01T04:12:58.695Z Compiling curve25519-dalek v4.1.3
14612025-03-01T04:12:58.903Z Compiling crossbeam-channel v0.5.13
14622025-03-01T04:12:59.005Z Compiling futures-executor v0.3.31
14632025-03-01T04:12:59.323Z Compiling enum-as-inner v0.6.1
14642025-03-01T04:12:59.345Z Compiling md-5 v0.10.6
14652025-03-01T04:12:59.435Z Compiling async-stream-impl v0.3.6
14662025-03-01T04:12:59.475Z Compiling rustls-pemfile v2.2.0
14672025-03-01T04:12:59.601Z Compiling num-integer v0.1.46
14682025-03-01T04:12:59.817Z Compiling hash32 v0.2.1
14692025-03-01T04:12:59.931Z Compiling ff v0.13.0
14702025-03-01T04:13:00.163Z Compiling is-terminal v0.4.13
14712025-03-01T04:13:00.166Z Compiling memoffset v0.9.1
14722025-03-01T04:13:00.302Z Compiling object v0.36.5
14732025-03-01T04:13:00.341Z Compiling dropshot v0.12.0
14742025-03-01T04:13:00.362Z Compiling litrs v0.4.1
14752025-03-01T04:13:00.500Z Compiling base16ct v0.2.0
14762025-03-01T04:13:00.636Z Compiling psl-types v2.0.11
14772025-03-01T04:13:00.654Z Compiling num-bigint-dig v0.8.4
14782025-03-01T04:13:00.827Z Compiling cfg_aliases v0.2.1
14792025-03-01T04:13:00.845Z Compiling take_mut v0.2.2
14802025-03-01T04:13:00.939Z Compiling quick-error v1.2.3
14812025-03-01T04:13:00.983Z Compiling utf-8 v0.7.6
14822025-03-01T04:13:01.015Z Compiling anyhow v1.0.96
14832025-03-01T04:13:01.094Z Compiling linked-hash-map v0.5.6
14842025-03-01T04:13:01.300Z Compiling rustc-demangle v0.1.24
14852025-03-01T04:13:01.438Z Compiling portable-atomic v1.9.0
14862025-03-01T04:13:01.438Z Compiling smoltcp v0.9.1
14872025-03-01T04:13:01.648Z Compiling fallible-iterator v0.2.0
14882025-03-01T04:13:02.131Z Compiling document-features v0.2.10
14892025-03-01T04:13:02.153Z Compiling lru-cache v0.1.2
14902025-03-01T04:13:02.172Z Compiling tungstenite v0.24.0
14912025-03-01T04:13:02.309Z Compiling postgres-protocol v0.6.8
14922025-03-01T04:13:02.356Z Compiling resolv-conf v0.7.0
14932025-03-01T04:13:03.113Z Compiling nix v0.29.0
14942025-03-01T04:13:03.268Z Compiling publicsuffix v2.3.0
14952025-03-01T04:13:03.517Z Compiling sec1 v0.7.3
14962025-03-01T04:13:03.591Z Compiling async-stream v0.3.6
14972025-03-01T04:13:03.799Z Compiling hickory-proto v0.24.4
14982025-03-01T04:13:03.887Z Compiling slog-term v2.9.1
14992025-03-01T04:13:03.976Z Compiling usdt v0.5.0
15002025-03-01T04:13:04.049Z Compiling group v0.13.0
15012025-03-01T04:13:04.128Z Compiling num-iter v0.1.45
15022025-03-01T04:13:04.451Z Compiling futures v0.3.31
15032025-03-01T04:13:04.495Z Compiling slog-bunyan v2.5.0
15042025-03-01T04:13:04.580Z Compiling toml v0.8.20
15052025-03-01T04:13:05.989Z Compiling camino v1.1.9
15062025-03-01T04:13:06.066Z Compiling tokio-native-tls v0.3.1
15072025-03-01T04:13:06.356Z Compiling phf_shared v0.11.2
15082025-03-01T04:13:06.359Z Compiling dropshot_endpoint v0.12.0
15092025-03-01T04:13:06.722Z Compiling terminal_size v0.4.0
15102025-03-01T04:13:06.819Z Compiling backtrace v0.3.74
15112025-03-01T04:13:06.947Z Compiling openapiv3 v2.0.0
15122025-03-01T04:13:07.155Z Compiling waitgroup v0.1.2
15132025-03-01T04:13:07.393Z Compiling serde_path_to_error v0.1.16
15142025-03-01T04:13:07.409Z Compiling hkdf v0.12.4
15152025-03-01T04:13:07.680Z Compiling crypto-bigint v0.5.5
15162025-03-01T04:13:08.188Z Compiling curve25519-dalek-derive v0.1.1
15172025-03-01T04:13:09.617Z Compiling zerocopy-derive v0.6.6
15182025-03-01T04:13:09.697Z Compiling webpki-roots v0.26.6
15192025-03-01T04:13:09.922Z Compiling hubpack_derive v0.1.1
15202025-03-01T04:13:09.928Z Compiling sync_wrapper v1.0.1
15212025-03-01T04:13:10.118Z Compiling hostname v0.4.0
15222025-03-01T04:13:10.329Z Compiling crc32fast v1.4.2
15232025-03-01T04:13:10.403Z Compiling ahash v0.8.11
15242025-03-01T04:13:10.681Z Compiling fs-err v2.11.0
15252025-03-01T04:13:10.744Z Compiling winnow v0.5.40
15262025-03-01T04:13:10.767Z Compiling newtype-uuid v1.2.1
15272025-03-01T04:13:10.952Z Compiling managed v0.8.0
15282025-03-01T04:13:11.009Z Compiling tower-layer v0.3.3
15292025-03-01T04:13:11.074Z Compiling debug-ignore v1.0.5
15302025-03-01T04:13:11.243Z Compiling unicode-width v0.2.0
15312025-03-01T04:13:11.298Z Compiling tower v0.5.2
15322025-03-01T04:13:11.460Z Compiling zerocopy v0.6.6
15332025-03-01T04:13:11.787Z Compiling console v0.15.10
15342025-03-01T04:13:12.092Z Compiling strum_macros v0.25.3
15352025-03-01T04:13:12.239Z Compiling clap_builder v4.5.31
15362025-03-01T04:13:12.651Z Compiling hubpack v0.1.2
15372025-03-01T04:13:13.147Z Compiling flate2 v1.1.0
15382025-03-01T04:13:13.202Z Compiling elliptic-curve v0.13.8
15392025-03-01T04:13:13.574Z Compiling hickory-resolver v0.24.4
15402025-03-01T04:13:13.993Z Compiling toml_edit v0.19.15
15412025-03-01T04:13:14.180Z Compiling signal-hook-mio v0.2.4
15422025-03-01T04:13:14.368Z Compiling phf v0.11.2
15432025-03-01T04:13:14.666Z Compiling hyper-tls v0.6.0
15442025-03-01T04:13:14.848Z Compiling rayon v1.10.0
15452025-03-01T04:13:15.075Z Compiling cookie_store v0.21.1
15462025-03-01T04:13:15.777Z Compiling bzip2 v0.4.4
15472025-03-01T04:13:16.655Z Compiling tokio-tungstenite v0.24.0
15482025-03-01T04:13:17.211Z Compiling postgres-types v0.2.9
15492025-03-01T04:13:19.081Z Compiling ed25519 v2.2.3
15502025-03-01T04:13:19.184Z Compiling phf_shared v0.10.0
15512025-03-01T04:13:19.592Z Compiling tokio-stream v0.1.17
15522025-03-01T04:13:19.833Z Compiling pkcs1 v0.7.5
15532025-03-01T04:13:20.004Z Compiling serde-big-array v0.5.1
15542025-03-01T04:13:20.249Z Compiling clap_derive v4.5.28
15552025-03-01T04:13:20.544Z Compiling rfc6979 v0.4.0
15562025-03-01T04:13:20.709Z Compiling serde_repr v0.1.19
15572025-03-01T04:13:20.744Z Compiling derive-where v1.2.7
15582025-03-01T04:13:20.785Z Compiling bstr v1.10.0
15592025-03-01T04:13:20.874Z Compiling float-cmp v0.10.0
15602025-03-01T04:13:21.124Z Compiling predicates-core v1.0.8
15612025-03-01T04:13:21.164Z Compiling bit-vec v0.6.3
15622025-03-01T04:13:21.437Z Compiling unicode-segmentation v1.12.0
15632025-03-01T04:13:21.576Z Compiling static_assertions v1.1.0
15642025-03-01T04:13:21.695Z Compiling new_debug_unreachable v1.0.6
15652025-03-01T04:13:21.808Z Compiling precomputed-hash v0.1.1
15662025-03-01T04:13:21.821Z Compiling normalize-line-endings v0.3.0
15672025-03-01T04:13:21.939Z Compiling difflib v0.4.0
15682025-03-01T04:13:21.967Z Compiling number_prefix v0.4.0
15692025-03-01T04:13:22.205Z Compiling whoami v1.5.2
15702025-03-01T04:13:22.281Z Compiling fixedbitset v0.4.2
15712025-03-01T04:13:22.302Z Compiling indicatif v0.17.11
15722025-03-01T04:13:22.728Z Compiling petgraph v0.6.5
15732025-03-01T04:13:22.759Z Compiling tokio-postgres v0.7.13
15742025-03-01T04:13:23.228Z Compiling predicates v3.1.3
15752025-03-01T04:13:23.840Z Compiling similar v2.7.0
15762025-03-01T04:13:24.305Z Compiling string_cache v0.8.7
15772025-03-01T04:13:24.641Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15782025-03-01T04:13:24.709Z Compiling bit-set v0.5.3
15792025-03-01T04:13:24.804Z Compiling clap v4.5.31
15802025-03-01T04:13:24.929Z Compiling ecdsa v0.16.9
15812025-03-01T04:13:24.996Z Compiling rsa v0.9.6
15822025-03-01T04:13:25.762Z Compiling ed25519-dalek v2.1.1
15832025-03-01T04:13:25.915Z Compiling toml v0.7.8
15842025-03-01T04:13:27.070Z Compiling zip v0.6.6
15852025-03-01T04:13:27.398Z Compiling crossterm v0.28.1
15862025-03-01T04:13:28.729Z Compiling hex v0.4.3
15872025-03-01T04:13:28.895Z Compiling x509-cert v0.2.5
15882025-03-01T04:13:29.204Z Compiling itertools v0.10.5
15892025-03-01T04:13:29.327Z Compiling unicode-xid v0.2.6
15902025-03-01T04:13:29.536Z Compiling lalrpop-util v0.19.12
15912025-03-01T04:13:29.906Z Compiling peg-runtime v0.8.3
15922025-03-01T04:13:30.155Z Compiling strum_macros v0.26.4
15932025-03-01T04:13:30.478Z Compiling xattr v1.3.1
15942025-03-01T04:13:30.561Z Compiling filetime v0.2.25
15952025-03-01T04:13:30.870Z Compiling tar v0.4.44
15962025-03-01T04:13:34.664Z Compiling strum v0.26.3
15972025-03-01T04:13:37.591Z Compiling aws-lc-sys v0.26.0
15982025-03-01T04:14:08.680Z Compiling rustls-webpki v0.102.8
15992025-03-01T04:14:11.917Z Compiling tokio-rustls v0.25.0
16002025-03-01T04:14:13.481Z Compiling tokio-rustls v0.26.0
16012025-03-01T04:14:13.808Z Compiling hyper-rustls v0.27.3
16022025-03-01T04:14:14.232Z Compiling reqwest v0.12.12
16032025-03-01T04:14:15.427Z Compiling qorb v0.2.1
16042025-03-01T04:14:18.481Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052025-03-01T04:14:18.737Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062025-03-01T04:14:23.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16072025-03-01T04:14:23.335Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16082025-03-01T04:14:23.391ZMar 01 04:14:21.724 INFO Starting download, target: Clickhouse
16092025-03-01T04:14:23.391ZMar 01 04:14:21.724 INFO Starting download, target: Console
16102025-03-01T04:14:23.392ZMar 01 04:14:21.724 INFO Starting download, target: Cockroach
16112025-03-01T04:14:23.392ZMar 01 04:14:21.724 INFO Starting download, target: DendriteOpenapi
16122025-03-01T04:14:23.430ZMar 01 04:14:21.724 INFO Starting download, target: DendriteStub
16132025-03-01T04:14:23.430ZMar 01 04:14:21.724 INFO Starting download, target: MaghemiteMgd
16142025-03-01T04:14:23.430ZMar 01 04:14:21.724 INFO Starting download, target: TransceiverControl
16152025-03-01T04:14:23.430ZMar 01 04:14:21.725 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16162025-03-01T04:14:23.430ZMar 01 04:14:21.725 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16172025-03-01T04:14:23.430ZMar 01 04:14:21.725 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16182025-03-01T04:14:23.430ZMar 01 04:14:21.725 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16192025-03-01T04:14:23.430ZMar 01 04:14:21.725 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16202025-03-01T04:14:23.430ZMar 01 04:14:21.725 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16212025-03-01T04:14:23.430ZMar 01 04:14:21.725 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16222025-03-01T04:14:23.663ZMar 01 04:14:21.990 INFO Download complete, target: DendriteOpenapi
16232025-03-01T04:14:23.698ZMar 01 04:14:22.039 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16242025-03-01T04:14:24.070ZMar 01 04:14:22.405 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16252025-03-01T04:14:24.141ZMar 01 04:14:22.471 INFO Download complete, target: TransceiverControl
16262025-03-01T04:14:24.421ZMar 01 04:14:22.771 INFO Download complete, target: Console
16272025-03-01T04:14:24.732ZMar 01 04:14:23.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16282025-03-01T04:14:25.081ZMar 01 04:14:23.432 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16292025-03-01T04:14:25.081ZMar 01 04:14:23.432 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16302025-03-01T04:14:25.138ZMar 01 04:14:23.489 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16312025-03-01T04:14:25.424ZMar 01 04:14:23.774 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16322025-03-01T04:14:27.254ZMar 01 04:14:25.605 INFO Download complete, target: MaghemiteMgd
16332025-03-01T04:14:27.466ZMar 01 04:14:25.816 INFO Download complete, target: DendriteStub
16342025-03-01T04:14:31.700ZMar 01 04:14:30.048 INFO Checking that binary works, target: Cockroach
16352025-03-01T04:14:31.929ZMar 01 04:14:30.277 INFO Download complete, target: Cockroach
16362025-03-01T04:14:36.177ZMar 01 04:14:34.527 INFO Checking that binary works, target: Clickhouse
16372025-03-01T04:14:36.351ZMar 01 04:14:34.700 INFO Download complete, target: Clickhouse
16382025-03-01T04:14:36.359ZAll prerequisites installed successfully
16392025-03-01T04:14:36.364Z
16402025-03-01T04:14:36.364Zreal 7:27.416433173
16412025-03-01T04:14:36.364Zuser 15:41.334950129
16422025-03-01T04:14:36.364Zsys 2:09.307988414
16432025-03-01T04:14:36.364Ztrap 0.563483148
16442025-03-01T04:14:36.364Ztflt 2.381582243
16452025-03-01T04:14:36.364Zdflt 1.819676433
16462025-03-01T04:14:36.364Zkflt 0.058485548
16472025-03-01T04:14:36.364Zlock 23:45.774697368
16482025-03-01T04:14:36.364Zslp 1:01:28.966961211
16492025-03-01T04:14:36.364Zlat 1:00.984028398
16502025-03-01T04:14:36.364Zstop 2:29.037949987
16512025-03-01T04:14:36.364Z+ ptime -m cargo xtask download softnpu
16522025-03-01T04:14:36.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16532025-03-01T04:14:37.008Z Running `target/debug/xtask download softnpu`
16542025-03-01T04:14:37.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
16552025-03-01T04:14:37.961Z Running `target/debug/xtask-downloader softnpu`
16562025-03-01T04:14:37.998ZMar 01 04:14:36.347 INFO Starting download, target: Softnpu
16572025-03-01T04:14:38.001ZMar 01 04:14:36.348 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16582025-03-01T04:14:38.456ZMar 01 04:14:36.805 INFO Download complete, target: Softnpu
16592025-03-01T04:14:38.460Z
16602025-03-01T04:14:38.463Zreal 2.093635062
16612025-03-01T04:14:38.463Zuser 1.412988454
16622025-03-01T04:14:38.463Zsys 0.577915802
16632025-03-01T04:14:38.463Ztrap 0.001250743
16642025-03-01T04:14:38.463Ztflt 0.000041433
16652025-03-01T04:14:38.463Zdflt 0.000117957
16662025-03-01T04:14:38.463Zkflt 0.000000000
16672025-03-01T04:14:38.463Zlock 4.648240516
16682025-03-01T04:14:38.463Zslp 0.282914331
16692025-03-01T04:14:38.463Zlat 0.075842612
16702025-03-01T04:14:38.463Zstop 0.000159677
16712025-03-01T04:14:38.463Z+ export CARGO_INCREMENTAL=0
16722025-03-01T04:14:38.463Z+ CARGO_INCREMENTAL=0
16732025-03-01T04:14:38.463Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16742025-03-01T04:14:39.458Z Compiling proc-macro2 v1.0.93
16752025-03-01T04:14:39.458Z Compiling unicode-ident v1.0.14
16762025-03-01T04:14:39.463Z Compiling libc v0.2.170
16772025-03-01T04:14:39.463Z Compiling serde v1.0.218
16782025-03-01T04:14:39.463Z Compiling autocfg v1.4.0
16792025-03-01T04:14:39.463Z Compiling version_check v0.9.5
16802025-03-01T04:14:39.463Z Compiling cfg-if v1.0.0
16812025-03-01T04:14:39.742Z Compiling memchr v2.7.4
16822025-03-01T04:14:39.768Z Compiling typenum v1.17.0
16832025-03-01T04:14:39.771Z Compiling shlex v1.3.0
16842025-03-01T04:14:40.136Z Compiling value-bag v1.9.0
16852025-03-01T04:14:40.277Z Compiling lock_api v0.4.12
16862025-03-01T04:14:40.345Z Compiling generic-array v0.14.7
16872025-03-01T04:14:40.571Z Compiling log v0.4.22
16882025-03-01T04:14:40.668Z Compiling scopeguard v1.2.0
16892025-03-01T04:14:40.835Z Compiling parking_lot_core v0.9.10
16902025-03-01T04:14:40.958Z Compiling serde_json v1.0.139
16912025-03-01T04:14:41.223Z Compiling rustix v0.38.37
16922025-03-01T04:14:41.242Z Compiling libm v0.2.8
16932025-03-01T04:14:41.269Z Compiling aho-corasick v1.1.3
16942025-03-01T04:14:41.290Z Compiling num-traits v0.2.19
16952025-03-01T04:14:41.568Z Compiling quote v1.0.38
16962025-03-01T04:14:41.611Z Compiling jobserver v0.1.32
16972025-03-01T04:14:41.614Z Compiling getrandom v0.2.15
16982025-03-01T04:14:41.849Z Compiling regex-syntax v0.8.5
16992025-03-01T04:14:41.922Z Compiling semver v1.0.25
17002025-03-01T04:14:41.942Z Compiling syn v2.0.98
17012025-03-01T04:14:42.023Z Compiling cc v1.2.15
17022025-03-01T04:14:42.153Z Compiling thiserror v1.0.69
17032025-03-01T04:14:42.384Z Compiling getrandom v0.3.1
17042025-03-01T04:14:42.580Z Compiling either v1.14.0
17052025-03-01T04:14:42.671Z Compiling itoa v1.0.11
17062025-03-01T04:14:42.814Z Compiling slab v0.4.9
17072025-03-01T04:14:42.902Z Compiling once_cell v1.20.3
17082025-03-01T04:14:43.153Z Compiling spin v0.9.8
17092025-03-01T04:14:43.385Z Compiling errno v0.3.9
17102025-03-01T04:14:43.412Z Compiling rand_core v0.6.4
17112025-03-01T04:14:43.628Z Compiling glob v0.3.2
17122025-03-01T04:14:44.182Z Compiling prettyplease v0.2.29
17132025-03-01T04:14:44.306Z Compiling clang-sys v1.8.1
17142025-03-01T04:14:44.574Z Compiling lazy_static v1.5.0
17152025-03-01T04:14:44.717Z Compiling minimal-lexical v0.2.1
17162025-03-01T04:14:44.803Z Compiling smallvec v1.14.0
17172025-03-01T04:14:44.929Z Compiling libloading v0.8.5
17182025-03-01T04:14:45.001Z Compiling home v0.5.9
17192025-03-01T04:14:45.192Z Compiling nom v7.1.3
17202025-03-01T04:14:45.212Z Compiling subtle v2.6.1
17212025-03-01T04:14:45.267Z Compiling bindgen v0.69.5
17222025-03-01T04:14:45.297Z Compiling regex-automata v0.4.8
17232025-03-01T04:14:45.516Z Compiling itertools v0.12.1
17242025-03-01T04:14:46.025Z Compiling lazycell v1.3.0
17252025-03-01T04:14:46.045Z Compiling rustc-hash v1.1.0
17262025-03-01T04:14:46.210Z Compiling cmake v0.1.51
17272025-03-01T04:14:46.424Z Compiling fs_extra v1.3.0
17282025-03-01T04:14:46.966Z Compiling allocator-api2 v0.2.18
17292025-03-01T04:14:46.990Z Compiling dunce v1.0.5
17302025-03-01T04:14:47.065Z Compiling equivalent v1.0.1
17312025-03-01T04:14:47.141Z Compiling foldhash v0.1.3
17322025-03-01T04:14:47.589Z Compiling pkg-config v0.3.31
17332025-03-01T04:14:47.691Z Compiling hashbrown v0.15.1
17342025-03-01T04:14:48.315Z Compiling cexpr v0.6.0
17352025-03-01T04:14:48.404Z Compiling byteorder v1.5.0
17362025-03-01T04:14:48.452Z Compiling pin-project-lite v0.2.14
17372025-03-01T04:14:48.595Z Compiling ring v0.17.11
17382025-03-01T04:14:48.947Z Compiling synstructure v0.13.1
17392025-03-01T04:14:49.348Z Compiling paste v1.0.15
17402025-03-01T04:14:49.573Z Compiling ryu v1.0.18
17412025-03-01T04:14:49.750Z Compiling httparse v1.9.5
17422025-03-01T04:14:50.129Z Compiling schemars v0.8.22
17432025-03-01T04:14:50.379Z Compiling fnv v1.0.7
17442025-03-01T04:14:50.482Z Compiling regex v1.11.1
17452025-03-01T04:14:50.516Z Compiling aws-lc-rs v1.12.4
17462025-03-01T04:14:50.534Z Compiling const-oid v0.9.6
17472025-03-01T04:14:50.953Z Compiling serde_derive_internals v0.29.1
17482025-03-01T04:14:51.404Z Compiling signal-hook-registry v1.4.2
17492025-03-01T04:14:51.719Z Compiling parking_lot v0.12.3
17502025-03-01T04:14:52.156Z Compiling mio v1.0.2
17512025-03-01T04:14:52.565Z Compiling heck v0.5.0
17522025-03-01T04:14:52.885Z Compiling serde_derive v1.0.218
17532025-03-01T04:14:52.905Z Compiling zeroize_derive v1.4.2
17542025-03-01T04:14:52.945Z Compiling tokio-macros v2.5.0
17552025-03-01T04:14:53.708Z Compiling thiserror-impl v1.0.69
17562025-03-01T04:14:53.761Z Compiling zerocopy-derive v0.7.35
17572025-03-01T04:14:54.209Z Compiling zeroize v1.8.1
17582025-03-01T04:14:54.299Z Compiling zerofrom-derive v0.1.4
17592025-03-01T04:14:54.322Z Compiling yoke-derive v0.7.4
17602025-03-01T04:14:54.644Z Compiling futures-macro v0.3.31
17612025-03-01T04:14:54.664Z Compiling zerovec-derive v0.10.3
17622025-03-01T04:14:55.085Z Compiling displaydoc v0.2.5
17632025-03-01T04:14:56.444Z Compiling icu_provider_macros v1.5.0
17642025-03-01T04:14:56.516Z Compiling tracing-attributes v0.1.27
17652025-03-01T04:14:56.578Z Compiling schemars_derive v0.8.22
17662025-03-01T04:14:56.656Z Compiling crypto-common v0.1.6
17672025-03-01T04:14:56.886Z Compiling block-buffer v0.10.4
17682025-03-01T04:14:57.156Z Compiling stable_deref_trait v1.2.0
17692025-03-01T04:14:57.286Z Compiling digest v0.10.7
17702025-03-01T04:14:57.306Z Compiling zerocopy v0.7.35
17712025-03-01T04:14:57.547Z Compiling socket2 v0.5.8
17722025-03-01T04:14:57.717Z Compiling futures-core v0.3.31
17732025-03-01T04:14:57.773Z Compiling crossbeam-utils v0.8.20
17742025-03-01T04:14:57.993Z Compiling time-core v0.1.2
17752025-03-01T04:14:58.191Z Compiling num-conv v0.1.0
17762025-03-01T04:14:58.487Z Compiling time-macros v0.2.18
17772025-03-01T04:14:58.799Z Compiling der_derive v0.7.3
17782025-03-01T04:14:59.226Z Compiling vcpkg v0.2.15
17792025-03-01T04:15:00.544Z Compiling openssl-sys v0.9.106
17802025-03-01T04:15:01.588Z Compiling zerocopy v0.8.10
17812025-03-01T04:15:01.681Z Compiling futures-sink v0.3.31
17822025-03-01T04:15:02.022Z Compiling cpufeatures v0.2.14
17832025-03-01T04:15:02.162Z Compiling zerocopy-derive v0.8.10
17842025-03-01T04:15:02.339Z Compiling slog v2.7.0
17852025-03-01T04:15:02.833Z Compiling syn v1.0.109
17862025-03-01T04:15:03.148Z Compiling futures-channel v0.3.31
17872025-03-01T04:15:03.221Z Compiling zerofrom v0.1.4
17882025-03-01T04:15:03.625Z Compiling futures-io v0.3.31
17892025-03-01T04:15:03.656Z Compiling iana-time-zone v0.1.61
17902025-03-01T04:15:03.745Z Compiling pin-utils v0.1.0
17912025-03-01T04:15:03.807Z Compiling futures-task v0.3.31
17922025-03-01T04:15:03.860Z Compiling yoke v0.7.4
17932025-03-01T04:15:04.121Z Compiling futures-util v0.3.31
17942025-03-01T04:15:04.360Z Compiling scroll_derive v0.12.0
17952025-03-01T04:15:04.482Z Compiling openssl v0.10.71
17962025-03-01T04:15:04.727Z Compiling ucd-trie v0.1.7
17972025-03-01T04:15:04.912Z Compiling bitflags v2.6.0
17982025-03-01T04:15:04.956Z Compiling bytes v1.10.0
17992025-03-01T04:15:05.788Z Compiling indexmap v2.7.1
18002025-03-01T04:15:07.203Z Compiling tokio v1.43.0
18012025-03-01T04:15:07.813Z Compiling serde_tokenstream v0.2.2
18022025-03-01T04:15:07.973Z Compiling uuid v1.15.1
18032025-03-01T04:15:08.436Z Compiling http v1.2.0
18042025-03-01T04:15:09.425Z Compiling which v4.4.2
18052025-03-01T04:15:10.073Z Compiling chrono v0.4.40
18062025-03-01T04:15:12.201Z Compiling rustc_version v0.4.1
18072025-03-01T04:15:12.854Z Compiling pest v2.7.14
18082025-03-01T04:15:15.155Z Compiling zerovec v0.10.4
18092025-03-01T04:15:15.792Z Compiling hmac v0.12.1
18102025-03-01T04:15:17.127Z Compiling pest_meta v2.7.14
18112025-03-01T04:15:18.523Z Compiling block-padding v0.3.3
18122025-03-01T04:15:18.561Z Compiling openssl-macros v0.1.1
18132025-03-01T04:15:18.775Z Compiling native-tls v0.2.12
18142025-03-01T04:15:19.163Z Compiling rustls v0.23.19
18152025-03-01T04:15:19.283Z Compiling inout v0.1.3
18162025-03-01T04:15:19.495Z Compiling pest_generator v2.7.14
18172025-03-01T04:15:19.518Z Compiling tinystr v0.7.6
18182025-03-01T04:15:19.628Z Compiling toml_datetime v0.6.8
18192025-03-01T04:15:19.913Z Compiling serde_spanned v0.6.8
18202025-03-01T04:15:19.950Z Compiling ppv-lite86 v0.2.20
18212025-03-01T04:15:20.066Z Compiling tracing-core v0.1.32
18222025-03-01T04:15:20.203Z Compiling strsim v0.11.1
18232025-03-01T04:15:20.589Z Compiling litemap v0.7.3
18242025-03-01T04:15:20.844Z Compiling writeable v0.5.5
18252025-03-01T04:15:21.021Z Compiling dyn-clone v1.0.18
18262025-03-01T04:15:21.122Z Compiling pest_derive v2.7.14
18272025-03-01T04:15:21.159Z Compiling tracing v0.1.40
18282025-03-01T04:15:21.334Z Compiling icu_locid v1.5.0
18292025-03-01T04:15:22.017Z Compiling cipher v0.4.4
18302025-03-01T04:15:22.158Z Compiling sha2 v0.10.8
18312025-03-01T04:15:22.264Z Compiling aws-lc-sys v0.26.0
18322025-03-01T04:15:22.481Z Compiling usdt-impl v0.5.0
18332025-03-01T04:15:22.874Z Compiling cookie v0.18.1
18342025-03-01T04:15:23.097Z Compiling base64ct v1.6.0
18352025-03-01T04:15:23.209Z Compiling icu_provider v1.5.0
18362025-03-01T04:15:23.642Z Compiling pem-rfc7468 v0.7.0
18372025-03-01T04:15:25.300Z Compiling scroll v0.12.0
18382025-03-01T04:15:26.082Z Compiling async-trait v0.1.86
18392025-03-01T04:15:28.093Z Compiling camino v1.1.9
18402025-03-01T04:15:28.613Z Compiling percent-encoding v2.3.1
18412025-03-01T04:15:28.872Z Compiling anyhow v1.0.96
18422025-03-01T04:15:29.038Z Compiling plain v0.2.3
18432025-03-01T04:15:29.210Z Compiling flagset v0.4.6
18442025-03-01T04:15:29.396Z Compiling icu_locid_transform_data v1.5.0
18452025-03-01T04:15:29.418Z Compiling rustls-pki-types v1.10.0
18462025-03-01T04:15:29.641Z Compiling icu_locid_transform v1.5.0
18472025-03-01T04:15:31.275Z Compiling der v0.7.9
18482025-03-01T04:15:32.148Z Compiling goblin v0.8.2
18492025-03-01T04:15:33.934Z Compiling icu_collections v1.5.0
18502025-03-01T04:15:34.200Z Compiling tokio-util v0.7.13
18512025-03-01T04:15:34.804Z Compiling powerfmt v0.2.0
18522025-03-01T04:15:35.208Z Compiling icu_properties_data v1.5.0
18532025-03-01T04:15:35.315Z Compiling pretty-hex v0.4.1
18542025-03-01T04:15:35.473Z Compiling rustls v0.22.4
18552025-03-01T04:15:35.788Z Compiling untrusted v0.7.1
18562025-03-01T04:15:35.991Z Compiling rayon-core v1.12.1
18572025-03-01T04:15:36.127Z Compiling untrusted v0.9.0
18582025-03-01T04:15:36.164Z Compiling icu_properties v1.5.1
18592025-03-01T04:15:36.693Z Compiling deranged v0.3.11
18602025-03-01T04:15:37.647Z Compiling spki v0.7.3
18612025-03-01T04:15:38.019Z Compiling dof v0.3.0
18622025-03-01T04:15:38.523Z Compiling salsa20 v0.10.2
18632025-03-01T04:15:38.770Z Compiling dtrace-parser v0.2.0
18642025-03-01T04:15:39.529Z Compiling pbkdf2 v0.12.2
18652025-03-01T04:15:40.292Z Compiling thread-id v4.2.2
18662025-03-01T04:15:40.422Z Compiling num_threads v0.1.7
18672025-03-01T04:15:40.535Z Compiling icu_normalizer_data v1.5.0
18682025-03-01T04:15:40.570Z Compiling litrs v0.4.1
18692025-03-01T04:15:40.591Z Compiling write16 v1.0.0
18702025-03-01T04:15:40.765Z Compiling winnow v0.5.40
18712025-03-01T04:15:40.779Z Compiling utf8_iter v1.0.4
18722025-03-01T04:15:41.280Z Compiling utf16_iter v1.0.5
18732025-03-01T04:15:41.568Z Compiling atomic-waker v1.1.2
18742025-03-01T04:15:41.862Z Compiling icu_normalizer v1.5.0
18752025-03-01T04:15:42.062Z Compiling time v0.3.36
18762025-03-01T04:15:42.262Z Compiling document-features v0.2.10
18772025-03-01T04:15:44.151Z Compiling toml_edit v0.19.15
18782025-03-01T04:15:46.161Z Compiling scrypt v0.11.0
18792025-03-01T04:15:46.624Z Compiling form_urlencoded v1.2.1
18802025-03-01T04:15:47.156Z Compiling aes v0.8.4
18812025-03-01T04:15:47.176Z Compiling cbc v0.1.2
18822025-03-01T04:15:47.197Z Compiling http-body v1.0.1
18832025-03-01T04:15:47.391Z Compiling multer v3.1.0
18842025-03-01T04:15:47.642Z Compiling slog-async v2.8.0
18852025-03-01T04:15:47.709Z Compiling tinyvec_macros v0.1.1
18862025-03-01T04:15:47.970Z Compiling try-lock v0.2.5
18872025-03-01T04:15:48.105Z Compiling rustversion v1.0.17
18882025-03-01T04:15:48.157Z Compiling want v0.3.1
18892025-03-01T04:15:48.278Z Compiling pkcs5 v0.7.1
18902025-03-01T04:15:48.803Z Compiling tinyvec v1.8.0
18912025-03-01T04:15:49.814Z Compiling idna_adapter v1.2.0
18922025-03-01T04:15:50.140Z Compiling h2 v0.4.6
18932025-03-01T04:15:50.278Z Compiling rand_chacha v0.3.1
18942025-03-01T04:15:50.442Z Compiling heapless v0.7.17
18952025-03-01T04:15:50.989Z Compiling bzip2-sys v0.1.11+1.0.8
18962025-03-01T04:15:51.407Z Compiling signal-hook v0.3.17
18972025-03-01T04:15:51.462Z Compiling tower-service v0.3.3
18982025-03-01T04:15:51.734Z Compiling httpdate v1.0.3
18992025-03-01T04:15:53.587Z Compiling rand v0.8.5
19002025-03-01T04:15:54.050Z Compiling idna v1.0.3
19012025-03-01T04:15:55.039Z Compiling pkcs8 v0.10.2
19022025-03-01T04:15:56.225Z Compiling usdt-attr-macro v0.5.0
19032025-03-01T04:15:56.416Z Compiling usdt-macro v0.5.0
19042025-03-01T04:15:57.150Z Compiling async-stream-impl v0.3.6
19052025-03-01T04:15:57.706Z Compiling base64 v0.22.1
19062025-03-01T04:15:58.240Z Compiling hyper v1.6.0
19072025-03-01T04:15:58.417Z Compiling adler2 v2.0.0
19082025-03-01T04:15:58.717Z Compiling miniz_oxide v0.8.5
19092025-03-01T04:16:02.166Z Compiling hyper-util v0.1.10
19102025-03-01T04:16:06.034Z Compiling curve25519-dalek v4.1.3
19112025-03-01T04:16:06.486Z Compiling openapiv3 v2.0.0
19122025-03-01T04:16:07.290Z Compiling enum-as-inner v0.6.1
19132025-03-01T04:16:07.797Z Compiling memoffset v0.9.1
19142025-03-01T04:16:07.886Z Compiling dropshot v0.12.0
19152025-03-01T04:16:07.961Z Compiling foreign-types-shared v0.1.1
19162025-03-01T04:16:08.101Z Compiling num-bigint-dig v0.8.4
19172025-03-01T04:16:08.146Z Compiling smoltcp v0.9.1
19182025-03-01T04:16:08.403Z Compiling portable-atomic v1.9.0
19192025-03-01T04:16:08.422Z Compiling match_cfg v0.1.0
19202025-03-01T04:16:08.546Z Compiling newtype-uuid v1.2.1
19212025-03-01T04:16:08.698Z Compiling hostname v0.3.1
19222025-03-01T04:16:08.874Z Compiling foreign-types v0.3.2
19232025-03-01T04:16:10.146Z Compiling rand_core v0.9.2
19242025-03-01T04:16:10.494Z Compiling url v2.5.3
19252025-03-01T04:16:12.737Z Compiling http-body-util v0.1.2
19262025-03-01T04:16:13.032Z Compiling dirs-sys-next v0.1.2
19272025-03-01T04:16:13.267Z Compiling encoding_rs v0.8.34
19282025-03-01T04:16:13.488Z Compiling siphasher v0.3.11
19292025-03-01T04:16:13.624Z Compiling gimli v0.31.1
19302025-03-01T04:16:13.872Z Compiling ident_case v1.0.1
19312025-03-01T04:16:14.067Z Compiling data-encoding v2.6.0
19322025-03-01T04:16:15.464Z Compiling mime v0.3.17
19332025-03-01T04:16:16.286Z Compiling heck v0.4.1
19342025-03-01T04:16:16.511Z Compiling cfg_aliases v0.2.1
19352025-03-01T04:16:16.631Z Compiling nix v0.29.0
19362025-03-01T04:16:16.658Z Compiling darling_core v0.20.10
19372025-03-01T04:16:17.436Z Compiling dirs-next v2.0.0
19382025-03-01T04:16:18.465Z Compiling addr2line v0.24.2
19392025-03-01T04:16:20.179Z Compiling rand_chacha v0.9.0
19402025-03-01T04:16:21.619Z Compiling unicode-normalization v0.1.24
19412025-03-01T04:16:22.689Z Compiling crossbeam-epoch v0.9.18
19422025-03-01T04:16:23.319Z Compiling serde_urlencoded v0.7.1
19432025-03-01T04:16:23.922Z Compiling rustls-pemfile v2.2.0
19442025-03-01T04:16:24.085Z Compiling hubpack_derive v0.1.1
19452025-03-01T04:16:24.393Z Compiling dropshot_endpoint v0.12.0
19462025-03-01T04:16:24.479Z Compiling sha1 v0.10.6
19472025-03-01T04:16:24.554Z Compiling signature v2.2.0
19482025-03-01T04:16:24.776Z Compiling curve25519-dalek-derive v0.1.1
19492025-03-01T04:16:24.864Z Compiling zerocopy-derive v0.6.6
19502025-03-01T04:16:24.920Z Compiling thread_local v1.1.8
19512025-03-01T04:16:25.343Z Compiling object v0.36.5
19522025-03-01T04:16:26.567Z Compiling fs-err v2.11.0
19532025-03-01T04:16:26.921Z Compiling ahash v0.8.11
19542025-03-01T04:16:27.976Z Compiling winnow v0.7.3
19552025-03-01T04:16:30.551Z Compiling unicode-bidi v0.3.17
19562025-03-01T04:16:31.462Z Compiling openssl-probe v0.1.5
19572025-03-01T04:16:32.104Z Compiling rustc-demangle v0.1.24
19582025-03-01T04:16:33.842Z Compiling anstyle v1.0.10
19592025-03-01T04:16:34.268Z Compiling unicode-properties v0.1.3
19602025-03-01T04:16:34.422Z Compiling ipnet v2.11.0
19612025-03-01T04:16:35.614Z Compiling utf8parse v0.2.2
19622025-03-01T04:16:35.804Z Compiling anstyle-parse v0.2.5
19632025-03-01T04:16:36.898Z Compiling stringprep v0.1.5
19642025-03-01T04:16:37.776Z Compiling backtrace v0.3.74
19652025-03-01T04:16:38.180Z Compiling rustls-webpki v0.102.8
19662025-03-01T04:16:38.993Z Compiling toml_edit v0.22.24
19672025-03-01T04:16:45.339Z Compiling crossbeam-deque v0.8.5
19682025-03-01T04:16:47.333Z Compiling darling_macro v0.20.10
19692025-03-01T04:16:48.187Z Compiling rand v0.9.0
19702025-03-01T04:16:48.273Z Compiling term v0.7.0
19712025-03-01T04:16:48.883Z Compiling slog-json v2.6.1
19722025-03-01T04:16:49.585Z Compiling crossbeam-channel v0.5.13
19732025-03-01T04:16:50.641Z Compiling futures-executor v0.3.31
19742025-03-01T04:16:51.076Z Compiling num-integer v0.1.46
19752025-03-01T04:16:51.181Z Compiling md-5 v0.10.6
19762025-03-01T04:16:51.342Z Compiling hash32 v0.2.1
19772025-03-01T04:16:51.364Z Compiling ff v0.13.0
19782025-03-01T04:16:51.436Z Compiling memmap v0.7.0
19792025-03-01T04:16:51.608Z Compiling is-terminal v0.4.13
19802025-03-01T04:16:51.708Z Compiling is_terminal_polyfill v1.70.1
19812025-03-01T04:16:51.730Z Compiling base16ct v0.2.0
19822025-03-01T04:16:51.749Z Compiling fallible-iterator v0.2.0
19832025-03-01T04:16:51.767Z Compiling utf-8 v0.7.6
19842025-03-01T04:16:51.849Z Compiling quick-error v1.2.3
19852025-03-01T04:16:52.023Z Compiling psl-types v2.0.11
19862025-03-01T04:16:52.066Z Compiling anstyle-query v1.1.1
19872025-03-01T04:16:52.239Z Compiling linked-hash-map v0.5.6
19882025-03-01T04:16:52.279Z Compiling take_mut v0.2.2
19892025-03-01T04:16:52.374Z Compiling colorchoice v1.0.2
19902025-03-01T04:16:52.559Z Compiling lru-cache v0.1.2
19912025-03-01T04:16:52.579Z Compiling anstream v0.6.15
19922025-03-01T04:16:52.763Z Compiling postgres-protocol v0.6.8
19932025-03-01T04:16:53.046Z Compiling publicsuffix v2.3.0
19942025-03-01T04:16:53.323Z Compiling resolv-conf v0.7.0
19952025-03-01T04:16:53.400Z Compiling tungstenite v0.24.0
19962025-03-01T04:16:53.452Z Compiling sec1 v0.7.3
19972025-03-01T04:16:53.917Z Compiling slog-term v2.9.1
19982025-03-01T04:16:53.938Z Compiling usdt v0.5.0
19992025-03-01T04:16:54.359Z Compiling group v0.13.0
20002025-03-01T04:16:54.687Z Compiling num-iter v0.1.45
20012025-03-01T04:16:54.924Z Compiling futures v0.3.31
20022025-03-01T04:16:56.814Z Compiling slog-bunyan v2.5.0
20032025-03-01T04:16:57.034Z Compiling darling v0.20.10
20042025-03-01T04:16:57.253Z Compiling tokio-rustls v0.26.0
20052025-03-01T04:16:57.291Z Compiling tokio-rustls v0.25.0
20062025-03-01T04:16:57.574Z Compiling toml v0.8.20
20072025-03-01T04:16:57.692Z Compiling tokio-native-tls v0.3.1
20082025-03-01T04:16:58.003Z Compiling hickory-proto v0.24.4
20092025-03-01T04:16:58.021Z Compiling strum_macros v0.25.3
20102025-03-01T04:16:58.857Z Compiling phf_shared v0.11.2
20112025-03-01T04:16:59.592Z Compiling async-stream v0.3.6
20122025-03-01T04:16:59.633Z Compiling waitgroup v0.1.2
20132025-03-01T04:16:59.854Z Compiling webpki-roots v0.26.6
20142025-03-01T04:17:00.203Z Compiling hkdf v0.12.4
20152025-03-01T04:17:00.446Z Compiling terminal_size v0.4.0
20162025-03-01T04:17:00.686Z Compiling serde_path_to_error v0.1.16
20172025-03-01T04:17:00.951Z Compiling sync_wrapper v1.0.1
20182025-03-01T04:17:01.133Z Compiling crypto-bigint v0.5.5
20192025-03-01T04:17:01.252Z Compiling clap_derive v4.5.28
20202025-03-01T04:17:01.289Z Compiling derive-where v1.2.7
20212025-03-01T04:17:01.401Z Compiling serde_repr v0.1.19
20222025-03-01T04:17:02.150Z Compiling regress v0.10.3
20232025-03-01T04:17:02.466Z Compiling hostname v0.4.0
20242025-03-01T04:17:02.690Z Compiling crc32fast v1.4.2
20252025-03-01T04:17:03.021Z Compiling managed v0.8.0
20262025-03-01T04:17:03.528Z Compiling bitflags v1.3.2
20272025-03-01T04:17:03.651Z Compiling unicode-width v0.2.0
20282025-03-01T04:17:04.140Z Compiling clap_lex v0.7.4
20292025-03-01T04:17:04.544Z Compiling tower-layer v0.3.3
20302025-03-01T04:17:04.950Z Compiling debug-ignore v1.0.5
20312025-03-01T04:17:05.127Z Compiling tower v0.5.2
20322025-03-01T04:17:05.867Z Compiling typify-impl v0.2.0
20332025-03-01T04:17:06.660Z Compiling clap_builder v4.5.31
20342025-03-01T04:17:08.042Z Compiling console v0.15.10
20352025-03-01T04:17:09.151Z Compiling elliptic-curve v0.13.8
20362025-03-01T04:17:09.655Z Compiling hickory-resolver v0.24.4
20372025-03-01T04:17:09.887Z Compiling flate2 v1.1.0
20382025-03-01T04:17:12.475Z Compiling hyper-rustls v0.27.3
20392025-03-01T04:17:14.265Z Compiling phf v0.11.2
20402025-03-01T04:17:14.432Z Compiling hyper-tls v0.6.0
20412025-03-01T04:17:14.841Z Compiling signal-hook-mio v0.2.4
20422025-03-01T04:17:15.022Z Compiling rayon v1.10.0
20432025-03-01T04:17:15.025Z Compiling cookie_store v0.21.1
20442025-03-01T04:17:15.630Z Compiling bzip2 v0.4.4
20452025-03-01T04:17:15.656Z Compiling tokio-tungstenite v0.24.0
20462025-03-01T04:17:16.022Z Compiling postgres-types v0.2.9
20472025-03-01T04:17:16.298Z Compiling zerocopy v0.6.6
20482025-03-01T04:17:16.438Z Compiling hubpack v0.1.2
20492025-03-01T04:17:16.896Z Compiling ed25519 v2.2.3
20502025-03-01T04:17:17.089Z Compiling phf_shared v0.10.0
20512025-03-01T04:17:17.266Z Compiling pkcs1 v0.7.5
20522025-03-01T04:17:17.463Z Compiling tokio-stream v0.1.17
20532025-03-01T04:17:18.144Z Compiling ipnetwork v0.21.1
20542025-03-01T04:17:18.434Z Compiling rfc6979 v0.4.0
20552025-03-01T04:17:18.634Z Compiling serde-big-array v0.5.1
20562025-03-01T04:17:18.931Z Compiling float-cmp v0.10.0
20572025-03-01T04:17:19.146Z Compiling bstr v1.10.0
20582025-03-01T04:17:19.251Z Compiling normalize-line-endings v0.3.0
20592025-03-01T04:17:20.193Z Compiling predicates-core v1.0.8
20602025-03-01T04:17:20.495Z Compiling bit-vec v0.6.3
20612025-03-01T04:17:20.498Z Compiling new_debug_unreachable v1.0.6
20622025-03-01T04:17:20.623Z Compiling whoami v1.5.2
20632025-03-01T04:17:20.908Z Compiling static_assertions v1.1.0
20642025-03-01T04:17:21.030Z Compiling difflib v0.4.0
20652025-03-01T04:17:21.130Z Compiling unicode-segmentation v1.12.0
20662025-03-01T04:17:21.578Z Compiling precomputed-hash v0.1.1
20672025-03-01T04:17:21.765Z Compiling fixedbitset v0.4.2
20682025-03-01T04:17:22.108Z Compiling number_prefix v0.4.0
20692025-03-01T04:17:22.158Z Compiling petgraph v0.6.5
20702025-03-01T04:17:22.182Z Compiling similar v2.7.0
20712025-03-01T04:17:22.348Z Compiling indicatif v0.17.11
20722025-03-01T04:17:22.872Z Compiling string_cache v0.8.7
20732025-03-01T04:17:23.292Z Compiling predicates v3.1.3
20742025-03-01T04:17:23.958Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20752025-03-01T04:17:24.103Z Compiling tokio-postgres v0.7.13
20762025-03-01T04:17:24.224Z Compiling bit-set v0.5.3
20772025-03-01T04:17:24.627Z Compiling ecdsa v0.16.9
20782025-03-01T04:17:24.787Z Compiling qorb v0.2.1
20792025-03-01T04:17:25.662Z Compiling rsa v0.9.6
20802025-03-01T04:17:26.176Z Compiling ed25519-dalek v2.1.1
20812025-03-01T04:17:28.612Z Compiling zip v0.6.6
20822025-03-01T04:17:28.848Z Compiling reqwest v0.12.12
20832025-03-01T04:17:29.615Z Compiling typify-macro v0.2.0
20842025-03-01T04:17:29.677Z Compiling crossterm v0.28.1
20852025-03-01T04:17:29.745Z Compiling clap v4.5.31
20862025-03-01T04:17:30.617Z Compiling toml v0.7.8
20872025-03-01T04:17:31.973Z Compiling x509-cert v0.2.5
20882025-03-01T04:17:32.609Z Compiling hex v0.4.3
20892025-03-01T04:17:33.528Z Compiling itertools v0.10.5
20902025-03-01T04:17:33.880Z Compiling unicode-xid v0.2.6
20912025-03-01T04:17:34.085Z Compiling peg-runtime v0.8.3
20922025-03-01T04:17:34.576Z Compiling lalrpop-util v0.19.12
20932025-03-01T04:17:38.164Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20942025-03-01T04:17:42.677Z Compiling proc-macro-crate v1.3.1
20952025-03-01T04:17:42.746Z Compiling macaddr v1.0.1
20962025-03-01T04:17:43.374Z Compiling itertools v0.13.0
20972025-03-01T04:17:43.860Z Compiling heapless v0.8.0
20982025-03-01T04:17:46.329Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20992025-03-01T04:17:47.981Z Compiling num_enum_derive v0.5.11
21002025-03-01T04:17:55.200Z Compiling hash32 v0.3.1
21012025-03-01T04:17:56.847Z Compiling smoltcp v0.11.0
21022025-03-01T04:17:57.801Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21032025-03-01T04:17:59.980Z Compiling thiserror v2.0.11
21042025-03-01T04:18:05.268Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21052025-03-01T04:18:05.462Z Compiling num_enum v0.5.11
21062025-03-01T04:18:06.192Z Compiling typify v0.2.0
21072025-03-01T04:18:06.207Z Compiling oxnet v0.1.1
21082025-03-01T04:18:07.775Z Compiling thiserror-impl v2.0.11
21092025-03-01T04:18:07.984Z Compiling proc-macro-error-attr v1.0.4
21102025-03-01T04:18:08.989Z Compiling unsafe-libyaml v0.2.11
21112025-03-01T04:18:09.838Z Compiling cobs v0.2.3
21122025-03-01T04:18:10.554Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21132025-03-01T04:18:11.944Z Compiling serde_yaml v0.9.34+deprecated
21142025-03-01T04:18:12.261Z Compiling postcard v1.0.10
21152025-03-01T04:18:23.110Z Compiling progenitor-impl v0.8.0
21162025-03-01T04:18:24.644Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21172025-03-01T04:18:36.295Z Compiling strum_macros v0.26.4
21182025-03-01T04:18:37.268Z Compiling structmeta-derive v0.3.0
21192025-03-01T04:18:37.298Z Compiling foreign-types-macros v0.2.3
21202025-03-01T04:18:37.361Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21212025-03-01T04:18:37.509Z Compiling proc-macro-error v1.0.4
21222025-03-01T04:18:37.717Z Compiling unicode-width v0.1.14
21232025-03-01T04:18:38.101Z Compiling foreign-types-shared v0.3.1
21242025-03-01T04:18:38.497Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21252025-03-01T04:18:39.583Z Compiling structmeta v0.3.0
21262025-03-01T04:18:40.302Z Compiling strum v0.26.3
21272025-03-01T04:18:43.927Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21282025-03-01T04:18:44.814Z Compiling foreign-types v0.5.0
21292025-03-01T04:18:44.934Z Compiling tabwriter v1.4.0
21302025-03-01T04:18:49.279Z Compiling progenitor-macro v0.8.0
21312025-03-01T04:18:53.031Z Compiling progenitor-client v0.8.0
21322025-03-01T04:18:56.786Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21332025-03-01T04:18:57.617Z Compiling daft-derive v0.1.1
21342025-03-01T04:18:58.571Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21352025-03-01T04:18:59.052Z Compiling cstr-argument v0.1.2
21362025-03-01T04:18:59.205Z Compiling dropshot v0.16.0
21372025-03-01T04:18:59.440Z Compiling pretty-hex v0.2.1
21382025-03-01T04:18:59.641Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21392025-03-01T04:18:59.697Z Compiling fastrand v2.1.1
21402025-03-01T04:18:59.751Z Compiling crucible-workspace-hack v0.1.0
21412025-03-01T04:19:00.103Z Compiling tempfile v3.13.0
21422025-03-01T04:19:00.139Z Compiling progenitor v0.8.0
21432025-03-01T04:19:00.355Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21442025-03-01T04:19:00.711Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21452025-03-01T04:19:00.750Z Compiling daft v0.1.1
21462025-03-01T04:19:00.771Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21472025-03-01T04:19:01.241Z Compiling parse-display-derive v0.10.0
21482025-03-01T04:19:01.574Z Compiling colored v2.2.0
21492025-03-01T04:19:01.668Z Compiling serde_with_macros v3.12.0
21502025-03-01T04:19:01.752Z Compiling dropshot_endpoint v0.16.0
21512025-03-01T04:19:02.965Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21522025-03-01T04:19:03.708Z Compiling instant v0.1.13
21532025-03-01T04:19:03.907Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21542025-03-01T04:19:04.040Z Compiling winnow v0.6.20
21552025-03-01T04:19:04.322Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21562025-03-01T04:19:04.715Z Compiling parse-display v0.10.0
21572025-03-01T04:19:05.150Z Compiling serde_with v3.12.0
21582025-03-01T04:19:06.046Z Compiling backoff v0.4.0
21592025-03-01T04:19:06.430Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602025-03-01T04:19:06.554Z Compiling zone_cfg_derive v0.3.0
21612025-03-01T04:19:06.698Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21622025-03-01T04:19:07.244Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21632025-03-01T04:19:07.443Z Compiling camino-tempfile v1.1.1
21642025-03-01T04:19:07.970Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21652025-03-01T04:19:08.252Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21662025-03-01T04:19:08.299Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21672025-03-01T04:19:08.513Z Compiling progenitor-client v0.9.1
21682025-03-01T04:19:08.672Z Compiling num-derive v0.4.2
21692025-03-01T04:19:09.354Z Compiling sigpipe v0.1.3
21702025-03-01T04:19:09.449Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21712025-03-01T04:19:09.505Z Compiling libefi-sys v0.1.0
21722025-03-01T04:19:09.814Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21732025-03-01T04:19:09.863Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21742025-03-01T04:19:10.415Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21752025-03-01T04:19:10.821Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21762025-03-01T04:19:12.397Z Compiling zone v0.3.0
21772025-03-01T04:19:12.989Z Compiling itertools v0.14.0
21782025-03-01T04:19:14.465Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21792025-03-01T04:19:15.709Z Compiling smf v0.2.3
21802025-03-01T04:19:16.266Z Compiling bitfield-struct v0.6.2
21812025-03-01T04:19:16.539Z Compiling blake3 v1.5.4
21822025-03-01T04:19:17.154Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21832025-03-01T04:19:17.604Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21842025-03-01T04:19:18.104Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21852025-03-01T04:19:18.121Z Compiling xattr v1.3.1
21862025-03-01T04:19:18.255Z Compiling memmap2 v0.9.5
21872025-03-01T04:19:18.385Z Compiling filetime v0.2.25
21882025-03-01T04:19:18.453Z Compiling arrayvec v0.7.6
21892025-03-01T04:19:18.760Z Compiling constant_time_eq v0.3.1
21902025-03-01T04:19:18.859Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21912025-03-01T04:19:18.925Z Compiling arrayref v0.3.9
21922025-03-01T04:19:18.953Z Compiling same-file v1.0.6
21932025-03-01T04:19:18.979Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21942025-03-01T04:19:19.237Z Compiling walkdir v2.5.0
21952025-03-01T04:19:19.250Z Compiling tar v0.4.44
21962025-03-01T04:19:20.822Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21972025-03-01T04:19:21.246Z Compiling gethostname v0.5.0
21982025-03-01T04:19:21.481Z Compiling cargo-platform v0.1.8
21992025-03-01T04:19:21.543Z Compiling topological-sort v0.2.2
22002025-03-01T04:19:21.597Z Compiling fixedbitset v0.5.7
22012025-03-01T04:19:21.848Z Compiling cargo_metadata v0.19.1
22022025-03-01T04:19:22.548Z Compiling petgraph v0.7.1
22032025-03-01T04:19:22.763Z Compiling omicron-zone-package v0.12.0
22042025-03-01T04:19:25.142Z Compiling shell-words v1.1.0
22052025-03-01T04:19:25.666Z Compiling indent_write v2.2.0
22062025-03-01T04:19:31.507Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22072025-03-01T04:19:33.878Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22082025-03-01T04:19:35.779Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22092025-03-01T04:19:53.128Z Finished `release` profile [optimized] target(s) in 5m 14s
22102025-03-01T04:19:53.306Z Running `target/release/omicron-package -t test target create -p dev`
22112025-03-01T04:19:53.355ZLogging to: /work/oxidecomputer/omicron/out/LOG
22122025-03-01T04:19:53.358ZCreated new build target 'test' and set it as active
22132025-03-01T04:19:53.358Z
22142025-03-01T04:19:53.358Zreal 5:14.859053717
22152025-03-01T04:19:53.358Zuser 36:38.300321482
22162025-03-01T04:19:53.358Zsys 3:29.411218987
22172025-03-01T04:19:53.358Ztrap 1.159191625
22182025-03-01T04:19:53.358Ztflt 1.694136800
22192025-03-01T04:19:53.358Zdflt 0.907940964
22202025-03-01T04:19:53.358Zkflt 0.000158414
22212025-03-01T04:19:53.358Zlock 1:12:22.554432052
22222025-03-01T04:19:53.358Zslp 2:28:09.480814919
22232025-03-01T04:19:53.358Zlat 2:48.168125628
22242025-03-01T04:19:53.358Zstop 4:59.043321044
22252025-03-01T04:19:53.358Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22262025-03-01T04:19:54.389Z Finished `release` profile [optimized] target(s) in 0.97s
22272025-03-01T04:19:54.460Z Running `target/release/omicron-package -t test package`
22282025-03-01T04:19:54.510ZLogging to: /work/oxidecomputer/omicron/out/LOG
22292025-03-01T04:19:55.702Z Compiling ring v0.17.11
22302025-03-01T04:19:55.885Z Compiling thiserror v2.0.11
22312025-03-01T04:19:55.905Z Compiling typify-impl v0.3.0
22322025-03-01T04:19:55.923Z Compiling convert_case v0.4.0
22332025-03-01T04:19:55.926Z Compiling newline-converter v0.3.0
22342025-03-01T04:19:55.926Z Compiling password-hash v0.5.0
22352025-03-01T04:19:55.926Z Compiling blake2 v0.10.6
22362025-03-01T04:19:56.174Z Compiling expectorate v1.1.0
22372025-03-01T04:19:56.437Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22382025-03-01T04:19:56.507Z Compiling derive_more v0.99.19
22392025-03-01T04:19:57.090Z Compiling base64 v0.21.7
22402025-03-01T04:19:57.276Z Compiling argon2 v0.5.3
22412025-03-01T04:19:57.979Z Compiling atomicwrites v0.4.4
22422025-03-01T04:19:58.212Z Compiling owo-colors v4.2.0
22432025-03-01T04:19:58.521Z Compiling cancel-safe-futures v0.1.5
22442025-03-01T04:19:58.831Z Compiling num-rational v0.4.2
22452025-03-01T04:19:58.884Z Compiling libsw-core v0.3.1
22462025-03-01T04:19:59.195Z Compiling num-complex v0.4.6
22472025-03-01T04:19:59.518Z Compiling libsw v3.4.0
22482025-03-01T04:20:00.284Z Compiling num v0.4.3
22492025-03-01T04:20:00.447Z Compiling swrite v0.1.0
22502025-03-01T04:20:00.610Z Compiling float-ord v0.3.2
22512025-03-01T04:20:00.809Z Compiling linear-map v1.2.0
22522025-03-01T04:20:01.170Z Compiling rustls v0.23.19
22532025-03-01T04:20:01.201Z Compiling rustls v0.22.4
22542025-03-01T04:20:01.222Z Compiling highway v1.3.0
22552025-03-01T04:20:01.248Z Compiling tungstenite v0.21.0
22562025-03-01T04:20:01.971Z Compiling semver v0.1.20
22572025-03-01T04:20:02.528Z Compiling tokio-tungstenite v0.21.0
22582025-03-01T04:20:02.984Z Compiling rustc_version v0.1.7
22592025-03-01T04:20:03.006Z Compiling ipnetwork v0.21.1
22602025-03-01T04:20:03.247Z Compiling humantime v2.1.0
22612025-03-01T04:20:03.396Z Compiling newtype_derive v0.1.6
22622025-03-01T04:20:03.720Z Compiling oxnet v0.1.1
22632025-03-01T04:20:03.761Z Compiling rustls-webpki v0.102.8
22642025-03-01T04:20:04.328Z Compiling daft v0.1.1
22652025-03-01T04:20:04.716Z Compiling dropshot v0.16.0
22662025-03-01T04:20:05.120Z Compiling instant v0.1.13
22672025-03-01T04:20:05.304Z Compiling backoff v0.4.0
22682025-03-01T04:20:05.503Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692025-03-01T04:20:05.677Z Compiling steno v0.4.1
22702025-03-01T04:20:06.033Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22712025-03-01T04:20:06.075Z Compiling typify-macro v0.3.0
22722025-03-01T04:20:06.245Z Compiling parse-display v0.10.0
22732025-03-01T04:20:06.767Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22742025-03-01T04:20:06.981Z Compiling serde_with v3.12.0
22752025-03-01T04:20:09.378Z Compiling tokio-rustls v0.25.0
22762025-03-01T04:20:09.849Z Compiling dropshot v0.12.0
22772025-03-01T04:20:10.025Z Compiling typify v0.3.0
22782025-03-01T04:20:10.191Z Compiling progenitor-impl v0.9.1
22792025-03-01T04:20:12.669Z Compiling tokio-rustls v0.26.0
22802025-03-01T04:20:13.178Z Compiling hyper-rustls v0.27.3
22812025-03-01T04:20:13.779Z Compiling reqwest v0.12.12
22822025-03-01T04:20:16.287Z Compiling qorb v0.2.1
22832025-03-01T04:20:17.641Z Compiling progenitor-macro v0.9.1
22842025-03-01T04:20:21.414Z Compiling progenitor-client v0.9.1
22852025-03-01T04:20:21.976Z Compiling progenitor-client v0.8.0
22862025-03-01T04:20:22.475Z Compiling progenitor v0.8.0
22872025-03-01T04:20:22.704Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22882025-03-01T04:20:22.771Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22892025-03-01T04:20:23.291Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22902025-03-01T04:20:24.061Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22912025-03-01T04:20:32.421Z Compiling strum v0.26.3
22922025-03-01T04:20:32.633Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22932025-03-01T04:20:50.954Z Compiling progenitor v0.9.1
22942025-03-01T04:20:51.182Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22952025-03-01T04:20:54.364Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22962025-03-01T04:20:55.005Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22972025-03-01T04:20:57.859Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982025-03-01T04:21:00.729Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22992025-03-01T04:21:02.281Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23002025-03-01T04:21:04.107Z Compiling macaddr v1.0.1
23012025-03-01T04:21:04.898Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23022025-03-01T04:21:05.023Z Compiling slog-dtrace v0.3.0
23032025-03-01T04:21:05.384Z Compiling prettyplease v0.2.29
23042025-03-01T04:21:06.916Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23052025-03-01T04:21:07.944Z Compiling half v2.4.1
23062025-03-01T04:21:08.662Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23072025-03-01T04:21:08.985Z Compiling ciborium-io v0.2.2
23082025-03-01T04:21:09.146Z Compiling ciborium-ll v0.2.2
23092025-03-01T04:21:09.659Z Compiling bytecount v0.6.8
23102025-03-01T04:21:10.002Z Compiling ciborium v0.2.2
23112025-03-01T04:21:12.105Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23122025-03-01T04:21:12.652Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23132025-03-01T04:21:14.188Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23142025-03-01T04:21:19.397Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152025-03-01T04:21:20.149Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23162025-03-01T04:21:20.600Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23172025-03-01T04:21:21.749Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23182025-03-01T04:21:27.477Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23192025-03-01T04:21:28.554Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23202025-03-01T04:21:29.266Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23212025-03-01T04:21:36.080Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23222025-03-01T04:21:37.302Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23232025-03-01T04:21:37.587Z Compiling display-error-chain v0.2.2
23242025-03-01T04:21:37.812Z Compiling const_format_proc_macros v0.2.34
23252025-03-01T04:21:38.461Z Compiling keccak v0.1.5
23262025-03-01T04:21:39.497Z Compiling same-file v1.0.6
23272025-03-01T04:21:39.622Z Compiling crunchy v0.2.2
23282025-03-01T04:21:39.758Z Compiling maplit v1.0.2
23292025-03-01T04:21:39.909Z Compiling fastrand v2.1.1
23302025-03-01T04:21:40.107Z Compiling walkdir v2.5.0
23312025-03-01T04:21:40.403Z Compiling tempfile v3.13.0
23322025-03-01T04:21:40.712Z Compiling const_format v0.2.34
23332025-03-01T04:21:41.091Z Compiling sha3 v0.10.8
23342025-03-01T04:21:41.889Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23352025-03-01T04:21:41.979Z Compiling radium v0.7.0
23362025-03-01T04:21:42.048Z Compiling tiny-keccak v2.0.2
23372025-03-01T04:21:42.127Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23382025-03-01T04:21:42.357Z Compiling blake3 v1.5.4
23392025-03-01T04:21:42.484Z Compiling dsl_auto_type v0.1.2
23402025-03-01T04:21:42.523Z Compiling scheduled-thread-pool v0.2.7
23412025-03-01T04:21:42.543Z Compiling xattr v1.3.1
23422025-03-01T04:21:42.814Z Compiling diesel_table_macro_syntax v0.2.0
23432025-03-01T04:21:43.049Z Compiling memmap2 v0.9.5
23442025-03-01T04:21:43.167Z Compiling filetime v0.2.25
23452025-03-01T04:21:43.432Z Compiling tap v1.0.1
23462025-03-01T04:21:43.477Z Compiling maybe-uninit v2.0.0
23472025-03-01T04:21:43.639Z Compiling arrayvec v0.7.6
23482025-03-01T04:21:43.673Z Compiling arrayref v0.3.9
23492025-03-01T04:21:43.759Z Compiling constant_time_eq v0.3.1
23502025-03-01T04:21:43.792Z Compiling diesel_derives v2.2.3
23512025-03-01T04:21:43.942Z Compiling wyz v0.5.1
23522025-03-01T04:21:44.044Z Compiling tar v0.4.44
23532025-03-01T04:21:44.392Z Compiling r2d2 v0.8.10
23542025-03-01T04:21:44.980Z Compiling camino-tempfile v1.1.1
23552025-03-01T04:21:45.317Z Compiling toolchain_find v0.4.0
23562025-03-01T04:21:45.415Z Compiling phf_generator v0.11.2
23572025-03-01T04:21:45.418Z Compiling ascii-canvas v3.0.0
23582025-03-01T04:21:45.626Z Compiling secrecy v0.8.0
23592025-03-01T04:21:45.779Z Compiling async-recursion v1.1.1
23602025-03-01T04:21:45.825Z Compiling ena v0.14.3
23612025-03-01T04:21:45.872Z Compiling packed_struct v0.10.1
23622025-03-01T04:21:45.920Z Compiling regex-syntax v0.6.29
23632025-03-01T04:21:46.239Z Compiling crc-catalog v2.4.0
23642025-03-01T04:21:46.308Z Compiling bindgen v0.71.1
23652025-03-01T04:21:46.427Z Compiling diff v0.1.13
23662025-03-01T04:21:46.826Z Compiling topological-sort v0.2.2
23672025-03-01T04:21:46.930Z Compiling funty v2.0.0
23682025-03-01T04:21:47.044Z Compiling omicron-zone-package v0.12.0
23692025-03-01T04:21:47.112Z Compiling crc v3.2.1
23702025-03-01T04:21:47.175Z Compiling phf_codegen v0.11.2
23712025-03-01T04:21:47.418Z Compiling rustfmt-wrapper v0.2.1
23722025-03-01T04:21:47.986Z Compiling bitvec v1.0.1
23732025-03-01T04:21:49.238Z Compiling lalrpop v0.19.12
23742025-03-01T04:21:49.785Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23752025-03-01T04:21:50.827Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23762025-03-01T04:21:51.007Z Compiling universal-hash v0.5.1
23772025-03-01T04:21:51.076Z Compiling thiserror-impl-no-std v2.0.2
23782025-03-01T04:21:51.279Z Compiling packed_struct_codegen v0.10.1
23792025-03-01T04:21:51.800Z Compiling parse-zoneinfo v0.3.1
23802025-03-01T04:21:52.376Z Compiling indexmap v1.9.3
23812025-03-01T04:21:52.744Z Compiling opaque-debug v0.3.1
23822025-03-01T04:21:52.872Z Compiling ref-cast v1.0.23
23832025-03-01T04:21:53.202Z Compiling rustc-hash v2.1.1
23842025-03-01T04:21:53.347Z Compiling nodrop v0.1.14
23852025-03-01T04:21:53.498Z Compiling thiserror-no-std v2.0.2
23862025-03-01T04:21:53.515Z Compiling array-init v0.0.4
23872025-03-01T04:21:53.750Z Compiling poly1305 v0.8.0
23882025-03-01T04:21:54.045Z Compiling diesel v2.2.7
23892025-03-01T04:21:54.615Z Compiling chrono-tz-build v0.4.0
23902025-03-01T04:21:55.169Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23912025-03-01T04:21:55.580Z Compiling smallvec v0.6.14
23922025-03-01T04:21:56.060Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932025-03-01T04:21:56.392Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23942025-03-01T04:21:56.769Z Compiling derive_builder_core v0.20.2
23952025-03-01T04:21:57.629Z Compiling chacha20 v0.9.1
23962025-03-01T04:21:58.123Z Compiling headers-core v0.3.0
23972025-03-01T04:21:58.322Z Compiling aead v0.5.2
23982025-03-01T04:21:58.701Z Compiling libxml v0.3.3
23992025-03-01T04:21:58.721Z Compiling ref-cast-impl v1.0.23
24002025-03-01T04:21:59.082Z Compiling vte_generate_state_changes v0.1.2
24012025-03-01T04:21:59.706Z Compiling arc-swap v1.7.1
24022025-03-01T04:21:59.799Z Compiling termcolor v1.4.1
24032025-03-01T04:22:00.386Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24042025-03-01T04:22:00.711Z Compiling bitfield v0.14.0
24052025-03-01T04:22:00.828Z Compiling hashbrown v0.12.3
24062025-03-01T04:22:01.014Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24072025-03-01T04:22:03.260Z Compiling env_logger v0.10.2
24082025-03-01T04:22:05.822Z Compiling samael v0.0.18
24092025-03-01T04:22:06.046Z Compiling slog-scope v4.4.0
24102025-03-01T04:22:06.424Z Compiling vte v0.11.1
24112025-03-01T04:22:06.917Z Compiling derive_builder_macro v0.20.2
24122025-03-01T04:22:07.476Z Compiling chacha20poly1305 v0.10.1
24132025-03-01T04:22:07.741Z Compiling headers v0.4.0
24142025-03-01T04:22:07.847Z Compiling serde-hex v0.1.0
24152025-03-01T04:22:07.868Z Compiling chrono-tz v0.10.1
24162025-03-01T04:22:08.550Z Compiling vsss-rs v3.3.4
24172025-03-01T04:22:10.591Z Compiling polar-core v0.27.3
24182025-03-01T04:22:11.282Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24192025-03-01T04:22:12.571Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24202025-03-01T04:22:12.819Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24212025-03-01T04:22:13.162Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24222025-03-01T04:22:14.142Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24232025-03-01T04:22:14.476Z Compiling ron v0.8.1
24242025-03-01T04:22:17.557Z Compiling hashbrown v0.13.2
24252025-03-01T04:22:18.254Z Compiling strum_macros v0.24.3
24262025-03-01T04:22:18.789Z Compiling unicase v2.7.0
24272025-03-01T04:22:19.145Z Compiling crc-any v2.5.0
24282025-03-01T04:22:20.106Z Compiling indoc v1.0.9
24292025-03-01T04:22:20.230Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24302025-03-01T04:22:20.903Z Compiling object v0.30.4
24312025-03-01T04:22:21.089Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24322025-03-01T04:22:34.164Z Compiling derive_builder v0.20.2
24332025-03-01T04:22:34.377Z Compiling strip-ansi-escapes v0.2.0
24342025-03-01T04:22:37.784Z Compiling slog-stdlog v4.1.1
24352025-03-01T04:22:39.186Z Compiling papergrid v0.11.0
24362025-03-01T04:22:39.462Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24372025-03-01T04:22:39.661Z Compiling tabled_derive v0.7.0
24382025-03-01T04:22:39.817Z Compiling fd-lock v4.0.2
24392025-03-01T04:22:40.073Z Compiling peg-macros v0.8.4
24402025-03-01T04:22:41.632Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24412025-03-01T04:22:42.612Z Compiling impl-trait-for-tuples v0.2.2
24422025-03-01T04:22:43.192Z Compiling oso-derive v0.27.3
24432025-03-01T04:22:44.141Z Compiling quick-xml v0.37.2
24442025-03-01T04:22:48.362Z Compiling diesel-dtrace v0.4.2
24452025-03-01T04:22:48.728Z Compiling nu-ansi-term v0.50.1
24462025-03-01T04:22:49.977Z Compiling path-slash v0.1.5
24472025-03-01T04:22:50.256Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24482025-03-01T04:22:52.531Z Compiling reedline v0.38.0
24492025-03-01T04:22:59.142Z Compiling oso v0.27.3
24502025-03-01T04:23:04.022Z Compiling peg v0.8.4
24512025-03-01T04:23:04.198Z Compiling tabled v0.15.0
24522025-03-01T04:23:05.697Z Compiling slog-envlogger v2.2.0
24532025-03-01T04:23:11.277Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24542025-03-01T04:23:15.895Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24552025-03-01T04:23:16.616Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24562025-03-01T04:23:16.962Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24572025-03-01T04:23:17.370Z Compiling pem v3.0.5
24582025-03-01T04:23:18.796Z Compiling bb8 v0.8.5
24592025-03-01T04:23:19.405Z Compiling bcs v0.1.6
24602025-03-01T04:23:20.209Z Compiling fxhash v0.2.1
24612025-03-01T04:23:20.468Z Compiling libz-sys v1.1.20
24622025-03-01T04:23:21.129Z Compiling bumpalo v3.16.0
24632025-03-01T04:23:21.538Z Compiling zip v2.1.3
24642025-03-01T04:23:21.759Z Compiling simd-adler32 v0.3.7
24652025-03-01T04:23:21.913Z Compiling lockfree-object-pool v0.1.6
24662025-03-01T04:23:22.240Z Compiling termtree v0.5.1
24672025-03-01T04:23:23.016Z Compiling zopfli v0.8.1
24682025-03-01T04:23:24.012Z Compiling async-bb8-diesel v0.2.1
24692025-03-01T04:23:25.498Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24702025-03-01T04:23:26.515Z Compiling kstat-rs v0.2.4
24712025-03-01T04:23:27.199Z Compiling proc-macro-error-attr2 v2.0.0
24722025-03-01T04:23:27.302Z Compiling buf-list v1.0.3
24732025-03-01T04:23:27.427Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24742025-03-01T04:23:27.959Z Compiling proc-macro-error2 v2.0.1
24752025-03-01T04:23:28.532Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24762025-03-01T04:23:32.360Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24772025-03-01T04:23:32.850Z Compiling nanorand v0.7.0
24782025-03-01T04:23:33.514Z Compiling libgit2-sys v0.17.0+1.8.1
24792025-03-01T04:23:34.297Z Compiling pin-project-internal v1.1.6
24802025-03-01T04:23:37.063Z Compiling parking_lot_core v0.8.6
24812025-03-01T04:23:37.345Z Compiling pin-project v1.1.6
24822025-03-01T04:23:38.147Z Compiling flume v0.11.1
24832025-03-01T04:23:38.780Z Compiling tabled_derive v0.10.0
24842025-03-01T04:23:38.890Z Compiling mime_guess v2.0.5
24852025-03-01T04:23:41.140Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24862025-03-01T04:23:41.143Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24872025-03-01T04:23:44.125Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24882025-03-01T04:23:45.663Z Compiling papergrid v0.14.0
24892025-03-01T04:23:46.961Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24902025-03-01T04:23:50.084Z Compiling snafu-derive v0.8.5
24912025-03-01T04:23:51.154Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24922025-03-01T04:23:51.597Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24932025-03-01T04:23:54.232Z Compiling snafu v0.8.5
24942025-03-01T04:23:55.421Z Compiling tabled v0.18.0
24952025-03-01T04:24:03.738Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24962025-03-01T04:24:09.645Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24972025-03-01T04:24:15.043Z Compiling globset v0.4.15
24982025-03-01T04:24:15.674Z Compiling olpc-cjson v0.1.4
24992025-03-01T04:24:15.976Z Compiling itertools v0.13.0
25002025-03-01T04:24:19.617Z Compiling vergen v8.3.2
25012025-03-01T04:24:19.975Z Compiling castaway v0.2.3
25022025-03-01T04:24:20.189Z Compiling nibble_vec v0.1.0
25032025-03-01T04:24:20.428Z Compiling serde_plain v1.0.2
25042025-03-01T04:24:20.911Z Compiling cargo-platform v0.1.8
25052025-03-01T04:24:21.024Z Compiling atty v0.2.14
25062025-03-01T04:24:21.218Z Compiling salty v0.3.0
25072025-03-01T04:24:21.391Z Compiling io-lifetimes v1.0.11
25082025-03-01T04:24:21.655Z Compiling http-range v0.1.5
25092025-03-01T04:24:21.941Z Compiling typed-path v0.9.3
25102025-03-01T04:24:22.236Z Compiling endian-type v0.1.2
25112025-03-01T04:24:22.510Z Compiling radix_trie v0.2.1
25122025-03-01T04:24:24.012Z Compiling cargo_metadata v0.18.1
25132025-03-01T04:24:24.353Z Compiling compact_str v0.8.0
25142025-03-01T04:24:25.273Z Compiling tough v0.19.0
25152025-03-01T04:24:26.674Z Compiling unicode-truncate v1.1.0
25162025-03-01T04:24:26.819Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172025-03-01T04:24:26.966Z Compiling parking_lot v0.11.2
25182025-03-01T04:24:27.995Z Compiling git2 v0.19.0
25192025-03-01T04:24:30.478Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25202025-03-01T04:24:34.679Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25212025-03-01T04:24:35.871Z Compiling lru v0.12.5
25222025-03-01T04:24:36.226Z Compiling rand_seeder v0.3.0
25232025-03-01T04:24:36.680Z Compiling lzma-sys v0.1.20
25242025-03-01T04:24:37.378Z Compiling instability v0.3.2
25252025-03-01T04:24:37.677Z Compiling cassowary v0.3.0
25262025-03-01T04:24:38.387Z Compiling rustls v0.21.12
25272025-03-01T04:24:38.430Z Compiling parse-size v1.1.0
25282025-03-01T04:24:38.753Z Compiling indoc v2.0.5
25292025-03-01T04:24:38.772Z Compiling rustix v0.37.28
25302025-03-01T04:24:38.986Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25312025-03-01T04:24:39.266Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25322025-03-01T04:24:39.568Z Compiling ratatui v0.29.0
25332025-03-01T04:24:39.667Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25342025-03-01T04:24:40.863Z Compiling hyper-staticfile v0.10.1
25352025-03-01T04:24:41.161Z Compiling sled v0.34.7
25362025-03-01T04:24:43.602Z Compiling hickory-client v0.24.4
25372025-03-01T04:24:44.317Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25382025-03-01T04:24:45.523Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25392025-03-01T04:24:48.321Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25402025-03-01T04:24:50.914Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25412025-03-01T04:24:52.462Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25422025-03-01T04:24:52.812Z Compiling sct v0.7.1
25432025-03-01T04:24:53.274Z Compiling rustls-webpki v0.101.7
25442025-03-01T04:24:57.100Z Compiling hickory-server v0.24.4
25452025-03-01T04:24:57.230Z Compiling primeorder v0.13.6
25462025-03-01T04:24:57.595Z Compiling heck v0.3.3
25472025-03-01T04:24:57.837Z Compiling env_filter v0.1.2
25482025-03-01T04:24:57.923Z Compiling csv-core v0.1.11
25492025-03-01T04:24:58.853Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25502025-03-01T04:24:59.305Z Compiling csv v1.3.1
25512025-03-01T04:24:59.327Z Compiling env_logger v0.11.5
25522025-03-01T04:24:59.396Z Compiling zone_cfg_derive v0.1.2
25532025-03-01T04:25:00.694Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25542025-03-01T04:25:00.789Z Compiling p384 v0.13.0
25552025-03-01T04:25:07.942Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25562025-03-01T04:25:08.751Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25572025-03-01T04:25:08.919Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25582025-03-01T04:25:09.929Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25592025-03-01T04:25:10.002Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25602025-03-01T04:25:11.304Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25612025-03-01T04:25:11.324Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25622025-03-01T04:25:11.703Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25632025-03-01T04:25:11.732Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25642025-03-01T04:25:12.090Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25652025-03-01T04:25:12.116Z Compiling nix v0.27.1
25662025-03-01T04:25:12.902Z Compiling tungstenite v0.23.0
25672025-03-01T04:25:14.959Z Compiling base64 v0.13.1
25682025-03-01T04:25:15.786Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25692025-03-01T04:25:15.846Z Compiling ron v0.7.1
25702025-03-01T04:25:16.183Z Compiling tokio-tungstenite v0.23.1
25712025-03-01T04:25:17.409Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25722025-03-01T04:25:18.499Z Compiling xz2 v0.1.7
25732025-03-01T04:25:19.045Z Compiling terminal_size v0.2.6
25742025-03-01T04:25:19.288Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25752025-03-01T04:25:21.105Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25762025-03-01T04:25:25.570Z Compiling tokio-rustls v0.24.1
25772025-03-01T04:25:26.074Z Compiling zone v0.1.8
25782025-03-01T04:25:27.327Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25792025-03-01T04:25:27.672Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25802025-03-01T04:25:29.243Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25812025-03-01T04:25:29.341Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25822025-03-01T04:25:29.768Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25832025-03-01T04:25:29.860Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25842025-03-01T04:25:30.241Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25852025-03-01T04:25:30.635Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25862025-03-01T04:25:33.536Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872025-03-01T04:25:34.975Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25882025-03-01T04:25:36.467Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25892025-03-01T04:25:38.472Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25902025-03-01T04:25:38.825Z Compiling rustls-pemfile v1.0.4
25912025-03-01T04:25:39.586Z Compiling signal-hook-tokio v0.3.1
25922025-03-01T04:25:39.824Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25932025-03-01T04:25:39.963Z Compiling twox-hash v2.1.0
25942025-03-01T04:25:40.041Z Compiling yasna v0.5.2
25952025-03-01T04:25:41.007Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25962025-03-01T04:25:42.278Z Compiling glob v0.3.2
25972025-03-01T04:25:42.939Z Compiling smawk v0.3.2
25982025-03-01T04:25:43.256Z Compiling is_ci v1.2.0
25992025-03-01T04:25:43.478Z Compiling unicode-linebreak v0.1.5
26002025-03-01T04:25:43.584Z Compiling supports-color v3.0.2
26012025-03-01T04:25:43.587Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26022025-03-01T04:25:44.006Z Compiling textwrap v0.16.1
26032025-03-01T04:25:44.063Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26042025-03-01T04:25:44.383Z Compiling rcgen v0.12.1
26052025-03-01T04:25:48.629Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26062025-03-01T04:25:50.310Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26072025-03-01T04:25:50.721Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26082025-03-01T04:25:53.214Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26092025-03-01T04:25:58.488Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26102025-03-01T04:25:59.919Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26112025-03-01T04:26:12.289Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26122025-03-01T04:26:12.901Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26132025-03-01T04:26:16.878Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26142025-03-01T04:26:18.964Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26152025-03-01T04:26:23.022Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26162025-03-01T04:26:23.567Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26172025-03-01T04:26:26.181Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26182025-03-01T04:26:33.547Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26192025-03-01T04:26:37.907Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26202025-03-01T04:26:38.954Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26212025-03-01T04:26:41.598Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26222025-03-01T04:26:41.909Z Compiling fatfs v0.3.6
26232025-03-01T04:26:41.943Z Compiling rtoolbox v0.0.2
26242025-03-01T04:26:42.376Z Compiling subprocess v0.2.9
26252025-03-01T04:26:43.592Z Compiling assert_matches v1.5.0
26262025-03-01T04:26:44.087Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26272025-03-01T04:26:44.606Z Compiling rpassword v7.3.1
26282025-03-01T04:26:45.105Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26292025-03-01T04:26:47.013Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26302025-03-01T04:26:51.720Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26312025-03-01T04:26:58.638Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26322025-03-01T04:27:01.370Z Compiling tui-tree-widget v0.23.0
26332025-03-01T04:27:01.819Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26342025-03-01T04:27:14.878Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26352025-03-01T04:27:15.233Z Compiling uzers v0.12.1
26362025-03-01T04:27:18.343Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26372025-03-01T04:27:19.591Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26382025-03-01T04:27:21.273Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26392025-03-01T04:27:34.890Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26402025-03-01T04:27:45.305Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26412025-03-01T04:27:47.176Z Compiling multimap v0.10.0
26422025-03-01T04:30:07.850Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26432025-03-01T04:37:20.819Z Finished `release` profile [optimized] target(s) in 17m 26s
26442025-03-01T04:38:29.437Z
26452025-03-01T04:38:29.440Zreal 18:35.943923558
26462025-03-01T04:38:29.440Zuser 2:11:09.600855898
26472025-03-01T04:38:29.440Zsys 3:36.833320682
26482025-03-01T04:38:29.440Ztrap 3.360130397
26492025-03-01T04:38:29.440Ztflt 1.780673613
26502025-03-01T04:38:29.440Zdflt 5.096084685
26512025-03-01T04:38:29.440Zkflt 0.022557646
26522025-03-01T04:38:29.441Zlock 7:48:12.042715230
26532025-03-01T04:38:29.441Zslp 6:46:50.444327220
26542025-03-01T04:38:29.441Zlat 3:38.937221520
26552025-03-01T04:38:29.441Zstop 3:01.858954452
26562025-03-01T04:38:29.441Z+ mapfile -t packages
26572025-03-01T04:38:29.441Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26582025-03-01T04:38:30.495Z Compiling ring v0.17.11
26592025-03-01T04:38:32.454Z Compiling rustls v0.23.19
26602025-03-01T04:38:32.455Z Compiling rustls v0.22.4
26612025-03-01T04:38:34.101Z Compiling rustls-webpki v0.102.8
26622025-03-01T04:38:38.041Z Compiling tokio-rustls v0.25.0
26632025-03-01T04:38:38.509Z Compiling dropshot v0.12.0
26642025-03-01T04:38:40.049Z Compiling tokio-rustls v0.26.0
26652025-03-01T04:38:40.528Z Compiling hyper-rustls v0.27.3
26662025-03-01T04:38:41.060Z Compiling reqwest v0.12.12
26672025-03-01T04:38:42.587Z Compiling qorb v0.2.1
26682025-03-01T04:38:44.027Z Compiling dropshot v0.16.0
26692025-03-01T04:38:49.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26702025-03-01T04:38:50.661Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712025-03-01T04:38:54.203Z Compiling progenitor-client v0.8.0
26722025-03-01T04:38:55.044Z Compiling progenitor v0.8.0
26732025-03-01T04:38:55.331Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26742025-03-01T04:38:55.353Z Compiling progenitor-client v0.9.1
26752025-03-01T04:38:56.344Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26762025-03-01T04:38:59.576Z Compiling omicron-zone-package v0.12.0
26772025-03-01T04:39:01.396Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26782025-03-01T04:39:15.609Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26792025-03-01T04:39:20.538Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26802025-03-01T04:39:22.345Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26812025-03-01T04:39:24.369Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26822025-03-01T04:39:39.169Z Finished `release` profile [optimized] target(s) in 1m 09s
26832025-03-01T04:39:39.350Z Running `target/release/omicron-package -t test list-outputs`
26842025-03-01T04:39:39.402ZLogging to: /work/oxidecomputer/omicron/out/LOG
26852025-03-01T04:39:39.405Z+ ptime -m cargo build --locked --release -p xtask
26862025-03-01T04:39:40.011Z Compiling serde v1.0.218
26872025-03-01T04:39:40.014Z Compiling rustix v0.38.37
26882025-03-01T04:39:40.014Z Compiling serde_json v1.0.139
26892025-03-01T04:39:40.014Z Compiling libc v0.2.170
26902025-03-01T04:39:40.014Z Compiling syn v2.0.98
26912025-03-01T04:39:40.119Z Compiling bitflags v2.6.0
26922025-03-01T04:39:40.470Z Compiling usdt-impl v0.5.0
26932025-03-01T04:39:40.515Z Compiling syn v1.0.109
26942025-03-01T04:39:40.651Z Compiling hashbrown v0.15.1
26952025-03-01T04:39:40.686Z Compiling log v0.4.22
26962025-03-01T04:39:40.886Z Compiling fs-err v2.11.0
26972025-03-01T04:39:41.169Z Compiling once_cell v1.20.3
26982025-03-01T04:39:41.247Z Compiling anyhow v1.0.96
26992025-03-01T04:39:41.532Z Compiling thread-id v4.2.2
27002025-03-01T04:39:41.888Z Compiling indexmap v2.7.1
27012025-03-01T04:39:42.998Z Compiling terminal_size v0.4.0
27022025-03-01T04:39:43.069Z Compiling tempfile v3.13.0
27032025-03-01T04:39:43.253Z Compiling clap_builder v4.5.31
27042025-03-01T04:39:43.707Z Compiling proc-macro-error v1.0.4
27052025-03-01T04:39:44.667Z Compiling tabled_derive v0.7.0
27062025-03-01T04:39:45.807Z Compiling tabled v0.15.0
27072025-03-01T04:39:46.279Z Compiling serde_derive v1.0.218
27082025-03-01T04:39:46.279Z Compiling thiserror-impl v1.0.69
27092025-03-01T04:39:46.283Z Compiling zerocopy-derive v0.7.35
27102025-03-01T04:39:46.283Z Compiling scroll_derive v0.12.0
27112025-03-01T04:39:46.283Z Compiling thiserror-impl v2.0.11
27122025-03-01T04:39:47.728Z Compiling scroll v0.12.0
27132025-03-01T04:39:48.074Z Compiling zerocopy v0.7.35
27142025-03-01T04:39:48.373Z Compiling goblin v0.8.2
27152025-03-01T04:39:48.857Z Compiling thiserror v1.0.69
27162025-03-01T04:39:49.043Z Compiling pest v2.7.14
27172025-03-01T04:39:50.852Z Compiling thiserror v2.0.11
27182025-03-01T04:39:51.074Z Compiling clap_derive v4.5.28
27192025-03-01T04:39:52.049Z Compiling pest_meta v2.7.14
27202025-03-01T04:39:55.160Z Compiling pest_generator v2.7.14
27212025-03-01T04:39:55.605Z Compiling clap v4.5.31
27222025-03-01T04:39:56.894Z Compiling pest_derive v2.7.14
27232025-03-01T04:39:57.742Z Compiling dtrace-parser v0.2.0
27242025-03-01T04:39:59.344Z Compiling toml_datetime v0.6.8
27252025-03-01T04:40:00.090Z Compiling serde_spanned v0.6.8
27262025-03-01T04:40:00.422Z Compiling serde_tokenstream v0.2.2
27272025-03-01T04:40:01.097Z Compiling dof v0.3.0
27282025-03-01T04:40:02.116Z Compiling toml_edit v0.22.24
27292025-03-01T04:40:03.394Z Compiling camino v1.1.9
27302025-03-01T04:40:05.346Z Compiling usdt-macro v0.5.0
27312025-03-01T04:40:05.364Z Compiling usdt-attr-macro v0.5.0
27322025-03-01T04:40:06.661Z Compiling toml v0.8.20
27332025-03-01T04:40:07.587Z Compiling semver v1.0.25
27342025-03-01T04:40:09.155Z Compiling cargo-platform v0.1.8
27352025-03-01T04:40:10.353Z Compiling cargo_metadata v0.19.1
27362025-03-01T04:40:11.134Z Compiling cargo_toml v0.21.0
27372025-03-01T04:40:12.520Z Compiling usdt v0.5.0
27382025-03-01T04:40:13.206Z Compiling camino-tempfile v1.1.1
27392025-03-01T04:40:13.981Z Compiling macaddr v1.0.1
27402025-03-01T04:40:24.344Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27412025-03-01T04:40:30.163Z Finished `release` profile [optimized] target(s) in 50.70s
27422025-03-01T04:40:30.287Z
27432025-03-01T04:40:30.287Zreal 50.845809805
27442025-03-01T04:40:30.287Zuser 5:28.978327569
27452025-03-01T04:40:30.287Zsys 20.337149632
27462025-03-01T04:40:30.287Ztrap 0.166481757
27472025-03-01T04:40:30.288Ztflt 0.239330434
27482025-03-01T04:40:30.291Zdflt 0.400082232
27492025-03-01T04:40:30.291Zkflt 0.000000000
27502025-03-01T04:40:30.291Zlock 10:40.099935075
27512025-03-01T04:40:30.291Zslp 16:30.195498161
27522025-03-01T04:40:30.291Zlat 16.322349048
27532025-03-01T04:40:30.291Zstop 21.751414225
27542025-03-01T04:40:30.291Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27552025-03-01T04:40:30.291Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27562025-03-01T04:40:30.291Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27572025-03-01T04:40:30.292Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27582025-03-01T04:40:30.292Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27592025-03-01T04:40:31.251Z Compiling ring v0.17.11
27602025-03-01T04:40:31.393Z Compiling regress v0.10.3
27612025-03-01T04:40:31.413Z Compiling thiserror-impl v2.0.11
27622025-03-01T04:40:31.413Z Compiling ident_case v1.0.1
27632025-03-01T04:40:31.418Z Compiling unsafe-libyaml v0.2.11
27642025-03-01T04:40:31.418Z Compiling ipnetwork v0.21.1
27652025-03-01T04:40:31.418Z Compiling macaddr v1.0.1
27662025-03-01T04:40:31.428Z Compiling instant v0.1.13
27672025-03-01T04:40:31.631Z Compiling structmeta-derive v0.3.0
27682025-03-01T04:40:31.702Z Compiling darling_core v0.20.10
27692025-03-01T04:40:31.926Z Compiling dropshot v0.16.0
27702025-03-01T04:40:32.267Z Compiling oxnet v0.1.1
27712025-03-01T04:40:32.376Z Compiling dropshot_endpoint v0.16.0
27722025-03-01T04:40:32.983Z Compiling serde_yaml v0.9.34+deprecated
27732025-03-01T04:40:33.194Z Compiling daft-derive v0.1.1
27742025-03-01T04:40:34.245Z Compiling structmeta v0.3.0
27752025-03-01T04:40:34.517Z Compiling thiserror v2.0.11
27762025-03-01T04:40:34.659Z Compiling parse-display-derive v0.10.0
27772025-03-01T04:40:34.692Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782025-03-01T04:40:34.712Z Compiling daft v0.1.1
27792025-03-01T04:40:35.193Z Compiling typify-impl v0.2.0
27802025-03-01T04:40:35.461Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27812025-03-01T04:40:35.680Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27822025-03-01T04:40:35.865Z Compiling backoff v0.4.0
27832025-03-01T04:40:36.179Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27842025-03-01T04:40:36.271Z Compiling tempfile v3.13.0
27852025-03-01T04:40:36.328Z Compiling proc-macro-crate v1.3.1
27862025-03-01T04:40:36.360Z Compiling typify-impl v0.3.0
27872025-03-01T04:40:36.379Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27882025-03-01T04:40:36.772Z Compiling rustls v0.23.19
27892025-03-01T04:40:36.807Z Compiling rustls v0.22.4
27902025-03-01T04:40:36.876Z Compiling itertools v0.13.0
27912025-03-01T04:40:37.098Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27922025-03-01T04:40:37.257Z Compiling num_enum_derive v0.5.11
27932025-03-01T04:40:37.396Z Compiling darling_macro v0.20.10
27942025-03-01T04:40:37.422Z Compiling crucible-workspace-hack v0.1.0
27952025-03-01T04:40:37.756Z Compiling heapless v0.8.0
27962025-03-01T04:40:38.364Z Compiling darling v0.20.10
27972025-03-01T04:40:38.506Z Compiling parse-display v0.10.0
27982025-03-01T04:40:38.527Z Compiling serde_with_macros v3.12.0
27992025-03-01T04:40:38.727Z Compiling proc-macro-error v1.0.4
28002025-03-01T04:40:39.147Z Compiling rustls-webpki v0.102.8
28012025-03-01T04:40:39.368Z Compiling camino-tempfile v1.1.1
28022025-03-01T04:40:39.589Z Compiling num_enum v0.5.11
28032025-03-01T04:40:39.738Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28042025-03-01T04:40:39.792Z Compiling hash32 v0.3.1
28052025-03-01T04:40:39.849Z Compiling foreign-types-macros v0.2.3
28062025-03-01T04:40:40.966Z Compiling foreign-types-shared v0.3.1
28072025-03-01T04:40:41.023Z Compiling serde_with v3.12.0
28082025-03-01T04:40:41.173Z Compiling smoltcp v0.11.0
28092025-03-01T04:40:41.198Z Compiling foreign-types v0.5.0
28102025-03-01T04:40:42.236Z Compiling tabwriter v1.4.0
28112025-03-01T04:40:42.527Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28122025-03-01T04:40:42.686Z Compiling cstr-argument v0.1.2
28132025-03-01T04:40:42.971Z Compiling pretty-hex v0.2.1
28142025-03-01T04:40:43.183Z Compiling cobs v0.2.3
28152025-03-01T04:40:43.352Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28162025-03-01T04:40:43.486Z Compiling postcard v1.0.10
28172025-03-01T04:40:43.730Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28182025-03-01T04:40:43.949Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28192025-03-01T04:40:44.135Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28202025-03-01T04:40:44.682Z Compiling colored v2.2.0
28212025-03-01T04:40:44.692Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28222025-03-01T04:40:45.048Z Compiling tokio-rustls v0.25.0
28232025-03-01T04:40:45.385Z Compiling winnow v0.6.20
28242025-03-01T04:40:45.509Z Compiling dropshot v0.12.0
28252025-03-01T04:40:48.767Z Compiling tokio-rustls v0.26.0
28262025-03-01T04:40:48.799Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28272025-03-01T04:40:49.020Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28282025-03-01T04:40:49.230Z Compiling hyper-rustls v0.27.3
28292025-03-01T04:40:49.465Z Compiling typify-macro v0.2.0
28302025-03-01T04:40:49.598Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28312025-03-01T04:40:49.881Z Compiling reqwest v0.12.12
28322025-03-01T04:40:50.967Z Compiling qorb v0.2.1
28332025-03-01T04:40:52.243Z Compiling typify-macro v0.3.0
28342025-03-01T04:40:53.031Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28352025-03-01T04:40:53.149Z Compiling progenitor-client v0.9.1
28362025-03-01T04:40:53.209Z Compiling typify v0.2.0
28372025-03-01T04:40:53.373Z Compiling progenitor-impl v0.8.0
28382025-03-01T04:40:53.664Z Compiling progenitor-client v0.8.0
28392025-03-01T04:40:53.826Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28402025-03-01T04:40:54.198Z Compiling smf v0.2.3
28412025-03-01T04:40:54.875Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28422025-03-01T04:40:55.016Z Compiling zone_cfg_derive v0.3.0
28432025-03-01T04:40:55.232Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28442025-03-01T04:40:55.311Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28452025-03-01T04:40:55.394Z Compiling itertools v0.14.0
28462025-03-01T04:40:55.733Z Compiling num-derive v0.4.2
28472025-03-01T04:40:56.038Z Compiling typify v0.3.0
28482025-03-01T04:40:56.871Z Compiling progenitor-impl v0.9.1
28492025-03-01T04:40:56.875Z Compiling sigpipe v0.1.3
28502025-03-01T04:40:56.875Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28512025-03-01T04:40:56.875Z Compiling zone v0.3.0
28522025-03-01T04:40:56.986Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28532025-03-01T04:40:57.376Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28542025-03-01T04:40:57.478Z Compiling universal-hash v0.5.1
28552025-03-01T04:40:57.702Z Compiling opaque-debug v0.3.1
28562025-03-01T04:40:57.829Z Compiling tungstenite v0.21.0
28572025-03-01T04:40:58.056Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28582025-03-01T04:40:58.074Z Compiling num-rational v0.4.2
28592025-03-01T04:40:58.456Z Compiling password-hash v0.5.0
28602025-03-01T04:40:58.617Z Compiling blake2 v0.10.6
28612025-03-01T04:40:58.903Z Compiling num-complex v0.4.6
28622025-03-01T04:40:59.376Z Compiling aead v0.5.2
28632025-03-01T04:40:59.576Z Compiling base64 v0.21.7
28642025-03-01T04:40:59.721Z Compiling convert_case v0.4.0
28652025-03-01T04:40:59.789Z Compiling keccak v0.1.5
28662025-03-01T04:40:59.912Z Compiling num v0.4.3
28672025-03-01T04:41:00.006Z Compiling argon2 v0.5.3
28682025-03-01T04:41:00.028Z Compiling progenitor-macro v0.8.0
28692025-03-01T04:41:00.049Z Compiling tokio-tungstenite v0.21.0
28702025-03-01T04:41:00.245Z Compiling sha3 v0.10.8
28712025-03-01T04:41:00.268Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722025-03-01T04:41:00.540Z Compiling derive_more v0.99.19
28732025-03-01T04:41:00.626Z Compiling poly1305 v0.8.0
28742025-03-01T04:41:00.795Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752025-03-01T04:41:00.940Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28762025-03-01T04:41:01.262Z Compiling chacha20 v0.9.1
28772025-03-01T04:41:01.622Z Compiling float-ord v0.3.2
28782025-03-01T04:41:01.771Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28792025-03-01T04:41:01.855Z Compiling semver v0.1.20
28802025-03-01T04:41:01.936Z Compiling same-file v1.0.6
28812025-03-01T04:41:02.227Z Compiling rustc_version v0.1.7
28822025-03-01T04:41:02.254Z Compiling walkdir v2.5.0
28832025-03-01T04:41:02.356Z Compiling newline-converter v0.3.0
28842025-03-01T04:41:02.457Z Compiling primeorder v0.13.6
28852025-03-01T04:41:02.563Z Compiling secrecy v0.8.0
28862025-03-01T04:41:02.692Z Compiling owo-colors v4.2.0
28872025-03-01T04:41:02.729Z Compiling cancel-safe-futures v0.1.5
28882025-03-01T04:41:02.831Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28892025-03-01T04:41:02.915Z Compiling progenitor-macro v0.9.1
28902025-03-01T04:41:02.936Z Compiling newtype_derive v0.1.6
28912025-03-01T04:41:02.994Z Compiling expectorate v1.1.0
28922025-03-01T04:41:03.154Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28932025-03-01T04:41:03.193Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28942025-03-01T04:41:03.287Z Compiling thiserror-impl-no-std v2.0.2
28952025-03-01T04:41:03.386Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28962025-03-01T04:41:03.446Z Compiling libsw-core v0.3.1
28972025-03-01T04:41:03.613Z Compiling blake3 v1.5.4
28982025-03-01T04:41:03.758Z Compiling half v2.4.1
28992025-03-01T04:41:03.970Z Compiling unicase v2.7.0
29002025-03-01T04:41:04.255Z Compiling ciborium-io v0.2.2
29012025-03-01T04:41:04.276Z Compiling fixedbitset v0.5.7
29022025-03-01T04:41:04.311Z Compiling arc-swap v1.7.1
29032025-03-01T04:41:04.410Z Compiling ciborium-ll v0.2.2
29042025-03-01T04:41:04.848Z Compiling slog-scope v4.4.0
29052025-03-01T04:41:04.929Z Compiling petgraph v0.7.1
29062025-03-01T04:41:04.933Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29072025-03-01T04:41:05.255Z Compiling libsw v3.4.0
29082025-03-01T04:41:05.333Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092025-03-01T04:41:05.987Z Compiling thiserror-no-std v2.0.2
29102025-03-01T04:41:06.166Z Compiling polyval v0.6.2
29112025-03-01T04:41:06.411Z Compiling atomicwrites v0.4.4
29122025-03-01T04:41:06.606Z Compiling memmap2 v0.9.5
29132025-03-01T04:41:06.779Z Compiling arrayref v0.3.9
29142025-03-01T04:41:06.923Z Compiling linear-map v1.2.0
29152025-03-01T04:41:07.043Z Compiling constant_time_eq v0.3.1
29162025-03-01T04:41:07.066Z Compiling arrayvec v0.7.6
29172025-03-01T04:41:07.272Z Compiling libefi-sys v0.1.0
29182025-03-01T04:41:07.292Z Compiling indent_write v2.2.0
29192025-03-01T04:41:07.510Z Compiling parking_lot_core v0.8.6
29202025-03-01T04:41:07.547Z Compiling salty v0.3.0
29212025-03-01T04:41:07.704Z Compiling ghash v0.5.1
29222025-03-01T04:41:07.933Z Compiling vsss-rs v3.3.4
29232025-03-01T04:41:08.115Z Compiling slog-stdlog v4.1.1
29242025-03-01T04:41:08.187Z Compiling ciborium v0.2.2
29252025-03-01T04:41:08.509Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29262025-03-01T04:41:09.057Z Compiling p384 v0.13.0
29272025-03-01T04:41:09.104Z Compiling toolchain_find v0.4.0
29282025-03-01T04:41:09.224Z Compiling chacha20poly1305 v0.10.1
29292025-03-01T04:41:09.492Z Compiling ctr v0.9.2
29302025-03-01T04:41:09.514Z Compiling lzma-sys v0.1.20
29312025-03-01T04:41:09.700Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29322025-03-01T04:41:09.908Z Compiling bitfield-struct v0.6.2
29332025-03-01T04:41:10.171Z Compiling slog-dtrace v0.3.0
29342025-03-01T04:41:10.277Z Compiling highway v1.3.0
29352025-03-01T04:41:10.516Z Compiling topological-sort v0.2.2
29362025-03-01T04:41:10.772Z Compiling omicron-zone-package v0.12.0
29372025-03-01T04:41:10.809Z Compiling aes-gcm v0.10.3
29382025-03-01T04:41:11.063Z Compiling rustfmt-wrapper v0.2.1
29392025-03-01T04:41:11.174Z Compiling mime_guess v2.0.5
29402025-03-01T04:41:11.310Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29412025-03-01T04:41:11.655Z Compiling slog-envlogger v2.2.0
29422025-03-01T04:41:11.981Z Compiling progenitor v0.8.0
29432025-03-01T04:41:12.071Z Compiling steno v0.4.1
29442025-03-01T04:41:12.223Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29452025-03-01T04:41:12.362Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29462025-03-01T04:41:12.746Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29472025-03-01T04:41:12.767Z Compiling heck v0.3.3
29482025-03-01T04:41:13.005Z Compiling ssh-encoding v0.2.0
29492025-03-01T04:41:13.150Z Compiling blowfish v0.9.1
29502025-03-01T04:41:13.382Z Compiling nibble_vec v0.1.0
29512025-03-01T04:41:13.451Z Compiling env_filter v0.1.2
29522025-03-01T04:41:13.501Z Compiling humantime v2.1.0
29532025-03-01T04:41:13.617Z Compiling endian-type v0.1.2
29542025-03-01T04:41:13.643Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29552025-03-01T04:41:13.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29562025-03-01T04:41:13.867Z Compiling radix_trie v0.2.1
29572025-03-01T04:41:14.015Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29582025-03-01T04:41:14.076Z Compiling env_logger v0.11.5
29592025-03-01T04:41:14.190Z Compiling bcrypt-pbkdf v0.10.0
29602025-03-01T04:41:14.497Z Compiling ssh-cipher v0.2.0
29612025-03-01T04:41:14.754Z Compiling progenitor v0.9.1
29622025-03-01T04:41:14.773Z Compiling zone_cfg_derive v0.1.2
29632025-03-01T04:41:14.812Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29642025-03-01T04:41:15.008Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29652025-03-01T04:41:15.246Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29662025-03-01T04:41:15.297Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29672025-03-01T04:41:15.858Z Compiling parking_lot v0.11.2
29682025-03-01T04:41:16.425Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29692025-03-01T04:41:16.447Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29702025-03-01T04:41:16.754Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29712025-03-01T04:41:16.880Z Compiling password-hash v0.4.2
29722025-03-01T04:41:16.980Z Compiling gethostname v0.5.0
29732025-03-01T04:41:17.192Z Compiling fxhash v0.2.1
29742025-03-01T04:41:17.218Z Compiling bumpalo v3.16.0
29752025-03-01T04:41:17.439Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29762025-03-01T04:41:17.722Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29772025-03-01T04:41:17.745Z Compiling http-range v0.1.5
29782025-03-01T04:41:17.785Z Compiling base64 v0.13.1
29792025-03-01T04:41:18.104Z Compiling lockfree-object-pool v0.1.6
29802025-03-01T04:41:18.162Z Compiling zip v2.1.3
29812025-03-01T04:41:18.362Z Compiling simd-adler32 v0.3.7
29822025-03-01T04:41:18.411Z Compiling ron v0.7.1
29832025-03-01T04:41:18.589Z Compiling sled v0.34.7
29842025-03-01T04:41:18.944Z Compiling zopfli v0.8.1
29852025-03-01T04:41:19.686Z Compiling pbkdf2 v0.11.0
29862025-03-01T04:41:20.106Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29872025-03-01T04:41:20.484Z Compiling xz2 v0.1.7
29882025-03-01T04:41:20.526Z Compiling zone v0.1.8
29892025-03-01T04:41:20.807Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29902025-03-01T04:41:20.940Z Compiling ssh-key v0.6.6
29912025-03-01T04:41:21.384Z Compiling hickory-client v0.24.4
29922025-03-01T04:41:21.841Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29932025-03-01T04:41:21.926Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29942025-03-01T04:41:21.949Z Compiling p256 v0.13.2
29952025-03-01T04:41:22.753Z Compiling p521 v0.13.3
29962025-03-01T04:41:22.794Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29972025-03-01T04:41:23.293Z Compiling hickory-server v0.24.4
29982025-03-01T04:41:23.781Z Compiling pem v3.0.5
29992025-03-01T04:41:24.514Z Compiling yasna v0.5.2
30002025-03-01T04:41:25.009Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30012025-03-01T04:41:25.054Z Compiling headers-core v0.3.0
30022025-03-01T04:41:25.268Z Compiling kstat-rs v0.2.4
30032025-03-01T04:41:25.563Z Compiling nanorand v0.7.0
30042025-03-01T04:41:25.897Z Compiling atty v0.2.14
30052025-03-01T04:41:26.083Z Compiling russh-cryptovec v0.7.3
30062025-03-01T04:41:26.105Z Compiling md5 v0.7.0
30072025-03-01T04:41:26.131Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30082025-03-01T04:41:26.439Z Compiling russh-keys v0.45.0
30092025-03-01T04:41:26.627Z Compiling flume v0.11.1
30102025-03-01T04:41:27.317Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30112025-03-01T04:41:27.350Z Compiling rcgen v0.12.1
30122025-03-01T04:41:27.980Z Compiling headers v0.4.0
30132025-03-01T04:41:29.735Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30142025-03-01T04:41:30.017Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30152025-03-01T04:41:30.590Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30162025-03-01T04:41:32.719Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30172025-03-01T04:41:32.869Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30182025-03-01T04:41:34.133Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30192025-03-01T04:41:34.338Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30202025-03-01T04:41:34.418Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30212025-03-01T04:41:35.167Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30222025-03-01T04:41:36.685Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30232025-03-01T04:41:36.913Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30242025-03-01T04:41:37.619Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30252025-03-01T04:41:37.854Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30262025-03-01T04:41:38.003Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30272025-03-01T04:41:38.225Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30282025-03-01T04:41:38.868Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292025-03-01T04:41:39.980Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30302025-03-01T04:41:41.278Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30312025-03-01T04:41:42.988Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30322025-03-01T04:41:43.437Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30332025-03-01T04:41:43.553Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30342025-03-01T04:41:44.056Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30352025-03-01T04:41:45.906Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30362025-03-01T04:41:46.366Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30372025-03-01T04:41:47.763Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30382025-03-01T04:41:48.343Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30392025-03-01T04:41:48.784Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30402025-03-01T04:41:48.987Z Compiling hyper-staticfile v0.10.1
30412025-03-01T04:41:50.140Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30422025-03-01T04:41:50.266Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30432025-03-01T04:41:50.777Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30442025-03-01T04:41:51.124Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
30452025-03-01T04:41:51.254Z Compiling num-bigint v0.4.6
30462025-03-01T04:41:51.535Z Compiling des v0.8.1
30472025-03-01T04:41:51.836Z Compiling subprocess v0.2.9
30482025-03-01T04:41:51.895Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30492025-03-01T04:41:52.394Z Compiling display-error-chain v0.2.2
30502025-03-01T04:41:52.654Z Compiling hex-literal v0.4.1
30512025-03-01T04:41:52.777Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30522025-03-01T04:41:52.809Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30532025-03-01T04:41:52.852Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30542025-03-01T04:41:53.536Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30552025-03-01T04:41:54.046Z Compiling internet-checksum v0.2.1
30562025-03-01T04:41:54.303Z Compiling russh v0.45.0
30572025-03-01T04:41:57.943Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30582025-03-01T04:42:05.064Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30592025-03-01T04:42:06.649Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30602025-03-01T04:42:30.594Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30612025-03-01T04:42:53.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
30622025-03-01T04:42:54.101Z
30632025-03-01T04:42:54.101Zreal 2:23.752189413
30642025-03-01T04:42:54.101Zuser 12:18.352756106
30652025-03-01T04:42:54.101Zsys 1:40.150722578
30662025-03-01T04:42:54.101Ztrap 0.383977582
30672025-03-01T04:42:54.101Ztflt 0.308387284
30682025-03-01T04:42:54.101Zdflt 0.426232417
30692025-03-01T04:42:54.101Zkflt 0.000022486
30702025-03-01T04:42:54.104Zlock 22:52.139239919
30712025-03-01T04:42:54.104Zslp 43:41.486578130
30722025-03-01T04:42:54.104Zlat 39.972411154
30732025-03-01T04:42:54.104Zstop 1:45.647399716
30742025-03-01T04:42:54.104Z+ mkdir tests
30752025-03-01T04:42:54.112Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30762025-03-01T04:42:54.112Z+ xargs -I '{}' -t cp '{}' tests/
30772025-03-01T04:42:54.151Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7f0448778cd4b7c5 tests/
30782025-03-01T04:42:54.179Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-39e4bb89d01a13df tests/
30792025-03-01T04:42:54.205Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-97398c96e68737ca tests/
30802025-03-01T04:42:54.233Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0fa286fb7aa2adbc tests/
30812025-03-01T04:42:54.514Z+ 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/*)
30822025-03-01T04:42:54.530Z+ 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-39e4bb89d01a13df tests/commtest-97398c96e68737ca tests/dhcp_server-7f0448778cd4b7c5 tests/end_to_end_tests-0fa286fb7aa2adbc 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
30832025-03-01T04:44:11.784ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30842025-03-01T04:44:11.784Za .github/buildomat/ci-env.sh 1K
30852025-03-01T04:44:11.784Za out/target/test 1K
30862025-03-01T04:44:11.784Za out/npuzone/npuzone 23144K
30872025-03-01T04:44:11.784Za package-manifest.toml 33K
30882025-03-01T04:44:11.784Za smf/sled-agent/non-gimlet/config.toml 4K
30892025-03-01T04:44:11.784Za target/release/omicron-package 38990K
30902025-03-01T04:44:11.785Za target/release/xtask 10838K
30912025-03-01T04:44:11.785Za target/debug/bootstrap 216819K
30922025-03-01T04:44:11.785Za tests/bootstrap-39e4bb89d01a13df 24083K
30932025-03-01T04:44:11.785Za tests/commtest-97398c96e68737ca 24909K
30942025-03-01T04:44:11.785Za tests/dhcp_server-7f0448778cd4b7c5 24083K
30952025-03-01T04:44:11.785Za tests/end_to_end_tests-0fa286fb7aa2adbc 276615K
30962025-03-01T04:44:11.785Za out/clickhouse.tar.gz 308409K
30972025-03-01T04:44:11.785Za out/clickhouse_keeper.tar.gz 294193K
30982025-03-01T04:44:11.785Za out/clickhouse_server.tar.gz 308417K
30992025-03-01T04:44:11.785Za out/cockroachdb.tar.gz 146307K
31002025-03-01T04:44:11.785Za out/crucible-dtrace.tar 98K
31012025-03-01T04:44:11.785Za out/crucible-pantry-zone.tar.gz 32554K
31022025-03-01T04:44:11.785Za out/crucible-zone.tar.gz 40941K
31032025-03-01T04:44:11.785Za out/external-dns.tar.gz 44236K
31042025-03-01T04:44:11.785Za out/internal-dns.tar.gz 44236K
31052025-03-01T04:44:11.785Za out/mg-ddm-gz.tar 63075K
31062025-03-01T04:44:11.785Za out/nexus.tar.gz 111915K
31072025-03-01T04:44:11.785Za out/ntp.tar.gz 14502K
31082025-03-01T04:44:11.785Za out/omicron-gateway-softnpu.tar.gz 25098K
31092025-03-01T04:44:11.785Za out/omicron-sled-agent.tar 124047K
31102025-03-01T04:44:11.785Za out/overlay.tar.gz 3K
31112025-03-01T04:44:11.785Za out/oximeter.tar.gz 55431K
31122025-03-01T04:44:11.785Za out/oxlog.tar 3144K
31132025-03-01T04:44:11.785Za out/probe.tar.gz 2764K
31142025-03-01T04:44:11.785Za out/propolis-server.tar.gz 66425K
31152025-03-01T04:44:11.785Za out/pumpkind-gz.tar 26665K
31162025-03-01T04:44:11.785Za out/switch-softnpu.tar.gz 266596K
31172025-03-01T04:44:11.789Z
31182025-03-01T04:44:11.789Zreal 1:17.260612381
31192025-03-01T04:44:11.789Zuser 1:13.641215344
31202025-03-01T04:44:11.789Zsys 5.079837006
31212025-03-01T04:44:11.789Ztrap 0.019456267
31222025-03-01T04:44:11.789Ztflt 0.000000000
31232025-03-01T04:44:11.789Zdflt 0.000000000
31242025-03-01T04:44:11.789Zkflt 0.000000000
31252025-03-01T04:44:11.789Zlock 0.000000000
31262025-03-01T04:44:11.789Zslp 1:13.474783631
31272025-03-01T04:44:11.789Zlat 2.301046691
31282025-03-01T04:44:11.789Zstop 0.000224739
31292025-03-01T04:44:11.789Zprocess exited: duration 2222789 ms, exit code 0
 
31302025-03-01T04:44:11.804Zfound 1 output files
31312025-03-01T04:44:11.804Zuploading: /work/package.tar.gz (2040110921 bytes)
31322025-03-01T04:44:51.166Zuploaded: /work/package.tar.gz