01JMSD75CSNHSBFH9A26ZTAM31: 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: 01JMSD7TJQDXCJJZHHW760AZ3A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-23T12:42:37.984Zjob assigned to worker 01JMSD7V7Y4AKZS4N628Y1XJ9Z [factory aws, i-05f06835bb5f7d670] (queued for 54 s)
 
22025-02-23T12:42:45.416Zstarting task 0: "setup"
32025-02-23T12:42:45.424Z++ uname -s
42025-02-23T12:42:45.426Z+ kern=SunOS
52025-02-23T12:42:45.426Z+ build_user=build
62025-02-23T12:42:45.426Z+ build_uid=12345
72025-02-23T12:42:45.426Z+ work_dir=/work
82025-02-23T12:42:45.426Z+ input_dir=/input
92025-02-23T12:42:45.426Z+ [[ 0 == 12345 ]]
102025-02-23T12:42:45.426Z+ case "$kern" in
112025-02-23T12:42:45.426Z+ groupadd -g 12345 build
122025-02-23T12:42:45.429Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-23T12:42:47.437Z+ zfs create -o mountpoint=/work rpool/work
142025-02-23T12:42:47.611Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-23T12:42:47.614Z+ home_fs=zfs
162025-02-23T12:42:47.614Z+ [[ zfs == autofs ]]
172025-02-23T12:42:47.614Z+ mkdir -p /home/build
182025-02-23T12:42:47.617Z+ chown build:build /home/build /work
192025-02-23T12:42:49.618Z+ chmod 0700 /home/build /work
202025-02-23T12:42:49.621Zprocess exited: duration 4203 ms, exit code 0
 
212025-02-23T12:42:49.627Zstarting task 1: "rust-toolchain"
222025-02-23T12:42:49.633Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-23T12:42:49.633Z * rust toolchain channel = "1.85.0"
242025-02-23T12:42:49.633Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-23T12:42:49.633Z * rust toolchain profile = "default"
262025-02-23T12:42:49.635Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-23T12:42:49.635Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-23T12:42:49.635Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-23T12:42:49.635Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-23T12:42:49.750Zinfo: downloading installer
312025-02-23T12:42:50.917Zwarning: it looks like you have an existing installation of Rust at:
322025-02-23T12:42:50.917Zwarning: /opt/ooce/bin
332025-02-23T12:42:50.917Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-23T12:42:50.917Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-23T12:42:50.917Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-23T12:42:50.917Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-23T12:42:50.917Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-23T12:42:50.917Zerror: cannot install while Rust is installed
392025-02-23T12:42:50.917Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-23T12:42:50.932Zinfo: profile set to 'default'
412025-02-23T12:42:50.932Zinfo: default host triple is x86_64-unknown-illumos
422025-02-23T12:42:50.935Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-23T12:42:51.112Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-23T12:42:51.112Zinfo: downloading component 'cargo'
452025-02-23T12:42:52.145Zinfo: downloading component 'clippy'
462025-02-23T12:42:52.539Zinfo: downloading component 'rust-docs'
472025-02-23T12:42:54.094Zinfo: downloading component 'rust-std'
482025-02-23T12:42:56.378Zinfo: downloading component 'rustc'
492025-02-23T12:43:04.221Zinfo: downloading component 'rustfmt'
502025-02-23T12:43:04.513Zinfo: installing component 'cargo'
512025-02-23T12:43:05.352Zinfo: installing component 'clippy'
522025-02-23T12:43:05.709Zinfo: installing component 'rust-docs'
532025-02-23T12:43:07.462Zinfo: installing component 'rust-std'
542025-02-23T12:43:09.335Zinfo: installing component 'rustc'
552025-02-23T12:43:15.244Zinfo: installing component 'rustfmt'
562025-02-23T12:43:15.577Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-23T12:43:15.577Z
582025-02-23T12:43:15.949Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-23T12:43:15.949Z
602025-02-23T12:43:15.952Z
612025-02-23T12:43:15.952ZRust is installed now. Great!
622025-02-23T12:43:15.952Z
632025-02-23T12:43:15.952ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-23T12:43:15.952Zenvironment variable. This has not been done automatically.
652025-02-23T12:43:15.952Z
662025-02-23T12:43:15.952ZTo configure your current shell, you need to source
672025-02-23T12:43:15.952Zthe corresponding env file under $HOME/.cargo.
682025-02-23T12:43:15.952Z
692025-02-23T12:43:15.952ZThis is usually done by running one of the following (note the leading DOT):
702025-02-23T12:43:15.952Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-23T12:43:15.952Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-23T12:43:16.023Z+ rustup --version
732025-02-23T12:43:16.032Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-23T12:43:16.032Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-23T12:43:16.112Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-23T12:43:16.117Z+ cargo --version
772025-02-23T12:43:16.172Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-23T12:43:16.175Z+ rustc --version
792025-02-23T12:43:16.238Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-23T12:43:16.242Zprocess exited: duration 26607 ms, exit code 0
 
812025-02-23T12:43:16.248Zstarting task 2: "authentication"
822025-02-23T12:43:16.270Zprocess exited: duration 21 ms, exit code 0
 
832025-02-23T12:43:16.277Zstarting task 3: "clone repository"
842025-02-23T12:43:16.281Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-23T12:43:16.284Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-23T12:43:16.322ZCloning into '/work/oxidecomputer/omicron'...
872025-02-23T12:43:24.164Z+ cd /work/oxidecomputer/omicron
882025-02-23T12:43:24.164Z+ git fetch origin 32e3ede594d0a6222d2915c4b647c395db712fa1
892025-02-23T12:43:24.464ZFrom https://github.com/oxidecomputer/omicron
902025-02-23T12:43:24.464Z * branch 32e3ede594d0a6222d2915c4b647c395db712fa1 -> FETCH_HEAD
912025-02-23T12:43:24.474Z+ [[ -n renovate/samael-0.x ]]
922025-02-23T12:43:24.477Z++ git branch --show-current
932025-02-23T12:43:24.479Z+ current=main
942025-02-23T12:43:24.479Z+ [[ main != renovate/samael-0.x ]]
952025-02-23T12:43:24.479Z+ git branch -f renovate/samael-0.x 32e3ede594d0a6222d2915c4b647c395db712fa1
962025-02-23T12:43:24.482Z+ git checkout -f renovate/samael-0.x
972025-02-23T12:43:24.667ZSwitched to branch 'renovate/samael-0.x'
982025-02-23T12:43:24.669Z+ git reset --hard 32e3ede594d0a6222d2915c4b647c395db712fa1
992025-02-23T12:43:24.849ZHEAD is now at 32e3ede59 Update Rust crate samael to 0.0.18
1002025-02-23T12:43:24.856Zprocess exited: duration 8572 ms, exit code 0
 
