01JMRYAJDDFZKM281MJ6B5M6ZQ: 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: 01JMRYB0X42G0T9RPAFX2YDAGA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-23T08:22:16.315Zjob assigned to worker 01JMRYB36ZBMNDH2B7H0FQG0NJ [factory aws, i-0af0dc47aca068ef7] (queued for 56 s)
 
22025-02-23T08:22:24.494Zstarting task 0: "setup"
32025-02-23T08:22:24.499Z++ uname -s
42025-02-23T08:22:24.502Z+ kern=SunOS
52025-02-23T08:22:24.502Z+ build_user=build
62025-02-23T08:22:24.502Z+ build_uid=12345
72025-02-23T08:22:24.502Z+ work_dir=/work
82025-02-23T08:22:24.502Z+ input_dir=/input
92025-02-23T08:22:24.502Z+ [[ 0 == 12345 ]]
102025-02-23T08:22:24.502Z+ case "$kern" in
112025-02-23T08:22:24.502Z+ groupadd -g 12345 build
122025-02-23T08:22:24.505Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-23T08:22:26.514Z+ zfs create -o mountpoint=/work rpool/work
142025-02-23T08:22:26.648Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-23T08:22:26.650Z+ home_fs=zfs
162025-02-23T08:22:26.650Z+ [[ zfs == autofs ]]
172025-02-23T08:22:26.650Z+ mkdir -p /home/build
182025-02-23T08:22:26.653Z+ chown build:build /home/build /work
192025-02-23T08:22:28.654Z+ chmod 0700 /home/build /work
202025-02-23T08:22:28.657Zprocess exited: duration 4164 ms, exit code 0
 
212025-02-23T08:22:28.662Zstarting task 1: "rust-toolchain"
222025-02-23T08:22:28.667Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-23T08:22:28.667Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-23T08:22:28.667Z * rust toolchain channel = "1.85.0"
252025-02-23T08:22:28.667Z * rust toolchain profile = "default"
262025-02-23T08:22:28.667Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-23T08:22:28.667Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-23T08:22:28.670Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-23T08:22:28.670Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-23T08:22:28.787Zinfo: downloading installer
312025-02-23T08:22:29.971Zwarning: it looks like you have an existing installation of Rust at:
322025-02-23T08:22:29.971Zwarning: /opt/ooce/bin
332025-02-23T08:22:29.971Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-23T08:22:29.971Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-23T08:22:29.971Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-23T08:22:29.971Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-23T08:22:29.971Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-23T08:22:29.971Zerror: cannot install while Rust is installed
392025-02-23T08:22:29.971Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-23T08:22:29.999Zinfo: profile set to 'default'
412025-02-23T08:22:29.999Zinfo: default host triple is x86_64-unknown-illumos
422025-02-23T08:22:30.002Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-23T08:22:30.162Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-23T08:22:30.162Zinfo: downloading component 'cargo'
452025-02-23T08:22:31.032Zinfo: downloading component 'clippy'
462025-02-23T08:22:31.368Zinfo: downloading component 'rust-docs'
472025-02-23T08:22:32.709Zinfo: downloading component 'rust-std'
482025-02-23T08:22:34.670Zinfo: downloading component 'rustc'
492025-02-23T08:22:41.384Zinfo: downloading component 'rustfmt'
502025-02-23T08:22:41.634Zinfo: installing component 'cargo'
512025-02-23T08:22:42.497Zinfo: installing component 'clippy'
522025-02-23T08:22:42.880Zinfo: installing component 'rust-docs'
532025-02-23T08:22:44.648Zinfo: installing component 'rust-std'
542025-02-23T08:22:46.540Zinfo: installing component 'rustc'
552025-02-23T08:22:52.501Zinfo: installing component 'rustfmt'
562025-02-23T08:22:52.839Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-23T08:22:52.839Z
582025-02-23T08:22:53.211Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-23T08:22:53.211Z
602025-02-23T08:22:53.214Z
612025-02-23T08:22:53.214ZRust is installed now. Great!
622025-02-23T08:22:53.215Z
632025-02-23T08:22:53.215ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-23T08:22:53.215Zenvironment variable. This has not been done automatically.
652025-02-23T08:22:53.215Z
662025-02-23T08:22:53.215ZTo configure your current shell, you need to source
672025-02-23T08:22:53.215Zthe corresponding env file under $HOME/.cargo.
682025-02-23T08:22:53.215Z
692025-02-23T08:22:53.215ZThis is usually done by running one of the following (note the leading DOT):
702025-02-23T08:22:53.215Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-23T08:22:53.215Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-23T08:22:53.290Z+ rustup --version
732025-02-23T08:22:53.296Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-23T08:22:53.296Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-23T08:22:53.381Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-23T08:22:53.384Z+ cargo --version
772025-02-23T08:22:53.442Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-23T08:22:53.446Z+ rustc --version
792025-02-23T08:22:53.509Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-23T08:22:53.512Zprocess exited: duration 24848 ms, exit code 0
 
812025-02-23T08:22:53.519Zstarting task 2: "authentication"
822025-02-23T08:22:53.540Zprocess exited: duration 21 ms, exit code 0
 
832025-02-23T08:22:53.545Zstarting task 3: "clone repository"
842025-02-23T08:22:53.550Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-23T08:22:53.553Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-23T08:22:53.584ZCloning into '/work/oxidecomputer/omicron'...
872025-02-23T08:23:00.788Z+ cd /work/oxidecomputer/omicron
882025-02-23T08:23:00.792Z+ git fetch origin fef44b3229fc3a7f8a483a2e323b831dc82f07e3
892025-02-23T08:23:01.088ZFrom https://github.com/oxidecomputer/omicron
902025-02-23T08:23:01.088Z * branch fef44b3229fc3a7f8a483a2e323b831dc82f07e3 -> FETCH_HEAD
912025-02-23T08:23:01.099Z+ [[ -n renovate/test-strategy-0.x ]]
922025-02-23T08:23:01.101Z++ git branch --show-current
932025-02-23T08:23:01.104Z+ current=main
942025-02-23T08:23:01.104Z+ [[ main != renovate/test-strategy-0.x ]]
952025-02-23T08:23:01.104Z+ git branch -f renovate/test-strategy-0.x fef44b3229fc3a7f8a483a2e323b831dc82f07e3
962025-02-23T08:23:01.106Z+ git checkout -f renovate/test-strategy-0.x
972025-02-23T08:23:01.183ZSwitched to branch 'renovate/test-strategy-0.x'
982025-02-23T08:23:01.185Z+ git reset --hard fef44b3229fc3a7f8a483a2e323b831dc82f07e3
992025-02-23T08:23:01.262ZHEAD is now at fef44b322 merge main into branch
1002025-02-23T08:23:01.266Zprocess exited: duration 7717 ms, exit code 0
 
