01KXRP7KPKQGQSTGEZGQGJTM4R: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KXRP89W1BVC8805C077CEWSK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-17T18:44:28.505Zjob assigned to worker 01KXRP8FHBVMJ0DX61ECMQGFJZ [factory aws, i-05cafa5ce66700710] (queued for 51 s)
 
22026-07-17T18:44:35.925Zstarting task 0: "setup"
32026-07-17T18:44:35.931Z++ uname -s
42026-07-17T18:44:35.936Z+ kern=SunOS
52026-07-17T18:44:35.936Z+ build_user=build
62026-07-17T18:44:35.936Z+ build_uid=12345
72026-07-17T18:44:35.936Z+ work_dir=/work
82026-07-17T18:44:35.936Z+ input_dir=/input
92026-07-17T18:44:35.936Z+ [[ 0 == 12345 ]]
102026-07-17T18:44:35.936Z+ case "$kern" in
112026-07-17T18:44:35.936Z+ groupadd -g 12345 build
122026-07-17T18:44:35.940Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-17T18:44:37.942Z+ zfs create -o mountpoint=/work rpool/work
142026-07-17T18:44:38.061Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-17T18:44:38.065Z+ home_fs=zfs
162026-07-17T18:44:38.065Z+ [[ zfs == autofs ]]
172026-07-17T18:44:38.065Z+ mkdir -p /home/build
182026-07-17T18:44:38.065Z+ chown build:build /home/build /work
192026-07-17T18:44:40.068Z+ chmod 0700 /home/build /work
202026-07-17T18:44:40.071Zprocess exited: duration 4145 ms, exit code 0
 
212026-07-17T18:44:40.082Zstarting task 1: "rust-toolchain"
222026-07-17T18:44:40.085Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-17T18:44:40.085Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-17T18:44:40.085Z * rust toolchain channel = "1.96.1"
252026-07-17T18:44:40.085Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-17T18:44:40.085Z * rust toolchain profile = "default"
272026-07-17T18:44:40.085Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-17T18:44:40.088Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-17T18:44:40.088Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-17T18:44:40.198Zinfo: downloading installer
312026-07-17T18:44:41.511Zwarn: It looks like you have an existing rustup settings file at:
322026-07-17T18:44:41.511Zwarn: /home/build/.rustup/settings.toml
332026-07-17T18:44:41.511Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-17T18:44:41.511Zwarn: instead of the one inferred from the default host triple.
352026-07-17T18:44:41.519Zinfo: profile set to default
362026-07-17T18:44:41.519Zinfo: default host triple is x86_64-unknown-illumos
372026-07-17T18:44:41.522Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-17T18:44:41.658Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-17T18:44:41.661Zinfo: downloading 6 components
402026-07-17T18:44:58.761Z
412026-07-17T18:44:58.761Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-17T18:44:58.761Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-17T18:44:58.761Z
442026-07-17T18:44:58.761Z
452026-07-17T18:44:58.761ZRust is installed now. Great!
462026-07-17T18:44:58.761Z
472026-07-17T18:44:58.761ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-17T18:44:58.761Zenvironment variable. This has not been done automatically.
492026-07-17T18:44:58.761Z
502026-07-17T18:44:58.761ZTo configure your current shell, you need to source
512026-07-17T18:44:58.761Zthe corresponding env file under $HOME/.cargo.
522026-07-17T18:44:58.761Z
532026-07-17T18:44:58.761ZThis is usually done by running one of the following (note the leading DOT):
542026-07-17T18:44:58.761Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-17T18:44:58.761Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-17T18:44:58.761Zsource "~/.cargo/env.nu" # For nushell
572026-07-17T18:44:58.761Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-17T18:44:58.761Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-17T18:44:58.761Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-17T18:44:58.762Zwarn: no default linker (`cc`) was found in your PATH
612026-07-17T18:44:58.762Zwarn: many Rust crates require a system C toolchain to build
622026-07-17T18:44:58.762Z+ rustup --version
632026-07-17T18:44:58.762Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-17T18:44:58.762Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-17T18:44:58.762Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-17T18:44:58.762Z+ cargo --version
672026-07-17T18:44:58.762Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-17T18:44:58.762Z+ rustc --version
692026-07-17T18:44:58.762Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-17T18:44:58.762Zprocess exited: duration 16198 ms, exit code 0
 
712026-07-17T18:44:58.850Zstarting task 2: "authentication"
722026-07-17T18:44:59.133Zprocess exited: duration 51 ms, exit code 0
 
732026-07-17T18:44:59.185Zstarting task 3: "clone repository"
742026-07-17T18:44:59.190Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-17T18:44:59.190Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-17T18:44:59.218ZCloning into '/work/oxidecomputer/omicron'...
772026-07-17T18:45:10.035Z+ cd /work/oxidecomputer/omicron
782026-07-17T18:45:10.035Z+ git fetch origin 817e24dbf740a7e7de26fa0d6e70af076f5d94d6
792026-07-17T18:45:10.348ZFrom https://github.com/oxidecomputer/omicron
802026-07-17T18:45:10.348Z * branch 817e24dbf740a7e7de26fa0d6e70af076f5d94d6 -> FETCH_HEAD
812026-07-17T18:45:10.362Z+ [[ -n sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes ]]
822026-07-17T18:45:10.365Z++ git branch --show-current
832026-07-17T18:45:10.365Z+ current=main
842026-07-17T18:45:10.365Z+ [[ main != sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes ]]
852026-07-17T18:45:10.365Z+ git branch -f sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes 817e24dbf740a7e7de26fa0d6e70af076f5d94d6
862026-07-17T18:45:10.368Z+ git checkout -f sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes
872026-07-17T18:45:10.532ZSwitched to branch 'sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes'
882026-07-17T18:45:10.535Z+ git reset --hard 817e24dbf740a7e7de26fa0d6e70af076f5d94d6
892026-07-17T18:45:10.693ZHEAD is now at 817e24dbf rebase on main
902026-07-17T18:45:10.696Zprocess exited: duration 11517 ms, exit code 0
 