1012025-02-23T12:43:24.868Zstarting task 4: "build"
1022025-02-23T12:43:24.874Z+ source .github/buildomat/ci-env.sh
1032025-02-23T12:43:24.874Z++ export CARGO_TERM_COLOR=always
1042025-02-23T12:43:24.875Z++ CARGO_TERM_COLOR=always
1052025-02-23T12:43:24.875Z+ cargo --version
1062025-02-23T12:43:24.924Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-23T12:43:24.928Z+ rustc --version
1082025-02-23T12:43:24.989Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-23T12:43:24.992Z+ WORK=/work
1102025-02-23T12:43:24.992Z+ pfexec mkdir -p /work
1112025-02-23T12:43:24.997Z+ pfexec chown build /work
1122025-02-23T12:43:24.999Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-23T12:43:26.643Zpkg list: illegal option -- F
1142025-02-23T12:43:26.645ZUsage:
1152025-02-23T12:43:26.645Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-23T12:43:26.645Z [pkg_fmri_pattern ...]
1172025-02-23T12:43:27.502Zpkg list: illegal option -- F
1182025-02-23T12:43:27.502ZUsage:
1192025-02-23T12:43:27.504Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-23T12:43:27.504Z [pkg_fmri_pattern ...]
1212025-02-23T12:43:35.356Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-23T12:43:39.578Z Startup: Caching catalogs ... Done
1232025-02-23T12:43:52.771ZPlanning: Solver setup ... Done (12.229s)
1242025-02-23T12:43:52.926ZPlanning: Running solver ... Done (0.155s)
1252025-02-23T12:43:53.047ZPlanning: Finding local manifests ... Done (0.006s)
1262025-02-23T12:43:53.096ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-23T12:43:56.227ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-23T12:43:56.336ZPlanning: Package planning ... Done (0.109s)
1292025-02-23T12:43:56.392ZPlanning: Merging actions ... Done (0.056s)
1302025-02-23T12:43:56.585ZPlanning: Checking for conflicting actions ... Done (0.193s)
1312025-02-23T12:43:58.748ZPlanning: Consolidating action changes ... Done (2.162s)
1322025-02-23T12:43:59.191ZPlanning: Evaluating mediators ... Done (0.443s)
1332025-02-23T12:43:59.277ZPlanning: Planning completed in 19.59 seconds
1342025-02-23T12:43:59.294Z Packages to install: 4
1352025-02-23T12:43:59.294Z Packages to update: 3
1362025-02-23T12:43:59.294Z Mediators to change: 2
1372025-02-23T12:43:59.297Z Services to change: 1
1382025-02-23T12:43:59.297Z Estimated space available: 155.60 GB
1392025-02-23T12:43:59.297ZEstimated space to be consumed: 1.66 GB
1402025-02-23T12:43:59.297Z Create boot environment: No
1412025-02-23T12:43:59.297ZCreate backup boot environment: Yes
1422025-02-23T12:43:59.297Z Rebuild boot archive: No
1432025-02-23T12:43:59.297Z
1442025-02-23T12:43:59.298ZChanged mediators:
1452025-02-23T12:43:59.298Z mediator clang:
1462025-02-23T12:43:59.298Z version: None -> 15 (system default)
1472025-02-23T12:43:59.298Z
1482025-02-23T12:43:59.298Z mediator llvm:
1492025-02-23T12:43:59.298Z version: 14 (system default) -> 15 (system default)
1502025-02-23T12:43:59.298Z
1512025-02-23T12:43:59.298ZChanged packages:
1522025-02-23T12:43:59.298Zhelios-dev
1532025-02-23T12:43:59.298Z developer/build-essential
1542025-02-23T12:43:59.298Z None -> 11-2.0
1552025-02-23T12:43:59.298Z library/libxmlsec1
1562025-02-23T12:43:59.298Z None -> 1.2.35-2.0
1572025-02-23T12:43:59.298Z ooce/developer/clang-15
1582025-02-23T12:43:59.298Z None -> 15.0.7-2.0
1592025-02-23T12:43:59.298Z ooce/developer/llvm-15
1602025-02-23T12:43:59.298Z None -> 15.0.7-2.0
1612025-02-23T12:43:59.298Z package/pkg
1622025-02-23T12:43:59.298Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-23T12:43:59.298Z system/library/g++-runtime
1642025-02-23T12:43:59.298Z 13-2.0 -> 14-2.0
1652025-02-23T12:43:59.298Z system/library/gcc-runtime
1662025-02-23T12:43:59.298Z 13-2.0 -> 14-2.0
1672025-02-23T12:43:59.298Z
1682025-02-23T12:43:59.298ZServices:
1692025-02-23T12:43:59.298Z restart_fmri:
1702025-02-23T12:43:59.298Z svc:/system/update-man-index:default
1712025-02-23T12:43:59.298Z
1722025-02-23T12:43:59.298ZEditable files to change:
1732025-02-23T12:43:59.298Z Update:
1742025-02-23T12:43:59.298Z usr/share/lib/pkg/web/config.shtml
1752025-02-23T12:43:59.381Z
1762025-02-23T12:43:59.381ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-23T12:44:06.965ZDownload: 210/4301 items 1.3/225.4MB 0% complete (279k/s)
1782025-02-23T12:44:12.102ZDownload: 211/4301 items 1.3/225.4MB 0% complete (273k/s)
1792025-02-23T12:44:29.760ZDownload: 212/4301 items 1.3/225.4MB 0% complete
1802025-02-23T12:44:34.662ZDownload: 445/4301 items 16.8/225.4MB 7% complete (3.6M/s)
1812025-02-23T12:44:39.674ZDownload: 712/4301 items 18.2/225.4MB 8% complete (1.7M/s)
1822025-02-23T12:44:44.741ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (6.6M/s)
1832025-02-23T12:44:49.747ZDownload: 1319/4301 items 114.2/225.4MB 50% complete (9.6M/s)
1842025-02-23T12:44:54.786ZDownload: 1829/4301 items 118.5/225.4MB 52% complete (3.7M/s)
1852025-02-23T12:44:59.790ZDownload: 2176/4301 items 119.0/225.4MB 52% complete (1.3M/s)
1862025-02-23T12:45:05.313ZDownload: 2220/4301 items 119.2/225.4MB 52% complete (397k/s)
1872025-02-23T12:45:12.469ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
1882025-02-23T12:45:21.631ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
1892025-02-23T12:45:26.669ZDownload: 2399/4301 items 120.0/225.4MB 53% complete (175k/s)
1902025-02-23T12:45:31.682ZDownload: 3175/4301 items 184.2/225.4MB 81% complete (6.4M/s)
1912025-02-23T12:45:37.879ZDownload: 3240/4301 items 203.0/225.4MB 90% complete (8.3M/s)
1922025-02-23T12:45:47.155ZDownload: 3241/4301 items 203.0/225.4MB 90% complete
1932025-02-23T12:45:54.986ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (8.5k/s)
1942025-02-23T12:46:22.156ZDownload: 3247/4301 items 203.1/225.4MB 90% complete
1952025-02-23T12:46:27.159ZDownload: 3894/4301 items 217.7/225.4MB 96% complete (2.9M/s)
1962025-02-23T12:46:32.160ZDownload: 4273/4301 items 220.6/225.4MB 97% complete (1.8M/s)
1972025-02-23T12:46:33.073ZDownload: Completed 225.42 MB in 153.65 seconds (1.5M/s)
1982025-02-23T12:46:35.156Z Actions: 1/5122 actions (Removing old actions)
1992025-02-23T12:46:35.178Z Actions: 194/5122 actions (Installing new actions)
2002025-02-23T12:46:39.866Z Actions: 4267/5122 actions (Updating modified actions)
2012025-02-23T12:46:40.230Z Actions: Completed 5122 actions in 5.07 seconds.
2022025-02-23T12:46:40.462Z Done (0.225s)
2032025-02-23T12:46:40.465Z Done (0.001s)
2042025-02-23T12:46:41.079Z Done (0.614s)
2052025-02-23T12:46:45.676Z Done (4.368s)
2062025-02-23T12:46:45.762Z Done (0.017s)
2072025-02-23T12:46:45.764Z Done (0.000s)
2082025-02-23T12:46:45.928Z Done (0.000s)
2092025-02-23T12:46:46.651ZPlanning: Evaluating mediator changes ... Done
2102025-02-23T12:46:46.812ZPlanning: Checking for conflicting actions ... Done
2112025-02-23T12:46:46.815ZPlanning: Consolidating action changes ... Done
2122025-02-23T12:46:47.089ZPlanning: Evaluating mediators ... Done
2132025-02-23T12:46:47.092ZPlanning: Planning completed in 0.44 seconds
2142025-02-23T12:46:47.130Z Mediators to change: 2
2152025-02-23T12:46:47.130Z Create boot environment: No
2162025-02-23T12:46:47.133ZCreate backup boot environment: No
2172025-02-23T12:46:47.295Z Done
2182025-02-23T12:46:47.295Z Done
2192025-02-23T12:46:47.712Z Done
2202025-02-23T12:46:51.344Z Done
2212025-02-23T12:46:51.436Z Done
2222025-02-23T12:46:51.439Z Done
2232025-02-23T12:46:51.555Z Done
2242025-02-23T12:46:52.169ZPlanning: Evaluating mediator changes ... Done
2252025-02-23T12:46:52.172ZPlanning: Merging actions ... Done
2262025-02-23T12:46:52.359ZPlanning: Checking for conflicting actions ... Done
2272025-02-23T12:46:52.362ZPlanning: Consolidating action changes ... Done
2282025-02-23T12:46:52.630ZPlanning: Evaluating mediators ... Done
2292025-02-23T12:46:52.688ZPlanning: Planning completed in 0.76 seconds
2302025-02-23T12:46:52.733Z Packages to change: 1
2312025-02-23T12:46:52.733Z Mediators to change: 1
2322025-02-23T12:46:52.733Z Services to change: 1
2332025-02-23T12:46:52.739Z Create boot environment: No
2342025-02-23T12:46:52.740ZCreate backup boot environment: Yes
2352025-02-23T12:46:54.999Z Actions: 1/6 actions (Updating modified actions)
2362025-02-23T12:46:55.002Z Actions: Completed 6 actions in 0.00 seconds.
2372025-02-23T12:46:55.002Z Done
2382025-02-23T12:46:55.002Z Done
2392025-02-23T12:46:55.126Z Done
2402025-02-23T12:46:58.763Z Done
2412025-02-23T12:46:58.846Z Done
2422025-02-23T12:46:58.874Z Done
2432025-02-23T12:46:58.968Z Done
2442025-02-23T12:46:59.409ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452025-02-23T12:46:59.409Zclang system 15 system
2462025-02-23T12:46:59.409Zcsh system system illumos
2472025-02-23T12:46:59.409Zctags system system illumos
2482025-02-23T12:46:59.409Zgcc vendor 12 vendor
2492025-02-23T12:46:59.409Zgcc system 10 system
2502025-02-23T12:46:59.409Zgcc system 7 system
2512025-02-23T12:46:59.409Zgo system 1.20 system
2522025-02-23T12:46:59.409Zgo system 1.19 system
2532025-02-23T12:46:59.409Zllvm system 15 system
2542025-02-23T12:46:59.409Zllvm system 14 system
2552025-02-23T12:46:59.410Zmariadb system 10.6 system
2562025-02-23T12:46:59.410Zmta vendor vendor dma
2572025-02-23T12:46:59.410Zopenjdk system 17 system
2582025-02-23T12:46:59.410Zopenjdk system 11 system
2592025-02-23T12:46:59.410Zopenjdk system 1.8 system
2602025-02-23T12:46:59.410Zopenssl vendor 3 vendor
2612025-02-23T12:46:59.410Zperl system 5.36 system
2622025-02-23T12:46:59.410Zpostgresql system 15 system
2632025-02-23T12:46:59.410Zpostgresql system 13 system
2642025-02-23T12:46:59.410Zpython vendor 3 vendor
2652025-02-23T12:46:59.410Zpython system 2 system
2662025-02-23T12:46:59.410Zpython3 system 3.11 system
2672025-02-23T12:46:59.410Zruby system 3.0 system
2682025-02-23T12:46:59.410Zwords vendor vendor american-english
2692025-02-23T12:46:59.410Zwords system system australian-english
2702025-02-23T12:46:59.411Zwords system system british-english
2712025-02-23T12:46:59.411Zwords system system canadian-english
2722025-02-23T12:46:59.411Zwords system system french
2732025-02-23T12:46:59.411Zwords system system italian
2742025-02-23T12:46:59.411Zwords system system ngerman
2752025-02-23T12:46:59.411Zwords system system ogerman
2762025-02-23T12:46:59.411Zwords system system spanish
2772025-02-23T12:46:59.739ZPUBLISHER TYPE STATUS P LOCATION
2782025-02-23T12:46:59.739Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-02-23T12:47:02.797ZFMRI IFO
2802025-02-23T12:47:02.797Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-02-23T12:47:02.797Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-02-23T12:47:02.797Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-02-23T12:47:02.797Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-02-23T12:47:02.797Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-02-23T12:47:02.797Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2862025-02-23T12:47:02.797Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2872025-02-23T12:47:02.797Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2882025-02-23T12:47:02.797Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2892025-02-23T12:47:02.797Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2902025-02-23T12:47:02.797Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2912025-02-23T12:47:02.797Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2922025-02-23T12:47:02.797Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2932025-02-23T12:47:02.797Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2942025-02-23T12:47:02.797Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2952025-02-23T12:47:03.578Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2962025-02-23T12:47:03.970Z Updating crates.io index
2972025-02-23T12:47:03.972Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2982025-02-23T12:47:04.510Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992025-02-23T12:47:04.734Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3002025-02-23T12:47:04.973Z Updating git repository `https://github.com/oxidecomputer/propolis`
3012025-02-23T12:47:05.912Z Updating git repository `https://github.com/oxidecomputer/crucible`
3022025-02-23T12:47:07.596Z Updating git repository `https://github.com/oxidecomputer/opte`
3032025-02-23T12:47:08.244Z Updating git repository `https://github.com/oxidecomputer/falcon`
3042025-02-23T12:47:08.851Z Updating git repository `https://github.com/oxidecomputer/clickward`
3052025-02-23T12:47:09.159Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3062025-02-23T12:47:09.486Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3072025-02-23T12:47:10.018Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3082025-02-23T12:47:10.458Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3092025-02-23T12:47:10.718Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102025-02-23T12:47:11.011Z Updating git repository `https://github.com/oxidecomputer/tofino`
3112025-02-23T12:47:11.334Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3122025-02-23T12:47:11.551Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3132025-02-23T12:47:11.763Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3142025-02-23T12:47:12.048Z Updating git repository `https://github.com/oxidecomputer/lldp`
3152025-02-23T12:47:12.312Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3162025-02-23T12:47:12.551Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3172025-02-23T12:47:12.861Z Updating git repository `https://github.com/oxidecomputer/ispf`
3182025-02-23T12:47:13.226Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3192025-02-23T12:47:13.473Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202025-02-23T12:47:13.911Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3212025-02-23T12:47:14.222Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3222025-02-23T12:47:14.596Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3232025-02-23T12:47:15.026Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3242025-02-23T12:47:15.280Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3252025-02-23T12:47:15.504Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3262025-02-23T12:47:15.758Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3272025-02-23T12:47:16.911Z Downloading crates ...
3282025-02-23T12:47:16.982Z Downloaded anstyle-parse v0.2.5
3292025-02-23T12:47:16.985Z Downloaded anstyle v1.0.10
3302025-02-23T12:47:16.988Z Downloaded is_terminal_polyfill v1.70.1
3312025-02-23T12:47:16.991Z Downloaded dtrace-parser v0.2.0
3322025-02-23T12:47:16.996Z Downloaded scroll_derive v0.12.0
3332025-02-23T12:47:17.000Z Downloaded swrite v0.1.0
3342025-02-23T12:47:17.003Z Downloaded colorchoice v1.0.2
3352025-02-23T12:47:17.006Z Downloaded pretty-hex v0.4.1
3362025-02-23T12:47:17.009Z Downloaded usdt-attr-macro v0.5.0
3372025-02-23T12:47:17.012Z Downloaded usdt-macro v0.5.0
3382025-02-23T12:47:17.012Z Downloaded autocfg v1.4.0
3392025-02-23T12:47:17.017Z Downloaded heck v0.4.1
3402025-02-23T12:47:17.017Z Downloaded digest v0.10.7
3412025-02-23T12:47:17.020Z Downloaded crypto-common v0.1.6
3422025-02-23T12:47:17.020Z Downloaded dof v0.3.0
3432025-02-23T12:47:17.020Z Downloaded itoa v1.0.11
3442025-02-23T12:47:17.020Z Downloaded cfg-if v1.0.0
3452025-02-23T12:47:17.023Z Downloaded macaddr v1.0.1
3462025-02-23T12:47:17.023Z Downloaded memmap v0.7.0
3472025-02-23T12:47:17.023Z Downloaded equivalent v1.0.1
3482025-02-23T12:47:17.026Z Downloaded anstream v0.6.15
3492025-02-23T12:47:17.026Z Downloaded generic-array v0.14.7
3502025-02-23T12:47:17.029Z Downloaded fastrand v2.1.1
3512025-02-23T12:47:17.031Z Downloaded errno v0.3.9
3522025-02-23T12:47:17.031Z Downloaded fnv v1.0.7
3532025-02-23T12:47:17.032Z Downloaded cargo-platform v0.1.8
3542025-02-23T12:47:17.035Z Downloaded bytecount v0.6.8
3552025-02-23T12:47:17.035Z Downloaded cpufeatures v0.2.14
3562025-02-23T12:47:17.037Z Downloaded unicode-linebreak v0.1.5
3572025-02-23T12:47:17.037Z Downloaded thiserror v1.0.69
3582025-02-23T12:47:17.040Z Downloaded heck v0.5.0
3592025-02-23T12:47:17.043Z Downloaded anstyle-query v1.1.1
3602025-02-23T12:47:17.043Z Downloaded thread-id v4.2.2
3612025-02-23T12:47:17.046Z Downloaded serde_tokenstream v0.2.2
3622025-02-23T12:47:17.046Z Downloaded serde_spanned v0.6.8
3632025-02-23T12:47:17.046Z Downloaded proc-macro-error-attr v1.0.4
3642025-02-23T12:47:17.049Z Downloaded clap_lex v0.7.4
3652025-02-23T12:47:17.051Z Downloaded usdt v0.5.0
3662025-02-23T12:47:17.051Z Downloaded smawk v0.3.2
3672025-02-23T12:47:17.054Z Downloaded toml_datetime v0.6.8
3682025-02-23T12:47:17.057Z Downloaded scroll v0.12.0
3692025-02-23T12:47:17.057Z Downloaded terminal_size v0.4.0
3702025-02-23T12:47:17.059Z Downloaded tabled_derive v0.7.0
3712025-02-23T12:47:17.059Z Downloaded plain v0.2.3
3722025-02-23T12:47:17.063Z Downloaded version_check v0.9.5
3732025-02-23T12:47:17.066Z Downloaded utf8parse v0.2.2
3742025-02-23T12:47:17.068Z Downloaded once_cell v1.20.3
3752025-02-23T12:47:17.071Z Downloaded cargo_metadata v0.18.1
3762025-02-23T12:47:17.076Z Downloaded thiserror-impl v1.0.69
3772025-02-23T12:47:17.078Z Downloaded cargo_toml v0.20.5
3782025-02-23T12:47:17.081Z Downloaded fs-err v2.11.0
3792025-02-23T12:47:17.081Z Downloaded camino-tempfile v1.1.1
3802025-02-23T12:47:17.083Z Downloaded block-buffer v0.10.4
3812025-02-23T12:47:17.083Z Downloaded tempfile v3.13.0
3822025-02-23T12:47:17.086Z Downloaded quote v1.0.38
3832025-02-23T12:47:17.088Z Downloaded strsim v0.11.1
3842025-02-23T12:47:17.091Z Downloaded sha2 v0.10.8
3852025-02-23T12:47:17.091Z Downloaded pest_generator v2.7.14
3862025-02-23T12:47:17.094Z Downloaded semver v1.0.25
3872025-02-23T12:47:17.097Z Downloaded zerocopy-derive v0.7.35
3882025-02-23T12:47:17.101Z Downloaded proc-macro-error v1.0.4
3892025-02-23T12:47:17.104Z Downloaded anyhow v1.0.96
3902025-02-23T12:47:17.107Z Downloaded log v0.4.22
3912025-02-23T12:47:17.110Z Downloaded camino v1.1.9
3922025-02-23T12:47:17.113Z Downloaded unicode-ident v1.0.14
3932025-02-23T12:47:17.115Z Downloaded proc-macro2 v1.0.93
3942025-02-23T12:47:17.118Z Downloaded ryu v1.0.18
3952025-02-23T12:47:17.121Z Downloaded pest_meta v2.7.14
3962025-02-23T12:47:17.121Z Downloaded ucd-trie v0.1.7
3972025-02-23T12:47:17.123Z Downloaded toml v0.8.19
3982025-02-23T12:47:17.126Z Downloaded pest_derive v2.7.14
3992025-02-23T12:47:17.128Z Downloaded bitflags v2.6.0
4002025-02-23T12:47:17.131Z Downloaded byteorder v1.5.0
4012025-02-23T12:47:17.133Z Downloaded usdt-impl v0.5.0
4022025-02-23T12:47:17.133Z Downloaded papergrid v0.11.0
4032025-02-23T12:47:17.137Z Downloaded typenum v1.17.0
4042025-02-23T12:47:17.140Z Downloaded serde_derive v1.0.218
4052025-02-23T12:47:17.143Z Downloaded clap_derive v4.5.28
4062025-02-23T12:47:17.145Z Downloaded indexmap v2.7.1
4072025-02-23T12:47:17.148Z Downloaded clap v4.5.30
4082025-02-23T12:47:17.156Z Downloaded textwrap v0.16.1
4092025-02-23T12:47:17.158Z Downloaded memchr v2.7.4
4102025-02-23T12:47:17.161Z Downloaded serde v1.0.218
4112025-02-23T12:47:17.172Z Downloaded toml_edit v0.22.22
4122025-02-23T12:47:17.192Z Downloaded pest v2.7.14
4132025-02-23T12:47:17.196Z Downloaded hashbrown v0.15.1
4142025-02-23T12:47:17.222Z Downloaded zerocopy v0.7.35
4152025-02-23T12:47:17.234Z Downloaded winnow v0.6.20
4162025-02-23T12:47:17.241Z Downloaded clap_builder v4.5.30
4172025-02-23T12:47:17.247Z Downloaded tabled v0.15.0
4182025-02-23T12:47:17.261Z Downloaded serde_json v1.0.139
4192025-02-23T12:47:17.267Z Downloaded syn v1.0.109
4202025-02-23T12:47:17.276Z Downloaded goblin v0.8.2
4212025-02-23T12:47:17.289Z Downloaded unicode-width v0.1.14
4222025-02-23T12:47:17.294Z Downloaded syn v2.0.96
4232025-02-23T12:47:17.304Z Downloaded rustix v0.38.37
4242025-02-23T12:47:17.346Z Downloaded libc v0.2.170
4252025-02-23T12:47:17.624Z Compiling proc-macro2 v1.0.93
4262025-02-23T12:47:17.624Z Compiling unicode-ident v1.0.14
4272025-02-23T12:47:17.630Z Compiling version_check v0.9.5
4282025-02-23T12:47:17.630Z Compiling serde v1.0.218
4292025-02-23T12:47:17.630Z Compiling memchr v2.7.4
4302025-02-23T12:47:17.630Z Compiling thiserror v1.0.69
4312025-02-23T12:47:17.630Z Compiling libc v0.2.170
4322025-02-23T12:47:17.660Z Compiling ryu v1.0.18
4332025-02-23T12:47:17.911Z Compiling ucd-trie v0.1.7
4342025-02-23T12:47:18.103Z Compiling itoa v1.0.11
4352025-02-23T12:47:18.374Z Compiling once_cell v1.20.3
4362025-02-23T12:47:18.397Z Compiling byteorder v1.5.0
4372025-02-23T12:47:18.624Z Compiling rustix v0.38.37
4382025-02-23T12:47:18.726Z Compiling serde_json v1.0.139
4392025-02-23T12:47:18.822Z Compiling bitflags v2.6.0
4402025-02-23T12:47:19.115Z Compiling proc-macro-error-attr v1.0.4
4412025-02-23T12:47:19.143Z Compiling usdt-impl v0.5.0
4422025-02-23T12:47:19.256Z Compiling syn v1.0.109
4432025-02-23T12:47:19.373Z Compiling proc-macro-error v1.0.4
4442025-02-23T12:47:19.487Z Compiling quote v1.0.38
4452025-02-23T12:47:19.511Z Compiling utf8parse v0.2.2
4462025-02-23T12:47:19.683Z Compiling errno v0.3.9
4472025-02-23T12:47:19.706Z Compiling log v0.4.22
4482025-02-23T12:47:19.727Z Compiling camino v1.1.9
4492025-02-23T12:47:19.853Z Compiling syn v2.0.96
4502025-02-23T12:47:19.930Z Compiling thread-id v4.2.2
4512025-02-23T12:47:19.955Z Compiling plain v0.2.3
4522025-02-23T12:47:20.047Z Compiling hashbrown v0.15.1
4532025-02-23T12:47:20.069Z Compiling equivalent v1.0.1
4542025-02-23T12:47:20.192Z Compiling anstyle-parse v0.2.5
4552025-02-23T12:47:20.386Z Compiling is_terminal_polyfill v1.70.1
4562025-02-23T12:47:20.523Z Compiling pretty-hex v0.4.1
4572025-02-23T12:47:20.546Z Compiling autocfg v1.4.0
4582025-02-23T12:47:20.648Z Compiling semver v1.0.25
4592025-02-23T12:47:20.761Z Compiling anstyle-query v1.1.1
4602025-02-23T12:47:20.857Z Compiling winnow v0.6.20
4612025-02-23T12:47:20.940Z Compiling colorchoice v1.0.2
4622025-02-23T12:47:21.122Z Compiling indexmap v2.7.1
4632025-02-23T12:47:21.147Z Compiling anstyle v1.0.10
4642025-02-23T12:47:21.179Z Compiling unicode-width v0.1.14
4652025-02-23T12:47:21.435Z Compiling fs-err v2.11.0
4662025-02-23T12:47:21.584Z Compiling anstream v0.6.15
4672025-02-23T12:47:21.744Z Compiling terminal_size v0.4.0
4682025-02-23T12:47:21.974Z Compiling clap_lex v0.7.4
4692025-02-23T12:47:22.068Z Compiling bytecount v0.6.8
4702025-02-23T12:47:22.158Z Compiling strsim v0.11.1
4712025-02-23T12:47:22.293Z Compiling heck v0.4.1
4722025-02-23T12:47:22.324Z Compiling cfg-if v1.0.0
4732025-02-23T12:47:22.413Z Compiling heck v0.5.0
4742025-02-23T12:47:22.438Z Compiling anyhow v1.0.96
4752025-02-23T12:47:22.735Z Compiling fastrand v2.1.1
4762025-02-23T12:47:22.863Z Compiling fnv v1.0.7
4772025-02-23T12:47:22.891Z Compiling clap_builder v4.5.30
4782025-02-23T12:47:23.021Z Compiling papergrid v0.11.0
4792025-02-23T12:47:23.209Z Compiling tempfile v3.13.0
4802025-02-23T12:47:23.412Z Compiling memmap v0.7.0
4812025-02-23T12:47:23.452Z Compiling smawk v0.3.2
4822025-02-23T12:47:23.681Z Compiling unicode-linebreak v0.1.5
4832025-02-23T12:47:24.188Z Compiling textwrap v0.16.1
4842025-02-23T12:47:24.260Z Compiling swrite v0.1.0
4852025-02-23T12:47:24.783Z Compiling tabled_derive v0.7.0
4862025-02-23T12:47:26.065Z Compiling tabled v0.15.0
4872025-02-23T12:47:26.645Z Compiling serde_derive v1.0.218
4882025-02-23T12:47:26.645Z Compiling thiserror-impl v1.0.69
4892025-02-23T12:47:26.785Z Compiling zerocopy-derive v0.7.35
4902025-02-23T12:47:27.026Z Compiling scroll_derive v0.12.0
4912025-02-23T12:47:27.162Z Compiling clap_derive v4.5.28
4922025-02-23T12:47:28.380Z Compiling scroll v0.12.0
4932025-02-23T12:47:28.549Z Compiling zerocopy v0.7.35
4942025-02-23T12:47:28.710Z Compiling goblin v0.8.2
4952025-02-23T12:47:28.979Z Compiling pest v2.7.14
4962025-02-23T12:47:30.295Z Compiling clap v4.5.30
4972025-02-23T12:47:31.234Z Compiling pest_meta v2.7.14
4982025-02-23T12:47:32.118Z Compiling pest_generator v2.7.14
4992025-02-23T12:47:33.398Z Compiling pest_derive v2.7.14
5002025-02-23T12:47:34.144Z Compiling dtrace-parser v0.2.0
5012025-02-23T12:47:35.150Z Compiling serde_tokenstream v0.2.2
5022025-02-23T12:47:35.189Z Compiling toml_datetime v0.6.8
5032025-02-23T12:47:35.189Z Compiling serde_spanned v0.6.8
5042025-02-23T12:47:35.351Z Compiling cargo-platform v0.1.8
5052025-02-23T12:47:35.477Z Compiling toml_edit v0.22.22
5062025-02-23T12:47:35.624Z Compiling macaddr v1.0.1
5072025-02-23T12:47:35.833Z Compiling camino-tempfile v1.1.1
5082025-02-23T12:47:36.547Z Compiling dof v0.3.0
5092025-02-23T12:47:36.585Z Compiling cargo_metadata v0.18.1
5102025-02-23T12:47:37.852Z Compiling usdt-macro v0.5.0
5112025-02-23T12:47:37.852Z Compiling usdt-attr-macro v0.5.0
5122025-02-23T12:47:38.137Z Compiling toml v0.8.19
5132025-02-23T12:47:38.990Z Compiling cargo_toml v0.20.5
5142025-02-23T12:47:39.012Z Compiling usdt v0.5.0
5152025-02-23T12:47:41.593Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5162025-02-23T12:47:44.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.35s
5172025-02-23T12:47:44.950Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5182025-02-23T12:47:45.485Z Downloading crates ...
5192025-02-23T12:47:45.621Z Downloaded http-body v1.0.1
5202025-02-23T12:47:45.629Z Downloaded curve25519-dalek-derive v0.1.1
5212025-02-23T12:47:45.637Z Downloaded heapless v0.8.0
5222025-02-23T12:47:45.642Z Downloaded headers-core v0.3.0
5232025-02-23T12:47:45.646Z Downloaded hubpack_derive v0.1.1
5242025-02-23T12:47:45.646Z Downloaded instant v0.1.13
5252025-02-23T12:47:45.649Z Downloaded http-range v0.1.5
5262025-02-23T12:47:45.649Z Downloaded ident_case v1.0.1
5272025-02-23T12:47:45.654Z Downloaded is_ci v1.2.0
5282025-02-23T12:47:45.659Z Downloaded async-trait v0.1.86
5292025-02-23T12:47:45.666Z Downloaded assert_matches v1.5.0
5302025-02-23T12:47:45.667Z Downloaded array-init v0.0.4
5312025-02-23T12:47:45.670Z Downloaded base16ct v0.2.0
5322025-02-23T12:47:45.670Z Downloaded async-stream-impl v0.3.6
5332025-02-23T12:47:45.674Z Downloaded is-terminal v0.4.13
5342025-02-23T12:47:45.674Z Downloaded icu_provider_macros v1.5.0
5352025-02-23T12:47:45.674Z Downloaded async-recursion v1.1.1
5362025-02-23T12:47:45.680Z Downloaded backtrace v0.3.74
5372025-02-23T12:47:45.683Z Downloaded md5 v0.7.0
5382025-02-23T12:47:45.683Z Downloaded heck v0.3.3
5392025-02-23T12:47:45.688Z Downloaded bb8 v0.8.5
5402025-02-23T12:47:45.688Z Downloaded pretty-hex v0.2.1
5412025-02-23T12:47:45.688Z Downloaded hubpack v0.1.2
5422025-02-23T12:47:45.692Z Downloaded httpdate v1.0.3
5432025-02-23T12:47:45.692Z Downloaded hex v0.4.3
5442025-02-23T12:47:45.692Z Downloaded bcrypt-pbkdf v0.10.0
5452025-02-23T12:47:45.697Z Downloaded home v0.5.9
5462025-02-23T12:47:45.697Z Downloaded inout v0.1.3
5472025-02-23T12:47:45.697Z Downloaded hex-literal v0.4.1
5482025-02-23T12:47:45.702Z Downloaded lru v0.12.5
5492025-02-23T12:47:45.702Z Downloaded indoc v1.0.9
5502025-02-23T12:47:45.702Z Downloaded bcs v0.1.6
5512025-02-23T12:47:45.706Z Downloaded base64 v0.21.7
5522025-02-23T12:47:45.711Z Downloaded indoc v2.0.5
5532025-02-23T12:47:45.711Z Downloaded arc-swap v1.7.1
5542025-02-23T12:47:45.718Z Downloaded instability v0.3.2
5552025-02-23T12:47:45.722Z Downloaded base64 v0.13.1
5562025-02-23T12:47:45.722Z Downloaded ciborium-io v0.2.2
5572025-02-23T12:47:45.722Z Downloaded maybe-uninit v2.0.0
5582025-02-23T12:47:45.727Z Downloaded managed v0.8.0
5592025-02-23T12:47:45.727Z Downloaded libsw v3.3.1
5602025-02-23T12:47:45.727Z Downloaded indent_write v2.2.0
5612025-02-23T12:47:45.732Z Downloaded idna_adapter v1.2.0
5622025-02-23T12:47:45.732Z Downloaded lazycell v1.3.0
5632025-02-23T12:47:45.732Z Downloaded impl-trait-for-tuples v0.2.2
5642025-02-23T12:47:45.736Z Downloaded mime v0.3.17
5652025-02-23T12:47:45.736Z Downloaded maplit v1.0.2
5662025-02-23T12:47:45.736Z Downloaded base64 v0.22.1
5672025-02-23T12:47:45.740Z Downloaded memoffset v0.9.1
5682025-02-23T12:47:45.745Z Downloaded md-5 v0.10.6
5692025-02-23T12:47:45.745Z Downloaded crunchy v0.2.2
5702025-02-23T12:47:45.745Z Downloaded lockfree-object-pool v0.1.6
5712025-02-23T12:47:45.749Z Downloaded psl-types v2.0.11
5722025-02-23T12:47:45.749Z Downloaded cstr-argument v0.1.2
5732025-02-23T12:47:45.749Z Downloaded icu_locid_transform v1.5.0
5742025-02-23T12:47:45.754Z Downloaded crucible-workspace-hack v0.1.0
5752025-02-23T12:47:45.754Z Downloaded atomicwrites v0.4.4
5762025-02-23T12:47:45.754Z Downloaded atty v0.2.14
5772025-02-23T12:47:45.760Z Downloaded cfg_aliases v0.2.1
5782025-02-23T12:47:45.760Z Downloaded tinyvec_macros v0.1.1
5792025-02-23T12:47:45.760Z Downloaded chrono-tz-build v0.4.0
5802025-02-23T12:47:45.760Z Downloaded linear-map v1.2.0
5812025-02-23T12:47:45.767Z Downloaded convert_case v0.4.0
5822025-02-23T12:47:45.767Z Downloaded cassowary v0.3.0
5832025-02-23T12:47:45.767Z Downloaded constant_time_eq v0.3.1
5842025-02-23T12:47:45.767Z Downloaded linked-hash-map v0.5.6
5852025-02-23T12:47:45.771Z Downloaded ciborium-ll v0.2.2
5862025-02-23T12:47:45.771Z Downloaded libefi-sys v0.1.0
5872025-02-23T12:47:45.771Z Downloaded highway v1.2.0
5882025-02-23T12:47:45.771Z Downloaded colored v2.1.0
5892025-02-23T12:47:45.775Z Downloaded httparse v1.9.5
5902025-02-23T12:47:45.776Z Downloaded jobserver v0.1.32
5912025-02-23T12:47:45.783Z Downloaded sigpipe v0.1.3
5922025-02-23T12:47:45.783Z Downloaded russh-cryptovec v0.7.3
5932025-02-23T12:47:45.783Z Downloaded atomic-waker v1.1.2
5942025-02-23T12:47:45.786Z Downloaded arrayref v0.3.9
5952025-02-23T12:47:45.786Z Downloaded iana-time-zone v0.1.61
5962025-02-23T12:47:45.786Z Downloaded cobs v0.2.3
5972025-02-23T12:47:45.786Z Downloaded termtree v0.4.1
5982025-02-23T12:47:45.790Z Downloaded aead v0.5.2
5992025-02-23T12:47:45.790Z Downloaded crossbeam-deque v0.8.5
6002025-02-23T12:47:45.794Z Downloaded try-lock v0.2.5
6012025-02-23T12:47:45.794Z Downloaded chacha20 v0.9.1
6022025-02-23T12:47:45.795Z Downloaded ctr v0.9.2
6032025-02-23T12:47:45.797Z Downloaded bitflags v1.3.2
6042025-02-23T12:47:45.802Z Downloaded mime_guess v2.0.5
6052025-02-23T12:47:45.802Z Downloaded lru-cache v0.1.2
6062025-02-23T12:47:45.805Z Downloaded lock_api v0.4.12
6072025-02-23T12:47:45.805Z Downloaded litemap v0.7.3
6082025-02-23T12:47:45.809Z Downloaded cexpr v0.6.0
6092025-02-23T12:47:45.809Z Downloaded crc32fast v1.4.2
6102025-02-23T12:47:45.813Z Downloaded bit-vec v0.6.3
6112025-02-23T12:47:45.813Z Downloaded libloading v0.8.5
6122025-02-23T12:47:45.820Z Downloaded simd-adler32 v0.3.7
6132025-02-23T12:47:45.820Z Downloaded darling_macro v0.20.10
6142025-02-23T12:47:45.823Z Downloaded console v0.15.10
6152025-02-23T12:47:45.823Z Downloaded zone_cfg_derive v0.3.0
6162025-02-23T12:47:45.823Z Downloaded vte_generate_state_changes v0.1.2
6172025-02-23T12:47:45.823Z Downloaded ciborium v0.2.2
6182025-02-23T12:47:45.826Z Downloaded diesel_table_macro_syntax v0.2.0
6192025-02-23T12:47:45.826Z Downloaded sqlformat v0.2.6
6202025-02-23T12:47:45.831Z Downloaded arrayvec v0.7.6
6212025-02-23T12:47:45.831Z Downloaded slog-scope v4.4.0
6222025-02-23T12:47:45.835Z Downloaded strum_macros v0.25.3
6232025-02-23T12:47:45.835Z Downloaded tinystr v0.7.6
6242025-02-23T12:47:45.840Z Downloaded const_format_proc_macros v0.2.34
6252025-02-23T12:47:45.840Z Downloaded foreign-types-shared v0.1.1
6262025-02-23T12:47:45.840Z Downloaded foreign-types-macros v0.2.3
6272025-02-23T12:47:45.845Z Downloaded float-cmp v0.10.0
6282025-02-23T12:47:45.845Z Downloaded icu_normalizer_data v1.5.0
6292025-02-23T12:47:45.850Z Downloaded string_cache v0.8.7
6302025-02-23T12:47:45.850Z Downloaded termios v0.3.3
6312025-02-23T12:47:45.850Z Downloaded cancel-safe-futures v0.1.5
6322025-02-23T12:47:45.853Z Downloaded tui-tree-widget v0.23.0
6332025-02-23T12:47:45.853Z Downloaded bzip2 v0.4.4
6342025-02-23T12:47:45.859Z Downloaded blowfish v0.9.1
6352025-02-23T12:47:45.859Z Downloaded bitfield v0.14.0
6362025-02-23T12:47:45.864Z Downloaded litrs v0.4.1
6372025-02-23T12:47:45.864Z Downloaded miniz_oxide v0.8.0
6382025-02-23T12:47:45.864Z Downloaded icu_locid v1.5.0
6392025-02-23T12:47:45.868Z Downloaded oso-derive v0.27.3
6402025-02-23T12:47:45.875Z Downloaded ahash v0.8.11
6412025-02-23T12:47:45.875Z Downloaded fxhash v0.2.1
6422025-02-23T12:47:45.881Z Downloaded cookie v0.18.1
6432025-02-23T12:47:45.881Z Downloaded precomputed-hash v0.1.1
6442025-02-23T12:47:45.881Z Downloaded kstat-rs v0.2.4
6452025-02-23T12:47:45.881Z Downloaded cipher v0.4.4
6462025-02-23T12:47:45.881Z Downloaded utf16_iter v1.0.5
6472025-02-23T12:47:45.884Z Downloaded utf-8 v0.7.6
6482025-02-23T12:47:45.884Z Downloaded unicode-truncate v1.1.0
6492025-02-23T12:47:45.884Z Downloaded pbkdf2 v0.12.2
6502025-02-23T12:47:45.889Z Downloaded xattr v1.3.1
6512025-02-23T12:47:45.889Z Downloaded wait-timeout v0.2.0
6522025-02-23T12:47:45.892Z Downloaded typify-macro v0.3.0
6532025-02-23T12:47:45.892Z Downloaded futures-io v0.3.31
6542025-02-23T12:47:45.892Z Downloaded embedded-io v0.6.1
6552025-02-23T12:47:45.892Z Downloaded diesel-dtrace v0.4.2
6562025-02-23T12:47:45.896Z Downloaded nanorand v0.7.0
6572025-02-23T12:47:45.899Z Downloaded sqlparser_derive v0.2.2
6582025-02-23T12:47:45.899Z Downloaded rand_xorshift v0.3.0
6592025-02-23T12:47:45.899Z Downloaded multimap v0.10.0
6602025-02-23T12:47:45.899Z Downloaded strum_macros v0.26.4
6612025-02-23T12:47:45.902Z Downloaded tokio-tungstenite v0.23.1
6622025-02-23T12:47:45.904Z Downloaded csv-core v0.1.11
6632025-02-23T12:47:45.907Z Downloaded tokio-tungstenite v0.21.0
6642025-02-23T12:47:45.910Z Downloaded crossbeam-utils v0.8.20
6652025-02-23T12:47:45.913Z Downloaded take_mut v0.2.2
6662025-02-23T12:47:45.913Z Downloaded crossbeam-epoch v0.9.18
6672025-02-23T12:47:45.916Z Downloaded phf_codegen v0.11.2
6682025-02-23T12:47:45.918Z Downloaded icu_provider v1.5.0
6692025-02-23T12:47:45.921Z Downloaded crc-any v2.5.0
6702025-02-23T12:47:45.923Z Downloaded allocator-api2 v0.2.18
6712025-02-23T12:47:45.928Z Downloaded derive_builder_macro v0.20.2
6722025-02-23T12:47:45.934Z Downloaded indicatif v0.17.11
6732025-02-23T12:47:45.934Z Downloaded des v0.8.1
6742025-02-23T12:47:45.938Z Downloaded ppv-lite86 v0.2.20
6752025-02-23T12:47:45.938Z Downloaded endian-type v0.1.2
6762025-02-23T12:47:45.938Z Downloaded downcast v0.11.0
6772025-02-23T12:47:45.942Z Downloaded progenitor-impl v0.8.0
6782025-02-23T12:47:45.942Z Downloaded zone_cfg_derive v0.1.2
6792025-02-23T12:47:45.942Z Downloaded topological-sort v0.2.2
6802025-02-23T12:47:45.946Z Downloaded toolchain_find v0.4.0
6812025-02-23T12:47:45.946Z Downloaded phf v0.11.2
6822025-02-23T12:47:45.946Z Downloaded rand_seeder v0.3.0
6832025-02-23T12:47:45.948Z Downloaded document-features v0.2.10
6842025-02-23T12:47:45.948Z Downloaded rfc6979 v0.4.0
6852025-02-23T12:47:45.948Z Downloaded smf v0.2.3
6862025-02-23T12:47:45.952Z Downloaded resolv-conf v0.7.0
6872025-02-23T12:47:45.952Z Downloaded vte v0.11.1
6882025-02-23T12:47:45.955Z Downloaded peg v0.8.4
6892025-02-23T12:47:45.958Z Downloaded ssh-cipher v0.2.0
6902025-02-23T12:47:45.962Z Downloaded rpassword v7.3.1
6912025-02-23T12:47:45.962Z Downloaded xz2 v0.1.7
6922025-02-23T12:47:45.965Z Downloaded native-tls v0.2.12
6932025-02-23T12:47:45.965Z Downloaded multer v3.1.0
6942025-02-23T12:47:45.968Z Downloaded path-slash v0.1.5
6952025-02-23T12:47:45.972Z Downloaded newline-converter v0.3.0
6962025-02-23T12:47:45.972Z Downloaded new_debug_unreachable v1.0.6
6972025-02-23T12:47:45.972Z Downloaded rustc-hash v1.1.0
6982025-02-23T12:47:45.975Z Downloaded bytes v1.9.0
6992025-02-23T12:47:45.980Z Downloaded utf8_iter v1.0.4
7002025-02-23T12:47:45.981Z Downloaded untrusted v0.9.0
7012025-02-23T12:47:45.986Z Downloaded display-error-chain v0.2.2
7022025-02-23T12:47:45.986Z Downloaded hyper-util v0.1.10
7032025-02-23T12:47:45.993Z Downloaded serde-big-array v0.5.1
7042025-02-23T12:47:45.993Z Downloaded fallible-streaming-iterator v0.1.9
7052025-02-23T12:47:45.993Z Downloaded progenitor v0.8.0
7062025-02-23T12:47:45.994Z Downloaded schemars v0.8.21
7072025-02-23T12:47:46.003Z Downloaded ghash v0.5.1
7082025-02-23T12:47:46.008Z Downloaded proc-macro-error-attr2 v2.0.0
7092025-02-23T12:47:46.008Z Downloaded tap v1.0.1
7102025-02-23T12:47:46.008Z Downloaded tokio-tungstenite v0.24.0
7112025-02-23T12:47:46.017Z Downloaded parse-display v0.10.0
7122025-02-23T12:47:46.021Z Downloaded num_enum v0.5.11
7132025-02-23T12:47:46.030Z Downloaded zone v0.3.0
7142025-02-23T12:47:46.030Z Downloaded want v0.3.1
7152025-02-23T12:47:46.037Z Downloaded zone v0.1.8
7162025-02-23T12:47:46.037Z Downloaded num-complex v0.4.6
7172025-02-23T12:47:46.037Z Downloaded num-iter v0.1.45
7182025-02-23T12:47:46.037Z Downloaded yasna v0.5.2
7192025-02-23T12:47:46.037Z Downloaded paste v1.0.15
7202025-02-23T12:47:46.043Z Downloaded num-integer v0.1.46
7212025-02-23T12:47:46.043Z Downloaded tracing-core v0.1.32
7222025-02-23T12:47:46.043Z Downloaded yoke-derive v0.7.4
7232025-02-23T12:47:46.043Z Downloaded write16 v1.0.0
7242025-02-23T12:47:46.049Z Downloaded rand_chacha v0.3.1
7252025-02-23T12:47:46.049Z Downloaded rustc-demangle v0.1.24
7262025-02-23T12:47:46.049Z Downloaded hickory-resolver v0.24.3
7272025-02-23T12:47:46.054Z Downloaded serde-hex v0.1.0
7282025-02-23T12:47:46.054Z Downloaded headers v0.4.0
7292025-02-23T12:47:46.058Z Downloaded slab v0.4.9
7302025-02-23T12:47:46.064Z Downloaded icu_locid_transform_data v1.5.0
7312025-02-23T12:47:46.064Z Downloaded sync_wrapper v1.0.1
7322025-02-23T12:47:46.065Z Downloaded stable_deref_trait v1.2.0
7332025-02-23T12:47:46.072Z Downloaded http v1.2.0
7342025-02-23T12:47:46.072Z Downloaded num-rational v0.4.2
7352025-02-23T12:47:46.076Z Downloaded thiserror-impl-no-std v2.0.2
7362025-02-23T12:47:46.076Z Downloaded mirai-annotations v1.12.0
7372025-02-23T12:47:46.076Z Downloaded phf_generator v0.11.2
7382025-02-23T12:47:46.076Z Downloaded hickory-server v0.24.3
7392025-02-23T12:47:46.081Z Downloaded proc-macro-crate v1.3.1
7402025-02-23T12:47:46.081Z Downloaded cc v1.2.15
7412025-02-23T12:47:46.088Z Downloaded openssl-probe v0.1.5
7422025-02-23T12:47:46.094Z Downloaded openssl-macros v0.1.1
7432025-02-23T12:47:46.094Z Downloaded opaque-debug v0.3.1
7442025-02-23T12:47:46.094Z Downloaded chacha20poly1305 v0.10.1
7452025-02-23T12:47:46.094Z Downloaded shlex v1.3.0
7462025-02-23T12:47:46.094Z Downloaded quinn v0.11.5
7472025-02-23T12:47:46.098Z Downloaded displaydoc v0.2.5
7482025-02-23T12:47:46.098Z Downloaded value-bag v1.9.0
7492025-02-23T12:47:46.104Z Downloaded difflib v0.4.0
7502025-02-23T12:47:46.104Z Downloaded rustls-pemfile v1.0.4
7512025-02-23T12:47:46.109Z Downloaded rustls-pemfile v2.2.0
7522025-02-23T12:47:46.109Z Downloaded diff v0.1.13
7532025-02-23T12:47:46.113Z Downloaded darling_core v0.20.10
7542025-02-23T12:47:46.117Z Downloaded time-core v0.1.2
7552025-02-23T12:47:46.117Z Downloaded thiserror-impl v2.0.11
7562025-02-23T12:47:46.125Z Downloaded fs_extra v1.3.0
7572025-02-23T12:47:46.126Z Downloaded either v1.13.0
7582025-02-23T12:47:46.126Z Downloaded num v0.4.3
7592025-02-23T12:47:46.136Z Downloaded embedded-io v0.4.0
7602025-02-23T12:47:46.136Z Downloaded ed25519 v2.2.3
7612025-02-23T12:47:46.136Z Downloaded pem-rfc7468 v0.7.0
7622025-02-23T12:47:46.136Z Downloaded tracing-attributes v0.1.27
7632025-02-23T12:47:46.141Z Downloaded minimal-lexical v0.2.1
7642025-02-23T12:47:46.141Z Downloaded zerofrom v0.1.4
7652025-02-23T12:47:46.141Z Downloaded radium v0.7.0
7662025-02-23T12:47:46.141Z Downloaded bumpalo v3.16.0
7672025-02-23T12:47:46.146Z Downloaded primeorder v0.13.6
7682025-02-23T12:47:46.146Z Downloaded serde_path_to_error v0.1.16
7692025-02-23T12:47:46.146Z Downloaded rustfmt-wrapper v0.2.1
7702025-02-23T12:47:46.151Z Downloaded rustc-hash v2.1.1
7712025-02-23T12:47:46.152Z Downloaded postcard v1.0.10
7722025-02-23T12:47:46.152Z Downloaded parse-size v1.1.0
7732025-02-23T12:47:46.158Z Downloaded nodrop v0.1.14
7742025-02-23T12:47:46.158Z Downloaded rand v0.8.5
7752025-02-23T12:47:46.158Z Downloaded shell-words v1.1.0
7762025-02-23T12:47:46.161Z Downloaded zopfli v0.8.1
7772025-02-23T12:47:46.161Z Downloaded papergrid v0.14.0
7782025-02-23T12:47:46.164Z Downloaded similar v2.6.0
7792025-02-23T12:47:46.170Z Downloaded diesel_derives v2.2.3
7802025-02-23T12:47:46.173Z Downloaded tiny-keccak v2.0.2
7812025-02-23T12:47:46.178Z Downloaded tls_codec v0.4.1
7822025-02-23T12:47:46.181Z Downloaded zerovec-derive v0.10.3
7832025-02-23T12:47:46.182Z Downloaded test-strategy v0.4.0
7842025-02-23T12:47:46.185Z Downloaded strip-ansi-escapes v0.2.0
7852025-02-23T12:47:46.185Z Downloaded stringprep v0.1.5
7862025-02-23T12:47:46.188Z Downloaded unicode-segmentation v1.12.0
7872025-02-23T12:47:46.195Z Downloaded libxml v0.3.3
7882025-02-23T12:47:46.201Z Downloaded debug-ignore v1.0.5
7892025-02-23T12:47:46.209Z Downloaded defmt-parser v0.3.4
7902025-02-23T12:47:46.209Z Downloaded flume v0.11.1
7912025-02-23T12:47:46.209Z Downloaded url v2.5.3
7922025-02-23T12:47:46.217Z Downloaded form_urlencoded v1.2.1
7932025-02-23T12:47:46.217Z Downloaded serde_with_macros v3.11.0
7942025-02-23T12:47:46.217Z Downloaded unarray v0.1.4
7952025-02-23T12:47:46.217Z Downloaded vergen v8.3.2
7962025-02-23T12:47:46.220Z Downloaded normalize-line-endings v0.3.0
7972025-02-23T12:47:46.220Z Downloaded postgres-types v0.2.8
7982025-02-23T12:47:46.220Z Downloaded defmt-macros v0.3.9
7992025-02-23T12:47:46.228Z Downloaded deranged v0.3.11
8002025-02-23T12:47:46.228Z Downloaded peg-runtime v0.8.3
8012025-02-23T12:47:46.233Z Downloaded futures-core v0.3.31
8022025-02-23T12:47:46.233Z Downloaded progenitor-macro v0.9.1
8032025-02-23T12:47:46.233Z Downloaded pkg-config v0.3.31
8042025-02-23T12:47:46.233Z Downloaded aes v0.8.4
8052025-02-23T12:47:46.239Z Downloaded slog-async v2.8.0
8062025-02-23T12:47:46.239Z Downloaded x509-cert v0.2.5
8072025-02-23T12:47:46.244Z Downloaded scrypt v0.11.0
8082025-02-23T12:47:46.244Z Downloaded rusty-fork v0.3.0
8092025-02-23T12:47:46.247Z Downloaded pin-project v1.1.6
8102025-02-23T12:47:46.255Z Downloaded untrusted v0.7.1
8112025-02-23T12:47:46.262Z Downloaded idna v1.0.3
8122025-02-23T12:47:46.266Z Downloaded snafu-derive v0.8.5
8132025-02-23T12:47:46.266Z Downloaded unsafe-libyaml v0.2.11
8142025-02-23T12:47:46.266Z Downloaded dirs-sys-next v0.1.2
8152025-02-23T12:47:46.269Z Downloaded tabwriter v1.4.0
8162025-02-23T12:47:46.269Z Downloaded tabled_derive v0.10.0
8172025-02-23T12:47:46.269Z Downloaded slog-dtrace v0.3.0
8182025-02-23T12:47:46.278Z Downloaded slog-bunyan v2.5.0
8192025-02-23T12:47:46.278Z Downloaded aes-gcm v0.10.3
8202025-02-23T12:47:46.288Z Downloaded unicase v2.7.0
8212025-02-23T12:47:46.288Z Downloaded slog-stdlog v4.1.1
8222025-02-23T12:47:46.288Z Downloaded bindgen v0.71.1
8232025-02-23T12:47:46.294Z Downloaded sync-ptr v0.1.1
8242025-02-23T12:47:46.294Z Downloaded pem v3.0.4
8252025-02-23T12:47:46.294Z Downloaded olpc-cjson v0.1.4
8262025-02-23T12:47:46.294Z Downloaded dyn-clone v1.0.18
8272025-02-23T12:47:46.294Z Downloaded der_derive v0.7.3
8282025-02-23T12:47:46.303Z Downloaded dsl_auto_type v0.1.2
8292025-02-23T12:47:46.303Z Downloaded ref-cast v1.0.23
8302025-02-23T12:47:46.303Z Downloaded password-hash v0.4.2
8312025-02-23T12:47:46.307Z Downloaded tokio-stream v0.1.16
8322025-02-23T12:47:46.307Z Downloaded polyval v0.6.2
8332025-02-23T12:47:46.307Z Downloaded tokio-rustls v0.25.0
8342025-02-23T12:47:46.320Z Downloaded parking_lot v0.11.2
8352025-02-23T12:47:46.320Z Downloaded number_prefix v0.4.0
8362025-02-23T12:47:46.328Z Downloaded tower-service v0.3.3
8372025-02-23T12:47:46.328Z Downloaded tokio-native-tls v0.3.1
8382025-02-23T12:47:46.328Z Downloaded vsss-rs v3.3.4
8392025-02-23T12:47:46.328Z Downloaded which v4.4.2
8402025-02-23T12:47:46.328Z Downloaded signal-hook v0.3.17
8412025-02-23T12:47:46.328Z Downloaded progenitor-macro v0.8.0
8422025-02-23T12:47:46.328Z Downloaded mockall v0.13.1
8432025-02-23T12:47:46.328Z Downloaded elliptic-curve v0.13.8
8442025-02-23T12:47:46.336Z Downloaded strum v0.26.3
8452025-02-23T12:47:46.336Z Downloaded flagset v0.4.6
8462025-02-23T12:47:46.336Z Downloaded serde_yaml v0.9.34+deprecated
8472025-02-23T12:47:46.342Z Downloaded daft v0.1.1
8482025-02-23T12:47:46.342Z Downloaded unicode-xid v0.2.6
8492025-02-23T12:47:46.342Z Downloaded glob v0.3.2
8502025-02-23T12:47:46.349Z Downloaded whoami v1.5.2
8512025-02-23T12:47:46.349Z Downloaded serde_repr v0.1.19
8522025-02-23T12:47:46.349Z Downloaded predicates-tree v1.0.11
8532025-02-23T12:47:46.367Z Downloaded predicates-core v1.0.8
8542025-02-23T12:47:46.367Z Downloaded gethostname v0.5.0
8552025-02-23T12:47:46.367Z Downloaded float-ord v0.3.2
8562025-02-23T12:47:46.367Z Downloaded toml_edit v0.19.15
8572025-02-23T12:47:46.370Z Downloaded num-conv v0.1.0
8582025-02-23T12:47:46.371Z Downloaded newtype_derive v0.1.6
8592025-02-23T12:47:46.371Z Downloaded fallible-iterator v0.3.0
8602025-02-23T12:47:46.371Z Downloaded tower-layer v0.3.3
8612025-02-23T12:47:46.371Z Downloaded salsa20 v0.10.2
8622025-02-23T12:47:46.371Z Downloaded parse-display-derive v0.10.0
8632025-02-23T12:47:46.375Z Downloaded ed25519-dalek v2.1.1
8642025-02-23T12:47:46.378Z Downloaded tracing v0.1.40
8652025-02-23T12:47:46.383Z Downloaded num_threads v0.1.7
8662025-02-23T12:47:46.383Z Downloaded num-bigint v0.4.6
8672025-02-23T12:47:46.391Z Downloaded ff v0.13.0
8682025-02-23T12:47:46.394Z Downloaded p521 v0.13.3
8692025-02-23T12:47:46.394Z Downloaded itertools v0.14.0
8702025-02-23T12:47:46.398Z Downloaded zerofrom-derive v0.1.4
8712025-02-23T12:47:46.402Z Downloaded signal-hook-mio v0.2.4
8722025-02-23T12:47:46.402Z Downloaded waitgroup v0.1.2
8732025-02-23T12:47:46.406Z Downloaded scopeguard v1.2.0
8742025-02-23T12:47:46.406Z Downloaded progenitor v0.9.1
8752025-02-23T12:47:46.406Z Downloaded pin-utils v0.1.0
8762025-02-23T12:47:46.411Z Downloaded globset v0.4.15
8772025-02-23T12:47:46.411Z Downloaded data-encoding v2.6.0
8782025-02-23T12:47:46.411Z Downloaded futures-macro v0.3.31
8792025-02-23T12:47:46.420Z Downloaded static_assertions v1.1.0
8802025-02-23T12:47:46.420Z Downloaded zeroize v1.8.1
8812025-02-23T12:47:46.420Z Downloaded itertools v0.12.1
8822025-02-23T12:47:46.423Z Downloaded supports-color v3.0.1
8832025-02-23T12:47:46.423Z Downloaded parking_lot_core v0.9.10
8842025-02-23T12:47:46.432Z Downloaded phf_shared v0.10.0
8852025-02-23T12:47:46.432Z Downloaded openssl-sys v0.9.106
8862025-02-23T12:47:46.436Z Downloaded num-derive v0.4.2
8872025-02-23T12:47:46.436Z Downloaded socket2 v0.5.7
8882025-02-23T12:47:46.436Z Downloaded rayon-core v1.12.1
8892025-02-23T12:47:46.448Z Downloaded publicsuffix v2.3.0
8902025-02-23T12:47:46.451Z Downloaded russh v0.45.0
8912025-02-23T12:47:46.451Z Downloaded smallvec v0.6.14
8922025-02-23T12:47:46.451Z Downloaded aho-corasick v1.1.3
8932025-02-23T12:47:46.463Z Downloaded foldhash v0.1.3
8942025-02-23T12:47:46.463Z Downloaded synstructure v0.13.1
8952025-02-23T12:47:46.472Z Downloaded subtle v2.6.1
8962025-02-23T12:47:46.472Z Downloaded scheduled-thread-pool v0.2.7
8972025-02-23T12:47:46.472Z Downloaded same-file v1.0.6
8982025-02-23T12:47:46.472Z Downloaded foreign-types v0.5.0
8992025-02-23T12:47:46.472Z Downloaded foreign-types v0.3.2
9002025-02-23T12:47:46.472Z Downloaded dirs-next v2.0.0
9012025-02-23T12:47:46.472Z Downloaded zeroize_derive v1.4.2
9022025-02-23T12:47:46.472Z Downloaded pkcs1 v0.7.5
9032025-02-23T12:47:46.472Z Downloaded serde_derive_internals v0.29.1
9042025-02-23T12:47:46.481Z Downloaded thread_local v1.1.8
9052025-02-23T12:47:46.481Z Downloaded tls_codec_derive v0.4.1
9062025-02-23T12:47:46.481Z Downloaded thiserror-no-std v2.0.2
9072025-02-23T12:47:46.481Z Downloaded futures-task v0.3.31
9082025-02-23T12:47:46.481Z Downloaded progenitor-client v0.9.1
9092025-02-23T12:47:46.485Z Downloaded tokio-util v0.7.12
9102025-02-23T12:47:46.485Z Downloaded rustls-pki-types v1.10.0
9112025-02-23T12:47:46.493Z Downloaded dropshot_endpoint v0.15.1
9122025-02-23T12:47:46.501Z Downloaded zip v0.6.6
9132025-02-23T12:47:46.501Z Downloaded fallible-iterator v0.2.0
9142025-02-23T12:47:46.501Z Downloaded unicode-properties v0.1.3
9152025-02-23T12:47:46.501Z Downloaded env_filter v0.1.2
9162025-02-23T12:47:46.504Z Downloaded walkdir v2.5.0
9172025-02-23T12:47:46.504Z Downloaded quinn-udp v0.5.5
9182025-02-23T12:47:46.504Z Downloaded unicode-bidi v0.3.17
9192025-02-23T12:47:46.504Z Downloaded futures-sink v0.3.31
9202025-02-23T12:47:46.509Z Downloaded futures-executor v0.3.31
9212025-02-23T12:47:46.509Z Downloaded phf_shared v0.11.2
9222025-02-23T12:47:46.509Z Downloaded rcgen v0.12.1
9232025-02-23T12:47:46.514Z Downloaded der v0.7.9
9242025-02-23T12:47:46.522Z Downloaded filetime v0.2.25
9252025-02-23T12:47:46.522Z Downloaded signal-hook-registry v1.4.2
9262025-02-23T12:47:46.522Z Downloaded hashbrown v0.14.5
9272025-02-23T12:47:46.529Z Downloaded serde_urlencoded v0.7.1
9282025-02-23T12:47:46.529Z Downloaded schemars_derive v0.8.21
9292025-02-23T12:47:46.538Z Downloaded parse-zoneinfo v0.3.1
9302025-02-23T12:47:46.538Z Downloaded termcolor v1.4.1
9312025-02-23T12:47:46.538Z Downloaded ena v0.14.3
9322025-02-23T12:47:46.538Z Downloaded ssh-key v0.6.6
9332025-02-23T12:47:46.546Z Downloaded oxnet v0.1.0
9342025-02-23T12:47:46.546Z Downloaded quick-error v1.2.3
9352025-02-23T12:47:46.547Z Downloaded pbkdf2 v0.11.0
9362025-02-23T12:47:46.551Z Downloaded derive_builder_core v0.20.2
9372025-02-23T12:47:46.551Z Downloaded universal-hash v0.5.1
9382025-02-23T12:47:46.551Z Downloaded mio v1.0.2
9392025-02-23T12:47:46.554Z Downloaded snafu v0.8.5
9402025-02-23T12:47:46.558Z Downloaded zerocopy-derive v0.8.10
9412025-02-23T12:47:46.563Z Downloaded owo-colors v4.1.0
9422025-02-23T12:47:46.567Z Downloaded derive_builder v0.20.2
9432025-02-23T12:47:46.573Z Downloaded oso v0.27.3
9442025-02-23T12:47:46.584Z Downloaded omicron-zone-package v0.12.0
9452025-02-23T12:47:46.589Z Downloaded prettyplease v0.2.29
9462025-02-23T12:47:46.589Z Downloaded slog-term v2.9.1
9472025-02-23T12:47:46.589Z Downloaded pin-project-lite v0.2.14
9482025-02-23T12:47:46.589Z Downloaded derive_more v0.99.19
9492025-02-23T12:47:46.594Z Downloaded password-hash v0.5.0
9502025-02-23T12:47:46.598Z Downloaded typify v0.2.0
9512025-02-23T12:47:46.598Z Downloaded unicode_categories v0.1.1
9522025-02-23T12:47:46.602Z Downloaded flate2 v1.0.35
9532025-02-23T12:47:46.607Z Downloaded twox-hash v2.1.0
9542025-02-23T12:47:46.607Z Downloaded mockall_derive v0.13.1
9552025-02-23T12:47:46.614Z Downloaded zerocopy v0.6.6
9562025-02-23T12:47:46.614Z Downloaded chrono v0.4.39
9572025-02-23T12:47:46.621Z Downloaded samael v0.0.18
9582025-02-23T12:47:46.626Z Downloaded progenitor-impl v0.9.1
9592025-02-23T12:47:46.630Z Downloaded zip v2.1.3
9602025-02-23T12:47:46.634Z Downloaded typify v0.3.0
9612025-02-23T12:47:46.634Z Downloaded qorb v0.2.1
9622025-02-23T12:47:46.640Z Downloaded tungstenite v0.24.0
9632025-02-23T12:47:46.644Z Downloaded tungstenite v0.23.0
9642025-02-23T12:47:46.648Z Downloaded icu_properties_data v1.5.0
9652025-02-23T12:47:46.655Z Downloaded quinn-proto v0.11.8
9662025-02-23T12:47:46.661Z Downloaded steno v0.4.1
9672025-02-23T12:47:46.665Z Downloaded portable-atomic v1.9.0
9682025-02-23T12:47:46.671Z Downloaded git2 v0.19.0
9692025-02-23T12:47:46.679Z Downloaded rustyline v14.0.0
9702025-02-23T12:47:46.685Z Downloaded bitvec v1.0.1
9712025-02-23T12:47:46.699Z Downloaded radix_trie v0.2.1
9722025-02-23T12:47:46.705Z Downloaded zerovec v0.10.4
9732025-02-23T12:47:46.710Z Downloaded unicode-normalization v0.1.24
9742025-02-23T12:47:46.715Z Downloaded time v0.3.36
9752025-02-23T12:47:46.720Z Downloaded h2 v0.4.6
9762025-02-23T12:47:46.728Z Downloaded vcpkg v0.2.15
9772025-02-23T12:47:46.764Z Downloaded typed-path v0.9.3
9782025-02-23T12:47:46.769Z Downloaded salty v0.3.0
9792025-02-23T12:47:46.779Z Downloaded petname v2.0.2
9802025-02-23T12:47:46.782Z Downloaded rayon v1.10.0
9812025-02-23T12:47:46.791Z Downloaded regex-syntax v0.6.29
9822025-02-23T12:47:46.798Z Downloaded curve25519-dalek v4.1.3
9832025-02-23T12:47:46.807Z Downloaded openssl v0.10.71
9842025-02-23T12:47:46.817Z Downloaded serde_with v3.11.0
9852025-02-23T12:47:46.825Z Downloaded object v0.30.4
9862025-02-23T12:47:46.836Z Downloaded hashbrown v0.12.3
9872025-02-23T12:47:46.844Z Downloaded quick-xml v0.37.2
9882025-02-23T12:47:46.849Z Downloaded tungstenite v0.21.0
9892025-02-23T12:47:46.855Z Downloaded futures-util v0.3.31
9902025-02-23T12:47:46.861Z Downloaded winnow v0.5.40
9912025-02-23T12:47:46.868Z Downloaded gimli v0.31.1
9922025-02-23T12:47:46.876Z Downloaded regress v0.9.1
9932025-02-23T12:47:46.885Z Downloaded tabled v0.18.0
9942025-02-23T12:47:46.902Z Downloaded diesel v2.2.7
9952025-02-23T12:47:46.920Z Downloaded hickory-proto v0.24.3
9962025-02-23T12:47:46.937Z Downloaded nix v0.29.0
9972025-02-23T12:47:46.947Z Downloaded webpki-roots v0.26.6
9982025-02-23T12:47:46.951Z Downloaded rustls v0.21.12
9992025-02-23T12:47:46.961Z Downloaded zerocopy v0.8.10
10002025-02-23T12:47:46.984Z Downloaded polar-core v0.27.3
10012025-02-23T12:47:46.992Z Downloaded rustls v0.22.4
10022025-02-23T12:47:47.005Z Downloaded regex v1.11.1
10032025-02-23T12:47:47.019Z Downloaded p384 v0.13.0
10042025-02-23T12:47:47.023Z Downloaded regress v0.10.1
10052025-02-23T12:47:47.031Z Downloaded regex-syntax v0.8.5
10062025-02-23T12:47:47.040Z Downloaded typify-impl v0.2.0
10072025-02-23T12:47:47.060Z Downloaded object v0.36.5
10082025-02-23T12:47:47.068Z Downloaded smoltcp v0.11.0
10092025-02-23T12:47:47.079Z Downloaded dropshot v0.15.1
10102025-02-23T12:47:47.099Z Downloaded smoltcp v0.9.1
10112025-02-23T12:47:47.109Z Downloaded dropshot v0.12.0
10122025-02-23T12:47:47.128Z Downloaded nix v0.28.0
10132025-02-23T12:47:47.139Z Downloaded rustls v0.23.19
10142025-02-23T12:47:47.150Z Downloaded bstr v1.10.0
10152025-02-23T12:47:47.160Z Downloaded typify-impl v0.3.0
10162025-02-23T12:47:47.176Z Downloaded sled v0.34.7
10172025-02-23T12:47:47.187Z Downloaded nix v0.27.1
10182025-02-23T12:47:47.196Z Downloaded openapiv3 v2.0.0
10192025-02-23T12:47:47.208Z Downloaded chrono-tz v0.10.1
10202025-02-23T12:47:47.216Z Downloaded ratatui v0.29.0
10212025-02-23T12:47:47.235Z Downloaded regex-automata v0.4.8
10222025-02-23T12:47:47.251Z Downloaded bzip2-sys v0.1.11+1.0.8
10232025-02-23T12:47:47.263Z Downloaded libz-sys v1.1.20
10242025-02-23T12:47:47.283Z Downloaded zerocopy-derive v0.6.6
10252025-02-23T12:47:47.292Z Downloaded sha3 v0.10.8
10262025-02-23T12:47:47.296Z Downloaded lzma-sys v0.1.20
10272025-02-23T12:47:47.324Z Downloaded unicode-width v0.2.0
10282025-02-23T12:47:47.330Z Downloaded sqlparser v0.45.0
10292025-02-23T12:47:47.335Z Downloaded hashbrown v0.13.2
10302025-02-23T12:47:47.339Z Downloaded tower v0.5.2
10312025-02-23T12:47:47.347Z Downloaded rustls-webpki v0.102.8
10322025-02-23T12:47:47.364Z Downloaded p256 v0.13.2
10332025-02-23T12:47:47.367Z Downloaded proptest v1.5.0
10342025-02-23T12:47:47.378Z Downloaded tokio v1.43.0
10352025-02-23T12:47:47.412Z Downloaded csv v1.3.1
10362025-02-23T12:47:47.432Z Downloaded lalrpop v0.19.12
10372025-02-23T12:47:47.442Z Downloaded petgraph v0.6.5
10382025-02-23T12:47:47.458Z Downloaded tokio-postgres v0.7.12
10392025-02-23T12:47:47.463Z Downloaded peg-macros v0.8.4
10402025-02-23T12:47:47.465Z Downloaded nom v7.1.3
10412025-02-23T12:47:47.476Z Downloaded rusqlite v0.32.1
10422025-02-23T12:47:47.479Z Downloaded rustls-webpki v0.101.7
10432025-02-23T12:47:47.488Z Downloaded fixedbitset v0.4.2
10442025-02-23T12:47:47.491Z Downloaded signal-hook-tokio v0.3.1
10452025-02-23T12:47:47.491Z Downloaded tokio-macros v2.5.0
10462025-02-23T12:47:47.493Z Downloaded reqwest v0.12.12
10472025-02-23T12:47:47.499Z Downloaded tough v0.19.0
10482025-02-23T12:47:47.507Z Downloaded progenitor-client v0.8.0
10492025-02-23T12:47:47.510Z Downloaded smallvec v1.14.0
10502025-02-23T12:47:47.514Z Downloaded parking_lot v0.12.3
10512025-02-23T12:47:47.514Z Downloaded half v2.4.1
10522025-02-23T12:47:47.518Z Downloaded getrandom v0.2.15
10532025-02-23T12:47:47.518Z Downloaded aws-lc-rs v1.10.0
10542025-02-23T12:47:47.525Z Downloaded tokio-rustls v0.24.1
10552025-02-23T12:47:47.527Z Downloaded blake3 v1.5.4
10562025-02-23T12:47:47.535Z Downloaded num-bigint-dig v0.8.4
10572025-02-23T12:47:47.538Z Downloaded nibble_vec v0.1.0
10582025-02-23T12:47:47.541Z Downloaded newtype-uuid v1.2.1
10592025-02-23T12:47:47.541Z Downloaded darling v0.20.10
10602025-02-23T12:47:47.546Z Downloaded daft-derive v0.1.1
10612025-02-23T12:47:47.549Z Downloaded hkdf v0.12.4
10622025-02-23T12:47:47.552Z Downloaded fd-lock v4.0.2
10632025-02-23T12:47:47.555Z Downloaded ref-cast-impl v1.0.23
10642025-02-23T12:47:47.555Z Downloaded sct v0.7.1
10652025-02-23T12:47:47.558Z Downloaded reedline v0.35.0
10662025-02-23T12:47:47.564Z Downloaded group v0.13.0
10672025-02-23T12:47:47.567Z Downloaded spin v0.9.8
10682025-02-23T12:47:47.567Z Downloaded predicates v3.1.3
10692025-02-23T12:47:47.570Z Downloaded parking_lot_core v0.8.6
10702025-02-23T12:47:47.572Z Downloaded hashlink v0.9.1
10712025-02-23T12:47:47.572Z Downloaded ring v0.17.11
10722025-02-23T12:47:47.613Z Downloaded futures v0.3.31
10732025-02-23T12:47:47.618Z Downloaded hyper v1.5.2
10742025-02-23T12:47:47.624Z Downloaded enum-as-inner v0.6.1
10752025-02-23T12:47:47.626Z Downloaded encoding_rs v0.8.34
10762025-02-23T12:47:47.646Z Downloaded percent-encoding v2.3.1
10772025-02-23T12:47:47.649Z Downloaded serde_plain v1.0.2
10782025-02-23T12:47:47.649Z Downloaded itertools v0.13.0
10792025-02-23T12:47:47.655Z Downloaded dunce v1.0.5
10802025-02-23T12:47:47.658Z Downloaded poly1305 v0.8.0
10812025-02-23T12:47:47.661Z Downloaded expectorate v1.1.0
10822025-02-23T12:47:47.661Z Downloaded crossterm v0.28.1
10832025-02-23T12:47:47.666Z Downloaded rustversion v1.0.17
10842025-02-23T12:47:47.668Z Downloaded r2d2 v0.8.10
10852025-02-23T12:47:47.671Z Downloaded rsa v0.9.6
10862025-02-23T12:47:47.673Z Downloaded time-macros v0.2.18
10872025-02-23T12:47:47.679Z Downloaded pin-project-internal v1.1.6
10882025-02-23T12:47:47.686Z Downloaded dropshot_endpoint v0.12.0
10892025-02-23T12:47:47.686Z Downloaded tar v0.4.42
10902025-02-23T12:47:47.689Z Downloaded libm v0.2.8
10912025-02-23T12:47:47.691Z Downloaded itertools v0.10.5
10922025-02-23T12:47:47.695Z Downloaded powerfmt v0.2.0
10932025-02-23T12:47:47.698Z Downloaded libgit2-sys v0.17.0+1.8.1
10942025-02-23T12:47:47.752Z Downloaded postgres-protocol v0.6.7
10952025-02-23T12:47:47.754Z Downloaded nu-ansi-term v0.50.1
10962025-02-23T12:47:47.758Z Downloaded structmeta v0.3.0
10972025-02-23T12:47:47.758Z Downloaded wyz v0.5.1
10982025-02-23T12:47:47.758Z Downloaded futures-channel v0.3.31
10992025-02-23T12:47:47.761Z Downloaded ecdsa v0.16.9
11002025-02-23T12:47:47.765Z Downloaded yoke v0.7.4
11012025-02-23T12:47:47.765Z Downloaded ron v0.7.1
11022025-02-23T12:47:47.770Z Downloaded bindgen v0.69.5
11032025-02-23T12:47:47.774Z Downloaded fatfs v0.3.6
11042025-02-23T12:47:47.776Z Downloaded tokio-rustls v0.26.0
11052025-02-23T12:47:47.779Z Downloaded foreign-types-shared v0.3.1
11062025-02-23T12:47:47.779Z Downloaded toml v0.7.8
11072025-02-23T12:47:47.782Z Downloaded num-traits v0.2.19
11082025-02-23T12:47:47.785Z Downloaded thiserror v2.0.11
11092025-02-23T12:47:47.789Z Downloaded defmt v0.3.8
11102025-02-23T12:47:47.792Z Downloaded writeable v0.5.5
11112025-02-23T12:47:47.796Z Downloaded typify-macro v0.2.0
11122025-02-23T12:47:47.796Z Downloaded structmeta-derive v0.3.0
11132025-02-23T12:47:47.799Z Downloaded siphasher v0.3.11
11142025-02-23T12:47:47.799Z Downloaded russh-keys v0.45.0
11152025-02-23T12:47:47.799Z Downloaded uzers v0.12.1
11162025-02-23T12:47:47.802Z Downloaded uuid v1.12.0
11172025-02-23T12:47:47.805Z Downloaded term v0.7.0
11182025-02-23T12:47:47.808Z Downloaded slog v2.7.0
11192025-02-23T12:47:47.808Z Downloaded crypto-bigint v0.5.5
11202025-02-23T12:47:47.816Z Downloaded signature v2.2.0
11212025-02-23T12:47:47.819Z Downloaded icu_properties v1.5.1
11222025-02-23T12:47:47.819Z Downloaded icu_collections v1.5.0
11232025-02-23T12:47:47.825Z Downloaded num_enum_derive v0.5.11
11242025-02-23T12:47:47.829Z Downloaded funty v2.0.0
11252025-02-23T12:47:47.829Z Downloaded crossbeam-channel v0.5.13
11262025-02-23T12:47:47.832Z Downloaded pkcs5 v0.7.1
11272025-02-23T12:47:47.835Z Downloaded ron v0.8.1
11282025-02-23T12:47:47.837Z Downloaded tinyvec v1.8.0
11292025-02-23T12:47:47.840Z Downloaded fragile v2.0.0
11302025-02-23T12:47:47.845Z Downloaded ssh-encoding v0.2.0
11312025-02-23T12:47:47.845Z Downloaded rand_core v0.6.4
11322025-02-23T12:47:47.848Z Downloaded pkcs8 v0.10.2
11332025-02-23T12:47:47.848Z Downloaded derive-where v1.2.7
11342025-02-23T12:47:47.850Z Downloaded compact_str v0.8.0
11352025-02-23T12:47:47.853Z Downloaded heapless v0.7.17
11362025-02-23T12:47:47.856Z Downloaded rtoolbox v0.0.2
11372025-02-23T12:47:47.859Z Downloaded env_logger v0.11.5
11382025-02-23T12:47:47.861Z Downloaded subprocess v0.2.9
11392025-02-23T12:47:47.861Z Downloaded const_format v0.2.34
11402025-02-23T12:47:47.865Z Downloaded env_logger v0.10.2
11412025-02-23T12:47:47.869Z Downloaded packed_struct_codegen v0.10.1
11422025-02-23T12:47:47.874Z Downloaded packed_struct v0.10.1
11432025-02-23T12:47:47.875Z Downloaded blake2 v0.10.6
11442025-02-23T12:47:47.880Z Downloaded hash32 v0.3.1
11452025-02-23T12:47:47.880Z Downloaded hash32 v0.2.1
11462025-02-23T12:47:47.880Z Downloaded const-oid v0.9.6
11472025-02-23T12:47:47.880Z Downloaded clang-sys v1.8.1
11482025-02-23T12:47:47.883Z Downloaded indexmap v1.9.3
11492025-02-23T12:47:47.883Z Downloaded icu_normalizer v1.5.0
11502025-02-23T12:47:47.885Z Downloaded hickory-client v0.24.3
11512025-02-23T12:47:47.888Z Downloaded termtree v0.5.1
11522025-02-23T12:47:47.892Z Downloaded proc-macro-error2 v2.0.1
11532025-02-23T12:47:47.895Z Downloaded memmap2 v0.9.5
11542025-02-23T12:47:47.895Z Downloaded strum_macros v0.24.3
11552025-02-23T12:47:47.895Z Downloaded spki v0.7.3
11562025-02-23T12:47:47.898Z Downloaded semver v0.1.20
11572025-02-23T12:47:47.898Z Downloaded secrecy v0.8.0
11582025-02-23T12:47:47.901Z Downloaded sec1 v0.7.3
11592025-02-23T12:47:47.901Z Downloaded rustc_version v0.4.1
11602025-02-23T12:47:47.901Z Downloaded rustc_version v0.1.7
11612025-02-23T12:47:47.904Z Downloaded slog-json v2.6.1
11622025-02-23T12:47:47.904Z Downloaded slog-envlogger v2.2.0
11632025-02-23T12:47:47.904Z Downloaded hmac v0.12.1
11642025-02-23T12:47:47.910Z Downloaded sha1 v0.10.6
11652025-02-23T12:47:47.910Z Downloaded cookie_store v0.21.1
11662025-02-23T12:47:47.912Z Downloaded cbc v0.1.2
11672025-02-23T12:47:47.912Z Downloaded block-padding v0.3.3
11682025-02-23T12:47:47.912Z Downloaded ipnetwork v0.21.1
11692025-02-23T12:47:47.912Z Downloaded ipnet v2.10.1
11702025-02-23T12:47:47.916Z Downloaded internet-checksum v0.2.1
11712025-02-23T12:47:47.916Z Downloaded hyper-staticfile v0.10.1
11722025-02-23T12:47:47.919Z Downloaded hyper-rustls v0.27.3
11732025-02-23T12:47:47.923Z Downloaded castaway v0.2.3
11742025-02-23T12:47:47.925Z Downloaded bitfield-struct v0.6.2
11752025-02-23T12:47:47.925Z Downloaded async-stream v0.3.6
11762025-02-23T12:47:47.925Z Downloaded crc-catalog v2.4.0
11772025-02-23T12:47:47.928Z Downloaded crc v3.2.1
11782025-02-23T12:47:47.928Z Downloaded hyper-tls v0.6.0
11792025-02-23T12:47:47.931Z Downloaded cmake v0.1.51
11802025-02-23T12:47:47.931Z Downloaded buf-list v1.0.3
11812025-02-23T12:47:47.934Z Downloaded ascii-canvas v3.0.0
11822025-02-23T12:47:47.934Z Downloaded keccak v0.1.5
11832025-02-23T12:47:47.936Z Downloaded bit-set v0.5.3
11842025-02-23T12:47:47.937Z Downloaded lalrpop-util v0.19.12
11852025-02-23T12:47:47.937Z Downloaded cfg_aliases v0.1.1
11862025-02-23T12:47:47.937Z Downloaded addr2line v0.24.2
11872025-02-23T12:47:47.940Z Downloaded async-bb8-diesel v0.2.1
11882025-02-23T12:47:47.943Z Downloaded lazy_static v1.5.0
11892025-02-23T12:47:47.943Z Downloaded humantime v2.1.0
11902025-02-23T12:47:47.946Z Downloaded base64ct v1.6.0
11912025-02-23T12:47:47.946Z Downloaded adler2 v2.0.0
11922025-02-23T12:47:47.949Z Downloaded http-body-util v0.1.2
11932025-02-23T12:47:47.949Z Downloaded hostname v0.4.0
11942025-02-23T12:47:47.952Z Downloaded hostname v0.3.1
11952025-02-23T12:47:47.952Z Downloaded match_cfg v0.1.0
11962025-02-23T12:47:47.952Z Downloaded backoff v0.4.0
11972025-02-23T12:47:47.955Z Downloaded argon2 v0.5.3
11982025-02-23T12:47:48.066Z Downloaded libsqlite3-sys v0.30.1
11992025-02-23T12:47:48.275Z Downloaded aws-lc-sys v0.22.0
12002025-02-23T12:47:48.584Z Compiling serde v1.0.218
12012025-02-23T12:47:48.588Z Compiling value-bag v1.9.0
12022025-02-23T12:47:48.588Z Compiling lock_api v0.4.12
12032025-02-23T12:47:48.588Z Compiling scopeguard v1.2.0
12042025-02-23T12:47:48.588Z Compiling typenum v1.17.0
12052025-02-23T12:47:48.588Z Compiling generic-array v0.14.7
12062025-02-23T12:47:48.764Z Compiling syn v2.0.96
12072025-02-23T12:47:48.777Z Compiling getrandom v0.2.15
12082025-02-23T12:47:49.091Z Compiling subtle v2.6.1
12092025-02-23T12:47:49.180Z Compiling rand_core v0.6.4
12102025-02-23T12:47:49.286Z Compiling log v0.4.22
12112025-02-23T12:47:49.406Z Compiling shlex v1.3.0
12122025-02-23T12:47:49.424Z Compiling jobserver v0.1.32
12132025-02-23T12:47:49.470Z Compiling smallvec v1.14.0
12142025-02-23T12:47:49.719Z Compiling const-oid v0.9.6
12152025-02-23T12:47:49.799Z Compiling pin-project-lite v0.2.14
12162025-02-23T12:47:49.835Z Compiling cc v1.2.15
12172025-02-23T12:47:49.890Z Compiling parking_lot_core v0.9.10
12182025-02-23T12:47:49.937Z Compiling rustix v0.38.37
12192025-02-23T12:47:50.055Z Compiling futures-core v0.3.31
12202025-02-23T12:47:50.265Z Compiling spin v0.9.8
12212025-02-23T12:47:50.305Z Compiling signal-hook-registry v1.4.2
12222025-02-23T12:47:50.673Z Compiling mio v1.0.2
12232025-02-23T12:47:50.799Z Compiling parking_lot v0.12.3
12242025-02-23T12:47:50.956Z Compiling either v1.13.0
12252025-02-23T12:47:51.033Z Compiling aho-corasick v1.1.3
12262025-02-23T12:47:51.378Z Compiling stable_deref_trait v1.2.0
12272025-02-23T12:47:51.406Z Compiling futures-sink v0.3.31
12282025-02-23T12:47:51.498Z Compiling cpufeatures v0.2.14
12292025-02-23T12:47:51.588Z Compiling regex-syntax v0.8.5
12302025-02-23T12:47:51.615Z Compiling socket2 v0.5.7
12312025-02-23T12:47:51.634Z Compiling slab v0.4.9
12322025-02-23T12:47:51.743Z Compiling glob v0.3.2
12332025-02-23T12:47:51.799Z Compiling prettyplease v0.2.29
12342025-02-23T12:47:52.185Z Compiling lazy_static v1.5.0
12352025-02-23T12:47:52.333Z Compiling minimal-lexical v0.2.1
12362025-02-23T12:47:52.405Z Compiling serde_json v1.0.139
12372025-02-23T12:47:52.516Z Compiling futures-channel v0.3.31
12382025-02-23T12:47:52.594Z Compiling clang-sys v1.8.1
12392025-02-23T12:47:52.792Z Compiling nom v7.1.3
12402025-02-23T12:47:52.860Z Compiling libloading v0.8.5
12412025-02-23T12:47:52.946Z Compiling futures-io v0.3.31
12422025-02-23T12:47:53.222Z Compiling home v0.5.9
12432025-02-23T12:47:53.225Z Compiling futures-task v0.3.31
12442025-02-23T12:47:53.338Z Compiling pin-utils v0.1.0
12452025-02-23T12:47:53.442Z Compiling bindgen v0.69.5
12462025-02-23T12:47:53.530Z Compiling itertools v0.12.1
12472025-02-23T12:47:53.762Z Compiling rustc-hash v1.1.0
12482025-02-23T12:47:53.946Z Compiling lazycell v1.3.0
12492025-02-23T12:47:54.132Z Compiling libm v0.2.8
12502025-02-23T12:47:54.351Z Compiling foldhash v0.1.3
12512025-02-23T12:47:54.514Z Compiling allocator-api2 v0.2.18
12522025-02-23T12:47:54.692Z Compiling cmake v0.1.51
12532025-02-23T12:47:55.244Z Compiling regex-automata v0.4.8
12542025-02-23T12:47:55.506Z Compiling hashbrown v0.15.1
12552025-02-23T12:47:55.525Z Compiling num-traits v0.2.19
12562025-02-23T12:47:55.834Z Compiling cexpr v0.6.0
12572025-02-23T12:47:56.108Z Compiling synstructure v0.13.1
12582025-02-23T12:47:56.645Z Compiling dunce v1.0.5
12592025-02-23T12:47:56.782Z Compiling pkg-config v0.3.31
12602025-02-23T12:47:57.377Z Compiling fs_extra v1.3.0
12612025-02-23T12:47:57.716Z Compiling litemap v0.7.3
12622025-02-23T12:47:57.872Z Compiling writeable v0.5.5
12632025-02-23T12:47:58.026Z Compiling ring v0.17.11
12642025-02-23T12:47:58.102Z Compiling paste v1.0.15
12652025-02-23T12:47:58.384Z Compiling base64ct v1.6.0
12662025-02-23T12:47:58.868Z Compiling pem-rfc7468 v0.7.0
12672025-02-23T12:47:59.025Z Compiling httparse v1.9.5
12682025-02-23T12:47:59.283Z Compiling flagset v0.4.6
12692025-02-23T12:47:59.508Z Compiling icu_locid_transform_data v1.5.0
12702025-02-23T12:47:59.545Z Compiling aws-lc-rs v1.10.0
12712025-02-23T12:47:59.790Z Compiling tracing-core v0.1.32
12722025-02-23T12:47:59.926Z Compiling percent-encoding v2.3.1
12732025-02-23T12:48:00.216Z Compiling icu_properties_data v1.5.0
12742025-02-23T12:48:00.266Z Compiling rustls-pki-types v1.10.0
12752025-02-23T12:48:00.471Z Compiling crossbeam-utils v0.8.20
12762025-02-23T12:48:00.676Z Compiling regex v1.11.1
12772025-02-23T12:48:01.049Z Compiling icu_normalizer_data v1.5.0
12782025-02-23T12:48:01.118Z Compiling vcpkg v0.2.15
12792025-02-23T12:48:01.165Z Compiling utf16_iter v1.0.5
12802025-02-23T12:48:01.263Z Compiling serde_derive v1.0.218
12812025-02-23T12:48:01.380Z Compiling zeroize_derive v1.4.2
12822025-02-23T12:48:01.573Z Compiling zerocopy-derive v0.7.35
12832025-02-23T12:48:01.576Z Compiling tokio-macros v2.5.0
12842025-02-23T12:48:02.755Z Compiling zeroize v1.8.1
12852025-02-23T12:48:02.763Z Compiling zerofrom-derive v0.1.4
12862025-02-23T12:48:02.957Z Compiling yoke-derive v0.7.4
12872025-02-23T12:48:03.532Z Compiling zerocopy v0.7.35
12882025-02-23T12:48:03.651Z Compiling thiserror-impl v1.0.69
12892025-02-23T12:48:04.432Z Compiling crypto-common v0.1.6
12902025-02-23T12:48:04.459Z Compiling block-buffer v0.10.4
12912025-02-23T12:48:04.690Z Compiling futures-macro v0.3.31
12922025-02-23T12:48:04.752Z Compiling digest v0.10.7
12932025-02-23T12:48:04.921Z Compiling zerovec-derive v0.10.3
12942025-02-23T12:48:05.228Z Compiling hmac v0.12.1
12952025-02-23T12:48:05.480Z Compiling displaydoc v0.2.5
12962025-02-23T12:48:05.572Z Compiling block-padding v0.3.3
12972025-02-23T12:48:05.594Z Compiling sha2 v0.10.8
12982025-02-23T12:48:05.834Z Compiling inout v0.1.3
12992025-02-23T12:48:06.128Z Compiling cipher v0.4.4
13002025-02-23T12:48:06.198Z Compiling zerofrom v0.1.4
13012025-02-23T12:48:06.437Z Compiling yoke v0.7.4
13022025-02-23T12:48:06.500Z Compiling futures-util v0.3.31
13032025-02-23T12:48:06.525Z Compiling thiserror v1.0.69
13042025-02-23T12:48:06.609Z Compiling icu_provider_macros v1.5.0
13052025-02-23T12:48:06.673Z Compiling ppv-lite86 v0.2.20
13062025-02-23T12:48:06.796Z Compiling der_derive v0.7.3
13072025-02-23T12:48:06.947Z Compiling tracing-attributes v0.1.27
13082025-02-23T12:48:07.370Z Compiling zerovec v0.10.4
13092025-02-23T12:48:07.459Z Compiling rand_chacha v0.3.1
13102025-02-23T12:48:07.666Z Compiling pest v2.7.14
13112025-02-23T12:48:09.116Z Compiling tinystr v0.7.6
13122025-02-23T12:48:09.185Z Compiling der v0.7.9
13132025-02-23T12:48:09.423Z Compiling icu_collections v1.5.0
13142025-02-23T12:48:09.509Z Compiling icu_locid v1.5.0
13152025-02-23T12:48:09.674Z Compiling rand v0.8.5
13162025-02-23T12:48:10.079Z Compiling tracing v0.1.40
13172025-02-23T12:48:10.575Z Compiling salsa20 v0.10.2
13182025-02-23T12:48:10.671Z Compiling icu_provider v1.5.0
13192025-02-23T12:48:10.696Z Compiling pbkdf2 v0.12.2
13202025-02-23T12:48:10.800Z Compiling num-conv v0.1.0
13212025-02-23T12:48:10.877Z Compiling powerfmt v0.2.0
13222025-02-23T12:48:11.091Z Compiling untrusted v0.7.1
13232025-02-23T12:48:11.265Z Compiling spki v0.7.3
13242025-02-23T12:48:11.290Z Compiling write16 v1.0.0
13252025-02-23T12:48:11.437Z Compiling icu_locid_transform v1.5.0
13262025-02-23T12:48:11.493Z Compiling untrusted v0.9.0
13272025-02-23T12:48:11.589Z Compiling time-core v0.1.2
13282025-02-23T12:48:11.631Z Compiling utf8_iter v1.0.4
13292025-02-23T12:48:11.678Z Compiling mirai-annotations v1.12.0
13302025-02-23T12:48:11.757Z Compiling time-macros v0.2.18
13312025-02-23T12:48:11.830Z Compiling deranged v0.3.11
13322025-02-23T12:48:11.857Z Compiling scrypt v0.11.0
13332025-02-23T12:48:11.877Z Compiling pest_meta v2.7.14
13342025-02-23T12:48:12.135Z Compiling cbc v0.1.2
13352025-02-23T12:48:12.395Z Compiling aes v0.8.4
13362025-02-23T12:48:12.433Z Compiling openssl-sys v0.9.106
13372025-02-23T12:48:13.259Z Compiling icu_properties v1.5.1
13382025-02-23T12:48:13.434Z Compiling scroll_derive v0.12.0
13392025-02-23T12:48:13.739Z Compiling bitflags v2.6.0
13402025-02-23T12:48:13.917Z Compiling bytes v1.9.0
13412025-02-23T12:48:14.894Z Compiling tokio v1.43.0
13422025-02-23T12:48:15.084Z Compiling semver v1.0.25
13432025-02-23T12:48:15.118Z Compiling indexmap v2.7.1
13442025-02-23T12:48:15.779Z Compiling http v1.2.0
13452025-02-23T12:48:15.948Z Compiling rustc_version v0.4.1
13462025-02-23T12:48:16.456Z Compiling atomic-waker v1.1.2
13472025-02-23T12:48:16.633Z Compiling num_threads v0.1.7
13482025-02-23T12:48:16.655Z Compiling tinyvec_macros v0.1.1
13492025-02-23T12:48:16.758Z Compiling tinyvec v1.8.0
13502025-02-23T12:48:16.779Z Compiling time v0.3.36
13512025-02-23T12:48:17.114Z Compiling icu_normalizer v1.5.0
13522025-02-23T12:48:17.476Z Compiling http-body v1.0.1
13532025-02-23T12:48:17.741Z Compiling which v4.4.2
13542025-02-23T12:48:17.756Z Compiling scroll v0.12.0
13552025-02-23T12:48:18.014Z Compiling idna_adapter v1.2.0
13562025-02-23T12:48:18.261Z Compiling pkcs5 v0.7.1
13572025-02-23T12:48:18.283Z Compiling pest_generator v2.7.14
13582025-02-23T12:48:18.286Z Compiling form_urlencoded v1.2.1
13592025-02-23T12:48:18.609Z Compiling slog v2.7.0
13602025-02-23T12:48:18.762Z Compiling try-lock v0.2.5
13612025-02-23T12:48:18.846Z Compiling goblin v0.8.2
13622025-02-23T12:48:18.926Z Compiling want v0.3.1
13632025-02-23T12:48:19.214Z Compiling pkcs8 v0.10.2
13642025-02-23T12:48:19.233Z Compiling idna v1.0.3
13652025-02-23T12:48:19.353Z Compiling uuid v1.12.0
13662025-02-23T12:48:19.883Z Compiling httpdate v1.0.3
13672025-02-23T12:48:20.115Z Compiling pest_derive v2.7.14
13682025-02-23T12:48:20.329Z Compiling tower-service v0.3.3
13692025-02-23T12:48:20.468Z Compiling iana-time-zone v0.1.61
13702025-02-23T12:48:20.740Z Compiling chrono v0.4.39
13712025-02-23T12:48:20.865Z Compiling toml_datetime v0.6.8
13722025-02-23T12:48:20.921Z Compiling dtrace-parser v0.2.0
13732025-02-23T12:48:21.278Z Compiling serde_spanned v0.6.8
13742025-02-23T12:48:21.307Z Compiling serde_tokenstream v0.2.2
13752025-02-23T12:48:21.518Z Compiling openssl v0.10.71
13762025-02-23T12:48:21.521Z Compiling base64 v0.22.1
13772025-02-23T12:48:21.872Z Compiling adler2 v2.0.0
13782025-02-23T12:48:21.959Z Compiling match_cfg v0.1.0
13792025-02-23T12:48:22.063Z Compiling rustversion v1.0.17
13802025-02-23T12:48:22.086Z Compiling foreign-types-shared v0.1.1
13812025-02-23T12:48:22.209Z Compiling foreign-types v0.3.2
13822025-02-23T12:48:22.229Z Compiling hostname v0.3.1
13832025-02-23T12:48:22.318Z Compiling miniz_oxide v0.8.0
13842025-02-23T12:48:22.475Z Compiling url v2.5.3
13852025-02-23T12:48:22.818Z Compiling tokio-util v0.7.12
13862025-02-23T12:48:23.702Z Compiling async-trait v0.1.86
13872025-02-23T12:48:23.912Z Compiling h2 v0.4.6
13882025-02-23T12:48:23.934Z Compiling openssl-macros v0.1.1
13892025-02-23T12:48:24.090Z Compiling serde_derive_internals v0.29.1
13902025-02-23T12:48:24.177Z Compiling dirs-sys-next v0.1.2
13912025-02-23T12:48:24.690Z Compiling dof v0.3.0
13922025-02-23T12:48:24.718Z Compiling siphasher v0.3.11
13932025-02-23T12:48:25.102Z Compiling rustls v0.23.19
13942025-02-23T12:48:25.414Z Compiling syn v1.0.109
13952025-02-23T12:48:25.995Z Compiling usdt-impl v0.5.0
13962025-02-23T12:48:26.159Z Compiling data-encoding v2.6.0
13972025-02-23T12:48:26.326Z Compiling schemars v0.8.21
13982025-02-23T12:48:26.421Z Compiling rustls v0.22.4
13992025-02-23T12:48:26.687Z Compiling native-tls v0.2.12
14002025-02-23T12:48:26.782Z Compiling schemars_derive v0.8.21
14012025-02-23T12:48:27.312Z Compiling dirs-next v2.0.0
14022025-02-23T12:48:27.855Z Compiling unicode-normalization v0.1.24
14032025-02-23T12:48:27.887Z Compiling http-body-util v0.1.2
14042025-02-23T12:48:28.089Z Compiling crossbeam-epoch v0.9.18
14052025-02-23T12:48:28.385Z Compiling heapless v0.7.17
14062025-02-23T12:48:28.744Z Compiling signature v2.2.0
14072025-02-23T12:48:28.762Z Compiling sha1 v0.10.6
14082025-02-23T12:48:28.842Z Compiling bzip2-sys v0.1.11+1.0.8
14092025-02-23T12:48:29.027Z Compiling thread_local v1.1.8
14102025-02-23T12:48:29.062Z Compiling cookie v0.18.1
14112025-02-23T12:48:29.216Z Compiling multer v3.1.0
14122025-02-23T12:48:29.359Z Compiling encoding_rs v0.8.34
14132025-02-23T12:48:29.406Z Compiling unicode-properties v0.1.3
14142025-02-23T12:48:29.496Z Compiling openssl-probe v0.1.5
14152025-02-23T12:48:29.539Z Compiling signal-hook v0.3.17
14162025-02-23T12:48:29.692Z Compiling rayon-core v1.12.1
14172025-02-23T12:48:29.799Z Compiling gimli v0.31.1
14182025-02-23T12:48:29.819Z Compiling dyn-clone v1.0.18
14192025-02-23T12:48:29.822Z Compiling ipnet v2.10.1
14202025-02-23T12:48:29.988Z Compiling slog-async v2.8.0
14212025-02-23T12:48:30.031Z Compiling unicode-bidi v0.3.17
14222025-02-23T12:48:30.530Z Compiling mime v0.3.17
14232025-02-23T12:48:30.950Z Compiling hyper v1.5.2
14242025-02-23T12:48:31.064Z Compiling stringprep v0.1.5
14252025-02-23T12:48:31.228Z Compiling toml_edit v0.22.22
14262025-02-23T12:48:33.360Z Compiling hyper-util v0.1.10
14272025-02-23T12:48:34.272Z Compiling addr2line v0.24.2
14282025-02-23T12:48:34.759Z Compiling crossbeam-deque v0.8.5
14292025-02-23T12:48:34.779Z Compiling usdt-attr-macro v0.5.0
14302025-02-23T12:48:34.935Z Compiling usdt-macro v0.5.0
14312025-02-23T12:48:35.088Z Compiling term v0.7.0
14322025-02-23T12:48:36.105Z Compiling slog-json v2.6.1
14332025-02-23T12:48:36.277Z Compiling serde_urlencoded v0.7.1
14342025-02-23T12:48:36.297Z Compiling crossbeam-channel v0.5.13
14352025-02-23T12:48:36.299Z Compiling curve25519-dalek v4.1.3
14362025-02-23T12:48:36.359Z Compiling futures-executor v0.3.31
14372025-02-23T12:48:36.428Z Compiling md-5 v0.10.6
14382025-02-23T12:48:36.700Z Compiling async-stream-impl v0.3.6
14392025-02-23T12:48:36.781Z Compiling enum-as-inner v0.6.1
14402025-02-23T12:48:36.861Z Compiling rustls-pemfile v2.2.0
14412025-02-23T12:48:37.026Z Compiling num-integer v0.1.46
14422025-02-23T12:48:37.188Z Compiling hash32 v0.2.1
14432025-02-23T12:48:37.235Z Compiling ff v0.13.0
14442025-02-23T12:48:37.481Z Compiling is-terminal v0.4.13
14452025-02-23T12:48:37.533Z Compiling dropshot v0.12.0
14462025-02-23T12:48:37.620Z Compiling memoffset v0.9.1
14472025-02-23T12:48:37.765Z Compiling object v0.36.5
14482025-02-23T12:48:37.816Z Compiling psl-types v2.0.11
14492025-02-23T12:48:37.851Z Compiling utf-8 v0.7.6
14502025-02-23T12:48:37.938Z Compiling litrs v0.4.1
14512025-02-23T12:48:37.968Z Compiling fallible-iterator v0.2.0
14522025-02-23T12:48:38.023Z Compiling quick-error v1.2.3
14532025-02-23T12:48:38.170Z Compiling anyhow v1.0.96
14542025-02-23T12:48:38.188Z Compiling smoltcp v0.9.1
14552025-02-23T12:48:38.238Z Compiling take_mut v0.2.2
14562025-02-23T12:48:38.418Z Compiling linked-hash-map v0.5.6
14572025-02-23T12:48:38.594Z Compiling cfg_aliases v0.2.1
14582025-02-23T12:48:38.698Z Compiling rustc-demangle v0.1.24
14592025-02-23T12:48:38.753Z Compiling base16ct v0.2.0
14602025-02-23T12:48:38.755Z Compiling num-bigint-dig v0.8.4
14612025-02-23T12:48:38.802Z Compiling portable-atomic v1.9.0
14622025-02-23T12:48:39.071Z Compiling sec1 v0.7.3
14632025-02-23T12:48:39.105Z Compiling document-features v0.2.10
14642025-02-23T12:48:39.603Z Compiling lru-cache v0.1.2
14652025-02-23T12:48:39.623Z Compiling nix v0.29.0
14662025-02-23T12:48:39.680Z Compiling postgres-protocol v0.6.7
14672025-02-23T12:48:39.814Z Compiling resolv-conf v0.7.0
14682025-02-23T12:48:40.253Z Compiling tungstenite v0.24.0
14692025-02-23T12:48:40.471Z Compiling publicsuffix v2.3.0
14702025-02-23T12:48:40.523Z Compiling async-stream v0.3.6
14712025-02-23T12:48:40.831Z Compiling hickory-proto v0.24.3
14722025-02-23T12:48:40.869Z Compiling slog-term v2.9.1
14732025-02-23T12:48:40.890Z Compiling num-iter v0.1.45
14742025-02-23T12:48:40.920Z Compiling usdt v0.5.0
14752025-02-23T12:48:41.400Z Compiling group v0.13.0
14762025-02-23T12:48:41.848Z Compiling futures v0.3.31
14772025-02-23T12:48:41.967Z Compiling slog-bunyan v2.5.0
14782025-02-23T12:48:42.221Z Compiling toml v0.8.19
14792025-02-23T12:48:43.142Z Compiling camino v1.1.9
14802025-02-23T12:48:43.555Z Compiling tokio-native-tls v0.3.1
14812025-02-23T12:48:43.696Z Compiling phf_shared v0.11.2
14822025-02-23T12:48:43.847Z Compiling dropshot_endpoint v0.12.0
14832025-02-23T12:48:44.009Z Compiling terminal_size v0.4.0
14842025-02-23T12:48:44.044Z Compiling waitgroup v0.1.2
14852025-02-23T12:48:44.067Z Compiling openapiv3 v2.0.0
14862025-02-23T12:48:44.256Z Compiling serde_path_to_error v0.1.16
14872025-02-23T12:48:44.291Z Compiling hkdf v0.12.4
14882025-02-23T12:48:44.570Z Compiling backtrace v0.3.74
14892025-02-23T12:48:44.913Z Compiling crypto-bigint v0.5.5
14902025-02-23T12:48:45.035Z Compiling curve25519-dalek-derive v0.1.1
14912025-02-23T12:48:46.463Z Compiling zerocopy-derive v0.6.6
14922025-02-23T12:48:47.164Z Compiling hubpack_derive v0.1.1
14932025-02-23T12:48:47.466Z Compiling webpki-roots v0.26.6
14942025-02-23T12:48:47.688Z Compiling sync_wrapper v1.0.1
14952025-02-23T12:48:47.851Z Compiling hostname v0.4.0
14962025-02-23T12:48:47.909Z Compiling crc32fast v1.4.2
14972025-02-23T12:48:47.966Z Compiling ahash v0.8.11
14982025-02-23T12:48:48.007Z Compiling fs-err v2.11.0
14992025-02-23T12:48:48.066Z Compiling debug-ignore v1.0.5
15002025-02-23T12:48:48.224Z Compiling tower-layer v0.3.3
15012025-02-23T12:48:48.243Z Compiling winnow v0.5.40
15022025-02-23T12:48:48.313Z Compiling managed v0.8.0
15032025-02-23T12:48:48.340Z Compiling bitflags v1.3.2
15042025-02-23T12:48:48.372Z Compiling unicode-width v0.2.0
15052025-02-23T12:48:48.456Z Compiling newtype-uuid v1.2.1
15062025-02-23T12:48:48.516Z Compiling tower v0.5.2
15072025-02-23T12:48:48.793Z Compiling zerocopy v0.6.6
15082025-02-23T12:48:48.901Z Compiling console v0.15.10
15092025-02-23T12:48:49.383Z Compiling strum_macros v0.25.3
15102025-02-23T12:48:49.576Z Compiling clap_builder v4.5.30
15112025-02-23T12:48:49.911Z Compiling flate2 v1.0.35
15122025-02-23T12:48:50.312Z Compiling hubpack v0.1.2
15132025-02-23T12:48:50.667Z Compiling elliptic-curve v0.13.8
15142025-02-23T12:48:50.797Z Compiling hickory-resolver v0.24.3
15152025-02-23T12:48:51.500Z Compiling toml_edit v0.19.15
15162025-02-23T12:48:51.600Z Compiling phf v0.11.2
15172025-02-23T12:48:51.619Z Compiling hyper-tls v0.6.0
15182025-02-23T12:48:51.891Z Compiling signal-hook-mio v0.2.4
15192025-02-23T12:48:52.031Z Compiling rayon v1.10.0
15202025-02-23T12:48:52.073Z Compiling cookie_store v0.21.1
15212025-02-23T12:48:53.013Z Compiling bzip2 v0.4.4
15222025-02-23T12:48:53.422Z Compiling tokio-tungstenite v0.24.0
15232025-02-23T12:48:54.140Z Compiling postgres-types v0.2.8
15242025-02-23T12:48:56.291Z Compiling ed25519 v2.2.3
15252025-02-23T12:48:56.410Z Compiling phf_shared v0.10.0
15262025-02-23T12:48:56.673Z Compiling tokio-stream v0.1.16
15272025-02-23T12:48:56.789Z Compiling pkcs1 v0.7.5
15282025-02-23T12:48:57.340Z Compiling serde-big-array v0.5.1
15292025-02-23T12:48:57.599Z Compiling rfc6979 v0.4.0
15302025-02-23T12:48:57.650Z Compiling derive-where v1.2.7
15312025-02-23T12:48:57.695Z Compiling clap_derive v4.5.28
15322025-02-23T12:48:57.812Z Compiling serde_repr v0.1.19
15332025-02-23T12:48:58.095Z Compiling bstr v1.10.0
15342025-02-23T12:48:58.353Z Compiling float-cmp v0.10.0
15352025-02-23T12:48:58.591Z Compiling bit-vec v0.6.3
15362025-02-23T12:48:58.627Z Compiling difflib v0.4.0
15372025-02-23T12:48:58.912Z Compiling static_assertions v1.1.0
15382025-02-23T12:48:59.007Z Compiling normalize-line-endings v0.3.0
15392025-02-23T12:48:59.029Z Compiling precomputed-hash v0.1.1
15402025-02-23T12:48:59.152Z Compiling number_prefix v0.4.0
15412025-02-23T12:48:59.172Z Compiling new_debug_unreachable v1.0.6
15422025-02-23T12:48:59.283Z Compiling predicates-core v1.0.8
15432025-02-23T12:48:59.403Z Compiling unicode-segmentation v1.12.0
15442025-02-23T12:48:59.649Z Compiling whoami v1.5.2
15452025-02-23T12:48:59.658Z Compiling fixedbitset v0.4.2
15462025-02-23T12:49:00.023Z Compiling tokio-postgres v0.7.12
15472025-02-23T12:49:00.084Z Compiling similar v2.6.0
15482025-02-23T12:49:00.179Z Compiling petgraph v0.6.5
15492025-02-23T12:49:00.235Z Compiling predicates v3.1.3
15502025-02-23T12:49:00.792Z Compiling indicatif v0.17.11
15512025-02-23T12:49:01.705Z Compiling string_cache v0.8.7
15522025-02-23T12:49:02.089Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15532025-02-23T12:49:02.162Z Compiling bit-set v0.5.3
15542025-02-23T12:49:02.257Z Compiling clap v4.5.30
15552025-02-23T12:49:02.387Z Compiling ecdsa v0.16.9
15562025-02-23T12:49:02.444Z Compiling rsa v0.9.6
15572025-02-23T12:49:02.774Z Compiling ed25519-dalek v2.1.1
15582025-02-23T12:49:03.222Z Compiling toml v0.7.8
15592025-02-23T12:49:04.034Z Compiling zip v0.6.6
15602025-02-23T12:49:04.696Z Compiling crossterm v0.28.1
15612025-02-23T12:49:05.848Z Compiling hex v0.4.3
15622025-02-23T12:49:06.138Z Compiling x509-cert v0.2.5
15632025-02-23T12:49:06.403Z Compiling itertools v0.10.5
15642025-02-23T12:49:06.426Z Compiling itertools v0.14.0
15652025-02-23T12:49:07.310Z Compiling lalrpop-util v0.19.12
15662025-02-23T12:49:07.676Z Compiling unicode-xid v0.2.6
15672025-02-23T12:49:07.877Z Compiling peg-runtime v0.8.3
15682025-02-23T12:49:07.914Z Compiling strum_macros v0.26.4
15692025-02-23T12:49:08.351Z Compiling xattr v1.3.1
15702025-02-23T12:49:08.429Z Compiling filetime v0.2.25
15712025-02-23T12:49:08.748Z Compiling tar v0.4.42
15722025-02-23T12:49:12.470Z Compiling strum v0.26.3
15732025-02-23T12:49:15.305Z Compiling aws-lc-sys v0.22.0
15742025-02-23T12:49:42.781Z Compiling rustls-webpki v0.102.8
15752025-02-23T12:49:46.004Z Compiling tokio-rustls v0.25.0
15762025-02-23T12:49:47.686Z Compiling tokio-rustls v0.26.0
15772025-02-23T12:49:48.041Z Compiling hyper-rustls v0.27.3
15782025-02-23T12:49:48.396Z Compiling reqwest v0.12.12
15792025-02-23T12:49:49.726Z Compiling qorb v0.2.1
15802025-02-23T12:49:52.686Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15812025-02-23T12:49:52.965Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15822025-02-23T12:49:57.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15832025-02-23T12:49:57.737Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15842025-02-23T12:49:57.747ZFeb 23 12:49:56.766 INFO Starting download, target: Console
15852025-02-23T12:49:57.747ZFeb 23 12:49:56.767 INFO Starting download, target: Clickhouse
15862025-02-23T12:49:57.747ZFeb 23 12:49:56.767 INFO Starting download, target: Cockroach
15872025-02-23T12:49:57.747ZFeb 23 12:49:56.767 INFO Starting download, target: DendriteOpenapi
15882025-02-23T12:49:57.747ZFeb 23 12:49:56.767 INFO Starting download, target: DendriteStub
15892025-02-23T12:49:57.747ZFeb 23 12:49:56.767 INFO Starting download, target: MaghemiteMgd
15902025-02-23T12:49:57.748ZFeb 23 12:49:56.767 INFO Starting download, target: TransceiverControl
15912025-02-23T12:49:57.748ZFeb 23 12:49:56.767 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15922025-02-23T12:49:57.748ZFeb 23 12:49:56.767 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15932025-02-23T12:49:57.748ZFeb 23 12:49:56.767 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942025-02-23T12:49:57.748ZFeb 23 12:49:56.767 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952025-02-23T12:49:57.748ZFeb 23 12:49:56.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15962025-02-23T12:49:57.748ZFeb 23 12:49:56.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15972025-02-23T12:49:57.748ZFeb 23 12:49:56.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15982025-02-23T12:49:58.261ZFeb 23 12:49:57.308 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15992025-02-23T12:49:58.572ZFeb 23 12:49:57.552 INFO Download complete, target: DendriteOpenapi
16002025-02-23T12:49:58.672ZFeb 23 12:49:57.611 INFO Download complete, target: Console
16012025-02-23T12:49:58.747ZFeb 23 12:49:57.762 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022025-02-23T12:49:59.405ZFeb 23 12:49:58.204 INFO Download complete, target: TransceiverControl
16032025-02-23T12:49:59.782ZFeb 23 12:49:58.648 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16042025-02-23T12:50:01.043ZFeb 23 12:49:59.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16052025-02-23T12:50:01.196ZFeb 23 12:50:00.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16062025-02-23T12:50:02.492ZFeb 23 12:50:01.537 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072025-02-23T12:50:02.492ZFeb 23 12:50:01.537 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082025-02-23T12:50:03.607ZFeb 23 12:50:02.657 INFO Download complete, target: DendriteStub
16092025-02-23T12:50:04.021ZFeb 23 12:50:03.072 INFO Download complete, target: MaghemiteMgd
16102025-02-23T12:50:09.651ZFeb 23 12:50:08.700 INFO Checking that binary works, target: Cockroach
16112025-02-23T12:50:09.804ZFeb 23 12:50:08.853 INFO Download complete, target: Cockroach
16122025-02-23T12:50:12.117ZFeb 23 12:50:11.166 INFO Checking that binary works, target: Clickhouse
16132025-02-23T12:50:12.315ZFeb 23 12:50:11.363 INFO Download complete, target: Clickhouse
16142025-02-23T12:50:12.323ZAll prerequisites installed successfully
16152025-02-23T12:50:12.327Z
16162025-02-23T12:50:12.327Zreal 6:47.205022021
16172025-02-23T12:50:12.327Zuser 15:25.014058493
16182025-02-23T12:50:12.327Zsys 2:05.686888245
16192025-02-23T12:50:12.327Ztrap 0.546327906
16202025-02-23T12:50:12.327Ztflt 0.902996060
16212025-02-23T12:50:12.327Zdflt 1.215403918
16222025-02-23T12:50:12.327Zkflt 0.027040674
16232025-02-23T12:50:12.327Zlock 23:40.508365395
16242025-02-23T12:50:12.327Zslp 58:21.109006477
16252025-02-23T12:50:12.327Zlat 1:01.687515271
16262025-02-23T12:50:12.327Zstop 2:21.487271632
16272025-02-23T12:50:12.327Z+ ptime -m cargo xtask download softnpu
16282025-02-23T12:50:12.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16292025-02-23T12:50:12.889Z Running `target/debug/xtask download softnpu`
16302025-02-23T12:50:13.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16312025-02-23T12:50:13.790Z Running `target/debug/xtask-downloader softnpu`
16322025-02-23T12:50:13.827ZFeb 23 12:50:12.875 INFO Starting download, target: Softnpu
16332025-02-23T12:50:13.830ZFeb 23 12:50:12.875 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16342025-02-23T12:50:14.193ZFeb 23 12:50:13.237 INFO Download complete, target: Softnpu
16352025-02-23T12:50:14.197Z
16362025-02-23T12:50:14.197Zreal 1.862071406
16372025-02-23T12:50:14.197Zuser 1.294589267
16382025-02-23T12:50:14.197Zsys 0.540672218
16392025-02-23T12:50:14.197Ztrap 0.000948621
16402025-02-23T12:50:14.197Ztflt 0.000047445
16412025-02-23T12:50:14.197Zdflt 0.000114578
16422025-02-23T12:50:14.197Zkflt 0.000000000
16432025-02-23T12:50:14.197Zlock 3.652764016
16442025-02-23T12:50:14.197Zslp 0.214327293
16452025-02-23T12:50:14.197Zlat 0.072242219
16462025-02-23T12:50:14.197Zstop 0.000178194
16472025-02-23T12:50:14.197Z+ export CARGO_INCREMENTAL=0
16482025-02-23T12:50:14.197Z+ CARGO_INCREMENTAL=0
16492025-02-23T12:50:14.197Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16502025-02-23T12:50:15.175Z Compiling proc-macro2 v1.0.93
16512025-02-23T12:50:15.175Z Compiling unicode-ident v1.0.14
16522025-02-23T12:50:15.175Z Compiling libc v0.2.170
16532025-02-23T12:50:15.179Z Compiling serde v1.0.218
16542025-02-23T12:50:15.179Z Compiling autocfg v1.4.0
16552025-02-23T12:50:15.179Z Compiling version_check v0.9.5
16562025-02-23T12:50:15.179Z Compiling cfg-if v1.0.0
16572025-02-23T12:50:15.408Z Compiling memchr v2.7.4
16582025-02-23T12:50:15.439Z Compiling typenum v1.17.0
16592025-02-23T12:50:15.458Z Compiling shlex v1.3.0
16602025-02-23T12:50:15.836Z Compiling value-bag v1.9.0
16612025-02-23T12:50:15.855Z Compiling scopeguard v1.2.0
16622025-02-23T12:50:15.872Z Compiling generic-array v0.14.7
16632025-02-23T12:50:16.130Z Compiling lock_api v0.4.12
16642025-02-23T12:50:16.273Z Compiling log v0.4.22
16652025-02-23T12:50:16.327Z Compiling parking_lot_core v0.9.10
16662025-02-23T12:50:16.707Z Compiling serde_json v1.0.139
16672025-02-23T12:50:16.741Z Compiling once_cell v1.20.3
16682025-02-23T12:50:16.987Z Compiling rustix v0.38.37
16692025-02-23T12:50:17.035Z Compiling quote v1.0.38
16702025-02-23T12:50:17.054Z Compiling libm v0.2.8
16712025-02-23T12:50:17.098Z Compiling aho-corasick v1.1.3
16722025-02-23T12:50:17.305Z Compiling jobserver v0.1.32
16732025-02-23T12:50:17.415Z Compiling syn v2.0.96
16742025-02-23T12:50:17.517Z Compiling getrandom v0.2.15
16752025-02-23T12:50:17.631Z Compiling num-traits v0.2.19
16762025-02-23T12:50:17.753Z Compiling cc v1.2.15
16772025-02-23T12:50:17.892Z Compiling thiserror v1.0.69
16782025-02-23T12:50:17.916Z Compiling regex-syntax v0.8.5
16792025-02-23T12:50:17.962Z Compiling semver v1.0.25
16802025-02-23T12:50:18.020Z Compiling either v1.13.0
16812025-02-23T12:50:18.388Z Compiling itoa v1.0.11
16822025-02-23T12:50:18.407Z Compiling slab v0.4.9
16832025-02-23T12:50:18.613Z Compiling spin v0.9.8
16842025-02-23T12:50:18.752Z Compiling errno v0.3.9
16852025-02-23T12:50:18.846Z Compiling byteorder v1.5.0
16862025-02-23T12:50:18.967Z Compiling rand_core v0.6.4
16872025-02-23T12:50:19.333Z Compiling glob v0.3.2
16882025-02-23T12:50:19.614Z Compiling prettyplease v0.2.29
16892025-02-23T12:50:19.961Z Compiling clang-sys v1.8.1
16902025-02-23T12:50:20.009Z Compiling lazy_static v1.5.0
16912025-02-23T12:50:20.151Z Compiling minimal-lexical v0.2.1
16922025-02-23T12:50:20.233Z Compiling smallvec v1.14.0
16932025-02-23T12:50:20.599Z Compiling nom v7.1.3
16942025-02-23T12:50:20.772Z Compiling libloading v0.8.5
16952025-02-23T12:50:20.789Z Compiling bindgen v0.69.5
16962025-02-23T12:50:20.807Z Compiling home v0.5.9
16972025-02-23T12:50:20.965Z Compiling subtle v2.6.1
16982025-02-23T12:50:21.098Z Compiling itertools v0.12.1
16992025-02-23T12:50:21.250Z Compiling lazycell v1.3.0
17002025-02-23T12:50:21.270Z Compiling rustc-hash v1.1.0
17012025-02-23T12:50:21.427Z Compiling allocator-api2 v0.2.18
17022025-02-23T12:50:21.446Z Compiling regex-automata v0.4.8
17032025-02-23T12:50:22.120Z Compiling cmake v0.1.51
17042025-02-23T12:50:22.782Z Compiling fs_extra v1.3.0
17052025-02-23T12:50:22.867Z Compiling dunce v1.0.5
17062025-02-23T12:50:23.298Z Compiling pkg-config v0.3.31
17072025-02-23T12:50:23.352Z Compiling pin-project-lite v0.2.14
17082025-02-23T12:50:23.501Z Compiling ring v0.17.11
17092025-02-23T12:50:23.824Z Compiling cexpr v0.6.0
17102025-02-23T12:50:24.161Z Compiling ryu v1.0.18
17112025-02-23T12:50:24.269Z Compiling paste v1.0.15
17122025-02-23T12:50:24.483Z Compiling aws-lc-rs v1.10.0
17132025-02-23T12:50:24.498Z Compiling fnv v1.0.7
17142025-02-23T12:50:24.652Z Compiling synstructure v0.13.1
17152025-02-23T12:50:24.860Z Compiling schemars v0.8.21
17162025-02-23T12:50:25.231Z Compiling const-oid v0.9.6
17172025-02-23T12:50:25.779Z Compiling httparse v1.9.5
17182025-02-23T12:50:25.820Z Compiling serde_derive_internals v0.29.1
17192025-02-23T12:50:26.408Z Compiling signal-hook-registry v1.4.2
17202025-02-23T12:50:26.680Z Compiling equivalent v1.0.1
17212025-02-23T12:50:26.813Z Compiling regex v1.11.1
17222025-02-23T12:50:27.164Z Compiling foldhash v0.1.3
17232025-02-23T12:50:27.190Z Compiling parking_lot v0.12.3
17242025-02-23T12:50:27.458Z Compiling hashbrown v0.15.1
17252025-02-23T12:50:27.737Z Compiling mio v1.0.2
17262025-02-23T12:50:27.782Z Compiling heck v0.5.0
17272025-02-23T12:50:28.174Z Compiling stable_deref_trait v1.2.0
17282025-02-23T12:50:28.522Z Compiling serde_derive v1.0.218
17292025-02-23T12:50:28.651Z Compiling zeroize_derive v1.4.2
17302025-02-23T12:50:29.219Z Compiling zerocopy-derive v0.7.35
17312025-02-23T12:50:29.364Z Compiling tokio-macros v2.5.0
17322025-02-23T12:50:29.968Z Compiling thiserror-impl v1.0.69
17332025-02-23T12:50:29.991Z Compiling zeroize v1.8.1
17342025-02-23T12:50:30.448Z Compiling zerofrom-derive v0.1.4
17352025-02-23T12:50:30.625Z Compiling yoke-derive v0.7.4
17362025-02-23T12:50:30.694Z Compiling futures-macro v0.3.31
17372025-02-23T12:50:30.721Z Compiling zerovec-derive v0.10.3
17382025-02-23T12:50:30.964Z Compiling displaydoc v0.2.5
17392025-02-23T12:50:32.214Z Compiling zerocopy v0.7.35
17402025-02-23T12:50:32.396Z Compiling crypto-common v0.1.6
17412025-02-23T12:50:32.592Z Compiling icu_provider_macros v1.5.0
17422025-02-23T12:50:32.725Z Compiling tracing-attributes v0.1.27
17432025-02-23T12:50:32.917Z Compiling schemars_derive v0.8.21
17442025-02-23T12:50:32.919Z Compiling block-buffer v0.10.4
17452025-02-23T12:50:33.185Z Compiling digest v0.10.7
17462025-02-23T12:50:33.506Z Compiling socket2 v0.5.7
17472025-02-23T12:50:33.542Z Compiling futures-core v0.3.31
17482025-02-23T12:50:33.791Z Compiling time-core v0.1.2
17492025-02-23T12:50:34.048Z Compiling crossbeam-utils v0.8.20
17502025-02-23T12:50:34.059Z Compiling num-conv v0.1.0
17512025-02-23T12:50:34.265Z Compiling time-macros v0.2.18
17522025-02-23T12:50:34.736Z Compiling der_derive v0.7.3
17532025-02-23T12:50:35.119Z Compiling vcpkg v0.2.15
17542025-02-23T12:50:36.383Z Compiling openssl-sys v0.9.106
17552025-02-23T12:50:36.938Z Compiling futures-sink v0.3.31
17562025-02-23T12:50:37.173Z Compiling cpufeatures v0.2.14
17572025-02-23T12:50:37.399Z Compiling slog v2.7.0
17582025-02-23T12:50:37.704Z Compiling ahash v0.8.11
17592025-02-23T12:50:37.778Z Compiling syn v1.0.109
17602025-02-23T12:50:37.888Z Compiling futures-channel v0.3.31
17612025-02-23T12:50:38.072Z Compiling zerofrom v0.1.4
17622025-02-23T12:50:38.152Z Compiling pin-utils v0.1.0
17632025-02-23T12:50:38.261Z Compiling futures-io v0.3.31
17642025-02-23T12:50:38.323Z Compiling futures-task v0.3.31
17652025-02-23T12:50:38.354Z Compiling iana-time-zone v0.1.61
17662025-02-23T12:50:38.554Z Compiling yoke v0.7.4
17672025-02-23T12:50:38.589Z Compiling futures-util v0.3.31
17682025-02-23T12:50:39.084Z Compiling scroll_derive v0.12.0
17692025-02-23T12:50:39.330Z Compiling openssl v0.10.71
17702025-02-23T12:50:39.743Z Compiling ucd-trie v0.1.7
17712025-02-23T12:50:40.066Z Compiling pest v2.7.14
17722025-02-23T12:50:40.203Z Compiling bitflags v2.6.0
17732025-02-23T12:50:40.332Z Compiling bytes v1.9.0
17742025-02-23T12:50:42.973Z Compiling indexmap v2.7.1
17752025-02-23T12:50:43.054Z Compiling tokio v1.43.0
17762025-02-23T12:50:44.257Z Compiling which v4.4.2
17772025-02-23T12:50:44.528Z Compiling serde_tokenstream v0.2.2
17782025-02-23T12:50:44.886Z Compiling uuid v1.12.0
17792025-02-23T12:50:44.982Z Compiling http v1.2.0
17802025-02-23T12:50:45.045Z Compiling chrono v0.4.39
17812025-02-23T12:50:46.273Z Compiling rustc_version v0.4.1
17822025-02-23T12:50:48.517Z Compiling zerovec v0.10.4
17832025-02-23T12:50:48.869Z Compiling hmac v0.12.1
17842025-02-23T12:50:50.442Z Compiling pest_meta v2.7.14
17852025-02-23T12:50:51.630Z Compiling block-padding v0.3.3
17862025-02-23T12:50:51.875Z Compiling openssl-macros v0.1.1
17872025-02-23T12:50:52.425Z Compiling native-tls v0.2.12
17882025-02-23T12:50:52.623Z Compiling rustls v0.23.19
17892025-02-23T12:50:52.805Z Compiling inout v0.1.3
17902025-02-23T12:50:52.949Z Compiling pest_generator v2.7.14
17912025-02-23T12:50:53.076Z Compiling tinystr v0.7.6
17922025-02-23T12:50:53.498Z Compiling serde_spanned v0.6.8
17932025-02-23T12:50:53.611Z Compiling toml_datetime v0.6.8
17942025-02-23T12:50:53.765Z Compiling tracing-core v0.1.32
17952025-02-23T12:50:53.797Z Compiling litemap v0.7.3
17962025-02-23T12:50:53.894Z Compiling writeable v0.5.5
17972025-02-23T12:50:54.250Z Compiling dyn-clone v1.0.18
17982025-02-23T12:50:54.494Z Compiling strsim v0.11.1
17992025-02-23T12:50:54.583Z Compiling pest_derive v2.7.14
18002025-02-23T12:50:54.784Z Compiling icu_locid v1.5.0
18012025-02-23T12:50:55.075Z Compiling tracing v0.1.40
18022025-02-23T12:50:55.922Z Compiling cipher v0.4.4
18032025-02-23T12:50:55.956Z Compiling sha2 v0.10.8
18042025-02-23T12:50:56.394Z Compiling aws-lc-sys v0.22.0
18052025-02-23T12:50:56.418Z Compiling usdt-impl v0.5.0
18062025-02-23T12:50:56.588Z Compiling cookie v0.18.1
18072025-02-23T12:50:56.792Z Compiling base64ct v1.6.0
18082025-02-23T12:50:56.921Z Compiling icu_provider v1.5.0
18092025-02-23T12:50:57.414Z Compiling pem-rfc7468 v0.7.0
18102025-02-23T12:50:58.780Z Compiling scroll v0.12.0
18112025-02-23T12:50:59.379Z Compiling ppv-lite86 v0.2.20
18122025-02-23T12:50:59.837Z Compiling async-trait v0.1.86
18132025-02-23T12:51:01.850Z Compiling rustls-pki-types v1.10.0
18142025-02-23T12:51:02.300Z Compiling plain v0.2.3
18152025-02-23T12:51:02.458Z Compiling icu_locid_transform_data v1.5.0
18162025-02-23T12:51:02.570Z Compiling camino v1.1.9
18172025-02-23T12:51:03.102Z Compiling percent-encoding v2.3.1
18182025-02-23T12:51:03.428Z Compiling flagset v0.4.6
18192025-02-23T12:51:03.600Z Compiling anyhow v1.0.96
18202025-02-23T12:51:03.630Z Compiling der v0.7.9
18212025-02-23T12:51:04.114Z Compiling icu_locid_transform v1.5.0
18222025-02-23T12:51:05.593Z Compiling goblin v0.8.2
18232025-02-23T12:51:06.886Z Compiling rand_chacha v0.3.1
18242025-02-23T12:51:07.702Z Compiling tokio-util v0.7.12
18252025-02-23T12:51:07.760Z Compiling icu_collections v1.5.0
18262025-02-23T12:51:09.602Z Compiling rayon-core v1.12.1
18272025-02-23T12:51:09.789Z Compiling untrusted v0.7.1
18282025-02-23T12:51:09.915Z Compiling icu_properties_data v1.5.0
18292025-02-23T12:51:09.993Z Compiling rustls v0.22.4
18302025-02-23T12:51:10.190Z Compiling powerfmt v0.2.0
18312025-02-23T12:51:10.280Z Compiling mirai-annotations v1.12.0
18322025-02-23T12:51:10.424Z Compiling pretty-hex v0.4.1
18332025-02-23T12:51:10.480Z Compiling untrusted v0.9.0
18342025-02-23T12:51:10.499Z Compiling deranged v0.3.11
18352025-02-23T12:51:10.642Z Compiling icu_properties v1.5.1
18362025-02-23T12:51:11.152Z Compiling dof v0.3.0
18372025-02-23T12:51:12.675Z Compiling rand v0.8.5
18382025-02-23T12:51:12.792Z Compiling spki v0.7.3
18392025-02-23T12:51:13.323Z Compiling salsa20 v0.10.2
18402025-02-23T12:51:13.494Z Compiling dtrace-parser v0.2.0
18412025-02-23T12:51:14.110Z Compiling pbkdf2 v0.12.2
18422025-02-23T12:51:14.965Z Compiling thread-id v4.2.2
18432025-02-23T12:51:15.086Z Compiling utf16_iter v1.0.5
18442025-02-23T12:51:15.330Z Compiling atomic-waker v1.1.2
18452025-02-23T12:51:15.384Z Compiling litrs v0.4.1
18462025-02-23T12:51:15.479Z Compiling icu_normalizer_data v1.5.0
18472025-02-23T12:51:15.537Z Compiling write16 v1.0.0
18482025-02-23T12:51:15.600Z Compiling num_threads v0.1.7
18492025-02-23T12:51:15.685Z Compiling utf8_iter v1.0.4
18502025-02-23T12:51:15.739Z Compiling winnow v0.5.40
18512025-02-23T12:51:16.364Z Compiling document-features v0.2.10
18522025-02-23T12:51:16.408Z Compiling icu_normalizer v1.5.0
18532025-02-23T12:51:17.380Z Compiling time v0.3.36
18542025-02-23T12:51:19.128Z Compiling toml_edit v0.19.15
18552025-02-23T12:51:21.282Z Compiling scrypt v0.11.0
18562025-02-23T12:51:21.580Z Compiling form_urlencoded v1.2.1
18572025-02-23T12:51:21.620Z Compiling aes v0.8.4
18582025-02-23T12:51:21.705Z Compiling cbc v0.1.2
18592025-02-23T12:51:21.782Z Compiling http-body v1.0.1
18602025-02-23T12:51:22.055Z Compiling multer v3.1.0
18612025-02-23T12:51:22.092Z Compiling try-lock v0.2.5
18622025-02-23T12:51:22.268Z Compiling tinyvec_macros v0.1.1
18632025-02-23T12:51:22.397Z Compiling rustversion v1.0.17
18642025-02-23T12:51:22.525Z Compiling slog-async v2.8.0
18652025-02-23T12:51:22.994Z Compiling pkcs5 v0.7.1
18662025-02-23T12:51:23.089Z Compiling tinyvec v1.8.0
18672025-02-23T12:51:24.030Z Compiling want v0.3.1
18682025-02-23T12:51:24.879Z Compiling idna_adapter v1.2.0
18692025-02-23T12:51:25.126Z Compiling h2 v0.4.6
18702025-02-23T12:51:25.253Z Compiling heapless v0.7.17
18712025-02-23T12:51:25.783Z Compiling bzip2-sys v0.1.11+1.0.8
18722025-02-23T12:51:26.556Z Compiling httpdate v1.0.3
18732025-02-23T12:51:26.798Z Compiling tower-service v0.3.3
18742025-02-23T12:51:26.829Z Compiling signal-hook v0.3.17
18752025-02-23T12:51:27.411Z Compiling idna v1.0.3
18762025-02-23T12:51:28.656Z Compiling pkcs8 v0.10.2
18772025-02-23T12:51:29.323Z Compiling usdt-macro v0.5.0
18782025-02-23T12:51:30.215Z Compiling usdt-attr-macro v0.5.0
18792025-02-23T12:51:30.673Z Compiling async-stream-impl v0.3.6
18802025-02-23T12:51:31.955Z Compiling base64 v0.22.1
18812025-02-23T12:51:32.010Z Compiling adler2 v2.0.0
18822025-02-23T12:51:32.300Z Compiling miniz_oxide v0.8.0
18832025-02-23T12:51:33.773Z Compiling hyper v1.5.2
18842025-02-23T12:51:35.647Z Compiling curve25519-dalek v4.1.3
18852025-02-23T12:51:36.017Z Compiling openapiv3 v2.0.0
18862025-02-23T12:51:38.375Z Compiling hyper-util v0.1.10
18872025-02-23T12:51:39.127Z Compiling enum-as-inner v0.6.1
18882025-02-23T12:51:39.956Z Compiling memoffset v0.9.1
18892025-02-23T12:51:39.977Z Compiling dropshot v0.12.0
18902025-02-23T12:51:40.305Z Compiling match_cfg v0.1.0
18912025-02-23T12:51:40.324Z Compiling smoltcp v0.9.1
18922025-02-23T12:51:40.355Z Compiling foreign-types-shared v0.1.1
18932025-02-23T12:51:40.618Z Compiling newtype-uuid v1.2.1
18942025-02-23T12:51:40.895Z Compiling portable-atomic v1.9.0
18952025-02-23T12:51:40.939Z Compiling num-bigint-dig v0.8.4
18962025-02-23T12:51:41.050Z Compiling foreign-types v0.3.2
18972025-02-23T12:51:41.267Z Compiling hostname v0.3.1
18982025-02-23T12:51:43.576Z Compiling url v2.5.3
18992025-02-23T12:51:45.590Z Compiling http-body-util v0.1.2
19002025-02-23T12:51:45.969Z Compiling dirs-sys-next v0.1.2
19012025-02-23T12:51:46.148Z Compiling encoding_rs v0.8.34
19022025-02-23T12:51:46.167Z Compiling data-encoding v2.6.0
19032025-02-23T12:51:46.418Z Compiling ident_case v1.0.1
19042025-02-23T12:51:46.616Z Compiling gimli v0.31.1
19052025-02-23T12:51:47.573Z Compiling cfg_aliases v0.2.1
19062025-02-23T12:51:47.681Z Compiling heck v0.4.1
19072025-02-23T12:51:48.068Z Compiling mime v0.3.17
19082025-02-23T12:51:48.903Z Compiling siphasher v0.3.11
19092025-02-23T12:51:49.086Z Compiling nix v0.29.0
19102025-02-23T12:51:49.208Z Compiling darling_core v0.20.10
19112025-02-23T12:51:49.265Z Compiling dirs-next v2.0.0
19122025-02-23T12:51:53.308Z Compiling addr2line v0.24.2
19132025-02-23T12:51:54.775Z Compiling unicode-normalization v0.1.24
19142025-02-23T12:51:55.828Z Compiling serde_urlencoded v0.7.1
19152025-02-23T12:51:56.404Z Compiling crossbeam-epoch v0.9.18
19162025-02-23T12:51:57.071Z Compiling rustls-pemfile v2.2.0
19172025-02-23T12:51:57.090Z Compiling hubpack_derive v0.1.1
19182025-02-23T12:51:57.431Z Compiling dropshot_endpoint v0.12.0
19192025-02-23T12:51:57.640Z Compiling sha1 v0.10.6
19202025-02-23T12:51:57.955Z Compiling signature v2.2.0
19212025-02-23T12:51:58.013Z Compiling curve25519-dalek-derive v0.1.1
19222025-02-23T12:51:58.035Z Compiling zerocopy-derive v0.6.6
19232025-02-23T12:51:59.322Z Compiling object v0.36.5
19242025-02-23T12:51:59.748Z Compiling thread_local v1.1.8
19252025-02-23T12:52:00.183Z Compiling fs-err v2.11.0
19262025-02-23T12:52:01.002Z Compiling ipnet v2.10.1
19272025-02-23T12:52:01.944Z Compiling rustc-demangle v0.1.24
19282025-02-23T12:52:04.300Z Compiling openssl-probe v0.1.5
19292025-02-23T12:52:04.403Z Compiling winnow v0.6.20
19302025-02-23T12:52:07.707Z Compiling rustls-webpki v0.102.8
19312025-02-23T12:52:07.874Z Compiling unicode-bidi v0.3.17
19322025-02-23T12:52:08.828Z Compiling utf8parse v0.2.2
19332025-02-23T12:52:08.930Z Compiling anstyle v1.0.10
19342025-02-23T12:52:08.993Z Compiling unicode-properties v0.1.3
19352025-02-23T12:52:09.359Z Compiling stringprep v0.1.5
19362025-02-23T12:52:09.416Z Compiling anstyle-parse v0.2.5
19372025-02-23T12:52:11.354Z Compiling toml_edit v0.22.22
19382025-02-23T12:52:11.870Z Compiling backtrace v0.3.74
19392025-02-23T12:52:19.166Z Compiling crossbeam-deque v0.8.5
19402025-02-23T12:52:19.843Z Compiling darling_macro v0.20.10
19412025-02-23T12:52:20.728Z Compiling term v0.7.0
19422025-02-23T12:52:21.153Z Compiling slog-json v2.6.1
19432025-02-23T12:52:22.034Z Compiling crossbeam-channel v0.5.13
19442025-02-23T12:52:22.313Z Compiling hashbrown v0.14.5
19452025-02-23T12:52:22.870Z Compiling futures-executor v0.3.31
19462025-02-23T12:52:22.995Z Compiling num-integer v0.1.46
19472025-02-23T12:52:23.174Z Compiling md-5 v0.10.6
19482025-02-23T12:52:23.291Z Compiling ff v0.13.0
19492025-02-23T12:52:23.420Z Compiling hash32 v0.2.1
19502025-02-23T12:52:23.523Z Compiling is-terminal v0.4.13
19512025-02-23T12:52:23.553Z Compiling memmap v0.7.0
19522025-02-23T12:52:23.662Z Compiling quick-error v1.2.3
19532025-02-23T12:52:23.665Z Compiling colorchoice v1.0.2
19542025-02-23T12:52:23.776Z Compiling linked-hash-map v0.5.6
19552025-02-23T12:52:23.810Z Compiling psl-types v2.0.11
19562025-02-23T12:52:23.835Z Compiling base16ct v0.2.0
19572025-02-23T12:52:24.067Z Compiling utf-8 v0.7.6
19582025-02-23T12:52:24.121Z Compiling take_mut v0.2.2
19592025-02-23T12:52:24.140Z Compiling is_terminal_polyfill v1.70.1
19602025-02-23T12:52:24.274Z Compiling anstyle-query v1.1.1
19612025-02-23T12:52:24.294Z Compiling fallible-iterator v0.2.0
19622025-02-23T12:52:24.363Z Compiling tungstenite v0.24.0
19632025-02-23T12:52:24.434Z Compiling anstream v0.6.15
19642025-02-23T12:52:24.989Z Compiling postgres-protocol v0.6.7
19652025-02-23T12:52:25.011Z Compiling lru-cache v0.1.2
19662025-02-23T12:52:25.216Z Compiling publicsuffix v2.3.0
19672025-02-23T12:52:25.581Z Compiling sec1 v0.7.3
19682025-02-23T12:52:25.938Z Compiling resolv-conf v0.7.0
19692025-02-23T12:52:25.996Z Compiling usdt v0.5.0
19702025-02-23T12:52:26.138Z Compiling slog-term v2.9.1
19712025-02-23T12:52:26.436Z Compiling num-iter v0.1.45
19722025-02-23T12:52:26.558Z Compiling group v0.13.0
19732025-02-23T12:52:26.626Z Compiling regress v0.10.1
19742025-02-23T12:52:26.884Z Compiling futures v0.3.31
19752025-02-23T12:52:29.687Z Compiling slog-bunyan v2.5.0
19762025-02-23T12:52:29.889Z Compiling darling v0.20.10
19772025-02-23T12:52:30.018Z Compiling tokio-native-tls v0.3.1
19782025-02-23T12:52:30.637Z Compiling tokio-rustls v0.26.0
19792025-02-23T12:52:30.640Z Compiling toml v0.8.19
19802025-02-23T12:52:31.102Z Compiling tokio-rustls v0.25.0
19812025-02-23T12:52:31.288Z Compiling hickory-proto v0.24.3
19822025-02-23T12:52:31.534Z Compiling phf_shared v0.11.2
19832025-02-23T12:52:31.896Z Compiling strum_macros v0.25.3
19842025-02-23T12:52:32.392Z Compiling async-stream v0.3.6
19852025-02-23T12:52:32.417Z Compiling waitgroup v0.1.2
19862025-02-23T12:52:32.582Z Compiling webpki-roots v0.26.6
19872025-02-23T12:52:32.815Z Compiling hkdf v0.12.4
19882025-02-23T12:52:32.973Z Compiling terminal_size v0.4.0
19892025-02-23T12:52:33.054Z Compiling serde_path_to_error v0.1.16
19902025-02-23T12:52:33.204Z Compiling sync_wrapper v1.0.1
19912025-02-23T12:52:33.559Z Compiling crypto-bigint v0.5.5
19922025-02-23T12:52:33.646Z Compiling serde_repr v0.1.19
19932025-02-23T12:52:33.812Z Compiling derive-where v1.2.7
19942025-02-23T12:52:34.708Z Compiling clap_derive v4.5.28
19952025-02-23T12:52:35.175Z Compiling hostname v0.4.0
19962025-02-23T12:52:35.380Z Compiling crc32fast v1.4.2
19972025-02-23T12:52:35.728Z Compiling tower-layer v0.3.3
19982025-02-23T12:52:36.142Z Compiling bitflags v1.3.2
19992025-02-23T12:52:36.256Z Compiling managed v0.8.0
20002025-02-23T12:52:36.599Z Compiling clap_lex v0.7.4
20012025-02-23T12:52:36.619Z Compiling debug-ignore v1.0.5
20022025-02-23T12:52:36.844Z Compiling unicode-width v0.2.0
20032025-02-23T12:52:37.753Z Compiling console v0.15.10
20042025-02-23T12:52:38.169Z Compiling tower v0.5.2
20052025-02-23T12:52:38.708Z Compiling clap_builder v4.5.30
20062025-02-23T12:52:39.176Z Compiling hickory-resolver v0.24.3
20072025-02-23T12:52:41.716Z Compiling elliptic-curve v0.13.8
20082025-02-23T12:52:43.309Z Compiling flate2 v1.0.35
20092025-02-23T12:52:43.913Z Compiling hyper-rustls v0.27.3
20102025-02-23T12:52:46.595Z Compiling phf v0.11.2
20112025-02-23T12:52:46.626Z Compiling hyper-tls v0.6.0
20122025-02-23T12:52:46.886Z Compiling typify-impl v0.2.0
20132025-02-23T12:52:47.141Z Compiling signal-hook-mio v0.2.4
20142025-02-23T12:52:47.342Z Compiling rayon v1.10.0
20152025-02-23T12:52:47.433Z Compiling cookie_store v0.21.1
20162025-02-23T12:52:49.245Z Compiling bzip2 v0.4.4
20172025-02-23T12:52:49.271Z Compiling postgres-types v0.2.8
20182025-02-23T12:52:49.315Z Compiling tokio-tungstenite v0.24.0
20192025-02-23T12:52:49.770Z Compiling zerocopy v0.6.6
20202025-02-23T12:52:49.813Z Compiling ed25519 v2.2.3
20212025-02-23T12:52:50.238Z Compiling hubpack v0.1.2
20222025-02-23T12:52:50.459Z Compiling phf_shared v0.10.0
20232025-02-23T12:52:50.529Z Compiling pkcs1 v0.7.5
20242025-02-23T12:52:50.821Z Compiling tokio-stream v0.1.16
20252025-02-23T12:52:51.355Z Compiling ipnetwork v0.21.1
20262025-02-23T12:52:51.567Z Compiling rfc6979 v0.4.0
20272025-02-23T12:52:51.745Z Compiling serde-big-array v0.5.1
20282025-02-23T12:52:51.767Z Compiling float-cmp v0.10.0
20292025-02-23T12:52:51.785Z Compiling bstr v1.10.0
20302025-02-23T12:52:52.005Z Compiling new_debug_unreachable v1.0.6
20312025-02-23T12:52:52.111Z Compiling bit-vec v0.6.3
20322025-02-23T12:52:52.508Z Compiling fixedbitset v0.4.2
20332025-02-23T12:52:52.915Z Compiling number_prefix v0.4.0
20342025-02-23T12:52:53.042Z Compiling normalize-line-endings v0.3.0
20352025-02-23T12:52:53.169Z Compiling predicates-core v1.0.8
20362025-02-23T12:52:53.189Z Compiling unicode-segmentation v1.12.0
20372025-02-23T12:52:53.206Z Compiling whoami v1.5.2
20382025-02-23T12:52:53.719Z Compiling difflib v0.4.0
20392025-02-23T12:52:53.738Z Compiling static_assertions v1.1.0
20402025-02-23T12:52:54.020Z Compiling precomputed-hash v0.1.1
20412025-02-23T12:52:54.166Z Compiling predicates v3.1.3
20422025-02-23T12:52:54.773Z Compiling string_cache v0.8.7
20432025-02-23T12:52:54.991Z Compiling reqwest v0.12.12
20442025-02-23T12:52:55.164Z Compiling similar v2.6.0
20452025-02-23T12:52:55.473Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20462025-02-23T12:52:56.742Z Compiling typify-macro v0.2.0
20472025-02-23T12:52:56.954Z Compiling tokio-postgres v0.7.12
20482025-02-23T12:52:57.205Z Compiling indicatif v0.17.11
20492025-02-23T12:52:58.945Z Compiling petgraph v0.6.5
20502025-02-23T12:53:00.056Z Compiling bit-set v0.5.3
20512025-02-23T12:53:00.631Z Compiling ecdsa v0.16.9
20522025-02-23T12:53:01.474Z Compiling qorb v0.2.1
20532025-02-23T12:53:01.630Z Compiling rsa v0.9.6
20542025-02-23T12:53:02.333Z Compiling ed25519-dalek v2.1.1
20552025-02-23T12:53:02.542Z Compiling zip v0.6.6
20562025-02-23T12:53:03.046Z Compiling crossterm v0.28.1
20572025-02-23T12:53:03.224Z Compiling clap v4.5.30
20582025-02-23T12:53:05.295Z Compiling toml v0.7.8
20592025-02-23T12:53:05.939Z Compiling x509-cert v0.2.5
20602025-02-23T12:53:06.644Z Compiling hex v0.4.3
20612025-02-23T12:53:07.550Z Compiling itertools v0.14.0
20622025-02-23T12:53:07.569Z Compiling itertools v0.10.5
20632025-02-23T12:53:08.542Z Compiling lalrpop-util v0.19.12
20642025-02-23T12:53:08.903Z Compiling peg-runtime v0.8.3
20652025-02-23T12:53:09.394Z Compiling unicode-xid v0.2.6
20662025-02-23T12:53:09.602Z Compiling zerocopy v0.8.10
20672025-02-23T12:53:11.693Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20682025-02-23T12:53:15.376Z Compiling proc-macro-crate v1.3.1
20692025-02-23T12:53:16.100Z Compiling macaddr v1.0.1
20702025-02-23T12:53:16.475Z Compiling zerocopy-derive v0.8.10
20712025-02-23T12:53:16.653Z Compiling itertools v0.13.0
20722025-02-23T12:53:17.697Z Compiling heapless v0.8.0
20732025-02-23T12:53:19.498Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20742025-02-23T12:53:24.712Z Compiling num_enum_derive v0.5.11
20752025-02-23T12:53:31.131Z Compiling hash32 v0.3.1
20762025-02-23T12:53:31.709Z Compiling smoltcp v0.11.0
20772025-02-23T12:53:33.283Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20782025-02-23T12:53:37.587Z Compiling num_enum v0.5.11
20792025-02-23T12:53:37.793Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20802025-02-23T12:53:38.430Z Compiling typify v0.2.0
20812025-02-23T12:53:38.583Z Compiling oxnet v0.1.0
20822025-02-23T12:53:39.431Z Compiling proc-macro-error-attr v1.0.4
20832025-02-23T12:53:39.717Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20842025-02-23T12:53:39.910Z Compiling unsafe-libyaml v0.2.11
20852025-02-23T12:53:40.679Z Compiling thiserror v2.0.11
20862025-02-23T12:53:41.247Z Compiling cobs v0.2.3
20872025-02-23T12:53:41.579Z Compiling postcard v1.0.10
20882025-02-23T12:53:42.093Z Compiling serde_yaml v0.9.34+deprecated
20892025-02-23T12:53:53.974Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20902025-02-23T12:53:57.236Z Compiling progenitor-impl v0.8.0
20912025-02-23T12:54:07.876Z Compiling strum_macros v0.26.4
20922025-02-23T12:54:08.574Z Compiling foreign-types-macros v0.2.3
20932025-02-23T12:54:08.751Z Compiling thiserror-impl v2.0.11
20942025-02-23T12:54:09.256Z Compiling structmeta-derive v0.3.0
20952025-02-23T12:54:09.622Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20962025-02-23T12:54:09.778Z Compiling proc-macro-error v1.0.4
20972025-02-23T12:54:10.990Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20982025-02-23T12:54:11.532Z Compiling unicode-width v0.1.14
20992025-02-23T12:54:11.623Z Compiling foreign-types-shared v0.3.1
21002025-02-23T12:54:12.424Z Compiling tabwriter v1.4.0
21012025-02-23T12:54:13.205Z Compiling strum v0.26.3
21022025-02-23T12:54:13.429Z Compiling foreign-types v0.5.0
21032025-02-23T12:54:13.563Z Compiling structmeta v0.3.0
21042025-02-23T12:54:14.478Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21052025-02-23T12:54:20.359Z Compiling progenitor-macro v0.8.0
21062025-02-23T12:54:24.935Z Compiling progenitor-client v0.8.0
21072025-02-23T12:54:29.341Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21082025-02-23T12:54:30.325Z Compiling daft-derive v0.1.1
21092025-02-23T12:54:30.334Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21102025-02-23T12:54:30.434Z Compiling cstr-argument v0.1.2
21112025-02-23T12:54:30.727Z Compiling dropshot v0.15.1
21122025-02-23T12:54:31.050Z Compiling crucible-workspace-hack v0.1.0
21132025-02-23T12:54:31.370Z Compiling pretty-hex v0.2.1
21142025-02-23T12:54:31.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21152025-02-23T12:54:31.570Z Compiling fastrand v2.1.1
21162025-02-23T12:54:31.756Z Compiling daft v0.1.1
21172025-02-23T12:54:31.906Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21182025-02-23T12:54:31.970Z Compiling tempfile v3.13.0
21192025-02-23T12:54:32.342Z Compiling progenitor v0.8.0
21202025-02-23T12:54:32.367Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21212025-02-23T12:54:32.539Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21222025-02-23T12:54:32.762Z Compiling parse-display-derive v0.10.0
21232025-02-23T12:54:33.220Z Compiling colored v2.1.0
21242025-02-23T12:54:33.292Z Compiling serde_with_macros v3.11.0
21252025-02-23T12:54:33.596Z Compiling dropshot_endpoint v0.15.1
21262025-02-23T12:54:34.424Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21272025-02-23T12:54:35.194Z Compiling instant v0.1.13
21282025-02-23T12:54:35.387Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21292025-02-23T12:54:35.632Z Compiling serde_with v3.11.0
21302025-02-23T12:54:35.762Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21312025-02-23T12:54:36.179Z Compiling parse-display v0.10.0
21322025-02-23T12:54:37.926Z Compiling backoff v0.4.0
21332025-02-23T12:54:38.029Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342025-02-23T12:54:38.315Z Compiling zone_cfg_derive v0.3.0
21352025-02-23T12:54:38.691Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21362025-02-23T12:54:39.442Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21372025-02-23T12:54:39.614Z Compiling camino-tempfile v1.1.1
21382025-02-23T12:54:39.668Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21392025-02-23T12:54:39.772Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21402025-02-23T12:54:40.208Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21412025-02-23T12:54:40.370Z Compiling regress v0.9.1
21422025-02-23T12:54:40.394Z Compiling progenitor-client v0.9.1
21432025-02-23T12:54:40.413Z Compiling num-derive v0.4.2
21442025-02-23T12:54:41.321Z Compiling sigpipe v0.1.3
21452025-02-23T12:54:41.474Z Compiling libefi-sys v0.1.0
21462025-02-23T12:54:41.816Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21472025-02-23T12:54:42.218Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21482025-02-23T12:54:42.627Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21492025-02-23T12:54:44.137Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21502025-02-23T12:54:45.360Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21512025-02-23T12:54:47.728Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21522025-02-23T12:54:48.072Z Compiling zone v0.3.0
21532025-02-23T12:54:48.628Z Compiling smf v0.2.3
21542025-02-23T12:54:48.904Z Compiling bitfield-struct v0.6.2
21552025-02-23T12:54:50.243Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21562025-02-23T12:54:50.689Z Compiling blake3 v1.5.4
21572025-02-23T12:54:51.364Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21582025-02-23T12:54:51.814Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21592025-02-23T12:54:51.891Z Compiling xattr v1.3.1
21602025-02-23T12:54:51.987Z Compiling filetime v0.2.25
21612025-02-23T12:54:52.096Z Compiling memmap2 v0.9.5
21622025-02-23T12:54:52.247Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21632025-02-23T12:54:52.358Z Compiling constant_time_eq v0.3.1
21642025-02-23T12:54:52.386Z Compiling arrayref v0.3.9
21652025-02-23T12:54:52.506Z Compiling same-file v1.0.6
21662025-02-23T12:54:52.554Z Compiling arrayvec v0.7.6
21672025-02-23T12:54:52.713Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21682025-02-23T12:54:52.820Z Compiling walkdir v2.5.0
21692025-02-23T12:54:53.016Z Compiling tar v0.4.42
21702025-02-23T12:54:54.348Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21712025-02-23T12:54:54.777Z Compiling gethostname v0.5.0
21722025-02-23T12:54:55.001Z Compiling cargo-platform v0.1.8
21732025-02-23T12:54:55.352Z Compiling topological-sort v0.2.2
21742025-02-23T12:54:55.416Z Compiling cargo_metadata v0.18.1
21752025-02-23T12:54:55.659Z Compiling omicron-zone-package v0.12.0
21762025-02-23T12:54:56.078Z Compiling shell-words v1.1.0
21772025-02-23T12:54:56.600Z Compiling indent_write v2.2.0
21782025-02-23T12:55:03.173Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21792025-02-23T12:55:05.164Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21802025-02-23T12:55:11.207Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21812025-02-23T12:55:25.328Z Finished `release` profile [optimized] target(s) in 5m 10s
21822025-02-23T12:55:25.493Z Running `target/release/omicron-package -t test target create -p dev`
21832025-02-23T12:55:25.541ZLogging to: /work/oxidecomputer/omicron/out/LOG
21842025-02-23T12:55:25.543ZCreated new build target 'test' and set it as active
21852025-02-23T12:55:25.543Z
21862025-02-23T12:55:25.543Zreal 5:11.256232920
21872025-02-23T12:55:25.543Zuser 36:12.378947679
21882025-02-23T12:55:25.543Zsys 3:23.625080696
21892025-02-23T12:55:25.543Ztrap 1.114907109
21902025-02-23T12:55:25.544Ztflt 1.861000344
21912025-02-23T12:55:25.544Zdflt 0.833316869
21922025-02-23T12:55:25.544Zkflt 0.000194234
21932025-02-23T12:55:25.544Zlock 1:11:34.691991234
21942025-02-23T12:55:25.544Zslp 2:25:18.199868653
21952025-02-23T12:55:25.544Zlat 2:46.454809061
21962025-02-23T12:55:25.544Zstop 4:49.195149481
21972025-02-23T12:55:25.546Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21982025-02-23T12:55:26.530Z Finished `release` profile [optimized] target(s) in 0.92s
21992025-02-23T12:55:26.591Z Running `target/release/omicron-package -t test package`
22002025-02-23T12:55:26.638ZLogging to: /work/oxidecomputer/omicron/out/LOG
22012025-02-23T12:55:27.801Z Compiling ring v0.17.11
22022025-02-23T12:55:27.978Z Compiling thiserror v2.0.11
22032025-02-23T12:55:27.982Z Compiling typify-impl v0.3.0
22042025-02-23T12:55:27.985Z Compiling convert_case v0.4.0
22052025-02-23T12:55:27.985Z Compiling newline-converter v0.3.0
22062025-02-23T12:55:27.988Z Compiling password-hash v0.5.0
22072025-02-23T12:55:27.988Z Compiling blake2 v0.10.6
22082025-02-23T12:55:28.203Z Compiling expectorate v1.1.0
22092025-02-23T12:55:28.484Z Compiling base64 v0.21.7
22102025-02-23T12:55:28.698Z Compiling derive_more v0.99.19
22112025-02-23T12:55:29.199Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22122025-02-23T12:55:29.576Z Compiling argon2 v0.5.3
22132025-02-23T12:55:29.922Z Compiling atomicwrites v0.4.4
22142025-02-23T12:55:30.097Z Compiling cancel-safe-futures v0.1.5
22152025-02-23T12:55:30.444Z Compiling owo-colors v4.1.0
22162025-02-23T12:55:30.502Z Compiling num-rational v0.4.2
22172025-02-23T12:55:30.791Z Compiling num-complex v0.4.6
22182025-02-23T12:55:31.822Z Compiling num v0.4.3
22192025-02-23T12:55:32.640Z Compiling libsw v3.3.1
22202025-02-23T12:55:32.705Z Compiling swrite v0.1.0
22212025-02-23T12:55:32.873Z Compiling linear-map v1.2.0
22222025-02-23T12:55:32.966Z Compiling rustls v0.23.19
22232025-02-23T12:55:32.996Z Compiling rustls v0.22.4
22242025-02-23T12:55:33.026Z Compiling float-ord v0.3.2
22252025-02-23T12:55:33.194Z Compiling highway v1.2.0
22262025-02-23T12:55:33.216Z Compiling semver v0.1.20
22272025-02-23T12:55:33.634Z Compiling rustc_version v0.1.7
22282025-02-23T12:55:34.023Z Compiling newtype_derive v0.1.6
22292025-02-23T12:55:34.105Z Compiling tungstenite v0.21.0
22302025-02-23T12:55:34.206Z Compiling ipnetwork v0.21.1
22312025-02-23T12:55:34.419Z Compiling humantime v2.1.0
22322025-02-23T12:55:34.616Z Compiling oxnet v0.1.0
22332025-02-23T12:55:34.881Z Compiling dropshot v0.15.1
22342025-02-23T12:55:34.956Z Compiling instant v0.1.13
22352025-02-23T12:55:35.125Z Compiling daft v0.1.1
22362025-02-23T12:55:35.201Z Compiling backoff v0.4.0
22372025-02-23T12:55:35.231Z Compiling steno v0.4.1
22382025-02-23T12:55:35.494Z Compiling rustls-webpki v0.102.8
22392025-02-23T12:55:35.577Z Compiling tokio-tungstenite v0.21.0
22402025-02-23T12:55:36.209Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412025-02-23T12:55:37.140Z Compiling parse-display v0.10.0
22422025-02-23T12:55:37.676Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22432025-02-23T12:55:37.884Z Compiling strum v0.26.3
22442025-02-23T12:55:38.095Z Compiling serde_with v3.11.0
22452025-02-23T12:55:38.136Z Compiling typify-macro v0.3.0
22462025-02-23T12:55:38.935Z Compiling regress v0.9.1
22472025-02-23T12:55:40.861Z Compiling tokio-rustls v0.25.0
22482025-02-23T12:55:41.301Z Compiling dropshot v0.12.0
22492025-02-23T12:55:41.534Z Compiling typify v0.3.0
22502025-02-23T12:55:41.692Z Compiling progenitor-impl v0.9.1
22512025-02-23T12:55:43.458Z Compiling tokio-rustls v0.26.0
22522025-02-23T12:55:43.902Z Compiling hyper-rustls v0.27.3
22532025-02-23T12:55:44.461Z Compiling reqwest v0.12.12
22542025-02-23T12:55:47.520Z Compiling qorb v0.2.1
22552025-02-23T12:55:48.741Z Compiling progenitor-macro v0.9.1
22562025-02-23T12:55:52.427Z Compiling progenitor-client v0.9.1
22572025-02-23T12:55:52.987Z Compiling progenitor-client v0.8.0
22582025-02-23T12:55:53.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22592025-02-23T12:55:53.441Z Compiling progenitor v0.8.0
22602025-02-23T12:55:53.709Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22612025-02-23T12:55:53.787Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622025-02-23T12:55:54.551Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22632025-02-23T12:55:55.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22642025-02-23T12:56:22.344Z Compiling progenitor v0.9.1
22652025-02-23T12:56:22.583Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22662025-02-23T12:56:25.775Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22672025-02-23T12:56:26.387Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22682025-02-23T12:56:27.532Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22692025-02-23T12:56:30.976Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22702025-02-23T12:56:32.988Z Compiling macaddr v1.0.1
22712025-02-23T12:56:34.111Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22722025-02-23T12:56:35.174Z Compiling slog-dtrace v0.3.0
22732025-02-23T12:56:35.798Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22742025-02-23T12:56:36.103Z Compiling prettyplease v0.2.29
22752025-02-23T12:56:36.650Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22762025-02-23T12:56:40.189Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22772025-02-23T12:56:40.883Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22782025-02-23T12:56:41.214Z Compiling half v2.4.1
22792025-02-23T12:56:41.901Z Compiling ciborium-io v0.2.2
22802025-02-23T12:56:41.921Z Compiling bytecount v0.6.8
22812025-02-23T12:56:42.061Z Compiling ciborium-ll v0.2.2
22822025-02-23T12:56:42.267Z Compiling display-error-chain v0.2.2
22832025-02-23T12:56:42.514Z Compiling ciborium v0.2.2
22842025-02-23T12:56:42.604Z Compiling same-file v1.0.6
22852025-02-23T12:56:42.864Z Compiling fastrand v2.1.1
22862025-02-23T12:56:43.367Z Compiling tempfile v3.13.0
22872025-02-23T12:56:43.397Z Compiling walkdir v2.5.0
22882025-02-23T12:56:43.964Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22892025-02-23T12:56:44.081Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22902025-02-23T12:56:44.453Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22912025-02-23T12:56:50.010Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22922025-02-23T12:56:51.035Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22932025-02-23T12:56:51.680Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22942025-02-23T12:56:53.567Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22952025-02-23T12:56:58.408Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22962025-02-23T12:56:58.937Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22972025-02-23T12:56:59.255Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22982025-02-23T12:57:01.961Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22992025-02-23T12:57:05.239Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23002025-02-23T12:57:09.019Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23012025-02-23T12:57:09.040Z Compiling blake3 v1.5.4
23022025-02-23T12:57:09.677Z Compiling const_format_proc_macros v0.2.34
23032025-02-23T12:57:09.817Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23042025-02-23T12:57:10.240Z Compiling xattr v1.3.1
23052025-02-23T12:57:10.524Z Compiling filetime v0.2.25
23062025-02-23T12:57:10.816Z Compiling memmap2 v0.9.5
23072025-02-23T12:57:11.178Z Compiling maplit v1.0.2
23082025-02-23T12:57:11.314Z Compiling crunchy v0.2.2
23092025-02-23T12:57:11.399Z Compiling constant_time_eq v0.3.1
23102025-02-23T12:57:11.577Z Compiling arrayvec v0.7.6
23112025-02-23T12:57:11.778Z Compiling keccak v0.1.5
23122025-02-23T12:57:11.984Z Compiling arrayref v0.3.9
23132025-02-23T12:57:12.563Z Compiling sha3 v0.10.8
23142025-02-23T12:57:12.859Z Compiling const_format v0.2.34
23152025-02-23T12:57:12.909Z Compiling tar v0.4.42
23162025-02-23T12:57:13.116Z Compiling camino-tempfile v1.1.1
23172025-02-23T12:57:13.435Z Compiling toolchain_find v0.4.0
23182025-02-23T12:57:13.534Z Compiling radium v0.7.0
23192025-02-23T12:57:13.950Z Compiling tiny-keccak v2.0.2
23202025-02-23T12:57:14.007Z Compiling topological-sort v0.2.2
23212025-02-23T12:57:14.154Z Compiling rustfmt-wrapper v0.2.1
23222025-02-23T12:57:14.255Z Compiling omicron-zone-package v0.12.0
23232025-02-23T12:57:14.613Z Compiling dsl_auto_type v0.1.2
23242025-02-23T12:57:14.665Z Compiling scheduled-thread-pool v0.2.7
23252025-02-23T12:57:14.740Z Compiling diesel_table_macro_syntax v0.2.0
23262025-02-23T12:57:15.119Z Compiling maybe-uninit v2.0.0
23272025-02-23T12:57:15.619Z Compiling tap v1.0.1
23282025-02-23T12:57:15.790Z Compiling diesel_derives v2.2.3
23292025-02-23T12:57:15.815Z Compiling wyz v0.5.1
23302025-02-23T12:57:15.913Z Compiling r2d2 v0.8.10
23312025-02-23T12:57:16.378Z Compiling phf_generator v0.11.2
23322025-02-23T12:57:16.411Z Compiling ascii-canvas v3.0.0
23332025-02-23T12:57:16.584Z Compiling secrecy v0.8.0
23342025-02-23T12:57:16.776Z Compiling ena v0.14.3
23352025-02-23T12:57:16.858Z Compiling async-recursion v1.1.1
23362025-02-23T12:57:16.875Z Compiling crc-catalog v2.4.0
23372025-02-23T12:57:17.061Z Compiling funty v2.0.0
23382025-02-23T12:57:17.187Z Compiling packed_struct v0.10.1
23392025-02-23T12:57:17.637Z Compiling bindgen v0.71.1
23402025-02-23T12:57:18.115Z Compiling diff v0.1.13
23412025-02-23T12:57:18.179Z Compiling arc-swap v1.7.1
23422025-02-23T12:57:18.593Z Compiling regex-syntax v0.6.29
23432025-02-23T12:57:18.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23442025-02-23T12:57:19.096Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23452025-02-23T12:57:19.236Z Compiling slog-scope v4.4.0
23462025-02-23T12:57:19.763Z Compiling bitvec v1.0.1
23472025-02-23T12:57:19.894Z Compiling crc v3.2.1
23482025-02-23T12:57:19.983Z Compiling phf_codegen v0.11.2
23492025-02-23T12:57:20.344Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23502025-02-23T12:57:21.435Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23512025-02-23T12:57:21.669Z Compiling universal-hash v0.5.1
23522025-02-23T12:57:21.941Z Compiling lalrpop v0.19.12
23532025-02-23T12:57:22.007Z Compiling packed_struct_codegen v0.10.1
23542025-02-23T12:57:23.480Z Compiling thiserror-impl-no-std v2.0.2
23552025-02-23T12:57:24.047Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23562025-02-23T12:57:24.381Z Compiling parse-zoneinfo v0.3.1
23572025-02-23T12:57:25.739Z Compiling unicase v2.7.0
23582025-02-23T12:57:25.943Z Compiling indexmap v1.9.3
23592025-02-23T12:57:26.084Z Compiling opaque-debug v0.3.1
23602025-02-23T12:57:26.219Z Compiling ref-cast v1.0.23
23612025-02-23T12:57:26.258Z Compiling diesel v2.2.7
23622025-02-23T12:57:26.308Z Compiling rustc-hash v2.1.1
23632025-02-23T12:57:26.515Z Compiling nodrop v0.1.14
23642025-02-23T12:57:26.668Z Compiling array-init v0.0.4
23652025-02-23T12:57:27.653Z Compiling poly1305 v0.8.0
23662025-02-23T12:57:29.140Z Compiling thiserror-no-std v2.0.2
23672025-02-23T12:57:29.292Z Compiling chrono-tz-build v0.4.0
23682025-02-23T12:57:34.388Z Compiling smallvec v0.6.14
23692025-02-23T12:57:34.892Z Compiling slog-stdlog v4.1.1
23702025-02-23T12:57:36.254Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23712025-02-23T12:57:36.590Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23722025-02-23T12:57:36.934Z Compiling derive_builder_core v0.20.2
23732025-02-23T12:57:38.913Z Compiling chacha20 v0.9.1
23742025-02-23T12:57:39.384Z Compiling headers-core v0.3.0
23752025-02-23T12:57:39.419Z Compiling aead v0.5.2
23762025-02-23T12:57:39.467Z Compiling libxml v0.3.3
23772025-02-23T12:57:39.800Z Compiling ref-cast-impl v1.0.23
23782025-02-23T12:57:39.859Z Compiling vte_generate_state_changes v0.1.2
23792025-02-23T12:57:40.481Z Compiling bitfield v0.14.0
23802025-02-23T12:57:40.802Z Compiling hashbrown v0.12.3
23812025-02-23T12:57:40.907Z Compiling termcolor v1.4.1
23822025-02-23T12:57:41.930Z Compiling env_logger v0.10.2
23832025-02-23T12:57:43.384Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23842025-02-23T12:57:43.648Z Compiling polar-core v0.27.3
23852025-02-23T12:57:45.012Z Compiling vte v0.11.1
23862025-02-23T12:57:46.005Z Compiling chacha20poly1305 v0.10.1
23872025-02-23T12:57:46.262Z Compiling headers v0.4.0
23882025-02-23T12:57:46.521Z Compiling samael v0.0.18
23892025-02-23T12:57:48.200Z Compiling derive_builder_macro v0.20.2
23902025-02-23T12:57:49.143Z Compiling slog-envlogger v2.2.0
23912025-02-23T12:57:49.786Z Compiling serde-hex v0.1.0
23922025-02-23T12:57:51.615Z Compiling chrono-tz v0.10.1
23932025-02-23T12:57:52.273Z Compiling vsss-rs v3.3.4
23942025-02-23T12:57:54.721Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23952025-02-23T12:57:56.136Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23962025-02-23T12:57:56.487Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23972025-02-23T12:57:56.515Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23982025-02-23T12:57:56.861Z Compiling ron v0.8.1
23992025-02-23T12:57:57.565Z Compiling hashbrown v0.13.2
24002025-02-23T12:57:58.853Z Compiling strum_macros v0.24.3
24012025-02-23T12:58:00.794Z Compiling fxhash v0.2.1
24022025-02-23T12:58:01.041Z Compiling bumpalo v3.16.0
24032025-02-23T12:58:01.629Z Compiling crc-any v2.5.0
24042025-02-23T12:58:01.846Z Compiling lockfree-object-pool v0.1.6
24052025-02-23T12:58:02.175Z Compiling simd-adler32 v0.3.7
24062025-02-23T12:58:02.488Z Compiling zip v2.1.3
24072025-02-23T12:58:02.581Z Compiling indoc v1.0.9
24082025-02-23T12:58:02.880Z Compiling zopfli v0.8.1
24092025-02-23T12:58:02.953Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24102025-02-23T12:58:03.454Z Compiling object v0.30.4
24112025-02-23T12:58:12.541Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24122025-02-23T12:58:15.713Z Compiling derive_builder v0.20.2
24132025-02-23T12:58:15.923Z Compiling strip-ansi-escapes v0.2.0
24142025-02-23T12:58:16.860Z Compiling papergrid v0.11.0
24152025-02-23T12:58:17.440Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24162025-02-23T12:58:17.774Z Compiling tabled_derive v0.7.0
24172025-02-23T12:58:19.099Z Compiling fd-lock v4.0.2
24182025-02-23T12:58:19.328Z Compiling peg-macros v0.8.4
24192025-02-23T12:58:19.687Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202025-02-23T12:58:20.647Z Compiling kstat-rs v0.2.4
24212025-02-23T12:58:21.064Z Compiling impl-trait-for-tuples v0.2.2
24222025-02-23T12:58:21.576Z Compiling oso-derive v0.27.3
24232025-02-23T12:58:22.203Z Compiling quick-xml v0.37.2
24242025-02-23T12:58:22.563Z Compiling diesel-dtrace v0.4.2
24252025-02-23T12:58:22.939Z Compiling path-slash v0.1.5
24262025-02-23T12:58:23.220Z Compiling nu-ansi-term v0.50.1
24272025-02-23T12:58:24.496Z Compiling reedline v0.35.0
24282025-02-23T12:58:26.802Z Compiling oso v0.27.3
24292025-02-23T12:58:29.378Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24302025-02-23T12:58:30.626Z Compiling peg v0.8.4
24312025-02-23T12:58:30.763Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24322025-02-23T12:58:40.529Z Compiling tabled v0.15.0
24332025-02-23T12:58:43.195Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24342025-02-23T12:58:51.076Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24352025-02-23T12:58:52.646Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24362025-02-23T12:58:54.112Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24372025-02-23T12:58:54.607Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24382025-02-23T12:58:54.952Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24392025-02-23T12:58:58.214Z Compiling pem v3.0.4
24402025-02-23T12:58:59.693Z Compiling bb8 v0.8.5
24412025-02-23T12:58:59.872Z Compiling bcs v0.1.6
24422025-02-23T12:59:00.319Z Compiling libz-sys v1.1.20
24432025-02-23T12:59:00.715Z Compiling nanorand v0.7.0
24442025-02-23T12:59:01.012Z Compiling termtree v0.5.1
24452025-02-23T12:59:01.318Z Compiling parking_lot_core v0.8.6
24462025-02-23T12:59:01.803Z Compiling flume v0.11.1
24472025-02-23T12:59:02.726Z Compiling async-bb8-diesel v0.2.1
24482025-02-23T12:59:03.514Z Compiling mime_guess v2.0.5
24492025-02-23T12:59:05.184Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24502025-02-23T12:59:05.321Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24512025-02-23T12:59:08.522Z Compiling proc-macro-error-attr2 v2.0.0
24522025-02-23T12:59:09.300Z Compiling buf-list v1.0.3
24532025-02-23T12:59:09.861Z Compiling proc-macro-error2 v2.0.1
24542025-02-23T12:59:10.596Z Compiling nibble_vec v0.1.0
24552025-02-23T12:59:10.867Z Compiling libgit2-sys v0.17.0+1.8.1
24562025-02-23T12:59:11.295Z Compiling pin-project-internal v1.1.6
24572025-02-23T12:59:11.639Z Compiling atty v0.2.14
24582025-02-23T12:59:11.838Z Compiling salty v0.3.0
24592025-02-23T12:59:12.298Z Compiling endian-type v0.1.2
24602025-02-23T12:59:12.567Z Compiling http-range v0.1.5
24612025-02-23T12:59:13.181Z Compiling radix_trie v0.2.1
24622025-02-23T12:59:14.079Z Compiling pin-project v1.1.6
24632025-02-23T12:59:14.088Z Compiling parking_lot v0.11.2
24642025-02-23T12:59:16.002Z Compiling tabled_derive v0.10.0
24652025-02-23T12:59:18.578Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24662025-02-23T12:59:18.598Z Compiling papergrid v0.14.0
24672025-02-23T12:59:18.902Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24682025-02-23T12:59:23.244Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24692025-02-23T12:59:25.513Z Compiling snafu-derive v0.8.5
24702025-02-23T12:59:26.317Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24712025-02-23T12:59:26.764Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24722025-02-23T12:59:29.613Z Compiling snafu v0.8.5
24732025-02-23T12:59:30.863Z Compiling tabled v0.18.0
24742025-02-23T12:59:31.396Z Compiling hyper-staticfile v0.10.1
24752025-02-23T12:59:37.392Z Compiling sled v0.34.7
24762025-02-23T12:59:49.651Z Compiling hickory-client v0.24.3
24772025-02-23T12:59:50.588Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24782025-02-23T12:59:51.696Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24792025-02-23T12:59:53.760Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24802025-02-23T12:59:54.056Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24812025-02-23T12:59:59.376Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24822025-02-23T13:00:01.000Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24832025-02-23T13:00:02.402Z Compiling globset v0.4.15
24842025-02-23T13:00:04.662Z Compiling hickory-server v0.24.3
24852025-02-23T13:00:05.534Z Compiling olpc-cjson v0.1.4
24862025-02-23T13:00:05.880Z Compiling primeorder v0.13.6
24872025-02-23T13:00:06.462Z Compiling castaway v0.2.3
24882025-02-23T13:00:06.677Z Compiling vergen v8.3.2
24892025-02-23T13:00:07.045Z Compiling env_filter v0.1.2
24902025-02-23T13:00:08.343Z Compiling serde_plain v1.0.2
24912025-02-23T13:00:08.622Z Compiling cargo-platform v0.1.8
24922025-02-23T13:00:08.887Z Compiling typed-path v0.9.3
24932025-02-23T13:00:09.103Z Compiling cargo_metadata v0.18.1
24942025-02-23T13:00:11.748Z Compiling tough v0.19.0
24952025-02-23T13:00:11.934Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24962025-02-23T13:00:13.039Z Compiling env_logger v0.11.5
24972025-02-23T13:00:14.499Z Compiling compact_str v0.8.0
24982025-02-23T13:00:15.743Z Compiling p384 v0.13.0
24992025-02-23T13:00:15.873Z Compiling git2 v0.19.0
25002025-02-23T13:00:16.375Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25012025-02-23T13:00:17.029Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25022025-02-23T13:00:19.678Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25032025-02-23T13:00:22.602Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25042025-02-23T13:00:23.782Z Compiling unicode-truncate v1.1.0
25052025-02-23T13:00:24.109Z Compiling lru v0.12.5
25062025-02-23T13:00:24.472Z Compiling rand_seeder v0.3.0
25072025-02-23T13:00:24.675Z Compiling libsqlite3-sys v0.30.1
25082025-02-23T13:00:24.892Z Compiling lzma-sys v0.1.20
25092025-02-23T13:00:25.219Z Compiling instability v0.3.2
25102025-02-23T13:00:25.593Z Compiling indoc v2.0.5
25112025-02-23T13:00:26.209Z Compiling parse-size v1.1.0
25122025-02-23T13:00:26.400Z Compiling cassowary v0.3.0
25132025-02-23T13:00:26.538Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25142025-02-23T13:00:26.695Z Compiling rustls v0.21.12
25152025-02-23T13:00:26.924Z Compiling ratatui v0.29.0
25162025-02-23T13:00:27.062Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25172025-02-23T13:00:27.943Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25182025-02-23T13:00:28.208Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25192025-02-23T13:00:30.766Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25202025-02-23T13:00:31.329Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25212025-02-23T13:00:34.423Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25222025-02-23T13:00:35.168Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25232025-02-23T13:00:37.125Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25242025-02-23T13:00:37.494Z Compiling sct v0.7.1
25252025-02-23T13:00:37.958Z Compiling rustls-webpki v0.101.7
25262025-02-23T13:00:38.630Z Compiling heck v0.3.3
25272025-02-23T13:00:38.981Z Compiling csv-core v0.1.11
25282025-02-23T13:00:39.884Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25292025-02-23T13:00:39.912Z Compiling glob v0.3.2
25302025-02-23T13:00:40.345Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25312025-02-23T13:00:41.904Z Compiling csv v1.3.1
25322025-02-23T13:00:42.024Z Compiling zone_cfg_derive v0.1.2
25332025-02-23T13:00:43.763Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25342025-02-23T13:00:44.017Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25352025-02-23T13:00:45.882Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25362025-02-23T13:00:46.746Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25372025-02-23T13:00:48.095Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25382025-02-23T13:00:52.607Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25392025-02-23T13:00:56.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25402025-02-23T13:00:56.441Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25412025-02-23T13:00:58.552Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25422025-02-23T13:00:59.761Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25432025-02-23T13:01:00.113Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25442025-02-23T13:01:00.471Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25452025-02-23T13:01:00.823Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25462025-02-23T13:01:01.225Z Compiling nix v0.27.1
25472025-02-23T13:01:01.523Z Compiling tungstenite v0.23.0
25482025-02-23T13:01:02.474Z Compiling hashlink v0.9.1
25492025-02-23T13:01:03.314Z Compiling base64 v0.13.1
25502025-02-23T13:01:03.839Z Compiling fallible-streaming-iterator v0.1.9
25512025-02-23T13:01:03.910Z Compiling fallible-iterator v0.3.0
25522025-02-23T13:01:03.943Z Compiling ron v0.7.1
25532025-02-23T13:01:04.068Z Compiling tokio-tungstenite v0.23.1
25542025-02-23T13:01:04.664Z Compiling rusqlite v0.32.1
25552025-02-23T13:01:04.715Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25562025-02-23T13:01:05.494Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25572025-02-23T13:01:07.019Z Compiling xz2 v0.1.7
25582025-02-23T13:01:07.647Z Compiling tokio-rustls v0.24.1
25592025-02-23T13:01:09.224Z Compiling zone v0.1.8
25602025-02-23T13:01:09.715Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25612025-02-23T13:01:12.528Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25622025-02-23T13:01:12.598Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25632025-02-23T13:01:14.089Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25642025-02-23T13:01:14.144Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25652025-02-23T13:01:21.937Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25662025-02-23T13:01:25.147Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25672025-02-23T13:01:26.399Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682025-02-23T13:01:27.131Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25692025-02-23T13:01:27.601Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25702025-02-23T13:01:27.803Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25712025-02-23T13:01:28.166Z Compiling rustls-pemfile v1.0.4
25722025-02-23T13:01:28.725Z Compiling signal-hook-tokio v0.3.1
25732025-02-23T13:01:28.972Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25742025-02-23T13:01:28.991Z Compiling yasna v0.5.2
25752025-02-23T13:01:31.126Z Compiling twox-hash v2.1.0
25762025-02-23T13:01:32.126Z Compiling smawk v0.3.2
25772025-02-23T13:01:32.448Z Compiling is_ci v1.2.0
25782025-02-23T13:01:32.523Z Compiling unicode-linebreak v0.1.5
25792025-02-23T13:01:32.789Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25802025-02-23T13:01:33.102Z Compiling textwrap v0.16.1
25812025-02-23T13:01:34.158Z Compiling supports-color v3.0.1
25822025-02-23T13:01:36.599Z Compiling rcgen v0.12.1
25832025-02-23T13:01:37.873Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25842025-02-23T13:01:42.141Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25852025-02-23T13:01:45.485Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25862025-02-23T13:01:47.429Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25872025-02-23T13:01:52.717Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25882025-02-23T13:01:56.005Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25892025-02-23T13:02:00.770Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25902025-02-23T13:02:01.983Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25912025-02-23T13:02:10.782Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25922025-02-23T13:02:11.356Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25932025-02-23T13:02:20.356Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25942025-02-23T13:02:21.193Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25952025-02-23T13:02:21.547Z Compiling fatfs v0.3.6
25962025-02-23T13:02:24.314Z Compiling subprocess v0.2.9
25972025-02-23T13:02:26.504Z Compiling rtoolbox v0.0.2
25982025-02-23T13:02:26.939Z Compiling assert_matches v1.5.0
25992025-02-23T13:02:27.752Z Compiling rpassword v7.3.1
26002025-02-23T13:02:28.200Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26012025-02-23T13:02:28.960Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26022025-02-23T13:02:32.741Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26032025-02-23T13:02:35.761Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26042025-02-23T13:02:39.608Z Compiling tui-tree-widget v0.23.0
26052025-02-23T13:02:40.085Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26062025-02-23T13:02:49.039Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26072025-02-23T13:02:49.409Z Compiling uzers v0.12.1
26082025-02-23T13:02:52.365Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26092025-02-23T13:02:53.062Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26102025-02-23T13:02:55.048Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26112025-02-23T13:03:22.123Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26122025-02-23T13:03:24.264Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26132025-02-23T13:03:28.940Z Compiling multimap v0.10.0
26142025-02-23T13:05:52.314Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26152025-02-23T13:12:44.299Z Finished `release` profile [optimized] target(s) in 17m 17s
26162025-02-23T13:13:52.995Z
26172025-02-23T13:13:52.998Zreal 18:27.120628433
26182025-02-23T13:13:52.998Zuser 2:09:32.120395087
26192025-02-23T13:13:52.998Zsys 3:34.725285891
26202025-02-23T13:13:52.998Ztrap 3.245196920
26212025-02-23T13:13:52.998Ztflt 1.846999755
26222025-02-23T13:13:52.998Zdflt 5.151182965
26232025-02-23T13:13:52.998Zkflt 0.001114520
26242025-02-23T13:13:52.998Zlock 7:46:51.508367402
26252025-02-23T13:13:52.998Zslp 6:48:39.892898622
26262025-02-23T13:13:52.998Zlat 3:39.813835219
26272025-02-23T13:13:52.998Zstop 2:49.326343502
26282025-02-23T13:13:52.998Z+ mapfile -t packages
26292025-02-23T13:13:52.998Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26302025-02-23T13:13:54.042Z Compiling ring v0.17.11
26312025-02-23T13:13:56.269Z Compiling rustls v0.22.4
26322025-02-23T13:13:56.296Z Compiling rustls v0.23.19
26332025-02-23T13:13:57.532Z Compiling rustls-webpki v0.102.8
26342025-02-23T13:14:01.534Z Compiling tokio-rustls v0.25.0
26352025-02-23T13:14:01.966Z Compiling dropshot v0.12.0
26362025-02-23T13:14:03.555Z Compiling tokio-rustls v0.26.0
26372025-02-23T13:14:04.027Z Compiling hyper-rustls v0.27.3
26382025-02-23T13:14:04.469Z Compiling reqwest v0.12.12
26392025-02-23T13:14:05.892Z Compiling qorb v0.2.1
26402025-02-23T13:14:06.716Z Compiling dropshot v0.15.1
26412025-02-23T13:14:11.568Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26422025-02-23T13:14:15.668Z Compiling progenitor-client v0.8.0
26432025-02-23T13:14:16.569Z Compiling progenitor v0.8.0
26442025-02-23T13:14:17.124Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26452025-02-23T13:14:17.551Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26462025-02-23T13:14:17.911Z Compiling progenitor-client v0.9.1
26472025-02-23T13:14:18.878Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26482025-02-23T13:14:22.130Z Compiling omicron-zone-package v0.12.0
26492025-02-23T13:14:31.209Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26502025-02-23T13:14:41.949Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26512025-02-23T13:14:46.204Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26522025-02-23T13:14:46.949Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532025-02-23T13:14:48.680Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26542025-02-23T13:15:04.492Z Finished `release` profile [optimized] target(s) in 1m 11s
26552025-02-23T13:15:04.662Z Running `target/release/omicron-package -t test list-outputs`
26562025-02-23T13:15:04.713ZLogging to: /work/oxidecomputer/omicron/out/LOG
26572025-02-23T13:15:04.716Z+ ptime -m cargo build --locked --release -p xtask
26582025-02-23T13:15:05.290Z Compiling serde v1.0.218
26592025-02-23T13:15:05.292Z Compiling rustix v0.38.37
26602025-02-23T13:15:05.293Z Compiling serde_json v1.0.139
26612025-02-23T13:15:05.293Z Compiling libc v0.2.170
26622025-02-23T13:15:05.293Z Compiling syn v2.0.96
26632025-02-23T13:15:05.384Z Compiling bitflags v2.6.0
26642025-02-23T13:15:05.768Z Compiling usdt-impl v0.5.0
26652025-02-23T13:15:05.808Z Compiling syn v1.0.109
26662025-02-23T13:15:05.896Z Compiling log v0.4.22
26672025-02-23T13:15:05.917Z Compiling hashbrown v0.15.1
26682025-02-23T13:15:06.181Z Compiling fs-err v2.11.0
26692025-02-23T13:15:06.343Z Compiling once_cell v1.20.3
26702025-02-23T13:15:06.519Z Compiling anyhow v1.0.96
26712025-02-23T13:15:06.779Z Compiling thread-id v4.2.2
26722025-02-23T13:15:07.103Z Compiling indexmap v2.7.1
26732025-02-23T13:15:08.280Z Compiling terminal_size v0.4.0
26742025-02-23T13:15:08.342Z Compiling tempfile v3.13.0
26752025-02-23T13:15:08.541Z Compiling clap_builder v4.5.30
26762025-02-23T13:15:09.332Z Compiling proc-macro-error v1.0.4
26772025-02-23T13:15:09.955Z Compiling tabled_derive v0.7.0
26782025-02-23T13:15:11.125Z Compiling tabled v0.15.0
26792025-02-23T13:15:11.567Z Compiling serde_derive v1.0.218
26802025-02-23T13:15:11.567Z Compiling thiserror-impl v1.0.69
26812025-02-23T13:15:11.570Z Compiling zerocopy-derive v0.7.35
26822025-02-23T13:15:11.570Z Compiling scroll_derive v0.12.0
26832025-02-23T13:15:11.570Z Compiling clap_derive v4.5.28
26842025-02-23T13:15:13.032Z Compiling scroll v0.12.0
26852025-02-23T13:15:13.429Z Compiling zerocopy v0.7.35
26862025-02-23T13:15:13.664Z Compiling goblin v0.8.2
26872025-02-23T13:15:14.156Z Compiling thiserror v1.0.69
26882025-02-23T13:15:14.330Z Compiling pest v2.7.14
26892025-02-23T13:15:17.285Z Compiling pest_meta v2.7.14
26902025-02-23T13:15:17.301Z Compiling clap v4.5.30
26912025-02-23T13:15:18.987Z Compiling pest_generator v2.7.14
26922025-02-23T13:15:20.818Z Compiling pest_derive v2.7.14
26932025-02-23T13:15:21.686Z Compiling dtrace-parser v0.2.0
26942025-02-23T13:15:27.335Z Compiling serde_tokenstream v0.2.2
26952025-02-23T13:15:27.932Z Compiling toml_datetime v0.6.8
26962025-02-23T13:15:28.653Z Compiling dof v0.3.0
26972025-02-23T13:15:28.686Z Compiling serde_spanned v0.6.8
26982025-02-23T13:15:28.962Z Compiling toml_edit v0.22.22
26992025-02-23T13:15:30.417Z Compiling camino v1.1.9
27002025-02-23T13:15:30.578Z Compiling usdt-attr-macro v0.5.0
27012025-02-23T13:15:30.646Z Compiling usdt-macro v0.5.0
27022025-02-23T13:15:31.875Z Compiling cargo-platform v0.1.8
27032025-02-23T13:15:31.918Z Compiling semver v1.0.25
27042025-02-23T13:15:32.976Z Compiling toml v0.8.19
27052025-02-23T13:15:33.409Z Compiling usdt v0.5.0
27062025-02-23T13:15:34.793Z Compiling cargo_toml v0.20.5
27072025-02-23T13:15:35.360Z Compiling cargo_metadata v0.18.1
27082025-02-23T13:15:37.009Z Compiling camino-tempfile v1.1.1
27092025-02-23T13:15:37.789Z Compiling macaddr v1.0.1
27102025-02-23T13:15:47.508Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27112025-02-23T13:15:53.055Z Finished `release` profile [optimized] target(s) in 48.27s
27122025-02-23T13:15:53.164Z
27132025-02-23T13:15:53.167Zreal 48.406509041
27142025-02-23T13:15:53.167Zuser 5:15.017414997
27152025-02-23T13:15:53.167Zsys 18.656208545
27162025-02-23T13:15:53.167Ztrap 0.142060238
27172025-02-23T13:15:53.167Ztflt 0.192493169
27182025-02-23T13:15:53.167Zdflt 0.236111460
27192025-02-23T13:15:53.167Zkflt 0.000002119
27202025-02-23T13:15:53.167Zlock 9:57.898109956
27212025-02-23T13:15:53.167Zslp 15:37.144145124
27222025-02-23T13:15:53.168Zlat 15.184920607
27232025-02-23T13:15:53.168Zstop 16.471586523
27242025-02-23T13:15:53.168Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27252025-02-23T13:15:53.168Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27262025-02-23T13:15:53.168Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27272025-02-23T13:15:53.168Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27282025-02-23T13:15:53.168Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27292025-02-23T13:15:54.067Z Compiling ring v0.17.11
27302025-02-23T13:15:54.202Z Compiling hashbrown v0.14.5
27312025-02-23T13:15:54.221Z Compiling thiserror v2.0.11
27322025-02-23T13:15:54.235Z Compiling thiserror-impl v2.0.11
27332025-02-23T13:15:54.237Z Compiling ident_case v1.0.1
27342025-02-23T13:15:54.237Z Compiling unsafe-libyaml v0.2.11
27352025-02-23T13:15:54.237Z Compiling ipnetwork v0.21.1
27362025-02-23T13:15:54.253Z Compiling macaddr v1.0.1
27372025-02-23T13:15:54.522Z Compiling darling_core v0.20.10
27382025-02-23T13:15:54.716Z Compiling oxnet v0.1.0
27392025-02-23T13:15:55.067Z Compiling instant v0.1.13
27402025-02-23T13:15:55.149Z Compiling structmeta-derive v0.3.0
27412025-02-23T13:15:55.240Z Compiling dropshot v0.15.1
27422025-02-23T13:15:55.344Z Compiling regress v0.10.1
27432025-02-23T13:15:55.370Z Compiling regress v0.9.1
27442025-02-23T13:15:55.576Z Compiling serde_yaml v0.9.34+deprecated
27452025-02-23T13:15:56.088Z Compiling dropshot_endpoint v0.15.1
27462025-02-23T13:15:57.439Z Compiling daft-derive v0.1.1
27472025-02-23T13:15:57.710Z Compiling structmeta v0.3.0
27482025-02-23T13:15:58.107Z Compiling parse-display-derive v0.10.0
27492025-02-23T13:15:58.985Z Compiling rustls v0.23.19
27502025-02-23T13:15:59.015Z Compiling rustls v0.22.4
27512025-02-23T13:15:59.035Z Compiling typify-impl v0.2.0
27522025-02-23T13:15:59.063Z Compiling daft v0.1.1
27532025-02-23T13:15:59.581Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542025-02-23T13:15:59.948Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27552025-02-23T13:15:59.969Z Compiling backoff v0.4.0
27562025-02-23T13:16:00.240Z Compiling darling_macro v0.20.10
27572025-02-23T13:16:00.314Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27582025-02-23T13:16:00.371Z Compiling tempfile v3.13.0
27592025-02-23T13:16:00.401Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27602025-02-23T13:16:00.443Z Compiling proc-macro-crate v1.3.1
27612025-02-23T13:16:00.488Z Compiling typify-impl v0.3.0
27622025-02-23T13:16:00.606Z Compiling itertools v0.13.0
27632025-02-23T13:16:01.151Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27642025-02-23T13:16:01.202Z Compiling darling v0.20.10
27652025-02-23T13:16:01.319Z Compiling num_enum_derive v0.5.11
27662025-02-23T13:16:01.339Z Compiling serde_with_macros v3.11.0
27672025-02-23T13:16:01.538Z Compiling rustls-webpki v0.102.8
27682025-02-23T13:16:02.089Z Compiling parse-display v0.10.0
27692025-02-23T13:16:03.460Z Compiling zerocopy v0.8.10
27702025-02-23T13:16:03.514Z Compiling zerocopy-derive v0.8.10
27712025-02-23T13:16:03.634Z Compiling num_enum v0.5.11
27722025-02-23T13:16:03.824Z Compiling heapless v0.8.0
27732025-02-23T13:16:03.969Z Compiling serde_with v3.11.0
27742025-02-23T13:16:04.337Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27752025-02-23T13:16:04.416Z Compiling crucible-workspace-hack v0.1.0
27762025-02-23T13:16:04.752Z Compiling proc-macro-error v1.0.4
27772025-02-23T13:16:05.016Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27782025-02-23T13:16:05.349Z Compiling camino-tempfile v1.1.1
27792025-02-23T13:16:05.838Z Compiling foreign-types-macros v0.2.3
27802025-02-23T13:16:07.124Z Compiling hash32 v0.3.1
27812025-02-23T13:16:07.396Z Compiling tokio-rustls v0.25.0
27822025-02-23T13:16:07.448Z Compiling smoltcp v0.11.0
27832025-02-23T13:16:07.891Z Compiling dropshot v0.12.0
27842025-02-23T13:16:09.314Z Compiling tokio-rustls v0.26.0
27852025-02-23T13:16:09.806Z Compiling hyper-rustls v0.27.3
27862025-02-23T13:16:10.432Z Compiling reqwest v0.12.12
27872025-02-23T13:16:11.596Z Compiling foreign-types-shared v0.3.1
27882025-02-23T13:16:11.736Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27892025-02-23T13:16:11.773Z Compiling foreign-types v0.5.0
27902025-02-23T13:16:12.653Z Compiling qorb v0.2.1
27912025-02-23T13:16:13.135Z Compiling tabwriter v1.4.0
27922025-02-23T13:16:13.342Z Compiling typify-macro v0.2.0
27932025-02-23T13:16:13.797Z Compiling progenitor-client v0.9.1
27942025-02-23T13:16:14.388Z Compiling progenitor-client v0.8.0
27952025-02-23T13:16:14.920Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27962025-02-23T13:16:15.133Z Compiling typify-macro v0.3.0
27972025-02-23T13:16:15.763Z Compiling cstr-argument v0.1.2
27982025-02-23T13:16:15.782Z Compiling pretty-hex v0.2.1
27992025-02-23T13:16:16.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28002025-02-23T13:16:16.041Z Compiling cobs v0.2.3
28012025-02-23T13:16:16.104Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28022025-02-23T13:16:16.329Z Compiling postcard v1.0.10
28032025-02-23T13:16:16.386Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28042025-02-23T13:16:16.632Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28052025-02-23T13:16:16.841Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28062025-02-23T13:16:16.995Z Compiling colored v2.1.0
28072025-02-23T13:16:17.020Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28082025-02-23T13:16:17.056Z Compiling typify v0.2.0
28092025-02-23T13:16:17.211Z Compiling progenitor-impl v0.8.0
28102025-02-23T13:16:17.371Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28112025-02-23T13:16:17.672Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28122025-02-23T13:16:18.350Z Compiling smf v0.2.3
28132025-02-23T13:16:18.629Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28142025-02-23T13:16:18.924Z Compiling typify v0.3.0
28152025-02-23T13:16:18.983Z Compiling zone_cfg_derive v0.3.0
28162025-02-23T13:16:19.072Z Compiling progenitor-impl v0.9.1
28172025-02-23T13:16:19.375Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28182025-02-23T13:16:19.482Z Compiling num-derive v0.4.2
28192025-02-23T13:16:19.806Z Compiling sigpipe v0.1.3
28202025-02-23T13:16:19.959Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28212025-02-23T13:16:20.370Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28222025-02-23T13:16:20.685Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28232025-02-23T13:16:20.736Z Compiling zone v0.3.0
28242025-02-23T13:16:21.078Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28252025-02-23T13:16:21.186Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262025-02-23T13:16:21.516Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28272025-02-23T13:16:21.535Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28282025-02-23T13:16:21.720Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28292025-02-23T13:16:21.785Z Compiling universal-hash v0.5.1
28302025-02-23T13:16:21.973Z Compiling opaque-debug v0.3.1
28312025-02-23T13:16:22.013Z Compiling tungstenite v0.21.0
28322025-02-23T13:16:22.093Z Compiling num-rational v0.4.2
28332025-02-23T13:16:22.115Z Compiling password-hash v0.5.0
28342025-02-23T13:16:22.444Z Compiling num-complex v0.4.6
28352025-02-23T13:16:22.567Z Compiling blake2 v0.10.6
28362025-02-23T13:16:23.094Z Compiling aead v0.5.2
28372025-02-23T13:16:23.509Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28382025-02-23T13:16:23.512Z Compiling base64 v0.21.7
28392025-02-23T13:16:23.662Z Compiling convert_case v0.4.0
28402025-02-23T13:16:23.712Z Compiling keccak v0.1.5
28412025-02-23T13:16:23.936Z Compiling num v0.4.3
28422025-02-23T13:16:23.957Z Compiling tokio-tungstenite v0.21.0
28432025-02-23T13:16:24.010Z Compiling progenitor-macro v0.8.0
28442025-02-23T13:16:24.063Z Compiling sha3 v0.10.8
28452025-02-23T13:16:24.188Z Compiling argon2 v0.5.3
28462025-02-23T13:16:24.489Z Compiling derive_more v0.99.19
28472025-02-23T13:16:24.561Z Compiling poly1305 v0.8.0
28482025-02-23T13:16:24.695Z Compiling chacha20 v0.9.1
28492025-02-23T13:16:24.843Z Compiling float-ord v0.3.2
28502025-02-23T13:16:25.054Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28512025-02-23T13:16:25.093Z Compiling same-file v1.0.6
28522025-02-23T13:16:25.209Z Compiling semver v0.1.20
28532025-02-23T13:16:25.410Z Compiling walkdir v2.5.0
28542025-02-23T13:16:25.500Z Compiling newline-converter v0.3.0
28552025-02-23T13:16:25.711Z Compiling rustc_version v0.1.7
28562025-02-23T13:16:25.799Z Compiling progenitor-macro v0.9.1
28572025-02-23T13:16:25.828Z Compiling primeorder v0.13.6
28582025-02-23T13:16:26.059Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28592025-02-23T13:16:26.178Z Compiling secrecy v0.8.0
28602025-02-23T13:16:26.243Z Compiling owo-colors v4.1.0
28612025-02-23T13:16:26.323Z Compiling cancel-safe-futures v0.1.5
28622025-02-23T13:16:26.423Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28632025-02-23T13:16:26.617Z Compiling newtype_derive v0.1.6
28642025-02-23T13:16:26.638Z Compiling expectorate v1.1.0
28652025-02-23T13:16:26.739Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28662025-02-23T13:16:26.833Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28672025-02-23T13:16:26.953Z Compiling thiserror-impl-no-std v2.0.2
28682025-02-23T13:16:26.956Z Compiling blake3 v1.5.4
28692025-02-23T13:16:27.036Z Compiling half v2.4.1
28702025-02-23T13:16:27.220Z Compiling unicase v2.7.0
28712025-02-23T13:16:27.573Z Compiling arc-swap v1.7.1
28722025-02-23T13:16:27.611Z Compiling ciborium-io v0.2.2
28732025-02-23T13:16:27.797Z Compiling ciborium-ll v0.2.2
28742025-02-23T13:16:28.082Z Compiling slog-scope v4.4.0
28752025-02-23T13:16:28.194Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28762025-02-23T13:16:28.213Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28772025-02-23T13:16:28.569Z Compiling polyval v0.6.2
28782025-02-23T13:16:29.003Z Compiling atomicwrites v0.4.4
28792025-02-23T13:16:29.046Z Compiling libsw v3.3.1
28802025-02-23T13:16:29.383Z Compiling memmap2 v0.9.5
28812025-02-23T13:16:29.402Z Compiling indent_write v2.2.0
28822025-02-23T13:16:29.629Z Compiling arrayvec v0.7.6
28832025-02-23T13:16:29.663Z Compiling thiserror-no-std v2.0.2
28842025-02-23T13:16:29.800Z Compiling parking_lot_core v0.8.6
28852025-02-23T13:16:29.823Z Compiling constant_time_eq v0.3.1
28862025-02-23T13:16:30.038Z Compiling linear-map v1.2.0
28872025-02-23T13:16:30.041Z Compiling arrayref v0.3.9
28882025-02-23T13:16:30.187Z Compiling libefi-sys v0.1.0
28892025-02-23T13:16:30.255Z Compiling salty v0.3.0
28902025-02-23T13:16:30.389Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28912025-02-23T13:16:30.556Z Compiling vsss-rs v3.3.4
28922025-02-23T13:16:30.746Z Compiling ghash v0.5.1
28932025-02-23T13:16:31.017Z Compiling slog-stdlog v4.1.1
28942025-02-23T13:16:31.127Z Compiling ciborium v0.2.2
28952025-02-23T13:16:31.825Z Compiling p384 v0.13.0
28962025-02-23T13:16:31.910Z Compiling toolchain_find v0.4.0
28972025-02-23T13:16:32.461Z Compiling chacha20poly1305 v0.10.1
28982025-02-23T13:16:32.480Z Compiling ctr v0.9.2
28992025-02-23T13:16:32.543Z Compiling lzma-sys v0.1.20
29002025-02-23T13:16:32.736Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29012025-02-23T13:16:32.886Z Compiling bitfield-struct v0.6.2
29022025-02-23T13:16:33.190Z Compiling slog-dtrace v0.3.0
29032025-02-23T13:16:33.502Z Compiling topological-sort v0.2.2
29042025-02-23T13:16:33.509Z Compiling highway v1.2.0
29052025-02-23T13:16:33.585Z Compiling omicron-zone-package v0.12.0
29062025-02-23T13:16:33.801Z Compiling aes-gcm v0.10.3
29072025-02-23T13:16:34.039Z Compiling rustfmt-wrapper v0.2.1
29082025-02-23T13:16:34.133Z Compiling mime_guess v2.0.5
29092025-02-23T13:16:34.155Z Compiling slog-envlogger v2.2.0
29102025-02-23T13:16:34.265Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29112025-02-23T13:16:34.636Z Compiling steno v0.4.1
29122025-02-23T13:16:35.223Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29132025-02-23T13:16:35.310Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29142025-02-23T13:16:35.510Z Compiling heck v0.3.3
29152025-02-23T13:16:35.658Z Compiling ssh-encoding v0.2.0
29162025-02-23T13:16:35.688Z Compiling progenitor v0.8.0
29172025-02-23T13:16:35.915Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29182025-02-23T13:16:35.917Z Compiling blowfish v0.9.1
29192025-02-23T13:16:35.953Z Compiling nibble_vec v0.1.0
29202025-02-23T13:16:36.114Z Compiling env_filter v0.1.2
29212025-02-23T13:16:36.180Z Compiling humantime v2.1.0
29222025-02-23T13:16:36.326Z Compiling endian-type v0.1.2
29232025-02-23T13:16:36.388Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29242025-02-23T13:16:36.566Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29252025-02-23T13:16:36.700Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29262025-02-23T13:16:36.719Z Compiling radix_trie v0.2.1
29272025-02-23T13:16:36.757Z Compiling env_logger v0.11.5
29282025-02-23T13:16:36.784Z Compiling bcrypt-pbkdf v0.10.0
29292025-02-23T13:16:37.326Z Compiling ssh-cipher v0.2.0
29302025-02-23T13:16:37.360Z Compiling zone_cfg_derive v0.1.2
29312025-02-23T13:16:37.582Z Compiling progenitor v0.9.1
29322025-02-23T13:16:37.603Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29332025-02-23T13:16:37.907Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29342025-02-23T13:16:37.956Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29352025-02-23T13:16:38.529Z Compiling parking_lot v0.11.2
29362025-02-23T13:16:38.787Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29372025-02-23T13:16:39.179Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29382025-02-23T13:16:39.264Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29392025-02-23T13:16:39.373Z Compiling password-hash v0.4.2
29402025-02-23T13:16:39.582Z Compiling gethostname v0.5.0
29412025-02-23T13:16:39.630Z Compiling fxhash v0.2.1
29422025-02-23T13:16:39.801Z Compiling zip v2.1.3
29432025-02-23T13:16:39.872Z Compiling base64 v0.13.1
29442025-02-23T13:16:40.166Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29452025-02-23T13:16:40.212Z Compiling lockfree-object-pool v0.1.6
29462025-02-23T13:16:40.477Z Compiling simd-adler32 v0.3.7
29472025-02-23T13:16:40.502Z Compiling http-range v0.1.5
29482025-02-23T13:16:40.525Z Compiling bumpalo v3.16.0
29492025-02-23T13:16:40.849Z Compiling ron v0.7.1
29502025-02-23T13:16:40.878Z Compiling zopfli v0.8.1
29512025-02-23T13:16:41.030Z Compiling pbkdf2 v0.11.0
29522025-02-23T13:16:41.060Z Compiling sled v0.34.7
29532025-02-23T13:16:41.424Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29542025-02-23T13:16:42.460Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29552025-02-23T13:16:42.976Z Compiling xz2 v0.1.7
29562025-02-23T13:16:43.175Z Compiling zone v0.1.8
29572025-02-23T13:16:43.212Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29582025-02-23T13:16:43.363Z Compiling ssh-key v0.6.6
29592025-02-23T13:16:44.167Z Compiling hickory-client v0.24.3
29602025-02-23T13:16:44.471Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29612025-02-23T13:16:44.512Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29622025-02-23T13:16:44.619Z Compiling p521 v0.13.3
29632025-02-23T13:16:45.509Z Compiling p256 v0.13.2
29642025-02-23T13:16:45.953Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29652025-02-23T13:16:46.301Z Compiling hickory-server v0.24.3
29662025-02-23T13:16:46.909Z Compiling pem v3.0.4
29672025-02-23T13:16:46.960Z Compiling yasna v0.5.2
29682025-02-23T13:16:47.404Z Compiling headers-core v0.3.0
29692025-02-23T13:16:47.610Z Compiling kstat-rs v0.2.4
29702025-02-23T13:16:47.651Z Compiling nanorand v0.7.0
29712025-02-23T13:16:48.147Z Compiling atty v0.2.14
29722025-02-23T13:16:48.230Z Compiling russh-cryptovec v0.7.3
29732025-02-23T13:16:48.335Z Compiling md5 v0.7.0
29742025-02-23T13:16:48.568Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29752025-02-23T13:16:48.571Z Compiling flume v0.11.1
29762025-02-23T13:16:48.862Z Compiling russh-keys v0.45.0
29772025-02-23T13:16:49.173Z Compiling rcgen v0.12.1
29782025-02-23T13:16:50.438Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29792025-02-23T13:16:50.502Z Compiling headers v0.4.0
29802025-02-23T13:16:51.239Z Compiling hyper-staticfile v0.10.1
29812025-02-23T13:16:52.256Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29822025-02-23T13:16:52.480Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29832025-02-23T13:16:52.947Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29842025-02-23T13:16:53.219Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29852025-02-23T13:16:53.636Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29862025-02-23T13:16:53.981Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29872025-02-23T13:16:54.612Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29882025-02-23T13:16:55.960Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29892025-02-23T13:16:56.610Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29902025-02-23T13:16:57.066Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29912025-02-23T13:16:58.142Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29922025-02-23T13:16:58.163Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29932025-02-23T13:17:00.557Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29942025-02-23T13:17:00.560Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29952025-02-23T13:17:00.814Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29962025-02-23T13:17:01.359Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29972025-02-23T13:17:01.601Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29982025-02-23T13:17:02.190Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29992025-02-23T13:17:03.104Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002025-02-23T13:17:03.800Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30012025-02-23T13:17:04.347Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30022025-02-23T13:17:04.648Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30032025-02-23T13:17:05.147Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30042025-02-23T13:17:06.791Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30052025-02-23T13:17:07.249Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30062025-02-23T13:17:07.819Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30072025-02-23T13:17:09.229Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30082025-02-23T13:17:09.398Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30092025-02-23T13:17:10.281Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30102025-02-23T13:17:11.185Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30112025-02-23T13:17:12.767Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30122025-02-23T13:17:13.064Z Compiling num-bigint v0.4.6
30132025-02-23T13:17:13.294Z Compiling des v0.8.1
30142025-02-23T13:17:13.639Z Compiling subprocess v0.2.9
30152025-02-23T13:17:14.316Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30162025-02-23T13:17:15.249Z Compiling display-error-chain v0.2.2
30172025-02-23T13:17:15.270Z Compiling hex-literal v0.4.1
30182025-02-23T13:17:15.292Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30192025-02-23T13:17:15.467Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30202025-02-23T13:17:15.492Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30212025-02-23T13:17:16.609Z Compiling russh v0.45.0
30222025-02-23T13:17:18.296Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30232025-02-23T13:17:18.390Z Compiling internet-checksum v0.2.1
30242025-02-23T13:17:22.763Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30252025-02-23T13:17:29.735Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30262025-02-23T13:17:31.380Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30272025-02-23T13:17:55.526Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30282025-02-23T13:18:17.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
30292025-02-23T13:18:18.099Z
30302025-02-23T13:18:18.102Zreal 2:24.848961506
30312025-02-23T13:18:18.102Zuser 12:25.552356911
30322025-02-23T13:18:18.102Zsys 1:40.008543924
30332025-02-23T13:18:18.102Ztrap 0.359564032
30342025-02-23T13:18:18.102Ztflt 0.235463303
30352025-02-23T13:18:18.102Zdflt 0.566931134
30362025-02-23T13:18:18.102Zkflt 0.000019112
30372025-02-23T13:18:18.102Zlock 23:08.548763205
30382025-02-23T13:18:18.102Zslp 44:03.282895641
30392025-02-23T13:18:18.102Zlat 37.502668151
30402025-02-23T13:18:18.102Zstop 1:41.530869873
30412025-02-23T13:18:18.102Z+ mkdir tests
30422025-02-23T13:18:18.105Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30432025-02-23T13:18:18.105Z+ xargs -I '{}' -t cp '{}' tests/
30442025-02-23T13:18:18.145Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2eb249da2c955253 tests/
30452025-02-23T13:18:18.165Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-dd5805b836dd5a77 tests/
30462025-02-23T13:18:18.185Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d7841c348081f6c5 tests/
30472025-02-23T13:18:18.206Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4eb2e3c643dbd7f4 tests/
30482025-02-23T13:18:18.422Z+ 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/*)
30492025-02-23T13:18:18.424Z+ 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-dd5805b836dd5a77 tests/commtest-d7841c348081f6c5 tests/dhcp_server-2eb249da2c955253 tests/end_to_end_tests-4eb2e3c643dbd7f4 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
30502025-02-23T13:19:36.069ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30512025-02-23T13:19:36.069Za .github/buildomat/ci-env.sh 1K
30522025-02-23T13:19:36.069Za out/target/test 1K
30532025-02-23T13:19:36.069Za out/npuzone/npuzone 23144K
30542025-02-23T13:19:36.069Za package-manifest.toml 33K
30552025-02-23T13:19:36.069Za smf/sled-agent/non-gimlet/config.toml 4K
30562025-02-23T13:19:36.069Za target/release/omicron-package 39596K
30572025-02-23T13:19:36.069Za target/release/xtask 10730K
30582025-02-23T13:19:36.069Za target/debug/bootstrap 219141K
30592025-02-23T13:19:36.069Za tests/bootstrap-dd5805b836dd5a77 24083K
30602025-02-23T13:19:36.069Za tests/commtest-d7841c348081f6c5 26204K
30612025-02-23T13:19:36.070Za tests/dhcp_server-2eb249da2c955253 24083K
30622025-02-23T13:19:36.070Za tests/end_to_end_tests-4eb2e3c643dbd7f4 280669K
30632025-02-23T13:19:36.070Za out/clickhouse.tar.gz 306886K
30642025-02-23T13:19:36.070Za out/clickhouse_keeper.tar.gz 292545K
30652025-02-23T13:19:36.070Za out/clickhouse_server.tar.gz 306854K
30662025-02-23T13:19:36.070Za out/cockroachdb.tar.gz 144626K
30672025-02-23T13:19:36.070Za out/crucible-dtrace.tar 99K
30682025-02-23T13:19:36.070Za out/crucible-pantry-zone.tar.gz 32960K
30692025-02-23T13:19:36.070Za out/crucible-zone.tar.gz 41331K
30702025-02-23T13:19:36.070Za out/external-dns.tar.gz 46420K
30712025-02-23T13:19:36.070Za out/internal-dns.tar.gz 46419K
30722025-02-23T13:19:36.070Za out/mg-ddm-gz.tar 63075K
30732025-02-23T13:19:36.070Za out/nexus.tar.gz 110883K
30742025-02-23T13:19:36.070Za out/ntp.tar.gz 14904K
30752025-02-23T13:19:36.070Za out/omicron-gateway-softnpu.tar.gz 26037K
30762025-02-23T13:19:36.070Za out/omicron-sled-agent.tar 127110K
30772025-02-23T13:19:36.070Za out/overlay.tar.gz 3K
30782025-02-23T13:19:36.070Za out/oximeter.tar.gz 56811K
30792025-02-23T13:19:36.070Za out/oxlog.tar 3138K
30802025-02-23T13:19:36.070Za out/probe.tar.gz 2764K
30812025-02-23T13:19:36.070Za out/propolis-server.tar.gz 66425K
30822025-02-23T13:19:36.070Za out/pumpkind-gz.tar 26665K
30832025-02-23T13:19:36.070Za out/switch-softnpu.tar.gz 266417K
30842025-02-23T13:19:36.073Z
30852025-02-23T13:19:36.073Zreal 1:17.623102427
30862025-02-23T13:19:36.073Zuser 1:14.036572758
30872025-02-23T13:19:36.073Zsys 4.998788214
30882025-02-23T13:19:36.073Ztrap 0.019163549
30892025-02-23T13:19:36.073Ztflt 0.000000000
30902025-02-23T13:19:36.073Zdflt 0.000000000
30912025-02-23T13:19:36.073Zkflt 0.000000000
30922025-02-23T13:19:36.073Zlock 0.000000000
30932025-02-23T13:19:36.073Zslp 1:13.954787306
30942025-02-23T13:19:36.073Zlat 2.231927533
30952025-02-23T13:19:36.073Zstop 0.000236947
30962025-02-23T13:19:36.073Zprocess exited: duration 2170586 ms, exit code 0
 
30972025-02-23T13:19:36.088Zfound 1 output files
30982025-02-23T13:19:36.088Zuploading: /work/package.tar.gz (2042032682 bytes)
30992025-02-23T13:20:21.980Zuploaded: /work/package.tar.gz