1012025-02-23T08:23:01.271Zstarting task 4: "build"
1022025-02-23T08:23:01.276Z+ source .github/buildomat/ci-env.sh
1032025-02-23T08:23:01.279Z++ export CARGO_TERM_COLOR=always
1042025-02-23T08:23:01.279Z++ CARGO_TERM_COLOR=always
1052025-02-23T08:23:01.279Z+ cargo --version
1062025-02-23T08:23:01.328Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-23T08:23:01.332Z+ rustc --version
1082025-02-23T08:23:01.395Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-23T08:23:01.398Z+ WORK=/work
1102025-02-23T08:23:01.400Z+ pfexec mkdir -p /work
1112025-02-23T08:23:01.403Z+ pfexec chown build /work
1122025-02-23T08:23:01.405Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-23T08:23:02.888Zpkg list: illegal option -- F
1142025-02-23T08:23:02.888ZUsage:
1152025-02-23T08:23:02.890Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-23T08:23:02.890Z [pkg_fmri_pattern ...]
1172025-02-23T08:23:03.743Zpkg list: illegal option -- F
1182025-02-23T08:23:03.743ZUsage:
1192025-02-23T08:23:03.746Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-23T08:23:03.746Z [pkg_fmri_pattern ...]
1212025-02-23T08:23:10.348Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-23T08:23:14.694Z Startup: Caching catalogs ... Done
1232025-02-23T08:23:28.170ZPlanning: Solver setup ... Done (12.527s)
1242025-02-23T08:23:28.328ZPlanning: Running solver ... Done (0.157s)
1252025-02-23T08:23:28.451ZPlanning: Finding local manifests ... Done (0.006s)
1262025-02-23T08:23:28.475ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-23T08:23:28.730ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-23T08:23:28.841ZPlanning: Package planning ... Done (0.111s)
1292025-02-23T08:23:28.897ZPlanning: Merging actions ... Done (0.056s)
1302025-02-23T08:23:29.098ZPlanning: Checking for conflicting actions ... Done (0.200s)
1312025-02-23T08:23:31.149ZPlanning: Consolidating action changes ... Done (2.051s)
1322025-02-23T08:23:31.593ZPlanning: Evaluating mediators ... Done (0.444s)
1332025-02-23T08:23:31.676ZPlanning: Planning completed in 16.88 seconds
1342025-02-23T08:23:31.691Z Packages to install: 4
1352025-02-23T08:23:31.692Z Packages to update: 3
1362025-02-23T08:23:31.693Z Mediators to change: 2
1372025-02-23T08:23:31.693Z Services to change: 1
1382025-02-23T08:23:31.696Z Estimated space available: 155.61 GB
1392025-02-23T08:23:31.696ZEstimated space to be consumed: 1.66 GB
1402025-02-23T08:23:31.696Z Create boot environment: No
1412025-02-23T08:23:31.696ZCreate backup boot environment: Yes
1422025-02-23T08:23:31.696Z Rebuild boot archive: No
1432025-02-23T08:23:31.696Z
1442025-02-23T08:23:31.696ZChanged mediators:
1452025-02-23T08:23:31.696Z mediator clang:
1462025-02-23T08:23:31.696Z version: None -> 15 (system default)
1472025-02-23T08:23:31.696Z
1482025-02-23T08:23:31.696Z mediator llvm:
1492025-02-23T08:23:31.696Z version: 14 (system default) -> 15 (system default)
1502025-02-23T08:23:31.696Z
1512025-02-23T08:23:31.696ZChanged packages:
1522025-02-23T08:23:31.696Zhelios-dev
1532025-02-23T08:23:31.696Z developer/build-essential
1542025-02-23T08:23:31.696Z None -> 11-2.0
1552025-02-23T08:23:31.696Z library/libxmlsec1
1562025-02-23T08:23:31.696Z None -> 1.2.35-2.0
1572025-02-23T08:23:31.696Z ooce/developer/clang-15
1582025-02-23T08:23:31.696Z None -> 15.0.7-2.0
1592025-02-23T08:23:31.696Z ooce/developer/llvm-15
1602025-02-23T08:23:31.696Z None -> 15.0.7-2.0
1612025-02-23T08:23:31.696Z package/pkg
1622025-02-23T08:23:31.696Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-23T08:23:31.696Z system/library/g++-runtime
1642025-02-23T08:23:31.696Z 13-2.0 -> 14-2.0
1652025-02-23T08:23:31.696Z system/library/gcc-runtime
1662025-02-23T08:23:31.696Z 13-2.0 -> 14-2.0
1672025-02-23T08:23:31.696Z
1682025-02-23T08:23:31.696ZServices:
1692025-02-23T08:23:31.696Z restart_fmri:
1702025-02-23T08:23:31.697Z svc:/system/update-man-index:default
1712025-02-23T08:23:31.697Z
1722025-02-23T08:23:31.697ZEditable files to change:
1732025-02-23T08:23:31.697Z Update:
1742025-02-23T08:23:31.697Z usr/share/lib/pkg/web/config.shtml
1752025-02-23T08:23:31.777Z
1762025-02-23T08:23:31.777ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-23T08:23:36.787ZDownload: 666/4301 items 17.7/225.4MB 7% complete (3.7M/s)
1782025-02-23T08:23:41.786ZDownload: 1405/4301 items 115.5/225.4MB 51% complete (11.8M/s)
1792025-02-23T08:23:46.807ZDownload: 2215/4301 items 119.2/225.4MB 52% complete (10.2M/s)
1802025-02-23T08:23:51.808ZDownload: 3161/4301 items 152.1/225.4MB 67% complete (3.6M/s)
1812025-02-23T08:23:57.085ZDownload: 3287/4301 items 212.5/225.4MB 94% complete (9.3M/s)
1822025-02-23T08:24:02.086ZDownload: 3965/4301 items 218.6/225.4MB 96% complete (6.0M/s)
1832025-02-23T08:24:09.702ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (3.6M/s)
1842025-02-23T08:24:13.103ZDownload: Completed 225.42 MB in 41.32 seconds (5.5M/s)
1852025-02-23T08:24:15.079Z Actions: 1/5122 actions (Removing old actions)
1862025-02-23T08:24:15.099Z Actions: 194/5122 actions (Installing new actions)
1872025-02-23T08:24:19.848Z Actions: 4267/5122 actions (Updating modified actions)
1882025-02-23T08:24:20.214Z Actions: Completed 5122 actions in 5.13 seconds.
1892025-02-23T08:24:20.453Z Done (0.232s)
1902025-02-23T08:24:20.456Z Done (0.001s)
1912025-02-23T08:24:21.071Z Done (0.615s)
1922025-02-23T08:24:25.771Z Done (4.475s)
1932025-02-23T08:24:25.857Z Done (0.019s)
1942025-02-23T08:24:25.860Z Done (0.000s)
1952025-02-23T08:24:26.026Z Done (0.000s)
1962025-02-23T08:24:26.758ZPlanning: Evaluating mediator changes ... Done
1972025-02-23T08:24:26.921ZPlanning: Checking for conflicting actions ... Done
1982025-02-23T08:24:26.926ZPlanning: Consolidating action changes ... Done
1992025-02-23T08:24:27.198ZPlanning: Evaluating mediators ... Done
2002025-02-23T08:24:27.201ZPlanning: Planning completed in 0.44 seconds
2012025-02-23T08:24:27.239Z Mediators to change: 2
2022025-02-23T08:24:27.239Z Create boot environment: No
2032025-02-23T08:24:27.242ZCreate backup boot environment: No
2042025-02-23T08:24:27.319Z Done
2052025-02-23T08:24:27.319Z Done
2062025-02-23T08:24:27.737Z Done
2072025-02-23T08:24:31.529Z Done
2082025-02-23T08:24:31.620Z Done
2092025-02-23T08:24:31.622Z Done
2102025-02-23T08:24:31.736Z Done
2112025-02-23T08:24:32.362ZPlanning: Evaluating mediator changes ... Done
2122025-02-23T08:24:32.364ZPlanning: Merging actions ... Done
2132025-02-23T08:24:32.558ZPlanning: Checking for conflicting actions ... Done
2142025-02-23T08:24:32.561ZPlanning: Consolidating action changes ... Done
2152025-02-23T08:24:32.833ZPlanning: Evaluating mediators ... Done
2162025-02-23T08:24:32.890ZPlanning: Planning completed in 0.78 seconds
2172025-02-23T08:24:32.933Z Packages to change: 1
2182025-02-23T08:24:32.933Z Mediators to change: 1
2192025-02-23T08:24:32.936Z Services to change: 1
2202025-02-23T08:24:32.936Z Create boot environment: No
2212025-02-23T08:24:32.936ZCreate backup boot environment: Yes
2222025-02-23T08:24:35.179Z Actions: 1/6 actions (Updating modified actions)
2232025-02-23T08:24:35.182Z Actions: Completed 6 actions in 0.00 seconds.
2242025-02-23T08:24:35.182Z Done
2252025-02-23T08:24:35.182Z Done
2262025-02-23T08:24:35.305Z Done
2272025-02-23T08:24:39.079Z Done
2282025-02-23T08:24:39.175Z Done
2292025-02-23T08:24:39.177Z Done
2302025-02-23T08:24:39.317Z Done
2312025-02-23T08:24:39.755ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-02-23T08:24:39.755Zclang system 15 system
2332025-02-23T08:24:39.755Zcsh system system illumos
2342025-02-23T08:24:39.755Zctags system system illumos
2352025-02-23T08:24:39.755Zgcc vendor 12 vendor
2362025-02-23T08:24:39.755Zgcc system 10 system
2372025-02-23T08:24:39.755Zgcc system 7 system
2382025-02-23T08:24:39.755Zgo system 1.20 system
2392025-02-23T08:24:39.755Zgo system 1.19 system
2402025-02-23T08:24:39.755Zllvm system 15 system
2412025-02-23T08:24:39.755Zllvm system 14 system
2422025-02-23T08:24:39.755Zmariadb system 10.6 system
2432025-02-23T08:24:39.755Zmta vendor vendor dma
2442025-02-23T08:24:39.755Zopenjdk system 17 system
2452025-02-23T08:24:39.755Zopenjdk system 11 system
2462025-02-23T08:24:39.756Zopenjdk system 1.8 system
2472025-02-23T08:24:39.756Zopenssl vendor 3 vendor
2482025-02-23T08:24:39.756Zperl system 5.36 system
2492025-02-23T08:24:39.756Zpostgresql system 15 system
2502025-02-23T08:24:39.756Zpostgresql system 13 system
2512025-02-23T08:24:39.756Zpython vendor 3 vendor
2522025-02-23T08:24:39.756Zpython system 2 system
2532025-02-23T08:24:39.756Zpython3 system 3.11 system
2542025-02-23T08:24:39.756Zruby system 3.0 system
2552025-02-23T08:24:39.756Zwords vendor vendor american-english
2562025-02-23T08:24:39.756Zwords system system australian-english
2572025-02-23T08:24:39.756Zwords system system british-english
2582025-02-23T08:24:39.756Zwords system system canadian-english
2592025-02-23T08:24:39.756Zwords system system french
2602025-02-23T08:24:39.756Zwords system system italian
2612025-02-23T08:24:39.756Zwords system system ngerman
2622025-02-23T08:24:39.756Zwords system system ogerman
2632025-02-23T08:24:39.756Zwords system system spanish
2642025-02-23T08:24:40.094ZPUBLISHER TYPE STATUS P LOCATION
2652025-02-23T08:24:40.095Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662025-02-23T08:24:43.152ZFMRI IFO
2672025-02-23T08:24:43.152Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682025-02-23T08:24:43.152Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692025-02-23T08:24:43.153Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702025-02-23T08:24:43.153Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712025-02-23T08:24:43.153Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722025-02-23T08:24:43.153Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732025-02-23T08:24:43.153Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2742025-02-23T08:24:43.153Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752025-02-23T08:24:43.153Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762025-02-23T08:24:43.153Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2772025-02-23T08:24:43.153Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782025-02-23T08:24:43.153Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792025-02-23T08:24:43.153Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2802025-02-23T08:24:43.153Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812025-02-23T08:24:43.153Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822025-02-23T08:24:43.943Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832025-02-23T08:24:44.220Z Updating crates.io index
2842025-02-23T08:24:44.223Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2852025-02-23T08:24:44.802Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862025-02-23T08:24:45.029Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872025-02-23T08:24:45.241Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882025-02-23T08:24:46.246Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892025-02-23T08:24:47.934Z Updating git repository `https://github.com/oxidecomputer/opte`
2902025-02-23T08:24:48.556Z Updating git repository `https://github.com/oxidecomputer/falcon`
2912025-02-23T08:24:49.200Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922025-02-23T08:24:49.450Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932025-02-23T08:24:49.686Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942025-02-23T08:24:50.305Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952025-02-23T08:24:50.751Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2962025-02-23T08:24:51.045Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2972025-02-23T08:24:51.359Z Updating git repository `https://github.com/oxidecomputer/tofino`
2982025-02-23T08:24:51.601Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992025-02-23T08:24:51.834Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002025-02-23T08:24:52.090Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012025-02-23T08:24:52.342Z Updating git repository `https://github.com/oxidecomputer/lldp`
3022025-02-23T08:24:52.619Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032025-02-23T08:24:52.925Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3042025-02-23T08:24:53.247Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052025-02-23T08:24:53.521Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3062025-02-23T08:24:53.899Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072025-02-23T08:24:54.370Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3082025-02-23T08:24:54.714Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092025-02-23T08:24:55.100Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3102025-02-23T08:24:55.515Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3112025-02-23T08:24:55.778Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3122025-02-23T08:24:56.022Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3132025-02-23T08:24:56.260Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3142025-02-23T08:24:57.380Z Downloading crates ...
3152025-02-23T08:24:57.443Z Downloaded byteorder v1.5.0
3162025-02-23T08:24:57.445Z Downloaded bytecount v0.6.8
3172025-02-23T08:24:57.448Z Downloaded anstyle-parse v0.2.5
3182025-02-23T08:24:57.450Z Downloaded anstyle v1.0.10
3192025-02-23T08:24:57.453Z Downloaded scroll_derive v0.12.0
3202025-02-23T08:24:57.455Z Downloaded usdt-attr-macro v0.5.0
3212025-02-23T08:24:57.458Z Downloaded colorchoice v1.0.2
3222025-02-23T08:24:57.465Z Downloaded usdt-macro v0.5.0
3232025-02-23T08:24:57.468Z Downloaded cargo-platform v0.1.8
3242025-02-23T08:24:57.468Z Downloaded anstyle-query v1.1.1
3252025-02-23T08:24:57.473Z Downloaded swrite v0.1.0
3262025-02-23T08:24:57.475Z Downloaded equivalent v1.0.1
3272025-02-23T08:24:57.480Z Downloaded pretty-hex v0.4.1
3282025-02-23T08:24:57.487Z Downloaded terminal_size v0.4.0
3292025-02-23T08:24:57.490Z Downloaded camino-tempfile v1.1.1
3302025-02-23T08:24:57.492Z Downloaded autocfg v1.4.0
3312025-02-23T08:24:57.495Z Downloaded cpufeatures v0.2.14
3322025-02-23T08:24:57.497Z Downloaded itoa v1.0.11
3332025-02-23T08:24:57.497Z Downloaded heck v0.4.1
3342025-02-23T08:24:57.501Z Downloaded digest v0.10.7
3352025-02-23T08:24:57.504Z Downloaded thiserror-impl v1.0.69
3362025-02-23T08:24:57.506Z Downloaded macaddr v1.0.1
3372025-02-23T08:24:57.506Z Downloaded heck v0.5.0
3382025-02-23T08:24:57.509Z Downloaded generic-array v0.14.7
3392025-02-23T08:24:57.509Z Downloaded usdt-impl v0.5.0
3402025-02-23T08:24:57.512Z Downloaded fastrand v2.1.1
3412025-02-23T08:24:57.512Z Downloaded anyhow v1.0.96
3422025-02-23T08:24:57.515Z Downloaded cfg-if v1.0.0
3432025-02-23T08:24:57.518Z Downloaded version_check v0.9.5
3442025-02-23T08:24:57.520Z Downloaded strsim v0.11.1
3452025-02-23T08:24:57.520Z Downloaded errno v0.3.9
3462025-02-23T08:24:57.523Z Downloaded block-buffer v0.10.4
3472025-02-23T08:24:57.523Z Downloaded fs-err v2.11.0
3482025-02-23T08:24:57.526Z Downloaded fnv v1.0.7
3492025-02-23T08:24:57.526Z Downloaded unicode-linebreak v0.1.5
3502025-02-23T08:24:57.526Z Downloaded smawk v0.3.2
3512025-02-23T08:24:57.528Z Downloaded serde_tokenstream v0.2.2
3522025-02-23T08:24:57.532Z Downloaded toml_datetime v0.6.8
3532025-02-23T08:24:57.535Z Downloaded utf8parse v0.2.2
3542025-02-23T08:24:57.535Z Downloaded thread-id v4.2.2
3552025-02-23T08:24:57.537Z Downloaded proc-macro-error-attr v1.0.4
3562025-02-23T08:24:57.537Z Downloaded pest_generator v2.7.14
3572025-02-23T08:24:57.539Z Downloaded crypto-common v0.1.6
3582025-02-23T08:24:57.539Z Downloaded clap_lex v0.7.4
3592025-02-23T08:24:57.539Z Downloaded cargo_metadata v0.18.1
3602025-02-23T08:24:57.542Z Downloaded memmap v0.7.0
3612025-02-23T08:24:57.546Z Downloaded dtrace-parser v0.2.0
3622025-02-23T08:24:57.546Z Downloaded camino v1.1.9
3632025-02-23T08:24:57.548Z Downloaded serde_spanned v0.6.8
3642025-02-23T08:24:57.548Z Downloaded sha2 v0.10.8
3652025-02-23T08:24:57.551Z Downloaded thiserror v1.0.69
3662025-02-23T08:24:57.554Z Downloaded scroll v0.12.0
3672025-02-23T08:24:57.557Z Downloaded semver v1.0.25
3682025-02-23T08:24:57.560Z Downloaded plain v0.2.3
3692025-02-23T08:24:57.563Z Downloaded usdt v0.5.0
3702025-02-23T08:24:57.563Z Downloaded is_terminal_polyfill v1.70.1
3712025-02-23T08:24:57.563Z Downloaded proc-macro-error v1.0.4
3722025-02-23T08:24:57.566Z Downloaded dof v0.3.0
3732025-02-23T08:24:57.569Z Downloaded tabled_derive v0.7.0
3742025-02-23T08:24:57.572Z Downloaded cargo_toml v0.20.5
3752025-02-23T08:24:57.572Z Downloaded once_cell v1.20.3
3762025-02-23T08:24:57.575Z Downloaded anstream v0.6.15
3772025-02-23T08:24:57.577Z Downloaded ryu v1.0.18
3782025-02-23T08:24:57.580Z Downloaded typenum v1.17.0
3792025-02-23T08:24:57.582Z Downloaded proc-macro2 v1.0.92
3802025-02-23T08:24:57.584Z Downloaded clap_derive v4.5.28
3812025-02-23T08:24:57.587Z Downloaded ucd-trie v0.1.7
3822025-02-23T08:24:57.589Z Downloaded textwrap v0.16.1
3832025-02-23T08:24:57.592Z Downloaded zerocopy-derive v0.7.35
3842025-02-23T08:24:57.594Z Downloaded unicode-ident v1.0.14
3852025-02-23T08:24:57.597Z Downloaded pest_derive v2.7.14
3862025-02-23T08:24:57.599Z Downloaded log v0.4.22
3872025-02-23T08:24:57.601Z Downloaded toml v0.8.19
3882025-02-23T08:24:57.604Z Downloaded bitflags v2.6.0
3892025-02-23T08:24:57.606Z Downloaded clap v4.5.30
3902025-02-23T08:24:57.614Z Downloaded tempfile v3.13.0
3912025-02-23T08:24:57.617Z Downloaded quote v1.0.38
3922025-02-23T08:24:57.619Z Downloaded pest_meta v2.7.14
3932025-02-23T08:24:57.622Z Downloaded serde_derive v1.0.217
3942025-02-23T08:24:57.629Z Downloaded indexmap v2.7.1
3952025-02-23T08:24:57.633Z Downloaded serde v1.0.217
3962025-02-23T08:24:57.643Z Downloaded papergrid v0.11.0
3972025-02-23T08:24:57.648Z Downloaded toml_edit v0.22.22
3982025-02-23T08:24:57.668Z Downloaded memchr v2.7.4
3992025-02-23T08:24:57.694Z Downloaded hashbrown v0.15.1
4002025-02-23T08:24:57.700Z Downloaded serde_json v1.0.139
4012025-02-23T08:24:57.706Z Downloaded zerocopy v0.7.35
4022025-02-23T08:24:57.720Z Downloaded clap_builder v4.5.30
4032025-02-23T08:24:57.727Z Downloaded winnow v0.6.20
4042025-02-23T08:24:57.735Z Downloaded pest v2.7.14
4052025-02-23T08:24:57.742Z Downloaded goblin v0.8.2
4062025-02-23T08:24:57.747Z Downloaded tabled v0.15.0
4072025-02-23T08:24:57.761Z Downloaded syn v1.0.109
4082025-02-23T08:24:57.771Z Downloaded unicode-width v0.1.14
4092025-02-23T08:24:57.776Z Downloaded syn v2.0.96
4102025-02-23T08:24:57.801Z Downloaded rustix v0.38.37
4112025-02-23T08:24:57.829Z Downloaded libc v0.2.169
4122025-02-23T08:24:58.112Z Compiling proc-macro2 v1.0.92
4132025-02-23T08:24:58.112Z Compiling unicode-ident v1.0.14
4142025-02-23T08:24:58.115Z Compiling version_check v0.9.5
4152025-02-23T08:24:58.115Z Compiling serde v1.0.217
4162025-02-23T08:24:58.115Z Compiling thiserror v1.0.69
4172025-02-23T08:24:58.116Z Compiling memchr v2.7.4
4182025-02-23T08:24:58.148Z Compiling libc v0.2.169
4192025-02-23T08:24:58.151Z Compiling ryu v1.0.18
4202025-02-23T08:24:58.396Z Compiling itoa v1.0.11
4212025-02-23T08:24:58.586Z Compiling ucd-trie v0.1.7
4222025-02-23T08:24:58.651Z Compiling once_cell v1.20.3
4232025-02-23T08:24:58.935Z Compiling byteorder v1.5.0
4242025-02-23T08:24:59.031Z Compiling rustix v0.38.37
4252025-02-23T08:24:59.071Z Compiling serde_json v1.0.139
4262025-02-23T08:24:59.380Z Compiling bitflags v2.6.0
4272025-02-23T08:24:59.480Z Compiling proc-macro-error-attr v1.0.4
4282025-02-23T08:24:59.546Z Compiling usdt-impl v0.5.0
4292025-02-23T08:24:59.827Z Compiling syn v1.0.109
4302025-02-23T08:24:59.869Z Compiling proc-macro-error v1.0.4
4312025-02-23T08:24:59.925Z Compiling plain v0.2.3
4322025-02-23T08:24:59.948Z Compiling equivalent v1.0.1
4332025-02-23T08:25:00.045Z Compiling quote v1.0.38
4342025-02-23T08:25:00.088Z Compiling utf8parse v0.2.2
4352025-02-23T08:25:00.110Z Compiling errno v0.3.9
4362025-02-23T08:25:00.174Z Compiling log v0.4.22
4372025-02-23T08:25:00.269Z Compiling camino v1.1.9
4382025-02-23T08:25:00.361Z Compiling hashbrown v0.15.1
4392025-02-23T08:25:00.455Z Compiling syn v2.0.96
4402025-02-23T08:25:00.649Z Compiling anstyle-parse v0.2.5
4412025-02-23T08:25:00.726Z Compiling thread-id v4.2.2
4422025-02-23T08:25:00.980Z Compiling winnow v0.6.20
4432025-02-23T08:25:01.009Z Compiling colorchoice v1.0.2
4442025-02-23T08:25:01.178Z Compiling pretty-hex v0.4.1
4452025-02-23T08:25:01.352Z Compiling indexmap v2.7.1
4462025-02-23T08:25:01.405Z Compiling anstyle v1.0.10
4472025-02-23T08:25:01.430Z Compiling autocfg v1.4.0
4482025-02-23T08:25:01.470Z Compiling semver v1.0.25
4492025-02-23T08:25:01.864Z Compiling unicode-width v0.1.14
4502025-02-23T08:25:01.988Z Compiling is_terminal_polyfill v1.70.1
4512025-02-23T08:25:02.135Z Compiling anstyle-query v1.1.1
4522025-02-23T08:25:02.307Z Compiling anstream v0.6.15
4532025-02-23T08:25:02.364Z Compiling fs-err v2.11.0
4542025-02-23T08:25:02.404Z Compiling terminal_size v0.4.0
4552025-02-23T08:25:02.684Z Compiling anyhow v1.0.96
4562025-02-23T08:25:02.739Z Compiling clap_lex v0.7.4
4572025-02-23T08:25:02.784Z Compiling cfg-if v1.0.0
4582025-02-23T08:25:02.808Z Compiling heck v0.4.1
4592025-02-23T08:25:02.886Z Compiling fastrand v2.1.1
4602025-02-23T08:25:02.910Z Compiling heck v0.5.0
4612025-02-23T08:25:03.272Z Compiling bytecount v0.6.8
4622025-02-23T08:25:03.369Z Compiling fnv v1.0.7
4632025-02-23T08:25:03.391Z Compiling strsim v0.11.1
4642025-02-23T08:25:03.527Z Compiling papergrid v0.11.0
4652025-02-23T08:25:03.610Z Compiling tempfile v3.13.0
4662025-02-23T08:25:03.780Z Compiling clap_builder v4.5.30
4672025-02-23T08:25:04.035Z Compiling memmap v0.7.0
4682025-02-23T08:25:04.116Z Compiling unicode-linebreak v0.1.5
4692025-02-23T08:25:04.281Z Compiling smawk v0.3.2
4702025-02-23T08:25:04.513Z Compiling swrite v0.1.0
4712025-02-23T08:25:04.672Z Compiling textwrap v0.16.1
4722025-02-23T08:25:05.318Z Compiling tabled_derive v0.7.0
4732025-02-23T08:25:06.585Z Compiling tabled v0.15.0
4742025-02-23T08:25:07.293Z Compiling serde_derive v1.0.217
4752025-02-23T08:25:07.293Z Compiling thiserror-impl v1.0.69
4762025-02-23T08:25:07.296Z Compiling zerocopy-derive v0.7.35
4772025-02-23T08:25:07.296Z Compiling scroll_derive v0.12.0
4782025-02-23T08:25:07.296Z Compiling clap_derive v4.5.28
4792025-02-23T08:25:08.754Z Compiling scroll v0.12.0
4802025-02-23T08:25:09.258Z Compiling zerocopy v0.7.35
4812025-02-23T08:25:09.289Z Compiling goblin v0.8.2
4822025-02-23T08:25:10.198Z Compiling pest v2.7.14
4832025-02-23T08:25:10.724Z Compiling clap v4.5.30
4842025-02-23T08:25:12.196Z Compiling pest_meta v2.7.14
4852025-02-23T08:25:13.053Z Compiling pest_generator v2.7.14
4862025-02-23T08:25:14.480Z Compiling pest_derive v2.7.14
4872025-02-23T08:25:15.122Z Compiling dtrace-parser v0.2.0
4882025-02-23T08:25:15.772Z Compiling serde_tokenstream v0.2.2
4892025-02-23T08:25:15.889Z Compiling toml_datetime v0.6.8
4902025-02-23T08:25:15.892Z Compiling serde_spanned v0.6.8
4912025-02-23T08:25:16.160Z Compiling cargo-platform v0.1.8
4922025-02-23T08:25:16.184Z Compiling macaddr v1.0.1
4932025-02-23T08:25:16.320Z Compiling toml_edit v0.22.22
4942025-02-23T08:25:16.487Z Compiling camino-tempfile v1.1.1
4952025-02-23T08:25:17.100Z Compiling dof v0.3.0
4962025-02-23T08:25:17.353Z Compiling cargo_metadata v0.18.1
4972025-02-23T08:25:18.468Z Compiling usdt-attr-macro v0.5.0
4982025-02-23T08:25:18.468Z Compiling usdt-macro v0.5.0
4992025-02-23T08:25:19.201Z Compiling toml v0.8.19
5002025-02-23T08:25:19.540Z Compiling usdt v0.5.0
5012025-02-23T08:25:20.025Z Compiling cargo_toml v0.20.5
5022025-02-23T08:25:22.556Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5032025-02-23T08:25:25.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.98s
5042025-02-23T08:25:25.935Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5052025-02-23T08:25:26.477Z Downloading crates ...
5062025-02-23T08:25:27.599Z Downloaded adler2 v2.0.0
5072025-02-23T08:25:27.603Z Downloaded ascii-canvas v3.0.0
5082025-02-23T08:25:27.603Z Downloaded addr2line v0.24.2
5092025-02-23T08:25:27.603Z Downloaded async-stream-impl v0.3.6
5102025-02-23T08:25:27.603Z Downloaded ciborium-io v0.2.2
5112025-02-23T08:25:27.603Z Downloaded atty v0.2.14
5122025-02-23T08:25:27.603Z Downloaded cfg_aliases v0.1.1
5132025-02-23T08:25:27.603Z Downloaded headers-core v0.3.0
5142025-02-23T08:25:27.603Z Downloaded cfg_aliases v0.2.1
5152025-02-23T08:25:27.603Z Downloaded cstr-argument v0.1.2
5162025-02-23T08:25:27.603Z Downloaded arrayvec v0.7.6
5172025-02-23T08:25:27.603Z Downloaded hickory-client v0.24.3
5182025-02-23T08:25:27.603Z Downloaded home v0.5.9
5192025-02-23T08:25:27.603Z Downloaded daft v0.1.1
5202025-02-23T08:25:27.604Z Downloaded atomicwrites v0.4.4
5212025-02-23T08:25:27.604Z Downloaded hmac v0.12.1
5222025-02-23T08:25:27.604Z Downloaded heapless v0.7.17
5232025-02-23T08:25:27.604Z Downloaded convert_case v0.4.0
5242025-02-23T08:25:27.604Z Downloaded bitflags v1.3.2
5252025-02-23T08:25:27.604Z Downloaded bit-set v0.5.3
5262025-02-23T08:25:27.604Z Downloaded async-recursion v1.1.1
5272025-02-23T08:25:27.604Z Downloaded cmake v0.1.51
5282025-02-23T08:25:27.604Z Downloaded bitfield-struct v0.6.2
5292025-02-23T08:25:27.605Z Downloaded chrono-tz-build v0.4.0
5302025-02-23T08:25:27.605Z Downloaded array-init v0.0.4
5312025-02-23T08:25:27.605Z Downloaded crossbeam-deque v0.8.5
5322025-02-23T08:25:27.606Z Downloaded chacha20 v0.9.1
5332025-02-23T08:25:27.606Z Downloaded crunchy v0.2.2
5342025-02-23T08:25:27.606Z Downloaded cobs v0.2.3
5352025-02-23T08:25:27.606Z Downloaded crucible-workspace-hack v0.1.0
5362025-02-23T08:25:27.606Z Downloaded async-stream v0.3.6
5372025-02-23T08:25:27.606Z Downloaded constant_time_eq v0.3.1
5382025-02-23T08:25:27.606Z Downloaded bb8 v0.8.5
5392025-02-23T08:25:27.606Z Downloaded assert_matches v1.5.0
5402025-02-23T08:25:27.606Z Downloaded colored v2.1.0
5412025-02-23T08:25:27.606Z Downloaded arrayref v0.3.9
5422025-02-23T08:25:27.606Z Downloaded crc-catalog v2.4.0
5432025-02-23T08:25:27.606Z Downloaded bcrypt-pbkdf v0.10.0
5442025-02-23T08:25:27.606Z Downloaded aead v0.5.2
5452025-02-23T08:25:27.606Z Downloaded ctr v0.9.2
5462025-02-23T08:25:27.606Z Downloaded const_format_proc_macros v0.2.34
5472025-02-23T08:25:27.606Z Downloaded blowfish v0.9.1
5482025-02-23T08:25:27.606Z Downloaded argon2 v0.5.3
5492025-02-23T08:25:27.606Z Downloaded base16ct v0.2.0
5502025-02-23T08:25:27.606Z Downloaded block-padding v0.3.3
5512025-02-23T08:25:27.606Z Downloaded psl-types v2.0.11
5522025-02-23T08:25:27.606Z Downloaded jobserver v0.1.32
5532025-02-23T08:25:27.606Z Downloaded atomic-waker v1.1.2
5542025-02-23T08:25:27.606Z Downloaded cexpr v0.6.0
5552025-02-23T08:25:27.606Z Downloaded heapless v0.8.0
5562025-02-23T08:25:27.606Z Downloaded itertools v0.10.5
5572025-02-23T08:25:27.606Z Downloaded heck v0.3.3
5582025-02-23T08:25:27.606Z Downloaded hex v0.4.3
5592025-02-23T08:25:27.606Z Downloaded async-trait v0.1.86
5602025-02-23T08:25:27.606Z Downloaded async-bb8-diesel v0.2.1
5612025-02-23T08:25:27.606Z Downloaded ipnetwork v0.21.1
5622025-02-23T08:25:27.606Z Downloaded console v0.15.10
5632025-02-23T08:25:27.606Z Downloaded internet-checksum v0.2.1
5642025-02-23T08:25:27.606Z Downloaded cipher v0.4.4
5652025-02-23T08:25:27.606Z Downloaded bcs v0.1.6
5662025-02-23T08:25:27.606Z Downloaded highway v1.2.0
5672025-02-23T08:25:27.606Z Downloaded cookie_store v0.21.1
5682025-02-23T08:25:27.606Z Downloaded csv-core v0.1.11
5692025-02-23T08:25:27.606Z Downloaded cassowary v0.3.0
5702025-02-23T08:25:27.606Z Downloaded bzip2 v0.4.4
5712025-02-23T08:25:27.607Z Downloaded hex-literal v0.4.1
5722025-02-23T08:25:27.607Z Downloaded ahash v0.8.11
5732025-02-23T08:25:27.607Z Downloaded bitfield v0.14.0
5742025-02-23T08:25:27.607Z Downloaded backoff v0.4.0
5752025-02-23T08:25:27.607Z Downloaded termtree v0.4.1
5762025-02-23T08:25:27.607Z Downloaded hickory-resolver v0.24.3
5772025-02-23T08:25:27.607Z Downloaded tower-service v0.3.3
5782025-02-23T08:25:27.607Z Downloaded rfc6979 v0.4.0
5792025-02-23T08:25:27.607Z Downloaded rand_seeder v0.3.0
5802025-02-23T08:25:27.607Z Downloaded rustls-pemfile v1.0.4
5812025-02-23T08:25:27.607Z Downloaded tower-layer v0.3.3
5822025-02-23T08:25:27.608Z Downloaded crc32fast v1.4.2
5832025-02-23T08:25:27.608Z Downloaded http-body v1.0.1
5842025-02-23T08:25:27.608Z Downloaded base64ct v1.6.0
5852025-02-23T08:25:27.608Z Downloaded lockfree-object-pool v0.1.6
5862025-02-23T08:25:27.608Z Downloaded lru v0.12.5
5872025-02-23T08:25:27.608Z Downloaded ciborium v0.2.2
5882025-02-23T08:25:27.608Z Downloaded crossbeam-utils v0.8.20
5892025-02-23T08:25:27.608Z Downloaded crossbeam-epoch v0.9.18
5902025-02-23T08:25:27.608Z Downloaded const-oid v0.9.6
5912025-02-23T08:25:27.608Z Downloaded instant v0.1.13
5922025-02-23T08:25:27.608Z Downloaded ident_case v1.0.1
5932025-02-23T08:25:27.608Z Downloaded hubpack_derive v0.1.1
5942025-02-23T08:25:27.608Z Downloaded cookie v0.18.1
5952025-02-23T08:25:27.608Z Downloaded crc-any v2.5.0
5962025-02-23T08:25:27.608Z Downloaded write16 v1.0.0
5972025-02-23T08:25:27.608Z Downloaded icu_provider_macros v1.5.0
5982025-02-23T08:25:27.608Z Downloaded cancel-safe-futures v0.1.5
5992025-02-23T08:25:27.608Z Downloaded slog-envlogger v2.2.0
6002025-02-23T08:25:27.608Z Downloaded sqlformat v0.2.6
6012025-02-23T08:25:27.608Z Downloaded slog-bunyan v2.5.0
6022025-02-23T08:25:27.608Z Downloaded darling_macro v0.20.10
6032025-02-23T08:25:27.609Z Downloaded managed v0.8.0
6042025-02-23T08:25:27.609Z Downloaded sync_wrapper v1.0.1
6052025-02-23T08:25:27.609Z Downloaded libefi-sys v0.1.0
6062025-02-23T08:25:27.609Z Downloaded slog-dtrace v0.3.0
6072025-02-23T08:25:27.613Z Downloaded russh-cryptovec v0.7.3
6082025-02-23T08:25:27.613Z Downloaded md5 v0.7.0
6092025-02-23T08:25:27.613Z Downloaded shlex v1.3.0
6102025-02-23T08:25:27.613Z Downloaded bit-vec v0.6.3
6112025-02-23T08:25:27.613Z Downloaded ciborium-ll v0.2.2
6122025-02-23T08:25:27.613Z Downloaded tokio-macros v2.5.0
6132025-02-23T08:25:27.613Z Downloaded thread_local v1.1.8
6142025-02-23T08:25:27.613Z Downloaded maplit v1.0.2
6152025-02-23T08:25:27.613Z Downloaded linear-map v1.2.0
6162025-02-23T08:25:27.613Z Downloaded lazycell v1.3.0
6172025-02-23T08:25:27.613Z Downloaded lazy_static v1.5.0
6182025-02-23T08:25:27.613Z Downloaded httpdate v1.0.3
6192025-02-23T08:25:27.613Z Downloaded hubpack v0.1.2
6202025-02-23T08:25:27.613Z Downloaded serde_path_to_error v0.1.16
6212025-02-23T08:25:27.613Z Downloaded rustls-pemfile v2.2.0
6222025-02-23T08:25:27.613Z Downloaded lru-cache v0.1.2
6232025-02-23T08:25:27.613Z Downloaded hostname v0.3.1
6242025-02-23T08:25:27.613Z Downloaded humantime v2.1.0
6252025-02-23T08:25:27.613Z Downloaded libsw v3.3.1
6262025-02-23T08:25:27.613Z Downloaded inout v0.1.3
6272025-02-23T08:25:27.613Z Downloaded blake2 v0.10.6
6282025-02-23T08:25:27.613Z Downloaded impl-trait-for-tuples v0.2.2
6292025-02-23T08:25:27.613Z Downloaded typify-macro v0.2.0
6302025-02-23T08:25:27.613Z Downloaded linked-hash-map v0.5.6
6312025-02-23T08:25:27.613Z Downloaded idna_adapter v1.2.0
6322025-02-23T08:25:27.613Z Downloaded instability v0.3.2
6332025-02-23T08:25:27.615Z Downloaded indent_write v2.2.0
6342025-02-23T08:25:27.615Z Downloaded num_threads v0.1.7
6352025-02-23T08:25:27.615Z Downloaded hickory-server v0.24.3
6362025-02-23T08:25:27.615Z Downloaded data-encoding v2.6.0
6372025-02-23T08:25:27.615Z Downloaded memoffset v0.9.1
6382025-02-23T08:25:27.615Z Downloaded document-features v0.2.10
6392025-02-23T08:25:27.615Z Downloaded diesel-dtrace v0.4.2
6402025-02-23T08:25:27.615Z Downloaded fallible-iterator v0.3.0
6412025-02-23T08:25:27.615Z Downloaded enum-as-inner v0.6.1
6422025-02-23T08:25:27.615Z Downloaded serde_with_macros v3.11.0
6432025-02-23T08:25:27.616Z Downloaded flagset v0.4.6
6442025-02-23T08:25:27.616Z Downloaded futures-task v0.3.31
6452025-02-23T08:25:27.616Z Downloaded funty v2.0.0
6462025-02-23T08:25:27.616Z Downloaded signal-hook-mio v0.2.4
6472025-02-23T08:25:27.616Z Downloaded debug-ignore v1.0.5
6482025-02-23T08:25:27.616Z Downloaded xz2 v0.1.7
6492025-02-23T08:25:27.616Z Downloaded tokio-tungstenite v0.21.0
6502025-02-23T08:25:27.616Z Downloaded dunce v1.0.5
6512025-02-23T08:25:27.616Z Downloaded xattr v1.3.1
6522025-02-23T08:25:27.616Z Downloaded dyn-clone v1.0.18
6532025-02-23T08:25:27.616Z Downloaded base64 v0.21.7
6542025-02-23T08:25:27.616Z Downloaded chacha20poly1305 v0.10.1
6552025-02-23T08:25:27.616Z Downloaded icu_locid_transform v1.5.0
6562025-02-23T08:25:27.616Z Downloaded httparse v1.9.5
6572025-02-23T08:25:27.616Z Downloaded litemap v0.7.3
6582025-02-23T08:25:27.616Z Downloaded indoc v2.0.5
6592025-02-23T08:25:27.617Z Downloaded iana-time-zone v0.1.61
6602025-02-23T08:25:27.617Z Downloaded opaque-debug v0.3.1
6612025-02-23T08:25:27.617Z Downloaded hyper-rustls v0.27.3
6622025-02-23T08:25:27.617Z Downloaded libloading v0.8.5
6632025-02-23T08:25:27.617Z Downloaded sigpipe v0.1.3
6642025-02-23T08:25:27.617Z Downloaded signal-hook v0.3.17
6652025-02-23T08:25:27.617Z Downloaded writeable v0.5.5
6662025-02-23T08:25:27.617Z Downloaded vte_generate_state_changes v0.1.2
6672025-02-23T08:25:27.617Z Downloaded pem-rfc7468 v0.7.0
6682025-02-23T08:25:27.617Z Downloaded packed_struct_codegen v0.10.1
6692025-02-23T08:25:27.617Z Downloaded try-lock v0.2.5
6702025-02-23T08:25:27.617Z Downloaded time-core v0.1.2
6712025-02-23T08:25:27.617Z Downloaded mime_guess v2.0.5
6722025-02-23T08:25:27.617Z Downloaded sqlparser_derive v0.2.2
6732025-02-23T08:25:27.617Z Downloaded fs_extra v1.3.0
6742025-02-23T08:25:27.617Z Downloaded progenitor-macro v0.9.1
6752025-02-23T08:25:27.617Z Downloaded progenitor v0.9.1
6762025-02-23T08:25:27.617Z Downloaded memmap2 v0.9.5
6772025-02-23T08:25:27.617Z Downloaded hyper-staticfile v0.10.1
6782025-02-23T08:25:27.617Z Downloaded oxnet v0.1.0
6792025-02-23T08:25:27.617Z Downloaded icu_normalizer v1.5.0
6802025-02-23T08:25:27.618Z Downloaded const_format v0.2.34
6812025-02-23T08:25:27.618Z Downloaded indexmap v1.9.3
6822025-02-23T08:25:27.618Z Downloaded fxhash v0.2.1
6832025-02-23T08:25:27.618Z Downloaded litrs v0.4.1
6842025-02-23T08:25:27.618Z Downloaded icu_provider v1.5.0
6852025-02-23T08:25:27.618Z Downloaded rand_xorshift v0.3.0
6862025-02-23T08:25:27.618Z Downloaded rustversion v1.0.17
6872025-02-23T08:25:27.618Z Downloaded zerofrom v0.1.4
6882025-02-23T08:25:27.618Z Downloaded num-complex v0.4.6
6892025-02-23T08:25:27.618Z Downloaded rand_chacha v0.3.1
6902025-02-23T08:25:27.618Z Downloaded openssl-probe v0.1.5
6912025-02-23T08:25:27.618Z Downloaded value-bag v1.9.0
6922025-02-23T08:25:27.618Z Downloaded float-ord v0.3.2
6932025-02-23T08:25:27.618Z Downloaded siphasher v0.3.11
6942025-02-23T08:25:27.618Z Downloaded simd-adler32 v0.3.7
6952025-02-23T08:25:27.618Z Downloaded sha1 v0.10.6
6962025-02-23T08:25:27.619Z Downloaded percent-encoding v2.3.1
6972025-02-23T08:25:27.619Z Downloaded secrecy v0.8.0
6982025-02-23T08:25:27.619Z Downloaded russh-keys v0.45.0
6992025-02-23T08:25:27.619Z Downloaded scopeguard v1.2.0
7002025-02-23T08:25:27.619Z Downloaded nodrop v0.1.14
7012025-02-23T08:25:27.619Z Downloaded thiserror-impl-no-std v2.0.2
7022025-02-23T08:25:27.619Z Downloaded ssh-cipher v0.2.0
7032025-02-23T08:25:27.619Z Downloaded parse-size v1.1.0
7042025-02-23T08:25:27.619Z Downloaded normalize-line-endings v0.3.0
7052025-02-23T08:25:27.619Z Downloaded tungstenite v0.24.0
7062025-02-23T08:25:27.619Z Downloaded rsa v0.9.6
7072025-02-23T08:25:27.623Z Downloaded futures-sink v0.3.31
7082025-02-23T08:25:27.623Z Downloaded indicatif v0.17.11
7092025-02-23T08:25:27.623Z Downloaded embedded-io v0.6.1
7102025-02-23T08:25:27.623Z Downloaded embedded-io v0.4.0
7112025-02-23T08:25:27.623Z Downloaded tinystr v0.7.6
7122025-02-23T08:25:27.623Z Downloaded which v4.4.2
7132025-02-23T08:25:27.623Z Downloaded postcard v1.0.10
7142025-02-23T08:25:27.623Z Downloaded aes v0.8.4
7152025-02-23T08:25:27.624Z Downloaded parse-display-derive v0.10.0
7162025-02-23T08:25:27.624Z Downloaded parse-display v0.10.0
7172025-02-23T08:25:27.624Z Downloaded tui-tree-widget v0.23.0
7182025-02-23T08:25:27.624Z Downloaded zone_cfg_derive v0.3.0
7192025-02-23T08:25:27.624Z Downloaded zone_cfg_derive v0.1.2
7202025-02-23T08:25:27.624Z Downloaded pkg-config v0.3.31
7212025-02-23T08:25:27.624Z Downloaded pin-project v1.1.6
7222025-02-23T08:25:27.624Z Downloaded serde-hex v0.1.0
7232025-02-23T08:25:27.625Z Downloaded difflib v0.4.0
7242025-02-23T08:25:27.625Z Downloaded uzers v0.12.1
7252025-02-23T08:25:27.625Z Downloaded foldhash v0.1.3
7262025-02-23T08:25:27.626Z Downloaded phf_generator v0.11.2
7272025-02-23T08:25:27.626Z Downloaded unicode_categories v0.1.1
7282025-02-23T08:25:27.626Z Downloaded phf_codegen v0.11.2
7292025-02-23T08:25:27.626Z Downloaded num v0.4.3
7302025-02-23T08:25:27.626Z Downloaded spki v0.7.3
7312025-02-23T08:25:27.626Z Downloaded foreign-types v0.3.2
7322025-02-23T08:25:27.626Z Downloaded hyper-util v0.1.10
7332025-02-23T08:25:27.626Z Downloaded supports-color v3.0.1
7342025-02-23T08:25:27.626Z Downloaded subtle v2.6.1
7352025-02-23T08:25:27.626Z Downloaded pretty-hex v0.2.1
7362025-02-23T08:25:27.626Z Downloaded ref-cast-impl v1.0.23
7372025-02-23T08:25:27.626Z Downloaded spin v0.9.8
7382025-02-23T08:25:27.626Z Downloaded icu_collections v1.5.0
7392025-02-23T08:25:27.626Z Downloaded newtype_derive v0.1.6
7402025-02-23T08:25:27.626Z Downloaded fragile v2.0.0
7412025-02-23T08:25:27.626Z Downloaded poly1305 v0.8.0
7422025-02-23T08:25:27.626Z Downloaded unicode-truncate v1.1.0
7432025-02-23T08:25:27.626Z Downloaded ssh-encoding v0.2.0
7442025-02-23T08:25:27.626Z Downloaded hkdf v0.12.4
7452025-02-23T08:25:27.626Z Downloaded fallible-streaming-iterator v0.1.9
7462025-02-23T08:25:27.626Z Downloaded dirs-sys-next v0.1.2
7472025-02-23T08:25:27.626Z Downloaded icu_properties v1.5.1
7482025-02-23T08:25:27.626Z Downloaded diff v0.1.13
7492025-02-23T08:25:27.626Z Downloaded deranged v0.3.11
7502025-02-23T08:25:27.626Z Downloaded similar v2.6.0
7512025-02-23T08:25:27.626Z Downloaded take_mut v0.2.2
7522025-02-23T08:25:27.626Z Downloaded sync-ptr v0.1.1
7532025-02-23T08:25:27.626Z Downloaded signal-hook-tokio v0.3.1
7542025-02-23T08:25:27.626Z Downloaded rpassword v7.3.1
7552025-02-23T08:25:27.627Z Downloaded slog-term v2.9.1
7562025-02-23T08:25:27.627Z Downloaded tls_codec_derive v0.4.1
7572025-02-23T08:25:27.627Z Downloaded num_enum_derive v0.5.11
7582025-02-23T08:25:27.627Z Downloaded num-derive v0.4.2
7592025-02-23T08:25:27.627Z Downloaded nanorand v0.7.0
7602025-02-23T08:25:27.627Z Downloaded waitgroup v0.1.2
7612025-02-23T08:25:27.627Z Downloaded quick-error v1.2.3
7622025-02-23T08:25:27.627Z Downloaded elliptic-curve v0.13.8
7632025-02-23T08:25:27.627Z Downloaded num-conv v0.1.0
7642025-02-23T08:25:27.627Z Downloaded foreign-types-shared v0.3.1
7652025-02-23T08:25:27.627Z Downloaded tracing-attributes v0.1.27
7662025-02-23T08:25:27.627Z Downloaded rustc-hash v2.0.0
7672025-02-23T08:25:27.627Z Downloaded yoke v0.7.4
7682025-02-23T08:25:27.627Z Downloaded yasna v0.5.2
7692025-02-23T08:25:27.627Z Downloaded socket2 v0.5.7
7702025-02-23T08:25:27.627Z Downloaded signal-hook-registry v1.4.2
7712025-02-23T08:25:27.627Z Downloaded shell-words v1.1.0
7722025-02-23T08:25:27.627Z Downloaded salsa20 v0.10.2
7732025-02-23T08:25:27.627Z Downloaded oso v0.27.3
7742025-02-23T08:25:27.627Z Downloaded endian-type v0.1.2
7752025-02-23T08:25:27.627Z Downloaded strip-ansi-escapes v0.2.0
7762025-02-23T08:25:27.627Z Downloaded packed_struct v0.10.1
7772025-02-23T08:25:27.627Z Downloaded form_urlencoded v1.2.1
7782025-02-23T08:25:27.627Z Downloaded zerocopy v0.6.6
7792025-02-23T08:25:27.627Z Downloaded unicode-bidi v0.3.17
7802025-02-23T08:25:27.627Z Downloaded rustc-hash v1.1.0
7812025-02-23T08:25:27.627Z Downloaded progenitor-macro v0.8.0
7822025-02-23T08:25:27.627Z Downloaded predicates-tree v1.0.11
7832025-02-23T08:25:27.627Z Downloaded tap v1.0.1
7842025-02-23T08:25:27.627Z Downloaded getrandom v0.2.15
7852025-02-23T08:25:27.627Z Downloaded snafu-derive v0.8.5
7862025-02-23T08:25:27.627Z Downloaded dropshot_endpoint v0.12.0
7872025-02-23T08:25:27.627Z Downloaded subprocess v0.2.9
7882025-02-23T08:25:27.627Z Downloaded tabwriter v1.4.0
7892025-02-23T08:25:27.627Z Downloaded tabled_derive v0.10.0
7902025-02-23T08:25:27.627Z Downloaded thiserror v2.0.11
7912025-02-23T08:25:27.627Z Downloaded signature v2.2.0
7922025-02-23T08:25:27.627Z Downloaded downcast v0.11.0
7932025-02-23T08:25:27.627Z Downloaded futures-core v0.3.31
7942025-02-23T08:25:27.627Z Downloaded futures-executor v0.3.31
7952025-02-23T08:25:27.628Z Downloaded owo-colors v4.1.0
7962025-02-23T08:25:27.628Z Downloaded termtree v0.5.1
7972025-02-23T08:25:27.628Z Downloaded rcgen v0.12.1
7982025-02-23T08:25:27.628Z Downloaded mirai-annotations v1.12.0
7992025-02-23T08:25:27.628Z Downloaded http v1.2.0
8002025-02-23T08:25:27.628Z Downloaded num-integer v0.1.46
8012025-02-23T08:25:27.628Z Downloaded aes-gcm v0.10.3
8022025-02-23T08:25:27.628Z Downloaded radium v0.7.0
8032025-02-23T08:25:27.628Z Downloaded rustc_version v0.1.7
8042025-02-23T08:25:27.628Z Downloaded zerovec-derive v0.10.3
8052025-02-23T08:25:27.628Z Downloaded zeroize_derive v1.4.2
8062025-02-23T08:25:27.628Z Downloaded time v0.3.36
8072025-02-23T08:25:27.632Z Downloaded rtoolbox v0.0.2
8082025-02-23T08:25:27.633Z Downloaded strum_macros v0.26.4
8092025-02-23T08:25:27.633Z Downloaded libm v0.2.8
8102025-02-23T08:25:27.633Z Downloaded newline-converter v0.3.0
8112025-02-23T08:25:27.633Z Downloaded aho-corasick v1.1.3
8122025-02-23T08:25:27.633Z Downloaded whoami v1.5.2
8132025-02-23T08:25:27.633Z Downloaded num-iter v0.1.45
8142025-02-23T08:25:27.634Z Downloaded phf v0.11.2
8152025-02-23T08:25:27.634Z Downloaded serde-big-array v0.5.1
8162025-02-23T08:25:27.634Z Downloaded ena v0.14.3
8172025-02-23T08:25:27.634Z Downloaded flume v0.11.1
8182025-02-23T08:25:27.634Z Downloaded rustc_version v0.4.1
8192025-02-23T08:25:27.634Z Downloaded fd-lock v4.0.2
8202025-02-23T08:25:27.634Z Downloaded display-error-chain v0.2.2
8212025-02-23T08:25:27.634Z Downloaded topological-sort v0.2.2
8222025-02-23T08:25:27.634Z Downloaded tls_codec v0.4.1
8232025-02-23T08:25:27.634Z Downloaded mockall v0.13.1
8242025-02-23T08:25:27.634Z Downloaded hash32 v0.3.1
8252025-02-23T08:25:27.634Z Downloaded hashbrown v0.13.2
8262025-02-23T08:25:27.634Z Downloaded multimap v0.10.0
8272025-02-23T08:25:27.634Z Downloaded zone v0.3.0
8282025-02-23T08:25:27.634Z Downloaded rustc-demangle v0.1.24
8292025-02-23T08:25:27.635Z Downloaded dropshot_endpoint v0.15.1
8302025-02-23T08:25:27.635Z Downloaded untrusted v0.7.1
8312025-02-23T08:25:27.635Z Downloaded thiserror-impl v2.0.11
8322025-02-23T08:25:27.635Z Downloaded derive_more v0.99.19
8332025-02-23T08:25:27.635Z Downloaded hash32 v0.2.1
8342025-02-23T08:25:27.635Z Downloaded x509-cert v0.2.5
8352025-02-23T08:25:27.635Z Downloaded des v0.8.1
8362025-02-23T08:25:27.635Z Downloaded blake3 v1.5.4
8372025-02-23T08:25:27.635Z Downloaded defmt-macros v0.3.9
8382025-02-23T08:25:27.635Z Downloaded pkcs1 v0.7.5
8392025-02-23T08:25:27.635Z Downloaded num-rational v0.4.2
8402025-02-23T08:25:27.635Z Downloaded futures v0.3.31
8412025-02-23T08:25:27.635Z Downloaded foreign-types-shared v0.1.1
8422025-02-23T08:25:27.635Z Downloaded foreign-types v0.5.0
8432025-02-23T08:25:27.635Z Downloaded filetime v0.2.25
8442025-02-23T08:25:27.635Z Downloaded serde_repr v0.1.19
8452025-02-23T08:25:27.635Z Downloaded serde_plain v1.0.2
8462025-02-23T08:25:27.635Z Downloaded pkcs8 v0.10.2
8472025-02-23T08:25:27.635Z Downloaded tokio-rustls v0.24.1
8482025-02-23T08:25:27.635Z Downloaded typify v0.2.0
8492025-02-23T08:25:27.635Z Downloaded term v0.7.0
8502025-02-23T08:25:27.635Z Downloaded ed25519 v2.2.3
8512025-02-23T08:25:27.635Z Downloaded tokio-tungstenite v0.24.0
8522025-02-23T08:25:27.635Z Downloaded tokio-tungstenite v0.23.1
8532025-02-23T08:25:27.635Z Downloaded zopfli v0.8.1
8542025-02-23T08:25:27.635Z Downloaded structmeta v0.3.0
8552025-02-23T08:25:27.635Z Downloaded tinyvec_macros v0.1.1
8562025-02-23T08:25:27.635Z Downloaded scrypt v0.11.0
8572025-02-23T08:25:27.635Z Downloaded env_filter v0.1.2
8582025-02-23T08:25:27.635Z Downloaded proc-macro-crate v1.3.1
8592025-02-23T08:25:27.635Z Downloaded darling v0.20.10
8602025-02-23T08:25:27.635Z Downloaded derive_builder_core v0.20.2
8612025-02-23T08:25:27.635Z Downloaded path-slash v0.1.5
8622025-02-23T08:25:27.635Z Downloaded zeroize v1.8.1
8632025-02-23T08:25:27.635Z Downloaded zerofrom-derive v0.1.4
8642025-02-23T08:25:27.635Z Downloaded idna v1.0.3
8652025-02-23T08:25:27.635Z Downloaded phf_shared v0.11.2
8662025-02-23T08:25:27.635Z Downloaded p256 v0.13.2
8672025-02-23T08:25:27.635Z Downloaded slog-json v2.6.1
8682025-02-23T08:25:27.635Z Downloaded r2d2 v0.8.10
8692025-02-23T08:25:27.636Z Downloaded winnow v0.5.40
8702025-02-23T08:25:27.636Z Downloaded number_prefix v0.4.0
8712025-02-23T08:25:27.636Z Downloaded futures-io v0.3.31
8722025-02-23T08:25:27.636Z Downloaded slog v2.7.0
8732025-02-23T08:25:27.636Z Downloaded precomputed-hash v0.1.1
8742025-02-23T08:25:27.636Z Downloaded strum_macros v0.25.3
8752025-02-23T08:25:27.636Z Downloaded pkcs5 v0.7.1
8762025-02-23T08:25:27.636Z Downloaded tokio-rustls v0.26.0
8772025-02-23T08:25:27.636Z Downloaded schemars_derive v0.8.21
8782025-02-23T08:25:27.636Z Downloaded tar v0.4.42
8792025-02-23T08:25:27.636Z Downloaded samael v0.0.17
8802025-02-23T08:25:27.636Z Downloaded tokio-postgres v0.7.12
8812025-02-23T08:25:27.636Z Downloaded parking_lot_core v0.8.6
8822025-02-23T08:25:27.637Z Downloaded aws-lc-rs v1.10.0
8832025-02-23T08:25:27.637Z Downloaded diesel_table_macro_syntax v0.2.0
8842025-02-23T08:25:27.637Z Downloaded rustfmt-wrapper v0.2.1
8852025-02-23T08:25:27.637Z Downloaded progenitor v0.8.0
8862025-02-23T08:25:27.637Z Downloaded tungstenite v0.23.0
8872025-02-23T08:25:27.637Z Downloaded pem v3.0.4
8882025-02-23T08:25:27.637Z Downloaded omicron-zone-package v0.12.0
8892025-02-23T08:25:27.637Z Downloaded fatfs v0.3.6
8902025-02-23T08:25:27.637Z Downloaded phf_shared v0.10.0
8912025-02-23T08:25:27.637Z Downloaded progenitor-client v0.9.1
8922025-02-23T08:25:27.637Z Downloaded progenitor-client v0.8.0
8932025-02-23T08:25:27.637Z Downloaded half v2.4.1
8942025-02-23T08:25:27.637Z Downloaded num-traits v0.2.19
8952025-02-23T08:25:27.637Z Downloaded olpc-cjson v0.1.4
8962025-02-23T08:25:27.637Z Downloaded fallible-iterator v0.2.0
8972025-02-23T08:25:27.637Z Downloaded string_cache v0.8.7
8982025-02-23T08:25:27.637Z Downloaded universal-hash v0.5.1
8992025-02-23T08:25:27.637Z Downloaded unicode-xid v0.2.6
9002025-02-23T08:25:27.637Z Downloaded rusty-fork v0.3.0
9012025-02-23T08:25:27.637Z Downloaded predicates-core v1.0.8
9022025-02-23T08:25:27.637Z Downloaded publicsuffix v2.3.0
9032025-02-23T08:25:27.637Z Downloaded native-tls v0.2.12
9042025-02-23T08:25:27.637Z Downloaded pbkdf2 v0.12.2
9052025-02-23T08:25:27.637Z Downloaded derive_builder_macro v0.20.2
9062025-02-23T08:25:27.637Z Downloaded quinn-proto v0.11.8
9072025-02-23T08:25:27.641Z Downloaded yoke-derive v0.7.4
9082025-02-23T08:25:27.641Z Downloaded bitvec v1.0.1
9092025-02-23T08:25:27.641Z Downloaded peg-runtime v0.8.3
9102025-02-23T08:25:27.641Z Downloaded toolchain_find v0.4.0
9112025-02-23T08:25:27.641Z Downloaded gethostname v0.5.0
9122025-02-23T08:25:27.641Z Downloaded futures-macro v0.3.31
9132025-02-23T08:25:27.641Z Downloaded foreign-types-macros v0.2.3
9142025-02-23T08:25:27.641Z Downloaded defmt-parser v0.3.4
9152025-02-23T08:25:27.641Z Downloaded zone v0.1.8
9162025-02-23T08:25:27.641Z Downloaded stringprep v0.1.5
9172025-02-23T08:25:27.641Z Downloaded slab v0.4.9
9182025-02-23T08:25:27.641Z Downloaded env_logger v0.10.2
9192025-02-23T08:25:27.642Z Downloaded papergrid v0.14.0
9202025-02-23T08:25:27.642Z Downloaded num-bigint v0.4.6
9212025-02-23T08:25:27.642Z Downloaded proc-macro-error-attr2 v2.0.0
9222025-02-23T08:25:27.642Z Downloaded smf v0.2.3
9232025-02-23T08:25:27.642Z Downloaded smallvec v0.6.14
9242025-02-23T08:25:27.642Z Downloaded slog-stdlog v4.1.1
9252025-02-23T08:25:27.642Z Downloaded utf16_iter v1.0.5
9262025-02-23T08:25:27.642Z Downloaded slog-scope v4.4.0
9272025-02-23T08:25:27.642Z Downloaded serde_derive_internals v0.29.1
9282025-02-23T08:25:27.642Z Downloaded utf8_iter v1.0.4
9292025-02-23T08:25:27.642Z Downloaded primeorder v0.13.6
9302025-02-23T08:25:27.642Z Downloaded tinyvec v1.8.0
9312025-02-23T08:25:27.642Z Downloaded pin-utils v0.1.0
9322025-02-23T08:25:27.642Z Downloaded scheduled-thread-pool v0.2.7
9332025-02-23T08:25:27.642Z Downloaded rayon-core v1.12.1
9342025-02-23T08:25:27.642Z Downloaded qorb v0.2.1
9352025-02-23T08:25:27.642Z Downloaded walkdir v2.5.0
9362025-02-23T08:25:27.642Z Downloaded derive-where v1.2.7
9372025-02-23T08:25:27.642Z Downloaded sct v0.7.1
9382025-02-23T08:25:27.642Z Downloaded peg v0.8.4
9392025-02-23T08:25:27.642Z Downloaded pbkdf2 v0.11.0
9402025-02-23T08:25:27.642Z Downloaded structmeta-derive v0.3.0
9412025-02-23T08:25:27.642Z Downloaded group v0.13.0
9422025-02-23T08:25:27.642Z Downloaded serde_urlencoded v0.7.1
9432025-02-23T08:25:27.642Z Downloaded derive_builder v0.20.2
9442025-02-23T08:25:27.642Z Downloaded reedline v0.35.0
9452025-02-23T08:25:27.642Z Downloaded tokio-rustls v0.25.0
9462025-02-23T08:25:27.642Z Downloaded tungstenite v0.21.0
9472025-02-23T08:25:27.642Z Downloaded nom v7.1.3
9482025-02-23T08:25:27.642Z Downloaded futures-util v0.3.31
9492025-02-23T08:25:27.642Z Downloaded ppv-lite86 v0.2.20
9502025-02-23T08:25:27.642Z Downloaded paste v1.0.15
9512025-02-23T08:25:27.642Z Downloaded num_enum v0.5.11
9522025-02-23T08:25:27.642Z Downloaded rand v0.8.5
9532025-02-23T08:25:27.642Z Downloaded env_logger v0.11.5
9542025-02-23T08:25:27.642Z Downloaded hashbrown v0.12.3
9552025-02-23T08:25:27.642Z Downloaded portable-atomic v1.9.0
9562025-02-23T08:25:27.642Z Downloaded ron v0.7.1
9572025-02-23T08:25:27.642Z Downloaded zip v2.1.3
9582025-02-23T08:25:27.643Z Downloaded typed-path v0.9.3
9592025-02-23T08:25:27.643Z Downloaded toml v0.7.8
9602025-02-23T08:25:27.643Z Downloaded ron v0.8.1
9612025-02-23T08:25:27.643Z Downloaded progenitor-impl v0.9.1
9622025-02-23T08:25:27.643Z Downloaded ed25519-dalek v2.1.1
9632025-02-23T08:25:27.643Z Downloaded p521 v0.13.3
9642025-02-23T08:25:27.643Z Downloaded serde_with v3.11.0
9652025-02-23T08:25:27.647Z Downloaded quinn v0.11.5
9662025-02-23T08:25:27.649Z Downloaded der v0.7.9
9672025-02-23T08:25:27.651Z Downloaded zerovec v0.10.4
9682025-02-23T08:25:27.655Z Downloaded tokio-util v0.7.12
9692025-02-23T08:25:27.661Z Downloaded icu_properties_data v1.5.0
9702025-02-23T08:25:27.672Z Downloaded parse-zoneinfo v0.3.1
9712025-02-23T08:25:27.675Z Downloaded rusqlite v0.32.1
9722025-02-23T08:25:27.681Z Downloaded proptest v1.5.0
9732025-02-23T08:25:27.690Z Downloaded expectorate v1.1.0
9742025-02-23T08:25:27.693Z Downloaded salty v0.3.0
9752025-02-23T08:25:27.699Z Downloaded steno v0.4.1
9762025-02-23T08:25:27.703Z Downloaded toml_edit v0.19.15
9772025-02-23T08:25:27.720Z Downloaded tower v0.5.2
9782025-02-23T08:25:27.729Z Downloaded lalrpop v0.19.12
9792025-02-23T08:25:27.739Z Downloaded vcpkg v0.2.15
9802025-02-23T08:25:27.776Z Downloaded rustyline v14.0.0
9812025-02-23T08:25:27.781Z Downloaded gimli v0.31.1
9822025-02-23T08:25:27.790Z Downloaded tough v0.19.0
9832025-02-23T08:25:27.798Z Downloaded h2 v0.4.6
9842025-02-23T08:25:27.805Z Downloaded rustls-webpki v0.102.8
9852025-02-23T08:25:27.823Z Downloaded rayon v1.10.0
9862025-02-23T08:25:27.832Z Downloaded regex v1.11.1
9872025-02-23T08:25:27.845Z Downloaded p384 v0.13.0
9882025-02-23T08:25:27.851Z Downloaded bstr v1.10.0
9892025-02-23T08:25:27.862Z Downloaded tabled v0.18.0
9902025-02-23T08:25:27.878Z Downloaded nix v0.28.0
9912025-02-23T08:25:27.889Z Downloaded regress v0.10.1
9922025-02-23T08:25:27.898Z Downloaded rustls v0.22.4
9932025-02-23T08:25:27.911Z Downloaded smoltcp v0.9.1
9942025-02-23T08:25:27.921Z Downloaded regex-syntax v0.6.29
9952025-02-23T08:25:27.928Z Downloaded regress v0.9.1
9962025-02-23T08:25:27.937Z Downloaded regex-syntax v0.8.5
9972025-02-23T08:25:27.945Z Downloaded petname v2.0.2
9982025-02-23T08:25:27.950Z Downloaded radix_trie v0.2.1
9992025-02-23T08:25:27.956Z Downloaded object v0.30.4
10002025-02-23T08:25:27.966Z Downloaded webpki-roots v0.26.6
10012025-02-23T08:25:27.969Z Downloaded unicode-width v0.2.0
10022025-02-23T08:25:27.975Z Downloaded rustls v0.21.12
10032025-02-23T08:25:27.986Z Downloaded dropshot v0.15.1
10042025-02-23T08:25:28.007Z Downloaded openapiv3 v2.0.0
10052025-02-23T08:25:28.019Z Downloaded smoltcp v0.11.0
10062025-02-23T08:25:28.031Z Downloaded dropshot v0.12.0
10072025-02-23T08:25:28.050Z Downloaded nix v0.29.0
10082025-02-23T08:25:28.062Z Downloaded diesel v2.2.7
10092025-02-23T08:25:28.080Z Downloaded typify-impl v0.2.0
10102025-02-23T08:25:28.095Z Downloaded object v0.36.5
10112025-02-23T08:25:28.106Z Downloaded typify-impl v0.3.0
10122025-02-23T08:25:28.121Z Downloaded polar-core v0.27.3
10132025-02-23T08:25:28.130Z Downloaded chrono-tz v0.10.1
10142025-02-23T08:25:28.137Z Downloaded openssl v0.10.71
10152025-02-23T08:25:28.146Z Downloaded zerocopy-derive v0.6.6
10162025-02-23T08:25:28.155Z Downloaded bzip2-sys v0.1.11+1.0.8
10172025-02-23T08:25:28.167Z Downloaded sled v0.34.7
10182025-02-23T08:25:28.178Z Downloaded rustls v0.23.19
10192025-02-23T08:25:28.189Z Downloaded ratatui v0.29.0
10202025-02-23T08:25:28.208Z Downloaded regex-automata v0.4.8
10212025-02-23T08:25:28.225Z Downloaded nix v0.27.1
10222025-02-23T08:25:28.235Z Downloaded hickory-proto v0.24.3
10232025-02-23T08:25:28.250Z Downloaded quick-xml v0.33.0
10242025-02-23T08:25:28.256Z Downloaded zerocopy v0.8.10
10252025-02-23T08:25:28.278Z Downloaded git2 v0.19.0
10262025-02-23T08:25:28.286Z Downloaded lzma-sys v0.1.20
10272025-02-23T08:25:28.320Z Downloaded curve25519-dalek v4.1.3
10282025-02-23T08:25:28.324Z Downloaded sqlparser v0.45.0
10292025-02-23T08:25:28.328Z Downloaded ssh-key v0.6.6
10302025-02-23T08:25:28.336Z Downloaded russh v0.45.0
10312025-02-23T08:25:28.340Z Downloaded reqwest v0.12.12
10322025-02-23T08:25:28.350Z Downloaded tracing v0.1.40
10332025-02-23T08:25:28.355Z Downloaded petgraph v0.6.5
10342025-02-23T08:25:28.375Z Downloaded tokio v1.43.0
10352025-02-23T08:25:28.406Z Downloaded libz-sys v1.1.20
10362025-02-23T08:25:28.426Z Downloaded csv v1.3.1
10372025-02-23T08:25:28.446Z Downloaded unicode-normalization v0.1.24
10382025-02-23T08:25:28.449Z Downloaded rustls-webpki v0.101.7
10392025-02-23T08:25:28.462Z Downloaded smallvec v1.13.2
10402025-02-23T08:25:28.465Z Downloaded unicode-properties v0.1.3
10412025-02-23T08:25:28.467Z Downloaded schemars v0.8.21
10422025-02-23T08:25:28.476Z Downloaded sha3 v0.10.8
10432025-02-23T08:25:28.481Z Downloaded globset v0.4.15
10442025-02-23T08:25:28.485Z Downloaded vsss-rs v3.3.4
10452025-02-23T08:25:28.487Z Downloaded vte v0.11.1
10462025-02-23T08:25:28.487Z Downloaded bindgen v0.69.5
10472025-02-23T08:25:28.493Z Downloaded hashbrown v0.14.5
10482025-02-23T08:25:28.498Z Downloaded predicates v3.1.3
10492025-02-23T08:25:28.502Z Downloaded wait-timeout v0.2.0
10502025-02-23T08:25:28.502Z Downloaded unsafe-libyaml v0.2.11
10512025-02-23T08:25:28.506Z Downloaded zip v0.6.6
10522025-02-23T08:25:28.509Z Downloaded libxml v0.3.3
10532025-02-23T08:25:28.515Z Downloaded hyper v1.5.2
10542025-02-23T08:25:28.520Z Downloaded pin-project-lite v0.2.14
10552025-02-23T08:25:28.525Z Downloaded parking_lot v0.12.3
10562025-02-23T08:25:28.527Z Downloaded typify v0.3.0
10572025-02-23T08:25:28.530Z Downloaded chrono v0.4.39
10582025-02-23T08:25:28.537Z Downloaded want v0.3.1
10592025-02-23T08:25:28.539Z Downloaded dirs-next v2.0.0
10602025-02-23T08:25:28.539Z Downloaded peg-macros v0.8.4
10612025-02-23T08:25:28.542Z Downloaded parking_lot v0.11.2
10622025-02-23T08:25:28.544Z Downloaded typify-macro v0.3.0
10632025-02-23T08:25:28.544Z Downloaded strum v0.26.3
10642025-02-23T08:25:28.544Z Downloaded unicode-segmentation v1.12.0
10652025-02-23T08:25:28.547Z Downloaded daft-derive v0.1.1
10662025-02-23T08:25:28.550Z Downloaded serde_yaml v0.9.34+deprecated
10672025-02-23T08:25:28.554Z Downloaded test-strategy v0.4.0
10682025-02-23T08:25:28.557Z Downloaded semver v0.1.20
10692025-02-23T08:25:28.559Z Downloaded powerfmt v0.2.0
10702025-02-23T08:25:28.559Z Downloaded openssl-sys v0.9.106
10712025-02-23T08:25:28.564Z Downloaded uuid v1.12.0
10722025-02-23T08:25:28.566Z Downloaded encoding_rs v0.8.34
10732025-02-23T08:25:28.587Z Downloaded tracing-core v0.1.32
10742025-02-23T08:25:28.589Z Downloaded defmt v0.3.8
10752025-02-23T08:25:28.592Z Downloaded utf-8 v0.7.6
10762025-02-23T08:25:28.595Z Downloaded untrusted v0.9.0
10772025-02-23T08:25:28.595Z Downloaded nibble_vec v0.1.0
10782025-02-23T08:25:28.597Z Downloaded newtype-uuid v1.2.1
10792025-02-23T08:25:28.597Z Downloaded ff v0.13.0
10802025-02-23T08:25:28.600Z Downloaded twox-hash v2.1.0
10812025-02-23T08:25:28.603Z Downloaded futures-channel v0.3.31
10822025-02-23T08:25:28.603Z Downloaded displaydoc v0.2.5
10832025-02-23T08:25:28.606Z Downloaded ring v0.17.11
10842025-02-23T08:25:28.646Z Downloaded snafu v0.8.5
10852025-02-23T08:25:28.651Z Downloaded zerocopy-derive v0.8.10
10862025-02-23T08:25:28.657Z Downloaded num-bigint-dig v0.8.4
10872025-02-23T08:25:28.662Z Downloaded flate2 v1.0.35
10882025-02-23T08:25:28.666Z Downloaded vergen v8.3.2
10892025-02-23T08:25:28.669Z Downloaded headers v0.4.0
10902025-02-23T08:25:28.674Z Downloaded new_debug_unreachable v1.0.6
10912025-02-23T08:25:28.676Z Downloaded ecdsa v0.16.9
10922025-02-23T08:25:28.679Z Downloaded termcolor v1.4.1
10932025-02-23T08:25:28.679Z Downloaded diesel_derives v2.2.3
10942025-02-23T08:25:28.681Z Downloaded mio v1.0.2
10952025-02-23T08:25:28.686Z Downloaded minimal-lexical v0.2.1
10962025-02-23T08:25:28.691Z Downloaded postgres-types v0.2.8
10972025-02-23T08:25:28.694Z Downloaded postgres-protocol v0.6.7
10982025-02-23T08:25:28.696Z Downloaded nu-ansi-term v0.50.1
10992025-02-23T08:25:28.696Z Downloaded glob v0.3.2
11002025-02-23T08:25:28.699Z Downloaded ghash v0.5.1
11012025-02-23T08:25:28.699Z Downloaded tokio-native-tls v0.3.1
11022025-02-23T08:25:28.701Z Downloaded float-cmp v0.10.0
11032025-02-23T08:25:28.702Z Downloaded der_derive v0.7.3
11042025-02-23T08:25:28.704Z Downloaded crossterm v0.28.1
11052025-02-23T08:25:28.709Z Downloaded icu_locid v1.5.0
11062025-02-23T08:25:28.713Z Downloaded libgit2-sys v0.17.0+1.8.1
11072025-02-23T08:25:28.769Z Downloaded oso-derive v0.27.3
11082025-02-23T08:25:28.771Z Downloaded openssl-macros v0.1.1
11092025-02-23T08:25:28.771Z Downloaded hashlink v0.9.1
11102025-02-23T08:25:28.774Z Downloaded either v1.13.0
11112025-02-23T08:25:28.774Z Downloaded url v2.5.3
11122025-02-23T08:25:28.776Z Downloaded time-macros v0.2.18
11132025-02-23T08:25:28.778Z Downloaded rustls-pki-types v1.10.0
11142025-02-23T08:25:28.782Z Downloaded miniz_oxide v0.8.0
11152025-02-23T08:25:28.784Z Downloaded darling_core v0.20.10
11162025-02-23T08:25:28.788Z Downloaded unicase v2.7.0
11172025-02-23T08:25:28.791Z Downloaded unarray v0.1.4
11182025-02-23T08:25:28.791Z Downloaded polyval v0.6.2
11192025-02-23T08:25:28.793Z Downloaded tiny-keccak v2.0.2
11202025-02-23T08:25:28.796Z Downloaded termios v0.3.3
11212025-02-23T08:25:28.798Z Downloaded rand_core v0.6.4
11222025-02-23T08:25:28.798Z Downloaded password-hash v0.5.0
11232025-02-23T08:25:28.800Z Downloaded parking_lot_core v0.9.10
11242025-02-23T08:25:28.800Z Downloaded mockall_derive v0.13.1
11252025-02-23T08:25:28.803Z Downloaded cc v1.2.15
11262025-02-23T08:25:28.806Z Downloaded bumpalo v3.16.0
11272025-02-23T08:25:28.808Z Downloaded crossbeam-channel v0.5.13
11282025-02-23T08:25:28.813Z Downloaded thiserror-no-std v2.0.2
11292025-02-23T08:25:28.816Z Downloaded sec1 v0.7.3
11302025-02-23T08:25:28.818Z Downloaded pin-project-internal v1.1.6
11312025-02-23T08:25:28.821Z Downloaded password-hash v0.4.2
11322025-02-23T08:25:28.821Z Downloaded same-file v1.0.6
11332025-02-23T08:25:28.824Z Downloaded resolv-conf v0.7.0
11342025-02-23T08:25:28.824Z Downloaded multer v3.1.0
11352025-02-23T08:25:28.826Z Downloaded itertools v0.13.0
11362025-02-23T08:25:28.832Z Downloaded icu_locid_transform_data v1.5.0
11372025-02-23T08:25:28.834Z Downloaded icu_normalizer_data v1.5.0
11382025-02-23T08:25:28.837Z Downloaded crypto-bigint v0.5.5
11392025-02-23T08:25:28.841Z Downloaded compact_str v0.8.0
11402025-02-23T08:25:28.845Z Downloaded base64 v0.22.1
11412025-02-23T08:25:28.848Z Downloaded prettyplease v0.2.29
11422025-02-23T08:25:28.851Z Downloaded itertools v0.14.0
11432025-02-23T08:25:28.858Z Downloaded itertools v0.12.1
11442025-02-23T08:25:28.865Z Downloaded base64 v0.13.1
11452025-02-23T08:25:28.867Z Downloaded backtrace v0.3.74
11462025-02-23T08:25:28.872Z Downloaded tokio-stream v0.1.16
11472025-02-23T08:25:28.876Z Downloaded progenitor-impl v0.8.0
11482025-02-23T08:25:28.878Z Downloaded lock_api v0.4.12
11492025-02-23T08:25:28.881Z Downloaded wyz v0.5.1
11502025-02-23T08:25:28.881Z Downloaded fixedbitset v0.4.2
11512025-02-23T08:25:28.883Z Downloaded synstructure v0.13.1
11522025-02-23T08:25:28.883Z Downloaded ref-cast v1.0.23
11532025-02-23T08:25:28.886Z Downloaded mime v0.3.17
11542025-02-23T08:25:28.886Z Downloaded md-5 v0.10.6
11552025-02-23T08:25:28.891Z Downloaded maybe-uninit v2.0.0
11562025-02-23T08:25:28.892Z Downloaded dsl_auto_type v0.1.2
11572025-02-23T08:25:28.894Z Downloaded quinn-udp v0.5.5
11582025-02-23T08:25:28.894Z Downloaded lalrpop-util v0.19.12
11592025-02-23T08:25:28.894Z Downloaded kstat-rs v0.2.4
11602025-02-23T08:25:28.894Z Downloaded keccak v0.1.5
11612025-02-23T08:25:28.894Z Downloaded stable_deref_trait v1.2.0
11622025-02-23T08:25:28.894Z Downloaded slog-async v2.8.0
11632025-02-23T08:25:28.897Z Downloaded proc-macro-error2 v2.0.1
11642025-02-23T08:25:28.899Z Downloaded match_cfg v0.1.0
11652025-02-23T08:25:28.899Z Downloaded hyper-tls v0.6.0
11662025-02-23T08:25:28.902Z Downloaded arc-swap v1.7.1
11672025-02-23T08:25:28.904Z Downloaded indoc v1.0.9
11682025-02-23T08:25:28.907Z Downloaded http-body-util v0.1.2
11692025-02-23T08:25:28.907Z Downloaded hostname v0.4.0
11702025-02-23T08:25:28.910Z Downloaded bytes v1.9.0
11712025-02-23T08:25:28.912Z Downloaded clang-sys v1.8.1
11722025-02-23T08:25:28.914Z Downloaded allocator-api2 v0.2.18
11732025-02-23T08:25:28.917Z Downloaded http-range v0.1.5
11742025-02-23T08:25:28.919Z Downloaded strum_macros v0.24.3
11752025-02-23T08:25:28.919Z Downloaded static_assertions v1.1.0
11762025-02-23T08:25:28.922Z Downloaded castaway v0.2.3
11772025-02-23T08:25:28.922Z Downloaded buf-list v1.0.3
11782025-02-23T08:25:28.924Z Downloaded is_ci v1.2.0
11792025-02-23T08:25:28.924Z Downloaded is-terminal v0.4.13
11802025-02-23T08:25:28.927Z Downloaded ipnet v2.10.1
11812025-02-23T08:25:28.927Z Downloaded curve25519-dalek-derive v0.1.1
11822025-02-23T08:25:28.930Z Downloaded crc v3.2.1
11832025-02-23T08:25:28.930Z Downloaded cbc v0.1.2
11842025-02-23T08:25:29.068Z Downloaded libsqlite3-sys v0.30.1
11852025-02-23T08:25:29.308Z Downloaded aws-lc-sys v0.22.0
11862025-02-23T08:25:29.613Z Compiling serde v1.0.217
11872025-02-23T08:25:29.615Z Compiling value-bag v1.9.0
11882025-02-23T08:25:29.616Z Compiling lock_api v0.4.12
11892025-02-23T08:25:29.616Z Compiling scopeguard v1.2.0
11902025-02-23T08:25:29.616Z Compiling typenum v1.17.0
11912025-02-23T08:25:29.616Z Compiling generic-array v0.14.7
11922025-02-23T08:25:29.842Z Compiling syn v2.0.96
11932025-02-23T08:25:29.845Z Compiling getrandom v0.2.15
11942025-02-23T08:25:29.931Z Compiling shlex v1.3.0
11952025-02-23T08:25:30.184Z Compiling log v0.4.22
11962025-02-23T08:25:30.283Z Compiling rand_core v0.6.4
11972025-02-23T08:25:30.321Z Compiling subtle v2.6.1
11982025-02-23T08:25:30.342Z Compiling jobserver v0.1.32
11992025-02-23T08:25:30.372Z Compiling smallvec v1.13.2
12002025-02-23T08:25:30.714Z Compiling const-oid v0.9.6
12012025-02-23T08:25:30.714Z Compiling pin-project-lite v0.2.14
12022025-02-23T08:25:30.778Z Compiling cc v1.2.15
12032025-02-23T08:25:30.822Z Compiling rustix v0.38.37
12042025-02-23T08:25:30.850Z Compiling parking_lot_core v0.9.10
12052025-02-23T08:25:30.957Z Compiling futures-core v0.3.31
12062025-02-23T08:25:31.176Z Compiling spin v0.9.8
12072025-02-23T08:25:31.224Z Compiling signal-hook-registry v1.4.2
12082025-02-23T08:25:31.596Z Compiling mio v1.0.2
12092025-02-23T08:25:31.706Z Compiling parking_lot v0.12.3
12102025-02-23T08:25:31.901Z Compiling either v1.13.0
12112025-02-23T08:25:31.980Z Compiling aho-corasick v1.1.3
12122025-02-23T08:25:32.297Z Compiling futures-sink v0.3.31
12132025-02-23T08:25:32.346Z Compiling stable_deref_trait v1.2.0
12142025-02-23T08:25:32.470Z Compiling cpufeatures v0.2.14
12152025-02-23T08:25:32.472Z Compiling regex-syntax v0.8.5
12162025-02-23T08:25:32.586Z Compiling socket2 v0.5.7
12172025-02-23T08:25:32.606Z Compiling slab v0.4.9
12182025-02-23T08:25:32.645Z Compiling glob v0.3.2
12192025-02-23T08:25:32.782Z Compiling prettyplease v0.2.29
12202025-02-23T08:25:33.133Z Compiling lazy_static v1.5.0
12212025-02-23T08:25:33.272Z Compiling minimal-lexical v0.2.1
12222025-02-23T08:25:33.369Z Compiling serde_json v1.0.139
12232025-02-23T08:25:33.452Z Compiling clang-sys v1.8.1
12242025-02-23T08:25:33.492Z Compiling futures-channel v0.3.31
12252025-02-23T08:25:33.742Z Compiling nom v7.1.3
12262025-02-23T08:25:33.762Z Compiling libloading v0.8.5
12272025-02-23T08:25:33.875Z Compiling home v0.5.9
12282025-02-23T08:25:34.077Z Compiling futures-io v0.3.31
12292025-02-23T08:25:34.124Z Compiling futures-task v0.3.31
12302025-02-23T08:25:34.171Z Compiling pin-utils v0.1.0
12312025-02-23T08:25:34.326Z Compiling bindgen v0.69.5
12322025-02-23T08:25:34.485Z Compiling itertools v0.12.1
12332025-02-23T08:25:34.764Z Compiling foldhash v0.1.3
12342025-02-23T08:25:35.084Z Compiling rustc-hash v1.1.0
12352025-02-23T08:25:35.215Z Compiling lazycell v1.3.0
12362025-02-23T08:25:35.255Z Compiling libm v0.2.8
12372025-02-23T08:25:35.394Z Compiling allocator-api2 v0.2.18
12382025-02-23T08:25:35.649Z Compiling cmake v0.1.51
12392025-02-23T08:25:36.137Z Compiling hashbrown v0.15.1
12402025-02-23T08:25:36.448Z Compiling regex-automata v0.4.8
12412025-02-23T08:25:36.493Z Compiling num-traits v0.2.19
12422025-02-23T08:25:36.813Z Compiling cexpr v0.6.0
12432025-02-23T08:25:37.075Z Compiling fs_extra v1.3.0
12442025-02-23T08:25:37.256Z Compiling synstructure v0.13.1
12452025-02-23T08:25:37.577Z Compiling dunce v1.0.5
12462025-02-23T08:25:37.719Z Compiling pkg-config v0.3.31
12472025-02-23T08:25:38.621Z Compiling litemap v0.7.3
12482025-02-23T08:25:38.654Z Compiling writeable v0.5.5
12492025-02-23T08:25:38.989Z Compiling ring v0.17.11
12502025-02-23T08:25:39.010Z Compiling base64ct v1.6.0
12512025-02-23T08:25:39.208Z Compiling paste v1.0.15
12522025-02-23T08:25:39.777Z Compiling pem-rfc7468 v0.7.0
12532025-02-23T08:25:39.824Z Compiling flagset v0.4.6
12542025-02-23T08:25:40.059Z Compiling icu_locid_transform_data v1.5.0
12552025-02-23T08:25:40.176Z Compiling aws-lc-rs v1.10.0
12562025-02-23T08:25:40.228Z Compiling httparse v1.9.5
12572025-02-23T08:25:40.576Z Compiling tracing-core v0.1.32
12582025-02-23T08:25:40.999Z Compiling crossbeam-utils v0.8.20
12592025-02-23T08:25:41.259Z Compiling percent-encoding v2.3.1
12602025-02-23T08:25:41.452Z Compiling rustls-pki-types v1.10.0
12612025-02-23T08:25:41.539Z Compiling icu_properties_data v1.5.0
12622025-02-23T08:25:41.697Z Compiling time-core v0.1.2
12632025-02-23T08:25:41.752Z Compiling mirai-annotations v1.12.0
12642025-02-23T08:25:41.870Z Compiling powerfmt v0.2.0
12652025-02-23T08:25:41.924Z Compiling untrusted v0.7.1
12662025-02-23T08:25:42.129Z Compiling regex v1.11.1
12672025-02-23T08:25:42.170Z Compiling serde_derive v1.0.217
12682025-02-23T08:25:42.210Z Compiling zeroize_derive v1.4.2
12692025-02-23T08:25:42.212Z Compiling zerocopy-derive v0.7.35
12702025-02-23T08:25:42.379Z Compiling tokio-macros v2.5.0
12712025-02-23T08:25:43.020Z Compiling zerofrom-derive v0.1.4
12722025-02-23T08:25:43.592Z Compiling zeroize v1.8.1
12732025-02-23T08:25:43.802Z Compiling yoke-derive v0.7.4
12742025-02-23T08:25:44.069Z Compiling zerovec-derive v0.10.3
12752025-02-23T08:25:44.120Z Compiling zerocopy v0.7.35
12762025-02-23T08:25:45.306Z Compiling crypto-common v0.1.6
12772025-02-23T08:25:45.496Z Compiling block-buffer v0.10.4
12782025-02-23T08:25:45.543Z Compiling futures-macro v0.3.31
12792025-02-23T08:25:45.606Z Compiling thiserror-impl v1.0.69
12802025-02-23T08:25:45.781Z Compiling digest v0.10.7
12812025-02-23T08:25:46.242Z Compiling hmac v0.12.1
12822025-02-23T08:25:46.380Z Compiling displaydoc v0.2.5
12832025-02-23T08:25:46.383Z Compiling zerofrom v0.1.4
12842025-02-23T08:25:46.491Z Compiling block-padding v0.3.3
12852025-02-23T08:25:46.520Z Compiling sha2 v0.10.8
12862025-02-23T08:25:46.634Z Compiling yoke v0.7.4
12872025-02-23T08:25:46.751Z Compiling inout v0.1.3
12882025-02-23T08:25:47.015Z Compiling zerovec v0.10.4
12892025-02-23T08:25:47.035Z Compiling cipher v0.4.4
12902025-02-23T08:25:47.051Z Compiling icu_provider_macros v1.5.0
12912025-02-23T08:25:47.393Z Compiling futures-util v0.3.31
12922025-02-23T08:25:47.545Z Compiling ppv-lite86 v0.2.20
12932025-02-23T08:25:47.890Z Compiling der_derive v0.7.3
12942025-02-23T08:25:48.157Z Compiling tracing-attributes v0.1.27
12952025-02-23T08:25:48.318Z Compiling rand_chacha v0.3.1
12962025-02-23T08:25:48.445Z Compiling thiserror v1.0.69
12972025-02-23T08:25:48.603Z Compiling pest v2.7.14
12982025-02-23T08:25:48.929Z Compiling tinystr v0.7.6
12992025-02-23T08:25:49.367Z Compiling icu_locid v1.5.0
13002025-02-23T08:25:50.155Z Compiling icu_collections v1.5.0
13012025-02-23T08:25:50.266Z Compiling der v0.7.9
13022025-02-23T08:25:50.722Z Compiling icu_provider v1.5.0
13032025-02-23T08:25:51.307Z Compiling rand v0.8.5
13042025-02-23T08:25:51.328Z Compiling tracing v0.1.40
13052025-02-23T08:25:51.461Z Compiling icu_locid_transform v1.5.0
13062025-02-23T08:25:51.698Z Compiling salsa20 v0.10.2
13072025-02-23T08:25:51.718Z Compiling pbkdf2 v0.12.2
13082025-02-23T08:25:51.831Z Compiling num-conv v0.1.0
13092025-02-23T08:25:51.902Z Compiling icu_normalizer_data v1.5.0
13102025-02-23T08:25:51.928Z Compiling vcpkg v0.2.15
13112025-02-23T08:25:52.016Z Compiling utf8_iter v1.0.4
13122025-02-23T08:25:52.129Z Compiling write16 v1.0.0
13132025-02-23T08:25:52.274Z Compiling spki v0.7.3
13142025-02-23T08:25:52.277Z Compiling utf16_iter v1.0.5
13152025-02-23T08:25:52.518Z Compiling untrusted v0.9.0
13162025-02-23T08:25:52.647Z Compiling icu_properties v1.5.1
13172025-02-23T08:25:52.784Z Compiling time-macros v0.2.18
13182025-02-23T08:25:53.135Z Compiling scrypt v0.11.0
13192025-02-23T08:25:53.325Z Compiling pest_meta v2.7.14
13202025-02-23T08:25:53.631Z Compiling openssl-sys v0.9.106
13212025-02-23T08:25:53.651Z Compiling cbc v0.1.2
13222025-02-23T08:25:53.685Z Compiling aes v0.8.4
13232025-02-23T08:25:53.889Z Compiling scroll_derive v0.12.0
13242025-02-23T08:25:54.709Z Compiling deranged v0.3.11
13252025-02-23T08:25:55.053Z Compiling bitflags v2.6.0
13262025-02-23T08:25:55.281Z Compiling bytes v1.9.0
13272025-02-23T08:25:56.070Z Compiling semver v1.0.25
13282025-02-23T08:25:56.447Z Compiling tokio v1.43.0
13292025-02-23T08:25:56.518Z Compiling indexmap v2.7.1
13302025-02-23T08:25:56.724Z Compiling http v1.2.0
13312025-02-23T08:25:56.998Z Compiling rustc_version v0.4.1
13322025-02-23T08:25:57.164Z Compiling icu_normalizer v1.5.0
13332025-02-23T08:25:57.656Z Compiling atomic-waker v1.1.2
13342025-02-23T08:25:57.792Z Compiling num_threads v0.1.7
13352025-02-23T08:25:57.856Z Compiling tinyvec_macros v0.1.1
13362025-02-23T08:25:57.945Z Compiling tinyvec v1.8.0
13372025-02-23T08:25:57.966Z Compiling time v0.3.36
13382025-02-23T08:25:58.576Z Compiling http-body v1.0.1
13392025-02-23T08:25:58.699Z Compiling idna_adapter v1.2.0
13402025-02-23T08:25:58.838Z Compiling scroll v0.12.0
13412025-02-23T08:25:58.912Z Compiling pest_generator v2.7.14
13422025-02-23T08:25:58.957Z Compiling pkcs5 v0.7.1
13432025-02-23T08:25:59.042Z Compiling which v4.4.2
13442025-02-23T08:25:59.490Z Compiling form_urlencoded v1.2.1
13452025-02-23T08:25:59.602Z Compiling try-lock v0.2.5
13462025-02-23T08:25:59.781Z Compiling slog v2.7.0
13472025-02-23T08:25:59.809Z Compiling goblin v0.8.2
13482025-02-23T08:26:00.070Z Compiling want v0.3.1
13492025-02-23T08:26:00.094Z Compiling pkcs8 v0.10.2
13502025-02-23T08:26:00.356Z Compiling idna v1.0.3
13512025-02-23T08:26:00.374Z Compiling uuid v1.12.0
13522025-02-23T08:26:00.731Z Compiling tower-service v0.3.3
13532025-02-23T08:26:00.786Z Compiling pest_derive v2.7.14
13542025-02-23T08:26:00.869Z Compiling httpdate v1.0.3
13552025-02-23T08:26:01.313Z Compiling iana-time-zone v0.1.61
13562025-02-23T08:26:01.602Z Compiling dtrace-parser v0.2.0
13572025-02-23T08:26:01.694Z Compiling chrono v0.4.39
13582025-02-23T08:26:01.876Z Compiling serde_spanned v0.6.8
13592025-02-23T08:26:02.117Z Compiling serde_tokenstream v0.2.2
13602025-02-23T08:26:02.539Z Compiling toml_datetime v0.6.8
13612025-02-23T08:26:02.561Z Compiling foreign-types-shared v0.1.1
13622025-02-23T08:26:02.687Z Compiling adler2 v2.0.0
13632025-02-23T08:26:02.712Z Compiling base64 v0.22.1
13642025-02-23T08:26:02.908Z Compiling openssl v0.10.71
13652025-02-23T08:26:02.988Z Compiling rustversion v1.0.17
13662025-02-23T08:26:03.345Z Compiling match_cfg v0.1.0
13672025-02-23T08:26:03.417Z Compiling miniz_oxide v0.8.0
13682025-02-23T08:26:03.439Z Compiling hostname v0.3.1
13692025-02-23T08:26:03.457Z Compiling foreign-types v0.3.2
13702025-02-23T08:26:03.566Z Compiling url v2.5.3
13712025-02-23T08:26:03.723Z Compiling openssl-macros v0.1.1
13722025-02-23T08:26:04.514Z Compiling tokio-util v0.7.12
13732025-02-23T08:26:04.787Z Compiling async-trait v0.1.86
13742025-02-23T08:26:04.959Z Compiling serde_derive_internals v0.29.1
13752025-02-23T08:26:04.981Z Compiling dirs-sys-next v0.1.2
13762025-02-23T08:26:05.249Z Compiling rustls v0.23.19
13772025-02-23T08:26:05.521Z Compiling h2 v0.4.6
13782025-02-23T08:26:05.563Z Compiling dof v0.3.0
13792025-02-23T08:26:05.741Z Compiling siphasher v0.3.11
13802025-02-23T08:26:06.127Z Compiling rustls v0.22.4
13812025-02-23T08:26:06.430Z Compiling usdt-impl v0.5.0
13822025-02-23T08:26:07.204Z Compiling native-tls v0.2.12
13832025-02-23T08:26:07.224Z Compiling syn v1.0.109
13842025-02-23T08:26:07.315Z Compiling schemars v0.8.21
13852025-02-23T08:26:07.566Z Compiling data-encoding v2.6.0
13862025-02-23T08:26:07.723Z Compiling schemars_derive v0.8.21
13872025-02-23T08:26:07.862Z Compiling dirs-next v2.0.0
13882025-02-23T08:26:08.799Z Compiling unicode-normalization v0.1.24
13892025-02-23T08:26:09.356Z Compiling http-body-util v0.1.2
13902025-02-23T08:26:09.377Z Compiling crossbeam-epoch v0.9.18
13912025-02-23T08:26:09.560Z Compiling heapless v0.7.17
13922025-02-23T08:26:09.815Z Compiling sha1 v0.10.6
13932025-02-23T08:26:09.911Z Compiling signature v2.2.0
13942025-02-23T08:26:10.038Z Compiling bzip2-sys v0.1.11+1.0.8
13952025-02-23T08:26:10.057Z Compiling thread_local v1.1.8
13962025-02-23T08:26:10.203Z Compiling multer v3.1.0
13972025-02-23T08:26:10.227Z Compiling cookie v0.18.1
13982025-02-23T08:26:10.499Z Compiling encoding_rs v0.8.34
13992025-02-23T08:26:10.519Z Compiling openssl-probe v0.1.5
14002025-02-23T08:26:10.541Z Compiling dyn-clone v1.0.18
14012025-02-23T08:26:10.558Z Compiling mime v0.3.17
14022025-02-23T08:26:10.746Z Compiling gimli v0.31.1
14032025-02-23T08:26:10.783Z Compiling unicode-bidi v0.3.17
14042025-02-23T08:26:10.817Z Compiling signal-hook v0.3.17
14052025-02-23T08:26:11.052Z Compiling ipnet v2.10.1
14062025-02-23T08:26:11.112Z Compiling slog-async v2.8.0
14072025-02-23T08:26:11.642Z Compiling rayon-core v1.12.1
14082025-02-23T08:26:11.952Z Compiling unicode-properties v0.1.3
14092025-02-23T08:26:12.112Z Compiling toml_edit v0.22.22
14102025-02-23T08:26:12.354Z Compiling stringprep v0.1.5
14112025-02-23T08:26:13.376Z Compiling hyper v1.5.2
14122025-02-23T08:26:15.069Z Compiling addr2line v0.24.2
14132025-02-23T08:26:15.568Z Compiling crossbeam-deque v0.8.5
14142025-02-23T08:26:15.610Z Compiling usdt-macro v0.5.0
14152025-02-23T08:26:15.633Z Compiling usdt-attr-macro v0.5.0
14162025-02-23T08:26:15.730Z Compiling term v0.7.0
14172025-02-23T08:26:15.945Z Compiling hyper-util v0.1.10
14182025-02-23T08:26:16.894Z Compiling slog-json v2.6.1
14192025-02-23T08:26:17.017Z Compiling serde_urlencoded v0.7.1
14202025-02-23T08:26:17.017Z Compiling crossbeam-channel v0.5.13
14212025-02-23T08:26:17.100Z Compiling curve25519-dalek v4.1.3
14222025-02-23T08:26:17.243Z Compiling futures-executor v0.3.31
14232025-02-23T08:26:17.516Z Compiling enum-as-inner v0.6.1
14242025-02-23T08:26:17.731Z Compiling md-5 v0.10.6
14252025-02-23T08:26:17.785Z Compiling async-stream-impl v0.3.6
14262025-02-23T08:26:18.006Z Compiling rustls-pemfile v2.2.0
14272025-02-23T08:26:18.041Z Compiling num-integer v0.1.46
14282025-02-23T08:26:18.328Z Compiling hash32 v0.2.1
14292025-02-23T08:26:18.560Z Compiling ff v0.13.0
14302025-02-23T08:26:18.701Z Compiling is-terminal v0.4.13
14312025-02-23T08:26:18.758Z Compiling memoffset v0.9.1
14322025-02-23T08:26:18.780Z Compiling object v0.36.5
14332025-02-23T08:26:18.847Z Compiling dropshot v0.12.0
14342025-02-23T08:26:18.868Z Compiling cfg_aliases v0.2.1
14352025-02-23T08:26:18.982Z Compiling fallible-iterator v0.2.0
14362025-02-23T08:26:19.031Z Compiling portable-atomic v1.9.0
14372025-02-23T08:26:19.075Z Compiling num-bigint-dig v0.8.4
14382025-02-23T08:26:19.158Z Compiling linked-hash-map v0.5.6
14392025-02-23T08:26:19.267Z Compiling rustc-demangle v0.1.24
14402025-02-23T08:26:19.437Z Compiling smoltcp v0.9.1
14412025-02-23T08:26:19.503Z Compiling litrs v0.4.1
14422025-02-23T08:26:19.686Z Compiling quick-error v1.2.3
14432025-02-23T08:26:19.864Z Compiling base16ct v0.2.0
14442025-02-23T08:26:20.062Z Compiling psl-types v2.0.11
14452025-02-23T08:26:20.082Z Compiling anyhow v1.0.96
14462025-02-23T08:26:20.182Z Compiling take_mut v0.2.2
14472025-02-23T08:26:20.214Z Compiling utf-8 v0.7.6
14482025-02-23T08:26:20.284Z Compiling publicsuffix v2.3.0
14492025-02-23T08:26:20.534Z Compiling tungstenite v0.24.0
14502025-02-23T08:26:20.571Z Compiling document-features v0.2.10
14512025-02-23T08:26:20.622Z Compiling sec1 v0.7.3
14522025-02-23T08:26:21.178Z Compiling resolv-conf v0.7.0
14532025-02-23T08:26:21.199Z Compiling postgres-protocol v0.6.7
14542025-02-23T08:26:21.340Z Compiling lru-cache v0.1.2
14552025-02-23T08:26:21.683Z Compiling async-stream v0.3.6
14562025-02-23T08:26:21.798Z Compiling nix v0.29.0
14572025-02-23T08:26:21.866Z Compiling slog-term v2.9.1
14582025-02-23T08:26:21.979Z Compiling group v0.13.0
14592025-02-23T08:26:22.314Z Compiling usdt v0.5.0
14602025-02-23T08:26:22.528Z Compiling hickory-proto v0.24.3
14612025-02-23T08:26:22.639Z Compiling num-iter v0.1.45
14622025-02-23T08:26:22.830Z Compiling futures v0.3.31
14632025-02-23T08:26:22.898Z Compiling slog-bunyan v2.5.0
14642025-02-23T08:26:23.371Z Compiling toml v0.8.19
14652025-02-23T08:26:24.052Z Compiling camino v1.1.9
14662025-02-23T08:26:24.055Z Compiling tokio-native-tls v0.3.1
14672025-02-23T08:26:24.533Z Compiling phf_shared v0.11.2
14682025-02-23T08:26:24.886Z Compiling dropshot_endpoint v0.12.0
14692025-02-23T08:26:24.910Z Compiling terminal_size v0.4.0
14702025-02-23T08:26:24.938Z Compiling waitgroup v0.1.2
14712025-02-23T08:26:25.150Z Compiling openapiv3 v2.0.0
14722025-02-23T08:26:25.168Z Compiling serde_path_to_error v0.1.16
14732025-02-23T08:26:25.296Z Compiling backtrace v0.3.74
14742025-02-23T08:26:25.815Z Compiling hkdf v0.12.4
14752025-02-23T08:26:25.945Z Compiling crypto-bigint v0.5.5
14762025-02-23T08:26:26.084Z Compiling zerocopy-derive v0.6.6
14772025-02-23T08:26:28.033Z Compiling curve25519-dalek-derive v0.1.1
14782025-02-23T08:26:28.174Z Compiling webpki-roots v0.26.6
14792025-02-23T08:26:28.392Z Compiling sync_wrapper v1.0.1
14802025-02-23T08:26:28.561Z Compiling hostname v0.4.0
14812025-02-23T08:26:28.788Z Compiling fs-err v2.11.0
14822025-02-23T08:26:28.863Z Compiling hubpack_derive v0.1.1
14832025-02-23T08:26:28.952Z Compiling ahash v0.8.11
14842025-02-23T08:26:29.099Z Compiling crc32fast v1.4.2
14852025-02-23T08:26:29.123Z Compiling managed v0.8.0
14862025-02-23T08:26:29.309Z Compiling debug-ignore v1.0.5
14872025-02-23T08:26:29.422Z Compiling tower-layer v0.3.3
14882025-02-23T08:26:29.468Z Compiling bitflags v1.3.2
14892025-02-23T08:26:29.490Z Compiling unicode-width v0.2.0
14902025-02-23T08:26:29.588Z Compiling winnow v0.5.40
14912025-02-23T08:26:29.607Z Compiling newtype-uuid v1.2.1
14922025-02-23T08:26:29.713Z Compiling tower v0.5.2
14932025-02-23T08:26:29.734Z Compiling hubpack v0.1.2
14942025-02-23T08:26:30.031Z Compiling console v0.15.10
14952025-02-23T08:26:30.527Z Compiling flate2 v1.0.35
14962025-02-23T08:26:31.314Z Compiling strum_macros v0.25.3
14972025-02-23T08:26:31.422Z Compiling clap_builder v4.5.30
14982025-02-23T08:26:31.674Z Compiling elliptic-curve v0.13.8
14992025-02-23T08:26:31.830Z Compiling hickory-resolver v0.24.3
15002025-02-23T08:26:31.867Z Compiling zerocopy v0.6.6
15012025-02-23T08:26:32.581Z Compiling signal-hook-mio v0.2.4
15022025-02-23T08:26:32.760Z Compiling phf v0.11.2
15032025-02-23T08:26:33.039Z Compiling toml_edit v0.19.15
15042025-02-23T08:26:33.075Z Compiling hyper-tls v0.6.0
15052025-02-23T08:26:33.250Z Compiling rayon v1.10.0
15062025-02-23T08:26:33.464Z Compiling cookie_store v0.21.1
15072025-02-23T08:26:34.972Z Compiling bzip2 v0.4.4
15082025-02-23T08:26:35.399Z Compiling postgres-types v0.2.8
15092025-02-23T08:26:36.794Z Compiling tokio-tungstenite v0.24.0
15102025-02-23T08:26:37.414Z Compiling ed25519 v2.2.3
15112025-02-23T08:26:37.580Z Compiling phf_shared v0.10.0
15122025-02-23T08:26:37.978Z Compiling tokio-stream v0.1.16
15132025-02-23T08:26:38.054Z Compiling pkcs1 v0.7.5
15142025-02-23T08:26:38.571Z Compiling serde-big-array v0.5.1
15152025-02-23T08:26:38.837Z Compiling clap_derive v4.5.28
15162025-02-23T08:26:38.940Z Compiling rfc6979 v0.4.0
15172025-02-23T08:26:38.960Z Compiling derive-where v1.2.7
15182025-02-23T08:26:39.133Z Compiling serde_repr v0.1.19
15192025-02-23T08:26:39.246Z Compiling bstr v1.10.0
15202025-02-23T08:26:39.362Z Compiling float-cmp v0.10.0
15212025-02-23T08:26:39.608Z Compiling predicates-core v1.0.8
15222025-02-23T08:26:39.924Z Compiling whoami v1.5.2
15232025-02-23T08:26:39.964Z Compiling precomputed-hash v0.1.1
15242025-02-23T08:26:40.097Z Compiling difflib v0.4.0
15252025-02-23T08:26:40.281Z Compiling normalize-line-endings v0.3.0
15262025-02-23T08:26:40.425Z Compiling number_prefix v0.4.0
15272025-02-23T08:26:40.452Z Compiling fixedbitset v0.4.2
15282025-02-23T08:26:40.654Z Compiling unicode-segmentation v1.12.0
15292025-02-23T08:26:40.779Z Compiling new_debug_unreachable v1.0.6
15302025-02-23T08:26:40.891Z Compiling static_assertions v1.1.0
15312025-02-23T08:26:40.934Z Compiling bit-vec v0.6.3
15322025-02-23T08:26:41.007Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15332025-02-23T08:26:41.352Z Compiling bit-set v0.5.3
15342025-02-23T08:26:41.429Z Compiling similar v2.6.0
15352025-02-23T08:26:41.563Z Compiling string_cache v0.8.7
15362025-02-23T08:26:41.640Z Compiling petgraph v0.6.5
15372025-02-23T08:26:41.999Z Compiling indicatif v0.17.11
15382025-02-23T08:26:42.096Z Compiling predicates v3.1.3
15392025-02-23T08:26:43.362Z Compiling clap v4.5.30
15402025-02-23T08:26:43.493Z Compiling tokio-postgres v0.7.12
15412025-02-23T08:26:43.556Z Compiling ecdsa v0.16.9
15422025-02-23T08:26:43.592Z Compiling rsa v0.9.6
15432025-02-23T08:26:44.022Z Compiling ed25519-dalek v2.1.1
15442025-02-23T08:26:45.222Z Compiling toml v0.7.8
15452025-02-23T08:26:45.354Z Compiling zip v0.6.6
15462025-02-23T08:26:46.395Z Compiling crossterm v0.28.1
15472025-02-23T08:26:47.267Z Compiling hex v0.4.3
15482025-02-23T08:26:47.403Z Compiling x509-cert v0.2.5
15492025-02-23T08:26:47.532Z Compiling itertools v0.10.5
15502025-02-23T08:26:47.862Z Compiling itertools v0.14.0
15512025-02-23T08:26:48.955Z Compiling lalrpop-util v0.19.12
15522025-02-23T08:26:48.958Z Compiling peg-runtime v0.8.3
15532025-02-23T08:26:49.333Z Compiling unicode-xid v0.2.6
15542025-02-23T08:26:49.541Z Compiling strum_macros v0.26.4
15552025-02-23T08:26:49.562Z Compiling xattr v1.3.1
15562025-02-23T08:26:49.583Z Compiling filetime v0.2.25
15572025-02-23T08:26:49.842Z Compiling tar v0.4.42
15582025-02-23T08:26:54.125Z Compiling strum v0.26.3
15592025-02-23T08:26:56.697Z Compiling aws-lc-sys v0.22.0
15602025-02-23T08:27:24.581Z Compiling rustls-webpki v0.102.8
15612025-02-23T08:27:27.833Z Compiling tokio-rustls v0.25.0
15622025-02-23T08:27:29.512Z Compiling tokio-rustls v0.26.0
15632025-02-23T08:27:29.813Z Compiling hyper-rustls v0.27.3
15642025-02-23T08:27:30.122Z Compiling reqwest v0.12.12
15652025-02-23T08:27:31.538Z Compiling qorb v0.2.1
15662025-02-23T08:27:34.578Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15672025-02-23T08:27:34.851Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15682025-02-23T08:27:39.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15692025-02-23T08:27:39.529Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15702025-02-23T08:27:39.580ZFeb 23 08:27:38.853 INFO Starting download, target: DendriteOpenapi
15712025-02-23T08:27:39.580ZFeb 23 08:27:38.853 INFO Starting download, target: Cockroach
15722025-02-23T08:27:39.580ZFeb 23 08:27:38.853 INFO Starting download, target: Clickhouse
15732025-02-23T08:27:39.580ZFeb 23 08:27:38.853 INFO Starting download, target: Console
15742025-02-23T08:27:39.583ZFeb 23 08:27:38.853 INFO Starting download, target: DendriteStub
15752025-02-23T08:27:39.583ZFeb 23 08:27:38.853 INFO Starting download, target: MaghemiteMgd
15762025-02-23T08:27:39.583ZFeb 23 08:27:38.853 INFO Starting download, target: TransceiverControl
15772025-02-23T08:27:39.583ZFeb 23 08:27:38.854 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15782025-02-23T08:27:39.583ZFeb 23 08:27:38.854 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15792025-02-23T08:27:39.583ZFeb 23 08:27:38.854 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15802025-02-23T08:27:39.583ZFeb 23 08:27:38.854 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15812025-02-23T08:27:39.583ZFeb 23 08:27:38.854 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15822025-02-23T08:27:39.583ZFeb 23 08:27:38.854 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15832025-02-23T08:27:39.583ZFeb 23 08:27:38.854 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15842025-02-23T08:27:39.766ZFeb 23 08:27:39.034 INFO Download complete, target: DendriteOpenapi
15852025-02-23T08:27:39.937ZFeb 23 08:27:39.208 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15862025-02-23T08:27:40.115ZFeb 23 08:27:39.383 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15872025-02-23T08:27:40.329ZFeb 23 08:27:39.597 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15882025-02-23T08:27:40.456ZFeb 23 08:27:39.727 INFO Download complete, target: TransceiverControl
15892025-02-23T08:27:40.501ZFeb 23 08:27:39.771 INFO Download complete, target: Console
15902025-02-23T08:27:40.724ZFeb 23 08:27:39.996 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15912025-02-23T08:27:41.157ZFeb 23 08:27:40.430 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15922025-02-23T08:27:41.157ZFeb 23 08:27:40.430 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15932025-02-23T08:27:41.438ZFeb 23 08:27:40.711 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15942025-02-23T08:27:43.209ZFeb 23 08:27:42.482 INFO Download complete, target: DendriteStub
15952025-02-23T08:27:43.932ZFeb 23 08:27:43.204 INFO Download complete, target: MaghemiteMgd
15962025-02-23T08:27:48.681ZFeb 23 08:27:47.954 INFO Checking that binary works, target: Cockroach
15972025-02-23T08:27:48.997ZFeb 23 08:27:48.269 INFO Download complete, target: Cockroach
15982025-02-23T08:27:54.268ZFeb 23 08:27:53.540 INFO Checking that binary works, target: Clickhouse
15992025-02-23T08:27:54.392ZFeb 23 08:27:53.657 INFO Download complete, target: Clickhouse
16002025-02-23T08:27:54.395ZAll prerequisites installed successfully
16012025-02-23T08:27:54.395Z
16022025-02-23T08:27:54.395Zreal 4:52.961485697
16032025-02-23T08:27:54.395Zuser 15:33.530219939
16042025-02-23T08:27:54.395Zsys 2:05.446645562
16052025-02-23T08:27:54.395Ztrap 0.579347825
16062025-02-23T08:27:54.395Ztflt 1.003379564
16072025-02-23T08:27:54.395Zdflt 1.411768806
16082025-02-23T08:27:54.395Zkflt 0.025063234
16092025-02-23T08:27:54.395Zlock 24:18.710480304
16102025-02-23T08:27:54.395Zslp 54:43.579386352
16112025-02-23T08:27:54.395Zlat 1:00.392995082
16122025-02-23T08:27:54.395Zstop 2:23.021188910
16132025-02-23T08:27:54.398Z+ ptime -m cargo xtask download softnpu
16142025-02-23T08:27:54.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16152025-02-23T08:27:54.971Z Running `target/debug/xtask download softnpu`
16162025-02-23T08:27:55.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16172025-02-23T08:27:55.862Z Running `target/debug/xtask-downloader softnpu`
16182025-02-23T08:27:55.899ZFeb 23 08:27:55.171 INFO Starting download, target: Softnpu
16192025-02-23T08:27:55.902ZFeb 23 08:27:55.171 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16202025-02-23T08:27:56.768ZFeb 23 08:27:56.040 INFO Download complete, target: Softnpu
16212025-02-23T08:27:56.773Z
16222025-02-23T08:27:56.782Zreal 2.371871116
16232025-02-23T08:27:56.782Zuser 1.293320491
16242025-02-23T08:27:56.782Zsys 0.549121988
16252025-02-23T08:27:56.782Ztrap 0.000524970
16262025-02-23T08:27:56.783Ztflt 0.000050494
16272025-02-23T08:27:56.783Zdflt 0.000082372
16282025-02-23T08:27:56.783Zkflt 0.000000000
16292025-02-23T08:27:56.783Zlock 9.088290238
16302025-02-23T08:27:56.783Zslp 0.727116300
16312025-02-23T08:27:56.783Zlat 0.072541616
16322025-02-23T08:27:56.783Zstop 0.000166702
16332025-02-23T08:27:56.783Z+ export CARGO_INCREMENTAL=0
16342025-02-23T08:27:56.783Z+ CARGO_INCREMENTAL=0
16352025-02-23T08:27:56.783Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16362025-02-23T08:27:57.744Z Compiling proc-macro2 v1.0.92
16372025-02-23T08:27:57.747Z Compiling unicode-ident v1.0.14
16382025-02-23T08:27:57.747Z Compiling libc v0.2.169
16392025-02-23T08:27:57.747Z Compiling serde v1.0.217
16402025-02-23T08:27:57.747Z Compiling autocfg v1.4.0
16412025-02-23T08:27:57.747Z Compiling version_check v0.9.5
16422025-02-23T08:27:57.747Z Compiling cfg-if v1.0.0
16432025-02-23T08:27:58.027Z Compiling memchr v2.7.4
16442025-02-23T08:27:58.061Z Compiling typenum v1.17.0
16452025-02-23T08:27:58.085Z Compiling shlex v1.3.0
16462025-02-23T08:27:58.415Z Compiling value-bag v1.9.0
16472025-02-23T08:27:58.523Z Compiling generic-array v0.14.7
16482025-02-23T08:27:58.779Z Compiling lock_api v0.4.12
16492025-02-23T08:27:58.872Z Compiling log v0.4.22
16502025-02-23T08:27:58.970Z Compiling scopeguard v1.2.0
16512025-02-23T08:27:59.138Z Compiling parking_lot_core v0.9.10
16522025-02-23T08:27:59.339Z Compiling serde_json v1.0.139
16532025-02-23T08:27:59.555Z Compiling quote v1.0.38
16542025-02-23T08:27:59.600Z Compiling once_cell v1.20.3
16552025-02-23T08:27:59.660Z Compiling rustix v0.38.37
16562025-02-23T08:27:59.683Z Compiling libm v0.2.8
16572025-02-23T08:27:59.927Z Compiling jobserver v0.1.32
16582025-02-23T08:27:59.973Z Compiling syn v2.0.96
16592025-02-23T08:28:00.036Z Compiling getrandom v0.2.15
16602025-02-23T08:28:00.118Z Compiling aho-corasick v1.1.3
16612025-02-23T08:28:00.277Z Compiling num-traits v0.2.19
16622025-02-23T08:28:00.281Z Compiling semver v1.0.25
16632025-02-23T08:28:00.339Z Compiling cc v1.2.15
16642025-02-23T08:28:00.405Z Compiling regex-syntax v0.8.5
16652025-02-23T08:28:00.581Z Compiling thiserror v1.0.69
16662025-02-23T08:28:00.622Z Compiling either v1.13.0
16672025-02-23T08:28:00.755Z Compiling itoa v1.0.11
16682025-02-23T08:28:00.990Z Compiling slab v0.4.9
16692025-02-23T08:28:01.112Z Compiling spin v0.9.8
16702025-02-23T08:28:01.484Z Compiling errno v0.3.9
16712025-02-23T08:28:01.509Z Compiling byteorder v1.5.0
16722025-02-23T08:28:01.527Z Compiling rand_core v0.6.4
16732025-02-23T08:28:02.009Z Compiling glob v0.3.2
16742025-02-23T08:28:02.266Z Compiling prettyplease v0.2.29
16752025-02-23T08:28:02.663Z Compiling lazy_static v1.5.0
16762025-02-23T08:28:02.690Z Compiling clang-sys v1.8.1
16772025-02-23T08:28:02.905Z Compiling smallvec v1.13.2
16782025-02-23T08:28:02.981Z Compiling minimal-lexical v0.2.1
16792025-02-23T08:28:03.411Z Compiling nom v7.1.3
16802025-02-23T08:28:03.490Z Compiling libloading v0.8.5
16812025-02-23T08:28:03.511Z Compiling home v0.5.9
16822025-02-23T08:28:03.688Z Compiling subtle v2.6.1
16832025-02-23T08:28:03.750Z Compiling bindgen v0.69.5
16842025-02-23T08:28:03.869Z Compiling itertools v0.12.1
16852025-02-23T08:28:04.009Z Compiling regex-automata v0.4.8
16862025-02-23T08:28:04.221Z Compiling allocator-api2 v0.2.18
16872025-02-23T08:28:04.558Z Compiling rustc-hash v1.1.0
16882025-02-23T08:28:04.732Z Compiling lazycell v1.3.0
16892025-02-23T08:28:04.952Z Compiling cmake v0.1.51
16902025-02-23T08:28:05.434Z Compiling fs_extra v1.3.0
16912025-02-23T08:28:05.704Z Compiling dunce v1.0.5
16922025-02-23T08:28:06.072Z Compiling pkg-config v0.3.31
16932025-02-23T08:28:06.176Z Compiling pin-project-lite v0.2.14
16942025-02-23T08:28:06.321Z Compiling ring v0.17.11
16952025-02-23T08:28:06.565Z Compiling cexpr v0.6.0
16962025-02-23T08:28:07.087Z Compiling synstructure v0.13.1
16972025-02-23T08:28:07.279Z Compiling ryu v1.0.18
16982025-02-23T08:28:07.521Z Compiling paste v1.0.15
16992025-02-23T08:28:07.640Z Compiling aws-lc-rs v1.10.0
17002025-02-23T08:28:07.953Z Compiling schemars v0.8.21
17012025-02-23T08:28:08.085Z Compiling fnv v1.0.7
17022025-02-23T08:28:08.231Z Compiling const-oid v0.9.6
17032025-02-23T08:28:08.326Z Compiling httparse v1.9.5
17042025-02-23T08:28:08.987Z Compiling serde_derive_internals v0.29.1
17052025-02-23T08:28:09.039Z Compiling signal-hook-registry v1.4.2
17062025-02-23T08:28:09.624Z Compiling regex v1.11.1
17072025-02-23T08:28:09.681Z Compiling foldhash v0.1.3
17082025-02-23T08:28:09.981Z Compiling equivalent v1.0.1
17092025-02-23T08:28:10.120Z Compiling hashbrown v0.15.1
17102025-02-23T08:28:10.235Z Compiling parking_lot v0.12.3
17112025-02-23T08:28:10.463Z Compiling mio v1.0.2
17122025-02-23T08:28:10.532Z Compiling heck v0.5.0
17132025-02-23T08:28:10.970Z Compiling serde_derive v1.0.217
17142025-02-23T08:28:11.070Z Compiling zeroize_derive v1.4.2
17152025-02-23T08:28:11.317Z Compiling zerocopy-derive v0.7.35
17162025-02-23T08:28:12.112Z Compiling tokio-macros v2.5.0
17172025-02-23T08:28:12.281Z Compiling thiserror-impl v1.0.69
17182025-02-23T08:28:12.416Z Compiling zeroize v1.8.1
17192025-02-23T08:28:12.825Z Compiling zerofrom-derive v0.1.4
17202025-02-23T08:28:12.863Z Compiling yoke-derive v0.7.4
17212025-02-23T08:28:13.163Z Compiling futures-macro v0.3.31
17222025-02-23T08:28:13.195Z Compiling zerovec-derive v0.10.3
17232025-02-23T08:28:13.233Z Compiling displaydoc v0.2.5
17242025-02-23T08:28:14.659Z Compiling zerocopy v0.7.35
17252025-02-23T08:28:14.861Z Compiling crypto-common v0.1.6
17262025-02-23T08:28:14.994Z Compiling icu_provider_macros v1.5.0
17272025-02-23T08:28:15.076Z Compiling tracing-attributes v0.1.27
17282025-02-23T08:28:15.145Z Compiling schemars_derive v0.8.21
17292025-02-23T08:28:15.501Z Compiling block-buffer v0.10.4
17302025-02-23T08:28:15.771Z Compiling stable_deref_trait v1.2.0
17312025-02-23T08:28:15.788Z Compiling digest v0.10.7
17322025-02-23T08:28:16.004Z Compiling socket2 v0.5.7
17332025-02-23T08:28:16.184Z Compiling futures-core v0.3.31
17342025-02-23T08:28:16.246Z Compiling time-core v0.1.2
17352025-02-23T08:28:16.442Z Compiling num-conv v0.1.0
17362025-02-23T08:28:16.461Z Compiling crossbeam-utils v0.8.20
17372025-02-23T08:28:16.735Z Compiling time-macros v0.2.18
17382025-02-23T08:28:17.717Z Compiling der_derive v0.7.3
17392025-02-23T08:28:17.780Z Compiling vcpkg v0.2.15
17402025-02-23T08:28:19.215Z Compiling openssl-sys v0.9.106
17412025-02-23T08:28:19.922Z Compiling futures-sink v0.3.31
17422025-02-23T08:28:20.189Z Compiling cpufeatures v0.2.14
17432025-02-23T08:28:20.406Z Compiling slog v2.7.0
17442025-02-23T08:28:20.699Z Compiling ahash v0.8.11
17452025-02-23T08:28:20.748Z Compiling syn v1.0.109
17462025-02-23T08:28:20.879Z Compiling futures-channel v0.3.31
17472025-02-23T08:28:21.075Z Compiling zerofrom v0.1.4
17482025-02-23T08:28:21.121Z Compiling pin-utils v0.1.0
17492025-02-23T08:28:21.298Z Compiling futures-io v0.3.31
17502025-02-23T08:28:21.350Z Compiling iana-time-zone v0.1.61
17512025-02-23T08:28:21.353Z Compiling futures-task v0.3.31
17522025-02-23T08:28:21.426Z Compiling yoke v0.7.4
17532025-02-23T08:28:21.644Z Compiling futures-util v0.3.31
17542025-02-23T08:28:22.067Z Compiling scroll_derive v0.12.0
17552025-02-23T08:28:22.250Z Compiling openssl v0.10.71
17562025-02-23T08:28:22.522Z Compiling ucd-trie v0.1.7
17572025-02-23T08:28:22.766Z Compiling bitflags v2.6.0
17582025-02-23T08:28:22.956Z Compiling bytes v1.9.0
17592025-02-23T08:28:23.654Z Compiling indexmap v2.7.1
17602025-02-23T08:28:24.947Z Compiling tokio v1.43.0
17612025-02-23T08:28:25.124Z Compiling serde_tokenstream v0.2.2
17622025-02-23T08:28:25.687Z Compiling uuid v1.12.0
17632025-02-23T08:28:25.887Z Compiling http v1.2.0
17642025-02-23T08:28:27.054Z Compiling which v4.4.2
17652025-02-23T08:28:27.515Z Compiling chrono v0.4.39
17662025-02-23T08:28:27.905Z Compiling rustc_version v0.4.1
17672025-02-23T08:28:30.190Z Compiling pest v2.7.14
17682025-02-23T08:28:32.389Z Compiling zerovec v0.10.4
17692025-02-23T08:28:33.195Z Compiling hmac v0.12.1
17702025-02-23T08:28:34.311Z Compiling pest_meta v2.7.14
17712025-02-23T08:28:35.514Z Compiling block-padding v0.3.3
17722025-02-23T08:28:35.756Z Compiling openssl-macros v0.1.1
17732025-02-23T08:28:35.778Z Compiling rustls v0.23.19
17742025-02-23T08:28:36.100Z Compiling native-tls v0.2.12
17752025-02-23T08:28:36.467Z Compiling inout v0.1.3
17762025-02-23T08:28:36.487Z Compiling pest_generator v2.7.14
17772025-02-23T08:28:36.729Z Compiling tinystr v0.7.6
17782025-02-23T08:28:36.804Z Compiling serde_spanned v0.6.8
17792025-02-23T08:28:37.043Z Compiling toml_datetime v0.6.8
17802025-02-23T08:28:37.181Z Compiling tracing-core v0.1.32
17812025-02-23T08:28:37.201Z Compiling litemap v0.7.3
17822025-02-23T08:28:37.473Z Compiling strsim v0.11.1
17832025-02-23T08:28:37.575Z Compiling dyn-clone v1.0.18
17842025-02-23T08:28:37.849Z Compiling writeable v0.5.5
17852025-02-23T08:28:38.116Z Compiling tracing v0.1.40
17862025-02-23T08:28:38.142Z Compiling pest_derive v2.7.14
17872025-02-23T08:28:38.291Z Compiling icu_locid v1.5.0
17882025-02-23T08:28:39.014Z Compiling cipher v0.4.4
17892025-02-23T08:28:39.100Z Compiling aws-lc-sys v0.22.0
17902025-02-23T08:28:39.158Z Compiling sha2 v0.10.8
17912025-02-23T08:28:39.472Z Compiling usdt-impl v0.5.0
17922025-02-23T08:28:39.858Z Compiling cookie v0.18.1
17932025-02-23T08:28:40.126Z Compiling base64ct v1.6.0
17942025-02-23T08:28:40.195Z Compiling icu_provider v1.5.0
17952025-02-23T08:28:40.692Z Compiling pem-rfc7468 v0.7.0
17962025-02-23T08:28:41.233Z Compiling scroll v0.12.0
17972025-02-23T08:28:43.169Z Compiling ppv-lite86 v0.2.20
17982025-02-23T08:28:43.229Z Compiling async-trait v0.1.86
17992025-02-23T08:28:45.327Z Compiling plain v0.2.3
18002025-02-23T08:28:45.494Z Compiling icu_locid_transform_data v1.5.0
18012025-02-23T08:28:45.612Z Compiling rustls-pki-types v1.10.0
18022025-02-23T08:28:46.000Z Compiling anyhow v1.0.96
18032025-02-23T08:28:46.617Z Compiling flagset v0.4.6
18042025-02-23T08:28:46.836Z Compiling camino v1.1.9
18052025-02-23T08:28:47.230Z Compiling percent-encoding v2.3.1
18062025-02-23T08:28:47.310Z Compiling der v0.7.9
18072025-02-23T08:28:47.668Z Compiling icu_locid_transform v1.5.0
18082025-02-23T08:28:49.323Z Compiling goblin v0.8.2
18092025-02-23T08:28:49.853Z Compiling rand_chacha v0.3.1
18102025-02-23T08:28:50.698Z Compiling icu_collections v1.5.0
18112025-02-23T08:28:51.357Z Compiling tokio-util v0.7.12
18122025-02-23T08:28:52.602Z Compiling mirai-annotations v1.12.0
18132025-02-23T08:28:52.803Z Compiling rayon-core v1.12.1
18142025-02-23T08:28:53.130Z Compiling untrusted v0.9.0
18152025-02-23T08:28:53.257Z Compiling icu_properties_data v1.5.0
18162025-02-23T08:28:53.306Z Compiling pretty-hex v0.4.1
18172025-02-23T08:28:53.354Z Compiling rustls v0.22.4
18182025-02-23T08:28:53.509Z Compiling powerfmt v0.2.0
18192025-02-23T08:28:53.531Z Compiling untrusted v0.7.1
18202025-02-23T08:28:53.637Z Compiling icu_properties v1.5.1
18212025-02-23T08:28:54.013Z Compiling deranged v0.3.11
18222025-02-23T08:28:54.980Z Compiling dof v0.3.0
18232025-02-23T08:28:56.336Z Compiling rand v0.8.5
18242025-02-23T08:28:56.441Z Compiling spki v0.7.3
18252025-02-23T08:28:57.001Z Compiling salsa20 v0.10.2
18262025-02-23T08:28:57.237Z Compiling dtrace-parser v0.2.0
18272025-02-23T08:28:57.277Z Compiling pbkdf2 v0.12.2
18282025-02-23T08:28:58.233Z Compiling thread-id v4.2.2
18292025-02-23T08:28:58.364Z Compiling utf16_iter v1.0.5
18302025-02-23T08:28:58.578Z Compiling utf8_iter v1.0.4
18312025-02-23T08:28:58.754Z Compiling atomic-waker v1.1.2
18322025-02-23T08:28:59.035Z Compiling winnow v0.5.40
18332025-02-23T08:28:59.163Z Compiling write16 v1.0.0
18342025-02-23T08:28:59.165Z Compiling num_threads v0.1.7
18352025-02-23T08:28:59.318Z Compiling litrs v0.4.1
18362025-02-23T08:28:59.490Z Compiling icu_normalizer_data v1.5.0
18372025-02-23T08:28:59.679Z Compiling icu_normalizer v1.5.0
18382025-02-23T08:29:00.271Z Compiling document-features v0.2.10
18392025-02-23T08:29:01.180Z Compiling time v0.3.36
18402025-02-23T08:29:02.386Z Compiling toml_edit v0.19.15
18412025-02-23T08:29:04.431Z Compiling scrypt v0.11.0
18422025-02-23T08:29:04.787Z Compiling form_urlencoded v1.2.1
18432025-02-23T08:29:04.893Z Compiling aes v0.8.4
18442025-02-23T08:29:05.068Z Compiling cbc v0.1.2
18452025-02-23T08:29:05.236Z Compiling http-body v1.0.1
18462025-02-23T08:29:05.311Z Compiling multer v3.1.0
18472025-02-23T08:29:05.531Z Compiling slog-async v2.8.0
18482025-02-23T08:29:05.660Z Compiling tinyvec_macros v0.1.1
18492025-02-23T08:29:05.778Z Compiling try-lock v0.2.5
18502025-02-23T08:29:05.967Z Compiling rustversion v1.0.17
18512025-02-23T08:29:06.220Z Compiling want v0.3.1
18522025-02-23T08:29:06.528Z Compiling pkcs5 v0.7.1
18532025-02-23T08:29:06.660Z Compiling tinyvec v1.8.0
18542025-02-23T08:29:08.194Z Compiling idna_adapter v1.2.0
18552025-02-23T08:29:08.478Z Compiling h2 v0.4.6
18562025-02-23T08:29:08.680Z Compiling heapless v0.7.17
18572025-02-23T08:29:09.211Z Compiling bzip2-sys v0.1.11+1.0.8
18582025-02-23T08:29:09.714Z Compiling tower-service v0.3.3
18592025-02-23T08:29:10.026Z Compiling signal-hook v0.3.17
18602025-02-23T08:29:10.269Z Compiling httpdate v1.0.3
18612025-02-23T08:29:11.056Z Compiling idna v1.0.3
18622025-02-23T08:29:12.249Z Compiling pkcs8 v0.10.2
18632025-02-23T08:29:13.274Z Compiling usdt-macro v0.5.0
18642025-02-23T08:29:13.408Z Compiling usdt-attr-macro v0.5.0
18652025-02-23T08:29:14.686Z Compiling async-stream-impl v0.3.6
18662025-02-23T08:29:14.882Z Compiling base64 v0.22.1
18672025-02-23T08:29:15.864Z Compiling adler2 v2.0.0
18682025-02-23T08:29:16.153Z Compiling miniz_oxide v0.8.0
18692025-02-23T08:29:16.679Z Compiling hyper v1.5.2
18702025-02-23T08:29:19.557Z Compiling curve25519-dalek v4.1.3
18712025-02-23T08:29:19.648Z Compiling openapiv3 v2.0.0
18722025-02-23T08:29:22.169Z Compiling hyper-util v0.1.10
18732025-02-23T08:29:23.087Z Compiling enum-as-inner v0.6.1
18742025-02-23T08:29:23.541Z Compiling memoffset v0.9.1
18752025-02-23T08:29:23.754Z Compiling dropshot v0.12.0
18762025-02-23T08:29:23.907Z Compiling foreign-types-shared v0.1.1
18772025-02-23T08:29:24.094Z Compiling newtype-uuid v1.2.1
18782025-02-23T08:29:24.110Z Compiling match_cfg v0.1.0
18792025-02-23T08:29:24.179Z Compiling portable-atomic v1.9.0
18802025-02-23T08:29:24.219Z Compiling num-bigint-dig v0.8.4
18812025-02-23T08:29:24.619Z Compiling smoltcp v0.9.1
18822025-02-23T08:29:25.187Z Compiling hostname v0.3.1
18832025-02-23T08:29:25.203Z Compiling foreign-types v0.3.2
18842025-02-23T08:29:26.877Z Compiling url v2.5.3
18852025-02-23T08:29:29.273Z Compiling http-body-util v0.1.2
18862025-02-23T08:29:29.802Z Compiling dirs-sys-next v0.1.2
18872025-02-23T08:29:29.835Z Compiling encoding_rs v0.8.34
18882025-02-23T08:29:29.911Z Compiling cfg_aliases v0.2.1
18892025-02-23T08:29:30.025Z Compiling heck v0.4.1
18902025-02-23T08:29:30.271Z Compiling mime v0.3.17
18912025-02-23T08:29:30.405Z Compiling data-encoding v2.6.0
18922025-02-23T08:29:31.457Z Compiling gimli v0.31.1
18932025-02-23T08:29:31.838Z Compiling ident_case v1.0.1
18942025-02-23T08:29:32.055Z Compiling siphasher v0.3.11
18952025-02-23T08:29:32.531Z Compiling darling_core v0.20.10
18962025-02-23T08:29:32.675Z Compiling dirs-next v2.0.0
18972025-02-23T08:29:32.824Z Compiling nix v0.29.0
18982025-02-23T08:29:37.784Z Compiling addr2line v0.24.2
18992025-02-23T08:29:38.685Z Compiling unicode-normalization v0.1.24
19002025-02-23T08:29:39.934Z Compiling serde_urlencoded v0.7.1
19012025-02-23T08:29:40.314Z Compiling crossbeam-epoch v0.9.18
19022025-02-23T08:29:40.571Z Compiling rustls-pemfile v2.2.0
19032025-02-23T08:29:40.952Z Compiling hubpack_derive v0.1.1
19042025-02-23T08:29:41.028Z Compiling dropshot_endpoint v0.12.0
19052025-02-23T08:29:41.090Z Compiling sha1 v0.10.6
19062025-02-23T08:29:41.150Z Compiling signature v2.2.0
19072025-02-23T08:29:41.418Z Compiling curve25519-dalek-derive v0.1.1
19082025-02-23T08:29:41.498Z Compiling zerocopy-derive v0.6.6
19092025-02-23T08:29:42.699Z Compiling object v0.36.5
19102025-02-23T08:29:43.189Z Compiling thread_local v1.1.8
19112025-02-23T08:29:43.641Z Compiling fs-err v2.11.0
19122025-02-23T08:29:44.702Z Compiling unicode-bidi v0.3.17
19132025-02-23T08:29:47.294Z Compiling utf8parse v0.2.2
19142025-02-23T08:29:49.913Z Compiling openssl-probe v0.1.5
19152025-02-23T08:29:50.473Z Compiling rustls-webpki v0.102.8
19162025-02-23T08:29:51.244Z Compiling rustc-demangle v0.1.24
19172025-02-23T08:29:51.543Z Compiling anstyle v1.0.10
19182025-02-23T08:29:51.992Z Compiling ipnet v2.10.1
19192025-02-23T08:29:52.147Z Compiling winnow v0.6.20
19202025-02-23T08:29:52.276Z Compiling unicode-properties v0.1.3
19212025-02-23T08:29:52.909Z Compiling stringprep v0.1.5
19222025-02-23T08:29:53.539Z Compiling backtrace v0.3.74
19232025-02-23T08:29:55.535Z Compiling toml_edit v0.22.22
19242025-02-23T08:30:01.911Z Compiling anstyle-parse v0.2.5
19252025-02-23T08:30:02.465Z Compiling crossbeam-deque v0.8.5
19262025-02-23T08:30:02.890Z Compiling darling_macro v0.20.10
19272025-02-23T08:30:02.994Z Compiling term v0.7.0
19282025-02-23T08:30:03.748Z Compiling slog-json v2.6.1
19292025-02-23T08:30:04.443Z Compiling crossbeam-channel v0.5.13
19302025-02-23T08:30:05.028Z Compiling hashbrown v0.14.5
19312025-02-23T08:30:05.691Z Compiling futures-executor v0.3.31
19322025-02-23T08:30:06.127Z Compiling num-integer v0.1.46
19332025-02-23T08:30:06.213Z Compiling md-5 v0.10.6
19342025-02-23T08:30:06.245Z Compiling ff v0.13.0
19352025-02-23T08:30:06.529Z Compiling hash32 v0.2.1
19362025-02-23T08:30:06.537Z Compiling memmap v0.7.0
19372025-02-23T08:30:06.537Z Compiling is-terminal v0.4.13
19382025-02-23T08:30:06.790Z Compiling psl-types v2.0.11
19392025-02-23T08:30:06.814Z Compiling colorchoice v1.0.2
19402025-02-23T08:30:06.832Z Compiling utf-8 v0.7.6
19412025-02-23T08:30:06.996Z Compiling fallible-iterator v0.2.0
19422025-02-23T08:30:07.011Z Compiling is_terminal_polyfill v1.70.1
19432025-02-23T08:30:07.172Z Compiling base16ct v0.2.0
19442025-02-23T08:30:07.304Z Compiling take_mut v0.2.2
19452025-02-23T08:30:07.511Z Compiling anstyle-query v1.1.1
19462025-02-23T08:30:07.672Z Compiling quick-error v1.2.3
19472025-02-23T08:30:07.694Z Compiling linked-hash-map v0.5.6
19482025-02-23T08:30:07.722Z Compiling publicsuffix v2.3.0
19492025-02-23T08:30:07.853Z Compiling resolv-conf v0.7.0
19502025-02-23T08:30:07.983Z Compiling anstream v0.6.15
19512025-02-23T08:30:08.052Z Compiling lru-cache v0.1.2
19522025-02-23T08:30:08.073Z Compiling postgres-protocol v0.6.7
19532025-02-23T08:30:08.470Z Compiling sec1 v0.7.3
19542025-02-23T08:30:08.529Z Compiling tungstenite v0.24.0
19552025-02-23T08:30:09.209Z Compiling usdt v0.5.0
19562025-02-23T08:30:09.346Z Compiling num-iter v0.1.45
19572025-02-23T08:30:09.566Z Compiling slog-term v2.9.1
19582025-02-23T08:30:09.655Z Compiling group v0.13.0
19592025-02-23T08:30:09.985Z Compiling regress v0.10.1
19602025-02-23T08:30:10.210Z Compiling futures v0.3.31
19612025-02-23T08:30:13.077Z Compiling slog-bunyan v2.5.0
19622025-02-23T08:30:13.300Z Compiling darling v0.20.10
19632025-02-23T08:30:13.655Z Compiling tokio-rustls v0.26.0
19642025-02-23T08:30:13.700Z Compiling tokio-rustls v0.25.0
19652025-02-23T08:30:14.130Z Compiling toml v0.8.19
19662025-02-23T08:30:14.166Z Compiling tokio-native-tls v0.3.1
19672025-02-23T08:30:14.551Z Compiling hickory-proto v0.24.3
19682025-02-23T08:30:14.771Z Compiling phf_shared v0.11.2
19692025-02-23T08:30:15.138Z Compiling strum_macros v0.25.3
19702025-02-23T08:30:15.708Z Compiling async-stream v0.3.6
19712025-02-23T08:30:15.728Z Compiling waitgroup v0.1.2
19722025-02-23T08:30:15.806Z Compiling webpki-roots v0.26.6
19732025-02-23T08:30:16.044Z Compiling hkdf v0.12.4
19742025-02-23T08:30:16.268Z Compiling terminal_size v0.4.0
19752025-02-23T08:30:16.419Z Compiling serde_path_to_error v0.1.16
19762025-02-23T08:30:16.513Z Compiling sync_wrapper v1.0.1
19772025-02-23T08:30:16.874Z Compiling crypto-bigint v0.5.5
19782025-02-23T08:30:16.956Z Compiling derive-where v1.2.7
19792025-02-23T08:30:17.163Z Compiling clap_derive v4.5.28
19802025-02-23T08:30:18.492Z Compiling serde_repr v0.1.19
19812025-02-23T08:30:19.553Z Compiling hostname v0.4.0
19822025-02-23T08:30:19.752Z Compiling crc32fast v1.4.2
19832025-02-23T08:30:19.913Z Compiling clap_lex v0.7.4
19842025-02-23T08:30:20.087Z Compiling bitflags v1.3.2
19852025-02-23T08:30:20.205Z Compiling debug-ignore v1.0.5
19862025-02-23T08:30:20.381Z Compiling managed v0.8.0
19872025-02-23T08:30:20.741Z Compiling tower-layer v0.3.3
19882025-02-23T08:30:20.987Z Compiling unicode-width v0.2.0
19892025-02-23T08:30:21.535Z Compiling console v0.15.10
19902025-02-23T08:30:21.673Z Compiling tower v0.5.2
19912025-02-23T08:30:22.646Z Compiling clap_builder v4.5.30
19922025-02-23T08:30:24.371Z Compiling hickory-resolver v0.24.3
19932025-02-23T08:30:25.113Z Compiling flate2 v1.0.35
19942025-02-23T08:30:25.946Z Compiling elliptic-curve v0.13.8
19952025-02-23T08:30:27.230Z Compiling hyper-rustls v0.27.3
19962025-02-23T08:30:30.042Z Compiling phf v0.11.2
19972025-02-23T08:30:30.233Z Compiling hyper-tls v0.6.0
19982025-02-23T08:30:30.628Z Compiling typify-impl v0.2.0
19992025-02-23T08:30:30.785Z Compiling signal-hook-mio v0.2.4
20002025-02-23T08:30:30.974Z Compiling rayon v1.10.0
20012025-02-23T08:30:31.280Z Compiling bzip2 v0.4.4
20022025-02-23T08:30:31.664Z Compiling cookie_store v0.21.1
20032025-02-23T08:30:32.754Z Compiling tokio-tungstenite v0.24.0
20042025-02-23T08:30:33.296Z Compiling postgres-types v0.2.8
20052025-02-23T08:30:34.028Z Compiling zerocopy v0.6.6
20062025-02-23T08:30:34.555Z Compiling hubpack v0.1.2
20072025-02-23T08:30:34.831Z Compiling ed25519 v2.2.3
20082025-02-23T08:30:34.981Z Compiling phf_shared v0.10.0
20092025-02-23T08:30:35.263Z Compiling pkcs1 v0.7.5
20102025-02-23T08:30:35.361Z Compiling tokio-stream v0.1.16
20112025-02-23T08:30:35.819Z Compiling ipnetwork v0.21.1
20122025-02-23T08:30:36.090Z Compiling rfc6979 v0.4.0
20132025-02-23T08:30:36.297Z Compiling serde-big-array v0.5.1
20142025-02-23T08:30:36.379Z Compiling float-cmp v0.10.0
20152025-02-23T08:30:36.573Z Compiling bstr v1.10.0
20162025-02-23T08:30:38.032Z Compiling number_prefix v0.4.0
20172025-02-23T08:30:38.284Z Compiling predicates-core v1.0.8
20182025-02-23T08:30:38.604Z Compiling normalize-line-endings v0.3.0
20192025-02-23T08:30:38.664Z Compiling difflib v0.4.0
20202025-02-23T08:30:39.048Z Compiling unicode-segmentation v1.12.0
20212025-02-23T08:30:39.400Z Compiling static_assertions v1.1.0
20222025-02-23T08:30:39.472Z Compiling new_debug_unreachable v1.0.6
20232025-02-23T08:30:39.541Z Compiling whoami v1.5.2
20242025-02-23T08:30:39.572Z Compiling bit-vec v0.6.3
20252025-02-23T08:30:39.746Z Compiling fixedbitset v0.4.2
20262025-02-23T08:30:39.914Z Compiling precomputed-hash v0.1.1
20272025-02-23T08:30:39.976Z Compiling bit-set v0.5.3
20282025-02-23T08:30:40.105Z Compiling string_cache v0.8.7
20292025-02-23T08:30:40.161Z Compiling petgraph v0.6.5
20302025-02-23T08:30:40.240Z Compiling tokio-postgres v0.7.12
20312025-02-23T08:30:40.299Z Compiling similar v2.6.0
20322025-02-23T08:30:40.439Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20332025-02-23T08:30:40.490Z Compiling typify-macro v0.2.0
20342025-02-23T08:30:41.967Z Compiling predicates v3.1.3
20352025-02-23T08:30:43.272Z Compiling reqwest v0.12.12
20362025-02-23T08:30:43.646Z Compiling indicatif v0.17.11
20372025-02-23T08:30:44.076Z Compiling ecdsa v0.16.9
20382025-02-23T08:30:44.918Z Compiling qorb v0.2.1
20392025-02-23T08:30:45.445Z Compiling rsa v0.9.6
20402025-02-23T08:30:45.778Z Compiling ed25519-dalek v2.1.1
20412025-02-23T08:30:46.855Z Compiling zip v0.6.6
20422025-02-23T08:30:47.058Z Compiling crossterm v0.28.1
20432025-02-23T08:30:47.626Z Compiling clap v4.5.30
20442025-02-23T08:30:49.727Z Compiling toml v0.7.8
20452025-02-23T08:30:49.936Z Compiling x509-cert v0.2.5
20462025-02-23T08:30:50.510Z Compiling hex v0.4.3
20472025-02-23T08:30:51.184Z Compiling itertools v0.14.0
20482025-02-23T08:30:51.829Z Compiling itertools v0.10.5
20492025-02-23T08:30:52.124Z Compiling zerocopy v0.8.10
20502025-02-23T08:30:52.973Z Compiling unicode-xid v0.2.6
20512025-02-23T08:30:53.867Z Compiling peg-runtime v0.8.3
20522025-02-23T08:30:53.918Z Compiling lalrpop-util v0.19.12
20532025-02-23T08:30:55.567Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20542025-02-23T08:30:59.293Z Compiling proc-macro-crate v1.3.1
20552025-02-23T08:31:00.114Z Compiling macaddr v1.0.1
20562025-02-23T08:31:00.722Z Compiling zerocopy-derive v0.8.10
20572025-02-23T08:31:00.749Z Compiling itertools v0.13.0
20582025-02-23T08:31:03.016Z Compiling heapless v0.8.0
20592025-02-23T08:31:03.808Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20602025-02-23T08:31:09.915Z Compiling num_enum_derive v0.5.11
20612025-02-23T08:31:14.942Z Compiling hash32 v0.3.1
20622025-02-23T08:31:16.079Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632025-02-23T08:31:16.191Z Compiling smoltcp v0.11.0
20642025-02-23T08:31:22.041Z Compiling num_enum v0.5.11
20652025-02-23T08:31:22.430Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20662025-02-23T08:31:23.337Z Compiling typify v0.2.0
20672025-02-23T08:31:23.374Z Compiling oxnet v0.1.0
20682025-02-23T08:31:24.365Z Compiling proc-macro-error-attr v1.0.4
20692025-02-23T08:31:24.546Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20702025-02-23T08:31:24.721Z Compiling cobs v0.2.3
20712025-02-23T08:31:25.968Z Compiling thiserror v2.0.11
20722025-02-23T08:31:26.475Z Compiling unsafe-libyaml v0.2.11
20732025-02-23T08:31:27.951Z Compiling serde_yaml v0.9.34+deprecated
20742025-02-23T08:31:28.105Z Compiling postcard v1.0.10
20752025-02-23T08:31:41.738Z Compiling progenitor-impl v0.8.0
20762025-02-23T08:31:43.025Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20772025-02-23T08:31:53.217Z Compiling strum_macros v0.26.4
20782025-02-23T08:31:53.974Z Compiling foreign-types-macros v0.2.3
20792025-02-23T08:31:54.161Z Compiling structmeta-derive v0.3.0
20802025-02-23T08:31:54.485Z Compiling thiserror-impl v2.0.11
20812025-02-23T08:31:54.558Z Compiling proc-macro-error v1.0.4
20822025-02-23T08:31:54.619Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20832025-02-23T08:31:55.525Z Compiling unicode-width v0.1.14
20842025-02-23T08:31:56.164Z Compiling foreign-types-shared v0.3.1
20852025-02-23T08:31:56.832Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20862025-02-23T08:31:57.017Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20872025-02-23T08:31:57.271Z Compiling strum v0.26.3
20882025-02-23T08:31:57.707Z Compiling structmeta v0.3.0
20892025-02-23T08:31:58.095Z Compiling foreign-types v0.5.0
20902025-02-23T08:32:01.191Z Compiling tabwriter v1.4.0
20912025-02-23T08:32:06.617Z Compiling progenitor-macro v0.8.0
20922025-02-23T08:32:10.879Z Compiling progenitor-client v0.8.0
20932025-02-23T08:32:14.805Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20942025-02-23T08:32:15.383Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20952025-02-23T08:32:15.640Z Compiling daft-derive v0.1.1
20962025-02-23T08:32:16.192Z Compiling cstr-argument v0.1.2
20972025-02-23T08:32:16.493Z Compiling dropshot v0.15.1
20982025-02-23T08:32:16.815Z Compiling fastrand v2.1.1
20992025-02-23T08:32:17.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21002025-02-23T08:32:17.350Z Compiling crucible-workspace-hack v0.1.0
21012025-02-23T08:32:17.378Z Compiling pretty-hex v0.2.1
21022025-02-23T08:32:17.617Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21032025-02-23T08:32:17.668Z Compiling tempfile v3.13.0
21042025-02-23T08:32:17.717Z Compiling daft v0.1.1
21052025-02-23T08:32:18.044Z Compiling progenitor v0.8.0
21062025-02-23T08:32:18.222Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21072025-02-23T08:32:18.284Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21082025-02-23T08:32:18.656Z Compiling parse-display-derive v0.10.0
21092025-02-23T08:32:19.092Z Compiling colored v2.1.0
21102025-02-23T08:32:19.127Z Compiling serde_with_macros v3.11.0
21112025-02-23T08:32:19.329Z Compiling dropshot_endpoint v0.15.1
21122025-02-23T08:32:20.387Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21132025-02-23T08:32:21.136Z Compiling instant v0.1.13
21142025-02-23T08:32:21.348Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21152025-02-23T08:32:21.544Z Compiling serde_with v3.11.0
21162025-02-23T08:32:21.748Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21172025-02-23T08:32:22.129Z Compiling parse-display v0.10.0
21182025-02-23T08:32:22.977Z Compiling backoff v0.4.0
21192025-02-23T08:32:23.413Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21202025-02-23T08:32:24.095Z Compiling zone_cfg_derive v0.3.0
21212025-02-23T08:32:24.766Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21222025-02-23T08:32:25.337Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21232025-02-23T08:32:25.442Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21242025-02-23T08:32:25.632Z Compiling camino-tempfile v1.1.1
21252025-02-23T08:32:25.791Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21262025-02-23T08:32:26.153Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21272025-02-23T08:32:26.218Z Compiling regress v0.9.1
21282025-02-23T08:32:26.365Z Compiling progenitor-client v0.9.1
21292025-02-23T08:32:26.388Z Compiling num-derive v0.4.2
21302025-02-23T08:32:27.327Z Compiling sigpipe v0.1.3
21312025-02-23T08:32:27.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21322025-02-23T08:32:27.822Z Compiling libefi-sys v0.1.0
21332025-02-23T08:32:28.241Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21342025-02-23T08:32:28.486Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21352025-02-23T08:32:30.074Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21362025-02-23T08:32:30.619Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21372025-02-23T08:32:31.396Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21382025-02-23T08:32:33.115Z Compiling zone v0.3.0
21392025-02-23T08:32:34.673Z Compiling smf v0.2.3
21402025-02-23T08:32:34.864Z Compiling bitfield-struct v0.6.2
21412025-02-23T08:32:36.166Z Compiling blake3 v1.5.4
21422025-02-23T08:32:36.433Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21432025-02-23T08:32:37.031Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21442025-02-23T08:32:37.390Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21452025-02-23T08:32:37.479Z Compiling xattr v1.3.1
21462025-02-23T08:32:37.747Z Compiling filetime v0.2.25
21472025-02-23T08:32:37.787Z Compiling memmap2 v0.9.5
21482025-02-23T08:32:37.818Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21492025-02-23T08:32:37.965Z Compiling arrayref v0.3.9
21502025-02-23T08:32:38.094Z Compiling constant_time_eq v0.3.1
21512025-02-23T08:32:38.121Z Compiling same-file v1.0.6
21522025-02-23T08:32:38.304Z Compiling arrayvec v0.7.6
21532025-02-23T08:32:38.369Z Compiling walkdir v2.5.0
21542025-02-23T08:32:38.425Z Compiling tar v0.4.42
21552025-02-23T08:32:38.508Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21562025-02-23T08:32:40.002Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21572025-02-23T08:32:40.467Z Compiling gethostname v0.5.0
21582025-02-23T08:32:40.696Z Compiling cargo-platform v0.1.8
21592025-02-23T08:32:41.113Z Compiling topological-sort v0.2.2
21602025-02-23T08:32:41.288Z Compiling cargo_metadata v0.18.1
21612025-02-23T08:32:41.446Z Compiling omicron-zone-package v0.12.0
21622025-02-23T08:32:41.797Z Compiling indent_write v2.2.0
21632025-02-23T08:32:42.064Z Compiling shell-words v1.1.0
21642025-02-23T08:32:50.533Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21652025-02-23T08:32:52.885Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21662025-02-23T08:32:54.590Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21672025-02-23T08:33:10.623Z Finished `release` profile [optimized] target(s) in 5m 13s
21682025-02-23T08:33:10.789Z Running `target/release/omicron-package -t test target create -p dev`
21692025-02-23T08:33:10.838ZLogging to: /work/oxidecomputer/omicron/out/LOG
21702025-02-23T08:33:10.844ZCreated new build target 'test' and set it as active
21712025-02-23T08:33:10.844Z
21722025-02-23T08:33:10.844Zreal 5:14.037354444
21732025-02-23T08:33:10.844Zuser 36:35.939738222
21742025-02-23T08:33:10.844Zsys 3:26.691869790
21752025-02-23T08:33:10.844Ztrap 1.166537170
21762025-02-23T08:33:10.844Ztflt 1.688427594
21772025-02-23T08:33:10.844Zdflt 0.732252805
21782025-02-23T08:33:10.844Zkflt 0.000128118
21792025-02-23T08:33:10.844Zlock 1:12:21.302264378
21802025-02-23T08:33:10.844Zslp 2:26:22.220838948
21812025-02-23T08:33:10.844Zlat 2:46.914704744
21822025-02-23T08:33:10.844Zstop 4:52.136811939
21832025-02-23T08:33:10.844Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21842025-02-23T08:33:11.856Z Finished `release` profile [optimized] target(s) in 0.94s
21852025-02-23T08:33:11.920Z Running `target/release/omicron-package -t test package`
21862025-02-23T08:33:11.952ZLogging to: /work/oxidecomputer/omicron/out/LOG
21872025-02-23T08:33:13.106Z Compiling ring v0.17.11
21882025-02-23T08:33:13.279Z Compiling thiserror v2.0.11
21892025-02-23T08:33:13.301Z Compiling typify-impl v0.3.0
21902025-02-23T08:33:13.321Z Compiling convert_case v0.4.0
21912025-02-23T08:33:13.321Z Compiling newline-converter v0.3.0
21922025-02-23T08:33:13.324Z Compiling password-hash v0.5.0
21932025-02-23T08:33:13.324Z Compiling blake2 v0.10.6
21942025-02-23T08:33:13.527Z Compiling expectorate v1.1.0
21952025-02-23T08:33:13.811Z Compiling base64 v0.21.7
21962025-02-23T08:33:14.006Z Compiling derive_more v0.99.19
21972025-02-23T08:33:14.444Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21982025-02-23T08:33:14.978Z Compiling argon2 v0.5.3
21992025-02-23T08:33:15.164Z Compiling atomicwrites v0.4.4
22002025-02-23T08:33:15.517Z Compiling owo-colors v4.1.0
22012025-02-23T08:33:15.692Z Compiling cancel-safe-futures v0.1.5
22022025-02-23T08:33:15.881Z Compiling num-rational v0.4.2
22032025-02-23T08:33:16.052Z Compiling num-complex v0.4.6
22042025-02-23T08:33:17.230Z Compiling num v0.4.3
22052025-02-23T08:33:17.953Z Compiling libsw v3.3.1
22062025-02-23T08:33:18.097Z Compiling swrite v0.1.0
22072025-02-23T08:33:18.266Z Compiling float-ord v0.3.2
22082025-02-23T08:33:18.283Z Compiling linear-map v1.2.0
22092025-02-23T08:33:18.423Z Compiling rustls v0.23.19
22102025-02-23T08:33:18.456Z Compiling rustls v0.22.4
22112025-02-23T08:33:18.497Z Compiling highway v1.2.0
22122025-02-23T08:33:18.719Z Compiling semver v0.1.20
22132025-02-23T08:33:19.227Z Compiling rustc_version v0.1.7
22142025-02-23T08:33:19.412Z Compiling tungstenite v0.21.0
22152025-02-23T08:33:19.610Z Compiling newtype_derive v0.1.6
22162025-02-23T08:33:19.710Z Compiling ipnetwork v0.21.1
22172025-02-23T08:33:19.957Z Compiling humantime v2.1.0
22182025-02-23T08:33:20.194Z Compiling oxnet v0.1.0
22192025-02-23T08:33:20.415Z Compiling dropshot v0.15.1
22202025-02-23T08:33:20.491Z Compiling instant v0.1.13
22212025-02-23T08:33:20.665Z Compiling tokio-tungstenite v0.21.0
22222025-02-23T08:33:20.755Z Compiling daft v0.1.1
22232025-02-23T08:33:20.828Z Compiling rustls-webpki v0.102.8
22242025-02-23T08:33:21.228Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22252025-02-23T08:33:21.291Z Compiling backoff v0.4.0
22262025-02-23T08:33:21.647Z Compiling steno v0.4.1
22272025-02-23T08:33:22.415Z Compiling parse-display v0.10.0
22282025-02-23T08:33:22.935Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292025-02-23T08:33:23.146Z Compiling serde_with v3.11.0
22302025-02-23T08:33:23.203Z Compiling typify-macro v0.3.0
22312025-02-23T08:33:24.150Z Compiling strum v0.26.3
22322025-02-23T08:33:24.361Z Compiling regress v0.9.1
22332025-02-23T08:33:26.391Z Compiling tokio-rustls v0.25.0
22342025-02-23T08:33:26.575Z Compiling typify v0.3.0
22352025-02-23T08:33:26.735Z Compiling progenitor-impl v0.9.1
22362025-02-23T08:33:26.818Z Compiling dropshot v0.12.0
22372025-02-23T08:33:28.935Z Compiling tokio-rustls v0.26.0
22382025-02-23T08:33:29.410Z Compiling hyper-rustls v0.27.3
22392025-02-23T08:33:30.012Z Compiling reqwest v0.12.12
22402025-02-23T08:33:32.630Z Compiling qorb v0.2.1
22412025-02-23T08:33:34.327Z Compiling progenitor-macro v0.9.1
22422025-02-23T08:33:37.844Z Compiling progenitor-client v0.9.1
22432025-02-23T08:33:38.412Z Compiling progenitor-client v0.8.0
22442025-02-23T08:33:38.930Z Compiling progenitor v0.8.0
22452025-02-23T08:33:39.016Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22462025-02-23T08:33:39.554Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22472025-02-23T08:33:44.904Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22482025-02-23T08:34:05.888Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22492025-02-23T08:34:09.425Z Compiling progenitor v0.9.1
22502025-02-23T08:34:09.675Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22512025-02-23T08:34:10.782Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22522025-02-23T08:34:11.425Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22532025-02-23T08:34:12.868Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22542025-02-23T08:34:13.975Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22552025-02-23T08:34:18.793Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22562025-02-23T08:34:20.196Z Compiling macaddr v1.0.1
22572025-02-23T08:34:20.643Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22582025-02-23T08:34:20.810Z Compiling slog-dtrace v0.3.0
22592025-02-23T08:34:21.479Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22602025-02-23T08:34:23.935Z Compiling prettyplease v0.2.29
22612025-02-23T08:34:24.078Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22622025-02-23T08:34:25.710Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22632025-02-23T08:34:26.744Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22642025-02-23T08:34:26.870Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22652025-02-23T08:34:27.439Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22662025-02-23T08:34:27.489Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22672025-02-23T08:34:36.655Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22682025-02-23T08:34:38.661Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22692025-02-23T08:34:39.052Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22702025-02-23T08:34:41.919Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22712025-02-23T08:34:46.031Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22722025-02-23T08:34:46.831Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22732025-02-23T08:34:49.071Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22742025-02-23T08:34:51.491Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22752025-02-23T08:34:52.524Z Compiling half v2.4.1
22762025-02-23T08:34:53.252Z Compiling ciborium-io v0.2.2
22772025-02-23T08:34:53.419Z Compiling ciborium-ll v0.2.2
22782025-02-23T08:34:53.498Z Compiling bytecount v0.6.8
22792025-02-23T08:34:53.878Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22802025-02-23T08:34:53.897Z Compiling ciborium v0.2.2
22812025-02-23T08:34:53.941Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22822025-02-23T08:34:54.309Z Compiling display-error-chain v0.2.2
22832025-02-23T08:34:54.561Z Compiling fastrand v2.1.1
22842025-02-23T08:34:55.072Z Compiling same-file v1.0.6
22852025-02-23T08:34:55.344Z Compiling walkdir v2.5.0
22862025-02-23T08:34:55.918Z Compiling tempfile v3.13.0
22872025-02-23T08:34:55.963Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22882025-02-23T08:34:56.658Z Compiling blake3 v1.5.4
22892025-02-23T08:34:57.360Z Compiling const_format_proc_macros v0.2.34
22902025-02-23T08:34:58.368Z Compiling xattr v1.3.1
22912025-02-23T08:34:58.689Z Compiling filetime v0.2.25
22922025-02-23T08:34:59.000Z Compiling memmap2 v0.9.5
22932025-02-23T08:34:59.230Z Compiling arrayref v0.3.9
22942025-02-23T08:34:59.325Z Compiling crunchy v0.2.2
22952025-02-23T08:34:59.469Z Compiling constant_time_eq v0.3.1
22962025-02-23T08:34:59.612Z Compiling maplit v1.0.2
22972025-02-23T08:34:59.759Z Compiling arrayvec v0.7.6
22982025-02-23T08:34:59.779Z Compiling keccak v0.1.5
22992025-02-23T08:34:59.988Z Compiling const_format v0.2.34
23002025-02-23T08:35:00.392Z Compiling sha3 v0.10.8
23012025-02-23T08:35:00.900Z Compiling tar v0.4.42
23022025-02-23T08:35:01.159Z Compiling camino-tempfile v1.1.1
23032025-02-23T08:35:01.235Z Compiling toolchain_find v0.4.0
23042025-02-23T08:35:01.283Z Compiling topological-sort v0.2.2
23052025-02-23T08:35:01.527Z Compiling tiny-keccak v2.0.2
23062025-02-23T08:35:01.582Z Compiling radium v0.7.0
23072025-02-23T08:35:01.746Z Compiling rustfmt-wrapper v0.2.1
23082025-02-23T08:35:02.027Z Compiling omicron-zone-package v0.12.0
23092025-02-23T08:35:02.300Z Compiling dsl_auto_type v0.1.2
23102025-02-23T08:35:02.319Z Compiling scheduled-thread-pool v0.2.7
23112025-02-23T08:35:02.671Z Compiling diesel_table_macro_syntax v0.2.0
23122025-02-23T08:35:02.786Z Compiling tap v1.0.1
23132025-02-23T08:35:03.004Z Compiling maybe-uninit v2.0.0
23142025-02-23T08:35:03.069Z Compiling wyz v0.5.1
23152025-02-23T08:35:03.530Z Compiling diesel_derives v2.2.3
23162025-02-23T08:35:03.587Z Compiling r2d2 v0.8.10
23172025-02-23T08:35:04.048Z Compiling phf_generator v0.11.2
23182025-02-23T08:35:04.138Z Compiling ascii-canvas v3.0.0
23192025-02-23T08:35:04.171Z Compiling secrecy v0.8.0
23202025-02-23T08:35:04.248Z Compiling ena v0.14.3
23212025-02-23T08:35:04.457Z Compiling async-recursion v1.1.1
23222025-02-23T08:35:04.572Z Compiling funty v2.0.0
23232025-02-23T08:35:04.617Z Compiling diff v0.1.13
23242025-02-23T08:35:05.088Z Compiling arc-swap v1.7.1
23252025-02-23T08:35:05.753Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23262025-02-23T08:35:05.756Z Compiling packed_struct v0.10.1
23272025-02-23T08:35:06.113Z Compiling crc-catalog v2.4.0
23282025-02-23T08:35:06.218Z Compiling regex-syntax v0.6.29
23292025-02-23T08:35:06.305Z Compiling crc v3.2.1
23302025-02-23T08:35:06.819Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23312025-02-23T08:35:07.325Z Compiling slog-scope v4.4.0
23322025-02-23T08:35:07.349Z Compiling bitvec v1.0.1
23332025-02-23T08:35:08.049Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23342025-02-23T08:35:08.374Z Compiling phf_codegen v0.11.2
23352025-02-23T08:35:08.776Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23362025-02-23T08:35:09.869Z Compiling lalrpop v0.19.12
23372025-02-23T08:35:11.182Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23382025-02-23T08:35:11.431Z Compiling universal-hash v0.5.1
23392025-02-23T08:35:11.689Z Compiling packed_struct_codegen v0.10.1
23402025-02-23T08:35:11.787Z Compiling thiserror-impl-no-std v2.0.2
23412025-02-23T08:35:14.004Z Compiling parse-zoneinfo v0.3.1
23422025-02-23T08:35:14.032Z Compiling diesel v2.2.7
23432025-02-23T08:35:14.229Z Compiling indexmap v1.9.3
23442025-02-23T08:35:14.608Z Compiling unicase v2.7.0
23452025-02-23T08:35:15.026Z Compiling ref-cast v1.0.23
23462025-02-23T08:35:15.300Z Compiling nodrop v0.1.14
23472025-02-23T08:35:15.459Z Compiling opaque-debug v0.3.1
23482025-02-23T08:35:15.578Z Compiling poly1305 v0.8.0
23492025-02-23T08:35:15.615Z Compiling array-init v0.0.4
23502025-02-23T08:35:16.657Z Compiling chrono-tz-build v0.4.0
23512025-02-23T08:35:17.089Z Compiling thiserror-no-std v2.0.2
23522025-02-23T08:35:17.590Z Compiling smallvec v0.6.14
23532025-02-23T08:35:18.110Z Compiling slog-stdlog v4.1.1
23542025-02-23T08:35:19.529Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23552025-02-23T08:35:19.870Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23562025-02-23T08:35:20.207Z Compiling derive_builder_core v0.20.2
23572025-02-23T08:35:21.221Z Compiling chacha20 v0.9.1
23582025-02-23T08:35:21.701Z Compiling headers-core v0.3.0
23592025-02-23T08:35:21.911Z Compiling aead v0.5.2
23602025-02-23T08:35:22.035Z Compiling libxml v0.3.3
23612025-02-23T08:35:22.293Z Compiling ref-cast-impl v1.0.23
23622025-02-23T08:35:22.408Z Compiling vte_generate_state_changes v0.1.2
23632025-02-23T08:35:23.034Z Compiling hashbrown v0.12.3
23642025-02-23T08:35:23.439Z Compiling termcolor v1.4.1
23652025-02-23T08:35:24.293Z Compiling bitfield v0.14.0
23662025-02-23T08:35:24.606Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23672025-02-23T08:35:25.535Z Compiling env_logger v0.10.2
23682025-02-23T08:35:28.774Z Compiling vte v0.11.1
23692025-02-23T08:35:30.410Z Compiling chacha20poly1305 v0.10.1
23702025-02-23T08:35:30.673Z Compiling derive_builder_macro v0.20.2
23712025-02-23T08:35:31.515Z Compiling headers v0.4.0
23722025-02-23T08:35:31.553Z Compiling polar-core v0.27.3
23732025-02-23T08:35:33.690Z Compiling slog-envlogger v2.2.0
23742025-02-23T08:35:35.121Z Compiling serde-hex v0.1.0
23752025-02-23T08:35:36.130Z Compiling chrono-tz v0.10.1
23762025-02-23T08:35:36.809Z Compiling vsss-rs v3.3.4
23772025-02-23T08:35:40.101Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23782025-02-23T08:35:40.946Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23792025-02-23T08:35:41.271Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23802025-02-23T08:35:42.898Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23812025-02-23T08:35:43.180Z Compiling ron v0.8.1
23822025-02-23T08:35:44.295Z Compiling hashbrown v0.13.2
23832025-02-23T08:35:45.617Z Compiling strum_macros v0.24.3
23842025-02-23T08:35:45.703Z Compiling fxhash v0.2.1
23852025-02-23T08:35:45.944Z Compiling samael v0.0.17
23862025-02-23T08:35:47.648Z Compiling bumpalo v3.16.0
23872025-02-23T08:35:48.228Z Compiling zip v2.1.3
23882025-02-23T08:35:48.516Z Compiling simd-adler32 v0.3.7
23892025-02-23T08:35:48.593Z Compiling indoc v1.0.9
23902025-02-23T08:35:48.904Z Compiling lockfree-object-pool v0.1.6
23912025-02-23T08:35:49.249Z Compiling crc-any v2.5.0
23922025-02-23T08:35:49.822Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23932025-02-23T08:35:50.182Z Compiling zopfli v0.8.1
23942025-02-23T08:35:57.467Z Compiling object v0.30.4
23952025-02-23T08:35:57.841Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23962025-02-23T08:35:59.770Z Compiling derive_builder v0.20.2
23972025-02-23T08:36:00.359Z Compiling strip-ansi-escapes v0.2.0
23982025-02-23T08:36:01.385Z Compiling papergrid v0.11.0
23992025-02-23T08:36:04.143Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24002025-02-23T08:36:04.488Z Compiling tabled_derive v0.7.0
24012025-02-23T08:36:04.511Z Compiling fd-lock v4.0.2
24022025-02-23T08:36:04.760Z Compiling peg-macros v0.8.4
24032025-02-23T08:36:06.470Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042025-02-23T08:36:07.459Z Compiling kstat-rs v0.2.4
24052025-02-23T08:36:07.851Z Compiling oso-derive v0.27.3
24062025-02-23T08:36:08.335Z Compiling impl-trait-for-tuples v0.2.2
24072025-02-23T08:36:08.822Z Compiling quick-xml v0.33.0
24082025-02-23T08:36:09.680Z Compiling diesel-dtrace v0.4.2
24092025-02-23T08:36:10.047Z Compiling nu-ansi-term v0.50.1
24102025-02-23T08:36:11.324Z Compiling path-slash v0.1.5
24112025-02-23T08:36:11.613Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24122025-02-23T08:36:14.048Z Compiling oso v0.27.3
24132025-02-23T08:36:14.538Z Compiling reedline v0.35.0
24142025-02-23T08:36:15.007Z Compiling peg v0.8.4
24152025-02-23T08:36:15.140Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24162025-02-23T08:36:22.376Z Compiling tabled v0.15.0
24172025-02-23T08:36:27.126Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24182025-02-23T08:36:38.726Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24192025-02-23T08:36:39.372Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24202025-02-23T08:36:40.869Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24212025-02-23T08:36:41.357Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24222025-02-23T08:36:41.706Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24232025-02-23T08:36:42.004Z Compiling pem v3.0.4
24242025-02-23T08:36:43.519Z Compiling bb8 v0.8.5
24252025-02-23T08:36:44.230Z Compiling bcs v0.1.6
24262025-02-23T08:36:44.798Z Compiling libz-sys v1.1.20
24272025-02-23T08:36:45.078Z Compiling nanorand v0.7.0
24282025-02-23T08:36:45.530Z Compiling termtree v0.5.1
24292025-02-23T08:36:45.744Z Compiling parking_lot_core v0.8.6
24302025-02-23T08:36:46.389Z Compiling flume v0.11.1
24312025-02-23T08:36:47.146Z Compiling async-bb8-diesel v0.2.1
24322025-02-23T08:36:47.950Z Compiling mime_guess v2.0.5
24332025-02-23T08:36:49.784Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24342025-02-23T08:36:52.138Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24352025-02-23T08:36:54.417Z Compiling proc-macro-error-attr2 v2.0.0
24362025-02-23T08:36:55.237Z Compiling buf-list v1.0.3
24372025-02-23T08:36:55.406Z Compiling proc-macro-error2 v2.0.1
24382025-02-23T08:36:56.471Z Compiling nibble_vec v0.1.0
24392025-02-23T08:36:56.746Z Compiling libgit2-sys v0.17.0+1.8.1
24402025-02-23T08:36:56.877Z Compiling pin-project-internal v1.1.6
24412025-02-23T08:36:57.518Z Compiling atty v0.2.14
24422025-02-23T08:36:57.719Z Compiling salty v0.3.0
24432025-02-23T08:36:58.182Z Compiling endian-type v0.1.2
24442025-02-23T08:36:58.504Z Compiling http-range v0.1.5
24452025-02-23T08:36:59.118Z Compiling radix_trie v0.2.1
24462025-02-23T08:36:59.388Z Compiling pin-project v1.1.6
24472025-02-23T08:37:00.064Z Compiling parking_lot v0.11.2
24482025-02-23T08:37:03.261Z Compiling tabled_derive v0.10.0
24492025-02-23T08:37:04.797Z Compiling papergrid v0.14.0
24502025-02-23T08:37:05.239Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24512025-02-23T08:37:05.643Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24522025-02-23T08:37:10.014Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24532025-02-23T08:37:12.291Z Compiling snafu-derive v0.8.5
24542025-02-23T08:37:13.255Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24552025-02-23T08:37:13.697Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24562025-02-23T08:37:16.478Z Compiling snafu v0.8.5
24572025-02-23T08:37:17.662Z Compiling tabled v0.18.0
24582025-02-23T08:37:17.730Z Compiling hyper-staticfile v0.10.1
24592025-02-23T08:37:24.243Z Compiling sled v0.34.7
24602025-02-23T08:37:26.596Z Compiling hickory-client v0.24.3
24612025-02-23T08:37:37.794Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24622025-02-23T08:37:38.030Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24632025-02-23T08:37:38.969Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24642025-02-23T08:37:40.073Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24652025-02-23T08:37:45.380Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24662025-02-23T08:37:47.764Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24672025-02-23T08:37:49.354Z Compiling hickory-server v0.24.3
24682025-02-23T08:37:50.167Z Compiling globset v0.4.15
24692025-02-23T08:37:51.657Z Compiling olpc-cjson v0.1.4
24702025-02-23T08:37:51.992Z Compiling primeorder v0.13.6
24712025-02-23T08:37:52.608Z Compiling vergen v8.3.2
24722025-02-23T08:37:52.981Z Compiling castaway v0.2.3
24732025-02-23T08:37:53.200Z Compiling env_filter v0.1.2
24742025-02-23T08:37:54.765Z Compiling serde_plain v1.0.2
24752025-02-23T08:37:55.339Z Compiling cargo-platform v0.1.8
24762025-02-23T08:37:55.828Z Compiling typed-path v0.9.3
24772025-02-23T08:37:56.344Z Compiling cargo_metadata v0.18.1
24782025-02-23T08:37:58.322Z Compiling env_logger v0.11.5
24792025-02-23T08:37:58.344Z Compiling compact_str v0.8.0
24802025-02-23T08:37:59.320Z Compiling tough v0.19.0
24812025-02-23T08:37:59.792Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24822025-02-23T08:38:00.689Z Compiling p384 v0.13.0
24832025-02-23T08:38:00.795Z Compiling git2 v0.19.0
24842025-02-23T08:38:02.596Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24852025-02-23T08:38:02.842Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24862025-02-23T08:38:05.241Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24872025-02-23T08:38:07.756Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24882025-02-23T08:38:08.552Z Compiling unicode-truncate v1.1.0
24892025-02-23T08:38:08.872Z Compiling lru v0.12.5
24902025-02-23T08:38:09.258Z Compiling rand_seeder v0.3.0
24912025-02-23T08:38:09.689Z Compiling libsqlite3-sys v0.30.1
24922025-02-23T08:38:10.239Z Compiling lzma-sys v0.1.20
24932025-02-23T08:38:10.850Z Compiling instability v0.3.2
24942025-02-23T08:38:10.964Z Compiling cassowary v0.3.0
24952025-02-23T08:38:11.858Z Compiling parse-size v1.1.0
24962025-02-23T08:38:12.202Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24972025-02-23T08:38:12.344Z Compiling indoc v2.0.5
24982025-02-23T08:38:12.577Z Compiling rustls v0.21.12
24992025-02-23T08:38:12.995Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25002025-02-23T08:38:13.220Z Compiling ratatui v0.29.0
25012025-02-23T08:38:13.961Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25022025-02-23T08:38:14.209Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25032025-02-23T08:38:15.815Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25042025-02-23T08:38:16.032Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25052025-02-23T08:38:22.102Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25062025-02-23T08:38:22.194Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25072025-02-23T08:38:22.908Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25082025-02-23T08:38:23.262Z Compiling sct v0.7.1
25092025-02-23T08:38:23.740Z Compiling rustls-webpki v0.101.7
25102025-02-23T08:38:24.905Z Compiling heck v0.3.3
25112025-02-23T08:38:25.301Z Compiling csv-core v0.1.11
25122025-02-23T08:38:25.705Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25132025-02-23T08:38:26.075Z Compiling glob v0.3.2
25142025-02-23T08:38:26.280Z Compiling csv v1.3.1
25152025-02-23T08:38:27.674Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25162025-02-23T08:38:28.223Z Compiling zone_cfg_derive v0.1.2
25172025-02-23T08:38:29.623Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25182025-02-23T08:38:32.087Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25192025-02-23T08:38:32.923Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25202025-02-23T08:38:33.422Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25212025-02-23T08:38:35.480Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25222025-02-23T08:38:39.765Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25232025-02-23T08:38:41.867Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25242025-02-23T08:38:42.247Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25252025-02-23T08:38:44.589Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25262025-02-23T08:38:47.052Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25272025-02-23T08:38:47.253Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25282025-02-23T08:38:47.482Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25292025-02-23T08:38:47.651Z Compiling nix v0.27.1
25302025-02-23T08:38:47.867Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25312025-02-23T08:38:48.593Z Compiling tungstenite v0.23.0
25322025-02-23T08:38:48.843Z Compiling hashlink v0.9.1
25332025-02-23T08:38:49.570Z Compiling base64 v0.13.1
25342025-02-23T08:38:49.606Z Compiling fallible-streaming-iterator v0.1.9
25352025-02-23T08:38:49.903Z Compiling fallible-iterator v0.3.0
25362025-02-23T08:38:50.330Z Compiling ron v0.7.1
25372025-02-23T08:38:50.360Z Compiling tokio-tungstenite v0.23.1
25382025-02-23T08:38:50.694Z Compiling rusqlite v0.32.1
25392025-02-23T08:38:50.954Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25402025-02-23T08:38:51.709Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25412025-02-23T08:38:54.219Z Compiling xz2 v0.1.7
25422025-02-23T08:38:54.820Z Compiling tokio-rustls v0.24.1
25432025-02-23T08:38:55.558Z Compiling zone v0.1.8
25442025-02-23T08:38:55.688Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25452025-02-23T08:38:58.331Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25462025-02-23T08:38:58.860Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25472025-02-23T08:38:59.914Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25482025-02-23T08:39:00.947Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25492025-02-23T08:39:07.961Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25502025-02-23T08:39:11.182Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25512025-02-23T08:39:13.013Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25522025-02-23T08:39:13.343Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25532025-02-23T08:39:15.557Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25542025-02-23T08:39:15.761Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25552025-02-23T08:39:16.112Z Compiling rustls-pemfile v1.0.4
25562025-02-23T08:39:16.864Z Compiling signal-hook-tokio v0.3.1
25572025-02-23T08:39:17.109Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25582025-02-23T08:39:17.552Z Compiling yasna v0.5.2
25592025-02-23T08:39:17.738Z Compiling twox-hash v2.1.0
25602025-02-23T08:39:18.728Z Compiling unicode-linebreak v0.1.5
25612025-02-23T08:39:19.304Z Compiling is_ci v1.2.0
25622025-02-23T08:39:19.776Z Compiling smawk v0.3.2
25632025-02-23T08:39:20.095Z Compiling textwrap v0.16.1
25642025-02-23T08:39:20.098Z Compiling supports-color v3.0.1
25652025-02-23T08:39:20.575Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25662025-02-23T08:39:20.994Z Compiling rcgen v0.12.1
25672025-02-23T08:39:25.914Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25682025-02-23T08:39:28.487Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25692025-02-23T08:39:31.680Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25702025-02-23T08:39:35.441Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25712025-02-23T08:39:40.078Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25722025-02-23T08:39:42.657Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25732025-02-23T08:39:47.411Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25742025-02-23T08:39:49.819Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25752025-02-23T08:39:57.392Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25762025-02-23T08:39:58.034Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25772025-02-23T08:40:08.098Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25782025-02-23T08:40:08.522Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25792025-02-23T08:40:08.870Z Compiling fatfs v0.3.6
25802025-02-23T08:40:11.619Z Compiling rtoolbox v0.0.2
25812025-02-23T08:40:12.056Z Compiling subprocess v0.2.9
25822025-02-23T08:40:14.361Z Compiling assert_matches v1.5.0
25832025-02-23T08:40:16.322Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25842025-02-23T08:40:16.659Z Compiling rpassword v7.3.1
25852025-02-23T08:40:17.155Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25862025-02-23T08:40:20.432Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25872025-02-23T08:40:23.975Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25882025-02-23T08:40:27.387Z Compiling tui-tree-widget v0.23.0
25892025-02-23T08:40:27.864Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25902025-02-23T08:40:36.188Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25912025-02-23T08:40:36.551Z Compiling uzers v0.12.1
25922025-02-23T08:40:39.678Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25932025-02-23T08:40:40.966Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25942025-02-23T08:40:42.906Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25952025-02-23T08:41:10.405Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25962025-02-23T08:41:11.786Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25972025-02-23T08:41:16.419Z Compiling multimap v0.10.0
25982025-02-23T08:43:38.816Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25992025-02-23T08:50:31.941Z Finished `release` profile [optimized] target(s) in 17m 19s
26002025-02-23T08:51:39.924Z
26012025-02-23T08:51:39.924Zreal 18:28.978989089
26022025-02-23T08:51:39.925Zuser 2:10:41.851403723
26032025-02-23T08:51:39.925Zsys 3:36.267758981
26042025-02-23T08:51:39.925Ztrap 3.405229889
26052025-02-23T08:51:39.925Ztflt 1.992078816
26062025-02-23T08:51:39.931Zdflt 4.794470242
26072025-02-23T08:51:39.932Zkflt 0.001256082
26082025-02-23T08:51:39.932Zlock 7:51:26.589677960
26092025-02-23T08:51:39.933Zslp 6:50:20.013741844
26102025-02-23T08:51:39.933Zlat 3:41.387738248
26112025-02-23T08:51:39.933Zstop 2:59.881353160
26122025-02-23T08:51:39.933Z+ mapfile -t packages
26132025-02-23T08:51:39.934Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26142025-02-23T08:51:40.979Z Compiling ring v0.17.11
26152025-02-23T08:51:42.616Z Compiling rustls v0.23.19
26162025-02-23T08:51:42.618Z Compiling rustls v0.22.4
26172025-02-23T08:51:44.326Z Compiling rustls-webpki v0.102.8
26182025-02-23T08:51:48.282Z Compiling tokio-rustls v0.25.0
26192025-02-23T08:51:48.764Z Compiling dropshot v0.12.0
26202025-02-23T08:51:50.431Z Compiling tokio-rustls v0.26.0
26212025-02-23T08:51:50.888Z Compiling hyper-rustls v0.27.3
26222025-02-23T08:51:51.319Z Compiling reqwest v0.12.12
26232025-02-23T08:51:53.033Z Compiling qorb v0.2.1
26242025-02-23T08:51:54.353Z Compiling dropshot v0.15.1
26252025-02-23T08:52:00.290Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26262025-02-23T08:52:00.709Z Compiling progenitor-client v0.8.0
26272025-02-23T08:52:01.640Z Compiling progenitor v0.8.0
26282025-02-23T08:52:02.228Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26292025-02-23T08:52:03.008Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26302025-02-23T08:52:03.589Z Compiling progenitor-client v0.9.1
26312025-02-23T08:52:04.559Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322025-02-23T08:52:07.727Z Compiling omicron-zone-package v0.12.0
26332025-02-23T08:52:19.563Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26342025-02-23T08:52:29.915Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26352025-02-23T08:52:34.275Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26362025-02-23T08:52:35.070Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26372025-02-23T08:52:38.646Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26382025-02-23T08:52:53.083Z Finished `release` profile [optimized] target(s) in 1m 13s
26392025-02-23T08:52:53.247Z Running `target/release/omicron-package -t test list-outputs`
26402025-02-23T08:52:53.299ZLogging to: /work/oxidecomputer/omicron/out/LOG
26412025-02-23T08:52:53.302Z+ ptime -m cargo build --locked --release -p xtask
26422025-02-23T08:52:53.890Z Compiling serde v1.0.217
26432025-02-23T08:52:53.892Z Compiling libc v0.2.169
26442025-02-23T08:52:53.892Z Compiling serde_json v1.0.139
26452025-02-23T08:52:53.892Z Compiling rustix v0.38.37
26462025-02-23T08:52:53.892Z Compiling syn v2.0.96
26472025-02-23T08:52:53.993Z Compiling bitflags v2.6.0
26482025-02-23T08:52:54.377Z Compiling usdt-impl v0.5.0
26492025-02-23T08:52:54.418Z Compiling syn v1.0.109
26502025-02-23T08:52:54.499Z Compiling hashbrown v0.15.1
26512025-02-23T08:52:54.531Z Compiling log v0.4.22
26522025-02-23T08:52:54.712Z Compiling fs-err v2.11.0
26532025-02-23T08:52:54.981Z Compiling anyhow v1.0.96
26542025-02-23T08:52:55.049Z Compiling once_cell v1.20.3
26552025-02-23T08:52:55.366Z Compiling thread-id v4.2.2
26562025-02-23T08:52:55.800Z Compiling indexmap v2.7.1
26572025-02-23T08:52:56.955Z Compiling terminal_size v0.4.0
26582025-02-23T08:52:56.955Z Compiling tempfile v3.13.0
26592025-02-23T08:52:57.215Z Compiling clap_builder v4.5.30
26602025-02-23T08:52:57.624Z Compiling proc-macro-error v1.0.4
26612025-02-23T08:52:58.698Z Compiling tabled_derive v0.7.0
26622025-02-23T08:52:59.636Z Compiling tabled v0.15.0
26632025-02-23T08:53:00.362Z Compiling serde_derive v1.0.217
26642025-02-23T08:53:00.367Z Compiling thiserror-impl v1.0.69
26652025-02-23T08:53:00.367Z Compiling zerocopy-derive v0.7.35
26662025-02-23T08:53:00.367Z Compiling scroll_derive v0.12.0
26672025-02-23T08:53:00.367Z Compiling clap_derive v4.5.28
26682025-02-23T08:53:01.714Z Compiling scroll v0.12.0
26692025-02-23T08:53:02.250Z Compiling zerocopy v0.7.35
26702025-02-23T08:53:02.989Z Compiling thiserror v1.0.69
26712025-02-23T08:53:03.176Z Compiling pest v2.7.14
26722025-02-23T08:53:03.828Z Compiling goblin v0.8.2
26732025-02-23T08:53:04.579Z Compiling clap v4.5.30
26742025-02-23T08:53:06.298Z Compiling pest_meta v2.7.14
26752025-02-23T08:53:07.764Z Compiling pest_generator v2.7.14
26762025-02-23T08:53:09.773Z Compiling pest_derive v2.7.14
26772025-02-23T08:53:10.594Z Compiling dtrace-parser v0.2.0
26782025-02-23T08:53:16.005Z Compiling serde_tokenstream v0.2.2
26792025-02-23T08:53:16.585Z Compiling serde_spanned v0.6.8
26802025-02-23T08:53:16.920Z Compiling dof v0.3.0
26812025-02-23T08:53:17.272Z Compiling toml_datetime v0.6.8
26822025-02-23T08:53:17.989Z Compiling toml_edit v0.22.22
26832025-02-23T08:53:19.003Z Compiling camino v1.1.9
26842025-02-23T08:53:19.027Z Compiling usdt-attr-macro v0.5.0
26852025-02-23T08:53:19.180Z Compiling usdt-macro v0.5.0
26862025-02-23T08:53:20.364Z Compiling cargo-platform v0.1.8
26872025-02-23T08:53:20.426Z Compiling semver v1.0.25
26882025-02-23T08:53:21.450Z Compiling usdt v0.5.0
26892025-02-23T08:53:21.852Z Compiling toml v0.8.19
26902025-02-23T08:53:22.878Z Compiling cargo_metadata v0.18.1
26912025-02-23T08:53:23.379Z Compiling cargo_toml v0.20.5
26922025-02-23T08:53:26.992Z Compiling camino-tempfile v1.1.1
26932025-02-23T08:53:27.783Z Compiling macaddr v1.0.1
26942025-02-23T08:53:36.108Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26952025-02-23T08:53:41.756Z Finished `release` profile [optimized] target(s) in 48.39s
26962025-02-23T08:53:41.865Z
26972025-02-23T08:53:41.868Zreal 48.531837660
26982025-02-23T08:53:41.868Zuser 5:18.873869619
26992025-02-23T08:53:41.868Zsys 18.650800783
27002025-02-23T08:53:41.868Ztrap 0.151510141
27012025-02-23T08:53:41.868Ztflt 0.126039479
27022025-02-23T08:53:41.869Zdflt 0.336098596
27032025-02-23T08:53:41.869Zkflt 0.000000000
27042025-02-23T08:53:41.869Zlock 9:55.175749015
27052025-02-23T08:53:41.869Zslp 15:46.109250209
27062025-02-23T08:53:41.869Zlat 14.109888598
27072025-02-23T08:53:41.869Zstop 16.109401372
27082025-02-23T08:53:41.869Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27092025-02-23T08:53:41.869Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27102025-02-23T08:53:41.869Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27112025-02-23T08:53:41.869Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27122025-02-23T08:53:41.869Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27132025-02-23T08:53:42.785Z Compiling ring v0.17.11
27142025-02-23T08:53:42.909Z Compiling hashbrown v0.14.5
27152025-02-23T08:53:42.929Z Compiling thiserror v2.0.11
27162025-02-23T08:53:42.931Z Compiling thiserror-impl v2.0.11
27172025-02-23T08:53:42.931Z Compiling ident_case v1.0.1
27182025-02-23T08:53:42.934Z Compiling unsafe-libyaml v0.2.11
27192025-02-23T08:53:42.934Z Compiling ipnetwork v0.21.1
27202025-02-23T08:53:42.934Z Compiling macaddr v1.0.1
27212025-02-23T08:53:43.201Z Compiling darling_core v0.20.10
27222025-02-23T08:53:43.414Z Compiling oxnet v0.1.0
27232025-02-23T08:53:43.747Z Compiling instant v0.1.13
27242025-02-23T08:53:43.897Z Compiling structmeta-derive v0.3.0
27252025-02-23T08:53:43.912Z Compiling dropshot v0.15.1
27262025-02-23T08:53:44.061Z Compiling regress v0.10.1
27272025-02-23T08:53:44.083Z Compiling regress v0.9.1
27282025-02-23T08:53:44.311Z Compiling serde_yaml v0.9.34+deprecated
27292025-02-23T08:53:44.779Z Compiling dropshot_endpoint v0.15.1
27302025-02-23T08:53:46.358Z Compiling daft-derive v0.1.1
27312025-02-23T08:53:46.551Z Compiling structmeta v0.3.0
27322025-02-23T08:53:46.954Z Compiling parse-display-derive v0.10.0
27332025-02-23T08:53:47.690Z Compiling rustls v0.23.19
27342025-02-23T08:53:47.724Z Compiling rustls v0.22.4
27352025-02-23T08:53:47.755Z Compiling typify-impl v0.2.0
27362025-02-23T08:53:47.885Z Compiling daft v0.1.1
27372025-02-23T08:53:48.393Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27382025-02-23T08:53:48.590Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27392025-02-23T08:53:48.641Z Compiling backoff v0.4.0
27402025-02-23T08:53:48.927Z Compiling darling_macro v0.20.10
27412025-02-23T08:53:48.949Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27422025-02-23T08:53:48.998Z Compiling tempfile v3.13.0
27432025-02-23T08:53:49.078Z Compiling proc-macro-crate v1.3.1
27442025-02-23T08:53:49.137Z Compiling typify-impl v0.3.0
27452025-02-23T08:53:49.173Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27462025-02-23T08:53:49.399Z Compiling itertools v0.13.0
27472025-02-23T08:53:49.824Z Compiling zerocopy v0.8.10
27482025-02-23T08:53:49.888Z Compiling darling v0.20.10
27492025-02-23T08:53:49.991Z Compiling num_enum_derive v0.5.11
27502025-02-23T08:53:50.016Z Compiling serde_with_macros v3.11.0
27512025-02-23T08:53:50.621Z Compiling rustls-webpki v0.102.8
27522025-02-23T08:53:50.868Z Compiling parse-display v0.10.0
27532025-02-23T08:53:51.488Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27542025-02-23T08:53:52.295Z Compiling num_enum v0.5.11
27552025-02-23T08:53:52.437Z Compiling zerocopy-derive v0.8.10
27562025-02-23T08:53:52.483Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27572025-02-23T08:53:52.502Z Compiling heapless v0.8.0
27582025-02-23T08:53:52.575Z Compiling serde_with v3.11.0
27592025-02-23T08:53:52.802Z Compiling crucible-workspace-hack v0.1.0
27602025-02-23T08:53:53.200Z Compiling proc-macro-error v1.0.4
27612025-02-23T08:53:53.446Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27622025-02-23T08:53:53.935Z Compiling camino-tempfile v1.1.1
27632025-02-23T08:53:54.410Z Compiling foreign-types-macros v0.2.3
27642025-02-23T08:53:55.694Z Compiling hash32 v0.3.1
27652025-02-23T08:53:55.949Z Compiling smoltcp v0.11.0
27662025-02-23T08:53:56.030Z Compiling foreign-types-shared v0.3.1
27672025-02-23T08:53:56.201Z Compiling foreign-types v0.5.0
27682025-02-23T08:53:56.343Z Compiling tokio-rustls v0.25.0
27692025-02-23T08:53:56.793Z Compiling dropshot v0.12.0
27702025-02-23T08:53:58.522Z Compiling tabwriter v1.4.0
27712025-02-23T08:53:59.013Z Compiling tokio-rustls v0.26.0
27722025-02-23T08:53:59.483Z Compiling hyper-rustls v0.27.3
27732025-02-23T08:54:00.107Z Compiling reqwest v0.12.12
27742025-02-23T08:54:00.212Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27752025-02-23T08:54:00.916Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27762025-02-23T08:54:00.960Z Compiling cstr-argument v0.1.2
27772025-02-23T08:54:01.226Z Compiling cobs v0.2.3
27782025-02-23T08:54:01.510Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27792025-02-23T08:54:01.747Z Compiling qorb v0.2.1
27802025-02-23T08:54:01.848Z Compiling pretty-hex v0.2.1
27812025-02-23T08:54:02.078Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27822025-02-23T08:54:02.129Z Compiling typify-macro v0.2.0
27832025-02-23T08:54:02.514Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27842025-02-23T08:54:02.730Z Compiling postcard v1.0.10
27852025-02-23T08:54:03.431Z Compiling progenitor-client v0.9.1
27862025-02-23T08:54:03.936Z Compiling progenitor-client v0.8.0
27872025-02-23T08:54:04.043Z Compiling typify-macro v0.3.0
27882025-02-23T08:54:04.461Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27892025-02-23T08:54:05.005Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27902025-02-23T08:54:05.148Z Compiling colored v2.1.0
27912025-02-23T08:54:05.801Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27922025-02-23T08:54:05.884Z Compiling typify v0.2.0
27932025-02-23T08:54:06.050Z Compiling progenitor-impl v0.8.0
27942025-02-23T08:54:06.217Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27952025-02-23T08:54:06.605Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27962025-02-23T08:54:07.368Z Compiling smf v0.2.3
27972025-02-23T08:54:07.527Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27982025-02-23T08:54:07.549Z Compiling zone_cfg_derive v0.3.0
27992025-02-23T08:54:07.847Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28002025-02-23T08:54:07.850Z Compiling typify v0.3.0
28012025-02-23T08:54:08.024Z Compiling progenitor-impl v0.9.1
28022025-02-23T08:54:08.249Z Compiling num-derive v0.4.2
28032025-02-23T08:54:08.634Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28042025-02-23T08:54:09.014Z Compiling sigpipe v0.1.3
28052025-02-23T08:54:09.163Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28062025-02-23T08:54:09.481Z Compiling zone v0.3.0
28072025-02-23T08:54:09.534Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28082025-02-23T08:54:10.261Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28092025-02-23T08:54:10.263Z Compiling universal-hash v0.5.1
28102025-02-23T08:54:10.469Z Compiling opaque-debug v0.3.1
28112025-02-23T08:54:10.513Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28122025-02-23T08:54:10.544Z Compiling tungstenite v0.21.0
28132025-02-23T08:54:10.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28142025-02-23T08:54:10.590Z Compiling num-rational v0.4.2
28152025-02-23T08:54:10.954Z Compiling password-hash v0.5.0
28162025-02-23T08:54:11.055Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28172025-02-23T08:54:11.375Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28182025-02-23T08:54:11.811Z Compiling num-complex v0.4.6
28192025-02-23T08:54:11.853Z Compiling blake2 v0.10.6
28202025-02-23T08:54:12.119Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28212025-02-23T08:54:12.281Z Compiling aead v0.5.2
28222025-02-23T08:54:12.360Z Compiling base64 v0.21.7
28232025-02-23T08:54:12.439Z Compiling keccak v0.1.5
28242025-02-23T08:54:12.685Z Compiling convert_case v0.4.0
28252025-02-23T08:54:12.775Z Compiling num v0.4.3
28262025-02-23T08:54:12.901Z Compiling sha3 v0.10.8
28272025-02-23T08:54:12.946Z Compiling progenitor-macro v0.8.0
28282025-02-23T08:54:13.046Z Compiling argon2 v0.5.3
28292025-02-23T08:54:13.223Z Compiling tokio-tungstenite v0.21.0
28302025-02-23T08:54:13.292Z Compiling poly1305 v0.8.0
28312025-02-23T08:54:13.498Z Compiling derive_more v0.99.19
28322025-02-23T08:54:13.621Z Compiling chacha20 v0.9.1
28332025-02-23T08:54:13.879Z Compiling float-ord v0.3.2
28342025-02-23T08:54:13.980Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28352025-02-23T08:54:14.089Z Compiling same-file v1.0.6
28362025-02-23T08:54:14.117Z Compiling semver v0.1.20
28372025-02-23T08:54:14.397Z Compiling walkdir v2.5.0
28382025-02-23T08:54:14.417Z Compiling newline-converter v0.3.0
28392025-02-23T08:54:14.622Z Compiling rustc_version v0.1.7
28402025-02-23T08:54:14.727Z Compiling primeorder v0.13.6
28412025-02-23T08:54:14.888Z Compiling progenitor-macro v0.9.1
28422025-02-23T08:54:15.033Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28432025-02-23T08:54:15.054Z Compiling secrecy v0.8.0
28442025-02-23T08:54:15.096Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28452025-02-23T08:54:15.243Z Compiling cancel-safe-futures v0.1.5
28462025-02-23T08:54:15.300Z Compiling owo-colors v4.1.0
28472025-02-23T08:54:15.623Z Compiling newtype_derive v0.1.6
28482025-02-23T08:54:15.668Z Compiling expectorate v1.1.0
28492025-02-23T08:54:15.684Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28502025-02-23T08:54:15.862Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28512025-02-23T08:54:15.883Z Compiling thiserror-impl-no-std v2.0.2
28522025-02-23T08:54:15.940Z Compiling blake3 v1.5.4
28532025-02-23T08:54:15.960Z Compiling unicase v2.7.0
28542025-02-23T08:54:15.964Z Compiling half v2.4.1
28552025-02-23T08:54:16.342Z Compiling ciborium-io v0.2.2
28562025-02-23T08:54:16.527Z Compiling arc-swap v1.7.1
28572025-02-23T08:54:16.549Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28582025-02-23T08:54:16.893Z Compiling ciborium-ll v0.2.2
28592025-02-23T08:54:17.135Z Compiling slog-scope v4.4.0
28602025-02-23T08:54:17.425Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28612025-02-23T08:54:17.753Z Compiling polyval v0.6.2
28622025-02-23T08:54:18.180Z Compiling atomicwrites v0.4.4
28632025-02-23T08:54:18.208Z Compiling libsw v3.3.1
28642025-02-23T08:54:18.553Z Compiling memmap2 v0.9.5
28652025-02-23T08:54:18.577Z Compiling parking_lot_core v0.8.6
28662025-02-23T08:54:18.737Z Compiling thiserror-no-std v2.0.2
28672025-02-23T08:54:18.893Z Compiling constant_time_eq v0.3.1
28682025-02-23T08:54:18.961Z Compiling arrayref v0.3.9
28692025-02-23T08:54:19.074Z Compiling arrayvec v0.7.6
28702025-02-23T08:54:19.095Z Compiling libefi-sys v0.1.0
28712025-02-23T08:54:19.116Z Compiling indent_write v2.2.0
28722025-02-23T08:54:19.364Z Compiling salty v0.3.0
28732025-02-23T08:54:19.393Z Compiling linear-map v1.2.0
28742025-02-23T08:54:19.507Z Compiling vsss-rs v3.3.4
28752025-02-23T08:54:19.747Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28762025-02-23T08:54:19.825Z Compiling ghash v0.5.1
28772025-02-23T08:54:20.175Z Compiling slog-stdlog v4.1.1
28782025-02-23T08:54:20.399Z Compiling ciborium v0.2.2
28792025-02-23T08:54:20.577Z Compiling p384 v0.13.0
28802025-02-23T08:54:20.810Z Compiling toolchain_find v0.4.0
28812025-02-23T08:54:20.904Z Compiling chacha20poly1305 v0.10.1
28822025-02-23T08:54:21.168Z Compiling ctr v0.9.2
28832025-02-23T08:54:21.458Z Compiling lzma-sys v0.1.20
28842025-02-23T08:54:21.557Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28852025-02-23T08:54:21.719Z Compiling bitfield-struct v0.6.2
28862025-02-23T08:54:22.007Z Compiling slog-dtrace v0.3.0
28872025-02-23T08:54:22.120Z Compiling highway v1.2.0
28882025-02-23T08:54:22.256Z Compiling topological-sort v0.2.2
28892025-02-23T08:54:22.433Z Compiling omicron-zone-package v0.12.0
28902025-02-23T08:54:22.647Z Compiling aes-gcm v0.10.3
28912025-02-23T08:54:22.901Z Compiling rustfmt-wrapper v0.2.1
28922025-02-23T08:54:22.977Z Compiling mime_guess v2.0.5
28932025-02-23T08:54:23.110Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28942025-02-23T08:54:23.348Z Compiling slog-envlogger v2.2.0
28952025-02-23T08:54:23.526Z Compiling steno v0.4.1
28962025-02-23T08:54:24.196Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28972025-02-23T08:54:24.460Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28982025-02-23T08:54:24.480Z Compiling heck v0.3.3
28992025-02-23T08:54:24.533Z Compiling ssh-encoding v0.2.0
29002025-02-23T08:54:24.806Z Compiling progenitor v0.8.0
29012025-02-23T08:54:24.845Z Compiling blowfish v0.9.1
29022025-02-23T08:54:25.061Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29032025-02-23T08:54:25.064Z Compiling nibble_vec v0.1.0
29042025-02-23T08:54:25.103Z Compiling env_filter v0.1.2
29052025-02-23T08:54:25.268Z Compiling endian-type v0.1.2
29062025-02-23T08:54:25.296Z Compiling humantime v2.1.0
29072025-02-23T08:54:25.326Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29082025-02-23T08:54:25.523Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29092025-02-23T08:54:25.673Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29102025-02-23T08:54:25.724Z Compiling radix_trie v0.2.1
29112025-02-23T08:54:25.746Z Compiling env_logger v0.11.5
29122025-02-23T08:54:25.827Z Compiling bcrypt-pbkdf v0.10.0
29132025-02-23T08:54:26.282Z Compiling ssh-cipher v0.2.0
29142025-02-23T08:54:26.494Z Compiling zone_cfg_derive v0.1.2
29152025-02-23T08:54:26.521Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29162025-02-23T08:54:26.631Z Compiling progenitor v0.9.1
29172025-02-23T08:54:26.882Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29182025-02-23T08:54:26.903Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29192025-02-23T08:54:26.946Z Compiling parking_lot v0.11.2
29202025-02-23T08:54:27.712Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29212025-02-23T08:54:27.961Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29222025-02-23T08:54:28.002Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29232025-02-23T08:54:28.349Z Compiling password-hash v0.4.2
29242025-02-23T08:54:28.523Z Compiling gethostname v0.5.0
29252025-02-23T08:54:28.613Z Compiling fxhash v0.2.1
29262025-02-23T08:54:28.751Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29272025-02-23T08:54:28.864Z Compiling zip v2.1.3
29282025-02-23T08:54:29.098Z Compiling lockfree-object-pool v0.1.6
29292025-02-23T08:54:29.222Z Compiling http-range v0.1.5
29302025-02-23T08:54:29.274Z Compiling simd-adler32 v0.3.7
29312025-02-23T08:54:29.371Z Compiling bumpalo v3.16.0
29322025-02-23T08:54:29.579Z Compiling base64 v0.13.1
29332025-02-23T08:54:29.818Z Compiling zopfli v0.8.1
29342025-02-23T08:54:29.888Z Compiling pbkdf2 v0.11.0
29352025-02-23T08:54:29.908Z Compiling sled v0.34.7
29362025-02-23T08:54:30.148Z Compiling ron v0.7.1
29372025-02-23T08:54:30.252Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29382025-02-23T08:54:31.279Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29392025-02-23T08:54:31.364Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29402025-02-23T08:54:32.018Z Compiling xz2 v0.1.7
29412025-02-23T08:54:32.240Z Compiling zone v0.1.8
29422025-02-23T08:54:32.533Z Compiling ssh-key v0.6.6
29432025-02-23T08:54:32.618Z Compiling hickory-client v0.24.3
29442025-02-23T08:54:33.506Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29452025-02-23T08:54:33.529Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29462025-02-23T08:54:33.655Z Compiling p256 v0.13.2
29472025-02-23T08:54:33.977Z Compiling p521 v0.13.3
29482025-02-23T08:54:34.477Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29492025-02-23T08:54:35.064Z Compiling hickory-server v0.24.3
29502025-02-23T08:54:35.501Z Compiling pem v3.0.4
29512025-02-23T08:54:36.212Z Compiling yasna v0.5.2
29522025-02-23T08:54:36.273Z Compiling headers-core v0.3.0
29532025-02-23T08:54:36.458Z Compiling kstat-rs v0.2.4
29542025-02-23T08:54:36.664Z Compiling nanorand v0.7.0
29552025-02-23T08:54:37.059Z Compiling atty v0.2.14
29562025-02-23T08:54:37.215Z Compiling russh-cryptovec v0.7.3
29572025-02-23T08:54:37.247Z Compiling md5 v0.7.0
29582025-02-23T08:54:37.557Z Compiling russh-keys v0.45.0
29592025-02-23T08:54:37.710Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29602025-02-23T08:54:37.800Z Compiling rcgen v0.12.1
29612025-02-23T08:54:39.402Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29622025-02-23T08:54:39.482Z Compiling flume v0.11.1
29632025-02-23T08:54:39.970Z Compiling headers v0.4.0
29642025-02-23T08:54:40.328Z Compiling hyper-staticfile v0.10.1
29652025-02-23T08:54:41.360Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29662025-02-23T08:54:41.709Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29672025-02-23T08:54:41.953Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29682025-02-23T08:54:42.155Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29692025-02-23T08:54:42.559Z Compiling num-bigint v0.4.6
29702025-02-23T08:54:42.733Z Compiling des v0.8.1
29712025-02-23T08:54:43.045Z Compiling subprocess v0.2.9
29722025-02-23T08:54:43.075Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29732025-02-23T08:54:44.034Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29742025-02-23T08:54:44.793Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29752025-02-23T08:54:44.828Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29762025-02-23T08:54:47.425Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29772025-02-23T08:54:48.505Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29782025-02-23T08:54:49.552Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29792025-02-23T08:54:51.014Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29802025-02-23T08:54:51.112Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29812025-02-23T08:54:51.230Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29822025-02-23T08:54:52.701Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29832025-02-23T08:54:53.057Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29842025-02-23T08:54:53.130Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29852025-02-23T08:54:53.821Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29862025-02-23T08:54:54.428Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29872025-02-23T08:54:54.918Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29882025-02-23T08:54:54.941Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29892025-02-23T08:54:55.332Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29902025-02-23T08:54:55.805Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29912025-02-23T08:54:58.009Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29922025-02-23T08:54:58.290Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29932025-02-23T08:54:58.502Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29942025-02-23T08:54:58.826Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29952025-02-23T08:54:59.349Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29962025-02-23T08:55:00.006Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29972025-02-23T08:55:01.155Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29982025-02-23T08:55:03.604Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29992025-02-23T08:55:03.700Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30002025-02-23T08:55:04.188Z Compiling hex-literal v0.4.1
30012025-02-23T08:55:04.248Z Compiling display-error-chain v0.2.2
30022025-02-23T08:55:04.356Z Compiling russh v0.45.0
30032025-02-23T08:55:04.476Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30042025-02-23T08:55:05.230Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30052025-02-23T08:55:05.389Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30062025-02-23T08:55:07.276Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30072025-02-23T08:55:07.765Z Compiling internet-checksum v0.2.1
30082025-02-23T08:55:12.331Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30092025-02-23T08:55:19.422Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30102025-02-23T08:55:21.083Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112025-02-23T08:55:45.701Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30122025-02-23T08:56:08.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
30132025-02-23T08:56:08.647Z
30142025-02-23T08:56:08.650Zreal 2:26.723850756
30152025-02-23T08:56:08.650Zuser 12:37.099336715
30162025-02-23T08:56:08.650Zsys 1:38.684493302
30172025-02-23T08:56:08.650Ztrap 0.378283864
30182025-02-23T08:56:08.650Ztflt 0.219300476
30192025-02-23T08:56:08.650Zdflt 0.602239328
30202025-02-23T08:56:08.650Zkflt 0.000029646
30212025-02-23T08:56:08.650Zlock 23:29.109455662
30222025-02-23T08:56:08.650Zslp 44:33.821852481
30232025-02-23T08:56:08.650Zlat 38.196225705
30242025-02-23T08:56:08.650Zstop 1:38.976319415
30252025-02-23T08:56:08.650Z+ mkdir tests
30262025-02-23T08:56:08.653Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30272025-02-23T08:56:08.653Z+ xargs -I '{}' -t cp '{}' tests/
30282025-02-23T08:56:08.692Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fff3da30d1f4f835 tests/
30292025-02-23T08:56:08.712Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-55faf5ef9a164c70 tests/
30302025-02-23T08:56:08.732Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-186e624a529a4484 tests/
30312025-02-23T08:56:08.756Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c1cb58773698bc94 tests/
30322025-02-23T08:56:08.984Z+ 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/*)
30332025-02-23T08:56:08.988Z+ 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-55faf5ef9a164c70 tests/commtest-186e624a529a4484 tests/dhcp_server-fff3da30d1f4f835 tests/end_to_end_tests-c1cb58773698bc94 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
30342025-02-23T08:57:27.336ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30352025-02-23T08:57:27.336Za .github/buildomat/ci-env.sh 1K
30362025-02-23T08:57:27.336Za out/target/test 1K
30372025-02-23T08:57:27.336Za out/npuzone/npuzone 23144K
30382025-02-23T08:57:27.336Za package-manifest.toml 33K
30392025-02-23T08:57:27.336Za smf/sled-agent/non-gimlet/config.toml 4K
30402025-02-23T08:57:27.336Za target/release/omicron-package 39572K
30412025-02-23T08:57:27.338Za target/release/xtask 10747K
30422025-02-23T08:57:27.338Za target/debug/bootstrap 221142K
30432025-02-23T08:57:27.338Za tests/bootstrap-55faf5ef9a164c70 24237K
30442025-02-23T08:57:27.338Za tests/commtest-186e624a529a4484 28163K
30452025-02-23T08:57:27.338Za tests/dhcp_server-fff3da30d1f4f835 24237K
30462025-02-23T08:57:27.338Za tests/end_to_end_tests-c1cb58773698bc94 283481K
30472025-02-23T08:57:27.338Za out/clickhouse.tar.gz 307210K
30482025-02-23T08:57:27.338Za out/clickhouse_keeper.tar.gz 292888K
30492025-02-23T08:57:27.338Za out/clickhouse_server.tar.gz 307195K
30502025-02-23T08:57:27.338Za out/cockroachdb.tar.gz 145953K
30512025-02-23T08:57:27.338Za out/crucible-dtrace.tar 99K
30522025-02-23T08:57:27.338Za out/crucible-pantry-zone.tar.gz 34303K
30532025-02-23T08:57:27.338Za out/crucible-zone.tar.gz 42675K
30542025-02-23T08:57:27.338Za out/external-dns.tar.gz 47418K
30552025-02-23T08:57:27.338Za out/internal-dns.tar.gz 47418K
30562025-02-23T08:57:27.338Za out/mg-ddm-gz.tar 63075K
30572025-02-23T08:57:27.338Za out/nexus.tar.gz 112389K
30582025-02-23T08:57:27.338Za out/ntp.tar.gz 16254K
30592025-02-23T08:57:27.338Za out/omicron-gateway-softnpu.tar.gz 25243K
30602025-02-23T08:57:27.338Za out/omicron-sled-agent.tar 125405K
30612025-02-23T08:57:27.338Za out/overlay.tar.gz 3K
30622025-02-23T08:57:27.338Za out/oximeter.tar.gz 56629K
30632025-02-23T08:57:27.338Za out/oxlog.tar 3138K
30642025-02-23T08:57:27.338Za out/probe.tar.gz 2764K
30652025-02-23T08:57:27.338Za out/propolis-server.tar.gz 66425K
30662025-02-23T08:57:27.338Za out/pumpkind-gz.tar 26665K
30672025-02-23T08:57:27.338Za out/switch-softnpu.tar.gz 270212K
30682025-02-23T08:57:27.342Z
30692025-02-23T08:57:27.342Zreal 1:18.343639378
30702025-02-23T08:57:27.342Zuser 1:14.642140146
30712025-02-23T08:57:27.342Zsys 5.257739866
30722025-02-23T08:57:27.342Ztrap 0.020107644
30732025-02-23T08:57:27.342Ztflt 0.000000000
30742025-02-23T08:57:27.342Zdflt 0.000000000
30752025-02-23T08:57:27.342Zkflt 0.000000000
30762025-02-23T08:57:27.342Zlock 0.000000000
30772025-02-23T08:57:27.342Zslp 1:14.439810512
30782025-02-23T08:57:27.342Zlat 2.322535419
30792025-02-23T08:57:27.342Zstop 0.000347956
30802025-02-23T08:57:27.342Zprocess exited: duration 2065897 ms, exit code 0
 
30812025-02-23T08:57:27.357Zfound 1 output files
30822025-02-23T08:57:27.357Zuploading: /work/package.tar.gz (2056340768 bytes)
30832025-02-23T08:58:09.396Zuploaded: /work/package.tar.gz