01M014EM78QE74Y0XY3JJSNAJJ: 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: 01M014F1FJ94GASA730VYS7G1H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T21:58:19.828Zjob assigned to worker 01M014FB0TMHDMVJ1V5ZZHB9CZ [factory aws, i-078f6e55ec5160669] (queued for 1 m 2 s)
 
22026-08-14T21:58:27.320Zstarting task 0: "setup"
32026-08-14T21:58:27.325Z++ uname -s
42026-08-14T21:58:27.328Z+ kern=SunOS
52026-08-14T21:58:27.328Z+ build_user=build
62026-08-14T21:58:27.328Z+ build_uid=12345
72026-08-14T21:58:27.328Z+ work_dir=/work
82026-08-14T21:58:27.328Z+ input_dir=/input
92026-08-14T21:58:27.329Z+ [[ 0 == 12345 ]]
102026-08-14T21:58:27.329Z+ case "$kern" in
112026-08-14T21:58:27.329Z+ groupadd -g 12345 build
122026-08-14T21:58:27.332Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T21:58:29.339Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T21:58:29.416Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T21:58:29.419Z+ home_fs=zfs
162026-08-14T21:58:29.419Z+ [[ zfs == autofs ]]
172026-08-14T21:58:29.419Z+ mkdir -p /home/build
182026-08-14T21:58:29.422Z+ chown build:build /home/build /work
192026-08-14T21:58:31.423Z+ chmod 0700 /home/build /work
202026-08-14T21:58:31.427Zprocess exited: duration 4108 ms, exit code 0
 
212026-08-14T21:58:31.433Zstarting task 1: "rust-toolchain"
222026-08-14T21:58:31.439Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T21:58:31.439Z * rust toolchain channel = "1.97.1"
242026-08-14T21:58:31.439Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T21:58:31.440Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-14T21:58:31.440Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T21:58:31.440Z * rust toolchain profile = "default"
282026-08-14T21:58:31.442Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T21:58:31.442Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T21:58:31.529Zinfo: downloading installer
312026-08-14T21:58:32.886Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T21:58:32.886Zwarn: /home/build/.rustup/settings.toml
332026-08-14T21:58:32.886Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T21:58:32.886Zwarn: instead of the one inferred from the default host triple.
352026-08-14T21:58:32.899Zinfo: profile set to default
362026-08-14T21:58:32.900Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T21:58:32.903Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T21:58:33.052Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T21:58:33.057Zinfo: downloading 6 components
402026-08-14T21:58:47.561Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T21:58:47.561Z
422026-08-14T21:58:47.590Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T21:58:47.590Z
442026-08-14T21:58:47.590Z
452026-08-14T21:58:47.590ZRust is installed now. Great!
462026-08-14T21:58:47.590Z
472026-08-14T21:58:47.590ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T21:58:47.590Zenvironment variable. This has not been done automatically.
492026-08-14T21:58:47.590Z
502026-08-14T21:58:47.590ZTo configure your current shell, you need to source
512026-08-14T21:58:47.590Zthe corresponding env file under $HOME/.cargo.
522026-08-14T21:58:47.590Z
532026-08-14T21:58:47.590ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T21:58:47.593Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T21:58:47.593Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T21:58:47.593Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T21:58:47.593Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T21:58:47.593Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T21:58:47.593Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T21:58:47.593Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T21:58:47.593Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T21:58:47.682Z+ rustup --version
632026-08-14T21:58:47.689Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T21:58:47.689Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T21:58:47.709Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T21:58:47.712Z+ cargo --version
672026-08-14T21:58:47.721Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T21:58:47.724Z+ rustc --version
692026-08-14T21:58:47.742Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T21:58:47.745Zprocess exited: duration 16312 ms, exit code 0
 
712026-08-14T21:58:47.751Zstarting task 2: "authentication"
722026-08-14T21:58:47.770Zprocess exited: duration 18 ms, exit code 0
 
732026-08-14T21:58:47.775Zstarting task 3: "clone repository"
742026-08-14T21:58:47.780Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T21:58:47.783Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T21:58:47.818ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T21:59:00.063Z+ cd /work/oxidecomputer/omicron
782026-08-14T21:59:00.063Z+ git fetch origin 0f84ff4f0a9085b6d733e62274104d9743f337b6
792026-08-14T21:59:00.420ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T21:59:00.420Z * branch 0f84ff4f0a9085b6d733e62274104d9743f337b6 -> FETCH_HEAD
812026-08-14T21:59:00.435Z+ [[ -n ben/opte-setup-for-ipv6 ]]
822026-08-14T21:59:00.438Z++ git branch --show-current
832026-08-14T21:59:00.441Z+ current=main
842026-08-14T21:59:00.441Z+ [[ main != ben/opte-setup-for-ipv6 ]]
852026-08-14T21:59:00.441Z+ git branch -f ben/opte-setup-for-ipv6 0f84ff4f0a9085b6d733e62274104d9743f337b6
862026-08-14T21:59:00.444Z+ git checkout -f ben/opte-setup-for-ipv6
872026-08-14T21:59:00.701ZSwitched to branch 'ben/opte-setup-for-ipv6'
882026-08-14T21:59:00.704Z+ git reset --hard 0f84ff4f0a9085b6d733e62274104d9743f337b6
892026-08-14T21:59:00.954ZHEAD is now at 0f84ff4f0 Support IPv6 addresses in the OPTE zone setup service
902026-08-14T21:59:00.957Zprocess exited: duration 13179 ms, exit code 0
 
