01JN5HQ3NT0V5CCW6WQDJ73220: 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: 01JN5HQWN2FHV992ETBEVA2XZ6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T05:52:08.831Zjob assigned to worker 01JN5HQZ73TZHWCYX48GYCD7RP [factory aws, i-07e68957f24b752d6] (queued for 51 s)
 
22025-02-28T05:52:16.884Zstarting task 0: "setup"
32025-02-28T05:52:16.892Z++ uname -s
42025-02-28T05:52:16.894Z+ kern=SunOS
52025-02-28T05:52:16.894Z+ build_user=build
62025-02-28T05:52:16.894Z+ build_uid=12345
72025-02-28T05:52:16.894Z+ work_dir=/work
82025-02-28T05:52:16.894Z+ input_dir=/input
92025-02-28T05:52:16.894Z+ [[ 0 == 12345 ]]
102025-02-28T05:52:16.894Z+ case "$kern" in
112025-02-28T05:52:16.894Z+ groupadd -g 12345 build
122025-02-28T05:52:16.897Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T05:52:18.904Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T05:52:19.040Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T05:52:19.043Z+ home_fs=zfs
162025-02-28T05:52:19.043Z+ [[ zfs == autofs ]]
172025-02-28T05:52:19.043Z+ mkdir -p /home/build
182025-02-28T05:52:19.045Z+ chown build:build /home/build /work
192025-02-28T05:52:20.047Z+ chmod 0700 /home/build /work
202025-02-28T05:52:20.050Zprocess exited: duration 3165 ms, exit code 0
 
212025-02-28T05:52:20.056Zstarting task 1: "rust-toolchain"
222025-02-28T05:52:20.061Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T05:52:20.061Z * rust toolchain channel = "1.85.0"
242025-02-28T05:52:20.061Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-28T05:52:20.061Z * rust toolchain profile = "default"
262025-02-28T05:52:20.062Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T05:52:20.062Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T05:52:20.064Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T05:52:20.064Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T05:52:20.192Zinfo: downloading installer
312025-02-28T05:52:21.531Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T05:52:21.532Zwarning: /opt/ooce/bin
332025-02-28T05:52:21.532Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T05:52:21.532Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T05:52:21.532Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T05:52:21.532Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T05:52:21.532Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T05:52:21.532Zerror: cannot install while Rust is installed
392025-02-28T05:52:21.532Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T05:52:21.546Zinfo: profile set to 'default'
412025-02-28T05:52:21.546Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T05:52:21.550Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T05:52:21.703Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T05:52:21.703Zinfo: downloading component 'cargo'
452025-02-28T05:52:22.515Zinfo: downloading component 'clippy'
462025-02-28T05:52:22.798Zinfo: downloading component 'rust-docs'
472025-02-28T05:52:23.916Zinfo: downloading component 'rust-std'
482025-02-28T05:52:25.569Zinfo: downloading component 'rustc'
492025-02-28T05:52:31.196Zinfo: downloading component 'rustfmt'
502025-02-28T05:52:31.418Zinfo: installing component 'cargo'
512025-02-28T05:52:32.268Zinfo: installing component 'clippy'
522025-02-28T05:52:32.669Zinfo: installing component 'rust-docs'
532025-02-28T05:52:34.413Zinfo: installing component 'rust-std'
542025-02-28T05:52:36.362Zinfo: installing component 'rustc'
552025-02-28T05:52:42.524Zinfo: installing component 'rustfmt'
562025-02-28T05:52:42.857Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T05:52:42.857Z
582025-02-28T05:52:43.231Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T05:52:43.231Z
602025-02-28T05:52:43.235Z
612025-02-28T05:52:43.235ZRust is installed now. Great!
622025-02-28T05:52:43.235Z
632025-02-28T05:52:43.235ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T05:52:43.236Zenvironment variable. This has not been done automatically.
652025-02-28T05:52:43.236Z
662025-02-28T05:52:43.236ZTo configure your current shell, you need to source
672025-02-28T05:52:43.236Zthe corresponding env file under $HOME/.cargo.
682025-02-28T05:52:43.236Z
692025-02-28T05:52:43.236ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T05:52:43.236Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T05:52:43.236Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T05:52:43.312Z+ rustup --version
732025-02-28T05:52:43.320Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T05:52:43.320Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T05:52:43.403Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T05:52:43.406Z+ cargo --version
772025-02-28T05:52:43.466Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T05:52:43.469Z+ rustc --version
792025-02-28T05:52:43.535Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T05:52:43.538Zprocess exited: duration 23479 ms, exit code 0
 
812025-02-28T05:52:43.543Zstarting task 2: "authentication"
822025-02-28T05:52:43.565Zprocess exited: duration 21 ms, exit code 0
 
832025-02-28T05:52:43.571Zstarting task 3: "clone repository"
842025-02-28T05:52:43.576Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T05:52:43.579Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T05:52:43.615ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T05:52:52.439Z+ cd /work/oxidecomputer/omicron
882025-02-28T05:52:52.439Z+ git fetch origin c2fa5fae89f2869b7361ae61b2fe52784308ae5a
892025-02-28T05:52:52.749ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T05:52:52.749Z * branch c2fa5fae89f2869b7361ae61b2fe52784308ae5a -> FETCH_HEAD
912025-02-28T05:52:52.760Z+ [[ -n '' ]]
922025-02-28T05:52:52.760Z+ git reset --hard c2fa5fae89f2869b7361ae61b2fe52784308ae5a
932025-02-28T05:52:52.953ZHEAD is now at c2fa5fae8 Merge branch 'main' into dap/versioning-dev-workflow
942025-02-28T05:52:52.956Zprocess exited: duration 9383 ms, exit code 0
 
