01JKVBHD1Q46KER5YSTRSWAZ5G: 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: 01JKVBHX93AADBJ9E74JSANN1R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-11T20:35:55.439Zjob assigned to worker 01JKVBHY1Q06H47PE7ZAFTA3EW [factory aws, i-083e634a76a281e24] (queued for 51 s)
 
22025-02-11T20:36:04.216Zstarting task 0: "setup"
32025-02-11T20:36:04.242Z++ uname -s
42025-02-11T20:36:04.262Z+ kern=SunOS
52025-02-11T20:36:04.262Z+ build_user=build
62025-02-11T20:36:04.262Z+ build_uid=12345
72025-02-11T20:36:04.262Z+ work_dir=/work
82025-02-11T20:36:04.262Z+ input_dir=/input
92025-02-11T20:36:04.262Z+ [[ 0 == 12345 ]]
102025-02-11T20:36:04.262Z+ case "$kern" in
112025-02-11T20:36:04.262Z+ groupadd -g 12345 build
122025-02-11T20:36:04.263Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-11T20:36:06.234Z+ zfs create -o mountpoint=/work rpool/work
142025-02-11T20:36:06.353Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-11T20:36:06.356Z+ home_fs=zfs
162025-02-11T20:36:06.356Z+ [[ zfs == autofs ]]
172025-02-11T20:36:06.356Z+ mkdir -p /home/build
182025-02-11T20:36:06.358Z+ chown build:build /home/build /work
192025-02-11T20:36:08.360Z+ chmod 0700 /home/build /work
202025-02-11T20:36:08.363Zprocess exited: duration 4147 ms, exit code 0
 
212025-02-11T20:36:08.371Zstarting task 1: "rust-toolchain"
222025-02-11T20:36:08.376Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-11T20:36:08.376Z * rust toolchain channel = "1.84.1"
242025-02-11T20:36:08.376Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-11T20:36:08.376Z * rust toolchain profile = "default"
262025-02-11T20:36:08.376Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-11T20:36:08.376Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-11T20:36:08.379Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-11T20:36:08.379Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-11T20:36:08.502Zinfo: downloading installer
312025-02-11T20:36:09.947Zwarning: it looks like you have an existing installation of Rust at:
322025-02-11T20:36:09.947Zwarning: /opt/ooce/bin
332025-02-11T20:36:09.947Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-11T20:36:09.947Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-11T20:36:09.947Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-11T20:36:09.947Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-11T20:36:09.947Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-11T20:36:09.947Zerror: cannot install while Rust is installed
392025-02-11T20:36:09.947Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-11T20:36:09.992Zinfo: profile set to 'default'
412025-02-11T20:36:09.992Zinfo: default host triple is x86_64-unknown-illumos
422025-02-11T20:36:09.996Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-11T20:36:10.166Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-11T20:36:10.166Zinfo: downloading component 'cargo'
452025-02-11T20:36:11.200Zinfo: downloading component 'clippy'
462025-02-11T20:36:11.597Zinfo: downloading component 'rust-docs'
472025-02-11T20:36:13.010Zinfo: downloading component 'rust-std'
482025-02-11T20:36:15.302Zinfo: downloading component 'rustc'
492025-02-11T20:36:23.353Zinfo: downloading component 'rustfmt'
502025-02-11T20:36:23.657Zinfo: installing component 'cargo'
512025-02-11T20:36:24.477Zinfo: installing component 'clippy'
522025-02-11T20:36:24.858Zinfo: installing component 'rust-docs'
532025-02-11T20:36:26.542Zinfo: installing component 'rust-std'
542025-02-11T20:36:28.373Zinfo: installing component 'rustc'
552025-02-11T20:36:34.379Zinfo: installing component 'rustfmt'
562025-02-11T20:36:34.712Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-11T20:36:34.712Z
582025-02-11T20:36:35.101Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-11T20:36:35.101Z
602025-02-11T20:36:35.104Z
612025-02-11T20:36:35.104ZRust is installed now. Great!
622025-02-11T20:36:35.104Z
632025-02-11T20:36:35.104ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-11T20:36:35.104Zenvironment variable. This has not been done automatically.
652025-02-11T20:36:35.104Z
662025-02-11T20:36:35.104ZTo configure your current shell, you need to source
672025-02-11T20:36:35.104Zthe corresponding env file under $HOME/.cargo.
682025-02-11T20:36:35.104Z
692025-02-11T20:36:35.104ZThis is usually done by running one of the following (note the leading DOT):
702025-02-11T20:36:35.104Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-11T20:36:35.104Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-11T20:36:35.181Z+ rustup --version
732025-02-11T20:36:35.188Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-11T20:36:35.188Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-11T20:36:35.266Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-11T20:36:35.270Z+ cargo --version
772025-02-11T20:36:35.326Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-11T20:36:35.328Z+ rustc --version
792025-02-11T20:36:35.388Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-11T20:36:35.392Zprocess exited: duration 27019 ms, exit code 0
 
812025-02-11T20:36:35.398Zstarting task 2: "authentication"
822025-02-11T20:36:35.421Zprocess exited: duration 23 ms, exit code 0
 
832025-02-11T20:36:35.428Zstarting task 3: "clone repository"
842025-02-11T20:36:35.435Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-11T20:36:35.437Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-11T20:36:35.704ZCloning into '/work/oxidecomputer/omicron'...
872025-02-11T20:36:42.728Z+ cd /work/oxidecomputer/omicron
882025-02-11T20:36:42.728Z+ git fetch origin 068d8dea4d258efa5f36c1012af40b6eba2a91c5
892025-02-11T20:36:43.028ZFrom https://github.com/oxidecomputer/omicron
902025-02-11T20:36:43.029Z * branch 068d8dea4d258efa5f36c1012af40b6eba2a91c5 -> FETCH_HEAD
912025-02-11T20:36:43.039Z+ [[ -n iliana/tuf-replication-generation-numbers ]]
922025-02-11T20:36:43.042Z++ git branch --show-current
932025-02-11T20:36:43.045Z+ current=main
942025-02-11T20:36:43.045Z+ [[ main != iliana/tuf-replication-generation-numbers ]]
952025-02-11T20:36:43.045Z+ git branch -f iliana/tuf-replication-generation-numbers 068d8dea4d258efa5f36c1012af40b6eba2a91c5
962025-02-11T20:36:43.048Z+ git checkout -f iliana/tuf-replication-generation-numbers
972025-02-11T20:36:43.231ZSwitched to branch 'iliana/tuf-replication-generation-numbers'
982025-02-11T20:36:43.233Z+ git reset --hard 068d8dea4d258efa5f36c1012af40b6eba2a91c5
992025-02-11T20:36:43.245ZHEAD is now at 068d8dea4 fix some control flow
1002025-02-11T20:36:43.248Zprocess exited: duration 7817 ms, exit code 0
 
