01JMM8H740Z1QHNJ6HR93AKANK: 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: 01JMM8J08YZ7NRK1HD4BY59JJM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-21T12:45:24.768Zjob assigned to worker 01JMM8K6VFQXVTH22F1J3XMVVQ [factory aws, i-000d1c9d16e499c69] (queued for 1 m 42 s)
 
22025-02-21T12:45:33.983Zstarting task 0: "setup"
32025-02-21T12:45:33.991Z++ uname -s
42025-02-21T12:45:33.995Z+ kern=SunOS
52025-02-21T12:45:33.995Z+ build_user=build
62025-02-21T12:45:33.995Z+ build_uid=12345
72025-02-21T12:45:33.995Z+ work_dir=/work
82025-02-21T12:45:33.995Z+ input_dir=/input
92025-02-21T12:45:33.995Z+ [[ 0 == 12345 ]]
102025-02-21T12:45:33.995Z+ case "$kern" in
112025-02-21T12:45:33.995Z+ groupadd -g 12345 build
122025-02-21T12:45:33.995Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-21T12:45:36.095Z+ zfs create -o mountpoint=/work rpool/work
142025-02-21T12:45:36.191Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-21T12:45:36.192Z+ home_fs=zfs
162025-02-21T12:45:36.192Z+ [[ zfs == autofs ]]
172025-02-21T12:45:36.192Z+ mkdir -p /home/build
182025-02-21T12:45:36.192Z+ chown build:build /home/build /work
192025-02-21T12:45:38.098Z+ chmod 0700 /home/build /work
202025-02-21T12:45:38.111Zprocess exited: duration 4113 ms, exit code 0
 
212025-02-21T12:45:38.146Zstarting task 1: "rust-toolchain"
222025-02-21T12:45:38.165Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-21T12:45:38.165Z * rust toolchain channel = "1.85.0"
242025-02-21T12:45:38.165Z * rust toolchain profile = "default"
252025-02-21T12:45:38.166Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-21T12:45:38.166Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-21T12:45:38.166Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-21T12:45:38.166Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-21T12:45:38.166Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-21T12:45:38.279Zinfo: downloading installer
312025-02-21T12:45:40.059Zwarning: it looks like you have an existing installation of Rust at:
322025-02-21T12:45:40.059Zwarning: /opt/ooce/bin
332025-02-21T12:45:40.059Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-21T12:45:40.059Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-21T12:45:40.059Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-21T12:45:40.059Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-21T12:45:40.059Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-21T12:45:40.059Zerror: cannot install while Rust is installed
392025-02-21T12:45:40.059Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-21T12:45:40.111Zinfo: profile set to 'default'
412025-02-21T12:45:40.111Zinfo: default host triple is x86_64-unknown-illumos
422025-02-21T12:45:40.115Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-21T12:45:40.295Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-21T12:45:40.295Zinfo: downloading component 'cargo'
452025-02-21T12:45:41.127Zinfo: downloading component 'clippy'
462025-02-21T12:45:41.366Zinfo: downloading component 'rust-docs'
472025-02-21T12:45:42.586Zinfo: downloading component 'rust-std'
482025-02-21T12:45:44.328Zinfo: downloading component 'rustc'
492025-02-21T12:45:50.375Zinfo: downloading component 'rustfmt'
502025-02-21T12:45:50.602Zinfo: installing component 'cargo'
512025-02-21T12:45:51.430Zinfo: installing component 'clippy'
522025-02-21T12:45:51.816Zinfo: installing component 'rust-docs'
532025-02-21T12:45:53.597Zinfo: installing component 'rust-std'
542025-02-21T12:45:55.407Zinfo: installing component 'rustc'
552025-02-21T12:46:01.374Zinfo: installing component 'rustfmt'
562025-02-21T12:46:01.700Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-21T12:46:01.700Z
582025-02-21T12:46:02.072Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-21T12:46:02.072Z
602025-02-21T12:46:02.075Z
612025-02-21T12:46:02.075ZRust is installed now. Great!
622025-02-21T12:46:02.075Z
632025-02-21T12:46:02.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-21T12:46:02.075Zenvironment variable. This has not been done automatically.
652025-02-21T12:46:02.075Z
662025-02-21T12:46:02.075ZTo configure your current shell, you need to source
672025-02-21T12:46:02.075Zthe corresponding env file under $HOME/.cargo.
682025-02-21T12:46:02.075Z
692025-02-21T12:46:02.075ZThis is usually done by running one of the following (note the leading DOT):
702025-02-21T12:46:02.075Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-21T12:46:02.075Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-21T12:46:02.147Z+ rustup --version
732025-02-21T12:46:02.154Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-21T12:46:02.154Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-21T12:46:02.235Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-21T12:46:02.239Z+ cargo --version
772025-02-21T12:46:02.294Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-21T12:46:02.296Z+ rustc --version
792025-02-21T12:46:02.361Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-21T12:46:02.364Zprocess exited: duration 24232 ms, exit code 0
 
812025-02-21T12:46:02.371Zstarting task 2: "authentication"
822025-02-21T12:46:02.392Zprocess exited: duration 21 ms, exit code 0
 
832025-02-21T12:46:02.400Zstarting task 3: "clone repository"
842025-02-21T12:46:02.403Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-21T12:46:02.405Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-21T12:46:04.064ZCloning into '/work/oxidecomputer/omicron'...
872025-02-21T12:46:11.829Z+ cd /work/oxidecomputer/omicron
882025-02-21T12:46:11.829Z+ git fetch origin 517bc6313a6e2971d164a76c7a8db96dcf1a0216
892025-02-21T12:46:12.178ZFrom https://github.com/oxidecomputer/omicron
902025-02-21T12:46:12.178Z * branch 517bc6313a6e2971d164a76c7a8db96dcf1a0216 -> FETCH_HEAD
912025-02-21T12:46:12.190Z+ [[ -n renovate/reqwest-0.x-lockfile ]]
922025-02-21T12:46:12.193Z++ git branch --show-current
932025-02-21T12:46:12.196Z+ current=main
942025-02-21T12:46:12.196Z+ [[ main != renovate/reqwest-0.x-lockfile ]]
952025-02-21T12:46:12.196Z+ git branch -f renovate/reqwest-0.x-lockfile 517bc6313a6e2971d164a76c7a8db96dcf1a0216
962025-02-21T12:46:12.199Z+ git checkout -f renovate/reqwest-0.x-lockfile
972025-02-21T12:46:12.386ZSwitched to branch 'renovate/reqwest-0.x-lockfile'
982025-02-21T12:46:12.389Z+ git reset --hard 517bc6313a6e2971d164a76c7a8db96dcf1a0216
992025-02-21T12:46:12.405ZHEAD is now at 517bc6313 Update Rust crate reqwest to v0.12.12
1002025-02-21T12:46:12.407Zprocess exited: duration 10009 ms, exit code 0
 
