01KYQ8QQZ8DFK766PPDZDV79D1: 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: 01KYQ8R8HHECKJ293NKGB4NF69

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T15:45:01.078Zjob assigned to worker 01KYQ8RKSZAW2978CDY1W6APH0 [factory aws, i-0a2e5690907643ea6] (queued for 53 s)
 
22026-07-29T15:45:08.515Zstarting task 0: "setup"
32026-07-29T15:45:08.519Z++ uname -s
42026-07-29T15:45:08.523Z+ kern=SunOS
52026-07-29T15:45:08.523Z+ build_user=build
62026-07-29T15:45:08.523Z+ build_uid=12345
72026-07-29T15:45:08.523Z+ work_dir=/work
82026-07-29T15:45:08.523Z+ input_dir=/input
92026-07-29T15:45:08.523Z+ [[ 0 == 12345 ]]
102026-07-29T15:45:08.523Z+ case "$kern" in
112026-07-29T15:45:08.523Z+ groupadd -g 12345 build
122026-07-29T15:45:08.526Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T15:45:10.530Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T15:45:10.627Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T15:45:10.631Z+ home_fs=zfs
162026-07-29T15:45:10.631Z+ [[ zfs == autofs ]]
172026-07-29T15:45:10.631Z+ mkdir -p /home/build
182026-07-29T15:45:10.631Z+ chown build:build /home/build /work
192026-07-29T15:45:12.633Z+ chmod 0700 /home/build /work
202026-07-29T15:45:12.636Zprocess exited: duration 4123 ms, exit code 0
 
212026-07-29T15:45:12.642Zstarting task 1: "rust-toolchain"
222026-07-29T15:45:12.647Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T15:45:12.647Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-29T15:45:12.647Z * rust toolchain channel = "1.97.1"
252026-07-29T15:45:12.647Z * rust toolchain profile = "default"
262026-07-29T15:45:12.647Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T15:45:12.648Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T15:45:12.651Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T15:45:12.651Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T15:45:12.763Zinfo: downloading installer
312026-07-29T15:45:14.097Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T15:45:14.097Zwarn: /home/build/.rustup/settings.toml
332026-07-29T15:45:14.097Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T15:45:14.097Zwarn: instead of the one inferred from the default host triple.
352026-07-29T15:45:14.109Zinfo: profile set to default
362026-07-29T15:45:14.109Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T15:45:14.112Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T15:45:14.238Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T15:45:14.241Zinfo: downloading 6 components
402026-07-29T15:45:29.034Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T15:45:29.034Z
422026-07-29T15:45:29.063Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T15:45:29.063Z
442026-07-29T15:45:29.063Z
452026-07-29T15:45:29.063ZRust is installed now. Great!
462026-07-29T15:45:29.063Z
472026-07-29T15:45:29.063ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T15:45:29.063Zenvironment variable. This has not been done automatically.
492026-07-29T15:45:29.063Z
502026-07-29T15:45:29.063ZTo configure your current shell, you need to source
512026-07-29T15:45:29.063Zthe corresponding env file under $HOME/.cargo.
522026-07-29T15:45:29.063Z
532026-07-29T15:45:29.063ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T15:45:29.067Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T15:45:29.067Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T15:45:29.067Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T15:45:29.067Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T15:45:29.067Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T15:45:29.067Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T15:45:29.067Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T15:45:29.067Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T15:45:29.168Z+ rustup --version
632026-07-29T15:45:29.173Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T15:45:29.177Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T15:45:29.195Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T15:45:29.198Z+ cargo --version
672026-07-29T15:45:29.207Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T15:45:29.210Z+ rustc --version
692026-07-29T15:45:29.228Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T15:45:29.231Zprocess exited: duration 16588 ms, exit code 0
 
712026-07-29T15:45:29.238Zstarting task 2: "authentication"
722026-07-29T15:45:29.255Zprocess exited: duration 17 ms, exit code 0
 
732026-07-29T15:45:29.262Zstarting task 3: "clone repository"
742026-07-29T15:45:29.266Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T15:45:29.269Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T15:45:29.299ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T15:45:45.953Z+ cd /work/oxidecomputer/omicron
782026-07-29T15:45:45.953Z+ git fetch origin 0a17571f0e74511dae968f708aee23460999f296
792026-07-29T15:45:46.252ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T15:45:46.252Z * branch 0a17571f0e74511dae968f708aee23460999f296 -> FETCH_HEAD
812026-07-29T15:45:46.265Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-07-29T15:45:46.269Z++ git branch --show-current
832026-07-29T15:45:46.269Z+ current=main
842026-07-29T15:45:46.269Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-07-29T15:45:46.269Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 0a17571f0e74511dae968f708aee23460999f296
862026-07-29T15:45:46.272Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-07-29T15:45:46.398ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-07-29T15:45:46.402Z+ git reset --hard 0a17571f0e74511dae968f708aee23460999f296
892026-07-29T15:45:46.521ZHEAD is now at 0a17571f0 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers
902026-07-29T15:45:46.524Zprocess exited: duration 17259 ms, exit code 0
 