1012025-02-11T20:36:43.253Zstarting task 4: "build"
1022025-02-11T20:36:43.258Z+ source .github/buildomat/ci-env.sh
1032025-02-11T20:36:43.259Z++ export CARGO_TERM_COLOR=always
1042025-02-11T20:36:43.259Z++ CARGO_TERM_COLOR=always
1052025-02-11T20:36:43.261Z+ cargo --version
1062025-02-11T20:36:43.309Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-11T20:36:43.313Z+ rustc --version
1082025-02-11T20:36:43.373Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-11T20:36:43.376Z+ WORK=/work
1102025-02-11T20:36:43.376Z+ pfexec mkdir -p /work
1112025-02-11T20:36:43.379Z+ pfexec chown build /work
1122025-02-11T20:36:43.382Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-11T20:36:49.649Zpkg list: illegal option -- F
1142025-02-11T20:36:49.649ZUsage:
1152025-02-11T20:36:49.653Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-11T20:36:49.653Z [pkg_fmri_pattern ...]
1172025-02-11T20:36:50.523Zpkg list: illegal option -- F
1182025-02-11T20:36:50.523ZUsage:
1192025-02-11T20:36:50.526Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-11T20:36:50.526Z [pkg_fmri_pattern ...]
1212025-02-11T20:37:00.714Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-11T20:37:05.437Z Startup: Caching catalogs ... Done
1232025-02-11T20:37:18.231ZPlanning: Solver setup ... Done (11.843s)
1242025-02-11T20:37:18.392ZPlanning: Running solver ... Done (0.161s)
1252025-02-11T20:37:18.823ZPlanning: Finding local manifests ... Done (0.316s)
1262025-02-11T20:37:18.873ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-11T20:37:19.558ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-11T20:37:20.118ZPlanning: Package planning ... Done (0.560s)
1292025-02-11T20:37:20.178ZPlanning: Merging actions ... Done (0.059s)
1302025-02-11T20:37:21.179ZPlanning: Checking for conflicting actions ... Done (1.000s)
1312025-02-11T20:37:27.594ZPlanning: Consolidating action changes ... Done (6.415s)
1322025-02-11T20:37:28.042ZPlanning: Evaluating mediators ... Done (0.448s)
1332025-02-11T20:37:28.219ZPlanning: Planning completed in 22.68 seconds
1342025-02-11T20:37:28.896Z Packages to install: 4
1352025-02-11T20:37:28.896Z Packages to update: 3
1362025-02-11T20:37:28.896Z Mediators to change: 2
1372025-02-11T20:37:28.901Z Services to change: 1
1382025-02-11T20:37:28.901Z Estimated space available: 155.61 GB
1392025-02-11T20:37:28.901ZEstimated space to be consumed: 1.65 GB
1402025-02-11T20:37:28.901Z Create boot environment: No
1412025-02-11T20:37:28.901ZCreate backup boot environment: Yes
1422025-02-11T20:37:28.901Z Rebuild boot archive: No
1432025-02-11T20:37:28.901Z
1442025-02-11T20:37:28.901ZChanged mediators:
1452025-02-11T20:37:28.901Z mediator clang:
1462025-02-11T20:37:28.901Z version: None -> 15 (system default)
1472025-02-11T20:37:28.901Z
1482025-02-11T20:37:28.901Z mediator llvm:
1492025-02-11T20:37:28.901Z version: 14 (system default) -> 15 (system default)
1502025-02-11T20:37:28.901Z
1512025-02-11T20:37:28.901ZChanged packages:
1522025-02-11T20:37:28.901Zhelios-dev
1532025-02-11T20:37:28.901Z developer/build-essential
1542025-02-11T20:37:28.901Z None -> 11-2.0
1552025-02-11T20:37:28.901Z library/libxmlsec1
1562025-02-11T20:37:28.901Z None -> 1.2.35-2.0
1572025-02-11T20:37:28.901Z ooce/developer/clang-15
1582025-02-11T20:37:28.901Z None -> 15.0.7-2.0
1592025-02-11T20:37:28.901Z ooce/developer/llvm-15
1602025-02-11T20:37:28.901Z None -> 15.0.7-2.0
1612025-02-11T20:37:28.901Z package/pkg
1622025-02-11T20:37:28.901Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-11T20:37:28.901Z system/library/g++-runtime
1642025-02-11T20:37:28.902Z 13-2.0 -> 14-2.0
1652025-02-11T20:37:28.902Z system/library/gcc-runtime
1662025-02-11T20:37:28.902Z 13-2.0 -> 14-2.0
1672025-02-11T20:37:28.902Z
1682025-02-11T20:37:28.902ZServices:
1692025-02-11T20:37:28.902Z restart_fmri:
1702025-02-11T20:37:28.902Z svc:/system/update-man-index:default
1712025-02-11T20:37:28.902Z
1722025-02-11T20:37:28.902ZEditable files to change:
1732025-02-11T20:37:28.902Z Update:
1742025-02-11T20:37:28.902Z usr/share/lib/pkg/web/config.shtml
1752025-02-11T20:37:29.422Z
1762025-02-11T20:37:29.422ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-11T20:37:34.424ZDownload: 484/4301 items 16.8/225.4MB 7% complete (3.5M/s)
1782025-02-11T20:37:39.431ZDownload: 1058/4301 items 19.5/225.4MB 8% complete (2.0M/s)
1792025-02-11T20:37:51.818ZDownload: 1195/4301 items 83.4/225.4MB 36% complete (7.6M/s)
1802025-02-11T20:37:56.822ZDownload: 1199/4301 items 83.5/225.4MB 37% complete (32.5k/s)
1812025-02-11T20:38:01.838ZDownload: 1614/4301 items 116.9/225.4MB 51% complete (3.5M/s)
1822025-02-11T20:38:06.858ZDownload: 2218/4301 items 119.2/225.4MB 52% complete (3.6M/s)
1832025-02-11T20:38:11.870ZDownload: 2294/4301 items 119.8/225.4MB 53% complete (295k/s)
1842025-02-11T20:38:16.871ZDownload: 3164/4301 items 163.1/225.4MB 72% complete (4.3M/s)
1852025-02-11T20:38:25.333ZDownload: 4054/4301 items 219.5/225.4MB 97% complete (9.9M/s)
1862025-02-11T20:38:25.409ZDownload: Completed 225.42 MB in 55.91 seconds (4.0M/s)
1872025-02-11T20:38:27.453Z Actions: 1/5122 actions (Removing old actions)
1882025-02-11T20:38:27.472Z Actions: 194/5122 actions (Installing new actions)
1892025-02-11T20:38:32.481Z Actions: 4146/5122 actions (Installing new actions)
1902025-02-11T20:38:32.804Z Actions: 4267/5122 actions (Updating modified actions)
1912025-02-11T20:38:33.306Z Actions: Completed 5122 actions in 5.85 seconds.
1922025-02-11T20:38:33.543Z Done (0.229s)
1932025-02-11T20:38:33.546Z Done (0.001s)
1942025-02-11T20:38:34.138Z Done (0.592s)
1952025-02-11T20:38:39.470Z Done (5.102s)
1962025-02-11T20:38:39.727Z Done (0.191s)
1972025-02-11T20:38:39.730Z Done (0.000s)
1982025-02-11T20:38:39.886Z Done (0.000s)
1992025-02-11T20:38:40.843ZPlanning: Evaluating mediator changes ... Done
2002025-02-11T20:38:40.863ZPlanning: Checking for conflicting actions ... Done
2012025-02-11T20:38:40.863ZPlanning: Consolidating action changes ... Done
2022025-02-11T20:38:41.049ZPlanning: Evaluating mediators ... Done
2032025-02-11T20:38:41.052ZPlanning: Planning completed in 0.45 seconds
2042025-02-11T20:38:41.090Z Mediators to change: 2
2052025-02-11T20:38:41.090Z Create boot environment: No
2062025-02-11T20:38:41.093ZCreate backup boot environment: No
2072025-02-11T20:38:41.170Z Done
2082025-02-11T20:38:41.170Z Done
2092025-02-11T20:38:41.546Z Done
2102025-02-11T20:38:45.223Z Done
2112025-02-11T20:38:45.313Z Done
2122025-02-11T20:38:45.316Z Done
2132025-02-11T20:38:45.448Z Done
2142025-02-11T20:38:46.084ZPlanning: Evaluating mediator changes ... Done
2152025-02-11T20:38:46.087ZPlanning: Merging actions ... Done
2162025-02-11T20:38:46.277ZPlanning: Checking for conflicting actions ... Done
2172025-02-11T20:38:46.280ZPlanning: Consolidating action changes ... Done
2182025-02-11T20:38:46.564ZPlanning: Evaluating mediators ... Done
2192025-02-11T20:38:46.625ZPlanning: Planning completed in 0.80 seconds
2202025-02-11T20:38:46.667Z Packages to change: 1
2212025-02-11T20:38:46.667Z Mediators to change: 1
2222025-02-11T20:38:46.670Z Services to change: 1
2232025-02-11T20:38:46.670Z Create boot environment: No
2242025-02-11T20:38:46.670ZCreate backup boot environment: Yes
2252025-02-11T20:38:48.831Z Actions: 1/6 actions (Updating modified actions)
2262025-02-11T20:38:48.858Z Actions: Completed 6 actions in 0.03 seconds.
2272025-02-11T20:38:48.861Z Done
2282025-02-11T20:38:48.861Z Done
2292025-02-11T20:38:48.986Z Done
2302025-02-11T20:38:52.618Z Done
2312025-02-11T20:38:52.711Z Done
2322025-02-11T20:38:52.721Z Done
2332025-02-11T20:38:52.885Z Done
2342025-02-11T20:38:53.336ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352025-02-11T20:38:53.336Zclang system 15 system
2362025-02-11T20:38:53.336Zcsh system system illumos
2372025-02-11T20:38:53.336Zctags system system illumos
2382025-02-11T20:38:53.336Zgcc vendor 12 vendor
2392025-02-11T20:38:53.336Zgcc system 10 system
2402025-02-11T20:38:53.336Zgcc system 7 system
2412025-02-11T20:38:53.336Zgo system 1.20 system
2422025-02-11T20:38:53.336Zgo system 1.19 system
2432025-02-11T20:38:53.336Zllvm system 15 system
2442025-02-11T20:38:53.336Zllvm system 14 system
2452025-02-11T20:38:53.337Zmariadb system 10.6 system
2462025-02-11T20:38:53.337Zmta vendor vendor dma
2472025-02-11T20:38:53.337Zopenjdk system 17 system
2482025-02-11T20:38:53.337Zopenjdk system 11 system
2492025-02-11T20:38:53.337Zopenjdk system 1.8 system
2502025-02-11T20:38:53.337Zopenssl vendor 3 vendor
2512025-02-11T20:38:53.337Zperl system 5.36 system
2522025-02-11T20:38:53.337Zpostgresql system 15 system
2532025-02-11T20:38:53.337Zpostgresql system 13 system
2542025-02-11T20:38:53.337Zpython vendor 3 vendor
2552025-02-11T20:38:53.337Zpython system 2 system
2562025-02-11T20:38:53.337Zpython3 system 3.11 system
2572025-02-11T20:38:53.337Zruby system 3.0 system
2582025-02-11T20:38:53.337Zwords vendor vendor american-english
2592025-02-11T20:38:53.337Zwords system system australian-english
2602025-02-11T20:38:53.337Zwords system system british-english
2612025-02-11T20:38:53.338Zwords system system canadian-english
2622025-02-11T20:38:53.338Zwords system system french
2632025-02-11T20:38:53.338Zwords system system italian
2642025-02-11T20:38:53.338Zwords system system ngerman
2652025-02-11T20:38:53.338Zwords system system ogerman
2662025-02-11T20:38:53.338Zwords system system spanish
2672025-02-11T20:38:53.678ZPUBLISHER TYPE STATUS P LOCATION
2682025-02-11T20:38:53.678Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692025-02-11T20:38:56.618ZFMRI IFO
2702025-02-11T20:38:56.618Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712025-02-11T20:38:56.618Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722025-02-11T20:38:56.618Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732025-02-11T20:38:56.618Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742025-02-11T20:38:56.619Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752025-02-11T20:38:56.619Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-02-11T20:38:56.619Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772025-02-11T20:38:56.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-02-11T20:38:56.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-02-11T20:38:56.619Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2802025-02-11T20:38:56.619Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-02-11T20:38:56.619Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-02-11T20:38:56.619Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2832025-02-11T20:38:56.619Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-02-11T20:38:56.619Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-02-11T20:38:57.398Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-02-11T20:38:57.681Z Updating crates.io index
2872025-02-11T20:38:57.684Z Updating git repository `https://github.com/oxidecomputer/daft`
2882025-02-11T20:38:58.013Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892025-02-11T20:38:58.537Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2902025-02-11T20:38:58.813Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912025-02-11T20:38:59.070Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922025-02-11T20:38:59.297Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-02-11T20:39:00.552Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-02-11T20:39:02.277Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-02-11T20:39:02.964Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-02-11T20:39:03.734Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-02-11T20:39:04.048Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-02-11T20:39:04.305Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992025-02-11T20:39:04.799Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-02-11T20:39:05.432Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3012025-02-11T20:39:05.699Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022025-02-11T20:39:06.032Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-02-11T20:39:06.300Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-02-11T20:39:06.597Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-02-11T20:39:06.810Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-02-11T20:39:07.037Z Updating git repository `https://github.com/oxidecomputer/lldp`
3072025-02-11T20:39:07.373Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3082025-02-11T20:39:07.670Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-02-11T20:39:08.027Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-02-11T20:39:08.335Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3112025-02-11T20:39:08.658Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122025-02-11T20:39:09.382Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-02-11T20:39:09.692Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-02-11T20:39:10.019Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152025-02-11T20:39:10.406Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3162025-02-11T20:39:10.822Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172025-02-11T20:39:11.062Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182025-02-11T20:39:11.359Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192025-02-11T20:39:12.618Z Downloading crates ...
3202025-02-11T20:39:12.681Z Downloaded is_terminal_polyfill v1.70.1
3212025-02-11T20:39:12.690Z Downloaded macaddr v1.0.1
3222025-02-11T20:39:12.693Z Downloaded anstream v0.6.15
3232025-02-11T20:39:12.698Z Downloaded dtrace-parser v0.2.0
3242025-02-11T20:39:12.712Z Downloaded pretty-hex v0.4.1
3252025-02-11T20:39:12.717Z Downloaded scroll_derive v0.12.0
3262025-02-11T20:39:12.720Z Downloaded usdt-attr-macro v0.5.0
3272025-02-11T20:39:12.724Z Downloaded cfg-if v1.0.0
3282025-02-11T20:39:12.728Z Downloaded fs-err v2.11.0
3292025-02-11T20:39:12.731Z Downloaded usdt-macro v0.5.0
3302025-02-11T20:39:12.731Z Downloaded equivalent v1.0.1
3312025-02-11T20:39:12.734Z Downloaded fnv v1.0.7
3322025-02-11T20:39:12.734Z Downloaded errno v0.3.9
3332025-02-11T20:39:12.738Z Downloaded crypto-common v0.1.6
3342025-02-11T20:39:12.739Z Downloaded byteorder v1.5.0
3352025-02-11T20:39:12.739Z Downloaded cpufeatures v0.2.14
3362025-02-11T20:39:12.742Z Downloaded memmap v0.7.0
3372025-02-11T20:39:12.742Z Downloaded heck v0.4.1
3382025-02-11T20:39:12.742Z Downloaded fastrand v2.1.1
3392025-02-11T20:39:12.746Z Downloaded clap_lex v0.7.4
3402025-02-11T20:39:12.749Z Downloaded generic-array v0.14.7
3412025-02-11T20:39:12.749Z Downloaded digest v0.10.7
3422025-02-11T20:39:12.752Z Downloaded autocfg v1.4.0
3432025-02-11T20:39:12.755Z Downloaded version_check v0.9.5
3442025-02-11T20:39:12.755Z Downloaded heck v0.5.0
3452025-02-11T20:39:12.758Z Downloaded toml_datetime v0.6.8
3462025-02-11T20:39:12.758Z Downloaded colorchoice v1.0.2
3472025-02-11T20:39:12.758Z Downloaded strsim v0.11.1
3482025-02-11T20:39:12.762Z Downloaded block-buffer v0.10.4
3492025-02-11T20:39:12.762Z Downloaded serde_tokenstream v0.2.2
3502025-02-11T20:39:12.765Z Downloaded usdt-impl v0.5.0
3512025-02-11T20:39:12.765Z Downloaded smawk v0.3.2
3522025-02-11T20:39:12.769Z Downloaded thiserror v1.0.69
3532025-02-11T20:39:12.772Z Downloaded pest_generator v2.7.14
3542025-02-11T20:39:12.775Z Downloaded unicode-linebreak v0.1.5
3552025-02-11T20:39:12.775Z Downloaded swrite v0.1.0
3562025-02-11T20:39:12.778Z Downloaded anstyle-query v1.1.1
3572025-02-11T20:39:12.778Z Downloaded proc-macro-error v1.0.4
3582025-02-11T20:39:12.781Z Downloaded cargo_metadata v0.18.1
3592025-02-11T20:39:12.785Z Downloaded dof v0.3.0
3602025-02-11T20:39:12.785Z Downloaded utf8parse v0.2.2
3612025-02-11T20:39:12.788Z Downloaded thread-id v4.2.2
3622025-02-11T20:39:12.788Z Downloaded terminal_size v0.4.0
3632025-02-11T20:39:12.788Z Downloaded proc-macro-error-attr v1.0.4
3642025-02-11T20:39:12.791Z Downloaded clap_derive v4.5.24
3652025-02-11T20:39:12.791Z Downloaded sha2 v0.10.8
3662025-02-11T20:39:12.794Z Downloaded itoa v1.0.11
3672025-02-11T20:39:12.798Z Downloaded cargo_toml v0.20.5
3682025-02-11T20:39:12.798Z Downloaded cargo-platform v0.1.8
3692025-02-11T20:39:12.798Z Downloaded tempfile v3.13.0
3702025-02-11T20:39:12.802Z Downloaded pest_derive v2.7.14
3712025-02-11T20:39:12.805Z Downloaded tabled_derive v0.7.0
3722025-02-11T20:39:12.805Z Downloaded serde_spanned v0.6.8
3732025-02-11T20:39:12.805Z Downloaded anstyle-parse v0.2.5
3742025-02-11T20:39:12.808Z Downloaded thiserror-impl v1.0.69
3752025-02-11T20:39:12.808Z Downloaded once_cell v1.20.2
3762025-02-11T20:39:12.812Z Downloaded scroll v0.12.0
3772025-02-11T20:39:12.815Z Downloaded quote v1.0.38
3782025-02-11T20:39:12.818Z Downloaded camino v1.1.9
3792025-02-11T20:39:12.818Z Downloaded camino-tempfile v1.1.1
3802025-02-11T20:39:12.821Z Downloaded anyhow v1.0.95
3812025-02-11T20:39:12.825Z Downloaded proc-macro2 v1.0.92
3822025-02-11T20:39:12.828Z Downloaded bitflags v2.6.0
3832025-02-11T20:39:12.831Z Downloaded zerocopy-derive v0.7.35
3842025-02-11T20:39:12.835Z Downloaded unicode-ident v1.0.14
3852025-02-11T20:39:12.839Z Downloaded ucd-trie v0.1.7
3862025-02-11T20:39:12.842Z Downloaded textwrap v0.16.1
3872025-02-11T20:39:12.842Z Downloaded pest_meta v2.7.14
3882025-02-11T20:39:12.845Z Downloaded papergrid v0.11.0
3892025-02-11T20:39:12.848Z Downloaded serde_derive v1.0.217
3902025-02-11T20:39:12.851Z Downloaded clap v4.5.27
3912025-02-11T20:39:12.860Z Downloaded toml v0.8.19
3922025-02-11T20:39:12.863Z Downloaded usdt v0.5.0
3932025-02-11T20:39:12.867Z Downloaded bytecount v0.6.8
3942025-02-11T20:39:12.867Z Downloaded plain v0.2.3
3952025-02-11T20:39:12.870Z Downloaded anstyle v1.0.10
3962025-02-11T20:39:12.870Z Downloaded indexmap v2.7.1
3972025-02-11T20:39:12.875Z Downloaded serde v1.0.217
3982025-02-11T20:39:12.879Z Downloaded memchr v2.7.4
3992025-02-11T20:39:12.883Z Downloaded ryu v1.0.18
4002025-02-11T20:39:12.886Z Downloaded typenum v1.17.0
4012025-02-11T20:39:12.889Z Downloaded semver v1.0.24
4022025-02-11T20:39:12.889Z Downloaded log v0.4.22
4032025-02-11T20:39:12.892Z Downloaded toml_edit v0.22.22
4042025-02-11T20:39:12.920Z Downloaded pest v2.7.14
4052025-02-11T20:39:12.925Z Downloaded hashbrown v0.15.1
4062025-02-11T20:39:12.929Z Downloaded zerocopy v0.7.35
4072025-02-11T20:39:12.944Z Downloaded serde_json v1.0.135
4082025-02-11T20:39:12.950Z Downloaded winnow v0.6.20
4092025-02-11T20:39:12.958Z Downloaded tabled v0.15.0
4102025-02-11T20:39:12.972Z Downloaded goblin v0.8.2
4112025-02-11T20:39:12.977Z Downloaded unicode-width v0.1.14
4122025-02-11T20:39:12.982Z Downloaded clap_builder v4.5.27
4132025-02-11T20:39:12.996Z Downloaded syn v1.0.109
4142025-02-11T20:39:13.006Z Downloaded syn v2.0.96
4152025-02-11T20:39:13.017Z Downloaded rustix v0.38.37
4162025-02-11T20:39:13.046Z Downloaded libc v0.2.169
4172025-02-11T20:39:13.361Z Compiling proc-macro2 v1.0.92
4182025-02-11T20:39:13.361Z Compiling unicode-ident v1.0.14
4192025-02-11T20:39:13.365Z Compiling version_check v0.9.5
4202025-02-11T20:39:13.365Z Compiling serde v1.0.217
4212025-02-11T20:39:13.365Z Compiling memchr v2.7.4
4222025-02-11T20:39:13.365Z Compiling thiserror v1.0.69
4232025-02-11T20:39:13.398Z Compiling libc v0.2.169
4242025-02-11T20:39:13.402Z Compiling ucd-trie v0.1.7
4252025-02-11T20:39:13.632Z Compiling ryu v1.0.18
4262025-02-11T20:39:13.983Z Compiling itoa v1.0.11
4272025-02-11T20:39:14.091Z Compiling once_cell v1.20.2
4282025-02-11T20:39:14.164Z Compiling byteorder v1.5.0
4292025-02-11T20:39:14.401Z Compiling serde_json v1.0.135
4302025-02-11T20:39:14.519Z Compiling rustix v0.38.37
4312025-02-11T20:39:14.814Z Compiling bitflags v2.6.0
4322025-02-11T20:39:14.838Z Compiling usdt-impl v0.5.0
4332025-02-11T20:39:14.925Z Compiling proc-macro-error-attr v1.0.4
4342025-02-11T20:39:15.110Z Compiling syn v1.0.109
4352025-02-11T20:39:15.213Z Compiling proc-macro-error v1.0.4
4362025-02-11T20:39:15.281Z Compiling hashbrown v0.15.1
4372025-02-11T20:39:15.312Z Compiling equivalent v1.0.1
4382025-02-11T20:39:15.337Z Compiling log v0.4.22
4392025-02-11T20:39:15.445Z Compiling utf8parse v0.2.2
4402025-02-11T20:39:15.525Z Compiling camino v1.1.9
4412025-02-11T20:39:15.610Z Compiling plain v0.2.3
4422025-02-11T20:39:15.686Z Compiling anstyle-parse v0.2.5
4432025-02-11T20:39:15.738Z Compiling quote v1.0.38
4442025-02-11T20:39:15.953Z Compiling errno v0.3.9
4452025-02-11T20:39:16.057Z Compiling anstyle v1.0.10
4462025-02-11T20:39:16.123Z Compiling syn v2.0.96
4472025-02-11T20:39:16.211Z Compiling thread-id v4.2.2
4482025-02-11T20:39:16.340Z Compiling indexmap v2.7.1
4492025-02-11T20:39:16.398Z Compiling winnow v0.6.20
4502025-02-11T20:39:16.446Z Compiling semver v1.0.24
4512025-02-11T20:39:16.509Z Compiling is_terminal_polyfill v1.70.1
4522025-02-11T20:39:16.647Z Compiling anstyle-query v1.1.1
4532025-02-11T20:39:16.814Z Compiling pretty-hex v0.4.1
4542025-02-11T20:39:16.935Z Compiling unicode-width v0.1.14
4552025-02-11T20:39:17.036Z Compiling colorchoice v1.0.2
4562025-02-11T20:39:17.210Z Compiling autocfg v1.4.0
4572025-02-11T20:39:17.413Z Compiling anstream v0.6.15
4582025-02-11T20:39:17.683Z Compiling fastrand v2.1.1
4592025-02-11T20:39:17.712Z Compiling heck v0.5.0
4602025-02-11T20:39:18.075Z Compiling terminal_size v0.4.0
4612025-02-11T20:39:18.248Z Compiling fs-err v2.11.0
4622025-02-11T20:39:18.275Z Compiling anyhow v1.0.95
4632025-02-11T20:39:18.326Z Compiling clap_lex v0.7.4
4642025-02-11T20:39:18.566Z Compiling fnv v1.0.7
4652025-02-11T20:39:18.716Z Compiling heck v0.4.1
4662025-02-11T20:39:18.719Z Compiling strsim v0.11.1
4672025-02-11T20:39:18.766Z Compiling bytecount v0.6.8
4682025-02-11T20:39:18.794Z Compiling cfg-if v1.0.0
4692025-02-11T20:39:18.918Z Compiling tempfile v3.13.0
4702025-02-11T20:39:18.997Z Compiling papergrid v0.11.0
4712025-02-11T20:39:19.281Z Compiling clap_builder v4.5.27
4722025-02-11T20:39:19.651Z Compiling memmap v0.7.0
4732025-02-11T20:39:19.677Z Compiling unicode-linebreak v0.1.5
4742025-02-11T20:39:19.783Z Compiling smawk v0.3.2
4752025-02-11T20:39:20.006Z Compiling swrite v0.1.0
4762025-02-11T20:39:20.146Z Compiling textwrap v0.16.1
4772025-02-11T20:39:21.103Z Compiling tabled_derive v0.7.0
4782025-02-11T20:39:22.316Z Compiling tabled v0.15.0
4792025-02-11T20:39:22.960Z Compiling serde_derive v1.0.217
4802025-02-11T20:39:22.963Z Compiling thiserror-impl v1.0.69
4812025-02-11T20:39:22.963Z Compiling zerocopy-derive v0.7.35
4822025-02-11T20:39:22.963Z Compiling scroll_derive v0.12.0
4832025-02-11T20:39:23.233Z Compiling clap_derive v4.5.24
4842025-02-11T20:39:24.407Z Compiling scroll v0.12.0
4852025-02-11T20:39:24.973Z Compiling goblin v0.8.2
4862025-02-11T20:39:25.061Z Compiling zerocopy v0.7.35
4872025-02-11T20:39:25.772Z Compiling pest v2.7.14
4882025-02-11T20:39:26.589Z Compiling clap v4.5.27
4892025-02-11T20:39:28.030Z Compiling pest_meta v2.7.14
4902025-02-11T20:39:28.912Z Compiling pest_generator v2.7.14
4912025-02-11T20:39:30.280Z Compiling pest_derive v2.7.14
4922025-02-11T20:39:30.956Z Compiling dtrace-parser v0.2.0
4932025-02-11T20:39:31.718Z Compiling serde_tokenstream v0.2.2
4942025-02-11T20:39:31.784Z Compiling serde_spanned v0.6.8
4952025-02-11T20:39:31.784Z Compiling toml_datetime v0.6.8
4962025-02-11T20:39:32.041Z Compiling cargo-platform v0.1.8
4972025-02-11T20:39:32.044Z Compiling macaddr v1.0.1
4982025-02-11T20:39:32.242Z Compiling toml_edit v0.22.22
4992025-02-11T20:39:32.427Z Compiling camino-tempfile v1.1.1
5002025-02-11T20:39:33.156Z Compiling dof v0.3.0
5012025-02-11T20:39:33.345Z Compiling cargo_metadata v0.18.1
5022025-02-11T20:39:34.504Z Compiling usdt-attr-macro v0.5.0
5032025-02-11T20:39:34.504Z Compiling usdt-macro v0.5.0
5042025-02-11T20:39:35.036Z Compiling toml v0.8.19
5052025-02-11T20:39:35.528Z Compiling usdt v0.5.0
5062025-02-11T20:39:35.923Z Compiling cargo_toml v0.20.5
5072025-02-11T20:39:38.572Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5082025-02-11T20:39:41.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.50s
5092025-02-11T20:39:41.962Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5102025-02-11T20:39:42.482Z Downloading crates ...
5112025-02-11T20:39:42.624Z Downloaded arrayref v0.3.9
5122025-02-11T20:39:42.627Z Downloaded aead v0.5.2
5132025-02-11T20:39:42.629Z Downloaded adler2 v2.0.0
5142025-02-11T20:39:42.632Z Downloaded argon2 v0.5.3
5152025-02-11T20:39:42.635Z Downloaded assert_matches v1.5.0
5162025-02-11T20:39:42.639Z Downloaded cfg_aliases v0.1.1
5172025-02-11T20:39:42.642Z Downloaded async-stream-impl v0.3.6
5182025-02-11T20:39:42.646Z Downloaded hostname v0.4.0
5192025-02-11T20:39:42.652Z Downloaded ciborium-io v0.2.2
5202025-02-11T20:39:42.654Z Downloaded cfg_aliases v0.2.1
5212025-02-11T20:39:42.658Z Downloaded hickory-client v0.24.2
5222025-02-11T20:39:42.658Z Downloaded crucible-workspace-hack v0.1.0
5232025-02-11T20:39:42.661Z Downloaded ahash v0.8.11
5242025-02-11T20:39:42.664Z Downloaded http-range v0.1.5
5252025-02-11T20:39:42.664Z Downloaded cstr-argument v0.1.2
5262025-02-11T20:39:42.667Z Downloaded array-init v0.0.4
5272025-02-11T20:39:42.667Z Downloaded addr2line v0.24.2
5282025-02-11T20:39:42.669Z Downloaded md5 v0.7.0
5292025-02-11T20:39:42.672Z Downloaded is_ci v1.2.0
5302025-02-11T20:39:42.672Z Downloaded crunchy v0.2.2
5312025-02-11T20:39:42.672Z Downloaded atomicwrites v0.4.4
5322025-02-11T20:39:42.674Z Downloaded atty v0.2.14
5332025-02-11T20:39:42.677Z Downloaded atomic-waker v1.1.2
5342025-02-11T20:39:42.677Z Downloaded ident_case v1.0.1
5352025-02-11T20:39:42.680Z Downloaded hubpack_derive v0.1.1
5362025-02-11T20:39:42.683Z Downloaded ctr v0.9.2
5372025-02-11T20:39:42.686Z Downloaded bitflags v1.3.2
5382025-02-11T20:39:42.689Z Downloaded crc v3.2.1
5392025-02-11T20:39:42.689Z Downloaded http-body v1.0.1
5402025-02-11T20:39:42.692Z Downloaded instant v0.1.13
5412025-02-11T20:39:42.692Z Downloaded castaway v0.2.3
5422025-02-11T20:39:42.694Z Downloaded convert_case v0.4.0
5432025-02-11T20:39:42.694Z Downloaded colored v2.1.0
5442025-02-11T20:39:42.697Z Downloaded mirai-annotations v1.12.0
5452025-02-11T20:39:42.700Z Downloaded heck v0.3.3
5462025-02-11T20:39:42.700Z Downloaded humantime v2.1.0
5472025-02-11T20:39:42.703Z Downloaded hostname v0.3.1
5482025-02-11T20:39:42.703Z Downloaded home v0.5.9
5492025-02-11T20:39:42.706Z Downloaded match_cfg v0.1.0
5502025-02-11T20:39:42.706Z Downloaded lru-cache v0.1.2
5512025-02-11T20:39:42.706Z Downloaded crossbeam-deque v0.8.5
5522025-02-11T20:39:42.709Z Downloaded mime v0.3.17
5532025-02-11T20:39:42.709Z Downloaded md-5 v0.10.6
5542025-02-11T20:39:42.712Z Downloaded chrono-tz-build v0.4.0
5552025-02-11T20:39:42.714Z Downloaded maybe-uninit v2.0.0
5562025-02-11T20:39:42.714Z Downloaded cexpr v0.6.0
5572025-02-11T20:39:42.717Z Downloaded highway v1.2.0
5582025-02-11T20:39:42.720Z Downloaded cobs v0.2.3
5592025-02-11T20:39:42.720Z Downloaded icu_provider_macros v1.5.0
5602025-02-11T20:39:42.720Z Downloaded ciborium-ll v0.2.2
5612025-02-11T20:39:42.723Z Downloaded libefi-sys v0.1.0
5622025-02-11T20:39:42.723Z Downloaded lazy_static v1.5.0
5632025-02-11T20:39:42.727Z Downloaded is-terminal v0.4.13
5642025-02-11T20:39:42.727Z Downloaded progenitor-client v0.9.1
5652025-02-11T20:39:42.729Z Downloaded bitfield-struct v0.6.2
5662025-02-11T20:39:42.729Z Downloaded async-recursion v1.1.1
5672025-02-11T20:39:42.732Z Downloaded mockall v0.13.0
5682025-02-11T20:39:42.735Z Downloaded kstat-rs v0.2.4
5692025-02-11T20:39:42.735Z Downloaded cbc v0.1.2
5702025-02-11T20:39:42.739Z Downloaded linear-map v1.2.0
5712025-02-11T20:39:42.739Z Downloaded blowfish v0.9.1
5722025-02-11T20:39:42.742Z Downloaded ciborium v0.2.2
5732025-02-11T20:39:42.744Z Downloaded indoc v1.0.9
5742025-02-11T20:39:42.747Z Downloaded indent_write v2.2.0
5752025-02-11T20:39:42.750Z Downloaded console v0.15.10
5762025-02-11T20:39:42.756Z Downloaded managed v0.8.0
5772025-02-11T20:39:42.760Z Downloaded maplit v1.0.2
5782025-02-11T20:39:42.763Z Downloaded lru v0.12.5
5792025-02-11T20:39:42.766Z Downloaded time-core v0.1.2
5802025-02-11T20:39:42.770Z Downloaded hickory-resolver v0.24.2
5812025-02-11T20:39:42.775Z Downloaded ipnet v2.10.1
5822025-02-11T20:39:42.778Z Downloaded memoffset v0.9.1
5832025-02-11T20:39:42.782Z Downloaded tinyvec_macros v0.1.1
5842025-02-11T20:39:42.783Z Downloaded sync_wrapper v1.0.1
5852025-02-11T20:39:42.785Z Downloaded sync-ptr v0.1.1
5862025-02-11T20:39:42.786Z Downloaded yoke-derive v0.7.4
5872025-02-11T20:39:42.786Z Downloaded multer v3.1.0
5882025-02-11T20:39:42.789Z Downloaded rand_seeder v0.3.0
5892025-02-11T20:39:42.792Z Downloaded rustc-hash v1.1.0
5902025-02-11T20:39:42.795Z Downloaded memmap2 v0.9.5
5912025-02-11T20:39:42.795Z Downloaded vte_generate_state_changes v0.1.2
5922025-02-11T20:39:42.798Z Downloaded icu_locid_transform v1.5.0
5932025-02-11T20:39:42.800Z Downloaded radium v0.7.0
5942025-02-11T20:39:42.800Z Downloaded impl-trait-for-tuples v0.2.2
5952025-02-11T20:39:42.803Z Downloaded crc-any v2.5.0
5962025-02-11T20:39:42.806Z Downloaded const-oid v0.9.6
5972025-02-11T20:39:42.809Z Downloaded endian-type v0.1.2
5982025-02-11T20:39:42.811Z Downloaded icu_normalizer v1.5.0
5992025-02-11T20:39:42.814Z Downloaded rpassword v7.3.1
6002025-02-11T20:39:42.814Z Downloaded salsa20 v0.10.2
6012025-02-11T20:39:42.819Z Downloaded fxhash v0.2.1
6022025-02-11T20:39:42.819Z Downloaded smf v0.2.3
6032025-02-11T20:39:42.822Z Downloaded slog-stdlog v4.1.1
6042025-02-11T20:39:42.822Z Downloaded number_prefix v0.4.0
6052025-02-11T20:39:42.822Z Downloaded foreign-types v0.3.2
6062025-02-11T20:39:42.826Z Downloaded ssh-encoding v0.2.0
6072025-02-11T20:39:42.826Z Downloaded serde_urlencoded v0.7.1
6082025-02-11T20:39:42.829Z Downloaded synstructure v0.13.1
6092025-02-11T20:39:42.829Z Downloaded hyper-tls v0.6.0
6102025-02-11T20:39:42.832Z Downloaded unicode-xid v0.2.6
6112025-02-11T20:39:42.835Z Downloaded mime_guess v2.0.5
6122025-02-11T20:39:42.835Z Downloaded subtle v2.6.1
6132025-02-11T20:39:42.838Z Downloaded openssl-probe v0.1.5
6142025-02-11T20:39:42.841Z Downloaded litrs v0.4.1
6152025-02-11T20:39:42.843Z Downloaded newtype_derive v0.1.6
6162025-02-11T20:39:42.843Z Downloaded parse-size v1.1.0
6172025-02-11T20:39:42.846Z Downloaded miniz_oxide v0.8.0
6182025-02-11T20:39:42.849Z Downloaded wait-timeout v0.2.0
6192025-02-11T20:39:42.849Z Downloaded allocator-api2 v0.2.18
6202025-02-11T20:39:42.852Z Downloaded precomputed-hash v0.1.1
6212025-02-11T20:39:42.855Z Downloaded icu_provider v1.5.0
6222025-02-11T20:39:42.859Z Downloaded compact_str v0.8.0
6232025-02-11T20:39:42.862Z Downloaded fixedbitset v0.4.2
6242025-02-11T20:39:42.864Z Downloaded diesel-dtrace v0.4.2
6252025-02-11T20:39:42.867Z Downloaded debug-ignore v1.0.5
6262025-02-11T20:39:42.870Z Downloaded enum-as-inner v0.6.1
6272025-02-11T20:39:42.870Z Downloaded document-features v0.2.10
6282025-02-11T20:39:42.873Z Downloaded sigpipe v0.1.3
6292025-02-11T20:39:42.873Z Downloaded rustc_version v0.1.7
6302025-02-11T20:39:42.875Z Downloaded env_filter v0.1.2
6312025-02-11T20:39:42.878Z Downloaded termtree v0.4.1
6322025-02-11T20:39:42.878Z Downloaded foreign-types-macros v0.2.3
6332025-02-11T20:39:42.878Z Downloaded nibble_vec v0.1.0
6342025-02-11T20:39:42.881Z Downloaded try-lock v0.2.5
6352025-02-11T20:39:42.881Z Downloaded mockall_derive v0.13.0
6362025-02-11T20:39:42.884Z Downloaded num-iter v0.1.45
6372025-02-11T20:39:42.887Z Downloaded group v0.13.0
6382025-02-11T20:39:42.887Z Downloaded tokio-stream v0.1.16
6392025-02-11T20:39:42.891Z Downloaded pbkdf2 v0.11.0
6402025-02-11T20:39:42.894Z Downloaded signal-hook-tokio v0.3.1
6412025-02-11T20:39:42.897Z Downloaded parse-display-derive v0.10.0
6422025-02-11T20:39:42.897Z Downloaded vte v0.11.1
6432025-02-11T20:39:42.900Z Downloaded hyper-util v0.1.10
6442025-02-11T20:39:42.903Z Downloaded crypto-bigint v0.5.5
6452025-02-11T20:39:42.910Z Downloaded want v0.3.1
6462025-02-11T20:39:42.913Z Downloaded heapless v0.8.0
6472025-02-11T20:39:42.917Z Downloaded ppv-lite86 v0.2.20
6482025-02-11T20:39:42.919Z Downloaded ref-cast-impl v1.0.23
6492025-02-11T20:39:42.919Z Downloaded diesel_table_macro_syntax v0.2.0
6502025-02-11T20:39:42.922Z Downloaded aes v0.8.4
6512025-02-11T20:39:42.925Z Downloaded paste v1.0.15
6522025-02-11T20:39:42.928Z Downloaded float-cmp v0.9.0
6532025-02-11T20:39:42.932Z Downloaded signature v2.2.0
6542025-02-11T20:39:42.932Z Downloaded peg-runtime v0.8.3
6552025-02-11T20:39:42.935Z Downloaded termcolor v1.4.1
6562025-02-11T20:39:42.935Z Downloaded simd-adler32 v0.3.7
6572025-02-11T20:39:42.938Z Downloaded rustversion v1.0.17
6582025-02-11T20:39:42.940Z Downloaded termios v0.3.3
6592025-02-11T20:39:42.943Z Downloaded globset v0.4.15
6602025-02-11T20:39:42.946Z Downloaded num_threads v0.1.7
6612025-02-11T20:39:42.946Z Downloaded new_debug_unreachable v1.0.6
6622025-02-11T20:39:42.946Z Downloaded indexmap v1.9.3
6632025-02-11T20:39:42.950Z Downloaded hashlink v0.9.1
6642025-02-11T20:39:42.957Z Downloaded xz2 v0.1.7
6652025-02-11T20:39:42.961Z Downloaded tls_codec_derive v0.4.1
6662025-02-11T20:39:42.961Z Downloaded psl-types v2.0.11
6672025-02-11T20:39:42.961Z Downloaded crossbeam-channel v0.5.13
6682025-02-11T20:39:42.964Z Downloaded zone v0.1.8
6692025-02-11T20:39:42.966Z Downloaded hickory-server v0.24.2
6702025-02-11T20:39:42.971Z Downloaded defmt v0.3.8
6712025-02-11T20:39:42.976Z Downloaded native-tls v0.2.12
6722025-02-11T20:39:42.978Z Downloaded dsl_auto_type v0.1.2
6732025-02-11T20:39:42.981Z Downloaded write16 v1.0.0
6742025-02-11T20:39:42.981Z Downloaded tower-service v0.3.3
6752025-02-11T20:39:42.984Z Downloaded zerofrom v0.1.4
6762025-02-11T20:39:42.984Z Downloaded ff v0.13.0
6772025-02-11T20:39:42.987Z Downloaded flagset v0.4.6
6782025-02-11T20:39:42.990Z Downloaded term v0.7.0
6792025-02-11T20:39:42.992Z Downloaded packed_struct v0.10.1
6802025-02-11T20:39:42.995Z Downloaded float-ord v0.3.2
6812025-02-11T20:39:42.995Z Downloaded bumpalo v3.16.0
6822025-02-11T20:39:42.999Z Downloaded derive_builder_macro v0.20.2
6832025-02-11T20:39:43.001Z Downloaded qorb v0.2.1
6842025-02-11T20:39:43.004Z Downloaded progenitor-macro v0.8.0
6852025-02-11T20:39:43.007Z Downloaded pem v3.0.4
6862025-02-11T20:39:43.010Z Downloaded polyval v0.6.2
6872025-02-11T20:39:43.010Z Downloaded diesel_derives v2.2.3
6882025-02-11T20:39:43.014Z Downloaded rustc_version v0.4.1
6892025-02-11T20:39:43.017Z Downloaded ref-cast v1.0.23
6902025-02-11T20:39:43.020Z Downloaded derive_builder_core v0.20.2
6912025-02-11T20:39:43.022Z Downloaded pretty-hex v0.2.1
6922025-02-11T20:39:43.025Z Downloaded nodrop v0.1.14
6932025-02-11T20:39:43.037Z Downloaded russh-cryptovec v0.7.3
6942025-02-11T20:39:43.040Z Downloaded percent-encoding v2.3.1
6952025-02-11T20:39:43.040Z Downloaded rustls-pki-types v1.10.0
6962025-02-11T20:39:43.043Z Downloaded waitgroup v0.1.2
6972025-02-11T20:39:43.043Z Downloaded topological-sort v0.2.2
6982025-02-11T20:39:43.046Z Downloaded difflib v0.4.0
6992025-02-11T20:39:43.049Z Downloaded tui-tree-widget v0.22.0
7002025-02-11T20:39:43.049Z Downloaded thiserror-impl v2.0.11
7012025-02-11T20:39:43.052Z Downloaded strum_macros v0.25.3
7022025-02-11T20:39:43.054Z Downloaded fragile v2.0.0
7032025-02-11T20:39:43.054Z Downloaded num_enum_derive v0.5.11
7042025-02-11T20:39:43.057Z Downloaded toml v0.7.8
7052025-02-11T20:39:43.060Z Downloaded unsafe-libyaml v0.2.11
7062025-02-11T20:39:43.063Z Downloaded futures-sink v0.3.31
7072025-02-11T20:39:43.065Z Downloaded unicode_categories v0.1.1
7082025-02-11T20:39:43.068Z Downloaded oso-derive v0.27.3
7092025-02-11T20:39:43.068Z Downloaded hash32 v0.2.1
7102025-02-11T20:39:43.071Z Downloaded futures-macro v0.3.31
7112025-02-11T20:39:43.071Z Downloaded form_urlencoded v1.2.1
7122025-02-11T20:39:43.071Z Downloaded progenitor-macro v0.9.1
7132025-02-11T20:39:43.074Z Downloaded diff v0.1.13
7142025-02-11T20:39:43.077Z Downloaded num-derive v0.4.2
7152025-02-11T20:39:43.079Z Downloaded signal-hook-mio v0.2.4
7162025-02-11T20:39:43.079Z Downloaded typify v0.3.0
7172025-02-11T20:39:43.084Z Downloaded predicates-tree v1.0.11
7182025-02-11T20:39:43.087Z Downloaded dirs-next v2.0.0
7192025-02-11T20:39:43.087Z Downloaded tls_codec v0.4.1
7202025-02-11T20:39:43.090Z Downloaded phf_shared v0.10.0
7212025-02-11T20:39:43.090Z Downloaded slog-dtrace v0.3.0
7222025-02-11T20:39:43.092Z Downloaded secrecy v0.8.0
7232025-02-11T20:39:43.092Z Downloaded spki v0.7.3
7242025-02-11T20:39:43.095Z Downloaded serde_path_to_error v0.1.16
7252025-02-11T20:39:43.098Z Downloaded cc v1.1.30
7262025-02-11T20:39:43.101Z Downloaded r2d2 v0.8.10
7272025-02-11T20:39:43.105Z Downloaded yoke v0.7.4
7282025-02-11T20:39:43.108Z Downloaded openssl-sys v0.9.105
7292025-02-11T20:39:43.111Z Downloaded take_mut v0.2.2
7302025-02-11T20:39:43.114Z Downloaded walkdir v2.5.0
7312025-02-11T20:39:43.116Z Downloaded termtree v0.5.1
7322025-02-11T20:39:43.116Z Downloaded zerocopy-derive v0.8.10
7332025-02-11T20:39:43.122Z Downloaded libxml v0.3.3
7342025-02-11T20:39:43.129Z Downloaded ghash v0.5.1
7352025-02-11T20:39:43.132Z Downloaded itertools v0.12.1
7362025-02-11T20:39:43.138Z Downloaded foreign-types-shared v0.3.1
7372025-02-11T20:39:43.140Z Downloaded funty v2.0.0
7382025-02-11T20:39:43.143Z Downloaded phf_generator v0.11.2
7392025-02-11T20:39:43.143Z Downloaded quinn-udp v0.5.5
7402025-02-11T20:39:43.146Z Downloaded thiserror v2.0.11
7412025-02-11T20:39:43.151Z Downloaded tap v1.0.1
7422025-02-11T20:39:43.153Z Downloaded snafu-derive v0.8.5
7432025-02-11T20:39:43.153Z Downloaded serde_derive_internals v0.29.1
7442025-02-11T20:39:43.156Z Downloaded string_cache v0.8.7
7452025-02-11T20:39:43.161Z Downloaded twox-hash v2.1.0
7462025-02-11T20:39:43.161Z Downloaded x509-cert v0.2.5
7472025-02-11T20:39:43.168Z Downloaded strum v0.26.3
7482025-02-11T20:39:43.171Z Downloaded slab v0.4.9
7492025-02-11T20:39:43.174Z Downloaded rtoolbox v0.0.2
7502025-02-11T20:39:43.174Z Downloaded vsss-rs v3.3.4
7512025-02-11T20:39:43.177Z Downloaded derive_more v0.99.18
7522025-02-11T20:39:43.181Z Downloaded wyz v0.5.1
7532025-02-11T20:39:43.185Z Downloaded thread_local v1.1.8
7542025-02-11T20:39:43.188Z Downloaded normalize-line-endings v0.3.0
7552025-02-11T20:39:43.188Z Downloaded uzers v0.12.1
7562025-02-11T20:39:43.191Z Downloaded aes-gcm v0.10.3
7572025-02-11T20:39:43.194Z Downloaded fd-lock v4.0.2
7582025-02-11T20:39:43.196Z Downloaded fallible-streaming-iterator v0.1.9
7592025-02-11T20:39:43.200Z Downloaded nu-ansi-term v0.50.1
7602025-02-11T20:39:43.203Z Downloaded fallible-iterator v0.3.0
7612025-02-11T20:39:43.203Z Downloaded getrandom v0.2.15
7622025-02-11T20:39:43.206Z Downloaded sqlparser_derive v0.2.2
7632025-02-11T20:39:43.209Z Downloaded rand_xorshift v0.3.0
7642025-02-11T20:39:43.209Z Downloaded russh-keys v0.45.0
7652025-02-11T20:39:43.211Z Downloaded fallible-iterator v0.2.0
7662025-02-11T20:39:43.214Z Downloaded thiserror-impl-no-std v2.0.2
7672025-02-11T20:39:43.217Z Downloaded spin v0.9.8
7682025-02-11T20:39:43.217Z Downloaded pkcs5 v0.7.1
7692025-02-11T20:39:43.222Z Downloaded zone_cfg_derive v0.1.2
7702025-02-11T20:39:43.224Z Downloaded idna v1.0.3
7712025-02-11T20:39:43.227Z Downloaded sha1 v0.10.6
7722025-02-11T20:39:43.230Z Downloaded darling_macro v0.20.10
7732025-02-11T20:39:43.233Z Downloaded test-strategy v0.3.1
7742025-02-11T20:39:43.236Z Downloaded socket2 v0.5.7
7752025-02-11T20:39:43.239Z Downloaded zone_cfg_derive v0.3.0
7762025-02-11T20:39:43.239Z Downloaded slog-scope v4.4.0
7772025-02-11T20:39:43.242Z Downloaded yasna v0.5.2
7782025-02-11T20:39:43.246Z Downloaded hkdf v0.12.4
7792025-02-11T20:39:43.248Z Downloaded dunce v1.0.5
7802025-02-11T20:39:43.248Z Downloaded display-error-chain v0.2.2
7812025-02-11T20:39:43.248Z Downloaded zeroize_derive v1.4.2
7822025-02-11T20:39:43.248Z Downloaded fs_extra v1.3.0
7832025-02-11T20:39:43.252Z Downloaded pkg-config v0.3.31
7842025-02-11T20:39:43.257Z Downloaded darling_core v0.20.10
7852025-02-11T20:39:43.260Z Downloaded tabwriter v1.4.0
7862025-02-11T20:39:43.260Z Downloaded p256 v0.13.2
7872025-02-11T20:39:43.263Z Downloaded stable_deref_trait v1.2.0
7882025-02-11T20:39:43.266Z Downloaded serde_plain v1.0.2
7892025-02-11T20:39:43.266Z Downloaded tungstenite v0.24.0
7902025-02-11T20:39:43.269Z Downloaded opaque-debug v0.3.1
7912025-02-11T20:39:43.272Z Downloaded tar v0.4.42
7922025-02-11T20:39:43.275Z Downloaded vergen v8.3.2
7932025-02-11T20:39:43.278Z Downloaded unicode-normalization v0.1.24
7942025-02-11T20:39:43.281Z Downloaded nanorand v0.7.0
7952025-02-11T20:39:43.284Z Downloaded zone v0.3.0
7962025-02-11T20:39:43.286Z Downloaded hash32 v0.3.1
7972025-02-11T20:39:43.289Z Downloaded strum_macros v0.26.4
7982025-02-11T20:39:43.289Z Downloaded rfc6979 v0.4.0
7992025-02-11T20:39:43.292Z Downloaded thiserror-no-std v2.0.2
8002025-02-11T20:39:43.295Z Downloaded openssl-macros v0.1.1
8012025-02-11T20:39:43.297Z Downloaded phf v0.11.2
8022025-02-11T20:39:43.297Z Downloaded whoami v1.5.2
8032025-02-11T20:39:43.300Z Downloaded resolv-conf v0.7.0
8042025-02-11T20:39:43.303Z Downloaded ecdsa v0.16.9
8052025-02-11T20:39:43.303Z Downloaded multimap v0.10.0
8062025-02-11T20:39:43.306Z Downloaded unicode-properties v0.1.3
8072025-02-11T20:39:43.308Z Downloaded progenitor v0.9.1
8082025-02-11T20:39:43.308Z Downloaded pkcs8 v0.10.2
8092025-02-11T20:39:43.311Z Downloaded pkcs1 v0.7.5
8102025-02-11T20:39:43.314Z Downloaded defmt-parser v0.3.4
8112025-02-11T20:39:43.314Z Downloaded data-encoding v2.6.0
8122025-02-11T20:39:43.317Z Downloaded sec1 v0.7.3
8132025-02-11T20:39:43.317Z Downloaded zip v2.1.3
8142025-02-11T20:39:43.321Z Downloaded serde_with v3.11.0
8152025-02-11T20:39:43.330Z Downloaded defmt-macros v0.3.9
8162025-02-11T20:39:43.333Z Downloaded aho-corasick v1.1.3
8172025-02-11T20:39:43.339Z Downloaded futures-core v0.3.31
8182025-02-11T20:39:43.343Z Downloaded tinystr v0.7.6
8192025-02-11T20:39:43.346Z Downloaded sqlformat v0.2.6
8202025-02-11T20:39:43.346Z Downloaded packed_struct_codegen v0.10.1
8212025-02-11T20:39:43.346Z Downloaded tiny-keccak v2.0.2
8222025-02-11T20:39:43.349Z Downloaded progenitor-client v0.8.0
8232025-02-11T20:39:43.351Z Downloaded rustls-webpki v0.101.7
8242025-02-11T20:39:43.364Z Downloaded headers-core v0.3.0
8252025-02-11T20:39:43.367Z Downloaded unicase v2.7.0
8262025-02-11T20:39:43.367Z Downloaded typify-macro v0.3.0
8272025-02-11T20:39:43.367Z Downloaded typify-macro v0.2.0
8282025-02-11T20:39:43.370Z Downloaded olpc-cjson v0.1.4
8292025-02-11T20:39:43.370Z Downloaded num_enum v0.5.11
8302025-02-11T20:39:43.373Z Downloaded tokio-macros v2.5.0
8312025-02-11T20:39:43.376Z Downloaded sct v0.7.1
8322025-02-11T20:39:43.379Z Downloaded snafu v0.8.5
8332025-02-11T20:39:43.386Z Downloaded tokio-native-tls v0.3.1
8342025-02-11T20:39:43.389Z Downloaded slog-envlogger v2.2.0
8352025-02-11T20:39:43.389Z Downloaded siphasher v0.3.11
8362025-02-11T20:39:43.391Z Downloaded untrusted v0.9.0
8372025-02-11T20:39:43.391Z Downloaded futures-task v0.3.31
8382025-02-11T20:39:43.391Z Downloaded futures-io v0.3.31
8392025-02-11T20:39:43.394Z Downloaded futures-channel v0.3.31
8402025-02-11T20:39:43.397Z Downloaded gethostname v0.5.0
8412025-02-11T20:39:43.397Z Downloaded der v0.7.9
8422025-02-11T20:39:43.402Z Downloaded utf16_iter v1.0.5
8432025-02-11T20:39:43.404Z Downloaded slog-json v2.6.1
8442025-02-11T20:39:43.404Z Downloaded primeorder v0.13.6
8452025-02-11T20:39:43.407Z Downloaded futures-executor v0.3.31
8462025-02-11T20:39:43.410Z Downloaded parking_lot v0.11.2
8472025-02-11T20:39:43.412Z Downloaded which v4.4.2
8482025-02-11T20:39:43.412Z Downloaded aws-lc-rs v1.10.0
8492025-02-11T20:39:43.421Z Downloaded shlex v1.3.0
8502025-02-11T20:39:43.423Z Downloaded blake3 v1.5.4
8512025-02-11T20:39:43.431Z Downloaded poly1305 v0.8.0
8522025-02-11T20:39:43.435Z Downloaded slog-term v2.9.1
8532025-02-11T20:39:43.438Z Downloaded derive-where v1.2.7
8542025-02-11T20:39:43.440Z Downloaded derive_builder v0.20.2
8552025-02-11T20:39:43.445Z Downloaded hashbrown v0.14.5
8562025-02-11T20:39:43.450Z Downloaded utf8_iter v1.0.4
8572025-02-11T20:39:43.452Z Downloaded zip v0.6.6
8582025-02-11T20:39:43.455Z Downloaded tinyvec v1.8.0
8592025-02-11T20:39:43.459Z Downloaded tungstenite v0.21.0
8602025-02-11T20:39:43.462Z Downloaded shell-words v1.1.0
8612025-02-11T20:39:43.465Z Downloaded icu_properties_data v1.5.0
8622025-02-11T20:39:43.473Z Downloaded num-bigint v0.4.6
8632025-02-11T20:39:43.477Z Downloaded uuid v1.12.0
8642025-02-11T20:39:43.480Z Downloaded parking_lot v0.12.3
8652025-02-11T20:39:43.483Z Downloaded tungstenite v0.23.0
8662025-02-11T20:39:43.486Z Downloaded bindgen v0.69.5
8672025-02-11T20:39:43.494Z Downloaded futures v0.3.31
8682025-02-11T20:39:43.499Z Downloaded steno v0.4.1
8692025-02-11T20:39:43.503Z Downloaded progenitor-impl v0.9.1
8702025-02-11T20:39:43.506Z Downloaded rsa v0.9.6
8712025-02-11T20:39:43.510Z Downloaded parking_lot_core v0.9.10
8722025-02-11T20:39:43.513Z Downloaded ron v0.7.1
8732025-02-11T20:39:43.516Z Downloaded tokio-postgres v0.7.12
8742025-02-11T20:39:43.522Z Downloaded signal-hook v0.3.17
8752025-02-11T20:39:43.524Z Downloaded unicode-bidi v0.3.17
8762025-02-11T20:39:43.527Z Downloaded rustls-webpki v0.102.8
8772025-02-11T20:39:43.545Z Downloaded reqwest v0.12.9
8782025-02-11T20:39:43.553Z Downloaded prettyplease v0.2.25
8792025-02-11T20:39:43.556Z Downloaded time v0.3.36
8802025-02-11T20:39:43.564Z Downloaded rusqlite v0.32.1
8812025-02-11T20:39:43.570Z Downloaded nom v7.1.3
8822025-02-11T20:39:43.576Z Downloaded hashbrown v0.13.2
8832025-02-11T20:39:43.580Z Downloaded zerovec v0.10.4
8842025-02-11T20:39:43.586Z Downloaded lalrpop v0.19.12
8852025-02-11T20:39:43.598Z Downloaded hashbrown v0.12.3
8862025-02-11T20:39:43.602Z Downloaded curve25519-dalek v4.1.3
8872025-02-11T20:39:43.611Z Downloaded regex v1.11.1
8882025-02-11T20:39:43.625Z Downloaded schemars v0.8.21
8892025-02-11T20:39:43.635Z Downloaded sqlparser v0.45.0
8902025-02-11T20:39:43.642Z Downloaded quick-xml v0.33.0
8912025-02-11T20:39:43.648Z Downloaded zerocopy v0.8.10
8922025-02-11T20:39:43.671Z Downloaded winnow v0.5.40
8932025-02-11T20:39:43.680Z Downloaded p384 v0.13.0
8942025-02-11T20:39:43.686Z Downloaded quinn-proto v0.11.8
8952025-02-11T20:39:43.693Z Downloaded nix v0.27.1
8962025-02-11T20:39:43.704Z Downloaded unicode-width v0.2.0
8972025-02-11T20:39:43.710Z Downloaded chrono-tz v0.10.1
8982025-02-11T20:39:43.718Z Downloaded radix_trie v0.2.1
8992025-02-11T20:39:43.723Z Downloaded p521 v0.13.3
9002025-02-11T20:39:43.727Z Downloaded rustls v0.21.12
9012025-02-11T20:39:43.738Z Downloaded futures-util v0.3.31
9022025-02-11T20:39:43.751Z Downloaded nix v0.29.0
9032025-02-11T20:39:43.762Z Downloaded h2 v0.4.6
9042025-02-11T20:39:43.770Z Downloaded polar-core v0.27.3
9052025-02-11T20:39:43.777Z Downloaded regex-syntax v0.6.29
9062025-02-11T20:39:43.785Z Downloaded gimli v0.31.1
9072025-02-11T20:39:43.793Z Downloaded vcpkg v0.2.15
9082025-02-11T20:39:43.831Z Downloaded regex-syntax v0.8.5
9092025-02-11T20:39:43.839Z Downloaded rayon v1.10.0
9102025-02-11T20:39:43.848Z Downloaded petname v2.0.2
9112025-02-11T20:39:43.854Z Downloaded smoltcp v0.11.0
9122025-02-11T20:39:43.866Z Downloaded regress v0.9.1
9132025-02-11T20:39:43.876Z Downloaded hickory-proto v0.24.3
9142025-02-11T20:39:43.891Z Downloaded object v0.36.5
9152025-02-11T20:39:43.902Z Downloaded typify-impl v0.3.0
9162025-02-11T20:39:43.918Z Downloaded nix v0.28.0
9172025-02-11T20:39:43.929Z Downloaded openssl v0.10.70
9182025-02-11T20:39:43.938Z Downloaded diesel v2.2.6
9192025-02-11T20:39:43.957Z Downloaded bzip2-sys v0.1.11+1.0.8
9202025-02-11T20:39:43.969Z Downloaded regex-automata v0.4.8
9212025-02-11T20:39:43.986Z Downloaded dropshot v0.15.1
9222025-02-11T20:39:44.011Z Downloaded regress v0.10.1
9232025-02-11T20:39:44.016Z Downloaded rustls v0.22.4
9242025-02-11T20:39:44.029Z Downloaded typify-impl v0.2.0
9252025-02-11T20:39:44.044Z Downloaded rustls v0.23.19
9262025-02-11T20:39:44.055Z Downloaded openapiv3 v2.0.0
9272025-02-11T20:39:44.067Z Downloaded bstr v1.10.0
9282025-02-11T20:39:44.078Z Downloaded zerocopy-derive v0.6.6
9292025-02-11T20:39:44.088Z Downloaded git2 v0.19.0
9302025-02-11T20:39:44.096Z Downloaded webpki-roots v0.26.6
9312025-02-11T20:39:44.099Z Downloaded sled v0.34.7
9322025-02-11T20:39:44.110Z Downloaded dropshot v0.12.0
9332025-02-11T20:39:44.129Z Downloaded csv v1.3.1
9342025-02-11T20:39:44.148Z Downloaded ratatui v0.28.1
9352025-02-11T20:39:44.167Z Downloaded smoltcp v0.9.1
9362025-02-11T20:39:44.178Z Downloaded num-bigint-dig v0.8.4
9372025-02-11T20:39:44.182Z Downloaded proptest v1.5.0
9382025-02-11T20:39:44.191Z Downloaded object v0.30.4
9392025-02-11T20:39:44.201Z Downloaded publicsuffix v2.3.0
9402025-02-11T20:39:44.203Z Downloaded heapless v0.7.17
9412025-02-11T20:39:44.207Z Downloaded rayon-core v1.12.1
9422025-02-11T20:39:44.211Z Downloaded omicron-zone-package v0.12.0
9432025-02-11T20:39:44.214Z Downloaded chrono v0.4.39
9442025-02-11T20:39:44.221Z Downloaded bitvec v1.0.1
9452025-02-11T20:39:44.235Z Downloaded russh v0.45.0
9462025-02-11T20:39:44.244Z Downloaded petgraph v0.6.5
9472025-02-11T20:39:44.258Z Downloaded lzma-sys v0.1.20
9482025-02-11T20:39:44.288Z Downloaded libz-sys v1.1.20
9492025-02-11T20:39:44.307Z Downloaded pin-project v1.1.6
9502025-02-11T20:39:44.318Z Downloaded num-traits v0.2.19
9512025-02-11T20:39:44.320Z Downloaded ed25519-dalek v2.1.1
9522025-02-11T20:39:44.324Z Downloaded unicode-segmentation v1.12.0
9532025-02-11T20:39:44.327Z Downloaded typed-path v0.9.3
9542025-02-11T20:39:44.332Z Downloaded typify v0.2.0
9552025-02-11T20:39:44.336Z Downloaded num-complex v0.4.6
9562025-02-11T20:39:44.339Z Downloaded expectorate v1.1.0
9572025-02-11T20:39:44.339Z Downloaded tough v0.19.0
9582025-02-11T20:39:44.346Z Downloaded schemars_derive v0.8.21
9592025-02-11T20:39:44.350Z Downloaded zerovec-derive v0.10.3
9602025-02-11T20:39:44.350Z Downloaded pin-utils v0.1.0
9612025-02-11T20:39:44.354Z Downloaded owo-colors v4.1.0
9622025-02-11T20:39:44.354Z Downloaded time-macros v0.2.18
9632025-02-11T20:39:44.358Z Downloaded tokio v1.43.0
9642025-02-11T20:39:44.392Z Downloaded portable-atomic v1.9.0
9652025-02-11T20:39:44.399Z Downloaded ed25519 v2.2.3
9662025-02-11T20:39:44.402Z Downloaded sha3 v0.10.8
9672025-02-11T20:39:44.405Z Downloaded dirs-sys-next v0.1.2
9682025-02-11T20:39:44.407Z Downloaded quinn v0.11.5
9692025-02-11T20:39:44.410Z Downloaded subprocess v0.2.9
9702025-02-11T20:39:44.413Z Downloaded rand v0.8.5
9712025-02-11T20:39:44.416Z Downloaded salty v0.3.0
9722025-02-11T20:39:44.420Z Downloaded dropshot_endpoint v0.12.0
9732025-02-11T20:39:44.424Z Downloaded flume v0.11.1
9742025-02-11T20:39:44.427Z Downloaded url v2.5.3
9752025-02-11T20:39:44.430Z Downloaded rand_chacha v0.3.1
9762025-02-11T20:39:44.434Z Downloaded pin-project-lite v0.2.14
9772025-02-11T20:39:44.436Z Downloaded pin-project-internal v1.1.6
9782025-02-11T20:39:44.439Z Downloaded flate2 v1.0.35
9792025-02-11T20:39:44.444Z Downloaded ssh-key v0.6.6
9802025-02-11T20:39:44.449Z Downloaded scrypt v0.11.0
9812025-02-11T20:39:44.452Z Downloaded scopeguard v1.2.0
9822025-02-11T20:39:44.452Z Downloaded pem-rfc7468 v0.7.0
9832025-02-11T20:39:44.455Z Downloaded either v1.13.0
9842025-02-11T20:39:44.455Z Downloaded parking_lot_core v0.8.6
9852025-02-11T20:39:44.457Z Downloaded phf_codegen v0.11.2
9862025-02-11T20:39:44.457Z Downloaded slog v2.7.0
9872025-02-11T20:39:44.460Z Downloaded tokio-util v0.7.12
9882025-02-11T20:39:44.466Z Downloaded value-bag v1.9.0
9892025-02-11T20:39:44.469Z Downloaded rustfmt-wrapper v0.2.1
9902025-02-11T20:39:44.471Z Downloaded fatfs v0.3.6
9912025-02-11T20:39:44.474Z Downloaded reedline v0.35.0
9922025-02-11T20:39:44.480Z Downloaded utf-8 v0.7.6
9932025-02-11T20:39:44.482Z Downloaded structmeta-derive v0.3.0
9942025-02-11T20:39:44.482Z Downloaded static_assertions v1.1.0
9952025-02-11T20:39:44.485Z Downloaded hyper v1.5.2
9962025-02-11T20:39:44.489Z Downloaded serde_repr v0.1.19
9972025-02-11T20:39:44.492Z Downloaded rand_core v0.6.4
9982025-02-11T20:39:44.495Z Downloaded toml_edit v0.19.15
9992025-02-11T20:39:44.507Z Downloaded itertools v0.13.0
10002025-02-11T20:39:44.514Z Downloaded tracing-core v0.1.32
10012025-02-11T20:39:44.517Z Downloaded phf_shared v0.11.2
10022025-02-11T20:39:44.519Z Downloaded encoding_rs v0.8.34
10032025-02-11T20:39:44.539Z Downloaded tracing v0.1.40
10042025-02-11T20:39:44.546Z Downloaded rustyline v14.0.0
10052025-02-11T20:39:44.550Z Downloaded glob v0.3.2
10062025-02-11T20:39:44.550Z Downloaded env_logger v0.11.5
10072025-02-11T20:39:44.554Z Downloaded half v2.4.1
10082025-02-11T20:39:44.557Z Downloaded zopfli v0.8.1
10092025-02-11T20:39:44.557Z Downloaded dyn-clone v1.0.17
10102025-02-11T20:39:44.560Z Downloaded zerofrom-derive v0.1.4
10112025-02-11T20:39:44.560Z Downloaded xattr v1.3.1
10122025-02-11T20:39:44.560Z Downloaded writeable v0.5.5
10132025-02-11T20:39:44.563Z Downloaded displaydoc v0.2.5
10142025-02-11T20:39:44.566Z Downloaded parse-zoneinfo v0.3.1
10152025-02-11T20:39:44.568Z Downloaded itertools v0.10.5
10162025-02-11T20:39:44.573Z Downloaded quick-error v1.2.3
10172025-02-11T20:39:44.576Z Downloaded progenitor v0.8.0
10182025-02-11T20:39:44.576Z Downloaded crossterm v0.28.1
10192025-02-11T20:39:44.581Z Downloaded des v0.8.1
10202025-02-11T20:39:44.584Z Downloaded foreign-types-shared v0.1.1
10212025-02-11T20:39:44.584Z Downloaded num v0.4.3
10222025-02-11T20:39:44.587Z Downloaded num-integer v0.1.46
10232025-02-11T20:39:44.587Z Downloaded ena v0.14.3
10242025-02-11T20:39:44.590Z Downloaded embedded-io v0.6.1
10252025-02-11T20:39:44.592Z Downloaded embedded-io v0.4.0
10262025-02-11T20:39:44.592Z Downloaded num-rational v0.4.2
10272025-02-11T20:39:44.595Z Downloaded libm v0.2.8
10282025-02-11T20:39:44.600Z Downloaded headers v0.4.0
10292025-02-11T20:39:44.605Z Downloaded tracing-attributes v0.1.27
10302025-02-11T20:39:44.608Z Downloaded rustls-pemfile v2.2.0
10312025-02-11T20:39:44.610Z Downloaded smallvec v1.13.2
10322025-02-11T20:39:44.613Z Downloaded dropshot_endpoint v0.15.1
10332025-02-11T20:39:44.616Z Downloaded similar v2.6.0
10342025-02-11T20:39:44.618Z Downloaded libgit2-sys v0.17.0+1.8.1
10352025-02-11T20:39:44.676Z Downloaded strum_macros v0.24.3
10362025-02-11T20:39:44.679Z Downloaded smallvec v0.6.14
10372025-02-11T20:39:44.679Z Downloaded rusty-fork v0.3.0
10382025-02-11T20:39:44.682Z Downloaded env_logger v0.10.2
10392025-02-11T20:39:44.682Z Downloaded elliptic-curve v0.13.8
10402025-02-11T20:39:44.686Z Downloaded slog-async v2.8.0
10412025-02-11T20:39:44.689Z Downloaded scheduled-thread-pool v0.2.7
10422025-02-11T20:39:44.690Z Downloaded same-file v1.0.6
10432025-02-11T20:39:44.693Z Downloaded rustls-pemfile v1.0.4
10442025-02-11T20:39:44.693Z Downloaded rustc-demangle v0.1.24
10452025-02-11T20:39:44.693Z Downloaded proc-macro-crate v1.3.1
10462025-02-11T20:39:44.696Z Downloaded peg-macros v0.8.4
10472025-02-11T20:39:44.696Z Downloaded pbkdf2 v0.12.2
10482025-02-11T20:39:44.698Z Downloaded base64 v0.21.7
10492025-02-11T20:39:44.701Z Downloaded peg v0.8.4
10502025-02-11T20:39:44.704Z Downloaded parse-display v0.10.0
10512025-02-11T20:39:44.704Z Downloaded unarray v0.1.4
10522025-02-11T20:39:44.706Z Downloaded password-hash v0.4.2
10532025-02-11T20:39:44.706Z Downloaded mio v1.0.2
10542025-02-11T20:39:44.711Z Downloaded oso v0.27.3
10552025-02-11T20:39:44.715Z Downloaded filetime v0.2.25
10562025-02-11T20:39:44.717Z Downloaded toolchain_find v0.4.0
10572025-02-11T20:39:44.720Z Downloaded unicode-truncate v1.1.0
10582025-02-11T20:39:44.720Z Downloaded serde_yaml v0.9.34+deprecated
10592025-02-11T20:39:44.723Z Downloaded samael v0.0.17
10602025-02-11T20:39:44.727Z Downloaded http v1.2.0
10612025-02-11T20:39:44.731Z Downloaded zeroize v1.8.1
10622025-02-11T20:39:44.734Z Downloaded untrusted v0.7.1
10632025-02-11T20:39:44.734Z Downloaded predicates v3.1.2
10642025-02-11T20:39:44.736Z Downloaded postgres-protocol v0.6.7
10652025-02-11T20:39:44.739Z Downloaded minimal-lexical v0.2.1
10662025-02-11T20:39:44.741Z Downloaded num-conv v0.1.0
10672025-02-11T20:39:44.744Z Downloaded zerocopy v0.6.6
10682025-02-11T20:39:44.744Z Downloaded postcard v1.0.10
10692025-02-11T20:39:44.747Z Downloaded ron v0.8.1
10702025-02-11T20:39:44.751Z Downloaded rcgen v0.12.1
10712025-02-11T20:39:44.754Z Downloaded icu_properties v1.5.1
10722025-02-11T20:39:44.757Z Downloaded icu_collections v1.5.0
10732025-02-11T20:39:44.762Z Downloaded password-hash v0.5.0
10742025-02-11T20:39:44.765Z Downloaded der_derive v0.7.3
10752025-02-11T20:39:44.767Z Downloaded base64 v0.22.1
10762025-02-11T20:39:44.770Z Downloaded structmeta-derive v0.2.0
10772025-02-11T20:39:44.770Z Downloaded strip-ansi-escapes v0.2.0
10782025-02-11T20:39:44.773Z Downloaded stringprep v0.1.5
10792025-02-11T20:39:44.773Z Downloaded serde-hex v0.1.0
10802025-02-11T20:39:44.776Z Downloaded newline-converter v0.3.0
10812025-02-11T20:39:44.776Z Downloaded semver v0.1.20
10822025-02-11T20:39:44.776Z Downloaded signal-hook-registry v1.4.2
10832025-02-11T20:39:44.776Z Downloaded serde-big-array v0.5.1
10842025-02-11T20:39:44.779Z Downloaded powerfmt v0.2.0
10852025-02-11T20:39:44.779Z Downloaded crossbeam-epoch v0.9.18
10862025-02-11T20:39:44.782Z Downloaded deranged v0.3.11
10872025-02-11T20:39:44.782Z Downloaded postgres-types v0.2.8
10882025-02-11T20:39:44.784Z Downloaded predicates-core v1.0.8
10892025-02-11T20:39:44.784Z Downloaded serde_with_macros v3.11.0
10902025-02-11T20:39:44.788Z Downloaded const_format v0.2.34
10912025-02-11T20:39:44.791Z Downloaded backtrace v0.3.74
10922025-02-11T20:39:44.795Z Downloaded arc-swap v1.7.1
10932025-02-11T20:39:44.799Z Downloaded base64 v0.13.1
10942025-02-11T20:39:44.802Z Downloaded tokio-tungstenite v0.24.0
10952025-02-11T20:39:44.805Z Downloaded tokio-tungstenite v0.21.0
10962025-02-11T20:39:44.809Z Downloaded tokio-rustls v0.26.0
10972025-02-11T20:39:44.809Z Downloaded tokio-rustls v0.25.0
10982025-02-11T20:39:44.812Z Downloaded tokio-rustls v0.24.1
10992025-02-11T20:39:44.812Z Downloaded indicatif v0.17.11
11002025-02-11T20:39:44.817Z Downloaded icu_normalizer_data v1.5.0
11012025-02-11T20:39:44.821Z Downloaded newtype-uuid v1.2.1
11022025-02-11T20:39:44.821Z Downloaded foldhash v0.1.3
11032025-02-11T20:39:44.822Z Downloaded chacha20poly1305 v0.10.1
11042025-02-11T20:39:44.828Z Downloaded foreign-types v0.5.0
11052025-02-11T20:39:44.828Z Downloaded universal-hash v0.5.1
11062025-02-11T20:39:44.828Z Downloaded tokio-tungstenite v0.23.1
11072025-02-11T20:39:44.828Z Downloaded slog-bunyan v2.5.0
11082025-02-11T20:39:44.828Z Downloaded arrayvec v0.7.6
11092025-02-11T20:39:44.833Z Downloaded path-slash v0.1.5
11102025-02-11T20:39:44.833Z Downloaded crossbeam-utils v0.8.20
11112025-02-11T20:39:44.833Z Downloaded clang-sys v1.8.1
11122025-02-11T20:39:44.836Z Downloaded bytes v1.9.0
11132025-02-11T20:39:44.836Z Downloaded blake2 v0.10.6
11142025-02-11T20:39:44.838Z Downloaded hmac v0.12.1
11152025-02-11T20:39:44.841Z Downloaded icu_locid v1.5.0
11162025-02-11T20:39:44.844Z Downloaded supports-color v3.0.1
11172025-02-11T20:39:44.847Z Downloaded structmeta v0.2.0
11182025-02-11T20:39:44.847Z Downloaded ssh-cipher v0.2.0
11192025-02-11T20:39:44.847Z Downloaded progenitor-impl v0.8.0
11202025-02-11T20:39:44.850Z Downloaded cookie v0.18.1
11212025-02-11T20:39:44.855Z Downloaded hyper-staticfile v0.10.1
11222025-02-11T20:39:44.858Z Downloaded icu_locid_transform_data v1.5.0
11232025-02-11T20:39:44.858Z Downloaded downcast v0.11.0
11242025-02-11T20:39:44.858Z Downloaded rustc-hash v2.0.0
11252025-02-11T20:39:44.861Z Downloaded http-body-util v0.1.2
11262025-02-11T20:39:44.861Z Downloaded iana-time-zone v0.1.61
11272025-02-11T20:39:44.864Z Downloaded libloading v0.8.5
11282025-02-11T20:39:44.866Z Downloaded darling v0.20.10
11292025-02-11T20:39:44.869Z Downloaded structmeta v0.3.0
11302025-02-11T20:39:44.869Z Downloaded jobserver v0.1.32
11312025-02-11T20:39:44.872Z Downloaded httparse v1.9.5
11322025-02-11T20:39:44.874Z Downloaded ipnetwork v0.20.0
11332025-02-11T20:39:44.874Z Downloaded hex v0.4.3
11342025-02-11T20:39:44.877Z Downloaded bcrypt-pbkdf v0.10.0
11352025-02-11T20:39:44.877Z Downloaded base64ct v1.6.0
11362025-02-11T20:39:44.880Z Downloaded crc32fast v1.4.2
11372025-02-11T20:39:44.883Z Downloaded bzip2 v0.4.4
11382025-02-11T20:39:44.883Z Downloaded buf-list v1.0.3
11392025-02-11T20:39:44.885Z Downloaded backoff v0.4.0
11402025-02-11T20:39:44.888Z Downloaded lock_api v0.4.12
11412025-02-11T20:39:44.888Z Downloaded litemap v0.7.3
11422025-02-11T20:39:44.891Z Downloaded keccak v0.1.5
11432025-02-11T20:39:44.891Z Downloaded hyper-rustls v0.27.3
11442025-02-11T20:39:44.894Z Downloaded httpdate v1.0.3
11452025-02-11T20:39:44.894Z Downloaded cancel-safe-futures v0.1.5
11462025-02-11T20:39:44.896Z Downloaded async-trait v0.1.86
11472025-02-11T20:39:44.899Z Downloaded internet-checksum v0.2.1
11482025-02-11T20:39:44.902Z Downloaded instability v0.3.2
11492025-02-11T20:39:44.902Z Downloaded hubpack v0.1.2
11502025-02-11T20:39:44.905Z Downloaded csv-core v0.1.11
11512025-02-11T20:39:44.905Z Downloaded cookie_store v0.21.1
11522025-02-11T20:39:44.908Z Downloaded const_format_proc_macros v0.2.34
11532025-02-11T20:39:44.908Z Downloaded bcs v0.1.6
11542025-02-11T20:39:44.911Z Downloaded cassowary v0.3.0
11552025-02-11T20:39:44.911Z Downloaded bitfield v0.14.0
11562025-02-11T20:39:44.914Z Downloaded bit-vec v0.6.3
11572025-02-11T20:39:44.914Z Downloaded async-bb8-diesel v0.2.1
11582025-02-11T20:39:44.917Z Downloaded libsw v3.3.1
11592025-02-11T20:39:44.917Z Downloaded block-padding v0.3.3
11602025-02-11T20:39:44.920Z Downloaded base16ct v0.2.0
11612025-02-11T20:39:44.920Z Downloaded lazycell v1.3.0
11622025-02-11T20:39:44.920Z Downloaded async-stream v0.3.6
11632025-02-11T20:39:44.922Z Downloaded linked-hash-map v0.5.6
11642025-02-11T20:39:44.922Z Downloaded lalrpop-util v0.19.12
11652025-02-11T20:39:44.925Z Downloaded inout v0.1.3
11662025-02-11T20:39:44.925Z Downloaded bit-set v0.5.3
11672025-02-11T20:39:44.925Z Downloaded lockfree-object-pool v0.1.6
11682025-02-11T20:39:44.929Z Downloaded idna_adapter v1.2.0
11692025-02-11T20:39:44.929Z Downloaded hex-literal v0.4.1
11702025-02-11T20:39:44.932Z Downloaded curve25519-dalek-derive v0.1.1
11712025-02-11T20:39:44.932Z Downloaded crc-catalog v2.4.0
11722025-02-11T20:39:44.932Z Downloaded constant_time_eq v0.3.1
11732025-02-11T20:39:44.932Z Downloaded cmake v0.1.51
11742025-02-11T20:39:44.935Z Downloaded chacha20 v0.9.1
11752025-02-11T20:39:44.935Z Downloaded cipher v0.4.4
11762025-02-11T20:39:44.939Z Downloaded ascii-canvas v3.0.0
11772025-02-11T20:39:44.939Z Downloaded bb8 v0.8.5
11782025-02-11T20:39:44.983Z Downloaded ring v0.17.8
11792025-02-11T20:39:45.093Z Downloaded libsqlite3-sys v0.30.1
11802025-02-11T20:39:45.268Z Downloaded aws-lc-sys v0.22.0
11812025-02-11T20:39:45.574Z Compiling serde v1.0.217
11822025-02-11T20:39:45.577Z Compiling lock_api v0.4.12
11832025-02-11T20:39:45.577Z Compiling value-bag v1.9.0
11842025-02-11T20:39:45.577Z Compiling scopeguard v1.2.0
11852025-02-11T20:39:45.736Z Compiling typenum v1.17.0
11862025-02-11T20:39:45.738Z Compiling generic-array v0.14.7
11872025-02-11T20:39:45.777Z Compiling syn v2.0.96
11882025-02-11T20:39:45.793Z Compiling getrandom v0.2.15
11892025-02-11T20:39:45.927Z Compiling shlex v1.3.0
11902025-02-11T20:39:46.057Z Compiling rand_core v0.6.4
11912025-02-11T20:39:46.150Z Compiling log v0.4.22
11922025-02-11T20:39:46.309Z Compiling subtle v2.6.1
11932025-02-11T20:39:46.312Z Compiling jobserver v0.1.32
11942025-02-11T20:39:46.356Z Compiling smallvec v1.13.2
11952025-02-11T20:39:46.570Z Compiling const-oid v0.9.6
11962025-02-11T20:39:46.663Z Compiling pin-project-lite v0.2.14
11972025-02-11T20:39:46.663Z Compiling rustix v0.38.37
11982025-02-11T20:39:46.721Z Compiling cc v1.1.30
11992025-02-11T20:39:46.795Z Compiling spin v0.9.8
12002025-02-11T20:39:46.902Z Compiling parking_lot_core v0.9.10
12012025-02-11T20:39:47.104Z Compiling futures-core v0.3.31
12022025-02-11T20:39:47.171Z Compiling signal-hook-registry v1.4.2
12032025-02-11T20:39:47.365Z Compiling mio v1.0.2
12042025-02-11T20:39:47.464Z Compiling aho-corasick v1.1.3
12052025-02-11T20:39:48.058Z Compiling parking_lot v0.12.3
12062025-02-11T20:39:48.115Z Compiling stable_deref_trait v1.2.0
12072025-02-11T20:39:48.250Z Compiling either v1.13.0
12082025-02-11T20:39:48.279Z Compiling regex-syntax v0.8.5
12092025-02-11T20:39:48.617Z Compiling cpufeatures v0.2.14
12102025-02-11T20:39:48.640Z Compiling futures-sink v0.3.31
12112025-02-11T20:39:48.691Z Compiling glob v0.3.2
12122025-02-11T20:39:48.725Z Compiling socket2 v0.5.7
12132025-02-11T20:39:48.817Z Compiling slab v0.4.9
12142025-02-11T20:39:48.938Z Compiling prettyplease v0.2.25
12152025-02-11T20:39:49.299Z Compiling lazy_static v1.5.0
12162025-02-11T20:39:49.325Z Compiling minimal-lexical v0.2.1
12172025-02-11T20:39:49.441Z Compiling serde_json v1.0.135
12182025-02-11T20:39:49.573Z Compiling clang-sys v1.8.1
12192025-02-11T20:39:49.792Z Compiling nom v7.1.3
12202025-02-11T20:39:49.847Z Compiling libloading v0.8.5
12212025-02-11T20:39:49.964Z Compiling bindgen v0.69.5
12222025-02-11T20:39:50.239Z Compiling home v0.5.9
12232025-02-11T20:39:50.503Z Compiling futures-channel v0.3.31
12242025-02-11T20:39:50.587Z Compiling itertools v0.12.1
12252025-02-11T20:39:50.852Z Compiling futures-io v0.3.31
12262025-02-11T20:39:50.942Z Compiling allocator-api2 v0.2.18
12272025-02-11T20:39:51.148Z Compiling pin-utils v0.1.0
12282025-02-11T20:39:51.258Z Compiling libm v0.2.8
12292025-02-11T20:39:51.593Z Compiling futures-task v0.3.31
12302025-02-11T20:39:51.703Z Compiling foldhash v0.1.3
12312025-02-11T20:39:51.894Z Compiling rustc-hash v1.1.0
12322025-02-11T20:39:52.011Z Compiling lazycell v1.3.0
12332025-02-11T20:39:52.061Z Compiling hashbrown v0.15.1
12342025-02-11T20:39:52.181Z Compiling regex-automata v0.4.8
12352025-02-11T20:39:52.558Z Compiling cmake v0.1.51
12362025-02-11T20:39:53.220Z Compiling synstructure v0.13.1
12372025-02-11T20:39:53.500Z Compiling cexpr v0.6.0
12382025-02-11T20:39:53.549Z Compiling num-traits v0.2.19
12392025-02-11T20:39:53.838Z Compiling pkg-config v0.3.31
12402025-02-11T20:39:54.668Z Compiling fs_extra v1.3.0
12412025-02-11T20:39:54.747Z Compiling dunce v1.0.5
12422025-02-11T20:39:55.170Z Compiling writeable v0.5.5
12432025-02-11T20:39:55.182Z Compiling litemap v0.7.3
12442025-02-11T20:39:55.217Z Compiling ring v0.17.8
12452025-02-11T20:39:55.549Z Compiling paste v1.0.15
12462025-02-11T20:39:55.694Z Compiling base64ct v1.6.0
12472025-02-11T20:39:56.115Z Compiling icu_locid_transform_data v1.5.0
12482025-02-11T20:39:56.232Z Compiling pem-rfc7468 v0.7.0
12492025-02-11T20:39:56.258Z Compiling flagset v0.4.6
12502025-02-11T20:39:56.420Z Compiling httparse v1.9.5
12512025-02-11T20:39:56.446Z Compiling aws-lc-rs v1.10.0
12522025-02-11T20:39:56.864Z Compiling tracing-core v0.1.32
12532025-02-11T20:39:57.175Z Compiling icu_properties_data v1.5.0
12542025-02-11T20:39:57.392Z Compiling rustls-pki-types v1.10.0
12552025-02-11T20:39:57.570Z Compiling regex v1.11.1
12562025-02-11T20:39:57.891Z Compiling percent-encoding v2.3.1
12572025-02-11T20:39:58.019Z Compiling crossbeam-utils v0.8.20
12582025-02-11T20:39:58.344Z Compiling write16 v1.0.0
12592025-02-11T20:39:58.488Z Compiling mirai-annotations v1.12.0
12602025-02-11T20:39:58.510Z Compiling serde_derive v1.0.217
12612025-02-11T20:39:58.528Z Compiling zeroize_derive v1.4.2
12622025-02-11T20:39:58.547Z Compiling zerocopy-derive v0.7.35
12632025-02-11T20:39:58.661Z Compiling tokio-macros v2.5.0
12642025-02-11T20:39:58.881Z Compiling zerofrom-derive v0.1.4
12652025-02-11T20:39:59.934Z Compiling zeroize v1.8.1
12662025-02-11T20:40:00.041Z Compiling yoke-derive v0.7.4
12672025-02-11T20:40:00.492Z Compiling zerocopy v0.7.35
12682025-02-11T20:40:00.618Z Compiling zerovec-derive v0.10.3
12692025-02-11T20:40:01.563Z Compiling crypto-common v0.1.6
12702025-02-11T20:40:01.815Z Compiling block-buffer v0.10.4
12712025-02-11T20:40:01.833Z Compiling thiserror-impl v1.0.69
12722025-02-11T20:40:02.147Z Compiling digest v0.10.7
12732025-02-11T20:40:02.332Z Compiling zerofrom v0.1.4
12742025-02-11T20:40:02.539Z Compiling hmac v0.12.1
12752025-02-11T20:40:02.569Z Compiling futures-macro v0.3.31
12762025-02-11T20:40:02.675Z Compiling yoke v0.7.4
12772025-02-11T20:40:02.831Z Compiling displaydoc v0.2.5
12782025-02-11T20:40:02.971Z Compiling block-padding v0.3.3
12792025-02-11T20:40:02.994Z Compiling sha2 v0.10.8
12802025-02-11T20:40:03.044Z Compiling zerovec v0.10.4
12812025-02-11T20:40:03.239Z Compiling inout v0.1.3
12822025-02-11T20:40:03.504Z Compiling cipher v0.4.4
12832025-02-11T20:40:04.014Z Compiling icu_provider_macros v1.5.0
12842025-02-11T20:40:04.373Z Compiling futures-util v0.3.31
12852025-02-11T20:40:04.395Z Compiling ppv-lite86 v0.2.20
12862025-02-11T20:40:04.813Z Compiling thiserror v1.0.69
12872025-02-11T20:40:04.964Z Compiling tinystr v0.7.6
12882025-02-11T20:40:05.028Z Compiling der_derive v0.7.3
12892025-02-11T20:40:05.056Z Compiling rand_chacha v0.3.1
12902025-02-11T20:40:05.076Z Compiling icu_collections v1.5.0
12912025-02-11T20:40:05.303Z Compiling icu_locid v1.5.0
12922025-02-11T20:40:05.694Z Compiling tracing-attributes v0.1.27
12932025-02-11T20:40:06.314Z Compiling rand v0.8.5
12942025-02-11T20:40:06.398Z Compiling icu_provider v1.5.0
12952025-02-11T20:40:07.306Z Compiling icu_locid_transform v1.5.0
12962025-02-11T20:40:07.359Z Compiling pest v2.7.14
12972025-02-11T20:40:07.383Z Compiling der v0.7.9
12982025-02-11T20:40:07.383Z Compiling salsa20 v0.10.2
12992025-02-11T20:40:07.648Z Compiling pbkdf2 v0.12.2
13002025-02-11T20:40:07.906Z Compiling utf16_iter v1.0.5
13012025-02-11T20:40:08.141Z Compiling powerfmt v0.2.0
13022025-02-11T20:40:08.421Z Compiling num-conv v0.1.0
13032025-02-11T20:40:08.542Z Compiling icu_properties v1.5.1
13042025-02-11T20:40:08.728Z Compiling vcpkg v0.2.15
13052025-02-11T20:40:09.075Z Compiling tracing v0.1.40
13062025-02-11T20:40:09.589Z Compiling spki v0.7.3
13072025-02-11T20:40:09.611Z Compiling untrusted v0.9.0
13082025-02-11T20:40:09.658Z Compiling time-core v0.1.2
13092025-02-11T20:40:09.815Z Compiling untrusted v0.7.1
13102025-02-11T20:40:09.851Z Compiling utf8_iter v1.0.4
13112025-02-11T20:40:09.979Z Compiling icu_normalizer_data v1.5.0
13122025-02-11T20:40:10.018Z Compiling pest_meta v2.7.14
13132025-02-11T20:40:10.095Z Compiling time-macros v0.2.18
13142025-02-11T20:40:10.396Z Compiling deranged v0.3.11
13152025-02-11T20:40:10.587Z Compiling openssl-sys v0.9.105
13162025-02-11T20:40:11.512Z Compiling bitflags v2.6.0
13172025-02-11T20:40:11.604Z Compiling bytes v1.9.0
13182025-02-11T20:40:11.796Z Compiling indexmap v2.7.1
13192025-02-11T20:40:12.846Z Compiling tokio v1.43.0
13202025-02-11T20:40:13.147Z Compiling http v1.2.0
13212025-02-11T20:40:13.171Z Compiling semver v1.0.24
13222025-02-11T20:40:13.242Z Compiling icu_normalizer v1.5.0
13232025-02-11T20:40:13.528Z Compiling scrypt v0.11.0
13242025-02-11T20:40:13.910Z Compiling rustc_version v0.4.1
13252025-02-11T20:40:14.038Z Compiling aes v0.8.4
13262025-02-11T20:40:14.485Z Compiling cbc v0.1.2
13272025-02-11T20:40:14.531Z Compiling scroll_derive v0.12.0
13282025-02-11T20:40:14.602Z Compiling tinyvec_macros v0.1.1
13292025-02-11T20:40:14.707Z Compiling num_threads v0.1.7
13302025-02-11T20:40:14.735Z Compiling atomic-waker v1.1.2
13312025-02-11T20:40:14.854Z Compiling time v0.3.36
13322025-02-11T20:40:14.936Z Compiling pkcs5 v0.7.1
13332025-02-11T20:40:15.210Z Compiling tinyvec v1.8.0
13342025-02-11T20:40:15.346Z Compiling http-body v1.0.1
13352025-02-11T20:40:15.581Z Compiling which v4.4.2
13362025-02-11T20:40:16.040Z Compiling scroll v0.12.0
13372025-02-11T20:40:16.139Z Compiling idna_adapter v1.2.0
13382025-02-11T20:40:16.510Z Compiling pest_generator v2.7.14
13392025-02-11T20:40:16.542Z Compiling form_urlencoded v1.2.1
13402025-02-11T20:40:16.590Z Compiling slog v2.7.0
13412025-02-11T20:40:16.761Z Compiling try-lock v0.2.5
13422025-02-11T20:40:16.808Z Compiling goblin v0.8.2
13432025-02-11T20:40:16.839Z Compiling idna v1.0.3
13442025-02-11T20:40:16.924Z Compiling want v0.3.1
13452025-02-11T20:40:17.164Z Compiling pkcs8 v0.10.2
13462025-02-11T20:40:17.191Z Compiling uuid v1.12.0
13472025-02-11T20:40:17.841Z Compiling httpdate v1.0.3
13482025-02-11T20:40:18.336Z Compiling iana-time-zone v0.1.61
13492025-02-11T20:40:18.453Z Compiling pest_derive v2.7.14
13502025-02-11T20:40:18.745Z Compiling chrono v0.4.39
13512025-02-11T20:40:18.780Z Compiling serde_tokenstream v0.2.2
13522025-02-11T20:40:19.186Z Compiling toml_datetime v0.6.8
13532025-02-11T20:40:19.264Z Compiling dtrace-parser v0.2.0
13542025-02-11T20:40:19.337Z Compiling serde_spanned v0.6.8
13552025-02-11T20:40:19.521Z Compiling adler2 v2.0.0
13562025-02-11T20:40:19.580Z Compiling tower-service v0.3.3
13572025-02-11T20:40:19.674Z Compiling foreign-types-shared v0.1.1
13582025-02-11T20:40:19.730Z Compiling match_cfg v0.1.0
13592025-02-11T20:40:19.733Z Compiling openssl v0.10.70
13602025-02-11T20:40:19.793Z Compiling base64 v0.22.1
13612025-02-11T20:40:19.846Z Compiling rustversion v1.0.17
13622025-02-11T20:40:20.201Z Compiling hostname v0.3.1
13632025-02-11T20:40:20.420Z Compiling foreign-types v0.3.2
13642025-02-11T20:40:20.471Z Compiling miniz_oxide v0.8.0
13652025-02-11T20:40:20.537Z Compiling url v2.5.3
13662025-02-11T20:40:21.140Z Compiling tokio-util v0.7.12
13672025-02-11T20:40:21.846Z Compiling openssl-macros v0.1.1
13682025-02-11T20:40:21.910Z Compiling async-trait v0.1.86
13692025-02-11T20:40:22.081Z Compiling h2 v0.4.6
13702025-02-11T20:40:22.345Z Compiling serde_derive_internals v0.29.1
13712025-02-11T20:40:22.423Z Compiling dirs-sys-next v0.1.2
13722025-02-11T20:40:22.596Z Compiling dof v0.3.0
13732025-02-11T20:40:22.988Z Compiling rustls v0.22.4
13742025-02-11T20:40:23.274Z Compiling data-encoding v2.6.0
13752025-02-11T20:40:24.466Z Compiling usdt-impl v0.5.0
13762025-02-11T20:40:24.469Z Compiling schemars v0.8.21
13772025-02-11T20:40:24.769Z Compiling siphasher v0.3.11
13782025-02-11T20:40:24.796Z Compiling syn v1.0.109
13792025-02-11T20:40:25.154Z Compiling rustls v0.23.19
13802025-02-11T20:40:25.292Z Compiling native-tls v0.2.12
13812025-02-11T20:40:25.465Z Compiling schemars_derive v0.8.21
13822025-02-11T20:40:25.513Z Compiling dirs-next v2.0.0
13832025-02-11T20:40:25.834Z Compiling unicode-normalization v0.1.24
13842025-02-11T20:40:26.218Z Compiling http-body-util v0.1.2
13852025-02-11T20:40:26.271Z Compiling heapless v0.7.17
13862025-02-11T20:40:26.673Z Compiling crossbeam-epoch v0.9.18
13872025-02-11T20:40:26.714Z Compiling sha1 v0.10.6
13882025-02-11T20:40:26.898Z Compiling signature v2.2.0
13892025-02-11T20:40:26.929Z Compiling bzip2-sys v0.1.11+1.0.8
13902025-02-11T20:40:27.144Z Compiling thread_local v1.1.8
13912025-02-11T20:40:27.199Z Compiling multer v3.1.0
13922025-02-11T20:40:27.334Z Compiling encoding_rs v0.8.34
13932025-02-11T20:40:27.397Z Compiling cookie v0.18.1
13942025-02-11T20:40:27.499Z Compiling unicode-properties v0.1.3
13952025-02-11T20:40:27.598Z Compiling gimli v0.31.1
13962025-02-11T20:40:27.691Z Compiling signal-hook v0.3.17
13972025-02-11T20:40:27.898Z Compiling dyn-clone v1.0.17
13982025-02-11T20:40:28.003Z Compiling slog-async v2.8.0
13992025-02-11T20:40:28.113Z Compiling openssl-probe v0.1.5
14002025-02-11T20:40:28.423Z Compiling ipnet v2.10.1
14012025-02-11T20:40:28.444Z Compiling mime v0.3.17
14022025-02-11T20:40:28.489Z Compiling rayon-core v1.12.1
14032025-02-11T20:40:28.767Z Compiling unicode-bidi v0.3.17
14042025-02-11T20:40:28.985Z Compiling hyper v1.5.2
14052025-02-11T20:40:29.557Z Compiling stringprep v0.1.5
14062025-02-11T20:40:30.667Z Compiling toml_edit v0.22.22
14072025-02-11T20:40:31.505Z Compiling hyper-util v0.1.10
14082025-02-11T20:40:32.148Z Compiling addr2line v0.24.2
14092025-02-11T20:40:32.856Z Compiling crossbeam-deque v0.8.5
14102025-02-11T20:40:33.048Z Compiling usdt-macro v0.5.0
14112025-02-11T20:40:33.201Z Compiling usdt-attr-macro v0.5.0
14122025-02-11T20:40:33.472Z Compiling term v0.7.0
14132025-02-11T20:40:34.314Z Compiling slog-json v2.6.1
14142025-02-11T20:40:34.422Z Compiling serde_urlencoded v0.7.1
14152025-02-11T20:40:34.444Z Compiling curve25519-dalek v4.1.3
14162025-02-11T20:40:34.665Z Compiling crossbeam-channel v0.5.13
14172025-02-11T20:40:34.684Z Compiling futures-executor v0.3.31
14182025-02-11T20:40:34.703Z Compiling md-5 v0.10.6
14192025-02-11T20:40:34.894Z Compiling enum-as-inner v0.6.1
14202025-02-11T20:40:34.991Z Compiling async-stream-impl v0.3.6
14212025-02-11T20:40:35.118Z Compiling rustls-pemfile v2.2.0
14222025-02-11T20:40:35.213Z Compiling num-integer v0.1.46
14232025-02-11T20:40:35.445Z Compiling hash32 v0.2.1
14242025-02-11T20:40:35.686Z Compiling ff v0.13.0
14252025-02-11T20:40:35.803Z Compiling is-terminal v0.4.13
14262025-02-11T20:40:35.924Z Compiling dropshot v0.12.0
14272025-02-11T20:40:35.946Z Compiling object v0.36.5
14282025-02-11T20:40:35.949Z Compiling fallible-iterator v0.2.0
14292025-02-11T20:40:35.968Z Compiling utf-8 v0.7.6
14302025-02-11T20:40:36.215Z Compiling rustc-demangle v0.1.24
14312025-02-11T20:40:36.289Z Compiling litrs v0.4.1
14322025-02-11T20:40:36.312Z Compiling take_mut v0.2.2
14332025-02-11T20:40:36.473Z Compiling smoltcp v0.9.1
14342025-02-11T20:40:36.612Z Compiling psl-types v2.0.11
14352025-02-11T20:40:36.829Z Compiling base16ct v0.2.0
14362025-02-11T20:40:37.129Z Compiling linked-hash-map v0.5.6
14372025-02-11T20:40:37.176Z Compiling quick-error v1.2.3
14382025-02-11T20:40:37.198Z Compiling num-bigint-dig v0.8.4
14392025-02-11T20:40:37.342Z Compiling anyhow v1.0.95
14402025-02-11T20:40:37.383Z Compiling portable-atomic v1.9.0
14412025-02-11T20:40:37.439Z Compiling lru-cache v0.1.2
14422025-02-11T20:40:37.523Z Compiling document-features v0.2.10
14432025-02-11T20:40:37.648Z Compiling resolv-conf v0.7.0
14442025-02-11T20:40:38.221Z Compiling sec1 v0.7.3
14452025-02-11T20:40:38.373Z Compiling publicsuffix v2.3.0
14462025-02-11T20:40:38.429Z Compiling postgres-protocol v0.6.7
14472025-02-11T20:40:38.659Z Compiling async-stream v0.3.6
14482025-02-11T20:40:38.802Z Compiling tungstenite v0.24.0
14492025-02-11T20:40:38.834Z Compiling hickory-proto v0.24.3
14502025-02-11T20:40:38.964Z Compiling slog-term v2.9.1
14512025-02-11T20:40:39.468Z Compiling group v0.13.0
14522025-02-11T20:40:39.690Z Compiling usdt v0.5.0
14532025-02-11T20:40:40.131Z Compiling num-iter v0.1.45
14542025-02-11T20:40:40.294Z Compiling futures v0.3.31
14552025-02-11T20:40:40.348Z Compiling slog-bunyan v2.5.0
14562025-02-11T20:40:40.570Z Compiling toml v0.8.19
14572025-02-11T20:40:41.826Z Compiling tokio-native-tls v0.3.1
14582025-02-11T20:40:42.098Z Compiling camino v1.1.9
14592025-02-11T20:40:42.120Z Compiling phf_shared v0.11.2
14602025-02-11T20:40:42.123Z Compiling dropshot_endpoint v0.12.0
14612025-02-11T20:40:42.479Z Compiling backtrace v0.3.74
14622025-02-11T20:40:42.836Z Compiling terminal_size v0.4.0
14632025-02-11T20:40:42.976Z Compiling waitgroup v0.1.2
14642025-02-11T20:40:43.048Z Compiling openapiv3 v2.0.0
14652025-02-11T20:40:43.077Z Compiling serde_path_to_error v0.1.16
14662025-02-11T20:40:43.211Z Compiling hkdf v0.12.4
14672025-02-11T20:40:43.495Z Compiling crypto-bigint v0.5.5
14682025-02-11T20:40:43.824Z Compiling zerocopy-derive v0.6.6
14692025-02-11T20:40:45.577Z Compiling curve25519-dalek-derive v0.1.1
14702025-02-11T20:40:45.820Z Compiling webpki-roots v0.26.6
14712025-02-11T20:40:46.056Z Compiling hostname v0.4.0
14722025-02-11T20:40:46.166Z Compiling hubpack_derive v0.1.1
14732025-02-11T20:40:46.288Z Compiling crc32fast v1.4.2
14742025-02-11T20:40:46.398Z Compiling ahash v0.8.11
14752025-02-11T20:40:46.622Z Compiling fs-err v2.11.0
14762025-02-11T20:40:46.724Z Compiling bitflags v1.3.2
14772025-02-11T20:40:46.834Z Compiling debug-ignore v1.0.5
14782025-02-11T20:40:46.925Z Compiling unicode-width v0.2.0
14792025-02-11T20:40:46.995Z Compiling managed v0.8.0
14802025-02-11T20:40:46.998Z Compiling newtype-uuid v1.2.1
14812025-02-11T20:40:47.035Z Compiling winnow v0.5.40
14822025-02-11T20:40:47.068Z Compiling hubpack v0.1.2
14832025-02-11T20:40:47.319Z Compiling strum_macros v0.25.3
14842025-02-11T20:40:47.474Z Compiling console v0.15.10
14852025-02-11T20:40:48.288Z Compiling clap_builder v4.5.27
14862025-02-11T20:40:48.996Z Compiling flate2 v1.0.35
14872025-02-11T20:40:49.433Z Compiling elliptic-curve v0.13.8
14882025-02-11T20:40:49.467Z Compiling zerocopy v0.6.6
14892025-02-11T20:40:49.908Z Compiling hickory-resolver v0.24.2
14902025-02-11T20:40:50.247Z Compiling toml_edit v0.19.15
14912025-02-11T20:40:50.540Z Compiling phf v0.11.2
14922025-02-11T20:40:50.831Z Compiling signal-hook-mio v0.2.4
14932025-02-11T20:40:50.972Z Compiling hyper-tls v0.6.0
14942025-02-11T20:40:51.022Z Compiling cookie_store v0.21.1
14952025-02-11T20:40:51.135Z Compiling rayon v1.10.0
14962025-02-11T20:40:51.429Z Compiling bzip2 v0.4.4
14972025-02-11T20:40:52.520Z Compiling tokio-tungstenite v0.24.0
14982025-02-11T20:40:53.081Z Compiling postgres-types v0.2.8
14992025-02-11T20:40:55.468Z Compiling ed25519 v2.2.3
15002025-02-11T20:40:55.565Z Compiling phf_shared v0.10.0
15012025-02-11T20:40:55.686Z Compiling tokio-stream v0.1.16
15022025-02-11T20:40:55.905Z Compiling pkcs1 v0.7.5
15032025-02-11T20:40:55.943Z Compiling serde-big-array v0.5.1
15042025-02-11T20:40:56.191Z Compiling rfc6979 v0.4.0
15052025-02-11T20:40:56.410Z Compiling serde_repr v0.1.19
15062025-02-11T20:40:56.514Z Compiling clap_derive v4.5.24
15072025-02-11T20:40:56.610Z Compiling derive-where v1.2.7
15082025-02-11T20:40:56.799Z Compiling bstr v1.10.0
15092025-02-11T20:40:57.314Z Compiling float-cmp v0.9.0
15102025-02-11T20:40:57.485Z Compiling sync_wrapper v1.0.1
15112025-02-11T20:40:57.516Z Compiling new_debug_unreachable v1.0.6
15122025-02-11T20:40:57.573Z Compiling number_prefix v0.4.0
15132025-02-11T20:40:57.631Z Compiling bit-vec v0.6.3
15142025-02-11T20:40:57.661Z Compiling unicode-segmentation v1.12.0
15152025-02-11T20:40:57.833Z Compiling precomputed-hash v0.1.1
15162025-02-11T20:40:57.977Z Compiling difflib v0.4.0
15172025-02-11T20:40:58.078Z Compiling whoami v1.5.2
15182025-02-11T20:40:58.465Z Compiling static_assertions v1.1.0
15192025-02-11T20:40:58.564Z Compiling normalize-line-endings v0.3.0
15202025-02-11T20:40:58.594Z Compiling fixedbitset v0.4.2
15212025-02-11T20:40:58.677Z Compiling predicates-core v1.0.8
15222025-02-11T20:40:58.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15232025-02-11T20:40:59.009Z Compiling predicates v3.1.2
15242025-02-11T20:40:59.050Z Compiling petgraph v0.6.5
15252025-02-11T20:40:59.327Z Compiling tokio-postgres v0.7.12
15262025-02-11T20:40:59.818Z Compiling similar v2.6.0
15272025-02-11T20:41:00.501Z Compiling bit-set v0.5.3
15282025-02-11T20:41:00.798Z Compiling string_cache v0.8.7
15292025-02-11T20:41:01.140Z Compiling clap v4.5.27
15302025-02-11T20:41:01.234Z Compiling indicatif v0.17.11
15312025-02-11T20:41:01.271Z Compiling ecdsa v0.16.9
15322025-02-11T20:41:02.029Z Compiling rsa v0.9.6
15332025-02-11T20:41:02.111Z Compiling ed25519-dalek v2.1.1
15342025-02-11T20:41:02.645Z Compiling toml v0.7.8
15352025-02-11T20:41:03.350Z Compiling zip v0.6.6
15362025-02-11T20:41:03.477Z Compiling crossterm v0.28.1
15372025-02-11T20:41:04.865Z Compiling hex v0.4.3
15382025-02-11T20:41:05.020Z Compiling x509-cert v0.2.5
15392025-02-11T20:41:05.073Z Compiling itertools v0.10.5
15402025-02-11T20:41:05.457Z Compiling lalrpop-util v0.19.12
15412025-02-11T20:41:05.489Z Compiling unicode-xid v0.2.6
15422025-02-11T20:41:05.589Z Compiling peg-runtime v0.8.3
15432025-02-11T20:41:05.700Z Compiling strum_macros v0.26.4
15442025-02-11T20:41:05.833Z Compiling xattr v1.3.1
15452025-02-11T20:41:06.117Z Compiling filetime v0.2.25
15462025-02-11T20:41:06.428Z Compiling tar v0.4.42
15472025-02-11T20:41:10.340Z Compiling strum v0.26.3
15482025-02-11T20:41:13.914Z Compiling aws-lc-sys v0.22.0
15492025-02-11T20:41:44.929Z Compiling rustls-webpki v0.102.8
15502025-02-11T20:41:48.128Z Compiling tokio-rustls v0.25.0
15512025-02-11T20:41:49.809Z Compiling tokio-rustls v0.26.0
15522025-02-11T20:41:50.098Z Compiling hyper-rustls v0.27.3
15532025-02-11T20:41:50.435Z Compiling reqwest v0.12.9
15542025-02-11T20:41:51.768Z Compiling qorb v0.2.1
15552025-02-11T20:41:54.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15562025-02-11T20:41:55.116Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15572025-02-11T20:41:59.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
15582025-02-11T20:41:59.773Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15592025-02-11T20:41:59.824ZFeb 11 20:41:58.611 INFO Starting download, target: Cockroach
15602025-02-11T20:41:59.824ZFeb 11 20:41:58.611 INFO Starting download, target: Clickhouse
15612025-02-11T20:41:59.824ZFeb 11 20:41:58.612 INFO Starting download, target: Console
15622025-02-11T20:41:59.824ZFeb 11 20:41:58.612 INFO Starting download, target: DendriteOpenapi
15632025-02-11T20:41:59.827ZFeb 11 20:41:58.612 INFO Starting download, target: DendriteStub
15642025-02-11T20:41:59.827ZFeb 11 20:41:58.612 INFO Starting download, target: MaghemiteMgd
15652025-02-11T20:41:59.827ZFeb 11 20:41:58.612 INFO Starting download, target: TransceiverControl
15662025-02-11T20:41:59.827ZFeb 11 20:41:58.612 INFO Downloading out/downloads/dpd-bec304c7a9abc1a130c93be003d285cd4ebe028e.json (attempt 1/3), target: DendriteOpenapi
15672025-02-11T20:41:59.827ZFeb 11 20:41:58.613 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15682025-02-11T20:41:59.827ZFeb 11 20:41:58.613 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15692025-02-11T20:41:59.827ZFeb 11 20:41:58.613 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-02-11T20:41:59.827ZFeb 11 20:41:58.613 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15712025-02-11T20:41:59.828ZFeb 11 20:41:58.613 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15722025-02-11T20:41:59.828ZFeb 11 20:41:58.613 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15732025-02-11T20:41:59.968ZFeb 11 20:41:58.753 INFO Download complete, target: DendriteOpenapi
15742025-02-11T20:42:00.232ZFeb 11 20:41:58.996 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15752025-02-11T20:42:00.376ZFeb 11 20:41:59.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15762025-02-11T20:42:00.572ZFeb 11 20:41:59.346 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15772025-02-11T20:42:00.666ZFeb 11 20:41:59.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15782025-02-11T20:42:00.720ZFeb 11 20:41:59.506 INFO Download complete, target: TransceiverControl
15792025-02-11T20:42:00.735ZFeb 11 20:41:59.521 INFO Download complete, target: Console
15802025-02-11T20:42:01.425ZFeb 11 20:42:00.210 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15812025-02-11T20:42:01.425ZFeb 11 20:42:00.210 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15822025-02-11T20:42:01.844ZFeb 11 20:42:00.627 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15832025-02-11T20:42:03.676ZFeb 11 20:42:02.463 INFO Download complete, target: MaghemiteMgd
15842025-02-11T20:42:03.689ZFeb 11 20:42:02.476 INFO Download complete, target: DendriteStub
15852025-02-11T20:42:09.016ZFeb 11 20:42:07.802 INFO Checking that binary works, target: Cockroach
15862025-02-11T20:42:09.176ZFeb 11 20:42:07.961 INFO Download complete, target: Cockroach
15872025-02-11T20:42:14.682ZFeb 11 20:42:13.468 INFO Checking that binary works, target: Clickhouse
15882025-02-11T20:42:15.019ZFeb 11 20:42:13.804 INFO Download complete, target: Clickhouse
15892025-02-11T20:42:15.026ZAll prerequisites installed successfully
15902025-02-11T20:42:15.029Z
15912025-02-11T20:42:15.029Zreal 5:31.605462032
15922025-02-11T20:42:15.029Zuser 15:48.300515070
15932025-02-11T20:42:15.029Zsys 2:05.099207078
15942025-02-11T20:42:15.029Ztrap 0.577914594
15952025-02-11T20:42:15.029Ztflt 5.108403774
15962025-02-11T20:42:15.029Zdflt 4.425634416
15972025-02-11T20:42:15.029Zkflt 0.218151249
15982025-02-11T20:42:15.029Zlock 25:05.779121424
15992025-02-11T20:42:15.029Zslp 57:09.824212132
16002025-02-11T20:42:15.029Zlat 57.371932218
16012025-02-11T20:42:15.029Zstop 2:22.951197252
16022025-02-11T20:42:15.029Z+ ptime -m cargo xtask download softnpu
16032025-02-11T20:42:15.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16042025-02-11T20:42:15.569Z Running `target/debug/xtask download softnpu`
16052025-02-11T20:42:16.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16062025-02-11T20:42:16.462Z Running `target/debug/xtask-downloader softnpu`
16072025-02-11T20:42:16.498ZFeb 11 20:42:15.269 INFO Starting download, target: Softnpu
16082025-02-11T20:42:16.513ZFeb 11 20:42:15.269 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16092025-02-11T20:42:17.039ZFeb 11 20:42:15.821 INFO Download complete, target: Softnpu
16102025-02-11T20:42:17.043Z
16112025-02-11T20:42:17.043Zreal 2.006443453
16122025-02-11T20:42:17.043Zuser 1.232775214
16132025-02-11T20:42:17.043Zsys 0.540264081
16142025-02-11T20:42:17.043Ztrap 0.000674640
16152025-02-11T20:42:17.044Ztflt 0.000049072
16162025-02-11T20:42:17.044Zdflt 0.000054674
16172025-02-11T20:42:17.044Zkflt 0.000000000
16182025-02-11T20:42:17.044Zlock 5.557848170
16192025-02-11T20:42:17.044Zslp 0.426252844
16202025-02-11T20:42:17.044Zlat 0.069096611
16212025-02-11T20:42:17.044Zstop 0.000161768
16222025-02-11T20:42:17.044Z+ export CARGO_INCREMENTAL=0
16232025-02-11T20:42:17.044Z+ CARGO_INCREMENTAL=0
16242025-02-11T20:42:17.045Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16252025-02-11T20:42:17.972Z Compiling proc-macro2 v1.0.92
16262025-02-11T20:42:17.972Z Compiling unicode-ident v1.0.14
16272025-02-11T20:42:17.972Z Compiling libc v0.2.169
16282025-02-11T20:42:17.972Z Compiling serde v1.0.217
16292025-02-11T20:42:17.974Z Compiling autocfg v1.4.0
16302025-02-11T20:42:17.975Z Compiling version_check v0.9.5
16312025-02-11T20:42:17.975Z Compiling cfg-if v1.0.0
16322025-02-11T20:42:18.254Z Compiling memchr v2.7.4
16332025-02-11T20:42:18.272Z Compiling typenum v1.17.0
16342025-02-11T20:42:18.289Z Compiling shlex v1.3.0
16352025-02-11T20:42:18.704Z Compiling value-bag v1.9.0
16362025-02-11T20:42:18.820Z Compiling generic-array v0.14.7
16372025-02-11T20:42:18.953Z Compiling lock_api v0.4.12
16382025-02-11T20:42:19.112Z Compiling log v0.4.22
16392025-02-11T20:42:19.139Z Compiling scopeguard v1.2.0
16402025-02-11T20:42:19.295Z Compiling parking_lot_core v0.9.10
16412025-02-11T20:42:19.515Z Compiling serde_json v1.0.135
16422025-02-11T20:42:19.702Z Compiling once_cell v1.20.2
16432025-02-11T20:42:19.812Z Compiling rustix v0.38.37
16442025-02-11T20:42:19.832Z Compiling libm v0.2.8
16452025-02-11T20:42:19.851Z Compiling jobserver v0.1.32
16462025-02-11T20:42:20.036Z Compiling quote v1.0.38
16472025-02-11T20:42:20.061Z Compiling getrandom v0.2.15
16482025-02-11T20:42:20.417Z Compiling syn v2.0.96
16492025-02-11T20:42:20.420Z Compiling cc v1.1.30
16502025-02-11T20:42:20.460Z Compiling aho-corasick v1.1.3
16512025-02-11T20:42:20.463Z Compiling num-traits v0.2.19
16522025-02-11T20:42:20.494Z Compiling regex-syntax v0.8.5
16532025-02-11T20:42:20.537Z Compiling thiserror v1.0.69
16542025-02-11T20:42:20.588Z Compiling either v1.13.0
16552025-02-11T20:42:20.756Z Compiling itoa v1.0.11
16562025-02-11T20:42:21.005Z Compiling spin v0.9.8
16572025-02-11T20:42:21.035Z Compiling slab v0.4.9
16582025-02-11T20:42:21.359Z Compiling errno v0.3.9
16592025-02-11T20:42:21.395Z Compiling byteorder v1.5.0
16602025-02-11T20:42:21.853Z Compiling rand_core v0.6.4
16612025-02-11T20:42:22.257Z Compiling glob v0.3.2
16622025-02-11T20:42:22.385Z Compiling prettyplease v0.2.25
16632025-02-11T20:42:22.407Z Compiling lazy_static v1.5.0
16642025-02-11T20:42:22.766Z Compiling minimal-lexical v0.2.1
16652025-02-11T20:42:23.005Z Compiling clang-sys v1.8.1
16662025-02-11T20:42:23.243Z Compiling nom v7.1.3
16672025-02-11T20:42:23.336Z Compiling libloading v0.8.5
16682025-02-11T20:42:23.382Z Compiling bindgen v0.69.5
16692025-02-11T20:42:23.709Z Compiling home v0.5.9
16702025-02-11T20:42:23.732Z Compiling subtle v2.6.1
16712025-02-11T20:42:23.834Z Compiling smallvec v1.13.2
16722025-02-11T20:42:24.066Z Compiling itertools v0.12.1
16732025-02-11T20:42:24.250Z Compiling regex-automata v0.4.8
16742025-02-11T20:42:24.306Z Compiling lazycell v1.3.0
16752025-02-11T20:42:24.493Z Compiling allocator-api2 v0.2.18
16762025-02-11T20:42:24.568Z Compiling rustc-hash v1.1.0
16772025-02-11T20:42:24.740Z Compiling cmake v0.1.51
16782025-02-11T20:42:25.536Z Compiling dunce v1.0.5
16792025-02-11T20:42:25.685Z Compiling semver v1.0.24
16802025-02-11T20:42:25.902Z Compiling fs_extra v1.3.0
16812025-02-11T20:42:26.239Z Compiling pkg-config v0.3.31
16822025-02-11T20:42:26.387Z Compiling cexpr v0.6.0
16832025-02-11T20:42:26.515Z Compiling ring v0.17.8
16842025-02-11T20:42:27.222Z Compiling paste v1.0.15
16852025-02-11T20:42:27.242Z Compiling ryu v1.0.18
16862025-02-11T20:42:27.336Z Compiling pin-project-lite v0.2.14
16872025-02-11T20:42:27.492Z Compiling synstructure v0.13.1
16882025-02-11T20:42:27.851Z Compiling aws-lc-rs v1.10.0
16892025-02-11T20:42:27.872Z Compiling httparse v1.9.5
16902025-02-11T20:42:28.254Z Compiling schemars v0.8.21
16912025-02-11T20:42:28.478Z Compiling fnv v1.0.7
16922025-02-11T20:42:28.623Z Compiling const-oid v0.9.6
16932025-02-11T20:42:28.682Z Compiling serde_derive_internals v0.29.1
16942025-02-11T20:42:28.887Z Compiling foldhash v0.1.3
16952025-02-11T20:42:29.187Z Compiling equivalent v1.0.1
16962025-02-11T20:42:29.314Z Compiling hashbrown v0.15.1
16972025-02-11T20:42:30.019Z Compiling regex v1.11.1
16982025-02-11T20:42:30.055Z Compiling signal-hook-registry v1.4.2
16992025-02-11T20:42:30.560Z Compiling heck v0.5.0
17002025-02-11T20:42:30.685Z Compiling parking_lot v0.12.3
17012025-02-11T20:42:30.721Z Compiling mio v1.0.2
17022025-02-11T20:42:30.980Z Compiling stable_deref_trait v1.2.0
17032025-02-11T20:42:31.920Z Compiling socket2 v0.5.7
17042025-02-11T20:42:31.940Z Compiling serde_derive v1.0.217
17052025-02-11T20:42:32.321Z Compiling zeroize_derive v1.4.2
17062025-02-11T20:42:32.672Z Compiling zerocopy-derive v0.7.35
17072025-02-11T20:42:33.044Z Compiling thiserror-impl v1.0.69
17082025-02-11T20:42:33.250Z Compiling tokio-macros v2.5.0
17092025-02-11T20:42:33.527Z Compiling zerofrom-derive v0.1.4
17102025-02-11T20:42:33.653Z Compiling zeroize v1.8.1
17112025-02-11T20:42:33.870Z Compiling yoke-derive v0.7.4
17122025-02-11T20:42:34.110Z Compiling zerovec-derive v0.10.3
17132025-02-11T20:42:34.178Z Compiling futures-macro v0.3.31
17142025-02-11T20:42:34.494Z Compiling displaydoc v0.2.5
17152025-02-11T20:42:35.712Z Compiling zerocopy v0.7.35
17162025-02-11T20:42:35.869Z Compiling crypto-common v0.1.6
17172025-02-11T20:42:36.037Z Compiling icu_provider_macros v1.5.0
17182025-02-11T20:42:36.068Z Compiling tracing-attributes v0.1.27
17192025-02-11T20:42:36.202Z Compiling schemars_derive v0.8.21
17202025-02-11T20:42:36.463Z Compiling block-buffer v0.10.4
17212025-02-11T20:42:36.847Z Compiling digest v0.10.7
17222025-02-11T20:42:37.063Z Compiling futures-core v0.3.31
17232025-02-11T20:42:37.123Z Compiling num-conv v0.1.0
17242025-02-11T20:42:37.259Z Compiling time-core v0.1.2
17252025-02-11T20:42:37.314Z Compiling crossbeam-utils v0.8.20
17262025-02-11T20:42:37.438Z Compiling time-macros v0.2.18
17272025-02-11T20:42:37.693Z Compiling der_derive v0.7.3
17282025-02-11T20:42:37.847Z Compiling vcpkg v0.2.15
17292025-02-11T20:42:39.382Z Compiling openssl-sys v0.9.105
17302025-02-11T20:42:40.317Z Compiling futures-sink v0.3.31
17312025-02-11T20:42:40.454Z Compiling cpufeatures v0.2.14
17322025-02-11T20:42:40.608Z Compiling slog v2.7.0
17332025-02-11T20:42:40.727Z Compiling ahash v0.8.11
17342025-02-11T20:42:40.769Z Compiling syn v1.0.109
17352025-02-11T20:42:41.055Z Compiling zerofrom v0.1.4
17362025-02-11T20:42:41.418Z Compiling iana-time-zone v0.1.61
17372025-02-11T20:42:41.556Z Compiling yoke v0.7.4
17382025-02-11T20:42:41.790Z Compiling futures-channel v0.3.31
17392025-02-11T20:42:41.896Z Compiling scroll_derive v0.12.0
17402025-02-11T20:42:42.098Z Compiling ucd-trie v0.1.7
17412025-02-11T20:42:42.116Z Compiling pin-utils v0.1.0
17422025-02-11T20:42:42.233Z Compiling futures-io v0.3.31
17432025-02-11T20:42:42.253Z Compiling openssl v0.10.70
17442025-02-11T20:42:42.555Z Compiling futures-task v0.3.31
17452025-02-11T20:42:42.573Z Compiling pest v2.7.14
17462025-02-11T20:42:42.646Z Compiling zerovec v0.10.4
17472025-02-11T20:42:42.836Z Compiling futures-util v0.3.31
17482025-02-11T20:42:43.631Z Compiling hmac v0.12.1
17492025-02-11T20:42:44.321Z Compiling bitflags v2.6.0
17502025-02-11T20:42:44.352Z Compiling bytes v1.9.0
17512025-02-11T20:42:45.822Z Compiling indexmap v2.7.1
17522025-02-11T20:42:46.179Z Compiling tokio v1.43.0
17532025-02-11T20:42:47.050Z Compiling serde_tokenstream v0.2.2
17542025-02-11T20:42:47.522Z Compiling uuid v1.12.0
17552025-02-11T20:42:47.604Z Compiling http v1.2.0
17562025-02-11T20:42:48.963Z Compiling which v4.4.2
17572025-02-11T20:42:49.014Z Compiling chrono v0.4.39
17582025-02-11T20:42:49.264Z Compiling rustc_version v0.4.1
17592025-02-11T20:42:52.979Z Compiling pest_meta v2.7.14
17602025-02-11T20:42:54.493Z Compiling block-padding v0.3.3
17612025-02-11T20:42:54.745Z Compiling openssl-macros v0.1.1
17622025-02-11T20:42:55.484Z Compiling native-tls v0.2.12
17632025-02-11T20:42:55.842Z Compiling rustls v0.23.19
17642025-02-11T20:42:56.148Z Compiling inout v0.1.3
17652025-02-11T20:42:56.409Z Compiling pest_generator v2.7.14
17662025-02-11T20:42:56.465Z Compiling tinystr v0.7.6
17672025-02-11T20:42:56.741Z Compiling toml_datetime v0.6.8
17682025-02-11T20:42:56.840Z Compiling serde_spanned v0.6.8
17692025-02-11T20:42:57.109Z Compiling tracing-core v0.1.32
17702025-02-11T20:42:57.112Z Compiling strsim v0.11.1
17712025-02-11T20:42:57.149Z Compiling litemap v0.7.3
17722025-02-11T20:42:57.165Z Compiling writeable v0.5.5
17732025-02-11T20:42:57.751Z Compiling dyn-clone v1.0.17
17742025-02-11T20:42:58.009Z Compiling tracing v0.1.40
17752025-02-11T20:42:58.058Z Compiling pest_derive v2.7.14
17762025-02-11T20:42:58.784Z Compiling icu_locid v1.5.0
17772025-02-11T20:42:58.893Z Compiling cipher v0.4.4
17782025-02-11T20:42:59.284Z Compiling sha2 v0.10.8
17792025-02-11T20:42:59.371Z Compiling usdt-impl v0.5.0
17802025-02-11T20:42:59.736Z Compiling cookie v0.18.1
17812025-02-11T20:43:00.073Z Compiling base64ct v1.6.0
17822025-02-11T20:43:00.644Z Compiling pem-rfc7468 v0.7.0
17832025-02-11T20:43:00.662Z Compiling icu_provider v1.5.0
17842025-02-11T20:43:01.608Z Compiling aws-lc-sys v0.22.0
17852025-02-11T20:43:02.111Z Compiling scroll v0.12.0
17862025-02-11T20:43:02.790Z Compiling ppv-lite86 v0.2.20
17872025-02-11T20:43:02.810Z Compiling async-trait v0.1.86
17882025-02-11T20:43:03.536Z Compiling icu_locid_transform_data v1.5.0
17892025-02-11T20:43:03.688Z Compiling flagset v0.4.6
17902025-02-11T20:43:04.006Z Compiling anyhow v1.0.95
17912025-02-11T20:43:04.979Z Compiling rustls-pki-types v1.10.0
17922025-02-11T20:43:05.752Z Compiling camino v1.1.9
17932025-02-11T20:43:06.292Z Compiling percent-encoding v2.3.1
17942025-02-11T20:43:06.569Z Compiling plain v0.2.3
17952025-02-11T20:43:06.738Z Compiling goblin v0.8.2
17962025-02-11T20:43:06.757Z Compiling icu_locid_transform v1.5.0
17972025-02-11T20:43:07.919Z Compiling der v0.7.9
17982025-02-11T20:43:10.673Z Compiling rand_chacha v0.3.1
17992025-02-11T20:43:11.719Z Compiling tokio-util v0.7.12
18002025-02-11T20:43:11.976Z Compiling icu_collections v1.5.0
18012025-02-11T20:43:13.109Z Compiling icu_properties_data v1.5.0
18022025-02-11T20:43:13.371Z Compiling rustls v0.22.4
18032025-02-11T20:43:13.402Z Compiling mirai-annotations v1.12.0
18042025-02-11T20:43:13.515Z Compiling untrusted v0.9.0
18052025-02-11T20:43:13.604Z Compiling untrusted v0.7.1
18062025-02-11T20:43:13.657Z Compiling rayon-core v1.12.1
18072025-02-11T20:43:13.737Z Compiling pretty-hex v0.4.1
18082025-02-11T20:43:13.800Z Compiling powerfmt v0.2.0
18092025-02-11T20:43:13.946Z Compiling dof v0.3.0
18102025-02-11T20:43:13.976Z Compiling icu_properties v1.5.1
18112025-02-11T20:43:14.300Z Compiling deranged v0.3.11
18122025-02-11T20:43:15.494Z Compiling rand v0.8.5
18132025-02-11T20:43:15.794Z Compiling spki v0.7.3
18142025-02-11T20:43:16.144Z Compiling salsa20 v0.10.2
18152025-02-11T20:43:16.167Z Compiling dtrace-parser v0.2.0
18162025-02-11T20:43:16.945Z Compiling pbkdf2 v0.12.2
18172025-02-11T20:43:17.731Z Compiling thread-id v4.2.2
18182025-02-11T20:43:17.862Z Compiling write16 v1.0.0
18192025-02-11T20:43:17.864Z Compiling utf16_iter v1.0.5
18202025-02-11T20:43:18.160Z Compiling icu_normalizer_data v1.5.0
18212025-02-11T20:43:18.280Z Compiling atomic-waker v1.1.2
18222025-02-11T20:43:18.327Z Compiling num_threads v0.1.7
18232025-02-11T20:43:18.395Z Compiling utf8_iter v1.0.4
18242025-02-11T20:43:18.467Z Compiling litrs v0.4.1
18252025-02-11T20:43:18.506Z Compiling winnow v0.5.40
18262025-02-11T20:43:19.250Z Compiling icu_normalizer v1.5.0
18272025-02-11T20:43:19.479Z Compiling document-features v0.2.10
18282025-02-11T20:43:20.735Z Compiling time v0.3.36
18292025-02-11T20:43:21.851Z Compiling toml_edit v0.19.15
18302025-02-11T20:43:23.515Z Compiling scrypt v0.11.0
18312025-02-11T20:43:23.548Z Compiling form_urlencoded v1.2.1
18322025-02-11T20:43:24.058Z Compiling aes v0.8.4
18332025-02-11T20:43:24.083Z Compiling cbc v0.1.2
18342025-02-11T20:43:24.301Z Compiling http-body v1.0.1
18352025-02-11T20:43:24.509Z Compiling multer v3.1.0
18362025-02-11T20:43:24.559Z Compiling tinyvec_macros v0.1.1
18372025-02-11T20:43:24.814Z Compiling try-lock v0.2.5
18382025-02-11T20:43:24.995Z Compiling slog-async v2.8.0
18392025-02-11T20:43:25.018Z Compiling rustversion v1.0.17
18402025-02-11T20:43:25.441Z Compiling want v0.3.1
18412025-02-11T20:43:25.667Z Compiling pkcs5 v0.7.1
18422025-02-11T20:43:25.743Z Compiling tinyvec v1.8.0
18432025-02-11T20:43:27.219Z Compiling idna_adapter v1.2.0
18442025-02-11T20:43:27.661Z Compiling h2 v0.4.6
18452025-02-11T20:43:27.973Z Compiling heapless v0.7.17
18462025-02-11T20:43:28.422Z Compiling bzip2-sys v0.1.11+1.0.8
18472025-02-11T20:43:28.834Z Compiling signal-hook v0.3.17
18482025-02-11T20:43:28.985Z Compiling httpdate v1.0.3
18492025-02-11T20:43:29.797Z Compiling idna v1.0.3
18502025-02-11T20:43:31.303Z Compiling pkcs8 v0.10.2
18512025-02-11T20:43:32.571Z Compiling usdt-macro v0.5.0
18522025-02-11T20:43:33.076Z Compiling usdt-attr-macro v0.5.0
18532025-02-11T20:43:33.950Z Compiling async-stream-impl v0.3.6
18542025-02-11T20:43:33.968Z Compiling tower-service v0.3.3
18552025-02-11T20:43:34.109Z Compiling base64 v0.22.1
18562025-02-11T20:43:34.488Z Compiling adler2 v2.0.0
18572025-02-11T20:43:35.164Z Compiling miniz_oxide v0.8.0
18582025-02-11T20:43:35.842Z Compiling hyper v1.5.2
18592025-02-11T20:43:37.602Z Compiling curve25519-dalek v4.1.3
18602025-02-11T20:43:38.023Z Compiling openapiv3 v2.0.0
18612025-02-11T20:43:38.669Z Compiling enum-as-inner v0.6.1
18622025-02-11T20:43:41.940Z Compiling hyper-util v0.1.10
18632025-02-11T20:43:42.367Z Compiling dropshot v0.12.0
18642025-02-11T20:43:42.681Z Compiling portable-atomic v1.9.0
18652025-02-11T20:43:42.986Z Compiling newtype-uuid v1.2.1
18662025-02-11T20:43:43.245Z Compiling match_cfg v0.1.0
18672025-02-11T20:43:43.288Z Compiling foreign-types-shared v0.1.1
18682025-02-11T20:43:43.417Z Compiling smoltcp v0.9.1
18692025-02-11T20:43:43.520Z Compiling num-bigint-dig v0.8.4
18702025-02-11T20:43:43.649Z Compiling foreign-types v0.3.2
18712025-02-11T20:43:43.949Z Compiling hostname v0.3.1
18722025-02-11T20:43:46.467Z Compiling url v2.5.3
18732025-02-11T20:43:48.304Z Compiling http-body-util v0.1.2
18742025-02-11T20:43:48.844Z Compiling dirs-sys-next v0.1.2
18752025-02-11T20:43:49.011Z Compiling encoding_rs v0.8.34
18762025-02-11T20:43:49.112Z Compiling data-encoding v2.6.0
18772025-02-11T20:43:49.303Z Compiling ident_case v1.0.1
18782025-02-11T20:43:49.502Z Compiling gimli v0.31.1
18792025-02-11T20:43:50.608Z Compiling siphasher v0.3.11
18802025-02-11T20:43:50.963Z Compiling mime v0.3.17
18812025-02-11T20:43:51.750Z Compiling heck v0.4.1
18822025-02-11T20:43:52.012Z Compiling darling_core v0.20.10
18832025-02-11T20:43:52.133Z Compiling dirs-next v2.0.0
18842025-02-11T20:43:56.106Z Compiling addr2line v0.24.2
18852025-02-11T20:43:57.496Z Compiling unicode-normalization v0.1.24
18862025-02-11T20:43:58.568Z Compiling crossbeam-epoch v0.9.18
18872025-02-11T20:43:59.250Z Compiling serde_urlencoded v0.7.1
18882025-02-11T20:43:59.750Z Compiling rustls-pemfile v2.2.0
18892025-02-11T20:43:59.793Z Compiling hubpack_derive v0.1.1
18902025-02-11T20:44:00.214Z Compiling dropshot_endpoint v0.12.0
18912025-02-11T20:44:00.235Z Compiling sha1 v0.10.6
18922025-02-11T20:44:00.311Z Compiling signature v2.2.0
18932025-02-11T20:44:00.547Z Compiling zerocopy-derive v0.6.6
18942025-02-11T20:44:00.612Z Compiling curve25519-dalek-derive v0.1.1
18952025-02-11T20:44:00.745Z Compiling object v0.36.5
18962025-02-11T20:44:02.278Z Compiling thread_local v1.1.8
18972025-02-11T20:44:02.729Z Compiling fs-err v2.11.0
18982025-02-11T20:44:04.039Z Compiling unicode-bidi v0.3.17
18992025-02-11T20:44:07.974Z Compiling rustc-demangle v0.1.24
19002025-02-11T20:44:09.403Z Compiling ipnet v2.10.1
19012025-02-11T20:44:10.309Z Compiling utf8parse v0.2.2
19022025-02-11T20:44:10.336Z Compiling openssl-probe v0.1.5
19032025-02-11T20:44:10.496Z Compiling unicode-properties v0.1.3
19042025-02-11T20:44:10.921Z Compiling anstyle v1.0.10
19052025-02-11T20:44:11.286Z Compiling winnow v0.6.20
19062025-02-11T20:44:13.266Z Compiling stringprep v0.1.5
19072025-02-11T20:44:14.231Z Compiling rustls-webpki v0.102.8
19082025-02-11T20:44:14.351Z Compiling toml_edit v0.22.22
19092025-02-11T20:44:15.917Z Compiling anstyle-parse v0.2.5
19102025-02-11T20:44:16.248Z Compiling backtrace v0.3.74
19112025-02-11T20:44:22.373Z Compiling crossbeam-deque v0.8.5
19122025-02-11T20:44:22.732Z Compiling darling_macro v0.20.10
19132025-02-11T20:44:23.098Z Compiling term v0.7.0
19142025-02-11T20:44:23.586Z Compiling slog-json v2.6.1
19152025-02-11T20:44:24.868Z Compiling crossbeam-channel v0.5.13
19162025-02-11T20:44:25.514Z Compiling hashbrown v0.14.5
19172025-02-11T20:44:26.052Z Compiling futures-executor v0.3.31
19182025-02-11T20:44:26.507Z Compiling num-integer v0.1.46
19192025-02-11T20:44:26.725Z Compiling md-5 v0.10.6
19202025-02-11T20:44:26.868Z Compiling ff v0.13.0
19212025-02-11T20:44:26.988Z Compiling hash32 v0.2.1
19222025-02-11T20:44:27.101Z Compiling is-terminal v0.4.13
19232025-02-11T20:44:27.168Z Compiling memmap v0.7.0
19242025-02-11T20:44:27.247Z Compiling linked-hash-map v0.5.6
19252025-02-11T20:44:27.340Z Compiling take_mut v0.2.2
19262025-02-11T20:44:27.408Z Compiling anstyle-query v1.1.1
19272025-02-11T20:44:27.468Z Compiling quick-error v1.2.3
19282025-02-11T20:44:27.501Z Compiling base16ct v0.2.0
19292025-02-11T20:44:27.557Z Compiling psl-types v2.0.11
19302025-02-11T20:44:27.630Z Compiling fallible-iterator v0.2.0
19312025-02-11T20:44:27.780Z Compiling colorchoice v1.0.2
19322025-02-11T20:44:27.806Z Compiling is_terminal_polyfill v1.70.1
19332025-02-11T20:44:27.954Z Compiling utf-8 v0.7.6
19342025-02-11T20:44:28.148Z Compiling publicsuffix v2.3.0
19352025-02-11T20:44:28.252Z Compiling postgres-protocol v0.6.7
19362025-02-11T20:44:28.273Z Compiling tungstenite v0.24.0
19372025-02-11T20:44:28.384Z Compiling anstream v0.6.15
19382025-02-11T20:44:28.797Z Compiling sec1 v0.7.3
19392025-02-11T20:44:28.977Z Compiling resolv-conf v0.7.0
19402025-02-11T20:44:29.364Z Compiling lru-cache v0.1.2
19412025-02-11T20:44:29.556Z Compiling usdt v0.5.0
19422025-02-11T20:44:29.990Z Compiling slog-term v2.9.1
19432025-02-11T20:44:30.106Z Compiling group v0.13.0
19442025-02-11T20:44:30.260Z Compiling num-iter v0.1.45
19452025-02-11T20:44:30.428Z Compiling regress v0.10.1
19462025-02-11T20:44:30.456Z Compiling futures v0.3.31
19472025-02-11T20:44:33.402Z Compiling slog-bunyan v2.5.0
19482025-02-11T20:44:33.629Z Compiling darling v0.20.10
19492025-02-11T20:44:33.872Z Compiling tokio-rustls v0.26.0
19502025-02-11T20:44:34.195Z Compiling tokio-rustls v0.25.0
19512025-02-11T20:44:34.320Z Compiling toml v0.8.19
19522025-02-11T20:44:34.609Z Compiling tokio-native-tls v0.3.1
19532025-02-11T20:44:35.022Z Compiling hickory-proto v0.24.3
19542025-02-11T20:44:35.169Z Compiling strum_macros v0.25.3
19552025-02-11T20:44:35.692Z Compiling phf_shared v0.11.2
19562025-02-11T20:44:36.198Z Compiling async-stream v0.3.6
19572025-02-11T20:44:36.218Z Compiling waitgroup v0.1.2
19582025-02-11T20:44:36.277Z Compiling webpki-roots v0.26.6
19592025-02-11T20:44:36.537Z Compiling terminal_size v0.4.0
19602025-02-11T20:44:36.721Z Compiling serde_path_to_error v0.1.16
19612025-02-11T20:44:36.758Z Compiling hkdf v0.12.4
19622025-02-11T20:44:36.978Z Compiling crypto-bigint v0.5.5
19632025-02-11T20:44:37.488Z Compiling serde_repr v0.1.19
19642025-02-11T20:44:37.534Z Compiling clap_derive v4.5.24
19652025-02-11T20:44:38.526Z Compiling derive-where v1.2.7
19662025-02-11T20:44:38.572Z Compiling hostname v0.4.0
19672025-02-11T20:44:38.791Z Compiling crc32fast v1.4.2
19682025-02-11T20:44:39.111Z Compiling bitflags v1.3.2
19692025-02-11T20:44:39.227Z Compiling clap_lex v0.7.4
19702025-02-11T20:44:41.129Z Compiling managed v0.8.0
19712025-02-11T20:44:41.445Z Compiling debug-ignore v1.0.5
19722025-02-11T20:44:41.618Z Compiling unicode-width v0.2.0
19732025-02-11T20:44:42.162Z Compiling console v0.15.10
19742025-02-11T20:44:43.248Z Compiling hickory-resolver v0.24.2
19752025-02-11T20:44:44.049Z Compiling elliptic-curve v0.13.8
19762025-02-11T20:44:44.384Z Compiling clap_builder v4.5.27
19772025-02-11T20:44:44.770Z Compiling flate2 v1.0.35
19782025-02-11T20:44:47.269Z Compiling hyper-rustls v0.27.3
19792025-02-11T20:44:49.077Z Compiling phf v0.11.2
19802025-02-11T20:44:49.380Z Compiling hyper-tls v0.6.0
19812025-02-11T20:44:49.813Z Compiling typify-impl v0.2.0
19822025-02-11T20:44:49.844Z Compiling signal-hook-mio v0.2.4
19832025-02-11T20:44:50.024Z Compiling rayon v1.10.0
19842025-02-11T20:44:50.039Z Compiling bzip2 v0.4.4
19852025-02-11T20:44:50.415Z Compiling cookie_store v0.21.1
19862025-02-11T20:44:51.744Z Compiling tokio-tungstenite v0.24.0
19872025-02-11T20:44:54.186Z Compiling postgres-types v0.2.8
19882025-02-11T20:44:54.441Z Compiling zerocopy v0.6.6
19892025-02-11T20:44:54.879Z Compiling hubpack v0.1.2
19902025-02-11T20:44:55.172Z Compiling ed25519 v2.2.3
19912025-02-11T20:44:55.277Z Compiling phf_shared v0.10.0
19922025-02-11T20:44:55.410Z Compiling pkcs1 v0.7.5
19932025-02-11T20:44:55.646Z Compiling tokio-stream v0.1.16
19942025-02-11T20:44:55.699Z Compiling ipnetwork v0.20.0
19952025-02-11T20:44:56.568Z Compiling serde-big-array v0.5.1
19962025-02-11T20:44:56.655Z Compiling rfc6979 v0.4.0
19972025-02-11T20:44:56.819Z Compiling float-cmp v0.9.0
19982025-02-11T20:44:56.864Z Compiling sync_wrapper v1.0.1
19992025-02-11T20:44:57.060Z Compiling bstr v1.10.0
20002025-02-11T20:44:57.394Z Compiling bit-vec v0.6.3
20012025-02-11T20:44:57.801Z Compiling number_prefix v0.4.0
20022025-02-11T20:44:58.268Z Compiling difflib v0.4.0
20032025-02-11T20:44:58.519Z Compiling precomputed-hash v0.1.1
20042025-02-11T20:44:58.528Z Compiling whoami v1.5.2
20052025-02-11T20:44:58.909Z Compiling static_assertions v1.1.0
20062025-02-11T20:44:59.026Z Compiling new_debug_unreachable v1.0.6
20072025-02-11T20:44:59.045Z Compiling unicode-segmentation v1.12.0
20082025-02-11T20:44:59.136Z Compiling fixedbitset v0.4.2
20092025-02-11T20:44:59.384Z Compiling normalize-line-endings v0.3.0
20102025-02-11T20:44:59.460Z Compiling predicates-core v1.0.8
20112025-02-11T20:44:59.523Z Compiling petgraph v0.6.5
20122025-02-11T20:44:59.551Z Compiling string_cache v0.8.7
20132025-02-11T20:44:59.879Z Compiling similar v2.6.0
20142025-02-11T20:44:59.940Z Compiling predicates v3.1.2
20152025-02-11T20:45:00.333Z Compiling typify-macro v0.2.0
20162025-02-11T20:45:01.280Z Compiling reqwest v0.12.9
20172025-02-11T20:45:01.527Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20182025-02-11T20:45:01.690Z Compiling tokio-postgres v0.7.12
20192025-02-11T20:45:03.057Z Compiling indicatif v0.17.11
20202025-02-11T20:45:03.726Z Compiling bit-set v0.5.3
20212025-02-11T20:45:04.830Z Compiling ecdsa v0.16.9
20222025-02-11T20:45:05.397Z Compiling qorb v0.2.1
20232025-02-11T20:45:06.025Z Compiling rsa v0.9.6
20242025-02-11T20:45:07.025Z Compiling ed25519-dalek v2.1.1
20252025-02-11T20:45:07.620Z Compiling zip v0.6.6
20262025-02-11T20:45:07.826Z Compiling crossterm v0.28.1
20272025-02-11T20:45:07.845Z Compiling clap v4.5.27
20282025-02-11T20:45:09.850Z Compiling toml v0.7.8
20292025-02-11T20:45:10.612Z Compiling x509-cert v0.2.5
20302025-02-11T20:45:11.241Z Compiling hex v0.4.3
20312025-02-11T20:45:11.995Z Compiling itertools v0.10.5
20322025-02-11T20:45:12.856Z Compiling peg-runtime v0.8.3
20332025-02-11T20:45:13.349Z Compiling lalrpop-util v0.19.12
20342025-02-11T20:45:13.462Z Compiling zerocopy v0.8.10
20352025-02-11T20:45:13.670Z Compiling unicode-xid v0.2.6
20362025-02-11T20:45:14.703Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20372025-02-11T20:45:19.363Z Compiling proc-macro-crate v1.3.1
20382025-02-11T20:45:19.456Z Compiling macaddr v1.0.1
20392025-02-11T20:45:20.119Z Compiling zerocopy-derive v0.8.10
20402025-02-11T20:45:20.346Z Compiling itertools v0.13.0
20412025-02-11T20:45:21.686Z Compiling heapless v0.8.0
20422025-02-11T20:45:23.233Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20432025-02-11T20:45:28.129Z Compiling num_enum_derive v0.5.11
20442025-02-11T20:45:34.655Z Compiling hash32 v0.3.1
20452025-02-11T20:45:35.747Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20462025-02-11T20:45:35.812Z Compiling smoltcp v0.11.0
20472025-02-11T20:45:41.466Z Compiling num_enum v0.5.11
20482025-02-11T20:45:41.648Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20492025-02-11T20:45:42.678Z Compiling typify v0.2.0
20502025-02-11T20:45:42.828Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20512025-02-11T20:45:43.853Z Compiling proc-macro-error-attr v1.0.4
20522025-02-11T20:45:44.168Z Compiling unsafe-libyaml v0.2.11
20532025-02-11T20:45:44.237Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20542025-02-11T20:45:44.801Z Compiling cobs v0.2.3
20552025-02-11T20:45:45.255Z Compiling thiserror v2.0.11
20562025-02-11T20:45:45.937Z Compiling serde_yaml v0.9.34+deprecated
20572025-02-11T20:45:47.619Z Compiling postcard v1.0.10
20582025-02-11T20:45:59.278Z Compiling progenitor-impl v0.8.0
20592025-02-11T20:46:02.847Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20602025-02-11T20:46:12.183Z Compiling strum_macros v0.26.4
20612025-02-11T20:46:13.394Z Compiling foreign-types-macros v0.2.3
20622025-02-11T20:46:13.436Z Compiling thiserror-impl v2.0.11
20632025-02-11T20:46:13.708Z Compiling structmeta-derive v0.3.0
20642025-02-11T20:46:13.907Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20652025-02-11T20:46:14.232Z Compiling proc-macro-error v1.0.4
20662025-02-11T20:46:15.508Z Compiling foreign-types-shared v0.3.1
20672025-02-11T20:46:16.022Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20682025-02-11T20:46:16.050Z Compiling unicode-width v0.1.14
20692025-02-11T20:46:16.514Z Compiling strum v0.26.3
20702025-02-11T20:46:16.734Z Compiling tabwriter v1.4.0
20712025-02-11T20:46:16.903Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20722025-02-11T20:46:17.485Z Compiling structmeta v0.3.0
20732025-02-11T20:46:18.202Z Compiling foreign-types v0.5.0
20742025-02-11T20:46:27.927Z Compiling progenitor-macro v0.8.0
20752025-02-11T20:46:30.031Z Compiling progenitor-client v0.8.0
20762025-02-11T20:46:31.832Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772025-02-11T20:46:32.644Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20782025-02-11T20:46:33.672Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20792025-02-11T20:46:33.692Z Compiling cstr-argument v0.1.2
20802025-02-11T20:46:33.762Z Compiling dropshot v0.15.1
20812025-02-11T20:46:34.083Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20822025-02-11T20:46:34.394Z Compiling pretty-hex v0.2.1
20832025-02-11T20:46:35.065Z Compiling fastrand v2.1.1
20842025-02-11T20:46:35.262Z Compiling crucible-workspace-hack v0.1.0
20852025-02-11T20:46:35.595Z Compiling tempfile v3.13.0
20862025-02-11T20:46:35.741Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20872025-02-11T20:46:36.133Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20882025-02-11T20:46:36.151Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20892025-02-11T20:46:36.473Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20902025-02-11T20:46:36.978Z Compiling parse-display-derive v0.10.0
20912025-02-11T20:46:37.225Z Compiling colored v2.1.0
20922025-02-11T20:46:37.337Z Compiling serde_with_macros v3.11.0
20932025-02-11T20:46:38.459Z Compiling dropshot_endpoint v0.15.1
20942025-02-11T20:46:38.856Z Compiling progenitor v0.8.0
20952025-02-11T20:46:39.099Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20962025-02-11T20:46:39.820Z Compiling instant v0.1.13
20972025-02-11T20:46:39.841Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20982025-02-11T20:46:39.995Z Compiling backoff v0.4.0
20992025-02-11T20:46:40.226Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21002025-02-11T20:46:40.362Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21012025-02-11T20:46:40.577Z Compiling parse-display v0.10.0
21022025-02-11T20:46:40.594Z Compiling serde_with v3.11.0
21032025-02-11T20:46:41.773Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21042025-02-11T20:46:42.460Z Compiling zone_cfg_derive v0.3.0
21052025-02-11T20:46:43.092Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21062025-02-11T20:46:43.735Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21072025-02-11T20:46:43.881Z Compiling camino-tempfile v1.1.1
21082025-02-11T20:46:44.590Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21092025-02-11T20:46:44.607Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21102025-02-11T20:46:44.631Z Compiling regress v0.9.1
21112025-02-11T20:46:44.803Z Compiling progenitor-client v0.9.1
21122025-02-11T20:46:45.011Z Compiling num-derive v0.4.2
21132025-02-11T20:46:45.747Z Compiling sigpipe v0.1.3
21142025-02-11T20:46:45.905Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21152025-02-11T20:46:46.232Z Compiling libefi-sys v0.1.0
21162025-02-11T20:46:46.617Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21172025-02-11T20:46:47.212Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21182025-02-11T20:46:48.735Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21192025-02-11T20:46:49.780Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21202025-02-11T20:46:54.101Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21212025-02-11T20:46:54.140Z Compiling zone v0.3.0
21222025-02-11T20:46:54.575Z Compiling smf v0.2.3
21232025-02-11T20:46:54.821Z Compiling bitfield-struct v0.6.2
21242025-02-11T20:46:55.177Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21252025-02-11T20:46:55.578Z Compiling blake3 v1.5.4
21262025-02-11T20:46:56.146Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21272025-02-11T20:46:56.827Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21282025-02-11T20:46:56.864Z Compiling xattr v1.3.1
21292025-02-11T20:46:57.048Z Compiling filetime v0.2.25
21302025-02-11T20:46:57.133Z Compiling memmap2 v0.9.5
21312025-02-11T20:46:57.195Z Compiling same-file v1.0.6
21322025-02-11T20:46:57.419Z Compiling arrayref v0.3.9
21332025-02-11T20:46:57.502Z Compiling arrayvec v0.7.6
21342025-02-11T20:46:57.545Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21352025-02-11T20:46:57.690Z Compiling constant_time_eq v0.3.1
21362025-02-11T20:46:57.733Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21372025-02-11T20:46:57.887Z Compiling walkdir v2.5.0
21382025-02-11T20:46:57.969Z Compiling tar v0.4.42
21392025-02-11T20:46:59.513Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21402025-02-11T20:46:59.594Z Compiling gethostname v0.5.0
21412025-02-11T20:46:59.832Z Compiling cargo-platform v0.1.8
21422025-02-11T20:46:59.922Z Compiling topological-sort v0.2.2
21432025-02-11T20:47:00.221Z Compiling cargo_metadata v0.18.1
21442025-02-11T20:47:00.425Z Compiling omicron-zone-package v0.12.0
21452025-02-11T20:47:00.555Z Compiling shell-words v1.1.0
21462025-02-11T20:47:00.916Z Compiling indent_write v2.2.0
21472025-02-11T20:47:07.578Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21482025-02-11T20:47:09.145Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21492025-02-11T20:47:11.845Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21502025-02-11T20:47:29.356Z Finished `release` profile [optimized] target(s) in 5m 12s
21512025-02-11T20:47:29.522Z Running `target/release/omicron-package -t test target create -p dev`
21522025-02-11T20:47:29.569ZLogging to: /work/oxidecomputer/omicron/out/LOG
21532025-02-11T20:47:29.572ZCreated new build target 'test' and set it as active
21542025-02-11T20:47:29.572Z
21552025-02-11T20:47:29.572Zreal 5:12.493166427
21562025-02-11T20:47:29.572Zuser 36:31.096267264
21572025-02-11T20:47:29.572Zsys 3:21.795842755
21582025-02-11T20:47:29.573Ztrap 1.142664091
21592025-02-11T20:47:29.573Ztflt 3.334242253
21602025-02-11T20:47:29.573Zdflt 0.648433390
21612025-02-11T20:47:29.573Zkflt 0.018120460
21622025-02-11T20:47:29.573Zlock 1:13:11.864924672
21632025-02-11T20:47:29.573Zslp 2:27:28.197801674
21642025-02-11T20:47:29.573Zlat 2:47.314118248
21652025-02-11T20:47:29.573Zstop 4:41.675052114
21662025-02-11T20:47:29.573Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21672025-02-11T20:47:30.526Z Finished `release` profile [optimized] target(s) in 0.90s
21682025-02-11T20:47:30.586Z Running `target/release/omicron-package -t test package`
21692025-02-11T20:47:30.630ZLogging to: /work/oxidecomputer/omicron/out/LOG
21702025-02-11T20:47:31.765Z Compiling thiserror v2.0.11
21712025-02-11T20:47:31.903Z Compiling typify-impl v0.3.0
21722025-02-11T20:47:31.917Z Compiling convert_case v0.4.0
21732025-02-11T20:47:31.919Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21742025-02-11T20:47:31.919Z Compiling newline-converter v0.3.0
21752025-02-11T20:47:31.919Z Compiling password-hash v0.5.0
21762025-02-11T20:47:31.919Z Compiling blake2 v0.10.6
21772025-02-11T20:47:31.933Z Compiling base64 v0.21.7
21782025-02-11T20:47:32.171Z Compiling expectorate v1.1.0
21792025-02-11T20:47:32.211Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21802025-02-11T20:47:32.447Z Compiling atomicwrites v0.4.4
21812025-02-11T20:47:32.563Z Compiling derive_more v0.99.18
21822025-02-11T20:47:32.955Z Compiling argon2 v0.5.3
21832025-02-11T20:47:33.041Z Compiling owo-colors v4.1.0
21842025-02-11T20:47:33.188Z Compiling cancel-safe-futures v0.1.5
21852025-02-11T20:47:33.318Z Compiling num-rational v0.4.2
21862025-02-11T20:47:33.500Z Compiling progenitor-client v0.9.1
21872025-02-11T20:47:33.540Z Compiling num-complex v0.4.6
21882025-02-11T20:47:34.027Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21892025-02-11T20:47:34.609Z Compiling num v0.4.3
21902025-02-11T20:47:34.751Z Compiling libsw v3.3.1
21912025-02-11T20:47:34.815Z Compiling swrite v0.1.0
21922025-02-11T20:47:34.976Z Compiling float-ord v0.3.2
21932025-02-11T20:47:35.077Z Compiling linear-map v1.2.0
21942025-02-11T20:47:35.172Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21952025-02-11T20:47:35.237Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21962025-02-11T20:47:35.504Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21972025-02-11T20:47:35.693Z Compiling highway v1.2.0
21982025-02-11T20:47:37.127Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21992025-02-11T20:47:37.146Z Compiling semver v0.1.20
22002025-02-11T20:47:37.687Z Compiling rustc_version v0.1.7
22012025-02-11T20:47:38.087Z Compiling newtype_derive v0.1.6
22022025-02-11T20:47:38.419Z Compiling tungstenite v0.21.0
22032025-02-11T20:47:38.506Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22042025-02-11T20:47:42.908Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22052025-02-11T20:47:42.952Z Compiling typify-macro v0.3.0
22062025-02-11T20:47:43.339Z Compiling ipnetwork v0.20.0
22072025-02-11T20:47:44.103Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22082025-02-11T20:47:44.759Z Compiling tokio-tungstenite v0.21.0
22092025-02-11T20:47:44.864Z Compiling progenitor-client v0.8.0
22102025-02-11T20:47:44.895Z Compiling humantime v2.1.0
22112025-02-11T20:47:45.316Z Compiling progenitor v0.8.0
22122025-02-11T20:47:45.522Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
22132025-02-11T20:47:45.542Z Compiling dropshot v0.15.1
22142025-02-11T20:47:45.620Z Compiling instant v0.1.13
22152025-02-11T20:47:45.779Z Compiling backoff v0.4.0
22162025-02-11T20:47:45.851Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22172025-02-11T20:47:46.168Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22182025-02-11T20:47:46.286Z Compiling typify v0.3.0
22192025-02-11T20:47:46.437Z Compiling progenitor-impl v0.9.1
22202025-02-11T20:47:52.485Z Compiling progenitor-macro v0.9.1
22212025-02-11T20:47:53.407Z Compiling steno v0.4.1
22222025-02-11T20:47:53.818Z Compiling parse-display v0.10.0
22232025-02-11T20:47:53.949Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22242025-02-11T20:47:54.151Z Compiling serde_with v3.11.0
22252025-02-11T20:47:54.344Z Compiling strum v0.26.3
22262025-02-11T20:47:54.549Z Compiling regress v0.9.1
22272025-02-11T20:47:57.537Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22282025-02-11T20:47:58.710Z Compiling macaddr v1.0.1
22292025-02-11T20:47:59.120Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22302025-02-11T20:47:59.271Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22312025-02-11T20:47:59.439Z Compiling slog-dtrace v0.3.0
22322025-02-11T20:47:59.803Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22332025-02-11T20:47:59.832Z Compiling prettyplease v0.2.25
22342025-02-11T20:48:01.946Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22352025-02-11T20:48:03.429Z Compiling progenitor v0.9.1
22362025-02-11T20:48:03.706Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22372025-02-11T20:48:05.384Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22382025-02-11T20:48:14.834Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22392025-02-11T20:48:16.780Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22402025-02-11T20:48:17.050Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22412025-02-11T20:48:18.086Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22422025-02-11T20:48:19.063Z Compiling half v2.4.1
22432025-02-11T20:48:21.184Z Compiling ciborium-io v0.2.2
22442025-02-11T20:48:21.352Z Compiling ciborium-ll v0.2.2
22452025-02-11T20:48:21.885Z Compiling ciborium v0.2.2
22462025-02-11T20:48:22.155Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22472025-02-11T20:48:22.906Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22482025-02-11T20:48:23.840Z Compiling display-error-chain v0.2.2
22492025-02-11T20:48:23.912Z Compiling same-file v1.0.6
22502025-02-11T20:48:24.069Z Compiling fastrand v2.1.1
22512025-02-11T20:48:24.176Z Compiling walkdir v2.5.0
22522025-02-11T20:48:24.570Z Compiling tempfile v3.13.0
22532025-02-11T20:48:24.784Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22542025-02-11T20:48:25.243Z Compiling blake3 v1.5.4
22552025-02-11T20:48:25.889Z Compiling const_format_proc_macros v0.2.34
22562025-02-11T20:48:27.608Z Compiling xattr v1.3.1
22572025-02-11T20:48:27.611Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22582025-02-11T20:48:27.885Z Compiling memmap2 v0.9.5
22592025-02-11T20:48:28.025Z Compiling filetime v0.2.25
22602025-02-11T20:48:28.199Z Compiling crunchy v0.2.2
22612025-02-11T20:48:28.296Z Compiling maplit v1.0.2
22622025-02-11T20:48:28.316Z Compiling arrayref v0.3.9
22632025-02-11T20:48:28.437Z Compiling keccak v0.1.5
22642025-02-11T20:48:28.456Z Compiling arrayvec v0.7.6
22652025-02-11T20:48:28.676Z Compiling constant_time_eq v0.3.1
22662025-02-11T20:48:28.883Z Compiling sha3 v0.10.8
22672025-02-11T20:48:29.645Z Compiling tar v0.4.42
22682025-02-11T20:48:29.755Z Compiling const_format v0.2.34
22692025-02-11T20:48:29.849Z Compiling camino-tempfile v1.1.1
22702025-02-11T20:48:30.269Z Compiling toolchain_find v0.4.0
22712025-02-11T20:48:30.803Z Compiling topological-sort v0.2.2
22722025-02-11T20:48:30.937Z Compiling tiny-keccak v2.0.2
22732025-02-11T20:48:30.960Z Compiling radium v0.7.0
22742025-02-11T20:48:31.035Z Compiling omicron-zone-package v0.12.0
22752025-02-11T20:48:31.282Z Compiling rustfmt-wrapper v0.2.1
22762025-02-11T20:48:31.568Z Compiling dsl_auto_type v0.1.2
22772025-02-11T20:48:31.698Z Compiling scheduled-thread-pool v0.2.7
22782025-02-11T20:48:31.841Z Compiling diesel_table_macro_syntax v0.2.0
22792025-02-11T20:48:32.222Z Compiling tap v1.0.1
22802025-02-11T20:48:32.431Z Compiling maybe-uninit v2.0.0
22812025-02-11T20:48:32.823Z Compiling diesel_derives v2.2.3
22822025-02-11T20:48:32.982Z Compiling wyz v0.5.1
22832025-02-11T20:48:33.057Z Compiling r2d2 v0.8.10
22842025-02-11T20:48:33.895Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
22852025-02-11T20:48:34.009Z Compiling phf_generator v0.11.2
22862025-02-11T20:48:34.211Z Compiling ascii-canvas v3.0.0
22872025-02-11T20:48:34.635Z Compiling secrecy v0.8.0
22882025-02-11T20:48:34.914Z Compiling ena v0.14.3
22892025-02-11T20:48:35.345Z Compiling async-recursion v1.1.1
22902025-02-11T20:48:35.410Z Compiling regex-syntax v0.6.29
22912025-02-11T20:48:36.099Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22922025-02-11T20:48:36.676Z Compiling packed_struct v0.10.1
22932025-02-11T20:48:36.828Z Compiling arc-swap v1.7.1
22942025-02-11T20:48:37.112Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22952025-02-11T20:48:37.442Z Compiling crc-catalog v2.4.0
22962025-02-11T20:48:37.506Z Compiling funty v2.0.0
22972025-02-11T20:48:37.604Z Compiling diff v0.1.13
22982025-02-11T20:48:37.622Z Compiling crc v3.2.1
22992025-02-11T20:48:38.133Z Compiling slog-scope v4.4.0
23002025-02-11T20:48:38.972Z Compiling lalrpop v0.19.12
23012025-02-11T20:48:39.707Z Compiling bitvec v1.0.1
23022025-02-11T20:48:40.316Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
23032025-02-11T20:48:40.394Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23042025-02-11T20:48:43.460Z Compiling diesel v2.2.6
23052025-02-11T20:48:44.121Z Compiling phf_codegen v0.11.2
23062025-02-11T20:48:44.494Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23072025-02-11T20:48:45.570Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23082025-02-11T20:48:45.808Z Compiling universal-hash v0.5.1
23092025-02-11T20:48:46.053Z Compiling packed_struct_codegen v0.10.1
23102025-02-11T20:48:47.455Z Compiling thiserror-impl-no-std v2.0.2
23112025-02-11T20:48:48.273Z Compiling parse-zoneinfo v0.3.1
23122025-02-11T20:48:49.791Z Compiling indexmap v1.9.3
23132025-02-11T20:48:49.933Z Compiling unicase v2.7.0
23142025-02-11T20:48:50.125Z Compiling ref-cast v1.0.23
23152025-02-11T20:48:50.273Z Compiling opaque-debug v0.3.1
23162025-02-11T20:48:50.392Z Compiling nodrop v0.1.14
23172025-02-11T20:48:50.550Z Compiling array-init v0.0.4
23182025-02-11T20:48:50.673Z Compiling poly1305 v0.8.0
23192025-02-11T20:48:51.671Z Compiling thiserror-no-std v2.0.2
23202025-02-11T20:48:51.818Z Compiling chrono-tz-build v0.4.0
23212025-02-11T20:48:52.817Z Compiling smallvec v0.6.14
23222025-02-11T20:48:53.306Z Compiling slog-stdlog v4.1.1
23232025-02-11T20:48:54.728Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242025-02-11T20:48:55.078Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23252025-02-11T20:48:55.360Z Compiling derive_builder_core v0.20.2
23262025-02-11T20:48:56.084Z Compiling chacha20 v0.9.1
23272025-02-11T20:48:56.576Z Compiling headers-core v0.3.0
23282025-02-11T20:48:56.775Z Compiling aead v0.5.2
23292025-02-11T20:48:57.120Z Compiling libxml v0.3.3
23302025-02-11T20:48:57.380Z Compiling ref-cast-impl v1.0.23
23312025-02-11T20:48:57.508Z Compiling vte_generate_state_changes v0.1.2
23322025-02-11T20:48:58.110Z Compiling termcolor v1.4.1
23332025-02-11T20:48:58.497Z Compiling hashbrown v0.12.3
23342025-02-11T20:48:59.180Z Compiling bitfield v0.14.0
23352025-02-11T20:48:59.506Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23362025-02-11T20:49:00.829Z Compiling env_logger v0.10.2
23372025-02-11T20:49:01.605Z Compiling polar-core v0.27.3
23382025-02-11T20:49:04.168Z Compiling vte v0.11.1
23392025-02-11T20:49:04.592Z Compiling derive_builder_macro v0.20.2
23402025-02-11T20:49:05.429Z Compiling chacha20poly1305 v0.10.1
23412025-02-11T20:49:05.582Z Compiling headers v0.4.0
23422025-02-11T20:49:05.723Z Compiling slog-envlogger v2.2.0
23432025-02-11T20:49:08.274Z Compiling serde-hex v0.1.0
23442025-02-11T20:49:09.066Z Compiling chrono-tz v0.10.1
23452025-02-11T20:49:09.752Z Compiling vsss-rs v3.3.4
23462025-02-11T20:49:13.213Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23472025-02-11T20:49:13.647Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23482025-02-11T20:49:13.992Z Compiling ron v0.8.1
23492025-02-11T20:49:14.375Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23502025-02-11T20:49:14.783Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23512025-02-11T20:49:16.230Z Compiling hashbrown v0.13.2
23522025-02-11T20:49:17.528Z Compiling strum_macros v0.24.3
23532025-02-11T20:49:19.177Z Compiling fxhash v0.2.1
23542025-02-11T20:49:19.427Z Compiling samael v0.0.17
23552025-02-11T20:49:19.695Z Compiling indoc v1.0.9
23562025-02-11T20:49:20.500Z Compiling simd-adler32 v0.3.7
23572025-02-11T20:49:20.544Z Compiling zip v2.1.3
23582025-02-11T20:49:20.887Z Compiling bumpalo v3.16.0
23592025-02-11T20:49:21.017Z Compiling bytecount v0.6.8
23602025-02-11T20:49:21.347Z Compiling crc-any v2.5.0
23612025-02-11T20:49:21.455Z Compiling lockfree-object-pool v0.1.6
23622025-02-11T20:49:21.762Z Compiling zopfli v0.8.1
23632025-02-11T20:49:21.781Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23642025-02-11T20:49:22.252Z Compiling papergrid v0.11.0
23652025-02-11T20:49:30.003Z Compiling object v0.30.4
23662025-02-11T20:49:30.120Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23672025-02-11T20:49:35.668Z Compiling derive_builder v0.20.2
23682025-02-11T20:49:35.759Z Compiling strip-ansi-escapes v0.2.0
23692025-02-11T20:49:36.643Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23702025-02-11T20:49:36.733Z Compiling tabled_derive v0.7.0
23712025-02-11T20:49:36.958Z Compiling fd-lock v4.0.2
23722025-02-11T20:49:37.203Z Compiling peg-macros v0.8.4
23732025-02-11T20:49:38.773Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23742025-02-11T20:49:39.730Z Compiling kstat-rs v0.2.4
23752025-02-11T20:49:40.254Z Compiling oso-derive v0.27.3
23762025-02-11T20:49:40.428Z Compiling impl-trait-for-tuples v0.2.2
23772025-02-11T20:49:40.603Z Compiling quick-xml v0.33.0
23782025-02-11T20:49:41.176Z Compiling diesel-dtrace v0.4.2
23792025-02-11T20:49:41.513Z Compiling path-slash v0.1.5
23802025-02-11T20:49:41.776Z Compiling nu-ansi-term v0.50.1
23812025-02-11T20:49:42.031Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23822025-02-11T20:49:43.034Z Compiling reedline v0.35.0
23832025-02-11T20:49:46.492Z Compiling oso v0.27.3
23842025-02-11T20:49:46.896Z Compiling peg v0.8.4
23852025-02-11T20:49:47.027Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23862025-02-11T20:49:49.880Z Compiling tabled v0.15.0
23872025-02-11T20:50:03.585Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882025-02-11T20:50:07.254Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23892025-02-11T20:50:09.641Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23902025-02-11T20:50:10.796Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
23912025-02-11T20:50:11.135Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23922025-02-11T20:50:11.177Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23932025-02-11T20:50:11.281Z Compiling pem v3.0.4
23942025-02-11T20:50:11.483Z Compiling bb8 v0.8.5
23952025-02-11T20:50:12.075Z Compiling bcs v0.1.6
23962025-02-11T20:50:12.740Z Compiling libz-sys v1.1.20
23972025-02-11T20:50:12.975Z Compiling nanorand v0.7.0
23982025-02-11T20:50:13.383Z Compiling termtree v0.5.1
23992025-02-11T20:50:13.669Z Compiling parking_lot_core v0.8.6
24002025-02-11T20:50:14.289Z Compiling flume v0.11.1
24012025-02-11T20:50:15.037Z Compiling async-bb8-diesel v0.2.1
24022025-02-11T20:50:15.814Z Compiling mime_guess v2.0.5
24032025-02-11T20:50:17.509Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24042025-02-11T20:50:20.694Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24052025-02-11T20:50:21.798Z Compiling buf-list v1.0.3
24062025-02-11T20:50:23.913Z Compiling nibble_vec v0.1.0
24072025-02-11T20:50:24.176Z Compiling libgit2-sys v0.17.0+1.8.1
24082025-02-11T20:50:24.967Z Compiling pin-project-internal v1.1.6
24092025-02-11T20:50:25.657Z Compiling atty v0.2.14
24102025-02-11T20:50:25.842Z Compiling endian-type v0.1.2
24112025-02-11T20:50:26.101Z Compiling salty v0.3.0
24122025-02-11T20:50:26.527Z Compiling http-range v0.1.5
24132025-02-11T20:50:27.151Z Compiling radix_trie v0.2.1
24142025-02-11T20:50:27.568Z Compiling pin-project v1.1.6
24152025-02-11T20:50:28.080Z Compiling parking_lot v0.11.2
24162025-02-11T20:50:32.922Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24172025-02-11T20:50:35.590Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24182025-02-11T20:50:40.201Z Compiling snafu-derive v0.8.5
24192025-02-11T20:50:40.222Z Compiling hyper-staticfile v0.10.1
24202025-02-11T20:50:43.195Z Compiling sled v0.34.7
24212025-02-11T20:50:44.172Z Compiling hickory-client v0.24.2
24222025-02-11T20:50:44.391Z Compiling snafu v0.8.5
24232025-02-11T20:50:49.402Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24242025-02-11T20:50:50.542Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24252025-02-11T20:50:52.633Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24262025-02-11T20:51:02.537Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24272025-02-11T20:51:09.872Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24282025-02-11T20:51:15.573Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24292025-02-11T20:51:15.764Z Compiling globset v0.4.15
24302025-02-11T20:51:16.834Z Compiling hickory-server v0.24.2
24312025-02-11T20:51:17.039Z Compiling olpc-cjson v0.1.4
24322025-02-11T20:51:17.417Z Compiling primeorder v0.13.6
24332025-02-11T20:51:17.966Z Compiling vergen v8.3.2
24342025-02-11T20:51:17.988Z Compiling castaway v0.2.3
24352025-02-11T20:51:18.190Z Compiling env_filter v0.1.2
24362025-02-11T20:51:18.302Z Compiling serde_plain v1.0.2
24372025-02-11T20:51:18.876Z Compiling cargo-platform v0.1.8
24382025-02-11T20:51:19.378Z Compiling memoffset v0.9.1
24392025-02-11T20:51:19.721Z Compiling typed-path v0.9.3
24402025-02-11T20:51:19.898Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24412025-02-11T20:51:22.341Z Compiling tough v0.19.0
24422025-02-11T20:51:23.188Z Compiling cargo_metadata v0.18.1
24432025-02-11T20:51:26.202Z Compiling env_logger v0.11.5
24442025-02-11T20:51:26.629Z Compiling compact_str v0.8.0
24452025-02-11T20:51:27.625Z Compiling p384 v0.13.0
24462025-02-11T20:51:28.363Z Compiling git2 v0.19.0
24472025-02-11T20:51:29.134Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24482025-02-11T20:51:30.528Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24492025-02-11T20:51:33.408Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24502025-02-11T20:51:34.604Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24512025-02-11T20:51:34.689Z Compiling unicode-truncate v1.1.0
24522025-02-11T20:51:34.995Z Compiling lru v0.12.5
24532025-02-11T20:51:35.388Z Compiling rand_seeder v0.3.0
24542025-02-11T20:51:35.804Z Compiling libsqlite3-sys v0.30.1
24552025-02-11T20:51:36.311Z Compiling lzma-sys v0.1.20
24562025-02-11T20:51:36.494Z Compiling instability v0.3.2
24572025-02-11T20:51:37.013Z Compiling cassowary v0.3.0
24582025-02-11T20:51:37.477Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24592025-02-11T20:51:37.802Z Compiling parse-size v1.1.0
24602025-02-11T20:51:38.143Z Compiling rustls v0.21.12
24612025-02-11T20:51:38.465Z Compiling cfg_aliases v0.2.1
24622025-02-11T20:51:38.592Z Compiling nix v0.29.0
24632025-02-11T20:51:39.510Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24642025-02-11T20:51:39.566Z Compiling ratatui v0.28.1
24652025-02-11T20:51:40.574Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24662025-02-11T20:51:40.821Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24672025-02-11T20:51:42.843Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24682025-02-11T20:51:43.048Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24692025-02-11T20:51:43.298Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24702025-02-11T20:51:43.657Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24712025-02-11T20:51:43.777Z Compiling rustls-webpki v0.101.7
24722025-02-11T20:51:47.258Z Compiling sct v0.7.1
24732025-02-11T20:51:47.303Z Compiling heck v0.3.3
24742025-02-11T20:51:47.628Z Compiling csv-core v0.1.11
24752025-02-11T20:51:47.650Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24762025-02-11T20:51:47.738Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24772025-02-11T20:51:48.000Z Compiling glob v0.3.2
24782025-02-11T20:51:48.190Z Compiling csv v1.3.1
24792025-02-11T20:51:48.458Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24802025-02-11T20:51:50.146Z Compiling zone_cfg_derive v0.1.2
24812025-02-11T20:51:51.554Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24822025-02-11T20:51:55.399Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24832025-02-11T20:51:56.725Z Compiling nix v0.27.1
24842025-02-11T20:51:56.790Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24852025-02-11T20:51:59.406Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24862025-02-11T20:52:00.183Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24872025-02-11T20:52:03.562Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24882025-02-11T20:52:11.884Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24892025-02-11T20:52:11.884Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24902025-02-11T20:52:11.884Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24912025-02-11T20:52:11.885Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24922025-02-11T20:52:11.885Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24932025-02-11T20:52:11.885Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24942025-02-11T20:52:11.885Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24952025-02-11T20:52:11.885Z Compiling tungstenite v0.23.0
24962025-02-11T20:52:12.386Z Compiling hashlink v0.9.1
24972025-02-11T20:52:12.535Z Compiling fallible-iterator v0.3.0
24982025-02-11T20:52:13.128Z Compiling base64 v0.13.1
24992025-02-11T20:52:13.285Z Compiling fallible-streaming-iterator v0.1.9
25002025-02-11T20:52:13.583Z Compiling ron v0.7.1
25012025-02-11T20:52:13.913Z Compiling rusqlite v0.32.1
25022025-02-11T20:52:15.545Z Compiling tokio-tungstenite v0.23.1
25032025-02-11T20:52:15.727Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25042025-02-11T20:52:16.169Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25052025-02-11T20:52:18.216Z Compiling xz2 v0.1.7
25062025-02-11T20:52:18.871Z Compiling tokio-rustls v0.24.1
25072025-02-11T20:52:19.053Z Compiling zone v0.1.8
25082025-02-11T20:52:19.278Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25092025-02-11T20:52:22.134Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25102025-02-11T20:52:23.733Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25112025-02-11T20:52:24.191Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25122025-02-11T20:52:31.654Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25132025-02-11T20:52:34.754Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25142025-02-11T20:52:37.454Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25152025-02-11T20:52:37.483Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25162025-02-11T20:52:39.633Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25172025-02-11T20:52:40.648Z Compiling rustls-pemfile v1.0.4
25182025-02-11T20:52:41.430Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25192025-02-11T20:52:41.753Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25202025-02-11T20:52:41.942Z Compiling signal-hook-tokio v0.3.1
25212025-02-11T20:52:42.177Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25222025-02-11T20:52:45.772Z Compiling yasna v0.5.2
25232025-02-11T20:52:48.642Z Compiling twox-hash v2.1.0
25242025-02-11T20:52:49.044Z Compiling smawk v0.3.2
25252025-02-11T20:52:49.185Z Compiling unicode-linebreak v0.1.5
25262025-02-11T20:52:49.343Z Compiling is_ci v1.2.0
25272025-02-11T20:52:49.647Z Compiling textwrap v0.16.1
25282025-02-11T20:52:49.667Z Compiling supports-color v3.0.1
25292025-02-11T20:52:50.118Z Compiling rcgen v0.12.1
25302025-02-11T20:52:51.151Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25312025-02-11T20:52:53.138Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25322025-02-11T20:52:55.674Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25332025-02-11T20:52:57.548Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25342025-02-11T20:53:00.357Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25352025-02-11T20:53:04.875Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25362025-02-11T20:53:13.583Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25372025-02-11T20:53:15.938Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25382025-02-11T20:53:18.434Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25392025-02-11T20:53:18.984Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25402025-02-11T20:53:28.778Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25412025-02-11T20:53:35.368Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25422025-02-11T20:53:35.697Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25432025-02-11T20:53:37.826Z Compiling fatfs v0.3.6
25442025-02-11T20:53:40.719Z Compiling subprocess v0.2.9
25452025-02-11T20:53:42.190Z Compiling rtoolbox v0.0.2
25462025-02-11T20:53:42.635Z Compiling assert_matches v1.5.0
25472025-02-11T20:53:45.325Z Compiling rpassword v7.3.1
25482025-02-11T20:53:45.637Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25492025-02-11T20:53:45.809Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25502025-02-11T20:53:46.083Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25512025-02-11T20:53:52.994Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25522025-02-11T20:53:53.475Z Compiling tui-tree-widget v0.22.0
25532025-02-11T20:53:53.939Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25542025-02-11T20:53:59.473Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25552025-02-11T20:53:59.797Z Compiling uzers v0.12.1
25562025-02-11T20:54:02.949Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25572025-02-11T20:54:07.167Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25582025-02-11T20:54:09.066Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25592025-02-11T20:54:14.723Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25602025-02-11T20:54:41.069Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25612025-02-11T20:54:45.736Z Compiling multimap v0.10.0
25622025-02-11T20:57:08.218Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25632025-02-11T20:57:20.965Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25642025-02-11T21:04:40.607Z Finished `release` profile [optimized] target(s) in 17m 09s
25652025-02-11T21:05:45.212Z
25662025-02-11T21:05:45.214Zreal 18:15.507189830
25672025-02-11T21:05:45.214Zuser 2:06:21.511357675
25682025-02-11T21:05:45.214Zsys 3:15.577739841
25692025-02-11T21:05:45.214Ztrap 3.159641972
25702025-02-11T21:05:45.214Ztflt 3.149946616
25712025-02-11T21:05:45.214Zdflt 4.697195208
25722025-02-11T21:05:45.214Zkflt 0.000987057
25732025-02-11T21:05:45.214Zlock 7:39:45.575127339
25742025-02-11T21:05:45.215Zslp 6:30:52.237710517
25752025-02-11T21:05:45.215Zlat 3:26.548394183
25762025-02-11T21:05:45.215Zstop 2:44.876124113
25772025-02-11T21:05:45.215Z+ mapfile -t packages
25782025-02-11T21:05:45.215Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25792025-02-11T21:05:46.234Z Finished `release` profile [optimized] target(s) in 0.97s
25802025-02-11T21:05:46.295Z Running `target/release/omicron-package -t test list-outputs`
25812025-02-11T21:05:46.345ZLogging to: /work/oxidecomputer/omicron/out/LOG
25822025-02-11T21:05:46.348Z+ ptime -m cargo build --locked --release -p xtask
25832025-02-11T21:05:46.902Z Compiling serde v1.0.217
25842025-02-11T21:05:46.904Z Compiling serde_json v1.0.135
25852025-02-11T21:05:46.904Z Compiling rustix v0.38.37
25862025-02-11T21:05:46.904Z Compiling libc v0.2.169
25872025-02-11T21:05:46.997Z Compiling syn v2.0.96
25882025-02-11T21:05:47.011Z Compiling bitflags v2.6.0
25892025-02-11T21:05:47.311Z Compiling usdt-impl v0.5.0
25902025-02-11T21:05:47.384Z Compiling syn v1.0.109
25912025-02-11T21:05:47.508Z Compiling hashbrown v0.15.1
25922025-02-11T21:05:47.532Z Compiling log v0.4.22
25932025-02-11T21:05:47.773Z Compiling fs-err v2.11.0
25942025-02-11T21:05:47.989Z Compiling once_cell v1.20.2
25952025-02-11T21:05:48.109Z Compiling anyhow v1.0.95
25962025-02-11T21:05:48.355Z Compiling thread-id v4.2.2
25972025-02-11T21:05:48.715Z Compiling indexmap v2.7.1
25982025-02-11T21:05:49.681Z Compiling terminal_size v0.4.0
25992025-02-11T21:05:49.742Z Compiling tempfile v3.13.0
26002025-02-11T21:05:49.953Z Compiling clap_builder v4.5.27
26012025-02-11T21:05:50.725Z Compiling proc-macro-error v1.0.4
26022025-02-11T21:05:51.595Z Compiling tabled_derive v0.7.0
26032025-02-11T21:05:52.726Z Compiling tabled v0.15.0
26042025-02-11T21:05:53.390Z Compiling serde_derive v1.0.217
26052025-02-11T21:05:53.392Z Compiling thiserror-impl v1.0.69
26062025-02-11T21:05:53.392Z Compiling zerocopy-derive v0.7.35
26072025-02-11T21:05:53.392Z Compiling scroll_derive v0.12.0
26082025-02-11T21:05:53.392Z Compiling clap_derive v4.5.24
26092025-02-11T21:05:54.803Z Compiling scroll v0.12.0
26102025-02-11T21:05:55.259Z Compiling zerocopy v0.7.35
26112025-02-11T21:05:55.423Z Compiling goblin v0.8.2
26122025-02-11T21:05:56.108Z Compiling thiserror v1.0.69
26132025-02-11T21:05:56.294Z Compiling pest v2.7.14
26142025-02-11T21:05:59.139Z Compiling pest_meta v2.7.14
26152025-02-11T21:05:59.341Z Compiling clap v4.5.27
26162025-02-11T21:06:00.811Z Compiling pest_generator v2.7.14
26172025-02-11T21:06:02.915Z Compiling pest_derive v2.7.14
26182025-02-11T21:06:03.710Z Compiling dtrace-parser v0.2.0
26192025-02-11T21:06:07.347Z Compiling toml_datetime v0.6.8
26202025-02-11T21:06:08.201Z Compiling serde_tokenstream v0.2.2
26212025-02-11T21:06:08.796Z Compiling serde_spanned v0.6.8
26222025-02-11T21:06:09.079Z Compiling toml_edit v0.22.22
26232025-02-11T21:06:09.761Z Compiling dof v0.3.0
26242025-02-11T21:06:11.382Z Compiling camino v1.1.9
26252025-02-11T21:06:12.531Z Compiling usdt-macro v0.5.0
26262025-02-11T21:06:12.669Z Compiling toml v0.8.19
26272025-02-11T21:06:13.746Z Compiling usdt-attr-macro v0.5.0
26282025-02-11T21:06:14.024Z Compiling cargo-platform v0.1.8
26292025-02-11T21:06:15.081Z Compiling semver v1.0.24
26302025-02-11T21:06:15.134Z Compiling usdt v0.5.0
26312025-02-11T21:06:15.522Z Compiling cargo_toml v0.20.5
26322025-02-11T21:06:16.506Z Compiling cargo_metadata v0.18.1
26332025-02-11T21:06:16.554Z Compiling camino-tempfile v1.1.1
26342025-02-11T21:06:17.330Z Compiling macaddr v1.0.1
26352025-02-11T21:06:29.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26362025-02-11T21:06:39.923Z Finished `release` profile [optimized] target(s) in 53.52s
26372025-02-11T21:06:40.035Z
26382025-02-11T21:06:40.038Zreal 53.655475286
26392025-02-11T21:06:40.038Zuser 5:37.266177569
26402025-02-11T21:06:40.038Zsys 18.225571761
26412025-02-11T21:06:40.038Ztrap 0.159197078
26422025-02-11T21:06:40.038Ztflt 0.434704762
26432025-02-11T21:06:40.038Zdflt 0.268405296
26442025-02-11T21:06:40.038Zkflt 0.000003809
26452025-02-11T21:06:40.038Zlock 10:30.623791314
26462025-02-11T21:06:40.038Zslp 15:44.663164637
26472025-02-11T21:06:40.038Zlat 15.409039242
26482025-02-11T21:06:40.038Zstop 19.043453008
26492025-02-11T21:06:40.038Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26502025-02-11T21:06:40.038Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26512025-02-11T21:06:40.038Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26522025-02-11T21:06:40.038Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26532025-02-11T21:06:40.039Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26542025-02-11T21:06:40.906Z Compiling hashbrown v0.14.5
26552025-02-11T21:06:41.037Z Compiling thiserror v2.0.11
26562025-02-11T21:06:41.051Z Compiling thiserror-impl v2.0.11
26572025-02-11T21:06:41.066Z Compiling ident_case v1.0.1
26582025-02-11T21:06:41.088Z Compiling unsafe-libyaml v0.2.11
26592025-02-11T21:06:41.090Z Compiling ipnetwork v0.20.0
26602025-02-11T21:06:41.090Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26612025-02-11T21:06:41.090Z Compiling progenitor-client v0.9.1
26622025-02-11T21:06:41.247Z Compiling darling_core v0.20.10
26632025-02-11T21:06:41.591Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26642025-02-11T21:06:41.681Z Compiling macaddr v1.0.1
26652025-02-11T21:06:42.007Z Compiling progenitor-client v0.8.0
26662025-02-11T21:06:42.028Z Compiling instant v0.1.13
26672025-02-11T21:06:42.137Z Compiling regress v0.10.1
26682025-02-11T21:06:42.158Z Compiling structmeta-derive v0.3.0
26692025-02-11T21:06:42.194Z Compiling dropshot v0.15.1
26702025-02-11T21:06:42.317Z Compiling serde_yaml v0.9.34+deprecated
26712025-02-11T21:06:42.488Z Compiling regress v0.9.1
26722025-02-11T21:06:42.607Z Compiling dropshot_endpoint v0.15.1
26732025-02-11T21:06:42.916Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26742025-02-11T21:06:44.121Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26752025-02-11T21:06:44.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762025-02-11T21:06:44.521Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26772025-02-11T21:06:44.920Z Compiling structmeta v0.3.0
26782025-02-11T21:06:44.960Z Compiling backoff v0.4.0
26792025-02-11T21:06:45.238Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26802025-02-11T21:06:45.322Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812025-02-11T21:06:45.358Z Compiling parse-display-derive v0.10.0
26822025-02-11T21:06:45.444Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26832025-02-11T21:06:45.629Z Compiling tempfile v3.13.0
26842025-02-11T21:06:45.917Z Compiling proc-macro-crate v1.3.1
26852025-02-11T21:06:46.080Z Compiling typify-impl v0.2.0
26862025-02-11T21:06:46.460Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26872025-02-11T21:06:46.838Z Compiling typify-impl v0.3.0
26882025-02-11T21:06:46.882Z Compiling num_enum_derive v0.5.11
26892025-02-11T21:06:47.059Z Compiling itertools v0.13.0
26902025-02-11T21:06:47.321Z Compiling zerocopy v0.8.10
26912025-02-11T21:06:47.324Z Compiling darling_macro v0.20.10
26922025-02-11T21:06:48.143Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26932025-02-11T21:06:48.296Z Compiling darling v0.20.10
26942025-02-11T21:06:48.426Z Compiling serde_with_macros v3.11.0
26952025-02-11T21:06:48.567Z Compiling foreign-types-macros v0.2.3
26962025-02-11T21:06:49.280Z Compiling num_enum v0.5.11
26972025-02-11T21:06:49.418Z Compiling parse-display v0.10.0
26982025-02-11T21:06:49.467Z Compiling zerocopy-derive v0.8.10
26992025-02-11T21:06:49.913Z Compiling crucible-workspace-hack v0.1.0
27002025-02-11T21:06:50.017Z Compiling foreign-types-shared v0.3.1
27012025-02-11T21:06:50.053Z Compiling heapless v0.8.0
27022025-02-11T21:06:50.169Z Compiling foreign-types v0.5.0
27032025-02-11T21:06:50.250Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27042025-02-11T21:06:50.297Z Compiling proc-macro-error v1.0.4
27052025-02-11T21:06:51.079Z Compiling camino-tempfile v1.1.1
27062025-02-11T21:06:51.096Z Compiling serde_with v3.11.0
27072025-02-11T21:06:51.134Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27082025-02-11T21:06:51.508Z Compiling hash32 v0.3.1
27092025-02-11T21:06:51.772Z Compiling cstr-argument v0.1.2
27102025-02-11T21:06:51.963Z Compiling smoltcp v0.11.0
27112025-02-11T21:06:52.046Z Compiling pretty-hex v0.2.1
27122025-02-11T21:06:52.252Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27132025-02-11T21:06:52.648Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27142025-02-11T21:06:52.672Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27152025-02-11T21:06:53.300Z Compiling tabwriter v1.4.0
27162025-02-11T21:06:53.778Z Compiling colored v2.1.0
27172025-02-11T21:06:53.843Z Compiling cobs v0.2.3
27182025-02-11T21:06:54.168Z Compiling postcard v1.0.10
27192025-02-11T21:06:54.673Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27202025-02-11T21:06:54.866Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27212025-02-11T21:06:55.056Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27222025-02-11T21:06:55.082Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27232025-02-11T21:06:55.367Z Compiling smf v0.2.3
27242025-02-11T21:06:55.410Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27252025-02-11T21:06:55.945Z Compiling zone_cfg_derive v0.3.0
27262025-02-11T21:06:56.245Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27272025-02-11T21:06:56.617Z Compiling num-derive v0.4.2
27282025-02-11T21:06:56.704Z Compiling sigpipe v0.1.3
27292025-02-11T21:06:56.852Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27302025-02-11T21:06:56.973Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27312025-02-11T21:06:57.187Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27322025-02-11T21:06:57.406Z Compiling zone v0.3.0
27332025-02-11T21:06:57.686Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27342025-02-11T21:06:58.150Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27352025-02-11T21:06:58.601Z Compiling universal-hash v0.5.1
27362025-02-11T21:06:58.819Z Compiling opaque-debug v0.3.1
27372025-02-11T21:06:58.856Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27382025-02-11T21:06:58.877Z Compiling tungstenite v0.21.0
27392025-02-11T21:06:58.880Z Compiling num-rational v0.4.2
27402025-02-11T21:06:58.936Z Compiling password-hash v0.5.0
27412025-02-11T21:06:59.654Z Compiling blake2 v0.10.6
27422025-02-11T21:06:59.747Z Compiling aead v0.5.2
27432025-02-11T21:06:59.923Z Compiling num-complex v0.4.6
27442025-02-11T21:07:00.162Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27452025-02-11T21:07:00.275Z Compiling base64 v0.21.7
27462025-02-11T21:07:00.467Z Compiling keccak v0.1.5
27472025-02-11T21:07:00.923Z Compiling convert_case v0.4.0
27482025-02-11T21:07:01.002Z Compiling num v0.4.3
27492025-02-11T21:07:01.031Z Compiling sha3 v0.10.8
27502025-02-11T21:07:01.073Z Compiling argon2 v0.5.3
27512025-02-11T21:07:01.132Z Compiling tokio-tungstenite v0.21.0
27522025-02-11T21:07:01.714Z Compiling poly1305 v0.8.0
27532025-02-11T21:07:01.737Z Compiling typify-macro v0.2.0
27542025-02-11T21:07:01.780Z Compiling derive_more v0.99.18
27552025-02-11T21:07:01.875Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27562025-02-11T21:07:01.996Z Compiling chacha20 v0.9.1
27572025-02-11T21:07:02.061Z Compiling float-ord v0.3.2
27582025-02-11T21:07:02.215Z Compiling typify-macro v0.3.0
27592025-02-11T21:07:02.271Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27602025-02-11T21:07:02.478Z Compiling same-file v1.0.6
27612025-02-11T21:07:02.709Z Compiling semver v0.1.20
27622025-02-11T21:07:02.787Z Compiling walkdir v2.5.0
27632025-02-11T21:07:03.338Z Compiling rustc_version v0.1.7
27642025-02-11T21:07:03.385Z Compiling newline-converter v0.3.0
27652025-02-11T21:07:03.486Z Compiling primeorder v0.13.6
27662025-02-11T21:07:03.578Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27672025-02-11T21:07:03.811Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27682025-02-11T21:07:03.870Z Compiling secrecy v0.8.0
27692025-02-11T21:07:04.014Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27702025-02-11T21:07:04.032Z Compiling cancel-safe-futures v0.1.5
27712025-02-11T21:07:04.121Z Compiling owo-colors v4.1.0
27722025-02-11T21:07:04.186Z Compiling newtype_derive v0.1.6
27732025-02-11T21:07:04.448Z Compiling expectorate v1.1.0
27742025-02-11T21:07:04.495Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27752025-02-11T21:07:04.523Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27762025-02-11T21:07:04.659Z Compiling thiserror-impl-no-std v2.0.2
27772025-02-11T21:07:04.819Z Compiling blake3 v1.5.4
27782025-02-11T21:07:04.839Z Compiling half v2.4.1
27792025-02-11T21:07:05.080Z Compiling unicase v2.7.0
27802025-02-11T21:07:05.393Z Compiling arc-swap v1.7.1
27812025-02-11T21:07:05.393Z Compiling ciborium-io v0.2.2
27822025-02-11T21:07:05.538Z Compiling ciborium-ll v0.2.2
27832025-02-11T21:07:05.609Z Compiling typify v0.2.0
27842025-02-11T21:07:05.750Z Compiling progenitor-impl v0.8.0
27852025-02-11T21:07:05.753Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27862025-02-11T21:07:05.963Z Compiling slog-scope v4.4.0
27872025-02-11T21:07:06.001Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27882025-02-11T21:07:06.057Z Compiling typify v0.3.0
27892025-02-11T21:07:06.178Z Compiling progenitor-impl v0.9.1
27902025-02-11T21:07:06.449Z Compiling polyval v0.6.2
27912025-02-11T21:07:06.915Z Compiling atomicwrites v0.4.4
27922025-02-11T21:07:06.934Z Compiling libsw v3.3.1
27932025-02-11T21:07:07.259Z Compiling memmap2 v0.9.5
27942025-02-11T21:07:07.299Z Compiling constant_time_eq v0.3.1
27952025-02-11T21:07:07.496Z Compiling thiserror-no-std v2.0.2
27962025-02-11T21:07:07.519Z Compiling indent_write v2.2.0
27972025-02-11T21:07:07.651Z Compiling libefi-sys v0.1.0
27982025-02-11T21:07:07.704Z Compiling linear-map v1.2.0
27992025-02-11T21:07:07.765Z Compiling arrayvec v0.7.6
28002025-02-11T21:07:07.945Z Compiling arrayref v0.3.9
28012025-02-11T21:07:08.055Z Compiling salty v0.3.0
28022025-02-11T21:07:08.058Z Compiling parking_lot_core v0.8.6
28032025-02-11T21:07:08.199Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28042025-02-11T21:07:08.561Z Compiling vsss-rs v3.3.4
28052025-02-11T21:07:08.582Z Compiling ghash v0.5.1
28062025-02-11T21:07:08.634Z Compiling slog-stdlog v4.1.1
28072025-02-11T21:07:08.927Z Compiling ciborium v0.2.2
28082025-02-11T21:07:09.456Z Compiling p384 v0.13.0
28092025-02-11T21:07:09.561Z Compiling toolchain_find v0.4.0
28102025-02-11T21:07:10.100Z Compiling chacha20poly1305 v0.10.1
28112025-02-11T21:07:10.200Z Compiling ctr v0.9.2
28122025-02-11T21:07:10.361Z Compiling lzma-sys v0.1.20
28132025-02-11T21:07:10.384Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28142025-02-11T21:07:10.590Z Compiling bitfield-struct v0.6.2
28152025-02-11T21:07:10.802Z Compiling slog-dtrace v0.3.0
28162025-02-11T21:07:10.986Z Compiling highway v1.2.0
28172025-02-11T21:07:11.126Z Compiling topological-sort v0.2.2
28182025-02-11T21:07:11.376Z Compiling omicron-zone-package v0.12.0
28192025-02-11T21:07:11.396Z Compiling aes-gcm v0.10.3
28202025-02-11T21:07:11.726Z Compiling rustfmt-wrapper v0.2.1
28212025-02-11T21:07:11.747Z Compiling mime_guess v2.0.5
28222025-02-11T21:07:11.941Z Compiling steno v0.4.1
28232025-02-11T21:07:11.989Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28242025-02-11T21:07:12.289Z Compiling slog-envlogger v2.2.0
28252025-02-11T21:07:12.776Z Compiling progenitor-macro v0.8.0
28262025-02-11T21:07:12.997Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28272025-02-11T21:07:13.130Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28282025-02-11T21:07:13.330Z Compiling heck v0.3.3
28292025-02-11T21:07:13.351Z Compiling progenitor-macro v0.9.1
28302025-02-11T21:07:13.630Z Compiling ssh-encoding v0.2.0
28312025-02-11T21:07:13.706Z Compiling blowfish v0.9.1
28322025-02-11T21:07:13.948Z Compiling nibble_vec v0.1.0
28332025-02-11T21:07:14.125Z Compiling env_filter v0.1.2
28342025-02-11T21:07:14.171Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28352025-02-11T21:07:14.193Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28362025-02-11T21:07:14.212Z Compiling endian-type v0.1.2
28372025-02-11T21:07:14.360Z Compiling humantime v2.1.0
28382025-02-11T21:07:14.473Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28392025-02-11T21:07:14.586Z Compiling env_logger v0.11.5
28402025-02-11T21:07:14.804Z Compiling radix_trie v0.2.1
28412025-02-11T21:07:14.852Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28422025-02-11T21:07:14.878Z Compiling ssh-cipher v0.2.0
28432025-02-11T21:07:15.269Z Compiling bcrypt-pbkdf v0.10.0
28442025-02-11T21:07:15.480Z Compiling zone_cfg_derive v0.1.2
28452025-02-11T21:07:15.704Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28462025-02-11T21:07:16.339Z Compiling parking_lot v0.11.2
28472025-02-11T21:07:16.393Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28482025-02-11T21:07:16.834Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28492025-02-11T21:07:16.913Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502025-02-11T21:07:17.125Z Compiling password-hash v0.4.2
28512025-02-11T21:07:17.145Z Compiling gethostname v0.5.0
28522025-02-11T21:07:17.297Z Compiling fxhash v0.2.1
28532025-02-11T21:07:17.353Z Compiling simd-adler32 v0.3.7
28542025-02-11T21:07:17.408Z Compiling zip v2.1.3
28552025-02-11T21:07:17.537Z Compiling bumpalo v3.16.0
28562025-02-11T21:07:17.733Z Compiling lockfree-object-pool v0.1.6
28572025-02-11T21:07:17.945Z Compiling http-range v0.1.5
28582025-02-11T21:07:17.971Z Compiling base64 v0.13.1
28592025-02-11T21:07:18.011Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28602025-02-11T21:07:18.029Z Compiling zopfli v0.8.1
28612025-02-11T21:07:18.313Z Compiling pbkdf2 v0.11.0
28622025-02-11T21:07:18.365Z Compiling sled v0.34.7
28632025-02-11T21:07:18.452Z Compiling ron v0.7.1
28642025-02-11T21:07:18.575Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28652025-02-11T21:07:18.677Z Compiling zone v0.1.8
28662025-02-11T21:07:18.998Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28672025-02-11T21:07:19.277Z Compiling xz2 v0.1.7
28682025-02-11T21:07:19.762Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28692025-02-11T21:07:20.133Z Compiling ssh-key v0.6.6
28702025-02-11T21:07:20.624Z Compiling hickory-client v0.24.2
28712025-02-11T21:07:21.141Z Compiling p256 v0.13.2
28722025-02-11T21:07:21.990Z Compiling p521 v0.13.3
28732025-02-11T21:07:21.993Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28742025-02-11T21:07:23.031Z Compiling hickory-server v0.24.2
28752025-02-11T21:07:23.457Z Compiling pem v3.0.4
28762025-02-11T21:07:24.196Z Compiling yasna v0.5.2
28772025-02-11T21:07:24.375Z Compiling headers-core v0.3.0
28782025-02-11T21:07:24.417Z Compiling kstat-rs v0.2.4
28792025-02-11T21:07:24.577Z Compiling nanorand v0.7.0
28802025-02-11T21:07:24.693Z Compiling russh-cryptovec v0.7.3
28812025-02-11T21:07:24.967Z Compiling atty v0.2.14
28822025-02-11T21:07:25.046Z Compiling md5 v0.7.0
28832025-02-11T21:07:25.130Z Compiling flume v0.11.1
28842025-02-11T21:07:25.150Z Compiling headers v0.4.0
28852025-02-11T21:07:25.572Z Compiling russh-keys v0.45.0
28862025-02-11T21:07:25.643Z Compiling progenitor v0.8.0
28872025-02-11T21:07:25.720Z Compiling rcgen v0.12.1
28882025-02-11T21:07:25.875Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28892025-02-11T21:07:26.190Z Compiling progenitor v0.9.1
28902025-02-11T21:07:26.434Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28912025-02-11T21:07:26.888Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28922025-02-11T21:07:27.268Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28932025-02-11T21:07:27.857Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28942025-02-11T21:07:27.903Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28952025-02-11T21:07:28.270Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28962025-02-11T21:07:29.085Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28972025-02-11T21:07:29.393Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28982025-02-11T21:07:29.419Z Compiling hyper-staticfile v0.10.1
28992025-02-11T21:07:31.094Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29002025-02-11T21:07:31.703Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29012025-02-11T21:07:31.932Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29022025-02-11T21:07:32.337Z Compiling num-bigint v0.4.6
29032025-02-11T21:07:32.421Z Compiling des v0.8.1
29042025-02-11T21:07:32.783Z Compiling subprocess v0.2.9
29052025-02-11T21:07:33.136Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
29062025-02-11T21:07:33.503Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072025-02-11T21:07:34.452Z Compiling hex-literal v0.4.1
29082025-02-11T21:07:34.574Z Compiling display-error-chain v0.2.2
29092025-02-11T21:07:34.626Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102025-02-11T21:07:34.804Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29112025-02-11T21:07:34.839Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29122025-02-11T21:07:35.315Z Compiling russh v0.45.0
29132025-02-11T21:07:37.611Z Compiling internet-checksum v0.2.1
29142025-02-11T21:07:42.685Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29152025-02-11T21:07:42.685Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29162025-02-11T21:07:42.688Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29172025-02-11T21:07:42.688Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29182025-02-11T21:07:43.485Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29192025-02-11T21:07:45.553Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29202025-02-11T21:07:46.628Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29212025-02-11T21:07:46.726Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29222025-02-11T21:07:47.434Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29232025-02-11T21:07:49.854Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29242025-02-11T21:07:49.912Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29252025-02-11T21:07:50.370Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29262025-02-11T21:07:50.412Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29272025-02-11T21:07:51.278Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29282025-02-11T21:07:51.857Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29292025-02-11T21:07:53.348Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29302025-02-11T21:07:53.928Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29312025-02-11T21:07:54.778Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29322025-02-11T21:07:56.344Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29332025-02-11T21:07:56.770Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29342025-02-11T21:07:57.513Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29352025-02-11T21:07:57.592Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29362025-02-11T21:07:59.359Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29372025-02-11T21:07:59.546Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29382025-02-11T21:08:02.251Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29392025-02-11T21:08:02.638Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29402025-02-11T21:08:04.508Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29412025-02-11T21:08:04.511Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29422025-02-11T21:08:10.027Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29432025-02-11T21:08:18.188Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29442025-02-11T21:08:19.739Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29452025-02-11T21:08:41.957Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29462025-02-11T21:09:05.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
29472025-02-11T21:09:05.931Z
29482025-02-11T21:09:05.931Zreal 2:25.837542060
29492025-02-11T21:09:05.931Zuser 12:24.058844626
29502025-02-11T21:09:05.931Zsys 1:35.719795405
29512025-02-11T21:09:05.931Ztrap 0.369002279
29522025-02-11T21:09:05.935Ztflt 1.324164468
29532025-02-11T21:09:05.935Zdflt 1.285488617
29542025-02-11T21:09:05.935Zkflt 0.000674738
29552025-02-11T21:09:05.935Zlock 22:45.135187793
29562025-02-11T21:09:05.935Zslp 42:25.404310513
29572025-02-11T21:09:05.935Zlat 38.224373718
29582025-02-11T21:09:05.935Zstop 1:35.930762799
29592025-02-11T21:09:05.935Z+ mkdir tests
29602025-02-11T21:09:05.938Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29612025-02-11T21:09:05.938Z+ xargs -I '{}' -t cp '{}' tests/
29622025-02-11T21:09:07.186Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9cf030962fddf105 tests/
29632025-02-11T21:09:07.210Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3845d95b1a66d400 tests/
29642025-02-11T21:09:07.236Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-84b3dc1c24582af6 tests/
29652025-02-11T21:09:07.261Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0e914199c735436a tests/
29662025-02-11T21:09:07.545Z+ 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/*)
29672025-02-11T21:09:07.548Z+ 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-3845d95b1a66d400 tests/commtest-84b3dc1c24582af6 tests/dhcp_server-9cf030962fddf105 tests/end_to_end_tests-0e914199c735436a 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
29682025-02-11T21:10:21.573ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29692025-02-11T21:10:21.573Za .github/buildomat/ci-env.sh 1K
29702025-02-11T21:10:21.573Za out/target/test 1K
29712025-02-11T21:10:21.573Za out/npuzone/npuzone 23144K
29722025-02-11T21:10:21.573Za package-manifest.toml 33K
29732025-02-11T21:10:21.573Za smf/sled-agent/non-gimlet/config.toml 4K
29742025-02-11T21:10:21.573Za target/release/omicron-package 35951K
29752025-02-11T21:10:21.573Za target/release/xtask 11805K
29762025-02-11T21:10:21.573Za target/debug/bootstrap 219994K
29772025-02-11T21:10:21.573Za tests/bootstrap-3845d95b1a66d400 24119K
29782025-02-11T21:10:21.573Za tests/commtest-84b3dc1c24582af6 24221K
29792025-02-11T21:10:21.573Za tests/dhcp_server-9cf030962fddf105 24119K
29802025-02-11T21:10:21.573Za tests/end_to_end_tests-0e914199c735436a 281185K
29812025-02-11T21:10:21.574Za out/clickhouse.tar.gz 294504K
29822025-02-11T21:10:21.574Za out/clickhouse_keeper.tar.gz 281628K
29832025-02-11T21:10:21.574Za out/clickhouse_server.tar.gz 294473K
29842025-02-11T21:10:21.574Za out/cockroachdb.tar.gz 134938K
29852025-02-11T21:10:21.574Za out/crucible-dtrace.tar 99K
29862025-02-11T21:10:21.574Za out/crucible-pantry-zone.tar.gz 28538K
29872025-02-11T21:10:21.574Za out/crucible-zone.tar.gz 36911K
29882025-02-11T21:10:21.574Za out/external-dns.tar.gz 35417K
29892025-02-11T21:10:21.574Za out/internal-dns.tar.gz 35416K
29902025-02-11T21:10:21.574Za out/mg-ddm-gz.tar 63075K
29912025-02-11T21:10:21.574Za out/nexus.tar.gz 100322K
29922025-02-11T21:10:21.574Za out/ntp.tar.gz 10498K
29932025-02-11T21:10:21.574Za out/omicron-gateway-softnpu.tar.gz 24048K
29942025-02-11T21:10:21.574Za out/omicron-sled-agent.tar 113947K
29952025-02-11T21:10:21.574Za out/overlay.tar.gz 3K
29962025-02-11T21:10:21.574Za out/oximeter.tar.gz 48293K
29972025-02-11T21:10:21.574Za out/oxlog.tar 3124K
29982025-02-11T21:10:21.574Za out/probe.tar.gz 2764K
29992025-02-11T21:10:21.574Za out/propolis-server.tar.gz 66425K
30002025-02-11T21:10:21.574Za out/pumpkind-gz.tar 26665K
30012025-02-11T21:10:21.574Za out/switch-softnpu.tar.gz 249344K
30022025-02-11T21:10:21.577Z
30032025-02-11T21:10:21.577Zreal 1:14.018962122
30042025-02-11T21:10:21.577Zuser 1:10.642712392
30052025-02-11T21:10:21.577Zsys 4.757077854
30062025-02-11T21:10:21.577Ztrap 0.018641610
30072025-02-11T21:10:21.577Ztflt 0.000000000
30082025-02-11T21:10:21.577Zdflt 0.000000000
30092025-02-11T21:10:21.577Zkflt 0.000000000
30102025-02-11T21:10:21.577Zlock 0.000000000
30112025-02-11T21:10:21.577Zslp 1:10.443259089
30122025-02-11T21:10:21.577Zlat 2.171465129
30132025-02-11T21:10:21.577Zstop 0.000195872
30142025-02-11T21:10:21.580Zprocess exited: duration 2018102 ms, exit code 0
 
30152025-02-11T21:10:21.594Zfound 1 output files
30162025-02-11T21:10:21.594Zuploading: /work/package.tar.gz (1916219727 bytes)
30172025-02-11T21:11:00.981Zuploaded: /work/package.tar.gz