952025-02-28T05:52:52.961Zstarting task 4: "build"
962025-02-28T05:52:52.966Z+ source .github/buildomat/ci-env.sh
972025-02-28T05:52:52.966Z++ export CARGO_TERM_COLOR=always
982025-02-28T05:52:52.966Z++ CARGO_TERM_COLOR=always
992025-02-28T05:52:52.969Z+ cargo --version
1002025-02-28T05:52:53.021Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1012025-02-28T05:52:53.023Z+ rustc --version
1022025-02-28T05:52:53.089Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1032025-02-28T05:52:53.093Z+ WORK=/work
1042025-02-28T05:52:53.093Z+ pfexec mkdir -p /work
1052025-02-28T05:52:53.097Z+ pfexec chown build /work
1062025-02-28T05:52:53.099Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072025-02-28T05:52:54.558Zpkg list: illegal option -- F
1082025-02-28T05:52:54.558ZUsage:
1092025-02-28T05:52:54.560Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1102025-02-28T05:52:54.560Z [pkg_fmri_pattern ...]
1112025-02-28T05:52:55.403Zpkg list: illegal option -- F
1122025-02-28T05:52:55.406ZUsage:
1132025-02-28T05:52:55.406Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-02-28T05:52:55.406Z [pkg_fmri_pattern ...]
1152025-02-28T05:53:03.446Z Startup: Refreshing catalog 'helios-dev' ... Done
1162025-02-28T05:53:07.794Z Startup: Caching catalogs ... Done
1172025-02-28T05:53:20.988ZPlanning: Solver setup ... Done (12.237s)
1182025-02-28T05:53:21.141ZPlanning: Running solver ... Done (0.153s)
1192025-02-28T05:53:21.265ZPlanning: Finding local manifests ... Done (0.005s)
1202025-02-28T05:53:21.304ZPlanning: Fetching manifests: 0/7 0% complete
1212025-02-28T05:53:21.569ZPlanning: Fetching manifests: 7/7 100% complete
1222025-02-28T05:53:21.680ZPlanning: Package planning ... Done (0.111s)
1232025-02-28T05:53:21.737ZPlanning: Merging actions ... Done (0.057s)
1242025-02-28T05:53:21.931ZPlanning: Checking for conflicting actions ... Done (0.194s)
1252025-02-28T05:53:23.667ZPlanning: Consolidating action changes ... Done (1.735s)
1262025-02-28T05:53:24.072ZPlanning: Evaluating mediators ... Done (0.405s)
1272025-02-28T05:53:24.154ZPlanning: Planning completed in 16.26 seconds
1282025-02-28T05:53:24.173Z Packages to install: 4
1292025-02-28T05:53:24.173Z Packages to update: 3
1302025-02-28T05:53:24.173Z Mediators to change: 2
1312025-02-28T05:53:24.173Z Services to change: 1
1322025-02-28T05:53:24.173Z Estimated space available: 155.61 GB
1332025-02-28T05:53:24.176ZEstimated space to be consumed: 1.66 GB
1342025-02-28T05:53:24.176Z Create boot environment: No
1352025-02-28T05:53:24.176ZCreate backup boot environment: Yes
1362025-02-28T05:53:24.176Z Rebuild boot archive: No
1372025-02-28T05:53:24.176Z
1382025-02-28T05:53:24.176ZChanged mediators:
1392025-02-28T05:53:24.176Z mediator clang:
1402025-02-28T05:53:24.176Z version: None -> 15 (system default)
1412025-02-28T05:53:24.176Z
1422025-02-28T05:53:24.176Z mediator llvm:
1432025-02-28T05:53:24.176Z version: 14 (system default) -> 15 (system default)
1442025-02-28T05:53:24.176Z
1452025-02-28T05:53:24.176ZChanged packages:
1462025-02-28T05:53:24.176Zhelios-dev
1472025-02-28T05:53:24.176Z developer/build-essential
1482025-02-28T05:53:24.176Z None -> 11-2.0
1492025-02-28T05:53:24.176Z library/libxmlsec1
1502025-02-28T05:53:24.176Z None -> 1.2.35-2.0
1512025-02-28T05:53:24.176Z ooce/developer/clang-15
1522025-02-28T05:53:24.176Z None -> 15.0.7-2.0
1532025-02-28T05:53:24.176Z ooce/developer/llvm-15
1542025-02-28T05:53:24.177Z None -> 15.0.7-2.0
1552025-02-28T05:53:24.177Z package/pkg
1562025-02-28T05:53:24.177Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1572025-02-28T05:53:24.177Z system/library/g++-runtime
1582025-02-28T05:53:24.177Z 13-2.0 -> 14-2.0
1592025-02-28T05:53:24.177Z system/library/gcc-runtime
1602025-02-28T05:53:24.177Z 13-2.0 -> 14-2.0
1612025-02-28T05:53:24.177Z
1622025-02-28T05:53:24.177ZServices:
1632025-02-28T05:53:24.177Z restart_fmri:
1642025-02-28T05:53:24.177Z svc:/system/update-man-index:default
1652025-02-28T05:53:24.177Z
1662025-02-28T05:53:24.177ZEditable files to change:
1672025-02-28T05:53:24.177Z Update:
1682025-02-28T05:53:24.177Z usr/share/lib/pkg/web/config.shtml
1692025-02-28T05:53:24.250Z
1702025-02-28T05:53:24.250ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1712025-02-28T05:53:29.251ZDownload: 428/4301 items 17.0/225.4MB 7% complete (3.5M/s)
1722025-02-28T05:53:34.252ZDownload: 1006/4301 items 19.5/225.4MB 8% complete (2.0M/s)
1732025-02-28T05:53:39.948ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (6.7M/s)
1742025-02-28T05:53:44.949ZDownload: 1344/4301 items 113.2/225.4MB 50% complete (9.3M/s)
1752025-02-28T05:53:50.051ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (3.9M/s)
1762025-02-28T05:53:55.055ZDownload: 2432/4301 items 119.9/225.4MB 53% complete (701k/s)
1772025-02-28T05:54:16.806ZDownload: 3245/4301 items 202.9/225.4MB 89% complete
1782025-02-28T05:54:22.329ZDownload: 4294/4301 items 225.2/225.4MB 99% complete (4.7M/s)
1792025-02-28T05:54:22.374ZDownload: Completed 225.42 MB in 58.12 seconds (3.9M/s)
1802025-02-28T05:54:24.365Z Actions: 1/5122 actions (Removing old actions)
1812025-02-28T05:54:24.386Z Actions: 194/5122 actions (Installing new actions)
1822025-02-28T05:54:29.171Z Actions: 4267/5122 actions (Updating modified actions)
1832025-02-28T05:54:29.528Z Actions: Completed 5122 actions in 5.16 seconds.
1842025-02-28T05:54:29.969Z Done (0.433s)
1852025-02-28T05:54:29.972Z Done (0.001s)
1862025-02-28T05:54:30.584Z Done (0.612s)
1872025-02-28T05:54:35.154Z Done (4.324s)
1882025-02-28T05:54:35.245Z Done (0.018s)
1892025-02-28T05:54:35.250Z Done (0.000s)
1902025-02-28T05:54:35.476Z Done (0.000s)
1912025-02-28T05:54:36.206ZPlanning: Evaluating mediator changes ... Done
1922025-02-28T05:54:36.370ZPlanning: Checking for conflicting actions ... Done
1932025-02-28T05:54:36.372ZPlanning: Consolidating action changes ... Done
1942025-02-28T05:54:36.643ZPlanning: Evaluating mediators ... Done
1952025-02-28T05:54:36.646ZPlanning: Planning completed in 0.44 seconds
1962025-02-28T05:54:36.684Z Mediators to change: 2
1972025-02-28T05:54:36.684Z Create boot environment: No
1982025-02-28T05:54:36.686ZCreate backup boot environment: No
1992025-02-28T05:54:36.787Z Done
2002025-02-28T05:54:36.787Z Done
2012025-02-28T05:54:37.218Z Done
2022025-02-28T05:54:41.002Z Done
2032025-02-28T05:54:41.093Z Done
2042025-02-28T05:54:41.097Z Done
2052025-02-28T05:54:41.231Z Done
2062025-02-28T05:54:41.860ZPlanning: Evaluating mediator changes ... Done
2072025-02-28T05:54:41.862ZPlanning: Merging actions ... Done
2082025-02-28T05:54:42.054ZPlanning: Checking for conflicting actions ... Done
2092025-02-28T05:54:42.057ZPlanning: Consolidating action changes ... Done
2102025-02-28T05:54:42.330ZPlanning: Evaluating mediators ... Done
2112025-02-28T05:54:42.388ZPlanning: Planning completed in 0.77 seconds
2122025-02-28T05:54:42.429Z Packages to change: 1
2132025-02-28T05:54:42.429Z Mediators to change: 1
2142025-02-28T05:54:42.432Z Services to change: 1
2152025-02-28T05:54:42.432Z Create boot environment: No
2162025-02-28T05:54:42.432ZCreate backup boot environment: Yes
2172025-02-28T05:54:44.790Z Actions: 1/6 actions (Updating modified actions)
2182025-02-28T05:54:44.793Z Actions: Completed 6 actions in 0.00 seconds.
2192025-02-28T05:54:44.793Z Done
2202025-02-28T05:54:44.793Z Done
2212025-02-28T05:54:44.917Z Done
2222025-02-28T05:54:48.660Z Done
2232025-02-28T05:54:48.753Z Done
2242025-02-28T05:54:48.757Z Done
2252025-02-28T05:54:48.889Z Done
2262025-02-28T05:54:49.338ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272025-02-28T05:54:49.338Zclang system 15 system
2282025-02-28T05:54:49.338Zcsh system system illumos
2292025-02-28T05:54:49.338Zctags system system illumos
2302025-02-28T05:54:49.338Zgcc vendor 12 vendor
2312025-02-28T05:54:49.338Zgcc system 10 system
2322025-02-28T05:54:49.338Zgcc system 7 system
2332025-02-28T05:54:49.338Zgo system 1.20 system
2342025-02-28T05:54:49.338Zgo system 1.19 system
2352025-02-28T05:54:49.338Zllvm system 15 system
2362025-02-28T05:54:49.338Zllvm system 14 system
2372025-02-28T05:54:49.338Zmariadb system 10.6 system
2382025-02-28T05:54:49.338Zmta vendor vendor dma
2392025-02-28T05:54:49.338Zopenjdk system 17 system
2402025-02-28T05:54:49.338Zopenjdk system 11 system
2412025-02-28T05:54:49.338Zopenjdk system 1.8 system
2422025-02-28T05:54:49.338Zopenssl vendor 3 vendor
2432025-02-28T05:54:49.338Zperl system 5.36 system
2442025-02-28T05:54:49.338Zpostgresql system 15 system
2452025-02-28T05:54:49.338Zpostgresql system 13 system
2462025-02-28T05:54:49.338Zpython vendor 3 vendor
2472025-02-28T05:54:49.338Zpython system 2 system
2482025-02-28T05:54:49.338Zpython3 system 3.11 system
2492025-02-28T05:54:49.338Zruby system 3.0 system
2502025-02-28T05:54:49.338Zwords vendor vendor american-english
2512025-02-28T05:54:49.338Zwords system system australian-english
2522025-02-28T05:54:49.338Zwords system system british-english
2532025-02-28T05:54:49.338Zwords system system canadian-english
2542025-02-28T05:54:49.338Zwords system system french
2552025-02-28T05:54:49.338Zwords system system italian
2562025-02-28T05:54:49.338Zwords system system ngerman
2572025-02-28T05:54:49.338Zwords system system ogerman
2582025-02-28T05:54:49.338Zwords system system spanish
2592025-02-28T05:54:49.689ZPUBLISHER TYPE STATUS P LOCATION
2602025-02-28T05:54:49.689Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612025-02-28T05:54:52.793ZFMRI IFO
2622025-02-28T05:54:52.793Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632025-02-28T05:54:52.793Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642025-02-28T05:54:52.793Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652025-02-28T05:54:52.793Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662025-02-28T05:54:52.793Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672025-02-28T05:54:52.793Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2682025-02-28T05:54:52.793Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2692025-02-28T05:54:52.793Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2702025-02-28T05:54:52.793Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712025-02-28T05:54:52.793Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2722025-02-28T05:54:52.793Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2732025-02-28T05:54:52.793Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2742025-02-28T05:54:52.794Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2752025-02-28T05:54:52.794Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2762025-02-28T05:54:52.794Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2772025-02-28T05:54:53.608Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2782025-02-28T05:54:53.867Z Updating crates.io index
2792025-02-28T05:54:53.906Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802025-02-28T05:54:54.498Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812025-02-28T05:54:54.749Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822025-02-28T05:54:55.023Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832025-02-28T05:54:56.029Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842025-02-28T05:54:57.758Z Updating git repository `https://github.com/oxidecomputer/opte`
2852025-02-28T05:54:58.406Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862025-02-28T05:54:59.096Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872025-02-28T05:54:59.352Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882025-02-28T05:54:59.629Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892025-02-28T05:55:00.282Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902025-02-28T05:55:00.881Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912025-02-28T05:55:01.311Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-02-28T05:55:01.735Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2932025-02-28T05:55:02.046Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942025-02-28T05:55:02.387Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2952025-02-28T05:55:02.604Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2962025-02-28T05:55:02.826Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2972025-02-28T05:55:03.150Z Updating git repository `https://github.com/oxidecomputer/lldp`
2982025-02-28T05:55:03.456Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992025-02-28T05:55:03.746Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3002025-02-28T05:55:04.059Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012025-02-28T05:55:04.473Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3022025-02-28T05:55:04.736Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3032025-02-28T05:55:05.315Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3042025-02-28T05:55:05.611Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052025-02-28T05:55:05.979Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3062025-02-28T05:55:06.361Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3072025-02-28T05:55:06.664Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3082025-02-28T05:55:06.914Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3092025-02-28T05:55:07.202Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3102025-02-28T05:55:08.406Z Downloading crates ...
3112025-02-28T05:55:08.495Z Downloaded anstyle-parse v0.2.5
3122025-02-28T05:55:08.498Z Downloaded heck v0.4.1
3132025-02-28T05:55:08.501Z Downloaded zerocopy-derive v0.7.35
3142025-02-28T05:55:08.504Z Downloaded proc-macro-error v1.0.4
3152025-02-28T05:55:08.508Z Downloaded plain v0.2.3
3162025-02-28T05:55:08.511Z Downloaded generic-array v0.14.7
3172025-02-28T05:55:08.511Z Downloaded zerocopy v0.7.35
3182025-02-28T05:55:08.524Z Downloaded hashbrown v0.15.1
3192025-02-28T05:55:08.528Z Downloaded pest_derive v2.7.14
3202025-02-28T05:55:08.531Z Downloaded bitflags v2.6.0
3212025-02-28T05:55:08.534Z Downloaded colorchoice v1.0.2
3222025-02-28T05:55:08.537Z Downloaded anstream v0.6.15
3232025-02-28T05:55:08.540Z Downloaded fastrand v2.1.1
3242025-02-28T05:55:08.540Z Downloaded errno v0.3.9
3252025-02-28T05:55:08.543Z Downloaded anstyle v1.0.10
3262025-02-28T05:55:08.543Z Downloaded winnow v0.7.3
3272025-02-28T05:55:08.550Z Downloaded proc-macro2 v1.0.93
3282025-02-28T05:55:08.552Z Downloaded log v0.4.22
3292025-02-28T05:55:08.569Z Downloaded pretty-hex v0.4.1
3302025-02-28T05:55:08.572Z Downloaded memmap v0.7.0
3312025-02-28T05:55:08.572Z Downloaded io-lifetimes v1.0.11
3322025-02-28T05:55:08.577Z Downloaded proc-macro-error-attr v1.0.4
3332025-02-28T05:55:08.580Z Downloaded is_terminal_polyfill v1.70.1
3342025-02-28T05:55:08.580Z Downloaded fs-err v2.11.0
3352025-02-28T05:55:08.585Z Downloaded fnv v1.0.7
3362025-02-28T05:55:08.587Z Downloaded cpufeatures v0.2.14
3372025-02-28T05:55:08.587Z Downloaded macaddr v1.0.1
3382025-02-28T05:55:08.593Z Downloaded itoa v1.0.11
3392025-02-28T05:55:08.597Z Downloaded pest_meta v2.7.14
3402025-02-28T05:55:08.600Z Downloaded heck v0.5.0
3412025-02-28T05:55:08.603Z Downloaded pest_generator v2.7.14
3422025-02-28T05:55:08.607Z Downloaded once_cell v1.20.3
3432025-02-28T05:55:08.610Z Downloaded clap_derive v4.5.28
3442025-02-28T05:55:08.613Z Downloaded papergrid v0.11.0
3452025-02-28T05:55:08.617Z Downloaded memchr v2.7.4
3462025-02-28T05:55:08.621Z Downloaded pest v2.7.14
3472025-02-28T05:55:08.626Z Downloaded indexmap v2.7.1
3482025-02-28T05:55:08.630Z Downloaded goblin v0.8.2
3492025-02-28T05:55:08.638Z Downloaded usdt-macro v0.5.0
3502025-02-28T05:55:08.645Z Downloaded autocfg v1.4.0
3512025-02-28T05:55:08.649Z Downloaded swrite v0.1.0
3522025-02-28T05:55:08.649Z Downloaded scroll_derive v0.12.0
3532025-02-28T05:55:08.655Z Downloaded dtrace-parser v0.2.0
3542025-02-28T05:55:08.662Z Downloaded usdt-attr-macro v0.5.0
3552025-02-28T05:55:08.666Z Downloaded version_check v0.9.5
3562025-02-28T05:55:08.666Z Downloaded unicode-linebreak v0.1.5
3572025-02-28T05:55:08.668Z Downloaded crypto-common v0.1.6
3582025-02-28T05:55:08.668Z Downloaded cargo-platform v0.1.8
3592025-02-28T05:55:08.668Z Downloaded serde_spanned v0.6.8
3602025-02-28T05:55:08.668Z Downloaded anstyle-query v1.1.1
3612025-02-28T05:55:08.671Z Downloaded equivalent v1.0.1
3622025-02-28T05:55:08.682Z Downloaded utf8parse v0.2.2
3632025-02-28T05:55:08.684Z Downloaded smawk v0.3.2
3642025-02-28T05:55:08.684Z Downloaded serde_tokenstream v0.2.2
3652025-02-28T05:55:08.688Z Downloaded block-buffer v0.10.4
3662025-02-28T05:55:08.691Z Downloaded dof v0.3.0
3672025-02-28T05:55:08.691Z Downloaded byteorder v1.5.0
3682025-02-28T05:55:08.693Z Downloaded terminal_size v0.4.0
3692025-02-28T05:55:08.694Z Downloaded strsim v0.11.1
3702025-02-28T05:55:08.698Z Downloaded bitflags v1.3.2
3712025-02-28T05:55:08.698Z Downloaded bytecount v0.6.8
3722025-02-28T05:55:08.704Z Downloaded quote v1.0.38
3732025-02-28T05:55:08.704Z Downloaded anyhow v1.0.96
3742025-02-28T05:55:08.710Z Downloaded usdt v0.5.0
3752025-02-28T05:55:08.710Z Downloaded libc v0.2.170
3762025-02-28T05:55:08.731Z Downloaded thiserror-impl v2.0.11
3772025-02-28T05:55:08.738Z Downloaded cfg-if v1.0.0
3782025-02-28T05:55:08.738Z Downloaded cargo_toml v0.21.0
3792025-02-28T05:55:08.741Z Downloaded cargo_metadata v0.19.1
3802025-02-28T05:55:08.741Z Downloaded thiserror v1.0.69
3812025-02-28T05:55:08.741Z Downloaded usdt-impl v0.5.0
3822025-02-28T05:55:08.754Z Downloaded camino-tempfile v1.1.1
3832025-02-28T05:55:08.754Z Downloaded thiserror-impl v1.0.69
3842025-02-28T05:55:08.758Z Downloaded thiserror v2.0.11
3852025-02-28T05:55:08.758Z Downloaded tempfile v3.13.0
3862025-02-28T05:55:08.759Z Downloaded scroll v0.12.0
3872025-02-28T05:55:08.759Z Downloaded semver v1.0.25
3882025-02-28T05:55:08.759Z Downloaded digest v0.10.7
3892025-02-28T05:55:08.763Z Downloaded ucd-trie v0.1.7
3902025-02-28T05:55:08.763Z Downloaded unicode-ident v1.0.14
3912025-02-28T05:55:08.763Z Downloaded camino v1.1.9
3922025-02-28T05:55:08.768Z Downloaded typenum v1.17.0
3932025-02-28T05:55:08.768Z Downloaded toml v0.8.20
3942025-02-28T05:55:08.771Z Downloaded serde_derive v1.0.218
3952025-02-28T05:55:08.775Z Downloaded ryu v1.0.18
3962025-02-28T05:55:08.777Z Downloaded textwrap v0.16.1
3972025-02-28T05:55:08.777Z Downloaded clap v4.5.31
3982025-02-28T05:55:08.785Z Downloaded clap_lex v0.7.4
3992025-02-28T05:55:08.790Z Downloaded terminal_size v0.2.6
4002025-02-28T05:55:08.794Z Downloaded sha2 v0.10.8
4012025-02-28T05:55:08.794Z Downloaded toml_datetime v0.6.8
4022025-02-28T05:55:08.797Z Downloaded thread-id v4.2.2
4032025-02-28T05:55:08.797Z Downloaded tabled_derive v0.7.0
4042025-02-28T05:55:08.799Z Downloaded serde v1.0.218
4052025-02-28T05:55:08.804Z Downloaded toml_edit v0.22.24
4062025-02-28T05:55:08.835Z Downloaded serde_json v1.0.139
4072025-02-28T05:55:08.843Z Downloaded clap_builder v4.5.31
4082025-02-28T05:55:08.860Z Downloaded tabled v0.15.0
4092025-02-28T05:55:08.876Z Downloaded syn v1.0.109
4102025-02-28T05:55:08.886Z Downloaded unicode-width v0.1.14
4112025-02-28T05:55:08.891Z Downloaded syn v2.0.98
4122025-02-28T05:55:08.904Z Downloaded rustix v0.37.28
4132025-02-28T05:55:08.921Z Downloaded rustix v0.38.37
4142025-02-28T05:55:09.217Z Compiling proc-macro2 v1.0.93
4152025-02-28T05:55:09.217Z Compiling unicode-ident v1.0.14
4162025-02-28T05:55:09.220Z Compiling libc v0.2.170
4172025-02-28T05:55:09.220Z Compiling serde v1.0.218
4182025-02-28T05:55:09.220Z Compiling version_check v0.9.5
4192025-02-28T05:55:09.221Z Compiling memchr v2.7.4
4202025-02-28T05:55:09.254Z Compiling thiserror v1.0.69
4212025-02-28T05:55:09.257Z Compiling ucd-trie v0.1.7
4222025-02-28T05:55:09.498Z Compiling ryu v1.0.18
4232025-02-28T05:55:09.843Z Compiling itoa v1.0.11
4242025-02-28T05:55:09.933Z Compiling once_cell v1.20.3
4252025-02-28T05:55:10.078Z Compiling byteorder v1.5.0
4262025-02-28T05:55:10.304Z Compiling rustix v0.38.37
4272025-02-28T05:55:10.374Z Compiling serde_json v1.0.139
4282025-02-28T05:55:10.500Z Compiling bitflags v2.6.0
4292025-02-28T05:55:10.724Z Compiling proc-macro-error-attr v1.0.4
4302025-02-28T05:55:10.755Z Compiling usdt-impl v0.5.0
4312025-02-28T05:55:10.844Z Compiling syn v1.0.109
4322025-02-28T05:55:10.913Z Compiling io-lifetimes v1.0.11
4332025-02-28T05:55:11.115Z Compiling proc-macro-error v1.0.4
4342025-02-28T05:55:11.140Z Compiling camino v1.1.9
4352025-02-28T05:55:11.297Z Compiling quote v1.0.38
4362025-02-28T05:55:11.422Z Compiling errno v0.3.9
4372025-02-28T05:55:11.422Z Compiling log v0.4.22
4382025-02-28T05:55:11.520Z Compiling thread-id v4.2.2
4392025-02-28T05:55:11.550Z Compiling plain v0.2.3
4402025-02-28T05:55:11.678Z Compiling utf8parse v0.2.2
4412025-02-28T05:55:11.714Z Compiling syn v2.0.98
4422025-02-28T05:55:11.752Z Compiling equivalent v1.0.1
4432025-02-28T05:55:11.783Z Compiling rustix v0.37.28
4442025-02-28T05:55:11.839Z Compiling hashbrown v0.15.1
4452025-02-28T05:55:11.864Z Compiling anstyle-parse v0.2.5
4462025-02-28T05:55:12.320Z Compiling colorchoice v1.0.2
4472025-02-28T05:55:12.497Z Compiling pretty-hex v0.4.1
4482025-02-28T05:55:12.547Z Compiling thiserror v2.0.11
4492025-02-28T05:55:12.658Z Compiling unicode-width v0.1.14
4502025-02-28T05:55:12.690Z Compiling anstyle-query v1.1.1
4512025-02-28T05:55:12.742Z Compiling bitflags v1.3.2
4522025-02-28T05:55:12.856Z Compiling indexmap v2.7.1
4532025-02-28T05:55:12.880Z Compiling anstyle v1.0.10
4542025-02-28T05:55:12.903Z Compiling autocfg v1.4.0
4552025-02-28T05:55:13.180Z Compiling is_terminal_polyfill v1.70.1
4562025-02-28T05:55:13.206Z Compiling semver v1.0.25
4572025-02-28T05:55:13.335Z Compiling winnow v0.7.3
4582025-02-28T05:55:13.338Z Compiling anstream v0.6.15
4592025-02-28T05:55:13.880Z Compiling terminal_size v0.4.0
4602025-02-28T05:55:13.905Z Compiling fs-err v2.11.0
4612025-02-28T05:55:14.232Z Compiling anyhow v1.0.96
4622025-02-28T05:55:14.309Z Compiling strsim v0.11.1
4632025-02-28T05:55:14.333Z Compiling bytecount v0.6.8
4642025-02-28T05:55:14.563Z Compiling clap_lex v0.7.4
4652025-02-28T05:55:14.870Z Compiling fnv v1.0.7
4662025-02-28T05:55:15.023Z Compiling heck v0.4.1
4672025-02-28T05:55:15.025Z Compiling heck v0.5.0
4682025-02-28T05:55:15.025Z Compiling cfg-if v1.0.0
4692025-02-28T05:55:15.149Z Compiling fastrand v2.1.1
4702025-02-28T05:55:15.397Z Compiling terminal_size v0.2.6
4712025-02-28T05:55:15.424Z Compiling papergrid v0.11.0
4722025-02-28T05:55:15.530Z Compiling tempfile v3.13.0
4732025-02-28T05:55:15.593Z Compiling clap_builder v4.5.31
4742025-02-28T05:55:15.802Z Compiling memmap v0.7.0
4752025-02-28T05:55:15.826Z Compiling unicode-linebreak v0.1.5
4762025-02-28T05:55:16.143Z Compiling smawk v0.3.2
4772025-02-28T05:55:16.383Z Compiling textwrap v0.16.1
4782025-02-28T05:55:16.861Z Compiling swrite v0.1.0
4792025-02-28T05:55:17.144Z Compiling tabled_derive v0.7.0
4802025-02-28T05:55:18.599Z Compiling tabled v0.15.0
4812025-02-28T05:55:18.669Z Compiling serde_derive v1.0.218
4822025-02-28T05:55:18.669Z Compiling thiserror-impl v1.0.69
4832025-02-28T05:55:18.672Z Compiling zerocopy-derive v0.7.35
4842025-02-28T05:55:18.672Z Compiling scroll_derive v0.12.0
4852025-02-28T05:55:18.672Z Compiling thiserror-impl v2.0.11
4862025-02-28T05:55:18.672Z Compiling clap_derive v4.5.28
4872025-02-28T05:55:20.160Z Compiling scroll v0.12.0
4882025-02-28T05:55:20.619Z Compiling zerocopy v0.7.35
4892025-02-28T05:55:20.707Z Compiling goblin v0.8.2
4902025-02-28T05:55:21.851Z Compiling pest v2.7.14
4912025-02-28T05:55:23.064Z Compiling clap v4.5.31
4922025-02-28T05:55:24.203Z Compiling pest_meta v2.7.14
4932025-02-28T05:55:25.119Z Compiling pest_generator v2.7.14
4942025-02-28T05:55:26.420Z Compiling pest_derive v2.7.14
4952025-02-28T05:55:27.042Z Compiling dtrace-parser v0.2.0
4962025-02-28T05:55:27.961Z Compiling toml_datetime v0.6.8
4972025-02-28T05:55:27.963Z Compiling serde_spanned v0.6.8
4982025-02-28T05:55:27.963Z Compiling cargo-platform v0.1.8
4992025-02-28T05:55:28.243Z Compiling serde_tokenstream v0.2.2
5002025-02-28T05:55:28.302Z Compiling macaddr v1.0.1
5012025-02-28T05:55:28.459Z Compiling toml_edit v0.22.24
5022025-02-28T05:55:28.560Z Compiling camino-tempfile v1.1.1
5032025-02-28T05:55:29.478Z Compiling dof v0.3.0
5042025-02-28T05:55:29.478Z Compiling cargo_metadata v0.19.1
5052025-02-28T05:55:30.979Z Compiling usdt-macro v0.5.0
5062025-02-28T05:55:30.979Z Compiling usdt-attr-macro v0.5.0
5072025-02-28T05:55:31.129Z Compiling toml v0.8.20
5082025-02-28T05:55:31.958Z Compiling cargo_toml v0.21.0
5092025-02-28T05:55:32.116Z Compiling usdt v0.5.0
5102025-02-28T05:55:34.690Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5112025-02-28T05:55:37.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.52s
5122025-02-28T05:55:38.146Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5132025-02-28T05:55:38.723Z Downloading crates ...
5142025-02-28T05:55:38.856Z Downloaded addr2line v0.24.2
5152025-02-28T05:55:38.861Z Downloaded cfg_aliases v0.1.1
5162025-02-28T05:55:38.871Z Downloaded cfg_aliases v0.2.1
5172025-02-28T05:55:38.879Z Downloaded chrono-tz-build v0.4.0
5182025-02-28T05:55:38.882Z Downloaded argon2 v0.5.3
5192025-02-28T05:55:38.882Z Downloaded ahash v0.8.11
5202025-02-28T05:55:38.886Z Downloaded assert_matches v1.5.0
5212025-02-28T05:55:38.890Z Downloaded cstr-argument v0.1.2
5222025-02-28T05:55:38.890Z Downloaded cbc v0.1.2
5232025-02-28T05:55:38.890Z Downloaded arrayref v0.3.9
5242025-02-28T05:55:38.895Z Downloaded crc v3.2.1
5252025-02-28T05:55:38.895Z Downloaded base16ct v0.2.0
5262025-02-28T05:55:38.898Z Downloaded adler2 v2.0.0
5272025-02-28T05:55:38.898Z Downloaded bb8 v0.8.5
5282025-02-28T05:55:38.898Z Downloaded aes v0.8.4
5292025-02-28T05:55:38.901Z Downloaded atomicwrites v0.4.4
5302025-02-28T05:55:38.904Z Downloaded mime_guess v2.0.5
5312025-02-28T05:55:38.906Z Downloaded ciborium-ll v0.2.2
5322025-02-28T05:55:38.906Z Downloaded bit-set v0.5.3
5332025-02-28T05:55:38.909Z Downloaded lru v0.12.5
5342025-02-28T05:55:38.909Z Downloaded array-init v0.0.4
5352025-02-28T05:55:38.912Z Downloaded ipnet v2.11.0
5362025-02-28T05:55:38.912Z Downloaded libsw v3.4.0
5372025-02-28T05:55:38.915Z Downloaded blowfish v0.9.1
5382025-02-28T05:55:38.918Z Downloaded kstat-rs v0.2.4
5392025-02-28T05:55:38.918Z Downloaded hyper-tls v0.6.0
5402025-02-28T05:55:38.921Z Downloaded icu_locid_transform_data v1.5.0
5412025-02-28T05:55:38.921Z Downloaded async-recursion v1.1.1
5422025-02-28T05:55:38.924Z Downloaded lockfree-object-pool v0.1.6
5432025-02-28T05:55:38.927Z Downloaded is-terminal v0.4.13
5442025-02-28T05:55:38.930Z Downloaded hickory-resolver v0.24.4
5452025-02-28T05:55:38.934Z Downloaded crucible-workspace-hack v0.1.0
5462025-02-28T05:55:38.936Z Downloaded convert_case v0.4.0
5472025-02-28T05:55:38.936Z Downloaded indent_write v2.2.0
5482025-02-28T05:55:38.940Z Downloaded blake2 v0.10.6
5492025-02-28T05:55:38.942Z Downloaded arc-swap v1.7.1
5502025-02-28T05:55:38.945Z Downloaded mio v1.0.2
5512025-02-28T05:55:38.953Z Downloaded iana-time-zone v0.1.61
5522025-02-28T05:55:38.956Z Downloaded lru-cache v0.1.2
5532025-02-28T05:55:38.959Z Downloaded curve25519-dalek-derive v0.1.1
5542025-02-28T05:55:38.964Z Downloaded proc-macro-crate v1.3.1
5552025-02-28T05:55:38.964Z Downloaded crossbeam-deque v0.8.5
5562025-02-28T05:55:38.966Z Downloaded bumpalo v3.16.0
5572025-02-28T05:55:38.966Z Downloaded linked-hash-map v0.5.6
5582025-02-28T05:55:38.969Z Downloaded lazycell v1.3.0
5592025-02-28T05:55:38.973Z Downloaded keccak v0.1.5
5602025-02-28T05:55:38.973Z Downloaded impl-trait-for-tuples v0.2.2
5612025-02-28T05:55:38.975Z Downloaded async-stream v0.3.6
5622025-02-28T05:55:38.978Z Downloaded quick-error v1.2.3
5632025-02-28T05:55:38.980Z Downloaded http-body v1.0.1
5642025-02-28T05:55:38.983Z Downloaded ident_case v1.0.1
5652025-02-28T05:55:38.983Z Downloaded icu_provider_macros v1.5.0
5662025-02-28T05:55:38.983Z Downloaded crunchy v0.2.2
5672025-02-28T05:55:38.986Z Downloaded async-trait v0.1.86
5682025-02-28T05:55:38.991Z Downloaded semver v0.1.20
5692025-02-28T05:55:38.995Z Downloaded ipnetwork v0.21.1
5702025-02-28T05:55:38.995Z Downloaded internet-checksum v0.2.1
5712025-02-28T05:55:38.995Z Downloaded indoc v2.0.5
5722025-02-28T05:55:38.998Z Downloaded console v0.15.10
5732025-02-28T05:55:39.002Z Downloaded cancel-safe-futures v0.1.5
5742025-02-28T05:55:39.004Z Downloaded termtree v0.4.1
5752025-02-28T05:55:39.007Z Downloaded bcrypt-pbkdf v0.10.0
5762025-02-28T05:55:39.010Z Downloaded base64 v0.21.7
5772025-02-28T05:55:39.013Z Downloaded salsa20 v0.10.2
5782025-02-28T05:55:39.016Z Downloaded secrecy v0.8.0
5792025-02-28T05:55:39.016Z Downloaded progenitor-macro v0.9.1
5802025-02-28T05:55:39.021Z Downloaded lalrpop-util v0.19.12
5812025-02-28T05:55:39.021Z Downloaded ctr v0.9.2
5822025-02-28T05:55:39.023Z Downloaded sha1 v0.10.6
5832025-02-28T05:55:39.026Z Downloaded litrs v0.4.1
5842025-02-28T05:55:39.028Z Downloaded heapless v0.8.0
5852025-02-28T05:55:39.032Z Downloaded shell-words v1.1.0
5862025-02-28T05:55:39.035Z Downloaded match_cfg v0.1.0
5872025-02-28T05:55:39.035Z Downloaded base64ct v1.6.0
5882025-02-28T05:55:39.037Z Downloaded instant v0.1.13
5892025-02-28T05:55:39.042Z Downloaded memoffset v0.9.1
5902025-02-28T05:55:39.045Z Downloaded linear-map v1.2.0
5912025-02-28T05:55:39.045Z Downloaded managed v0.8.0
5922025-02-28T05:55:39.045Z Downloaded bit-vec v0.6.3
5932025-02-28T05:55:39.048Z Downloaded ciborium v0.2.2
5942025-02-28T05:55:39.051Z Downloaded structmeta v0.3.0
5952025-02-28T05:55:39.051Z Downloaded http-range v0.1.5
5962025-02-28T05:55:39.053Z Downloaded cassowary v0.3.0
5972025-02-28T05:55:39.054Z Downloaded resolv-conf v0.7.0
5982025-02-28T05:55:39.056Z Downloaded yoke-derive v0.7.4
5992025-02-28T05:55:39.056Z Downloaded md-5 v0.10.6
6002025-02-28T05:55:39.058Z Downloaded stringprep v0.1.5
6012025-02-28T05:55:39.063Z Downloaded compact_str v0.8.0
6022025-02-28T05:55:39.066Z Downloaded slog-json v2.6.1
6032025-02-28T05:55:39.068Z Downloaded tokio-native-tls v0.3.1
6042025-02-28T05:55:39.071Z Downloaded mockall v0.13.1
6052025-02-28T05:55:39.071Z Downloaded allocator-api2 v0.2.18
6062025-02-28T05:55:39.074Z Downloaded diesel_table_macro_syntax v0.2.0
6072025-02-28T05:55:39.077Z Downloaded crossbeam-channel v0.5.13
6082025-02-28T05:55:39.083Z Downloaded foreign-types v0.3.2
6092025-02-28T05:55:39.088Z Downloaded hickory-client v0.24.4
6102025-02-28T05:55:39.090Z Downloaded num-conv v0.1.0
6112025-02-28T05:55:39.090Z Downloaded synstructure v0.13.1
6122025-02-28T05:55:39.090Z Downloaded maplit v1.0.2
6132025-02-28T05:55:39.093Z Downloaded lock_api v0.4.12
6142025-02-28T05:55:39.093Z Downloaded hubpack v0.1.2
6152025-02-28T05:55:39.095Z Downloaded hostname v0.3.1
6162025-02-28T05:55:39.098Z Downloaded crypto-bigint v0.5.5
6172025-02-28T05:55:39.103Z Downloaded fxhash v0.2.1
6182025-02-28T05:55:39.107Z Downloaded oso-derive v0.27.3
6192025-02-28T05:55:39.107Z Downloaded opaque-debug v0.3.1
6202025-02-28T05:55:39.109Z Downloaded rustls-pki-types v1.10.0
6212025-02-28T05:55:39.112Z Downloaded embedded-io v0.4.0
6222025-02-28T05:55:39.115Z Downloaded mime v0.3.17
6232025-02-28T05:55:39.115Z Downloaded typify v0.2.0
6242025-02-28T05:55:39.120Z Downloaded icu_provider v1.5.0
6252025-02-28T05:55:39.122Z Downloaded funty v2.0.0
6262025-02-28T05:55:39.123Z Downloaded futures-task v0.3.31
6272025-02-28T05:55:39.125Z Downloaded peg-runtime v0.8.3
6282025-02-28T05:55:39.125Z Downloaded env_logger v0.11.5
6292025-02-28T05:55:39.130Z Downloaded pretty-hex v0.2.1
6302025-02-28T05:55:39.132Z Downloaded twox-hash v2.1.0
6312025-02-28T05:55:39.133Z Downloaded document-features v0.2.10
6322025-02-28T05:55:39.136Z Downloaded strip-ansi-escapes v0.2.0
6332025-02-28T05:55:39.136Z Downloaded nodrop v0.1.14
6342025-02-28T05:55:39.138Z Downloaded jobserver v0.1.32
6352025-02-28T05:55:39.141Z Downloaded futures-macro v0.3.31
6362025-02-28T05:55:39.141Z Downloaded futures-io v0.3.31
6372025-02-28T05:55:39.143Z Downloaded memmap2 v0.9.5
6382025-02-28T05:55:39.146Z Downloaded oxnet v0.1.1
6392025-02-28T05:55:39.146Z Downloaded icu_locid_transform v1.5.0
6402025-02-28T05:55:39.150Z Downloaded rpassword v7.3.1
6412025-02-28T05:55:39.152Z Downloaded libsw-core v0.3.1
6422025-02-28T05:55:39.152Z Downloaded psl-types v2.0.11
6432025-02-28T05:55:39.155Z Downloaded progenitor-macro v0.8.0
6442025-02-28T05:55:39.159Z Downloaded take_mut v0.2.2
6452025-02-28T05:55:39.159Z Downloaded clang-sys v1.8.1
6462025-02-28T05:55:39.161Z Downloaded chacha20poly1305 v0.10.1
6472025-02-28T05:55:39.161Z Downloaded defmt v0.3.8
6482025-02-28T05:55:39.165Z Downloaded num_enum v0.5.11
6492025-02-28T05:55:39.170Z Downloaded serde_urlencoded v0.7.1
6502025-02-28T05:55:39.174Z Downloaded rustversion v1.0.17
6512025-02-28T05:55:39.176Z Downloaded heapless v0.7.17
6522025-02-28T05:55:39.180Z Downloaded serde_repr v0.1.19
6532025-02-28T05:55:39.183Z Downloaded progenitor v0.8.0
6542025-02-28T05:55:39.185Z Downloaded derive-where v1.2.7
6552025-02-28T05:55:39.188Z Downloaded stable_deref_trait v1.2.0
6562025-02-28T05:55:39.191Z Downloaded write16 v1.0.0
6572025-02-28T05:55:39.191Z Downloaded pkcs1 v0.7.5
6582025-02-28T05:55:39.194Z Downloaded endian-type v0.1.2
6592025-02-28T05:55:39.196Z Downloaded owo-colors v4.2.0
6602025-02-28T05:55:39.199Z Downloaded vsss-rs v3.3.4
6612025-02-28T05:55:39.201Z Downloaded rand v0.9.0
6622025-02-28T05:55:39.206Z Downloaded signature v2.2.0
6632025-02-28T05:55:39.221Z Downloaded openssl-macros v0.1.1
6642025-02-28T05:55:39.225Z Downloaded pkcs8 v0.10.2
6652025-02-28T05:55:39.227Z Downloaded icu_collections v1.5.0
6662025-02-28T05:55:39.233Z Downloaded parse-size v1.1.0
6672025-02-28T05:55:39.236Z Downloaded num-traits v0.2.19
6682025-02-28T05:55:39.238Z Downloaded oso v0.27.3
6692025-02-28T05:55:39.242Z Downloaded futures-executor v0.3.31
6702025-02-28T05:55:39.245Z Downloaded ref-cast-impl v1.0.23
6712025-02-28T05:55:39.245Z Downloaded pkcs5 v0.7.1
6722025-02-28T05:55:39.249Z Downloaded miniz_oxide v0.8.5
6732025-02-28T05:55:39.253Z Downloaded sigpipe v0.1.3
6742025-02-28T05:55:39.256Z Downloaded futures-core v0.3.31
6752025-02-28T05:55:39.256Z Downloaded difflib v0.4.0
6762025-02-28T05:55:39.256Z Downloaded defmt-macros v0.3.9
6772025-02-28T05:55:39.259Z Downloaded strum v0.26.3
6782025-02-28T05:55:39.262Z Downloaded predicates-core v1.0.8
6792025-02-28T05:55:39.262Z Downloaded phf_shared v0.10.0
6802025-02-28T05:55:39.265Z Downloaded phf v0.11.2
6812025-02-28T05:55:39.265Z Downloaded diesel-dtrace v0.4.2
6822025-02-28T05:55:39.268Z Downloaded tower-layer v0.3.3
6832025-02-28T05:55:39.268Z Downloaded whoami v1.5.2
6842025-02-28T05:55:39.271Z Downloaded simd-adler32 v0.3.7
6852025-02-28T05:55:39.271Z Downloaded icu_normalizer v1.5.0
6862025-02-28T05:55:39.275Z Downloaded tower-service v0.3.3
6872025-02-28T05:55:39.277Z Downloaded sync_wrapper v1.0.1
6882025-02-28T05:55:39.277Z Downloaded wyz v0.5.1
6892025-02-28T05:55:39.280Z Downloaded fallible-iterator v0.2.0
6902025-02-28T05:55:39.280Z Downloaded tungstenite v0.24.0
6912025-02-28T05:55:39.283Z Downloaded scrypt v0.11.0
6922025-02-28T05:55:39.286Z Downloaded aho-corasick v1.1.3
6932025-02-28T05:55:39.291Z Downloaded signal-hook-registry v1.4.2
6942025-02-28T05:55:39.293Z Downloaded futures-channel v0.3.31
6952025-02-28T05:55:39.296Z Downloaded icu_properties v1.5.1
6962025-02-28T05:55:39.299Z Downloaded fd-lock v4.0.2
6972025-02-28T05:55:39.301Z Downloaded supports-color v3.0.2
6982025-02-28T05:55:39.301Z Downloaded signal-hook-mio v0.2.4
6992025-02-28T05:55:39.304Z Downloaded zone_cfg_derive v0.1.2
7002025-02-28T05:55:39.304Z Downloaded slog-term v2.9.1
7012025-02-28T05:55:39.308Z Downloaded dropshot_endpoint v0.16.0
7022025-02-28T05:55:39.311Z Downloaded downcast v0.11.0
7032025-02-28T05:55:39.321Z Downloaded rtoolbox v0.0.2
7042025-02-28T05:55:39.321Z Downloaded tokio-postgres v0.7.13
7052025-02-28T05:55:39.321Z Downloaded precomputed-hash v0.1.1
7062025-02-28T05:55:39.321Z Downloaded xattr v1.3.1
7072025-02-28T05:55:39.325Z Downloaded dirs-next v2.0.0
7082025-02-28T05:55:39.325Z Downloaded display-error-chain v0.2.2
7092025-02-28T05:55:39.325Z Downloaded unicase v2.7.0
7102025-02-28T05:55:39.329Z Downloaded num_threads v0.1.7
7112025-02-28T05:55:39.329Z Downloaded ciborium-io v0.2.2
7122025-02-28T05:55:39.329Z Downloaded test-strategy v0.4.0
7132025-02-28T05:55:39.331Z Downloaded number_prefix v0.4.0
7142025-02-28T05:55:39.334Z Downloaded progenitor-client v0.9.1
7152025-02-28T05:55:39.334Z Downloaded ena v0.14.3
7162025-02-28T05:55:39.337Z Downloaded embedded-io v0.6.1
7172025-02-28T05:55:39.340Z Downloaded filetime v0.2.25
7182025-02-28T05:55:39.340Z Downloaded zone v0.3.0
7192025-02-28T05:55:39.340Z Downloaded xz2 v0.1.7
7202025-02-28T05:55:39.342Z Downloaded tokio-tungstenite v0.23.1
7212025-02-28T05:55:39.345Z Downloaded progenitor-client v0.8.0
7222025-02-28T05:55:39.348Z Downloaded sqlformat v0.2.6
7232025-02-28T05:55:39.348Z Downloaded proc-macro-error2 v2.0.1
7242025-02-28T05:55:39.351Z Downloaded phf_generator v0.11.2
7252025-02-28T05:55:39.354Z Downloaded password-hash v0.4.2
7262025-02-28T05:55:39.356Z Downloaded want v0.3.1
7272025-02-28T05:55:39.356Z Downloaded predicates v3.1.3
7282025-02-28T05:55:39.359Z Downloaded ppv-lite86 v0.2.20
7292025-02-28T05:55:39.362Z Downloaded multimap v0.10.0
7302025-02-28T05:55:39.362Z Downloaded serde-big-array v0.5.1
7312025-02-28T05:55:39.364Z Downloaded typed-path v0.9.3
7322025-02-28T05:55:39.369Z Downloaded predicates-tree v1.0.11
7332025-02-28T05:55:39.371Z Downloaded zone v0.1.8
7342025-02-28T05:55:39.374Z Downloaded vte_generate_state_changes v0.1.2
7352025-02-28T05:55:39.374Z Downloaded unicode_categories v0.1.1
7362025-02-28T05:55:39.377Z Downloaded spki v0.7.3
7372025-02-28T05:55:39.377Z Downloaded pin-utils v0.1.0
7382025-02-28T05:55:39.379Z Downloaded mockall_derive v0.13.1
7392025-02-28T05:55:39.383Z Downloaded float-ord v0.3.2
7402025-02-28T05:55:39.383Z Downloaded rusty-fork v0.3.0
7412025-02-28T05:55:39.386Z Downloaded fatfs v0.3.6
7422025-02-28T05:55:39.389Z Downloaded normalize-line-endings v0.3.0
7432025-02-28T05:55:39.389Z Downloaded proc-macro-error-attr2 v2.0.0
7442025-02-28T05:55:39.389Z Downloaded diesel_derives v2.2.3
7452025-02-28T05:55:39.393Z Downloaded progenitor v0.9.1
7462025-02-28T05:55:39.396Z Downloaded bindgen v0.69.5
7472025-02-28T05:55:39.403Z Downloaded primeorder v0.13.6
7482025-02-28T05:55:39.405Z Downloaded olpc-cjson v0.1.4
7492025-02-28T05:55:39.407Z Downloaded multer v3.1.0
7502025-02-28T05:55:39.410Z Downloaded waitgroup v0.1.2
7512025-02-28T05:55:39.410Z Downloaded ascii-canvas v3.0.0
7522025-02-28T05:55:39.413Z Downloaded constant_time_eq v0.3.1
7532025-02-28T05:55:39.413Z Downloaded num-integer v0.1.46
7542025-02-28T05:55:39.416Z Downloaded lazy_static v1.5.0
7552025-02-28T05:55:39.416Z Downloaded serde_with_macros v3.11.0
7562025-02-28T05:55:39.418Z Downloaded utf16_iter v1.0.5
7572025-02-28T05:55:39.421Z Downloaded itertools v0.13.0
7582025-02-28T05:55:39.426Z Downloaded tabwriter v1.4.0
7592025-02-28T05:55:39.428Z Downloaded half v2.4.1
7602025-02-28T05:55:39.430Z Downloaded pin-project-lite v0.2.14
7612025-02-28T05:55:39.435Z Downloaded qorb v0.2.1
7622025-02-28T05:55:39.440Z Downloaded ghash v0.5.1
7632025-02-28T05:55:39.442Z Downloaded either v1.14.0
7642025-02-28T05:55:39.446Z Downloaded unicode-xid v0.2.6
7652025-02-28T05:55:39.446Z Downloaded slog-dtrace v0.3.0
7662025-02-28T05:55:39.448Z Downloaded glob v0.3.2
7672025-02-28T05:55:39.448Z Downloaded crossterm v0.28.1
7682025-02-28T05:55:39.454Z Downloaded serde-hex v0.1.0
7692025-02-28T05:55:39.456Z Downloaded blake3 v1.5.4
7702025-02-28T05:55:39.463Z Downloaded zeroize v1.8.1
7712025-02-28T05:55:39.467Z Downloaded toml v0.7.8
7722025-02-28T05:55:39.469Z Downloaded static_assertions v1.1.0
7732025-02-28T05:55:39.473Z Downloaded ssh-encoding v0.2.0
7742025-02-28T05:55:39.473Z Downloaded tracing v0.1.40
7752025-02-28T05:55:39.476Z Downloaded derive_builder_macro v0.20.2
7762025-02-28T05:55:39.479Z Downloaded zone_cfg_derive v0.3.0
7772025-02-28T05:55:39.479Z Downloaded serde_path_to_error v0.1.16
7782025-02-28T05:55:39.481Z Downloaded num-complex v0.4.6
7792025-02-28T05:55:39.484Z Downloaded wait-timeout v0.2.0
7802025-02-28T05:55:39.484Z Downloaded zip v0.6.6
7812025-02-28T05:55:39.488Z Downloaded foreign-types-shared v0.1.1
7822025-02-28T05:55:39.491Z Downloaded termcolor v1.4.1
7832025-02-28T05:55:39.494Z Downloaded schemars_derive v0.8.22
7842025-02-28T05:55:39.494Z Downloaded quick-xml v0.37.2
7852025-02-28T05:55:39.498Z Downloaded fragile v2.0.0
7862025-02-28T05:55:39.501Z Downloaded dyn-clone v1.0.18
7872025-02-28T05:55:39.503Z Downloaded poly1305 v0.8.0
7882025-02-28T05:55:39.506Z Downloaded globset v0.4.15
7892025-02-28T05:55:39.508Z Downloaded slog v2.7.0
7902025-02-28T05:55:39.512Z Downloaded pbkdf2 v0.11.0
7912025-02-28T05:55:39.515Z Downloaded radium v0.7.0
7922025-02-28T05:55:39.515Z Downloaded dunce v1.0.5
7932025-02-28T05:55:39.517Z Downloaded r2d2 v0.8.10
7942025-02-28T05:55:39.517Z Downloaded progenitor-impl v0.8.0
7952025-02-28T05:55:39.520Z Downloaded publicsuffix v2.3.0
7962025-02-28T05:55:39.522Z Downloaded rand_chacha v0.9.0
7972025-02-28T05:55:39.525Z Downloaded expectorate v1.1.0
7982025-02-28T05:55:39.527Z Downloaded similar v2.6.0
7992025-02-28T05:55:39.532Z Downloaded tokio-stream v0.1.17
8002025-02-28T05:55:39.536Z Downloaded zerovec-derive v0.10.3
8012025-02-28T05:55:39.539Z Downloaded foldhash v0.1.3
8022025-02-28T05:55:39.541Z Downloaded quinn v0.11.5
8032025-02-28T05:55:39.543Z Downloaded darling_macro v0.20.10
8042025-02-28T05:55:39.546Z Downloaded quinn-udp v0.5.5
8052025-02-28T05:55:39.546Z Downloaded tiny-keccak v2.0.2
8062025-02-28T05:55:39.548Z Downloaded ssh-cipher v0.2.0
8072025-02-28T05:55:39.553Z Downloaded daft-derive v0.1.1
8082025-02-28T05:55:39.556Z Downloaded rand_core v0.6.4
8092025-02-28T05:55:39.556Z Downloaded derive_builder_core v0.20.2
8102025-02-28T05:55:39.558Z Downloaded foreign-types-macros v0.2.3
8112025-02-28T05:55:39.561Z Downloaded form_urlencoded v1.2.1
8122025-02-28T05:55:39.561Z Downloaded foreign-types v0.5.0
8132025-02-28T05:55:39.561Z Downloaded serde_plain v1.0.2
8142025-02-28T05:55:39.563Z Downloaded base64 v0.22.1
8152025-02-28T05:55:39.566Z Downloaded slab v0.4.9
8162025-02-28T05:55:39.569Z Downloaded rustc-hash v2.1.1
8172025-02-28T05:55:39.572Z Downloaded paste v1.0.15
8182025-02-28T05:55:39.574Z Downloaded rayon-core v1.12.1
8192025-02-28T05:55:39.577Z Downloaded nu-ansi-term v0.50.1
8202025-02-28T05:55:39.579Z Downloaded darling v0.20.10
8212025-02-28T05:55:39.584Z Downloaded pem v3.0.5
8222025-02-28T05:55:39.586Z Downloaded tokio-tungstenite v0.24.0
8232025-02-28T05:55:39.590Z Downloaded zip v2.1.3
8242025-02-28T05:55:39.593Z Downloaded zeroize_derive v1.4.2
8252025-02-28T05:55:39.597Z Downloaded itertools v0.14.0
8262025-02-28T05:55:39.603Z Downloaded russh-cryptovec v0.7.3
8272025-02-28T05:55:39.605Z Downloaded rand_core v0.9.2
8282025-02-28T05:55:39.605Z Downloaded dropshot_endpoint v0.12.0
8292025-02-28T05:55:39.608Z Downloaded password-hash v0.5.0
8302025-02-28T05:55:39.611Z Downloaded tokio-rustls v0.26.0
8312025-02-28T05:55:39.611Z Downloaded serde_yaml v0.9.34+deprecated
8322025-02-28T05:55:39.614Z Downloaded rustc_version v0.1.7
8332025-02-28T05:55:39.616Z Downloaded structmeta-derive v0.3.0
8342025-02-28T05:55:39.617Z Downloaded data-encoding v2.6.0
8352025-02-28T05:55:39.619Z Downloaded hash32 v0.2.1
8362025-02-28T05:55:39.622Z Downloaded value-bag v1.9.0
8372025-02-28T05:55:39.625Z Downloaded phf_shared v0.11.2
8382025-02-28T05:55:39.625Z Downloaded tls_codec v0.4.1
8392025-02-28T05:55:39.627Z Downloaded fs_extra v1.3.0
8402025-02-28T05:55:39.627Z Downloaded newline-converter v0.3.0
8412025-02-28T05:55:39.630Z Downloaded rcgen v0.12.1
8422025-02-28T05:55:39.633Z Downloaded group v0.13.0
8432025-02-28T05:55:39.633Z Downloaded unicode-truncate v1.1.0
8442025-02-28T05:55:39.636Z Downloaded time-macros v0.2.18
8452025-02-28T05:55:39.638Z Downloaded slog-stdlog v4.1.1
8462025-02-28T05:55:39.638Z Downloaded slog-envlogger v2.2.0
8472025-02-28T05:55:39.642Z Downloaded postcard v1.0.10
8482025-02-28T05:55:39.644Z Downloaded dirs-sys-next v0.1.2
8492025-02-28T05:55:39.644Z Downloaded strum_macros v0.26.4
8502025-02-28T05:55:39.647Z Downloaded hash32 v0.3.1
8512025-02-28T05:55:39.647Z Downloaded utf8_iter v1.0.4
8522025-02-28T05:55:39.651Z Downloaded derive_more v0.99.19
8532025-02-28T05:55:39.653Z Downloaded ed25519 v2.2.3
8542025-02-28T05:55:39.656Z Downloaded slog-scope v4.4.0
8552025-02-28T05:55:39.658Z Downloaded topological-sort v0.2.2
8562025-02-28T05:55:39.658Z Downloaded packed_struct_codegen v0.10.1
8572025-02-28T05:55:39.661Z Downloaded packed_struct v0.10.1
8582025-02-28T05:55:39.661Z Downloaded tinyvec_macros v0.1.1
8592025-02-28T05:55:39.663Z Downloaded indicatif v0.17.11
8602025-02-28T05:55:39.666Z Downloaded ron v0.7.1
8612025-02-28T05:55:39.671Z Downloaded time-core v0.1.2
8622025-02-28T05:55:39.673Z Downloaded flagset v0.4.6
8632025-02-28T05:55:39.676Z Downloaded ecdsa v0.16.9
8642025-02-28T05:55:39.676Z Downloaded new_debug_unreachable v1.0.6
8652025-02-28T05:55:39.679Z Downloaded ref-cast v1.0.23
8662025-02-28T05:55:39.682Z Downloaded uzers v0.12.1
8672025-02-28T05:55:39.682Z Downloaded polyval v0.6.2
8682025-02-28T05:55:39.684Z Downloaded utf-8 v0.7.6
8692025-02-28T05:55:39.684Z Downloaded bitvec v1.0.1
8702025-02-28T05:55:39.700Z Downloaded fixedbitset v0.4.2
8712025-02-28T05:55:39.704Z Downloaded rand_seeder v0.3.0
8722025-02-28T05:55:39.704Z Downloaded path-slash v0.1.5
8732025-02-28T05:55:39.706Z Downloaded sqlparser_derive v0.2.2
8742025-02-28T05:55:39.706Z Downloaded try-lock v0.2.5
8752025-02-28T05:55:39.706Z Downloaded parse-display-derive v0.10.0
8762025-02-28T05:55:39.706Z Downloaded unarray v0.1.4
8772025-02-28T05:55:39.709Z Downloaded parking_lot v0.11.2
8782025-02-28T05:55:39.713Z Downloaded foreign-types-shared v0.3.1
8792025-02-28T05:55:39.713Z Downloaded bindgen v0.71.1
8802025-02-28T05:55:39.718Z Downloaded float-cmp v0.10.0
8812025-02-28T05:55:39.721Z Downloaded futures-util v0.3.31
8822025-02-28T05:55:39.731Z Downloaded parse-display v0.10.0
8832025-02-28T05:55:39.734Z Downloaded parking_lot_core v0.9.10
8842025-02-28T05:55:39.737Z Downloaded derive_builder v0.20.2
8852025-02-28T05:55:39.739Z Downloaded subtle v2.6.1
8862025-02-28T05:55:39.742Z Downloaded zopfli v0.8.1
8872025-02-28T05:55:39.745Z Downloaded string_cache v0.8.7
8882025-02-28T05:55:39.745Z Downloaded powerfmt v0.2.0
8892025-02-28T05:55:39.748Z Downloaded tui-tree-widget v0.23.0
8902025-02-28T05:55:39.748Z Downloaded zerofrom-derive v0.1.4
8912025-02-28T05:55:39.748Z Downloaded rand_xorshift v0.3.0
8922025-02-28T05:55:39.751Z Downloaded tungstenite v0.21.0
8932025-02-28T05:55:39.753Z Downloaded yasna v0.5.2
8942025-02-28T05:55:39.756Z Downloaded strum_macros v0.25.3
8952025-02-28T05:55:39.759Z Downloaded futures v0.3.31
8962025-02-28T05:55:39.762Z Downloaded typify-macro v0.3.0
8972025-02-28T05:55:39.766Z Downloaded pem-rfc7468 v0.7.0
8982025-02-28T05:55:39.766Z Downloaded vte v0.11.1
8992025-02-28T05:55:39.768Z Downloaded papergrid v0.14.0
9002025-02-28T05:55:39.771Z Downloaded nanorand v0.7.0
9012025-02-28T05:55:39.774Z Downloaded rustls-pemfile v2.2.0
9022025-02-28T05:55:39.778Z Downloaded samael v0.0.18
9032025-02-28T05:55:39.781Z Downloaded defmt-parser v0.3.4
9042025-02-28T05:55:39.785Z Downloaded rustc-demangle v0.1.24
9052025-02-28T05:55:39.785Z Downloaded parking_lot v0.12.3
9062025-02-28T05:55:39.788Z Downloaded sct v0.7.1
9072025-02-28T05:55:39.791Z Downloaded reqwest v0.12.12
9082025-02-28T05:55:39.799Z Downloaded newtype-uuid v1.2.1
9092025-02-28T05:55:39.801Z Downloaded tracing-attributes v0.1.27
9102025-02-28T05:55:39.804Z Downloaded icu_properties_data v1.5.0
9112025-02-28T05:55:39.813Z Downloaded toolchain_find v0.4.0
9122025-02-28T05:55:39.816Z Downloaded minimal-lexical v0.2.1
9132025-02-28T05:55:39.819Z Downloaded url v2.5.3
9142025-02-28T05:55:39.822Z Downloaded tokio-util v0.7.13
9152025-02-28T05:55:39.829Z Downloaded der_derive v0.7.3
9162025-02-28T05:55:39.831Z Downloaded elliptic-curve v0.13.8
9172025-02-28T05:55:39.834Z Downloaded uuid v1.15.1
9182025-02-28T05:55:39.837Z Downloaded rustls v0.21.12
9192025-02-28T05:55:39.848Z Downloaded darling_core v0.20.10
9202025-02-28T05:55:39.853Z Downloaded progenitor-impl v0.9.1
9212025-02-28T05:55:39.856Z Downloaded nom v7.1.3
9222025-02-28T05:55:39.861Z Downloaded postgres-types v0.2.9
9232025-02-28T05:55:39.864Z Downloaded reedline v0.35.0
9242025-02-28T05:55:39.870Z Downloaded ed25519-dalek v2.1.1
9252025-02-28T05:55:39.874Z Downloaded yoke v0.7.4
9262025-02-28T05:55:39.878Z Downloaded vcpkg v0.2.15
9272025-02-28T05:55:39.914Z Downloaded rustyline v14.0.0
9282025-02-28T05:55:39.919Z Downloaded num-bigint-dig v0.8.4
9292025-02-28T05:55:39.924Z Downloaded steno v0.4.1
9302025-02-28T05:55:39.929Z Downloaded regex v1.11.1
9312025-02-28T05:55:39.942Z Downloaded hashbrown v0.12.3
9322025-02-28T05:55:39.945Z Downloaded petname v2.0.2
9332025-02-28T05:55:39.951Z Downloaded num-bigint v0.4.6
9342025-02-28T05:55:39.957Z Downloaded snafu v0.8.5
9352025-02-28T05:55:39.962Z Downloaded rayon v1.10.0
9362025-02-28T05:55:39.971Z Downloaded flate2 v1.1.0
9372025-02-28T05:55:39.976Z Downloaded hashbrown v0.13.2
9382025-02-28T05:55:39.981Z Downloaded p521 v0.13.3
9392025-02-28T05:55:39.985Z Downloaded time v0.3.36
9402025-02-28T05:55:39.993Z Downloaded der v0.7.9
9412025-02-28T05:55:39.997Z Downloaded zerovec v0.10.4
9422025-02-28T05:55:40.004Z Downloaded tough v0.19.0
9432025-02-28T05:55:40.010Z Downloaded tower v0.5.2
9442025-02-28T05:55:40.020Z Downloaded quinn-proto v0.11.8
9452025-02-28T05:55:40.027Z Downloaded russh v0.45.0
9462025-02-28T05:55:40.032Z Downloaded hashbrown v0.14.5
9472025-02-28T05:55:40.037Z Downloaded salty v0.3.0
9482025-02-28T05:55:40.044Z Downloaded portable-atomic v1.9.0
9492025-02-28T05:55:40.051Z Downloaded nix v0.29.0
9502025-02-28T05:55:40.068Z Downloaded openssl v0.10.71
9512025-02-28T05:55:40.073Z Downloaded git2 v0.19.0
9522025-02-28T05:55:40.083Z Downloaded regex-syntax v0.6.29
9532025-02-28T05:55:40.092Z Downloaded unicode-normalization v0.1.24
9542025-02-28T05:55:40.097Z Downloaded zerocopy v0.8.10
9552025-02-28T05:55:40.117Z Downloaded rustls-webpki v0.101.7
9562025-02-28T05:55:40.131Z Downloaded curve25519-dalek v4.1.3
9572025-02-28T05:55:40.142Z Downloaded radix_trie v0.2.1
9582025-02-28T05:55:40.147Z Downloaded sqlparser v0.45.0
9592025-02-28T05:55:40.155Z Downloaded webpki-roots v0.26.6
9602025-02-28T05:55:40.161Z Downloaded tabled v0.18.0
9612025-02-28T05:55:40.174Z Downloaded rustls-webpki v0.102.8
9622025-02-28T05:55:40.193Z Downloaded unicode-width v0.2.0
9632025-02-28T05:55:40.200Z Downloaded hickory-proto v0.24.4
9642025-02-28T05:55:40.214Z Downloaded smoltcp v0.9.1
9652025-02-28T05:55:40.225Z Downloaded rustls v0.23.19
9662025-02-28T05:55:40.235Z Downloaded object v0.36.5
9672025-02-28T05:55:40.249Z Downloaded smoltcp v0.11.0
9682025-02-28T05:55:40.259Z Downloaded sled v0.34.7
9692025-02-28T05:55:40.268Z Downloaded dropshot v0.16.0
9702025-02-28T05:55:40.293Z Downloaded regress v0.10.1
9712025-02-28T05:55:40.300Z Downloaded typify-impl v0.3.0
9722025-02-28T05:55:40.314Z Downloaded diesel v2.2.7
9732025-02-28T05:55:40.333Z Downloaded regex-syntax v0.8.5
9742025-02-28T05:55:40.342Z Downloaded zerocopy-derive v0.6.6
9752025-02-28T05:55:40.350Z Downloaded typify-impl v0.2.0
9762025-02-28T05:55:40.366Z Downloaded regress v0.9.1
9772025-02-28T05:55:40.376Z Downloaded bzip2-sys v0.1.11+1.0.8
9782025-02-28T05:55:40.386Z Downloaded rustls v0.22.4
9792025-02-28T05:55:40.400Z Downloaded openapiv3 v2.0.0
9802025-02-28T05:55:40.411Z Downloaded ratatui v0.29.0
9812025-02-28T05:55:40.430Z Downloaded gimli v0.31.1
9822025-02-28T05:55:40.439Z Downloaded p384 v0.13.0
9832025-02-28T05:55:40.446Z Downloaded nix v0.28.0
9842025-02-28T05:55:40.457Z Downloaded lzma-sys v0.1.20
9852025-02-28T05:55:40.484Z Downloaded dropshot v0.12.0
9862025-02-28T05:55:40.505Z Downloaded polar-core v0.27.3
9872025-02-28T05:55:40.512Z Downloaded regex-automata v0.4.8
9882025-02-28T05:55:40.529Z Downloaded object v0.30.4
9892025-02-28T05:55:40.540Z Downloaded nix v0.27.1
9902025-02-28T05:55:40.549Z Downloaded bstr v1.10.0
9912025-02-28T05:55:40.559Z Downloaded tokio v1.43.0
9922025-02-28T05:55:40.596Z Downloaded h2 v0.4.6
9932025-02-28T05:55:40.603Z Downloaded petgraph v0.6.5
9942025-02-28T05:55:40.620Z Downloaded chrono-tz v0.10.1
9952025-02-28T05:55:40.627Z Downloaded serde_with v3.11.0
9962025-02-28T05:55:40.636Z Downloaded libz-sys v1.1.20
9972025-02-28T05:55:40.655Z Downloaded native-tls v0.2.12
9982025-02-28T05:55:40.657Z Downloaded sha3 v0.10.8
9992025-02-28T05:55:40.663Z Downloaded russh-keys v0.45.0
10002025-02-28T05:55:40.666Z Downloaded proptest v1.5.0
10012025-02-28T05:55:40.673Z Downloaded x509-cert v0.2.5
10022025-02-28T05:55:40.679Z Downloaded spin v0.9.8
10032025-02-28T05:55:40.683Z Downloaded pin-project v1.1.6
10042025-02-28T05:55:40.691Z Downloaded csv v1.3.1
10052025-02-28T05:55:40.710Z Downloaded winnow v0.5.40
10062025-02-28T05:55:40.719Z Downloaded hickory-server v0.24.4
10072025-02-28T05:55:40.726Z Downloaded unicode-segmentation v1.12.0
10082025-02-28T05:55:40.729Z Downloaded pin-project-internal v1.1.6
10092025-02-28T05:55:40.733Z Downloaded parking_lot_core v0.8.6
10102025-02-28T05:55:40.733Z Downloaded p256 v0.13.2
10112025-02-28T05:55:40.736Z Downloaded chrono v0.4.40
10122025-02-28T05:55:40.742Z Downloaded subprocess v0.2.9
10132025-02-28T05:55:40.745Z Downloaded postgres-protocol v0.6.8
10142025-02-28T05:55:40.751Z Downloaded tokio-rustls v0.24.1
10152025-02-28T05:55:40.751Z Downloaded winnow v0.6.20
10162025-02-28T05:55:40.756Z Downloaded tinyvec v1.8.0
10172025-02-28T05:55:40.759Z Downloaded openssl-sys v0.9.106
10182025-02-28T05:55:40.763Z Downloaded hyper v1.6.0
10192025-02-28T05:55:40.770Z Downloaded hkdf v0.12.4
10202025-02-28T05:55:40.773Z Downloaded num v0.4.3
10212025-02-28T05:55:40.778Z Downloaded prettyplease v0.2.29
10222025-02-28T05:55:40.784Z Downloaded unicode-bidi v0.3.17
10232025-02-28T05:55:40.784Z Downloaded toml_edit v0.19.15
10242025-02-28T05:55:40.797Z Downloaded des v0.8.1
10252025-02-28T05:55:40.801Z Downloaded flume v0.11.1
10262025-02-28T05:55:40.804Z Downloaded serde_derive_internals v0.29.1
10272025-02-28T05:55:40.804Z Downloaded omicron-zone-package v0.12.0
10282025-02-28T05:55:40.807Z Downloaded signal-hook v0.3.17
10292025-02-28T05:55:40.810Z Downloaded ring v0.17.11
10302025-02-28T05:55:40.849Z Downloaded tinystr v0.7.6
10312025-02-28T05:55:40.853Z Downloaded thread_local v1.1.8
10322025-02-28T05:55:40.853Z Downloaded term v0.7.0
10332025-02-28T05:55:40.857Z Downloaded tokio-rustls v0.25.0
10342025-02-28T05:55:40.861Z Downloaded typify v0.3.0
10352025-02-28T05:55:40.861Z Downloaded headers v0.4.0
10362025-02-28T05:55:40.872Z Downloaded percent-encoding v2.3.1
10372025-02-28T05:55:40.876Z Downloaded rustls-pemfile v1.0.4
10382025-02-28T05:55:40.876Z Downloaded nibble_vec v0.1.0
10392025-02-28T05:55:40.876Z Downloaded walkdir v2.5.0
10402025-02-28T05:55:40.876Z Downloaded ff v0.13.0
10412025-02-28T05:55:40.876Z Downloaded crc-any v2.5.0
10422025-02-28T05:55:40.876Z Downloaded rustc_version v0.4.1
10432025-02-28T05:55:40.877Z Downloaded cookie v0.18.1
10442025-02-28T05:55:40.880Z Downloaded encoding_rs v0.8.34
10452025-02-28T05:55:40.899Z Downloaded libxml v0.3.3
10462025-02-28T05:55:40.903Z Downloaded libm v0.2.8
10472025-02-28T05:55:40.911Z Downloaded lalrpop v0.19.12
10482025-02-28T05:55:40.923Z Downloaded slog-async v2.8.0
10492025-02-28T05:55:40.926Z Downloaded unicode-properties v0.1.3
10502025-02-28T05:55:40.926Z Downloaded num-iter v0.1.45
10512025-02-28T05:55:40.926Z Downloaded libgit2-sys v0.17.0+1.8.1
10522025-02-28T05:55:40.982Z Downloaded siphasher v0.3.11
10532025-02-28T05:55:40.986Z Downloaded shlex v1.3.0
10542025-02-28T05:55:40.986Z Downloaded libefi-sys v0.1.0
10552025-02-28T05:55:40.986Z Downloaded tabled_derive v0.10.0
10562025-02-28T05:55:40.990Z Downloaded parse-zoneinfo v0.3.1
10572025-02-28T05:55:40.990Z Downloaded ssh-key v0.6.6
10582025-02-28T05:55:40.995Z Downloaded buf-list v1.0.3
10592025-02-28T05:55:40.999Z Downloaded tar v0.4.44
10602025-02-28T05:55:41.004Z Downloaded atty v0.2.14
10612025-02-28T05:55:41.005Z Downloaded num-derive v0.4.2
10622025-02-28T05:55:41.005Z Downloaded displaydoc v0.2.5
10632025-02-28T05:55:41.012Z Downloaded aws-lc-rs v1.12.4
10642025-02-28T05:55:41.016Z Downloaded itertools v0.12.1
10652025-02-28T05:55:41.019Z Downloaded num_enum_derive v0.5.11
10662025-02-28T05:55:41.023Z Downloaded getrandom v0.3.1
10672025-02-28T05:55:41.028Z Downloaded zerocopy-derive v0.8.10
10682025-02-28T05:55:41.033Z Downloaded num-rational v0.4.2
10692025-02-28T05:55:41.033Z Downloaded tracing-core v0.1.32
10702025-02-28T05:55:41.037Z Downloaded tokio-tungstenite v0.21.0
10712025-02-28T05:55:41.037Z Downloaded rsa v0.9.6
10722025-02-28T05:55:41.043Z Downloaded diff v0.1.13
10732025-02-28T05:55:41.048Z Downloaded rustc-hash v1.1.0
10742025-02-28T05:55:41.048Z Downloaded scopeguard v1.2.0
10752025-02-28T05:55:41.048Z Downloaded rand_chacha v0.3.1
10762025-02-28T05:55:41.048Z Downloaded phf_codegen v0.11.2
10772025-02-28T05:55:41.048Z Downloaded debug-ignore v1.0.5
10782025-02-28T05:55:41.051Z Downloaded daft v0.1.1
10792025-02-28T05:55:41.051Z Downloaded termios v0.3.3
10802025-02-28T05:55:41.051Z Downloaded itertools v0.10.5
10812025-02-28T05:55:41.058Z Downloaded writeable v0.5.5
10822025-02-28T05:55:41.061Z Downloaded typify-macro v0.2.0
10832025-02-28T05:55:41.061Z Downloaded thiserror-impl-no-std v2.0.2
10842025-02-28T05:55:41.061Z Downloaded env_logger v0.10.2
10852025-02-28T05:55:41.065Z Downloaded zerocopy v0.6.6
10862025-02-28T05:55:41.065Z Downloaded http v1.2.0
10872025-02-28T05:55:41.068Z Downloaded openssl-probe v0.1.5
10882025-02-28T05:55:41.072Z Downloaded headers-core v0.3.0
10892025-02-28T05:55:41.072Z Downloaded untrusted v0.9.0
10902025-02-28T05:55:41.072Z Downloaded universal-hash v0.5.1
10912025-02-28T05:55:41.075Z Downloaded thiserror-no-std v2.0.2
10922025-02-28T05:55:41.079Z Downloaded smf v0.2.3
10932025-02-28T05:55:41.079Z Downloaded smallvec v0.6.14
10942025-02-28T05:55:41.083Z Downloaded peg-macros v0.8.4
10952025-02-28T05:55:41.083Z Downloaded tls_codec_derive v0.4.1
10962025-02-28T05:55:41.083Z Downloaded newtype_derive v0.1.6
10972025-02-28T05:55:41.089Z Downloaded which v4.4.2
10982025-02-28T05:55:41.089Z Downloaded untrusted v0.7.1
10992025-02-28T05:55:41.089Z Downloaded strum_macros v0.24.3
11002025-02-28T05:55:41.089Z Downloaded slog-bunyan v2.5.0
11012025-02-28T05:55:41.095Z Downloaded scheduled-thread-pool v0.2.7
11022025-02-28T05:55:41.095Z Downloaded getrandom v0.2.15
11032025-02-28T05:55:41.095Z Downloaded signal-hook-tokio v0.3.1
11042025-02-28T05:55:41.099Z Downloaded same-file v1.0.6
11052025-02-28T05:55:41.099Z Downloaded rustfmt-wrapper v0.2.1
11062025-02-28T05:55:41.100Z Downloaded vergen v8.3.2
11072025-02-28T05:55:41.100Z Downloaded unsafe-libyaml v0.2.11
11082025-02-28T05:55:41.105Z Downloaded socket2 v0.5.8
11092025-02-28T05:55:41.108Z Downloaded peg v0.8.4
11102025-02-28T05:55:41.108Z Downloaded tap v1.0.1
11112025-02-28T05:55:41.108Z Downloaded tungstenite v0.23.0
11122025-02-28T05:55:41.113Z Downloaded smallvec v1.14.0
11132025-02-28T05:55:41.116Z Downloaded litemap v0.7.3
11142025-02-28T05:55:41.116Z Downloaded const_format v0.2.34
11152025-02-28T05:55:41.119Z Downloaded pkg-config v0.3.31
11162025-02-28T05:55:41.122Z Downloaded sec1 v0.7.3
11172025-02-28T05:55:41.122Z Downloaded ron v0.8.1
11182025-02-28T05:55:41.127Z Downloaded aes-gcm v0.10.3
11192025-02-28T05:55:41.130Z Downloaded gethostname v0.5.0
11202025-02-28T05:55:41.133Z Downloaded dsl_auto_type v0.1.2
11212025-02-28T05:55:41.133Z Downloaded rand v0.8.5
11222025-02-28T05:55:41.136Z Downloaded sync-ptr v0.1.1
11232025-02-28T05:55:41.136Z Downloaded rfc6979 v0.4.0
11242025-02-28T05:55:41.140Z Downloaded schemars v0.8.22
11252025-02-28T05:55:41.149Z Downloaded pbkdf2 v0.12.2
11262025-02-28T05:55:41.153Z Downloaded highway v1.3.0
11272025-02-28T05:55:41.153Z Downloaded idna v1.0.3
11282025-02-28T05:55:41.156Z Downloaded futures-sink v0.3.31
11292025-02-28T05:55:41.159Z Downloaded enum-as-inner v0.6.1
11302025-02-28T05:55:41.159Z Downloaded deranged v0.3.11
11312025-02-28T05:55:41.160Z Downloaded env_filter v0.1.2
11322025-02-28T05:55:41.164Z Downloaded hmac v0.12.1
11332025-02-28T05:55:41.164Z Downloaded crossbeam-epoch v0.9.18
11342025-02-28T05:55:41.167Z Downloaded indexmap v1.9.3
11352025-02-28T05:55:41.169Z Downloaded csv-core v0.1.11
11362025-02-28T05:55:41.169Z Downloaded bytes v1.10.0
11372025-02-28T05:55:41.172Z Downloaded instability v0.3.2
11382025-02-28T05:55:41.175Z Downloaded heck v0.3.3
11392025-02-28T05:55:41.175Z Downloaded tokio-macros v2.5.0
11402025-02-28T05:55:41.177Z Downloaded termtree v0.5.1
11412025-02-28T05:55:41.178Z Downloaded snafu-derive v0.8.5
11422025-02-28T05:55:41.181Z Downloaded maybe-uninit v2.0.0
11432025-02-28T05:55:41.181Z Downloaded cc v1.2.15
11442025-02-28T05:55:41.184Z Downloaded crossbeam-utils v0.8.20
11452025-02-28T05:55:41.186Z Downloaded cargo_metadata v0.18.1
11462025-02-28T05:55:41.190Z Downloaded backoff v0.4.0
11472025-02-28T05:55:41.190Z Downloaded chacha20 v0.9.1
11482025-02-28T05:55:41.192Z Downloaded backtrace v0.3.74
11492025-02-28T05:55:41.196Z Downloaded zerofrom v0.1.4
11502025-02-28T05:55:41.198Z Downloaded libloading v0.8.5
11512025-02-28T05:55:41.201Z Downloaded icu_normalizer_data v1.5.0
11522025-02-28T05:55:41.201Z Downloaded icu_locid v1.5.0
11532025-02-28T05:55:41.205Z Downloaded hyper-rustls v0.27.3
11542025-02-28T05:55:41.209Z Downloaded humantime v2.1.0
11552025-02-28T05:55:41.212Z Downloaded http-body-util v0.1.2
11562025-02-28T05:55:41.212Z Downloaded md5 v0.7.0
11572025-02-28T05:55:41.212Z Downloaded const_format_proc_macros v0.2.34
11582025-02-28T05:55:41.215Z Downloaded bcs v0.1.6
11592025-02-28T05:55:41.215Z Downloaded hyper-staticfile v0.10.1
11602025-02-28T05:55:41.218Z Downloaded httparse v1.9.5
11612025-02-28T05:55:41.221Z Downloaded cobs v0.2.3
11622025-02-28T05:55:41.221Z Downloaded cipher v0.4.4
11632025-02-28T05:55:41.226Z Downloaded castaway v0.2.3
11642025-02-28T05:55:41.226Z Downloaded colored v2.2.0
11652025-02-28T05:55:41.231Z Downloaded async-bb8-diesel v0.2.1
11662025-02-28T05:55:41.231Z Downloaded base64 v0.13.1
11672025-02-28T05:55:41.233Z Downloaded crc32fast v1.4.2
11682025-02-28T05:55:41.233Z Downloaded cookie_store v0.21.1
11692025-02-28T05:55:41.236Z Downloaded cmake v0.1.51
11702025-02-28T05:55:41.236Z Downloaded bitfield-struct v0.6.2
11712025-02-28T05:55:41.238Z Downloaded bzip2 v0.4.4
11722025-02-28T05:55:41.238Z Downloaded inout v0.1.3
11732025-02-28T05:55:41.241Z Downloaded httpdate v1.0.3
11742025-02-28T05:55:41.241Z Downloaded hex-literal v0.4.1
11752025-02-28T05:55:41.244Z Downloaded async-stream-impl v0.3.6
11762025-02-28T05:55:41.244Z Downloaded is_ci v1.2.0
11772025-02-28T05:55:41.244Z Downloaded indoc v1.0.9
11782025-02-28T05:55:41.246Z Downloaded idna_adapter v1.2.0
11792025-02-28T05:55:41.246Z Downloaded crc-catalog v2.4.0
11802025-02-28T05:55:41.249Z Downloaded const-oid v0.9.6
11812025-02-28T05:55:41.249Z Downloaded cexpr v0.6.0
11822025-02-28T05:55:41.252Z Downloaded block-padding v0.3.3
11832025-02-28T05:55:41.252Z Downloaded bitfield v0.14.0
11842025-02-28T05:55:41.255Z Downloaded aead v0.5.2
11852025-02-28T05:55:41.255Z Downloaded hostname v0.4.0
11862025-02-28T05:55:41.255Z Downloaded home v0.5.9
11872025-02-28T05:55:41.260Z Downloaded hex v0.4.3
11882025-02-28T05:55:41.260Z Downloaded arrayvec v0.7.6
11892025-02-28T05:55:41.264Z Downloaded hyper-util v0.1.10
11902025-02-28T05:55:41.270Z Downloaded hubpack_derive v0.1.1
11912025-02-28T05:55:41.270Z Downloaded atomic-waker v1.1.2
11922025-02-28T05:55:41.507Z Downloaded aws-lc-sys v0.26.0
11932025-02-28T05:55:41.831Z Compiling serde v1.0.218
11942025-02-28T05:55:41.833Z Compiling value-bag v1.9.0
11952025-02-28T05:55:41.833Z Compiling lock_api v0.4.12
11962025-02-28T05:55:41.833Z Compiling scopeguard v1.2.0
11972025-02-28T05:55:41.984Z Compiling typenum v1.17.0
11982025-02-28T05:55:41.987Z Compiling generic-array v0.14.7
11992025-02-28T05:55:42.055Z Compiling syn v2.0.98
12002025-02-28T05:55:42.055Z Compiling getrandom v0.2.15
12012025-02-28T05:55:42.140Z Compiling subtle v2.6.1
12022025-02-28T05:55:42.377Z Compiling log v0.4.22
12032025-02-28T05:55:42.477Z Compiling rand_core v0.6.4
12042025-02-28T05:55:42.519Z Compiling shlex v1.3.0
12052025-02-28T05:55:42.553Z Compiling jobserver v0.1.32
12062025-02-28T05:55:42.587Z Compiling smallvec v1.14.0
12072025-02-28T05:55:42.879Z Compiling const-oid v0.9.6
12082025-02-28T05:55:42.902Z Compiling pin-project-lite v0.2.14
12092025-02-28T05:55:42.974Z Compiling cc v1.2.15
12102025-02-28T05:55:42.991Z Compiling rustix v0.38.37
12112025-02-28T05:55:43.033Z Compiling parking_lot_core v0.9.10
12122025-02-28T05:55:43.130Z Compiling futures-core v0.3.31
12132025-02-28T05:55:43.365Z Compiling spin v0.9.8
12142025-02-28T05:55:43.385Z Compiling signal-hook-registry v1.4.2
12152025-02-28T05:55:43.736Z Compiling mio v1.0.2
12162025-02-28T05:55:43.943Z Compiling aho-corasick v1.1.3
12172025-02-28T05:55:44.123Z Compiling parking_lot v0.12.3
12182025-02-28T05:55:44.199Z Compiling regex-syntax v0.8.5
12192025-02-28T05:55:44.445Z Compiling futures-sink v0.3.31
12202025-02-28T05:55:44.612Z Compiling stable_deref_trait v1.2.0
12212025-02-28T05:55:44.750Z Compiling cpufeatures v0.2.14
12222025-02-28T05:55:44.871Z Compiling either v1.14.0
12232025-02-28T05:55:45.006Z Compiling socket2 v0.5.8
12242025-02-28T05:55:45.032Z Compiling slab v0.4.9
12252025-02-28T05:55:45.085Z Compiling glob v0.3.2
12262025-02-28T05:55:45.318Z Compiling prettyplease v0.2.29
12272025-02-28T05:55:45.718Z Compiling lazy_static v1.5.0
12282025-02-28T05:55:45.864Z Compiling minimal-lexical v0.2.1
12292025-02-28T05:55:45.880Z Compiling serde_json v1.0.139
12302025-02-28T05:55:45.912Z Compiling clang-sys v1.8.1
12312025-02-28T05:55:45.932Z Compiling futures-channel v0.3.31
12322025-02-28T05:55:46.296Z Compiling nom v7.1.3
12332025-02-28T05:55:46.374Z Compiling libloading v0.8.5
12342025-02-28T05:55:46.395Z Compiling home v0.5.9
12352025-02-28T05:55:46.632Z Compiling futures-task v0.3.31
12362025-02-28T05:55:46.684Z Compiling futures-io v0.3.31
12372025-02-28T05:55:46.774Z Compiling bindgen v0.69.5
12382025-02-28T05:55:46.945Z Compiling pin-utils v0.1.0
12392025-02-28T05:55:47.049Z Compiling itertools v0.12.1
12402025-02-28T05:55:47.069Z Compiling libm v0.2.8
12412025-02-28T05:55:47.431Z Compiling allocator-api2 v0.2.18
12422025-02-28T05:55:47.685Z Compiling foldhash v0.1.3
12432025-02-28T05:55:48.003Z Compiling regex-automata v0.4.8
12442025-02-28T05:55:48.241Z Compiling rustc-hash v1.1.0
12452025-02-28T05:55:48.418Z Compiling lazycell v1.3.0
12462025-02-28T05:55:48.593Z Compiling hashbrown v0.15.1
12472025-02-28T05:55:48.643Z Compiling cmake v0.1.51
12482025-02-28T05:55:49.561Z Compiling synstructure v0.13.1
12492025-02-28T05:55:49.795Z Compiling cexpr v0.6.0
12502025-02-28T05:55:50.090Z Compiling num-traits v0.2.19
12512025-02-28T05:55:50.346Z Compiling pkg-config v0.3.31
12522025-02-28T05:55:50.419Z Compiling dunce v1.0.5
12532025-02-28T05:55:50.565Z Compiling fs_extra v1.3.0
12542025-02-28T05:55:51.167Z Compiling writeable v0.5.5
12552025-02-28T05:55:51.330Z Compiling litemap v0.7.3
12562025-02-28T05:55:51.618Z Compiling getrandom v0.3.1
12572025-02-28T05:55:51.728Z Compiling ring v0.17.11
12582025-02-28T05:55:51.731Z Compiling base64ct v1.6.0
12592025-02-28T05:55:52.347Z Compiling paste v1.0.15
12602025-02-28T05:55:52.521Z Compiling pem-rfc7468 v0.7.0
12612025-02-28T05:55:52.878Z Compiling aws-lc-rs v1.12.4
12622025-02-28T05:55:52.933Z Compiling icu_locid_transform_data v1.5.0
12632025-02-28T05:55:53.048Z Compiling flagset v0.4.6
12642025-02-28T05:55:53.167Z Compiling httparse v1.9.5
12652025-02-28T05:55:53.286Z Compiling tracing-core v0.1.32
12662025-02-28T05:55:53.863Z Compiling regex v1.11.1
12672025-02-28T05:55:54.055Z Compiling crossbeam-utils v0.8.20
12682025-02-28T05:55:54.305Z Compiling icu_properties_data v1.5.0
12692025-02-28T05:55:54.409Z Compiling rustls-pki-types v1.10.0
12702025-02-28T05:55:54.526Z Compiling serde_derive v1.0.218
12712025-02-28T05:55:54.558Z Compiling zeroize_derive v1.4.2
12722025-02-28T05:55:54.579Z Compiling zerocopy-derive v0.7.35
12732025-02-28T05:55:54.805Z Compiling tokio-macros v2.5.0
12742025-02-28T05:55:55.326Z Compiling zerofrom-derive v0.1.4
12752025-02-28T05:55:55.962Z Compiling zeroize v1.8.1
12762025-02-28T05:55:56.309Z Compiling yoke-derive v0.7.4
12772025-02-28T05:55:56.537Z Compiling zerocopy v0.7.35
12782025-02-28T05:55:57.446Z Compiling zerovec-derive v0.10.3
12792025-02-28T05:55:57.606Z Compiling crypto-common v0.1.6
12802025-02-28T05:55:57.843Z Compiling block-buffer v0.10.4
12812025-02-28T05:55:57.926Z Compiling thiserror-impl v1.0.69
12822025-02-28T05:55:58.120Z Compiling digest v0.10.7
12832025-02-28T05:55:58.369Z Compiling futures-macro v0.3.31
12842025-02-28T05:55:58.580Z Compiling hmac v0.12.1
12852025-02-28T05:55:58.665Z Compiling zerofrom v0.1.4
12862025-02-28T05:55:58.875Z Compiling displaydoc v0.2.5
12872025-02-28T05:55:58.924Z Compiling yoke v0.7.4
12882025-02-28T05:55:58.945Z Compiling block-padding v0.3.3
12892025-02-28T05:55:59.206Z Compiling inout v0.1.3
12902025-02-28T05:55:59.276Z Compiling ppv-lite86 v0.2.20
12912025-02-28T05:55:59.491Z Compiling cipher v0.4.4
12922025-02-28T05:55:59.749Z Compiling sha2 v0.10.8
12932025-02-28T05:55:59.836Z Compiling zerovec v0.10.4
12942025-02-28T05:56:00.028Z Compiling icu_provider_macros v1.5.0
12952025-02-28T05:56:00.049Z Compiling der_derive v0.7.3
12962025-02-28T05:56:00.216Z Compiling futures-util v0.3.31
12972025-02-28T05:56:00.390Z Compiling tracing-attributes v0.1.27
12982025-02-28T05:56:00.815Z Compiling thiserror v1.0.69
12992025-02-28T05:56:00.991Z Compiling percent-encoding v2.3.1
13002025-02-28T05:56:01.112Z Compiling pest v2.7.14
13012025-02-28T05:56:01.314Z Compiling salsa20 v0.10.2
13022025-02-28T05:56:01.544Z Compiling tinystr v0.7.6
13032025-02-28T05:56:01.846Z Compiling icu_collections v1.5.0
13042025-02-28T05:56:01.914Z Compiling icu_locid v1.5.0
13052025-02-28T05:56:02.329Z Compiling der v0.7.9
13062025-02-28T05:56:03.082Z Compiling icu_provider v1.5.0
13072025-02-28T05:56:03.299Z Compiling pbkdf2 v0.12.2
13082025-02-28T05:56:03.681Z Compiling tracing v0.1.40
13092025-02-28T05:56:03.975Z Compiling icu_locid_transform v1.5.0
13102025-02-28T05:56:04.085Z Compiling num-conv v0.1.0
13112025-02-28T05:56:04.233Z Compiling untrusted v0.7.1
13122025-02-28T05:56:04.255Z Compiling utf8_iter v1.0.4
13132025-02-28T05:56:04.258Z Compiling write16 v1.0.0
13142025-02-28T05:56:04.368Z Compiling spki v0.7.3
13152025-02-28T05:56:04.434Z Compiling icu_normalizer_data v1.5.0
13162025-02-28T05:56:04.455Z Compiling vcpkg v0.2.15
13172025-02-28T05:56:04.516Z Compiling utf16_iter v1.0.5
13182025-02-28T05:56:04.551Z Compiling powerfmt v0.2.0
13192025-02-28T05:56:04.749Z Compiling time-core v0.1.2
13202025-02-28T05:56:04.766Z Compiling untrusted v0.9.0
13212025-02-28T05:56:04.959Z Compiling time-macros v0.2.18
13222025-02-28T05:56:05.016Z Compiling deranged v0.3.11
13232025-02-28T05:56:05.327Z Compiling icu_properties v1.5.1
13242025-02-28T05:56:05.615Z Compiling pest_meta v2.7.14
13252025-02-28T05:56:06.246Z Compiling openssl-sys v0.9.106
13262025-02-28T05:56:06.350Z Compiling scrypt v0.11.0
13272025-02-28T05:56:06.870Z Compiling aes v0.8.4
13282025-02-28T05:56:07.307Z Compiling bitflags v2.6.0
13292025-02-28T05:56:07.344Z Compiling bytes v1.10.0
13302025-02-28T05:56:07.945Z Compiling semver v1.0.25
13312025-02-28T05:56:08.661Z Compiling tokio v1.43.0
13322025-02-28T05:56:08.808Z Compiling indexmap v2.7.1
13332025-02-28T05:56:09.208Z Compiling http v1.2.0
13342025-02-28T05:56:09.708Z Compiling icu_normalizer v1.5.0
13352025-02-28T05:56:09.861Z Compiling rustc_version v0.4.1
13362025-02-28T05:56:10.127Z Compiling cbc v0.1.2
13372025-02-28T05:56:10.181Z Compiling scroll_derive v0.12.0
13382025-02-28T05:56:10.250Z Compiling num_threads v0.1.7
13392025-02-28T05:56:10.361Z Compiling tinyvec_macros v0.1.1
13402025-02-28T05:56:10.405Z Compiling atomic-waker v1.1.2
13412025-02-28T05:56:10.471Z Compiling tinyvec v1.8.0
13422025-02-28T05:56:10.557Z Compiling time v0.3.36
13432025-02-28T05:56:10.601Z Compiling pkcs5 v0.7.1
13442025-02-28T05:56:11.340Z Compiling http-body v1.0.1
13452025-02-28T05:56:11.479Z Compiling which v4.4.2
13462025-02-28T05:56:11.581Z Compiling idna_adapter v1.2.0
13472025-02-28T05:56:11.600Z Compiling scroll v0.12.0
13482025-02-28T05:56:11.780Z Compiling pest_generator v2.7.14
13492025-02-28T05:56:11.892Z Compiling form_urlencoded v1.2.1
13502025-02-28T05:56:12.018Z Compiling rand_chacha v0.3.1
13512025-02-28T05:56:12.127Z Compiling zerocopy v0.8.10
13522025-02-28T05:56:12.213Z Compiling slog v2.7.0
13532025-02-28T05:56:12.457Z Compiling try-lock v0.2.5
13542025-02-28T05:56:12.635Z Compiling want v0.3.1
13552025-02-28T05:56:12.795Z Compiling rand v0.8.5
13562025-02-28T05:56:12.911Z Compiling goblin v0.8.2
13572025-02-28T05:56:13.011Z Compiling idna v1.0.3
13582025-02-28T05:56:13.534Z Compiling pest_derive v2.7.14
13592025-02-28T05:56:14.338Z Compiling pkcs8 v0.10.2
13602025-02-28T05:56:14.381Z Compiling uuid v1.15.1
13612025-02-28T05:56:14.605Z Compiling zerocopy-derive v0.8.10
13622025-02-28T05:56:14.908Z Compiling tower-service v0.3.3
13632025-02-28T05:56:15.016Z Compiling iana-time-zone v0.1.61
13642025-02-28T05:56:15.062Z Compiling httpdate v1.0.3
13652025-02-28T05:56:15.128Z Compiling dtrace-parser v0.2.0
13662025-02-28T05:56:15.402Z Compiling chrono v0.4.40
13672025-02-28T05:56:15.990Z Compiling serde_spanned v0.6.8
13682025-02-28T05:56:16.245Z Compiling toml_datetime v0.6.8
13692025-02-28T05:56:16.267Z Compiling serde_tokenstream v0.2.2
13702025-02-28T05:56:16.732Z Compiling rustversion v1.0.17
13712025-02-28T05:56:16.852Z Compiling tokio-util v0.7.13
13722025-02-28T05:56:16.935Z Compiling foreign-types-shared v0.1.1
13732025-02-28T05:56:17.068Z Compiling match_cfg v0.1.0
13742025-02-28T05:56:17.175Z Compiling base64 v0.22.1
13752025-02-28T05:56:17.399Z Compiling openssl v0.10.71
13762025-02-28T05:56:17.850Z Compiling h2 v0.4.6
13772025-02-28T05:56:17.876Z Compiling adler2 v2.0.0
13782025-02-28T05:56:18.057Z Compiling miniz_oxide v0.8.5
13792025-02-28T05:56:18.204Z Compiling hostname v0.3.1
13802025-02-28T05:56:18.439Z Compiling foreign-types v0.3.2
13812025-02-28T05:56:18.552Z Compiling url v2.5.3
13822025-02-28T05:56:18.744Z Compiling dof v0.3.0
13832025-02-28T05:56:19.671Z Compiling usdt-impl v0.5.0
13842025-02-28T05:56:20.364Z Compiling rand_core v0.9.2
13852025-02-28T05:56:20.576Z Compiling openssl-macros v0.1.1
13862025-02-28T05:56:20.797Z Compiling async-trait v0.1.86
13872025-02-28T05:56:20.981Z Compiling serde_derive_internals v0.29.1
13882025-02-28T05:56:21.334Z Compiling dirs-sys-next v0.1.2
13892025-02-28T05:56:21.753Z Compiling schemars v0.8.22
13902025-02-28T05:56:21.868Z Compiling rustls v0.23.19
13912025-02-28T05:56:21.892Z Compiling rustls v0.22.4
13922025-02-28T05:56:22.043Z Compiling siphasher v0.3.11
13932025-02-28T05:56:22.117Z Compiling syn v1.0.109
13942025-02-28T05:56:22.174Z Compiling native-tls v0.2.12
13952025-02-28T05:56:22.204Z Compiling data-encoding v2.6.0
13962025-02-28T05:56:22.579Z Compiling dirs-next v2.0.0
13972025-02-28T05:56:22.780Z Compiling rand_chacha v0.9.0
13982025-02-28T05:56:23.214Z Compiling unicode-normalization v0.1.24
13992025-02-28T05:56:23.237Z Compiling schemars_derive v0.8.22
14002025-02-28T05:56:24.096Z Compiling http-body-util v0.1.2
14012025-02-28T05:56:24.199Z Compiling heapless v0.7.17
14022025-02-28T05:56:24.414Z Compiling crossbeam-epoch v0.9.18
14032025-02-28T05:56:24.575Z Compiling signature v2.2.0
14042025-02-28T05:56:24.672Z Compiling sha1 v0.10.6
14052025-02-28T05:56:24.818Z Compiling bzip2-sys v0.1.11+1.0.8
14062025-02-28T05:56:24.887Z Compiling thread_local v1.1.8
14072025-02-28T05:56:25.075Z Compiling hyper v1.6.0
14082025-02-28T05:56:25.129Z Compiling cookie v0.18.1
14092025-02-28T05:56:25.338Z Compiling multer v3.1.0
14102025-02-28T05:56:25.360Z Compiling encoding_rs v0.8.34
14112025-02-28T05:56:25.457Z Compiling slog-async v2.8.0
14122025-02-28T05:56:25.674Z Compiling openssl-probe v0.1.5
14132025-02-28T05:56:25.971Z Compiling rayon-core v1.12.1
14142025-02-28T05:56:25.992Z Compiling mime v0.3.17
14152025-02-28T05:56:26.153Z Compiling unicode-bidi v0.3.17
14162025-02-28T05:56:26.286Z Compiling ipnet v2.11.0
14172025-02-28T05:56:26.547Z Compiling dyn-clone v1.0.18
14182025-02-28T05:56:26.789Z Compiling gimli v0.31.1
14192025-02-28T05:56:27.393Z Compiling hyper-util v0.1.10
14202025-02-28T05:56:27.423Z Compiling unicode-properties v0.1.3
14212025-02-28T05:56:27.844Z Compiling signal-hook v0.3.17
14222025-02-28T05:56:27.862Z Compiling stringprep v0.1.5
14232025-02-28T05:56:28.980Z Compiling toml_edit v0.22.24
14242025-02-28T05:56:29.485Z Compiling crossbeam-deque v0.8.5
14252025-02-28T05:56:29.950Z Compiling rand v0.9.0
14262025-02-28T05:56:30.301Z Compiling term v0.7.0
14272025-02-28T05:56:31.100Z Compiling addr2line v0.24.2
14282025-02-28T05:56:31.491Z Compiling usdt-macro v0.5.0
14292025-02-28T05:56:31.513Z Compiling usdt-attr-macro v0.5.0
14302025-02-28T05:56:31.533Z Compiling slog-json v2.6.1
14312025-02-28T05:56:31.677Z Compiling serde_urlencoded v0.7.1
14322025-02-28T05:56:31.776Z Compiling curve25519-dalek v4.1.3
14332025-02-28T05:56:31.872Z Compiling crossbeam-channel v0.5.13
14342025-02-28T05:56:32.195Z Compiling futures-executor v0.3.31
14352025-02-28T05:56:32.465Z Compiling enum-as-inner v0.6.1
14362025-02-28T05:56:32.676Z Compiling md-5 v0.10.6
14372025-02-28T05:56:32.907Z Compiling rustls-pemfile v2.2.0
14382025-02-28T05:56:32.910Z Compiling async-stream-impl v0.3.6
14392025-02-28T05:56:32.969Z Compiling num-integer v0.1.46
14402025-02-28T05:56:33.011Z Compiling hash32 v0.2.1
14412025-02-28T05:56:33.285Z Compiling ff v0.13.0
14422025-02-28T05:56:33.347Z Compiling is-terminal v0.4.13
14432025-02-28T05:56:33.503Z Compiling memoffset v0.9.1
14442025-02-28T05:56:33.524Z Compiling object v0.36.5
14452025-02-28T05:56:33.544Z Compiling dropshot v0.12.0
14462025-02-28T05:56:33.664Z Compiling portable-atomic v1.9.0
14472025-02-28T05:56:33.874Z Compiling psl-types v2.0.11
14482025-02-28T05:56:33.905Z Compiling num-bigint-dig v0.8.4
14492025-02-28T05:56:34.097Z Compiling quick-error v1.2.3
14502025-02-28T05:56:34.216Z Compiling linked-hash-map v0.5.6
14512025-02-28T05:56:34.237Z Compiling anyhow v1.0.96
14522025-02-28T05:56:34.269Z Compiling cfg_aliases v0.2.1
14532025-02-28T05:56:34.388Z Compiling smoltcp v0.9.1
14542025-02-28T05:56:34.588Z Compiling utf-8 v0.7.6
14552025-02-28T05:56:34.661Z Compiling fallible-iterator v0.2.0
14562025-02-28T05:56:34.863Z Compiling rustc-demangle v0.1.24
14572025-02-28T05:56:34.903Z Compiling base16ct v0.2.0
14582025-02-28T05:56:35.041Z Compiling litrs v0.4.1
14592025-02-28T05:56:35.248Z Compiling take_mut v0.2.2
14602025-02-28T05:56:35.351Z Compiling postgres-protocol v0.6.8
14612025-02-28T05:56:35.767Z Compiling sec1 v0.7.3
14622025-02-28T05:56:36.125Z Compiling document-features v0.2.10
14632025-02-28T05:56:36.325Z Compiling tungstenite v0.24.0
14642025-02-28T05:56:36.540Z Compiling lru-cache v0.1.2
14652025-02-28T05:56:36.561Z Compiling nix v0.29.0
14662025-02-28T05:56:36.612Z Compiling resolv-conf v0.7.0
14672025-02-28T05:56:36.731Z Compiling async-stream v0.3.6
14682025-02-28T05:56:37.044Z Compiling publicsuffix v2.3.0
14692025-02-28T05:56:37.354Z Compiling hickory-proto v0.24.4
14702025-02-28T05:56:37.375Z Compiling group v0.13.0
14712025-02-28T05:56:37.409Z Compiling slog-term v2.9.1
14722025-02-28T05:56:37.457Z Compiling num-iter v0.1.45
14732025-02-28T05:56:37.659Z Compiling usdt v0.5.0
14742025-02-28T05:56:38.288Z Compiling toml v0.8.20
14752025-02-28T05:56:38.364Z Compiling futures v0.3.31
14762025-02-28T05:56:38.490Z Compiling slog-bunyan v2.5.0
14772025-02-28T05:56:39.725Z Compiling tokio-native-tls v0.3.1
14782025-02-28T05:56:39.747Z Compiling camino v1.1.9
14792025-02-28T05:56:40.016Z Compiling phf_shared v0.11.2
14802025-02-28T05:56:40.290Z Compiling backtrace v0.3.74
14812025-02-28T05:56:40.408Z Compiling dropshot_endpoint v0.12.0
14822025-02-28T05:56:40.589Z Compiling terminal_size v0.4.0
14832025-02-28T05:56:40.649Z Compiling waitgroup v0.1.2
14842025-02-28T05:56:40.800Z Compiling openapiv3 v2.0.0
14852025-02-28T05:56:40.821Z Compiling serde_path_to_error v0.1.16
14862025-02-28T05:56:40.874Z Compiling hkdf v0.12.4
14872025-02-28T05:56:41.163Z Compiling crypto-bigint v0.5.5
14882025-02-28T05:56:41.617Z Compiling webpki-roots v0.26.6
14892025-02-28T05:56:41.861Z Compiling curve25519-dalek-derive v0.1.1
14902025-02-28T05:56:42.236Z Compiling hubpack_derive v0.1.1
14912025-02-28T05:56:43.143Z Compiling zerocopy-derive v0.6.6
14922025-02-28T05:56:43.174Z Compiling sync_wrapper v1.0.1
14932025-02-28T05:56:43.294Z Compiling hostname v0.4.0
14942025-02-28T05:56:43.346Z Compiling fs-err v2.11.0
14952025-02-28T05:56:43.511Z Compiling crc32fast v1.4.2
14962025-02-28T05:56:43.678Z Compiling ahash v0.8.11
14972025-02-28T05:56:43.885Z Compiling managed v0.8.0
14982025-02-28T05:56:44.083Z Compiling winnow v0.5.40
14992025-02-28T05:56:44.354Z Compiling newtype-uuid v1.2.1
15002025-02-28T05:56:44.491Z Compiling debug-ignore v1.0.5
15012025-02-28T05:56:44.649Z Compiling unicode-width v0.2.0
15022025-02-28T05:56:44.669Z Compiling tower-layer v0.3.3
15032025-02-28T05:56:44.816Z Compiling clap_builder v4.5.31
15042025-02-28T05:56:44.979Z Compiling tower v0.5.2
15052025-02-28T05:56:45.036Z Compiling zerocopy v0.6.6
15062025-02-28T05:56:45.185Z Compiling console v0.15.10
15072025-02-28T05:56:45.823Z Compiling elliptic-curve v0.13.8
15082025-02-28T05:56:46.467Z Compiling strum_macros v0.25.3
15092025-02-28T05:56:46.591Z Compiling flate2 v1.1.0
15102025-02-28T05:56:47.165Z Compiling hubpack v0.1.2
15112025-02-28T05:56:47.490Z Compiling toml_edit v0.19.15
15122025-02-28T05:56:47.575Z Compiling hickory-resolver v0.24.4
15132025-02-28T05:56:47.802Z Compiling phf v0.11.2
15142025-02-28T05:56:48.099Z Compiling signal-hook-mio v0.2.4
15152025-02-28T05:56:48.292Z Compiling hyper-tls v0.6.0
15162025-02-28T05:56:48.379Z Compiling rayon v1.10.0
15172025-02-28T05:56:48.697Z Compiling cookie_store v0.21.1
15182025-02-28T05:56:50.083Z Compiling bzip2 v0.4.4
15192025-02-28T05:56:50.628Z Compiling tokio-tungstenite v0.24.0
15202025-02-28T05:56:52.533Z Compiling postgres-types v0.2.9
15212025-02-28T05:56:52.791Z Compiling ed25519 v2.2.3
15222025-02-28T05:56:52.819Z Compiling phf_shared v0.10.0
15232025-02-28T05:56:53.200Z Compiling tokio-stream v0.1.17
15242025-02-28T05:56:53.326Z Compiling pkcs1 v0.7.5
15252025-02-28T05:56:53.875Z Compiling serde-big-array v0.5.1
15262025-02-28T05:56:54.145Z Compiling clap_derive v4.5.28
15272025-02-28T05:56:54.216Z Compiling rfc6979 v0.4.0
15282025-02-28T05:56:54.247Z Compiling derive-where v1.2.7
15292025-02-28T05:56:54.427Z Compiling serde_repr v0.1.19
15302025-02-28T05:56:54.461Z Compiling float-cmp v0.10.0
15312025-02-28T05:56:54.685Z Compiling bstr v1.10.0
15322025-02-28T05:56:54.719Z Compiling whoami v1.5.2
15332025-02-28T05:56:54.737Z Compiling new_debug_unreachable v1.0.6
15342025-02-28T05:56:54.845Z Compiling number_prefix v0.4.0
15352025-02-28T05:56:55.094Z Compiling static_assertions v1.1.0
15362025-02-28T05:56:55.210Z Compiling bit-vec v0.6.3
15372025-02-28T05:56:55.277Z Compiling normalize-line-endings v0.3.0
15382025-02-28T05:56:55.430Z Compiling fixedbitset v0.4.2
15392025-02-28T05:56:55.550Z Compiling unicode-segmentation v1.12.0
15402025-02-28T05:56:55.614Z Compiling difflib v0.4.0
15412025-02-28T05:56:55.873Z Compiling precomputed-hash v0.1.1
15422025-02-28T05:56:56.017Z Compiling predicates-core v1.0.8
15432025-02-28T05:56:56.253Z Compiling predicates v3.1.3
15442025-02-28T05:56:56.342Z Compiling similar v2.6.0
15452025-02-28T05:56:56.457Z Compiling string_cache v0.8.7
15462025-02-28T05:56:56.902Z Compiling petgraph v0.6.5
15472025-02-28T05:56:56.967Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15482025-02-28T05:56:57.367Z Compiling bit-set v0.5.3
15492025-02-28T05:56:57.672Z Compiling tokio-postgres v0.7.13
15502025-02-28T05:56:57.693Z Compiling indicatif v0.17.11
15512025-02-28T05:56:58.374Z Compiling ecdsa v0.16.9
15522025-02-28T05:56:58.642Z Compiling clap v4.5.31
15532025-02-28T05:56:58.788Z Compiling rsa v0.9.6
15542025-02-28T05:56:59.227Z Compiling ed25519-dalek v2.1.1
15552025-02-28T05:57:00.500Z Compiling toml v0.7.8
15562025-02-28T05:57:00.557Z Compiling zip v0.6.6
15572025-02-28T05:57:01.755Z Compiling crossterm v0.28.1
15582025-02-28T05:57:02.663Z Compiling hex v0.4.3
15592025-02-28T05:57:02.862Z Compiling x509-cert v0.2.5
15602025-02-28T05:57:03.266Z Compiling itertools v0.10.5
15612025-02-28T05:57:03.288Z Compiling peg-runtime v0.8.3
15622025-02-28T05:57:03.356Z Compiling lalrpop-util v0.19.12
15632025-02-28T05:57:03.732Z Compiling unicode-xid v0.2.6
15642025-02-28T05:57:03.878Z Compiling strum_macros v0.26.4
15652025-02-28T05:57:03.958Z Compiling xattr v1.3.1
15662025-02-28T05:57:04.233Z Compiling filetime v0.2.25
15672025-02-28T05:57:04.543Z Compiling tar v0.4.44
15682025-02-28T05:57:08.432Z Compiling strum v0.26.3
15692025-02-28T05:57:11.464Z Compiling aws-lc-sys v0.26.0
15702025-02-28T05:57:41.534Z Compiling rustls-webpki v0.102.8
15712025-02-28T05:57:44.819Z Compiling tokio-rustls v0.25.0
15722025-02-28T05:57:46.569Z Compiling tokio-rustls v0.26.0
15732025-02-28T05:57:46.845Z Compiling hyper-rustls v0.27.3
15742025-02-28T05:57:47.162Z Compiling reqwest v0.12.12
15752025-02-28T05:57:48.588Z Compiling qorb v0.2.1
15762025-02-28T05:57:51.706Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15772025-02-28T05:57:51.972Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15782025-02-28T05:57:56.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
15792025-02-28T05:57:56.727Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15802025-02-28T05:57:56.780ZFeb 28 05:57:55.817 INFO Starting download, target: Console
15812025-02-28T05:57:56.781ZFeb 28 05:57:55.818 INFO Starting download, target: Cockroach
15822025-02-28T05:57:56.781ZFeb 28 05:57:55.818 INFO Starting download, target: Clickhouse
15832025-02-28T05:57:56.781ZFeb 28 05:57:55.818 INFO Starting download, target: DendriteOpenapi
15842025-02-28T05:57:56.781ZFeb 28 05:57:55.818 INFO Starting download, target: DendriteStub
15852025-02-28T05:57:56.784ZFeb 28 05:57:55.818 INFO Starting download, target: MaghemiteMgd
15862025-02-28T05:57:56.784ZFeb 28 05:57:55.818 INFO Starting download, target: TransceiverControl
15872025-02-28T05:57:56.784ZFeb 28 05:57:55.819 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15882025-02-28T05:57:56.784ZFeb 28 05:57:55.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15892025-02-28T05:57:56.784ZFeb 28 05:57:55.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15902025-02-28T05:57:56.784ZFeb 28 05:57:55.819 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15912025-02-28T05:57:56.784ZFeb 28 05:57:55.819 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15922025-02-28T05:57:56.784ZFeb 28 05:57:55.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15932025-02-28T05:57:56.784ZFeb 28 05:57:55.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15942025-02-28T05:57:56.943ZFeb 28 05:57:55.962 INFO Download complete, target: DendriteOpenapi
15952025-02-28T05:57:57.111ZFeb 28 05:57:56.133 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15962025-02-28T05:57:57.350ZFeb 28 05:57:56.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15972025-02-28T05:57:57.522ZFeb 28 05:57:56.550 INFO Download complete, target: TransceiverControl
15982025-02-28T05:57:57.701ZFeb 28 05:57:56.735 INFO Download complete, target: Console
15992025-02-28T05:57:57.741ZFeb 28 05:57:56.775 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16002025-02-28T05:57:57.792ZFeb 28 05:57:56.827 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16012025-02-28T05:57:58.443ZFeb 28 05:57:57.479 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16022025-02-28T05:57:58.443ZFeb 28 05:57:57.479 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16032025-02-28T05:57:58.719ZFeb 28 05:57:57.756 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16042025-02-28T05:58:00.405ZFeb 28 05:57:59.436 INFO Download complete, target: MaghemiteMgd
16052025-02-28T05:58:00.430ZFeb 28 05:57:59.454 INFO Download complete, target: DendriteStub
16062025-02-28T05:58:05.095ZFeb 28 05:58:04.131 INFO Checking that binary works, target: Cockroach
16072025-02-28T05:58:05.262ZFeb 28 05:58:04.298 INFO Download complete, target: Cockroach
16082025-02-28T05:58:09.702ZFeb 28 05:58:08.737 INFO Checking that binary works, target: Clickhouse
16092025-02-28T05:58:09.855ZFeb 28 05:58:08.890 INFO Download complete, target: Clickhouse
16102025-02-28T05:58:09.863ZAll prerequisites installed successfully
16112025-02-28T05:58:09.865Z
16122025-02-28T05:58:09.865Zreal 5:16.727328697
16132025-02-28T05:58:09.865Zuser 15:55.635768072
16142025-02-28T05:58:09.865Zsys 2:13.464560126
16152025-02-28T05:58:09.866Ztrap 0.602183676
16162025-02-28T05:58:09.866Ztflt 2.024029799
16172025-02-28T05:58:09.866Zdflt 1.739337083
16182025-02-28T05:58:09.866Zkflt 0.025774371
16192025-02-28T05:58:09.866Zlock 24:18.672394709
16202025-02-28T05:58:09.866Zslp 57:56.774069344
16212025-02-28T05:58:09.866Zlat 1:02.703932226
16222025-02-28T05:58:09.866Zstop 2:27.320126021
16232025-02-28T05:58:09.866Z+ ptime -m cargo xtask download softnpu
16242025-02-28T05:58:10.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16252025-02-28T05:58:10.492Z Running `target/debug/xtask download softnpu`
16262025-02-28T05:58:11.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
16272025-02-28T05:58:11.458Z Running `target/debug/xtask-downloader softnpu`
16282025-02-28T05:58:11.497ZFeb 28 05:58:10.532 INFO Starting download, target: Softnpu
16292025-02-28T05:58:11.501ZFeb 28 05:58:10.533 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16302025-02-28T05:58:12.257ZFeb 28 05:58:11.292 INFO Download complete, target: Softnpu
16312025-02-28T05:58:12.261Z
16322025-02-28T05:58:12.264Zreal 2.391007345
16332025-02-28T05:58:12.264Zuser 1.382596666
16342025-02-28T05:58:12.264Zsys 0.597287892
16352025-02-28T05:58:12.264Ztrap 0.001131686
16362025-02-28T05:58:12.264Ztflt 0.000036395
16372025-02-28T05:58:12.264Zdflt 0.000078782
16382025-02-28T05:58:12.264Zkflt 0.000000000
16392025-02-28T05:58:12.264Zlock 7.855360181
16402025-02-28T05:58:12.264Zslp 0.608391455
16412025-02-28T05:58:12.264Zlat 0.070040920
16422025-02-28T05:58:12.264Zstop 0.000354808
16432025-02-28T05:58:12.264Z+ export CARGO_INCREMENTAL=0
16442025-02-28T05:58:12.264Z+ CARGO_INCREMENTAL=0
16452025-02-28T05:58:12.264Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16462025-02-28T05:58:13.288Z Compiling proc-macro2 v1.0.93
16472025-02-28T05:58:13.288Z Compiling unicode-ident v1.0.14
16482025-02-28T05:58:13.291Z Compiling libc v0.2.170
16492025-02-28T05:58:13.291Z Compiling serde v1.0.218
16502025-02-28T05:58:13.292Z Compiling autocfg v1.4.0
16512025-02-28T05:58:13.292Z Compiling version_check v0.9.5
16522025-02-28T05:58:13.292Z Compiling cfg-if v1.0.0
16532025-02-28T05:58:13.610Z Compiling memchr v2.7.4
16542025-02-28T05:58:13.625Z Compiling typenum v1.17.0
16552025-02-28T05:58:13.688Z Compiling shlex v1.3.0
16562025-02-28T05:58:14.037Z Compiling value-bag v1.9.0
16572025-02-28T05:58:14.082Z Compiling generic-array v0.14.7
16582025-02-28T05:58:14.256Z Compiling lock_api v0.4.12
16592025-02-28T05:58:14.421Z Compiling scopeguard v1.2.0
16602025-02-28T05:58:14.505Z Compiling log v0.4.22
16612025-02-28T05:58:14.609Z Compiling parking_lot_core v0.9.10
16622025-02-28T05:58:14.857Z Compiling serde_json v1.0.139
16632025-02-28T05:58:15.021Z Compiling once_cell v1.20.3
16642025-02-28T05:58:15.190Z Compiling quote v1.0.38
16652025-02-28T05:58:15.215Z Compiling rustix v0.38.37
16662025-02-28T05:58:15.277Z Compiling jobserver v0.1.32
16672025-02-28T05:58:15.394Z Compiling getrandom v0.2.15
16682025-02-28T05:58:15.621Z Compiling syn v2.0.98
16692025-02-28T05:58:15.708Z Compiling cc v1.2.15
16702025-02-28T05:58:15.762Z Compiling libm v0.2.8
16712025-02-28T05:58:15.814Z Compiling aho-corasick v1.1.3
16722025-02-28T05:58:15.837Z Compiling num-traits v0.2.19
16732025-02-28T05:58:15.890Z Compiling semver v1.0.25
16742025-02-28T05:58:15.988Z Compiling regex-syntax v0.8.5
16752025-02-28T05:58:16.118Z Compiling thiserror v1.0.69
16762025-02-28T05:58:16.177Z Compiling either v1.14.0
16772025-02-28T05:58:16.380Z Compiling getrandom v0.3.1
16782025-02-28T05:58:16.594Z Compiling itoa v1.0.11
16792025-02-28T05:58:16.626Z Compiling slab v0.4.9
16802025-02-28T05:58:16.851Z Compiling byteorder v1.5.0
16812025-02-28T05:58:16.974Z Compiling spin v0.9.8
16822025-02-28T05:58:17.299Z Compiling errno v0.3.9
16832025-02-28T05:58:17.357Z Compiling rand_core v0.6.4
16842025-02-28T05:58:17.850Z Compiling glob v0.3.2
16852025-02-28T05:58:18.220Z Compiling prettyplease v0.2.29
16862025-02-28T05:58:18.531Z Compiling lazy_static v1.5.0
16872025-02-28T05:58:18.586Z Compiling clang-sys v1.8.1
16882025-02-28T05:58:18.671Z Compiling smallvec v1.14.0
16892025-02-28T05:58:18.757Z Compiling minimal-lexical v0.2.1
16902025-02-28T05:58:19.010Z Compiling libloading v0.8.5
16912025-02-28T05:58:19.172Z Compiling nom v7.1.3
16922025-02-28T05:58:19.234Z Compiling bindgen v0.69.5
16932025-02-28T05:58:19.293Z Compiling subtle v2.6.1
16942025-02-28T05:58:19.346Z Compiling home v0.5.9
16952025-02-28T05:58:19.559Z Compiling itertools v0.12.1
16962025-02-28T05:58:19.620Z Compiling lazycell v1.3.0
16972025-02-28T05:58:19.705Z Compiling regex-automata v0.4.8
16982025-02-28T05:58:20.029Z Compiling allocator-api2 v0.2.18
16992025-02-28T05:58:20.094Z Compiling rustc-hash v1.1.0
17002025-02-28T05:58:20.266Z Compiling cmake v0.1.51
17012025-02-28T05:58:20.950Z Compiling dunce v1.0.5
17022025-02-28T05:58:21.097Z Compiling fs_extra v1.3.0
17032025-02-28T05:58:21.624Z Compiling pin-project-lite v0.2.14
17042025-02-28T05:58:21.665Z Compiling pkg-config v0.3.31
17052025-02-28T05:58:21.773Z Compiling ring v0.17.11
17062025-02-28T05:58:22.409Z Compiling cexpr v0.6.0
17072025-02-28T05:58:22.692Z Compiling synstructure v0.13.1
17082025-02-28T05:58:22.753Z Compiling paste v1.0.15
17092025-02-28T05:58:23.211Z Compiling ryu v1.0.18
17102025-02-28T05:58:23.575Z Compiling const-oid v0.9.6
17112025-02-28T05:58:23.778Z Compiling fnv v1.0.7
17122025-02-28T05:58:23.929Z Compiling httparse v1.9.5
17132025-02-28T05:58:24.299Z Compiling aws-lc-rs v1.12.4
17142025-02-28T05:58:24.493Z Compiling schemars v0.8.22
17152025-02-28T05:58:24.742Z Compiling serde_derive_internals v0.29.1
17162025-02-28T05:58:24.855Z Compiling signal-hook-registry v1.4.2
17172025-02-28T05:58:25.268Z Compiling regex v1.11.1
17182025-02-28T05:58:25.364Z Compiling foldhash v0.1.3
17192025-02-28T05:58:25.590Z Compiling equivalent v1.0.1
17202025-02-28T05:58:25.646Z Compiling parking_lot v0.12.3
17212025-02-28T05:58:25.728Z Compiling hashbrown v0.15.1
17222025-02-28T05:58:26.225Z Compiling mio v1.0.2
17232025-02-28T05:58:26.269Z Compiling heck v0.5.0
17242025-02-28T05:58:26.677Z Compiling stable_deref_trait v1.2.0
17252025-02-28T05:58:26.761Z Compiling serde_derive v1.0.218
17262025-02-28T05:58:26.812Z Compiling zeroize_derive v1.4.2
17272025-02-28T05:58:26.847Z Compiling zerocopy-derive v0.7.35
17282025-02-28T05:58:26.974Z Compiling tokio-macros v2.5.0
17292025-02-28T05:58:27.656Z Compiling thiserror-impl v1.0.69
17302025-02-28T05:58:27.840Z Compiling zerofrom-derive v0.1.4
17312025-02-28T05:58:28.129Z Compiling zeroize v1.8.1
17322025-02-28T05:58:28.563Z Compiling yoke-derive v0.7.4
17332025-02-28T05:58:28.607Z Compiling futures-macro v0.3.31
17342025-02-28T05:58:28.628Z Compiling zerovec-derive v0.10.3
17352025-02-28T05:58:28.733Z Compiling zerocopy v0.7.35
17362025-02-28T05:58:29.051Z Compiling displaydoc v0.2.5
17372025-02-28T05:58:30.436Z Compiling icu_provider_macros v1.5.0
17382025-02-28T05:58:30.456Z Compiling tracing-attributes v0.1.27
17392025-02-28T05:58:30.752Z Compiling schemars_derive v0.8.22
17402025-02-28T05:58:31.341Z Compiling crypto-common v0.1.6
17412025-02-28T05:58:31.446Z Compiling block-buffer v0.10.4
17422025-02-28T05:58:31.680Z Compiling digest v0.10.7
17432025-02-28T05:58:31.974Z Compiling socket2 v0.5.8
17442025-02-28T05:58:32.100Z Compiling futures-core v0.3.31
17452025-02-28T05:58:32.387Z Compiling time-core v0.1.2
17462025-02-28T05:58:32.390Z Compiling num-conv v0.1.0
17472025-02-28T05:58:32.695Z Compiling crossbeam-utils v0.8.20
17482025-02-28T05:58:33.174Z Compiling time-macros v0.2.18
17492025-02-28T05:58:33.272Z Compiling der_derive v0.7.3
17502025-02-28T05:58:33.535Z Compiling vcpkg v0.2.15
17512025-02-28T05:58:34.946Z Compiling openssl-sys v0.9.106
17522025-02-28T05:58:35.915Z Compiling zerocopy v0.8.10
17532025-02-28T05:58:36.072Z Compiling futures-sink v0.3.31
17542025-02-28T05:58:36.288Z Compiling cpufeatures v0.2.14
17552025-02-28T05:58:36.417Z Compiling zerocopy-derive v0.8.10
17562025-02-28T05:58:36.580Z Compiling slog v2.7.0
17572025-02-28T05:58:36.826Z Compiling ahash v0.8.11
17582025-02-28T05:58:36.938Z Compiling syn v1.0.109
17592025-02-28T05:58:37.035Z Compiling futures-channel v0.3.31
17602025-02-28T05:58:37.188Z Compiling zerofrom v0.1.4
17612025-02-28T05:58:37.329Z Compiling futures-task v0.3.31
17622025-02-28T05:58:37.417Z Compiling futures-io v0.3.31
17632025-02-28T05:58:37.537Z Compiling iana-time-zone v0.1.61
17642025-02-28T05:58:37.638Z Compiling pin-utils v0.1.0
17652025-02-28T05:58:37.749Z Compiling futures-util v0.3.31
17662025-02-28T05:58:37.767Z Compiling yoke v0.7.4
17672025-02-28T05:58:38.542Z Compiling scroll_derive v0.12.0
17682025-02-28T05:58:38.694Z Compiling bitflags v2.6.0
17692025-02-28T05:58:38.810Z Compiling bytes v1.10.0
17702025-02-28T05:58:39.858Z Compiling indexmap v2.7.1
17712025-02-28T05:58:41.013Z Compiling tokio v1.43.0
17722025-02-28T05:58:41.781Z Compiling serde_tokenstream v0.2.2
17732025-02-28T05:58:42.181Z Compiling uuid v1.15.1
17742025-02-28T05:58:42.302Z Compiling http v1.2.0
17752025-02-28T05:58:43.567Z Compiling which v4.4.2
17762025-02-28T05:58:43.583Z Compiling chrono v0.4.40
17772025-02-28T05:58:44.336Z Compiling openssl v0.10.71
17782025-02-28T05:58:44.772Z Compiling ucd-trie v0.1.7
17792025-02-28T05:58:45.238Z Compiling pest v2.7.14
17802025-02-28T05:58:48.253Z Compiling rustc_version v0.4.1
17812025-02-28T05:58:48.851Z Compiling zerovec v0.10.4
17822025-02-28T05:58:49.588Z Compiling hmac v0.12.1
17832025-02-28T05:58:50.831Z Compiling pest_meta v2.7.14
17842025-02-28T05:58:52.090Z Compiling block-padding v0.3.3
17852025-02-28T05:58:52.362Z Compiling openssl-macros v0.1.1
17862025-02-28T05:58:52.734Z Compiling native-tls v0.2.12
17872025-02-28T05:58:53.121Z Compiling rustls v0.23.19
17882025-02-28T05:58:53.139Z Compiling inout v0.1.3
17892025-02-28T05:58:53.164Z Compiling pest_generator v2.7.14
17902025-02-28T05:58:53.440Z Compiling tinystr v0.7.6
17912025-02-28T05:58:53.480Z Compiling toml_datetime v0.6.8
17922025-02-28T05:58:53.916Z Compiling serde_spanned v0.6.8
17932025-02-28T05:58:53.926Z Compiling ppv-lite86 v0.2.20
17942025-02-28T05:58:53.971Z Compiling tracing-core v0.1.32
17952025-02-28T05:58:54.140Z Compiling strsim v0.11.1
17962025-02-28T05:58:54.366Z Compiling writeable v0.5.5
17972025-02-28T05:58:54.757Z Compiling litemap v0.7.3
17982025-02-28T05:58:54.778Z Compiling dyn-clone v1.0.18
17992025-02-28T05:58:54.895Z Compiling pest_derive v2.7.14
18002025-02-28T05:58:55.182Z Compiling icu_locid v1.5.0
18012025-02-28T05:58:55.202Z Compiling tracing v0.1.40
18022025-02-28T05:58:55.682Z Compiling aws-lc-sys v0.26.0
18032025-02-28T05:58:56.000Z Compiling cipher v0.4.4
18042025-02-28T05:58:56.027Z Compiling sha2 v0.10.8
18052025-02-28T05:58:56.442Z Compiling usdt-impl v0.5.0
18062025-02-28T05:58:56.817Z Compiling cookie v0.18.1
18072025-02-28T05:58:56.817Z Compiling base64ct v1.6.0
18082025-02-28T05:58:57.170Z Compiling icu_provider v1.5.0
18092025-02-28T05:58:57.408Z Compiling pem-rfc7468 v0.7.0
18102025-02-28T05:58:59.425Z Compiling scroll v0.12.0
18112025-02-28T05:59:00.069Z Compiling async-trait v0.1.86
18122025-02-28T05:59:02.092Z Compiling camino v1.1.9
18132025-02-28T05:59:02.603Z Compiling percent-encoding v2.3.1
18142025-02-28T05:59:02.664Z Compiling icu_locid_transform_data v1.5.0
18152025-02-28T05:59:02.887Z Compiling plain v0.2.3
18162025-02-28T05:59:03.049Z Compiling anyhow v1.0.96
18172025-02-28T05:59:03.065Z Compiling flagset v0.4.6
18182025-02-28T05:59:03.289Z Compiling rustls-pki-types v1.10.0
18192025-02-28T05:59:03.589Z Compiling der v0.7.9
18202025-02-28T05:59:04.951Z Compiling goblin v0.8.2
18212025-02-28T05:59:05.156Z Compiling icu_locid_transform v1.5.0
18222025-02-28T05:59:07.841Z Compiling icu_collections v1.5.0
18232025-02-28T05:59:07.975Z Compiling tokio-util v0.7.13
18242025-02-28T05:59:09.339Z Compiling pretty-hex v0.4.1
18252025-02-28T05:59:09.579Z Compiling icu_properties_data v1.5.0
18262025-02-28T05:59:10.223Z Compiling powerfmt v0.2.0
18272025-02-28T05:59:10.234Z Compiling rustls v0.22.4
18282025-02-28T05:59:10.336Z Compiling untrusted v0.7.1
18292025-02-28T05:59:10.423Z Compiling untrusted v0.9.0
18302025-02-28T05:59:10.465Z Compiling rayon-core v1.12.1
18312025-02-28T05:59:10.637Z Compiling dof v0.3.0
18322025-02-28T05:59:10.787Z Compiling deranged v0.3.11
18332025-02-28T05:59:10.808Z Compiling icu_properties v1.5.1
18342025-02-28T05:59:12.533Z Compiling spki v0.7.3
18352025-02-28T05:59:12.879Z Compiling salsa20 v0.10.2
18362025-02-28T05:59:12.895Z Compiling dtrace-parser v0.2.0
18372025-02-28T05:59:13.006Z Compiling pbkdf2 v0.12.2
18382025-02-28T05:59:13.489Z Compiling thread-id v4.2.2
18392025-02-28T05:59:13.730Z Compiling num_threads v0.1.7
18402025-02-28T05:59:13.804Z Compiling utf8_iter v1.0.4
18412025-02-28T05:59:14.069Z Compiling write16 v1.0.0
18422025-02-28T05:59:14.230Z Compiling utf16_iter v1.0.5
18432025-02-28T05:59:14.445Z Compiling atomic-waker v1.1.2
18442025-02-28T05:59:14.907Z Compiling icu_normalizer_data v1.5.0
18452025-02-28T05:59:15.121Z Compiling litrs v0.4.1
18462025-02-28T05:59:15.176Z Compiling winnow v0.5.40
18472025-02-28T05:59:15.222Z Compiling time v0.3.36
18482025-02-28T05:59:15.319Z Compiling icu_normalizer v1.5.0
18492025-02-28T05:59:16.092Z Compiling document-features v0.2.10
18502025-02-28T05:59:18.593Z Compiling toml_edit v0.19.15
18512025-02-28T05:59:20.469Z Compiling scrypt v0.11.0
18522025-02-28T05:59:20.700Z Compiling form_urlencoded v1.2.1
18532025-02-28T05:59:20.936Z Compiling aes v0.8.4
18542025-02-28T05:59:21.233Z Compiling cbc v0.1.2
18552025-02-28T05:59:21.469Z Compiling http-body v1.0.1
18562025-02-28T05:59:21.767Z Compiling multer v3.1.0
18572025-02-28T05:59:22.115Z Compiling try-lock v0.2.5
18582025-02-28T05:59:22.305Z Compiling slog-async v2.8.0
18592025-02-28T05:59:22.403Z Compiling tinyvec_macros v0.1.1
18602025-02-28T05:59:22.515Z Compiling rustversion v1.0.17
18612025-02-28T05:59:22.537Z Compiling tinyvec v1.8.0
18622025-02-28T05:59:22.770Z Compiling want v0.3.1
18632025-02-28T05:59:23.188Z Compiling pkcs5 v0.7.1
18642025-02-28T05:59:24.215Z Compiling idna_adapter v1.2.0
18652025-02-28T05:59:24.512Z Compiling h2 v0.4.6
18662025-02-28T05:59:24.641Z Compiling rand_chacha v0.3.1
18672025-02-28T05:59:24.685Z Compiling heapless v0.7.17
18682025-02-28T05:59:25.268Z Compiling bzip2-sys v0.1.11+1.0.8
18692025-02-28T05:59:25.690Z Compiling tower-service v0.3.3
18702025-02-28T05:59:25.828Z Compiling signal-hook v0.3.17
18712025-02-28T05:59:26.136Z Compiling httpdate v1.0.3
18722025-02-28T05:59:27.346Z Compiling rand v0.8.5
18732025-02-28T05:59:28.048Z Compiling idna v1.0.3
18742025-02-28T05:59:28.866Z Compiling pkcs8 v0.10.2
18752025-02-28T05:59:30.581Z Compiling usdt-macro v0.5.0
18762025-02-28T05:59:30.669Z Compiling usdt-attr-macro v0.5.0
18772025-02-28T05:59:31.489Z Compiling async-stream-impl v0.3.6
18782025-02-28T05:59:32.116Z Compiling base64 v0.22.1
18792025-02-28T05:59:32.632Z Compiling adler2 v2.0.0
18802025-02-28T05:59:32.916Z Compiling hyper v1.6.0
18812025-02-28T05:59:33.219Z Compiling miniz_oxide v0.8.5
18822025-02-28T05:59:36.692Z Compiling hyper-util v0.1.10
18832025-02-28T05:59:40.750Z Compiling curve25519-dalek v4.1.3
18842025-02-28T05:59:41.198Z Compiling openapiv3 v2.0.0
18852025-02-28T05:59:41.589Z Compiling enum-as-inner v0.6.1
18862025-02-28T05:59:41.751Z Compiling memoffset v0.9.1
18872025-02-28T05:59:41.926Z Compiling dropshot v0.12.0
18882025-02-28T05:59:42.096Z Compiling smoltcp v0.9.1
18892025-02-28T05:59:42.265Z Compiling portable-atomic v1.9.0
18902025-02-28T05:59:42.576Z Compiling newtype-uuid v1.2.1
18912025-02-28T05:59:42.612Z Compiling foreign-types-shared v0.1.1
18922025-02-28T05:59:42.679Z Compiling num-bigint-dig v0.8.4
18932025-02-28T05:59:42.754Z Compiling match_cfg v0.1.0
18942025-02-28T05:59:43.036Z Compiling foreign-types v0.3.2
18952025-02-28T05:59:43.106Z Compiling hostname v0.3.1
18962025-02-28T05:59:44.537Z Compiling rand_core v0.9.2
18972025-02-28T05:59:45.048Z Compiling url v2.5.3
18982025-02-28T05:59:47.042Z Compiling http-body-util v0.1.2
18992025-02-28T05:59:47.305Z Compiling dirs-sys-next v0.1.2
19002025-02-28T05:59:47.596Z Compiling encoding_rs v0.8.34
19012025-02-28T05:59:47.747Z Compiling heck v0.4.1
19022025-02-28T05:59:47.929Z Compiling gimli v0.31.1
19032025-02-28T05:59:48.154Z Compiling mime v0.3.17
19042025-02-28T05:59:49.213Z Compiling cfg_aliases v0.2.1
19052025-02-28T05:59:49.330Z Compiling data-encoding v2.6.0
19062025-02-28T05:59:50.711Z Compiling siphasher v0.3.11
19072025-02-28T05:59:50.900Z Compiling ident_case v1.0.1
19082025-02-28T05:59:51.025Z Compiling nix v0.29.0
19092025-02-28T05:59:51.080Z Compiling darling_core v0.20.10
19102025-02-28T05:59:51.824Z Compiling dirs-next v2.0.0
19112025-02-28T05:59:52.863Z Compiling addr2line v0.24.2
19122025-02-28T05:59:54.600Z Compiling rand_chacha v0.9.0
19132025-02-28T05:59:56.571Z Compiling unicode-normalization v0.1.24
19142025-02-28T05:59:57.661Z Compiling crossbeam-epoch v0.9.18
19152025-02-28T05:59:58.313Z Compiling serde_urlencoded v0.7.1
19162025-02-28T05:59:58.428Z Compiling rustls-pemfile v2.2.0
19172025-02-28T05:59:58.919Z Compiling hubpack_derive v0.1.1
19182025-02-28T05:59:58.937Z Compiling dropshot_endpoint v0.12.0
19192025-02-28T05:59:59.059Z Compiling sha1 v0.10.6
19202025-02-28T05:59:59.476Z Compiling signature v2.2.0
19212025-02-28T05:59:59.724Z Compiling zerocopy-derive v0.6.6
19222025-02-28T05:59:59.774Z Compiling curve25519-dalek-derive v0.1.1
19232025-02-28T06:00:01.206Z Compiling object v0.36.5
19242025-02-28T06:00:01.429Z Compiling thread_local v1.1.8
19252025-02-28T06:00:01.893Z Compiling fs-err v2.11.0
19262025-02-28T06:00:02.571Z Compiling unicode-bidi v0.3.17
19272025-02-28T06:00:03.714Z Compiling utf8parse v0.2.2
19282025-02-28T06:00:03.901Z Compiling winnow v0.7.3
19292025-02-28T06:00:05.623Z Compiling ipnet v2.11.0
19302025-02-28T06:00:06.278Z Compiling openssl-probe v0.1.5
19312025-02-28T06:00:06.584Z Compiling anstyle v1.0.10
19322025-02-28T06:00:07.118Z Compiling rustc-demangle v0.1.24
19332025-02-28T06:00:07.834Z Compiling unicode-properties v0.1.3
19342025-02-28T06:00:09.972Z Compiling backtrace v0.3.74
19352025-02-28T06:00:14.034Z Compiling rustls-webpki v0.102.8
19362025-02-28T06:00:14.964Z Compiling stringprep v0.1.5
19372025-02-28T06:00:18.661Z Compiling toml_edit v0.22.24
19382025-02-28T06:00:21.302Z Compiling anstyle-parse v0.2.5
19392025-02-28T06:00:22.311Z Compiling crossbeam-deque v0.8.5
19402025-02-28T06:00:23.243Z Compiling darling_macro v0.20.10
19412025-02-28T06:00:23.649Z Compiling rand v0.9.0
19422025-02-28T06:00:24.148Z Compiling term v0.7.0
19432025-02-28T06:00:24.917Z Compiling slog-json v2.6.1
19442025-02-28T06:00:25.480Z Compiling crossbeam-channel v0.5.13
19452025-02-28T06:00:25.862Z Compiling hashbrown v0.14.5
19462025-02-28T06:00:26.480Z Compiling futures-executor v0.3.31
19472025-02-28T06:00:26.820Z Compiling num-integer v0.1.46
19482025-02-28T06:00:26.861Z Compiling md-5 v0.10.6
19492025-02-28T06:00:26.941Z Compiling ff v0.13.0
19502025-02-28T06:00:27.027Z Compiling hash32 v0.2.1
19512025-02-28T06:00:27.110Z Compiling memmap v0.7.0
19522025-02-28T06:00:27.180Z Compiling is-terminal v0.4.13
19532025-02-28T06:00:27.329Z Compiling is_terminal_polyfill v1.70.1
19542025-02-28T06:00:27.376Z Compiling linked-hash-map v0.5.6
19552025-02-28T06:00:27.403Z Compiling base16ct v0.2.0
19562025-02-28T06:00:27.472Z Compiling colorchoice v1.0.2
19572025-02-28T06:00:27.501Z Compiling fallible-iterator v0.2.0
19582025-02-28T06:00:27.647Z Compiling psl-types v2.0.11
19592025-02-28T06:00:27.693Z Compiling utf-8 v0.7.6
19602025-02-28T06:00:27.710Z Compiling quick-error v1.2.3
19612025-02-28T06:00:27.997Z Compiling take_mut v0.2.2
19622025-02-28T06:00:28.119Z Compiling anstyle-query v1.1.1
19632025-02-28T06:00:28.142Z Compiling postgres-protocol v0.6.8
19642025-02-28T06:00:28.277Z Compiling anstream v0.6.15
19652025-02-28T06:00:28.693Z Compiling publicsuffix v2.3.0
19662025-02-28T06:00:28.888Z Compiling tungstenite v0.24.0
19672025-02-28T06:00:29.069Z Compiling resolv-conf v0.7.0
19682025-02-28T06:00:29.256Z Compiling lru-cache v0.1.2
19692025-02-28T06:00:29.389Z Compiling sec1 v0.7.3
19702025-02-28T06:00:29.488Z Compiling num-iter v0.1.45
19712025-02-28T06:00:29.693Z Compiling usdt v0.5.0
19722025-02-28T06:00:29.704Z Compiling slog-term v2.9.1
19732025-02-28T06:00:30.141Z Compiling group v0.13.0
19742025-02-28T06:00:30.455Z Compiling regress v0.10.1
19752025-02-28T06:00:30.684Z Compiling futures v0.3.31
19762025-02-28T06:00:33.367Z Compiling slog-bunyan v2.5.0
19772025-02-28T06:00:33.560Z Compiling darling v0.20.10
19782025-02-28T06:00:34.160Z Compiling toml v0.8.20
19792025-02-28T06:00:34.282Z Compiling tokio-rustls v0.26.0
19802025-02-28T06:00:34.740Z Compiling tokio-native-tls v0.3.1
19812025-02-28T06:00:34.988Z Compiling tokio-rustls v0.25.0
19822025-02-28T06:00:35.379Z Compiling hickory-proto v0.24.4
19832025-02-28T06:00:35.445Z Compiling phf_shared v0.11.2
19842025-02-28T06:00:35.465Z Compiling strum_macros v0.25.3
19852025-02-28T06:00:36.126Z Compiling async-stream v0.3.6
19862025-02-28T06:00:36.176Z Compiling waitgroup v0.1.2
19872025-02-28T06:00:36.225Z Compiling webpki-roots v0.26.6
19882025-02-28T06:00:36.526Z Compiling hkdf v0.12.4
19892025-02-28T06:00:36.613Z Compiling terminal_size v0.4.0
19902025-02-28T06:00:36.819Z Compiling serde_path_to_error v0.1.16
19912025-02-28T06:00:36.855Z Compiling sync_wrapper v1.0.1
19922025-02-28T06:00:37.208Z Compiling crypto-bigint v0.5.5
19932025-02-28T06:00:37.407Z Compiling derive-where v1.2.7
19942025-02-28T06:00:37.494Z Compiling serde_repr v0.1.19
19952025-02-28T06:00:37.603Z Compiling clap_derive v4.5.28
19962025-02-28T06:00:38.614Z Compiling hostname v0.4.0
19972025-02-28T06:00:38.788Z Compiling crc32fast v1.4.2
19982025-02-28T06:00:38.846Z Compiling bitflags v1.3.2
19992025-02-28T06:00:39.095Z Compiling managed v0.8.0
20002025-02-28T06:00:39.135Z Compiling debug-ignore v1.0.5
20012025-02-28T06:00:39.434Z Compiling tower-layer v0.3.3
20022025-02-28T06:00:40.227Z Compiling unicode-width v0.2.0
20032025-02-28T06:00:40.257Z Compiling clap_lex v0.7.4
20042025-02-28T06:00:40.533Z Compiling clap_builder v4.5.31
20052025-02-28T06:00:40.776Z Compiling console v0.15.10
20062025-02-28T06:00:41.302Z Compiling hickory-resolver v0.24.4
20072025-02-28T06:00:41.849Z Compiling tower v0.5.2
20082025-02-28T06:00:42.859Z Compiling elliptic-curve v0.13.8
20092025-02-28T06:00:44.441Z Compiling flate2 v1.1.0
20102025-02-28T06:00:45.320Z Compiling hyper-rustls v0.27.3
20112025-02-28T06:00:46.666Z Compiling phf v0.11.2
20122025-02-28T06:00:46.959Z Compiling hyper-tls v0.6.0
20132025-02-28T06:00:47.667Z Compiling typify-impl v0.2.0
20142025-02-28T06:00:47.802Z Compiling signal-hook-mio v0.2.4
20152025-02-28T06:00:48.008Z Compiling rayon v1.10.0
20162025-02-28T06:00:48.250Z Compiling bzip2 v0.4.4
20172025-02-28T06:00:48.657Z Compiling cookie_store v0.21.1
20182025-02-28T06:00:50.322Z Compiling tokio-tungstenite v0.24.0
20192025-02-28T06:00:50.880Z Compiling postgres-types v0.2.9
20202025-02-28T06:00:51.580Z Compiling zerocopy v0.6.6
20212025-02-28T06:00:51.600Z Compiling hubpack v0.1.2
20222025-02-28T06:00:52.020Z Compiling ed25519 v2.2.3
20232025-02-28T06:00:52.234Z Compiling phf_shared v0.10.0
20242025-02-28T06:00:52.309Z Compiling pkcs1 v0.7.5
20252025-02-28T06:00:52.435Z Compiling tokio-stream v0.1.17
20262025-02-28T06:00:52.536Z Compiling ipnetwork v0.21.1
20272025-02-28T06:00:53.132Z Compiling rfc6979 v0.4.0
20282025-02-28T06:00:53.375Z Compiling serde-big-array v0.5.1
20292025-02-28T06:00:53.470Z Compiling float-cmp v0.10.0
20302025-02-28T06:00:53.647Z Compiling bstr v1.10.0
20312025-02-28T06:00:55.089Z Compiling precomputed-hash v0.1.1
20322025-02-28T06:00:55.233Z Compiling predicates-core v1.0.8
20332025-02-28T06:00:55.944Z Compiling static_assertions v1.1.0
20342025-02-28T06:00:56.027Z Compiling normalize-line-endings v0.3.0
20352025-02-28T06:00:56.066Z Compiling difflib v0.4.0
20362025-02-28T06:00:56.087Z Compiling bit-vec v0.6.3
20372025-02-28T06:00:56.456Z Compiling new_debug_unreachable v1.0.6
20382025-02-28T06:00:56.494Z Compiling whoami v1.5.2
20392025-02-28T06:00:56.559Z Compiling fixedbitset v0.4.2
20402025-02-28T06:00:56.969Z Compiling unicode-segmentation v1.12.0
20412025-02-28T06:00:57.001Z Compiling number_prefix v0.4.0
20422025-02-28T06:00:57.104Z Compiling petgraph v0.6.5
20432025-02-28T06:00:57.241Z Compiling indicatif v0.17.11
20442025-02-28T06:00:57.345Z Compiling tokio-postgres v0.7.13
20452025-02-28T06:00:57.596Z Compiling typify-macro v0.2.0
20462025-02-28T06:00:57.811Z Compiling similar v2.6.0
20472025-02-28T06:01:03.442Z Compiling string_cache v0.8.7
20482025-02-28T06:01:03.488Z Compiling predicates v3.1.3
20492025-02-28T06:01:03.488Z Compiling bit-set v0.5.3
20502025-02-28T06:01:03.488Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20512025-02-28T06:01:03.488Z Compiling ecdsa v0.16.9
20522025-02-28T06:01:03.488Z Compiling qorb v0.2.1
20532025-02-28T06:01:03.488Z Compiling rsa v0.9.6
20542025-02-28T06:01:03.488Z Compiling ed25519-dalek v2.1.1
20552025-02-28T06:01:03.488Z Compiling reqwest v0.12.12
20562025-02-28T06:01:04.571Z Compiling zip v0.6.6
20572025-02-28T06:01:05.608Z Compiling crossterm v0.28.1
20582025-02-28T06:01:05.754Z Compiling clap v4.5.31
20592025-02-28T06:01:07.554Z Compiling toml v0.7.8
20602025-02-28T06:01:07.810Z Compiling x509-cert v0.2.5
20612025-02-28T06:01:08.667Z Compiling hex v0.4.3
20622025-02-28T06:01:09.513Z Compiling itertools v0.10.5
20632025-02-28T06:01:09.934Z Compiling lalrpop-util v0.19.12
20642025-02-28T06:01:09.993Z Compiling peg-runtime v0.8.3
20652025-02-28T06:01:10.302Z Compiling unicode-xid v0.2.6
20662025-02-28T06:01:12.356Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20672025-02-28T06:01:17.943Z Compiling proc-macro-crate v1.3.1
20682025-02-28T06:01:17.981Z Compiling macaddr v1.0.1
20692025-02-28T06:01:18.729Z Compiling itertools v0.13.0
20702025-02-28T06:01:20.234Z Compiling heapless v0.8.0
20712025-02-28T06:01:21.727Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20722025-02-28T06:01:25.837Z Compiling num_enum_derive v0.5.11
20732025-02-28T06:01:31.398Z Compiling hash32 v0.3.1
20742025-02-28T06:01:32.581Z Compiling smoltcp v0.11.0
20752025-02-28T06:01:34.716Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20762025-02-28T06:01:36.053Z Compiling thiserror v2.0.11
20772025-02-28T06:01:41.285Z Compiling num_enum v0.5.11
20782025-02-28T06:01:41.432Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20792025-02-28T06:01:42.055Z Compiling typify v0.2.0
20802025-02-28T06:01:42.076Z Compiling oxnet v0.1.1
20812025-02-28T06:01:43.163Z Compiling thiserror-impl v2.0.11
20822025-02-28T06:01:43.368Z Compiling proc-macro-error-attr v1.0.4
20832025-02-28T06:01:43.733Z Compiling cobs v0.2.3
20842025-02-28T06:01:45.725Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20852025-02-28T06:01:46.120Z Compiling unsafe-libyaml v0.2.11
20862025-02-28T06:01:47.885Z Compiling serde_yaml v0.9.34+deprecated
20872025-02-28T06:01:49.636Z Compiling postcard v1.0.10
20882025-02-28T06:01:58.725Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20892025-02-28T06:01:58.814Z Compiling progenitor-impl v0.8.0
20902025-02-28T06:02:12.186Z Compiling strum_macros v0.26.4
20912025-02-28T06:02:13.273Z Compiling structmeta-derive v0.3.0
20922025-02-28T06:02:13.475Z Compiling foreign-types-macros v0.2.3
20932025-02-28T06:02:13.569Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20942025-02-28T06:02:13.812Z Compiling proc-macro-error v1.0.4
20952025-02-28T06:02:14.469Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20962025-02-28T06:02:14.589Z Compiling unicode-width v0.1.14
20972025-02-28T06:02:14.638Z Compiling foreign-types-shared v0.3.1
20982025-02-28T06:02:15.633Z Compiling structmeta v0.3.0
20992025-02-28T06:02:16.278Z Compiling strum v0.26.3
21002025-02-28T06:02:16.492Z Compiling tabwriter v1.4.0
21012025-02-28T06:02:20.610Z Compiling foreign-types v0.5.0
21022025-02-28T06:02:20.748Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21032025-02-28T06:02:26.241Z Compiling progenitor-macro v0.8.0
21042025-02-28T06:02:32.815Z Compiling progenitor-client v0.8.0
21052025-02-28T06:02:32.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21062025-02-28T06:02:32.834Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21072025-02-28T06:02:32.834Z Compiling daft-derive v0.1.1
21082025-02-28T06:02:33.498Z Compiling cstr-argument v0.1.2
21092025-02-28T06:02:33.808Z Compiling dropshot v0.16.0
21102025-02-28T06:02:33.855Z Compiling fastrand v2.1.1
21112025-02-28T06:02:34.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21122025-02-28T06:02:35.060Z Compiling pretty-hex v0.2.1
21132025-02-28T06:02:35.319Z Compiling crucible-workspace-hack v0.1.0
21142025-02-28T06:02:35.322Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21152025-02-28T06:02:35.561Z Compiling tempfile v3.13.0
21162025-02-28T06:02:35.757Z Compiling daft v0.1.1
21172025-02-28T06:02:35.778Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21182025-02-28T06:02:36.519Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21192025-02-28T06:02:36.618Z Compiling progenitor v0.8.0
21202025-02-28T06:02:36.752Z Compiling parse-display-derive v0.10.0
21212025-02-28T06:02:36.851Z Compiling colored v2.2.0
21222025-02-28T06:02:37.187Z Compiling serde_with_macros v3.11.0
21232025-02-28T06:02:37.302Z Compiling dropshot_endpoint v0.16.0
21242025-02-28T06:02:38.229Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21252025-02-28T06:02:39.017Z Compiling instant v0.1.13
21262025-02-28T06:02:39.202Z Compiling winnow v0.6.20
21272025-02-28T06:02:39.574Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21282025-02-28T06:02:39.992Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21292025-02-28T06:02:40.206Z Compiling parse-display v0.10.0
21302025-02-28T06:02:41.940Z Compiling serde_with v3.11.0
21312025-02-28T06:02:42.041Z Compiling backoff v0.4.0
21322025-02-28T06:02:42.433Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332025-02-28T06:02:42.944Z Compiling zone_cfg_derive v0.3.0
21342025-02-28T06:02:43.432Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21352025-02-28T06:02:43.959Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21362025-02-28T06:02:44.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21372025-02-28T06:02:44.692Z Compiling camino-tempfile v1.1.1
21382025-02-28T06:02:45.132Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21392025-02-28T06:02:45.467Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21402025-02-28T06:02:45.572Z Compiling progenitor-client v0.9.1
21412025-02-28T06:02:45.682Z Compiling regress v0.9.1
21422025-02-28T06:02:45.938Z Compiling num-derive v0.4.2
21432025-02-28T06:02:46.522Z Compiling sigpipe v0.1.3
21442025-02-28T06:02:46.680Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21452025-02-28T06:02:47.037Z Compiling libefi-sys v0.1.0
21462025-02-28T06:02:47.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21472025-02-28T06:02:48.132Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21482025-02-28T06:02:49.685Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21492025-02-28T06:02:50.239Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21502025-02-28T06:02:50.634Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21512025-02-28T06:02:52.195Z Compiling zone v0.3.0
21522025-02-28T06:02:54.233Z Compiling itertools v0.14.0
21532025-02-28T06:02:54.269Z Compiling smf v0.2.3
21542025-02-28T06:02:54.647Z Compiling bitfield-struct v0.6.2
21552025-02-28T06:02:55.634Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21562025-02-28T06:02:55.994Z Compiling blake3 v1.5.4
21572025-02-28T06:02:56.242Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21582025-02-28T06:02:57.010Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21592025-02-28T06:02:57.253Z Compiling xattr v1.3.1
21602025-02-28T06:02:57.330Z Compiling filetime v0.2.25
21612025-02-28T06:02:57.606Z Compiling memmap2 v0.9.5
21622025-02-28T06:02:57.676Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21632025-02-28T06:02:57.719Z Compiling constant_time_eq v0.3.1
21642025-02-28T06:02:57.811Z Compiling arrayvec v0.7.6
21652025-02-28T06:02:57.914Z Compiling same-file v1.0.6
21662025-02-28T06:02:58.138Z Compiling arrayref v0.3.9
21672025-02-28T06:02:58.163Z Compiling walkdir v2.5.0
21682025-02-28T06:02:58.217Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21692025-02-28T06:02:58.287Z Compiling tar v0.4.44
21702025-02-28T06:02:59.781Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21712025-02-28T06:03:00.219Z Compiling gethostname v0.5.0
21722025-02-28T06:03:00.444Z Compiling cargo-platform v0.1.8
21732025-02-28T06:03:00.725Z Compiling topological-sort v0.2.2
21742025-02-28T06:03:00.933Z Compiling cargo_metadata v0.19.1
21752025-02-28T06:03:01.031Z Compiling omicron-zone-package v0.12.0
21762025-02-28T06:03:01.411Z Compiling shell-words v1.1.0
21772025-02-28T06:03:01.534Z Compiling indent_write v2.2.0
21782025-02-28T06:03:09.598Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21792025-02-28T06:03:10.385Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21802025-02-28T06:03:14.496Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21812025-02-28T06:03:30.341Z Finished `release` profile [optimized] target(s) in 5m 17s
21822025-02-28T06:03:30.518Z Running `target/release/omicron-package -t test target create -p dev`
21832025-02-28T06:03:30.569ZLogging to: /work/oxidecomputer/omicron/out/LOG
21842025-02-28T06:03:30.573ZCreated new build target 'test' and set it as active
21852025-02-28T06:03:30.574Z
21862025-02-28T06:03:30.574Zreal 5:18.272302852
21872025-02-28T06:03:30.574Zuser 36:58.342040825
21882025-02-28T06:03:30.574Zsys 3:34.049011724
21892025-02-28T06:03:30.574Ztrap 1.176894655
21902025-02-28T06:03:30.574Ztflt 1.785990635
21912025-02-28T06:03:30.574Zdflt 0.854548450
21922025-02-28T06:03:30.574Zkflt 0.000236406
21932025-02-28T06:03:30.574Zlock 1:12:30.545286876
21942025-02-28T06:03:30.574Zslp 2:29:01.254099408
21952025-02-28T06:03:30.574Zlat 2:44.746194900
21962025-02-28T06:03:30.574Zstop 4:59.495960721
21972025-02-28T06:03:30.574Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21982025-02-28T06:03:31.620Z Finished `release` profile [optimized] target(s) in 0.99s
21992025-02-28T06:03:31.694Z Running `target/release/omicron-package -t test package`
22002025-02-28T06:03:31.744ZLogging to: /work/oxidecomputer/omicron/out/LOG
22012025-02-28T06:03:32.980Z Compiling ring v0.17.11
22022025-02-28T06:03:33.163Z Compiling thiserror v2.0.11
22032025-02-28T06:03:33.183Z Compiling typify-impl v0.3.0
22042025-02-28T06:03:33.199Z Compiling convert_case v0.4.0
22052025-02-28T06:03:33.200Z Compiling newline-converter v0.3.0
22062025-02-28T06:03:33.205Z Compiling password-hash v0.5.0
22072025-02-28T06:03:33.205Z Compiling blake2 v0.10.6
22082025-02-28T06:03:33.415Z Compiling expectorate v1.1.0
22092025-02-28T06:03:33.719Z Compiling base64 v0.21.7
22102025-02-28T06:03:33.834Z Compiling derive_more v0.99.19
22112025-02-28T06:03:34.426Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22122025-02-28T06:03:34.848Z Compiling argon2 v0.5.3
22132025-02-28T06:03:35.116Z Compiling atomicwrites v0.4.4
22142025-02-28T06:03:35.374Z Compiling cancel-safe-futures v0.1.5
22152025-02-28T06:03:35.649Z Compiling owo-colors v4.2.0
22162025-02-28T06:03:35.779Z Compiling num-rational v0.4.2
22172025-02-28T06:03:36.296Z Compiling libsw-core v0.3.1
22182025-02-28T06:03:36.590Z Compiling num-complex v0.4.6
22192025-02-28T06:03:37.186Z Compiling libsw v3.4.0
22202025-02-28T06:03:37.484Z Compiling num v0.4.3
22212025-02-28T06:03:38.159Z Compiling float-ord v0.3.2
22222025-02-28T06:03:38.338Z Compiling rustls v0.23.19
22232025-02-28T06:03:38.358Z Compiling rustls v0.22.4
22242025-02-28T06:03:38.387Z Compiling linear-map v1.2.0
22252025-02-28T06:03:38.405Z Compiling swrite v0.1.0
22262025-02-28T06:03:38.554Z Compiling highway v1.3.0
22272025-02-28T06:03:38.841Z Compiling tungstenite v0.21.0
22282025-02-28T06:03:39.157Z Compiling semver v0.1.20
22292025-02-28T06:03:39.661Z Compiling rustc_version v0.1.7
22302025-02-28T06:03:40.019Z Compiling newtype_derive v0.1.6
22312025-02-28T06:03:40.067Z Compiling tokio-tungstenite v0.21.0
22322025-02-28T06:03:40.100Z Compiling ipnetwork v0.21.1
22332025-02-28T06:03:40.437Z Compiling humantime v2.1.0
22342025-02-28T06:03:40.703Z Compiling oxnet v0.1.1
22352025-02-28T06:03:40.776Z Compiling rustls-webpki v0.102.8
22362025-02-28T06:03:41.261Z Compiling daft v0.1.1
22372025-02-28T06:03:42.038Z Compiling dropshot v0.16.0
22382025-02-28T06:03:42.121Z Compiling instant v0.1.13
22392025-02-28T06:03:42.302Z Compiling backoff v0.4.0
22402025-02-28T06:03:42.394Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412025-02-28T06:03:42.679Z Compiling steno v0.4.1
22422025-02-28T06:03:42.902Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22432025-02-28T06:03:43.243Z Compiling typify-macro v0.3.0
22442025-02-28T06:03:43.671Z Compiling parse-display v0.10.0
22452025-02-28T06:03:44.185Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462025-02-28T06:03:44.388Z Compiling strum v0.26.3
22472025-02-28T06:03:44.597Z Compiling serde_with v3.11.0
22482025-02-28T06:03:46.271Z Compiling tokio-rustls v0.25.0
22492025-02-28T06:03:46.725Z Compiling dropshot v0.12.0
22502025-02-28T06:03:46.814Z Compiling typify v0.3.0
22512025-02-28T06:03:46.978Z Compiling progenitor-impl v0.9.1
22522025-02-28T06:03:48.212Z Compiling tokio-rustls v0.26.0
22532025-02-28T06:03:48.714Z Compiling hyper-rustls v0.27.3
22542025-02-28T06:03:49.161Z Compiling reqwest v0.12.12
22552025-02-28T06:03:52.765Z Compiling qorb v0.2.1
22562025-02-28T06:03:57.600Z Compiling progenitor-macro v0.9.1
22572025-02-28T06:03:57.969Z Compiling progenitor-client v0.9.1
22582025-02-28T06:03:58.196Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22592025-02-28T06:03:58.523Z Compiling progenitor-client v0.8.0
22602025-02-28T06:03:58.759Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22612025-02-28T06:03:59.054Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22622025-02-28T06:03:59.310Z Compiling progenitor v0.8.0
22632025-02-28T06:03:59.527Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22642025-02-28T06:04:08.026Z Compiling regress v0.9.1
22652025-02-28T06:04:27.155Z Compiling progenitor v0.9.1
22662025-02-28T06:04:27.407Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22672025-02-28T06:04:30.664Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22682025-02-28T06:04:31.308Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22692025-02-28T06:04:37.038Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22702025-02-28T06:04:38.304Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22712025-02-28T06:04:38.767Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22722025-02-28T06:04:39.656Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22732025-02-28T06:04:40.338Z Compiling macaddr v1.0.1
22742025-02-28T06:04:40.806Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22752025-02-28T06:04:42.263Z Compiling slog-dtrace v0.3.0
22762025-02-28T06:04:42.924Z Compiling prettyplease v0.2.29
22772025-02-28T06:04:45.101Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22782025-02-28T06:04:46.642Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22792025-02-28T06:04:47.701Z Compiling half v2.4.1
22802025-02-28T06:04:48.289Z Compiling ciborium-io v0.2.2
22812025-02-28T06:04:48.393Z Compiling bytecount v0.6.8
22822025-02-28T06:04:48.453Z Compiling ciborium-ll v0.2.2
22832025-02-28T06:04:48.740Z Compiling display-error-chain v0.2.2
22842025-02-28T06:04:48.996Z Compiling ciborium v0.2.2
22852025-02-28T06:04:49.014Z Compiling const_format_proc_macros v0.2.34
22862025-02-28T06:04:50.794Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22872025-02-28T06:04:51.066Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22882025-02-28T06:04:51.860Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22892025-02-28T06:04:55.537Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902025-02-28T06:04:56.605Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22912025-02-28T06:04:57.807Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22922025-02-28T06:04:57.847Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22932025-02-28T06:05:04.853Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22942025-02-28T06:05:06.142Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22952025-02-28T06:05:07.072Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22962025-02-28T06:05:12.188Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22972025-02-28T06:05:14.662Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22982025-02-28T06:05:16.079Z Compiling crunchy v0.2.2
22992025-02-28T06:05:16.291Z Compiling fastrand v2.1.1
23002025-02-28T06:05:16.561Z Compiling maplit v1.0.2
23012025-02-28T06:05:16.717Z Compiling same-file v1.0.6
23022025-02-28T06:05:16.803Z Compiling keccak v0.1.5
23032025-02-28T06:05:16.961Z Compiling walkdir v2.5.0
23042025-02-28T06:05:17.562Z Compiling sha3 v0.10.8
23052025-02-28T06:05:17.912Z Compiling tempfile v3.13.0
23062025-02-28T06:05:18.197Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23072025-02-28T06:05:18.426Z Compiling const_format v0.2.34
23082025-02-28T06:05:18.593Z Compiling radium v0.7.0
23092025-02-28T06:05:19.087Z Compiling tiny-keccak v2.0.2
23102025-02-28T06:05:19.525Z Compiling blake3 v1.5.4
23112025-02-28T06:05:19.614Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23122025-02-28T06:05:19.715Z Compiling dsl_auto_type v0.1.2
23132025-02-28T06:05:19.738Z Compiling scheduled-thread-pool v0.2.7
23142025-02-28T06:05:20.027Z Compiling xattr v1.3.1
23152025-02-28T06:05:20.197Z Compiling diesel_table_macro_syntax v0.2.0
23162025-02-28T06:05:20.309Z Compiling filetime v0.2.25
23172025-02-28T06:05:20.558Z Compiling memmap2 v0.9.5
23182025-02-28T06:05:20.601Z Compiling constant_time_eq v0.3.1
23192025-02-28T06:05:20.776Z Compiling maybe-uninit v2.0.0
23202025-02-28T06:05:20.933Z Compiling arrayref v0.3.9
23212025-02-28T06:05:20.961Z Compiling arrayvec v0.7.6
23222025-02-28T06:05:21.013Z Compiling tap v1.0.1
23232025-02-28T06:05:21.059Z Compiling diesel_derives v2.2.3
23242025-02-28T06:05:21.226Z Compiling wyz v0.5.1
23252025-02-28T06:05:21.390Z Compiling tar v0.4.44
23262025-02-28T06:05:21.682Z Compiling r2d2 v0.8.10
23272025-02-28T06:05:22.602Z Compiling camino-tempfile v1.1.1
23282025-02-28T06:05:22.828Z Compiling toolchain_find v0.4.0
23292025-02-28T06:05:22.925Z Compiling phf_generator v0.11.2
23302025-02-28T06:05:23.050Z Compiling ascii-canvas v3.0.0
23312025-02-28T06:05:23.135Z Compiling secrecy v0.8.0
23322025-02-28T06:05:23.182Z Compiling ena v0.14.3
23332025-02-28T06:05:23.348Z Compiling async-recursion v1.1.1
23342025-02-28T06:05:23.422Z Compiling diff v0.1.13
23352025-02-28T06:05:23.480Z Compiling regex-syntax v0.6.29
23362025-02-28T06:05:23.635Z Compiling bindgen v0.71.1
23372025-02-28T06:05:23.878Z Compiling crc-catalog v2.4.0
23382025-02-28T06:05:24.069Z Compiling topological-sort v0.2.2
23392025-02-28T06:05:24.121Z Compiling funty v2.0.0
23402025-02-28T06:05:24.304Z Compiling packed_struct v0.10.1
23412025-02-28T06:05:24.718Z Compiling omicron-zone-package v0.12.0
23422025-02-28T06:05:24.837Z Compiling crc v3.2.1
23432025-02-28T06:05:26.886Z Compiling lalrpop v0.19.12
23442025-02-28T06:05:26.919Z Compiling bitvec v1.0.1
23452025-02-28T06:05:27.083Z Compiling rustfmt-wrapper v0.2.1
23462025-02-28T06:05:27.682Z Compiling phf_codegen v0.11.2
23472025-02-28T06:05:28.064Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23482025-02-28T06:05:28.608Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23492025-02-28T06:05:28.868Z Compiling universal-hash v0.5.1
23502025-02-28T06:05:29.143Z Compiling thiserror-impl-no-std v2.0.2
23512025-02-28T06:05:29.179Z Compiling packed_struct_codegen v0.10.1
23522025-02-28T06:05:29.485Z Compiling parse-zoneinfo v0.3.1
23532025-02-28T06:05:30.868Z Compiling indexmap v1.9.3
23542025-02-28T06:05:31.236Z Compiling opaque-debug v0.3.1
23552025-02-28T06:05:31.337Z Compiling ref-cast v1.0.23
23562025-02-28T06:05:31.366Z Compiling nodrop v0.1.14
23572025-02-28T06:05:31.443Z Compiling diesel v2.2.7
23582025-02-28T06:05:31.494Z Compiling rustc-hash v2.1.1
23592025-02-28T06:05:31.551Z Compiling thiserror-no-std v2.0.2
23602025-02-28T06:05:31.723Z Compiling array-init v0.0.4
23612025-02-28T06:05:31.875Z Compiling poly1305 v0.8.0
23622025-02-28T06:05:32.778Z Compiling chrono-tz-build v0.4.0
23632025-02-28T06:05:33.345Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23642025-02-28T06:05:33.749Z Compiling smallvec v0.6.14
23652025-02-28T06:05:34.287Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23662025-02-28T06:05:34.645Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23672025-02-28T06:05:34.993Z Compiling derive_builder_core v0.20.2
23682025-02-28T06:05:35.502Z Compiling chacha20 v0.9.1
23692025-02-28T06:05:35.977Z Compiling headers-core v0.3.0
23702025-02-28T06:05:36.189Z Compiling aead v0.5.2
23712025-02-28T06:05:36.526Z Compiling libxml v0.3.3
23722025-02-28T06:05:36.921Z Compiling ref-cast-impl v1.0.23
23732025-02-28T06:05:36.944Z Compiling vte_generate_state_changes v0.1.2
23742025-02-28T06:05:37.561Z Compiling bitfield v0.14.0
23752025-02-28T06:05:37.893Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23762025-02-28T06:05:38.033Z Compiling arc-swap v1.7.1
23772025-02-28T06:05:38.233Z Compiling termcolor v1.4.1
23782025-02-28T06:05:38.725Z Compiling hashbrown v0.12.3
23792025-02-28T06:05:39.300Z Compiling env_logger v0.10.2
23802025-02-28T06:05:41.123Z Compiling slog-scope v4.4.0
23812025-02-28T06:05:42.112Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23822025-02-28T06:05:42.316Z Compiling vte v0.11.1
23832025-02-28T06:05:43.854Z Compiling derive_builder_macro v0.20.2
23842025-02-28T06:05:44.418Z Compiling chacha20poly1305 v0.10.1
23852025-02-28T06:05:44.565Z Compiling samael v0.0.18
23862025-02-28T06:05:44.652Z Compiling headers v0.4.0
23872025-02-28T06:05:44.749Z Compiling serde-hex v0.1.0
23882025-02-28T06:05:46.191Z Compiling chrono-tz v0.10.1
23892025-02-28T06:05:46.905Z Compiling vsss-rs v3.3.4
23902025-02-28T06:05:48.268Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23912025-02-28T06:05:48.621Z Compiling polar-core v0.27.3
23922025-02-28T06:05:49.878Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23932025-02-28T06:05:51.124Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23942025-02-28T06:05:51.148Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23952025-02-28T06:05:51.439Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23962025-02-28T06:05:51.774Z Compiling ron v0.8.1
23972025-02-28T06:05:55.460Z Compiling hashbrown v0.13.2
23982025-02-28T06:05:55.546Z Compiling strum_macros v0.24.3
23992025-02-28T06:05:56.772Z Compiling unicase v2.7.0
24002025-02-28T06:05:57.145Z Compiling crc-any v2.5.0
24012025-02-28T06:05:57.741Z Compiling indoc v1.0.9
24022025-02-28T06:05:58.104Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24032025-02-28T06:05:58.427Z Compiling object v0.30.4
24042025-02-28T06:05:58.569Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24052025-02-28T06:06:15.079Z Compiling derive_builder v0.20.2
24062025-02-28T06:06:16.930Z Compiling strip-ansi-escapes v0.2.0
24072025-02-28T06:06:18.173Z Compiling slog-stdlog v4.1.1
24082025-02-28T06:06:18.255Z Compiling papergrid v0.11.0
24092025-02-28T06:06:18.989Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24102025-02-28T06:06:19.342Z Compiling tabled_derive v0.7.0
24112025-02-28T06:06:19.696Z Compiling fd-lock v4.0.2
24122025-02-28T06:06:19.964Z Compiling peg-macros v0.8.4
24132025-02-28T06:06:21.376Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142025-02-28T06:06:22.426Z Compiling impl-trait-for-tuples v0.2.2
24152025-02-28T06:06:23.141Z Compiling oso-derive v0.27.3
24162025-02-28T06:06:24.160Z Compiling quick-xml v0.37.2
24172025-02-28T06:06:28.114Z Compiling diesel-dtrace v0.4.2
24182025-02-28T06:06:28.477Z Compiling nu-ansi-term v0.50.1
24192025-02-28T06:06:29.762Z Compiling path-slash v0.1.5
24202025-02-28T06:06:30.043Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24212025-02-28T06:06:31.837Z Compiling reedline v0.35.0
24222025-02-28T06:06:41.704Z Compiling oso v0.27.3
24232025-02-28T06:06:45.481Z Compiling peg v0.8.4
24242025-02-28T06:06:45.665Z Compiling tabled v0.15.0
24252025-02-28T06:06:46.463Z Compiling slog-envlogger v2.2.0
24262025-02-28T06:06:49.072Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24272025-02-28T06:06:56.122Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24282025-02-28T06:06:57.630Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24292025-02-28T06:06:57.993Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24302025-02-28T06:06:58.790Z Compiling pem v3.0.5
24312025-02-28T06:07:00.252Z Compiling bb8 v0.8.5
24322025-02-28T06:07:00.890Z Compiling bcs v0.1.6
24332025-02-28T06:07:01.766Z Compiling fxhash v0.2.1
24342025-02-28T06:07:02.035Z Compiling libz-sys v1.1.20
24352025-02-28T06:07:02.768Z Compiling lockfree-object-pool v0.1.6
24362025-02-28T06:07:02.930Z Compiling zip v2.1.3
24372025-02-28T06:07:03.123Z Compiling simd-adler32 v0.3.7
24382025-02-28T06:07:03.305Z Compiling termtree v0.5.1
24392025-02-28T06:07:03.639Z Compiling bumpalo v3.16.0
24402025-02-28T06:07:04.266Z Compiling zopfli v0.8.1
24412025-02-28T06:07:05.620Z Compiling async-bb8-diesel v0.2.1
24422025-02-28T06:07:07.172Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24432025-02-28T06:07:08.178Z Compiling kstat-rs v0.2.4
24442025-02-28T06:07:08.385Z Compiling proc-macro-error-attr2 v2.0.0
24452025-02-28T06:07:08.506Z Compiling buf-list v1.0.3
24462025-02-28T06:07:09.107Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24472025-02-28T06:07:09.151Z Compiling proc-macro-error2 v2.0.1
24482025-02-28T06:07:09.735Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24492025-02-28T06:07:13.529Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24502025-02-28T06:07:14.038Z Compiling libgit2-sys v0.17.0+1.8.1
24512025-02-28T06:07:14.833Z Compiling nanorand v0.7.0
24522025-02-28T06:07:15.555Z Compiling pin-project-internal v1.1.6
24532025-02-28T06:07:17.796Z Compiling parking_lot_core v0.8.6
24542025-02-28T06:07:18.150Z Compiling pin-project v1.1.6
24552025-02-28T06:07:18.303Z Compiling flume v0.11.1
24562025-02-28T06:07:18.525Z Compiling tabled_derive v0.10.0
24572025-02-28T06:07:19.097Z Compiling mime_guess v2.0.5
24582025-02-28T06:07:21.055Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24592025-02-28T06:07:21.243Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24602025-02-28T06:07:23.994Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24612025-02-28T06:07:25.830Z Compiling papergrid v0.14.0
24622025-02-28T06:07:29.043Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24632025-02-28T06:07:31.233Z Compiling snafu-derive v0.8.5
24642025-02-28T06:07:32.179Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24652025-02-28T06:07:32.631Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24662025-02-28T06:07:35.355Z Compiling snafu v0.8.5
24672025-02-28T06:07:36.620Z Compiling tabled v0.18.0
24682025-02-28T06:07:44.770Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24692025-02-28T06:07:48.729Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24702025-02-28T06:07:54.690Z Compiling globset v0.4.15
24712025-02-28T06:07:56.686Z Compiling olpc-cjson v0.1.4
24722025-02-28T06:07:57.026Z Compiling itertools v0.13.0
24732025-02-28T06:08:00.560Z Compiling vergen v8.3.2
24742025-02-28T06:08:00.646Z Compiling castaway v0.2.3
24752025-02-28T06:08:00.868Z Compiling nibble_vec v0.1.0
24762025-02-28T06:08:00.926Z Compiling serde_plain v1.0.2
24772025-02-28T06:08:01.140Z Compiling cargo-platform v0.1.8
24782025-02-28T06:08:01.489Z Compiling atty v0.2.14
24792025-02-28T06:08:01.666Z Compiling endian-type v0.1.2
24802025-02-28T06:08:01.692Z Compiling io-lifetimes v1.0.11
24812025-02-28T06:08:02.009Z Compiling http-range v0.1.5
24822025-02-28T06:08:02.286Z Compiling salty v0.3.0
24832025-02-28T06:08:02.594Z Compiling typed-path v0.9.3
24842025-02-28T06:08:03.314Z Compiling radix_trie v0.2.1
24852025-02-28T06:08:04.248Z Compiling cargo_metadata v0.18.1
24862025-02-28T06:08:05.925Z Compiling tough v0.19.0
24872025-02-28T06:08:06.153Z Compiling compact_str v0.8.0
24882025-02-28T06:08:06.917Z Compiling unicode-truncate v1.1.0
24892025-02-28T06:08:07.243Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24902025-02-28T06:08:08.629Z Compiling parking_lot v0.11.2
24912025-02-28T06:08:09.317Z Compiling git2 v0.19.0
24922025-02-28T06:08:11.273Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24932025-02-28T06:08:16.600Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
24942025-02-28T06:08:17.391Z Compiling lru v0.12.5
24952025-02-28T06:08:17.748Z Compiling rand_seeder v0.3.0
24962025-02-28T06:08:17.975Z Compiling lzma-sys v0.1.20
24972025-02-28T06:08:18.183Z Compiling instability v0.3.2
24982025-02-28T06:08:18.707Z Compiling parse-size v1.1.0
24992025-02-28T06:08:19.060Z Compiling rustix v0.37.28
25002025-02-28T06:08:19.215Z Compiling cassowary v0.3.0
25012025-02-28T06:08:19.294Z Compiling rustls v0.21.12
25022025-02-28T06:08:19.651Z Compiling indoc v2.0.5
25032025-02-28T06:08:20.041Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25042025-02-28T06:08:20.558Z Compiling ratatui v0.29.0
25052025-02-28T06:08:21.217Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25062025-02-28T06:08:22.260Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25072025-02-28T06:08:22.760Z Compiling hyper-staticfile v0.10.1
25082025-02-28T06:08:22.925Z Compiling sled v0.34.7
25092025-02-28T06:08:23.337Z Compiling hickory-client v0.24.4
25102025-02-28T06:08:27.973Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25112025-02-28T06:08:28.065Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25122025-02-28T06:08:29.197Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25132025-02-28T06:08:33.600Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25142025-02-28T06:08:35.209Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25152025-02-28T06:08:35.555Z Compiling rustls-webpki v0.101.7
25162025-02-28T06:08:38.002Z Compiling sct v0.7.1
25172025-02-28T06:08:38.488Z Compiling hickory-server v0.24.4
25182025-02-28T06:08:39.499Z Compiling primeorder v0.13.6
25192025-02-28T06:08:40.105Z Compiling heck v0.3.3
25202025-02-28T06:08:40.438Z Compiling env_filter v0.1.2
25212025-02-28T06:08:40.458Z Compiling csv-core v0.1.11
25222025-02-28T06:08:40.594Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25232025-02-28T06:08:41.054Z Compiling csv v1.3.1
25242025-02-28T06:08:41.349Z Compiling env_logger v0.11.5
25252025-02-28T06:08:41.968Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25262025-02-28T06:08:42.773Z Compiling zone_cfg_derive v0.1.2
25272025-02-28T06:08:43.213Z Compiling p384 v0.13.0
25282025-02-28T06:08:48.994Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25292025-02-28T06:08:49.804Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25302025-02-28T06:08:50.174Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25312025-02-28T06:08:50.964Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25322025-02-28T06:08:51.498Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25332025-02-28T06:08:51.675Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25342025-02-28T06:08:51.733Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25352025-02-28T06:08:52.013Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25362025-02-28T06:08:52.086Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25372025-02-28T06:08:52.386Z Compiling nix v0.27.1
25382025-02-28T06:08:52.452Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25392025-02-28T06:08:53.165Z Compiling tungstenite v0.23.0
25402025-02-28T06:08:55.131Z Compiling base64 v0.13.1
25412025-02-28T06:08:55.897Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25422025-02-28T06:08:56.303Z Compiling ron v0.7.1
25432025-02-28T06:08:57.666Z Compiling tokio-tungstenite v0.23.1
25442025-02-28T06:08:58.325Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25452025-02-28T06:08:58.897Z Compiling xz2 v0.1.7
25462025-02-28T06:08:59.536Z Compiling terminal_size v0.2.6
25472025-02-28T06:08:59.785Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25482025-02-28T06:09:01.317Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25492025-02-28T06:09:06.098Z Compiling tokio-rustls v0.24.1
25502025-02-28T06:09:06.575Z Compiling zone v0.1.8
25512025-02-28T06:09:08.906Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25522025-02-28T06:09:09.675Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25532025-02-28T06:09:09.864Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25542025-02-28T06:09:10.000Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25552025-02-28T06:09:10.108Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25562025-02-28T06:09:11.195Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25572025-02-28T06:09:11.801Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25582025-02-28T06:09:11.976Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25592025-02-28T06:09:15.044Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25602025-02-28T06:09:15.977Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25612025-02-28T06:09:18.357Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25622025-02-28T06:09:20.012Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25632025-02-28T06:09:20.388Z Compiling rustls-pemfile v1.0.4
25642025-02-28T06:09:21.066Z Compiling signal-hook-tokio v0.3.1
25652025-02-28T06:09:21.180Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25662025-02-28T06:09:21.313Z Compiling twox-hash v2.1.0
25672025-02-28T06:09:21.935Z Compiling yasna v0.5.2
25682025-02-28T06:09:22.370Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25692025-02-28T06:09:23.493Z Compiling unicode-linebreak v0.1.5
25702025-02-28T06:09:24.081Z Compiling is_ci v1.2.0
25712025-02-28T06:09:24.457Z Compiling glob v0.3.2
25722025-02-28T06:09:25.000Z Compiling smawk v0.3.2
25732025-02-28T06:09:25.065Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25742025-02-28T06:09:25.307Z Compiling textwrap v0.16.1
25752025-02-28T06:09:25.397Z Compiling supports-color v3.0.2
25762025-02-28T06:09:25.888Z Compiling rcgen v0.12.1
25772025-02-28T06:09:26.612Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25782025-02-28T06:09:30.076Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25792025-02-28T06:09:31.390Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25802025-02-28T06:09:32.306Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25812025-02-28T06:09:36.418Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25822025-02-28T06:09:39.803Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25832025-02-28T06:09:39.853Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25842025-02-28T06:09:54.356Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852025-02-28T06:09:55.335Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25862025-02-28T06:09:59.040Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25872025-02-28T06:10:02.417Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25882025-02-28T06:10:05.610Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25892025-02-28T06:10:09.729Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25902025-02-28T06:10:10.314Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25912025-02-28T06:10:17.654Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25922025-02-28T06:10:20.653Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25932025-02-28T06:10:20.891Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25942025-02-28T06:10:23.371Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25952025-02-28T06:10:23.822Z Compiling fatfs v0.3.6
25962025-02-28T06:10:24.463Z Compiling subprocess v0.2.9
25972025-02-28T06:10:26.544Z Compiling rtoolbox v0.0.2
25982025-02-28T06:10:26.978Z Compiling assert_matches v1.5.0
25992025-02-28T06:10:27.151Z Compiling rpassword v7.3.1
26002025-02-28T06:10:27.488Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26012025-02-28T06:10:27.659Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26022025-02-28T06:10:29.113Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26032025-02-28T06:10:35.206Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26042025-02-28T06:10:42.160Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26052025-02-28T06:10:44.896Z Compiling tui-tree-widget v0.23.0
26062025-02-28T06:10:45.364Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26072025-02-28T06:10:58.707Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26082025-02-28T06:10:59.070Z Compiling uzers v0.12.1
26092025-02-28T06:11:02.271Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26102025-02-28T06:11:03.441Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26112025-02-28T06:11:03.650Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26122025-02-28T06:11:17.999Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26132025-02-28T06:11:28.759Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26142025-02-28T06:11:31.188Z Compiling multimap v0.10.0
26152025-02-28T06:13:50.752Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26162025-02-28T06:21:07.109Z Finished `release` profile [optimized] target(s) in 17m 35s
26172025-02-28T06:22:15.681Z
26182025-02-28T06:22:15.685Zreal 18:44.975908282
26192025-02-28T06:22:15.685Zuser 2:12:19.480670328
26202025-02-28T06:22:15.685Zsys 3:42.064093665
26212025-02-28T06:22:15.685Ztrap 3.445348623
26222025-02-28T06:22:15.685Ztflt 1.702218795
26232025-02-28T06:22:15.685Zdflt 5.142823497
26242025-02-28T06:22:15.685Zkflt 0.010462534
26252025-02-28T06:22:15.685Zlock 7:54:48.808082511
26262025-02-28T06:22:15.685Zslp 6:53:44.355567953
26272025-02-28T06:22:15.685Zlat 3:42.728995125
26282025-02-28T06:22:15.685Zstop 2:58.687248402
26292025-02-28T06:22:15.685Z+ mapfile -t packages
26302025-02-28T06:22:15.685Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26312025-02-28T06:22:16.812Z Compiling ring v0.17.11
26322025-02-28T06:22:20.345Z Compiling rustls v0.23.19
26332025-02-28T06:22:20.348Z Compiling rustls v0.22.4
26342025-02-28T06:22:20.405Z Compiling rustls-webpki v0.102.8
26352025-02-28T06:22:24.717Z Compiling tokio-rustls v0.25.0
26362025-02-28T06:22:25.125Z Compiling dropshot v0.12.0
26372025-02-28T06:22:26.504Z Compiling tokio-rustls v0.26.0
26382025-02-28T06:22:27.004Z Compiling hyper-rustls v0.27.3
26392025-02-28T06:22:27.525Z Compiling reqwest v0.12.12
26402025-02-28T06:22:29.422Z Compiling qorb v0.2.1
26412025-02-28T06:22:29.444Z Compiling dropshot v0.16.0
26422025-02-28T06:22:34.610Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26432025-02-28T06:22:38.667Z Compiling progenitor-client v0.8.0
26442025-02-28T06:22:39.631Z Compiling progenitor v0.8.0
26452025-02-28T06:22:40.179Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26462025-02-28T06:22:40.240Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26472025-02-28T06:22:41.098Z Compiling progenitor-client v0.9.1
26482025-02-28T06:22:42.127Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26492025-02-28T06:22:45.406Z Compiling omicron-zone-package v0.12.0
26502025-02-28T06:22:55.099Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26512025-02-28T06:23:06.032Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26522025-02-28T06:23:10.309Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26532025-02-28T06:23:11.107Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542025-02-28T06:23:14.655Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26552025-02-28T06:23:29.292Z Finished `release` profile [optimized] target(s) in 1m 13s
26562025-02-28T06:23:29.473Z Running `target/release/omicron-package -t test list-outputs`
26572025-02-28T06:23:29.526ZLogging to: /work/oxidecomputer/omicron/out/LOG
26582025-02-28T06:23:29.529Z+ ptime -m cargo build --locked --release -p xtask
26592025-02-28T06:23:30.153Z Compiling serde v1.0.218
26602025-02-28T06:23:30.156Z Compiling libc v0.2.170
26612025-02-28T06:23:30.156Z Compiling serde_json v1.0.139
26622025-02-28T06:23:30.156Z Compiling rustix v0.38.37
26632025-02-28T06:23:30.156Z Compiling syn v2.0.98
26642025-02-28T06:23:30.266Z Compiling bitflags v2.6.0
26652025-02-28T06:23:30.598Z Compiling usdt-impl v0.5.0
26662025-02-28T06:23:30.662Z Compiling syn v1.0.109
26672025-02-28T06:23:30.804Z Compiling hashbrown v0.15.1
26682025-02-28T06:23:30.843Z Compiling log v0.4.22
26692025-02-28T06:23:31.045Z Compiling fs-err v2.11.0
26702025-02-28T06:23:31.304Z Compiling anyhow v1.0.96
26712025-02-28T06:23:31.395Z Compiling once_cell v1.20.3
26722025-02-28T06:23:31.610Z Compiling thread-id v4.2.2
26732025-02-28T06:23:32.073Z Compiling indexmap v2.7.1
26742025-02-28T06:23:33.223Z Compiling terminal_size v0.4.0
26752025-02-28T06:23:33.226Z Compiling tempfile v3.13.0
26762025-02-28T06:23:33.524Z Compiling clap_builder v4.5.31
26772025-02-28T06:23:33.967Z Compiling proc-macro-error v1.0.4
26782025-02-28T06:23:34.898Z Compiling tabled_derive v0.7.0
26792025-02-28T06:23:36.037Z Compiling tabled v0.15.0
26802025-02-28T06:23:36.595Z Compiling serde_derive v1.0.218
26812025-02-28T06:23:36.598Z Compiling thiserror-impl v1.0.69
26822025-02-28T06:23:36.598Z Compiling zerocopy-derive v0.7.35
26832025-02-28T06:23:36.598Z Compiling scroll_derive v0.12.0
26842025-02-28T06:23:36.598Z Compiling thiserror-impl v2.0.11
26852025-02-28T06:23:37.961Z Compiling scroll v0.12.0
26862025-02-28T06:23:38.473Z Compiling zerocopy v0.7.35
26872025-02-28T06:23:38.623Z Compiling goblin v0.8.2
26882025-02-28T06:23:39.339Z Compiling thiserror v1.0.69
26892025-02-28T06:23:39.507Z Compiling pest v2.7.14
26902025-02-28T06:23:41.390Z Compiling thiserror v2.0.11
26912025-02-28T06:23:41.595Z Compiling clap_derive v4.5.28
26922025-02-28T06:23:42.558Z Compiling pest_meta v2.7.14
26932025-02-28T06:23:45.877Z Compiling pest_generator v2.7.14
26942025-02-28T06:23:46.169Z Compiling clap v4.5.31
26952025-02-28T06:23:47.593Z Compiling pest_derive v2.7.14
26962025-02-28T06:23:48.487Z Compiling dtrace-parser v0.2.0
26972025-02-28T06:23:50.210Z Compiling serde_spanned v0.6.8
26982025-02-28T06:23:50.516Z Compiling toml_datetime v0.6.8
26992025-02-28T06:23:51.251Z Compiling dof v0.3.0
27002025-02-28T06:23:51.514Z Compiling serde_tokenstream v0.2.2
27012025-02-28T06:23:53.422Z Compiling toml_edit v0.22.24
27022025-02-28T06:23:53.477Z Compiling camino v1.1.9
27032025-02-28T06:23:54.783Z Compiling usdt-attr-macro v0.5.0
27042025-02-28T06:23:54.941Z Compiling usdt-macro v0.5.0
27052025-02-28T06:23:56.178Z Compiling cargo-platform v0.1.8
27062025-02-28T06:23:57.310Z Compiling semver v1.0.25
27072025-02-28T06:23:58.098Z Compiling toml v0.8.20
27082025-02-28T06:23:58.741Z Compiling cargo_metadata v0.19.1
27092025-02-28T06:23:58.823Z Compiling usdt v0.5.0
27102025-02-28T06:24:00.244Z Compiling cargo_toml v0.21.0
27112025-02-28T06:24:00.742Z Compiling camino-tempfile v1.1.1
27122025-02-28T06:24:01.538Z Compiling macaddr v1.0.1
27132025-02-28T06:24:13.689Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27142025-02-28T06:24:19.468Z Finished `release` profile [optimized] target(s) in 49.88s
27152025-02-28T06:24:19.589Z
27162025-02-28T06:24:19.592Zreal 50.026220155
27172025-02-28T06:24:19.592Zuser 5:22.704345717
27182025-02-28T06:24:19.592Zsys 20.271536399
27192025-02-28T06:24:19.592Ztrap 0.155119246
27202025-02-28T06:24:19.592Ztflt 0.229931030
27212025-02-28T06:24:19.592Zdflt 0.517522540
27222025-02-28T06:24:19.592Zkflt 0.000271806
27232025-02-28T06:24:19.592Zlock 10:19.002041312
27242025-02-28T06:24:19.592Zslp 16:03.188435191
27252025-02-28T06:24:19.592Zlat 15.260754441
27262025-02-28T06:24:19.592Zstop 19.088264172
27272025-02-28T06:24:19.593Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27282025-02-28T06:24:19.593Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27292025-02-28T06:24:19.593Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27302025-02-28T06:24:19.593Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27312025-02-28T06:24:19.593Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27322025-02-28T06:24:20.576Z Compiling ring v0.17.11
27332025-02-28T06:24:20.717Z Compiling hashbrown v0.14.5
27342025-02-28T06:24:20.741Z Compiling thiserror-impl v2.0.11
27352025-02-28T06:24:20.741Z Compiling ident_case v1.0.1
27362025-02-28T06:24:20.744Z Compiling unsafe-libyaml v0.2.11
27372025-02-28T06:24:20.744Z Compiling ipnetwork v0.21.1
27382025-02-28T06:24:20.744Z Compiling macaddr v1.0.1
27392025-02-28T06:24:20.744Z Compiling instant v0.1.13
27402025-02-28T06:24:20.983Z Compiling darling_core v0.20.10
27412025-02-28T06:24:20.986Z Compiling structmeta-derive v0.3.0
27422025-02-28T06:24:21.206Z Compiling dropshot v0.16.0
27432025-02-28T06:24:21.573Z Compiling oxnet v0.1.1
27442025-02-28T06:24:21.721Z Compiling dropshot_endpoint v0.16.0
27452025-02-28T06:24:21.850Z Compiling regress v0.10.1
27462025-02-28T06:24:22.291Z Compiling serde_yaml v0.9.34+deprecated
27472025-02-28T06:24:22.710Z Compiling regress v0.9.1
27482025-02-28T06:24:23.495Z Compiling structmeta v0.3.0
27492025-02-28T06:24:23.762Z Compiling thiserror v2.0.11
27502025-02-28T06:24:23.898Z Compiling daft-derive v0.1.1
27512025-02-28T06:24:23.942Z Compiling parse-display-derive v0.10.0
27522025-02-28T06:24:25.425Z Compiling daft v0.1.1
27532025-02-28T06:24:25.785Z Compiling rustls v0.23.19
27542025-02-28T06:24:25.821Z Compiling rustls v0.22.4
27552025-02-28T06:24:25.853Z Compiling typify-impl v0.2.0
27562025-02-28T06:24:25.904Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27572025-02-28T06:24:25.923Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27582025-02-28T06:24:26.442Z Compiling backoff v0.4.0
27592025-02-28T06:24:26.639Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27602025-02-28T06:24:26.723Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27612025-02-28T06:24:26.769Z Compiling darling_macro v0.20.10
27622025-02-28T06:24:26.810Z Compiling tempfile v3.13.0
27632025-02-28T06:24:26.842Z Compiling proc-macro-crate v1.3.1
27642025-02-28T06:24:26.945Z Compiling typify-impl v0.3.0
27652025-02-28T06:24:27.535Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27662025-02-28T06:24:27.573Z Compiling itertools v0.13.0
27672025-02-28T06:24:27.723Z Compiling darling v0.20.10
27682025-02-28T06:24:27.779Z Compiling num_enum_derive v0.5.11
27692025-02-28T06:24:27.850Z Compiling parse-display v0.10.0
27702025-02-28T06:24:27.927Z Compiling serde_with_macros v3.11.0
27712025-02-28T06:24:28.031Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27722025-02-28T06:24:28.375Z Compiling rustls-webpki v0.102.8
27732025-02-28T06:24:28.542Z Compiling crucible-workspace-hack v0.1.0
27742025-02-28T06:24:28.880Z Compiling heapless v0.8.0
27752025-02-28T06:24:30.220Z Compiling num_enum v0.5.11
27762025-02-28T06:24:30.452Z Compiling serde_with v3.11.0
27772025-02-28T06:24:30.512Z Compiling proc-macro-error v1.0.4
27782025-02-28T06:24:30.632Z Compiling camino-tempfile v1.1.1
27792025-02-28T06:24:30.660Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27802025-02-28T06:24:31.134Z Compiling foreign-types-macros v0.2.3
27812025-02-28T06:24:31.168Z Compiling hash32 v0.3.1
27822025-02-28T06:24:31.455Z Compiling smoltcp v0.11.0
27832025-02-28T06:24:32.137Z Compiling foreign-types-shared v0.3.1
27842025-02-28T06:24:32.485Z Compiling foreign-types v0.5.0
27852025-02-28T06:24:33.037Z Compiling tabwriter v1.4.0
27862025-02-28T06:24:33.532Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27872025-02-28T06:24:33.594Z Compiling cstr-argument v0.1.2
27882025-02-28T06:24:33.880Z Compiling cobs v0.2.3
27892025-02-28T06:24:33.956Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27902025-02-28T06:24:34.202Z Compiling pretty-hex v0.2.1
27912025-02-28T06:24:34.309Z Compiling tokio-rustls v0.25.0
27922025-02-28T06:24:34.386Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27932025-02-28T06:24:34.436Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27942025-02-28T06:24:34.641Z Compiling postcard v1.0.10
27952025-02-28T06:24:34.755Z Compiling dropshot v0.12.0
27962025-02-28T06:24:35.325Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27972025-02-28T06:24:37.402Z Compiling tokio-rustls v0.26.0
27982025-02-28T06:24:37.939Z Compiling hyper-rustls v0.27.3
27992025-02-28T06:24:38.615Z Compiling reqwest v0.12.12
28002025-02-28T06:24:38.654Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28012025-02-28T06:24:39.480Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28022025-02-28T06:24:40.319Z Compiling qorb v0.2.1
28032025-02-28T06:24:40.505Z Compiling typify-macro v0.2.0
28042025-02-28T06:24:41.575Z Compiling typify-macro v0.3.0
28052025-02-28T06:24:42.003Z Compiling colored v2.2.0
28062025-02-28T06:24:42.767Z Compiling progenitor-client v0.9.1
28072025-02-28T06:24:42.824Z Compiling progenitor-client v0.8.0
28082025-02-28T06:24:43.088Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28092025-02-28T06:24:43.401Z Compiling winnow v0.6.20
28102025-02-28T06:24:43.422Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28112025-02-28T06:24:43.565Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28122025-02-28T06:24:43.635Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28132025-02-28T06:24:43.964Z Compiling smf v0.2.3
28142025-02-28T06:24:44.321Z Compiling typify v0.2.0
28152025-02-28T06:24:44.466Z Compiling progenitor-impl v0.8.0
28162025-02-28T06:24:44.490Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28172025-02-28T06:24:44.860Z Compiling zone_cfg_derive v0.3.0
28182025-02-28T06:24:45.348Z Compiling typify v0.3.0
28192025-02-28T06:24:45.394Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28202025-02-28T06:24:45.463Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28212025-02-28T06:24:45.514Z Compiling progenitor-impl v0.9.1
28222025-02-28T06:24:45.890Z Compiling itertools v0.14.0
28232025-02-28T06:24:46.054Z Compiling num-derive v0.4.2
28242025-02-28T06:24:46.279Z Compiling sigpipe v0.1.3
28252025-02-28T06:24:46.447Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28262025-02-28T06:24:47.011Z Compiling zone v0.3.0
28272025-02-28T06:24:47.555Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28282025-02-28T06:24:48.094Z Compiling universal-hash v0.5.1
28292025-02-28T06:24:48.336Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28302025-02-28T06:24:48.358Z Compiling opaque-debug v0.3.1
28312025-02-28T06:24:48.492Z Compiling tungstenite v0.21.0
28322025-02-28T06:24:48.564Z Compiling num-rational v0.4.2
28332025-02-28T06:24:49.030Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28342025-02-28T06:24:49.202Z Compiling password-hash v0.5.0
28352025-02-28T06:24:49.342Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28362025-02-28T06:24:49.870Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28372025-02-28T06:24:50.125Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28382025-02-28T06:24:50.152Z Compiling blake2 v0.10.6
28392025-02-28T06:24:50.210Z Compiling num-complex v0.4.6
28402025-02-28T06:24:50.472Z Compiling aead v0.5.2
28412025-02-28T06:24:50.521Z Compiling convert_case v0.4.0
28422025-02-28T06:24:50.677Z Compiling base64 v0.21.7
28432025-02-28T06:24:50.885Z Compiling keccak v0.1.5
28442025-02-28T06:24:51.067Z Compiling argon2 v0.5.3
28452025-02-28T06:24:51.190Z Compiling num v0.4.3
28462025-02-28T06:24:51.328Z Compiling sha3 v0.10.8
28472025-02-28T06:24:51.331Z Compiling progenitor-macro v0.8.0
28482025-02-28T06:24:51.371Z Compiling tokio-tungstenite v0.21.0
28492025-02-28T06:24:51.392Z Compiling derive_more v0.99.19
28502025-02-28T06:24:51.472Z Compiling poly1305 v0.8.0
28512025-02-28T06:24:51.992Z Compiling chacha20 v0.9.1
28522025-02-28T06:24:52.026Z Compiling float-ord v0.3.2
28532025-02-28T06:24:52.241Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28542025-02-28T06:24:52.310Z Compiling same-file v1.0.6
28552025-02-28T06:24:52.488Z Compiling progenitor-macro v0.9.1
28562025-02-28T06:24:52.521Z Compiling semver v0.1.20
28572025-02-28T06:24:52.620Z Compiling walkdir v2.5.0
28582025-02-28T06:24:52.691Z Compiling newline-converter v0.3.0
28592025-02-28T06:24:52.934Z Compiling rustc_version v0.1.7
28602025-02-28T06:24:53.166Z Compiling primeorder v0.13.6
28612025-02-28T06:24:53.227Z Compiling secrecy v0.8.0
28622025-02-28T06:24:53.341Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28632025-02-28T06:24:53.411Z Compiling owo-colors v4.2.0
28642025-02-28T06:24:53.504Z Compiling cancel-safe-futures v0.1.5
28652025-02-28T06:24:53.721Z Compiling newtype_derive v0.1.6
28662025-02-28T06:24:53.898Z Compiling expectorate v1.1.0
28672025-02-28T06:24:53.948Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28682025-02-28T06:24:54.086Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28692025-02-28T06:24:54.109Z Compiling thiserror-impl-no-std v2.0.2
28702025-02-28T06:24:54.152Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28712025-02-28T06:24:54.181Z Compiling libsw-core v0.3.1
28722025-02-28T06:24:54.222Z Compiling blake3 v1.5.4
28732025-02-28T06:24:54.480Z Compiling unicase v2.7.0
28742025-02-28T06:24:54.728Z Compiling half v2.4.1
28752025-02-28T06:24:54.842Z Compiling ciborium-io v0.2.2
28762025-02-28T06:24:54.908Z Compiling arc-swap v1.7.1
28772025-02-28T06:24:55.279Z Compiling ciborium-ll v0.2.2
28782025-02-28T06:24:55.406Z Compiling slog-scope v4.4.0
28792025-02-28T06:24:55.520Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28802025-02-28T06:24:55.699Z Compiling libsw v3.4.0
28812025-02-28T06:24:55.719Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28822025-02-28T06:24:56.126Z Compiling polyval v0.6.2
28832025-02-28T06:24:56.609Z Compiling atomicwrites v0.4.4
28842025-02-28T06:24:56.706Z Compiling memmap2 v0.9.5
28852025-02-28T06:24:56.855Z Compiling thiserror-no-std v2.0.2
28862025-02-28T06:24:56.959Z Compiling linear-map v1.2.0
28872025-02-28T06:24:57.016Z Compiling salty v0.3.0
28882025-02-28T06:24:57.136Z Compiling arrayref v0.3.9
28892025-02-28T06:24:57.270Z Compiling indent_write v2.2.0
28902025-02-28T06:24:57.333Z Compiling libefi-sys v0.1.0
28912025-02-28T06:24:57.488Z Compiling constant_time_eq v0.3.1
28922025-02-28T06:24:57.517Z Compiling arrayvec v0.7.6
28932025-02-28T06:24:57.682Z Compiling parking_lot_core v0.8.6
28942025-02-28T06:24:57.750Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28952025-02-28T06:24:58.033Z Compiling vsss-rs v3.3.4
28962025-02-28T06:24:58.065Z Compiling ghash v0.5.1
28972025-02-28T06:24:58.352Z Compiling slog-stdlog v4.1.1
28982025-02-28T06:24:58.398Z Compiling ciborium v0.2.2
28992025-02-28T06:24:59.192Z Compiling p384 v0.13.0
29002025-02-28T06:24:59.443Z Compiling toolchain_find v0.4.0
29012025-02-28T06:24:59.841Z Compiling chacha20poly1305 v0.10.1
29022025-02-28T06:24:59.995Z Compiling ctr v0.9.2
29032025-02-28T06:25:00.086Z Compiling lzma-sys v0.1.20
29042025-02-28T06:25:00.118Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29052025-02-28T06:25:00.368Z Compiling bitfield-struct v0.6.2
29062025-02-28T06:25:00.583Z Compiling slog-dtrace v0.3.0
29072025-02-28T06:25:00.695Z Compiling highway v1.3.0
29082025-02-28T06:25:00.834Z Compiling topological-sort v0.2.2
29092025-02-28T06:25:01.090Z Compiling omicron-zone-package v0.12.0
29102025-02-28T06:25:01.227Z Compiling aes-gcm v0.10.3
29112025-02-28T06:25:01.574Z Compiling rustfmt-wrapper v0.2.1
29122025-02-28T06:25:01.597Z Compiling mime_guess v2.0.5
29132025-02-28T06:25:01.600Z Compiling slog-envlogger v2.2.0
29142025-02-28T06:25:01.742Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29152025-02-28T06:25:02.174Z Compiling steno v0.4.1
29162025-02-28T06:25:02.777Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29172025-02-28T06:25:02.909Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29182025-02-28T06:25:02.970Z Compiling heck v0.3.3
29192025-02-28T06:25:03.272Z Compiling ssh-encoding v0.2.0
29202025-02-28T06:25:03.369Z Compiling blowfish v0.9.1
29212025-02-28T06:25:03.520Z Compiling progenitor v0.8.0
29222025-02-28T06:25:03.571Z Compiling nibble_vec v0.1.0
29232025-02-28T06:25:03.788Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29242025-02-28T06:25:03.810Z Compiling env_filter v0.1.2
29252025-02-28T06:25:03.828Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29262025-02-28T06:25:03.869Z Compiling humantime v2.1.0
29272025-02-28T06:25:03.932Z Compiling endian-type v0.1.2
29282025-02-28T06:25:04.173Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292025-02-28T06:25:04.228Z Compiling radix_trie v0.2.1
29302025-02-28T06:25:04.331Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312025-02-28T06:25:04.383Z Compiling env_logger v0.11.5
29322025-02-28T06:25:04.404Z Compiling ssh-cipher v0.2.0
29332025-02-28T06:25:04.427Z Compiling progenitor v0.9.1
29342025-02-28T06:25:04.693Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29352025-02-28T06:25:04.856Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29362025-02-28T06:25:05.059Z Compiling bcrypt-pbkdf v0.10.0
29372025-02-28T06:25:05.159Z Compiling zone_cfg_derive v0.1.2
29382025-02-28T06:25:05.845Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29392025-02-28T06:25:06.259Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29402025-02-28T06:25:06.659Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29412025-02-28T06:25:06.659Z Compiling parking_lot v0.11.2
29422025-02-28T06:25:06.912Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29432025-02-28T06:25:07.361Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29442025-02-28T06:25:07.456Z Compiling password-hash v0.4.2
29452025-02-28T06:25:07.478Z Compiling gethostname v0.5.0
29462025-02-28T06:25:07.701Z Compiling fxhash v0.2.1
29472025-02-28T06:25:07.799Z Compiling simd-adler32 v0.3.7
29482025-02-28T06:25:07.997Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29492025-02-28T06:25:08.354Z Compiling zip v2.1.3
29502025-02-28T06:25:08.376Z Compiling lockfree-object-pool v0.1.6
29512025-02-28T06:25:08.398Z Compiling http-range v0.1.5
29522025-02-28T06:25:08.450Z Compiling bumpalo v3.16.0
29532025-02-28T06:25:08.666Z Compiling base64 v0.13.1
29542025-02-28T06:25:08.776Z Compiling pbkdf2 v0.11.0
29552025-02-28T06:25:08.797Z Compiling sled v0.34.7
29562025-02-28T06:25:08.954Z Compiling zopfli v0.8.1
29572025-02-28T06:25:09.196Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29582025-02-28T06:25:09.255Z Compiling ron v0.7.1
29592025-02-28T06:25:10.280Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29602025-02-28T06:25:10.625Z Compiling xz2 v0.1.7
29612025-02-28T06:25:11.114Z Compiling zone v0.1.8
29622025-02-28T06:25:11.296Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29632025-02-28T06:25:11.314Z Compiling ssh-key v0.6.6
29642025-02-28T06:25:11.364Z Compiling hickory-client v0.24.4
29652025-02-28T06:25:12.348Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29662025-02-28T06:25:12.496Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29672025-02-28T06:25:12.508Z Compiling p256 v0.13.2
29682025-02-28T06:25:12.656Z Compiling p521 v0.13.3
29692025-02-28T06:25:13.348Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29702025-02-28T06:25:13.904Z Compiling hickory-server v0.24.4
29712025-02-28T06:25:14.385Z Compiling pem v3.0.5
29722025-02-28T06:25:15.013Z Compiling yasna v0.5.2
29732025-02-28T06:25:15.132Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29742025-02-28T06:25:15.477Z Compiling headers-core v0.3.0
29752025-02-28T06:25:15.698Z Compiling kstat-rs v0.2.4
29762025-02-28T06:25:15.790Z Compiling nanorand v0.7.0
29772025-02-28T06:25:16.326Z Compiling atty v0.2.14
29782025-02-28T06:25:16.372Z Compiling russh-cryptovec v0.7.3
29792025-02-28T06:25:16.522Z Compiling md5 v0.7.0
29802025-02-28T06:25:16.547Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29812025-02-28T06:25:16.707Z Compiling flume v0.11.1
29822025-02-28T06:25:17.070Z Compiling russh-keys v0.45.0
29832025-02-28T06:25:17.372Z Compiling rcgen v0.12.1
29842025-02-28T06:25:18.151Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29852025-02-28T06:25:18.525Z Compiling headers v0.4.0
29862025-02-28T06:25:19.629Z Compiling hyper-staticfile v0.10.1
29872025-02-28T06:25:20.697Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29882025-02-28T06:25:20.838Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29892025-02-28T06:25:21.384Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29902025-02-28T06:25:21.711Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29912025-02-28T06:25:22.116Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29922025-02-28T06:25:23.606Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29932025-02-28T06:25:24.467Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29942025-02-28T06:25:25.096Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29952025-02-28T06:25:25.568Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29962025-02-28T06:25:26.211Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29972025-02-28T06:25:28.503Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29982025-02-28T06:25:28.863Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29992025-02-28T06:25:28.996Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30002025-02-28T06:25:29.031Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30012025-02-28T06:25:29.101Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30022025-02-28T06:25:29.933Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30032025-02-28T06:25:30.392Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30042025-02-28T06:25:32.236Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30052025-02-28T06:25:32.381Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30062025-02-28T06:25:33.375Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30072025-02-28T06:25:34.343Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30082025-02-28T06:25:34.806Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30092025-02-28T06:25:34.828Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30102025-02-28T06:25:35.975Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30112025-02-28T06:25:37.205Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30122025-02-28T06:25:38.080Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30132025-02-28T06:25:39.124Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30142025-02-28T06:25:40.114Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30152025-02-28T06:25:40.525Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30162025-02-28T06:25:41.040Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30172025-02-28T06:25:41.916Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
30182025-02-28T06:25:42.104Z Compiling num-bigint v0.4.6
30192025-02-28T06:25:42.181Z Compiling des v0.8.1
30202025-02-28T06:25:42.326Z Compiling subprocess v0.2.9
30212025-02-28T06:25:42.576Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30222025-02-28T06:25:42.804Z Compiling display-error-chain v0.2.2
30232025-02-28T06:25:43.092Z Compiling hex-literal v0.4.1
30242025-02-28T06:25:43.305Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30252025-02-28T06:25:43.543Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30262025-02-28T06:25:43.994Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30272025-02-28T06:25:45.961Z Compiling russh v0.45.0
30282025-02-28T06:25:46.185Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30292025-02-28T06:25:46.543Z Compiling internet-checksum v0.2.1
30302025-02-28T06:25:50.451Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30312025-02-28T06:25:57.498Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30322025-02-28T06:25:59.198Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30332025-02-28T06:26:23.934Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30342025-02-28T06:26:47.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
30352025-02-28T06:26:48.117Z
30362025-02-28T06:26:48.120Zreal 2:28.464741980
30372025-02-28T06:26:48.120Zuser 12:39.514876207
30382025-02-28T06:26:48.120Zsys 1:43.502227751
30392025-02-28T06:26:48.120Ztrap 0.389662076
30402025-02-28T06:26:48.121Ztflt 0.312522690
30412025-02-28T06:26:48.121Zdflt 0.646529668
30422025-02-28T06:26:48.121Zkflt 0.000048955
30432025-02-28T06:26:48.121Zlock 23:35.515343965
30442025-02-28T06:26:48.121Zslp 44:48.424083844
30452025-02-28T06:26:48.121Zlat 37.965620076
30462025-02-28T06:26:48.121Zstop 1:45.077813836
30472025-02-28T06:26:48.121Z+ mkdir tests
30482025-02-28T06:26:48.124Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30492025-02-28T06:26:48.124Z+ xargs -I '{}' -t cp '{}' tests/
30502025-02-28T06:26:48.164Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-72e93b476c030026 tests/
30512025-02-28T06:26:48.186Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9018a52e79771a0a tests/
30522025-02-28T06:26:48.206Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-264352664bc5c4cc tests/
30532025-02-28T06:26:48.227Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-684861dadb2dbc29 tests/
30542025-02-28T06:26:48.443Z+ 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/*)
30552025-02-28T06:26:48.446Z+ 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-9018a52e79771a0a tests/commtest-264352664bc5c4cc tests/dhcp_server-72e93b476c030026 tests/end_to_end_tests-684861dadb2dbc29 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
30562025-02-28T06:28:06.517ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30572025-02-28T06:28:06.517Za .github/buildomat/ci-env.sh 1K
30582025-02-28T06:28:06.517Za out/target/test 1K
30592025-02-28T06:28:06.518Za out/npuzone/npuzone 23144K
30602025-02-28T06:28:06.518Za package-manifest.toml 33K
30612025-02-28T06:28:06.518Za smf/sled-agent/non-gimlet/config.toml 4K
30622025-02-28T06:28:06.518Za target/release/omicron-package 39770K
30632025-02-28T06:28:06.518Za target/release/xtask 10838K
30642025-02-28T06:28:06.518Za target/debug/bootstrap 221807K
30652025-02-28T06:28:06.518Za tests/bootstrap-9018a52e79771a0a 24083K
30662025-02-28T06:28:06.518Za tests/commtest-264352664bc5c4cc 24909K
30672025-02-28T06:28:06.518Za tests/dhcp_server-72e93b476c030026 24083K
30682025-02-28T06:28:06.518Za tests/end_to_end_tests-684861dadb2dbc29 284076K
30692025-02-28T06:28:06.518Za out/clickhouse.tar.gz 308235K
30702025-02-28T06:28:06.518Za out/clickhouse_keeper.tar.gz 293813K
30712025-02-28T06:28:06.518Za out/clickhouse_server.tar.gz 308199K
30722025-02-28T06:28:06.518Za out/cockroachdb.tar.gz 146851K
30732025-02-28T06:28:06.518Za out/crucible-dtrace.tar 98K
30742025-02-28T06:28:06.518Za out/crucible-pantry-zone.tar.gz 32725K
30752025-02-28T06:28:06.518Za out/crucible-zone.tar.gz 41115K
30762025-02-28T06:28:06.518Za out/external-dns.tar.gz 46364K
30772025-02-28T06:28:06.518Za out/internal-dns.tar.gz 46367K
30782025-02-28T06:28:06.518Za out/mg-ddm-gz.tar 63075K
30792025-02-28T06:28:06.518Za out/nexus.tar.gz 112172K
30802025-02-28T06:28:06.518Za out/ntp.tar.gz 14674K
30812025-02-28T06:28:06.518Za out/omicron-gateway-softnpu.tar.gz 26144K
30822025-02-28T06:28:06.518Za out/omicron-sled-agent.tar 127772K
30832025-02-28T06:28:06.518Za out/overlay.tar.gz 3K
30842025-02-28T06:28:06.518Za out/oximeter.tar.gz 56022K
30852025-02-28T06:28:06.518Za out/oxlog.tar 3144K
30862025-02-28T06:28:06.518Za out/probe.tar.gz 2764K
30872025-02-28T06:28:06.519Za out/propolis-server.tar.gz 66425K
30882025-02-28T06:28:06.519Za out/pumpkind-gz.tar 26665K
30892025-02-28T06:28:06.519Za out/switch-softnpu.tar.gz 269758K
30902025-02-28T06:28:06.522Z
30912025-02-28T06:28:06.522Zreal 1:18.063568623
30922025-02-28T06:28:06.522Zuser 1:14.457479524
30932025-02-28T06:28:06.522Zsys 5.093399171
30942025-02-28T06:28:06.522Ztrap 0.020374808
30952025-02-28T06:28:06.522Ztflt 0.000000000
30962025-02-28T06:28:06.522Zdflt 0.000000000
30972025-02-28T06:28:06.522Zkflt 0.000000000
30982025-02-28T06:28:06.522Zlock 0.000000000
30992025-02-28T06:28:06.522Zslp 1:14.283093543
31002025-02-28T06:28:06.522Zlat 2.268374064
31012025-02-28T06:28:06.522Zstop 0.000205201
31022025-02-28T06:28:06.523Zprocess exited: duration 2113334 ms, exit code 0
 
31032025-02-28T06:28:06.569Zfound 1 output files
31042025-02-28T06:28:06.569Zuploading: /work/package.tar.gz (2053189304 bytes)
31052025-02-28T06:28:51.918Zuploaded: /work/package.tar.gz