01KXMCERC4H5WAJFX1APDW5080: 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: 01KXMCF6HVTE52HMW3AGBVN6YD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T02:36:33.215Zjob assigned to worker 01KXMCFFW14E9Q75KR743AEFJC [factory aws, i-0c2dbc7cbf3c39a36] (queued for 53 s)
 
22026-07-16T02:36:39.801Zstarting task 0: "setup"
32026-07-16T02:36:39.806Z++ uname -s
42026-07-16T02:36:39.809Z+ kern=SunOS
52026-07-16T02:36:39.809Z+ build_user=build
62026-07-16T02:36:39.809Z+ build_uid=12345
72026-07-16T02:36:39.809Z+ work_dir=/work
82026-07-16T02:36:39.809Z+ input_dir=/input
92026-07-16T02:36:39.809Z+ [[ 0 == 12345 ]]
102026-07-16T02:36:39.809Z+ case "$kern" in
112026-07-16T02:36:39.810Z+ groupadd -g 12345 build
122026-07-16T02:36:39.812Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T02:36:41.821Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T02:36:41.920Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T02:36:41.923Z+ home_fs=zfs
162026-07-16T02:36:41.923Z+ [[ zfs == autofs ]]
172026-07-16T02:36:41.923Z+ mkdir -p /home/build
182026-07-16T02:36:41.926Z+ chown build:build /home/build /work
192026-07-16T02:36:43.926Z+ chmod 0700 /home/build /work
202026-07-16T02:36:43.930Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-16T02:36:43.936Zstarting task 1: "rust-toolchain"
222026-07-16T02:36:43.944Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T02:36:43.945Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T02:36:43.945Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-16T02:36:43.945Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-16T02:36:43.945Z * rust toolchain channel = "1.96.1"
272026-07-16T02:36:43.945Z * rust toolchain profile = "default"
282026-07-16T02:36:43.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T02:36:43.948Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T02:36:44.083Zinfo: downloading installer
312026-07-16T02:36:45.764Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T02:36:45.764Zwarn: /home/build/.rustup/settings.toml
332026-07-16T02:36:45.764Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T02:36:45.764Zwarn: instead of the one inferred from the default host triple.
352026-07-16T02:36:45.774Zinfo: profile set to default
362026-07-16T02:36:45.774Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T02:36:45.777Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T02:36:45.946Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T02:36:45.950Zinfo: downloading 6 components
402026-07-16T02:37:01.393Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T02:37:01.393Z
422026-07-16T02:37:01.425Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T02:37:01.425Z
442026-07-16T02:37:01.425Z
452026-07-16T02:37:01.425ZRust is installed now. Great!
462026-07-16T02:37:01.425Z
472026-07-16T02:37:01.425ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T02:37:01.426Zenvironment variable. This has not been done automatically.
492026-07-16T02:37:01.426Z
502026-07-16T02:37:01.426ZTo configure your current shell, you need to source
512026-07-16T02:37:01.426Zthe corresponding env file under $HOME/.cargo.
522026-07-16T02:37:01.426Z
532026-07-16T02:37:01.426ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T02:37:01.426Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T02:37:01.426Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T02:37:01.426Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T02:37:01.426Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T02:37:01.426Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T02:37:01.426Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T02:37:01.429Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T02:37:01.429Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T02:37:01.542Z+ rustup --version
632026-07-16T02:37:01.547Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T02:37:01.552Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T02:37:01.570Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T02:37:01.573Z+ cargo --version
672026-07-16T02:37:01.582Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T02:37:01.585Z+ rustc --version
692026-07-16T02:37:01.605Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T02:37:01.608Zprocess exited: duration 17670 ms, exit code 0
 
712026-07-16T02:37:01.614Zstarting task 2: "authentication"
722026-07-16T02:37:01.633Zprocess exited: duration 18 ms, exit code 0
 
732026-07-16T02:37:01.639Zstarting task 3: "clone repository"
742026-07-16T02:37:01.644Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T02:37:01.647Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T02:37:01.684ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T02:37:12.744Z+ cd /work/oxidecomputer/omicron
782026-07-16T02:37:12.744Z+ git fetch origin faeff585b00107d1c1265b7cfcc09f64f06baf4e
792026-07-16T02:37:13.219ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T02:37:13.219Z * branch faeff585b00107d1c1265b7cfcc09f64f06baf4e -> FETCH_HEAD
812026-07-16T02:37:13.235Z+ [[ -n system-version-api ]]
822026-07-16T02:37:13.238Z++ git branch --show-current
832026-07-16T02:37:13.241Z+ current=main
842026-07-16T02:37:13.241Z+ [[ main != system-version-api ]]
852026-07-16T02:37:13.242Z+ git branch -f system-version-api faeff585b00107d1c1265b7cfcc09f64f06baf4e
862026-07-16T02:37:13.245Z+ git checkout -f system-version-api
872026-07-16T02:37:13.489ZSwitched to branch 'system-version-api'
882026-07-16T02:37:13.493Z+ git reset --hard faeff585b00107d1c1265b7cfcc09f64f06baf4e
892026-07-16T02:37:13.515ZHEAD is now at faeff585b merge main
902026-07-16T02:37:13.518Zprocess exited: duration 11876 ms, exit code 0
 
