01JP3GW98FQY0X8ERBSDTKKN77: 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: 01JP3GWSR4BGXS18FHFK26F9YJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-11T21:14:40.649Zjob assigned to worker 01JP3GWN3JWCXNCGBYX3SXCSFW [factory aws, i-0f98533250df82f68] (queued for 57 s)
 
22025-03-11T21:14:48.972Zstarting task 0: "setup"
32025-03-11T21:14:48.977Z++ uname -s
42025-03-11T21:14:48.980Z+ kern=SunOS
52025-03-11T21:14:48.980Z+ build_user=build
62025-03-11T21:14:48.980Z+ build_uid=12345
72025-03-11T21:14:48.980Z+ work_dir=/work
82025-03-11T21:14:48.980Z+ input_dir=/input
92025-03-11T21:14:48.980Z+ [[ 0 == 12345 ]]
102025-03-11T21:14:48.980Z+ case "$kern" in
112025-03-11T21:14:48.980Z+ groupadd -g 12345 build
122025-03-11T21:14:48.983Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-11T21:14:50.989Z+ zfs create -o mountpoint=/work rpool/work
142025-03-11T21:14:51.097Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-11T21:14:51.100Z+ home_fs=zfs
162025-03-11T21:14:51.100Z+ [[ zfs == autofs ]]
172025-03-11T21:14:51.100Z+ mkdir -p /home/build
182025-03-11T21:14:51.103Z+ chown build:build /home/build /work
192025-03-11T21:14:53.104Z+ chmod 0700 /home/build /work
202025-03-11T21:14:53.108Zprocess exited: duration 4137 ms, exit code 0
 
212025-03-11T21:14:53.114Zstarting task 1: "rust-toolchain"
222025-03-11T21:14:53.120Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-11T21:14:53.120Z * rust toolchain channel = "1.85.0"
242025-03-11T21:14:53.120Z * rust toolchain profile = "default"
252025-03-11T21:14:53.120Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-11T21:14:53.120Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-11T21:14:53.120Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-11T21:14:53.123Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-11T21:14:53.123Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-11T21:14:53.238Zinfo: downloading installer
312025-03-11T21:14:54.862Zwarn: It looks like you have an existing installation of Rust at:
322025-03-11T21:14:54.862Zwarn: /opt/ooce/bin
332025-03-11T21:14:54.862Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-11T21:14:54.862Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-11T21:14:54.862Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-11T21:14:54.862Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-11T21:14:54.862Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-11T21:14:54.862Zerror: cannot install while Rust is installed
392025-03-11T21:14:54.862Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-11T21:14:54.888Zinfo: profile set to 'default'
412025-03-11T21:14:54.888Zinfo: default host triple is x86_64-unknown-illumos
422025-03-11T21:14:54.891Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-11T21:14:55.064Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-11T21:14:55.064Zinfo: downloading component 'cargo'
452025-03-11T21:14:55.964Zinfo: downloading component 'clippy'
462025-03-11T21:14:56.341Zinfo: downloading component 'rust-docs'
472025-03-11T21:14:57.730Zinfo: downloading component 'rust-std'
482025-03-11T21:14:59.695Zinfo: downloading component 'rustc'
492025-03-11T21:15:06.358Zinfo: downloading component 'rustfmt'
502025-03-11T21:15:06.641Zinfo: installing component 'cargo'
512025-03-11T21:15:07.475Zinfo: installing component 'clippy'
522025-03-11T21:15:07.860Zinfo: installing component 'rust-docs'
532025-03-11T21:15:09.640Zinfo: installing component 'rust-std'
542025-03-11T21:15:11.541Zinfo: installing component 'rustc'
552025-03-11T21:15:17.552Zinfo: installing component 'rustfmt'
562025-03-11T21:15:17.886Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-11T21:15:17.886Z
582025-03-11T21:15:18.257Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-11T21:15:18.257Z
602025-03-11T21:15:18.260Z
612025-03-11T21:15:18.260ZRust is installed now. Great!
622025-03-11T21:15:18.260Z
632025-03-11T21:15:18.260ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-11T21:15:18.260Zenvironment variable. This has not been done automatically.
652025-03-11T21:15:18.260Z
662025-03-11T21:15:18.260ZTo configure your current shell, you need to source
672025-03-11T21:15:18.260Zthe corresponding env file under $HOME/.cargo.
682025-03-11T21:15:18.260Z
692025-03-11T21:15:18.260ZThis is usually done by running one of the following (note the leading DOT):
702025-03-11T21:15:18.260Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-11T21:15:18.260Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-11T21:15:18.260Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-11T21:15:18.336Z+ rustup --version
742025-03-11T21:15:18.347Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-11T21:15:18.347Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-11T21:15:18.376Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-11T21:15:18.379Z+ cargo --version
782025-03-11T21:15:18.397Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-11T21:15:18.400Z+ rustc --version
802025-03-11T21:15:18.426Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-11T21:15:18.429Zprocess exited: duration 25311 ms, exit code 0
 
822025-03-11T21:15:18.436Zstarting task 2: "authentication"
832025-03-11T21:15:18.459Zprocess exited: duration 22 ms, exit code 0
 
842025-03-11T21:15:18.465Zstarting task 3: "clone repository"
852025-03-11T21:15:18.470Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-11T21:15:18.473Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-11T21:15:19.322ZCloning into '/work/oxidecomputer/omicron'...
882025-03-11T21:15:27.680Z+ cd /work/oxidecomputer/omicron
892025-03-11T21:15:27.680Z+ git fetch origin 76351631d2a25686f4500907aede7b041a3c8c4a
902025-03-11T21:15:27.993ZFrom https://github.com/oxidecomputer/omicron
912025-03-11T21:15:27.993Z * branch 76351631d2a25686f4500907aede7b041a3c8c4a -> FETCH_HEAD
922025-03-11T21:15:28.005Z+ [[ -n iliana/welcome-to-artifact-zone ]]
932025-03-11T21:15:28.008Z++ git branch --show-current
942025-03-11T21:15:28.011Z+ current=main
952025-03-11T21:15:28.011Z+ [[ main != iliana/welcome-to-artifact-zone ]]
962025-03-11T21:15:28.011Z+ git branch -f iliana/welcome-to-artifact-zone 76351631d2a25686f4500907aede7b041a3c8c4a
972025-03-11T21:15:28.014Z+ git checkout -f iliana/welcome-to-artifact-zone
982025-03-11T21:15:28.209ZSwitched to branch 'iliana/welcome-to-artifact-zone'
992025-03-11T21:15:28.212Z+ git reset --hard 76351631d2a25686f4500907aede7b041a3c8c4a
1002025-03-11T21:15:28.229ZHEAD is now at 76351631d appease rustdoc
1012025-03-11T21:15:28.232Zprocess exited: duration 9764 ms, exit code 0
 