912026-07-29T15:45:46.531Zstarting task 4: "build"
922026-07-29T15:45:46.536Z+ source .github/buildomat/ci-env.sh
932026-07-29T15:45:46.536Z++ export CARGO_TERM_COLOR=always
942026-07-29T15:45:46.536Z++ CARGO_TERM_COLOR=always
952026-07-29T15:45:46.539Z+++ uname -s
962026-07-29T15:45:46.539Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T15:45:46.539Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T15:45:46.542Z+ cargo --version
992026-07-29T15:45:46.549Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T15:45:46.553Z+ rustc --version
1012026-07-29T15:45:46.572Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T15:45:46.576Z+ WORK=/work
1032026-07-29T15:45:46.576Z+ pfexec mkdir -p /work
1042026-07-29T15:45:46.580Z+ pfexec chown build /work
1052026-07-29T15:45:46.583Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-29T15:45:48.965Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-29T15:45:49.198Z Startup: Caching catalogs ... Done
1082026-07-29T15:45:50.379ZPlanning: Solver setup ... Done (1.100s)
1092026-07-29T15:45:50.423ZPlanning: Running solver ... Done (0.045s)
1102026-07-29T15:45:50.453ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-29T15:45:50.466ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-29T15:45:50.482ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-29T15:45:50.496ZPlanning: Package planning ... Done (0.014s)
1142026-07-29T15:45:50.499ZPlanning: Merging actions ... Done (0.001s)
1152026-07-29T15:45:50.701ZPlanning: Checking for conflicting actions ... Done (0.203s)
1162026-07-29T15:45:50.704ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-29T15:45:51.577ZPlanning: Evaluating mediators ... Done (0.875s)
1182026-07-29T15:45:51.581ZPlanning: Planning completed in 2.35 seconds
1192026-07-29T15:45:51.587Z Packages to install: 2
1202026-07-29T15:45:51.587Z Estimated space available: 156.02 GB
1212026-07-29T15:45:51.587ZEstimated space to be consumed: 55.05 MB
1222026-07-29T15:45:51.587Z Create boot environment: No
1232026-07-29T15:45:51.590ZCreate backup boot environment: No
1242026-07-29T15:45:51.590Z Rebuild boot archive: No
1252026-07-29T15:45:51.590Z
1262026-07-29T15:45:51.590ZChanged packages:
1272026-07-29T15:45:51.590Zhelios
1282026-07-29T15:45:51.590Z developer/build-essential
1292026-07-29T15:45:51.590Z None -> 11-3.0
1302026-07-29T15:45:51.590Z library/libxmlsec1
1312026-07-29T15:45:51.591Z None -> 1.2.35-3.0
1322026-07-29T15:45:51.612Z
1332026-07-29T15:45:51.612ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-29T15:45:51.682ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1352026-07-29T15:45:51.777Z Actions: 1/268 actions (Installing new actions)
1362026-07-29T15:45:51.816Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-29T15:45:51.840ZFinalize: Updating package state database ... Done (0.023s)
1382026-07-29T15:45:51.840ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-29T15:45:51.897ZFinalize: Updating image state ... Done (0.058s)
1402026-07-29T15:45:54.477ZFinalize: Creating fast lookup database ... Done (2.542s)
1412026-07-29T15:45:54.543ZFinalize: Reading search index ... Done (0.012s)
1422026-07-29T15:45:54.546ZFinalize: Updating search index ... Done (0.000s)
1432026-07-29T15:45:54.629ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-29T15:45:54.976ZPlanning: Evaluating mediator changes ... Done
1452026-07-29T15:45:55.080ZPlanning: Checking for conflicting actions ... Done
1462026-07-29T15:45:55.083ZPlanning: Consolidating action changes ... Done
1472026-07-29T15:45:55.237ZPlanning: Evaluating mediators ... Done
1482026-07-29T15:45:55.240ZPlanning: Planning completed in 0.26 seconds
1492026-07-29T15:45:55.260Z Mediators to change: 2
1502026-07-29T15:45:55.260Z Create boot environment: No
1512026-07-29T15:45:55.260ZCreate backup boot environment: No
1522026-07-29T15:45:55.302ZFinalize: Updating package state database ... Done
1532026-07-29T15:45:55.302ZFinalize: Updating package cache ... Done
1542026-07-29T15:45:55.336ZFinalize: Updating image state ... Done
1552026-07-29T15:45:57.276ZFinalize: Creating fast lookup database ... Done
1562026-07-29T15:45:57.335ZFinalize: Reading search index ... Done
1572026-07-29T15:45:57.339ZFinalize: Updating search index ... Done
1582026-07-29T15:45:57.398ZFinalize: Updating package cache ... Done
1592026-07-29T15:45:57.680ZPlanning: Evaluating mediator changes ... Done
1602026-07-29T15:45:57.784ZPlanning: Checking for conflicting actions ... Done
1612026-07-29T15:45:57.788ZPlanning: Consolidating action changes ... Done
1622026-07-29T15:45:57.941ZPlanning: Evaluating mediators ... Done
1632026-07-29T15:45:57.944ZPlanning: Planning completed in 0.26 seconds
1642026-07-29T15:45:57.964Z Mediators to change: 1
1652026-07-29T15:45:57.964Z Create boot environment: No
1662026-07-29T15:45:57.964ZCreate backup boot environment: No
1672026-07-29T15:45:58.011ZFinalize: Updating package state database ... Done
1682026-07-29T15:45:58.011ZFinalize: Updating package cache ... Done
1692026-07-29T15:45:58.048ZFinalize: Updating image state ... Done
1702026-07-29T15:45:59.988ZFinalize: Creating fast lookup database ... Done
1712026-07-29T15:46:00.052ZFinalize: Reading search index ... Done
1722026-07-29T15:46:00.055ZFinalize: Updating search index ... Done
1732026-07-29T15:46:00.112ZFinalize: Updating package cache ... Done
1742026-07-29T15:46:00.430ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-29T15:46:00.430Zapache system 2.4 system
1762026-07-29T15:46:00.430Zclang system 15 system
1772026-07-29T15:46:00.430Zcsh system system illumos
1782026-07-29T15:46:00.430Zctags system system illumos
1792026-07-29T15:46:00.430Zfile vendor vendor darwinsys
1802026-07-29T15:46:00.430Zfile system system illumos
1812026-07-29T15:46:00.430Zgcc vendor 14 vendor
1822026-07-29T15:46:00.430Zgcc system 13 system
1832026-07-29T15:46:00.430Zgcc system 10 system
1842026-07-29T15:46:00.430Zgo system 1.25 system
1852026-07-29T15:46:00.430Zllvm system 15 system
1862026-07-29T15:46:00.430Zmariadb system 11.4 system
1872026-07-29T15:46:00.430Zmta vendor vendor dma
1882026-07-29T15:46:00.430Zopenjdk system 17 system
1892026-07-29T15:46:00.430Zopenjdk system 11 system
1902026-07-29T15:46:00.430Zopenssl vendor 3 vendor
1912026-07-29T15:46:00.430Zperl system 5.40 system
1922026-07-29T15:46:00.430Zpostgresql system 18 system
1932026-07-29T15:46:00.430Zpostgresql system 17 system
1942026-07-29T15:46:00.430Zpython vendor 3 vendor
1952026-07-29T15:46:00.430Zpython system 2 system
1962026-07-29T15:46:00.430Zpython3 vendor 3.13 vendor
1972026-07-29T15:46:00.431Zruby system 3.4 system
1982026-07-29T15:46:00.431Zruby system 3.0 system
1992026-07-29T15:46:00.431Zwords vendor vendor american-english
2002026-07-29T15:46:00.431Zwords system system australian-english
2012026-07-29T15:46:00.431Zwords system system british-english
2022026-07-29T15:46:00.431Zwords system system canadian-english
2032026-07-29T15:46:00.431Zwords system system french
2042026-07-29T15:46:00.431Zwords system system italian
2052026-07-29T15:46:00.431Zwords system system ngerman
2062026-07-29T15:46:00.431Zwords system system ogerman
2072026-07-29T15:46:00.431Zwords system system spanish
2082026-07-29T15:46:00.686ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-29T15:46:00.686Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-29T15:46:01.086ZFMRI IFO
2112026-07-29T15:46:01.086Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-29T15:46:01.086Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-29T15:46:01.086Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-29T15:46:01.087Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-29T15:46:01.087Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-29T15:46:01.087Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-29T15:46:01.087Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-29T15:46:01.087Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-29T15:46:01.087Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-29T15:46:01.385Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-29T15:46:01.638Z Updating crates.io index
2222026-07-29T15:46:01.642Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-29T15:46:01.937Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-29T15:46:02.232Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-29T15:46:04.063Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-29T15:46:04.611Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-29T15:46:06.209Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-29T15:46:07.160Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-29T15:46:07.404Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-29T15:46:07.741Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-29T15:46:08.906Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-29T15:46:10.201Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-29T15:46:10.926Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-29T15:46:10.944Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-29T15:46:11.328Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-29T15:46:11.951Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-29T15:46:12.099Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-29T15:46:12.468Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-29T15:46:12.794Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-29T15:46:13.071Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-29T15:46:13.169Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-29T15:46:13.499Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-29T15:46:13.885Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-29T15:46:14.210Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-29T15:46:14.661Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-29T15:46:14.673Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-29T15:46:15.021Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-29T15:46:15.533Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-29T15:46:16.006Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-29T15:46:16.259Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-29T15:46:16.486Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-29T15:46:16.749Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-29T15:46:17.140Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-29T15:46:17.463Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-29T15:46:17.701Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-29T15:46:18.077Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-29T15:46:18.242Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-29T15:46:18.481Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-29T15:46:18.823Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-29T15:46:19.019Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-29T15:46:19.313Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-29T15:46:19.558Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-29T15:46:22.305Z Downloading crates ...
2642026-07-29T15:46:22.367Z Downloaded autocfg v1.5.0
2652026-07-29T15:46:22.371Z Downloaded anstream v1.0.0
2662026-07-29T15:46:22.371Z Downloaded memmap v0.7.0
2672026-07-29T15:46:22.371Z Downloaded anstyle v1.0.14
2682026-07-29T15:46:22.375Z Downloaded dtrace-parser v0.2.0
2692026-07-29T15:46:22.378Z Downloaded toml_datetime v0.6.11
2702026-07-29T15:46:22.382Z Downloaded zerocopy-derive v0.7.35
2712026-07-29T15:46:22.386Z Downloaded zmij v1.0.21
2722026-07-29T15:46:22.386Z Downloaded fastrand v2.3.0
2732026-07-29T15:46:22.386Z Downloaded equivalent v1.0.2
2742026-07-29T15:46:22.386Z Downloaded generic-array v0.14.7
2752026-07-29T15:46:22.387Z Downloaded heck v0.5.0
2762026-07-29T15:46:22.390Z Downloaded macaddr v1.0.1
2772026-07-29T15:46:22.390Z Downloaded cargo-platform v0.3.2
2782026-07-29T15:46:22.390Z Downloaded clap_lex v1.0.0
2792026-07-29T15:46:22.390Z Downloaded fs-err v3.3.0
2802026-07-29T15:46:22.393Z Downloaded zerocopy v0.7.35
2812026-07-29T15:46:22.399Z Downloaded anstyle-parse v1.0.0
2822026-07-29T15:46:22.403Z Downloaded colorchoice v1.0.4
2832026-07-29T15:46:22.403Z Downloaded block-buffer v0.10.4
2842026-07-29T15:46:22.403Z Downloaded cpufeatures v0.2.17
2852026-07-29T15:46:22.403Z Downloaded fnv v1.0.7
2862026-07-29T15:46:22.406Z Downloaded dof v0.3.0
2872026-07-29T15:46:22.406Z Downloaded crypto-common v0.1.7
2882026-07-29T15:46:22.410Z Downloaded anstyle-query v1.1.5
2892026-07-29T15:46:22.416Z Downloaded heck v0.4.1
2902026-07-29T15:46:22.420Z Downloaded is_terminal_polyfill v1.70.2
2912026-07-29T15:46:22.420Z Downloaded itoa v1.0.17
2922026-07-29T15:46:22.424Z Downloaded cfg-if v1.0.4
2932026-07-29T15:46:22.428Z Downloaded proc-macro-error-attr v1.0.4
2942026-07-29T15:46:22.431Z Downloaded plain v0.2.3
2952026-07-29T15:46:22.431Z Downloaded bytecount v0.6.9
2962026-07-29T15:46:22.441Z Downloaded serde_spanned v0.6.9
2972026-07-29T15:46:22.444Z Downloaded swrite v0.1.0
2982026-07-29T15:46:22.447Z Downloaded strsim v0.11.1
2992026-07-29T15:46:22.451Z Downloaded smawk v0.3.2
3002026-07-29T15:46:22.454Z Downloaded toml_write v0.1.2
3012026-07-29T15:46:22.458Z Downloaded version_check v0.9.5
3022026-07-29T15:46:22.461Z Downloaded usdt-macro v0.5.0
3032026-07-29T15:46:22.464Z Downloaded terminal_size v0.4.3
3042026-07-29T15:46:22.467Z Downloaded pretty-hex v0.4.1
3052026-07-29T15:46:22.471Z Downloaded unicode-linebreak v0.1.5
3062026-07-29T15:46:22.475Z Downloaded tabled_derive v0.7.0
3072026-07-29T15:46:22.481Z Downloaded usdt v0.5.0
3082026-07-29T15:46:22.486Z Downloaded scroll_derive v0.12.1
3092026-07-29T15:46:22.491Z Downloaded utf8parse v0.2.2
3102026-07-29T15:46:22.491Z Downloaded errno v0.3.14
3112026-07-29T15:46:22.495Z Downloaded cargo_toml v0.21.0
3122026-07-29T15:46:22.495Z Downloaded digest v0.10.7
3132026-07-29T15:46:22.501Z Downloaded camino-tempfile v1.4.1
3142026-07-29T15:46:22.506Z Downloaded byteorder v1.5.0
3152026-07-29T15:46:22.509Z Downloaded cargo_metadata v0.23.1
3162026-07-29T15:46:22.514Z Downloaded bitflags v2.11.0
3172026-07-29T15:46:22.525Z Downloaded proc-macro-error v1.0.4
3182026-07-29T15:46:22.529Z Downloaded thiserror-impl v2.0.18
3192026-07-29T15:46:22.529Z Downloaded usdt-attr-macro v0.5.0
3202026-07-29T15:46:22.529Z Downloaded sha2 v0.10.9
3212026-07-29T15:46:22.532Z Downloaded quote v1.0.45
3222026-07-29T15:46:22.540Z Downloaded scroll v0.12.0
3232026-07-29T15:46:22.544Z Downloaded thiserror v1.0.69
3242026-07-29T15:46:22.544Z Downloaded thiserror v2.0.18
3252026-07-29T15:46:22.548Z Downloaded thread-id v4.2.2
3262026-07-29T15:46:22.558Z Downloaded thiserror-impl v1.0.69
3272026-07-29T15:46:22.580Z Downloaded clap_derive v4.6.1
3282026-07-29T15:46:22.583Z Downloaded pest_derive v2.8.6
3292026-07-29T15:46:22.587Z Downloaded semver v1.0.28
3302026-07-29T15:46:22.587Z Downloaded pest_generator v2.8.6
3312026-07-29T15:46:22.590Z Downloaded tempfile v3.25.0
3322026-07-29T15:46:22.594Z Downloaded ucd-trie v0.1.7
3332026-07-29T15:46:22.594Z Downloaded serde_tokenstream v0.2.3
3342026-07-29T15:46:22.597Z Downloaded usdt-impl v0.5.0
3352026-07-29T15:46:22.600Z Downloaded toml v0.8.23
3362026-07-29T15:46:22.603Z Downloaded unicode-ident v1.0.24
3372026-07-29T15:46:22.603Z Downloaded getrandom v0.4.1
3382026-07-29T15:46:22.610Z Downloaded log v0.4.29
3392026-07-29T15:46:22.641Z Downloaded anyhow v1.0.102
3402026-07-29T15:46:22.641Z Downloaded once_cell v1.21.3
3412026-07-29T15:46:22.641Z Downloaded papergrid v0.11.0
3422026-07-29T15:46:22.641Z Downloaded camino v1.2.2
3432026-07-29T15:46:22.641Z Downloaded proc-macro2 v1.0.106
3442026-07-29T15:46:22.641Z Downloaded textwrap v0.16.2
3452026-07-29T15:46:22.641Z Downloaded serde_derive v1.0.228
3462026-07-29T15:46:22.641Z Downloaded clap v4.6.1
3472026-07-29T15:46:22.645Z Downloaded toml_edit v0.22.27
3482026-07-29T15:46:22.655Z Downloaded serde_core v1.0.228
3492026-07-29T15:46:22.662Z Downloaded memchr v2.8.0
3502026-07-29T15:46:22.671Z Downloaded pest_meta v2.8.6
3512026-07-29T15:46:22.675Z Downloaded pest v2.8.6
3522026-07-29T15:46:22.675Z Downloaded serde v1.0.228
3532026-07-29T15:46:22.697Z Downloaded indexmap v2.14.0
3542026-07-29T15:46:22.701Z Downloaded typenum v1.20.1
3552026-07-29T15:46:22.743Z Downloaded hashbrown v0.17.0
3562026-07-29T15:46:22.769Z Downloaded clap_builder v4.6.0
3572026-07-29T15:46:22.772Z Downloaded serde_json v1.0.151
3582026-07-29T15:46:22.776Z Downloaded winnow v0.7.14
3592026-07-29T15:46:22.780Z Downloaded goblin v0.8.2
3602026-07-29T15:46:22.806Z Downloaded syn v1.0.109
3612026-07-29T15:46:22.812Z Downloaded tabled v0.15.0
3622026-07-29T15:46:22.821Z Downloaded unicode-width v0.1.14
3632026-07-29T15:46:22.824Z Downloaded unicode-width v0.2.0
3642026-07-29T15:46:22.832Z Downloaded syn v2.0.117
3652026-07-29T15:46:22.856Z Downloaded rustix v1.1.3
3662026-07-29T15:46:22.889Z Downloaded libc v0.2.185
3672026-07-29T15:46:22.950Z Compiling proc-macro2 v1.0.106
3682026-07-29T15:46:22.950Z Compiling unicode-ident v1.0.24
3692026-07-29T15:46:22.950Z Compiling quote v1.0.45
3702026-07-29T15:46:22.954Z Compiling serde_core v1.0.228
3712026-07-29T15:46:22.954Z Compiling libc v0.2.185
3722026-07-29T15:46:22.954Z Compiling version_check v0.9.5
3732026-07-29T15:46:22.954Z Compiling memchr v2.8.0
3742026-07-29T15:46:22.954Z Compiling serde v1.0.228
3752026-07-29T15:46:23.133Z Compiling zmij v1.0.21
3762026-07-29T15:46:23.137Z Compiling itoa v1.0.17
3772026-07-29T15:46:23.137Z Compiling thiserror v1.0.69
3782026-07-29T15:46:23.137Z Compiling ucd-trie v0.1.7
3792026-07-29T15:46:23.137Z Compiling rustix v1.1.3
3802026-07-29T15:46:23.137Z Compiling byteorder v1.5.0
3812026-07-29T15:46:23.373Z Compiling serde_json v1.0.151
3822026-07-29T15:46:23.400Z Compiling bitflags v2.11.0
3832026-07-29T15:46:23.540Z Compiling proc-macro-error-attr v1.0.4
3842026-07-29T15:46:23.615Z Compiling pest v2.8.6
3852026-07-29T15:46:23.690Z Compiling usdt-impl v0.5.0
3862026-07-29T15:46:23.705Z Compiling syn v1.0.109
3872026-07-29T15:46:23.709Z Compiling camino v1.2.2
3882026-07-29T15:46:23.864Z Compiling proc-macro-error v1.0.4
3892026-07-29T15:46:23.901Z Compiling log v0.4.29
3902026-07-29T15:46:23.904Z Compiling hashbrown v0.17.0
3912026-07-29T15:46:23.904Z Compiling getrandom v0.4.1
3922026-07-29T15:46:23.919Z Compiling plain v0.2.3
3932026-07-29T15:46:23.934Z Compiling equivalent v1.0.2
3942026-07-29T15:46:23.950Z Compiling utf8parse v0.2.2
3952026-07-29T15:46:24.108Z Compiling thiserror v2.0.18
3962026-07-29T15:46:24.164Z Compiling anstyle-parse v1.0.0
3972026-07-29T15:46:24.168Z Compiling winnow v0.7.14
3982026-07-29T15:46:24.202Z Compiling autocfg v1.5.0
3992026-07-29T15:46:24.240Z Compiling pretty-hex v0.4.1
4002026-07-29T15:46:24.243Z Compiling is_terminal_polyfill v1.70.2
4012026-07-29T15:46:24.257Z Compiling anstyle-query v1.1.5
4022026-07-29T15:46:24.260Z Compiling cfg-if v1.0.4
4032026-07-29T15:46:24.367Z Compiling errno v0.3.14
4042026-07-29T15:46:24.387Z Compiling thread-id v4.2.2
4052026-07-29T15:46:24.406Z Compiling anstyle v1.0.14
4062026-07-29T15:46:24.444Z Compiling indexmap v2.14.0
4072026-07-29T15:46:24.460Z Compiling colorchoice v1.0.4
4082026-07-29T15:46:24.499Z Compiling toml_write v0.1.2
4092026-07-29T15:46:24.554Z Compiling heck v0.4.1
4102026-07-29T15:46:24.615Z Compiling anstream v1.0.0
4112026-07-29T15:46:24.664Z Compiling syn v2.0.117
4122026-07-29T15:46:24.682Z Compiling pest_meta v2.8.6
4132026-07-29T15:46:24.721Z Compiling fs-err v3.3.0
4142026-07-29T15:46:24.748Z Compiling fnv v1.0.7
4152026-07-29T15:46:24.783Z Compiling bytecount v0.6.9
4162026-07-29T15:46:24.798Z Compiling unicode-width v0.1.14
4172026-07-29T15:46:24.837Z Compiling heck v0.5.0
4182026-07-29T15:46:24.869Z Compiling strsim v0.11.1
4192026-07-29T15:46:24.934Z Compiling once_cell v1.21.3
4202026-07-29T15:46:24.951Z Compiling fastrand v2.3.0
4212026-07-29T15:46:24.969Z Compiling clap_lex v1.0.0
4222026-07-29T15:46:24.987Z Compiling anyhow v1.0.102
4232026-07-29T15:46:25.095Z Compiling papergrid v0.11.0
4242026-07-29T15:46:25.127Z Compiling memmap v0.7.0
4252026-07-29T15:46:25.171Z Compiling smawk v0.3.2
4262026-07-29T15:46:25.206Z Compiling unicode-linebreak v0.1.5
4272026-07-29T15:46:25.261Z Compiling unicode-width v0.2.0
4282026-07-29T15:46:25.298Z Compiling swrite v0.1.0
4292026-07-29T15:46:25.407Z Compiling terminal_size v0.4.3
4302026-07-29T15:46:25.453Z Compiling tempfile v3.25.0
4312026-07-29T15:46:25.580Z Compiling cargo-platform v0.3.2
4322026-07-29T15:46:25.597Z Compiling semver v1.0.28
4332026-07-29T15:46:25.617Z Compiling clap_builder v4.6.0
4342026-07-29T15:46:25.667Z Compiling textwrap v0.16.2
4352026-07-29T15:46:25.819Z Compiling camino-tempfile v1.4.1
4362026-07-29T15:46:26.183Z Compiling tabled_derive v0.7.0
4372026-07-29T15:46:26.873Z Compiling pest_generator v2.8.6
4382026-07-29T15:46:26.889Z Compiling tabled v0.15.0
4392026-07-29T15:46:27.357Z Compiling serde_derive v1.0.228
4402026-07-29T15:46:27.357Z Compiling thiserror-impl v1.0.69
4412026-07-29T15:46:27.360Z Compiling zerocopy-derive v0.7.35
4422026-07-29T15:46:27.360Z Compiling scroll_derive v0.12.1
4432026-07-29T15:46:27.360Z Compiling thiserror-impl v2.0.18
4442026-07-29T15:46:27.360Z Compiling clap_derive v4.6.1
4452026-07-29T15:46:27.442Z Compiling pest_derive v2.8.6
4462026-07-29T15:46:28.020Z Compiling scroll v0.12.0
4472026-07-29T15:46:28.109Z Compiling zerocopy v0.7.35
4482026-07-29T15:46:28.227Z Compiling goblin v0.8.2
4492026-07-29T15:46:28.387Z Compiling dtrace-parser v0.2.0
4502026-07-29T15:46:28.732Z Compiling clap v4.6.1
4512026-07-29T15:46:29.734Z Compiling toml_datetime v0.6.11
4522026-07-29T15:46:29.734Z Compiling serde_spanned v0.6.9
4532026-07-29T15:46:29.734Z Compiling macaddr v1.0.1
4542026-07-29T15:46:29.738Z Compiling cargo_metadata v0.23.1
4552026-07-29T15:46:29.738Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-29T15:46:29.751Z Compiling dof v0.3.0
4572026-07-29T15:46:29.754Z Compiling serde_tokenstream v0.2.3
4582026-07-29T15:46:29.947Z Compiling toml_edit v0.22.27
4592026-07-29T15:46:30.494Z Compiling usdt-attr-macro v0.5.0
4602026-07-29T15:46:30.494Z Compiling usdt-macro v0.5.0
4612026-07-29T15:46:31.115Z Compiling usdt v0.5.0
4622026-07-29T15:46:31.233Z Compiling toml v0.8.23
4632026-07-29T15:46:31.557Z Compiling cargo_toml v0.21.0
4642026-07-29T15:46:32.818Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-29T15:46:34.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.65s
4662026-07-29T15:46:35.076Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-29T15:46:35.601Z Downloading crates ...
4682026-07-29T15:46:35.669Z Downloaded adler2 v2.0.1
4692026-07-29T15:46:35.678Z Downloaded async-stream v0.3.6
4702026-07-29T15:46:35.681Z Downloaded foreign-types-macros v0.2.3
4712026-07-29T15:46:35.681Z Downloaded foreign-types-shared v0.3.1
4722026-07-29T15:46:35.681Z Downloaded aho-corasick v1.1.4
4732026-07-29T15:46:35.685Z Downloaded aead v0.5.2
4742026-07-29T15:46:35.685Z Downloaded arrayref v0.3.9
4752026-07-29T15:46:35.685Z Downloaded aead v0.6.1
4762026-07-29T15:46:35.685Z Downloaded anstyle-parse v0.2.7
4772026-07-29T15:46:35.685Z Downloaded argon2 v0.5.3
4782026-07-29T15:46:35.688Z Downloaded env_filter v1.0.0
4792026-07-29T15:46:35.692Z Downloaded funty v2.0.0
4802026-07-29T15:46:35.692Z Downloaded ff v0.13.1
4812026-07-29T15:46:35.692Z Downloaded filetime v0.2.27
4822026-07-29T15:46:35.692Z Downloaded flagset v0.4.7
4832026-07-29T15:46:35.695Z Downloaded fallible-iterator v0.2.0
4842026-07-29T15:46:35.696Z Downloaded fixedbitset v0.5.7
4852026-07-29T15:46:35.696Z Downloaded hyper-tls v0.6.0
4862026-07-29T15:46:35.696Z Downloaded ahash v0.8.12
4872026-07-29T15:46:35.699Z Downloaded argon2 v0.6.0-rc.8
4882026-07-29T15:46:35.699Z Downloaded base16ct v0.2.0
4892026-07-29T15:46:35.704Z Downloaded arc-swap v1.8.2
4902026-07-29T15:46:35.712Z Downloaded futures-sink v0.3.32
4912026-07-29T15:46:35.712Z Downloaded bitfield-macros v0.19.4
4922026-07-29T15:46:35.718Z Downloaded allocator-api2 v0.2.21
4932026-07-29T15:46:35.718Z Downloaded gethostname v0.5.0
4942026-07-29T15:46:35.718Z Downloaded enum-as-inner v0.6.1
4952026-07-29T15:46:35.718Z Downloaded ar_archive_writer v0.5.1
4962026-07-29T15:46:35.718Z Downloaded base64ct v1.8.3
4972026-07-29T15:46:35.718Z Downloaded async-recursion v1.1.1
4982026-07-29T15:46:35.722Z Downloaded glob v0.3.3
4992026-07-29T15:46:35.722Z Downloaded highway v1.3.0
5002026-07-29T15:46:35.722Z Downloaded float-cmp v0.10.0
5012026-07-29T15:46:35.722Z Downloaded foreign-types v0.3.2
5022026-07-29T15:46:35.722Z Downloaded futures-task v0.3.32
5032026-07-29T15:46:35.722Z Downloaded convert_case v0.4.0
5042026-07-29T15:46:35.722Z Downloaded foreign-types v0.5.0
5052026-07-29T15:46:35.722Z Downloaded foreign-types-shared v0.1.1
5062026-07-29T15:46:35.723Z Downloaded futures-io v0.3.32
5072026-07-29T15:46:35.723Z Downloaded git-stub v1.0.0
5082026-07-29T15:46:35.726Z Downloaded ascii-canvas v3.0.0
5092026-07-29T15:46:35.726Z Downloaded bitfield-struct v0.6.2
5102026-07-29T15:46:35.726Z Downloaded atomic-waker v1.1.2
5112026-07-29T15:46:35.726Z Downloaded atomicwrites v0.4.4
5122026-07-29T15:46:35.726Z Downloaded form_urlencoded v1.2.2
5132026-07-29T15:46:35.726Z Downloaded endian-type v0.1.2
5142026-07-29T15:46:35.726Z Downloaded fd-lock v4.0.4
5152026-07-29T15:46:35.739Z Downloaded ghash v0.6.0
5162026-07-29T15:46:35.739Z Downloaded futures-core v0.3.32
5172026-07-29T15:46:35.739Z Downloaded futures-macro v0.3.32
5182026-07-29T15:46:35.739Z Downloaded bit-set v0.8.0
5192026-07-29T15:46:35.739Z Downloaded bit-vec v0.6.3
5202026-07-29T15:46:35.739Z Downloaded async-stream-impl v0.3.6
5212026-07-29T15:46:35.739Z Downloaded bb8 v0.8.6
5222026-07-29T15:46:35.744Z Downloaded atty v0.2.14
5232026-07-29T15:46:35.744Z Downloaded hostname v0.4.2
5242026-07-29T15:46:35.744Z Downloaded castaway v0.2.4
5252026-07-29T15:46:35.744Z Downloaded fxhash v0.2.1
5262026-07-29T15:46:35.744Z Downloaded hash32 v0.3.1
5272026-07-29T15:46:35.744Z Downloaded home v0.5.12
5282026-07-29T15:46:35.744Z Downloaded httpdate v1.0.3
5292026-07-29T15:46:35.744Z Downloaded array-init v0.0.4
5302026-07-29T15:46:35.744Z Downloaded base16ct v1.0.0
5312026-07-29T15:46:35.744Z Downloaded bit-set v0.5.3
5322026-07-29T15:46:35.744Z Downloaded bcrypt-pbkdf v0.11.0
5332026-07-29T15:46:35.744Z Downloaded globwalk v0.9.1
5342026-07-29T15:46:35.744Z Downloaded hex v0.4.3
5352026-07-29T15:46:35.749Z Downloaded block-padding v0.4.2
5362026-07-29T15:46:35.749Z Downloaded float-ord v0.3.2
5372026-07-29T15:46:35.749Z Downloaded ciborium-io v0.2.2
5382026-07-29T15:46:35.752Z Downloaded assert_matches v1.5.0
5392026-07-29T15:46:35.756Z Downloaded hostname v0.3.1
5402026-07-29T15:46:35.756Z Downloaded hex-literal v1.1.0
5412026-07-29T15:46:35.756Z Downloaded http-range v0.1.5
5422026-07-29T15:46:35.756Z Downloaded arrayvec v0.7.6
5432026-07-29T15:46:35.760Z Downloaded http-body v1.0.1
5442026-07-29T15:46:35.763Z Downloaded num-derive v0.4.2
5452026-07-29T15:46:35.763Z Downloaded headers-core v0.3.0
5462026-07-29T15:46:35.766Z Downloaded cfg_aliases v0.1.1
5472026-07-29T15:46:35.766Z Downloaded compression-core v0.4.31
5482026-07-29T15:46:35.770Z Downloaded hash32 v0.2.1
5492026-07-29T15:46:35.770Z Downloaded foldhash v0.2.0
5502026-07-29T15:46:35.773Z Downloaded cfg_aliases v0.2.1
5512026-07-29T15:46:35.773Z Downloaded enum_dispatch v0.3.13
5522026-07-29T15:46:35.777Z Downloaded block-buffer v0.12.1
5532026-07-29T15:46:35.777Z Downloaded erased-serde v0.3.31
5542026-07-29T15:46:35.777Z Downloaded ciborium-ll v0.2.2
5552026-07-29T15:46:35.780Z Downloaded hubpack_derive v0.1.1
5562026-07-29T15:46:35.784Z Downloaded hubpack v0.1.2
5572026-07-29T15:46:35.788Z Downloaded parse-display v0.10.0
5582026-07-29T15:46:35.791Z Downloaded proc-macro-crate v3.4.0
5592026-07-29T15:46:35.791Z Downloaded fixedbitset v0.4.2
5602026-07-29T15:46:35.798Z Downloaded foldhash v0.1.5
5612026-07-29T15:46:35.798Z Downloaded futures-executor v0.3.32
5622026-07-29T15:46:35.798Z Downloaded cobs v0.3.0
5632026-07-29T15:46:35.798Z Downloaded fs_extra v1.3.0
5642026-07-29T15:46:35.802Z Downloaded ff v0.14.0
5652026-07-29T15:46:35.802Z Downloaded http-body-util v0.1.3
5662026-07-29T15:46:35.802Z Downloaded group v0.14.0
5672026-07-29T15:46:35.802Z Downloaded nonempty v0.12.0
5682026-07-29T15:46:35.803Z Downloaded olpc-cjson v0.1.4
5692026-07-29T15:46:35.810Z Downloaded fs-err v2.11.0
5702026-07-29T15:46:35.813Z Downloaded globset v0.4.18
5712026-07-29T15:46:35.813Z Downloaded bitflags v1.3.2
5722026-07-29T15:46:35.813Z Downloaded group v0.13.0
5732026-07-29T15:46:35.813Z Downloaded bcs v0.1.6
5742026-07-29T15:46:35.817Z Downloaded async-trait v0.1.89
5752026-07-29T15:46:35.817Z Downloaded git-stub-vcs v0.1.0
5762026-07-29T15:46:35.824Z Downloaded radium v0.7.0
5772026-07-29T15:46:35.824Z Downloaded phf_shared v0.13.1
5782026-07-29T15:46:35.827Z Downloaded blowfish v0.10.0
5792026-07-29T15:46:35.827Z Downloaded backoff v0.4.0
5802026-07-29T15:46:35.831Z Downloaded cassowary v0.3.0
5812026-07-29T15:46:35.831Z Downloaded blake2 v0.11.0-rc.6
5822026-07-29T15:46:35.834Z Downloaded predicates-tree v1.0.13
5832026-07-29T15:46:35.841Z Downloaded russh-cryptovec v0.62.0
5842026-07-29T15:46:35.844Z Downloaded futures-channel v0.3.32
5852026-07-29T15:46:35.844Z Downloaded getrandom v0.2.17
5862026-07-29T15:46:35.848Z Downloaded semver v0.1.20
5872026-07-29T15:46:35.848Z Downloaded env_logger v0.11.9
5882026-07-29T15:46:35.848Z Downloaded find-msvc-tools v0.1.9
5892026-07-29T15:46:35.853Z Downloaded slog-envlogger v2.2.0
5902026-07-29T15:46:35.853Z Downloaded strsim v0.10.0
5912026-07-29T15:46:35.860Z Downloaded shell-words v1.1.1
5922026-07-29T15:46:35.860Z Downloaded constant_time_eq v0.4.2
5932026-07-29T15:46:35.864Z Downloaded oxide-update-engine-display v0.1.2
5942026-07-29T15:46:35.864Z Downloaded cipher v0.5.2
5952026-07-29T15:46:35.864Z Downloaded parse-display-derive v0.10.0
5962026-07-29T15:46:35.864Z Downloaded pem-rfc7468 v1.0.0
5972026-07-29T15:46:35.881Z Downloaded cbc v0.2.1
5982026-07-29T15:46:35.882Z Downloaded cipher v0.4.4
5992026-07-29T15:46:35.882Z Downloaded cmake v0.1.57
6002026-07-29T15:46:35.882Z Downloaded sync-ptr v0.1.4
6012026-07-29T15:46:35.882Z Downloaded camino-tempfile-ext v0.3.3
6022026-07-29T15:46:35.885Z Downloaded compression-codecs v0.4.37
6032026-07-29T15:46:35.885Z Downloaded sync_wrapper v1.0.2
6042026-07-29T15:46:35.885Z Downloaded thiserror-impl-no-std v2.0.2
6052026-07-29T15:46:35.885Z Downloaded cmov v0.5.4
6062026-07-29T15:46:35.885Z Downloaded const_format_proc_macros v0.2.34
6072026-07-29T15:46:35.885Z Downloaded bitfield v0.19.4
6082026-07-29T15:46:35.885Z Downloaded tower-layer v0.3.3
6092026-07-29T15:46:35.886Z Downloaded byte-wrapper v0.1.0
6102026-07-29T15:46:35.886Z Downloaded phf v0.13.1
6112026-07-29T15:46:35.886Z Downloaded oxide-update-engine v0.1.2
6122026-07-29T15:46:35.886Z Downloaded half v1.8.3
6132026-07-29T15:46:35.886Z Downloaded oxide-tokio-rt v0.1.4
6142026-07-29T15:46:35.886Z Downloaded strum v0.27.2
6152026-07-29T15:46:35.889Z Downloaded hmac v0.12.1
6162026-07-29T15:46:35.893Z Downloaded hmac v0.13.0
6172026-07-29T15:46:35.893Z Downloaded hyper-staticfile v0.10.1
6182026-07-29T15:46:35.893Z Downloaded aes v0.9.1
6192026-07-29T15:46:35.897Z Downloaded bzip2 v0.6.1
6202026-07-29T15:46:35.897Z Downloaded chacha20 v0.9.1
6212026-07-29T15:46:35.897Z Downloaded console v0.15.11
6222026-07-29T15:46:35.900Z Downloaded bit-vec v0.8.0
6232026-07-29T15:46:35.900Z Downloaded cexpr v0.6.0
6242026-07-29T15:46:35.900Z Downloaded colored v2.2.0
6252026-07-29T15:46:35.904Z Downloaded humantime v2.3.0
6262026-07-29T15:46:35.904Z Downloaded hybrid-array v0.4.13
6272026-07-29T15:46:35.904Z Downloaded hyper-rustls v0.27.7
6282026-07-29T15:46:35.910Z Downloaded quick-error v1.2.3
6292026-07-29T15:46:35.911Z Downloaded async-bb8-diesel v0.2.1
6302026-07-29T15:46:35.911Z Downloaded tagptr v0.2.0
6312026-07-29T15:46:35.911Z Downloaded topological-sort v0.2.2
6322026-07-29T15:46:35.914Z Downloaded r2d2 v0.8.10
6332026-07-29T15:46:35.914Z Downloaded polyval v0.7.1
6342026-07-29T15:46:35.914Z Downloaded ppv-lite86 v0.2.21
6352026-07-29T15:46:35.914Z Downloaded progenitor v0.13.0
6362026-07-29T15:46:35.914Z Downloaded progenitor v0.14.0
6372026-07-29T15:46:35.914Z Downloaded rpassword v7.5.4
6382026-07-29T15:46:35.914Z Downloaded void v1.0.2
6392026-07-29T15:46:35.918Z Downloaded utf8_iter v1.0.4
6402026-07-29T15:46:35.922Z Downloaded rustls-pemfile v2.2.0
6412026-07-29T15:46:35.922Z Downloaded zone_cfg_derive v0.3.1
6422026-07-29T15:46:35.926Z Downloaded serde_derive_internals v0.29.1
6432026-07-29T15:46:35.926Z Downloaded slog-dtrace v0.3.0
6442026-07-29T15:46:35.929Z Downloaded fatfs v0.3.6
6452026-07-29T15:46:35.929Z Downloaded snafu-derive v0.8.9
6462026-07-29T15:46:35.934Z Downloaded bzip2 v0.4.4
6472026-07-29T15:46:35.934Z Downloaded cancel-safe-futures v0.1.5
6482026-07-29T15:46:35.934Z Downloaded console v0.16.2
6492026-07-29T15:46:35.937Z Downloaded bs58 v0.5.1
6502026-07-29T15:46:35.937Z Downloaded buf-list v1.1.2
6512026-07-29T15:46:35.937Z Downloaded generic-array v1.4.3
6522026-07-29T15:46:35.937Z Downloaded rusty-fork v0.3.1
6532026-07-29T15:46:35.941Z Downloaded schemars_derive v0.8.22
6542026-07-29T15:46:35.941Z Downloaded universal-hash v0.5.1
6552026-07-29T15:46:35.941Z Downloaded universal-hash v0.6.1
6562026-07-29T15:46:35.941Z Downloaded ciborium v0.2.2
6572026-07-29T15:46:35.941Z Downloaded colored v3.1.1
6582026-07-29T15:46:35.946Z Downloaded anstream v0.6.21
6592026-07-29T15:46:35.946Z Downloaded clang-sys v1.8.1
6602026-07-29T15:46:35.946Z Downloaded chacha20 v0.10.0
6612026-07-29T15:46:35.952Z Downloaded shlex v1.3.0
6622026-07-29T15:46:35.952Z Downloaded num_enum_derive v0.7.6
6632026-07-29T15:46:35.952Z Downloaded postcard v1.1.3
6642026-07-29T15:46:35.952Z Downloaded serdect v0.4.3
6652026-07-29T15:46:35.952Z Downloaded crc-catalog v2.4.0
6662026-07-29T15:46:35.952Z Downloaded spki v0.7.3
6672026-07-29T15:46:35.956Z Downloaded tokio-native-tls v0.3.1
6682026-07-29T15:46:35.956Z Downloaded tokio-test v0.4.5
6692026-07-29T15:46:35.956Z Downloaded blake2 v0.10.6
6702026-07-29T15:46:35.956Z Downloaded darling_macro v0.21.3
6712026-07-29T15:46:35.956Z Downloaded cpubits v0.1.1
6722026-07-29T15:46:35.960Z Downloaded termios v0.3.3
6732026-07-29T15:46:35.960Z Downloaded backon v1.6.0
6742026-07-29T15:46:35.960Z Downloaded pkcs1 v0.8.0-rc.4
6752026-07-29T15:46:35.960Z Downloaded defmt v0.3.100
6762026-07-29T15:46:35.960Z Downloaded tiny-keccak v2.0.2
6772026-07-29T15:46:35.974Z Downloaded parking_lot v0.11.2
6782026-07-29T15:46:35.974Z Downloaded parking_lot_core v0.9.12
6792026-07-29T15:46:35.974Z Downloaded httparse v1.10.1
6802026-07-29T15:46:35.980Z Downloaded futures v0.3.32
6812026-07-29T15:46:35.980Z Downloaded slog-json v2.6.1
6822026-07-29T15:46:35.980Z Downloaded dunce v1.0.5
6832026-07-29T15:46:35.980Z Downloaded dyn-clone v1.0.20
6842026-07-29T15:46:35.983Z Downloaded sec1 v0.8.1
6852026-07-29T15:46:35.987Z Downloaded display-error-chain v0.2.2
6862026-07-29T15:46:35.987Z Downloaded unicase v2.9.0
6872026-07-29T15:46:35.991Z Downloaded is-terminal v0.4.17
6882026-07-29T15:46:35.991Z Downloaded downcast-rs v2.0.2
6892026-07-29T15:46:35.996Z Downloaded dof v0.4.0
6902026-07-29T15:46:35.996Z Downloaded lazy_static v1.5.0
6912026-07-29T15:46:35.996Z Downloaded maybe-uninit v2.0.0
6922026-07-29T15:46:36.000Z Downloaded newtype_derive v0.1.6
6932026-07-29T15:46:36.000Z Downloaded rustversion v1.0.22
6942026-07-29T15:46:36.000Z Downloaded walkdir v2.5.0
6952026-07-29T15:46:36.000Z Downloaded maplit v1.0.2
6962026-07-29T15:46:36.006Z Downloaded sha2 v0.11.0
6972026-07-29T15:46:36.006Z Downloaded heapless v0.7.17
6982026-07-29T15:46:36.010Z Downloaded const-oid v0.9.6
6992026-07-29T15:46:36.010Z Downloaded const-oid v0.10.2
7002026-07-29T15:46:36.010Z Downloaded embedded-io v0.4.0
7012026-07-29T15:46:36.010Z Downloaded ident_case v1.0.1
7022026-07-29T15:46:36.010Z Downloaded unit-prefix v0.5.2
7032026-07-29T15:46:36.010Z Downloaded vergen-lib v9.1.0
7042026-07-29T15:46:36.010Z Downloaded internet-checksum v0.2.1
7052026-07-29T15:46:36.013Z Downloaded kem v0.3.0
7062026-07-29T15:46:36.017Z Downloaded nodrop v0.1.14
7072026-07-29T15:46:36.017Z Downloaded omicron-zone-package v0.12.3
7082026-07-29T15:46:36.025Z Downloaded cstr-argument v0.1.2
7092026-07-29T15:46:36.028Z Downloaded ctutils v0.4.2
7102026-07-29T15:46:36.028Z Downloaded match_cfg v0.1.0
7112026-07-29T15:46:36.028Z Downloaded chacha20poly1305 v0.10.1
7122026-07-29T15:46:36.028Z Downloaded managed v0.8.0
7132026-07-29T15:46:36.028Z Downloaded num_threads v0.1.7
7142026-07-29T15:46:36.029Z Downloaded openssl-probe v0.2.1
7152026-07-29T15:46:36.029Z Downloaded bytes v1.11.1
7162026-07-29T15:46:36.029Z Downloaded pkcs5 v0.8.1
7172026-07-29T15:46:36.032Z Downloaded tls_codec_derive v0.4.2
7182026-07-29T15:46:36.032Z Downloaded daft v0.1.7
7192026-07-29T15:46:36.032Z Downloaded num-traits v0.2.19
7202026-07-29T15:46:36.036Z Downloaded pem-rfc7468 v0.7.0
7212026-07-29T15:46:36.036Z Downloaded serde_cbor v0.11.2
7222026-07-29T15:46:36.036Z Downloaded compact_str v0.8.1
7232026-07-29T15:46:36.039Z Downloaded derive_builder_core v0.20.2
7242026-07-29T15:46:36.043Z Downloaded rand_xorshift v0.4.0
7252026-07-29T15:46:36.046Z Downloaded password-hash v0.6.1
7262026-07-29T15:46:36.046Z Downloaded phf_shared v0.12.1
7272026-07-29T15:46:36.046Z Downloaded flume v0.11.1
7282026-07-29T15:46:36.046Z Downloaded powerfmt v0.2.0
7292026-07-29T15:46:36.050Z Downloaded proc-macro-crate v1.3.1
7302026-07-29T15:46:36.053Z Downloaded proc-macro-error-attr2 v2.0.0
7312026-07-29T15:46:36.057Z Downloaded rustc_version v0.4.1
7322026-07-29T15:46:36.062Z Downloaded getrandom v0.3.4
7332026-07-29T15:46:36.062Z Downloaded scopeguard v1.2.0
7342026-07-29T15:46:36.066Z Downloaded async-compression v0.4.41
7352026-07-29T15:46:36.070Z Downloaded rcgen v0.12.1
7362026-07-29T15:46:36.073Z Downloaded ingot-types v0.2.0
7372026-07-29T15:46:36.076Z Downloaded either v1.15.0
7382026-07-29T15:46:36.080Z Downloaded recursive v0.1.1
7392026-07-29T15:46:36.080Z Downloaded sapling-renderdag v0.1.0
7402026-07-29T15:46:36.083Z Downloaded serde_urlencoded v0.7.1
7412026-07-29T15:46:36.083Z Downloaded libloading v0.8.9
7422026-07-29T15:46:36.083Z Downloaded secrecy v0.10.3
7432026-07-29T15:46:36.083Z Downloaded signal-hook-tokio v0.3.1
7442026-07-29T15:46:36.083Z Downloaded signature v2.2.0
7452026-07-29T15:46:36.091Z Downloaded half v2.7.1
7462026-07-29T15:46:36.096Z Downloaded const_format v0.2.35
7472026-07-29T15:46:36.096Z Downloaded sponge-cursor v0.1.0
7482026-07-29T15:46:36.096Z Downloaded vergen v9.1.0
7492026-07-29T15:46:36.100Z Downloaded libsw-core v0.3.2
7502026-07-29T15:46:36.100Z Downloaded openssl-sys v0.9.115
7512026-07-29T15:46:36.103Z Downloaded take_mut v0.2.2
7522026-07-29T15:46:36.107Z Downloaded delegate v0.13.5
7532026-07-29T15:46:36.107Z Downloaded password-hash v0.5.0
7542026-07-29T15:46:36.107Z Downloaded base64 v0.21.7
7552026-07-29T15:46:36.110Z Downloaded yasna v0.5.2
7562026-07-29T15:46:36.110Z Downloaded termtree v0.5.1
7572026-07-29T15:46:36.110Z Downloaded signal-hook v0.3.18
7582026-07-29T15:46:36.114Z Downloaded num-rational v0.4.2
7592026-07-29T15:46:36.114Z Downloaded headers v0.4.1
7602026-07-29T15:46:36.119Z Downloaded toml v0.7.8
7612026-07-29T15:46:36.119Z Downloaded usdt-macro v0.6.0
7622026-07-29T15:46:36.119Z Downloaded bumpalo v3.20.2
7632026-07-29T15:46:36.122Z Downloaded pem v3.0.6
7642026-07-29T15:46:36.123Z Downloaded darling v0.21.3
7652026-07-29T15:46:36.126Z Downloaded primeorder v0.13.6
7662026-07-29T15:46:36.126Z Downloaded pkcs8 v0.10.2
7672026-07-29T15:46:36.126Z Downloaded unicode-xid v0.2.6
7682026-07-29T15:46:36.130Z Downloaded primeorder v0.14.0
7692026-07-29T15:46:36.135Z Downloaded yoke-derive v0.8.1
7702026-07-29T15:46:36.135Z Downloaded zerofrom v0.1.6
7712026-07-29T15:46:36.135Z Downloaded zeroize_derive v1.5.0
7722026-07-29T15:46:36.139Z Downloaded cpufeatures v0.3.0
7732026-07-29T15:46:36.139Z Downloaded tungstenite v0.21.0
7742026-07-29T15:46:36.142Z Downloaded heapless v0.8.0
7752026-07-29T15:46:36.142Z Downloaded serde_path_to_error v0.1.20
7762026-07-29T15:46:36.151Z Downloaded prettyplease v0.2.37
7772026-07-29T15:46:36.156Z Downloaded rayon-core v1.13.0
7782026-07-29T15:46:36.160Z Downloaded crc8 v0.1.1
7792026-07-29T15:46:36.160Z Downloaded defmt-parser v1.0.0
7802026-07-29T15:46:36.161Z Downloaded curve25519-dalek-derive v0.1.1
7812026-07-29T15:46:36.161Z Downloaded digest v0.11.3
7822026-07-29T15:46:36.161Z Downloaded rand_seeder v0.4.0
7832026-07-29T15:46:36.161Z Downloaded diesel_table_macro_syntax v0.3.0
7842026-07-29T15:46:36.161Z Downloaded dirs-next v2.0.0
7852026-07-29T15:46:36.164Z Downloaded hickory-resolver v0.24.4
7862026-07-29T15:46:36.171Z Downloaded ml-kem v0.3.2
7872026-07-29T15:46:36.174Z Downloaded base64 v0.22.1
7882026-07-29T15:46:36.174Z Downloaded cc v1.2.56
7892026-07-29T15:46:36.178Z Downloaded strum_macros v0.27.2
7902026-07-29T15:46:36.185Z Downloaded slog-scope v4.4.1
7912026-07-29T15:46:36.185Z Downloaded slog-stdlog v4.1.1
7922026-07-29T15:46:36.185Z Downloaded ssh-encoding v0.3.0
7932026-07-29T15:46:36.185Z Downloaded illumos-nvpair-sys v0.2.0
7942026-07-29T15:46:36.189Z Downloaded stringprep v0.1.5
7952026-07-29T15:46:36.189Z Downloaded synstructure v0.13.2
7962026-07-29T15:46:36.189Z Downloaded md5 v0.8.0
7972026-07-29T15:46:36.189Z Downloaded lzss v0.8.2
7982026-07-29T15:46:36.189Z Downloaded md-5 v0.10.6
7992026-07-29T15:46:36.190Z Downloaded new_debug_unreachable v1.0.6
8002026-07-29T15:46:36.190Z Downloaded time-macros v0.2.27
8012026-07-29T15:46:36.190Z Downloaded tokio-tungstenite v0.23.1
8022026-07-29T15:46:36.190Z Downloaded string_cache v0.8.9
8032026-07-29T15:46:36.190Z Downloaded slog-term v2.9.2
8042026-07-29T15:46:36.193Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8052026-07-29T15:46:36.193Z Downloaded lru-slab v0.1.2
8062026-07-29T15:46:36.193Z Downloaded nibble_vec v0.1.0
8072026-07-29T15:46:36.196Z Downloaded subprocess v0.2.15
8082026-07-29T15:46:36.200Z Downloaded darling v0.23.0
8092026-07-29T15:46:36.200Z Downloaded pkcs1 v0.7.5
8102026-07-29T15:46:36.203Z Downloaded toml_writer v1.1.1+spec-1.1.0
8112026-07-29T15:46:36.203Z Downloaded wyz v0.5.1
8122026-07-29T15:46:36.207Z Downloaded zone v0.3.1
8132026-07-29T15:46:36.210Z Downloaded tui-tree-widget v0.23.1
8142026-07-29T15:46:36.210Z Downloaded openssl-probe v0.1.6
8152026-07-29T15:46:36.210Z Downloaded vsss-rs v3.3.4
8162026-07-29T15:46:36.214Z Downloaded hashbrown v0.13.2
8172026-07-29T15:46:36.214Z Downloaded flate2 v1.1.9
8182026-07-29T15:46:36.217Z Downloaded convert_case v0.10.0
8192026-07-29T15:46:36.217Z Downloaded packed_struct_codegen v0.10.1
8202026-07-29T15:46:36.217Z Downloaded parse-size v1.1.0
8212026-07-29T15:46:36.220Z Downloaded http v1.4.2
8222026-07-29T15:46:36.220Z Downloaded critical-section v1.2.0
8232026-07-29T15:46:36.224Z Downloaded crossbeam-deque v0.8.6
8242026-07-29T15:46:36.227Z Downloaded typify v0.6.2
8252026-07-29T15:46:36.230Z Downloaded icu_properties v2.1.2
8262026-07-29T15:46:36.230Z Downloaded potential_utf v0.1.4
8272026-07-29T15:46:36.230Z Downloaded hickory-resolver v0.25.2
8282026-07-29T15:46:36.234Z Downloaded indexmap v1.9.3
8292026-07-29T15:46:36.234Z Downloaded schemars v1.2.1
8302026-07-29T15:46:36.242Z Downloaded expectorate v1.2.0
8312026-07-29T15:46:36.245Z Downloaded csv-core v0.1.13
8322026-07-29T15:46:36.245Z Downloaded debug-ignore v1.0.5
8332026-07-29T15:46:36.245Z Downloaded daft-derive v0.1.7
8342026-07-29T15:46:36.248Z Downloaded der_derive v0.7.3
8352026-07-29T15:46:36.248Z Downloaded inout v0.2.2
8362026-07-29T15:46:36.248Z Downloaded progenitor-macro v0.13.0
8372026-07-29T15:46:36.252Z Downloaded progenitor-macro v0.14.0
8382026-07-29T15:46:36.252Z Downloaded rustc-hash v2.1.1
8392026-07-29T15:46:36.256Z Downloaded libefi-sys v0.1.0
8402026-07-29T15:46:36.260Z Downloaded serde-big-array v0.5.1
8412026-07-29T15:46:36.260Z Downloaded num-bigint v0.4.6
8422026-07-29T15:46:36.260Z Downloaded serde_spanned v1.1.1
8432026-07-29T15:46:36.263Z Downloaded strum v0.26.3
8442026-07-29T15:46:36.263Z Downloaded num-complex v0.4.6
8452026-07-29T15:46:36.267Z Downloaded zerotrie v0.2.3
8462026-07-29T15:46:36.267Z Downloaded hickory-server v0.25.2
8472026-07-29T15:46:36.273Z Downloaded impl-trait-for-tuples v0.2.3
8482026-07-29T15:46:36.273Z Downloaded serde_repr v0.1.20
8492026-07-29T15:46:36.277Z Downloaded term v1.2.1
8502026-07-29T15:46:36.277Z Downloaded tls_codec v0.4.2
8512026-07-29T15:46:36.277Z Downloaded steno v0.4.1
8522026-07-29T15:46:36.277Z Downloaded ipnet v2.11.0
8532026-07-29T15:46:36.280Z Downloaded oxide-update-engine-types v0.1.2
8542026-07-29T15:46:36.280Z Downloaded libsw v3.5.0
8552026-07-29T15:46:36.280Z Downloaded prefix-trie v0.7.0
8562026-07-29T15:46:36.287Z Downloaded rand_core v0.9.5
8572026-07-29T15:46:36.287Z Downloaded oxnet v0.1.6
8582026-07-29T15:46:36.292Z Downloaded signal-hook-mio v0.2.5
8592026-07-29T15:46:36.292Z Downloaded structmeta v0.3.0
8602026-07-29T15:46:36.292Z Downloaded structmeta-derive v0.3.0
8612026-07-29T15:46:36.292Z Downloaded untrusted v0.7.1
8622026-07-29T15:46:36.292Z Downloaded tracing-attributes v0.1.31
8632026-07-29T15:46:36.292Z Downloaded utf-8 v0.7.6
8642026-07-29T15:46:36.292Z Downloaded toml_edit v0.19.15
8652026-07-29T15:46:36.299Z Downloaded hashbrown v0.12.3
8662026-07-29T15:46:36.303Z Downloaded ron v0.8.1
8672026-07-29T15:46:36.306Z Downloaded qorb v0.4.1
8682026-07-29T15:46:36.309Z Downloaded num_enum v0.5.11
8692026-07-29T15:46:36.312Z Downloaded peg-macros v0.8.5
8702026-07-29T15:46:36.312Z Downloaded psl-types v2.0.11
8712026-07-29T15:46:36.312Z Downloaded thread-id v5.1.0
8722026-07-29T15:46:36.313Z Downloaded try-lock v0.2.5
8732026-07-29T15:46:36.313Z Downloaded progenitor-client v0.13.0
8742026-07-29T15:46:36.316Z Downloaded typify-macro v0.6.2
8752026-07-29T15:46:36.316Z Downloaded xshell-macros v0.2.7
8762026-07-29T15:46:36.316Z Downloaded wnaf v0.14.0
8772026-07-29T15:46:36.316Z Downloaded psm v0.1.30
8782026-07-29T15:46:36.320Z Downloaded ecdsa v0.17.0
8792026-07-29T15:46:36.320Z Downloaded peg v0.8.5
8802026-07-29T15:46:36.323Z Downloaded phc v0.6.1
8812026-07-29T15:46:36.328Z Downloaded dirs-sys-next v0.1.2
8822026-07-29T15:46:36.328Z Downloaded scrypt v0.12.0
8832026-07-29T15:46:36.335Z Downloaded slog v2.8.2
8842026-07-29T15:46:36.339Z Downloaded crossbeam-channel v0.5.15
8852026-07-29T15:46:36.339Z Downloaded indent_write v2.2.0
8862026-07-29T15:46:36.339Z Downloaded yansi v1.0.1
8872026-07-29T15:46:36.342Z Downloaded mime v0.3.17
8882026-07-29T15:46:36.343Z Downloaded ena v0.14.4
8892026-07-29T15:46:36.343Z Downloaded inout v0.1.4
8902026-07-29T15:46:36.343Z Downloaded jobserver v0.1.34
8912026-07-29T15:46:36.346Z Downloaded spki v0.8.0
8922026-07-29T15:46:36.346Z Downloaded der v0.7.10
8932026-07-29T15:46:36.349Z Downloaded lru v0.12.5
8942026-07-29T15:46:36.349Z Downloaded num v0.4.3
8952026-07-29T15:46:36.349Z Downloaded p384 v0.14.0
8962026-07-29T15:46:36.353Z Downloaded lalrpop-util v0.19.12
8972026-07-29T15:46:36.356Z Downloaded slab v0.4.12
8982026-07-29T15:46:36.356Z Downloaded slog-async v2.8.0
8992026-07-29T15:46:36.362Z Downloaded pkcs8 v0.11.0
9002026-07-29T15:46:36.366Z Downloaded tokio-dtrace v0.1.1
9012026-07-29T15:46:36.366Z Downloaded unicode-truncate v1.1.0
9022026-07-29T15:46:36.369Z Downloaded uzers v0.12.2
9032026-07-29T15:46:36.369Z Downloaded thiserror-no-std v2.0.2
9042026-07-29T15:46:36.373Z Downloaded peg-runtime v0.8.5
9052026-07-29T15:46:36.377Z Downloaded zerovec-derive v0.11.2
9062026-07-29T15:46:36.377Z Downloaded oso-derive v0.27.3
9072026-07-29T15:46:36.377Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-07-29T15:46:36.380Z Downloaded vte v0.14.1
9092026-07-29T15:46:36.383Z Downloaded hashbrown v0.16.1
9102026-07-29T15:46:36.387Z Downloaded corncobs v0.1.4
9112026-07-29T15:46:36.387Z Downloaded x509-cert v0.2.5
9122026-07-29T15:46:36.394Z Downloaded rustc_version v0.1.7
9132026-07-29T15:46:36.394Z Downloaded serde_plain v1.0.2
9142026-07-29T15:46:36.394Z Downloaded icu_collections v2.1.1
9152026-07-29T15:46:36.397Z Downloaded indicatif v0.18.4
9162026-07-29T15:46:36.397Z Downloaded jiff-static v0.2.21
9172026-07-29T15:46:36.402Z Downloaded poly1305 v0.9.0
9182026-07-29T15:46:36.402Z Downloaded serde_bytes v0.11.19
9192026-07-29T15:46:36.402Z Downloaded drift v0.2.0
9202026-07-29T15:46:36.406Z Downloaded tabwriter v1.4.1
9212026-07-29T15:46:36.409Z Downloaded tap v1.0.1
9222026-07-29T15:46:36.409Z Downloaded data-encoding v2.10.0
9232026-07-29T15:46:36.409Z Downloaded rustyline v14.0.0
9242026-07-29T15:46:36.413Z Downloaded strip-ansi-escapes v0.2.1
9252026-07-29T15:46:36.413Z Downloaded derive-ex v0.1.8
9262026-07-29T15:46:36.413Z Downloaded dropshot-api-manager-types v0.7.2
9272026-07-29T15:46:36.423Z Downloaded ecdsa v0.16.9
9282026-07-29T15:46:36.423Z Downloaded usdt v0.6.0
9292026-07-29T15:46:36.423Z Downloaded want v0.3.1
9302026-07-29T15:46:36.423Z Downloaded diesel-dtrace v0.5.0
9312026-07-29T15:46:36.426Z Downloaded ed25519 v2.2.3
9322026-07-29T15:46:36.426Z Downloaded linear-map v1.2.0
9332026-07-29T15:46:36.426Z Downloaded spin v0.9.8
9342026-07-29T15:46:36.426Z Downloaded derive_more-impl v2.1.1
9352026-07-29T15:46:36.426Z Downloaded keccak v0.2.0
9362026-07-29T15:46:36.426Z Downloaded nanorand v0.7.0
9372026-07-29T15:46:36.427Z Downloaded nu-ansi-term v0.50.3
9382026-07-29T15:46:36.430Z Downloaded module-lattice v0.2.3
9392026-07-29T15:46:36.433Z Downloaded crunchy v0.2.4
9402026-07-29T15:46:36.437Z Downloaded litrs v1.0.0
9412026-07-29T15:46:36.440Z Downloaded tungstenite v0.23.0
9422026-07-29T15:46:36.440Z Downloaded aes-gcm v0.11.0
9432026-07-29T15:46:36.444Z Downloaded unicode-segmentation v1.12.0
9442026-07-29T15:46:36.444Z Downloaded port-file v0.1.0
9452026-07-29T15:46:36.448Z Downloaded progenitor-client v0.14.0
9462026-07-29T15:46:36.448Z Downloaded publicsuffix v2.3.0
9472026-07-29T15:46:36.448Z Downloaded rustls-webpki v0.103.13
9482026-07-29T15:46:36.452Z Downloaded phf v0.12.1
9492026-07-29T15:46:36.452Z Downloaded predicates v3.1.4
9502026-07-29T15:46:36.452Z Downloaded darling_macro v0.23.0
9512026-07-29T15:46:36.455Z Downloaded scuffle v0.1.0
9522026-07-29T15:46:36.455Z Downloaded tokio-tungstenite v0.21.0
9532026-07-29T15:46:36.465Z Downloaded sec1 v0.7.3
9542026-07-29T15:46:36.468Z Downloaded crossbeam-epoch v0.9.18
9552026-07-29T15:46:36.468Z Downloaded digest-io v0.1.0
9562026-07-29T15:46:36.468Z Downloaded lru-cache v0.1.2
9572026-07-29T15:46:36.472Z Downloaded signal-hook-registry v1.4.8
9582026-07-29T15:46:36.477Z Downloaded rand_core v0.6.4
9592026-07-29T15:46:36.481Z Downloaded rustls-pki-types v1.14.0
9602026-07-29T15:46:36.481Z Downloaded smf v0.2.3
9612026-07-29T15:46:36.487Z Downloaded support-bundle-viewer v0.1.2
9622026-07-29T15:46:36.487Z Downloaded vergen-gitcl v1.0.8
9632026-07-29T15:46:36.487Z Downloaded zip v4.6.1
9642026-07-29T15:46:36.491Z Downloaded darling v0.20.11
9652026-07-29T15:46:36.492Z Downloaded libscf-sys v1.2.0
9662026-07-29T15:46:36.492Z Downloaded num_enum_derive v0.5.11
9672026-07-29T15:46:36.495Z Downloaded icu_normalizer v2.1.1
9682026-07-29T15:46:36.498Z Downloaded phf_shared v0.11.3
9692026-07-29T15:46:36.499Z Downloaded rfc6979 v0.4.0
9702026-07-29T15:46:36.499Z Downloaded russh-util v0.52.0
9712026-07-29T15:46:36.499Z Downloaded sha1 v0.11.0
9722026-07-29T15:46:36.502Z Downloaded sqlparser_derive v0.5.0
9732026-07-29T15:46:36.505Z Downloaded subtle v2.6.1
9742026-07-29T15:46:36.510Z Downloaded native-tls v0.2.18
9752026-07-29T15:46:36.510Z Downloaded ingot-macros v0.2.0
9762026-07-29T15:46:36.514Z Downloaded writeable v0.6.2
9772026-07-29T15:46:36.514Z Downloaded pretty_assertions v1.4.1
9782026-07-29T15:46:36.518Z Downloaded uuid v1.23.4
9792026-07-29T15:46:36.518Z Downloaded precomputed-hash v0.1.1
9802026-07-29T15:46:36.521Z Downloaded tokio-macros v2.7.0
9812026-07-29T15:46:36.521Z Downloaded crc v3.4.0
9822026-07-29T15:46:36.521Z Downloaded scheduled-thread-pool v0.2.7
9832026-07-29T15:46:36.525Z Downloaded ref-cast-impl v1.0.25
9842026-07-29T15:46:36.526Z Downloaded hkdf v0.13.0
9852026-07-29T15:46:36.526Z Downloaded same-file v1.0.6
9862026-07-29T15:46:36.526Z Downloaded siphasher v1.0.2
9872026-07-29T15:46:36.529Z Downloaded hyper v1.10.1
9882026-07-29T15:46:36.529Z Downloaded futures-util v0.3.32
9892026-07-29T15:46:36.534Z Downloaded diesel_derives v2.3.7
9902026-07-29T15:46:36.537Z Downloaded toml v1.1.2+spec-1.1.0
9912026-07-29T15:46:36.542Z Downloaded pin-project-lite v0.2.17
9922026-07-29T15:46:36.545Z Downloaded parking_lot_core v0.8.6
9932026-07-29T15:46:36.545Z Downloaded ctr v0.10.1
9942026-07-29T15:46:36.545Z Downloaded time-core v0.1.8
9952026-07-29T15:46:36.545Z Downloaded wait-timeout v0.2.1
9962026-07-29T15:46:36.548Z Downloaded waitgroup v0.1.2
9972026-07-29T15:46:36.548Z Downloaded zerofrom-derive v0.1.6
9982026-07-29T15:46:36.549Z Downloaded pbkdf2 v0.13.0
9992026-07-29T15:46:36.549Z Downloaded nom v7.1.3
10002026-07-29T15:46:36.555Z Downloaded mio v1.2.0
10012026-07-29T15:46:36.558Z Downloaded crypto-common v0.2.2
10022026-07-29T15:46:36.562Z Downloaded indoc v1.0.9
10032026-07-29T15:46:36.562Z Downloaded owo-colors v4.3.0
10042026-07-29T15:46:36.562Z Downloaded multimap v0.10.1
10052026-07-29T15:46:36.566Z Downloaded linked-hash-map v0.5.6
10062026-07-29T15:46:36.569Z Downloaded tokio-rustls v0.26.4
10072026-07-29T15:46:36.569Z Downloaded derive_more v0.99.20
10082026-07-29T15:46:36.575Z Downloaded icu_provider v2.1.1
10092026-07-29T15:46:36.575Z Downloaded tokio-postgres v0.7.16
10102026-07-29T15:46:36.581Z Downloaded hashbrown v0.15.5
10112026-07-29T15:46:36.585Z Downloaded sqlformat v0.3.5
10122026-07-29T15:46:36.588Z Downloaded crossterm v0.28.1
10132026-07-29T15:46:36.591Z Downloaded ssh-key v0.7.0-rc.11
10142026-07-29T15:46:36.595Z Downloaded toml_parser v1.1.2+spec-1.1.0
10152026-07-29T15:46:36.595Z Downloaded h2 v0.4.15
10162026-07-29T15:46:36.598Z Downloaded hkdf v0.12.4
10172026-07-29T15:46:36.598Z Downloaded des v0.9.0
10182026-07-29T15:46:36.601Z Downloaded indoc v2.0.7
10192026-07-29T15:46:36.601Z Downloaded usdt-attr-macro v0.6.0
10202026-07-29T15:46:36.601Z Downloaded zerocopy v0.6.6
10212026-07-29T15:46:36.605Z Downloaded zstd-safe v7.2.4
10222026-07-29T15:46:36.605Z Downloaded progenitor-extras v0.2.0
10232026-07-29T15:46:36.605Z Downloaded percent-encoding v2.3.2
10242026-07-29T15:46:36.608Z Downloaded ref-cast v1.0.25
10252026-07-29T15:46:36.608Z Downloaded signature v3.0.0
10262026-07-29T15:46:36.608Z Downloaded rand_chacha v0.9.0
10272026-07-29T15:46:36.614Z Downloaded tabled_derive v0.11.0
10282026-07-29T15:46:36.614Z Downloaded zip v0.6.6
10292026-07-29T15:46:36.614Z Downloaded darling_core v0.23.0
10302026-07-29T15:46:36.618Z Downloaded snafu v0.8.9
10312026-07-29T15:46:36.618Z Downloaded url v2.5.8
10322026-07-29T15:46:36.622Z Downloaded schemars v0.8.22
10332026-07-29T15:46:36.626Z Downloaded similar v2.7.0
10342026-07-29T15:46:36.629Z Downloaded tar v0.4.46
10352026-07-29T15:46:36.629Z Downloaded oso v0.27.3
10362026-07-29T15:46:36.634Z Downloaded sha1 v0.10.6
10372026-07-29T15:46:36.634Z Downloaded tower-service v0.3.3
10382026-07-29T15:46:36.634Z Downloaded rsa v0.9.10
10392026-07-29T15:46:36.638Z Downloaded iana-time-zone v0.1.65
10402026-07-29T15:46:36.638Z Downloaded smallvec v1.15.1
10412026-07-29T15:46:36.638Z Downloaded multer v3.1.0
10422026-07-29T15:46:36.643Z Downloaded ryu v1.0.23
10432026-07-29T15:46:36.643Z Downloaded dtrace-parser v0.3.0
10442026-07-29T15:46:36.643Z Downloaded opaque-debug v0.3.1
10452026-07-29T15:46:36.648Z Downloaded crucible-workspace-hack v0.1.0
10462026-07-29T15:46:36.648Z Downloaded is_ci v1.2.0
10472026-07-29T15:46:36.648Z Downloaded memoffset v0.9.1
10482026-07-29T15:46:36.648Z Downloaded crossterm v0.29.0
10492026-07-29T15:46:36.653Z Downloaded ipnetwork v0.21.1
10502026-07-29T15:46:36.657Z Downloaded quinn-udp v0.5.14
10512026-07-29T15:46:36.657Z Downloaded postgres-protocol v0.6.10
10522026-07-29T15:46:36.660Z Downloaded illumos-nvpair v0.3.0
10532026-07-29T15:46:36.666Z Downloaded tinyvec_macros v0.1.1
10542026-07-29T15:46:36.670Z Downloaded tinyvec v1.10.0
10552026-07-29T15:46:36.673Z Downloaded rawzip v0.4.4
10562026-07-29T15:46:36.676Z Downloaded term v0.7.0
10572026-07-29T15:46:36.680Z Downloaded rfc6979 v0.6.0
10582026-07-29T15:46:36.680Z Downloaded serde_with_macros v1.5.2
10592026-07-29T15:46:36.680Z Downloaded tokio-stream v0.1.18
10602026-07-29T15:46:36.697Z Downloaded packed_struct v0.10.1
10612026-07-29T15:46:36.698Z Downloaded sigpipe v0.1.3
10622026-07-29T15:46:36.698Z Downloaded simd-adler32 v0.3.8
10632026-07-29T15:46:36.698Z Downloaded rustls-native-certs v0.8.3
10642026-07-29T15:46:36.698Z Downloaded strum_macros v0.24.3
10652026-07-29T15:46:36.698Z Downloaded zerocopy-derive v0.8.40
10662026-07-29T15:46:36.698Z Downloaded progenitor-impl v0.14.0
10672026-07-29T15:46:36.698Z Downloaded dropshot_endpoint v0.17.1
10682026-07-29T15:46:36.701Z Downloaded p521 v0.14.0
10692026-07-29T15:46:36.701Z Downloaded tinystr v0.8.2
10702026-07-29T15:46:36.705Z Downloaded embedded-io v0.6.1
10712026-07-29T15:46:36.705Z Downloaded normalize-line-endings v0.3.0
10722026-07-29T15:46:36.705Z Downloaded path-slash v0.1.5
10732026-07-29T15:46:36.708Z Downloaded derive_builder v0.20.2
10742026-07-29T15:46:36.708Z Downloaded salsa20 v0.11.0
10752026-07-29T15:46:36.711Z Downloaded aws-lc-rs v1.16.3
10762026-07-29T15:46:36.715Z Downloaded derive-where v1.6.0
10772026-07-29T15:46:36.718Z Downloaded instant v0.1.13
10782026-07-29T15:46:36.718Z Downloaded itertools v0.10.5
10792026-07-29T15:46:36.722Z Downloaded itertools v0.13.0
10802026-07-29T15:46:36.725Z Downloaded libxml v0.3.3
10812026-07-29T15:46:36.728Z Downloaded samael v0.0.19
10822026-07-29T15:46:36.732Z Downloaded zstd v0.13.3
10832026-07-29T15:46:36.732Z Downloaded serde_with v1.14.0
10842026-07-29T15:46:36.736Z Downloaded defmt-macros v1.0.1
10852026-07-29T15:46:36.740Z Downloaded dsl_auto_type v0.2.0
10862026-07-29T15:46:36.740Z Downloaded num-integer v0.1.46
10872026-07-29T15:46:36.740Z Downloaded unicode-properties v0.1.4
10882026-07-29T15:46:36.741Z Downloaded diff v0.1.13
10892026-07-29T15:46:36.744Z Downloaded der v0.8.0
10902026-07-29T15:46:36.744Z Downloaded stable_deref_trait v1.2.1
10912026-07-29T15:46:36.744Z Downloaded scroll v0.13.0
10922026-07-29T15:46:36.748Z Downloaded document-features v0.2.12
10932026-07-29T15:46:36.748Z Downloaded unicode-normalization v0.1.25
10942026-07-29T15:46:36.751Z Downloaded stacker v0.1.23
10952026-07-29T15:46:36.754Z Downloaded vergen-lib v0.1.6
10962026-07-29T15:46:36.758Z Downloaded secrecy v0.8.0
10972026-07-29T15:46:36.758Z Downloaded rand_core v0.10.0
10982026-07-29T15:46:36.761Z Downloaded trait-variant v0.1.2
10992026-07-29T15:46:36.761Z Downloaded darling_macro v0.13.4
11002026-07-29T15:46:36.761Z Downloaded supports-color v3.0.2
11012026-07-29T15:46:36.761Z Downloaded newtype-uuid-macros v0.1.0
11022026-07-29T15:46:36.766Z Downloaded crypto-bigint v0.5.5
11032026-07-29T15:46:36.769Z Downloaded idna v1.1.0
11042026-07-29T15:46:36.774Z Downloaded crc-any v2.5.0
11052026-07-29T15:46:36.777Z Downloaded openssl-macros v0.1.1
11062026-07-29T15:46:36.777Z Downloaded papergrid v0.17.0
11072026-07-29T15:46:36.777Z Downloaded vergen-git2 v9.1.0
11082026-07-29T15:46:36.781Z Downloaded ed25519 v3.0.0
11092026-07-29T15:46:36.781Z Downloaded darling v0.13.4
11102026-07-29T15:46:36.781Z Downloaded seq-macro v0.3.6
11112026-07-29T15:46:36.781Z Downloaded darling_core v0.20.11
11122026-07-29T15:46:36.788Z Downloaded num-conv v0.2.0
11132026-07-29T15:46:36.794Z Downloaded kstat-rs v0.2.4
11142026-07-29T15:46:36.797Z Downloaded icu_locale_core v2.1.1
11152026-07-29T15:46:36.806Z Downloaded zeroize v1.9.0
11162026-07-29T15:46:36.809Z Downloaded progenitor-impl v0.13.0
11172026-07-29T15:46:36.813Z Downloaded proc-macro-error2 v2.0.1
11182026-07-29T15:46:36.813Z Downloaded serde-hex v0.1.0
11192026-07-29T15:46:36.816Z Downloaded darling_macro v0.20.11
11202026-07-29T15:46:36.816Z Downloaded displaydoc v0.2.5
11212026-07-29T15:46:36.816Z Downloaded slog-bunyan v2.5.0
11222026-07-29T15:46:36.820Z Downloaded predicates-core v1.0.10
11232026-07-29T15:46:36.820Z Downloaded rand_pcg v0.10.2
11242026-07-29T15:46:36.820Z Downloaded rayon v1.11.0
11252026-07-29T15:46:36.823Z Downloaded elliptic-curve v0.13.8
11262026-07-29T15:46:36.826Z Downloaded hyper-util v0.1.20
11272026-07-29T15:46:36.830Z Downloaded reqwest v0.13.2
11282026-07-29T15:46:36.833Z Downloaded static_assertions v1.1.0
11292026-07-29T15:46:36.833Z Downloaded cookie v0.18.1
11302026-07-29T15:46:36.837Z Downloaded rand v0.9.2
11312026-07-29T15:46:36.837Z Downloaded rustls-platform-verifier v0.6.2
11322026-07-29T15:46:36.840Z Downloaded pin-project-internal v1.1.11
11332026-07-29T15:46:36.840Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-07-29T15:46:36.840Z Downloaded idna_adapter v1.2.1
11352026-07-29T15:46:36.847Z Downloaded elliptic-curve v0.14.1
11362026-07-29T15:46:36.847Z Downloaded memmap2 v0.9.10
11372026-07-29T15:46:36.847Z Downloaded parking_lot v0.12.5
11382026-07-29T15:46:36.851Z Downloaded postgres-types v0.2.12
11392026-07-29T15:46:36.851Z Downloaded scroll_derive v0.13.1
11402026-07-29T15:46:36.851Z Downloaded derive_builder_macro v0.20.2
11412026-07-29T15:46:36.851Z Downloaded difflib v0.4.0
11422026-07-29T15:46:36.851Z Downloaded smallvec v0.6.14
11432026-07-29T15:46:36.851Z Downloaded num-iter v0.1.45
11442026-07-29T15:46:36.851Z Downloaded resolv-conf v0.7.6
11452026-07-29T15:46:36.851Z Downloaded newline-converter v0.3.0
11462026-07-29T15:46:36.851Z Downloaded strum_macros v0.26.4
11472026-07-29T15:46:36.851Z Downloaded ed25519-dalek v3.0.0
11482026-07-29T15:46:36.855Z Downloaded mime_guess v2.0.5
11492026-07-29T15:46:36.855Z Downloaded rand_chacha v0.3.1
11502026-07-29T15:46:36.855Z Downloaded rtoolbox v0.0.3
11512026-07-29T15:46:36.855Z Downloaded testing_table v0.3.0
11522026-07-29T15:46:36.858Z Downloaded xattr v1.6.1
11532026-07-29T15:46:36.858Z Downloaded lock_api v0.4.14
11542026-07-29T15:46:36.858Z Downloaded ingot v0.2.1
11552026-07-29T15:46:36.858Z Downloaded untrusted v0.9.0
11562026-07-29T15:46:36.858Z Downloaded poly1305 v0.8.0
11572026-07-29T15:46:36.863Z Downloaded libbz2-rs-sys v0.2.2
11582026-07-29T15:46:36.866Z Downloaded xshell v0.2.7
11592026-07-29T15:46:36.867Z Downloaded deranged v0.5.8
11602026-07-29T15:46:36.867Z Downloaded ssh-cipher v0.3.0
11612026-07-29T15:46:36.871Z Downloaded keccak v0.1.6
11622026-07-29T15:46:36.871Z Downloaded unarray v0.1.4
11632026-07-29T15:46:36.876Z Downloaded paste v1.0.15
11642026-07-29T15:46:36.876Z Downloaded instability v0.3.11
11652026-07-29T15:46:36.877Z Downloaded pkg-config v0.3.32
11662026-07-29T15:46:36.880Z Downloaded ed25519-dalek v2.2.0
11672026-07-29T15:46:36.880Z Downloaded litemap v0.8.1
11682026-07-29T15:46:36.886Z Downloaded winnow v0.6.26
11692026-07-29T15:46:36.890Z Downloaded socket2 v0.5.10
11702026-07-29T15:46:36.893Z Downloaded whoami v1.6.1
11712026-07-29T15:46:36.893Z Downloaded twox-hash v2.1.2
11722026-07-29T15:46:36.893Z Downloaded thread_local v1.1.9
11732026-07-29T15:46:36.896Z Downloaded num_enum v0.7.6
11742026-07-29T15:46:36.899Z Downloaded defmt v1.0.1
11752026-07-29T15:46:36.899Z Downloaded darling_core v0.13.4
11762026-07-29T15:46:36.903Z Downloaded crossbeam-utils v0.8.21
11772026-07-29T15:46:36.903Z Downloaded newtype-uuid v1.3.2
11782026-07-29T15:46:36.903Z Downloaded git2 v0.20.4
11792026-07-29T15:46:36.908Z Downloaded yoke v0.8.1
11802026-07-29T15:46:36.912Z Downloaded blake3 v1.8.5
11812026-07-29T15:46:36.915Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-07-29T15:46:36.918Z Downloaded miniz_oxide v0.8.9
11832026-07-29T15:46:36.918Z Downloaded pin-project v1.1.11
11842026-07-29T15:46:36.923Z Downloaded darling_core v0.21.3
11852026-07-29T15:46:36.926Z Downloaded whoami v2.1.0
11862026-07-29T15:46:36.933Z Downloaded cookie_store v0.22.1
11872026-07-29T15:46:36.950Z Downloaded crc32fast v1.5.0
11882026-07-29T15:46:36.954Z Downloaded usdt-impl v0.6.0
11892026-07-29T15:46:36.957Z Downloaded bitvec v1.0.1
11902026-07-29T15:46:36.965Z Downloaded unicode_categories v0.1.1
11912026-07-29T15:46:36.968Z Downloaded reqwest v0.12.28
11922026-07-29T15:46:36.972Z Downloaded serde_with_macros v3.21.0
11932026-07-29T15:46:36.972Z Downloaded minimal-lexical v0.2.1
11942026-07-29T15:46:36.975Z Downloaded test-strategy v0.4.5
11952026-07-29T15:46:36.978Z Downloaded unicode-bidi v0.3.18
11962026-07-29T15:46:36.978Z Downloaded tower v0.5.3
11972026-07-29T15:46:36.982Z Downloaded bindgen v0.71.1
11982026-07-29T15:46:36.986Z Downloaded quick-xml v0.37.5
11992026-07-29T15:46:36.989Z Downloaded schemars v0.9.0
12002026-07-29T15:46:36.996Z Downloaded unsafe-libyaml v0.2.11
12012026-07-29T15:46:36.999Z Downloaded goblin v0.10.5
12022026-07-29T15:46:37.003Z Downloaded radix_trie v0.2.1
12032026-07-29T15:46:37.007Z Downloaded tokio-util v0.7.18
12042026-07-29T15:46:37.010Z Downloaded winnow v1.0.3
12052026-07-29T15:46:37.014Z Downloaded ignore v0.4.25
12062026-07-29T15:46:37.017Z Downloaded icu_normalizer_data v2.1.1
12072026-07-29T15:46:37.017Z Downloaded serde_with v3.21.0
12082026-07-29T15:46:37.025Z Downloaded proptest v1.11.0
12092026-07-29T15:46:37.028Z Downloaded reedline v0.40.0
12102026-07-29T15:46:37.032Z Downloaded iddqd v0.4.2
12112026-07-29T15:46:37.037Z Downloaded internal-russh-num-bigint v0.5.0
12122026-07-29T15:46:37.041Z Downloaded zopfli v0.8.3
12132026-07-29T15:46:37.044Z Downloaded typed-path v0.9.3
12142026-07-29T15:46:37.044Z Downloaded chrono v0.4.45
12152026-07-29T15:46:37.048Z Downloaded time v0.3.47
12162026-07-29T15:46:37.055Z Downloaded tracing-core v0.1.36
12172026-07-29T15:46:37.059Z Downloaded itertools v0.12.1
12182026-07-29T15:46:37.062Z Downloaded quinn v0.11.9
12192026-07-29T15:46:37.062Z Downloaded zerovec v0.11.5
12202026-07-29T15:46:37.066Z Downloaded p256 v0.14.0
12212026-07-29T15:46:37.069Z Downloaded primefield v0.14.0
12222026-07-29T15:46:37.069Z Downloaded socket2 v0.6.3
12232026-07-29T15:46:37.069Z Downloaded salty v0.3.0
12242026-07-29T15:46:37.073Z Downloaded nom v8.0.0
12252026-07-29T15:46:37.076Z Downloaded sha3 v0.12.0
12262026-07-29T15:46:37.080Z Downloaded rand v0.10.1
12272026-07-29T15:46:37.080Z Downloaded rand v0.8.6
12282026-07-29T15:46:37.083Z Downloaded serde_yaml v0.9.34+deprecated
12292026-07-29T15:46:37.083Z Downloaded tower-http v0.6.8
12302026-07-29T15:46:37.087Z Downloaded portable-atomic v1.13.1
12312026-07-29T15:46:37.091Z Downloaded russh v0.62.4
12322026-07-29T15:46:37.096Z Downloaded petname v2.0.2
12332026-07-29T15:46:37.099Z Downloaded iri-string v0.7.10
12342026-07-29T15:46:37.103Z Downloaded num-bigint-dig v0.8.6
12352026-07-29T15:46:37.107Z Downloaded derive_more v2.1.1
12362026-07-29T15:46:37.112Z Downloaded vcpkg v0.2.15
12372026-07-29T15:46:37.135Z Downloaded tough v0.22.0
12382026-07-29T15:46:37.139Z Downloaded rsa v0.10.0-rc.18
12392026-07-29T15:46:37.142Z Downloaded winnow v0.5.40
12402026-07-29T15:46:37.147Z Downloaded dropshot-api-manager v0.7.2
12412026-07-29T15:46:37.172Z Downloaded itertools v0.14.0
12422026-07-29T15:46:37.177Z Downloaded libm v0.2.16
12432026-07-29T15:46:37.182Z Downloaded regex v1.12.3
12442026-07-29T15:46:37.190Z Downloaded icu_properties_data v2.1.2
12452026-07-29T15:46:37.212Z Downloaded smoltcp v0.9.1
12462026-07-29T15:46:37.231Z Downloaded zlib-rs v0.6.2
12472026-07-29T15:46:37.235Z Downloaded crypto-primes v0.7.2
12482026-07-29T15:46:37.250Z Downloaded zerocopy v0.8.40
12492026-07-29T15:46:37.255Z Downloaded nix v0.31.2
12502026-07-29T15:46:37.262Z Downloaded hickory-proto v0.24.4
12512026-07-29T15:46:37.270Z Downloaded quinn-proto v0.11.16
12522026-07-29T15:46:37.274Z Downloaded hickory-proto v0.25.2
12532026-07-29T15:46:37.282Z Downloaded object v0.37.3
12542026-07-29T15:46:37.288Z Downloaded moka v0.12.13
12552026-07-29T15:46:37.293Z Downloaded nix v0.28.0
12562026-07-29T15:46:37.299Z Downloaded openssl v0.10.79
12572026-07-29T15:46:37.306Z Downloaded sqlparser v0.61.0
12582026-07-29T15:46:37.310Z Downloaded lalrpop v0.19.12
12592026-07-29T15:46:37.319Z Downloaded nix v0.27.1
12602026-07-29T15:46:37.332Z Downloaded sled v0.34.7
12612026-07-29T15:46:37.338Z Downloaded itertools v0.15.0
12622026-07-29T15:46:37.343Z Downloaded bstr v1.12.1
12632026-07-29T15:46:37.348Z Downloaded object v0.30.4
12642026-07-29T15:46:37.353Z Downloaded regress v0.11.1
12652026-07-29T15:46:37.363Z Downloaded p384 v0.13.1
12662026-07-29T15:46:37.366Z Downloaded ratatui v0.29.0
12672026-07-29T15:46:37.377Z Downloaded tabled v0.20.0
12682026-07-29T15:46:37.387Z Downloaded sha3 v0.11.0
12692026-07-29T15:46:37.399Z Downloaded curve25519-dalek v5.0.0
12702026-07-29T15:46:37.406Z Downloaded typify-impl v0.6.2
12712026-07-29T15:46:37.415Z Downloaded polar-core v0.27.3
12722026-07-29T15:46:37.421Z Downloaded dropshot v0.17.1
12732026-07-29T15:46:37.437Z Downloaded openapiv3 v2.2.0
12742026-07-29T15:46:37.445Z Downloaded rustix v0.38.44
12752026-07-29T15:46:37.457Z Downloaded crypto-bigint v0.7.5
12762026-07-29T15:46:37.466Z Downloaded regress v0.10.5
12772026-07-29T15:46:37.477Z Downloaded curve25519-dalek v4.1.3
12782026-07-29T15:46:37.485Z Downloaded regex-syntax v0.8.10
12792026-07-29T15:46:37.489Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-07-29T15:46:37.499Z Downloaded regex-syntax v0.6.29
12812026-07-29T15:46:37.523Z Downloaded smoltcp v0.11.0
12822026-07-29T15:46:37.531Z Downloaded libz-sys v1.1.24
12832026-07-29T15:46:37.543Z Downloaded tracing v0.1.44
12842026-07-29T15:46:37.556Z Downloaded csv v1.4.0
12852026-07-29T15:46:37.568Z Downloaded sha3 v0.10.8
12862026-07-29T15:46:37.571Z Downloaded petgraph v0.8.3
12872026-07-29T15:46:37.584Z Downloaded tokio v1.52.1
12882026-07-29T15:46:37.608Z Downloaded rustls v0.23.41
12892026-07-29T15:46:37.614Z Downloaded zerocopy-derive v0.6.6
12902026-07-29T15:46:37.620Z Downloaded encoding_rs v0.8.35
12912026-07-29T15:46:37.633Z Downloaded diesel v2.3.7
12922026-07-29T15:46:37.644Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-07-29T15:46:37.651Z Downloaded regex-automata v0.4.14
12942026-07-29T15:46:37.665Z Downloaded chrono-tz v0.10.4
12952026-07-29T15:46:37.682Z Downloaded jiff v0.2.21
12962026-07-29T15:46:37.693Z Downloaded petgraph v0.6.5
12972026-07-29T15:46:37.853Z Downloaded ring v0.17.14
12982026-07-29T15:46:37.921Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-07-29T15:46:38.462Z Downloaded aws-lc-sys v0.40.0
13002026-07-29T15:46:38.721Z Compiling libc v0.2.185
13012026-07-29T15:46:38.721Z Compiling serde_core v1.0.228
13022026-07-29T15:46:38.726Z Compiling serde v1.0.228
13032026-07-29T15:46:38.726Z Compiling log v0.4.29
13042026-07-29T15:46:38.726Z Compiling smallvec v1.15.1
13052026-07-29T15:46:38.726Z Compiling find-msvc-tools v0.1.9
13062026-07-29T15:46:38.726Z Compiling shlex v1.3.0
13072026-07-29T15:46:38.726Z Compiling subtle v2.6.1
13082026-07-29T15:46:38.726Z Compiling stable_deref_trait v1.2.1
13092026-07-29T15:46:38.894Z Compiling scopeguard v1.2.0
13102026-07-29T15:46:38.906Z Compiling typenum v1.20.1
13112026-07-29T15:46:38.909Z Compiling serde_json v1.0.151
13122026-07-29T15:46:38.942Z Compiling portable-atomic v1.13.1
13132026-07-29T15:46:38.946Z Compiling zerocopy v0.8.40
13142026-07-29T15:46:38.956Z Compiling syn v2.0.117
13152026-07-29T15:46:38.969Z Compiling parking_lot_core v0.9.12
13162026-07-29T15:46:38.983Z Compiling pin-project-lite v0.2.17
13172026-07-29T15:46:39.066Z Compiling lock_api v0.4.14
13182026-07-29T15:46:39.069Z Compiling pkg-config v0.3.32
13192026-07-29T15:46:39.099Z Compiling critical-section v1.2.0
13202026-07-29T15:46:39.138Z Compiling libm v0.2.16
13212026-07-29T15:46:39.156Z Compiling getrandom v0.4.1
13222026-07-29T15:46:39.173Z Compiling num-traits v0.2.19
13232026-07-29T15:46:39.216Z Compiling futures-core v0.3.32
13242026-07-29T15:46:39.219Z Compiling rand_core v0.10.0
13252026-07-29T15:46:39.259Z Compiling generic-array v0.14.7
13262026-07-29T15:46:39.276Z Compiling percent-encoding v2.3.2
13272026-07-29T15:46:39.340Z Compiling litemap v0.8.1
13282026-07-29T15:46:39.388Z Compiling writeable v0.6.2
13292026-07-29T15:46:39.419Z Compiling const-oid v0.9.6
13302026-07-29T15:46:39.447Z Compiling icu_normalizer_data v2.1.1
13312026-07-29T15:46:39.494Z Compiling icu_properties_data v2.1.2
13322026-07-29T15:46:39.539Z Compiling futures-sink v0.3.32
13332026-07-29T15:46:39.567Z Compiling futures-io v0.3.32
13342026-07-29T15:46:39.571Z Compiling futures-task v0.3.32
13352026-07-29T15:46:39.597Z Compiling slab v0.4.12
13362026-07-29T15:46:39.612Z Compiling utf8_iter v1.0.4
13372026-07-29T15:46:39.657Z Compiling futures-channel v0.3.32
13382026-07-29T15:46:39.670Z Compiling form_urlencoded v1.2.2
13392026-07-29T15:46:39.696Z Compiling getrandom v0.3.4
13402026-07-29T15:46:39.742Z Compiling rustversion v1.0.22
13412026-07-29T15:46:39.772Z Compiling dunce v1.0.5
13422026-07-29T15:46:39.775Z Compiling rustix v1.1.3
13432026-07-29T15:46:39.802Z Compiling jobserver v0.1.34
13442026-07-29T15:46:39.817Z Compiling errno v0.3.14
13452026-07-29T15:46:39.832Z Compiling getrandom v0.2.17
13462026-07-29T15:46:39.893Z Compiling mio v1.2.0
13472026-07-29T15:46:39.896Z Compiling socket2 v0.6.3
13482026-07-29T15:46:39.919Z Compiling ident_case v1.0.1
13492026-07-29T15:46:39.986Z Compiling rand_core v0.6.4
13502026-07-29T15:46:40.056Z Compiling cc v1.2.56
13512026-07-29T15:46:40.158Z Compiling once_cell v1.21.3
13522026-07-29T15:46:40.198Z Compiling signal-hook-registry v1.4.8
13532026-07-29T15:46:40.213Z Compiling parking_lot v0.12.5
13542026-07-29T15:46:40.254Z Compiling iana-time-zone v0.1.65
13552026-07-29T15:46:40.269Z Compiling fs_extra v1.3.0
13562026-07-29T15:46:40.298Z Compiling regex-syntax v0.8.10
13572026-07-29T15:46:40.397Z Compiling base64 v0.22.1
13582026-07-29T15:46:40.412Z Compiling vcpkg v0.2.15
13592026-07-29T15:46:40.440Z Compiling base64ct v1.8.3
13602026-07-29T15:46:40.474Z Compiling tracing-core v0.1.36
13612026-07-29T15:46:40.490Z Compiling flagset v0.4.7
13622026-07-29T15:46:40.505Z Compiling aws-lc-rs v1.16.3
13632026-07-29T15:46:40.565Z Compiling rand_core v0.9.5
13642026-07-29T15:46:40.617Z Compiling httparse v1.10.1
13652026-07-29T15:46:40.641Z Compiling schemars v0.8.22
13662026-07-29T15:46:40.668Z Compiling dyn-clone v1.0.20
13672026-07-29T15:46:40.683Z Compiling pem-rfc7468 v0.7.0
13682026-07-29T15:46:40.751Z Compiling openssl-probe v0.2.1
13692026-07-29T15:46:40.754Z Compiling cmov v0.5.4
13702026-07-29T15:46:40.821Z Compiling tinyvec_macros v0.1.1
13712026-07-29T15:46:40.837Z Compiling aho-corasick v1.1.4
13722026-07-29T15:46:40.863Z Compiling cmake v0.1.57
13732026-07-29T15:46:40.901Z Compiling tinyvec v1.10.0
13742026-07-29T15:46:40.916Z Compiling tower-layer v0.3.3
13752026-07-29T15:46:40.930Z Compiling atomic-waker v1.1.2
13762026-07-29T15:46:40.966Z Compiling ctutils v0.4.2
13772026-07-29T15:46:40.988Z Compiling tower-service v0.3.3
13782026-07-29T15:46:41.020Z Compiling try-lock v0.2.5
13792026-07-29T15:46:41.020Z Compiling untrusted v0.7.1
13802026-07-29T15:46:41.075Z Compiling cpufeatures v0.2.17
13812026-07-29T15:46:41.105Z Compiling bitflags v2.11.0
13822026-07-29T15:46:41.108Z Compiling semver v1.0.28
13832026-07-29T15:46:41.158Z Compiling indexmap v2.14.0
13842026-07-29T15:46:41.170Z Compiling uuid v1.23.4
13852026-07-29T15:46:41.176Z Compiling want v0.3.1
13862026-07-29T15:46:41.176Z Compiling foreign-types-shared v0.1.1
13872026-07-29T15:46:41.230Z Compiling rustls v0.23.41
13882026-07-29T15:46:41.269Z Compiling httpdate v1.0.3
13892026-07-29T15:46:41.285Z Compiling openssl v0.10.79
13902026-07-29T15:46:41.314Z Compiling untrusted v0.9.0
13912026-07-29T15:46:41.352Z Compiling rustc_version v0.4.1
13922026-07-29T15:46:41.367Z Compiling foreign-types v0.3.2
13932026-07-29T15:46:41.382Z Compiling unicode-normalization v0.1.25
13942026-07-29T15:46:41.422Z Compiling spin v0.9.8
13952026-07-29T15:46:41.457Z Compiling num-conv v0.2.0
13962026-07-29T15:46:41.460Z Compiling crc32fast v1.5.0
13972026-07-29T15:46:41.494Z Compiling powerfmt v0.2.0
13982026-07-29T15:46:41.547Z Compiling time-core v0.1.8
13992026-07-29T15:46:41.659Z Compiling native-tls v0.2.18
14002026-07-29T15:46:41.687Z Compiling wait-timeout v0.2.1
14012026-07-29T15:46:41.705Z Compiling deranged v0.5.8
14022026-07-29T15:46:41.749Z Compiling sync_wrapper v1.0.2
14032026-07-29T15:46:41.769Z Compiling time-macros v0.2.27
14042026-07-29T15:46:41.785Z Compiling num_threads v0.1.7
14052026-07-29T15:46:41.788Z Compiling aws-lc-sys v0.40.0
14062026-07-29T15:46:41.815Z Compiling openssl-sys v0.9.115
14072026-07-29T15:46:41.871Z Compiling regex-automata v0.4.14
14082026-07-29T15:46:41.897Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-07-29T15:46:41.912Z Compiling quick-error v1.2.3
14102026-07-29T15:46:41.941Z Compiling siphasher v1.0.2
14112026-07-29T15:46:41.975Z Compiling syn v1.0.109
14122026-07-29T15:46:41.987Z Compiling synstructure v0.13.2
14132026-07-29T15:46:41.990Z Compiling serde_derive_internals v0.29.1
14142026-07-29T15:46:42.033Z Compiling pest_generator v2.8.6
14152026-07-29T15:46:42.147Z Compiling darling_core v0.20.11
14162026-07-29T15:46:42.304Z Compiling tempfile v3.25.0
14172026-07-29T15:46:42.335Z Compiling simd-adler32 v0.3.8
14182026-07-29T15:46:42.588Z Compiling crossbeam-utils v0.8.21
14192026-07-29T15:46:42.607Z Compiling bit-vec v0.8.0
14202026-07-29T15:46:42.611Z Compiling usdt-impl v0.6.0
14212026-07-29T15:46:42.655Z Compiling rusty-fork v0.3.1
14222026-07-29T15:46:42.786Z Compiling darling_core v0.23.0
14232026-07-29T15:46:42.789Z Compiling bzip2-sys v0.1.13+1.0.8
14242026-07-29T15:46:42.789Z Compiling heapless v0.7.17
14252026-07-29T15:46:42.862Z Compiling bit-set v0.8.0
14262026-07-29T15:46:42.879Z Compiling slog v2.8.2
14272026-07-29T15:46:42.900Z Compiling time v0.3.47
14282026-07-29T15:46:42.938Z Compiling rand_xorshift v0.4.0
14292026-07-29T15:46:42.952Z Compiling thread-id v5.1.0
14302026-07-29T15:46:42.971Z Compiling cookie v0.18.1
14312026-07-29T15:46:42.986Z Compiling paste v1.0.15
14322026-07-29T15:46:43.001Z Compiling ryu v1.0.23
14332026-07-29T15:46:43.046Z Compiling anyhow v1.0.102
14342026-07-29T15:46:43.050Z Compiling iri-string v0.7.10
14352026-07-29T15:46:43.075Z Compiling adler2 v2.0.1
14362026-07-29T15:46:43.090Z Compiling zstd-safe v7.2.4
14372026-07-29T15:46:43.105Z Compiling unarray v0.1.4
14382026-07-29T15:46:43.124Z Compiling allocator-api2 v0.2.21
14392026-07-29T15:46:43.179Z Compiling signal-hook v0.3.18
14402026-07-29T15:46:43.198Z Compiling unicode-properties v0.1.4
14412026-07-29T15:46:43.223Z Compiling unicode-bidi v0.3.18
14422026-07-29T15:46:43.292Z Compiling miniz_oxide v0.8.9
14432026-07-29T15:46:43.436Z Compiling camino v1.2.2
14442026-07-29T15:46:43.472Z Compiling curve25519-dalek v4.1.3
14452026-07-29T15:46:43.617Z Compiling stringprep v0.1.5
14462026-07-29T15:46:43.745Z Compiling serde_derive v1.0.228
14472026-07-29T15:46:43.771Z Compiling zeroize_derive v1.5.0
14482026-07-29T15:46:43.823Z Compiling zerofrom-derive v0.1.6
14492026-07-29T15:46:43.838Z Compiling yoke-derive v0.8.1
14502026-07-29T15:46:43.915Z Compiling zerovec-derive v0.11.2
14512026-07-29T15:46:43.930Z Compiling zerocopy-derive v0.8.40
14522026-07-29T15:46:44.071Z Compiling displaydoc v0.2.5
14532026-07-29T15:46:44.085Z Compiling tokio-macros v2.7.0
14542026-07-29T15:46:44.454Z Compiling zeroize v1.9.0
14552026-07-29T15:46:44.508Z Compiling futures-macro v0.3.32
14562026-07-29T15:46:44.551Z Compiling tracing-attributes v0.1.31
14572026-07-29T15:46:44.670Z Compiling der_derive v0.7.3
14582026-07-29T15:46:44.871Z Compiling thiserror-impl v2.0.18
14592026-07-29T15:46:44.875Z Compiling rustls-pki-types v1.14.0
14602026-07-29T15:46:45.049Z Compiling schemars_derive v0.8.22
14612026-07-29T15:46:45.067Z Compiling hybrid-array v0.4.13
14622026-07-29T15:46:45.227Z Compiling crypto-common v0.1.7
14632026-07-29T15:46:45.293Z Compiling zerofrom v0.1.6
14642026-07-29T15:46:45.381Z Compiling futures-util v0.3.32
14652026-07-29T15:46:45.385Z Compiling block-buffer v0.10.4
14662026-07-29T15:46:45.408Z Compiling pest_derive v2.8.6
14672026-07-29T15:46:45.423Z Compiling yoke v0.8.1
14682026-07-29T15:46:45.439Z Compiling scroll_derive v0.13.1
14692026-07-29T15:46:45.578Z Compiling digest v0.10.7
14702026-07-29T15:46:45.625Z Compiling zerovec v0.11.5
14712026-07-29T15:46:45.723Z Compiling zerotrie v0.2.3
14722026-07-29T15:46:45.891Z Compiling der v0.7.10
14732026-07-29T15:46:45.904Z Compiling darling_macro v0.20.11
14742026-07-29T15:46:45.920Z Compiling openssl-macros v0.1.1
14752026-07-29T15:46:45.985Z Compiling tracing v0.1.44
14762026-07-29T15:46:46.086Z Compiling hmac v0.12.1
14772026-07-29T15:46:46.154Z Compiling tinystr v0.8.2
14782026-07-29T15:46:46.210Z Compiling potential_utf v0.1.4
14792026-07-29T15:46:46.263Z Compiling sha2 v0.10.9
14802026-07-29T15:46:46.279Z Compiling scroll_derive v0.12.1
14812026-07-29T15:46:46.362Z Compiling icu_locale_core v2.1.1
14822026-07-29T15:46:46.379Z Compiling icu_collections v2.1.1
14832026-07-29T15:46:46.393Z Compiling thiserror v2.0.18
14842026-07-29T15:46:46.393Z Compiling scroll v0.13.0
14852026-07-29T15:46:46.421Z Compiling thiserror-impl v1.0.69
14862026-07-29T15:46:46.456Z Compiling darling v0.20.11
14872026-07-29T15:46:46.511Z Compiling dtrace-parser v0.3.0
14882026-07-29T15:46:46.551Z Compiling derive_builder_core v0.20.2
14892026-07-29T15:46:46.699Z Compiling goblin v0.10.5
14902026-07-29T15:46:46.871Z Compiling spki v0.7.3
14912026-07-29T15:46:46.976Z Compiling scroll v0.12.0
14922026-07-29T15:46:47.096Z Compiling icu_provider v2.1.1
14932026-07-29T15:46:47.121Z Compiling pkcs8 v0.10.2
14942026-07-29T15:46:47.262Z Compiling signature v2.2.0
14952026-07-29T15:46:47.265Z Compiling md-5 v0.10.6
14962026-07-29T15:46:47.277Z Compiling bytes v1.11.1
14972026-07-29T15:46:47.355Z Compiling icu_properties v2.1.2
14982026-07-29T15:46:47.409Z Compiling icu_normalizer v2.1.1
14992026-07-29T15:46:47.416Z Compiling chrono v0.4.45
15002026-07-29T15:46:47.419Z Compiling ipnet v2.11.0
15012026-07-29T15:46:47.446Z Compiling derive_builder_macro v0.20.2
15022026-07-29T15:46:47.463Z Compiling erased-serde v0.3.31
15032026-07-29T15:46:47.466Z Compiling serde_spanned v0.6.9
15042026-07-29T15:46:47.610Z Compiling hex v0.4.3
15052026-07-29T15:46:47.640Z Compiling serde_tokenstream v0.2.3
15062026-07-29T15:46:47.789Z Compiling tokio v1.52.1
15072026-07-29T15:46:47.805Z Compiling http v1.4.2
15082026-07-29T15:46:47.898Z Compiling thiserror v1.0.69
15092026-07-29T15:46:47.934Z Compiling serde_urlencoded v0.7.1
15102026-07-29T15:46:47.954Z Compiling toml_datetime v0.6.11
15112026-07-29T15:46:47.967Z Compiling block-buffer v0.12.1
15122026-07-29T15:46:47.983Z Compiling block-padding v0.4.2
15132026-07-29T15:46:47.987Z Compiling crypto-common v0.2.2
15142026-07-29T15:46:47.987Z Compiling darling_macro v0.23.0
15152026-07-29T15:46:48.025Z Compiling rustls-native-certs v0.8.3
15162026-07-29T15:46:48.159Z Compiling bstr v1.12.1
15172026-07-29T15:46:48.174Z Compiling async-trait v0.1.89
15182026-07-29T15:46:48.188Z Compiling pin-project-internal v1.1.11
15192026-07-29T15:46:48.211Z Compiling zerocopy-derive v0.7.35
15202026-07-29T15:46:48.317Z Compiling idna_adapter v1.2.1
15212026-07-29T15:46:48.478Z Compiling idna v1.1.0
15222026-07-29T15:46:48.494Z Compiling ppv-lite86 v0.2.21
15232026-07-29T15:46:48.519Z Compiling http-body v1.0.1
15242026-07-29T15:46:48.564Z Compiling vergen-lib v9.1.0
15252026-07-29T15:46:48.687Z Compiling http-body-util v0.1.3
15262026-07-29T15:46:48.758Z Compiling num-integer v0.1.46
15272026-07-29T15:46:48.804Z Compiling url v2.5.8
15282026-07-29T15:46:48.804Z Compiling rand_chacha v0.9.0
15292026-07-29T15:46:48.838Z Compiling rand_chacha v0.3.1
15302026-07-29T15:46:48.946Z Compiling hash32 v0.2.1
15312026-07-29T15:46:49.058Z Compiling rand v0.9.2
15322026-07-29T15:46:49.094Z Compiling memoffset v0.9.1
15332026-07-29T15:46:49.113Z Compiling encoding_rs v0.8.35
15342026-07-29T15:46:49.144Z Compiling mime v0.3.17
15352026-07-29T15:46:49.158Z Compiling ref-cast v1.0.25
15362026-07-29T15:46:49.212Z Compiling psl-types v2.0.11
15372026-07-29T15:46:49.306Z Compiling zlib-rs v0.6.2
15382026-07-29T15:46:49.349Z Compiling num-bigint-dig v0.8.6
15392026-07-29T15:46:49.416Z Compiling dof v0.4.0
15402026-07-29T15:46:49.430Z Compiling smoltcp v0.9.1
15412026-07-29T15:46:49.475Z Compiling litrs v1.0.0
15422026-07-29T15:46:49.541Z Compiling rustix v0.38.44
15432026-07-29T15:46:49.556Z Compiling fallible-iterator v0.2.0
15442026-07-29T15:46:49.607Z Compiling cfg_aliases v0.2.1
15452026-07-29T15:46:49.622Z Compiling proptest v1.11.0
15462026-07-29T15:46:49.692Z Compiling nix v0.31.2
15472026-07-29T15:46:49.804Z Compiling publicsuffix v2.3.0
15482026-07-29T15:46:49.818Z Compiling pin-project v1.1.11
15492026-07-29T15:46:49.833Z Compiling postgres-protocol v0.6.10
15502026-07-29T15:46:49.928Z Compiling zerocopy v0.7.35
15512026-07-29T15:46:49.989Z Compiling rand v0.8.6
15522026-07-29T15:46:50.003Z Compiling num-iter v0.1.45
15532026-07-29T15:46:50.007Z Compiling document-features v0.2.12
15542026-07-29T15:46:50.051Z Compiling darling v0.23.0
15552026-07-29T15:46:50.072Z Compiling ipnetwork v0.21.1
15562026-07-29T15:46:50.209Z Compiling inout v0.2.2
15572026-07-29T15:46:50.400Z Compiling oxnet v0.1.6
15582026-07-29T15:46:50.427Z Compiling derive_builder v0.20.2
15592026-07-29T15:46:50.525Z Compiling futures-executor v0.3.32
15602026-07-29T15:46:50.566Z Compiling hubpack_derive v0.1.1
15612026-07-29T15:46:50.580Z Compiling goblin v0.8.2
15622026-07-29T15:46:50.644Z Compiling regex v1.12.3
15632026-07-29T15:46:50.780Z Compiling snafu-derive v0.8.9
15642026-07-29T15:46:50.794Z Compiling strum_macros v0.27.2
15652026-07-29T15:46:50.811Z Compiling daft-derive v0.1.7
15662026-07-29T15:46:50.817Z Compiling curve25519-dalek-derive v0.1.1
15672026-07-29T15:46:50.856Z Compiling ref-cast-impl v1.0.25
15682026-07-29T15:46:51.051Z Compiling terminal_size v0.4.3
15692026-07-29T15:46:51.094Z Compiling phf_shared v0.13.1
15702026-07-29T15:46:51.205Z Compiling lazy_static v1.5.0
15712026-07-29T15:46:51.208Z Compiling cargo-platform v0.3.2
15722026-07-29T15:46:51.235Z Compiling anstyle-parse v0.2.7
15732026-07-29T15:46:51.250Z Compiling vergen v9.1.0
15742026-07-29T15:46:51.312Z Compiling ff v0.13.1
15752026-07-29T15:46:51.359Z Compiling fs-err v3.3.0
15762026-07-29T15:46:51.440Z Compiling ahash v0.8.12
15772026-07-29T15:46:51.457Z Compiling winnow v0.5.40
15782026-07-29T15:46:51.457Z Compiling bumpalo v3.20.2
15792026-07-29T15:46:51.488Z Compiling foldhash v0.1.5
15802026-07-29T15:46:51.504Z Compiling unicode-segmentation v1.12.0
15812026-07-29T15:46:51.508Z Compiling bitflags v1.3.2
15822026-07-29T15:46:51.535Z Compiling foldhash v0.2.0
15832026-07-29T15:46:51.563Z Compiling managed v0.8.0
15842026-07-29T15:46:51.584Z Compiling tokio-util v0.7.18
15852026-07-29T15:46:51.606Z Compiling tower v0.5.3
15862026-07-29T15:46:51.667Z Compiling tokio-native-tls v0.3.1
15872026-07-29T15:46:51.683Z Compiling base16ct v0.2.0
15882026-07-29T15:46:51.742Z Compiling object v0.37.3
15892026-07-29T15:46:51.776Z Compiling libbz2-rs-sys v0.2.2
15902026-07-29T15:46:51.793Z Compiling same-file v1.0.6
15912026-07-29T15:46:51.860Z Compiling sec1 v0.7.3
15922026-07-29T15:46:51.904Z Compiling walkdir v2.5.0
15932026-07-29T15:46:51.970Z Compiling hashbrown v0.16.1
15942026-07-29T15:46:52.024Z Compiling tower-http v0.6.8
15952026-07-29T15:46:52.108Z Compiling newtype-uuid v1.3.2
15962026-07-29T15:46:52.205Z Compiling flate2 v1.1.9
15972026-07-29T15:46:52.234Z Compiling bzip2 v0.6.1
15982026-07-29T15:46:52.465Z Compiling h2 v0.4.15
15992026-07-29T15:46:52.469Z Compiling daft v0.1.7
16002026-07-29T15:46:52.496Z Compiling zopfli v0.8.3
16012026-07-29T15:46:52.564Z Compiling hashbrown v0.15.5
16022026-07-29T15:46:52.598Z Compiling clap_builder v4.6.0
16032026-07-29T15:46:52.716Z Compiling group v0.13.0
16042026-07-29T15:46:52.736Z Compiling cargo_metadata v0.23.1
16052026-07-29T15:46:52.750Z Compiling snafu v0.8.9
16062026-07-29T15:46:52.782Z Compiling toml_edit v0.19.15
16072026-07-29T15:46:52.786Z Compiling anstream v0.6.21
16082026-07-29T15:46:52.826Z Compiling strum v0.27.2
16092026-07-29T15:46:52.915Z Compiling dof v0.3.0
16102026-07-29T15:46:52.931Z Compiling phf v0.13.1
16112026-07-29T15:46:53.103Z Compiling signal-hook-mio v0.2.5
16122026-07-29T15:46:53.135Z Compiling hubpack v0.1.2
16132026-07-29T15:46:53.148Z Compiling usdt-macro v0.6.0
16142026-07-29T15:46:53.164Z Compiling usdt-attr-macro v0.6.0
16152026-07-29T15:46:53.234Z Compiling cookie_store v0.22.1
16162026-07-29T15:46:53.366Z Compiling bzip2 v0.4.4
16172026-07-29T15:46:53.482Z Compiling futures v0.3.32
16182026-07-29T15:46:53.572Z Compiling cipher v0.5.2
16192026-07-29T15:46:53.588Z Compiling postgres-types v0.2.12
16202026-07-29T15:46:53.605Z Compiling serde_with_macros v3.21.0
16212026-07-29T15:46:53.909Z Compiling zstd v0.13.3
16222026-07-29T15:46:53.937Z Compiling globset v0.4.18
16232026-07-29T15:46:53.989Z Compiling dtrace-parser v0.2.0
16242026-07-29T15:46:54.004Z Compiling ed25519 v2.2.3
16252026-07-29T15:46:54.113Z Compiling pkcs1 v0.7.5
16262026-07-29T15:46:54.128Z Compiling serde_plain v1.0.2
16272026-07-29T15:46:54.156Z Compiling olpc-cjson v0.1.4
16282026-07-29T15:46:54.191Z Compiling serde-big-array v0.5.1
16292026-07-29T15:46:54.339Z Compiling hkdf v0.12.4
16302026-07-29T15:46:54.342Z Compiling crypto-bigint v0.5.5
16312026-07-29T15:46:54.368Z Compiling async-recursion v1.1.1
16322026-07-29T15:46:54.516Z Compiling clap_derive v4.6.1
16332026-07-29T15:46:54.516Z Compiling strum_macros v0.26.4
16342026-07-29T15:46:54.624Z Compiling enum-as-inner v0.6.1
16352026-07-29T15:46:54.731Z Compiling serde_repr v0.1.20
16362026-07-29T15:46:54.747Z Compiling phf_shared v0.11.3
16372026-07-29T15:46:54.769Z Compiling float-cmp v0.10.0
16382026-07-29T15:46:54.912Z Compiling pem v3.0.6
16392026-07-29T15:46:54.933Z Compiling thread-id v4.2.2
16402026-07-29T15:46:54.948Z Compiling memmap2 v0.9.10
16412026-07-29T15:46:55.032Z Compiling env_filter v1.0.0
16422026-07-29T15:46:55.052Z Compiling jiff v0.2.21
16432026-07-29T15:46:55.202Z Compiling static_assertions v1.1.0
16442026-07-29T15:46:55.222Z Compiling predicates-core v1.0.10
16452026-07-29T15:46:55.283Z Compiling whoami v2.1.0
16462026-07-29T15:46:55.297Z Compiling normalize-line-endings v0.3.0
16472026-07-29T15:46:55.333Z Compiling winnow v1.0.3
16482026-07-29T15:46:55.398Z Compiling typed-path v0.9.3
16492026-07-29T15:46:55.412Z Compiling fixedbitset v0.4.2
16502026-07-29T15:46:55.429Z Compiling difflib v0.4.0
16512026-07-29T15:46:55.432Z Compiling new_debug_unreachable v1.0.6
16522026-07-29T15:46:55.527Z Compiling keccak v0.1.6
16532026-07-29T15:46:55.593Z Compiling cpufeatures v0.3.0
16542026-07-29T15:46:55.621Z Compiling hyper v1.10.1
16552026-07-29T15:46:55.657Z Compiling data-encoding v2.10.0
16562026-07-29T15:46:55.685Z Compiling fixedbitset v0.5.7
16572026-07-29T15:46:55.700Z Compiling const-oid v0.10.2
16582026-07-29T15:46:55.714Z Compiling precomputed-hash v0.1.1
16592026-07-29T15:46:55.808Z Compiling either v1.15.0
16602026-07-29T15:46:55.915Z Compiling petgraph v0.8.3
16612026-07-29T15:46:56.006Z Compiling itertools v0.13.0
16622026-07-29T15:46:56.036Z Compiling hickory-proto v0.25.2
16632026-07-29T15:46:56.039Z Compiling digest v0.11.3
16642026-07-29T15:46:56.298Z Compiling string_cache v0.8.9
16652026-07-29T15:46:56.320Z Compiling sha3 v0.10.8
16662026-07-29T15:46:56.367Z Compiling strum v0.26.3
16672026-07-29T15:46:56.387Z Compiling predicates v3.1.4
16682026-07-29T15:46:56.402Z Compiling clap v4.6.1
16692026-07-29T15:46:56.501Z Compiling chacha20 v0.10.0
16702026-07-29T15:46:56.516Z Compiling toml_parser v1.1.2+spec-1.1.0
16712026-07-29T15:46:56.547Z Compiling petgraph v0.6.5
16722026-07-29T15:46:56.562Z Compiling tokio-postgres v0.7.16
16732026-07-29T15:46:56.663Z Compiling toml_edit v0.22.27
16742026-07-29T15:46:56.678Z Compiling elliptic-curve v0.13.8
16752026-07-29T15:46:56.794Z Compiling hyper-util v0.1.20
16762026-07-29T15:46:56.900Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-07-29T15:46:57.046Z Compiling env_logger v0.11.9
16782026-07-29T15:46:57.128Z Compiling usdt v0.6.0
16792026-07-29T15:46:57.175Z Compiling usdt-impl v0.5.0
16802026-07-29T15:46:57.260Z Compiling serde_with v3.21.0
16812026-07-29T15:46:57.283Z Compiling crossterm v0.28.1
16822026-07-29T15:46:57.414Z Compiling rsa v0.9.10
16832026-07-29T15:46:57.428Z Compiling ed25519-dalek v2.2.0
16842026-07-29T15:46:57.767Z Compiling zip v4.6.1
16852026-07-29T15:46:57.891Z Compiling toml v0.7.8
16862026-07-29T15:46:58.454Z Compiling hyper-tls v0.6.0
16872026-07-29T15:46:58.510Z Compiling zip v0.6.6
16882026-07-29T15:46:58.526Z Compiling iddqd v0.4.2
16892026-07-29T15:46:58.692Z Compiling reqwest v0.12.28
16902026-07-29T15:46:58.737Z Compiling tokio-stream v0.1.18
16912026-07-29T15:46:58.804Z Compiling heck v0.4.1
16922026-07-29T15:46:58.958Z Compiling similar v2.7.0
16932026-07-29T15:46:59.042Z Compiling buf-list v1.1.2
16942026-07-29T15:46:59.057Z Compiling byte-wrapper v0.1.0
16952026-07-29T15:46:59.093Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-07-29T15:46:59.216Z Compiling openapiv3 v2.2.0
16972026-07-29T15:46:59.268Z Compiling x509-cert v0.2.5
16982026-07-29T15:46:59.334Z Compiling crossbeam-epoch v0.9.18
16992026-07-29T15:46:59.404Z Compiling peg-runtime v0.8.5
17002026-07-29T15:46:59.420Z Compiling lalrpop-util v0.19.12
17012026-07-29T15:46:59.436Z Compiling thread_local v1.1.9
17022026-07-29T15:46:59.627Z Compiling slog-async v2.8.0
17032026-07-29T15:46:59.663Z Compiling crossbeam-channel v0.5.15
17042026-07-29T15:46:59.673Z Compiling filetime v0.2.27
17052026-07-29T15:46:59.697Z Compiling is-terminal v0.4.17
17062026-07-29T15:46:59.711Z Compiling take_mut v0.2.2
17072026-07-29T15:46:59.726Z Compiling term v1.2.1
17082026-07-29T15:46:59.801Z Compiling xattr v1.6.1
17092026-07-29T15:46:59.816Z Compiling camino-tempfile v1.4.1
17102026-07-29T15:46:59.962Z Compiling tar v0.4.46
17112026-07-29T15:47:00.161Z Compiling slog-term v2.9.2
17122026-07-29T15:47:17.711Z Compiling rustls-webpki v0.103.13
17132026-07-29T15:47:20.360Z Compiling tokio-rustls v0.26.4
17142026-07-29T15:47:20.365Z Compiling rustls-platform-verifier v0.6.2
17152026-07-29T15:47:20.365Z Compiling tough v0.22.0
17162026-07-29T15:47:20.564Z Compiling hyper-rustls v0.27.7
17172026-07-29T15:47:20.774Z Compiling reqwest v0.13.2
17182026-07-29T15:47:22.921Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-07-29T15:47:23.145Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-07-29T15:47:26.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.88s
17212026-07-29T15:47:26.167Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17222026-07-29T15:47:26.227ZJul 29 15:47:25.418 INFO Starting download, target: Clickhouse
17232026-07-29T15:47:26.227ZJul 29 15:47:25.418 INFO Starting download, target: DendriteStub
17242026-07-29T15:47:26.227ZJul 29 15:47:25.418 INFO Starting download, target: Cockroach
17252026-07-29T15:47:26.230ZJul 29 15:47:25.418 INFO Starting download, target: Console
17262026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Starting download, target: MaghemiteMgd
17272026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Starting download, target: MaghemiteDdmd
17282026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Starting download, target: TransceiverControl
17292026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-07-29T15:47:26.230ZJul 29 15:47:25.419 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-07-29T15:47:26.670ZJul 29 15:47:25.852 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-07-29T15:47:26.914ZJul 29 15:47:26.094 INFO Download complete, target: TransceiverControl
17382026-07-29T15:47:27.322ZJul 29 15:47:26.510 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-07-29T15:47:27.869ZJul 29 15:47:27.051 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-07-29T15:47:28.148ZJul 29 15:47:27.325 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-07-29T15:47:28.169ZJul 29 15:47:27.334 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-07-29T15:47:28.361ZJul 29 15:47:27.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-07-29T15:47:28.647ZJul 29 15:47:27.806 INFO Download complete, target: Console
17442026-07-29T15:47:28.794ZJul 29 15:47:27.985 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-07-29T15:47:28.795ZJul 29 15:47:27.985 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-07-29T15:47:29.217ZJul 29 15:47:28.406 INFO Download complete, target: MaghemiteDdmd
17472026-07-29T15:47:30.583ZJul 29 15:47:29.775 INFO Download complete, target: DendriteStub
17482026-07-29T15:47:30.801ZJul 29 15:47:29.987 INFO Download complete, target: MaghemiteMgd
17492026-07-29T15:47:33.551ZJul 29 15:47:32.741 INFO Checking that binary works, target: Cockroach
17502026-07-29T15:47:33.666ZJul 29 15:47:32.858 INFO Download complete, target: Cockroach
17512026-07-29T15:47:34.882ZJul 29 15:47:34.071 INFO Checking that binary works, target: Clickhouse
17522026-07-29T15:47:34.970ZJul 29 15:47:34.161 INFO Download complete, target: Clickhouse
17532026-07-29T15:47:34.976ZAll prerequisites installed successfully
17542026-07-29T15:47:34.980Z
17552026-07-29T15:47:34.980Zreal 1:48.391647455
17562026-07-29T15:47:34.980Zuser 6:34.098589953
17572026-07-29T15:47:34.980Zsys 1:37.080064032
17582026-07-29T15:47:34.980Ztrap 0.274085152
17592026-07-29T15:47:34.980Ztflt 0.923357903
17602026-07-29T15:47:34.980Zdflt 1.606156676
17612026-07-29T15:47:34.980Zkflt 0.026230326
17622026-07-29T15:47:34.980Zlock 25:24.404316838
17632026-07-29T15:47:34.980Zslp 17:51.517925475
17642026-07-29T15:47:34.981Zlat 25.002109809
17652026-07-29T15:47:34.981Zstop 3:14.189148657
17662026-07-29T15:47:34.981Z+ ptime -m cargo xtask download softnpu
17672026-07-29T15:47:35.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17682026-07-29T15:47:35.451Z Running `target/debug/xtask download softnpu`
17692026-07-29T15:47:36.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17702026-07-29T15:47:36.288Z Running `target/debug/xtask-downloader softnpu`
17712026-07-29T15:47:36.301ZJul 29 15:47:35.489 INFO Starting download, target: Softnpu
17722026-07-29T15:47:36.301ZJul 29 15:47:35.490 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-07-29T15:47:39.296ZJul 29 15:47:38.485 INFO Download complete, target: Softnpu
17742026-07-29T15:47:39.307Z
17752026-07-29T15:47:39.307Zreal 4.314647983
17762026-07-29T15:47:39.307Zuser 1.289788714
17772026-07-29T15:47:39.307Zsys 0.607319264
17782026-07-29T15:47:39.308Ztrap 0.000743650
17792026-07-29T15:47:39.308Ztflt 0.000121500
17802026-07-29T15:47:39.308Zdflt 0.000511130
17812026-07-29T15:47:39.308Zkflt 0.000000000
17822026-07-29T15:47:39.308Zlock 55.401698862
17832026-07-29T15:47:39.308Zslp 2.847723536
17842026-07-29T15:47:39.308Zlat 0.083713630
17852026-07-29T15:47:39.308Zstop 0.000188460
17862026-07-29T15:47:39.308Z+ export CARGO_INCREMENTAL=0
17872026-07-29T15:47:39.308Z+ CARGO_INCREMENTAL=0
17882026-07-29T15:47:39.308Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-07-29T15:47:40.177Z Compiling proc-macro2 v1.0.106
17902026-07-29T15:47:40.177Z Compiling quote v1.0.45
17912026-07-29T15:47:40.191Z Compiling unicode-ident v1.0.24
17922026-07-29T15:47:40.191Z Compiling libc v0.2.185
17932026-07-29T15:47:40.191Z Compiling serde_core v1.0.228
17942026-07-29T15:47:40.191Z Compiling serde v1.0.228
17952026-07-29T15:47:40.324Z Compiling cfg-if v1.0.4
17962026-07-29T15:47:40.327Z Compiling version_check v0.9.5
17972026-07-29T15:47:40.328Z Compiling find-msvc-tools v0.1.9
17982026-07-29T15:47:40.328Z Compiling shlex v1.3.0
17992026-07-29T15:47:40.328Z Compiling zmij v1.0.21
18002026-07-29T15:47:40.332Z Compiling memchr v2.8.0
18012026-07-29T15:47:40.332Z Compiling serde_json v1.0.151
18022026-07-29T15:47:40.332Z Compiling autocfg v1.5.0
18032026-07-29T15:47:40.584Z Compiling portable-atomic v1.13.1
18042026-07-29T15:47:40.611Z Compiling getrandom v0.4.1
18052026-07-29T15:47:40.649Z Compiling zerocopy v0.8.40
18062026-07-29T15:47:40.682Z Compiling libm v0.2.16
18072026-07-29T15:47:40.705Z Compiling parking_lot_core v0.9.12
18082026-07-29T15:47:40.761Z Compiling icu_properties_data v2.1.2
18092026-07-29T15:47:40.794Z Compiling icu_normalizer_data v2.1.1
18102026-07-29T15:47:40.794Z Compiling smallvec v1.15.1
18112026-07-29T15:47:40.811Z Compiling num-traits v0.2.19
18122026-07-29T15:47:40.825Z Compiling generic-array v0.14.7
18132026-07-29T15:47:40.865Z Compiling itoa v1.0.17
18142026-07-29T15:47:40.978Z Compiling log v0.4.29
18152026-07-29T15:47:41.037Z Compiling subtle v2.6.1
18162026-07-29T15:47:41.037Z Compiling pkg-config v0.3.32
18172026-07-29T15:47:41.071Z Compiling stable_deref_trait v1.2.1
18182026-07-29T15:47:41.092Z Compiling typenum v1.20.1
18192026-07-29T15:47:41.166Z Compiling scopeguard v1.2.0
18202026-07-29T15:47:41.250Z Compiling rand_core v0.10.0
18212026-07-29T15:47:41.288Z Compiling pin-project-lite v0.2.17
18222026-07-29T15:47:41.302Z Compiling lock_api v0.4.14
18232026-07-29T15:47:41.319Z Compiling thiserror v2.0.18
18242026-07-29T15:47:41.356Z Compiling getrandom v0.3.4
18252026-07-29T15:47:41.409Z Compiling jobserver v0.1.34
18262026-07-29T15:47:41.428Z Compiling errno v0.3.14
18272026-07-29T15:47:41.554Z Compiling writeable v0.6.2
18282026-07-29T15:47:41.578Z Compiling syn v2.0.117
18292026-07-29T15:47:41.599Z Compiling equivalent v1.0.2
18302026-07-29T15:47:41.599Z Compiling percent-encoding v2.3.2
18312026-07-29T15:47:41.613Z Compiling litemap v0.8.1
18322026-07-29T15:47:41.624Z Compiling cc v1.2.56
18332026-07-29T15:47:41.643Z Compiling getrandom v0.2.17
18342026-07-29T15:47:41.688Z Compiling rustversion v1.0.22
18352026-07-29T15:47:41.738Z Compiling schemars v0.8.22
18362026-07-29T15:47:41.822Z Compiling rand_core v0.6.4
18372026-07-29T15:47:41.872Z Compiling rustix v1.1.3
18382026-07-29T15:47:41.897Z Compiling dunce v1.0.5
18392026-07-29T15:47:41.904Z Compiling critical-section v1.2.0
18402026-07-29T15:47:41.936Z Compiling fs_extra v1.3.0
18412026-07-29T15:47:42.053Z Compiling hashbrown v0.17.0
18422026-07-29T15:47:42.128Z Compiling signal-hook-registry v1.4.8
18432026-07-29T15:47:42.211Z Compiling heck v0.5.0
18442026-07-29T15:47:42.232Z Compiling utf8_iter v1.0.4
18452026-07-29T15:47:42.232Z Compiling form_urlencoded v1.2.2
18462026-07-29T15:47:42.284Z Compiling once_cell v1.21.3
18472026-07-29T15:47:42.446Z Compiling cmake v0.1.57
18482026-07-29T15:47:42.582Z Compiling semver v1.0.28
18492026-07-29T15:47:42.615Z Compiling indexmap v2.14.0
18502026-07-29T15:47:42.630Z Compiling parking_lot v0.12.5
18512026-07-29T15:47:42.630Z Compiling mio v1.2.0
18522026-07-29T15:47:42.652Z Compiling socket2 v0.6.3
18532026-07-29T15:47:42.705Z Compiling aws-lc-rs v1.16.3
18542026-07-29T15:47:42.825Z Compiling bitflags v2.11.0
18552026-07-29T15:47:42.842Z Compiling futures-core v0.3.32
18562026-07-29T15:47:42.915Z Compiling strsim v0.11.1
18572026-07-29T15:47:42.955Z Compiling aws-lc-sys v0.40.0
18582026-07-29T15:47:42.970Z Compiling httparse v1.10.1
18592026-07-29T15:47:43.262Z Compiling byteorder v1.5.0
18602026-07-29T15:47:43.279Z Compiling thiserror v1.0.69
18612026-07-29T15:47:43.308Z Compiling ucd-trie v0.1.7
18622026-07-29T15:47:43.403Z Compiling ident_case v1.0.1
18632026-07-29T15:47:43.418Z Compiling fnv v1.0.7
18642026-07-29T15:47:43.434Z Compiling syn v1.0.109
18652026-07-29T15:47:43.504Z Compiling pest v2.8.6
18662026-07-29T15:47:43.519Z Compiling iana-time-zone v0.1.65
18672026-07-29T15:47:43.551Z Compiling vcpkg v0.2.15
18682026-07-29T15:47:43.554Z Compiling regex-syntax v0.8.10
18692026-07-29T15:47:43.582Z Compiling const-oid v0.9.6
18702026-07-29T15:47:43.753Z Compiling uuid v1.23.4
18712026-07-29T15:47:43.867Z Compiling rustc_version v0.4.1
18722026-07-29T15:47:43.896Z Compiling futures-sink v0.3.32
18732026-07-29T15:47:43.967Z Compiling rustls v0.23.41
18742026-07-29T15:47:44.054Z Compiling futures-channel v0.3.32
18752026-07-29T15:47:44.110Z Compiling openssl-sys v0.9.115
18762026-07-29T15:47:44.158Z Compiling aho-corasick v1.1.4
18772026-07-29T15:47:44.175Z Compiling futures-task v0.3.32
18782026-07-29T15:47:44.190Z Compiling slab v0.4.12
18792026-07-29T15:47:44.355Z Compiling synstructure v0.13.2
18802026-07-29T15:47:44.389Z Compiling serde_derive_internals v0.29.1
18812026-07-29T15:47:44.438Z Compiling futures-io v0.3.32
18822026-07-29T15:47:44.516Z Compiling crc32fast v1.5.0
18832026-07-29T15:47:44.578Z Compiling pest_meta v2.8.6
18842026-07-29T15:47:44.612Z Compiling num-conv v0.2.0
18852026-07-29T15:47:44.714Z Compiling time-core v0.1.8
18862026-07-29T15:47:44.744Z Compiling plain v0.2.3
18872026-07-29T15:47:44.759Z Compiling dyn-clone v1.0.20
18882026-07-29T15:47:44.831Z Compiling base64 v0.22.1
18892026-07-29T15:47:44.862Z Compiling crossbeam-utils v0.8.21
18902026-07-29T15:47:44.877Z Compiling time-macros v0.2.27
18912026-07-29T15:47:44.912Z Compiling pretty-hex v0.4.1
18922026-07-29T15:47:44.961Z Compiling openssl v0.10.79
18932026-07-29T15:47:45.031Z Compiling regex-automata v0.4.14
18942026-07-29T15:47:45.059Z Compiling darling_core v0.23.0
18952026-07-29T15:47:45.073Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-07-29T15:47:45.153Z Compiling pest_generator v2.8.6
18972026-07-29T15:47:45.285Z Compiling anyhow v1.0.102
18982026-07-29T15:47:45.340Z Compiling native-tls v0.2.18
18992026-07-29T15:47:45.361Z Compiling rand_core v0.9.5
19002026-07-29T15:47:45.551Z Compiling slog v2.8.2
19012026-07-29T15:47:45.580Z Compiling tracing-core v0.1.36
19022026-07-29T15:47:45.615Z Compiling serde_derive v1.0.228
19032026-07-29T15:47:45.618Z Compiling zeroize_derive v1.5.0
19042026-07-29T15:47:45.649Z Compiling zerofrom-derive v0.1.6
19052026-07-29T15:47:45.760Z Compiling yoke-derive v0.8.1
19062026-07-29T15:47:45.789Z Compiling zerovec-derive v0.11.2
19072026-07-29T15:47:45.816Z Compiling displaydoc v0.2.5
19082026-07-29T15:47:45.836Z Compiling zerocopy-derive v0.8.40
19092026-07-29T15:47:45.851Z Compiling tokio-macros v2.7.0
19102026-07-29T15:47:45.872Z Compiling futures-macro v0.3.32
19112026-07-29T15:47:46.044Z Compiling thiserror-impl v2.0.18
19122026-07-29T15:47:46.233Z Compiling zeroize v1.9.0
19132026-07-29T15:47:46.491Z Compiling schemars_derive v0.8.22
19142026-07-29T15:47:46.542Z Compiling tracing-attributes v0.1.31
19152026-07-29T15:47:46.629Z Compiling der_derive v0.7.3
19162026-07-29T15:47:46.708Z Compiling thiserror-impl v1.0.69
19172026-07-29T15:47:46.763Z Compiling zerofrom v0.1.6
19182026-07-29T15:47:46.907Z Compiling yoke v0.8.1
19192026-07-29T15:47:47.139Z Compiling zerovec v0.11.5
19202026-07-29T15:47:47.151Z Compiling zerotrie v0.2.3
19212026-07-29T15:47:47.223Z Compiling crypto-common v0.1.7
19222026-07-29T15:47:47.236Z Compiling pest_derive v2.8.6
19232026-07-29T15:47:47.379Z Compiling futures-util v0.3.32
19242026-07-29T15:47:47.606Z Compiling block-buffer v0.10.4
19252026-07-29T15:47:47.658Z Compiling tinystr v0.8.2
19262026-07-29T15:47:47.698Z Compiling potential_utf v0.1.4
19272026-07-29T15:47:47.746Z Compiling digest v0.10.7
19282026-07-29T15:47:47.828Z Compiling icu_locale_core v2.1.1
19292026-07-29T15:47:47.879Z Compiling icu_collections v2.1.1
19302026-07-29T15:47:47.914Z Compiling scroll_derive v0.13.1
19312026-07-29T15:47:47.971Z Compiling scroll_derive v0.12.1
19322026-07-29T15:47:47.986Z Compiling openssl-macros v0.1.1
19332026-07-29T15:47:48.394Z Compiling regex v1.12.3
19342026-07-29T15:47:48.482Z Compiling icu_provider v2.1.1
19352026-07-29T15:47:48.503Z Compiling darling_macro v0.23.0
19362026-07-29T15:47:48.622Z Compiling zerocopy-derive v0.7.35
19372026-07-29T15:47:48.700Z Compiling bytes v1.11.1
19382026-07-29T15:47:48.778Z Compiling chrono v0.4.45
19392026-07-29T15:47:48.804Z Compiling icu_properties v2.1.2
19402026-07-29T15:47:48.829Z Compiling icu_normalizer v2.1.1
19412026-07-29T15:47:49.018Z Compiling serde_tokenstream v0.2.3
19422026-07-29T15:47:49.290Z Compiling tokio v1.52.1
19432026-07-29T15:47:49.326Z Compiling http v1.4.2
19442026-07-29T15:47:49.773Z Compiling idna_adapter v1.2.1
19452026-07-29T15:47:49.927Z Compiling idna v1.1.0
19462026-07-29T15:47:50.014Z Compiling ppv-lite86 v0.2.21
19472026-07-29T15:47:50.047Z Compiling cookie v0.18.1
19482026-07-29T15:47:50.191Z Compiling camino v1.2.2
19492026-07-29T15:47:50.226Z Compiling url v2.5.8
19502026-07-29T15:47:50.253Z Compiling base64ct v1.8.3
19512026-07-29T15:47:50.491Z Compiling pem-rfc7468 v0.7.0
19522026-07-29T15:47:50.506Z Compiling darling v0.23.0
19532026-07-29T15:47:50.600Z Compiling tracing v0.1.44
19542026-07-29T15:47:50.771Z Compiling flagset v0.4.7
19552026-07-29T15:47:50.791Z Compiling rand_chacha v0.9.0
19562026-07-29T15:47:50.850Z Compiling http-body v1.0.1
19572026-07-29T15:47:50.923Z Compiling der v0.7.10
19582026-07-29T15:47:51.000Z Compiling rustls-pki-types v1.14.0
19592026-07-29T15:47:51.393Z Compiling usdt-impl v0.5.0
19602026-07-29T15:47:51.420Z Compiling cmov v0.5.4
19612026-07-29T15:47:51.447Z Compiling paste v1.0.15
19622026-07-29T15:47:51.459Z Compiling usdt-impl v0.6.0
19632026-07-29T15:47:51.644Z Compiling fastrand v2.3.0
19642026-07-29T15:47:51.662Z Compiling ref-cast v1.0.25
19652026-07-29T15:47:51.733Z Compiling either v1.15.0
19662026-07-29T15:47:51.858Z Compiling tinyvec_macros v0.1.1
19672026-07-29T15:47:51.948Z Compiling openssl-probe v0.2.1
19682026-07-29T15:47:51.966Z Compiling tinyvec v1.10.0
19692026-07-29T15:47:51.980Z Compiling ctutils v0.4.2
19702026-07-29T15:47:52.022Z Compiling spki v0.7.3
19712026-07-29T15:47:52.120Z Compiling rand v0.9.2
19722026-07-29T15:47:52.210Z Compiling scroll v0.13.0
19732026-07-29T15:47:52.238Z Compiling toml_datetime v0.6.11
19742026-07-29T15:47:52.253Z Compiling serde_spanned v0.6.9
19752026-07-29T15:47:52.306Z Compiling scroll v0.12.0
19762026-07-29T15:47:52.322Z Compiling async-trait v0.1.89
19772026-07-29T15:47:52.375Z Compiling heapless v0.7.17
19782026-07-29T15:47:52.436Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-07-29T15:47:52.488Z Compiling tower-layer v0.3.3
19802026-07-29T15:47:52.506Z Compiling cpufeatures v0.2.17
19812026-07-29T15:47:52.527Z Compiling untrusted v0.7.1
19822026-07-29T15:47:52.542Z Compiling tower-service v0.3.3
19832026-07-29T15:47:52.592Z Compiling litrs v1.0.0
19842026-07-29T15:47:52.607Z Compiling atomic-waker v1.1.2
19852026-07-29T15:47:52.655Z Compiling try-lock v0.2.5
19862026-07-29T15:47:52.662Z Compiling zstd-safe v7.2.4
19872026-07-29T15:47:52.685Z Compiling signal-hook v0.3.18
19882026-07-29T15:47:52.688Z Compiling winnow v1.0.3
19892026-07-29T15:47:52.736Z Compiling rustix v0.38.44
19902026-07-29T15:47:52.750Z Compiling winnow v0.7.14
19912026-07-29T15:47:52.783Z Compiling want v0.3.1
19922026-07-29T15:47:52.798Z Compiling goblin v0.8.2
19932026-07-29T15:47:52.963Z Compiling goblin v0.10.5
19942026-07-29T15:47:53.067Z Compiling tokio-util v0.7.18
19952026-07-29T15:47:53.082Z Compiling document-features v0.2.12
19962026-07-29T15:47:53.085Z Compiling toml_parser v1.1.2+spec-1.1.0
19972026-07-29T15:47:53.191Z Compiling hybrid-array v0.4.13
19982026-07-29T15:47:53.672Z Compiling zerocopy v0.7.35
19992026-07-29T15:47:53.874Z Compiling h2 v0.4.15
20002026-07-29T15:47:53.979Z Compiling ipnet v2.11.0
20012026-07-29T15:47:54.023Z Compiling ref-cast-impl v1.0.25
20022026-07-29T15:47:54.040Z Compiling darling_core v0.20.11
20032026-07-29T15:47:54.054Z Compiling curve25519-dalek v4.1.3
20042026-07-29T15:47:54.231Z Compiling memoffset v0.9.1
20052026-07-29T15:47:54.246Z Compiling utf8parse v0.2.2
20062026-07-29T15:47:54.372Z Compiling powerfmt v0.2.0
20072026-07-29T15:47:54.388Z Compiling foreign-types-shared v0.1.1
20082026-07-29T15:47:54.426Z Compiling winnow v0.5.40
20092026-07-29T15:47:54.595Z Compiling untrusted v0.9.0
20102026-07-29T15:47:54.713Z Compiling httpdate v1.0.3
20112026-07-29T15:47:54.727Z Compiling tempfile v3.25.0
20122026-07-29T15:47:54.817Z Compiling deranged v0.5.8
20132026-07-29T15:47:54.930Z Compiling foreign-types v0.3.2
20142026-07-29T15:47:55.003Z Compiling dof v0.3.0
20152026-07-29T15:47:55.077Z Compiling unicode-normalization v0.1.25
20162026-07-29T15:47:55.093Z Compiling pkcs8 v0.10.2
20172026-07-29T15:47:55.347Z Compiling dtrace-parser v0.2.0
20182026-07-29T15:47:55.655Z Compiling dof v0.4.0
20192026-07-29T15:47:55.739Z Compiling toml_edit v0.19.15
20202026-07-29T15:47:55.938Z Compiling dtrace-parser v0.3.0
20212026-07-29T15:47:55.952Z Compiling pin-project-internal v1.1.11
20222026-07-29T15:47:55.993Z Compiling darling_macro v0.20.11
20232026-07-29T15:47:56.232Z Compiling daft-derive v0.1.7
20242026-07-29T15:47:56.282Z Compiling spin v0.9.8
20252026-07-29T15:47:56.354Z Compiling thread-id v5.1.0
20262026-07-29T15:47:56.456Z Compiling thread-id v4.2.2
20272026-07-29T15:47:56.502Z Compiling cfg_aliases v0.2.1
20282026-07-29T15:47:56.524Z Compiling num-bigint-dig v0.8.6
20292026-07-29T15:47:56.585Z Compiling anstyle v1.0.14
20302026-07-29T15:47:56.627Z Compiling smoltcp v0.9.1
20312026-07-29T15:47:56.671Z Compiling num_threads v0.1.7
20322026-07-29T15:47:56.837Z Compiling time v0.3.47
20332026-07-29T15:47:56.873Z Compiling nix v0.31.2
20342026-07-29T15:47:56.943Z Compiling darling v0.20.11
20352026-07-29T15:47:56.960Z Compiling hyper v1.10.1
20362026-07-29T15:47:57.232Z Compiling sha2 v0.10.9
20372026-07-29T15:47:57.443Z Compiling ipnetwork v0.21.1
20382026-07-29T15:47:57.537Z Compiling hmac v0.12.1
20392026-07-29T15:47:57.589Z Compiling strum_macros v0.26.4
20402026-07-29T15:47:57.696Z Compiling curve25519-dalek-derive v0.1.1
20412026-07-29T15:47:57.830Z Compiling sync_wrapper v1.0.2
20422026-07-29T15:47:57.867Z Compiling wait-timeout v0.2.1
20432026-07-29T15:47:57.988Z Compiling is_terminal_polyfill v1.70.2
20442026-07-29T15:47:58.101Z Compiling hyper-util v0.1.20
20452026-07-29T15:47:58.117Z Compiling colorchoice v1.0.4
20462026-07-29T15:47:58.252Z Compiling siphasher v1.0.2
20472026-07-29T15:47:58.318Z Compiling anstyle-query v1.1.5
20482026-07-29T15:47:58.436Z Compiling simd-adler32 v0.3.8
20492026-07-29T15:47:58.452Z Compiling quick-error v1.2.3
20502026-07-29T15:47:58.541Z Compiling bit-vec v0.8.0
20512026-07-29T15:47:58.756Z Compiling bit-set v0.8.0
20522026-07-29T15:47:58.935Z Compiling rusty-fork v0.3.1
20532026-07-29T15:47:59.119Z Compiling tower v0.5.3
20542026-07-29T15:47:59.528Z Compiling derive_builder_core v0.20.2
20552026-07-29T15:47:59.596Z Compiling http-body-util v0.1.3
20562026-07-29T15:47:59.658Z Compiling hubpack_derive v0.1.1
20572026-07-29T15:47:59.674Z Compiling strum_macros v0.27.2
20582026-07-29T15:47:59.734Z Compiling snafu-derive v0.8.9
20592026-07-29T15:47:59.770Z Compiling rand_xorshift v0.4.0
20602026-07-29T15:47:59.928Z Compiling fs-err v3.3.0
20612026-07-29T15:47:59.933Z Compiling ahash v0.8.12
20622026-07-29T15:48:00.025Z Compiling allocator-api2 v0.2.21
20632026-07-29T15:48:00.125Z Compiling ryu v1.0.23
20642026-07-29T15:48:00.254Z Compiling unicode-properties v0.1.4
20652026-07-29T15:48:00.259Z Compiling unicode-segmentation v1.12.0
20662026-07-29T15:48:00.300Z Compiling unicode-bidi v0.3.18
20672026-07-29T15:48:00.305Z Compiling adler2 v2.0.1
20682026-07-29T15:48:00.373Z Compiling unarray v0.1.4
20692026-07-29T15:48:00.420Z Compiling object v0.37.3
20702026-07-29T15:48:00.481Z Compiling iri-string v0.7.10
20712026-07-29T15:48:00.498Z Compiling proptest v1.11.0
20722026-07-29T15:48:00.646Z Compiling stringprep v0.1.5
20732026-07-29T15:48:00.662Z Compiling miniz_oxide v0.8.9
20742026-07-29T15:48:00.685Z Compiling derive_builder_macro v0.20.2
20752026-07-29T15:48:00.774Z Compiling serde_urlencoded v0.7.1
20762026-07-29T15:48:01.202Z Compiling tokio-native-tls v0.3.1
20772026-07-29T15:48:01.364Z Compiling usdt-macro v0.6.0
20782026-07-29T15:48:01.400Z Compiling usdt-attr-macro v0.6.0
20792026-07-29T15:48:01.416Z Compiling anstyle-parse v1.0.0
20802026-07-29T15:48:01.433Z Compiling block-buffer v0.12.1
20812026-07-29T15:48:01.487Z Compiling crypto-common v0.2.2
20822026-07-29T15:48:01.612Z Compiling tower-http v0.6.8
20832026-07-29T15:48:01.843Z Compiling block-padding v0.4.2
20842026-07-29T15:48:02.061Z Compiling rustls-native-certs v0.8.3
20852026-07-29T15:48:02.141Z Compiling rand_chacha v0.3.1
20862026-07-29T15:48:02.213Z Compiling erased-serde v0.3.31
20872026-07-29T15:48:02.245Z Compiling hex v0.4.3
20882026-07-29T15:48:02.312Z Compiling signature v2.2.0
20892026-07-29T15:48:02.331Z Compiling md-5 v0.10.6
20902026-07-29T15:48:02.510Z Compiling bstr v1.12.1
20912026-07-29T15:48:02.560Z Compiling num-integer v0.1.46
20922026-07-29T15:48:02.564Z Compiling hash32 v0.2.1
20932026-07-29T15:48:02.608Z Compiling vergen-lib v9.1.0
20942026-07-29T15:48:02.736Z Compiling encoding_rs v0.8.35
20952026-07-29T15:48:02.784Z Compiling fallible-iterator v0.2.0
20962026-07-29T15:48:02.816Z Compiling mime v0.3.17
20972026-07-29T15:48:02.830Z Compiling zlib-rs v0.6.2
20982026-07-29T15:48:02.963Z Compiling psl-types v2.0.11
20992026-07-29T15:48:03.005Z Compiling cpufeatures v0.3.0
21002026-07-29T15:48:03.063Z Compiling publicsuffix v2.3.0
21012026-07-29T15:48:03.088Z Compiling postgres-protocol v0.6.10
21022026-07-29T15:48:03.116Z Compiling num-iter v0.1.45
21032026-07-29T15:48:03.390Z Compiling newtype-uuid v1.3.2
21042026-07-29T15:48:03.404Z Compiling rand v0.8.6
21052026-07-29T15:48:03.596Z Compiling oxnet v0.1.6
21062026-07-29T15:48:03.646Z Compiling inout v0.2.2
21072026-07-29T15:48:03.828Z Compiling anstream v1.0.0
21082026-07-29T15:48:03.886Z Compiling hyper-tls v0.6.0
21092026-07-29T15:48:03.953Z Compiling derive_builder v0.20.2
21102026-07-29T15:48:04.005Z Compiling heck v0.4.1
21112026-07-29T15:48:04.082Z Compiling phf_shared v0.13.1
21122026-07-29T15:48:04.099Z Compiling pin-project v1.1.11
21132026-07-29T15:48:04.146Z Compiling lazy_static v1.5.0
21142026-07-29T15:48:04.178Z Compiling anstyle-parse v0.2.7
21152026-07-29T15:48:04.287Z Compiling terminal_size v0.4.3
21162026-07-29T15:48:04.342Z Compiling serde_with_macros v3.21.0
21172026-07-29T15:48:04.347Z Compiling futures-executor v0.3.32
21182026-07-29T15:48:04.402Z Compiling clap_derive v4.6.1
21192026-07-29T15:48:04.438Z Compiling serde_repr v0.1.20
21202026-07-29T15:48:04.454Z Compiling async-recursion v1.1.1
21212026-07-29T15:48:04.541Z Compiling enum-as-inner v0.6.1
21222026-07-29T15:48:04.600Z Compiling ff v0.13.1
21232026-07-29T15:48:04.615Z Compiling vergen v9.1.0
21242026-07-29T15:48:04.692Z Compiling cargo-platform v0.3.2
21252026-07-29T15:48:04.826Z Compiling foldhash v0.1.5
21262026-07-29T15:48:04.926Z Compiling flate2 v1.1.9
21272026-07-29T15:48:04.951Z Compiling base16ct v0.2.0
21282026-07-29T15:48:04.971Z Compiling bumpalo v3.20.2
21292026-07-29T15:48:05.064Z Compiling managed v0.8.0
21302026-07-29T15:48:05.084Z Compiling clap_lex v1.0.0
21312026-07-29T15:48:05.209Z Compiling same-file v1.0.6
21322026-07-29T15:48:05.233Z Compiling foldhash v0.2.0
21332026-07-29T15:48:05.309Z Compiling bitflags v1.3.2
21342026-07-29T15:48:05.369Z Compiling libbz2-rs-sys v0.2.2
21352026-07-29T15:48:05.395Z Compiling hashbrown v0.16.1
21362026-07-29T15:48:05.443Z Compiling walkdir v2.5.0
21372026-07-29T15:48:05.459Z Compiling clap_builder v4.6.0
21382026-07-29T15:48:05.592Z Compiling zopfli v0.8.3
21392026-07-29T15:48:05.632Z Compiling sec1 v0.7.3
21402026-07-29T15:48:05.727Z Compiling hashbrown v0.15.5
21412026-07-29T15:48:05.907Z Compiling bzip2 v0.6.1
21422026-07-29T15:48:05.994Z Compiling cargo_metadata v0.23.1
21432026-07-29T15:48:06.033Z Compiling group v0.13.0
21442026-07-29T15:48:06.159Z Compiling futures v0.3.32
21452026-07-29T15:48:06.215Z Compiling zstd v0.13.3
21462026-07-29T15:48:06.594Z Compiling anstream v0.6.21
21472026-07-29T15:48:06.705Z Compiling phf v0.13.1
21482026-07-29T15:48:06.880Z Compiling snafu v0.8.9
21492026-07-29T15:48:07.060Z Compiling reqwest v0.12.28
21502026-07-29T15:48:07.198Z Compiling signal-hook-mio v0.2.5
21512026-07-29T15:48:07.216Z Compiling daft v0.1.7
21522026-07-29T15:48:07.255Z Compiling cipher v0.5.2
21532026-07-29T15:48:07.297Z Compiling cookie_store v0.22.1
21542026-07-29T15:48:07.332Z Compiling postgres-types v0.2.12
21552026-07-29T15:48:07.544Z Compiling bzip2 v0.4.4
21562026-07-29T15:48:07.560Z Compiling globset v0.4.18
21572026-07-29T15:48:07.640Z Compiling ed25519 v2.2.3
21582026-07-29T15:48:07.760Z Compiling strum v0.27.2
21592026-07-29T15:48:07.860Z Compiling hubpack v0.1.2
21602026-07-29T15:48:07.904Z Compiling phf_shared v0.11.3
21612026-07-29T15:48:07.951Z Compiling hkdf v0.12.4
21622026-07-29T15:48:07.955Z Compiling crossbeam-epoch v0.9.18
21632026-07-29T15:48:07.996Z Compiling olpc-cjson v0.1.4
21642026-07-29T15:48:08.018Z Compiling pkcs1 v0.7.5
21652026-07-29T15:48:08.177Z Compiling pem v3.0.6
21662026-07-29T15:48:08.346Z Compiling serde_plain v1.0.2
21672026-07-29T15:48:08.383Z Compiling serde-big-array v0.5.1
21682026-07-29T15:48:08.435Z Compiling crypto-bigint v0.5.5
21692026-07-29T15:48:08.497Z Compiling float-cmp v0.10.0
21702026-07-29T15:48:08.544Z Compiling memmap2 v0.9.10
21712026-07-29T15:48:08.558Z Compiling env_filter v1.0.0
21722026-07-29T15:48:08.596Z Compiling const-oid v0.10.2
21732026-07-29T15:48:08.724Z Compiling predicates-core v1.0.10
21742026-07-29T15:48:08.764Z Compiling difflib v0.4.0
21752026-07-29T15:48:08.811Z Compiling typed-path v0.9.3
21762026-07-29T15:48:08.826Z Compiling fixedbitset v0.5.7
21772026-07-29T15:48:08.872Z Compiling new_debug_unreachable v1.0.6
21782026-07-29T15:48:08.905Z Compiling toml_write v0.1.2
21792026-07-29T15:48:09.041Z Compiling keccak v0.1.6
21802026-07-29T15:48:09.108Z Compiling static_assertions v1.1.0
21812026-07-29T15:48:09.124Z Compiling fixedbitset v0.4.2
21822026-07-29T15:48:09.145Z Compiling jiff v0.2.21
21832026-07-29T15:48:09.176Z Compiling whoami v2.1.0
21842026-07-29T15:48:09.196Z Compiling normalize-line-endings v0.3.0
21852026-07-29T15:48:09.221Z Compiling precomputed-hash v0.1.1
21862026-07-29T15:48:09.258Z Compiling data-encoding v2.10.0
21872026-07-29T15:48:09.306Z Compiling string_cache v0.8.9
21882026-07-29T15:48:09.321Z Compiling predicates v3.1.4
21892026-07-29T15:48:09.325Z Compiling petgraph v0.6.5
21902026-07-29T15:48:09.354Z Compiling elliptic-curve v0.13.8
21912026-07-29T15:48:09.423Z Compiling tokio-postgres v0.7.16
21922026-07-29T15:48:09.516Z Compiling sha3 v0.10.8
21932026-07-29T15:48:09.532Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21942026-07-29T15:48:09.566Z Compiling hickory-proto v0.25.2
21952026-07-29T15:48:09.708Z Compiling toml_edit v0.22.27
21962026-07-29T15:48:09.789Z Compiling chacha20 v0.10.0
21972026-07-29T15:48:09.789Z Compiling petgraph v0.8.3
21982026-07-29T15:48:10.054Z Compiling digest v0.11.3
21992026-07-29T15:48:10.102Z Compiling env_logger v0.11.9
22002026-07-29T15:48:10.117Z Compiling usdt v0.6.0
22012026-07-29T15:48:10.799Z Compiling rsa v0.9.10
22022026-07-29T15:48:11.702Z Compiling zip v4.6.1
22032026-07-29T15:48:11.733Z Compiling ed25519-dalek v2.2.0
22042026-07-29T15:48:11.832Z Compiling zip v0.6.6
22052026-07-29T15:48:12.007Z Compiling iddqd v0.4.2
22062026-07-29T15:48:12.041Z Compiling crossterm v0.28.1
22072026-07-29T15:48:12.343Z Compiling clap v4.6.1
22082026-07-29T15:48:12.609Z Compiling serde_with v3.21.0
22092026-07-29T15:48:12.625Z Compiling similar v2.7.0
22102026-07-29T15:48:12.769Z Compiling byte-wrapper v0.1.0
22112026-07-29T15:48:12.801Z Compiling strum v0.26.3
22122026-07-29T15:48:12.820Z Compiling toml v0.7.8
22132026-07-29T15:48:12.950Z Compiling tokio-stream v0.1.18
22142026-07-29T15:48:13.090Z Compiling buf-list v1.1.2
22152026-07-29T15:48:13.181Z Compiling x509-cert v0.2.5
22162026-07-29T15:48:13.293Z Compiling itertools v0.13.0
22172026-07-29T15:48:13.366Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-07-29T15:48:13.770Z Compiling openapiv3 v2.2.0
22192026-07-29T15:48:14.167Z Compiling lalrpop-util v0.19.12
22202026-07-29T15:48:14.372Z Compiling peg-runtime v0.8.5
22212026-07-29T15:48:30.874Z Compiling rustls-webpki v0.103.13
22222026-07-29T15:48:31.039Z Compiling macaddr v1.0.1
22232026-07-29T15:48:31.179Z Compiling structmeta-derive v0.3.0
22242026-07-29T15:48:31.215Z Compiling crucible-workspace-hack v0.1.0
22252026-07-29T15:48:31.334Z Compiling rayon-core v1.13.0
22262026-07-29T15:48:31.546Z Compiling itertools v0.15.0
22272026-07-29T15:48:31.561Z Compiling secrecy v0.10.3
22282026-07-29T15:48:31.592Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-07-29T15:48:31.651Z Compiling heapless v0.8.0
22302026-07-29T15:48:31.752Z Compiling toml_datetime v0.7.5+spec-1.1.0
22312026-07-29T15:48:31.953Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-07-29T15:48:31.968Z Compiling crossbeam-deque v0.8.6
22332026-07-29T15:48:32.006Z Compiling inout v0.1.4
22342026-07-29T15:48:32.020Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22352026-07-29T15:48:32.122Z Compiling hash32 v0.3.1
22362026-07-29T15:48:32.186Z Compiling multer v3.1.0
22372026-07-29T15:48:32.201Z Compiling thread_local v1.1.9
22382026-07-29T15:48:32.204Z Compiling match_cfg v0.1.0
22392026-07-29T15:48:32.204Z Compiling structmeta v0.3.0
22402026-07-29T15:48:32.215Z Compiling compression-core v0.4.31
22412026-07-29T15:48:32.301Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422026-07-29T15:48:32.301Z Compiling smoltcp v0.11.0
22432026-07-29T15:48:32.393Z Compiling slog-async v2.8.0
22442026-07-29T15:48:32.434Z Compiling unicode-width v0.2.0
22452026-07-29T15:48:32.476Z Compiling derive-ex v0.1.8
22462026-07-29T15:48:32.553Z Compiling proc-macro-crate v3.4.0
22472026-07-29T15:48:32.628Z Compiling compression-codecs v0.4.37
22482026-07-29T15:48:32.680Z Compiling hostname v0.3.1
22492026-07-29T15:48:32.875Z Compiling cipher v0.4.4
22502026-07-29T15:48:32.890Z Compiling atomicwrites v0.4.4
22512026-07-29T15:48:32.916Z Compiling ingot-macros v0.2.0
22522026-07-29T15:48:32.998Z Compiling slog-json v2.6.1
22532026-07-29T15:48:33.013Z Compiling crossbeam-channel v0.5.15
22542026-07-29T15:48:33.142Z Compiling half v2.7.1
22552026-07-29T15:48:33.190Z Compiling newtype-uuid-macros v0.1.0
22562026-07-29T15:48:33.277Z Compiling cobs v0.3.0
22572026-07-29T15:48:33.295Z Compiling universal-hash v0.5.1
22582026-07-29T15:48:33.298Z Compiling thiserror-impl-no-std v2.0.2
22592026-07-29T15:48:33.455Z Compiling async-stream-impl v0.3.6
22602026-07-29T15:48:33.513Z Compiling serde_spanned v1.1.1
22612026-07-29T15:48:33.583Z Compiling toml_datetime v1.1.1+spec-1.1.0
22622026-07-29T15:48:33.680Z Compiling is-terminal v0.4.17
22632026-07-29T15:48:33.709Z Compiling dropshot v0.17.1
22642026-07-29T15:48:33.796Z Compiling proc-macro-error-attr v1.0.4
22652026-07-29T15:48:33.924Z Compiling opaque-debug v0.3.1
22662026-07-29T15:48:33.928Z Compiling take_mut v0.2.2
22672026-07-29T15:48:33.999Z Compiling convert_case v0.4.0
22682026-07-29T15:48:34.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22692026-07-29T15:48:34.031Z Compiling ciborium-io v0.2.2
22702026-07-29T15:48:34.034Z Compiling term v1.2.1
22712026-07-29T15:48:34.065Z Compiling toml_writer v1.1.1+spec-1.1.0
22722026-07-29T15:48:34.082Z Compiling async-stream v0.3.6
22732026-07-29T15:48:34.168Z Compiling ciborium-ll v0.2.2
22742026-07-29T15:48:34.296Z Compiling tokio-rustls v0.26.4
22752026-07-29T15:48:34.296Z Compiling rustls-platform-verifier v0.6.2
22762026-07-29T15:48:34.327Z Compiling tough v0.22.0
22772026-07-29T15:48:34.330Z Compiling thiserror-no-std v2.0.2
22782026-07-29T15:48:34.356Z Compiling slog-term v2.9.2
22792026-07-29T15:48:34.443Z Compiling derive_more v0.99.20
22802026-07-29T15:48:34.459Z Compiling toml v1.1.2+spec-1.1.0
22812026-07-29T15:48:34.572Z Compiling hyper-rustls v0.27.7
22822026-07-29T15:48:34.590Z Compiling test-strategy v0.4.5
22832026-07-29T15:48:34.883Z Compiling reqwest v0.13.2
22842026-07-29T15:48:35.041Z Compiling poly1305 v0.8.0
22852026-07-29T15:48:35.334Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22862026-07-29T15:48:35.423Z Compiling postcard v1.1.3
22872026-07-29T15:48:35.506Z Compiling ingot-types v0.2.0
22882026-07-29T15:48:35.677Z Compiling slog-bunyan v2.5.0
22892026-07-29T15:48:35.818Z Compiling chacha20 v0.9.1
22902026-07-29T15:48:35.833Z Compiling num_enum_derive v0.7.6
22912026-07-29T15:48:35.871Z Compiling async-compression v0.4.41
22922026-07-29T15:48:35.904Z Compiling parse-display-derive v0.10.0
22932026-07-29T15:48:35.982Z Compiling ingot v0.2.1
22942026-07-29T15:48:36.089Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22952026-07-29T15:48:36.344Z Compiling sha1 v0.11.0
22962026-07-29T15:48:36.648Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-07-29T15:48:36.764Z Compiling proc-macro-crate v1.3.1
22982026-07-29T15:48:36.885Z Compiling waitgroup v0.1.2
22992026-07-29T15:48:36.898Z Compiling password-hash v0.5.0
23002026-07-29T15:48:37.067Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23012026-07-29T15:48:37.116Z Compiling backon v1.6.0
23022026-07-29T15:48:37.201Z Compiling rustls-pemfile v2.2.0
23032026-07-29T15:48:37.241Z Compiling dropshot_endpoint v0.17.1
23042026-07-29T15:48:37.347Z Compiling blake2 v0.10.6
23052026-07-29T15:48:37.375Z Compiling aead v0.5.2
23062026-07-29T15:48:37.391Z Compiling foreign-types-macros v0.2.3
23072026-07-29T15:48:37.561Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23082026-07-29T15:48:37.597Z Compiling serde_path_to_error v0.1.20
23092026-07-29T15:48:37.710Z Compiling hostname v0.4.2
23102026-07-29T15:48:37.848Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23112026-07-29T15:48:37.891Z Compiling proc-macro-error v1.0.4
23122026-07-29T15:48:37.911Z Compiling instant v0.1.13
23132026-07-29T15:48:37.911Z Compiling debug-ignore v1.0.5
23142026-07-29T15:48:37.983Z Compiling foreign-types-shared v0.3.1
23152026-07-29T15:48:38.011Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23162026-07-29T15:48:38.059Z Compiling backoff v0.4.0
23172026-07-29T15:48:38.078Z Compiling foreign-types v0.5.0
23182026-07-29T15:48:38.083Z Compiling argon2 v0.5.3
23192026-07-29T15:48:38.110Z Compiling chacha20poly1305 v0.10.1
23202026-07-29T15:48:38.161Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-07-29T15:48:38.161Z Compiling parse-display v0.10.0
23222026-07-29T15:48:38.179Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23232026-07-29T15:48:38.194Z Compiling num_enum_derive v0.5.11
23242026-07-29T15:48:38.197Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23252026-07-29T15:48:38.224Z Compiling num_enum v0.7.6
23262026-07-29T15:48:38.302Z Compiling vsss-rs v3.3.4
23272026-07-29T15:48:38.318Z Compiling ciborium v0.2.2
23282026-07-29T15:48:38.518Z Compiling tabwriter v1.4.1
23292026-07-29T15:48:38.533Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23302026-07-29T15:48:38.658Z Compiling regress v0.10.5
23312026-07-29T15:48:38.725Z Compiling itertools v0.14.0
23322026-07-29T15:48:38.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-07-29T15:48:38.883Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23342026-07-29T15:48:38.902Z Compiling cstr-argument v0.1.2
23352026-07-29T15:48:38.949Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-07-29T15:48:38.982Z Compiling humantime v2.3.0
23372026-07-29T15:48:39.049Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-07-29T15:48:39.103Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-07-29T15:48:39.168Z Compiling num_enum v0.5.11
23402026-07-29T15:48:39.186Z Compiling rayon v1.11.0
23412026-07-29T15:48:39.206Z Compiling rand v0.10.1
23422026-07-29T15:48:39.303Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23432026-07-29T15:48:39.318Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-07-29T15:48:39.359Z Compiling libefi-sys v0.1.0
23452026-07-29T15:48:39.375Z Compiling indent_write v2.2.0
23462026-07-29T15:48:39.432Z Compiling colored v3.1.1
23472026-07-29T15:48:39.447Z Compiling zone_cfg_derive v0.3.1
23482026-07-29T15:48:39.451Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23492026-07-29T15:48:39.541Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23502026-07-29T15:48:39.579Z Compiling camino-tempfile v1.4.1
23512026-07-29T15:48:39.618Z Compiling itertools v0.12.1
23522026-07-29T15:48:39.694Z Compiling usdt-macro v0.5.0
23532026-07-29T15:48:39.732Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23542026-07-29T15:48:39.762Z Compiling usdt-attr-macro v0.5.0
23552026-07-29T15:48:39.963Z Compiling bitfield-struct v0.6.2
23562026-07-29T15:48:39.978Z Compiling num-derive v0.4.2
23572026-07-29T15:48:40.010Z Compiling blake3 v1.8.5
23582026-07-29T15:48:40.047Z Compiling memmap v0.7.0
23592026-07-29T15:48:40.092Z Compiling sigpipe v0.1.3
23602026-07-29T15:48:40.193Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23612026-07-29T15:48:40.213Z Compiling glob v0.3.3
23622026-07-29T15:48:40.275Z Compiling swrite v0.1.0
23632026-07-29T15:48:40.292Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23642026-07-29T15:48:40.315Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-29T15:48:40.529Z Compiling usdt v0.5.0
23662026-07-29T15:48:40.544Z Compiling smf v0.2.3
23672026-07-29T15:48:40.588Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-29T15:48:40.628Z Compiling filetime v0.2.27
23692026-07-29T15:48:40.643Z Compiling arrayref v0.3.9
23702026-07-29T15:48:40.733Z Compiling constant_time_eq v0.4.2
23712026-07-29T15:48:40.850Z Compiling whoami v1.6.1
23722026-07-29T15:48:40.865Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23732026-07-29T15:48:40.896Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-07-29T15:48:40.913Z Compiling zone v0.3.1
23752026-07-29T15:48:40.916Z Compiling arrayvec v0.7.6
23762026-07-29T15:48:40.943Z Compiling xattr v1.6.1
23772026-07-29T15:48:41.003Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-07-29T15:48:41.098Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23792026-07-29T15:48:41.124Z Compiling tar v0.4.46
23802026-07-29T15:48:41.179Z Compiling tokio-dtrace v0.1.1
23812026-07-29T15:48:41.195Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-07-29T15:48:41.318Z Compiling console v0.16.2
23832026-07-29T15:48:41.333Z Compiling gethostname v0.5.0
23842026-07-29T15:48:41.487Z Compiling unit-prefix v0.5.2
23852026-07-29T15:48:41.527Z Compiling topological-sort v0.2.2
23862026-07-29T15:48:41.560Z Compiling oxide-tokio-rt v0.1.4
23872026-07-29T15:48:41.684Z Compiling toml v0.8.23
23882026-07-29T15:48:41.687Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-07-29T15:48:41.714Z Compiling indicatif v0.18.4
23902026-07-29T15:48:41.872Z Compiling shell-words v1.1.1
23912026-07-29T15:48:51.131Z Compiling progenitor-client v0.14.0
23922026-07-29T15:48:51.131Z Compiling omicron-zone-package v0.12.3
23932026-07-29T15:48:51.372Z Compiling progenitor-extras v0.2.0
23942026-07-29T15:48:51.661Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-07-29T15:48:51.797Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-07-29T15:48:51.903Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-07-29T15:48:51.940Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-07-29T15:48:51.986Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-07-29T15:48:52.003Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-07-29T15:48:52.132Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-07-29T15:48:52.268Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-07-29T15:48:52.715Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-07-29T15:48:56.523Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-07-29T15:49:04.565Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-07-29T15:49:07.696Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-07-29T15:49:08.705Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-07-29T15:49:18.088Z Finished `release` profile [optimized] target(s) in 1m 38s
24082026-07-29T15:49:18.232Z Running `target/release/omicron-package -t test target create -p dev`
24092026-07-29T15:49:18.291ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-29T15:49:18.294ZCreated new build target 'test' and set it as active
24112026-07-29T15:49:18.294Z
24122026-07-29T15:49:18.294Zreal 1:38.992431320
24132026-07-29T15:49:18.294Zuser 16:13.125323688
24142026-07-29T15:49:18.294Zsys 2:31.209386576
24152026-07-29T15:49:18.294Ztrap 0.444483983
24162026-07-29T15:49:18.294Ztflt 2.215981252
24172026-07-29T15:49:18.294Zdflt 4.635570029
24182026-07-29T15:49:18.294Zkflt 0.000860310
24192026-07-29T15:49:18.294Zlock 52:13.755835387
24202026-07-29T15:49:18.294Zslp 41:32.685249976
24212026-07-29T15:49:18.294Zlat 41.687718587
24222026-07-29T15:49:18.295Zstop 5:21.759957090
24232026-07-29T15:49:18.299Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-07-29T15:49:19.152Z Finished `release` profile [optimized] target(s) in 0.84s
24252026-07-29T15:49:19.220Z Running `target/release/omicron-package -t test package`
24262026-07-29T15:49:19.276ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-07-29T15:49:20.673Z Compiling heck v0.5.0
24282026-07-29T15:49:20.872Z Compiling regress v0.11.1
24292026-07-29T15:49:20.890Z Compiling unsafe-libyaml v0.2.11
24302026-07-29T15:49:20.923Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-07-29T15:49:20.952Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-07-29T15:49:20.956Z Compiling derive-where v1.6.0
24332026-07-29T15:49:20.995Z Compiling bytecount v0.6.9
24342026-07-29T15:49:20.999Z Compiling atomicwrites v0.4.4
24352026-07-29T15:49:20.999Z Compiling is-terminal v0.4.17
24362026-07-29T15:49:21.015Z Compiling prettyplease v0.2.37
24372026-07-29T15:49:21.074Z Compiling console v0.15.11
24382026-07-29T15:49:21.077Z Compiling newline-converter v0.3.0
24392026-07-29T15:49:21.077Z Compiling slog-dtrace v0.3.0
24402026-07-29T15:49:21.114Z Compiling resolv-conf v0.7.6
24412026-07-29T15:49:21.135Z Compiling num-rational v0.4.2
24422026-07-29T15:49:21.175Z Compiling num-complex v0.4.6
24432026-07-29T15:49:21.197Z Compiling thread_local v1.1.9
24442026-07-29T15:49:21.201Z Compiling compression-core v0.4.31
24452026-07-29T15:49:21.239Z Compiling cancel-safe-futures v0.1.5
24462026-07-29T15:49:21.261Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24472026-07-29T15:49:21.312Z Compiling unicode-width v0.1.14
24482026-07-29T15:49:21.392Z Compiling match_cfg v0.1.0
24492026-07-29T15:49:21.449Z Compiling serde_yaml v0.9.34+deprecated
24502026-07-29T15:49:21.476Z Compiling expectorate v1.2.0
24512026-07-29T15:49:21.525Z Compiling hostname v0.3.1
24522026-07-29T15:49:21.551Z Compiling compression-codecs v0.4.37
24532026-07-29T15:49:21.644Z Compiling num v0.4.3
24542026-07-29T15:49:21.668Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-07-29T15:49:21.691Z Compiling multer v3.1.0
24562026-07-29T15:49:21.715Z Compiling slog-async v2.8.0
24572026-07-29T15:49:21.719Z Compiling crossbeam-channel v0.5.15
24582026-07-29T15:49:21.758Z Compiling slog-json v2.6.1
24592026-07-29T15:49:21.762Z Compiling serde_spanned v1.1.1
24602026-07-29T15:49:21.762Z Compiling toml_datetime v1.1.1+spec-1.1.0
24612026-07-29T15:49:21.804Z Compiling linked-hash-map v0.5.6
24622026-07-29T15:49:21.837Z Compiling take_mut v0.2.2
24632026-07-29T15:49:21.963Z Compiling term v1.2.1
24642026-07-29T15:49:21.984Z Compiling toml_writer v1.1.1+spec-1.1.0
24652026-07-29T15:49:21.984Z Compiling float-ord v0.3.2
24662026-07-29T15:49:22.050Z Compiling lru-cache v0.1.2
24672026-07-29T15:49:22.080Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-07-29T15:49:22.140Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24692026-07-29T15:49:22.140Z Compiling slog-bunyan v2.5.0
24702026-07-29T15:49:22.184Z Compiling oxide-update-engine-types v0.1.2
24712026-07-29T15:49:22.187Z Compiling toml v1.1.2+spec-1.1.0
24722026-07-29T15:49:22.227Z Compiling async-compression v0.4.41
24732026-07-29T15:49:22.324Z Compiling slog-term v2.9.2
24742026-07-29T15:49:22.470Z Compiling typify-impl v0.6.2
24752026-07-29T15:49:22.532Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24762026-07-29T15:49:22.596Z Compiling async-stream v0.3.6
24772026-07-29T15:49:22.676Z Compiling dropshot v0.17.1
24782026-07-29T15:49:22.720Z Compiling sha1 v0.11.0
24792026-07-29T15:49:22.739Z Compiling progenitor-client v0.14.0
24802026-07-29T15:49:22.759Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24812026-07-29T15:49:22.788Z Compiling waitgroup v0.1.2
24822026-07-29T15:49:22.838Z Compiling rustls-pemfile v2.2.0
24832026-07-29T15:49:22.908Z Compiling backon v1.6.0
24842026-07-29T15:49:22.949Z Compiling serde_path_to_error v0.1.20
24852026-07-29T15:49:22.969Z Compiling hostname v0.4.2
24862026-07-29T15:49:22.989Z Compiling instant v0.1.13
24872026-07-29T15:49:23.063Z Compiling debug-ignore v1.0.5
24882026-07-29T15:49:23.066Z Compiling minimal-lexical v0.2.1
24892026-07-29T15:49:23.118Z Compiling linear-map v1.2.0
24902026-07-29T15:49:23.144Z Compiling backoff v0.4.0
24912026-07-29T15:49:23.147Z Compiling progenitor-extras v0.2.0
24922026-07-29T15:49:23.197Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24932026-07-29T15:49:23.316Z Compiling nom v7.1.3
24942026-07-29T15:49:23.374Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24952026-07-29T15:49:23.377Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-07-29T15:49:23.377Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-07-29T15:49:23.436Z Compiling parse-display v0.10.0
24982026-07-29T15:49:23.458Z Compiling oxide-update-engine v0.1.2
24992026-07-29T15:49:23.689Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25002026-07-29T15:49:23.725Z Compiling hickory-proto v0.24.4
25012026-07-29T15:49:24.132Z Compiling regress v0.10.5
25022026-07-29T15:49:24.316Z Compiling itertools v0.14.0
25032026-07-29T15:49:24.723Z Compiling macaddr v1.0.1
25042026-07-29T15:49:24.784Z Compiling humantime v2.3.0
25052026-07-29T15:49:24.805Z Compiling unicode-xid v0.2.6
25062026-07-29T15:49:25.047Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-07-29T15:49:25.068Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-07-29T15:49:25.121Z Compiling convert_case v0.10.0
25092026-07-29T15:49:25.273Z Compiling owo-colors v4.3.0
25102026-07-29T15:49:25.354Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-29T15:49:25.398Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-07-29T15:49:25.606Z Compiling derive_more-impl v2.1.1
25132026-07-29T15:49:25.633Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-07-29T15:49:25.675Z Compiling toml v0.8.23
25152026-07-29T15:49:25.950Z Compiling typify-macro v0.6.2
25162026-07-29T15:49:26.052Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-07-29T15:49:26.112Z Compiling papergrid v0.11.0
25182026-07-29T15:49:26.216Z Compiling hickory-resolver v0.24.4
25192026-07-29T15:49:26.262Z Compiling tabled_derive v0.7.0
25202026-07-29T15:49:26.390Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25212026-07-29T15:49:26.775Z Compiling derive_more v2.1.1
25222026-07-29T15:49:26.884Z Compiling termtree v0.5.1
25232026-07-29T15:49:27.091Z Compiling crossterm v0.29.0
25242026-07-29T15:49:27.174Z Compiling tabled v0.15.0
25252026-07-29T15:49:27.418Z Compiling qorb v0.4.1
25262026-07-29T15:49:27.442Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-07-29T15:49:27.601Z Compiling typify v0.6.2
25282026-07-29T15:49:27.892Z Compiling progenitor-impl v0.14.0
25292026-07-29T15:49:28.361Z Compiling phf_shared v0.12.1
25302026-07-29T15:49:28.616Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-07-29T15:49:29.133Z Compiling vte v0.14.1
25322026-07-29T15:49:29.381Z Compiling csv-core v0.1.13
25332026-07-29T15:49:29.802Z Compiling chrono-tz v0.10.4
25342026-07-29T15:49:29.895Z Compiling highway v1.3.0
25352026-07-29T15:49:30.014Z Compiling progenitor-macro v0.14.0
25362026-07-29T15:49:30.625Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-07-29T15:49:31.139Z Compiling csv v1.4.0
25382026-07-29T15:49:31.180Z Compiling strip-ansi-escapes v0.2.1
25392026-07-29T15:49:31.348Z Compiling phf v0.12.1
25402026-07-29T15:49:31.461Z Compiling const_format_proc_macros v0.2.34
25412026-07-29T15:49:31.542Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-07-29T15:49:31.721Z Compiling fd-lock v4.0.4
25432026-07-29T15:49:31.938Z Compiling peg-macros v0.8.5
25442026-07-29T15:49:32.014Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-07-29T15:49:32.227Z Compiling nu-ansi-term v0.50.3
25462026-07-29T15:49:32.467Z Compiling reedline v0.40.0
25472026-07-29T15:49:32.778Z Compiling const_format v0.2.35
25482026-07-29T15:49:32.862Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-07-29T15:49:33.199Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-07-29T15:49:33.290Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25512026-07-29T15:49:33.456Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-07-29T15:49:34.117Z Compiling progenitor v0.14.0
25532026-07-29T15:49:34.300Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25542026-07-29T15:49:34.392Z Compiling peg v0.8.5
25552026-07-29T15:49:34.434Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-07-29T15:49:34.490Z Compiling bcs v0.1.6
25572026-07-29T15:49:34.928Z Compiling nom v8.0.0
25582026-07-29T15:49:35.184Z Compiling semver v0.1.20
25592026-07-29T15:49:35.470Z Compiling rustc_version v0.1.7
25602026-07-29T15:49:35.702Z Compiling newtype_derive v0.1.6
25612026-07-29T15:49:35.936Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-07-29T15:49:36.068Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25632026-07-29T15:49:36.072Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-07-29T15:49:36.193Z Compiling smawk v0.3.2
25652026-07-29T15:49:36.231Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-29T15:49:36.387Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25672026-07-29T15:49:36.470Z Compiling unicode-linebreak v0.1.5
25682026-07-29T15:49:36.564Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-07-29T15:49:36.638Z Compiling base64 v0.21.7
25702026-07-29T15:49:36.717Z Compiling textwrap v0.16.2
25712026-07-29T15:49:36.776Z Compiling steno v0.4.1
25722026-07-29T15:49:37.079Z Compiling dropshot-api-manager-types v0.7.2
25732026-07-29T15:49:37.163Z Compiling sha1 v0.10.6
25742026-07-29T15:49:37.587Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25752026-07-29T15:49:37.654Z Compiling utf-8 v0.7.6
25762026-07-29T15:49:37.684Z Compiling tagptr v0.2.0
25772026-07-29T15:49:37.896Z Compiling moka v0.12.13
25782026-07-29T15:49:37.926Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25792026-07-29T15:49:38.177Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-07-29T15:49:38.276Z Compiling tungstenite v0.21.0
25812026-07-29T15:49:38.350Z Compiling display-error-chain v0.2.2
25822026-07-29T15:49:38.711Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25832026-07-29T15:49:38.734Z Compiling darling_core v0.21.3
25842026-07-29T15:49:39.194Z Compiling hickory-resolver v0.25.2
25852026-07-29T15:49:39.360Z Compiling tokio-tungstenite v0.21.0
25862026-07-29T15:49:39.745Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25872026-07-29T15:49:40.024Z Compiling radium v0.7.0
25882026-07-29T15:49:40.328Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-07-29T15:49:40.390Z Compiling tap v1.0.1
25902026-07-29T15:49:40.535Z Compiling maybe-uninit v2.0.0
25912026-07-29T15:49:40.890Z Compiling darling_macro v0.21.3
25922026-07-29T15:49:40.948Z Compiling wyz v0.5.1
25932026-07-29T15:49:41.285Z Compiling vergen-lib v0.1.6
25942026-07-29T15:49:41.422Z Compiling darling v0.21.3
25952026-07-29T15:49:41.471Z Compiling zerocopy-derive v0.6.6
25962026-07-29T15:49:41.511Z Compiling proc-macro-error-attr2 v2.0.0
25972026-07-29T15:49:41.535Z Compiling funty v2.0.0
25982026-07-29T15:49:41.914Z Compiling diesel_derives v2.3.7
25992026-07-29T15:49:42.132Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26002026-07-29T15:49:42.224Z Compiling crc-catalog v2.4.0
26012026-07-29T15:49:42.349Z Compiling packed_struct v0.10.1
26022026-07-29T15:49:42.506Z Compiling crc v3.4.0
26032026-07-29T15:49:42.606Z Compiling zerocopy v0.6.6
26042026-07-29T15:49:42.703Z Compiling proc-macro-error2 v2.0.1
26052026-07-29T15:49:42.730Z Compiling bitvec v1.0.1
26062026-07-29T15:49:42.785Z Compiling dsl_auto_type v0.2.0
26072026-07-29T15:49:43.009Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26082026-07-29T15:49:43.030Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26092026-07-29T15:49:43.242Z Compiling libscf-sys v1.2.0
26102026-07-29T15:49:43.325Z Compiling scheduled-thread-pool v0.2.7
26112026-07-29T15:49:43.376Z Compiling packed_struct_codegen v0.10.1
26122026-07-29T15:49:43.416Z Compiling vergen-gitcl v1.0.8
26132026-07-29T15:49:43.641Z Compiling bitfield-macros v0.19.4
26142026-07-29T15:49:43.891Z Compiling diesel_table_macro_syntax v0.3.0
26152026-07-29T15:49:44.105Z Compiling dirs-sys-next v0.1.2
26162026-07-29T15:49:44.374Z Compiling indexmap v1.9.3
26172026-07-29T15:49:44.396Z Compiling glob v0.3.3
26182026-07-29T15:49:44.400Z Compiling nodrop v0.1.14
26192026-07-29T15:49:44.525Z Compiling maplit v1.0.2
26202026-07-29T15:49:44.549Z Compiling crunchy v0.2.4
26212026-07-29T15:49:44.575Z Compiling array-init v0.0.4
26222026-07-29T15:49:44.642Z Compiling bitfield v0.19.4
26232026-07-29T15:49:44.753Z Compiling clang-sys v1.8.1
26242026-07-29T15:49:44.871Z Compiling dirs-next v2.0.0
26252026-07-29T15:49:44.984Z Compiling r2d2 v0.8.10
26262026-07-29T15:49:45.003Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-07-29T15:49:45.026Z Compiling smallvec v0.6.14
26282026-07-29T15:49:45.176Z Compiling tabled_derive v0.11.0
26292026-07-29T15:49:45.267Z Compiling papergrid v0.17.0
26302026-07-29T15:49:45.291Z Compiling testing_table v0.3.0
26312026-07-29T15:49:45.457Z Compiling downcast-rs v2.0.2
26322026-07-29T15:49:45.561Z Compiling hashbrown v0.12.3
26332026-07-29T15:49:45.585Z Compiling tiny-keccak v2.0.2
26342026-07-29T15:49:45.706Z Compiling serde-hex v0.1.0
26352026-07-29T15:49:45.849Z Compiling term v0.7.0
26362026-07-29T15:49:45.975Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-07-29T15:49:46.171Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26382026-07-29T15:49:46.194Z Compiling ron v0.8.1
26392026-07-29T15:49:46.220Z Compiling hashbrown v0.13.2
26402026-07-29T15:49:46.224Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-07-29T15:49:46.333Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-07-29T15:49:46.559Z Compiling tabled v0.20.0
26432026-07-29T15:49:46.668Z Compiling bit-vec v0.6.3
26442026-07-29T15:49:46.833Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26452026-07-29T15:49:46.900Z Compiling crc-any v2.5.0
26462026-07-29T15:49:47.308Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-29T15:49:47.648Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26482026-07-29T15:49:47.683Z Compiling bit-set v0.5.3
26492026-07-29T15:49:47.869Z Compiling object v0.30.4
26502026-07-29T15:49:47.988Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26512026-07-29T15:49:48.329Z Compiling ascii-canvas v3.0.0
26522026-07-29T15:49:48.584Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-07-29T15:49:48.587Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-07-29T15:49:48.604Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-07-29T15:49:48.825Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-07-29T15:49:48.868Z Compiling itertools v0.10.5
26572026-07-29T15:49:49.004Z Compiling ena v0.14.4
26582026-07-29T15:49:49.144Z Compiling libloading v0.8.9
26592026-07-29T15:49:49.246Z Compiling unicase v2.9.0
26602026-07-29T15:49:49.372Z Compiling diff v0.1.13
26612026-07-29T15:49:49.502Z Compiling diesel v2.3.7
26622026-07-29T15:49:49.560Z Compiling bindgen v0.71.1
26632026-07-29T15:49:49.646Z Compiling regex-syntax v0.6.29
26642026-07-29T15:49:49.870Z Compiling path-slash v0.1.5
26652026-07-29T15:49:49.895Z Compiling xshell-macros v0.2.7
26662026-07-29T15:49:50.080Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-29T15:49:50.281Z Compiling xshell v0.2.7
26682026-07-29T15:49:50.887Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-07-29T15:49:51.491Z Compiling lalrpop v0.19.12
26702026-07-29T15:49:51.678Z Compiling cexpr v0.6.0
26712026-07-29T15:49:52.288Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-07-29T15:49:52.463Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26732026-07-29T15:49:52.507Z Compiling rustc-hash v2.1.1
26742026-07-29T15:49:52.629Z Compiling crc8 v0.1.1
26752026-07-29T15:49:52.828Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26762026-07-29T15:49:52.941Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-07-29T15:49:53.166Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-07-29T15:49:53.685Z Compiling headers-core v0.3.0
26792026-07-29T15:49:53.847Z Compiling libxml v0.3.3
26802026-07-29T15:49:53.970Z Compiling headers v0.4.1
26812026-07-29T15:49:53.992Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-07-29T15:49:54.169Z Compiling strum_macros v0.24.3
26832026-07-29T15:49:54.191Z Compiling indoc v1.0.9
26842026-07-29T15:49:54.262Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26852026-07-29T15:49:54.423Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-07-29T15:49:54.612Z Compiling derive_builder v0.20.2
26872026-07-29T15:49:54.642Z Compiling quick-xml v0.37.5
26882026-07-29T15:49:54.780Z Compiling oso-derive v0.27.3
26892026-07-29T15:49:55.281Z Compiling impl-trait-for-tuples v0.2.3
26902026-07-29T15:49:55.368Z Compiling openssl-probe v0.1.6
26912026-07-29T15:49:55.564Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-07-29T15:49:55.662Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-29T15:49:55.876Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-29T15:49:56.068Z Compiling bb8 v0.8.6
26952026-07-29T15:49:56.262Z Compiling trait-variant v0.1.2
26962026-07-29T15:49:56.451Z Compiling half v1.8.3
26972026-07-29T15:49:56.578Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-29T15:49:56.623Z Compiling progenitor-impl v0.13.0
26992026-07-29T15:49:56.809Z Compiling serde_cbor v0.11.2
27002026-07-29T15:49:56.834Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-07-29T15:49:56.902Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-29T15:49:57.200Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-29T15:49:57.264Z Compiling samael v0.0.19
27042026-07-29T15:49:57.293Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27052026-07-29T15:49:57.686Z Compiling progenitor-client v0.13.0
27062026-07-29T15:49:57.791Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-29T15:49:57.812Z Compiling nonempty v0.12.0
27082026-07-29T15:49:58.047Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-07-29T15:49:58.096Z Compiling fxhash v0.2.1
27102026-07-29T15:49:58.192Z Compiling libz-sys v1.1.24
27112026-07-29T15:49:58.271Z Compiling salty v0.3.0
27122026-07-29T15:49:58.687Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-07-29T15:49:58.775Z Compiling progenitor-macro v0.13.0
27142026-07-29T15:49:58.826Z Compiling polar-core v0.27.3
27152026-07-29T15:49:58.873Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27162026-07-29T15:49:59.292Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27172026-07-29T15:49:59.339Z Compiling kstat-rs v0.2.4
27182026-07-29T15:49:59.449Z Compiling arc-swap v1.8.2
27192026-07-29T15:49:59.771Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27202026-07-29T15:49:59.847Z Compiling fs-err v2.11.0
27212026-07-29T15:50:00.304Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27222026-07-29T15:50:00.350Z Compiling mime_guess v2.0.5
27232026-07-29T15:50:00.604Z Compiling slog-scope v4.4.1
27242026-07-29T15:50:00.875Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27252026-07-29T15:50:00.896Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-07-29T15:50:01.931Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-07-29T15:50:02.274Z Compiling rfc6979 v0.4.0
27282026-07-29T15:50:02.473Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27292026-07-29T15:50:02.494Z Compiling nanorand v0.7.0
27302026-07-29T15:50:02.859Z Compiling progenitor v0.13.0
27312026-07-29T15:50:02.877Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-07-29T15:50:02.911Z Compiling parking_lot_core v0.8.6
27332026-07-29T15:50:03.049Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27342026-07-29T15:50:03.211Z Compiling flume v0.11.1
27352026-07-29T15:50:03.640Z Compiling ecdsa v0.16.9
27362026-07-29T15:50:04.268Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-07-29T15:50:04.354Z Compiling slog-stdlog v4.1.1
27382026-07-29T15:50:04.871Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-07-29T15:50:04.891Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-07-29T15:50:04.944Z Compiling primeorder v0.13.6
27412026-07-29T15:50:05.259Z Compiling git-stub v1.0.0
27422026-07-29T15:50:05.330Z Compiling atty v0.2.14
27432026-07-29T15:50:05.478Z Compiling parse-size v1.1.0
27442026-07-29T15:50:05.523Z Compiling http-range v0.1.5
27452026-07-29T15:50:05.698Z Compiling strsim v0.10.0
27462026-07-29T15:50:05.865Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-07-29T15:50:06.000Z Compiling instability v0.3.11
27482026-07-29T15:50:06.091Z Compiling darling_core v0.13.4
27492026-07-29T15:50:06.141Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27502026-07-29T15:50:06.251Z Compiling git-stub-vcs v0.1.0
27512026-07-29T15:50:06.614Z Compiling p384 v0.13.1
27522026-07-29T15:50:08.796Z Compiling oso v0.27.3
27532026-07-29T15:50:10.203Z Compiling async-bb8-diesel v0.2.1
27542026-07-29T15:50:10.650Z Compiling diesel-dtrace v0.5.0
27552026-07-29T15:50:10.978Z Compiling slog-envlogger v2.2.0
27562026-07-29T15:50:11.220Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27572026-07-29T15:50:11.835Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27582026-07-29T15:50:12.083Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27592026-07-29T15:50:12.809Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27602026-07-29T15:50:13.562Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27612026-07-29T15:50:13.607Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27622026-07-29T15:50:14.301Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27632026-07-29T15:50:15.303Z Compiling ignore v0.4.25
27642026-07-29T15:50:15.456Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-29T15:50:15.671Z Compiling castaway v0.2.4
27662026-07-29T15:50:15.836Z Compiling vergen-git2 v9.1.0
27672026-07-29T15:50:16.063Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-29T15:50:16.338Z Compiling indoc v2.0.7
27692026-07-29T15:50:16.889Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-07-29T15:50:17.006Z Compiling globwalk v0.9.1
27712026-07-29T15:50:17.470Z Compiling compact_str v0.8.1
27722026-07-29T15:50:17.649Z Compiling parking_lot v0.11.2
27732026-07-29T15:50:18.447Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-07-29T15:50:18.551Z Compiling hyper-staticfile v0.10.1
27752026-07-29T15:50:18.572Z Compiling darling_macro v0.13.4
27762026-07-29T15:50:18.575Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-07-29T15:50:19.095Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-07-29T15:50:19.131Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27792026-07-29T15:50:19.362Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-07-29T15:50:19.665Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-07-29T15:50:19.724Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27822026-07-29T15:50:19.810Z Compiling predicates-tree v1.0.13
27832026-07-29T15:50:19.913Z Compiling unicode-truncate v1.1.0
27842026-07-29T15:50:20.057Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27852026-07-29T15:50:20.121Z Compiling lru v0.12.5
27862026-07-29T15:50:20.145Z Compiling prefix-trie v0.7.0
27872026-07-29T15:50:20.227Z Compiling rand_seeder v0.4.0
27882026-07-29T15:50:20.250Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-29T15:50:20.273Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27902026-07-29T15:50:20.336Z Compiling illumos-nvpair-sys v0.2.0
27912026-07-29T15:50:20.475Z Compiling cassowary v0.3.0
27922026-07-29T15:50:20.525Z Compiling corncobs v0.1.4
27932026-07-29T15:50:20.592Z Compiling hickory-server v0.25.2
27942026-07-29T15:50:20.653Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-07-29T15:50:20.709Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-07-29T15:50:20.764Z Compiling ratatui v0.29.0
27972026-07-29T15:50:20.903Z Compiling camino-tempfile-ext v0.3.3
27982026-07-29T15:50:21.049Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-07-29T15:50:21.371Z Compiling darling v0.13.4
28002026-07-29T15:50:21.528Z Compiling sled v0.34.7
28012026-07-29T15:50:21.556Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28022026-07-29T15:50:21.840Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-07-29T15:50:22.021Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-07-29T15:50:22.274Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-07-29T15:50:22.680Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28062026-07-29T15:50:23.530Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28072026-07-29T15:50:23.872Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-07-29T15:50:24.091Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28092026-07-29T15:50:24.303Z Compiling secrecy v0.8.0
28102026-07-29T15:50:24.494Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28112026-07-29T15:50:25.167Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28122026-07-29T15:50:25.625Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28132026-07-29T15:50:26.206Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28142026-07-29T15:50:26.526Z Compiling serde_with_macros v1.5.2
28152026-07-29T15:50:26.996Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-07-29T15:50:27.326Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28172026-07-29T15:50:27.346Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28182026-07-29T15:50:28.064Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-29T15:50:28.670Z Compiling git2 v0.20.4
28202026-07-29T15:50:29.129Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-07-29T15:50:29.278Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28222026-07-29T15:50:29.354Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-07-29T15:50:29.453Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28242026-07-29T15:50:29.497Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28252026-07-29T15:50:29.577Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28262026-07-29T15:50:29.669Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28272026-07-29T15:50:29.848Z Compiling void v1.0.2
28282026-07-29T15:50:30.002Z Compiling lzss v0.8.2
28292026-07-29T15:50:30.152Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28302026-07-29T15:50:30.276Z Compiling serde_with v1.14.0
28312026-07-29T15:50:31.419Z Compiling illumos-nvpair v0.3.0
28322026-07-29T15:50:31.461Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28332026-07-29T15:50:31.720Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28342026-07-29T15:50:32.215Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28352026-07-29T15:50:33.439Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28362026-07-29T15:50:33.475Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28372026-07-29T15:50:33.755Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-07-29T15:50:34.171Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28392026-07-29T15:50:34.549Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-07-29T15:50:35.270Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28412026-07-29T15:50:35.403Z Compiling tungstenite v0.23.0
28422026-07-29T15:50:35.525Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28432026-07-29T15:50:36.368Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28442026-07-29T15:50:37.467Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28452026-07-29T15:50:37.540Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28462026-07-29T15:50:37.671Z Compiling nix v0.27.1
28472026-07-29T15:50:37.733Z Compiling twox-hash v2.1.2
28482026-07-29T15:50:37.819Z Compiling libsw-core v0.3.2
28492026-07-29T15:50:38.037Z Compiling serde_bytes v0.11.19
28502026-07-29T15:50:38.270Z Compiling libsw v3.5.0
28512026-07-29T15:50:38.336Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28522026-07-29T15:50:38.414Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28532026-07-29T15:50:38.561Z Compiling tokio-tungstenite v0.23.1
28542026-07-29T15:50:38.833Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28552026-07-29T15:50:38.944Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28562026-07-29T15:50:39.424Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28572026-07-29T15:50:40.488Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28582026-07-29T15:50:41.771Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28592026-07-29T15:50:42.407Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28602026-07-29T15:50:42.636Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-07-29T15:50:43.043Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28622026-07-29T15:50:43.335Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28632026-07-29T15:50:43.475Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-07-29T15:50:43.497Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-07-29T15:50:43.768Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28662026-07-29T15:50:44.068Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28672026-07-29T15:50:44.096Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682026-07-29T15:50:44.970Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-07-29T15:50:45.673Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28702026-07-29T15:50:48.066Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-07-29T15:50:48.520Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28722026-07-29T15:50:48.548Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28732026-07-29T15:50:49.419Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-07-29T15:50:49.669Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28752026-07-29T15:50:50.607Z Compiling signal-hook-tokio v0.3.1
28762026-07-29T15:50:50.801Z Compiling fatfs v0.3.6
28772026-07-29T15:50:50.894Z Compiling yasna v0.5.2
28782026-07-29T15:50:50.924Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-07-29T15:50:51.029Z Compiling assert_matches v1.5.0
28802026-07-29T15:50:51.137Z Compiling is_ci v1.2.0
28812026-07-29T15:50:51.348Z Compiling seq-macro v0.3.6
28822026-07-29T15:50:51.830Z Compiling rcgen v0.12.1
28832026-07-29T15:50:51.859Z Compiling supports-color v3.0.2
28842026-07-29T15:50:52.070Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28852026-07-29T15:50:52.180Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-07-29T15:50:52.439Z Compiling oxide-update-engine-display v0.1.2
28872026-07-29T15:50:52.471Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28882026-07-29T15:50:53.388Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28892026-07-29T15:50:54.628Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-07-29T15:50:54.853Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28912026-07-29T15:50:55.102Z Compiling port-file v0.1.0
28922026-07-29T15:50:55.283Z Compiling rtoolbox v0.0.3
28932026-07-29T15:50:55.439Z Compiling subprocess v0.2.15
28942026-07-29T15:50:55.568Z Compiling rpassword v7.5.4
28952026-07-29T15:50:56.195Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-07-29T15:50:56.317Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28972026-07-29T15:50:57.582Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28982026-07-29T15:50:57.728Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-07-29T15:50:58.204Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-07-29T15:50:58.753Z Compiling tui-tree-widget v0.23.1
29012026-07-29T15:50:59.044Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29022026-07-29T15:50:59.965Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-07-29T15:51:00.335Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-07-29T15:51:01.415Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29052026-07-29T15:51:01.634Z Compiling uzers v0.12.2
29062026-07-29T15:51:02.540Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-07-29T15:51:02.732Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-07-29T15:51:03.052Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-07-29T15:51:03.742Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-07-29T15:51:05.501Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-07-29T15:51:07.321Z Compiling support-bundle-viewer v0.1.2
29122026-07-29T15:51:07.577Z Compiling multimap v0.10.1
29132026-07-29T15:51:19.006Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-07-29T15:51:21.410Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29152026-07-29T15:51:28.369Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29162026-07-29T15:51:30.095Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29172026-07-29T15:51:31.905Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29182026-07-29T16:02:17.411Z Finished `release` profile [optimized] target(s) in 12m 58s
29192026-07-29T16:02:17.414Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29202026-07-29T16:02:17.414Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29212026-07-29T16:03:07.383Z
29222026-07-29T16:03:07.383Zreal 13:49.061077539
29232026-07-29T16:03:07.383Zuser 1:24:02.492450110
29242026-07-29T16:03:07.387Zsys 3:37.851201587
29252026-07-29T16:03:07.387Ztrap 1.802369346
29262026-07-29T16:03:07.387Ztflt 2.283510461
29272026-07-29T16:03:07.387Zdflt 19.076357107
29282026-07-29T16:03:07.387Zkflt 0.118141970
29292026-07-29T16:03:07.387Zlock 10:06:51.747226023
29302026-07-29T16:03:07.388Zslp 2:31:24.579698354
29312026-07-29T16:03:07.388Zlat 2:37.494219239
29322026-07-29T16:03:07.388Zstop 5:48.245259374
29332026-07-29T16:03:07.388Z+ mapfile -t packages
29342026-07-29T16:03:07.388Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29352026-07-29T16:03:08.314Z Finished `release` profile [optimized] target(s) in 0.92s
29362026-07-29T16:03:08.384Z Running `target/release/omicron-package -t test list-outputs`
29372026-07-29T16:03:08.445ZLogging to: /work/oxidecomputer/omicron/out/LOG
29382026-07-29T16:03:08.448Z+ ptime -m cargo build --locked --release -p xtask
29392026-07-29T16:03:08.921Z Compiling libc v0.2.185
29402026-07-29T16:03:08.921Z Compiling serde_core v1.0.228
29412026-07-29T16:03:08.921Z Compiling serde v1.0.228
29422026-07-29T16:03:08.925Z Compiling rustix v1.1.3
29432026-07-29T16:03:08.925Z Compiling bitflags v2.11.0
29442026-07-29T16:03:08.925Z Compiling serde_json v1.0.151
29452026-07-29T16:03:09.056Z Compiling usdt-impl v0.5.0
29462026-07-29T16:03:09.059Z Compiling syn v2.0.117
29472026-07-29T16:03:09.059Z Compiling syn v1.0.109
29482026-07-29T16:03:09.125Z Compiling log v0.4.29
29492026-07-29T16:03:09.129Z Compiling getrandom v0.4.1
29502026-07-29T16:03:09.133Z Compiling indexmap v2.14.0
29512026-07-29T16:03:09.146Z Compiling fs-err v3.3.0
29522026-07-29T16:03:09.328Z Compiling once_cell v1.21.3
29532026-07-29T16:03:09.378Z Compiling heck v0.4.1
29542026-07-29T16:03:09.415Z Compiling anyhow v1.0.102
29552026-07-29T16:03:09.760Z Compiling thread-id v4.2.2
29562026-07-29T16:03:09.800Z Compiling errno v0.3.14
29572026-07-29T16:03:09.800Z Compiling memmap v0.7.0
29582026-07-29T16:03:10.546Z Compiling proc-macro-error v1.0.4
29592026-07-29T16:03:10.757Z Compiling terminal_size v0.4.3
29602026-07-29T16:03:10.757Z Compiling tempfile v3.25.0
29612026-07-29T16:03:10.802Z Compiling tabled_derive v0.7.0
29622026-07-29T16:03:10.856Z Compiling clap_builder v4.6.0
29632026-07-29T16:03:10.856Z Compiling textwrap v0.16.2
29642026-07-29T16:03:11.167Z Compiling camino v1.2.2
29652026-07-29T16:03:11.182Z Compiling cargo-platform v0.3.2
29662026-07-29T16:03:12.420Z Compiling pest_generator v2.8.6
29672026-07-29T16:03:12.437Z Compiling semver v1.0.28
29682026-07-29T16:03:12.437Z Compiling camino-tempfile v1.4.1
29692026-07-29T16:03:12.438Z Compiling tabled v0.15.0
29702026-07-29T16:03:12.438Z Compiling serde_derive v1.0.228
29712026-07-29T16:03:12.438Z Compiling thiserror-impl v1.0.69
29722026-07-29T16:03:12.438Z Compiling zerocopy-derive v0.7.35
29732026-07-29T16:03:12.438Z Compiling pest_derive v2.8.6
29742026-07-29T16:03:12.438Z Compiling scroll_derive v0.12.1
29752026-07-29T16:03:12.438Z Compiling thiserror-impl v2.0.18
29762026-07-29T16:03:12.438Z Compiling clap_derive v4.6.1
29772026-07-29T16:03:12.473Z Compiling scroll v0.12.0
29782026-07-29T16:03:13.451Z Compiling zerocopy v0.7.35
29792026-07-29T16:03:13.465Z Compiling goblin v0.8.2
29802026-07-29T16:03:13.465Z Compiling thiserror v1.0.69
29812026-07-29T16:03:13.465Z Compiling dtrace-parser v0.2.0
29822026-07-29T16:03:13.465Z Compiling thiserror v2.0.18
29832026-07-29T16:03:13.465Z Compiling clap v4.6.1
29842026-07-29T16:03:14.852Z Compiling dof v0.3.0
29852026-07-29T16:03:14.899Z Compiling serde_spanned v0.6.9
29862026-07-29T16:03:14.909Z Compiling toml_datetime v0.6.11
29872026-07-29T16:03:14.942Z Compiling serde_tokenstream v0.2.3
29882026-07-29T16:03:14.970Z Compiling macaddr v1.0.1
29892026-07-29T16:03:15.025Z Compiling cargo_metadata v0.23.1
29902026-07-29T16:03:15.067Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29912026-07-29T16:03:15.216Z Compiling toml_edit v0.22.27
29922026-07-29T16:03:15.642Z Compiling usdt-attr-macro v0.5.0
29932026-07-29T16:03:15.646Z Compiling usdt-macro v0.5.0
29942026-07-29T16:03:16.294Z Compiling usdt v0.5.0
29952026-07-29T16:03:16.739Z Compiling toml v0.8.23
29962026-07-29T16:03:17.188Z Compiling cargo_toml v0.21.0
29972026-07-29T16:03:21.612Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982026-07-29T16:03:24.821Z Finished `release` profile [optimized] target(s) in 16.35s
29992026-07-29T16:03:24.917Z
30002026-07-29T16:03:24.917Zreal 16.433408490
30012026-07-29T16:03:24.917Zuser 2:04.967390959
30022026-07-29T16:03:24.917Zsys 13.386279014
30032026-07-29T16:03:24.917Ztrap 0.068356915
30042026-07-29T16:03:24.922Ztflt 0.465467016
30052026-07-29T16:03:24.922Zdflt 1.264913758
30062026-07-29T16:03:24.922Zkflt 0.000014820
30072026-07-29T16:03:24.922Zlock 4:44.881484019
30082026-07-29T16:03:24.922Zslp 2:41.639993975
30092026-07-29T16:03:24.922Zlat 4.262163856
30102026-07-29T16:03:24.922Zstop 16.094070835
30112026-07-29T16:03:24.922Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-07-29T16:03:24.922Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-07-29T16:03:24.923Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-07-29T16:03:24.923Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-07-29T16:03:24.923Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30162026-07-29T16:03:25.844Z Compiling progenitor-client v0.14.0
30172026-07-29T16:03:25.844Z Compiling newtype-uuid-macros v0.1.0
30182026-07-29T16:03:25.844Z Compiling match_cfg v0.1.0
30192026-07-29T16:03:25.848Z Compiling slog-json v2.6.1
30202026-07-29T16:03:25.848Z Compiling structmeta-derive v0.3.0
30212026-07-29T16:03:25.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-07-29T16:03:25.848Z Compiling sha1 v0.11.0
30232026-07-29T16:03:25.848Z Compiling multer v3.1.0
30242026-07-29T16:03:25.989Z Compiling compression-core v0.4.31
30252026-07-29T16:03:25.993Z Compiling debug-ignore v1.0.5
30262026-07-29T16:03:25.993Z Compiling async-stream-impl v0.3.6
30272026-07-29T16:03:25.993Z Compiling serde_spanned v1.1.1
30282026-07-29T16:03:25.993Z Compiling toml_datetime v1.1.1+spec-1.1.0
30292026-07-29T16:03:26.003Z Compiling dropshot v0.17.1
30302026-07-29T16:03:26.020Z Compiling toml_writer v1.1.1+spec-1.1.0
30312026-07-29T16:03:26.025Z Compiling waitgroup v0.1.2
30322026-07-29T16:03:26.206Z Compiling rustls-pemfile v2.2.0
30332026-07-29T16:03:26.255Z Compiling dropshot_endpoint v0.17.1
30342026-07-29T16:03:26.307Z Compiling compression-codecs v0.4.37
30352026-07-29T16:03:26.324Z Compiling hostname v0.3.1
30362026-07-29T16:03:26.328Z Compiling hostname v0.4.2
30372026-07-29T16:03:26.345Z Compiling toml v1.1.2+spec-1.1.0
30382026-07-29T16:03:26.381Z Compiling serde_path_to_error v0.1.20
30392026-07-29T16:03:26.456Z Compiling slog-bunyan v2.5.0
30402026-07-29T16:03:26.460Z Compiling atomicwrites v0.4.4
30412026-07-29T16:03:26.502Z Compiling async-compression v0.4.41
30422026-07-29T16:03:26.508Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30432026-07-29T16:03:26.528Z Compiling macaddr v1.0.1
30442026-07-29T16:03:26.578Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30452026-07-29T16:03:26.582Z Compiling instant v0.1.13
30462026-07-29T16:03:26.583Z Compiling itertools v0.14.0
30472026-07-29T16:03:26.636Z Compiling regress v0.10.5
30482026-07-29T16:03:26.659Z Compiling backon v1.6.0
30492026-07-29T16:03:26.682Z Compiling async-stream v0.3.6
30502026-07-29T16:03:26.700Z Compiling backoff v0.4.0
30512026-07-29T16:03:26.724Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-07-29T16:03:26.739Z Compiling humantime v2.3.0
30532026-07-29T16:03:26.755Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-07-29T16:03:26.755Z Compiling regress v0.11.1
30552026-07-29T16:03:26.790Z Compiling half v2.7.1
30562026-07-29T16:03:26.835Z Compiling progenitor-extras v0.2.0
30572026-07-29T16:03:26.879Z Compiling crucible-workspace-hack v0.1.0
30582026-07-29T16:03:26.882Z Compiling ciborium-io v0.2.2
30592026-07-29T16:03:26.929Z Compiling convert_case v0.4.0
30602026-07-29T16:03:26.963Z Compiling secrecy v0.10.3
30612026-07-29T16:03:27.025Z Compiling unsafe-libyaml v0.2.11
30622026-07-29T16:03:27.042Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-07-29T16:03:27.048Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-07-29T16:03:27.111Z Compiling ciborium-ll v0.2.2
30652026-07-29T16:03:27.130Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30662026-07-29T16:03:27.166Z Compiling inout v0.1.4
30672026-07-29T16:03:27.183Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30682026-07-29T16:03:27.204Z Compiling toml_datetime v0.7.5+spec-1.1.0
30692026-07-29T16:03:27.238Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30702026-07-29T16:03:27.307Z Compiling structmeta v0.3.0
30712026-07-29T16:03:27.324Z Compiling derive_more v0.99.20
30722026-07-29T16:03:27.347Z Compiling ciborium v0.2.2
30732026-07-29T16:03:27.364Z Compiling cipher v0.4.4
30742026-07-29T16:03:27.444Z Compiling toml_edit v0.23.10+spec-1.0.0
30752026-07-29T16:03:27.462Z Compiling thiserror-impl-no-std v2.0.2
30762026-07-29T16:03:27.478Z Compiling universal-hash v0.5.1
30772026-07-29T16:03:27.492Z Compiling opaque-debug v0.3.1
30782026-07-29T16:03:27.492Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30792026-07-29T16:03:27.548Z Compiling derive-ex v0.1.8
30802026-07-29T16:03:27.582Z Compiling parse-display-derive v0.10.0
30812026-07-29T16:03:27.629Z Compiling serde_yaml v0.9.34+deprecated
30822026-07-29T16:03:27.648Z Compiling poly1305 v0.8.0
30832026-07-29T16:03:27.669Z Compiling chacha20 v0.9.1
30842026-07-29T16:03:27.806Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30852026-07-29T16:03:27.929Z Compiling blake2 v0.10.6
30862026-07-29T16:03:27.946Z Compiling aead v0.5.2
30872026-07-29T16:03:27.965Z Compiling password-hash v0.5.0
30882026-07-29T16:03:27.965Z Compiling indent_write v2.2.0
30892026-07-29T16:03:28.145Z Compiling proc-macro-crate v3.4.0
30902026-07-29T16:03:28.175Z Compiling chacha20poly1305 v0.10.1
30912026-07-29T16:03:28.355Z Compiling typify-impl v0.6.2
30922026-07-29T16:03:28.404Z Compiling argon2 v0.5.3
30932026-07-29T16:03:28.420Z Compiling itertools v0.15.0
30942026-07-29T16:03:28.499Z Compiling heapless v0.8.0
30952026-07-29T16:03:28.535Z Compiling tabwriter v1.4.1
30962026-07-29T16:03:28.701Z Compiling thiserror-no-std v2.0.2
30972026-07-29T16:03:28.718Z Compiling num_enum_derive v0.7.6
30982026-07-29T16:03:28.780Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30992026-07-29T16:03:28.817Z Compiling vsss-rs v3.3.4
31002026-07-29T16:03:29.030Z Compiling hash32 v0.3.1
31012026-07-29T16:03:29.071Z Compiling num-derive v0.4.2
31022026-07-29T16:03:29.113Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-07-29T16:03:29.227Z Compiling smoltcp v0.11.0
31042026-07-29T16:03:29.270Z Compiling test-strategy v0.4.5
31052026-07-29T16:03:29.365Z Compiling parse-display v0.10.0
31062026-07-29T16:03:29.605Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31072026-07-29T16:03:29.641Z Compiling cobs v0.3.0
31082026-07-29T16:03:29.662Z Compiling colored v3.1.1
31092026-07-29T16:03:29.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-07-29T16:03:29.730Z Compiling proc-macro-error v1.0.4
31112026-07-29T16:03:29.771Z Compiling ingot-macros v0.2.0
31122026-07-29T16:03:29.788Z Compiling proc-macro-crate v1.3.1
31132026-07-29T16:03:29.843Z Compiling num_enum v0.7.6
31142026-07-29T16:03:29.866Z Compiling postcard v1.1.3
31152026-07-29T16:03:29.927Z Compiling rand v0.10.1
31162026-07-29T16:03:29.966Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31172026-07-29T16:03:29.998Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31182026-07-29T16:03:30.043Z Compiling foreign-types-macros v0.2.3
31192026-07-29T16:03:30.060Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31202026-07-29T16:03:30.064Z Compiling foreign-types-shared v0.3.1
31212026-07-29T16:03:30.095Z Compiling rayon-core v1.13.0
31222026-07-29T16:03:30.179Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31232026-07-29T16:03:30.223Z Compiling num_enum_derive v0.5.11
31242026-07-29T16:03:30.316Z Compiling crossbeam-deque v0.8.6
31252026-07-29T16:03:30.367Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31262026-07-29T16:03:30.371Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31272026-07-29T16:03:30.402Z Compiling cstr-argument v0.1.2
31282026-07-29T16:03:30.421Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31292026-07-29T16:03:30.472Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-07-29T16:03:30.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31312026-07-29T16:03:30.666Z Compiling cpubits v0.1.1
31322026-07-29T16:03:30.686Z Compiling foreign-types v0.5.0
31332026-07-29T16:03:30.704Z Compiling zone_cfg_derive v0.3.1
31342026-07-29T16:03:30.765Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31352026-07-29T16:03:30.785Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-07-29T16:03:30.788Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31372026-07-29T16:03:30.821Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31382026-07-29T16:03:30.855Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31392026-07-29T16:03:30.892Z Compiling itertools v0.12.1
31402026-07-29T16:03:30.934Z Compiling sigpipe v0.1.3
31412026-07-29T16:03:30.953Z Compiling glob v0.3.3
31422026-07-29T16:03:31.033Z Compiling rayon v1.11.0
31432026-07-29T16:03:31.046Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-07-29T16:03:31.050Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31452026-07-29T16:03:31.111Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31462026-07-29T16:03:31.255Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31472026-07-29T16:03:31.297Z Compiling smf v0.2.3
31482026-07-29T16:03:31.323Z Compiling whoami v1.6.1
31492026-07-29T16:03:31.344Z Compiling num_enum v0.5.11
31502026-07-29T16:03:31.362Z Compiling usdt-attr-macro v0.5.0
31512026-07-29T16:03:31.410Z Compiling gethostname v0.5.0
31522026-07-29T16:03:31.431Z Compiling usdt-macro v0.5.0
31532026-07-29T16:03:31.487Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31542026-07-29T16:03:31.516Z Compiling num-rational v0.4.2
31552026-07-29T16:03:31.551Z Compiling pem-rfc7468 v1.0.0
31562026-07-29T16:03:31.643Z Compiling num-complex v0.4.6
31572026-07-29T16:03:31.679Z Compiling derive-where v1.6.0
31582026-07-29T16:03:31.843Z Compiling memmap v0.7.0
31592026-07-29T16:03:31.884Z Compiling float-ord v0.3.2
31602026-07-29T16:03:32.089Z Compiling zone v0.3.1
31612026-07-29T16:03:32.109Z Compiling num v0.4.3
31622026-07-29T16:03:32.124Z Compiling toml v0.8.23
31632026-07-29T16:03:32.141Z Compiling hmac v0.13.0
31642026-07-29T16:03:32.172Z Compiling universal-hash v0.6.1
31652026-07-29T16:03:32.194Z Compiling resolv-conf v0.7.6
31662026-07-29T16:03:32.211Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-07-29T16:03:32.275Z Compiling cancel-safe-futures v0.1.5
31682026-07-29T16:03:32.279Z Compiling usdt v0.5.0
31692026-07-29T16:03:32.335Z Compiling polyval v0.7.1
31702026-07-29T16:03:32.357Z Compiling der v0.8.0
31712026-07-29T16:03:32.375Z Compiling prettyplease v0.2.37
31722026-07-29T16:03:32.564Z Compiling ghash v0.6.0
31732026-07-29T16:03:32.603Z Compiling pbkdf2 v0.13.0
31742026-07-29T16:03:32.621Z Compiling crypto-bigint v0.7.5
31752026-07-29T16:03:32.655Z Compiling aes v0.9.1
31762026-07-29T16:03:32.673Z Compiling console v0.15.11
31772026-07-29T16:03:32.723Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-07-29T16:03:32.740Z Compiling ingot-types v0.2.0
31792026-07-29T16:03:32.760Z Compiling hickory-proto v0.24.4
31802026-07-29T16:03:32.790Z Compiling newline-converter v0.3.0
31812026-07-29T16:03:32.806Z Compiling ctr v0.10.1
31822026-07-29T16:03:32.883Z Compiling aead v0.6.1
31832026-07-29T16:03:32.902Z Compiling sha2 v0.11.0
31842026-07-29T16:03:32.936Z Compiling linked-hash-map v0.5.6
31852026-07-29T16:03:32.953Z Compiling typify-macro v0.6.2
31862026-07-29T16:03:33.047Z Compiling linear-map v1.2.0
31872026-07-29T16:03:33.077Z Compiling libefi-sys v0.1.0
31882026-07-29T16:03:33.112Z Compiling oxide-update-engine-types v0.1.2
31892026-07-29T16:03:33.155Z Compiling ingot v0.2.1
31902026-07-29T16:03:33.200Z Compiling lru-cache v0.1.2
31912026-07-29T16:03:33.264Z Compiling aes-gcm v0.11.0
31922026-07-29T16:03:33.293Z Compiling spki v0.8.0
31932026-07-29T16:03:33.328Z Compiling expectorate v1.2.0
31942026-07-29T16:03:33.370Z Compiling salsa20 v0.11.0
31952026-07-29T16:03:33.497Z Compiling bitfield-struct v0.6.2
31962026-07-29T16:03:33.524Z Compiling nom v8.0.0
31972026-07-29T16:03:33.541Z Compiling semver v0.1.20
31982026-07-29T16:03:33.677Z Compiling scrypt v0.12.0
31992026-07-29T16:03:33.765Z Compiling rustc_version v0.1.7
32002026-07-29T16:03:33.783Z Compiling tokio-dtrace v0.1.1
32012026-07-29T16:03:33.801Z Compiling cbc v0.2.1
32022026-07-29T16:03:33.867Z Compiling slog-dtrace v0.3.0
32032026-07-29T16:03:33.996Z Compiling minimal-lexical v0.2.1
32042026-07-29T16:03:34.013Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-07-29T16:03:34.031Z Compiling newtype_derive v0.1.6
32062026-07-29T16:03:34.081Z Compiling oxide-tokio-rt v0.1.4
32072026-07-29T16:03:34.114Z Compiling pkcs5 v0.8.1
32082026-07-29T16:03:34.165Z Compiling oxide-update-engine v0.1.2
32092026-07-29T16:03:34.207Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-07-29T16:03:34.247Z Compiling nom v7.1.3
32112026-07-29T16:03:34.279Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122026-07-29T16:03:34.393Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-07-29T16:03:34.412Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-07-29T16:03:34.515Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-07-29T16:03:34.516Z Compiling phf_shared v0.12.1
32162026-07-29T16:03:34.554Z Compiling dropshot-api-manager-types v0.7.2
32172026-07-29T16:03:34.682Z Compiling csv-core v0.1.13
32182026-07-29T16:03:34.702Z Compiling unicode-xid v0.2.6
32192026-07-29T16:03:34.716Z Compiling highway v1.3.0
32202026-07-29T16:03:34.732Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32212026-07-29T16:03:34.819Z Compiling typify v0.6.2
32222026-07-29T16:03:34.836Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32232026-07-29T16:03:34.853Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32242026-07-29T16:03:34.898Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32252026-07-29T16:03:34.948Z Compiling progenitor-impl v0.14.0
32262026-07-29T16:03:34.964Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-07-29T16:03:34.976Z Compiling hickory-resolver v0.24.4
32282026-07-29T16:03:35.003Z Compiling xshell-macros v0.2.7
32292026-07-29T16:03:35.091Z Compiling chrono-tz v0.10.4
32302026-07-29T16:03:35.113Z Compiling csv v1.4.0
32312026-07-29T16:03:35.326Z Compiling const_format_proc_macros v0.2.34
32322026-07-29T16:03:35.443Z Compiling xshell v0.2.7
32332026-07-29T16:03:35.661Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32342026-07-29T16:03:35.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-07-29T16:03:35.894Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32362026-07-29T16:03:35.987Z Compiling qorb v0.4.1
32372026-07-29T16:03:36.011Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32382026-07-29T16:03:36.061Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32392026-07-29T16:03:36.193Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-07-29T16:03:36.218Z Compiling phf v0.12.1
32412026-07-29T16:03:36.400Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32422026-07-29T16:03:36.417Z Compiling pkcs8 v0.11.0
32432026-07-29T16:03:36.499Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-07-29T16:03:36.517Z Compiling ff v0.14.0
32452026-07-29T16:03:36.683Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32462026-07-29T16:03:36.705Z Compiling owo-colors v4.3.0
32472026-07-29T16:03:36.852Z Compiling const_format v0.2.35
32482026-07-29T16:03:36.876Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-07-29T16:03:37.068Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32502026-07-29T16:03:37.101Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32512026-07-29T16:03:37.220Z Compiling tabled_derive v0.7.0
32522026-07-29T16:03:37.241Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32532026-07-29T16:03:37.265Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32542026-07-29T16:03:37.596Z Compiling progenitor-macro v0.14.0
32552026-07-29T16:03:37.784Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32562026-07-29T16:03:37.805Z Compiling bcs v0.1.6
32572026-07-29T16:03:37.853Z Compiling termtree v0.5.1
32582026-07-29T16:03:38.037Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-07-29T16:03:38.097Z Compiling salty v0.3.0
32602026-07-29T16:03:38.159Z Compiling tagptr v0.2.0
32612026-07-29T16:03:38.208Z Compiling textwrap v0.16.2
32622026-07-29T16:03:38.257Z Compiling tabled v0.15.0
32632026-07-29T16:03:38.313Z Compiling moka v0.12.13
32642026-07-29T16:03:38.340Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-07-29T16:03:38.450Z Compiling steno v0.4.1
32662026-07-29T16:03:38.578Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-07-29T16:03:38.578Z Compiling group v0.14.0
32682026-07-29T16:03:38.684Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-07-29T16:03:38.710Z Compiling sha1 v0.10.6
32702026-07-29T16:03:38.791Z Compiling signature v3.0.0
32712026-07-29T16:03:38.814Z Compiling base64 v0.21.7
32722026-07-29T16:03:38.832Z Compiling base16ct v1.0.0
32732026-07-29T16:03:38.850Z Compiling radium v0.7.0
32742026-07-29T16:03:38.969Z Compiling sec1 v0.8.1
32752026-07-29T16:03:39.037Z Compiling hickory-resolver v0.25.2
32762026-07-29T16:03:39.134Z Compiling hkdf v0.13.0
32772026-07-29T16:03:39.169Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-07-29T16:03:39.172Z Compiling rfc6979 v0.4.0
32792026-07-29T16:03:39.205Z Compiling tap v1.0.1
32802026-07-29T16:03:39.323Z Compiling maybe-uninit v2.0.0
32812026-07-29T16:03:39.339Z Compiling wyz v0.5.1
32822026-07-29T16:03:39.356Z Compiling ecdsa v0.16.9
32832026-07-29T16:03:39.361Z Compiling elliptic-curve v0.14.1
32842026-07-29T16:03:39.558Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32852026-07-29T16:03:39.678Z Compiling primeorder v0.13.6
32862026-07-29T16:03:39.695Z Compiling proc-macro-error-attr2 v2.0.0
32872026-07-29T16:03:39.781Z Compiling funty v2.0.0
32882026-07-29T16:03:39.913Z Compiling utf-8 v0.7.6
32892026-07-29T16:03:39.950Z Compiling parking_lot_core v0.8.6
32902026-07-29T16:03:39.972Z Compiling packed_struct v0.10.1
32912026-07-29T16:03:40.133Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-07-29T16:03:40.150Z Compiling proc-macro-error2 v2.0.1
32932026-07-29T16:03:40.295Z Compiling bitvec v1.0.1
32942026-07-29T16:03:40.311Z Compiling tungstenite v0.21.0
32952026-07-29T16:03:40.375Z Compiling p384 v0.13.1
32962026-07-29T16:03:40.494Z Compiling wnaf v0.14.0
32972026-07-29T16:03:40.511Z Compiling primefield v0.14.0
32982026-07-29T16:03:40.640Z Compiling rfc6979 v0.6.0
32992026-07-29T16:03:40.714Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33002026-07-29T16:03:40.771Z Compiling git-stub v1.0.0
33012026-07-29T16:03:40.818Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-07-29T16:03:40.853Z Compiling packed_struct_codegen v0.10.1
33032026-07-29T16:03:40.933Z Compiling bitfield-macros v0.19.4
33042026-07-29T16:03:40.933Z Compiling zerocopy-derive v0.6.6
33052026-07-29T16:03:40.975Z Compiling indexmap v1.9.3
33062026-07-29T16:03:40.992Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33072026-07-29T16:03:41.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33082026-07-29T16:03:41.176Z Compiling nodrop v0.1.14
33092026-07-29T16:03:41.212Z Compiling crc-catalog v2.4.0
33102026-07-29T16:03:41.282Z Compiling array-init v0.0.4
33112026-07-29T16:03:41.316Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33122026-07-29T16:03:41.337Z Compiling crc v3.4.0
33132026-07-29T16:03:41.354Z Compiling git-stub-vcs v0.1.0
33142026-07-29T16:03:41.572Z Compiling tokio-tungstenite v0.21.0
33152026-07-29T16:03:41.612Z Compiling ecdsa v0.17.0
33162026-07-29T16:03:41.630Z Compiling primeorder v0.14.0
33172026-07-29T16:03:41.658Z Compiling tabled_derive v0.11.0
33182026-07-29T16:03:41.692Z Compiling bitfield v0.19.4
33192026-07-29T16:03:41.711Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33202026-07-29T16:03:41.742Z Compiling smallvec v0.6.14
33212026-07-29T16:03:41.865Z Compiling zerocopy v0.6.6
33222026-07-29T16:03:41.925Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-07-29T16:03:41.996Z Compiling progenitor-impl v0.13.0
33242026-07-29T16:03:42.030Z Compiling papergrid v0.17.0
33252026-07-29T16:03:42.071Z Compiling libscf-sys v1.2.0
33262026-07-29T16:03:42.090Z Compiling testing_table v0.3.0
33272026-07-29T16:03:42.108Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33282026-07-29T16:03:42.162Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-07-29T16:03:42.180Z Compiling curve25519-dalek v5.0.0
33302026-07-29T16:03:42.243Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33312026-07-29T16:03:42.282Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-07-29T16:03:42.305Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-07-29T16:03:42.322Z Compiling hashbrown v0.12.3
33342026-07-29T16:03:42.484Z Compiling illumos-nvpair-sys v0.2.0
33352026-07-29T16:03:42.529Z Compiling corncobs v0.1.4
33362026-07-29T16:03:42.546Z Compiling unicase v2.9.0
33372026-07-29T16:03:42.690Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-07-29T16:03:42.744Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-07-29T16:03:42.760Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-29T16:03:42.763Z Compiling progenitor v0.14.0
33412026-07-29T16:03:42.797Z Compiling mime_guess v2.0.5
33422026-07-29T16:03:42.832Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33432026-07-29T16:03:42.931Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-07-29T16:03:42.970Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-07-29T16:03:42.986Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33462026-07-29T16:03:43.127Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33472026-07-29T16:03:43.185Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33482026-07-29T16:03:43.214Z Compiling tabled v0.20.0
33492026-07-29T16:03:43.231Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33502026-07-29T16:03:43.356Z Compiling parking_lot v0.11.2
33512026-07-29T16:03:43.390Z Compiling serde-hex v0.1.0
33522026-07-29T16:03:43.408Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33532026-07-29T16:03:43.517Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-07-29T16:03:43.654Z Compiling ron v0.8.1
33552026-07-29T16:03:43.773Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-07-29T16:03:43.776Z Compiling ssh-encoding v0.3.0
33572026-07-29T16:03:43.776Z Compiling hashbrown v0.13.2
33582026-07-29T16:03:43.906Z Compiling progenitor-client v0.13.0
33592026-07-29T16:03:43.974Z Compiling prefix-trie v0.7.0
33602026-07-29T16:03:44.163Z Compiling fxhash v0.2.1
33612026-07-29T16:03:44.268Z Compiling secrecy v0.8.0
33622026-07-29T16:03:44.327Z Compiling keccak v0.2.0
33632026-07-29T16:03:44.344Z Compiling crc-any v2.5.0
33642026-07-29T16:03:44.404Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-07-29T16:03:44.526Z Compiling hickory-server v0.25.2
33662026-07-29T16:03:44.604Z Compiling sled v0.34.7
33672026-07-29T16:03:44.655Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-07-29T16:03:44.669Z Compiling object v0.30.4
33692026-07-29T16:03:44.705Z Compiling progenitor-macro v0.13.0
33702026-07-29T16:03:44.976Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33712026-07-29T16:03:45.167Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-07-29T16:03:45.517Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33732026-07-29T16:03:45.660Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33742026-07-29T16:03:45.678Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33752026-07-29T16:03:45.948Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33762026-07-29T16:03:46.215Z Compiling ed25519 v3.0.0
33772026-07-29T16:03:46.411Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-07-29T16:03:46.481Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-07-29T16:03:46.585Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33802026-07-29T16:03:47.228Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33812026-07-29T16:03:47.258Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33822026-07-29T16:03:47.384Z Compiling crypto-primes v0.7.2
33832026-07-29T16:03:47.404Z Compiling pkcs1 v0.8.0-rc.4
33842026-07-29T16:03:47.569Z Compiling poly1305 v0.9.0
33852026-07-29T16:03:47.615Z Compiling blowfish v0.10.0
33862026-07-29T16:03:47.718Z Compiling blake2 v0.11.0-rc.6
33872026-07-29T16:03:47.827Z Compiling path-slash v0.1.5
33882026-07-29T16:03:47.892Z Compiling crc8 v0.1.1
33892026-07-29T16:03:47.892Z Compiling http-range v0.1.5
33902026-07-29T16:03:47.932Z Compiling half v1.8.3
33912026-07-29T16:03:47.990Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-07-29T16:03:48.040Z Compiling argon2 v0.6.0-rc.8
33932026-07-29T16:03:48.130Z Compiling ssh-cipher v0.3.0
33942026-07-29T16:03:48.203Z Compiling serde_cbor v0.11.2
33952026-07-29T16:03:48.235Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33962026-07-29T16:03:48.275Z Compiling bcrypt-pbkdf v0.11.0
33972026-07-29T16:03:48.367Z Compiling rsa v0.10.0-rc.18
33982026-07-29T16:03:48.384Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33992026-07-29T16:03:48.403Z Compiling ed25519-dalek v3.0.0
34002026-07-29T16:03:48.613Z Compiling illumos-nvpair v0.3.0
34012026-07-29T16:03:48.853Z Compiling sha3 v0.11.0
34022026-07-29T16:03:48.889Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-07-29T16:03:48.956Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34042026-07-29T16:03:49.072Z Compiling p521 v0.14.0
34052026-07-29T16:03:49.126Z Compiling p256 v0.14.0
34062026-07-29T16:03:49.153Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34072026-07-29T16:03:49.170Z Compiling p384 v0.14.0
34082026-07-29T16:03:49.343Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-07-29T16:03:49.361Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34102026-07-29T16:03:49.393Z Compiling yasna v0.5.2
34112026-07-29T16:03:49.470Z Compiling kstat-rs v0.2.4
34122026-07-29T16:03:49.487Z Compiling headers-core v0.3.0
34132026-07-29T16:03:49.630Z Compiling kem v0.3.0
34142026-07-29T16:03:49.785Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34152026-07-29T16:03:49.785Z Compiling module-lattice v0.2.3
34162026-07-29T16:03:49.817Z Compiling progenitor v0.13.0
34172026-07-29T16:03:49.836Z Compiling nanorand v0.7.0
34182026-07-29T16:03:49.881Z Compiling atty v0.2.14
34192026-07-29T16:03:49.998Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34202026-07-29T16:03:50.017Z Compiling sponge-cursor v0.1.0
34212026-07-29T16:03:50.058Z Compiling flume v0.11.1
34222026-07-29T16:03:50.081Z Compiling ml-kem v0.3.2
34232026-07-29T16:03:50.124Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34242026-07-29T16:03:50.145Z Compiling rcgen v0.12.1
34252026-07-29T16:03:50.161Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34262026-07-29T16:03:50.180Z Compiling sha3 v0.12.0
34272026-07-29T16:03:50.243Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34282026-07-29T16:03:50.391Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34292026-07-29T16:03:50.584Z Compiling headers v0.4.1
34302026-07-29T16:03:50.780Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34312026-07-29T16:03:51.020Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-07-29T16:03:51.066Z Compiling hyper-staticfile v0.10.1
34332026-07-29T16:03:51.219Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34342026-07-29T16:03:51.244Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-07-29T16:03:51.354Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34362026-07-29T16:03:51.371Z Compiling russh-cryptovec v0.62.0
34372026-07-29T16:03:51.547Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34382026-07-29T16:03:51.614Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34392026-07-29T16:03:51.614Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-07-29T16:03:51.651Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34412026-07-29T16:03:51.664Z Compiling internal-russh-num-bigint v0.5.0
34422026-07-29T16:03:51.847Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34432026-07-29T16:03:52.046Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34442026-07-29T16:03:52.063Z Compiling port-file v0.1.0
34452026-07-29T16:03:52.341Z Compiling ssh-key v0.7.0-rc.11
34462026-07-29T16:03:52.417Z Compiling num-bigint v0.4.6
34472026-07-29T16:03:52.434Z Compiling generic-array v1.4.3
34482026-07-29T16:03:52.449Z Compiling russh-util v0.52.0
34492026-07-29T16:03:52.517Z Compiling enum_dispatch v0.3.13
34502026-07-29T16:03:52.633Z Compiling delegate v0.13.5
34512026-07-29T16:03:52.785Z Compiling subprocess v0.2.15
34522026-07-29T16:03:52.943Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-07-29T16:03:53.011Z Compiling display-error-chain v0.2.2
34542026-07-29T16:03:53.029Z Compiling md5 v0.8.0
34552026-07-29T16:03:53.051Z Compiling hex-literal v1.1.0
34562026-07-29T16:03:53.200Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34572026-07-29T16:03:53.220Z Compiling colored v2.2.0
34582026-07-29T16:03:53.326Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34592026-07-29T16:03:53.399Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-07-29T16:03:53.498Z Compiling socket2 v0.5.10
34612026-07-29T16:03:53.547Z Compiling internet-checksum v0.2.1
34622026-07-29T16:03:53.883Z Compiling russh v0.62.4
34632026-07-29T16:03:54.748Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34642026-07-29T16:03:55.421Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34652026-07-29T16:03:55.904Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34662026-07-29T16:03:56.887Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34672026-07-29T16:03:57.550Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34682026-07-29T16:04:06.154Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34692026-07-29T16:04:06.154Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34702026-07-29T16:04:06.154Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34712026-07-29T16:04:06.157Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34722026-07-29T16:04:07.861Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34732026-07-29T16:04:07.969Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34742026-07-29T16:04:11.917Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34752026-07-29T16:04:52.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34762026-07-29T16:04:52.541Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34772026-07-29T16:04:52.541Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34782026-07-29T16:04:52.761Z
34792026-07-29T16:04:52.761Zreal 1:27.780004477
34802026-07-29T16:04:52.761Zuser 8:34.497739951
34812026-07-29T16:04:52.761Zsys 1:41.909617984
34822026-07-29T16:04:52.761Ztrap 0.256297919
34832026-07-29T16:04:52.764Ztflt 0.296661125
34842026-07-29T16:04:52.764Zdflt 1.619603396
34852026-07-29T16:04:52.764Zkflt 0.000292350
34862026-07-29T16:04:52.764Zlock 31:46.416181869
34872026-07-29T16:04:52.764Zslp 19:38.263370643
34882026-07-29T16:04:52.764Zlat 40.419669642
34892026-07-29T16:04:52.764Zstop 3:08.531872241
34902026-07-29T16:04:52.764Z+ mkdir tests
34912026-07-29T16:04:52.767Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34922026-07-29T16:04:52.767Z+ xargs -I '{}' -t cp '{}' tests/
34932026-07-29T16:04:52.789Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-661cdddb275fefe9 tests/
34942026-07-29T16:04:52.810Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4848bf4bc9c938dd tests/
34952026-07-29T16:04:52.833Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f94685dd670e24f0 tests/
34962026-07-29T16:04:52.856Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1b41fc6bd2e2a186 tests/
34972026-07-29T16:04:53.151Z+ 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)
34982026-07-29T16:04:53.154Z+ 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-4848bf4bc9c938dd tests/commtest-f94685dd670e24f0 tests/dhcp_server-661cdddb275fefe9 tests/end_to_end_tests-1b41fc6bd2e2a186 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
34992026-07-29T16:06:18.841ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35002026-07-29T16:06:18.841Za .github/buildomat/ci-env.sh 1K
35012026-07-29T16:06:18.841Za out/target/test 1K
35022026-07-29T16:06:18.841Za out/npuzone/npuzone 27402K
35032026-07-29T16:06:18.841Za package-manifest.toml 35K
35042026-07-29T16:06:18.841Za smf/sled-agent/non-gimlet/config.toml 6K
35052026-07-29T16:06:18.841Za target/release/omicron-package 44937K
35062026-07-29T16:06:18.841Za target/release/xtask 11722K
35072026-07-29T16:06:18.842Za target/debug/bootstrap 406588K
35082026-07-29T16:06:18.842Za tests/bootstrap-4848bf4bc9c938dd 34514K
35092026-07-29T16:06:18.842Za tests/commtest-f94685dd670e24f0 34896K
35102026-07-29T16:06:18.842Za tests/dhcp_server-661cdddb275fefe9 34514K
35112026-07-29T16:06:18.842Za tests/end_to_end_tests-1b41fc6bd2e2a186 469610K
35122026-07-29T16:06:18.842Za tools/opte_version 1K
35132026-07-29T16:06:18.842Za tools/opte_version_override 2K
35142026-07-29T16:06:18.842Za out/clickhouse.tar.gz 316068K
35152026-07-29T16:06:18.842Za out/clickhouse_keeper.tar.gz 302279K
35162026-07-29T16:06:18.842Za out/clickhouse_server.tar.gz 316065K
35172026-07-29T16:06:18.842Za out/cockroachdb.tar.gz 163273K
35182026-07-29T16:06:18.842Za out/crucible-pantry-zone.tar.gz 39511K
35192026-07-29T16:06:18.842Za out/crucible-utils.tar 18900K
35202026-07-29T16:06:18.842Za out/crucible-zone.tar.gz 54207K
35212026-07-29T16:06:18.842Za out/external-dns.tar.gz 48098K
35222026-07-29T16:06:18.842Za out/internal-dns.tar.gz 48098K
35232026-07-29T16:06:18.842Za out/mg-ddm-gz.tar 100917K
35242026-07-29T16:06:18.842Za out/nexus.tar.gz 350671K
35252026-07-29T16:06:18.842Za out/ntp.tar.gz 30676K
35262026-07-29T16:06:18.842Za out/omicron-gateway-softnpu.tar.gz 29430K
35272026-07-29T16:06:18.842Za out/omicron-sled-agent.tar 219625K
35282026-07-29T16:06:18.842Za out/overlay.tar.gz 4K
35292026-07-29T16:06:18.842Za out/oximeter.tar.gz 65007K
35302026-07-29T16:06:18.842Za out/oxlog.tar 4005K
35312026-07-29T16:06:18.842Za out/probe.tar.gz 3037K
35322026-07-29T16:06:18.843Za out/propolis-server.tar.gz 34372K
35332026-07-29T16:06:18.843Za out/pumpkind-gz.tar 26647K
35342026-07-29T16:06:18.843Za out/switch-softnpu.tar.gz 497303K
35352026-07-29T16:06:18.854Z
35362026-07-29T16:06:18.854Zreal 1:25.682148683
35372026-07-29T16:06:18.854Zuser 1:22.832468386
35382026-07-29T16:06:18.854Zsys 4.753766765
35392026-07-29T16:06:18.855Ztrap 0.006341397
35402026-07-29T16:06:18.855Ztflt 0.000000000
35412026-07-29T16:06:18.855Zdflt 0.000000000
35422026-07-29T16:06:18.855Zkflt 0.000000000
35432026-07-29T16:06:18.855Zlock 0.000000000
35442026-07-29T16:06:18.855Zslp 1:22.713403601
35452026-07-29T16:06:18.855Zlat 1.053092001
35462026-07-29T16:06:18.855Zstop 0.000265890
35472026-07-29T16:06:18.855Zprocess exited: duration 1232301 ms, exit code 0
 
35482026-07-29T16:06:18.883Zfound 1 output files
35492026-07-29T16:06:18.883Zuploading: /work/package.tar.gz (2667026004 bytes)
35502026-07-29T16:06:49.918Zuploaded: /work/package.tar.gz