912026-07-16T02:37:13.526Zstarting task 4: "build"
922026-07-16T02:37:13.531Z+ source .github/buildomat/ci-env.sh
932026-07-16T02:37:13.531Z++ export CARGO_TERM_COLOR=always
942026-07-16T02:37:13.531Z++ CARGO_TERM_COLOR=always
952026-07-16T02:37:13.534Z+++ uname -s
962026-07-16T02:37:13.534Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T02:37:13.534Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T02:37:13.538Z+ cargo --version
992026-07-16T02:37:13.546Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T02:37:13.549Z+ rustc --version
1012026-07-16T02:37:13.570Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T02:37:13.573Z+ WORK=/work
1032026-07-16T02:37:13.573Z+ pfexec mkdir -p /work
1042026-07-16T02:37:13.576Z+ pfexec chown build /work
1052026-07-16T02:37:13.580Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-16T02:37:15.458Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-16T02:37:15.576Z Startup: Caching catalogs ... Done
1082026-07-16T02:37:16.111ZPlanning: Solver setup ... Done (0.478s)
1092026-07-16T02:37:16.139ZPlanning: Running solver ... Done (0.027s)
1102026-07-16T02:37:16.150ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-16T02:37:16.164ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-16T02:37:16.181ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-16T02:37:16.196ZPlanning: Package planning ... Done (0.015s)
1142026-07-16T02:37:16.198ZPlanning: Merging actions ... Done (0.001s)
1152026-07-16T02:37:16.371ZPlanning: Checking for conflicting actions ... Done (0.173s)
1162026-07-16T02:37:16.374ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-16T02:37:17.298ZPlanning: Evaluating mediators ... Done (0.926s)
1182026-07-16T02:37:17.301ZPlanning: Planning completed in 1.70 seconds
1192026-07-16T02:37:17.308Z Packages to install: 2
1202026-07-16T02:37:17.308Z Estimated space available: 156.06 GB
1212026-07-16T02:37:17.308ZEstimated space to be consumed: 32.66 MB
1222026-07-16T02:37:17.308Z Create boot environment: No
1232026-07-16T02:37:17.308ZCreate backup boot environment: No
1242026-07-16T02:37:17.308Z Rebuild boot archive: No
1252026-07-16T02:37:17.311Z
1262026-07-16T02:37:17.311ZChanged packages:
1272026-07-16T02:37:17.311Zhelios
1282026-07-16T02:37:17.311Z developer/build-essential
1292026-07-16T02:37:17.311Z None -> 11-3.0
1302026-07-16T02:37:17.311Z library/libxmlsec1
1312026-07-16T02:37:17.311Z None -> 1.2.35-3.0
1322026-07-16T02:37:17.336Z
1332026-07-16T02:37:17.336ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-16T02:37:17.933ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1352026-07-16T02:37:18.009Z Actions: 1/268 actions (Installing new actions)
1362026-07-16T02:37:18.048Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-16T02:37:18.061ZFinalize: Updating package state database ... Done (0.013s)
1382026-07-16T02:37:18.061ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-16T02:37:18.092ZFinalize: Updating image state ... Done (0.031s)
1402026-07-16T02:37:20.748ZFinalize: Creating fast lookup database ... Done (2.630s)
1412026-07-16T02:37:20.826ZFinalize: Reading search index ... Done (0.013s)
1422026-07-16T02:37:20.829ZFinalize: Updating search index ... Done (0.000s)
1432026-07-16T02:37:20.901ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-16T02:37:21.216ZPlanning: Evaluating mediator changes ... Done
1452026-07-16T02:37:21.320ZPlanning: Checking for conflicting actions ... Done
1462026-07-16T02:37:21.323ZPlanning: Consolidating action changes ... Done
1472026-07-16T02:37:21.476ZPlanning: Evaluating mediators ... Done
1482026-07-16T02:37:21.478ZPlanning: Planning completed in 0.26 seconds
1492026-07-16T02:37:21.500Z Mediators to change: 2
1502026-07-16T02:37:21.500Z Create boot environment: No
1512026-07-16T02:37:21.500ZCreate backup boot environment: No
1522026-07-16T02:37:21.543ZFinalize: Updating package state database ... Done
1532026-07-16T02:37:21.543ZFinalize: Updating package cache ... Done
1542026-07-16T02:37:21.560ZFinalize: Updating image state ... Done
1552026-07-16T02:37:23.485ZFinalize: Creating fast lookup database ... Done
1562026-07-16T02:37:23.546ZFinalize: Reading search index ... Done
1572026-07-16T02:37:23.550ZFinalize: Updating search index ... Done
1582026-07-16T02:37:23.616ZFinalize: Updating package cache ... Done
1592026-07-16T02:37:23.904ZPlanning: Evaluating mediator changes ... Done
1602026-07-16T02:37:24.010ZPlanning: Checking for conflicting actions ... Done
1612026-07-16T02:37:24.013ZPlanning: Consolidating action changes ... Done
1622026-07-16T02:37:24.167ZPlanning: Evaluating mediators ... Done
1632026-07-16T02:37:24.170ZPlanning: Planning completed in 0.26 seconds
1642026-07-16T02:37:24.191Z Mediators to change: 1
1652026-07-16T02:37:24.191Z Create boot environment: No
1662026-07-16T02:37:24.192ZCreate backup boot environment: No
1672026-07-16T02:37:24.233ZFinalize: Updating package state database ... Done
1682026-07-16T02:37:24.233ZFinalize: Updating package cache ... Done
1692026-07-16T02:37:24.255ZFinalize: Updating image state ... Done
1702026-07-16T02:37:26.214ZFinalize: Creating fast lookup database ... Done
1712026-07-16T02:37:26.278ZFinalize: Reading search index ... Done
1722026-07-16T02:37:26.280ZFinalize: Updating search index ... Done
1732026-07-16T02:37:26.336ZFinalize: Updating package cache ... Done
1742026-07-16T02:37:26.652ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-16T02:37:26.652Zapache system 2.4 system
1762026-07-16T02:37:26.652Zclang system 15 system
1772026-07-16T02:37:26.652Zcsh system system illumos
1782026-07-16T02:37:26.652Zctags system system illumos
1792026-07-16T02:37:26.652Zfile vendor vendor darwinsys
1802026-07-16T02:37:26.652Zfile system system illumos
1812026-07-16T02:37:26.652Zgcc vendor 14 vendor
1822026-07-16T02:37:26.652Zgcc system 13 system
1832026-07-16T02:37:26.652Zgcc system 10 system
1842026-07-16T02:37:26.652Zgo system 1.25 system
1852026-07-16T02:37:26.652Zllvm system 15 system
1862026-07-16T02:37:26.652Zmariadb system 11.4 system
1872026-07-16T02:37:26.652Zmta vendor vendor dma
1882026-07-16T02:37:26.652Zopenjdk system 17 system
1892026-07-16T02:37:26.652Zopenjdk system 11 system
1902026-07-16T02:37:26.652Zopenssl vendor 3 vendor
1912026-07-16T02:37:26.652Zperl system 5.40 system
1922026-07-16T02:37:26.652Zpostgresql system 18 system
1932026-07-16T02:37:26.652Zpostgresql system 17 system
1942026-07-16T02:37:26.652Zpython vendor 3 vendor
1952026-07-16T02:37:26.652Zpython system 2 system
1962026-07-16T02:37:26.652Zpython3 vendor 3.13 vendor
1972026-07-16T02:37:26.652Zruby system 3.4 system
1982026-07-16T02:37:26.652Zruby system 3.0 system
1992026-07-16T02:37:26.652Zwords vendor vendor american-english
2002026-07-16T02:37:26.652Zwords system system australian-english
2012026-07-16T02:37:26.652Zwords system system british-english
2022026-07-16T02:37:26.652Zwords system system canadian-english
2032026-07-16T02:37:26.652Zwords system system french
2042026-07-16T02:37:26.652Zwords system system italian
2052026-07-16T02:37:26.652Zwords system system ngerman
2062026-07-16T02:37:26.653Zwords system system ogerman
2072026-07-16T02:37:26.653Zwords system system spanish
2082026-07-16T02:37:26.912ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-16T02:37:26.912Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-16T02:37:27.221ZFMRI IFO
2112026-07-16T02:37:27.221Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-16T02:37:27.222Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-16T02:37:27.222Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-16T02:37:27.222Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-16T02:37:27.222Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-16T02:37:27.222Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-16T02:37:27.222Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-16T02:37:27.222Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-16T02:37:27.222Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-16T02:37:27.485Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-16T02:37:27.729Z Updating crates.io index
2222026-07-16T02:37:27.732Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-16T02:37:27.953Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-16T02:37:28.246Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-16T02:37:29.148Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-16T02:37:29.622Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-16T02:37:31.224Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-16T02:37:32.003Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-16T02:37:32.244Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-16T02:37:32.544Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-16T02:37:33.603Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-16T02:37:33.867Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-16T02:37:34.211Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-16T02:37:34.443Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-16T02:37:34.839Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-16T02:37:35.317Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-16T02:37:35.573Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-16T02:37:35.791Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-16T02:37:36.051Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-16T02:37:36.349Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-16T02:37:36.597Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-16T02:37:36.810Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-16T02:37:37.033Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-16T02:37:37.428Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-16T02:37:37.732Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-16T02:37:38.113Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-16T02:37:38.516Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-16T02:37:38.759Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-16T02:37:39.121Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-16T02:37:39.424Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-16T02:37:39.633Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-16T02:37:39.854Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-16T02:37:40.158Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-16T02:37:40.520Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-16T02:37:40.758Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-16T02:37:41.045Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-16T02:37:41.272Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-16T02:37:41.572Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-16T02:37:41.867Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-16T02:37:42.110Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-16T02:37:42.384Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-16T02:37:42.617Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-16T02:37:45.376Z Downloading crates ...
2642026-07-16T02:37:45.428Z Downloaded block-buffer v0.10.4
2652026-07-16T02:37:45.431Z Downloaded byteorder v1.5.0
2662026-07-16T02:37:45.431Z Downloaded clap v4.6.1
2672026-07-16T02:37:45.436Z Downloaded bytecount v0.6.9
2682026-07-16T02:37:45.439Z Downloaded crypto-common v0.1.7
2692026-07-16T02:37:45.439Z Downloaded toml_datetime v0.6.11
2702026-07-16T02:37:45.439Z Downloaded once_cell v1.21.3
2712026-07-16T02:37:45.442Z Downloaded anstyle v1.0.14
2722026-07-16T02:37:45.445Z Downloaded anstream v1.0.0
2732026-07-16T02:37:45.445Z Downloaded zmij v1.0.21
2742026-07-16T02:37:45.445Z Downloaded anyhow v1.0.102
2752026-07-16T02:37:45.448Z Downloaded generic-array v0.14.7
2762026-07-16T02:37:45.448Z Downloaded fnv v1.0.7
2772026-07-16T02:37:45.448Z Downloaded cfg-if v1.0.4
2782026-07-16T02:37:45.451Z Downloaded anstyle-query v1.1.5
2792026-07-16T02:37:45.457Z Downloaded dtrace-parser v0.2.0
2802026-07-16T02:37:45.460Z Downloaded zerocopy v0.7.35
2812026-07-16T02:37:45.467Z Downloaded smawk v0.3.2
2822026-07-16T02:37:45.470Z Downloaded macaddr v1.0.1
2832026-07-16T02:37:45.470Z Downloaded zerocopy-derive v0.7.35
2842026-07-16T02:37:45.473Z Downloaded itoa v1.0.17
2852026-07-16T02:37:45.473Z Downloaded heck v0.5.0
2862026-07-16T02:37:45.473Z Downloaded colorchoice v1.0.4
2872026-07-16T02:37:45.476Z Downloaded equivalent v1.0.2
2882026-07-16T02:37:45.479Z Downloaded errno v0.3.14
2892026-07-16T02:37:45.482Z Downloaded hashbrown v0.17.0
2902026-07-16T02:37:45.485Z Downloaded memmap v0.7.0
2912026-07-16T02:37:45.485Z Downloaded digest v0.10.7
2922026-07-16T02:37:45.485Z Downloaded cargo-platform v0.3.2
2932026-07-16T02:37:45.488Z Downloaded camino-tempfile v1.4.1
2942026-07-16T02:37:45.488Z Downloaded autocfg v1.5.0
2952026-07-16T02:37:45.488Z Downloaded cpufeatures v0.2.17
2962026-07-16T02:37:45.491Z Downloaded heck v0.4.1
2972026-07-16T02:37:45.491Z Downloaded is_terminal_polyfill v1.70.2
2982026-07-16T02:37:45.491Z Downloaded cargo_toml v0.21.0
2992026-07-16T02:37:45.491Z Downloaded cargo_metadata v0.23.1
3002026-07-16T02:37:45.496Z Downloaded strsim v0.11.1
3012026-07-16T02:37:45.499Z Downloaded thread-id v4.2.2
3022026-07-16T02:37:45.499Z Downloaded fastrand v2.3.0
3032026-07-16T02:37:45.500Z Downloaded dof v0.3.0
3042026-07-16T02:37:45.503Z Downloaded plain v0.2.3
3052026-07-16T02:37:45.507Z Downloaded unicode-linebreak v0.1.5
3062026-07-16T02:37:45.507Z Downloaded serde_spanned v0.6.9
3072026-07-16T02:37:45.509Z Downloaded tabled_derive v0.7.0
3082026-07-16T02:37:45.509Z Downloaded pretty-hex v0.4.1
3092026-07-16T02:37:45.512Z Downloaded usdt v0.5.0
3102026-07-16T02:37:45.512Z Downloaded scroll_derive v0.12.1
3112026-07-16T02:37:45.512Z Downloaded proc-macro-error-attr v1.0.4
3122026-07-16T02:37:45.515Z Downloaded usdt-macro v0.5.0
3132026-07-16T02:37:45.515Z Downloaded usdt-attr-macro v0.5.0
3142026-07-16T02:37:45.519Z Downloaded fs-err v3.3.0
3152026-07-16T02:37:45.529Z Downloaded clap_lex v1.0.0
3162026-07-16T02:37:45.534Z Downloaded terminal_size v0.4.3
3172026-07-16T02:37:45.541Z Downloaded version_check v0.9.5
3182026-07-16T02:37:45.544Z Downloaded swrite v0.1.0
3192026-07-16T02:37:45.544Z Downloaded utf8parse v0.2.2
3202026-07-16T02:37:45.544Z Downloaded clap_derive v4.6.1
3212026-07-16T02:37:45.547Z Downloaded bitflags v2.11.0
3222026-07-16T02:37:45.547Z Downloaded camino v1.2.2
3232026-07-16T02:37:45.550Z Downloaded toml_write v0.1.2
3242026-07-16T02:37:45.550Z Downloaded anstyle-parse v1.0.0
3252026-07-16T02:37:45.553Z Downloaded thiserror-impl v2.0.18
3262026-07-16T02:37:45.556Z Downloaded serde_tokenstream v0.2.3
3272026-07-16T02:37:45.559Z Downloaded thiserror v2.0.18
3282026-07-16T02:37:45.562Z Downloaded thiserror-impl v1.0.69
3292026-07-16T02:37:45.562Z Downloaded proc-macro-error v1.0.4
3302026-07-16T02:37:45.565Z Downloaded pest_derive v2.8.6
3312026-07-16T02:37:45.575Z Downloaded sha2 v0.10.9
3322026-07-16T02:37:45.581Z Downloaded usdt-impl v0.5.0
3332026-07-16T02:37:45.587Z Downloaded quote v1.0.45
3342026-07-16T02:37:45.590Z Downloaded toml v0.8.23
3352026-07-16T02:37:45.597Z Downloaded papergrid v0.11.0
3362026-07-16T02:37:45.600Z Downloaded scroll v0.12.0
3372026-07-16T02:37:45.603Z Downloaded log v0.4.29
3382026-07-16T02:37:45.603Z Downloaded pest_generator v2.8.6
3392026-07-16T02:37:45.613Z Downloaded thiserror v1.0.69
3402026-07-16T02:37:45.616Z Downloaded tempfile v3.25.0
3412026-07-16T02:37:45.619Z Downloaded semver v1.0.28
3422026-07-16T02:37:45.623Z Downloaded proc-macro2 v1.0.106
3432026-07-16T02:37:45.640Z Downloaded pest_meta v2.8.6
3442026-07-16T02:37:45.645Z Downloaded unicode-ident v1.0.24
3452026-07-16T02:37:45.645Z Downloaded ucd-trie v0.1.7
3462026-07-16T02:37:45.645Z Downloaded textwrap v0.16.2
3472026-07-16T02:37:45.645Z Downloaded serde_derive v1.0.228
3482026-07-16T02:37:45.649Z Downloaded getrandom v0.4.1
3492026-07-16T02:37:45.652Z Downloaded toml_edit v0.22.27
3502026-07-16T02:37:45.656Z Downloaded serde_core v1.0.228
3512026-07-16T02:37:45.662Z Downloaded indexmap v2.14.0
3522026-07-16T02:37:45.672Z Downloaded serde v1.0.228
3532026-07-16T02:37:45.683Z Downloaded memchr v2.8.0
3542026-07-16T02:37:45.686Z Downloaded typenum v1.20.1
3552026-07-16T02:37:45.713Z Downloaded pest v2.8.6
3562026-07-16T02:37:45.727Z Downloaded clap_builder v4.6.0
3572026-07-16T02:37:45.735Z Downloaded serde_json v1.0.150
3582026-07-16T02:37:45.740Z Downloaded goblin v0.8.2
3592026-07-16T02:37:45.743Z Downloaded winnow v0.7.14
3602026-07-16T02:37:45.757Z Downloaded tabled v0.15.0
3612026-07-16T02:37:45.766Z Downloaded syn v1.0.109
3622026-07-16T02:37:45.778Z Downloaded unicode-width v0.1.14
3632026-07-16T02:37:45.785Z Downloaded syn v2.0.117
3642026-07-16T02:37:45.789Z Downloaded unicode-width v0.2.0
3652026-07-16T02:37:45.811Z Downloaded rustix v1.1.3
3662026-07-16T02:37:45.833Z Downloaded libc v0.2.185
3672026-07-16T02:37:45.896Z Compiling proc-macro2 v1.0.106
3682026-07-16T02:37:45.899Z Compiling quote v1.0.45
3692026-07-16T02:37:45.899Z Compiling unicode-ident v1.0.24
3702026-07-16T02:37:45.899Z Compiling serde_core v1.0.228
3712026-07-16T02:37:45.899Z Compiling libc v0.2.185
3722026-07-16T02:37:45.900Z Compiling version_check v0.9.5
3732026-07-16T02:37:45.900Z Compiling memchr v2.8.0
3742026-07-16T02:37:45.900Z Compiling serde v1.0.228
3752026-07-16T02:37:45.900Z Compiling zmij v1.0.21
3762026-07-16T02:37:45.900Z Compiling ucd-trie v0.1.7
3772026-07-16T02:37:45.900Z Compiling thiserror v1.0.69
3782026-07-16T02:37:45.900Z Compiling itoa v1.0.17
3792026-07-16T02:37:45.900Z Compiling rustix v1.1.3
3802026-07-16T02:37:45.900Z Compiling byteorder v1.5.0
3812026-07-16T02:37:46.356Z Compiling serde_json v1.0.150
3822026-07-16T02:37:46.450Z Compiling bitflags v2.11.0
3832026-07-16T02:37:46.897Z Compiling proc-macro-error-attr v1.0.4
3842026-07-16T02:37:46.898Z Compiling pest v2.8.6
3852026-07-16T02:37:46.898Z Compiling usdt-impl v0.5.0
3862026-07-16T02:37:46.898Z Compiling camino v1.2.2
3872026-07-16T02:37:46.898Z Compiling syn v1.0.109
3882026-07-16T02:37:46.898Z Compiling proc-macro-error v1.0.4
3892026-07-16T02:37:46.898Z Compiling equivalent v1.0.2
3902026-07-16T02:37:46.898Z Compiling hashbrown v0.17.0
3912026-07-16T02:37:46.937Z Compiling utf8parse v0.2.2
3922026-07-16T02:37:46.940Z Compiling log v0.4.29
3932026-07-16T02:37:46.979Z Compiling getrandom v0.4.1
3942026-07-16T02:37:47.068Z Compiling plain v0.2.3
3952026-07-16T02:37:47.115Z Compiling anstyle-parse v1.0.0
3962026-07-16T02:37:47.181Z Compiling winnow v0.7.14
3972026-07-16T02:37:47.217Z Compiling cfg-if v1.0.4
3982026-07-16T02:37:47.242Z Compiling pretty-hex v0.4.1
3992026-07-16T02:37:47.243Z Compiling colorchoice v1.0.4
4002026-07-16T02:37:47.267Z Compiling thiserror v2.0.18
4012026-07-16T02:37:47.307Z Compiling anstyle v1.0.14
4022026-07-16T02:37:47.330Z Compiling autocfg v1.5.0
4032026-07-16T02:37:47.330Z Compiling is_terminal_polyfill v1.70.2
4042026-07-16T02:37:47.330Z Compiling toml_write v0.1.2
4052026-07-16T02:37:47.387Z Compiling errno v0.3.14
4062026-07-16T02:37:47.399Z Compiling thread-id v4.2.2
4072026-07-16T02:37:47.415Z Compiling anstyle-query v1.1.5
4082026-07-16T02:37:47.452Z Compiling strsim v0.11.1
4092026-07-16T02:37:47.553Z Compiling indexmap v2.14.0
4102026-07-16T02:37:47.558Z Compiling anstream v1.0.0
4112026-07-16T02:37:47.558Z Compiling once_cell v1.21.3
4122026-07-16T02:37:47.591Z Compiling bytecount v0.6.9
4132026-07-16T02:37:47.612Z Compiling anyhow v1.0.102
4142026-07-16T02:37:47.761Z Compiling syn v2.0.117
4152026-07-16T02:37:47.761Z Compiling pest_meta v2.8.6
4162026-07-16T02:37:47.790Z Compiling fs-err v3.3.0
4172026-07-16T02:37:47.827Z Compiling fnv v1.0.7
4182026-07-16T02:37:47.830Z Compiling unicode-width v0.1.14
4192026-07-16T02:37:47.880Z Compiling heck v0.5.0
4202026-07-16T02:37:47.906Z Compiling clap_lex v1.0.0
4212026-07-16T02:37:47.920Z Compiling heck v0.4.1
4222026-07-16T02:37:47.951Z Compiling fastrand v2.3.0
4232026-07-16T02:37:48.138Z Compiling papergrid v0.11.0
4242026-07-16T02:37:48.160Z Compiling memmap v0.7.0
4252026-07-16T02:37:48.163Z Compiling unicode-linebreak v0.1.5
4262026-07-16T02:37:48.192Z Compiling smawk v0.3.2
4272026-07-16T02:37:48.195Z Compiling unicode-width v0.2.0
4282026-07-16T02:37:48.230Z Compiling swrite v0.1.0
4292026-07-16T02:37:48.358Z Compiling terminal_size v0.4.3
4302026-07-16T02:37:48.358Z Compiling tempfile v3.25.0
4312026-07-16T02:37:48.548Z Compiling clap_builder v4.6.0
4322026-07-16T02:37:48.551Z Compiling semver v1.0.28
4332026-07-16T02:37:48.587Z Compiling cargo-platform v0.3.2
4342026-07-16T02:37:48.590Z Compiling textwrap v0.16.2
4352026-07-16T02:37:48.795Z Compiling camino-tempfile v1.4.1
4362026-07-16T02:37:49.195Z Compiling tabled_derive v0.7.0
4372026-07-16T02:37:49.840Z Compiling tabled v0.15.0
4382026-07-16T02:37:49.916Z Compiling pest_generator v2.8.6
4392026-07-16T02:37:50.422Z Compiling serde_derive v1.0.228
4402026-07-16T02:37:50.422Z Compiling thiserror-impl v1.0.69
4412026-07-16T02:37:50.425Z Compiling zerocopy-derive v0.7.35
4422026-07-16T02:37:50.425Z Compiling scroll_derive v0.12.1
4432026-07-16T02:37:50.425Z Compiling thiserror-impl v2.0.18
4442026-07-16T02:37:50.425Z Compiling clap_derive v4.6.1
4452026-07-16T02:37:50.523Z Compiling pest_derive v2.8.6
4462026-07-16T02:37:51.029Z Compiling scroll v0.12.0
4472026-07-16T02:37:51.157Z Compiling zerocopy v0.7.35
4482026-07-16T02:37:51.242Z Compiling goblin v0.8.2
4492026-07-16T02:37:51.479Z Compiling dtrace-parser v0.2.0
4502026-07-16T02:37:51.841Z Compiling clap v4.6.1
4512026-07-16T02:37:52.844Z Compiling dof v0.3.0
4522026-07-16T02:37:52.844Z Compiling serde_tokenstream v0.2.3
4532026-07-16T02:37:52.847Z Compiling serde_spanned v0.6.9
4542026-07-16T02:37:52.861Z Compiling toml_datetime v0.6.11
4552026-07-16T02:37:52.864Z Compiling cargo_metadata v0.23.1
4562026-07-16T02:37:52.864Z Compiling macaddr v1.0.1
4572026-07-16T02:37:52.864Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-07-16T02:37:53.099Z Compiling toml_edit v0.22.27
4592026-07-16T02:37:53.524Z Compiling usdt-macro v0.5.0
4602026-07-16T02:37:53.527Z Compiling usdt-attr-macro v0.5.0
4612026-07-16T02:37:54.133Z Compiling usdt v0.5.0
4622026-07-16T02:37:54.344Z Compiling toml v0.8.23
4632026-07-16T02:37:54.670Z Compiling cargo_toml v0.21.0
4642026-07-16T02:37:55.946Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-16T02:37:57.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.66s
4662026-07-16T02:37:58.190Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-16T02:37:58.689Z Downloading crates ...
4682026-07-16T02:37:58.789Z Downloaded adler2 v2.0.1
4692026-07-16T02:37:58.791Z Downloaded aead v0.5.2
4702026-07-16T02:37:58.797Z Downloaded array-init v0.0.4
4712026-07-16T02:37:58.799Z Downloaded aead v0.6.1
4722026-07-16T02:37:58.803Z Downloaded cpufeatures v0.3.0
4732026-07-16T02:37:58.806Z Downloaded cobs v0.3.0
4742026-07-16T02:37:58.809Z Downloaded async-stream-impl v0.3.6
4752026-07-16T02:37:58.809Z Downloaded bitfield-macros v0.19.4
4762026-07-16T02:37:58.809Z Downloaded ascii-canvas v3.0.0
4772026-07-16T02:37:58.812Z Downloaded cookie_store v0.22.1
4782026-07-16T02:37:58.812Z Downloaded darling_macro v0.21.3
4792026-07-16T02:37:58.815Z Downloaded defmt-parser v1.0.0
4802026-07-16T02:37:58.815Z Downloaded crypto-common v0.2.2
4812026-07-16T02:37:58.815Z Downloaded diesel_table_macro_syntax v0.3.0
4822026-07-16T02:37:58.818Z Downloaded defmt v0.3.100
4832026-07-16T02:37:58.818Z Downloaded base16ct v1.0.0
4842026-07-16T02:37:58.818Z Downloaded dsl_auto_type v0.2.0
4852026-07-16T02:37:58.818Z Downloaded bcrypt-pbkdf v0.11.0
4862026-07-16T02:37:58.821Z Downloaded crc v3.4.0
4872026-07-16T02:37:58.821Z Downloaded crucible-workspace-hack v0.1.0
4882026-07-16T02:37:58.821Z Downloaded crunchy v0.2.4
4892026-07-16T02:37:58.825Z Downloaded crc8 v0.1.1
4902026-07-16T02:37:58.825Z Downloaded convert_case v0.10.0
4912026-07-16T02:37:58.825Z Downloaded anstyle-parse v0.2.7
4922026-07-16T02:37:58.827Z Downloaded curve25519-dalek-derive v0.1.1
4932026-07-16T02:37:58.827Z Downloaded base16ct v0.2.0
4942026-07-16T02:37:58.831Z Downloaded bitfield v0.19.4
4952026-07-16T02:37:58.834Z Downloaded debug-ignore v1.0.5
4962026-07-16T02:37:58.837Z Downloaded camino-tempfile-ext v0.3.3
4972026-07-16T02:37:58.840Z Downloaded bcs v0.1.6
4982026-07-16T02:37:58.843Z Downloaded document-features v0.2.12
4992026-07-16T02:37:58.846Z Downloaded bit-set v0.5.3
5002026-07-16T02:37:58.850Z Downloaded cstr-argument v0.1.2
5012026-07-16T02:37:58.850Z Downloaded derive-ex v0.1.8
5022026-07-16T02:37:58.853Z Downloaded bitflags v1.3.2
5032026-07-16T02:37:58.853Z Downloaded console v0.15.11
5042026-07-16T02:37:58.853Z Downloaded ciborium v0.2.2
5052026-07-16T02:37:58.856Z Downloaded blowfish v0.10.0
5062026-07-16T02:37:58.856Z Downloaded darling_macro v0.23.0
5072026-07-16T02:37:58.860Z Downloaded bit-vec v0.6.3
5082026-07-16T02:37:58.860Z Downloaded base64 v0.21.7
5092026-07-16T02:37:58.863Z Downloaded backon v1.6.0
5102026-07-16T02:37:58.863Z Downloaded darling_macro v0.20.11
5112026-07-16T02:37:58.863Z Downloaded dyn-clone v1.0.20
5122026-07-16T02:37:58.867Z Downloaded bitfield-struct v0.6.2
5132026-07-16T02:37:58.867Z Downloaded bit-set v0.8.0
5142026-07-16T02:37:58.867Z Downloaded dof v0.4.0
5152026-07-16T02:37:58.870Z Downloaded crc-catalog v2.4.0
5162026-07-16T02:37:58.870Z Downloaded backoff v0.4.0
5172026-07-16T02:37:58.870Z Downloaded bb8 v0.8.6
5182026-07-16T02:37:58.870Z Downloaded embedded-io v0.4.0
5192026-07-16T02:37:58.873Z Downloaded blake2 v0.10.6
5202026-07-16T02:37:58.873Z Downloaded dunce v1.0.5
5212026-07-16T02:37:58.876Z Downloaded darling_macro v0.13.4
5222026-07-16T02:37:58.876Z Downloaded defmt v1.0.1
5232026-07-16T02:37:58.880Z Downloaded cpubits v0.1.1
5242026-07-16T02:37:58.880Z Downloaded dtrace-parser v0.3.0
5252026-07-16T02:37:58.884Z Downloaded downcast-rs v2.0.2
5262026-07-16T02:37:58.887Z Downloaded arrayref v0.3.9
5272026-07-16T02:37:58.887Z Downloaded difflib v0.4.0
5282026-07-16T02:37:58.887Z Downloaded display-error-chain v0.2.2
5292026-07-16T02:37:58.891Z Downloaded digest-io v0.1.0
5302026-07-16T02:37:58.891Z Downloaded dirs-sys-next v0.1.2
5312026-07-16T02:37:58.891Z Downloaded cfg_aliases v0.1.1
5322026-07-16T02:37:58.891Z Downloaded atty v0.2.14
5332026-07-16T02:37:58.895Z Downloaded derive_builder_macro v0.20.2
5342026-07-16T02:37:58.895Z Downloaded dirs-next v2.0.0
5352026-07-16T02:37:58.895Z Downloaded dropshot-api-manager-types v0.7.2
5362026-07-16T02:37:58.898Z Downloaded daft v0.1.7
5372026-07-16T02:37:58.902Z Downloaded atomic-waker v1.1.2
5382026-07-16T02:37:58.902Z Downloaded async-stream v0.3.6
5392026-07-16T02:37:58.905Z Downloaded crossbeam-deque v0.8.6
5402026-07-16T02:37:58.905Z Downloaded ctutils v0.4.2
5412026-07-16T02:37:58.908Z Downloaded daft-derive v0.1.7
5422026-07-16T02:37:58.911Z Downloaded ctr v0.10.1
5432026-07-16T02:37:58.911Z Downloaded base64ct v1.8.3
5442026-07-16T02:37:58.913Z Downloaded ed25519 v2.2.3
5452026-07-16T02:37:58.914Z Downloaded assert_matches v1.5.0
5462026-07-16T02:37:58.914Z Downloaded csv-core v0.1.13
5472026-07-16T02:37:58.917Z Downloaded critical-section v1.2.0
5482026-07-16T02:37:58.917Z Downloaded enum-as-inner v0.6.1
5492026-07-16T02:37:58.920Z Downloaded block-padding v0.4.2
5502026-07-16T02:37:58.920Z Downloaded darling_core v0.13.4
5512026-07-16T02:37:58.923Z Downloaded flagset v0.4.7
5522026-07-16T02:37:58.923Z Downloaded fixedbitset v0.4.2
5532026-07-16T02:37:58.923Z Downloaded async-recursion v1.1.1
5542026-07-16T02:37:58.926Z Downloaded float-cmp v0.10.0
5552026-07-16T02:37:58.929Z Downloaded fd-lock v4.0.4
5562026-07-16T02:37:58.929Z Downloaded ciborium-io v0.2.2
5572026-07-16T02:37:58.929Z Downloaded castaway v0.2.4
5582026-07-16T02:37:58.932Z Downloaded atomicwrites v0.4.4
5592026-07-16T02:37:58.932Z Downloaded ciborium-ll v0.2.2
5602026-07-16T02:37:58.936Z Downloaded foreign-types-shared v0.1.1
5612026-07-16T02:37:58.936Z Downloaded darling v0.13.4
5622026-07-16T02:37:58.936Z Downloaded corncobs v0.1.4
5632026-07-16T02:37:58.939Z Downloaded compression-core v0.4.31
5642026-07-16T02:37:58.939Z Downloaded cfg_aliases v0.2.1
5652026-07-16T02:37:58.939Z Downloaded embedded-io v0.6.1
5662026-07-16T02:37:58.944Z Downloaded convert_case v0.4.0
5672026-07-16T02:37:58.947Z Downloaded endian-type v0.1.2
5682026-07-16T02:37:58.947Z Downloaded either v1.15.0
5692026-07-16T02:37:58.947Z Downloaded ed25519 v3.0.0
5702026-07-16T02:37:58.947Z Downloaded deranged v0.5.8
5712026-07-16T02:37:58.950Z Downloaded delegate v0.13.5
5722026-07-16T02:37:58.950Z Downloaded env_filter v1.0.0
5732026-07-16T02:37:58.950Z Downloaded data-encoding v2.10.0
5742026-07-16T02:37:58.953Z Downloaded foreign-types v0.5.0
5752026-07-16T02:37:58.955Z Downloaded float-ord v0.3.2
5762026-07-16T02:37:58.956Z Downloaded foreign-types-shared v0.3.1
5772026-07-16T02:37:58.959Z Downloaded displaydoc v0.2.5
5782026-07-16T02:37:58.961Z Downloaded derive_builder_core v0.20.2
5792026-07-16T02:37:58.962Z Downloaded ecdsa v0.16.9
5802026-07-16T02:37:58.962Z Downloaded cmov v0.5.4
5812026-07-16T02:37:58.964Z Downloaded der_derive v0.7.3
5822026-07-16T02:37:58.965Z Downloaded funty v2.0.0
5832026-07-16T02:37:58.965Z Downloaded form_urlencoded v1.2.2
5842026-07-16T02:37:58.968Z Downloaded cbc v0.2.1
5852026-07-16T02:37:58.968Z Downloaded futures-task v0.3.32
5862026-07-16T02:37:58.971Z Downloaded cassowary v0.3.0
5872026-07-16T02:37:58.971Z Downloaded bit-vec v0.8.0
5882026-07-16T02:37:58.971Z Downloaded futures-sink v0.3.32
5892026-07-16T02:37:58.974Z Downloaded argon2 v0.5.3
5902026-07-16T02:37:58.974Z Downloaded cipher v0.5.2
5912026-07-16T02:37:58.977Z Downloaded foreign-types-macros v0.2.3
5922026-07-16T02:37:58.983Z Downloaded futures-macro v0.3.32
5932026-07-16T02:37:58.983Z Downloaded futures-io v0.3.32
5942026-07-16T02:37:58.983Z Downloaded futures-core v0.3.32
5952026-07-16T02:37:58.986Z Downloaded arc-swap v1.8.2
5962026-07-16T02:37:58.989Z Downloaded gethostname v0.5.0
5972026-07-16T02:37:58.989Z Downloaded darling_core v0.23.0
5982026-07-16T02:37:58.992Z Downloaded fallible-iterator v0.2.0
5992026-07-16T02:37:58.996Z Downloaded foreign-types v0.3.2
6002026-07-16T02:37:58.996Z Downloaded git-stub v1.0.0
6012026-07-16T02:37:58.999Z Downloaded fixedbitset v0.5.7
6022026-07-16T02:37:58.999Z Downloaded ghash v0.6.0
6032026-07-16T02:37:58.999Z Downloaded fxhash v0.2.1
6042026-07-16T02:37:58.999Z Downloaded filetime v0.2.27
6052026-07-16T02:37:59.002Z Downloaded hash32 v0.3.1
6062026-07-16T02:37:59.002Z Downloaded globwalk v0.9.1
6072026-07-16T02:37:59.005Z Downloaded headers-core v0.3.0
6082026-07-16T02:37:59.005Z Downloaded hash32 v0.2.1
6092026-07-16T02:37:59.008Z Downloaded cmake v0.1.57
6102026-07-16T02:37:59.008Z Downloaded hex v0.4.3
6112026-07-16T02:37:59.011Z Downloaded hex-literal v1.1.0
6122026-07-16T02:37:59.011Z Downloaded darling v0.23.0
6132026-07-16T02:37:59.014Z Downloaded constant_time_eq v0.4.2
6142026-07-16T02:37:59.017Z Downloaded defmt-macros v1.0.1
6152026-07-16T02:37:59.017Z Downloaded diff v0.1.13
6162026-07-16T02:37:59.020Z Downloaded digest v0.11.3
6172026-07-16T02:37:59.020Z Downloaded buf-list v1.1.2
6182026-07-16T02:37:59.022Z Downloaded enum_dispatch v0.3.13
6192026-07-16T02:37:59.025Z Downloaded des v0.9.0
6202026-07-16T02:37:59.026Z Downloaded fs-err v2.11.0
6212026-07-16T02:37:59.029Z Downloaded foldhash v0.1.5
6222026-07-16T02:37:59.029Z Downloaded ff v0.14.0
6232026-07-16T02:37:59.029Z Downloaded erased-serde v0.3.31
6242026-07-16T02:37:59.032Z Downloaded env_logger v0.11.9
6252026-07-16T02:37:59.032Z Downloaded hostname v0.3.1
6262026-07-16T02:37:59.036Z Downloaded httpdate v1.0.3
6272026-07-16T02:37:59.036Z Downloaded hostname v0.4.2
6282026-07-16T02:37:59.036Z Downloaded foldhash v0.2.0
6292026-07-16T02:37:59.036Z Downloaded anstream v0.6.21
6302026-07-16T02:37:59.039Z Downloaded home v0.5.12
6312026-07-16T02:37:59.040Z Downloaded base64 v0.22.1
6322026-07-16T02:37:59.043Z Downloaded crossbeam-utils v0.8.21
6332026-07-16T02:37:59.043Z Downloaded console v0.16.2
6342026-07-16T02:37:59.047Z Downloaded colored v2.2.0
6352026-07-16T02:37:59.047Z Downloaded bzip2 v0.4.4
6362026-07-16T02:37:59.047Z Downloaded argon2 v0.6.0-rc.8
6372026-07-16T02:37:59.051Z Downloaded crc-any v2.5.0
6382026-07-16T02:37:59.051Z Downloaded hubpack_derive v0.1.1
6392026-07-16T02:37:59.051Z Downloaded colored v3.1.1
6402026-07-16T02:37:59.055Z Downloaded clang-sys v1.8.1
6412026-07-16T02:37:59.055Z Downloaded git-stub-vcs v0.1.0
6422026-07-16T02:37:59.058Z Downloaded async-compression v0.4.41
6432026-07-16T02:37:59.061Z Downloaded hubpack v0.1.2
6442026-07-16T02:37:59.061Z Downloaded http-range v0.1.5
6452026-07-16T02:37:59.061Z Downloaded http-body v1.0.1
6462026-07-16T02:37:59.065Z Downloaded globset v0.4.18
6472026-07-16T02:37:59.065Z Downloaded glob v0.3.3
6482026-07-16T02:37:59.065Z Downloaded group v0.13.0
6492026-07-16T02:37:59.065Z Downloaded ff v0.13.1
6502026-07-16T02:37:59.067Z Downloaded async-bb8-diesel v0.2.1
6512026-07-16T02:37:59.067Z Downloaded ecdsa v0.17.0-rc.18
6522026-07-16T02:37:59.071Z Downloaded derive_builder v0.20.2
6532026-07-16T02:37:59.075Z Downloaded chacha20 v0.10.0
6542026-07-16T02:37:59.075Z Downloaded cancel-safe-futures v0.1.5
6552026-07-16T02:37:59.079Z Downloaded ena v0.14.4
6562026-07-16T02:37:59.079Z Downloaded blake2 v0.11.0-rc.6
6572026-07-16T02:37:59.079Z Downloaded indent_write v2.2.0
6582026-07-16T02:37:59.083Z Downloaded byte-wrapper v0.1.0
6592026-07-16T02:37:59.083Z Downloaded inout v0.2.2
6602026-07-16T02:37:59.083Z Downloaded const-oid v0.9.6
6612026-07-16T02:37:59.086Z Downloaded darling v0.21.3
6622026-07-16T02:37:59.089Z Downloaded indoc v1.0.9
6632026-07-16T02:37:59.089Z Downloaded dropshot_endpoint v0.17.1
6642026-07-16T02:37:59.092Z Downloaded illumos-nvpair-sys v0.2.0
6652026-07-16T02:37:59.092Z Downloaded drift v0.2.0
6662026-07-16T02:37:59.096Z Downloaded instability v0.3.11
6672026-07-16T02:37:59.100Z Downloaded internet-checksum v0.2.1
6682026-07-16T02:37:59.100Z Downloaded instant v0.1.13
6692026-07-16T02:37:59.100Z Downloaded ahash v0.8.12
6702026-07-16T02:37:59.105Z Downloaded darling_core v0.21.3
6712026-07-16T02:37:59.109Z Downloaded humantime v2.3.0
6722026-07-16T02:37:59.109Z Downloaded allocator-api2 v0.2.21
6732026-07-16T02:37:59.109Z Downloaded elliptic-curve v0.14.0-rc.33
6742026-07-16T02:37:59.112Z Downloaded is-terminal v0.4.17
6752026-07-16T02:37:59.112Z Downloaded inout v0.1.4
6762026-07-16T02:37:59.112Z Downloaded highway v1.3.0
6772026-07-16T02:37:59.115Z Downloaded http-body-util v0.1.3
6782026-07-16T02:37:59.115Z Downloaded fs_extra v1.3.0
6792026-07-16T02:37:59.115Z Downloaded kem v0.3.0
6802026-07-16T02:37:59.118Z Downloaded is_ci v1.2.0
6812026-07-16T02:37:59.118Z Downloaded derive-where v1.6.0
6822026-07-16T02:37:59.121Z Downloaded find-msvc-tools v0.1.9
6832026-07-16T02:37:59.121Z Downloaded getrandom v0.2.17
6842026-07-16T02:37:59.125Z Downloaded hyper-tls v0.6.0
6852026-07-16T02:37:59.125Z Downloaded group v0.14.0
6862026-07-16T02:37:59.125Z Downloaded futures-executor v0.3.32
6872026-07-16T02:37:59.129Z Downloaded libscf-sys v1.1.0
6882026-07-16T02:37:59.129Z Downloaded async-trait v0.1.89
6892026-07-16T02:37:59.129Z Downloaded illumos-nvpair v0.3.0
6902026-07-16T02:37:59.161Z Downloaded idna_adapter v1.2.1
6912026-07-16T02:37:59.161Z Downloaded ident_case v1.0.1
6922026-07-16T02:37:59.161Z Downloaded diesel-dtrace v0.5.0
6932026-07-16T02:37:59.162Z Downloaded block-buffer v0.12.1
6942026-07-16T02:37:59.168Z Downloaded lru-slab v0.1.2
6952026-07-16T02:37:59.168Z Downloaded lalrpop-util v0.19.12
6962026-07-16T02:37:59.168Z Downloaded match_cfg v0.1.0
6972026-07-16T02:37:59.168Z Downloaded lru v0.12.5
6982026-07-16T02:37:59.168Z Downloaded lru-cache v0.1.2
6992026-07-16T02:37:59.168Z Downloaded kstat-rs v0.2.4
7002026-07-16T02:37:59.168Z Downloaded darling v0.20.11
7012026-07-16T02:37:59.168Z Downloaded managed v0.8.0
7022026-07-16T02:37:59.168Z Downloaded linked-hash-map v0.5.6
7032026-07-16T02:37:59.168Z Downloaded maplit v1.0.2
7042026-07-16T02:37:59.168Z Downloaded fatfs v0.3.6
7052026-07-16T02:37:59.168Z Downloaded crc32fast v1.5.0
7062026-07-16T02:37:59.168Z Downloaded cookie v0.18.1
7072026-07-16T02:37:59.168Z Downloaded const_format_proc_macros v0.2.34
7082026-07-16T02:37:59.168Z Downloaded half v1.8.3
7092026-07-16T02:37:59.169Z Downloaded compression-codecs v0.4.37
7102026-07-16T02:37:59.169Z Downloaded cipher v0.4.4
7112026-07-16T02:37:59.169Z Downloaded chacha20 v0.9.1
7122026-07-16T02:37:59.169Z Downloaded crossbeam-epoch v0.9.18
7132026-07-16T02:37:59.169Z Downloaded md5 v0.8.0
7142026-07-16T02:37:59.169Z Downloaded impl-trait-for-tuples v0.2.3
7152026-07-16T02:37:59.169Z Downloaded cexpr v0.6.0
7162026-07-16T02:37:59.169Z Downloaded maybe-uninit v2.0.0
7172026-07-16T02:37:59.169Z Downloaded arrayvec v0.7.6
7182026-07-16T02:37:59.169Z Downloaded memoffset v0.9.1
7192026-07-16T02:37:59.169Z Downloaded md-5 v0.10.6
7202026-07-16T02:37:59.169Z Downloaded lzss v0.8.2
7212026-07-16T02:37:59.169Z Downloaded indoc v2.0.7
7222026-07-16T02:37:59.173Z Downloaded elliptic-curve v0.13.8
7232026-07-16T02:37:59.173Z Downloaded mime v0.3.17
7242026-07-16T02:37:59.173Z Downloaded derive_more v0.99.20
7252026-07-16T02:37:59.178Z Downloaded ingot v0.1.1
7262026-07-16T02:37:59.178Z Downloaded darling_core v0.20.11
7272026-07-16T02:37:59.181Z Downloaded newtype_derive v0.1.6
7282026-07-16T02:37:59.181Z Downloaded const-oid v0.10.2
7292026-07-16T02:37:59.185Z Downloaded hmac v0.13.0
7302026-07-16T02:37:59.185Z Downloaded ingot-types v0.1.2
7312026-07-16T02:37:59.185Z Downloaded hmac v0.12.1
7322026-07-16T02:37:59.188Z Downloaded multimap v0.10.1
7332026-07-16T02:37:59.188Z Downloaded crossbeam-channel v0.5.15
7342026-07-16T02:37:59.192Z Downloaded futures v0.3.32
7352026-07-16T02:37:59.195Z Downloaded newtype-uuid-macros v0.1.0
7362026-07-16T02:37:59.195Z Downloaded nibble_vec v0.1.0
7372026-07-16T02:37:59.195Z Downloaded hybrid-array v0.4.13
7382026-07-16T02:37:59.198Z Downloaded getrandom v0.3.4
7392026-07-16T02:37:59.198Z Downloaded keccak v0.2.0
7402026-07-16T02:37:59.203Z Downloaded keccak v0.1.6
7412026-07-16T02:37:59.203Z Downloaded libefi-sys v0.1.0
7422026-07-16T02:37:59.203Z Downloaded ipnetwork v0.21.1
7432026-07-16T02:37:59.208Z Downloaded hyper-staticfile v0.10.1
7442026-07-16T02:37:59.208Z Downloaded libloading v0.8.9
7452026-07-16T02:37:59.208Z Downloaded normalize-line-endings v0.3.0
7462026-07-16T02:37:59.208Z Downloaded num v0.4.3
7472026-07-16T02:37:59.208Z Downloaded num-iter v0.1.45
7482026-07-16T02:37:59.212Z Downloaded num-derive v0.3.3
7492026-07-16T02:37:59.212Z Downloaded libsw-core v0.3.2
7502026-07-16T02:37:59.212Z Downloaded httparse v1.10.1
7512026-07-16T02:37:59.216Z Downloaded generic-array v1.4.3
7522026-07-16T02:37:59.216Z Downloaded num_threads v0.1.7
7532026-07-16T02:37:59.217Z Downloaded olpc-cjson v0.1.4
7542026-07-16T02:37:59.221Z Downloaded num_enum_derive v0.5.11
7552026-07-16T02:37:59.221Z Downloaded num-derive v0.4.2
7562026-07-16T02:37:59.221Z Downloaded hyper-rustls v0.27.7
7572026-07-16T02:37:59.226Z Downloaded newline-converter v0.3.0
7582026-07-16T02:37:59.226Z Downloaded jobserver v0.1.34
7592026-07-16T02:37:59.226Z Downloaded num-conv v0.2.0
7602026-07-16T02:37:59.227Z Downloaded linear-map v1.2.0
7612026-07-16T02:37:59.232Z Downloaded flume v0.11.1
7622026-07-16T02:37:59.232Z Downloaded lock_api v0.4.14
7632026-07-16T02:37:59.232Z Downloaded libsw v3.5.0
7642026-07-16T02:37:59.232Z Downloaded half v2.7.1
7652026-07-16T02:37:59.236Z Downloaded lazy_static v1.5.0
7662026-07-16T02:37:59.236Z Downloaded iana-time-zone v0.1.65
7672026-07-16T02:37:59.236Z Downloaded compact_str v0.8.1
7682026-07-16T02:37:59.243Z Downloaded chacha20poly1305 v0.10.1
7692026-07-16T02:37:59.243Z Downloaded bytes v1.11.1
7702026-07-16T02:37:59.246Z Downloaded openssl-probe v0.2.1
7712026-07-16T02:37:59.246Z Downloaded opaque-debug v0.3.1
7722026-07-16T02:37:59.246Z Downloaded const_format v0.2.35
7732026-07-16T02:37:59.246Z Downloaded oso-derive v0.27.3
7742026-07-16T02:37:59.246Z Downloaded openssl-macros v0.1.1
7752026-07-16T02:37:59.246Z Downloaded bzip2 v0.6.1
7762026-07-16T02:37:59.251Z Downloaded ingot-macros v0.1.1
7772026-07-16T02:37:59.251Z Downloaded openssl-probe v0.1.6
7782026-07-16T02:37:59.256Z Downloaded nanorand v0.7.0
7792026-07-16T02:37:59.256Z Downloaded new_debug_unreachable v1.0.6
7802026-07-16T02:37:59.256Z Downloaded futures-channel v0.3.32
7812026-07-16T02:37:59.267Z Downloaded packed_struct_codegen v0.10.1
7822026-07-16T02:37:59.271Z Downloaded nodrop v0.1.14
7832026-07-16T02:37:59.271Z Downloaded newtype-uuid v1.3.2
7842026-07-16T02:37:59.271Z Downloaded native-tls v0.2.18
7852026-07-16T02:37:59.274Z Downloaded module-lattice v0.2.3
7862026-07-16T02:37:59.274Z Downloaded ipnet v2.11.0
7872026-07-16T02:37:59.274Z Downloaded derive_more v2.1.1
7882026-07-16T02:37:59.281Z Downloaded parse-size v1.1.0
7892026-07-16T02:37:59.284Z Downloaded nu-ansi-term v0.50.3
7902026-07-16T02:37:59.284Z Downloaded nonempty v0.12.0
7912026-07-16T02:37:59.284Z Downloaded num_enum v0.7.6
7922026-07-16T02:37:59.288Z Downloaded num_enum v0.5.11
7932026-07-16T02:37:59.291Z Downloaded percent-encoding v2.3.2
7942026-07-16T02:37:59.295Z Downloaded peg-runtime v0.8.5
7952026-07-16T02:37:59.295Z Downloaded path-slash v0.1.5
7962026-07-16T02:37:59.295Z Downloaded parse-display v0.10.0
7972026-07-16T02:37:59.295Z Downloaded num_enum_derive v0.7.6
7982026-07-16T02:37:59.298Z Downloaded num-rational v0.4.2
7992026-07-16T02:37:59.298Z Downloaded num-integer v0.1.46
8002026-07-16T02:37:59.298Z Downloaded phf_shared v0.13.1
8012026-07-16T02:37:59.301Z Downloaded headers v0.4.1
8022026-07-16T02:37:59.304Z Downloaded bumpalo v3.20.2
8032026-07-16T02:37:59.304Z Downloaded litrs v1.0.0
8042026-07-16T02:37:59.307Z Downloaded memmap2 v0.9.10
8052026-07-16T02:37:59.307Z Downloaded ml-kem v0.3.2
8062026-07-16T02:37:59.310Z Downloaded heapless v0.8.0
8072026-07-16T02:37:59.315Z Downloaded cc v1.2.56
8082026-07-16T02:37:59.315Z Downloaded icu_provider v2.1.1
8092026-07-16T02:37:59.317Z Downloaded phf_shared v0.11.3
8102026-07-16T02:37:59.318Z Downloaded mime_guess v2.0.5
8112026-07-16T02:37:59.318Z Downloaded crypto-bigint v0.5.5
8122026-07-16T02:37:59.321Z Downloaded indexmap v1.9.3
8132026-07-16T02:37:59.327Z Downloaded aes v0.9.1
8142026-07-16T02:37:59.330Z Downloaded ed25519-dalek v2.2.0
8152026-07-16T02:37:59.330Z Downloaded owo-colors v4.3.0
8162026-07-16T02:37:59.330Z Downloaded packed_struct v0.10.1
8172026-07-16T02:37:59.333Z Downloaded oxnet v0.1.6
8182026-07-16T02:37:59.333Z Downloaded oxide-tokio-rt v0.1.4
8192026-07-16T02:37:59.333Z Downloaded derive_more-impl v2.1.1
8202026-07-16T02:37:59.337Z Downloaded predicates-core v1.0.10
8212026-07-16T02:37:59.340Z Downloaded ed25519-dalek v3.0.0-rc.0
8222026-07-16T02:37:59.340Z Downloaded aho-corasick v1.1.4
8232026-07-16T02:37:59.343Z Downloaded powerfmt v0.2.0
8242026-07-16T02:37:59.343Z Downloaded libbz2-rs-sys v0.2.2
8252026-07-16T02:37:59.347Z Downloaded password-hash v0.6.1
8262026-07-16T02:37:59.347Z Downloaded parse-display-derive v0.10.0
8272026-07-16T02:37:59.348Z Downloaded phf_shared v0.12.1
8282026-07-16T02:37:59.351Z Downloaded der v0.8.0
8292026-07-16T02:37:59.351Z Downloaded predicates-tree v1.0.13
8302026-07-16T02:37:59.354Z Downloaded der v0.7.10
8312026-07-16T02:37:59.358Z Downloaded pbkdf2 v0.13.0
8322026-07-16T02:37:59.358Z Downloaded password-hash v0.5.0
8332026-07-16T02:37:59.358Z Downloaded num-complex v0.4.6
8342026-07-16T02:37:59.364Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-07-16T02:37:59.364Z Downloaded proc-macro-crate v3.4.0
8362026-07-16T02:37:59.364Z Downloaded proc-macro-crate v1.3.1
8372026-07-16T02:37:59.367Z Downloaded precomputed-hash v0.1.1
8382026-07-16T02:37:59.367Z Downloaded pem-rfc7468 v1.0.0
8392026-07-16T02:37:59.367Z Downloaded pem-rfc7468 v0.7.0
8402026-07-16T02:37:59.367Z Downloaded psl-types v2.0.11
8412026-07-16T02:37:59.367Z Downloaded progenitor-client v0.14.0
8422026-07-16T02:37:59.367Z Downloaded progenitor-macro v0.13.0
8432026-07-16T02:37:59.370Z Downloaded phf v0.12.1
8442026-07-16T02:37:59.370Z Downloaded icu_locale_core v2.1.1
8452026-07-16T02:37:59.376Z Downloaded ignore v0.4.25
8462026-07-16T02:37:59.380Z Downloaded flate2 v1.1.9
8472026-07-16T02:37:59.380Z Downloaded pin-project-internal v1.1.11
8482026-07-16T02:37:59.380Z Downloaded pem v3.0.6
8492026-07-16T02:37:59.380Z Downloaded indicatif v0.18.4
8502026-07-16T02:37:59.383Z Downloaded hickory-resolver v0.24.4
8512026-07-16T02:37:59.392Z Downloaded pkg-config v0.3.32
8522026-07-16T02:37:59.392Z Downloaded phc v0.6.1
8532026-07-16T02:37:59.392Z Downloaded peg-macros v0.8.5
8542026-07-16T02:37:59.395Z Downloaded pkcs8 v0.10.2
8552026-07-16T02:37:59.395Z Downloaded progenitor-macro v0.14.0
8562026-07-16T02:37:59.395Z Downloaded pin-project-lite v0.2.17
8572026-07-16T02:37:59.395Z Downloaded port-file v0.1.0
8582026-07-16T02:37:59.399Z Downloaded hickory-resolver v0.25.2
8592026-07-16T02:37:59.399Z Downloaded diesel_derives v2.3.7
8602026-07-16T02:37:59.403Z Downloaded predicates v3.1.4
8612026-07-16T02:37:59.408Z Downloaded potential_utf v0.1.4
8622026-07-16T02:37:59.408Z Downloaded radium v0.7.0
8632026-07-16T02:37:59.408Z Downloaded postgres-protocol v0.6.10
8642026-07-16T02:37:59.408Z Downloaded quick-error v1.2.3
8652026-07-16T02:37:59.415Z Downloaded rand_xorshift v0.4.0
8662026-07-16T02:37:59.415Z Downloaded polyval v0.7.1
8672026-07-16T02:37:59.415Z Downloaded ppv-lite86 v0.2.21
8682026-07-16T02:37:59.415Z Downloaded phf v0.13.1
8692026-07-16T02:37:59.419Z Downloaded peg v0.8.5
8702026-07-16T02:37:59.420Z Downloaded primeorder v0.14.0-rc.10
8712026-07-16T02:37:59.420Z Downloaded primefield v0.14.0
8722026-07-16T02:37:59.420Z Downloaded paste v1.0.15
8732026-07-16T02:37:59.424Z Downloaded icu_normalizer_data v2.1.1
8742026-07-16T02:37:59.424Z Downloaded parking_lot_core v0.8.6
8752026-07-16T02:37:59.424Z Downloaded primeorder v0.13.6
8762026-07-16T02:37:59.424Z Downloaded parking_lot_core v0.9.12
8772026-07-16T02:37:59.428Z Downloaded icu_normalizer v2.1.1
8782026-07-16T02:37:59.428Z Downloaded rand_chacha v0.3.1
8792026-07-16T02:37:59.441Z Downloaded icu_properties v2.1.2
8802026-07-16T02:37:59.441Z Downloaded num-traits v0.2.19
8812026-07-16T02:37:59.446Z Downloaded icu_collections v2.1.1
8822026-07-16T02:37:59.446Z Downloaded progenitor v0.14.0
8832026-07-16T02:37:59.446Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-07-16T02:37:59.446Z Downloaded ref-cast v1.0.25
8852026-07-16T02:37:59.446Z Downloaded recursive v0.1.1
8862026-07-16T02:37:59.446Z Downloaded progenitor-extras v0.2.0
8872026-07-16T02:37:59.446Z Downloaded ref-cast-impl v1.0.25
8882026-07-16T02:37:59.446Z Downloaded progenitor-client v0.13.0
8892026-07-16T02:37:59.446Z Downloaded expectorate v1.2.0
8902026-07-16T02:37:59.446Z Downloaded proc-macro-error2 v2.0.1
8912026-07-16T02:37:59.450Z Downloaded heapless v0.7.17
8922026-07-16T02:37:59.450Z Downloaded litemap v0.8.1
8932026-07-16T02:37:59.454Z Downloaded pkcs1 v0.8.0-rc.4
8942026-07-16T02:37:59.454Z Downloaded pkcs8 v0.11.0
8952026-07-16T02:37:59.458Z Downloaded psm v0.1.30
8962026-07-16T02:37:59.458Z Downloaded pkcs1 v0.7.5
8972026-07-16T02:37:59.458Z Downloaded oso v0.27.3
8982026-07-16T02:37:59.462Z Downloaded rfc6979 v0.4.0
8992026-07-16T02:37:59.462Z Downloaded omicron-zone-package v0.12.3
9002026-07-16T02:37:59.465Z Downloaded ar_archive_writer v0.5.1
9012026-07-16T02:37:59.465Z Downloaded multer v3.1.0
9022026-07-16T02:37:59.471Z Downloaded rustc_version v0.4.1
9032026-07-16T02:37:59.471Z Downloaded rustc_version v0.1.7
9042026-07-16T02:37:59.471Z Downloaded rtoolbox v0.0.3
9052026-07-16T02:37:59.474Z Downloaded poly1305 v0.9.0
9062026-07-16T02:37:59.474Z Downloaded rand_core v0.6.4
9072026-07-16T02:37:59.478Z Downloaded postcard v1.1.3
9082026-07-16T02:37:59.478Z Downloaded same-file v1.0.6
9092026-07-16T02:37:59.482Z Downloaded russh-util v0.52.0
9102026-07-16T02:37:59.482Z Downloaded rand_core v0.9.5
9112026-07-16T02:37:59.482Z Downloaded r2d2 v0.8.10
9122026-07-16T02:37:59.482Z Downloaded parking_lot v0.11.2
9132026-07-16T02:37:59.489Z Downloaded rustc-hash v2.1.1
9142026-07-16T02:37:59.489Z Downloaded russh-cryptovec v0.61.0
9152026-07-16T02:37:59.489Z Downloaded rand_chacha v0.9.0
9162026-07-16T02:37:59.493Z Downloaded crossterm v0.29.0
9172026-07-16T02:37:59.493Z Downloaded papergrid v0.17.0
9182026-07-16T02:37:59.497Z Downloaded crossterm v0.28.1
9192026-07-16T02:37:59.502Z Downloaded scheduled-thread-pool v0.2.7
9202026-07-16T02:37:59.502Z Downloaded rand_seeder v0.4.0
9212026-07-16T02:37:59.502Z Downloaded jiff-static v0.2.21
9222026-07-16T02:37:59.503Z Downloaded poly1305 v0.8.0
9232026-07-16T02:37:59.506Z Downloaded parking_lot v0.12.5
9242026-07-16T02:37:59.506Z Downloaded progenitor v0.13.0
9252026-07-16T02:37:59.510Z Downloaded sapling-renderdag v0.1.0
9262026-07-16T02:37:59.513Z Downloaded scroll_derive v0.13.1
9272026-07-16T02:37:59.513Z Downloaded secrecy v0.8.0
9282026-07-16T02:37:59.516Z Downloaded hyper-util v0.1.20
9292026-07-16T02:37:59.522Z Downloaded semver v0.1.20
9302026-07-16T02:37:59.522Z Downloaded secrecy v0.10.3
9312026-07-16T02:37:59.523Z Downloaded scopeguard v1.2.0
9322026-07-16T02:37:59.523Z Downloaded hashbrown v0.13.2
9332026-07-16T02:37:59.526Z Downloaded hashbrown v0.12.3
9342026-07-16T02:37:59.526Z Downloaded rfc6979 v0.5.0
9352026-07-16T02:37:59.530Z Downloaded minimal-lexical v0.2.1
9362026-07-16T02:37:59.530Z Downloaded seq-macro v0.3.6
9372026-07-16T02:37:59.533Z Downloaded serde-big-array v0.5.1
9382026-07-16T02:37:59.533Z Downloaded pkcs5 v0.8.1
9392026-07-16T02:37:59.537Z Downloaded resolv-conf v0.7.6
9402026-07-16T02:37:59.537Z Downloaded hickory-server v0.25.2
9412026-07-16T02:37:59.540Z Downloaded serde_plain v1.0.2
9422026-07-16T02:37:59.541Z Downloaded serde_bytes v0.11.19
9432026-07-16T02:37:59.544Z Downloaded serde_spanned v1.1.1
9442026-07-16T02:37:59.545Z Downloaded rustls-pemfile v2.2.0
9452026-07-16T02:37:59.545Z Downloaded openssl-sys v0.9.115
9462026-07-16T02:37:59.548Z Downloaded serde_repr v0.1.20
9472026-07-16T02:37:59.551Z Downloaded serde_urlencoded v0.7.1
9482026-07-16T02:37:59.554Z Downloaded postgres-types v0.2.12
9492026-07-16T02:37:59.554Z Downloaded quinn-udp v0.5.14
9502026-07-16T02:37:59.558Z Downloaded p256 v0.14.0-rc.10
9512026-07-16T02:37:59.562Z Downloaded rustversion v1.0.22
9522026-07-16T02:37:59.562Z Downloaded rustls-native-certs v0.8.3
9532026-07-16T02:37:59.565Z Downloaded sha1 v0.10.6
9542026-07-16T02:37:59.565Z Downloaded dropshot-api-manager v0.7.2
9552026-07-16T02:37:59.572Z Downloaded rand_core v0.10.0
9562026-07-16T02:37:59.572Z Downloaded shell-words v1.1.1
9572026-07-16T02:37:59.572Z Downloaded http v1.4.2
9582026-07-16T02:37:59.572Z Downloaded signature v2.2.0
9592026-07-16T02:37:59.576Z Downloaded signal-hook-tokio v0.3.1
9602026-07-16T02:37:59.576Z Downloaded signal-hook-mio v0.2.5
9612026-07-16T02:37:59.576Z Downloaded prefix-trie v0.7.0
9622026-07-16T02:37:59.579Z Downloaded sigpipe v0.1.3
9632026-07-16T02:37:59.579Z Downloaded signature v3.0.0
9642026-07-16T02:37:59.579Z Downloaded sec1 v0.7.3
9652026-07-16T02:37:59.584Z Downloaded progenitor-impl v0.14.0
9662026-07-16T02:37:59.588Z Downloaded progenitor-impl v0.13.0
9672026-07-16T02:37:59.591Z Downloaded scrypt v0.12.0
9682026-07-16T02:37:59.591Z Downloaded siphasher v1.0.2
9692026-07-16T02:37:59.594Z Downloaded schemars_derive v0.8.22
9702026-07-16T02:37:59.594Z Downloaded sec1 v0.8.1
9712026-07-16T02:37:59.599Z Downloaded scroll v0.13.0
9722026-07-16T02:37:59.604Z Downloaded serde_derive_internals v0.29.1
9732026-07-16T02:37:59.608Z Downloaded serde-hex v0.1.0
9742026-07-16T02:37:59.611Z Downloaded slog-bunyan v2.5.0
9752026-07-16T02:37:59.611Z Downloaded mio v1.2.0
9762026-07-16T02:37:59.615Z Downloaded miniz_oxide v0.8.9
9772026-07-16T02:37:59.620Z Downloaded pin-project v1.1.11
9782026-07-16T02:37:59.625Z Downloaded slog-envlogger v2.2.0
9792026-07-16T02:37:59.628Z Downloaded internal-russh-num-bigint v0.5.0
9802026-07-16T02:37:59.628Z Downloaded serde_path_to_error v0.1.20
9812026-07-16T02:37:59.632Z Downloaded rustls-pki-types v1.14.0
9822026-07-16T02:37:59.632Z Downloaded sha1 v0.11.0
9832026-07-16T02:37:59.632Z Downloaded serdect v0.4.3
9842026-07-16T02:37:59.635Z Downloaded itertools v0.10.5
9852026-07-16T02:37:59.638Z Downloaded p384 v0.14.0-rc.10
9862026-07-16T02:37:59.642Z Downloaded serde_with_macros v1.5.2
9872026-07-16T02:37:59.645Z Downloaded rusty-fork v0.3.1
9882026-07-16T02:37:59.649Z Downloaded salsa20 v0.11.0
9892026-07-16T02:37:59.649Z Downloaded stable_deref_trait v1.2.1
9902026-07-16T02:37:59.652Z Downloaded sqlparser_derive v0.5.0
9912026-07-16T02:37:59.652Z Downloaded shlex v1.3.0
9922026-07-16T02:37:59.652Z Downloaded prettyplease v0.2.37
9932026-07-16T02:37:59.659Z Downloaded rcgen v0.12.1
9942026-07-16T02:37:59.668Z Downloaded strsim v0.10.0
9952026-07-16T02:37:59.671Z Downloaded strip-ansi-escapes v0.2.1
9962026-07-16T02:37:59.671Z Downloaded strum v0.27.2
9972026-07-16T02:37:59.671Z Downloaded structmeta-derive v0.3.0
9982026-07-16T02:37:59.672Z Downloaded slab v0.4.12
9992026-07-16T02:37:59.672Z Downloaded signal-hook-registry v1.4.8
10002026-07-16T02:37:59.678Z Downloaded strum v0.26.3
10012026-07-16T02:37:59.681Z Downloaded slog-json v2.6.1
10022026-07-16T02:37:59.681Z Downloaded subtle v2.6.1
10032026-07-16T02:37:59.681Z Downloaded structmeta v0.3.0
10042026-07-16T02:37:59.685Z Downloaded slog-dtrace v0.3.0
10052026-07-16T02:37:59.685Z Downloaded ron v0.8.1
10062026-07-16T02:37:59.688Z Downloaded sync_wrapper v1.0.2
10072026-07-16T02:37:59.688Z Downloaded slog-stdlog v4.1.1
10082026-07-16T02:37:59.688Z Downloaded serde_cbor v0.11.2
10092026-07-16T02:37:59.691Z Downloaded sync-ptr v0.1.4
10102026-07-16T02:37:59.691Z Downloaded take_mut v0.2.2
10112026-07-16T02:37:59.691Z Downloaded tagptr v0.2.0
10122026-07-16T02:37:59.695Z Downloaded tabwriter v1.4.1
10132026-07-16T02:37:59.695Z Downloaded smf v0.2.3
10142026-07-16T02:37:59.695Z Downloaded smallvec v0.6.14
10152026-07-16T02:37:59.702Z Downloaded slog-async v2.8.0
10162026-07-16T02:37:59.703Z Downloaded simd-adler32 v0.3.8
10172026-07-16T02:37:59.703Z Downloaded rustls-platform-verifier v0.6.2
10182026-07-16T02:37:59.706Z Downloaded slog-term v2.9.2
10192026-07-16T02:37:59.709Z Downloaded thiserror-impl-no-std v2.0.2
10202026-07-16T02:37:59.709Z Downloaded testing_table v0.3.0
10212026-07-16T02:37:59.709Z Downloaded tap v1.0.1
10222026-07-16T02:37:59.715Z Downloaded tabled_derive v0.11.0
10232026-07-16T02:37:59.715Z Downloaded crypto-primes v0.7.2
10242026-07-16T02:37:59.719Z Downloaded ryu v1.0.23
10252026-07-16T02:37:59.719Z Downloaded pretty_assertions v1.4.1
10262026-07-16T02:37:59.725Z Downloaded sqlformat v0.3.5
10272026-07-16T02:37:59.725Z Downloaded static_assertions v1.1.0
10282026-07-16T02:37:59.725Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-16T02:37:59.728Z Downloaded serde_with_macros v3.17.0
10302026-07-16T02:37:59.728Z Downloaded sha2 v0.11.0
10312026-07-16T02:37:59.728Z Downloaded string_cache v0.8.9
10322026-07-16T02:37:59.729Z Downloaded termtree v0.5.1
10332026-07-16T02:37:59.732Z Downloaded ssh-cipher v0.3.0-rc.9
10342026-07-16T02:37:59.732Z Downloaded thread-id v5.1.0
10352026-07-16T02:37:59.732Z Downloaded rayon-core v1.13.0
10362026-07-16T02:37:59.735Z Downloaded schemars v0.8.22
10372026-07-16T02:37:59.742Z Downloaded tokio-macros v2.7.0
10382026-07-16T02:37:59.746Z Downloaded synstructure v0.13.2
10392026-07-16T02:37:59.746Z Downloaded stacker v0.1.23
10402026-07-16T02:37:59.750Z Downloaded strum_macros v0.27.2
10412026-07-16T02:37:59.750Z Downloaded tinyvec_macros v0.1.1
10422026-07-16T02:37:59.750Z Downloaded time-core v0.1.8
10432026-07-16T02:37:59.750Z Downloaded strum_macros v0.24.3
10442026-07-16T02:37:59.753Z Downloaded publicsuffix v2.3.0
10452026-07-16T02:37:59.753Z Downloaded num-bigint v0.4.6
10462026-07-16T02:37:59.757Z Downloaded idna v1.1.0
10472026-07-16T02:37:59.760Z Downloaded smallvec v1.15.1
10482026-07-16T02:37:59.760Z Downloaded strum_macros v0.26.4
10492026-07-16T02:37:59.763Z Downloaded support-bundle-viewer v0.1.2
10502026-07-16T02:37:59.763Z Downloaded supports-color v3.0.2
10512026-07-16T02:37:59.764Z Downloaded slog-scope v4.4.1
10522026-07-16T02:37:59.767Z Downloaded tokio-test v0.4.5
10532026-07-16T02:37:59.767Z Downloaded rand v0.8.6
10542026-07-16T02:37:59.771Z Downloaded quinn v0.11.9
10552026-07-16T02:37:59.774Z Downloaded snafu-derive v0.8.9
10562026-07-16T02:37:59.779Z Downloaded spki v0.8.0
10572026-07-16T02:37:59.782Z Downloaded itertools v0.13.0
10582026-07-16T02:37:59.786Z Downloaded nom v7.1.3
10592026-07-16T02:37:59.789Z Downloaded tiny-keccak v2.0.2
10602026-07-16T02:37:59.793Z Downloaded thiserror-no-std v2.0.2
10612026-07-16T02:37:59.799Z Downloaded trait-variant v0.1.2
10622026-07-16T02:37:59.799Z Downloaded topological-sort v0.2.2
10632026-07-16T02:37:59.799Z Downloaded try-lock v0.2.5
10642026-07-16T02:37:59.799Z Downloaded tower-service v0.3.3
10652026-07-16T02:37:59.799Z Downloaded thread_local v1.1.9
10662026-07-16T02:37:59.808Z Downloaded spki v0.7.3
10672026-07-16T02:37:59.809Z Downloaded signal-hook v0.3.18
10682026-07-16T02:37:59.812Z Downloaded libxml v0.3.3
10692026-07-16T02:37:59.812Z Downloaded tls_codec v0.4.2
10702026-07-16T02:37:59.812Z Downloaded aes-gcm v0.11.0
10712026-07-16T02:37:59.812Z Downloaded itertools v0.12.1
10722026-07-16T02:37:59.817Z Downloaded tokio-native-tls v0.3.1
10732026-07-16T02:37:59.817Z Downloaded hashbrown v0.15.5
10742026-07-16T02:37:59.822Z Downloaded tls_codec_derive v0.4.2
10752026-07-16T02:37:59.822Z Downloaded tower-layer v0.3.3
10762026-07-16T02:37:59.822Z Downloaded termios v0.3.3
10772026-07-16T02:37:59.822Z Downloaded spin v0.9.8
10782026-07-16T02:37:59.826Z Downloaded slog v2.8.2
10792026-07-16T02:37:59.826Z Downloaded iri-string v0.7.10
10802026-07-16T02:37:59.830Z Downloaded unarray v0.1.4
10812026-07-16T02:37:59.833Z Downloaded num-bigint-dig v0.8.6
10822026-07-16T02:37:59.833Z Downloaded tinystr v0.8.2
10832026-07-16T02:37:59.837Z Downloaded unicode-xid v0.2.6
10842026-07-16T02:37:59.837Z Downloaded unit-prefix v0.5.2
10852026-07-16T02:37:59.837Z Downloaded term v1.2.1
10862026-07-16T02:37:59.840Z Downloaded futures-util v0.3.32
10872026-07-16T02:37:59.848Z Downloaded tokio-dtrace v0.1.1
10882026-07-16T02:37:59.851Z Downloaded term v0.7.0
10892026-07-16T02:37:59.851Z Downloaded untrusted v0.9.0
10902026-07-16T02:37:59.851Z Downloaded untrusted v0.7.1
10912026-07-16T02:37:59.851Z Downloaded universal-hash v0.5.1
10922026-07-16T02:37:59.856Z Downloaded usdt-macro v0.6.0
10932026-07-16T02:37:59.856Z Downloaded usdt-attr-macro v0.6.0
10942026-07-16T02:37:59.856Z Downloaded utf-8 v0.7.6
10952026-07-16T02:37:59.856Z Downloaded schemars v0.9.0
10962026-07-16T02:37:59.860Z Downloaded qorb v0.4.1
10972026-07-16T02:37:59.863Z Downloaded tokio-tungstenite v0.23.1
10982026-07-16T02:37:59.867Z Downloaded tokio-tungstenite v0.21.0
10992026-07-16T02:37:59.867Z Downloaded socket2 v0.6.3
11002026-07-16T02:37:59.871Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-07-16T02:37:59.871Z Downloaded rsa v0.9.10
11022026-07-16T02:37:59.874Z Downloaded utf8_iter v1.0.4
11032026-07-16T02:37:59.874Z Downloaded usdt v0.6.0
11042026-07-16T02:37:59.878Z Downloaded nom v8.0.0
11052026-07-16T02:37:59.878Z Downloaded bindgen v0.71.1
11062026-07-16T02:37:59.883Z Downloaded p521 v0.14.0-rc.10
11072026-07-16T02:37:59.886Z Downloaded samael v0.0.19
11082026-07-16T02:37:59.889Z Downloaded want v0.3.1
11092026-07-16T02:37:59.889Z Downloaded toml_writer v1.1.1+spec-1.1.0
11102026-07-16T02:37:59.892Z Downloaded void v1.0.2
11112026-07-16T02:37:59.892Z Downloaded waitgroup v0.1.2
11122026-07-16T02:37:59.892Z Downloaded wait-timeout v0.2.1
11132026-07-16T02:37:59.892Z Downloaded itertools v0.14.0
11142026-07-16T02:37:59.896Z Downloaded icu_properties_data v2.1.2
11152026-07-16T02:37:59.904Z Downloaded h2 v0.4.15
11162026-07-16T02:37:59.907Z Downloaded hkdf v0.13.0
11172026-07-16T02:37:59.911Z Downloaded hashbrown v0.16.1
11182026-07-16T02:37:59.914Z Downloaded universal-hash v0.6.1
11192026-07-16T02:37:59.914Z Downloaded subprocess v0.2.15
11202026-07-16T02:37:59.922Z Downloaded similar v2.7.0
11212026-07-16T02:37:59.922Z Downloaded hkdf v0.12.4
11222026-07-16T02:37:59.926Z Downloaded socket2 v0.5.10
11232026-07-16T02:37:59.926Z Downloaded xattr v1.6.1
11242026-07-16T02:37:59.926Z Downloaded unicase v2.9.0
11252026-07-16T02:37:59.926Z Downloaded rustls-webpki v0.103.13
11262026-07-16T02:37:59.926Z Downloaded unicode-truncate v1.1.0
11272026-07-16T02:37:59.929Z Downloaded xshell-macros v0.2.7
11282026-07-16T02:37:59.929Z Downloaded bitvec v1.0.1
11292026-07-16T02:37:59.936Z Downloaded zerofrom v0.1.6
11302026-07-16T02:37:59.939Z Downloaded snafu v0.8.9
11312026-07-16T02:37:59.942Z Downloaded uzers v0.12.2
11322026-07-16T02:37:59.942Z Downloaded usdt-impl v0.6.0
11332026-07-16T02:37:59.942Z Downloaded toml_parser v1.1.2+spec-1.1.0
11342026-07-16T02:37:59.946Z Downloaded zeroize_derive v1.4.3
11352026-07-16T02:37:59.946Z Downloaded zerofrom-derive v0.1.6
11362026-07-16T02:37:59.946Z Downloaded libm v0.2.16
11372026-07-16T02:37:59.951Z Downloaded yoke-derive v0.8.1
11382026-07-16T02:37:59.954Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11392026-07-16T02:37:59.954Z Downloaded rand v0.9.2
11402026-07-16T02:37:59.958Z Downloaded tui-tree-widget v0.23.1
11412026-07-16T02:37:59.958Z Downloaded rand v0.10.1
11422026-07-16T02:37:59.961Z Downloaded whoami v2.1.0
11432026-07-16T02:37:59.961Z Downloaded walkdir v2.5.0
11442026-07-16T02:37:59.961Z Downloaded twox-hash v2.1.2
11452026-07-16T02:37:59.966Z Downloaded vergen-lib v9.1.0
11462026-07-16T02:37:59.966Z Downloaded vergen-lib v0.1.6
11472026-07-16T02:37:59.966Z Downloaded test-strategy v0.4.5
11482026-07-16T02:37:59.971Z Downloaded zone v0.3.1
11492026-07-16T02:37:59.971Z Downloaded iddqd v0.4.2
11502026-07-16T02:37:59.974Z Downloaded tracing-attributes v0.1.31
11512026-07-16T02:37:59.974Z Downloaded tokio-stream v0.1.18
11522026-07-16T02:37:59.981Z Downloaded unicode-properties v0.1.4
11532026-07-16T02:37:59.981Z Downloaded zone_cfg_derive v0.3.1
11542026-07-16T02:37:59.981Z Downloaded time-macros v0.2.27
11552026-07-16T02:37:59.981Z Downloaded stringprep v0.1.5
11562026-07-16T02:37:59.984Z Downloaded hyper v1.10.1
11572026-07-16T02:37:59.989Z Downloaded typify-macro v0.6.2
11582026-07-16T02:37:59.989Z Downloaded serde_yaml v0.9.34+deprecated
11592026-07-16T02:37:59.989Z Downloaded writeable v0.6.2
11602026-07-16T02:37:59.993Z Downloaded serde_with v1.14.0
11612026-07-16T02:37:59.993Z Downloaded yoke v0.8.1
11622026-07-16T02:37:59.996Z Downloaded wyz v0.5.1
11632026-07-16T02:37:59.996Z Downloaded schemars v1.2.1
11642026-07-16T02:38:00.004Z Downloaded xshell v0.2.7
11652026-07-16T02:38:00.011Z Downloaded toml v1.1.2+spec-1.1.0
11662026-07-16T02:38:00.014Z Downloaded vergen-git2 v9.1.0
11672026-07-16T02:38:00.015Z Downloaded vergen-gitcl v1.0.8
11682026-07-16T02:38:00.015Z Downloaded zeroize v1.8.2
11692026-07-16T02:38:00.015Z Downloaded zerovec-derive v0.11.2
11702026-07-16T02:38:00.015Z Downloaded vergen v9.1.0
11712026-07-16T02:38:00.015Z Downloaded tracing-core v0.1.36
11722026-07-16T02:38:00.018Z Downloaded aws-lc-rs v1.16.3
11732026-07-16T02:38:00.023Z Downloaded steno v0.4.1
11742026-07-16T02:38:00.027Z Downloaded vsss-rs v3.3.4
11752026-07-16T02:38:00.027Z Downloaded typify v0.6.2
11762026-07-16T02:38:00.031Z Downloaded zstd-safe v7.2.4
11772026-07-16T02:38:00.031Z Downloaded toml v0.7.8
11782026-07-16T02:38:00.031Z Downloaded whoami v1.6.1
11792026-07-16T02:38:00.046Z Downloaded rsa v0.10.0-rc.18
11802026-07-16T02:38:00.046Z Downloaded tokio-rustls v0.26.4
11812026-07-16T02:38:00.050Z Downloaded tinyvec v1.10.0
11822026-07-16T02:38:00.050Z Downloaded unicode-bidi v0.3.18
11832026-07-16T02:38:00.050Z Downloaded tar v0.4.46
11842026-07-16T02:38:00.055Z Downloaded blake3 v1.8.5
11852026-07-16T02:38:00.057Z Downloaded unsafe-libyaml v0.2.11
11862026-07-16T02:38:00.061Z Downloaded yasna v0.5.2
11872026-07-16T02:38:00.061Z Downloaded uuid v1.23.4
11882026-07-16T02:38:00.065Z Downloaded rustyline v14.0.0
11892026-07-16T02:38:00.071Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-07-16T02:38:00.074Z Downloaded git2 v0.20.4
11912026-07-16T02:38:00.080Z Downloaded reedline v0.40.0
11922026-07-16T02:38:00.084Z Downloaded zstd v0.13.3
11932026-07-16T02:38:00.098Z Downloaded p384 v0.13.1
11942026-07-16T02:38:00.104Z Downloaded tokio-postgres v0.7.16
11952026-07-16T02:38:00.108Z Downloaded chrono v0.4.45
11962026-07-16T02:38:00.112Z Downloaded toml_edit v0.19.15
11972026-07-16T02:38:00.121Z Downloaded zopfli v0.8.3
11982026-07-16T02:38:00.124Z Downloaded tungstenite v0.23.0
11992026-07-16T02:38:00.128Z Downloaded vte v0.14.1
12002026-07-16T02:38:00.128Z Downloaded tungstenite v0.21.0
12012026-07-16T02:38:00.134Z Downloaded reqwest v0.12.28
12022026-07-16T02:38:00.137Z Downloaded unicode_categories v0.1.1
12032026-07-16T02:38:00.146Z Downloaded url v2.5.8
12042026-07-16T02:38:00.150Z Downloaded zerocopy v0.6.6
12052026-07-16T02:38:00.156Z Downloaded regex v1.12.3
12062026-07-16T02:38:00.164Z Downloaded rpassword v7.4.0
12072026-07-16T02:38:00.166Z Downloaded goblin v0.10.5
12082026-07-16T02:38:00.171Z Downloaded zerotrie v0.2.3
12092026-07-16T02:38:00.174Z Downloaded portable-atomic v1.13.1
12102026-07-16T02:38:00.181Z Downloaded yansi v1.0.1
12112026-07-16T02:38:00.184Z Downloaded salty v0.3.0
12122026-07-16T02:38:00.188Z Downloaded crypto-bigint v0.7.5
12132026-07-16T02:38:00.194Z Downloaded zip v0.6.6
12142026-07-16T02:38:00.197Z Downloaded ssh-key v0.7.0-rc.10
12152026-07-16T02:38:00.201Z Downloaded rayon v1.11.0
12162026-07-16T02:38:00.207Z Downloaded reqwest v0.13.2
12172026-07-16T02:38:00.210Z Downloaded unicode-segmentation v1.12.0
12182026-07-16T02:38:00.213Z Downloaded curve25519-dalek v4.1.3
12192026-07-16T02:38:00.217Z Downloaded quick-xml v0.37.5
12202026-07-16T02:38:00.221Z Downloaded rawzip v0.4.4
12212026-07-16T02:38:00.224Z Downloaded tower v0.5.3
12222026-07-16T02:38:00.230Z Downloaded moka v0.12.13
12232026-07-16T02:38:00.235Z Downloaded proptest v1.10.0
12242026-07-16T02:38:00.241Z Downloaded x509-cert v0.2.5
12252026-07-16T02:38:00.245Z Downloaded zerocopy-derive v0.8.40
12262026-07-16T02:38:00.250Z Downloaded typed-path v0.9.3
12272026-07-16T02:38:00.253Z Downloaded tokio-util v0.7.18
12282026-07-16T02:38:00.258Z Downloaded unicode-normalization v0.1.25
12292026-07-16T02:38:00.266Z Downloaded lalrpop v0.19.12
12302026-07-16T02:38:00.275Z Downloaded object v0.30.4
12312026-07-16T02:38:00.278Z Downloaded zerovec v0.11.5
12322026-07-16T02:38:00.281Z Downloaded nix v0.27.1
12332026-07-16T02:38:00.289Z Downloaded quinn-proto v0.11.13
12342026-07-16T02:38:00.293Z Downloaded tower-http v0.6.8
12352026-07-16T02:38:00.299Z Downloaded serde_with v3.17.0
12362026-07-16T02:38:00.306Z Downloaded winnow v0.5.40
12372026-07-16T02:38:00.312Z Downloaded radix_trie v0.2.1
12382026-07-16T02:38:00.315Z Downloaded polar-core v0.27.3
12392026-07-16T02:38:00.319Z Downloaded petname v2.0.2
12402026-07-16T02:38:00.322Z Downloaded tough v0.22.0
12412026-07-16T02:38:00.328Z Downloaded curve25519-dalek v5.0.0-rc.0
12422026-07-16T02:38:00.333Z Downloaded zip v4.6.1
12432026-07-16T02:38:00.348Z Downloaded winnow v0.6.26
12442026-07-16T02:38:00.354Z Downloaded tabled v0.20.0
12452026-07-16T02:38:00.363Z Downloaded russh v0.61.2
12462026-07-16T02:38:00.369Z Downloaded winnow v1.0.3
12472026-07-16T02:38:00.374Z Downloaded dropshot v0.17.1
12482026-07-16T02:38:00.387Z Downloaded time v0.3.47
12492026-07-16T02:38:00.394Z Downloaded hickory-proto v0.24.4
12502026-07-16T02:38:00.404Z Downloaded smoltcp v0.9.1
12512026-07-16T02:38:00.409Z Downloaded bstr v1.12.1
12522026-07-16T02:38:00.414Z Downloaded diesel v2.3.7
12532026-07-16T02:38:00.426Z Downloaded smoltcp v0.11.0
12542026-07-16T02:38:00.435Z Downloaded nix v0.28.0
12552026-07-16T02:38:00.441Z Downloaded openssl v0.10.79
12562026-07-16T02:38:00.447Z Downloaded regex-syntax v0.8.10
12572026-07-16T02:38:00.453Z Downloaded hickory-proto v0.25.2
12582026-07-16T02:38:00.472Z Downloaded nix v0.31.2
12592026-07-16T02:38:00.479Z Downloaded regex-syntax v0.6.29
12602026-07-16T02:38:00.502Z Downloaded object v0.37.3
12612026-07-16T02:38:00.510Z Downloaded vcpkg v0.2.15
12622026-07-16T02:38:00.535Z Downloaded zlib-rs v0.6.2
12632026-07-16T02:38:00.539Z Downloaded tracing v0.1.44
12642026-07-16T02:38:00.548Z Downloaded sha3 v0.11.0
12652026-07-16T02:38:00.553Z Downloaded openapiv3 v2.2.0
12662026-07-16T02:38:00.559Z Downloaded regress v0.10.5
12672026-07-16T02:38:00.562Z Downloaded fiat-crypto v0.3.0
12682026-07-16T02:38:00.570Z Downloaded sled v0.34.7
12692026-07-16T02:38:00.576Z Downloaded zerocopy v0.8.40
12702026-07-16T02:38:00.582Z Downloaded regex-automata v0.4.14
12712026-07-16T02:38:00.593Z Downloaded rustls v0.23.41
12722026-07-16T02:38:00.600Z Downloaded regress v0.11.1
12732026-07-16T02:38:00.608Z Downloaded rustix v0.38.44
12742026-07-16T02:38:00.621Z Downloaded csv v1.4.0
12752026-07-16T02:38:00.637Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-07-16T02:38:00.650Z Downloaded tokio v1.52.1
12772026-07-16T02:38:00.689Z Downloaded sqlparser v0.61.0
12782026-07-16T02:38:00.712Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-07-16T02:38:00.751Z Downloaded typify-impl v0.6.2
12802026-07-16T02:38:00.760Z Downloaded ratatui v0.29.0
12812026-07-16T02:38:00.771Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-07-16T02:38:00.791Z Downloaded zerocopy-derive v0.6.6
12832026-07-16T02:38:00.836Z Downloaded petgraph v0.6.5
12842026-07-16T02:38:00.858Z Downloaded jiff v0.2.21
12852026-07-16T02:38:00.869Z Downloaded chrono-tz v0.10.4
12862026-07-16T02:38:00.900Z Downloaded petgraph v0.8.3
12872026-07-16T02:38:00.913Z Downloaded libz-sys v1.1.24
12882026-07-16T02:38:00.925Z Downloaded sha3 v0.10.8
12892026-07-16T02:38:00.999Z Downloaded encoding_rs v0.8.35
12902026-07-16T02:38:01.039Z Downloaded ring v0.17.14
12912026-07-16T02:38:01.601Z Downloaded aws-lc-sys v0.40.0
12922026-07-16T02:38:01.849Z Compiling libc v0.2.185
12932026-07-16T02:38:01.849Z Compiling serde_core v1.0.228
12942026-07-16T02:38:01.852Z Compiling serde v1.0.228
12952026-07-16T02:38:01.852Z Compiling log v0.4.29
12962026-07-16T02:38:01.852Z Compiling smallvec v1.15.1
12972026-07-16T02:38:01.852Z Compiling find-msvc-tools v0.1.9
12982026-07-16T02:38:01.852Z Compiling shlex v1.3.0
12992026-07-16T02:38:01.852Z Compiling subtle v2.6.1
13002026-07-16T02:38:02.030Z Compiling stable_deref_trait v1.2.1
13012026-07-16T02:38:02.043Z Compiling scopeguard v1.2.0
13022026-07-16T02:38:02.046Z Compiling typenum v1.20.1
13032026-07-16T02:38:02.046Z Compiling serde_json v1.0.150
13042026-07-16T02:38:02.082Z Compiling zerocopy v0.8.40
13052026-07-16T02:38:02.093Z Compiling portable-atomic v1.13.1
13062026-07-16T02:38:02.106Z Compiling syn v2.0.117
13072026-07-16T02:38:02.120Z Compiling parking_lot_core v0.9.12
13082026-07-16T02:38:02.179Z Compiling lock_api v0.4.14
13092026-07-16T02:38:02.226Z Compiling pin-project-lite v0.2.17
13102026-07-16T02:38:02.229Z Compiling pkg-config v0.3.32
13112026-07-16T02:38:02.242Z Compiling libm v0.2.16
13122026-07-16T02:38:02.255Z Compiling getrandom v0.4.1
13132026-07-16T02:38:02.258Z Compiling critical-section v1.2.0
13142026-07-16T02:38:02.328Z Compiling num-traits v0.2.19
13152026-07-16T02:38:02.357Z Compiling futures-core v0.3.32
13162026-07-16T02:38:02.372Z Compiling rand_core v0.10.0
13172026-07-16T02:38:02.401Z Compiling generic-array v0.14.7
13182026-07-16T02:38:02.404Z Compiling writeable v0.6.2
13192026-07-16T02:38:02.476Z Compiling const-oid v0.9.6
13202026-07-16T02:38:02.504Z Compiling percent-encoding v2.3.2
13212026-07-16T02:38:02.527Z Compiling litemap v0.8.1
13222026-07-16T02:38:02.558Z Compiling icu_properties_data v2.1.2
13232026-07-16T02:38:02.649Z Compiling icu_normalizer_data v2.1.1
13242026-07-16T02:38:02.679Z Compiling futures-sink v0.3.32
13252026-07-16T02:38:02.706Z Compiling futures-io v0.3.32
13262026-07-16T02:38:02.720Z Compiling futures-task v0.3.32
13272026-07-16T02:38:02.746Z Compiling slab v0.4.12
13282026-07-16T02:38:02.775Z Compiling futures-channel v0.3.32
13292026-07-16T02:38:02.778Z Compiling utf8_iter v1.0.4
13302026-07-16T02:38:02.818Z Compiling form_urlencoded v1.2.2
13312026-07-16T02:38:02.849Z Compiling rustversion v1.0.22
13322026-07-16T02:38:02.874Z Compiling getrandom v0.3.4
13332026-07-16T02:38:02.921Z Compiling ident_case v1.0.1
13342026-07-16T02:38:02.950Z Compiling rustix v1.1.3
13352026-07-16T02:38:02.966Z Compiling jobserver v0.1.34
13362026-07-16T02:38:02.992Z Compiling errno v0.3.14
13372026-07-16T02:38:03.009Z Compiling getrandom v0.2.17
13382026-07-16T02:38:03.051Z Compiling mio v1.2.0
13392026-07-16T02:38:03.066Z Compiling socket2 v0.6.3
13402026-07-16T02:38:03.081Z Compiling fs_extra v1.3.0
13412026-07-16T02:38:03.159Z Compiling rand_core v0.6.4
13422026-07-16T02:38:03.255Z Compiling cc v1.2.56
13432026-07-16T02:38:03.271Z Compiling once_cell v1.21.3
13442026-07-16T02:38:03.286Z Compiling signal-hook-registry v1.4.8
13452026-07-16T02:38:03.301Z Compiling parking_lot v0.12.5
13462026-07-16T02:38:03.344Z Compiling dunce v1.0.5
13472026-07-16T02:38:03.360Z Compiling iana-time-zone v0.1.65
13482026-07-16T02:38:03.384Z Compiling regex-syntax v0.8.10
13492026-07-16T02:38:03.470Z Compiling vcpkg v0.2.15
13502026-07-16T02:38:03.510Z Compiling base64 v0.22.1
13512026-07-16T02:38:03.524Z Compiling base64ct v1.8.3
13522026-07-16T02:38:03.565Z Compiling tracing-core v0.1.36
13532026-07-16T02:38:03.580Z Compiling aws-lc-rs v1.16.3
13542026-07-16T02:38:03.594Z Compiling flagset v0.4.7
13552026-07-16T02:38:03.626Z Compiling httparse v1.10.1
13562026-07-16T02:38:03.703Z Compiling openssl-probe v0.2.1
13572026-07-16T02:38:03.737Z Compiling tinyvec_macros v0.1.1
13582026-07-16T02:38:03.845Z Compiling rand_core v0.9.5
13592026-07-16T02:38:03.859Z Compiling pem-rfc7468 v0.7.0
13602026-07-16T02:38:03.875Z Compiling dyn-clone v1.0.20
13612026-07-16T02:38:03.898Z Compiling schemars v0.8.22
13622026-07-16T02:38:03.913Z Compiling cmov v0.5.4
13632026-07-16T02:38:03.929Z Compiling tinyvec v1.10.0
13642026-07-16T02:38:03.932Z Compiling aho-corasick v1.1.4
13652026-07-16T02:38:04.024Z Compiling cmake v0.1.57
13662026-07-16T02:38:04.078Z Compiling try-lock v0.2.5
13672026-07-16T02:38:04.096Z Compiling tower-layer v0.3.3
13682026-07-16T02:38:04.141Z Compiling ctutils v0.4.2
13692026-07-16T02:38:04.156Z Compiling atomic-waker v1.1.2
13702026-07-16T02:38:04.160Z Compiling untrusted v0.7.1
13712026-07-16T02:38:04.201Z Compiling tower-service v0.3.3
13722026-07-16T02:38:04.206Z Compiling want v0.3.1
13732026-07-16T02:38:04.229Z Compiling cpufeatures v0.2.17
13742026-07-16T02:38:04.268Z Compiling httpdate v1.0.3
13752026-07-16T02:38:04.302Z Compiling bitflags v2.11.0
13762026-07-16T02:38:04.318Z Compiling semver v1.0.28
13772026-07-16T02:38:04.321Z Compiling indexmap v2.14.0
13782026-07-16T02:38:04.321Z Compiling uuid v1.23.4
13792026-07-16T02:38:04.358Z Compiling foreign-types-shared v0.1.1
13802026-07-16T02:38:04.392Z Compiling untrusted v0.9.0
13812026-07-16T02:38:04.408Z Compiling openssl v0.10.79
13822026-07-16T02:38:04.458Z Compiling rustls v0.23.41
13832026-07-16T02:38:04.461Z Compiling foreign-types v0.3.2
13842026-07-16T02:38:04.461Z Compiling unicode-normalization v0.1.25
13852026-07-16T02:38:04.540Z Compiling rustc_version v0.4.1
13862026-07-16T02:38:04.557Z Compiling spin v0.9.8
13872026-07-16T02:38:04.573Z Compiling time-core v0.1.8
13882026-07-16T02:38:04.576Z Compiling powerfmt v0.2.0
13892026-07-16T02:38:04.666Z Compiling native-tls v0.2.18
13902026-07-16T02:38:04.681Z Compiling num-conv v0.2.0
13912026-07-16T02:38:04.697Z Compiling crc32fast v1.5.0
13922026-07-16T02:38:04.740Z Compiling deranged v0.5.8
13932026-07-16T02:38:04.786Z Compiling wait-timeout v0.2.1
13942026-07-16T02:38:04.812Z Compiling sync_wrapper v1.0.2
13952026-07-16T02:38:04.831Z Compiling time-macros v0.2.27
13962026-07-16T02:38:04.900Z Compiling simd-adler32 v0.3.8
13972026-07-16T02:38:04.915Z Compiling aws-lc-sys v0.40.0
13982026-07-16T02:38:04.929Z Compiling openssl-sys v0.9.115
13992026-07-16T02:38:04.944Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-07-16T02:38:04.974Z Compiling regex-automata v0.4.14
14012026-07-16T02:38:05.036Z Compiling usdt-impl v0.6.0
14022026-07-16T02:38:05.071Z Compiling quick-error v1.2.3
14032026-07-16T02:38:05.084Z Compiling synstructure v0.13.2
14042026-07-16T02:38:05.127Z Compiling serde_derive_internals v0.29.1
14052026-07-16T02:38:05.171Z Compiling pest_generator v2.8.6
14062026-07-16T02:38:05.192Z Compiling darling_core v0.20.11
14072026-07-16T02:38:05.284Z Compiling bit-vec v0.8.0
14082026-07-16T02:38:05.499Z Compiling tempfile v3.25.0
14092026-07-16T02:38:05.558Z Compiling crossbeam-utils v0.8.21
14102026-07-16T02:38:05.778Z Compiling siphasher v1.0.2
14112026-07-16T02:38:05.794Z Compiling num_threads v0.1.7
14122026-07-16T02:38:05.810Z Compiling syn v1.0.109
14132026-07-16T02:38:05.813Z Compiling rusty-fork v0.3.1
14142026-07-16T02:38:05.912Z Compiling bit-set v0.8.0
14152026-07-16T02:38:05.943Z Compiling darling_core v0.21.3
14162026-07-16T02:38:05.946Z Compiling bzip2-sys v0.1.13+1.0.8
14172026-07-16T02:38:05.987Z Compiling heapless v0.7.17
14182026-07-16T02:38:05.990Z Compiling slog v2.8.2
14192026-07-16T02:38:06.016Z Compiling time v0.3.47
14202026-07-16T02:38:06.083Z Compiling rand_xorshift v0.4.0
14212026-07-16T02:38:06.098Z Compiling thread-id v5.1.0
14222026-07-16T02:38:06.113Z Compiling cookie v0.18.1
14232026-07-16T02:38:06.146Z Compiling unarray v0.1.4
14242026-07-16T02:38:06.161Z Compiling paste v1.0.15
14252026-07-16T02:38:06.196Z Compiling anyhow v1.0.102
14262026-07-16T02:38:06.233Z Compiling adler2 v2.0.1
14272026-07-16T02:38:06.248Z Compiling unicode-bidi v0.3.18
14282026-07-16T02:38:06.268Z Compiling unicode-properties v0.1.4
14292026-07-16T02:38:06.283Z Compiling iri-string v0.7.10
14302026-07-16T02:38:06.286Z Compiling signal-hook v0.3.18
14312026-07-16T02:38:06.359Z Compiling allocator-api2 v0.2.21
14322026-07-16T02:38:06.385Z Compiling zstd-safe v7.2.4
14332026-07-16T02:38:06.439Z Compiling ryu v1.0.23
14342026-07-16T02:38:06.571Z Compiling miniz_oxide v0.8.9
14352026-07-16T02:38:06.630Z Compiling stringprep v0.1.5
14362026-07-16T02:38:06.731Z Compiling camino v1.2.2
14372026-07-16T02:38:06.848Z Compiling curve25519-dalek v4.1.3
14382026-07-16T02:38:06.863Z Compiling vergen-lib v9.1.0
14392026-07-16T02:38:06.866Z Compiling serde_derive v1.0.228
14402026-07-16T02:38:07.078Z Compiling zeroize_derive v1.4.3
14412026-07-16T02:38:07.101Z Compiling zerofrom-derive v0.1.6
14422026-07-16T02:38:07.144Z Compiling yoke-derive v0.8.1
14432026-07-16T02:38:07.204Z Compiling zerovec-derive v0.11.2
14442026-07-16T02:38:07.223Z Compiling displaydoc v0.2.5
14452026-07-16T02:38:07.239Z Compiling zerocopy-derive v0.8.40
14462026-07-16T02:38:07.369Z Compiling tokio-macros v2.7.0
14472026-07-16T02:38:07.573Z Compiling futures-macro v0.3.32
14482026-07-16T02:38:07.707Z Compiling thiserror-impl v2.0.18
14492026-07-16T02:38:07.778Z Compiling zeroize v1.8.2
14502026-07-16T02:38:07.899Z Compiling tracing-attributes v0.1.31
14512026-07-16T02:38:08.037Z Compiling der_derive v0.7.3
14522026-07-16T02:38:08.168Z Compiling rustls-pki-types v1.14.0
14532026-07-16T02:38:08.381Z Compiling schemars_derive v0.8.22
14542026-07-16T02:38:08.411Z Compiling hybrid-array v0.4.13
14552026-07-16T02:38:08.444Z Compiling futures-util v0.3.32
14562026-07-16T02:38:08.551Z Compiling zerofrom v0.1.6
14572026-07-16T02:38:08.605Z Compiling crypto-common v0.1.7
14582026-07-16T02:38:08.626Z Compiling block-buffer v0.10.4
14592026-07-16T02:38:08.652Z Compiling pest_derive v2.8.6
14602026-07-16T02:38:08.696Z Compiling yoke v0.8.1
14612026-07-16T02:38:08.773Z Compiling digest v0.10.7
14622026-07-16T02:38:08.827Z Compiling scroll_derive v0.13.1
14632026-07-16T02:38:08.908Z Compiling zerovec v0.11.5
14642026-07-16T02:38:09.052Z Compiling zerotrie v0.2.3
14652026-07-16T02:38:09.090Z Compiling der v0.7.10
14662026-07-16T02:38:09.143Z Compiling thiserror v2.0.18
14672026-07-16T02:38:09.174Z Compiling darling_macro v0.20.11
14682026-07-16T02:38:09.220Z Compiling openssl-macros v0.1.1
14692026-07-16T02:38:09.265Z Compiling sha2 v0.10.9
14702026-07-16T02:38:09.281Z Compiling hmac v0.12.1
14712026-07-16T02:38:09.318Z Compiling tracing v0.1.44
14722026-07-16T02:38:09.396Z Compiling tinystr v0.8.2
14732026-07-16T02:38:09.433Z Compiling potential_utf v0.1.4
14742026-07-16T02:38:09.451Z Compiling dtrace-parser v0.3.0
14752026-07-16T02:38:09.602Z Compiling icu_locale_core v2.1.1
14762026-07-16T02:38:09.619Z Compiling icu_collections v2.1.1
14772026-07-16T02:38:09.634Z Compiling thiserror-impl v1.0.69
14782026-07-16T02:38:09.730Z Compiling scroll_derive v0.12.1
14792026-07-16T02:38:09.743Z Compiling darling v0.20.11
14802026-07-16T02:38:09.746Z Compiling scroll v0.13.0
14812026-07-16T02:38:09.843Z Compiling derive_builder_core v0.20.2
14822026-07-16T02:38:10.042Z Compiling spki v0.7.3
14832026-07-16T02:38:10.115Z Compiling goblin v0.10.5
14842026-07-16T02:38:10.213Z Compiling pkcs8 v0.10.2
14852026-07-16T02:38:10.269Z Compiling icu_provider v2.1.1
14862026-07-16T02:38:10.328Z Compiling block-padding v0.4.2
14872026-07-16T02:38:10.433Z Compiling bytes v1.11.1
14882026-07-16T02:38:10.486Z Compiling chrono v0.4.45
14892026-07-16T02:38:10.502Z Compiling icu_normalizer v2.1.1
14902026-07-16T02:38:10.519Z Compiling icu_properties v2.1.2
14912026-07-16T02:38:10.534Z Compiling ipnet v2.11.0
14922026-07-16T02:38:10.581Z Compiling scroll v0.12.0
14932026-07-16T02:38:10.596Z Compiling serde_urlencoded v0.7.1
14942026-07-16T02:38:10.687Z Compiling serde_tokenstream v0.2.3
14952026-07-16T02:38:10.738Z Compiling derive_builder_macro v0.20.2
14962026-07-16T02:38:10.841Z Compiling erased-serde v0.3.31
14972026-07-16T02:38:10.873Z Compiling serde_spanned v0.6.9
14982026-07-16T02:38:10.878Z Compiling toml_datetime v0.6.11
14992026-07-16T02:38:10.967Z Compiling tokio v1.52.1
15002026-07-16T02:38:11.017Z Compiling http v1.4.2
15012026-07-16T02:38:11.041Z Compiling thiserror v1.0.69
15022026-07-16T02:38:11.057Z Compiling hex v0.4.3
15032026-07-16T02:38:11.070Z Compiling block-buffer v0.12.1
15042026-07-16T02:38:11.089Z Compiling crypto-common v0.2.2
15052026-07-16T02:38:11.159Z Compiling md-5 v0.10.6
15062026-07-16T02:38:11.174Z Compiling signature v2.2.0
15072026-07-16T02:38:11.262Z Compiling darling_macro v0.21.3
15082026-07-16T02:38:11.276Z Compiling rustls-native-certs v0.8.3
15092026-07-16T02:38:11.335Z Compiling bstr v1.12.1
15102026-07-16T02:38:11.384Z Compiling zerocopy-derive v0.7.35
15112026-07-16T02:38:11.402Z Compiling idna_adapter v1.2.1
15122026-07-16T02:38:11.416Z Compiling async-trait v0.1.89
15132026-07-16T02:38:11.557Z Compiling idna v1.1.0
15142026-07-16T02:38:11.648Z Compiling pin-project-internal v1.1.11
15152026-07-16T02:38:11.670Z Compiling num-integer v0.1.46
15162026-07-16T02:38:11.846Z Compiling ppv-lite86 v0.2.21
15172026-07-16T02:38:11.921Z Compiling url v2.5.8
15182026-07-16T02:38:11.935Z Compiling http-body v1.0.1
15192026-07-16T02:38:12.035Z Compiling hash32 v0.2.1
15202026-07-16T02:38:12.060Z Compiling http-body-util v0.1.3
15212026-07-16T02:38:12.101Z Compiling memoffset v0.9.1
15222026-07-16T02:38:12.191Z Compiling rand_chacha v0.9.0
15232026-07-16T02:38:12.241Z Compiling rand_chacha v0.3.1
15242026-07-16T02:38:12.261Z Compiling encoding_rs v0.8.35
15252026-07-16T02:38:12.323Z Compiling ref-cast v1.0.25
15262026-07-16T02:38:12.338Z Compiling rustix v0.38.44
15272026-07-16T02:38:12.341Z Compiling cfg_aliases v0.2.1
15282026-07-16T02:38:12.368Z Compiling psl-types v2.0.11
15292026-07-16T02:38:12.439Z Compiling rand v0.9.2
15302026-07-16T02:38:12.526Z Compiling zlib-rs v0.6.2
15312026-07-16T02:38:12.662Z Compiling fallible-iterator v0.2.0
15322026-07-16T02:38:12.729Z Compiling smoltcp v0.9.1
15332026-07-16T02:38:12.771Z Compiling litrs v1.0.0
15342026-07-16T02:38:12.788Z Compiling num-bigint-dig v0.8.6
15352026-07-16T02:38:12.845Z Compiling mime v0.3.17
15362026-07-16T02:38:12.904Z Compiling pin-project v1.1.11
15372026-07-16T02:38:12.999Z Compiling dof v0.4.0
15382026-07-16T02:38:13.016Z Compiling proptest v1.10.0
15392026-07-16T02:38:13.056Z Compiling postgres-protocol v0.6.10
15402026-07-16T02:38:13.074Z Compiling publicsuffix v2.3.0
15412026-07-16T02:38:13.088Z Compiling rand v0.8.6
15422026-07-16T02:38:13.125Z Compiling nix v0.31.2
15432026-07-16T02:38:13.138Z Compiling zerocopy v0.7.35
15442026-07-16T02:38:13.305Z Compiling ipnetwork v0.21.1
15452026-07-16T02:38:13.305Z Compiling document-features v0.2.12
15462026-07-16T02:38:13.539Z Compiling oxnet v0.1.6
15472026-07-16T02:38:13.555Z Compiling num-iter v0.1.45
15482026-07-16T02:38:13.628Z Compiling darling v0.21.3
15492026-07-16T02:38:13.692Z Compiling derive_builder v0.20.2
15502026-07-16T02:38:13.721Z Compiling goblin v0.8.2
15512026-07-16T02:38:13.829Z Compiling futures-executor v0.3.32
15522026-07-16T02:38:13.844Z Compiling hubpack_derive v0.1.1
15532026-07-16T02:38:13.860Z Compiling inout v0.2.2
15542026-07-16T02:38:13.976Z Compiling regex v1.12.3
15552026-07-16T02:38:14.039Z Compiling snafu-derive v0.8.9
15562026-07-16T02:38:14.054Z Compiling daft-derive v0.1.7
15572026-07-16T02:38:14.094Z Compiling strum_macros v0.27.2
15582026-07-16T02:38:14.113Z Compiling ref-cast-impl v1.0.25
15592026-07-16T02:38:14.137Z Compiling curve25519-dalek-derive v0.1.1
15602026-07-16T02:38:14.420Z Compiling phf_shared v0.13.1
15612026-07-16T02:38:14.478Z Compiling terminal_size v0.4.3
15622026-07-16T02:38:14.541Z Compiling lazy_static v1.5.0
15632026-07-16T02:38:14.588Z Compiling anstyle-parse v0.2.7
15642026-07-16T02:38:14.632Z Compiling cargo-platform v0.3.2
15652026-07-16T02:38:14.655Z Compiling vergen v9.1.0
15662026-07-16T02:38:14.670Z Compiling ff v0.13.1
15672026-07-16T02:38:14.684Z Compiling fs-err v3.3.0
15682026-07-16T02:38:14.710Z Compiling ahash v0.8.12
15692026-07-16T02:38:14.789Z Compiling bitflags v1.3.2
15702026-07-16T02:38:14.830Z Compiling winnow v0.5.40
15712026-07-16T02:38:14.844Z Compiling unicode-segmentation v1.12.0
15722026-07-16T02:38:14.863Z Compiling managed v0.8.0
15732026-07-16T02:38:14.879Z Compiling bumpalo v3.20.2
15742026-07-16T02:38:14.893Z Compiling tokio-util v0.7.18
15752026-07-16T02:38:14.921Z Compiling tower v0.5.3
15762026-07-16T02:38:14.935Z Compiling tokio-native-tls v0.3.1
15772026-07-16T02:38:14.949Z Compiling same-file v1.0.6
15782026-07-16T02:38:14.966Z Compiling foldhash v0.2.0
15792026-07-16T02:38:15.094Z Compiling foldhash v0.1.5
15802026-07-16T02:38:15.124Z Compiling base16ct v0.2.0
15812026-07-16T02:38:15.138Z Compiling object v0.37.3
15822026-07-16T02:38:15.153Z Compiling libbz2-rs-sys v0.2.2
15832026-07-16T02:38:15.201Z Compiling clap_builder v4.6.0
15842026-07-16T02:38:15.243Z Compiling hashbrown v0.15.5
15852026-07-16T02:38:15.285Z Compiling sec1 v0.7.3
15862026-07-16T02:38:15.313Z Compiling hashbrown v0.16.1
15872026-07-16T02:38:15.422Z Compiling tower-http v0.6.8
15882026-07-16T02:38:15.501Z Compiling newtype-uuid v1.3.2
15892026-07-16T02:38:15.571Z Compiling h2 v0.4.15
15902026-07-16T02:38:15.803Z Compiling flate2 v1.1.9
15912026-07-16T02:38:15.845Z Compiling daft v0.1.7
15922026-07-16T02:38:15.859Z Compiling bzip2 v0.6.1
15932026-07-16T02:38:15.875Z Compiling zopfli v0.8.3
15942026-07-16T02:38:15.878Z Compiling walkdir v2.5.0
15952026-07-16T02:38:15.953Z Compiling dof v0.3.0
15962026-07-16T02:38:16.015Z Compiling snafu v0.8.9
15972026-07-16T02:38:16.095Z Compiling strum v0.27.2
15982026-07-16T02:38:16.135Z Compiling toml_edit v0.19.15
15992026-07-16T02:38:16.236Z Compiling cargo_metadata v0.23.1
16002026-07-16T02:38:16.251Z Compiling group v0.13.0
16012026-07-16T02:38:16.281Z Compiling anstream v0.6.21
16022026-07-16T02:38:16.459Z Compiling phf v0.13.1
16032026-07-16T02:38:16.484Z Compiling signal-hook-mio v0.2.5
16042026-07-16T02:38:16.617Z Compiling usdt-macro v0.6.0
16052026-07-16T02:38:16.620Z Compiling usdt-attr-macro v0.6.0
16062026-07-16T02:38:16.648Z Compiling hubpack v0.1.2
16072026-07-16T02:38:16.753Z Compiling cookie_store v0.22.1
16082026-07-16T02:38:16.770Z Compiling cipher v0.5.2
16092026-07-16T02:38:16.855Z Compiling futures v0.3.32
16102026-07-16T02:38:16.896Z Compiling bzip2 v0.4.4
16112026-07-16T02:38:16.950Z Compiling serde_with_macros v3.17.0
16122026-07-16T02:38:17.056Z Compiling zstd v0.13.3
16132026-07-16T02:38:17.100Z Compiling postgres-types v0.2.12
16142026-07-16T02:38:17.305Z Compiling globset v0.4.18
16152026-07-16T02:38:17.339Z Compiling ed25519 v2.2.3
16162026-07-16T02:38:17.436Z Compiling dtrace-parser v0.2.0
16172026-07-16T02:38:17.451Z Compiling serde_plain v1.0.2
16182026-07-16T02:38:17.528Z Compiling serde-big-array v0.5.1
16192026-07-16T02:38:17.672Z Compiling olpc-cjson v0.1.4
16202026-07-16T02:38:17.691Z Compiling pkcs1 v0.7.5
16212026-07-16T02:38:17.706Z Compiling hkdf v0.12.4
16222026-07-16T02:38:17.739Z Compiling crypto-bigint v0.5.5
16232026-07-16T02:38:17.853Z Compiling async-recursion v1.1.1
16242026-07-16T02:38:17.888Z Compiling enum-as-inner v0.6.1
16252026-07-16T02:38:18.024Z Compiling clap_derive v4.6.1
16262026-07-16T02:38:18.111Z Compiling serde_repr v0.1.20
16272026-07-16T02:38:18.163Z Compiling strum_macros v0.26.4
16282026-07-16T02:38:18.207Z Compiling phf_shared v0.11.3
16292026-07-16T02:38:18.284Z Compiling float-cmp v0.10.0
16302026-07-16T02:38:18.332Z Compiling pem v3.0.6
16312026-07-16T02:38:18.371Z Compiling memmap2 v0.9.10
16322026-07-16T02:38:18.418Z Compiling thread-id v4.2.2
16332026-07-16T02:38:18.439Z Compiling env_filter v1.0.0
16342026-07-16T02:38:18.454Z Compiling whoami v2.1.0
16352026-07-16T02:38:18.516Z Compiling data-encoding v2.10.0
16362026-07-16T02:38:18.573Z Compiling static_assertions v1.1.0
16372026-07-16T02:38:18.618Z Compiling jiff v0.2.21
16382026-07-16T02:38:18.664Z Compiling keccak v0.1.6
16392026-07-16T02:38:18.693Z Compiling difflib v0.4.0
16402026-07-16T02:38:18.709Z Compiling either v1.15.0
16412026-07-16T02:38:18.772Z Compiling normalize-line-endings v0.3.0
16422026-07-16T02:38:18.866Z Compiling hyper v1.10.1
16432026-07-16T02:38:18.886Z Compiling fixedbitset v0.5.7
16442026-07-16T02:38:18.886Z Compiling cpufeatures v0.3.0
16452026-07-16T02:38:18.935Z Compiling typed-path v0.9.3
16462026-07-16T02:38:18.972Z Compiling new_debug_unreachable v1.0.6
16472026-07-16T02:38:19.059Z Compiling const-oid v0.10.2
16482026-07-16T02:38:19.215Z Compiling fixedbitset v0.4.2
16492026-07-16T02:38:19.234Z Compiling precomputed-hash v0.1.1
16502026-07-16T02:38:19.270Z Compiling predicates-core v1.0.10
16512026-07-16T02:38:19.287Z Compiling winnow v1.0.3
16522026-07-16T02:38:19.335Z Compiling string_cache v0.8.9
16532026-07-16T02:38:19.383Z Compiling petgraph v0.6.5
16542026-07-16T02:38:19.407Z Compiling predicates v3.1.4
16552026-07-16T02:38:19.468Z Compiling digest v0.11.3
16562026-07-16T02:38:19.471Z Compiling petgraph v0.8.3
16572026-07-16T02:38:19.577Z Compiling chacha20 v0.10.0
16582026-07-16T02:38:19.659Z Compiling toml_parser v1.1.2+spec-1.1.0
16592026-07-16T02:38:19.709Z Compiling toml_edit v0.22.27
16602026-07-16T02:38:19.928Z Compiling itertools v0.13.0
16612026-07-16T02:38:19.957Z Compiling clap v4.6.1
16622026-07-16T02:38:19.983Z Compiling hickory-proto v0.25.2
16632026-07-16T02:38:20.047Z Compiling hyper-util v0.1.20
16642026-07-16T02:38:20.064Z Compiling strum v0.26.3
16652026-07-16T02:38:20.079Z Compiling sha3 v0.10.8
16662026-07-16T02:38:20.139Z Compiling elliptic-curve v0.13.8
16672026-07-16T02:38:20.211Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-07-16T02:38:20.260Z Compiling tokio-postgres v0.7.16
16692026-07-16T02:38:20.371Z Compiling env_logger v0.11.9
16702026-07-16T02:38:20.556Z Compiling usdt v0.6.0
16712026-07-16T02:38:20.560Z Compiling usdt-impl v0.5.0
16722026-07-16T02:38:20.586Z Compiling serde_with v3.17.0
16732026-07-16T02:38:20.742Z Compiling crossterm v0.28.1
16742026-07-16T02:38:20.839Z Compiling rsa v0.9.10
16752026-07-16T02:38:20.964Z Compiling ed25519-dalek v2.2.0
16762026-07-16T02:38:21.176Z Compiling toml v0.7.8
16772026-07-16T02:38:21.581Z Compiling hyper-tls v0.6.0
16782026-07-16T02:38:21.659Z Compiling zip v4.6.1
16792026-07-16T02:38:21.835Z Compiling reqwest v0.12.28
16802026-07-16T02:38:21.838Z Compiling zip v0.6.6
16812026-07-16T02:38:21.941Z Compiling iddqd v0.4.2
16822026-07-16T02:38:22.369Z Compiling tokio-stream v0.1.18
16832026-07-16T02:38:22.474Z Compiling heck v0.4.1
16842026-07-16T02:38:22.560Z Compiling similar v2.7.0
16852026-07-16T02:38:22.574Z Compiling buf-list v1.1.2
16862026-07-16T02:38:22.599Z Compiling byte-wrapper v0.1.0
16872026-07-16T02:38:22.666Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-16T02:38:22.727Z Compiling openapiv3 v2.2.0
16892026-07-16T02:38:22.856Z Compiling x509-cert v0.2.5
16902026-07-16T02:38:22.878Z Compiling crossbeam-epoch v0.9.18
16912026-07-16T02:38:22.964Z Compiling lalrpop-util v0.19.12
16922026-07-16T02:38:22.979Z Compiling peg-runtime v0.8.5
16932026-07-16T02:38:22.994Z Compiling thread_local v1.1.9
16942026-07-16T02:38:23.144Z Compiling slog-async v2.8.0
16952026-07-16T02:38:23.179Z Compiling crossbeam-channel v0.5.15
16962026-07-16T02:38:23.225Z Compiling filetime v0.2.27
16972026-07-16T02:38:23.266Z Compiling is-terminal v0.4.17
16982026-07-16T02:38:23.281Z Compiling xattr v1.6.1
16992026-07-16T02:38:23.295Z Compiling take_mut v0.2.2
17002026-07-16T02:38:23.379Z Compiling term v1.2.1
17012026-07-16T02:38:23.422Z Compiling tar v0.4.46
17022026-07-16T02:38:23.426Z Compiling camino-tempfile v1.4.1
17032026-07-16T02:38:23.655Z Compiling slog-term v2.9.2
17042026-07-16T02:38:41.323Z Compiling rustls-webpki v0.103.13
17052026-07-16T02:38:44.041Z Compiling tokio-rustls v0.26.4
17062026-07-16T02:38:44.041Z Compiling rustls-platform-verifier v0.6.2
17072026-07-16T02:38:44.042Z Compiling tough v0.22.0
17082026-07-16T02:38:44.231Z Compiling hyper-rustls v0.27.7
17092026-07-16T02:38:44.413Z Compiling reqwest v0.13.2
17102026-07-16T02:38:46.611Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17112026-07-16T02:38:46.854Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17122026-07-16T02:38:49.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.45s
17132026-07-16T02:38:49.849Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17142026-07-16T02:38:49.906ZJul 16 02:38:48.868 INFO Starting download, target: Cockroach
17152026-07-16T02:38:49.906ZJul 16 02:38:48.869 INFO Starting download, target: Clickhouse
17162026-07-16T02:38:49.910ZJul 16 02:38:48.869 INFO Starting download, target: DendriteStub
17172026-07-16T02:38:49.910ZJul 16 02:38:48.869 INFO Starting download, target: Console
17182026-07-16T02:38:49.910ZJul 16 02:38:48.869 INFO Starting download, target: MaghemiteMgd
17192026-07-16T02:38:49.910ZJul 16 02:38:48.869 INFO Starting download, target: MaghemiteDdmd
17202026-07-16T02:38:49.910ZJul 16 02:38:48.869 INFO Starting download, target: TransceiverControl
17212026-07-16T02:38:49.910ZJul 16 02:38:48.869 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17222026-07-16T02:38:49.910ZJul 16 02:38:48.870 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17232026-07-16T02:38:49.910ZJul 16 02:38:48.870 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17242026-07-16T02:38:49.910ZJul 16 02:38:48.870 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17252026-07-16T02:38:49.910ZJul 16 02:38:48.870 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17262026-07-16T02:38:49.910ZJul 16 02:38:48.870 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17272026-07-16T02:38:49.910ZJul 16 02:38:48.870 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17282026-07-16T02:38:50.601ZJul 16 02:38:49.557 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17292026-07-16T02:38:50.821ZJul 16 02:38:49.773 INFO Download complete, target: TransceiverControl
17302026-07-16T02:38:51.734ZJul 16 02:38:50.695 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17312026-07-16T02:38:51.994ZJul 16 02:38:50.949 INFO Download complete, target: Console
17322026-07-16T02:38:52.317ZJul 16 02:38:51.264 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17332026-07-16T02:38:52.627ZJul 16 02:38:51.573 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-07-16T02:38:52.676ZJul 16 02:38:51.609 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352026-07-16T02:38:52.694ZJul 16 02:38:51.649 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17362026-07-16T02:38:53.495ZJul 16 02:38:52.436 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17372026-07-16T02:38:53.495ZJul 16 02:38:52.436 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17382026-07-16T02:38:54.337ZJul 16 02:38:53.294 INFO Download complete, target: MaghemiteDdmd
17392026-07-16T02:38:55.155ZJul 16 02:38:54.118 INFO Download complete, target: DendriteStub
17402026-07-16T02:38:55.453ZJul 16 02:38:54.417 INFO Download complete, target: MaghemiteMgd
17412026-07-16T02:38:58.219ZJul 16 02:38:57.182 INFO Checking that binary works, target: Cockroach
17422026-07-16T02:38:58.347ZJul 16 02:38:57.310 INFO Download complete, target: Cockroach
17432026-07-16T02:38:59.563ZJul 16 02:38:58.527 INFO Checking that binary works, target: Clickhouse
17442026-07-16T02:38:59.657ZJul 16 02:38:58.619 INFO Download complete, target: Clickhouse
17452026-07-16T02:38:59.662ZAll prerequisites installed successfully
17462026-07-16T02:38:59.666Z
17472026-07-16T02:38:59.666Zreal 1:46.080967731
17482026-07-16T02:38:59.666Zuser 6:40.612563381
17492026-07-16T02:38:59.666Zsys 1:40.845875638
17502026-07-16T02:38:59.666Ztrap 0.260580474
17512026-07-16T02:38:59.666Ztflt 0.793137064
17522026-07-16T02:38:59.666Zdflt 1.592880032
17532026-07-16T02:38:59.666Zkflt 0.026944767
17542026-07-16T02:38:59.666Zlock 23:18.190815202
17552026-07-16T02:38:59.666Zslp 18:16.580189210
17562026-07-16T02:38:59.666Zlat 23.247293728
17572026-07-16T02:38:59.666Zstop 2:46.519995757
17582026-07-16T02:38:59.666Z+ ptime -m cargo xtask download softnpu
17592026-07-16T02:39:00.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17602026-07-16T02:39:00.137Z Running `target/debug/xtask download softnpu`
17612026-07-16T02:39:00.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17622026-07-16T02:39:00.953Z Running `target/debug/xtask-downloader softnpu`
17632026-07-16T02:39:00.987ZJul 16 02:38:59.947 INFO Starting download, target: Softnpu
17642026-07-16T02:39:00.994ZJul 16 02:38:59.948 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17652026-07-16T02:39:02.754ZJul 16 02:39:01.708 INFO Download complete, target: Softnpu
17662026-07-16T02:39:02.779Z
17672026-07-16T02:39:02.779Zreal 3.079542155
17682026-07-16T02:39:02.779Zuser 1.314298340
17692026-07-16T02:39:02.779Zsys 0.616435823
17702026-07-16T02:39:02.780Ztrap 0.000858480
17712026-07-16T02:39:02.780Ztflt 0.000206510
17722026-07-16T02:39:02.780Zdflt 0.000343230
17732026-07-16T02:39:02.780Zkflt 0.000000000
17742026-07-16T02:39:02.780Zlock 34.523186507
17752026-07-16T02:39:02.780Zslp 1.584089956
17762026-07-16T02:39:02.780Zlat 0.102135391
17772026-07-16T02:39:02.780Zstop 0.000213860
17782026-07-16T02:39:02.780Z+ export CARGO_INCREMENTAL=0
17792026-07-16T02:39:02.780Z+ CARGO_INCREMENTAL=0
17802026-07-16T02:39:02.780Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17812026-07-16T02:39:03.633Z Compiling proc-macro2 v1.0.106
17822026-07-16T02:39:03.633Z Compiling quote v1.0.45
17832026-07-16T02:39:03.633Z Compiling unicode-ident v1.0.24
17842026-07-16T02:39:03.633Z Compiling libc v0.2.185
17852026-07-16T02:39:03.647Z Compiling serde_core v1.0.228
17862026-07-16T02:39:03.647Z Compiling serde v1.0.228
17872026-07-16T02:39:03.647Z Compiling cfg-if v1.0.4
17882026-07-16T02:39:03.647Z Compiling version_check v0.9.5
17892026-07-16T02:39:03.647Z Compiling shlex v1.3.0
17902026-07-16T02:39:03.647Z Compiling find-msvc-tools v0.1.9
17912026-07-16T02:39:03.647Z Compiling zmij v1.0.21
17922026-07-16T02:39:03.786Z Compiling memchr v2.8.0
17932026-07-16T02:39:03.798Z Compiling serde_json v1.0.150
17942026-07-16T02:39:03.798Z Compiling autocfg v1.5.0
17952026-07-16T02:39:03.980Z Compiling portable-atomic v1.13.1
17962026-07-16T02:39:04.019Z Compiling getrandom v0.4.1
17972026-07-16T02:39:04.088Z Compiling zerocopy v0.8.40
17982026-07-16T02:39:04.132Z Compiling libm v0.2.16
17992026-07-16T02:39:04.220Z Compiling parking_lot_core v0.9.12
18002026-07-16T02:39:04.239Z Compiling icu_properties_data v2.1.2
18012026-07-16T02:39:04.279Z Compiling icu_normalizer_data v2.1.1
18022026-07-16T02:39:04.331Z Compiling smallvec v1.15.1
18032026-07-16T02:39:04.356Z Compiling num-traits v0.2.19
18042026-07-16T02:39:04.393Z Compiling generic-array v0.14.7
18052026-07-16T02:39:04.464Z Compiling itoa v1.0.17
18062026-07-16T02:39:04.485Z Compiling log v0.4.29
18072026-07-16T02:39:04.546Z Compiling subtle v2.6.1
18082026-07-16T02:39:04.586Z Compiling pkg-config v0.3.32
18092026-07-16T02:39:04.586Z Compiling stable_deref_trait v1.2.1
18102026-07-16T02:39:04.618Z Compiling typenum v1.20.1
18112026-07-16T02:39:04.692Z Compiling jobserver v0.1.34
18122026-07-16T02:39:04.713Z Compiling scopeguard v1.2.0
18132026-07-16T02:39:04.734Z Compiling errno v0.3.14
18142026-07-16T02:39:04.798Z Compiling lock_api v0.4.14
18152026-07-16T02:39:04.853Z Compiling rand_core v0.10.0
18162026-07-16T02:39:04.864Z Compiling fnv v1.0.7
18172026-07-16T02:39:04.903Z Compiling cc v1.2.56
18182026-07-16T02:39:04.952Z Compiling thiserror v2.0.18
18192026-07-16T02:39:05.006Z Compiling pin-project-lite v0.2.17
18202026-07-16T02:39:05.017Z Compiling getrandom v0.3.4
18212026-07-16T02:39:05.017Z Compiling syn v2.0.117
18222026-07-16T02:39:05.066Z Compiling percent-encoding v2.3.2
18232026-07-16T02:39:05.066Z Compiling writeable v0.6.2
18242026-07-16T02:39:05.107Z Compiling equivalent v1.0.2
18252026-07-16T02:39:05.112Z Compiling litemap v0.8.1
18262026-07-16T02:39:05.112Z Compiling getrandom v0.2.17
18272026-07-16T02:39:05.250Z Compiling rustversion v1.0.22
18282026-07-16T02:39:05.273Z Compiling schemars v0.8.22
18292026-07-16T02:39:05.343Z Compiling rand_core v0.6.4
18302026-07-16T02:39:05.363Z Compiling rustix v1.1.3
18312026-07-16T02:39:05.424Z Compiling critical-section v1.2.0
18322026-07-16T02:39:05.439Z Compiling dunce v1.0.5
18332026-07-16T02:39:05.443Z Compiling fs_extra v1.3.0
18342026-07-16T02:39:05.548Z Compiling hashbrown v0.17.0
18352026-07-16T02:39:05.631Z Compiling cmake v0.1.57
18362026-07-16T02:39:05.692Z Compiling signal-hook-registry v1.4.8
18372026-07-16T02:39:05.774Z Compiling heck v0.5.0
18382026-07-16T02:39:05.796Z Compiling utf8_iter v1.0.4
18392026-07-16T02:39:05.815Z Compiling form_urlencoded v1.2.2
18402026-07-16T02:39:05.994Z Compiling once_cell v1.21.3
18412026-07-16T02:39:06.013Z Compiling parking_lot v0.12.5
18422026-07-16T02:39:06.106Z Compiling socket2 v0.6.3
18432026-07-16T02:39:06.139Z Compiling semver v1.0.28
18442026-07-16T02:39:06.155Z Compiling indexmap v2.14.0
18452026-07-16T02:39:06.181Z Compiling mio v1.2.0
18462026-07-16T02:39:06.197Z Compiling aws-lc-sys v0.40.0
18472026-07-16T02:39:06.238Z Compiling futures-core v0.3.32
18482026-07-16T02:39:06.290Z Compiling bitflags v2.11.0
18492026-07-16T02:39:06.416Z Compiling aws-lc-rs v1.16.3
18502026-07-16T02:39:06.461Z Compiling strsim v0.11.1
18512026-07-16T02:39:06.479Z Compiling httparse v1.10.1
18522026-07-16T02:39:06.789Z Compiling ucd-trie v0.1.7
18532026-07-16T02:39:06.793Z Compiling thiserror v1.0.69
18542026-07-16T02:39:06.824Z Compiling byteorder v1.5.0
18552026-07-16T02:39:06.955Z Compiling pest v2.8.6
18562026-07-16T02:39:06.959Z Compiling vcpkg v0.2.15
18572026-07-16T02:39:07.002Z Compiling const-oid v0.9.6
18582026-07-16T02:39:07.031Z Compiling syn v1.0.109
18592026-07-16T02:39:07.048Z Compiling regex-syntax v0.8.10
18602026-07-16T02:39:07.078Z Compiling ident_case v1.0.1
18612026-07-16T02:39:07.117Z Compiling iana-time-zone v0.1.65
18622026-07-16T02:39:07.231Z Compiling uuid v1.23.4
18632026-07-16T02:39:07.405Z Compiling rustc_version v0.4.1
18642026-07-16T02:39:07.477Z Compiling rustls v0.23.41
18652026-07-16T02:39:07.493Z Compiling futures-sink v0.3.32
18662026-07-16T02:39:07.567Z Compiling openssl-sys v0.9.115
18672026-07-16T02:39:07.629Z Compiling futures-channel v0.3.32
18682026-07-16T02:39:07.652Z Compiling aho-corasick v1.1.4
18692026-07-16T02:39:07.693Z Compiling slab v0.4.12
18702026-07-16T02:39:07.716Z Compiling futures-task v0.3.32
18712026-07-16T02:39:07.764Z Compiling futures-io v0.3.32
18722026-07-16T02:39:07.893Z Compiling synstructure v0.13.2
18732026-07-16T02:39:07.913Z Compiling serde_derive_internals v0.29.1
18742026-07-16T02:39:08.146Z Compiling pest_meta v2.8.6
18752026-07-16T02:39:08.160Z Compiling dyn-clone v1.0.20
18762026-07-16T02:39:08.194Z Compiling time-core v0.1.8
18772026-07-16T02:39:08.229Z Compiling num-conv v0.2.0
18782026-07-16T02:39:08.256Z Compiling plain v0.2.3
18792026-07-16T02:39:08.315Z Compiling crc32fast v1.5.0
18802026-07-16T02:39:08.380Z Compiling base64 v0.22.1
18812026-07-16T02:39:08.384Z Compiling time-macros v0.2.27
18822026-07-16T02:39:08.426Z Compiling crossbeam-utils v0.8.21
18832026-07-16T02:39:08.465Z Compiling openssl v0.10.79
18842026-07-16T02:39:08.581Z Compiling regex-automata v0.4.14
18852026-07-16T02:39:08.607Z Compiling pretty-hex v0.4.1
18862026-07-16T02:39:08.658Z Compiling darling_core v0.21.3
18872026-07-16T02:39:08.684Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-07-16T02:39:08.763Z Compiling pest_generator v2.8.6
18892026-07-16T02:39:08.894Z Compiling anyhow v1.0.102
18902026-07-16T02:39:08.923Z Compiling native-tls v0.2.18
18912026-07-16T02:39:08.970Z Compiling rand_core v0.9.5
18922026-07-16T02:39:09.083Z Compiling serde_derive v1.0.228
18932026-07-16T02:39:09.108Z Compiling zeroize_derive v1.4.3
18942026-07-16T02:39:09.124Z Compiling zerofrom-derive v0.1.6
18952026-07-16T02:39:09.177Z Compiling yoke-derive v0.8.1
18962026-07-16T02:39:09.207Z Compiling zerovec-derive v0.11.2
18972026-07-16T02:39:09.224Z Compiling displaydoc v0.2.5
18982026-07-16T02:39:09.242Z Compiling zerocopy-derive v0.8.40
18992026-07-16T02:39:09.403Z Compiling tokio-macros v2.7.0
19002026-07-16T02:39:09.418Z Compiling futures-macro v0.3.32
19012026-07-16T02:39:09.435Z Compiling thiserror-impl v2.0.18
19022026-07-16T02:39:09.438Z Compiling schemars_derive v0.8.22
19032026-07-16T02:39:09.689Z Compiling tracing-attributes v0.1.31
19042026-07-16T02:39:09.744Z Compiling zeroize v1.8.2
19052026-07-16T02:39:10.110Z Compiling der_derive v0.7.3
19062026-07-16T02:39:10.158Z Compiling thiserror-impl v1.0.69
19072026-07-16T02:39:10.221Z Compiling pest_derive v2.8.6
19082026-07-16T02:39:10.251Z Compiling zerofrom v0.1.6
19092026-07-16T02:39:10.397Z Compiling yoke v0.8.1
19102026-07-16T02:39:10.600Z Compiling zerovec v0.11.5
19112026-07-16T02:39:10.617Z Compiling zerotrie v0.2.3
19122026-07-16T02:39:10.697Z Compiling crypto-common v0.1.7
19132026-07-16T02:39:10.697Z Compiling futures-util v0.3.32
19142026-07-16T02:39:10.885Z Compiling block-buffer v0.10.4
19152026-07-16T02:39:11.019Z Compiling digest v0.10.7
19162026-07-16T02:39:11.036Z Compiling scroll_derive v0.12.1
19172026-07-16T02:39:11.039Z Compiling scroll_derive v0.13.1
19182026-07-16T02:39:11.069Z Compiling openssl-macros v0.1.1
19192026-07-16T02:39:11.084Z Compiling regex v1.12.3
19202026-07-16T02:39:11.167Z Compiling tinystr v0.8.2
19212026-07-16T02:39:11.184Z Compiling potential_utf v0.1.4
19222026-07-16T02:39:11.387Z Compiling icu_locale_core v2.1.1
19232026-07-16T02:39:11.402Z Compiling icu_collections v2.1.1
19242026-07-16T02:39:11.509Z Compiling darling_macro v0.21.3
19252026-07-16T02:39:11.543Z Compiling zerocopy-derive v0.7.35
19262026-07-16T02:39:11.718Z Compiling slog v2.8.2
19272026-07-16T02:39:11.879Z Compiling tracing-core v0.1.36
19282026-07-16T02:39:12.028Z Compiling icu_provider v2.1.1
19292026-07-16T02:39:12.200Z Compiling cookie v0.18.1
19302026-07-16T02:39:12.242Z Compiling bytes v1.11.1
19312026-07-16T02:39:12.322Z Compiling chrono v0.4.45
19322026-07-16T02:39:12.346Z Compiling icu_properties v2.1.2
19332026-07-16T02:39:12.361Z Compiling icu_normalizer v2.1.1
19342026-07-16T02:39:12.379Z Compiling serde_tokenstream v0.2.3
19352026-07-16T02:39:12.841Z Compiling tokio v1.52.1
19362026-07-16T02:39:12.967Z Compiling http v1.4.2
19372026-07-16T02:39:13.166Z Compiling camino v1.2.2
19382026-07-16T02:39:13.430Z Compiling idna_adapter v1.2.1
19392026-07-16T02:39:13.518Z Compiling ppv-lite86 v0.2.21
19402026-07-16T02:39:13.583Z Compiling idna v1.1.0
19412026-07-16T02:39:13.828Z Compiling base64ct v1.8.3
19422026-07-16T02:39:13.896Z Compiling tracing v0.1.44
19432026-07-16T02:39:14.015Z Compiling url v2.5.8
19442026-07-16T02:39:14.078Z Compiling pem-rfc7468 v0.7.0
19452026-07-16T02:39:14.135Z Compiling darling v0.21.3
19462026-07-16T02:39:14.202Z Compiling flagset v0.4.7
19472026-07-16T02:39:14.234Z Compiling rand_chacha v0.9.0
19482026-07-16T02:39:14.324Z Compiling der v0.7.10
19492026-07-16T02:39:14.358Z Compiling http-body v1.0.1
19502026-07-16T02:39:14.376Z Compiling rustls-pki-types v1.14.0
19512026-07-16T02:39:14.845Z Compiling usdt-impl v0.5.0
19522026-07-16T02:39:14.886Z Compiling paste v1.0.15
19532026-07-16T02:39:15.011Z Compiling openssl-probe v0.2.1
19542026-07-16T02:39:15.097Z Compiling cmov v0.5.4
19552026-07-16T02:39:15.171Z Compiling fastrand v2.3.0
19562026-07-16T02:39:15.172Z Compiling tinyvec_macros v0.1.1
19572026-07-16T02:39:15.220Z Compiling ref-cast v1.0.25
19582026-07-16T02:39:15.320Z Compiling either v1.15.0
19592026-07-16T02:39:15.511Z Compiling usdt-impl v0.6.0
19602026-07-16T02:39:15.542Z Compiling ctutils v0.4.2
19612026-07-16T02:39:15.546Z Compiling tinyvec v1.10.0
19622026-07-16T02:39:15.627Z Compiling spki v0.7.3
19632026-07-16T02:39:15.741Z Compiling rand v0.9.2
19642026-07-16T02:39:15.815Z Compiling toml_datetime v0.6.11
19652026-07-16T02:39:15.843Z Compiling serde_spanned v0.6.9
19662026-07-16T02:39:15.857Z Compiling scroll v0.13.0
19672026-07-16T02:39:15.860Z Compiling scroll v0.12.0
19682026-07-16T02:39:15.906Z Compiling async-trait v0.1.89
19692026-07-16T02:39:15.961Z Compiling heapless v0.7.17
19702026-07-16T02:39:16.030Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-07-16T02:39:16.059Z Compiling litrs v1.0.0
19722026-07-16T02:39:16.075Z Compiling tower-layer v0.3.3
19732026-07-16T02:39:16.088Z Compiling try-lock v0.2.5
19742026-07-16T02:39:16.141Z Compiling untrusted v0.7.1
19752026-07-16T02:39:16.157Z Compiling atomic-waker v1.1.2
19762026-07-16T02:39:16.210Z Compiling winnow v1.0.3
19772026-07-16T02:39:16.243Z Compiling winnow v0.7.14
19782026-07-16T02:39:16.259Z Compiling tower-service v0.3.3
19792026-07-16T02:39:16.280Z Compiling cpufeatures v0.2.17
19802026-07-16T02:39:16.333Z Compiling signal-hook v0.3.18
19812026-07-16T02:39:16.355Z Compiling rustix v0.38.44
19822026-07-16T02:39:16.370Z Compiling zstd-safe v7.2.4
19832026-07-16T02:39:16.387Z Compiling want v0.3.1
19842026-07-16T02:39:16.451Z Compiling goblin v0.8.2
19852026-07-16T02:39:16.513Z Compiling toml_parser v1.1.2+spec-1.1.0
19862026-07-16T02:39:16.531Z Compiling document-features v0.2.12
19872026-07-16T02:39:16.566Z Compiling goblin v0.10.5
19882026-07-16T02:39:16.715Z Compiling tokio-util v0.7.18
19892026-07-16T02:39:16.813Z Compiling hybrid-array v0.4.13
19902026-07-16T02:39:17.104Z Compiling zerocopy v0.7.35
19912026-07-16T02:39:17.120Z Compiling ipnet v2.11.0
19922026-07-16T02:39:17.585Z Compiling h2 v0.4.15
19932026-07-16T02:39:17.640Z Compiling ref-cast-impl v1.0.25
19942026-07-16T02:39:17.667Z Compiling darling_core v0.20.11
19952026-07-16T02:39:17.683Z Compiling curve25519-dalek v4.1.3
19962026-07-16T02:39:17.704Z Compiling memoffset v0.9.1
19972026-07-16T02:39:17.721Z Compiling httpdate v1.0.3
19982026-07-16T02:39:17.968Z Compiling untrusted v0.9.0
19992026-07-16T02:39:18.052Z Compiling winnow v0.5.40
20002026-07-16T02:39:18.072Z Compiling powerfmt v0.2.0
20012026-07-16T02:39:18.143Z Compiling foreign-types-shared v0.1.1
20022026-07-16T02:39:18.346Z Compiling utf8parse v0.2.2
20032026-07-16T02:39:18.412Z Compiling tempfile v3.25.0
20042026-07-16T02:39:18.451Z Compiling deranged v0.5.8
20052026-07-16T02:39:18.479Z Compiling foreign-types v0.3.2
20062026-07-16T02:39:18.598Z Compiling unicode-normalization v0.1.25
20072026-07-16T02:39:18.793Z Compiling dof v0.3.0
20082026-07-16T02:39:18.809Z Compiling dtrace-parser v0.2.0
20092026-07-16T02:39:19.088Z Compiling pkcs8 v0.10.2
20102026-07-16T02:39:19.389Z Compiling dof v0.4.0
20112026-07-16T02:39:19.444Z Compiling toml_edit v0.19.15
20122026-07-16T02:39:19.678Z Compiling dtrace-parser v0.3.0
20132026-07-16T02:39:19.699Z Compiling darling_macro v0.20.11
20142026-07-16T02:39:19.777Z Compiling daft-derive v0.1.7
20152026-07-16T02:39:19.944Z Compiling pin-project-internal v1.1.11
20162026-07-16T02:39:20.052Z Compiling spin v0.9.8
20172026-07-16T02:39:20.205Z Compiling thread-id v5.1.0
20182026-07-16T02:39:20.278Z Compiling thread-id v4.2.2
20192026-07-16T02:39:20.326Z Compiling num-bigint-dig v0.8.6
20202026-07-16T02:39:20.385Z Compiling smoltcp v0.9.1
20212026-07-16T02:39:20.422Z Compiling anstyle v1.0.14
20222026-07-16T02:39:20.438Z Compiling num_threads v0.1.7
20232026-07-16T02:39:20.493Z Compiling cfg_aliases v0.2.1
20242026-07-16T02:39:20.587Z Compiling nix v0.31.2
20252026-07-16T02:39:20.705Z Compiling time v0.3.47
20262026-07-16T02:39:20.741Z Compiling darling v0.20.11
20272026-07-16T02:39:20.939Z Compiling hyper v1.10.1
20282026-07-16T02:39:20.993Z Compiling sha2 v0.10.9
20292026-07-16T02:39:21.177Z Compiling ipnetwork v0.21.1
20302026-07-16T02:39:21.287Z Compiling hmac v0.12.1
20312026-07-16T02:39:21.447Z Compiling strum_macros v0.26.4
20322026-07-16T02:39:21.569Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-16T02:39:21.678Z Compiling sync_wrapper v1.0.2
20342026-07-16T02:39:21.707Z Compiling wait-timeout v0.2.1
20352026-07-16T02:39:21.801Z Compiling quick-error v1.2.3
20362026-07-16T02:39:21.924Z Compiling siphasher v1.0.2
20372026-07-16T02:39:21.952Z Compiling bit-vec v0.8.0
20382026-07-16T02:39:22.029Z Compiling colorchoice v1.0.4
20392026-07-16T02:39:22.100Z Compiling hyper-util v0.1.20
20402026-07-16T02:39:22.204Z Compiling anstyle-query v1.1.5
20412026-07-16T02:39:22.222Z Compiling simd-adler32 v0.3.8
20422026-07-16T02:39:22.465Z Compiling is_terminal_polyfill v1.70.2
20432026-07-16T02:39:22.740Z Compiling bit-set v0.8.0
20442026-07-16T02:39:22.766Z Compiling rusty-fork v0.3.1
20452026-07-16T02:39:22.955Z Compiling tower v0.5.3
20462026-07-16T02:39:23.387Z Compiling derive_builder_core v0.20.2
20472026-07-16T02:39:23.455Z Compiling http-body-util v0.1.3
20482026-07-16T02:39:23.585Z Compiling hubpack_derive v0.1.1
20492026-07-16T02:39:23.616Z Compiling rand_xorshift v0.4.0
20502026-07-16T02:39:23.638Z Compiling snafu-derive v0.8.9
20512026-07-16T02:39:23.687Z Compiling strum_macros v0.27.2
20522026-07-16T02:39:23.785Z Compiling fs-err v3.3.0
20532026-07-16T02:39:23.846Z Compiling ahash v0.8.12
20542026-07-16T02:39:23.870Z Compiling object v0.37.3
20552026-07-16T02:39:24.048Z Compiling iri-string v0.7.10
20562026-07-16T02:39:24.076Z Compiling ryu v1.0.23
20572026-07-16T02:39:24.115Z Compiling unicode-bidi v0.3.18
20582026-07-16T02:39:24.217Z Compiling unicode-properties v0.1.4
20592026-07-16T02:39:24.340Z Compiling unarray v0.1.4
20602026-07-16T02:39:24.374Z Compiling adler2 v2.0.1
20612026-07-16T02:39:24.446Z Compiling allocator-api2 v0.2.21
20622026-07-16T02:39:24.468Z Compiling unicode-segmentation v1.12.0
20632026-07-16T02:39:24.569Z Compiling miniz_oxide v0.8.9
20642026-07-16T02:39:24.627Z Compiling stringprep v0.1.5
20652026-07-16T02:39:24.752Z Compiling proptest v1.10.0
20662026-07-16T02:39:24.856Z Compiling derive_builder_macro v0.20.2
20672026-07-16T02:39:25.009Z Compiling serde_urlencoded v0.7.1
20682026-07-16T02:39:25.190Z Compiling tower-http v0.6.8
20692026-07-16T02:39:25.275Z Compiling tokio-native-tls v0.3.1
20702026-07-16T02:39:25.336Z Compiling usdt-macro v0.6.0
20712026-07-16T02:39:25.382Z Compiling usdt-attr-macro v0.6.0
20722026-07-16T02:39:25.405Z Compiling anstyle-parse v1.0.0
20732026-07-16T02:39:25.477Z Compiling block-padding v0.4.2
20742026-07-16T02:39:25.494Z Compiling crypto-common v0.2.2
20752026-07-16T02:39:25.511Z Compiling block-buffer v0.12.1
20762026-07-16T02:39:25.913Z Compiling rustls-native-certs v0.8.3
20772026-07-16T02:39:26.005Z Compiling rand_chacha v0.3.1
20782026-07-16T02:39:26.176Z Compiling hex v0.4.3
20792026-07-16T02:39:26.180Z Compiling erased-serde v0.3.31
20802026-07-16T02:39:26.206Z Compiling md-5 v0.10.6
20812026-07-16T02:39:26.238Z Compiling signature v2.2.0
20822026-07-16T02:39:26.252Z Compiling bstr v1.12.1
20832026-07-16T02:39:26.325Z Compiling num-integer v0.1.46
20842026-07-16T02:39:26.364Z Compiling hash32 v0.2.1
20852026-07-16T02:39:26.391Z Compiling vergen-lib v9.1.0
20862026-07-16T02:39:26.479Z Compiling encoding_rs v0.8.35
20872026-07-16T02:39:26.525Z Compiling cpufeatures v0.3.0
20882026-07-16T02:39:26.564Z Compiling mime v0.3.17
20892026-07-16T02:39:26.616Z Compiling zlib-rs v0.6.2
20902026-07-16T02:39:26.648Z Compiling fallible-iterator v0.2.0
20912026-07-16T02:39:26.687Z Compiling psl-types v2.0.11
20922026-07-16T02:39:26.810Z Compiling publicsuffix v2.3.0
20932026-07-16T02:39:26.858Z Compiling newtype-uuid v1.3.2
20942026-07-16T02:39:26.976Z Compiling postgres-protocol v0.6.10
20952026-07-16T02:39:27.032Z Compiling num-iter v0.1.45
20962026-07-16T02:39:27.181Z Compiling rand v0.8.6
20972026-07-16T02:39:27.524Z Compiling oxnet v0.1.6
20982026-07-16T02:39:27.643Z Compiling inout v0.2.2
20992026-07-16T02:39:27.710Z Compiling anstream v1.0.0
21002026-07-16T02:39:27.747Z Compiling hyper-tls v0.6.0
21012026-07-16T02:39:27.763Z Compiling derive_builder v0.20.2
21022026-07-16T02:39:27.808Z Compiling heck v0.4.1
21032026-07-16T02:39:27.932Z Compiling phf_shared v0.13.1
21042026-07-16T02:39:27.964Z Compiling pin-project v1.1.11
21052026-07-16T02:39:28.021Z Compiling lazy_static v1.5.0
21062026-07-16T02:39:28.024Z Compiling anstyle-parse v0.2.7
21072026-07-16T02:39:28.165Z Compiling terminal_size v0.4.3
21082026-07-16T02:39:28.200Z Compiling serde_with_macros v3.17.0
21092026-07-16T02:39:28.216Z Compiling futures-executor v0.3.32
21102026-07-16T02:39:28.265Z Compiling enum-as-inner v0.6.1
21112026-07-16T02:39:28.269Z Compiling async-recursion v1.1.1
21122026-07-16T02:39:28.318Z Compiling clap_derive v4.6.1
21132026-07-16T02:39:28.365Z Compiling serde_repr v0.1.20
21142026-07-16T02:39:28.487Z Compiling ff v0.13.1
21152026-07-16T02:39:28.506Z Compiling vergen v9.1.0
21162026-07-16T02:39:28.552Z Compiling cargo-platform v0.3.2
21172026-07-16T02:39:28.641Z Compiling same-file v1.0.6
21182026-07-16T02:39:28.742Z Compiling flate2 v1.1.9
21192026-07-16T02:39:28.804Z Compiling managed v0.8.0
21202026-07-16T02:39:28.931Z Compiling bumpalo v3.20.2
21212026-07-16T02:39:28.948Z Compiling bitflags v1.3.2
21222026-07-16T02:39:28.964Z Compiling libbz2-rs-sys v0.2.2
21232026-07-16T02:39:28.967Z Compiling base16ct v0.2.0
21242026-07-16T02:39:29.099Z Compiling foldhash v0.2.0
21252026-07-16T02:39:29.166Z Compiling foldhash v0.1.5
21262026-07-16T02:39:29.271Z Compiling clap_lex v1.0.0
21272026-07-16T02:39:29.286Z Compiling hashbrown v0.16.1
21282026-07-16T02:39:29.328Z Compiling hashbrown v0.15.5
21292026-07-16T02:39:29.351Z Compiling zopfli v0.8.3
21302026-07-16T02:39:29.452Z Compiling clap_builder v4.6.0
21312026-07-16T02:39:29.502Z Compiling bzip2 v0.6.1
21322026-07-16T02:39:29.718Z Compiling sec1 v0.7.3
21332026-07-16T02:39:29.894Z Compiling walkdir v2.5.0
21342026-07-16T02:39:29.925Z Compiling cargo_metadata v0.23.1
21352026-07-16T02:39:29.944Z Compiling group v0.13.0
21362026-07-16T02:39:30.134Z Compiling futures v0.3.32
21372026-07-16T02:39:30.329Z Compiling anstream v0.6.21
21382026-07-16T02:39:30.636Z Compiling zstd v0.13.3
21392026-07-16T02:39:30.654Z Compiling phf v0.13.1
21402026-07-16T02:39:30.832Z Compiling snafu v0.8.9
21412026-07-16T02:39:30.907Z Compiling reqwest v0.12.28
21422026-07-16T02:39:31.175Z Compiling signal-hook-mio v0.2.5
21432026-07-16T02:39:31.192Z Compiling daft v0.1.7
21442026-07-16T02:39:31.240Z Compiling cipher v0.5.2
21452026-07-16T02:39:31.311Z Compiling cookie_store v0.22.1
21462026-07-16T02:39:31.314Z Compiling postgres-types v0.2.12
21472026-07-16T02:39:31.460Z Compiling bzip2 v0.4.4
21482026-07-16T02:39:31.496Z Compiling globset v0.4.18
21492026-07-16T02:39:31.528Z Compiling ed25519 v2.2.3
21502026-07-16T02:39:31.605Z Compiling strum v0.27.2
21512026-07-16T02:39:31.789Z Compiling hubpack v0.1.2
21522026-07-16T02:39:31.838Z Compiling phf_shared v0.11.3
21532026-07-16T02:39:31.887Z Compiling hkdf v0.12.4
21542026-07-16T02:39:31.890Z Compiling crossbeam-epoch v0.9.18
21552026-07-16T02:39:31.920Z Compiling pkcs1 v0.7.5
21562026-07-16T02:39:31.958Z Compiling olpc-cjson v0.1.4
21572026-07-16T02:39:32.129Z Compiling pem v3.0.6
21582026-07-16T02:39:32.285Z Compiling serde_plain v1.0.2
21592026-07-16T02:39:32.299Z Compiling serde-big-array v0.5.1
21602026-07-16T02:39:32.416Z Compiling crypto-bigint v0.5.5
21612026-07-16T02:39:32.432Z Compiling float-cmp v0.10.0
21622026-07-16T02:39:32.462Z Compiling memmap2 v0.9.10
21632026-07-16T02:39:32.485Z Compiling env_filter v1.0.0
21642026-07-16T02:39:32.545Z Compiling typed-path v0.9.3
21652026-07-16T02:39:32.592Z Compiling static_assertions v1.1.0
21662026-07-16T02:39:32.660Z Compiling jiff v0.2.21
21672026-07-16T02:39:32.677Z Compiling difflib v0.4.0
21682026-07-16T02:39:32.694Z Compiling data-encoding v2.10.0
21692026-07-16T02:39:32.805Z Compiling whoami v2.1.0
21702026-07-16T02:39:33.135Z Compiling fixedbitset v0.5.7
21712026-07-16T02:39:33.163Z Compiling toml_write v0.1.2
21722026-07-16T02:39:33.180Z Compiling fixedbitset v0.4.2
21732026-07-16T02:39:33.267Z Compiling new_debug_unreachable v1.0.6
21742026-07-16T02:39:33.283Z Compiling keccak v0.1.6
21752026-07-16T02:39:33.319Z Compiling const-oid v0.10.2
21762026-07-16T02:39:33.349Z Compiling precomputed-hash v0.1.1
21772026-07-16T02:39:33.378Z Compiling predicates-core v1.0.10
21782026-07-16T02:39:33.425Z Compiling normalize-line-endings v0.3.0
21792026-07-16T02:39:33.441Z Compiling petgraph v0.8.3
21802026-07-16T02:39:33.458Z Compiling string_cache v0.8.9
21812026-07-16T02:39:33.493Z Compiling digest v0.11.3
21822026-07-16T02:39:33.511Z Compiling predicates v3.1.4
21832026-07-16T02:39:33.527Z Compiling chacha20 v0.10.0
21842026-07-16T02:39:33.544Z Compiling sha3 v0.10.8
21852026-07-16T02:39:33.547Z Compiling elliptic-curve v0.13.8
21862026-07-16T02:39:33.575Z Compiling petgraph v0.6.5
21872026-07-16T02:39:33.603Z Compiling toml_edit v0.22.27
21882026-07-16T02:39:33.717Z Compiling tokio-postgres v0.7.16
21892026-07-16T02:39:33.739Z Compiling hickory-proto v0.25.2
21902026-07-16T02:39:33.925Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-07-16T02:39:33.928Z Compiling env_logger v0.11.9
21922026-07-16T02:39:33.957Z Compiling usdt v0.6.0
21932026-07-16T02:39:34.469Z Compiling rsa v0.9.10
21942026-07-16T02:39:35.385Z Compiling zip v4.6.1
21952026-07-16T02:39:35.759Z Compiling ed25519-dalek v2.2.0
21962026-07-16T02:39:35.804Z Compiling zip v0.6.6
21972026-07-16T02:39:35.924Z Compiling iddqd v0.4.2
21982026-07-16T02:39:36.074Z Compiling crossterm v0.28.1
21992026-07-16T02:39:36.339Z Compiling clap v4.6.1
22002026-07-16T02:39:36.434Z Compiling serde_with v3.17.0
22012026-07-16T02:39:36.675Z Compiling similar v2.7.0
22022026-07-16T02:39:36.692Z Compiling byte-wrapper v0.1.0
22032026-07-16T02:39:36.722Z Compiling strum v0.26.3
22042026-07-16T02:39:36.755Z Compiling toml v0.7.8
22052026-07-16T02:39:36.884Z Compiling tokio-stream v0.1.18
22062026-07-16T02:39:37.014Z Compiling buf-list v1.1.2
22072026-07-16T02:39:37.145Z Compiling x509-cert v0.2.5
22082026-07-16T02:39:37.290Z Compiling itertools v0.13.0
22092026-07-16T02:39:37.321Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-07-16T02:39:37.428Z Compiling openapiv3 v2.2.0
22112026-07-16T02:39:38.324Z Compiling lalrpop-util v0.19.12
22122026-07-16T02:39:38.374Z Compiling peg-runtime v0.8.5
22132026-07-16T02:39:55.363Z Compiling macaddr v1.0.1
22142026-07-16T02:39:55.482Z Compiling structmeta-derive v0.3.0
22152026-07-16T02:39:55.541Z Compiling crucible-workspace-hack v0.1.0
22162026-07-16T02:39:55.581Z Compiling rayon-core v1.13.0
22172026-07-16T02:39:55.655Z Compiling itertools v0.14.0
22182026-07-16T02:39:55.658Z Compiling secrecy v0.10.3
22192026-07-16T02:39:55.838Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-07-16T02:39:55.854Z Compiling heapless v0.8.0
22212026-07-16T02:39:55.871Z Compiling toml_datetime v0.7.5+spec-1.1.0
22222026-07-16T02:39:56.115Z Compiling toml_edit v0.23.10+spec-1.0.0
22232026-07-16T02:39:56.222Z Compiling crossbeam-deque v0.8.6
22242026-07-16T02:39:56.285Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252026-07-16T02:39:56.312Z Compiling inout v0.1.4
22262026-07-16T02:39:56.340Z Compiling hash32 v0.3.1
22272026-07-16T02:39:56.355Z Compiling multer v3.1.0
22282026-07-16T02:39:56.453Z Compiling thread_local v1.1.9
22292026-07-16T02:39:56.469Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-07-16T02:39:56.487Z Compiling slog-async v2.8.0
22312026-07-16T02:39:56.504Z Compiling structmeta v0.3.0
22322026-07-16T02:39:56.522Z Compiling compression-core v0.4.31
22332026-07-16T02:39:56.584Z Compiling unicode-width v0.2.0
22342026-07-16T02:39:56.716Z Compiling rustls-webpki v0.103.13
22352026-07-16T02:39:56.731Z Compiling match_cfg v0.1.0
22362026-07-16T02:39:56.735Z Compiling smoltcp v0.11.0
22372026-07-16T02:39:56.814Z Compiling hostname v0.3.1
22382026-07-16T02:39:56.830Z Compiling derive-ex v0.1.8
22392026-07-16T02:39:56.873Z Compiling proc-macro-crate v3.4.0
22402026-07-16T02:39:56.924Z Compiling compression-codecs v0.4.37
22412026-07-16T02:39:56.940Z Compiling ingot-macros v0.1.1
22422026-07-16T02:39:57.040Z Compiling cipher v0.4.4
22432026-07-16T02:39:57.131Z Compiling atomicwrites v0.4.4
22442026-07-16T02:39:57.147Z Compiling slog-json v2.6.1
22452026-07-16T02:39:57.326Z Compiling crossbeam-channel v0.5.15
22462026-07-16T02:39:57.329Z Compiling half v2.7.1
22472026-07-16T02:39:57.433Z Compiling newtype-uuid-macros v0.1.0
22482026-07-16T02:39:57.437Z Compiling cobs v0.3.0
22492026-07-16T02:39:57.526Z Compiling thiserror-impl-no-std v2.0.2
22502026-07-16T02:39:57.542Z Compiling universal-hash v0.5.1
22512026-07-16T02:39:57.692Z Compiling async-stream-impl v0.3.6
22522026-07-16T02:39:57.708Z Compiling serde_spanned v1.1.1
22532026-07-16T02:39:57.737Z Compiling toml_datetime v1.1.1+spec-1.1.0
22542026-07-16T02:39:57.898Z Compiling is-terminal v0.4.17
22552026-07-16T02:39:58.018Z Compiling dropshot v0.17.1
22562026-07-16T02:39:58.059Z Compiling proc-macro-error-attr v1.0.4
22572026-07-16T02:39:58.191Z Compiling take_mut v0.2.2
22582026-07-16T02:39:58.217Z Compiling term v1.2.1
22592026-07-16T02:39:58.256Z Compiling opaque-debug v0.3.1
22602026-07-16T02:39:58.298Z Compiling ciborium-io v0.2.2
22612026-07-16T02:39:58.298Z Compiling toml_writer v1.1.1+spec-1.1.0
22622026-07-16T02:39:58.332Z Compiling convert_case v0.4.0
22632026-07-16T02:39:58.347Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22642026-07-16T02:39:58.398Z Compiling test-strategy v0.4.5
22652026-07-16T02:39:58.413Z Compiling ciborium-ll v0.2.2
22662026-07-16T02:39:58.588Z Compiling thiserror-no-std v2.0.2
22672026-07-16T02:39:58.604Z Compiling slog-term v2.9.2
22682026-07-16T02:39:58.620Z Compiling toml v1.1.2+spec-1.1.0
22692026-07-16T02:39:58.640Z Compiling poly1305 v0.8.0
22702026-07-16T02:39:58.656Z Compiling derive_more v0.99.20
22712026-07-16T02:39:58.700Z Compiling async-stream v0.3.6
22722026-07-16T02:39:58.967Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-07-16T02:39:59.279Z Compiling postcard v1.1.3
22742026-07-16T02:39:59.600Z Compiling ingot-types v0.1.2
22752026-07-16T02:39:59.678Z Compiling slog-bunyan v2.5.0
22762026-07-16T02:39:59.709Z Compiling num_enum_derive v0.7.6
22772026-07-16T02:39:59.764Z Compiling chacha20 v0.9.1
22782026-07-16T02:39:59.861Z Compiling async-compression v0.4.41
22792026-07-16T02:40:00.020Z Compiling ingot v0.1.1
22802026-07-16T02:40:00.037Z Compiling parse-display-derive v0.10.0
22812026-07-16T02:40:00.053Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22822026-07-16T02:40:00.073Z Compiling sha1 v0.11.0
22832026-07-16T02:40:00.338Z Compiling tokio-rustls v0.26.4
22842026-07-16T02:40:00.501Z Compiling rustls-platform-verifier v0.6.2
22852026-07-16T02:40:00.524Z Compiling tough v0.22.0
22862026-07-16T02:40:00.626Z Compiling hyper-rustls v0.27.7
22872026-07-16T02:40:00.714Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22882026-07-16T02:40:00.769Z Compiling proc-macro-crate v1.3.1
22892026-07-16T02:40:00.874Z Compiling waitgroup v0.1.2
22902026-07-16T02:40:00.945Z Compiling reqwest v0.13.2
22912026-07-16T02:40:00.969Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22922026-07-16T02:40:01.080Z Compiling password-hash v0.5.0
22932026-07-16T02:40:01.119Z Compiling backon v1.6.0
22942026-07-16T02:40:01.125Z Compiling rustls-pemfile v2.2.0
22952026-07-16T02:40:01.429Z Compiling dropshot_endpoint v0.17.1
22962026-07-16T02:40:01.448Z Compiling blake2 v0.10.6
22972026-07-16T02:40:01.511Z Compiling aead v0.5.2
22982026-07-16T02:40:01.530Z Compiling foreign-types-macros v0.2.3
22992026-07-16T02:40:01.717Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23002026-07-16T02:40:01.839Z Compiling serde_path_to_error v0.1.20
23012026-07-16T02:40:02.016Z Compiling hostname v0.4.2
23022026-07-16T02:40:02.052Z Compiling proc-macro-error v1.0.4
23032026-07-16T02:40:02.077Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-16T02:40:02.145Z Compiling instant v0.1.13
23052026-07-16T02:40:02.175Z Compiling foreign-types-shared v0.3.1
23062026-07-16T02:40:02.175Z Compiling debug-ignore v1.0.5
23072026-07-16T02:40:02.203Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-16T02:40:02.268Z Compiling backoff v0.4.0
23092026-07-16T02:40:02.287Z Compiling foreign-types v0.5.0
23102026-07-16T02:40:02.303Z Compiling argon2 v0.5.3
23112026-07-16T02:40:02.332Z Compiling chacha20poly1305 v0.10.1
23122026-07-16T02:40:02.335Z Compiling parse-display v0.10.0
23132026-07-16T02:40:02.385Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23142026-07-16T02:40:02.424Z Compiling num_enum_derive v0.5.11
23152026-07-16T02:40:02.428Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23162026-07-16T02:40:02.508Z Compiling num_enum v0.7.6
23172026-07-16T02:40:02.636Z Compiling vsss-rs v3.3.4
23182026-07-16T02:40:02.785Z Compiling ciborium v0.2.2
23192026-07-16T02:40:02.826Z Compiling tabwriter v1.4.1
23202026-07-16T02:40:02.955Z Compiling regress v0.10.5
23212026-07-16T02:40:03.055Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-07-16T02:40:03.245Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23232026-07-16T02:40:03.260Z Compiling cstr-argument v0.1.2
23242026-07-16T02:40:03.411Z Compiling humantime v2.3.0
23252026-07-16T02:40:03.428Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-07-16T02:40:03.446Z Compiling num_enum v0.5.11
23272026-07-16T02:40:03.461Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-07-16T02:40:03.531Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-07-16T02:40:03.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-07-16T02:40:03.684Z Compiling rayon v1.11.0
23312026-07-16T02:40:03.714Z Compiling rand v0.10.1
23322026-07-16T02:40:03.884Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-07-16T02:40:03.900Z Compiling colored v3.1.1
23342026-07-16T02:40:03.916Z Compiling indent_write v2.2.0
23352026-07-16T02:40:03.943Z Compiling libefi-sys v0.1.0
23362026-07-16T02:40:03.976Z Compiling zone_cfg_derive v0.3.1
23372026-07-16T02:40:04.044Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23382026-07-16T02:40:04.094Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23392026-07-16T02:40:04.118Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23402026-07-16T02:40:04.213Z Compiling camino-tempfile v1.4.1
23412026-07-16T02:40:04.235Z Compiling itertools v0.12.1
23422026-07-16T02:40:04.263Z Compiling usdt-attr-macro v0.5.0
23432026-07-16T02:40:04.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23442026-07-16T02:40:04.560Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-16T02:40:04.563Z Compiling usdt-macro v0.5.0
23462026-07-16T02:40:04.593Z Compiling num-derive v0.4.2
23472026-07-16T02:40:04.597Z Compiling bitfield-struct v0.6.2
23482026-07-16T02:40:04.627Z Compiling blake3 v1.8.5
23492026-07-16T02:40:04.644Z Compiling memmap v0.7.0
23502026-07-16T02:40:04.662Z Compiling sigpipe v0.1.3
23512026-07-16T02:40:04.679Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23522026-07-16T02:40:04.696Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23532026-07-16T02:40:04.775Z Compiling glob v0.3.3
23542026-07-16T02:40:04.894Z Compiling swrite v0.1.0
23552026-07-16T02:40:04.935Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-16T02:40:05.141Z Compiling smf v0.2.3
23572026-07-16T02:40:05.253Z Compiling filetime v0.2.27
23582026-07-16T02:40:05.269Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-07-16T02:40:05.286Z Compiling arrayvec v0.7.6
23602026-07-16T02:40:05.310Z Compiling usdt v0.5.0
23612026-07-16T02:40:05.478Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23622026-07-16T02:40:05.502Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23632026-07-16T02:40:05.539Z Compiling zone v0.3.1
23642026-07-16T02:40:05.555Z Compiling xattr v1.6.1
23652026-07-16T02:40:05.580Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-07-16T02:40:05.598Z Compiling arrayref v0.3.9
23672026-07-16T02:40:05.677Z Compiling whoami v1.6.1
23682026-07-16T02:40:05.694Z Compiling constant_time_eq v0.4.2
23692026-07-16T02:40:05.709Z Compiling tar v0.4.46
23702026-07-16T02:40:05.726Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-07-16T02:40:05.767Z Compiling tokio-dtrace v0.1.1
23722026-07-16T02:40:05.921Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23732026-07-16T02:40:05.943Z Compiling console v0.16.2
23742026-07-16T02:40:06.121Z Compiling gethostname v0.5.0
23752026-07-16T02:40:06.171Z Compiling unit-prefix v0.5.2
23762026-07-16T02:40:06.209Z Compiling topological-sort v0.2.2
23772026-07-16T02:40:06.300Z Compiling oxide-tokio-rt v0.1.4
23782026-07-16T02:40:06.316Z Compiling toml v0.8.23
23792026-07-16T02:40:06.332Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-07-16T02:40:06.353Z Compiling indicatif v0.18.4
23812026-07-16T02:40:06.419Z Compiling shell-words v1.1.1
23822026-07-16T02:40:15.833Z Compiling progenitor-client v0.14.0
23832026-07-16T02:40:15.833Z Compiling omicron-zone-package v0.12.3
23842026-07-16T02:40:16.069Z Compiling progenitor-extras v0.2.0
23852026-07-16T02:40:16.425Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-07-16T02:40:16.446Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-07-16T02:40:16.550Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-07-16T02:40:16.575Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-07-16T02:40:16.598Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-07-16T02:40:16.626Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-07-16T02:40:16.747Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-07-16T02:40:16.912Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-07-16T02:40:17.324Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-07-16T02:40:21.283Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-07-16T02:40:29.254Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-07-16T02:40:32.445Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-07-16T02:40:33.498Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-07-16T02:40:42.866Z Finished `release` profile [optimized] target(s) in 1m 40s
23992026-07-16T02:40:43.013Z Running `target/release/omicron-package -t test target create -p dev`
24002026-07-16T02:40:43.076ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-07-16T02:40:43.079ZCreated new build target 'test' and set it as active
24022026-07-16T02:40:43.079Z
24032026-07-16T02:40:43.079Zreal 1:40.324708036
24042026-07-16T02:40:43.079Zuser 16:26.603739485
24052026-07-16T02:40:43.079Zsys 2:36.470888515
24062026-07-16T02:40:43.079Ztrap 0.449874002
24072026-07-16T02:40:43.079Ztflt 2.198131467
24082026-07-16T02:40:43.079Zdflt 4.038642018
24092026-07-16T02:40:43.079Zkflt 0.000612290
24102026-07-16T02:40:43.079Zlock 51:53.527241726
24112026-07-16T02:40:43.080Zslp 42:11.727333578
24122026-07-16T02:40:43.084Zlat 45.002500400
24132026-07-16T02:40:43.084Zstop 5:21.465451056
24142026-07-16T02:40:43.084Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-07-16T02:40:43.915Z Finished `release` profile [optimized] target(s) in 0.82s
24162026-07-16T02:40:43.980Z Running `target/release/omicron-package -t test package`
24172026-07-16T02:40:44.034ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-07-16T02:40:45.416Z Compiling heck v0.5.0
24192026-07-16T02:40:45.417Z Compiling regress v0.11.1
24202026-07-16T02:40:45.654Z Compiling unsafe-libyaml v0.2.11
24212026-07-16T02:40:45.673Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-07-16T02:40:45.699Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-07-16T02:40:45.702Z Compiling unicode-width v0.1.14
24242026-07-16T02:40:45.743Z Compiling derive-where v1.6.0
24252026-07-16T02:40:45.743Z Compiling bytecount v0.6.9
24262026-07-16T02:40:45.746Z Compiling atomicwrites v0.4.4
24272026-07-16T02:40:45.762Z Compiling is-terminal v0.4.17
24282026-07-16T02:40:45.801Z Compiling prettyplease v0.2.37
24292026-07-16T02:40:45.837Z Compiling console v0.15.11
24302026-07-16T02:40:45.840Z Compiling newline-converter v0.3.0
24312026-07-16T02:40:45.840Z Compiling slog-dtrace v0.3.0
24322026-07-16T02:40:45.896Z Compiling cancel-safe-futures v0.1.5
24332026-07-16T02:40:45.900Z Compiling owo-colors v4.3.0
24342026-07-16T02:40:45.942Z Compiling resolv-conf v0.7.6
24352026-07-16T02:40:45.966Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-07-16T02:40:45.992Z Compiling num-rational v0.4.2
24372026-07-16T02:40:46.016Z Compiling libsw-core v0.3.2
24382026-07-16T02:40:46.055Z Compiling num-complex v0.4.6
24392026-07-16T02:40:46.108Z Compiling thread_local v1.1.9
24402026-07-16T02:40:46.186Z Compiling serde_yaml v0.9.34+deprecated
24412026-07-16T02:40:46.208Z Compiling compression-core v0.4.31
24422026-07-16T02:40:46.247Z Compiling expectorate v1.2.0
24432026-07-16T02:40:46.321Z Compiling match_cfg v0.1.0
24442026-07-16T02:40:46.375Z Compiling compression-codecs v0.4.37
24452026-07-16T02:40:46.402Z Compiling hostname v0.3.1
24462026-07-16T02:40:46.479Z Compiling num v0.4.3
24472026-07-16T02:40:46.532Z Compiling libsw v3.5.0
24482026-07-16T02:40:46.553Z Compiling slog-async v2.8.0
24492026-07-16T02:40:46.574Z Compiling multer v3.1.0
24502026-07-16T02:40:46.592Z Compiling crossbeam-channel v0.5.15
24512026-07-16T02:40:46.616Z Compiling slog-json v2.6.1
24522026-07-16T02:40:46.635Z Compiling serde_spanned v1.1.1
24532026-07-16T02:40:46.655Z Compiling toml_datetime v1.1.1+spec-1.1.0
24542026-07-16T02:40:46.742Z Compiling term v1.2.1
24552026-07-16T02:40:46.807Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-07-16T02:40:46.829Z Compiling linear-map v1.2.0
24572026-07-16T02:40:46.848Z Compiling float-ord v0.3.2
24582026-07-16T02:40:46.914Z Compiling linked-hash-map v0.5.6
24592026-07-16T02:40:46.958Z Compiling take_mut v0.2.2
24602026-07-16T02:40:46.981Z Compiling toml_writer v1.1.1+spec-1.1.0
24612026-07-16T02:40:46.984Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24622026-07-16T02:40:47.025Z Compiling slog-bunyan v2.5.0
24632026-07-16T02:40:47.069Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24642026-07-16T02:40:47.112Z Compiling slog-term v2.9.2
24652026-07-16T02:40:47.134Z Compiling lru-cache v0.1.2
24662026-07-16T02:40:47.153Z Compiling typify-impl v0.6.2
24672026-07-16T02:40:47.188Z Compiling toml v1.1.2+spec-1.1.0
24682026-07-16T02:40:47.221Z Compiling async-compression v0.4.41
24692026-07-16T02:40:47.276Z Compiling dropshot v0.17.1
24702026-07-16T02:40:47.304Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24712026-07-16T02:40:47.339Z Compiling async-stream v0.3.6
24722026-07-16T02:40:47.481Z Compiling sha1 v0.11.0
24732026-07-16T02:40:47.485Z Compiling progenitor-client v0.14.0
24742026-07-16T02:40:47.522Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-07-16T02:40:47.542Z Compiling waitgroup v0.1.2
24762026-07-16T02:40:47.564Z Compiling rustls-pemfile v2.2.0
24772026-07-16T02:40:47.632Z Compiling backon v1.6.0
24782026-07-16T02:40:47.683Z Compiling hostname v0.4.2
24792026-07-16T02:40:47.704Z Compiling serde_path_to_error v0.1.20
24802026-07-16T02:40:47.727Z Compiling instant v0.1.13
24812026-07-16T02:40:47.753Z Compiling debug-ignore v1.0.5
24822026-07-16T02:40:47.776Z Compiling minimal-lexical v0.2.1
24832026-07-16T02:40:47.822Z Compiling progenitor-extras v0.2.0
24842026-07-16T02:40:47.856Z Compiling backoff v0.4.0
24852026-07-16T02:40:47.889Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24862026-07-16T02:40:47.892Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-07-16T02:40:47.892Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-07-16T02:40:48.090Z Compiling nom v7.1.3
24892026-07-16T02:40:48.110Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-07-16T02:40:48.130Z Compiling parse-display v0.10.0
24912026-07-16T02:40:48.195Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-07-16T02:40:48.274Z Compiling hickory-proto v0.24.4
24932026-07-16T02:40:48.417Z Compiling regress v0.10.5
24942026-07-16T02:40:48.830Z Compiling macaddr v1.0.1
24952026-07-16T02:40:48.874Z Compiling unicode-xid v0.2.6
24962026-07-16T02:40:48.897Z Compiling humantime v2.3.0
24972026-07-16T02:40:49.074Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-07-16T02:40:49.169Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-07-16T02:40:49.289Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-07-16T02:40:49.493Z Compiling convert_case v0.10.0
25012026-07-16T02:40:49.528Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-07-16T02:40:49.783Z Compiling derive_more-impl v2.1.1
25032026-07-16T02:40:49.928Z Compiling toml v0.8.23
25042026-07-16T02:40:50.196Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-07-16T02:40:50.465Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-07-16T02:40:50.465Z Compiling papergrid v0.11.0
25072026-07-16T02:40:50.519Z Compiling tabled_derive v0.7.0
25082026-07-16T02:40:50.588Z Compiling derive_more v2.1.1
25092026-07-16T02:40:50.621Z Compiling termtree v0.5.1
25102026-07-16T02:40:50.645Z Compiling typify-macro v0.6.2
25112026-07-16T02:40:50.698Z Compiling crossterm v0.29.0
25122026-07-16T02:40:50.795Z Compiling hickory-resolver v0.24.4
25132026-07-16T02:40:50.818Z Compiling phf_shared v0.12.1
25142026-07-16T02:40:51.068Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-07-16T02:40:51.474Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-07-16T02:40:51.684Z Compiling tabled v0.15.0
25172026-07-16T02:40:51.773Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-07-16T02:40:52.218Z Compiling typify v0.6.2
25192026-07-16T02:40:52.513Z Compiling progenitor-impl v0.14.0
25202026-07-16T02:40:52.774Z Compiling qorb v0.4.1
25212026-07-16T02:40:53.670Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222026-07-16T02:40:54.230Z Compiling vte v0.14.1
25232026-07-16T02:40:54.496Z Compiling csv-core v0.1.13
25242026-07-16T02:40:54.706Z Compiling progenitor-macro v0.14.0
25252026-07-16T02:40:54.932Z Compiling chrono-tz v0.10.4
25262026-07-16T02:40:55.159Z Compiling highway v1.3.0
25272026-07-16T02:40:55.707Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25282026-07-16T02:40:55.905Z Compiling csv v1.4.0
25292026-07-16T02:40:55.996Z Compiling strip-ansi-escapes v0.2.1
25302026-07-16T02:40:56.038Z Compiling phf v0.12.1
25312026-07-16T02:40:56.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-07-16T02:40:56.261Z Compiling const_format_proc_macros v0.2.34
25332026-07-16T02:40:56.360Z Compiling fd-lock v4.0.4
25342026-07-16T02:40:56.529Z Compiling peg-macros v0.8.5
25352026-07-16T02:40:56.728Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-07-16T02:40:56.895Z Compiling nu-ansi-term v0.50.3
25372026-07-16T02:40:57.090Z Compiling const_format v0.2.35
25382026-07-16T02:40:57.413Z Compiling reedline v0.40.0
25392026-07-16T02:40:57.475Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-16T02:40:57.814Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-07-16T02:40:58.121Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-07-16T02:40:58.759Z Compiling progenitor v0.14.0
25432026-07-16T02:40:58.907Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-07-16T02:40:58.948Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-07-16T02:40:58.983Z Compiling peg v0.8.5
25462026-07-16T02:40:59.090Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-07-16T02:40:59.116Z Compiling bcs v0.1.6
25482026-07-16T02:40:59.550Z Compiling nom v8.0.0
25492026-07-16T02:40:59.667Z Compiling semver v0.1.20
25502026-07-16T02:40:59.975Z Compiling rustc_version v0.1.7
25512026-07-16T02:41:00.241Z Compiling newtype_derive v0.1.6
25522026-07-16T02:41:00.479Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-07-16T02:41:00.744Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25542026-07-16T02:41:00.850Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25552026-07-16T02:41:01.242Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25562026-07-16T02:41:01.347Z Compiling unicode-linebreak v0.1.5
25572026-07-16T02:41:01.351Z Compiling smawk v0.3.2
25582026-07-16T02:41:01.585Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-07-16T02:41:01.617Z Compiling textwrap v0.16.2
25602026-07-16T02:41:01.747Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-07-16T02:41:01.834Z Compiling steno v0.4.1
25622026-07-16T02:41:01.868Z Compiling base64 v0.21.7
25632026-07-16T02:41:02.076Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-16T02:41:02.424Z Compiling dropshot-api-manager-types v0.7.2
25652026-07-16T02:41:02.519Z Compiling sha1 v0.10.6
25662026-07-16T02:41:02.967Z Compiling utf-8 v0.7.6
25672026-07-16T02:41:03.093Z Compiling tagptr v0.2.0
25682026-07-16T02:41:03.209Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-07-16T02:41:03.233Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-07-16T02:41:03.295Z Compiling moka v0.12.13
25712026-07-16T02:41:03.408Z Compiling tungstenite v0.21.0
25722026-07-16T02:41:03.447Z Compiling display-error-chain v0.2.2
25732026-07-16T02:41:03.632Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-07-16T02:41:03.683Z Compiling radium v0.7.0
25752026-07-16T02:41:03.785Z Compiling maybe-uninit v2.0.0
25762026-07-16T02:41:04.027Z Compiling tokio-tungstenite v0.21.0
25772026-07-16T02:41:04.090Z Compiling tap v1.0.1
25782026-07-16T02:41:04.237Z Compiling wyz v0.5.1
25792026-07-16T02:41:04.420Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25802026-07-16T02:41:04.492Z Compiling hickory-resolver v0.25.2
25812026-07-16T02:41:04.737Z Compiling vergen-lib v0.1.6
25822026-07-16T02:41:04.976Z Compiling zerocopy-derive v0.6.6
25832026-07-16T02:41:04.998Z Compiling diesel_derives v2.3.7
25842026-07-16T02:41:05.227Z Compiling packed_struct v0.10.1
25852026-07-16T02:41:05.536Z Compiling funty v2.0.0
25862026-07-16T02:41:05.589Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-07-16T02:41:05.772Z Compiling crc-catalog v2.4.0
25882026-07-16T02:41:05.898Z Compiling crc v3.4.0
25892026-07-16T02:41:06.121Z Compiling bitvec v1.0.1
25902026-07-16T02:41:06.510Z Compiling zerocopy v0.6.6
25912026-07-16T02:41:06.729Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-07-16T02:41:07.052Z Compiling dsl_auto_type v0.2.0
25932026-07-16T02:41:07.377Z Compiling scheduled-thread-pool v0.2.7
25942026-07-16T02:41:07.572Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25952026-07-16T02:41:07.595Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25962026-07-16T02:41:07.711Z Compiling packed_struct_codegen v0.10.1
25972026-07-16T02:41:07.832Z Compiling vergen-gitcl v1.0.8
25982026-07-16T02:41:07.976Z Compiling bitfield-macros v0.19.4
25992026-07-16T02:41:08.046Z Compiling diesel_table_macro_syntax v0.3.0
26002026-07-16T02:41:08.094Z Compiling dirs-sys-next v0.1.2
26012026-07-16T02:41:08.264Z Compiling proc-macro-error-attr2 v2.0.0
26022026-07-16T02:41:08.361Z Compiling indexmap v1.9.3
26032026-07-16T02:41:08.605Z Compiling nodrop v0.1.14
26042026-07-16T02:41:08.713Z Compiling crunchy v0.2.4
26052026-07-16T02:41:08.778Z Compiling glob v0.3.3
26062026-07-16T02:41:08.781Z Compiling maplit v1.0.2
26072026-07-16T02:41:08.869Z Compiling bitfield v0.19.4
26082026-07-16T02:41:09.043Z Compiling proc-macro-error2 v2.0.1
26092026-07-16T02:41:09.092Z Compiling clang-sys v1.8.1
26102026-07-16T02:41:09.199Z Compiling array-init v0.0.4
26112026-07-16T02:41:09.375Z Compiling dirs-next v2.0.0
26122026-07-16T02:41:09.529Z Compiling r2d2 v0.8.10
26132026-07-16T02:41:09.563Z Compiling smallvec v0.6.14
26142026-07-16T02:41:09.828Z Compiling num-derive v0.3.3
26152026-07-16T02:41:09.856Z Compiling downcast-rs v2.0.2
26162026-07-16T02:41:09.919Z Compiling hashbrown v0.12.3
26172026-07-16T02:41:09.988Z Compiling tiny-keccak v2.0.2
26182026-07-16T02:41:10.129Z Compiling serde-hex v0.1.0
26192026-07-16T02:41:10.273Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-07-16T02:41:10.366Z Compiling term v0.7.0
26212026-07-16T02:41:10.399Z Compiling tabled_derive v0.11.0
26222026-07-16T02:41:10.740Z Compiling libscf-sys v1.1.0
26232026-07-16T02:41:10.863Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-07-16T02:41:10.866Z Compiling ron v0.8.1
26252026-07-16T02:41:10.911Z Compiling papergrid v0.17.0
26262026-07-16T02:41:10.911Z Compiling testing_table v0.3.0
26272026-07-16T02:41:11.056Z Compiling hashbrown v0.13.2
26282026-07-16T02:41:11.106Z Compiling bit-vec v0.6.3
26292026-07-16T02:41:11.345Z Compiling crc-any v2.5.0
26302026-07-16T02:41:11.371Z Compiling bit-set v0.5.3
26312026-07-16T02:41:11.553Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-07-16T02:41:11.684Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-07-16T02:41:11.707Z Compiling object v0.30.4
26342026-07-16T02:41:11.767Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-07-16T02:41:12.252Z Compiling tabled v0.20.0
26362026-07-16T02:41:12.344Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26372026-07-16T02:41:12.473Z Compiling ascii-canvas v3.0.0
26382026-07-16T02:41:12.741Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26392026-07-16T02:41:12.874Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-07-16T02:41:13.254Z Compiling progenitor-impl v0.13.0
26412026-07-16T02:41:13.275Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-07-16T02:41:13.419Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-16T02:41:13.533Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-07-16T02:41:13.554Z Compiling itertools v0.10.5
26452026-07-16T02:41:13.712Z Compiling ena v0.14.4
26462026-07-16T02:41:13.958Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-16T02:41:14.084Z Compiling diesel v2.3.7
26482026-07-16T02:41:14.107Z Compiling libloading v0.8.9
26492026-07-16T02:41:14.203Z Compiling xshell-macros v0.2.7
26502026-07-16T02:41:14.340Z Compiling bindgen v0.71.1
26512026-07-16T02:41:14.618Z Compiling path-slash v0.1.5
26522026-07-16T02:41:14.655Z Compiling diff v0.1.13
26532026-07-16T02:41:14.677Z Compiling regex-syntax v0.6.29
26542026-07-16T02:41:14.801Z Compiling unicase v2.9.0
26552026-07-16T02:41:14.931Z Compiling xshell v0.2.7
26562026-07-16T02:41:14.961Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26572026-07-16T02:41:15.110Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26582026-07-16T02:41:15.451Z Compiling progenitor-macro v0.13.0
26592026-07-16T02:41:16.232Z Compiling lalrpop v0.19.12
26602026-07-16T02:41:16.679Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-07-16T02:41:17.127Z Compiling cexpr v0.6.0
26622026-07-16T02:41:17.762Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-07-16T02:41:18.038Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-07-16T02:41:18.522Z Compiling progenitor-client v0.13.0
26652026-07-16T02:41:19.065Z Compiling rustc-hash v2.1.1
26662026-07-16T02:41:19.253Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-07-16T02:41:19.456Z Compiling progenitor v0.13.0
26682026-07-16T02:41:19.882Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-07-16T02:41:20.202Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-07-16T02:41:20.437Z Compiling headers-core v0.3.0
26712026-07-16T02:41:20.605Z Compiling libxml v0.3.3
26722026-07-16T02:41:20.665Z Compiling crc8 v0.1.1
26732026-07-16T02:41:20.805Z Compiling headers v0.4.1
26742026-07-16T02:41:20.832Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-07-16T02:41:20.923Z Compiling strum_macros v0.24.3
26762026-07-16T02:41:20.944Z Compiling indoc v1.0.9
26772026-07-16T02:41:21.107Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-07-16T02:41:21.129Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-07-16T02:41:21.374Z Compiling derive_builder v0.20.2
26802026-07-16T02:41:21.404Z Compiling oso-derive v0.27.3
26812026-07-16T02:41:21.539Z Compiling quick-xml v0.37.5
26822026-07-16T02:41:21.930Z Compiling impl-trait-for-tuples v0.2.3
26832026-07-16T02:41:22.088Z Compiling openssl-probe v0.1.6
26842026-07-16T02:41:22.222Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-07-16T02:41:22.387Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-07-16T02:41:22.454Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-07-16T02:41:22.689Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-07-16T02:41:22.896Z Compiling bb8 v0.8.6
26892026-07-16T02:41:22.964Z Compiling trait-variant v0.1.2
26902026-07-16T02:41:23.218Z Compiling half v1.8.3
26912026-07-16T02:41:23.317Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-07-16T02:41:23.547Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-16T02:41:23.685Z Compiling serde_cbor v0.11.2
26942026-07-16T02:41:23.839Z Compiling polar-core v0.27.3
26952026-07-16T02:41:23.861Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26962026-07-16T02:41:23.933Z Compiling samael v0.0.19
26972026-07-16T02:41:24.283Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-16T02:41:24.562Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-07-16T02:41:24.667Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-07-16T02:41:24.692Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27012026-07-16T02:41:24.711Z Compiling nonempty v0.12.0
27022026-07-16T02:41:24.944Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-07-16T02:41:25.027Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-07-16T02:41:25.232Z Compiling fxhash v0.2.1
27052026-07-16T02:41:25.409Z Compiling libz-sys v1.1.24
27062026-07-16T02:41:25.546Z Compiling salty v0.3.0
27072026-07-16T02:41:25.937Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-07-16T02:41:26.193Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-07-16T02:41:26.426Z Compiling kstat-rs v0.2.4
27102026-07-16T02:41:26.915Z Compiling arc-swap v1.8.2
27112026-07-16T02:41:26.965Z Compiling fs-err v2.11.0
27122026-07-16T02:41:27.234Z Compiling slog-scope v4.4.1
27132026-07-16T02:41:27.294Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-07-16T02:41:27.386Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-07-16T02:41:27.433Z Compiling mime_guess v2.0.5
27162026-07-16T02:41:27.973Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27172026-07-16T02:41:28.257Z Compiling rfc6979 v0.4.0
27182026-07-16T02:41:28.448Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27192026-07-16T02:41:28.534Z Compiling nanorand v0.7.0
27202026-07-16T02:41:28.896Z Compiling darling_core v0.23.0
27212026-07-16T02:41:28.919Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-07-16T02:41:29.346Z Compiling parking_lot_core v0.8.6
27232026-07-16T02:41:29.575Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27242026-07-16T02:41:29.673Z Compiling flume v0.11.1
27252026-07-16T02:41:30.111Z Compiling ecdsa v0.16.9
27262026-07-16T02:41:30.796Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-07-16T02:41:31.039Z Compiling slog-stdlog v4.1.1
27282026-07-16T02:41:31.095Z Compiling darling_macro v0.23.0
27292026-07-16T02:41:31.488Z Compiling async-bb8-diesel v0.2.1
27302026-07-16T02:41:31.509Z Compiling diesel-dtrace v0.5.0
27312026-07-16T02:41:31.754Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-16T02:41:31.823Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-16T02:41:31.925Z Compiling primeorder v0.13.6
27342026-07-16T02:41:32.088Z Compiling git-stub v1.0.0
27352026-07-16T02:41:32.246Z Compiling atty v0.2.14
27362026-07-16T02:41:32.360Z Compiling parse-size v1.1.0
27372026-07-16T02:41:32.396Z Compiling http-range v0.1.5
27382026-07-16T02:41:32.587Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-07-16T02:41:32.805Z Compiling oso v0.27.3
27402026-07-16T02:41:32.858Z Compiling strsim v0.10.0
27412026-07-16T02:41:33.114Z Compiling instability v0.3.11
27422026-07-16T02:41:33.182Z Compiling darling_core v0.13.4
27432026-07-16T02:41:33.418Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-16T02:41:34.914Z Compiling git-stub-vcs v0.1.0
27452026-07-16T02:41:34.985Z Compiling p384 v0.13.1
27462026-07-16T02:41:35.280Z Compiling darling v0.23.0
27472026-07-16T02:41:35.396Z Compiling slog-envlogger v2.2.0
27482026-07-16T02:41:36.580Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-07-16T02:41:37.133Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-07-16T02:41:37.346Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-07-16T02:41:38.737Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27522026-07-16T02:41:39.330Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-07-16T02:41:39.431Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-16T02:41:39.468Z Compiling ignore v0.4.25
27552026-07-16T02:41:39.496Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-07-16T02:41:40.866Z Compiling vergen-git2 v9.1.0
27572026-07-16T02:41:40.933Z Compiling castaway v0.2.4
27582026-07-16T02:41:41.114Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-16T02:41:41.132Z Compiling indoc v2.0.7
27602026-07-16T02:41:41.230Z Compiling compact_str v0.8.1
27612026-07-16T02:41:41.454Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-16T02:41:42.159Z Compiling globwalk v0.9.1
27632026-07-16T02:41:42.376Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-07-16T02:41:42.407Z Compiling parking_lot v0.11.2
27652026-07-16T02:41:42.815Z Compiling hyper-staticfile v0.10.1
27662026-07-16T02:41:42.875Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-16T02:41:43.051Z Compiling darling_macro v0.13.4
27682026-07-16T02:41:43.376Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-07-16T02:41:43.577Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-07-16T02:41:43.682Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-07-16T02:41:43.781Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27722026-07-16T02:41:44.011Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-07-16T02:41:44.055Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-16T02:41:44.436Z Compiling predicates-tree v1.0.13
27752026-07-16T02:41:44.461Z Compiling unicode-truncate v1.1.0
27762026-07-16T02:41:44.677Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-07-16T02:41:44.900Z Compiling lru v0.12.5
27782026-07-16T02:41:44.924Z Compiling rand_seeder v0.4.0
27792026-07-16T02:41:44.990Z Compiling prefix-trie v0.7.0
27802026-07-16T02:41:45.141Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-16T02:41:45.208Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27822026-07-16T02:41:45.311Z Compiling corncobs v0.1.4
27832026-07-16T02:41:45.467Z Compiling illumos-nvpair-sys v0.2.0
27842026-07-16T02:41:45.490Z Compiling cassowary v0.3.0
27852026-07-16T02:41:45.590Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-16T02:41:45.615Z Compiling hickory-server v0.25.2
27872026-07-16T02:41:45.714Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27882026-07-16T02:41:45.782Z Compiling ratatui v0.29.0
27892026-07-16T02:41:45.803Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-16T02:41:45.929Z Compiling camino-tempfile-ext v0.3.3
27912026-07-16T02:41:46.071Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-07-16T02:41:46.306Z Compiling darling v0.13.4
27932026-07-16T02:41:46.462Z Compiling sled v0.34.7
27942026-07-16T02:41:46.543Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27952026-07-16T02:41:47.056Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-07-16T02:41:47.157Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-07-16T02:41:47.724Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-07-16T02:41:49.399Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-07-16T02:41:49.538Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-07-16T02:41:49.778Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-07-16T02:41:50.015Z Compiling secrecy v0.8.0
28022026-07-16T02:41:50.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28032026-07-16T02:41:50.455Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-07-16T02:41:50.635Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-07-16T02:41:51.225Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-16T02:41:51.337Z Compiling serde_with_macros v1.5.2
28072026-07-16T02:41:52.529Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-07-16T02:41:53.067Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28092026-07-16T02:41:53.137Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-07-16T02:41:53.203Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-07-16T02:41:53.449Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-07-16T02:41:53.716Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-07-16T02:41:53.992Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-07-16T02:41:54.057Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-07-16T02:41:54.236Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28162026-07-16T02:41:54.304Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-07-16T02:41:54.480Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-07-16T02:41:54.718Z Compiling void v1.0.2
28192026-07-16T02:41:54.869Z Compiling git2 v0.20.4
28202026-07-16T02:41:54.873Z Compiling lzss v0.8.2
28212026-07-16T02:41:55.318Z Compiling illumos-nvpair v0.3.0
28222026-07-16T02:41:55.621Z Compiling serde_with v1.14.0
28232026-07-16T02:41:55.783Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-07-16T02:41:56.205Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28252026-07-16T02:41:56.726Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-07-16T02:41:56.796Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28272026-07-16T02:41:57.938Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28282026-07-16T02:41:58.022Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-07-16T02:41:58.417Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28302026-07-16T02:41:58.776Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-07-16T02:41:58.797Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-07-16T02:41:59.054Z Compiling tungstenite v0.23.0
28332026-07-16T02:41:59.897Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-07-16T02:42:00.103Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-07-16T02:42:01.395Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28362026-07-16T02:42:01.633Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-07-16T02:42:01.789Z Compiling nix v0.27.1
28382026-07-16T02:42:01.875Z Compiling twox-hash v2.1.2
28392026-07-16T02:42:01.928Z Compiling serde_bytes v0.11.19
28402026-07-16T02:42:02.256Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28412026-07-16T02:42:02.278Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-07-16T02:42:02.396Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-07-16T02:42:02.593Z Compiling tokio-tungstenite v0.23.1
28442026-07-16T02:42:02.756Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-07-16T02:42:02.986Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28462026-07-16T02:42:03.009Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28472026-07-16T02:42:04.418Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28482026-07-16T02:42:05.070Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-07-16T02:42:06.862Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28502026-07-16T02:42:06.959Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28512026-07-16T02:42:07.261Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28522026-07-16T02:42:07.626Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-07-16T02:42:07.873Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-07-16T02:42:07.932Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28552026-07-16T02:42:07.971Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-07-16T02:42:08.703Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-07-16T02:42:08.748Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28582026-07-16T02:42:09.607Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-07-16T02:42:09.662Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-07-16T02:42:11.029Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-07-16T02:42:11.919Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28622026-07-16T02:42:12.364Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-07-16T02:42:13.312Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28642026-07-16T02:42:13.857Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-07-16T02:42:14.086Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-16T02:42:14.821Z Compiling signal-hook-tokio v0.3.1
28672026-07-16T02:42:14.868Z Compiling fatfs v0.3.6
28682026-07-16T02:42:15.017Z Compiling yasna v0.5.2
28692026-07-16T02:42:15.042Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-07-16T02:42:15.602Z Compiling seq-macro v0.3.6
28712026-07-16T02:42:16.120Z Compiling assert_matches v1.5.0
28722026-07-16T02:42:16.142Z Compiling is_ci v1.2.0
28732026-07-16T02:42:16.233Z Compiling rcgen v0.12.1
28742026-07-16T02:42:16.270Z Compiling supports-color v3.0.2
28752026-07-16T02:42:16.357Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-07-16T02:42:16.581Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28772026-07-16T02:42:16.734Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-07-16T02:42:17.763Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-07-16T02:42:18.058Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-07-16T02:42:18.310Z Compiling port-file v0.1.0
28812026-07-16T02:42:18.640Z Compiling rtoolbox v0.0.3
28822026-07-16T02:42:18.778Z Compiling subprocess v0.2.15
28832026-07-16T02:42:18.932Z Compiling rpassword v7.4.0
28842026-07-16T02:42:19.256Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-07-16T02:42:20.463Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-07-16T02:42:20.867Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28872026-07-16T02:42:21.051Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-07-16T02:42:21.187Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-07-16T02:42:23.438Z Compiling tui-tree-widget v0.23.1
28902026-07-16T02:42:23.741Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-07-16T02:42:24.421Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-07-16T02:42:24.611Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-07-16T02:42:24.753Z Compiling uzers v0.12.2
28942026-07-16T02:42:24.853Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-07-16T02:42:25.479Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-07-16T02:42:26.516Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-07-16T02:42:28.197Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-07-16T02:42:29.365Z Compiling support-bundle-viewer v0.1.2
28992026-07-16T02:42:30.114Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-07-16T02:42:31.248Z Compiling multimap v0.10.1
29012026-07-16T02:42:46.096Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-07-16T02:42:47.175Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-07-16T02:42:53.017Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-07-16T02:42:53.320Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-07-16T02:42:53.790Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-07-16T02:49:07.243Z Finished `release` profile [optimized] target(s) in 8m 23s
29072026-07-16T02:49:55.590Z
29082026-07-16T02:49:55.590Zreal 9:12.481187553
29092026-07-16T02:49:55.593Zuser 1:18:52.692309428
29102026-07-16T02:49:55.593Zsys 3:32.040562510
29112026-07-16T02:49:55.593Ztrap 1.772355111
29122026-07-16T02:49:55.593Ztflt 2.323670725
29132026-07-16T02:49:55.593Zdflt 18.988996032
29142026-07-16T02:49:55.593Zkflt 0.005983276
29152026-07-16T02:49:55.593Zlock 6:43:39.895180359
29162026-07-16T02:49:55.593Zslp 2:10:36.698439185
29172026-07-16T02:49:55.593Zlat 2:14.749918264
29182026-07-16T02:49:55.593Zstop 5:06.188864071
29192026-07-16T02:49:55.593Z+ mapfile -t packages
29202026-07-16T02:49:55.593Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-07-16T02:49:56.510Z Finished `release` profile [optimized] target(s) in 0.90s
29222026-07-16T02:49:56.586Z Running `target/release/omicron-package -t test list-outputs`
29232026-07-16T02:49:56.649ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-07-16T02:49:56.653Z+ ptime -m cargo build --locked --release -p xtask
29252026-07-16T02:49:57.130Z Compiling libc v0.2.185
29262026-07-16T02:49:57.130Z Compiling serde_core v1.0.228
29272026-07-16T02:49:57.130Z Compiling serde v1.0.228
29282026-07-16T02:49:57.133Z Compiling rustix v1.1.3
29292026-07-16T02:49:57.133Z Compiling serde_json v1.0.150
29302026-07-16T02:49:57.133Z Compiling bitflags v2.11.0
29312026-07-16T02:49:57.257Z Compiling usdt-impl v0.5.0
29322026-07-16T02:49:57.266Z Compiling syn v2.0.117
29332026-07-16T02:49:57.297Z Compiling syn v1.0.109
29342026-07-16T02:49:57.322Z Compiling log v0.4.29
29352026-07-16T02:49:57.333Z Compiling getrandom v0.4.1
29362026-07-16T02:49:57.343Z Compiling indexmap v2.14.0
29372026-07-16T02:49:57.359Z Compiling fs-err v3.3.0
29382026-07-16T02:49:57.567Z Compiling heck v0.4.1
29392026-07-16T02:49:57.616Z Compiling once_cell v1.21.3
29402026-07-16T02:49:57.619Z Compiling anyhow v1.0.102
29412026-07-16T02:49:58.040Z Compiling errno v0.3.14
29422026-07-16T02:49:58.043Z Compiling thread-id v4.2.2
29432026-07-16T02:49:58.043Z Compiling memmap v0.7.0
29442026-07-16T02:49:58.776Z Compiling proc-macro-error v1.0.4
29452026-07-16T02:49:59.015Z Compiling terminal_size v0.4.3
29462026-07-16T02:49:59.015Z Compiling tempfile v3.25.0
29472026-07-16T02:49:59.038Z Compiling tabled_derive v0.7.0
29482026-07-16T02:49:59.115Z Compiling clap_builder v4.6.0
29492026-07-16T02:49:59.115Z Compiling textwrap v0.16.2
29502026-07-16T02:49:59.450Z Compiling camino v1.2.2
29512026-07-16T02:49:59.466Z Compiling semver v1.0.28
29522026-07-16T02:49:59.481Z Compiling pest_generator v2.8.6
29532026-07-16T02:49:59.522Z Compiling cargo-platform v0.3.2
29542026-07-16T02:49:59.754Z Compiling tabled v0.15.0
29552026-07-16T02:49:59.788Z Compiling camino-tempfile v1.4.1
29562026-07-16T02:50:00.040Z Compiling serde_derive v1.0.228
29572026-07-16T02:50:00.040Z Compiling thiserror-impl v1.0.69
29582026-07-16T02:50:00.043Z Compiling zerocopy-derive v0.7.35
29592026-07-16T02:50:00.043Z Compiling pest_derive v2.8.6
29602026-07-16T02:50:00.043Z Compiling scroll_derive v0.12.1
29612026-07-16T02:50:00.043Z Compiling thiserror-impl v2.0.18
29622026-07-16T02:50:00.044Z Compiling clap_derive v4.6.1
29632026-07-16T02:50:00.778Z Compiling scroll v0.12.0
29642026-07-16T02:50:00.962Z Compiling zerocopy v0.7.35
29652026-07-16T02:50:01.080Z Compiling goblin v0.8.2
29662026-07-16T02:50:01.141Z Compiling thiserror v1.0.69
29672026-07-16T02:50:01.256Z Compiling dtrace-parser v0.2.0
29682026-07-16T02:50:01.529Z Compiling thiserror v2.0.18
29692026-07-16T02:50:01.756Z Compiling clap v4.6.1
29702026-07-16T02:50:03.262Z Compiling dof v0.3.0
29712026-07-16T02:50:03.300Z Compiling toml_datetime v0.6.11
29722026-07-16T02:50:03.365Z Compiling serde_spanned v0.6.9
29732026-07-16T02:50:03.452Z Compiling serde_tokenstream v0.2.3
29742026-07-16T02:50:03.486Z Compiling cargo_metadata v0.23.1
29752026-07-16T02:50:03.500Z Compiling toml_edit v0.22.27
29762026-07-16T02:50:03.504Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29772026-07-16T02:50:03.504Z Compiling macaddr v1.0.1
29782026-07-16T02:50:04.008Z Compiling usdt-attr-macro v0.5.0
29792026-07-16T02:50:04.008Z Compiling usdt-macro v0.5.0
29802026-07-16T02:50:04.680Z Compiling usdt v0.5.0
29812026-07-16T02:50:05.070Z Compiling toml v0.8.23
29822026-07-16T02:50:05.522Z Compiling cargo_toml v0.21.0
29832026-07-16T02:50:09.975Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29842026-07-16T02:50:13.245Z Finished `release` profile [optimized] target(s) in 16.58s
29852026-07-16T02:50:13.352Z
29862026-07-16T02:50:13.360Zreal 16.662674330
29872026-07-16T02:50:13.360Zuser 2:06.280646087
29882026-07-16T02:50:13.360Zsys 14.343773482
29892026-07-16T02:50:13.360Ztrap 0.066452210
29902026-07-16T02:50:13.361Ztflt 0.525303960
29912026-07-16T02:50:13.361Zdflt 1.486264352
29922026-07-16T02:50:13.361Zkflt 0.000087880
29932026-07-16T02:50:13.361Zlock 4:27.998219251
29942026-07-16T02:50:13.361Zslp 2:44.542725138
29952026-07-16T02:50:13.361Zlat 4.344912144
29962026-07-16T02:50:13.361Zstop 15.840884332
29972026-07-16T02:50:13.361Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29982026-07-16T02:50:13.361Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-16T02:50:13.361Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30002026-07-16T02:50:13.361Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-16T02:50:13.361Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30022026-07-16T02:50:14.273Z Compiling progenitor-client v0.14.0
30032026-07-16T02:50:14.273Z Compiling newtype-uuid-macros v0.1.0
30042026-07-16T02:50:14.273Z Compiling match_cfg v0.1.0
30052026-07-16T02:50:14.273Z Compiling slog-json v2.6.1
30062026-07-16T02:50:14.277Z Compiling structmeta-derive v0.3.0
30072026-07-16T02:50:14.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-07-16T02:50:14.277Z Compiling sha1 v0.11.0
30092026-07-16T02:50:14.277Z Compiling multer v3.1.0
30102026-07-16T02:50:14.277Z Compiling compression-core v0.4.31
30112026-07-16T02:50:14.277Z Compiling debug-ignore v1.0.5
30122026-07-16T02:50:14.277Z Compiling itertools v0.14.0
30132026-07-16T02:50:14.421Z Compiling async-stream-impl v0.3.6
30142026-07-16T02:50:14.424Z Compiling serde_spanned v1.1.1
30152026-07-16T02:50:14.424Z Compiling toml_datetime v1.1.1+spec-1.1.0
30162026-07-16T02:50:14.484Z Compiling dropshot v0.17.1
30172026-07-16T02:50:14.487Z Compiling hostname v0.3.1
30182026-07-16T02:50:14.487Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-16T02:50:14.694Z Compiling compression-codecs v0.4.37
30202026-07-16T02:50:14.728Z Compiling toml v1.1.2+spec-1.1.0
30212026-07-16T02:50:14.732Z Compiling waitgroup v0.1.2
30222026-07-16T02:50:14.732Z Compiling rustls-pemfile v2.2.0
30232026-07-16T02:50:14.744Z Compiling dropshot_endpoint v0.17.1
30242026-07-16T02:50:14.816Z Compiling slog-bunyan v2.5.0
30252026-07-16T02:50:14.831Z Compiling serde_path_to_error v0.1.20
30262026-07-16T02:50:14.875Z Compiling hostname v0.4.2
30272026-07-16T02:50:14.894Z Compiling atomicwrites v0.4.4
30282026-07-16T02:50:14.932Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30292026-07-16T02:50:14.975Z Compiling async-compression v0.4.41
30302026-07-16T02:50:14.996Z Compiling macaddr v1.0.1
30312026-07-16T02:50:15.033Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30322026-07-16T02:50:15.050Z Compiling instant v0.1.13
30332026-07-16T02:50:15.089Z Compiling regress v0.10.5
30342026-07-16T02:50:15.092Z Compiling async-stream v0.3.6
30352026-07-16T02:50:15.130Z Compiling backon v1.6.0
30362026-07-16T02:50:15.147Z Compiling humantime v2.3.0
30372026-07-16T02:50:15.170Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-07-16T02:50:15.198Z Compiling backoff v0.4.0
30392026-07-16T02:50:15.216Z Compiling half v2.7.1
30402026-07-16T02:50:15.256Z Compiling ciborium-io v0.2.2
30412026-07-16T02:50:15.288Z Compiling crucible-workspace-hack v0.1.0
30422026-07-16T02:50:15.334Z Compiling progenitor-extras v0.2.0
30432026-07-16T02:50:15.361Z Compiling regress v0.11.1
30442026-07-16T02:50:15.377Z Compiling convert_case v0.4.0
30452026-07-16T02:50:15.437Z Compiling secrecy v0.10.3
30462026-07-16T02:50:15.437Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-07-16T02:50:15.472Z Compiling ciborium-ll v0.2.2
30482026-07-16T02:50:15.492Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30492026-07-16T02:50:15.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30502026-07-16T02:50:15.553Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30512026-07-16T02:50:15.601Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-07-16T02:50:15.621Z Compiling inout v0.1.4
30532026-07-16T02:50:15.647Z Compiling ciborium v0.2.2
30542026-07-16T02:50:15.666Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30552026-07-16T02:50:15.683Z Compiling unsafe-libyaml v0.2.11
30562026-07-16T02:50:15.708Z Compiling thiserror-impl-no-std v2.0.2
30572026-07-16T02:50:15.781Z Compiling derive_more v0.99.20
30582026-07-16T02:50:15.803Z Compiling cipher v0.4.4
30592026-07-16T02:50:15.821Z Compiling structmeta v0.3.0
30602026-07-16T02:50:15.845Z Compiling universal-hash v0.5.1
30612026-07-16T02:50:15.886Z Compiling opaque-debug v0.3.1
30622026-07-16T02:50:15.904Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30632026-07-16T02:50:15.904Z Compiling blake2 v0.10.6
30642026-07-16T02:50:15.976Z Compiling poly1305 v0.8.0
30652026-07-16T02:50:16.002Z Compiling aead v0.5.2
30662026-07-16T02:50:16.064Z Compiling derive-ex v0.1.8
30672026-07-16T02:50:16.082Z Compiling parse-display-derive v0.10.0
30682026-07-16T02:50:16.083Z Compiling chacha20 v0.9.1
30692026-07-16T02:50:16.222Z Compiling serde_yaml v0.9.34+deprecated
30702026-07-16T02:50:16.239Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30712026-07-16T02:50:16.263Z Compiling password-hash v0.5.0
30722026-07-16T02:50:16.358Z Compiling toml_datetime v0.7.5+spec-1.1.0
30732026-07-16T02:50:16.386Z Compiling chacha20poly1305 v0.10.1
30742026-07-16T02:50:16.458Z Compiling indent_write v2.2.0
30752026-07-16T02:50:16.523Z Compiling argon2 v0.5.3
30762026-07-16T02:50:16.558Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-07-16T02:50:16.622Z Compiling heapless v0.8.0
30782026-07-16T02:50:16.641Z Compiling ingot-macros v0.1.1
30792026-07-16T02:50:16.696Z Compiling tabwriter v1.4.1
30802026-07-16T02:50:16.752Z Compiling hash32 v0.3.1
30812026-07-16T02:50:16.962Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30822026-07-16T02:50:16.980Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30832026-07-16T02:50:17.000Z Compiling typify-impl v0.6.2
30842026-07-16T02:50:17.003Z Compiling thiserror-no-std v2.0.2
30852026-07-16T02:50:17.129Z Compiling vsss-rs v3.3.4
30862026-07-16T02:50:17.249Z Compiling proc-macro-crate v3.4.0
30872026-07-16T02:50:17.464Z Compiling smoltcp v0.11.0
30882026-07-16T02:50:17.767Z Compiling cobs v0.3.0
30892026-07-16T02:50:17.791Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30902026-07-16T02:50:17.851Z Compiling num_enum_derive v0.7.6
30912026-07-16T02:50:17.869Z Compiling test-strategy v0.4.5
30922026-07-16T02:50:17.903Z Compiling parse-display v0.10.0
30932026-07-16T02:50:17.928Z Compiling colored v3.1.1
30942026-07-16T02:50:17.991Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30952026-07-16T02:50:18.056Z Compiling postcard v1.1.3
30962026-07-16T02:50:18.116Z Compiling proc-macro-error v1.0.4
30972026-07-16T02:50:18.229Z Compiling rand v0.10.1
30982026-07-16T02:50:18.320Z Compiling proc-macro-crate v1.3.1
30992026-07-16T02:50:18.391Z Compiling foreign-types-macros v0.2.3
31002026-07-16T02:50:18.410Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-16T02:50:18.436Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-16T02:50:18.457Z Compiling rayon-core v1.13.0
31032026-07-16T02:50:18.509Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-07-16T02:50:18.687Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052026-07-16T02:50:18.705Z Compiling foreign-types-shared v0.3.1
31062026-07-16T02:50:18.781Z Compiling num_enum_derive v0.5.11
31072026-07-16T02:50:18.839Z Compiling crossbeam-deque v0.8.6
31082026-07-16T02:50:18.842Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-07-16T02:50:18.842Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31102026-07-16T02:50:18.950Z Compiling cstr-argument v0.1.2
31112026-07-16T02:50:18.967Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31122026-07-16T02:50:18.995Z Compiling num_enum v0.7.6
31132026-07-16T02:50:19.065Z Compiling foreign-types v0.5.0
31142026-07-16T02:50:19.135Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-07-16T02:50:19.153Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31162026-07-16T02:50:19.189Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-07-16T02:50:19.207Z Compiling zone_cfg_derive v0.3.1
31182026-07-16T02:50:19.251Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31192026-07-16T02:50:19.358Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-07-16T02:50:19.375Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31212026-07-16T02:50:19.405Z Compiling itertools v0.12.1
31222026-07-16T02:50:19.423Z Compiling num-derive v0.4.2
31232026-07-16T02:50:19.472Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31242026-07-16T02:50:19.523Z Compiling rayon v1.11.0
31252026-07-16T02:50:19.589Z Compiling sigpipe v0.1.3
31262026-07-16T02:50:19.606Z Compiling glob v0.3.3
31272026-07-16T02:50:19.685Z Compiling cpubits v0.1.1
31282026-07-16T02:50:19.703Z Compiling ingot-types v0.1.2
31292026-07-16T02:50:19.719Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-07-16T02:50:19.760Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31312026-07-16T02:50:19.789Z Compiling smf v0.2.3
31322026-07-16T02:50:19.912Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31332026-07-16T02:50:19.940Z Compiling num_enum v0.5.11
31342026-07-16T02:50:19.986Z Compiling whoami v1.6.1
31352026-07-16T02:50:20.024Z Compiling usdt-attr-macro v0.5.0
31362026-07-16T02:50:20.040Z Compiling usdt-macro v0.5.0
31372026-07-16T02:50:20.043Z Compiling gethostname v0.5.0
31382026-07-16T02:50:20.076Z Compiling ingot v0.1.1
31392026-07-16T02:50:20.091Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-07-16T02:50:20.153Z Compiling num-rational v0.4.2
31412026-07-16T02:50:20.209Z Compiling pem-rfc7468 v1.0.0
31422026-07-16T02:50:20.349Z Compiling num-complex v0.4.6
31432026-07-16T02:50:20.446Z Compiling memmap v0.7.0
31442026-07-16T02:50:20.463Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31452026-07-16T02:50:20.548Z Compiling derive-where v1.6.0
31462026-07-16T02:50:20.607Z Compiling zone v0.3.1
31472026-07-16T02:50:20.668Z Compiling float-ord v0.3.2
31482026-07-16T02:50:20.690Z Compiling toml v0.8.23
31492026-07-16T02:50:20.773Z Compiling num v0.4.3
31502026-07-16T02:50:20.776Z Compiling hmac v0.13.0
31512026-07-16T02:50:20.819Z Compiling universal-hash v0.6.1
31522026-07-16T02:50:20.872Z Compiling resolv-conf v0.7.6
31532026-07-16T02:50:20.889Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31542026-07-16T02:50:20.893Z Compiling cancel-safe-futures v0.1.5
31552026-07-16T02:50:20.925Z Compiling usdt v0.5.0
31562026-07-16T02:50:20.980Z Compiling owo-colors v4.3.0
31572026-07-16T02:50:21.015Z Compiling polyval v0.7.1
31582026-07-16T02:50:21.050Z Compiling der v0.8.0
31592026-07-16T02:50:21.079Z Compiling libsw-core v0.3.2
31602026-07-16T02:50:21.200Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31612026-07-16T02:50:21.226Z Compiling prettyplease v0.2.37
31622026-07-16T02:50:21.289Z Compiling libsw v3.5.0
31632026-07-16T02:50:21.292Z Compiling ghash v0.6.0
31642026-07-16T02:50:21.347Z Compiling pbkdf2 v0.13.0
31652026-07-16T02:50:21.366Z Compiling aes v0.9.1
31662026-07-16T02:50:21.402Z Compiling console v0.15.11
31672026-07-16T02:50:21.470Z Compiling hickory-proto v0.24.4
31682026-07-16T02:50:21.508Z Compiling newline-converter v0.3.0
31692026-07-16T02:50:21.512Z Compiling ctr v0.10.1
31702026-07-16T02:50:21.550Z Compiling aead v0.6.1
31712026-07-16T02:50:21.574Z Compiling sha2 v0.11.0
31722026-07-16T02:50:21.617Z Compiling typify-macro v0.6.2
31732026-07-16T02:50:21.652Z Compiling libefi-sys v0.1.0
31742026-07-16T02:50:21.742Z Compiling linear-map v1.2.0
31752026-07-16T02:50:21.767Z Compiling linked-hash-map v0.5.6
31762026-07-16T02:50:21.823Z Compiling aes-gcm v0.11.0
31772026-07-16T02:50:21.952Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31782026-07-16T02:50:21.995Z Compiling lru-cache v0.1.2
31792026-07-16T02:50:22.010Z Compiling spki v0.8.0
31802026-07-16T02:50:22.032Z Compiling expectorate v1.2.0
31812026-07-16T02:50:22.112Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31822026-07-16T02:50:22.133Z Compiling crypto-bigint v0.7.5
31832026-07-16T02:50:22.149Z Compiling cbc v0.2.1
31842026-07-16T02:50:22.219Z Compiling salsa20 v0.11.0
31852026-07-16T02:50:22.254Z Compiling bitfield-struct v0.6.2
31862026-07-16T02:50:22.272Z Compiling nom v8.0.0
31872026-07-16T02:50:22.331Z Compiling semver v0.1.20
31882026-07-16T02:50:22.401Z Compiling tokio-dtrace v0.1.1
31892026-07-16T02:50:22.408Z Compiling dropshot-api-manager-types v0.7.2
31902026-07-16T02:50:22.563Z Compiling rustc_version v0.1.7
31912026-07-16T02:50:22.635Z Compiling scrypt v0.12.0
31922026-07-16T02:50:22.665Z Compiling slog-dtrace v0.3.0
31932026-07-16T02:50:22.727Z Compiling minimal-lexical v0.2.1
31942026-07-16T02:50:22.756Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-16T02:50:22.834Z Compiling newtype_derive v0.1.6
31962026-07-16T02:50:22.856Z Compiling pkcs5 v0.8.1
31972026-07-16T02:50:22.984Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-07-16T02:50:23.005Z Compiling nom v7.1.3
31992026-07-16T02:50:23.023Z Compiling oxide-tokio-rt v0.1.4
32002026-07-16T02:50:23.086Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-07-16T02:50:23.157Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32022026-07-16T02:50:23.314Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32032026-07-16T02:50:23.332Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-07-16T02:50:23.336Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-07-16T02:50:23.367Z Compiling phf_shared v0.12.1
32062026-07-16T02:50:23.438Z Compiling csv-core v0.1.13
32072026-07-16T02:50:23.458Z Compiling xshell-macros v0.2.7
32082026-07-16T02:50:23.566Z Compiling typify v0.6.2
32092026-07-16T02:50:23.583Z Compiling highway v1.3.0
32102026-07-16T02:50:23.587Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32112026-07-16T02:50:23.685Z Compiling progenitor-impl v0.14.0
32122026-07-16T02:50:23.709Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32132026-07-16T02:50:23.744Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32142026-07-16T02:50:23.780Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32152026-07-16T02:50:23.839Z Compiling hickory-resolver v0.24.4
32162026-07-16T02:50:23.915Z Compiling chrono-tz v0.10.4
32172026-07-16T02:50:23.936Z Compiling unicode-xid v0.2.6
32182026-07-16T02:50:24.007Z Compiling xshell v0.2.7
32192026-07-16T02:50:24.089Z Compiling const_format_proc_macros v0.2.34
32202026-07-16T02:50:24.166Z Compiling csv v1.4.0
32212026-07-16T02:50:24.432Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32222026-07-16T02:50:24.571Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32232026-07-16T02:50:24.671Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32242026-07-16T02:50:24.747Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-07-16T02:50:24.771Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32262026-07-16T02:50:24.785Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32272026-07-16T02:50:24.818Z Compiling phf v0.12.1
32282026-07-16T02:50:24.997Z Compiling qorb v0.4.1
32292026-07-16T02:50:25.018Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32302026-07-16T02:50:25.247Z Compiling pkcs8 v0.11.0
32312026-07-16T02:50:25.348Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-07-16T02:50:25.494Z Compiling const_format v0.2.35
32332026-07-16T02:50:25.532Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-07-16T02:50:25.577Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-07-16T02:50:25.664Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32362026-07-16T02:50:25.664Z Compiling tabled_derive v0.7.0
32372026-07-16T02:50:25.842Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32382026-07-16T02:50:25.976Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-07-16T02:50:25.994Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-07-16T02:50:26.140Z Compiling bcs v0.1.6
32412026-07-16T02:50:26.375Z Compiling ff v0.14.0
32422026-07-16T02:50:26.400Z Compiling progenitor-macro v0.14.0
32432026-07-16T02:50:26.485Z Compiling salty v0.3.0
32442026-07-16T02:50:26.557Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32452026-07-16T02:50:26.706Z Compiling termtree v0.5.1
32462026-07-16T02:50:26.724Z Compiling tagptr v0.2.0
32472026-07-16T02:50:26.787Z Compiling textwrap v0.16.2
32482026-07-16T02:50:26.870Z Compiling tabled v0.15.0
32492026-07-16T02:50:26.890Z Compiling moka v0.12.13
32502026-07-16T02:50:26.912Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-07-16T02:50:26.931Z Compiling steno v0.4.1
32522026-07-16T02:50:26.947Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32532026-07-16T02:50:27.093Z Compiling sha1 v0.10.6
32542026-07-16T02:50:27.117Z Compiling signature v3.0.0
32552026-07-16T02:50:27.164Z Compiling radium v0.7.0
32562026-07-16T02:50:27.341Z Compiling base64 v0.21.7
32572026-07-16T02:50:27.358Z Compiling base16ct v1.0.0
32582026-07-16T02:50:27.453Z Compiling group v0.14.0
32592026-07-16T02:50:27.509Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-07-16T02:50:27.531Z Compiling sec1 v0.8.1
32612026-07-16T02:50:27.575Z Compiling hkdf v0.13.0
32622026-07-16T02:50:27.670Z Compiling hickory-resolver v0.25.2
32632026-07-16T02:50:27.706Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-07-16T02:50:27.745Z Compiling rfc6979 v0.4.0
32652026-07-16T02:50:27.764Z Compiling tap v1.0.1
32662026-07-16T02:50:27.783Z Compiling maybe-uninit v2.0.0
32672026-07-16T02:50:27.815Z Compiling elliptic-curve v0.14.0-rc.33
32682026-07-16T02:50:27.905Z Compiling ecdsa v0.16.9
32692026-07-16T02:50:27.922Z Compiling wyz v0.5.1
32702026-07-16T02:50:28.104Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-07-16T02:50:28.157Z Compiling primeorder v0.13.6
32722026-07-16T02:50:28.187Z Compiling proc-macro-error-attr2 v2.0.0
32732026-07-16T02:50:28.343Z Compiling packed_struct v0.10.1
32742026-07-16T02:50:28.451Z Compiling funty v2.0.0
32752026-07-16T02:50:28.481Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-07-16T02:50:28.563Z Compiling utf-8 v0.7.6
32772026-07-16T02:50:28.669Z Compiling parking_lot_core v0.8.6
32782026-07-16T02:50:28.716Z Compiling tungstenite v0.21.0
32792026-07-16T02:50:28.772Z Compiling proc-macro-error2 v2.0.1
32802026-07-16T02:50:28.789Z Compiling p384 v0.13.1
32812026-07-16T02:50:29.007Z Compiling bitvec v1.0.1
32822026-07-16T02:50:29.127Z Compiling rfc6979 v0.5.0
32832026-07-16T02:50:29.189Z Compiling git-stub v1.0.0
32842026-07-16T02:50:29.300Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32852026-07-16T02:50:29.317Z Compiling packed_struct_codegen v0.10.1
32862026-07-16T02:50:29.380Z Compiling num-derive v0.3.3
32872026-07-16T02:50:29.492Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32882026-07-16T02:50:29.548Z Compiling bitfield-macros v0.19.4
32892026-07-16T02:50:29.568Z Compiling zerocopy-derive v0.6.6
32902026-07-16T02:50:29.609Z Compiling indexmap v1.9.3
32912026-07-16T02:50:29.628Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-07-16T02:50:29.648Z Compiling nodrop v0.1.14
32932026-07-16T02:50:29.770Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32942026-07-16T02:50:29.864Z Compiling crc-catalog v2.4.0
32952026-07-16T02:50:29.934Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32962026-07-16T02:50:29.987Z Compiling crc v3.4.0
32972026-07-16T02:50:30.041Z Compiling array-init v0.0.4
32982026-07-16T02:50:30.098Z Compiling git-stub-vcs v0.1.0
32992026-07-16T02:50:30.253Z Compiling ecdsa v0.17.0-rc.18
33002026-07-16T02:50:30.389Z Compiling bitfield v0.19.4
33012026-07-16T02:50:30.411Z Compiling tokio-tungstenite v0.21.0
33022026-07-16T02:50:30.428Z Compiling smallvec v0.6.14
33032026-07-16T02:50:30.431Z Compiling libscf-sys v1.1.0
33042026-07-16T02:50:30.464Z Compiling tabled_derive v0.11.0
33052026-07-16T02:50:30.559Z Compiling zerocopy v0.6.6
33062026-07-16T02:50:30.619Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-07-16T02:50:30.663Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33082026-07-16T02:50:30.680Z Compiling primeorder v0.14.0-rc.10
33092026-07-16T02:50:30.724Z Compiling primefield v0.14.0
33102026-07-16T02:50:30.742Z Compiling progenitor-impl v0.13.0
33112026-07-16T02:50:30.772Z Compiling papergrid v0.17.0
33122026-07-16T02:50:30.806Z Compiling testing_table v0.3.0
33132026-07-16T02:50:30.876Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33142026-07-16T02:50:30.953Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-07-16T02:50:30.981Z Compiling curve25519-dalek v5.0.0-rc.0
33162026-07-16T02:50:31.000Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33172026-07-16T02:50:31.027Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-16T02:50:31.067Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-16T02:50:31.180Z Compiling illumos-nvpair-sys v0.2.0
33202026-07-16T02:50:31.265Z Compiling hashbrown v0.12.3
33212026-07-16T02:50:31.325Z Compiling unicase v2.9.0
33222026-07-16T02:50:31.389Z Compiling corncobs v0.1.4
33232026-07-16T02:50:31.526Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-07-16T02:50:31.544Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-07-16T02:50:31.562Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-07-16T02:50:31.579Z Compiling mime_guess v2.0.5
33272026-07-16T02:50:31.598Z Compiling parking_lot v0.11.2
33282026-07-16T02:50:31.646Z Compiling progenitor v0.14.0
33292026-07-16T02:50:31.698Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-07-16T02:50:31.780Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33312026-07-16T02:50:31.797Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-07-16T02:50:31.868Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33332026-07-16T02:50:31.910Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-07-16T02:50:32.014Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33352026-07-16T02:50:32.033Z Compiling tabled v0.20.0
33362026-07-16T02:50:32.069Z Compiling serde-hex v0.1.0
33372026-07-16T02:50:32.192Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33382026-07-16T02:50:32.260Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-07-16T02:50:32.480Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33402026-07-16T02:50:32.567Z Compiling ron v0.8.1
33412026-07-16T02:50:32.592Z Compiling ssh-encoding v0.3.0-rc.9
33422026-07-16T02:50:32.642Z Compiling hashbrown v0.13.2
33432026-07-16T02:50:32.646Z Compiling progenitor-client v0.13.0
33442026-07-16T02:50:32.758Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-07-16T02:50:32.780Z Compiling prefix-trie v0.7.0
33462026-07-16T02:50:32.966Z Compiling fxhash v0.2.1
33472026-07-16T02:50:33.021Z Compiling secrecy v0.8.0
33482026-07-16T02:50:33.141Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-07-16T02:50:33.186Z Compiling crc-any v2.5.0
33502026-07-16T02:50:33.204Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-07-16T02:50:33.411Z Compiling hickory-server v0.25.2
33522026-07-16T02:50:33.449Z Compiling object v0.30.4
33532026-07-16T02:50:33.466Z Compiling sled v0.34.7
33542026-07-16T02:50:33.517Z Compiling progenitor-macro v0.13.0
33552026-07-16T02:50:33.576Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33562026-07-16T02:50:33.580Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33572026-07-16T02:50:34.129Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33582026-07-16T02:50:34.254Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33592026-07-16T02:50:34.560Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33602026-07-16T02:50:34.636Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33612026-07-16T02:50:35.275Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-07-16T02:50:35.345Z Compiling ed25519 v3.0.0
33632026-07-16T02:50:35.462Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-07-16T02:50:35.592Z Compiling crypto-primes v0.7.2
33652026-07-16T02:50:35.686Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-07-16T02:50:36.260Z Compiling pkcs1 v0.8.0-rc.4
33672026-07-16T02:50:36.289Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-07-16T02:50:36.430Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33692026-07-16T02:50:36.449Z Compiling poly1305 v0.9.0
33702026-07-16T02:50:36.519Z Compiling blowfish v0.10.0
33712026-07-16T02:50:36.537Z Compiling blake2 v0.11.0-rc.6
33722026-07-16T02:50:36.556Z Compiling keccak v0.2.0
33732026-07-16T02:50:36.663Z Compiling fiat-crypto v0.3.0
33742026-07-16T02:50:36.698Z Compiling crc8 v0.1.1
33752026-07-16T02:50:36.789Z Compiling path-slash v0.1.5
33762026-07-16T02:50:36.844Z Compiling half v1.8.3
33772026-07-16T02:50:36.864Z Compiling http-range v0.1.5
33782026-07-16T02:50:36.886Z Compiling argon2 v0.6.0-rc.8
33792026-07-16T02:50:36.964Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-07-16T02:50:37.086Z Compiling serde_cbor v0.11.2
33812026-07-16T02:50:37.105Z Compiling sha3 v0.11.0
33822026-07-16T02:50:37.146Z Compiling ssh-cipher v0.3.0-rc.9
33832026-07-16T02:50:37.211Z Compiling bcrypt-pbkdf v0.11.0
33842026-07-16T02:50:37.279Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33852026-07-16T02:50:37.296Z Compiling rsa v0.10.0-rc.18
33862026-07-16T02:50:37.552Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33872026-07-16T02:50:37.587Z Compiling ed25519-dalek v3.0.0-rc.0
33882026-07-16T02:50:37.738Z Compiling illumos-nvpair v0.3.0
33892026-07-16T02:50:38.053Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-07-16T02:50:38.076Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-07-16T02:50:38.248Z Compiling p521 v0.14.0-rc.10
33922026-07-16T02:50:38.274Z Compiling p256 v0.14.0-rc.10
33932026-07-16T02:50:38.320Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-07-16T02:50:38.341Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33952026-07-16T02:50:38.451Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33962026-07-16T02:50:38.484Z Compiling yasna v0.5.2
33972026-07-16T02:50:38.502Z Compiling kstat-rs v0.2.4
33982026-07-16T02:50:38.547Z Compiling headers-core v0.3.0
33992026-07-16T02:50:38.624Z Compiling progenitor v0.13.0
34002026-07-16T02:50:38.696Z Compiling kem v0.3.0
34012026-07-16T02:50:38.807Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34022026-07-16T02:50:38.825Z Compiling module-lattice v0.2.3
34032026-07-16T02:50:38.846Z Compiling nanorand v0.7.0
34042026-07-16T02:50:38.886Z Compiling atty v0.2.14
34052026-07-16T02:50:38.974Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34062026-07-16T02:50:39.016Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34072026-07-16T02:50:39.107Z Compiling ml-kem v0.3.2
34082026-07-16T02:50:39.151Z Compiling flume v0.11.1
34092026-07-16T02:50:39.203Z Compiling rcgen v0.12.1
34102026-07-16T02:50:39.228Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34112026-07-16T02:50:39.354Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-07-16T02:50:39.504Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-07-16T02:50:39.523Z Compiling headers v0.4.1
34142026-07-16T02:50:39.638Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34152026-07-16T02:50:39.969Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34162026-07-16T02:50:40.140Z Compiling hyper-staticfile v0.10.1
34172026-07-16T02:50:40.164Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-07-16T02:50:40.315Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34192026-07-16T02:50:40.386Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34202026-07-16T02:50:40.568Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-07-16T02:50:40.587Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34222026-07-16T02:50:40.694Z Compiling russh-cryptovec v0.61.0
34232026-07-16T02:50:40.883Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34242026-07-16T02:50:40.948Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-07-16T02:50:41.105Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34262026-07-16T02:50:41.148Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34272026-07-16T02:50:41.299Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34282026-07-16T02:50:41.436Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-07-16T02:50:41.458Z Compiling internal-russh-num-bigint v0.5.0
34302026-07-16T02:50:41.538Z Compiling port-file v0.1.0
34312026-07-16T02:50:41.692Z Compiling num-bigint v0.4.6
34322026-07-16T02:50:41.830Z Compiling generic-array v1.4.3
34332026-07-16T02:50:41.830Z Compiling russh-util v0.52.0
34342026-07-16T02:50:41.876Z Compiling enum_dispatch v0.3.13
34352026-07-16T02:50:42.043Z Compiling p384 v0.14.0-rc.10
34362026-07-16T02:50:42.127Z Compiling delegate v0.13.5
34372026-07-16T02:50:42.236Z Compiling subprocess v0.2.15
34382026-07-16T02:50:42.255Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-07-16T02:50:42.373Z Compiling md5 v0.8.0
34402026-07-16T02:50:42.487Z Compiling display-error-chain v0.2.2
34412026-07-16T02:50:42.507Z Compiling hex-literal v1.1.0
34422026-07-16T02:50:42.666Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34432026-07-16T02:50:42.685Z Compiling colored v2.2.0
34442026-07-16T02:50:42.704Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34452026-07-16T02:50:42.740Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-07-16T02:50:42.824Z Compiling socket2 v0.5.10
34472026-07-16T02:50:42.955Z Compiling internet-checksum v0.2.1
34482026-07-16T02:50:43.947Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34492026-07-16T02:50:44.169Z Compiling ssh-key v0.7.0-rc.10
34502026-07-16T02:50:44.646Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-07-16T02:50:45.108Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-07-16T02:50:45.436Z Compiling russh v0.61.2
34532026-07-16T02:50:45.849Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34542026-07-16T02:50:46.814Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34552026-07-16T02:50:55.191Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34562026-07-16T02:50:55.191Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34572026-07-16T02:50:55.194Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34582026-07-16T02:50:55.194Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34592026-07-16T02:50:56.981Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34602026-07-16T02:50:57.031Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34612026-07-16T02:51:00.933Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34622026-07-16T02:51:40.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34632026-07-16T02:51:41.225Z
34642026-07-16T02:51:41.225Zreal 1:27.805199936
34652026-07-16T02:51:41.225Zuser 8:46.393091833
34662026-07-16T02:51:41.225Zsys 1:45.349222685
34672026-07-16T02:51:41.225Ztrap 0.265746167
34682026-07-16T02:51:41.225Ztflt 0.369395575
34692026-07-16T02:51:41.225Zdflt 1.488053065
34702026-07-16T02:51:41.228Zkflt 0.000312140
34712026-07-16T02:51:41.228Zlock 31:12.182134917
34722026-07-16T02:51:41.228Zslp 20:00.717741443
34732026-07-16T02:51:41.228Zlat 43.307664988
34742026-07-16T02:51:41.228Zstop 3:12.800654991
34752026-07-16T02:51:41.228Z+ mkdir tests
34762026-07-16T02:51:41.232Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34772026-07-16T02:51:41.232Z+ xargs -I '{}' -t cp '{}' tests/
34782026-07-16T02:51:41.257Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fbc415f6e3f29891 tests/
34792026-07-16T02:51:41.288Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d4260c7f856a9489 tests/
34802026-07-16T02:51:41.318Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fcaff78e173c553f tests/
34812026-07-16T02:51:41.345Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-986220471772af2d tests/
34822026-07-16T02:51:41.591Z+ 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)
34832026-07-16T02:51:41.595Z+ 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-d4260c7f856a9489 tests/commtest-fcaff78e173c553f tests/dhcp_server-fbc415f6e3f29891 tests/end_to_end_tests-986220471772af2d 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
34842026-07-16T02:53:01.831ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34852026-07-16T02:53:01.831Za .github/buildomat/ci-env.sh 1K
34862026-07-16T02:53:01.831Za out/target/test 1K
34872026-07-16T02:53:01.831Za out/npuzone/npuzone 27402K
34882026-07-16T02:53:01.831Za package-manifest.toml 35K
34892026-07-16T02:53:01.831Za smf/sled-agent/non-gimlet/config.toml 6K
34902026-07-16T02:53:01.831Za target/release/omicron-package 40717K
34912026-07-16T02:53:01.832Za target/release/xtask 10468K
34922026-07-16T02:53:01.832Za target/debug/bootstrap 349465K
34932026-07-16T02:53:01.832Za tests/bootstrap-d4260c7f856a9489 31974K
34942026-07-16T02:53:01.832Za tests/commtest-fcaff78e173c553f 32169K
34952026-07-16T02:53:01.832Za tests/dhcp_server-fbc415f6e3f29891 31974K
34962026-07-16T02:53:01.832Za tests/end_to_end_tests-986220471772af2d 399348K
34972026-07-16T02:53:01.832Za tools/opte_version 1K
34982026-07-16T02:53:01.832Za tools/opte_version_override 2K
34992026-07-16T02:53:01.832Za out/clickhouse.tar.gz 310722K
35002026-07-16T02:53:01.832Za out/clickhouse_keeper.tar.gz 297191K
35012026-07-16T02:53:01.832Za out/clickhouse_server.tar.gz 310719K
35022026-07-16T02:53:01.832Za out/cockroachdb.tar.gz 161726K
35032026-07-16T02:53:01.832Za out/crucible-pantry-zone.tar.gz 39108K
35042026-07-16T02:53:01.832Za out/crucible-utils.tar 18900K
35052026-07-16T02:53:01.832Za out/crucible-zone.tar.gz 53803K
35062026-07-16T02:53:01.832Za out/external-dns.tar.gz 46702K
35072026-07-16T02:53:01.832Za out/internal-dns.tar.gz 46701K
35082026-07-16T02:53:01.832Za out/mg-ddm-gz.tar 102717K
35092026-07-16T02:53:01.832Za out/nexus.tar.gz 274460K
35102026-07-16T02:53:01.832Za out/ntp.tar.gz 29905K
35112026-07-16T02:53:01.832Za out/omicron-gateway-softnpu.tar.gz 27704K
35122026-07-16T02:53:01.832Za out/omicron-sled-agent.tar 190745K
35132026-07-16T02:53:01.832Za out/overlay.tar.gz 4K
35142026-07-16T02:53:01.832Za out/oximeter.tar.gz 60677K
35152026-07-16T02:53:01.832Za out/oxlog.tar 3808K
35162026-07-16T02:53:01.832Za out/probe.tar.gz 3037K
35172026-07-16T02:53:01.832Za out/propolis-server.tar.gz 34372K
35182026-07-16T02:53:01.832Za out/pumpkind-gz.tar 26647K
35192026-07-16T02:53:01.832Za out/switch-softnpu.tar.gz 451420K
35202026-07-16T02:53:01.836Z
35212026-07-16T02:53:01.836Zreal 1:20.237016792
35222026-07-16T02:53:01.836Zuser 1:17.530413582
35232026-07-16T02:53:01.836Zsys 4.512258648
35242026-07-16T02:53:01.836Ztrap 0.007538301
35252026-07-16T02:53:01.836Ztflt 0.000000000
35262026-07-16T02:53:01.836Zdflt 0.000000000
35272026-07-16T02:53:01.836Zkflt 0.000000000
35282026-07-16T02:53:01.836Zlock 0.000000000
35292026-07-16T02:53:01.836Zslp 1:17.405058980
35302026-07-16T02:53:01.836Zlat 1.013541439
35312026-07-16T02:53:01.836Zstop 0.000228670
35322026-07-16T02:53:01.836Zprocess exited: duration 948299 ms, exit code 0
 
35332026-07-16T02:53:01.850Zfound 1 output files
35342026-07-16T02:53:01.868Zuploading: /work/package.tar.gz (2487293511 bytes)
35352026-07-16T02:53:32.861Zuploaded: /work/package.tar.gz