912026-07-17T18:45:10.703Zstarting task 4: "build"
922026-07-17T18:45:10.717Z+ source .github/buildomat/ci-env.sh
932026-07-17T18:45:10.722Z++ export CARGO_TERM_COLOR=always
942026-07-17T18:45:10.722Z++ CARGO_TERM_COLOR=always
952026-07-17T18:45:10.722Z+++ uname -s
962026-07-17T18:45:10.722Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-17T18:45:10.722Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-17T18:45:10.723Z+ cargo --version
992026-07-17T18:45:10.726Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-17T18:45:10.726Z+ rustc --version
1012026-07-17T18:45:10.745Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-17T18:45:10.750Z+ WORK=/work
1032026-07-17T18:45:10.750Z+ pfexec mkdir -p /work
1042026-07-17T18:45:10.755Z+ pfexec chown build /work
1052026-07-17T18:45:10.759Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-17T18:45:12.427Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-17T18:45:12.587Z Startup: Caching catalogs ... Done
1082026-07-17T18:45:13.348ZPlanning: Solver setup ... Done (0.694s)
1092026-07-17T18:45:13.381ZPlanning: Running solver ... Done (0.034s)
1102026-07-17T18:45:13.399ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-17T18:45:13.413ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-17T18:45:13.429ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-17T18:45:13.441ZPlanning: Package planning ... Done (0.014s)
1142026-07-17T18:45:13.444ZPlanning: Merging actions ... Done (0.001s)
1152026-07-17T18:45:13.642ZPlanning: Checking for conflicting actions ... Done (0.198s)
1162026-07-17T18:45:13.647ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-17T18:45:14.528ZPlanning: Evaluating mediators ... Done (0.885s)
1182026-07-17T18:45:14.531ZPlanning: Planning completed in 1.91 seconds
1192026-07-17T18:45:14.537Z Packages to install: 2
1202026-07-17T18:45:14.537Z Estimated space available: 156.08 GB
1212026-07-17T18:45:14.537ZEstimated space to be consumed: 41.03 MB
1222026-07-17T18:45:14.537Z Create boot environment: No
1232026-07-17T18:45:14.540ZCreate backup boot environment: No
1242026-07-17T18:45:14.540Z Rebuild boot archive: No
1252026-07-17T18:45:14.541Z
1262026-07-17T18:45:14.541ZChanged packages:
1272026-07-17T18:45:14.541Zhelios
1282026-07-17T18:45:14.541Z developer/build-essential
1292026-07-17T18:45:14.541Z None -> 11-3.0
1302026-07-17T18:45:14.541Z library/libxmlsec1
1312026-07-17T18:45:14.541Z None -> 1.2.35-3.0
1322026-07-17T18:45:14.564Z
1332026-07-17T18:45:14.564ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-17T18:45:16.079ZDownload: Completed 1.28 MB in 1.52 seconds (865k/s)
1352026-07-17T18:45:16.140Z Actions: 1/268 actions (Installing new actions)
1362026-07-17T18:45:16.179Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-17T18:45:16.196ZFinalize: Updating package state database ... Done (0.016s)
1382026-07-17T18:45:16.196ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-17T18:45:16.236ZFinalize: Updating image state ... Done (0.040s)
1402026-07-17T18:45:18.883ZFinalize: Creating fast lookup database ... Done (2.613s)
1412026-07-17T18:45:18.951ZFinalize: Reading search index ... Done (0.012s)
1422026-07-17T18:45:18.955ZFinalize: Updating search index ... Done (0.000s)
1432026-07-17T18:45:19.076ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-17T18:45:19.398ZPlanning: Evaluating mediator changes ... Done
1452026-07-17T18:45:19.503ZPlanning: Checking for conflicting actions ... Done
1462026-07-17T18:45:19.506ZPlanning: Consolidating action changes ... Done
1472026-07-17T18:45:19.662ZPlanning: Evaluating mediators ... Done
1482026-07-17T18:45:19.665ZPlanning: Planning completed in 0.26 seconds
1492026-07-17T18:45:19.685Z Mediators to change: 2
1502026-07-17T18:45:19.685Z Create boot environment: No
1512026-07-17T18:45:19.685ZCreate backup boot environment: No
1522026-07-17T18:45:19.734ZFinalize: Updating package state database ... Done
1532026-07-17T18:45:19.734ZFinalize: Updating package cache ... Done
1542026-07-17T18:45:19.762ZFinalize: Updating image state ... Done
1552026-07-17T18:45:21.698ZFinalize: Creating fast lookup database ... Done
1562026-07-17T18:45:21.764ZFinalize: Reading search index ... Done
1572026-07-17T18:45:21.767ZFinalize: Updating search index ... Done
1582026-07-17T18:45:21.823ZFinalize: Updating package cache ... Done
1592026-07-17T18:45:22.108ZPlanning: Evaluating mediator changes ... Done
1602026-07-17T18:45:22.213ZPlanning: Checking for conflicting actions ... Done
1612026-07-17T18:45:22.216ZPlanning: Consolidating action changes ... Done
1622026-07-17T18:45:22.371ZPlanning: Evaluating mediators ... Done
1632026-07-17T18:45:22.373ZPlanning: Planning completed in 0.26 seconds
1642026-07-17T18:45:22.393Z Mediators to change: 1
1652026-07-17T18:45:22.393Z Create boot environment: No
1662026-07-17T18:45:22.393ZCreate backup boot environment: No
1672026-07-17T18:45:22.437ZFinalize: Updating package state database ... Done
1682026-07-17T18:45:22.437ZFinalize: Updating package cache ... Done
1692026-07-17T18:45:22.460ZFinalize: Updating image state ... Done
1702026-07-17T18:45:24.382ZFinalize: Creating fast lookup database ... Done
1712026-07-17T18:45:24.450ZFinalize: Reading search index ... Done
1722026-07-17T18:45:24.454ZFinalize: Updating search index ... Done
1732026-07-17T18:45:24.504ZFinalize: Updating package cache ... Done
1742026-07-17T18:45:24.814ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-17T18:45:24.814Zapache system 2.4 system
1762026-07-17T18:45:24.814Zclang system 15 system
1772026-07-17T18:45:24.814Zcsh system system illumos
1782026-07-17T18:45:24.814Zctags system system illumos
1792026-07-17T18:45:24.814Zfile vendor vendor darwinsys
1802026-07-17T18:45:24.814Zfile system system illumos
1812026-07-17T18:45:24.814Zgcc vendor 14 vendor
1822026-07-17T18:45:24.814Zgcc system 13 system
1832026-07-17T18:45:24.814Zgcc system 10 system
1842026-07-17T18:45:24.814Zgo system 1.25 system
1852026-07-17T18:45:24.814Zllvm system 15 system
1862026-07-17T18:45:24.814Zmariadb system 11.4 system
1872026-07-17T18:45:24.814Zmta vendor vendor dma
1882026-07-17T18:45:24.814Zopenjdk system 17 system
1892026-07-17T18:45:24.814Zopenjdk system 11 system
1902026-07-17T18:45:24.814Zopenssl vendor 3 vendor
1912026-07-17T18:45:24.814Zperl system 5.40 system
1922026-07-17T18:45:24.814Zpostgresql system 18 system
1932026-07-17T18:45:24.814Zpostgresql system 17 system
1942026-07-17T18:45:24.814Zpython vendor 3 vendor
1952026-07-17T18:45:24.814Zpython system 2 system
1962026-07-17T18:45:24.814Zpython3 vendor 3.13 vendor
1972026-07-17T18:45:24.814Zruby system 3.4 system
1982026-07-17T18:45:24.815Zruby system 3.0 system
1992026-07-17T18:45:24.815Zwords vendor vendor american-english
2002026-07-17T18:45:24.815Zwords system system australian-english
2012026-07-17T18:45:24.815Zwords system system british-english
2022026-07-17T18:45:24.815Zwords system system canadian-english
2032026-07-17T18:45:24.815Zwords system system french
2042026-07-17T18:45:24.815Zwords system system italian
2052026-07-17T18:45:24.815Zwords system system ngerman
2062026-07-17T18:45:24.815Zwords system system ogerman
2072026-07-17T18:45:24.815Zwords system system spanish
2082026-07-17T18:45:25.063ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-17T18:45:25.063Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-17T18:45:25.397ZFMRI IFO
2112026-07-17T18:45:25.397Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-17T18:45:25.397Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-17T18:45:25.398Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-17T18:45:25.398Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-17T18:45:25.398Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-17T18:45:25.398Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-17T18:45:25.398Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-17T18:45:25.398Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-17T18:45:25.398Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-17T18:45:25.671Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-17T18:45:25.922Z Updating crates.io index
2222026-07-17T18:45:25.925Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-17T18:45:26.190Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-17T18:45:26.492Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-17T18:45:27.431Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-17T18:45:27.939Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-17T18:45:29.493Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-17T18:45:31.321Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-17T18:45:31.577Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-17T18:45:31.867Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-17T18:45:33.158Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-17T18:45:33.569Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-17T18:45:33.882Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-17T18:45:34.170Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-17T18:45:34.589Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-17T18:45:35.125Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-17T18:45:35.504Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-17T18:45:35.731Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-17T18:45:35.955Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-17T18:45:36.233Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-17T18:45:36.451Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-17T18:45:36.691Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-17T18:45:36.933Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-17T18:45:37.287Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-17T18:45:37.564Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-17T18:45:37.836Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-17T18:45:38.227Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-17T18:45:38.626Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-17T18:45:38.974Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-17T18:45:39.441Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-17T18:45:39.689Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-17T18:45:39.910Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-17T18:45:40.243Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-17T18:45:40.644Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-17T18:45:40.899Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-17T18:45:41.179Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-17T18:45:41.420Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-17T18:45:41.684Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-17T18:45:42.145Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-17T18:45:42.369Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-17T18:45:42.631Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-17T18:45:42.847Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-17T18:45:45.438Z Downloading crates ...
2642026-07-17T18:45:45.496Z Downloaded log v0.4.29
2652026-07-17T18:45:45.500Z Downloaded anstream v1.0.0
2662026-07-17T18:45:45.503Z Downloaded clap_derive v4.6.1
2672026-07-17T18:45:45.503Z Downloaded zmij v1.0.21
2682026-07-17T18:45:45.506Z Downloaded macaddr v1.0.1
2692026-07-17T18:45:45.506Z Downloaded errno v0.3.14
2702026-07-17T18:45:45.509Z Downloaded colorchoice v1.0.4
2712026-07-17T18:45:45.509Z Downloaded block-buffer v0.10.4
2722026-07-17T18:45:45.509Z Downloaded zerocopy-derive v0.7.35
2732026-07-17T18:45:45.512Z Downloaded fastrand v2.3.0
2742026-07-17T18:45:45.517Z Downloaded bytecount v0.6.9
2752026-07-17T18:45:45.517Z Downloaded itoa v1.0.17
2762026-07-17T18:45:45.517Z Downloaded heck v0.4.1
2772026-07-17T18:45:45.520Z Downloaded generic-array v0.14.7
2782026-07-17T18:45:45.520Z Downloaded dtrace-parser v0.2.0
2792026-07-17T18:45:45.520Z Downloaded memmap v0.7.0
2802026-07-17T18:45:45.520Z Downloaded anstyle v1.0.14
2812026-07-17T18:45:45.520Z Downloaded fnv v1.0.7
2822026-07-17T18:45:45.520Z Downloaded zerocopy v0.7.35
2832026-07-17T18:45:45.528Z Downloaded heck v0.5.0
2842026-07-17T18:45:45.531Z Downloaded anstyle-query v1.1.5
2852026-07-17T18:45:45.531Z Downloaded equivalent v1.0.2
2862026-07-17T18:45:45.531Z Downloaded cargo-platform v0.3.2
2872026-07-17T18:45:45.531Z Downloaded plain v0.2.3
2882026-07-17T18:45:45.536Z Downloaded fs-err v3.3.0
2892026-07-17T18:45:45.539Z Downloaded camino v1.2.2
2902026-07-17T18:45:45.542Z Downloaded smawk v0.3.2
2912026-07-17T18:45:45.542Z Downloaded strsim v0.11.1
2922026-07-17T18:45:45.542Z Downloaded cfg-if v1.0.4
2932026-07-17T18:45:45.547Z Downloaded is_terminal_polyfill v1.70.2
2942026-07-17T18:45:45.550Z Downloaded serde_spanned v0.6.9
2952026-07-17T18:45:45.553Z Downloaded scroll_derive v0.12.1
2962026-07-17T18:45:45.558Z Downloaded clap_lex v1.0.0
2972026-07-17T18:45:45.558Z Downloaded cpufeatures v0.2.17
2982026-07-17T18:45:45.558Z Downloaded usdt-macro v0.5.0
2992026-07-17T18:45:45.562Z Downloaded proc-macro-error-attr v1.0.4
3002026-07-17T18:45:45.564Z Downloaded unicode-linebreak v0.1.5
3012026-07-17T18:45:45.567Z Downloaded crypto-common v0.1.7
3022026-07-17T18:45:45.571Z Downloaded thread-id v4.2.2
3032026-07-17T18:45:45.574Z Downloaded usdt v0.5.0
3042026-07-17T18:45:45.574Z Downloaded pretty-hex v0.4.1
3052026-07-17T18:45:45.577Z Downloaded dof v0.3.0
3062026-07-17T18:45:45.577Z Downloaded version_check v0.9.5
3072026-07-17T18:45:45.580Z Downloaded usdt-attr-macro v0.5.0
3082026-07-17T18:45:45.582Z Downloaded utf8parse v0.2.2
3092026-07-17T18:45:45.585Z Downloaded quote v1.0.45
3102026-07-17T18:45:45.589Z Downloaded digest v0.10.7
3112026-07-17T18:45:45.592Z Downloaded serde_tokenstream v0.2.3
3122026-07-17T18:45:45.592Z Downloaded proc-macro-error v1.0.4
3132026-07-17T18:45:45.595Z Downloaded papergrid v0.11.0
3142026-07-17T18:45:45.598Z Downloaded toml_datetime v0.6.11
3152026-07-17T18:45:45.600Z Downloaded terminal_size v0.4.3
3162026-07-17T18:45:45.603Z Downloaded tabled_derive v0.7.0
3172026-07-17T18:45:45.606Z Downloaded swrite v0.1.0
3182026-07-17T18:45:45.611Z Downloaded thiserror-impl v2.0.18
3192026-07-17T18:45:45.614Z Downloaded anstyle-parse v1.0.0
3202026-07-17T18:45:45.614Z Downloaded thiserror v1.0.69
3212026-07-17T18:45:45.617Z Downloaded thiserror-impl v1.0.69
3222026-07-17T18:45:45.617Z Downloaded byteorder v1.5.0
3232026-07-17T18:45:45.620Z Downloaded cargo_toml v0.21.0
3242026-07-17T18:45:45.620Z Downloaded cargo_metadata v0.23.1
3252026-07-17T18:45:45.625Z Downloaded toml_write v0.1.2
3262026-07-17T18:45:45.628Z Downloaded scroll v0.12.0
3272026-07-17T18:45:45.628Z Downloaded usdt-impl v0.5.0
3282026-07-17T18:45:45.631Z Downloaded camino-tempfile v1.4.1
3292026-07-17T18:45:45.631Z Downloaded bitflags v2.11.0
3302026-07-17T18:45:45.635Z Downloaded pest_generator v2.8.6
3312026-07-17T18:45:45.642Z Downloaded autocfg v1.5.0
3322026-07-17T18:45:45.646Z Downloaded sha2 v0.10.9
3332026-07-17T18:45:45.649Z Downloaded once_cell v1.21.3
3342026-07-17T18:45:45.653Z Downloaded anyhow v1.0.102
3352026-07-17T18:45:45.653Z Downloaded ucd-trie v0.1.7
3362026-07-17T18:45:45.673Z Downloaded semver v1.0.28
3372026-07-17T18:45:45.676Z Downloaded thiserror v2.0.18
3382026-07-17T18:45:45.679Z Downloaded getrandom v0.4.1
3392026-07-17T18:45:45.684Z Downloaded clap v4.6.1
3402026-07-17T18:45:45.687Z Downloaded serde_core v1.0.228
3412026-07-17T18:45:45.690Z Downloaded pest_derive v2.8.6
3422026-07-17T18:45:45.693Z Downloaded tempfile v3.25.0
3432026-07-17T18:45:45.693Z Downloaded proc-macro2 v1.0.106
3442026-07-17T18:45:45.696Z Downloaded toml v0.8.23
3452026-07-17T18:45:45.696Z Downloaded unicode-ident v1.0.24
3462026-07-17T18:45:45.701Z Downloaded serde_derive v1.0.228
3472026-07-17T18:45:45.704Z Downloaded textwrap v0.16.2
3482026-07-17T18:45:45.720Z Downloaded serde v1.0.228
3492026-07-17T18:45:45.730Z Downloaded pest_meta v2.8.6
3502026-07-17T18:45:45.736Z Downloaded memchr v2.8.0
3512026-07-17T18:45:45.739Z Downloaded indexmap v2.14.0
3522026-07-17T18:45:45.743Z Downloaded toml_edit v0.22.27
3532026-07-17T18:45:45.757Z Downloaded typenum v1.20.1
3542026-07-17T18:45:45.767Z Downloaded pest v2.8.6
3552026-07-17T18:45:45.804Z Downloaded serde_json v1.0.150
3562026-07-17T18:45:45.808Z Downloaded hashbrown v0.17.0
3572026-07-17T18:45:45.811Z Downloaded clap_builder v4.6.0
3582026-07-17T18:45:45.824Z Downloaded winnow v0.7.14
3592026-07-17T18:45:45.830Z Downloaded tabled v0.15.0
3602026-07-17T18:45:45.838Z Downloaded goblin v0.8.2
3612026-07-17T18:45:45.854Z Downloaded unicode-width v0.2.0
3622026-07-17T18:45:45.858Z Downloaded unicode-width v0.1.14
3632026-07-17T18:45:45.861Z Downloaded syn v1.0.109
3642026-07-17T18:45:45.864Z Downloaded syn v2.0.117
3652026-07-17T18:45:45.882Z Downloaded rustix v1.1.3
3662026-07-17T18:45:45.903Z Downloaded libc v0.2.185
3672026-07-17T18:45:45.964Z Compiling proc-macro2 v1.0.106
3682026-07-17T18:45:45.967Z Compiling unicode-ident v1.0.24
3692026-07-17T18:45:45.967Z Compiling quote v1.0.45
3702026-07-17T18:45:45.967Z Compiling serde_core v1.0.228
3712026-07-17T18:45:45.967Z Compiling libc v0.2.185
3722026-07-17T18:45:45.967Z Compiling version_check v0.9.5
3732026-07-17T18:45:45.967Z Compiling memchr v2.8.0
3742026-07-17T18:45:45.967Z Compiling serde v1.0.228
3752026-07-17T18:45:45.967Z Compiling zmij v1.0.21
3762026-07-17T18:45:45.967Z Compiling itoa v1.0.17
3772026-07-17T18:45:46.142Z Compiling ucd-trie v0.1.7
3782026-07-17T18:45:46.145Z Compiling thiserror v1.0.69
3792026-07-17T18:45:46.145Z Compiling rustix v1.1.3
3802026-07-17T18:45:46.145Z Compiling byteorder v1.5.0
3812026-07-17T18:45:46.349Z Compiling bitflags v2.11.0
3822026-07-17T18:45:46.578Z Compiling serde_json v1.0.150
3832026-07-17T18:45:46.600Z Compiling proc-macro-error-attr v1.0.4
3842026-07-17T18:45:46.619Z Compiling usdt-impl v0.5.0
3852026-07-17T18:45:46.684Z Compiling syn v1.0.109
3862026-07-17T18:45:46.788Z Compiling pest v2.8.6
3872026-07-17T18:45:46.806Z Compiling camino v1.2.2
3882026-07-17T18:45:46.999Z Compiling proc-macro-error v1.0.4
3892026-07-17T18:45:47.004Z Compiling equivalent v1.0.2
3902026-07-17T18:45:47.004Z Compiling hashbrown v0.17.0
3912026-07-17T18:45:47.034Z Compiling log v0.4.29
3922026-07-17T18:45:47.068Z Compiling plain v0.2.3
3932026-07-17T18:45:47.118Z Compiling getrandom v0.4.1
3942026-07-17T18:45:47.171Z Compiling utf8parse v0.2.2
3952026-07-17T18:45:47.204Z Compiling autocfg v1.5.0
3962026-07-17T18:45:47.244Z Compiling errno v0.3.14
3972026-07-17T18:45:47.248Z Compiling thread-id v4.2.2
3982026-07-17T18:45:47.298Z Compiling anstyle-parse v1.0.0
3992026-07-17T18:45:47.314Z Compiling cfg-if v1.0.4
4002026-07-17T18:45:47.317Z Compiling toml_write v0.1.2
4012026-07-17T18:45:47.351Z Compiling is_terminal_polyfill v1.70.2
4022026-07-17T18:45:47.355Z Compiling colorchoice v1.0.4
4032026-07-17T18:45:47.368Z Compiling anstyle-query v1.1.5
4042026-07-17T18:45:47.465Z Compiling winnow v0.7.14
4052026-07-17T18:45:47.487Z Compiling pretty-hex v0.4.1
4062026-07-17T18:45:47.510Z Compiling thiserror v2.0.18
4072026-07-17T18:45:47.533Z Compiling anstyle v1.0.14
4082026-07-17T18:45:47.553Z Compiling indexmap v2.14.0
4092026-07-17T18:45:47.612Z Compiling heck v0.5.0
4102026-07-17T18:45:47.631Z Compiling syn v2.0.117
4112026-07-17T18:45:47.697Z Compiling fs-err v3.3.0
4122026-07-17T18:45:47.716Z Compiling anstream v1.0.0
4132026-07-17T18:45:47.733Z Compiling strsim v0.11.1
4142026-07-17T18:45:47.777Z Compiling fnv v1.0.7
4152026-07-17T18:45:47.894Z Compiling pest_meta v2.8.6
4162026-07-17T18:45:47.912Z Compiling bytecount v0.6.9
4172026-07-17T18:45:47.932Z Compiling heck v0.4.1
4182026-07-17T18:45:47.968Z Compiling fastrand v2.3.0
4192026-07-17T18:45:48.063Z Compiling unicode-width v0.1.14
4202026-07-17T18:45:48.097Z Compiling clap_lex v1.0.0
4212026-07-17T18:45:48.137Z Compiling once_cell v1.21.3
4222026-07-17T18:45:48.155Z Compiling anyhow v1.0.102
4232026-07-17T18:45:48.197Z Compiling memmap v0.7.0
4242026-07-17T18:45:48.219Z Compiling unicode-width v0.2.0
4252026-07-17T18:45:48.238Z Compiling unicode-linebreak v0.1.5
4262026-07-17T18:45:48.256Z Compiling smawk v0.3.2
4272026-07-17T18:45:48.300Z Compiling papergrid v0.11.0
4282026-07-17T18:45:48.340Z Compiling terminal_size v0.4.3
4292026-07-17T18:45:48.364Z Compiling tempfile v3.25.0
4302026-07-17T18:45:48.400Z Compiling swrite v0.1.0
4312026-07-17T18:45:48.459Z Compiling clap_builder v4.6.0
4322026-07-17T18:45:48.497Z Compiling textwrap v0.16.2
4332026-07-17T18:45:48.702Z Compiling semver v1.0.28
4342026-07-17T18:45:48.763Z Compiling cargo-platform v0.3.2
4352026-07-17T18:45:48.968Z Compiling camino-tempfile v1.4.1
4362026-07-17T18:45:49.181Z Compiling tabled_derive v0.7.0
4372026-07-17T18:45:49.819Z Compiling pest_generator v2.8.6
4382026-07-17T18:45:49.856Z Compiling tabled v0.15.0
4392026-07-17T18:45:50.311Z Compiling serde_derive v1.0.228
4402026-07-17T18:45:50.314Z Compiling thiserror-impl v1.0.69
4412026-07-17T18:45:50.314Z Compiling zerocopy-derive v0.7.35
4422026-07-17T18:45:50.314Z Compiling scroll_derive v0.12.1
4432026-07-17T18:45:50.314Z Compiling thiserror-impl v2.0.18
4442026-07-17T18:45:50.314Z Compiling clap_derive v4.6.1
4452026-07-17T18:45:50.396Z Compiling pest_derive v2.8.6
4462026-07-17T18:45:50.934Z Compiling scroll v0.12.0
4472026-07-17T18:45:51.084Z Compiling zerocopy v0.7.35
4482026-07-17T18:45:51.144Z Compiling goblin v0.8.2
4492026-07-17T18:45:51.456Z Compiling dtrace-parser v0.2.0
4502026-07-17T18:45:51.661Z Compiling clap v4.6.1
4512026-07-17T18:45:52.744Z Compiling dof v0.3.0
4522026-07-17T18:45:52.744Z Compiling serde_tokenstream v0.2.3
4532026-07-17T18:45:52.761Z Compiling toml_datetime v0.6.11
4542026-07-17T18:45:52.764Z Compiling serde_spanned v0.6.9
4552026-07-17T18:45:52.764Z Compiling cargo_metadata v0.23.1
4562026-07-17T18:45:52.764Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-07-17T18:45:52.764Z Compiling macaddr v1.0.1
4582026-07-17T18:45:52.940Z Compiling toml_edit v0.22.27
4592026-07-17T18:45:53.407Z Compiling usdt-macro v0.5.0
4602026-07-17T18:45:53.410Z Compiling usdt-attr-macro v0.5.0
4612026-07-17T18:45:54.007Z Compiling usdt v0.5.0
4622026-07-17T18:45:54.178Z Compiling toml v0.8.23
4632026-07-17T18:45:54.520Z Compiling cargo_toml v0.21.0
4642026-07-17T18:45:55.813Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-17T18:45:57.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.28s
4662026-07-17T18:45:58.009Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-17T18:45:58.501Z Downloading crates ...
4682026-07-17T18:45:58.594Z Downloaded bcs v0.1.6
4692026-07-17T18:45:58.599Z Downloaded backoff v0.4.0
4702026-07-17T18:45:58.602Z Downloaded arc-swap v1.8.2
4712026-07-17T18:45:58.605Z Downloaded bitfield v0.19.4
4722026-07-17T18:45:58.605Z Downloaded argon2 v0.6.0-rc.8
4732026-07-17T18:45:58.609Z Downloaded argon2 v0.5.3
4742026-07-17T18:45:58.609Z Downloaded atomic-waker v1.1.2
4752026-07-17T18:45:58.609Z Downloaded bb8 v0.8.6
4762026-07-17T18:45:58.612Z Downloaded array-init v0.0.4
4772026-07-17T18:45:58.612Z Downloaded bit-vec v0.6.3
4782026-07-17T18:45:58.612Z Downloaded arrayref v0.3.9
4792026-07-17T18:45:58.615Z Downloaded async-stream-impl v0.3.6
4802026-07-17T18:45:58.615Z Downloaded crucible-workspace-hack v0.1.0
4812026-07-17T18:45:58.615Z Downloaded aead v0.5.2
4822026-07-17T18:45:58.615Z Downloaded bit-set v0.8.0
4832026-07-17T18:45:58.618Z Downloaded adler2 v2.0.1
4842026-07-17T18:45:58.621Z Downloaded cookie v0.18.1
4852026-07-17T18:45:58.624Z Downloaded bit-set v0.5.3
4862026-07-17T18:45:58.624Z Downloaded backon v1.6.0
4872026-07-17T18:45:58.627Z Downloaded crossbeam-channel v0.5.15
4882026-07-17T18:45:58.630Z Downloaded ctutils v0.4.2
4892026-07-17T18:45:58.630Z Downloaded ecdsa v0.17.0-rc.18
4902026-07-17T18:45:58.633Z Downloaded atomicwrites v0.4.4
4912026-07-17T18:45:58.633Z Downloaded assert_matches v1.5.0
4922026-07-17T18:45:58.633Z Downloaded async-trait v0.1.89
4932026-07-17T18:45:58.637Z Downloaded base64 v0.21.7
4942026-07-17T18:45:58.640Z Downloaded darling_core v0.20.11
4952026-07-17T18:45:58.643Z Downloaded bitfield-macros v0.19.4
4962026-07-17T18:45:58.646Z Downloaded base16ct v1.0.0
4972026-07-17T18:45:58.646Z Downloaded atty v0.2.14
4982026-07-17T18:45:58.646Z Downloaded darling_macro v0.23.0
4992026-07-17T18:45:58.651Z Downloaded darling_macro v0.13.4
5002026-07-17T18:45:58.651Z Downloaded async-recursion v1.1.1
5012026-07-17T18:45:58.651Z Downloaded cpubits v0.1.1
5022026-07-17T18:45:58.654Z Downloaded bitfield-struct v0.6.2
5032026-07-17T18:45:58.654Z Downloaded darling v0.20.11
5042026-07-17T18:45:58.654Z Downloaded curve25519-dalek-derive v0.1.1
5052026-07-17T18:45:58.657Z Downloaded cstr-argument v0.1.2
5062026-07-17T18:45:58.657Z Downloaded cpufeatures v0.3.0
5072026-07-17T18:45:58.657Z Downloaded crypto-primes v0.7.2
5082026-07-17T18:45:58.660Z Downloaded critical-section v1.2.0
5092026-07-17T18:45:58.663Z Downloaded convert_case v0.10.0
5102026-07-17T18:45:58.663Z Downloaded crunchy v0.2.4
5112026-07-17T18:45:58.663Z Downloaded bcrypt-pbkdf v0.11.0
5122026-07-17T18:45:58.666Z Downloaded crypto-common v0.2.2
5132026-07-17T18:45:58.666Z Downloaded blowfish v0.10.0
5142026-07-17T18:45:58.666Z Downloaded convert_case v0.4.0
5152026-07-17T18:45:58.669Z Downloaded async-stream v0.3.6
5162026-07-17T18:45:58.669Z Downloaded corncobs v0.1.4
5172026-07-17T18:45:58.669Z Downloaded ascii-canvas v3.0.0
5182026-07-17T18:45:58.673Z Downloaded arrayvec v0.7.6
5192026-07-17T18:45:58.673Z Downloaded block-padding v0.4.2
5202026-07-17T18:45:58.673Z Downloaded base16ct v0.2.0
5212026-07-17T18:45:58.677Z Downloaded crc8 v0.1.1
5222026-07-17T18:45:58.677Z Downloaded cfg_aliases v0.1.1
5232026-07-17T18:45:58.680Z Downloaded defmt-parser v1.0.0
5242026-07-17T18:45:58.683Z Downloaded block-buffer v0.12.1
5252026-07-17T18:45:58.683Z Downloaded defmt v0.3.100
5262026-07-17T18:45:58.685Z Downloaded darling_macro v0.21.3
5272026-07-17T18:45:58.688Z Downloaded crc-catalog v2.4.0
5282026-07-17T18:45:58.688Z Downloaded document-features v0.2.12
5292026-07-17T18:45:58.691Z Downloaded compression-core v0.4.31
5302026-07-17T18:45:58.691Z Downloaded ciborium-ll v0.2.2
5312026-07-17T18:45:58.691Z Downloaded crc v3.4.0
5322026-07-17T18:45:58.695Z Downloaded darling_core v0.21.3
5332026-07-17T18:45:58.698Z Downloaded crc-any v2.5.0
5342026-07-17T18:45:58.698Z Downloaded cobs v0.3.0
5352026-07-17T18:45:58.701Z Downloaded cfg_aliases v0.2.1
5362026-07-17T18:45:58.701Z Downloaded castaway v0.2.4
5372026-07-17T18:45:58.701Z Downloaded crossbeam-utils v0.8.21
5382026-07-17T18:45:58.704Z Downloaded ciborium-io v0.2.2
5392026-07-17T18:45:58.704Z Downloaded flagset v0.4.7
5402026-07-17T18:45:58.708Z Downloaded bitflags v1.3.2
5412026-07-17T18:45:58.708Z Downloaded darling_macro v0.20.11
5422026-07-17T18:45:58.708Z Downloaded bit-vec v0.8.0
5432026-07-17T18:45:58.711Z Downloaded dyn-clone v1.0.20
5442026-07-17T18:45:58.711Z Downloaded embedded-io v0.4.0
5452026-07-17T18:45:58.711Z Downloaded enum-as-inner v0.6.1
5462026-07-17T18:45:58.715Z Downloaded env_filter v1.0.0
5472026-07-17T18:45:58.715Z Downloaded debug-ignore v1.0.5
5482026-07-17T18:45:58.715Z Downloaded dirs-next v2.0.0
5492026-07-17T18:45:58.718Z Downloaded endian-type v0.1.2
5502026-07-17T18:45:58.718Z Downloaded embedded-io v0.6.1
5512026-07-17T18:45:58.718Z Downloaded dropshot-api-manager-types v0.7.2
5522026-07-17T18:45:58.718Z Downloaded anstyle-parse v0.2.7
5532026-07-17T18:45:58.722Z Downloaded downcast-rs v2.0.2
5542026-07-17T18:45:58.722Z Downloaded dof v0.4.0
5552026-07-17T18:45:58.722Z Downloaded allocator-api2 v0.2.21
5562026-07-17T18:45:58.725Z Downloaded camino-tempfile-ext v0.3.3
5572026-07-17T18:45:58.725Z Downloaded base64ct v1.8.3
5582026-07-17T18:45:58.728Z Downloaded async-bb8-diesel v0.2.1
5592026-07-17T18:45:58.728Z Downloaded dirs-sys-next v0.1.2
5602026-07-17T18:45:58.728Z Downloaded bs58 v0.5.1
5612026-07-17T18:45:58.731Z Downloaded dsl_auto_type v0.2.0
5622026-07-17T18:45:58.731Z Downloaded difflib v0.4.0
5632026-07-17T18:45:58.734Z Downloaded float-ord v0.3.2
5642026-07-17T18:45:58.736Z Downloaded fixedbitset v0.4.2
5652026-07-17T18:45:58.736Z Downloaded dunce v1.0.5
5662026-07-17T18:45:58.736Z Downloaded display-error-chain v0.2.2
5672026-07-17T18:45:58.740Z Downloaded diesel_table_macro_syntax v0.3.0
5682026-07-17T18:45:58.740Z Downloaded float-cmp v0.10.0
5692026-07-17T18:45:58.740Z Downloaded fd-lock v4.0.4
5702026-07-17T18:45:58.743Z Downloaded foreign-types-shared v0.1.1
5712026-07-17T18:45:58.743Z Downloaded foreign-types-macros v0.2.3
5722026-07-17T18:45:58.743Z Downloaded foreign-types v0.5.0
5732026-07-17T18:45:58.743Z Downloaded foreign-types v0.3.2
5742026-07-17T18:45:58.746Z Downloaded funty v2.0.0
5752026-07-17T18:45:58.746Z Downloaded dtrace-parser v0.3.0
5762026-07-17T18:45:58.746Z Downloaded derive_builder_macro v0.20.2
5772026-07-17T18:45:58.746Z Downloaded darling v0.13.4
5782026-07-17T18:45:58.749Z Downloaded chacha20 v0.9.1
5792026-07-17T18:45:58.749Z Downloaded ed25519 v2.2.3
5802026-07-17T18:45:58.752Z Downloaded displaydoc v0.2.5
5812026-07-17T18:45:58.752Z Downloaded cmov v0.5.4
5822026-07-17T18:45:58.756Z Downloaded compression-codecs v0.4.37
5832026-07-17T18:45:58.756Z Downloaded cassowary v0.3.0
5842026-07-17T18:45:58.759Z Downloaded form_urlencoded v1.2.2
5852026-07-17T18:45:58.759Z Downloaded foreign-types-shared v0.3.1
5862026-07-17T18:45:58.759Z Downloaded der_derive v0.7.3
5872026-07-17T18:45:58.759Z Downloaded constant_time_eq v0.4.2
5882026-07-17T18:45:58.762Z Downloaded cexpr v0.6.0
5892026-07-17T18:45:58.762Z Downloaded cipher v0.5.2
5902026-07-17T18:45:58.765Z Downloaded ahash v0.8.12
5912026-07-17T18:45:58.768Z Downloaded futures-core v0.3.32
5922026-07-17T18:45:58.768Z Downloaded gethostname v0.5.0
5932026-07-17T18:45:58.768Z Downloaded futures-sink v0.3.32
5942026-07-17T18:45:58.768Z Downloaded futures-io v0.3.32
5952026-07-17T18:45:58.772Z Downloaded cipher v0.4.4
5962026-07-17T18:45:58.772Z Downloaded futures-macro v0.3.32
5972026-07-17T18:45:58.773Z Downloaded cmake v0.1.57
5982026-07-17T18:45:58.773Z Downloaded fxhash v0.2.1
5992026-07-17T18:45:58.773Z Downloaded futures-task v0.3.32
6002026-07-17T18:45:58.776Z Downloaded aes v0.9.1
6012026-07-17T18:45:58.779Z Downloaded globwalk v0.9.1
6022026-07-17T18:45:58.779Z Downloaded ghash v0.6.0
6032026-07-17T18:45:58.779Z Downloaded git-stub v1.0.0
6042026-07-17T18:45:58.779Z Downloaded ena v0.14.4
6052026-07-17T18:45:58.782Z Downloaded hash32 v0.2.1
6062026-07-17T18:45:58.782Z Downloaded anstream v0.6.21
6072026-07-17T18:45:58.785Z Downloaded daft-derive v0.1.7
6082026-07-17T18:45:58.788Z Downloaded ff v0.14.0
6092026-07-17T18:45:58.788Z Downloaded digest-io v0.1.0
6102026-07-17T18:45:58.788Z Downloaded ff v0.13.1
6112026-07-17T18:45:58.791Z Downloaded blake2 v0.10.6
6122026-07-17T18:45:58.791Z Downloaded enum_dispatch v0.3.13
6132026-07-17T18:45:58.794Z Downloaded either v1.15.0
6142026-07-17T18:45:58.794Z Downloaded colored v3.1.1
6152026-07-17T18:45:58.797Z Downloaded fallible-iterator v0.2.0
6162026-07-17T18:45:58.797Z Downloaded erased-serde v0.3.31
6172026-07-17T18:45:58.801Z Downloaded filetime v0.2.27
6182026-07-17T18:45:58.801Z Downloaded fs_extra v1.3.0
6192026-07-17T18:45:58.805Z Downloaded ed25519 v3.0.0
6202026-07-17T18:45:58.805Z Downloaded defmt v1.0.1
6212026-07-17T18:45:58.805Z Downloaded hex v0.4.3
6222026-07-17T18:45:58.808Z Downloaded headers-core v0.3.0
6232026-07-17T18:45:58.808Z Downloaded deranged v0.5.8
6242026-07-17T18:45:58.808Z Downloaded derive_builder_core v0.20.2
6252026-07-17T18:45:58.808Z Downloaded foldhash v0.1.5
6262026-07-17T18:45:58.815Z Downloaded derive-ex v0.1.8
6272026-07-17T18:45:58.815Z Downloaded hash32 v0.3.1
6282026-07-17T18:45:58.815Z Downloaded bzip2 v0.4.4
6292026-07-17T18:45:58.818Z Downloaded buf-list v1.1.2
6302026-07-17T18:45:58.818Z Downloaded data-encoding v2.10.0
6312026-07-17T18:45:58.818Z Downloaded cookie_store v0.22.1
6322026-07-17T18:45:58.818Z Downloaded fixedbitset v0.5.7
6332026-07-17T18:45:58.818Z Downloaded daft v0.1.7
6342026-07-17T18:45:58.822Z Downloaded ciborium v0.2.2
6352026-07-17T18:45:58.822Z Downloaded blake2 v0.11.0-rc.6
6362026-07-17T18:45:58.830Z Downloaded bzip2 v0.6.1
6372026-07-17T18:45:58.830Z Downloaded hex-literal v1.1.0
6382026-07-17T18:45:58.830Z Downloaded digest v0.11.3
6392026-07-17T18:45:58.830Z Downloaded http-body v1.0.1
6402026-07-17T18:45:58.830Z Downloaded home v0.5.12
6412026-07-17T18:45:58.830Z Downloaded diesel-dtrace v0.5.0
6422026-07-17T18:45:58.830Z Downloaded http-range v0.1.5
6432026-07-17T18:45:58.830Z Downloaded darling_core v0.23.0
6442026-07-17T18:45:58.834Z Downloaded futures-executor v0.3.32
6452026-07-17T18:45:58.838Z Downloaded fs-err v2.11.0
6462026-07-17T18:45:58.838Z Downloaded hubpack_derive v0.1.1
6472026-07-17T18:45:58.838Z Downloaded hostname v0.4.2
6482026-07-17T18:45:58.838Z Downloaded hostname v0.3.1
6492026-07-17T18:45:58.841Z Downloaded httpdate v1.0.3
6502026-07-17T18:45:58.841Z Downloaded group v0.14.0
6512026-07-17T18:45:58.841Z Downloaded hubpack v0.1.2
6522026-07-17T18:45:58.842Z Downloaded globset v0.4.18
6532026-07-17T18:45:58.844Z Downloaded console v0.16.2
6542026-07-17T18:45:58.844Z Downloaded console v0.15.11
6552026-07-17T18:45:58.847Z Downloaded hyper-tls v0.6.0
6562026-07-17T18:45:58.847Z Downloaded ident_case v1.0.1
6572026-07-17T18:45:58.847Z Downloaded env_logger v0.11.9
6582026-07-17T18:45:58.851Z Downloaded idna_adapter v1.2.1
6592026-07-17T18:45:58.851Z Downloaded cancel-safe-futures v0.1.5
6602026-07-17T18:45:58.854Z Downloaded clang-sys v1.8.1
6612026-07-17T18:45:58.854Z Downloaded group v0.13.0
6622026-07-17T18:45:58.858Z Downloaded crossbeam-epoch v0.9.18
6632026-07-17T18:45:58.858Z Downloaded darling v0.23.0
6642026-07-17T18:45:58.861Z Downloaded crc32fast v1.5.0
6652026-07-17T18:45:58.861Z Downloaded find-msvc-tools v0.1.9
6662026-07-17T18:45:58.864Z Downloaded ecdsa v0.16.9
6672026-07-17T18:45:58.864Z Downloaded darling v0.21.3
6682026-07-17T18:45:58.867Z Downloaded illumos-nvpair-sys v0.2.0
6692026-07-17T18:45:58.867Z Downloaded illumos-nvpair v0.3.0
6702026-07-17T18:45:58.870Z Downloaded des v0.9.0
6712026-07-17T18:45:58.870Z Downloaded delegate v0.13.5
6722026-07-17T18:45:58.870Z Downloaded const_format_proc_macros v0.2.34
6732026-07-17T18:45:58.873Z Downloaded inout v0.2.2
6742026-07-17T18:45:58.873Z Downloaded inout v0.1.4
6752026-07-17T18:45:58.873Z Downloaded glob v0.3.3
6762026-07-17T18:45:58.876Z Downloaded is_ci v1.2.0
6772026-07-17T18:45:58.876Z Downloaded is-terminal v0.4.17
6782026-07-17T18:45:58.876Z Downloaded instability v0.3.11
6792026-07-17T18:45:58.879Z Downloaded git-stub-vcs v0.1.0
6802026-07-17T18:45:58.879Z Downloaded internet-checksum v0.2.1
6812026-07-17T18:45:58.879Z Downloaded derive_builder v0.20.2
6822026-07-17T18:45:58.883Z Downloaded darling_core v0.13.4
6832026-07-17T18:45:58.886Z Downloaded instant v0.1.13
6842026-07-17T18:45:58.886Z Downloaded futures-channel v0.3.32
6852026-07-17T18:45:58.889Z Downloaded kem v0.3.0
6862026-07-17T18:45:58.889Z Downloaded cbc v0.2.1
6872026-07-17T18:45:58.889Z Downloaded highway v1.3.0
6882026-07-17T18:45:58.892Z Downloaded const-oid v0.10.2
6892026-07-17T18:45:58.892Z Downloaded libscf-sys v1.1.0
6902026-07-17T18:45:58.892Z Downloaded lalrpop-util v0.19.12
6912026-07-17T18:45:58.895Z Downloaded foldhash v0.2.0
6922026-07-17T18:45:58.895Z Downloaded keccak v0.1.6
6932026-07-17T18:45:58.895Z Downloaded const-oid v0.9.6
6942026-07-17T18:45:58.898Z Downloaded colored v2.2.0
6952026-07-17T18:45:58.898Z Downloaded getrandom v0.2.17
6962026-07-17T18:45:58.902Z Downloaded defmt-macros v1.0.1
6972026-07-17T18:45:58.914Z Downloaded hyper-staticfile v0.10.1
6982026-07-17T18:45:58.914Z Downloaded http-body-util v0.1.3
6992026-07-17T18:45:58.914Z Downloaded byte-wrapper v0.1.0
7002026-07-17T18:45:58.914Z Downloaded ctr v0.10.1
7012026-07-17T18:45:58.914Z Downloaded kstat-rs v0.2.4
7022026-07-17T18:45:58.914Z Downloaded lazy_static v1.5.0
7032026-07-17T18:45:58.914Z Downloaded lru-cache v0.1.2
7042026-07-17T18:45:58.915Z Downloaded crossbeam-deque v0.8.6
7052026-07-17T18:45:58.918Z Downloaded aead v0.6.1
7062026-07-17T18:45:58.918Z Downloaded lru-slab v0.1.2
7072026-07-17T18:45:58.918Z Downloaded md-5 v0.10.6
7082026-07-17T18:45:58.918Z Downloaded lzss v0.8.2
7092026-07-17T18:45:58.918Z Downloaded maybe-uninit v2.0.0
7102026-07-17T18:45:58.918Z Downloaded managed v0.8.0
7112026-07-17T18:45:58.918Z Downloaded maplit v1.0.2
7122026-07-17T18:45:58.922Z Downloaded elliptic-curve v0.13.8
7132026-07-17T18:45:58.922Z Downloaded impl-trait-for-tuples v0.2.3
7142026-07-17T18:45:58.925Z Downloaded drift v0.2.0
7152026-07-17T18:45:58.929Z Downloaded dropshot_endpoint v0.17.1
7162026-07-17T18:45:58.932Z Downloaded fatfs v0.3.6
7172026-07-17T18:45:58.936Z Downloaded diff v0.1.13
7182026-07-17T18:45:58.936Z Downloaded indoc v2.0.7
7192026-07-17T18:45:58.939Z Downloaded mime v0.3.17
7202026-07-17T18:45:58.939Z Downloaded memoffset v0.9.1
7212026-07-17T18:45:58.941Z Downloaded md5 v0.8.0
7222026-07-17T18:45:58.941Z Downloaded ingot v0.1.1
7232026-07-17T18:45:58.942Z Downloaded indent_write v2.2.0
7242026-07-17T18:45:58.944Z Downloaded newline-converter v0.3.0
7252026-07-17T18:45:58.944Z Downloaded new_debug_unreachable v1.0.6
7262026-07-17T18:45:58.944Z Downloaded ipnetwork v0.21.1
7272026-07-17T18:45:58.947Z Downloaded ingot-types v0.1.2
7282026-07-17T18:45:58.947Z Downloaded ipnet v2.11.0
7292026-07-17T18:45:58.947Z Downloaded derive_more v0.99.20
7302026-07-17T18:45:58.951Z Downloaded hmac v0.13.0
7312026-07-17T18:45:58.955Z Downloaded derive-where v1.6.0
7322026-07-17T18:45:58.955Z Downloaded const_format v0.2.35
7332026-07-17T18:45:58.958Z Downloaded newtype_derive v0.1.6
7342026-07-17T18:45:58.958Z Downloaded nonempty v0.12.0
7352026-07-17T18:45:58.958Z Downloaded nibble_vec v0.1.0
7362026-07-17T18:45:58.964Z Downloaded newtype-uuid-macros v0.1.0
7372026-07-17T18:45:58.964Z Downloaded multimap v0.10.1
7382026-07-17T18:45:58.964Z Downloaded nodrop v0.1.14
7392026-07-17T18:45:58.964Z Downloaded compact_str v0.8.1
7402026-07-17T18:45:58.967Z Downloaded num-conv v0.2.0
7412026-07-17T18:45:58.967Z Downloaded num v0.4.3
7422026-07-17T18:45:58.967Z Downloaded num-iter v0.1.45
7432026-07-17T18:45:58.967Z Downloaded normalize-line-endings v0.3.0
7442026-07-17T18:45:58.967Z Downloaded keccak v0.2.0
7452026-07-17T18:45:58.970Z Downloaded jobserver v0.1.34
7462026-07-17T18:45:58.970Z Downloaded chacha20poly1305 v0.10.1
7472026-07-17T18:45:58.973Z Downloaded iana-time-zone v0.1.65
7482026-07-17T18:45:58.973Z Downloaded getrandom v0.3.4
7492026-07-17T18:45:58.976Z Downloaded generic-array v1.4.3
7502026-07-17T18:45:58.979Z Downloaded hybrid-array v0.4.13
7512026-07-17T18:45:58.979Z Downloaded libsw v3.5.0
7522026-07-17T18:45:58.982Z Downloaded libsw-core v0.3.2
7532026-07-17T18:45:58.982Z Downloaded libefi-sys v0.1.0
7542026-07-17T18:45:58.982Z Downloaded humantime v2.3.0
7552026-07-17T18:45:58.985Z Downloaded opaque-debug v0.3.1
7562026-07-17T18:45:58.985Z Downloaded linear-map v1.2.0
7572026-07-17T18:45:58.985Z Downloaded num_enum_derive v0.5.11
7582026-07-17T18:45:58.988Z Downloaded num-derive v0.4.2
7592026-07-17T18:45:58.988Z Downloaded num-derive v0.3.3
7602026-07-17T18:45:58.988Z Downloaded futures v0.3.32
7612026-07-17T18:45:58.991Z Downloaded olpc-cjson v0.1.4
7622026-07-17T18:45:58.994Z Downloaded num_threads v0.1.7
7632026-07-17T18:45:58.994Z Downloaded lock_api v0.4.14
7642026-07-17T18:45:58.994Z Downloaded elliptic-curve v0.14.0-rc.33
7652026-07-17T18:45:58.998Z Downloaded hyper-rustls v0.27.7
7662026-07-17T18:45:59.009Z Downloaded flume v0.11.1
7672026-07-17T18:45:59.009Z Downloaded half v2.7.1
7682026-07-17T18:45:59.009Z Downloaded indoc v1.0.9
7692026-07-17T18:45:59.009Z Downloaded bumpalo v3.20.2
7702026-07-17T18:45:59.009Z Downloaded openssl-probe v0.2.1
7712026-07-17T18:45:59.013Z Downloaded base64 v0.22.1
7722026-07-17T18:45:59.013Z Downloaded async-compression v0.4.41
7732026-07-17T18:45:59.016Z Downloaded packed_struct_codegen v0.10.1
7742026-07-17T18:45:59.016Z Downloaded oso-derive v0.27.3
7752026-07-17T18:45:59.016Z Downloaded der v0.7.10
7762026-07-17T18:45:59.019Z Downloaded nanorand v0.7.0
7772026-07-17T18:45:59.019Z Downloaded multer v3.1.0
7782026-07-17T18:45:59.022Z Downloaded chacha20 v0.10.0
7792026-07-17T18:45:59.022Z Downloaded ar_archive_writer v0.5.1
7802026-07-17T18:45:59.025Z Downloaded openssl-macros v0.1.1
7812026-07-17T18:45:59.025Z Downloaded native-tls v0.2.18
7822026-07-17T18:45:59.028Z Downloaded module-lattice v0.2.3
7832026-07-17T18:45:59.028Z Downloaded newtype-uuid v1.3.2
7842026-07-17T18:45:59.028Z Downloaded ingot-macros v0.1.1
7852026-07-17T18:45:59.031Z Downloaded bytes v1.11.1
7862026-07-17T18:45:59.034Z Downloaded num-rational v0.4.2
7872026-07-17T18:45:59.034Z Downloaded match_cfg v0.1.0
7882026-07-17T18:45:59.034Z Downloaded nu-ansi-term v0.50.3
7892026-07-17T18:45:59.037Z Downloaded parse-display v0.10.0
7902026-07-17T18:45:59.037Z Downloaded num-complex v0.4.6
7912026-07-17T18:45:59.037Z Downloaded path-slash v0.1.5
7922026-07-17T18:45:59.040Z Downloaded parse-size v1.1.0
7932026-07-17T18:45:59.040Z Downloaded libloading v0.8.9
7942026-07-17T18:45:59.043Z Downloaded httparse v1.10.1
7952026-07-17T18:45:59.043Z Downloaded crossterm v0.29.0
7962026-07-17T18:45:59.046Z Downloaded num-integer v0.1.46
7972026-07-17T18:45:59.049Z Downloaded litemap v0.8.1
7982026-07-17T18:45:59.049Z Downloaded ignore v0.4.25
7992026-07-17T18:45:59.053Z Downloaded num_enum_derive v0.7.6
8002026-07-17T18:45:59.053Z Downloaded num_enum v0.7.6
8012026-07-17T18:45:59.056Z Downloaded percent-encoding v2.3.2
8022026-07-17T18:45:59.059Z Downloaded num_enum v0.5.11
8032026-07-17T18:45:59.063Z Downloaded phf_shared v0.12.1
8042026-07-17T18:45:59.063Z Downloaded phf_shared v0.11.3
8052026-07-17T18:45:59.063Z Downloaded mime_guess v2.0.5
8062026-07-17T18:45:59.063Z Downloaded phf_shared v0.13.1
8072026-07-17T18:45:59.067Z Downloaded icu_provider v2.1.1
8082026-07-17T18:45:59.067Z Downloaded derive_more v2.1.1
8092026-07-17T18:45:59.086Z Downloaded memmap2 v0.9.10
8102026-07-17T18:45:59.089Z Downloaded predicates-tree v1.0.13
8112026-07-17T18:45:59.089Z Downloaded packed_struct v0.10.1
8122026-07-17T18:45:59.092Z Downloaded oxnet v0.1.6
8132026-07-17T18:45:59.092Z Downloaded oxide-tokio-rt v0.1.4
8142026-07-17T18:45:59.092Z Downloaded owo-colors v4.3.0
8152026-07-17T18:45:59.095Z Downloaded openssl-probe v0.1.6
8162026-07-17T18:45:59.095Z Downloaded ml-kem v0.3.2
8172026-07-17T18:45:59.098Z Downloaded hmac v0.12.1
8182026-07-17T18:45:59.098Z Downloaded indexmap v1.9.3
8192026-07-17T18:45:59.101Z Downloaded precomputed-hash v0.1.1
8202026-07-17T18:45:59.101Z Downloaded potential_utf v0.1.4
8212026-07-17T18:45:59.104Z Downloaded predicates-core v1.0.10
8222026-07-17T18:45:59.104Z Downloaded heapless v0.7.17
8232026-07-17T18:45:59.107Z Downloaded headers v0.4.1
8242026-07-17T18:45:59.110Z Downloaded paste v1.0.15
8252026-07-17T18:45:59.110Z Downloaded password-hash v0.6.1
8262026-07-17T18:45:59.113Z Downloaded password-hash v0.5.0
8272026-07-17T18:45:59.113Z Downloaded peg-runtime v0.8.5
8282026-07-17T18:45:59.113Z Downloaded parse-display-derive v0.10.0
8292026-07-17T18:45:59.118Z Downloaded parking_lot_core v0.8.6
8302026-07-17T18:45:59.119Z Downloaded proc-macro-error-attr2 v2.0.0
8312026-07-17T18:45:59.119Z Downloaded proc-macro-crate v3.4.0
8322026-07-17T18:45:59.124Z Downloaded proc-macro-crate v1.3.1
8332026-07-17T18:45:59.124Z Downloaded icu_normalizer_data v2.1.1
8342026-07-17T18:45:59.124Z Downloaded aes-gcm v0.11.0
8352026-07-17T18:45:59.124Z Downloaded peg v0.8.5
8362026-07-17T18:45:59.127Z Downloaded pbkdf2 v0.13.0
8372026-07-17T18:45:59.127Z Downloaded libbz2-rs-sys v0.2.2
8382026-07-17T18:45:59.127Z Downloaded icu_normalizer v2.1.1
8392026-07-17T18:45:59.131Z Downloaded indicatif v0.18.4
8402026-07-17T18:45:59.139Z Downloaded psl-types v2.0.11
8412026-07-17T18:45:59.139Z Downloaded phc v0.6.1
8422026-07-17T18:45:59.139Z Downloaded pem-rfc7468 v1.0.0
8432026-07-17T18:45:59.142Z Downloaded radium v0.7.0
8442026-07-17T18:45:59.142Z Downloaded progenitor-macro v0.14.0
8452026-07-17T18:45:59.142Z Downloaded progenitor-macro v0.13.0
8462026-07-17T18:45:59.142Z Downloaded quick-error v1.2.3
8472026-07-17T18:45:59.142Z Downloaded expectorate v1.2.0
8482026-07-17T18:45:59.142Z Downloaded flate2 v1.1.9
8492026-07-17T18:45:59.145Z Downloaded pkcs8 v0.10.2
8502026-07-17T18:45:59.148Z Downloaded polyval v0.7.1
8512026-07-17T18:45:59.148Z Downloaded pin-project-internal v1.1.11
8522026-07-17T18:45:59.151Z Downloaded poly1305 v0.8.0
8532026-07-17T18:45:59.151Z Downloaded ppv-lite86 v0.2.21
8542026-07-17T18:45:59.154Z Downloaded pin-project-lite v0.2.17
8552026-07-17T18:45:59.157Z Downloaded cc v1.2.56
8562026-07-17T18:45:59.157Z Downloaded rand_chacha v0.3.1
8572026-07-17T18:45:59.160Z Downloaded heapless v0.8.0
8582026-07-17T18:45:59.163Z Downloaded parking_lot v0.12.5
8592026-07-17T18:45:59.163Z Downloaded predicates v3.1.4
8602026-07-17T18:45:59.167Z Downloaded primeorder v0.13.6
8612026-07-17T18:45:59.167Z Downloaded rand_xorshift v0.4.0
8622026-07-17T18:45:59.167Z Downloaded pkg-config v0.3.32
8632026-07-17T18:45:59.172Z Downloaded powerfmt v0.2.0
8642026-07-17T18:45:59.172Z Downloaded phf v0.12.1
8652026-07-17T18:45:59.172Z Downloaded pem v3.0.6
8662026-07-17T18:45:59.172Z Downloaded peg-macros v0.8.5
8672026-07-17T18:45:59.175Z Downloaded ed25519-dalek v3.0.0-rc.0
8682026-07-17T18:45:59.175Z Downloaded parking_lot_core v0.9.12
8692026-07-17T18:45:59.178Z Downloaded parking_lot v0.11.2
8702026-07-17T18:45:59.178Z Downloaded recursive-proc-macro-impl v0.1.1
8712026-07-17T18:45:59.181Z Downloaded progenitor v0.13.0
8722026-07-17T18:45:59.181Z Downloaded recursive v0.1.1
8732026-07-17T18:45:59.181Z Downloaded proc-macro-error2 v2.0.1
8742026-07-17T18:45:59.184Z Downloaded primeorder v0.14.0-rc.10
8752026-07-17T18:45:59.184Z Downloaded primefield v0.14.0
8762026-07-17T18:45:59.184Z Downloaded postgres-protocol v0.6.10
8772026-07-17T18:45:59.187Z Downloaded diesel_derives v2.3.7
8782026-07-17T18:45:59.191Z Downloaded progenitor-client v0.14.0
8792026-07-17T18:45:59.194Z Downloaded derive_more-impl v2.1.1
8802026-07-17T18:45:59.198Z Downloaded ref-cast-impl v1.0.25
8812026-07-17T18:45:59.198Z Downloaded ref-cast v1.0.25
8822026-07-17T18:45:59.198Z Downloaded ed25519-dalek v2.2.0
8832026-07-17T18:45:59.200Z Downloaded progenitor-client v0.13.0
8842026-07-17T18:45:59.201Z Downloaded omicron-zone-package v0.12.3
8852026-07-17T18:45:59.204Z Downloaded rfc6979 v0.5.0
8862026-07-17T18:45:59.204Z Downloaded psm v0.1.30
8872026-07-17T18:45:59.207Z Downloaded rtoolbox v0.0.3
8882026-07-17T18:45:59.207Z Downloaded progenitor-extras v0.2.0
8892026-07-17T18:45:59.210Z Downloaded progenitor v0.14.0
8902026-07-17T18:45:59.210Z Downloaded phf v0.13.1
8912026-07-17T18:45:59.210Z Downloaded port-file v0.1.0
8922026-07-17T18:45:59.215Z Downloaded postgres-types v0.2.12
8932026-07-17T18:45:59.215Z Downloaded postcard v1.1.3
8942026-07-17T18:45:59.218Z Downloaded r2d2 v0.8.10
8952026-07-17T18:45:59.218Z Downloaded rand_seeder v0.4.0
8962026-07-17T18:45:59.218Z Downloaded rand_core v0.10.0
8972026-07-17T18:45:59.222Z Downloaded miniz_oxide v0.8.9
8982026-07-17T18:45:59.222Z Downloaded rustc_version v0.1.7
8992026-07-17T18:45:59.222Z Downloaded rustc-hash v2.1.1
9002026-07-17T18:45:59.222Z Downloaded russh-util v0.52.0
9012026-07-17T18:45:59.225Z Downloaded rustc_version v0.4.1
9022026-07-17T18:45:59.225Z Downloaded oso v0.27.3
9032026-07-17T18:45:59.228Z Downloaded russh-cryptovec v0.61.0
9042026-07-17T18:45:59.228Z Downloaded hickory-resolver v0.25.2
9052026-07-17T18:45:59.231Z Downloaded rand_core v0.6.4
9062026-07-17T18:45:59.231Z Downloaded rand_chacha v0.9.0
9072026-07-17T18:45:59.234Z Downloaded poly1305 v0.9.0
9082026-07-17T18:45:59.234Z Downloaded jiff-static v0.2.21
9092026-07-17T18:45:59.237Z Downloaded num-traits v0.2.19
9102026-07-17T18:45:59.242Z Downloaded pkcs1 v0.8.0-rc.4
9112026-07-17T18:45:59.242Z Downloaded pkcs1 v0.7.5
9122026-07-17T18:45:59.242Z Downloaded pkcs8 v0.11.0
9132026-07-17T18:45:59.248Z Downloaded pem-rfc7468 v0.7.0
9142026-07-17T18:45:59.248Z Downloaded crypto-bigint v0.5.5
9152026-07-17T18:45:59.251Z Downloaded scopeguard v1.2.0
9162026-07-17T18:45:59.251Z Downloaded scheduled-thread-pool v0.2.7
9172026-07-17T18:45:59.251Z Downloaded sapling-renderdag v0.1.0
9182026-07-17T18:45:59.251Z Downloaded same-file v1.0.6
9192026-07-17T18:45:59.254Z Downloaded icu_locale_core v2.1.1
9202026-07-17T18:45:59.257Z Downloaded scroll_derive v0.13.1
9212026-07-17T18:45:59.257Z Downloaded minimal-lexical v0.2.1
9222026-07-17T18:45:59.260Z Downloaded icu_collections v2.1.1
9232026-07-17T18:45:59.263Z Downloaded secrecy v0.8.0
9242026-07-17T18:45:59.266Z Downloaded hashbrown v0.12.3
9252026-07-17T18:45:59.269Z Downloaded crossterm v0.28.1
9262026-07-17T18:45:59.274Z Downloaded serde_repr v0.1.20
9272026-07-17T18:45:59.274Z Downloaded serde_bytes v0.11.19
9282026-07-17T18:45:59.274Z Downloaded serde_spanned v1.1.1
9292026-07-17T18:45:59.277Z Downloaded serde-big-array v0.5.1
9302026-07-17T18:45:59.277Z Downloaded seq-macro v0.3.6
9312026-07-17T18:45:59.277Z Downloaded semver v0.1.20
9322026-07-17T18:45:59.280Z Downloaded secrecy v0.10.3
9332026-07-17T18:45:59.280Z Downloaded rfc6979 v0.4.0
9342026-07-17T18:45:59.280Z Downloaded resolv-conf v0.7.6
9352026-07-17T18:45:59.283Z Downloaded quinn-udp v0.5.14
9362026-07-17T18:45:59.283Z Downloaded pkcs5 v0.8.1
9372026-07-17T18:45:59.286Z Downloaded serde_plain v1.0.2
9382026-07-17T18:45:59.286Z Downloaded rpassword v7.5.4
9392026-07-17T18:45:59.289Z Downloaded serde_urlencoded v0.7.1
9402026-07-17T18:45:59.289Z Downloaded rand_core v0.9.5
9412026-07-17T18:45:59.292Z Downloaded pin-project v1.1.11
9422026-07-17T18:45:59.296Z Downloaded rustls-pemfile v2.2.0
9432026-07-17T18:45:59.299Z Downloaded hashbrown v0.13.2
9442026-07-17T18:45:59.302Z Downloaded sha1 v0.11.0
9452026-07-17T18:45:59.302Z Downloaded rusty-fork v0.3.1
9462026-07-17T18:45:59.305Z Downloaded sha1 v0.10.6
9472026-07-17T18:45:59.305Z Downloaded prefix-trie v0.7.0
9482026-07-17T18:45:59.309Z Downloaded shell-words v1.1.1
9492026-07-17T18:45:59.309Z Downloaded signal-hook-mio v0.2.5
9502026-07-17T18:45:59.309Z Downloaded hickory-resolver v0.24.4
9512026-07-17T18:45:59.312Z Downloaded signal-hook-tokio v0.3.1
9522026-07-17T18:45:59.312Z Downloaded p384 v0.14.0-rc.10
9532026-07-17T18:45:59.315Z Downloaded http v1.4.2
9542026-07-17T18:45:59.318Z Downloaded rustls-native-certs v0.8.3
9552026-07-17T18:45:59.321Z Downloaded der v0.8.0
9562026-07-17T18:45:59.329Z Downloaded sigpipe v0.1.3
9572026-07-17T18:45:59.329Z Downloaded scroll v0.13.0
9582026-07-17T18:45:59.329Z Downloaded schemars_derive v0.8.22
9592026-07-17T18:45:59.329Z Downloaded half v1.8.3
9602026-07-17T18:45:59.337Z Downloaded slog-bunyan v2.5.0
9612026-07-17T18:45:59.338Z Downloaded signature v2.2.0
9622026-07-17T18:45:59.338Z Downloaded siphasher v1.0.2
9632026-07-17T18:45:59.338Z Downloaded sec1 v0.7.3
9642026-07-17T18:45:59.338Z Downloaded scrypt v0.12.0
9652026-07-17T18:45:59.338Z Downloaded slog-envlogger v2.2.0
9662026-07-17T18:45:59.338Z Downloaded litrs v1.0.0
9672026-07-17T18:45:59.342Z Downloaded icu_properties v2.1.2
9682026-07-17T18:45:59.342Z Downloaded lru v0.12.5
9692026-07-17T18:45:59.342Z Downloaded linked-hash-map v0.5.6
9702026-07-17T18:45:59.342Z Downloaded dropshot-api-manager v0.7.2
9712026-07-17T18:45:59.345Z Downloaded serde-hex v0.1.0
9722026-07-17T18:45:59.345Z Downloaded sec1 v0.8.1
9732026-07-17T18:45:59.346Z Downloaded progenitor-impl v0.14.0
9742026-07-17T18:45:59.349Z Downloaded csv-core v0.1.13
9752026-07-17T18:45:59.349Z Downloaded p256 v0.14.0-rc.10
9762026-07-17T18:45:59.352Z Downloaded openssl-sys v0.9.115
9772026-07-17T18:45:59.365Z Downloaded papergrid v0.17.0
9782026-07-17T18:45:59.369Z Downloaded serde_path_to_error v0.1.20
9792026-07-17T18:45:59.373Z Downloaded serdect v0.4.3
9802026-07-17T18:45:59.377Z Downloaded serde_with_macros v1.5.2
9812026-07-17T18:45:59.377Z Downloaded shlex v1.3.0
9822026-07-17T18:45:59.377Z Downloaded signature v3.0.0
9832026-07-17T18:45:59.377Z Downloaded signal-hook-registry v1.4.8
9842026-07-17T18:45:59.380Z Downloaded strum v0.26.3
9852026-07-17T18:45:59.380Z Downloaded strsim v0.10.0
9862026-07-17T18:45:59.385Z Downloaded prettyplease v0.2.37
9872026-07-17T18:45:59.385Z Downloaded sqlparser_derive v0.5.0
9882026-07-17T18:45:59.388Z Downloaded hickory-server v0.25.2
9892026-07-17T18:45:59.388Z Downloaded itertools v0.10.5
9902026-07-17T18:45:59.392Z Downloaded simd-adler32 v0.3.8
9912026-07-17T18:45:59.398Z Downloaded rcgen v0.12.1
9922026-07-17T18:45:59.401Z Downloaded salsa20 v0.11.0
9932026-07-17T18:45:59.404Z Downloaded slab v0.4.12
9942026-07-17T18:45:59.404Z Downloaded slog-scope v4.4.1
9952026-07-17T18:45:59.404Z Downloaded slog-json v2.6.1
9962026-07-17T18:45:59.408Z Downloaded subtle v2.6.1
9972026-07-17T18:45:59.408Z Downloaded supports-color v3.0.2
9982026-07-17T18:45:59.408Z Downloaded strum v0.27.2
9992026-07-17T18:45:59.408Z Downloaded structmeta-derive v0.3.0
10002026-07-17T18:45:59.411Z Downloaded structmeta v0.3.0
10012026-07-17T18:45:59.411Z Downloaded slog-dtrace v0.3.0
10022026-07-17T18:45:59.411Z Downloaded slog-async v2.8.0
10032026-07-17T18:45:59.414Z Downloaded slog-stdlog v4.1.1
10042026-07-17T18:45:59.414Z Downloaded smf v0.2.3
10052026-07-17T18:45:59.414Z Downloaded serde_cbor v0.11.2
10062026-07-17T18:45:59.417Z Downloaded sync_wrapper v1.0.2
10072026-07-17T18:45:59.417Z Downloaded sync-ptr v0.1.4
10082026-07-17T18:45:59.418Z Downloaded hyper-util v0.1.20
10092026-07-17T18:45:59.421Z Downloaded tabwriter v1.4.1
10102026-07-17T18:45:59.424Z Downloaded tabled_derive v0.11.0
10112026-07-17T18:45:59.424Z Downloaded smallvec v0.6.14
10122026-07-17T18:45:59.424Z Downloaded slog-term v2.9.2
10132026-07-17T18:45:59.430Z Downloaded internal-russh-num-bigint v0.5.0
10142026-07-17T18:45:59.450Z Downloaded ron v0.8.1
10152026-07-17T18:45:59.450Z Downloaded hashbrown v0.15.5
10162026-07-17T18:45:59.454Z Downloaded thiserror-impl-no-std v2.0.2
10172026-07-17T18:45:59.454Z Downloaded testing_table v0.3.0
10182026-07-17T18:45:59.454Z Downloaded serde_derive_internals v0.29.1
10192026-07-17T18:45:59.454Z Downloaded termtree v0.5.1
10202026-07-17T18:45:59.454Z Downloaded take_mut v0.2.2
10212026-07-17T18:45:59.454Z Downloaded tagptr v0.2.0
10222026-07-17T18:45:59.454Z Downloaded snafu-derive v0.8.9
10232026-07-17T18:45:59.454Z Downloaded spki v0.8.0
10242026-07-17T18:45:59.455Z Downloaded serde_with_macros v3.21.0
10252026-07-17T18:45:59.455Z Downloaded hashbrown v0.16.1
10262026-07-17T18:45:59.455Z Downloaded rustls-platform-verifier v0.6.2
10272026-07-17T18:45:59.455Z Downloaded sha2 v0.11.0
10282026-07-17T18:45:59.455Z Downloaded strip-ansi-escapes v0.2.1
10292026-07-17T18:45:59.459Z Downloaded string_cache v0.8.9
10302026-07-17T18:45:59.459Z Downloaded tap v1.0.1
10312026-07-17T18:45:59.459Z Downloaded stringprep v0.1.5
10322026-07-17T18:45:59.459Z Downloaded thread-id v5.1.0
10332026-07-17T18:45:59.459Z Downloaded time-core v0.1.8
10342026-07-17T18:45:59.466Z Downloaded stacker v0.1.23
10352026-07-17T18:45:59.466Z Downloaded stable_deref_trait v1.2.1
10362026-07-17T18:45:59.466Z Downloaded ssh-encoding v0.3.0-rc.9
10372026-07-17T18:45:59.466Z Downloaded ssh-cipher v0.3.0-rc.9
10382026-07-17T18:45:59.466Z Downloaded pretty_assertions v1.4.1
10392026-07-17T18:45:59.466Z Downloaded rayon-core v1.13.0
10402026-07-17T18:45:59.480Z Downloaded sqlformat v0.3.5
10412026-07-17T18:45:59.480Z Downloaded spki v0.7.3
10422026-07-17T18:45:59.480Z Downloaded strum_macros v0.27.2
10432026-07-17T18:45:59.480Z Downloaded strum_macros v0.26.4
10442026-07-17T18:45:59.480Z Downloaded tinyvec_macros v0.1.1
10452026-07-17T18:45:59.486Z Downloaded strum_macros v0.24.3
10462026-07-17T18:45:59.486Z Downloaded smallvec v1.15.1
10472026-07-17T18:45:59.486Z Downloaded qorb v0.4.1
10482026-07-17T18:45:59.493Z Downloaded publicsuffix v2.3.0
10492026-07-17T18:45:59.493Z Downloaded progenitor-impl v0.13.0
10502026-07-17T18:45:59.494Z Downloaded schemars v0.8.22
10512026-07-17T18:45:59.498Z Downloaded support-bundle-viewer v0.1.2
10522026-07-17T18:45:59.502Z Downloaded tokio-macros v2.7.0
10532026-07-17T18:45:59.502Z Downloaded serde_yaml v0.9.34+deprecated
10542026-07-17T18:45:59.505Z Downloaded termios v0.3.3
10552026-07-17T18:45:59.505Z Downloaded synstructure v0.13.2
10562026-07-17T18:45:59.505Z Downloaded ryu v1.0.23
10572026-07-17T18:45:59.508Z Downloaded topological-sort v0.2.2
10582026-07-17T18:45:59.508Z Downloaded tower-service v0.3.3
10592026-07-17T18:45:59.508Z Downloaded rustls-pki-types v1.14.0
10602026-07-17T18:45:59.511Z Downloaded quinn v0.11.9
10612026-07-17T18:45:59.514Z Downloaded num-bigint v0.4.6
10622026-07-17T18:45:59.519Z Downloaded itertools v0.13.0
10632026-07-17T18:45:59.522Z Downloaded mio v1.2.0
10642026-07-17T18:45:59.525Z Downloaded rand v0.8.6
10652026-07-17T18:45:59.525Z Downloaded thiserror-no-std v2.0.2
10662026-07-17T18:45:59.529Z Downloaded time-macros v0.2.27
10672026-07-17T18:45:59.529Z Downloaded thread_local v1.1.9
10682026-07-17T18:45:59.532Z Downloaded try-lock v0.2.5
10692026-07-17T18:45:59.532Z Downloaded trait-variant v0.1.2
10702026-07-17T18:45:59.532Z Downloaded unarray v0.1.4
10712026-07-17T18:45:59.532Z Downloaded tower-layer v0.3.3
10722026-07-17T18:45:59.536Z Downloaded static_assertions v1.1.0
10732026-07-17T18:45:59.536Z Downloaded spin v0.9.8
10742026-07-17T18:45:59.536Z Downloaded idna v1.1.0
10752026-07-17T18:45:59.539Z Downloaded libxml v0.3.3
10762026-07-17T18:45:59.542Z Downloaded itertools v0.12.1
10772026-07-17T18:45:59.546Z Downloaded typify-macro v0.6.2
10782026-07-17T18:45:59.549Z Downloaded tiny-keccak v2.0.2
10792026-07-17T18:45:59.549Z Downloaded slog v2.8.2
10802026-07-17T18:45:59.552Z Downloaded similar v2.7.0
10812026-07-17T18:45:59.555Z Downloaded tls_codec v0.4.2
10822026-07-17T18:45:59.555Z Downloaded tls_codec_derive v0.4.2
10832026-07-17T18:45:59.558Z Downloaded signal-hook v0.3.18
10842026-07-17T18:45:59.558Z Downloaded unit-prefix v0.5.2
10852026-07-17T18:45:59.561Z Downloaded unicode-xid v0.2.6
10862026-07-17T18:45:59.561Z Downloaded schemars v0.9.0
10872026-07-17T18:45:59.567Z Downloaded usdt-macro v0.6.0
10882026-07-17T18:45:59.570Z Downloaded rand v0.9.2
10892026-07-17T18:45:59.573Z Downloaded tokio-native-tls v0.3.1
10902026-07-17T18:45:59.573Z Downloaded utf8_iter v1.0.4
10912026-07-17T18:45:59.573Z Downloaded universal-hash v0.5.1
10922026-07-17T18:45:59.576Z Downloaded rsa v0.9.10
10932026-07-17T18:45:59.579Z Downloaded utf-8 v0.7.6
10942026-07-17T18:45:59.579Z Downloaded tokio-test v0.4.5
10952026-07-17T18:45:59.579Z Downloaded untrusted v0.7.1
10962026-07-17T18:45:59.579Z Downloaded universal-hash v0.6.1
10972026-07-17T18:45:59.584Z Downloaded unicode-truncate v1.1.0
10982026-07-17T18:45:59.584Z Downloaded h2 v0.4.15
10992026-07-17T18:45:59.587Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11002026-07-17T18:45:59.587Z Downloaded tokio-tungstenite v0.21.0
11012026-07-17T18:45:59.587Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-07-17T18:45:59.590Z Downloaded tokio-dtrace v0.1.1
11032026-07-17T18:45:59.590Z Downloaded socket2 v0.5.10
11042026-07-17T18:45:59.593Z Downloaded usdt-attr-macro v0.6.0
11052026-07-17T18:45:59.593Z Downloaded rustls-webpki v0.103.13
11062026-07-17T18:45:59.596Z Downloaded usdt v0.6.0
11072026-07-17T18:45:59.596Z Downloaded untrusted v0.9.0
11082026-07-17T18:45:59.596Z Downloaded toml_writer v1.1.1+spec-1.1.0
11092026-07-17T18:45:59.599Z Downloaded tokio-tungstenite v0.23.1
11102026-07-17T18:45:59.599Z Downloaded num-bigint-dig v0.8.6
11112026-07-17T18:45:59.602Z Downloaded iri-string v0.7.10
11122026-07-17T18:45:59.604Z Downloaded waitgroup v0.1.2
11132026-07-17T18:45:59.607Z Downloaded term v1.2.1
11142026-07-17T18:45:59.607Z Downloaded term v0.7.0
11152026-07-17T18:45:59.610Z Downloaded want v0.3.1
11162026-07-17T18:45:59.610Z Downloaded icu_properties_data v2.1.2
11172026-07-17T18:45:59.615Z Downloaded unicase v2.9.0
11182026-07-17T18:45:59.618Z Downloaded schemars v1.2.1
11192026-07-17T18:45:59.626Z Downloaded tinystr v0.8.2
11202026-07-17T18:45:59.630Z Downloaded samael v0.0.19
11212026-07-17T18:45:59.635Z Downloaded itertools v0.14.0
11222026-07-17T18:45:59.639Z Downloaded hkdf v0.12.4
11232026-07-17T18:45:59.639Z Downloaded yoke-derive v0.8.1
11242026-07-17T18:45:59.639Z Downloaded zeroize_derive v1.4.3
11252026-07-17T18:45:59.639Z Downloaded hyper v1.10.1
11262026-07-17T18:45:59.644Z Downloaded subprocess v0.2.15
11272026-07-17T18:45:59.644Z Downloaded usdt-impl v0.6.0
11282026-07-17T18:45:59.647Z Downloaded xshell-macros v0.2.7
11292026-07-17T18:45:59.647Z Downloaded tokio-rustls v0.26.4
11302026-07-17T18:45:59.647Z Downloaded test-strategy v0.4.5
11312026-07-17T18:45:59.650Z Downloaded zerofrom-derive v0.1.6
11322026-07-17T18:45:59.650Z Downloaded vergen-lib v9.1.0
11332026-07-17T18:45:59.650Z Downloaded tokio-stream v0.1.18
11342026-07-17T18:45:59.654Z Downloaded zerofrom v0.1.6
11352026-07-17T18:45:59.657Z Downloaded snafu v0.8.9
11362026-07-17T18:45:59.658Z Downloaded zone v0.3.1
11372026-07-17T18:45:59.661Z Downloaded vergen-lib v0.1.6
11382026-07-17T18:45:59.661Z Downloaded vergen-git2 v9.1.0
11392026-07-17T18:45:59.661Z Downloaded uzers v0.12.2
11402026-07-17T18:45:59.664Z Downloaded vergen-gitcl v1.0.8
11412026-07-17T18:45:59.664Z Downloaded aho-corasick v1.1.4
11422026-07-17T18:45:59.675Z Downloaded rand v0.10.1
11432026-07-17T18:45:59.675Z Downloaded socket2 v0.6.3
11442026-07-17T18:45:59.679Z Downloaded void v1.0.2
11452026-07-17T18:45:59.679Z Downloaded toml_parser v1.1.2+spec-1.1.0
11462026-07-17T18:45:59.679Z Downloaded aws-lc-rs v1.16.3
11472026-07-17T18:45:59.679Z Downloaded zone_cfg_derive v0.3.1
11482026-07-17T18:45:59.679Z Downloaded walkdir v2.5.0
11492026-07-17T18:45:59.679Z Downloaded vsss-rs v3.3.4
11502026-07-17T18:45:59.683Z Downloaded tracing-attributes v0.1.31
11512026-07-17T18:45:59.683Z Downloaded whoami v1.6.1
11522026-07-17T18:45:59.683Z Downloaded libm v0.2.16
11532026-07-17T18:45:59.688Z Downloaded nom v8.0.0
11542026-07-17T18:45:59.691Z Downloaded writeable v0.6.2
11552026-07-17T18:45:59.694Z Downloaded tinyvec v1.10.0
11562026-07-17T18:45:59.696Z Downloaded whoami v2.1.0
11572026-07-17T18:45:59.697Z Downloaded unicode-properties v0.1.4
11582026-07-17T18:45:59.697Z Downloaded bitvec v1.0.1
11592026-07-17T18:45:59.706Z Downloaded yoke v0.8.1
11602026-07-17T18:45:59.709Z Downloaded xshell v0.2.7
11612026-07-17T18:45:59.709Z Downloaded iddqd v0.4.2
11622026-07-17T18:45:59.715Z Downloaded wait-timeout v0.2.1
11632026-07-17T18:45:59.718Z Downloaded toml v1.1.2+spec-1.1.0
11642026-07-17T18:45:59.718Z Downloaded vergen v9.1.0
11652026-07-17T18:45:59.722Z Downloaded hkdf v0.13.0
11662026-07-17T18:45:59.722Z Downloaded toml v0.7.8
11672026-07-17T18:45:59.725Z Downloaded rsa v0.10.0-rc.18
11682026-07-17T18:45:59.727Z Downloaded zerovec-derive v0.11.2
11692026-07-17T18:45:59.728Z Downloaded tar v0.4.46
11702026-07-17T18:45:59.731Z Downloaded steno v0.4.1
11712026-07-17T18:45:59.731Z Downloaded unicode-bidi v0.3.18
11722026-07-17T18:45:59.734Z Downloaded blake3 v1.8.5
11732026-07-17T18:45:59.739Z Downloaded tungstenite v0.23.0
11742026-07-17T18:45:59.742Z Downloaded rustyline v14.0.0
11752026-07-17T18:45:59.742Z Downloaded xattr v1.6.1
11762026-07-17T18:45:59.745Z Downloaded wyz v0.5.1
11772026-07-17T18:45:59.745Z Downloaded twox-hash v2.1.2
11782026-07-17T18:45:59.748Z Downloaded tui-tree-widget v0.23.1
11792026-07-17T18:45:59.748Z Downloaded futures-util v0.3.32
11802026-07-17T18:45:59.752Z Downloaded unsafe-libyaml v0.2.11
11812026-07-17T18:45:59.755Z Downloaded typify v0.6.2
11822026-07-17T18:45:59.758Z Downloaded p521 v0.14.0-rc.10
11832026-07-17T18:45:59.761Z Downloaded zerocopy v0.6.6
11842026-07-17T18:45:59.761Z Downloaded yasna v0.5.2
11852026-07-17T18:45:59.764Z Downloaded uuid v1.23.4
11862026-07-17T18:45:59.764Z Downloaded nom v7.1.3
11872026-07-17T18:45:59.767Z Downloaded rustversion v1.0.22
11882026-07-17T18:45:59.770Z Downloaded zeroize v1.8.2
11892026-07-17T18:45:59.773Z Downloaded zstd-safe v7.2.4
11902026-07-17T18:45:59.773Z Downloaded toml_edit v0.23.10+spec-1.0.0
11912026-07-17T18:45:59.777Z Downloaded chrono v0.4.45
11922026-07-17T18:45:59.783Z Downloaded vte v0.14.1
11932026-07-17T18:45:59.787Z Downloaded tracing-core v0.1.36
11942026-07-17T18:45:59.791Z Downloaded zstd v0.13.3
11952026-07-17T18:45:59.791Z Downloaded tungstenite v0.21.0
11962026-07-17T18:45:59.794Z Downloaded reedline v0.40.0
11972026-07-17T18:45:59.803Z Downloaded p384 v0.13.1
11982026-07-17T18:45:59.806Z Downloaded toml_edit v0.19.15
11992026-07-17T18:45:59.816Z Downloaded tokio-postgres v0.7.16
12002026-07-17T18:45:59.819Z Downloaded serde_with v1.14.0
12012026-07-17T18:45:59.822Z Downloaded git2 v0.20.4
12022026-07-17T18:45:59.826Z Downloaded bindgen v0.71.1
12032026-07-17T18:45:59.830Z Downloaded zopfli v0.8.3
12042026-07-17T18:45:59.835Z Downloaded reqwest v0.12.28
12052026-07-17T18:45:59.839Z Downloaded zerotrie v0.2.3
12062026-07-17T18:45:59.846Z Downloaded url v2.5.8
12072026-07-17T18:45:59.853Z Downloaded zip v0.6.6
12082026-07-17T18:45:59.856Z Downloaded regex v1.12.3
12092026-07-17T18:45:59.862Z Downloaded rawzip v0.4.4
12102026-07-17T18:45:59.865Z Downloaded yansi v1.0.1
12112026-07-17T18:45:59.873Z Downloaded reqwest v0.13.2
12122026-07-17T18:45:59.878Z Downloaded goblin v0.10.5
12132026-07-17T18:45:59.878Z Downloaded zerocopy-derive v0.8.40
12142026-07-17T18:45:59.890Z Downloaded salty v0.3.0
12152026-07-17T18:45:59.890Z Downloaded rayon v1.11.0
12162026-07-17T18:45:59.902Z Downloaded unicode_categories v0.1.1
12172026-07-17T18:45:59.902Z Downloaded ssh-key v0.7.0-rc.10
12182026-07-17T18:45:59.902Z Downloaded x509-cert v0.2.5
12192026-07-17T18:45:59.911Z Downloaded portable-atomic v1.13.1
12202026-07-17T18:45:59.911Z Downloaded lalrpop v0.19.12
12212026-07-17T18:45:59.915Z Downloaded tower v0.5.3
12222026-07-17T18:45:59.915Z Downloaded quick-xml v0.37.5
12232026-07-17T18:45:59.918Z Downloaded moka v0.12.13
12242026-07-17T18:45:59.921Z Downloaded unicode-segmentation v1.12.0
12252026-07-17T18:45:59.924Z Downloaded petname v2.0.2
12262026-07-17T18:45:59.927Z Downloaded typed-path v0.9.3
12272026-07-17T18:45:59.930Z Downloaded proptest v1.10.0
12282026-07-17T18:45:59.933Z Downloaded tough v0.22.0
12292026-07-17T18:45:59.938Z Downloaded unicode-normalization v0.1.25
12302026-07-17T18:45:59.941Z Downloaded object v0.30.4
12312026-07-17T18:45:59.949Z Downloaded crypto-bigint v0.7.5
12322026-07-17T18:45:59.958Z Downloaded tokio-util v0.7.18
12332026-07-17T18:45:59.971Z Downloaded zerovec v0.11.5
12342026-07-17T18:45:59.974Z Downloaded tower-http v0.6.8
12352026-07-17T18:45:59.977Z Downloaded russh v0.61.2
12362026-07-17T18:45:59.982Z Downloaded quinn-proto v0.11.13
12372026-07-17T18:45:59.987Z Downloaded curve25519-dalek v4.1.3
12382026-07-17T18:45:59.991Z Downloaded nix v0.27.1
12392026-07-17T18:45:59.997Z Downloaded serde_with v3.21.0
12402026-07-17T18:46:00.006Z Downloaded bstr v1.12.1
12412026-07-17T18:46:00.010Z Downloaded winnow v0.5.40
12422026-07-17T18:46:00.022Z Downloaded zip v4.6.1
12432026-07-17T18:46:00.030Z Downloaded curve25519-dalek v5.0.0-rc.0
12442026-07-17T18:46:00.036Z Downloaded radix_trie v0.2.1
12452026-07-17T18:46:00.047Z Downloaded polar-core v0.27.3
12462026-07-17T18:46:00.056Z Downloaded regex-syntax v0.6.29
12472026-07-17T18:46:00.059Z Downloaded object v0.37.3
12482026-07-17T18:46:00.067Z Downloaded vcpkg v0.2.15
12492026-07-17T18:46:00.098Z Downloaded winnow v0.6.26
12502026-07-17T18:46:00.103Z Downloaded openssl v0.10.79
12512026-07-17T18:46:00.108Z Downloaded zerocopy v0.8.40
12522026-07-17T18:46:00.113Z Downloaded tabled v0.20.0
12532026-07-17T18:46:00.124Z Downloaded winnow v1.0.3
12542026-07-17T18:46:00.130Z Downloaded time v0.3.47
12552026-07-17T18:46:00.139Z Downloaded nix v0.28.0
12562026-07-17T18:46:00.146Z Downloaded nix v0.31.2
12572026-07-17T18:46:00.154Z Downloaded zlib-rs v0.6.2
12582026-07-17T18:46:00.157Z Downloaded smoltcp v0.9.1
12592026-07-17T18:46:00.163Z Downloaded rustls v0.23.41
12602026-07-17T18:46:00.170Z Downloaded hickory-proto v0.24.4
12612026-07-17T18:46:00.180Z Downloaded smoltcp v0.11.0
12622026-07-17T18:46:00.186Z Downloaded regex-syntax v0.8.10
12632026-07-17T18:46:00.193Z Downloaded hickory-proto v0.25.2
12642026-07-17T18:46:00.203Z Downloaded regress v0.10.5
12652026-07-17T18:46:00.207Z Downloaded openapiv3 v2.2.0
12662026-07-17T18:46:00.212Z Downloaded dropshot v0.17.1
12672026-07-17T18:46:00.225Z Downloaded rustix v0.38.44
12682026-07-17T18:46:00.239Z Downloaded sled v0.34.7
12692026-07-17T18:46:00.245Z Downloaded ratatui v0.29.0
12702026-07-17T18:46:00.258Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-07-17T18:46:00.271Z Downloaded diesel v2.3.7
12722026-07-17T18:46:00.277Z Downloaded regress v0.11.1
12732026-07-17T18:46:00.284Z Downloaded zerocopy-derive v0.6.6
12742026-07-17T18:46:00.291Z Downloaded regex-automata v0.4.14
12752026-07-17T18:46:00.302Z Downloaded sqlparser v0.61.0
12762026-07-17T18:46:00.315Z Downloaded fiat-crypto v0.3.0
12772026-07-17T18:46:00.334Z Downloaded typify-impl v0.6.2
12782026-07-17T18:46:00.334Z Downloaded tracing v0.1.44
12792026-07-17T18:46:00.339Z Downloaded sha3 v0.11.0
12802026-07-17T18:46:00.342Z Downloaded chrono-tz v0.10.4
12812026-07-17T18:46:00.378Z Downloaded petgraph v0.6.5
12822026-07-17T18:46:00.389Z Downloaded jiff v0.2.21
12832026-07-17T18:46:00.403Z Downloaded libz-sys v1.1.24
12842026-07-17T18:46:00.416Z Downloaded csv v1.4.0
12852026-07-17T18:46:00.429Z Downloaded sha3 v0.10.8
12862026-07-17T18:46:00.432Z Downloaded petgraph v0.8.3
12872026-07-17T18:46:00.446Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-07-17T18:46:00.457Z Downloaded tokio v1.52.1
12892026-07-17T18:46:00.515Z Downloaded encoding_rs v0.8.35
12902026-07-17T18:46:00.569Z Downloaded ring v0.17.14
12912026-07-17T18:46:00.609Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-07-17T18:46:01.090Z Downloaded aws-lc-sys v0.40.0
12932026-07-17T18:46:01.349Z Compiling libc v0.2.185
12942026-07-17T18:46:01.349Z Compiling serde_core v1.0.228
12952026-07-17T18:46:01.352Z Compiling serde v1.0.228
12962026-07-17T18:46:01.352Z Compiling log v0.4.29
12972026-07-17T18:46:01.352Z Compiling smallvec v1.15.1
12982026-07-17T18:46:01.352Z Compiling find-msvc-tools v0.1.9
12992026-07-17T18:46:01.353Z Compiling shlex v1.3.0
13002026-07-17T18:46:01.353Z Compiling subtle v2.6.1
13012026-07-17T18:46:01.498Z Compiling scopeguard v1.2.0
13022026-07-17T18:46:01.503Z Compiling stable_deref_trait v1.2.1
13032026-07-17T18:46:01.503Z Compiling typenum v1.20.1
13042026-07-17T18:46:01.507Z Compiling serde_json v1.0.150
13052026-07-17T18:46:01.516Z Compiling zerocopy v0.8.40
13062026-07-17T18:46:01.581Z Compiling portable-atomic v1.13.1
13072026-07-17T18:46:01.595Z Compiling syn v2.0.117
13082026-07-17T18:46:01.607Z Compiling pin-project-lite v0.2.17
13092026-07-17T18:46:01.673Z Compiling parking_lot_core v0.9.12
13102026-07-17T18:46:01.697Z Compiling lock_api v0.4.14
13112026-07-17T18:46:01.708Z Compiling getrandom v0.4.1
13122026-07-17T18:46:01.713Z Compiling critical-section v1.2.0
13132026-07-17T18:46:01.739Z Compiling libm v0.2.16
13142026-07-17T18:46:01.768Z Compiling pkg-config v0.3.32
13152026-07-17T18:46:01.784Z Compiling num-traits v0.2.19
13162026-07-17T18:46:01.825Z Compiling rand_core v0.10.0
13172026-07-17T18:46:01.867Z Compiling futures-core v0.3.32
13182026-07-17T18:46:01.882Z Compiling generic-array v0.14.7
13192026-07-17T18:46:01.908Z Compiling percent-encoding v2.3.2
13202026-07-17T18:46:01.944Z Compiling writeable v0.6.2
13212026-07-17T18:46:01.980Z Compiling const-oid v0.9.6
13222026-07-17T18:46:02.010Z Compiling litemap v0.8.1
13232026-07-17T18:46:02.054Z Compiling icu_properties_data v2.1.2
13242026-07-17T18:46:02.107Z Compiling icu_normalizer_data v2.1.1
13252026-07-17T18:46:02.136Z Compiling futures-sink v0.3.32
13262026-07-17T18:46:02.178Z Compiling futures-task v0.3.32
13272026-07-17T18:46:02.182Z Compiling slab v0.4.12
13282026-07-17T18:46:02.220Z Compiling futures-io v0.3.32
13292026-07-17T18:46:02.223Z Compiling futures-channel v0.3.32
13302026-07-17T18:46:02.249Z Compiling utf8_iter v1.0.4
13312026-07-17T18:46:02.264Z Compiling form_urlencoded v1.2.2
13322026-07-17T18:46:02.362Z Compiling getrandom v0.3.4
13332026-07-17T18:46:02.380Z Compiling rustversion v1.0.22
13342026-07-17T18:46:02.389Z Compiling rustix v1.1.3
13352026-07-17T18:46:02.405Z Compiling jobserver v0.1.34
13362026-07-17T18:46:02.421Z Compiling errno v0.3.14
13372026-07-17T18:46:02.436Z Compiling getrandom v0.2.17
13382026-07-17T18:46:02.468Z Compiling mio v1.2.0
13392026-07-17T18:46:02.496Z Compiling socket2 v0.6.3
13402026-07-17T18:46:02.509Z Compiling dunce v1.0.5
13412026-07-17T18:46:02.585Z Compiling signal-hook-registry v1.4.8
13422026-07-17T18:46:02.621Z Compiling cc v1.2.56
13432026-07-17T18:46:02.682Z Compiling rand_core v0.6.4
13442026-07-17T18:46:02.714Z Compiling once_cell v1.21.3
13452026-07-17T18:46:02.742Z Compiling parking_lot v0.12.5
13462026-07-17T18:46:02.758Z Compiling ident_case v1.0.1
13472026-07-17T18:46:02.785Z Compiling iana-time-zone v0.1.65
13482026-07-17T18:46:02.802Z Compiling fs_extra v1.3.0
13492026-07-17T18:46:02.878Z Compiling regex-syntax v0.8.10
13502026-07-17T18:46:02.927Z Compiling vcpkg v0.2.15
13512026-07-17T18:46:02.941Z Compiling base64ct v1.8.3
13522026-07-17T18:46:02.955Z Compiling base64 v0.22.1
13532026-07-17T18:46:02.976Z Compiling tracing-core v0.1.36
13542026-07-17T18:46:02.998Z Compiling aws-lc-rs v1.16.3
13552026-07-17T18:46:03.059Z Compiling flagset v0.4.7
13562026-07-17T18:46:03.078Z Compiling schemars v0.8.22
13572026-07-17T18:46:03.127Z Compiling cmov v0.5.4
13582026-07-17T18:46:03.201Z Compiling pem-rfc7468 v0.7.0
13592026-07-17T18:46:03.242Z Compiling dyn-clone v1.0.20
13602026-07-17T18:46:03.261Z Compiling rand_core v0.9.5
13612026-07-17T18:46:03.309Z Compiling httparse v1.10.1
13622026-07-17T18:46:03.322Z Compiling tinyvec_macros v0.1.1
13632026-07-17T18:46:03.338Z Compiling cmake v0.1.57
13642026-07-17T18:46:03.354Z Compiling openssl-probe v0.2.1
13652026-07-17T18:46:03.357Z Compiling ctutils v0.4.2
13662026-07-17T18:46:03.392Z Compiling tinyvec v1.10.0
13672026-07-17T18:46:03.437Z Compiling aho-corasick v1.1.4
13682026-07-17T18:46:03.451Z Compiling tower-service v0.3.3
13692026-07-17T18:46:03.523Z Compiling try-lock v0.2.5
13702026-07-17T18:46:03.544Z Compiling tower-layer v0.3.3
13712026-07-17T18:46:03.560Z Compiling atomic-waker v1.1.2
13722026-07-17T18:46:03.573Z Compiling bitflags v2.11.0
13732026-07-17T18:46:03.578Z Compiling semver v1.0.28
13742026-07-17T18:46:03.616Z Compiling indexmap v2.14.0
13752026-07-17T18:46:03.646Z Compiling uuid v1.23.4
13762026-07-17T18:46:03.686Z Compiling untrusted v0.7.1
13772026-07-17T18:46:03.705Z Compiling want v0.3.1
13782026-07-17T18:46:03.731Z Compiling foreign-types-shared v0.1.1
13792026-07-17T18:46:03.773Z Compiling openssl v0.10.79
13802026-07-17T18:46:03.777Z Compiling httpdate v1.0.3
13812026-07-17T18:46:03.815Z Compiling rustc_version v0.4.1
13822026-07-17T18:46:03.829Z Compiling rustls v0.23.41
13832026-07-17T18:46:03.829Z Compiling cpufeatures v0.2.17
13842026-07-17T18:46:03.878Z Compiling untrusted v0.9.0
13852026-07-17T18:46:03.928Z Compiling foreign-types v0.3.2
13862026-07-17T18:46:03.941Z Compiling unicode-normalization v0.1.25
13872026-07-17T18:46:04.010Z Compiling spin v0.9.8
13882026-07-17T18:46:04.014Z Compiling num-conv v0.2.0
13892026-07-17T18:46:04.042Z Compiling crc32fast v1.5.0
13902026-07-17T18:46:04.046Z Compiling time-core v0.1.8
13912026-07-17T18:46:04.072Z Compiling native-tls v0.2.18
13922026-07-17T18:46:04.086Z Compiling powerfmt v0.2.0
13932026-07-17T18:46:04.155Z Compiling wait-timeout v0.2.1
13942026-07-17T18:46:04.172Z Compiling sync_wrapper v1.0.2
13952026-07-17T18:46:04.183Z Compiling aws-lc-sys v0.40.0
13962026-07-17T18:46:04.217Z Compiling openssl-sys v0.9.115
13972026-07-17T18:46:04.253Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-07-17T18:46:04.275Z Compiling deranged v0.5.8
13992026-07-17T18:46:04.289Z Compiling time-macros v0.2.27
14002026-07-17T18:46:04.306Z Compiling syn v1.0.109
14012026-07-17T18:46:04.323Z Compiling siphasher v1.0.2
14022026-07-17T18:46:04.362Z Compiling regex-automata v0.4.14
14032026-07-17T18:46:04.409Z Compiling synstructure v0.13.2
14042026-07-17T18:46:04.424Z Compiling serde_derive_internals v0.29.1
14052026-07-17T18:46:04.439Z Compiling pest_generator v2.8.6
14062026-07-17T18:46:04.603Z Compiling darling_core v0.20.11
14072026-07-17T18:46:04.771Z Compiling tempfile v3.25.0
14082026-07-17T18:46:04.863Z Compiling quick-error v1.2.3
14092026-07-17T18:46:04.991Z Compiling usdt-impl v0.6.0
14102026-07-17T18:46:05.086Z Compiling simd-adler32 v0.3.8
14112026-07-17T18:46:05.165Z Compiling crossbeam-utils v0.8.21
14122026-07-17T18:46:05.201Z Compiling num_threads v0.1.7
14132026-07-17T18:46:05.233Z Compiling bit-vec v0.8.0
14142026-07-17T18:46:05.276Z Compiling rusty-fork v0.3.1
14152026-07-17T18:46:05.360Z Compiling darling_core v0.23.0
14162026-07-17T18:46:05.376Z Compiling bzip2-sys v0.1.13+1.0.8
14172026-07-17T18:46:05.376Z Compiling heapless v0.7.17
14182026-07-17T18:46:05.407Z Compiling slog v2.8.2
14192026-07-17T18:46:05.436Z Compiling bit-set v0.8.0
14202026-07-17T18:46:05.500Z Compiling rand_xorshift v0.4.0
14212026-07-17T18:46:05.505Z Compiling thread-id v5.1.0
14222026-07-17T18:46:05.532Z Compiling time v0.3.47
14232026-07-17T18:46:05.564Z Compiling cookie v0.18.1
14242026-07-17T18:46:05.576Z Compiling allocator-api2 v0.2.21
14252026-07-17T18:46:05.613Z Compiling ryu v1.0.23
14262026-07-17T18:46:05.629Z Compiling adler2 v2.0.1
14272026-07-17T18:46:05.633Z Compiling anyhow v1.0.102
14282026-07-17T18:46:05.659Z Compiling unarray v0.1.4
14292026-07-17T18:46:05.686Z Compiling paste v1.0.15
14302026-07-17T18:46:05.702Z Compiling zstd-safe v7.2.4
14312026-07-17T18:46:05.717Z Compiling signal-hook v0.3.18
14322026-07-17T18:46:05.777Z Compiling unicode-bidi v0.3.18
14332026-07-17T18:46:05.793Z Compiling iri-string v0.7.10
14342026-07-17T18:46:05.793Z Compiling unicode-properties v0.1.4
14352026-07-17T18:46:05.878Z Compiling miniz_oxide v0.8.9
14362026-07-17T18:46:06.041Z Compiling camino v1.2.2
14372026-07-17T18:46:06.058Z Compiling curve25519-dalek v4.1.3
14382026-07-17T18:46:06.245Z Compiling stringprep v0.1.5
14392026-07-17T18:46:06.261Z Compiling serde_derive v1.0.228
14402026-07-17T18:46:06.353Z Compiling zeroize_derive v1.4.3
14412026-07-17T18:46:06.447Z Compiling zerofrom-derive v0.1.6
14422026-07-17T18:46:06.470Z Compiling yoke-derive v0.8.1
14432026-07-17T18:46:06.513Z Compiling zerovec-derive v0.11.2
14442026-07-17T18:46:06.558Z Compiling zerocopy-derive v0.8.40
14452026-07-17T18:46:06.689Z Compiling displaydoc v0.2.5
14462026-07-17T18:46:06.720Z Compiling tokio-macros v2.7.0
14472026-07-17T18:46:07.048Z Compiling futures-macro v0.3.32
14482026-07-17T18:46:07.071Z Compiling zeroize v1.8.2
14492026-07-17T18:46:07.287Z Compiling thiserror-impl v2.0.18
14502026-07-17T18:46:07.409Z Compiling der_derive v0.7.3
14512026-07-17T18:46:07.509Z Compiling tracing-attributes v0.1.31
14522026-07-17T18:46:07.525Z Compiling rustls-pki-types v1.14.0
14532026-07-17T18:46:07.722Z Compiling schemars_derive v0.8.22
14542026-07-17T18:46:07.737Z Compiling hybrid-array v0.4.13
14552026-07-17T18:46:07.843Z Compiling block-buffer v0.10.4
14562026-07-17T18:46:07.922Z Compiling zerofrom v0.1.6
14572026-07-17T18:46:07.936Z Compiling futures-util v0.3.32
14582026-07-17T18:46:07.978Z Compiling crypto-common v0.1.7
14592026-07-17T18:46:08.007Z Compiling scroll_derive v0.13.1
14602026-07-17T18:46:08.035Z Compiling pest_derive v2.8.6
14612026-07-17T18:46:08.073Z Compiling yoke v0.8.1
14622026-07-17T18:46:08.159Z Compiling digest v0.10.7
14632026-07-17T18:46:08.284Z Compiling zerovec v0.11.5
14642026-07-17T18:46:08.440Z Compiling zerotrie v0.2.3
14652026-07-17T18:46:08.458Z Compiling der v0.7.10
14662026-07-17T18:46:08.543Z Compiling darling_macro v0.20.11
14672026-07-17T18:46:08.571Z Compiling openssl-macros v0.1.1
14682026-07-17T18:46:08.722Z Compiling thiserror v2.0.18
14692026-07-17T18:46:08.737Z Compiling hmac v0.12.1
14702026-07-17T18:46:08.766Z Compiling tinystr v0.8.2
14712026-07-17T18:46:08.818Z Compiling potential_utf v0.1.4
14722026-07-17T18:46:08.847Z Compiling sha2 v0.10.9
14732026-07-17T18:46:08.902Z Compiling scroll v0.13.0
14742026-07-17T18:46:08.920Z Compiling dtrace-parser v0.3.0
14752026-07-17T18:46:08.966Z Compiling icu_locale_core v2.1.1
14762026-07-17T18:46:08.991Z Compiling icu_collections v2.1.1
14772026-07-17T18:46:09.007Z Compiling tracing v0.1.44
14782026-07-17T18:46:09.101Z Compiling darling v0.20.11
14792026-07-17T18:46:09.118Z Compiling scroll_derive v0.12.1
14802026-07-17T18:46:09.192Z Compiling goblin v0.10.5
14812026-07-17T18:46:09.206Z Compiling derive_builder_core v0.20.2
14822026-07-17T18:46:09.303Z Compiling spki v0.7.3
14832026-07-17T18:46:09.497Z Compiling thiserror-impl v1.0.69
14842026-07-17T18:46:09.608Z Compiling icu_provider v2.1.1
14852026-07-17T18:46:09.693Z Compiling pkcs8 v0.10.2
14862026-07-17T18:46:09.765Z Compiling crypto-common v0.2.2
14872026-07-17T18:46:09.872Z Compiling icu_normalizer v2.1.1
14882026-07-17T18:46:09.884Z Compiling icu_properties v2.1.2
14892026-07-17T18:46:09.926Z Compiling bytes v1.11.1
14902026-07-17T18:46:09.967Z Compiling chrono v0.4.45
14912026-07-17T18:46:09.981Z Compiling ipnet v2.11.0
14922026-07-17T18:46:10.124Z Compiling erased-serde v0.3.31
14932026-07-17T18:46:10.145Z Compiling derive_builder_macro v0.20.2
14942026-07-17T18:46:10.347Z Compiling serde_tokenstream v0.2.3
14952026-07-17T18:46:10.376Z Compiling hex v0.4.3
14962026-07-17T18:46:10.432Z Compiling tokio v1.52.1
14972026-07-17T18:46:10.506Z Compiling http v1.4.2
14982026-07-17T18:46:10.567Z Compiling serde_urlencoded v0.7.1
14992026-07-17T18:46:10.628Z Compiling toml_datetime v0.6.11
15002026-07-17T18:46:10.657Z Compiling serde_spanned v0.6.9
15012026-07-17T18:46:10.673Z Compiling scroll v0.12.0
15022026-07-17T18:46:10.704Z Compiling block-padding v0.4.2
15032026-07-17T18:46:10.817Z Compiling idna_adapter v1.2.1
15042026-07-17T18:46:10.834Z Compiling block-buffer v0.12.1
15052026-07-17T18:46:10.860Z Compiling thiserror v1.0.69
15062026-07-17T18:46:10.890Z Compiling signature v2.2.0
15072026-07-17T18:46:10.910Z Compiling md-5 v0.10.6
15082026-07-17T18:46:10.963Z Compiling idna v1.1.0
15092026-07-17T18:46:10.978Z Compiling darling_macro v0.23.0
15102026-07-17T18:46:10.993Z Compiling rustls-native-certs v0.8.3
15112026-07-17T18:46:11.010Z Compiling bstr v1.12.1
15122026-07-17T18:46:11.046Z Compiling ppv-lite86 v0.2.21
15132026-07-17T18:46:11.085Z Compiling async-trait v0.1.89
15142026-07-17T18:46:11.098Z Compiling pin-project-internal v1.1.11
15152026-07-17T18:46:11.249Z Compiling http-body v1.0.1
15162026-07-17T18:46:11.308Z Compiling url v2.5.8
15172026-07-17T18:46:11.392Z Compiling rand_chacha v0.9.0
15182026-07-17T18:46:11.405Z Compiling http-body-util v0.1.3
15192026-07-17T18:46:11.468Z Compiling rand_chacha v0.3.1
15202026-07-17T18:46:11.515Z Compiling zerocopy-derive v0.7.35
15212026-07-17T18:46:11.530Z Compiling num-integer v0.1.46
15222026-07-17T18:46:11.651Z Compiling rand v0.9.2
15232026-07-17T18:46:11.668Z Compiling vergen-lib v9.1.0
15242026-07-17T18:46:11.687Z Compiling hash32 v0.2.1
15252026-07-17T18:46:11.762Z Compiling encoding_rs v0.8.35
15262026-07-17T18:46:11.890Z Compiling memoffset v0.9.1
15272026-07-17T18:46:11.904Z Compiling litrs v1.0.0
15282026-07-17T18:46:12.116Z Compiling dof v0.4.0
15292026-07-17T18:46:12.131Z Compiling fallible-iterator v0.2.0
15302026-07-17T18:46:12.154Z Compiling mime v0.3.17
15312026-07-17T18:46:12.171Z Compiling cfg_aliases v0.2.1
15322026-07-17T18:46:12.195Z Compiling smoltcp v0.9.1
15332026-07-17T18:46:12.254Z Compiling proptest v1.10.0
15342026-07-17T18:46:12.283Z Compiling rustix v0.38.44
15352026-07-17T18:46:12.295Z Compiling num-bigint-dig v0.8.6
15362026-07-17T18:46:12.448Z Compiling psl-types v2.0.11
15372026-07-17T18:46:12.477Z Compiling zlib-rs v0.6.2
15382026-07-17T18:46:12.477Z Compiling ref-cast v1.0.25
15392026-07-17T18:46:12.507Z Compiling zerocopy v0.7.35
15402026-07-17T18:46:12.511Z Compiling document-features v0.2.12
15412026-07-17T18:46:12.578Z Compiling publicsuffix v2.3.0
15422026-07-17T18:46:12.603Z Compiling postgres-protocol v0.6.10
15432026-07-17T18:46:12.620Z Compiling pin-project v1.1.11
15442026-07-17T18:46:12.670Z Compiling ipnetwork v0.21.1
15452026-07-17T18:46:12.759Z Compiling nix v0.31.2
15462026-07-17T18:46:12.896Z Compiling num-iter v0.1.45
15472026-07-17T18:46:13.029Z Compiling oxnet v0.1.6
15482026-07-17T18:46:13.078Z Compiling rand v0.8.6
15492026-07-17T18:46:13.089Z Compiling darling v0.23.0
15502026-07-17T18:46:13.159Z Compiling goblin v0.8.2
15512026-07-17T18:46:13.175Z Compiling inout v0.2.2
15522026-07-17T18:46:13.194Z Compiling derive_builder v0.20.2
15532026-07-17T18:46:13.223Z Compiling hubpack_derive v0.1.1
15542026-07-17T18:46:13.289Z Compiling futures-executor v0.3.32
15552026-07-17T18:46:13.334Z Compiling regex v1.12.3
15562026-07-17T18:46:13.456Z Compiling ref-cast-impl v1.0.25
15572026-07-17T18:46:13.470Z Compiling curve25519-dalek-derive v0.1.1
15582026-07-17T18:46:13.485Z Compiling daft-derive v0.1.7
15592026-07-17T18:46:13.503Z Compiling snafu-derive v0.8.9
15602026-07-17T18:46:13.552Z Compiling strum_macros v0.27.2
15612026-07-17T18:46:13.764Z Compiling terminal_size v0.4.3
15622026-07-17T18:46:13.863Z Compiling phf_shared v0.13.1
15632026-07-17T18:46:13.917Z Compiling lazy_static v1.5.0
15642026-07-17T18:46:13.933Z Compiling anstyle-parse v0.2.7
15652026-07-17T18:46:13.960Z Compiling cargo-platform v0.3.2
15662026-07-17T18:46:14.031Z Compiling vergen v9.1.0
15672026-07-17T18:46:14.044Z Compiling ff v0.13.1
15682026-07-17T18:46:14.058Z Compiling fs-err v3.3.0
15692026-07-17T18:46:14.124Z Compiling ahash v0.8.12
15702026-07-17T18:46:14.138Z Compiling unicode-segmentation v1.12.0
15712026-07-17T18:46:14.175Z Compiling managed v0.8.0
15722026-07-17T18:46:14.190Z Compiling libbz2-rs-sys v0.2.2
15732026-07-17T18:46:14.205Z Compiling object v0.37.3
15742026-07-17T18:46:14.252Z Compiling tokio-util v0.7.18
15752026-07-17T18:46:14.268Z Compiling tower v0.5.3
15762026-07-17T18:46:14.274Z Compiling tokio-native-tls v0.3.1
15772026-07-17T18:46:14.300Z Compiling winnow v0.5.40
15782026-07-17T18:46:14.381Z Compiling bitflags v1.3.2
15792026-07-17T18:46:14.400Z Compiling same-file v1.0.6
15802026-07-17T18:46:14.466Z Compiling foldhash v0.1.5
15812026-07-17T18:46:14.484Z Compiling base16ct v0.2.0
15822026-07-17T18:46:14.560Z Compiling foldhash v0.2.0
15832026-07-17T18:46:14.576Z Compiling bumpalo v3.20.2
15842026-07-17T18:46:14.674Z Compiling newtype-uuid v1.3.2
15852026-07-17T18:46:14.709Z Compiling sec1 v0.7.3
15862026-07-17T18:46:14.725Z Compiling hashbrown v0.16.1
15872026-07-17T18:46:14.802Z Compiling tower-http v0.6.8
15882026-07-17T18:46:14.834Z Compiling zopfli v0.8.3
15892026-07-17T18:46:14.847Z Compiling hashbrown v0.15.5
15902026-07-17T18:46:14.925Z Compiling daft v0.1.7
15912026-07-17T18:46:15.001Z Compiling h2 v0.4.15
15922026-07-17T18:46:15.023Z Compiling bzip2 v0.6.1
15932026-07-17T18:46:15.229Z Compiling walkdir v2.5.0
15942026-07-17T18:46:15.369Z Compiling clap_builder v4.6.0
15952026-07-17T18:46:15.429Z Compiling flate2 v1.1.9
15962026-07-17T18:46:15.443Z Compiling dof v0.3.0
15972026-07-17T18:46:15.493Z Compiling snafu v0.8.9
15982026-07-17T18:46:15.513Z Compiling group v0.13.0
15992026-07-17T18:46:15.564Z Compiling cargo_metadata v0.23.1
16002026-07-17T18:46:15.615Z Compiling strum v0.27.2
16012026-07-17T18:46:15.714Z Compiling toml_edit v0.19.15
16022026-07-17T18:46:15.756Z Compiling anstream v0.6.21
16032026-07-17T18:46:15.845Z Compiling phf v0.13.1
16042026-07-17T18:46:15.876Z Compiling signal-hook-mio v0.2.5
16052026-07-17T18:46:16.011Z Compiling hubpack v0.1.2
16062026-07-17T18:46:16.026Z Compiling cookie_store v0.22.1
16072026-07-17T18:46:16.081Z Compiling usdt-attr-macro v0.6.0
16082026-07-17T18:46:16.096Z Compiling usdt-macro v0.6.0
16092026-07-17T18:46:16.192Z Compiling bzip2 v0.4.4
16102026-07-17T18:46:16.252Z Compiling futures v0.3.32
16112026-07-17T18:46:16.275Z Compiling cipher v0.5.2
16122026-07-17T18:46:16.333Z Compiling serde_with_macros v3.21.0
16132026-07-17T18:46:16.371Z Compiling postgres-types v0.2.12
16142026-07-17T18:46:16.592Z Compiling zstd v0.13.3
16152026-07-17T18:46:16.710Z Compiling globset v0.4.18
16162026-07-17T18:46:16.748Z Compiling ed25519 v2.2.3
16172026-07-17T18:46:16.876Z Compiling dtrace-parser v0.2.0
16182026-07-17T18:46:16.911Z Compiling serde_plain v1.0.2
16192026-07-17T18:46:16.961Z Compiling serde-big-array v0.5.1
16202026-07-17T18:46:16.964Z Compiling olpc-cjson v0.1.4
16212026-07-17T18:46:16.994Z Compiling pkcs1 v0.7.5
16222026-07-17T18:46:17.133Z Compiling hkdf v0.12.4
16232026-07-17T18:46:17.149Z Compiling crypto-bigint v0.5.5
16242026-07-17T18:46:17.153Z Compiling strum_macros v0.26.4
16252026-07-17T18:46:17.323Z Compiling async-recursion v1.1.1
16262026-07-17T18:46:17.403Z Compiling clap_derive v4.6.1
16272026-07-17T18:46:17.407Z Compiling serde_repr v0.1.20
16282026-07-17T18:46:17.501Z Compiling enum-as-inner v0.6.1
16292026-07-17T18:46:17.644Z Compiling phf_shared v0.11.3
16302026-07-17T18:46:17.659Z Compiling float-cmp v0.10.0
16312026-07-17T18:46:17.678Z Compiling pem v3.0.6
16322026-07-17T18:46:17.824Z Compiling memmap2 v0.9.10
16332026-07-17T18:46:17.849Z Compiling thread-id v4.2.2
16342026-07-17T18:46:17.945Z Compiling env_filter v1.0.0
16352026-07-17T18:46:17.973Z Compiling static_assertions v1.1.0
16362026-07-17T18:46:18.029Z Compiling whoami v2.1.0
16372026-07-17T18:46:18.042Z Compiling typed-path v0.9.3
16382026-07-17T18:46:18.059Z Compiling fixedbitset v0.5.7
16392026-07-17T18:46:18.063Z Compiling keccak v0.1.6
16402026-07-17T18:46:18.098Z Compiling data-encoding v2.10.0
16412026-07-17T18:46:18.274Z Compiling hyper v1.10.1
16422026-07-17T18:46:18.384Z Compiling jiff v0.2.21
16432026-07-17T18:46:18.389Z Compiling fixedbitset v0.4.2
16442026-07-17T18:46:18.429Z Compiling predicates-core v1.0.10
16452026-07-17T18:46:18.444Z Compiling precomputed-hash v0.1.1
16462026-07-17T18:46:18.449Z Compiling winnow v1.0.3
16472026-07-17T18:46:18.573Z Compiling either v1.15.0
16482026-07-17T18:46:18.624Z Compiling cpufeatures v0.3.0
16492026-07-17T18:46:18.639Z Compiling const-oid v0.10.2
16502026-07-17T18:46:18.716Z Compiling normalize-line-endings v0.3.0
16512026-07-17T18:46:18.791Z Compiling new_debug_unreachable v1.0.6
16522026-07-17T18:46:18.812Z Compiling difflib v0.4.0
16532026-07-17T18:46:18.827Z Compiling digest v0.11.3
16542026-07-17T18:46:18.828Z Compiling toml_parser v1.1.2+spec-1.1.0
16552026-07-17T18:46:18.831Z Compiling itertools v0.13.0
16562026-07-17T18:46:18.872Z Compiling chacha20 v0.10.0
16572026-07-17T18:46:18.888Z Compiling string_cache v0.8.9
16582026-07-17T18:46:18.937Z Compiling strum v0.26.3
16592026-07-17T18:46:19.076Z Compiling predicates v3.1.4
16602026-07-17T18:46:19.091Z Compiling toml_edit v0.22.27
16612026-07-17T18:46:19.144Z Compiling petgraph v0.6.5
16622026-07-17T18:46:19.217Z Compiling hickory-proto v0.25.2
16632026-07-17T18:46:19.267Z Compiling clap v4.6.1
16642026-07-17T18:46:19.273Z Compiling petgraph v0.8.3
16652026-07-17T18:46:19.289Z Compiling tokio-postgres v0.7.16
16662026-07-17T18:46:19.330Z Compiling sha3 v0.10.8
16672026-07-17T18:46:19.351Z Compiling elliptic-curve v0.13.8
16682026-07-17T18:46:19.394Z Compiling hyper-util v0.1.20
16692026-07-17T18:46:19.558Z Compiling env_logger v0.11.9
16702026-07-17T18:46:19.783Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16712026-07-17T18:46:19.812Z Compiling usdt v0.6.0
16722026-07-17T18:46:19.815Z Compiling usdt-impl v0.5.0
16732026-07-17T18:46:19.933Z Compiling serde_with v3.21.0
16742026-07-17T18:46:19.966Z Compiling crossterm v0.28.1
16752026-07-17T18:46:20.100Z Compiling rsa v0.9.10
16762026-07-17T18:46:20.170Z Compiling toml v0.7.8
16772026-07-17T18:46:20.454Z Compiling ed25519-dalek v2.2.0
16782026-07-17T18:46:21.128Z Compiling hyper-tls v0.6.0
16792026-07-17T18:46:21.227Z Compiling zip v4.6.1
16802026-07-17T18:46:21.243Z Compiling zip v0.6.6
16812026-07-17T18:46:21.291Z Compiling iddqd v0.4.2
16822026-07-17T18:46:21.330Z Compiling reqwest v0.12.28
16832026-07-17T18:46:21.604Z Compiling tokio-stream v0.1.18
16842026-07-17T18:46:21.802Z Compiling similar v2.7.0
16852026-07-17T18:46:21.826Z Compiling heck v0.4.1
16862026-07-17T18:46:21.853Z Compiling buf-list v1.1.2
16872026-07-17T18:46:21.931Z Compiling byte-wrapper v0.1.0
16882026-07-17T18:46:22.077Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-07-17T18:46:22.092Z Compiling openapiv3 v2.2.0
16902026-07-17T18:46:22.153Z Compiling x509-cert v0.2.5
16912026-07-17T18:46:22.220Z Compiling crossbeam-epoch v0.9.18
16922026-07-17T18:46:22.288Z Compiling peg-runtime v0.8.5
16932026-07-17T18:46:22.399Z Compiling lalrpop-util v0.19.12
16942026-07-17T18:46:22.419Z Compiling thread_local v1.1.9
16952026-07-17T18:46:22.571Z Compiling slog-async v2.8.0
16962026-07-17T18:46:22.596Z Compiling crossbeam-channel v0.5.15
16972026-07-17T18:46:22.611Z Compiling filetime v0.2.27
16982026-07-17T18:46:22.614Z Compiling is-terminal v0.4.17
16992026-07-17T18:46:22.676Z Compiling term v1.2.1
17002026-07-17T18:46:22.694Z Compiling xattr v1.6.1
17012026-07-17T18:46:22.714Z Compiling take_mut v0.2.2
17022026-07-17T18:46:22.727Z Compiling camino-tempfile v1.4.1
17032026-07-17T18:46:22.835Z Compiling tar v0.4.46
17042026-07-17T18:46:22.952Z Compiling slog-term v2.9.2
17052026-07-17T18:46:40.744Z Compiling rustls-webpki v0.103.13
17062026-07-17T18:46:43.406Z Compiling tokio-rustls v0.26.4
17072026-07-17T18:46:43.406Z Compiling rustls-platform-verifier v0.6.2
17082026-07-17T18:46:43.411Z Compiling tough v0.22.0
17092026-07-17T18:46:43.637Z Compiling hyper-rustls v0.27.7
17102026-07-17T18:46:43.817Z Compiling reqwest v0.13.2
17112026-07-17T18:46:45.978Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-07-17T18:46:46.218Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-07-17T18:46:49.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.94s
17142026-07-17T18:46:49.158Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17152026-07-17T18:46:49.216ZJul 17 18:46:48.354 INFO Starting download, target: Cockroach
17162026-07-17T18:46:49.216ZJul 17 18:46:48.355 INFO Starting download, target: Clickhouse
17172026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Starting download, target: Console
17182026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Starting download, target: MaghemiteMgd
17192026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Starting download, target: DendriteStub
17202026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Starting download, target: MaghemiteDdmd
17212026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Starting download, target: TransceiverControl
17222026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17252026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17262026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-07-17T18:46:49.221ZJul 17 18:46:48.355 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-07-17T18:46:51.253ZJul 17 18:46:50.394 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-07-17T18:46:51.318ZJul 17 18:46:50.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17312026-07-17T18:46:51.572ZJul 17 18:46:50.713 INFO Download complete, target: Console
17322026-07-17T18:46:52.120ZJul 17 18:46:51.255 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-17T18:46:52.349ZJul 17 18:46:51.489 INFO Download complete, target: TransceiverControl
17342026-07-17T18:46:53.739ZJul 17 18:46:52.868 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17352026-07-17T18:46:53.745ZJul 17 18:46:52.871 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-07-17T18:46:53.813ZJul 17 18:46:52.954 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-07-17T18:46:54.637ZJul 17 18:46:53.774 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-07-17T18:46:54.637ZJul 17 18:46:53.774 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-07-17T18:46:55.845ZJul 17 18:46:54.978 INFO Download complete, target: MaghemiteDdmd
17402026-07-17T18:46:56.488ZJul 17 18:46:55.629 INFO Download complete, target: DendriteStub
17412026-07-17T18:46:56.587ZJul 17 18:46:55.728 INFO Download complete, target: MaghemiteMgd
17422026-07-17T18:46:58.259ZJul 17 18:46:57.398 INFO Checking that binary works, target: Clickhouse
17432026-07-17T18:46:58.344ZJul 17 18:46:57.485 INFO Download complete, target: Clickhouse
17442026-07-17T18:46:59.396ZJul 17 18:46:58.536 INFO Checking that binary works, target: Cockroach
17452026-07-17T18:46:59.518ZJul 17 18:46:58.659 INFO Download complete, target: Cockroach
17462026-07-17T18:46:59.525ZAll prerequisites installed successfully
17472026-07-17T18:46:59.531Z
17482026-07-17T18:46:59.531Zreal 1:48.767790310
17492026-07-17T18:46:59.531Zuser 6:38.550375032
17502026-07-17T18:46:59.531Zsys 1:39.243439883
17512026-07-17T18:46:59.531Ztrap 0.241209282
17522026-07-17T18:46:59.531Ztflt 0.807339548
17532026-07-17T18:46:59.531Zdflt 1.568020058
17542026-07-17T18:46:59.531Zkflt 0.022376975
17552026-07-17T18:46:59.531Zlock 23:45.060734795
17562026-07-17T18:46:59.531Zslp 18:10.639769044
17572026-07-17T18:46:59.531Zlat 24.567787527
17582026-07-17T18:46:59.531Zstop 2:48.568848934
17592026-07-17T18:46:59.531Z+ ptime -m cargo xtask download softnpu
17602026-07-17T18:46:59.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17612026-07-17T18:46:59.994Z Running `target/debug/xtask download softnpu`
17622026-07-17T18:47:00.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17632026-07-17T18:47:00.767Z Running `target/debug/xtask-downloader softnpu`
17642026-07-17T18:47:00.809ZJul 17 18:46:59.949 INFO Starting download, target: Softnpu
17652026-07-17T18:47:00.812ZJul 17 18:46:59.950 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-07-17T18:47:01.315ZJul 17 18:47:00.456 INFO Download complete, target: Softnpu
17672026-07-17T18:47:01.319Z
17682026-07-17T18:47:01.322Zreal 1.787625494
17692026-07-17T18:47:01.322Zuser 1.255622965
17702026-07-17T18:47:01.323Zsys 0.591721432
17712026-07-17T18:47:01.323Ztrap 0.000622400
17722026-07-17T18:47:01.323Ztflt 0.000071150
17732026-07-17T18:47:01.323Zdflt 0.000307930
17742026-07-17T18:47:01.323Zkflt 0.000000000
17752026-07-17T18:47:01.323Zlock 9.169225949
17762026-07-17T18:47:01.323Zslp 0.379119744
17772026-07-17T18:47:01.323Zlat 0.085155298
17782026-07-17T18:47:01.323Zstop 0.000202530
17792026-07-17T18:47:01.323Z+ export CARGO_INCREMENTAL=0
17802026-07-17T18:47:01.323Z+ CARGO_INCREMENTAL=0
17812026-07-17T18:47:01.323Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-07-17T18:47:02.185Z Compiling proc-macro2 v1.0.106
17832026-07-17T18:47:02.185Z Compiling quote v1.0.45
17842026-07-17T18:47:02.185Z Compiling unicode-ident v1.0.24
17852026-07-17T18:47:02.185Z Compiling libc v0.2.185
17862026-07-17T18:47:02.185Z Compiling serde_core v1.0.228
17872026-07-17T18:47:02.189Z Compiling serde v1.0.228
17882026-07-17T18:47:02.189Z Compiling cfg-if v1.0.4
17892026-07-17T18:47:02.189Z Compiling version_check v0.9.5
17902026-07-17T18:47:02.189Z Compiling shlex v1.3.0
17912026-07-17T18:47:02.330Z Compiling find-msvc-tools v0.1.9
17922026-07-17T18:47:02.333Z Compiling memchr v2.8.0
17932026-07-17T18:47:02.334Z Compiling zmij v1.0.21
17942026-07-17T18:47:02.334Z Compiling serde_json v1.0.150
17952026-07-17T18:47:02.334Z Compiling autocfg v1.5.0
17962026-07-17T18:47:02.443Z Compiling portable-atomic v1.13.1
17972026-07-17T18:47:02.454Z Compiling getrandom v0.4.1
17982026-07-17T18:47:02.792Z Compiling zerocopy v0.8.40
17992026-07-17T18:47:02.796Z Compiling libm v0.2.16
18002026-07-17T18:47:02.796Z Compiling parking_lot_core v0.9.12
18012026-07-17T18:47:02.807Z Compiling icu_properties_data v2.1.2
18022026-07-17T18:47:02.824Z Compiling icu_normalizer_data v2.1.1
18032026-07-17T18:47:02.882Z Compiling smallvec v1.15.1
18042026-07-17T18:47:02.882Z Compiling generic-array v0.14.7
18052026-07-17T18:47:02.942Z Compiling num-traits v0.2.19
18062026-07-17T18:47:02.974Z Compiling itoa v1.0.17
18072026-07-17T18:47:02.978Z Compiling log v0.4.29
18082026-07-17T18:47:03.115Z Compiling subtle v2.6.1
18092026-07-17T18:47:03.137Z Compiling pkg-config v0.3.32
18102026-07-17T18:47:03.179Z Compiling stable_deref_trait v1.2.1
18112026-07-17T18:47:03.210Z Compiling typenum v1.20.1
18122026-07-17T18:47:03.257Z Compiling scopeguard v1.2.0
18132026-07-17T18:47:03.287Z Compiling rand_core v0.10.0
18142026-07-17T18:47:03.337Z Compiling jobserver v0.1.34
18152026-07-17T18:47:03.351Z Compiling errno v0.3.14
18162026-07-17T18:47:03.414Z Compiling lock_api v0.4.14
18172026-07-17T18:47:03.610Z Compiling syn v2.0.117
18182026-07-17T18:47:03.626Z Compiling cc v1.2.56
18192026-07-17T18:47:03.639Z Compiling thiserror v2.0.18
18202026-07-17T18:47:03.657Z Compiling getrandom v0.3.4
18212026-07-17T18:47:03.676Z Compiling pin-project-lite v0.2.17
18222026-07-17T18:47:03.709Z Compiling writeable v0.6.2
18232026-07-17T18:47:03.722Z Compiling equivalent v1.0.2
18242026-07-17T18:47:03.735Z Compiling litemap v0.8.1
18252026-07-17T18:47:03.739Z Compiling percent-encoding v2.3.2
18262026-07-17T18:47:03.766Z Compiling fnv v1.0.7
18272026-07-17T18:47:03.793Z Compiling getrandom v0.2.17
18282026-07-17T18:47:03.889Z Compiling schemars v0.8.22
18292026-07-17T18:47:03.904Z Compiling rustversion v1.0.22
18302026-07-17T18:47:03.987Z Compiling rand_core v0.6.4
18312026-07-17T18:47:04.065Z Compiling fs_extra v1.3.0
18322026-07-17T18:47:04.069Z Compiling critical-section v1.2.0
18332026-07-17T18:47:04.069Z Compiling dunce v1.0.5
18342026-07-17T18:47:04.097Z Compiling rustix v1.1.3
18352026-07-17T18:47:04.229Z Compiling hashbrown v0.17.0
18362026-07-17T18:47:04.292Z Compiling signal-hook-registry v1.4.8
18372026-07-17T18:47:04.396Z Compiling cmake v0.1.57
18382026-07-17T18:47:04.412Z Compiling heck v0.5.0
18392026-07-17T18:47:04.429Z Compiling strsim v0.11.1
18402026-07-17T18:47:04.478Z Compiling utf8_iter v1.0.4
18412026-07-17T18:47:04.670Z Compiling once_cell v1.21.3
18422026-07-17T18:47:04.744Z Compiling semver v1.0.28
18432026-07-17T18:47:04.764Z Compiling indexmap v2.14.0
18442026-07-17T18:47:04.812Z Compiling parking_lot v0.12.5
18452026-07-17T18:47:04.828Z Compiling form_urlencoded v1.2.2
18462026-07-17T18:47:04.862Z Compiling bitflags v2.11.0
18472026-07-17T18:47:04.916Z Compiling mio v1.2.0
18482026-07-17T18:47:04.958Z Compiling aws-lc-sys v0.40.0
18492026-07-17T18:47:04.973Z Compiling socket2 v0.6.3
18502026-07-17T18:47:05.012Z Compiling futures-core v0.3.32
18512026-07-17T18:47:05.055Z Compiling ident_case v1.0.1
18522026-07-17T18:47:05.071Z Compiling aws-lc-rs v1.16.3
18532026-07-17T18:47:05.206Z Compiling httparse v1.10.1
18542026-07-17T18:47:05.399Z Compiling byteorder v1.5.0
18552026-07-17T18:47:05.443Z Compiling ucd-trie v0.1.7
18562026-07-17T18:47:05.469Z Compiling thiserror v1.0.69
18572026-07-17T18:47:05.617Z Compiling pest v2.8.6
18582026-07-17T18:47:05.657Z Compiling syn v1.0.109
18592026-07-17T18:47:05.719Z Compiling regex-syntax v0.8.10
18602026-07-17T18:47:05.719Z Compiling vcpkg v0.2.15
18612026-07-17T18:47:05.743Z Compiling const-oid v0.9.6
18622026-07-17T18:47:05.804Z Compiling iana-time-zone v0.1.65
18632026-07-17T18:47:05.922Z Compiling uuid v1.23.4
18642026-07-17T18:47:06.066Z Compiling rustc_version v0.4.1
18652026-07-17T18:47:06.168Z Compiling futures-sink v0.3.32
18662026-07-17T18:47:06.189Z Compiling rustls v0.23.41
18672026-07-17T18:47:06.293Z Compiling openssl-sys v0.9.115
18682026-07-17T18:47:06.308Z Compiling futures-channel v0.3.32
18692026-07-17T18:47:06.381Z Compiling aho-corasick v1.1.4
18702026-07-17T18:47:06.413Z Compiling synstructure v0.13.2
18712026-07-17T18:47:06.427Z Compiling serde_derive_internals v0.29.1
18722026-07-17T18:47:06.507Z Compiling futures-io v0.3.32
18732026-07-17T18:47:06.607Z Compiling slab v0.4.12
18742026-07-17T18:47:06.668Z Compiling pest_meta v2.8.6
18752026-07-17T18:47:06.792Z Compiling futures-task v0.3.32
18762026-07-17T18:47:06.859Z Compiling plain v0.2.3
18772026-07-17T18:47:06.894Z Compiling num-conv v0.2.0
18782026-07-17T18:47:06.936Z Compiling dyn-clone v1.0.20
18792026-07-17T18:47:06.999Z Compiling crc32fast v1.5.0
18802026-07-17T18:47:07.014Z Compiling time-core v0.1.8
18812026-07-17T18:47:07.073Z Compiling crossbeam-utils v0.8.21
18822026-07-17T18:47:07.089Z Compiling base64 v0.22.1
18832026-07-17T18:47:07.173Z Compiling time-macros v0.2.27
18842026-07-17T18:47:07.205Z Compiling openssl v0.10.79
18852026-07-17T18:47:07.223Z Compiling regex-automata v0.4.14
18862026-07-17T18:47:07.229Z Compiling pretty-hex v0.4.1
18872026-07-17T18:47:07.278Z Compiling pest_generator v2.8.6
18882026-07-17T18:47:07.301Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18892026-07-17T18:47:07.407Z Compiling native-tls v0.2.18
18902026-07-17T18:47:07.459Z Compiling anyhow v1.0.102
18912026-07-17T18:47:07.529Z Compiling rand_core v0.9.5
18922026-07-17T18:47:07.647Z Compiling serde_derive v1.0.228
18932026-07-17T18:47:07.664Z Compiling zeroize_derive v1.4.3
18942026-07-17T18:47:07.681Z Compiling zerofrom-derive v0.1.6
18952026-07-17T18:47:07.701Z Compiling yoke-derive v0.8.1
18962026-07-17T18:47:07.727Z Compiling zerovec-derive v0.11.2
18972026-07-17T18:47:07.774Z Compiling displaydoc v0.2.5
18982026-07-17T18:47:07.807Z Compiling zerocopy-derive v0.8.40
18992026-07-17T18:47:07.824Z Compiling tokio-macros v2.7.0
19002026-07-17T18:47:07.841Z Compiling futures-macro v0.3.32
19012026-07-17T18:47:07.920Z Compiling thiserror-impl v2.0.18
19022026-07-17T18:47:07.941Z Compiling schemars_derive v0.8.22
19032026-07-17T18:47:08.041Z Compiling tracing-attributes v0.1.31
19042026-07-17T18:47:08.197Z Compiling der_derive v0.7.3
19052026-07-17T18:47:08.317Z Compiling zeroize v1.8.2
19062026-07-17T18:47:08.597Z Compiling thiserror-impl v1.0.69
19072026-07-17T18:47:08.612Z Compiling pest_derive v2.8.6
19082026-07-17T18:47:08.670Z Compiling futures-util v0.3.32
19092026-07-17T18:47:08.803Z Compiling scroll_derive v0.13.1
19102026-07-17T18:47:08.853Z Compiling zerofrom v0.1.6
19112026-07-17T18:47:09.013Z Compiling yoke v0.8.1
19122026-07-17T18:47:09.158Z Compiling crypto-common v0.1.7
19132026-07-17T18:47:09.198Z Compiling zerovec v0.11.5
19142026-07-17T18:47:09.220Z Compiling zerotrie v0.2.3
19152026-07-17T18:47:09.309Z Compiling block-buffer v0.10.4
19162026-07-17T18:47:09.364Z Compiling scroll_derive v0.12.1
19172026-07-17T18:47:09.515Z Compiling digest v0.10.7
19182026-07-17T18:47:09.543Z Compiling openssl-macros v0.1.1
19192026-07-17T18:47:09.643Z Compiling regex v1.12.3
19202026-07-17T18:47:09.736Z Compiling zerocopy-derive v0.7.35
19212026-07-17T18:47:09.758Z Compiling tinystr v0.8.2
19222026-07-17T18:47:09.824Z Compiling potential_utf v0.1.4
19232026-07-17T18:47:09.855Z Compiling slog v2.8.2
19242026-07-17T18:47:09.997Z Compiling icu_locale_core v2.1.1
19252026-07-17T18:47:10.038Z Compiling icu_collections v2.1.1
19262026-07-17T18:47:10.073Z Compiling tracing-core v0.1.36
19272026-07-17T18:47:10.347Z Compiling cookie v0.18.1
19282026-07-17T18:47:10.586Z Compiling base64ct v1.8.3
19292026-07-17T18:47:10.693Z Compiling camino v1.2.2
19302026-07-17T18:47:10.760Z Compiling icu_provider v2.1.1
19312026-07-17T18:47:10.766Z Compiling tracing v0.1.44
19322026-07-17T18:47:10.894Z Compiling bytes v1.11.1
19332026-07-17T18:47:10.899Z Compiling chrono v0.4.45
19342026-07-17T18:47:11.004Z Compiling serde_tokenstream v0.2.3
19352026-07-17T18:47:11.036Z Compiling icu_properties v2.1.2
19362026-07-17T18:47:11.107Z Compiling icu_normalizer v2.1.1
19372026-07-17T18:47:11.191Z Compiling pem-rfc7468 v0.7.0
19382026-07-17T18:47:11.424Z Compiling tokio v1.52.1
19392026-07-17T18:47:11.483Z Compiling http v1.4.2
19402026-07-17T18:47:12.308Z Compiling idna_adapter v1.2.1
19412026-07-17T18:47:12.325Z Compiling ppv-lite86 v0.2.21
19422026-07-17T18:47:12.386Z Compiling flagset v0.4.7
19432026-07-17T18:47:12.460Z Compiling idna v1.1.0
19442026-07-17T18:47:12.514Z Compiling der v0.7.10
19452026-07-17T18:47:12.530Z Compiling http-body v1.0.1
19462026-07-17T18:47:12.534Z Compiling rustls-pki-types v1.14.0
19472026-07-17T18:47:12.663Z Compiling rand_chacha v0.9.0
19482026-07-17T18:47:12.848Z Compiling url v2.5.8
19492026-07-17T18:47:13.049Z Compiling usdt-impl v0.5.0
19502026-07-17T18:47:13.052Z Compiling ref-cast v1.0.25
19512026-07-17T18:47:13.302Z Compiling usdt-impl v0.6.0
19522026-07-17T18:47:13.360Z Compiling paste v1.0.15
19532026-07-17T18:47:13.375Z Compiling tinyvec_macros v0.1.1
19542026-07-17T18:47:13.593Z Compiling fastrand v2.3.0
19552026-07-17T18:47:13.621Z Compiling cmov v0.5.4
19562026-07-17T18:47:13.637Z Compiling openssl-probe v0.2.1
19572026-07-17T18:47:13.651Z Compiling either v1.15.0
19582026-07-17T18:47:13.758Z Compiling tinyvec v1.10.0
19592026-07-17T18:47:13.816Z Compiling spki v0.7.3
19602026-07-17T18:47:13.837Z Compiling ctutils v0.4.2
19612026-07-17T18:47:13.932Z Compiling rand v0.9.2
19622026-07-17T18:47:14.041Z Compiling toml_datetime v0.6.11
19632026-07-17T18:47:14.118Z Compiling serde_spanned v0.6.9
19642026-07-17T18:47:14.135Z Compiling scroll v0.12.0
19652026-07-17T18:47:14.151Z Compiling scroll v0.13.0
19662026-07-17T18:47:14.196Z Compiling async-trait v0.1.89
19672026-07-17T18:47:14.287Z Compiling heapless v0.7.17
19682026-07-17T18:47:14.368Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-07-17T18:47:14.407Z Compiling signal-hook v0.3.18
19702026-07-17T18:47:14.421Z Compiling atomic-waker v1.1.2
19712026-07-17T18:47:14.437Z Compiling zstd-safe v7.2.4
19722026-07-17T18:47:14.453Z Compiling litrs v1.0.0
19732026-07-17T18:47:14.515Z Compiling try-lock v0.2.5
19742026-07-17T18:47:14.564Z Compiling tower-service v0.3.3
19752026-07-17T18:47:14.581Z Compiling winnow v1.0.3
19762026-07-17T18:47:14.638Z Compiling rustix v0.38.44
19772026-07-17T18:47:14.655Z Compiling tower-layer v0.3.3
19782026-07-17T18:47:14.680Z Compiling winnow v0.7.14
19792026-07-17T18:47:14.696Z Compiling cpufeatures v0.2.17
19802026-07-17T18:47:14.711Z Compiling untrusted v0.7.1
19812026-07-17T18:47:14.779Z Compiling want v0.3.1
19822026-07-17T18:47:14.871Z Compiling goblin v0.10.5
19832026-07-17T18:47:14.929Z Compiling document-features v0.2.12
19842026-07-17T18:47:14.947Z Compiling toml_parser v1.1.2+spec-1.1.0
19852026-07-17T18:47:14.962Z Compiling goblin v0.8.2
19862026-07-17T18:47:15.113Z Compiling hybrid-array v0.4.13
19872026-07-17T18:47:15.297Z Compiling tokio-util v0.7.18
19882026-07-17T18:47:15.485Z Compiling ipnet v2.11.0
19892026-07-17T18:47:15.539Z Compiling zerocopy v0.7.35
19902026-07-17T18:47:15.931Z Compiling ref-cast-impl v1.0.25
19912026-07-17T18:47:15.944Z Compiling darling_core v0.20.11
19922026-07-17T18:47:15.962Z Compiling curve25519-dalek v4.1.3
19932026-07-17T18:47:16.099Z Compiling h2 v0.4.15
19942026-07-17T18:47:16.149Z Compiling memoffset v0.9.1
19952026-07-17T18:47:16.244Z Compiling winnow v0.5.40
19962026-07-17T18:47:16.272Z Compiling untrusted v0.9.0
19972026-07-17T18:47:16.393Z Compiling utf8parse v0.2.2
19982026-07-17T18:47:16.421Z Compiling httpdate v1.0.3
19992026-07-17T18:47:16.526Z Compiling powerfmt v0.2.0
20002026-07-17T18:47:16.652Z Compiling foreign-types-shared v0.1.1
20012026-07-17T18:47:16.770Z Compiling foreign-types v0.3.2
20022026-07-17T18:47:16.805Z Compiling deranged v0.5.8
20032026-07-17T18:47:16.906Z Compiling tempfile v3.25.0
20042026-07-17T18:47:17.072Z Compiling unicode-normalization v0.1.25
20052026-07-17T18:47:17.252Z Compiling dof v0.3.0
20062026-07-17T18:47:17.503Z Compiling pkcs8 v0.10.2
20072026-07-17T18:47:17.552Z Compiling toml_edit v0.19.15
20082026-07-17T18:47:17.652Z Compiling dof v0.4.0
20092026-07-17T18:47:17.668Z Compiling dtrace-parser v0.2.0
20102026-07-17T18:47:17.891Z Compiling darling_macro v0.20.11
20112026-07-17T18:47:18.073Z Compiling dtrace-parser v0.3.0
20122026-07-17T18:47:18.269Z Compiling pin-project-internal v1.1.11
20132026-07-17T18:47:18.398Z Compiling daft-derive v0.1.7
20142026-07-17T18:47:18.511Z Compiling spin v0.9.8
20152026-07-17T18:47:18.545Z Compiling thread-id v5.1.0
20162026-07-17T18:47:18.608Z Compiling thread-id v4.2.2
20172026-07-17T18:47:18.634Z Compiling num-bigint-dig v0.8.6
20182026-07-17T18:47:18.698Z Compiling smoltcp v0.9.1
20192026-07-17T18:47:18.734Z Compiling num_threads v0.1.7
20202026-07-17T18:47:18.873Z Compiling anstyle v1.0.14
20212026-07-17T18:47:18.895Z Compiling cfg_aliases v0.2.1
20222026-07-17T18:47:18.986Z Compiling nix v0.31.2
20232026-07-17T18:47:19.053Z Compiling time v0.3.47
20242026-07-17T18:47:19.225Z Compiling darling v0.20.11
20252026-07-17T18:47:19.329Z Compiling hyper v1.10.1
20262026-07-17T18:47:19.400Z Compiling sha2 v0.10.9
20272026-07-17T18:47:19.605Z Compiling ipnetwork v0.21.1
20282026-07-17T18:47:19.684Z Compiling hmac v0.12.1
20292026-07-17T18:47:19.848Z Compiling strum_macros v0.26.4
20302026-07-17T18:47:19.898Z Compiling curve25519-dalek-derive v0.1.1
20312026-07-17T18:47:19.976Z Compiling darling_core v0.23.0
20322026-07-17T18:47:19.980Z Compiling sync_wrapper v1.0.2
20332026-07-17T18:47:20.015Z Compiling wait-timeout v0.2.1
20342026-07-17T18:47:20.488Z Compiling hyper-util v0.1.20
20352026-07-17T18:47:20.504Z Compiling is_terminal_polyfill v1.70.2
20362026-07-17T18:47:20.612Z Compiling simd-adler32 v0.3.8
20372026-07-17T18:47:20.810Z Compiling colorchoice v1.0.4
20382026-07-17T18:47:20.840Z Compiling bit-vec v0.8.0
20392026-07-17T18:47:20.871Z Compiling quick-error v1.2.3
20402026-07-17T18:47:20.946Z Compiling siphasher v1.0.2
20412026-07-17T18:47:20.997Z Compiling anstyle-query v1.1.5
20422026-07-17T18:47:21.095Z Compiling bit-set v0.8.0
20432026-07-17T18:47:21.123Z Compiling rusty-fork v0.3.1
20442026-07-17T18:47:21.421Z Compiling tower v0.5.3
20452026-07-17T18:47:21.961Z Compiling derive_builder_core v0.20.2
20462026-07-17T18:47:22.044Z Compiling http-body-util v0.1.3
20472026-07-17T18:47:22.096Z Compiling darling_macro v0.23.0
20482026-07-17T18:47:22.158Z Compiling hubpack_derive v0.1.1
20492026-07-17T18:47:22.173Z Compiling rand_xorshift v0.4.0
20502026-07-17T18:47:22.218Z Compiling strum_macros v0.27.2
20512026-07-17T18:47:22.274Z Compiling snafu-derive v0.8.9
20522026-07-17T18:47:22.374Z Compiling fs-err v3.3.0
20532026-07-17T18:47:22.390Z Compiling ahash v0.8.12
20542026-07-17T18:47:22.632Z Compiling unicode-segmentation v1.12.0
20552026-07-17T18:47:22.684Z Compiling ryu v1.0.23
20562026-07-17T18:47:22.766Z Compiling unicode-properties v0.1.4
20572026-07-17T18:47:22.841Z Compiling unarray v0.1.4
20582026-07-17T18:47:22.871Z Compiling adler2 v2.0.1
20592026-07-17T18:47:22.893Z Compiling unicode-bidi v0.3.18
20602026-07-17T18:47:22.971Z Compiling iri-string v0.7.10
20612026-07-17T18:47:22.989Z Compiling object v0.37.3
20622026-07-17T18:47:23.019Z Compiling allocator-api2 v0.2.21
20632026-07-17T18:47:23.034Z Compiling miniz_oxide v0.8.9
20642026-07-17T18:47:23.141Z Compiling proptest v1.10.0
20652026-07-17T18:47:23.280Z Compiling stringprep v0.1.5
20662026-07-17T18:47:23.369Z Compiling serde_urlencoded v0.7.1
20672026-07-17T18:47:23.387Z Compiling derive_builder_macro v0.20.2
20682026-07-17T18:47:23.664Z Compiling darling v0.23.0
20692026-07-17T18:47:23.716Z Compiling tokio-native-tls v0.3.1
20702026-07-17T18:47:23.767Z Compiling usdt-macro v0.6.0
20712026-07-17T18:47:23.914Z Compiling usdt-attr-macro v0.6.0
20722026-07-17T18:47:23.917Z Compiling anstyle-parse v1.0.0
20732026-07-17T18:47:23.965Z Compiling crypto-common v0.2.2
20742026-07-17T18:47:23.971Z Compiling block-buffer v0.12.1
20752026-07-17T18:47:24.133Z Compiling block-padding v0.4.2
20762026-07-17T18:47:24.202Z Compiling tower-http v0.6.8
20772026-07-17T18:47:24.582Z Compiling rustls-native-certs v0.8.3
20782026-07-17T18:47:24.657Z Compiling rand_chacha v0.3.1
20792026-07-17T18:47:24.727Z Compiling erased-serde v0.3.31
20802026-07-17T18:47:24.742Z Compiling hex v0.4.3
20812026-07-17T18:47:24.812Z Compiling md-5 v0.10.6
20822026-07-17T18:47:24.829Z Compiling signature v2.2.0
20832026-07-17T18:47:24.843Z Compiling bstr v1.12.1
20842026-07-17T18:47:24.876Z Compiling num-integer v0.1.46
20852026-07-17T18:47:24.981Z Compiling hash32 v0.2.1
20862026-07-17T18:47:25.027Z Compiling vergen-lib v9.1.0
20872026-07-17T18:47:25.106Z Compiling encoding_rs v0.8.35
20882026-07-17T18:47:25.136Z Compiling zlib-rs v0.6.2
20892026-07-17T18:47:25.183Z Compiling fallible-iterator v0.2.0
20902026-07-17T18:47:25.187Z Compiling cpufeatures v0.3.0
20912026-07-17T18:47:25.220Z Compiling mime v0.3.17
20922026-07-17T18:47:25.272Z Compiling psl-types v2.0.11
20932026-07-17T18:47:25.416Z Compiling publicsuffix v2.3.0
20942026-07-17T18:47:25.521Z Compiling postgres-protocol v0.6.10
20952026-07-17T18:47:25.581Z Compiling newtype-uuid v1.3.2
20962026-07-17T18:47:25.605Z Compiling num-iter v0.1.45
20972026-07-17T18:47:25.752Z Compiling rand v0.8.6
20982026-07-17T18:47:26.069Z Compiling oxnet v0.1.6
20992026-07-17T18:47:26.227Z Compiling inout v0.2.2
21002026-07-17T18:47:26.330Z Compiling anstream v1.0.0
21012026-07-17T18:47:26.353Z Compiling derive_builder v0.20.2
21022026-07-17T18:47:26.378Z Compiling hyper-tls v0.6.0
21032026-07-17T18:47:26.395Z Compiling serde_with_macros v3.21.0
21042026-07-17T18:47:26.427Z Compiling heck v0.4.1
21052026-07-17T18:47:26.477Z Compiling phf_shared v0.13.1
21062026-07-17T18:47:26.493Z Compiling pin-project v1.1.11
21072026-07-17T18:47:26.643Z Compiling lazy_static v1.5.0
21082026-07-17T18:47:26.657Z Compiling anstyle-parse v0.2.7
21092026-07-17T18:47:26.753Z Compiling terminal_size v0.4.3
21102026-07-17T18:47:26.791Z Compiling futures-executor v0.3.32
21112026-07-17T18:47:26.820Z Compiling serde_repr v0.1.20
21122026-07-17T18:47:26.824Z Compiling enum-as-inner v0.6.1
21132026-07-17T18:47:26.874Z Compiling async-recursion v1.1.1
21142026-07-17T18:47:26.904Z Compiling clap_derive v4.6.1
21152026-07-17T18:47:27.052Z Compiling ff v0.13.1
21162026-07-17T18:47:27.073Z Compiling vergen v9.1.0
21172026-07-17T18:47:27.094Z Compiling cargo-platform v0.3.2
21182026-07-17T18:47:27.212Z Compiling flate2 v1.1.9
21192026-07-17T18:47:27.308Z Compiling managed v0.8.0
21202026-07-17T18:47:27.361Z Compiling base16ct v0.2.0
21212026-07-17T18:47:27.365Z Compiling libbz2-rs-sys v0.2.2
21222026-07-17T18:47:27.421Z Compiling bitflags v1.3.2
21232026-07-17T18:47:27.487Z Compiling foldhash v0.1.5
21242026-07-17T18:47:27.547Z Compiling bumpalo v3.20.2
21252026-07-17T18:47:27.671Z Compiling foldhash v0.2.0
21262026-07-17T18:47:27.688Z Compiling clap_lex v1.0.0
21272026-07-17T18:47:27.736Z Compiling same-file v1.0.6
21282026-07-17T18:47:27.814Z Compiling bzip2 v0.6.1
21292026-07-17T18:47:27.831Z Compiling hashbrown v0.16.1
21302026-07-17T18:47:27.897Z Compiling clap_builder v4.6.0
21312026-07-17T18:47:27.912Z Compiling walkdir v2.5.0
21322026-07-17T18:47:27.937Z Compiling zopfli v0.8.3
21332026-07-17T18:47:28.055Z Compiling hashbrown v0.15.5
21342026-07-17T18:47:28.117Z Compiling sec1 v0.7.3
21352026-07-17T18:47:28.421Z Compiling cargo_metadata v0.23.1
21362026-07-17T18:47:28.446Z Compiling group v0.13.0
21372026-07-17T18:47:28.620Z Compiling futures v0.3.32
21382026-07-17T18:47:28.769Z Compiling anstream v0.6.21
21392026-07-17T18:47:29.114Z Compiling phf v0.13.1
21402026-07-17T18:47:29.186Z Compiling zstd v0.13.3
21412026-07-17T18:47:29.298Z Compiling snafu v0.8.9
21422026-07-17T18:47:29.478Z Compiling reqwest v0.12.28
21432026-07-17T18:47:29.647Z Compiling cipher v0.5.2
21442026-07-17T18:47:29.709Z Compiling daft v0.1.7
21452026-07-17T18:47:29.827Z Compiling signal-hook-mio v0.2.5
21462026-07-17T18:47:29.943Z Compiling cookie_store v0.22.1
21472026-07-17T18:47:29.970Z Compiling postgres-types v0.2.12
21482026-07-17T18:47:30.019Z Compiling bzip2 v0.4.4
21492026-07-17T18:47:30.033Z Compiling globset v0.4.18
21502026-07-17T18:47:30.095Z Compiling ed25519 v2.2.3
21512026-07-17T18:47:30.114Z Compiling strum v0.27.2
21522026-07-17T18:47:30.261Z Compiling hubpack v0.1.2
21532026-07-17T18:47:30.367Z Compiling phf_shared v0.11.3
21542026-07-17T18:47:30.396Z Compiling hkdf v0.12.4
21552026-07-17T18:47:30.412Z Compiling crossbeam-epoch v0.9.18
21562026-07-17T18:47:30.506Z Compiling pkcs1 v0.7.5
21572026-07-17T18:47:30.524Z Compiling olpc-cjson v0.1.4
21582026-07-17T18:47:30.751Z Compiling serde-big-array v0.5.1
21592026-07-17T18:47:30.768Z Compiling serde_plain v1.0.2
21602026-07-17T18:47:30.807Z Compiling pem v3.0.6
21612026-07-17T18:47:30.931Z Compiling crypto-bigint v0.5.5
21622026-07-17T18:47:30.931Z Compiling float-cmp v0.10.0
21632026-07-17T18:47:30.977Z Compiling memmap2 v0.9.10
21642026-07-17T18:47:31.090Z Compiling env_filter v1.0.0
21652026-07-17T18:47:31.114Z Compiling typed-path v0.9.3
21662026-07-17T18:47:31.201Z Compiling const-oid v0.10.2
21672026-07-17T18:47:31.216Z Compiling jiff v0.2.21
21682026-07-17T18:47:31.343Z Compiling difflib v0.4.0
21692026-07-17T18:47:31.374Z Compiling precomputed-hash v0.1.1
21702026-07-17T18:47:31.416Z Compiling whoami v2.1.0
21712026-07-17T18:47:31.475Z Compiling static_assertions v1.1.0
21722026-07-17T18:47:31.498Z Compiling predicates-core v1.0.10
21732026-07-17T18:47:31.529Z Compiling data-encoding v2.10.0
21742026-07-17T18:47:31.679Z Compiling fixedbitset v0.5.7
21752026-07-17T18:47:31.767Z Compiling normalize-line-endings v0.3.0
21762026-07-17T18:47:31.796Z Compiling new_debug_unreachable v1.0.6
21772026-07-17T18:47:31.819Z Compiling toml_write v0.1.2
21782026-07-17T18:47:31.852Z Compiling keccak v0.1.6
21792026-07-17T18:47:31.882Z Compiling fixedbitset v0.4.2
21802026-07-17T18:47:31.898Z Compiling petgraph v0.8.3
21812026-07-17T18:47:31.930Z Compiling string_cache v0.8.9
21822026-07-17T18:47:31.976Z Compiling predicates v3.1.4
21832026-07-17T18:47:32.018Z Compiling sha3 v0.10.8
21842026-07-17T18:47:32.034Z Compiling toml_edit v0.22.27
21852026-07-17T18:47:32.058Z Compiling petgraph v0.6.5
21862026-07-17T18:47:32.075Z Compiling elliptic-curve v0.13.8
21872026-07-17T18:47:32.079Z Compiling hickory-proto v0.25.2
21882026-07-17T18:47:32.107Z Compiling tokio-postgres v0.7.16
21892026-07-17T18:47:32.170Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-07-17T18:47:32.299Z Compiling digest v0.11.3
21912026-07-17T18:47:32.442Z Compiling chacha20 v0.10.0
21922026-07-17T18:47:32.467Z Compiling env_logger v0.11.9
21932026-07-17T18:47:32.766Z Compiling usdt v0.6.0
21942026-07-17T18:47:33.031Z Compiling rsa v0.9.10
21952026-07-17T18:47:33.832Z Compiling zip v4.6.1
21962026-07-17T18:47:34.237Z Compiling ed25519-dalek v2.2.0
21972026-07-17T18:47:34.409Z Compiling zip v0.6.6
21982026-07-17T18:47:34.468Z Compiling iddqd v0.4.2
21992026-07-17T18:47:34.561Z Compiling crossterm v0.28.1
22002026-07-17T18:47:34.956Z Compiling clap v4.6.1
22012026-07-17T18:47:34.997Z Compiling serde_with v3.21.0
22022026-07-17T18:47:35.048Z Compiling similar v2.7.0
22032026-07-17T18:47:35.115Z Compiling byte-wrapper v0.1.0
22042026-07-17T18:47:35.317Z Compiling strum v0.26.3
22052026-07-17T18:47:35.332Z Compiling toml v0.7.8
22062026-07-17T18:47:35.436Z Compiling tokio-stream v0.1.18
22072026-07-17T18:47:35.467Z Compiling buf-list v1.1.2
22082026-07-17T18:47:35.673Z Compiling x509-cert v0.2.5
22092026-07-17T18:47:35.720Z Compiling itertools v0.13.0
22102026-07-17T18:47:35.799Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-17T18:47:36.070Z Compiling openapiv3 v2.2.0
22122026-07-17T18:47:36.417Z Compiling lalrpop-util v0.19.12
22132026-07-17T18:47:36.862Z Compiling peg-runtime v0.8.5
22142026-07-17T18:47:53.976Z Compiling macaddr v1.0.1
22152026-07-17T18:47:54.005Z Compiling structmeta-derive v0.3.0
22162026-07-17T18:47:54.043Z Compiling darling_core v0.21.3
22172026-07-17T18:47:54.247Z Compiling crucible-workspace-hack v0.1.0
22182026-07-17T18:47:54.307Z Compiling rayon-core v1.13.0
22192026-07-17T18:47:54.458Z Compiling itertools v0.14.0
22202026-07-17T18:47:54.495Z Compiling secrecy v0.10.3
22212026-07-17T18:47:54.556Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-07-17T18:47:54.644Z Compiling heapless v0.8.0
22232026-07-17T18:47:54.660Z Compiling toml_datetime v0.7.5+spec-1.1.0
22242026-07-17T18:47:54.740Z Compiling crossbeam-deque v0.8.6
22252026-07-17T18:47:54.776Z Compiling inout v0.1.4
22262026-07-17T18:47:54.887Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-07-17T18:47:54.918Z Compiling rustls-webpki v0.103.13
22282026-07-17T18:47:54.962Z Compiling hash32 v0.3.1
22292026-07-17T18:47:54.993Z Compiling multer v3.1.0
22302026-07-17T18:47:55.020Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312026-07-17T18:47:55.050Z Compiling structmeta v0.3.0
22322026-07-17T18:47:55.148Z Compiling thread_local v1.1.9
22332026-07-17T18:47:55.169Z Compiling match_cfg v0.1.0
22342026-07-17T18:47:55.191Z Compiling compression-core v0.4.31
22352026-07-17T18:47:55.223Z Compiling smoltcp v0.11.0
22362026-07-17T18:47:55.249Z Compiling unicode-width v0.2.0
22372026-07-17T18:47:55.264Z Compiling slog-async v2.8.0
22382026-07-17T18:47:55.287Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392026-07-17T18:47:55.393Z Compiling compression-codecs v0.4.37
22402026-07-17T18:47:55.564Z Compiling proc-macro-crate v3.4.0
22412026-07-17T18:47:55.616Z Compiling derive-ex v0.1.8
22422026-07-17T18:47:55.633Z Compiling hostname v0.3.1
22432026-07-17T18:47:55.753Z Compiling cipher v0.4.4
22442026-07-17T18:47:55.780Z Compiling atomicwrites v0.4.4
22452026-07-17T18:47:55.808Z Compiling slog-json v2.6.1
22462026-07-17T18:47:55.811Z Compiling crossbeam-channel v0.5.15
22472026-07-17T18:47:56.016Z Compiling half v2.7.1
22482026-07-17T18:47:56.020Z Compiling newtype-uuid-macros v0.1.0
22492026-07-17T18:47:56.077Z Compiling thiserror-impl-no-std v2.0.2
22502026-07-17T18:47:56.093Z Compiling cobs v0.3.0
22512026-07-17T18:47:56.196Z Compiling darling_macro v0.21.3
22522026-07-17T18:47:56.231Z Compiling universal-hash v0.5.1
22532026-07-17T18:47:56.387Z Compiling async-stream-impl v0.3.6
22542026-07-17T18:47:56.402Z Compiling serde_spanned v1.1.1
22552026-07-17T18:47:56.417Z Compiling toml_datetime v1.1.1+spec-1.1.0
22562026-07-17T18:47:56.525Z Compiling is-terminal v0.4.17
22572026-07-17T18:47:56.575Z Compiling dropshot v0.17.1
22582026-07-17T18:47:56.650Z Compiling proc-macro-error-attr v1.0.4
22592026-07-17T18:47:56.708Z Compiling darling v0.21.3
22602026-07-17T18:47:56.802Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-07-17T18:47:56.817Z Compiling ingot-macros v0.1.1
22622026-07-17T18:47:56.822Z Compiling term v1.2.1
22632026-07-17T18:47:56.860Z Compiling toml_writer v1.1.1+spec-1.1.0
22642026-07-17T18:47:56.892Z Compiling convert_case v0.4.0
22652026-07-17T18:47:57.000Z Compiling opaque-debug v0.3.1
22662026-07-17T18:47:57.033Z Compiling ciborium-io v0.2.2
22672026-07-17T18:47:57.091Z Compiling take_mut v0.2.2
22682026-07-17T18:47:57.141Z Compiling thiserror-no-std v2.0.2
22692026-07-17T18:47:57.141Z Compiling test-strategy v0.4.5
22702026-07-17T18:47:57.174Z Compiling slog-term v2.9.2
22712026-07-17T18:47:57.178Z Compiling ciborium-ll v0.2.2
22722026-07-17T18:47:57.221Z Compiling derive_more v0.99.20
22732026-07-17T18:47:57.269Z Compiling poly1305 v0.8.0
22742026-07-17T18:47:57.282Z Compiling toml v1.1.2+spec-1.1.0
22752026-07-17T18:47:57.483Z Compiling async-stream v0.3.6
22762026-07-17T18:47:57.816Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772026-07-17T18:47:57.918Z Compiling postcard v1.1.3
22782026-07-17T18:47:58.193Z Compiling num_enum_derive v0.7.6
22792026-07-17T18:47:58.317Z Compiling slog-bunyan v2.5.0
22802026-07-17T18:47:58.451Z Compiling tokio-rustls v0.26.4
22812026-07-17T18:47:58.470Z Compiling rustls-platform-verifier v0.6.2
22822026-07-17T18:47:58.488Z Compiling tough v0.22.0
22832026-07-17T18:47:58.557Z Compiling chacha20 v0.9.1
22842026-07-17T18:47:58.712Z Compiling hyper-rustls v0.27.7
22852026-07-17T18:47:58.758Z Compiling async-compression v0.4.41
22862026-07-17T18:47:58.848Z Compiling parse-display-derive v0.10.0
22872026-07-17T18:47:59.027Z Compiling reqwest v0.13.2
22882026-07-17T18:47:59.205Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22892026-07-17T18:47:59.346Z Compiling sha1 v0.11.0
22902026-07-17T18:47:59.484Z Compiling ingot-types v0.1.2
22912026-07-17T18:47:59.501Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22922026-07-17T18:47:59.689Z Compiling proc-macro-crate v1.3.1
22932026-07-17T18:47:59.749Z Compiling waitgroup v0.1.2
22942026-07-17T18:47:59.795Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22952026-07-17T18:47:59.881Z Compiling backon v1.6.0
22962026-07-17T18:47:59.928Z Compiling ingot v0.1.1
22972026-07-17T18:47:59.968Z Compiling password-hash v0.5.0
22982026-07-17T18:48:00.026Z Compiling rustls-pemfile v2.2.0
22992026-07-17T18:48:00.055Z Compiling dropshot_endpoint v0.17.1
23002026-07-17T18:48:00.128Z Compiling blake2 v0.10.6
23012026-07-17T18:48:00.160Z Compiling aead v0.5.2
23022026-07-17T18:48:00.337Z Compiling foreign-types-macros v0.2.3
23032026-07-17T18:48:00.352Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-17T18:48:00.377Z Compiling serde_path_to_error v0.1.20
23052026-07-17T18:48:00.670Z Compiling hostname v0.4.2
23062026-07-17T18:48:00.793Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23072026-07-17T18:48:00.834Z Compiling proc-macro-error v1.0.4
23082026-07-17T18:48:00.856Z Compiling instant v0.1.13
23092026-07-17T18:48:00.916Z Compiling debug-ignore v1.0.5
23102026-07-17T18:48:00.945Z Compiling foreign-types-shared v0.3.1
23112026-07-17T18:48:00.959Z Compiling backoff v0.4.0
23122026-07-17T18:48:00.995Z Compiling argon2 v0.5.3
23132026-07-17T18:48:01.046Z Compiling foreign-types v0.5.0
23142026-07-17T18:48:01.062Z Compiling parse-display v0.10.0
23152026-07-17T18:48:01.097Z Compiling chacha20poly1305 v0.10.1
23162026-07-17T18:48:01.148Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23172026-07-17T18:48:01.199Z Compiling num_enum_derive v0.5.11
23182026-07-17T18:48:01.217Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23192026-07-17T18:48:01.220Z Compiling num_enum v0.7.6
23202026-07-17T18:48:01.375Z Compiling ciborium v0.2.2
23212026-07-17T18:48:01.466Z Compiling vsss-rs v3.3.4
23222026-07-17T18:48:01.636Z Compiling tabwriter v1.4.1
23232026-07-17T18:48:01.667Z Compiling regress v0.10.5
23242026-07-17T18:48:01.697Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-07-17T18:48:01.946Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23262026-07-17T18:48:02.018Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23272026-07-17T18:48:02.021Z Compiling cstr-argument v0.1.2
23282026-07-17T18:48:02.136Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-07-17T18:48:02.178Z Compiling humantime v2.3.0
23302026-07-17T18:48:02.194Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-07-17T18:48:02.210Z Compiling num_enum v0.5.11
23322026-07-17T18:48:02.227Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-07-17T18:48:02.262Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-07-17T18:48:02.296Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23352026-07-17T18:48:02.346Z Compiling rayon v1.11.0
23362026-07-17T18:48:02.363Z Compiling rand v0.10.1
23372026-07-17T18:48:02.407Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-07-17T18:48:02.507Z Compiling colored v3.1.1
23392026-07-17T18:48:02.529Z Compiling libefi-sys v0.1.0
23402026-07-17T18:48:02.543Z Compiling indent_write v2.2.0
23412026-07-17T18:48:02.647Z Compiling zone_cfg_derive v0.3.1
23422026-07-17T18:48:02.667Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-07-17T18:48:02.686Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23442026-07-17T18:48:02.717Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-17T18:48:02.774Z Compiling camino-tempfile v1.4.1
23462026-07-17T18:48:02.789Z Compiling itertools v0.12.1
23472026-07-17T18:48:02.803Z Compiling usdt-macro v0.5.0
23482026-07-17T18:48:03.124Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23492026-07-17T18:48:03.193Z Compiling usdt-attr-macro v0.5.0
23502026-07-17T18:48:03.213Z Compiling bitfield-struct v0.6.2
23512026-07-17T18:48:03.216Z Compiling num-derive v0.4.2
23522026-07-17T18:48:03.242Z Compiling blake3 v1.8.5
23532026-07-17T18:48:03.242Z Compiling sigpipe v0.1.3
23542026-07-17T18:48:03.275Z Compiling memmap v0.7.0
23552026-07-17T18:48:03.315Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-17T18:48:03.352Z Compiling swrite v0.1.0
23572026-07-17T18:48:03.478Z Compiling glob v0.3.3
23582026-07-17T18:48:03.519Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-17T18:48:03.573Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23602026-07-17T18:48:03.847Z Compiling smf v0.2.3
23612026-07-17T18:48:03.894Z Compiling filetime v0.2.27
23622026-07-17T18:48:03.910Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-17T18:48:04.002Z Compiling usdt v0.5.0
23642026-07-17T18:48:04.016Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-07-17T18:48:04.116Z Compiling arrayref v0.3.9
23662026-07-17T18:48:04.132Z Compiling zone v0.3.1
23672026-07-17T18:48:04.186Z Compiling whoami v1.6.1
23682026-07-17T18:48:04.203Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23692026-07-17T18:48:04.209Z Compiling arrayvec v0.7.6
23702026-07-17T18:48:04.233Z Compiling xattr v1.6.1
23712026-07-17T18:48:04.254Z Compiling constant_time_eq v0.4.2
23722026-07-17T18:48:04.305Z Compiling tokio-dtrace v0.1.1
23732026-07-17T18:48:04.472Z Compiling tar v0.4.46
23742026-07-17T18:48:04.487Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-07-17T18:48:04.491Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23762026-07-17T18:48:04.545Z Compiling console v0.16.2
23772026-07-17T18:48:04.646Z Compiling gethostname v0.5.0
23782026-07-17T18:48:04.678Z Compiling topological-sort v0.2.2
23792026-07-17T18:48:04.764Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23802026-07-17T18:48:04.796Z Compiling unit-prefix v0.5.2
23812026-07-17T18:48:04.922Z Compiling oxide-tokio-rt v0.1.4
23822026-07-17T18:48:04.977Z Compiling indicatif v0.18.4
23832026-07-17T18:48:05.048Z Compiling toml v0.8.23
23842026-07-17T18:48:05.184Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23852026-07-17T18:48:05.218Z Compiling shell-words v1.1.1
23862026-07-17T18:48:14.567Z Compiling progenitor-client v0.14.0
23872026-07-17T18:48:14.567Z Compiling omicron-zone-package v0.12.3
23882026-07-17T18:48:14.808Z Compiling progenitor-extras v0.2.0
23892026-07-17T18:48:15.130Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-07-17T18:48:15.147Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23912026-07-17T18:48:15.178Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-07-17T18:48:15.241Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-07-17T18:48:15.287Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-07-17T18:48:15.335Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-07-17T18:48:15.422Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-17T18:48:15.477Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-07-17T18:48:16.030Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-07-17T18:48:19.995Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-07-17T18:48:27.962Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-07-17T18:48:31.113Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-07-17T18:48:32.147Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-07-17T18:48:41.441Z Finished `release` profile [optimized] target(s) in 1m 40s
24032026-07-17T18:48:41.583Z Running `target/release/omicron-package -t test target create -p dev`
24042026-07-17T18:48:41.645ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-17T18:48:41.648ZCreated new build target 'test' and set it as active
24062026-07-17T18:48:41.648Z
24072026-07-17T18:48:41.649Zreal 1:40.323372859
24082026-07-17T18:48:41.649Zuser 16:24.839754640
24092026-07-17T18:48:41.649Zsys 2:37.305415480
24102026-07-17T18:48:41.649Ztrap 0.467857693
24112026-07-17T18:48:41.649Ztflt 2.413820461
24122026-07-17T18:48:41.649Zdflt 4.022109026
24132026-07-17T18:48:41.649Zkflt 0.000576800
24142026-07-17T18:48:41.649Zlock 51:48.594270265
24152026-07-17T18:48:41.649Zslp 42:08.371478859
24162026-07-17T18:48:41.649Zlat 47.852061895
24172026-07-17T18:48:41.649Zstop 5:22.169266800
24182026-07-17T18:48:41.649Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-07-17T18:48:42.486Z Finished `release` profile [optimized] target(s) in 0.82s
24202026-07-17T18:48:42.560Z Running `target/release/omicron-package -t test package`
24212026-07-17T18:48:42.667ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-07-17T18:48:44.000Z Compiling heck v0.5.0
24232026-07-17T18:48:44.000Z Compiling regress v0.11.1
24242026-07-17T18:48:44.241Z Compiling unsafe-libyaml v0.2.11
24252026-07-17T18:48:44.262Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-07-17T18:48:44.287Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-07-17T18:48:44.292Z Compiling unicode-width v0.1.14
24282026-07-17T18:48:44.330Z Compiling derive-where v1.6.0
24292026-07-17T18:48:44.330Z Compiling bytecount v0.6.9
24302026-07-17T18:48:44.333Z Compiling atomicwrites v0.4.4
24312026-07-17T18:48:44.391Z Compiling is-terminal v0.4.17
24322026-07-17T18:48:44.391Z Compiling prettyplease v0.2.37
24332026-07-17T18:48:44.395Z Compiling console v0.15.11
24342026-07-17T18:48:44.395Z Compiling newline-converter v0.3.0
24352026-07-17T18:48:44.395Z Compiling slog-dtrace v0.3.0
24362026-07-17T18:48:44.473Z Compiling cancel-safe-futures v0.1.5
24372026-07-17T18:48:44.517Z Compiling resolv-conf v0.7.6
24382026-07-17T18:48:44.540Z Compiling owo-colors v4.3.0
24392026-07-17T18:48:44.540Z Compiling num-rational v0.4.2
24402026-07-17T18:48:44.584Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-07-17T18:48:44.606Z Compiling libsw-core v0.3.2
24422026-07-17T18:48:44.641Z Compiling num-complex v0.4.6
24432026-07-17T18:48:44.752Z Compiling serde_yaml v0.9.34+deprecated
24442026-07-17T18:48:44.773Z Compiling thread_local v1.1.9
24452026-07-17T18:48:44.833Z Compiling expectorate v1.2.0
24462026-07-17T18:48:44.862Z Compiling match_cfg v0.1.0
24472026-07-17T18:48:44.915Z Compiling compression-core v0.4.31
24482026-07-17T18:48:44.974Z Compiling hostname v0.3.1
24492026-07-17T18:48:45.029Z Compiling num v0.4.3
24502026-07-17T18:48:45.072Z Compiling compression-codecs v0.4.37
24512026-07-17T18:48:45.121Z Compiling libsw v3.5.0
24522026-07-17T18:48:45.142Z Compiling multer v3.1.0
24532026-07-17T18:48:45.145Z Compiling slog-async v2.8.0
24542026-07-17T18:48:45.145Z Compiling crossbeam-channel v0.5.15
24552026-07-17T18:48:45.214Z Compiling slog-json v2.6.1
24562026-07-17T18:48:45.249Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-17T18:48:45.343Z Compiling serde_spanned v1.1.1
24582026-07-17T18:48:45.346Z Compiling take_mut v0.2.2
24592026-07-17T18:48:45.454Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-07-17T18:48:45.488Z Compiling linked-hash-map v0.5.6
24612026-07-17T18:48:45.510Z Compiling term v1.2.1
24622026-07-17T18:48:45.534Z Compiling linear-map v1.2.0
24632026-07-17T18:48:45.537Z Compiling float-ord v0.3.2
24642026-07-17T18:48:45.577Z Compiling toml_writer v1.1.1+spec-1.1.0
24652026-07-17T18:48:45.580Z Compiling slog-bunyan v2.5.0
24662026-07-17T18:48:45.619Z Compiling async-compression v0.4.41
24672026-07-17T18:48:45.664Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24682026-07-17T18:48:45.686Z Compiling lru-cache v0.1.2
24692026-07-17T18:48:45.799Z Compiling typify-impl v0.6.2
24702026-07-17T18:48:45.819Z Compiling slog-term v2.9.2
24712026-07-17T18:48:45.820Z Compiling toml v1.1.2+spec-1.1.0
24722026-07-17T18:48:45.863Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24732026-07-17T18:48:45.885Z Compiling dropshot v0.17.1
24742026-07-17T18:48:45.975Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-17T18:48:46.020Z Compiling async-stream v0.3.6
24762026-07-17T18:48:46.042Z Compiling sha1 v0.11.0
24772026-07-17T18:48:46.063Z Compiling progenitor-client v0.14.0
24782026-07-17T18:48:46.132Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-17T18:48:46.135Z Compiling waitgroup v0.1.2
24802026-07-17T18:48:46.217Z Compiling rustls-pemfile v2.2.0
24812026-07-17T18:48:46.296Z Compiling backon v1.6.0
24822026-07-17T18:48:46.317Z Compiling hostname v0.4.2
24832026-07-17T18:48:46.340Z Compiling serde_path_to_error v0.1.20
24842026-07-17T18:48:46.344Z Compiling instant v0.1.13
24852026-07-17T18:48:46.384Z Compiling debug-ignore v1.0.5
24862026-07-17T18:48:46.406Z Compiling minimal-lexical v0.2.1
24872026-07-17T18:48:46.435Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24882026-07-17T18:48:46.483Z Compiling progenitor-extras v0.2.0
24892026-07-17T18:48:46.510Z Compiling backoff v0.4.0
24902026-07-17T18:48:46.529Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24912026-07-17T18:48:46.532Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-07-17T18:48:46.673Z Compiling nom v7.1.3
24932026-07-17T18:48:46.759Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-07-17T18:48:46.763Z Compiling parse-display v0.10.0
24952026-07-17T18:48:46.804Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-07-17T18:48:46.824Z Compiling hickory-proto v0.24.4
24972026-07-17T18:48:46.996Z Compiling regress v0.10.5
24982026-07-17T18:48:47.469Z Compiling macaddr v1.0.1
24992026-07-17T18:48:47.517Z Compiling unicode-xid v0.2.6
25002026-07-17T18:48:47.546Z Compiling humantime v2.3.0
25012026-07-17T18:48:47.715Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-07-17T18:48:47.819Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-07-17T18:48:47.915Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-07-17T18:48:48.068Z Compiling convert_case v0.10.0
25052026-07-17T18:48:48.138Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-07-17T18:48:48.369Z Compiling derive_more-impl v2.1.1
25072026-07-17T18:48:48.683Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-07-17T18:48:48.967Z Compiling toml v0.8.23
25092026-07-17T18:48:49.026Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-07-17T18:48:49.072Z Compiling papergrid v0.11.0
25112026-07-17T18:48:49.194Z Compiling derive_more v2.1.1
25122026-07-17T18:48:49.217Z Compiling tabled_derive v0.7.0
25132026-07-17T18:48:49.252Z Compiling typify-macro v0.6.2
25142026-07-17T18:48:49.312Z Compiling termtree v0.5.1
25152026-07-17T18:48:49.440Z Compiling hickory-resolver v0.24.4
25162026-07-17T18:48:49.511Z Compiling crossterm v0.29.0
25172026-07-17T18:48:49.565Z Compiling phf_shared v0.12.1
25182026-07-17T18:48:49.817Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-17T18:48:50.154Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-07-17T18:48:50.366Z Compiling tabled v0.15.0
25212026-07-17T18:48:50.390Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-07-17T18:48:50.798Z Compiling typify v0.6.2
25232026-07-17T18:48:51.077Z Compiling progenitor-impl v0.14.0
25242026-07-17T18:48:51.530Z Compiling qorb v0.4.1
25252026-07-17T18:48:52.481Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-17T18:48:53.019Z Compiling csv-core v0.1.13
25272026-07-17T18:48:53.267Z Compiling progenitor-macro v0.14.0
25282026-07-17T18:48:53.454Z Compiling vte v0.14.1
25292026-07-17T18:48:53.733Z Compiling chrono-tz v0.10.4
25302026-07-17T18:48:53.974Z Compiling highway v1.3.0
25312026-07-17T18:48:54.257Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-07-17T18:48:54.667Z Compiling strip-ansi-escapes v0.2.1
25332026-07-17T18:48:54.694Z Compiling csv v1.4.0
25342026-07-17T18:48:54.716Z Compiling phf v0.12.1
25352026-07-17T18:48:54.806Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-07-17T18:48:54.929Z Compiling const_format_proc_macros v0.2.34
25372026-07-17T18:48:54.951Z Compiling fd-lock v4.0.4
25382026-07-17T18:48:55.126Z Compiling peg-macros v0.8.5
25392026-07-17T18:48:55.226Z Compiling nu-ansi-term v0.50.3
25402026-07-17T18:48:55.588Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-07-17T18:48:55.722Z Compiling const_format v0.2.35
25422026-07-17T18:48:55.762Z Compiling reedline v0.40.0
25432026-07-17T18:48:56.113Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-07-17T18:48:56.403Z Compiling peg v0.8.5
25452026-07-17T18:48:56.534Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-07-17T18:48:56.916Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-17T18:48:57.402Z Compiling progenitor v0.14.0
25482026-07-17T18:48:57.485Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25492026-07-17T18:48:57.506Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-17T18:48:57.576Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-17T18:48:57.780Z Compiling bcs v0.1.6
25522026-07-17T18:48:58.209Z Compiling nom v8.0.0
25532026-07-17T18:48:58.331Z Compiling semver v0.1.20
25542026-07-17T18:48:58.653Z Compiling rustc_version v0.1.7
25552026-07-17T18:48:58.889Z Compiling newtype_derive v0.1.6
25562026-07-17T18:48:59.130Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-17T18:48:59.389Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-17T18:48:59.413Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-07-17T18:48:59.801Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25602026-07-17T18:48:59.905Z Compiling smawk v0.3.2
25612026-07-17T18:49:00.078Z Compiling unicode-linebreak v0.1.5
25622026-07-17T18:49:00.149Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-07-17T18:49:00.280Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-07-17T18:49:00.361Z Compiling textwrap v0.16.2
25652026-07-17T18:49:00.423Z Compiling steno v0.4.1
25662026-07-17T18:49:00.446Z Compiling base64 v0.21.7
25672026-07-17T18:49:00.840Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25682026-07-17T18:49:01.027Z Compiling dropshot-api-manager-types v0.7.2
25692026-07-17T18:49:01.210Z Compiling sha1 v0.10.6
25702026-07-17T18:49:01.336Z Compiling utf-8 v0.7.6
25712026-07-17T18:49:01.582Z Compiling tagptr v0.2.0
25722026-07-17T18:49:01.630Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-07-17T18:49:01.651Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25742026-07-17T18:49:01.773Z Compiling moka v0.12.13
25752026-07-17T18:49:01.833Z Compiling tungstenite v0.21.0
25762026-07-17T18:49:01.902Z Compiling display-error-chain v0.2.2
25772026-07-17T18:49:02.085Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-07-17T18:49:02.179Z Compiling radium v0.7.0
25792026-07-17T18:49:02.418Z Compiling tap v1.0.1
25802026-07-17T18:49:02.491Z Compiling tokio-tungstenite v0.21.0
25812026-07-17T18:49:02.604Z Compiling maybe-uninit v2.0.0
25822026-07-17T18:49:02.881Z Compiling hickory-resolver v0.25.2
25832026-07-17T18:49:02.922Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25842026-07-17T18:49:03.218Z Compiling wyz v0.5.1
25852026-07-17T18:49:03.354Z Compiling vergen-lib v0.1.6
25862026-07-17T18:49:03.462Z Compiling zerocopy-derive v0.6.6
25872026-07-17T18:49:03.662Z Compiling crc-catalog v2.4.0
25882026-07-17T18:49:03.814Z Compiling diesel_derives v2.3.7
25892026-07-17T18:49:03.940Z Compiling packed_struct v0.10.1
25902026-07-17T18:49:04.049Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-17T18:49:04.265Z Compiling funty v2.0.0
25922026-07-17T18:49:04.331Z Compiling zerocopy v0.6.6
25932026-07-17T18:49:04.724Z Compiling bitvec v1.0.1
25942026-07-17T18:49:04.945Z Compiling crc v3.4.0
25952026-07-17T18:49:05.297Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-07-17T18:49:05.417Z Compiling dsl_auto_type v0.2.0
25972026-07-17T18:49:05.711Z Compiling scheduled-thread-pool v0.2.7
25982026-07-17T18:49:05.960Z Compiling packed_struct_codegen v0.10.1
25992026-07-17T18:49:06.074Z Compiling vergen-gitcl v1.0.8
26002026-07-17T18:49:06.230Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26012026-07-17T18:49:06.298Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26022026-07-17T18:49:06.324Z Compiling bitfield-macros v0.19.4
26032026-07-17T18:49:06.375Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-17T18:49:06.545Z Compiling proc-macro-error-attr2 v2.0.0
26052026-07-17T18:49:06.621Z Compiling dirs-sys-next v0.1.2
26062026-07-17T18:49:06.887Z Compiling indexmap v1.9.3
26072026-07-17T18:49:06.991Z Compiling maplit v1.0.2
26082026-07-17T18:49:07.034Z Compiling nodrop v0.1.14
26092026-07-17T18:49:07.065Z Compiling crunchy v0.2.4
26102026-07-17T18:49:07.132Z Compiling glob v0.3.3
26112026-07-17T18:49:07.174Z Compiling array-init v0.0.4
26122026-07-17T18:49:07.217Z Compiling bitfield v0.19.4
26132026-07-17T18:49:07.401Z Compiling proc-macro-error2 v2.0.1
26142026-07-17T18:49:07.497Z Compiling clang-sys v1.8.1
26152026-07-17T18:49:07.562Z Compiling dirs-next v2.0.0
26162026-07-17T18:49:07.766Z Compiling r2d2 v0.8.10
26172026-07-17T18:49:07.908Z Compiling smallvec v0.6.14
26182026-07-17T18:49:08.058Z Compiling num-derive v0.3.3
26192026-07-17T18:49:08.226Z Compiling downcast-rs v2.0.2
26202026-07-17T18:49:08.263Z Compiling tiny-keccak v2.0.2
26212026-07-17T18:49:08.358Z Compiling hashbrown v0.12.3
26222026-07-17T18:49:08.479Z Compiling serde-hex v0.1.0
26232026-07-17T18:49:08.978Z Compiling libscf-sys v1.1.0
26242026-07-17T18:49:08.999Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-17T18:49:09.088Z Compiling tabled_derive v0.11.0
26262026-07-17T18:49:09.112Z Compiling term v0.7.0
26272026-07-17T18:49:09.263Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-17T18:49:09.369Z Compiling ron v0.8.1
26292026-07-17T18:49:09.392Z Compiling papergrid v0.17.0
26302026-07-17T18:49:09.482Z Compiling testing_table v0.3.0
26312026-07-17T18:49:09.507Z Compiling hashbrown v0.13.2
26322026-07-17T18:49:09.612Z Compiling bit-vec v0.6.3
26332026-07-17T18:49:09.853Z Compiling crc-any v2.5.0
26342026-07-17T18:49:09.928Z Compiling bit-set v0.5.3
26352026-07-17T18:49:10.119Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26362026-07-17T18:49:10.140Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-07-17T18:49:10.143Z Compiling object v0.30.4
26382026-07-17T18:49:10.278Z Compiling ascii-canvas v3.0.0
26392026-07-17T18:49:10.669Z Compiling tabled v0.20.0
26402026-07-17T18:49:10.778Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26412026-07-17T18:49:10.811Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26422026-07-17T18:49:11.381Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-17T18:49:11.496Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-17T18:49:11.715Z Compiling progenitor-impl v0.13.0
26452026-07-17T18:49:11.825Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-07-17T18:49:11.850Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-17T18:49:12.090Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-17T18:49:12.113Z Compiling itertools v0.10.5
26492026-07-17T18:49:12.274Z Compiling ena v0.14.4
26502026-07-17T18:49:12.387Z Compiling diesel v2.3.7
26512026-07-17T18:49:12.525Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-07-17T18:49:12.681Z Compiling libloading v0.8.9
26532026-07-17T18:49:12.777Z Compiling xshell-macros v0.2.7
26542026-07-17T18:49:12.914Z Compiling bindgen v0.71.1
26552026-07-17T18:49:13.191Z Compiling unicase v2.9.0
26562026-07-17T18:49:13.231Z Compiling path-slash v0.1.5
26572026-07-17T18:49:13.253Z Compiling regex-syntax v0.6.29
26582026-07-17T18:49:13.334Z Compiling diff v0.1.13
26592026-07-17T18:49:13.451Z Compiling xshell v0.2.7
26602026-07-17T18:49:13.618Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26612026-07-17T18:49:13.978Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-07-17T18:49:14.789Z Compiling lalrpop v0.19.12
26632026-07-17T18:49:14.976Z Compiling progenitor-macro v0.13.0
26642026-07-17T18:49:15.206Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-17T18:49:15.778Z Compiling cexpr v0.6.0
26662026-07-17T18:49:16.443Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-17T18:49:16.557Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-17T18:49:16.683Z Compiling progenitor-client v0.13.0
26692026-07-17T18:49:17.029Z Compiling rustc-hash v2.1.1
26702026-07-17T18:49:17.230Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-07-17T18:49:18.384Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-07-17T18:49:18.546Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-07-17T18:49:19.043Z Compiling headers-core v0.3.0
26742026-07-17T18:49:19.077Z Compiling progenitor v0.13.0
26752026-07-17T18:49:19.206Z Compiling libxml v0.3.3
26762026-07-17T18:49:19.268Z Compiling crc8 v0.1.1
26772026-07-17T18:49:19.380Z Compiling headers v0.4.1
26782026-07-17T18:49:19.413Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-17T18:49:19.524Z Compiling strum_macros v0.24.3
26802026-07-17T18:49:19.642Z Compiling indoc v1.0.9
26812026-07-17T18:49:19.766Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-17T18:49:19.817Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-17T18:49:20.057Z Compiling derive_builder v0.20.2
26842026-07-17T18:49:20.098Z Compiling quick-xml v0.37.5
26852026-07-17T18:49:20.225Z Compiling oso-derive v0.27.3
26862026-07-17T18:49:20.713Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-17T18:49:20.790Z Compiling openssl-probe v0.1.6
26882026-07-17T18:49:20.846Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-17T18:49:20.994Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-17T18:49:21.094Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-07-17T18:49:21.327Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-07-17T18:49:21.544Z Compiling bb8 v0.8.6
26932026-07-17T18:49:21.601Z Compiling trait-variant v0.1.2
26942026-07-17T18:49:21.855Z Compiling samael v0.0.19
26952026-07-17T18:49:21.926Z Compiling half v1.8.3
26962026-07-17T18:49:22.024Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-07-17T18:49:22.171Z Compiling polar-core v0.27.3
26982026-07-17T18:49:22.201Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-07-17T18:49:22.380Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27002026-07-17T18:49:22.483Z Compiling serde_cbor v0.11.2
27012026-07-17T18:49:22.794Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-17T18:49:23.084Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-17T18:49:23.247Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042026-07-17T18:49:23.335Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27052026-07-17T18:49:23.488Z Compiling nonempty v0.12.0
27062026-07-17T18:49:23.611Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-17T18:49:23.709Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-17T18:49:23.754Z Compiling fxhash v0.2.1
27092026-07-17T18:49:23.898Z Compiling libz-sys v1.1.24
27102026-07-17T18:49:23.922Z Compiling salty v0.3.0
27112026-07-17T18:49:24.411Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-17T18:49:24.566Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-07-17T18:49:25.156Z Compiling kstat-rs v0.2.4
27142026-07-17T18:49:25.332Z Compiling arc-swap v1.8.2
27152026-07-17T18:49:25.636Z Compiling fs-err v2.11.0
27162026-07-17T18:49:25.713Z Compiling slog-scope v4.4.1
27172026-07-17T18:49:25.918Z Compiling mime_guess v2.0.5
27182026-07-17T18:49:25.921Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-07-17T18:49:26.056Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-17T18:49:26.456Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-07-17T18:49:26.695Z Compiling rfc6979 v0.4.0
27222026-07-17T18:49:26.884Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-17T18:49:27.027Z Compiling nanorand v0.7.0
27242026-07-17T18:49:27.242Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-07-17T18:49:27.390Z Compiling parking_lot_core v0.8.6
27262026-07-17T18:49:27.683Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27272026-07-17T18:49:27.749Z Compiling flume v0.11.1
27282026-07-17T18:49:28.143Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-07-17T18:49:28.203Z Compiling ecdsa v0.16.9
27302026-07-17T18:49:29.203Z Compiling slog-stdlog v4.1.1
27312026-07-17T18:49:29.496Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-17T18:49:29.601Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-17T18:49:29.683Z Compiling primeorder v0.13.6
27342026-07-17T18:49:29.997Z Compiling async-bb8-diesel v0.2.1
27352026-07-17T18:49:30.396Z Compiling diesel-dtrace v0.5.0
27362026-07-17T18:49:30.445Z Compiling git-stub v1.0.0
27372026-07-17T18:49:30.715Z Compiling atty v0.2.14
27382026-07-17T18:49:30.718Z Compiling parse-size v1.1.0
27392026-07-17T18:49:30.838Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-07-17T18:49:30.885Z Compiling strsim v0.10.0
27412026-07-17T18:49:30.942Z Compiling instability v0.3.11
27422026-07-17T18:49:31.138Z Compiling oso v0.27.3
27432026-07-17T18:49:31.204Z Compiling http-range v0.1.5
27442026-07-17T18:49:31.291Z Compiling darling_core v0.13.4
27452026-07-17T18:49:31.537Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-17T18:49:33.015Z Compiling git-stub-vcs v0.1.0
27472026-07-17T18:49:33.181Z Compiling p384 v0.13.1
27482026-07-17T18:49:33.366Z Compiling slog-envlogger v2.2.0
27492026-07-17T18:49:35.323Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-07-17T18:49:35.398Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-07-17T18:49:35.621Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-07-17T18:49:35.697Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27532026-07-17T18:49:36.863Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-17T18:49:37.348Z Compiling ignore v0.4.25
27552026-07-17T18:49:37.576Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-07-17T18:49:37.953Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-17T18:49:38.273Z Compiling vergen-git2 v9.1.0
27582026-07-17T18:49:38.520Z Compiling castaway v0.2.4
27592026-07-17T18:49:38.681Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-17T18:49:38.937Z Compiling indoc v2.0.7
27612026-07-17T18:49:39.465Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-17T18:49:39.801Z Compiling compact_str v0.8.1
27632026-07-17T18:49:40.206Z Compiling globwalk v0.9.1
27642026-07-17T18:49:40.324Z Compiling parking_lot v0.11.2
27652026-07-17T18:49:40.653Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-07-17T18:49:40.865Z Compiling hyper-staticfile v0.10.1
27672026-07-17T18:49:40.940Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-17T18:49:41.246Z Compiling darling_macro v0.13.4
27692026-07-17T18:49:41.306Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-07-17T18:49:41.712Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-07-17T18:49:41.760Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-07-17T18:49:41.982Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-07-17T18:49:42.006Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27742026-07-17T18:49:42.042Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-17T18:49:42.247Z Compiling predicates-tree v1.0.13
27762026-07-17T18:49:42.550Z Compiling unicode-truncate v1.1.0
27772026-07-17T18:49:42.709Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-17T18:49:42.762Z Compiling lru v0.12.5
27792026-07-17T18:49:42.952Z Compiling rand_seeder v0.4.0
27802026-07-17T18:49:42.989Z Compiling prefix-trie v0.7.0
27812026-07-17T18:49:43.213Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-17T18:49:43.283Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27832026-07-17T18:49:43.488Z Compiling cassowary v0.3.0
27842026-07-17T18:49:43.565Z Compiling corncobs v0.1.4
27852026-07-17T18:49:43.656Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-17T18:49:43.703Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-17T18:49:43.759Z Compiling hickory-server v0.25.2
27882026-07-17T18:49:43.828Z Compiling ratatui v0.29.0
27892026-07-17T18:49:43.908Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-17T18:49:43.991Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-17T18:49:44.148Z Compiling camino-tempfile-ext v0.3.3
27922026-07-17T18:49:44.259Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-07-17T18:49:44.410Z Compiling darling v0.13.4
27942026-07-17T18:49:44.569Z Compiling sled v0.34.7
27952026-07-17T18:49:44.773Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27962026-07-17T18:49:45.061Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-07-17T18:49:45.160Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-17T18:49:45.712Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-07-17T18:49:47.017Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-07-17T18:49:47.561Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-07-17T18:49:47.801Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-07-17T18:49:48.040Z Compiling secrecy v0.8.0
28032026-07-17T18:49:48.090Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-07-17T18:49:48.394Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-17T18:49:48.755Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-17T18:49:49.373Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-07-17T18:49:49.495Z Compiling serde_with_macros v1.5.2
28082026-07-17T18:49:50.111Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-07-17T18:49:50.380Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-07-17T18:49:50.478Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-07-17T18:49:51.411Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-07-17T18:49:51.647Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28132026-07-17T18:49:51.890Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-07-17T18:49:52.081Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28152026-07-17T18:49:52.197Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-07-17T18:49:52.334Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-07-17T18:49:52.446Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-07-17T18:49:52.569Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-07-17T18:49:52.592Z Compiling void v1.0.2
28202026-07-17T18:49:52.778Z Compiling lzss v0.8.2
28212026-07-17T18:49:52.949Z Compiling git2 v0.20.4
28222026-07-17T18:49:53.173Z Compiling illumos-nvpair v0.3.0
28232026-07-17T18:49:53.576Z Compiling serde_with v1.14.0
28242026-07-17T18:49:53.690Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-07-17T18:49:53.996Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-07-17T18:49:54.216Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28272026-07-17T18:49:54.769Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-07-17T18:49:55.879Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28292026-07-17T18:49:55.983Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28302026-07-17T18:49:56.643Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-17T18:49:56.703Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-17T18:49:57.419Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-07-17T18:49:57.679Z Compiling tungstenite v0.23.0
28342026-07-17T18:49:57.842Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-17T18:49:58.202Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-17T18:49:59.674Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-07-17T18:49:59.925Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-07-17T18:49:59.946Z Compiling nix v0.27.1
28392026-07-17T18:50:00.046Z Compiling twox-hash v2.1.2
28402026-07-17T18:50:00.169Z Compiling serde_bytes v0.11.19
28412026-07-17T18:50:00.402Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28422026-07-17T18:50:00.470Z Compiling tokio-tungstenite v0.23.1
28432026-07-17T18:50:00.536Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-07-17T18:50:00.846Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28452026-07-17T18:50:00.850Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-07-17T18:50:01.130Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-17T18:50:01.305Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-07-17T18:50:02.666Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-07-17T18:50:03.297Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-07-17T18:50:04.615Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-07-17T18:50:05.024Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-07-17T18:50:05.133Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-07-17T18:50:05.518Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-07-17T18:50:05.776Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-07-17T18:50:05.979Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-17T18:50:06.069Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-17T18:50:06.601Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-17T18:50:06.802Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-07-17T18:50:07.498Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-07-17T18:50:07.750Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-07-17T18:50:09.537Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-07-17T18:50:09.678Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-07-17T18:50:10.683Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-07-17T18:50:11.438Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28652026-07-17T18:50:12.849Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-17T18:50:12.987Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-07-17T18:50:13.061Z Compiling signal-hook-tokio v0.3.1
28682026-07-17T18:50:13.222Z Compiling fatfs v0.3.6
28692026-07-17T18:50:13.254Z Compiling yasna v0.5.2
28702026-07-17T18:50:13.315Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-07-17T18:50:13.733Z Compiling is_ci v1.2.0
28722026-07-17T18:50:13.817Z Compiling assert_matches v1.5.0
28732026-07-17T18:50:13.926Z Compiling seq-macro v0.3.6
28742026-07-17T18:50:13.963Z Compiling supports-color v3.0.2
28752026-07-17T18:50:14.260Z Compiling rcgen v0.12.1
28762026-07-17T18:50:14.489Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-07-17T18:50:14.786Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-07-17T18:50:14.950Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-17T18:50:16.199Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-07-17T18:50:16.452Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-07-17T18:50:16.741Z Compiling port-file v0.1.0
28822026-07-17T18:50:17.071Z Compiling subprocess v0.2.15
28832026-07-17T18:50:17.198Z Compiling rtoolbox v0.0.3
28842026-07-17T18:50:17.483Z Compiling rpassword v7.5.4
28852026-07-17T18:50:18.102Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-07-17T18:50:18.633Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-07-17T18:50:18.824Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-07-17T18:50:19.260Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-07-17T18:50:19.400Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-07-17T18:50:21.179Z Compiling tui-tree-widget v0.23.1
28912026-07-17T18:50:21.340Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-17T18:50:21.478Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-17T18:50:22.565Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-17T18:50:22.842Z Compiling uzers v0.12.2
28952026-07-17T18:50:23.259Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-17T18:50:23.470Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-07-17T18:50:24.323Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-07-17T18:50:24.480Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-17T18:50:26.618Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-07-17T18:50:28.308Z Compiling support-bundle-viewer v0.1.2
29012026-07-17T18:50:28.813Z Compiling multimap v0.10.1
29022026-07-17T18:50:43.731Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-17T18:50:48.231Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-17T18:50:50.680Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-17T18:50:51.176Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-17T18:50:51.348Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-17T18:57:38.932Z Finished `release` profile [optimized] target(s) in 8m 56s
29082026-07-17T18:58:25.346Z
29092026-07-17T18:58:25.346Zreal 9:43.667836494
29102026-07-17T18:58:25.346Zuser 1:18:40.762393376
29112026-07-17T18:58:25.350Zsys 3:28.954921560
29122026-07-17T18:58:25.350Ztrap 1.725146646
29132026-07-17T18:58:25.350Ztflt 2.343014768
29142026-07-17T18:58:25.350Zdflt 18.230688887
29152026-07-17T18:58:25.350Zkflt 0.027411528
29162026-07-17T18:58:25.350Zlock 6:55:28.669145386
29172026-07-17T18:58:25.350Zslp 2:12:09.397444412
29182026-07-17T18:58:25.350Zlat 2:20.022016403
29192026-07-17T18:58:25.350Zstop 5:12.854944366
29202026-07-17T18:58:25.350Z+ mapfile -t packages
29212026-07-17T18:58:25.350Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-17T18:58:26.238Z Finished `release` profile [optimized] target(s) in 0.88s
29232026-07-17T18:58:26.305Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-17T18:58:26.361ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-17T18:58:26.365Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-17T18:58:26.830Z Compiling libc v0.2.185
29272026-07-17T18:58:26.830Z Compiling serde_core v1.0.228
29282026-07-17T18:58:26.830Z Compiling serde v1.0.228
29292026-07-17T18:58:26.833Z Compiling rustix v1.1.3
29302026-07-17T18:58:26.835Z Compiling bitflags v2.11.0
29312026-07-17T18:58:26.958Z Compiling serde_json v1.0.150
29322026-07-17T18:58:26.974Z Compiling usdt-impl v0.5.0
29332026-07-17T18:58:26.977Z Compiling syn v2.0.117
29342026-07-17T18:58:26.993Z Compiling syn v1.0.109
29352026-07-17T18:58:27.007Z Compiling log v0.4.29
29362026-07-17T18:58:27.018Z Compiling getrandom v0.4.1
29372026-07-17T18:58:27.021Z Compiling indexmap v2.14.0
29382026-07-17T18:58:27.042Z Compiling fs-err v3.3.0
29392026-07-17T18:58:27.229Z Compiling anyhow v1.0.102
29402026-07-17T18:58:27.284Z Compiling once_cell v1.21.3
29412026-07-17T18:58:27.309Z Compiling heck v0.4.1
29422026-07-17T18:58:27.704Z Compiling thread-id v4.2.2
29432026-07-17T18:58:27.714Z Compiling errno v0.3.14
29442026-07-17T18:58:27.717Z Compiling memmap v0.7.0
29452026-07-17T18:58:28.473Z Compiling proc-macro-error v1.0.4
29462026-07-17T18:58:28.684Z Compiling terminal_size v0.4.3
29472026-07-17T18:58:28.684Z Compiling tempfile v3.25.0
29482026-07-17T18:58:28.714Z Compiling tabled_derive v0.7.0
29492026-07-17T18:58:28.780Z Compiling clap_builder v4.6.0
29502026-07-17T18:58:28.780Z Compiling textwrap v0.16.2
29512026-07-17T18:58:29.118Z Compiling pest_generator v2.8.6
29522026-07-17T18:58:29.140Z Compiling camino v1.2.2
29532026-07-17T18:58:29.150Z Compiling cargo-platform v0.3.2
29542026-07-17T18:58:29.197Z Compiling semver v1.0.28
29552026-07-17T18:58:29.414Z Compiling tabled v0.15.0
29562026-07-17T18:58:29.431Z Compiling camino-tempfile v1.4.1
29572026-07-17T18:58:29.711Z Compiling serde_derive v1.0.228
29582026-07-17T18:58:29.711Z Compiling thiserror-impl v1.0.69
29592026-07-17T18:58:29.714Z Compiling zerocopy-derive v0.7.35
29602026-07-17T18:58:29.714Z Compiling pest_derive v2.8.6
29612026-07-17T18:58:29.714Z Compiling scroll_derive v0.12.1
29622026-07-17T18:58:29.715Z Compiling thiserror-impl v2.0.18
29632026-07-17T18:58:29.715Z Compiling clap_derive v4.6.1
29642026-07-17T18:58:30.429Z Compiling scroll v0.12.0
29652026-07-17T18:58:30.564Z Compiling zerocopy v0.7.35
29662026-07-17T18:58:30.699Z Compiling goblin v0.8.2
29672026-07-17T18:58:30.831Z Compiling thiserror v1.0.69
29682026-07-17T18:58:30.947Z Compiling dtrace-parser v0.2.0
29692026-07-17T18:58:31.136Z Compiling thiserror v2.0.18
29702026-07-17T18:58:31.382Z Compiling clap v4.6.1
29712026-07-17T18:58:32.956Z Compiling dof v0.3.0
29722026-07-17T18:58:32.973Z Compiling serde_spanned v0.6.9
29732026-07-17T18:58:33.027Z Compiling toml_datetime v0.6.11
29742026-07-17T18:58:33.050Z Compiling serde_tokenstream v0.2.3
29752026-07-17T18:58:33.075Z Compiling cargo_metadata v0.23.1
29762026-07-17T18:58:33.110Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29772026-07-17T18:58:33.127Z Compiling macaddr v1.0.1
29782026-07-17T18:58:33.223Z Compiling toml_edit v0.22.27
29792026-07-17T18:58:33.643Z Compiling usdt-macro v0.5.0
29802026-07-17T18:58:33.643Z Compiling usdt-attr-macro v0.5.0
29812026-07-17T18:58:34.325Z Compiling usdt v0.5.0
29822026-07-17T18:58:34.750Z Compiling toml v0.8.23
29832026-07-17T18:58:35.200Z Compiling cargo_toml v0.21.0
29842026-07-17T18:58:39.641Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-17T18:58:42.893Z Finished `release` profile [optimized] target(s) in 16.51s
29862026-07-17T18:58:43.038Z
29872026-07-17T18:58:43.039Zreal 16.635135618
29882026-07-17T18:58:43.039Zuser 2:05.224664911
29892026-07-17T18:58:43.039Zsys 13.964677881
29902026-07-17T18:58:43.044Ztrap 0.071432300
29912026-07-17T18:58:43.044Ztflt 0.528469769
29922026-07-17T18:58:43.044Zdflt 1.638407354
29932026-07-17T18:58:43.044Zkflt 0.000027290
29942026-07-17T18:58:43.044Zlock 4:28.985311910
29952026-07-17T18:58:43.044Zslp 2:44.448790036
29962026-07-17T18:58:43.044Zlat 3.957835270
29972026-07-17T18:58:43.044Zstop 14.279773417
29982026-07-17T18:58:43.044Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-17T18:58:43.045Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-17T18:58:43.045Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-17T18:58:43.045Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-17T18:58:43.045Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-17T18:58:43.934Z Compiling progenitor-client v0.14.0
30042026-07-17T18:58:43.934Z Compiling newtype-uuid-macros v0.1.0
30052026-07-17T18:58:43.934Z Compiling match_cfg v0.1.0
30062026-07-17T18:58:43.934Z Compiling slog-json v2.6.1
30072026-07-17T18:58:43.939Z Compiling structmeta-derive v0.3.0
30082026-07-17T18:58:43.940Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-17T18:58:44.086Z Compiling sha1 v0.11.0
30102026-07-17T18:58:44.100Z Compiling multer v3.1.0
30112026-07-17T18:58:44.104Z Compiling compression-core v0.4.31
30122026-07-17T18:58:44.104Z Compiling debug-ignore v1.0.5
30132026-07-17T18:58:44.104Z Compiling itertools v0.14.0
30142026-07-17T18:58:44.104Z Compiling async-stream-impl v0.3.6
30152026-07-17T18:58:44.104Z Compiling toml_datetime v1.1.1+spec-1.1.0
30162026-07-17T18:58:44.104Z Compiling serde_spanned v1.1.1
30172026-07-17T18:58:44.135Z Compiling dropshot v0.17.1
30182026-07-17T18:58:44.139Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-17T18:58:44.162Z Compiling hostname v0.3.1
30202026-07-17T18:58:44.249Z Compiling waitgroup v0.1.2
30212026-07-17T18:58:44.350Z Compiling rustls-pemfile v2.2.0
30222026-07-17T18:58:44.423Z Compiling compression-codecs v0.4.37
30232026-07-17T18:58:44.432Z Compiling toml v1.1.2+spec-1.1.0
30242026-07-17T18:58:44.432Z Compiling dropshot_endpoint v0.17.1
30252026-07-17T18:58:44.481Z Compiling hostname v0.4.2
30262026-07-17T18:58:44.499Z Compiling serde_path_to_error v0.1.20
30272026-07-17T18:58:44.504Z Compiling atomicwrites v0.4.4
30282026-07-17T18:58:44.573Z Compiling slog-bunyan v2.5.0
30292026-07-17T18:58:44.614Z Compiling async-compression v0.4.41
30302026-07-17T18:58:44.648Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-07-17T18:58:44.653Z Compiling macaddr v1.0.1
30322026-07-17T18:58:44.653Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-17T18:58:44.715Z Compiling instant v0.1.13
30342026-07-17T18:58:44.733Z Compiling regress v0.10.5
30352026-07-17T18:58:44.752Z Compiling backon v1.6.0
30362026-07-17T18:58:44.773Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-07-17T18:58:44.818Z Compiling async-stream v0.3.6
30382026-07-17T18:58:44.843Z Compiling backoff v0.4.0
30392026-07-17T18:58:44.883Z Compiling humantime v2.3.0
30402026-07-17T18:58:44.899Z Compiling half v2.7.1
30412026-07-17T18:58:44.899Z Compiling ciborium-io v0.2.2
30422026-07-17T18:58:44.945Z Compiling progenitor-extras v0.2.0
30432026-07-17T18:58:44.983Z Compiling crucible-workspace-hack v0.1.0
30442026-07-17T18:58:45.017Z Compiling regress v0.11.1
30452026-07-17T18:58:45.035Z Compiling convert_case v0.4.0
30462026-07-17T18:58:45.074Z Compiling secrecy v0.10.3
30472026-07-17T18:58:45.131Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-07-17T18:58:45.168Z Compiling ciborium-ll v0.2.2
30492026-07-17T18:58:45.182Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30502026-07-17T18:58:45.224Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-07-17T18:58:45.239Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30522026-07-17T18:58:45.263Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-07-17T18:58:45.295Z Compiling inout v0.1.4
30542026-07-17T18:58:45.350Z Compiling unsafe-libyaml v0.2.11
30552026-07-17T18:58:45.354Z Compiling thiserror-impl-no-std v2.0.2
30562026-07-17T18:58:45.384Z Compiling ciborium v0.2.2
30572026-07-17T18:58:45.401Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30582026-07-17T18:58:45.437Z Compiling derive_more v0.99.20
30592026-07-17T18:58:45.470Z Compiling cipher v0.4.4
30602026-07-17T18:58:45.504Z Compiling structmeta v0.3.0
30612026-07-17T18:58:45.533Z Compiling universal-hash v0.5.1
30622026-07-17T18:58:45.566Z Compiling opaque-debug v0.3.1
30632026-07-17T18:58:45.582Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30642026-07-17T18:58:45.599Z Compiling blake2 v0.10.6
30652026-07-17T18:58:45.652Z Compiling poly1305 v0.8.0
30662026-07-17T18:58:45.685Z Compiling aead v0.5.2
30672026-07-17T18:58:45.747Z Compiling derive-ex v0.1.8
30682026-07-17T18:58:45.765Z Compiling parse-display-derive v0.10.0
30692026-07-17T18:58:45.795Z Compiling chacha20 v0.9.1
30702026-07-17T18:58:45.905Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30712026-07-17T18:58:45.922Z Compiling serde_yaml v0.9.34+deprecated
30722026-07-17T18:58:45.986Z Compiling password-hash v0.5.0
30732026-07-17T18:58:46.078Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-07-17T18:58:46.096Z Compiling chacha20poly1305 v0.10.1
30752026-07-17T18:58:46.096Z Compiling indent_write v2.2.0
30762026-07-17T18:58:46.171Z Compiling darling_core v0.21.3
30772026-07-17T18:58:46.278Z Compiling toml_edit v0.23.10+spec-1.0.0
30782026-07-17T18:58:46.295Z Compiling argon2 v0.5.3
30792026-07-17T18:58:46.360Z Compiling heapless v0.8.0
30802026-07-17T18:58:46.409Z Compiling tabwriter v1.4.1
30812026-07-17T18:58:46.424Z Compiling hash32 v0.3.1
30822026-07-17T18:58:46.585Z Compiling thiserror-no-std v2.0.2
30832026-07-17T18:58:46.611Z Compiling smoltcp v0.11.0
30842026-07-17T18:58:46.665Z Compiling typify-impl v0.6.2
30852026-07-17T18:58:46.703Z Compiling vsss-rs v3.3.4
30862026-07-17T18:58:46.722Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-07-17T18:58:47.007Z Compiling proc-macro-crate v3.4.0
30882026-07-17T18:58:47.216Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30892026-07-17T18:58:47.465Z Compiling cobs v0.3.0
30902026-07-17T18:58:47.549Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30912026-07-17T18:58:47.556Z Compiling colored v3.1.1
30922026-07-17T18:58:47.556Z Compiling test-strategy v0.4.5
30932026-07-17T18:58:47.572Z Compiling parse-display v0.10.0
30942026-07-17T18:58:47.610Z Compiling num_enum_derive v0.7.6
30952026-07-17T18:58:47.682Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30962026-07-17T18:58:47.755Z Compiling postcard v1.1.3
30972026-07-17T18:58:47.838Z Compiling proc-macro-error v1.0.4
30982026-07-17T18:58:47.897Z Compiling proc-macro-crate v1.3.1
30992026-07-17T18:58:47.928Z Compiling rand v0.10.1
31002026-07-17T18:58:47.944Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-17T18:58:48.011Z Compiling foreign-types-macros v0.2.3
31022026-07-17T18:58:48.097Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31032026-07-17T18:58:48.128Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-07-17T18:58:48.183Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31052026-07-17T18:58:48.260Z Compiling foreign-types-shared v0.3.1
31062026-07-17T18:58:48.315Z Compiling rayon-core v1.13.0
31072026-07-17T18:58:48.339Z Compiling num_enum_derive v0.5.11
31082026-07-17T18:58:48.446Z Compiling crossbeam-deque v0.8.6
31092026-07-17T18:58:48.492Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-07-17T18:58:48.509Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-17T18:58:48.529Z Compiling cstr-argument v0.1.2
31122026-07-17T18:58:48.575Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31132026-07-17T18:58:48.698Z Compiling foreign-types v0.5.0
31142026-07-17T18:58:48.720Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-07-17T18:58:48.745Z Compiling num_enum v0.7.6
31162026-07-17T18:58:48.749Z Compiling darling_macro v0.21.3
31172026-07-17T18:58:48.797Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-07-17T18:58:48.839Z Compiling zone_cfg_derive v0.3.1
31192026-07-17T18:58:48.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-07-17T18:58:48.921Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31212026-07-17T18:58:48.990Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-07-17T18:58:49.031Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31232026-07-17T18:58:49.065Z Compiling itertools v0.12.1
31242026-07-17T18:58:49.084Z Compiling rayon v1.11.0
31252026-07-17T18:58:49.140Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31262026-07-17T18:58:49.146Z Compiling num-derive v0.4.2
31272026-07-17T18:58:49.146Z Compiling sigpipe v0.1.3
31282026-07-17T18:58:49.239Z Compiling glob v0.3.3
31292026-07-17T18:58:49.260Z Compiling cpubits v0.1.1
31302026-07-17T18:58:49.286Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-07-17T18:58:49.333Z Compiling darling v0.21.3
31322026-07-17T18:58:49.366Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31332026-07-17T18:58:49.383Z Compiling smf v0.2.3
31342026-07-17T18:58:49.439Z Compiling ingot-macros v0.1.1
31352026-07-17T18:58:49.468Z Compiling num_enum v0.5.11
31362026-07-17T18:58:49.581Z Compiling whoami v1.6.1
31372026-07-17T18:58:49.598Z Compiling usdt-macro v0.5.0
31382026-07-17T18:58:49.637Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31392026-07-17T18:58:49.652Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-07-17T18:58:49.658Z Compiling usdt-attr-macro v0.5.0
31412026-07-17T18:58:49.716Z Compiling gethostname v0.5.0
31422026-07-17T18:58:49.801Z Compiling num-rational v0.4.2
31432026-07-17T18:58:49.900Z Compiling pem-rfc7468 v1.0.0
31442026-07-17T18:58:49.962Z Compiling num-complex v0.4.6
31452026-07-17T18:58:49.997Z Compiling memmap v0.7.0
31462026-07-17T18:58:50.141Z Compiling derive-where v1.6.0
31472026-07-17T18:58:50.216Z Compiling float-ord v0.3.2
31482026-07-17T18:58:50.238Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31492026-07-17T18:58:50.242Z Compiling toml v0.8.23
31502026-07-17T18:58:50.362Z Compiling zone v0.3.1
31512026-07-17T18:58:50.426Z Compiling num v0.4.3
31522026-07-17T18:58:50.430Z Compiling hmac v0.13.0
31532026-07-17T18:58:50.441Z Compiling universal-hash v0.6.1
31542026-07-17T18:58:50.446Z Compiling resolv-conf v0.7.6
31552026-07-17T18:58:50.503Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-17T18:58:50.555Z Compiling usdt v0.5.0
31572026-07-17T18:58:50.619Z Compiling owo-colors v4.3.0
31582026-07-17T18:58:50.642Z Compiling cancel-safe-futures v0.1.5
31592026-07-17T18:58:50.659Z Compiling polyval v0.7.1
31602026-07-17T18:58:50.663Z Compiling der v0.8.0
31612026-07-17T18:58:50.777Z Compiling libsw-core v0.3.2
31622026-07-17T18:58:50.823Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31632026-07-17T18:58:50.857Z Compiling prettyplease v0.2.37
31642026-07-17T18:58:50.939Z Compiling libsw v3.5.0
31652026-07-17T18:58:50.958Z Compiling ghash v0.6.0
31662026-07-17T18:58:50.991Z Compiling pbkdf2 v0.13.0
31672026-07-17T18:58:50.991Z Compiling aes v0.9.1
31682026-07-17T18:58:51.128Z Compiling console v0.15.11
31692026-07-17T18:58:51.133Z Compiling hickory-proto v0.24.4
31702026-07-17T18:58:51.148Z Compiling newline-converter v0.3.0
31712026-07-17T18:58:51.152Z Compiling ctr v0.10.1
31722026-07-17T18:58:51.181Z Compiling aead v0.6.1
31732026-07-17T18:58:51.266Z Compiling sha2 v0.11.0
31742026-07-17T18:58:51.297Z Compiling libefi-sys v0.1.0
31752026-07-17T18:58:51.314Z Compiling typify-macro v0.6.2
31762026-07-17T18:58:51.376Z Compiling linked-hash-map v0.5.6
31772026-07-17T18:58:51.396Z Compiling linear-map v1.2.0
31782026-07-17T18:58:51.440Z Compiling aes-gcm v0.11.0
31792026-07-17T18:58:51.549Z Compiling expectorate v1.2.0
31802026-07-17T18:58:51.573Z Compiling lru-cache v0.1.2
31812026-07-17T18:58:51.603Z Compiling spki v0.8.0
31822026-07-17T18:58:51.660Z Compiling crypto-bigint v0.7.5
31832026-07-17T18:58:51.709Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31842026-07-17T18:58:51.728Z Compiling salsa20 v0.11.0
31852026-07-17T18:58:51.745Z Compiling cbc v0.2.1
31862026-07-17T18:58:51.839Z Compiling bitfield-struct v0.6.2
31872026-07-17T18:58:51.856Z Compiling nom v8.0.0
31882026-07-17T18:58:51.909Z Compiling semver v0.1.20
31892026-07-17T18:58:51.986Z Compiling tokio-dtrace v0.1.1
31902026-07-17T18:58:52.051Z Compiling scrypt v0.12.0
31912026-07-17T18:58:52.141Z Compiling rustc_version v0.1.7
31922026-07-17T18:58:52.157Z Compiling dropshot-api-manager-types v0.7.2
31932026-07-17T18:58:52.237Z Compiling slog-dtrace v0.3.0
31942026-07-17T18:58:52.293Z Compiling minimal-lexical v0.2.1
31952026-07-17T18:58:52.376Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-17T18:58:52.409Z Compiling newtype_derive v0.1.6
31972026-07-17T18:58:52.424Z Compiling ingot-types v0.1.2
31982026-07-17T18:58:52.477Z Compiling pkcs5 v0.8.1
31992026-07-17T18:58:52.516Z Compiling nom v7.1.3
32002026-07-17T18:58:52.558Z Compiling oxide-tokio-rt v0.1.4
32012026-07-17T18:58:52.574Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-07-17T18:58:52.593Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-17T18:58:52.646Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-17T18:58:52.833Z Compiling ingot v0.1.1
32052026-07-17T18:58:52.851Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-17T18:58:52.885Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-07-17T18:58:52.901Z Compiling phf_shared v0.12.1
32082026-07-17T18:58:52.920Z Compiling csv-core v0.1.13
32092026-07-17T18:58:53.058Z Compiling unicode-xid v0.2.6
32102026-07-17T18:58:53.113Z Compiling chrono-tz v0.10.4
32112026-07-17T18:58:53.190Z Compiling typify v0.6.2
32122026-07-17T18:58:53.207Z Compiling highway v1.3.0
32132026-07-17T18:58:53.207Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32142026-07-17T18:58:53.243Z Compiling xshell-macros v0.2.7
32152026-07-17T18:58:53.261Z Compiling const_format_proc_macros v0.2.34
32162026-07-17T18:58:53.305Z Compiling progenitor-impl v0.14.0
32172026-07-17T18:58:53.323Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-07-17T18:58:53.347Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32192026-07-17T18:58:53.408Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32202026-07-17T18:58:53.482Z Compiling hickory-resolver v0.24.4
32212026-07-17T18:58:53.643Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-07-17T18:58:53.691Z Compiling xshell v0.2.7
32232026-07-17T18:58:53.907Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-07-17T18:58:54.147Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32252026-07-17T18:58:54.219Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-17T18:58:54.236Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32272026-07-17T18:58:54.341Z Compiling csv v1.4.0
32282026-07-17T18:58:54.450Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32292026-07-17T18:58:54.511Z Compiling phf v0.12.1
32302026-07-17T18:58:54.789Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32312026-07-17T18:58:54.801Z Compiling qorb v0.4.1
32322026-07-17T18:58:54.802Z Compiling pkcs8 v0.11.0
32332026-07-17T18:58:55.212Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-07-17T18:58:55.215Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-07-17T18:58:55.216Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32362026-07-17T18:58:55.251Z Compiling const_format v0.2.35
32372026-07-17T18:58:55.302Z Compiling tabled_derive v0.7.0
32382026-07-17T18:58:55.510Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-07-17T18:58:55.652Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-07-17T18:58:55.748Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32412026-07-17T18:58:55.877Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-07-17T18:58:55.902Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32432026-07-17T18:58:56.003Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32442026-07-17T18:58:56.021Z Compiling progenitor-macro v0.14.0
32452026-07-17T18:58:56.140Z Compiling bcs v0.1.6
32462026-07-17T18:58:56.329Z Compiling ff v0.14.0
32472026-07-17T18:58:56.349Z Compiling tagptr v0.2.0
32482026-07-17T18:58:56.368Z Compiling termtree v0.5.1
32492026-07-17T18:58:56.488Z Compiling salty v0.3.0
32502026-07-17T18:58:56.522Z Compiling moka v0.12.13
32512026-07-17T18:58:56.539Z Compiling textwrap v0.16.2
32522026-07-17T18:58:56.563Z Compiling tabled v0.15.0
32532026-07-17T18:58:56.809Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-07-17T18:58:56.831Z Compiling steno v0.4.1
32552026-07-17T18:58:56.850Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-07-17T18:58:56.992Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-07-17T18:58:57.020Z Compiling sha1 v0.10.6
32582026-07-17T18:58:57.052Z Compiling signature v3.0.0
32592026-07-17T18:58:57.073Z Compiling base64 v0.21.7
32602026-07-17T18:58:57.115Z Compiling base16ct v1.0.0
32612026-07-17T18:58:57.267Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32622026-07-17T18:58:57.293Z Compiling radium v0.7.0
32632026-07-17T18:58:57.329Z Compiling hickory-resolver v0.25.2
32642026-07-17T18:58:57.383Z Compiling sec1 v0.8.1
32652026-07-17T18:58:57.418Z Compiling group v0.14.0
32662026-07-17T18:58:57.428Z Compiling hkdf v0.13.0
32672026-07-17T18:58:57.655Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-07-17T18:58:57.671Z Compiling rfc6979 v0.4.0
32692026-07-17T18:58:57.688Z Compiling maybe-uninit v2.0.0
32702026-07-17T18:58:57.735Z Compiling tap v1.0.1
32712026-07-17T18:58:57.826Z Compiling ecdsa v0.16.9
32722026-07-17T18:58:57.849Z Compiling wyz v0.5.1
32732026-07-17T18:58:58.075Z Compiling elliptic-curve v0.14.0-rc.33
32742026-07-17T18:58:58.092Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-07-17T18:58:58.111Z Compiling primeorder v0.13.6
32762026-07-17T18:58:58.263Z Compiling proc-macro-error-attr2 v2.0.0
32772026-07-17T18:58:58.280Z Compiling packed_struct v0.10.1
32782026-07-17T18:58:58.385Z Compiling funty v2.0.0
32792026-07-17T18:58:58.430Z Compiling parking_lot_core v0.8.6
32802026-07-17T18:58:58.608Z Compiling utf-8 v0.7.6
32812026-07-17T18:58:58.734Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-07-17T18:58:58.778Z Compiling tungstenite v0.21.0
32832026-07-17T18:58:58.795Z Compiling proc-macro-error2 v2.0.1
32842026-07-17T18:58:58.815Z Compiling bitvec v1.0.1
32852026-07-17T18:58:58.958Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32862026-07-17T18:58:59.045Z Compiling p384 v0.13.1
32872026-07-17T18:58:59.096Z Compiling rfc6979 v0.5.0
32882026-07-17T18:58:59.136Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32892026-07-17T18:58:59.158Z Compiling git-stub v1.0.0
32902026-07-17T18:58:59.250Z Compiling num-derive v0.3.3
32912026-07-17T18:58:59.272Z Compiling packed_struct_codegen v0.10.1
32922026-07-17T18:58:59.392Z Compiling zerocopy-derive v0.6.6
32932026-07-17T18:58:59.441Z Compiling bitfield-macros v0.19.4
32942026-07-17T18:58:59.488Z Compiling indexmap v1.9.3
32952026-07-17T18:58:59.654Z Compiling nodrop v0.1.14
32962026-07-17T18:58:59.721Z Compiling crc-catalog v2.4.0
32972026-07-17T18:58:59.739Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32982026-07-17T18:58:59.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-07-17T18:58:59.850Z Compiling crc v3.4.0
33002026-07-17T18:58:59.928Z Compiling array-init v0.0.4
33012026-07-17T18:58:59.969Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33022026-07-17T18:59:00.018Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33032026-07-17T18:59:00.053Z Compiling git-stub-vcs v0.1.0
33042026-07-17T18:59:00.074Z Compiling tokio-tungstenite v0.21.0
33052026-07-17T18:59:00.097Z Compiling ecdsa v0.17.0-rc.18
33062026-07-17T18:59:00.276Z Compiling libscf-sys v1.1.0
33072026-07-17T18:59:00.501Z Compiling bitfield v0.19.4
33082026-07-17T18:59:00.510Z Compiling tabled_derive v0.11.0
33092026-07-17T18:59:00.510Z Compiling zerocopy v0.6.6
33102026-07-17T18:59:00.510Z Compiling smallvec v0.6.14
33112026-07-17T18:59:00.510Z Compiling primeorder v0.14.0-rc.10
33122026-07-17T18:59:00.510Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-17T18:59:00.553Z Compiling primefield v0.14.0
33142026-07-17T18:59:00.628Z Compiling progenitor-impl v0.13.0
33152026-07-17T18:59:00.636Z Compiling papergrid v0.17.0
33162026-07-17T18:59:00.662Z Compiling testing_table v0.3.0
33172026-07-17T18:59:05.349Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-07-17T18:59:05.349Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-17T18:59:05.349Z Compiling curve25519-dalek v5.0.0-rc.0
33202026-07-17T18:59:05.349Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33212026-07-17T18:59:05.349Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-17T18:59:05.349Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-17T18:59:05.410Z Compiling illumos-nvpair-sys v0.2.0
33242026-07-17T18:59:05.410Z Compiling corncobs v0.1.4
33252026-07-17T18:59:05.410Z Compiling hashbrown v0.12.3
33262026-07-17T18:59:05.410Z Compiling unicase v2.9.0
33272026-07-17T18:59:05.410Z Compiling progenitor v0.14.0
33282026-07-17T18:59:05.410Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-07-17T18:59:05.410Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33302026-07-17T18:59:05.410Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-07-17T18:59:05.410Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33322026-07-17T18:59:05.410Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33332026-07-17T18:59:05.410Z Compiling mime_guess v2.0.5
33342026-07-17T18:59:05.413Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-07-17T18:59:05.413Z Compiling parking_lot v0.11.2
33362026-07-17T18:59:05.413Z Compiling tabled v0.20.0
33372026-07-17T18:59:05.413Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-07-17T18:59:05.413Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33392026-07-17T18:59:05.413Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-17T18:59:05.413Z Compiling serde-hex v0.1.0
33412026-07-17T18:59:05.413Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33422026-07-17T18:59:05.413Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33432026-07-17T18:59:05.413Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33442026-07-17T18:59:05.413Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-07-17T18:59:05.413Z Compiling ron v0.8.1
33462026-07-17T18:59:05.413Z Compiling ssh-encoding v0.3.0-rc.9
33472026-07-17T18:59:05.413Z Compiling hashbrown v0.13.2
33482026-07-17T18:59:05.413Z Compiling progenitor-client v0.13.0
33492026-07-17T18:59:05.413Z Compiling prefix-trie v0.7.0
33502026-07-17T18:59:05.414Z Compiling fxhash v0.2.1
33512026-07-17T18:59:05.414Z Compiling secrecy v0.8.0
33522026-07-17T18:59:05.414Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33532026-07-17T18:59:05.414Z Compiling crc-any v2.5.0
33542026-07-17T18:59:05.414Z Compiling sled v0.34.7
33552026-07-17T18:59:05.414Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33562026-07-17T18:59:05.416Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-07-17T18:59:05.416Z Compiling progenitor-macro v0.13.0
33582026-07-17T18:59:05.416Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-07-17T18:59:05.416Z Compiling hickory-server v0.25.2
33602026-07-17T18:59:05.416Z Compiling object v0.30.4
33612026-07-17T18:59:05.416Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33622026-07-17T18:59:05.416Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-07-17T18:59:05.416Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-07-17T18:59:05.416Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33652026-07-17T18:59:05.416Z Compiling ed25519 v3.0.0
33662026-07-17T18:59:05.416Z Compiling crypto-primes v0.7.2
33672026-07-17T18:59:05.416Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-07-17T18:59:05.544Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33692026-07-17T18:59:05.604Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-07-17T18:59:05.659Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33712026-07-17T18:59:05.730Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33722026-07-17T18:59:05.778Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-17T18:59:05.808Z Compiling poly1305 v0.9.0
33742026-07-17T18:59:05.832Z Compiling blowfish v0.10.0
33752026-07-17T18:59:06.120Z Compiling blake2 v0.11.0-rc.6
33762026-07-17T18:59:06.151Z Compiling keccak v0.2.0
33772026-07-17T18:59:06.200Z Compiling half v1.8.3
33782026-07-17T18:59:06.363Z Compiling path-slash v0.1.5
33792026-07-17T18:59:06.382Z Compiling crc8 v0.1.1
33802026-07-17T18:59:06.408Z Compiling fiat-crypto v0.3.0
33812026-07-17T18:59:06.488Z Compiling http-range v0.1.5
33822026-07-17T18:59:06.538Z Compiling argon2 v0.6.0-rc.8
33832026-07-17T18:59:06.543Z Compiling serde_cbor v0.11.2
33842026-07-17T18:59:06.604Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33852026-07-17T18:59:06.712Z Compiling sha3 v0.11.0
33862026-07-17T18:59:06.735Z Compiling ssh-cipher v0.3.0-rc.9
33872026-07-17T18:59:06.750Z Compiling rsa v0.10.0-rc.18
33882026-07-17T18:59:06.773Z Compiling bcrypt-pbkdf v0.11.0
33892026-07-17T18:59:07.010Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902026-07-17T18:59:07.026Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-07-17T18:59:07.183Z Compiling ed25519-dalek v3.0.0-rc.0
33922026-07-17T18:59:07.218Z Compiling illumos-nvpair v0.3.0
33932026-07-17T18:59:07.489Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33942026-07-17T18:59:07.492Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33952026-07-17T18:59:07.564Z Compiling p256 v0.14.0-rc.10
33962026-07-17T18:59:07.654Z Compiling p521 v0.14.0-rc.10
33972026-07-17T18:59:07.740Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-07-17T18:59:07.833Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33992026-07-17T18:59:07.849Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-07-17T18:59:07.874Z Compiling yasna v0.5.2
34012026-07-17T18:59:07.964Z Compiling kstat-rs v0.2.4
34022026-07-17T18:59:08.327Z Compiling headers-core v0.3.0
34032026-07-17T18:59:08.337Z Compiling kem v0.3.0
34042026-07-17T18:59:08.395Z Compiling module-lattice v0.2.3
34052026-07-17T18:59:08.414Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34062026-07-17T18:59:08.431Z Compiling progenitor v0.13.0
34072026-07-17T18:59:08.447Z Compiling nanorand v0.7.0
34082026-07-17T18:59:08.502Z Compiling atty v0.2.14
34092026-07-17T18:59:08.583Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34102026-07-17T18:59:08.600Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34112026-07-17T18:59:08.616Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-07-17T18:59:08.636Z Compiling ml-kem v0.3.2
34132026-07-17T18:59:08.666Z Compiling headers v0.4.1
34142026-07-17T18:59:08.759Z Compiling flume v0.11.1
34152026-07-17T18:59:08.804Z Compiling rcgen v0.12.1
34162026-07-17T18:59:08.842Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-07-17T18:59:09.026Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-07-17T18:59:09.120Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34192026-07-17T18:59:09.428Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34202026-07-17T18:59:09.507Z Compiling hyper-staticfile v0.10.1
34212026-07-17T18:59:09.642Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-07-17T18:59:09.735Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-07-17T18:59:09.862Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-07-17T18:59:10.048Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-07-17T18:59:10.063Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34262026-07-17T18:59:10.111Z Compiling russh-cryptovec v0.61.0
34272026-07-17T18:59:10.384Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34282026-07-17T18:59:10.384Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-07-17T18:59:10.531Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-07-17T18:59:10.612Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-07-17T18:59:10.783Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-07-17T18:59:10.872Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-07-17T18:59:11.031Z Compiling internal-russh-num-bigint v0.5.0
34342026-07-17T18:59:11.102Z Compiling port-file v0.1.0
34352026-07-17T18:59:11.205Z Compiling num-bigint v0.4.6
34362026-07-17T18:59:11.291Z Compiling generic-array v1.4.3
34372026-07-17T18:59:11.330Z Compiling russh-util v0.52.0
34382026-07-17T18:59:11.374Z Compiling enum_dispatch v0.3.13
34392026-07-17T18:59:11.517Z Compiling delegate v0.13.5
34402026-07-17T18:59:11.556Z Compiling subprocess v0.2.15
34412026-07-17T18:59:11.631Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-07-17T18:59:11.673Z Compiling p384 v0.14.0-rc.10
34432026-07-17T18:59:11.798Z Compiling display-error-chain v0.2.2
34442026-07-17T18:59:11.975Z Compiling hex-literal v1.1.0
34452026-07-17T18:59:11.985Z Compiling md5 v0.8.0
34462026-07-17T18:59:12.126Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-17T18:59:12.134Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-07-17T18:59:12.163Z Compiling colored v2.2.0
34492026-07-17T18:59:12.294Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-07-17T18:59:12.330Z Compiling socket2 v0.5.10
34512026-07-17T18:59:12.363Z Compiling internet-checksum v0.2.1
34522026-07-17T18:59:13.336Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-07-17T18:59:13.776Z Compiling ssh-key v0.7.0-rc.10
34542026-07-17T18:59:14.020Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-07-17T18:59:14.493Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-07-17T18:59:15.025Z Compiling russh v0.61.2
34572026-07-17T18:59:15.552Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-07-17T18:59:16.763Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-07-17T18:59:25.125Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-07-17T18:59:25.126Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-07-17T18:59:25.132Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34622026-07-17T18:59:25.132Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-07-17T18:59:26.850Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-07-17T18:59:26.919Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-07-17T18:59:30.923Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-07-17T19:00:13.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34672026-07-17T19:00:13.564Z
34682026-07-17T19:00:13.564Zreal 1:27.470466965
34692026-07-17T19:00:13.564Zuser 8:44.876130440
34702026-07-17T19:00:13.564Zsys 1:43.586424228
34712026-07-17T19:00:13.564Ztrap 0.260725121
34722026-07-17T19:00:13.564Ztflt 0.409800478
34732026-07-17T19:00:13.564Zdflt 1.426072222
34742026-07-17T19:00:13.564Zkflt 0.000264820
34752026-07-17T19:00:13.564Zlock 31:03.375492863
34762026-07-17T19:00:13.564Zslp 19:59.444261084
34772026-07-17T19:00:13.564Zlat 41.854344879
34782026-07-17T19:00:13.564Zstop 3:04.584769218
34792026-07-17T19:00:13.564Z+ mkdir tests
34802026-07-17T19:00:13.564Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-07-17T19:00:13.564Z+ xargs -I '{}' -t cp '{}' tests/
34822026-07-17T19:00:13.564Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99e6296420c5702e tests/
34832026-07-17T19:00:13.564Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b863580a25d975ef tests/
34842026-07-17T19:00:13.564Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e54b251c283031be tests/
34852026-07-17T19:00:13.565Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-dfc191e63430a5a0 tests/
34862026-07-17T19:00:13.565Z+ 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/* tools/opte_version tools/opte_version_override)
34872026-07-17T19:00:13.565Z+ 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-b863580a25d975ef tests/commtest-e54b251c283031be tests/dhcp_server-99e6296420c5702e tests/end_to_end_tests-dfc191e63430a5a0 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar 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
34882026-07-17T19:01:30.768ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-07-17T19:01:30.768Za .github/buildomat/ci-env.sh 1K
34902026-07-17T19:01:30.768Za out/target/test 1K
34912026-07-17T19:01:30.768Za out/npuzone/npuzone 27402K
34922026-07-17T19:01:30.768Za package-manifest.toml 35K
34932026-07-17T19:01:30.768Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-07-17T19:01:30.768Za target/release/omicron-package 40729K
34952026-07-17T19:01:30.768Za target/release/xtask 10468K
34962026-07-17T19:01:30.768Za target/debug/bootstrap 349575K
34972026-07-17T19:01:30.768Za tests/bootstrap-b863580a25d975ef 31974K
34982026-07-17T19:01:30.768Za tests/commtest-e54b251c283031be 32169K
34992026-07-17T19:01:30.768Za tests/dhcp_server-99e6296420c5702e 31974K
35002026-07-17T19:01:30.768Za tests/end_to_end_tests-dfc191e63430a5a0 399448K
35012026-07-17T19:01:30.768Za tools/opte_version 1K
35022026-07-17T19:01:30.768Za tools/opte_version_override 2K
35032026-07-17T19:01:30.768Za out/clickhouse.tar.gz 310742K
35042026-07-17T19:01:30.768Za out/clickhouse_keeper.tar.gz 297207K
35052026-07-17T19:01:30.768Za out/clickhouse_server.tar.gz 310739K
35062026-07-17T19:01:30.768Za out/cockroachdb.tar.gz 161745K
35072026-07-17T19:01:30.768Za out/crucible-pantry-zone.tar.gz 39111K
35082026-07-17T19:01:30.768Za out/crucible-utils.tar 18900K
35092026-07-17T19:01:30.768Za out/crucible-zone.tar.gz 53806K
35102026-07-17T19:01:30.768Za out/external-dns.tar.gz 46168K
35112026-07-17T19:01:30.768Za out/internal-dns.tar.gz 46167K
35122026-07-17T19:01:30.768Za out/mg-ddm-gz.tar 102717K
35132026-07-17T19:01:30.768Za out/nexus.tar.gz 273015K
35142026-07-17T19:01:30.768Za out/ntp.tar.gz 29914K
35152026-07-17T19:01:30.768Za out/omicron-gateway-softnpu.tar.gz 27716K
35162026-07-17T19:01:30.768Za out/omicron-sled-agent.tar 191363K
35172026-07-17T19:01:30.768Za out/overlay.tar.gz 4K
35182026-07-17T19:01:30.768Za out/oximeter.tar.gz 60187K
35192026-07-17T19:01:30.768Za out/oxlog.tar 3808K
35202026-07-17T19:01:30.769Za out/probe.tar.gz 3037K
35212026-07-17T19:01:30.769Za out/propolis-server.tar.gz 34372K
35222026-07-17T19:01:30.769Za out/pumpkind-gz.tar 26647K
35232026-07-17T19:01:30.769Za out/switch-softnpu.tar.gz 449635K
35242026-07-17T19:01:30.772Z
35252026-07-17T19:01:30.772Zreal 1:19.869612103
35262026-07-17T19:01:30.773Zuser 1:17.206555840
35272026-07-17T19:01:30.773Zsys 4.437050606
35282026-07-17T19:01:30.773Ztrap 0.005583022
35292026-07-17T19:01:30.773Ztflt 0.000000000
35302026-07-17T19:01:30.773Zdflt 0.000000000
35312026-07-17T19:01:30.773Zkflt 0.000000000
35322026-07-17T19:01:30.773Zlock 0.000000000
35332026-07-17T19:01:30.773Zslp 1:17.122859500
35342026-07-17T19:01:30.773Zlat 0.962402692
35352026-07-17T19:01:30.773Zstop 0.000170310
35362026-07-17T19:01:30.773Zprocess exited: duration 980056 ms, exit code 0
 
35372026-07-17T19:01:30.780Zfound 1 output files
35382026-07-17T19:01:30.792Zuploading: /work/package.tar.gz (2482968438 bytes)
35392026-07-17T19:02:01.758Zuploaded: /work/package.tar.gz