1022025-03-11T21:15:28.239Zstarting task 4: "build"
1032025-03-11T21:15:28.245Z+ source .github/buildomat/ci-env.sh
1042025-03-11T21:15:28.248Z++ export CARGO_TERM_COLOR=always
1052025-03-11T21:15:28.248Z++ CARGO_TERM_COLOR=always
1062025-03-11T21:15:28.248Z+ cargo --version
1072025-03-11T21:15:28.302Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-11T21:15:28.305Z+ rustc --version
1092025-03-11T21:15:28.370Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-11T21:15:28.373Z+ WORK=/work
1112025-03-11T21:15:28.373Z+ pfexec mkdir -p /work
1122025-03-11T21:15:28.378Z+ pfexec chown build /work
1132025-03-11T21:15:28.381Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-11T21:15:31.552Zpkg list: illegal option -- F
1152025-03-11T21:15:31.556ZUsage:
1162025-03-11T21:15:31.556Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-11T21:15:31.556Z [pkg_fmri_pattern ...]
1182025-03-11T21:15:32.406Zpkg list: illegal option -- F
1192025-03-11T21:15:32.406ZUsage:
1202025-03-11T21:15:32.409Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-11T21:15:32.409Z [pkg_fmri_pattern ...]
1222025-03-11T21:15:39.603Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-11T21:15:44.095Z Startup: Caching catalogs ... Done
1242025-03-11T21:15:58.011ZPlanning: Solver setup ... Done (12.940s)
1252025-03-11T21:15:58.175ZPlanning: Running solver ... Done (0.164s)
1262025-03-11T21:15:58.391ZPlanning: Finding local manifests ... Done (0.092s)
1272025-03-11T21:15:58.470ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-11T21:15:59.687ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-11T21:15:59.965ZPlanning: Package planning ... Done (0.279s)
1302025-03-11T21:16:00.022ZPlanning: Merging actions ... Done (0.057s)
1312025-03-11T21:16:00.352ZPlanning: Checking for conflicting actions ... Done (0.329s)
1322025-03-11T21:16:03.450ZPlanning: Consolidating action changes ... Done (3.098s)
1332025-03-11T21:16:03.869ZPlanning: Evaluating mediators ... Done (0.418s)
1342025-03-11T21:16:04.112ZPlanning: Planning completed in 19.91 seconds
1352025-03-11T21:16:04.127Z Packages to install: 4
1362025-03-11T21:16:04.128Z Packages to update: 3
1372025-03-11T21:16:04.128Z Mediators to change: 2
1382025-03-11T21:16:04.131Z Services to change: 1
1392025-03-11T21:16:04.131Z Estimated space available: 155.59 GB
1402025-03-11T21:16:04.131ZEstimated space to be consumed: 1.66 GB
1412025-03-11T21:16:04.131Z Create boot environment: No
1422025-03-11T21:16:04.131ZCreate backup boot environment: Yes
1432025-03-11T21:16:04.131Z Rebuild boot archive: No
1442025-03-11T21:16:04.131Z
1452025-03-11T21:16:04.131ZChanged mediators:
1462025-03-11T21:16:04.131Z mediator clang:
1472025-03-11T21:16:04.131Z version: None -> 15 (system default)
1482025-03-11T21:16:04.131Z
1492025-03-11T21:16:04.131Z mediator llvm:
1502025-03-11T21:16:04.131Z version: 14 (system default) -> 15 (system default)
1512025-03-11T21:16:04.132Z
1522025-03-11T21:16:04.132ZChanged packages:
1532025-03-11T21:16:04.132Zhelios-dev
1542025-03-11T21:16:04.132Z developer/build-essential
1552025-03-11T21:16:04.133Z None -> 11-2.0
1562025-03-11T21:16:04.133Z library/libxmlsec1
1572025-03-11T21:16:04.133Z None -> 1.2.35-2.0
1582025-03-11T21:16:04.133Z ooce/developer/clang-15
1592025-03-11T21:16:04.133Z None -> 15.0.7-2.0
1602025-03-11T21:16:04.133Z ooce/developer/llvm-15
1612025-03-11T21:16:04.133Z None -> 15.0.7-2.0
1622025-03-11T21:16:04.133Z package/pkg
1632025-03-11T21:16:04.133Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-11T21:16:04.133Z system/library/g++-runtime
1652025-03-11T21:16:04.133Z 13-2.0 -> 14-2.0
1662025-03-11T21:16:04.133Z system/library/gcc-runtime
1672025-03-11T21:16:04.133Z 13-2.0 -> 14-2.0
1682025-03-11T21:16:04.133Z
1692025-03-11T21:16:04.133ZServices:
1702025-03-11T21:16:04.133Z restart_fmri:
1712025-03-11T21:16:04.133Z svc:/system/update-man-index:default
1722025-03-11T21:16:04.133Z
1732025-03-11T21:16:04.133ZEditable files to change:
1742025-03-11T21:16:04.133Z Update:
1752025-03-11T21:16:04.133Z usr/share/lib/pkg/web/config.shtml
1762025-03-11T21:16:04.264Z
1772025-03-11T21:16:04.264ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-11T21:16:10.400ZDownload: 213/4301 items 1.3/225.4MB 0% complete (1.1M/s)
1792025-03-11T21:16:15.401ZDownload: 996/4301 items 19.2/225.4MB 8% complete (1.8M/s)
1802025-03-11T21:16:20.407ZDownload: 1847/4301 items 116.1/225.4MB 51% complete (11.6M/s)
1812025-03-11T21:16:25.410ZDownload: 2908/4301 items 121.2/225.4MB 53% complete (10.2M/s)
1822025-03-11T21:16:30.645ZDownload: 3286/4301 items 212.0/225.4MB 94% complete (9.5M/s)
1832025-03-11T21:16:35.646ZDownload: 4102/4301 items 219.8/225.4MB 97% complete (9.8M/s)
1842025-03-11T21:16:40.642ZDownload: Completed 225.42 MB in 36.37 seconds (6.2M/s)
1852025-03-11T21:16:42.703Z Actions: 1/5122 actions (Removing old actions)
1862025-03-11T21:16:42.721Z Actions: 194/5122 actions (Installing new actions)
1872025-03-11T21:16:47.785Z Actions: 4168/5122 actions (Installing new actions)
1882025-03-11T21:16:47.792Z Actions: 4267/5122 actions (Updating modified actions)
1892025-03-11T21:16:48.188Z Actions: Completed 5122 actions in 5.48 seconds.
1902025-03-11T21:16:48.634Z Done (0.436s)
1912025-03-11T21:16:48.638Z Done (0.002s)
1922025-03-11T21:16:49.265Z Done (0.628s)
1932025-03-11T21:16:54.197Z Done (4.683s)
1942025-03-11T21:16:54.363Z Done (0.094s)
1952025-03-11T21:16:54.366Z Done (0.000s)
1962025-03-11T21:16:54.526Z Done (0.000s)
1972025-03-11T21:16:55.265ZPlanning: Evaluating mediator changes ... Done
1982025-03-11T21:16:55.427ZPlanning: Checking for conflicting actions ... Done
1992025-03-11T21:16:55.430ZPlanning: Consolidating action changes ... Done
2002025-03-11T21:16:55.702ZPlanning: Evaluating mediators ... Done
2012025-03-11T21:16:55.705ZPlanning: Planning completed in 0.44 seconds
2022025-03-11T21:16:55.743Z Mediators to change: 2
2032025-03-11T21:16:55.744Z Create boot environment: No
2042025-03-11T21:16:55.747ZCreate backup boot environment: No
2052025-03-11T21:16:55.828Z Done
2062025-03-11T21:16:55.828Z Done
2072025-03-11T21:16:56.263Z Done
2082025-03-11T21:17:00.016Z Done
2092025-03-11T21:17:00.113Z Done
2102025-03-11T21:17:00.116Z Done
2112025-03-11T21:17:00.235Z Done
2122025-03-11T21:17:00.861ZPlanning: Evaluating mediator changes ... Done
2132025-03-11T21:17:00.864ZPlanning: Merging actions ... Done
2142025-03-11T21:17:01.052ZPlanning: Checking for conflicting actions ... Done
2152025-03-11T21:17:01.056ZPlanning: Consolidating action changes ... Done
2162025-03-11T21:17:01.324ZPlanning: Evaluating mediators ... Done
2172025-03-11T21:17:01.379ZPlanning: Planning completed in 0.76 seconds
2182025-03-11T21:17:01.420Z Packages to change: 1
2192025-03-11T21:17:01.420Z Mediators to change: 1
2202025-03-11T21:17:01.424Z Services to change: 1
2212025-03-11T21:17:01.424Z Create boot environment: No
2222025-03-11T21:17:01.424ZCreate backup boot environment: Yes
2232025-03-11T21:17:02.635Z Actions: 1/6 actions (Updating modified actions)
2242025-03-11T21:17:02.734Z Actions: Completed 6 actions in 0.10 seconds.
2252025-03-11T21:17:02.737Z Done
2262025-03-11T21:17:02.737Z Done
2272025-03-11T21:17:02.862Z Done
2282025-03-11T21:17:06.586Z Done
2292025-03-11T21:17:06.682Z Done
2302025-03-11T21:17:06.685Z Done
2312025-03-11T21:17:06.826Z Done
2322025-03-11T21:17:07.266ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-03-11T21:17:07.266Zclang system 15 system
2342025-03-11T21:17:07.266Zcsh system system illumos
2352025-03-11T21:17:07.266Zctags system system illumos
2362025-03-11T21:17:07.266Zgcc vendor 12 vendor
2372025-03-11T21:17:07.266Zgcc system 10 system
2382025-03-11T21:17:07.266Zgcc system 7 system
2392025-03-11T21:17:07.266Zgo system 1.20 system
2402025-03-11T21:17:07.266Zgo system 1.19 system
2412025-03-11T21:17:07.266Zllvm system 15 system
2422025-03-11T21:17:07.266Zllvm system 14 system
2432025-03-11T21:17:07.266Zmariadb system 10.6 system
2442025-03-11T21:17:07.266Zmta vendor vendor dma
2452025-03-11T21:17:07.266Zopenjdk system 17 system
2462025-03-11T21:17:07.266Zopenjdk system 11 system
2472025-03-11T21:17:07.266Zopenjdk system 1.8 system
2482025-03-11T21:17:07.266Zopenssl vendor 3 vendor
2492025-03-11T21:17:07.266Zperl system 5.36 system
2502025-03-11T21:17:07.266Zpostgresql system 15 system
2512025-03-11T21:17:07.266Zpostgresql system 13 system
2522025-03-11T21:17:07.266Zpython vendor 3 vendor
2532025-03-11T21:17:07.266Zpython system 2 system
2542025-03-11T21:17:07.266Zpython3 system 3.11 system
2552025-03-11T21:17:07.266Zruby system 3.0 system
2562025-03-11T21:17:07.266Zwords vendor vendor american-english
2572025-03-11T21:17:07.266Zwords system system australian-english
2582025-03-11T21:17:07.267Zwords system system british-english
2592025-03-11T21:17:07.267Zwords system system canadian-english
2602025-03-11T21:17:07.267Zwords system system french
2612025-03-11T21:17:07.267Zwords system system italian
2622025-03-11T21:17:07.267Zwords system system ngerman
2632025-03-11T21:17:07.267Zwords system system ogerman
2642025-03-11T21:17:07.267Zwords system system spanish
2652025-03-11T21:17:07.602ZPUBLISHER TYPE STATUS P LOCATION
2662025-03-11T21:17:07.602Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-03-11T21:17:10.742ZFMRI IFO
2682025-03-11T21:17:10.742Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-03-11T21:17:10.742Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-03-11T21:17:10.742Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-03-11T21:17:10.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-03-11T21:17:10.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-03-11T21:17:10.742Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742025-03-11T21:17:10.742Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752025-03-11T21:17:10.742Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762025-03-11T21:17:10.743Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772025-03-11T21:17:10.743Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2782025-03-11T21:17:10.743Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792025-03-11T21:17:10.743Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802025-03-11T21:17:10.743Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2812025-03-11T21:17:10.743Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822025-03-11T21:17:10.743Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832025-03-11T21:17:11.589Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842025-03-11T21:17:12.004Z Updating crates.io index
2852025-03-11T21:17:12.047Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862025-03-11T21:17:12.559Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872025-03-11T21:17:12.814Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882025-03-11T21:17:13.044Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892025-03-11T21:17:13.319Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902025-03-11T21:17:14.430Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912025-03-11T21:17:16.375Z Updating git repository `https://github.com/oxidecomputer/opte`
2922025-03-11T21:17:17.070Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932025-03-11T21:17:17.809Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942025-03-11T21:17:18.116Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952025-03-11T21:17:18.431Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962025-03-11T21:17:19.016Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972025-03-11T21:17:19.534Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982025-03-11T21:17:19.928Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992025-03-11T21:17:20.203Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002025-03-11T21:17:20.495Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012025-03-11T21:17:20.726Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022025-03-11T21:17:21.010Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032025-03-11T21:17:21.298Z Updating git repository `https://github.com/oxidecomputer/lldp`
3042025-03-11T21:17:21.605Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-03-11T21:17:21.888Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062025-03-11T21:17:22.218Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-03-11T21:17:22.605Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-03-11T21:17:22.892Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-03-11T21:17:23.445Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-03-11T21:17:23.687Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-03-11T21:17:24.016Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-03-11T21:17:24.460Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-03-11T21:17:24.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-03-11T21:17:25.043Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-03-11T21:17:25.299Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-03-11T21:17:26.836Z Downloading crates ...
3172025-03-11T21:17:26.886Z Downloaded autocfg v1.4.0
3182025-03-11T21:17:26.889Z Downloaded anstyle-parse v0.2.5
3192025-03-11T21:17:26.894Z Downloaded bytecount v0.6.8
3202025-03-11T21:17:26.894Z Downloaded anstyle-query v1.1.1
3212025-03-11T21:17:26.907Z Downloaded scroll_derive v0.12.0
3222025-03-11T21:17:26.914Z Downloaded swrite v0.1.0
3232025-03-11T21:17:26.917Z Downloaded pretty-hex v0.4.1
3242025-03-11T21:17:26.917Z Downloaded dtrace-parser v0.2.0
3252025-03-11T21:17:26.930Z Downloaded anyhow v1.0.97
3262025-03-11T21:17:26.934Z Downloaded usdt-macro v0.5.0
3272025-03-11T21:17:26.938Z Downloaded winnow v0.7.3
3282025-03-11T21:17:26.945Z Downloaded clap_lex v0.7.4
3292025-03-11T21:17:26.947Z Downloaded usdt-attr-macro v0.5.0
3302025-03-11T21:17:26.948Z Downloaded equivalent v1.0.1
3312025-03-11T21:17:26.948Z Downloaded colorchoice v1.0.2
3322025-03-11T21:17:26.951Z Downloaded cpufeatures v0.2.14
3332025-03-11T21:17:26.951Z Downloaded cfg-if v1.0.0
3342025-03-11T21:17:26.954Z Downloaded block-buffer v0.10.4
3352025-03-11T21:17:26.954Z Downloaded strsim v0.11.1
3362025-03-11T21:17:26.954Z Downloaded errno v0.3.9
3372025-03-11T21:17:26.957Z Downloaded cargo-platform v0.1.8
3382025-03-11T21:17:26.957Z Downloaded byteorder v1.5.0
3392025-03-11T21:17:26.969Z Downloaded proc-macro-error-attr v1.0.4
3402025-03-11T21:17:26.969Z Downloaded anstyle v1.0.10
3412025-03-11T21:17:26.969Z Downloaded fastrand v2.1.1
3422025-03-11T21:17:26.969Z Downloaded thiserror-impl v2.0.11
3432025-03-11T21:17:26.969Z Downloaded crypto-common v0.1.6
3442025-03-11T21:17:26.969Z Downloaded thread-id v4.2.2
3452025-03-11T21:17:26.973Z Downloaded version_check v0.9.5
3462025-03-11T21:17:26.973Z Downloaded toml_datetime v0.6.8
3472025-03-11T21:17:26.973Z Downloaded pest_generator v2.7.14
3482025-03-11T21:17:26.977Z Downloaded memmap v0.7.0
3492025-03-11T21:17:26.977Z Downloaded utf8parse v0.2.2
3502025-03-11T21:17:26.977Z Downloaded thiserror v1.0.69
3512025-03-11T21:17:26.981Z Downloaded serde_spanned v0.6.8
3522025-03-11T21:17:26.984Z Downloaded terminal_size v0.4.0
3532025-03-11T21:17:26.984Z Downloaded unicode-linebreak v0.1.5
3542025-03-11T21:17:26.987Z Downloaded itoa v1.0.11
3552025-03-11T21:17:26.987Z Downloaded digest v0.10.7
3562025-03-11T21:17:26.990Z Downloaded tabled_derive v0.7.0
3572025-03-11T21:17:26.990Z Downloaded heck v0.4.1
3582025-03-11T21:17:26.990Z Downloaded plain v0.2.3
3592025-03-11T21:17:26.994Z Downloaded terminal_size v0.2.6
3602025-03-11T21:17:26.994Z Downloaded serde_tokenstream v0.2.2
3612025-03-11T21:17:26.994Z Downloaded dof v0.3.0
3622025-03-11T21:17:26.994Z Downloaded macaddr v1.0.1
3632025-03-11T21:17:26.997Z Downloaded usdt v0.5.0
3642025-03-11T21:17:26.998Z Downloaded quote v1.0.39
3652025-03-11T21:17:27.001Z Downloaded camino-tempfile v1.1.1
3662025-03-11T21:17:27.001Z Downloaded camino v1.1.9
3672025-03-11T21:17:27.004Z Downloaded fs-err v2.11.0
3682025-03-11T21:17:27.004Z Downloaded clap_derive v4.5.28
3692025-03-11T21:17:27.007Z Downloaded bitflags v1.3.2
3702025-03-11T21:17:27.010Z Downloaded cargo_metadata v0.19.2
3712025-03-11T21:17:27.010Z Downloaded once_cell v1.20.3
3722025-03-11T21:17:27.013Z Downloaded heck v0.5.0
3732025-03-11T21:17:27.013Z Downloaded thiserror-impl v1.0.69
3742025-03-11T21:17:27.016Z Downloaded scroll v0.12.0
3752025-03-11T21:17:27.016Z Downloaded proc-macro-error v1.0.4
3762025-03-11T21:17:27.019Z Downloaded usdt-impl v0.5.0
3772025-03-11T21:17:27.022Z Downloaded is_terminal_polyfill v1.70.1
3782025-03-11T21:17:27.022Z Downloaded sha2 v0.10.8
3792025-03-11T21:17:27.025Z Downloaded semver v1.0.25
3802025-03-11T21:17:27.025Z Downloaded tempfile v3.13.0
3812025-03-11T21:17:27.028Z Downloaded bitflags v2.6.0
3822025-03-11T21:17:27.031Z Downloaded thiserror v2.0.11
3832025-03-11T21:17:27.035Z Downloaded zerocopy-derive v0.7.35
3842025-03-11T21:17:27.040Z Downloaded cargo_toml v0.21.0
3852025-03-11T21:17:27.044Z Downloaded smawk v0.3.2
3862025-03-11T21:17:27.044Z Downloaded pest_meta v2.7.14
3872025-03-11T21:17:27.047Z Downloaded toml v0.8.20
3882025-03-11T21:17:27.050Z Downloaded unicode-ident v1.0.14
3892025-03-11T21:17:27.050Z Downloaded proc-macro2 v1.0.94
3902025-03-11T21:17:27.053Z Downloaded typenum v1.17.0
3912025-03-11T21:17:27.056Z Downloaded log v0.4.22
3922025-03-11T21:17:27.059Z Downloaded ucd-trie v0.1.7
3932025-03-11T21:17:27.059Z Downloaded pest_derive v2.7.14
3942025-03-11T21:17:27.062Z Downloaded io-lifetimes v1.0.11
3952025-03-11T21:17:27.065Z Downloaded generic-array v0.14.7
3962025-03-11T21:17:27.065Z Downloaded anstream v0.6.15
3972025-03-11T21:17:27.070Z Downloaded fnv v1.0.7
3982025-03-11T21:17:27.073Z Downloaded serde_derive v1.0.218
3992025-03-11T21:17:27.073Z Downloaded papergrid v0.11.0
4002025-03-11T21:17:27.077Z Downloaded clap v4.5.31
4012025-03-11T21:17:27.084Z Downloaded serde v1.0.218
4022025-03-11T21:17:27.088Z Downloaded textwrap v0.16.1
4032025-03-11T21:17:27.091Z Downloaded ryu v1.0.18
4042025-03-11T21:17:27.094Z Downloaded indexmap v2.7.1
4052025-03-11T21:17:27.108Z Downloaded toml_edit v0.22.24
4062025-03-11T21:17:27.127Z Downloaded memchr v2.7.4
4072025-03-11T21:17:27.139Z Downloaded hashbrown v0.15.1
4082025-03-11T21:17:27.146Z Downloaded pest v2.7.14
4092025-03-11T21:17:27.154Z Downloaded serde_json v1.0.139
4102025-03-11T21:17:27.161Z Downloaded zerocopy v0.7.35
4112025-03-11T21:17:27.175Z Downloaded clap_builder v4.5.31
4122025-03-11T21:17:27.182Z Downloaded goblin v0.8.2
4132025-03-11T21:17:27.191Z Downloaded tabled v0.15.0
4142025-03-11T21:17:27.206Z Downloaded syn v1.0.109
4152025-03-11T21:17:27.224Z Downloaded unicode-width v0.1.14
4162025-03-11T21:17:27.230Z Downloaded syn v2.0.98
4172025-03-11T21:17:27.240Z Downloaded rustix v0.37.28
4182025-03-11T21:17:27.258Z Downloaded rustix v0.38.37
4192025-03-11T21:17:27.293Z Downloaded libc v0.2.170
4202025-03-11T21:17:27.435Z Compiling proc-macro2 v1.0.94
4212025-03-11T21:17:27.436Z Compiling unicode-ident v1.0.14
4222025-03-11T21:17:27.439Z Compiling version_check v0.9.5
4232025-03-11T21:17:27.439Z Compiling serde v1.0.218
4242025-03-11T21:17:27.439Z Compiling libc v0.2.170
4252025-03-11T21:17:27.439Z Compiling memchr v2.7.4
4262025-03-11T21:17:27.472Z Compiling thiserror v1.0.69
4272025-03-11T21:17:27.476Z Compiling itoa v1.0.11
4282025-03-11T21:17:27.721Z Compiling ryu v1.0.18
4292025-03-11T21:17:27.828Z Compiling ucd-trie v0.1.7
4302025-03-11T21:17:28.049Z Compiling once_cell v1.20.3
4312025-03-11T21:17:28.242Z Compiling byteorder v1.5.0
4322025-03-11T21:17:28.366Z Compiling serde_json v1.0.139
4332025-03-11T21:17:28.559Z Compiling rustix v0.38.37
4342025-03-11T21:17:28.759Z Compiling bitflags v2.6.0
4352025-03-11T21:17:28.782Z Compiling proc-macro-error-attr v1.0.4
4362025-03-11T21:17:28.865Z Compiling usdt-impl v0.5.0
4372025-03-11T21:17:29.086Z Compiling io-lifetimes v1.0.11
4382025-03-11T21:17:29.109Z Compiling syn v1.0.109
4392025-03-11T21:17:29.258Z Compiling proc-macro-error v1.0.4
4402025-03-11T21:17:29.372Z Compiling rustix v0.37.28
4412025-03-11T21:17:29.395Z Compiling utf8parse v0.2.2
4422025-03-11T21:17:29.576Z Compiling quote v1.0.39
4432025-03-11T21:17:29.607Z Compiling errno v0.3.9
4442025-03-11T21:17:29.733Z Compiling equivalent v1.0.1
4452025-03-11T21:17:29.776Z Compiling log v0.4.22
4462025-03-11T21:17:29.886Z Compiling hashbrown v0.15.1
4472025-03-11T21:17:29.975Z Compiling syn v2.0.98
4482025-03-11T21:17:30.090Z Compiling thread-id v4.2.2
4492025-03-11T21:17:30.115Z Compiling plain v0.2.3
4502025-03-11T21:17:30.138Z Compiling camino v1.1.9
4512025-03-11T21:17:30.507Z Compiling anstyle-parse v0.2.5
4522025-03-11T21:17:30.795Z Compiling anstyle v1.0.10
4532025-03-11T21:17:30.868Z Compiling indexmap v2.7.1
4542025-03-11T21:17:30.903Z Compiling unicode-width v0.1.14
4552025-03-11T21:17:30.941Z Compiling pretty-hex v0.4.1
4562025-03-11T21:17:31.025Z Compiling bitflags v1.3.2
4572025-03-11T21:17:31.144Z Compiling thiserror v2.0.11
4582025-03-11T21:17:31.176Z Compiling anstyle-query v1.1.1
4592025-03-11T21:17:31.217Z Compiling semver v1.0.25
4602025-03-11T21:17:31.334Z Compiling winnow v0.7.3
4612025-03-11T21:17:31.437Z Compiling is_terminal_polyfill v1.70.1
4622025-03-11T21:17:31.580Z Compiling colorchoice v1.0.2
4632025-03-11T21:17:31.733Z Compiling autocfg v1.4.0
4642025-03-11T21:17:31.925Z Compiling terminal_size v0.4.0
4652025-03-11T21:17:32.133Z Compiling anstream v0.6.15
4662025-03-11T21:17:32.489Z Compiling anyhow v1.0.97
4672025-03-11T21:17:32.512Z Compiling clap_lex v0.7.4
4682025-03-11T21:17:32.774Z Compiling cfg-if v1.0.0
4692025-03-11T21:17:32.809Z Compiling fs-err v2.11.0
4702025-03-11T21:17:32.896Z Compiling bytecount v0.6.8
4712025-03-11T21:17:33.123Z Compiling fastrand v2.1.1
4722025-03-11T21:17:33.150Z Compiling fnv v1.0.7
4732025-03-11T21:17:33.325Z Compiling heck v0.5.0
4742025-03-11T21:17:33.466Z Compiling strsim v0.11.1
4752025-03-11T21:17:33.542Z Compiling heck v0.4.1
4762025-03-11T21:17:33.592Z Compiling tempfile v3.13.0
4772025-03-11T21:17:33.623Z Compiling papergrid v0.11.0
4782025-03-11T21:17:33.822Z Compiling terminal_size v0.2.6
4792025-03-11T21:17:33.941Z Compiling clap_builder v4.5.31
4802025-03-11T21:17:34.219Z Compiling memmap v0.7.0
4812025-03-11T21:17:34.396Z Compiling unicode-linebreak v0.1.5
4822025-03-11T21:17:34.517Z Compiling smawk v0.3.2
4832025-03-11T21:17:34.859Z Compiling textwrap v0.16.1
4842025-03-11T21:17:34.895Z Compiling swrite v0.1.0
4852025-03-11T21:17:35.391Z Compiling tabled_derive v0.7.0
4862025-03-11T21:17:36.906Z Compiling tabled v0.15.0
4872025-03-11T21:17:36.991Z Compiling serde_derive v1.0.218
4882025-03-11T21:17:36.995Z Compiling thiserror-impl v1.0.69
4892025-03-11T21:17:36.995Z Compiling zerocopy-derive v0.7.35
4902025-03-11T21:17:36.995Z Compiling scroll_derive v0.12.0
4912025-03-11T21:17:36.995Z Compiling thiserror-impl v2.0.11
4922025-03-11T21:17:36.995Z Compiling clap_derive v4.5.28
4932025-03-11T21:17:38.510Z Compiling scroll v0.12.0
4942025-03-11T21:17:38.986Z Compiling zerocopy v0.7.35
4952025-03-11T21:17:39.071Z Compiling goblin v0.8.2
4962025-03-11T21:17:40.167Z Compiling pest v2.7.14
4972025-03-11T21:17:41.404Z Compiling clap v4.5.31
4982025-03-11T21:17:42.462Z Compiling pest_meta v2.7.14
4992025-03-11T21:17:43.377Z Compiling pest_generator v2.7.14
5002025-03-11T21:17:44.768Z Compiling pest_derive v2.7.14
5012025-03-11T21:17:45.385Z Compiling dtrace-parser v0.2.0
5022025-03-11T21:17:46.242Z Compiling serde_tokenstream v0.2.2
5032025-03-11T21:17:46.261Z Compiling toml_datetime v0.6.8
5042025-03-11T21:17:46.264Z Compiling serde_spanned v0.6.8
5052025-03-11T21:17:46.498Z Compiling cargo-platform v0.1.8
5062025-03-11T21:17:46.529Z Compiling macaddr v1.0.1
5072025-03-11T21:17:46.718Z Compiling toml_edit v0.22.24
5082025-03-11T21:17:46.950Z Compiling camino-tempfile v1.1.1
5092025-03-11T21:17:47.691Z Compiling dof v0.3.0
5102025-03-11T21:17:47.743Z Compiling cargo_metadata v0.19.2
5112025-03-11T21:17:49.061Z Compiling usdt-attr-macro v0.5.0
5122025-03-11T21:17:49.061Z Compiling usdt-macro v0.5.0
5132025-03-11T21:17:49.538Z Compiling toml v0.8.20
5142025-03-11T21:17:50.154Z Compiling usdt v0.5.0
5152025-03-11T21:17:50.423Z Compiling cargo_toml v0.21.0
5162025-03-11T21:17:53.014Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5172025-03-11T21:17:56.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.91s
5182025-03-11T21:17:56.489Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5192025-03-11T21:17:57.080Z Downloading crates ...
5202025-03-11T21:17:57.199Z Downloaded adler2 v2.0.0
5212025-03-11T21:17:57.203Z Downloaded addr2line v0.24.2
5222025-03-11T21:17:57.212Z Downloaded array-init v0.0.4
5232025-03-11T21:17:57.217Z Downloaded arrayvec v0.7.6
5242025-03-11T21:17:57.220Z Downloaded atty v0.2.14
5252025-03-11T21:17:57.223Z Downloaded atomicwrites v0.4.4
5262025-03-11T21:17:57.223Z Downloaded async-stream-impl v0.3.6
5272025-03-11T21:17:57.230Z Downloaded http-range v0.1.5
5282025-03-11T21:17:57.233Z Downloaded cfg_aliases v0.1.1
5292025-03-11T21:17:57.242Z Downloaded icu_provider_macros v1.5.0
5302025-03-11T21:17:57.245Z Downloaded hubpack_derive v0.1.1
5312025-03-11T21:17:57.252Z Downloaded cfg_aliases v0.2.1
5322025-03-11T21:17:57.257Z Downloaded ciborium-io v0.2.2
5332025-03-11T21:17:57.261Z Downloaded http-body v1.0.1
5342025-03-11T21:17:57.261Z Downloaded is_ci v1.2.0
5352025-03-11T21:17:57.266Z Downloaded assert_matches v1.5.0
5362025-03-11T21:17:57.266Z Downloaded crucible-workspace-hack v0.1.0
5372025-03-11T21:17:57.266Z Downloaded ident_case v1.0.1
5382025-03-11T21:17:57.266Z Downloaded cstr-argument v0.1.2
5392025-03-11T21:17:57.270Z Downloaded atomic-waker v1.1.2
5402025-03-11T21:17:57.270Z Downloaded md5 v0.7.0
5412025-03-11T21:17:57.271Z Downloaded instant v0.1.13
5422025-03-11T21:17:57.274Z Downloaded new_debug_unreachable v1.0.6
5432025-03-11T21:17:57.277Z Downloaded crunchy v0.2.2
5442025-03-11T21:17:57.277Z Downloaded newline-converter v0.3.0
5452025-03-11T21:17:57.277Z Downloaded bitfield-struct v0.6.2
5462025-03-11T21:17:57.281Z Downloaded cobs v0.2.3
5472025-03-11T21:17:57.281Z Downloaded bit-vec v0.6.3
5482025-03-11T21:17:57.283Z Downloaded async-stream v0.3.6
5492025-03-11T21:17:57.287Z Downloaded match_cfg v0.1.0
5502025-03-11T21:17:57.287Z Downloaded aead v0.5.2
5512025-03-11T21:17:57.290Z Downloaded crc v3.2.1
5522025-03-11T21:17:57.293Z Downloaded httpdate v1.0.3
5532025-03-11T21:17:57.293Z Downloaded ctr v0.9.2
5542025-03-11T21:17:57.296Z Downloaded hubpack v0.1.2
5552025-03-11T21:17:57.299Z Downloaded cipher v0.4.4
5562025-03-11T21:17:57.299Z Downloaded bcrypt-pbkdf v0.10.0
5572025-03-11T21:17:57.302Z Downloaded const_format_proc_macros v0.2.34
5582025-03-11T21:17:57.310Z Downloaded indoc v1.0.9
5592025-03-11T21:17:57.310Z Downloaded lockfree-object-pool v0.1.6
5602025-03-11T21:17:57.310Z Downloaded http-body-util v0.1.2
5612025-03-11T21:17:57.314Z Downloaded lru-cache v0.1.2
5622025-03-11T21:17:57.314Z Downloaded instability v0.3.2
5632025-03-11T21:17:57.314Z Downloaded impl-trait-for-tuples v0.2.2
5642025-03-11T21:17:57.317Z Downloaded multimap v0.10.0
5652025-03-11T21:17:57.320Z Downloaded mime v0.3.17
5662025-03-11T21:17:57.323Z Downloaded managed v0.8.0
5672025-03-11T21:17:57.323Z Downloaded memoffset v0.9.1
5682025-03-11T21:17:57.327Z Downloaded async-trait v0.1.87
5692025-03-11T21:17:57.330Z Downloaded maybe-uninit v2.0.0
5702025-03-11T21:17:57.330Z Downloaded libsw-core v0.3.1
5712025-03-11T21:17:57.333Z Downloaded crc-catalog v2.4.0
5722025-03-11T21:17:57.336Z Downloaded maplit v1.0.2
5732025-03-11T21:17:57.336Z Downloaded bit-set v0.5.3
5742025-03-11T21:17:57.336Z Downloaded lalrpop-util v0.19.12
5752025-03-11T21:17:57.339Z Downloaded lazy_static v1.5.0
5762025-03-11T21:17:57.339Z Downloaded ipnetwork v0.21.1
5772025-03-11T21:17:57.342Z Downloaded internet-checksum v0.2.1
5782025-03-11T21:17:57.345Z Downloaded md-5 v0.10.6
5792025-03-11T21:17:57.345Z Downloaded libefi-sys v0.1.0
5802025-03-11T21:17:57.348Z Downloaded linear-map v1.2.0
5812025-03-11T21:17:57.348Z Downloaded async-recursion v1.1.1
5822025-03-11T21:17:57.352Z Downloaded rustc-hash v1.1.0
5832025-03-11T21:17:57.355Z Downloaded mockall v0.13.1
5842025-03-11T21:17:57.359Z Downloaded time-core v0.1.2
5852025-03-11T21:17:57.359Z Downloaded libsw v3.4.0
5862025-03-11T21:17:57.359Z Downloaded keccak v0.1.5
5872025-03-11T21:17:57.366Z Downloaded hyper-tls v0.6.0
5882025-03-11T21:17:57.367Z Downloaded tinyvec_macros v0.1.1
5892025-03-11T21:17:57.370Z Downloaded try-lock v0.2.5
5902025-03-11T21:17:57.370Z Downloaded hex v0.4.3
5912025-03-11T21:17:57.370Z Downloaded toolchain_find v0.4.0
5922025-03-11T21:17:57.370Z Downloaded stable_deref_trait v1.2.0
5932025-03-11T21:17:57.370Z Downloaded hyper-rustls v0.27.3
5942025-03-11T21:17:57.373Z Downloaded console v0.15.10
5952025-03-11T21:17:57.376Z Downloaded cargo_metadata v0.18.1
5962025-03-11T21:17:57.379Z Downloaded lazycell v1.3.0
5972025-03-11T21:17:57.379Z Downloaded ciborium-ll v0.2.2
5982025-03-11T21:17:57.382Z Downloaded lock_api v0.4.12
5992025-03-11T21:17:57.387Z Downloaded libloading v0.8.5
6002025-03-11T21:17:57.393Z Downloaded nanorand v0.7.0
6012025-03-11T21:17:57.393Z Downloaded litemap v0.7.3
6022025-03-11T21:17:57.396Z Downloaded lru v0.12.5
6032025-03-11T21:17:57.396Z Downloaded jobserver v0.1.32
6042025-03-11T21:17:57.396Z Downloaded ipnet v2.11.0
6052025-03-11T21:17:57.399Z Downloaded mime_guess v2.0.5
6062025-03-11T21:17:57.403Z Downloaded bzip2 v0.4.4
6072025-03-11T21:17:57.406Z Downloaded hyper-staticfile v0.10.1
6082025-03-11T21:17:57.409Z Downloaded want v0.3.1
6092025-03-11T21:17:57.409Z Downloaded structmeta v0.3.0
6102025-03-11T21:17:57.409Z Downloaded progenitor-client v0.9.1
6112025-03-11T21:17:57.412Z Downloaded ahash v0.8.11
6122025-03-11T21:17:57.415Z Downloaded zone_cfg_derive v0.3.0
6132025-03-11T21:17:57.415Z Downloaded derive_builder_macro v0.20.2
6142025-03-11T21:17:57.418Z Downloaded radium v0.7.0
6152025-03-11T21:17:57.418Z Downloaded slog-bunyan v2.5.0
6162025-03-11T21:17:57.421Z Downloaded rtoolbox v0.0.2
6172025-03-11T21:17:57.421Z Downloaded sec1 v0.7.3
6182025-03-11T21:17:57.424Z Downloaded sha1 v0.10.6
6192025-03-11T21:17:57.427Z Downloaded tabwriter v1.4.0
6202025-03-11T21:17:57.428Z Downloaded tabled_derive v0.10.0
6212025-03-11T21:17:57.431Z Downloaded foreign-types-shared v0.1.1
6222025-03-11T21:17:57.431Z Downloaded dunce v1.0.5
6232025-03-11T21:17:57.431Z Downloaded dsl_auto_type v0.1.2
6242025-03-11T21:17:57.434Z Downloaded normalize-line-endings v0.3.0
6252025-03-11T21:17:57.434Z Downloaded foreign-types-shared v0.3.1
6262025-03-11T21:17:57.437Z Downloaded foreign-types-macros v0.2.3
6272025-03-11T21:17:57.437Z Downloaded openssl-macros v0.1.1
6282025-03-11T21:17:57.437Z Downloaded icu_provider v1.5.0
6292025-03-11T21:17:57.441Z Downloaded synstructure v0.13.1
6302025-03-11T21:17:57.445Z Downloaded hmac v0.12.1
6312025-03-11T21:17:57.445Z Downloaded tls_codec_derive v0.4.1
6322025-03-11T21:17:57.448Z Downloaded icu_locid v1.5.0
6332025-03-11T21:17:57.454Z Downloaded icu_normalizer_data v1.5.0
6342025-03-11T21:17:57.458Z Downloaded mockall_derive v0.13.1
6352025-03-11T21:17:57.458Z Downloaded litrs v0.4.1
6362025-03-11T21:17:57.464Z Downloaded crossbeam-utils v0.8.20
6372025-03-11T21:17:57.472Z Downloaded num v0.4.3
6382025-03-11T21:17:57.473Z Downloaded multer v3.1.0
6392025-03-11T21:17:57.477Z Downloaded xz2 v0.1.7
6402025-03-11T21:17:57.477Z Downloaded hickory-resolver v0.24.4
6412025-03-11T21:17:57.477Z Downloaded zerovec-derive v0.10.3
6422025-03-11T21:17:57.480Z Downloaded allocator-api2 v0.2.18
6432025-03-11T21:17:57.483Z Downloaded universal-hash v0.5.1
6442025-03-11T21:17:57.484Z Downloaded fallible-iterator v0.2.0
6452025-03-11T21:17:57.487Z Downloaded derive_builder_core v0.20.2
6462025-03-11T21:17:57.490Z Downloaded typify v0.2.0
6472025-03-11T21:17:57.494Z Downloaded sct v0.7.1
6482025-03-11T21:17:57.497Z Downloaded rustc_version v0.4.1
6492025-03-11T21:17:57.497Z Downloaded ssh-cipher v0.2.0
6502025-03-11T21:17:58.503Z Downloaded take_mut v0.2.2
6512025-03-11T21:17:58.503Z Downloaded rustc-hash v2.1.1
6522025-03-11T21:17:58.507Z Downloaded wyz v0.5.1
6532025-03-11T21:17:58.507Z Downloaded form_urlencoded v1.2.1
6542025-03-11T21:17:58.507Z Downloaded sqlparser_derive v0.2.2
6552025-03-11T21:17:58.507Z Downloaded foreign-types v0.5.0
6562025-03-11T21:17:58.507Z Downloaded float-cmp v0.10.0
6572025-03-11T21:17:58.507Z Downloaded indicatif v0.17.11
6582025-03-11T21:17:58.507Z Downloaded miniz_oxide v0.8.5
6592025-03-11T21:17:58.507Z Downloaded indexmap v1.9.3
6602025-03-11T21:17:58.507Z Downloaded colored v2.2.0
6612025-03-11T21:17:58.507Z Downloaded icu_properties v1.5.1
6622025-03-11T21:17:58.507Z Downloaded base64 v0.13.1
6632025-03-11T21:17:58.507Z Downloaded cookie v0.18.1
6642025-03-11T21:17:58.508Z Downloaded darling_macro v0.20.10
6652025-03-11T21:17:58.508Z Downloaded sync_wrapper v1.0.1
6662025-03-11T21:17:58.508Z Downloaded serde_urlencoded v0.7.1
6672025-03-11T21:17:58.508Z Downloaded float-ord v0.3.2
6682025-03-11T21:17:58.508Z Downloaded chacha20poly1305 v0.10.1
6692025-03-11T21:17:58.508Z Downloaded vte_generate_state_changes v0.1.2
6702025-03-11T21:17:58.508Z Downloaded pbkdf2 v0.12.2
6712025-03-11T21:17:58.508Z Downloaded arc-swap v1.7.1
6722025-03-11T21:17:58.508Z Downloaded rand_chacha v0.9.0
6732025-03-11T21:17:58.508Z Downloaded hyper-util v0.1.10
6742025-03-11T21:17:58.508Z Downloaded smf v0.2.3
6752025-03-11T21:17:58.508Z Downloaded number_prefix v0.4.0
6762025-03-11T21:17:58.508Z Downloaded time-macros v0.2.18
6772025-03-11T21:17:58.508Z Downloaded thread_local v1.1.8
6782025-03-11T21:17:58.508Z Downloaded thiserror-no-std v2.0.2
6792025-03-11T21:17:58.508Z Downloaded phf_shared v0.10.0
6802025-03-11T21:17:58.508Z Downloaded path-slash v0.1.5
6812025-03-11T21:17:58.508Z Downloaded num_threads v0.1.7
6822025-03-11T21:17:58.508Z Downloaded nu-ansi-term v0.50.1
6832025-03-11T21:17:58.508Z Downloaded serde_repr v0.1.19
6842025-03-11T21:17:58.508Z Downloaded schemars_derive v0.8.22
6852025-03-11T21:17:58.508Z Downloaded headers v0.4.0
6862025-03-11T21:17:58.508Z Downloaded predicates-core v1.0.8
6872025-03-11T21:17:58.508Z Downloaded compact_str v0.8.0
6882025-03-11T21:17:58.508Z Downloaded bytes v1.10.1
6892025-03-11T21:17:58.508Z Downloaded data-encoding v2.6.0
6902025-03-11T21:17:58.508Z Downloaded peg v0.8.5
6912025-03-11T21:17:58.508Z Downloaded ena v0.14.3
6922025-03-11T21:17:58.508Z Downloaded utf16_iter v1.0.5
6932025-03-11T21:17:58.508Z Downloaded embedded-io v0.6.1
6942025-03-11T21:17:58.508Z Downloaded zeroize v1.8.1
6952025-03-11T21:17:58.508Z Downloaded thiserror-impl-no-std v2.0.2
6962025-03-11T21:17:58.508Z Downloaded termtree v0.4.1
6972025-03-11T21:17:58.508Z Downloaded futures-task v0.3.31
6982025-03-11T21:17:58.508Z Downloaded rand_core v0.6.4
6992025-03-11T21:17:58.508Z Downloaded proc-macro-error2 v2.0.1
7002025-03-11T21:17:58.508Z Downloaded zopfli v0.8.1
7012025-03-11T21:17:58.508Z Downloaded serde-big-array v0.5.1
7022025-03-11T21:17:58.509Z Downloaded zone v0.1.8
7032025-03-11T21:17:58.509Z Downloaded tracing-attributes v0.1.27
7042025-03-11T21:17:58.509Z Downloaded curve25519-dalek-derive v0.1.1
7052025-03-11T21:17:58.509Z Downloaded daft v0.1.1
7062025-03-11T21:17:58.509Z Downloaded postgres-types v0.2.9
7072025-03-11T21:17:58.509Z Downloaded zone v0.3.0
7082025-03-11T21:17:58.509Z Downloaded packed_struct_codegen v0.10.1
7092025-03-11T21:17:58.509Z Downloaded semver v0.1.20
7102025-03-11T21:17:58.509Z Downloaded hickory-client v0.24.4
7112025-03-11T21:17:58.509Z Downloaded hickory-server v0.24.4
7122025-03-11T21:17:58.509Z Downloaded predicates v3.1.3
7132025-03-11T21:17:58.509Z Downloaded phf_codegen v0.11.2
7142025-03-11T21:17:58.509Z Downloaded psl-types v2.0.11
7152025-03-11T21:17:58.509Z Downloaded progenitor v0.9.1
7162025-03-11T21:17:58.509Z Downloaded dropshot_endpoint v0.12.0
7172025-03-11T21:17:58.509Z Downloaded crossbeam-channel v0.5.13
7182025-03-11T21:17:58.509Z Downloaded backtrace v0.3.74
7192025-03-11T21:17:58.509Z Downloaded string_cache v0.8.7
7202025-03-11T21:17:58.509Z Downloaded which v4.4.2
7212025-03-11T21:17:58.509Z Downloaded strum_macros v0.26.4
7222025-03-11T21:17:58.509Z Downloaded progenitor-macro v0.9.1
7232025-03-11T21:17:58.509Z Downloaded ghash v0.5.1
7242025-03-11T21:17:58.509Z Downloaded enum-as-inner v0.6.1
7252025-03-11T21:17:58.509Z Downloaded unsafe-libyaml v0.2.11
7262025-03-11T21:17:58.509Z Downloaded diesel_table_macro_syntax v0.2.0
7272025-03-11T21:17:58.509Z Downloaded num-complex v0.4.6
7282025-03-11T21:17:58.509Z Downloaded ron v0.7.1
7292025-03-11T21:17:58.509Z Downloaded serde-hex v0.1.0
7302025-03-11T21:17:58.509Z Downloaded parking_lot v0.11.2
7312025-03-11T21:17:58.510Z Downloaded supports-color v3.0.2
7322025-03-11T21:17:58.510Z Downloaded derive_builder v0.20.2
7332025-03-11T21:17:58.510Z Downloaded pretty-hex v0.2.1
7342025-03-11T21:17:58.510Z Downloaded cc v1.2.15
7352025-03-11T21:17:58.510Z Downloaded peg-runtime v0.8.5
7362025-03-11T21:17:58.510Z Downloaded ssh-encoding v0.2.0
7372025-03-11T21:17:58.510Z Downloaded mio v1.0.2
7382025-03-11T21:17:58.510Z Downloaded whoami v1.5.2
7392025-03-11T21:17:58.510Z Downloaded env_filter v0.1.2
7402025-03-11T21:17:58.510Z Downloaded embedded-io v0.4.0
7412025-03-11T21:17:58.510Z Downloaded http v1.2.0
7422025-03-11T21:17:58.510Z Downloaded glob v0.3.2
7432025-03-11T21:17:58.510Z Downloaded test-strategy v0.4.0
7442025-03-11T21:17:58.510Z Downloaded tokio-stream v0.1.17
7452025-03-11T21:17:58.510Z Downloaded unicode_categories v0.1.1
7462025-03-11T21:17:58.510Z Downloaded zerofrom v0.1.4
7472025-03-11T21:17:58.510Z Downloaded pem v3.0.5
7482025-03-11T21:17:58.510Z Downloaded samael v0.0.18
7492025-03-11T21:17:58.510Z Downloaded num-iter v0.1.45
7502025-03-11T21:17:58.510Z Downloaded password-hash v0.5.0
7512025-03-11T21:17:58.510Z Downloaded zeroize_derive v1.4.2
7522025-03-11T21:17:58.515Z Downloaded zerofrom-derive v0.1.4
7532025-03-11T21:17:58.515Z Downloaded gethostname v0.5.0
7542025-03-11T21:17:58.515Z Downloaded fxhash v0.2.1
7552025-03-11T21:17:58.515Z Downloaded fd-lock v4.0.2
7562025-03-11T21:17:58.515Z Downloaded salsa20 v0.10.2
7572025-03-11T21:17:58.515Z Downloaded quick-error v1.2.3
7582025-03-11T21:17:58.515Z Downloaded progenitor-macro v0.8.0
7592025-03-11T21:17:58.516Z Downloaded same-file v1.0.6
7602025-03-11T21:17:58.516Z Downloaded itertools v0.10.5
7612025-03-11T21:17:58.516Z Downloaded libxml v0.3.3
7622025-03-11T21:17:58.516Z Downloaded progenitor-client v0.8.0
7632025-03-11T21:17:58.516Z Downloaded sync-ptr v0.1.1
7642025-03-11T21:17:58.516Z Downloaded signal-hook-mio v0.2.4
7652025-03-11T21:17:58.516Z Downloaded stringprep v0.1.5
7662025-03-11T21:17:58.516Z Downloaded static_assertions v1.1.0
7672025-03-11T21:17:58.516Z Downloaded libm v0.2.8
7682025-03-11T21:17:58.516Z Downloaded tokio-macros v2.5.0
7692025-03-11T21:17:58.516Z Downloaded siphasher v0.3.11
7702025-03-11T21:17:58.516Z Downloaded darling_core v0.20.10
7712025-03-11T21:17:58.516Z Downloaded flume v0.11.1
7722025-03-11T21:17:58.516Z Downloaded downcast v0.11.0
7732025-03-11T21:17:58.516Z Downloaded tower-service v0.3.3
7742025-03-11T21:17:58.516Z Downloaded tower-layer v0.3.3
7752025-03-11T21:17:58.516Z Downloaded ff v0.13.0
7762025-03-11T21:17:58.516Z Downloaded dirs-sys-next v0.1.2
7772025-03-11T21:17:58.516Z Downloaded num-rational v0.4.2
7782025-03-11T21:17:58.516Z Downloaded utf8_iter v1.0.4
7792025-03-11T21:17:58.516Z Downloaded tokio-tungstenite v0.23.1
7802025-03-11T21:17:58.516Z Downloaded futures-macro v0.3.31
7812025-03-11T21:17:58.516Z Downloaded futures-io v0.3.31
7822025-03-11T21:17:58.516Z Downloaded headers-core v0.3.0
7832025-03-11T21:17:58.516Z Downloaded zerocopy v0.6.6
7842025-03-11T21:17:58.516Z Downloaded qorb v0.2.1
7852025-03-11T21:17:58.516Z Downloaded oso-derive v0.27.3
7862025-03-11T21:17:58.516Z Downloaded oxnet v0.1.1
7872025-03-11T21:17:58.516Z Downloaded futures-sink v0.3.31
7882025-03-11T21:17:58.516Z Downloaded tokio-rustls v0.25.0
7892025-03-11T21:17:58.516Z Downloaded x509-cert v0.2.5
7902025-03-11T21:17:58.516Z Downloaded shlex v1.3.0
7912025-03-11T21:17:58.516Z Downloaded proc-macro-error-attr2 v2.0.0
7922025-03-11T21:17:58.516Z Downloaded proc-macro-crate v1.3.1
7932025-03-11T21:17:58.516Z Downloaded filetime v0.2.25
7942025-03-11T21:17:58.516Z Downloaded getrandom v0.3.1
7952025-03-11T21:17:58.516Z Downloaded diff v0.1.13
7962025-03-11T21:17:58.517Z Downloaded subtle v2.6.1
7972025-03-11T21:17:58.517Z Downloaded ppv-lite86 v0.2.20
7982025-03-11T21:17:58.517Z Downloaded aes-gcm v0.10.3
7992025-03-11T21:17:58.517Z Downloaded scheduled-thread-pool v0.2.7
8002025-03-11T21:17:58.517Z Downloaded socket2 v0.5.8
8012025-03-11T21:17:58.517Z Downloaded rpassword v7.3.1
8022025-03-11T21:17:58.517Z Downloaded pin-utils v0.1.0
8032025-03-11T21:17:58.517Z Downloaded value-bag v1.9.0
8042025-03-11T21:17:58.517Z Downloaded strip-ansi-escapes v0.2.0
8052025-03-11T21:17:58.517Z Downloaded document-features v0.2.10
8062025-03-11T21:17:58.517Z Downloaded tracing-core v0.1.32
8072025-03-11T21:17:58.517Z Downloaded tui-tree-widget v0.23.0
8082025-03-11T21:17:58.517Z Downloaded group v0.13.0
8092025-03-11T21:17:58.517Z Downloaded opaque-debug v0.3.1
8102025-03-11T21:17:58.517Z Downloaded num-traits v0.2.19
8112025-03-11T21:17:58.518Z Downloaded write16 v1.0.0
8122025-03-11T21:17:58.518Z Downloaded displaydoc v0.2.5
8132025-03-11T21:17:58.518Z Downloaded precomputed-hash v0.1.1
8142025-03-11T21:17:58.518Z Downloaded hyper v1.6.0
8152025-03-11T21:17:58.518Z Downloaded nodrop v0.1.14
8162025-03-11T21:17:58.518Z Downloaded display-error-chain v0.2.2
8172025-03-11T21:17:58.518Z Downloaded defmt-parser v0.3.4
8182025-03-11T21:17:58.518Z Downloaded owo-colors v4.2.0
8192025-03-11T21:17:58.518Z Downloaded phf_shared v0.11.2
8202025-03-11T21:17:58.518Z Downloaded itertools v0.14.0
8212025-03-11T21:17:58.518Z Downloaded unarray v0.1.4
8222025-03-11T21:17:58.518Z Downloaded spki v0.7.3
8232025-03-11T21:17:58.518Z Downloaded rustls-pemfile v1.0.4
8242025-03-11T21:17:58.519Z Downloaded pin-project-lite v0.2.14
8252025-03-11T21:17:58.519Z Downloaded russh-cryptovec v0.7.3
8262025-03-11T21:17:58.519Z Downloaded predicates-tree v1.0.11
8272025-03-11T21:17:58.519Z Downloaded pkg-config v0.3.31
8282025-03-11T21:17:58.519Z Downloaded simd-adler32 v0.3.7
8292025-03-11T21:17:58.519Z Downloaded shell-words v1.1.0
8302025-03-11T21:17:58.519Z Downloaded diesel-dtrace v0.4.2
8312025-03-11T21:17:58.519Z Downloaded toml v0.7.8
8322025-03-11T21:17:58.519Z Downloaded unicode-truncate v1.1.0
8332025-03-11T21:17:58.519Z Downloaded unicode-segmentation v1.12.0
8342025-03-11T21:17:58.519Z Downloaded unicase v2.7.0
8352025-03-11T21:17:58.519Z Downloaded tokio-tungstenite v0.24.0
8362025-03-11T21:17:58.519Z Downloaded elliptic-curve v0.13.8
8372025-03-11T21:17:58.519Z Downloaded num-conv v0.1.0
8382025-03-11T21:17:58.519Z Downloaded parse-display-derive v0.10.0
8392025-03-11T21:17:58.519Z Downloaded flagset v0.4.6
8402025-03-11T21:17:58.519Z Downloaded fixedbitset v0.4.2
8412025-03-11T21:17:58.519Z Downloaded writeable v0.5.5
8422025-03-11T21:17:58.519Z Downloaded heapless v0.8.0
8432025-03-11T21:17:58.520Z Downloaded url v2.5.3
8442025-03-11T21:17:58.520Z Downloaded nom v7.1.3
8452025-03-11T21:17:58.520Z Downloaded progenitor-impl v0.8.0
8462025-03-11T21:17:58.520Z Downloaded crossterm v0.28.1
8472025-03-11T21:17:58.520Z Downloaded untrusted v0.7.1
8482025-03-11T21:17:58.520Z Downloaded unicode-xid v0.2.6
8492025-03-11T21:17:58.520Z Downloaded termcolor v1.4.1
8502025-03-11T21:17:58.520Z Downloaded spin v0.9.8
8512025-03-11T21:17:58.520Z Downloaded rustc-demangle v0.1.24
8522025-03-11T21:17:58.524Z Downloaded hex-literal v0.4.1
8532025-03-11T21:17:58.524Z Downloaded uuid v1.15.1
8542025-03-11T21:17:58.524Z Downloaded foreign-types v0.3.2
8552025-03-11T21:17:58.524Z Downloaded steno v0.4.1
8562025-03-11T21:17:58.524Z Downloaded sigpipe v0.1.3
8572025-03-11T21:17:58.524Z Downloaded signal-hook-tokio v0.3.1
8582025-03-11T21:17:58.524Z Downloaded typify-macro v0.3.0
8592025-03-11T21:17:58.524Z Downloaded snafu-derive v0.8.5
8602025-03-11T21:17:58.524Z Downloaded termtree v0.5.1
8612025-03-11T21:17:58.524Z Downloaded pretty_assertions v1.4.1
8622025-03-11T21:17:58.524Z Downloaded slog-term v2.9.1
8632025-03-11T21:17:58.524Z Downloaded time v0.3.36
8642025-03-11T21:17:58.524Z Downloaded futures-channel v0.3.31
8652025-03-11T21:17:58.524Z Downloaded parking_lot_core v0.8.6
8662025-03-11T21:17:58.524Z Downloaded postcard v1.0.10
8672025-03-11T21:17:58.524Z Downloaded quinn v0.11.5
8682025-03-11T21:17:58.524Z Downloaded debug-ignore v1.0.5
8692025-03-11T21:17:58.524Z Downloaded aho-corasick v1.1.3
8702025-03-11T21:17:58.524Z Downloaded oso v0.27.3
8712025-03-11T21:17:58.524Z Downloaded snafu v0.8.5
8722025-03-11T21:17:58.524Z Downloaded waitgroup v0.1.2
8732025-03-11T21:17:58.524Z Downloaded typify-macro v0.2.0
8742025-03-11T21:17:58.524Z Downloaded der_derive v0.7.3
8752025-03-11T21:17:58.524Z Downloaded signature v2.2.0
8762025-03-11T21:17:58.525Z Downloaded slog-stdlog v4.1.1
8772025-03-11T21:17:58.525Z Downloaded parse-display v0.10.0
8782025-03-11T21:17:58.525Z Downloaded packed_struct v0.10.1
8792025-03-11T21:17:58.525Z Downloaded futures-executor v0.3.31
8802025-03-11T21:17:58.525Z Downloaded p256 v0.13.2
8812025-03-11T21:17:58.525Z Downloaded serde_plain v1.0.2
8822025-03-11T21:17:58.525Z Downloaded num-derive v0.4.2
8832025-03-11T21:17:58.525Z Downloaded rand_seeder v0.3.0
8842025-03-11T21:17:58.525Z Downloaded fragile v2.0.0
8852025-03-11T21:17:58.525Z Downloaded ref-cast-impl v1.0.23
8862025-03-11T21:17:58.525Z Downloaded tap v1.0.1
8872025-03-11T21:17:58.525Z Downloaded term v0.7.0
8882025-03-11T21:17:58.525Z Downloaded newtype_derive v0.1.6
8892025-03-11T21:17:58.525Z Downloaded hash32 v0.2.1
8902025-03-11T21:17:58.525Z Downloaded dirs-next v2.0.0
8912025-03-11T21:17:58.525Z Downloaded tinyvec v1.8.0
8922025-03-11T21:17:58.525Z Downloaded tokio-tungstenite v0.21.0
8932025-03-11T21:17:58.525Z Downloaded signal-hook-registry v1.4.2
8942025-03-11T21:17:58.525Z Downloaded yoke-derive v0.7.4
8952025-03-11T21:17:58.525Z Downloaded poly1305 v0.8.0
8962025-03-11T21:17:58.525Z Downloaded parking_lot_core v0.9.10
8972025-03-11T21:17:58.525Z Downloaded ed25519 v2.2.3
8982025-03-11T21:17:58.525Z Downloaded sqlformat v0.2.6
8992025-03-11T21:17:58.525Z Downloaded dyn-clone v1.0.19
9002025-03-11T21:17:58.525Z Downloaded tokio-rustls v0.24.1
9012025-03-11T21:17:58.525Z Downloaded num-bigint-dig v0.8.4
9022025-03-11T21:17:58.525Z Downloaded percent-encoding v2.3.1
9032025-03-11T21:17:58.525Z Downloaded slab v0.4.9
9042025-03-11T21:17:58.525Z Downloaded prettyplease v0.2.30
9052025-03-11T21:17:58.525Z Downloaded tungstenite v0.21.0
9062025-03-11T21:17:58.525Z Downloaded openssl-probe v0.1.5
9072025-03-11T21:17:58.525Z Downloaded futures-core v0.3.31
9082025-03-11T21:17:58.525Z Downloaded yasna v0.5.2
9092025-03-11T21:17:58.525Z Downloaded rsa v0.9.6
9102025-03-11T21:17:58.525Z Downloaded num-integer v0.1.46
9112025-03-11T21:17:58.525Z Downloaded strum v0.26.3
9122025-03-11T21:17:58.525Z Downloaded secrecy v0.8.0
9132025-03-11T21:17:58.525Z Downloaded tiny-keccak v2.0.2
9142025-03-11T21:17:58.525Z Downloaded rcgen v0.12.1
9152025-03-11T21:17:58.526Z Downloaded tungstenite v0.23.0
9162025-03-11T21:17:58.526Z Downloaded nibble_vec v0.1.0
9172025-03-11T21:17:58.526Z Downloaded deranged v0.3.11
9182025-03-11T21:17:58.526Z Downloaded tinystr v0.7.6
9192025-03-11T21:17:58.526Z Downloaded hash32 v0.3.1
9202025-03-11T21:17:58.526Z Downloaded strum_macros v0.25.3
9212025-03-11T21:17:58.526Z Downloaded zip v2.1.3
9222025-03-11T21:17:58.526Z Downloaded env_logger v0.11.5
9232025-03-11T21:17:58.526Z Downloaded wait-timeout v0.2.0
9242025-03-11T21:17:58.526Z Downloaded untrusted v0.9.0
9252025-03-11T21:17:58.526Z Downloaded tokio-native-tls v0.3.1
9262025-03-11T21:17:58.526Z Downloaded der v0.7.9
9272025-03-11T21:17:58.526Z Downloaded yansi v1.0.1
9282025-03-11T21:17:58.526Z Downloaded rustyline v14.0.0
9292025-03-11T21:17:58.526Z Downloaded diesel_derives v2.2.3
9302025-03-11T21:17:58.526Z Downloaded foldhash v0.1.3
9312025-03-11T21:17:58.526Z Downloaded aws-lc-rs v1.12.4
9322025-03-11T21:17:58.526Z Downloaded pkcs8 v0.10.2
9332025-03-11T21:17:58.526Z Downloaded icu_properties_data v1.5.0
9342025-03-11T21:17:58.526Z Downloaded yoke v0.7.4
9352025-03-11T21:17:58.526Z Downloaded fs_extra v1.3.0
9362025-03-11T21:17:58.526Z Downloaded des v0.8.1
9372025-03-11T21:17:58.526Z Downloaded tar v0.4.44
9382025-03-11T21:17:58.526Z Downloaded tokio-util v0.7.13
9392025-03-11T21:17:58.526Z Downloaded proptest v1.6.0
9402025-03-11T21:17:58.526Z Downloaded tower v0.5.2
9412025-03-11T21:17:58.526Z Downloaded bindgen v0.69.5
9422025-03-11T21:17:58.526Z Downloaded tokio-postgres v0.7.13
9432025-03-11T21:17:58.526Z Downloaded progenitor-impl v0.9.1
9442025-03-11T21:17:58.526Z Downloaded sqlparser v0.45.0
9452025-03-11T21:17:58.526Z Downloaded subprocess v0.2.9
9462025-03-11T21:17:58.526Z Downloaded pin-project v1.1.6
9472025-03-11T21:17:58.526Z Downloaded schemars v0.8.22
9482025-03-11T21:17:58.526Z Downloaded ed25519-dalek v2.1.1
9492025-03-11T21:17:58.526Z Downloaded zerocopy-derive v0.8.10
9502025-03-11T21:17:58.526Z Downloaded rand v0.9.0
9512025-03-11T21:17:58.526Z Downloaded openssl-sys v0.9.106
9522025-03-11T21:17:58.531Z Downloaded portable-atomic v1.9.0
9532025-03-11T21:17:58.531Z Downloaded expectorate v1.1.0
9542025-03-11T21:17:58.531Z Downloaded p521 v0.13.3
9552025-03-11T21:17:58.531Z Downloaded rayon v1.10.0
9562025-03-11T21:17:58.531Z Downloaded tough v0.19.0
9572025-03-11T21:17:58.531Z Downloaded futures-util v0.3.31
9582025-03-11T21:17:58.531Z Downloaded russh v0.45.0
9592025-03-11T21:17:58.531Z Downloaded zerocopy v0.8.10
9602025-03-11T21:17:58.531Z Downloaded object v0.30.4
9612025-03-11T21:17:58.531Z Downloaded gimli v0.31.1
9622025-03-11T21:17:58.531Z Downloaded h2 v0.4.6
9632025-03-11T21:17:58.531Z Downloaded tabled v0.18.0
9642025-03-11T21:17:58.531Z Downloaded reedline v0.38.0
9652025-03-11T21:17:58.531Z Downloaded rustls v0.21.12
9662025-03-11T21:17:58.531Z Downloaded winnow v0.5.40
9672025-03-11T21:17:58.531Z Downloaded rustls-webpki v0.101.7
9682025-03-11T21:17:58.531Z Downloaded polar-core v0.27.3
9692025-03-11T21:17:58.539Z Downloaded openssl v0.10.71
9702025-03-11T21:17:58.550Z Downloaded winnow v0.6.20
9712025-03-11T21:17:58.559Z Downloaded curve25519-dalek v4.1.3
9722025-03-11T21:17:58.569Z Downloaded chrono-tz v0.10.1
9732025-03-11T21:17:58.577Z Downloaded p384 v0.13.0
9742025-03-11T21:17:58.583Z Downloaded bstr v1.10.0
9752025-03-11T21:17:58.595Z Downloaded rustls-webpki v0.102.8
9762025-03-11T21:17:58.616Z Downloaded quinn-proto v0.11.8
9772025-03-11T21:17:58.623Z Downloaded regex-syntax v0.6.29
9782025-03-11T21:17:58.630Z Downloaded radix_trie v0.2.1
9792025-03-11T21:17:58.636Z Downloaded smoltcp v0.9.1
9802025-03-11T21:17:58.647Z Downloaded nix v0.27.1
9812025-03-11T21:17:58.664Z Downloaded petname v2.0.2
9822025-03-11T21:17:58.674Z Downloaded regress v0.10.3
9832025-03-11T21:17:58.681Z Downloaded webpki-roots v0.26.6
9842025-03-11T21:17:58.687Z Downloaded nix v0.29.0
9852025-03-11T21:17:58.693Z Downloaded unicode-width v0.2.0
9862025-03-11T21:17:58.700Z Downloaded nix v0.28.0
9872025-03-11T21:17:58.710Z Downloaded rustls v0.22.4
9882025-03-11T21:17:58.725Z Downloaded diesel v2.2.8
9892025-03-11T21:17:58.746Z Downloaded rustls v0.23.19
9902025-03-11T21:17:58.756Z Downloaded regex v1.11.1
9912025-03-11T21:17:58.769Z Downloaded smoltcp v0.11.0
9922025-03-11T21:17:58.782Z Downloaded hickory-proto v0.24.4
9932025-03-11T21:17:58.800Z Downloaded typify-impl v0.2.0
9942025-03-11T21:17:58.814Z Downloaded sled v0.34.7
9952025-03-11T21:17:58.825Z Downloaded regex-syntax v0.8.5
9962025-03-11T21:17:58.833Z Downloaded ratatui v0.29.0
9972025-03-11T21:17:58.856Z Downloaded bzip2-sys v0.1.11+1.0.8
9982025-03-11T21:17:58.867Z Downloaded regex-automata v0.4.8
9992025-03-11T21:17:58.884Z Downloaded zerocopy-derive v0.6.6
10002025-03-11T21:17:58.894Z Downloaded typify-impl v0.3.0
10012025-03-11T21:17:58.910Z Downloaded dropshot v0.12.0
10022025-03-11T21:17:58.931Z Downloaded openapiv3 v2.0.0
10032025-03-11T21:17:58.943Z Downloaded object v0.36.5
10042025-03-11T21:17:58.955Z Downloaded dropshot v0.16.0
10052025-03-11T21:17:58.977Z Downloaded salty v0.3.0
10062025-03-11T21:17:58.989Z Downloaded reqwest v0.12.12
10072025-03-11T21:17:58.994Z Downloaded tokio v1.43.0
10082025-03-11T21:17:59.030Z Downloaded vcpkg v0.2.15
10092025-03-11T21:17:59.069Z Downloaded petgraph v0.7.1
10102025-03-11T21:17:59.087Z Downloaded csv v1.3.1
10112025-03-11T21:17:59.108Z Downloaded lzma-sys v0.1.20
10122025-03-11T21:17:59.136Z Downloaded petgraph v0.6.5
10132025-03-11T21:17:59.153Z Downloaded libz-sys v1.1.20
10142025-03-11T21:17:59.174Z Downloaded git2 v0.19.0
10152025-03-11T21:17:59.182Z Downloaded lalrpop v0.19.12
10162025-03-11T21:17:59.193Z Downloaded chrono v0.4.40
10172025-03-11T21:17:59.201Z Downloaded bindgen v0.71.1
10182025-03-11T21:17:59.208Z Downloaded sha3 v0.10.8
10192025-03-11T21:17:59.212Z Downloaded rand v0.8.5
10202025-03-11T21:17:59.216Z Downloaded ssh-key v0.6.6
10212025-03-11T21:17:59.222Z Downloaded bitvec v1.0.1
10222025-03-11T21:17:59.237Z Downloaded strum_macros v0.24.3
10232025-03-11T21:17:59.240Z Downloaded pkcs5 v0.7.1
10242025-03-11T21:17:59.244Z Downloaded pkcs1 v0.7.5
10252025-03-11T21:17:59.249Z Downloaded slog v2.7.0
10262025-03-11T21:17:59.253Z Downloaded num-bigint v0.4.6
10272025-03-11T21:17:59.253Z Downloaded toml_edit v0.19.15
10282025-03-11T21:17:59.268Z Downloaded funty v2.0.0
10292025-03-11T21:17:59.273Z Downloaded ron v0.8.1
10302025-03-11T21:17:59.281Z Downloaded hashbrown v0.13.2
10312025-03-11T21:17:59.281Z Downloaded zerovec v0.10.4
10322025-03-11T21:17:59.286Z Downloaded serde_with v3.12.0
10332025-03-11T21:17:59.294Z Downloaded unicode-normalization v0.1.24
10342025-03-11T21:17:59.299Z Downloaded flate2 v1.1.0
10352025-03-11T21:17:59.305Z Downloaded parking_lot v0.12.3
10362025-03-11T21:17:59.312Z Downloaded quick-xml v0.37.2
10372025-03-11T21:17:59.312Z Downloaded newtype-uuid v1.2.1
10382025-03-11T21:17:59.312Z Downloaded rayon-core v1.12.1
10392025-03-11T21:17:59.317Z Downloaded defmt-macros v0.3.9
10402025-03-11T21:17:59.323Z Downloaded defmt v0.3.8
10412025-03-11T21:17:59.323Z Downloaded quinn-udp v0.5.5
10422025-03-11T21:17:59.328Z Downloaded russh-keys v0.45.0
10432025-03-11T21:17:59.328Z Downloaded fixedbitset v0.5.7
10442025-03-11T21:17:59.328Z Downloaded primeorder v0.13.6
10452025-03-11T21:17:59.332Z Downloaded polyval v0.6.2
10462025-03-11T21:17:59.332Z Downloaded blake3 v1.5.4
10472025-03-11T21:17:59.337Z Downloaded futures v0.3.31
10482025-03-11T21:17:59.346Z Downloaded password-hash v0.4.2
10492025-03-11T21:17:59.349Z Downloaded omicron-zone-package v0.12.0
10502025-03-11T21:17:59.349Z Downloaded ecdsa v0.16.9
10512025-03-11T21:17:59.349Z Downloaded hkdf v0.12.4
10522025-03-11T21:17:59.352Z Downloaded difflib v0.4.0
10532025-03-11T21:17:59.352Z Downloaded ring v0.17.11
10542025-03-11T21:17:59.395Z Downloaded encoding_rs v0.8.34
10552025-03-11T21:17:59.417Z Downloaded unicode-bidi v0.3.17
10562025-03-11T21:17:59.421Z Downloaded signal-hook v0.3.17
10572025-03-11T21:17:59.426Z Downloaded parse-zoneinfo v0.3.1
10582025-03-11T21:17:59.426Z Downloaded itertools v0.12.1
10592025-03-11T21:17:59.431Z Downloaded tracing v0.1.40
10602025-03-11T21:17:59.435Z Downloaded idna v1.0.3
10612025-03-11T21:17:59.439Z Downloaded itertools v0.13.0
10622025-03-11T21:17:59.447Z Downloaded heapless v0.7.17
10632025-03-11T21:17:59.451Z Downloaded parse-size v1.1.0
10642025-03-11T21:17:59.451Z Downloaded zip v0.6.6
10652025-03-11T21:17:59.455Z Downloaded publicsuffix v2.3.0
10662025-03-11T21:17:59.458Z Downloaded hashbrown v0.12.3
10672025-03-11T21:17:59.462Z Downloaded uzers v0.12.1
10682025-03-11T21:17:59.466Z Downloaded typed-path v0.9.3
10692025-03-11T21:17:59.470Z Downloaded derive-where v1.2.7
10702025-03-11T21:17:59.476Z Downloaded pem-rfc7468 v0.7.0
10712025-03-11T21:17:59.481Z Downloaded globset v0.4.15
10722025-03-11T21:17:59.481Z Downloaded tokio-rustls v0.26.0
10732025-03-11T21:17:59.481Z Downloaded aes v0.8.4
10742025-03-11T21:17:59.485Z Downloaded getrandom v0.2.15
10752025-03-11T21:17:59.485Z Downloaded libgit2-sys v0.17.0+1.8.1
10762025-03-11T21:17:59.542Z Downloaded env_logger v0.10.2
10772025-03-11T21:17:59.546Z Downloaded vergen v8.3.2
10782025-03-11T21:17:59.551Z Downloaded papergrid v0.14.0
10792025-03-11T21:17:59.557Z Downloaded vte v0.11.1
10802025-03-11T21:17:59.557Z Downloaded resolv-conf v0.7.0
10812025-03-11T21:17:59.564Z Downloaded num_enum v0.5.11
10822025-03-11T21:17:59.564Z Downloaded termios v0.3.3
10832025-03-11T21:17:59.569Z Downloaded unicode-properties v0.1.3
10842025-03-11T21:17:59.569Z Downloaded serde_yaml v0.9.34+deprecated
10852025-03-11T21:17:59.569Z Downloaded olpc-cjson v0.1.4
10862025-03-11T21:17:59.569Z Downloaded half v2.4.1
10872025-03-11T21:17:59.573Z Downloaded either v1.14.0
10882025-03-11T21:17:59.573Z Downloaded tungstenite v0.24.0
10892025-03-11T21:17:59.577Z Downloaded utf-8 v0.7.6
10902025-03-11T21:17:59.577Z Downloaded phf_generator v0.11.2
10912025-03-11T21:17:59.582Z Downloaded rusty-fork v0.3.0
10922025-03-11T21:17:59.582Z Downloaded rustversion v1.0.17
10932025-03-11T21:17:59.582Z Downloaded rand_xorshift v0.3.0
10942025-03-11T21:17:59.589Z Downloaded darling v0.20.10
10952025-03-11T21:17:59.589Z Downloaded daft-derive v0.1.1
10962025-03-11T21:17:59.595Z Downloaded rustfmt-wrapper v0.2.1
10972025-03-11T21:17:59.595Z Downloaded rustls-pki-types v1.10.0
10982025-03-11T21:17:59.601Z Downloaded endian-type v0.1.2
10992025-03-11T21:17:59.601Z Downloaded smallvec v0.6.14
11002025-03-11T21:17:59.601Z Downloaded serde_path_to_error v0.1.16
11012025-03-11T21:17:59.601Z Downloaded serde_derive_internals v0.29.1
11022025-03-11T21:17:59.601Z Downloaded base64 v0.22.1
11032025-03-11T21:17:59.605Z Downloaded minimal-lexical v0.2.1
11042025-03-11T21:17:59.610Z Downloaded phf v0.11.2
11052025-03-11T21:17:59.610Z Downloaded paste v1.0.15
11062025-03-11T21:17:59.615Z Downloaded num_enum_derive v0.5.11
11072025-03-11T21:17:59.615Z Downloaded heck v0.3.3
11082025-03-11T21:17:59.615Z Downloaded serde_with_macros v3.12.0
11092025-03-11T21:17:59.615Z Downloaded postgres-protocol v0.6.8
11102025-03-11T21:17:59.621Z Downloaded pin-project-internal v1.1.6
11112025-03-11T21:17:59.621Z Downloaded smallvec v1.14.0
11122025-03-11T21:17:59.621Z Downloaded scopeguard v1.2.0
11132025-03-11T21:17:59.625Z Downloaded fatfs v0.3.6
11142025-03-11T21:17:59.625Z Downloaded dropshot_endpoint v0.16.0
11152025-03-11T21:17:59.634Z Downloaded derive_more v0.99.19
11162025-03-11T21:17:59.637Z Downloaded peg-macros v0.8.5
11172025-03-11T21:17:59.637Z Downloaded crypto-bigint v0.5.5
11182025-03-11T21:17:59.642Z Downloaded bumpalo v3.16.0
11192025-03-11T21:17:59.642Z Downloaded const_format v0.2.34
11202025-03-11T21:17:59.647Z Downloaded typify v0.3.0
11212025-03-11T21:17:59.652Z Downloaded icu_collections v1.5.0
11222025-03-11T21:17:59.659Z Downloaded base64 v0.21.7
11232025-03-11T21:17:59.665Z Downloaded powerfmt v0.2.0
11242025-03-11T21:17:59.665Z Downloaded rustc_version v0.1.7
11252025-03-11T21:17:59.666Z Downloaded rand_core v0.9.2
11262025-03-11T21:17:59.666Z Downloaded rand_chacha v0.3.1
11272025-03-11T21:17:59.666Z Downloaded progenitor v0.8.0
11282025-03-11T21:17:59.666Z Downloaded pbkdf2 v0.11.0
11292025-03-11T21:17:59.675Z Downloaded similar v2.7.0
11302025-03-11T21:17:59.675Z Downloaded twox-hash v2.1.0
11312025-03-11T21:17:59.675Z Downloaded walkdir v2.5.0
11322025-03-11T21:17:59.684Z Downloaded vsss-rs v3.3.4
11332025-03-11T21:17:59.684Z Downloaded rustls-pemfile v2.2.0
11342025-03-11T21:17:59.685Z Downloaded topological-sort v0.2.2
11352025-03-11T21:17:59.685Z Downloaded xattr v1.3.1
11362025-03-11T21:17:59.685Z Downloaded crossbeam-epoch v0.9.18
11372025-03-11T21:17:59.692Z Downloaded crc32fast v1.4.2
11382025-03-11T21:17:59.692Z Downloaded crc-any v2.5.0
11392025-03-11T21:17:59.692Z Downloaded icu_locid_transform_data v1.5.0
11402025-03-11T21:17:59.692Z Downloaded const-oid v0.9.6
11412025-03-11T21:17:59.699Z Downloaded blake2 v0.10.6
11422025-03-11T21:17:59.699Z Downloaded clang-sys v1.8.1
11432025-03-11T21:17:59.699Z Downloaded tls_codec v0.4.1
11442025-03-11T21:17:59.699Z Downloaded slog-async v2.8.0
11452025-03-11T21:17:59.704Z Downloaded structmeta-derive v0.3.0
11462025-03-11T21:17:59.704Z Downloaded slog-scope v4.4.0
11472025-03-11T21:17:59.704Z Downloaded slog-json v2.6.1
11482025-03-11T21:17:59.704Z Downloaded slog-envlogger v2.2.0
11492025-03-11T21:17:59.704Z Downloaded slog-dtrace v0.3.0
11502025-03-11T21:17:59.708Z Downloaded scrypt v0.11.0
11512025-03-11T21:17:59.708Z Downloaded ref-cast v1.0.23
11522025-03-11T21:17:59.709Z Downloaded r2d2 v0.8.10
11532025-03-11T21:17:59.715Z Downloaded rfc6979 v0.4.0
11542025-03-11T21:17:59.716Z Downloaded zone_cfg_derive v0.1.2
11552025-03-11T21:17:59.716Z Downloaded native-tls v0.2.12
11562025-03-11T21:17:59.716Z Downloaded memmap2 v0.9.5
11572025-03-11T21:17:59.721Z Downloaded icu_normalizer v1.5.0
11582025-03-11T21:17:59.721Z Downloaded backoff v0.4.0
11592025-03-11T21:17:59.721Z Downloaded convert_case v0.4.0
11602025-03-11T21:17:59.735Z Downloaded ciborium v0.2.2
11612025-03-11T21:17:59.735Z Downloaded csv-core v0.1.11
11622025-03-11T21:17:59.735Z Downloaded cookie_store v0.21.1
11632025-03-11T21:17:59.735Z Downloaded chacha20 v0.9.1
11642025-03-11T21:17:59.746Z Downloaded bcs v0.1.6
11652025-03-11T21:17:59.746Z Downloaded bit-vec v0.8.0
11662025-03-11T21:17:59.746Z Downloaded linked-hash-map v0.5.6
11672025-03-11T21:17:59.746Z Downloaded icu_locid_transform v1.5.0
11682025-03-11T21:17:59.746Z Downloaded iana-time-zone v0.1.61
11692025-03-11T21:17:59.746Z Downloaded castaway v0.2.3
11702025-03-11T21:17:59.746Z Downloaded kstat-rs v0.2.4
11712025-03-11T21:17:59.747Z Downloaded inout v0.1.3
11722025-03-11T21:18:00.753Z Downloaded httparse v1.9.5
11732025-03-11T21:18:00.753Z Downloaded cancel-safe-futures v0.1.5
11742025-03-11T21:18:00.753Z Downloaded highway v1.3.0
11752025-03-11T21:18:00.753Z Downloaded base64ct v1.6.0
11762025-03-11T21:18:00.753Z Downloaded constant_time_eq v0.3.1
11772025-03-11T21:18:00.753Z Downloaded async-bb8-diesel v0.2.1
11782025-03-11T21:18:00.757Z Downloaded indoc v2.0.6
11792025-03-11T21:18:00.757Z Downloaded cbc v0.1.2
11802025-03-11T21:18:00.757Z Downloaded cassowary v0.3.0
11812025-03-11T21:18:00.757Z Downloaded is-terminal v0.4.13
11822025-03-11T21:18:00.757Z Downloaded bit-set v0.8.0
11832025-03-11T21:18:00.757Z Downloaded idna_adapter v1.2.0
11842025-03-11T21:18:00.757Z Downloaded indent_write v2.2.0
11852025-03-11T21:18:00.757Z Downloaded crossbeam-deque v0.8.5
11862025-03-11T21:18:00.757Z Downloaded buf-list v1.0.3
11872025-03-11T21:18:00.757Z Downloaded block-padding v0.3.3
11882025-03-11T21:18:00.757Z Downloaded bb8 v0.8.5
11892025-03-11T21:18:00.757Z Downloaded blowfish v0.9.1
11902025-03-11T21:18:00.757Z Downloaded bitfield v0.14.0
11912025-03-11T21:18:00.757Z Downloaded base16ct v0.2.0
11922025-03-11T21:18:00.757Z Downloaded hostname v0.4.0
11932025-03-11T21:18:00.757Z Downloaded cmake v0.1.51
11942025-03-11T21:18:00.757Z Downloaded chrono-tz-build v0.4.0
11952025-03-11T21:18:00.757Z Downloaded cexpr v0.6.0
11962025-03-11T21:18:00.758Z Downloaded humantime v2.1.0
11972025-03-11T21:18:00.758Z Downloaded hostname v0.3.1
11982025-03-11T21:18:00.758Z Downloaded home v0.5.9
11992025-03-11T21:18:00.758Z Downloaded ascii-canvas v3.0.0
12002025-03-11T21:18:00.758Z Downloaded arrayref v0.3.9
12012025-03-11T21:18:00.758Z Downloaded argon2 v0.5.3
12022025-03-11T21:18:00.758Z Downloaded aws-lc-sys v0.26.0
12032025-03-11T21:18:00.758Z Compiling serde v1.0.218
12042025-03-11T21:18:00.758Z Compiling value-bag v1.9.0
12052025-03-11T21:18:00.758Z Compiling lock_api v0.4.12
12062025-03-11T21:18:00.758Z Compiling scopeguard v1.2.0
12072025-03-11T21:18:00.758Z Compiling typenum v1.17.0
12082025-03-11T21:18:00.758Z Compiling generic-array v0.14.7
12092025-03-11T21:18:00.758Z Compiling syn v2.0.98
12102025-03-11T21:18:00.759Z Compiling getrandom v0.2.15
12112025-03-11T21:18:00.759Z Compiling shlex v1.3.0
12122025-03-11T21:18:00.974Z Compiling log v0.4.22
12132025-03-11T21:18:01.049Z Compiling rand_core v0.6.4
12142025-03-11T21:18:01.108Z Compiling jobserver v0.1.32
12152025-03-11T21:18:01.128Z Compiling subtle v2.6.1
12162025-03-11T21:18:01.162Z Compiling smallvec v1.14.0
12172025-03-11T21:18:01.490Z Compiling const-oid v0.9.6
12182025-03-11T21:18:01.493Z Compiling pin-project-lite v0.2.14
12192025-03-11T21:18:01.548Z Compiling cc v1.2.15
12202025-03-11T21:18:01.591Z Compiling parking_lot_core v0.9.10
12212025-03-11T21:18:01.643Z Compiling rustix v0.38.37
12222025-03-11T21:18:01.706Z Compiling signal-hook-registry v1.4.2
12232025-03-11T21:18:01.976Z Compiling futures-core v0.3.31
12242025-03-11T21:18:02.243Z Compiling mio v1.0.2
12252025-03-11T21:18:02.525Z Compiling spin v0.9.8
12262025-03-11T21:18:02.591Z Compiling parking_lot v0.12.3
12272025-03-11T21:18:02.902Z Compiling socket2 v0.5.8
12282025-03-11T21:18:02.947Z Compiling aho-corasick v1.1.3
12292025-03-11T21:18:03.224Z Compiling either v1.14.0
12302025-03-11T21:18:03.323Z Compiling cpufeatures v0.2.14
12312025-03-11T21:18:03.440Z Compiling stable_deref_trait v1.2.0
12322025-03-11T21:18:03.514Z Compiling regex-syntax v0.8.5
12332025-03-11T21:18:03.573Z Compiling futures-sink v0.3.31
12342025-03-11T21:18:03.630Z Compiling slab v0.4.9
12352025-03-11T21:18:03.653Z Compiling glob v0.3.2
12362025-03-11T21:18:03.733Z Compiling prettyplease v0.2.30
12372025-03-11T21:18:03.827Z Compiling lazy_static v1.5.0
12382025-03-11T21:18:03.974Z Compiling serde_json v1.0.139
12392025-03-11T21:18:04.122Z Compiling minimal-lexical v0.2.1
12402025-03-11T21:18:04.359Z Compiling futures-channel v0.3.31
12412025-03-11T21:18:04.451Z Compiling libloading v0.8.5
12422025-03-11T21:18:04.481Z Compiling clang-sys v1.8.1
12432025-03-11T21:18:04.673Z Compiling nom v7.1.3
12442025-03-11T21:18:04.794Z Compiling bindgen v0.69.5
12452025-03-11T21:18:04.844Z Compiling futures-task v0.3.31
12462025-03-11T21:18:05.136Z Compiling allocator-api2 v0.2.18
12472025-03-11T21:18:05.246Z Compiling pin-utils v0.1.0
12482025-03-11T21:18:05.361Z Compiling foldhash v0.1.3
12492025-03-11T21:18:05.647Z Compiling futures-io v0.3.31
12502025-03-11T21:18:05.665Z Compiling home v0.5.9
12512025-03-11T21:18:05.872Z Compiling hashbrown v0.15.1
12522025-03-11T21:18:05.914Z Compiling itertools v0.12.1
12532025-03-11T21:18:05.934Z Compiling rustc-hash v1.1.0
12542025-03-11T21:18:06.106Z Compiling pkg-config v0.3.31
12552025-03-11T21:18:07.169Z Compiling libm v0.2.8
12562025-03-11T21:18:07.433Z Compiling regex-automata v0.4.8
12572025-03-11T21:18:07.519Z Compiling lazycell v1.3.0
12582025-03-11T21:18:07.692Z Compiling cmake v0.1.51
12592025-03-11T21:18:07.718Z Compiling num-traits v0.2.19
12602025-03-11T21:18:08.029Z Compiling cexpr v0.6.0
12612025-03-11T21:18:08.067Z Compiling dunce v1.0.5
12622025-03-11T21:18:08.210Z Compiling synstructure v0.13.1
12632025-03-11T21:18:08.767Z Compiling fs_extra v1.3.0
12642025-03-11T21:18:09.587Z Compiling writeable v0.5.5
12652025-03-11T21:18:09.635Z Compiling getrandom v0.3.1
12662025-03-11T21:18:09.654Z Compiling litemap v0.7.3
12672025-03-11T21:18:10.035Z Compiling ring v0.17.11
12682025-03-11T21:18:10.131Z Compiling paste v1.0.15
12692025-03-11T21:18:10.353Z Compiling base64ct v1.6.0
12702025-03-11T21:18:10.877Z Compiling pem-rfc7468 v0.7.0
12712025-03-11T21:18:11.383Z Compiling aws-lc-rs v1.12.4
12722025-03-11T21:18:11.406Z Compiling icu_locid_transform_data v1.5.0
12732025-03-11T21:18:11.442Z Compiling httparse v1.9.5
12742025-03-11T21:18:11.514Z Compiling flagset v0.4.6
12752025-03-11T21:18:11.802Z Compiling tracing-core v0.1.32
12762025-03-11T21:18:12.195Z Compiling regex v1.11.1
12772025-03-11T21:18:12.377Z Compiling rustls-pki-types v1.10.0
12782025-03-11T21:18:12.847Z Compiling percent-encoding v2.3.1
12792025-03-11T21:18:12.977Z Compiling crossbeam-utils v0.8.20
12802025-03-11T21:18:13.130Z Compiling icu_properties_data v1.5.0
12812025-03-11T21:18:13.202Z Compiling serde_derive v1.0.218
12822025-03-11T21:18:13.332Z Compiling zeroize_derive v1.4.2
12832025-03-11T21:18:13.361Z Compiling zerocopy-derive v0.7.35
12842025-03-11T21:18:13.470Z Compiling tokio-macros v2.5.0
12852025-03-11T21:18:13.835Z Compiling zerofrom-derive v0.1.4
12862025-03-11T21:18:14.670Z Compiling zeroize v1.8.1
12872025-03-11T21:18:14.792Z Compiling thiserror-impl v1.0.69
12882025-03-11T21:18:15.320Z Compiling zerocopy v0.7.35
12892025-03-11T21:18:15.804Z Compiling yoke-derive v0.7.4
12902025-03-11T21:18:15.998Z Compiling zerovec-derive v0.10.3
12912025-03-11T21:18:16.329Z Compiling crypto-common v0.1.6
12922025-03-11T21:18:16.584Z Compiling block-buffer v0.10.4
12932025-03-11T21:18:16.637Z Compiling futures-macro v0.3.31
12942025-03-11T21:18:16.870Z Compiling digest v0.10.7
12952025-03-11T21:18:17.097Z Compiling zerofrom v0.1.4
12962025-03-11T21:18:17.328Z Compiling displaydoc v0.2.5
12972025-03-11T21:18:17.350Z Compiling hmac v0.12.1
12982025-03-11T21:18:17.608Z Compiling block-padding v0.3.3
12992025-03-11T21:18:17.689Z Compiling thiserror v1.0.69
13002025-03-11T21:18:17.850Z Compiling inout v0.1.3
13012025-03-11T21:18:17.870Z Compiling ppv-lite86 v0.2.20
13022025-03-11T21:18:18.119Z Compiling cipher v0.4.4
13032025-03-11T21:18:18.414Z Compiling yoke v0.7.4
13042025-03-11T21:18:18.451Z Compiling futures-util v0.3.31
13052025-03-11T21:18:18.487Z Compiling sha2 v0.10.8
13062025-03-11T21:18:18.585Z Compiling icu_provider_macros v1.5.0
13072025-03-11T21:18:18.606Z Compiling der_derive v0.7.3
13082025-03-11T21:18:18.750Z Compiling zerovec v0.10.4
13092025-03-11T21:18:18.801Z Compiling tracing-attributes v0.1.27
13102025-03-11T21:18:19.672Z Compiling salsa20 v0.10.2
13112025-03-11T21:18:19.891Z Compiling pest v2.7.14
13122025-03-11T21:18:20.605Z Compiling tinystr v0.7.6
13132025-03-11T21:18:20.633Z Compiling icu_collections v1.5.0
13142025-03-11T21:18:20.776Z Compiling der v0.7.9
13152025-03-11T21:18:20.979Z Compiling icu_locid v1.5.0
13162025-03-11T21:18:21.830Z Compiling pbkdf2 v0.12.2
13172025-03-11T21:18:21.990Z Compiling tracing v0.1.40
13182025-03-11T21:18:22.015Z Compiling time-core v0.1.2
13192025-03-11T21:18:22.035Z Compiling utf8_iter v1.0.4
13202025-03-11T21:18:22.214Z Compiling icu_provider v1.5.0
13212025-03-11T21:18:22.283Z Compiling icu_normalizer_data v1.5.0
13222025-03-11T21:18:22.406Z Compiling write16 v1.0.0
13232025-03-11T21:18:22.507Z Compiling vcpkg v0.2.15
13242025-03-11T21:18:22.563Z Compiling untrusted v0.7.1
13252025-03-11T21:18:22.776Z Compiling powerfmt v0.2.0
13262025-03-11T21:18:22.952Z Compiling icu_locid_transform v1.5.0
13272025-03-11T21:18:23.010Z Compiling spki v0.7.3
13282025-03-11T21:18:23.131Z Compiling untrusted v0.9.0
13292025-03-11T21:18:23.154Z Compiling utf16_iter v1.0.5
13302025-03-11T21:18:23.334Z Compiling num-conv v0.1.0
13312025-03-11T21:18:23.387Z Compiling deranged v0.3.11
13322025-03-11T21:18:23.616Z Compiling time-macros v0.2.18
13332025-03-11T21:18:23.725Z Compiling pest_meta v2.7.14
13342025-03-11T21:18:24.225Z Compiling icu_properties v1.5.1
13352025-03-11T21:18:24.861Z Compiling openssl-sys v0.9.106
13362025-03-11T21:18:24.958Z Compiling scrypt v0.11.0
13372025-03-11T21:18:25.251Z Compiling cbc v0.1.2
13382025-03-11T21:18:25.471Z Compiling aes v0.8.4
13392025-03-11T21:18:25.498Z Compiling scroll_derive v0.12.0
13402025-03-11T21:18:25.895Z Compiling bitflags v2.6.0
13412025-03-11T21:18:25.914Z Compiling bytes v1.10.1
13422025-03-11T21:18:26.978Z Compiling indexmap v2.7.1
13432025-03-11T21:18:27.353Z Compiling tokio v1.43.0
13442025-03-11T21:18:27.763Z Compiling semver v1.0.25
13452025-03-11T21:18:27.939Z Compiling http v1.2.0
13462025-03-11T21:18:28.280Z Compiling rustc_version v0.4.1
13472025-03-11T21:18:28.310Z Compiling icu_normalizer v1.5.0
13482025-03-11T21:18:28.466Z Compiling tinyvec_macros v0.1.1
13492025-03-11T21:18:28.583Z Compiling num_threads v0.1.7
13502025-03-11T21:18:28.739Z Compiling atomic-waker v1.1.2
13512025-03-11T21:18:28.820Z Compiling time v0.3.36
13522025-03-11T21:18:28.925Z Compiling tinyvec v1.8.0
13532025-03-11T21:18:28.965Z Compiling scroll v0.12.0
13542025-03-11T21:18:29.465Z Compiling http-body v1.0.1
13552025-03-11T21:18:29.501Z Compiling idna_adapter v1.2.0
13562025-03-11T21:18:29.702Z Compiling pkcs5 v0.7.1
13572025-03-11T21:18:29.941Z Compiling which v4.4.2
13582025-03-11T21:18:30.084Z Compiling pest_generator v2.7.14
13592025-03-11T21:18:30.105Z Compiling rand_chacha v0.3.1
13602025-03-11T21:18:30.477Z Compiling form_urlencoded v1.2.1
13612025-03-11T21:18:30.758Z Compiling slog v2.7.0
13622025-03-11T21:18:30.794Z Compiling try-lock v0.2.5
13632025-03-11T21:18:30.967Z Compiling zerocopy v0.8.10
13642025-03-11T21:18:31.035Z Compiling goblin v0.8.2
13652025-03-11T21:18:31.353Z Compiling want v0.3.1
13662025-03-11T21:18:31.654Z Compiling rand v0.8.5
13672025-03-11T21:18:31.834Z Compiling pest_derive v2.7.14
13682025-03-11T21:18:31.855Z Compiling pkcs8 v0.10.2
13692025-03-11T21:18:32.517Z Compiling idna v1.0.3
13702025-03-11T21:18:32.565Z Compiling uuid v1.15.1
13712025-03-11T21:18:32.667Z Compiling zerocopy-derive v0.8.10
13722025-03-11T21:18:33.411Z Compiling adler2 v2.0.0
13732025-03-11T21:18:33.634Z Compiling iana-time-zone v0.1.61
13742025-03-11T21:18:33.678Z Compiling tower-service v0.3.3
13752025-03-11T21:18:33.828Z Compiling httpdate v1.0.3
13762025-03-11T21:18:34.019Z Compiling chrono v0.4.40
13772025-03-11T21:18:34.062Z Compiling miniz_oxide v0.8.5
13782025-03-11T21:18:34.160Z Compiling dtrace-parser v0.2.0
13792025-03-11T21:18:34.984Z Compiling serde_spanned v0.6.8
13802025-03-11T21:18:35.249Z Compiling tokio-util v0.7.13
13812025-03-11T21:18:35.524Z Compiling serde_tokenstream v0.2.2
13822025-03-11T21:18:36.029Z Compiling toml_datetime v0.6.8
13832025-03-11T21:18:36.108Z Compiling rustversion v1.0.17
13842025-03-11T21:18:36.482Z Compiling h2 v0.4.6
13852025-03-11T21:18:36.519Z Compiling openssl v0.10.71
13862025-03-11T21:18:36.827Z Compiling dof v0.3.0
13872025-03-11T21:18:36.992Z Compiling base64 v0.22.1
13882025-03-11T21:18:37.386Z Compiling match_cfg v0.1.0
13892025-03-11T21:18:37.499Z Compiling foreign-types-shared v0.1.1
13902025-03-11T21:18:37.638Z Compiling foreign-types v0.3.2
13912025-03-11T21:18:37.706Z Compiling usdt-impl v0.5.0
13922025-03-11T21:18:37.751Z Compiling hostname v0.3.1
13932025-03-11T21:18:38.111Z Compiling url v2.5.3
13942025-03-11T21:18:38.565Z Compiling rand_core v0.9.2
13952025-03-11T21:18:39.022Z Compiling openssl-macros v0.1.1
13962025-03-11T21:18:39.057Z Compiling async-trait v0.1.87
13972025-03-11T21:18:39.795Z Compiling serde_derive_internals v0.29.1
13982025-03-11T21:18:39.842Z Compiling bzip2-sys v0.1.11+1.0.8
13992025-03-11T21:18:39.882Z Compiling dirs-sys-next v0.1.2
14002025-03-11T21:18:40.150Z Compiling siphasher v0.3.11
14012025-03-11T21:18:40.331Z Compiling syn v1.0.109
14022025-03-11T21:18:40.353Z Compiling schemars v0.8.22
14032025-03-11T21:18:40.461Z Compiling native-tls v0.2.12
14042025-03-11T21:18:40.525Z Compiling data-encoding v2.6.0
14052025-03-11T21:18:40.715Z Compiling rustls v0.22.4
14062025-03-11T21:18:40.843Z Compiling rustls v0.23.19
14072025-03-11T21:18:41.083Z Compiling dirs-next v2.0.0
14082025-03-11T21:18:41.280Z Compiling rand_chacha v0.9.0
14092025-03-11T21:18:42.036Z Compiling schemars_derive v0.8.22
14102025-03-11T21:18:42.416Z Compiling unicode-normalization v0.1.24
14112025-03-11T21:18:42.451Z Compiling http-body-util v0.1.2
14122025-03-11T21:18:42.619Z Compiling heapless v0.7.17
14132025-03-11T21:18:42.939Z Compiling crossbeam-epoch v0.9.18
14142025-03-11T21:18:43.055Z Compiling sha1 v0.10.6
14152025-03-11T21:18:43.371Z Compiling signature v2.2.0
14162025-03-11T21:18:43.461Z Compiling thread_local v1.1.8
14172025-03-11T21:18:43.502Z Compiling cookie v0.18.1
14182025-03-11T21:18:43.608Z Compiling multer v3.1.0
14192025-03-11T21:18:43.682Z Compiling crc32fast v1.4.2
14202025-03-11T21:18:43.823Z Compiling hyper v1.6.0
14212025-03-11T21:18:43.942Z Compiling encoding_rs v0.8.34
14222025-03-11T21:18:43.946Z Compiling unicode-bidi v0.3.17
14232025-03-11T21:18:44.031Z Compiling signal-hook v0.3.17
14242025-03-11T21:18:44.347Z Compiling ipnet v2.11.0
14252025-03-11T21:18:44.923Z Compiling mime v0.3.17
14262025-03-11T21:18:45.179Z Compiling openssl-probe v0.1.5
14272025-03-11T21:18:45.452Z Compiling gimli v0.31.1
14282025-03-11T21:18:45.473Z Compiling dyn-clone v1.0.19
14292025-03-11T21:18:45.508Z Compiling rayon-core v1.12.1
14302025-03-11T21:18:45.711Z Compiling unicode-properties v0.1.3
14312025-03-11T21:18:45.825Z Compiling slog-async v2.8.0
14322025-03-11T21:18:46.145Z Compiling hyper-util v0.1.10
14332025-03-11T21:18:46.425Z Compiling stringprep v0.1.5
14342025-03-11T21:18:47.507Z Compiling toml_edit v0.22.24
14352025-03-11T21:18:48.089Z Compiling crossbeam-deque v0.8.5
14362025-03-11T21:18:48.370Z Compiling rand v0.9.0
14372025-03-11T21:18:48.449Z Compiling term v0.7.0
14382025-03-11T21:18:49.088Z Compiling usdt-attr-macro v0.5.0
14392025-03-11T21:18:49.701Z Compiling addr2line v0.24.2
14402025-03-11T21:18:49.907Z Compiling usdt-macro v0.5.0
14412025-03-11T21:18:50.129Z Compiling slog-json v2.6.1
14422025-03-11T21:18:50.403Z Compiling serde_urlencoded v0.7.1
14432025-03-11T21:18:50.410Z Compiling curve25519-dalek v4.1.3
14442025-03-11T21:18:50.480Z Compiling crossbeam-channel v0.5.13
14452025-03-11T21:18:50.647Z Compiling futures-executor v0.3.31
14462025-03-11T21:18:50.696Z Compiling enum-as-inner v0.6.1
14472025-03-11T21:18:51.069Z Compiling md-5 v0.10.6
14482025-03-11T21:18:51.135Z Compiling async-stream-impl v0.3.6
14492025-03-11T21:18:51.349Z Compiling rustls-pemfile v2.2.0
14502025-03-11T21:18:51.370Z Compiling num-integer v0.1.46
14512025-03-11T21:18:51.453Z Compiling hash32 v0.2.1
14522025-03-11T21:18:51.698Z Compiling ff v0.13.0
14532025-03-11T21:18:51.719Z Compiling is-terminal v0.4.13
14542025-03-11T21:18:51.874Z Compiling memoffset v0.9.1
14552025-03-11T21:18:51.895Z Compiling dropshot v0.12.0
14562025-03-11T21:18:51.970Z Compiling object v0.36.5
14572025-03-11T21:18:52.106Z Compiling num-bigint-dig v0.8.4
14582025-03-11T21:18:52.205Z Compiling anyhow v1.0.97
14592025-03-11T21:18:52.229Z Compiling linked-hash-map v0.5.6
14602025-03-11T21:18:52.427Z Compiling base16ct v0.2.0
14612025-03-11T21:18:52.449Z Compiling psl-types v2.0.11
14622025-03-11T21:18:52.589Z Compiling utf-8 v0.7.6
14632025-03-11T21:18:52.644Z Compiling quick-error v1.2.3
14642025-03-11T21:18:52.729Z Compiling take_mut v0.2.2
14652025-03-11T21:18:52.812Z Compiling fallible-iterator v0.2.0
14662025-03-11T21:18:52.833Z Compiling litrs v0.4.1
14672025-03-11T21:18:52.907Z Compiling rustc-demangle v0.1.24
14682025-03-11T21:18:52.927Z Compiling portable-atomic v1.9.0
14692025-03-11T21:18:53.501Z Compiling cfg_aliases v0.2.1
14702025-03-11T21:18:53.623Z Compiling smoltcp v0.9.1
14712025-03-11T21:18:53.830Z Compiling nix v0.29.0
14722025-03-11T21:18:53.924Z Compiling document-features v0.2.10
14732025-03-11T21:18:53.983Z Compiling postgres-protocol v0.6.8
14742025-03-11T21:18:54.841Z Compiling tungstenite v0.24.0
14752025-03-11T21:18:55.104Z Compiling resolv-conf v0.7.0
14762025-03-11T21:18:55.123Z Compiling sec1 v0.7.3
14772025-03-11T21:18:55.176Z Compiling publicsuffix v2.3.0
14782025-03-11T21:18:55.288Z Compiling lru-cache v0.1.2
14792025-03-11T21:18:55.475Z Compiling async-stream v0.3.6
14802025-03-11T21:18:55.659Z Compiling group v0.13.0
14812025-03-11T21:18:55.763Z Compiling usdt v0.5.0
14822025-03-11T21:18:55.782Z Compiling num-iter v0.1.45
14832025-03-11T21:18:55.785Z Compiling slog-term v2.9.1
14842025-03-11T21:18:56.006Z Compiling hickory-proto v0.24.4
14852025-03-11T21:18:56.337Z Compiling futures v0.3.31
14862025-03-11T21:18:56.474Z Compiling toml v0.8.20
14872025-03-11T21:18:56.893Z Compiling slog-bunyan v2.5.0
14882025-03-11T21:18:57.084Z Compiling bzip2 v0.4.4
14892025-03-11T21:18:58.095Z Compiling tokio-native-tls v0.3.1
14902025-03-11T21:18:58.395Z Compiling backtrace v0.3.74
14912025-03-11T21:18:58.463Z Compiling camino v1.1.9
14922025-03-11T21:18:58.540Z Compiling flate2 v1.1.0
14932025-03-11T21:18:58.861Z Compiling phf_shared v0.11.2
14942025-03-11T21:18:58.968Z Compiling dropshot_endpoint v0.12.0
14952025-03-11T21:18:59.236Z Compiling terminal_size v0.4.0
14962025-03-11T21:18:59.312Z Compiling waitgroup v0.1.2
14972025-03-11T21:18:59.414Z Compiling openapiv3 v2.0.0
14982025-03-11T21:18:59.460Z Compiling serde_path_to_error v0.1.16
14992025-03-11T21:18:59.535Z Compiling hkdf v0.12.4
15002025-03-11T21:18:59.828Z Compiling crypto-bigint v0.5.5
15012025-03-11T21:19:00.232Z Compiling zerocopy-derive v0.6.6
15022025-03-11T21:19:01.079Z Compiling hubpack_derive v0.1.1
15032025-03-11T21:19:01.283Z Compiling curve25519-dalek-derive v0.1.1
15042025-03-11T21:19:02.035Z Compiling webpki-roots v0.26.6
15052025-03-11T21:19:02.272Z Compiling sync_wrapper v1.0.1
15062025-03-11T21:19:02.295Z Compiling hostname v0.4.0
15072025-03-11T21:19:02.443Z Compiling ahash v0.8.11
15082025-03-11T21:19:02.539Z Compiling fs-err v2.11.0
15092025-03-11T21:19:02.749Z Compiling tower-layer v0.3.3
15102025-03-11T21:19:02.818Z Compiling newtype-uuid v1.2.1
15112025-03-11T21:19:02.855Z Compiling buf-list v1.0.3
15122025-03-11T21:19:03.079Z Compiling winnow v0.5.40
15132025-03-11T21:19:03.151Z Compiling managed v0.8.0
15142025-03-11T21:19:03.162Z Compiling debug-ignore v1.0.5
15152025-03-11T21:19:03.316Z Compiling lockfree-object-pool v0.1.6
15162025-03-11T21:19:03.477Z Compiling unicode-width v0.2.0
15172025-03-11T21:19:03.511Z Compiling bumpalo v3.16.0
15182025-03-11T21:19:03.561Z Compiling zip v2.1.3
15192025-03-11T21:19:03.604Z Compiling simd-adler32 v0.3.7
15202025-03-11T21:19:03.899Z Compiling clap_builder v4.5.31
15212025-03-11T21:19:03.955Z Compiling console v0.15.10
15222025-03-11T21:19:04.015Z Compiling zopfli v0.8.1
15232025-03-11T21:19:04.880Z Compiling strum_macros v0.25.3
15242025-03-11T21:19:05.372Z Compiling tower v0.5.2
15252025-03-11T21:19:05.706Z Compiling elliptic-curve v0.13.8
15262025-03-11T21:19:06.082Z Compiling zerocopy v0.6.6
15272025-03-11T21:19:06.186Z Compiling hubpack v0.1.2
15282025-03-11T21:19:06.507Z Compiling toml_edit v0.19.15
15292025-03-11T21:19:06.602Z Compiling hickory-resolver v0.24.4
15302025-03-11T21:19:06.832Z Compiling phf v0.11.2
15312025-03-11T21:19:07.131Z Compiling signal-hook-mio v0.2.4
15322025-03-11T21:19:07.322Z Compiling hyper-tls v0.6.0
15332025-03-11T21:19:07.470Z Compiling rayon v1.10.0
15342025-03-11T21:19:07.742Z Compiling cookie_store v0.21.1
15352025-03-11T21:19:09.161Z Compiling tokio-tungstenite v0.24.0
15362025-03-11T21:19:09.880Z Compiling postgres-types v0.2.9
15372025-03-11T21:19:11.760Z Compiling ed25519 v2.2.3
15382025-03-11T21:19:11.848Z Compiling phf_shared v0.10.0
15392025-03-11T21:19:12.254Z Compiling tokio-stream v0.1.17
15402025-03-11T21:19:12.355Z Compiling pkcs1 v0.7.5
15412025-03-11T21:19:12.544Z Compiling serde-big-array v0.5.1
15422025-03-11T21:19:12.803Z Compiling clap_derive v4.5.28
15432025-03-11T21:19:13.409Z Compiling rfc6979 v0.4.0
15442025-03-11T21:19:13.416Z Compiling serde_repr v0.1.19
15452025-03-11T21:19:13.434Z Compiling derive-where v1.2.7
15462025-03-11T21:19:13.542Z Compiling float-cmp v0.10.0
15472025-03-11T21:19:13.587Z Compiling bstr v1.10.0
15482025-03-11T21:19:13.801Z Compiling fixedbitset v0.4.2
15492025-03-11T21:19:14.017Z Compiling unicode-segmentation v1.12.0
15502025-03-11T21:19:14.250Z Compiling new_debug_unreachable v1.0.6
15512025-03-11T21:19:14.360Z Compiling difflib v0.4.0
15522025-03-11T21:19:14.413Z Compiling precomputed-hash v0.1.1
15532025-03-11T21:19:14.556Z Compiling predicates-core v1.0.8
15542025-03-11T21:19:14.891Z Compiling number_prefix v0.4.0
15552025-03-11T21:19:14.912Z Compiling whoami v1.5.2
15562025-03-11T21:19:15.132Z Compiling normalize-line-endings v0.3.0
15572025-03-11T21:19:15.153Z Compiling static_assertions v1.1.0
15582025-03-11T21:19:15.269Z Compiling predicates v3.1.3
15592025-03-11T21:19:15.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15602025-03-11T21:19:15.461Z Compiling tokio-postgres v0.7.13
15612025-03-11T21:19:15.716Z Compiling indicatif v0.17.11
15622025-03-11T21:19:16.600Z Compiling similar v2.7.0
15632025-03-11T21:19:16.722Z Compiling string_cache v0.8.7
15642025-03-11T21:19:17.131Z Compiling petgraph v0.6.5
15652025-03-11T21:19:17.287Z Compiling clap v4.5.31
15662025-03-11T21:19:17.408Z Compiling ecdsa v0.16.9
15672025-03-11T21:19:17.710Z Compiling rsa v0.9.6
15682025-03-11T21:19:18.245Z Compiling ed25519-dalek v2.1.1
15692025-03-11T21:19:23.072Z Compiling toml v0.7.8
15702025-03-11T21:19:23.072Z Compiling crossterm v0.28.1
15712025-03-11T21:19:23.072Z Compiling zip v0.6.6
15722025-03-11T21:19:23.072Z Compiling hex v0.4.3
15732025-03-11T21:19:23.072Z Compiling x509-cert v0.2.5
15742025-03-11T21:19:23.072Z Compiling itertools v0.10.5
15752025-03-11T21:19:23.072Z Compiling unicode-xid v0.2.6
15762025-03-11T21:19:23.072Z Compiling lalrpop-util v0.19.12
15772025-03-11T21:19:23.072Z Compiling peg-runtime v0.8.5
15782025-03-11T21:19:23.161Z Compiling strum_macros v0.26.4
15792025-03-11T21:19:23.309Z Compiling xattr v1.3.1
15802025-03-11T21:19:23.422Z Compiling filetime v0.2.25
15812025-03-11T21:19:23.739Z Compiling tar v0.4.44
15822025-03-11T21:19:26.834Z Compiling strum v0.26.3
15832025-03-11T21:19:30.483Z Compiling aws-lc-sys v0.26.0
15842025-03-11T21:20:04.138Z Compiling rustls-webpki v0.102.8
15852025-03-11T21:20:07.377Z Compiling tokio-rustls v0.25.0
15862025-03-11T21:20:08.995Z Compiling tokio-rustls v0.26.0
15872025-03-11T21:20:09.295Z Compiling hyper-rustls v0.27.3
15882025-03-11T21:20:09.627Z Compiling reqwest v0.12.12
15892025-03-11T21:20:11.095Z Compiling qorb v0.2.1
15902025-03-11T21:20:14.024Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15912025-03-11T21:20:14.305Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15922025-03-11T21:20:18.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
15932025-03-11T21:20:19.027Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15942025-03-11T21:20:19.072ZMar 11 21:20:18.238 INFO Starting download, target: Console
15952025-03-11T21:20:19.073ZMar 11 21:20:18.238 INFO Starting download, target: Cockroach
15962025-03-11T21:20:19.073ZMar 11 21:20:18.238 INFO Starting download, target: Clickhouse
15972025-03-11T21:20:19.088ZMar 11 21:20:18.238 INFO Starting download, target: DendriteOpenapi
15982025-03-11T21:20:19.089ZMar 11 21:20:18.238 INFO Starting download, target: DendriteStub
15992025-03-11T21:20:19.089ZMar 11 21:20:18.238 INFO Starting download, target: MaghemiteMgd
16002025-03-11T21:20:19.089ZMar 11 21:20:18.238 INFO Starting download, target: TransceiverControl
16012025-03-11T21:20:19.089ZMar 11 21:20:18.239 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16022025-03-11T21:20:19.089ZMar 11 21:20:18.239 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16032025-03-11T21:20:19.089ZMar 11 21:20:18.239 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
16042025-03-11T21:20:19.089ZMar 11 21:20:18.239 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16052025-03-11T21:20:19.089ZMar 11 21:20:18.239 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16062025-03-11T21:20:19.089ZMar 11 21:20:18.239 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16072025-03-11T21:20:19.089ZMar 11 21:20:18.239 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16082025-03-11T21:20:19.382ZMar 11 21:20:18.481 INFO Download complete, target: DendriteOpenapi
16092025-03-11T21:20:19.455ZMar 11 21:20:18.603 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16102025-03-11T21:20:19.673ZMar 11 21:20:18.819 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16112025-03-11T21:20:19.831ZMar 11 21:20:18.990 INFO Download complete, target: TransceiverControl
16122025-03-11T21:20:20.048ZMar 11 21:20:19.207 INFO Download complete, target: Console
16132025-03-11T21:20:20.468ZMar 11 21:20:19.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16142025-03-11T21:20:20.553ZMar 11 21:20:19.719 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16152025-03-11T21:20:21.145ZMar 11 21:20:20.311 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16162025-03-11T21:20:21.183ZMar 11 21:20:20.349 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16172025-03-11T21:20:21.183ZMar 11 21:20:20.349 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16182025-03-11T21:20:22.960ZMar 11 21:20:22.126 INFO Download complete, target: DendriteStub
16192025-03-11T21:20:23.098ZMar 11 21:20:22.263 INFO Download complete, target: MaghemiteMgd
16202025-03-11T21:20:27.706ZMar 11 21:20:26.871 INFO Checking that binary works, target: Cockroach
16212025-03-11T21:20:27.870ZMar 11 21:20:27.035 INFO Download complete, target: Cockroach
16222025-03-11T21:20:31.905ZMar 11 21:20:31.069 INFO Checking that binary works, target: Clickhouse
16232025-03-11T21:20:32.196ZMar 11 21:20:31.361 INFO Download complete, target: Clickhouse
16242025-03-11T21:20:32.205ZAll prerequisites installed successfully
16252025-03-11T21:20:32.208Z
16262025-03-11T21:20:32.208Zreal 5:03.774795980
16272025-03-11T21:20:32.208Zuser 15:57.028063291
16282025-03-11T21:20:32.208Zsys 2:13.199968934
16292025-03-11T21:20:32.208Ztrap 0.582387588
16302025-03-11T21:20:32.208Ztflt 5.162016187
16312025-03-11T21:20:32.208Zdflt 3.551662182
16322025-03-11T21:20:32.208Zkflt 0.029216893
16332025-03-11T21:20:32.208Zlock 24:22.661241134
16342025-03-11T21:20:32.208Zslp 57:42.591254049
16352025-03-11T21:20:32.208Zlat 1:03.247144305
16362025-03-11T21:20:32.208Zstop 2:34.306364428
16372025-03-11T21:20:32.208Z+ ptime -m cargo xtask download softnpu
16382025-03-11T21:20:32.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16392025-03-11T21:20:32.834Z Running `target/debug/xtask download softnpu`
16402025-03-11T21:20:33.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
16412025-03-11T21:20:33.834Z Running `target/debug/xtask-downloader softnpu`
16422025-03-11T21:20:33.877ZMar 11 21:20:33.041 INFO Starting download, target: Softnpu
16432025-03-11T21:20:33.880ZMar 11 21:20:33.041 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16442025-03-11T21:20:34.340ZMar 11 21:20:33.504 INFO Download complete, target: Softnpu
16452025-03-11T21:20:34.346Z
16462025-03-11T21:20:34.349Zreal 2.131731642
16472025-03-11T21:20:34.349Zuser 1.412406680
16482025-03-11T21:20:34.349Zsys 0.602107911
16492025-03-11T21:20:34.349Ztrap 0.001243056
16502025-03-11T21:20:34.349Ztflt 0.000102415
16512025-03-11T21:20:34.349Zdflt 0.000135909
16522025-03-11T21:20:34.349Zkflt 0.000000000
16532025-03-11T21:20:34.349Zlock 4.872047771
16542025-03-11T21:20:34.349Zslp 0.335374463
16552025-03-11T21:20:34.349Zlat 0.073782379
16562025-03-11T21:20:34.349Zstop 0.000173095
16572025-03-11T21:20:34.349Z+ export CARGO_INCREMENTAL=0
16582025-03-11T21:20:34.349Z+ CARGO_INCREMENTAL=0
16592025-03-11T21:20:34.349Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16602025-03-11T21:20:35.443Z Compiling proc-macro2 v1.0.94
16612025-03-11T21:20:35.444Z Compiling unicode-ident v1.0.14
16622025-03-11T21:20:35.447Z Compiling libc v0.2.170
16632025-03-11T21:20:35.447Z Compiling serde v1.0.218
16642025-03-11T21:20:35.447Z Compiling autocfg v1.4.0
16652025-03-11T21:20:35.447Z Compiling cfg-if v1.0.0
16662025-03-11T21:20:35.447Z Compiling version_check v0.9.5
16672025-03-11T21:20:35.711Z Compiling memchr v2.7.4
16682025-03-11T21:20:35.741Z Compiling typenum v1.17.0
16692025-03-11T21:20:35.879Z Compiling shlex v1.3.0
16702025-03-11T21:20:36.172Z Compiling generic-array v0.14.7
16712025-03-11T21:20:36.221Z Compiling value-bag v1.9.0
16722025-03-11T21:20:36.239Z Compiling scopeguard v1.2.0
16732025-03-11T21:20:36.406Z Compiling lock_api v0.4.12
16742025-03-11T21:20:36.635Z Compiling parking_lot_core v0.9.10
16752025-03-11T21:20:36.740Z Compiling log v0.4.22
16762025-03-11T21:20:37.017Z Compiling serde_json v1.0.139
16772025-03-11T21:20:37.073Z Compiling rustix v0.38.37
16782025-03-11T21:20:37.383Z Compiling quote v1.0.39
16792025-03-11T21:20:37.414Z Compiling libm v0.2.8
16802025-03-11T21:20:37.511Z Compiling jobserver v0.1.32
16812025-03-11T21:20:37.634Z Compiling getrandom v0.2.15
16822025-03-11T21:20:37.735Z Compiling num-traits v0.2.19
16832025-03-11T21:20:37.812Z Compiling syn v2.0.98
16842025-03-11T21:20:37.842Z Compiling aho-corasick v1.1.3
16852025-03-11T21:20:37.975Z Compiling cc v1.2.15
16862025-03-11T21:20:38.011Z Compiling thiserror v1.0.69
16872025-03-11T21:20:38.045Z Compiling regex-syntax v0.8.5
16882025-03-11T21:20:38.084Z Compiling semver v1.0.25
16892025-03-11T21:20:38.468Z Compiling getrandom v0.3.1
16902025-03-11T21:20:38.553Z Compiling either v1.14.0
16912025-03-11T21:20:38.580Z Compiling once_cell v1.20.3
16922025-03-11T21:20:38.899Z Compiling itoa v1.0.11
16932025-03-11T21:20:38.963Z Compiling slab v0.4.9
16942025-03-11T21:20:39.213Z Compiling rand_core v0.6.4
16952025-03-11T21:20:39.264Z Compiling spin v0.9.8
16962025-03-11T21:20:39.472Z Compiling errno v0.3.9
16972025-03-11T21:20:39.943Z Compiling glob v0.3.2
16982025-03-11T21:20:40.280Z Compiling smallvec v1.14.0
16992025-03-11T21:20:40.410Z Compiling prettyplease v0.2.30
17002025-03-11T21:20:40.637Z Compiling clang-sys v1.8.1
17012025-03-11T21:20:40.661Z Compiling lazy_static v1.5.0
17022025-03-11T21:20:40.803Z Compiling minimal-lexical v0.2.1
17032025-03-11T21:20:40.899Z Compiling libloading v0.8.5
17042025-03-11T21:20:41.249Z Compiling nom v7.1.3
17052025-03-11T21:20:41.268Z Compiling subtle v2.6.1
17062025-03-11T21:20:41.294Z Compiling home v0.5.9
17072025-03-11T21:20:41.343Z Compiling bindgen v0.69.5
17082025-03-11T21:20:41.580Z Compiling regex-automata v0.4.8
17092025-03-11T21:20:41.600Z Compiling itertools v0.12.1
17102025-03-11T21:20:42.113Z Compiling rustc-hash v1.1.0
17112025-03-11T21:20:42.134Z Compiling equivalent v1.0.1
17122025-03-11T21:20:42.270Z Compiling lazycell v1.3.0
17132025-03-11T21:20:42.289Z Compiling allocator-api2 v0.2.18
17142025-03-11T21:20:42.465Z Compiling foldhash v0.1.3
17152025-03-11T21:20:42.764Z Compiling cmake v0.1.51
17162025-03-11T21:20:43.036Z Compiling hashbrown v0.15.1
17172025-03-11T21:20:43.547Z Compiling dunce v1.0.5
17182025-03-11T21:20:43.653Z Compiling fs_extra v1.3.0
17192025-03-11T21:20:43.696Z Compiling pkg-config v0.3.31
17202025-03-11T21:20:44.310Z Compiling cexpr v0.6.0
17212025-03-11T21:20:44.478Z Compiling byteorder v1.5.0
17222025-03-11T21:20:44.754Z Compiling pin-project-lite v0.2.14
17232025-03-11T21:20:45.011Z Compiling synstructure v0.13.1
17242025-03-11T21:20:45.727Z Compiling ring v0.17.11
17252025-03-11T21:20:45.730Z Compiling ryu v1.0.18
17262025-03-11T21:20:45.770Z Compiling paste v1.0.15
17272025-03-11T21:20:46.081Z Compiling schemars v0.8.22
17282025-03-11T21:20:46.310Z Compiling regex v1.11.1
17292025-03-11T21:20:46.746Z Compiling serde_derive_internals v0.29.1
17302025-03-11T21:20:47.214Z Compiling signal-hook-registry v1.4.2
17312025-03-11T21:20:47.532Z Compiling httparse v1.9.5
17322025-03-11T21:20:47.568Z Compiling const-oid v0.9.6
17332025-03-11T21:20:47.591Z Compiling fnv v1.0.7
17342025-03-11T21:20:47.745Z Compiling aws-lc-rs v1.12.4
17352025-03-11T21:20:48.149Z Compiling parking_lot v0.12.3
17362025-03-11T21:20:48.207Z Compiling mio v1.0.2
17372025-03-11T21:20:48.681Z Compiling heck v0.5.0
17382025-03-11T21:20:49.025Z Compiling serde_derive v1.0.218
17392025-03-11T21:20:49.086Z Compiling zeroize_derive v1.4.2
17402025-03-11T21:20:49.252Z Compiling tokio-macros v2.5.0
17412025-03-11T21:20:49.546Z Compiling thiserror-impl v1.0.69
17422025-03-11T21:20:49.871Z Compiling zerocopy-derive v0.7.35
17432025-03-11T21:20:50.170Z Compiling zerofrom-derive v0.1.4
17442025-03-11T21:20:50.416Z Compiling zeroize v1.8.1
17452025-03-11T21:20:50.650Z Compiling yoke-derive v0.7.4
17462025-03-11T21:20:50.850Z Compiling futures-macro v0.3.31
17472025-03-11T21:20:50.872Z Compiling zerovec-derive v0.10.3
17482025-03-11T21:20:51.482Z Compiling displaydoc v0.2.5
17492025-03-11T21:20:52.791Z Compiling icu_provider_macros v1.5.0
17502025-03-11T21:20:52.912Z Compiling crypto-common v0.1.6
17512025-03-11T21:20:52.915Z Compiling tracing-attributes v0.1.27
17522025-03-11T21:20:53.010Z Compiling schemars_derive v0.8.22
17532025-03-11T21:20:53.157Z Compiling block-buffer v0.10.4
17542025-03-11T21:20:53.290Z Compiling socket2 v0.5.8
17552025-03-11T21:20:53.596Z Compiling stable_deref_trait v1.2.0
17562025-03-11T21:20:53.734Z Compiling digest v0.10.7
17572025-03-11T21:20:53.803Z Compiling zerocopy v0.7.35
17582025-03-11T21:20:54.153Z Compiling futures-core v0.3.31
17592025-03-11T21:20:54.498Z Compiling time-core v0.1.2
17602025-03-11T21:20:54.700Z Compiling num-conv v0.1.0
17612025-03-11T21:20:55.009Z Compiling crossbeam-utils v0.8.20
17622025-03-11T21:20:55.034Z Compiling time-macros v0.2.18
17632025-03-11T21:20:55.667Z Compiling der_derive v0.7.3
17642025-03-11T21:20:55.732Z Compiling vcpkg v0.2.15
17652025-03-11T21:20:57.065Z Compiling openssl-sys v0.9.106
17662025-03-11T21:20:57.842Z Compiling zerocopy v0.8.10
17672025-03-11T21:20:57.930Z Compiling futures-sink v0.3.31
17682025-03-11T21:20:58.361Z Compiling cpufeatures v0.2.14
17692025-03-11T21:20:58.631Z Compiling zerocopy-derive v0.8.10
17702025-03-11T21:20:58.814Z Compiling slog v2.7.0
17712025-03-11T21:20:59.290Z Compiling syn v1.0.109
17722025-03-11T21:20:59.294Z Compiling iana-time-zone v0.1.61
17732025-03-11T21:20:59.514Z Compiling futures-channel v0.3.31
17742025-03-11T21:20:59.563Z Compiling zerofrom v0.1.4
17752025-03-11T21:20:59.903Z Compiling pin-utils v0.1.0
17762025-03-11T21:20:59.968Z Compiling futures-task v0.3.31
17772025-03-11T21:20:59.988Z Compiling futures-io v0.3.31
17782025-03-11T21:21:00.007Z Compiling yoke v0.7.4
17792025-03-11T21:21:00.276Z Compiling futures-util v0.3.31
17802025-03-11T21:21:00.381Z Compiling scroll_derive v0.12.0
17812025-03-11T21:21:00.439Z Compiling ucd-trie v0.1.7
17822025-03-11T21:21:00.950Z Compiling bitflags v2.6.0
17832025-03-11T21:21:01.048Z Compiling bytes v1.10.1
17842025-03-11T21:21:01.831Z Compiling indexmap v2.7.1
17852025-03-11T21:21:02.428Z Compiling tokio v1.43.0
17862025-03-11T21:21:04.046Z Compiling uuid v1.15.1
17872025-03-11T21:21:04.331Z Compiling serde_tokenstream v0.2.2
17882025-03-11T21:21:05.344Z Compiling which v4.4.2
17892025-03-11T21:21:05.854Z Compiling chrono v0.4.40
17902025-03-11T21:21:06.258Z Compiling http v1.2.0
17912025-03-11T21:21:08.118Z Compiling openssl v0.10.71
17922025-03-11T21:21:08.289Z Compiling rustc_version v0.4.1
17932025-03-11T21:21:08.871Z Compiling pest v2.7.14
17942025-03-11T21:21:09.354Z Compiling zerovec v0.10.4
17952025-03-11T21:21:11.859Z Compiling hmac v0.12.1
17962025-03-11T21:21:12.589Z Compiling pest_meta v2.7.14
17972025-03-11T21:21:13.805Z Compiling block-padding v0.3.3
17982025-03-11T21:21:14.066Z Compiling openssl-macros v0.1.1
17992025-03-11T21:21:15.313Z Compiling dyn-clone v1.0.19
18002025-03-11T21:21:15.316Z Compiling rustls v0.23.19
18012025-03-11T21:21:15.316Z Compiling native-tls v0.2.12
18022025-03-11T21:21:15.316Z Compiling inout v0.1.3
18032025-03-11T21:21:15.316Z Compiling pest_generator v2.7.14
18042025-03-11T21:21:15.453Z Compiling tinystr v0.7.6
18052025-03-11T21:21:15.891Z Compiling serde_spanned v0.6.8
18062025-03-11T21:21:15.911Z Compiling toml_datetime v0.6.8
18072025-03-11T21:21:16.113Z Compiling ppv-lite86 v0.2.20
18082025-03-11T21:21:16.327Z Compiling tracing-core v0.1.32
18092025-03-11T21:21:16.905Z Compiling litemap v0.7.3
18102025-03-11T21:21:16.939Z Compiling strsim v0.11.1
18112025-03-11T21:21:16.960Z Compiling writeable v0.5.5
18122025-03-11T21:21:17.550Z Compiling aws-lc-sys v0.26.0
18132025-03-11T21:21:17.584Z Compiling icu_locid v1.5.0
18142025-03-11T21:21:17.866Z Compiling tracing v0.1.40
18152025-03-11T21:21:18.063Z Compiling pest_derive v2.7.14
18162025-03-11T21:21:18.598Z Compiling cipher v0.4.4
18172025-03-11T21:21:18.696Z Compiling sha2 v0.10.8
18182025-03-11T21:21:19.092Z Compiling cookie v0.18.1
18192025-03-11T21:21:19.436Z Compiling usdt-impl v0.5.0
18202025-03-11T21:21:19.574Z Compiling base64ct v1.6.0
18212025-03-11T21:21:19.834Z Compiling icu_provider v1.5.0
18222025-03-11T21:21:20.704Z Compiling pem-rfc7468 v0.7.0
18232025-03-11T21:21:22.654Z Compiling scroll v0.12.0
18242025-03-11T21:21:23.167Z Compiling async-trait v0.1.87
18252025-03-11T21:21:24.695Z Compiling rustls-pki-types v1.10.0
18262025-03-11T21:21:25.229Z Compiling anyhow v1.0.97
18272025-03-11T21:21:25.261Z Compiling flagset v0.4.6
18282025-03-11T21:21:25.472Z Compiling percent-encoding v2.3.1
18292025-03-11T21:21:25.797Z Compiling plain v0.2.3
18302025-03-11T21:21:25.929Z Compiling icu_locid_transform_data v1.5.0
18312025-03-11T21:21:25.948Z Compiling camino v1.1.9
18322025-03-11T21:21:26.160Z Compiling icu_locid_transform v1.5.0
18332025-03-11T21:21:26.432Z Compiling goblin v0.8.2
18342025-03-11T21:21:28.188Z Compiling der v0.7.9
18352025-03-11T21:21:29.265Z Compiling icu_collections v1.5.0
18362025-03-11T21:21:30.294Z Compiling tokio-util v0.7.13
18372025-03-11T21:21:31.317Z Compiling powerfmt v0.2.0
18382025-03-11T21:21:31.896Z Compiling rayon-core v1.12.1
18392025-03-11T21:21:32.020Z Compiling rustls v0.22.4
18402025-03-11T21:21:32.257Z Compiling icu_properties_data v1.5.0
18412025-03-11T21:21:32.341Z Compiling untrusted v0.7.1
18422025-03-11T21:21:32.451Z Compiling pretty-hex v0.4.1
18432025-03-11T21:21:32.521Z Compiling untrusted v0.9.0
18442025-03-11T21:21:32.547Z Compiling icu_properties v1.5.1
18452025-03-11T21:21:32.734Z Compiling dof v0.3.0
18462025-03-11T21:21:33.249Z Compiling deranged v0.3.11
18472025-03-11T21:21:34.512Z Compiling spki v0.7.3
18482025-03-11T21:21:34.900Z Compiling salsa20 v0.10.2
18492025-03-11T21:21:34.955Z Compiling dtrace-parser v0.2.0
18502025-03-11T21:21:35.038Z Compiling pbkdf2 v0.12.2
18512025-03-11T21:21:35.515Z Compiling bzip2-sys v0.1.11+1.0.8
18522025-03-11T21:21:36.334Z Compiling thread-id v4.2.2
18532025-03-11T21:21:36.431Z Compiling winnow v0.5.40
18542025-03-11T21:21:36.461Z Compiling litrs v0.4.1
18552025-03-11T21:21:36.481Z Compiling write16 v1.0.0
18562025-03-11T21:21:36.637Z Compiling num_threads v0.1.7
18572025-03-11T21:21:36.777Z Compiling utf16_iter v1.0.5
18582025-03-11T21:21:36.834Z Compiling icu_normalizer_data v1.5.0
18592025-03-11T21:21:36.974Z Compiling rustversion v1.0.17
18602025-03-11T21:21:37.450Z Compiling utf8_iter v1.0.4
18612025-03-11T21:21:38.139Z Compiling atomic-waker v1.1.2
18622025-03-11T21:21:38.222Z Compiling icu_normalizer v1.5.0
18632025-03-11T21:21:38.365Z Compiling time v0.3.36
18642025-03-11T21:21:39.849Z Compiling toml_edit v0.19.15
18652025-03-11T21:21:41.615Z Compiling document-features v0.2.10
18662025-03-11T21:21:42.782Z Compiling scrypt v0.11.0
18672025-03-11T21:21:43.257Z Compiling form_urlencoded v1.2.1
18682025-03-11T21:21:43.374Z Compiling aes v0.8.4
18692025-03-11T21:21:43.668Z Compiling cbc v0.1.2
18702025-03-11T21:21:43.708Z Compiling http-body v1.0.1
18712025-03-11T21:21:44.056Z Compiling multer v3.1.0
18722025-03-11T21:21:44.265Z Compiling try-lock v0.2.5
18732025-03-11T21:21:44.480Z Compiling slog-async v2.8.0
18742025-03-11T21:21:44.606Z Compiling tinyvec_macros v0.1.1
18752025-03-11T21:21:44.718Z Compiling tinyvec v1.8.0
18762025-03-11T21:21:44.983Z Compiling want v0.3.1
18772025-03-11T21:21:45.290Z Compiling pkcs5 v0.7.1
18782025-03-11T21:21:46.718Z Compiling idna_adapter v1.2.0
18792025-03-11T21:21:47.003Z Compiling h2 v0.4.6
18802025-03-11T21:21:47.433Z Compiling rand_chacha v0.3.1
18812025-03-11T21:21:48.281Z Compiling heapless v0.7.17
18822025-03-11T21:21:48.967Z Compiling adler2 v2.0.0
18832025-03-11T21:21:49.242Z Compiling signal-hook v0.3.17
18842025-03-11T21:21:49.270Z Compiling tower-service v0.3.3
18852025-03-11T21:21:49.507Z Compiling httpdate v1.0.3
18862025-03-11T21:21:50.338Z Compiling miniz_oxide v0.8.5
18872025-03-11T21:21:52.321Z Compiling rand v0.8.5
18882025-03-11T21:21:53.811Z Compiling idna v1.0.3
18892025-03-11T21:21:54.684Z Compiling pkcs8 v0.10.2
18902025-03-11T21:21:55.260Z Compiling hyper v1.6.0
18912025-03-11T21:21:55.280Z Compiling usdt-attr-macro v0.5.0
18922025-03-11T21:21:55.376Z Compiling usdt-macro v0.5.0
18932025-03-11T21:21:56.807Z Compiling async-stream-impl v0.3.6
18942025-03-11T21:21:57.497Z Compiling base64 v0.22.1
18952025-03-11T21:21:58.408Z Compiling hyper-util v0.1.10
18962025-03-11T21:22:04.410Z Compiling curve25519-dalek v4.1.3
18972025-03-11T21:22:04.856Z Compiling openapiv3 v2.0.0
18982025-03-11T21:22:05.076Z Compiling enum-as-inner v0.6.1
18992025-03-11T21:22:05.606Z Compiling memoffset v0.9.1
19002025-03-11T21:22:05.972Z Compiling dropshot v0.12.0
19012025-03-11T21:22:06.101Z Compiling newtype-uuid v1.2.1
19022025-03-11T21:22:06.315Z Compiling foreign-types-shared v0.1.1
19032025-03-11T21:22:06.458Z Compiling match_cfg v0.1.0
19042025-03-11T21:22:06.589Z Compiling smoltcp v0.9.1
19052025-03-11T21:22:06.791Z Compiling num-bigint-dig v0.8.4
19062025-03-11T21:22:06.980Z Compiling portable-atomic v1.9.0
19072025-03-11T21:22:07.083Z Compiling foreign-types v0.3.2
19082025-03-11T21:22:07.132Z Compiling hostname v0.3.1
19092025-03-11T21:22:07.862Z Compiling rand_core v0.9.2
19102025-03-11T21:22:08.299Z Compiling url v2.5.3
19112025-03-11T21:22:09.991Z Compiling http-body-util v0.1.2
19122025-03-11T21:22:10.517Z Compiling dirs-sys-next v0.1.2
19132025-03-11T21:22:10.976Z Compiling encoding_rs v0.8.34
19142025-03-11T21:22:11.245Z Compiling data-encoding v2.6.0
19152025-03-11T21:22:12.698Z Compiling heck v0.4.1
19162025-03-11T21:22:13.086Z Compiling cfg_aliases v0.2.1
19172025-03-11T21:22:13.203Z Compiling mime v0.3.17
19182025-03-11T21:22:14.250Z Compiling ident_case v1.0.1
19192025-03-11T21:22:14.353Z Compiling gimli v0.31.1
19202025-03-11T21:22:14.456Z Compiling siphasher v0.3.11
19212025-03-11T21:22:14.819Z Compiling darling_core v0.20.10
19222025-03-11T21:22:20.191Z Compiling addr2line v0.24.2
19232025-03-11T21:22:20.991Z Compiling nix v0.29.0
19242025-03-11T21:22:22.317Z Compiling dirs-next v2.0.0
19252025-03-11T21:22:23.361Z Compiling rand_chacha v0.9.0
19262025-03-11T21:22:25.003Z Compiling unicode-normalization v0.1.24
19272025-03-11T21:22:26.089Z Compiling serde_urlencoded v0.7.1
19282025-03-11T21:22:26.675Z Compiling crossbeam-epoch v0.9.18
19292025-03-11T21:22:27.328Z Compiling rustls-pemfile v2.2.0
19302025-03-11T21:22:27.805Z Compiling hubpack_derive v0.1.1
19312025-03-11T21:22:28.384Z Compiling dropshot_endpoint v0.12.0
19322025-03-11T21:22:28.638Z Compiling sha1 v0.10.6
19332025-03-11T21:22:29.057Z Compiling signature v2.2.0
19342025-03-11T21:22:29.316Z Compiling curve25519-dalek-derive v0.1.1
19352025-03-11T21:22:30.533Z Compiling zerocopy-derive v0.6.6
19362025-03-11T21:22:30.588Z Compiling thread_local v1.1.8
19372025-03-11T21:22:31.039Z Compiling object v0.36.5
19382025-03-11T21:22:32.017Z Compiling fs-err v2.11.0
19392025-03-11T21:22:32.245Z Compiling ahash v0.8.11
19402025-03-11T21:22:32.393Z Compiling crc32fast v1.4.2
19412025-03-11T21:22:32.741Z Compiling unicode-properties v0.1.3
19422025-03-11T21:22:33.221Z Compiling openssl-probe v0.1.5
19432025-03-11T21:22:33.538Z Compiling rustc-demangle v0.1.24
19442025-03-11T21:22:34.645Z Compiling rustls-webpki v0.102.8
19452025-03-11T21:22:36.368Z Compiling zip v2.1.3
19462025-03-11T21:22:36.452Z Compiling anstyle v1.0.10
19472025-03-11T21:22:36.493Z Compiling unicode-bidi v0.3.17
19482025-03-11T21:22:36.708Z Compiling buf-list v1.0.3
19492025-03-11T21:22:36.856Z Compiling utf8parse v0.2.2
19502025-03-11T21:22:36.883Z Compiling ipnet v2.11.0
19512025-03-11T21:22:37.062Z Compiling winnow v0.7.3
19522025-03-11T21:22:39.657Z Compiling backtrace v0.3.74
19532025-03-11T21:22:39.723Z Compiling stringprep v0.1.5
19542025-03-11T21:22:40.553Z Compiling toml_edit v0.22.24
19552025-03-11T21:22:40.604Z Compiling anstyle-parse v0.2.5
19562025-03-11T21:22:43.156Z Compiling crossbeam-deque v0.8.5
19572025-03-11T21:22:46.735Z Compiling rand v0.9.0
19582025-03-11T21:22:46.870Z Compiling term v0.7.0
19592025-03-11T21:22:47.973Z Compiling darling_macro v0.20.10
19602025-03-11T21:22:48.017Z Compiling slog-json v2.6.1
19612025-03-11T21:22:49.015Z Compiling crossbeam-channel v0.5.13
19622025-03-11T21:22:49.723Z Compiling futures-executor v0.3.31
19632025-03-11T21:22:50.140Z Compiling num-integer v0.1.46
19642025-03-11T21:22:50.177Z Compiling md-5 v0.10.6
19652025-03-11T21:22:50.202Z Compiling hash32 v0.2.1
19662025-03-11T21:22:50.433Z Compiling ff v0.13.0
19672025-03-11T21:22:50.579Z Compiling memmap v0.7.0
19682025-03-11T21:22:50.689Z Compiling is-terminal v0.4.13
19692025-03-11T21:22:50.822Z Compiling fallible-iterator v0.2.0
19702025-03-11T21:22:50.847Z Compiling colorchoice v1.0.2
19712025-03-11T21:22:50.874Z Compiling take_mut v0.2.2
19722025-03-11T21:22:51.035Z Compiling linked-hash-map v0.5.6
19732025-03-11T21:22:51.055Z Compiling utf-8 v0.7.6
19742025-03-11T21:22:51.397Z Compiling anstyle-query v1.1.1
19752025-03-11T21:22:51.498Z Compiling psl-types v2.0.11
19762025-03-11T21:22:51.560Z Compiling quick-error v1.2.3
19772025-03-11T21:22:51.702Z Compiling base16ct v0.2.0
19782025-03-11T21:22:51.964Z Compiling is_terminal_polyfill v1.70.1
19792025-03-11T21:22:52.030Z Compiling publicsuffix v2.3.0
19802025-03-11T21:22:52.123Z Compiling anstream v0.6.15
19812025-03-11T21:22:52.198Z Compiling sec1 v0.7.3
19822025-03-11T21:22:52.417Z Compiling resolv-conf v0.7.0
19832025-03-11T21:22:52.721Z Compiling postgres-protocol v0.6.8
19842025-03-11T21:22:52.767Z Compiling lru-cache v0.1.2
19852025-03-11T21:22:52.787Z Compiling tungstenite v0.24.0
19862025-03-11T21:22:52.969Z Compiling slog-term v2.9.1
19872025-03-11T21:22:53.034Z Compiling usdt v0.5.0
19882025-03-11T21:22:53.518Z Compiling group v0.13.0
19892025-03-11T21:22:53.798Z Compiling num-iter v0.1.45
19902025-03-11T21:22:53.855Z Compiling futures v0.3.31
19912025-03-11T21:22:55.278Z Compiling darling v0.20.10
19922025-03-11T21:22:55.456Z Compiling slog-bunyan v2.5.0
19932025-03-11T21:22:55.688Z Compiling tokio-rustls v0.26.0
19942025-03-11T21:22:55.753Z Compiling tokio-rustls v0.25.0
19952025-03-11T21:22:56.190Z Compiling toml v0.8.20
19962025-03-11T21:22:56.211Z Compiling bzip2 v0.4.4
19972025-03-11T21:22:56.214Z Compiling tokio-native-tls v0.3.1
19982025-03-11T21:22:56.570Z Compiling hickory-proto v0.24.4
19992025-03-11T21:22:56.609Z Compiling flate2 v1.1.0
20002025-03-11T21:22:56.836Z Compiling phf_shared v0.11.2
20012025-03-11T21:22:57.218Z Compiling strum_macros v0.25.3
20022025-03-11T21:22:57.860Z Compiling async-stream v0.3.6
20032025-03-11T21:22:57.904Z Compiling waitgroup v0.1.2
20042025-03-11T21:22:58.148Z Compiling webpki-roots v0.26.6
20052025-03-11T21:22:58.593Z Compiling hkdf v0.12.4
20062025-03-11T21:22:58.624Z Compiling terminal_size v0.4.0
20072025-03-11T21:22:58.834Z Compiling serde_path_to_error v0.1.16
20082025-03-11T21:22:58.854Z Compiling sync_wrapper v1.0.1
20092025-03-11T21:22:59.219Z Compiling crypto-bigint v0.5.5
20102025-03-11T21:22:59.355Z Compiling clap_derive v4.5.28
20112025-03-11T21:22:59.602Z Compiling derive-where v1.2.7
20122025-03-11T21:22:59.725Z Compiling serde_repr v0.1.19
20132025-03-11T21:23:00.135Z Compiling regress v0.10.3
20142025-03-11T21:23:00.517Z Compiling hostname v0.4.0
20152025-03-11T21:23:00.870Z Compiling clap_lex v0.7.4
20162025-03-11T21:23:01.276Z Compiling tower-layer v0.3.3
20172025-03-11T21:23:01.714Z Compiling simd-adler32 v0.3.7
20182025-03-11T21:23:02.032Z Compiling managed v0.8.0
20192025-03-11T21:23:02.219Z Compiling debug-ignore v1.0.5
20202025-03-11T21:23:02.399Z Compiling bumpalo v3.16.0
20212025-03-11T21:23:02.527Z Compiling bitflags v1.3.2
20222025-03-11T21:23:02.568Z Compiling unicode-width v0.2.0
20232025-03-11T21:23:02.656Z Compiling lockfree-object-pool v0.1.6
20242025-03-11T21:23:02.939Z Compiling zopfli v0.8.1
20252025-03-11T21:23:03.111Z Compiling console v0.15.10
20262025-03-11T21:23:03.471Z Compiling tower v0.5.2
20272025-03-11T21:23:04.225Z Compiling typify-impl v0.2.0
20282025-03-11T21:23:04.291Z Compiling elliptic-curve v0.13.8
20292025-03-11T21:23:04.551Z Compiling hickory-resolver v0.24.4
20302025-03-11T21:23:05.004Z Compiling clap_builder v4.5.31
20312025-03-11T21:23:07.800Z Compiling hyper-rustls v0.27.3
20322025-03-11T21:23:10.534Z Compiling phf v0.11.2
20332025-03-11T21:23:10.835Z Compiling hyper-tls v0.6.0
20342025-03-11T21:23:11.114Z Compiling signal-hook-mio v0.2.4
20352025-03-11T21:23:11.280Z Compiling rayon v1.10.0
20362025-03-11T21:23:11.303Z Compiling cookie_store v0.21.1
20372025-03-11T21:23:11.469Z Compiling tokio-tungstenite v0.24.0
20382025-03-11T21:23:11.821Z Compiling postgres-types v0.2.9
20392025-03-11T21:23:12.550Z Compiling zerocopy v0.6.6
20402025-03-11T21:23:12.703Z Compiling ed25519 v2.2.3
20412025-03-11T21:23:13.095Z Compiling hubpack v0.1.2
20422025-03-11T21:23:13.371Z Compiling phf_shared v0.10.0
20432025-03-11T21:23:13.562Z Compiling pkcs1 v0.7.5
20442025-03-11T21:23:13.907Z Compiling tokio-stream v0.1.17
20452025-03-11T21:23:14.867Z Compiling ipnetwork v0.21.1
20462025-03-11T21:23:14.911Z Compiling rfc6979 v0.4.0
20472025-03-11T21:23:15.403Z Compiling serde-big-array v0.5.1
20482025-03-11T21:23:15.662Z Compiling float-cmp v0.10.0
20492025-03-11T21:23:15.718Z Compiling bstr v1.10.0
20502025-03-11T21:23:16.957Z Compiling normalize-line-endings v0.3.0
20512025-03-11T21:23:17.135Z Compiling whoami v1.5.2
20522025-03-11T21:23:17.164Z Compiling static_assertions v1.1.0
20532025-03-11T21:23:17.291Z Compiling fixedbitset v0.4.2
20542025-03-11T21:23:17.655Z Compiling precomputed-hash v0.1.1
20552025-03-11T21:23:17.806Z Compiling unicode-segmentation v1.12.0
20562025-03-11T21:23:18.172Z Compiling number_prefix v0.4.0
20572025-03-11T21:23:18.239Z Compiling difflib v0.4.0
20582025-03-11T21:23:18.427Z Compiling new_debug_unreachable v1.0.6
20592025-03-11T21:23:18.544Z Compiling predicates-core v1.0.8
20602025-03-11T21:23:18.565Z Compiling string_cache v0.8.7
20612025-03-11T21:23:18.614Z Compiling similar v2.7.0
20622025-03-11T21:23:18.849Z Compiling predicates v3.1.3
20632025-03-11T21:23:18.925Z Compiling indicatif v0.17.11
20642025-03-11T21:23:19.294Z Compiling petgraph v0.6.5
20652025-03-11T21:23:20.156Z Compiling tokio-postgres v0.7.13
20662025-03-11T21:23:20.404Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20672025-03-11T21:23:20.893Z Compiling ecdsa v0.16.9
20682025-03-11T21:23:20.931Z Compiling qorb v0.2.1
20692025-03-11T21:23:22.151Z Compiling rsa v0.9.6
20702025-03-11T21:23:22.913Z Compiling typify-macro v0.2.0
20712025-03-11T21:23:25.061Z Compiling reqwest v0.12.12
20722025-03-11T21:23:25.719Z Compiling ed25519-dalek v2.1.1
20732025-03-11T21:23:26.718Z Compiling crossterm v0.28.1
20742025-03-11T21:23:26.738Z Compiling clap v4.5.31
20752025-03-11T21:23:27.129Z Compiling zip v0.6.6
20762025-03-11T21:23:27.767Z Compiling toml v0.7.8
20772025-03-11T21:23:27.972Z Compiling x509-cert v0.2.5
20782025-03-11T21:23:29.075Z Compiling hex v0.4.3
20792025-03-11T21:23:29.704Z Compiling itertools v0.10.5
20802025-03-11T21:23:32.056Z Compiling unicode-xid v0.2.6
20812025-03-11T21:23:32.287Z Compiling peg-runtime v0.8.5
20822025-03-11T21:23:32.696Z Compiling lalrpop-util v0.19.12
20832025-03-11T21:23:35.439Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20842025-03-11T21:23:39.573Z Compiling proc-macro-crate v1.3.1
20852025-03-11T21:23:40.282Z Compiling macaddr v1.0.1
20862025-03-11T21:23:40.647Z Compiling itertools v0.13.0
20872025-03-11T21:23:41.990Z Compiling heapless v0.8.0
20882025-03-11T21:23:43.334Z Compiling fastrand v2.1.1
20892025-03-11T21:23:44.028Z Compiling tempfile v3.13.0
20902025-03-11T21:23:44.184Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20912025-03-11T21:23:49.545Z Compiling num_enum_derive v0.5.11
20922025-03-11T21:23:53.822Z Compiling structmeta-derive v0.3.0
20932025-03-11T21:23:55.333Z Compiling hash32 v0.3.1
20942025-03-11T21:23:56.194Z Compiling smoltcp v0.11.0
20952025-03-11T21:23:56.366Z Compiling thiserror v2.0.11
20962025-03-11T21:23:57.207Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20972025-03-11T21:24:01.394Z Compiling structmeta v0.3.0
20982025-03-11T21:24:02.736Z Compiling num_enum v0.5.11
20992025-03-11T21:24:02.935Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21002025-03-11T21:24:03.530Z Compiling typify v0.2.0
21012025-03-11T21:24:03.680Z Compiling oxnet v0.1.1
21022025-03-11T21:24:04.367Z Compiling strum_macros v0.26.4
21032025-03-11T21:24:05.200Z Compiling thiserror-impl v2.0.11
21042025-03-11T21:24:07.406Z Compiling proc-macro-error-attr v1.0.4
21052025-03-11T21:24:08.571Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21062025-03-11T21:24:08.633Z Compiling cobs v0.2.3
21072025-03-11T21:24:08.909Z Compiling unsafe-libyaml v0.2.11
21082025-03-11T21:24:10.445Z Compiling serde_yaml v0.9.34+deprecated
21092025-03-11T21:24:10.946Z Compiling postcard v1.0.10
21102025-03-11T21:24:11.684Z Compiling strum v0.26.3
21112025-03-11T21:24:25.772Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21122025-03-11T21:24:25.985Z Compiling progenitor-impl v0.8.0
21132025-03-11T21:24:36.208Z Compiling foreign-types-macros v0.2.3
21142025-03-11T21:24:36.249Z Compiling wait-timeout v0.2.0
21152025-03-11T21:24:36.408Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21162025-03-11T21:24:36.443Z Compiling proc-macro-error v1.0.4
21172025-03-11T21:24:36.799Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21182025-03-11T21:24:37.532Z Compiling bit-vec v0.8.0
21192025-03-11T21:24:37.705Z Compiling unicode-width v0.1.14
21202025-03-11T21:24:38.333Z Compiling foreign-types-shared v0.3.1
21212025-03-11T21:24:38.399Z Compiling tabwriter v1.4.0
21222025-03-11T21:24:38.442Z Compiling foreign-types v0.5.0
21232025-03-11T21:24:38.479Z Compiling bit-set v0.8.0
21242025-03-11T21:24:44.900Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21252025-03-11T21:24:46.304Z Compiling rusty-fork v0.3.0
21262025-03-11T21:24:49.213Z Compiling progenitor-macro v0.8.0
21272025-03-11T21:24:53.277Z Compiling parse-display-derive v0.10.0
21282025-03-11T21:24:54.702Z Compiling progenitor-client v0.8.0
21292025-03-11T21:24:56.855Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21302025-03-11T21:24:57.709Z Compiling daft-derive v0.1.1
21312025-03-11T21:24:58.710Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21322025-03-11T21:24:59.156Z Compiling rand_xorshift v0.3.0
21332025-03-11T21:24:59.199Z Compiling cstr-argument v0.1.2
21342025-03-11T21:24:59.479Z Compiling dropshot v0.16.0
21352025-03-11T21:24:59.496Z Compiling crucible-workspace-hack v0.1.0
21362025-03-11T21:24:59.567Z Compiling unarray v0.1.4
21372025-03-11T21:24:59.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21382025-03-11T21:24:59.816Z Compiling pretty-hex v0.2.1
21392025-03-11T21:25:00.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21402025-03-11T21:25:00.328Z Compiling proptest v1.6.0
21412025-03-11T21:25:00.506Z Compiling progenitor v0.8.0
21422025-03-11T21:25:00.612Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21432025-03-11T21:25:00.748Z Compiling daft v0.1.1
21442025-03-11T21:25:00.807Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21452025-03-11T21:25:01.021Z Compiling parse-display v0.10.0
21462025-03-11T21:25:01.505Z Compiling test-strategy v0.4.0
21472025-03-11T21:25:01.958Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21482025-03-11T21:25:02.203Z Compiling colored v2.2.0
21492025-03-11T21:25:02.997Z Compiling serde_with_macros v3.12.0
21502025-03-11T21:25:03.616Z Compiling dropshot_endpoint v0.16.0
21512025-03-11T21:25:04.675Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21522025-03-11T21:25:05.348Z Compiling instant v0.1.13
21532025-03-11T21:25:05.458Z Compiling winnow v0.6.20
21542025-03-11T21:25:05.552Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21552025-03-11T21:25:05.992Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21562025-03-11T21:25:07.115Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21572025-03-11T21:25:07.568Z Compiling backoff v0.4.0
21582025-03-11T21:25:07.968Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21592025-03-11T21:25:08.222Z Compiling serde_with v3.12.0
21602025-03-11T21:25:08.317Z Compiling zone_cfg_derive v0.3.0
21612025-03-11T21:25:08.997Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21622025-03-11T21:25:09.787Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21632025-03-11T21:25:09.804Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21642025-03-11T21:25:10.670Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21652025-03-11T21:25:11.120Z Compiling camino-tempfile v1.1.1
21662025-03-11T21:25:11.909Z Compiling progenitor-client v0.9.1
21672025-03-11T21:25:12.415Z Compiling num-derive v0.4.2
21682025-03-11T21:25:12.906Z Compiling sigpipe v0.1.3
21692025-03-11T21:25:13.074Z Compiling libefi-sys v0.1.0
21702025-03-11T21:25:13.433Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21712025-03-11T21:25:13.842Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21722025-03-11T21:25:14.675Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21732025-03-11T21:25:16.286Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21742025-03-11T21:25:17.070Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21752025-03-11T21:25:17.962Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21762025-03-11T21:25:18.541Z Compiling zone v0.3.0
21772025-03-11T21:25:19.291Z Compiling itertools v0.14.0
21782025-03-11T21:25:20.510Z Compiling smf v0.2.3
21792025-03-11T21:25:21.140Z Compiling bitfield-struct v0.6.2
21802025-03-11T21:25:21.896Z Compiling blake3 v1.5.4
21812025-03-11T21:25:22.520Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21822025-03-11T21:25:22.863Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21832025-03-11T21:25:23.141Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21842025-03-11T21:25:23.177Z Compiling xattr v1.3.1
21852025-03-11T21:25:23.521Z Compiling filetime v0.2.25
21862025-03-11T21:25:23.541Z Compiling memmap2 v0.9.5
21872025-03-11T21:25:23.628Z Compiling constant_time_eq v0.3.1
21882025-03-11T21:25:23.847Z Compiling same-file v1.0.6
21892025-03-11T21:25:23.910Z Compiling arrayref v0.3.9
21902025-03-11T21:25:24.040Z Compiling arrayvec v0.7.6
21912025-03-11T21:25:24.124Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21922025-03-11T21:25:24.158Z Compiling walkdir v2.5.0
21932025-03-11T21:25:24.248Z Compiling tar v0.4.44
21942025-03-11T21:25:24.278Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21952025-03-11T21:25:25.785Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21962025-03-11T21:25:26.223Z Compiling gethostname v0.5.0
21972025-03-11T21:25:26.464Z Compiling cargo-platform v0.1.8
21982025-03-11T21:25:26.923Z Compiling topological-sort v0.2.2
21992025-03-11T21:25:27.078Z Compiling fixedbitset v0.5.7
22002025-03-11T21:25:27.230Z Compiling omicron-zone-package v0.12.0
22012025-03-11T21:25:27.589Z Compiling petgraph v0.7.1
22022025-03-11T21:25:28.033Z Compiling cargo_metadata v0.19.2
22032025-03-11T21:25:28.260Z Compiling indent_write v2.2.0
22042025-03-11T21:25:28.530Z Compiling shell-words v1.1.0
22052025-03-11T21:25:34.862Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22062025-03-11T21:25:36.428Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22072025-03-11T21:25:38.423Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22082025-03-11T21:25:56.922Z Finished `release` profile [optimized] target(s) in 5m 22s
22092025-03-11T21:25:57.108Z Running `target/release/omicron-package -t test target create -p dev`
22102025-03-11T21:25:57.163ZLogging to: /work/oxidecomputer/omicron/out/LOG
22112025-03-11T21:25:57.166ZCreated new build target 'test' and set it as active
22122025-03-11T21:25:57.166Z
22132025-03-11T21:25:57.166Zreal 5:22.765864575
22142025-03-11T21:25:57.166Zuser 37:28.997143637
22152025-03-11T21:25:57.166Zsys 3:38.032379510
22162025-03-11T21:25:57.166Ztrap 1.185210267
22172025-03-11T21:25:57.167Ztflt 1.722749209
22182025-03-11T21:25:57.167Zdflt 0.863025675
22192025-03-11T21:25:57.167Zkflt 0.000127932
22202025-03-11T21:25:57.167Zlock 1:14:15.347195795
22212025-03-11T21:25:57.167Zslp 2:31:55.444824286
22222025-03-11T21:25:57.167Zlat 2:50.940996836
22232025-03-11T21:25:57.167Zstop 5:04.810945008
22242025-03-11T21:25:57.167Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22252025-03-11T21:25:58.213Z Finished `release` profile [optimized] target(s) in 0.98s
22262025-03-11T21:25:58.286Z Running `target/release/omicron-package -t test package`
22272025-03-11T21:25:58.336ZLogging to: /work/oxidecomputer/omicron/out/LOG
22282025-03-11T21:25:59.574Z Compiling ring v0.17.11
22292025-03-11T21:25:59.759Z Compiling thiserror v2.0.11
22302025-03-11T21:25:59.778Z Compiling typify-impl v0.3.0
22312025-03-11T21:25:59.796Z Compiling convert_case v0.4.0
22322025-03-11T21:25:59.799Z Compiling fastrand v2.1.1
22332025-03-11T21:25:59.799Z Compiling newline-converter v0.3.0
22342025-03-11T21:25:59.799Z Compiling password-hash v0.5.0
22352025-03-11T21:26:00.041Z Compiling expectorate v1.1.0
22362025-03-11T21:26:00.279Z Compiling tempfile v3.13.0
22372025-03-11T21:26:00.308Z Compiling blake2 v0.10.6
22382025-03-11T21:26:00.434Z Compiling derive_more v0.99.19
22392025-03-11T21:26:00.979Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22402025-03-11T21:26:01.504Z Compiling base64 v0.21.7
22412025-03-11T21:26:01.833Z Compiling argon2 v0.5.3
22422025-03-11T21:26:02.093Z Compiling atomicwrites v0.4.4
22432025-03-11T21:26:02.595Z Compiling cancel-safe-futures v0.1.5
22442025-03-11T21:26:02.626Z Compiling owo-colors v4.2.0
22452025-03-11T21:26:02.988Z Compiling num-rational v0.4.2
22462025-03-11T21:26:03.230Z Compiling libsw-core v0.3.1
22472025-03-11T21:26:03.516Z Compiling num-complex v0.4.6
22482025-03-11T21:26:04.051Z Compiling libsw v3.4.0
22492025-03-11T21:26:04.626Z Compiling num v0.4.3
22502025-03-11T21:26:04.756Z Compiling rustls v0.23.19
22512025-03-11T21:26:04.789Z Compiling rustls v0.22.4
22522025-03-11T21:26:05.306Z Compiling linear-map v1.2.0
22532025-03-11T21:26:05.489Z Compiling float-ord v0.3.2
22542025-03-11T21:26:05.674Z Compiling swrite v0.1.0
22552025-03-11T21:26:05.722Z Compiling highway v1.3.0
22562025-03-11T21:26:05.805Z Compiling tungstenite v0.21.0
22572025-03-11T21:26:05.847Z Compiling semver v0.1.20
22582025-03-11T21:26:06.399Z Compiling rustc_version v0.1.7
22592025-03-11T21:26:06.777Z Compiling newtype_derive v0.1.6
22602025-03-11T21:26:06.807Z Compiling ipnetwork v0.21.1
22612025-03-11T21:26:07.125Z Compiling tokio-tungstenite v0.21.0
22622025-03-11T21:26:07.253Z Compiling wait-timeout v0.2.0
22632025-03-11T21:26:07.547Z Compiling rustls-webpki v0.102.8
22642025-03-11T21:26:07.707Z Compiling bit-vec v0.8.0
22652025-03-11T21:26:07.746Z Compiling rusty-fork v0.3.0
22662025-03-11T21:26:08.179Z Compiling bit-set v0.8.0
22672025-03-11T21:26:08.329Z Compiling oxnet v0.1.1
22682025-03-11T21:26:09.051Z Compiling rand_xorshift v0.3.0
22692025-03-11T21:26:09.164Z Compiling unarray v0.1.4
22702025-03-11T21:26:09.308Z Compiling humantime v2.1.0
22712025-03-11T21:26:09.364Z Compiling proptest v1.6.0
22722025-03-11T21:26:09.936Z Compiling typify-macro v0.3.0
22732025-03-11T21:26:10.285Z Compiling daft v0.1.1
22742025-03-11T21:26:10.741Z Compiling parse-display v0.10.0
22752025-03-11T21:26:10.892Z Compiling dropshot v0.16.0
22762025-03-11T21:26:10.974Z Compiling strum v0.26.3
22772025-03-11T21:26:11.187Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22782025-03-11T21:26:11.257Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22792025-03-11T21:26:11.373Z Compiling instant v0.1.13
22802025-03-11T21:26:11.551Z Compiling backoff v0.4.0
22812025-03-11T21:26:11.919Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822025-03-11T21:26:12.408Z Compiling steno v0.4.1
22832025-03-11T21:26:12.841Z Compiling tokio-rustls v0.25.0
22842025-03-11T21:26:13.280Z Compiling dropshot v0.12.0
22852025-03-11T21:26:13.971Z Compiling typify v0.3.0
22862025-03-11T21:26:14.136Z Compiling progenitor-impl v0.9.1
22872025-03-11T21:26:15.826Z Compiling tokio-rustls v0.26.0
22882025-03-11T21:26:16.320Z Compiling hyper-rustls v0.27.3
22892025-03-11T21:26:16.829Z Compiling reqwest v0.12.12
22902025-03-11T21:26:20.060Z Compiling qorb v0.2.1
22912025-03-11T21:26:21.361Z Compiling progenitor-macro v0.9.1
22922025-03-11T21:26:25.227Z Compiling progenitor-client v0.9.1
22932025-03-11T21:26:25.820Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942025-03-11T21:26:26.382Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22952025-03-11T21:26:51.328Z Compiling progenitor-client v0.8.0
22962025-03-11T21:26:52.252Z Compiling progenitor v0.8.0
22972025-03-11T21:26:52.500Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22982025-03-11T21:26:55.967Z Compiling progenitor v0.9.1
22992025-03-11T21:26:56.227Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23002025-03-11T21:26:57.744Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23012025-03-11T21:26:58.010Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23022025-03-11T21:26:58.659Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23032025-03-11T21:26:59.407Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23042025-03-11T21:27:00.759Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23052025-03-11T21:27:05.973Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23062025-03-11T21:27:06.563Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23072025-03-11T21:27:06.842Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082025-03-11T21:27:07.066Z Compiling serde_with v3.12.0
23092025-03-11T21:27:10.849Z Compiling macaddr v1.0.1
23102025-03-11T21:27:11.302Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23112025-03-11T21:27:11.497Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23122025-03-11T21:27:11.904Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23132025-03-11T21:27:13.087Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23142025-03-11T21:27:14.327Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23152025-03-11T21:27:17.399Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23162025-03-11T21:27:19.820Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23172025-03-11T21:27:22.332Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23182025-03-11T21:27:26.300Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23192025-03-11T21:27:27.126Z Compiling slog-dtrace v0.3.0
23202025-03-11T21:27:28.440Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23212025-03-11T21:27:30.409Z Compiling prettyplease v0.2.30
23222025-03-11T21:27:34.152Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23232025-03-11T21:27:37.287Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242025-03-11T21:27:38.371Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23252025-03-11T21:27:38.688Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23262025-03-11T21:27:39.432Z Compiling half v2.4.1
23272025-03-11T21:27:40.121Z Compiling ciborium-io v0.2.2
23282025-03-11T21:27:40.180Z Compiling bytecount v0.6.8
23292025-03-11T21:27:40.291Z Compiling ciborium-ll v0.2.2
23302025-03-11T21:27:40.488Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23312025-03-11T21:27:40.841Z Compiling ciborium v0.2.2
23322025-03-11T21:27:42.281Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23332025-03-11T21:27:42.727Z Compiling display-error-chain v0.2.2
23342025-03-11T21:27:42.825Z Compiling const_format_proc_macros v0.2.34
23352025-03-11T21:27:42.988Z Compiling keccak v0.1.5
23362025-03-11T21:27:44.142Z Compiling maplit v1.0.2
23372025-03-11T21:27:44.289Z Compiling crunchy v0.2.2
23382025-03-11T21:27:44.603Z Compiling same-file v1.0.6
23392025-03-11T21:27:44.797Z Compiling walkdir v2.5.0
23402025-03-11T21:27:44.868Z Compiling const_format v0.2.34
23412025-03-11T21:27:45.492Z Compiling sha3 v0.10.8
23422025-03-11T21:27:46.128Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23432025-03-11T21:27:46.379Z Compiling tiny-keccak v2.0.2
23442025-03-11T21:27:46.714Z Compiling radium v0.7.0
23452025-03-11T21:27:46.769Z Compiling blake3 v1.5.4
23462025-03-11T21:27:47.464Z Compiling dsl_auto_type v0.1.2
23472025-03-11T21:27:47.500Z Compiling scheduled-thread-pool v0.2.7
23482025-03-11T21:27:47.973Z Compiling xattr v1.3.1
23492025-03-11T21:27:48.283Z Compiling diesel_table_macro_syntax v0.2.0
23502025-03-11T21:27:48.682Z Compiling filetime v0.2.25
23512025-03-11T21:27:48.703Z Compiling memmap2 v0.9.5
23522025-03-11T21:27:48.834Z Compiling bit-vec v0.6.3
23532025-03-11T21:27:48.991Z Compiling constant_time_eq v0.3.1
23542025-03-11T21:27:49.093Z Compiling maybe-uninit v2.0.0
23552025-03-11T21:27:49.174Z Compiling arrayref v0.3.9
23562025-03-11T21:27:49.241Z Compiling arrayvec v0.7.6
23572025-03-11T21:27:49.295Z Compiling tap v1.0.1
23582025-03-11T21:27:49.500Z Compiling wyz v0.5.1
23592025-03-11T21:27:49.670Z Compiling bit-set v0.5.3
23602025-03-11T21:27:49.953Z Compiling tar v0.4.44
23612025-03-11T21:27:49.971Z Compiling diesel_derives v2.2.3
23622025-03-11T21:27:50.696Z Compiling r2d2 v0.8.10
23632025-03-11T21:27:51.660Z Compiling toolchain_find v0.4.0
23642025-03-11T21:27:51.728Z Compiling camino-tempfile v1.1.1
23652025-03-11T21:27:52.019Z Compiling phf_generator v0.11.2
23662025-03-11T21:27:52.170Z Compiling ascii-canvas v3.0.0
23672025-03-11T21:27:52.209Z Compiling secrecy v0.8.0
23682025-03-11T21:27:52.243Z Compiling async-recursion v1.1.1
23692025-03-11T21:27:52.507Z Compiling ena v0.14.3
23702025-03-11T21:27:52.615Z Compiling bindgen v0.71.1
23712025-03-11T21:27:52.816Z Compiling topological-sort v0.2.2
23722025-03-11T21:27:52.937Z Compiling packed_struct v0.10.1
23732025-03-11T21:27:53.079Z Compiling funty v2.0.0
23742025-03-11T21:27:53.101Z Compiling crc-catalog v2.4.0
23752025-03-11T21:27:53.289Z Compiling regex-syntax v0.6.29
23762025-03-11T21:27:53.420Z Compiling diff v0.1.13
23772025-03-11T21:27:53.599Z Compiling crc v3.2.1
23782025-03-11T21:27:53.949Z Compiling omicron-zone-package v0.12.0
23792025-03-11T21:27:54.597Z Compiling bitvec v1.0.1
23802025-03-11T21:27:55.588Z Compiling phf_codegen v0.11.2
23812025-03-11T21:27:55.803Z Compiling rustfmt-wrapper v0.2.1
23822025-03-11T21:27:55.962Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23832025-03-11T21:27:56.659Z Compiling lalrpop v0.19.12
23842025-03-11T21:27:57.079Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23852025-03-11T21:27:57.352Z Compiling universal-hash v0.5.1
23862025-03-11T21:27:57.628Z Compiling packed_struct_codegen v0.10.1
23872025-03-11T21:27:58.213Z Compiling thiserror-impl-no-std v2.0.2
23882025-03-11T21:27:58.761Z Compiling parse-zoneinfo v0.3.1
23892025-03-11T21:27:59.152Z Compiling indexmap v1.9.3
23902025-03-11T21:27:59.507Z Compiling rustc-hash v2.1.1
23912025-03-11T21:27:59.730Z Compiling nodrop v0.1.14
23922025-03-11T21:27:59.901Z Compiling opaque-debug v0.3.1
23932025-03-11T21:27:59.922Z Compiling ref-cast v1.0.23
23942025-03-11T21:28:00.031Z Compiling poly1305 v0.8.0
23952025-03-11T21:28:00.520Z Compiling array-init v0.0.4
23962025-03-11T21:28:00.559Z Compiling thiserror-no-std v2.0.2
23972025-03-11T21:28:00.579Z Compiling diesel v2.2.8
23982025-03-11T21:28:01.557Z Compiling chrono-tz-build v0.4.0
23992025-03-11T21:28:01.577Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24002025-03-11T21:28:02.582Z Compiling smallvec v0.6.14
24012025-03-11T21:28:03.112Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24022025-03-11T21:28:03.475Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032025-03-11T21:28:03.814Z Compiling itertools v0.13.0
24042025-03-11T21:28:04.106Z Compiling derive_builder_core v0.20.2
24052025-03-11T21:28:06.001Z Compiling chacha20 v0.9.1
24062025-03-11T21:28:06.511Z Compiling headers-core v0.3.0
24072025-03-11T21:28:06.715Z Compiling aead v0.5.2
24082025-03-11T21:28:07.099Z Compiling libxml v0.3.3
24092025-03-11T21:28:07.451Z Compiling ref-cast-impl v1.0.23
24102025-03-11T21:28:07.544Z Compiling vte_generate_state_changes v0.1.2
24112025-03-11T21:28:08.157Z Compiling arc-swap v1.7.1
24122025-03-11T21:28:08.526Z Compiling bitfield v0.14.0
24132025-03-11T21:28:08.763Z Compiling hashbrown v0.12.3
24142025-03-11T21:28:08.855Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24152025-03-11T21:28:09.208Z Compiling termcolor v1.4.1
24162025-03-11T21:28:10.201Z Compiling env_logger v0.10.2
24172025-03-11T21:28:11.126Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24182025-03-11T21:28:12.870Z Compiling slog-scope v4.4.0
24192025-03-11T21:28:13.386Z Compiling samael v0.0.18
24202025-03-11T21:28:13.538Z Compiling vte v0.11.1
24212025-03-11T21:28:13.816Z Compiling chacha20poly1305 v0.10.1
24222025-03-11T21:28:14.078Z Compiling headers v0.4.0
24232025-03-11T21:28:14.940Z Compiling derive_builder_macro v0.20.2
24242025-03-11T21:28:15.137Z Compiling serde-hex v0.1.0
24252025-03-11T21:28:15.847Z Compiling chrono-tz v0.10.1
24262025-03-11T21:28:16.632Z Compiling vsss-rs v3.3.4
24272025-03-11T21:28:17.746Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24282025-03-11T21:28:18.167Z Compiling polar-core v0.27.3
24292025-03-11T21:28:20.238Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24302025-03-11T21:28:20.547Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24312025-03-11T21:28:20.580Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24322025-03-11T21:28:20.583Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24332025-03-11T21:28:20.947Z Compiling ron v0.8.1
24342025-03-11T21:28:22.713Z Compiling hashbrown v0.13.2
24352025-03-11T21:28:24.002Z Compiling strum_macros v0.24.3
24362025-03-11T21:28:25.024Z Compiling unicase v2.7.0
24372025-03-11T21:28:25.408Z Compiling crc-any v2.5.0
24382025-03-11T21:28:26.415Z Compiling indoc v1.0.9
24392025-03-11T21:28:26.839Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24402025-03-11T21:28:26.891Z Compiling object v0.30.4
24412025-03-11T21:28:27.235Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24422025-03-11T21:28:42.352Z Compiling derive_builder v0.20.2
24432025-03-11T21:28:44.017Z Compiling strip-ansi-escapes v0.2.0
24442025-03-11T21:28:44.802Z Compiling slog-stdlog v4.1.1
24452025-03-11T21:28:46.667Z Compiling papergrid v0.11.0
24462025-03-11T21:28:46.803Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24472025-03-11T21:28:47.162Z Compiling tabled_derive v0.7.0
24482025-03-11T21:28:48.730Z Compiling fd-lock v4.0.2
24492025-03-11T21:28:49.003Z Compiling peg-macros v0.8.5
24502025-03-11T21:28:49.171Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24512025-03-11T21:28:50.161Z Compiling impl-trait-for-tuples v0.2.2
24522025-03-11T21:28:52.263Z Compiling oso-derive v0.27.3
24532025-03-11T21:28:53.245Z Compiling quick-xml v0.37.2
24542025-03-11T21:28:56.003Z Compiling diesel-dtrace v0.4.2
24552025-03-11T21:28:56.372Z Compiling path-slash v0.1.5
24562025-03-11T21:28:56.667Z Compiling nu-ansi-term v0.50.1
24572025-03-11T21:28:57.971Z Compiling reedline v0.38.0
24582025-03-11T21:29:00.122Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24592025-03-11T21:29:00.387Z Compiling oso v0.27.3
24602025-03-11T21:29:12.295Z Compiling peg v0.8.5
24612025-03-11T21:29:12.475Z Compiling tabled v0.15.0
24622025-03-11T21:29:15.732Z Compiling slog-envlogger v2.2.0
24632025-03-11T21:29:18.268Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24642025-03-11T21:29:18.935Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24652025-03-11T21:29:20.469Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24662025-03-11T21:29:20.836Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24672025-03-11T21:29:22.264Z Compiling pem v3.0.5
24682025-03-11T21:29:23.749Z Compiling bb8 v0.8.5
24692025-03-11T21:29:24.350Z Compiling bcs v0.1.6
24702025-03-11T21:29:25.193Z Compiling fxhash v0.2.1
24712025-03-11T21:29:25.468Z Compiling libz-sys v1.1.20
24722025-03-11T21:29:26.213Z Compiling termtree v0.5.1
24732025-03-11T21:29:26.652Z Compiling async-bb8-diesel v0.2.1
24742025-03-11T21:29:28.252Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24752025-03-11T21:29:30.445Z Compiling kstat-rs v0.2.4
24762025-03-11T21:29:31.346Z Compiling proc-macro-error-attr2 v2.0.0
24772025-03-11T21:29:31.378Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24782025-03-11T21:29:32.143Z Compiling proc-macro-error2 v2.0.1
24792025-03-11T21:29:32.703Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24802025-03-11T21:29:32.739Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24812025-03-11T21:29:33.192Z Compiling nanorand v0.7.0
24822025-03-11T21:29:33.905Z Compiling libgit2-sys v0.17.0+1.8.1
24832025-03-11T21:29:34.686Z Compiling pin-project-internal v1.1.6
24842025-03-11T21:29:37.265Z Compiling parking_lot_core v0.8.6
24852025-03-11T21:29:37.775Z Compiling pin-project v1.1.6
24862025-03-11T21:29:46.848Z Compiling flume v0.11.1
24872025-03-11T21:29:47.468Z Compiling tabled_derive v0.10.0
24882025-03-11T21:29:47.634Z Compiling mime_guess v2.0.5
24892025-03-11T21:29:49.061Z Compiling papergrid v0.14.0
24902025-03-11T21:29:49.778Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24912025-03-11T21:29:50.970Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24922025-03-11T21:29:54.279Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24932025-03-11T21:29:57.412Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24942025-03-11T21:29:58.020Z Compiling snafu-derive v0.8.5
24952025-03-11T21:30:00.587Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24962025-03-11T21:30:01.061Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24972025-03-11T21:30:02.138Z Compiling tabled v0.18.0
24982025-03-11T21:30:02.321Z Compiling snafu v0.8.5
24992025-03-11T21:30:05.009Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25002025-03-11T21:30:11.826Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25012025-03-11T21:30:18.011Z Compiling globset v0.4.15
25022025-03-11T21:30:22.162Z Compiling olpc-cjson v0.1.4
25032025-03-11T21:30:22.480Z Compiling vergen v8.3.2
25042025-03-11T21:30:22.839Z Compiling castaway v0.2.3
25052025-03-11T21:30:23.044Z Compiling nibble_vec v0.1.0
25062025-03-11T21:30:23.314Z Compiling cargo-platform v0.1.8
25072025-03-11T21:30:23.769Z Compiling serde_plain v1.0.2
25082025-03-11T21:30:24.068Z Compiling atty v0.2.14
25092025-03-11T21:30:24.270Z Compiling http-range v0.1.5
25102025-03-11T21:30:24.320Z Compiling salty v0.3.0
25112025-03-11T21:30:24.772Z Compiling io-lifetimes v1.0.11
25122025-03-11T21:30:24.864Z Compiling typed-path v0.9.3
25132025-03-11T21:30:25.331Z Compiling endian-type v0.1.2
25142025-03-11T21:30:25.606Z Compiling radix_trie v0.2.1
25152025-03-11T21:30:27.100Z Compiling cargo_metadata v0.18.1
25162025-03-11T21:30:29.061Z Compiling tough v0.19.0
25172025-03-11T21:30:29.869Z Compiling git2 v0.19.0
25182025-03-11T21:30:29.970Z Compiling compact_str v0.8.0
25192025-03-11T21:30:32.590Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202025-03-11T21:30:34.728Z Compiling parking_lot v0.11.2
25212025-03-11T21:30:37.446Z Compiling unicode-truncate v1.1.0
25222025-03-11T21:30:37.765Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25232025-03-11T21:30:38.138Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25242025-03-11T21:30:38.641Z Compiling lru v0.12.5
25252025-03-11T21:30:39.035Z Compiling rand_seeder v0.3.0
25262025-03-11T21:30:39.481Z Compiling lzma-sys v0.1.20
25272025-03-11T21:30:40.218Z Compiling instability v0.3.2
25282025-03-11T21:30:41.250Z Compiling cassowary v0.3.0
25292025-03-11T21:30:42.563Z Compiling rustix v0.37.28
25302025-03-11T21:30:43.190Z Compiling parse-size v1.1.0
25312025-03-11T21:30:43.562Z Compiling rustls v0.21.12
25322025-03-11T21:30:43.700Z Compiling indoc v2.0.6
25332025-03-11T21:30:43.961Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25342025-03-11T21:30:44.585Z Compiling ratatui v0.29.0
25352025-03-11T21:30:45.237Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25362025-03-11T21:30:45.486Z Compiling hyper-staticfile v0.10.1
25372025-03-11T21:30:47.231Z Compiling sled v0.34.7
25382025-03-11T21:30:48.030Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25392025-03-11T21:30:51.346Z Compiling hickory-client v0.24.4
25402025-03-11T21:30:52.014Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25412025-03-11T21:30:53.275Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25422025-03-11T21:30:56.108Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25432025-03-11T21:30:58.822Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25442025-03-11T21:30:59.186Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25452025-03-11T21:31:00.733Z Compiling sct v0.7.1
25462025-03-11T21:31:01.206Z Compiling rustls-webpki v0.101.7
25472025-03-11T21:31:01.497Z Compiling hickory-server v0.24.4
25482025-03-11T21:31:04.672Z Compiling primeorder v0.13.6
25492025-03-11T21:31:05.156Z Compiling heck v0.3.3
25502025-03-11T21:31:05.285Z Compiling env_filter v0.1.2
25512025-03-11T21:31:05.496Z Compiling csv-core v0.1.11
25522025-03-11T21:31:05.777Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25532025-03-11T21:31:06.278Z Compiling csv v1.3.1
25542025-03-11T21:31:06.419Z Compiling env_logger v0.11.5
25552025-03-11T21:31:06.832Z Compiling zone_cfg_derive v0.1.2
25562025-03-11T21:31:07.893Z Compiling p384 v0.13.0
25572025-03-11T21:31:08.212Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25582025-03-11T21:31:12.647Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25592025-03-11T21:31:15.025Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25602025-03-11T21:31:15.266Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25612025-03-11T21:31:15.749Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25622025-03-11T21:31:15.771Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25632025-03-11T21:31:16.421Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25642025-03-11T21:31:16.539Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25652025-03-11T21:31:16.761Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25662025-03-11T21:31:16.893Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25672025-03-11T21:31:17.144Z Compiling nix v0.27.1
25682025-03-11T21:31:17.273Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25692025-03-11T21:31:17.985Z Compiling tungstenite v0.23.0
25702025-03-11T21:31:19.970Z Compiling base64 v0.13.1
25712025-03-11T21:31:20.768Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25722025-03-11T21:31:21.182Z Compiling ron v0.7.1
25732025-03-11T21:31:22.416Z Compiling tokio-tungstenite v0.23.1
25742025-03-11T21:31:23.102Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25752025-03-11T21:31:23.816Z Compiling xz2 v0.1.7
25762025-03-11T21:31:24.452Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25772025-03-11T21:31:26.280Z Compiling terminal_size v0.2.6
25782025-03-11T21:31:26.532Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25792025-03-11T21:31:30.859Z Compiling tokio-rustls v0.24.1
25802025-03-11T21:31:31.347Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25812025-03-11T21:31:32.971Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25822025-03-11T21:31:33.053Z Compiling zone v0.1.8
25832025-03-11T21:31:33.816Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25842025-03-11T21:31:35.330Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25852025-03-11T21:31:35.888Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25862025-03-11T21:31:36.335Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25872025-03-11T21:31:36.549Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25882025-03-11T21:31:36.669Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25892025-03-11T21:31:39.671Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25902025-03-11T21:31:40.039Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912025-03-11T21:31:41.045Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25922025-03-11T21:31:42.097Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25932025-03-11T21:31:44.740Z Compiling rustls-pemfile v1.0.4
25942025-03-11T21:31:45.515Z Compiling signal-hook-tokio v0.3.1
25952025-03-11T21:31:45.669Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25962025-03-11T21:31:45.759Z Compiling twox-hash v2.1.0
25972025-03-11T21:31:45.991Z Compiling yasna v0.5.2
25982025-03-11T21:31:46.803Z Compiling unicode-linebreak v0.1.5
25992025-03-11T21:31:47.389Z Compiling glob v0.3.2
26002025-03-11T21:31:48.753Z Compiling smawk v0.3.2
26012025-03-11T21:31:49.078Z Compiling is_ci v1.2.0
26022025-03-11T21:31:49.101Z Compiling textwrap v0.16.1
26032025-03-11T21:31:49.373Z Compiling supports-color v3.0.2
26042025-03-11T21:31:49.403Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26052025-03-11T21:31:49.526Z Compiling rcgen v0.12.1
26062025-03-11T21:31:49.840Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26072025-03-11T21:31:54.613Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26082025-03-11T21:31:56.580Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26092025-03-11T21:31:56.625Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26102025-03-11T21:32:03.794Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26112025-03-11T21:32:04.431Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26122025-03-11T21:32:12.075Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26132025-03-11T21:32:15.341Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26142025-03-11T21:32:16.054Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26152025-03-11T21:32:16.752Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26162025-03-11T21:32:17.447Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26172025-03-11T21:32:24.938Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26182025-03-11T21:32:25.500Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26192025-03-11T21:32:25.536Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26202025-03-11T21:32:35.598Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26212025-03-11T21:32:42.197Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26222025-03-11T21:32:42.572Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26232025-03-11T21:32:43.016Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26242025-03-11T21:32:44.080Z Compiling fatfs v0.3.6
26252025-03-11T21:32:45.279Z Compiling subprocess v0.2.9
26262025-03-11T21:32:45.622Z Compiling rtoolbox v0.0.2
26272025-03-11T21:32:46.086Z Compiling assert_matches v1.5.0
26282025-03-11T21:32:46.816Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26292025-03-11T21:32:49.192Z Compiling rpassword v7.3.1
26302025-03-11T21:32:49.661Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26312025-03-11T21:32:50.008Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26322025-03-11T21:32:54.664Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26332025-03-11T21:33:01.695Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26342025-03-11T21:33:22.025Z Compiling tui-tree-widget v0.23.0
26352025-03-11T21:33:22.505Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26362025-03-11T21:33:23.100Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26372025-03-11T21:33:23.471Z Compiling uzers v0.12.1
26382025-03-11T21:33:26.623Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26392025-03-11T21:33:35.113Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26402025-03-11T21:33:35.699Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26412025-03-11T21:33:41.981Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26422025-03-11T21:33:52.916Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26432025-03-11T21:33:57.688Z Compiling multimap v0.10.0
26442025-03-11T21:36:16.118Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26452025-03-11T21:43:36.144Z Finished `release` profile [optimized] target(s) in 17m 37s
26462025-03-11T21:44:44.649Z
26472025-03-11T21:44:44.653Zreal 18:47.293317073
26482025-03-11T21:44:44.653Zuser 2:13:41.404478864
26492025-03-11T21:44:44.653Zsys 3:40.434392037
26502025-03-11T21:44:44.653Ztrap 3.486476965
26512025-03-11T21:44:44.653Ztflt 1.741695619
26522025-03-11T21:44:44.653Zdflt 5.219029693
26532025-03-11T21:44:44.653Zkflt 0.001250427
26542025-03-11T21:44:44.653Zlock 7:52:16.163081613
26552025-03-11T21:44:44.654Zslp 6:53:27.300443319
26562025-03-11T21:44:44.654Zlat 3:37.551441350
26572025-03-11T21:44:44.654Zstop 3:02.613886505
26582025-03-11T21:44:44.654Z+ mapfile -t packages
26592025-03-11T21:44:44.654Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26602025-03-11T21:44:45.756Z Compiling ring v0.17.11
26612025-03-11T21:44:49.292Z Compiling rustls-webpki v0.102.8
26622025-03-11T21:44:49.295Z Compiling rustls v0.23.19
26632025-03-11T21:44:49.295Z Compiling rustls v0.22.4
26642025-03-11T21:44:53.646Z Compiling tokio-rustls v0.25.0
26652025-03-11T21:44:54.072Z Compiling dropshot v0.12.0
26662025-03-11T21:44:55.371Z Compiling tokio-rustls v0.26.0
26672025-03-11T21:44:55.842Z Compiling hyper-rustls v0.27.3
26682025-03-11T21:44:56.422Z Compiling reqwest v0.12.12
26692025-03-11T21:44:57.849Z Compiling dropshot v0.16.0
26702025-03-11T21:44:58.278Z Compiling qorb v0.2.1
26712025-03-11T21:45:05.451Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26722025-03-11T21:45:06.071Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732025-03-11T21:45:06.884Z Compiling progenitor-client v0.8.0
26742025-03-11T21:45:07.854Z Compiling progenitor v0.8.0
26752025-03-11T21:45:08.287Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26762025-03-11T21:45:08.796Z Compiling progenitor-client v0.9.1
26772025-03-11T21:45:09.819Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782025-03-11T21:45:13.083Z Compiling omicron-zone-package v0.12.0
26792025-03-11T21:45:24.474Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26802025-03-11T21:45:34.739Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812025-03-11T21:45:38.935Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26822025-03-11T21:45:39.830Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26832025-03-11T21:45:43.246Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26842025-03-11T21:45:58.158Z Finished `release` profile [optimized] target(s) in 1m 13s
26852025-03-11T21:45:58.339Z Running `target/release/omicron-package -t test list-outputs`
26862025-03-11T21:45:58.398ZLogging to: /work/oxidecomputer/omicron/out/LOG
26872025-03-11T21:45:58.401Z+ ptime -m cargo build --locked --release -p xtask
26882025-03-11T21:45:59.016Z Compiling serde v1.0.218
26892025-03-11T21:45:59.019Z Compiling libc v0.2.170
26902025-03-11T21:45:59.019Z Compiling rustix v0.38.37
26912025-03-11T21:45:59.019Z Compiling serde_json v1.0.139
26922025-03-11T21:45:59.126Z Compiling syn v2.0.98
26932025-03-11T21:45:59.150Z Compiling bitflags v2.6.0
26942025-03-11T21:45:59.500Z Compiling usdt-impl v0.5.0
26952025-03-11T21:45:59.614Z Compiling syn v1.0.109
26962025-03-11T21:45:59.656Z Compiling hashbrown v0.15.1
26972025-03-11T21:45:59.674Z Compiling log v0.4.22
26982025-03-11T21:45:59.937Z Compiling fs-err v2.11.0
26992025-03-11T21:46:00.142Z Compiling once_cell v1.20.3
27002025-03-11T21:46:00.283Z Compiling anyhow v1.0.97
27012025-03-11T21:46:00.474Z Compiling thread-id v4.2.2
27022025-03-11T21:46:00.859Z Compiling indexmap v2.7.1
27032025-03-11T21:46:02.084Z Compiling terminal_size v0.4.0
27042025-03-11T21:46:02.112Z Compiling tempfile v3.13.0
27052025-03-11T21:46:02.274Z Compiling clap_builder v4.5.31
27062025-03-11T21:46:02.888Z Compiling proc-macro-error v1.0.4
27072025-03-11T21:46:03.785Z Compiling tabled_derive v0.7.0
27082025-03-11T21:46:04.899Z Compiling tabled v0.15.0
27092025-03-11T21:46:05.521Z Compiling serde_derive v1.0.218
27102025-03-11T21:46:05.521Z Compiling thiserror-impl v1.0.69
27112025-03-11T21:46:05.527Z Compiling zerocopy-derive v0.7.35
27122025-03-11T21:46:05.527Z Compiling scroll_derive v0.12.0
27132025-03-11T21:46:05.527Z Compiling thiserror-impl v2.0.11
27142025-03-11T21:46:06.973Z Compiling scroll v0.12.0
27152025-03-11T21:46:07.437Z Compiling zerocopy v0.7.35
27162025-03-11T21:46:07.649Z Compiling goblin v0.8.2
27172025-03-11T21:46:08.260Z Compiling thiserror v1.0.69
27182025-03-11T21:46:08.410Z Compiling pest v2.7.14
27192025-03-11T21:46:10.143Z Compiling thiserror v2.0.11
27202025-03-11T21:46:10.342Z Compiling clap_derive v4.5.28
27212025-03-11T21:46:11.473Z Compiling pest_meta v2.7.14
27222025-03-11T21:46:14.678Z Compiling pest_generator v2.7.14
27232025-03-11T21:46:15.225Z Compiling clap v4.5.31
27242025-03-11T21:46:16.395Z Compiling pest_derive v2.7.14
27252025-03-11T21:46:17.228Z Compiling dtrace-parser v0.2.0
27262025-03-11T21:46:18.811Z Compiling toml_datetime v0.6.8
27272025-03-11T21:46:19.544Z Compiling serde_spanned v0.6.8
27282025-03-11T21:46:19.847Z Compiling serde_tokenstream v0.2.2
27292025-03-11T21:46:20.215Z Compiling dof v0.3.0
27302025-03-11T21:46:20.467Z Compiling toml_edit v0.22.24
27312025-03-11T21:46:20.584Z Compiling camino v1.1.9
27322025-03-11T21:46:27.199Z Compiling toml v0.8.20
27332025-03-11T21:46:27.952Z Compiling usdt-macro v0.5.0
27342025-03-11T21:46:28.458Z Compiling usdt-attr-macro v0.5.0
27352025-03-11T21:46:29.182Z Compiling cargo-platform v0.1.8
27362025-03-11T21:46:29.814Z Compiling semver v1.0.25
27372025-03-11T21:46:30.315Z Compiling usdt v0.5.0
27382025-03-11T21:46:31.280Z Compiling cargo_metadata v0.19.2
27392025-03-11T21:46:31.546Z Compiling cargo_toml v0.21.0
27402025-03-11T21:46:31.719Z Compiling camino-tempfile v1.1.1
27412025-03-11T21:46:32.561Z Compiling macaddr v1.0.1
27422025-03-11T21:46:42.847Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27432025-03-11T21:46:48.648Z Finished `release` profile [optimized] target(s) in 50.18s
27442025-03-11T21:46:48.770Z
27452025-03-11T21:46:48.776Zreal 50.329858317
27462025-03-11T21:46:48.776Zuser 5:22.831768507
27472025-03-11T21:46:48.776Zsys 20.018069123
27482025-03-11T21:46:48.776Ztrap 0.157058415
27492025-03-11T21:46:48.776Ztflt 0.217651153
27502025-03-11T21:46:48.776Zdflt 0.320746307
27512025-03-11T21:46:48.776Zkflt 0.000050223
27522025-03-11T21:46:48.776Zlock 10:24.022012539
27532025-03-11T21:46:48.776Zslp 16:05.737772914
27542025-03-11T21:46:48.776Zlat 15.669499820
27552025-03-11T21:46:48.776Zstop 21.055784312
27562025-03-11T21:46:48.778Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27572025-03-11T21:46:48.778Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27582025-03-11T21:46:48.778Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27592025-03-11T21:46:48.778Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27602025-03-11T21:46:48.778Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27612025-03-11T21:46:49.720Z Compiling regress v0.10.3
27622025-03-11T21:46:49.860Z Compiling thiserror-impl v2.0.11
27632025-03-11T21:46:49.863Z Compiling ident_case v1.0.1
27642025-03-11T21:46:49.889Z Compiling unsafe-libyaml v0.2.11
27652025-03-11T21:46:49.892Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27662025-03-11T21:46:49.892Z Compiling tempfile v3.13.0
27672025-03-11T21:46:49.892Z Compiling progenitor-client v0.9.1
27682025-03-11T21:46:49.892Z Compiling ipnetwork v0.21.1
27692025-03-11T21:46:50.036Z Compiling darling_core v0.20.10
27702025-03-11T21:46:50.462Z Compiling oxnet v0.1.1
27712025-03-11T21:46:50.553Z Compiling macaddr v1.0.1
27722025-03-11T21:46:50.741Z Compiling progenitor-client v0.8.0
27732025-03-11T21:46:50.744Z Compiling structmeta-derive v0.3.0
27742025-03-11T21:46:51.031Z Compiling instant v0.1.13
27752025-03-11T21:46:51.190Z Compiling wait-timeout v0.2.0
27762025-03-11T21:46:51.212Z Compiling dropshot v0.16.0
27772025-03-11T21:46:51.234Z Compiling serde_yaml v0.9.34+deprecated
27782025-03-11T21:46:51.571Z Compiling bit-vec v0.8.0
27792025-03-11T21:46:51.767Z Compiling rusty-fork v0.3.0
27802025-03-11T21:46:51.803Z Compiling dropshot_endpoint v0.16.0
27812025-03-11T21:46:52.070Z Compiling bit-set v0.8.0
27822025-03-11T21:46:52.408Z Compiling rand_xorshift v0.3.0
27832025-03-11T21:46:52.474Z Compiling daft-derive v0.1.1
27842025-03-11T21:46:52.782Z Compiling unarray v0.1.4
27852025-03-11T21:46:52.940Z Compiling thiserror v2.0.11
27862025-03-11T21:46:52.978Z Compiling proptest v1.6.0
27872025-03-11T21:46:53.139Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27882025-03-11T21:46:53.347Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27892025-03-11T21:46:53.449Z Compiling typify-impl v0.2.0
27902025-03-11T21:46:54.013Z Compiling structmeta v0.3.0
27912025-03-11T21:46:54.178Z Compiling daft v0.1.1
27922025-03-11T21:46:54.463Z Compiling parse-display-derive v0.10.0
27932025-03-11T21:46:54.496Z Compiling test-strategy v0.4.0
27942025-03-11T21:46:54.703Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27952025-03-11T21:46:54.842Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27962025-03-11T21:46:55.070Z Compiling backoff v0.4.0
27972025-03-11T21:46:55.238Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27982025-03-11T21:46:55.461Z Compiling proc-macro-crate v1.3.1
27992025-03-11T21:46:55.828Z Compiling darling_macro v0.20.10
28002025-03-11T21:46:56.009Z Compiling typify-impl v0.3.0
28012025-03-11T21:46:56.408Z Compiling num_enum_derive v0.5.11
28022025-03-11T21:46:56.818Z Compiling darling v0.20.10
28032025-03-11T21:46:57.025Z Compiling serde_with_macros v3.12.0
28042025-03-11T21:46:57.989Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28052025-03-11T21:46:58.429Z Compiling itertools v0.13.0
28062025-03-11T21:46:58.449Z Compiling parse-display v0.10.0
28072025-03-11T21:46:58.794Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28082025-03-11T21:46:59.076Z Compiling num_enum v0.5.11
28092025-03-11T21:46:59.289Z Compiling heapless v0.8.0
28102025-03-11T21:46:59.432Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28112025-03-11T21:46:59.649Z Compiling serde_with v3.12.0
28122025-03-11T21:46:59.787Z Compiling crucible-workspace-hack v0.1.0
28132025-03-11T21:47:00.190Z Compiling proc-macro-error v1.0.4
28142025-03-11T21:47:00.242Z Compiling camino-tempfile v1.1.1
28152025-03-11T21:47:00.736Z Compiling hash32 v0.3.1
28162025-03-11T21:47:00.860Z Compiling foreign-types-macros v0.2.3
28172025-03-11T21:47:01.025Z Compiling smoltcp v0.11.0
28182025-03-11T21:47:01.435Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28192025-03-11T21:47:01.754Z Compiling foreign-types-shared v0.3.1
28202025-03-11T21:47:02.250Z Compiling foreign-types v0.5.0
28212025-03-11T21:47:02.763Z Compiling tabwriter v1.4.0
28222025-03-11T21:47:03.238Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28232025-03-11T21:47:03.261Z Compiling cstr-argument v0.1.2
28242025-03-11T21:47:03.466Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28252025-03-11T21:47:03.543Z Compiling cobs v0.2.3
28262025-03-11T21:47:03.813Z Compiling pretty-hex v0.2.1
28272025-03-11T21:47:03.917Z Compiling postcard v1.0.10
28282025-03-11T21:47:04.062Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28292025-03-11T21:47:04.130Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28302025-03-11T21:47:04.358Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28312025-03-11T21:47:04.595Z Compiling colored v2.2.0
28322025-03-11T21:47:04.882Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28332025-03-11T21:47:05.094Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28342025-03-11T21:47:05.254Z Compiling winnow v0.6.20
28352025-03-11T21:47:05.400Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28362025-03-11T21:47:05.423Z Compiling smf v0.2.3
28372025-03-11T21:47:06.308Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28382025-03-11T21:47:06.676Z Compiling zone_cfg_derive v0.3.0
28392025-03-11T21:47:06.679Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28402025-03-11T21:47:07.169Z Compiling itertools v0.14.0
28412025-03-11T21:47:08.058Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28422025-03-11T21:47:08.084Z Compiling typify-macro v0.2.0
28432025-03-11T21:47:08.156Z Compiling num-derive v0.4.2
28442025-03-11T21:47:08.796Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28452025-03-11T21:47:08.991Z Compiling sigpipe v0.1.3
28462025-03-11T21:47:09.173Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28472025-03-11T21:47:09.540Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28482025-03-11T21:47:10.246Z Compiling zone v0.3.0
28492025-03-11T21:47:10.505Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28502025-03-11T21:47:10.606Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28512025-03-11T21:47:10.838Z Compiling typify-macro v0.3.0
28522025-03-11T21:47:10.972Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28532025-03-11T21:47:11.226Z Compiling universal-hash v0.5.1
28542025-03-11T21:47:11.442Z Compiling opaque-debug v0.3.1
28552025-03-11T21:47:11.472Z Compiling tungstenite v0.21.0
28562025-03-11T21:47:11.574Z Compiling num-rational v0.4.2
28572025-03-11T21:47:11.611Z Compiling password-hash v0.5.0
28582025-03-11T21:47:11.775Z Compiling typify v0.2.0
28592025-03-11T21:47:11.995Z Compiling progenitor-impl v0.8.0
28602025-03-11T21:47:12.682Z Compiling blake2 v0.10.6
28612025-03-11T21:47:12.862Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28622025-03-11T21:47:12.929Z Compiling num-complex v0.4.6
28632025-03-11T21:47:13.209Z Compiling aead v0.5.2
28642025-03-11T21:47:13.480Z Compiling keccak v0.1.5
28652025-03-11T21:47:13.608Z Compiling convert_case v0.4.0
28662025-03-11T21:47:13.918Z Compiling base64 v0.21.7
28672025-03-11T21:47:14.040Z Compiling sha3 v0.10.8
28682025-03-11T21:47:14.439Z Compiling derive_more v0.99.19
28692025-03-11T21:47:14.614Z Compiling num v0.4.3
28702025-03-11T21:47:14.704Z Compiling argon2 v0.5.3
28712025-03-11T21:47:14.753Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28722025-03-11T21:47:14.777Z Compiling typify v0.3.0
28732025-03-11T21:47:14.934Z Compiling progenitor-impl v0.9.1
28742025-03-11T21:47:14.998Z Compiling tokio-tungstenite v0.21.0
28752025-03-11T21:47:15.079Z Compiling poly1305 v0.8.0
28762025-03-11T21:47:15.640Z Compiling chacha20 v0.9.1
28772025-03-11T21:47:15.991Z Compiling float-ord v0.3.2
28782025-03-11T21:47:16.146Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28792025-03-11T21:47:16.210Z Compiling semver v0.1.20
28802025-03-11T21:47:16.607Z Compiling same-file v1.0.6
28812025-03-11T21:47:16.807Z Compiling rustc_version v0.1.7
28822025-03-11T21:47:16.875Z Compiling walkdir v2.5.0
28832025-03-11T21:47:16.931Z Compiling newline-converter v0.3.0
28842025-03-11T21:47:17.152Z Compiling primeorder v0.13.6
28852025-03-11T21:47:17.307Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28862025-03-11T21:47:17.537Z Compiling secrecy v0.8.0
28872025-03-11T21:47:17.582Z Compiling cancel-safe-futures v0.1.5
28882025-03-11T21:47:17.702Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28892025-03-11T21:47:17.803Z Compiling owo-colors v4.2.0
28902025-03-11T21:47:17.934Z Compiling newtype_derive v0.1.6
28912025-03-11T21:47:17.993Z Compiling expectorate v1.1.0
28922025-03-11T21:47:18.220Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28932025-03-11T21:47:18.307Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28942025-03-11T21:47:18.516Z Compiling thiserror-impl-no-std v2.0.2
28952025-03-11T21:47:18.534Z Compiling libsw-core v0.3.1
28962025-03-11T21:47:18.603Z Compiling blake3 v1.5.4
28972025-03-11T21:47:18.839Z Compiling unicase v2.7.0
28982025-03-11T21:47:18.881Z Compiling progenitor-macro v0.8.0
28992025-03-11T21:47:19.196Z Compiling half v2.4.1
29002025-03-11T21:47:19.248Z Compiling ciborium-io v0.2.2
29012025-03-11T21:47:19.282Z Compiling fixedbitset v0.5.7
29022025-03-11T21:47:19.424Z Compiling arc-swap v1.7.1
29032025-03-11T21:47:19.780Z Compiling petgraph v0.7.1
29042025-03-11T21:47:19.927Z Compiling slog-scope v4.4.0
29052025-03-11T21:47:20.016Z Compiling ciborium-ll v0.2.2
29062025-03-11T21:47:20.414Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29072025-03-11T21:47:20.419Z Compiling libsw v3.4.0
29082025-03-11T21:47:20.492Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092025-03-11T21:47:21.010Z Compiling polyval v0.6.2
29102025-03-11T21:47:21.273Z Compiling thiserror-no-std v2.0.2
29112025-03-11T21:47:21.440Z Compiling atomicwrites v0.4.4
29122025-03-11T21:47:21.471Z Compiling memmap2 v0.9.5
29132025-03-11T21:47:21.540Z Compiling arrayref v0.3.9
29142025-03-11T21:47:21.676Z Compiling libefi-sys v0.1.0
29152025-03-11T21:47:21.837Z Compiling arrayvec v0.7.6
29162025-03-11T21:47:21.860Z Compiling progenitor-macro v0.9.1
29172025-03-11T21:47:21.938Z Compiling indent_write v2.2.0
29182025-03-11T21:47:22.050Z Compiling linear-map v1.2.0
29192025-03-11T21:47:22.211Z Compiling salty v0.3.0
29202025-03-11T21:47:22.314Z Compiling parking_lot_core v0.8.6
29212025-03-11T21:47:22.440Z Compiling constant_time_eq v0.3.1
29222025-03-11T21:47:22.772Z Compiling vsss-rs v3.3.4
29232025-03-11T21:47:22.795Z Compiling ghash v0.5.1
29242025-03-11T21:47:23.053Z Compiling ciborium v0.2.2
29252025-03-11T21:47:23.428Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29262025-03-11T21:47:23.628Z Compiling slog-stdlog v4.1.1
29272025-03-11T21:47:24.001Z Compiling p384 v0.13.0
29282025-03-11T21:47:24.077Z Compiling toolchain_find v0.4.0
29292025-03-11T21:47:24.370Z Compiling chacha20poly1305 v0.10.1
29302025-03-11T21:47:24.653Z Compiling ctr v0.9.2
29312025-03-11T21:47:24.717Z Compiling lzma-sys v0.1.20
29322025-03-11T21:47:25.003Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29332025-03-11T21:47:25.037Z Compiling bitfield-struct v0.6.2
29342025-03-11T21:47:25.469Z Compiling slog-dtrace v0.3.0
29352025-03-11T21:47:25.509Z Compiling topological-sort v0.2.2
29362025-03-11T21:47:25.542Z Compiling highway v1.3.0
29372025-03-11T21:47:25.779Z Compiling omicron-zone-package v0.12.0
29382025-03-11T21:47:26.114Z Compiling aes-gcm v0.10.3
29392025-03-11T21:47:26.386Z Compiling rustfmt-wrapper v0.2.1
29402025-03-11T21:47:26.476Z Compiling slog-envlogger v2.2.0
29412025-03-11T21:47:26.479Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29422025-03-11T21:47:27.051Z Compiling mime_guess v2.0.5
29432025-03-11T21:47:27.118Z Compiling steno v0.4.1
29442025-03-11T21:47:27.685Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29452025-03-11T21:47:27.834Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29462025-03-11T21:47:28.211Z Compiling heck v0.3.3
29472025-03-11T21:47:28.240Z Compiling ssh-encoding v0.2.0
29482025-03-11T21:47:28.315Z Compiling blowfish v0.9.1
29492025-03-11T21:47:28.610Z Compiling env_filter v0.1.2
29502025-03-11T21:47:28.756Z Compiling nibble_vec v0.1.0
29512025-03-11T21:47:28.805Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29522025-03-11T21:47:28.963Z Compiling endian-type v0.1.2
29532025-03-11T21:47:28.987Z Compiling humantime v2.1.0
29542025-03-11T21:47:29.018Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29552025-03-11T21:47:29.223Z Compiling radix_trie v0.2.1
29562025-03-11T21:47:29.244Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29572025-03-11T21:47:29.416Z Compiling env_logger v0.11.5
29582025-03-11T21:47:29.494Z Compiling zone_cfg_derive v0.1.2
29592025-03-11T21:47:29.868Z Compiling ssh-cipher v0.2.0
29602025-03-11T21:47:30.092Z Compiling bcrypt-pbkdf v0.10.0
29612025-03-11T21:47:30.671Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29622025-03-11T21:47:30.705Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29632025-03-11T21:47:30.854Z Compiling progenitor v0.8.0
29642025-03-11T21:47:30.978Z Compiling parking_lot v0.11.2
29652025-03-11T21:47:31.114Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29662025-03-11T21:47:31.342Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29672025-03-11T21:47:31.429Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29682025-03-11T21:47:31.539Z Compiling password-hash v0.4.2
29692025-03-11T21:47:31.793Z Compiling gethostname v0.5.0
29702025-03-11T21:47:31.835Z Compiling fxhash v0.2.1
29712025-03-11T21:47:31.876Z Compiling base64 v0.13.1
29722025-03-11T21:47:31.933Z Compiling http-range v0.1.5
29732025-03-11T21:47:32.058Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29742025-03-11T21:47:32.083Z Compiling pbkdf2 v0.11.0
29752025-03-11T21:47:32.269Z Compiling sled v0.34.7
29762025-03-11T21:47:32.416Z Compiling ron v0.7.1
29772025-03-11T21:47:32.467Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29782025-03-11T21:47:32.491Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29792025-03-11T21:47:32.509Z Compiling xz2 v0.1.7
29802025-03-11T21:47:32.962Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29812025-03-11T21:47:33.176Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29822025-03-11T21:47:33.294Z Compiling zone v0.1.8
29832025-03-11T21:47:33.503Z Compiling ssh-key v0.6.6
29842025-03-11T21:47:33.603Z Compiling progenitor v0.9.1
29852025-03-11T21:47:33.866Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29862025-03-11T21:47:34.457Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29872025-03-11T21:47:34.460Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29882025-03-11T21:47:35.687Z Compiling hickory-client v0.24.4
29892025-03-11T21:47:37.139Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29902025-03-11T21:47:38.173Z Compiling p256 v0.13.2
29912025-03-11T21:47:38.610Z Compiling p521 v0.13.3
29922025-03-11T21:47:39.025Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29932025-03-11T21:47:39.594Z Compiling hickory-server v0.24.4
29942025-03-11T21:47:40.060Z Compiling pem v3.0.5
29952025-03-11T21:47:40.152Z Compiling yasna v0.5.2
29962025-03-11T21:47:40.785Z Compiling headers-core v0.3.0
29972025-03-11T21:47:40.809Z Compiling kstat-rs v0.2.4
29982025-03-11T21:47:40.982Z Compiling nanorand v0.7.0
29992025-03-11T21:47:41.006Z Compiling russh-cryptovec v0.7.3
30002025-03-11T21:47:41.346Z Compiling atty v0.2.14
30012025-03-11T21:47:41.394Z Compiling md5 v0.7.0
30022025-03-11T21:47:41.525Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
30032025-03-11T21:47:41.528Z Compiling flume v0.11.1
30042025-03-11T21:47:41.707Z Compiling russh-keys v0.45.0
30052025-03-11T21:47:41.880Z Compiling rcgen v0.12.1
30062025-03-11T21:47:41.939Z Compiling headers v0.4.0
30072025-03-11T21:47:42.195Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30082025-03-11T21:47:43.719Z Compiling hyper-staticfile v0.10.1
30092025-03-11T21:47:44.011Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30102025-03-11T21:47:44.900Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30112025-03-11T21:47:44.957Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30122025-03-11T21:47:45.354Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30132025-03-11T21:47:45.548Z Compiling num-bigint v0.4.6
30142025-03-11T21:47:45.755Z Compiling des v0.8.1
30152025-03-11T21:47:45.792Z Compiling subprocess v0.2.9
30162025-03-11T21:47:46.123Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30172025-03-11T21:47:46.396Z Compiling hex-literal v0.4.1
30182025-03-11T21:47:46.594Z Compiling display-error-chain v0.2.2
30192025-03-11T21:47:46.876Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30202025-03-11T21:47:47.015Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30212025-03-11T21:47:47.369Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30222025-03-11T21:47:47.795Z Compiling internet-checksum v0.2.1
30232025-03-11T21:47:50.056Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30242025-03-11T21:47:51.778Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30252025-03-11T21:47:52.892Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30262025-03-11T21:47:53.996Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30272025-03-11T21:47:54.437Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30282025-03-11T21:47:56.128Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30292025-03-11T21:47:56.626Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30302025-03-11T21:47:56.865Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30312025-03-11T21:47:57.273Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30322025-03-11T21:47:58.038Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30332025-03-11T21:47:58.778Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30342025-03-11T21:47:59.844Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30352025-03-11T21:48:00.034Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362025-03-11T21:48:00.285Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30372025-03-11T21:48:01.356Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30382025-03-11T21:48:01.673Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30392025-03-11T21:48:02.648Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30402025-03-11T21:48:03.240Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30412025-03-11T21:48:03.674Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30422025-03-11T21:48:04.524Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432025-03-11T21:48:05.076Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30442025-03-11T21:48:06.197Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30452025-03-11T21:48:06.934Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30462025-03-11T21:48:09.349Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30472025-03-11T21:48:09.405Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30482025-03-11T21:48:10.342Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30492025-03-11T21:48:10.540Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30502025-03-11T21:48:12.188Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30512025-03-11T21:48:12.231Z Compiling russh v0.45.0
30522025-03-11T21:48:19.239Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30532025-03-11T21:48:27.683Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30542025-03-11T21:48:29.500Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30552025-03-11T21:48:52.335Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30562025-03-11T21:49:14.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
30572025-03-11T21:49:14.945Z
30582025-03-11T21:49:14.945Zreal 2:26.103775184
30592025-03-11T21:49:14.945Zuser 12:19.253534528
30602025-03-11T21:49:14.945Zsys 1:38.737377213
30612025-03-11T21:49:14.945Ztrap 0.379757982
30622025-03-11T21:49:14.945Ztflt 0.274983453
30632025-03-11T21:49:14.945Zdflt 0.785853953
30642025-03-11T21:49:14.948Zkflt 0.000052603
30652025-03-11T21:49:14.948Zlock 22:47.331570978
30662025-03-11T21:49:14.948Zslp 42:56.018019248
30672025-03-11T21:49:14.948Zlat 38.683767237
30682025-03-11T21:49:14.948Zstop 1:47.089325464
30692025-03-11T21:49:14.948Z+ mkdir tests
30702025-03-11T21:49:14.951Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30712025-03-11T21:49:14.952Z+ xargs -I '{}' -t cp '{}' tests/
30722025-03-11T21:49:14.989Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-420ca98dd2e7f345 tests/
30732025-03-11T21:49:15.015Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bde5d75e5c06acb4 tests/
30742025-03-11T21:49:15.041Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8410013fc8109b2 tests/
30752025-03-11T21:49:15.068Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d77584587eead465 tests/
30762025-03-11T21:49:15.358Z+ 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/*)
30772025-03-11T21:49:15.362Z+ 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-420ca98dd2e7f345 tests/commtest-a8410013fc8109b2 tests/dhcp_server-bde5d75e5c06acb4 tests/end_to_end_tests-d77584587eead465 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
30782025-03-11T21:50:32.131ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30792025-03-11T21:50:32.131Za .github/buildomat/ci-env.sh 1K
30802025-03-11T21:50:32.131Za out/target/test 1K
30812025-03-11T21:50:32.131Za out/npuzone/npuzone 23144K
30822025-03-11T21:50:32.131Za package-manifest.toml 33K
30832025-03-11T21:50:32.131Za smf/sled-agent/non-gimlet/config.toml 4K
30842025-03-11T21:50:32.131Za target/release/omicron-package 38846K
30852025-03-11T21:50:32.131Za target/release/xtask 10810K
30862025-03-11T21:50:32.131Za target/debug/bootstrap 214944K
30872025-03-11T21:50:32.131Za tests/bootstrap-420ca98dd2e7f345 24084K
30882025-03-11T21:50:32.131Za tests/commtest-a8410013fc8109b2 24339K
30892025-03-11T21:50:32.131Za tests/dhcp_server-bde5d75e5c06acb4 24084K
30902025-03-11T21:50:32.131Za tests/end_to_end_tests-d77584587eead465 274751K
30912025-03-11T21:50:32.131Za out/clickhouse.tar.gz 304606K
30922025-03-11T21:50:32.131Za out/clickhouse_keeper.tar.gz 290454K
30932025-03-11T21:50:32.131Za out/clickhouse_server.tar.gz 304587K
30942025-03-11T21:50:32.132Za out/cockroachdb.tar.gz 143837K
30952025-03-11T21:50:32.132Za out/crucible-dtrace.tar 98K
30962025-03-11T21:50:32.132Za out/crucible-pantry-zone.tar.gz 32475K
30972025-03-11T21:50:32.132Za out/crucible-zone.tar.gz 40862K
30982025-03-11T21:50:32.132Za out/external-dns.tar.gz 44319K
30992025-03-11T21:50:32.132Za out/internal-dns.tar.gz 44317K
31002025-03-11T21:50:32.132Za out/mg-ddm-gz.tar 65544K
31012025-03-11T21:50:32.132Za out/nexus.tar.gz 111091K
31022025-03-11T21:50:32.132Za out/ntp.tar.gz 14424K
31032025-03-11T21:50:32.133Za out/omicron-gateway-softnpu.tar.gz 25068K
31042025-03-11T21:50:32.133Za out/omicron-sled-agent.tar 123767K
31052025-03-11T21:50:32.133Za out/overlay.tar.gz 3K
31062025-03-11T21:50:32.133Za out/oximeter.tar.gz 54496K
31072025-03-11T21:50:32.133Za out/oxlog.tar 3144K
31082025-03-11T21:50:32.133Za out/probe.tar.gz 2764K
31092025-03-11T21:50:32.133Za out/propolis-server.tar.gz 67599K
31102025-03-11T21:50:32.133Za out/pumpkind-gz.tar 26665K
31112025-03-11T21:50:32.133Za out/switch-softnpu.tar.gz 262371K
31122025-03-11T21:50:32.136Z
31132025-03-11T21:50:32.136Zreal 1:16.759920650
31142025-03-11T21:50:32.136Zuser 1:13.191908747
31152025-03-11T21:50:32.136Zsys 5.130824830
31162025-03-11T21:50:32.136Ztrap 0.019116020
31172025-03-11T21:50:32.136Ztflt 0.000000000
31182025-03-11T21:50:32.136Zdflt 0.000000000
31192025-03-11T21:50:32.136Zkflt 0.000000000
31202025-03-11T21:50:32.136Zlock 0.000000000
31212025-03-11T21:50:32.136Zslp 1:12.911400320
31222025-03-11T21:50:32.136Zlat 2.262128996
31232025-03-11T21:50:32.138Zstop 0.000232330
31242025-03-11T21:50:32.138Zprocess exited: duration 2103571 ms, exit code 0
 
31252025-03-11T21:50:32.156Zfound 1 output files
31262025-03-11T21:50:32.156Zuploading: /work/package.tar.gz (2020475411 bytes)
31272025-03-11T21:51:09.449Zuploaded: /work/package.tar.gz