01JMX8RSSGD3Z5AB86AKGK25D2: 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: 01JMX8T9Q62R1TJENTA8B11KNY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-25T01:13:17.820Zjob assigned to worker 01JMXAK7Y9NSKQZZNJEX9DSS4K [factory aws, i-0191f345ec0fadb7b] (queued for 31 m 53 s)
 
22025-02-25T01:13:25.993Zstarting task 0: "setup"
32025-02-25T01:13:26.000Z++ uname -s
42025-02-25T01:13:26.003Z+ kern=SunOS
52025-02-25T01:13:26.003Z+ build_user=build
62025-02-25T01:13:26.003Z+ build_uid=12345
72025-02-25T01:13:26.003Z+ work_dir=/work
82025-02-25T01:13:26.003Z+ input_dir=/input
92025-02-25T01:13:26.003Z+ [[ 0 == 12345 ]]
102025-02-25T01:13:26.003Z+ case "$kern" in
112025-02-25T01:13:26.003Z+ groupadd -g 12345 build
122025-02-25T01:13:26.006Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-25T01:13:28.013Z+ zfs create -o mountpoint=/work rpool/work
142025-02-25T01:13:28.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-25T01:13:28.140Z+ home_fs=zfs
162025-02-25T01:13:28.140Z+ [[ zfs == autofs ]]
172025-02-25T01:13:28.140Z+ mkdir -p /home/build
182025-02-25T01:13:28.143Z+ chown build:build /home/build /work
192025-02-25T01:13:29.143Z+ chmod 0700 /home/build /work
202025-02-25T01:13:29.146Zprocess exited: duration 3152 ms, exit code 0
 
212025-02-25T01:13:29.153Zstarting task 1: "rust-toolchain"
222025-02-25T01:13:29.158Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-25T01:13:29.158Z * rust toolchain channel = "1.85.0"
242025-02-25T01:13:29.158Z * rust toolchain profile = "default"
252025-02-25T01:13:29.158Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-25T01:13:29.158Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-25T01:13:29.161Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-25T01:13:29.161Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-25T01:13:29.161Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-25T01:13:29.282Zinfo: downloading installer
312025-02-25T01:13:30.787Zwarning: it looks like you have an existing installation of Rust at:
322025-02-25T01:13:30.788Zwarning: /opt/ooce/bin
332025-02-25T01:13:30.788Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-25T01:13:30.788Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-25T01:13:30.788Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-25T01:13:30.788Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-25T01:13:30.788Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-25T01:13:30.788Zerror: cannot install while Rust is installed
392025-02-25T01:13:30.788Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-25T01:13:30.804Zinfo: profile set to 'default'
412025-02-25T01:13:30.804Zinfo: default host triple is x86_64-unknown-illumos
422025-02-25T01:13:30.807Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-25T01:13:30.950Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-25T01:13:30.951Zinfo: downloading component 'cargo'
452025-02-25T01:13:31.695Zinfo: downloading component 'clippy'
462025-02-25T01:13:31.984Zinfo: downloading component 'rust-docs'
472025-02-25T01:13:33.117Zinfo: downloading component 'rust-std'
482025-02-25T01:13:34.792Zinfo: downloading component 'rustc'
492025-02-25T01:13:40.510Zinfo: downloading component 'rustfmt'
502025-02-25T01:13:40.727Zinfo: installing component 'cargo'
512025-02-25T01:13:41.535Zinfo: installing component 'clippy'
522025-02-25T01:13:41.915Zinfo: installing component 'rust-docs'
532025-02-25T01:13:43.689Zinfo: installing component 'rust-std'
542025-02-25T01:13:45.524Zinfo: installing component 'rustc'
552025-02-25T01:13:51.798Zinfo: installing component 'rustfmt'
562025-02-25T01:13:51.824Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-25T01:13:51.824Z
582025-02-25T01:13:52.169Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-25T01:13:52.169Z
602025-02-25T01:13:52.171Z
612025-02-25T01:13:52.171ZRust is installed now. Great!
622025-02-25T01:13:52.171Z
632025-02-25T01:13:52.172ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-25T01:13:52.172Zenvironment variable. This has not been done automatically.
652025-02-25T01:13:52.172Z
662025-02-25T01:13:52.172ZTo configure your current shell, you need to source
672025-02-25T01:13:52.172Zthe corresponding env file under $HOME/.cargo.
682025-02-25T01:13:52.172Z
692025-02-25T01:13:52.172ZThis is usually done by running one of the following (note the leading DOT):
702025-02-25T01:13:52.172Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-25T01:13:52.172Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-25T01:13:52.247Z+ rustup --version
732025-02-25T01:13:52.255Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-25T01:13:52.255Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-25T01:13:52.336Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-25T01:13:52.339Z+ cargo --version
772025-02-25T01:13:52.397Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-25T01:13:52.400Z+ rustc --version
792025-02-25T01:13:52.462Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-25T01:13:52.466Zprocess exited: duration 23311 ms, exit code 0
 
812025-02-25T01:13:52.472Zstarting task 2: "authentication"
822025-02-25T01:13:52.494Zprocess exited: duration 21 ms, exit code 0
 
832025-02-25T01:13:52.501Zstarting task 3: "clone repository"
842025-02-25T01:13:52.505Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-25T01:13:52.508Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-25T01:13:52.550ZCloning into '/work/oxidecomputer/omicron'...
872025-02-25T01:13:59.644Z+ cd /work/oxidecomputer/omicron
882025-02-25T01:13:59.644Z+ git fetch origin e893250381d11254f24f0a09fc0987adb158add4
892025-02-25T01:13:59.974ZFrom https://github.com/oxidecomputer/omicron
902025-02-25T01:13:59.974Z * branch e893250381d11254f24f0a09fc0987adb158add4 -> FETCH_HEAD
912025-02-25T01:13:59.985Z+ [[ -n affinity-integration ]]
922025-02-25T01:13:59.987Z++ git branch --show-current
932025-02-25T01:13:59.990Z+ current=main
942025-02-25T01:13:59.990Z+ [[ main != affinity-integration ]]
952025-02-25T01:13:59.990Z+ git branch -f affinity-integration e893250381d11254f24f0a09fc0987adb158add4
962025-02-25T01:13:59.992Z+ git checkout -f affinity-integration
972025-02-25T01:14:00.183ZSwitched to branch 'affinity-integration'
982025-02-25T01:14:00.185Z+ git reset --hard e893250381d11254f24f0a09fc0987adb158add4
992025-02-25T01:14:00.201ZHEAD is now at e89325038 Merge branch 'affinity-instance-integration' into affinity-integration
1002025-02-25T01:14:00.204Zprocess exited: duration 7702 ms, exit code 0
 