912026-08-14T21:59:00.963Zstarting task 4: "build"
922026-08-14T21:59:00.970Z+ source .github/buildomat/ci-env.sh
932026-08-14T21:59:00.970Z++ export CARGO_TERM_COLOR=always
942026-08-14T21:59:00.970Z++ CARGO_TERM_COLOR=always
952026-08-14T21:59:00.973Z+++ uname -s
962026-08-14T21:59:00.973Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-14T21:59:00.973Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-14T21:59:00.977Z+ cargo --version
992026-08-14T21:59:00.987Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-14T21:59:00.990Z+ rustc --version
1012026-08-14T21:59:01.011Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-14T21:59:01.014Z+ WORK=/work
1032026-08-14T21:59:01.014Z+ pfexec mkdir -p /work
1042026-08-14T21:59:01.018Z+ pfexec chown build /work
1052026-08-14T21:59:01.018Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-14T21:59:02.963Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-14T21:59:03.276Z Startup: Caching catalogs ... Done
1082026-08-14T21:59:05.034ZPlanning: Solver setup ... Done (1.652s)
1092026-08-14T21:59:05.086ZPlanning: Running solver ... Done (0.053s)
1102026-08-14T21:59:05.127ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-14T21:59:05.139ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-14T21:59:05.157ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-14T21:59:05.173ZPlanning: Package planning ... Done (0.016s)
1142026-08-14T21:59:05.176ZPlanning: Merging actions ... Done (0.002s)
1152026-08-14T21:59:05.344ZPlanning: Checking for conflicting actions ... Done (0.169s)
1162026-08-14T21:59:05.348ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-14T21:59:06.246ZPlanning: Evaluating mediators ... Done (0.901s)
1182026-08-14T21:59:06.249ZPlanning: Planning completed in 2.93 seconds
1192026-08-14T21:59:06.256Z Packages to install: 2
1202026-08-14T21:59:06.257Z Estimated space available: 156.02 GB
1212026-08-14T21:59:06.257ZEstimated space to be consumed: 67.96 MB
1222026-08-14T21:59:06.257Z Create boot environment: No
1232026-08-14T21:59:06.257ZCreate backup boot environment: No
1242026-08-14T21:59:06.257Z Rebuild boot archive: No
1252026-08-14T21:59:06.257Z
1262026-08-14T21:59:06.257ZChanged packages:
1272026-08-14T21:59:06.257Zhelios
1282026-08-14T21:59:06.260Z developer/build-essential
1292026-08-14T21:59:06.260Z None -> 11-3.0
1302026-08-14T21:59:06.260Z library/libxmlsec1
1312026-08-14T21:59:06.260Z None -> 1.2.35-3.0
1322026-08-14T21:59:06.284Z
1332026-08-14T21:59:06.285ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-14T21:59:06.358ZDownload: Completed 1.28 MB in 0.07 seconds (17.2M/s)
1352026-08-14T21:59:06.479Z Actions: 1/268 actions (Installing new actions)
1362026-08-14T21:59:06.518Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-14T21:59:06.550ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-14T21:59:06.550ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-14T21:59:06.622ZFinalize: Updating image state ... Done (0.072s)
1402026-08-14T21:59:09.305ZFinalize: Creating fast lookup database ... Done (2.636s)
1412026-08-14T21:59:09.376ZFinalize: Reading search index ... Done (0.013s)
1422026-08-14T21:59:09.378ZFinalize: Updating search index ... Done (0.000s)
1432026-08-14T21:59:09.467ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-14T21:59:09.826ZPlanning: Evaluating mediator changes ... Done
1452026-08-14T21:59:09.932ZPlanning: Checking for conflicting actions ... Done
1462026-08-14T21:59:09.935ZPlanning: Consolidating action changes ... Done
1472026-08-14T21:59:10.091ZPlanning: Evaluating mediators ... Done
1482026-08-14T21:59:10.094ZPlanning: Planning completed in 0.27 seconds
1492026-08-14T21:59:10.115Z Mediators to change: 2
1502026-08-14T21:59:10.116Z Create boot environment: No
1512026-08-14T21:59:10.116ZCreate backup boot environment: No
1522026-08-14T21:59:10.221ZFinalize: Updating package state database ... Done
1532026-08-14T21:59:10.221ZFinalize: Updating package cache ... Done
1542026-08-14T21:59:10.265ZFinalize: Updating image state ... Done
1552026-08-14T21:59:12.233ZFinalize: Creating fast lookup database ... Done
1562026-08-14T21:59:12.299ZFinalize: Reading search index ... Done
1572026-08-14T21:59:12.302ZFinalize: Updating search index ... Done
1582026-08-14T21:59:12.403ZFinalize: Updating package cache ... Done
1592026-08-14T21:59:12.690ZPlanning: Evaluating mediator changes ... Done
1602026-08-14T21:59:12.796ZPlanning: Checking for conflicting actions ... Done
1612026-08-14T21:59:12.799ZPlanning: Consolidating action changes ... Done
1622026-08-14T21:59:12.954ZPlanning: Evaluating mediators ... Done
1632026-08-14T21:59:12.957ZPlanning: Planning completed in 0.26 seconds
1642026-08-14T21:59:12.978Z Mediators to change: 1
1652026-08-14T21:59:12.978Z Create boot environment: No
1662026-08-14T21:59:12.978ZCreate backup boot environment: No
1672026-08-14T21:59:13.034ZFinalize: Updating package state database ... Done
1682026-08-14T21:59:13.034ZFinalize: Updating package cache ... Done
1692026-08-14T21:59:13.078ZFinalize: Updating image state ... Done
1702026-08-14T21:59:15.044ZFinalize: Creating fast lookup database ... Done
1712026-08-14T21:59:15.105ZFinalize: Reading search index ... Done
1722026-08-14T21:59:15.108ZFinalize: Updating search index ... Done
1732026-08-14T21:59:15.175ZFinalize: Updating package cache ... Done
1742026-08-14T21:59:15.484ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-14T21:59:15.484Zapache system 2.4 system
1762026-08-14T21:59:15.484Zclang system 15 system
1772026-08-14T21:59:15.484Zcsh system system illumos
1782026-08-14T21:59:15.484Zctags system system illumos
1792026-08-14T21:59:15.484Zfile vendor vendor darwinsys
1802026-08-14T21:59:15.484Zfile system system illumos
1812026-08-14T21:59:15.484Zgcc vendor 14 vendor
1822026-08-14T21:59:15.484Zgcc system 13 system
1832026-08-14T21:59:15.484Zgcc system 10 system
1842026-08-14T21:59:15.484Zgo system 1.25 system
1852026-08-14T21:59:15.484Zllvm system 15 system
1862026-08-14T21:59:15.484Zmariadb system 11.4 system
1872026-08-14T21:59:15.484Zmta vendor vendor dma
1882026-08-14T21:59:15.484Zopenjdk system 17 system
1892026-08-14T21:59:15.484Zopenjdk system 11 system
1902026-08-14T21:59:15.484Zopenssl vendor 3 vendor
1912026-08-14T21:59:15.484Zperl system 5.40 system
1922026-08-14T21:59:15.484Zpostgresql system 18 system
1932026-08-14T21:59:15.484Zpostgresql system 17 system
1942026-08-14T21:59:15.484Zpython vendor 3 vendor
1952026-08-14T21:59:15.484Zpython system 2 system
1962026-08-14T21:59:15.484Zpython3 vendor 3.13 vendor
1972026-08-14T21:59:15.484Zruby system 3.4 system
1982026-08-14T21:59:15.484Zruby system 3.0 system
1992026-08-14T21:59:15.485Zwords vendor vendor american-english
2002026-08-14T21:59:15.485Zwords system system australian-english
2012026-08-14T21:59:15.485Zwords system system british-english
2022026-08-14T21:59:15.485Zwords system system canadian-english
2032026-08-14T21:59:15.485Zwords system system french
2042026-08-14T21:59:15.485Zwords system system italian
2052026-08-14T21:59:15.485Zwords system system ngerman
2062026-08-14T21:59:15.485Zwords system system ogerman
2072026-08-14T21:59:15.485Zwords system system spanish
2082026-08-14T21:59:15.745ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-14T21:59:15.746Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-14T21:59:16.188ZFMRI IFO
2112026-08-14T21:59:16.188Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-14T21:59:16.188Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-14T21:59:16.188Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-14T21:59:16.188Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-14T21:59:16.188Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-14T21:59:16.188Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-14T21:59:16.188Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-14T21:59:16.188Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-14T21:59:16.188Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-14T21:59:16.517Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-14T21:59:16.856Z Updating crates.io index
2222026-08-14T21:59:16.859Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-14T21:59:17.163Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-14T21:59:17.570Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-14T21:59:18.611Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-14T21:59:19.334Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-14T21:59:20.936Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-14T21:59:21.794Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-14T21:59:22.108Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-14T21:59:22.477Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-14T21:59:23.677Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-14T21:59:24.016Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-14T21:59:24.361Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-14T21:59:24.931Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-14T21:59:25.218Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-14T21:59:25.525Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-14T21:59:25.799Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-14T21:59:26.073Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-14T21:59:26.392Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-14T21:59:26.875Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-14T21:59:27.403Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-14T21:59:27.813Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-14T21:59:28.343Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-14T21:59:28.720Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-14T21:59:29.263Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-14T21:59:29.668Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-14T21:59:30.275Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-14T21:59:30.725Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-14T21:59:31.268Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-14T21:59:31.767Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-14T21:59:32.125Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-14T21:59:32.397Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-14T21:59:32.759Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-14T21:59:33.128Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-14T21:59:33.687Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-14T21:59:34.255Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-14T21:59:34.539Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-14T21:59:34.850Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-14T21:59:35.515Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-14T21:59:35.778Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-14T21:59:36.057Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-14T21:59:36.388Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-14T21:59:36.660Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-14T21:59:39.541Z Downloading crates ...
2652026-08-14T21:59:39.594Z Downloaded colorchoice v1.0.4
2662026-08-14T21:59:39.597Z Downloaded generic-array v0.14.7
2672026-08-14T21:59:39.599Z Downloaded anstream v1.0.0
2682026-08-14T21:59:39.602Z Downloaded anstyle-query v1.1.5
2692026-08-14T21:59:39.605Z Downloaded cargo_toml v0.21.0
2702026-08-14T21:59:39.605Z Downloaded pest_derive v2.8.6
2712026-08-14T21:59:39.608Z Downloaded zmij v1.0.21
2722026-08-14T21:59:39.613Z Downloaded zerocopy-derive v0.7.35
2732026-08-14T21:59:39.616Z Downloaded cpufeatures v0.2.17
2742026-08-14T21:59:39.619Z Downloaded itoa v1.0.17
2752026-08-14T21:59:39.619Z Downloaded toml_datetime v0.6.11
2762026-08-14T21:59:39.623Z Downloaded version_check v0.9.5
2772026-08-14T21:59:39.623Z Downloaded zerocopy v0.7.35
2782026-08-14T21:59:39.631Z Downloaded macaddr v1.0.1
2792026-08-14T21:59:39.636Z Downloaded quote v1.0.45
2802026-08-14T21:59:39.636Z Downloaded memmap v0.7.0
2812026-08-14T21:59:39.636Z Downloaded cfg-if v1.0.4
2822026-08-14T21:59:39.636Z Downloaded crypto-common v0.1.7
2832026-08-14T21:59:39.636Z Downloaded proc-macro-error v1.0.4
2842026-08-14T21:59:39.639Z Downloaded digest v0.10.7
2852026-08-14T21:59:39.642Z Downloaded dtrace-parser v0.2.0
2862026-08-14T21:59:39.645Z Downloaded equivalent v1.0.2
2872026-08-14T21:59:39.645Z Downloaded swrite v0.1.0
2882026-08-14T21:59:39.645Z Downloaded is_terminal_polyfill v1.70.2
2892026-08-14T21:59:39.648Z Downloaded byteorder v1.5.0
2902026-08-14T21:59:39.648Z Downloaded fs-err v3.3.0
2912026-08-14T21:59:39.651Z Downloaded errno v0.3.14
2922026-08-14T21:59:39.661Z Downloaded fastrand v2.3.0
2932026-08-14T21:59:39.664Z Downloaded pest_generator v2.8.6
2942026-08-14T21:59:39.667Z Downloaded anstyle v1.0.14
2952026-08-14T21:59:39.670Z Downloaded autocfg v1.5.0
2962026-08-14T21:59:39.670Z Downloaded clap_lex v1.0.0
2972026-08-14T21:59:39.673Z Downloaded once_cell v1.21.3
2982026-08-14T21:59:39.673Z Downloaded camino v1.2.2
2992026-08-14T21:59:39.676Z Downloaded cargo-platform v0.3.2
3002026-08-14T21:59:39.676Z Downloaded heck v0.5.0
3012026-08-14T21:59:39.676Z Downloaded pretty-hex v0.4.1
3022026-08-14T21:59:39.679Z Downloaded thread-id v4.2.2
3032026-08-14T21:59:39.679Z Downloaded toml_write v0.1.2
3042026-08-14T21:59:39.682Z Downloaded fnv v1.0.7
3052026-08-14T21:59:39.685Z Downloaded block-buffer v0.10.4
3062026-08-14T21:59:39.687Z Downloaded dof v0.3.0
3072026-08-14T21:59:39.691Z Downloaded usdt-macro v0.5.0
3082026-08-14T21:59:39.696Z Downloaded serde_spanned v0.6.9
3092026-08-14T21:59:39.707Z Downloaded strsim v0.11.1
3102026-08-14T21:59:39.707Z Downloaded terminal_size v0.4.3
3112026-08-14T21:59:39.707Z Downloaded usdt-attr-macro v0.5.0
3122026-08-14T21:59:39.707Z Downloaded plain v0.2.3
3132026-08-14T21:59:39.707Z Downloaded scroll_derive v0.12.1
3142026-08-14T21:59:39.707Z Downloaded usdt v0.5.0
3152026-08-14T21:59:39.708Z Downloaded utf8parse v0.2.2
3162026-08-14T21:59:39.708Z Downloaded proc-macro-error-attr v1.0.4
3172026-08-14T21:59:39.719Z Downloaded unicode-linebreak v0.1.5
3182026-08-14T21:59:39.722Z Downloaded smawk v0.3.2
3192026-08-14T21:59:39.727Z Downloaded unicode-ident v1.0.24
3202026-08-14T21:59:39.730Z Downloaded serde_core v1.0.228
3212026-08-14T21:59:39.735Z Downloaded heck v0.4.1
3222026-08-14T21:59:39.737Z Downloaded anstyle-parse v1.0.0
3232026-08-14T21:59:39.738Z Downloaded bytecount v0.6.9
3242026-08-14T21:59:39.738Z Downloaded cargo_metadata v0.23.1
3252026-08-14T21:59:39.742Z Downloaded thiserror v1.0.69
3262026-08-14T21:59:39.748Z Downloaded tabled_derive v0.7.0
3272026-08-14T21:59:39.751Z Downloaded thiserror-impl v1.0.69
3282026-08-14T21:59:39.756Z Downloaded serde_tokenstream v0.2.3
3292026-08-14T21:59:39.759Z Downloaded thiserror v2.0.18
3302026-08-14T21:59:39.763Z Downloaded anyhow v1.0.102
3312026-08-14T21:59:39.766Z Downloaded camino-tempfile v1.4.1
3322026-08-14T21:59:39.769Z Downloaded log v0.4.29
3332026-08-14T21:59:39.771Z Downloaded clap v4.6.1
3342026-08-14T21:59:39.774Z Downloaded bitflags v2.11.0
3352026-08-14T21:59:39.777Z Downloaded semver v1.0.28
3362026-08-14T21:59:39.780Z Downloaded sha2 v0.10.9
3372026-08-14T21:59:39.780Z Downloaded clap_derive v4.6.1
3382026-08-14T21:59:39.780Z Downloaded toml v0.8.23
3392026-08-14T21:59:39.783Z Downloaded thiserror-impl v2.0.18
3402026-08-14T21:59:39.783Z Downloaded usdt-impl v0.5.0
3412026-08-14T21:59:39.786Z Downloaded pest_meta v2.8.6
3422026-08-14T21:59:39.786Z Downloaded papergrid v0.11.0
3432026-08-14T21:59:39.788Z Downloaded proc-macro2 v1.0.106
3442026-08-14T21:59:39.791Z Downloaded ucd-trie v0.1.7
3452026-08-14T21:59:39.803Z Downloaded scroll v0.12.0
3462026-08-14T21:59:39.806Z Downloaded serde_derive v1.0.228
3472026-08-14T21:59:39.810Z Downloaded tempfile v3.25.0
3482026-08-14T21:59:39.820Z Downloaded hashbrown v0.17.0
3492026-08-14T21:59:39.828Z Downloaded textwrap v0.16.2
3502026-08-14T21:59:39.830Z Downloaded getrandom v0.4.1
3512026-08-14T21:59:39.834Z Downloaded serde v1.0.228
3522026-08-14T21:59:39.836Z Downloaded toml_edit v0.22.27
3532026-08-14T21:59:39.839Z Downloaded memchr v2.8.0
3542026-08-14T21:59:39.849Z Downloaded indexmap v2.14.0
3552026-08-14T21:59:39.852Z Downloaded typenum v1.20.1
3562026-08-14T21:59:39.873Z Downloaded clap_builder v4.6.0
3572026-08-14T21:59:39.882Z Downloaded pest v2.8.6
3582026-08-14T21:59:39.896Z Downloaded serde_json v1.0.151
3592026-08-14T21:59:39.914Z Downloaded winnow v0.7.14
3602026-08-14T21:59:39.926Z Downloaded goblin v0.8.2
3612026-08-14T21:59:39.930Z Downloaded tabled v0.15.0
3622026-08-14T21:59:39.938Z Downloaded unicode-width v0.2.0
3632026-08-14T21:59:39.943Z Downloaded syn v1.0.109
3642026-08-14T21:59:39.950Z Downloaded unicode-width v0.1.14
3652026-08-14T21:59:39.957Z Downloaded syn v2.0.117
3662026-08-14T21:59:39.971Z Downloaded rustix v1.1.3
3672026-08-14T21:59:39.999Z Downloaded libc v0.2.185
3682026-08-14T21:59:40.062Z Compiling proc-macro2 v1.0.106
3692026-08-14T21:59:40.063Z Compiling unicode-ident v1.0.24
3702026-08-14T21:59:40.063Z Compiling quote v1.0.45
3712026-08-14T21:59:40.065Z Compiling serde_core v1.0.228
3722026-08-14T21:59:40.065Z Compiling libc v0.2.185
3732026-08-14T21:59:40.065Z Compiling version_check v0.9.5
3742026-08-14T21:59:40.066Z Compiling memchr v2.8.0
3752026-08-14T21:59:40.066Z Compiling serde v1.0.228
3762026-08-14T21:59:40.248Z Compiling zmij v1.0.21
3772026-08-14T21:59:40.251Z Compiling ucd-trie v0.1.7
3782026-08-14T21:59:40.264Z Compiling thiserror v1.0.69
3792026-08-14T21:59:40.269Z Compiling itoa v1.0.17
3802026-08-14T21:59:40.269Z Compiling rustix v1.1.3
3812026-08-14T21:59:40.279Z Compiling byteorder v1.5.0
3822026-08-14T21:59:40.510Z Compiling bitflags v2.11.0
3832026-08-14T21:59:40.564Z Compiling serde_json v1.0.151
3842026-08-14T21:59:40.662Z Compiling camino v1.2.2
3852026-08-14T21:59:40.730Z Compiling pest v2.8.6
3862026-08-14T21:59:40.840Z Compiling syn v1.0.109
3872026-08-14T21:59:40.858Z Compiling proc-macro-error-attr v1.0.4
3882026-08-14T21:59:40.912Z Compiling usdt-impl v0.5.0
3892026-08-14T21:59:40.950Z Compiling proc-macro-error v1.0.4
3902026-08-14T21:59:40.968Z Compiling hashbrown v0.17.0
3912026-08-14T21:59:41.070Z Compiling equivalent v1.0.2
3922026-08-14T21:59:41.072Z Compiling getrandom v0.4.1
3932026-08-14T21:59:41.072Z Compiling log v0.4.29
3942026-08-14T21:59:41.142Z Compiling utf8parse v0.2.2
3952026-08-14T21:59:41.179Z Compiling plain v0.2.3
3962026-08-14T21:59:41.288Z Compiling errno v0.3.14
3972026-08-14T21:59:41.289Z Compiling thread-id v4.2.2
3982026-08-14T21:59:41.328Z Compiling anstyle-parse v1.0.0
3992026-08-14T21:59:41.332Z Compiling winnow v0.7.14
4002026-08-14T21:59:41.332Z Compiling pretty-hex v0.4.1
4012026-08-14T21:59:41.384Z Compiling is_terminal_polyfill v1.70.2
4022026-08-14T21:59:41.387Z Compiling thiserror v2.0.18
4032026-08-14T21:59:41.424Z Compiling toml_write v0.1.2
4042026-08-14T21:59:41.486Z Compiling colorchoice v1.0.4
4052026-08-14T21:59:41.530Z Compiling autocfg v1.5.0
4062026-08-14T21:59:41.550Z Compiling cfg-if v1.0.4
4072026-08-14T21:59:41.567Z Compiling anstyle-query v1.1.5
4082026-08-14T21:59:41.571Z Compiling anstyle v1.0.14
4092026-08-14T21:59:41.626Z Compiling indexmap v2.14.0
4102026-08-14T21:59:41.681Z Compiling unicode-width v0.1.14
4112026-08-14T21:59:41.699Z Compiling fastrand v2.3.0
4122026-08-14T21:59:41.702Z Compiling fnv v1.0.7
4132026-08-14T21:59:41.794Z Compiling syn v2.0.117
4142026-08-14T21:59:41.838Z Compiling pest_meta v2.8.6
4152026-08-14T21:59:41.874Z Compiling anstream v1.0.0
4162026-08-14T21:59:41.898Z Compiling heck v0.5.0
4172026-08-14T21:59:41.979Z Compiling fs-err v3.3.0
4182026-08-14T21:59:41.996Z Compiling clap_lex v1.0.0
4192026-08-14T21:59:42.017Z Compiling bytecount v0.6.9
4202026-08-14T21:59:42.062Z Compiling strsim v0.11.1
4212026-08-14T21:59:42.082Z Compiling once_cell v1.21.3
4222026-08-14T21:59:42.169Z Compiling anyhow v1.0.102
4232026-08-14T21:59:42.188Z Compiling heck v0.4.1
4242026-08-14T21:59:42.224Z Compiling papergrid v0.11.0
4252026-08-14T21:59:42.247Z Compiling memmap v0.7.0
4262026-08-14T21:59:42.275Z Compiling unicode-width v0.2.0
4272026-08-14T21:59:42.325Z Compiling unicode-linebreak v0.1.5
4282026-08-14T21:59:42.345Z Compiling smawk v0.3.2
4292026-08-14T21:59:42.364Z Compiling terminal_size v0.4.3
4302026-08-14T21:59:42.431Z Compiling tempfile v3.25.0
4312026-08-14T21:59:42.465Z Compiling swrite v0.1.0
4322026-08-14T21:59:42.502Z Compiling clap_builder v4.6.0
4332026-08-14T21:59:42.540Z Compiling textwrap v0.16.2
4342026-08-14T21:59:42.732Z Compiling cargo-platform v0.3.2
4352026-08-14T21:59:42.752Z Compiling semver v1.0.28
4362026-08-14T21:59:42.941Z Compiling camino-tempfile v1.4.1
4372026-08-14T21:59:43.280Z Compiling tabled_derive v0.7.0
4382026-08-14T21:59:43.933Z Compiling pest_generator v2.8.6
4392026-08-14T21:59:43.951Z Compiling tabled v0.15.0
4402026-08-14T21:59:44.449Z Compiling serde_derive v1.0.228
4412026-08-14T21:59:44.449Z Compiling thiserror-impl v1.0.69
4422026-08-14T21:59:44.449Z Compiling zerocopy-derive v0.7.35
4432026-08-14T21:59:44.449Z Compiling scroll_derive v0.12.1
4442026-08-14T21:59:44.452Z Compiling thiserror-impl v2.0.18
4452026-08-14T21:59:44.452Z Compiling clap_derive v4.6.1
4462026-08-14T21:59:44.554Z Compiling pest_derive v2.8.6
4472026-08-14T21:59:45.108Z Compiling scroll v0.12.0
4482026-08-14T21:59:45.183Z Compiling zerocopy v0.7.35
4492026-08-14T21:59:45.323Z Compiling goblin v0.8.2
4502026-08-14T21:59:45.502Z Compiling dtrace-parser v0.2.0
4512026-08-14T21:59:45.841Z Compiling clap v4.6.1
4522026-08-14T21:59:46.819Z Compiling dof v0.3.0
4532026-08-14T21:59:46.819Z Compiling serde_tokenstream v0.2.3
4542026-08-14T21:59:46.836Z Compiling serde_spanned v0.6.9
4552026-08-14T21:59:46.840Z Compiling toml_datetime v0.6.11
4562026-08-14T21:59:46.840Z Compiling macaddr v1.0.1
4572026-08-14T21:59:46.840Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-14T21:59:46.853Z Compiling cargo_metadata v0.23.1
4592026-08-14T21:59:47.075Z Compiling toml_edit v0.22.27
4602026-08-14T21:59:47.505Z Compiling usdt-attr-macro v0.5.0
4612026-08-14T21:59:47.508Z Compiling usdt-macro v0.5.0
4622026-08-14T21:59:48.115Z Compiling usdt v0.5.0
4632026-08-14T21:59:48.315Z Compiling toml v0.8.23
4642026-08-14T21:59:48.633Z Compiling cargo_toml v0.21.0
4652026-08-14T21:59:49.919Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-14T21:59:52.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.67s
4672026-08-14T21:59:52.235Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-14T21:59:52.741Z Downloading crates ...
4692026-08-14T21:59:52.795Z Downloaded adler2 v2.0.1
4702026-08-14T21:59:52.802Z Downloaded bitfield-struct v0.6.2
4712026-08-14T21:59:52.809Z Downloaded atomic-waker v1.1.2
4722026-08-14T21:59:52.812Z Downloaded bit-set v0.8.0
4732026-08-14T21:59:52.815Z Downloaded convert_case v0.4.0
4742026-08-14T21:59:52.818Z Downloaded async-compression v0.4.41
4752026-08-14T21:59:52.820Z Downloaded atty v0.2.14
4762026-08-14T21:59:52.823Z Downloaded futures-macro v0.3.32
4772026-08-14T21:59:52.826Z Downloaded flagset v0.4.7
4782026-08-14T21:59:52.826Z Downloaded array-init v0.0.4
4792026-08-14T21:59:52.829Z Downloaded erased-serde v0.3.31
4802026-08-14T21:59:52.832Z Downloaded form_urlencoded v1.2.2
4812026-08-14T21:59:52.832Z Downloaded arrayref v0.3.9
4822026-08-14T21:59:52.835Z Downloaded async-stream v0.3.6
4832026-08-14T21:59:52.835Z Downloaded async-recursion v1.1.1
4842026-08-14T21:59:52.839Z Downloaded enum-as-inner v0.6.1
4852026-08-14T21:59:52.840Z Downloaded fd-lock v4.0.4
4862026-08-14T21:59:52.840Z Downloaded gethostname v0.5.0
4872026-08-14T21:59:52.840Z Downloaded assert_matches v1.5.0
4882026-08-14T21:59:52.843Z Downloaded async-stream-impl v0.3.6
4892026-08-14T21:59:52.843Z Downloaded argon2 v0.5.3
4902026-08-14T21:59:52.843Z Downloaded float-ord v0.3.2
4912026-08-14T21:59:52.843Z Downloaded foreign-types v0.3.2
4922026-08-14T21:59:52.846Z Downloaded foreign-types v0.5.0
4932026-08-14T21:59:52.846Z Downloaded foreign-types-macros v0.2.3
4942026-08-14T21:59:52.846Z Downloaded fxhash v0.2.1
4952026-08-14T21:59:52.846Z Downloaded async-trait v0.1.89
4962026-08-14T21:59:52.846Z Downloaded chacha20 v0.9.1
4972026-08-14T21:59:52.849Z Downloaded foreign-types-shared v0.1.1
4982026-08-14T21:59:52.849Z Downloaded funty v2.0.0
4992026-08-14T21:59:52.849Z Downloaded futures-core v0.3.32
5002026-08-14T21:59:52.849Z Downloaded atomicwrites v0.4.4
5012026-08-14T21:59:52.849Z Downloaded hex v0.4.3
5022026-08-14T21:59:52.852Z Downloaded anstream v0.6.21
5032026-08-14T21:59:52.855Z Downloaded endian-type v0.1.2
5042026-08-14T21:59:52.855Z Downloaded hyper-tls v0.6.0
5052026-08-14T21:59:52.855Z Downloaded aead v0.5.2
5062026-08-14T21:59:52.858Z Downloaded block-padding v0.4.2
5072026-08-14T21:59:52.861Z Downloaded fixedbitset v0.4.2
5082026-08-14T21:59:52.861Z Downloaded ghash v0.6.0
5092026-08-14T21:59:52.861Z Downloaded git-stub v1.0.0
5102026-08-14T21:59:52.863Z Downloaded headers-core v0.3.0
5112026-08-14T21:59:52.863Z Downloaded float-cmp v0.10.0
5122026-08-14T21:59:52.866Z Downloaded futures-sink v0.3.32
5132026-08-14T21:59:52.866Z Downloaded futures-task v0.3.32
5142026-08-14T21:59:52.869Z Downloaded filetime v0.2.27
5152026-08-14T21:59:52.869Z Downloaded foldhash v0.2.0
5162026-08-14T21:59:52.872Z Downloaded futures-executor v0.3.32
5172026-08-14T21:59:52.872Z Downloaded block-buffer v0.12.1
5182026-08-14T21:59:52.872Z Downloaded fallible-iterator v0.2.0
5192026-08-14T21:59:52.872Z Downloaded ff v0.13.1
5202026-08-14T21:59:52.875Z Downloaded http-body-util v0.1.3
5212026-08-14T21:59:52.875Z Downloaded base16ct v0.2.0
5222026-08-14T21:59:52.875Z Downloaded fixedbitset v0.5.7
5232026-08-14T21:59:52.878Z Downloaded base16ct v1.0.0
5242026-08-14T21:59:52.878Z Downloaded colored v3.1.1
5252026-08-14T21:59:52.881Z Downloaded anstyle-parse v0.2.7
5262026-08-14T21:59:52.883Z Downloaded futures-io v0.3.32
5272026-08-14T21:59:52.883Z Downloaded cfg_aliases v0.2.1
5282026-08-14T21:59:52.883Z Downloaded ascii-canvas v3.0.0
5292026-08-14T21:59:52.886Z Downloaded num v0.4.3
5302026-08-14T21:59:52.889Z Downloaded find-msvc-tools v0.1.9
5312026-08-14T21:59:52.889Z Downloaded foldhash v0.1.5
5322026-08-14T21:59:52.889Z Downloaded home v0.5.12
5332026-08-14T21:59:52.892Z Downloaded bb8 v0.8.6
5342026-08-14T21:59:52.895Z Downloaded globwalk v0.9.1
5352026-08-14T21:59:52.897Z Downloaded cfg_aliases v0.1.1
5362026-08-14T21:59:52.900Z Downloaded http-range v0.1.5
5372026-08-14T21:59:52.900Z Downloaded openssl-probe v0.2.1
5382026-08-14T21:59:52.900Z Downloaded enum_dispatch v0.3.13
5392026-08-14T21:59:52.903Z Downloaded env_logger v0.11.9
5402026-08-14T21:59:52.903Z Downloaded glob v0.3.3
5412026-08-14T21:59:52.906Z Downloaded futures v0.3.32
5422026-08-14T21:59:52.909Z Downloaded getrandom v0.3.4
5432026-08-14T21:59:52.909Z Downloaded castaway v0.2.4
5442026-08-14T21:59:52.912Z Downloaded fatfs v0.3.6
5452026-08-14T21:59:52.912Z Downloaded hostname v0.3.1
5462026-08-14T21:59:52.912Z Downloaded bit-set v0.5.3
5472026-08-14T21:59:52.915Z Downloaded compression-core v0.4.31
5482026-08-14T21:59:52.915Z Downloaded num-derive v0.4.2
5492026-08-14T21:59:52.917Z Downloaded hash32 v0.3.1
5502026-08-14T21:59:52.917Z Downloaded hex-literal v1.1.0
5512026-08-14T21:59:52.918Z Downloaded hash32 v0.2.1
5522026-08-14T21:59:52.918Z Downloaded hostname v0.4.2
5532026-08-14T21:59:52.921Z Downloaded httpdate v1.0.3
5542026-08-14T21:59:52.921Z Downloaded http-body v1.0.1
5552026-08-14T21:59:52.924Z Downloaded ciborium-ll v0.2.2
5562026-08-14T21:59:52.926Z Downloaded bitfield-macros v0.19.4
5572026-08-14T21:59:52.929Z Downloaded ciborium-io v0.2.2
5582026-08-14T21:59:52.932Z Downloaded num_enum_derive v0.5.11
5592026-08-14T21:59:52.932Z Downloaded num-conv v0.2.0
5602026-08-14T21:59:52.937Z Downloaded hubpack_derive v0.1.1
5612026-08-14T21:59:52.939Z Downloaded env_filter v1.0.0
5622026-08-14T21:59:52.939Z Downloaded arrayvec v0.7.6
5632026-08-14T21:59:52.942Z Downloaded foreign-types-shared v0.3.1
5642026-08-14T21:59:52.942Z Downloaded fs_extra v1.3.0
5652026-08-14T21:59:52.945Z Downloaded ff v0.14.0
5662026-08-14T21:59:52.948Z Downloaded group v0.14.0
5672026-08-14T21:59:52.951Z Downloaded camino-tempfile-ext v0.3.3
5682026-08-14T21:59:52.951Z Downloaded cipher v0.5.2
5692026-08-14T21:59:52.954Z Downloaded cobs v0.3.0
5702026-08-14T21:59:52.954Z Downloaded cbc v0.2.1
5712026-08-14T21:59:52.954Z Downloaded backoff v0.4.0
5722026-08-14T21:59:52.958Z Downloaded getrandom v0.2.17
5732026-08-14T21:59:52.961Z Downloaded ahash v0.8.12
5742026-08-14T21:59:52.966Z Downloaded async-bb8-diesel v0.2.1
5752026-08-14T21:59:52.969Z Downloaded rand_pcg v0.10.2
5762026-08-14T21:59:52.969Z Downloaded phf_shared v0.13.1
5772026-08-14T21:59:52.969Z Downloaded proc-macro-crate v1.3.1
5782026-08-14T21:59:52.972Z Downloaded phf_shared v0.12.1
5792026-08-14T21:59:52.972Z Downloaded proc-macro-error-attr2 v2.0.0
5802026-08-14T21:59:52.972Z Downloaded parse-display v0.10.0
5812026-08-14T21:59:52.972Z Downloaded rand_chacha v0.3.1
5822026-08-14T21:59:52.977Z Downloaded russh-cryptovec v0.62.0
5832026-08-14T21:59:52.980Z Downloaded aead v0.6.1
5842026-08-14T21:59:52.980Z Downloaded bcs v0.1.6
5852026-08-14T21:59:52.984Z Downloaded rustc_version v0.4.1
5862026-08-14T21:59:52.987Z Downloaded bit-vec v0.8.0
5872026-08-14T21:59:52.990Z Downloaded compression-codecs v0.4.37
5882026-08-14T21:59:52.990Z Downloaded serde_repr v0.1.20
5892026-08-14T21:59:52.993Z Downloaded bit-vec v0.6.3
5902026-08-14T21:59:52.993Z Downloaded bitflags v1.3.2
5912026-08-14T21:59:52.996Z Downloaded bs58 v0.5.1
5922026-08-14T21:59:52.996Z Downloaded cexpr v0.6.0
5932026-08-14T21:59:52.996Z Downloaded cipher v0.4.4
5942026-08-14T21:59:52.999Z Downloaded cmov v0.5.4
5952026-08-14T21:59:52.999Z Downloaded buf-list v1.1.2
5962026-08-14T21:59:53.002Z Downloaded const_format_proc_macros v0.2.34
5972026-08-14T21:59:53.002Z Downloaded bcrypt-pbkdf v0.11.0
5982026-08-14T21:59:53.002Z Downloaded bitfield v0.19.4
5992026-08-14T21:59:53.006Z Downloaded hyper-staticfile v0.10.1
6002026-08-14T21:59:53.006Z Downloaded cassowary v0.3.0
6012026-08-14T21:59:53.006Z Downloaded cmake v0.1.57
6022026-08-14T21:59:53.006Z Downloaded globset v0.4.18
6032026-08-14T21:59:53.009Z Downloaded hubpack v0.1.2
6042026-08-14T21:59:53.009Z Downloaded seq-macro v0.3.6
6052026-08-14T21:59:53.009Z Downloaded sigpipe v0.1.3
6062026-08-14T21:59:53.009Z Downloaded signal-hook-tokio v0.3.1
6072026-08-14T21:59:53.012Z Downloaded owo-colors v4.3.0
6082026-08-14T21:59:53.013Z Downloaded humantime v2.3.0
6092026-08-14T21:59:53.015Z Downloaded git-stub-vcs v0.1.0
6102026-08-14T21:59:53.015Z Downloaded group v0.13.0
6112026-08-14T21:59:53.018Z Downloaded highway v1.3.0
6122026-08-14T21:59:53.018Z Downloaded slog-envlogger v2.2.0
6132026-08-14T21:59:53.018Z Downloaded blowfish v0.10.0
6142026-08-14T21:59:53.021Z Downloaded constant_time_eq v0.4.2
6152026-08-14T21:59:53.021Z Downloaded stable_deref_trait v1.2.1
6162026-08-14T21:59:53.021Z Downloaded sync_wrapper v1.0.2
6172026-08-14T21:59:53.021Z Downloaded argon2 v0.6.0-rc.8
6182026-08-14T21:59:53.023Z Downloaded chacha20 v0.10.0
6192026-08-14T21:59:53.024Z Downloaded colored v2.2.0
6202026-08-14T21:59:53.027Z Downloaded httparse v1.10.1
6212026-08-14T21:59:53.027Z Downloaded base64ct v1.8.3
6222026-08-14T21:59:53.030Z Downloaded console v0.16.2
6232026-08-14T21:59:53.030Z Downloaded phf v0.12.1
6242026-08-14T21:59:53.033Z Downloaded poly1305 v0.8.0
6252026-08-14T21:59:53.033Z Downloaded blake2 v0.11.0-rc.6
6262026-08-14T21:59:53.036Z Downloaded strum v0.27.2
6272026-08-14T21:59:53.036Z Downloaded sync-ptr v0.1.4
6282026-08-14T21:59:53.036Z Downloaded termtree v0.5.1
6292026-08-14T21:59:53.039Z Downloaded proc-macro-error2 v2.0.1
6302026-08-14T21:59:53.041Z Downloaded take_mut v0.2.2
6312026-08-14T21:59:53.042Z Downloaded oxide-update-engine-display v0.1.2
6322026-08-14T21:59:53.042Z Downloaded pbkdf2 v0.13.0
6332026-08-14T21:59:53.044Z Downloaded ref-cast v1.0.25
6342026-08-14T21:59:53.045Z Downloaded futures-channel v0.3.32
6352026-08-14T21:59:53.047Z Downloaded progenitor v0.14.0
6362026-08-14T21:59:53.047Z Downloaded pkg-config v0.3.32
6372026-08-14T21:59:53.047Z Downloaded progenitor v0.13.0
6382026-08-14T21:59:53.054Z Downloaded unarray v0.1.4
6392026-08-14T21:59:53.054Z Downloaded utf-8 v0.7.6
6402026-08-14T21:59:53.058Z Downloaded yoke-derive v0.8.1
6412026-08-14T21:59:53.058Z Downloaded allocator-api2 v0.2.21
6422026-08-14T21:59:53.058Z Downloaded backon v1.6.0
6432026-08-14T21:59:53.061Z Downloaded console v0.15.11
6442026-08-14T21:59:53.061Z Downloaded bzip2 v0.4.4
6452026-08-14T21:59:53.064Z Downloaded hmac v0.13.0
6462026-08-14T21:59:53.064Z Downloaded half v1.8.3
6472026-08-14T21:59:53.064Z Downloaded rand_core v0.10.0
6482026-08-14T21:59:53.067Z Downloaded blake2 v0.10.6
6492026-08-14T21:59:53.067Z Downloaded cancel-safe-futures v0.1.5
6502026-08-14T21:59:53.070Z Downloaded byte-wrapper v0.1.0
6512026-08-14T21:59:53.070Z Downloaded rustls-pemfile v2.2.0
6522026-08-14T21:59:53.070Z Downloaded rustversion v1.0.22
6532026-08-14T21:59:53.073Z Downloaded rusty-fork v0.3.1
6542026-08-14T21:59:53.073Z Downloaded scopeguard v1.2.0
6552026-08-14T21:59:53.076Z Downloaded clang-sys v1.8.1
6562026-08-14T21:59:53.076Z Downloaded schemars_derive v0.8.22
6572026-08-14T21:59:53.076Z Downloaded scroll v0.13.0
6582026-08-14T21:59:53.079Z Downloaded const-oid v0.9.6
6592026-08-14T21:59:53.079Z Downloaded serdect v0.4.3
6602026-08-14T21:59:53.079Z Downloaded snafu-derive v0.8.9
6612026-08-14T21:59:53.082Z Downloaded usdt v0.6.0
6622026-08-14T21:59:53.082Z Downloaded wait-timeout v0.2.1
6632026-08-14T21:59:53.082Z Downloaded flate2 v1.1.9
6642026-08-14T21:59:53.085Z Downloaded cpubits v0.1.1
6652026-08-14T21:59:53.085Z Downloaded fs-err v2.11.0
6662026-08-14T21:59:53.085Z Downloaded hmac v0.12.1
6672026-08-14T21:59:53.088Z Downloaded sqlformat v0.3.5
6682026-08-14T21:59:53.088Z Downloaded hybrid-array v0.4.13
6692026-08-14T21:59:53.088Z Downloaded bzip2 v0.6.1
6702026-08-14T21:59:53.094Z Downloaded pem v3.0.6
6712026-08-14T21:59:53.097Z Downloaded slog-dtrace v0.3.0
6722026-08-14T21:59:53.097Z Downloaded slog-json v2.6.1
6732026-08-14T21:59:53.097Z Downloaded zeroize_derive v1.5.0
6742026-08-14T21:59:53.100Z Downloaded crunchy v0.2.4
6752026-08-14T21:59:53.103Z Downloaded generic-array v1.4.3
6762026-08-14T21:59:53.103Z Downloaded ar_archive_writer v0.5.1
6772026-08-14T21:59:53.106Z Downloaded const-oid v0.10.2
6782026-08-14T21:59:53.106Z Downloaded spki v0.7.3
6792026-08-14T21:59:53.109Z Downloaded stringprep v0.1.5
6802026-08-14T21:59:53.109Z Downloaded strum_macros v0.24.3
6812026-08-14T21:59:53.112Z Downloaded darling_macro v0.20.11
6822026-08-14T21:59:53.112Z Downloaded darling_macro v0.21.3
6832026-08-14T21:59:53.115Z Downloaded poly1305 v0.9.0
6842026-08-14T21:59:53.115Z Downloaded flume v0.11.1
6852026-08-14T21:59:53.118Z Downloaded document-features v0.2.12
6862026-08-14T21:59:53.118Z Downloaded dtrace-parser v0.3.0
6872026-08-14T21:59:53.118Z Downloaded parking_lot_core v0.9.12
6882026-08-14T21:59:53.121Z Downloaded pkcs8 v0.11.0
6892026-08-14T21:59:53.121Z Downloaded polyval v0.7.1
6902026-08-14T21:59:53.124Z Downloaded thiserror-no-std v2.0.2
6912026-08-14T21:59:53.127Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6922026-08-14T21:59:53.127Z Downloaded tui-tree-widget v0.23.1
6932026-08-14T21:59:53.127Z Downloaded inout v0.1.4
6942026-08-14T21:59:53.127Z Downloaded wnaf v0.14.0
6952026-08-14T21:59:53.130Z Downloaded dirs-sys-next v0.1.2
6962026-08-14T21:59:53.133Z Downloaded dsl_auto_type v0.2.0
6972026-08-14T21:59:53.133Z Downloaded embedded-io v0.4.0
6982026-08-14T21:59:53.133Z Downloaded embedded-io v0.6.1
6992026-08-14T21:59:53.135Z Downloaded illumos-nvpair v0.3.0
7002026-08-14T21:59:53.142Z Downloaded is-terminal v0.4.17
7012026-08-14T21:59:53.144Z Downloaded ciborium v0.2.2
7022026-08-14T21:59:53.151Z Downloaded nonempty v0.12.0
7032026-08-14T21:59:53.154Z Downloaded keccak v0.1.6
7042026-08-14T21:59:53.154Z Downloaded lru-slab v0.1.2
7052026-08-14T21:59:53.154Z Downloaded lzss v0.8.2
7062026-08-14T21:59:53.160Z Downloaded olpc-cjson v0.1.4
7072026-08-14T21:59:53.163Z Downloaded openssl-macros v0.1.1
7082026-08-14T21:59:53.163Z Downloaded openssl-probe v0.1.6
7092026-08-14T21:59:53.163Z Downloaded percent-encoding v2.3.2
7102026-08-14T21:59:53.166Z Downloaded corncobs v0.1.4
7112026-08-14T21:59:53.169Z Downloaded hyper-rustls v0.27.7
7122026-08-14T21:59:53.171Z Downloaded normalize-line-endings v0.3.0
7132026-08-14T21:59:53.174Z Downloaded bytes v1.11.1
7142026-08-14T21:59:53.177Z Downloaded curve25519-dalek-derive v0.1.1
7152026-08-14T21:59:53.180Z Downloaded papergrid v0.18.0
7162026-08-14T21:59:53.183Z Downloaded critical-section v1.2.0
7172026-08-14T21:59:53.186Z Downloaded defmt-parser v1.0.0
7182026-08-14T21:59:53.186Z Downloaded ctr v0.10.1
7192026-08-14T21:59:53.189Z Downloaded arc-swap v1.8.2
7202026-08-14T21:59:53.197Z Downloaded predicates-tree v1.0.13
7212026-08-14T21:59:53.199Z Downloaded tokio-rustls v0.26.4
7222026-08-14T21:59:53.199Z Downloaded radium v0.7.0
7232026-08-14T21:59:53.202Z Downloaded rustc-hash v2.1.1
7242026-08-14T21:59:53.205Z Downloaded progenitor-client v0.14.0
7252026-08-14T21:59:53.205Z Downloaded derive-ex v0.1.8
7262026-08-14T21:59:53.208Z Downloaded deranged v0.5.8
7272026-08-14T21:59:53.212Z Downloaded der_derive v0.7.3
7282026-08-14T21:59:53.216Z Downloaded serde_spanned v1.1.1
7292026-08-14T21:59:53.216Z Downloaded indoc v2.0.7
7302026-08-14T21:59:53.219Z Downloaded heapless v0.7.17
7312026-08-14T21:59:53.219Z Downloaded libsw v3.5.0
7322026-08-14T21:59:53.219Z Downloaded semver v0.1.20
7332026-08-14T21:59:53.223Z Downloaded headers v0.4.1
7342026-08-14T21:59:53.226Z Downloaded tracing-attributes v0.1.31
7352026-08-14T21:59:53.229Z Downloaded jobserver v0.1.34
7362026-08-14T21:59:53.232Z Downloaded chacha20poly1305 v0.10.1
7372026-08-14T21:59:53.235Z Downloaded unicode-properties v0.1.4
7382026-08-14T21:59:53.235Z Downloaded vergen v9.1.0
7392026-08-14T21:59:53.238Z Downloaded siphasher v1.0.2
7402026-08-14T21:59:53.238Z Downloaded keccak v0.2.0
7412026-08-14T21:59:53.238Z Downloaded libscf-sys v1.2.0
7422026-08-14T21:59:53.238Z Downloaded nanorand v0.7.0
7432026-08-14T21:59:53.241Z Downloaded native-tls v0.2.18
7442026-08-14T21:59:53.241Z Downloaded signature v3.0.0
7452026-08-14T21:59:53.241Z Downloaded structmeta v0.3.0
7462026-08-14T21:59:53.243Z Downloaded time-core v0.1.8
7472026-08-14T21:59:53.246Z Downloaded tokio-macros v2.7.0
7482026-08-14T21:59:53.246Z Downloaded tagptr v0.2.0
7492026-08-14T21:59:53.246Z Downloaded tap v1.0.1
7502026-08-14T21:59:53.246Z Downloaded thiserror-impl-no-std v2.0.2
7512026-08-14T21:59:53.249Z Downloaded tower-layer v0.3.3
7522026-08-14T21:59:53.249Z Downloaded heapless v0.8.0
7532026-08-14T21:59:53.249Z Downloaded half v2.7.1
7542026-08-14T21:59:53.255Z Downloaded compact_str v0.8.1
7552026-08-14T21:59:53.258Z Downloaded base64 v0.21.7
7562026-08-14T21:59:53.262Z Downloaded utf8_iter v1.0.4
7572026-08-14T21:59:53.266Z Downloaded num_enum v0.7.6
7582026-08-14T21:59:53.268Z Downloaded packed_struct v0.10.1
7592026-08-14T21:59:53.269Z Downloaded password-hash v0.6.1
7602026-08-14T21:59:53.269Z Downloaded paste v1.0.15
7612026-08-14T21:59:53.271Z Downloaded pin-project-lite v0.2.17
7622026-08-14T21:59:53.274Z Downloaded base64 v0.22.1
7632026-08-14T21:59:53.277Z Downloaded darling v0.20.11
7642026-08-14T21:59:53.279Z Downloaded phf v0.13.1
7652026-08-14T21:59:53.282Z Downloaded xshell-macros v0.2.7
7662026-08-14T21:59:53.282Z Downloaded zerofrom-derive v0.1.6
7672026-08-14T21:59:53.282Z Downloaded cpufeatures v0.3.0
7682026-08-14T21:59:53.287Z Downloaded rand_chacha v0.9.0
7692026-08-14T21:59:53.287Z Downloaded rand_core v0.6.4
7702026-08-14T21:59:53.287Z Downloaded rand_core v0.9.5
7712026-08-14T21:59:53.287Z Downloaded rcgen v0.12.1
7722026-08-14T21:59:53.290Z Downloaded psm v0.1.30
7732026-08-14T21:59:53.290Z Downloaded toml v1.1.2+spec-1.1.0
7742026-08-14T21:59:53.292Z Downloaded derive_builder v0.20.2
7752026-08-14T21:59:53.295Z Downloaded rand_seeder v0.4.0
7762026-08-14T21:59:53.305Z Downloaded sec1 v0.7.3
7772026-08-14T21:59:53.308Z Downloaded serde_bytes v0.11.19
7782026-08-14T21:59:53.310Z Downloaded rustls-native-certs v0.8.3
7792026-08-14T21:59:53.311Z Downloaded darling_macro v0.23.0
7802026-08-14T21:59:53.311Z Downloaded difflib v0.4.0
7812026-08-14T21:59:53.313Z Downloaded hashbrown v0.12.3
7822026-08-14T21:59:53.313Z Downloaded slab v0.4.12
7832026-08-14T21:59:53.314Z Downloaded litrs v1.0.0
7842026-08-14T21:59:53.316Z Downloaded const_format v0.2.35
7852026-08-14T21:59:53.319Z Downloaded cc v1.2.56
7862026-08-14T21:59:53.319Z Downloaded memmap2 v0.9.10
7872026-08-14T21:59:53.322Z Downloaded spki v0.8.0
7882026-08-14T21:59:53.322Z Downloaded ssh-cipher v0.3.0
7892026-08-14T21:59:53.322Z Downloaded ssh-encoding v0.3.0
7902026-08-14T21:59:53.325Z Downloaded display-error-chain v0.2.2
7912026-08-14T21:59:53.325Z Downloaded dunce v1.0.5
7922026-08-14T21:59:53.325Z Downloaded vte v0.14.1
7932026-08-14T21:59:53.332Z Downloaded tls_codec v0.4.2
7942026-08-14T21:59:53.334Z Downloaded tls_codec_derive v0.4.2
7952026-08-14T21:59:53.337Z Downloaded hickory-resolver v0.25.2
7962026-08-14T21:59:53.340Z Downloaded parking_lot v0.12.5
7972026-08-14T21:59:53.343Z Downloaded expectorate v1.2.0
7982026-08-14T21:59:53.346Z Downloaded tokio-dtrace v0.1.1
7992026-08-14T21:59:53.346Z Downloaded p384 v0.14.0
8002026-08-14T21:59:53.349Z Downloaded universal-hash v0.5.1
8012026-08-14T21:59:53.351Z Downloaded indent_write v2.2.0
8022026-08-14T21:59:53.351Z Downloaded uzers v0.12.2
8032026-08-14T21:59:53.351Z Downloaded wyz v0.5.1
8042026-08-14T21:59:53.354Z Downloaded instability v0.3.11
8052026-08-14T21:59:53.354Z Downloaded jiff-static v0.2.34
8062026-08-14T21:59:53.354Z Downloaded pkcs1 v0.8.0-rc.4
8072026-08-14T21:59:53.357Z Downloaded md5 v0.8.0
8082026-08-14T21:59:53.357Z Downloaded memoffset v0.9.1
8092026-08-14T21:59:53.360Z Downloaded newline-converter v0.3.0
8102026-08-14T21:59:53.360Z Downloaded pkcs1 v0.7.5
8112026-08-14T21:59:53.362Z Downloaded md-5 v0.10.6
8122026-08-14T21:59:53.362Z Downloaded new_debug_unreachable v1.0.6
8132026-08-14T21:59:53.366Z Downloaded oso-derive v0.27.3
8142026-08-14T21:59:53.372Z Downloaded derive-where v1.6.0
8152026-08-14T21:59:53.375Z Downloaded ignore v0.4.25
8162026-08-14T21:59:53.378Z Downloaded rustls-pki-types v1.14.0
8172026-08-14T21:59:53.381Z Downloaded ctutils v0.4.2
8182026-08-14T21:59:53.384Z Downloaded defmt v1.0.1
8192026-08-14T21:59:53.384Z Downloaded potential_utf v0.1.4
8202026-08-14T21:59:53.388Z Downloaded predicates-core v1.0.10
8212026-08-14T21:59:53.391Z Downloaded serde_with_macros v3.21.0
8222026-08-14T21:59:53.391Z Downloaded smallvec v1.15.1
8232026-08-14T21:59:53.393Z Downloaded unsafe-libyaml v0.2.11
8242026-08-14T21:59:53.405Z Downloaded strum_macros v0.27.2
8252026-08-14T21:59:53.407Z Downloaded displaydoc v0.2.5
8262026-08-14T21:59:53.407Z Downloaded ed25519 v2.2.3
8272026-08-14T21:59:53.410Z Downloaded secrecy v0.8.0
8282026-08-14T21:59:53.410Z Downloaded rustc_version v0.1.7
8292026-08-14T21:59:53.414Z Downloaded hashbrown v0.13.2
8302026-08-14T21:59:53.416Z Downloaded rfc6979 v0.4.0
8312026-08-14T21:59:53.416Z Downloaded scroll_derive v0.13.1
8322026-08-14T21:59:53.419Z Downloaded ingot v0.2.1
8332026-08-14T21:59:53.419Z Downloaded hickory-resolver v0.24.4
8342026-08-14T21:59:53.422Z Downloaded schemars v1.2.1
8352026-08-14T21:59:53.430Z Downloaded zip v0.6.6
8362026-08-14T21:59:53.433Z Downloaded whoami v1.6.1
8372026-08-14T21:59:53.436Z Downloaded sha1 v0.11.0
8382026-08-14T21:59:53.436Z Downloaded zerocopy v0.6.6
8392026-08-14T21:59:53.436Z Downloaded slog-bunyan v2.5.0
8402026-08-14T21:59:53.438Z Downloaded ipnetwork v0.21.1
8412026-08-14T21:59:53.439Z Downloaded lock_api v0.4.14
8422026-08-14T21:59:53.443Z Downloaded nu-ansi-term v0.50.3
8432026-08-14T21:59:53.446Z Downloaded pkcs5 v0.8.1
8442026-08-14T21:59:53.446Z Downloaded trait-variant v0.1.2
8452026-08-14T21:59:53.448Z Downloaded oxide-tokio-rt v0.1.4
8462026-08-14T21:59:53.448Z Downloaded structmeta-derive v0.3.0
8472026-08-14T21:59:53.448Z Downloaded tabwriter v1.4.1
8482026-08-14T21:59:53.452Z Downloaded tinyvec v1.10.0
8492026-08-14T21:59:53.455Z Downloaded tinyvec_macros v0.1.1
8502026-08-14T21:59:53.457Z Downloaded unicode_categories v0.1.1
8512026-08-14T21:59:53.457Z Downloaded hickory-server v0.25.2
8522026-08-14T21:59:53.460Z Downloaded ron v0.8.1
8532026-08-14T21:59:53.464Z Downloaded cookie v0.18.1
8542026-08-14T21:59:53.467Z Downloaded num_enum v0.5.11
8552026-08-14T21:59:53.467Z Downloaded serde_yaml v0.9.34+deprecated
8562026-08-14T21:59:53.470Z Downloaded daft-derive v0.1.7
8572026-08-14T21:59:53.472Z Downloaded port-file v0.1.0
8582026-08-14T21:59:53.472Z Downloaded oxnet v0.1.6
8592026-08-14T21:59:53.472Z Downloaded universal-hash v0.6.1
8602026-08-14T21:59:53.476Z Downloaded typify-macro v0.6.2
8612026-08-14T21:59:53.476Z Downloaded waitgroup v0.1.2
8622026-08-14T21:59:53.479Z Downloaded signal-hook v0.3.18
8632026-08-14T21:59:53.479Z Downloaded bumpalo v3.20.2
8642026-08-14T21:59:53.485Z Downloaded predicates v3.1.4
8652026-08-14T21:59:53.488Z Downloaded cstr-argument v0.1.2
8662026-08-14T21:59:53.491Z Downloaded crc8 v0.1.1
8672026-08-14T21:59:53.491Z Downloaded r2d2 v0.8.10
8682026-08-14T21:59:53.494Z Downloaded twox-hash v2.1.2
8692026-08-14T21:59:53.497Z Downloaded http v1.4.2
8702026-08-14T21:59:53.500Z Downloaded serde-hex v0.1.0
8712026-08-14T21:59:53.500Z Downloaded digest-io v0.1.0
8722026-08-14T21:59:53.504Z Downloaded openssl-sys v0.9.117
8732026-08-14T21:59:53.510Z Downloaded darling_core v0.20.11
8742026-08-14T21:59:53.513Z Downloaded dyn-clone v1.0.20
8752026-08-14T21:59:53.513Z Downloaded tungstenite v0.23.0
8762026-08-14T21:59:53.516Z Downloaded uuid v1.23.4
8772026-08-14T21:59:53.519Z Downloaded sqlparser_derive v0.5.0
8782026-08-14T21:59:53.523Z Downloaded termios v0.3.3
8792026-08-14T21:59:53.523Z Downloaded instant v0.1.13
8802026-08-14T21:59:53.525Z Downloaded crypto-bigint v0.5.5
8812026-08-14T21:59:53.528Z Downloaded internet-checksum v0.2.1
8822026-08-14T21:59:53.528Z Downloaded maplit v1.0.2
8832026-08-14T21:59:53.528Z Downloaded kem v0.3.0
8842026-08-14T21:59:53.528Z Downloaded zopfli v0.8.3
8852026-08-14T21:59:53.532Z Downloaded illumos-nvpair-sys v0.2.0
8862026-08-14T21:59:53.532Z Downloaded smf v0.2.3
8872026-08-14T21:59:53.532Z Downloaded support-bundle-viewer v0.1.2
8882026-08-14T21:59:53.534Z Downloaded cookie_store v0.22.1
8892026-08-14T21:59:53.534Z Downloaded prettyplease v0.2.37
8902026-08-14T21:59:53.537Z Downloaded tokio-postgres v0.7.16
8912026-08-14T21:59:53.540Z Downloaded progenitor-impl v0.14.0
8922026-08-14T21:59:53.543Z Downloaded oxide-update-engine v0.1.2
8932026-08-14T21:59:53.547Z Downloaded tokio-native-tls v0.3.1
8942026-08-14T21:59:53.547Z Downloaded toml_writer v1.1.1+spec-1.1.0
8952026-08-14T21:59:53.547Z Downloaded usdt-impl v0.6.0
8962026-08-14T21:59:53.549Z Downloaded zerofrom v0.1.6
8972026-08-14T21:59:53.550Z Downloaded xshell v0.2.7
8982026-08-14T21:59:53.556Z Downloaded toml_edit v0.19.15
8992026-08-14T21:59:53.567Z Downloaded zerocopy-derive v0.8.40
9002026-08-14T21:59:53.570Z Downloaded icu_properties v2.1.2
9012026-08-14T21:59:53.574Z Downloaded minimal-lexical v0.2.1
9022026-08-14T21:59:53.577Z Downloaded subprocess v0.2.15
9032026-08-14T21:59:53.577Z Downloaded miniz_oxide v0.8.9
9042026-08-14T21:59:53.578Z Downloaded daft v0.1.7
9052026-08-14T21:59:53.585Z Downloaded delegate v0.13.5
9062026-08-14T21:59:53.585Z Downloaded precomputed-hash v0.1.1
9072026-08-14T21:59:53.585Z Downloaded quick-error v1.2.3
9082026-08-14T21:59:53.585Z Downloaded recursive v0.1.1
9092026-08-14T21:59:53.585Z Downloaded aes v0.9.1
9102026-08-14T21:59:53.588Z Downloaded futures-util v0.3.32
9112026-08-14T21:59:53.591Z Downloaded progenitor-macro v0.14.0
9122026-08-14T21:59:53.591Z Downloaded elliptic-curve v0.13.8
9132026-08-14T21:59:53.597Z Downloaded data-encoding v2.10.0
9142026-08-14T21:59:53.597Z Downloaded crossbeam-channel v0.5.15
9152026-08-14T21:59:53.600Z Downloaded sapling-renderdag v0.1.0
9162026-08-14T21:59:53.600Z Downloaded serde_urlencoded v0.7.1
9172026-08-14T21:59:53.600Z Downloaded serde_cbor v0.11.2
9182026-08-14T21:59:53.600Z Downloaded sha2 v0.11.0
9192026-08-14T21:59:53.603Z Downloaded hashbrown v0.15.5
9202026-08-14T21:59:53.606Z Downloaded smallvec v0.6.14
9212026-08-14T21:59:53.606Z Downloaded aes-gcm v0.11.0
9222026-08-14T21:59:53.609Z Downloaded either v1.15.0
9232026-08-14T21:59:53.609Z Downloaded impl-trait-for-tuples v0.2.3
9242026-08-14T21:59:53.609Z Downloaded kstat-rs v0.2.5
9252026-08-14T21:59:53.613Z Downloaded litemap v0.8.1
9262026-08-14T21:59:53.613Z Downloaded linked-hash-map v0.5.6
9272026-08-14T21:59:53.613Z Downloaded sponge-cursor v0.1.0
9282026-08-14T21:59:53.613Z Downloaded testing_table v0.3.0
9292026-08-14T21:59:53.613Z Downloaded oxide-update-engine-types v0.1.2
9302026-08-14T21:59:53.615Z Downloaded untrusted v0.9.0
9312026-08-14T21:59:53.615Z Downloaded hashbrown v0.16.1
9322026-08-14T21:59:53.618Z Downloaded publicsuffix v2.3.0
9332026-08-14T21:59:53.618Z Downloaded snafu v0.8.9
9342026-08-14T21:59:53.622Z Downloaded schemars v0.9.0
9352026-08-14T21:59:53.628Z Downloaded vergen-lib v0.1.6
9362026-08-14T21:59:53.631Z Downloaded typed-path v0.9.3
9372026-08-14T21:59:53.634Z Downloaded num-integer v0.1.46
9382026-08-14T21:59:53.634Z Downloaded parse-display-derive v0.10.0
9392026-08-14T21:59:53.634Z Downloaded pin-project v1.1.11
9402026-08-14T21:59:53.641Z Downloaded toml_parser v1.1.2+spec-1.1.0
9412026-08-14T21:59:53.643Z Downloaded multimap v0.10.1
9422026-08-14T21:59:53.643Z Downloaded hyper-util v0.1.20
9432026-08-14T21:59:53.646Z Downloaded prefix-trie v0.7.0
9442026-08-14T21:59:53.649Z Downloaded topological-sort v0.2.2
9452026-08-14T21:59:53.649Z Downloaded darling_core v0.13.4
9462026-08-14T21:59:53.652Z Downloaded num_enum_derive v0.7.6
9472026-08-14T21:59:53.652Z Downloaded rustyline v14.0.0
9482026-08-14T21:59:53.655Z Downloaded nom v8.0.0
9492026-08-14T21:59:53.657Z Downloaded peg v0.8.5
9502026-08-14T21:59:53.660Z Downloaded zstd v0.13.3
9512026-08-14T21:59:53.660Z Downloaded pin-project-internal v1.1.11
9522026-08-14T21:59:53.663Z Downloaded postgres-protocol v0.6.10
9532026-08-14T21:59:53.663Z Downloaded want v0.3.1
9542026-08-14T21:59:53.663Z Downloaded crucible-workspace-hack v0.1.0
9552026-08-14T21:59:53.663Z Downloaded pem-rfc7468 v1.0.0
9562026-08-14T21:59:53.666Z Downloaded progenitor-client v0.13.0
9572026-08-14T21:59:53.666Z Downloaded ident_case v1.0.1
9582026-08-14T21:59:53.666Z Downloaded dirs-next v2.0.0
9592026-08-14T21:59:53.666Z Downloaded dof v0.4.0
9602026-08-14T21:59:53.666Z Downloaded downcast-rs v2.0.2
9612026-08-14T21:59:53.669Z Downloaded zip v4.6.1
9622026-08-14T21:59:53.669Z Downloaded slog-async v2.8.0
9632026-08-14T21:59:53.675Z Downloaded url v2.5.8
9642026-08-14T21:59:53.679Z Downloaded test-strategy v0.4.5
9652026-08-14T21:59:53.682Z Downloaded time-macros v0.2.27
9662026-08-14T21:59:53.684Z Downloaded simd-adler32 v0.3.8
9672026-08-14T21:59:53.684Z Downloaded lru-cache v0.1.2
9682026-08-14T21:59:53.684Z Downloaded managed v0.8.0
9692026-08-14T21:59:53.687Z Downloaded powerfmt v0.2.0
9702026-08-14T21:59:53.692Z Downloaded stacker v0.1.23
9712026-08-14T21:59:53.695Z Downloaded strum_macros v0.26.4
9722026-08-14T21:59:53.698Z Downloaded num-iter v0.1.45
9732026-08-14T21:59:53.698Z Downloaded ed25519-dalek v3.0.0
9742026-08-14T21:59:53.701Z Downloaded internal-russh-num-bigint v0.5.0
9752026-08-14T21:59:53.703Z Downloaded mime_guess v2.0.5
9762026-08-14T21:59:53.703Z Downloaded phf_shared v0.11.3
9772026-08-14T21:59:53.706Z Downloaded ref-cast-impl v1.0.25
9782026-08-14T21:59:53.706Z Downloaded russh-util v0.52.0
9792026-08-14T21:59:53.706Z Downloaded multer v3.1.0
9802026-08-14T21:59:53.706Z Downloaded omicron-zone-package v0.12.3
9812026-08-14T21:59:53.709Z Downloaded signature v2.2.0
9822026-08-14T21:59:53.712Z Downloaded derive_more v2.1.1
9832026-08-14T21:59:53.716Z Downloaded vergen-gitcl v1.0.8
9842026-08-14T21:59:53.719Z Downloaded walkdir v2.5.0
9852026-08-14T21:59:53.721Z Downloaded convert_case v0.10.0
9862026-08-14T21:59:53.724Z Downloaded derive_builder_core v0.20.2
9872026-08-14T21:59:53.728Z Downloaded shell-words v1.1.1
9882026-08-14T21:59:53.728Z Downloaded thread-id v5.1.0
9892026-08-14T21:59:53.731Z Downloaded rustls-platform-verifier v0.6.2
9902026-08-14T21:59:53.734Z Downloaded derive_more v0.99.20
9912026-08-14T21:59:53.738Z Downloaded nom v7.1.3
9922026-08-14T21:59:53.741Z Downloaded yoke v0.8.1
9932026-08-14T21:59:53.744Z Downloaded csv-core v0.1.13
9942026-08-14T21:59:53.744Z Downloaded subtle v2.6.1
9952026-08-14T21:59:53.747Z Downloaded hyper v1.10.1
9962026-08-14T21:59:53.749Z Downloaded salsa20 v0.11.0
9972026-08-14T21:59:53.752Z Downloaded indoc v1.0.9
9982026-08-14T21:59:53.752Z Downloaded ipnet v2.11.0
9992026-08-14T21:59:53.755Z Downloaded defmt v0.3.100
10002026-08-14T21:59:53.755Z Downloaded usdt-macro v0.6.0
10012026-08-14T21:59:53.755Z Downloaded crypto-common v0.2.2
10022026-08-14T21:59:53.755Z Downloaded diesel-dtrace v0.5.0
10032026-08-14T21:59:53.758Z Downloaded drift v0.2.0
10042026-08-14T21:59:53.768Z Downloaded parse-size v1.1.0
10052026-08-14T21:59:53.774Z Downloaded num_threads v0.1.7
10062026-08-14T21:59:53.777Z Downloaded hkdf v0.13.0
10072026-08-14T21:59:53.783Z Downloaded libefi-sys v0.1.0
10082026-08-14T21:59:53.786Z Downloaded tokio-tungstenite v0.21.0
10092026-08-14T21:59:53.786Z Downloaded newtype-uuid v1.3.2
10102026-08-14T21:59:53.789Z Downloaded lazy_static v1.5.0
10112026-08-14T21:59:53.789Z Downloaded maybe-uninit v2.0.0
10122026-08-14T21:59:53.789Z Downloaded parking_lot_core v0.8.6
10132026-08-14T21:59:53.792Z Downloaded phc v0.6.1
10142026-08-14T21:59:53.792Z Downloaded serde_path_to_error v0.1.20
10152026-08-14T21:59:53.792Z Downloaded psl-types v2.0.11
10162026-08-14T21:59:53.795Z Downloaded rtoolbox v0.0.3
10172026-08-14T21:59:53.795Z Downloaded reqwest v0.13.2
10182026-08-14T21:59:53.798Z Downloaded pretty_assertions v1.4.1
10192026-08-14T21:59:53.801Z Downloaded num-complex v0.4.6
10202026-08-14T21:59:53.801Z Downloaded rand v0.10.1
10212026-08-14T21:59:53.804Z Downloaded crc32fast v1.5.0
10222026-08-14T21:59:53.809Z Downloaded darling v0.23.0
10232026-08-14T21:59:53.811Z Downloaded peg-macros v0.8.5
10242026-08-14T21:59:53.811Z Downloaded num-rational v0.4.2
10252026-08-14T21:59:53.811Z Downloaded strum v0.26.3
10262026-08-14T21:59:53.811Z Downloaded hkdf v0.12.4
10272026-08-14T21:59:53.817Z Downloaded untrusted v0.7.1
10282026-08-14T21:59:53.820Z Downloaded serde_derive_internals v0.29.1
10292026-08-14T21:59:53.820Z Downloaded unicode-segmentation v1.12.0
10302026-08-14T21:59:53.824Z Downloaded thread_local v1.1.9
10312026-08-14T21:59:53.826Z Downloaded whoami v2.1.0
10322026-08-14T21:59:53.826Z Downloaded zone v0.3.1
10332026-08-14T21:59:53.829Z Downloaded zone_cfg_derive v0.3.1
10342026-08-14T21:59:53.829Z Downloaded darling_macro v0.13.4
10352026-08-14T21:59:53.829Z Downloaded debug-ignore v1.0.5
10362026-08-14T21:59:53.833Z Downloaded h2 v0.4.15
10372026-08-14T21:59:53.837Z Downloaded ssh-key v0.7.0-rc.11
10382026-08-14T21:59:53.841Z Downloaded string_cache v0.8.9
10392026-08-14T21:59:53.844Z Downloaded unicase v2.9.0
10402026-08-14T21:59:53.844Z Downloaded vsss-rs v3.3.4
10412026-08-14T21:59:53.844Z Downloaded crc v3.4.0
10422026-08-14T21:59:53.847Z Downloaded zstd-safe v7.2.4
10432026-08-14T21:59:53.847Z Downloaded icu_collections v2.1.1
10442026-08-14T21:59:53.850Z Downloaded mime v0.3.17
10452026-08-14T21:59:53.850Z Downloaded module-lattice v0.2.3
10462026-08-14T21:59:53.854Z Downloaded primeorder v0.13.6
10472026-08-14T21:59:53.854Z Downloaded packed_struct_codegen v0.10.1
10482026-08-14T21:59:53.857Z Downloaded typify v0.6.2
10492026-08-14T21:59:53.861Z Downloaded ecdsa v0.16.9
10502026-08-14T21:59:53.871Z Downloaded serde_plain v1.0.2
10512026-08-14T21:59:53.873Z Downloaded scheduled-thread-pool v0.2.7
10522026-08-14T21:59:53.874Z Downloaded recursive-proc-macro-impl v0.1.1
10532026-08-14T21:59:53.876Z Downloaded reqwest v0.12.28
10542026-08-14T21:59:53.879Z Downloaded sha1 v0.10.6
10552026-08-14T21:59:53.879Z Downloaded try-lock v0.2.5
10562026-08-14T21:59:53.879Z Downloaded void v1.0.2
10572026-08-14T21:59:53.882Z Downloaded sec1 v0.8.1
10582026-08-14T21:59:53.885Z Downloaded dropshot-api-manager v0.7.2
10592026-08-14T21:59:53.888Z Downloaded term v0.7.0
10602026-08-14T21:59:53.888Z Downloaded term v1.2.1
10612026-08-14T21:59:53.890Z Downloaded unicode-truncate v1.1.0
10622026-08-14T21:59:53.893Z Downloaded static_assertions v1.1.0
10632026-08-14T21:59:53.893Z Downloaded scrypt v0.12.0
10642026-08-14T21:59:53.897Z Downloaded slog-term v2.9.2
10652026-08-14T21:59:53.899Z Downloaded tiny-keccak v2.0.2
10662026-08-14T21:59:53.899Z Downloaded der v0.8.0
10672026-08-14T21:59:53.902Z Downloaded derive_builder_macro v0.20.2
10682026-08-14T21:59:53.905Z Downloaded path-slash v0.1.5
10692026-08-14T21:59:53.905Z Downloaded iri-string v0.7.10
10702026-08-14T21:59:53.908Z Downloaded serde_with_macros v1.5.2
10712026-08-14T21:59:53.908Z Downloaded yasna v0.5.2
10722026-08-14T21:59:53.911Z Downloaded tokio-tungstenite v0.23.1
10732026-08-14T21:59:53.911Z Downloaded ingot-types v0.2.0
10742026-08-14T21:59:53.914Z Downloaded zeroize v1.9.0
10752026-08-14T21:59:53.914Z Downloaded dropshot-api-manager-types v0.7.2
10762026-08-14T21:59:53.914Z Downloaded lru v0.12.5
10772026-08-14T21:59:53.917Z Downloaded opaque-debug v0.3.1
10782026-08-14T21:59:53.917Z Downloaded ed25519-dalek v2.2.0
10792026-08-14T21:59:53.917Z Downloaded match_cfg v0.1.0
10802026-08-14T21:59:53.921Z Downloaded usdt-attr-macro v0.6.0
10812026-08-14T21:59:53.921Z Downloaded peg-runtime v0.8.5
10822026-08-14T21:59:53.921Z Downloaded inout v0.2.2
10832026-08-14T21:59:53.921Z Downloaded libbz2-rs-sys v0.2.2
10842026-08-14T21:59:53.924Z Downloaded des v0.9.0
10852026-08-14T21:59:53.929Z Downloaded ingot-macros v0.2.0
10862026-08-14T21:59:53.929Z Downloaded ena v0.14.4
10872026-08-14T21:59:53.932Z Downloaded signal-hook-mio v0.2.5
10882026-08-14T21:59:53.935Z Downloaded unit-prefix v0.5.2
10892026-08-14T21:59:53.938Z Downloaded ecdsa v0.17.0
10902026-08-14T21:59:53.941Z Downloaded libsw-core v0.3.2
10912026-08-14T21:59:53.941Z Downloaded scuffle v0.1.0
10922026-08-14T21:59:53.944Z Downloaded supports-color v3.0.2
10932026-08-14T21:59:53.949Z Downloaded zerovec v0.11.5
10942026-08-14T21:59:53.951Z Downloaded signal-hook-registry v1.4.8
10952026-08-14T21:59:53.954Z Downloaded same-file v1.0.6
10962026-08-14T21:59:53.954Z Downloaded tinystr v0.8.2
10972026-08-14T21:59:53.954Z Downloaded primeorder v0.14.0
10982026-08-14T21:59:53.957Z Downloaded secrecy v0.10.3
10992026-08-14T21:59:53.960Z Downloaded is_ci v1.2.0
11002026-08-14T21:59:53.966Z Downloaded progenitor-impl v0.13.0
11012026-08-14T21:59:53.971Z Downloaded darling_core v0.21.3
11022026-08-14T21:59:53.981Z Downloaded progenitor-macro v0.13.0
11032026-08-14T21:59:53.983Z Downloaded xattr v1.6.1
11042026-08-14T21:59:53.983Z Downloaded winnow v0.6.26
11052026-08-14T21:59:53.988Z Downloaded icu_locale_core v2.1.1
11062026-08-14T21:59:53.991Z Downloaded rand v0.8.6
11072026-08-14T21:59:53.994Z Downloaded rsa v0.10.0-rc.18
11082026-08-14T21:59:53.996Z Downloaded tungstenite v0.21.0
11092026-08-14T21:59:53.999Z Downloaded darling v0.13.4
11102026-08-14T21:59:53.999Z Downloaded strip-ansi-escapes v0.2.1
11112026-08-14T21:59:54.002Z Downloaded diesel_derives v2.3.7
11122026-08-14T21:59:54.006Z Downloaded aho-corasick v1.1.4
11132026-08-14T21:59:54.009Z Downloaded aws-lc-rs v1.16.3
11142026-08-14T21:59:54.014Z Downloaded idna_adapter v1.2.1
11152026-08-14T21:59:54.017Z Downloaded nodrop v0.1.14
11162026-08-14T21:59:54.017Z Downloaded num-bigint v0.4.6
11172026-08-14T21:59:54.020Z Downloaded rfc6979 v0.6.0
11182026-08-14T21:59:54.020Z Downloaded darling v0.21.3
11192026-08-14T21:59:54.024Z Downloaded icu_provider v2.1.1
11202026-08-14T21:59:54.026Z Downloaded password-hash v0.5.0
11212026-08-14T21:59:54.027Z Downloaded progenitor-extras v0.2.0
11222026-08-14T21:59:54.027Z Downloaded serde-big-array v0.5.1
11232026-08-14T21:59:54.027Z Downloaded lalrpop-util v0.19.12
11242026-08-14T21:59:54.027Z Downloaded libxml v0.3.3
11252026-08-14T21:59:54.031Z Downloaded primefield v0.14.0
11262026-08-14T21:59:54.033Z Downloaded postcard v1.1.3
11272026-08-14T21:59:54.033Z Downloaded tower-service v0.3.3
11282026-08-14T21:59:54.033Z Downloaded crc-catalog v2.4.0
11292026-08-14T21:59:54.036Z Downloaded diesel_table_macro_syntax v0.3.0
11302026-08-14T21:59:54.036Z Downloaded newtype-uuid-macros v0.1.0
11312026-08-14T21:59:54.036Z Downloaded similar v2.7.0
11322026-08-14T21:59:54.039Z Downloaded resolv-conf v0.7.6
11332026-08-14T21:59:54.039Z Downloaded tokio-test v0.4.5
11342026-08-14T21:59:54.042Z Downloaded strsim v0.10.0
11352026-08-14T21:59:54.045Z Downloaded unicode-xid v0.2.6
11362026-08-14T21:59:54.058Z Downloaded newtype_derive v0.1.6
11372026-08-14T21:59:54.062Z Downloaded nibble_vec v0.1.0
11382026-08-14T21:59:54.062Z Downloaded spin v0.9.8
11392026-08-14T21:59:54.062Z Downloaded linear-map v1.2.0
11402026-08-14T21:59:54.062Z Downloaded rand_xorshift v0.4.0
11412026-08-14T21:59:54.065Z Downloaded blake3 v1.8.5
11422026-08-14T21:59:54.068Z Downloaded winnow v1.0.3
11432026-08-14T21:59:54.073Z Downloaded tower-http v0.6.8
11442026-08-14T21:59:54.078Z Downloaded elliptic-curve v0.14.1
11452026-08-14T21:59:54.081Z Downloaded unicode-bidi v0.3.18
11462026-08-14T21:59:54.084Z Downloaded crc-any v2.5.0
11472026-08-14T21:59:54.084Z Downloaded libloading v0.8.9
11482026-08-14T21:59:54.084Z Downloaded ppv-lite86 v0.2.21
11492026-08-14T21:59:54.087Z Downloaded crossbeam-utils v0.8.21
11502026-08-14T21:59:54.087Z Downloaded writeable v0.6.2
11512026-08-14T21:59:54.087Z Downloaded crossbeam-deque v0.8.6
11522026-08-14T21:59:54.090Z Downloaded idna v1.1.0
11532026-08-14T21:59:54.093Z Downloaded tokio-stream v0.1.18
11542026-08-14T21:59:54.096Z Downloaded num-traits v0.2.19
11552026-08-14T21:59:54.099Z Downloaded rpassword v7.5.4
11562026-08-14T21:59:54.102Z Downloaded defmt-macros v1.0.1
11572026-08-14T21:59:54.106Z Downloaded ed25519 v3.0.0
11582026-08-14T21:59:54.109Z Downloaded pkcs8 v0.10.2
11592026-08-14T21:59:54.109Z Downloaded shlex v1.3.0
11602026-08-14T21:59:54.109Z Downloaded digest v0.11.3
11612026-08-14T21:59:54.112Z Downloaded ml-kem v0.3.2
11622026-08-14T21:59:54.116Z Downloaded crossterm v0.29.0
11632026-08-14T21:59:54.119Z Downloaded vergen-lib v9.1.0
11642026-08-14T21:59:54.122Z Downloaded zerovec-derive v0.11.2
11652026-08-14T21:59:54.122Z Downloaded diff v0.1.13
11662026-08-14T21:59:54.125Z Downloaded iddqd v0.4.2
11672026-08-14T21:59:54.128Z Downloaded qorb v0.4.1
11682026-08-14T21:59:54.131Z Downloaded quinn v0.11.11
11692026-08-14T21:59:54.134Z Downloaded slog-scope v4.4.1
11702026-08-14T21:59:54.137Z Downloaded synstructure v0.13.2
11712026-08-14T21:59:54.137Z Downloaded slog-stdlog v4.1.1
11722026-08-14T21:59:54.140Z Downloaded git2 v0.20.4
11732026-08-14T21:59:54.143Z Downloaded yansi v1.0.1
11742026-08-14T21:59:54.146Z Downloaded ryu v1.0.23
11752026-08-14T21:59:54.146Z Downloaded chrono v0.4.45
11762026-08-14T21:59:54.149Z Downloaded parking_lot v0.11.2
11772026-08-14T21:59:54.152Z Downloaded vergen-git2 v9.1.0
11782026-08-14T21:59:54.155Z Downloaded socket2 v0.5.10
11792026-08-14T21:59:54.163Z Downloaded itertools v0.13.0
11802026-08-14T21:59:54.167Z Downloaded jiff-core v0.1.0
11812026-08-14T21:59:54.171Z Downloaded schemars v0.8.22
11822026-08-14T21:59:54.178Z Downloaded crossbeam-epoch v0.9.18
11832026-08-14T21:59:54.181Z Downloaded postgres-types v0.2.12
11842026-08-14T21:59:54.184Z Downloaded quinn-udp v0.5.14
11852026-08-14T21:59:54.184Z Downloaded pem-rfc7468 v0.7.0
11862026-08-14T21:59:54.184Z Downloaded rsa v0.9.10
11872026-08-14T21:59:54.187Z Downloaded socket2 v0.6.3
11882026-08-14T21:59:54.190Z Downloaded p521 v0.14.0
11892026-08-14T21:59:54.190Z Downloaded icu_normalizer v2.1.1
11902026-08-14T21:59:54.193Z Downloaded tracing-core v0.1.36
11912026-08-14T21:59:54.193Z Downloaded toml v0.7.8
11922026-08-14T21:59:54.195Z Downloaded bitvec v1.0.1
11932026-08-14T21:59:54.203Z Downloaded iana-time-zone v0.1.65
11942026-08-14T21:59:54.205Z Downloaded indicatif v0.18.4
11952026-08-14T21:59:54.208Z Downloaded serde_with v3.21.0
11962026-08-14T21:59:54.213Z Downloaded dropshot_endpoint v0.17.1
11972026-08-14T21:59:54.216Z Downloaded bindgen v0.71.1
11982026-08-14T21:59:54.219Z Downloaded derive_more-impl v2.1.1
11992026-08-14T21:59:54.222Z Downloaded zerotrie v0.2.3
12002026-08-14T21:59:54.225Z Downloaded radix_trie v0.2.1
12012026-08-14T21:59:54.227Z Downloaded time v0.3.47
12022026-08-14T21:59:54.234Z Downloaded slog v2.8.2
12032026-08-14T21:59:54.237Z Downloaded oso v0.27.3
12042026-08-14T21:59:54.240Z Downloaded winnow v0.5.40
12052026-08-14T21:59:54.242Z Downloaded vcpkg v0.2.15
12062026-08-14T21:59:54.265Z Downloaded tar v0.4.46
12072026-08-14T21:59:54.268Z Downloaded unicode-normalization v0.1.25
12082026-08-14T21:59:54.271Z Downloaded goblin v0.10.5
12092026-08-14T21:59:54.274Z Downloaded rawzip v0.4.4
12102026-08-14T21:59:54.277Z Downloaded crossterm v0.28.1
12112026-08-14T21:59:54.280Z Downloaded serde_with v1.14.0
12122026-08-14T21:59:54.283Z Downloaded icu_properties_data v2.1.2
12132026-08-14T21:59:54.289Z Downloaded rayon v1.11.0
12142026-08-14T21:59:54.296Z Downloaded indexmap v1.9.3
12152026-08-14T21:59:54.299Z Downloaded itertools v0.10.5
12162026-08-14T21:59:54.301Z Downloaded rayon-core v1.13.0
12172026-08-14T21:59:54.301Z Downloaded quinn-proto v0.11.16
12182026-08-14T21:59:54.305Z Downloaded crypto-primes v0.7.2
12192026-08-14T21:59:54.308Z Downloaded rand v0.9.2
12202026-08-14T21:59:54.310Z Downloaded p256 v0.14.0
12212026-08-14T21:59:54.313Z Downloaded quick-xml v0.37.5
12222026-08-14T21:59:54.316Z Downloaded rustls-webpki v0.103.13
12232026-08-14T21:59:54.319Z Downloaded regex v1.12.3
12242026-08-14T21:59:54.322Z Downloaded samael v0.0.19
12252026-08-14T21:59:54.325Z Downloaded icu_normalizer_data v2.1.1
12262026-08-14T21:59:54.325Z Downloaded polar-core v0.27.3
12272026-08-14T21:59:54.329Z Downloaded steno v0.4.1
12282026-08-14T21:59:54.332Z Downloaded reedline v0.40.0
12292026-08-14T21:59:54.336Z Downloaded x509-cert v0.2.5
12302026-08-14T21:59:54.339Z Downloaded darling_core v0.23.0
12312026-08-14T21:59:54.342Z Downloaded sha3 v0.12.0
12322026-08-14T21:59:54.345Z Downloaded itertools v0.14.0
12332026-08-14T21:59:54.348Z Downloaded mio v1.2.0
12342026-08-14T21:59:54.350Z Downloaded der v0.7.10
12352026-08-14T21:59:54.364Z Downloaded tough v0.22.0
12362026-08-14T21:59:54.376Z Downloaded nix v0.27.1
12372026-08-14T21:59:54.381Z Downloaded tower v0.5.3
12382026-08-14T21:59:54.386Z Downloaded lalrpop v0.19.12
12392026-08-14T21:59:54.397Z Downloaded bstr v1.12.1
12402026-08-14T21:59:54.402Z Downloaded itertools v0.12.1
12412026-08-14T21:59:54.406Z Downloaded salty v0.3.0
12422026-08-14T21:59:54.410Z Downloaded moka v0.12.13
12432026-08-14T21:59:54.416Z Downloaded itertools v0.15.0
12442026-08-14T21:59:54.420Z Downloaded tabled v0.21.0
12452026-08-14T21:59:54.436Z Downloaded russh v0.62.4
12462026-08-14T21:59:54.441Z Downloaded proptest v1.11.0
12472026-08-14T21:59:54.447Z Downloaded zerocopy v0.8.40
12482026-08-14T21:59:54.455Z Downloaded num-bigint-dig v0.8.6
12492026-08-14T21:59:54.458Z Downloaded object v0.37.3
12502026-08-14T21:59:54.466Z Downloaded openapiv3 v2.2.0
12512026-08-14T21:59:54.472Z Downloaded regex-syntax v0.6.29
12522026-08-14T21:59:54.500Z Downloaded libm v0.2.16
12532026-08-14T21:59:54.506Z Downloaded tokio-util v0.7.18
12542026-08-14T21:59:54.521Z Downloaded p384 v0.13.1
12552026-08-14T21:59:54.525Z Downloaded portable-atomic v1.13.1
12562026-08-14T21:59:54.528Z Downloaded openssl v0.10.80
12572026-08-14T21:59:54.532Z Downloaded regress v0.11.1
12582026-08-14T21:59:54.537Z Downloaded rustls v0.23.41
12592026-08-14T21:59:54.559Z Downloaded zlib-rs v0.6.2
12602026-08-14T21:59:54.568Z Downloaded sled v0.34.7
12612026-08-14T21:59:54.577Z Downloaded hickory-proto v0.24.4
12622026-08-14T21:59:54.585Z Downloaded regex-syntax v0.8.10
12632026-08-14T21:59:54.595Z Downloaded nix v0.31.2
12642026-08-14T21:59:54.603Z Downloaded smoltcp v0.9.1
12652026-08-14T21:59:54.609Z Downloaded object v0.30.4
12662026-08-14T21:59:54.614Z Downloaded typify-impl v0.6.2
12672026-08-14T21:59:54.626Z Downloaded smoltcp v0.11.0
12682026-08-14T21:59:54.637Z Downloaded petname v2.0.2
12692026-08-14T21:59:54.653Z Downloaded nix v0.28.0
12702026-08-14T21:59:54.660Z Downloaded hickory-proto v0.25.2
12712026-08-14T21:59:54.669Z Downloaded rustix v0.38.44
12722026-08-14T21:59:54.682Z Downloaded curve25519-dalek v5.0.0
12732026-08-14T21:59:54.687Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-08-14T21:59:54.698Z Downloaded regress v0.10.5
12752026-08-14T21:59:54.705Z Downloaded regex-automata v0.4.14
12762026-08-14T21:59:54.721Z Downloaded crypto-bigint v0.7.5
12772026-08-14T21:59:54.730Z Downloaded curve25519-dalek v4.1.3
12782026-08-14T21:59:54.735Z Downloaded sqlparser v0.61.0
12792026-08-14T21:59:54.740Z Downloaded diesel v2.3.7
12802026-08-14T21:59:54.752Z Downloaded sha3 v0.11.0
12812026-08-14T21:59:54.755Z Downloaded dropshot v0.17.1
12822026-08-14T21:59:54.766Z Downloaded chrono-tz v0.10.4
12832026-08-14T21:59:54.777Z Downloaded tracing v0.1.44
12842026-08-14T21:59:54.791Z Downloaded zerocopy-derive v0.6.6
12852026-08-14T21:59:54.796Z Downloaded tokio v1.52.1
12862026-08-14T21:59:54.819Z Downloaded sha3 v0.10.8
12872026-08-14T21:59:54.834Z Downloaded ratatui v0.29.0
12882026-08-14T21:59:54.845Z Downloaded libz-sys v1.1.24
12892026-08-14T21:59:54.856Z Downloaded csv v1.4.0
12902026-08-14T21:59:54.869Z Downloaded jiff v0.2.34
12912026-08-14T21:59:54.878Z Downloaded petgraph v0.6.5
12922026-08-14T21:59:54.889Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-08-14T21:59:54.899Z Downloaded petgraph v0.8.3
12942026-08-14T21:59:54.962Z Downloaded encoding_rs v0.8.35
12952026-08-14T21:59:54.975Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-08-14T21:59:55.008Z Downloaded ring v0.17.14
12972026-08-14T21:59:55.498Z Downloaded aws-lc-sys v0.40.0
12982026-08-14T21:59:55.744Z Compiling libc v0.2.185
12992026-08-14T21:59:55.744Z Compiling serde_core v1.0.228
13002026-08-14T21:59:55.744Z Compiling serde v1.0.228
13012026-08-14T21:59:55.748Z Compiling log v0.4.29
13022026-08-14T21:59:55.748Z Compiling smallvec v1.15.1
13032026-08-14T21:59:55.748Z Compiling find-msvc-tools v0.1.9
13042026-08-14T21:59:55.748Z Compiling shlex v1.3.0
13052026-08-14T21:59:55.748Z Compiling subtle v2.6.1
13062026-08-14T21:59:55.908Z Compiling scopeguard v1.2.0
13072026-08-14T21:59:55.911Z Compiling typenum v1.20.1
13082026-08-14T21:59:55.911Z Compiling stable_deref_trait v1.2.1
13092026-08-14T21:59:55.911Z Compiling zerocopy v0.8.40
13102026-08-14T21:59:55.920Z Compiling portable-atomic v1.13.1
13112026-08-14T21:59:55.970Z Compiling serde_json v1.0.151
13122026-08-14T21:59:55.996Z Compiling syn v2.0.117
13132026-08-14T21:59:56.010Z Compiling critical-section v1.2.0
13142026-08-14T21:59:56.074Z Compiling libm v0.2.16
13152026-08-14T21:59:56.117Z Compiling num-traits v0.2.19
13162026-08-14T21:59:56.131Z Compiling pkg-config v0.3.32
13172026-08-14T21:59:56.145Z Compiling lock_api v0.4.14
13182026-08-14T21:59:56.158Z Compiling generic-array v0.14.7
13192026-08-14T21:59:56.161Z Compiling getrandom v0.4.1
13202026-08-14T21:59:56.187Z Compiling pin-project-lite v0.2.17
13212026-08-14T21:59:56.251Z Compiling const-oid v0.9.6
13222026-08-14T21:59:56.269Z Compiling parking_lot_core v0.9.12
13232026-08-14T21:59:56.314Z Compiling rand_core v0.10.0
13242026-08-14T21:59:56.314Z Compiling litemap v0.8.1
13252026-08-14T21:59:56.417Z Compiling percent-encoding v2.3.2
13262026-08-14T21:59:56.445Z Compiling writeable v0.6.2
13272026-08-14T21:59:56.460Z Compiling futures-core v0.3.32
13282026-08-14T21:59:56.506Z Compiling icu_properties_data v2.1.2
13292026-08-14T21:59:56.531Z Compiling icu_normalizer_data v2.1.1
13302026-08-14T21:59:56.553Z Compiling getrandom v0.3.4
13312026-08-14T21:59:56.614Z Compiling futures-sink v0.3.32
13322026-08-14T21:59:56.634Z Compiling slab v0.4.12
13332026-08-14T21:59:56.652Z Compiling futures-io v0.3.32
13342026-08-14T21:59:56.655Z Compiling rustix v1.1.3
13352026-08-14T21:59:56.695Z Compiling utf8_iter v1.0.4
13362026-08-14T21:59:56.765Z Compiling futures-channel v0.3.32
13372026-08-14T21:59:56.814Z Compiling futures-task v0.3.32
13382026-08-14T21:59:56.847Z Compiling errno v0.3.14
13392026-08-14T21:59:56.847Z Compiling jobserver v0.1.34
13402026-08-14T21:59:56.850Z Compiling getrandom v0.2.17
13412026-08-14T21:59:56.935Z Compiling mio v1.2.0
13422026-08-14T21:59:56.958Z Compiling socket2 v0.6.3
13432026-08-14T21:59:57.005Z Compiling rand_core v0.6.4
13442026-08-14T21:59:57.020Z Compiling signal-hook-registry v1.4.8
13452026-08-14T21:59:57.040Z Compiling once_cell v1.21.3
13462026-08-14T21:59:57.069Z Compiling cc v1.2.56
13472026-08-14T21:59:57.105Z Compiling form_urlencoded v1.2.2
13482026-08-14T21:59:57.133Z Compiling rustversion v1.0.22
13492026-08-14T21:59:57.151Z Compiling parking_lot v0.12.5
13502026-08-14T21:59:57.236Z Compiling iana-time-zone v0.1.65
13512026-08-14T21:59:57.253Z Compiling base64ct v1.8.3
13522026-08-14T21:59:57.279Z Compiling dunce v1.0.5
13532026-08-14T21:59:57.313Z Compiling regex-syntax v0.8.10
13542026-08-14T21:59:57.340Z Compiling ident_case v1.0.1
13552026-08-14T21:59:57.343Z Compiling flagset v0.4.7
13562026-08-14T21:59:57.394Z Compiling fs_extra v1.3.0
13572026-08-14T21:59:57.409Z Compiling base64 v0.22.1
13582026-08-14T21:59:57.435Z Compiling syn v1.0.109
13592026-08-14T21:59:57.453Z Compiling vcpkg v0.2.15
13602026-08-14T21:59:57.481Z Compiling rand_core v0.9.5
13612026-08-14T21:59:57.515Z Compiling pem-rfc7468 v0.7.0
13622026-08-14T21:59:57.552Z Compiling tracing-core v0.1.36
13632026-08-14T21:59:57.555Z Compiling schemars v0.8.22
13642026-08-14T21:59:57.596Z Compiling cpufeatures v0.2.17
13652026-08-14T21:59:57.663Z Compiling aws-lc-rs v1.16.3
13662026-08-14T21:59:57.687Z Compiling dyn-clone v1.0.20
13672026-08-14T21:59:57.702Z Compiling spin v0.9.8
13682026-08-14T21:59:57.763Z Compiling httparse v1.10.1
13692026-08-14T21:59:57.794Z Compiling crc32fast v1.5.0
13702026-08-14T21:59:57.829Z Compiling cmake v0.1.57
13712026-08-14T21:59:57.858Z Compiling tinyvec_macros v0.1.1
13722026-08-14T21:59:57.872Z Compiling cmov v0.5.4
13732026-08-14T21:59:57.927Z Compiling openssl-probe v0.2.1
13742026-08-14T21:59:57.942Z Compiling tinyvec v1.10.0
13752026-08-14T21:59:57.958Z Compiling aho-corasick v1.1.4
13762026-08-14T21:59:57.978Z Compiling radium v0.7.0
13772026-08-14T21:59:58.099Z Compiling bitflags v2.11.0
13782026-08-14T21:59:58.129Z Compiling semver v1.0.28
13792026-08-14T21:59:58.144Z Compiling indexmap v2.14.0
13802026-08-14T21:59:58.148Z Compiling uuid v1.23.4
13812026-08-14T21:59:58.245Z Compiling ctutils v0.4.2
13822026-08-14T21:59:58.259Z Compiling tower-layer v0.3.3
13832026-08-14T21:59:58.274Z Compiling try-lock v0.2.5
13842026-08-14T21:59:58.278Z Compiling untrusted v0.7.1
13852026-08-14T21:59:58.319Z Compiling atomic-waker v1.1.2
13862026-08-14T21:59:58.354Z Compiling tower-service v0.3.3
13872026-08-14T21:59:58.400Z Compiling rustc_version v0.4.1
13882026-08-14T21:59:58.428Z Compiling want v0.3.1
13892026-08-14T21:59:58.477Z Compiling openssl v0.10.80
13902026-08-14T21:59:58.506Z Compiling simd-adler32 v0.3.8
13912026-08-14T21:59:58.520Z Compiling maybe-uninit v2.0.0
13922026-08-14T21:59:58.613Z Compiling foreign-types-shared v0.1.1
13932026-08-14T21:59:58.694Z Compiling rustls v0.23.41
13942026-08-14T21:59:58.710Z Compiling aws-lc-sys v0.40.0
13952026-08-14T21:59:58.726Z Compiling openssl-sys v0.9.117
13962026-08-14T21:59:58.761Z Compiling tap v1.0.1
13972026-08-14T21:59:58.777Z Compiling untrusted v0.9.0
13982026-08-14T21:59:58.793Z Compiling httpdate v1.0.3
13992026-08-14T21:59:58.820Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-08-14T21:59:58.838Z Compiling regex-automata v0.4.14
14012026-08-14T21:59:58.876Z Compiling wyz v0.5.1
14022026-08-14T21:59:58.896Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-08-14T21:59:58.927Z Compiling foreign-types v0.3.2
14042026-08-14T21:59:58.953Z Compiling unicode-normalization v0.1.25
14052026-08-14T21:59:59.008Z Compiling synstructure v0.13.2
14062026-08-14T21:59:59.053Z Compiling serde_derive_internals v0.29.1
14072026-08-14T21:59:59.083Z Compiling pest_generator v2.8.6
14082026-08-14T21:59:59.161Z Compiling darling_core v0.20.11
14092026-08-14T21:59:59.216Z Compiling num-integer v0.1.46
14102026-08-14T21:59:59.243Z Compiling tempfile v3.25.0
14112026-08-14T21:59:59.308Z Compiling terminal_size v0.4.3
14122026-08-14T21:59:59.434Z Compiling wait-timeout v0.2.1
14132026-08-14T21:59:59.462Z Compiling socket2 v0.5.10
14142026-08-14T21:59:59.517Z Compiling ahash v0.8.12
14152026-08-14T21:59:59.572Z Compiling num-conv v0.2.0
14162026-08-14T21:59:59.617Z Compiling time-core v0.1.8
14172026-08-14T21:59:59.633Z Compiling powerfmt v0.2.0
14182026-08-14T21:59:59.719Z Compiling bit-vec v0.8.0
14192026-08-14T21:59:59.722Z Compiling num-bigint-dig v0.8.6
14202026-08-14T21:59:59.748Z Compiling adler2 v2.0.1
14212026-08-14T21:59:59.762Z Compiling native-tls v0.2.18
14222026-08-14T21:59:59.780Z Compiling quick-error v1.2.3
14232026-08-14T21:59:59.780Z Compiling funty v2.0.0
14242026-08-14T21:59:59.810Z Compiling packed_struct v0.10.1
14252026-08-14T21:59:59.861Z Compiling miniz_oxide v0.8.9
14262026-08-14T21:59:59.883Z Compiling rusty-fork v0.3.1
14272026-08-14T21:59:59.898Z Compiling deranged v0.5.8
14282026-08-14T21:59:59.911Z Compiling time-macros v0.2.27
14292026-08-14T21:59:59.963Z Compiling bit-set v0.8.0
14302026-08-14T21:59:59.979Z Compiling clap_builder v4.6.0
14312026-08-14T22:00:00.007Z Compiling num-iter v0.1.45
14322026-08-14T22:00:00.141Z Compiling bitvec v1.0.1
14332026-08-14T22:00:00.182Z Compiling lazy_static v1.5.0
14342026-08-14T22:00:00.222Z Compiling rand_xorshift v0.4.0
14352026-08-14T22:00:00.262Z Compiling anstyle-parse v0.2.7
14362026-08-14T22:00:00.286Z Compiling sync_wrapper v1.0.2
14372026-08-14T22:00:00.407Z Compiling indexmap v1.9.3
14382026-08-14T22:00:00.411Z Compiling unarray v0.1.4
14392026-08-14T22:00:00.440Z Compiling unicode-segmentation v1.12.0
14402026-08-14T22:00:00.462Z Compiling crossbeam-utils v0.8.21
14412026-08-14T22:00:00.505Z Compiling usdt-impl v0.6.0
14422026-08-14T22:00:00.544Z Compiling nodrop v0.1.14
14432026-08-14T22:00:00.617Z Compiling paste v1.0.15
14442026-08-14T22:00:00.652Z Compiling num_threads v0.1.7
14452026-08-14T22:00:00.737Z Compiling zlib-rs v0.6.2
14462026-08-14T22:00:00.772Z Compiling crc-catalog v2.4.0
14472026-08-14T22:00:00.787Z Compiling siphasher v1.0.2
14482026-08-14T22:00:00.802Z Compiling serde_derive v1.0.228
14492026-08-14T22:00:00.848Z Compiling zeroize_derive v1.5.0
14502026-08-14T22:00:00.879Z Compiling zerocopy-derive v0.8.40
14512026-08-14T22:00:00.910Z Compiling zerofrom-derive v0.1.6
14522026-08-14T22:00:00.964Z Compiling yoke-derive v0.8.1
14532026-08-14T22:00:01.050Z Compiling zerovec-derive v0.11.2
14542026-08-14T22:00:01.054Z Compiling displaydoc v0.2.5
14552026-08-14T22:00:01.061Z Compiling tokio-macros v2.7.0
14562026-08-14T22:00:01.533Z Compiling futures-macro v0.3.32
14572026-08-14T22:00:01.551Z Compiling zeroize v1.9.0
14582026-08-14T22:00:01.636Z Compiling der_derive v0.7.3
14592026-08-14T22:00:01.807Z Compiling thiserror-impl v2.0.18
14602026-08-14T22:00:01.834Z Compiling tracing-attributes v0.1.31
14612026-08-14T22:00:01.847Z Compiling rustls-pki-types v1.14.0
14622026-08-14T22:00:02.150Z Compiling schemars_derive v0.8.22
14632026-08-14T22:00:02.172Z Compiling hybrid-array v0.4.13
14642026-08-14T22:00:02.328Z Compiling block-buffer v0.10.4
14652026-08-14T22:00:02.350Z Compiling zerofrom v0.1.6
14662026-08-14T22:00:02.373Z Compiling crypto-common v0.1.7
14672026-08-14T22:00:02.407Z Compiling futures-util v0.3.32
14682026-08-14T22:00:02.493Z Compiling yoke v0.8.1
14692026-08-14T22:00:02.518Z Compiling digest v0.10.7
14702026-08-14T22:00:02.541Z Compiling scroll_derive v0.13.1
14712026-08-14T22:00:02.652Z Compiling der v0.7.10
14722026-08-14T22:00:02.701Z Compiling zerovec v0.11.5
14732026-08-14T22:00:02.797Z Compiling zerotrie v0.2.3
14742026-08-14T22:00:02.996Z Compiling sha2 v0.10.9
14752026-08-14T22:00:03.092Z Compiling pest_derive v2.8.6
14762026-08-14T22:00:03.108Z Compiling signature v2.2.0
14772026-08-14T22:00:03.144Z Compiling darling_macro v0.20.11
14782026-08-14T22:00:03.208Z Compiling tinystr v0.8.2
14792026-08-14T22:00:03.255Z Compiling potential_utf v0.1.4
14802026-08-14T22:00:03.270Z Compiling thiserror v2.0.18
14812026-08-14T22:00:03.310Z Compiling tracing v0.1.44
14822026-08-14T22:00:03.396Z Compiling icu_locale_core v2.1.1
14832026-08-14T22:00:03.423Z Compiling icu_collections v2.1.1
14842026-08-14T22:00:03.437Z Compiling scroll v0.13.0
14852026-08-14T22:00:03.453Z Compiling openssl-macros v0.1.1
14862026-08-14T22:00:03.513Z Compiling thiserror-impl v1.0.69
14872026-08-14T22:00:03.590Z Compiling spki v0.7.3
14882026-08-14T22:00:03.608Z Compiling hmac v0.12.1
14892026-08-14T22:00:03.669Z Compiling darling v0.20.11
14902026-08-14T22:00:03.729Z Compiling goblin v0.10.5
14912026-08-14T22:00:03.767Z Compiling pkcs8 v0.10.2
14922026-08-14T22:00:03.787Z Compiling packed_struct_codegen v0.10.1
14932026-08-14T22:00:03.811Z Compiling zerocopy-derive v0.6.6
14942026-08-14T22:00:03.918Z Compiling clap_derive v4.6.1
14952026-08-14T22:00:03.933Z Compiling bitfield-macros v0.19.4
14962026-08-14T22:00:04.007Z Compiling pkcs1 v0.7.5
14972026-08-14T22:00:04.047Z Compiling icu_provider v2.1.1
14982026-08-14T22:00:04.296Z Compiling icu_normalizer v2.1.1
14992026-08-14T22:00:04.344Z Compiling bytes v1.11.1
15002026-08-14T22:00:04.360Z Compiling icu_properties v2.1.2
15012026-08-14T22:00:04.395Z Compiling chrono v0.4.45
15022026-08-14T22:00:04.417Z Compiling ipnet v2.11.0
15032026-08-14T22:00:04.690Z Compiling hex v0.4.3
15042026-08-14T22:00:04.705Z Compiling serde_spanned v0.6.9
15052026-08-14T22:00:04.802Z Compiling toml_datetime v0.6.11
15062026-08-14T22:00:04.822Z Compiling thiserror v1.0.69
15072026-08-14T22:00:04.850Z Compiling tokio v1.52.1
15082026-08-14T22:00:04.869Z Compiling http v1.4.2
15092026-08-14T22:00:04.935Z Compiling bitfield v0.19.4
15102026-08-14T22:00:04.949Z Compiling zerocopy v0.6.6
15112026-08-14T22:00:04.976Z Compiling derive_builder_core v0.20.2
15122026-08-14T22:00:04.990Z Compiling flate2 v1.1.9
15132026-08-14T22:00:05.071Z Compiling dtrace-parser v0.3.0
15142026-08-14T22:00:05.248Z Compiling time v0.3.47
15152026-08-14T22:00:05.348Z Compiling ppv-lite86 v0.2.21
15162026-08-14T22:00:05.486Z Compiling idna_adapter v1.2.1
15172026-08-14T22:00:05.558Z Compiling http-body v1.0.1
15182026-08-14T22:00:05.641Z Compiling idna v1.1.0
15192026-08-14T22:00:05.692Z Compiling rand_chacha v0.9.0
15202026-08-14T22:00:05.733Z Compiling rand_chacha v0.3.1
15212026-08-14T22:00:05.748Z Compiling clap v4.6.1
15222026-08-14T22:00:05.824Z Compiling http-body-util v0.1.3
15232026-08-14T22:00:05.861Z Compiling crc v3.4.0
15242026-08-14T22:00:05.864Z Compiling scroll_derive v0.12.1
15252026-08-14T22:00:05.915Z Compiling rand v0.9.2
15262026-08-14T22:00:05.929Z Compiling structmeta-derive v0.3.0
15272026-08-14T22:00:05.953Z Compiling url v2.5.8
15282026-08-14T22:00:06.090Z Compiling rand v0.8.6
15292026-08-14T22:00:06.146Z Compiling array-init v0.0.4
15302026-08-14T22:00:06.354Z Compiling anstream v0.6.21
15312026-08-14T22:00:06.419Z Compiling smallvec v0.6.14
15322026-08-14T22:00:06.539Z Compiling proptest v1.11.0
15332026-08-14T22:00:06.572Z Compiling dof v0.4.0
15342026-08-14T22:00:06.640Z Compiling darling_core v0.23.0
15352026-08-14T22:00:06.662Z Compiling heapless v0.7.17
15362026-08-14T22:00:06.677Z Compiling slog v2.8.2
15372026-08-14T22:00:06.775Z Compiling thread-id v5.1.0
15382026-08-14T22:00:06.866Z Compiling env_filter v1.0.0
15392026-08-14T22:00:06.881Z Compiling cookie v0.18.1
15402026-08-14T22:00:06.895Z Compiling anyhow v1.0.102
15412026-08-14T22:00:06.926Z Compiling winnow v0.5.40
15422026-08-14T22:00:06.941Z Compiling base64 v0.21.7
15432026-08-14T22:00:06.979Z Compiling zstd-safe v7.2.4
15442026-08-14T22:00:07.052Z Compiling unicode-properties v0.1.4
15452026-08-14T22:00:07.077Z Compiling signal-hook v0.3.18
15462026-08-14T22:00:07.141Z Compiling allocator-api2 v0.2.21
15472026-08-14T22:00:07.183Z Compiling hashbrown v0.12.3
15482026-08-14T22:00:07.198Z Compiling ryu v1.0.23
15492026-08-14T22:00:07.224Z Compiling iri-string v0.7.10
15502026-08-14T22:00:07.270Z Compiling unicode-bidi v0.3.18
15512026-08-14T22:00:07.318Z Compiling ipnetwork v0.21.1
15522026-08-14T22:00:07.396Z Compiling serde_urlencoded v0.7.1
15532026-08-14T22:00:07.556Z Compiling oxnet v0.1.6
15542026-08-14T22:00:07.676Z Compiling stringprep v0.1.5
15552026-08-14T22:00:07.729Z Compiling rsa v0.9.10
15562026-08-14T22:00:07.771Z Compiling ron v0.8.1
15572026-08-14T22:00:07.898Z Compiling structmeta v0.3.0
15582026-08-14T22:00:07.950Z Compiling env_logger v0.11.9
15592026-08-14T22:00:08.064Z Compiling serde-hex v0.1.0
15602026-08-14T22:00:08.080Z Compiling scroll v0.12.0
15612026-08-14T22:00:08.096Z Compiling camino v1.2.2
15622026-08-14T22:00:08.132Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15632026-08-14T22:00:08.148Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15642026-08-14T22:00:08.312Z Compiling toml_edit v0.19.15
15652026-08-14T22:00:08.349Z Compiling derive_builder_macro v0.20.2
15662026-08-14T22:00:08.365Z Compiling bzip2 v0.4.4
15672026-08-14T22:00:08.494Z Compiling hashbrown v0.13.2
15682026-08-14T22:00:08.590Z Compiling serde_tokenstream v0.2.3
15692026-08-14T22:00:08.617Z Compiling erased-serde v0.3.31
15702026-08-14T22:00:08.707Z Compiling tokio-util v0.7.18
15712026-08-14T22:00:08.740Z Compiling tower v0.5.3
15722026-08-14T22:00:08.852Z Compiling tokio-native-tls v0.3.1
15732026-08-14T22:00:08.902Z Compiling x509-cert v0.2.5
15742026-08-14T22:00:08.921Z Compiling newtype-uuid v1.3.2
15752026-08-14T22:00:08.989Z Compiling crypto-common v0.2.2
15762026-08-14T22:00:09.043Z Compiling block-buffer v0.12.1
15772026-08-14T22:00:09.130Z Compiling block-padding v0.4.2
15782026-08-14T22:00:09.155Z Compiling darling_macro v0.23.0
15792026-08-14T22:00:09.251Z Compiling tower-http v0.6.8
15802026-08-14T22:00:09.266Z Compiling md-5 v0.10.6
15812026-08-14T22:00:09.282Z Compiling rustls-native-certs v0.8.3
15822026-08-14T22:00:09.310Z Compiling bstr v1.12.1
15832026-08-14T22:00:09.454Z Compiling h2 v0.4.15
15842026-08-14T22:00:09.583Z Compiling async-trait v0.1.89
15852026-08-14T22:00:09.670Z Compiling zerocopy-derive v0.7.35
15862026-08-14T22:00:09.673Z Compiling daft-derive v0.1.7
15872026-08-14T22:00:09.755Z Compiling pin-project-internal v1.1.11
15882026-08-14T22:00:09.818Z Compiling heck v0.4.1
15892026-08-14T22:00:09.982Z Compiling curve25519-dalek v4.1.3
15902026-08-14T22:00:10.058Z Compiling vergen-lib v9.1.0
15912026-08-14T22:00:10.303Z Compiling hash32 v0.2.1
15922026-08-14T22:00:10.385Z Compiling encoding_rs v0.8.35
15932026-08-14T22:00:10.481Z Compiling memoffset v0.9.1
15942026-08-14T22:00:10.517Z Compiling litrs v1.0.0
15952026-08-14T22:00:10.558Z Compiling fallible-iterator v0.2.0
15962026-08-14T22:00:10.622Z Compiling mime v0.3.17
15972026-08-14T22:00:10.709Z Compiling rustix v0.38.44
15982026-08-14T22:00:10.712Z Compiling smoltcp v0.9.1
15992026-08-14T22:00:10.739Z Compiling ref-cast v1.0.25
16002026-08-14T22:00:10.778Z Compiling psl-types v2.0.11
16012026-08-14T22:00:10.799Z Compiling cfg_aliases v0.2.1
16022026-08-14T22:00:10.888Z Compiling crc-any v2.5.0
16032026-08-14T22:00:10.902Z Compiling publicsuffix v2.3.0
16042026-08-14T22:00:10.918Z Compiling nix v0.31.2
16052026-08-14T22:00:10.935Z Compiling postgres-protocol v0.6.10
16062026-08-14T22:00:10.950Z Compiling pin-project v1.1.11
16072026-08-14T22:00:11.085Z Compiling document-features v0.2.12
16082026-08-14T22:00:11.088Z Compiling zerocopy v0.7.35
16092026-08-14T22:00:11.130Z Compiling daft v0.1.7
16102026-08-14T22:00:11.182Z Compiling snafu-derive v0.8.9
16112026-08-14T22:00:11.212Z Compiling darling v0.23.0
16122026-08-14T22:00:11.227Z Compiling toml v0.7.8
16132026-08-14T22:00:11.257Z Compiling inout v0.2.2
16142026-08-14T22:00:11.329Z Compiling object v0.30.4
16152026-08-14T22:00:11.451Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16162026-08-14T22:00:11.466Z Compiling derive_builder v0.20.2
16172026-08-14T22:00:11.516Z Compiling zip v0.6.6
16182026-08-14T22:00:11.610Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-14T22:00:11.663Z Compiling goblin v0.8.2
16202026-08-14T22:00:11.685Z Compiling derive-ex v0.1.8
16212026-08-14T22:00:11.946Z Compiling futures-executor v0.3.32
16222026-08-14T22:00:11.960Z Compiling hubpack_derive v0.1.1
16232026-08-14T22:00:12.125Z Compiling regex v1.12.3
16242026-08-14T22:00:12.237Z Compiling phf_shared v0.13.1
16252026-08-14T22:00:12.253Z Compiling strum_macros v0.27.2
16262026-08-14T22:00:12.269Z Compiling ref-cast-impl v1.0.25
16272026-08-14T22:00:12.285Z Compiling curve25519-dalek-derive v0.1.1
16282026-08-14T22:00:12.299Z Compiling vergen v9.1.0
16292026-08-14T22:00:12.464Z Compiling cargo-platform v0.3.2
16302026-08-14T22:00:12.498Z Compiling ff v0.13.1
16312026-08-14T22:00:12.513Z Compiling fs-err v3.3.0
16322026-08-14T22:00:12.569Z Compiling object v0.37.3
16332026-08-14T22:00:12.649Z Compiling foldhash v0.1.5
16342026-08-14T22:00:12.720Z Compiling hyper v1.10.1
16352026-08-14T22:00:12.750Z Compiling managed v0.8.0
16362026-08-14T22:00:12.847Z Compiling bumpalo v3.20.2
16372026-08-14T22:00:12.865Z Compiling same-file v1.0.6
16382026-08-14T22:00:12.880Z Compiling base16ct v0.2.0
16392026-08-14T22:00:12.899Z Compiling foldhash v0.2.0
16402026-08-14T22:00:12.965Z Compiling path-slash v0.1.5
16412026-08-14T22:00:12.989Z Compiling bitflags v1.3.2
16422026-08-14T22:00:13.053Z Compiling libbz2-rs-sys v0.2.2
16432026-08-14T22:00:13.075Z Compiling jiff-core v0.1.0
16442026-08-14T22:00:13.089Z Compiling zopfli v0.8.3
16452026-08-14T22:00:13.129Z Compiling hashbrown v0.16.1
16462026-08-14T22:00:13.144Z Compiling sec1 v0.7.3
16472026-08-14T22:00:13.198Z Compiling snafu v0.8.9
16482026-08-14T22:00:13.408Z Compiling test-strategy v0.4.5
16492026-08-14T22:00:13.445Z Compiling walkdir v2.5.0
16502026-08-14T22:00:13.572Z Compiling bzip2 v0.6.1
16512026-08-14T22:00:13.712Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16522026-08-14T22:00:13.804Z Compiling hashbrown v0.15.5
16532026-08-14T22:00:13.845Z Compiling hyper-util v0.1.20
16542026-08-14T22:00:13.892Z Compiling jiff v0.2.34
16552026-08-14T22:00:13.926Z Compiling dof v0.3.0
16562026-08-14T22:00:13.940Z Compiling cargo_metadata v0.23.1
16572026-08-14T22:00:14.169Z Compiling group v0.13.0
16582026-08-14T22:00:14.283Z Compiling strum v0.27.2
16592026-08-14T22:00:14.301Z Compiling hubpack v0.1.2
16602026-08-14T22:00:14.339Z Compiling phf v0.13.1
16612026-08-14T22:00:14.367Z Compiling signal-hook-mio v0.2.5
16622026-08-14T22:00:14.386Z Compiling futures v0.3.32
16632026-08-14T22:00:14.484Z Compiling cookie_store v0.22.1
16642026-08-14T22:00:14.502Z Compiling zstd v0.13.3
16652026-08-14T22:00:14.519Z Compiling cipher v0.5.2
16662026-08-14T22:00:14.557Z Compiling serde_with_macros v3.21.0
16672026-08-14T22:00:14.673Z Compiling postgres-types v0.2.12
16682026-08-14T22:00:14.840Z Compiling globset v0.4.18
16692026-08-14T22:00:14.916Z Compiling usdt-macro v0.6.0
16702026-08-14T22:00:14.952Z Compiling usdt-attr-macro v0.6.0
16712026-08-14T22:00:15.154Z Compiling byte-wrapper v0.1.0
16722026-08-14T22:00:15.203Z Compiling dtrace-parser v0.2.0
16732026-08-14T22:00:15.218Z Compiling olpc-cjson v0.1.4
16742026-08-14T22:00:15.301Z Compiling hyper-tls v0.6.0
16752026-08-14T22:00:15.361Z Compiling serde_plain v1.0.2
16762026-08-14T22:00:15.400Z Compiling serde-big-array v0.5.1
16772026-08-14T22:00:15.539Z Compiling reqwest v0.12.28
16782026-08-14T22:00:15.565Z Compiling ed25519 v2.2.3
16792026-08-14T22:00:15.580Z Compiling hkdf v0.12.4
16802026-08-14T22:00:15.580Z Compiling crypto-bigint v0.5.5
16812026-08-14T22:00:15.620Z Compiling phf_shared v0.11.3
16822026-08-14T22:00:15.658Z Compiling enum-as-inner v0.6.1
16832026-08-14T22:00:15.775Z Compiling strum_macros v0.26.4
16842026-08-14T22:00:15.789Z Compiling serde_repr v0.1.20
16852026-08-14T22:00:15.790Z Compiling async-recursion v1.1.1
16862026-08-14T22:00:15.823Z Compiling float-cmp v0.10.0
16872026-08-14T22:00:15.862Z Compiling pem v3.0.6
16882026-08-14T22:00:15.980Z Compiling thread-id v4.2.2
16892026-08-14T22:00:15.994Z Compiling memmap2 v0.9.10
16902026-08-14T22:00:16.010Z Compiling either v1.15.0
16912026-08-14T22:00:16.090Z Compiling new_debug_unreachable v1.0.6
16922026-08-14T22:00:16.176Z Compiling difflib v0.4.0
16932026-08-14T22:00:16.198Z Compiling fixedbitset v0.4.2
16942026-08-14T22:00:16.218Z Compiling predicates-core v1.0.10
16952026-08-14T22:00:16.232Z Compiling precomputed-hash v0.1.1
16962026-08-14T22:00:16.249Z Compiling normalize-line-endings v0.3.0
16972026-08-14T22:00:16.336Z Compiling winnow v1.0.3
16982026-08-14T22:00:16.369Z Compiling const-oid v0.10.2
16992026-08-14T22:00:16.384Z Compiling data-encoding v2.10.0
17002026-08-14T22:00:16.409Z Compiling cpufeatures v0.3.0
17012026-08-14T22:00:16.438Z Compiling keccak v0.1.6
17022026-08-14T22:00:16.492Z Compiling fixedbitset v0.5.7
17032026-08-14T22:00:16.506Z Compiling whoami v2.1.0
17042026-08-14T22:00:16.509Z Compiling static_assertions v1.1.0
17052026-08-14T22:00:16.602Z Compiling typed-path v0.9.3
17062026-08-14T22:00:16.609Z Compiling elliptic-curve v0.13.8
17072026-08-14T22:00:16.755Z Compiling tokio-postgres v0.7.16
17082026-08-14T22:00:16.791Z Compiling petgraph v0.8.3
17092026-08-14T22:00:16.817Z Compiling hickory-proto v0.25.2
17102026-08-14T22:00:16.898Z Compiling sha3 v0.10.8
17112026-08-14T22:00:17.036Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-08-14T22:00:17.098Z Compiling digest v0.11.3
17132026-08-14T22:00:17.198Z Compiling toml_edit v0.22.27
17142026-08-14T22:00:17.346Z Compiling toml_parser v1.1.2+spec-1.1.0
17152026-08-14T22:00:17.388Z Compiling chacha20 v0.10.0
17162026-08-14T22:00:17.463Z Compiling predicates v3.1.4
17172026-08-14T22:00:17.547Z Compiling petgraph v0.6.5
17182026-08-14T22:00:17.616Z Compiling strum v0.26.3
17192026-08-14T22:00:17.687Z Compiling string_cache v0.8.9
17202026-08-14T22:00:17.761Z Compiling itertools v0.13.0
17212026-08-14T22:00:17.793Z Compiling usdt v0.6.0
17222026-08-14T22:00:17.821Z Compiling zip v4.6.1
17232026-08-14T22:00:17.850Z Compiling usdt-impl v0.5.0
17242026-08-14T22:00:17.929Z Compiling serde_with v3.21.0
17252026-08-14T22:00:17.995Z Compiling ed25519-dalek v2.2.0
17262026-08-14T22:00:18.082Z Compiling crossterm v0.28.1
17272026-08-14T22:00:18.133Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17282026-08-14T22:00:18.813Z Compiling iddqd v0.4.2
17292026-08-14T22:00:19.042Z Compiling similar v2.7.0
17302026-08-14T22:00:19.058Z Compiling tokio-stream v0.1.18
17312026-08-14T22:00:19.061Z Compiling buf-list v1.1.2
17322026-08-14T22:00:19.209Z Compiling crossbeam-epoch v0.9.18
17332026-08-14T22:00:19.349Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17342026-08-14T22:00:19.366Z Compiling openapiv3 v2.2.0
17352026-08-14T22:00:19.383Z Compiling lalrpop-util v0.19.12
17362026-08-14T22:00:19.559Z Compiling peg-runtime v0.8.5
17372026-08-14T22:00:19.574Z Compiling thread_local v1.1.9
17382026-08-14T22:00:19.592Z Compiling slog-async v2.8.0
17392026-08-14T22:00:19.671Z Compiling crossbeam-channel v0.5.15
17402026-08-14T22:00:19.674Z Compiling is-terminal v0.4.17
17412026-08-14T22:00:19.750Z Compiling filetime v0.2.27
17422026-08-14T22:00:19.804Z Compiling take_mut v0.2.2
17432026-08-14T22:00:19.846Z Compiling term v1.2.1
17442026-08-14T22:00:19.861Z Compiling xattr v1.6.1
17452026-08-14T22:00:19.875Z Compiling camino-tempfile v1.4.1
17462026-08-14T22:00:20.075Z Compiling tar v0.4.46
17472026-08-14T22:00:20.123Z Compiling slog-term v2.9.2
17482026-08-14T22:00:37.514Z Compiling rustls-webpki v0.103.13
17492026-08-14T22:00:40.202Z Compiling tokio-rustls v0.26.4
17502026-08-14T22:00:40.203Z Compiling rustls-platform-verifier v0.6.2
17512026-08-14T22:00:40.203Z Compiling tough v0.22.0
17522026-08-14T22:00:40.408Z Compiling hyper-rustls v0.27.7
17532026-08-14T22:00:40.601Z Compiling reqwest v0.13.2
17542026-08-14T22:00:42.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17552026-08-14T22:00:43.061Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17562026-08-14T22:00:46.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.66s
17572026-08-14T22:00:46.132Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17582026-08-14T22:00:46.173ZAug 14 22:00:45.422 INFO Starting download, target: Cockroach
17592026-08-14T22:00:46.173ZAug 14 22:00:45.422 INFO Starting download, target: Clickhouse
17602026-08-14T22:00:46.173ZAug 14 22:00:45.422 INFO Starting download, target: Console
17612026-08-14T22:00:46.174ZAug 14 22:00:45.422 INFO Starting download, target: DendriteStub
17622026-08-14T22:00:46.174ZAug 14 22:00:45.422 INFO Starting download, target: MaghemiteMgd
17632026-08-14T22:00:46.174ZAug 14 22:00:45.422 INFO Starting download, target: MaghemiteDdmd
17642026-08-14T22:00:46.174ZAug 14 22:00:45.422 INFO Starting download, target: TransceiverControl
17652026-08-14T22:00:46.198ZAug 14 22:00:45.423 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17662026-08-14T22:00:46.198ZAug 14 22:00:45.423 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17672026-08-14T22:00:46.198ZAug 14 22:00:45.423 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17682026-08-14T22:00:46.198ZAug 14 22:00:45.423 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17692026-08-14T22:00:46.198ZAug 14 22:00:45.423 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17702026-08-14T22:00:46.198ZAug 14 22:00:45.423 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17712026-08-14T22:00:46.198ZAug 14 22:00:45.423 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17722026-08-14T22:00:47.350ZAug 14 22:00:46.612 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17732026-08-14T22:00:47.585ZAug 14 22:00:46.844 INFO Download complete, target: TransceiverControl
17742026-08-14T22:00:47.985ZAug 14 22:00:47.248 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17752026-08-14T22:00:48.237ZAug 14 22:00:47.501 INFO Download complete, target: Console
17762026-08-14T22:00:48.403ZAug 14 22:00:47.658 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-08-14T22:00:49.039ZAug 14 22:00:48.300 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17782026-08-14T22:00:49.237ZAug 14 22:00:48.497 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17792026-08-14T22:00:49.263ZAug 14 22:00:48.520 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17802026-08-14T22:00:49.790ZAug 14 22:00:49.054 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17812026-08-14T22:00:49.790ZAug 14 22:00:49.054 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17822026-08-14T22:00:51.359ZAug 14 22:00:50.622 INFO Download complete, target: MaghemiteDdmd
17832026-08-14T22:00:51.775ZAug 14 22:00:51.035 INFO Download complete, target: DendriteStub
17842026-08-14T22:00:51.944ZAug 14 22:00:51.208 INFO Download complete, target: MaghemiteMgd
17852026-08-14T22:00:54.429ZAug 14 22:00:53.693 INFO Checking that binary works, target: Cockroach
17862026-08-14T22:00:54.555ZAug 14 22:00:53.818 INFO Download complete, target: Cockroach
17872026-08-14T22:00:55.058ZAug 14 22:00:54.320 INFO Checking that binary works, target: Clickhouse
17882026-08-14T22:00:55.144ZAug 14 22:00:54.408 INFO Download complete, target: Clickhouse
17892026-08-14T22:00:55.150ZAll prerequisites installed successfully
17902026-08-14T22:00:55.153Z
17912026-08-14T22:00:55.154Zreal 1:54.130742635
17922026-08-14T22:00:55.154Zuser 7:11.373682939
17932026-08-14T22:00:55.154Zsys 1:44.526688158
17942026-08-14T22:00:55.154Ztrap 0.277248375
17952026-08-14T22:00:55.154Ztflt 0.918598139
17962026-08-14T22:00:55.154Zdflt 1.839715969
17972026-08-14T22:00:55.154Zkflt 0.024231966
17982026-08-14T22:00:55.154Zlock 27:55.713825586
17992026-08-14T22:00:55.154Zslp 19:44.740442570
18002026-08-14T22:00:55.154Zlat 27.644734311
18012026-08-14T22:00:55.154Zstop 3:26.651846817
18022026-08-14T22:00:55.154Z+ ptime -m cargo xtask download softnpu
18032026-08-14T22:00:55.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18042026-08-14T22:00:55.640Z Running `target/debug/xtask download softnpu`
18052026-08-14T22:00:56.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18062026-08-14T22:00:56.497Z Running `target/debug/xtask-downloader softnpu`
18072026-08-14T22:00:56.538ZAug 14 22:00:55.801 INFO Starting download, target: Softnpu
18082026-08-14T22:00:56.542ZAug 14 22:00:55.802 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18092026-08-14T22:00:57.152ZAug 14 22:00:56.416 INFO Download complete, target: Softnpu
18102026-08-14T22:00:57.155Z
18112026-08-14T22:00:57.159Zreal 1.998517855
18122026-08-14T22:00:57.159Zuser 1.351622783
18132026-08-14T22:00:57.160Zsys 0.624500014
18142026-08-14T22:00:57.160Ztrap 0.000545060
18152026-08-14T22:00:57.160Ztflt 0.000388250
18162026-08-14T22:00:57.160Zdflt 0.000307160
18172026-08-14T22:00:57.160Zkflt 0.000000000
18182026-08-14T22:00:57.160Zlock 11.666041542
18192026-08-14T22:00:57.160Zslp 0.467038445
18202026-08-14T22:00:57.160Zlat 0.102411930
18212026-08-14T22:00:57.160Zstop 0.000168520
18222026-08-14T22:00:57.161Z+ export CARGO_INCREMENTAL=0
18232026-08-14T22:00:57.161Z+ CARGO_INCREMENTAL=0
18242026-08-14T22:00:57.161Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18252026-08-14T22:00:58.091Z Compiling proc-macro2 v1.0.106
18262026-08-14T22:00:58.091Z Compiling quote v1.0.45
18272026-08-14T22:00:58.091Z Compiling unicode-ident v1.0.24
18282026-08-14T22:00:58.091Z Compiling libc v0.2.185
18292026-08-14T22:00:58.095Z Compiling serde_core v1.0.228
18302026-08-14T22:00:58.095Z Compiling serde v1.0.228
18312026-08-14T22:00:58.095Z Compiling cfg-if v1.0.4
18322026-08-14T22:00:58.095Z Compiling version_check v0.9.5
18332026-08-14T22:00:58.095Z Compiling autocfg v1.5.0
18342026-08-14T22:00:58.095Z Compiling shlex v1.3.0
18352026-08-14T22:00:58.095Z Compiling find-msvc-tools v0.1.9
18362026-08-14T22:00:58.242Z Compiling memchr v2.8.0
18372026-08-14T22:00:58.246Z Compiling zmij v1.0.21
18382026-08-14T22:00:58.246Z Compiling portable-atomic v1.13.1
18392026-08-14T22:00:58.246Z Compiling serde_json v1.0.151
18402026-08-14T22:00:58.396Z Compiling zerocopy v0.8.40
18412026-08-14T22:00:58.544Z Compiling libm v0.2.16
18422026-08-14T22:00:58.564Z Compiling getrandom v0.4.1
18432026-08-14T22:00:58.615Z Compiling generic-array v0.14.7
18442026-08-14T22:00:58.727Z Compiling parking_lot_core v0.9.12
18452026-08-14T22:00:58.742Z Compiling smallvec v1.15.1
18462026-08-14T22:00:58.790Z Compiling num-traits v0.2.19
18472026-08-14T22:00:58.814Z Compiling icu_normalizer_data v2.1.1
18482026-08-14T22:00:58.837Z Compiling icu_properties_data v2.1.2
18492026-08-14T22:00:58.875Z Compiling itoa v1.0.17
18502026-08-14T22:00:58.885Z Compiling log v0.4.29
18512026-08-14T22:00:58.885Z Compiling subtle v2.6.1
18522026-08-14T22:00:58.966Z Compiling pkg-config v0.3.32
18532026-08-14T22:00:59.026Z Compiling stable_deref_trait v1.2.1
18542026-08-14T22:00:59.037Z Compiling typenum v1.20.1
18552026-08-14T22:00:59.086Z Compiling getrandom v0.3.4
18562026-08-14T22:00:59.130Z Compiling scopeguard v1.2.0
18572026-08-14T22:00:59.162Z Compiling thiserror v2.0.18
18582026-08-14T22:00:59.200Z Compiling jobserver v0.1.34
18592026-08-14T22:00:59.204Z Compiling errno v0.3.14
18602026-08-14T22:00:59.281Z Compiling lock_api v0.4.14
18612026-08-14T22:00:59.381Z Compiling rustix v1.1.3
18622026-08-14T22:00:59.399Z Compiling critical-section v1.2.0
18632026-08-14T22:00:59.432Z Compiling cc v1.2.56
18642026-08-14T22:00:59.529Z Compiling rand_core v0.10.0
18652026-08-14T22:00:59.537Z Compiling getrandom v0.2.17
18662026-08-14T22:00:59.552Z Compiling syn v2.0.117
18672026-08-14T22:00:59.672Z Compiling pin-project-lite v0.2.17
18682026-08-14T22:00:59.725Z Compiling once_cell v1.21.3
18692026-08-14T22:00:59.756Z Compiling rand_core v0.6.4
18702026-08-14T22:00:59.795Z Compiling syn v1.0.109
18712026-08-14T22:00:59.862Z Compiling litemap v0.8.1
18722026-08-14T22:00:59.886Z Compiling writeable v0.6.2
18732026-08-14T22:00:59.905Z Compiling percent-encoding v2.3.2
18742026-08-14T22:00:59.942Z Compiling schemars v0.8.22
18752026-08-14T22:00:59.957Z Compiling equivalent v1.0.2
18762026-08-14T22:01:00.064Z Compiling dunce v1.0.5
18772026-08-14T22:01:00.074Z Compiling rustversion v1.0.22
18782026-08-14T22:01:00.087Z Compiling fs_extra v1.3.0
18792026-08-14T22:01:00.174Z Compiling cmake v0.1.57
18802026-08-14T22:01:00.191Z Compiling byteorder v1.5.0
18812026-08-14T22:01:00.208Z Compiling hashbrown v0.17.0
18822026-08-14T22:01:00.212Z Compiling heck v0.5.0
18832026-08-14T22:01:00.308Z Compiling strsim v0.11.1
18842026-08-14T22:01:00.425Z Compiling signal-hook-registry v1.4.8
18852026-08-14T22:01:00.465Z Compiling thiserror v1.0.69
18862026-08-14T22:01:00.475Z Compiling utf8_iter v1.0.4
18872026-08-14T22:01:00.664Z Compiling semver v1.0.28
18882026-08-14T22:01:00.685Z Compiling bitflags v2.11.0
18892026-08-14T22:01:00.727Z Compiling parking_lot v0.12.5
18902026-08-14T22:01:00.796Z Compiling aws-lc-sys v0.40.0
18912026-08-14T22:01:00.819Z Compiling indexmap v2.14.0
18922026-08-14T22:01:00.887Z Compiling form_urlencoded v1.2.2
18932026-08-14T22:01:00.929Z Compiling socket2 v0.6.3
18942026-08-14T22:01:00.955Z Compiling mio v1.2.0
18952026-08-14T22:01:01.104Z Compiling const-oid v0.9.6
18962026-08-14T22:01:01.134Z Compiling aws-lc-rs v1.16.3
18972026-08-14T22:01:01.203Z Compiling futures-core v0.3.32
18982026-08-14T22:01:01.398Z Compiling httparse v1.10.1
18992026-08-14T22:01:01.494Z Compiling regex-syntax v0.8.10
19002026-08-14T22:01:01.637Z Compiling ucd-trie v0.1.7
19012026-08-14T22:01:01.690Z Compiling crc32fast v1.5.0
19022026-08-14T22:01:01.734Z Compiling fnv v1.0.7
19032026-08-14T22:01:01.793Z Compiling pest v2.8.6
19042026-08-14T22:01:01.855Z Compiling ident_case v1.0.1
19052026-08-14T22:01:01.893Z Compiling vcpkg v0.2.15
19062026-08-14T22:01:01.916Z Compiling iana-time-zone v0.1.65
19072026-08-14T22:01:02.019Z Compiling uuid v1.23.4
19082026-08-14T22:01:02.122Z Compiling rustc_version v0.4.1
19092026-08-14T22:01:02.180Z Compiling futures-sink v0.3.32
19102026-08-14T22:01:02.235Z Compiling rustls v0.23.41
19112026-08-14T22:01:02.288Z Compiling futures-channel v0.3.32
19122026-08-14T22:01:02.440Z Compiling synstructure v0.13.2
19132026-08-14T22:01:02.459Z Compiling serde_derive_internals v0.29.1
19142026-08-14T22:01:02.473Z Compiling openssl-sys v0.9.117
19152026-08-14T22:01:02.497Z Compiling aho-corasick v1.1.4
19162026-08-14T22:01:02.535Z Compiling slab v0.4.12
19172026-08-14T22:01:02.614Z Compiling futures-task v0.3.32
19182026-08-14T22:01:02.644Z Compiling futures-io v0.3.32
19192026-08-14T22:01:02.855Z Compiling dyn-clone v1.0.20
19202026-08-14T22:01:02.882Z Compiling pest_meta v2.8.6
19212026-08-14T22:01:02.955Z Compiling num-conv v0.2.0
19222026-08-14T22:01:03.011Z Compiling plain v0.2.3
19232026-08-14T22:01:03.034Z Compiling radium v0.7.0
19242026-08-14T22:01:03.039Z Compiling time-core v0.1.8
19252026-08-14T22:01:03.118Z Compiling crossbeam-utils v0.8.21
19262026-08-14T22:01:03.181Z Compiling pretty-hex v0.4.1
19272026-08-14T22:01:03.219Z Compiling time-macros v0.2.27
19282026-08-14T22:01:03.250Z Compiling maybe-uninit v2.0.0
19292026-08-14T22:01:03.292Z Compiling openssl v0.10.80
19302026-08-14T22:01:03.317Z Compiling base64ct v1.8.3
19312026-08-14T22:01:03.334Z Compiling base64 v0.22.1
19322026-08-14T22:01:03.367Z Compiling winnow v0.5.40
19332026-08-14T22:01:03.397Z Compiling regex-automata v0.4.14
19342026-08-14T22:01:03.541Z Compiling pest_generator v2.8.6
19352026-08-14T22:01:03.565Z Compiling pem-rfc7468 v0.7.0
19362026-08-14T22:01:03.633Z Compiling flagset v0.4.7
19372026-08-14T22:01:03.687Z Compiling serde_derive v1.0.228
19382026-08-14T22:01:03.719Z Compiling zeroize_derive v1.5.0
19392026-08-14T22:01:03.734Z Compiling zerofrom-derive v0.1.6
19402026-08-14T22:01:03.740Z Compiling yoke-derive v0.8.1
19412026-08-14T22:01:03.786Z Compiling zerocopy-derive v0.8.40
19422026-08-14T22:01:03.849Z Compiling zerovec-derive v0.11.2
19432026-08-14T22:01:03.866Z Compiling displaydoc v0.2.5
19442026-08-14T22:01:03.880Z Compiling tokio-macros v2.7.0
19452026-08-14T22:01:03.979Z Compiling futures-macro v0.3.32
19462026-08-14T22:01:04.204Z Compiling thiserror-impl v2.0.18
19472026-08-14T22:01:04.219Z Compiling schemars_derive v0.8.22
19482026-08-14T22:01:04.237Z Compiling der_derive v0.7.3
19492026-08-14T22:01:04.359Z Compiling zeroize v1.9.0
19502026-08-14T22:01:04.610Z Compiling tracing-attributes v0.1.31
19512026-08-14T22:01:04.642Z Compiling thiserror-impl v1.0.69
19522026-08-14T22:01:04.750Z Compiling pest_derive v2.8.6
19532026-08-14T22:01:04.780Z Compiling futures-util v0.3.32
19542026-08-14T22:01:04.914Z Compiling zerofrom v0.1.6
19552026-08-14T22:01:05.070Z Compiling yoke v0.8.1
19562026-08-14T22:01:05.210Z Compiling crypto-common v0.1.7
19572026-08-14T22:01:05.235Z Compiling block-buffer v0.10.4
19582026-08-14T22:01:05.263Z Compiling zerovec v0.11.5
19592026-08-14T22:01:05.306Z Compiling zerotrie v0.2.3
19602026-08-14T22:01:05.536Z Compiling digest v0.10.7
19612026-08-14T22:01:05.564Z Compiling scroll_derive v0.13.1
19622026-08-14T22:01:05.590Z Compiling scroll_derive v0.12.1
19632026-08-14T22:01:05.632Z Compiling der v0.7.10
19642026-08-14T22:01:05.754Z Compiling openssl-macros v0.1.1
19652026-08-14T22:01:05.783Z Compiling rand_core v0.9.5
19662026-08-14T22:01:05.792Z Compiling tinystr v0.8.2
19672026-08-14T22:01:05.830Z Compiling potential_utf v0.1.4
19682026-08-14T22:01:05.879Z Compiling darling_core v0.23.0
19692026-08-14T22:01:06.008Z Compiling icu_locale_core v2.1.1
19702026-08-14T22:01:06.026Z Compiling icu_collections v2.1.1
19712026-08-14T22:01:06.181Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-08-14T22:01:06.260Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19732026-08-14T22:01:06.487Z Compiling ahash v0.8.12
19742026-08-14T22:01:06.521Z Compiling anyhow v1.0.102
19752026-08-14T22:01:06.657Z Compiling packed_struct v0.10.1
19762026-08-14T22:01:06.730Z Compiling icu_provider v2.1.1
19772026-08-14T22:01:06.780Z Compiling num-bigint-dig v0.8.6
19782026-08-14T22:01:06.835Z Compiling bytes v1.11.1
19792026-08-14T22:01:06.840Z Compiling toml_datetime v0.6.11
19802026-08-14T22:01:06.912Z Compiling chrono v0.4.45
19812026-08-14T22:01:06.929Z Compiling serde_spanned v0.6.9
19822026-08-14T22:01:06.956Z Compiling serde_tokenstream v0.2.3
19832026-08-14T22:01:06.995Z Compiling icu_normalizer v2.1.1
19842026-08-14T22:01:07.008Z Compiling icu_properties v2.1.2
19852026-08-14T22:01:07.124Z Compiling toml_edit v0.19.15
19862026-08-14T22:01:07.282Z Compiling native-tls v0.2.18
19872026-08-14T22:01:07.464Z Compiling tokio v1.52.1
19882026-08-14T22:01:07.497Z Compiling http v1.4.2
19892026-08-14T22:01:07.577Z Compiling spki v0.7.3
19902026-08-14T22:01:07.796Z Compiling regex v1.12.3
19912026-08-14T22:01:07.812Z Compiling zerocopy-derive v0.7.35
19922026-08-14T22:01:08.046Z Compiling idna_adapter v1.2.1
19932026-08-14T22:01:08.171Z Compiling ppv-lite86 v0.2.21
19942026-08-14T22:01:08.216Z Compiling idna v1.1.0
19952026-08-14T22:01:08.329Z Compiling darling_macro v0.23.0
19962026-08-14T22:01:08.521Z Compiling slog v2.8.2
19972026-08-14T22:01:08.677Z Compiling url v2.5.8
19982026-08-14T22:01:08.677Z Compiling tracing-core v0.1.36
19992026-08-14T22:01:08.737Z Compiling cookie v0.18.1
20002026-08-14T22:01:08.752Z Compiling camino v1.2.2
20012026-08-14T22:01:08.769Z Compiling cpufeatures v0.2.17
20022026-08-14T22:01:08.859Z Compiling utf8parse v0.2.2
20032026-08-14T22:01:08.875Z Compiling darling v0.23.0
20042026-08-14T22:01:08.975Z Compiling rand_chacha v0.9.0
20052026-08-14T22:01:08.990Z Compiling packed_struct_codegen v0.10.1
20062026-08-14T22:01:09.051Z Compiling clap_derive v4.6.1
20072026-08-14T22:01:09.074Z Compiling tracing v0.1.44
20082026-08-14T22:01:09.090Z Compiling bitfield-macros v0.19.4
20092026-08-14T22:01:09.477Z Compiling zerocopy-derive v0.6.6
20102026-08-14T22:01:09.503Z Compiling indexmap v1.9.3
20112026-08-14T22:01:09.508Z Compiling anstyle v1.0.14
20122026-08-14T22:01:09.761Z Compiling paste v1.0.15
20132026-08-14T22:01:09.801Z Compiling rand v0.9.2
20142026-08-14T22:01:09.818Z Compiling http-body v1.0.1
20152026-08-14T22:01:09.997Z Compiling pkcs8 v0.10.2
20162026-08-14T22:01:10.031Z Compiling rustls-pki-types v1.14.0
20172026-08-14T22:01:10.248Z Compiling spin v0.9.8
20182026-08-14T22:01:10.270Z Compiling usdt-impl v0.5.0
20192026-08-14T22:01:10.287Z Compiling tinyvec_macros v0.1.1
20202026-08-14T22:01:10.339Z Compiling unicode-segmentation v1.12.0
20212026-08-14T22:01:10.373Z Compiling ref-cast v1.0.25
20222026-08-14T22:01:10.395Z Compiling openssl-probe v0.2.1
20232026-08-14T22:01:10.432Z Compiling fastrand v2.3.0
20242026-08-14T22:01:10.490Z Compiling cmov v0.5.4
20252026-08-14T22:01:10.514Z Compiling either v1.15.0
20262026-08-14T22:01:10.632Z Compiling colorchoice v1.0.4
20272026-08-14T22:01:10.712Z Compiling anstyle-query v1.1.5
20282026-08-14T22:01:10.719Z Compiling usdt-impl v0.6.0
20292026-08-14T22:01:10.738Z Compiling is_terminal_polyfill v1.70.2
20302026-08-14T22:01:10.741Z Compiling ctutils v0.4.2
20312026-08-14T22:01:10.768Z Compiling tinyvec v1.10.0
20322026-08-14T22:01:10.861Z Compiling sha2 v0.10.9
20332026-08-14T22:01:10.969Z Compiling scroll v0.13.0
20342026-08-14T22:01:11.006Z Compiling scroll v0.12.0
20352026-08-14T22:01:11.078Z Compiling async-trait v0.1.89
20362026-08-14T22:01:11.139Z Compiling heapless v0.7.17
20372026-08-14T22:01:11.261Z Compiling atomic-waker v1.1.2
20382026-08-14T22:01:11.283Z Compiling signal-hook v0.3.18
20392026-08-14T22:01:11.298Z Compiling litrs v1.0.0
20402026-08-14T22:01:11.301Z Compiling try-lock v0.2.5
20412026-08-14T22:01:11.329Z Compiling tokio-util v0.7.18
20422026-08-14T22:01:11.404Z Compiling untrusted v0.7.1
20432026-08-14T22:01:11.417Z Compiling tower-service v0.3.3
20442026-08-14T22:01:11.434Z Compiling zstd-safe v7.2.4
20452026-08-14T22:01:11.484Z Compiling tower-layer v0.3.3
20462026-08-14T22:01:11.535Z Compiling rustix v0.38.44
20472026-08-14T22:01:11.660Z Compiling tempfile v3.25.0
20482026-08-14T22:01:11.674Z Compiling want v0.3.1
20492026-08-14T22:01:11.769Z Compiling document-features v0.2.12
20502026-08-14T22:01:11.984Z Compiling goblin v0.8.2
20512026-08-14T22:01:12.003Z Compiling goblin v0.10.5
20522026-08-14T22:01:12.006Z Compiling hybrid-array v0.4.13
20532026-08-14T22:01:12.170Z Compiling h2 v0.4.15
20542026-08-14T22:01:12.218Z Compiling heck v0.4.1
20552026-08-14T22:01:12.305Z Compiling anstyle-parse v1.0.0
20562026-08-14T22:01:12.314Z Compiling zerocopy v0.7.35
20572026-08-14T22:01:12.439Z Compiling ipnet v2.11.0
20582026-08-14T22:01:12.507Z Compiling structmeta-derive v0.3.0
20592026-08-14T22:01:12.673Z Compiling ref-cast-impl v1.0.25
20602026-08-14T22:01:12.822Z Compiling daft-derive v0.1.7
20612026-08-14T22:01:12.886Z Compiling darling_core v0.20.11
20622026-08-14T22:01:12.924Z Compiling curve25519-dalek v4.1.3
20632026-08-14T22:01:13.043Z Compiling memoffset v0.9.1
20642026-08-14T22:01:13.231Z Compiling powerfmt v0.2.0
20652026-08-14T22:01:13.283Z Compiling tap v1.0.1
20662026-08-14T22:01:13.432Z Compiling untrusted v0.9.0
20672026-08-14T22:01:13.552Z Compiling simd-adler32 v0.3.8
20682026-08-14T22:01:13.584Z Compiling foreign-types-shared v0.1.1
20692026-08-14T22:01:13.629Z Compiling httpdate v1.0.3
20702026-08-14T22:01:13.675Z Compiling foreign-types v0.3.2
20712026-08-14T22:01:13.693Z Compiling structmeta v0.3.0
20722026-08-14T22:01:13.763Z Compiling deranged v0.5.8
20732026-08-14T22:01:13.793Z Compiling wyz v0.5.1
20742026-08-14T22:01:13.883Z Compiling anstream v1.0.0
20752026-08-14T22:01:13.921Z Compiling unicode-normalization v0.1.25
20762026-08-14T22:01:14.188Z Compiling dtrace-parser v0.2.0
20772026-08-14T22:01:14.202Z Compiling rand_chacha v0.3.1
20782026-08-14T22:01:14.418Z Compiling dof v0.3.0
20792026-08-14T22:01:14.563Z Compiling hex v0.4.3
20802026-08-14T22:01:14.625Z Compiling signature v2.2.0
20812026-08-14T22:01:14.787Z Compiling dtrace-parser v0.3.0
20822026-08-14T22:01:14.829Z Compiling dof v0.4.0
20832026-08-14T22:01:14.847Z Compiling terminal_size v0.4.3
20842026-08-14T22:01:14.862Z Compiling pin-project-internal v1.1.11
20852026-08-14T22:01:14.931Z Compiling darling_macro v0.20.11
20862026-08-14T22:01:15.019Z Compiling num-integer v0.1.46
20872026-08-14T22:01:15.050Z Compiling thread-id v4.2.2
20882026-08-14T22:01:15.150Z Compiling wait-timeout v0.2.1
20892026-08-14T22:01:15.169Z Compiling thread-id v5.1.0
20902026-08-14T22:01:15.271Z Compiling socket2 v0.5.10
20912026-08-14T22:01:15.287Z Compiling num_threads v0.1.7
20922026-08-14T22:01:15.395Z Compiling hyper v1.10.1
20932026-08-14T22:01:15.409Z Compiling bit-vec v0.8.0
20942026-08-14T22:01:15.441Z Compiling clap_lex v1.0.0
20952026-08-14T22:01:15.478Z Compiling cfg_aliases v0.2.1
20962026-08-14T22:01:15.684Z Compiling adler2 v2.0.1
20972026-08-14T22:01:15.790Z Compiling smoltcp v0.9.1
20982026-08-14T22:01:15.830Z Compiling quick-error v1.2.3
20992026-08-14T22:01:15.846Z Compiling funty v2.0.0
21002026-08-14T22:01:15.866Z Compiling time v0.3.47
21012026-08-14T22:01:15.882Z Compiling miniz_oxide v0.8.9
21022026-08-14T22:01:15.885Z Compiling bit-set v0.8.0
21032026-08-14T22:01:15.901Z Compiling clap_builder v4.6.0
21042026-08-14T22:01:15.957Z Compiling rusty-fork v0.3.1
21052026-08-14T22:01:16.012Z Compiling nix v0.31.2
21062026-08-14T22:01:16.114Z Compiling darling v0.20.11
21072026-08-14T22:01:16.130Z Compiling num-iter v0.1.45
21082026-08-14T22:01:16.213Z Compiling bitvec v1.0.1
21092026-08-14T22:01:16.374Z Compiling rand v0.8.6
21102026-08-14T22:01:16.611Z Compiling hyper-util v0.1.20
21112026-08-14T22:01:16.673Z Compiling lazy_static v1.5.0
21122026-08-14T22:01:16.781Z Compiling ipnetwork v0.21.1
21132026-08-14T22:01:16.898Z Compiling anstyle-parse v0.2.7
21142026-08-14T22:01:17.100Z Compiling rand_xorshift v0.4.0
21152026-08-14T22:01:17.121Z Compiling hmac v0.12.1
21162026-08-14T22:01:17.189Z Compiling curve25519-dalek-derive v0.1.1
21172026-08-14T22:01:17.265Z Compiling sync_wrapper v1.0.2
21182026-08-14T22:01:17.798Z Compiling siphasher v1.0.2
21192026-08-14T22:01:17.813Z Compiling crc-catalog v2.4.0
21202026-08-14T22:01:17.922Z Compiling unarray v0.1.4
21212026-08-14T22:01:18.043Z Compiling zlib-rs v0.6.2
21222026-08-14T22:01:18.072Z Compiling nodrop v0.1.14
21232026-08-14T22:01:18.160Z Compiling array-init v0.0.4
21242026-08-14T22:01:18.276Z Compiling proptest v1.11.0
21252026-08-14T22:01:18.295Z Compiling crc v3.4.0
21262026-08-14T22:01:18.539Z Compiling clap v4.6.1
21272026-08-14T22:01:18.777Z Compiling tower v0.5.3
21282026-08-14T22:01:19.234Z Compiling anstream v0.6.21
21292026-08-14T22:01:19.305Z Compiling smallvec v0.6.14
21302026-08-14T22:01:19.540Z Compiling derive_builder_core v0.20.2
21312026-08-14T22:01:19.544Z Compiling snafu-derive v0.8.9
21322026-08-14T22:01:19.929Z Compiling zerocopy v0.6.6
21332026-08-14T22:01:19.979Z Compiling pkcs1 v0.7.5
21342026-08-14T22:01:20.116Z Compiling flate2 v1.1.9
21352026-08-14T22:01:20.143Z Compiling http-body-util v0.1.3
21362026-08-14T22:01:20.178Z Compiling bitfield v0.19.4
21372026-08-14T22:01:20.339Z Compiling hubpack_derive v0.1.1
21382026-08-14T22:01:20.366Z Compiling strum_macros v0.26.4
21392026-08-14T22:01:20.369Z Compiling strum_macros v0.27.2
21402026-08-14T22:01:20.418Z Compiling env_filter v1.0.0
21412026-08-14T22:01:20.458Z Compiling fs-err v3.3.0
21422026-08-14T22:01:20.533Z Compiling ryu v1.0.23
21432026-08-14T22:01:20.550Z Compiling hashbrown v0.12.3
21442026-08-14T22:01:20.675Z Compiling unicode-bidi v0.3.18
21452026-08-14T22:01:20.723Z Compiling unicode-properties v0.1.4
21462026-08-14T22:01:20.776Z Compiling allocator-api2 v0.2.21
21472026-08-14T22:01:20.798Z Compiling object v0.37.3
21482026-08-14T22:01:20.954Z Compiling base64 v0.21.7
21492026-08-14T22:01:21.196Z Compiling iri-string v0.7.10
21502026-08-14T22:01:21.218Z Compiling ron v0.8.1
21512026-08-14T22:01:21.281Z Compiling stringprep v0.1.5
21522026-08-14T22:01:21.625Z Compiling serde_urlencoded v0.7.1
21532026-08-14T22:01:21.653Z Compiling env_logger v0.11.9
21542026-08-14T22:01:21.771Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21552026-08-14T22:01:21.839Z Compiling derive_builder_macro v0.20.2
21562026-08-14T22:01:21.876Z Compiling newtype-uuid v1.3.2
21572026-08-14T22:01:21.893Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21582026-08-14T22:01:21.972Z Compiling rsa v0.9.10
21592026-08-14T22:01:21.988Z Compiling oxnet v0.1.6
21602026-08-14T22:01:22.074Z Compiling serde-hex v0.1.0
21612026-08-14T22:01:22.096Z Compiling hashbrown v0.13.2
21622026-08-14T22:01:22.158Z Compiling tokio-native-tls v0.3.1
21632026-08-14T22:01:22.196Z Compiling bzip2 v0.4.4
21642026-08-14T22:01:22.299Z Compiling usdt-attr-macro v0.6.0
21652026-08-14T22:01:22.336Z Compiling usdt-macro v0.6.0
21662026-08-14T22:01:22.353Z Compiling tower-http v0.6.8
21672026-08-14T22:01:22.403Z Compiling derive-ex v0.1.8
21682026-08-14T22:01:22.419Z Compiling block-buffer v0.12.1
21692026-08-14T22:01:22.568Z Compiling block-padding v0.4.2
21702026-08-14T22:01:22.586Z Compiling crypto-common v0.2.2
21712026-08-14T22:01:22.738Z Compiling rustls-native-certs v0.8.3
21722026-08-14T22:01:22.848Z Compiling x509-cert v0.2.5
21732026-08-14T22:01:22.864Z Compiling erased-serde v0.3.31
21742026-08-14T22:01:23.091Z Compiling md-5 v0.10.6
21752026-08-14T22:01:23.107Z Compiling bstr v1.12.1
21762026-08-14T22:01:23.332Z Compiling vergen-lib v9.1.0
21772026-08-14T22:01:23.417Z Compiling hash32 v0.2.1
21782026-08-14T22:01:23.504Z Compiling encoding_rs v0.8.35
21792026-08-14T22:01:23.626Z Compiling crc-any v2.5.0
21802026-08-14T22:01:23.694Z Compiling fallible-iterator v0.2.0
21812026-08-14T22:01:23.721Z Compiling psl-types v2.0.11
21822026-08-14T22:01:23.846Z Compiling mime v0.3.17
21832026-08-14T22:01:23.866Z Compiling cpufeatures v0.3.0
21842026-08-14T22:01:23.899Z Compiling publicsuffix v2.3.0
21852026-08-14T22:01:23.930Z Compiling test-strategy v0.4.5
21862026-08-14T22:01:23.994Z Compiling postgres-protocol v0.6.10
21872026-08-14T22:01:24.539Z Compiling inout v0.2.2
21882026-08-14T22:01:24.723Z Compiling object v0.30.4
21892026-08-14T22:01:24.741Z Compiling zip v0.6.6
21902026-08-14T22:01:24.761Z Compiling derive_builder v0.20.2
21912026-08-14T22:01:24.813Z Compiling hyper-tls v0.6.0
21922026-08-14T22:01:24.844Z Compiling daft v0.1.7
21932026-08-14T22:01:24.847Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21942026-08-14T22:01:24.903Z Compiling phf_shared v0.13.1
21952026-08-14T22:01:25.042Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21962026-08-14T22:01:25.059Z Compiling pin-project v1.1.11
21972026-08-14T22:01:25.267Z Compiling serde_with_macros v3.21.0
21982026-08-14T22:01:25.283Z Compiling toml v0.7.8
21992026-08-14T22:01:25.286Z Compiling futures-executor v0.3.32
22002026-08-14T22:01:25.388Z Compiling async-recursion v1.1.1
22012026-08-14T22:01:25.513Z Compiling serde_repr v0.1.20
22022026-08-14T22:01:25.548Z Compiling enum-as-inner v0.6.1
22032026-08-14T22:01:25.637Z Compiling vergen v9.1.0
22042026-08-14T22:01:25.711Z Compiling ff v0.13.1
22052026-08-14T22:01:25.837Z Compiling cargo-platform v0.3.2
22062026-08-14T22:01:25.872Z Compiling same-file v1.0.6
22072026-08-14T22:01:26.032Z Compiling bumpalo v3.20.2
22082026-08-14T22:01:26.048Z Compiling managed v0.8.0
22092026-08-14T22:01:26.065Z Compiling base16ct v0.2.0
22102026-08-14T22:01:26.114Z Compiling path-slash v0.1.5
22112026-08-14T22:01:26.271Z Compiling bitflags v1.3.2
22122026-08-14T22:01:26.299Z Compiling jiff-core v0.1.0
22132026-08-14T22:01:26.326Z Compiling foldhash v0.1.5
22142026-08-14T22:01:26.343Z Compiling libbz2-rs-sys v0.2.2
22152026-08-14T22:01:26.345Z Compiling foldhash v0.2.0
22162026-08-14T22:01:26.529Z Compiling hashbrown v0.16.1
22172026-08-14T22:01:26.583Z Compiling hashbrown v0.15.5
22182026-08-14T22:01:26.739Z Compiling zopfli v0.8.3
22192026-08-14T22:01:26.778Z Compiling bzip2 v0.6.1
22202026-08-14T22:01:26.933Z Compiling sec1 v0.7.3
22212026-08-14T22:01:27.004Z Compiling cargo_metadata v0.23.1
22222026-08-14T22:01:27.134Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22232026-08-14T22:01:27.187Z Compiling jiff v0.2.34
22242026-08-14T22:01:27.230Z Compiling walkdir v2.5.0
22252026-08-14T22:01:27.310Z Compiling group v0.13.0
22262026-08-14T22:01:27.533Z Compiling futures v0.3.32
22272026-08-14T22:01:27.825Z Compiling snafu v0.8.9
22282026-08-14T22:01:27.886Z Compiling phf v0.13.1
22292026-08-14T22:01:28.105Z Compiling reqwest v0.12.28
22302026-08-14T22:01:28.189Z Compiling signal-hook-mio v0.2.5
22312026-08-14T22:01:28.223Z Compiling cipher v0.5.2
22322026-08-14T22:01:28.298Z Compiling cookie_store v0.22.1
22332026-08-14T22:01:28.320Z Compiling postgres-types v0.2.12
22342026-08-14T22:01:28.338Z Compiling zstd v0.13.3
22352026-08-14T22:01:28.487Z Compiling globset v0.4.18
22362026-08-14T22:01:28.529Z Compiling strum v0.27.2
22372026-08-14T22:01:28.664Z Compiling hubpack v0.1.2
22382026-08-14T22:01:28.739Z Compiling phf_shared v0.11.3
22392026-08-14T22:01:28.802Z Compiling hkdf v0.12.4
22402026-08-14T22:01:28.841Z Compiling crossbeam-epoch v0.9.18
22412026-08-14T22:01:28.886Z Compiling byte-wrapper v0.1.0
22422026-08-14T22:01:28.906Z Compiling ed25519 v2.2.3
22432026-08-14T22:01:28.922Z Compiling olpc-cjson v0.1.4
22442026-08-14T22:01:29.180Z Compiling serde_plain v1.0.2
22452026-08-14T22:01:29.210Z Compiling serde-big-array v0.5.1
22462026-08-14T22:01:29.227Z Compiling pem v3.0.6
22472026-08-14T22:01:29.319Z Compiling crypto-bigint v0.5.5
22482026-08-14T22:01:29.465Z Compiling float-cmp v0.10.0
22492026-08-14T22:01:29.479Z Compiling memmap2 v0.9.10
22502026-08-14T22:01:29.543Z Compiling winnow v1.0.3
22512026-08-14T22:01:29.560Z Compiling static_assertions v1.1.0
22522026-08-14T22:01:29.584Z Compiling data-encoding v2.10.0
22532026-08-14T22:01:29.624Z Compiling whoami v2.1.0
22542026-08-14T22:01:29.648Z Compiling const-oid v0.10.2
22552026-08-14T22:01:29.710Z Compiling typed-path v0.9.3
22562026-08-14T22:01:29.741Z Compiling fixedbitset v0.4.2
22572026-08-14T22:01:29.861Z Compiling winnow v0.7.14
22582026-08-14T22:01:30.016Z Compiling fixedbitset v0.5.7
22592026-08-14T22:01:30.086Z Compiling new_debug_unreachable v1.0.6
22602026-08-14T22:01:30.141Z Compiling normalize-line-endings v0.3.0
22612026-08-14T22:01:30.177Z Compiling precomputed-hash v0.1.1
22622026-08-14T22:01:30.256Z Compiling keccak v0.1.6
22632026-08-14T22:01:30.283Z Compiling toml_write v0.1.2
22642026-08-14T22:01:30.315Z Compiling difflib v0.4.0
22652026-08-14T22:01:30.425Z Compiling predicates-core v1.0.10
22662026-08-14T22:01:30.474Z Compiling chacha20 v0.10.0
22672026-08-14T22:01:30.488Z Compiling toml_parser v1.1.2+spec-1.1.0
22682026-08-14T22:01:30.508Z Compiling sha3 v0.10.8
22692026-08-14T22:01:30.621Z Compiling predicates v3.1.4
22702026-08-14T22:01:30.637Z Compiling string_cache v0.8.9
22712026-08-14T22:01:30.767Z Compiling elliptic-curve v0.13.8
22722026-08-14T22:01:30.788Z Compiling petgraph v0.8.3
22732026-08-14T22:01:30.896Z Compiling petgraph v0.6.5
22742026-08-14T22:01:31.070Z Compiling hickory-proto v0.25.2
22752026-08-14T22:01:31.117Z Compiling tokio-postgres v0.7.16
22762026-08-14T22:01:31.135Z Compiling digest v0.11.3
22772026-08-14T22:01:31.300Z Compiling toml_edit v0.22.27
22782026-08-14T22:01:31.368Z Compiling usdt v0.6.0
22792026-08-14T22:01:31.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22802026-08-14T22:01:31.593Z Compiling zip v4.6.1
22812026-08-14T22:01:32.629Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22822026-08-14T22:01:32.674Z Compiling ed25519-dalek v2.2.0
22832026-08-14T22:01:33.181Z Compiling crossterm v0.28.1
22842026-08-14T22:01:33.817Z Compiling iddqd v0.4.2
22852026-08-14T22:01:33.984Z Compiling serde_with v3.21.0
22862026-08-14T22:01:34.002Z Compiling similar v2.7.0
22872026-08-14T22:01:34.233Z Compiling strum v0.26.3
22882026-08-14T22:01:34.537Z Compiling tokio-stream v0.1.18
22892026-08-14T22:01:34.645Z Compiling buf-list v1.1.2
22902026-08-14T22:01:34.648Z Compiling itertools v0.13.0
22912026-08-14T22:01:34.929Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22922026-08-14T22:01:35.060Z Compiling openapiv3 v2.2.0
22932026-08-14T22:01:35.450Z Compiling peg-runtime v0.8.5
22942026-08-14T22:01:35.840Z Compiling lalrpop-util v0.19.12
22952026-08-14T22:01:54.374Z Compiling rustls-webpki v0.103.13
22962026-08-14T22:01:56.195Z Compiling proc-macro-crate v1.3.1
22972026-08-14T22:01:56.213Z Compiling macaddr v1.0.1
22982026-08-14T22:01:56.245Z Compiling crucible-workspace-hack v0.1.0
22992026-08-14T22:01:56.434Z Compiling rayon-core v1.13.0
23002026-08-14T22:01:56.506Z Compiling itertools v0.15.0
23012026-08-14T22:01:56.521Z Compiling secrecy v0.10.3
23022026-08-14T22:01:56.574Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032026-08-14T22:01:56.597Z Compiling heapless v0.8.0
23042026-08-14T22:01:56.705Z Compiling crossbeam-deque v0.8.6
23052026-08-14T22:01:56.722Z Compiling inout v0.1.4
23062026-08-14T22:01:56.769Z Compiling hash32 v0.3.1
23072026-08-14T22:01:56.914Z Compiling multer v3.1.0
23082026-08-14T22:01:56.947Z Compiling thread_local v1.1.9
23092026-08-14T22:01:56.962Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-08-14T22:01:56.978Z Compiling compression-core v0.4.31
23112026-08-14T22:01:56.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23122026-08-14T22:01:57.126Z Compiling smoltcp v0.11.0
23132026-08-14T22:01:57.143Z Compiling slog-async v2.8.0
23142026-08-14T22:01:57.145Z Compiling match_cfg v0.1.0
23152026-08-14T22:01:57.180Z Compiling unicode-width v0.2.0
23162026-08-14T22:01:57.238Z Compiling hostname v0.3.1
23172026-08-14T22:01:57.256Z Compiling compression-codecs v0.4.37
23182026-08-14T22:01:57.306Z Compiling cipher v0.4.4
23192026-08-14T22:01:57.429Z Compiling atomicwrites v0.4.4
23202026-08-14T22:01:57.432Z Compiling slog-json v2.6.1
23212026-08-14T22:01:57.507Z Compiling crossbeam-channel v0.5.15
23222026-08-14T22:01:57.524Z Compiling half v2.7.1
23232026-08-14T22:01:57.541Z Compiling newtype-uuid-macros v0.1.0
23242026-08-14T22:01:57.578Z Compiling cobs v0.3.0
23252026-08-14T22:01:57.652Z Compiling universal-hash v0.5.1
23262026-08-14T22:01:57.721Z Compiling thiserror-impl-no-std v2.0.2
23272026-08-14T22:01:57.737Z Compiling async-stream-impl v0.3.6
23282026-08-14T22:01:57.794Z Compiling serde_spanned v1.1.1
23292026-08-14T22:01:57.812Z Compiling toml_datetime v1.1.1+spec-1.1.0
23302026-08-14T22:01:57.881Z Compiling ingot-macros v0.2.0
23312026-08-14T22:01:57.897Z Compiling is-terminal v0.4.17
23322026-08-14T22:01:57.900Z Compiling dropshot v0.17.1
23332026-08-14T22:01:58.008Z Compiling tokio-rustls v0.26.4
23342026-08-14T22:01:58.034Z Compiling rustls-platform-verifier v0.6.2
23352026-08-14T22:01:58.111Z Compiling tough v0.22.0
23362026-08-14T22:01:58.216Z Compiling proc-macro-error-attr v1.0.4
23372026-08-14T22:01:58.265Z Compiling hyper-rustls v0.27.7
23382026-08-14T22:01:58.302Z Compiling convert_case v0.4.0
23392026-08-14T22:01:58.319Z Compiling term v1.2.1
23402026-08-14T22:01:58.344Z Compiling toml_writer v1.1.1+spec-1.1.0
23412026-08-14T22:01:58.388Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23422026-08-14T22:01:58.455Z Compiling take_mut v0.2.2
23432026-08-14T22:01:58.598Z Compiling reqwest v0.13.2
23442026-08-14T22:01:58.614Z Compiling ciborium-io v0.2.2
23452026-08-14T22:01:58.614Z Compiling opaque-debug v0.3.1
23462026-08-14T22:01:58.648Z Compiling derive_more v0.99.20
23472026-08-14T22:01:58.663Z Compiling slog-term v2.9.2
23482026-08-14T22:01:58.743Z Compiling ciborium-ll v0.2.2
23492026-08-14T22:01:58.788Z Compiling thiserror-no-std v2.0.2
23502026-08-14T22:01:58.817Z Compiling poly1305 v0.8.0
23512026-08-14T22:01:58.908Z Compiling toml v1.1.2+spec-1.1.0
23522026-08-14T22:01:59.083Z Compiling async-stream v0.3.6
23532026-08-14T22:01:59.099Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542026-08-14T22:01:59.360Z Compiling postcard v1.1.3
23552026-08-14T22:01:59.638Z Compiling slog-bunyan v2.5.0
23562026-08-14T22:01:59.776Z Compiling chacha20 v0.9.1
23572026-08-14T22:01:59.846Z Compiling async-compression v0.4.41
23582026-08-14T22:02:00.059Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23592026-08-14T22:02:00.078Z Compiling num_enum_derive v0.7.6
23602026-08-14T22:02:00.156Z Compiling sha1 v0.11.0
23612026-08-14T22:02:00.362Z Compiling parse-display-derive v0.10.0
23622026-08-14T22:02:00.573Z Compiling ingot-types v0.2.0
23632026-08-14T22:02:00.642Z Compiling waitgroup v0.1.2
23642026-08-14T22:02:00.712Z Compiling backon v1.6.0
23652026-08-14T22:02:00.834Z Compiling rustls-pemfile v2.2.0
23662026-08-14T22:02:00.892Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23672026-08-14T22:02:00.986Z Compiling password-hash v0.5.0
23682026-08-14T22:02:01.068Z Compiling ingot v0.2.1
23692026-08-14T22:02:01.089Z Compiling dropshot_endpoint v0.17.1
23702026-08-14T22:02:01.150Z Compiling blake2 v0.10.6
23712026-08-14T22:02:01.166Z Compiling aead v0.5.2
23722026-08-14T22:02:01.170Z Compiling foreign-types-macros v0.2.3
23732026-08-14T22:02:01.403Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23742026-08-14T22:02:01.678Z Compiling serde_path_to_error v0.1.20
23752026-08-14T22:02:01.760Z Compiling hostname v0.4.2
23762026-08-14T22:02:01.790Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23772026-08-14T22:02:01.837Z Compiling proc-macro-error v1.0.4
23782026-08-14T22:02:01.867Z Compiling instant v0.1.13
23792026-08-14T22:02:01.949Z Compiling debug-ignore v1.0.5
23802026-08-14T22:02:01.949Z Compiling foreign-types-shared v0.3.1
23812026-08-14T22:02:01.980Z Compiling backoff v0.4.0
23822026-08-14T22:02:01.998Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23832026-08-14T22:02:02.017Z Compiling parse-display v0.10.0
23842026-08-14T22:02:02.084Z Compiling foreign-types v0.5.0
23852026-08-14T22:02:02.098Z Compiling argon2 v0.5.3
23862026-08-14T22:02:02.117Z Compiling chacha20poly1305 v0.10.1
23872026-08-14T22:02:02.143Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23882026-08-14T22:02:02.159Z Compiling num_enum v0.7.6
23892026-08-14T22:02:02.198Z Compiling ciborium v0.2.2
23902026-08-14T22:02:02.225Z Compiling vsss-rs v3.3.4
23912026-08-14T22:02:02.309Z Compiling tabwriter v1.4.1
23922026-08-14T22:02:02.362Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932026-08-14T22:02:02.563Z Compiling num_enum_derive v0.5.11
23942026-08-14T22:02:02.587Z Compiling regress v0.10.5
23952026-08-14T22:02:02.695Z Compiling itertools v0.14.0
23962026-08-14T22:02:02.698Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23972026-08-14T22:02:02.796Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23982026-08-14T22:02:02.814Z Compiling cstr-argument v0.1.2
23992026-08-14T22:02:02.847Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24002026-08-14T22:02:03.041Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24012026-08-14T22:02:03.060Z Compiling humantime v2.3.0
24022026-08-14T22:02:03.107Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24032026-08-14T22:02:03.142Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24042026-08-14T22:02:03.180Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052026-08-14T22:02:03.330Z Compiling rayon v1.11.0
24062026-08-14T22:02:03.347Z Compiling rand v0.10.1
24072026-08-14T22:02:03.350Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24082026-08-14T22:02:03.384Z Compiling indent_write v2.2.0
24092026-08-14T22:02:03.401Z Compiling colored v3.1.1
24102026-08-14T22:02:03.420Z Compiling libefi-sys v0.1.0
24112026-08-14T22:02:03.437Z Compiling zone_cfg_derive v0.3.1
24122026-08-14T22:02:03.531Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24132026-08-14T22:02:03.531Z Compiling camino-tempfile v1.4.1
24142026-08-14T22:02:03.566Z Compiling itertools v0.12.1
24152026-08-14T22:02:03.584Z Compiling num_enum v0.5.11
24162026-08-14T22:02:03.682Z Compiling usdt-attr-macro v0.5.0
24172026-08-14T22:02:03.733Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24182026-08-14T22:02:03.756Z Compiling usdt-macro v0.5.0
24192026-08-14T22:02:03.780Z Compiling num-derive v0.4.2
24202026-08-14T22:02:03.807Z Compiling bitfield-struct v0.6.2
24212026-08-14T22:02:04.084Z Compiling blake3 v1.8.5
24222026-08-14T22:02:04.145Z Compiling sigpipe v0.1.3
24232026-08-14T22:02:04.264Z Compiling memmap v0.7.0
24242026-08-14T22:02:04.308Z Compiling glob v0.3.3
24252026-08-14T22:02:04.336Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24262026-08-14T22:02:04.467Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-14T22:02:04.484Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-14T22:02:04.500Z Compiling swrite v0.1.0
24292026-08-14T22:02:04.518Z Compiling usdt v0.5.0
24302026-08-14T22:02:04.571Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24312026-08-14T22:02:04.632Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-14T22:02:04.708Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24332026-08-14T22:02:04.900Z Compiling smf v0.2.3
24342026-08-14T22:02:04.916Z Compiling zone v0.3.1
24352026-08-14T22:02:04.946Z Compiling filetime v0.2.27
24362026-08-14T22:02:05.037Z Compiling whoami v1.6.1
24372026-08-14T22:02:05.055Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382026-08-14T22:02:05.076Z Compiling constant_time_eq v0.4.2
24392026-08-14T22:02:05.110Z Compiling arrayref v0.3.9
24402026-08-14T22:02:05.164Z Compiling xattr v1.6.1
24412026-08-14T22:02:05.181Z Compiling arrayvec v0.7.6
24422026-08-14T22:02:05.184Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432026-08-14T22:02:05.214Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24442026-08-14T22:02:05.234Z Compiling tokio-dtrace v0.1.1
24452026-08-14T22:02:05.302Z Compiling console v0.16.2
24462026-08-14T22:02:05.386Z Compiling tar v0.4.46
24472026-08-14T22:02:05.403Z Compiling gethostname v0.5.0
24482026-08-14T22:02:05.519Z Compiling unit-prefix v0.5.2
24492026-08-14T22:02:05.546Z Compiling topological-sort v0.2.2
24502026-08-14T22:02:05.562Z Compiling oxide-tokio-rt v0.1.4
24512026-08-14T22:02:05.590Z Compiling toml v0.8.23
24522026-08-14T22:02:05.702Z Compiling indicatif v0.18.4
24532026-08-14T22:02:05.883Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-14T22:02:06.022Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24552026-08-14T22:02:06.060Z Compiling shell-words v1.1.1
24562026-08-14T22:02:15.538Z Compiling progenitor-client v0.14.0
24572026-08-14T22:02:15.538Z Compiling omicron-zone-package v0.12.3
24582026-08-14T22:02:15.782Z Compiling progenitor-extras v0.2.0
24592026-08-14T22:02:16.132Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24602026-08-14T22:02:16.208Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-08-14T22:02:16.231Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24622026-08-14T22:02:16.304Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24632026-08-14T22:02:16.328Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24642026-08-14T22:02:16.358Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24652026-08-14T22:02:16.423Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24662026-08-14T22:02:16.544Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-08-14T22:02:16.936Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24682026-08-14T22:02:20.783Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24692026-08-14T22:02:29.082Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24702026-08-14T22:02:32.421Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24712026-08-14T22:02:33.505Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24722026-08-14T22:02:43.073Z Finished `release` profile [optimized] target(s) in 1m 45s
24732026-08-14T22:02:43.222Z Running `target/release/omicron-package -t test target create -p dev`
24742026-08-14T22:02:43.281ZLogging to: /work/oxidecomputer/omicron/out/LOG
24752026-08-14T22:02:43.284ZCreated new build target 'test' and set it as active
24762026-08-14T22:02:43.287Z
24772026-08-14T22:02:43.287Zreal 1:46.123684120
24782026-08-14T22:02:43.287Zuser 17:37.563054070
24792026-08-14T22:02:43.287Zsys 2:47.229922223
24802026-08-14T22:02:43.287Ztrap 0.491111174
24812026-08-14T22:02:43.287Ztflt 2.323479932
24822026-08-14T22:02:43.287Zdflt 4.871355356
24832026-08-14T22:02:43.287Zkflt 0.000497510
24842026-08-14T22:02:43.287Zlock 57:31.196895105
24852026-08-14T22:02:43.288Zslp 44:48.931763957
24862026-08-14T22:02:43.288Zlat 53.157494655
24872026-08-14T22:02:43.288Zstop 6:13.458549721
24882026-08-14T22:02:43.288Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24892026-08-14T22:02:44.190Z Finished `release` profile [optimized] target(s) in 0.89s
24902026-08-14T22:02:44.260Z Running `target/release/omicron-package -t test package`
24912026-08-14T22:02:44.339ZLogging to: /work/oxidecomputer/omicron/out/LOG
24922026-08-14T22:02:45.767Z Compiling heck v0.5.0
24932026-08-14T22:02:45.767Z Compiling regress v0.11.1
24942026-08-14T22:02:45.987Z Compiling unsafe-libyaml v0.2.11
24952026-08-14T22:02:46.021Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24962026-08-14T22:02:46.050Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-08-14T22:02:46.074Z Compiling derive-where v1.6.0
24982026-08-14T22:02:46.077Z Compiling bytecount v0.6.9
24992026-08-14T22:02:46.113Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-08-14T22:02:46.113Z Compiling atomicwrites v0.4.4
25012026-08-14T22:02:46.117Z Compiling is-terminal v0.4.17
25022026-08-14T22:02:46.117Z Compiling prettyplease v0.2.37
25032026-08-14T22:02:46.117Z Compiling console v0.15.11
25042026-08-14T22:02:46.117Z Compiling newline-converter v0.3.0
25052026-08-14T22:02:46.117Z Compiling slog-dtrace v0.3.0
25062026-08-14T22:02:46.194Z Compiling resolv-conf v0.7.6
25072026-08-14T22:02:46.278Z Compiling num-rational v0.4.2
25082026-08-14T22:02:46.300Z Compiling num-complex v0.4.6
25092026-08-14T22:02:46.304Z Compiling thread_local v1.1.9
25102026-08-14T22:02:46.344Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25112026-08-14T22:02:46.453Z Compiling unicode-width v0.1.14
25122026-08-14T22:02:46.494Z Compiling match_cfg v0.1.0
25132026-08-14T22:02:46.559Z Compiling serde_yaml v0.9.34+deprecated
25142026-08-14T22:02:46.591Z Compiling expectorate v1.2.0
25152026-08-14T22:02:46.667Z Compiling compression-core v0.4.31
25162026-08-14T22:02:46.796Z Compiling cancel-safe-futures v0.1.5
25172026-08-14T22:02:46.800Z Compiling compression-codecs v0.4.37
25182026-08-14T22:02:46.838Z Compiling num v0.4.3
25192026-08-14T22:02:46.838Z Compiling hostname v0.3.1
25202026-08-14T22:02:46.878Z Compiling slog-async v2.8.0
25212026-08-14T22:02:46.882Z Compiling multer v3.1.0
25222026-08-14T22:02:46.940Z Compiling crossbeam-channel v0.5.15
25232026-08-14T22:02:46.961Z Compiling slog-json v2.6.1
25242026-08-14T22:02:46.987Z Compiling serde_spanned v1.1.1
25252026-08-14T22:02:47.020Z Compiling toml_datetime v1.1.1+spec-1.1.0
25262026-08-14T22:02:47.081Z Compiling term v1.2.1
25272026-08-14T22:02:47.102Z Compiling take_mut v0.2.2
25282026-08-14T22:02:47.165Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25292026-08-14T22:02:47.188Z Compiling float-ord v0.3.2
25302026-08-14T22:02:47.208Z Compiling toml_writer v1.1.1+spec-1.1.0
25312026-08-14T22:02:47.240Z Compiling linked-hash-map v0.5.6
25322026-08-14T22:02:47.289Z Compiling oxide-update-engine-types v0.1.2
25332026-08-14T22:02:47.299Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25342026-08-14T22:02:47.323Z Compiling slog-bunyan v2.5.0
25352026-08-14T22:02:47.403Z Compiling slog-term v2.9.2
25362026-08-14T22:02:47.460Z Compiling lru-cache v0.1.2
25372026-08-14T22:02:47.483Z Compiling toml v1.1.2+spec-1.1.0
25382026-08-14T22:02:47.486Z Compiling async-compression v0.4.41
25392026-08-14T22:02:47.527Z Compiling typify-impl v0.6.2
25402026-08-14T22:02:47.735Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25412026-08-14T22:02:47.839Z Compiling dropshot v0.17.1
25422026-08-14T22:02:47.862Z Compiling async-stream v0.3.6
25432026-08-14T22:02:47.893Z Compiling sha1 v0.11.0
25442026-08-14T22:02:47.913Z Compiling progenitor-client v0.14.0
25452026-08-14T22:02:47.917Z Compiling waitgroup v0.1.2
25462026-08-14T22:02:48.027Z Compiling rustls-pemfile v2.2.0
25472026-08-14T22:02:48.049Z Compiling backon v1.6.0
25482026-08-14T22:02:48.072Z Compiling serde_path_to_error v0.1.20
25492026-08-14T22:02:48.109Z Compiling hostname v0.4.2
25502026-08-14T22:02:48.189Z Compiling instant v0.1.13
25512026-08-14T22:02:48.249Z Compiling debug-ignore v1.0.5
25522026-08-14T22:02:48.270Z Compiling linear-map v1.2.0
25532026-08-14T22:02:48.291Z Compiling minimal-lexical v0.2.1
25542026-08-14T22:02:48.291Z Compiling backoff v0.4.0
25552026-08-14T22:02:48.330Z Compiling progenitor-extras v0.2.0
25562026-08-14T22:02:48.460Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25572026-08-14T22:02:48.524Z Compiling oxide-update-engine v0.1.2
25582026-08-14T22:02:48.553Z Compiling nom v7.1.3
25592026-08-14T22:02:48.575Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25602026-08-14T22:02:48.623Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25612026-08-14T22:02:48.645Z Compiling parse-display v0.10.0
25622026-08-14T22:02:48.671Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25632026-08-14T22:02:48.758Z Compiling hickory-proto v0.24.4
25642026-08-14T22:02:49.135Z Compiling regress v0.10.5
25652026-08-14T22:02:49.328Z Compiling itertools v0.14.0
25662026-08-14T22:02:49.823Z Compiling macaddr v1.0.1
25672026-08-14T22:02:49.904Z Compiling unicode-xid v0.2.6
25682026-08-14T22:02:49.986Z Compiling humantime v2.3.0
25692026-08-14T22:02:50.114Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25702026-08-14T22:02:50.276Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25712026-08-14T22:02:50.314Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25722026-08-14T22:02:50.417Z Compiling convert_case v0.10.0
25732026-08-14T22:02:50.564Z Compiling owo-colors v4.3.0
25742026-08-14T22:02:50.616Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25752026-08-14T22:02:50.640Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25762026-08-14T22:02:50.715Z Compiling derive_more-impl v2.1.1
25772026-08-14T22:02:50.870Z Compiling toml v0.8.23
25782026-08-14T22:02:51.082Z Compiling typify-macro v0.6.2
25792026-08-14T22:02:51.181Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25802026-08-14T22:02:51.378Z Compiling hickory-resolver v0.24.4
25812026-08-14T22:02:51.401Z Compiling papergrid v0.11.0
25822026-08-14T22:02:51.475Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25832026-08-14T22:02:51.512Z Compiling derive_more v2.1.1
25842026-08-14T22:02:51.628Z Compiling tabled_derive v0.7.0
25852026-08-14T22:02:51.919Z Compiling termtree v0.5.1
25862026-08-14T22:02:51.990Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25872026-08-14T22:02:52.132Z Compiling crossterm v0.29.0
25882026-08-14T22:02:52.517Z Compiling phf_shared v0.12.1
25892026-08-14T22:02:52.557Z Compiling tabled v0.15.0
25902026-08-14T22:02:52.697Z Compiling typify v0.6.2
25912026-08-14T22:02:52.845Z Compiling progenitor-impl v0.14.0
25922026-08-14T22:02:53.278Z Compiling qorb v0.4.1
25932026-08-14T22:02:53.703Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25942026-08-14T22:02:54.233Z Compiling csv-core v0.1.13
25952026-08-14T22:02:54.673Z Compiling vte v0.14.1
25962026-08-14T22:02:55.035Z Compiling progenitor-macro v0.14.0
25972026-08-14T22:02:55.060Z Compiling chrono-tz v0.10.4
25982026-08-14T22:02:55.271Z Compiling highway v1.3.0
25992026-08-14T22:02:55.991Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26002026-08-14T22:02:56.118Z Compiling strip-ansi-escapes v0.2.1
26012026-08-14T22:02:56.436Z Compiling csv v1.4.0
26022026-08-14T22:02:56.639Z Compiling phf v0.12.1
26032026-08-14T22:02:56.675Z Compiling const_format_proc_macros v0.2.34
26042026-08-14T22:02:56.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26052026-08-14T22:02:57.090Z Compiling fd-lock v4.0.4
26062026-08-14T22:02:57.267Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26072026-08-14T22:02:57.387Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26082026-08-14T22:02:57.390Z Compiling peg-macros v0.8.5
26092026-08-14T22:02:57.466Z Compiling nu-ansi-term v0.50.3
26102026-08-14T22:02:57.620Z Compiling const_format v0.2.35
26112026-08-14T22:02:58.030Z Compiling reedline v0.40.0
26122026-08-14T22:02:58.171Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26132026-08-14T22:02:58.546Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26142026-08-14T22:02:58.726Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26152026-08-14T22:02:59.283Z Compiling progenitor v0.14.0
26162026-08-14T22:02:59.475Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26172026-08-14T22:02:59.574Z Compiling peg v0.8.5
26182026-08-14T22:02:59.735Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26192026-08-14T22:02:59.800Z Compiling bcs v0.1.6
26202026-08-14T22:03:00.251Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26212026-08-14T22:03:00.571Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26222026-08-14T22:03:00.707Z Compiling nom v8.0.0
26232026-08-14T22:03:01.459Z Compiling semver v0.1.20
26242026-08-14T22:03:01.772Z Compiling rustc_version v0.1.7
26252026-08-14T22:03:02.028Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262026-08-14T22:03:02.050Z Compiling newtype_derive v0.1.6
26272026-08-14T22:03:02.108Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26282026-08-14T22:03:02.269Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26292026-08-14T22:03:02.291Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26302026-08-14T22:03:02.316Z Compiling unicode-linebreak v0.1.5
26312026-08-14T22:03:02.399Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26322026-08-14T22:03:02.627Z Compiling smawk v0.3.2
26332026-08-14T22:03:02.838Z Compiling textwrap v0.16.2
26342026-08-14T22:03:02.861Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26352026-08-14T22:03:02.865Z Compiling steno v0.4.1
26362026-08-14T22:03:03.468Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26372026-08-14T22:03:04.471Z Compiling dropshot-api-manager-types v0.7.2
26382026-08-14T22:03:04.706Z Compiling sha1 v0.10.6
26392026-08-14T22:03:05.084Z Compiling tagptr v0.2.0
26402026-08-14T22:03:05.108Z Compiling utf-8 v0.7.6
26412026-08-14T22:03:05.180Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26422026-08-14T22:03:05.288Z Compiling moka v0.12.13
26432026-08-14T22:03:05.351Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26442026-08-14T22:03:05.377Z Compiling tungstenite v0.21.0
26452026-08-14T22:03:05.529Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26462026-08-14T22:03:05.661Z Compiling darling_core v0.21.3
26472026-08-14T22:03:06.623Z Compiling hickory-resolver v0.25.2
26482026-08-14T22:03:07.503Z Compiling tokio-tungstenite v0.21.0
26492026-08-14T22:03:07.815Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26502026-08-14T22:03:07.838Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26512026-08-14T22:03:07.897Z Compiling darling_macro v0.21.3
26522026-08-14T22:03:07.921Z Compiling display-error-chain v0.2.2
26532026-08-14T22:03:08.102Z Compiling libscf-sys v1.2.0
26542026-08-14T22:03:08.133Z Compiling vergen-lib v0.1.6
26552026-08-14T22:03:08.229Z Compiling diesel_derives v2.3.7
26562026-08-14T22:03:08.434Z Compiling scheduled-thread-pool v0.2.7
26572026-08-14T22:03:08.456Z Compiling darling v0.21.3
26582026-08-14T22:03:08.501Z Compiling vergen-gitcl v1.0.8
26592026-08-14T22:03:08.530Z Compiling diesel_table_macro_syntax v0.3.0
26602026-08-14T22:03:08.552Z Compiling dsl_auto_type v0.2.0
26612026-08-14T22:03:08.577Z Compiling dirs-sys-next v0.1.2
26622026-08-14T22:03:08.600Z Compiling glob v0.3.3
26632026-08-14T22:03:08.732Z Compiling maplit v1.0.2
26642026-08-14T22:03:08.759Z Compiling crunchy v0.2.4
26652026-08-14T22:03:08.854Z Compiling dirs-next v2.0.0
26662026-08-14T22:03:08.906Z Compiling r2d2 v0.8.10
26672026-08-14T22:03:08.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-14T22:03:09.008Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26692026-08-14T22:03:09.030Z Compiling clang-sys v1.8.1
26702026-08-14T22:03:09.152Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26712026-08-14T22:03:09.211Z Compiling papergrid v0.18.0
26722026-08-14T22:03:09.421Z Compiling downcast-rs v2.0.2
26732026-08-14T22:03:09.444Z Compiling tiny-keccak v2.0.2
26742026-08-14T22:03:09.800Z Compiling term v0.7.0
26752026-08-14T22:03:09.828Z Compiling itertools v0.15.0
26762026-08-14T22:03:10.098Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26772026-08-14T22:03:10.324Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26782026-08-14T22:03:11.312Z Compiling tabled v0.21.0
26792026-08-14T22:03:11.466Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26802026-08-14T22:03:11.491Z Compiling bit-vec v0.6.3
26812026-08-14T22:03:11.549Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26822026-08-14T22:03:11.569Z Compiling ascii-canvas v3.0.0
26832026-08-14T22:03:11.779Z Compiling bit-set v0.5.3
26842026-08-14T22:03:11.826Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26852026-08-14T22:03:11.974Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-08-14T22:03:12.094Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26872026-08-14T22:03:12.385Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-08-14T22:03:12.578Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-08-14T22:03:12.606Z Compiling itertools v0.10.5
26902026-08-14T22:03:12.722Z Compiling ena v0.14.4
26912026-08-14T22:03:12.758Z Compiling libloading v0.8.9
26922026-08-14T22:03:12.994Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26932026-08-14T22:03:13.017Z Compiling regex-syntax v0.6.29
26942026-08-14T22:03:13.311Z Compiling diff v0.1.13
26952026-08-14T22:03:13.407Z Compiling unicase v2.9.0
26962026-08-14T22:03:13.578Z Compiling xshell-macros v0.2.7
26972026-08-14T22:03:13.716Z Compiling bindgen v0.71.1
26982026-08-14T22:03:13.883Z Compiling diesel v2.3.7
26992026-08-14T22:03:13.989Z Compiling xshell v0.2.7
27002026-08-14T22:03:14.290Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27012026-08-14T22:03:14.928Z Compiling lalrpop v0.19.12
27022026-08-14T22:03:14.989Z Compiling cexpr v0.6.0
27032026-08-14T22:03:15.248Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27042026-08-14T22:03:15.391Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27052026-08-14T22:03:15.485Z Compiling rustc-hash v2.1.1
27062026-08-14T22:03:15.606Z Compiling crc8 v0.1.1
27072026-08-14T22:03:15.816Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27082026-08-14T22:03:15.941Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27092026-08-14T22:03:16.137Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27102026-08-14T22:03:16.228Z Compiling headers-core v0.3.0
27112026-08-14T22:03:16.390Z Compiling libxml v0.3.3
27122026-08-14T22:03:16.675Z Compiling headers v0.4.1
27132026-08-14T22:03:16.703Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27142026-08-14T22:03:16.928Z Compiling strum_macros v0.24.3
27152026-08-14T22:03:17.040Z Compiling indoc v1.0.9
27162026-08-14T22:03:17.153Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27172026-08-14T22:03:17.371Z Compiling derive_builder v0.20.2
27182026-08-14T22:03:17.473Z Compiling quick-xml v0.37.5
27192026-08-14T22:03:17.544Z Compiling oso-derive v0.27.3
27202026-08-14T22:03:18.067Z Compiling impl-trait-for-tuples v0.2.3
27212026-08-14T22:03:18.163Z Compiling openssl-probe v0.1.6
27222026-08-14T22:03:18.345Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27232026-08-14T22:03:18.482Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27242026-08-14T22:03:18.598Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27252026-08-14T22:03:18.624Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27262026-08-14T22:03:18.821Z Compiling bb8 v0.8.6
27272026-08-14T22:03:18.952Z Compiling trait-variant v0.1.2
27282026-08-14T22:03:19.074Z Compiling half v1.8.3
27292026-08-14T22:03:19.242Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27302026-08-14T22:03:19.370Z Compiling serde_cbor v0.11.2
27312026-08-14T22:03:19.402Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27322026-08-14T22:03:19.513Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27332026-08-14T22:03:19.535Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27342026-08-14T22:03:19.660Z Compiling progenitor-impl v0.13.0
27352026-08-14T22:03:20.207Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27362026-08-14T22:03:20.330Z Compiling samael v0.0.19
27372026-08-14T22:03:20.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27382026-08-14T22:03:20.437Z Compiling nonempty v0.12.0
27392026-08-14T22:03:20.462Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27402026-08-14T22:03:20.674Z Compiling progenitor-client v0.13.0
27412026-08-14T22:03:21.209Z Compiling fxhash v0.2.1
27422026-08-14T22:03:21.377Z Compiling libz-sys v1.1.24
27432026-08-14T22:03:21.707Z Compiling salty v0.3.0
27442026-08-14T22:03:21.832Z Compiling progenitor-macro v0.13.0
27452026-08-14T22:03:21.891Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27462026-08-14T22:03:22.013Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27472026-08-14T22:03:22.137Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27482026-08-14T22:03:22.290Z Compiling kstat-rs v0.2.5
27492026-08-14T22:03:22.578Z Compiling polar-core v0.27.3
27502026-08-14T22:03:23.028Z Compiling mime_guess v2.0.5
27512026-08-14T22:03:23.553Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27522026-08-14T22:03:24.309Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27532026-08-14T22:03:25.275Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27542026-08-14T22:03:25.594Z Compiling rfc6979 v0.4.0
27552026-08-14T22:03:25.652Z Compiling nanorand v0.7.0
27562026-08-14T22:03:25.772Z Compiling libgit2-sys v0.18.3+1.9.2
27572026-08-14T22:03:25.795Z Compiling parking_lot_core v0.8.6
27582026-08-14T22:03:26.059Z Compiling progenitor v0.13.0
27592026-08-14T22:03:26.083Z Compiling flume v0.11.1
27602026-08-14T22:03:26.142Z Compiling ecdsa v0.16.9
27612026-08-14T22:03:26.267Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27622026-08-14T22:03:26.297Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632026-08-14T22:03:26.681Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27642026-08-14T22:03:26.793Z Compiling primeorder v0.13.6
27652026-08-14T22:03:27.117Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27662026-08-14T22:03:27.223Z Compiling git-stub v1.0.0
27672026-08-14T22:03:27.516Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-08-14T22:03:27.756Z Compiling strsim v0.10.0
27692026-08-14T22:03:27.901Z Compiling instability v0.3.11
27702026-08-14T22:03:28.078Z Compiling http-range v0.1.5
27712026-08-14T22:03:28.166Z Compiling darling_core v0.13.4
27722026-08-14T22:03:28.453Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27732026-08-14T22:03:29.731Z Compiling git-stub-vcs v0.1.0
27742026-08-14T22:03:29.836Z Compiling p384 v0.13.1
27752026-08-14T22:03:30.516Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-08-14T22:03:30.882Z Compiling ignore v0.4.25
27772026-08-14T22:03:30.926Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27782026-08-14T22:03:31.203Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27792026-08-14T22:03:32.722Z Compiling oso v0.27.3
27802026-08-14T22:03:33.994Z Compiling diesel-dtrace v0.5.0
27812026-08-14T22:03:34.329Z Compiling async-bb8-diesel v0.2.1
27822026-08-14T22:03:34.809Z Compiling vergen-git2 v9.1.0
27832026-08-14T22:03:34.839Z Compiling castaway v0.2.4
27842026-08-14T22:03:35.018Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27852026-08-14T22:03:35.039Z Compiling indoc v2.0.7
27862026-08-14T22:03:35.187Z Compiling compact_str v0.8.1
27872026-08-14T22:03:35.319Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27882026-08-14T22:03:35.810Z Compiling globwalk v0.9.1
27892026-08-14T22:03:36.078Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27902026-08-14T22:03:36.222Z Compiling hyper-staticfile v0.10.1
27912026-08-14T22:03:36.298Z Compiling parking_lot v0.11.2
27922026-08-14T22:03:36.475Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27932026-08-14T22:03:36.583Z Compiling darling_macro v0.13.4
27942026-08-14T22:03:36.971Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27952026-08-14T22:03:37.199Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27962026-08-14T22:03:37.369Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27972026-08-14T22:03:37.449Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-08-14T22:03:37.754Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27992026-08-14T22:03:37.868Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28002026-08-14T22:03:38.179Z Compiling predicates-tree v1.0.13
28012026-08-14T22:03:38.610Z Compiling unicode-truncate v1.1.0
28022026-08-14T22:03:38.833Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28032026-08-14T22:03:38.992Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28042026-08-14T22:03:39.564Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28052026-08-14T22:03:39.587Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-08-14T22:03:39.722Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28072026-08-14T22:03:39.831Z Compiling lru v0.12.5
28082026-08-14T22:03:39.872Z Compiling sha2 v0.11.0
28092026-08-14T22:03:40.068Z Compiling digest-io v0.1.0
28102026-08-14T22:03:40.250Z Compiling prefix-trie v0.7.0
28112026-08-14T22:03:40.762Z Compiling rand_seeder v0.4.0
28122026-08-14T22:03:40.870Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-08-14T22:03:41.028Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28142026-08-14T22:03:41.246Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28152026-08-14T22:03:41.282Z Compiling corncobs v0.1.4
28162026-08-14T22:03:41.348Z Compiling rawzip v0.4.4
28172026-08-14T22:03:41.446Z Compiling cassowary v0.3.0
28182026-08-14T22:03:41.534Z Compiling illumos-nvpair-sys v0.2.0
28192026-08-14T22:03:41.798Z Compiling ratatui v0.29.0
28202026-08-14T22:03:42.412Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28212026-08-14T22:03:43.002Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28222026-08-14T22:03:43.395Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28232026-08-14T22:03:43.518Z Compiling hickory-server v0.25.2
28242026-08-14T22:03:43.610Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28252026-08-14T22:03:43.724Z Compiling camino-tempfile-ext v0.3.3
28262026-08-14T22:03:44.309Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28272026-08-14T22:03:46.126Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28282026-08-14T22:03:46.809Z Compiling darling v0.13.4
28292026-08-14T22:03:46.970Z Compiling sled v0.34.7
28302026-08-14T22:03:47.142Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28312026-08-14T22:03:48.218Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28322026-08-14T22:03:48.589Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28332026-08-14T22:03:49.093Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28342026-08-14T22:03:49.114Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28352026-08-14T22:03:49.315Z Compiling secrecy v0.8.0
28362026-08-14T22:03:49.339Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28372026-08-14T22:03:49.642Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28382026-08-14T22:03:49.661Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28392026-08-14T22:03:50.198Z Compiling serde_with_macros v1.5.2
28402026-08-14T22:03:50.774Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28412026-08-14T22:03:51.015Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28422026-08-14T22:03:51.688Z Compiling git2 v0.20.4
28432026-08-14T22:03:51.929Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28442026-08-14T22:03:52.361Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28452026-08-14T22:03:52.595Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28462026-08-14T22:03:52.826Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28472026-08-14T22:03:53.077Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28482026-08-14T22:03:53.104Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28492026-08-14T22:03:53.345Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28502026-08-14T22:03:53.388Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28512026-08-14T22:03:53.687Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28522026-08-14T22:03:53.710Z Compiling arc-swap v1.8.2
28532026-08-14T22:03:53.919Z Compiling void v1.0.2
28542026-08-14T22:03:54.098Z Compiling lzss v0.8.2
28552026-08-14T22:03:54.260Z Compiling slog-scope v4.4.1
28562026-08-14T22:03:54.555Z Compiling illumos-nvpair v0.3.0
28572026-08-14T22:03:54.608Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28582026-08-14T22:03:54.665Z Compiling serde_with v1.14.0
28592026-08-14T22:03:54.796Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28602026-08-14T22:03:55.054Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28612026-08-14T22:03:55.251Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28622026-08-14T22:03:55.868Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28632026-08-14T22:03:57.014Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28642026-08-14T22:03:57.727Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28652026-08-14T22:03:57.780Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28662026-08-14T22:03:57.968Z Compiling scuffle v0.1.0
28672026-08-14T22:04:00.134Z Compiling tungstenite v0.23.0
28682026-08-14T22:04:00.767Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28692026-08-14T22:04:00.969Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28702026-08-14T22:04:01.922Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-08-14T22:04:02.149Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28722026-08-14T22:04:02.436Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28732026-08-14T22:04:02.461Z Compiling nix v0.27.1
28742026-08-14T22:04:02.690Z Compiling twox-hash v2.1.2
28752026-08-14T22:04:02.716Z Compiling libsw-core v0.3.2
28762026-08-14T22:04:02.808Z Compiling atty v0.2.14
28772026-08-14T22:04:02.934Z Compiling serde_bytes v0.11.19
28782026-08-14T22:04:02.967Z Compiling libsw v3.5.0
28792026-08-14T22:04:03.107Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28802026-08-14T22:04:03.205Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28812026-08-14T22:04:03.229Z Compiling tokio-tungstenite v0.23.1
28822026-08-14T22:04:03.251Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28832026-08-14T22:04:03.615Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28842026-08-14T22:04:03.660Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28852026-08-14T22:04:03.897Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28862026-08-14T22:04:04.895Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28872026-08-14T22:04:06.591Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28882026-08-14T22:04:06.806Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28892026-08-14T22:04:06.994Z Compiling slog-stdlog v4.1.1
28902026-08-14T22:04:07.376Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28912026-08-14T22:04:07.397Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28922026-08-14T22:04:07.455Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28932026-08-14T22:04:07.865Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28942026-08-14T22:04:07.944Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28952026-08-14T22:04:08.135Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28962026-08-14T22:04:09.116Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28972026-08-14T22:04:09.818Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28982026-08-14T22:04:10.087Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28992026-08-14T22:04:10.421Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29002026-08-14T22:04:12.586Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29012026-08-14T22:04:13.655Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29022026-08-14T22:04:14.384Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29032026-08-14T22:04:14.658Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29042026-08-14T22:04:15.775Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29052026-08-14T22:04:16.701Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29062026-08-14T22:04:16.927Z Compiling signal-hook-tokio v0.3.1
29072026-08-14T22:04:17.040Z Compiling fatfs v0.3.6
29082026-08-14T22:04:17.134Z Compiling yasna v0.5.2
29092026-08-14T22:04:17.976Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29102026-08-14T22:04:17.998Z Compiling assert_matches v1.5.0
29112026-08-14T22:04:18.112Z Compiling seq-macro v0.3.6
29122026-08-14T22:04:18.338Z Compiling is_ci v1.2.0
29132026-08-14T22:04:18.557Z Compiling supports-color v3.0.2
29142026-08-14T22:04:18.621Z Compiling rcgen v0.12.1
29152026-08-14T22:04:18.690Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29162026-08-14T22:04:18.948Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29172026-08-14T22:04:20.014Z Compiling slog-envlogger v2.2.0
29182026-08-14T22:04:21.166Z Compiling oxide-update-engine-display v0.1.2
29192026-08-14T22:04:21.771Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29202026-08-14T22:04:22.099Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29212026-08-14T22:04:22.400Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29222026-08-14T22:04:22.636Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29232026-08-14T22:04:22.882Z Compiling port-file v0.1.0
29242026-08-14T22:04:22.938Z Compiling rtoolbox v0.0.3
29252026-08-14T22:04:23.099Z Compiling subprocess v0.2.15
29262026-08-14T22:04:23.238Z Compiling rpassword v7.5.4
29272026-08-14T22:04:23.382Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29282026-08-14T22:04:23.864Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29292026-08-14T22:04:25.264Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29302026-08-14T22:04:25.409Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29312026-08-14T22:04:25.562Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-08-14T22:04:27.669Z Compiling tui-tree-widget v0.23.1
29332026-08-14T22:04:27.965Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29342026-08-14T22:04:28.261Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29352026-08-14T22:04:29.232Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29362026-08-14T22:04:29.352Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29372026-08-14T22:04:29.376Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29382026-08-14T22:04:29.605Z Compiling uzers v0.12.2
29392026-08-14T22:04:31.042Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29402026-08-14T22:04:31.678Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29412026-08-14T22:04:32.746Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29422026-08-14T22:04:33.557Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29432026-08-14T22:04:33.910Z Compiling support-bundle-viewer v0.1.2
29442026-08-14T22:04:34.320Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29452026-08-14T22:04:35.748Z Compiling multimap v0.10.1
29462026-08-14T22:04:44.450Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29472026-08-14T22:04:48.690Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29482026-08-14T22:04:52.460Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29492026-08-14T22:04:56.288Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29502026-08-14T22:04:56.852Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29512026-08-14T22:13:28.015Z Finished `release` profile [optimized] target(s) in 10m 43s
29522026-08-14T22:14:20.837Z
29532026-08-14T22:14:20.837Zreal 11:37.522437313
29542026-08-14T22:14:20.837Zuser 1:22:51.377072165
29552026-08-14T22:14:20.837Zsys 3:39.468613758
29562026-08-14T22:14:20.841Ztrap 1.810791286
29572026-08-14T22:14:20.841Ztflt 1.742599891
29582026-08-14T22:14:20.841Zdflt 19.635864674
29592026-08-14T22:14:20.841Zkflt 0.004750352
29602026-08-14T22:14:20.841Zlock 8:28:28.177437748
29612026-08-14T22:14:20.841Zslp 2:22:30.610839209
29622026-08-14T22:14:20.841Zlat 2:34.692110021
29632026-08-14T22:14:20.842Zstop 5:34.759888506
29642026-08-14T22:14:20.842Z+ mapfile -t packages
29652026-08-14T22:14:20.842Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29662026-08-14T22:14:21.818Z Finished `release` profile [optimized] target(s) in 0.96s
29672026-08-14T22:14:21.888Z Running `target/release/omicron-package -t test list-outputs`
29682026-08-14T22:14:21.948ZLogging to: /work/oxidecomputer/omicron/out/LOG
29692026-08-14T22:14:21.951Z+ ptime -m cargo build --locked --release -p xtask
29702026-08-14T22:14:22.454Z Compiling libc v0.2.185
29712026-08-14T22:14:22.454Z Compiling serde_core v1.0.228
29722026-08-14T22:14:22.454Z Compiling serde v1.0.228
29732026-08-14T22:14:22.458Z Compiling rustix v1.1.3
29742026-08-14T22:14:22.458Z Compiling bitflags v2.11.0
29752026-08-14T22:14:22.459Z Compiling serde_json v1.0.151
29762026-08-14T22:14:22.606Z Compiling usdt-impl v0.5.0
29772026-08-14T22:14:22.617Z Compiling syn v2.0.117
29782026-08-14T22:14:22.628Z Compiling syn v1.0.109
29792026-08-14T22:14:22.652Z Compiling log v0.4.29
29802026-08-14T22:14:22.652Z Compiling getrandom v0.4.1
29812026-08-14T22:14:22.655Z Compiling indexmap v2.14.0
29822026-08-14T22:14:22.688Z Compiling fs-err v3.3.0
29832026-08-14T22:14:22.905Z Compiling heck v0.4.1
29842026-08-14T22:14:22.905Z Compiling once_cell v1.21.3
29852026-08-14T22:14:22.936Z Compiling anyhow v1.0.102
29862026-08-14T22:14:23.367Z Compiling errno v0.3.14
29872026-08-14T22:14:23.370Z Compiling thread-id v4.2.2
29882026-08-14T22:14:23.370Z Compiling memmap v0.7.0
29892026-08-14T22:14:24.128Z Compiling proc-macro-error v1.0.4
29902026-08-14T22:14:24.376Z Compiling terminal_size v0.4.3
29912026-08-14T22:14:24.376Z Compiling tempfile v3.25.0
29922026-08-14T22:14:24.398Z Compiling tabled_derive v0.7.0
29932026-08-14T22:14:24.473Z Compiling clap_builder v4.6.0
29942026-08-14T22:14:24.473Z Compiling textwrap v0.16.2
29952026-08-14T22:14:24.748Z Compiling camino v1.2.2
29962026-08-14T22:14:24.774Z Compiling semver v1.0.28
29972026-08-14T22:14:24.777Z Compiling cargo-platform v0.3.2
29982026-08-14T22:14:24.845Z Compiling pest_generator v2.8.6
29992026-08-14T22:14:25.097Z Compiling camino-tempfile v1.4.1
30002026-08-14T22:14:25.115Z Compiling tabled v0.15.0
30012026-08-14T22:14:25.391Z Compiling serde_derive v1.0.228
30022026-08-14T22:14:25.392Z Compiling thiserror-impl v1.0.69
30032026-08-14T22:14:25.395Z Compiling zerocopy-derive v0.7.35
30042026-08-14T22:14:25.395Z Compiling scroll_derive v0.12.1
30052026-08-14T22:14:25.395Z Compiling thiserror-impl v2.0.18
30062026-08-14T22:14:25.395Z Compiling clap_derive v4.6.1
30072026-08-14T22:14:25.460Z Compiling pest_derive v2.8.6
30082026-08-14T22:14:26.114Z Compiling scroll v0.12.0
30092026-08-14T22:14:26.274Z Compiling zerocopy v0.7.35
30102026-08-14T22:14:26.387Z Compiling goblin v0.8.2
30112026-08-14T22:14:26.600Z Compiling thiserror v1.0.69
30122026-08-14T22:14:26.717Z Compiling dtrace-parser v0.2.0
30132026-08-14T22:14:26.887Z Compiling thiserror v2.0.18
30142026-08-14T22:14:26.923Z Compiling clap v4.6.1
30152026-08-14T22:14:28.654Z Compiling dof v0.3.0
30162026-08-14T22:14:28.668Z Compiling serde_tokenstream v0.2.3
30172026-08-14T22:14:28.705Z Compiling serde_spanned v0.6.9
30182026-08-14T22:14:28.715Z Compiling toml_datetime v0.6.11
30192026-08-14T22:14:28.719Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30202026-08-14T22:14:28.771Z Compiling macaddr v1.0.1
30212026-08-14T22:14:28.790Z Compiling cargo_metadata v0.23.1
30222026-08-14T22:14:29.044Z Compiling toml_edit v0.22.27
30232026-08-14T22:14:29.471Z Compiling usdt-attr-macro v0.5.0
30242026-08-14T22:14:29.471Z Compiling usdt-macro v0.5.0
30252026-08-14T22:14:30.179Z Compiling usdt v0.5.0
30262026-08-14T22:14:30.629Z Compiling toml v0.8.23
30272026-08-14T22:14:31.069Z Compiling cargo_toml v0.21.0
30282026-08-14T22:14:35.540Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30292026-08-14T22:14:38.802Z Finished `release` profile [optimized] target(s) in 16.84s
30302026-08-14T22:14:38.911Z
30312026-08-14T22:14:38.914Zreal 16.923915950
30322026-08-14T22:14:38.914Zuser 2:10.145496855
30332026-08-14T22:14:38.914Zsys 14.017476887
30342026-08-14T22:14:38.914Ztrap 0.068889764
30352026-08-14T22:14:38.914Ztflt 0.466405915
30362026-08-14T22:14:38.914Zdflt 1.617526005
30372026-08-14T22:14:38.914Zkflt 0.003169422
30382026-08-14T22:14:38.914Zlock 5:00.469101393
30392026-08-14T22:14:38.914Zslp 2:47.078026994
30402026-08-14T22:14:38.914Zlat 4.386525868
30412026-08-14T22:14:38.914Zstop 17.270954420
30422026-08-14T22:14:38.914Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-08-14T22:14:38.914Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-08-14T22:14:38.914Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-08-14T22:14:38.914Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-08-14T22:14:38.914Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30472026-08-14T22:14:39.868Z Compiling match_cfg v0.1.0
30482026-08-14T22:14:39.868Z Compiling progenitor-client v0.14.0
30492026-08-14T22:14:39.868Z Compiling slog-json v2.6.1
30502026-08-14T22:14:39.868Z Compiling newtype-uuid-macros v0.1.0
30512026-08-14T22:14:39.868Z Compiling sha1 v0.11.0
30522026-08-14T22:14:39.872Z Compiling multer v3.1.0
30532026-08-14T22:14:39.872Z Compiling debug-ignore v1.0.5
30542026-08-14T22:14:39.872Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30552026-08-14T22:14:40.031Z Compiling compression-core v0.4.31
30562026-08-14T22:14:40.040Z Compiling async-stream-impl v0.3.6
30572026-08-14T22:14:40.044Z Compiling serde_spanned v1.1.1
30582026-08-14T22:14:40.044Z Compiling toml_datetime v1.1.1+spec-1.1.0
30592026-08-14T22:14:40.044Z Compiling dropshot v0.17.1
30602026-08-14T22:14:40.044Z Compiling toml_writer v1.1.1+spec-1.1.0
30612026-08-14T22:14:40.044Z Compiling waitgroup v0.1.2
30622026-08-14T22:14:40.045Z Compiling rustls-pemfile v2.2.0
30632026-08-14T22:14:40.127Z Compiling hostname v0.3.1
30642026-08-14T22:14:40.282Z Compiling dropshot_endpoint v0.17.1
30652026-08-14T22:14:40.299Z Compiling hostname v0.4.2
30662026-08-14T22:14:40.357Z Compiling serde_path_to_error v0.1.20
30672026-08-14T22:14:40.400Z Compiling compression-codecs v0.4.37
30682026-08-14T22:14:40.456Z Compiling slog-bunyan v2.5.0
30692026-08-14T22:14:40.460Z Compiling toml v1.1.2+spec-1.1.0
30702026-08-14T22:14:40.478Z Compiling atomicwrites v0.4.4
30712026-08-14T22:14:40.482Z Compiling macaddr v1.0.1
30722026-08-14T22:14:40.532Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-08-14T22:14:40.536Z Compiling instant v0.1.13
30742026-08-14T22:14:40.536Z Compiling regress v0.10.5
30752026-08-14T22:14:40.605Z Compiling async-compression v0.4.41
30762026-08-14T22:14:40.609Z Compiling parse-display-derive v0.10.0
30772026-08-14T22:14:40.641Z Compiling backon v1.6.0
30782026-08-14T22:14:40.678Z Compiling backoff v0.4.0
30792026-08-14T22:14:40.681Z Compiling itertools v0.14.0
30802026-08-14T22:14:40.710Z Compiling humantime v2.3.0
30812026-08-14T22:14:40.734Z Compiling half v2.7.1
30822026-08-14T22:14:40.757Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30832026-08-14T22:14:40.791Z Compiling crucible-workspace-hack v0.1.0
30842026-08-14T22:14:40.802Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-08-14T22:14:40.812Z Compiling async-stream v0.3.6
30862026-08-14T22:14:40.875Z Compiling progenitor-extras v0.2.0
30872026-08-14T22:14:40.905Z Compiling ciborium-io v0.2.2
30882026-08-14T22:14:40.923Z Compiling regress v0.11.1
30892026-08-14T22:14:40.951Z Compiling convert_case v0.4.0
30902026-08-14T22:14:41.003Z Compiling secrecy v0.10.3
30912026-08-14T22:14:41.021Z Compiling ciborium-ll v0.2.2
30922026-08-14T22:14:41.024Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30932026-08-14T22:14:41.055Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-08-14T22:14:41.087Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-14T22:14:41.141Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30962026-08-14T22:14:41.156Z Compiling inout v0.1.4
30972026-08-14T22:14:41.180Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-08-14T22:14:41.217Z Compiling ciborium v0.2.2
30992026-08-14T22:14:41.236Z Compiling unsafe-libyaml v0.2.11
31002026-08-14T22:14:41.257Z Compiling proc-macro-crate v1.3.1
31012026-08-14T22:14:41.344Z Compiling cipher v0.4.4
31022026-08-14T22:14:41.361Z Compiling derive_more v0.99.20
31032026-08-14T22:14:41.421Z Compiling thiserror-impl-no-std v2.0.2
31042026-08-14T22:14:41.438Z Compiling universal-hash v0.5.1
31052026-08-14T22:14:41.459Z Compiling opaque-debug v0.3.1
31062026-08-14T22:14:41.480Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31072026-08-14T22:14:41.571Z Compiling blake2 v0.10.6
31082026-08-14T22:14:41.599Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31092026-08-14T22:14:41.623Z Compiling poly1305 v0.8.0
31102026-08-14T22:14:41.729Z Compiling chacha20 v0.9.1
31112026-08-14T22:14:41.801Z Compiling serde_yaml v0.9.34+deprecated
31122026-08-14T22:14:41.839Z Compiling aead v0.5.2
31132026-08-14T22:14:41.844Z Compiling password-hash v0.5.0
31142026-08-14T22:14:41.999Z Compiling indent_write v2.2.0
31152026-08-14T22:14:42.017Z Compiling chacha20poly1305 v0.10.1
31162026-08-14T22:14:42.034Z Compiling itertools v0.15.0
31172026-08-14T22:14:42.057Z Compiling num_enum_derive v0.7.6
31182026-08-14T22:14:42.131Z Compiling argon2 v0.5.3
31192026-08-14T22:14:42.166Z Compiling num-derive v0.4.2
31202026-08-14T22:14:42.196Z Compiling heapless v0.8.0
31212026-08-14T22:14:42.293Z Compiling tabwriter v1.4.1
31222026-08-14T22:14:42.381Z Compiling hash32 v0.3.1
31232026-08-14T22:14:42.398Z Compiling parse-display v0.10.0
31242026-08-14T22:14:42.544Z Compiling typify-impl v0.6.2
31252026-08-14T22:14:42.562Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31262026-08-14T22:14:42.658Z Compiling thiserror-no-std v2.0.2
31272026-08-14T22:14:42.736Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-08-14T22:14:42.776Z Compiling vsss-rs v3.3.4
31292026-08-14T22:14:42.793Z Compiling smoltcp v0.11.0
31302026-08-14T22:14:43.001Z Compiling cobs v0.3.0
31312026-08-14T22:14:43.163Z Compiling colored v3.1.1
31322026-08-14T22:14:43.208Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31332026-08-14T22:14:43.229Z Compiling postcard v1.1.3
31342026-08-14T22:14:43.247Z Compiling num_enum v0.7.6
31352026-08-14T22:14:43.331Z Compiling proc-macro-error v1.0.4
31362026-08-14T22:14:43.348Z Compiling rand v0.10.1
31372026-08-14T22:14:43.394Z Compiling foreign-types-macros v0.2.3
31382026-08-14T22:14:43.448Z Compiling ingot-macros v0.2.0
31392026-08-14T22:14:43.452Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31402026-08-14T22:14:43.554Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31412026-08-14T22:14:43.615Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31422026-08-14T22:14:43.635Z Compiling foreign-types-shared v0.3.1
31432026-08-14T22:14:43.677Z Compiling rayon-core v1.13.0
31442026-08-14T22:14:43.770Z Compiling num_enum_derive v0.5.11
31452026-08-14T22:14:43.791Z Compiling crossbeam-deque v0.8.6
31462026-08-14T22:14:43.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31472026-08-14T22:14:43.910Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31482026-08-14T22:14:43.934Z Compiling cstr-argument v0.1.2
31492026-08-14T22:14:43.949Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31502026-08-14T22:14:44.079Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-08-14T22:14:44.107Z Compiling foreign-types v0.5.0
31522026-08-14T22:14:44.149Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31532026-08-14T22:14:44.218Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31542026-08-14T22:14:44.253Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31552026-08-14T22:14:44.256Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31562026-08-14T22:14:44.285Z Compiling cpubits v0.1.1
31572026-08-14T22:14:44.359Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31582026-08-14T22:14:44.384Z Compiling zone_cfg_derive v0.3.1
31592026-08-14T22:14:44.404Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-08-14T22:14:44.447Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31612026-08-14T22:14:44.467Z Compiling rayon v1.11.0
31622026-08-14T22:14:44.518Z Compiling itertools v0.12.1
31632026-08-14T22:14:44.581Z Compiling sigpipe v0.1.3
31642026-08-14T22:14:44.602Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-08-14T22:14:44.645Z Compiling glob v0.3.3
31662026-08-14T22:14:44.674Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31672026-08-14T22:14:44.695Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31682026-08-14T22:14:44.761Z Compiling smf v0.2.3
31692026-08-14T22:14:44.846Z Compiling whoami v1.6.1
31702026-08-14T22:14:44.939Z Compiling num_enum v0.5.11
31712026-08-14T22:14:44.957Z Compiling usdt-attr-macro v0.5.0
31722026-08-14T22:14:45.070Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31732026-08-14T22:14:45.089Z Compiling gethostname v0.5.0
31742026-08-14T22:14:45.107Z Compiling usdt-macro v0.5.0
31752026-08-14T22:14:45.112Z Compiling num-rational v0.4.2
31762026-08-14T22:14:45.180Z Compiling pem-rfc7468 v1.0.0
31772026-08-14T22:14:45.199Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-08-14T22:14:45.240Z Compiling num-complex v0.4.6
31792026-08-14T22:14:45.263Z Compiling derive-where v1.6.0
31802026-08-14T22:14:45.413Z Compiling memmap v0.7.0
31812026-08-14T22:14:45.527Z Compiling float-ord v0.3.2
31822026-08-14T22:14:45.611Z Compiling num v0.4.3
31832026-08-14T22:14:45.630Z Compiling toml v0.8.23
31842026-08-14T22:14:45.676Z Compiling hmac v0.13.0
31852026-08-14T22:14:45.695Z Compiling universal-hash v0.6.1
31862026-08-14T22:14:45.714Z Compiling zone v0.3.1
31872026-08-14T22:14:45.771Z Compiling resolv-conf v0.7.6
31882026-08-14T22:14:45.837Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31892026-08-14T22:14:45.855Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31902026-08-14T22:14:45.874Z Compiling cancel-safe-futures v0.1.5
31912026-08-14T22:14:45.906Z Compiling polyval v0.7.1
31922026-08-14T22:14:45.948Z Compiling usdt v0.5.0
31932026-08-14T22:14:46.036Z Compiling der v0.8.0
31942026-08-14T22:14:46.119Z Compiling prettyplease v0.2.37
31952026-08-14T22:14:46.135Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31962026-08-14T22:14:46.184Z Compiling ghash v0.6.0
31972026-08-14T22:14:46.254Z Compiling pbkdf2 v0.13.0
31982026-08-14T22:14:46.314Z Compiling aes v0.9.1
31992026-08-14T22:14:46.331Z Compiling crypto-bigint v0.7.5
32002026-08-14T22:14:46.348Z Compiling console v0.15.11
32012026-08-14T22:14:46.389Z Compiling hickory-proto v0.24.4
32022026-08-14T22:14:46.413Z Compiling newline-converter v0.3.0
32032026-08-14T22:14:46.445Z Compiling ctr v0.10.1
32042026-08-14T22:14:46.480Z Compiling ingot-types v0.2.0
32052026-08-14T22:14:46.541Z Compiling aead v0.6.1
32062026-08-14T22:14:46.565Z Compiling sha2 v0.11.0
32072026-08-14T22:14:46.678Z Compiling linked-hash-map v0.5.6
32082026-08-14T22:14:46.681Z Compiling oxide-update-engine-types v0.1.2
32092026-08-14T22:14:46.727Z Compiling libefi-sys v0.1.0
32102026-08-14T22:14:46.750Z Compiling linear-map v1.2.0
32112026-08-14T22:14:46.903Z Compiling ingot v0.2.1
32122026-08-14T22:14:46.925Z Compiling lru-cache v0.1.2
32132026-08-14T22:14:46.966Z Compiling spki v0.8.0
32142026-08-14T22:14:46.985Z Compiling aes-gcm v0.11.0
32152026-08-14T22:14:46.988Z Compiling expectorate v1.2.0
32162026-08-14T22:14:47.196Z Compiling salsa20 v0.11.0
32172026-08-14T22:14:47.216Z Compiling bitfield-struct v0.6.2
32182026-08-14T22:14:47.235Z Compiling nom v8.0.0
32192026-08-14T22:14:47.254Z Compiling typify-macro v0.6.2
32202026-08-14T22:14:47.342Z Compiling semver v0.1.20
32212026-08-14T22:14:47.375Z Compiling scrypt v0.12.0
32222026-08-14T22:14:47.634Z Compiling rustc_version v0.1.7
32232026-08-14T22:14:47.675Z Compiling tokio-dtrace v0.1.1
32242026-08-14T22:14:47.702Z Compiling oxide-update-engine v0.1.2
32252026-08-14T22:14:47.890Z Compiling cbc v0.2.1
32262026-08-14T22:14:47.907Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-08-14T22:14:47.924Z Compiling slog-dtrace v0.3.0
32282026-08-14T22:14:47.927Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-08-14T22:14:47.991Z Compiling minimal-lexical v0.2.1
32302026-08-14T22:14:48.026Z Compiling pkcs5 v0.8.1
32312026-08-14T22:14:48.073Z Compiling newtype_derive v0.1.6
32322026-08-14T22:14:48.186Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-08-14T22:14:48.225Z Compiling nom v7.1.3
32342026-08-14T22:14:48.243Z Compiling oxide-tokio-rt v0.1.4
32352026-08-14T22:14:48.263Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-08-14T22:14:48.267Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32372026-08-14T22:14:48.301Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-08-14T22:14:48.304Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32392026-08-14T22:14:48.363Z Compiling phf_shared v0.12.1
32402026-08-14T22:14:48.522Z Compiling dropshot-api-manager-types v0.7.2
32412026-08-14T22:14:48.541Z Compiling csv-core v0.1.13
32422026-08-14T22:14:48.569Z Compiling hickory-resolver v0.24.4
32432026-08-14T22:14:48.572Z Compiling highway v1.3.0
32442026-08-14T22:14:48.606Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32452026-08-14T22:14:48.621Z Compiling unicode-xid v0.2.6
32462026-08-14T22:14:48.699Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32472026-08-14T22:14:48.776Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32482026-08-14T22:14:48.826Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32492026-08-14T22:14:48.867Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-08-14T22:14:48.885Z Compiling xshell-macros v0.2.7
32512026-08-14T22:14:48.903Z Compiling chrono-tz v0.10.4
32522026-08-14T22:14:48.950Z Compiling const_format_proc_macros v0.2.34
32532026-08-14T22:14:49.025Z Compiling csv v1.4.0
32542026-08-14T22:14:49.176Z Compiling typify v0.6.2
32552026-08-14T22:14:49.200Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-08-14T22:14:49.326Z Compiling progenitor-impl v0.14.0
32572026-08-14T22:14:49.362Z Compiling xshell v0.2.7
32582026-08-14T22:14:49.616Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32592026-08-14T22:14:49.634Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602026-08-14T22:14:49.686Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-08-14T22:14:49.726Z Compiling qorb v0.4.1
32622026-08-14T22:14:49.752Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-08-14T22:14:49.932Z Compiling phf v0.12.1
32642026-08-14T22:14:49.950Z Compiling pkcs8 v0.11.0
32652026-08-14T22:14:50.124Z Compiling ff v0.14.0
32662026-08-14T22:14:50.223Z Compiling owo-colors v4.3.0
32672026-08-14T22:14:50.304Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32682026-08-14T22:14:50.416Z Compiling const_format v0.2.35
32692026-08-14T22:14:50.451Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32702026-08-14T22:14:50.490Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32712026-08-14T22:14:50.678Z Compiling tabled_derive v0.7.0
32722026-08-14T22:14:50.761Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32732026-08-14T22:14:50.779Z Compiling bcs v0.1.6
32742026-08-14T22:14:50.948Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32752026-08-14T22:14:51.146Z Compiling salty v0.3.0
32762026-08-14T22:14:51.341Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32772026-08-14T22:14:51.362Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32782026-08-14T22:14:51.432Z Compiling tagptr v0.2.0
32792026-08-14T22:14:51.613Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32802026-08-14T22:14:51.728Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-08-14T22:14:51.747Z Compiling termtree v0.5.1
32822026-08-14T22:14:51.767Z Compiling tabled v0.15.0
32832026-08-14T22:14:51.787Z Compiling moka v0.12.13
32842026-08-14T22:14:51.872Z Compiling textwrap v0.16.2
32852026-08-14T22:14:51.940Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-08-14T22:14:52.019Z Compiling steno v0.4.1
32872026-08-14T22:14:52.086Z Compiling progenitor-macro v0.14.0
32882026-08-14T22:14:52.190Z Compiling group v0.14.0
32892026-08-14T22:14:52.375Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32902026-08-14T22:14:52.403Z Compiling sha1 v0.10.6
32912026-08-14T22:14:52.422Z Compiling signature v3.0.0
32922026-08-14T22:14:52.548Z Compiling base16ct v1.0.0
32932026-08-14T22:14:52.615Z Compiling hickory-resolver v0.25.2
32942026-08-14T22:14:52.653Z Compiling hkdf v0.13.0
32952026-08-14T22:14:52.672Z Compiling libscf-sys v1.2.0
32962026-08-14T22:14:52.769Z Compiling sec1 v0.8.1
32972026-08-14T22:14:52.800Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32982026-08-14T22:14:52.845Z Compiling rfc6979 v0.4.0
32992026-08-14T22:14:52.864Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33002026-08-14T22:14:52.894Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33012026-08-14T22:14:53.013Z Compiling elliptic-curve v0.14.1
33022026-08-14T22:14:53.094Z Compiling ecdsa v0.16.9
33032026-08-14T22:14:53.113Z Compiling primeorder v0.13.6
33042026-08-14T22:14:53.177Z Compiling parking_lot_core v0.8.6
33052026-08-14T22:14:53.231Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33062026-08-14T22:14:53.417Z Compiling utf-8 v0.7.6
33072026-08-14T22:14:53.509Z Compiling p384 v0.13.1
33082026-08-14T22:14:53.527Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33092026-08-14T22:14:53.545Z Compiling wnaf v0.14.0
33102026-08-14T22:14:53.605Z Compiling tungstenite v0.21.0
33112026-08-14T22:14:53.632Z Compiling primefield v0.14.0
33122026-08-14T22:14:53.765Z Compiling rfc6979 v0.6.0
33132026-08-14T22:14:53.892Z Compiling papergrid v0.18.0
33142026-08-14T22:14:53.921Z Compiling git-stub v1.0.0
33152026-08-14T22:14:53.949Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33162026-08-14T22:14:54.120Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33172026-08-14T22:14:54.170Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33182026-08-14T22:14:54.245Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33192026-08-14T22:14:54.449Z Compiling tokio-tungstenite v0.21.0
33202026-08-14T22:14:54.473Z Compiling git-stub-vcs v0.1.0
33212026-08-14T22:14:54.491Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33222026-08-14T22:14:54.586Z Compiling ecdsa v0.17.0
33232026-08-14T22:14:54.610Z Compiling primeorder v0.14.0
33242026-08-14T22:14:54.630Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-08-14T22:14:54.816Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33262026-08-14T22:14:54.882Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33272026-08-14T22:14:54.906Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33282026-08-14T22:14:54.998Z Compiling tabled v0.21.0
33292026-08-14T22:14:55.022Z Compiling curve25519-dalek v5.0.0
33302026-08-14T22:14:55.045Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33312026-08-14T22:14:55.048Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-08-14T22:14:55.090Z Compiling corncobs v0.1.4
33332026-08-14T22:14:55.211Z Compiling illumos-nvpair-sys v0.2.0
33342026-08-14T22:14:55.230Z Compiling unicase v2.9.0
33352026-08-14T22:14:55.304Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-08-14T22:14:55.326Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-08-14T22:14:55.416Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33382026-08-14T22:14:55.466Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-08-14T22:14:55.470Z Compiling mime_guess v2.0.5
33402026-08-14T22:14:55.569Z Compiling parking_lot v0.11.2
33412026-08-14T22:14:55.716Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-08-14T22:14:55.764Z Compiling progenitor-impl v0.13.0
33432026-08-14T22:14:55.856Z Compiling ssh-encoding v0.3.0
33442026-08-14T22:14:55.896Z Compiling prefix-trie v0.7.0
33452026-08-14T22:14:55.957Z Compiling fxhash v0.2.1
33462026-08-14T22:14:56.000Z Compiling secrecy v0.8.0
33472026-08-14T22:14:56.026Z Compiling keccak v0.2.0
33482026-08-14T22:14:56.103Z Compiling crc8 v0.1.1
33492026-08-14T22:14:56.188Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33502026-08-14T22:14:56.257Z Compiling hickory-server v0.25.2
33512026-08-14T22:14:56.311Z Compiling sled v0.34.7
33522026-08-14T22:14:56.377Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33532026-08-14T22:14:56.448Z Compiling ed25519 v3.0.0
33542026-08-14T22:14:56.452Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-08-14T22:14:56.515Z Compiling crypto-primes v0.7.2
33562026-08-14T22:14:57.009Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-08-14T22:14:57.323Z Compiling pkcs1 v0.8.0-rc.4
33582026-08-14T22:14:57.369Z Compiling poly1305 v0.9.0
33592026-08-14T22:14:57.387Z Compiling progenitor v0.14.0
33602026-08-14T22:14:57.509Z Compiling progenitor-client v0.13.0
33612026-08-14T22:14:57.557Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33622026-08-14T22:14:57.579Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33632026-08-14T22:14:57.597Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-08-14T22:14:57.600Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-08-14T22:14:57.632Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33662026-08-14T22:14:57.728Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33672026-08-14T22:14:57.857Z Compiling blowfish v0.10.0
33682026-08-14T22:14:58.146Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33692026-08-14T22:14:58.163Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33702026-08-14T22:14:58.166Z Compiling blake2 v0.11.0-rc.6
33712026-08-14T22:14:58.199Z Compiling http-range v0.1.5
33722026-08-14T22:14:58.316Z Compiling half v1.8.3
33732026-08-14T22:14:58.378Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-08-14T22:14:58.423Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33752026-08-14T22:14:58.466Z Compiling argon2 v0.6.0-rc.8
33762026-08-14T22:14:58.485Z Compiling bcrypt-pbkdf v0.11.0
33772026-08-14T22:14:58.532Z Compiling progenitor-macro v0.13.0
33782026-08-14T22:14:58.606Z Compiling serde_cbor v0.11.2
33792026-08-14T22:14:58.818Z Compiling ssh-cipher v0.3.0
33802026-08-14T22:14:58.982Z Compiling rsa v0.10.0-rc.18
33812026-08-14T22:14:59.504Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33822026-08-14T22:14:59.584Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33832026-08-14T22:14:59.694Z Compiling ed25519-dalek v3.0.0
33842026-08-14T22:15:00.143Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33852026-08-14T22:15:00.260Z Compiling illumos-nvpair v0.3.0
33862026-08-14T22:15:00.537Z Compiling sha3 v0.11.0
33872026-08-14T22:15:00.559Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33882026-08-14T22:15:00.562Z Compiling p384 v0.14.0
33892026-08-14T22:15:00.591Z Compiling p256 v0.14.0
33902026-08-14T22:15:00.790Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33912026-08-14T22:15:00.841Z Compiling p521 v0.14.0
33922026-08-14T22:15:01.126Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-08-14T22:15:01.195Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33942026-08-14T22:15:01.685Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-08-14T22:15:01.764Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-08-14T22:15:01.992Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33972026-08-14T22:15:02.108Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33982026-08-14T22:15:02.211Z Compiling scuffle v0.1.0
33992026-08-14T22:15:02.338Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-08-14T22:15:02.831Z Compiling yasna v0.5.2
34012026-08-14T22:15:02.999Z Compiling kstat-rs v0.2.5
34022026-08-14T22:15:03.040Z Compiling headers-core v0.3.0
34032026-08-14T22:15:03.073Z Compiling kem v0.3.0
34042026-08-14T22:15:03.163Z Compiling module-lattice v0.2.3
34052026-08-14T22:15:03.192Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062026-08-14T22:15:03.211Z Compiling nanorand v0.7.0
34072026-08-14T22:15:03.211Z Compiling sponge-cursor v0.1.0
34082026-08-14T22:15:03.246Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-08-14T22:15:03.317Z Compiling rcgen v0.12.1
34102026-08-14T22:15:03.335Z Compiling headers v0.4.1
34112026-08-14T22:15:03.378Z Compiling sha3 v0.12.0
34122026-08-14T22:15:03.446Z Compiling ml-kem v0.3.2
34132026-08-14T22:15:03.542Z Compiling flume v0.11.1
34142026-08-14T22:15:03.557Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-08-14T22:15:03.581Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-08-14T22:15:03.750Z Compiling progenitor v0.13.0
34172026-08-14T22:15:03.777Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34182026-08-14T22:15:03.911Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34192026-08-14T22:15:03.948Z Compiling hyper-staticfile v0.10.1
34202026-08-14T22:15:03.951Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34212026-08-14T22:15:04.007Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34222026-08-14T22:15:04.117Z Compiling ssh-key v0.7.0-rc.11
34232026-08-14T22:15:04.139Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34242026-08-14T22:15:04.193Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-08-14T22:15:04.219Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-08-14T22:15:04.366Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34272026-08-14T22:15:04.430Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34282026-08-14T22:15:04.453Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34292026-08-14T22:15:04.472Z Compiling russh-cryptovec v0.62.0
34302026-08-14T22:15:04.511Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34312026-08-14T22:15:04.615Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34322026-08-14T22:15:04.634Z Compiling internal-russh-num-bigint v0.5.0
34332026-08-14T22:15:04.693Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34342026-08-14T22:15:04.724Z Compiling port-file v0.1.0
34352026-08-14T22:15:04.742Z Compiling num-bigint v0.4.6
34362026-08-14T22:15:04.782Z Compiling generic-array v1.4.3
34372026-08-14T22:15:04.810Z Compiling russh-util v0.52.0
34382026-08-14T22:15:04.996Z Compiling enum_dispatch v0.3.13
34392026-08-14T22:15:05.013Z Compiling delegate v0.13.5
34402026-08-14T22:15:05.117Z Compiling subprocess v0.2.15
34412026-08-14T22:15:05.174Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-08-14T22:15:05.271Z Compiling hex-literal v1.1.0
34432026-08-14T22:15:05.416Z Compiling md5 v0.8.0
34442026-08-14T22:15:05.434Z Compiling display-error-chain v0.2.2
34452026-08-14T22:15:05.608Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34462026-08-14T22:15:05.641Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-08-14T22:15:05.710Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34482026-08-14T22:15:05.929Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34492026-08-14T22:15:05.971Z Compiling colored v2.2.0
34502026-08-14T22:15:06.019Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34512026-08-14T22:15:06.040Z Compiling russh v0.62.4
34522026-08-14T22:15:06.199Z Compiling internet-checksum v0.2.1
34532026-08-14T22:15:06.707Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34542026-08-14T22:15:06.707Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34552026-08-14T22:15:09.504Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34562026-08-14T22:15:10.228Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34572026-08-14T22:15:10.753Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34582026-08-14T22:15:12.849Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-08-14T22:15:22.025Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-08-14T22:15:22.025Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-08-14T22:15:22.025Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34622026-08-14T22:15:22.030Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-08-14T22:15:23.856Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-08-14T22:15:23.942Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-08-14T22:15:28.233Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-08-14T22:16:09.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
34672026-08-14T22:16:09.654Z
34682026-08-14T22:16:09.654Zreal 1:30.677651273
34692026-08-14T22:16:09.654Zuser 8:32.791812114
34702026-08-14T22:16:09.654Zsys 1:41.725115882
34712026-08-14T22:16:09.654Ztrap 0.248574995
34722026-08-14T22:16:09.658Ztflt 0.404045025
34732026-08-14T22:16:09.658Zdflt 2.246867999
34742026-08-14T22:16:09.658Zkflt 0.000372910
34752026-08-14T22:16:09.658Zlock 31:44.217558841
34762026-08-14T22:16:09.658Zslp 19:20.321750236
34772026-08-14T22:16:09.658Zlat 39.021040758
34782026-08-14T22:16:09.658Zstop 3:02.204483622
34792026-08-14T22:16:09.658Z+ mkdir tests
34802026-08-14T22:16:09.661Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-08-14T22:16:09.661Z+ xargs -I '{}' -t cp '{}' tests/
34822026-08-14T22:16:09.680Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-65ee1cb2f4c53fc4 tests/
34832026-08-14T22:16:09.703Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-db3d81af3fad6e16 tests/
34842026-08-14T22:16:09.725Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f4e34f6ea9421c57 tests/
34852026-08-14T22:16:09.752Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b46f0488f17115f7 tests/
34862026-08-14T22:16:10.066Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34872026-08-14T22:16:10.069Z+ 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-db3d81af3fad6e16 tests/commtest-f4e34f6ea9421c57 tests/dhcp_server-65ee1cb2f4c53fc4 tests/end_to_end_tests-b46f0488f17115f7 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34882026-08-14T22:17:39.383ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-08-14T22:17:39.383Za .github/buildomat/ci-env.sh 1K
34902026-08-14T22:17:39.383Za out/target/test 1K
34912026-08-14T22:17:39.383Za out/npuzone/npuzone 27402K
34922026-08-14T22:17:39.384Za package-manifest.toml 35K
34932026-08-14T22:17:39.384Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-08-14T22:17:39.384Za target/release/omicron-package 48112K
34952026-08-14T22:17:39.384Za target/release/xtask 11722K
34962026-08-14T22:17:39.384Za target/debug/bootstrap 436030K
34972026-08-14T22:17:39.384Za tests/bootstrap-db3d81af3fad6e16 34516K
34982026-08-14T22:17:39.384Za tests/commtest-f4e34f6ea9421c57 34517K
34992026-08-14T22:17:39.384Za tests/dhcp_server-65ee1cb2f4c53fc4 34516K
35002026-08-14T22:17:39.384Za tests/end_to_end_tests-b46f0488f17115f7 499254K
35012026-08-14T22:17:39.384Za tools/opte_version 1K
35022026-08-14T22:17:39.384Za tools/opte_version_override 2K
35032026-08-14T22:17:39.384Za out/clickhouse.tar.gz 328771K
35042026-08-14T22:17:39.384Za out/clickhouse_keeper.tar.gz 312751K
35052026-08-14T22:17:39.384Za out/clickhouse_server.tar.gz 328769K
35062026-08-14T22:17:39.384Za out/cockroachdb.tar.gz 169607K
35072026-08-14T22:17:39.384Za out/crucible-pantry-zone.tar.gz 41351K
35082026-08-14T22:17:39.384Za out/crucible-utils.tar 18900K
35092026-08-14T22:17:39.384Za out/crucible-zone.tar.gz 56163K
35102026-08-14T22:17:39.384Za out/external-dns.tar.gz 53989K
35112026-08-14T22:17:39.384Za out/internal-dns.tar.gz 53988K
35122026-08-14T22:17:39.384Za out/mg-ddm-gz.tar 100917K
35132026-08-14T22:17:39.384Za out/nexus.tar.gz 353366K
35142026-08-14T22:17:39.384Za out/ntp.tar.gz 34729K
35152026-08-14T22:17:39.384Za out/omicron-gateway-softnpu.tar.gz 29752K
35162026-08-14T22:17:39.384Za out/omicron-sled-agent.tar 237702K
35172026-08-14T22:17:39.384Za out/overlay.tar.gz 4K
35182026-08-14T22:17:39.384Za out/oximeter.tar.gz 70113K
35192026-08-14T22:17:39.384Za out/oxlog.tar 4066K
35202026-08-14T22:17:39.384Za out/probe.tar.gz 3037K
35212026-08-14T22:17:39.384Za out/propolis-server.tar.gz 34642K
35222026-08-14T22:17:39.385Za out/pumpkind-gz.tar 26647K
35232026-08-14T22:17:39.385Za out/switch-softnpu.tar.gz 496699K
35242026-08-14T22:17:39.390Z
35252026-08-14T22:17:39.390Zreal 1:29.313348634
35262026-08-14T22:17:39.390Zuser 1:26.266371634
35272026-08-14T22:17:39.390Zsys 5.053089189
35282026-08-14T22:17:39.390Ztrap 0.007190865
35292026-08-14T22:17:39.390Ztflt 0.000000000
35302026-08-14T22:17:39.390Zdflt 0.000000000
35312026-08-14T22:17:39.390Zkflt 0.000000000
35322026-08-14T22:17:39.390Zlock 0.000000000
35332026-08-14T22:17:39.390Zslp 1:26.119076582
35342026-08-14T22:17:39.390Zlat 1.176410646
35352026-08-14T22:17:39.390Zstop 0.000235280
35362026-08-14T22:17:39.390Zprocess exited: duration 1118416 ms, exit code 0
 
35372026-08-14T22:17:39.407Zfound 1 output files
35382026-08-14T22:17:39.407Zuploading: /work/package.tar.gz (2758634096 bytes)
35392026-08-14T22:18:14.672Zuploaded: /work/package.tar.gz