1012025-02-21T12:46:12.413Zstarting task 4: "build"
1022025-02-21T12:46:12.419Z+ source .github/buildomat/ci-env.sh
1032025-02-21T12:46:12.421Z++ export CARGO_TERM_COLOR=always
1042025-02-21T12:46:12.421Z++ CARGO_TERM_COLOR=always
1052025-02-21T12:46:12.421Z+ cargo --version
1062025-02-21T12:46:12.473Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-21T12:46:12.477Z+ rustc --version
1082025-02-21T12:46:12.541Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-21T12:46:12.545Z+ WORK=/work
1102025-02-21T12:46:12.547Z+ pfexec mkdir -p /work
1112025-02-21T12:46:12.550Z+ pfexec chown build /work
1122025-02-21T12:46:12.553Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-21T12:46:22.796Zpkg list: illegal option -- F
1142025-02-21T12:46:22.796ZUsage:
1152025-02-21T12:46:22.799Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-21T12:46:22.799Z [pkg_fmri_pattern ...]
1172025-02-21T12:46:23.655Zpkg list: illegal option -- F
1182025-02-21T12:46:23.655ZUsage:
1192025-02-21T12:46:23.657Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-21T12:46:23.657Z [pkg_fmri_pattern ...]
1212025-02-21T12:46:32.167Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-21T12:46:36.830Z Startup: Caching catalogs ... Done
1232025-02-21T12:46:50.173ZPlanning: Solver setup ... Done (12.378s)
1242025-02-21T12:46:50.325ZPlanning: Running solver ... Done (0.152s)
1252025-02-21T12:46:50.794ZPlanning: Finding local manifests ... Done (0.352s)
1262025-02-21T12:46:50.828ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-21T12:46:51.197ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-21T12:46:51.803ZPlanning: Package planning ... Done (0.606s)
1292025-02-21T12:46:51.861ZPlanning: Merging actions ... Done (0.057s)
1302025-02-21T12:46:52.893ZPlanning: Checking for conflicting actions ... Done (1.033s)
1312025-02-21T12:46:59.908ZPlanning: Consolidating action changes ... Done (7.016s)
1322025-02-21T12:47:00.308ZPlanning: Evaluating mediators ... Done (0.399s)
1332025-02-21T12:47:00.464ZPlanning: Planning completed in 23.54 seconds
1342025-02-21T12:47:01.403Z Packages to install: 4
1352025-02-21T12:47:01.403Z Packages to update: 3
1362025-02-21T12:47:01.403Z Mediators to change: 2
1372025-02-21T12:47:01.403Z Services to change: 1
1382025-02-21T12:47:01.403Z Estimated space available: 155.61 GB
1392025-02-21T12:47:01.407ZEstimated space to be consumed: 1.66 GB
1402025-02-21T12:47:01.407Z Create boot environment: No
1412025-02-21T12:47:01.407ZCreate backup boot environment: Yes
1422025-02-21T12:47:01.407Z Rebuild boot archive: No
1432025-02-21T12:47:01.407Z
1442025-02-21T12:47:01.407ZChanged mediators:
1452025-02-21T12:47:01.407Z mediator clang:
1462025-02-21T12:47:01.407Z version: None -> 15 (system default)
1472025-02-21T12:47:01.408Z
1482025-02-21T12:47:01.408Z mediator llvm:
1492025-02-21T12:47:01.408Z version: 14 (system default) -> 15 (system default)
1502025-02-21T12:47:01.408Z
1512025-02-21T12:47:01.408ZChanged packages:
1522025-02-21T12:47:01.408Zhelios-dev
1532025-02-21T12:47:01.408Z developer/build-essential
1542025-02-21T12:47:01.408Z None -> 11-2.0
1552025-02-21T12:47:01.408Z library/libxmlsec1
1562025-02-21T12:47:01.408Z None -> 1.2.35-2.0
1572025-02-21T12:47:01.408Z ooce/developer/clang-15
1582025-02-21T12:47:01.408Z None -> 15.0.7-2.0
1592025-02-21T12:47:01.408Z ooce/developer/llvm-15
1602025-02-21T12:47:01.409Z None -> 15.0.7-2.0
1612025-02-21T12:47:01.409Z package/pkg
1622025-02-21T12:47:01.409Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-21T12:47:01.409Z system/library/g++-runtime
1642025-02-21T12:47:01.409Z 13-2.0 -> 14-2.0
1652025-02-21T12:47:01.409Z system/library/gcc-runtime
1662025-02-21T12:47:01.409Z 13-2.0 -> 14-2.0
1672025-02-21T12:47:01.409Z
1682025-02-21T12:47:01.409ZServices:
1692025-02-21T12:47:01.409Z restart_fmri:
1702025-02-21T12:47:01.409Z svc:/system/update-man-index:default
1712025-02-21T12:47:01.409Z
1722025-02-21T12:47:01.409ZEditable files to change:
1732025-02-21T12:47:01.409Z Update:
1742025-02-21T12:47:01.409Z usr/share/lib/pkg/web/config.shtml
1752025-02-21T12:47:01.840Z
1762025-02-21T12:47:01.840ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-21T12:47:06.867ZDownload: 263/4301 items 14.2/225.4MB 6% complete (2.9M/s)
1782025-02-21T12:47:11.867ZDownload: 850/4301 items 18.8/225.4MB 8% complete (1.9M/s)
1792025-02-21T12:47:16.921ZDownload: 1192/4301 items 83.5/225.4MB 37% complete (8.0M/s)
1802025-02-21T12:47:24.436ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (7.8M/s)
1812025-02-21T12:47:31.405ZDownload: 1196/4301 items 83.5/225.4MB 37% complete
1822025-02-21T12:47:36.406ZDownload: 1888/4301 items 118.6/225.4MB 52% complete (7.1M/s)
1832025-02-21T12:47:41.410ZDownload: 2372/4301 items 119.8/225.4MB 53% complete (3.7M/s)
1842025-02-21T12:47:46.409ZDownload: 3175/4301 items 184.1/225.4MB 81% complete (6.5M/s)
1852025-02-21T12:47:51.413ZDownload: 3272/4301 items 207.5/225.4MB 92% complete (8.7M/s)
1862025-02-21T12:47:55.236ZDownload: Completed 225.42 MB in 53.41 seconds (4.2M/s)
1872025-02-21T12:47:57.202Z Actions: 1/5122 actions (Removing old actions)
1882025-02-21T12:47:57.217Z Actions: 194/5122 actions (Installing new actions)
1892025-02-21T12:48:02.253Z Actions: 4121/5122 actions (Installing new actions)
1902025-02-21T12:48:02.507Z Actions: 4267/5122 actions (Updating modified actions)
1912025-02-21T12:48:02.985Z Actions: Completed 5122 actions in 5.78 seconds.
1922025-02-21T12:48:03.234Z Done (0.231s)
1932025-02-21T12:48:03.243Z Done (0.001s)
1942025-02-21T12:48:03.834Z Done (0.608s)
1952025-02-21T12:48:09.209Z Done (5.149s)
1962025-02-21T12:48:09.455Z Done (0.178s)
1972025-02-21T12:48:09.458Z Done (0.000s)
1982025-02-21T12:48:09.620Z Done (0.000s)
1992025-02-21T12:48:10.355ZPlanning: Evaluating mediator changes ... Done
2002025-02-21T12:48:10.525ZPlanning: Checking for conflicting actions ... Done
2012025-02-21T12:48:10.528ZPlanning: Consolidating action changes ... Done
2022025-02-21T12:48:10.819ZPlanning: Evaluating mediators ... Done
2032025-02-21T12:48:10.822ZPlanning: Planning completed in 0.46 seconds
2042025-02-21T12:48:10.860Z Mediators to change: 2
2052025-02-21T12:48:10.860Z Create boot environment: No
2062025-02-21T12:48:10.863ZCreate backup boot environment: No
2072025-02-21T12:48:10.945Z Done
2082025-02-21T12:48:10.945Z Done
2092025-02-21T12:48:11.386Z Done
2102025-02-21T12:48:15.201Z Done
2112025-02-21T12:48:15.289Z Done
2122025-02-21T12:48:15.292Z Done
2132025-02-21T12:48:15.409Z Done
2142025-02-21T12:48:16.041ZPlanning: Evaluating mediator changes ... Done
2152025-02-21T12:48:16.044ZPlanning: Merging actions ... Done
2162025-02-21T12:48:16.235ZPlanning: Checking for conflicting actions ... Done
2172025-02-21T12:48:16.238ZPlanning: Consolidating action changes ... Done
2182025-02-21T12:48:16.519ZPlanning: Evaluating mediators ... Done
2192025-02-21T12:48:16.581ZPlanning: Planning completed in 0.79 seconds
2202025-02-21T12:48:16.623Z Packages to change: 1
2212025-02-21T12:48:16.624Z Mediators to change: 1
2222025-02-21T12:48:16.626Z Services to change: 1
2232025-02-21T12:48:16.626Z Create boot environment: No
2242025-02-21T12:48:16.626ZCreate backup boot environment: Yes
2252025-02-21T12:48:18.777Z Actions: 1/6 actions (Updating modified actions)
2262025-02-21T12:48:18.808Z Actions: Completed 6 actions in 0.03 seconds.
2272025-02-21T12:48:18.811Z Done
2282025-02-21T12:48:18.811Z Done
2292025-02-21T12:48:18.932Z Done
2302025-02-21T12:48:22.588Z Done
2312025-02-21T12:48:22.692Z Done
2322025-02-21T12:48:22.695Z Done
2332025-02-21T12:48:22.800Z Done
2342025-02-21T12:48:23.245ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352025-02-21T12:48:23.245Zclang system 15 system
2362025-02-21T12:48:23.245Zcsh system system illumos
2372025-02-21T12:48:23.245Zctags system system illumos
2382025-02-21T12:48:23.245Zgcc vendor 12 vendor
2392025-02-21T12:48:23.245Zgcc system 10 system
2402025-02-21T12:48:23.246Zgcc system 7 system
2412025-02-21T12:48:23.246Zgo system 1.20 system
2422025-02-21T12:48:23.246Zgo system 1.19 system
2432025-02-21T12:48:23.246Zllvm system 15 system
2442025-02-21T12:48:23.246Zllvm system 14 system
2452025-02-21T12:48:23.246Zmariadb system 10.6 system
2462025-02-21T12:48:23.246Zmta vendor vendor dma
2472025-02-21T12:48:23.246Zopenjdk system 17 system
2482025-02-21T12:48:23.246Zopenjdk system 11 system
2492025-02-21T12:48:23.246Zopenjdk system 1.8 system
2502025-02-21T12:48:23.246Zopenssl vendor 3 vendor
2512025-02-21T12:48:23.246Zperl system 5.36 system
2522025-02-21T12:48:23.246Zpostgresql system 15 system
2532025-02-21T12:48:23.246Zpostgresql system 13 system
2542025-02-21T12:48:23.246Zpython vendor 3 vendor
2552025-02-21T12:48:23.246Zpython system 2 system
2562025-02-21T12:48:23.246Zpython3 system 3.11 system
2572025-02-21T12:48:23.246Zruby system 3.0 system
2582025-02-21T12:48:23.246Zwords vendor vendor american-english
2592025-02-21T12:48:23.246Zwords system system australian-english
2602025-02-21T12:48:23.246Zwords system system british-english
2612025-02-21T12:48:23.246Zwords system system canadian-english
2622025-02-21T12:48:23.246Zwords system system french
2632025-02-21T12:48:23.246Zwords system system italian
2642025-02-21T12:48:23.246Zwords system system ngerman
2652025-02-21T12:48:23.246Zwords system system ogerman
2662025-02-21T12:48:23.246Zwords system system spanish
2672025-02-21T12:48:23.580ZPUBLISHER TYPE STATUS P LOCATION
2682025-02-21T12:48:23.580Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692025-02-21T12:48:26.674ZFMRI IFO
2702025-02-21T12:48:26.675Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712025-02-21T12:48:26.675Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722025-02-21T12:48:26.675Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732025-02-21T12:48:26.675Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742025-02-21T12:48:26.675Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752025-02-21T12:48:26.675Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-02-21T12:48:26.675Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772025-02-21T12:48:26.675Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-02-21T12:48:26.675Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-02-21T12:48:26.675Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2802025-02-21T12:48:26.675Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-02-21T12:48:26.675Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-02-21T12:48:26.675Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2832025-02-21T12:48:26.675Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-02-21T12:48:26.675Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-02-21T12:48:27.479Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-02-21T12:48:27.731Z Updating crates.io index
2872025-02-21T12:48:27.733Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-02-21T12:48:28.262Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-02-21T12:48:28.493Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-02-21T12:48:28.753Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912025-02-21T12:48:29.679Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922025-02-21T12:48:31.342Z Updating git repository `https://github.com/oxidecomputer/opte`
2932025-02-21T12:48:31.937Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942025-02-21T12:48:32.687Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952025-02-21T12:48:32.927Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962025-02-21T12:48:33.171Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972025-02-21T12:48:33.769Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2982025-02-21T12:48:34.109Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992025-02-21T12:48:34.440Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002025-02-21T12:48:34.674Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012025-02-21T12:48:34.898Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022025-02-21T12:48:35.098Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032025-02-21T12:48:35.366Z Updating git repository `https://github.com/oxidecomputer/lldp`
3042025-02-21T12:48:35.657Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-02-21T12:48:35.981Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062025-02-21T12:48:36.281Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-02-21T12:48:36.639Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-02-21T12:48:36.852Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-02-21T12:48:37.267Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-02-21T12:48:37.586Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-02-21T12:48:37.949Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-02-21T12:48:38.296Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-02-21T12:48:38.584Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-02-21T12:48:38.837Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-02-21T12:48:39.092Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-02-21T12:48:40.347Z Downloading crates ...
3172025-02-21T12:48:40.405Z Downloaded generic-array v0.14.7
3182025-02-21T12:48:40.412Z Downloaded usdt-macro v0.5.0
3192025-02-21T12:48:40.417Z Downloaded toml_datetime v0.6.8
3202025-02-21T12:48:40.417Z Downloaded cargo-platform v0.1.8
3212025-02-21T12:48:40.420Z Downloaded indexmap v2.7.1
3222025-02-21T12:48:40.427Z Downloaded dtrace-parser v0.2.0
3232025-02-21T12:48:40.433Z Downloaded swrite v0.1.0
3242025-02-21T12:48:40.438Z Downloaded pretty-hex v0.4.1
3252025-02-21T12:48:40.438Z Downloaded usdt-attr-macro v0.5.0
3262025-02-21T12:48:40.449Z Downloaded is_terminal_polyfill v1.70.1
3272025-02-21T12:48:40.459Z Downloaded scroll_derive v0.12.0
3282025-02-21T12:48:40.464Z Downloaded equivalent v1.0.1
3292025-02-21T12:48:40.472Z Downloaded macaddr v1.0.1
3302025-02-21T12:48:40.472Z Downloaded clap_lex v0.7.4
3312025-02-21T12:48:40.472Z Downloaded thiserror-impl v1.0.69
3322025-02-21T12:48:40.472Z Downloaded anstyle v1.0.10
3332025-02-21T12:48:40.472Z Downloaded camino-tempfile v1.1.1
3342025-02-21T12:48:40.497Z Downloaded bytecount v0.6.8
3352025-02-21T12:48:40.497Z Downloaded utf8parse v0.2.2
3362025-02-21T12:48:40.497Z Downloaded thiserror v1.0.69
3372025-02-21T12:48:40.514Z Downloaded thread-id v4.2.2
3382025-02-21T12:48:40.515Z Downloaded strsim v0.11.1
3392025-02-21T12:48:40.515Z Downloaded scroll v0.12.0
3402025-02-21T12:48:40.515Z Downloaded proc-macro-error-attr v1.0.4
3412025-02-21T12:48:40.515Z Downloaded heck v0.5.0
3422025-02-21T12:48:40.515Z Downloaded terminal_size v0.4.0
3432025-02-21T12:48:40.515Z Downloaded tabled_derive v0.7.0
3442025-02-21T12:48:40.515Z Downloaded usdt v0.5.0
3452025-02-21T12:48:40.515Z Downloaded serde_tokenstream v0.2.2
3462025-02-21T12:48:40.515Z Downloaded plain v0.2.3
3472025-02-21T12:48:40.515Z Downloaded colorchoice v1.0.2
3482025-02-21T12:48:40.516Z Downloaded block-buffer v0.10.4
3492025-02-21T12:48:40.516Z Downloaded digest v0.10.7
3502025-02-21T12:48:40.516Z Downloaded smawk v0.3.2
3512025-02-21T12:48:40.516Z Downloaded autocfg v1.4.0
3522025-02-21T12:48:40.516Z Downloaded memmap v0.7.0
3532025-02-21T12:48:40.516Z Downloaded errno v0.3.9
3542025-02-21T12:48:40.516Z Downloaded dof v0.3.0
3552025-02-21T12:48:40.516Z Downloaded unicode-linebreak v0.1.5
3562025-02-21T12:48:40.516Z Downloaded fs-err v2.11.0
3572025-02-21T12:48:40.516Z Downloaded fastrand v2.1.1
3582025-02-21T12:48:40.516Z Downloaded anstyle-query v1.1.1
3592025-02-21T12:48:40.528Z Downloaded fnv v1.0.7
3602025-02-21T12:48:40.528Z Downloaded heck v0.4.1
3612025-02-21T12:48:40.529Z Downloaded crypto-common v0.1.6
3622025-02-21T12:48:40.529Z Downloaded cfg-if v1.0.0
3632025-02-21T12:48:40.529Z Downloaded version_check v0.9.5
3642025-02-21T12:48:40.529Z Downloaded cpufeatures v0.2.14
3652025-02-21T12:48:40.529Z Downloaded pest_generator v2.7.14
3662025-02-21T12:48:40.529Z Downloaded byteorder v1.5.0
3672025-02-21T12:48:40.529Z Downloaded anstyle-parse v0.2.5
3682025-02-21T12:48:40.529Z Downloaded sha2 v0.10.8
3692025-02-21T12:48:40.530Z Downloaded pest_derive v2.7.14
3702025-02-21T12:48:40.545Z Downloaded serde_spanned v0.6.8
3712025-02-21T12:48:40.545Z Downloaded camino v1.1.9
3722025-02-21T12:48:40.546Z Downloaded clap_derive v4.5.28
3732025-02-21T12:48:40.546Z Downloaded proc-macro-error v1.0.4
3742025-02-21T12:48:40.546Z Downloaded once_cell v1.20.3
3752025-02-21T12:48:40.546Z Downloaded cargo_metadata v0.18.1
3762025-02-21T12:48:40.546Z Downloaded anstream v0.6.15
3772025-02-21T12:48:40.563Z Downloaded semver v1.0.24
3782025-02-21T12:48:40.564Z Downloaded itoa v1.0.11
3792025-02-21T12:48:40.564Z Downloaded zerocopy-derive v0.7.35
3802025-02-21T12:48:40.564Z Downloaded toml v0.8.19
3812025-02-21T12:48:40.564Z Downloaded tempfile v3.13.0
3822025-02-21T12:48:40.585Z Downloaded usdt-impl v0.5.0
3832025-02-21T12:48:40.585Z Downloaded quote v1.0.38
3842025-02-21T12:48:40.585Z Downloaded textwrap v0.16.1
3852025-02-21T12:48:40.585Z Downloaded unicode-ident v1.0.14
3862025-02-21T12:48:40.585Z Downloaded ryu v1.0.18
3872025-02-21T12:48:40.585Z Downloaded typenum v1.17.0
3882025-02-21T12:48:40.585Z Downloaded pest_meta v2.7.14
3892025-02-21T12:48:40.586Z Downloaded cargo_toml v0.20.5
3902025-02-21T12:48:40.598Z Downloaded log v0.4.22
3912025-02-21T12:48:40.598Z Downloaded serde_derive v1.0.217
3922025-02-21T12:48:40.599Z Downloaded papergrid v0.11.0
3932025-02-21T12:48:40.599Z Downloaded anyhow v1.0.96
3942025-02-21T12:48:40.599Z Downloaded ucd-trie v0.1.7
3952025-02-21T12:48:40.599Z Downloaded bitflags v2.6.0
3962025-02-21T12:48:40.599Z Downloaded proc-macro2 v1.0.92
3972025-02-21T12:48:40.599Z Downloaded clap v4.5.30
3982025-02-21T12:48:40.609Z Downloaded serde v1.0.217
3992025-02-21T12:48:40.629Z Downloaded memchr v2.7.4
4002025-02-21T12:48:40.652Z Downloaded toml_edit v0.22.22
4012025-02-21T12:48:40.670Z Downloaded hashbrown v0.15.1
4022025-02-21T12:48:40.671Z Downloaded pest v2.7.14
4032025-02-21T12:48:40.696Z Downloaded zerocopy v0.7.35
4042025-02-21T12:48:40.696Z Downloaded serde_json v1.0.135
4052025-02-21T12:48:40.719Z Downloaded clap_builder v4.5.30
4062025-02-21T12:48:40.719Z Downloaded winnow v0.6.20
4072025-02-21T12:48:40.719Z Downloaded tabled v0.15.0
4082025-02-21T12:48:40.748Z Downloaded syn v1.0.109
4092025-02-21T12:48:40.748Z Downloaded goblin v0.8.2
4102025-02-21T12:48:40.760Z Downloaded unicode-width v0.1.14
4112025-02-21T12:48:40.760Z Downloaded syn v2.0.96
4122025-02-21T12:48:40.760Z Downloaded rustix v0.38.37
4132025-02-21T12:48:40.802Z Downloaded libc v0.2.169
4142025-02-21T12:48:41.066Z Compiling proc-macro2 v1.0.92
4152025-02-21T12:48:41.066Z Compiling unicode-ident v1.0.14
4162025-02-21T12:48:41.070Z Compiling serde v1.0.217
4172025-02-21T12:48:41.070Z Compiling version_check v0.9.5
4182025-02-21T12:48:41.070Z Compiling thiserror v1.0.69
4192025-02-21T12:48:41.070Z Compiling memchr v2.7.4
4202025-02-21T12:48:41.101Z Compiling libc v0.2.169
4212025-02-21T12:48:41.105Z Compiling ucd-trie v0.1.7
4222025-02-21T12:48:41.342Z Compiling ryu v1.0.18
4232025-02-21T12:48:41.669Z Compiling itoa v1.0.11
4242025-02-21T12:48:41.690Z Compiling once_cell v1.20.3
4252025-02-21T12:48:41.855Z Compiling byteorder v1.5.0
4262025-02-21T12:48:41.986Z Compiling rustix v0.38.37
4272025-02-21T12:48:42.217Z Compiling serde_json v1.0.135
4282025-02-21T12:48:42.477Z Compiling bitflags v2.6.0
4292025-02-21T12:48:42.563Z Compiling proc-macro-error-attr v1.0.4
4302025-02-21T12:48:42.586Z Compiling usdt-impl v0.5.0
4312025-02-21T12:48:42.798Z Compiling syn v1.0.109
4322025-02-21T12:48:42.826Z Compiling proc-macro-error v1.0.4
4332025-02-21T12:48:42.883Z Compiling camino v1.1.9
4342025-02-21T12:48:42.983Z Compiling log v0.4.22
4352025-02-21T12:48:43.166Z Compiling plain v0.2.3
4362025-02-21T12:48:43.196Z Compiling hashbrown v0.15.1
4372025-02-21T12:48:43.400Z Compiling equivalent v1.0.1
4382025-02-21T12:48:43.451Z Compiling utf8parse v0.2.2
4392025-02-21T12:48:43.548Z Compiling quote v1.0.38
4402025-02-21T12:48:43.618Z Compiling errno v0.3.9
4412025-02-21T12:48:43.618Z Compiling anstyle-parse v0.2.5
4422025-02-21T12:48:43.786Z Compiling winnow v0.6.20
4432025-02-21T12:48:43.866Z Compiling syn v2.0.96
4442025-02-21T12:48:43.884Z Compiling thread-id v4.2.2
4452025-02-21T12:48:44.087Z Compiling semver v1.0.24
4462025-02-21T12:48:44.165Z Compiling anstyle v1.0.10
4472025-02-21T12:48:44.366Z Compiling indexmap v2.7.1
4482025-02-21T12:48:44.547Z Compiling autocfg v1.4.0
4492025-02-21T12:48:44.610Z Compiling pretty-hex v0.4.1
4502025-02-21T12:48:44.904Z Compiling anstyle-query v1.1.1
4512025-02-21T12:48:45.035Z Compiling unicode-width v0.1.14
4522025-02-21T12:48:45.096Z Compiling is_terminal_polyfill v1.70.1
4532025-02-21T12:48:45.241Z Compiling colorchoice v1.0.2
4542025-02-21T12:48:45.414Z Compiling anstream v0.6.15
4552025-02-21T12:48:45.488Z Compiling fs-err v2.11.0
4562025-02-21T12:48:45.720Z Compiling terminal_size v0.4.0
4572025-02-21T12:48:45.763Z Compiling heck v0.4.1
4582025-02-21T12:48:45.788Z Compiling clap_lex v0.7.4
4592025-02-21T12:48:45.938Z Compiling heck v0.5.0
4602025-02-21T12:48:46.027Z Compiling fnv v1.0.7
4612025-02-21T12:48:46.160Z Compiling bytecount v0.6.8
4622025-02-21T12:48:46.246Z Compiling fastrand v2.1.1
4632025-02-21T12:48:46.269Z Compiling cfg-if v1.0.0
4642025-02-21T12:48:46.381Z Compiling anyhow v1.0.96
4652025-02-21T12:48:46.406Z Compiling strsim v0.11.1
4662025-02-21T12:48:46.409Z Compiling papergrid v0.11.0
4672025-02-21T12:48:46.752Z Compiling clap_builder v4.5.30
4682025-02-21T12:48:47.102Z Compiling tempfile v3.13.0
4692025-02-21T12:48:47.124Z Compiling memmap v0.7.0
4702025-02-21T12:48:47.320Z Compiling smawk v0.3.2
4712025-02-21T12:48:47.356Z Compiling unicode-linebreak v0.1.5
4722025-02-21T12:48:47.832Z Compiling textwrap v0.16.1
4732025-02-21T12:48:47.906Z Compiling swrite v0.1.0
4742025-02-21T12:48:48.533Z Compiling tabled_derive v0.7.0
4752025-02-21T12:48:49.703Z Compiling tabled v0.15.0
4762025-02-21T12:48:50.685Z Compiling serde_derive v1.0.217
4772025-02-21T12:48:50.685Z Compiling thiserror-impl v1.0.69
4782025-02-21T12:48:50.776Z Compiling zerocopy-derive v0.7.35
4792025-02-21T12:48:50.859Z Compiling scroll_derive v0.12.0
4802025-02-21T12:48:51.165Z Compiling clap_derive v4.5.28
4812025-02-21T12:48:52.046Z Compiling scroll v0.12.0
4822025-02-21T12:48:52.259Z Compiling zerocopy v0.7.35
4832025-02-21T12:48:52.430Z Compiling goblin v0.8.2
4842025-02-21T12:48:52.939Z Compiling pest v2.7.14
4852025-02-21T12:48:54.465Z Compiling clap v4.5.30
4862025-02-21T12:48:55.139Z Compiling pest_meta v2.7.14
4872025-02-21T12:48:56.000Z Compiling pest_generator v2.7.14
4882025-02-21T12:48:57.275Z Compiling pest_derive v2.7.14
4892025-02-21T12:48:58.091Z Compiling dtrace-parser v0.2.0
4902025-02-21T12:48:59.053Z Compiling serde_tokenstream v0.2.2
4912025-02-21T12:48:59.134Z Compiling toml_datetime v0.6.8
4922025-02-21T12:48:59.134Z Compiling serde_spanned v0.6.8
4932025-02-21T12:48:59.386Z Compiling cargo-platform v0.1.8
4942025-02-21T12:48:59.438Z Compiling macaddr v1.0.1
4952025-02-21T12:48:59.624Z Compiling toml_edit v0.22.22
4962025-02-21T12:48:59.782Z Compiling camino-tempfile v1.1.1
4972025-02-21T12:49:00.407Z Compiling dof v0.3.0
4982025-02-21T12:49:00.617Z Compiling cargo_metadata v0.18.1
4992025-02-21T12:49:01.701Z Compiling usdt-attr-macro v0.5.0
5002025-02-21T12:49:01.701Z Compiling usdt-macro v0.5.0
5012025-02-21T12:49:02.438Z Compiling toml v0.8.19
5022025-02-21T12:49:02.803Z Compiling usdt v0.5.0
5032025-02-21T12:49:03.241Z Compiling cargo_toml v0.20.5
5042025-02-21T12:49:05.752Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052025-02-21T12:49:08.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.68s
5062025-02-21T12:49:09.153Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5072025-02-21T12:49:09.692Z Downloading crates ...
5082025-02-21T12:49:09.810Z Downloaded ahash v0.8.11
5092025-02-21T12:49:09.828Z Downloaded cfg_aliases v0.2.1
5102025-02-21T12:49:09.835Z Downloaded cfg_aliases v0.1.1
5112025-02-21T12:49:09.836Z Downloaded headers-core v0.3.0
5122025-02-21T12:49:09.840Z Downloaded http-range v0.1.5
5132025-02-21T12:49:09.840Z Downloaded http-body-util v0.1.2
5142025-02-21T12:49:09.844Z Downloaded hostname v0.4.0
5152025-02-21T12:49:09.844Z Downloaded hex v0.4.3
5162025-02-21T12:49:09.848Z Downloaded http-body v1.0.1
5172025-02-21T12:49:09.852Z Downloaded ascii-canvas v3.0.0
5182025-02-21T12:49:09.852Z Downloaded async-stream v0.3.6
5192025-02-21T12:49:09.852Z Downloaded icu_provider_macros v1.5.0
5202025-02-21T12:49:09.859Z Downloaded home v0.5.9
5212025-02-21T12:49:09.859Z Downloaded crunchy v0.2.2
5222025-02-21T12:49:09.859Z Downloaded ciborium-io v0.2.2
5232025-02-21T12:49:09.863Z Downloaded cstr-argument v0.1.2
5242025-02-21T12:49:09.863Z Downloaded atomicwrites v0.4.4
5252025-02-21T12:49:09.863Z Downloaded async-stream-impl v0.3.6
5262025-02-21T12:49:09.863Z Downloaded mirai-annotations v1.12.0
5272025-02-21T12:49:09.863Z Downloaded instant v0.1.13
5282025-02-21T12:49:09.868Z Downloaded arrayref v0.3.9
5292025-02-21T12:49:09.868Z Downloaded crucible-workspace-hack v0.1.0
5302025-02-21T12:49:09.868Z Downloaded atty v0.2.14
5312025-02-21T12:49:09.868Z Downloaded ident_case v1.0.1
5322025-02-21T12:49:09.873Z Downloaded cobs v0.2.3
5332025-02-21T12:49:09.873Z Downloaded cbc v0.1.2
5342025-02-21T12:49:09.873Z Downloaded base16ct v0.2.0
5352025-02-21T12:49:09.877Z Downloaded bit-set v0.5.3
5362025-02-21T12:49:09.877Z Downloaded convert_case v0.4.0
5372025-02-21T12:49:09.883Z Downloaded block-padding v0.3.3
5382025-02-21T12:49:09.883Z Downloaded bitfield-struct v0.6.2
5392025-02-21T12:49:09.883Z Downloaded md5 v0.7.0
5402025-02-21T12:49:09.887Z Downloaded cassowary v0.3.0
5412025-02-21T12:49:09.887Z Downloaded heck v0.3.3
5422025-02-21T12:49:09.887Z Downloaded daft v0.1.1
5432025-02-21T12:49:09.898Z Downloaded hostname v0.3.1
5442025-02-21T12:49:09.898Z Downloaded hubpack v0.1.2
5452025-02-21T12:49:09.903Z Downloaded adler2 v2.0.0
5462025-02-21T12:49:09.903Z Downloaded crossbeam-deque v0.8.5
5472025-02-21T12:49:09.903Z Downloaded indoc v1.0.9
5482025-02-21T12:49:09.903Z Downloaded ipnetwork v0.21.1
5492025-02-21T12:49:09.903Z Downloaded managed v0.8.0
5502025-02-21T12:49:09.906Z Downloaded lazy_static v1.5.0
5512025-02-21T12:49:09.906Z Downloaded lockfree-object-pool v0.1.6
5522025-02-21T12:49:09.910Z Downloaded mime v0.3.17
5532025-02-21T12:49:09.915Z Downloaded castaway v0.2.3
5542025-02-21T12:49:09.915Z Downloaded psl-types v2.0.11
5552025-02-21T12:49:09.919Z Downloaded maybe-uninit v2.0.0
5562025-02-21T12:49:09.919Z Downloaded lalrpop-util v0.19.12
5572025-02-21T12:49:09.919Z Downloaded instability v0.3.2
5582025-02-21T12:49:09.922Z Downloaded md-5 v0.10.6
5592025-02-21T12:49:09.922Z Downloaded bitflags v1.3.2
5602025-02-21T12:49:09.925Z Downloaded lru-cache v0.1.2
5612025-02-21T12:49:09.929Z Downloaded memoffset v0.9.1
5622025-02-21T12:49:09.935Z Downloaded cancel-safe-futures v0.1.5
5632025-02-21T12:49:09.939Z Downloaded is_ci v1.2.0
5642025-02-21T12:49:09.939Z Downloaded arrayvec v0.7.6
5652025-02-21T12:49:09.939Z Downloaded highway v1.2.0
5662025-02-21T12:49:09.943Z Downloaded linear-map v1.2.0
5672025-02-21T12:49:09.943Z Downloaded aead v0.5.2
5682025-02-21T12:49:09.947Z Downloaded cookie_store v0.21.1
5692025-02-21T12:49:09.947Z Downloaded hickory-client v0.24.3
5702025-02-21T12:49:09.952Z Downloaded signal-hook-tokio v0.3.1
5712025-02-21T12:49:09.956Z Downloaded tinyvec_macros v0.1.1
5722025-02-21T12:49:09.956Z Downloaded lru v0.12.5
5732025-02-21T12:49:09.967Z Downloaded maplit v1.0.2
5742025-02-21T12:49:09.967Z Downloaded ciborium v0.2.2
5752025-02-21T12:49:09.973Z Downloaded console v0.15.10
5762025-02-21T12:49:09.973Z Downloaded rustls-pemfile v1.0.4
5772025-02-21T12:49:09.973Z Downloaded ipnet v2.10.1
5782025-02-21T12:49:09.973Z Downloaded rustc_version v0.4.1
5792025-02-21T12:49:09.977Z Downloaded icu_locid_transform v1.5.0
5802025-02-21T12:49:09.977Z Downloaded mime_guess v2.0.5
5812025-02-21T12:49:09.982Z Downloaded bzip2 v0.4.4
5822025-02-21T12:49:09.982Z Downloaded crc32fast v1.4.2
5832025-02-21T12:49:09.986Z Downloaded jobserver v0.1.32
5842025-02-21T12:49:09.986Z Downloaded hmac v0.12.1
5852025-02-21T12:49:09.988Z Downloaded httparse v1.9.5
5862025-02-21T12:49:09.993Z Downloaded litrs v0.4.1
5872025-02-21T12:49:09.997Z Downloaded blake2 v0.10.6
5882025-02-21T12:49:10.006Z Downloaded derive_builder_macro v0.20.2
5892025-02-21T12:49:10.006Z Downloaded zone_cfg_derive v0.1.2
5902025-02-21T12:49:10.006Z Downloaded zone_cfg_derive v0.3.0
5912025-02-21T12:49:10.006Z Downloaded crossbeam-utils v0.8.20
5922025-02-21T12:49:10.012Z Downloaded oso-derive v0.27.3
5932025-02-21T12:49:10.012Z Downloaded num-conv v0.1.0
5942025-02-21T12:49:10.012Z Downloaded unicode-xid v0.2.6
5952025-02-21T12:49:10.012Z Downloaded signal-hook-registry v1.4.2
5962025-02-21T12:49:10.012Z Downloaded cookie v0.18.1
5972025-02-21T12:49:10.017Z Downloaded libloading v0.8.5
5982025-02-21T12:49:10.017Z Downloaded sha1 v0.10.6
5992025-02-21T12:49:10.023Z Downloaded icu_provider v1.5.0
6002025-02-21T12:49:10.026Z Downloaded thiserror-impl v2.0.11
6012025-02-21T12:49:10.026Z Downloaded unarray v0.1.4
6022025-02-21T12:49:10.027Z Downloaded unicode-truncate v1.1.0
6032025-02-21T12:49:10.034Z Downloaded tower-service v0.3.3
6042025-02-21T12:49:10.034Z Downloaded parse-size v1.1.0
6052025-02-21T12:49:10.034Z Downloaded wyz v0.5.1
6062025-02-21T12:49:10.039Z Downloaded writeable v0.5.5
6072025-02-21T12:49:10.039Z Downloaded phf_shared v0.10.0
6082025-02-21T12:49:10.039Z Downloaded universal-hash v0.5.1
6092025-02-21T12:49:10.039Z Downloaded memmap2 v0.9.5
6102025-02-21T12:49:10.044Z Downloaded arc-swap v1.7.1
6112025-02-21T12:49:10.048Z Downloaded untrusted v0.7.1
6122025-02-21T12:49:10.048Z Downloaded heapless v0.7.17
6132025-02-21T12:49:10.051Z Downloaded chacha20poly1305 v0.10.1
6142025-02-21T12:49:10.055Z Downloaded dyn-clone v1.0.18
6152025-02-21T12:49:10.055Z Downloaded ed25519 v2.2.3
6162025-02-21T12:49:10.059Z Downloaded futures-executor v0.3.31
6172025-02-21T12:49:10.059Z Downloaded funty v2.0.0
6182025-02-21T12:49:10.063Z Downloaded fallible-iterator v0.2.0
6192025-02-21T12:49:10.063Z Downloaded sec1 v0.7.3
6202025-02-21T12:49:10.070Z Downloaded futures-task v0.3.31
6212025-02-21T12:49:10.070Z Downloaded futures-sink v0.3.31
6222025-02-21T12:49:10.070Z Downloaded futures-io v0.3.31
6232025-02-21T12:49:10.074Z Downloaded crossbeam-epoch v0.9.18
6242025-02-21T12:49:10.075Z Downloaded tokio-rustls v0.25.0
6252025-02-21T12:49:10.083Z Downloaded num v0.4.3
6262025-02-21T12:49:10.083Z Downloaded xattr v1.3.1
6272025-02-21T12:49:10.083Z Downloaded icu_normalizer_data v1.5.0
6282025-02-21T12:49:10.093Z Downloaded tracing-attributes v0.1.27
6292025-02-21T12:49:10.093Z Downloaded take_mut v0.2.2
6302025-02-21T12:49:10.093Z Downloaded heapless v0.8.0
6312025-02-21T12:49:10.101Z Downloaded progenitor v0.9.1
6322025-02-21T12:49:10.101Z Downloaded progenitor v0.8.0
6332025-02-21T12:49:10.101Z Downloaded phf_generator v0.11.2
6342025-02-21T12:49:10.101Z Downloaded quick-error v1.2.3
6352025-02-21T12:49:10.106Z Downloaded bumpalo v3.16.0
6362025-02-21T12:49:10.106Z Downloaded xz2 v0.1.7
6372025-02-21T12:49:10.106Z Downloaded rtoolbox v0.0.2
6382025-02-21T12:49:10.116Z Downloaded zerofrom v0.1.4
6392025-02-21T12:49:10.116Z Downloaded base64 v0.21.7
6402025-02-21T12:49:10.126Z Downloaded derive_builder v0.20.2
6412025-02-21T12:49:10.126Z Downloaded foreign-types v0.5.0
6422025-02-21T12:49:10.127Z Downloaded foreign-types v0.3.2
6432025-02-21T12:49:10.131Z Downloaded num-complex v0.4.6
6442025-02-21T12:49:10.131Z Downloaded slog-term v2.9.1
6452025-02-21T12:49:10.131Z Downloaded schemars_derive v0.8.21
6462025-02-21T12:49:10.131Z Downloaded strum_macros v0.25.3
6472025-02-21T12:49:10.137Z Downloaded stringprep v0.1.5
6482025-02-21T12:49:10.137Z Downloaded nu-ansi-term v0.50.1
6492025-02-21T12:49:10.141Z Downloaded tinyvec v1.8.0
6502025-02-21T12:49:10.141Z Downloaded hickory-resolver v0.24.3
6512025-02-21T12:49:10.146Z Downloaded path-slash v0.1.5
6522025-02-21T12:49:10.150Z Downloaded typify-macro v0.2.0
6532025-02-21T12:49:10.150Z Downloaded openssl-macros v0.1.1
6542025-02-21T12:49:10.154Z Downloaded zerovec-derive v0.10.3
6552025-02-21T12:49:10.154Z Downloaded fs_extra v1.3.0
6562025-02-21T12:49:10.159Z Downloaded tls_codec_derive v0.4.1
6572025-02-21T12:49:10.159Z Downloaded russh-cryptovec v0.7.3
6582025-02-21T12:49:10.159Z Downloaded crossbeam-channel v0.5.13
6592025-02-21T12:49:10.165Z Downloaded defmt-macros v0.3.9
6602025-02-21T12:49:10.170Z Downloaded foreign-types-macros v0.2.3
6612025-02-21T12:49:10.176Z Downloaded sigpipe v0.1.3
6622025-02-21T12:49:10.176Z Downloaded snafu-derive v0.8.5
6632025-02-21T12:49:10.176Z Downloaded try-lock v0.2.5
6642025-02-21T12:49:10.176Z Downloaded aho-corasick v1.1.3
6652025-02-21T12:49:10.182Z Downloaded olpc-cjson v0.1.4
6662025-02-21T12:49:10.186Z Downloaded strum_macros v0.26.4
6672025-02-21T12:49:10.190Z Downloaded sync-ptr v0.1.1
6682025-02-21T12:49:10.190Z Downloaded tokio-tungstenite v0.21.0
6692025-02-21T12:49:10.194Z Downloaded tracing-core v0.1.32
6702025-02-21T12:49:10.197Z Downloaded unsafe-libyaml v0.2.11
6712025-02-21T12:49:10.197Z Downloaded progenitor-macro v0.9.1
6722025-02-21T12:49:10.201Z Downloaded uzers v0.12.1
6732025-02-21T12:49:10.206Z Downloaded num_enum_derive v0.5.11
6742025-02-21T12:49:10.206Z Downloaded num-derive v0.4.2
6752025-02-21T12:49:10.210Z Downloaded phf_shared v0.11.2
6762025-02-21T12:49:10.210Z Downloaded rustc-hash v1.1.0
6772025-02-21T12:49:10.210Z Downloaded rfc6979 v0.4.0
6782025-02-21T12:49:10.215Z Downloaded primeorder v0.13.6
6792025-02-21T12:49:10.225Z Downloaded pretty-hex v0.2.1
6802025-02-21T12:49:10.232Z Downloaded ssh-encoding v0.2.0
6812025-02-21T12:49:10.232Z Downloaded ssh-cipher v0.2.0
6822025-02-21T12:49:10.232Z Downloaded simd-adler32 v0.3.7
6832025-02-21T12:49:10.236Z Downloaded serde_path_to_error v0.1.16
6842025-02-21T12:49:10.236Z Downloaded tui-tree-widget v0.23.0
6852025-02-21T12:49:10.236Z Downloaded oso v0.27.3
6862025-02-21T12:49:10.240Z Downloaded foreign-types-shared v0.3.1
6872025-02-21T12:49:10.244Z Downloaded fallible-streaming-iterator v0.1.9
6882025-02-21T12:49:10.245Z Downloaded zerofrom-derive v0.1.4
6892025-02-21T12:49:10.245Z Downloaded tracing v0.1.40
6902025-02-21T12:49:10.249Z Downloaded postgres-protocol v0.6.7
6912025-02-21T12:49:10.253Z Downloaded darling v0.20.10
6922025-02-21T12:49:10.260Z Downloaded glob v0.3.2
6932025-02-21T12:49:10.260Z Downloaded vsss-rs v3.3.4
6942025-02-21T12:49:10.270Z Downloaded zeroize_derive v1.4.2
6952025-02-21T12:49:10.270Z Downloaded time-core v0.1.2
6962025-02-21T12:49:10.270Z Downloaded group v0.13.0
6972025-02-21T12:49:10.270Z Downloaded zeroize v1.8.1
6982025-02-21T12:49:10.275Z Downloaded postgres-types v0.2.8
6992025-02-21T12:49:10.275Z Downloaded openssl-probe v0.1.5
7002025-02-21T12:49:10.275Z Downloaded paste v1.0.15
7012025-02-21T12:49:10.275Z Downloaded fxhash v0.2.1
7022025-02-21T12:49:10.280Z Downloaded parse-display v0.10.0
7032025-02-21T12:49:10.280Z Downloaded shell-words v1.1.0
7042025-02-21T12:49:10.280Z Downloaded rand_chacha v0.3.1
7052025-02-21T12:49:10.284Z Downloaded radium v0.7.0
7062025-02-21T12:49:10.284Z Downloaded time-macros v0.2.18
7072025-02-21T12:49:10.288Z Downloaded schemars v0.8.21
7082025-02-21T12:49:10.298Z Downloaded debug-ignore v1.0.5
7092025-02-21T12:49:10.302Z Downloaded slog-scope v4.4.0
7102025-02-21T12:49:10.302Z Downloaded slog-json v2.6.1
7112025-02-21T12:49:10.306Z Downloaded slog-envlogger v2.2.0
7122025-02-21T12:49:10.309Z Downloaded salsa20 v0.10.2
7132025-02-21T12:49:10.309Z Downloaded rustc_version v0.1.7
7142025-02-21T12:49:10.309Z Downloaded pbkdf2 v0.11.0
7152025-02-21T12:49:10.313Z Downloaded tiny-keccak v2.0.2
7162025-02-21T12:49:10.317Z Downloaded untrusted v0.9.0
7172025-02-21T12:49:10.317Z Downloaded aes v0.8.4
7182025-02-21T12:49:10.321Z Downloaded sqlparser_derive v0.2.2
7192025-02-21T12:49:10.325Z Downloaded number_prefix v0.4.0
7202025-02-21T12:49:10.325Z Downloaded data-encoding v2.6.0
7212025-02-21T12:49:10.325Z Downloaded flagset v0.4.6
7222025-02-21T12:49:10.330Z Downloaded embedded-io v0.4.0
7232025-02-21T12:49:10.330Z Downloaded yoke-derive v0.7.4
7242025-02-21T12:49:10.334Z Downloaded termtree v0.4.1
7252025-02-21T12:49:10.335Z Downloaded fragile v2.0.0
7262025-02-21T12:49:10.335Z Downloaded utf8_iter v1.0.4
7272025-02-21T12:49:10.339Z Downloaded gethostname v0.5.0
7282025-02-21T12:49:10.339Z Downloaded password-hash v0.5.0
7292025-02-21T12:49:10.342Z Downloaded password-hash v0.4.2
7302025-02-21T12:49:10.342Z Downloaded test-strategy v0.3.1
7312025-02-21T12:49:10.345Z Downloaded minimal-lexical v0.2.1
7322025-02-21T12:49:10.351Z Downloaded diff v0.1.13
7332025-02-21T12:49:10.358Z Downloaded derive-where v1.2.7
7342025-02-21T12:49:10.363Z Downloaded resolv-conf v0.7.0
7352025-02-21T12:49:10.363Z Downloaded oxnet v0.1.0
7362025-02-21T12:49:10.370Z Downloaded predicates-core v1.0.8
7372025-02-21T12:49:10.370Z Downloaded aes-gcm v0.10.3
7382025-02-21T12:49:10.376Z Downloaded pkg-config v0.3.31
7392025-02-21T12:49:10.376Z Downloaded serde_plain v1.0.2
7402025-02-21T12:49:10.376Z Downloaded slog-dtrace v0.3.0
7412025-02-21T12:49:10.380Z Downloaded rustc-demangle v0.1.24
7422025-02-21T12:49:10.380Z Downloaded ref-cast-impl v1.0.23
7432025-02-21T12:49:10.380Z Downloaded normalize-line-endings v0.3.0
7442025-02-21T12:49:10.380Z Downloaded yoke v0.7.4
7452025-02-21T12:49:10.385Z Downloaded nodrop v0.1.14
7462025-02-21T12:49:10.385Z Downloaded newline-converter v0.3.0
7472025-02-21T12:49:10.385Z Downloaded serde_urlencoded v0.7.1
7482025-02-21T12:49:10.392Z Downloaded tokio-macros v2.5.0
7492025-02-21T12:49:10.392Z Downloaded thiserror-no-std v2.0.2
7502025-02-21T12:49:10.396Z Downloaded serde_yaml v0.9.34+deprecated
7512025-02-21T12:49:10.403Z Downloaded defmt-parser v0.3.4
7522025-02-21T12:49:10.403Z Downloaded tungstenite v0.23.0
7532025-02-21T12:49:10.407Z Downloaded endian-type v0.1.2
7542025-02-21T12:49:10.407Z Downloaded idna v1.0.3
7552025-02-21T12:49:10.411Z Downloaded fixedbitset v0.4.2
7562025-02-21T12:49:10.411Z Downloaded termtree v0.5.1
7572025-02-21T12:49:10.414Z Downloaded toml v0.7.8
7582025-02-21T12:49:10.417Z Downloaded vte_generate_state_changes v0.1.2
7592025-02-21T12:49:10.417Z Downloaded serde-big-array v0.5.1
7602025-02-21T12:49:10.420Z Downloaded newtype_derive v0.1.6
7612025-02-21T12:49:10.424Z Downloaded new_debug_unreachable v1.0.6
7622025-02-21T12:49:10.425Z Downloaded want v0.3.1
7632025-02-21T12:49:10.431Z Downloaded darling_macro v0.20.10
7642025-02-21T12:49:10.431Z Downloaded unicase v2.7.0
7652025-02-21T12:49:10.431Z Downloaded static_assertions v1.1.0
7662025-02-21T12:49:10.431Z Downloaded stable_deref_trait v1.2.0
7672025-02-21T12:49:10.434Z Downloaded serde-hex v0.1.0
7682025-02-21T12:49:10.434Z Downloaded string_cache v0.8.7
7692025-02-21T12:49:10.434Z Downloaded powerfmt v0.2.0
7702025-02-21T12:49:10.434Z Downloaded num-integer v0.1.46
7712025-02-21T12:49:10.437Z Downloaded precomputed-hash v0.1.1
7722025-02-21T12:49:10.437Z Downloaded thiserror v2.0.11
7732025-02-21T12:49:10.447Z Downloaded peg-runtime v0.8.3
7742025-02-21T12:49:10.451Z Downloaded walkdir v2.5.0
7752025-02-21T12:49:10.451Z Downloaded headers v0.4.0
7762025-02-21T12:49:10.458Z Downloaded zerocopy-derive v0.8.10
7772025-02-21T12:49:10.467Z Downloaded waitgroup v0.1.2
7782025-02-21T12:49:10.472Z Downloaded hyper v1.5.2
7792025-02-21T12:49:10.477Z Downloaded write16 v1.0.0
7802025-02-21T12:49:10.478Z Downloaded nibble_vec v0.1.0
7812025-02-21T12:49:10.478Z Downloaded wait-timeout v0.2.0
7822025-02-21T12:49:10.480Z Downloaded semver v0.1.20
7832025-02-21T12:49:10.480Z Downloaded poly1305 v0.8.0
7842025-02-21T12:49:10.480Z Downloaded foreign-types-shared v0.1.1
7852025-02-21T12:49:10.483Z Downloaded sqlformat v0.2.6
7862025-02-21T12:49:10.483Z Downloaded ed25519-dalek v2.1.1
7872025-02-21T12:49:10.489Z Downloaded strip-ansi-escapes v0.2.0
7882025-02-21T12:49:10.493Z Downloaded postcard v1.0.10
7892025-02-21T12:49:10.493Z Downloaded ron v0.7.1
7902025-02-21T12:49:10.498Z Downloaded env_filter v0.1.2
7912025-02-21T12:49:10.506Z Downloaded embedded-io v0.6.1
7922025-02-21T12:49:10.506Z Downloaded signature v2.2.0
7932025-02-21T12:49:10.512Z Downloaded opaque-debug v0.3.1
7942025-02-21T12:49:10.512Z Downloaded tabwriter v1.4.0
7952025-02-21T12:49:10.512Z Downloaded num_threads v0.1.7
7962025-02-21T12:49:10.512Z Downloaded rsa v0.9.6
7972025-02-21T12:49:10.519Z Downloaded diesel-dtrace v0.4.2
7982025-02-21T12:49:10.519Z Downloaded rand v0.8.5
7992025-02-21T12:49:10.521Z Downloaded toolchain_find v0.4.0
8002025-02-21T12:49:10.521Z Downloaded native-tls v0.2.12
8012025-02-21T12:49:10.524Z Downloaded sync_wrapper v1.0.1
8022025-02-21T12:49:10.524Z Downloaded packed_struct_codegen v0.10.1
8032025-02-21T12:49:10.528Z Downloaded quinn-udp v0.5.5
8042025-02-21T12:49:10.530Z Downloaded secrecy v0.8.0
8052025-02-21T12:49:10.530Z Downloaded pin-project v1.1.6
8062025-02-21T12:49:10.541Z Downloaded strum v0.26.3
8072025-02-21T12:49:10.545Z Downloaded serde_with_macros v3.11.0
8082025-02-21T12:49:10.547Z Downloaded whoami v1.5.2
8092025-02-21T12:49:10.548Z Downloaded serde_derive_internals v0.29.1
8102025-02-21T12:49:10.548Z Downloaded tower v0.5.2
8112025-02-21T12:49:10.558Z Downloaded float-ord v0.3.2
8122025-02-21T12:49:10.562Z Downloaded multimap v0.10.0
8132025-02-21T12:49:10.562Z Downloaded mockall v0.13.0
8142025-02-21T12:49:10.564Z Downloaded tokio-native-tls v0.3.1
8152025-02-21T12:49:10.564Z Downloaded synstructure v0.13.1
8162025-02-21T12:49:10.564Z Downloaded pin-project-internal v1.1.6
8172025-02-21T12:49:10.567Z Downloaded progenitor-client v0.9.1
8182025-02-21T12:49:10.570Z Downloaded termios v0.3.3
8192025-02-21T12:49:10.570Z Downloaded termcolor v1.4.1
8202025-02-21T12:49:10.574Z Downloaded rustc-hash v2.0.0
8212025-02-21T12:49:10.574Z Downloaded rustfmt-wrapper v0.2.1
8222025-02-21T12:49:10.578Z Downloaded rpassword v7.3.1
8232025-02-21T12:49:10.578Z Downloaded quick-xml v0.33.0
8242025-02-21T12:49:10.585Z Downloaded progenitor-client v0.8.0
8252025-02-21T12:49:10.588Z Downloaded nanorand v0.7.0
8262025-02-21T12:49:10.588Z Downloaded slog-bunyan v2.5.0
8272025-02-21T12:49:10.588Z Downloaded openssl-sys v0.9.106
8282025-02-21T12:49:10.593Z Downloaded subtle v2.6.1
8292025-02-21T12:49:10.597Z Downloaded ron v0.8.1
8302025-02-21T12:49:10.602Z Downloaded structmeta v0.2.0
8312025-02-21T12:49:10.606Z Downloaded float-cmp v0.10.0
8322025-02-21T12:49:10.606Z Downloaded pkcs5 v0.7.1
8332025-02-21T12:49:10.612Z Downloaded scrypt v0.11.0
8342025-02-21T12:49:10.612Z Downloaded multer v3.1.0
8352025-02-21T12:49:10.618Z Downloaded daft-derive v0.1.1
8362025-02-21T12:49:10.621Z Downloaded der v0.7.9
8372025-02-21T12:49:10.624Z Downloaded ref-cast v1.0.23
8382025-02-21T12:49:10.626Z Downloaded fd-lock v4.0.2
8392025-02-21T12:49:10.626Z Downloaded zone v0.1.8
8402025-02-21T12:49:10.630Z Downloaded num-iter v0.1.45
8412025-02-21T12:49:10.630Z Downloaded russh v0.45.0
8422025-02-21T12:49:10.636Z Downloaded r2d2 v0.8.10
8432025-02-21T12:49:10.642Z Downloaded unicode-properties v0.1.3
8442025-02-21T12:49:10.646Z Downloaded typed-path v0.9.3
8452025-02-21T12:49:10.650Z Downloaded num-rational v0.4.2
8462025-02-21T12:49:10.650Z Downloaded rustls-pemfile v2.2.0
8472025-02-21T12:49:10.653Z Downloaded yasna v0.5.2
8482025-02-21T12:49:10.653Z Downloaded typify v0.3.0
8492025-02-21T12:49:10.656Z Downloaded diesel_derives v2.2.3
8502025-02-21T12:49:10.661Z Downloaded parking_lot_core v0.9.10
8512025-02-21T12:49:10.665Z Downloaded pbkdf2 v0.12.2
8522025-02-21T12:49:10.674Z Downloaded parking_lot_core v0.8.6
8532025-02-21T12:49:10.674Z Downloaded tokio-tungstenite v0.23.1
8542025-02-21T12:49:10.678Z Downloaded prettyplease v0.2.29
8552025-02-21T12:49:10.678Z Downloaded unicode-bidi v0.3.17
8562025-02-21T12:49:10.682Z Downloaded bindgen v0.69.5
8572025-02-21T12:49:10.686Z Downloaded parking_lot v0.12.3
8582025-02-21T12:49:10.693Z Downloaded zerocopy v0.6.6
8592025-02-21T12:49:10.697Z Downloaded icu_properties_data v1.5.0
8602025-02-21T12:49:10.706Z Downloaded progenitor-impl v0.9.1
8612025-02-21T12:49:10.710Z Downloaded steno v0.4.1
8622025-02-21T12:49:10.714Z Downloaded chrono v0.4.39
8632025-02-21T12:49:10.724Z Downloaded omicron-zone-package v0.12.0
8642025-02-21T12:49:10.727Z Downloaded tokio-postgres v0.7.12
8652025-02-21T12:49:10.729Z Downloaded rustls-webpki v0.101.7
8662025-02-21T12:49:10.743Z Downloaded darling_core v0.20.10
8672025-02-21T12:49:10.747Z Downloaded zip v0.6.6
8682025-02-21T12:49:10.754Z Downloaded nom v7.1.3
8692025-02-21T12:49:10.759Z Downloaded zip v2.1.3
8702025-02-21T12:49:10.762Z Downloaded radix_trie v0.2.1
8712025-02-21T12:49:10.768Z Downloaded salty v0.3.0
8722025-02-21T12:49:10.776Z Downloaded time v0.3.36
8732025-02-21T12:49:10.784Z Downloaded expectorate v1.1.0
8742025-02-21T12:49:10.786Z Downloaded h2 v0.4.6
8752025-02-21T12:49:10.796Z Downloaded quinn-proto v0.11.8
8762025-02-21T12:49:10.803Z Downloaded unicode-segmentation v1.12.0
8772025-02-21T12:49:10.806Z Downloaded num-traits v0.2.19
8782025-02-21T12:49:10.811Z Downloaded futures-util v0.3.31
8792025-02-21T12:49:10.822Z Downloaded proptest v1.5.0
8802025-02-21T12:49:10.833Z Downloaded rustls-webpki v0.102.8
8812025-02-21T12:49:10.852Z Downloaded zerovec v0.10.4
8822025-02-21T12:49:10.859Z Downloaded unicode-width v0.2.0
8832025-02-21T12:49:10.866Z Downloaded flate2 v1.0.35
8842025-02-21T12:49:10.871Z Downloaded portable-atomic v1.9.0
8852025-02-21T12:49:10.878Z Downloaded unicode-normalization v0.1.24
8862025-02-21T12:49:10.883Z Downloaded reedline v0.35.0
8872025-02-21T12:49:10.890Z Downloaded winnow v0.5.40
8882025-02-21T12:49:10.900Z Downloaded regex-syntax v0.6.29
8892025-02-21T12:49:10.910Z Downloaded zerocopy v0.8.10
8902025-02-21T12:49:10.934Z Downloaded reqwest v0.12.12
8912025-02-21T12:49:10.944Z Downloaded hickory-proto v0.24.3
8922025-02-21T12:49:10.960Z Downloaded object v0.30.4
8932025-02-21T12:49:10.971Z Downloaded webpki-roots v0.26.6
8942025-02-21T12:49:10.976Z Downloaded gimli v0.31.1
8952025-02-21T12:49:10.983Z Downloaded polar-core v0.27.3
8962025-02-21T12:49:10.994Z Downloaded dropshot v0.15.1
8972025-02-21T12:49:11.016Z Downloaded openssl v0.10.71
8982025-02-21T12:49:11.026Z Downloaded object v0.36.5
8992025-02-21T12:49:11.038Z Downloaded diesel v2.2.7
9002025-02-21T12:49:11.059Z Downloaded nix v0.28.0
9012025-02-21T12:49:11.070Z Downloaded bstr v1.10.0
9022025-02-21T12:49:11.083Z Downloaded regress v0.10.1
9032025-02-21T12:49:11.095Z Downloaded nix v0.27.1
9042025-02-21T12:49:11.103Z Downloaded chrono-tz v0.10.1
9052025-02-21T12:49:11.112Z Downloaded rustls v0.23.19
9062025-02-21T12:49:11.124Z Downloaded rustls v0.22.4
9072025-02-21T12:49:11.141Z Downloaded regress v0.9.1
9082025-02-21T12:49:11.147Z Downloaded openapiv3 v2.0.0
9092025-02-21T12:49:11.160Z Downloaded regex-syntax v0.8.5
9102025-02-21T12:49:11.169Z Downloaded typify-impl v0.3.0
9112025-02-21T12:49:11.187Z Downloaded ratatui v0.29.0
9122025-02-21T12:49:11.206Z Downloaded typify-impl v0.2.0
9132025-02-21T12:49:11.221Z Downloaded zerocopy-derive v0.6.6
9142025-02-21T12:49:11.230Z Downloaded regex-automata v0.4.8
9152025-02-21T12:49:11.248Z Downloaded nix v0.29.0
9162025-02-21T12:49:11.259Z Downloaded sled v0.34.7
9172025-02-21T12:49:11.269Z Downloaded bzip2-sys v0.1.11+1.0.8
9182025-02-21T12:49:11.282Z Downloaded lzma-sys v0.1.20
9192025-02-21T12:49:11.312Z Downloaded dropshot v0.12.0
9202025-02-21T12:49:11.331Z Downloaded smoltcp v0.11.0
9212025-02-21T12:49:11.343Z Downloaded rustls v0.21.12
9222025-02-21T12:49:11.355Z Downloaded smoltcp v0.9.1
9232025-02-21T12:49:11.366Z Downloaded petgraph v0.6.5
9242025-02-21T12:49:11.382Z Downloaded libz-sys v1.1.20
9252025-02-21T12:49:11.402Z Downloaded p384 v0.13.0
9262025-02-21T12:49:11.410Z Downloaded curve25519-dalek v4.1.3
9272025-02-21T12:49:11.418Z Downloaded git2 v0.19.0
9282025-02-21T12:49:11.427Z Downloaded petname v2.0.2
9292025-02-21T12:49:11.433Z Downloaded serde_with v3.11.0
9302025-02-21T12:49:11.441Z Downloaded tokio v1.43.0
9312025-02-21T12:49:11.479Z Downloaded csv v1.3.1
9322025-02-21T12:49:11.499Z Downloaded sqlparser v0.45.0
9332025-02-21T12:49:11.504Z Downloaded vcpkg v0.2.15
9342025-02-21T12:49:11.539Z Downloaded regex v1.11.1
9352025-02-21T12:49:11.552Z Downloaded sha3 v0.10.8
9362025-02-21T12:49:11.556Z Downloaded subprocess v0.2.9
9372025-02-21T12:49:11.559Z Downloaded bitvec v1.0.1
9382025-02-21T12:49:11.574Z Downloaded hashbrown v0.14.5
9392025-02-21T12:49:11.579Z Downloaded lalrpop v0.19.12
9402025-02-21T12:49:11.589Z Downloaded rusqlite v0.32.1
9412025-02-21T12:49:11.597Z Downloaded sct v0.7.1
9422025-02-21T12:49:11.601Z Downloaded p521 v0.13.3
9432025-02-21T12:49:11.604Z Downloaded fallible-iterator v0.3.0
9442025-02-21T12:49:11.605Z Downloaded tokio-rustls v0.26.0
9452025-02-21T12:49:11.610Z Downloaded tokio-rustls v0.24.1
9462025-02-21T12:49:11.614Z Downloaded ssh-key v0.6.6
9472025-02-21T12:49:11.617Z Downloaded rayon v1.10.0
9482025-02-21T12:49:11.624Z Downloaded aws-lc-rs v1.10.0
9492025-02-21T12:49:11.633Z Downloaded env_logger v0.11.5
9502025-02-21T12:49:11.637Z Downloaded pin-project-lite v0.2.14
9512025-02-21T12:49:11.640Z Downloaded derive_more v0.99.19
9522025-02-21T12:49:11.645Z Downloaded vte v0.11.1
9532025-02-21T12:49:11.648Z Downloaded samael v0.0.17
9542025-02-21T12:49:11.651Z Downloaded filetime v0.2.25
9552025-02-21T12:49:11.653Z Downloaded toml_edit v0.19.15
9562025-02-21T12:49:11.668Z Downloaded strum_macros v0.24.3
9572025-02-21T12:49:11.671Z Downloaded parse-zoneinfo v0.3.1
9582025-02-21T12:49:11.674Z Downloaded peg-macros v0.8.4
9592025-02-21T12:49:11.678Z Downloaded env_logger v0.10.2
9602025-02-21T12:49:11.680Z Downloaded des v0.8.1
9612025-02-21T12:49:11.680Z Downloaded shlex v1.3.0
9622025-02-21T12:49:11.680Z Downloaded pkcs8 v0.10.2
9632025-02-21T12:49:11.684Z Downloaded uuid v1.12.0
9642025-02-21T12:49:11.686Z Downloaded url v2.5.3
9652025-02-21T12:49:11.689Z Downloaded tough v0.19.0
9662025-02-21T12:49:11.697Z Downloaded num_enum v0.5.11
9672025-02-21T12:49:11.703Z Downloaded slog-async v2.8.0
9682025-02-21T12:49:11.706Z Downloaded pkcs1 v0.7.5
9692025-02-21T12:49:11.706Z Downloaded mockall_derive v0.13.0
9702025-02-21T12:49:11.709Z Downloaded slog v2.7.0
9712025-02-21T12:49:11.712Z Downloaded hashbrown v0.12.3
9722025-02-21T12:49:11.715Z Downloaded encoding_rs v0.8.34
9732025-02-21T12:49:11.737Z Downloaded der_derive v0.7.3
9742025-02-21T12:49:11.739Z Downloaded elliptic-curve v0.13.8
9752025-02-21T12:49:11.743Z Downloaded blake3 v1.5.4
9762025-02-21T12:49:11.750Z Downloaded hashbrown v0.13.2
9772025-02-21T12:49:11.755Z Downloaded newtype-uuid v1.2.1
9782025-02-21T12:49:11.758Z Downloaded enum-as-inner v0.6.1
9792025-02-21T12:49:11.758Z Downloaded which v4.4.2
9802025-02-21T12:49:11.758Z Downloaded pin-utils v0.1.0
9812025-02-21T12:49:11.761Z Downloaded ena v0.14.3
9822025-02-21T12:49:11.761Z Downloaded num-bigint-dig v0.8.4
9832025-02-21T12:49:11.765Z Downloaded libxml v0.3.3
9842025-02-21T12:49:11.771Z Downloaded itertools v0.13.0
9852025-02-21T12:49:11.780Z Downloaded hkdf v0.12.4
9862025-02-21T12:49:11.784Z Downloaded tungstenite v0.24.0
9872025-02-21T12:49:11.787Z Downloaded fatfs v0.3.6
9882025-02-21T12:49:11.789Z Downloaded ppv-lite86 v0.2.20
9892025-02-21T12:49:11.789Z Downloaded dropshot_endpoint v0.15.1
9902025-02-21T12:49:11.792Z Downloaded polyval v0.6.2
9912025-02-21T12:49:11.794Z Downloaded owo-colors v4.1.0
9922025-02-21T12:49:11.797Z Downloaded publicsuffix v2.3.0
9932025-02-21T12:49:11.799Z Downloaded tokio-util v0.7.12
9942025-02-21T12:49:11.805Z Downloaded rustls-pki-types v1.10.0
9952025-02-21T12:49:11.808Z Downloaded deranged v0.3.11
9962025-02-21T12:49:11.811Z Downloaded rustyline v14.0.0
9972025-02-21T12:49:11.815Z Downloaded tungstenite v0.21.0
9982025-02-21T12:49:11.819Z Downloaded similar v2.6.0
9992025-02-21T12:49:11.823Z Downloaded num-bigint v0.4.6
10002025-02-21T12:49:11.830Z Downloaded getrandom v0.2.15
10012025-02-21T12:49:11.834Z Downloaded half v2.4.1
10022025-02-21T12:49:11.837Z Downloaded libgit2-sys v0.17.0+1.8.1
10032025-02-21T12:49:11.892Z Downloaded progenitor-macro v0.8.0
10042025-02-21T12:49:11.895Z Downloaded ghash v0.5.1
10052025-02-21T12:49:11.895Z Downloaded smallvec v1.13.2
10062025-02-21T12:49:11.898Z Downloaded smallvec v0.6.14
10072025-02-21T12:49:11.898Z Downloaded rand_core v0.6.4
10082025-02-21T12:49:11.901Z Downloaded p256 v0.13.2
10092025-02-21T12:49:11.904Z Downloaded itertools v0.10.5
10102025-02-21T12:49:11.908Z Downloaded snafu v0.8.5
10112025-02-21T12:49:11.913Z Downloaded utf16_iter v1.0.5
10122025-02-21T12:49:11.916Z Downloaded utf-8 v0.7.6
10132025-02-21T12:49:11.916Z Downloaded tinystr v0.7.6
10142025-02-21T12:49:11.919Z Downloaded hashlink v0.9.1
10152025-02-21T12:49:11.922Z Downloaded either v1.13.0
10162025-02-21T12:49:11.922Z Downloaded smf v0.2.3
10172025-02-21T12:49:11.924Z Downloaded globset v0.4.15
10182025-02-21T12:49:11.927Z Downloaded quinn v0.11.5
10192025-02-21T12:49:11.930Z Downloaded crossterm v0.28.1
10202025-02-21T12:49:11.934Z Downloaded typify v0.2.0
10212025-02-21T12:49:11.937Z Downloaded twox-hash v2.1.0
10222025-02-21T12:49:11.939Z Downloaded tokio-stream v0.1.16
10232025-02-21T12:49:11.943Z Downloaded x509-cert v0.2.5
10242025-02-21T12:49:11.949Z Downloaded qorb v0.2.1
10252025-02-21T12:49:11.953Z Downloaded itertools v0.12.1
10262025-02-21T12:49:11.961Z Downloaded supports-color v3.0.1
10272025-02-21T12:49:11.964Z Downloaded dropshot_endpoint v0.12.0
10282025-02-21T12:49:11.964Z Downloaded unicode_categories v0.1.1
10292025-02-21T12:49:11.967Z Downloaded libm v0.2.8
10302025-02-21T12:49:11.973Z Downloaded predicates-tree v1.0.11
10312025-02-21T12:49:11.975Z Downloaded vergen v8.3.2
10322025-02-21T12:49:11.978Z Downloaded packed_struct v0.10.1
10332025-02-21T12:49:11.978Z Downloaded diesel_table_macro_syntax v0.2.0
10342025-02-21T12:49:11.981Z Downloaded form_urlencoded v1.2.1
10352025-02-21T12:49:11.981Z Downloaded dsl_auto_type v0.1.2
10362025-02-21T12:49:11.981Z Downloaded signal-hook v0.3.17
10372025-02-21T12:49:11.984Z Downloaded pem-rfc7468 v0.7.0
10382025-02-21T12:49:11.987Z Downloaded flume v0.11.1
10392025-02-21T12:49:11.990Z Downloaded percent-encoding v2.3.1
10402025-02-21T12:49:11.993Z Downloaded pem v3.0.4
10412025-02-21T12:49:11.993Z Downloaded value-bag v1.9.0
10422025-02-21T12:49:11.996Z Downloaded hickory-server v0.24.3
10432025-02-21T12:49:12.003Z Downloaded rcgen v0.12.1
10442025-02-21T12:49:12.007Z Downloaded parking_lot v0.11.2
10452025-02-21T12:49:12.007Z Downloaded http v1.2.0
10462025-02-21T12:49:12.010Z Downloaded hash32 v0.3.1
10472025-02-21T12:49:12.012Z Downloaded hash32 v0.2.1
10482025-02-21T12:49:12.012Z Downloaded document-features v0.2.10
10492025-02-21T12:49:12.016Z Downloaded dirs-sys-next v0.1.2
10502025-02-21T12:49:12.016Z Downloaded tar v0.4.42
10512025-02-21T12:49:12.019Z Downloaded mio v1.0.2
10522025-02-21T12:49:12.026Z Downloaded tower-layer v0.3.3
10532025-02-21T12:49:12.028Z Downloaded dirs-next v2.0.0
10542025-02-21T12:49:12.028Z Downloaded difflib v0.4.0
10552025-02-21T12:49:12.029Z Downloaded defmt v0.3.8
10562025-02-21T12:49:12.029Z Downloaded typify-macro v0.3.0
10572025-02-21T12:49:12.029Z Downloaded topological-sort v0.2.2
10582025-02-21T12:49:12.031Z Downloaded tls_codec v0.4.1
10592025-02-21T12:49:12.034Z Downloaded futures v0.3.31
10602025-02-21T12:49:12.037Z Downloaded thread_local v1.1.8
10612025-02-21T12:49:12.040Z Downloaded derive_builder_core v0.20.2
10622025-02-21T12:49:12.040Z Downloaded zopfli v0.8.1
10632025-02-21T12:49:12.043Z Downloaded const_format v0.2.34
10642025-02-21T12:49:12.047Z Downloaded cc v1.1.30
10652025-02-21T12:49:12.050Z Downloaded backtrace v0.3.74
10662025-02-21T12:49:12.055Z Downloaded russh-keys v0.45.0
10672025-02-21T12:49:12.057Z Downloaded rayon-core v1.12.1
10682025-02-21T12:49:12.062Z Downloaded spin v0.9.8
10692025-02-21T12:49:12.064Z Downloaded socket2 v0.5.7
10702025-02-21T12:49:12.068Z Downloaded hyper-util v0.1.10
10712025-02-21T12:49:12.071Z Downloaded crypto-bigint v0.5.5
10722025-02-21T12:49:12.076Z Downloaded siphasher v0.3.11
10732025-02-21T12:49:12.078Z Downloaded scheduled-thread-pool v0.2.7
10742025-02-21T12:49:12.081Z Downloaded same-file v1.0.6
10752025-02-21T12:49:12.081Z Downloaded icu_collections v1.5.0
10762025-02-21T12:49:12.087Z Downloaded downcast v0.11.0
10772025-02-21T12:49:12.089Z Downloaded tap v1.0.1
10782025-02-21T12:49:12.089Z Downloaded slab v0.4.9
10792025-02-21T12:49:12.092Z Downloaded scopeguard v1.2.0
10802025-02-21T12:49:12.092Z Downloaded futures-channel v0.3.31
10812025-02-21T12:49:12.095Z Downloaded icu_properties v1.5.1
10822025-02-21T12:49:12.100Z Downloaded futures-macro v0.3.31
10832025-02-21T12:49:12.104Z Downloaded ecdsa v0.16.9
10842025-02-21T12:49:12.104Z Downloaded base64 v0.22.1
10852025-02-21T12:49:12.108Z Downloaded term v0.7.0
10862025-02-21T12:49:12.112Z Downloaded compact_str v0.8.0
10872025-02-21T12:49:12.115Z Downloaded phf_codegen v0.11.2
10882025-02-21T12:49:12.115Z Downloaded phf v0.11.2
10892025-02-21T12:49:12.115Z Downloaded peg v0.8.4
10902025-02-21T12:49:12.118Z Downloaded parse-display-derive v0.10.0
10912025-02-21T12:49:12.118Z Downloaded tokio-tungstenite v0.24.0
10922025-02-21T12:49:12.122Z Downloaded base64 v0.13.1
10932025-02-21T12:49:12.125Z Downloaded predicates v3.1.3
10942025-02-21T12:49:12.128Z Downloaded icu_locid v1.5.0
10952025-02-21T12:49:12.133Z Downloaded thiserror-impl-no-std v2.0.2
10962025-02-21T12:49:12.136Z Downloaded rusty-fork v0.3.0
10972025-02-21T12:49:12.136Z Downloaded ff v0.13.0
10982025-02-21T12:49:12.136Z Downloaded progenitor-impl v0.8.0
10992025-02-21T12:49:12.139Z Downloaded indicatif v0.17.11
11002025-02-21T12:49:12.142Z Downloaded futures-core v0.3.31
11012025-02-21T12:49:12.142Z Downloaded foldhash v0.1.3
11022025-02-21T12:49:12.145Z Downloaded dunce v1.0.5
11032025-02-21T12:49:12.145Z Downloaded serde_repr v0.1.19
11042025-02-21T12:49:12.145Z Downloaded crc-any v2.5.0
11052025-02-21T12:49:12.148Z Downloaded displaydoc v0.2.5
11062025-02-21T12:49:12.152Z Downloaded display-error-chain v0.2.2
11072025-02-21T12:49:12.152Z Downloaded zone v0.3.0
11082025-02-21T12:49:12.156Z Downloaded bytes v1.9.0
11092025-02-21T12:49:12.161Z Downloaded allocator-api2 v0.2.18
11102025-02-21T12:49:12.164Z Downloaded humantime v2.1.0
11112025-02-21T12:49:12.164Z Downloaded icu_normalizer v1.5.0
11122025-02-21T12:49:12.167Z Downloaded structmeta-derive v0.3.0
11132025-02-21T12:49:12.167Z Downloaded structmeta-derive v0.2.0
11142025-02-21T12:49:12.167Z Downloaded structmeta v0.3.0
11152025-02-21T12:49:12.171Z Downloaded spki v0.7.3
11162025-02-21T12:49:12.171Z Downloaded slog-stdlog v4.1.1
11172025-02-21T12:49:12.174Z Downloaded miniz_oxide v0.8.0
11182025-02-21T12:49:12.174Z Downloaded icu_locid_transform_data v1.5.0
11192025-02-21T12:49:12.177Z Downloaded const-oid v0.9.6
11202025-02-21T12:49:12.177Z Downloaded signal-hook-mio v0.2.4
11212025-02-21T12:49:12.181Z Downloaded rustversion v1.0.17
11222025-02-21T12:49:12.185Z Downloaded clang-sys v1.8.1
11232025-02-21T12:49:12.186Z Downloaded hyper-rustls v0.27.3
11242025-02-21T12:49:12.189Z Downloaded indexmap v1.9.3
11252025-02-21T12:49:12.189Z Downloaded base64ct v1.6.0
11262025-02-21T12:49:12.191Z Downloaded indent_write v2.2.0
11272025-02-21T12:49:12.192Z Downloaded hyper-tls v0.6.0
11282025-02-21T12:49:12.194Z Downloaded hyper-staticfile v0.10.1
11292025-02-21T12:49:12.197Z Downloaded rand_xorshift v0.3.0
11302025-02-21T12:49:12.197Z Downloaded rand_seeder v0.3.0
11312025-02-21T12:49:12.200Z Downloaded proc-macro-crate v1.3.1
11322025-02-21T12:49:12.200Z Downloaded litemap v0.7.3
11332025-02-21T12:49:12.203Z Downloaded lock_api v0.4.12
11342025-02-21T12:49:12.206Z Downloaded iana-time-zone v0.1.61
11352025-02-21T12:49:12.206Z Downloaded bitfield v0.14.0
11362025-02-21T12:49:12.209Z Downloaded async-trait v0.1.86
11372025-02-21T12:49:12.212Z Downloaded csv-core v0.1.11
11382025-02-21T12:49:12.212Z Downloaded const_format_proc_macros v0.2.34
11392025-02-21T12:49:12.215Z Downloaded cmake v0.1.51
11402025-02-21T12:49:12.218Z Downloaded bcs v0.1.6
11412025-02-21T12:49:12.218Z Downloaded backoff v0.4.0
11422025-02-21T12:49:12.222Z Downloaded argon2 v0.5.3
11432025-02-21T12:49:12.225Z Downloaded libsw v3.3.1
11442025-02-21T12:49:12.225Z Downloaded libefi-sys v0.1.0
11452025-02-21T12:49:12.225Z Downloaded inout v0.1.3
11462025-02-21T12:49:12.225Z Downloaded ctr v0.9.2
11472025-02-21T12:49:12.228Z Downloaded atomic-waker v1.1.2
11482025-02-21T12:49:12.228Z Downloaded lazycell v1.3.0
11492025-02-21T12:49:12.231Z Downloaded kstat-rs v0.2.4
11502025-02-21T12:49:12.231Z Downloaded internet-checksum v0.2.1
11512025-02-21T12:49:12.231Z Downloaded idna_adapter v1.2.0
11522025-02-21T12:49:12.234Z Downloaded hubpack_derive v0.1.1
11532025-02-21T12:49:12.234Z Downloaded httpdate v1.0.3
11542025-02-21T12:49:12.234Z Downloaded blowfish v0.9.1
11552025-02-21T12:49:12.238Z Downloaded bcrypt-pbkdf v0.10.0
11562025-02-21T12:49:12.238Z Downloaded async-bb8-diesel v0.2.1
11572025-02-21T12:49:12.242Z Downloaded addr2line v0.24.2
11582025-02-21T12:49:12.242Z Downloaded chrono-tz-build v0.4.0
11592025-02-21T12:49:12.245Z Downloaded is-terminal v0.4.13
11602025-02-21T12:49:12.245Z Downloaded ring v0.17.8
11612025-02-21T12:49:12.312Z Downloaded constant_time_eq v0.3.1
11622025-02-21T12:49:12.314Z Downloaded bit-vec v0.6.3
11632025-02-21T12:49:12.314Z Downloaded linked-hash-map v0.5.6
11642025-02-21T12:49:12.317Z Downloaded keccak v0.1.5
11652025-02-21T12:49:12.317Z Downloaded indoc v2.0.5
11662025-02-21T12:49:12.319Z Downloaded curve25519-dalek-derive v0.1.1
11672025-02-21T12:49:12.323Z Downloaded crc v3.2.1
11682025-02-21T12:49:12.325Z Downloaded ciborium-ll v0.2.2
11692025-02-21T12:49:12.325Z Downloaded assert_matches v1.5.0
11702025-02-21T12:49:12.325Z Downloaded impl-trait-for-tuples v0.2.2
11712025-02-21T12:49:12.328Z Downloaded crc-catalog v2.4.0
11722025-02-21T12:49:12.331Z Downloaded colored v2.1.0
11732025-02-21T12:49:12.331Z Downloaded cipher v0.4.4
11742025-02-21T12:49:12.334Z Downloaded chacha20 v0.9.1
11752025-02-21T12:49:12.334Z Downloaded bb8 v0.8.5
11762025-02-21T12:49:12.337Z Downloaded cexpr v0.6.0
11772025-02-21T12:49:12.337Z Downloaded array-init v0.0.4
11782025-02-21T12:49:12.341Z Downloaded hex-literal v0.4.1
11792025-02-21T12:49:12.341Z Downloaded buf-list v1.0.3
11802025-02-21T12:49:12.345Z Downloaded async-recursion v1.1.1
11812025-02-21T12:49:12.346Z Downloaded match_cfg v0.1.0
11822025-02-21T12:49:12.363Z Downloaded libsqlite3-sys v0.30.1
11832025-02-21T12:49:12.635Z Downloaded aws-lc-sys v0.22.0
11842025-02-21T12:49:12.978Z Compiling serde v1.0.217
11852025-02-21T12:49:12.981Z Compiling lock_api v0.4.12
11862025-02-21T12:49:12.981Z Compiling value-bag v1.9.0
11872025-02-21T12:49:12.981Z Compiling scopeguard v1.2.0
11882025-02-21T12:49:12.981Z Compiling typenum v1.17.0
11892025-02-21T12:49:12.981Z Compiling generic-array v0.14.7
11902025-02-21T12:49:13.179Z Compiling syn v2.0.96
11912025-02-21T12:49:13.193Z Compiling getrandom v0.2.15
11922025-02-21T12:49:13.309Z Compiling subtle v2.6.1
11932025-02-21T12:49:13.527Z Compiling rand_core v0.6.4
11942025-02-21T12:49:13.612Z Compiling log v0.4.22
11952025-02-21T12:49:13.696Z Compiling shlex v1.3.0
11962025-02-21T12:49:13.719Z Compiling jobserver v0.1.32
11972025-02-21T12:49:13.747Z Compiling smallvec v1.13.2
11982025-02-21T12:49:14.077Z Compiling const-oid v0.9.6
11992025-02-21T12:49:14.097Z Compiling pin-project-lite v0.2.14
12002025-02-21T12:49:14.117Z Compiling cc v1.1.30
12012025-02-21T12:49:14.160Z Compiling parking_lot_core v0.9.10
12022025-02-21T12:49:14.241Z Compiling rustix v0.38.37
12032025-02-21T12:49:14.415Z Compiling spin v0.9.8
12042025-02-21T12:49:14.564Z Compiling futures-core v0.3.31
12052025-02-21T12:49:14.830Z Compiling signal-hook-registry v1.4.2
12062025-02-21T12:49:14.852Z Compiling mio v1.0.2
12072025-02-21T12:49:15.115Z Compiling parking_lot v0.12.3
12082025-02-21T12:49:15.211Z Compiling aho-corasick v1.1.3
12092025-02-21T12:49:15.569Z Compiling futures-sink v0.3.31
12102025-02-21T12:49:15.623Z Compiling regex-syntax v0.8.5
12112025-02-21T12:49:15.751Z Compiling stable_deref_trait v1.2.0
12122025-02-21T12:49:15.878Z Compiling cpufeatures v0.2.14
12132025-02-21T12:49:15.956Z Compiling socket2 v0.5.7
12142025-02-21T12:49:15.976Z Compiling slab v0.4.9
12152025-02-21T12:49:15.997Z Compiling either v1.13.0
12162025-02-21T12:49:16.143Z Compiling glob v0.3.2
12172025-02-21T12:49:16.432Z Compiling prettyplease v0.2.29
12182025-02-21T12:49:16.807Z Compiling lazy_static v1.5.0
12192025-02-21T12:49:16.833Z Compiling minimal-lexical v0.2.1
12202025-02-21T12:49:16.854Z Compiling serde_json v1.0.135
12212025-02-21T12:49:16.937Z Compiling futures-channel v0.3.31
12222025-02-21T12:49:16.995Z Compiling clang-sys v1.8.1
12232025-02-21T12:49:17.205Z Compiling libloading v0.8.5
12242025-02-21T12:49:17.343Z Compiling nom v7.1.3
12252025-02-21T12:49:17.363Z Compiling futures-io v0.3.31
12262025-02-21T12:49:17.581Z Compiling home v0.5.9
12272025-02-21T12:49:17.646Z Compiling bindgen v0.69.5
12282025-02-21T12:49:17.741Z Compiling pin-utils v0.1.0
12292025-02-21T12:49:17.770Z Compiling futures-task v0.3.31
12302025-02-21T12:49:17.866Z Compiling itertools v0.10.5
12312025-02-21T12:49:18.058Z Compiling foldhash v0.1.3
12322025-02-21T12:49:18.361Z Compiling rustc-hash v1.1.0
12332025-02-21T12:49:18.532Z Compiling libm v0.2.8
12342025-02-21T12:49:18.583Z Compiling lazycell v1.3.0
12352025-02-21T12:49:18.773Z Compiling allocator-api2 v0.2.18
12362025-02-21T12:49:18.928Z Compiling cmake v0.1.51
12372025-02-21T12:49:19.529Z Compiling regex-automata v0.4.8
12382025-02-21T12:49:19.760Z Compiling hashbrown v0.15.1
12392025-02-21T12:49:19.783Z Compiling num-traits v0.2.19
12402025-02-21T12:49:20.093Z Compiling dunce v1.0.5
12412025-02-21T12:49:20.242Z Compiling pkg-config v0.3.31
12422025-02-21T12:49:20.313Z Compiling cexpr v0.6.0
12432025-02-21T12:49:20.611Z Compiling fs_extra v1.3.0
12442025-02-21T12:49:20.967Z Compiling synstructure v0.13.1
12452025-02-21T12:49:21.766Z Compiling litemap v0.7.3
12462025-02-21T12:49:21.866Z Compiling writeable v0.5.5
12472025-02-21T12:49:22.147Z Compiling ring v0.17.8
12482025-02-21T12:49:22.312Z Compiling base64ct v1.6.0
12492025-02-21T12:49:22.395Z Compiling paste v1.0.15
12502025-02-21T12:49:23.002Z Compiling pem-rfc7468 v0.7.0
12512025-02-21T12:49:23.020Z Compiling aws-lc-rs v1.10.0
12522025-02-21T12:49:23.423Z Compiling flagset v0.4.6
12532025-02-21T12:49:23.578Z Compiling httparse v1.9.5
12542025-02-21T12:49:23.637Z Compiling icu_locid_transform_data v1.5.0
12552025-02-21T12:49:23.975Z Compiling tracing-core v0.1.32
12562025-02-21T12:49:24.310Z Compiling icu_properties_data v1.5.0
12572025-02-21T12:49:24.493Z Compiling rustls-pki-types v1.10.0
12582025-02-21T12:49:24.534Z Compiling percent-encoding v2.3.1
12592025-02-21T12:49:24.741Z Compiling regex v1.11.1
12602025-02-21T12:49:24.815Z Compiling crossbeam-utils v0.8.20
12612025-02-21T12:49:25.335Z Compiling vcpkg v0.2.15
12622025-02-21T12:49:25.377Z Compiling utf8_iter v1.0.4
12632025-02-21T12:49:25.630Z Compiling icu_normalizer_data v1.5.0
12642025-02-21T12:49:25.632Z Compiling mirai-annotations v1.12.0
12652025-02-21T12:49:25.632Z Compiling untrusted v0.7.1
12662025-02-21T12:49:25.650Z Compiling serde_derive v1.0.217
12672025-02-21T12:49:25.738Z Compiling zeroize_derive v1.4.2
12682025-02-21T12:49:25.812Z Compiling zerocopy-derive v0.7.35
12692025-02-21T12:49:25.844Z Compiling tokio-macros v2.5.0
12702025-02-21T12:49:26.936Z Compiling zerofrom-derive v0.1.4
12712025-02-21T12:49:27.131Z Compiling zeroize v1.8.1
12722025-02-21T12:49:27.177Z Compiling yoke-derive v0.7.4
12732025-02-21T12:49:27.563Z Compiling thiserror-impl v1.0.69
12742025-02-21T12:49:27.689Z Compiling zerocopy v0.7.35
12752025-02-21T12:49:28.787Z Compiling crypto-common v0.1.6
12762025-02-21T12:49:29.049Z Compiling block-buffer v0.10.4
12772025-02-21T12:49:29.077Z Compiling zerovec-derive v0.10.3
12782025-02-21T12:49:29.328Z Compiling digest v0.10.7
12792025-02-21T12:49:29.543Z Compiling futures-macro v0.3.31
12802025-02-21T12:49:29.751Z Compiling hmac v0.12.1
12812025-02-21T12:49:29.781Z Compiling displaydoc v0.2.5
12822025-02-21T12:49:30.006Z Compiling block-padding v0.3.3
12832025-02-21T12:49:30.267Z Compiling inout v0.1.3
12842025-02-21T12:49:30.335Z Compiling zerofrom v0.1.4
12852025-02-21T12:49:30.534Z Compiling thiserror v1.0.69
12862025-02-21T12:49:30.553Z Compiling yoke v0.7.4
12872025-02-21T12:49:30.577Z Compiling cipher v0.4.4
12882025-02-21T12:49:30.688Z Compiling sha2 v0.10.8
12892025-02-21T12:49:30.904Z Compiling icu_provider_macros v1.5.0
12902025-02-21T12:49:31.058Z Compiling ppv-lite86 v0.2.20
12912025-02-21T12:49:31.205Z Compiling der_derive v0.7.3
12922025-02-21T12:49:31.248Z Compiling futures-util v0.3.31
12932025-02-21T12:49:31.423Z Compiling zerovec v0.10.4
12942025-02-21T12:49:31.733Z Compiling rand_chacha v0.3.1
12952025-02-21T12:49:31.957Z Compiling tracing-attributes v0.1.27
12962025-02-21T12:49:32.917Z Compiling rand v0.8.5
12972025-02-21T12:49:33.356Z Compiling tinystr v0.7.6
12982025-02-21T12:49:33.459Z Compiling der v0.7.9
12992025-02-21T12:49:33.746Z Compiling icu_locid v1.5.0
13002025-02-21T12:49:34.077Z Compiling icu_collections v1.5.0
13012025-02-21T12:49:34.388Z Compiling salsa20 v0.10.2
13022025-02-21T12:49:34.633Z Compiling pest v2.7.14
13032025-02-21T12:49:35.030Z Compiling icu_provider v1.5.0
13042025-02-21T12:49:35.156Z Compiling tracing v0.1.40
13052025-02-21T12:49:35.347Z Compiling pbkdf2 v0.12.2
13062025-02-21T12:49:35.534Z Compiling spki v0.7.3
13072025-02-21T12:49:35.648Z Compiling untrusted v0.9.0
13082025-02-21T12:49:35.666Z Compiling write16 v1.0.0
13092025-02-21T12:49:35.807Z Compiling icu_locid_transform v1.5.0
13102025-02-21T12:49:35.849Z Compiling utf16_iter v1.0.5
13112025-02-21T12:49:35.886Z Compiling time-core v0.1.2
13122025-02-21T12:49:35.987Z Compiling num-conv v0.1.0
13132025-02-21T12:49:36.061Z Compiling powerfmt v0.2.0
13142025-02-21T12:49:36.275Z Compiling time-macros v0.2.18
13152025-02-21T12:49:36.346Z Compiling scrypt v0.11.0
13162025-02-21T12:49:36.448Z Compiling deranged v0.3.11
13172025-02-21T12:49:36.490Z Compiling cbc v0.1.2
13182025-02-21T12:49:36.734Z Compiling aes v0.8.4
13192025-02-21T12:49:36.866Z Compiling openssl-sys v0.9.106
13202025-02-21T12:49:37.721Z Compiling icu_properties v1.5.1
13212025-02-21T12:49:37.856Z Compiling pest_meta v2.7.14
13222025-02-21T12:49:37.933Z Compiling scroll_derive v0.12.0
13232025-02-21T12:49:38.128Z Compiling bitflags v2.6.0
13242025-02-21T12:49:38.380Z Compiling bytes v1.9.0
13252025-02-21T12:49:39.309Z Compiling tokio v1.43.0
13262025-02-21T12:49:39.382Z Compiling indexmap v2.7.1
13272025-02-21T12:49:39.496Z Compiling http v1.2.0
13282025-02-21T12:49:39.565Z Compiling semver v1.0.24
13292025-02-21T12:49:40.251Z Compiling rustc_version v0.4.1
13302025-02-21T12:49:40.949Z Compiling atomic-waker v1.1.2
13312025-02-21T12:49:41.151Z Compiling num_threads v0.1.7
13322025-02-21T12:49:41.302Z Compiling icu_normalizer v1.5.0
13332025-02-21T12:49:41.602Z Compiling tinyvec_macros v0.1.1
13342025-02-21T12:49:41.711Z Compiling tinyvec v1.8.0
13352025-02-21T12:49:41.873Z Compiling time v0.3.36
13362025-02-21T12:49:41.907Z Compiling http-body v1.0.1
13372025-02-21T12:49:42.157Z Compiling which v4.4.2
13382025-02-21T12:49:42.178Z Compiling scroll v0.12.0
13392025-02-21T12:49:42.196Z Compiling idna_adapter v1.2.0
13402025-02-21T12:49:42.452Z Compiling pest_generator v2.7.14
13412025-02-21T12:49:42.950Z Compiling pkcs5 v0.7.1
13422025-02-21T12:49:43.125Z Compiling form_urlencoded v1.2.1
13432025-02-21T12:49:43.226Z Compiling try-lock v0.2.5
13442025-02-21T12:49:43.279Z Compiling slog v2.7.0
13452025-02-21T12:49:43.408Z Compiling goblin v0.8.2
13462025-02-21T12:49:43.452Z Compiling want v0.3.1
13472025-02-21T12:49:43.749Z Compiling pkcs8 v0.10.2
13482025-02-21T12:49:43.840Z Compiling idna v1.0.3
13492025-02-21T12:49:44.020Z Compiling uuid v1.12.0
13502025-02-21T12:49:44.272Z Compiling pest_derive v2.7.14
13512025-02-21T12:49:44.394Z Compiling iana-time-zone v0.1.61
13522025-02-21T12:49:44.782Z Compiling tower-service v0.3.3
13532025-02-21T12:49:44.937Z Compiling httpdate v1.0.3
13542025-02-21T12:49:45.095Z Compiling dtrace-parser v0.2.0
13552025-02-21T12:49:45.390Z Compiling chrono v0.4.39
13562025-02-21T12:49:45.538Z Compiling serde_tokenstream v0.2.2
13572025-02-21T12:49:46.141Z Compiling toml_datetime v0.6.8
13582025-02-21T12:49:46.143Z Compiling serde_spanned v0.6.8
13592025-02-21T12:49:46.405Z Compiling match_cfg v0.1.0
13602025-02-21T12:49:46.424Z Compiling rustversion v1.0.17
13612025-02-21T12:49:46.516Z Compiling adler2 v2.0.0
13622025-02-21T12:49:46.619Z Compiling openssl v0.10.71
13632025-02-21T12:49:46.746Z Compiling foreign-types-shared v0.1.1
13642025-02-21T12:49:46.878Z Compiling base64 v0.22.1
13652025-02-21T12:49:46.921Z Compiling foreign-types v0.3.2
13662025-02-21T12:49:47.034Z Compiling miniz_oxide v0.8.0
13672025-02-21T12:49:47.107Z Compiling hostname v0.3.1
13682025-02-21T12:49:47.151Z Compiling url v2.5.3
13692025-02-21T12:49:47.579Z Compiling tokio-util v0.7.12
13702025-02-21T12:49:48.458Z Compiling openssl-macros v0.1.1
13712025-02-21T12:49:48.616Z Compiling h2 v0.4.6
13722025-02-21T12:49:48.707Z Compiling async-trait v0.1.86
13732025-02-21T12:49:48.882Z Compiling serde_derive_internals v0.29.1
13742025-02-21T12:49:48.933Z Compiling dirs-sys-next v0.1.2
13752025-02-21T12:49:49.187Z Compiling dof v0.3.0
13762025-02-21T12:49:49.451Z Compiling data-encoding v2.6.0
13772025-02-21T12:49:50.896Z Compiling usdt-impl v0.5.0
13782025-02-21T12:49:51.109Z Compiling native-tls v0.2.12
13792025-02-21T12:49:51.113Z Compiling rustls v0.22.4
13802025-02-21T12:49:51.352Z Compiling syn v1.0.109
13812025-02-21T12:49:51.435Z Compiling schemars v0.8.21
13822025-02-21T12:49:51.471Z Compiling siphasher v0.3.11
13832025-02-21T12:49:51.800Z Compiling rustls v0.23.19
13842025-02-21T12:49:51.943Z Compiling schemars_derive v0.8.21
13852025-02-21T12:49:52.097Z Compiling dirs-next v2.0.0
13862025-02-21T12:49:52.289Z Compiling unicode-normalization v0.1.24
13872025-02-21T12:49:52.430Z Compiling http-body-util v0.1.2
13882025-02-21T12:49:52.541Z Compiling crossbeam-epoch v0.9.18
13892025-02-21T12:49:52.938Z Compiling heapless v0.7.17
13902025-02-21T12:49:53.268Z Compiling sha1 v0.10.6
13912025-02-21T12:49:53.418Z Compiling signature v2.2.0
13922025-02-21T12:49:53.440Z Compiling bzip2-sys v0.1.11+1.0.8
13932025-02-21T12:49:53.503Z Compiling thread_local v1.1.8
13942025-02-21T12:49:53.660Z Compiling encoding_rs v0.8.34
13952025-02-21T12:49:53.719Z Compiling cookie v0.18.1
13962025-02-21T12:49:53.918Z Compiling multer v3.1.0
13972025-02-21T12:49:53.995Z Compiling rayon-core v1.12.1
13982025-02-21T12:49:54.034Z Compiling signal-hook v0.3.17
13992025-02-21T12:49:54.231Z Compiling unicode-properties v0.1.3
14002025-02-21T12:49:54.308Z Compiling dyn-clone v1.0.18
14012025-02-21T12:49:54.342Z Compiling ipnet v2.10.1
14022025-02-21T12:49:54.522Z Compiling openssl-probe v0.1.5
14032025-02-21T12:49:54.643Z Compiling mime v0.3.17
14042025-02-21T12:49:54.839Z Compiling unicode-bidi v0.3.17
14052025-02-21T12:49:54.929Z Compiling slog-async v2.8.0
14062025-02-21T12:49:55.135Z Compiling gimli v0.31.1
14072025-02-21T12:49:55.525Z Compiling hyper v1.5.2
14082025-02-21T12:49:56.069Z Compiling stringprep v0.1.5
14092025-02-21T12:49:57.243Z Compiling toml_edit v0.22.22
14102025-02-21T12:49:58.301Z Compiling hyper-util v0.1.10
14112025-02-21T12:49:58.681Z Compiling crossbeam-deque v0.8.5
14122025-02-21T12:49:59.068Z Compiling usdt-macro v0.5.0
14132025-02-21T12:49:59.160Z Compiling usdt-attr-macro v0.5.0
14142025-02-21T12:49:59.724Z Compiling addr2line v0.24.2
14152025-02-21T12:49:59.886Z Compiling term v0.7.0
14162025-02-21T12:50:00.364Z Compiling slog-json v2.6.1
14172025-02-21T12:50:00.442Z Compiling serde_urlencoded v0.7.1
14182025-02-21T12:50:00.634Z Compiling crossbeam-channel v0.5.13
14192025-02-21T12:50:00.725Z Compiling curve25519-dalek v4.1.3
14202025-02-21T12:50:00.968Z Compiling futures-executor v0.3.31
14212025-02-21T12:50:01.146Z Compiling enum-as-inner v0.6.1
14222025-02-21T12:50:01.198Z Compiling md-5 v0.10.6
14232025-02-21T12:50:01.423Z Compiling async-stream-impl v0.3.6
14242025-02-21T12:50:01.443Z Compiling rustls-pemfile v2.2.0
14252025-02-21T12:50:01.476Z Compiling num-integer v0.1.46
14262025-02-21T12:50:01.669Z Compiling hash32 v0.2.1
14272025-02-21T12:50:01.800Z Compiling ff v0.13.0
14282025-02-21T12:50:02.038Z Compiling is-terminal v0.4.13
14292025-02-21T12:50:02.060Z Compiling memoffset v0.9.1
14302025-02-21T12:50:02.180Z Compiling object v0.36.5
14312025-02-21T12:50:02.200Z Compiling dropshot v0.12.0
14322025-02-21T12:50:02.246Z Compiling rustc-demangle v0.1.24
14332025-02-21T12:50:02.378Z Compiling utf-8 v0.7.6
14342025-02-21T12:50:02.513Z Compiling base16ct v0.2.0
14352025-02-21T12:50:02.667Z Compiling linked-hash-map v0.5.6
14362025-02-21T12:50:02.711Z Compiling fallible-iterator v0.2.0
14372025-02-21T12:50:02.872Z Compiling anyhow v1.0.96
14382025-02-21T12:50:03.049Z Compiling num-bigint-dig v0.8.4
14392025-02-21T12:50:03.168Z Compiling quick-error v1.2.3
14402025-02-21T12:50:03.345Z Compiling portable-atomic v1.9.0
14412025-02-21T12:50:03.396Z Compiling cfg_aliases v0.2.1
14422025-02-21T12:50:03.462Z Compiling psl-types v2.0.11
14432025-02-21T12:50:03.490Z Compiling litrs v0.4.1
14442025-02-21T12:50:03.513Z Compiling smoltcp v0.9.1
14452025-02-21T12:50:03.686Z Compiling take_mut v0.2.2
14462025-02-21T12:50:04.201Z Compiling publicsuffix v2.3.0
14472025-02-21T12:50:04.417Z Compiling nix v0.29.0
14482025-02-21T12:50:04.595Z Compiling postgres-protocol v0.6.7
14492025-02-21T12:50:04.598Z Compiling document-features v0.2.10
14502025-02-21T12:50:04.889Z Compiling resolv-conf v0.7.0
14512025-02-21T12:50:04.916Z Compiling lru-cache v0.1.2
14522025-02-21T12:50:05.132Z Compiling sec1 v0.7.3
14532025-02-21T12:50:05.288Z Compiling async-stream v0.3.6
14542025-02-21T12:50:05.581Z Compiling tungstenite v0.24.0
14552025-02-21T12:50:05.686Z Compiling hickory-proto v0.24.3
14562025-02-21T12:50:05.732Z Compiling slog-term v2.9.1
14572025-02-21T12:50:05.756Z Compiling usdt v0.5.0
14582025-02-21T12:50:05.801Z Compiling num-iter v0.1.45
14592025-02-21T12:50:05.991Z Compiling group v0.13.0
14602025-02-21T12:50:06.432Z Compiling futures v0.3.31
14612025-02-21T12:50:06.554Z Compiling toml v0.8.19
14622025-02-21T12:50:06.861Z Compiling slog-bunyan v2.5.0
14632025-02-21T12:50:07.611Z Compiling tokio-native-tls v0.3.1
14642025-02-21T12:50:08.247Z Compiling camino v1.1.9
14652025-02-21T12:50:08.823Z Compiling backtrace v0.3.74
14662025-02-21T12:50:08.890Z Compiling phf_shared v0.11.2
14672025-02-21T12:50:08.893Z Compiling dropshot_endpoint v0.12.0
14682025-02-21T12:50:09.094Z Compiling terminal_size v0.4.0
14692025-02-21T12:50:09.274Z Compiling waitgroup v0.1.2
14702025-02-21T12:50:09.287Z Compiling openapiv3 v2.0.0
14712025-02-21T12:50:09.322Z Compiling serde_path_to_error v0.1.16
14722025-02-21T12:50:09.500Z Compiling hkdf v0.12.4
14732025-02-21T12:50:09.779Z Compiling crypto-bigint v0.5.5
14742025-02-21T12:50:10.121Z Compiling curve25519-dalek-derive v0.1.1
14752025-02-21T12:50:11.521Z Compiling zerocopy-derive v0.6.6
14762025-02-21T12:50:11.629Z Compiling webpki-roots v0.26.6
14772025-02-21T12:50:11.855Z Compiling sync_wrapper v1.0.1
14782025-02-21T12:50:11.971Z Compiling hubpack_derive v0.1.1
14792025-02-21T12:50:12.015Z Compiling hostname v0.4.0
14802025-02-21T12:50:12.255Z Compiling ahash v0.8.11
14812025-02-21T12:50:12.594Z Compiling crc32fast v1.4.2
14822025-02-21T12:50:12.873Z Compiling fs-err v2.11.0
14832025-02-21T12:50:12.934Z Compiling winnow v0.5.40
14842025-02-21T12:50:12.955Z Compiling tower-layer v0.3.3
14852025-02-21T12:50:13.209Z Compiling managed v0.8.0
14862025-02-21T12:50:13.254Z Compiling newtype-uuid v1.2.1
14872025-02-21T12:50:13.293Z Compiling debug-ignore v1.0.5
14882025-02-21T12:50:13.365Z Compiling unicode-width v0.2.0
14892025-02-21T12:50:13.463Z Compiling bitflags v1.3.2
14902025-02-21T12:50:13.540Z Compiling clap_builder v4.5.30
14912025-02-21T12:50:13.650Z Compiling zerocopy v0.6.6
14922025-02-21T12:50:13.884Z Compiling console v0.15.10
14932025-02-21T12:50:14.414Z Compiling strum_macros v0.25.3
14942025-02-21T12:50:14.660Z Compiling tower v0.5.2
14952025-02-21T12:50:15.227Z Compiling hubpack v0.1.2
14962025-02-21T12:50:15.534Z Compiling flate2 v1.0.35
14972025-02-21T12:50:15.555Z Compiling elliptic-curve v0.13.8
14982025-02-21T12:50:15.782Z Compiling hickory-resolver v0.24.3
14992025-02-21T12:50:16.338Z Compiling toml_edit v0.19.15
15002025-02-21T12:50:16.413Z Compiling phf v0.11.2
15012025-02-21T12:50:16.706Z Compiling signal-hook-mio v0.2.4
15022025-02-21T12:50:16.892Z Compiling rayon v1.10.0
15032025-02-21T12:50:17.150Z Compiling hyper-tls v0.6.0
15042025-02-21T12:50:17.577Z Compiling cookie_store v0.21.1
15052025-02-21T12:50:18.024Z Compiling bzip2 v0.4.4
15062025-02-21T12:50:18.436Z Compiling tokio-tungstenite v0.24.0
15072025-02-21T12:50:19.185Z Compiling postgres-types v0.2.8
15082025-02-21T12:50:21.298Z Compiling ed25519 v2.2.3
15092025-02-21T12:50:21.424Z Compiling phf_shared v0.10.0
15102025-02-21T12:50:21.507Z Compiling tokio-stream v0.1.16
15112025-02-21T12:50:21.740Z Compiling pkcs1 v0.7.5
15122025-02-21T12:50:21.798Z Compiling serde-big-array v0.5.1
15132025-02-21T12:50:22.047Z Compiling clap_derive v4.5.28
15142025-02-21T12:50:22.458Z Compiling rfc6979 v0.4.0
15152025-02-21T12:50:22.659Z Compiling serde_repr v0.1.19
15162025-02-21T12:50:22.662Z Compiling derive-where v1.2.7
15172025-02-21T12:50:23.116Z Compiling bstr v1.10.0
15182025-02-21T12:50:23.283Z Compiling float-cmp v0.10.0
15192025-02-21T12:50:23.535Z Compiling bit-vec v0.6.3
15202025-02-21T12:50:23.797Z Compiling unicode-segmentation v1.12.0
15212025-02-21T12:50:23.817Z Compiling number_prefix v0.4.0
15222025-02-21T12:50:23.955Z Compiling difflib v0.4.0
15232025-02-21T12:50:24.051Z Compiling fixedbitset v0.4.2
15242025-02-21T12:50:24.496Z Compiling normalize-line-endings v0.3.0
15252025-02-21T12:50:24.614Z Compiling static_assertions v1.1.0
15262025-02-21T12:50:24.634Z Compiling new_debug_unreachable v1.0.6
15272025-02-21T12:50:24.662Z Compiling predicates-core v1.0.8
15282025-02-21T12:50:24.938Z Compiling whoami v1.5.2
15292025-02-21T12:50:24.947Z Compiling precomputed-hash v0.1.1
15302025-02-21T12:50:24.947Z Compiling string_cache v0.8.7
15312025-02-21T12:50:24.976Z Compiling predicates v3.1.3
15322025-02-21T12:50:25.248Z Compiling tokio-postgres v0.7.12
15332025-02-21T12:50:25.288Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15342025-02-21T12:50:25.291Z Compiling similar v2.6.0
15352025-02-21T12:50:25.850Z Compiling petgraph v0.6.5
15362025-02-21T12:50:26.430Z Compiling indicatif v0.17.11
15372025-02-21T12:50:26.583Z Compiling clap v4.5.30
15382025-02-21T12:50:26.712Z Compiling bit-set v0.5.3
15392025-02-21T12:50:27.009Z Compiling ecdsa v0.16.9
15402025-02-21T12:50:27.447Z Compiling rsa v0.9.6
15412025-02-21T12:50:27.852Z Compiling ed25519-dalek v2.1.1
15422025-02-21T12:50:29.176Z Compiling toml v0.7.8
15432025-02-21T12:50:29.485Z Compiling zip v0.6.6
15442025-02-21T12:50:30.459Z Compiling crossterm v0.28.1
15452025-02-21T12:50:31.171Z Compiling hex v0.4.3
15462025-02-21T12:50:31.198Z Compiling x509-cert v0.2.5
15472025-02-21T12:50:31.533Z Compiling lalrpop-util v0.19.12
15482025-02-21T12:50:31.641Z Compiling peg-runtime v0.8.3
15492025-02-21T12:50:31.746Z Compiling unicode-xid v0.2.6
15502025-02-21T12:50:31.898Z Compiling strum_macros v0.26.4
15512025-02-21T12:50:31.943Z Compiling xattr v1.3.1
15522025-02-21T12:50:32.221Z Compiling filetime v0.2.25
15532025-02-21T12:50:32.545Z Compiling tar v0.4.42
15542025-02-21T12:50:36.467Z Compiling strum v0.26.3
15552025-02-21T12:50:39.938Z Compiling aws-lc-sys v0.22.0
15562025-02-21T12:51:11.408Z Compiling rustls-webpki v0.102.8
15572025-02-21T12:51:14.595Z Compiling tokio-rustls v0.25.0
15582025-02-21T12:51:16.325Z Compiling tokio-rustls v0.26.0
15592025-02-21T12:51:16.604Z Compiling hyper-rustls v0.27.3
15602025-02-21T12:51:17.004Z Compiling reqwest v0.12.12
15612025-02-21T12:51:18.382Z Compiling qorb v0.2.1
15622025-02-21T12:51:21.252Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15632025-02-21T12:51:21.533Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15642025-02-21T12:51:25.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15652025-02-21T12:51:26.130Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15662025-02-21T12:51:26.180ZFeb 21 12:51:25.060 INFO Starting download, target: Cockroach
15672025-02-21T12:51:26.180ZFeb 21 12:51:25.061 INFO Starting download, target: Clickhouse
15682025-02-21T12:51:26.180ZFeb 21 12:51:25.061 INFO Starting download, target: Console
15692025-02-21T12:51:26.180ZFeb 21 12:51:25.061 INFO Starting download, target: DendriteOpenapi
15702025-02-21T12:51:26.180ZFeb 21 12:51:25.061 INFO Starting download, target: DendriteStub
15712025-02-21T12:51:26.180ZFeb 21 12:51:25.061 INFO Starting download, target: MaghemiteMgd
15722025-02-21T12:51:26.183ZFeb 21 12:51:25.061 INFO Starting download, target: TransceiverControl
15732025-02-21T12:51:26.183ZFeb 21 12:51:25.062 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15742025-02-21T12:51:26.183ZFeb 21 12:51:25.062 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15752025-02-21T12:51:26.183ZFeb 21 12:51:25.062 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15762025-02-21T12:51:26.183ZFeb 21 12:51:25.062 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15772025-02-21T12:51:26.183ZFeb 21 12:51:25.062 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15782025-02-21T12:51:26.183ZFeb 21 12:51:25.062 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15792025-02-21T12:51:26.183ZFeb 21 12:51:25.062 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15802025-02-21T12:51:26.377ZFeb 21 12:51:25.245 INFO Download complete, target: DendriteOpenapi
15812025-02-21T12:51:26.586ZFeb 21 12:51:25.431 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15822025-02-21T12:51:26.718ZFeb 21 12:51:25.545 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15832025-02-21T12:51:27.120ZFeb 21 12:51:25.879 INFO Download complete, target: Console
15842025-02-21T12:51:27.198ZFeb 21 12:51:25.922 INFO Download complete, target: TransceiverControl
15852025-02-21T12:51:27.578ZFeb 21 12:51:26.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15862025-02-21T12:51:27.653ZFeb 21 12:51:26.487 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15872025-02-21T12:51:28.143ZFeb 21 12:51:27.018 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15882025-02-21T12:51:28.434ZFeb 21 12:51:27.311 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15892025-02-21T12:51:28.434ZFeb 21 12:51:27.311 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15902025-02-21T12:51:30.502ZFeb 21 12:51:29.384 INFO Download complete, target: DendriteStub
15912025-02-21T12:51:30.586ZFeb 21 12:51:29.468 INFO Download complete, target: MaghemiteMgd
15922025-02-21T12:51:35.830ZFeb 21 12:51:34.713 INFO Checking that binary works, target: Cockroach
15932025-02-21T12:51:35.989ZFeb 21 12:51:34.872 INFO Download complete, target: Cockroach
15942025-02-21T12:51:40.573ZFeb 21 12:51:39.458 INFO Checking that binary works, target: Clickhouse
15952025-02-21T12:51:40.923ZFeb 21 12:51:39.807 INFO Download complete, target: Clickhouse
15962025-02-21T12:51:40.930ZAll prerequisites installed successfully
15972025-02-21T12:51:40.933Z
15982025-02-21T12:51:40.933Zreal 5:28.459308823
15992025-02-21T12:51:40.933Zuser 15:26.925950076
16002025-02-21T12:51:40.933Zsys 2:05.560425088
16012025-02-21T12:51:40.933Ztrap 0.572393303
16022025-02-21T12:51:40.933Ztflt 4.315606318
16032025-02-21T12:51:40.933Zdflt 4.269364199
16042025-02-21T12:51:40.933Zkflt 0.354206966
16052025-02-21T12:51:40.933Zlock 23:45.185238350
16062025-02-21T12:51:40.933Zslp 56:17.582015501
16072025-02-21T12:51:40.933Zlat 57.333644555
16082025-02-21T12:51:40.933Zstop 2:19.985654766
16092025-02-21T12:51:40.933Z+ ptime -m cargo xtask download softnpu
16102025-02-21T12:51:41.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16112025-02-21T12:51:41.484Z Running `target/debug/xtask download softnpu`
16122025-02-21T12:51:42.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
16132025-02-21T12:51:42.397Z Running `target/debug/xtask-downloader softnpu`
16142025-02-21T12:51:42.438ZFeb 21 12:51:41.323 INFO Starting download, target: Softnpu
16152025-02-21T12:51:42.441ZFeb 21 12:51:41.324 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16162025-02-21T12:51:43.106ZFeb 21 12:51:41.991 INFO Download complete, target: Softnpu
16172025-02-21T12:51:43.112Z
16182025-02-21T12:51:43.116Zreal 2.173236282
16192025-02-21T12:51:43.116Zuser 1.314782286
16202025-02-21T12:51:43.116Zsys 0.543866855
16212025-02-21T12:51:43.116Ztrap 0.000989390
16222025-02-21T12:51:43.116Ztflt 0.000059346
16232025-02-21T12:51:43.116Zdflt 0.000112203
16242025-02-21T12:51:43.116Zkflt 0.000000000
16252025-02-21T12:51:43.116Zlock 6.855671057
16262025-02-21T12:51:43.117Zslp 0.493205761
16272025-02-21T12:51:43.117Zlat 0.071328196
16282025-02-21T12:51:43.117Zstop 0.000182311
16292025-02-21T12:51:43.117Z+ export CARGO_INCREMENTAL=0
16302025-02-21T12:51:43.117Z+ CARGO_INCREMENTAL=0
16312025-02-21T12:51:43.117Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16322025-02-21T12:51:44.075Z Compiling proc-macro2 v1.0.92
16332025-02-21T12:51:44.075Z Compiling unicode-ident v1.0.14
16342025-02-21T12:51:44.078Z Compiling libc v0.2.169
16352025-02-21T12:51:44.078Z Compiling serde v1.0.217
16362025-02-21T12:51:44.078Z Compiling autocfg v1.4.0
16372025-02-21T12:51:44.078Z Compiling version_check v0.9.5
16382025-02-21T12:51:44.078Z Compiling cfg-if v1.0.0
16392025-02-21T12:51:44.331Z Compiling memchr v2.7.4
16402025-02-21T12:51:44.379Z Compiling typenum v1.17.0
16412025-02-21T12:51:44.431Z Compiling shlex v1.3.0
16422025-02-21T12:51:44.765Z Compiling value-bag v1.9.0
16432025-02-21T12:51:44.834Z Compiling generic-array v0.14.7
16442025-02-21T12:51:44.918Z Compiling lock_api v0.4.12
16452025-02-21T12:51:45.158Z Compiling log v0.4.22
16462025-02-21T12:51:45.223Z Compiling scopeguard v1.2.0
16472025-02-21T12:51:45.403Z Compiling parking_lot_core v0.9.10
16482025-02-21T12:51:45.566Z Compiling serde_json v1.0.135
16492025-02-21T12:51:45.814Z Compiling once_cell v1.20.3
16502025-02-21T12:51:45.839Z Compiling quote v1.0.38
16512025-02-21T12:51:45.860Z Compiling rustix v0.38.37
16522025-02-21T12:51:45.916Z Compiling libm v0.2.8
16532025-02-21T12:51:46.106Z Compiling jobserver v0.1.32
16542025-02-21T12:51:46.191Z Compiling getrandom v0.2.15
16552025-02-21T12:51:46.260Z Compiling syn v2.0.96
16562025-02-21T12:51:46.393Z Compiling aho-corasick v1.1.3
16572025-02-21T12:51:46.494Z Compiling cc v1.1.30
16582025-02-21T12:51:46.513Z Compiling num-traits v0.2.19
16592025-02-21T12:51:46.536Z Compiling regex-syntax v0.8.5
16602025-02-21T12:51:46.660Z Compiling thiserror v1.0.69
16612025-02-21T12:51:46.776Z Compiling either v1.13.0
16622025-02-21T12:51:46.841Z Compiling itoa v1.0.11
16632025-02-21T12:51:47.105Z Compiling slab v0.4.9
16642025-02-21T12:51:47.216Z Compiling spin v0.9.8
16652025-02-21T12:51:47.793Z Compiling errno v0.3.9
16662025-02-21T12:51:47.916Z Compiling byteorder v1.5.0
16672025-02-21T12:51:48.042Z Compiling rand_core v0.6.4
16682025-02-21T12:51:48.402Z Compiling glob v0.3.2
16692025-02-21T12:51:48.432Z Compiling prettyplease v0.2.29
16702025-02-21T12:51:48.828Z Compiling lazy_static v1.5.0
16712025-02-21T12:51:48.971Z Compiling minimal-lexical v0.2.1
16722025-02-21T12:51:49.069Z Compiling smallvec v1.13.2
16732025-02-21T12:51:49.120Z Compiling clang-sys v1.8.1
16742025-02-21T12:51:49.460Z Compiling nom v7.1.3
16752025-02-21T12:51:49.551Z Compiling libloading v0.8.5
16762025-02-21T12:51:49.624Z Compiling subtle v2.6.1
16772025-02-21T12:51:49.818Z Compiling home v0.5.9
16782025-02-21T12:51:49.912Z Compiling bindgen v0.69.5
16792025-02-21T12:51:50.018Z Compiling itertools v0.10.5
16802025-02-21T12:51:50.082Z Compiling lazycell v1.3.0
16812025-02-21T12:51:50.268Z Compiling regex-automata v0.4.8
16822025-02-21T12:51:50.380Z Compiling rustc-hash v1.1.0
16832025-02-21T12:51:50.575Z Compiling allocator-api2 v0.2.18
16842025-02-21T12:51:50.826Z Compiling cmake v0.1.51
16852025-02-21T12:51:51.473Z Compiling dunce v1.0.5
16862025-02-21T12:51:51.617Z Compiling fs_extra v1.3.0
16872025-02-21T12:51:51.900Z Compiling semver v1.0.24
16882025-02-21T12:51:52.266Z Compiling pin-project-lite v0.2.14
16892025-02-21T12:51:52.380Z Compiling pkg-config v0.3.31
16902025-02-21T12:51:52.424Z Compiling ring v0.17.8
16912025-02-21T12:51:52.484Z Compiling cexpr v0.6.0
16922025-02-21T12:51:53.026Z Compiling ryu v1.0.18
16932025-02-21T12:51:53.334Z Compiling synstructure v0.13.1
16942025-02-21T12:51:53.401Z Compiling paste v1.0.15
16952025-02-21T12:51:53.669Z Compiling fnv v1.0.7
16962025-02-21T12:51:53.795Z Compiling httparse v1.9.5
16972025-02-21T12:51:54.409Z Compiling const-oid v0.9.6
16982025-02-21T12:51:54.429Z Compiling schemars v0.8.21
16992025-02-21T12:51:54.500Z Compiling aws-lc-rs v1.10.0
17002025-02-21T12:51:54.893Z Compiling serde_derive_internals v0.29.1
17012025-02-21T12:51:54.981Z Compiling signal-hook-registry v1.4.2
17022025-02-21T12:51:55.569Z Compiling regex v1.11.1
17032025-02-21T12:51:55.823Z Compiling foldhash v0.1.3
17042025-02-21T12:51:56.112Z Compiling equivalent v1.0.1
17052025-02-21T12:51:56.251Z Compiling hashbrown v0.15.1
17062025-02-21T12:51:56.348Z Compiling parking_lot v0.12.3
17072025-02-21T12:51:56.375Z Compiling mio v1.0.2
17082025-02-21T12:51:56.494Z Compiling heck v0.5.0
17092025-02-21T12:51:56.927Z Compiling stable_deref_trait v1.2.0
17102025-02-21T12:51:57.359Z Compiling serde_derive v1.0.217
17112025-02-21T12:51:57.481Z Compiling zeroize_derive v1.4.2
17122025-02-21T12:51:58.053Z Compiling zerocopy-derive v0.7.35
17132025-02-21T12:51:58.441Z Compiling tokio-macros v2.5.0
17142025-02-21T12:51:58.516Z Compiling thiserror-impl v1.0.69
17152025-02-21T12:51:58.797Z Compiling zeroize v1.8.1
17162025-02-21T12:51:59.268Z Compiling zerofrom-derive v0.1.4
17172025-02-21T12:51:59.453Z Compiling yoke-derive v0.7.4
17182025-02-21T12:51:59.470Z Compiling futures-macro v0.3.31
17192025-02-21T12:51:59.764Z Compiling zerovec-derive v0.10.3
17202025-02-21T12:51:59.808Z Compiling displaydoc v0.2.5
17212025-02-21T12:52:01.093Z Compiling zerocopy v0.7.35
17222025-02-21T12:52:01.159Z Compiling crypto-common v0.1.6
17232025-02-21T12:52:01.285Z Compiling icu_provider_macros v1.5.0
17242025-02-21T12:52:01.370Z Compiling tracing-attributes v0.1.27
17252025-02-21T12:52:01.690Z Compiling schemars_derive v0.8.21
17262025-02-21T12:52:02.001Z Compiling block-buffer v0.10.4
17272025-02-21T12:52:02.205Z Compiling digest v0.10.7
17282025-02-21T12:52:02.380Z Compiling socket2 v0.5.7
17292025-02-21T12:52:02.469Z Compiling futures-core v0.3.31
17302025-02-21T12:52:02.681Z Compiling crossbeam-utils v0.8.20
17312025-02-21T12:52:02.734Z Compiling time-core v0.1.2
17322025-02-21T12:52:02.923Z Compiling num-conv v0.1.0
17332025-02-21T12:52:03.225Z Compiling time-macros v0.2.18
17342025-02-21T12:52:03.500Z Compiling der_derive v0.7.3
17352025-02-21T12:52:04.190Z Compiling vcpkg v0.2.15
17362025-02-21T12:52:05.528Z Compiling openssl-sys v0.9.106
17372025-02-21T12:52:05.847Z Compiling futures-sink v0.3.31
17382025-02-21T12:52:06.099Z Compiling cpufeatures v0.2.14
17392025-02-21T12:52:06.517Z Compiling slog v2.7.0
17402025-02-21T12:52:06.618Z Compiling ahash v0.8.11
17412025-02-21T12:52:06.688Z Compiling syn v1.0.109
17422025-02-21T12:52:06.970Z Compiling futures-channel v0.3.31
17432025-02-21T12:52:06.992Z Compiling zerofrom v0.1.4
17442025-02-21T12:52:07.353Z Compiling iana-time-zone v0.1.61
17452025-02-21T12:52:07.374Z Compiling pin-utils v0.1.0
17462025-02-21T12:52:07.393Z Compiling futures-io v0.3.31
17472025-02-21T12:52:07.432Z Compiling futures-task v0.3.31
17482025-02-21T12:52:07.477Z Compiling yoke v0.7.4
17492025-02-21T12:52:07.738Z Compiling futures-util v0.3.31
17502025-02-21T12:52:08.034Z Compiling scroll_derive v0.12.0
17512025-02-21T12:52:08.114Z Compiling openssl v0.10.71
17522025-02-21T12:52:08.660Z Compiling ucd-trie v0.1.7
17532025-02-21T12:52:08.905Z Compiling pest v2.7.14
17542025-02-21T12:52:09.092Z Compiling zerovec v0.10.4
17552025-02-21T12:52:09.619Z Compiling bitflags v2.6.0
17562025-02-21T12:52:10.019Z Compiling bytes v1.9.0
17572025-02-21T12:52:12.376Z Compiling indexmap v2.7.1
17582025-02-21T12:52:12.727Z Compiling tokio v1.43.0
17592025-02-21T12:52:13.721Z Compiling which v4.4.2
17602025-02-21T12:52:14.352Z Compiling serde_tokenstream v0.2.2
17612025-02-21T12:52:14.449Z Compiling uuid v1.12.0
17622025-02-21T12:52:14.567Z Compiling http v1.2.0
17632025-02-21T12:52:14.925Z Compiling chrono v0.4.39
17642025-02-21T12:52:15.742Z Compiling rustc_version v0.4.1
17652025-02-21T12:52:17.369Z Compiling hmac v0.12.1
17662025-02-21T12:52:18.433Z Compiling pest_meta v2.7.14
17672025-02-21T12:52:18.650Z Compiling block-padding v0.3.3
17682025-02-21T12:52:18.900Z Compiling openssl-macros v0.1.1
17692025-02-21T12:52:19.633Z Compiling native-tls v0.2.12
17702025-02-21T12:52:20.017Z Compiling rustls v0.23.19
17712025-02-21T12:52:20.342Z Compiling pest_generator v2.7.14
17722025-02-21T12:52:21.059Z Compiling inout v0.1.3
17732025-02-21T12:52:21.334Z Compiling tinystr v0.7.6
17742025-02-21T12:52:22.042Z Compiling serde_spanned v0.6.8
17752025-02-21T12:52:22.071Z Compiling toml_datetime v0.6.8
17762025-02-21T12:52:22.231Z Compiling tracing-core v0.1.32
17772025-02-21T12:52:22.273Z Compiling litemap v0.7.3
17782025-02-21T12:52:22.489Z Compiling strsim v0.11.1
17792025-02-21T12:52:22.541Z Compiling writeable v0.5.5
17802025-02-21T12:52:23.102Z Compiling dyn-clone v1.0.18
17812025-02-21T12:52:23.364Z Compiling icu_locid v1.5.0
17822025-02-21T12:52:23.647Z Compiling tracing v0.1.40
17832025-02-21T12:52:24.364Z Compiling pest_derive v2.7.14
17842025-02-21T12:52:24.486Z Compiling cipher v0.4.4
17852025-02-21T12:52:24.966Z Compiling sha2 v0.10.8
17862025-02-21T12:52:25.431Z Compiling cookie v0.18.1
17872025-02-21T12:52:25.702Z Compiling usdt-impl v0.5.0
17882025-02-21T12:52:25.757Z Compiling base64ct v1.6.0
17892025-02-21T12:52:25.885Z Compiling aws-lc-sys v0.22.0
17902025-02-21T12:52:26.172Z Compiling icu_provider v1.5.0
17912025-02-21T12:52:26.293Z Compiling pem-rfc7468 v0.7.0
17922025-02-21T12:52:27.073Z Compiling scroll v0.12.0
17932025-02-21T12:52:27.655Z Compiling ppv-lite86 v0.2.20
17942025-02-21T12:52:28.921Z Compiling async-trait v0.1.86
17952025-02-21T12:52:30.481Z Compiling camino v1.1.9
17962025-02-21T12:52:30.965Z Compiling icu_locid_transform_data v1.5.0
17972025-02-21T12:52:30.996Z Compiling percent-encoding v2.3.1
17982025-02-21T12:52:31.189Z Compiling plain v0.2.3
17992025-02-21T12:52:31.360Z Compiling flagset v0.4.6
18002025-02-21T12:52:31.431Z Compiling rustls-pki-types v1.10.0
18012025-02-21T12:52:31.562Z Compiling anyhow v1.0.96
18022025-02-21T12:52:32.141Z Compiling der v0.7.9
18032025-02-21T12:52:33.100Z Compiling goblin v0.8.2
18042025-02-21T12:52:33.492Z Compiling icu_locid_transform v1.5.0
18052025-02-21T12:52:35.443Z Compiling rand_chacha v0.3.1
18062025-02-21T12:52:36.341Z Compiling tokio-util v0.7.12
18072025-02-21T12:52:36.582Z Compiling icu_collections v1.5.0
18082025-02-21T12:52:39.048Z Compiling icu_properties_data v1.5.0
18092025-02-21T12:52:39.225Z Compiling rayon-core v1.12.1
18102025-02-21T12:52:39.258Z Compiling pretty-hex v0.4.1
18112025-02-21T12:52:39.543Z Compiling untrusted v0.7.1
18122025-02-21T12:52:39.571Z Compiling rustls v0.22.4
18132025-02-21T12:52:39.646Z Compiling powerfmt v0.2.0
18142025-02-21T12:52:39.751Z Compiling mirai-annotations v1.12.0
18152025-02-21T12:52:39.770Z Compiling untrusted v0.9.0
18162025-02-21T12:52:39.949Z Compiling deranged v0.3.11
18172025-02-21T12:52:39.999Z Compiling icu_properties v1.5.1
18182025-02-21T12:52:40.135Z Compiling dof v0.3.0
18192025-02-21T12:52:41.646Z Compiling rand v0.8.5
18202025-02-21T12:52:41.664Z Compiling spki v0.7.3
18212025-02-21T12:52:42.048Z Compiling dtrace-parser v0.2.0
18222025-02-21T12:52:42.065Z Compiling salsa20 v0.10.2
18232025-02-21T12:52:43.165Z Compiling pbkdf2 v0.12.2
18242025-02-21T12:52:43.552Z Compiling thread-id v4.2.2
18252025-02-21T12:52:43.763Z Compiling utf16_iter v1.0.5
18262025-02-21T12:52:44.158Z Compiling icu_normalizer_data v1.5.0
18272025-02-21T12:52:44.176Z Compiling utf8_iter v1.0.4
18282025-02-21T12:52:44.277Z Compiling litrs v0.4.1
18292025-02-21T12:52:44.487Z Compiling write16 v1.0.0
18302025-02-21T12:52:44.698Z Compiling num_threads v0.1.7
18312025-02-21T12:52:44.829Z Compiling winnow v0.5.40
18322025-02-21T12:52:44.847Z Compiling atomic-waker v1.1.2
18332025-02-21T12:52:45.067Z Compiling icu_normalizer v1.5.0
18342025-02-21T12:52:45.170Z Compiling document-features v0.2.10
18352025-02-21T12:52:46.184Z Compiling time v0.3.36
18362025-02-21T12:52:48.234Z Compiling toml_edit v0.19.15
18372025-02-21T12:52:49.659Z Compiling scrypt v0.11.0
18382025-02-21T12:52:49.816Z Compiling form_urlencoded v1.2.1
18392025-02-21T12:52:50.147Z Compiling aes v0.8.4
18402025-02-21T12:52:50.263Z Compiling cbc v0.1.2
18412025-02-21T12:52:50.326Z Compiling http-body v1.0.1
18422025-02-21T12:52:50.483Z Compiling multer v3.1.0
18432025-02-21T12:52:50.596Z Compiling try-lock v0.2.5
18442025-02-21T12:52:50.801Z Compiling slog-async v2.8.0
18452025-02-21T12:52:50.969Z Compiling rustversion v1.0.17
18462025-02-21T12:52:51.254Z Compiling tinyvec_macros v0.1.1
18472025-02-21T12:52:51.357Z Compiling tinyvec v1.8.0
18482025-02-21T12:52:51.608Z Compiling pkcs5 v0.7.1
18492025-02-21T12:52:52.606Z Compiling want v0.3.1
18502025-02-21T12:52:53.399Z Compiling idna_adapter v1.2.0
18512025-02-21T12:52:53.620Z Compiling h2 v0.4.6
18522025-02-21T12:52:54.162Z Compiling heapless v0.7.17
18532025-02-21T12:52:54.627Z Compiling bzip2-sys v0.1.11+1.0.8
18542025-02-21T12:52:55.068Z Compiling httpdate v1.0.3
18552025-02-21T12:52:55.106Z Compiling signal-hook v0.3.17
18562025-02-21T12:52:55.369Z Compiling tower-service v0.3.3
18572025-02-21T12:52:55.822Z Compiling idna v1.0.3
18582025-02-21T12:52:57.431Z Compiling pkcs8 v0.10.2
18592025-02-21T12:52:58.518Z Compiling usdt-attr-macro v0.5.0
18602025-02-21T12:52:59.135Z Compiling usdt-macro v0.5.0
18612025-02-21T12:52:59.990Z Compiling async-stream-impl v0.3.6
18622025-02-21T12:53:00.433Z Compiling adler2 v2.0.0
18632025-02-21T12:53:00.659Z Compiling base64 v0.22.1
18642025-02-21T12:53:01.122Z Compiling miniz_oxide v0.8.0
18652025-02-21T12:53:01.787Z Compiling hyper v1.5.2
18662025-02-21T12:53:04.098Z Compiling curve25519-dalek v4.1.3
18672025-02-21T12:53:04.523Z Compiling openapiv3 v2.0.0
18682025-02-21T12:53:04.651Z Compiling enum-as-inner v0.6.1
18692025-02-21T12:53:07.488Z Compiling hyper-util v0.1.10
18702025-02-21T12:53:08.422Z Compiling memoffset v0.9.1
18712025-02-21T12:53:08.686Z Compiling dropshot v0.12.0
18722025-02-21T12:53:08.757Z Compiling num-bigint-dig v0.8.4
18732025-02-21T12:53:09.081Z Compiling newtype-uuid v1.2.1
18742025-02-21T12:53:09.227Z Compiling portable-atomic v1.9.0
18752025-02-21T12:53:09.404Z Compiling match_cfg v0.1.0
18762025-02-21T12:53:09.515Z Compiling foreign-types-shared v0.1.1
18772025-02-21T12:53:09.672Z Compiling smoltcp v0.9.1
18782025-02-21T12:53:09.790Z Compiling foreign-types v0.3.2
18792025-02-21T12:53:10.015Z Compiling hostname v0.3.1
18802025-02-21T12:53:12.293Z Compiling url v2.5.3
18812025-02-21T12:53:14.107Z Compiling http-body-util v0.1.2
18822025-02-21T12:53:14.418Z Compiling dirs-sys-next v0.1.2
18832025-02-21T12:53:14.598Z Compiling encoding_rs v0.8.34
18842025-02-21T12:53:14.640Z Compiling mime v0.3.17
18852025-02-21T12:53:14.839Z Compiling heck v0.4.1
18862025-02-21T12:53:15.189Z Compiling ident_case v1.0.1
18872025-02-21T12:53:15.390Z Compiling cfg_aliases v0.2.1
18882025-02-21T12:53:15.525Z Compiling gimli v0.31.1
18892025-02-21T12:53:15.664Z Compiling siphasher v0.3.11
18902025-02-21T12:53:16.016Z Compiling data-encoding v2.6.0
18912025-02-21T12:53:17.440Z Compiling nix v0.29.0
18922025-02-21T12:53:17.778Z Compiling darling_core v0.20.10
18932025-02-21T12:53:18.060Z Compiling dirs-next v2.0.0
18942025-02-21T12:53:22.197Z Compiling addr2line v0.24.2
18952025-02-21T12:53:23.875Z Compiling unicode-normalization v0.1.24
18962025-02-21T12:53:24.933Z Compiling serde_urlencoded v0.7.1
18972025-02-21T12:53:25.530Z Compiling crossbeam-epoch v0.9.18
18982025-02-21T12:53:25.662Z Compiling rustls-pemfile v2.2.0
18992025-02-21T12:53:26.040Z Compiling hubpack_derive v0.1.1
19002025-02-21T12:53:26.139Z Compiling dropshot_endpoint v0.12.0
19012025-02-21T12:53:26.235Z Compiling sha1 v0.10.6
19022025-02-21T12:53:26.397Z Compiling signature v2.2.0
19032025-02-21T12:53:26.616Z Compiling curve25519-dalek-derive v0.1.1
19042025-02-21T12:53:26.639Z Compiling zerocopy-derive v0.6.6
19052025-02-21T12:53:26.938Z Compiling object v0.36.5
19062025-02-21T12:53:28.335Z Compiling thread_local v1.1.8
19072025-02-21T12:53:28.771Z Compiling fs-err v2.11.0
19082025-02-21T12:53:32.415Z Compiling anstyle v1.0.10
19092025-02-21T12:53:32.953Z Compiling winnow v0.6.20
19102025-02-21T12:53:33.374Z Compiling rustc-demangle v0.1.24
19112025-02-21T12:53:34.459Z Compiling utf8parse v0.2.2
19122025-02-21T12:53:35.107Z Compiling openssl-probe v0.1.5
19132025-02-21T12:53:35.619Z Compiling ipnet v2.10.1
19142025-02-21T12:53:35.810Z Compiling unicode-properties v0.1.3
19152025-02-21T12:53:36.229Z Compiling unicode-bidi v0.3.17
19162025-02-21T12:53:36.676Z Compiling toml_edit v0.22.22
19172025-02-21T12:53:37.374Z Compiling stringprep v0.1.5
19182025-02-21T12:53:38.713Z Compiling rustls-webpki v0.102.8
19192025-02-21T12:53:39.409Z Compiling anstyle-parse v0.2.5
19202025-02-21T12:53:41.745Z Compiling backtrace v0.3.74
19212025-02-21T12:53:47.296Z Compiling crossbeam-deque v0.8.5
19222025-02-21T12:53:47.666Z Compiling darling_macro v0.20.10
19232025-02-21T12:53:48.558Z Compiling term v0.7.0
19242025-02-21T12:53:49.641Z Compiling slog-json v2.6.1
19252025-02-21T12:53:51.237Z Compiling crossbeam-channel v0.5.13
19262025-02-21T12:53:51.523Z Compiling hashbrown v0.14.5
19272025-02-21T12:53:52.198Z Compiling futures-executor v0.3.31
19282025-02-21T12:53:52.624Z Compiling num-integer v0.1.46
19292025-02-21T12:53:52.627Z Compiling md-5 v0.10.6
19302025-02-21T12:53:52.753Z Compiling ff v0.13.0
19312025-02-21T12:53:52.909Z Compiling hash32 v0.2.1
19322025-02-21T12:53:52.942Z Compiling is-terminal v0.4.13
19332025-02-21T12:53:52.995Z Compiling memmap v0.7.0
19342025-02-21T12:53:53.149Z Compiling colorchoice v1.0.2
19352025-02-21T12:53:53.267Z Compiling linked-hash-map v0.5.6
19362025-02-21T12:53:53.270Z Compiling anstyle-query v1.1.1
19372025-02-21T12:53:53.334Z Compiling utf-8 v0.7.6
19382025-02-21T12:53:53.434Z Compiling psl-types v2.0.11
19392025-02-21T12:53:53.636Z Compiling is_terminal_polyfill v1.70.1
19402025-02-21T12:53:53.639Z Compiling fallible-iterator v0.2.0
19412025-02-21T12:53:53.672Z Compiling base16ct v0.2.0
19422025-02-21T12:53:53.976Z Compiling quick-error v1.2.3
19432025-02-21T12:53:53.998Z Compiling take_mut v0.2.2
19442025-02-21T12:53:54.063Z Compiling publicsuffix v2.3.0
19452025-02-21T12:53:54.137Z Compiling resolv-conf v0.7.0
19462025-02-21T12:53:54.294Z Compiling postgres-protocol v0.6.7
19472025-02-21T12:53:54.364Z Compiling sec1 v0.7.3
19482025-02-21T12:53:54.751Z Compiling anstream v0.6.15
19492025-02-21T12:53:55.050Z Compiling lru-cache v0.1.2
19502025-02-21T12:53:55.258Z Compiling tungstenite v0.24.0
19512025-02-21T12:53:55.286Z Compiling usdt v0.5.0
19522025-02-21T12:53:55.387Z Compiling num-iter v0.1.45
19532025-02-21T12:53:55.586Z Compiling slog-term v2.9.1
19542025-02-21T12:53:55.702Z Compiling group v0.13.0
19552025-02-21T12:53:56.022Z Compiling regress v0.10.1
19562025-02-21T12:53:56.399Z Compiling futures v0.3.31
19572025-02-21T12:53:59.126Z Compiling slog-bunyan v2.5.0
19582025-02-21T12:53:59.345Z Compiling darling v0.20.10
19592025-02-21T12:53:59.884Z Compiling tokio-rustls v0.26.0
19602025-02-21T12:54:00.094Z Compiling tokio-rustls v0.25.0
19612025-02-21T12:54:00.325Z Compiling toml v0.8.19
19622025-02-21T12:54:00.499Z Compiling tokio-native-tls v0.3.1
19632025-02-21T12:54:00.831Z Compiling hickory-proto v0.24.3
19642025-02-21T12:54:00.886Z Compiling phf_shared v0.11.2
19652025-02-21T12:54:01.251Z Compiling strum_macros v0.25.3
19662025-02-21T12:54:01.996Z Compiling async-stream v0.3.6
19672025-02-21T12:54:02.018Z Compiling waitgroup v0.1.2
19682025-02-21T12:54:02.165Z Compiling webpki-roots v0.26.6
19692025-02-21T12:54:02.466Z Compiling hkdf v0.12.4
19702025-02-21T12:54:02.488Z Compiling terminal_size v0.4.0
19712025-02-21T12:54:02.613Z Compiling serde_path_to_error v0.1.16
19722025-02-21T12:54:02.718Z Compiling sync_wrapper v1.0.1
19732025-02-21T12:54:03.075Z Compiling crypto-bigint v0.5.5
19742025-02-21T12:54:03.313Z Compiling serde_repr v0.1.19
19752025-02-21T12:54:03.335Z Compiling derive-where v1.2.7
19762025-02-21T12:54:04.391Z Compiling clap_derive v4.5.28
19772025-02-21T12:54:04.505Z Compiling hostname v0.4.0
19782025-02-21T12:54:04.721Z Compiling crc32fast v1.4.2
19792025-02-21T12:54:05.256Z Compiling bitflags v1.3.2
19802025-02-21T12:54:05.591Z Compiling managed v0.8.0
19812025-02-21T12:54:06.116Z Compiling tower-layer v0.3.3
19822025-02-21T12:54:06.218Z Compiling clap_lex v0.7.4
19832025-02-21T12:54:06.650Z Compiling unicode-width v0.2.0
19842025-02-21T12:54:07.083Z Compiling debug-ignore v1.0.5
19852025-02-21T12:54:07.544Z Compiling tower v0.5.2
19862025-02-21T12:54:07.750Z Compiling console v0.15.10
19872025-02-21T12:54:09.037Z Compiling clap_builder v4.5.30
19882025-02-21T12:54:09.615Z Compiling hickory-resolver v0.24.3
19892025-02-21T12:54:10.078Z Compiling elliptic-curve v0.13.8
19902025-02-21T12:54:10.779Z Compiling flate2 v1.0.35
19912025-02-21T12:54:12.399Z Compiling hyper-rustls v0.27.3
19922025-02-21T12:54:14.699Z Compiling phf v0.11.2
19932025-02-21T12:54:14.998Z Compiling hyper-tls v0.6.0
19942025-02-21T12:54:15.376Z Compiling typify-impl v0.2.0
19952025-02-21T12:54:15.498Z Compiling signal-hook-mio v0.2.4
19962025-02-21T12:54:15.621Z Compiling bzip2 v0.4.4
19972025-02-21T12:54:15.647Z Compiling rayon v1.10.0
19982025-02-21T12:54:15.680Z Compiling cookie_store v0.21.1
19992025-02-21T12:54:17.293Z Compiling tokio-tungstenite v0.24.0
20002025-02-21T12:54:19.417Z Compiling postgres-types v0.2.8
20012025-02-21T12:54:19.932Z Compiling zerocopy v0.6.6
20022025-02-21T12:54:20.008Z Compiling hubpack v0.1.2
20032025-02-21T12:54:20.430Z Compiling ed25519 v2.2.3
20042025-02-21T12:54:20.611Z Compiling phf_shared v0.10.0
20052025-02-21T12:54:20.665Z Compiling pkcs1 v0.7.5
20062025-02-21T12:54:20.878Z Compiling tokio-stream v0.1.16
20072025-02-21T12:54:20.929Z Compiling ipnetwork v0.21.1
20082025-02-21T12:54:21.538Z Compiling rfc6979 v0.4.0
20092025-02-21T12:54:21.741Z Compiling serde-big-array v0.5.1
20102025-02-21T12:54:21.813Z Compiling float-cmp v0.10.0
20112025-02-21T12:54:21.851Z Compiling bstr v1.10.0
20122025-02-21T12:54:22.096Z Compiling predicates-core v1.0.8
20132025-02-21T12:54:22.721Z Compiling static_assertions v1.1.0
20142025-02-21T12:54:22.841Z Compiling number_prefix v0.4.0
20152025-02-21T12:54:23.072Z Compiling new_debug_unreachable v1.0.6
20162025-02-21T12:54:23.092Z Compiling difflib v0.4.0
20172025-02-21T12:54:23.190Z Compiling normalize-line-endings v0.3.0
20182025-02-21T12:54:23.319Z Compiling unicode-segmentation v1.12.0
20192025-02-21T12:54:23.341Z Compiling fixedbitset v0.4.2
20202025-02-21T12:54:23.735Z Compiling precomputed-hash v0.1.1
20212025-02-21T12:54:23.945Z Compiling bit-vec v0.6.3
20222025-02-21T12:54:24.119Z Compiling whoami v1.5.2
20232025-02-21T12:54:24.172Z Compiling similar v2.6.0
20242025-02-21T12:54:24.360Z Compiling bit-set v0.5.3
20252025-02-21T12:54:24.595Z Compiling tokio-postgres v0.7.12
20262025-02-21T12:54:24.634Z Compiling string_cache v0.8.7
20272025-02-21T12:54:24.655Z Compiling petgraph v0.6.5
20282025-02-21T12:54:25.031Z Compiling predicates v3.1.3
20292025-02-21T12:54:25.225Z Compiling typify-macro v0.2.0
20302025-02-21T12:54:26.313Z Compiling indicatif v0.17.11
20312025-02-21T12:54:26.616Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20322025-02-21T12:54:27.736Z Compiling reqwest v0.12.12
20332025-02-21T12:54:28.455Z Compiling qorb v0.2.1
20342025-02-21T12:54:28.531Z Compiling ecdsa v0.16.9
20352025-02-21T12:54:29.779Z Compiling rsa v0.9.6
20362025-02-21T12:54:29.806Z Compiling ed25519-dalek v2.1.1
20372025-02-21T12:54:32.552Z Compiling zip v0.6.6
20382025-02-21T12:54:32.773Z Compiling crossterm v0.28.1
20392025-02-21T12:54:33.523Z Compiling clap v4.5.30
20402025-02-21T12:54:34.236Z Compiling toml v0.7.8
20412025-02-21T12:54:35.244Z Compiling x509-cert v0.2.5
20422025-02-21T12:54:35.812Z Compiling hex v0.4.3
20432025-02-21T12:54:37.335Z Compiling unicode-xid v0.2.6
20442025-02-21T12:54:37.446Z Compiling peg-runtime v0.8.3
20452025-02-21T12:54:37.955Z Compiling zerocopy v0.8.10
20462025-02-21T12:54:37.974Z Compiling lalrpop-util v0.19.12
20472025-02-21T12:54:40.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20482025-02-21T12:54:44.315Z Compiling proc-macro-crate v1.3.1
20492025-02-21T12:54:44.544Z Compiling macaddr v1.0.1
20502025-02-21T12:54:45.181Z Compiling zerocopy-derive v0.8.10
20512025-02-21T12:54:45.331Z Compiling itertools v0.13.0
20522025-02-21T12:54:46.470Z Compiling heapless v0.8.0
20532025-02-21T12:54:48.260Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20542025-02-21T12:54:54.077Z Compiling num_enum_derive v0.5.11
20552025-02-21T12:54:59.331Z Compiling hash32 v0.3.1
20562025-02-21T12:55:01.374Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572025-02-21T12:55:01.923Z Compiling smoltcp v0.11.0
20582025-02-21T12:55:07.898Z Compiling num_enum v0.5.11
20592025-02-21T12:55:08.970Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20602025-02-21T12:55:08.973Z Compiling typify v0.2.0
20612025-02-21T12:55:08.973Z Compiling oxnet v0.1.0
20622025-02-21T12:55:09.822Z Compiling proc-macro-error-attr v1.0.4
20632025-02-21T12:55:10.174Z Compiling thiserror v2.0.11
20642025-02-21T12:55:10.234Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20652025-02-21T12:55:10.940Z Compiling cobs v0.2.3
20662025-02-21T12:55:11.478Z Compiling unsafe-libyaml v0.2.11
20672025-02-21T12:55:12.425Z Compiling postcard v1.0.10
20682025-02-21T12:55:13.115Z Compiling serde_yaml v0.9.34+deprecated
20692025-02-21T12:55:24.765Z Compiling progenitor-impl v0.8.0
20702025-02-21T12:55:27.119Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20712025-02-21T12:55:38.538Z Compiling strum_macros v0.26.4
20722025-02-21T12:55:39.354Z Compiling thiserror-impl v2.0.11
20732025-02-21T12:55:39.376Z Compiling foreign-types-macros v0.2.3
20742025-02-21T12:55:39.514Z Compiling structmeta-derive v0.3.0
20752025-02-21T12:55:39.823Z Compiling proc-macro-error v1.0.4
20762025-02-21T12:55:40.056Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20772025-02-21T12:55:40.566Z Compiling unicode-width v0.1.14
20782025-02-21T12:55:42.205Z Compiling foreign-types-shared v0.3.1
20792025-02-21T12:55:42.363Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20802025-02-21T12:55:42.632Z Compiling strum v0.26.3
20812025-02-21T12:55:42.932Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20822025-02-21T12:55:43.055Z Compiling foreign-types v0.5.0
20832025-02-21T12:55:45.417Z Compiling structmeta v0.3.0
20842025-02-21T12:55:45.969Z Compiling tabwriter v1.4.0
20852025-02-21T12:55:52.536Z Compiling progenitor-macro v0.8.0
20862025-02-21T12:55:56.228Z Compiling progenitor-client v0.8.0
20872025-02-21T12:55:57.130Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882025-02-21T12:55:57.972Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20892025-02-21T12:55:58.349Z Compiling daft-derive v0.1.1
20902025-02-21T12:55:58.843Z Compiling cstr-argument v0.1.2
20912025-02-21T12:55:59.140Z Compiling dropshot v0.15.1
20922025-02-21T12:55:59.495Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
20932025-02-21T12:55:59.832Z Compiling crucible-workspace-hack v0.1.0
20942025-02-21T12:56:00.168Z Compiling fastrand v2.1.1
20952025-02-21T12:56:00.241Z Compiling pretty-hex v0.2.1
20962025-02-21T12:56:00.959Z Compiling tempfile v3.13.0
20972025-02-21T12:56:01.086Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20982025-02-21T12:56:01.576Z Compiling daft v0.1.1
20992025-02-21T12:56:01.770Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21002025-02-21T12:56:02.335Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21012025-02-21T12:56:02.602Z Compiling parse-display-derive v0.10.0
21022025-02-21T12:56:02.675Z Compiling colored v2.1.0
21032025-02-21T12:56:02.800Z Compiling progenitor v0.8.0
21042025-02-21T12:56:03.039Z Compiling serde_with_macros v3.11.0
21052025-02-21T12:56:03.141Z Compiling dropshot_endpoint v0.15.1
21062025-02-21T12:56:03.895Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21072025-02-21T12:56:04.652Z Compiling instant v0.1.13
21082025-02-21T12:56:04.845Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21092025-02-21T12:56:05.294Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21102025-02-21T12:56:05.364Z Compiling serde_with v3.11.0
21112025-02-21T12:56:06.033Z Compiling parse-display v0.10.0
21122025-02-21T12:56:07.582Z Compiling backoff v0.4.0
21132025-02-21T12:56:07.985Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21142025-02-21T12:56:08.041Z Compiling zone_cfg_derive v0.3.0
21152025-02-21T12:56:08.338Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21162025-02-21T12:56:08.660Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21172025-02-21T12:56:09.372Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21182025-02-21T12:56:09.496Z Compiling camino-tempfile v1.1.1
21192025-02-21T12:56:09.552Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21202025-02-21T12:56:09.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21212025-02-21T12:56:10.125Z Compiling regress v0.9.1
21222025-02-21T12:56:10.186Z Compiling progenitor-client v0.9.1
21232025-02-21T12:56:10.282Z Compiling num-derive v0.4.2
21242025-02-21T12:56:11.149Z Compiling sigpipe v0.1.3
21252025-02-21T12:56:11.306Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21262025-02-21T12:56:11.649Z Compiling libefi-sys v0.1.0
21272025-02-21T12:56:12.063Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21282025-02-21T12:56:12.483Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21292025-02-21T12:56:14.037Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21302025-02-21T12:56:15.275Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21312025-02-21T12:56:17.567Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21322025-02-21T12:56:17.965Z Compiling zone v0.3.0
21332025-02-21T12:56:18.715Z Compiling smf v0.2.3
21342025-02-21T12:56:18.988Z Compiling bitfield-struct v0.6.2
21352025-02-21T12:56:20.380Z Compiling blake3 v1.5.4
21362025-02-21T12:56:21.039Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21372025-02-21T12:56:21.380Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21382025-02-21T12:56:21.698Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21392025-02-21T12:56:26.526Z Compiling xattr v1.3.1
21402025-02-21T12:56:26.576Z Compiling filetime v0.2.25
21412025-02-21T12:56:26.576Z Compiling memmap2 v0.9.5
21422025-02-21T12:56:26.576Z Compiling arrayvec v0.7.6
21432025-02-21T12:56:26.576Z Compiling arrayref v0.3.9
21442025-02-21T12:56:26.576Z Compiling same-file v1.0.6
21452025-02-21T12:56:26.576Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21462025-02-21T12:56:26.576Z Compiling constant_time_eq v0.3.1
21472025-02-21T12:56:26.576Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21482025-02-21T12:56:26.576Z Compiling walkdir v2.5.0
21492025-02-21T12:56:26.576Z Compiling tar v0.4.42
21502025-02-21T12:56:26.609Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21512025-02-21T12:56:26.609Z Compiling gethostname v0.5.0
21522025-02-21T12:56:26.609Z Compiling cargo-platform v0.1.8
21532025-02-21T12:56:26.609Z Compiling topological-sort v0.2.2
21542025-02-21T12:56:26.609Z Compiling cargo_metadata v0.18.1
21552025-02-21T12:56:26.609Z Compiling omicron-zone-package v0.12.0
21562025-02-21T12:56:26.609Z Compiling indent_write v2.2.0
21572025-02-21T12:56:26.609Z Compiling shell-words v1.1.0
21582025-02-21T12:56:34.777Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21592025-02-21T12:56:37.143Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21602025-02-21T12:56:40.875Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21612025-02-21T12:56:55.317Z Finished `release` profile [optimized] target(s) in 5m 12s
21622025-02-21T12:56:55.484Z Running `target/release/omicron-package -t test target create -p dev`
21632025-02-21T12:56:55.534ZLogging to: /work/oxidecomputer/omicron/out/LOG
21642025-02-21T12:56:55.537ZCreated new build target 'test' and set it as active
21652025-02-21T12:56:55.537Z
21662025-02-21T12:56:55.537Zreal 5:12.502339736
21672025-02-21T12:56:55.537Zuser 36:19.889823079
21682025-02-21T12:56:55.537Zsys 3:25.767927005
21692025-02-21T12:56:55.537Ztrap 1.146213771
21702025-02-21T12:56:55.537Ztflt 1.618692432
21712025-02-21T12:56:55.537Zdflt 0.875855731
21722025-02-21T12:56:55.537Zkflt 0.000225405
21732025-02-21T12:56:55.537Zlock 1:11:47.859730216
21742025-02-21T12:56:55.537Zslp 2:25:55.910597830
21752025-02-21T12:56:55.537Zlat 2:41.399959332
21762025-02-21T12:56:55.537Zstop 4:44.641144993
21772025-02-21T12:56:55.540Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21782025-02-21T12:56:56.541Z Finished `release` profile [optimized] target(s) in 0.95s
21792025-02-21T12:56:56.601Z Running `target/release/omicron-package -t test package`
21802025-02-21T12:56:56.649ZLogging to: /work/oxidecomputer/omicron/out/LOG
21812025-02-21T12:56:57.846Z Compiling thiserror v2.0.11
21822025-02-21T12:56:57.981Z Compiling typify-impl v0.3.0
21832025-02-21T12:56:57.984Z Compiling convert_case v0.4.0
21842025-02-21T12:56:57.998Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21852025-02-21T12:56:58.000Z Compiling newline-converter v0.3.0
21862025-02-21T12:56:58.003Z Compiling password-hash v0.5.0
21872025-02-21T12:56:58.003Z Compiling blake2 v0.10.6
21882025-02-21T12:56:58.003Z Compiling base64 v0.21.7
21892025-02-21T12:56:58.223Z Compiling expectorate v1.1.0
21902025-02-21T12:56:58.299Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21912025-02-21T12:56:58.531Z Compiling atomicwrites v0.4.4
21922025-02-21T12:56:58.693Z Compiling derive_more v0.99.19
21932025-02-21T12:56:59.070Z Compiling argon2 v0.5.3
21942025-02-21T12:56:59.136Z Compiling cancel-safe-futures v0.1.5
21952025-02-21T12:56:59.179Z Compiling owo-colors v4.1.0
21962025-02-21T12:56:59.513Z Compiling num-rational v0.4.2
21972025-02-21T12:56:59.573Z Compiling progenitor-client v0.9.1
21982025-02-21T12:56:59.672Z Compiling num-complex v0.4.6
21992025-02-21T12:57:00.093Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22002025-02-21T12:57:00.740Z Compiling num v0.4.3
22012025-02-21T12:57:00.885Z Compiling libsw v3.3.1
22022025-02-21T12:57:01.252Z Compiling float-ord v0.3.2
22032025-02-21T12:57:01.369Z Compiling linear-map v1.2.0
22042025-02-21T12:57:01.414Z Compiling swrite v0.1.0
22052025-02-21T12:57:01.465Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22062025-02-21T12:57:01.561Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22072025-02-21T12:57:01.751Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22082025-02-21T12:57:01.967Z Compiling highway v1.2.0
22092025-02-21T12:57:02.708Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22102025-02-21T12:57:03.358Z Compiling semver v0.1.20
22112025-02-21T12:57:03.906Z Compiling rustc_version v0.1.7
22122025-02-21T12:57:04.297Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22132025-02-21T12:57:04.315Z Compiling newtype_derive v0.1.6
22142025-02-21T12:57:04.682Z Compiling tungstenite v0.21.0
22152025-02-21T12:57:08.516Z Compiling typify-macro v0.3.0
22162025-02-21T12:57:09.642Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22172025-02-21T12:57:09.679Z Compiling ipnetwork v0.21.1
22182025-02-21T12:57:09.984Z Compiling tokio-tungstenite v0.21.0
22192025-02-21T12:57:10.430Z Compiling oxnet v0.1.0
22202025-02-21T12:57:10.724Z Compiling progenitor-client v0.8.0
22212025-02-21T12:57:11.002Z Compiling humantime v2.1.0
22222025-02-21T12:57:11.045Z Compiling daft v0.1.1
22232025-02-21T12:57:11.217Z Compiling progenitor v0.8.0
22242025-02-21T12:57:11.541Z Compiling dropshot v0.15.1
22252025-02-21T12:57:11.583Z Compiling instant v0.1.13
22262025-02-21T12:57:11.763Z Compiling backoff v0.4.0
22272025-02-21T12:57:11.798Z Compiling typify v0.3.0
22282025-02-21T12:57:11.968Z Compiling progenitor-impl v0.9.1
22292025-02-21T12:57:12.107Z Compiling steno v0.4.1
22302025-02-21T12:57:17.753Z Compiling progenitor-macro v0.9.1
22312025-02-21T12:57:19.595Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22322025-02-21T12:57:19.815Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22332025-02-21T12:57:20.084Z Compiling parse-display v0.10.0
22342025-02-21T12:57:20.602Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22352025-02-21T12:57:20.814Z Compiling serde_with v3.11.0
22362025-02-21T12:57:24.232Z Compiling strum v0.26.3
22372025-02-21T12:57:24.450Z Compiling regress v0.9.1
22382025-02-21T12:57:24.453Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22392025-02-21T12:57:26.037Z Compiling macaddr v1.0.1
22402025-02-21T12:57:26.593Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22412025-02-21T12:57:26.775Z Compiling slog-dtrace v0.3.0
22422025-02-21T12:57:27.178Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22432025-02-21T12:57:27.199Z Compiling prettyplease v0.2.29
22442025-02-21T12:57:28.112Z Compiling progenitor v0.9.1
22452025-02-21T12:57:28.359Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22462025-02-21T12:57:29.096Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22472025-02-21T12:57:29.215Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22482025-02-21T12:57:32.499Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22492025-02-21T12:57:32.830Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22502025-02-21T12:57:41.822Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22512025-02-21T12:57:44.533Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22522025-02-21T12:57:45.556Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22532025-02-21T12:57:46.205Z Compiling half v2.4.1
22542025-02-21T12:57:46.388Z Compiling ciborium-io v0.2.2
22552025-02-21T12:57:46.554Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22562025-02-21T12:57:46.908Z Compiling ciborium-ll v0.2.2
22572025-02-21T12:57:47.444Z Compiling ciborium v0.2.2
22582025-02-21T12:57:49.502Z Compiling display-error-chain v0.2.2
22592025-02-21T12:57:49.720Z Compiling fastrand v2.1.1
22602025-02-21T12:57:49.741Z Compiling same-file v1.0.6
22612025-02-21T12:57:50.001Z Compiling walkdir v2.5.0
22622025-02-21T12:57:50.209Z Compiling tempfile v3.13.0
22632025-02-21T12:57:50.317Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22642025-02-21T12:57:50.581Z Compiling blake3 v1.5.4
22652025-02-21T12:57:50.914Z Compiling const_format_proc_macros v0.2.34
22662025-02-21T12:57:51.231Z Compiling xattr v1.3.1
22672025-02-21T12:57:51.523Z Compiling filetime v0.2.25
22682025-02-21T12:57:51.850Z Compiling memmap2 v0.9.5
22692025-02-21T12:57:52.254Z Compiling constant_time_eq v0.3.1
22702025-02-21T12:57:52.342Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22712025-02-21T12:57:52.433Z Compiling maplit v1.0.2
22722025-02-21T12:57:52.467Z Compiling arrayvec v0.7.6
22732025-02-21T12:57:52.580Z Compiling keccak v0.1.5
22742025-02-21T12:57:52.645Z Compiling arrayref v0.3.9
22752025-02-21T12:57:52.773Z Compiling crunchy v0.2.2
22762025-02-21T12:57:53.272Z Compiling sha3 v0.10.8
22772025-02-21T12:57:53.653Z Compiling const_format v0.2.34
22782025-02-21T12:57:53.840Z Compiling tar v0.4.42
22792025-02-21T12:57:54.156Z Compiling camino-tempfile v1.1.1
22802025-02-21T12:57:54.605Z Compiling toolchain_find v0.4.0
22812025-02-21T12:57:54.921Z Compiling topological-sort v0.2.2
22822025-02-21T12:57:55.134Z Compiling tiny-keccak v2.0.2
22832025-02-21T12:57:55.178Z Compiling radium v0.7.0
22842025-02-21T12:57:55.511Z Compiling omicron-zone-package v0.12.0
22852025-02-21T12:57:55.565Z Compiling rustfmt-wrapper v0.2.1
22862025-02-21T12:57:56.088Z Compiling dsl_auto_type v0.1.2
22872025-02-21T12:57:56.139Z Compiling scheduled-thread-pool v0.2.7
22882025-02-21T12:57:57.226Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22892025-02-21T12:57:57.306Z Compiling diesel_table_macro_syntax v0.2.0
22902025-02-21T12:57:57.535Z Compiling tap v1.0.1
22912025-02-21T12:57:57.661Z Compiling maybe-uninit v2.0.0
22922025-02-21T12:57:57.686Z Compiling diesel_derives v2.2.3
22932025-02-21T12:57:57.749Z Compiling wyz v0.5.1
22942025-02-21T12:57:58.204Z Compiling r2d2 v0.8.10
22952025-02-21T12:57:58.692Z Compiling phf_generator v0.11.2
22962025-02-21T12:57:58.905Z Compiling ascii-canvas v3.0.0
22972025-02-21T12:57:59.186Z Compiling secrecy v0.8.0
22982025-02-21T12:57:59.365Z Compiling async-recursion v1.1.1
22992025-02-21T12:57:59.442Z Compiling ena v0.14.3
23002025-02-21T12:57:59.875Z Compiling diff v0.1.13
23012025-02-21T12:58:00.283Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23022025-02-21T12:58:00.359Z Compiling arc-swap v1.7.1
23032025-02-21T12:58:00.671Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23042025-02-21T12:58:01.019Z Compiling crc-catalog v2.4.0
23052025-02-21T12:58:01.038Z Compiling regex-syntax v0.6.29
23062025-02-21T12:58:01.206Z Compiling packed_struct v0.10.1
23072025-02-21T12:58:01.316Z Compiling funty v2.0.0
23082025-02-21T12:58:01.684Z Compiling crc v3.2.1
23092025-02-21T12:58:03.805Z Compiling bitvec v1.0.1
23102025-02-21T12:58:04.177Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23112025-02-21T12:58:04.468Z Compiling slog-scope v4.4.0
23122025-02-21T12:58:05.240Z Compiling lalrpop v0.19.12
23132025-02-21T12:58:06.079Z Compiling phf_codegen v0.11.2
23142025-02-21T12:58:06.460Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23152025-02-21T12:58:07.595Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23162025-02-21T12:58:07.851Z Compiling universal-hash v0.5.1
23172025-02-21T12:58:08.133Z Compiling thiserror-impl-no-std v2.0.2
23182025-02-21T12:58:08.155Z Compiling diesel v2.2.7
23192025-02-21T12:58:08.205Z Compiling packed_struct_codegen v0.10.1
23202025-02-21T12:58:10.446Z Compiling parse-zoneinfo v0.3.1
23212025-02-21T12:58:10.597Z Compiling unicase v2.7.0
23222025-02-21T12:58:10.968Z Compiling indexmap v1.9.3
23232025-02-21T12:58:11.320Z Compiling opaque-debug v0.3.1
23242025-02-21T12:58:11.356Z Compiling ref-cast v1.0.23
23252025-02-21T12:58:11.496Z Compiling nodrop v0.1.14
23262025-02-21T12:58:11.663Z Compiling array-init v0.0.4
23272025-02-21T12:58:11.709Z Compiling poly1305 v0.8.0
23282025-02-21T12:58:12.777Z Compiling chrono-tz-build v0.4.0
23292025-02-21T12:58:13.723Z Compiling thiserror-no-std v2.0.2
23302025-02-21T12:58:13.868Z Compiling smallvec v0.6.14
23312025-02-21T12:58:14.332Z Compiling slog-stdlog v4.1.1
23322025-02-21T12:58:15.694Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23332025-02-21T12:58:16.031Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23342025-02-21T12:58:16.369Z Compiling derive_builder_core v0.20.2
23352025-02-21T12:58:17.218Z Compiling chacha20 v0.9.1
23362025-02-21T12:58:17.692Z Compiling headers-core v0.3.0
23372025-02-21T12:58:17.893Z Compiling aead v0.5.2
23382025-02-21T12:58:18.583Z Compiling libxml v0.3.3
23392025-02-21T12:58:18.602Z Compiling ref-cast-impl v1.0.23
23402025-02-21T12:58:18.660Z Compiling vte_generate_state_changes v0.1.2
23412025-02-21T12:58:19.290Z Compiling termcolor v1.4.1
23422025-02-21T12:58:19.456Z Compiling bitfield v0.14.0
23432025-02-21T12:58:19.778Z Compiling hashbrown v0.12.3
23442025-02-21T12:58:20.320Z Compiling env_logger v0.10.2
23452025-02-21T12:58:22.080Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23462025-02-21T12:58:23.543Z Compiling vte v0.11.1
23472025-02-21T12:58:25.154Z Compiling derive_builder_macro v0.20.2
23482025-02-21T12:58:26.032Z Compiling chacha20poly1305 v0.10.1
23492025-02-21T12:58:26.304Z Compiling headers v0.4.0
23502025-02-21T12:58:26.669Z Compiling polar-core v0.27.3
23512025-02-21T12:58:28.026Z Compiling slog-envlogger v2.2.0
23522025-02-21T12:58:29.818Z Compiling serde-hex v0.1.0
23532025-02-21T12:58:30.584Z Compiling vsss-rs v3.3.4
23542025-02-21T12:58:34.866Z Compiling chrono-tz v0.10.1
23552025-02-21T12:58:34.870Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23562025-02-21T12:58:35.548Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23572025-02-21T12:58:35.911Z Compiling ron v0.8.1
23582025-02-21T12:58:37.673Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23592025-02-21T12:58:38.019Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23602025-02-21T12:58:39.667Z Compiling hashbrown v0.13.2
23612025-02-21T12:58:40.977Z Compiling strum_macros v0.24.3
23622025-02-21T12:58:41.491Z Compiling fxhash v0.2.1
23632025-02-21T12:58:41.751Z Compiling samael v0.0.17
23642025-02-21T12:58:42.443Z Compiling lockfree-object-pool v0.1.6
23652025-02-21T12:58:42.758Z Compiling crc-any v2.5.0
23662025-02-21T12:58:43.387Z Compiling bytecount v0.6.8
23672025-02-21T12:58:43.739Z Compiling zip v2.1.3
23682025-02-21T12:58:43.748Z Compiling bumpalo v3.16.0
23692025-02-21T12:58:43.878Z Compiling indoc v1.0.9
23702025-02-21T12:58:44.095Z Compiling simd-adler32 v0.3.7
23712025-02-21T12:58:44.374Z Compiling papergrid v0.11.0
23722025-02-21T12:58:45.001Z Compiling zopfli v0.8.1
23732025-02-21T12:58:49.210Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23742025-02-21T12:58:53.900Z Compiling object v0.30.4
23752025-02-21T12:58:54.824Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23762025-02-21T12:58:56.454Z Compiling derive_builder v0.20.2
23772025-02-21T12:58:57.834Z Compiling strip-ansi-escapes v0.2.0
23782025-02-21T12:59:03.002Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23792025-02-21T12:59:03.002Z Compiling tabled_derive v0.7.0
23802025-02-21T12:59:03.002Z Compiling itertools v0.12.1
23812025-02-21T12:59:03.002Z Compiling fd-lock v4.0.2
23822025-02-21T12:59:03.002Z Compiling peg-macros v0.8.4
23832025-02-21T12:59:03.625Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23842025-02-21T12:59:04.556Z Compiling kstat-rs v0.2.4
23852025-02-21T12:59:04.698Z Compiling impl-trait-for-tuples v0.2.2
23862025-02-21T12:59:04.718Z Compiling oso-derive v0.27.3
23872025-02-21T12:59:05.472Z Compiling quick-xml v0.33.0
23882025-02-21T12:59:05.777Z Compiling diesel-dtrace v0.4.2
23892025-02-21T12:59:06.295Z Compiling path-slash v0.1.5
23902025-02-21T12:59:06.320Z Compiling nu-ansi-term v0.50.1
23912025-02-21T12:59:06.325Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23922025-02-21T12:59:07.589Z Compiling reedline v0.35.0
23932025-02-21T12:59:10.484Z Compiling oso v0.27.3
23942025-02-21T12:59:11.758Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23952025-02-21T12:59:20.261Z Compiling peg v0.8.4
23962025-02-21T12:59:20.479Z Compiling tabled v0.15.0
23972025-02-21T12:59:21.596Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982025-02-21T12:59:31.808Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23992025-02-21T12:59:35.701Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24002025-02-21T12:59:37.247Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24012025-02-21T12:59:37.734Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24022025-02-21T12:59:40.172Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24032025-02-21T12:59:40.536Z Compiling pem v3.0.4
24042025-02-21T12:59:40.735Z Compiling bb8 v0.8.5
24052025-02-21T12:59:41.390Z Compiling bcs v0.1.6
24062025-02-21T12:59:42.063Z Compiling libz-sys v1.1.20
24072025-02-21T12:59:42.278Z Compiling nanorand v0.7.0
24082025-02-21T12:59:42.776Z Compiling parking_lot_core v0.8.6
24092025-02-21T12:59:42.992Z Compiling termtree v0.5.1
24102025-02-21T12:59:43.476Z Compiling flume v0.11.1
24112025-02-21T12:59:44.218Z Compiling async-bb8-diesel v0.2.1
24122025-02-21T12:59:45.005Z Compiling mime_guess v2.0.5
24132025-02-21T12:59:46.759Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24142025-02-21T12:59:48.307Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24152025-02-21T12:59:49.948Z Compiling buf-list v1.0.3
24162025-02-21T12:59:52.131Z Compiling nibble_vec v0.1.0
24172025-02-21T12:59:52.409Z Compiling libgit2-sys v0.17.0+1.8.1
24182025-02-21T12:59:52.841Z Compiling pin-project-internal v1.1.6
24192025-02-21T12:59:53.161Z Compiling atty v0.2.14
24202025-02-21T12:59:53.677Z Compiling http-range v0.1.5
24212025-02-21T12:59:53.962Z Compiling salty v0.3.0
24222025-02-21T12:59:54.404Z Compiling endian-type v0.1.2
24232025-02-21T12:59:54.669Z Compiling radix_trie v0.2.1
24242025-02-21T12:59:55.375Z Compiling pin-project v1.1.6
24252025-02-21T12:59:55.645Z Compiling parking_lot v0.11.2
24262025-02-21T13:00:00.196Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24272025-02-21T13:00:00.249Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24282025-02-21T13:00:01.602Z Compiling snafu-derive v0.8.5
24292025-02-21T13:00:04.414Z Compiling hyper-staticfile v0.10.1
24302025-02-21T13:00:05.788Z Compiling snafu v0.8.5
24312025-02-21T13:00:06.892Z Compiling sled v0.34.7
24322025-02-21T13:00:07.159Z Compiling hickory-client v0.24.3
24332025-02-21T13:00:09.324Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24342025-02-21T13:00:10.539Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24352025-02-21T13:00:11.616Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24362025-02-21T13:00:12.702Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24372025-02-21T13:00:20.672Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24382025-02-21T13:00:28.436Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24392025-02-21T13:00:30.039Z Compiling globset v0.4.15
24402025-02-21T13:00:30.545Z Compiling hickory-server v0.24.3
24412025-02-21T13:00:36.109Z Compiling primeorder v0.13.6
24422025-02-21T13:00:36.685Z Compiling olpc-cjson v0.1.4
24432025-02-21T13:00:37.026Z Compiling vergen v8.3.2
24442025-02-21T13:00:37.370Z Compiling castaway v0.2.3
24452025-02-21T13:00:37.593Z Compiling env_filter v0.1.2
24462025-02-21T13:00:39.058Z Compiling serde_plain v1.0.2
24472025-02-21T13:00:39.606Z Compiling cargo-platform v0.1.8
24482025-02-21T13:00:40.131Z Compiling typed-path v0.9.3
24492025-02-21T13:00:40.994Z Compiling cargo_metadata v0.18.1
24502025-02-21T13:00:41.439Z Compiling env_logger v0.11.5
24512025-02-21T13:00:42.853Z Compiling tough v0.19.0
24522025-02-21T13:00:43.640Z Compiling compact_str v0.8.0
24532025-02-21T13:00:46.085Z Compiling p384 v0.13.0
24542025-02-21T13:00:46.143Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24552025-02-21T13:00:46.843Z Compiling git2 v0.19.0
24562025-02-21T13:00:46.907Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24572025-02-21T13:00:53.064Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24582025-02-21T13:00:54.766Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24592025-02-21T13:00:55.160Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24602025-02-21T13:00:55.967Z Compiling unicode-truncate v1.1.0
24612025-02-21T13:00:56.288Z Compiling lru v0.12.5
24622025-02-21T13:00:56.687Z Compiling rand_seeder v0.3.0
24632025-02-21T13:00:57.127Z Compiling libsqlite3-sys v0.30.1
24642025-02-21T13:00:57.706Z Compiling lzma-sys v0.1.20
24652025-02-21T13:00:58.435Z Compiling instability v0.3.2
24662025-02-21T13:00:59.529Z Compiling rustls v0.21.12
24672025-02-21T13:00:59.907Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24682025-02-21T13:01:00.273Z Compiling parse-size v1.1.0
24692025-02-21T13:01:00.622Z Compiling indoc v2.0.5
24702025-02-21T13:01:00.667Z Compiling cassowary v0.3.0
24712025-02-21T13:01:01.463Z Compiling ratatui v0.29.0
24722025-02-21T13:01:01.866Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24732025-02-21T13:01:03.475Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24742025-02-21T13:01:03.729Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24752025-02-21T13:01:04.324Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24762025-02-21T13:01:05.273Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24772025-02-21T13:01:06.056Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24782025-02-21T13:01:06.406Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24792025-02-21T13:01:08.511Z Compiling rustls-webpki v0.101.7
24802025-02-21T13:01:09.934Z Compiling sct v0.7.1
24812025-02-21T13:01:10.071Z Compiling heck v0.3.3
24822025-02-21T13:01:10.418Z Compiling csv-core v0.1.11
24832025-02-21T13:01:10.421Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24842025-02-21T13:01:10.811Z Compiling glob v0.3.2
24852025-02-21T13:01:11.324Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24862025-02-21T13:01:12.476Z Compiling csv v1.3.1
24872025-02-21T13:01:12.953Z Compiling zone_cfg_derive v0.1.2
24882025-02-21T13:01:14.672Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24892025-02-21T13:01:14.772Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24902025-02-21T13:01:16.099Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24912025-02-21T13:01:20.621Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24922025-02-21T13:01:22.015Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24932025-02-21T13:01:22.832Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24942025-02-21T13:01:29.290Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24952025-02-21T13:01:29.652Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24962025-02-21T13:01:30.143Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24972025-02-21T13:01:30.500Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24982025-02-21T13:01:30.857Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24992025-02-21T13:01:31.212Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25002025-02-21T13:01:32.348Z Compiling nix v0.27.1
25012025-02-21T13:01:32.713Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25022025-02-21T13:01:33.425Z Compiling tungstenite v0.23.0
25032025-02-21T13:01:33.659Z Compiling hashlink v0.9.1
25042025-02-21T13:01:34.431Z Compiling base64 v0.13.1
25052025-02-21T13:01:35.107Z Compiling fallible-iterator v0.3.0
25062025-02-21T13:01:35.237Z Compiling fallible-streaming-iterator v0.1.9
25072025-02-21T13:01:35.549Z Compiling ron v0.7.1
25082025-02-21T13:01:35.889Z Compiling rusqlite v0.32.1
25092025-02-21T13:01:38.049Z Compiling tokio-tungstenite v0.23.1
25102025-02-21T13:01:38.658Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25112025-02-21T13:01:38.888Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25122025-02-21T13:01:39.494Z Compiling xz2 v0.1.7
25132025-02-21T13:01:39.720Z Compiling tokio-rustls v0.24.1
25142025-02-21T13:01:40.199Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25152025-02-21T13:01:40.759Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25162025-02-21T13:01:42.395Z Compiling zone v0.1.8
25172025-02-21T13:01:43.115Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25182025-02-21T13:01:45.785Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25192025-02-21T13:01:45.825Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25202025-02-21T13:01:55.855Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25212025-02-21T13:01:58.999Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25222025-02-21T13:01:59.313Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25232025-02-21T13:02:00.080Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25242025-02-21T13:02:00.693Z Compiling rustls-pemfile v1.0.4
25252025-02-21T13:02:01.474Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25262025-02-21T13:02:01.902Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25272025-02-21T13:02:02.119Z Compiling signal-hook-tokio v0.3.1
25282025-02-21T13:02:02.138Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25292025-02-21T13:02:02.375Z Compiling yasna v0.5.2
25302025-02-21T13:02:05.935Z Compiling twox-hash v2.1.0
25312025-02-21T13:02:06.970Z Compiling is_ci v1.2.0
25322025-02-21T13:02:07.301Z Compiling unicode-linebreak v0.1.5
25332025-02-21T13:02:07.878Z Compiling smawk v0.3.2
25342025-02-21T13:02:08.204Z Compiling textwrap v0.16.1
25352025-02-21T13:02:09.072Z Compiling supports-color v3.0.1
25362025-02-21T13:02:10.996Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25372025-02-21T13:02:11.723Z Compiling rcgen v0.12.1
25382025-02-21T13:02:11.990Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25392025-02-21T13:02:14.629Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25402025-02-21T13:02:16.071Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25412025-02-21T13:02:20.475Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25422025-02-21T13:02:22.490Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25432025-02-21T13:02:32.888Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25442025-02-21T13:02:35.810Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25452025-02-21T13:02:37.592Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25462025-02-21T13:02:45.943Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25472025-02-21T13:02:46.525Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25482025-02-21T13:02:52.627Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25492025-02-21T13:02:52.975Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25502025-02-21T13:02:55.840Z Compiling fatfs v0.3.6
25512025-02-21T13:02:58.508Z Compiling subprocess v0.2.9
25522025-02-21T13:03:01.585Z Compiling rtoolbox v0.0.2
25532025-02-21T13:03:02.050Z Compiling assert_matches v1.5.0
25542025-02-21T13:03:02.961Z Compiling rpassword v7.3.1
25552025-02-21T13:03:03.067Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25562025-02-21T13:03:03.408Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25572025-02-21T13:03:03.534Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25582025-02-21T13:03:10.641Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25592025-02-21T13:03:10.757Z Compiling tui-tree-widget v0.23.0
25602025-02-21T13:03:11.216Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25612025-02-21T13:03:20.658Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25622025-02-21T13:03:21.019Z Compiling uzers v0.12.1
25632025-02-21T13:03:24.183Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25642025-02-21T13:03:24.263Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25652025-02-21T13:03:26.128Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25662025-02-21T13:03:32.277Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25672025-02-21T13:03:58.152Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25682025-02-21T13:04:02.818Z Compiling multimap v0.10.0
25692025-02-21T13:06:23.487Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25702025-02-21T13:06:31.723Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712025-02-21T13:13:18.212Z Finished `release` profile [optimized] target(s) in 16m 21s
25722025-02-21T13:14:27.137Z
25732025-02-21T13:14:27.140Zreal 17:31.856121921
25742025-02-21T13:14:27.140Zuser 2:02:26.043515108
25752025-02-21T13:14:27.140Zsys 3:20.887261250
25762025-02-21T13:14:27.140Ztrap 3.173703236
25772025-02-21T13:14:27.140Ztflt 1.677423029
25782025-02-21T13:14:27.140Zdflt 6.001113389
25792025-02-21T13:14:27.140Zkflt 0.238516033
25802025-02-21T13:14:27.140Zlock 7:23:55.276138819
25812025-02-21T13:14:27.140Zslp 6:20:07.232283086
25822025-02-21T13:14:27.140Zlat 3:12.899684089
25832025-02-21T13:14:27.140Zstop 2:43.251043637
25842025-02-21T13:14:27.140Z+ mapfile -t packages
25852025-02-21T13:14:27.140Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25862025-02-21T13:14:28.204Z Finished `release` profile [optimized] target(s) in 1.01s
25872025-02-21T13:14:28.276Z Running `target/release/omicron-package -t test list-outputs`
25882025-02-21T13:14:28.325ZLogging to: /work/oxidecomputer/omicron/out/LOG
25892025-02-21T13:14:28.328Z+ ptime -m cargo build --locked --release -p xtask
25902025-02-21T13:14:28.929Z Compiling serde v1.0.217
25912025-02-21T13:14:28.932Z Compiling libc v0.2.169
25922025-02-21T13:14:28.932Z Compiling serde_json v1.0.135
25932025-02-21T13:14:29.022Z Compiling rustix v0.38.37
25942025-02-21T13:14:29.033Z Compiling syn v2.0.96
25952025-02-21T13:14:29.046Z Compiling bitflags v2.6.0
25962025-02-21T13:14:29.467Z Compiling usdt-impl v0.5.0
25972025-02-21T13:14:29.481Z Compiling syn v1.0.109
25982025-02-21T13:14:29.565Z Compiling hashbrown v0.15.1
25992025-02-21T13:14:29.581Z Compiling log v0.4.22
26002025-02-21T13:14:29.843Z Compiling fs-err v2.11.0
26012025-02-21T13:14:30.036Z Compiling anyhow v1.0.96
26022025-02-21T13:14:30.187Z Compiling once_cell v1.20.3
26032025-02-21T13:14:30.347Z Compiling thread-id v4.2.2
26042025-02-21T13:14:30.782Z Compiling indexmap v2.7.1
26052025-02-21T13:14:31.898Z Compiling terminal_size v0.4.0
26062025-02-21T13:14:31.898Z Compiling tempfile v3.13.0
26072025-02-21T13:14:32.172Z Compiling clap_builder v4.5.30
26082025-02-21T13:14:32.915Z Compiling proc-macro-error v1.0.4
26092025-02-21T13:14:33.591Z Compiling tabled_derive v0.7.0
26102025-02-21T13:14:34.743Z Compiling tabled v0.15.0
26112025-02-21T13:14:35.316Z Compiling serde_derive v1.0.217
26122025-02-21T13:14:35.316Z Compiling thiserror-impl v1.0.69
26132025-02-21T13:14:35.319Z Compiling zerocopy-derive v0.7.35
26142025-02-21T13:14:35.319Z Compiling scroll_derive v0.12.0
26152025-02-21T13:14:35.319Z Compiling clap_derive v4.5.28
26162025-02-21T13:14:36.647Z Compiling scroll v0.12.0
26172025-02-21T13:14:37.161Z Compiling zerocopy v0.7.35
26182025-02-21T13:14:37.283Z Compiling goblin v0.8.2
26192025-02-21T13:14:37.884Z Compiling thiserror v1.0.69
26202025-02-21T13:14:38.061Z Compiling pest v2.7.14
26212025-02-21T13:14:41.042Z Compiling pest_meta v2.7.14
26222025-02-21T13:14:41.056Z Compiling clap v4.5.30
26232025-02-21T13:14:42.627Z Compiling pest_generator v2.7.14
26242025-02-21T13:14:44.606Z Compiling pest_derive v2.7.14
26252025-02-21T13:14:45.430Z Compiling dtrace-parser v0.2.0
26262025-02-21T13:14:51.751Z Compiling dof v0.3.0
26272025-02-21T13:14:52.577Z Compiling serde_tokenstream v0.2.2
26282025-02-21T13:14:52.972Z Compiling toml_datetime v0.6.8
26292025-02-21T13:14:53.032Z Compiling serde_spanned v0.6.8
26302025-02-21T13:14:53.319Z Compiling camino v1.1.9
26312025-02-21T13:14:53.776Z Compiling toml_edit v0.22.22
26322025-02-21T13:14:53.798Z Compiling usdt-attr-macro v0.5.0
26332025-02-21T13:14:54.588Z Compiling usdt-macro v0.5.0
26342025-02-21T13:14:55.003Z Compiling cargo-platform v0.1.8
26352025-02-21T13:14:55.771Z Compiling semver v1.0.24
26362025-02-21T13:14:56.082Z Compiling usdt v0.5.0
26372025-02-21T13:14:56.183Z Compiling camino-tempfile v1.1.1
26382025-02-21T13:14:56.954Z Compiling cargo_metadata v0.18.1
26392025-02-21T13:14:57.215Z Compiling macaddr v1.0.1
26402025-02-21T13:14:57.878Z Compiling toml v0.8.19
26412025-02-21T13:15:00.323Z Compiling cargo_toml v0.20.5
26422025-02-21T13:15:11.391Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26432025-02-21T13:15:17.046Z Finished `release` profile [optimized] target(s) in 48.67s
26442025-02-21T13:15:17.155Z
26452025-02-21T13:15:17.155Zreal 48.809174424
26462025-02-21T13:15:17.155Zuser 5:15.395935143
26472025-02-21T13:15:17.155Zsys 18.647565529
26482025-02-21T13:15:17.155Ztrap 0.154647250
26492025-02-21T13:15:17.156Ztflt 0.192441536
26502025-02-21T13:15:17.162Zdflt 0.301986635
26512025-02-21T13:15:17.163Zkflt 0.000004471
26522025-02-21T13:15:17.163Zlock 9:27.916009169
26532025-02-21T13:15:17.163Zslp 14:52.411599500
26542025-02-21T13:15:17.163Zlat 14.275262070
26552025-02-21T13:15:17.163Zstop 16.332425438
26562025-02-21T13:15:17.163Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26572025-02-21T13:15:17.163Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26582025-02-21T13:15:17.163Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26592025-02-21T13:15:17.163Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26602025-02-21T13:15:17.163Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26612025-02-21T13:15:18.098Z Compiling hashbrown v0.14.5
26622025-02-21T13:15:18.229Z Compiling thiserror v2.0.11
26632025-02-21T13:15:18.244Z Compiling thiserror-impl v2.0.11
26642025-02-21T13:15:18.250Z Compiling ident_case v1.0.1
26652025-02-21T13:15:18.250Z Compiling unsafe-libyaml v0.2.11
26662025-02-21T13:15:18.250Z Compiling progenitor-client v0.9.1
26672025-02-21T13:15:18.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26682025-02-21T13:15:18.250Z Compiling ipnetwork v0.21.1
26692025-02-21T13:15:18.542Z Compiling darling_core v0.20.10
26702025-02-21T13:15:18.729Z Compiling oxnet v0.1.0
26712025-02-21T13:15:18.880Z Compiling macaddr v1.0.1
26722025-02-21T13:15:19.049Z Compiling progenitor-client v0.8.0
26732025-02-21T13:15:19.172Z Compiling instant v0.1.13
26742025-02-21T13:15:19.312Z Compiling regress v0.10.1
26752025-02-21T13:15:19.315Z Compiling structmeta-derive v0.3.0
26762025-02-21T13:15:19.351Z Compiling dropshot v0.15.1
26772025-02-21T13:15:19.407Z Compiling regress v0.9.1
26782025-02-21T13:15:19.526Z Compiling dropshot_endpoint v0.15.1
26792025-02-21T13:15:19.687Z Compiling serde_yaml v0.9.34+deprecated
26802025-02-21T13:15:20.239Z Compiling daft-derive v0.1.1
26812025-02-21T13:15:21.573Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822025-02-21T13:15:21.797Z Compiling daft v0.1.1
26832025-02-21T13:15:21.928Z Compiling structmeta v0.3.0
26842025-02-21T13:15:22.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26852025-02-21T13:15:22.343Z Compiling parse-display-derive v0.10.0
26862025-02-21T13:15:22.362Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872025-02-21T13:15:22.561Z Compiling backoff v0.4.0
26882025-02-21T13:15:22.854Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892025-02-21T13:15:22.955Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26902025-02-21T13:15:23.146Z Compiling typify-impl v0.2.0
26912025-02-21T13:15:23.180Z Compiling tempfile v3.13.0
26922025-02-21T13:15:23.629Z Compiling proc-macro-crate v1.3.1
26932025-02-21T13:15:23.946Z Compiling typify-impl v0.3.0
26942025-02-21T13:15:27.230Z Compiling itertools v0.13.0
26952025-02-21T13:15:27.230Z Compiling zerocopy v0.8.10
26962025-02-21T13:15:27.230Z Compiling darling_macro v0.20.10
26972025-02-21T13:15:27.230Z Compiling num_enum_derive v0.5.11
26982025-02-21T13:15:27.230Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26992025-02-21T13:15:27.230Z Compiling darling v0.20.10
27002025-02-21T13:15:27.230Z Compiling serde_with_macros v3.11.0
27012025-02-21T13:15:27.230Z Compiling zerocopy-derive v0.8.10
27022025-02-21T13:15:27.230Z Compiling parse-display v0.10.0
27032025-02-21T13:15:27.230Z Compiling num_enum v0.5.11
27042025-02-21T13:15:27.231Z Compiling crucible-workspace-hack v0.1.0
27052025-02-21T13:15:27.231Z Compiling heapless v0.8.0
27062025-02-21T13:15:27.231Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27072025-02-21T13:15:27.280Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27082025-02-21T13:15:27.347Z Compiling proc-macro-error v1.0.4
27092025-02-21T13:15:27.911Z Compiling serde_with v3.11.0
27102025-02-21T13:15:27.937Z Compiling camino-tempfile v1.1.1
27112025-02-21T13:15:28.011Z Compiling foreign-types-macros v0.2.3
27122025-02-21T13:15:28.400Z Compiling hash32 v0.3.1
27132025-02-21T13:15:28.683Z Compiling smoltcp v0.11.0
27142025-02-21T13:15:29.300Z Compiling foreign-types-shared v0.3.1
27152025-02-21T13:15:29.459Z Compiling foreign-types v0.5.0
27162025-02-21T13:15:29.914Z Compiling tabwriter v1.4.0
27172025-02-21T13:15:30.407Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27182025-02-21T13:15:30.594Z Compiling cstr-argument v0.1.2
27192025-02-21T13:15:30.871Z Compiling cobs v0.2.3
27202025-02-21T13:15:31.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27212025-02-21T13:15:31.189Z Compiling pretty-hex v0.2.1
27222025-02-21T13:15:31.276Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27232025-02-21T13:15:31.417Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27242025-02-21T13:15:31.420Z Compiling postcard v1.0.10
27252025-02-21T13:15:31.479Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27262025-02-21T13:15:31.827Z Compiling colored v2.1.0
27272025-02-21T13:15:32.030Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27282025-02-21T13:15:32.033Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27292025-02-21T13:15:32.377Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27302025-02-21T13:15:32.452Z Compiling smf v0.2.3
27312025-02-21T13:15:32.481Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27322025-02-21T13:15:32.850Z Compiling zone_cfg_derive v0.3.0
27332025-02-21T13:15:33.329Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27342025-02-21T13:15:33.732Z Compiling num-derive v0.4.2
27352025-02-21T13:15:33.753Z Compiling sigpipe v0.1.3
27362025-02-21T13:15:33.910Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27372025-02-21T13:15:33.959Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27382025-02-21T13:15:34.285Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27392025-02-21T13:15:34.309Z Compiling zone v0.3.0
27402025-02-21T13:15:34.751Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27412025-02-21T13:15:35.231Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27422025-02-21T13:15:35.690Z Compiling universal-hash v0.5.1
27432025-02-21T13:15:35.740Z Compiling opaque-debug v0.3.1
27442025-02-21T13:15:35.865Z Compiling tungstenite v0.21.0
27452025-02-21T13:15:35.921Z Compiling num-rational v0.4.2
27462025-02-21T13:15:36.001Z Compiling password-hash v0.5.0
27472025-02-21T13:15:36.024Z Compiling num-complex v0.4.6
27482025-02-21T13:15:36.063Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27492025-02-21T13:15:36.882Z Compiling blake2 v0.10.6
27502025-02-21T13:15:36.911Z Compiling aead v0.5.2
27512025-02-21T13:15:37.041Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27522025-02-21T13:15:37.202Z Compiling convert_case v0.4.0
27532025-02-21T13:15:37.299Z Compiling keccak v0.1.5
27542025-02-21T13:15:37.442Z Compiling base64 v0.21.7
27552025-02-21T13:15:37.569Z Compiling typify-macro v0.2.0
27562025-02-21T13:15:37.778Z Compiling sha3 v0.10.8
27572025-02-21T13:15:38.045Z Compiling derive_more v0.99.19
27582025-02-21T13:15:38.232Z Compiling argon2 v0.5.3
27592025-02-21T13:15:38.259Z Compiling tokio-tungstenite v0.21.0
27602025-02-21T13:15:38.459Z Compiling typify-macro v0.3.0
27612025-02-21T13:15:38.753Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27622025-02-21T13:15:38.817Z Compiling num v0.4.3
27632025-02-21T13:15:38.860Z Compiling poly1305 v0.8.0
27642025-02-21T13:15:38.927Z Compiling chacha20 v0.9.1
27652025-02-21T13:15:38.947Z Compiling float-ord v0.3.2
27662025-02-21T13:15:39.145Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27672025-02-21T13:15:39.443Z Compiling same-file v1.0.6
27682025-02-21T13:15:39.574Z Compiling semver v0.1.20
27692025-02-21T13:15:39.727Z Compiling walkdir v2.5.0
27702025-02-21T13:15:40.183Z Compiling rustc_version v0.1.7
27712025-02-21T13:15:40.412Z Compiling newline-converter v0.3.0
27722025-02-21T13:15:40.576Z Compiling primeorder v0.13.6
27732025-02-21T13:15:40.610Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27742025-02-21T13:15:40.633Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27752025-02-21T13:15:41.555Z Compiling secrecy v0.8.0
27762025-02-21T13:15:41.570Z Compiling cancel-safe-futures v0.1.5
27772025-02-21T13:15:41.570Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27782025-02-21T13:15:41.570Z Compiling owo-colors v4.1.0
27792025-02-21T13:15:41.570Z Compiling newtype_derive v0.1.6
27802025-02-21T13:15:41.570Z Compiling typify v0.2.0
27812025-02-21T13:15:41.570Z Compiling expectorate v1.1.0
27822025-02-21T13:15:41.570Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27832025-02-21T13:15:41.570Z Compiling progenitor-impl v0.8.0
27842025-02-21T13:15:41.576Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27852025-02-21T13:15:41.590Z Compiling thiserror-impl-no-std v2.0.2
27862025-02-21T13:15:41.761Z Compiling blake3 v1.5.4
27872025-02-21T13:15:41.855Z Compiling half v2.4.1
27882025-02-21T13:15:41.858Z Compiling unicase v2.7.0
27892025-02-21T13:15:42.139Z Compiling typify v0.3.0
27902025-02-21T13:15:42.216Z Compiling arc-swap v1.7.1
27912025-02-21T13:15:42.294Z Compiling progenitor-impl v0.9.1
27922025-02-21T13:15:42.418Z Compiling ciborium-io v0.2.2
27932025-02-21T13:15:42.579Z Compiling ciborium-ll v0.2.2
27942025-02-21T13:15:42.718Z Compiling slog-scope v4.4.0
27952025-02-21T13:15:42.868Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27962025-02-21T13:15:42.998Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27972025-02-21T13:15:43.353Z Compiling polyval v0.6.2
27982025-02-21T13:15:43.803Z Compiling atomicwrites v0.4.4
27992025-02-21T13:15:43.842Z Compiling libsw v3.3.1
28002025-02-21T13:15:44.137Z Compiling memmap2 v0.9.5
28012025-02-21T13:15:44.166Z Compiling constant_time_eq v0.3.1
28022025-02-21T13:15:44.279Z Compiling thiserror-no-std v2.0.2
28032025-02-21T13:15:44.371Z Compiling arrayref v0.3.9
28042025-02-21T13:15:44.421Z Compiling parking_lot_core v0.8.6
28052025-02-21T13:15:44.442Z Compiling indent_write v2.2.0
28062025-02-21T13:15:44.482Z Compiling libefi-sys v0.1.0
28072025-02-21T13:15:44.553Z Compiling linear-map v1.2.0
28082025-02-21T13:15:44.688Z Compiling salty v0.3.0
28092025-02-21T13:15:44.805Z Compiling arrayvec v0.7.6
28102025-02-21T13:15:44.908Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28112025-02-21T13:15:44.959Z Compiling vsss-rs v3.3.4
28122025-02-21T13:15:45.096Z Compiling ghash v0.5.1
28132025-02-21T13:15:45.316Z Compiling slog-stdlog v4.1.1
28142025-02-21T13:15:45.380Z Compiling ciborium v0.2.2
28152025-02-21T13:15:46.292Z Compiling p384 v0.13.0
28162025-02-21T13:15:46.397Z Compiling toolchain_find v0.4.0
28172025-02-21T13:15:46.746Z Compiling chacha20poly1305 v0.10.1
28182025-02-21T13:15:47.009Z Compiling ctr v0.9.2
28192025-02-21T13:15:47.029Z Compiling lzma-sys v0.1.20
28202025-02-21T13:15:47.192Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28212025-02-21T13:15:47.406Z Compiling bitfield-struct v0.6.2
28222025-02-21T13:15:47.649Z Compiling slog-dtrace v0.3.0
28232025-02-21T13:15:47.834Z Compiling highway v1.2.0
28242025-02-21T13:15:47.855Z Compiling topological-sort v0.2.2
28252025-02-21T13:15:48.101Z Compiling omicron-zone-package v0.12.0
28262025-02-21T13:15:48.309Z Compiling aes-gcm v0.10.3
28272025-02-21T13:15:48.398Z Compiling progenitor-macro v0.8.0
28282025-02-21T13:15:48.602Z Compiling rustfmt-wrapper v0.2.1
28292025-02-21T13:15:48.621Z Compiling mime_guess v2.0.5
28302025-02-21T13:15:48.638Z Compiling slog-envlogger v2.2.0
28312025-02-21T13:15:48.852Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28322025-02-21T13:15:49.137Z Compiling progenitor-macro v0.9.1
28332025-02-21T13:15:49.162Z Compiling steno v0.4.1
28342025-02-21T13:15:49.735Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28352025-02-21T13:15:49.788Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28362025-02-21T13:15:50.125Z Compiling heck v0.3.3
28372025-02-21T13:15:50.154Z Compiling ssh-encoding v0.2.0
28382025-02-21T13:15:50.385Z Compiling blowfish v0.9.1
28392025-02-21T13:15:50.481Z Compiling nibble_vec v0.1.0
28402025-02-21T13:15:50.646Z Compiling env_filter v0.1.2
28412025-02-21T13:15:50.711Z Compiling humantime v2.1.0
28422025-02-21T13:15:50.874Z Compiling endian-type v0.1.2
28432025-02-21T13:15:50.892Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28442025-02-21T13:15:51.044Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28452025-02-21T13:15:51.135Z Compiling radix_trie v0.2.1
28462025-02-21T13:15:51.249Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28472025-02-21T13:15:51.269Z Compiling env_logger v0.11.5
28482025-02-21T13:15:51.422Z Compiling bcrypt-pbkdf v0.10.0
28492025-02-21T13:15:51.761Z Compiling ssh-cipher v0.2.0
28502025-02-21T13:15:51.937Z Compiling zone_cfg_derive v0.1.2
28512025-02-21T13:15:52.097Z Compiling parking_lot v0.11.2
28522025-02-21T13:15:52.596Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28532025-02-21T13:15:52.958Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28542025-02-21T13:15:53.369Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28552025-02-21T13:15:53.439Z Compiling password-hash v0.4.2
28562025-02-21T13:15:53.512Z Compiling gethostname v0.5.0
28572025-02-21T13:15:53.704Z Compiling fxhash v0.2.1
28582025-02-21T13:15:53.728Z Compiling simd-adler32 v0.3.7
28592025-02-21T13:15:53.790Z Compiling base64 v0.13.1
28602025-02-21T13:15:53.927Z Compiling http-range v0.1.5
28612025-02-21T13:15:53.946Z Compiling lockfree-object-pool v0.1.6
28622025-02-21T13:15:54.241Z Compiling zip v2.1.3
28632025-02-21T13:15:54.262Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28642025-02-21T13:15:54.265Z Compiling bumpalo v3.16.0
28652025-02-21T13:15:54.300Z Compiling ron v0.7.1
28662025-02-21T13:15:54.332Z Compiling pbkdf2 v0.11.0
28672025-02-21T13:15:54.629Z Compiling sled v0.34.7
28682025-02-21T13:15:54.640Z Compiling zopfli v0.8.1
28692025-02-21T13:15:54.680Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28702025-02-21T13:15:54.760Z Compiling zone v0.1.8
28712025-02-21T13:15:55.286Z Compiling xz2 v0.1.7
28722025-02-21T13:15:55.339Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28732025-02-21T13:15:56.094Z Compiling ssh-key v0.6.6
28742025-02-21T13:15:56.213Z Compiling hickory-client v0.24.3
28752025-02-21T13:15:56.353Z Compiling p256 v0.13.2
28762025-02-21T13:15:56.701Z Compiling p521 v0.13.3
28772025-02-21T13:15:56.737Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28782025-02-21T13:15:57.120Z Compiling hickory-server v0.24.3
28792025-02-21T13:15:57.541Z Compiling pem v3.0.4
28802025-02-21T13:15:57.753Z Compiling yasna v0.5.2
28812025-02-21T13:15:58.289Z Compiling headers-core v0.3.0
28822025-02-21T13:15:58.487Z Compiling kstat-rs v0.2.4
28832025-02-21T13:15:58.987Z Compiling nanorand v0.7.0
28842025-02-21T13:15:59.042Z Compiling atty v0.2.14
28852025-02-21T13:15:59.207Z Compiling russh-cryptovec v0.7.3
28862025-02-21T13:15:59.299Z Compiling md5 v0.7.0
28872025-02-21T13:15:59.525Z Compiling flume v0.11.1
28882025-02-21T13:15:59.550Z Compiling rcgen v0.12.1
28892025-02-21T13:15:59.815Z Compiling russh-keys v0.45.0
28902025-02-21T13:16:00.097Z Compiling headers v0.4.0
28912025-02-21T13:16:00.502Z Compiling progenitor v0.8.0
28922025-02-21T13:16:00.767Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28932025-02-21T13:16:01.002Z Compiling progenitor v0.9.1
28942025-02-21T13:16:01.258Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28952025-02-21T13:16:01.282Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28962025-02-21T13:16:01.591Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28972025-02-21T13:16:01.737Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28982025-02-21T13:16:02.266Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28992025-02-21T13:16:03.294Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29002025-02-21T13:16:03.533Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29012025-02-21T13:16:04.071Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29022025-02-21T13:16:04.100Z Compiling hyper-staticfile v0.10.1
29032025-02-21T13:16:05.740Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29042025-02-21T13:16:06.341Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29052025-02-21T13:16:06.933Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29062025-02-21T13:16:06.960Z Compiling num-bigint v0.4.6
29072025-02-21T13:16:07.336Z Compiling des v0.8.1
29082025-02-21T13:16:07.635Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29092025-02-21T13:16:07.708Z Compiling subprocess v0.2.9
29102025-02-21T13:16:08.313Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112025-02-21T13:16:09.176Z Compiling hex-literal v0.4.1
29122025-02-21T13:16:09.220Z Compiling display-error-chain v0.2.2
29132025-02-21T13:16:09.308Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142025-02-21T13:16:09.359Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29152025-02-21T13:16:09.453Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162025-02-21T13:16:09.918Z Compiling russh v0.45.0
29172025-02-21T13:16:12.291Z Compiling internet-checksum v0.2.1
29182025-02-21T13:16:17.586Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29192025-02-21T13:16:17.586Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29202025-02-21T13:16:17.592Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29212025-02-21T13:16:17.592Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29222025-02-21T13:16:18.551Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29232025-02-21T13:16:20.203Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29242025-02-21T13:16:21.616Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29252025-02-21T13:16:21.805Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29262025-02-21T13:16:22.399Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29272025-02-21T13:16:22.629Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29282025-02-21T13:16:27.179Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29292025-02-21T13:16:27.179Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29302025-02-21T13:16:27.179Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29312025-02-21T13:16:27.179Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29322025-02-21T13:16:27.179Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29332025-02-21T13:16:27.179Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29342025-02-21T13:16:27.267Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29352025-02-21T13:16:28.403Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29362025-02-21T13:16:30.779Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29372025-02-21T13:16:31.101Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29382025-02-21T13:16:31.236Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29392025-02-21T13:16:32.033Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29402025-02-21T13:16:34.858Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29412025-02-21T13:16:36.673Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29422025-02-21T13:16:36.883Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29432025-02-21T13:16:36.913Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29442025-02-21T13:16:38.805Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29452025-02-21T13:16:39.241Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29462025-02-21T13:16:44.258Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29472025-02-21T13:16:52.363Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29482025-02-21T13:16:53.912Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29492025-02-21T13:17:16.672Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29502025-02-21T13:17:38.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
29512025-02-21T13:17:38.682Z
29522025-02-21T13:17:38.685Zreal 2:21.518686377
29532025-02-21T13:17:38.685Zuser 11:48.126663289
29542025-02-21T13:17:38.685Zsys 1:34.723824764
29552025-02-21T13:17:38.685Ztrap 0.351579173
29562025-02-21T13:17:38.685Ztflt 0.231560715
29572025-02-21T13:17:38.685Zdflt 0.455948364
29582025-02-21T13:17:38.685Zkflt 0.000011823
29592025-02-21T13:17:38.685Zlock 21:27.133349423
29602025-02-21T13:17:38.685Zslp 40:56.510744135
29612025-02-21T13:17:38.685Zlat 37.235167964
29622025-02-21T13:17:38.685Zstop 1:34.009454135
29632025-02-21T13:17:38.685Z+ mkdir tests
29642025-02-21T13:17:38.688Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29652025-02-21T13:17:38.688Z+ xargs -I '{}' -t cp '{}' tests/
29662025-02-21T13:17:40.079Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9f747a2262c0a7ef tests/
29672025-02-21T13:17:40.101Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-012c5639a6930757 tests/
29682025-02-21T13:17:40.123Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7b2f243d38da8f45 tests/
29692025-02-21T13:17:40.144Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-359a82efc245b6d4 tests/
29702025-02-21T13:17:40.438Z+ 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/*)
29712025-02-21T13:17:40.441Z+ 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-7b2f243d38da8f45 tests/commtest-012c5639a6930757 tests/dhcp_server-9f747a2262c0a7ef tests/end_to_end_tests-359a82efc245b6d4 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
29722025-02-21T13:18:58.192ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29732025-02-21T13:18:58.192Za .github/buildomat/ci-env.sh 1K
29742025-02-21T13:18:58.192Za out/target/test 1K
29752025-02-21T13:18:58.192Za out/npuzone/npuzone 23144K
29762025-02-21T13:18:58.192Za package-manifest.toml 33K
29772025-02-21T13:18:58.192Za smf/sled-agent/non-gimlet/config.toml 4K
29782025-02-21T13:18:58.192Za target/release/omicron-package 39539K
29792025-02-21T13:18:58.192Za target/release/xtask 10715K
29802025-02-21T13:18:58.192Za target/debug/bootstrap 220898K
29812025-02-21T13:18:58.192Za tests/bootstrap-7b2f243d38da8f45 24239K
29822025-02-21T13:18:58.192Za tests/commtest-012c5639a6930757 24527K
29832025-02-21T13:18:58.192Za tests/dhcp_server-9f747a2262c0a7ef 24239K
29842025-02-21T13:18:58.192Za tests/end_to_end_tests-359a82efc245b6d4 281614K
29852025-02-21T13:18:58.192Za out/clickhouse.tar.gz 306109K
29862025-02-21T13:18:58.192Za out/clickhouse_keeper.tar.gz 291811K
29872025-02-21T13:18:58.192Za out/clickhouse_server.tar.gz 306089K
29882025-02-21T13:18:58.192Za out/cockroachdb.tar.gz 144922K
29892025-02-21T13:18:58.192Za out/crucible-dtrace.tar 99K
29902025-02-21T13:18:58.192Za out/crucible-pantry-zone.tar.gz 33319K
29912025-02-21T13:18:58.192Za out/crucible-zone.tar.gz 41690K
29922025-02-21T13:18:58.192Za out/external-dns.tar.gz 46717K
29932025-02-21T13:18:58.192Za out/internal-dns.tar.gz 46717K
29942025-02-21T13:18:58.192Za out/mg-ddm-gz.tar 63075K
29952025-02-21T13:18:58.193Za out/nexus.tar.gz 112108K
29962025-02-21T13:18:58.193Za out/ntp.tar.gz 15264K
29972025-02-21T13:18:58.193Za out/omicron-gateway-softnpu.tar.gz 26032K
29982025-02-21T13:18:58.193Za out/omicron-sled-agent.tar 127285K
29992025-02-21T13:18:58.193Za out/overlay.tar.gz 3K
30002025-02-21T13:18:58.193Za out/oximeter.tar.gz 56411K
30012025-02-21T13:18:58.193Za out/oxlog.tar 3138K
30022025-02-21T13:18:58.193Za out/probe.tar.gz 2764K
30032025-02-21T13:18:58.193Za out/propolis-server.tar.gz 66425K
30042025-02-21T13:18:58.193Za out/pumpkind-gz.tar 26665K
30052025-02-21T13:18:58.193Za out/switch-softnpu.tar.gz 268942K
30062025-02-21T13:18:58.198Z
30072025-02-21T13:18:58.199Zreal 1:17.770985507
30082025-02-21T13:18:58.199Zuser 1:14.073160580
30092025-02-21T13:18:58.199Zsys 5.229757233
30102025-02-21T13:18:58.199Ztrap 0.019695341
30112025-02-21T13:18:58.199Ztflt 0.000000000
30122025-02-21T13:18:58.199Zdflt 0.000000000
30132025-02-21T13:18:58.199Zkflt 0.000000000
30142025-02-21T13:18:58.199Zlock 0.000000000
30152025-02-21T13:18:58.199Zslp 1:13.869693028
30162025-02-21T13:18:58.199Zlat 2.344925834
30172025-02-21T13:18:58.199Zstop 0.000211089
30182025-02-21T13:18:58.199Zprocess exited: duration 1966282 ms, exit code 0
 
30192025-02-21T13:18:58.214Zfound 1 output files
30202025-02-21T13:18:58.214Zuploading: /work/package.tar.gz (2045321679 bytes)
30212025-02-21T13:19:43.335Zuploaded: /work/package.tar.gz