1012025-02-25T01:14:00.209Zstarting task 4: "build"
1022025-02-25T01:14:00.214Z+ source .github/buildomat/ci-env.sh
1032025-02-25T01:14:00.214Z++ export CARGO_TERM_COLOR=always
1042025-02-25T01:14:00.215Z++ CARGO_TERM_COLOR=always
1052025-02-25T01:14:00.215Z+ cargo --version
1062025-02-25T01:14:00.267Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-25T01:14:00.269Z+ rustc --version
1082025-02-25T01:14:00.331Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-25T01:14:00.333Z+ WORK=/work
1102025-02-25T01:14:00.334Z+ pfexec mkdir -p /work
1112025-02-25T01:14:00.338Z+ pfexec chown build /work
1122025-02-25T01:14:00.342Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-25T01:14:02.017Zpkg list: illegal option -- F
1142025-02-25T01:14:02.020ZUsage:
1152025-02-25T01:14:02.020Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-25T01:14:02.020Z [pkg_fmri_pattern ...]
1172025-02-25T01:14:02.850Zpkg list: illegal option -- F
1182025-02-25T01:14:02.851ZUsage:
1192025-02-25T01:14:02.851Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-25T01:14:02.851Z [pkg_fmri_pattern ...]
1212025-02-25T01:14:09.123Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-25T01:14:13.872Z Startup: Caching catalogs ... Done
1232025-02-25T01:14:26.559ZPlanning: Solver setup ... Done (12.224s)
1242025-02-25T01:14:26.713ZPlanning: Running solver ... Done (0.155s)
1252025-02-25T01:14:26.833ZPlanning: Finding local manifests ... Done (0.007s)
1262025-02-25T01:14:26.847ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-25T01:14:27.080ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-25T01:14:27.190ZPlanning: Package planning ... Done (0.110s)
1292025-02-25T01:14:27.247ZPlanning: Merging actions ... Done (0.057s)
1302025-02-25T01:14:27.446ZPlanning: Checking for conflicting actions ... Done (0.199s)
1312025-02-25T01:14:29.564ZPlanning: Consolidating action changes ... Done (2.117s)
1322025-02-25T01:14:30.010ZPlanning: Evaluating mediators ... Done (0.446s)
1332025-02-25T01:14:30.091ZPlanning: Planning completed in 16.59 seconds
1342025-02-25T01:14:30.107Z Packages to install: 4
1352025-02-25T01:14:30.107Z Packages to update: 3
1362025-02-25T01:14:30.107Z Mediators to change: 2
1372025-02-25T01:14:30.110Z Services to change: 1
1382025-02-25T01:14:30.110Z Estimated space available: 155.61 GB
1392025-02-25T01:14:30.110ZEstimated space to be consumed: 1.66 GB
1402025-02-25T01:14:30.110Z Create boot environment: No
1412025-02-25T01:14:30.110ZCreate backup boot environment: Yes
1422025-02-25T01:14:30.110Z Rebuild boot archive: No
1432025-02-25T01:14:30.110Z
1442025-02-25T01:14:30.110ZChanged mediators:
1452025-02-25T01:14:30.110Z mediator clang:
1462025-02-25T01:14:30.110Z version: None -> 15 (system default)
1472025-02-25T01:14:30.110Z
1482025-02-25T01:14:30.110Z mediator llvm:
1492025-02-25T01:14:30.110Z version: 14 (system default) -> 15 (system default)
1502025-02-25T01:14:30.110Z
1512025-02-25T01:14:30.110ZChanged packages:
1522025-02-25T01:14:30.110Zhelios-dev
1532025-02-25T01:14:30.110Z developer/build-essential
1542025-02-25T01:14:30.110Z None -> 11-2.0
1552025-02-25T01:14:30.110Z library/libxmlsec1
1562025-02-25T01:14:30.110Z None -> 1.2.35-2.0
1572025-02-25T01:14:30.110Z ooce/developer/clang-15
1582025-02-25T01:14:30.110Z None -> 15.0.7-2.0
1592025-02-25T01:14:30.110Z ooce/developer/llvm-15
1602025-02-25T01:14:30.110Z None -> 15.0.7-2.0
1612025-02-25T01:14:30.110Z package/pkg
1622025-02-25T01:14:30.110Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-25T01:14:30.110Z system/library/g++-runtime
1642025-02-25T01:14:30.110Z 13-2.0 -> 14-2.0
1652025-02-25T01:14:30.110Z system/library/gcc-runtime
1662025-02-25T01:14:30.110Z 13-2.0 -> 14-2.0
1672025-02-25T01:14:30.110Z
1682025-02-25T01:14:30.110ZServices:
1692025-02-25T01:14:30.110Z restart_fmri:
1702025-02-25T01:14:30.110Z svc:/system/update-man-index:default
1712025-02-25T01:14:30.110Z
1722025-02-25T01:14:30.110ZEditable files to change:
1732025-02-25T01:14:30.111Z Update:
1742025-02-25T01:14:30.111Z usr/share/lib/pkg/web/config.shtml
1752025-02-25T01:14:30.195Z
1762025-02-25T01:14:30.196ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-25T01:14:35.197ZDownload: 1231/4301 items 90.7/225.4MB 40% complete (18.1M/s)
1782025-02-25T01:14:40.237ZDownload: 2797/4301 items 121.0/225.4MB 53% complete (12.3M/s)
1792025-02-25T01:14:46.110ZDownload: 3246/4301 items 202.8/225.4MB 89% complete (11.9M/s)
1802025-02-25T01:14:55.324ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (9.8M/s)
1812025-02-25T01:14:56.444ZDownload: Completed 225.42 MB in 26.25 seconds (8.6M/s)
1822025-02-25T01:14:58.568Z Actions: 1/5122 actions (Removing old actions)
1832025-02-25T01:14:58.589Z Actions: 194/5122 actions (Installing new actions)
1842025-02-25T01:15:03.321Z Actions: 4267/5122 actions (Updating modified actions)
1852025-02-25T01:15:03.682Z Actions: Completed 5122 actions in 5.11 seconds.
1862025-02-25T01:15:04.103Z Done (0.413s)
1872025-02-25T01:15:04.106Z Done (0.001s)
1882025-02-25T01:15:04.715Z Done (0.609s)
1892025-02-25T01:15:09.255Z Done (4.299s)
1902025-02-25T01:15:09.338Z Done (0.018s)
1912025-02-25T01:15:09.341Z Done (0.000s)
1922025-02-25T01:15:09.505Z Done (0.000s)
1932025-02-25T01:15:10.219ZPlanning: Evaluating mediator changes ... Done
1942025-02-25T01:15:10.377ZPlanning: Checking for conflicting actions ... Done
1952025-02-25T01:15:10.380ZPlanning: Consolidating action changes ... Done
1962025-02-25T01:15:10.650ZPlanning: Evaluating mediators ... Done
1972025-02-25T01:15:10.653ZPlanning: Planning completed in 0.43 seconds
1982025-02-25T01:15:10.692Z Mediators to change: 2
1992025-02-25T01:15:10.692Z Create boot environment: No
2002025-02-25T01:15:10.695ZCreate backup boot environment: No
2012025-02-25T01:15:10.777Z Done
2022025-02-25T01:15:10.777Z Done
2032025-02-25T01:15:11.200Z Done
2042025-02-25T01:15:14.798Z Done
2052025-02-25T01:15:14.892Z Done
2062025-02-25T01:15:14.896Z Done
2072025-02-25T01:15:15.006Z Done
2082025-02-25T01:15:15.616ZPlanning: Evaluating mediator changes ... Done
2092025-02-25T01:15:15.618ZPlanning: Merging actions ... Done
2102025-02-25T01:15:15.802ZPlanning: Checking for conflicting actions ... Done
2112025-02-25T01:15:15.805ZPlanning: Consolidating action changes ... Done
2122025-02-25T01:15:16.072ZPlanning: Evaluating mediators ... Done
2132025-02-25T01:15:16.127ZPlanning: Planning completed in 0.76 seconds
2142025-02-25T01:15:16.167Z Packages to change: 1
2152025-02-25T01:15:16.168Z Mediators to change: 1
2162025-02-25T01:15:16.170Z Services to change: 1
2172025-02-25T01:15:16.170Z Create boot environment: No
2182025-02-25T01:15:16.170ZCreate backup boot environment: Yes
2192025-02-25T01:15:18.585Z Actions: 1/6 actions (Updating modified actions)
2202025-02-25T01:15:18.588Z Actions: Completed 6 actions in 0.00 seconds.
2212025-02-25T01:15:18.588Z Done
2222025-02-25T01:15:18.588Z Done
2232025-02-25T01:15:18.711Z Done
2242025-02-25T01:15:22.331Z Done
2252025-02-25T01:15:22.427Z Done
2262025-02-25T01:15:22.430Z Done
2272025-02-25T01:15:22.566Z Done
2282025-02-25T01:15:22.996ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292025-02-25T01:15:22.996Zclang system 15 system
2302025-02-25T01:15:22.996Zcsh system system illumos
2312025-02-25T01:15:22.996Zctags system system illumos
2322025-02-25T01:15:22.996Zgcc vendor 12 vendor
2332025-02-25T01:15:22.996Zgcc system 10 system
2342025-02-25T01:15:22.996Zgcc system 7 system
2352025-02-25T01:15:22.996Zgo system 1.20 system
2362025-02-25T01:15:22.996Zgo system 1.19 system
2372025-02-25T01:15:22.996Zllvm system 15 system
2382025-02-25T01:15:22.996Zllvm system 14 system
2392025-02-25T01:15:22.996Zmariadb system 10.6 system
2402025-02-25T01:15:22.996Zmta vendor vendor dma
2412025-02-25T01:15:22.996Zopenjdk system 17 system
2422025-02-25T01:15:22.996Zopenjdk system 11 system
2432025-02-25T01:15:22.996Zopenjdk system 1.8 system
2442025-02-25T01:15:22.996Zopenssl vendor 3 vendor
2452025-02-25T01:15:22.997Zperl system 5.36 system
2462025-02-25T01:15:22.997Zpostgresql system 15 system
2472025-02-25T01:15:22.997Zpostgresql system 13 system
2482025-02-25T01:15:22.997Zpython vendor 3 vendor
2492025-02-25T01:15:22.997Zpython system 2 system
2502025-02-25T01:15:22.997Zpython3 system 3.11 system
2512025-02-25T01:15:22.997Zruby system 3.0 system
2522025-02-25T01:15:22.997Zwords vendor vendor american-english
2532025-02-25T01:15:22.997Zwords system system australian-english
2542025-02-25T01:15:22.997Zwords system system british-english
2552025-02-25T01:15:22.997Zwords system system canadian-english
2562025-02-25T01:15:22.997Zwords system system french
2572025-02-25T01:15:22.997Zwords system system italian
2582025-02-25T01:15:22.997Zwords system system ngerman
2592025-02-25T01:15:22.997Zwords system system ogerman
2602025-02-25T01:15:22.997Zwords system system spanish
2612025-02-25T01:15:23.333ZPUBLISHER TYPE STATUS P LOCATION
2622025-02-25T01:15:23.333Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632025-02-25T01:15:26.377ZFMRI IFO
2642025-02-25T01:15:26.377Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652025-02-25T01:15:26.377Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662025-02-25T01:15:26.377Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672025-02-25T01:15:26.377Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682025-02-25T01:15:26.377Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692025-02-25T01:15:26.378Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702025-02-25T01:15:26.378Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2712025-02-25T01:15:26.378Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722025-02-25T01:15:26.378Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732025-02-25T01:15:26.378Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2742025-02-25T01:15:26.378Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752025-02-25T01:15:26.378Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762025-02-25T01:15:26.378Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2772025-02-25T01:15:26.378Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782025-02-25T01:15:26.378Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792025-02-25T01:15:27.177Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802025-02-25T01:15:27.508Z Updating crates.io index
2812025-02-25T01:15:27.542Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2822025-02-25T01:15:28.156Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832025-02-25T01:15:28.389Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842025-02-25T01:15:28.648Z Updating git repository `https://github.com/oxidecomputer/propolis`
2852025-02-25T01:15:29.667Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862025-02-25T01:15:31.356Z Updating git repository `https://github.com/oxidecomputer/opte`
2872025-02-25T01:15:32.107Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882025-02-25T01:15:32.883Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892025-02-25T01:15:33.137Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902025-02-25T01:15:33.506Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912025-02-25T01:15:34.164Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922025-02-25T01:15:34.725Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2932025-02-25T01:15:35.119Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-02-25T01:15:35.595Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2952025-02-25T01:15:35.871Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962025-02-25T01:15:36.125Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2972025-02-25T01:15:36.366Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2982025-02-25T01:15:36.718Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2992025-02-25T01:15:36.996Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002025-02-25T01:15:37.337Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012025-02-25T01:15:37.623Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3022025-02-25T01:15:38.018Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032025-02-25T01:15:38.509Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3042025-02-25T01:15:38.760Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052025-02-25T01:15:39.337Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3062025-02-25T01:15:39.627Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072025-02-25T01:15:40.115Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3082025-02-25T01:15:40.476Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3092025-02-25T01:15:40.809Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3102025-02-25T01:15:41.055Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3112025-02-25T01:15:41.322Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3122025-02-25T01:15:42.679Z Downloading crates ...
3132025-02-25T01:15:42.733Z Downloaded autocfg v1.4.0
3142025-02-25T01:15:42.735Z Downloaded anstream v0.6.15
3152025-02-25T01:15:42.738Z Downloaded anstyle-parse v0.2.5
3162025-02-25T01:15:42.742Z Downloaded dtrace-parser v0.2.0
3172025-02-25T01:15:42.745Z Downloaded equivalent v1.0.1
3182025-02-25T01:15:42.751Z Downloaded block-buffer v0.10.4
3192025-02-25T01:15:42.757Z Downloaded scroll_derive v0.12.0
3202025-02-25T01:15:42.765Z Downloaded usdt-attr-macro v0.5.0
3212025-02-25T01:15:42.767Z Downloaded swrite v0.1.0
3222025-02-25T01:15:42.767Z Downloaded pretty-hex v0.4.1
3232025-02-25T01:15:42.775Z Downloaded crypto-common v0.1.6
3242025-02-25T01:15:42.777Z Downloaded proc-macro-error-attr v1.0.4
3252025-02-25T01:15:42.778Z Downloaded byteorder v1.5.0
3262025-02-25T01:15:42.782Z Downloaded fs-err v2.11.0
3272025-02-25T01:15:42.782Z Downloaded cpufeatures v0.2.14
3282025-02-25T01:15:42.785Z Downloaded memmap v0.7.0
3292025-02-25T01:15:42.785Z Downloaded cargo-platform v0.1.8
3302025-02-25T01:15:42.788Z Downloaded anyhow v1.0.96
3312025-02-25T01:15:42.790Z Downloaded errno v0.3.9
3322025-02-25T01:15:42.793Z Downloaded cfg-if v1.0.0
3332025-02-25T01:15:42.796Z Downloaded usdt v0.5.0
3342025-02-25T01:15:42.799Z Downloaded colorchoice v1.0.2
3352025-02-25T01:15:42.799Z Downloaded usdt-macro v0.5.0
3362025-02-25T01:15:42.799Z Downloaded clap_lex v0.7.4
3372025-02-25T01:15:42.802Z Downloaded dof v0.3.0
3382025-02-25T01:15:42.802Z Downloaded terminal_size v0.4.0
3392025-02-25T01:15:42.802Z Downloaded serde_spanned v0.6.8
3402025-02-25T01:15:42.805Z Downloaded toml_datetime v0.6.8
3412025-02-25T01:15:42.805Z Downloaded plain v0.2.3
3422025-02-25T01:15:42.808Z Downloaded usdt-impl v0.5.0
3432025-02-25T01:15:42.808Z Downloaded itoa v1.0.11
3442025-02-25T01:15:42.810Z Downloaded macaddr v1.0.1
3452025-02-25T01:15:42.810Z Downloaded heck v0.5.0
3462025-02-25T01:15:42.810Z Downloaded heck v0.4.1
3472025-02-25T01:15:42.813Z Downloaded fnv v1.0.7
3482025-02-25T01:15:42.813Z Downloaded strsim v0.11.1
3492025-02-25T01:15:42.813Z Downloaded pest_generator v2.7.14
3502025-02-25T01:15:42.815Z Downloaded fastrand v2.1.1
3512025-02-25T01:15:42.815Z Downloaded tabled_derive v0.7.0
3522025-02-25T01:15:42.818Z Downloaded once_cell v1.20.3
3532025-02-25T01:15:42.821Z Downloaded generic-array v0.14.7
3542025-02-25T01:15:42.823Z Downloaded version_check v0.9.5
3552025-02-25T01:15:42.824Z Downloaded proc-macro-error v1.0.4
3562025-02-25T01:15:42.829Z Downloaded cargo_metadata v0.18.1
3572025-02-25T01:15:42.832Z Downloaded serde_tokenstream v0.2.2
3582025-02-25T01:15:42.835Z Downloaded is_terminal_polyfill v1.70.1
3592025-02-25T01:15:42.835Z Downloaded smawk v0.3.2
3602025-02-25T01:15:42.837Z Downloaded unicode-linebreak v0.1.5
3612025-02-25T01:15:42.837Z Downloaded thread-id v4.2.2
3622025-02-25T01:15:42.837Z Downloaded anstyle-query v1.1.1
3632025-02-25T01:15:42.840Z Downloaded anstyle v1.0.10
3642025-02-25T01:15:42.845Z Downloaded cargo_toml v0.20.5
3652025-02-25T01:15:42.845Z Downloaded scroll v0.12.0
3662025-02-25T01:15:42.847Z Downloaded thiserror-impl v1.0.69
3672025-02-25T01:15:42.847Z Downloaded sha2 v0.10.8
3682025-02-25T01:15:42.850Z Downloaded quote v1.0.38
3692025-02-25T01:15:42.850Z Downloaded camino v1.1.9
3702025-02-25T01:15:42.853Z Downloaded clap v4.5.30
3712025-02-25T01:15:42.859Z Downloaded pest_derive v2.7.14
3722025-02-25T01:15:42.862Z Downloaded bytecount v0.6.8
3732025-02-25T01:15:42.865Z Downloaded bitflags v2.6.0
3742025-02-25T01:15:42.867Z Downloaded utf8parse v0.2.2
3752025-02-25T01:15:42.878Z Downloaded toml v0.8.19
3762025-02-25T01:15:42.879Z Downloaded thiserror v1.0.69
3772025-02-25T01:15:42.879Z Downloaded zerocopy-derive v0.7.35
3782025-02-25T01:15:42.881Z Downloaded unicode-ident v1.0.14
3792025-02-25T01:15:42.884Z Downloaded pest_meta v2.7.14
3802025-02-25T01:15:42.884Z Downloaded ucd-trie v0.1.7
3812025-02-25T01:15:42.887Z Downloaded textwrap v0.16.1
3822025-02-25T01:15:42.890Z Downloaded papergrid v0.11.0
3832025-02-25T01:15:42.893Z Downloaded typenum v1.17.0
3842025-02-25T01:15:42.896Z Downloaded semver v1.0.25
3852025-02-25T01:15:42.900Z Downloaded serde_derive v1.0.218
3862025-02-25T01:15:42.900Z Downloaded log v0.4.22
3872025-02-25T01:15:42.904Z Downloaded ryu v1.0.18
3882025-02-25T01:15:42.907Z Downloaded tempfile v3.13.0
3892025-02-25T01:15:42.907Z Downloaded digest v0.10.7
3902025-02-25T01:15:42.909Z Downloaded serde v1.0.218
3912025-02-25T01:15:42.912Z Downloaded clap_derive v4.5.28
3922025-02-25T01:15:42.915Z Downloaded camino-tempfile v1.1.1
3932025-02-25T01:15:42.922Z Downloaded proc-macro2 v1.0.93
3942025-02-25T01:15:42.930Z Downloaded memchr v2.7.4
3952025-02-25T01:15:42.934Z Downloaded indexmap v2.7.1
3962025-02-25T01:15:42.940Z Downloaded toml_edit v0.22.22
3972025-02-25T01:15:42.960Z Downloaded pest v2.7.14
3982025-02-25T01:15:42.965Z Downloaded hashbrown v0.15.1
3992025-02-25T01:15:42.983Z Downloaded zerocopy v0.7.35
4002025-02-25T01:15:42.997Z Downloaded clap_builder v4.5.30
4012025-02-25T01:15:43.003Z Downloaded winnow v0.6.20
4022025-02-25T01:15:43.011Z Downloaded serde_json v1.0.139
4032025-02-25T01:15:43.018Z Downloaded goblin v0.8.2
4042025-02-25T01:15:43.024Z Downloaded tabled v0.15.0
4052025-02-25T01:15:43.038Z Downloaded unicode-width v0.1.14
4062025-02-25T01:15:43.043Z Downloaded syn v1.0.109
4072025-02-25T01:15:43.060Z Downloaded syn v2.0.96
4082025-02-25T01:15:43.075Z Downloaded rustix v0.38.37
4092025-02-25T01:15:43.096Z Downloaded libc v0.2.170
4102025-02-25T01:15:43.373Z Compiling proc-macro2 v1.0.93
4112025-02-25T01:15:43.373Z Compiling unicode-ident v1.0.14
4122025-02-25T01:15:43.376Z Compiling version_check v0.9.5
4132025-02-25T01:15:43.376Z Compiling serde v1.0.218
4142025-02-25T01:15:43.376Z Compiling thiserror v1.0.69
4152025-02-25T01:15:43.376Z Compiling memchr v2.7.4
4162025-02-25T01:15:43.376Z Compiling libc v0.2.170
4172025-02-25T01:15:43.408Z Compiling itoa v1.0.11
4182025-02-25T01:15:43.644Z Compiling ryu v1.0.18
4192025-02-25T01:15:43.682Z Compiling ucd-trie v0.1.7
4202025-02-25T01:15:43.978Z Compiling once_cell v1.20.3
4212025-02-25T01:15:44.116Z Compiling byteorder v1.5.0
4222025-02-25T01:15:44.181Z Compiling serde_json v1.0.139
4232025-02-25T01:15:44.336Z Compiling rustix v0.38.37
4242025-02-25T01:15:44.536Z Compiling bitflags v2.6.0
4252025-02-25T01:15:44.679Z Compiling proc-macro-error-attr v1.0.4
4262025-02-25T01:15:44.910Z Compiling usdt-impl v0.5.0
4272025-02-25T01:15:44.934Z Compiling syn v1.0.109
4282025-02-25T01:15:44.989Z Compiling proc-macro-error v1.0.4
4292025-02-25T01:15:45.103Z Compiling equivalent v1.0.1
4302025-02-25T01:15:45.182Z Compiling hashbrown v0.15.1
4312025-02-25T01:15:45.239Z Compiling quote v1.0.38
4322025-02-25T01:15:45.288Z Compiling errno v0.3.9
4332025-02-25T01:15:45.423Z Compiling camino v1.1.9
4342025-02-25T01:15:45.496Z Compiling utf8parse v0.2.2
4352025-02-25T01:15:45.623Z Compiling log v0.4.22
4362025-02-25T01:15:45.662Z Compiling syn v2.0.96
4372025-02-25T01:15:45.815Z Compiling thread-id v4.2.2
4382025-02-25T01:15:45.864Z Compiling plain v0.2.3
4392025-02-25T01:15:45.976Z Compiling anstyle-parse v0.2.5
4402025-02-25T01:15:46.181Z Compiling indexmap v2.7.1
4412025-02-25T01:15:46.255Z Compiling unicode-width v0.1.14
4422025-02-25T01:15:46.290Z Compiling anstyle-query v1.1.1
4432025-02-25T01:15:46.452Z Compiling anstyle v1.0.10
4442025-02-25T01:15:46.474Z Compiling winnow v0.6.20
4452025-02-25T01:15:46.651Z Compiling pretty-hex v0.4.1
4462025-02-25T01:15:46.772Z Compiling colorchoice v1.0.2
4472025-02-25T01:15:46.888Z Compiling is_terminal_polyfill v1.70.1
4482025-02-25T01:15:46.912Z Compiling autocfg v1.4.0
4492025-02-25T01:15:46.952Z Compiling semver v1.0.25
4502025-02-25T01:15:47.034Z Compiling anstream v0.6.15
4512025-02-25T01:15:47.434Z Compiling terminal_size v0.4.0
4522025-02-25T01:15:47.730Z Compiling strsim v0.11.1
4532025-02-25T01:15:47.776Z Compiling cfg-if v1.0.0
4542025-02-25T01:15:47.841Z Compiling anyhow v1.0.96
4552025-02-25T01:15:47.894Z Compiling heck v0.5.0
4562025-02-25T01:15:47.936Z Compiling fs-err v2.11.0
4572025-02-25T01:15:47.965Z Compiling clap_lex v0.7.4
4582025-02-25T01:15:48.265Z Compiling heck v0.4.1
4592025-02-25T01:15:48.374Z Compiling fnv v1.0.7
4602025-02-25T01:15:48.764Z Compiling bytecount v0.6.8
4612025-02-25T01:15:48.785Z Compiling fastrand v2.1.1
4622025-02-25T01:15:48.785Z Compiling papergrid v0.11.0
4632025-02-25T01:15:48.922Z Compiling tempfile v3.13.0
4642025-02-25T01:15:48.946Z Compiling clap_builder v4.5.30
4652025-02-25T01:15:48.999Z Compiling memmap v0.7.0
4662025-02-25T01:15:49.283Z Compiling smawk v0.3.2
4672025-02-25T01:15:49.322Z Compiling unicode-linebreak v0.1.5
4682025-02-25T01:15:49.805Z Compiling textwrap v0.16.1
4692025-02-25T01:15:49.914Z Compiling swrite v0.1.0
4702025-02-25T01:15:50.549Z Compiling tabled_derive v0.7.0
4712025-02-25T01:15:51.813Z Compiling tabled v0.15.0
4722025-02-25T01:15:52.459Z Compiling serde_derive v1.0.218
4732025-02-25T01:15:52.462Z Compiling thiserror-impl v1.0.69
4742025-02-25T01:15:52.462Z Compiling zerocopy-derive v0.7.35
4752025-02-25T01:15:52.462Z Compiling scroll_derive v0.12.0
4762025-02-25T01:15:52.462Z Compiling clap_derive v4.5.28
4772025-02-25T01:15:53.940Z Compiling scroll v0.12.0
4782025-02-25T01:15:54.404Z Compiling zerocopy v0.7.35
4792025-02-25T01:15:54.458Z Compiling goblin v0.8.2
4802025-02-25T01:15:55.309Z Compiling pest v2.7.14
4812025-02-25T01:15:55.979Z Compiling clap v4.5.30
4822025-02-25T01:15:57.396Z Compiling pest_meta v2.7.14
4832025-02-25T01:15:58.391Z Compiling pest_generator v2.7.14
4842025-02-25T01:15:59.799Z Compiling pest_derive v2.7.14
4852025-02-25T01:16:00.398Z Compiling dtrace-parser v0.2.0
4862025-02-25T01:16:01.033Z Compiling serde_tokenstream v0.2.2
4872025-02-25T01:16:01.122Z Compiling toml_datetime v0.6.8
4882025-02-25T01:16:01.122Z Compiling serde_spanned v0.6.8
4892025-02-25T01:16:01.263Z Compiling cargo-platform v0.1.8
4902025-02-25T01:16:01.429Z Compiling macaddr v1.0.1
4912025-02-25T01:16:01.559Z Compiling toml_edit v0.22.22
4922025-02-25T01:16:01.729Z Compiling camino-tempfile v1.1.1
4932025-02-25T01:16:02.451Z Compiling dof v0.3.0
4942025-02-25T01:16:02.494Z Compiling cargo_metadata v0.18.1
4952025-02-25T01:16:03.805Z Compiling usdt-macro v0.5.0
4962025-02-25T01:16:03.805Z Compiling usdt-attr-macro v0.5.0
4972025-02-25T01:16:04.355Z Compiling toml v0.8.19
4982025-02-25T01:16:04.870Z Compiling usdt v0.5.0
4992025-02-25T01:16:05.117Z Compiling cargo_toml v0.20.5
5002025-02-25T01:16:07.613Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5012025-02-25T01:16:10.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.77s
5022025-02-25T01:16:10.961Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5032025-02-25T01:16:11.510Z Downloading crates ...
5042025-02-25T01:16:11.646Z Downloaded hubpack_derive v0.1.1
5052025-02-25T01:16:11.649Z Downloaded heck v0.3.3
5062025-02-25T01:16:11.652Z Downloaded curve25519-dalek-derive v0.1.1
5072025-02-25T01:16:11.655Z Downloaded home v0.5.9
5082025-02-25T01:16:11.655Z Downloaded icu_locid_transform v1.5.0
5092025-02-25T01:16:11.658Z Downloaded lru v0.12.5
5102025-02-25T01:16:11.661Z Downloaded addr2line v0.24.2
5112025-02-25T01:16:11.661Z Downloaded memmap2 v0.9.5
5122025-02-25T01:16:11.664Z Downloaded litemap v0.7.3
5132025-02-25T01:16:11.666Z Downloaded aes-gcm v0.10.3
5142025-02-25T01:16:11.669Z Downloaded proc-macro-error-attr2 v2.0.0
5152025-02-25T01:16:11.672Z Downloaded aead v0.5.2
5162025-02-25T01:16:11.675Z Downloaded allocator-api2 v0.2.18
5172025-02-25T01:16:11.678Z Downloaded adler2 v2.0.0
5182025-02-25T01:16:11.680Z Downloaded quick-xml v0.37.2
5192025-02-25T01:16:11.685Z Downloaded headers-core v0.3.0
5202025-02-25T01:16:11.688Z Downloaded headers v0.4.0
5212025-02-25T01:16:11.692Z Downloaded aho-corasick v1.1.3
5222025-02-25T01:16:11.698Z Downloaded hashlink v0.9.1
5232025-02-25T01:16:11.701Z Downloaded argon2 v0.5.3
5242025-02-25T01:16:11.703Z Downloaded ahash v0.8.11
5252025-02-25T01:16:11.708Z Downloaded arrayref v0.3.9
5262025-02-25T01:16:11.708Z Downloaded array-init v0.0.4
5272025-02-25T01:16:11.711Z Downloaded aes v0.8.4
5282025-02-25T01:16:11.714Z Downloaded arc-swap v1.7.1
5292025-02-25T01:16:11.719Z Downloaded arrayvec v0.7.6
5302025-02-25T01:16:11.734Z Downloaded hex-literal v0.4.1
5312025-02-25T01:16:11.746Z Downloaded heapless v0.8.0
5322025-02-25T01:16:11.750Z Downloaded hex v0.4.3
5332025-02-25T01:16:11.753Z Downloaded snafu v0.8.5
5342025-02-25T01:16:11.761Z Downloaded hickory-client v0.24.3
5352025-02-25T01:16:11.764Z Downloaded heapless v0.7.17
5362025-02-25T01:16:11.769Z Downloaded stringprep v0.1.5
5372025-02-25T01:16:11.772Z Downloaded indent_write v2.2.0
5382025-02-25T01:16:11.774Z Downloaded inout v0.1.3
5392025-02-25T01:16:11.777Z Downloaded indoc v2.0.5
5402025-02-25T01:16:11.780Z Downloaded indoc v1.0.9
5412025-02-25T01:16:11.783Z Downloaded instability v0.3.2
5422025-02-25T01:16:11.783Z Downloaded internet-checksum v0.2.1
5432025-02-25T01:16:11.785Z Downloaded indexmap v1.9.3
5442025-02-25T01:16:11.788Z Downloaded ipnetwork v0.21.1
5452025-02-25T01:16:11.791Z Downloaded instant v0.1.13
5462025-02-25T01:16:11.797Z Downloaded assert_matches v1.5.0
5472025-02-25T01:16:11.802Z Downloaded keccak v0.1.5
5482025-02-25T01:16:11.805Z Downloaded cbc v0.1.2
5492025-02-25T01:16:11.805Z Downloaded atomic-waker v1.1.2
5502025-02-25T01:16:11.808Z Downloaded async-stream-impl v0.3.6
5512025-02-25T01:16:11.808Z Downloaded is_ci v1.2.0
5522025-02-25T01:16:11.810Z Downloaded lazycell v1.3.0
5532025-02-25T01:16:11.810Z Downloaded impl-trait-for-tuples v0.2.2
5542025-02-25T01:16:11.813Z Downloaded hostname v0.3.1
5552025-02-25T01:16:11.815Z Downloaded ipnet v2.10.1
5562025-02-25T01:16:11.818Z Downloaded libefi-sys v0.1.0
5572025-02-25T01:16:11.822Z Downloaded bindgen v0.69.5
5582025-02-25T01:16:11.828Z Downloaded linear-map v1.2.0
5592025-02-25T01:16:11.830Z Downloaded lock_api v0.4.12
5602025-02-25T01:16:11.833Z Downloaded block-padding v0.3.3
5612025-02-25T01:16:11.837Z Downloaded aws-lc-rs v1.10.0
5622025-02-25T01:16:11.847Z Downloaded icu_provider_macros v1.5.0
5632025-02-25T01:16:11.850Z Downloaded ciborium-io v0.2.2
5642025-02-25T01:16:11.850Z Downloaded cfg_aliases v0.2.1
5652025-02-25T01:16:11.852Z Downloaded cfg_aliases v0.1.1
5662025-02-25T01:16:11.852Z Downloaded http-body v1.0.1
5672025-02-25T01:16:11.852Z Downloaded atomicwrites v0.4.4
5682025-02-25T01:16:11.855Z Downloaded atty v0.2.14
5692025-02-25T01:16:11.858Z Downloaded http-range v0.1.5
5702025-02-25T01:16:11.858Z Downloaded jobserver v0.1.32
5712025-02-25T01:16:11.860Z Downloaded bit-vec v0.6.3
5722025-02-25T01:16:11.863Z Downloaded bit-set v0.5.3
5732025-02-25T01:16:11.866Z Downloaded lockfree-object-pool v0.1.6
5742025-02-25T01:16:11.866Z Downloaded litrs v0.4.1
5752025-02-25T01:16:11.869Z Downloaded lazy_static v1.5.0
5762025-02-25T01:16:11.872Z Downloaded md5 v0.7.0
5772025-02-25T01:16:11.874Z Downloaded hostname v0.4.0
5782025-02-25T01:16:11.874Z Downloaded async-bb8-diesel v0.2.1
5792025-02-25T01:16:11.878Z Downloaded match_cfg v0.1.0
5802025-02-25T01:16:11.881Z Downloaded ciborium-ll v0.2.2
5812025-02-25T01:16:11.881Z Downloaded async-stream v0.3.6
5822025-02-25T01:16:11.883Z Downloaded linked-hash-map v0.5.6
5832025-02-25T01:16:11.886Z Downloaded itertools v0.10.5
5842025-02-25T01:16:11.898Z Downloaded cmake v0.1.51
5852025-02-25T01:16:11.904Z Downloaded cipher v0.4.4
5862025-02-25T01:16:11.904Z Downloaded chrono-tz-build v0.4.0
5872025-02-25T01:16:11.904Z Downloaded cexpr v0.6.0
5882025-02-25T01:16:11.908Z Downloaded md-5 v0.10.6
5892025-02-25T01:16:11.908Z Downloaded lru-cache v0.1.2
5902025-02-25T01:16:11.908Z Downloaded libloading v0.8.5
5912025-02-25T01:16:11.912Z Downloaded mime v0.3.17
5922025-02-25T01:16:11.912Z Downloaded maplit v1.0.2
5932025-02-25T01:16:11.913Z Downloaded highway v1.2.0
5942025-02-25T01:16:11.915Z Downloaded crossbeam-deque v0.8.5
5952025-02-25T01:16:11.918Z Downloaded zone_cfg_derive v0.1.2
5962025-02-25T01:16:11.918Z Downloaded russh-cryptovec v0.7.3
5972025-02-25T01:16:11.918Z Downloaded libsw v3.3.1
5982025-02-25T01:16:11.920Z Downloaded http-body-util v0.1.2
5992025-02-25T01:16:11.923Z Downloaded serde-big-array v0.5.1
6002025-02-25T01:16:11.926Z Downloaded predicates-tree v1.0.11
6012025-02-25T01:16:11.930Z Downloaded memoffset v0.9.1
6022025-02-25T01:16:11.930Z Downloaded ctr v0.9.2
6032025-02-25T01:16:11.933Z Downloaded hubpack v0.1.2
6042025-02-25T01:16:11.933Z Downloaded crc-catalog v2.4.0
6052025-02-25T01:16:11.936Z Downloaded convert_case v0.4.0
6062025-02-25T01:16:11.936Z Downloaded cobs v0.2.3
6072025-02-25T01:16:11.939Z Downloaded iana-time-zone v0.1.61
6082025-02-25T01:16:11.941Z Downloaded crc v3.2.1
6092025-02-25T01:16:11.944Z Downloaded bcs v0.1.6
6102025-02-25T01:16:11.946Z Downloaded foreign-types-shared v0.3.1
6112025-02-25T01:16:11.947Z Downloaded hmac v0.12.1
6122025-02-25T01:16:11.949Z Downloaded cookie_store v0.21.1
6132025-02-25T01:16:11.952Z Downloaded mime_guess v2.0.5
6142025-02-25T01:16:11.954Z Downloaded icu_locid v1.5.0
6152025-02-25T01:16:11.960Z Downloaded openssl-macros v0.1.1
6162025-02-25T01:16:11.962Z Downloaded zone_cfg_derive v0.3.0
6172025-02-25T01:16:11.962Z Downloaded signal-hook-registry v1.4.2
6182025-02-25T01:16:11.965Z Downloaded signal-hook-mio v0.2.4
6192025-02-25T01:16:11.965Z Downloaded zerofrom v0.1.4
6202025-02-25T01:16:11.967Z Downloaded rustls-pemfile v1.0.4
6212025-02-25T01:16:11.970Z Downloaded hyper-staticfile v0.10.1
6222025-02-25T01:16:11.973Z Downloaded radium v0.7.0
6232025-02-25T01:16:11.975Z Downloaded strum_macros v0.24.3
6242025-02-25T01:16:11.978Z Downloaded supports-color v3.0.2
6252025-02-25T01:16:11.978Z Downloaded ssh-encoding v0.2.0
6262025-02-25T01:16:11.981Z Downloaded chacha20poly1305 v0.10.1
6272025-02-25T01:16:11.983Z Downloaded tiny-keccak v2.0.2
6282025-02-25T01:16:11.986Z Downloaded icu_normalizer_data v1.5.0
6292025-02-25T01:16:11.989Z Downloaded cookie v0.18.1
6302025-02-25T01:16:11.991Z Downloaded clang-sys v1.8.1
6312025-02-25T01:16:11.994Z Downloaded unicode-truncate v1.1.0
6322025-02-25T01:16:11.997Z Downloaded topological-sort v0.2.2
6332025-02-25T01:16:11.999Z Downloaded tinystr v0.7.6
6342025-02-25T01:16:12.002Z Downloaded thiserror-no-std v2.0.2
6352025-02-25T01:16:12.005Z Downloaded dirs-sys-next v0.1.2
6362025-02-25T01:16:12.008Z Downloaded zerovec-derive v0.10.3
6372025-02-25T01:16:12.011Z Downloaded xattr v1.3.1
6382025-02-25T01:16:12.013Z Downloaded group v0.13.0
6392025-02-25T01:16:12.026Z Downloaded glob v0.3.2
6402025-02-25T01:16:12.030Z Downloaded phf_generator v0.11.2
6412025-02-25T01:16:12.030Z Downloaded opaque-debug v0.3.1
6422025-02-25T01:16:12.033Z Downloaded num v0.4.3
6432025-02-25T01:16:12.033Z Downloaded libm v0.2.8
6442025-02-25T01:16:12.040Z Downloaded progenitor-client v0.9.1
6452025-02-25T01:16:12.043Z Downloaded phf_shared v0.10.0
6462025-02-25T01:16:12.046Z Downloaded olpc-cjson v0.1.4
6472025-02-25T01:16:12.046Z Downloaded base64 v0.22.1
6482025-02-25T01:16:12.049Z Downloaded displaydoc v0.2.5
6492025-02-25T01:16:12.053Z Downloaded scopeguard v1.2.0
6502025-02-25T01:16:12.055Z Downloaded bumpalo v3.16.0
6512025-02-25T01:16:12.058Z Downloaded progenitor-client v0.8.0
6522025-02-25T01:16:12.061Z Downloaded itertools v0.14.0
6532025-02-25T01:16:12.069Z Downloaded yoke-derive v0.7.4
6542025-02-25T01:16:12.072Z Downloaded globset v0.4.15
6552025-02-25T01:16:12.074Z Downloaded phf_shared v0.11.2
6562025-02-25T01:16:12.074Z Downloaded sync_wrapper v1.0.1
6572025-02-25T01:16:12.074Z Downloaded sync-ptr v0.1.1
6582025-02-25T01:16:12.077Z Downloaded base64 v0.21.7
6592025-02-25T01:16:12.080Z Downloaded funty v2.0.0
6602025-02-25T01:16:12.083Z Downloaded slog-async v2.8.0
6612025-02-25T01:16:12.083Z Downloaded progenitor v0.8.0
6622025-02-25T01:16:12.086Z Downloaded proc-macro-crate v1.3.1
6632025-02-25T01:16:12.089Z Downloaded pin-project-lite v0.2.14
6642025-02-25T01:16:12.092Z Downloaded crypto-bigint v0.5.5
6652025-02-25T01:16:12.100Z Downloaded try-lock v0.2.5
6662025-02-25T01:16:12.102Z Downloaded pretty-hex v0.2.1
6672025-02-25T01:16:12.105Z Downloaded const_format v0.2.34
6682025-02-25T01:16:12.108Z Downloaded darling_macro v0.20.10
6692025-02-25T01:16:12.111Z Downloaded defmt-parser v0.3.4
6702025-02-25T01:16:12.111Z Downloaded tui-tree-widget v0.23.0
6712025-02-25T01:16:12.114Z Downloaded slab v0.4.9
6722025-02-25T01:16:12.114Z Downloaded shell-words v1.1.0
6732025-02-25T01:16:12.117Z Downloaded xz2 v0.1.7
6742025-02-25T01:16:12.119Z Downloaded subtle v2.6.1
6752025-02-25T01:16:12.122Z Downloaded zip v0.6.6
6762025-02-25T01:16:12.125Z Downloaded ref-cast v1.0.23
6772025-02-25T01:16:12.128Z Downloaded cc v1.2.15
6782025-02-25T01:16:12.133Z Downloaded tower-service v0.3.3
6792025-02-25T01:16:12.136Z Downloaded strum v0.26.3
6802025-02-25T01:16:12.136Z Downloaded stable_deref_trait v1.2.0
6812025-02-25T01:16:12.140Z Downloaded foldhash v0.1.3
6822025-02-25T01:16:12.143Z Downloaded universal-hash v0.5.1
6832025-02-25T01:16:12.143Z Downloaded tar v0.4.44
6842025-02-25T01:16:12.146Z Downloaded pin-project v1.1.6
6852025-02-25T01:16:12.158Z Downloaded packed_struct v0.10.1
6862025-02-25T01:16:12.160Z Downloaded hash32 v0.3.1
6872025-02-25T01:16:12.164Z Downloaded hash32 v0.2.1
6882025-02-25T01:16:12.164Z Downloaded futures-macro v0.3.31
6892025-02-25T01:16:12.166Z Downloaded fd-lock v4.0.2
6902025-02-25T01:16:12.169Z Downloaded progenitor-macro v0.8.0
6912025-02-25T01:16:12.169Z Downloaded num_enum v0.5.11
6922025-02-25T01:16:12.174Z Downloaded tower-layer v0.3.3
6932025-02-25T01:16:12.176Z Downloaded percent-encoding v2.3.1
6942025-02-25T01:16:12.177Z Downloaded pem v3.0.5
6952025-02-25T01:16:12.179Z Downloaded num_enum_derive v0.5.11
6962025-02-25T01:16:12.183Z Downloaded num-conv v0.1.0
6972025-02-25T01:16:12.183Z Downloaded walkdir v2.5.0
6982025-02-25T01:16:12.185Z Downloaded yoke v0.7.4
6992025-02-25T01:16:12.185Z Downloaded ed25519-dalek v2.1.1
7002025-02-25T01:16:12.189Z Downloaded normalize-line-endings v0.3.0
7012025-02-25T01:16:12.192Z Downloaded same-file v1.0.6
7022025-02-25T01:16:12.192Z Downloaded ref-cast-impl v1.0.23
7032025-02-25T01:16:12.195Z Downloaded yasna v0.5.2
7042025-02-25T01:16:12.198Z Downloaded structmeta-derive v0.3.0
7052025-02-25T01:16:12.198Z Downloaded slog v2.7.0
7062025-02-25T01:16:12.201Z Downloaded scrypt v0.11.0
7072025-02-25T01:16:12.203Z Downloaded oxnet v0.1.0
7082025-02-25T01:16:12.207Z Downloaded defmt v0.3.8
7092025-02-25T01:16:12.210Z Downloaded darling v0.20.10
7102025-02-25T01:16:12.214Z Downloaded structmeta v0.3.0
7112025-02-25T01:16:12.216Z Downloaded strip-ansi-escapes v0.2.0
7122025-02-25T01:16:12.220Z Downloaded sqlparser_derive v0.2.2
7132025-02-25T01:16:12.220Z Downloaded serde_plain v1.0.2
7142025-02-25T01:16:12.223Z Downloaded quick-error v1.2.3
7152025-02-25T01:16:12.223Z Downloaded toolchain_find v0.4.0
7162025-02-25T01:16:12.223Z Downloaded string_cache v0.8.7
7172025-02-25T01:16:12.227Z Downloaded document-features v0.2.10
7182025-02-25T01:16:12.229Z Downloaded zeroize v1.8.1
7192025-02-25T01:16:12.229Z Downloaded zerofrom-derive v0.1.4
7202025-02-25T01:16:12.229Z Downloaded which v4.4.2
7212025-02-25T01:16:12.232Z Downloaded take_mut v0.2.2
7222025-02-25T01:16:12.235Z Downloaded ena v0.14.3
7232025-02-25T01:16:12.239Z Downloaded ed25519 v2.2.3
7242025-02-25T01:16:12.239Z Downloaded diesel_derives v2.2.3
7252025-02-25T01:16:12.244Z Downloaded endian-type v0.1.2
7262025-02-25T01:16:12.248Z Downloaded mockall v0.13.1
7272025-02-25T01:16:12.248Z Downloaded nodrop v0.1.14
7282025-02-25T01:16:12.251Z Downloaded tracing-attributes v0.1.27
7292025-02-25T01:16:12.251Z Downloaded serde_derive_internals v0.29.1
7302025-02-25T01:16:12.251Z Downloaded sec1 v0.7.3
7312025-02-25T01:16:12.255Z Downloaded sct v0.7.1
7322025-02-25T01:16:12.258Z Downloaded embedded-io v0.6.1
7332025-02-25T01:16:12.261Z Downloaded embedded-io v0.4.0
7342025-02-25T01:16:12.264Z Downloaded rpassword v7.3.1
7352025-02-25T01:16:12.264Z Downloaded hickory-server v0.24.3
7362025-02-25T01:16:12.270Z Downloaded openssl-probe v0.1.5
7372025-02-25T01:16:12.272Z Downloaded number_prefix v0.4.0
7382025-02-25T01:16:12.272Z Downloaded rustc-hash v1.1.0
7392025-02-25T01:16:12.276Z Downloaded num_threads v0.1.7
7402025-02-25T01:16:12.276Z Downloaded tabwriter v1.4.0
7412025-02-25T01:16:12.278Z Downloaded strum_macros v0.25.3
7422025-02-25T01:16:12.281Z Downloaded derive_builder v0.20.2
7432025-02-25T01:16:12.286Z Downloaded num-complex v0.4.6
7442025-02-25T01:16:12.289Z Downloaded tracing-core v0.1.32
7452025-02-25T01:16:12.292Z Downloaded time-core v0.1.2
7462025-02-25T01:16:12.295Z Downloaded unicase v2.7.0
7472025-02-25T01:16:12.298Z Downloaded dyn-clone v1.0.18
7482025-02-25T01:16:12.298Z Downloaded enum-as-inner v0.6.1
7492025-02-25T01:16:12.301Z Downloaded password-hash v0.4.2
7502025-02-25T01:16:12.303Z Downloaded dunce v1.0.5
7512025-02-25T01:16:12.303Z Downloaded unarray v0.1.4
7522025-02-25T01:16:12.306Z Downloaded flume v0.11.1
7532025-02-25T01:16:12.309Z Downloaded darling_core v0.20.10
7542025-02-25T01:16:12.314Z Downloaded foreign-types v0.3.2
7552025-02-25T01:16:12.318Z Downloaded env_filter v0.1.2
7562025-02-25T01:16:12.321Z Downloaded rustc-demangle v0.1.24
7572025-02-25T01:16:12.321Z Downloaded pkcs1 v0.7.5
7582025-02-25T01:16:12.324Z Downloaded idna v1.0.3
7592025-02-25T01:16:12.328Z Downloaded precomputed-hash v0.1.1
7602025-02-25T01:16:12.331Z Downloaded num-iter v0.1.45
7612025-02-25T01:16:12.331Z Downloaded tls_codec_derive v0.4.1
7622025-02-25T01:16:12.335Z Downloaded psl-types v2.0.11
7632025-02-25T01:16:12.335Z Downloaded rustfmt-wrapper v0.2.1
7642025-02-25T01:16:12.337Z Downloaded tokio-stream v0.1.17
7652025-02-25T01:16:12.342Z Downloaded slog-dtrace v0.3.0
7662025-02-25T01:16:12.344Z Downloaded dsl_auto_type v0.1.2
7672025-02-25T01:16:12.347Z Downloaded pin-utils v0.1.0
7682025-02-25T01:16:12.347Z Downloaded p256 v0.13.2
7692025-02-25T01:16:12.350Z Downloaded wait-timeout v0.2.0
7702025-02-25T01:16:12.353Z Downloaded tinyvec_macros v0.1.1
7712025-02-25T01:16:12.356Z Downloaded slog-json v2.6.1
7722025-02-25T01:16:12.356Z Downloaded tungstenite v0.23.0
7732025-02-25T01:16:12.360Z Downloaded thread_local v1.1.8
7742025-02-25T01:16:12.363Z Downloaded thiserror-impl-no-std v2.0.2
7752025-02-25T01:16:12.365Z Downloaded blake3 v1.5.4
7762025-02-25T01:16:12.374Z Downloaded path-slash v0.1.5
7772025-02-25T01:16:12.377Z Downloaded mirai-annotations v1.12.0
7782025-02-25T01:16:12.377Z Downloaded foreign-types v0.5.0
7792025-02-25T01:16:12.380Z Downloaded pkcs5 v0.7.1
7802025-02-25T01:16:12.383Z Downloaded pbkdf2 v0.11.0
7812025-02-25T01:16:12.386Z Downloaded float-cmp v0.10.0
7822025-02-25T01:16:12.388Z Downloaded progenitor-macro v0.9.1
7832025-02-25T01:16:12.391Z Downloaded ppv-lite86 v0.2.20
7842025-02-25T01:16:12.391Z Downloaded postcard v1.0.10
7852025-02-25T01:16:12.396Z Downloaded quinn-udp v0.5.5
7862025-02-25T01:16:12.403Z Downloaded postgres-protocol v0.6.8
7872025-02-25T01:16:12.404Z Downloaded poly1305 v0.8.0
7882025-02-25T01:16:12.409Z Downloaded downcast v0.11.0
7892025-02-25T01:16:12.409Z Downloaded vte_generate_state_changes v0.1.2
7902025-02-25T01:16:12.409Z Downloaded utf16_iter v1.0.5
7912025-02-25T01:16:12.409Z Downloaded postgres-types v0.2.8
7922025-02-25T01:16:12.411Z Downloaded wyz v0.5.1
7932025-02-25T01:16:12.411Z Downloaded lalrpop v0.19.12
7942025-02-25T01:16:12.424Z Downloaded derive_builder_macro v0.20.2
7952025-02-25T01:16:12.427Z Downloaded hyper v1.5.2
7962025-02-25T01:16:12.433Z Downloaded diesel_table_macro_syntax v0.2.0
7972025-02-25T01:16:12.435Z Downloaded daft v0.1.1
7982025-02-25T01:16:12.438Z Downloaded diff v0.1.13
7992025-02-25T01:16:12.440Z Downloaded paste v1.0.15
8002025-02-25T01:16:12.443Z Downloaded newtype_derive v0.1.6
8012025-02-25T01:16:12.445Z Downloaded hkdf v0.12.4
8022025-02-25T01:16:12.448Z Downloaded serde_urlencoded v0.7.1
8032025-02-25T01:16:12.451Z Downloaded serde_repr v0.1.19
8042025-02-25T01:16:12.454Z Downloaded serde_path_to_error v0.1.16
8052025-02-25T01:16:12.456Z Downloaded rtoolbox v0.0.2
8062025-02-25T01:16:12.456Z Downloaded predicates v3.1.3
8072025-02-25T01:16:12.459Z Downloaded parking_lot v0.11.2
8082025-02-25T01:16:12.462Z Downloaded waitgroup v0.1.2
8092025-02-25T01:16:12.481Z Downloaded difflib v0.4.0
8102025-02-25T01:16:12.481Z Downloaded diesel-dtrace v0.4.2
8112025-02-25T01:16:12.481Z Downloaded rustc_version v0.4.1
8122025-02-25T01:16:12.481Z Downloaded phf v0.11.2
8132025-02-25T01:16:12.481Z Downloaded tinyvec v1.8.0
8142025-02-25T01:16:12.481Z Downloaded deranged v0.3.11
8152025-02-25T01:16:12.481Z Downloaded unicode-bidi v0.3.17
8162025-02-25T01:16:12.484Z Downloaded utf-8 v0.7.6
8172025-02-25T01:16:12.486Z Downloaded new_debug_unreachable v1.0.6
8182025-02-25T01:16:12.489Z Downloaded steno v0.4.1
8192025-02-25T01:16:12.492Z Downloaded publicsuffix v2.3.0
8202025-02-25T01:16:12.495Z Downloaded smf v0.2.3
8212025-02-25T01:16:12.499Z Downloaded newline-converter v0.3.0
8222025-02-25T01:16:12.502Z Downloaded multimap v0.10.0
8232025-02-25T01:16:12.505Z Downloaded rustls-pemfile v2.2.0
8242025-02-25T01:16:12.508Z Downloaded peg-runtime v0.8.3
8252025-02-25T01:16:12.508Z Downloaded foreign-types-shared v0.1.1
8262025-02-25T01:16:12.511Z Downloaded powerfmt v0.2.0
8272025-02-25T01:16:12.514Z Downloaded serde_with_macros v3.11.0
8282025-02-25T01:16:12.516Z Downloaded bitvec v1.0.1
8292025-02-25T01:16:12.532Z Downloaded termtree v0.4.1
8302025-02-25T01:16:12.534Z Downloaded oso-derive v0.27.3
8312025-02-25T01:16:12.534Z Downloaded fxhash v0.2.1
8322025-02-25T01:16:12.534Z Downloaded futures-task v0.3.31
8332025-02-25T01:16:12.534Z Downloaded futures-io v0.3.31
8342025-02-25T01:16:12.537Z Downloaded futures-core v0.3.31
8352025-02-25T01:16:12.537Z Downloaded rustc-hash v2.1.1
8362025-02-25T01:16:12.540Z Downloaded socket2 v0.5.8
8372025-02-25T01:16:12.540Z Downloaded parse-display v0.10.0
8382025-02-25T01:16:12.543Z Downloaded twox-hash v2.1.0
8392025-02-25T01:16:12.545Z Downloaded tungstenite v0.24.0
8402025-02-25T01:16:12.548Z Downloaded want v0.3.1
8412025-02-25T01:16:12.550Z Downloaded tap v1.0.1
8422025-02-25T01:16:12.550Z Downloaded slog-scope v4.4.0
8432025-02-25T01:16:12.553Z Downloaded rand_core v0.6.4
8442025-02-25T01:16:12.553Z Downloaded smallvec v1.14.0
8452025-02-25T01:16:12.556Z Downloaded nibble_vec v0.1.0
8462025-02-25T01:16:12.556Z Downloaded slog-term v2.9.1
8472025-02-25T01:16:12.559Z Downloaded des v0.8.1
8482025-02-25T01:16:12.562Z Downloaded typify-macro v0.3.0
8492025-02-25T01:16:12.566Z Downloaded num-derive v0.4.2
8502025-02-25T01:16:12.566Z Downloaded slog-stdlog v4.1.1
8512025-02-25T01:16:12.569Z Downloaded rustls-pki-types v1.10.0
8522025-02-25T01:16:12.569Z Downloaded write16 v1.0.0
8532025-02-25T01:16:12.572Z Downloaded parse-display-derive v0.10.0
8542025-02-25T01:16:12.572Z Downloaded tokio-macros v2.5.0
8552025-02-25T01:16:12.572Z Downloaded termcolor v1.4.1
8562025-02-25T01:16:12.575Z Downloaded num-integer v0.1.46
8572025-02-25T01:16:12.576Z Downloaded tls_codec v0.4.1
8582025-02-25T01:16:12.580Z Downloaded gethostname v0.5.0
8592025-02-25T01:16:12.580Z Downloaded peg-macros v0.8.4
8602025-02-25T01:16:12.583Z Downloaded newtype-uuid v1.2.1
8612025-02-25T01:16:12.583Z Downloaded owo-colors v4.1.0
8622025-02-25T01:16:12.585Z Downloaded tokio-native-tls v0.3.1
8632025-02-25T01:16:12.588Z Downloaded termios v0.3.3
8642025-02-25T01:16:12.588Z Downloaded rand_chacha v0.9.0
8652025-02-25T01:16:12.591Z Downloaded termtree v0.5.1
8662025-02-25T01:16:12.594Z Downloaded futures-executor v0.3.31
8672025-02-25T01:16:12.594Z Downloaded value-bag v1.9.0
8682025-02-25T01:16:12.596Z Downloaded fragile v2.0.0
8692025-02-25T01:16:12.599Z Downloaded untrusted v0.7.1
8702025-02-25T01:16:12.599Z Downloaded spki v0.7.3
8712025-02-25T01:16:12.602Z Downloaded zerocopy-derive v0.8.10
8722025-02-25T01:16:12.607Z Downloaded utf8_iter v1.0.4
8732025-02-25T01:16:12.610Z Downloaded nanorand v0.7.0
8742025-02-25T01:16:12.613Z Downloaded multer v3.1.0
8752025-02-25T01:16:12.615Z Downloaded pkg-config v0.3.31
8762025-02-25T01:16:12.615Z Downloaded tokio-tungstenite v0.24.0
8772025-02-25T01:16:12.618Z Downloaded tokio-rustls v0.24.1
8782025-02-25T01:16:12.622Z Downloaded untrusted v0.9.0
8792025-02-25T01:16:12.625Z Downloaded tough v0.19.0
8802025-02-25T01:16:12.629Z Downloaded thiserror v2.0.11
8812025-02-25T01:16:12.635Z Downloaded ron v0.8.1
8822025-02-25T01:16:12.640Z Downloaded num-bigint-dig v0.8.4
8832025-02-25T01:16:12.646Z Downloaded uzers v0.12.1
8842025-02-25T01:16:12.649Z Downloaded form_urlencoded v1.2.1
8852025-02-25T01:16:12.651Z Downloaded x509-cert v0.2.5
8862025-02-25T01:16:12.656Z Downloaded parking_lot_core v0.9.10
8872025-02-25T01:16:12.659Z Downloaded serde_yaml v0.9.34+deprecated
8882025-02-25T01:16:12.662Z Downloaded rustls-webpki v0.102.8
8892025-02-25T01:16:12.682Z Downloaded unicode-properties v0.1.3
8902025-02-25T01:16:12.685Z Downloaded oso v0.27.3
8912025-02-25T01:16:12.688Z Downloaded parse-zoneinfo v0.3.1
8922025-02-25T01:16:12.692Z Downloaded mio v1.0.2
8932025-02-25T01:16:12.697Z Downloaded flate2 v1.0.35
8942025-02-25T01:16:12.702Z Downloaded uuid v1.12.0
8952025-02-25T01:16:12.705Z Downloaded time v0.3.36
8962025-02-25T01:16:12.713Z Downloaded typed-path v0.9.3
8972025-02-25T01:16:12.720Z Downloaded icu_properties_data v1.5.0
8982025-02-25T01:16:12.732Z Downloaded url v2.5.3
8992025-02-25T01:16:12.735Z Downloaded unicode-normalization v0.1.24
9002025-02-25T01:16:12.738Z Downloaded portable-atomic v1.9.0
9012025-02-25T01:16:12.748Z Downloaded writeable v0.5.5
9022025-02-25T01:16:12.750Z Downloaded h2 v0.4.6
9032025-02-25T01:16:12.756Z Downloaded hashbrown v0.14.5
9042025-02-25T01:16:12.763Z Downloaded reedline v0.35.0
9052025-02-25T01:16:12.770Z Downloaded winnow v0.5.40
9062025-02-25T01:16:12.780Z Downloaded object v0.30.4
9072025-02-25T01:16:12.791Z Downloaded zerovec v0.10.4
9082025-02-25T01:16:12.797Z Downloaded unicode-width v0.2.0
9092025-02-25T01:16:12.804Z Downloaded rustls-webpki v0.101.7
9102025-02-25T01:16:12.820Z Downloaded rand v0.9.0
9112025-02-25T01:16:12.823Z Downloaded zerocopy v0.8.10
9122025-02-25T01:16:12.847Z Downloaded futures-util v0.3.31
9132025-02-25T01:16:12.859Z Downloaded bstr v1.10.0
9142025-02-25T01:16:12.871Z Downloaded tokio-util v0.7.12
9152025-02-25T01:16:12.877Z Downloaded chrono-tz v0.10.1
9162025-02-25T01:16:12.885Z Downloaded vcpkg v0.2.15
9172025-02-25T01:16:12.925Z Downloaded petname v2.0.2
9182025-02-25T01:16:12.930Z Downloaded regex-syntax v0.8.5
9192025-02-25T01:16:12.939Z Downloaded rusqlite v0.32.1
9202025-02-25T01:16:12.946Z Downloaded polar-core v0.27.3
9212025-02-25T01:16:12.956Z Downloaded sqlparser v0.45.0
9222025-02-25T01:16:12.962Z Downloaded quinn-proto v0.11.8
9232025-02-25T01:16:12.969Z Downloaded smoltcp v0.11.0
9242025-02-25T01:16:12.983Z Downloaded nix v0.27.1
9252025-02-25T01:16:12.994Z Downloaded rayon v1.10.0
9262025-02-25T01:16:13.005Z Downloaded regex v1.11.1
9272025-02-25T01:16:13.018Z Downloaded regress v0.10.1
9282025-02-25T01:16:13.027Z Downloaded webpki-roots v0.26.6
9292025-02-25T01:16:13.030Z Downloaded openssl v0.10.71
9302025-02-25T01:16:13.041Z Downloaded radix_trie v0.2.1
9312025-02-25T01:16:13.046Z Downloaded typify-impl v0.3.0
9322025-02-25T01:16:13.061Z Downloaded rustls v0.21.12
9332025-02-25T01:16:13.073Z Downloaded bzip2-sys v0.1.11+1.0.8
9342025-02-25T01:16:13.084Z Downloaded nix v0.29.0
9352025-02-25T01:16:13.096Z Downloaded smoltcp v0.9.1
9362025-02-25T01:16:13.106Z Downloaded regex-automata v0.4.8
9372025-02-25T01:16:13.123Z Downloaded ratatui v0.29.0
9382025-02-25T01:16:13.143Z Downloaded openapiv3 v2.0.0
9392025-02-25T01:16:13.156Z Downloaded rustls v0.22.4
9402025-02-25T01:16:13.170Z Downloaded dropshot v0.12.0
9412025-02-25T01:16:13.191Z Downloaded rustls v0.23.19
9422025-02-25T01:16:13.202Z Downloaded typify-impl v0.2.0
9432025-02-25T01:16:13.219Z Downloaded hickory-proto v0.24.3
9442025-02-25T01:16:13.235Z Downloaded diesel v2.2.7
9452025-02-25T01:16:13.255Z Downloaded sled v0.34.7
9462025-02-25T01:16:13.265Z Downloaded dropshot v0.15.1
9472025-02-25T01:16:13.288Z Downloaded csv v1.3.1
9482025-02-25T01:16:13.309Z Downloaded nix v0.28.0
9492025-02-25T01:16:13.321Z Downloaded p384 v0.13.0
9502025-02-25T01:16:13.328Z Downloaded tabled v0.18.0
9512025-02-25T01:16:13.347Z Downloaded zerocopy-derive v0.6.6
9522025-02-25T01:16:13.357Z Downloaded sha3 v0.10.8
9532025-02-25T01:16:13.361Z Downloaded regress v0.9.1
9542025-02-25T01:16:13.371Z Downloaded tokio v1.43.0
9552025-02-25T01:16:13.411Z Downloaded gimli v0.31.1
9562025-02-25T01:16:13.420Z Downloaded object v0.36.5
9572025-02-25T01:16:13.432Z Downloaded serde_with v3.11.0
9582025-02-25T01:16:13.441Z Downloaded russh v0.45.0
9592025-02-25T01:16:13.447Z Downloaded git2 v0.19.0
9602025-02-25T01:16:13.456Z Downloaded lzma-sys v0.1.20
9612025-02-25T01:16:13.485Z Downloaded curve25519-dalek v4.1.3
9622025-02-25T01:16:13.494Z Downloaded regex-syntax v0.6.29
9632025-02-25T01:16:13.502Z Downloaded reqwest v0.12.12
9642025-02-25T01:16:13.511Z Downloaded nom v7.1.3
9652025-02-25T01:16:13.516Z Downloaded libz-sys v1.1.20
9662025-02-25T01:16:13.538Z Downloaded petgraph v0.6.5
9672025-02-25T01:16:13.557Z Downloaded term v0.7.0
9682025-02-25T01:16:13.561Z Downloaded rand_chacha v0.3.1
9692025-02-25T01:16:13.563Z Downloaded parking_lot_core v0.8.6
9702025-02-25T01:16:13.563Z Downloaded rand v0.8.5
9712025-02-25T01:16:13.566Z Downloaded proptest v1.5.0
9722025-02-25T01:16:13.577Z Downloaded native-tls v0.2.12
9732025-02-25T01:16:13.579Z Downloaded derive_more v0.99.19
9742025-02-25T01:16:13.583Z Downloaded expectorate v1.1.0
9752025-02-25T01:16:13.586Z Downloaded p521 v0.13.3
9762025-02-25T01:16:13.589Z Downloaded bindgen v0.71.1
9772025-02-25T01:16:13.597Z Downloaded rand_xorshift v0.3.0
9782025-02-25T01:16:13.599Z Downloaded rand_core v0.9.2
9792025-02-25T01:16:13.599Z Downloaded miniz_oxide v0.8.0
9802025-02-25T01:16:13.602Z Downloaded papergrid v0.14.0
9812025-02-25T01:16:13.606Z Downloaded chrono v0.4.39
9822025-02-25T01:16:13.615Z Downloaded rustyline v14.0.0
9832025-02-25T01:16:13.619Z Downloaded sha1 v0.10.6
9842025-02-25T01:16:13.622Z Downloaded pkcs8 v0.10.2
9852025-02-25T01:16:13.625Z Downloaded dropshot_endpoint v0.12.0
9862025-02-25T01:16:13.628Z Downloaded rsa v0.9.6
9872025-02-25T01:16:13.631Z Downloaded unicode-segmentation v1.12.0
9882025-02-25T01:16:13.635Z Downloaded openssl-sys v0.9.106
9892025-02-25T01:16:13.640Z Downloaded tower v0.5.2
9902025-02-25T01:16:13.650Z Downloaded qorb v0.2.1
9912025-02-25T01:16:13.653Z Downloaded derive-where v1.2.7
9922025-02-25T01:16:13.657Z Downloaded hashbrown v0.12.3
9932025-02-25T01:16:13.661Z Downloaded snafu-derive v0.8.5
9942025-02-25T01:16:13.663Z Downloaded hashbrown v0.13.2
9952025-02-25T01:16:13.666Z Downloaded parking_lot v0.12.3
9962025-02-25T01:16:13.669Z Downloaded num-traits v0.2.19
9972025-02-25T01:16:13.672Z Downloaded toml_edit v0.19.15
9982025-02-25T01:16:13.689Z Downloaded ssh-key v0.6.6
9992025-02-25T01:16:13.695Z Downloaded zopfli v0.8.1
10002025-02-25T01:16:13.697Z Downloaded quinn v0.11.5
10012025-02-25T01:16:13.701Z Downloaded daft-derive v0.1.1
10022025-02-25T01:16:13.706Z Downloaded similar v2.6.0
10032025-02-25T01:16:13.710Z Downloaded spin v0.9.8
10042025-02-25T01:16:13.712Z Downloaded foreign-types-macros v0.2.3
10052025-02-25T01:16:13.712Z Downloaded salty v0.3.0
10062025-02-25T01:16:13.718Z Downloaded typify-macro v0.2.0
10072025-02-25T01:16:13.721Z Downloaded time-macros v0.2.18
10082025-02-25T01:16:13.724Z Downloaded shlex v1.3.0
10092025-02-25T01:16:13.724Z Downloaded dropshot_endpoint v0.15.1
10102025-02-25T01:16:13.726Z Downloaded zerocopy v0.6.6
10112025-02-25T01:16:13.729Z Downloaded futures v0.3.31
10122025-02-25T01:16:13.734Z Downloaded packed_struct_codegen v0.10.1
10132025-02-25T01:16:13.737Z Downloaded encoding_rs v0.8.34
10142025-02-25T01:16:13.758Z Downloaded ring v0.17.11
10152025-02-25T01:16:13.800Z Downloaded num-rational v0.4.2
10162025-02-25T01:16:13.802Z Downloaded signal-hook v0.3.17
10172025-02-25T01:16:13.805Z Downloaded prettyplease v0.2.29
10182025-02-25T01:16:13.807Z Downloaded parse-size v1.1.0
10192025-02-25T01:16:13.810Z Downloaded float-ord v0.3.2
10202025-02-25T01:16:13.810Z Downloaded flagset v0.4.6
10212025-02-25T01:16:13.812Z Downloaded fixedbitset v0.4.2
10222025-02-25T01:16:13.813Z Downloaded filetime v0.2.25
10232025-02-25T01:16:13.816Z Downloaded ff v0.13.0
10242025-02-25T01:16:13.816Z Downloaded zeroize_derive v1.4.2
10252025-02-25T01:16:13.816Z Downloaded env_logger v0.11.5
10262025-02-25T01:16:13.819Z Downloaded env_logger v0.10.2
10272025-02-25T01:16:13.822Z Downloaded russh-keys v0.45.0
10282025-02-25T01:16:13.825Z Downloaded thiserror-impl v2.0.11
10292025-02-25T01:16:13.827Z Downloaded rayon-core v1.12.1
10302025-02-25T01:16:13.830Z Downloaded unicode_categories v0.1.1
10312025-02-25T01:16:13.832Z Downloaded der v0.7.9
10322025-02-25T01:16:13.837Z Downloaded slog-bunyan v2.5.0
10332025-02-25T01:16:13.839Z Downloaded tokio-tungstenite v0.23.1
10342025-02-25T01:16:13.842Z Downloaded mockall_derive v0.13.1
10352025-02-25T01:16:13.845Z Downloaded num-bigint v0.4.6
10362025-02-25T01:16:13.847Z Downloaded password-hash v0.5.0
10372025-02-25T01:16:13.850Z Downloaded fs_extra v1.3.0
10382025-02-25T01:16:13.853Z Downloaded ecdsa v0.16.9
10392025-02-25T01:16:13.857Z Downloaded tokio-rustls v0.25.0
10402025-02-25T01:16:13.857Z Downloaded libgit2-sys v0.17.0+1.8.1
10412025-02-25T01:16:13.914Z Downloaded ssh-cipher v0.2.0
10422025-02-25T01:16:13.920Z Downloaded simd-adler32 v0.3.7
10432025-02-25T01:16:13.921Z Downloaded sigpipe v0.1.3
10442025-02-25T01:16:13.921Z Downloaded signature v2.2.0
10452025-02-25T01:16:13.923Z Downloaded signal-hook-tokio v0.3.1
10462025-02-25T01:16:13.923Z Downloaded whoami v1.5.2
10472025-02-25T01:16:13.923Z Downloaded unsafe-libyaml v0.2.11
10482025-02-25T01:16:13.923Z Downloaded derive_builder_core v0.20.2
10492025-02-25T01:16:13.926Z Downloaded crossterm v0.28.1
10502025-02-25T01:16:13.931Z Downloaded phf_codegen v0.11.2
10512025-02-25T01:16:13.933Z Downloaded half v2.4.1
10522025-02-25T01:16:13.936Z Downloaded fatfs v0.3.6
10532025-02-25T01:16:13.939Z Downloaded dirs-next v2.0.0
10542025-02-25T01:16:13.939Z Downloaded pem-rfc7468 v0.7.0
10552025-02-25T01:16:13.941Z Downloaded toml v0.7.8
10562025-02-25T01:16:13.944Z Downloaded schemars v0.8.21
10572025-02-25T01:16:13.954Z Downloaded tracing v0.1.40
10582025-02-25T01:16:13.959Z Downloaded tokio-postgres v0.7.12
10592025-02-25T01:16:13.963Z Downloaded static_assertions v1.1.0
10602025-02-25T01:16:13.966Z Downloaded rusty-fork v0.3.0
10612025-02-25T01:16:13.968Z Downloaded progenitor-impl v0.9.1
10622025-02-25T01:16:13.968Z Downloaded subprocess v0.2.9
10632025-02-25T01:16:13.971Z Downloaded zip v2.1.3
10642025-02-25T01:16:13.974Z Downloaded http v1.2.0
10652025-02-25T01:16:13.978Z Downloaded minimal-lexical v0.2.1
10662025-02-25T01:16:13.982Z Downloaded scheduled-thread-pool v0.2.7
10672025-02-25T01:16:13.984Z Downloaded salsa20 v0.10.2
10682025-02-25T01:16:13.984Z Downloaded rustversion v1.0.17
10692025-02-25T01:16:13.987Z Downloaded predicates-core v1.0.8
10702025-02-25T01:16:13.987Z Downloaded polyval v0.6.2
10712025-02-25T01:16:13.990Z Downloaded der_derive v0.7.3
10722025-02-25T01:16:13.994Z Downloaded elliptic-curve v0.13.8
10732025-02-25T01:16:13.996Z Downloaded vsss-rs v3.3.4
10742025-02-25T01:16:13.996Z Downloaded tokio-rustls v0.26.0
10752025-02-25T01:16:13.999Z Downloaded strum_macros v0.26.4
10762025-02-25T01:16:14.002Z Downloaded ron v0.7.1
10772025-02-25T01:16:14.005Z Downloaded progenitor-impl v0.8.0
10782025-02-25T01:16:14.007Z Downloaded omicron-zone-package v0.12.0
10792025-02-25T01:16:14.010Z Downloaded defmt-macros v0.3.9
10802025-02-25T01:16:14.013Z Downloaded debug-ignore v1.0.5
10812025-02-25T01:16:14.015Z Downloaded data-encoding v2.6.0
10822025-02-25T01:16:14.015Z Downloaded siphasher v0.3.11
10832025-02-25T01:16:14.018Z Downloaded test-strategy v0.4.0
10842025-02-25T01:16:14.021Z Downloaded samael v0.0.18
10852025-02-25T01:16:14.026Z Downloaded hyper-util v0.1.10
10862025-02-25T01:16:14.029Z Downloaded icu_collections v1.5.0
10872025-02-25T01:16:14.034Z Downloaded progenitor v0.9.1
10882025-02-25T01:16:14.037Z Downloaded getrandom v0.3.1
10892025-02-25T01:16:14.039Z Downloaded libxml v0.3.3
10902025-02-25T01:16:14.044Z Downloaded hickory-resolver v0.24.3
10912025-02-25T01:16:14.048Z Downloaded vte v0.11.1
10922025-02-25T01:16:14.050Z Downloaded vergen v8.3.2
10932025-02-25T01:16:14.053Z Downloaded typify v0.3.0
10942025-02-25T01:16:14.055Z Downloaded rcgen v0.12.1
10952025-02-25T01:16:14.058Z Downloaded schemars_derive v0.8.21
10962025-02-25T01:16:14.061Z Downloaded tungstenite v0.21.0
10972025-02-25T01:16:14.063Z Downloaded synstructure v0.13.1
10982025-02-25T01:16:14.066Z Downloaded pin-project-internal v1.1.6
10992025-02-25T01:16:14.066Z Downloaded crossbeam-channel v0.5.13
11002025-02-25T01:16:14.069Z Downloaded primeorder v0.13.6
11012025-02-25T01:16:14.073Z Downloaded nu-ansi-term v0.50.1
11022025-02-25T01:16:14.076Z Downloaded peg v0.8.4
11032025-02-25T01:16:14.079Z Downloaded pbkdf2 v0.12.2
11042025-02-25T01:16:14.079Z Downloaded getrandom v0.2.15
11052025-02-25T01:16:14.081Z Downloaded futures-channel v0.3.31
11062025-02-25T01:16:14.084Z Downloaded typify v0.2.0
11072025-02-25T01:16:14.087Z Downloaded compact_str v0.8.0
11082025-02-25T01:16:14.090Z Downloaded futures-sink v0.3.31
11092025-02-25T01:16:14.093Z Downloaded fallible-streaming-iterator v0.1.9
11102025-02-25T01:16:14.093Z Downloaded unicode-xid v0.2.6
11112025-02-25T01:16:14.093Z Downloaded tokio-tungstenite v0.21.0
11122025-02-25T01:16:14.095Z Downloaded icu_provider v1.5.0
11132025-02-25T01:16:14.098Z Downloaded icu_properties v1.5.1
11142025-02-25T01:16:14.100Z Downloaded ghash v0.5.1
11152025-02-25T01:16:14.101Z Downloaded fallible-iterator v0.3.0
11162025-02-25T01:16:14.103Z Downloaded fallible-iterator v0.2.0
11172025-02-25T01:16:14.103Z Downloaded backtrace v0.3.74
11182025-02-25T01:16:14.107Z Downloaded either v1.13.0
11192025-02-25T01:16:14.110Z Downloaded display-error-chain v0.2.2
11202025-02-25T01:16:14.112Z Downloaded zone v0.3.0
11212025-02-25T01:16:14.112Z Downloaded zone v0.1.8
11222025-02-25T01:16:14.112Z Downloaded r2d2 v0.8.10
11232025-02-25T01:16:14.115Z Downloaded crossbeam-utils v0.8.20
11242025-02-25T01:16:14.118Z Downloaded crossbeam-epoch v0.9.18
11252025-02-25T01:16:14.121Z Downloaded bytes v1.9.0
11262025-02-25T01:16:14.124Z Downloaded itertools v0.13.0
11272025-02-25T01:16:14.129Z Downloaded itertools v0.12.1
11282025-02-25T01:16:14.135Z Downloaded tabled_derive v0.10.0
11292025-02-25T01:16:14.138Z Downloaded slog-envlogger v2.2.0
11302025-02-25T01:16:14.138Z Downloaded crc-any v2.5.0
11312025-02-25T01:16:14.141Z Downloaded cancel-safe-futures v0.1.5
11322025-02-25T01:16:14.143Z Downloaded icu_normalizer v1.5.0
11332025-02-25T01:16:14.146Z Downloaded icu_locid_transform_data v1.5.0
11342025-02-25T01:16:14.149Z Downloaded httparse v1.9.5
11352025-02-25T01:16:14.151Z Downloaded blake2 v0.10.6
11362025-02-25T01:16:14.154Z Downloaded sqlformat v0.2.6
11372025-02-25T01:16:14.154Z Downloaded serde-hex v0.1.0
11382025-02-25T01:16:14.157Z Downloaded proc-macro-error2 v2.0.1
11392025-02-25T01:16:14.159Z Downloaded csv-core v0.1.11
11402025-02-25T01:16:14.159Z Downloaded const-oid v0.9.6
11412025-02-25T01:16:14.162Z Downloaded rfc6979 v0.4.0
11422025-02-25T01:16:14.162Z Downloaded smallvec v0.6.14
11432025-02-25T01:16:14.164Z Downloaded semver v0.1.20
11442025-02-25T01:16:14.164Z Downloaded secrecy v0.8.0
11452025-02-25T01:16:14.167Z Downloaded rustc_version v0.1.7
11462025-02-25T01:16:14.168Z Downloaded resolv-conf v0.7.0
11472025-02-25T01:16:14.168Z Downloaded rand_seeder v0.3.0
11482025-02-25T01:16:14.171Z Downloaded crc32fast v1.4.2
11492025-02-25T01:16:14.171Z Downloaded hyper-rustls v0.27.3
11502025-02-25T01:16:14.173Z Downloaded const_format_proc_macros v0.2.34
11512025-02-25T01:16:14.176Z Downloaded console v0.15.10
11522025-02-25T01:16:14.179Z Downloaded async-trait v0.1.86
11532025-02-25T01:16:14.181Z Downloaded ciborium v0.2.2
11542025-02-25T01:16:14.184Z Downloaded maybe-uninit v2.0.0
11552025-02-25T01:16:14.184Z Downloaded managed v0.8.0
11562025-02-25T01:16:14.187Z Downloaded base64ct v1.6.0
11572025-02-25T01:16:14.189Z Downloaded constant_time_eq v0.3.1
11582025-02-25T01:16:14.189Z Downloaded lalrpop-util v0.19.12
11592025-02-25T01:16:14.189Z Downloaded colored v2.1.0
11602025-02-25T01:16:14.192Z Downloaded bzip2 v0.4.4
11612025-02-25T01:16:14.195Z Downloaded backoff v0.4.0
11622025-02-25T01:16:14.195Z Downloaded buf-list v1.0.3
11632025-02-25T01:16:14.197Z Downloaded blowfish v0.9.1
11642025-02-25T01:16:14.200Z Downloaded async-recursion v1.1.1
11652025-02-25T01:16:14.203Z Downloaded hyper-tls v0.6.0
11662025-02-25T01:16:14.203Z Downloaded cstr-argument v0.1.2
11672025-02-25T01:16:14.203Z Downloaded crunchy v0.2.2
11682025-02-25T01:16:14.205Z Downloaded crucible-workspace-hack v0.1.0
11692025-02-25T01:16:14.205Z Downloaded cassowary v0.3.0
11702025-02-25T01:16:14.208Z Downloaded ident_case v1.0.1
11712025-02-25T01:16:14.208Z Downloaded chacha20 v0.9.1
11722025-02-25T01:16:14.208Z Downloaded bitfield-struct v0.6.2
11732025-02-25T01:16:14.211Z Downloaded bitfield v0.14.0
11742025-02-25T01:16:14.211Z Downloaded bcrypt-pbkdf v0.10.0
11752025-02-25T01:16:14.214Z Downloaded base16ct v0.2.0
11762025-02-25T01:16:14.217Z Downloaded idna_adapter v1.2.0
11772025-02-25T01:16:14.217Z Downloaded humantime v2.1.0
11782025-02-25T01:16:14.221Z Downloaded httpdate v1.0.3
11792025-02-25T01:16:14.221Z Downloaded castaway v0.2.3
11802025-02-25T01:16:14.224Z Downloaded ascii-canvas v3.0.0
11812025-02-25T01:16:14.224Z Downloaded is-terminal v0.4.13
11822025-02-25T01:16:14.224Z Downloaded indicatif v0.17.11
11832025-02-25T01:16:14.227Z Downloaded bitflags v1.3.2
11842025-02-25T01:16:14.229Z Downloaded bb8 v0.8.5
11852025-02-25T01:16:14.230Z Downloaded base64 v0.13.1
11862025-02-25T01:16:14.232Z Downloaded kstat-rs v0.2.4
11872025-02-25T01:16:14.286Z Downloaded libsqlite3-sys v0.30.1
11882025-02-25T01:16:14.506Z Downloaded aws-lc-sys v0.22.0
11892025-02-25T01:16:14.810Z Compiling serde v1.0.218
11902025-02-25T01:16:14.816Z Compiling value-bag v1.9.0
11912025-02-25T01:16:14.816Z Compiling lock_api v0.4.12
11922025-02-25T01:16:14.816Z Compiling scopeguard v1.2.0
11932025-02-25T01:16:14.816Z Compiling typenum v1.17.0
11942025-02-25T01:16:14.970Z Compiling generic-array v0.14.7
11952025-02-25T01:16:15.013Z Compiling syn v2.0.96
11962025-02-25T01:16:15.031Z Compiling getrandom v0.2.15
11972025-02-25T01:16:15.154Z Compiling shlex v1.3.0
11982025-02-25T01:16:15.378Z Compiling log v0.4.22
11992025-02-25T01:16:15.418Z Compiling rand_core v0.6.4
12002025-02-25T01:16:15.496Z Compiling subtle v2.6.1
12012025-02-25T01:16:15.515Z Compiling jobserver v0.1.32
12022025-02-25T01:16:15.548Z Compiling smallvec v1.14.0
12032025-02-25T01:16:15.826Z Compiling const-oid v0.9.6
12042025-02-25T01:16:15.859Z Compiling pin-project-lite v0.2.14
12052025-02-25T01:16:15.909Z Compiling cc v1.2.15
12062025-02-25T01:16:15.933Z Compiling parking_lot_core v0.9.10
12072025-02-25T01:16:15.985Z Compiling rustix v0.38.37
12082025-02-25T01:16:16.117Z Compiling futures-core v0.3.31
12092025-02-25T01:16:16.285Z Compiling spin v0.9.8
12102025-02-25T01:16:16.355Z Compiling signal-hook-registry v1.4.2
12112025-02-25T01:16:16.645Z Compiling mio v1.0.2
12122025-02-25T01:16:16.820Z Compiling parking_lot v0.12.3
12132025-02-25T01:16:16.947Z Compiling either v1.13.0
12142025-02-25T01:16:17.050Z Compiling aho-corasick v1.1.3
12152025-02-25T01:16:17.259Z Compiling cpufeatures v0.2.14
12162025-02-25T01:16:17.350Z Compiling futures-sink v0.3.31
12172025-02-25T01:16:17.375Z Compiling regex-syntax v0.8.5
12182025-02-25T01:16:17.652Z Compiling stable_deref_trait v1.2.0
12192025-02-25T01:16:17.732Z Compiling socket2 v0.5.8
12202025-02-25T01:16:17.762Z Compiling slab v0.4.9
12212025-02-25T01:16:17.825Z Compiling glob v0.3.2
12222025-02-25T01:16:17.931Z Compiling prettyplease v0.2.29
12232025-02-25T01:16:18.321Z Compiling lazy_static v1.5.0
12242025-02-25T01:16:18.462Z Compiling serde_json v1.0.139
12252025-02-25T01:16:18.568Z Compiling minimal-lexical v0.2.1
12262025-02-25T01:16:18.632Z Compiling futures-channel v0.3.31
12272025-02-25T01:16:18.666Z Compiling clang-sys v1.8.1
12282025-02-25T01:16:18.838Z Compiling libloading v0.8.5
12292025-02-25T01:16:19.047Z Compiling nom v7.1.3
12302025-02-25T01:16:19.068Z Compiling pin-utils v0.1.0
12312025-02-25T01:16:19.171Z Compiling futures-io v0.3.31
12322025-02-25T01:16:19.230Z Compiling futures-task v0.3.31
12332025-02-25T01:16:19.424Z Compiling bindgen v0.69.5
12342025-02-25T01:16:19.459Z Compiling home v0.5.9
12352025-02-25T01:16:19.684Z Compiling itertools v0.12.1
12362025-02-25T01:16:19.777Z Compiling rustc-hash v1.1.0
12372025-02-25T01:16:19.948Z Compiling foldhash v0.1.3
12382025-02-25T01:16:20.234Z Compiling allocator-api2 v0.2.18
12392025-02-25T01:16:20.280Z Compiling libm v0.2.8
12402025-02-25T01:16:20.632Z Compiling lazycell v1.3.0
12412025-02-25T01:16:20.855Z Compiling cmake v0.1.51
12422025-02-25T01:16:20.999Z Compiling hashbrown v0.15.1
12432025-02-25T01:16:21.668Z Compiling regex-automata v0.4.8
12442025-02-25T01:16:21.818Z Compiling num-traits v0.2.19
12452025-02-25T01:16:22.135Z Compiling dunce v1.0.5
12462025-02-25T01:16:22.164Z Compiling fs_extra v1.3.0
12472025-02-25T01:16:22.270Z Compiling synstructure v0.13.1
12482025-02-25T01:16:22.610Z Compiling cexpr v0.6.0
12492025-02-25T01:16:22.715Z Compiling pkg-config v0.3.31
12502025-02-25T01:16:23.937Z Compiling litemap v0.7.3
12512025-02-25T01:16:23.991Z Compiling writeable v0.5.5
12522025-02-25T01:16:24.189Z Compiling ring v0.17.11
12532025-02-25T01:16:24.315Z Compiling base64ct v1.6.0
12542025-02-25T01:16:24.529Z Compiling paste v1.0.15
12552025-02-25T01:16:25.008Z Compiling pem-rfc7468 v0.7.0
12562025-02-25T01:16:25.097Z Compiling httparse v1.9.5
12572025-02-25T01:16:25.280Z Compiling aws-lc-rs v1.10.0
12582025-02-25T01:16:25.614Z Compiling flagset v0.4.6
12592025-02-25T01:16:25.690Z Compiling icu_locid_transform_data v1.5.0
12602025-02-25T01:16:25.827Z Compiling tracing-core v0.1.32
12612025-02-25T01:16:25.851Z Compiling icu_properties_data v1.5.0
12622025-02-25T01:16:26.110Z Compiling crossbeam-utils v0.8.20
12632025-02-25T01:16:26.578Z Compiling rustls-pki-types v1.10.0
12642025-02-25T01:16:26.622Z Compiling percent-encoding v2.3.1
12652025-02-25T01:16:26.920Z Compiling time-core v0.1.2
12662025-02-25T01:16:26.958Z Compiling regex v1.11.1
12672025-02-25T01:16:27.110Z Compiling utf16_iter v1.0.5
12682025-02-25T01:16:27.278Z Compiling serde_derive v1.0.218
12692025-02-25T01:16:27.308Z Compiling zeroize_derive v1.4.2
12702025-02-25T01:16:27.463Z Compiling zerocopy-derive v0.7.35
12712025-02-25T01:16:27.514Z Compiling tokio-macros v2.5.0
12722025-02-25T01:16:27.953Z Compiling zerofrom-derive v0.1.4
12732025-02-25T01:16:28.723Z Compiling zeroize v1.8.1
12742025-02-25T01:16:28.937Z Compiling yoke-derive v0.7.4
12752025-02-25T01:16:29.380Z Compiling zerocopy v0.7.35
12762025-02-25T01:16:29.807Z Compiling zerovec-derive v0.10.3
12772025-02-25T01:16:30.373Z Compiling crypto-common v0.1.6
12782025-02-25T01:16:30.564Z Compiling block-buffer v0.10.4
12792025-02-25T01:16:30.617Z Compiling futures-macro v0.3.31
12802025-02-25T01:16:30.678Z Compiling thiserror-impl v1.0.69
12812025-02-25T01:16:30.826Z Compiling digest v0.10.7
12822025-02-25T01:16:31.273Z Compiling zerofrom v0.1.4
12832025-02-25T01:16:31.312Z Compiling hmac v0.12.1
12842025-02-25T01:16:31.455Z Compiling displaydoc v0.2.5
12852025-02-25T01:16:31.511Z Compiling yoke v0.7.4
12862025-02-25T01:16:31.560Z Compiling block-padding v0.3.3
12872025-02-25T01:16:31.825Z Compiling inout v0.1.3
12882025-02-25T01:16:31.889Z Compiling ppv-lite86 v0.2.20
12892025-02-25T01:16:32.111Z Compiling cipher v0.4.4
12902025-02-25T01:16:32.168Z Compiling sha2 v0.10.8
12912025-02-25T01:16:32.300Z Compiling zerovec v0.10.4
12922025-02-25T01:16:32.483Z Compiling futures-util v0.3.31
12932025-02-25T01:16:32.669Z Compiling icu_provider_macros v1.5.0
12942025-02-25T01:16:32.699Z Compiling der_derive v0.7.3
12952025-02-25T01:16:32.937Z Compiling tracing-attributes v0.1.27
12962025-02-25T01:16:33.702Z Compiling thiserror v1.0.69
12972025-02-25T01:16:33.750Z Compiling salsa20 v0.10.2
12982025-02-25T01:16:33.851Z Compiling pest v2.7.14
12992025-02-25T01:16:33.998Z Compiling pbkdf2 v0.12.2
13002025-02-25T01:16:34.184Z Compiling tinystr v0.7.6
13012025-02-25T01:16:34.373Z Compiling icu_collections v1.5.0
13022025-02-25T01:16:34.567Z Compiling icu_locid v1.5.0
13032025-02-25T01:16:34.935Z Compiling der v0.7.9
13042025-02-25T01:16:35.574Z Compiling powerfmt v0.2.0
13052025-02-25T01:16:35.697Z Compiling icu_provider v1.5.0
13062025-02-25T01:16:36.132Z Compiling untrusted v0.7.1
13072025-02-25T01:16:36.156Z Compiling vcpkg v0.2.15
13082025-02-25T01:16:36.177Z Compiling tracing v0.1.40
13092025-02-25T01:16:36.597Z Compiling icu_locid_transform v1.5.0
13102025-02-25T01:16:36.679Z Compiling write16 v1.0.0
13112025-02-25T01:16:36.682Z Compiling utf8_iter v1.0.4
13122025-02-25T01:16:36.809Z Compiling untrusted v0.9.0
13132025-02-25T01:16:36.829Z Compiling mirai-annotations v1.12.0
13142025-02-25T01:16:36.934Z Compiling spki v0.7.3
13152025-02-25T01:16:36.996Z Compiling num-conv v0.1.0
13162025-02-25T01:16:37.017Z Compiling icu_normalizer_data v1.5.0
13172025-02-25T01:16:37.271Z Compiling time-macros v0.2.18
13182025-02-25T01:16:37.310Z Compiling pest_meta v2.7.14
13192025-02-25T01:16:37.828Z Compiling deranged v0.3.11
13202025-02-25T01:16:37.855Z Compiling scrypt v0.11.0
13212025-02-25T01:16:37.875Z Compiling icu_properties v1.5.1
13222025-02-25T01:16:38.375Z Compiling openssl-sys v0.9.106
13232025-02-25T01:16:38.930Z Compiling cbc v0.1.2
13242025-02-25T01:16:39.191Z Compiling aes v0.8.4
13252025-02-25T01:16:39.287Z Compiling rand_chacha v0.3.1
13262025-02-25T01:16:39.429Z Compiling scroll_derive v0.12.0
13272025-02-25T01:16:40.000Z Compiling bitflags v2.6.0
13282025-02-25T01:16:40.283Z Compiling bytes v1.9.0
13292025-02-25T01:16:41.418Z Compiling tokio v1.43.0
13302025-02-25T01:16:41.438Z Compiling semver v1.0.25
13312025-02-25T01:16:41.534Z Compiling indexmap v2.7.1
13322025-02-25T01:16:41.599Z Compiling http v1.2.0
13332025-02-25T01:16:41.957Z Compiling rustc_version v0.4.1
13342025-02-25T01:16:42.107Z Compiling icu_normalizer v1.5.0
13352025-02-25T01:16:42.651Z Compiling tinyvec_macros v0.1.1
13362025-02-25T01:16:42.762Z Compiling atomic-waker v1.1.2
13372025-02-25T01:16:42.811Z Compiling num_threads v0.1.7
13382025-02-25T01:16:42.957Z Compiling time v0.3.36
13392025-02-25T01:16:42.979Z Compiling tinyvec v1.8.0
13402025-02-25T01:16:43.508Z Compiling http-body v1.0.1
13412025-02-25T01:16:43.659Z Compiling idna_adapter v1.2.0
13422025-02-25T01:16:43.737Z Compiling scroll v0.12.0
13432025-02-25T01:16:43.756Z Compiling pkcs5 v0.7.1
13442025-02-25T01:16:43.882Z Compiling rand v0.8.5
13452025-02-25T01:16:44.005Z Compiling pest_generator v2.7.14
13462025-02-25T01:16:44.233Z Compiling which v4.4.2
13472025-02-25T01:16:44.483Z Compiling form_urlencoded v1.2.1
13482025-02-25T01:16:44.803Z Compiling zerocopy v0.8.10
13492025-02-25T01:16:44.824Z Compiling getrandom v0.3.1
13502025-02-25T01:16:45.124Z Compiling try-lock v0.2.5
13512025-02-25T01:16:45.293Z Compiling slog v2.7.0
13522025-02-25T01:16:45.499Z Compiling goblin v0.8.2
13532025-02-25T01:16:45.699Z Compiling want v0.3.1
13542025-02-25T01:16:45.815Z Compiling pest_derive v2.7.14
13552025-02-25T01:16:45.836Z Compiling pkcs8 v0.10.2
13562025-02-25T01:16:45.857Z Compiling idna v1.0.3
13572025-02-25T01:16:45.966Z Compiling uuid v1.12.0
13582025-02-25T01:16:46.486Z Compiling zerocopy-derive v0.8.10
13592025-02-25T01:16:46.617Z Compiling tower-service v0.3.3
13602025-02-25T01:16:46.760Z Compiling httpdate v1.0.3
13612025-02-25T01:16:47.224Z Compiling iana-time-zone v0.1.61
13622025-02-25T01:16:47.369Z Compiling dtrace-parser v0.2.0
13632025-02-25T01:16:47.481Z Compiling chrono v0.4.39
13642025-02-25T01:16:48.020Z Compiling toml_datetime v0.6.8
13652025-02-25T01:16:48.215Z Compiling serde_tokenstream v0.2.2
13662025-02-25T01:16:48.479Z Compiling serde_spanned v0.6.8
13672025-02-25T01:16:48.720Z Compiling foreign-types-shared v0.1.1
13682025-02-25T01:16:48.771Z Compiling match_cfg v0.1.0
13692025-02-25T01:16:48.845Z Compiling base64 v0.22.1
13702025-02-25T01:16:48.882Z Compiling adler2 v2.0.0
13712025-02-25T01:16:49.108Z Compiling rustversion v1.0.17
13722025-02-25T01:16:49.203Z Compiling openssl v0.10.71
13732025-02-25T01:16:49.526Z Compiling tokio-util v0.7.12
13742025-02-25T01:16:49.666Z Compiling miniz_oxide v0.8.0
13752025-02-25T01:16:49.847Z Compiling hostname v0.3.1
13762025-02-25T01:16:50.068Z Compiling foreign-types v0.3.2
13772025-02-25T01:16:50.174Z Compiling url v2.5.3
13782025-02-25T01:16:50.653Z Compiling h2 v0.4.6
13792025-02-25T01:16:51.094Z Compiling openssl-macros v0.1.1
13802025-02-25T01:16:51.844Z Compiling dof v0.3.0
13812025-02-25T01:16:51.913Z Compiling async-trait v0.1.86
13822025-02-25T01:16:51.996Z Compiling serde_derive_internals v0.29.1
13832025-02-25T01:16:52.317Z Compiling rand_core v0.9.2
13842025-02-25T01:16:52.788Z Compiling usdt-impl v0.5.0
13852025-02-25T01:16:53.620Z Compiling dirs-sys-next v0.1.2
13862025-02-25T01:16:54.080Z Compiling native-tls v0.2.12
13872025-02-25T01:16:54.186Z Compiling siphasher v0.3.11
13882025-02-25T01:16:54.301Z Compiling syn v1.0.109
13892025-02-25T01:16:54.351Z Compiling data-encoding v2.6.0
13902025-02-25T01:16:54.433Z Compiling schemars v0.8.21
13912025-02-25T01:16:54.467Z Compiling rustls v0.23.19
13922025-02-25T01:16:54.530Z Compiling rustls v0.22.4
13932025-02-25T01:16:54.582Z Compiling schemars_derive v0.8.21
13942025-02-25T01:16:54.768Z Compiling dirs-next v2.0.0
13952025-02-25T01:16:54.859Z Compiling rand_chacha v0.9.0
13962025-02-25T01:16:54.961Z Compiling unicode-normalization v0.1.24
13972025-02-25T01:16:56.081Z Compiling http-body-util v0.1.2
13982025-02-25T01:16:56.175Z Compiling crossbeam-epoch v0.9.18
13992025-02-25T01:16:56.216Z Compiling heapless v0.7.17
14002025-02-25T01:16:56.557Z Compiling sha1 v0.10.6
14012025-02-25T01:16:56.680Z Compiling signature v2.2.0
14022025-02-25T01:16:56.803Z Compiling bzip2-sys v0.1.11+1.0.8
14032025-02-25T01:16:56.925Z Compiling thread_local v1.1.8
14042025-02-25T01:16:56.969Z Compiling encoding_rs v0.8.34
14052025-02-25T01:16:56.972Z Compiling multer v3.1.0
14062025-02-25T01:16:57.279Z Compiling cookie v0.18.1
14072025-02-25T01:16:57.309Z Compiling rayon-core v1.12.1
14082025-02-25T01:16:57.357Z Compiling unicode-bidi v0.3.17
14092025-02-25T01:16:57.400Z Compiling ipnet v2.10.1
14102025-02-25T01:16:57.627Z Compiling gimli v0.31.1
14112025-02-25T01:16:57.647Z Compiling signal-hook v0.3.17
14122025-02-25T01:16:57.951Z Compiling hyper v1.5.2
14132025-02-25T01:16:58.439Z Compiling unicode-properties v0.1.3
14142025-02-25T01:16:58.621Z Compiling openssl-probe v0.1.5
14152025-02-25T01:16:58.856Z Compiling mime v0.3.17
14162025-02-25T01:16:58.924Z Compiling slog-async v2.8.0
14172025-02-25T01:16:59.372Z Compiling dyn-clone v1.0.18
14182025-02-25T01:16:59.500Z Compiling toml_edit v0.22.22
14192025-02-25T01:17:00.470Z Compiling hyper-util v0.1.10
14202025-02-25T01:17:01.570Z Compiling stringprep v0.1.5
14212025-02-25T01:17:01.766Z Compiling addr2line v0.24.2
14222025-02-25T01:17:02.606Z Compiling crossbeam-deque v0.8.5
14232025-02-25T01:17:02.627Z Compiling rand v0.9.0
14242025-02-25T01:17:02.882Z Compiling term v0.7.0
14252025-02-25T01:17:02.942Z Compiling usdt-attr-macro v0.5.0
14262025-02-25T01:17:03.365Z Compiling usdt-macro v0.5.0
14272025-02-25T01:17:04.031Z Compiling slog-json v2.6.1
14282025-02-25T01:17:04.123Z Compiling serde_urlencoded v0.7.1
14292025-02-25T01:17:04.280Z Compiling crossbeam-channel v0.5.13
14302025-02-25T01:17:04.387Z Compiling curve25519-dalek v4.1.3
14312025-02-25T01:17:04.413Z Compiling futures-executor v0.3.31
14322025-02-25T01:17:04.583Z Compiling enum-as-inner v0.6.1
14332025-02-25T01:17:04.773Z Compiling md-5 v0.10.6
14342025-02-25T01:17:04.918Z Compiling async-stream-impl v0.3.6
14352025-02-25T01:17:05.062Z Compiling rustls-pemfile v2.2.0
14362025-02-25T01:17:05.062Z Compiling num-integer v0.1.46
14372025-02-25T01:17:05.270Z Compiling hash32 v0.2.1
14382025-02-25T01:17:05.390Z Compiling ff v0.13.0
14392025-02-25T01:17:05.590Z Compiling is-terminal v0.4.13
14402025-02-25T01:17:05.609Z Compiling object v0.36.5
14412025-02-25T01:17:05.638Z Compiling dropshot v0.12.0
14422025-02-25T01:17:05.734Z Compiling memoffset v0.9.1
14432025-02-25T01:17:05.814Z Compiling anyhow v1.0.96
14442025-02-25T01:17:05.944Z Compiling num-bigint-dig v0.8.4
14452025-02-25T01:17:06.068Z Compiling take_mut v0.2.2
14462025-02-25T01:17:06.162Z Compiling fallible-iterator v0.2.0
14472025-02-25T01:17:06.226Z Compiling litrs v0.4.1
14482025-02-25T01:17:06.271Z Compiling quick-error v1.2.3
14492025-02-25T01:17:06.405Z Compiling cfg_aliases v0.2.1
14502025-02-25T01:17:06.433Z Compiling psl-types v2.0.11
14512025-02-25T01:17:06.510Z Compiling utf-8 v0.7.6
14522025-02-25T01:17:06.571Z Compiling rustc-demangle v0.1.24
14532025-02-25T01:17:06.646Z Compiling smoltcp v0.9.1
14542025-02-25T01:17:06.812Z Compiling base16ct v0.2.0
14552025-02-25T01:17:06.833Z Compiling linked-hash-map v0.5.6
14562025-02-25T01:17:07.139Z Compiling portable-atomic v1.9.0
14572025-02-25T01:17:07.174Z Compiling lru-cache v0.1.2
14582025-02-25T01:17:07.303Z Compiling document-features v0.2.10
14592025-02-25T01:17:07.350Z Compiling sec1 v0.7.3
14602025-02-25T01:17:07.369Z Compiling postgres-protocol v0.6.8
14612025-02-25T01:17:07.458Z Compiling tungstenite v0.24.0
14622025-02-25T01:17:07.972Z Compiling publicsuffix v2.3.0
14632025-02-25T01:17:08.257Z Compiling nix v0.29.0
14642025-02-25T01:17:08.276Z Compiling resolv-conf v0.7.0
14652025-02-25T01:17:08.851Z Compiling async-stream v0.3.6
14662025-02-25T01:17:09.128Z Compiling slog-term v2.9.1
14672025-02-25T01:17:09.157Z Compiling hickory-proto v0.24.3
14682025-02-25T01:17:09.185Z Compiling group v0.13.0
14692025-02-25T01:17:09.499Z Compiling usdt v0.5.0
14702025-02-25T01:17:09.520Z Compiling num-iter v0.1.45
14712025-02-25T01:17:09.829Z Compiling futures v0.3.31
14722025-02-25T01:17:09.948Z Compiling slog-bunyan v2.5.0
14732025-02-25T01:17:10.172Z Compiling toml v0.8.19
14742025-02-25T01:17:11.544Z Compiling tokio-native-tls v0.3.1
14752025-02-25T01:17:11.626Z Compiling camino v1.1.9
14762025-02-25T01:17:11.647Z Compiling phf_shared v0.11.2
14772025-02-25T01:17:11.812Z Compiling dropshot_endpoint v0.12.0
14782025-02-25T01:17:12.033Z Compiling terminal_size v0.4.0
14792025-02-25T01:17:12.054Z Compiling waitgroup v0.1.2
14802025-02-25T01:17:12.270Z Compiling backtrace v0.3.74
14812025-02-25T01:17:12.292Z Compiling openapiv3 v2.0.0
14822025-02-25T01:17:12.415Z Compiling serde_path_to_error v0.1.16
14832025-02-25T01:17:12.732Z Compiling hkdf v0.12.4
14842025-02-25T01:17:13.021Z Compiling crypto-bigint v0.5.5
14852025-02-25T01:17:13.184Z Compiling zerocopy-derive v0.6.6
14862025-02-25T01:17:14.349Z Compiling hubpack_derive v0.1.1
14872025-02-25T01:17:15.087Z Compiling curve25519-dalek-derive v0.1.1
14882025-02-25T01:17:15.147Z Compiling webpki-roots v0.26.6
14892025-02-25T01:17:15.224Z Compiling sync_wrapper v1.0.1
14902025-02-25T01:17:15.360Z Compiling hostname v0.4.0
14912025-02-25T01:17:15.397Z Compiling crc32fast v1.4.2
14922025-02-25T01:17:15.582Z Compiling ahash v0.8.11
14932025-02-25T01:17:15.716Z Compiling fs-err v2.11.0
14942025-02-25T01:17:15.903Z Compiling winnow v0.5.40
14952025-02-25T01:17:15.943Z Compiling debug-ignore v1.0.5
14962025-02-25T01:17:16.023Z Compiling unicode-width v0.2.0
14972025-02-25T01:17:16.102Z Compiling tower-layer v0.3.3
14982025-02-25T01:17:16.250Z Compiling bitflags v1.3.2
14992025-02-25T01:17:16.365Z Compiling newtype-uuid v1.2.1
15002025-02-25T01:17:16.407Z Compiling managed v0.8.0
15012025-02-25T01:17:16.539Z Compiling console v0.15.10
15022025-02-25T01:17:16.712Z Compiling clap_builder v4.5.30
15032025-02-25T01:17:17.877Z Compiling tower v0.5.2
15042025-02-25T01:17:17.900Z Compiling strum_macros v0.25.3
15052025-02-25T01:17:18.838Z Compiling elliptic-curve v0.13.8
15062025-02-25T01:17:18.966Z Compiling flate2 v1.0.35
15072025-02-25T01:17:19.006Z Compiling hubpack v0.1.2
15082025-02-25T01:17:19.384Z Compiling toml_edit v0.19.15
15092025-02-25T01:17:19.435Z Compiling zerocopy v0.6.6
15102025-02-25T01:17:19.627Z Compiling hickory-resolver v0.24.3
15112025-02-25T01:17:20.183Z Compiling phf v0.11.2
15122025-02-25T01:17:20.473Z Compiling hyper-tls v0.6.0
15132025-02-25T01:17:20.675Z Compiling signal-hook-mio v0.2.4
15142025-02-25T01:17:20.854Z Compiling cookie_store v0.21.1
15152025-02-25T01:17:20.878Z Compiling rayon v1.10.0
15162025-02-25T01:17:21.471Z Compiling bzip2 v0.4.4
15172025-02-25T01:17:22.468Z Compiling tokio-tungstenite v0.24.0
15182025-02-25T01:17:24.311Z Compiling postgres-types v0.2.8
15192025-02-25T01:17:24.463Z Compiling ed25519 v2.2.3
15202025-02-25T01:17:24.547Z Compiling phf_shared v0.10.0
15212025-02-25T01:17:24.921Z Compiling tokio-stream v0.1.17
15222025-02-25T01:17:25.168Z Compiling pkcs1 v0.7.5
15232025-02-25T01:17:25.217Z Compiling serde-big-array v0.5.1
15242025-02-25T01:17:25.467Z Compiling clap_derive v4.5.28
15252025-02-25T01:17:25.577Z Compiling rfc6979 v0.4.0
15262025-02-25T01:17:25.783Z Compiling serde_repr v0.1.19
15272025-02-25T01:17:25.873Z Compiling derive-where v1.2.7
15282025-02-25T01:17:26.049Z Compiling bstr v1.10.0
15292025-02-25T01:17:26.240Z Compiling float-cmp v0.10.0
15302025-02-25T01:17:26.284Z Compiling unicode-segmentation v1.12.0
15312025-02-25T01:17:26.486Z Compiling difflib v0.4.0
15322025-02-25T01:17:26.885Z Compiling bit-vec v0.6.3
15332025-02-25T01:17:27.184Z Compiling predicates-core v1.0.8
15342025-02-25T01:17:27.317Z Compiling precomputed-hash v0.1.1
15352025-02-25T01:17:27.454Z Compiling static_assertions v1.1.0
15362025-02-25T01:17:27.528Z Compiling new_debug_unreachable v1.0.6
15372025-02-25T01:17:27.593Z Compiling number_prefix v0.4.0
15382025-02-25T01:17:27.611Z Compiling fixedbitset v0.4.2
15392025-02-25T01:17:27.636Z Compiling normalize-line-endings v0.3.0
15402025-02-25T01:17:27.784Z Compiling whoami v1.5.2
15412025-02-25T01:17:27.820Z Compiling indicatif v0.17.11
15422025-02-25T01:17:27.841Z Compiling predicates v3.1.3
15432025-02-25T01:17:28.068Z Compiling petgraph v0.6.5
15442025-02-25T01:17:28.359Z Compiling tokio-postgres v0.7.12
15452025-02-25T01:17:29.003Z Compiling string_cache v0.8.7
15462025-02-25T01:17:29.325Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15472025-02-25T01:17:29.466Z Compiling bit-set v0.5.3
15482025-02-25T01:17:29.755Z Compiling similar v2.6.0
15492025-02-25T01:17:29.786Z Compiling ecdsa v0.16.9
15502025-02-25T01:17:29.958Z Compiling clap v4.5.30
15512025-02-25T01:17:30.089Z Compiling rsa v0.9.6
15522025-02-25T01:17:30.567Z Compiling ed25519-dalek v2.1.1
15532025-02-25T01:17:31.619Z Compiling toml v0.7.8
15542025-02-25T01:17:31.864Z Compiling zip v0.6.6
15552025-02-25T01:17:33.082Z Compiling crossterm v0.28.1
15562025-02-25T01:17:33.889Z Compiling hex v0.4.3
15572025-02-25T01:17:34.192Z Compiling x509-cert v0.2.5
15582025-02-25T01:17:34.465Z Compiling itertools v0.10.5
15592025-02-25T01:17:34.540Z Compiling itertools v0.14.0
15602025-02-25T01:17:35.445Z Compiling unicode-xid v0.2.6
15612025-02-25T01:17:35.655Z Compiling lalrpop-util v0.19.12
15622025-02-25T01:17:35.735Z Compiling peg-runtime v0.8.3
15632025-02-25T01:17:36.018Z Compiling strum_macros v0.26.4
15642025-02-25T01:17:36.220Z Compiling xattr v1.3.1
15652025-02-25T01:17:36.309Z Compiling filetime v0.2.25
15662025-02-25T01:17:36.609Z Compiling tar v0.4.44
15672025-02-25T01:17:40.228Z Compiling strum v0.26.3
15682025-02-25T01:17:42.939Z Compiling aws-lc-sys v0.22.0
15692025-02-25T01:18:10.272Z Compiling rustls-webpki v0.102.8
15702025-02-25T01:18:13.459Z Compiling tokio-rustls v0.25.0
15712025-02-25T01:18:15.182Z Compiling tokio-rustls v0.26.0
15722025-02-25T01:18:15.463Z Compiling hyper-rustls v0.27.3
15732025-02-25T01:18:15.781Z Compiling reqwest v0.12.12
15742025-02-25T01:18:17.023Z Compiling qorb v0.2.1
15752025-02-25T01:18:20.050Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15762025-02-25T01:18:20.313Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15772025-02-25T01:18:24.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15782025-02-25T01:18:24.920Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15792025-02-25T01:18:24.975ZFeb 25 01:18:23.918 INFO Starting download, target: Console
15802025-02-25T01:18:24.990ZFeb 25 01:18:23.918 INFO Starting download, target: Cockroach
15812025-02-25T01:18:24.990ZFeb 25 01:18:23.918 INFO Starting download, target: Clickhouse
15822025-02-25T01:18:24.991ZFeb 25 01:18:23.918 INFO Starting download, target: DendriteOpenapi
15832025-02-25T01:18:24.991ZFeb 25 01:18:23.918 INFO Starting download, target: DendriteStub
15842025-02-25T01:18:24.991ZFeb 25 01:18:23.918 INFO Starting download, target: MaghemiteMgd
15852025-02-25T01:18:24.991ZFeb 25 01:18:23.918 INFO Starting download, target: TransceiverControl
15862025-02-25T01:18:24.991ZFeb 25 01:18:23.919 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15872025-02-25T01:18:24.991ZFeb 25 01:18:23.919 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15882025-02-25T01:18:24.991ZFeb 25 01:18:23.919 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15892025-02-25T01:18:24.991ZFeb 25 01:18:23.919 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15902025-02-25T01:18:24.992ZFeb 25 01:18:23.919 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15912025-02-25T01:18:24.992ZFeb 25 01:18:23.919 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15922025-02-25T01:18:24.992ZFeb 25 01:18:23.919 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15932025-02-25T01:18:25.195ZFeb 25 01:18:24.133 INFO Download complete, target: DendriteOpenapi
15942025-02-25T01:18:25.337ZFeb 25 01:18:24.278 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15952025-02-25T01:18:25.597ZFeb 25 01:18:24.537 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15962025-02-25T01:18:25.845ZFeb 25 01:18:24.791 INFO Download complete, target: TransceiverControl
15972025-02-25T01:18:25.965ZFeb 25 01:18:24.911 INFO Download complete, target: Console
15982025-02-25T01:18:25.978ZFeb 25 01:18:24.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15992025-02-25T01:18:25.988ZFeb 25 01:18:24.934 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16002025-02-25T01:18:26.627ZFeb 25 01:18:25.577 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16012025-02-25T01:18:26.628ZFeb 25 01:18:25.577 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16022025-02-25T01:18:26.892ZFeb 25 01:18:25.840 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16032025-02-25T01:18:28.887ZFeb 25 01:18:27.835 INFO Download complete, target: DendriteStub
16042025-02-25T01:18:29.206ZFeb 25 01:18:28.154 INFO Download complete, target: MaghemiteMgd
16052025-02-25T01:18:34.257ZFeb 25 01:18:33.205 INFO Checking that binary works, target: Cockroach
16062025-02-25T01:18:34.419ZFeb 25 01:18:33.368 INFO Download complete, target: Cockroach
16072025-02-25T01:18:39.822ZFeb 25 01:18:38.770 INFO Checking that binary works, target: Clickhouse
16082025-02-25T01:18:39.932ZFeb 25 01:18:38.880 INFO Download complete, target: Clickhouse
16092025-02-25T01:18:39.941ZAll prerequisites installed successfully
16102025-02-25T01:18:39.943Z
16112025-02-25T01:18:39.943Zreal 4:39.577957807
16122025-02-25T01:18:39.944Zuser 15:38.271358240
16132025-02-25T01:18:39.944Zsys 2:06.226771075
16142025-02-25T01:18:39.944Ztrap 0.571219812
16152025-02-25T01:18:39.944Ztflt 0.929060950
16162025-02-25T01:18:39.944Zdflt 1.399265037
16172025-02-25T01:18:39.944Zkflt 0.025089598
16182025-02-25T01:18:39.944Zlock 24:04.391036126
16192025-02-25T01:18:39.944Zslp 54:46.088149969
16202025-02-25T01:18:39.944Zlat 1:01.193512980
16212025-02-25T01:18:39.944Zstop 2:29.062096530
16222025-02-25T01:18:39.944Z+ ptime -m cargo xtask download softnpu
16232025-02-25T01:18:40.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16242025-02-25T01:18:40.513Z Running `target/debug/xtask download softnpu`
16252025-02-25T01:18:41.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16262025-02-25T01:18:41.414Z Running `target/debug/xtask-downloader softnpu`
16272025-02-25T01:18:41.453ZFeb 25 01:18:40.401 INFO Starting download, target: Softnpu
16282025-02-25T01:18:41.456ZFeb 25 01:18:40.402 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16292025-02-25T01:18:42.175ZFeb 25 01:18:41.123 INFO Download complete, target: Softnpu
16302025-02-25T01:18:42.179Z
16312025-02-25T01:18:42.182Zreal 2.232452555
16322025-02-25T01:18:42.182Zuser 1.302108095
16332025-02-25T01:18:42.182Zsys 0.544008759
16342025-02-25T01:18:42.182Ztrap 0.000653006
16352025-02-25T01:18:42.182Ztflt 0.000050466
16362025-02-25T01:18:42.182Zdflt 0.000093653
16372025-02-25T01:18:42.182Zkflt 0.000000000
16382025-02-25T01:18:42.182Zlock 7.413120066
16392025-02-25T01:18:42.182Zslp 0.578586187
16402025-02-25T01:18:42.182Zlat 0.067797358
16412025-02-25T01:18:42.182Zstop 0.000197885
16422025-02-25T01:18:42.182Z+ export CARGO_INCREMENTAL=0
16432025-02-25T01:18:42.183Z+ CARGO_INCREMENTAL=0
16442025-02-25T01:18:42.183Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16452025-02-25T01:18:43.191Z Compiling proc-macro2 v1.0.93
16462025-02-25T01:18:43.191Z Compiling unicode-ident v1.0.14
16472025-02-25T01:18:43.194Z Compiling libc v0.2.170
16482025-02-25T01:18:43.194Z Compiling serde v1.0.218
16492025-02-25T01:18:43.194Z Compiling autocfg v1.4.0
16502025-02-25T01:18:43.194Z Compiling version_check v0.9.5
16512025-02-25T01:18:43.194Z Compiling cfg-if v1.0.0
16522025-02-25T01:18:43.470Z Compiling memchr v2.7.4
16532025-02-25T01:18:43.505Z Compiling typenum v1.17.0
16542025-02-25T01:18:43.532Z Compiling shlex v1.3.0
16552025-02-25T01:18:43.967Z Compiling value-bag v1.9.0
16562025-02-25T01:18:43.984Z Compiling generic-array v0.14.7
16572025-02-25T01:18:44.050Z Compiling lock_api v0.4.12
16582025-02-25T01:18:44.306Z Compiling scopeguard v1.2.0
16592025-02-25T01:18:44.346Z Compiling log v0.4.22
16602025-02-25T01:18:44.485Z Compiling parking_lot_core v0.9.10
16612025-02-25T01:18:44.700Z Compiling serde_json v1.0.139
16622025-02-25T01:18:44.866Z Compiling once_cell v1.20.3
16632025-02-25T01:18:44.988Z Compiling quote v1.0.38
16642025-02-25T01:18:45.022Z Compiling rustix v0.38.37
16652025-02-25T01:18:45.086Z Compiling jobserver v0.1.32
16662025-02-25T01:18:45.224Z Compiling getrandom v0.2.15
16672025-02-25T01:18:45.399Z Compiling syn v2.0.96
16682025-02-25T01:18:45.540Z Compiling cc v1.2.15
16692025-02-25T01:18:45.584Z Compiling libm v0.2.8
16702025-02-25T01:18:45.599Z Compiling aho-corasick v1.1.3
16712025-02-25T01:18:45.618Z Compiling num-traits v0.2.19
16722025-02-25T01:18:45.661Z Compiling semver v1.0.25
16732025-02-25T01:18:45.744Z Compiling regex-syntax v0.8.5
16742025-02-25T01:18:45.937Z Compiling thiserror v1.0.69
16752025-02-25T01:18:45.962Z Compiling either v1.13.0
16762025-02-25T01:18:46.103Z Compiling itoa v1.0.11
16772025-02-25T01:18:46.329Z Compiling slab v0.4.9
16782025-02-25T01:18:46.502Z Compiling byteorder v1.5.0
16792025-02-25T01:18:46.604Z Compiling spin v0.9.8
16802025-02-25T01:18:46.996Z Compiling errno v0.3.9
16812025-02-25T01:18:47.050Z Compiling rand_core v0.6.4
16822025-02-25T01:18:47.456Z Compiling glob v0.3.2
16832025-02-25T01:18:47.976Z Compiling prettyplease v0.2.29
16842025-02-25T01:18:48.185Z Compiling clang-sys v1.8.1
16852025-02-25T01:18:48.204Z Compiling lazy_static v1.5.0
16862025-02-25T01:18:48.383Z Compiling minimal-lexical v0.2.1
16872025-02-25T01:18:48.488Z Compiling smallvec v1.14.0
16882025-02-25T01:18:48.833Z Compiling nom v7.1.3
16892025-02-25T01:18:48.951Z Compiling libloading v0.8.5
16902025-02-25T01:18:48.974Z Compiling bindgen v0.69.5
16912025-02-25T01:18:48.977Z Compiling home v0.5.9
16922025-02-25T01:18:49.095Z Compiling subtle v2.6.1
16932025-02-25T01:18:49.193Z Compiling itertools v0.12.1
16942025-02-25T01:18:49.308Z Compiling regex-automata v0.4.8
16952025-02-25T01:18:49.447Z Compiling lazycell v1.3.0
16962025-02-25T01:18:49.639Z Compiling rustc-hash v1.1.0
16972025-02-25T01:18:49.813Z Compiling allocator-api2 v0.2.18
16982025-02-25T01:18:49.971Z Compiling cmake v0.1.51
16992025-02-25T01:18:50.722Z Compiling fs_extra v1.3.0
17002025-02-25T01:18:51.095Z Compiling dunce v1.0.5
17012025-02-25T01:18:51.322Z Compiling pkg-config v0.3.31
17022025-02-25T01:18:51.341Z Compiling pin-project-lite v0.2.14
17032025-02-25T01:18:51.494Z Compiling ring v0.17.11
17042025-02-25T01:18:51.980Z Compiling cexpr v0.6.0
17052025-02-25T01:18:52.322Z Compiling synstructure v0.13.1
17062025-02-25T01:18:52.360Z Compiling paste v1.0.15
17072025-02-25T01:18:52.839Z Compiling ryu v1.0.18
17082025-02-25T01:18:53.250Z Compiling schemars v0.8.21
17092025-02-25T01:18:53.414Z Compiling httparse v1.9.5
17102025-02-25T01:18:53.475Z Compiling aws-lc-rs v1.10.0
17112025-02-25T01:18:53.617Z Compiling const-oid v0.9.6
17122025-02-25T01:18:53.943Z Compiling fnv v1.0.7
17132025-02-25T01:18:54.103Z Compiling serde_derive_internals v0.29.1
17142025-02-25T01:18:54.498Z Compiling signal-hook-registry v1.4.2
17152025-02-25T01:18:54.820Z Compiling regex v1.11.1
17162025-02-25T01:18:54.869Z Compiling foldhash v0.1.3
17172025-02-25T01:18:55.156Z Compiling equivalent v1.0.1
17182025-02-25T01:18:55.293Z Compiling hashbrown v0.15.1
17192025-02-25T01:18:55.547Z Compiling parking_lot v0.12.3
17202025-02-25T01:18:55.716Z Compiling mio v1.0.2
17212025-02-25T01:18:55.930Z Compiling heck v0.5.0
17222025-02-25T01:18:56.090Z Compiling stable_deref_trait v1.2.0
17232025-02-25T01:18:56.254Z Compiling serde_derive v1.0.218
17242025-02-25T01:18:56.323Z Compiling zeroize_derive v1.4.2
17252025-02-25T01:18:56.450Z Compiling zerocopy-derive v0.7.35
17262025-02-25T01:18:57.286Z Compiling tokio-macros v2.5.0
17272025-02-25T01:18:57.547Z Compiling thiserror-impl v1.0.69
17282025-02-25T01:18:57.610Z Compiling zeroize v1.8.1
17292025-02-25T01:18:58.216Z Compiling zerofrom-derive v0.1.4
17302025-02-25T01:18:58.403Z Compiling yoke-derive v0.7.4
17312025-02-25T01:18:58.463Z Compiling futures-macro v0.3.31
17322025-02-25T01:18:58.485Z Compiling zerovec-derive v0.10.3
17332025-02-25T01:18:58.566Z Compiling zerocopy v0.7.35
17342025-02-25T01:18:58.700Z Compiling displaydoc v0.2.5
17352025-02-25T01:19:00.163Z Compiling icu_provider_macros v1.5.0
17362025-02-25T01:19:00.285Z Compiling tracing-attributes v0.1.27
17372025-02-25T01:19:00.661Z Compiling schemars_derive v0.8.21
17382025-02-25T01:19:01.080Z Compiling crypto-common v0.1.6
17392025-02-25T01:19:01.099Z Compiling block-buffer v0.10.4
17402025-02-25T01:19:01.338Z Compiling digest v0.10.7
17412025-02-25T01:19:01.556Z Compiling socket2 v0.5.8
17422025-02-25T01:19:01.633Z Compiling futures-core v0.3.31
17432025-02-25T01:19:01.736Z Compiling time-core v0.1.2
17442025-02-25T01:19:01.905Z Compiling crossbeam-utils v0.8.20
17452025-02-25T01:19:01.930Z Compiling num-conv v0.1.0
17462025-02-25T01:19:02.218Z Compiling time-macros v0.2.18
17472025-02-25T01:19:02.470Z Compiling der_derive v0.7.3
17482025-02-25T01:19:03.311Z Compiling vcpkg v0.2.15
17492025-02-25T01:19:04.717Z Compiling openssl-sys v0.9.106
17502025-02-25T01:19:05.195Z Compiling futures-sink v0.3.31
17512025-02-25T01:19:05.370Z Compiling zerocopy v0.8.10
17522025-02-25T01:19:05.675Z Compiling cpufeatures v0.2.14
17532025-02-25T01:19:05.779Z Compiling zerocopy-derive v0.8.10
17542025-02-25T01:19:05.961Z Compiling slog v2.7.0
17552025-02-25T01:19:06.199Z Compiling ahash v0.8.11
17562025-02-25T01:19:06.284Z Compiling syn v1.0.109
17572025-02-25T01:19:06.562Z Compiling futures-channel v0.3.31
17582025-02-25T01:19:06.610Z Compiling zerofrom v0.1.4
17592025-02-25T01:19:06.726Z Compiling iana-time-zone v0.1.61
17602025-02-25T01:19:06.924Z Compiling futures-io v0.3.31
17612025-02-25T01:19:06.976Z Compiling futures-task v0.3.31
17622025-02-25T01:19:07.144Z Compiling pin-utils v0.1.0
17632025-02-25T01:19:07.257Z Compiling futures-util v0.3.31
17642025-02-25T01:19:07.281Z Compiling yoke v0.7.4
17652025-02-25T01:19:07.819Z Compiling scroll_derive v0.12.0
17662025-02-25T01:19:08.078Z Compiling bitflags v2.6.0
17672025-02-25T01:19:08.096Z Compiling bytes v1.9.0
17682025-02-25T01:19:09.131Z Compiling indexmap v2.7.1
17692025-02-25T01:19:10.004Z Compiling tokio v1.43.0
17702025-02-25T01:19:10.449Z Compiling serde_tokenstream v0.2.2
17712025-02-25T01:19:11.008Z Compiling uuid v1.12.0
17722025-02-25T01:19:11.343Z Compiling http v1.2.0
17732025-02-25T01:19:12.407Z Compiling which v4.4.2
17742025-02-25T01:19:13.047Z Compiling chrono v0.4.39
17752025-02-25T01:19:13.443Z Compiling openssl v0.10.71
17762025-02-25T01:19:13.694Z Compiling ucd-trie v0.1.7
17772025-02-25T01:19:14.136Z Compiling pest v2.7.14
17782025-02-25T01:19:16.880Z Compiling rustc_version v0.4.1
17792025-02-25T01:19:18.042Z Compiling zerovec v0.10.4
17802025-02-25T01:19:18.760Z Compiling hmac v0.12.1
17812025-02-25T01:19:19.314Z Compiling getrandom v0.3.1
17822025-02-25T01:19:20.237Z Compiling pest_meta v2.7.14
17832025-02-25T01:19:21.154Z Compiling block-padding v0.3.3
17842025-02-25T01:19:21.192Z Compiling openssl-macros v0.1.1
17852025-02-25T01:19:21.403Z Compiling rustls v0.23.19
17862025-02-25T01:19:21.737Z Compiling native-tls v0.2.12
17872025-02-25T01:19:21.948Z Compiling pest_generator v2.7.14
17882025-02-25T01:19:22.116Z Compiling inout v0.1.3
17892025-02-25T01:19:22.181Z Compiling tinystr v0.7.6
17902025-02-25T01:19:22.615Z Compiling toml_datetime v0.6.8
17912025-02-25T01:19:22.779Z Compiling serde_spanned v0.6.8
17922025-02-25T01:19:22.802Z Compiling ppv-lite86 v0.2.20
17932025-02-25T01:19:23.069Z Compiling tracing-core v0.1.32
17942025-02-25T01:19:23.123Z Compiling writeable v0.5.5
17952025-02-25T01:19:23.628Z Compiling dyn-clone v1.0.18
17962025-02-25T01:19:23.678Z Compiling litemap v0.7.3
17972025-02-25T01:19:23.995Z Compiling strsim v0.11.1
17982025-02-25T01:19:24.107Z Compiling icu_locid v1.5.0
17992025-02-25T01:19:24.110Z Compiling tracing v0.1.40
18002025-02-25T01:19:24.583Z Compiling aws-lc-sys v0.22.0
18012025-02-25T01:19:24.612Z Compiling pest_derive v2.7.14
18022025-02-25T01:19:24.969Z Compiling cipher v0.4.4
18032025-02-25T01:19:25.293Z Compiling sha2 v0.10.8
18042025-02-25T01:19:25.455Z Compiling cookie v0.18.1
18052025-02-25T01:19:25.787Z Compiling usdt-impl v0.5.0
18062025-02-25T01:19:26.117Z Compiling base64ct v1.6.0
18072025-02-25T01:19:26.141Z Compiling icu_provider v1.5.0
18082025-02-25T01:19:26.695Z Compiling pem-rfc7468 v0.7.0
18092025-02-25T01:19:29.113Z Compiling scroll v0.12.0
18102025-02-25T01:19:29.646Z Compiling async-trait v0.1.86
18112025-02-25T01:19:31.073Z Compiling camino v1.1.9
18122025-02-25T01:19:31.585Z Compiling percent-encoding v2.3.1
18132025-02-25T01:19:31.605Z Compiling anyhow v1.0.96
18142025-02-25T01:19:32.038Z Compiling rustls-pki-types v1.10.0
18152025-02-25T01:19:32.109Z Compiling icu_locid_transform_data v1.5.0
18162025-02-25T01:19:32.215Z Compiling flagset v0.4.6
18172025-02-25T01:19:32.542Z Compiling plain v0.2.3
18182025-02-25T01:19:32.726Z Compiling goblin v0.8.2
18192025-02-25T01:19:33.663Z Compiling icu_locid_transform v1.5.0
18202025-02-25T01:19:33.937Z Compiling der v0.7.9
18212025-02-25T01:19:36.544Z Compiling icu_collections v1.5.0
18222025-02-25T01:19:37.011Z Compiling tokio-util v0.7.12
18232025-02-25T01:19:38.006Z Compiling untrusted v0.9.0
18242025-02-25T01:19:38.234Z Compiling icu_properties_data v1.5.0
18252025-02-25T01:19:38.506Z Compiling rustls v0.22.4
18262025-02-25T01:19:38.828Z Compiling powerfmt v0.2.0
18272025-02-25T01:19:38.882Z Compiling mirai-annotations v1.12.0
18282025-02-25T01:19:38.977Z Compiling rayon-core v1.12.1
18292025-02-25T01:19:39.319Z Compiling pretty-hex v0.4.1
18302025-02-25T01:19:39.339Z Compiling untrusted v0.7.1
18312025-02-25T01:19:39.380Z Compiling icu_properties v1.5.1
18322025-02-25T01:19:39.535Z Compiling dof v0.3.0
18332025-02-25T01:19:39.553Z Compiling deranged v0.3.11
18342025-02-25T01:19:41.029Z Compiling spki v0.7.3
18352025-02-25T01:19:41.294Z Compiling dtrace-parser v0.2.0
18362025-02-25T01:19:41.379Z Compiling salsa20 v0.10.2
18372025-02-25T01:19:41.395Z Compiling pbkdf2 v0.12.2
18382025-02-25T01:19:41.907Z Compiling thread-id v4.2.2
18392025-02-25T01:19:42.251Z Compiling winnow v0.5.40
18402025-02-25T01:19:42.946Z Compiling utf8_iter v1.0.4
18412025-02-25T01:19:43.129Z Compiling litrs v0.4.1
18422025-02-25T01:19:43.687Z Compiling utf16_iter v1.0.5
18432025-02-25T01:19:43.896Z Compiling write16 v1.0.0
18442025-02-25T01:19:44.059Z Compiling num_threads v0.1.7
18452025-02-25T01:19:44.253Z Compiling icu_normalizer_data v1.5.0
18462025-02-25T01:19:44.663Z Compiling atomic-waker v1.1.2
18472025-02-25T01:19:44.679Z Compiling time v0.3.36
18482025-02-25T01:19:44.752Z Compiling icu_normalizer v1.5.0
18492025-02-25T01:19:45.656Z Compiling toml_edit v0.19.15
18502025-02-25T01:19:45.713Z Compiling document-features v0.2.10
18512025-02-25T01:19:50.064Z Compiling scrypt v0.11.0
18522025-02-25T01:19:50.203Z Compiling form_urlencoded v1.2.1
18532025-02-25T01:19:50.315Z Compiling cbc v0.1.2
18542025-02-25T01:19:50.511Z Compiling aes v0.8.4
18552025-02-25T01:19:50.557Z Compiling rand_chacha v0.3.1
18562025-02-25T01:19:50.709Z Compiling http-body v1.0.1
18572025-02-25T01:19:50.997Z Compiling multer v3.1.0
18582025-02-25T01:19:51.406Z Compiling try-lock v0.2.5
18592025-02-25T01:19:51.442Z Compiling tinyvec_macros v0.1.1
18602025-02-25T01:19:51.546Z Compiling slog-async v2.8.0
18612025-02-25T01:19:51.583Z Compiling rustversion v1.0.17
18622025-02-25T01:19:51.601Z Compiling want v0.3.1
18632025-02-25T01:19:51.896Z Compiling tinyvec v1.8.0
18642025-02-25T01:19:52.030Z Compiling pkcs5 v0.7.1
18652025-02-25T01:19:52.235Z Compiling rand v0.8.5
18662025-02-25T01:19:53.363Z Compiling idna_adapter v1.2.0
18672025-02-25T01:19:53.600Z Compiling h2 v0.4.6
18682025-02-25T01:19:53.806Z Compiling heapless v0.7.17
18692025-02-25T01:19:54.234Z Compiling bzip2-sys v0.1.11+1.0.8
18702025-02-25T01:19:58.363Z Compiling httpdate v1.0.3
18712025-02-25T01:19:58.543Z Compiling signal-hook v0.3.17
18722025-02-25T01:19:58.543Z Compiling tower-service v0.3.3
18732025-02-25T01:19:58.596Z Compiling idna v1.0.3
18742025-02-25T01:19:58.596Z Compiling pkcs8 v0.10.2
18752025-02-25T01:19:59.207Z Compiling usdt-attr-macro v0.5.0
18762025-02-25T01:19:59.265Z Compiling usdt-macro v0.5.0
18772025-02-25T01:20:00.664Z Compiling async-stream-impl v0.3.6
18782025-02-25T01:20:01.085Z Compiling adler2 v2.0.0
18792025-02-25T01:20:01.524Z Compiling base64 v0.22.1
18802025-02-25T01:20:01.789Z Compiling hyper v1.5.2
18812025-02-25T01:20:02.052Z Compiling miniz_oxide v0.8.0
18822025-02-25T01:20:05.815Z Compiling hyper-util v0.1.10
18832025-02-25T01:20:09.075Z Compiling curve25519-dalek v4.1.3
18842025-02-25T01:20:09.525Z Compiling openapiv3 v2.0.0
18852025-02-25T01:20:10.184Z Compiling enum-as-inner v0.6.1
18862025-02-25T01:20:11.056Z Compiling memoffset v0.9.1
18872025-02-25T01:20:11.155Z Compiling dropshot v0.12.0
18882025-02-25T01:20:11.202Z Compiling foreign-types-shared v0.1.1
18892025-02-25T01:20:11.233Z Compiling portable-atomic v1.9.0
18902025-02-25T01:20:11.402Z Compiling match_cfg v0.1.0
18912025-02-25T01:20:11.467Z Compiling newtype-uuid v1.2.1
18922025-02-25T01:20:11.487Z Compiling smoltcp v0.9.1
18932025-02-25T01:20:11.775Z Compiling num-bigint-dig v0.8.4
18942025-02-25T01:20:12.070Z Compiling hostname v0.3.1
18952025-02-25T01:20:12.089Z Compiling foreign-types v0.3.2
18962025-02-25T01:20:13.199Z Compiling rand_core v0.9.2
18972025-02-25T01:20:13.371Z Compiling url v2.5.3
18982025-02-25T01:20:15.334Z Compiling http-body-util v0.1.2
18992025-02-25T01:20:15.920Z Compiling dirs-sys-next v0.1.2
19002025-02-25T01:20:16.126Z Compiling encoding_rs v0.8.34
19012025-02-25T01:20:16.261Z Compiling data-encoding v2.6.0
19022025-02-25T01:20:16.353Z Compiling ident_case v1.0.1
19032025-02-25T01:20:16.561Z Compiling cfg_aliases v0.2.1
19042025-02-25T01:20:16.673Z Compiling gimli v0.31.1
19052025-02-25T01:20:17.606Z Compiling siphasher v0.3.11
19062025-02-25T01:20:17.977Z Compiling mime v0.3.17
19072025-02-25T01:20:19.008Z Compiling heck v0.4.1
19082025-02-25T01:20:19.063Z Compiling nix v0.29.0
19092025-02-25T01:20:19.383Z Compiling darling_core v0.20.10
19102025-02-25T01:20:19.796Z Compiling dirs-next v2.0.0
19112025-02-25T01:20:23.261Z Compiling addr2line v0.24.2
19122025-02-25T01:20:24.172Z Compiling rand_chacha v0.9.0
19132025-02-25T01:20:25.353Z Compiling unicode-normalization v0.1.24
19142025-02-25T01:20:26.390Z Compiling crossbeam-epoch v0.9.18
19152025-02-25T01:20:27.042Z Compiling serde_urlencoded v0.7.1
19162025-02-25T01:20:27.315Z Compiling rustls-pemfile v2.2.0
19172025-02-25T01:20:27.512Z Compiling hubpack_derive v0.1.1
19182025-02-25T01:20:27.609Z Compiling dropshot_endpoint v0.12.0
19192025-02-25T01:20:27.892Z Compiling sha1 v0.10.6
19202025-02-25T01:20:27.929Z Compiling signature v2.2.0
19212025-02-25T01:20:28.186Z Compiling curve25519-dalek-derive v0.1.1
19222025-02-25T01:20:28.296Z Compiling zerocopy-derive v0.6.6
19232025-02-25T01:20:29.524Z Compiling object v0.36.5
19242025-02-25T01:20:30.014Z Compiling thread_local v1.1.8
19252025-02-25T01:20:30.446Z Compiling fs-err v2.11.0
19262025-02-25T01:20:31.495Z Compiling rustc-demangle v0.1.24
19272025-02-25T01:20:33.812Z Compiling ipnet v2.10.1
19282025-02-25T01:20:34.866Z Compiling openssl-probe v0.1.5
19292025-02-25T01:20:35.684Z Compiling rustls-webpki v0.102.8
19302025-02-25T01:20:36.282Z Compiling unicode-bidi v0.3.17
19312025-02-25T01:20:36.857Z Compiling unicode-properties v0.1.3
19322025-02-25T01:20:37.323Z Compiling winnow v0.6.20
19332025-02-25T01:20:37.466Z Compiling anstyle v1.0.10
19342025-02-25T01:20:37.806Z Compiling utf8parse v0.2.2
19352025-02-25T01:20:38.222Z Compiling anstyle-parse v0.2.5
19362025-02-25T01:20:38.701Z Compiling stringprep v0.1.5
19372025-02-25T01:20:38.845Z Compiling backtrace v0.3.74
19382025-02-25T01:20:40.654Z Compiling toml_edit v0.22.22
19392025-02-25T01:20:48.664Z Compiling crossbeam-deque v0.8.5
19402025-02-25T01:20:49.180Z Compiling darling_macro v0.20.10
19412025-02-25T01:20:49.343Z Compiling rand v0.9.0
19422025-02-25T01:20:50.078Z Compiling term v0.7.0
19432025-02-25T01:20:50.638Z Compiling slog-json v2.6.1
19442025-02-25T01:20:51.373Z Compiling crossbeam-channel v0.5.13
19452025-02-25T01:20:51.976Z Compiling hashbrown v0.14.5
19462025-02-25T01:20:52.442Z Compiling futures-executor v0.3.31
19472025-02-25T01:20:52.746Z Compiling num-integer v0.1.46
19482025-02-25T01:20:52.864Z Compiling md-5 v0.10.6
19492025-02-25T01:20:53.167Z Compiling ff v0.13.0
19502025-02-25T01:20:53.254Z Compiling hash32 v0.2.1
19512025-02-25T01:20:53.374Z Compiling memmap v0.7.0
19522025-02-25T01:20:53.406Z Compiling is-terminal v0.4.13
19532025-02-25T01:20:53.563Z Compiling is_terminal_polyfill v1.70.1
19542025-02-25T01:20:53.618Z Compiling quick-error v1.2.3
19552025-02-25T01:20:53.662Z Compiling base16ct v0.2.0
19562025-02-25T01:20:53.701Z Compiling psl-types v2.0.11
19572025-02-25T01:20:53.920Z Compiling linked-hash-map v0.5.6
19582025-02-25T01:20:54.183Z Compiling colorchoice v1.0.2
19592025-02-25T01:20:54.252Z Compiling fallible-iterator v0.2.0
19602025-02-25T01:20:54.359Z Compiling utf-8 v0.7.6
19612025-02-25T01:20:54.598Z Compiling anstyle-query v1.1.1
19622025-02-25T01:20:54.662Z Compiling take_mut v0.2.2
19632025-02-25T01:20:54.732Z Compiling anstream v0.6.15
19642025-02-25T01:20:54.758Z Compiling tungstenite v0.24.0
19652025-02-25T01:20:54.933Z Compiling postgres-protocol v0.6.8
19662025-02-25T01:20:55.328Z Compiling lru-cache v0.1.2
19672025-02-25T01:20:55.545Z Compiling publicsuffix v2.3.0
19682025-02-25T01:20:55.891Z Compiling sec1 v0.7.3
19692025-02-25T01:20:56.023Z Compiling resolv-conf v0.7.0
19702025-02-25T01:20:56.026Z Compiling usdt v0.5.0
19712025-02-25T01:20:56.494Z Compiling slog-term v2.9.1
19722025-02-25T01:20:56.512Z Compiling group v0.13.0
19732025-02-25T01:20:56.681Z Compiling num-iter v0.1.45
19742025-02-25T01:20:56.830Z Compiling regress v0.10.1
19752025-02-25T01:20:56.892Z Compiling futures v0.3.31
19762025-02-25T01:21:00.166Z Compiling slog-bunyan v2.5.0
19772025-02-25T01:21:00.399Z Compiling darling v0.20.10
19782025-02-25T01:21:00.531Z Compiling tokio-native-tls v0.3.1
19792025-02-25T01:21:00.856Z Compiling tokio-rustls v0.26.0
19802025-02-25T01:21:00.878Z Compiling toml v0.8.19
19812025-02-25T01:21:01.300Z Compiling tokio-rustls v0.25.0
19822025-02-25T01:21:01.303Z Compiling hickory-proto v0.24.3
19832025-02-25T01:21:01.736Z Compiling strum_macros v0.25.3
19842025-02-25T01:21:02.284Z Compiling phf_shared v0.11.2
19852025-02-25T01:21:02.765Z Compiling async-stream v0.3.6
19862025-02-25T01:21:02.784Z Compiling waitgroup v0.1.2
19872025-02-25T01:21:02.884Z Compiling webpki-roots v0.26.6
19882025-02-25T01:21:03.231Z Compiling hkdf v0.12.4
19892025-02-25T01:21:03.245Z Compiling terminal_size v0.4.0
19902025-02-25T01:21:03.456Z Compiling serde_path_to_error v0.1.16
19912025-02-25T01:21:03.480Z Compiling sync_wrapper v1.0.1
19922025-02-25T01:21:03.836Z Compiling crypto-bigint v0.5.5
19932025-02-25T01:21:04.032Z Compiling clap_derive v4.5.28
19942025-02-25T01:21:04.196Z Compiling serde_repr v0.1.19
19952025-02-25T01:21:04.961Z Compiling derive-where v1.2.7
19962025-02-25T01:21:05.248Z Compiling hostname v0.4.0
19972025-02-25T01:21:05.472Z Compiling crc32fast v1.4.2
19982025-02-25T01:21:05.790Z Compiling bitflags v1.3.2
19992025-02-25T01:21:05.910Z Compiling tower-layer v0.3.3
20002025-02-25T01:21:06.269Z Compiling unicode-width v0.2.0
20012025-02-25T01:21:06.452Z Compiling clap_lex v0.7.4
20022025-02-25T01:21:06.854Z Compiling managed v0.8.0
20032025-02-25T01:21:07.709Z Compiling debug-ignore v1.0.5
20042025-02-25T01:21:08.072Z Compiling tower v0.5.2
20052025-02-25T01:21:09.218Z Compiling clap_builder v4.5.30
20062025-02-25T01:21:10.241Z Compiling console v0.15.10
20072025-02-25T01:21:11.210Z Compiling hickory-resolver v0.24.3
20082025-02-25T01:21:11.385Z Compiling elliptic-curve v0.13.8
20092025-02-25T01:21:13.397Z Compiling flate2 v1.0.35
20102025-02-25T01:21:15.902Z Compiling hyper-rustls v0.27.3
20112025-02-25T01:21:16.254Z Compiling phf v0.11.2
20122025-02-25T01:21:17.159Z Compiling hyper-tls v0.6.0
20132025-02-25T01:21:17.563Z Compiling typify-impl v0.2.0
20142025-02-25T01:21:17.645Z Compiling signal-hook-mio v0.2.4
20152025-02-25T01:21:17.671Z Compiling rayon v1.10.0
20162025-02-25T01:21:17.837Z Compiling cookie_store v0.21.1
20172025-02-25T01:21:19.319Z Compiling bzip2 v0.4.4
20182025-02-25T01:21:19.605Z Compiling tokio-tungstenite v0.24.0
20192025-02-25T01:21:19.710Z Compiling postgres-types v0.2.8
20202025-02-25T01:21:20.322Z Compiling zerocopy v0.6.6
20212025-02-25T01:21:21.037Z Compiling hubpack v0.1.2
20222025-02-25T01:21:21.101Z Compiling ed25519 v2.2.3
20232025-02-25T01:21:21.371Z Compiling phf_shared v0.10.0
20242025-02-25T01:21:21.570Z Compiling pkcs1 v0.7.5
20252025-02-25T01:21:21.953Z Compiling tokio-stream v0.1.17
20262025-02-25T01:21:22.336Z Compiling ipnetwork v0.21.1
20272025-02-25T01:21:22.388Z Compiling rfc6979 v0.4.0
20282025-02-25T01:21:22.844Z Compiling serde-big-array v0.5.1
20292025-02-25T01:21:22.864Z Compiling float-cmp v0.10.0
20302025-02-25T01:21:23.116Z Compiling bstr v1.10.0
20312025-02-25T01:21:23.763Z Compiling static_assertions v1.1.0
20322025-02-25T01:21:23.888Z Compiling precomputed-hash v0.1.1
20332025-02-25T01:21:24.032Z Compiling number_prefix v0.4.0
20342025-02-25T01:21:24.172Z Compiling normalize-line-endings v0.3.0
20352025-02-25T01:21:24.272Z Compiling predicates-core v1.0.8
20362025-02-25T01:21:24.322Z Compiling unicode-segmentation v1.12.0
20372025-02-25T01:21:24.565Z Compiling fixedbitset v0.4.2
20382025-02-25T01:21:24.586Z Compiling new_debug_unreachable v1.0.6
20392025-02-25T01:21:24.702Z Compiling bit-vec v0.6.3
20402025-02-25T01:21:24.968Z Compiling whoami v1.5.2
20412025-02-25T01:21:25.175Z Compiling difflib v0.4.0
20422025-02-25T01:21:25.386Z Compiling tokio-postgres v0.7.12
20432025-02-25T01:21:25.877Z Compiling predicates v3.1.3
20442025-02-25T01:21:26.266Z Compiling bit-set v0.5.3
20452025-02-25T01:21:26.559Z Compiling similar v2.6.0
20462025-02-25T01:21:27.218Z Compiling petgraph v0.6.5
20472025-02-25T01:21:27.298Z Compiling typify-macro v0.2.0
20482025-02-25T01:21:28.246Z Compiling string_cache v0.8.7
20492025-02-25T01:21:28.301Z Compiling indicatif v0.17.11
20502025-02-25T01:21:28.648Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20512025-02-25T01:21:30.323Z Compiling reqwest v0.12.12
20522025-02-25T01:21:30.594Z Compiling qorb v0.2.1
20532025-02-25T01:21:30.637Z Compiling ecdsa v0.16.9
20542025-02-25T01:21:31.270Z Compiling rsa v0.9.6
20552025-02-25T01:21:31.486Z Compiling ed25519-dalek v2.1.1
20562025-02-25T01:21:32.027Z Compiling zip v0.6.6
20572025-02-25T01:21:32.690Z Compiling crossterm v0.28.1
20582025-02-25T01:21:33.370Z Compiling clap v4.5.30
20592025-02-25T01:21:35.631Z Compiling toml v0.7.8
20602025-02-25T01:21:35.672Z Compiling x509-cert v0.2.5
20612025-02-25T01:21:36.326Z Compiling hex v0.4.3
20622025-02-25T01:21:37.151Z Compiling itertools v0.14.0
20632025-02-25T01:21:37.650Z Compiling itertools v0.10.5
20642025-02-25T01:21:37.952Z Compiling unicode-xid v0.2.6
20652025-02-25T01:21:38.160Z Compiling peg-runtime v0.8.3
20662025-02-25T01:21:38.642Z Compiling lalrpop-util v0.19.12
20672025-02-25T01:21:41.392Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20682025-02-25T01:21:45.969Z Compiling proc-macro-crate v1.3.1
20692025-02-25T01:21:46.008Z Compiling macaddr v1.0.1
20702025-02-25T01:21:46.741Z Compiling itertools v0.13.0
20712025-02-25T01:21:48.168Z Compiling heapless v0.8.0
20722025-02-25T01:21:49.692Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20732025-02-25T01:21:52.088Z Compiling num_enum_derive v0.5.11
20742025-02-25T01:21:59.534Z Compiling hash32 v0.3.1
20752025-02-25T01:22:01.817Z Compiling smoltcp v0.11.0
20762025-02-25T01:22:02.428Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20772025-02-25T01:22:06.908Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20782025-02-25T01:22:07.197Z Compiling num_enum v0.5.11
20792025-02-25T01:22:07.945Z Compiling typify v0.2.0
20802025-02-25T01:22:08.391Z Compiling oxnet v0.1.0
20812025-02-25T01:22:10.023Z Compiling proc-macro-error-attr v1.0.4
20822025-02-25T01:22:10.136Z Compiling thiserror v2.0.11
20832025-02-25T01:22:10.370Z Compiling cobs v0.2.3
20842025-02-25T01:22:10.685Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20852025-02-25T01:22:11.621Z Compiling unsafe-libyaml v0.2.11
20862025-02-25T01:22:12.976Z Compiling serde_yaml v0.9.34+deprecated
20872025-02-25T01:22:14.941Z Compiling postcard v1.0.10
20882025-02-25T01:22:22.215Z Compiling progenitor-impl v0.8.0
20892025-02-25T01:22:26.198Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20902025-02-25T01:22:38.396Z Compiling strum_macros v0.26.4
20912025-02-25T01:22:38.970Z Compiling foreign-types-macros v0.2.3
20922025-02-25T01:22:38.996Z Compiling thiserror-impl v2.0.11
20932025-02-25T01:22:39.046Z Compiling structmeta-derive v0.3.0
20942025-02-25T01:22:39.814Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20952025-02-25T01:22:39.911Z Compiling proc-macro-error v1.0.4
20962025-02-25T01:22:40.153Z Compiling unicode-width v0.1.14
20972025-02-25T01:22:40.253Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20982025-02-25T01:22:41.524Z Compiling foreign-types-shared v0.3.1
20992025-02-25T01:22:41.899Z Compiling foreign-types v0.5.0
21002025-02-25T01:22:42.440Z Compiling strum v0.26.3
21012025-02-25T01:22:43.329Z Compiling structmeta v0.3.0
21022025-02-25T01:22:46.117Z Compiling tabwriter v1.4.0
21032025-02-25T01:22:46.631Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21042025-02-25T01:22:53.627Z Compiling progenitor-macro v0.8.0
21052025-02-25T01:22:55.083Z Compiling progenitor-client v0.8.0
21062025-02-25T01:22:59.329Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21072025-02-25T01:22:59.571Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21082025-02-25T01:23:00.129Z Compiling daft-derive v0.1.1
21092025-02-25T01:23:00.178Z Compiling cstr-argument v0.1.2
21102025-02-25T01:23:00.424Z Compiling dropshot v0.15.1
21112025-02-25T01:23:00.776Z Compiling fastrand v2.1.1
21122025-02-25T01:23:00.926Z Compiling crucible-workspace-hack v0.1.0
21132025-02-25T01:23:01.448Z Compiling pretty-hex v0.2.1
21142025-02-25T01:23:01.544Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21152025-02-25T01:23:01.709Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21162025-02-25T01:23:02.032Z Compiling daft v0.1.1
21172025-02-25T01:23:02.155Z Compiling tempfile v3.13.0
21182025-02-25T01:23:02.545Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21192025-02-25T01:23:02.800Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21202025-02-25T01:23:03.424Z Compiling parse-display-derive v0.10.0
21212025-02-25T01:23:03.755Z Compiling colored v2.1.0
21222025-02-25T01:23:03.758Z Compiling serde_with_macros v3.11.0
21232025-02-25T01:23:03.856Z Compiling progenitor v0.8.0
21242025-02-25T01:23:04.097Z Compiling dropshot_endpoint v0.15.1
21252025-02-25T01:23:04.962Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21262025-02-25T01:23:05.722Z Compiling instant v0.1.13
21272025-02-25T01:23:05.920Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21282025-02-25T01:23:06.147Z Compiling serde_with v3.11.0
21292025-02-25T01:23:06.329Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21302025-02-25T01:23:06.811Z Compiling backoff v0.4.0
21312025-02-25T01:23:06.831Z Compiling parse-display v0.10.0
21322025-02-25T01:23:07.195Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332025-02-25T01:23:08.668Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21342025-02-25T01:23:09.296Z Compiling zone_cfg_derive v0.3.0
21352025-02-25T01:23:09.992Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21362025-02-25T01:23:10.185Z Compiling camino-tempfile v1.1.1
21372025-02-25T01:23:10.592Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382025-02-25T01:23:10.881Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21392025-02-25T01:23:10.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21402025-02-25T01:23:11.190Z Compiling regress v0.9.1
21412025-02-25T01:23:11.308Z Compiling progenitor-client v0.9.1
21422025-02-25T01:23:11.326Z Compiling num-derive v0.4.2
21432025-02-25T01:23:12.249Z Compiling sigpipe v0.1.3
21442025-02-25T01:23:12.409Z Compiling libefi-sys v0.1.0
21452025-02-25T01:23:12.760Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21462025-02-25T01:23:13.201Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21472025-02-25T01:23:13.477Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21482025-02-25T01:23:14.994Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21492025-02-25T01:23:15.543Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21502025-02-25T01:23:16.427Z Compiling zone v0.3.0
21512025-02-25T01:23:16.920Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21522025-02-25T01:23:19.735Z Compiling smf v0.2.3
21532025-02-25T01:23:19.772Z Compiling bitfield-struct v0.6.2
21542025-02-25T01:23:21.037Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21552025-02-25T01:23:21.100Z Compiling blake3 v1.5.4
21562025-02-25T01:23:21.581Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21572025-02-25T01:23:22.288Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21582025-02-25T01:23:22.328Z Compiling xattr v1.3.1
21592025-02-25T01:23:22.407Z Compiling filetime v0.2.25
21602025-02-25T01:23:22.671Z Compiling memmap2 v0.9.5
21612025-02-25T01:23:22.675Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21622025-02-25T01:23:22.771Z Compiling arrayref v0.3.9
21632025-02-25T01:23:22.831Z Compiling same-file v1.0.6
21642025-02-25T01:23:22.909Z Compiling constant_time_eq v0.3.1
21652025-02-25T01:23:23.121Z Compiling arrayvec v0.7.6
21662025-02-25T01:23:23.142Z Compiling walkdir v2.5.0
21672025-02-25T01:23:23.250Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21682025-02-25T01:23:24.600Z Compiling tar v0.4.44
21692025-02-25T01:23:24.690Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21702025-02-25T01:23:24.726Z Compiling gethostname v0.5.0
21712025-02-25T01:23:24.963Z Compiling cargo-platform v0.1.8
21722025-02-25T01:23:25.169Z Compiling topological-sort v0.2.2
21732025-02-25T01:23:25.468Z Compiling cargo_metadata v0.18.1
21742025-02-25T01:23:26.026Z Compiling omicron-zone-package v0.12.0
21752025-02-25T01:23:26.068Z Compiling indent_write v2.2.0
21762025-02-25T01:23:26.152Z Compiling shell-words v1.1.0
21772025-02-25T01:23:34.854Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21782025-02-25T01:23:37.137Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21792025-02-25T01:23:40.780Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21802025-02-25T01:23:55.066Z Finished `release` profile [optimized] target(s) in 5m 12s
21812025-02-25T01:23:55.234Z Running `target/release/omicron-package -t test target create -p dev`
21822025-02-25T01:23:55.282ZLogging to: /work/oxidecomputer/omicron/out/LOG
21832025-02-25T01:23:55.285ZCreated new build target 'test' and set it as active
21842025-02-25T01:23:55.285Z
21852025-02-25T01:23:55.285Zreal 5:13.080407130
21862025-02-25T01:23:55.285Zuser 36:22.793927903
21872025-02-25T01:23:55.285Zsys 3:27.733163324
21882025-02-25T01:23:55.285Ztrap 1.126162917
21892025-02-25T01:23:55.285Ztflt 1.917628135
21902025-02-25T01:23:55.285Zdflt 0.816236991
21912025-02-25T01:23:55.285Zkflt 0.002959238
21922025-02-25T01:23:55.285Zlock 1:11:30.214812362
21932025-02-25T01:23:55.285Zslp 2:25:34.092092763
21942025-02-25T01:23:55.285Zlat 2:43.754275700
21952025-02-25T01:23:55.285Zstop 4:54.272334031
21962025-02-25T01:23:55.288Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21972025-02-25T01:23:56.288Z Finished `release` profile [optimized] target(s) in 0.95s
21982025-02-25T01:23:56.349Z Running `target/release/omicron-package -t test package`
21992025-02-25T01:23:56.394ZLogging to: /work/oxidecomputer/omicron/out/LOG
22002025-02-25T01:23:57.550Z Compiling ring v0.17.11
22012025-02-25T01:23:57.727Z Compiling thiserror v2.0.11
22022025-02-25T01:23:57.744Z Compiling typify-impl v0.3.0
22032025-02-25T01:23:57.748Z Compiling convert_case v0.4.0
22042025-02-25T01:23:57.748Z Compiling newline-converter v0.3.0
22052025-02-25T01:23:57.748Z Compiling password-hash v0.5.0
22062025-02-25T01:23:57.748Z Compiling blake2 v0.10.6
22072025-02-25T01:23:57.997Z Compiling expectorate v1.1.0
22082025-02-25T01:23:58.249Z Compiling base64 v0.21.7
22092025-02-25T01:23:58.490Z Compiling derive_more v0.99.19
22102025-02-25T01:23:58.977Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22112025-02-25T01:23:59.265Z Compiling argon2 v0.5.3
22122025-02-25T01:23:59.690Z Compiling atomicwrites v0.4.4
22132025-02-25T01:24:00.048Z Compiling owo-colors v4.1.0
22142025-02-25T01:24:00.214Z Compiling cancel-safe-futures v0.1.5
22152025-02-25T01:24:00.400Z Compiling num-rational v0.4.2
22162025-02-25T01:24:00.569Z Compiling num-complex v0.4.6
22172025-02-25T01:24:01.516Z Compiling num v0.4.3
22182025-02-25T01:24:02.321Z Compiling libsw v3.3.1
22192025-02-25T01:24:02.646Z Compiling rustls v0.23.19
22202025-02-25T01:24:02.649Z Compiling rustls v0.22.4
22212025-02-25T01:24:02.689Z Compiling swrite v0.1.0
22222025-02-25T01:24:02.708Z Compiling linear-map v1.2.0
22232025-02-25T01:24:02.844Z Compiling float-ord v0.3.2
22242025-02-25T01:24:03.049Z Compiling highway v1.2.0
22252025-02-25T01:24:03.084Z Compiling semver v0.1.20
22262025-02-25T01:24:03.617Z Compiling rustc_version v0.1.7
22272025-02-25T01:24:03.927Z Compiling tungstenite v0.21.0
22282025-02-25T01:24:03.946Z Compiling ipnetwork v0.21.1
22292025-02-25T01:24:03.983Z Compiling newtype_derive v0.1.6
22302025-02-25T01:24:04.394Z Compiling oxnet v0.1.0
22312025-02-25T01:24:04.414Z Compiling humantime v2.1.0
22322025-02-25T01:24:04.775Z Compiling dropshot v0.15.1
22332025-02-25T01:24:04.852Z Compiling daft v0.1.1
22342025-02-25T01:24:05.040Z Compiling tokio-tungstenite v0.21.0
22352025-02-25T01:24:05.193Z Compiling rustls-webpki v0.102.8
22362025-02-25T01:24:05.334Z Compiling instant v0.1.13
22372025-02-25T01:24:05.506Z Compiling backoff v0.4.0
22382025-02-25T01:24:05.680Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22392025-02-25T01:24:05.848Z Compiling steno v0.4.1
22402025-02-25T01:24:06.774Z Compiling parse-display v0.10.0
22412025-02-25T01:24:07.293Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22422025-02-25T01:24:07.501Z Compiling serde_with v3.11.0
22432025-02-25T01:24:07.659Z Compiling typify-macro v0.3.0
22442025-02-25T01:24:08.626Z Compiling strum v0.26.3
22452025-02-25T01:24:08.815Z Compiling regress v0.9.1
22462025-02-25T01:24:10.797Z Compiling tokio-rustls v0.25.0
22472025-02-25T01:24:10.932Z Compiling typify v0.3.0
22482025-02-25T01:24:11.087Z Compiling progenitor-impl v0.9.1
22492025-02-25T01:24:11.206Z Compiling dropshot v0.12.0
22502025-02-25T01:24:13.254Z Compiling tokio-rustls v0.26.0
22512025-02-25T01:24:13.737Z Compiling hyper-rustls v0.27.3
22522025-02-25T01:24:14.328Z Compiling reqwest v0.12.12
22532025-02-25T01:24:16.984Z Compiling qorb v0.2.1
22542025-02-25T01:24:18.683Z Compiling progenitor-macro v0.9.1
22552025-02-25T01:24:21.967Z Compiling progenitor-client v0.9.1
22562025-02-25T01:24:22.508Z Compiling progenitor-client v0.8.0
22572025-02-25T01:24:23.305Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22582025-02-25T01:24:23.850Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592025-02-25T01:24:49.479Z Compiling progenitor v0.8.0
22602025-02-25T01:24:49.711Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22612025-02-25T01:24:52.748Z Compiling progenitor v0.9.1
22622025-02-25T01:24:53.001Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22632025-02-25T01:24:54.690Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22642025-02-25T01:24:54.954Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22652025-02-25T01:24:55.574Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22662025-02-25T01:24:56.178Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22672025-02-25T01:24:57.675Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22682025-02-25T01:25:03.325Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692025-02-25T01:25:04.485Z Compiling macaddr v1.0.1
22702025-02-25T01:25:05.021Z Compiling slog-dtrace v0.3.0
22712025-02-25T01:25:05.403Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22722025-02-25T01:25:05.446Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22732025-02-25T01:25:07.252Z Compiling prettyplease v0.2.29
22742025-02-25T01:25:07.351Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22752025-02-25T01:25:09.313Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22762025-02-25T01:25:10.387Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22772025-02-25T01:25:10.475Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22782025-02-25T01:25:11.061Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22792025-02-25T01:25:19.649Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22802025-02-25T01:25:21.604Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22812025-02-25T01:25:21.952Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22822025-02-25T01:25:25.088Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22832025-02-25T01:25:29.379Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22842025-02-25T01:25:31.672Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22852025-02-25T01:25:32.370Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22862025-02-25T01:25:34.492Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22872025-02-25T01:25:34.934Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22882025-02-25T01:25:35.515Z Compiling half v2.4.1
22892025-02-25T01:25:36.186Z Compiling ciborium-io v0.2.2
22902025-02-25T01:25:36.225Z Compiling bytecount v0.6.8
22912025-02-25T01:25:36.348Z Compiling ciborium-ll v0.2.2
22922025-02-25T01:25:36.563Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22932025-02-25T01:25:36.808Z Compiling ciborium v0.2.2
22942025-02-25T01:25:37.236Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22952025-02-25T01:25:37.681Z Compiling display-error-chain v0.2.2
22962025-02-25T01:25:37.974Z Compiling same-file v1.0.6
22972025-02-25T01:25:38.257Z Compiling fastrand v2.1.1
22982025-02-25T01:25:38.781Z Compiling tempfile v3.13.0
22992025-02-25T01:25:38.925Z Compiling walkdir v2.5.0
23002025-02-25T01:25:39.499Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23012025-02-25T01:25:39.581Z Compiling blake3 v1.5.4
23022025-02-25T01:25:40.275Z Compiling const_format_proc_macros v0.2.34
23032025-02-25T01:25:42.087Z Compiling xattr v1.3.1
23042025-02-25T01:25:42.377Z Compiling memmap2 v0.9.5
23052025-02-25T01:25:42.397Z Compiling filetime v0.2.25
23062025-02-25T01:25:42.712Z Compiling crunchy v0.2.2
23072025-02-25T01:25:42.788Z Compiling keccak v0.1.5
23082025-02-25T01:25:43.232Z Compiling maplit v1.0.2
23092025-02-25T01:25:43.254Z Compiling constant_time_eq v0.3.1
23102025-02-25T01:25:43.386Z Compiling arrayref v0.3.9
23112025-02-25T01:25:43.430Z Compiling arrayvec v0.7.6
23122025-02-25T01:25:43.548Z Compiling sha3 v0.10.8
23132025-02-25T01:25:43.883Z Compiling tar v0.4.44
23142025-02-25T01:25:44.415Z Compiling const_format v0.2.34
23152025-02-25T01:25:44.835Z Compiling toolchain_find v0.4.0
23162025-02-25T01:25:45.009Z Compiling camino-tempfile v1.1.1
23172025-02-25T01:25:45.189Z Compiling topological-sort v0.2.2
23182025-02-25T01:25:45.384Z Compiling tiny-keccak v2.0.2
23192025-02-25T01:25:45.445Z Compiling radium v0.7.0
23202025-02-25T01:25:45.463Z Compiling omicron-zone-package v0.12.0
23212025-02-25T01:25:45.670Z Compiling rustfmt-wrapper v0.2.1
23222025-02-25T01:25:45.862Z Compiling dsl_auto_type v0.1.2
23232025-02-25T01:25:45.925Z Compiling scheduled-thread-pool v0.2.7
23242025-02-25T01:25:45.992Z Compiling diesel_table_macro_syntax v0.2.0
23252025-02-25T01:25:46.262Z Compiling tap v1.0.1
23262025-02-25T01:25:46.395Z Compiling maybe-uninit v2.0.0
23272025-02-25T01:25:46.484Z Compiling wyz v0.5.1
23282025-02-25T01:25:46.962Z Compiling r2d2 v0.8.10
23292025-02-25T01:25:47.059Z Compiling diesel_derives v2.2.3
23302025-02-25T01:25:47.445Z Compiling phf_generator v0.11.2
23312025-02-25T01:25:47.478Z Compiling ascii-canvas v3.0.0
23322025-02-25T01:25:47.660Z Compiling secrecy v0.8.0
23332025-02-25T01:25:47.731Z Compiling ena v0.14.3
23342025-02-25T01:25:47.923Z Compiling async-recursion v1.1.1
23352025-02-25T01:25:47.971Z Compiling arc-swap v1.7.1
23362025-02-25T01:25:48.193Z Compiling regex-syntax v0.6.29
23372025-02-25T01:25:48.646Z Compiling diff v0.1.13
23382025-02-25T01:25:49.147Z Compiling crc-catalog v2.4.0
23392025-02-25T01:25:49.281Z Compiling funty v2.0.0
23402025-02-25T01:25:49.315Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23412025-02-25T01:25:49.656Z Compiling bindgen v0.71.1
23422025-02-25T01:25:50.128Z Compiling packed_struct v0.10.1
23432025-02-25T01:25:50.283Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23442025-02-25T01:25:50.594Z Compiling bitvec v1.0.1
23452025-02-25T01:25:50.699Z Compiling crc v3.2.1
23462025-02-25T01:25:52.096Z Compiling lalrpop v0.19.12
23472025-02-25T01:25:52.814Z Compiling slog-scope v4.4.0
23482025-02-25T01:25:52.886Z Compiling phf_codegen v0.11.2
23492025-02-25T01:25:53.138Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23502025-02-25T01:25:53.735Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23512025-02-25T01:25:54.819Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23522025-02-25T01:25:55.058Z Compiling universal-hash v0.5.1
23532025-02-25T01:25:55.080Z Compiling packed_struct_codegen v0.10.1
23542025-02-25T01:25:55.331Z Compiling thiserror-impl-no-std v2.0.2
23552025-02-25T01:25:57.401Z Compiling parse-zoneinfo v0.3.1
23562025-02-25T01:25:57.498Z Compiling diesel v2.2.7
23572025-02-25T01:25:57.646Z Compiling indexmap v1.9.3
23582025-02-25T01:25:58.045Z Compiling unicase v2.7.0
23592025-02-25T01:25:58.425Z Compiling nodrop v0.1.14
23602025-02-25T01:25:58.596Z Compiling ref-cast v1.0.23
23612025-02-25T01:25:58.778Z Compiling rustc-hash v2.1.1
23622025-02-25T01:25:59.001Z Compiling opaque-debug v0.3.1
23632025-02-25T01:25:59.130Z Compiling poly1305 v0.8.0
23642025-02-25T01:26:00.586Z Compiling array-init v0.0.4
23652025-02-25T01:26:01.732Z Compiling chrono-tz-build v0.4.0
23662025-02-25T01:26:02.676Z Compiling thiserror-no-std v2.0.2
23672025-02-25T01:26:06.966Z Compiling smallvec v0.6.14
23682025-02-25T01:26:07.458Z Compiling slog-stdlog v4.1.1
23692025-02-25T01:26:08.880Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23702025-02-25T01:26:09.223Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23712025-02-25T01:26:09.576Z Compiling derive_builder_core v0.20.2
23722025-02-25T01:26:11.535Z Compiling chacha20 v0.9.1
23732025-02-25T01:26:11.816Z Compiling headers-core v0.3.0
23742025-02-25T01:26:12.031Z Compiling aead v0.5.2
23752025-02-25T01:26:12.051Z Compiling libxml v0.3.3
23762025-02-25T01:26:12.404Z Compiling ref-cast-impl v1.0.23
23772025-02-25T01:26:12.452Z Compiling vte_generate_state_changes v0.1.2
23782025-02-25T01:26:13.111Z Compiling hashbrown v0.12.3
23792025-02-25T01:26:13.532Z Compiling bitfield v0.14.0
23802025-02-25T01:26:13.650Z Compiling polar-core v0.27.3
23812025-02-25T01:26:13.843Z Compiling termcolor v1.4.1
23822025-02-25T01:26:14.918Z Compiling env_logger v0.10.2
23832025-02-25T01:26:15.311Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23842025-02-25T01:26:16.887Z Compiling vte v0.11.1
23852025-02-25T01:26:17.967Z Compiling chacha20poly1305 v0.10.1
23862025-02-25T01:26:18.221Z Compiling headers v0.4.0
23872025-02-25T01:26:18.453Z Compiling samael v0.0.18
23882025-02-25T01:26:20.054Z Compiling derive_builder_macro v0.20.2
23892025-02-25T01:26:20.963Z Compiling slog-envlogger v2.2.0
23902025-02-25T01:26:21.678Z Compiling serde-hex v0.1.0
23912025-02-25T01:26:23.479Z Compiling vsss-rs v3.3.4
23922025-02-25T01:26:26.323Z Compiling chrono-tz v0.10.1
23932025-02-25T01:26:26.540Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23942025-02-25T01:26:27.015Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23952025-02-25T01:26:27.382Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23962025-02-25T01:26:27.494Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23972025-02-25T01:26:27.843Z Compiling ron v0.8.1
23982025-02-25T01:26:29.349Z Compiling hashbrown v0.13.2
23992025-02-25T01:26:30.688Z Compiling strum_macros v0.24.3
24002025-02-25T01:26:31.751Z Compiling fxhash v0.2.1
24012025-02-25T01:26:32.011Z Compiling zip v2.1.3
24022025-02-25T01:26:32.374Z Compiling lockfree-object-pool v0.1.6
24032025-02-25T01:26:32.694Z Compiling simd-adler32 v0.3.7
24042025-02-25T01:26:33.625Z Compiling indoc v1.0.9
24052025-02-25T01:26:33.709Z Compiling bumpalo v3.16.0
24062025-02-25T01:26:34.001Z Compiling crc-any v2.5.0
24072025-02-25T01:26:34.289Z Compiling zopfli v0.8.1
24082025-02-25T01:26:34.489Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24092025-02-25T01:26:34.944Z Compiling object v0.30.4
24102025-02-25T01:26:43.470Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24112025-02-25T01:26:45.953Z Compiling derive_builder v0.20.2
24122025-02-25T01:26:47.058Z Compiling strip-ansi-escapes v0.2.0
24132025-02-25T01:26:48.245Z Compiling papergrid v0.11.0
24142025-02-25T01:26:48.742Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24152025-02-25T01:26:49.100Z Compiling tabled_derive v0.7.0
24162025-02-25T01:26:49.553Z Compiling fd-lock v4.0.2
24172025-02-25T01:26:49.800Z Compiling peg-macros v0.8.4
24182025-02-25T01:26:51.136Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24192025-02-25T01:26:52.126Z Compiling kstat-rs v0.2.4
24202025-02-25T01:26:52.165Z Compiling oso-derive v0.27.3
24212025-02-25T01:26:52.787Z Compiling impl-trait-for-tuples v0.2.2
24222025-02-25T01:26:53.051Z Compiling quick-xml v0.37.2
24232025-02-25T01:26:53.123Z Compiling diesel-dtrace v0.4.2
24242025-02-25T01:26:53.483Z Compiling nu-ansi-term v0.50.1
24252025-02-25T01:26:54.790Z Compiling path-slash v0.1.5
24262025-02-25T01:26:55.071Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24272025-02-25T01:26:58.511Z Compiling oso v0.27.3
24282025-02-25T01:26:59.841Z Compiling reedline v0.35.0
24292025-02-25T01:27:01.829Z Compiling peg v0.8.4
24302025-02-25T01:27:01.965Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24312025-02-25T01:27:03.730Z Compiling tabled v0.15.0
24322025-02-25T01:27:10.692Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24332025-02-25T01:27:23.237Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24342025-02-25T01:27:24.227Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24352025-02-25T01:27:25.607Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24362025-02-25T01:27:25.719Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24372025-02-25T01:27:26.061Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24382025-02-25T01:27:26.064Z Compiling pem v3.0.5
24392025-02-25T01:27:27.483Z Compiling bb8 v0.8.5
24402025-02-25T01:27:27.962Z Compiling bcs v0.1.6
24412025-02-25T01:27:28.063Z Compiling libz-sys v1.1.20
24422025-02-25T01:27:28.767Z Compiling nanorand v0.7.0
24432025-02-25T01:27:28.822Z Compiling termtree v0.5.1
24442025-02-25T01:27:29.127Z Compiling parking_lot_core v0.8.6
24452025-02-25T01:27:29.426Z Compiling flume v0.11.1
24462025-02-25T01:27:30.306Z Compiling async-bb8-diesel v0.2.1
24472025-02-25T01:27:31.162Z Compiling mime_guess v2.0.5
24482025-02-25T01:27:32.965Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24492025-02-25T01:27:36.642Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24502025-02-25T01:27:37.626Z Compiling proc-macro-error-attr2 v2.0.0
24512025-02-25T01:27:38.425Z Compiling buf-list v1.0.3
24522025-02-25T01:27:39.100Z Compiling proc-macro-error2 v2.0.1
24532025-02-25T01:27:40.316Z Compiling nibble_vec v0.1.0
24542025-02-25T01:27:40.605Z Compiling libgit2-sys v0.17.0+1.8.1
24552025-02-25T01:27:40.639Z Compiling pin-project-internal v1.1.6
24562025-02-25T01:27:41.422Z Compiling atty v0.2.14
24572025-02-25T01:27:41.614Z Compiling endian-type v0.1.2
24582025-02-25T01:27:41.878Z Compiling http-range v0.1.5
24592025-02-25T01:27:42.470Z Compiling salty v0.3.0
24602025-02-25T01:27:42.971Z Compiling radix_trie v0.2.1
24612025-02-25T01:27:43.187Z Compiling pin-project v1.1.6
24622025-02-25T01:27:43.950Z Compiling parking_lot v0.11.2
24632025-02-25T01:27:46.813Z Compiling tabled_derive v0.10.0
24642025-02-25T01:27:48.879Z Compiling papergrid v0.14.0
24652025-02-25T01:27:49.187Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24662025-02-25T01:27:49.874Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24672025-02-25T01:27:54.171Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24682025-02-25T01:27:55.885Z Compiling snafu-derive v0.8.5
24692025-02-25T01:27:57.430Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24702025-02-25T01:27:57.876Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24712025-02-25T01:27:59.997Z Compiling snafu v0.8.5
24722025-02-25T01:28:01.241Z Compiling tabled v0.18.0
24732025-02-25T01:28:01.564Z Compiling hyper-staticfile v0.10.1
24742025-02-25T01:28:08.544Z Compiling sled v0.34.7
24752025-02-25T01:28:08.987Z Compiling hickory-client v0.24.3
24762025-02-25T01:28:21.495Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24772025-02-25T01:28:21.978Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24782025-02-25T01:28:22.673Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24792025-02-25T01:28:24.077Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24802025-02-25T01:28:29.376Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24812025-02-25T01:28:30.527Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24822025-02-25T01:28:31.955Z Compiling hickory-server v0.24.3
24832025-02-25T01:28:34.916Z Compiling globset v0.4.15
24842025-02-25T01:28:35.493Z Compiling olpc-cjson v0.1.4
24852025-02-25T01:28:35.823Z Compiling primeorder v0.13.6
24862025-02-25T01:28:36.435Z Compiling vergen v8.3.2
24872025-02-25T01:28:36.814Z Compiling castaway v0.2.3
24882025-02-25T01:28:37.039Z Compiling env_filter v0.1.2
24892025-02-25T01:28:38.610Z Compiling serde_plain v1.0.2
24902025-02-25T01:28:39.170Z Compiling cargo-platform v0.1.8
24912025-02-25T01:28:39.644Z Compiling typed-path v0.9.3
24922025-02-25T01:28:41.052Z Compiling cargo_metadata v0.18.1
24932025-02-25T01:28:41.861Z Compiling env_logger v0.11.5
24942025-02-25T01:28:42.463Z Compiling tough v0.19.0
24952025-02-25T01:28:43.076Z Compiling compact_str v0.8.0
24962025-02-25T01:28:43.323Z Compiling p384 v0.13.0
24972025-02-25T01:28:43.988Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24982025-02-25T01:28:45.619Z Compiling git2 v0.19.0
24992025-02-25T01:28:46.447Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25002025-02-25T01:28:46.661Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25012025-02-25T01:28:47.998Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25022025-02-25T01:28:50.391Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25032025-02-25T01:28:53.532Z Compiling unicode-truncate v1.1.0
25042025-02-25T01:28:53.856Z Compiling lru v0.12.5
25052025-02-25T01:28:54.232Z Compiling rand_seeder v0.3.0
25062025-02-25T01:28:54.693Z Compiling libsqlite3-sys v0.30.1
25072025-02-25T01:28:54.785Z Compiling lzma-sys v0.1.20
25082025-02-25T01:28:54.928Z Compiling instability v0.3.2
25092025-02-25T01:28:55.232Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25102025-02-25T01:28:55.479Z Compiling parse-size v1.1.0
25112025-02-25T01:28:55.592Z Compiling cassowary v0.3.0
25122025-02-25T01:28:55.825Z Compiling indoc v2.0.5
25132025-02-25T01:28:55.918Z Compiling rustls v0.21.12
25142025-02-25T01:28:56.298Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25152025-02-25T01:28:56.695Z Compiling ratatui v0.29.0
25162025-02-25T01:28:57.608Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25172025-02-25T01:28:57.859Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25182025-02-25T01:28:59.140Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25192025-02-25T01:28:59.771Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25202025-02-25T01:29:06.076Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25212025-02-25T01:29:06.404Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25222025-02-25T01:29:06.760Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25232025-02-25T01:29:06.810Z Compiling sct v0.7.1
25242025-02-25T01:29:07.273Z Compiling rustls-webpki v0.101.7
25252025-02-25T01:29:07.695Z Compiling heck v0.3.3
25262025-02-25T01:29:08.058Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25272025-02-25T01:29:10.329Z Compiling csv-core v0.1.11
25282025-02-25T01:29:10.682Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25292025-02-25T01:29:11.048Z Compiling glob v0.3.2
25302025-02-25T01:29:11.187Z Compiling csv v1.3.1
25312025-02-25T01:29:11.206Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25322025-02-25T01:29:13.135Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25332025-02-25T01:29:14.002Z Compiling zone_cfg_derive v0.1.2
25342025-02-25T01:29:15.349Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25352025-02-25T01:29:16.171Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25362025-02-25T01:29:17.491Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25372025-02-25T01:29:20.169Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25382025-02-25T01:29:25.014Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25392025-02-25T01:29:26.562Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25402025-02-25T01:29:26.928Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25412025-02-25T01:29:27.679Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25422025-02-25T01:29:28.059Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25432025-02-25T01:29:28.418Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25442025-02-25T01:29:28.758Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25452025-02-25T01:29:31.494Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25462025-02-25T01:29:32.200Z Compiling nix v0.27.1
25472025-02-25T01:29:32.328Z Compiling tungstenite v0.23.0
25482025-02-25T01:29:34.211Z Compiling hashlink v0.9.1
25492025-02-25T01:29:34.236Z Compiling fallible-iterator v0.3.0
25502025-02-25T01:29:34.985Z Compiling base64 v0.13.1
25512025-02-25T01:29:35.012Z Compiling fallible-streaming-iterator v0.1.9
25522025-02-25T01:29:35.291Z Compiling rusqlite v0.32.1
25532025-02-25T01:29:35.791Z Compiling ron v0.7.1
25542025-02-25T01:29:37.251Z Compiling tokio-tungstenite v0.23.1
25552025-02-25T01:29:37.827Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25562025-02-25T01:29:37.884Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25572025-02-25T01:29:38.674Z Compiling xz2 v0.1.7
25582025-02-25T01:29:38.677Z Compiling tokio-rustls v0.24.1
25592025-02-25T01:29:40.188Z Compiling zone v0.1.8
25602025-02-25T01:29:40.878Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25612025-02-25T01:29:43.421Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25622025-02-25T01:29:43.830Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25632025-02-25T01:29:44.912Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25642025-02-25T01:29:44.954Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25652025-02-25T01:29:52.389Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25662025-02-25T01:29:57.786Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25672025-02-25T01:29:58.026Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25682025-02-25T01:29:58.396Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692025-02-25T01:29:59.470Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25702025-02-25T01:30:00.018Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25712025-02-25T01:30:00.203Z Compiling rustls-pemfile v1.0.4
25722025-02-25T01:30:00.823Z Compiling signal-hook-tokio v0.3.1
25732025-02-25T01:30:00.976Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25742025-02-25T01:30:01.064Z Compiling twox-hash v2.1.0
25752025-02-25T01:30:01.592Z Compiling yasna v0.5.2
25762025-02-25T01:30:02.077Z Compiling is_ci v1.2.0
25772025-02-25T01:30:02.416Z Compiling unicode-linebreak v0.1.5
25782025-02-25T01:30:02.992Z Compiling smawk v0.3.2
25792025-02-25T01:30:03.078Z Compiling rcgen v0.12.1
25802025-02-25T01:30:03.275Z Compiling textwrap v0.16.1
25812025-02-25T01:30:05.111Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25822025-02-25T01:30:06.778Z Compiling supports-color v3.0.2
25832025-02-25T01:30:09.773Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25842025-02-25T01:30:13.585Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25852025-02-25T01:30:14.504Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25862025-02-25T01:30:19.497Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25872025-02-25T01:30:24.939Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25882025-02-25T01:30:27.371Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25892025-02-25T01:30:28.378Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25902025-02-25T01:30:32.146Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25912025-02-25T01:30:38.312Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25922025-02-25T01:30:38.864Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25932025-02-25T01:30:48.898Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25942025-02-25T01:30:49.568Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25952025-02-25T01:30:50.805Z Compiling fatfs v0.3.6
25962025-02-25T01:30:53.635Z Compiling rtoolbox v0.0.2
25972025-02-25T01:30:54.030Z Compiling subprocess v0.2.9
25982025-02-25T01:30:55.230Z Compiling assert_matches v1.5.0
25992025-02-25T01:30:58.681Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26002025-02-25T01:31:00.542Z Compiling rpassword v7.3.1
26012025-02-25T01:31:01.040Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26022025-02-25T01:31:05.820Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26032025-02-25T01:31:06.427Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26042025-02-25T01:31:12.764Z Compiling tui-tree-widget v0.23.0
26052025-02-25T01:31:13.261Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26062025-02-25T01:31:19.088Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26072025-02-25T01:31:19.464Z Compiling uzers v0.12.1
26082025-02-25T01:31:22.620Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26092025-02-25T01:31:26.339Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26102025-02-25T01:31:27.745Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26112025-02-25T01:31:53.215Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26122025-02-25T01:31:56.939Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26132025-02-25T01:32:01.565Z Compiling multimap v0.10.0
26142025-02-25T01:34:25.201Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26152025-02-25T01:41:13.986Z Finished `release` profile [optimized] target(s) in 17m 17s
26162025-02-25T01:42:21.150Z
26172025-02-25T01:42:21.152Zreal 18:25.781616024
26182025-02-25T01:42:21.152Zuser 2:10:58.367076715
26192025-02-25T01:42:21.153Zsys 3:35.814941010
26202025-02-25T01:42:21.153Ztrap 3.288870358
26212025-02-25T01:42:21.153Ztflt 1.785101243
26222025-02-25T01:42:21.153Zdflt 5.629158122
26232025-02-25T01:42:21.153Zkflt 0.000924012
26242025-02-25T01:42:21.153Zlock 7:56:27.978171896
26252025-02-25T01:42:21.153Zslp 6:55:32.517070986
26262025-02-25T01:42:21.153Zlat 3:46.131840529
26272025-02-25T01:42:21.153Zstop 2:54.524505087
26282025-02-25T01:42:21.153Z+ mapfile -t packages
26292025-02-25T01:42:21.153Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26302025-02-25T01:42:22.185Z Compiling ring v0.17.11
26312025-02-25T01:42:25.614Z Compiling rustls-webpki v0.102.8
26322025-02-25T01:42:25.617Z Compiling rustls v0.23.19
26332025-02-25T01:42:25.617Z Compiling rustls v0.22.4
26342025-02-25T01:42:29.960Z Compiling tokio-rustls v0.25.0
26352025-02-25T01:42:30.328Z Compiling dropshot v0.12.0
26362025-02-25T01:42:31.497Z Compiling tokio-rustls v0.26.0
26372025-02-25T01:42:31.989Z Compiling hyper-rustls v0.27.3
26382025-02-25T01:42:32.413Z Compiling reqwest v0.12.12
26392025-02-25T01:42:34.474Z Compiling qorb v0.2.1
26402025-02-25T01:42:35.251Z Compiling dropshot v0.15.1
26412025-02-25T01:42:41.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26422025-02-25T01:42:41.738Z Compiling progenitor-client v0.8.0
26432025-02-25T01:42:42.666Z Compiling progenitor v0.8.0
26442025-02-25T01:42:43.058Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26452025-02-25T01:42:44.000Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26462025-02-25T01:42:44.740Z Compiling progenitor-client v0.9.1
26472025-02-25T01:42:45.726Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26482025-02-25T01:42:48.928Z Compiling omicron-zone-package v0.12.0
26492025-02-25T01:43:01.962Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26502025-02-25T01:43:11.371Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26512025-02-25T01:43:15.654Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26522025-02-25T01:43:16.405Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532025-02-25T01:43:20.005Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26542025-02-25T01:43:34.337Z Finished `release` profile [optimized] target(s) in 1m 13s
26552025-02-25T01:43:34.510Z Running `target/release/omicron-package -t test list-outputs`
26562025-02-25T01:43:34.563ZLogging to: /work/oxidecomputer/omicron/out/LOG
26572025-02-25T01:43:34.566Z+ ptime -m cargo build --locked --release -p xtask
26582025-02-25T01:43:35.148Z Compiling serde v1.0.218
26592025-02-25T01:43:35.150Z Compiling serde_json v1.0.139
26602025-02-25T01:43:35.150Z Compiling rustix v0.38.37
26612025-02-25T01:43:35.150Z Compiling libc v0.2.170
26622025-02-25T01:43:35.246Z Compiling syn v2.0.96
26632025-02-25T01:43:35.256Z Compiling bitflags v2.6.0
26642025-02-25T01:43:35.647Z Compiling usdt-impl v0.5.0
26652025-02-25T01:43:35.663Z Compiling syn v1.0.109
26662025-02-25T01:43:35.758Z Compiling hashbrown v0.15.1
26672025-02-25T01:43:35.779Z Compiling log v0.4.22
26682025-02-25T01:43:36.053Z Compiling fs-err v2.11.0
26692025-02-25T01:43:36.230Z Compiling once_cell v1.20.3
26702025-02-25T01:43:36.399Z Compiling anyhow v1.0.96
26712025-02-25T01:43:36.569Z Compiling thread-id v4.2.2
26722025-02-25T01:43:36.927Z Compiling indexmap v2.7.1
26732025-02-25T01:43:37.907Z Compiling terminal_size v0.4.0
26742025-02-25T01:43:37.983Z Compiling tempfile v3.13.0
26752025-02-25T01:43:38.179Z Compiling clap_builder v4.5.30
26762025-02-25T01:43:38.892Z Compiling proc-macro-error v1.0.4
26772025-02-25T01:43:39.776Z Compiling tabled_derive v0.7.0
26782025-02-25T01:43:40.854Z Compiling tabled v0.15.0
26792025-02-25T01:43:41.632Z Compiling serde_derive v1.0.218
26802025-02-25T01:43:41.635Z Compiling thiserror-impl v1.0.69
26812025-02-25T01:43:41.635Z Compiling zerocopy-derive v0.7.35
26822025-02-25T01:43:41.635Z Compiling scroll_derive v0.12.0
26832025-02-25T01:43:41.635Z Compiling clap_derive v4.5.28
26842025-02-25T01:43:42.987Z Compiling scroll v0.12.0
26852025-02-25T01:43:43.451Z Compiling zerocopy v0.7.35
26862025-02-25T01:43:43.632Z Compiling goblin v0.8.2
26872025-02-25T01:43:44.274Z Compiling thiserror v1.0.69
26882025-02-25T01:43:44.455Z Compiling pest v2.7.14
26892025-02-25T01:43:47.166Z Compiling pest_meta v2.7.14
26902025-02-25T01:43:47.462Z Compiling clap v4.5.30
26912025-02-25T01:43:48.936Z Compiling pest_generator v2.7.14
26922025-02-25T01:43:50.673Z Compiling pest_derive v2.7.14
26932025-02-25T01:43:51.553Z Compiling dtrace-parser v0.2.0
26942025-02-25T01:43:56.303Z Compiling serde_tokenstream v0.2.2
26952025-02-25T01:43:56.914Z Compiling serde_spanned v0.6.8
26962025-02-25T01:43:57.207Z Compiling toml_datetime v0.6.8
26972025-02-25T01:43:57.907Z Compiling dof v0.3.0
26982025-02-25T01:43:58.783Z Compiling toml_edit v0.22.22
26992025-02-25T01:43:59.827Z Compiling camino v1.1.9
27002025-02-25T01:44:01.119Z Compiling usdt-attr-macro v0.5.0
27012025-02-25T01:44:02.499Z Compiling usdt-macro v0.5.0
27022025-02-25T01:44:02.699Z Compiling toml v0.8.19
27032025-02-25T01:44:03.672Z Compiling semver v1.0.25
27042025-02-25T01:44:05.111Z Compiling cargo-platform v0.1.8
27052025-02-25T01:44:05.186Z Compiling cargo_toml v0.20.5
27062025-02-25T01:44:06.160Z Compiling cargo_metadata v0.18.1
27072025-02-25T01:44:07.327Z Compiling usdt v0.5.0
27082025-02-25T01:44:08.755Z Compiling camino-tempfile v1.1.1
27092025-02-25T01:44:08.828Z Compiling macaddr v1.0.1
27102025-02-25T01:44:16.899Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27112025-02-25T01:44:22.484Z Finished `release` profile [optimized] target(s) in 47.86s
27122025-02-25T01:44:22.596Z
27132025-02-25T01:44:22.599Zreal 48.000478208
27142025-02-25T01:44:22.599Zuser 5:15.798232609
27152025-02-25T01:44:22.599Zsys 18.704585600
27162025-02-25T01:44:22.599Ztrap 0.148993903
27172025-02-25T01:44:22.599Ztflt 0.210259221
27182025-02-25T01:44:22.599Zdflt 0.293226672
27192025-02-25T01:44:22.599Zkflt 0.000033598
27202025-02-25T01:44:22.599Zlock 10:03.758126510
27212025-02-25T01:44:22.599Zslp 15:41.933431821
27222025-02-25T01:44:22.599Zlat 14.662373873
27232025-02-25T01:44:22.599Zstop 19.072507095
27242025-02-25T01:44:22.599Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27252025-02-25T01:44:22.599Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27262025-02-25T01:44:22.599Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27272025-02-25T01:44:22.599Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27282025-02-25T01:44:22.599Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27292025-02-25T01:44:23.513Z Compiling ring v0.17.11
27302025-02-25T01:44:23.649Z Compiling hashbrown v0.14.5
27312025-02-25T01:44:23.659Z Compiling thiserror v2.0.11
27322025-02-25T01:44:23.663Z Compiling thiserror-impl v2.0.11
27332025-02-25T01:44:23.663Z Compiling ident_case v1.0.1
27342025-02-25T01:44:23.666Z Compiling unsafe-libyaml v0.2.11
27352025-02-25T01:44:23.666Z Compiling ipnetwork v0.21.1
27362025-02-25T01:44:23.666Z Compiling macaddr v1.0.1
27372025-02-25T01:44:23.914Z Compiling darling_core v0.20.10
27382025-02-25T01:44:24.134Z Compiling oxnet v0.1.0
27392025-02-25T01:44:24.434Z Compiling instant v0.1.13
27402025-02-25T01:44:24.611Z Compiling structmeta-derive v0.3.0
27412025-02-25T01:44:24.677Z Compiling dropshot v0.15.1
27422025-02-25T01:44:24.782Z Compiling regress v0.10.1
27432025-02-25T01:44:24.807Z Compiling regress v0.9.1
27442025-02-25T01:44:25.003Z Compiling serde_yaml v0.9.34+deprecated
27452025-02-25T01:44:25.510Z Compiling dropshot_endpoint v0.15.1
27462025-02-25T01:44:27.111Z Compiling daft-derive v0.1.1
27472025-02-25T01:44:27.180Z Compiling structmeta v0.3.0
27482025-02-25T01:44:27.545Z Compiling parse-display-derive v0.10.0
27492025-02-25T01:44:28.442Z Compiling typify-impl v0.2.0
27502025-02-25T01:44:28.649Z Compiling daft v0.1.1
27512025-02-25T01:44:29.151Z Compiling rustls v0.23.19
27522025-02-25T01:44:29.191Z Compiling rustls v0.22.4
27532025-02-25T01:44:29.226Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542025-02-25T01:44:29.263Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27552025-02-25T01:44:29.363Z Compiling backoff v0.4.0
27562025-02-25T01:44:29.695Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27572025-02-25T01:44:29.697Z Compiling darling_macro v0.20.10
27582025-02-25T01:44:29.697Z Compiling tempfile v3.13.0
27592025-02-25T01:44:29.754Z Compiling proc-macro-crate v1.3.1
27602025-02-25T01:44:29.874Z Compiling typify-impl v0.3.0
27612025-02-25T01:44:29.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27622025-02-25T01:44:30.203Z Compiling itertools v0.13.0
27632025-02-25T01:44:30.480Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27642025-02-25T01:44:30.672Z Compiling num_enum_derive v0.5.11
27652025-02-25T01:44:30.694Z Compiling darling v0.20.10
27662025-02-25T01:44:30.831Z Compiling serde_with_macros v3.11.0
27672025-02-25T01:44:30.889Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27682025-02-25T01:44:31.228Z Compiling rustls-webpki v0.102.8
27692025-02-25T01:44:31.485Z Compiling parse-display v0.10.0
27702025-02-25T01:44:32.102Z Compiling heapless v0.8.0
27712025-02-25T01:44:33.009Z Compiling num_enum v0.5.11
27722025-02-25T01:44:33.055Z Compiling crucible-workspace-hack v0.1.0
27732025-02-25T01:44:33.115Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27742025-02-25T01:44:33.409Z Compiling serde_with v3.11.0
27752025-02-25T01:44:33.511Z Compiling proc-macro-error v1.0.4
27762025-02-25T01:44:33.582Z Compiling camino-tempfile v1.1.1
27772025-02-25T01:44:34.057Z Compiling foreign-types-macros v0.2.3
27782025-02-25T01:44:34.138Z Compiling hash32 v0.3.1
27792025-02-25T01:44:34.419Z Compiling smoltcp v0.11.0
27802025-02-25T01:44:35.124Z Compiling foreign-types-shared v0.3.1
27812025-02-25T01:44:35.361Z Compiling foreign-types v0.5.0
27822025-02-25T01:44:35.823Z Compiling tabwriter v1.4.0
27832025-02-25T01:44:36.279Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27842025-02-25T01:44:36.453Z Compiling cstr-argument v0.1.2
27852025-02-25T01:44:36.716Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27862025-02-25T01:44:36.869Z Compiling pretty-hex v0.2.1
27872025-02-25T01:44:37.041Z Compiling cobs v0.2.3
27882025-02-25T01:44:37.092Z Compiling tokio-rustls v0.25.0
27892025-02-25T01:44:37.095Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27902025-02-25T01:44:37.316Z Compiling postcard v1.0.10
27912025-02-25T01:44:37.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27922025-02-25T01:44:37.548Z Compiling dropshot v0.12.0
27932025-02-25T01:44:38.010Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27942025-02-25T01:44:39.688Z Compiling tokio-rustls v0.26.0
27952025-02-25T01:44:40.182Z Compiling hyper-rustls v0.27.3
27962025-02-25T01:44:40.815Z Compiling reqwest v0.12.12
27972025-02-25T01:44:41.369Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27982025-02-25T01:44:42.164Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27992025-02-25T01:44:42.826Z Compiling qorb v0.2.1
28002025-02-25T01:44:42.942Z Compiling typify-macro v0.2.0
28012025-02-25T01:44:44.406Z Compiling progenitor-client v0.9.1
28022025-02-25T01:44:44.684Z Compiling progenitor-client v0.8.0
28032025-02-25T01:44:44.999Z Compiling typify-macro v0.3.0
28042025-02-25T01:44:45.212Z Compiling colored v2.1.0
28052025-02-25T01:44:45.721Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28062025-02-25T01:44:45.800Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28072025-02-25T01:44:45.997Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28082025-02-25T01:44:46.148Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28092025-02-25T01:44:46.630Z Compiling smf v0.2.3
28102025-02-25T01:44:46.673Z Compiling typify v0.2.0
28112025-02-25T01:44:46.822Z Compiling progenitor-impl v0.8.0
28122025-02-25T01:44:47.033Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28132025-02-25T01:44:47.670Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28142025-02-25T01:44:47.800Z Compiling zone_cfg_derive v0.3.0
28152025-02-25T01:44:47.822Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28162025-02-25T01:44:48.259Z Compiling num-derive v0.4.2
28172025-02-25T01:44:48.539Z Compiling sigpipe v0.1.3
28182025-02-25T01:44:48.701Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28192025-02-25T01:44:48.752Z Compiling typify v0.3.0
28202025-02-25T01:44:48.903Z Compiling progenitor-impl v0.9.1
28212025-02-25T01:44:49.059Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28222025-02-25T01:44:49.229Z Compiling zone v0.3.0
28232025-02-25T01:44:49.490Z Compiling universal-hash v0.5.1
28242025-02-25T01:44:49.522Z Compiling opaque-debug v0.3.1
28252025-02-25T01:44:49.646Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28262025-02-25T01:44:49.714Z Compiling num-rational v0.4.2
28272025-02-25T01:44:49.838Z Compiling tungstenite v0.21.0
28282025-02-25T01:44:50.544Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28292025-02-25T01:44:50.677Z Compiling password-hash v0.5.0
28302025-02-25T01:44:50.845Z Compiling blake2 v0.10.6
28312025-02-25T01:44:51.216Z Compiling num-complex v0.4.6
28322025-02-25T01:44:51.238Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28332025-02-25T01:44:51.386Z Compiling aead v0.5.2
28342025-02-25T01:44:51.546Z Compiling keccak v0.1.5
28352025-02-25T01:44:51.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28362025-02-25T01:44:51.746Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28372025-02-25T01:44:51.766Z Compiling convert_case v0.4.0
28382025-02-25T01:44:52.169Z Compiling base64 v0.21.7
28392025-02-25T01:44:52.190Z Compiling num v0.4.3
28402025-02-25T01:44:52.313Z Compiling sha3 v0.10.8
28412025-02-25T01:44:52.506Z Compiling argon2 v0.5.3
28422025-02-25T01:44:52.555Z Compiling derive_more v0.99.19
28432025-02-25T01:44:52.631Z Compiling tokio-tungstenite v0.21.0
28442025-02-25T01:44:52.730Z Compiling poly1305 v0.8.0
28452025-02-25T01:44:52.877Z Compiling chacha20 v0.9.1
28462025-02-25T01:44:53.206Z Compiling float-ord v0.3.2
28472025-02-25T01:44:53.397Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28482025-02-25T01:44:53.419Z Compiling same-file v1.0.6
28492025-02-25T01:44:53.442Z Compiling semver v0.1.20
28502025-02-25T01:44:53.716Z Compiling walkdir v2.5.0
28512025-02-25T01:44:53.786Z Compiling progenitor-macro v0.8.0
28522025-02-25T01:44:53.849Z Compiling rustc_version v0.1.7
28532025-02-25T01:44:54.049Z Compiling newline-converter v0.3.0
28542025-02-25T01:44:54.257Z Compiling primeorder v0.13.6
28552025-02-25T01:44:54.316Z Compiling secrecy v0.8.0
28562025-02-25T01:44:54.401Z Compiling owo-colors v4.1.0
28572025-02-25T01:44:54.493Z Compiling cancel-safe-futures v0.1.5
28582025-02-25T01:44:54.592Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28592025-02-25T01:44:54.727Z Compiling newtype_derive v0.1.6
28602025-02-25T01:44:54.780Z Compiling expectorate v1.1.0
28612025-02-25T01:44:54.907Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28622025-02-25T01:44:54.990Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28632025-02-25T01:44:55.071Z Compiling thiserror-impl-no-std v2.0.2
28642025-02-25T01:44:55.183Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28652025-02-25T01:44:55.270Z Compiling blake3 v1.5.4
28662025-02-25T01:44:55.374Z Compiling unicase v2.7.0
28672025-02-25T01:44:55.669Z Compiling progenitor-macro v0.9.1
28682025-02-25T01:44:55.719Z Compiling half v2.4.1
28692025-02-25T01:44:55.790Z Compiling arc-swap v1.7.1
28702025-02-25T01:44:55.905Z Compiling ciborium-io v0.2.2
28712025-02-25T01:44:56.284Z Compiling slog-scope v4.4.0
28722025-02-25T01:44:56.300Z Compiling ciborium-ll v0.2.2
28732025-02-25T01:44:56.377Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28742025-02-25T01:44:56.695Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28752025-02-25T01:44:57.036Z Compiling polyval v0.6.2
28762025-02-25T01:44:57.327Z Compiling atomicwrites v0.4.4
28772025-02-25T01:44:57.510Z Compiling libsw v3.3.1
28782025-02-25T01:44:57.704Z Compiling memmap2 v0.9.5
28792025-02-25T01:44:57.817Z Compiling thiserror-no-std v2.0.2
28802025-02-25T01:44:57.860Z Compiling indent_write v2.2.0
28812025-02-25T01:44:57.975Z Compiling parking_lot_core v0.8.6
28822025-02-25T01:44:58.090Z Compiling arrayvec v0.7.6
28832025-02-25T01:44:58.113Z Compiling libefi-sys v0.1.0
28842025-02-25T01:44:58.467Z Compiling arrayref v0.3.9
28852025-02-25T01:44:58.489Z Compiling linear-map v1.2.0
28862025-02-25T01:44:58.546Z Compiling salty v0.3.0
28872025-02-25T01:44:58.598Z Compiling constant_time_eq v0.3.1
28882025-02-25T01:44:58.821Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28892025-02-25T01:44:58.879Z Compiling vsss-rs v3.3.4
28902025-02-25T01:44:59.017Z Compiling ghash v0.5.1
28912025-02-25T01:44:59.238Z Compiling ciborium v0.2.2
28922025-02-25T01:44:59.318Z Compiling slog-stdlog v4.1.1
28932025-02-25T01:45:00.108Z Compiling p384 v0.13.0
28942025-02-25T01:45:00.130Z Compiling toolchain_find v0.4.0
28952025-02-25T01:45:00.608Z Compiling chacha20poly1305 v0.10.1
28962025-02-25T01:45:00.664Z Compiling ctr v0.9.2
28972025-02-25T01:45:00.723Z Compiling lzma-sys v0.1.20
28982025-02-25T01:45:00.872Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28992025-02-25T01:45:01.033Z Compiling bitfield-struct v0.6.2
29002025-02-25T01:45:01.322Z Compiling slog-dtrace v0.3.0
29012025-02-25T01:45:01.489Z Compiling topological-sort v0.2.2
29022025-02-25T01:45:01.615Z Compiling highway v1.2.0
29032025-02-25T01:45:01.731Z Compiling omicron-zone-package v0.12.0
29042025-02-25T01:45:01.935Z Compiling aes-gcm v0.10.3
29052025-02-25T01:45:02.277Z Compiling rustfmt-wrapper v0.2.1
29062025-02-25T01:45:02.338Z Compiling mime_guess v2.0.5
29072025-02-25T01:45:02.401Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29082025-02-25T01:45:02.476Z Compiling slog-envlogger v2.2.0
29092025-02-25T01:45:02.884Z Compiling steno v0.4.1
29102025-02-25T01:45:03.510Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29112025-02-25T01:45:03.547Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29122025-02-25T01:45:03.771Z Compiling heck v0.3.3
29132025-02-25T01:45:04.107Z Compiling ssh-encoding v0.2.0
29142025-02-25T01:45:04.168Z Compiling blowfish v0.9.1
29152025-02-25T01:45:04.204Z Compiling nibble_vec v0.1.0
29162025-02-25T01:45:04.461Z Compiling env_filter v0.1.2
29172025-02-25T01:45:04.581Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29182025-02-25T01:45:04.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29192025-02-25T01:45:04.623Z Compiling humantime v2.1.0
29202025-02-25T01:45:04.727Z Compiling endian-type v0.1.2
29212025-02-25T01:45:04.965Z Compiling radix_trie v0.2.1
29222025-02-25T01:45:04.993Z Compiling env_logger v0.11.5
29232025-02-25T01:45:05.083Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29242025-02-25T01:45:05.086Z Compiling ssh-cipher v0.2.0
29252025-02-25T01:45:05.762Z Compiling bcrypt-pbkdf v0.10.0
29262025-02-25T01:45:05.769Z Compiling zone_cfg_derive v0.1.2
29272025-02-25T01:45:05.793Z Compiling progenitor v0.8.0
29282025-02-25T01:45:06.021Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29292025-02-25T01:45:06.172Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29302025-02-25T01:45:06.415Z Compiling parking_lot v0.11.2
29312025-02-25T01:45:06.441Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29322025-02-25T01:45:07.021Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29332025-02-25T01:45:07.039Z Compiling password-hash v0.4.2
29342025-02-25T01:45:07.213Z Compiling gethostname v0.5.0
29352025-02-25T01:45:07.352Z Compiling fxhash v0.2.1
29362025-02-25T01:45:07.412Z Compiling http-range v0.1.5
29372025-02-25T01:45:07.431Z Compiling bumpalo v3.16.0
29382025-02-25T01:45:07.489Z Compiling progenitor v0.9.1
29392025-02-25T01:45:07.577Z Compiling base64 v0.13.1
29402025-02-25T01:45:07.597Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29412025-02-25T01:45:07.719Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29422025-02-25T01:45:07.743Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29432025-02-25T01:45:07.890Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29442025-02-25T01:45:07.913Z Compiling simd-adler32 v0.3.7
29452025-02-25T01:45:07.933Z Compiling zip v2.1.3
29462025-02-25T01:45:08.097Z Compiling lockfree-object-pool v0.1.6
29472025-02-25T01:45:08.402Z Compiling zopfli v0.8.1
29482025-02-25T01:45:08.438Z Compiling ron v0.7.1
29492025-02-25T01:45:08.544Z Compiling sled v0.34.7
29502025-02-25T01:45:09.125Z Compiling pbkdf2 v0.11.0
29512025-02-25T01:45:09.528Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29522025-02-25T01:45:09.999Z Compiling zone v0.1.8
29532025-02-25T01:45:10.206Z Compiling xz2 v0.1.7
29542025-02-25T01:45:10.524Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552025-02-25T01:45:11.380Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29562025-02-25T01:45:11.562Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29572025-02-25T01:45:11.686Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29582025-02-25T01:45:13.068Z Compiling ssh-key v0.6.6
29592025-02-25T01:45:13.154Z Compiling hickory-client v0.24.3
29602025-02-25T01:45:13.613Z Compiling p521 v0.13.3
29612025-02-25T01:45:13.975Z Compiling p256 v0.13.2
29622025-02-25T01:45:14.524Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29632025-02-25T01:45:14.806Z Compiling hickory-server v0.24.3
29642025-02-25T01:45:15.524Z Compiling pem v3.0.5
29652025-02-25T01:45:15.859Z Compiling yasna v0.5.2
29662025-02-25T01:45:16.244Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29672025-02-25T01:45:16.871Z Compiling headers-core v0.3.0
29682025-02-25T01:45:17.071Z Compiling kstat-rs v0.2.4
29692025-02-25T01:45:17.179Z Compiling nanorand v0.7.0
29702025-02-25T01:45:17.342Z Compiling russh-cryptovec v0.7.3
29712025-02-25T01:45:17.646Z Compiling atty v0.2.14
29722025-02-25T01:45:17.692Z Compiling md5 v0.7.0
29732025-02-25T01:45:17.749Z Compiling flume v0.11.1
29742025-02-25T01:45:17.819Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29752025-02-25T01:45:17.927Z Compiling headers v0.4.0
29762025-02-25T01:45:18.242Z Compiling russh-keys v0.45.0
29772025-02-25T01:45:18.402Z Compiling rcgen v0.12.1
29782025-02-25T01:45:18.424Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29792025-02-25T01:45:19.726Z Compiling hyper-staticfile v0.10.1
29802025-02-25T01:45:20.683Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29812025-02-25T01:45:21.026Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29822025-02-25T01:45:21.513Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29832025-02-25T01:45:21.890Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29842025-02-25T01:45:22.091Z Compiling num-bigint v0.4.6
29852025-02-25T01:45:22.181Z Compiling des v0.8.1
29862025-02-25T01:45:22.281Z Compiling subprocess v0.2.9
29872025-02-25T01:45:22.537Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29882025-02-25T01:45:22.601Z Compiling display-error-chain v0.2.2
29892025-02-25T01:45:22.851Z Compiling hex-literal v0.4.1
29902025-02-25T01:45:23.039Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29912025-02-25T01:45:23.888Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29922025-02-25T01:45:23.938Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29932025-02-25T01:45:26.623Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29942025-02-25T01:45:30.965Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29952025-02-25T01:45:30.990Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29962025-02-25T01:45:31.133Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29972025-02-25T01:45:31.355Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29982025-02-25T01:45:31.989Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29992025-02-25T01:45:32.818Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30002025-02-25T01:45:34.517Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30012025-02-25T01:45:34.581Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30022025-02-25T01:45:34.941Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30032025-02-25T01:45:36.038Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30042025-02-25T01:45:36.059Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30052025-02-25T01:45:36.215Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30062025-02-25T01:45:37.097Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30072025-02-25T01:45:37.466Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30082025-02-25T01:45:37.830Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30092025-02-25T01:45:39.711Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30102025-02-25T01:45:40.146Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30112025-02-25T01:45:40.275Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30122025-02-25T01:45:41.047Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30132025-02-25T01:45:42.432Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30142025-02-25T01:45:44.340Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30152025-02-25T01:45:45.236Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30162025-02-25T01:45:45.788Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30172025-02-25T01:45:46.743Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30182025-02-25T01:45:47.660Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30192025-02-25T01:45:48.367Z Compiling russh v0.45.0
30202025-02-25T01:45:49.681Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30212025-02-25T01:45:50.157Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30222025-02-25T01:45:50.495Z Compiling internet-checksum v0.2.1
30232025-02-25T01:45:54.288Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30242025-02-25T01:46:01.346Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30252025-02-25T01:46:03.396Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30262025-02-25T01:46:26.747Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30272025-02-25T01:46:49.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
30282025-02-25T01:46:49.967Z
30292025-02-25T01:46:49.967Zreal 2:27.317072979
30302025-02-25T01:46:49.969Zuser 12:38.298105501
30312025-02-25T01:46:49.969Zsys 1:38.290629082
30322025-02-25T01:46:49.969Ztrap 0.373023061
30332025-02-25T01:46:49.969Ztflt 0.272195813
30342025-02-25T01:46:49.969Zdflt 0.584176808
30352025-02-25T01:46:49.969Zkflt 0.000058415
30362025-02-25T01:46:49.969Zlock 23:40.326376329
30372025-02-25T01:46:49.969Zslp 44:40.718088889
30382025-02-25T01:46:49.969Zlat 41.341903650
30392025-02-25T01:46:49.969Zstop 1:43.607097585
30402025-02-25T01:46:49.969Z+ mkdir tests
30412025-02-25T01:46:49.972Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30422025-02-25T01:46:49.972Z+ xargs -I '{}' -t cp '{}' tests/
30432025-02-25T01:46:50.014Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3e1c7866dbbe6731 tests/
30442025-02-25T01:46:50.041Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5864895f0e3a68a6 tests/
30452025-02-25T01:46:50.067Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-23f12031832a6e89 tests/
30462025-02-25T01:46:50.096Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-32cfa567485e8139 tests/
30472025-02-25T01:46:50.380Z+ 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/*)
30482025-02-25T01:46:50.383Z+ 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-5864895f0e3a68a6 tests/commtest-23f12031832a6e89 tests/dhcp_server-3e1c7866dbbe6731 tests/end_to_end_tests-32cfa567485e8139 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
30492025-02-25T01:48:08.219ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30502025-02-25T01:48:08.219Za .github/buildomat/ci-env.sh 1K
30512025-02-25T01:48:08.219Za out/target/test 1K
30522025-02-25T01:48:08.219Za out/npuzone/npuzone 23144K
30532025-02-25T01:48:08.219Za package-manifest.toml 33K
30542025-02-25T01:48:08.219Za smf/sled-agent/non-gimlet/config.toml 4K
30552025-02-25T01:48:08.219Za target/release/omicron-package 39597K
30562025-02-25T01:48:08.219Za target/release/xtask 10730K
30572025-02-25T01:48:08.219Za target/debug/bootstrap 220656K
30582025-02-25T01:48:08.219Za tests/bootstrap-5864895f0e3a68a6 24083K
30592025-02-25T01:48:08.219Za tests/commtest-23f12031832a6e89 26204K
30602025-02-25T01:48:08.219Za tests/dhcp_server-3e1c7866dbbe6731 24083K
30612025-02-25T01:48:08.219Za tests/end_to_end_tests-32cfa567485e8139 283819K
30622025-02-25T01:48:08.219Za out/clickhouse.tar.gz 306892K
30632025-02-25T01:48:08.220Za out/clickhouse_keeper.tar.gz 292553K
30642025-02-25T01:48:08.220Za out/clickhouse_server.tar.gz 306866K
30652025-02-25T01:48:08.220Za out/cockroachdb.tar.gz 144637K
30662025-02-25T01:48:08.220Za out/crucible-dtrace.tar 99K
30672025-02-25T01:48:08.220Za out/crucible-pantry-zone.tar.gz 32962K
30682025-02-25T01:48:08.220Za out/crucible-zone.tar.gz 41335K
30692025-02-25T01:48:08.220Za out/external-dns.tar.gz 46763K
30702025-02-25T01:48:08.220Za out/internal-dns.tar.gz 46764K
30712025-02-25T01:48:08.220Za out/mg-ddm-gz.tar 63075K
30722025-02-25T01:48:08.220Za out/nexus.tar.gz 111421K
30732025-02-25T01:48:08.220Za out/ntp.tar.gz 14906K
30742025-02-25T01:48:08.220Za out/omicron-gateway-softnpu.tar.gz 26036K
30752025-02-25T01:48:08.220Za out/omicron-sled-agent.tar 127390K
30762025-02-25T01:48:08.220Za out/overlay.tar.gz 3K
30772025-02-25T01:48:08.220Za out/oximeter.tar.gz 56808K
30782025-02-25T01:48:08.220Za out/oxlog.tar 3138K
30792025-02-25T01:48:08.220Za out/probe.tar.gz 2764K
30802025-02-25T01:48:08.220Za out/propolis-server.tar.gz 66425K
30812025-02-25T01:48:08.220Za out/pumpkind-gz.tar 26665K
30822025-02-25T01:48:08.220Za out/switch-softnpu.tar.gz 266461K
30832025-02-25T01:48:08.223Z
30842025-02-25T01:48:08.223Zreal 1:17.832488633
30852025-02-25T01:48:08.223Zuser 1:14.254460548
30862025-02-25T01:48:08.223Zsys 5.014208401
30872025-02-25T01:48:08.223Ztrap 0.019037526
30882025-02-25T01:48:08.223Ztflt 0.000000000
30892025-02-25T01:48:08.223Zdflt 0.000000000
30902025-02-25T01:48:08.223Zkflt 0.000000000
30912025-02-25T01:48:08.223Zlock 0.000000000
30922025-02-25T01:48:08.223Zslp 1:14.102239254
30932025-02-25T01:48:08.223Zlat 2.270356310
30942025-02-25T01:48:08.223Zstop 0.000209729
30952025-02-25T01:48:08.226Zprocess exited: duration 2047881 ms, exit code 0
 
30962025-02-25T01:48:08.239Zfound 1 output files
30972025-02-25T01:48:08.239Zuploading: /work/package.tar.gz (2044789464 bytes)
30982025-02-25T01:48:51.857Zuploaded: /work/package.tar.gz