01KWFHAMV0AWB73VHGXRDEE5MX: 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: 01KWFHBESRB9ZMQ6SE1SJTXMNJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T19:10:00.990Zjob assigned to worker 01KWFHBTR8RH2M64AH3PTVHRQH [factory aws, i-0c71f9e39a7a33614] (queued for 55 s)
 
22026-07-01T19:10:08.370Zstarting task 0: "setup"
32026-07-01T19:10:08.374Z++ uname -s
42026-07-01T19:10:08.377Z+ kern=SunOS
52026-07-01T19:10:08.377Z+ build_user=build
62026-07-01T19:10:08.377Z+ build_uid=12345
72026-07-01T19:10:08.377Z+ work_dir=/work
82026-07-01T19:10:08.377Z+ input_dir=/input
92026-07-01T19:10:08.377Z+ [[ 0 == 12345 ]]
102026-07-01T19:10:08.377Z+ case "$kern" in
112026-07-01T19:10:08.377Z+ groupadd -g 12345 build
122026-07-01T19:10:08.380Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T19:10:10.385Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T19:10:10.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T19:10:10.495Z+ home_fs=zfs
162026-07-01T19:10:10.496Z+ [[ zfs == autofs ]]
172026-07-01T19:10:10.496Z+ mkdir -p /home/build
182026-07-01T19:10:10.500Z+ chown build:build /home/build /work
192026-07-01T19:10:12.498Z+ chmod 0700 /home/build /work
202026-07-01T19:10:12.501Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-01T19:10:12.511Zstarting task 1: "rust-toolchain"
222026-07-01T19:10:12.515Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T19:10:12.515Z * rust toolchain channel = "1.96.1"
242026-07-01T19:10:12.516Z * rust toolchain profile = "default"
252026-07-01T19:10:12.516Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T19:10:12.516Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T19:10:12.516Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T19:10:12.516Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T19:10:12.519Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T19:10:12.629Zinfo: downloading installer
312026-07-01T19:10:13.994Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T19:10:13.995Zwarn: /home/build/.rustup/settings.toml
332026-07-01T19:10:13.995Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T19:10:13.995Zwarn: instead of the one inferred from the default host triple.
352026-07-01T19:10:14.006Zinfo: profile set to default
362026-07-01T19:10:14.006Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T19:10:14.010Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T19:10:14.151Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T19:10:14.155Zinfo: downloading 6 components
402026-07-01T19:10:30.913Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T19:10:30.913Z
422026-07-01T19:10:30.940Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T19:10:30.940Z
442026-07-01T19:10:30.940Z
452026-07-01T19:10:30.940ZRust is installed now. Great!
462026-07-01T19:10:30.940Z
472026-07-01T19:10:30.940ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T19:10:30.940Zenvironment variable. This has not been done automatically.
492026-07-01T19:10:30.940Z
502026-07-01T19:10:30.940ZTo configure your current shell, you need to source
512026-07-01T19:10:30.940Zthe corresponding env file under $HOME/.cargo.
522026-07-01T19:10:30.940Z
532026-07-01T19:10:30.940ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T19:10:30.940Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T19:10:30.940Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T19:10:30.940Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T19:10:30.940Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T19:10:30.940Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T19:10:30.940Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T19:10:30.940Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T19:10:30.941Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T19:10:31.043Z+ rustup --version
632026-07-01T19:10:31.049Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T19:10:31.051Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T19:10:31.070Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T19:10:31.074Z+ cargo --version
672026-07-01T19:10:31.080Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T19:10:31.083Z+ rustc --version
692026-07-01T19:10:31.102Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T19:10:31.107Zprocess exited: duration 18596 ms, exit code 0
 
712026-07-01T19:10:31.113Zstarting task 2: "authentication"
722026-07-01T19:10:31.130Zprocess exited: duration 17 ms, exit code 0
 
732026-07-01T19:10:31.138Zstarting task 3: "clone repository"
742026-07-01T19:10:31.141Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T19:10:31.143Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T19:10:31.177ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T19:10:41.478Z+ cd /work/oxidecomputer/omicron
782026-07-01T19:10:41.478Z+ git fetch origin 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
792026-07-01T19:10:41.780ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T19:10:41.780Z * branch 19daa89a410d974fa48d9d7f5c2e235df7d66c7f -> FETCH_HEAD
812026-07-01T19:10:41.794Z+ [[ -n remove-copyright-lines ]]
822026-07-01T19:10:41.797Z++ git branch --show-current
832026-07-01T19:10:41.801Z+ current=main
842026-07-01T19:10:41.801Z+ [[ main != remove-copyright-lines ]]
852026-07-01T19:10:41.801Z+ git branch -f remove-copyright-lines 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
862026-07-01T19:10:41.803Z+ git checkout -f remove-copyright-lines
872026-07-01T19:10:42.045ZSwitched to branch 'remove-copyright-lines'
882026-07-01T19:10:42.047Z+ git reset --hard 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
892026-07-01T19:10:42.284ZHEAD is now at 19daa89a4 remove Copyright lines; the MPL header is sufficient
902026-07-01T19:10:42.286Zprocess exited: duration 11149 ms, exit code 0
 
912026-07-01T19:10:42.295Zstarting task 4: "build"
922026-07-01T19:10:42.299Z+ source .github/buildomat/ci-env.sh
932026-07-01T19:10:42.299Z++ export CARGO_TERM_COLOR=always
942026-07-01T19:10:42.299Z++ CARGO_TERM_COLOR=always
952026-07-01T19:10:42.299Z+ cargo --version
962026-07-01T19:10:42.309Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T19:10:42.312Z+ rustc --version
982026-07-01T19:10:42.332Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T19:10:42.337Z+ WORK=/work
1002026-07-01T19:10:42.337Z+ pfexec mkdir -p /work
1012026-07-01T19:10:42.339Z+ pfexec chown build /work
1022026-07-01T19:10:42.343Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-07-01T19:10:43.880Z Startup: Refreshing catalog 'helios' ... Done
1042026-07-01T19:10:43.989Z Startup: Caching catalogs ... Done
1052026-07-01T19:10:44.471ZPlanning: Solver setup ... Done (0.439s)
1062026-07-01T19:10:44.497ZPlanning: Running solver ... Done (0.027s)
1072026-07-01T19:10:44.509ZPlanning: Finding local manifests ... Done (0.002s)
1082026-07-01T19:10:44.520ZPlanning: Fetching manifests: 0/2 0% complete
1092026-07-01T19:10:44.537ZPlanning: Fetching manifests: 2/2 100% complete
1102026-07-01T19:10:44.553ZPlanning: Package planning ... Done (0.015s)
1112026-07-01T19:10:44.556ZPlanning: Merging actions ... Done (0.002s)
1122026-07-01T19:10:44.722ZPlanning: Checking for conflicting actions ... Done (0.169s)
1132026-07-01T19:10:44.725ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-07-01T19:10:45.570ZPlanning: Evaluating mediators ... Done (0.847s)
1152026-07-01T19:10:45.573ZPlanning: Planning completed in 1.56 seconds
1162026-07-01T19:10:45.580Z Packages to install: 2
1172026-07-01T19:10:45.580Z Estimated space available: 156.06 GB
1182026-07-01T19:10:45.580ZEstimated space to be consumed: 30.98 MB
1192026-07-01T19:10:45.580Z Create boot environment: No
1202026-07-01T19:10:45.580ZCreate backup boot environment: No
1212026-07-01T19:10:45.580Z Rebuild boot archive: No
1222026-07-01T19:10:45.583Z
1232026-07-01T19:10:45.583ZChanged packages:
1242026-07-01T19:10:45.584Zhelios
1252026-07-01T19:10:45.584Z developer/build-essential
1262026-07-01T19:10:45.584Z None -> 11-3.0
1272026-07-01T19:10:45.584Z library/libxmlsec1
1282026-07-01T19:10:45.584Z None -> 1.2.35-3.0
1292026-07-01T19:10:45.606Z
1302026-07-01T19:10:45.606ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-07-01T19:10:46.127ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1322026-07-01T19:10:46.189Z Actions: 1/268 actions (Installing new actions)
1332026-07-01T19:10:46.228Z Actions: Completed 268 actions in 0.04 seconds.
1342026-07-01T19:10:46.240ZFinalize: Updating package state database ... Done (0.012s)
1352026-07-01T19:10:46.240ZFinalize: Updating package cache ... Done (0.000s)
1362026-07-01T19:10:46.269ZFinalize: Updating image state ... Done (0.029s)
1372026-07-01T19:10:48.823ZFinalize: Creating fast lookup database ... Done (2.528s)
1382026-07-01T19:10:48.893ZFinalize: Reading search index ... Done (0.012s)
1392026-07-01T19:10:48.896ZFinalize: Updating search index ... Done (0.000s)
1402026-07-01T19:10:48.981ZFinalize: Updating package cache ... Done (0.000s)
1412026-07-01T19:10:49.288ZPlanning: Evaluating mediator changes ... Done
1422026-07-01T19:10:49.393ZPlanning: Checking for conflicting actions ... Done
1432026-07-01T19:10:49.400ZPlanning: Consolidating action changes ... Done
1442026-07-01T19:10:49.562ZPlanning: Evaluating mediators ... Done
1452026-07-01T19:10:49.568ZPlanning: Planning completed in 0.26 seconds
1462026-07-01T19:10:49.572Z Mediators to change: 2
1472026-07-01T19:10:49.572Z Create boot environment: No
1482026-07-01T19:10:49.572ZCreate backup boot environment: No
1492026-07-01T19:10:49.621ZFinalize: Updating package state database ... Done
1502026-07-01T19:10:49.621ZFinalize: Updating package cache ... Done
1512026-07-01T19:10:49.638ZFinalize: Updating image state ... Done
1522026-07-01T19:10:51.583ZFinalize: Creating fast lookup database ... Done
1532026-07-01T19:10:51.646ZFinalize: Reading search index ... Done
1542026-07-01T19:10:51.650ZFinalize: Updating search index ... Done
1552026-07-01T19:10:51.701ZFinalize: Updating package cache ... Done
1562026-07-01T19:10:51.989ZPlanning: Evaluating mediator changes ... Done
1572026-07-01T19:10:52.090ZPlanning: Checking for conflicting actions ... Done
1582026-07-01T19:10:52.093ZPlanning: Consolidating action changes ... Done
1592026-07-01T19:10:52.245ZPlanning: Evaluating mediators ... Done
1602026-07-01T19:10:52.248ZPlanning: Planning completed in 0.26 seconds
1612026-07-01T19:10:52.268Z Mediators to change: 1
1622026-07-01T19:10:52.268Z Create boot environment: No
1632026-07-01T19:10:52.268ZCreate backup boot environment: No
1642026-07-01T19:10:52.321ZFinalize: Updating package state database ... Done
1652026-07-01T19:10:52.321ZFinalize: Updating package cache ... Done
1662026-07-01T19:10:52.336ZFinalize: Updating image state ... Done
1672026-07-01T19:10:54.259ZFinalize: Creating fast lookup database ... Done
1682026-07-01T19:10:54.323ZFinalize: Reading search index ... Done
1692026-07-01T19:10:54.326ZFinalize: Updating search index ... Done
1702026-07-01T19:10:54.404ZFinalize: Updating package cache ... Done
1712026-07-01T19:10:54.713ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-07-01T19:10:54.714Zapache system 2.4 system
1732026-07-01T19:10:54.714Zclang system 15 system
1742026-07-01T19:10:54.714Zcsh system system illumos
1752026-07-01T19:10:54.714Zctags system system illumos
1762026-07-01T19:10:54.714Zfile vendor vendor darwinsys
1772026-07-01T19:10:54.714Zfile system system illumos
1782026-07-01T19:10:54.714Zgcc vendor 14 vendor
1792026-07-01T19:10:54.714Zgcc system 13 system
1802026-07-01T19:10:54.714Zgcc system 10 system
1812026-07-01T19:10:54.714Zgo system 1.25 system
1822026-07-01T19:10:54.714Zllvm system 15 system
1832026-07-01T19:10:54.714Zmariadb system 11.4 system
1842026-07-01T19:10:54.714Zmta vendor vendor dma
1852026-07-01T19:10:54.714Zopenjdk system 17 system
1862026-07-01T19:10:54.714Zopenjdk system 11 system
1872026-07-01T19:10:54.714Zopenssl vendor 3 vendor
1882026-07-01T19:10:54.714Zperl system 5.40 system
1892026-07-01T19:10:54.714Zpostgresql system 18 system
1902026-07-01T19:10:54.714Zpostgresql system 17 system
1912026-07-01T19:10:54.714Zpython vendor 3 vendor
1922026-07-01T19:10:54.714Zpython system 2 system
1932026-07-01T19:10:54.714Zpython3 vendor 3.13 vendor
1942026-07-01T19:10:54.714Zruby system 3.4 system
1952026-07-01T19:10:54.714Zruby system 3.0 system
1962026-07-01T19:10:54.714Zwords vendor vendor american-english
1972026-07-01T19:10:54.714Zwords system system australian-english
1982026-07-01T19:10:54.714Zwords system system british-english
1992026-07-01T19:10:54.714Zwords system system canadian-english
2002026-07-01T19:10:54.714Zwords system system french
2012026-07-01T19:10:54.714Zwords system system italian
2022026-07-01T19:10:54.714Zwords system system ngerman
2032026-07-01T19:10:54.714Zwords system system ogerman
2042026-07-01T19:10:54.714Zwords system system spanish
2052026-07-01T19:10:54.962ZPUBLISHER TYPE STATUS P LOCATION
2062026-07-01T19:10:54.962Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-07-01T19:10:55.267ZFMRI IFO
2082026-07-01T19:10:55.267Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-07-01T19:10:55.267Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-07-01T19:10:55.267Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-07-01T19:10:55.267Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-07-01T19:10:55.267Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-07-01T19:10:55.267Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-07-01T19:10:55.267Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-07-01T19:10:55.267Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-07-01T19:10:55.267Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-07-01T19:10:55.516Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-07-01T19:10:55.785Z Updating crates.io index
2192026-07-01T19:10:55.849Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-07-01T19:10:56.066Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-07-01T19:10:56.381Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-01T19:10:57.327Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-07-01T19:10:57.837Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-07-01T19:10:59.642Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-07-01T19:11:00.569Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-07-01T19:11:00.820Z Updating git repository `https://github.com/oxidecomputer/lldp`
2272026-07-01T19:11:01.151Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-01T19:11:02.238Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-07-01T19:11:02.534Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-07-01T19:11:02.872Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-07-01T19:11:03.146Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-07-01T19:11:03.591Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-07-01T19:11:04.102Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-07-01T19:11:04.379Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-07-01T19:11:04.638Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-07-01T19:11:04.933Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-07-01T19:11:05.241Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-07-01T19:11:05.544Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-07-01T19:11:05.790Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-07-01T19:11:06.079Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-07-01T19:11:06.487Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-07-01T19:11:06.824Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-07-01T19:11:07.094Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-07-01T19:11:07.483Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-07-01T19:11:07.909Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-07-01T19:11:08.216Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-07-01T19:11:08.482Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-07-01T19:11:08.732Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-07-01T19:11:09.057Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-07-01T19:11:09.466Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-07-01T19:11:09.753Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-07-01T19:11:10.078Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-01T19:11:10.369Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-07-01T19:11:10.662Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-07-01T19:11:10.971Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-07-01T19:11:11.255Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-07-01T19:11:11.535Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-07-01T19:11:11.823Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-07-01T19:11:14.565Z Downloading crates ...
2602026-07-01T19:11:14.623Z Downloaded anstream v1.0.0
2612026-07-01T19:11:14.627Z Downloaded anstyle-query v1.1.5
2622026-07-01T19:11:14.630Z Downloaded crypto-common v0.1.7
2632026-07-01T19:11:14.633Z Downloaded anstyle-parse v1.0.0
2642026-07-01T19:11:14.633Z Downloaded cargo-platform v0.3.2
2652026-07-01T19:11:14.636Z Downloaded zmij v1.0.21
2662026-07-01T19:11:14.642Z Downloaded pest_meta v2.8.6
2672026-07-01T19:11:14.646Z Downloaded anstyle v1.0.14
2682026-07-01T19:11:14.648Z Downloaded dof v0.3.0
2692026-07-01T19:11:14.651Z Downloaded is_terminal_polyfill v1.70.2
2702026-07-01T19:11:14.651Z Downloaded fastrand v2.3.0
2712026-07-01T19:11:14.651Z Downloaded dtrace-parser v0.2.0
2722026-07-01T19:11:14.654Z Downloaded zerocopy v0.7.35
2732026-07-01T19:11:14.660Z Downloaded itoa v1.0.17
2742026-07-01T19:11:14.663Z Downloaded zerocopy-derive v0.7.35
2752026-07-01T19:11:14.666Z Downloaded heck v0.5.0
2762026-07-01T19:11:14.666Z Downloaded errno v0.3.14
2772026-07-01T19:11:14.666Z Downloaded clap_lex v1.0.0
2782026-07-01T19:11:14.666Z Downloaded cargo_metadata v0.23.1
2792026-07-01T19:11:14.669Z Downloaded camino-tempfile v1.4.1
2802026-07-01T19:11:14.669Z Downloaded heck v0.4.1
2812026-07-01T19:11:14.669Z Downloaded byteorder v1.5.0
2822026-07-01T19:11:14.669Z Downloaded colorchoice v1.0.4
2832026-07-01T19:11:14.672Z Downloaded block-buffer v0.10.4
2842026-07-01T19:11:14.672Z Downloaded once_cell v1.21.3
2852026-07-01T19:11:14.675Z Downloaded macaddr v1.0.1
2862026-07-01T19:11:14.675Z Downloaded digest v0.10.7
2872026-07-01T19:11:14.681Z Downloaded cargo_toml v0.21.0
2882026-07-01T19:11:14.684Z Downloaded fnv v1.0.7
2892026-07-01T19:11:14.688Z Downloaded proc-macro-error-attr v1.0.4
2902026-07-01T19:11:14.694Z Downloaded bytecount v0.6.9
2912026-07-01T19:11:14.698Z Downloaded clap_derive v4.6.1
2922026-07-01T19:11:14.701Z Downloaded toml_write v0.1.2
2932026-07-01T19:11:14.705Z Downloaded usdt-attr-macro v0.5.0
2942026-07-01T19:11:14.707Z Downloaded usdt v0.5.0
2952026-07-01T19:11:14.714Z Downloaded tabled_derive v0.7.0
2962026-07-01T19:11:14.720Z Downloaded scroll_derive v0.12.1
2972026-07-01T19:11:14.722Z Downloaded pretty-hex v0.4.1
2982026-07-01T19:11:14.722Z Downloaded strsim v0.11.1
2992026-07-01T19:11:14.725Z Downloaded cpufeatures v0.2.17
3002026-07-01T19:11:14.729Z Downloaded toml_datetime v0.6.11
3012026-07-01T19:11:14.732Z Downloaded thiserror-impl v2.0.18
3022026-07-01T19:11:14.735Z Downloaded thiserror-impl v1.0.69
3032026-07-01T19:11:14.735Z Downloaded pest_generator v2.8.6
3042026-07-01T19:11:14.735Z Downloaded fs-err v3.3.0
3052026-07-01T19:11:14.738Z Downloaded anyhow v1.0.102
3062026-07-01T19:11:14.741Z Downloaded swrite v0.1.0
3072026-07-01T19:11:14.743Z Downloaded version_check v0.9.5
3082026-07-01T19:11:14.743Z Downloaded smawk v0.3.2
3092026-07-01T19:11:14.752Z Downloaded cfg-if v1.0.4
3102026-07-01T19:11:14.760Z Downloaded unicode-linebreak v0.1.5
3112026-07-01T19:11:14.763Z Downloaded clap v4.6.1
3122026-07-01T19:11:14.767Z Downloaded ucd-trie v0.1.7
3132026-07-01T19:11:14.769Z Downloaded memmap v0.7.0
3142026-07-01T19:11:14.769Z Downloaded generic-array v0.14.7
3152026-07-01T19:11:14.772Z Downloaded usdt-macro v0.5.0
3162026-07-01T19:11:14.772Z Downloaded equivalent v1.0.2
3172026-07-01T19:11:14.775Z Downloaded serde_spanned v0.6.9
3182026-07-01T19:11:14.775Z Downloaded thread-id v4.2.2
3192026-07-01T19:11:14.775Z Downloaded plain v0.2.3
3202026-07-01T19:11:14.779Z Downloaded utf8parse v0.2.2
3212026-07-01T19:11:14.791Z Downloaded thiserror v1.0.69
3222026-07-01T19:11:14.795Z Downloaded scroll v0.12.0
3232026-07-01T19:11:14.798Z Downloaded usdt-impl v0.5.0
3242026-07-01T19:11:14.798Z Downloaded papergrid v0.11.0
3252026-07-01T19:11:14.800Z Downloaded serde_tokenstream v0.2.3
3262026-07-01T19:11:14.801Z Downloaded getrandom v0.4.1
3272026-07-01T19:11:14.866Z Downloaded thiserror v2.0.18
3282026-07-01T19:11:14.866Z Downloaded autocfg v1.5.0
3292026-07-01T19:11:14.866Z Downloaded semver v1.0.28
3302026-07-01T19:11:14.866Z Downloaded terminal_size v0.4.3
3312026-07-01T19:11:14.866Z Downloaded quote v1.0.45
3322026-07-01T19:11:14.866Z Downloaded toml v0.8.23
3332026-07-01T19:11:14.866Z Downloaded sha2 v0.10.9
3342026-07-01T19:11:14.866Z Downloaded proc-macro2 v1.0.106
3352026-07-01T19:11:14.866Z Downloaded textwrap v0.16.2
3362026-07-01T19:11:14.866Z Downloaded pest_derive v2.8.6
3372026-07-01T19:11:14.866Z Downloaded toml_edit v0.22.27
3382026-07-01T19:11:14.870Z Downloaded serde_derive v1.0.228
3392026-07-01T19:11:14.870Z Downloaded camino v1.2.2
3402026-07-01T19:11:14.870Z Downloaded tempfile v3.25.0
3412026-07-01T19:11:14.874Z Downloaded proc-macro-error v1.0.4
3422026-07-01T19:11:14.880Z Downloaded bitflags v2.11.0
3432026-07-01T19:11:14.882Z Downloaded log v0.4.29
3442026-07-01T19:11:14.888Z Downloaded unicode-ident v1.0.24
3452026-07-01T19:11:14.894Z Downloaded serde_core v1.0.228
3462026-07-01T19:11:14.905Z Downloaded indexmap v2.14.0
3472026-07-01T19:11:14.908Z Downloaded typenum v1.19.0
3482026-07-01T19:11:14.914Z Downloaded serde v1.0.228
3492026-07-01T19:11:14.941Z Downloaded pest v2.8.6
3502026-07-01T19:11:14.949Z Downloaded memchr v2.8.0
3512026-07-01T19:11:14.965Z Downloaded hashbrown v0.17.0
3522026-07-01T19:11:14.978Z Downloaded goblin v0.8.2
3532026-07-01T19:11:15.001Z Downloaded serde_json v1.0.150
3542026-07-01T19:11:15.009Z Downloaded clap_builder v4.6.0
3552026-07-01T19:11:15.026Z Downloaded winnow v0.7.14
3562026-07-01T19:11:15.031Z Downloaded tabled v0.15.0
3572026-07-01T19:11:15.052Z Downloaded syn v1.0.109
3582026-07-01T19:11:15.063Z Downloaded unicode-width v0.2.0
3592026-07-01T19:11:15.066Z Downloaded unicode-width v0.1.14
3602026-07-01T19:11:15.069Z Downloaded syn v2.0.117
3612026-07-01T19:11:15.089Z Downloaded rustix v1.1.3
3622026-07-01T19:11:15.123Z Downloaded libc v0.2.185
3632026-07-01T19:11:15.180Z Compiling proc-macro2 v1.0.106
3642026-07-01T19:11:15.181Z Compiling unicode-ident v1.0.24
3652026-07-01T19:11:15.184Z Compiling quote v1.0.45
3662026-07-01T19:11:15.184Z Compiling serde_core v1.0.228
3672026-07-01T19:11:15.184Z Compiling libc v0.2.185
3682026-07-01T19:11:15.184Z Compiling version_check v0.9.5
3692026-07-01T19:11:15.184Z Compiling memchr v2.8.0
3702026-07-01T19:11:15.184Z Compiling serde v1.0.228
3712026-07-01T19:11:15.184Z Compiling zmij v1.0.21
3722026-07-01T19:11:15.184Z Compiling ucd-trie v0.1.7
3732026-07-01T19:11:15.184Z Compiling itoa v1.0.17
3742026-07-01T19:11:15.184Z Compiling thiserror v1.0.69
3752026-07-01T19:11:15.184Z Compiling rustix v1.1.3
3762026-07-01T19:11:15.405Z Compiling byteorder v1.5.0
3772026-07-01T19:11:15.572Z Compiling bitflags v2.11.0
3782026-07-01T19:11:15.704Z Compiling serde_json v1.0.150
3792026-07-01T19:11:15.731Z Compiling camino v1.2.2
3802026-07-01T19:11:15.846Z Compiling syn v1.0.109
3812026-07-01T19:11:15.873Z Compiling pest v2.8.6
3822026-07-01T19:11:15.874Z Compiling usdt-impl v0.5.0
3832026-07-01T19:11:15.969Z Compiling proc-macro-error-attr v1.0.4
3842026-07-01T19:11:16.026Z Compiling proc-macro-error v1.0.4
3852026-07-01T19:11:16.070Z Compiling equivalent v1.0.2
3862026-07-01T19:11:16.100Z Compiling hashbrown v0.17.0
3872026-07-01T19:11:16.114Z Compiling plain v0.2.3
3882026-07-01T19:11:16.190Z Compiling utf8parse v0.2.2
3892026-07-01T19:11:16.247Z Compiling errno v0.3.14
3902026-07-01T19:11:16.256Z Compiling thread-id v4.2.2
3912026-07-01T19:11:16.284Z Compiling log v0.4.29
3922026-07-01T19:11:16.327Z Compiling getrandom v0.4.1
3932026-07-01T19:11:16.352Z Compiling anstyle-parse v1.0.0
3942026-07-01T19:11:16.352Z Compiling anstyle-query v1.1.5
3952026-07-01T19:11:16.381Z Compiling thiserror v2.0.18
3962026-07-01T19:11:16.382Z Compiling colorchoice v1.0.4
3972026-07-01T19:11:16.382Z Compiling autocfg v1.5.0
3982026-07-01T19:11:16.418Z Compiling pretty-hex v0.4.1
3992026-07-01T19:11:16.531Z Compiling cfg-if v1.0.4
4002026-07-01T19:11:16.559Z Compiling winnow v0.7.14
4012026-07-01T19:11:16.593Z Compiling toml_write v0.1.2
4022026-07-01T19:11:16.593Z Compiling is_terminal_polyfill v1.70.2
4032026-07-01T19:11:16.631Z Compiling indexmap v2.14.0
4042026-07-01T19:11:16.647Z Compiling anstyle v1.0.14
4052026-07-01T19:11:16.755Z Compiling unicode-width v0.1.14
4062026-07-01T19:11:16.788Z Compiling once_cell v1.21.3
4072026-07-01T19:11:16.788Z Compiling syn v2.0.117
4082026-07-01T19:11:16.937Z Compiling heck v0.4.1
4092026-07-01T19:11:16.996Z Compiling pest_meta v2.8.6
4102026-07-01T19:11:17.031Z Compiling fs-err v3.3.0
4112026-07-01T19:11:17.076Z Compiling anstream v1.0.0
4122026-07-01T19:11:17.090Z Compiling bytecount v0.6.9
4132026-07-01T19:11:17.119Z Compiling fnv v1.0.7
4142026-07-01T19:11:17.143Z Compiling clap_lex v1.0.0
4152026-07-01T19:11:17.187Z Compiling heck v0.5.0
4162026-07-01T19:11:17.206Z Compiling strsim v0.11.1
4172026-07-01T19:11:17.231Z Compiling anyhow v1.0.102
4182026-07-01T19:11:17.256Z Compiling fastrand v2.3.0
4192026-07-01T19:11:17.360Z Compiling papergrid v0.11.0
4202026-07-01T19:11:17.396Z Compiling terminal_size v0.4.3
4212026-07-01T19:11:17.406Z Compiling memmap v0.7.0
4222026-07-01T19:11:17.409Z Compiling smawk v0.3.2
4232026-07-01T19:11:17.423Z Compiling unicode-width v0.2.0
4242026-07-01T19:11:17.455Z Compiling unicode-linebreak v0.1.5
4252026-07-01T19:11:17.544Z Compiling clap_builder v4.6.0
4262026-07-01T19:11:17.561Z Compiling tempfile v3.25.0
4272026-07-01T19:11:17.581Z Compiling swrite v0.1.0
4282026-07-01T19:11:17.711Z Compiling textwrap v0.16.2
4292026-07-01T19:11:17.766Z Compiling cargo-platform v0.3.2
4302026-07-01T19:11:17.857Z Compiling semver v1.0.28
4312026-07-01T19:11:18.042Z Compiling camino-tempfile v1.4.1
4322026-07-01T19:11:18.368Z Compiling tabled_derive v0.7.0
4332026-07-01T19:11:18.991Z Compiling pest_generator v2.8.6
4342026-07-01T19:11:19.024Z Compiling tabled v0.15.0
4352026-07-01T19:11:19.482Z Compiling serde_derive v1.0.228
4362026-07-01T19:11:19.482Z Compiling thiserror-impl v1.0.69
4372026-07-01T19:11:19.503Z Compiling zerocopy-derive v0.7.35
4382026-07-01T19:11:19.503Z Compiling scroll_derive v0.12.1
4392026-07-01T19:11:19.503Z Compiling thiserror-impl v2.0.18
4402026-07-01T19:11:19.503Z Compiling clap_derive v4.6.1
4412026-07-01T19:11:19.566Z Compiling pest_derive v2.8.6
4422026-07-01T19:11:20.170Z Compiling scroll v0.12.0
4432026-07-01T19:11:20.228Z Compiling zerocopy v0.7.35
4442026-07-01T19:11:20.381Z Compiling goblin v0.8.2
4452026-07-01T19:11:20.546Z Compiling dtrace-parser v0.2.0
4462026-07-01T19:11:20.860Z Compiling clap v4.6.1
4472026-07-01T19:11:21.895Z Compiling dof v0.3.0
4482026-07-01T19:11:21.895Z Compiling serde_tokenstream v0.2.3
4492026-07-01T19:11:21.911Z Compiling serde_spanned v0.6.9
4502026-07-01T19:11:21.915Z Compiling toml_datetime v0.6.11
4512026-07-01T19:11:21.915Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4522026-07-01T19:11:21.915Z Compiling cargo_metadata v0.23.1
4532026-07-01T19:11:21.915Z Compiling macaddr v1.0.1
4542026-07-01T19:11:22.150Z Compiling toml_edit v0.22.27
4552026-07-01T19:11:22.555Z Compiling usdt-attr-macro v0.5.0
4562026-07-01T19:11:22.559Z Compiling usdt-macro v0.5.0
4572026-07-01T19:11:23.194Z Compiling usdt v0.5.0
4582026-07-01T19:11:23.386Z Compiling toml v0.8.23
4592026-07-01T19:11:23.705Z Compiling cargo_toml v0.21.0
4602026-07-01T19:11:24.997Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-07-01T19:11:26.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.62s
4622026-07-01T19:11:27.184Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-07-01T19:11:27.662Z Downloading crates ...
4642026-07-01T19:11:27.744Z Downloaded ascii-canvas v3.0.0
4652026-07-01T19:11:27.751Z Downloaded arrayref v0.3.9
4662026-07-01T19:11:27.756Z Downloaded allocator-api2 v0.2.21
4672026-07-01T19:11:27.760Z Downloaded bit-set v0.8.0
4682026-07-01T19:11:27.762Z Downloaded async-stream-impl v0.3.6
4692026-07-01T19:11:27.763Z Downloaded assert_matches v1.5.0
4702026-07-01T19:11:27.763Z Downloaded async-stream v0.3.6
4712026-07-01T19:11:27.766Z Downloaded adler2 v2.0.1
4722026-07-01T19:11:27.766Z Downloaded aead v0.5.2
4732026-07-01T19:11:27.768Z Downloaded convert_case v0.4.0
4742026-07-01T19:11:27.771Z Downloaded base16ct v0.2.0
4752026-07-01T19:11:27.774Z Downloaded ciborium-io v0.2.2
4762026-07-01T19:11:27.777Z Downloaded ciborium-ll v0.2.2
4772026-07-01T19:11:27.777Z Downloaded bit-vec v0.6.3
4782026-07-01T19:11:27.780Z Downloaded block-padding v0.3.3
4792026-07-01T19:11:27.780Z Downloaded bitfield-macros v0.19.4
4802026-07-01T19:11:27.787Z Downloaded castaway v0.2.4
4812026-07-01T19:11:27.792Z Downloaded cfg_aliases v0.2.1
4822026-07-01T19:11:27.795Z Downloaded ctr v0.9.2
4832026-07-01T19:11:27.795Z Downloaded cpufeatures v0.3.0
4842026-07-01T19:11:27.799Z Downloaded crypto-common v0.2.2
4852026-07-01T19:11:27.799Z Downloaded compression-core v0.4.31
4862026-07-01T19:11:27.799Z Downloaded bcrypt-pbkdf v0.10.0
4872026-07-01T19:11:27.799Z Downloaded cfg_aliases v0.1.1
4882026-07-01T19:11:27.803Z Downloaded atomicwrites v0.4.4
4892026-07-01T19:11:27.803Z Downloaded crc-any v2.5.0
4902026-07-01T19:11:27.808Z Downloaded atty v0.2.14
4912026-07-01T19:11:27.811Z Downloaded crunchy v0.2.4
4922026-07-01T19:11:27.814Z Downloaded crc32fast v1.5.0
4932026-07-01T19:11:27.817Z Downloaded array-init v0.0.4
4942026-07-01T19:11:27.821Z Downloaded block-buffer v0.12.1
4952026-07-01T19:11:27.824Z Downloaded dropshot-api-manager-types v0.7.2
4962026-07-01T19:11:27.826Z Downloaded flagset v0.4.7
4972026-07-01T19:11:27.826Z Downloaded darling_macro v0.21.3
4982026-07-01T19:11:27.827Z Downloaded darling_macro v0.13.4
4992026-07-01T19:11:27.827Z Downloaded downcast-rs v2.0.2
5002026-07-01T19:11:27.830Z Downloaded bb8 v0.8.6
5012026-07-01T19:11:27.830Z Downloaded cobs v0.3.0
5022026-07-01T19:11:27.830Z Downloaded display-error-chain v0.2.2
5032026-07-01T19:11:27.833Z Downloaded daft v0.1.7
5042026-07-01T19:11:27.833Z Downloaded diesel-dtrace v0.5.0
5052026-07-01T19:11:27.838Z Downloaded async-recursion v1.1.1
5062026-07-01T19:11:27.838Z Downloaded convert_case v0.10.0
5072026-07-01T19:11:27.838Z Downloaded bitfield-struct v0.6.2
5082026-07-01T19:11:27.841Z Downloaded document-features v0.2.12
5092026-07-01T19:11:27.841Z Downloaded crc8 v0.1.1
5102026-07-01T19:11:27.841Z Downloaded defmt v0.3.100
5112026-07-01T19:11:27.841Z Downloaded debug-ignore v1.0.5
5122026-07-01T19:11:27.844Z Downloaded bit-vec v0.8.0
5132026-07-01T19:11:27.844Z Downloaded anstyle-parse v0.2.7
5142026-07-01T19:11:27.847Z Downloaded embedded-io v0.6.1
5152026-07-01T19:11:27.847Z Downloaded dunce v1.0.5
5162026-07-01T19:11:27.850Z Downloaded atomic-waker v1.1.2
5172026-07-01T19:11:27.850Z Downloaded float-cmp v0.10.0
5182026-07-01T19:11:27.859Z Downloaded foreign-types-macros v0.2.3
5192026-07-01T19:11:27.859Z Downloaded dtrace-parser v0.3.0
5202026-07-01T19:11:27.859Z Downloaded foreign-types v0.5.0
5212026-07-01T19:11:27.859Z Downloaded foreign-types v0.3.2
5222026-07-01T19:11:27.859Z Downloaded dyn-clone v1.0.20
5232026-07-01T19:11:27.862Z Downloaded deranged v0.5.8
5242026-07-01T19:11:27.862Z Downloaded form_urlencoded v1.2.2
5252026-07-01T19:11:27.863Z Downloaded funty v2.0.0
5262026-07-01T19:11:27.863Z Downloaded crc v3.4.0
5272026-07-01T19:11:27.863Z Downloaded buf-list v1.1.2
5282026-07-01T19:11:27.863Z Downloaded cbc v0.1.2
5292026-07-01T19:11:27.863Z Downloaded env_filter v1.0.0
5302026-07-01T19:11:27.866Z Downloaded darling v0.13.4
5312026-07-01T19:11:27.866Z Downloaded cmake v0.1.57
5322026-07-01T19:11:27.866Z Downloaded cexpr v0.6.0
5332026-07-01T19:11:27.869Z Downloaded blowfish v0.9.1
5342026-07-01T19:11:27.869Z Downloaded derive_builder_core v0.20.2
5352026-07-01T19:11:27.869Z Downloaded crossbeam-utils v0.8.21
5362026-07-01T19:11:27.872Z Downloaded bitfield v0.19.4
5372026-07-01T19:11:27.872Z Downloaded arrayvec v0.7.6
5382026-07-01T19:11:27.877Z Downloaded endian-type v0.1.2
5392026-07-01T19:11:27.877Z Downloaded darling_macro v0.23.0
5402026-07-01T19:11:27.877Z Downloaded cstr-argument v0.1.2
5412026-07-01T19:11:27.877Z Downloaded crucible-workspace-hack v0.1.0
5422026-07-01T19:11:27.877Z Downloaded foreign-types-shared v0.3.1
5432026-07-01T19:11:27.880Z Downloaded argon2 v0.5.3
5442026-07-01T19:11:27.880Z Downloaded darling_macro v0.20.11
5452026-07-01T19:11:27.880Z Downloaded bcs v0.1.6
5462026-07-01T19:11:27.881Z Downloaded bitflags v1.3.2
5472026-07-01T19:11:27.883Z Downloaded anstream v0.6.21
5482026-07-01T19:11:27.884Z Downloaded async-trait v0.1.89
5492026-07-01T19:11:27.886Z Downloaded dof v0.4.0
5502026-07-01T19:11:27.886Z Downloaded diesel_table_macro_syntax v0.3.0
5512026-07-01T19:11:27.889Z Downloaded backoff v0.4.0
5522026-07-01T19:11:27.889Z Downloaded float-ord v0.3.2
5532026-07-01T19:11:27.889Z Downloaded bit-set v0.5.3
5542026-07-01T19:11:27.892Z Downloaded compression-codecs v0.4.37
5552026-07-01T19:11:27.896Z Downloaded cipher v0.4.4
5562026-07-01T19:11:27.896Z Downloaded find-msvc-tools v0.1.9
5572026-07-01T19:11:27.896Z Downloaded base64ct v1.8.3
5582026-07-01T19:11:27.899Z Downloaded embedded-io v0.4.0
5592026-07-01T19:11:27.902Z Downloaded futures-io v0.3.32
5602026-07-01T19:11:27.902Z Downloaded futures-core v0.3.32
5612026-07-01T19:11:27.902Z Downloaded ciborium v0.2.2
5622026-07-01T19:11:27.907Z Downloaded backon v1.6.0
5632026-07-01T19:11:27.907Z Downloaded env_logger v0.11.9
5642026-07-01T19:11:27.910Z Downloaded futures-task v0.3.32
5652026-07-01T19:11:27.910Z Downloaded dirs-next v2.0.0
5662026-07-01T19:11:27.910Z Downloaded futures-macro v0.3.32
5672026-07-01T19:11:27.910Z Downloaded dirs-sys-next v0.1.2
5682026-07-01T19:11:27.913Z Downloaded defmt-parser v1.0.0
5692026-07-01T19:11:27.913Z Downloaded crc-catalog v2.4.0
5702026-07-01T19:11:27.913Z Downloaded byte-wrapper v0.1.0
5712026-07-01T19:11:27.918Z Downloaded difflib v0.4.0
5722026-07-01T19:11:27.918Z Downloaded foreign-types-shared v0.1.1
5732026-07-01T19:11:27.918Z Downloaded foldhash v0.2.0
5742026-07-01T19:11:27.921Z Downloaded filetime v0.2.27
5752026-07-01T19:11:27.921Z Downloaded git-stub v1.0.0
5762026-07-01T19:11:27.921Z Downloaded derive_more v0.99.20
5772026-07-01T19:11:27.924Z Downloaded gethostname v0.5.0
5782026-07-01T19:11:27.924Z Downloaded fd-lock v4.0.4
5792026-07-01T19:11:27.924Z Downloaded derive_builder v0.20.2
5802026-07-01T19:11:27.928Z Downloaded darling v0.20.11
5812026-07-01T19:11:27.930Z Downloaded ghash v0.5.1
5822026-07-01T19:11:27.933Z Downloaded dsl_auto_type v0.2.0
5832026-07-01T19:11:27.933Z Downloaded async-bb8-diesel v0.2.1
5842026-07-01T19:11:27.933Z Downloaded curve25519-dalek-derive v0.1.1
5852026-07-01T19:11:27.936Z Downloaded constant_time_eq v0.4.2
5862026-07-01T19:11:27.936Z Downloaded console v0.15.11
5872026-07-01T19:11:27.939Z Downloaded const-oid v0.9.6
5882026-07-01T19:11:27.939Z Downloaded fixedbitset v0.4.2
5892026-07-01T19:11:27.943Z Downloaded blake2 v0.10.6
5902026-07-01T19:11:27.943Z Downloaded fallible-iterator v0.2.0
5912026-07-01T19:11:27.943Z Downloaded cookie_store v0.22.1
5922026-07-01T19:11:27.946Z Downloaded cookie v0.18.1
5932026-07-01T19:11:27.946Z Downloaded hash32 v0.3.1
5942026-07-01T19:11:27.953Z Downloaded globwalk v0.9.1
5952026-07-01T19:11:27.953Z Downloaded fxhash v0.2.1
5962026-07-01T19:11:27.953Z Downloaded bzip2 v0.6.1
5972026-07-01T19:11:27.953Z Downloaded hash32 v0.2.1
5982026-07-01T19:11:27.956Z Downloaded critical-section v1.2.0
5992026-07-01T19:11:27.956Z Downloaded colored v3.1.1
6002026-07-01T19:11:27.956Z Downloaded fs-err v2.11.0
6012026-07-01T19:11:27.956Z Downloaded fixedbitset v0.5.7
6022026-07-01T19:11:27.956Z Downloaded digest v0.11.3
6032026-07-01T19:11:27.959Z Downloaded daft-derive v0.1.7
6042026-07-01T19:11:27.962Z Downloaded cancel-safe-futures v0.1.5
6052026-07-01T19:11:27.962Z Downloaded http-range v0.1.5
6062026-07-01T19:11:27.965Z Downloaded http-body v1.0.1
6072026-07-01T19:11:27.965Z Downloaded hostname v0.4.2
6082026-07-01T19:11:27.965Z Downloaded des v0.8.1
6092026-07-01T19:11:27.968Z Downloaded csv-core v0.1.13
6102026-07-01T19:11:27.968Z Downloaded derive-ex v0.1.8
6112026-07-01T19:11:27.973Z Downloaded ena v0.14.4
6122026-07-01T19:11:27.973Z Downloaded hostname v0.3.1
6132026-07-01T19:11:27.973Z Downloaded foldhash v0.1.5
6142026-07-01T19:11:27.973Z Downloaded crossbeam-epoch v0.9.18
6152026-07-01T19:11:27.976Z Downloaded git-stub-vcs v0.1.0
6162026-07-01T19:11:27.976Z Downloaded diff v0.1.13
6172026-07-01T19:11:27.976Z Downloaded defmt-macros v1.0.1
6182026-07-01T19:11:27.979Z Downloaded hyper-tls v0.6.0
6192026-07-01T19:11:27.979Z Downloaded hubpack v0.1.2
6202026-07-01T19:11:27.982Z Downloaded httpdate v1.0.3
6212026-07-01T19:11:27.982Z Downloaded hex v0.4.3
6222026-07-01T19:11:27.982Z Downloaded ident_case v1.0.1
6232026-07-01T19:11:27.985Z Downloaded headers-core v0.3.0
6242026-07-01T19:11:27.985Z Downloaded illumos-nvpair-sys v0.2.0
6252026-07-01T19:11:27.985Z Downloaded darling v0.21.3
6262026-07-01T19:11:27.988Z Downloaded indent_write v2.2.0
6272026-07-01T19:11:27.991Z Downloaded const-oid v0.10.2
6282026-07-01T19:11:27.991Z Downloaded chacha20 v0.10.0
6292026-07-01T19:11:27.994Z Downloaded hubpack_derive v0.1.1
6302026-07-01T19:11:27.994Z Downloaded ecdsa v0.16.9
6312026-07-01T19:11:27.994Z Downloaded console v0.16.2
6322026-07-01T19:11:27.998Z Downloaded idna_adapter v1.2.1
6332026-07-01T19:11:27.998Z Downloaded der_derive v0.7.3
6342026-07-01T19:11:27.998Z Downloaded darling v0.23.0
6352026-07-01T19:11:28.002Z Downloaded displaydoc v0.2.5
6362026-07-01T19:11:28.002Z Downloaded erased-serde v0.3.31
6372026-07-01T19:11:28.007Z Downloaded bzip2 v0.4.4
6382026-07-01T19:11:28.007Z Downloaded fs_extra v1.3.0
6392026-07-01T19:11:28.009Z Downloaded hex-literal v0.4.1
6402026-07-01T19:11:28.010Z Downloaded data-encoding v2.10.0
6412026-07-01T19:11:28.010Z Downloaded group v0.13.0
6422026-07-01T19:11:28.010Z Downloaded glob v0.3.3
6432026-07-01T19:11:28.010Z Downloaded ff v0.13.1
6442026-07-01T19:11:28.013Z Downloaded const_format_proc_macros v0.2.34
6452026-07-01T19:11:28.013Z Downloaded cassowary v0.3.0
6462026-07-01T19:11:28.017Z Downloaded illumos-nvpair v0.3.0
6472026-07-01T19:11:28.017Z Downloaded instability v0.3.11
6482026-07-01T19:11:28.017Z Downloaded inout v0.1.4
6492026-07-01T19:11:28.017Z Downloaded is-terminal v0.4.17
6502026-07-01T19:11:28.079Z Downloaded derive-where v1.6.0
6512026-07-01T19:11:28.079Z Downloaded derive_builder_macro v0.20.2
6522026-07-01T19:11:28.079Z Downloaded colored v2.2.0
6532026-07-01T19:11:28.084Z Downloaded futures-channel v0.3.32
6542026-07-01T19:11:28.084Z Downloaded highway v1.3.0
6552026-07-01T19:11:28.084Z Downloaded lalrpop-util v0.19.12
6562026-07-01T19:11:28.084Z Downloaded is_ci v1.2.0
6572026-07-01T19:11:28.084Z Downloaded internet-checksum v0.2.1
6582026-07-01T19:11:28.084Z Downloaded instant v0.1.13
6592026-07-01T19:11:28.084Z Downloaded futures-executor v0.3.32
6602026-07-01T19:11:28.084Z Downloaded futures-sink v0.3.32
6612026-07-01T19:11:28.085Z Downloaded enum-as-inner v0.6.1
6622026-07-01T19:11:28.085Z Downloaded ahash v0.8.12
6632026-07-01T19:11:28.085Z Downloaded ed25519 v2.2.3
6642026-07-01T19:11:28.085Z Downloaded defmt v1.0.1
6652026-07-01T19:11:28.085Z Downloaded corncobs v0.1.4
6662026-07-01T19:11:28.085Z Downloaded lazy_static v1.5.0
6672026-07-01T19:11:28.085Z Downloaded camino-tempfile-ext v0.3.3
6682026-07-01T19:11:28.085Z Downloaded home v0.5.12
6692026-07-01T19:11:28.085Z Downloaded globset v0.4.18
6702026-07-01T19:11:28.085Z Downloaded getrandom v0.2.17
6712026-07-01T19:11:28.085Z Downloaded linked-hash-map v0.5.6
6722026-07-01T19:11:28.085Z Downloaded libscf-sys v1.1.0
6732026-07-01T19:11:28.085Z Downloaded humantime v2.3.0
6742026-07-01T19:11:28.085Z Downloaded either v1.15.0
6752026-07-01T19:11:28.085Z Downloaded der v0.7.10
6762026-07-01T19:11:28.085Z Downloaded lru-slab v0.1.2
6772026-07-01T19:11:28.085Z Downloaded memoffset v0.9.1
6782026-07-01T19:11:28.085Z Downloaded managed v0.8.0
6792026-07-01T19:11:28.085Z Downloaded lru-cache v0.1.2
6802026-07-01T19:11:28.085Z Downloaded match_cfg v0.1.0
6812026-07-01T19:11:28.085Z Downloaded md5 v0.7.0
6822026-07-01T19:11:28.085Z Downloaded lzss v0.8.2
6832026-07-01T19:11:28.085Z Downloaded md-5 v0.10.6
6842026-07-01T19:11:28.085Z Downloaded lru v0.12.5
6852026-07-01T19:11:28.085Z Downloaded compact_str v0.8.1
6862026-07-01T19:11:28.085Z Downloaded maplit v1.0.2
6872026-07-01T19:11:28.085Z Downloaded drift v0.2.0
6882026-07-01T19:11:28.086Z Downloaded half v1.8.3
6892026-07-01T19:11:28.086Z Downloaded impl-trait-for-tuples v0.2.3
6902026-07-01T19:11:28.086Z Downloaded newline-converter v0.3.0
6912026-07-01T19:11:28.086Z Downloaded new_debug_unreachable v1.0.6
6922026-07-01T19:11:28.086Z Downloaded multimap v0.10.1
6932026-07-01T19:11:28.086Z Downloaded clang-sys v1.8.1
6942026-07-01T19:11:28.086Z Downloaded bytes v1.11.1
6952026-07-01T19:11:28.093Z Downloaded mime v0.3.17
6962026-07-01T19:11:28.093Z Downloaded base64 v0.21.7
6972026-07-01T19:11:28.096Z Downloaded indoc v2.0.7
6982026-07-01T19:11:28.096Z Downloaded indoc v1.0.9
6992026-07-01T19:11:28.096Z Downloaded nodrop v0.1.14
7002026-07-01T19:11:28.096Z Downloaded newtype_derive v0.1.6
7012026-07-01T19:11:28.096Z Downloaded newtype-uuid-macros v0.1.0
7022026-07-01T19:11:28.096Z Downloaded const_format v0.2.35
7032026-07-01T19:11:28.100Z Downloaded normalize-line-endings v0.3.0
7042026-07-01T19:11:28.100Z Downloaded ingot-types v0.1.2
7052026-07-01T19:11:28.104Z Downloaded num v0.4.3
7062026-07-01T19:11:28.104Z Downloaded crossbeam-deque v0.8.6
7072026-07-01T19:11:28.104Z Downloaded crossbeam-channel v0.5.15
7082026-07-01T19:11:28.107Z Downloaded futures v0.3.32
7092026-07-01T19:11:28.110Z Downloaded hmac v0.12.1
7102026-07-01T19:11:28.110Z Downloaded darling_core v0.21.3
7112026-07-01T19:11:28.113Z Downloaded num-conv v0.2.0
7122026-07-01T19:11:28.113Z Downloaded nonempty v0.12.0
7132026-07-01T19:11:28.116Z Downloaded libloading v0.8.9
7142026-07-01T19:11:28.116Z Downloaded num-iter v0.1.45
7152026-07-01T19:11:28.116Z Downloaded jobserver v0.1.34
7162026-07-01T19:11:28.120Z Downloaded num-derive v0.4.2
7172026-07-01T19:11:28.120Z Downloaded chacha20 v0.9.1
7182026-07-01T19:11:28.122Z Downloaded keccak v0.1.6
7192026-07-01T19:11:28.123Z Downloaded ipnetwork v0.21.1
7202026-07-01T19:11:28.123Z Downloaded ipnet v2.11.0
7212026-07-01T19:11:28.125Z Downloaded hyper-rustls v0.27.7
7222026-07-01T19:11:28.126Z Downloaded arc-swap v1.8.2
7232026-07-01T19:11:28.128Z Downloaded httparse v1.10.1
7242026-07-01T19:11:28.132Z Downloaded mime_guess v2.0.5
7252026-07-01T19:11:28.132Z Downloaded num_enum_derive v0.5.11
7262026-07-01T19:11:28.132Z Downloaded hyper-staticfile v0.10.1
7272026-07-01T19:11:28.135Z Downloaded flume v0.11.1
7282026-07-01T19:11:28.135Z Downloaded kstat-rs v0.2.4
7292026-07-01T19:11:28.138Z Downloaded hybrid-array v0.4.10
7302026-07-01T19:11:28.138Z Downloaded openssl-probe v0.2.1
7312026-07-01T19:11:28.141Z Downloaded maybe-uninit v2.0.0
7322026-07-01T19:11:28.141Z Downloaded linear-map v1.2.0
7332026-07-01T19:11:28.141Z Downloaded libsw v3.5.0
7342026-07-01T19:11:28.146Z Downloaded elliptic-curve v0.13.8
7352026-07-01T19:11:28.146Z Downloaded olpc-cjson v0.1.4
7362026-07-01T19:11:28.146Z Downloaded num_threads v0.1.7
7372026-07-01T19:11:28.146Z Downloaded openssl-macros v0.1.1
7382026-07-01T19:11:28.150Z Downloaded darling_core v0.20.11
7392026-07-01T19:11:28.150Z Downloaded openssl-probe v0.1.6
7402026-07-01T19:11:28.154Z Downloaded half v2.7.1
7412026-07-01T19:11:28.154Z Downloaded dropshot_endpoint v0.17.1
7422026-07-01T19:11:28.159Z Downloaded cc v1.2.56
7432026-07-01T19:11:28.159Z Downloaded ar_archive_writer v0.5.1
7442026-07-01T19:11:28.162Z Downloaded bumpalo v3.20.2
7452026-07-01T19:11:28.162Z Downloaded lock_api v0.4.14
7462026-07-01T19:11:28.162Z Downloaded libsw-core v0.3.2
7472026-07-01T19:11:28.166Z Downloaded iana-time-zone v0.1.65
7482026-07-01T19:11:28.166Z Downloaded nanorand v0.7.0
7492026-07-01T19:11:28.169Z Downloaded newtype-uuid v1.3.2
7502026-07-01T19:11:28.169Z Downloaded multer v3.1.0
7512026-07-01T19:11:28.169Z Downloaded fatfs v0.3.6
7522026-07-01T19:11:28.172Z Downloaded packed_struct_codegen v0.10.1
7532026-07-01T19:11:28.172Z Downloaded oso-derive v0.27.3
7542026-07-01T19:11:28.172Z Downloaded ingot v0.1.1
7552026-07-01T19:11:28.175Z Downloaded native-tls v0.2.18
7562026-07-01T19:11:28.175Z Downloaded ingot-macros v0.1.1
7572026-07-01T19:11:28.175Z Downloaded darling_core v0.13.4
7582026-07-01T19:11:28.179Z Downloaded path-slash v0.1.5
7592026-07-01T19:11:28.180Z Downloaded libefi-sys v0.1.0
7602026-07-01T19:11:28.183Z Downloaded nibble_vec v0.1.0
7612026-07-01T19:11:28.183Z Downloaded http-body-util v0.1.3
7622026-07-01T19:11:28.183Z Downloaded base64 v0.22.1
7632026-07-01T19:11:28.186Z Downloaded num-derive v0.3.3
7642026-07-01T19:11:28.190Z Downloaded pbkdf2 v0.12.2
7652026-07-01T19:11:28.193Z Downloaded pbkdf2 v0.11.0
7662026-07-01T19:11:28.193Z Downloaded peg-runtime v0.8.5
7672026-07-01T19:11:28.199Z Downloaded num_enum v0.7.6
7682026-07-01T19:11:28.201Z Downloaded num-integer v0.1.46
7692026-07-01T19:11:28.204Z Downloaded num-complex v0.4.6
7702026-07-01T19:11:28.204Z Downloaded memmap2 v0.9.10
7712026-07-01T19:11:28.207Z Downloaded percent-encoding v2.3.2
7722026-07-01T19:11:28.207Z Downloaded num_enum_derive v0.7.6
7732026-07-01T19:11:28.207Z Downloaded opaque-debug v0.3.1
7742026-07-01T19:11:28.211Z Downloaded num_enum v0.5.11
7752026-07-01T19:11:28.213Z Downloaded parse-size v1.1.0
7762026-07-01T19:11:28.214Z Downloaded ignore v0.4.25
7772026-07-01T19:11:28.214Z Downloaded phf_shared v0.11.3
7782026-07-01T19:11:28.217Z Downloaded chacha20poly1305 v0.10.1
7792026-07-01T19:11:28.217Z Downloaded flate2 v1.1.9
7802026-07-01T19:11:28.221Z Downloaded heapless v0.8.0
7812026-07-01T19:11:28.224Z Downloaded heapless v0.7.17
7822026-07-01T19:11:28.224Z Downloaded phf_shared v0.13.1
7832026-07-01T19:11:28.228Z Downloaded phf_shared v0.12.1
7842026-07-01T19:11:28.228Z Downloaded predicates-core v1.0.10
7852026-07-01T19:11:28.228Z Downloaded async-compression v0.4.41
7862026-07-01T19:11:28.232Z Downloaded potential_utf v0.1.4
7872026-07-01T19:11:28.232Z Downloaded parse-display v0.10.0
7882026-07-01T19:11:28.238Z Downloaded icu_properties v2.1.2
7892026-07-01T19:11:28.238Z Downloaded darling_core v0.23.0
7902026-07-01T19:11:28.241Z Downloaded predicates-tree v1.0.13
7912026-07-01T19:11:28.241Z Downloaded ed25519-dalek v2.2.0
7922026-07-01T19:11:28.241Z Downloaded proc-macro-error-attr2 v2.0.0
7932026-07-01T19:11:28.241Z Downloaded progenitor-macro v0.14.0
7942026-07-01T19:11:28.241Z Downloaded oxnet v0.1.6
7952026-07-01T19:11:28.245Z Downloaded proc-macro-crate v1.3.1
7962026-07-01T19:11:28.245Z Downloaded diesel_derives v2.3.7
7972026-07-01T19:11:28.248Z Downloaded packed_struct v0.10.1
7982026-07-01T19:11:28.263Z Downloaded quick-error v1.2.3
7992026-07-01T19:11:28.268Z Downloaded progenitor-client v0.14.0
8002026-07-01T19:11:28.268Z Downloaded paste v1.0.15
8012026-07-01T19:11:28.268Z Downloaded progenitor-macro v0.13.0
8022026-07-01T19:11:28.271Z Downloaded parse-display-derive v0.10.0
8032026-07-01T19:11:28.271Z Downloaded password-hash v0.5.0
8042026-07-01T19:11:28.271Z Downloaded password-hash v0.4.2
8052026-07-01T19:11:28.271Z Downloaded psl-types v2.0.11
8062026-07-01T19:11:28.274Z Downloaded proc-macro-crate v3.4.0
8072026-07-01T19:11:28.274Z Downloaded phf v0.13.1
8082026-07-01T19:11:28.277Z Downloaded num-rational v0.4.2
8092026-07-01T19:11:28.277Z Downloaded icu_normalizer_data v2.1.1
8102026-07-01T19:11:28.280Z Downloaded radium v0.7.0
8112026-07-01T19:11:28.280Z Downloaded libbz2-rs-sys v0.2.2
8122026-07-01T19:11:28.280Z Downloaded icu_normalizer v2.1.1
8132026-07-01T19:11:28.283Z Downloaded pem-rfc7468 v0.7.0
8142026-07-01T19:11:28.286Z Downloaded pem v3.0.6
8152026-07-01T19:11:28.286Z Downloaded poly1305 v0.8.0
8162026-07-01T19:11:28.289Z Downloaded peg-macros v0.8.5
8172026-07-01T19:11:28.289Z Downloaded litrs v1.0.0
8182026-07-01T19:11:28.289Z Downloaded icu_locale_core v2.1.1
8192026-07-01T19:11:28.293Z Downloaded powerfmt v0.2.0
8202026-07-01T19:11:28.296Z Downloaded phf v0.12.1
8212026-07-01T19:11:28.296Z Downloaded headers v0.4.1
8222026-07-01T19:11:28.298Z Downloaded getrandom v0.3.4
8232026-07-01T19:11:28.302Z Downloaded rand_chacha v0.3.1
8242026-07-01T19:11:28.302Z Downloaded pkcs8 v0.10.2
8252026-07-01T19:11:28.305Z Downloaded oxide-tokio-rt v0.1.4
8262026-07-01T19:11:28.305Z Downloaded nu-ansi-term v0.50.3
8272026-07-01T19:11:28.308Z Downloaded rand_xorshift v0.4.0
8282026-07-01T19:11:28.308Z Downloaded ppv-lite86 v0.2.21
8292026-07-01T19:11:28.308Z Downloaded polyval v0.6.2
8302026-07-01T19:11:28.311Z Downloaded predicates v3.1.4
8312026-07-01T19:11:28.311Z Downloaded indicatif v0.18.4
8322026-07-01T19:11:28.315Z Downloaded ref-cast-impl v1.0.25
8332026-07-01T19:11:28.315Z Downloaded primeorder v0.13.6
8342026-07-01T19:11:28.320Z Downloaded progenitor v0.14.0
8352026-07-01T19:11:28.320Z Downloaded parking_lot_core v0.9.12
8362026-07-01T19:11:28.320Z Downloaded owo-colors v4.3.0
8372026-07-01T19:11:28.323Z Downloaded hickory-resolver v0.24.4
8382026-07-01T19:11:28.323Z Downloaded parking_lot v0.12.5
8392026-07-01T19:11:28.326Z Downloaded recursive-proc-macro-impl v0.1.1
8402026-07-01T19:11:28.326Z Downloaded recursive v0.1.1
8412026-07-01T19:11:28.326Z Downloaded hickory-resolver v0.25.2
8422026-07-01T19:11:28.329Z Downloaded progenitor-client v0.13.0
8432026-07-01T19:11:28.329Z Downloaded peg v0.8.5
8442026-07-01T19:11:28.332Z Downloaded progenitor v0.13.0
8452026-07-01T19:11:28.335Z Downloaded parking_lot v0.11.2
8462026-07-01T19:11:28.335Z Downloaded parking_lot_core v0.8.6
8472026-07-01T19:11:28.335Z Downloaded rfc6979 v0.4.0
8482026-07-01T19:11:28.338Z Downloaded psm v0.1.30
8492026-07-01T19:11:28.341Z Downloaded proc-macro-error2 v2.0.1
8502026-07-01T19:11:28.341Z Downloaded postgres-protocol v0.6.10
8512026-07-01T19:11:28.346Z Downloaded rtoolbox v0.0.3
8522026-07-01T19:11:28.346Z Downloaded indexmap v1.9.3
8532026-07-01T19:11:28.350Z Downloaded pkg-config v0.3.32
8542026-07-01T19:11:28.350Z Downloaded num-traits v0.2.19
8552026-07-01T19:11:28.350Z Downloaded russh-cryptovec v0.7.3
8562026-07-01T19:11:28.350Z Downloaded aes v0.8.4
8572026-07-01T19:11:28.386Z Downloaded icu_collections v2.1.1
8582026-07-01T19:11:28.386Z Downloaded rand_core v0.9.5
8592026-07-01T19:11:28.386Z Downloaded oso v0.27.3
8602026-07-01T19:11:28.386Z Downloaded rand_core v0.6.4
8612026-07-01T19:11:28.386Z Downloaded r2d2 v0.8.10
8622026-07-01T19:11:28.386Z Downloaded pin-project-internal v1.1.11
8632026-07-01T19:11:28.386Z Downloaded rustc_version v0.4.1
8642026-07-01T19:11:28.386Z Downloaded rustc_version v0.1.7
8652026-07-01T19:11:28.386Z Downloaded pkcs1 v0.7.5
8662026-07-01T19:11:28.386Z Downloaded derive_more-impl v2.1.1
8672026-07-01T19:11:28.386Z Downloaded derive_more v2.1.1
8682026-07-01T19:11:28.400Z Downloaded rand_seeder v0.4.0
8692026-07-01T19:11:28.400Z Downloaded rand_core v0.10.0
8702026-07-01T19:11:28.400Z Downloaded same-file v1.0.6
8712026-07-01T19:11:28.400Z Downloaded postgres-types v0.2.12
8722026-07-01T19:11:28.400Z Downloaded scheduled-thread-pool v0.2.7
8732026-07-01T19:11:28.400Z Downloaded sapling-renderdag v0.1.0
8742026-07-01T19:11:28.400Z Downloaded salsa20 v0.10.2
8752026-07-01T19:11:28.400Z Downloaded pin-project-lite v0.2.17
8762026-07-01T19:11:28.400Z Downloaded omicron-zone-package v0.12.3
8772026-07-01T19:11:28.400Z Downloaded secrecy v0.8.0
8782026-07-01T19:11:28.400Z Downloaded p256 v0.13.2
8792026-07-01T19:11:28.400Z Downloaded rand_chacha v0.9.0
8802026-07-01T19:11:28.400Z Downloaded expectorate v1.2.0
8812026-07-01T19:11:28.401Z Downloaded scopeguard v1.2.0
8822026-07-01T19:11:28.401Z Downloaded scroll_derive v0.13.1
8832026-07-01T19:11:28.401Z Downloaded jiff-static v0.2.21
8842026-07-01T19:11:28.401Z Downloaded http v1.4.2
8852026-07-01T19:11:28.401Z Downloaded crypto-bigint v0.5.5
8862026-07-01T19:11:28.415Z Downloaded ref-cast v1.0.25
8872026-07-01T19:11:28.415Z Downloaded progenitor-extras v0.2.0
8882026-07-01T19:11:28.415Z Downloaded precomputed-hash v0.1.1
8892026-07-01T19:11:28.415Z Downloaded icu_provider v2.1.1
8902026-07-01T19:11:28.415Z Downloaded serde_bytes v0.11.19
8912026-07-01T19:11:28.415Z Downloaded scrypt v0.11.0
8922026-07-01T19:11:28.415Z Downloaded serde_plain v1.0.2
8932026-07-01T19:11:28.415Z Downloaded serde-big-array v0.5.1
8942026-07-01T19:11:28.415Z Downloaded seq-macro v0.3.6
8952026-07-01T19:11:28.422Z Downloaded semver v0.1.20
8962026-07-01T19:11:28.422Z Downloaded secrecy v0.10.3
8972026-07-01T19:11:28.422Z Downloaded litemap v0.8.1
8982026-07-01T19:11:28.422Z Downloaded serde_repr v0.1.20
8992026-07-01T19:11:28.423Z Downloaded resolv-conf v0.7.6
9002026-07-01T19:11:28.427Z Downloaded miniz_oxide v0.8.9
9012026-07-01T19:11:28.430Z Downloaded sha1 v0.10.6
9022026-07-01T19:11:28.431Z Downloaded serde_urlencoded v0.7.1
9032026-07-01T19:11:28.436Z Downloaded rustls-native-certs v0.8.3
9042026-07-01T19:11:28.441Z Downloaded rustversion v1.0.22
9052026-07-01T19:11:28.441Z Downloaded pin-project v1.1.11
9062026-07-01T19:11:28.444Z Downloaded shell-words v1.1.1
9072026-07-01T19:11:28.447Z Downloaded openssl-sys v0.9.115
9082026-07-01T19:11:28.450Z Downloaded signal-hook-tokio v0.3.1
9092026-07-01T19:11:28.450Z Downloaded rusty-fork v0.3.1
9102026-07-01T19:11:28.450Z Downloaded pkcs5 v0.7.1
9112026-07-01T19:11:28.453Z Downloaded signature v2.2.0
9122026-07-01T19:11:28.456Z Downloaded signal-hook-mio v0.2.5
9132026-07-01T19:11:28.456Z Downloaded hyper-util v0.1.20
9142026-07-01T19:11:28.459Z Downloaded sigpipe v0.1.3
9152026-07-01T19:11:28.459Z Downloaded postcard v1.1.3
9162026-07-01T19:11:28.462Z Downloaded crossterm v0.28.1
9172026-07-01T19:11:28.467Z Downloaded siphasher v1.0.2
9182026-07-01T19:11:28.470Z Downloaded papergrid v0.17.0
9192026-07-01T19:11:28.470Z Downloaded sec1 v0.7.3
9202026-07-01T19:11:28.473Z Downloaded slog-bunyan v2.5.0
9212026-07-01T19:11:28.473Z Downloaded scroll v0.13.0
9222026-07-01T19:11:28.473Z Downloaded schemars_derive v0.8.22
9232026-07-01T19:11:28.476Z Downloaded hashbrown v0.12.3
9242026-07-01T19:11:28.480Z Downloaded slog-envlogger v2.2.0
9252026-07-01T19:11:28.480Z Downloaded hickory-server v0.25.2
9262026-07-01T19:11:28.487Z Downloaded crossterm v0.29.0
9272026-07-01T19:11:28.491Z Downloaded rustc-hash v2.1.1
9282026-07-01T19:11:28.491Z Downloaded serde_derive_internals v0.29.1
9292026-07-01T19:11:28.495Z Downloaded serde-hex v0.1.0
9302026-07-01T19:11:28.499Z Downloaded serde_path_to_error v0.1.20
9312026-07-01T19:11:28.503Z Downloaded serde_spanned v1.1.1
9322026-07-01T19:11:28.507Z Downloaded ssh-cipher v0.2.0
9332026-07-01T19:11:28.510Z Downloaded quinn-udp v0.5.14
9342026-07-01T19:11:28.510Z Downloaded progenitor-impl v0.13.0
9352026-07-01T19:11:28.510Z Downloaded aes-gcm v0.10.3
9362026-07-01T19:11:28.516Z Downloaded rustls-pemfile v2.2.0
9372026-07-01T19:11:28.520Z Downloaded serde_with_macros v1.5.2
9382026-07-01T19:11:28.520Z Downloaded sqlparser_derive v0.5.0
9392026-07-01T19:11:28.520Z Downloaded ssh-encoding v0.2.0
9402026-07-01T19:11:28.520Z Downloaded sha1 v0.11.0
9412026-07-01T19:11:28.520Z Downloaded rustls-pki-types v1.14.0
9422026-07-01T19:11:28.523Z Downloaded stable_deref_trait v1.2.1
9432026-07-01T19:11:28.523Z Downloaded minimal-lexical v0.2.1
9442026-07-01T19:11:28.527Z Downloaded dropshot-api-manager v0.7.2
9452026-07-01T19:11:28.530Z Downloaded structmeta-derive v0.3.0
9462026-07-01T19:11:28.530Z Downloaded strum v0.27.2
9472026-07-01T19:11:28.533Z Downloaded structmeta v0.3.0
9482026-07-01T19:11:28.533Z Downloaded strip-ansi-escapes v0.2.1
9492026-07-01T19:11:28.533Z Downloaded slab v0.4.12
9502026-07-01T19:11:28.533Z Downloaded simd-adler32 v0.3.8
9512026-07-01T19:11:28.537Z Downloaded subtle v2.6.1
9522026-07-01T19:11:28.537Z Downloaded strum v0.26.3
9532026-07-01T19:11:28.537Z Downloaded slog-scope v4.4.1
9542026-07-01T19:11:28.540Z Downloaded slog-async v2.8.0
9552026-07-01T19:11:28.540Z Downloaded signal-hook-registry v1.4.8
9562026-07-01T19:11:28.540Z Downloaded strsim v0.10.0
9572026-07-01T19:11:28.543Z Downloaded prefix-trie v0.7.0
9582026-07-01T19:11:28.543Z Downloaded sync_wrapper v1.0.2
9592026-07-01T19:11:28.546Z Downloaded prettyplease v0.2.37
9602026-07-01T19:11:28.549Z Downloaded supports-color v3.0.2
9612026-07-01T19:11:28.549Z Downloaded slog-dtrace v0.3.0
9622026-07-01T19:11:28.549Z Downloaded shlex v1.3.0
9632026-07-01T19:11:28.556Z Downloaded smf v0.2.3
9642026-07-01T19:11:28.556Z Downloaded slog-json v2.6.1
9652026-07-01T19:11:28.556Z Downloaded hashbrown v0.13.2
9662026-07-01T19:11:28.561Z Downloaded smallvec v0.6.14
9672026-07-01T19:11:28.565Z Downloaded serde_cbor v0.11.2
9682026-07-01T19:11:28.566Z Downloaded tap v1.0.1
9692026-07-01T19:11:28.566Z Downloaded sync-ptr v0.1.4
9702026-07-01T19:11:28.566Z Downloaded slog-stdlog v4.1.1
9712026-07-01T19:11:28.570Z Downloaded take_mut v0.2.2
9722026-07-01T19:11:28.570Z Downloaded tagptr v0.2.0
9732026-07-01T19:11:28.570Z Downloaded tabwriter v1.4.1
9742026-07-01T19:11:28.573Z Downloaded thiserror-impl-no-std v2.0.2
9752026-07-01T19:11:28.579Z Downloaded progenitor-impl v0.14.0
9762026-07-01T19:11:28.582Z Downloaded termtree v0.5.1
9772026-07-01T19:11:28.582Z Downloaded snafu-derive v0.8.9
9782026-07-01T19:11:28.585Z Downloaded russh-keys v0.45.0
9792026-07-01T19:11:28.591Z Downloaded sqlformat v0.3.5
9802026-07-01T19:11:28.594Z Downloaded spki v0.7.3
9812026-07-01T19:11:28.597Z Downloaded time-core v0.1.8
9822026-07-01T19:11:28.597Z Downloaded serde_with_macros v3.17.0
9832026-07-01T19:11:28.597Z Downloaded slog-term v2.9.2
9842026-07-01T19:11:28.601Z Downloaded testing_table v0.3.0
9852026-07-01T19:11:28.601Z Downloaded stringprep v0.1.5
9862026-07-01T19:11:28.604Z Downloaded thread-id v5.1.0
9872026-07-01T19:11:28.605Z Downloaded static_assertions v1.1.0
9882026-07-01T19:11:28.605Z Downloaded string_cache v0.8.9
9892026-07-01T19:11:28.605Z Downloaded stacker v0.1.23
9902026-07-01T19:11:28.607Z Downloaded tinyvec_macros v0.1.1
9912026-07-01T19:11:28.607Z Downloaded hashbrown v0.15.5
9922026-07-01T19:11:28.610Z Downloaded itertools v0.10.5
9932026-07-01T19:11:28.614Z Downloaded rustls-platform-verifier v0.6.2
9942026-07-01T19:11:28.617Z Downloaded tabled_derive v0.11.0
9952026-07-01T19:11:28.617Z Downloaded strum_macros v0.24.3
9962026-07-01T19:11:28.621Z Downloaded schemars v0.8.22
9972026-07-01T19:11:28.625Z Downloaded num-bigint v0.4.6
9982026-07-01T19:11:28.629Z Downloaded rayon-core v1.13.0
9992026-07-01T19:11:28.631Z Downloaded support-bundle-viewer v0.1.2
10002026-07-01T19:11:28.634Z Downloaded qorb v0.4.1
10012026-07-01T19:11:28.639Z Downloaded nom v7.1.3
10022026-07-01T19:11:28.642Z Downloaded tokio-macros v2.7.0
10032026-07-01T19:11:28.642Z Downloaded pretty_assertions v1.4.1
10042026-07-01T19:11:28.642Z Downloaded mio v1.2.0
10052026-07-01T19:11:28.645Z Downloaded synstructure v0.13.2
10062026-07-01T19:11:28.645Z Downloaded termios v0.3.3
10072026-07-01T19:11:28.649Z Downloaded ron v0.8.1
10082026-07-01T19:11:28.652Z Downloaded tokio-test v0.4.5
10092026-07-01T19:11:28.655Z Downloaded topological-sort v0.2.2
10102026-07-01T19:11:28.655Z Downloaded libxml v0.3.3
10112026-07-01T19:11:28.661Z Downloaded quinn v0.11.9
10122026-07-01T19:11:28.666Z Downloaded hashbrown v0.16.1
10132026-07-01T19:11:28.669Z Downloaded signal-hook v0.3.18
10142026-07-01T19:11:28.672Z Downloaded aho-corasick v1.1.4
10152026-07-01T19:11:28.675Z Downloaded thiserror-no-std v2.0.2
10162026-07-01T19:11:28.679Z Downloaded trait-variant v0.1.2
10172026-07-01T19:11:28.679Z Downloaded try-lock v0.2.5
10182026-07-01T19:11:28.682Z Downloaded tower-service v0.3.3
10192026-07-01T19:11:28.682Z Downloaded tower-layer v0.3.3
10202026-07-01T19:11:28.682Z Downloaded tiny-keccak v2.0.2
10212026-07-01T19:11:28.685Z Downloaded ryu v1.0.23
10222026-07-01T19:11:28.685Z Downloaded unarray v0.1.4
10232026-07-01T19:11:28.689Z Downloaded typify-macro v0.6.2
10242026-07-01T19:11:28.689Z Downloaded serde_yaml v0.9.34+deprecated
10252026-07-01T19:11:28.689Z Downloaded time-macros v0.2.27
10262026-07-01T19:11:28.692Z Downloaded universal-hash v0.5.1
10272026-07-01T19:11:28.692Z Downloaded unit-prefix v0.5.2
10282026-07-01T19:11:28.692Z Downloaded tokio-native-tls v0.3.1
10292026-07-01T19:11:28.696Z Downloaded publicsuffix v2.3.0
10302026-07-01T19:11:28.696Z Downloaded rcgen v0.12.1
10312026-07-01T19:11:28.699Z Downloaded num-bigint-dig v0.8.6
10322026-07-01T19:11:28.703Z Downloaded tls_codec_derive v0.4.2
10332026-07-01T19:11:28.703Z Downloaded tokio-dtrace v0.1.1
10342026-07-01T19:11:28.706Z Downloaded strum_macros v0.27.2
10352026-07-01T19:11:28.706Z Downloaded utf-8 v0.7.6
10362026-07-01T19:11:28.706Z Downloaded unicode-truncate v1.1.0
10372026-07-01T19:11:28.706Z Downloaded tls_codec v0.4.2
10382026-07-01T19:11:28.711Z Downloaded usdt-attr-macro v0.6.0
10392026-07-01T19:11:28.711Z Downloaded unicode-xid v0.2.6
10402026-07-01T19:11:28.711Z Downloaded strum_macros v0.26.4
10412026-07-01T19:11:28.715Z Downloaded slog v2.8.2
10422026-07-01T19:11:28.715Z Downloaded itertools v0.12.1
10432026-07-01T19:11:28.718Z Downloaded itertools v0.13.0
10442026-07-01T19:11:28.721Z Downloaded iri-string v0.7.10
10452026-07-01T19:11:28.725Z Downloaded rsa v0.9.10
10462026-07-01T19:11:28.728Z Downloaded usdt-macro v0.6.0
10472026-07-01T19:11:28.732Z Downloaded term v0.7.0
10482026-07-01T19:11:28.732Z Downloaded waitgroup v0.1.2
10492026-07-01T19:11:28.732Z Downloaded untrusted v0.9.0
10502026-07-01T19:11:28.735Z Downloaded untrusted v0.7.1
10512026-07-01T19:11:28.736Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10522026-07-01T19:11:28.736Z Downloaded usdt v0.6.0
10532026-07-01T19:11:28.736Z Downloaded void v1.0.2
10542026-07-01T19:11:28.736Z Downloaded toml_writer v1.1.1+spec-1.1.0
10552026-07-01T19:11:28.739Z Downloaded utf8_iter v1.0.4
10562026-07-01T19:11:28.739Z Downloaded thread_local v1.1.9
10572026-07-01T19:11:28.739Z Downloaded term v1.2.1
10582026-07-01T19:11:28.742Z Downloaded hyper v1.10.1
10592026-07-01T19:11:28.746Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10602026-07-01T19:11:28.746Z Downloaded spin v0.9.8
10612026-07-01T19:11:28.750Z Downloaded rustls-webpki v0.103.9
10622026-07-01T19:11:28.750Z Downloaded rand v0.8.6
10632026-07-01T19:11:28.753Z Downloaded schemars v0.9.0
10642026-07-01T19:11:28.759Z Downloaded tui-tree-widget v0.23.1
10652026-07-01T19:11:28.765Z Downloaded wait-timeout v0.2.1
10662026-07-01T19:11:28.765Z Downloaded samael v0.0.19
10672026-07-01T19:11:28.769Z Downloaded nom v8.0.0
10682026-07-01T19:11:28.769Z Downloaded tokio-tungstenite v0.23.1
10692026-07-01T19:11:28.772Z Downloaded tokio-stream v0.1.18
10702026-07-01T19:11:28.775Z Downloaded yoke-derive v0.8.1
10712026-07-01T19:11:28.775Z Downloaded xshell-macros v0.2.7
10722026-07-01T19:11:28.775Z Downloaded want v0.3.1
10732026-07-01T19:11:28.775Z Downloaded schemars v1.2.1
10742026-07-01T19:11:28.783Z Downloaded subprocess v0.2.15
10752026-07-01T19:11:28.787Z Downloaded socket2 v0.5.10
10762026-07-01T19:11:28.787Z Downloaded h2 v0.4.15
10772026-07-01T19:11:28.790Z Downloaded icu_properties_data v2.1.2
10782026-07-01T19:11:28.796Z Downloaded zerofrom-derive v0.1.6
10792026-07-01T19:11:28.799Z Downloaded zerofrom v0.1.6
10802026-07-01T19:11:28.799Z Downloaded tokio-rustls v0.26.4
10812026-07-01T19:11:28.799Z Downloaded vergen-git2 v9.1.0
10822026-07-01T19:11:28.799Z Downloaded rand v0.9.2
10832026-07-01T19:11:28.802Z Downloaded vergen-lib v9.1.0
10842026-07-01T19:11:28.802Z Downloaded libm v0.2.16
10852026-07-01T19:11:28.807Z Downloaded tokio-tungstenite v0.21.0
10862026-07-01T19:11:28.810Z Downloaded snafu v0.8.9
10872026-07-01T19:11:28.815Z Downloaded zone_cfg_derive v0.3.1
10882026-07-01T19:11:28.815Z Downloaded zeroize_derive v1.4.3
10892026-07-01T19:11:28.815Z Downloaded zone v0.3.1
10902026-07-01T19:11:28.815Z Downloaded itertools v0.14.0
10912026-07-01T19:11:28.819Z Downloaded tracing-attributes v0.1.31
10922026-07-01T19:11:28.823Z Downloaded blake3 v1.8.5
10932026-07-01T19:11:28.827Z Downloaded idna v1.1.0
10942026-07-01T19:11:28.831Z Downloaded unicase v2.9.0
10952026-07-01T19:11:28.831Z Downloaded toml_parser v1.1.2+spec-1.1.0
10962026-07-01T19:11:28.831Z Downloaded futures-util v0.3.32
10972026-07-01T19:11:28.837Z Downloaded vergen-gitcl v1.0.8
10982026-07-01T19:11:28.840Z Downloaded vsss-rs v3.3.4
10992026-07-01T19:11:28.841Z Downloaded xshell v0.2.7
11002026-07-01T19:11:28.844Z Downloaded writeable v0.6.2
11012026-07-01T19:11:28.844Z Downloaded test-strategy v0.4.5
11022026-07-01T19:11:28.847Z Downloaded twox-hash v2.1.2
11032026-07-01T19:11:28.847Z Downloaded tinyvec v1.10.0
11042026-07-01T19:11:28.850Z Downloaded vergen v9.1.0
11052026-07-01T19:11:28.850Z Downloaded socket2 v0.6.3
11062026-07-01T19:11:28.850Z Downloaded iddqd v0.4.2
11072026-07-01T19:11:28.855Z Downloaded p521 v0.13.3
11082026-07-01T19:11:28.859Z Downloaded hkdf v0.12.4
11092026-07-01T19:11:28.862Z Downloaded xattr v1.6.1
11102026-07-01T19:11:28.862Z Downloaded unicode-properties v0.1.4
11112026-07-01T19:11:28.862Z Downloaded wyz v0.5.1
11122026-07-01T19:11:28.865Z Downloaded tracing-core v0.1.36
11132026-07-01T19:11:28.865Z Downloaded tinystr v0.8.2
11142026-07-01T19:11:28.868Z Downloaded smallvec v1.15.1
11152026-07-01T19:11:28.868Z Downloaded zeroize v1.8.2
11162026-07-01T19:11:28.868Z Downloaded steno v0.4.1
11172026-07-01T19:11:28.871Z Downloaded similar v2.7.0
11182026-07-01T19:11:28.875Z Downloaded toml v0.7.8
11192026-07-01T19:11:28.875Z Downloaded tar v0.4.45
11202026-07-01T19:11:28.878Z Downloaded rand v0.10.0
11212026-07-01T19:11:28.881Z Downloaded aws-lc-rs v1.16.3
11222026-07-01T19:11:28.885Z Downloaded zstd-safe v7.2.4
11232026-07-01T19:11:28.890Z Downloaded tungstenite v0.21.0
11242026-07-01T19:11:28.890Z Downloaded zerovec-derive v0.11.2
11252026-07-01T19:11:28.895Z Downloaded whoami v1.6.1
11262026-07-01T19:11:28.898Z Downloaded walkdir v2.5.0
11272026-07-01T19:11:28.901Z Downloaded yoke v0.8.1
11282026-07-01T19:11:28.905Z Downloaded russh v0.45.0
11292026-07-01T19:11:28.909Z Downloaded bitvec v1.0.1
11302026-07-01T19:11:28.915Z Downloaded usdt-impl v0.6.0
11312026-07-01T19:11:28.918Z Downloaded toml_edit v0.23.10+spec-1.0.0
11322026-07-01T19:11:28.921Z Downloaded toml v1.1.2+spec-1.1.0
11332026-07-01T19:11:28.921Z Downloaded unicode-bidi v0.3.18
11342026-07-01T19:11:28.924Z Downloaded vte v0.14.1
11352026-07-01T19:11:28.924Z Downloaded yasna v0.5.2
11362026-07-01T19:11:28.928Z Downloaded whoami v2.1.0
11372026-07-01T19:11:28.928Z Downloaded bindgen v0.71.1
11382026-07-01T19:11:28.931Z Downloaded chrono v0.4.44
11392026-07-01T19:11:28.934Z Downloaded vergen-lib v0.1.6
11402026-07-01T19:11:28.938Z Downloaded rustyline v14.0.0
11412026-07-01T19:11:28.941Z Downloaded zstd v0.13.3
11422026-07-01T19:11:28.941Z Downloaded unsafe-libyaml v0.2.11
11432026-07-01T19:11:28.944Z Downloaded rpassword v7.4.0
11442026-07-01T19:11:28.947Z Downloaded zerocopy v0.6.6
11452026-07-01T19:11:28.950Z Downloaded uuid v1.23.4
11462026-07-01T19:11:28.961Z Downloaded serde_with v1.14.0
11472026-07-01T19:11:28.964Z Downloaded typify v0.6.2
11482026-07-01T19:11:28.967Z Downloaded tungstenite v0.23.0
11492026-07-01T19:11:28.970Z Downloaded toml_edit v0.19.15
11502026-07-01T19:11:28.977Z Downloaded uzers v0.12.2
11512026-07-01T19:11:28.982Z Downloaded tokio-postgres v0.7.16
11522026-07-01T19:11:28.986Z Downloaded ssh-key v0.6.7
11532026-07-01T19:11:28.986Z Downloaded zopfli v0.8.3
11542026-07-01T19:11:28.992Z Downloaded unicode_categories v0.1.1
11552026-07-01T19:11:28.997Z Downloaded reqwest v0.12.28
11562026-07-01T19:11:29.016Z Downloaded rayon v1.11.0
11572026-07-01T19:11:29.021Z Downloaded zip v0.6.6
11582026-07-01T19:11:29.024Z Downloaded git2 v0.20.4
11592026-07-01T19:11:29.039Z Downloaded reedline v0.40.0
11602026-07-01T19:11:29.047Z Downloaded yansi v1.0.1
11612026-07-01T19:11:29.050Z Downloaded zerotrie v0.2.3
11622026-07-01T19:11:29.053Z Downloaded quick-xml v0.37.5
11632026-07-01T19:11:29.063Z Downloaded salty v0.3.0
11642026-07-01T19:11:29.067Z Downloaded p384 v0.13.1
11652026-07-01T19:11:29.077Z Downloaded url v2.5.8
11662026-07-01T19:11:29.148Z Downloaded regex v1.12.3
11672026-07-01T19:11:29.148Z Downloaded moka v0.12.13
11682026-07-01T19:11:29.148Z Downloaded proptest v1.10.0
11692026-07-01T19:11:29.148Z Downloaded reqwest v0.13.2
11702026-07-01T19:11:29.148Z Downloaded tower v0.5.3
11712026-07-01T19:11:29.148Z Downloaded zip v4.6.1
11722026-07-01T19:11:29.148Z Downloaded typed-path v0.9.3
11732026-07-01T19:11:29.148Z Downloaded lalrpop v0.19.12
11742026-07-01T19:11:29.149Z Downloaded zerocopy-derive v0.8.40
11752026-07-01T19:11:29.149Z Downloaded tokio-util v0.7.18
11762026-07-01T19:11:29.149Z Downloaded petname v2.0.2
11772026-07-01T19:11:29.149Z Downloaded curve25519-dalek v4.1.3
11782026-07-01T19:11:29.149Z Downloaded zerovec v0.11.5
11792026-07-01T19:11:29.149Z Downloaded portable-atomic v1.13.1
11802026-07-01T19:11:29.154Z Downloaded x509-cert v0.2.5
11812026-07-01T19:11:29.154Z Downloaded unicode-segmentation v1.12.0
11822026-07-01T19:11:29.154Z Downloaded goblin v0.10.5
11832026-07-01T19:11:29.157Z Downloaded unicode-normalization v0.1.25
11842026-07-01T19:11:29.160Z Downloaded object v0.30.4
11852026-07-01T19:11:29.164Z Downloaded tower-http v0.6.8
11862026-07-01T19:11:29.170Z Downloaded tough v0.22.0
11872026-07-01T19:11:29.204Z Downloaded serde_with v3.17.0
11882026-07-01T19:11:29.223Z Downloaded time v0.3.47
11892026-07-01T19:11:29.233Z Downloaded winnow v0.5.40
11902026-07-01T19:11:29.238Z Downloaded winnow v0.6.26
11912026-07-01T19:11:29.243Z Downloaded bstr v1.12.1
11922026-07-01T19:11:29.250Z Downloaded quinn-proto v0.11.13
11932026-07-01T19:11:29.253Z Downloaded openssl v0.10.79
11942026-07-01T19:11:29.258Z Downloaded nix v0.27.1
11952026-07-01T19:11:29.264Z Downloaded tabled v0.20.0
11962026-07-01T19:11:29.274Z Downloaded radix_trie v0.2.1
11972026-07-01T19:11:29.278Z Downloaded zlib-rs v0.6.2
11982026-07-01T19:11:29.282Z Downloaded regex-syntax v0.6.29
11992026-07-01T19:11:29.286Z Downloaded object v0.37.3
12002026-07-01T19:11:29.294Z Downloaded vcpkg v0.2.15
12012026-07-01T19:11:29.319Z Downloaded nix v0.28.0
12022026-07-01T19:11:29.325Z Downloaded winnow v1.0.3
12032026-07-01T19:11:29.331Z Downloaded polar-core v0.27.3
12042026-07-01T19:11:29.337Z Downloaded hickory-proto v0.24.4
12052026-07-01T19:11:29.346Z Downloaded nix v0.31.2
12062026-07-01T19:11:29.376Z Downloaded regress v0.11.1
12072026-07-01T19:11:29.381Z Downloaded openapiv3 v2.2.0
12082026-07-01T19:11:29.388Z Downloaded regex-syntax v0.8.10
12092026-07-01T19:11:29.392Z Downloaded zerocopy v0.8.40
12102026-07-01T19:11:29.398Z Downloaded regress v0.10.5
12112026-07-01T19:11:29.404Z Downloaded smoltcp v0.11.0
12122026-07-01T19:11:29.409Z Downloaded diesel v2.3.7
12132026-07-01T19:11:29.421Z Downloaded hickory-proto v0.25.2
12142026-07-01T19:11:29.430Z Downloaded dropshot v0.17.1
12152026-07-01T19:11:29.441Z Downloaded smoltcp v0.9.1
12162026-07-01T19:11:29.447Z Downloaded rustls v0.23.41
12172026-07-01T19:11:29.453Z Downloaded rustix v0.38.44
12182026-07-01T19:11:29.485Z Downloaded typify-impl v0.6.2
12192026-07-01T19:11:29.492Z Downloaded tracing v0.1.44
12202026-07-01T19:11:29.503Z Downloaded ratatui v0.29.0
12212026-07-01T19:11:29.513Z Downloaded sqlparser v0.61.0
12222026-07-01T19:11:29.522Z Downloaded bzip2-sys v0.1.13+1.0.8
12232026-07-01T19:11:29.550Z Downloaded sled v0.34.7
12242026-07-01T19:11:29.555Z Downloaded petgraph v0.6.5
12252026-07-01T19:11:29.566Z Downloaded chrono-tz v0.10.4
12262026-07-01T19:11:29.585Z Downloaded petgraph v0.8.3
12272026-07-01T19:11:29.597Z Downloaded zerocopy-derive v0.6.6
12282026-07-01T19:11:29.602Z Downloaded libz-sys v1.1.24
12292026-07-01T19:11:29.616Z Downloaded sha3 v0.10.8
12302026-07-01T19:11:29.631Z Downloaded regex-automata v0.4.14
12312026-07-01T19:11:29.649Z Downloaded jiff v0.2.21
12322026-07-01T19:11:29.667Z Downloaded csv v1.4.0
12332026-07-01T19:11:29.703Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12342026-07-01T19:11:29.725Z Downloaded tokio v1.52.1
12352026-07-01T19:11:29.803Z Downloaded encoding_rs v0.8.35
12362026-07-01T19:11:29.857Z Downloaded ring v0.17.14
12372026-07-01T19:11:29.878Z Downloaded libgit2-sys v0.18.3+1.9.2
12382026-07-01T19:11:30.269Z Downloaded aws-lc-sys v0.40.0
12392026-07-01T19:11:30.481Z Compiling libc v0.2.185
12402026-07-01T19:11:30.481Z Compiling serde_core v1.0.228
12412026-07-01T19:11:30.481Z Compiling serde v1.0.228
12422026-07-01T19:11:30.485Z Compiling log v0.4.29
12432026-07-01T19:11:30.485Z Compiling smallvec v1.15.1
12442026-07-01T19:11:30.485Z Compiling find-msvc-tools v0.1.9
12452026-07-01T19:11:30.485Z Compiling shlex v1.3.0
12462026-07-01T19:11:30.485Z Compiling typenum v1.19.0
12472026-07-01T19:11:30.486Z Compiling subtle v2.6.1
12482026-07-01T19:11:30.636Z Compiling generic-array v0.14.7
12492026-07-01T19:11:30.655Z Compiling scopeguard v1.2.0
12502026-07-01T19:11:30.684Z Compiling stable_deref_trait v1.2.1
12512026-07-01T19:11:30.693Z Compiling const-oid v0.9.6
12522026-07-01T19:11:30.716Z Compiling syn v2.0.117
12532026-07-01T19:11:30.719Z Compiling serde_json v1.0.150
12542026-07-01T19:11:30.738Z Compiling portable-atomic v1.13.1
12552026-07-01T19:11:30.799Z Compiling lock_api v0.4.14
12562026-07-01T19:11:30.832Z Compiling zerocopy v0.8.40
12572026-07-01T19:11:30.844Z Compiling pin-project-lite v0.2.17
12582026-07-01T19:11:30.854Z Compiling parking_lot_core v0.9.12
12592026-07-01T19:11:30.862Z Compiling pkg-config v0.3.32
12602026-07-01T19:11:30.894Z Compiling critical-section v1.2.0
12612026-07-01T19:11:30.947Z Compiling futures-core v0.3.32
12622026-07-01T19:11:30.962Z Compiling libm v0.2.16
12632026-07-01T19:11:31.025Z Compiling num-traits v0.2.19
12642026-07-01T19:11:31.061Z Compiling percent-encoding v2.3.2
12652026-07-01T19:11:31.065Z Compiling writeable v0.6.2
12662026-07-01T19:11:31.065Z Compiling litemap v0.8.1
12672026-07-01T19:11:31.078Z Compiling icu_properties_data v2.1.2
12682026-07-01T19:11:31.147Z Compiling icu_normalizer_data v2.1.1
12692026-07-01T19:11:31.202Z Compiling futures-sink v0.3.32
12702026-07-01T19:11:31.279Z Compiling getrandom v0.4.1
12712026-07-01T19:11:31.305Z Compiling futures-channel v0.3.32
12722026-07-01T19:11:31.309Z Compiling futures-io v0.3.32
12732026-07-01T19:11:31.340Z Compiling rand_core v0.10.0
12742026-07-01T19:11:31.350Z Compiling slab v0.4.12
12752026-07-01T19:11:31.456Z Compiling futures-task v0.3.32
12762026-07-01T19:11:31.460Z Compiling cpufeatures v0.2.17
12772026-07-01T19:11:31.506Z Compiling rustversion v1.0.22
12782026-07-01T19:11:31.527Z Compiling getrandom v0.3.4
12792026-07-01T19:11:31.540Z Compiling utf8_iter v1.0.4
12802026-07-01T19:11:31.545Z Compiling form_urlencoded v1.2.2
12812026-07-01T19:11:31.566Z Compiling fs_extra v1.3.0
12822026-07-01T19:11:31.569Z Compiling base64ct v1.8.3
12832026-07-01T19:11:31.570Z Compiling rustix v1.1.3
12842026-07-01T19:11:31.608Z Compiling jobserver v0.1.34
12852026-07-01T19:11:31.704Z Compiling getrandom v0.2.17
12862026-07-01T19:11:31.711Z Compiling errno v0.3.14
12872026-07-01T19:11:31.711Z Compiling mio v1.2.0
12882026-07-01T19:11:31.744Z Compiling socket2 v0.6.3
12892026-07-01T19:11:31.830Z Compiling cc v1.2.56
12902026-07-01T19:11:31.864Z Compiling rand_core v0.6.4
12912026-07-01T19:11:31.889Z Compiling once_cell v1.21.3
12922026-07-01T19:11:31.905Z Compiling signal-hook-registry v1.4.8
12932026-07-01T19:11:31.905Z Compiling parking_lot v0.12.5
12942026-07-01T19:11:32.039Z Compiling ident_case v1.0.1
12952026-07-01T19:11:32.065Z Compiling dunce v1.0.5
12962026-07-01T19:11:32.179Z Compiling pem-rfc7468 v0.7.0
12972026-07-01T19:11:32.194Z Compiling flagset v0.4.7
12982026-07-01T19:11:32.201Z Compiling iana-time-zone v0.1.65
12992026-07-01T19:11:32.219Z Compiling regex-syntax v0.8.10
13002026-07-01T19:11:32.234Z Compiling vcpkg v0.2.15
13012026-07-01T19:11:32.250Z Compiling tracing-core v0.1.36
13022026-07-01T19:11:32.266Z Compiling aws-lc-rs v1.16.3
13032026-07-01T19:11:32.322Z Compiling base64 v0.22.1
13042026-07-01T19:11:32.349Z Compiling httparse v1.10.1
13052026-07-01T19:11:32.361Z Compiling openssl-probe v0.2.1
13062026-07-01T19:11:32.409Z Compiling tinyvec_macros v0.1.1
13072026-07-01T19:11:32.491Z Compiling rand_core v0.9.5
13082026-07-01T19:11:32.507Z Compiling tinyvec v1.10.0
13092026-07-01T19:11:32.539Z Compiling aho-corasick v1.1.4
13102026-07-01T19:11:32.555Z Compiling dyn-clone v1.0.20
13112026-07-01T19:11:32.555Z Compiling untrusted v0.7.1
13122026-07-01T19:11:32.586Z Compiling tower-layer v0.3.3
13132026-07-01T19:11:32.668Z Compiling cmake v0.1.57
13142026-07-01T19:11:32.704Z Compiling atomic-waker v1.1.2
13152026-07-01T19:11:32.722Z Compiling schemars v0.8.22
13162026-07-01T19:11:32.726Z Compiling tower-service v0.3.3
13172026-07-01T19:11:32.765Z Compiling try-lock v0.2.5
13182026-07-01T19:11:32.784Z Compiling openssl v0.10.79
13192026-07-01T19:11:32.821Z Compiling untrusted v0.9.0
13202026-07-01T19:11:32.829Z Compiling httpdate v1.0.3
13212026-07-01T19:11:32.841Z Compiling foreign-types-shared v0.1.1
13222026-07-01T19:11:32.857Z Compiling rustls v0.23.41
13232026-07-01T19:11:32.870Z Compiling want v0.3.1
13242026-07-01T19:11:32.941Z Compiling bitflags v2.11.0
13252026-07-01T19:11:32.959Z Compiling semver v1.0.28
13262026-07-01T19:11:32.969Z Compiling indexmap v2.14.0
13272026-07-01T19:11:33.040Z Compiling uuid v1.23.4
13282026-07-01T19:11:33.054Z Compiling foreign-types v0.3.2
13292026-07-01T19:11:33.081Z Compiling unicode-normalization v0.1.25
13302026-07-01T19:11:33.085Z Compiling spin v0.9.8
13312026-07-01T19:11:33.085Z Compiling time-core v0.1.8
13322026-07-01T19:11:33.138Z Compiling crc32fast v1.5.0
13332026-07-01T19:11:33.158Z Compiling powerfmt v0.2.0
13342026-07-01T19:11:33.170Z Compiling native-tls v0.2.18
13352026-07-01T19:11:33.187Z Compiling rustc_version v0.4.1
13362026-07-01T19:11:33.265Z Compiling num-conv v0.2.0
13372026-07-01T19:11:33.296Z Compiling deranged v0.5.8
13382026-07-01T19:11:33.306Z Compiling wait-timeout v0.2.1
13392026-07-01T19:11:33.367Z Compiling sync_wrapper v1.0.2
13402026-07-01T19:11:33.413Z Compiling usdt-impl v0.6.0
13412026-07-01T19:11:33.420Z Compiling time-macros v0.2.27
13422026-07-01T19:11:33.457Z Compiling aws-lc-sys v0.40.0
13432026-07-01T19:11:33.489Z Compiling openssl-sys v0.9.115
13442026-07-01T19:11:33.501Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13452026-07-01T19:11:33.534Z Compiling siphasher v1.0.2
13462026-07-01T19:11:33.568Z Compiling synstructure v0.13.2
13472026-07-01T19:11:33.588Z Compiling pest_generator v2.8.6
13482026-07-01T19:11:33.634Z Compiling serde_derive_internals v0.29.1
13492026-07-01T19:11:33.657Z Compiling darling_core v0.20.11
13502026-07-01T19:11:33.726Z Compiling regex-automata v0.4.14
13512026-07-01T19:11:33.743Z Compiling syn v1.0.109
13522026-07-01T19:11:34.047Z Compiling tempfile v3.25.0
13532026-07-01T19:11:34.089Z Compiling quick-error v1.2.3
13542026-07-01T19:11:34.216Z Compiling bit-vec v0.8.0
13552026-07-01T19:11:34.231Z Compiling simd-adler32 v0.3.8
13562026-07-01T19:11:34.273Z Compiling crossbeam-utils v0.8.21
13572026-07-01T19:11:34.308Z Compiling num_threads v0.1.7
13582026-07-01T19:11:34.322Z Compiling rusty-fork v0.3.1
13592026-07-01T19:11:34.456Z Compiling darling_core v0.21.3
13602026-07-01T19:11:34.471Z Compiling bit-set v0.8.0
13612026-07-01T19:11:34.485Z Compiling heapless v0.7.17
13622026-07-01T19:11:34.559Z Compiling bzip2-sys v0.1.13+1.0.8
13632026-07-01T19:11:34.573Z Compiling slog v2.8.2
13642026-07-01T19:11:34.594Z Compiling time v0.3.47
13652026-07-01T19:11:34.626Z Compiling rand_xorshift v0.4.0
13662026-07-01T19:11:34.652Z Compiling thread-id v5.1.0
13672026-07-01T19:11:34.678Z Compiling cookie v0.18.1
13682026-07-01T19:11:34.692Z Compiling zstd-safe v7.2.4
13692026-07-01T19:11:34.715Z Compiling unicode-properties v0.1.4
13702026-07-01T19:11:34.731Z Compiling paste v1.0.15
13712026-07-01T19:11:34.753Z Compiling allocator-api2 v0.2.21
13722026-07-01T19:11:34.767Z Compiling iri-string v0.7.10
13732026-07-01T19:11:34.802Z Compiling ryu v1.0.23
13742026-07-01T19:11:34.816Z Compiling adler2 v2.0.1
13752026-07-01T19:11:34.890Z Compiling signal-hook v0.3.18
13762026-07-01T19:11:34.908Z Compiling unarray v0.1.4
13772026-07-01T19:11:34.924Z Compiling unicode-bidi v0.3.18
13782026-07-01T19:11:34.949Z Compiling anyhow v1.0.102
13792026-07-01T19:11:34.967Z Compiling miniz_oxide v0.8.9
13802026-07-01T19:11:35.155Z Compiling camino v1.2.2
13812026-07-01T19:11:35.159Z Compiling curve25519-dalek v4.1.3
13822026-07-01T19:11:35.362Z Compiling serde_derive v1.0.228
13832026-07-01T19:11:35.509Z Compiling zeroize_derive v1.4.3
13842026-07-01T19:11:35.556Z Compiling zerofrom-derive v0.1.6
13852026-07-01T19:11:35.583Z Compiling yoke-derive v0.8.1
13862026-07-01T19:11:36.034Z Compiling zerovec-derive v0.11.2
13872026-07-01T19:11:36.039Z Compiling zerocopy-derive v0.8.40
13882026-07-01T19:11:36.039Z Compiling displaydoc v0.2.5
13892026-07-01T19:11:36.039Z Compiling tokio-macros v2.7.0
13902026-07-01T19:11:36.089Z Compiling futures-macro v0.3.32
13912026-07-01T19:11:36.215Z Compiling zeroize v1.8.2
13922026-07-01T19:11:36.267Z Compiling der_derive v0.7.3
13932026-07-01T19:11:36.353Z Compiling thiserror-impl v2.0.18
13942026-07-01T19:11:36.457Z Compiling tracing-attributes v0.1.31
13952026-07-01T19:11:36.602Z Compiling rustls-pki-types v1.14.0
13962026-07-01T19:11:36.755Z Compiling pest_derive v2.8.6
13972026-07-01T19:11:36.821Z Compiling schemars_derive v0.8.22
13982026-07-01T19:11:36.981Z Compiling crypto-common v0.1.7
13992026-07-01T19:11:37.026Z Compiling zerofrom v0.1.6
14002026-07-01T19:11:37.052Z Compiling block-buffer v0.10.4
14012026-07-01T19:11:37.080Z Compiling futures-util v0.3.32
14022026-07-01T19:11:37.092Z Compiling block-padding v0.3.3
14032026-07-01T19:11:37.147Z Compiling yoke v0.8.1
14042026-07-01T19:11:37.174Z Compiling scroll_derive v0.13.1
14052026-07-01T19:11:37.239Z Compiling digest v0.10.7
14062026-07-01T19:11:37.261Z Compiling inout v0.1.4
14072026-07-01T19:11:37.275Z Compiling darling_macro v0.20.11
14082026-07-01T19:11:37.317Z Compiling zerovec v0.11.5
14092026-07-01T19:11:37.360Z Compiling zerotrie v0.2.3
14102026-07-01T19:11:37.461Z Compiling hmac v0.12.1
14112026-07-01T19:11:37.516Z Compiling sha2 v0.10.9
14122026-07-01T19:11:37.640Z Compiling cipher v0.4.4
14132026-07-01T19:11:37.677Z Compiling der v0.7.10
14142026-07-01T19:11:37.790Z Compiling tinystr v0.8.2
14152026-07-01T19:11:37.820Z Compiling potential_utf v0.1.4
14162026-07-01T19:11:37.861Z Compiling pbkdf2 v0.12.2
14172026-07-01T19:11:37.878Z Compiling salsa20 v0.10.2
14182026-07-01T19:11:37.935Z Compiling tracing v0.1.44
14192026-07-01T19:11:38.020Z Compiling icu_locale_core v2.1.1
14202026-07-01T19:11:38.030Z Compiling icu_collections v2.1.1
14212026-07-01T19:11:38.035Z Compiling scrypt v0.11.0
14222026-07-01T19:11:38.035Z Compiling cbc v0.1.2
14232026-07-01T19:11:38.056Z Compiling aes v0.8.4
14242026-07-01T19:11:38.056Z Compiling thiserror v2.0.18
14252026-07-01T19:11:38.121Z Compiling scroll v0.13.0
14262026-07-01T19:11:38.192Z Compiling openssl-macros v0.1.1
14272026-07-01T19:11:38.207Z Compiling darling v0.20.11
14282026-07-01T19:11:38.226Z Compiling dtrace-parser v0.3.0
14292026-07-01T19:11:38.298Z Compiling derive_builder_core v0.20.2
14302026-07-01T19:11:38.313Z Compiling signature v2.2.0
14312026-07-01T19:11:38.404Z Compiling goblin v0.10.5
14322026-07-01T19:11:38.517Z Compiling scroll_derive v0.12.1
14332026-07-01T19:11:38.520Z Compiling thiserror-impl v1.0.69
14342026-07-01T19:11:38.627Z Compiling icu_provider v2.1.1
14352026-07-01T19:11:38.893Z Compiling bytes v1.11.1
14362026-07-01T19:11:38.918Z Compiling icu_properties v2.1.2
14372026-07-01T19:11:38.946Z Compiling icu_normalizer v2.1.1
14382026-07-01T19:11:38.946Z Compiling chrono v0.4.44
14392026-07-01T19:11:38.971Z Compiling spki v0.7.3
14402026-07-01T19:11:38.988Z Compiling ipnet v2.11.0
14412026-07-01T19:11:39.129Z Compiling toml_datetime v0.6.11
14422026-07-01T19:11:39.179Z Compiling pkcs5 v0.7.1
14432026-07-01T19:11:39.204Z Compiling derive_builder_macro v0.20.2
14442026-07-01T19:11:39.273Z Compiling scroll v0.12.0
14452026-07-01T19:11:39.477Z Compiling tokio v1.52.1
14462026-07-01T19:11:39.511Z Compiling http v1.4.2
14472026-07-01T19:11:39.537Z Compiling pkcs8 v0.10.2
14482026-07-01T19:11:39.550Z Compiling serde_spanned v0.6.9
14492026-07-01T19:11:39.554Z Compiling serde_urlencoded v0.7.1
14502026-07-01T19:11:39.592Z Compiling serde_tokenstream v0.2.3
14512026-07-01T19:11:39.721Z Compiling erased-serde v0.3.31
14522026-07-01T19:11:39.721Z Compiling md-5 v0.10.6
14532026-07-01T19:11:39.745Z Compiling darling_macro v0.21.3
14542026-07-01T19:11:39.831Z Compiling rustls-native-certs v0.8.3
14552026-07-01T19:11:39.851Z Compiling idna_adapter v1.2.1
14562026-07-01T19:11:39.870Z Compiling thiserror v1.0.69
14572026-07-01T19:11:39.911Z Compiling bstr v1.12.1
14582026-07-01T19:11:39.937Z Compiling pin-project-internal v1.1.11
14592026-07-01T19:11:39.984Z Compiling idna v1.1.0
14602026-07-01T19:11:40.003Z Compiling zerocopy-derive v0.7.35
14612026-07-01T19:11:40.108Z Compiling ppv-lite86 v0.2.21
14622026-07-01T19:11:40.146Z Compiling async-trait v0.1.89
14632026-07-01T19:11:40.231Z Compiling http-body v1.0.1
14642026-07-01T19:11:40.288Z Compiling url v2.5.8
14652026-07-01T19:11:40.334Z Compiling stringprep v0.1.5
14662026-07-01T19:11:40.403Z Compiling http-body-util v0.1.3
14672026-07-01T19:11:40.452Z Compiling rand_chacha v0.9.0
14682026-07-01T19:11:40.468Z Compiling rand_chacha v0.3.1
14692026-07-01T19:11:40.480Z Compiling vergen-lib v9.1.0
14702026-07-01T19:11:40.588Z Compiling num-integer v0.1.46
14712026-07-01T19:11:40.663Z Compiling rand v0.9.2
14722026-07-01T19:11:40.663Z Compiling ff v0.13.1
14732026-07-01T19:11:40.695Z Compiling hash32 v0.2.1
14742026-07-01T19:11:40.834Z Compiling memoffset v0.9.1
14752026-07-01T19:11:40.909Z Compiling encoding_rs v0.8.35
14762026-07-01T19:11:40.939Z Compiling psl-types v2.0.11
14772026-07-01T19:11:40.945Z Compiling rustix v0.38.44
14782026-07-01T19:11:41.069Z Compiling ref-cast v1.0.25
14792026-07-01T19:11:41.093Z Compiling fallible-iterator v0.2.0
14802026-07-01T19:11:41.126Z Compiling cfg_aliases v0.2.1
14812026-07-01T19:11:41.130Z Compiling smoltcp v0.9.1
14822026-07-01T19:11:41.165Z Compiling litrs v1.0.0
14832026-07-01T19:11:41.193Z Compiling dof v0.4.0
14842026-07-01T19:11:41.239Z Compiling proptest v1.10.0
14852026-07-01T19:11:41.288Z Compiling num-bigint-dig v0.8.6
14862026-07-01T19:11:41.341Z Compiling mime v0.3.17
14872026-07-01T19:11:41.360Z Compiling base16ct v0.2.0
14882026-07-01T19:11:41.443Z Compiling zlib-rs v0.6.2
14892026-07-01T19:11:41.494Z Compiling sec1 v0.7.3
14902026-07-01T19:11:41.552Z Compiling postgres-protocol v0.6.10
14912026-07-01T19:11:41.592Z Compiling ipnetwork v0.21.1
14922026-07-01T19:11:41.660Z Compiling nix v0.31.2
14932026-07-01T19:11:41.696Z Compiling document-features v0.2.12
14942026-07-01T19:11:41.749Z Compiling pin-project v1.1.11
14952026-07-01T19:11:41.834Z Compiling oxnet v0.1.6
14962026-07-01T19:11:41.865Z Compiling publicsuffix v2.3.0
14972026-07-01T19:11:42.014Z Compiling zerocopy v0.7.35
14982026-07-01T19:11:42.070Z Compiling num-iter v0.1.45
14992026-07-01T19:11:42.124Z Compiling group v0.13.0
15002026-07-01T19:11:42.227Z Compiling rand v0.8.6
15012026-07-01T19:11:42.243Z Compiling darling v0.21.3
15022026-07-01T19:11:42.289Z Compiling derive_builder v0.20.2
15032026-07-01T19:11:42.298Z Compiling goblin v0.8.2
15042026-07-01T19:11:42.319Z Compiling futures-executor v0.3.32
15052026-07-01T19:11:42.332Z Compiling hubpack_derive v0.1.1
15062026-07-01T19:11:42.401Z Compiling hex v0.4.3
15072026-07-01T19:11:42.425Z Compiling hkdf v0.12.4
15082026-07-01T19:11:42.445Z Compiling crypto-bigint v0.5.5
15092026-07-01T19:11:42.508Z Compiling regex v1.12.3
15102026-07-01T19:11:42.629Z Compiling strum_macros v0.27.2
15112026-07-01T19:11:42.686Z Compiling daft-derive v0.1.7
15122026-07-01T19:11:42.702Z Compiling snafu-derive v0.8.9
15132026-07-01T19:11:42.716Z Compiling ref-cast-impl v1.0.25
15142026-07-01T19:11:42.750Z Compiling curve25519-dalek-derive v0.1.1
15152026-07-01T19:11:42.974Z Compiling terminal_size v0.4.3
15162026-07-01T19:11:43.025Z Compiling phf_shared v0.13.1
15172026-07-01T19:11:43.118Z Compiling lazy_static v1.5.0
15182026-07-01T19:11:43.125Z Compiling cargo-platform v0.3.2
15192026-07-01T19:11:43.140Z Compiling anstyle-parse v0.2.7
15202026-07-01T19:11:43.205Z Compiling vergen v9.1.0
15212026-07-01T19:11:43.284Z Compiling tokio-util v0.7.18
15222026-07-01T19:11:43.297Z Compiling tower v0.5.3
15232026-07-01T19:11:43.338Z Compiling tokio-native-tls v0.3.1
15242026-07-01T19:11:43.420Z Compiling fs-err v3.3.0
15252026-07-01T19:11:43.437Z Compiling ahash v0.8.12
15262026-07-01T19:11:43.448Z Compiling foldhash v0.1.5
15272026-07-01T19:11:43.474Z Compiling object v0.37.3
15282026-07-01T19:11:43.514Z Compiling winnow v0.5.40
15292026-07-01T19:11:43.528Z Compiling bumpalo v3.20.2
15302026-07-01T19:11:43.631Z Compiling newtype-uuid v1.3.2
15312026-07-01T19:11:43.651Z Compiling managed v0.8.0
15322026-07-01T19:11:43.685Z Compiling same-file v1.0.6
15332026-07-01T19:11:43.794Z Compiling tower-http v0.6.8
15342026-07-01T19:11:43.808Z Compiling unicode-segmentation v1.12.0
15352026-07-01T19:11:43.822Z Compiling libbz2-rs-sys v0.2.2
15362026-07-01T19:11:43.866Z Compiling bitflags v1.3.2
15372026-07-01T19:11:43.880Z Compiling foldhash v0.2.0
15382026-07-01T19:11:43.993Z Compiling h2 v0.4.15
15392026-07-01T19:11:44.116Z Compiling hashbrown v0.16.1
15402026-07-01T19:11:44.214Z Compiling daft v0.1.7
15412026-07-01T19:11:44.232Z Compiling bzip2 v0.6.1
15422026-07-01T19:11:44.332Z Compiling flate2 v1.1.9
15432026-07-01T19:11:44.495Z Compiling clap_builder v4.6.0
15442026-07-01T19:11:44.514Z Compiling dof v0.3.0
15452026-07-01T19:11:44.584Z Compiling walkdir v2.5.0
15462026-07-01T19:11:44.650Z Compiling zopfli v0.8.3
15472026-07-01T19:11:44.664Z Compiling snafu v0.8.9
15482026-07-01T19:11:44.673Z Compiling strum v0.27.2
15492026-07-01T19:11:44.807Z Compiling hashbrown v0.15.5
15502026-07-01T19:11:44.838Z Compiling elliptic-curve v0.13.8
15512026-07-01T19:11:44.869Z Compiling toml_edit v0.19.15
15522026-07-01T19:11:44.892Z Compiling cargo_metadata v0.23.1
15532026-07-01T19:11:45.027Z Compiling anstream v0.6.21
15542026-07-01T19:11:45.030Z Compiling phf v0.13.1
15552026-07-01T19:11:45.219Z Compiling signal-hook-mio v0.2.5
15562026-07-01T19:11:45.235Z Compiling cookie_store v0.22.1
15572026-07-01T19:11:45.276Z Compiling hubpack v0.1.2
15582026-07-01T19:11:45.339Z Compiling usdt-attr-macro v0.6.0
15592026-07-01T19:11:45.355Z Compiling usdt-macro v0.6.0
15602026-07-01T19:11:45.355Z Compiling bzip2 v0.4.4
15612026-07-01T19:11:45.380Z Compiling futures v0.3.32
15622026-07-01T19:11:45.475Z Compiling serde_with_macros v3.17.0
15632026-07-01T19:11:45.514Z Compiling postgres-types v0.2.12
15642026-07-01T19:11:45.657Z Compiling zstd v0.13.3
15652026-07-01T19:11:45.809Z Compiling globset v0.4.18
15662026-07-01T19:11:45.920Z Compiling dtrace-parser v0.2.0
15672026-07-01T19:11:45.943Z Compiling ed25519 v2.2.3
15682026-07-01T19:11:46.092Z Compiling pkcs1 v0.7.5
15692026-07-01T19:11:46.173Z Compiling olpc-cjson v0.1.4
15702026-07-01T19:11:46.198Z Compiling serde-big-array v0.5.1
15712026-07-01T19:11:46.280Z Compiling serde_plain v1.0.2
15722026-07-01T19:11:46.354Z Compiling rfc6979 v0.4.0
15732026-07-01T19:11:46.368Z Compiling enum-as-inner v0.6.1
15742026-07-01T19:11:46.501Z Compiling clap_derive v4.6.1
15752026-07-01T19:11:46.514Z Compiling strum_macros v0.26.4
15762026-07-01T19:11:46.529Z Compiling serde_repr v0.1.20
15772026-07-01T19:11:46.530Z Compiling async-recursion v1.1.1
15782026-07-01T19:11:46.665Z Compiling phf_shared v0.11.3
15792026-07-01T19:11:46.693Z Compiling float-cmp v0.10.0
15802026-07-01T19:11:46.811Z Compiling pem v3.0.6
15812026-07-01T19:11:46.861Z Compiling memmap2 v0.9.10
15822026-07-01T19:11:46.878Z Compiling thread-id v4.2.2
15832026-07-01T19:11:46.878Z Compiling env_filter v1.0.0
15842026-07-01T19:11:46.914Z Compiling jiff v0.2.21
15852026-07-01T19:11:46.978Z Compiling normalize-line-endings v0.3.0
15862026-07-01T19:11:47.094Z Compiling predicates-core v1.0.10
15872026-07-01T19:11:47.107Z Compiling new_debug_unreachable v1.0.6
15882026-07-01T19:11:47.122Z Compiling static_assertions v1.1.0
15892026-07-01T19:11:47.158Z Compiling whoami v2.1.0
15902026-07-01T19:11:47.195Z Compiling hyper v1.10.1
15912026-07-01T19:11:47.210Z Compiling keccak v0.1.6
15922026-07-01T19:11:47.225Z Compiling fixedbitset v0.5.7
15932026-07-01T19:11:47.245Z Compiling fixedbitset v0.4.2
15942026-07-01T19:11:47.287Z Compiling winnow v1.0.3
15952026-07-01T19:11:47.491Z Compiling precomputed-hash v0.1.1
15962026-07-01T19:11:47.556Z Compiling typed-path v0.9.3
15972026-07-01T19:11:47.570Z Compiling either v1.15.0
15982026-07-01T19:11:47.570Z Compiling difflib v0.4.0
15992026-07-01T19:11:47.600Z Compiling data-encoding v2.10.0
16002026-07-01T19:11:47.600Z Compiling toml_parser v1.1.2+spec-1.1.0
16012026-07-01T19:11:47.655Z Compiling string_cache v0.8.9
16022026-07-01T19:11:47.808Z Compiling itertools v0.13.0
16032026-07-01T19:11:47.857Z Compiling predicates v3.1.4
16042026-07-01T19:11:47.906Z Compiling petgraph v0.8.3
16052026-07-01T19:11:47.986Z Compiling hickory-proto v0.25.2
16062026-07-01T19:11:48.179Z Compiling petgraph v0.6.5
16072026-07-01T19:11:48.259Z Compiling tokio-postgres v0.7.16
16082026-07-01T19:11:48.284Z Compiling sha3 v0.10.8
16092026-07-01T19:11:48.350Z Compiling hyper-util v0.1.20
16102026-07-01T19:11:48.365Z Compiling strum v0.26.3
16112026-07-01T19:11:48.381Z Compiling clap v4.6.1
16122026-07-01T19:11:48.476Z Compiling toml_edit v0.22.27
16132026-07-01T19:11:48.512Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16142026-07-01T19:11:48.537Z Compiling env_logger v0.11.9
16152026-07-01T19:11:48.745Z Compiling usdt v0.6.0
16162026-07-01T19:11:48.842Z Compiling usdt-impl v0.5.0
16172026-07-01T19:11:48.875Z Compiling serde_with v3.17.0
16182026-07-01T19:11:48.903Z Compiling crossterm v0.28.1
16192026-07-01T19:11:49.029Z Compiling ecdsa v0.16.9
16202026-07-01T19:11:49.084Z Compiling rsa v0.9.10
16212026-07-01T19:11:49.459Z Compiling toml v0.7.8
16222026-07-01T19:11:49.476Z Compiling ed25519-dalek v2.2.0
16232026-07-01T19:11:49.750Z Compiling zip v4.6.1
16242026-07-01T19:11:49.917Z Compiling hyper-tls v0.6.0
16252026-07-01T19:11:50.167Z Compiling reqwest v0.12.28
16262026-07-01T19:11:50.189Z Compiling zip v0.6.6
16272026-07-01T19:11:50.258Z Compiling iddqd v0.4.2
16282026-07-01T19:11:50.749Z Compiling similar v2.7.0
16292026-07-01T19:11:50.771Z Compiling heck v0.4.1
16302026-07-01T19:11:50.798Z Compiling tokio-stream v0.1.18
16312026-07-01T19:11:50.837Z Compiling buf-list v1.1.2
16322026-07-01T19:11:50.921Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16332026-07-01T19:11:51.022Z Compiling x509-cert v0.2.5
16342026-07-01T19:11:51.130Z Compiling openapiv3 v2.2.0
16352026-07-01T19:11:51.206Z Compiling sha1 v0.10.6
16362026-07-01T19:11:51.248Z Compiling crossbeam-epoch v0.9.18
16372026-07-01T19:11:51.272Z Compiling peg-runtime v0.8.5
16382026-07-01T19:11:51.292Z Compiling lalrpop-util v0.19.12
16392026-07-01T19:11:51.429Z Compiling thread_local v1.1.9
16402026-07-01T19:11:51.444Z Compiling slog-async v2.8.0
16412026-07-01T19:11:51.509Z Compiling crossbeam-channel v0.5.15
16422026-07-01T19:11:51.581Z Compiling is-terminal v0.4.17
16432026-07-01T19:11:51.595Z Compiling filetime v0.2.27
16442026-07-01T19:11:51.598Z Compiling take_mut v0.2.2
16452026-07-01T19:11:51.646Z Compiling xattr v1.6.1
16462026-07-01T19:11:51.695Z Compiling term v1.2.1
16472026-07-01T19:11:51.710Z Compiling camino-tempfile v1.4.1
16482026-07-01T19:11:51.791Z Compiling tar v0.4.45
16492026-07-01T19:11:51.984Z Compiling slog-term v2.9.2
16502026-07-01T19:12:09.697Z Compiling rustls-webpki v0.103.9
16512026-07-01T19:12:12.358Z Compiling tokio-rustls v0.26.4
16522026-07-01T19:12:12.358Z Compiling rustls-platform-verifier v0.6.2
16532026-07-01T19:12:12.358Z Compiling tough v0.22.0
16542026-07-01T19:12:12.568Z Compiling hyper-rustls v0.27.7
16552026-07-01T19:12:12.758Z Compiling reqwest v0.13.2
16562026-07-01T19:12:14.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16572026-07-01T19:12:15.123Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16582026-07-01T19:12:17.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.68s
16592026-07-01T19:12:18.072Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16602026-07-01T19:12:18.139ZJul 01 19:12:17.894 INFO Starting download, target: Console
16612026-07-01T19:12:18.139ZJul 01 19:12:17.895 INFO Starting download, target: Cockroach
16622026-07-01T19:12:18.140ZJul 01 19:12:17.895 INFO Starting download, target: MaghemiteDdmd
16632026-07-01T19:12:18.257ZJul 01 19:12:17.895 INFO Starting download, target: MaghemiteMgd
16642026-07-01T19:12:18.257ZJul 01 19:12:17.895 INFO Starting download, target: TransceiverControl
16652026-07-01T19:12:18.257ZJul 01 19:12:17.895 INFO Starting download, target: Clickhouse
16662026-07-01T19:12:18.257ZJul 01 19:12:17.895 INFO Starting download, target: DendriteStub
16672026-07-01T19:12:18.257ZJul 01 19:12:17.895 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16682026-07-01T19:12:18.257ZJul 01 19:12:17.895 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16692026-07-01T19:12:18.257ZJul 01 19:12:17.895 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16702026-07-01T19:12:18.258ZJul 01 19:12:17.895 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
16712026-07-01T19:12:18.258ZJul 01 19:12:17.895 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16722026-07-01T19:12:18.258ZJul 01 19:12:17.895 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16732026-07-01T19:12:18.258ZJul 01 19:12:17.895 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
16742026-07-01T19:12:19.744ZJul 01 19:12:19.405 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16752026-07-01T19:12:19.875ZJul 01 19:12:19.612 INFO Download complete, target: TransceiverControl
16762026-07-01T19:12:20.247ZJul 01 19:12:19.985 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
16772026-07-01T19:12:20.330ZJul 01 19:12:20.072 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16782026-07-01T19:12:20.547ZJul 01 19:12:20.322 INFO Download complete, target: Console
16792026-07-01T19:12:21.850ZJul 01 19:12:21.618 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16802026-07-01T19:12:21.943ZJul 01 19:12:21.691 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
16812026-07-01T19:12:22.277ZJul 01 19:12:22.052 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16822026-07-01T19:12:22.843ZJul 01 19:12:22.624 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16832026-07-01T19:12:22.843ZJul 01 19:12:22.624 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16842026-07-01T19:12:23.788ZJul 01 19:12:23.563 INFO Download complete, target: MaghemiteDdmd
16852026-07-01T19:12:24.376ZJul 01 19:12:24.145 INFO Download complete, target: DendriteStub
16862026-07-01T19:12:24.814ZJul 01 19:12:24.595 INFO Download complete, target: MaghemiteMgd
16872026-07-01T19:12:27.065ZJul 01 19:12:26.838 INFO Checking that binary works, target: Clickhouse
16882026-07-01T19:12:27.154ZJul 01 19:12:26.927 INFO Download complete, target: Clickhouse
16892026-07-01T19:12:27.486ZJul 01 19:12:27.267 INFO Checking that binary works, target: Cockroach
16902026-07-01T19:12:27.615ZJul 01 19:12:27.393 INFO Download complete, target: Cockroach
16912026-07-01T19:12:27.622ZAll prerequisites installed successfully
16922026-07-01T19:12:27.622Z
16932026-07-01T19:12:27.622Zreal 1:45.272790890
16942026-07-01T19:12:27.622Zuser 6:33.702329005
16952026-07-01T19:12:27.622Zsys 1:38.834458241
16962026-07-01T19:12:27.622Ztrap 0.253055264
16972026-07-01T19:12:27.622Ztflt 0.762034778
16982026-07-01T19:12:27.622Zdflt 1.557919125
16992026-07-01T19:12:27.622Zkflt 0.026263857
17002026-07-01T19:12:27.622Zlock 23:00.488636009
17012026-07-01T19:12:27.622Zslp 18:08.374200021
17022026-07-01T19:12:27.623Zlat 22.967836215
17032026-07-01T19:12:27.623Zstop 2:37.437008235
17042026-07-01T19:12:27.623Z+ ptime -m cargo xtask download softnpu
17052026-07-01T19:12:28.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17062026-07-01T19:12:28.084Z Running `target/debug/xtask download softnpu`
17072026-07-01T19:12:28.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17082026-07-01T19:12:28.831Z Running `target/debug/xtask-downloader softnpu`
17092026-07-01T19:12:28.866ZJul 01 19:12:28.647 INFO Starting download, target: Softnpu
17102026-07-01T19:12:28.882ZJul 01 19:12:28.647 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17112026-07-01T19:13:00.835ZJul 01 19:13:00.597 INFO Download complete, target: Softnpu
17122026-07-01T19:13:00.852Z
17132026-07-01T19:13:00.852Zreal 33.195233333
17142026-07-01T19:13:00.852Zuser 1.261600517
17152026-07-01T19:13:00.852Zsys 0.585437488
17162026-07-01T19:13:00.852Ztrap 0.000877590
17172026-07-01T19:13:00.852Ztflt 0.000172423
17182026-07-01T19:13:00.852Zdflt 0.000215318
17192026-07-01T19:13:00.852Zkflt 0.000000000
17202026-07-01T19:13:00.852Zlock 9:16.895054864
17212026-07-01T19:13:00.853Zslp 31.745673465
17222026-07-01T19:13:00.853Zlat 0.086078408
17232026-07-01T19:13:00.853Zstop 0.000167158
17242026-07-01T19:13:00.853Z+ export CARGO_INCREMENTAL=0
17252026-07-01T19:13:00.853Z+ CARGO_INCREMENTAL=0
17262026-07-01T19:13:00.853Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17272026-07-01T19:13:01.650Z Compiling proc-macro2 v1.0.106
17282026-07-01T19:13:01.650Z Compiling quote v1.0.45
17292026-07-01T19:13:01.650Z Compiling unicode-ident v1.0.24
17302026-07-01T19:13:01.650Z Compiling libc v0.2.185
17312026-07-01T19:13:01.664Z Compiling serde_core v1.0.228
17322026-07-01T19:13:01.664Z Compiling serde v1.0.228
17332026-07-01T19:13:01.664Z Compiling cfg-if v1.0.4
17342026-07-01T19:13:01.664Z Compiling version_check v0.9.5
17352026-07-01T19:13:01.785Z Compiling typenum v1.19.0
17362026-07-01T19:13:01.793Z Compiling shlex v1.3.0
17372026-07-01T19:13:01.793Z Compiling find-msvc-tools v0.1.9
17382026-07-01T19:13:01.793Z Compiling memchr v2.8.0
17392026-07-01T19:13:01.793Z Compiling zmij v1.0.21
17402026-07-01T19:13:01.793Z Compiling serde_json v1.0.150
17412026-07-01T19:13:01.948Z Compiling autocfg v1.5.0
17422026-07-01T19:13:01.954Z Compiling portable-atomic v1.13.1
17432026-07-01T19:13:01.977Z Compiling zerocopy v0.8.40
17442026-07-01T19:13:02.075Z Compiling libm v0.2.16
17452026-07-01T19:13:02.091Z Compiling parking_lot_core v0.9.12
17462026-07-01T19:13:02.234Z Compiling generic-array v0.14.7
17472026-07-01T19:13:02.244Z Compiling icu_properties_data v2.1.2
17482026-07-01T19:13:02.273Z Compiling smallvec v1.15.1
17492026-07-01T19:13:02.299Z Compiling icu_normalizer_data v2.1.1
17502026-07-01T19:13:02.387Z Compiling itoa v1.0.17
17512026-07-01T19:13:02.423Z Compiling num-traits v0.2.19
17522026-07-01T19:13:02.442Z Compiling getrandom v0.4.1
17532026-07-01T19:13:02.442Z Compiling log v0.4.29
17542026-07-01T19:13:02.562Z Compiling pkg-config v0.3.32
17552026-07-01T19:13:02.581Z Compiling stable_deref_trait v1.2.1
17562026-07-01T19:13:02.645Z Compiling subtle v2.6.1
17572026-07-01T19:13:02.732Z Compiling jobserver v0.1.34
17582026-07-01T19:13:02.742Z Compiling getrandom v0.2.17
17592026-07-01T19:13:02.742Z Compiling scopeguard v1.2.0
17602026-07-01T19:13:02.767Z Compiling errno v0.3.14
17612026-07-01T19:13:02.873Z Compiling rand_core v0.6.4
17622026-07-01T19:13:02.902Z Compiling lock_api v0.4.14
17632026-07-01T19:13:02.940Z Compiling cc v1.2.56
17642026-07-01T19:13:03.007Z Compiling fnv v1.0.7
17652026-07-01T19:13:03.062Z Compiling pin-project-lite v0.2.17
17662026-07-01T19:13:03.077Z Compiling syn v2.0.117
17672026-07-01T19:13:03.206Z Compiling thiserror v2.0.18
17682026-07-01T19:13:03.210Z Compiling getrandom v0.3.4
17692026-07-01T19:13:03.210Z Compiling litemap v0.8.1
17702026-07-01T19:13:03.210Z Compiling writeable v0.6.2
17712026-07-01T19:13:03.210Z Compiling equivalent v1.0.2
17722026-07-01T19:13:03.210Z Compiling percent-encoding v2.3.2
17732026-07-01T19:13:03.293Z Compiling rustversion v1.0.22
17742026-07-01T19:13:03.322Z Compiling rand_core v0.10.0
17752026-07-01T19:13:03.434Z Compiling fs_extra v1.3.0
17762026-07-01T19:13:03.461Z Compiling schemars v0.8.22
17772026-07-01T19:13:03.466Z Compiling dunce v1.0.5
17782026-07-01T19:13:03.507Z Compiling critical-section v1.2.0
17792026-07-01T19:13:03.509Z Compiling rustix v1.1.3
17802026-07-01T19:13:03.631Z Compiling hashbrown v0.17.0
17812026-07-01T19:13:03.664Z Compiling cmake v0.1.57
17822026-07-01T19:13:03.726Z Compiling const-oid v0.9.6
17832026-07-01T19:13:03.755Z Compiling signal-hook-registry v1.4.8
17842026-07-01T19:13:03.839Z Compiling once_cell v1.21.3
17852026-07-01T19:13:03.864Z Compiling heck v0.5.0
17862026-07-01T19:13:04.140Z Compiling bitflags v2.11.0
17872026-07-01T19:13:04.143Z Compiling semver v1.0.28
17882026-07-01T19:13:04.184Z Compiling indexmap v2.14.0
17892026-07-01T19:13:04.238Z Compiling utf8_iter v1.0.4
17902026-07-01T19:13:04.256Z Compiling aws-lc-sys v0.40.0
17912026-07-01T19:13:04.274Z Compiling parking_lot v0.12.5
17922026-07-01T19:13:04.288Z Compiling form_urlencoded v1.2.2
17932026-07-01T19:13:04.300Z Compiling mio v1.2.0
17942026-07-01T19:13:04.421Z Compiling socket2 v0.6.3
17952026-07-01T19:13:04.477Z Compiling futures-core v0.3.32
17962026-07-01T19:13:04.488Z Compiling aws-lc-rs v1.16.3
17972026-07-01T19:13:04.571Z Compiling httparse v1.10.1
17982026-07-01T19:13:04.574Z Compiling strsim v0.11.1
17992026-07-01T19:13:04.840Z Compiling thiserror v1.0.69
18002026-07-01T19:13:04.874Z Compiling ucd-trie v0.1.7
18012026-07-01T19:13:04.900Z Compiling byteorder v1.5.0
18022026-07-01T19:13:04.962Z Compiling vcpkg v0.2.15
18032026-07-01T19:13:04.976Z Compiling ident_case v1.0.1
18042026-07-01T19:13:05.016Z Compiling syn v1.0.109
18052026-07-01T19:13:05.044Z Compiling pest v2.8.6
18062026-07-01T19:13:05.047Z Compiling regex-syntax v0.8.10
18072026-07-01T19:13:05.095Z Compiling iana-time-zone v0.1.65
18082026-07-01T19:13:05.208Z Compiling uuid v1.23.4
18092026-07-01T19:13:05.348Z Compiling rustc_version v0.4.1
18102026-07-01T19:13:05.401Z Compiling futures-sink v0.3.32
18112026-07-01T19:13:05.446Z Compiling cpufeatures v0.2.17
18122026-07-01T19:13:05.462Z Compiling rustls v0.23.41
18132026-07-01T19:13:05.529Z Compiling futures-channel v0.3.32
18142026-07-01T19:13:05.544Z Compiling openssl-sys v0.9.115
18152026-07-01T19:13:05.604Z Compiling aho-corasick v1.1.4
18162026-07-01T19:13:05.625Z Compiling futures-io v0.3.32
18172026-07-01T19:13:05.646Z Compiling futures-task v0.3.32
18182026-07-01T19:13:05.796Z Compiling slab v0.4.12
18192026-07-01T19:13:05.836Z Compiling synstructure v0.13.2
18202026-07-01T19:13:05.839Z Compiling serde_derive_internals v0.29.1
18212026-07-01T19:13:05.894Z Compiling num-conv v0.2.0
18222026-07-01T19:13:05.913Z Compiling plain v0.2.3
18232026-07-01T19:13:05.987Z Compiling time-core v0.1.8
18242026-07-01T19:13:06.052Z Compiling dyn-clone v1.0.20
18252026-07-01T19:13:06.086Z Compiling crc32fast v1.5.0
18262026-07-01T19:13:06.100Z Compiling pest_meta v2.8.6
18272026-07-01T19:13:06.147Z Compiling time-macros v0.2.27
18282026-07-01T19:13:06.270Z Compiling base64 v0.22.1
18292026-07-01T19:13:06.394Z Compiling crossbeam-utils v0.8.21
18302026-07-01T19:13:06.448Z Compiling pretty-hex v0.4.1
18312026-07-01T19:13:06.512Z Compiling openssl v0.10.79
18322026-07-01T19:13:06.594Z Compiling regex-automata v0.4.14
18332026-07-01T19:13:06.610Z Compiling base64ct v1.8.3
18342026-07-01T19:13:06.610Z Compiling darling_core v0.21.3
18352026-07-01T19:13:06.656Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18362026-07-01T19:13:06.710Z Compiling pest_generator v2.8.6
18372026-07-01T19:13:06.831Z Compiling flagset v0.4.7
18382026-07-01T19:13:06.834Z Compiling anyhow v1.0.102
18392026-07-01T19:13:06.879Z Compiling pem-rfc7468 v0.7.0
18402026-07-01T19:13:06.940Z Compiling native-tls v0.2.18
18412026-07-01T19:13:07.004Z Compiling rand_core v0.9.5
18422026-07-01T19:13:07.092Z Compiling slog v2.8.2
18432026-07-01T19:13:07.107Z Compiling serde_derive v1.0.228
18442026-07-01T19:13:07.177Z Compiling zeroize_derive v1.4.3
18452026-07-01T19:13:07.192Z Compiling zerofrom-derive v0.1.6
18462026-07-01T19:13:07.195Z Compiling yoke-derive v0.8.1
18472026-07-01T19:13:07.224Z Compiling zerovec-derive v0.11.2
18482026-07-01T19:13:07.227Z Compiling displaydoc v0.2.5
18492026-07-01T19:13:07.251Z Compiling zerocopy-derive v0.8.40
18502026-07-01T19:13:07.338Z Compiling tokio-macros v2.7.0
18512026-07-01T19:13:07.362Z Compiling futures-macro v0.3.32
18522026-07-01T19:13:07.391Z Compiling thiserror-impl v2.0.18
18532026-07-01T19:13:07.648Z Compiling schemars_derive v0.8.22
18542026-07-01T19:13:07.817Z Compiling zeroize v1.8.2
18552026-07-01T19:13:08.083Z Compiling tracing-attributes v0.1.31
18562026-07-01T19:13:08.180Z Compiling der_derive v0.7.3
18572026-07-01T19:13:08.195Z Compiling thiserror-impl v1.0.69
18582026-07-01T19:13:08.289Z Compiling pest_derive v2.8.6
18592026-07-01T19:13:08.337Z Compiling zerofrom v0.1.6
18602026-07-01T19:13:08.483Z Compiling yoke v0.8.1
18612026-07-01T19:13:08.569Z Compiling crypto-common v0.1.7
18622026-07-01T19:13:08.674Z Compiling zerovec v0.11.5
18632026-07-01T19:13:08.696Z Compiling zerotrie v0.2.3
18642026-07-01T19:13:08.800Z Compiling block-buffer v0.10.4
18652026-07-01T19:13:08.849Z Compiling futures-util v0.3.32
18662026-07-01T19:13:08.949Z Compiling digest v0.10.7
18672026-07-01T19:13:09.144Z Compiling hmac v0.12.1
18682026-07-01T19:13:09.184Z Compiling block-padding v0.3.3
18692026-07-01T19:13:09.251Z Compiling tinystr v0.8.2
18702026-07-01T19:13:09.274Z Compiling potential_utf v0.1.4
18712026-07-01T19:13:09.305Z Compiling inout v0.1.4
18722026-07-01T19:13:09.309Z Compiling sha2 v0.10.9
18732026-07-01T19:13:09.412Z Compiling icu_collections v2.1.1
18742026-07-01T19:13:09.427Z Compiling icu_locale_core v2.1.1
18752026-07-01T19:13:09.487Z Compiling cipher v0.4.4
18762026-07-01T19:13:09.515Z Compiling scroll_derive v0.12.1
18772026-07-01T19:13:09.518Z Compiling scroll_derive v0.13.1
18782026-07-01T19:13:10.036Z Compiling openssl-macros v0.1.1
18792026-07-01T19:13:10.113Z Compiling icu_provider v2.1.1
18802026-07-01T19:13:10.147Z Compiling der v0.7.10
18812026-07-01T19:13:10.182Z Compiling bytes v1.11.1
18822026-07-01T19:13:10.327Z Compiling chrono v0.4.44
18832026-07-01T19:13:10.354Z Compiling serde_tokenstream v0.2.3
18842026-07-01T19:13:10.458Z Compiling icu_normalizer v2.1.1
18852026-07-01T19:13:10.477Z Compiling icu_properties v2.1.2
18862026-07-01T19:13:10.531Z Compiling regex v1.12.3
18872026-07-01T19:13:10.663Z Compiling tokio v1.52.1
18882026-07-01T19:13:11.099Z Compiling http v1.4.2
18892026-07-01T19:13:11.150Z Compiling darling_macro v0.21.3
18902026-07-01T19:13:11.429Z Compiling idna_adapter v1.2.1
18912026-07-01T19:13:11.445Z Compiling zerocopy-derive v0.7.35
18922026-07-01T19:13:11.584Z Compiling idna v1.1.0
18932026-07-01T19:13:11.691Z Compiling ppv-lite86 v0.2.21
18942026-07-01T19:13:11.818Z Compiling tracing-core v0.1.36
18952026-07-01T19:13:11.979Z Compiling url v2.5.8
18962026-07-01T19:13:12.017Z Compiling cookie v0.18.1
18972026-07-01T19:13:12.122Z Compiling camino v1.2.2
18982026-07-01T19:13:12.279Z Compiling tracing v0.1.44
18992026-07-01T19:13:12.453Z Compiling darling v0.21.3
19002026-07-01T19:13:12.549Z Compiling spki v0.7.3
19012026-07-01T19:13:12.712Z Compiling salsa20 v0.10.2
19022026-07-01T19:13:12.768Z Compiling pbkdf2 v0.12.2
19032026-07-01T19:13:13.036Z Compiling scrypt v0.11.0
19042026-07-01T19:13:13.223Z Compiling rand_chacha v0.9.0
19052026-07-01T19:13:13.295Z Compiling http-body v1.0.1
19062026-07-01T19:13:13.394Z Compiling cbc v0.1.2
19072026-07-01T19:13:13.450Z Compiling aes v0.8.4
19082026-07-01T19:13:13.465Z Compiling rustls-pki-types v1.14.0
19092026-07-01T19:13:13.617Z Compiling usdt-impl v0.5.0
19102026-07-01T19:13:13.693Z Compiling tinyvec_macros v0.1.1
19112026-07-01T19:13:13.775Z Compiling usdt-impl v0.6.0
19122026-07-01T19:13:13.810Z Compiling ref-cast v1.0.25
19132026-07-01T19:13:13.860Z Compiling paste v1.0.15
19142026-07-01T19:13:13.875Z Compiling either v1.15.0
19152026-07-01T19:13:13.894Z Compiling fastrand v2.3.0
19162026-07-01T19:13:13.922Z Compiling openssl-probe v0.2.1
19172026-07-01T19:13:14.027Z Compiling pkcs5 v0.7.1
19182026-07-01T19:13:14.105Z Compiling tinyvec v1.10.0
19192026-07-01T19:13:14.135Z Compiling rand v0.9.2
19202026-07-01T19:13:14.232Z Compiling scroll v0.13.0
19212026-07-01T19:13:14.235Z Compiling scroll v0.12.0
19222026-07-01T19:13:14.405Z Compiling serde_spanned v0.6.9
19232026-07-01T19:13:14.421Z Compiling toml_datetime v0.6.11
19242026-07-01T19:13:14.437Z Compiling async-trait v0.1.89
19252026-07-01T19:13:14.467Z Compiling tokio-util v0.7.18
19262026-07-01T19:13:14.482Z Compiling heapless v0.7.17
19272026-07-01T19:13:14.550Z Compiling bzip2-sys v0.1.13+1.0.8
19282026-07-01T19:13:14.565Z Compiling winnow v0.7.14
19292026-07-01T19:13:14.569Z Compiling untrusted v0.7.1
19302026-07-01T19:13:14.596Z Compiling tower-service v0.3.3
19312026-07-01T19:13:14.677Z Compiling zstd-safe v7.2.4
19322026-07-01T19:13:14.708Z Compiling litrs v1.0.0
19332026-07-01T19:13:14.723Z Compiling tower-layer v0.3.3
19342026-07-01T19:13:14.738Z Compiling try-lock v0.2.5
19352026-07-01T19:13:14.765Z Compiling winnow v1.0.3
19362026-07-01T19:13:14.864Z Compiling atomic-waker v1.1.2
19372026-07-01T19:13:14.879Z Compiling signal-hook v0.3.18
19382026-07-01T19:13:14.922Z Compiling rustix v0.38.44
19392026-07-01T19:13:15.044Z Compiling want v0.3.1
19402026-07-01T19:13:15.068Z Compiling toml_parser v1.1.2+spec-1.1.0
19412026-07-01T19:13:15.189Z Compiling document-features v0.2.12
19422026-07-01T19:13:15.220Z Compiling h2 v0.4.15
19432026-07-01T19:13:15.339Z Compiling goblin v0.8.2
19442026-07-01T19:13:15.424Z Compiling goblin v0.10.5
19452026-07-01T19:13:15.438Z Compiling pkcs8 v0.10.2
19462026-07-01T19:13:15.634Z Compiling zerocopy v0.7.35
19472026-07-01T19:13:15.733Z Compiling ipnet v2.11.0
19482026-07-01T19:13:15.749Z Compiling ref-cast-impl v1.0.25
19492026-07-01T19:13:15.795Z Compiling darling_core v0.20.11
19502026-07-01T19:13:16.022Z Compiling curve25519-dalek v4.1.3
19512026-07-01T19:13:16.086Z Compiling memoffset v0.9.1
19522026-07-01T19:13:16.189Z Compiling powerfmt v0.2.0
19532026-07-01T19:13:16.322Z Compiling winnow v0.5.40
19542026-07-01T19:13:16.363Z Compiling utf8parse v0.2.2
19552026-07-01T19:13:16.499Z Compiling foreign-types-shared v0.1.1
19562026-07-01T19:13:16.605Z Compiling untrusted v0.9.0
19572026-07-01T19:13:16.707Z Compiling httpdate v1.0.3
19582026-07-01T19:13:16.744Z Compiling foreign-types v0.3.2
19592026-07-01T19:13:16.747Z Compiling tempfile v3.25.0
19602026-07-01T19:13:16.829Z Compiling deranged v0.5.8
19612026-07-01T19:13:17.127Z Compiling unicode-normalization v0.1.25
19622026-07-01T19:13:17.332Z Compiling dtrace-parser v0.2.0
19632026-07-01T19:13:17.763Z Compiling toml_edit v0.19.15
19642026-07-01T19:13:17.800Z Compiling dof v0.3.0
19652026-07-01T19:13:17.829Z Compiling darling_macro v0.20.11
19662026-07-01T19:13:18.108Z Compiling dtrace-parser v0.3.0
19672026-07-01T19:13:18.257Z Compiling dof v0.4.0
19682026-07-01T19:13:18.414Z Compiling hyper v1.10.1
19692026-07-01T19:13:18.430Z Compiling daft-derive v0.1.7
19702026-07-01T19:13:18.469Z Compiling pin-project-internal v1.1.11
19712026-07-01T19:13:18.503Z Compiling spin v0.9.8
19722026-07-01T19:13:18.523Z Compiling thread-id v4.2.2
19732026-07-01T19:13:18.622Z Compiling thread-id v5.1.0
19742026-07-01T19:13:18.700Z Compiling cfg_aliases v0.2.1
19752026-07-01T19:13:18.717Z Compiling anstyle v1.0.14
19762026-07-01T19:13:18.733Z Compiling smoltcp v0.9.1
19772026-07-01T19:13:19.085Z Compiling num_threads v0.1.7
19782026-07-01T19:13:19.153Z Compiling num-bigint-dig v0.8.6
19792026-07-01T19:13:19.169Z Compiling time v0.3.47
19802026-07-01T19:13:19.214Z Compiling nix v0.31.2
19812026-07-01T19:13:19.502Z Compiling darling v0.20.11
19822026-07-01T19:13:19.585Z Compiling hyper-util v0.1.20
19832026-07-01T19:13:19.641Z Compiling ipnetwork v0.21.1
19842026-07-01T19:13:19.800Z Compiling strum_macros v0.26.4
19852026-07-01T19:13:19.884Z Compiling curve25519-dalek-derive v0.1.1
19862026-07-01T19:13:20.022Z Compiling sync_wrapper v1.0.2
19872026-07-01T19:13:20.091Z Compiling wait-timeout v0.2.1
19882026-07-01T19:13:20.339Z Compiling is_terminal_polyfill v1.70.2
19892026-07-01T19:13:20.354Z Compiling bit-vec v0.8.0
19902026-07-01T19:13:20.447Z Compiling simd-adler32 v0.3.8
19912026-07-01T19:13:20.520Z Compiling siphasher v1.0.2
19922026-07-01T19:13:20.532Z Compiling anstyle-query v1.1.5
19932026-07-01T19:13:20.706Z Compiling quick-error v1.2.3
19942026-07-01T19:13:20.721Z Compiling colorchoice v1.0.4
19952026-07-01T19:13:20.831Z Compiling rusty-fork v0.3.1
19962026-07-01T19:13:21.125Z Compiling bit-set v0.8.0
19972026-07-01T19:13:21.218Z Compiling tower v0.5.3
19982026-07-01T19:13:21.325Z Compiling derive_builder_core v0.20.2
19992026-07-01T19:13:21.361Z Compiling http-body-util v0.1.3
20002026-07-01T19:13:21.471Z Compiling signature v2.2.0
20012026-07-01T19:13:21.627Z Compiling hubpack_derive v0.1.1
20022026-07-01T19:13:21.642Z Compiling rand_xorshift v0.4.0
20032026-07-01T19:13:21.802Z Compiling strum_macros v0.27.2
20042026-07-01T19:13:21.902Z Compiling snafu-derive v0.8.9
20052026-07-01T19:13:22.127Z Compiling fs-err v3.3.0
20062026-07-01T19:13:22.139Z Compiling ahash v0.8.12
20072026-07-01T19:13:22.290Z Compiling unarray v0.1.4
20082026-07-01T19:13:22.318Z Compiling iri-string v0.7.10
20092026-07-01T19:13:22.359Z Compiling object v0.37.3
20102026-07-01T19:13:22.406Z Compiling adler2 v2.0.1
20112026-07-01T19:13:22.420Z Compiling unicode-segmentation v1.12.0
20122026-07-01T19:13:22.603Z Compiling ryu v1.0.23
20132026-07-01T19:13:22.629Z Compiling unicode-bidi v0.3.18
20142026-07-01T19:13:22.744Z Compiling unicode-properties v0.1.4
20152026-07-01T19:13:22.768Z Compiling allocator-api2 v0.2.21
20162026-07-01T19:13:22.821Z Compiling serde_urlencoded v0.7.1
20172026-07-01T19:13:22.968Z Compiling stringprep v0.1.5
20182026-07-01T19:13:23.083Z Compiling miniz_oxide v0.8.9
20192026-07-01T19:13:23.104Z Compiling proptest v1.10.0
20202026-07-01T19:13:23.237Z Compiling derive_builder_macro v0.20.2
20212026-07-01T19:13:23.574Z Compiling tower-http v0.6.8
20222026-07-01T19:13:23.594Z Compiling tokio-native-tls v0.3.1
20232026-07-01T19:13:23.629Z Compiling usdt-macro v0.6.0
20242026-07-01T19:13:23.649Z Compiling usdt-attr-macro v0.6.0
20252026-07-01T19:13:23.765Z Compiling anstyle-parse v1.0.0
20262026-07-01T19:13:24.005Z Compiling rustls-native-certs v0.8.3
20272026-07-01T19:13:24.074Z Compiling rand_chacha v0.3.1
20282026-07-01T19:13:24.115Z Compiling erased-serde v0.3.31
20292026-07-01T19:13:24.257Z Compiling md-5 v0.10.6
20302026-07-01T19:13:24.273Z Compiling bstr v1.12.1
20312026-07-01T19:13:24.357Z Compiling num-integer v0.1.46
20322026-07-01T19:13:24.424Z Compiling hash32 v0.2.1
20332026-07-01T19:13:24.455Z Compiling vergen-lib v9.1.0
20342026-07-01T19:13:24.538Z Compiling ff v0.13.1
20352026-07-01T19:13:24.631Z Compiling encoding_rs v0.8.35
20362026-07-01T19:13:24.685Z Compiling mime v0.3.17
20372026-07-01T19:13:24.716Z Compiling zlib-rs v0.6.2
20382026-07-01T19:13:24.730Z Compiling base16ct v0.2.0
20392026-07-01T19:13:24.826Z Compiling psl-types v2.0.11
20402026-07-01T19:13:24.870Z Compiling fallible-iterator v0.2.0
20412026-07-01T19:13:24.910Z Compiling sec1 v0.7.3
20422026-07-01T19:13:24.933Z Compiling publicsuffix v2.3.0
20432026-07-01T19:13:25.091Z Compiling group v0.13.0
20442026-07-01T19:13:25.123Z Compiling newtype-uuid v1.3.2
20452026-07-01T19:13:25.186Z Compiling postgres-protocol v0.6.10
20462026-07-01T19:13:25.201Z Compiling num-iter v0.1.45
20472026-07-01T19:13:25.469Z Compiling rand v0.8.6
20482026-07-01T19:13:25.688Z Compiling oxnet v0.1.6
20492026-07-01T19:13:25.901Z Compiling anstream v1.0.0
20502026-07-01T19:13:25.939Z Compiling derive_builder v0.20.2
20512026-07-01T19:13:25.948Z Compiling hyper-tls v0.6.0
20522026-07-01T19:13:26.020Z Compiling heck v0.4.1
20532026-07-01T19:13:26.024Z Compiling phf_shared v0.13.1
20542026-07-01T19:13:26.071Z Compiling pin-project v1.1.11
20552026-07-01T19:13:26.144Z Compiling lazy_static v1.5.0
20562026-07-01T19:13:26.179Z Compiling anstyle-parse v0.2.7
20572026-07-01T19:13:26.260Z Compiling terminal_size v0.4.3
20582026-07-01T19:13:26.276Z Compiling serde_with_macros v3.17.0
20592026-07-01T19:13:26.301Z Compiling futures-executor v0.3.32
20602026-07-01T19:13:26.306Z Compiling hex v0.4.3
20612026-07-01T19:13:26.350Z Compiling hkdf v0.12.4
20622026-07-01T19:13:26.403Z Compiling crypto-bigint v0.5.5
20632026-07-01T19:13:26.485Z Compiling clap_derive v4.6.1
20642026-07-01T19:13:26.552Z Compiling serde_repr v0.1.20
20652026-07-01T19:13:26.567Z Compiling enum-as-inner v0.6.1
20662026-07-01T19:13:26.641Z Compiling async-recursion v1.1.1
20672026-07-01T19:13:26.682Z Compiling vergen v9.1.0
20682026-07-01T19:13:26.699Z Compiling cargo-platform v0.3.2
20692026-07-01T19:13:26.910Z Compiling flate2 v1.1.9
20702026-07-01T19:13:26.970Z Compiling managed v0.8.0
20712026-07-01T19:13:27.132Z Compiling bumpalo v3.20.2
20722026-07-01T19:13:27.169Z Compiling clap_lex v1.0.0
20732026-07-01T19:13:27.248Z Compiling bitflags v1.3.2
20742026-07-01T19:13:27.282Z Compiling foldhash v0.2.0
20752026-07-01T19:13:27.365Z Compiling same-file v1.0.6
20762026-07-01T19:13:27.412Z Compiling libbz2-rs-sys v0.2.2
20772026-07-01T19:13:27.505Z Compiling foldhash v0.1.5
20782026-07-01T19:13:27.510Z Compiling walkdir v2.5.0
20792026-07-01T19:13:27.581Z Compiling hashbrown v0.16.1
20802026-07-01T19:13:27.642Z Compiling hashbrown v0.15.5
20812026-07-01T19:13:27.692Z Compiling zopfli v0.8.3
20822026-07-01T19:13:27.817Z Compiling clap_builder v4.6.0
20832026-07-01T19:13:27.999Z Compiling bzip2 v0.6.1
20842026-07-01T19:13:28.016Z Compiling elliptic-curve v0.13.8
20852026-07-01T19:13:28.203Z Compiling cargo_metadata v0.23.1
20862026-07-01T19:13:28.209Z Compiling zstd v0.13.3
20872026-07-01T19:13:28.302Z Compiling futures v0.3.32
20882026-07-01T19:13:28.473Z Compiling anstream v0.6.21
20892026-07-01T19:13:28.893Z Compiling phf v0.13.1
20902026-07-01T19:13:28.950Z Compiling snafu v0.8.9
20912026-07-01T19:13:29.025Z Compiling signal-hook-mio v0.2.5
20922026-07-01T19:13:29.114Z Compiling reqwest v0.12.28
20932026-07-01T19:13:29.427Z Compiling daft v0.1.7
20942026-07-01T19:13:29.431Z Compiling cookie_store v0.22.1
20952026-07-01T19:13:29.467Z Compiling postgres-types v0.2.12
20962026-07-01T19:13:29.482Z Compiling bzip2 v0.4.4
20972026-07-01T19:13:29.702Z Compiling globset v0.4.18
20982026-07-01T19:13:29.717Z Compiling strum v0.27.2
20992026-07-01T19:13:29.902Z Compiling hubpack v0.1.2
21002026-07-01T19:13:29.922Z Compiling ed25519 v2.2.3
21012026-07-01T19:13:29.937Z Compiling phf_shared v0.11.3
21022026-07-01T19:13:29.993Z Compiling crossbeam-epoch v0.9.18
21032026-07-01T19:13:30.060Z Compiling olpc-cjson v0.1.4
21042026-07-01T19:13:30.142Z Compiling pkcs1 v0.7.5
21052026-07-01T19:13:30.173Z Compiling pem v3.0.6
21062026-07-01T19:13:30.334Z Compiling serde_plain v1.0.2
21072026-07-01T19:13:30.336Z Compiling serde-big-array v0.5.1
21082026-07-01T19:13:30.379Z Compiling rfc6979 v0.4.0
21092026-07-01T19:13:30.495Z Compiling float-cmp v0.10.0
21102026-07-01T19:13:30.512Z Compiling memmap2 v0.9.10
21112026-07-01T19:13:30.512Z Compiling env_filter v1.0.0
21122026-07-01T19:13:30.542Z Compiling typed-path v0.9.3
21132026-07-01T19:13:30.545Z Compiling new_debug_unreachable v1.0.6
21142026-07-01T19:13:30.570Z Compiling fixedbitset v0.4.2
21152026-07-01T19:13:30.619Z Compiling precomputed-hash v0.1.1
21162026-07-01T19:13:30.661Z Compiling fixedbitset v0.5.7
21172026-07-01T19:13:30.722Z Compiling static_assertions v1.1.0
21182026-07-01T19:13:30.785Z Compiling jiff v0.2.21
21192026-07-01T19:13:30.861Z Compiling predicates-core v1.0.10
21202026-07-01T19:13:30.877Z Compiling normalize-line-endings v0.3.0
21212026-07-01T19:13:30.921Z Compiling difflib v0.4.0
21222026-07-01T19:13:30.937Z Compiling whoami v2.1.0
21232026-07-01T19:13:30.951Z Compiling keccak v0.1.6
21242026-07-01T19:13:30.966Z Compiling data-encoding v2.10.0
21252026-07-01T19:13:30.990Z Compiling toml_write v0.1.2
21262026-07-01T19:13:31.059Z Compiling petgraph v0.8.3
21272026-07-01T19:13:31.169Z Compiling predicates v3.1.4
21282026-07-01T19:13:31.204Z Compiling toml_edit v0.22.27
21292026-07-01T19:13:31.272Z Compiling hickory-proto v0.25.2
21302026-07-01T19:13:31.286Z Compiling tokio-postgres v0.7.16
21312026-07-01T19:13:31.394Z Compiling sha3 v0.10.8
21322026-07-01T19:13:31.506Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21332026-07-01T19:13:31.697Z Compiling petgraph v0.6.5
21342026-07-01T19:13:31.732Z Compiling string_cache v0.8.9
21352026-07-01T19:13:31.783Z Compiling env_logger v0.11.9
21362026-07-01T19:13:31.971Z Compiling usdt v0.6.0
21372026-07-01T19:13:32.076Z Compiling ecdsa v0.16.9
21382026-07-01T19:13:32.124Z Compiling rsa v0.9.10
21392026-07-01T19:13:33.029Z Compiling ed25519-dalek v2.2.0
21402026-07-01T19:13:33.378Z Compiling zip v4.6.1
21412026-07-01T19:13:33.594Z Compiling iddqd v0.4.2
21422026-07-01T19:13:33.603Z Compiling zip v0.6.6
21432026-07-01T19:13:34.009Z Compiling clap v4.6.1
21442026-07-01T19:13:34.127Z Compiling crossterm v0.28.1
21452026-07-01T19:13:34.274Z Compiling serde_with v3.17.0
21462026-07-01T19:13:34.317Z Compiling similar v2.7.0
21472026-07-01T19:13:34.477Z Compiling strum v0.26.3
21482026-07-01T19:13:34.494Z Compiling toml v0.7.8
21492026-07-01T19:13:34.512Z Compiling tokio-stream v0.1.18
21502026-07-01T19:13:34.623Z Compiling buf-list v1.1.2
21512026-07-01T19:13:34.859Z Compiling itertools v0.13.0
21522026-07-01T19:13:34.898Z Compiling x509-cert v0.2.5
21532026-07-01T19:13:35.040Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21542026-07-01T19:13:35.598Z Compiling openapiv3 v2.2.0
21552026-07-01T19:13:35.601Z Compiling sha1 v0.10.6
21562026-07-01T19:13:35.700Z Compiling peg-runtime v0.8.5
21572026-07-01T19:13:35.969Z Compiling lalrpop-util v0.19.12
21582026-07-01T19:13:51.423Z Compiling rustls-webpki v0.103.9
21592026-07-01T19:13:53.133Z Compiling cpufeatures v0.3.0
21602026-07-01T19:13:53.236Z Compiling macaddr v1.0.1
21612026-07-01T19:13:53.246Z Compiling structmeta-derive v0.3.0
21622026-07-01T19:13:53.280Z Compiling hybrid-array v0.4.10
21632026-07-01T19:13:53.318Z Compiling rayon-core v1.13.0
21642026-07-01T19:13:53.522Z Compiling crucible-workspace-hack v0.1.0
21652026-07-01T19:13:53.539Z Compiling itertools v0.14.0
21662026-07-01T19:13:53.575Z Compiling secrecy v0.10.3
21672026-07-01T19:13:53.769Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682026-07-01T19:13:53.783Z Compiling toml_datetime v0.7.5+spec-1.1.0
21692026-07-01T19:13:53.836Z Compiling heapless v0.8.0
21702026-07-01T19:13:54.028Z Compiling toml_edit v0.23.10+spec-1.0.0
21712026-07-01T19:13:54.048Z Compiling crypto-common v0.2.2
21722026-07-01T19:13:54.107Z Compiling block-buffer v0.12.1
21732026-07-01T19:13:54.126Z Compiling crossbeam-deque v0.8.6
21742026-07-01T19:13:54.214Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752026-07-01T19:13:54.261Z Compiling structmeta v0.3.0
21762026-07-01T19:13:54.316Z Compiling hash32 v0.3.1
21772026-07-01T19:13:54.322Z Compiling multer v3.1.0
21782026-07-01T19:13:54.363Z Compiling thread_local v1.1.9
21792026-07-01T19:13:54.377Z Compiling slog-async v2.8.0
21802026-07-01T19:13:54.487Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21812026-07-01T19:13:54.511Z Compiling compression-core v0.4.31
21822026-07-01T19:13:54.549Z Compiling unicode-width v0.2.0
21832026-07-01T19:13:54.682Z Compiling const-oid v0.10.2
21842026-07-01T19:13:54.690Z Compiling smoltcp v0.11.0
21852026-07-01T19:13:54.719Z Compiling match_cfg v0.1.0
21862026-07-01T19:13:54.810Z Compiling hostname v0.3.1
21872026-07-01T19:13:54.825Z Compiling compression-codecs v0.4.37
21882026-07-01T19:13:54.842Z Compiling ingot-macros v0.1.1
21892026-07-01T19:13:54.871Z Compiling digest v0.11.3
21902026-07-01T19:13:54.886Z Compiling proc-macro-crate v3.4.0
21912026-07-01T19:13:54.999Z Compiling derive-ex v0.1.8
21922026-07-01T19:13:55.071Z Compiling tokio-rustls v0.26.4
21932026-07-01T19:13:55.084Z Compiling rustls-platform-verifier v0.6.2
21942026-07-01T19:13:55.208Z Compiling tough v0.22.0
21952026-07-01T19:13:55.314Z Compiling hyper-rustls v0.27.7
21962026-07-01T19:13:55.333Z Compiling atomicwrites v0.4.4
21972026-07-01T19:13:55.345Z Compiling slog-json v2.6.1
21982026-07-01T19:13:55.360Z Compiling crossbeam-channel v0.5.15
21992026-07-01T19:13:55.539Z Compiling reqwest v0.13.2
22002026-07-01T19:13:55.617Z Compiling half v2.7.1
22012026-07-01T19:13:55.637Z Compiling newtype-uuid-macros v0.1.0
22022026-07-01T19:13:55.642Z Compiling cobs v0.3.0
22032026-07-01T19:13:55.963Z Compiling thiserror-impl-no-std v2.0.2
22042026-07-01T19:13:56.022Z Compiling universal-hash v0.5.1
22052026-07-01T19:13:56.107Z Compiling async-stream-impl v0.3.6
22062026-07-01T19:13:56.157Z Compiling toml_datetime v1.1.1+spec-1.1.0
22072026-07-01T19:13:56.417Z Compiling serde_spanned v1.1.1
22082026-07-01T19:13:56.577Z Compiling is-terminal v0.4.17
22092026-07-01T19:13:56.590Z Compiling dropshot v0.17.1
22102026-07-01T19:13:56.616Z Compiling proc-macro-error-attr v1.0.4
22112026-07-01T19:13:56.624Z Compiling take_mut v0.2.2
22122026-07-01T19:13:56.666Z Compiling opaque-debug v0.3.1
22132026-07-01T19:13:56.683Z Compiling ciborium-io v0.2.2
22142026-07-01T19:13:56.687Z Compiling term v1.2.1
22152026-07-01T19:13:56.750Z Compiling convert_case v0.4.0
22162026-07-01T19:13:56.766Z Compiling toml_writer v1.1.1+spec-1.1.0
22172026-07-01T19:13:56.810Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22182026-07-01T19:13:56.883Z Compiling ciborium-ll v0.2.2
22192026-07-01T19:13:56.900Z Compiling poly1305 v0.8.0
22202026-07-01T19:13:57.018Z Compiling toml v1.1.2+spec-1.1.0
22212026-07-01T19:13:57.024Z Compiling thiserror-no-std v2.0.2
22222026-07-01T19:13:57.059Z Compiling slog-term v2.9.2
22232026-07-01T19:13:57.098Z Compiling derive_more v0.99.20
22242026-07-01T19:13:57.130Z Compiling async-stream v0.3.6
22252026-07-01T19:13:57.174Z Compiling test-strategy v0.4.5
22262026-07-01T19:13:57.337Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22272026-07-01T19:13:57.352Z Compiling postcard v1.1.3
22282026-07-01T19:13:57.531Z Compiling ingot-types v0.1.2
22292026-07-01T19:13:57.566Z Compiling slog-bunyan v2.5.0
22302026-07-01T19:13:57.771Z Compiling num_enum_derive v0.7.6
22312026-07-01T19:13:57.999Z Compiling ingot v0.1.1
22322026-07-01T19:13:58.323Z Compiling sha1 v0.11.0
22332026-07-01T19:13:58.483Z Compiling async-compression v0.4.41
22342026-07-01T19:13:58.508Z Compiling parse-display-derive v0.10.0
22352026-07-01T19:13:58.730Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22362026-07-01T19:13:58.862Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22372026-07-01T19:13:58.934Z Compiling proc-macro-crate v1.3.1
22382026-07-01T19:13:58.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22392026-07-01T19:13:58.974Z Compiling waitgroup v0.1.2
22402026-07-01T19:13:58.998Z Compiling backon v1.6.0
22412026-07-01T19:13:59.092Z Compiling rustls-pemfile v2.2.0
22422026-07-01T19:13:59.108Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22432026-07-01T19:13:59.144Z Compiling password-hash v0.5.0
22442026-07-01T19:13:59.163Z Compiling dropshot_endpoint v0.17.1
22452026-07-01T19:13:59.284Z Compiling chacha20 v0.9.1
22462026-07-01T19:13:59.299Z Compiling blake2 v0.10.6
22472026-07-01T19:13:59.361Z Compiling aead v0.5.2
22482026-07-01T19:13:59.375Z Compiling foreign-types-macros v0.2.3
22492026-07-01T19:13:59.399Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22502026-07-01T19:13:59.549Z Compiling serde_path_to_error v0.1.20
22512026-07-01T19:13:59.562Z Compiling hostname v0.4.2
22522026-07-01T19:13:59.566Z Compiling proc-macro-error v1.0.4
22532026-07-01T19:13:59.748Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22542026-07-01T19:13:59.813Z Compiling instant v0.1.13
22552026-07-01T19:13:59.835Z Compiling foreign-types-shared v0.3.1
22562026-07-01T19:13:59.858Z Compiling debug-ignore v1.0.5
22572026-07-01T19:13:59.944Z Compiling backoff v0.4.0
22582026-07-01T19:13:59.967Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22592026-07-01T19:13:59.990Z Compiling foreign-types v0.5.0
22602026-07-01T19:14:00.006Z Compiling parse-display v0.10.0
22612026-07-01T19:14:00.040Z Compiling argon2 v0.5.3
22622026-07-01T19:14:00.099Z Compiling chacha20poly1305 v0.10.1
22632026-07-01T19:14:00.114Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22642026-07-01T19:14:00.120Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-07-01T19:14:00.153Z Compiling num_enum_derive v0.5.11
22662026-07-01T19:14:00.186Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22672026-07-01T19:14:00.225Z Compiling num_enum v0.7.6
22682026-07-01T19:14:00.238Z Compiling vsss-rs v3.3.4
22692026-07-01T19:14:00.368Z Compiling ciborium v0.2.2
22702026-07-01T19:14:00.569Z Compiling tabwriter v1.4.1
22712026-07-01T19:14:00.818Z Compiling chacha20 v0.10.0
22722026-07-01T19:14:00.841Z Compiling regress v0.10.5
22732026-07-01T19:14:00.894Z Compiling byte-wrapper v0.1.0
22742026-07-01T19:14:00.959Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22752026-07-01T19:14:01.095Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22762026-07-01T19:14:01.114Z Compiling cstr-argument v0.1.2
22772026-07-01T19:14:01.125Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-07-01T19:14:01.130Z Compiling humantime v2.3.0
22792026-07-01T19:14:01.143Z Compiling num_enum v0.5.11
22802026-07-01T19:14:01.239Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22812026-07-01T19:14:01.254Z Compiling rand v0.10.0
22822026-07-01T19:14:01.287Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22832026-07-01T19:14:01.369Z Compiling rayon v1.11.0
22842026-07-01T19:14:01.512Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22852026-07-01T19:14:01.590Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22862026-07-01T19:14:01.594Z Compiling colored v3.1.1
22872026-07-01T19:14:01.623Z Compiling indent_write v2.2.0
22882026-07-01T19:14:01.634Z Compiling libefi-sys v0.1.0
22892026-07-01T19:14:01.699Z Compiling zone_cfg_derive v0.3.1
22902026-07-01T19:14:01.709Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22912026-07-01T19:14:01.744Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22922026-07-01T19:14:01.790Z Compiling camino-tempfile v1.4.1
22932026-07-01T19:14:01.840Z Compiling itertools v0.12.1
22942026-07-01T19:14:01.898Z Compiling usdt-attr-macro v0.5.0
22952026-07-01T19:14:01.989Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22962026-07-01T19:14:01.995Z Compiling usdt-macro v0.5.0
22972026-07-01T19:14:02.114Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-01T19:14:02.217Z Compiling bitfield-struct v0.6.2
22992026-07-01T19:14:02.238Z Compiling num-derive v0.4.2
23002026-07-01T19:14:02.265Z Compiling blake3 v1.8.5
23012026-07-01T19:14:02.294Z Compiling memmap v0.7.0
23022026-07-01T19:14:02.321Z Compiling sigpipe v0.1.3
23032026-07-01T19:14:02.340Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23042026-07-01T19:14:02.441Z Compiling swrite v0.1.0
23052026-07-01T19:14:02.461Z Compiling glob v0.3.3
23062026-07-01T19:14:02.570Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-01T19:14:02.619Z Compiling smf v0.2.3
23082026-07-01T19:14:02.811Z Compiling usdt v0.5.0
23092026-07-01T19:14:02.834Z Compiling filetime v0.2.27
23102026-07-01T19:14:02.878Z Compiling whoami v1.6.1
23112026-07-01T19:14:02.886Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23122026-07-01T19:14:03.053Z Compiling xattr v1.6.1
23132026-07-01T19:14:03.107Z Compiling arrayref v0.3.9
23142026-07-01T19:14:03.143Z Compiling zone v0.3.1
23152026-07-01T19:14:03.166Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23162026-07-01T19:14:03.191Z Compiling constant_time_eq v0.4.2
23172026-07-01T19:14:03.206Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23182026-07-01T19:14:03.261Z Compiling arrayvec v0.7.6
23192026-07-01T19:14:03.303Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-01T19:14:03.313Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23212026-07-01T19:14:03.359Z Compiling tar v0.4.45
23222026-07-01T19:14:03.371Z Compiling tokio-dtrace v0.1.1
23232026-07-01T19:14:03.384Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23242026-07-01T19:14:03.400Z Compiling console v0.16.2
23252026-07-01T19:14:03.558Z Compiling gethostname v0.5.0
23262026-07-01T19:14:03.772Z Compiling unit-prefix v0.5.2
23272026-07-01T19:14:03.820Z Compiling topological-sort v0.2.2
23282026-07-01T19:14:03.820Z Compiling oxide-tokio-rt v0.1.4
23292026-07-01T19:14:04.123Z Compiling indicatif v0.18.4
23302026-07-01T19:14:04.297Z Compiling toml v0.8.23
23312026-07-01T19:14:04.297Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23322026-07-01T19:14:04.318Z Compiling shell-words v1.1.1
23332026-07-01T19:14:13.477Z Compiling progenitor-client v0.14.0
23342026-07-01T19:14:13.477Z Compiling omicron-zone-package v0.12.3
23352026-07-01T19:14:17.602Z Compiling progenitor-extras v0.2.0
23362026-07-01T19:14:17.639Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23372026-07-01T19:14:17.640Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23382026-07-01T19:14:17.640Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23392026-07-01T19:14:17.640Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23402026-07-01T19:14:17.642Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23412026-07-01T19:14:17.642Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23422026-07-01T19:14:17.642Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-07-01T19:14:17.642Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23442026-07-01T19:14:17.642Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23452026-07-01T19:14:19.193Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23462026-07-01T19:14:27.120Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23472026-07-01T19:14:30.256Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23482026-07-01T19:14:31.262Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23492026-07-01T19:14:40.564Z Finished `release` profile [optimized] target(s) in 1m 39s
23502026-07-01T19:14:40.700Z Running `target/release/omicron-package -t test target create -p dev`
23512026-07-01T19:14:40.759ZLogging to: /work/oxidecomputer/omicron/out/LOG
23522026-07-01T19:14:40.762ZCreated new build target 'test' and set it as active
23532026-07-01T19:14:40.762Z
23542026-07-01T19:14:40.762Zreal 1:39.937853880
23552026-07-01T19:14:40.762Zuser 16:19.319664817
23562026-07-01T19:14:40.762Zsys 2:36.393068166
23572026-07-01T19:14:40.762Ztrap 0.451372045
23582026-07-01T19:14:40.762Ztflt 2.391122302
23592026-07-01T19:14:40.762Zdflt 4.384721041
23602026-07-01T19:14:40.762Zkflt 0.000761328
23612026-07-01T19:14:40.762Zlock 51:34.942583616
23622026-07-01T19:14:40.762Zslp 42:19.612799804
23632026-07-01T19:14:40.762Zlat 39.866159478
23642026-07-01T19:14:40.762Zstop 4:59.014446034
23652026-07-01T19:14:40.765Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23662026-07-01T19:14:41.569Z Finished `release` profile [optimized] target(s) in 0.79s
23672026-07-01T19:14:41.635Z Running `target/release/omicron-package -t test package`
23682026-07-01T19:14:41.689ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692026-07-01T19:14:43.048Z Compiling heck v0.5.0
23702026-07-01T19:14:43.048Z Compiling regress v0.11.1
23712026-07-01T19:14:43.274Z Compiling unsafe-libyaml v0.2.11
23722026-07-01T19:14:43.296Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-07-01T19:14:43.325Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23742026-07-01T19:14:43.347Z Compiling unicode-width v0.1.14
23752026-07-01T19:14:43.350Z Compiling atomicwrites v0.4.4
23762026-07-01T19:14:43.365Z Compiling derive-where v1.6.0
23772026-07-01T19:14:43.404Z Compiling bytecount v0.6.9
23782026-07-01T19:14:43.407Z Compiling is-terminal v0.4.17
23792026-07-01T19:14:43.407Z Compiling prettyplease v0.2.37
23802026-07-01T19:14:43.407Z Compiling console v0.15.11
23812026-07-01T19:14:43.425Z Compiling newline-converter v0.3.0
23822026-07-01T19:14:43.428Z Compiling hybrid-array v0.4.10
23832026-07-01T19:14:43.504Z Compiling slog-dtrace v0.3.0
23842026-07-01T19:14:43.547Z Compiling owo-colors v4.3.0
23852026-07-01T19:14:43.571Z Compiling cancel-safe-futures v0.1.5
23862026-07-01T19:14:43.574Z Compiling resolv-conf v0.7.6
23872026-07-01T19:14:43.613Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-07-01T19:14:43.661Z Compiling num-rational v0.4.2
23892026-07-01T19:14:43.682Z Compiling libsw-core v0.3.2
23902026-07-01T19:14:43.737Z Compiling num-complex v0.4.6
23912026-07-01T19:14:43.804Z Compiling serde_yaml v0.9.34+deprecated
23922026-07-01T19:14:43.878Z Compiling expectorate v1.2.0
23932026-07-01T19:14:43.898Z Compiling block-buffer v0.12.1
23942026-07-01T19:14:43.947Z Compiling crypto-common v0.2.2
23952026-07-01T19:14:43.950Z Compiling thread_local v1.1.9
23962026-07-01T19:14:43.991Z Compiling match_cfg v0.1.0
23972026-07-01T19:14:44.082Z Compiling const-oid v0.10.2
23982026-07-01T19:14:44.103Z Compiling compression-core v0.4.31
23992026-07-01T19:14:44.125Z Compiling num v0.4.3
24002026-07-01T19:14:44.211Z Compiling hostname v0.3.1
24012026-07-01T19:14:44.248Z Compiling compression-codecs v0.4.37
24022026-07-01T19:14:44.293Z Compiling libsw v3.5.0
24032026-07-01T19:14:44.318Z Compiling multer v3.1.0
24042026-07-01T19:14:44.382Z Compiling slog-async v2.8.0
24052026-07-01T19:14:44.402Z Compiling crossbeam-channel v0.5.15
24062026-07-01T19:14:44.448Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-07-01T19:14:44.505Z Compiling slog-json v2.6.1
24082026-07-01T19:14:44.526Z Compiling digest v0.11.3
24092026-07-01T19:14:44.554Z Compiling toml_datetime v1.1.1+spec-1.1.0
24102026-07-01T19:14:44.592Z Compiling serde_spanned v1.1.1
24112026-07-01T19:14:44.648Z Compiling toml_writer v1.1.1+spec-1.1.0
24122026-07-01T19:14:44.661Z Compiling linear-map v1.2.0
24132026-07-01T19:14:44.682Z Compiling float-ord v0.3.2
24142026-07-01T19:14:44.724Z Compiling term v1.2.1
24152026-07-01T19:14:44.746Z Compiling linked-hash-map v0.5.6
24162026-07-01T19:14:44.770Z Compiling cpufeatures v0.3.0
24172026-07-01T19:14:44.773Z Compiling take_mut v0.2.2
24182026-07-01T19:14:44.813Z Compiling typify-impl v0.6.2
24192026-07-01T19:14:44.832Z Compiling toml v1.1.2+spec-1.1.0
24202026-07-01T19:14:44.857Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24212026-07-01T19:14:44.878Z Compiling sha1 v0.11.0
24222026-07-01T19:14:44.881Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24232026-07-01T19:14:44.881Z Compiling slog-bunyan v2.5.0
24242026-07-01T19:14:44.941Z Compiling lru-cache v0.1.2
24252026-07-01T19:14:45.067Z Compiling slog-term v2.9.2
24262026-07-01T19:14:45.100Z Compiling async-compression v0.4.41
24272026-07-01T19:14:45.156Z Compiling async-stream v0.3.6
24282026-07-01T19:14:45.243Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292026-07-01T19:14:45.332Z Compiling dropshot v0.17.1
24302026-07-01T19:14:45.357Z Compiling progenitor-client v0.14.0
24312026-07-01T19:14:45.377Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24322026-07-01T19:14:45.396Z Compiling waitgroup v0.1.2
24332026-07-01T19:14:45.419Z Compiling rustls-pemfile v2.2.0
24342026-07-01T19:14:45.442Z Compiling backon v1.6.0
24352026-07-01T19:14:45.560Z Compiling serde_path_to_error v0.1.20
24362026-07-01T19:14:45.580Z Compiling hostname v0.4.2
24372026-07-01T19:14:45.603Z Compiling instant v0.1.13
24382026-07-01T19:14:45.607Z Compiling minimal-lexical v0.2.1
24392026-07-01T19:14:45.643Z Compiling debug-ignore v1.0.5
24402026-07-01T19:14:45.680Z Compiling progenitor-extras v0.2.0
24412026-07-01T19:14:45.683Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24422026-07-01T19:14:45.749Z Compiling backoff v0.4.0
24432026-07-01T19:14:45.769Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24442026-07-01T19:14:45.788Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24452026-07-01T19:14:45.927Z Compiling nom v7.1.3
24462026-07-01T19:14:45.964Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24472026-07-01T19:14:45.964Z Compiling parse-display v0.10.0
24482026-07-01T19:14:46.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24492026-07-01T19:14:46.049Z Compiling hickory-proto v0.24.4
24502026-07-01T19:14:46.267Z Compiling regress v0.10.5
24512026-07-01T19:14:46.667Z Compiling macaddr v1.0.1
24522026-07-01T19:14:46.729Z Compiling humantime v2.3.0
24532026-07-01T19:14:46.752Z Compiling unicode-xid v0.2.6
24542026-07-01T19:14:46.921Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-07-01T19:14:47.015Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24562026-07-01T19:14:47.196Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24572026-07-01T19:14:47.325Z Compiling convert_case v0.10.0
24582026-07-01T19:14:47.346Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24592026-07-01T19:14:47.620Z Compiling derive_more-impl v2.1.1
24602026-07-01T19:14:47.700Z Compiling toml v0.8.23
24612026-07-01T19:14:48.002Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24622026-07-01T19:14:48.243Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24632026-07-01T19:14:48.287Z Compiling papergrid v0.11.0
24642026-07-01T19:14:48.308Z Compiling typify-macro v0.6.2
24652026-07-01T19:14:48.329Z Compiling tabled_derive v0.7.0
24662026-07-01T19:14:48.417Z Compiling termtree v0.5.1
24672026-07-01T19:14:48.439Z Compiling derive_more v2.1.1
24682026-07-01T19:14:48.545Z Compiling crossterm v0.29.0
24692026-07-01T19:14:48.619Z Compiling hickory-resolver v0.24.4
24702026-07-01T19:14:48.646Z Compiling phf_shared v0.12.1
24712026-07-01T19:14:48.897Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24722026-07-01T19:14:49.269Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24732026-07-01T19:14:49.518Z Compiling tabled v0.15.0
24742026-07-01T19:14:49.569Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24752026-07-01T19:14:49.856Z Compiling typify v0.6.2
24762026-07-01T19:14:50.151Z Compiling progenitor-impl v0.14.0
24772026-07-01T19:14:50.619Z Compiling qorb v0.4.1
24782026-07-01T19:14:51.476Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24792026-07-01T19:14:52.028Z Compiling csv-core v0.1.13
24802026-07-01T19:14:52.306Z Compiling progenitor-macro v0.14.0
24812026-07-01T19:14:52.479Z Compiling vte v0.14.1
24822026-07-01T19:14:52.729Z Compiling chrono-tz v0.10.4
24832026-07-01T19:14:52.964Z Compiling highway v1.3.0
24842026-07-01T19:14:53.524Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24852026-07-01T19:14:53.723Z Compiling strip-ansi-escapes v0.2.1
24862026-07-01T19:14:53.748Z Compiling csv v1.4.0
24872026-07-01T19:14:53.903Z Compiling phf v0.12.1
24882026-07-01T19:14:53.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24892026-07-01T19:14:54.113Z Compiling const_format_proc_macros v0.2.34
24902026-07-01T19:14:54.162Z Compiling fd-lock v4.0.4
24912026-07-01T19:14:54.280Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24922026-07-01T19:14:54.327Z Compiling peg-macros v0.8.5
24932026-07-01T19:14:54.768Z Compiling nu-ansi-term v0.50.3
24942026-07-01T19:14:54.978Z Compiling const_format v0.2.35
24952026-07-01T19:14:55.284Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24962026-07-01T19:14:55.310Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24972026-07-01T19:14:55.474Z Compiling reedline v0.40.0
24982026-07-01T19:14:55.621Z Compiling peg v0.8.5
24992026-07-01T19:14:55.757Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25002026-07-01T19:14:55.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25012026-07-01T19:14:56.335Z Compiling progenitor v0.14.0
25022026-07-01T19:14:56.513Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25032026-07-01T19:14:56.696Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25042026-07-01T19:14:56.955Z Compiling bcs v0.1.6
25052026-07-01T19:14:57.388Z Compiling nom v8.0.0
25062026-07-01T19:14:57.453Z Compiling semver v0.1.20
25072026-07-01T19:14:57.754Z Compiling rustc_version v0.1.7
25082026-07-01T19:14:57.987Z Compiling newtype_derive v0.1.6
25092026-07-01T19:14:58.228Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102026-07-01T19:14:58.489Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25112026-07-01T19:14:58.524Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25122026-07-01T19:14:59.828Z Compiling unicode-linebreak v0.1.5
25132026-07-01T19:14:59.832Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25142026-07-01T19:14:59.832Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25152026-07-01T19:14:59.832Z Compiling smawk v0.3.2
25162026-07-01T19:14:59.832Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25172026-07-01T19:14:59.832Z Compiling textwrap v0.16.2
25182026-07-01T19:14:59.832Z Compiling steno v0.4.1
25192026-07-01T19:14:59.832Z Compiling base64 v0.21.7
25202026-07-01T19:14:59.832Z Compiling dropshot-api-manager-types v0.7.2
25212026-07-01T19:15:00.058Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25222026-07-01T19:15:00.116Z Compiling tagptr v0.2.0
25232026-07-01T19:15:00.198Z Compiling utf-8 v0.7.6
25242026-07-01T19:15:00.323Z Compiling moka v0.12.13
25252026-07-01T19:15:00.432Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25262026-07-01T19:15:00.705Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25272026-07-01T19:15:00.952Z Compiling tungstenite v0.21.0
25282026-07-01T19:15:01.014Z Compiling display-error-chain v0.2.2
25292026-07-01T19:15:01.368Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25302026-07-01T19:15:01.406Z Compiling radium v0.7.0
25312026-07-01T19:15:01.493Z Compiling hickory-resolver v0.25.2
25322026-07-01T19:15:01.616Z Compiling tap v1.0.1
25332026-07-01T19:15:01.717Z Compiling tokio-tungstenite v0.21.0
25342026-07-01T19:15:01.795Z Compiling maybe-uninit v2.0.0
25352026-07-01T19:15:02.136Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25362026-07-01T19:15:02.339Z Compiling wyz v0.5.1
25372026-07-01T19:15:02.514Z Compiling vergen-lib v0.1.6
25382026-07-01T19:15:02.586Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25392026-07-01T19:15:02.766Z Compiling zerocopy-derive v0.6.6
25402026-07-01T19:15:03.156Z Compiling diesel_derives v2.3.7
25412026-07-01T19:15:03.393Z Compiling crc-catalog v2.4.0
25422026-07-01T19:15:03.517Z Compiling packed_struct v0.10.1
25432026-07-01T19:15:03.678Z Compiling funty v2.0.0
25442026-07-01T19:15:03.843Z Compiling zerocopy v0.6.6
25452026-07-01T19:15:04.219Z Compiling bitvec v1.0.1
25462026-07-01T19:15:04.241Z Compiling crc v3.4.0
25472026-07-01T19:15:04.471Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25482026-07-01T19:15:04.867Z Compiling scheduled-thread-pool v0.2.7
25492026-07-01T19:15:04.953Z Compiling dsl_auto_type v0.2.0
25502026-07-01T19:15:05.410Z Compiling packed_struct_codegen v0.10.1
25512026-07-01T19:15:05.460Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25522026-07-01T19:15:05.500Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25532026-07-01T19:15:05.617Z Compiling vergen-gitcl v1.0.8
25542026-07-01T19:15:05.816Z Compiling bitfield-macros v0.19.4
25552026-07-01T19:15:05.853Z Compiling diesel_table_macro_syntax v0.3.0
25562026-07-01T19:15:06.064Z Compiling dirs-sys-next v0.1.2
25572026-07-01T19:15:06.089Z Compiling proc-macro-error-attr2 v2.0.0
25582026-07-01T19:15:06.333Z Compiling indexmap v1.9.3
25592026-07-01T19:15:06.460Z Compiling nodrop v0.1.14
25602026-07-01T19:15:06.552Z Compiling glob v0.3.3
25612026-07-01T19:15:06.597Z Compiling maplit v1.0.2
25622026-07-01T19:15:06.620Z Compiling crunchy v0.2.4
25632026-07-01T19:15:06.673Z Compiling bitfield v0.19.4
25642026-07-01T19:15:06.717Z Compiling array-init v0.0.4
25652026-07-01T19:15:06.930Z Compiling clang-sys v1.8.1
25662026-07-01T19:15:06.981Z Compiling proc-macro-error2 v2.0.1
25672026-07-01T19:15:07.040Z Compiling dirs-next v2.0.0
25682026-07-01T19:15:07.219Z Compiling r2d2 v0.8.10
25692026-07-01T19:15:07.293Z Compiling smallvec v0.6.14
25702026-07-01T19:15:07.517Z Compiling num-derive v0.3.3
25712026-07-01T19:15:07.537Z Compiling downcast-rs v2.0.2
25722026-07-01T19:15:07.560Z Compiling tiny-keccak v2.0.2
25732026-07-01T19:15:07.671Z Compiling hashbrown v0.12.3
25742026-07-01T19:15:07.716Z Compiling serde-hex v0.1.0
25752026-07-01T19:15:07.832Z Compiling tabled_derive v0.11.0
25762026-07-01T19:15:07.863Z Compiling term v0.7.0
25772026-07-01T19:15:07.979Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25782026-07-01T19:15:08.247Z Compiling ron v0.8.1
25792026-07-01T19:15:08.281Z Compiling papergrid v0.17.0
25802026-07-01T19:15:08.352Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-07-01T19:15:08.408Z Compiling libscf-sys v1.1.0
25822026-07-01T19:15:08.533Z Compiling testing_table v0.3.0
25832026-07-01T19:15:08.584Z Compiling hashbrown v0.13.2
25842026-07-01T19:15:08.727Z Compiling crc-any v2.5.0
25852026-07-01T19:15:08.884Z Compiling bit-vec v0.6.3
25862026-07-01T19:15:08.963Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25872026-07-01T19:15:09.127Z Compiling object v0.30.4
25882026-07-01T19:15:09.148Z Compiling bit-set v0.5.3
25892026-07-01T19:15:09.199Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25902026-07-01T19:15:09.333Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-07-01T19:15:09.619Z Compiling tabled v0.20.0
25922026-07-01T19:15:09.854Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25932026-07-01T19:15:09.911Z Compiling ascii-canvas v3.0.0
25942026-07-01T19:15:10.388Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25952026-07-01T19:15:10.425Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-07-01T19:15:10.471Z Compiling progenitor-impl v0.13.0
25972026-07-01T19:15:10.548Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25982026-07-01T19:15:10.792Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25992026-07-01T19:15:10.811Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26002026-07-01T19:15:10.988Z Compiling itertools v0.10.5
26012026-07-01T19:15:11.026Z Compiling ena v0.14.4
26022026-07-01T19:15:11.271Z Compiling libloading v0.8.9
26032026-07-01T19:15:11.551Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26042026-07-01T19:15:11.745Z Compiling path-slash v0.1.5
26052026-07-01T19:15:11.786Z Compiling diesel v2.3.7
26062026-07-01T19:15:11.810Z Compiling bindgen v0.71.1
26072026-07-01T19:15:11.887Z Compiling regex-syntax v0.6.29
26082026-07-01T19:15:12.105Z Compiling unicase v2.9.0
26092026-07-01T19:15:12.180Z Compiling xshell-macros v0.2.7
26102026-07-01T19:15:12.313Z Compiling diff v0.1.13
26112026-07-01T19:15:12.504Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26122026-07-01T19:15:12.598Z Compiling xshell v0.2.7
26132026-07-01T19:15:12.662Z Compiling progenitor-macro v0.13.0
26142026-07-01T19:15:13.793Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-07-01T19:15:13.883Z Compiling lalrpop v0.19.12
26162026-07-01T19:15:14.032Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26172026-07-01T19:15:14.992Z Compiling cexpr v0.6.0
26182026-07-01T19:15:15.582Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26192026-07-01T19:15:15.662Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26202026-07-01T19:15:15.817Z Compiling progenitor-client v0.13.0
26212026-07-01T19:15:16.167Z Compiling rustc-hash v2.1.1
26222026-07-01T19:15:16.362Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26232026-07-01T19:15:16.726Z Compiling progenitor v0.13.0
26242026-07-01T19:15:17.067Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26252026-07-01T19:15:17.521Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26262026-07-01T19:15:17.560Z Compiling headers-core v0.3.0
26272026-07-01T19:15:17.714Z Compiling libxml v0.3.3
26282026-07-01T19:15:17.963Z Compiling crc8 v0.1.1
26292026-07-01T19:15:18.021Z Compiling headers v0.4.1
26302026-07-01T19:15:18.105Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26312026-07-01T19:15:18.159Z Compiling strum_macros v0.24.3
26322026-07-01T19:15:18.261Z Compiling indoc v1.0.9
26332026-07-01T19:15:18.746Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26342026-07-01T19:15:19.003Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26352026-07-01T19:15:19.241Z Compiling git-stub v1.0.0
26362026-07-01T19:15:19.330Z Compiling derive_builder v0.20.2
26372026-07-01T19:15:19.405Z Compiling oso-derive v0.27.3
26382026-07-01T19:15:19.494Z Compiling quick-xml v0.37.5
26392026-07-01T19:15:19.515Z Compiling impl-trait-for-tuples v0.2.3
26402026-07-01T19:15:19.655Z Compiling openssl-probe v0.1.6
26412026-07-01T19:15:19.676Z Compiling git-stub-vcs v0.1.0
26422026-07-01T19:15:19.953Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26432026-07-01T19:15:19.974Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26442026-07-01T19:15:20.033Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26452026-07-01T19:15:20.245Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26462026-07-01T19:15:20.276Z Compiling bb8 v0.8.6
26472026-07-01T19:15:20.661Z Compiling trait-variant v0.1.2
26482026-07-01T19:15:20.693Z Compiling half v1.8.3
26492026-07-01T19:15:20.809Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26502026-07-01T19:15:20.895Z Compiling samael v0.0.19
26512026-07-01T19:15:21.044Z Compiling serde_cbor v0.11.2
26522026-07-01T19:15:21.164Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532026-07-01T19:15:21.240Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26542026-07-01T19:15:21.355Z Compiling polar-core v0.27.3
26552026-07-01T19:15:21.883Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26562026-07-01T19:15:22.097Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26572026-07-01T19:15:22.131Z Compiling nonempty v0.12.0
26582026-07-01T19:15:22.217Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26592026-07-01T19:15:22.364Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26602026-07-01T19:15:22.433Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612026-07-01T19:15:22.506Z Compiling fxhash v0.2.1
26622026-07-01T19:15:22.572Z Compiling libz-sys v1.1.24
26632026-07-01T19:15:22.660Z Compiling salty v0.3.0
26642026-07-01T19:15:23.075Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26652026-07-01T19:15:23.309Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26662026-07-01T19:15:23.423Z Compiling kstat-rs v0.2.4
26672026-07-01T19:15:23.790Z Compiling arc-swap v1.8.2
26682026-07-01T19:15:23.905Z Compiling fs-err v2.11.0
26692026-07-01T19:15:24.330Z Compiling slog-scope v4.4.1
26702026-07-01T19:15:24.398Z Compiling mime_guess v2.0.5
26712026-07-01T19:15:24.701Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26722026-07-01T19:15:24.824Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26732026-07-01T19:15:24.932Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26742026-07-01T19:15:25.304Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26752026-07-01T19:15:25.406Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26762026-07-01T19:15:25.920Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26772026-07-01T19:15:26.030Z Compiling nanorand v0.7.0
26782026-07-01T19:15:26.421Z Compiling darling_core v0.23.0
26792026-07-01T19:15:26.463Z Compiling libgit2-sys v0.18.3+1.9.2
26802026-07-01T19:15:26.617Z Compiling parking_lot_core v0.8.6
26812026-07-01T19:15:26.963Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26822026-07-01T19:15:27.345Z Compiling flume v0.11.1
26832026-07-01T19:15:27.738Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26842026-07-01T19:15:28.509Z Compiling slog-stdlog v4.1.1
26852026-07-01T19:15:28.636Z Compiling darling_macro v0.23.0
26862026-07-01T19:15:28.945Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26872026-07-01T19:15:28.996Z Compiling async-bb8-diesel v0.2.1
26882026-07-01T19:15:29.176Z Compiling diesel-dtrace v0.5.0
26892026-07-01T19:15:29.212Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26902026-07-01T19:15:29.432Z Compiling primeorder v0.13.6
26912026-07-01T19:15:29.499Z Compiling atty v0.2.14
26922026-07-01T19:15:29.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26932026-07-01T19:15:29.747Z Compiling parse-size v1.1.0
26942026-07-01T19:15:29.895Z Compiling http-range v0.1.5
26952026-07-01T19:15:29.975Z Compiling strsim v0.10.0
26962026-07-01T19:15:30.242Z Compiling instability v0.3.11
26972026-07-01T19:15:30.288Z Compiling oso v0.27.3
26982026-07-01T19:15:30.444Z Compiling darling_core v0.13.4
26992026-07-01T19:15:30.601Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-07-01T19:15:32.144Z Compiling p384 v0.13.1
27012026-07-01T19:15:32.527Z Compiling darling v0.23.0
27022026-07-01T19:15:32.640Z Compiling slog-envlogger v2.2.0
27032026-07-01T19:15:33.796Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042026-07-01T19:15:34.308Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27052026-07-01T19:15:34.777Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27062026-07-01T19:15:37.123Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27072026-07-01T19:15:37.147Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27082026-07-01T19:15:37.461Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-07-01T19:15:37.634Z Compiling ignore v0.4.25
27102026-07-01T19:15:37.658Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27112026-07-01T19:15:37.680Z Compiling castaway v0.2.4
27122026-07-01T19:15:37.838Z Compiling vergen-git2 v9.1.0
27132026-07-01T19:15:38.081Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27142026-07-01T19:15:38.219Z Compiling indoc v2.0.7
27152026-07-01T19:15:38.402Z Compiling globwalk v0.9.1
27162026-07-01T19:15:39.081Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27172026-07-01T19:15:39.133Z Compiling compact_str v0.8.1
27182026-07-01T19:15:39.404Z Compiling parking_lot v0.11.2
27192026-07-01T19:15:39.974Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27202026-07-01T19:15:40.272Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-07-01T19:15:40.355Z Compiling hyper-staticfile v0.10.1
27222026-07-01T19:15:40.631Z Compiling darling_macro v0.13.4
27232026-07-01T19:15:41.049Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-07-01T19:15:41.164Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-07-01T19:15:41.186Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27262026-07-01T19:15:41.505Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27272026-07-01T19:15:41.662Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27282026-07-01T19:15:41.728Z Compiling predicates-tree v1.0.13
27292026-07-01T19:15:41.959Z Compiling unicode-truncate v1.1.0
27302026-07-01T19:15:42.168Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27312026-07-01T19:15:42.189Z Compiling lru v0.12.5
27322026-07-01T19:15:42.192Z Compiling prefix-trie v0.7.0
27332026-07-01T19:15:42.404Z Compiling rand_seeder v0.4.0
27342026-07-01T19:15:42.427Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-07-01T19:15:42.539Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27362026-07-01T19:15:42.662Z Compiling illumos-nvpair-sys v0.2.0
27372026-07-01T19:15:42.700Z Compiling cassowary v0.3.0
27382026-07-01T19:15:42.807Z Compiling corncobs v0.1.4
27392026-07-01T19:15:42.873Z Compiling hickory-server v0.25.2
27402026-07-01T19:15:42.894Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27412026-07-01T19:15:42.976Z Compiling ratatui v0.29.0
27422026-07-01T19:15:43.053Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27432026-07-01T19:15:43.098Z Compiling camino-tempfile-ext v0.3.3
27442026-07-01T19:15:43.278Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27452026-07-01T19:15:43.602Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27462026-07-01T19:15:43.708Z Compiling darling v0.13.4
27472026-07-01T19:15:43.755Z Compiling sled v0.34.7
27482026-07-01T19:15:43.824Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27492026-07-01T19:15:44.256Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27502026-07-01T19:15:44.643Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27512026-07-01T19:15:46.197Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-07-01T19:15:46.722Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27532026-07-01T19:15:46.883Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27542026-07-01T19:15:46.960Z Compiling secrecy v0.8.0
27552026-07-01T19:15:47.129Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27562026-07-01T19:15:47.409Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27572026-07-01T19:15:47.905Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27582026-07-01T19:15:47.995Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27592026-07-01T19:15:48.724Z Compiling serde_with_macros v1.5.2
27602026-07-01T19:15:49.275Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27612026-07-01T19:15:49.819Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27622026-07-01T19:15:50.341Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27632026-07-01T19:15:50.520Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27642026-07-01T19:15:50.755Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27652026-07-01T19:15:50.995Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27662026-07-01T19:15:51.227Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27672026-07-01T19:15:51.249Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27682026-07-01T19:15:51.497Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27692026-07-01T19:15:51.520Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27702026-07-01T19:15:51.732Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27712026-07-01T19:15:51.778Z Compiling void v1.0.2
27722026-07-01T19:15:51.931Z Compiling lzss v0.8.2
27732026-07-01T19:15:52.301Z Compiling illumos-nvpair v0.3.0
27742026-07-01T19:15:52.327Z Compiling git2 v0.20.4
27752026-07-01T19:15:52.481Z Compiling serde_with v1.14.0
27762026-07-01T19:15:52.796Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27772026-07-01T19:15:53.239Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27782026-07-01T19:15:53.668Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
27792026-07-01T19:15:53.892Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27802026-07-01T19:15:55.180Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27812026-07-01T19:15:55.314Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27822026-07-01T19:15:55.963Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27832026-07-01T19:15:57.140Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27842026-07-01T19:15:57.354Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27852026-07-01T19:15:57.612Z Compiling tungstenite v0.23.0
27862026-07-01T19:15:57.866Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27872026-07-01T19:15:57.920Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27882026-07-01T19:15:58.243Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27892026-07-01T19:15:58.497Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-07-01T19:15:58.735Z Compiling nix v0.27.1
27912026-07-01T19:15:59.692Z Compiling twox-hash v2.1.2
27922026-07-01T19:15:59.882Z Compiling serde_bytes v0.11.19
27932026-07-01T19:15:59.985Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27942026-07-01T19:16:00.008Z Compiling tokio-tungstenite v0.23.1
27952026-07-01T19:16:00.030Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27962026-07-01T19:16:00.119Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27972026-07-01T19:16:00.181Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27982026-07-01T19:16:00.201Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27992026-07-01T19:16:00.374Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28002026-07-01T19:16:01.718Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28012026-07-01T19:16:02.359Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28022026-07-01T19:16:03.519Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28032026-07-01T19:16:03.935Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28042026-07-01T19:16:04.682Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28052026-07-01T19:16:04.703Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28062026-07-01T19:16:04.991Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28072026-07-01T19:16:05.014Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28082026-07-01T19:16:05.168Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28092026-07-01T19:16:05.355Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28102026-07-01T19:16:05.589Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28112026-07-01T19:16:06.280Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28122026-07-01T19:16:06.847Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28132026-07-01T19:16:09.028Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28142026-07-01T19:16:09.943Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28152026-07-01T19:16:10.439Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28162026-07-01T19:16:10.728Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28172026-07-01T19:16:10.903Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28182026-07-01T19:16:11.120Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28192026-07-01T19:16:11.738Z Compiling signal-hook-tokio v0.3.1
28202026-07-01T19:16:11.771Z Compiling fatfs v0.3.6
28212026-07-01T19:16:11.939Z Compiling yasna v0.5.2
28222026-07-01T19:16:12.124Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-07-01T19:16:12.472Z Compiling is_ci v1.2.0
28242026-07-01T19:16:12.689Z Compiling assert_matches v1.5.0
28252026-07-01T19:16:12.804Z Compiling seq-macro v0.3.6
28262026-07-01T19:16:13.086Z Compiling supports-color v3.0.2
28272026-07-01T19:16:13.341Z Compiling rcgen v0.12.1
28282026-07-01T19:16:13.376Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28292026-07-01T19:16:13.778Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28302026-07-01T19:16:14.467Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28312026-07-01T19:16:15.858Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28322026-07-01T19:16:16.105Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28332026-07-01T19:16:16.353Z Compiling rtoolbox v0.0.3
28342026-07-01T19:16:16.639Z Compiling subprocess v0.2.15
28352026-07-01T19:16:16.735Z Compiling rpassword v7.4.0
28362026-07-01T19:16:17.092Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28372026-07-01T19:16:17.809Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28382026-07-01T19:16:18.293Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28392026-07-01T19:16:18.855Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28402026-07-01T19:16:18.992Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28412026-07-01T19:16:20.544Z Compiling tui-tree-widget v0.23.1
28422026-07-01T19:16:20.758Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28432026-07-01T19:16:20.841Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28442026-07-01T19:16:21.683Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28452026-07-01T19:16:21.928Z Compiling uzers v0.12.2
28462026-07-01T19:16:22.359Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28472026-07-01T19:16:22.939Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28482026-07-01T19:16:23.463Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28492026-07-01T19:16:23.956Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28502026-07-01T19:16:26.000Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28512026-07-01T19:16:27.897Z Compiling support-bundle-viewer v0.1.2
28522026-07-01T19:16:28.155Z Compiling multimap v0.10.1
28532026-07-01T19:16:42.832Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28542026-07-01T19:16:43.071Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28552026-07-01T19:16:49.974Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28562026-07-01T19:16:50.293Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28572026-07-01T19:16:51.462Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-07-01T19:23:36.325Z Finished `release` profile [optimized] target(s) in 8m 54s
28592026-07-01T19:24:21.340Z
28602026-07-01T19:24:21.340Zreal 9:40.550007749
28612026-07-01T19:24:21.340Zuser 1:18:18.517889885
28622026-07-01T19:24:21.340Zsys 3:27.919587462
28632026-07-01T19:24:21.340Ztrap 1.760693746
28642026-07-01T19:24:21.343Ztflt 2.343738255
28652026-07-01T19:24:21.343Zdflt 16.084242416
28662026-07-01T19:24:21.343Zkflt 0.005165524
28672026-07-01T19:24:21.343Zlock 6:57:34.143949853
28682026-07-01T19:24:21.343Zslp 2:12:47.587915549
28692026-07-01T19:24:21.343Zlat 2:20.325929812
28702026-07-01T19:24:21.343Zstop 4:58.895109268
28712026-07-01T19:24:21.343Z+ mapfile -t packages
28722026-07-01T19:24:21.344Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28732026-07-01T19:24:22.207Z Finished `release` profile [optimized] target(s) in 0.85s
28742026-07-01T19:24:22.272Z Running `target/release/omicron-package -t test list-outputs`
28752026-07-01T19:24:22.332ZLogging to: /work/oxidecomputer/omicron/out/LOG
28762026-07-01T19:24:22.335Z+ ptime -m cargo build --locked --release -p xtask
28772026-07-01T19:24:22.786Z Compiling libc v0.2.185
28782026-07-01T19:24:22.786Z Compiling serde_core v1.0.228
28792026-07-01T19:24:22.786Z Compiling serde v1.0.228
28802026-07-01T19:24:22.789Z Compiling rustix v1.1.3
28812026-07-01T19:24:22.789Z Compiling serde_json v1.0.150
28822026-07-01T19:24:22.907Z Compiling bitflags v2.11.0
28832026-07-01T19:24:22.947Z Compiling usdt-impl v0.5.0
28842026-07-01T19:24:22.951Z Compiling syn v2.0.117
28852026-07-01T19:24:22.970Z Compiling syn v1.0.109
28862026-07-01T19:24:22.984Z Compiling getrandom v0.4.1
28872026-07-01T19:24:22.995Z Compiling log v0.4.29
28882026-07-01T19:24:23.007Z Compiling indexmap v2.14.0
28892026-07-01T19:24:23.023Z Compiling fs-err v3.3.0
28902026-07-01T19:24:23.191Z Compiling anyhow v1.0.102
28912026-07-01T19:24:23.249Z Compiling heck v0.4.1
28922026-07-01T19:24:23.271Z Compiling once_cell v1.21.3
28932026-07-01T19:24:23.659Z Compiling errno v0.3.14
28942026-07-01T19:24:23.663Z Compiling thread-id v4.2.2
28952026-07-01T19:24:23.663Z Compiling memmap v0.7.0
28962026-07-01T19:24:24.424Z Compiling proc-macro-error v1.0.4
28972026-07-01T19:24:24.635Z Compiling terminal_size v0.4.3
28982026-07-01T19:24:24.635Z Compiling tempfile v3.25.0
28992026-07-01T19:24:24.678Z Compiling tabled_derive v0.7.0
29002026-07-01T19:24:24.730Z Compiling clap_builder v4.6.0
29012026-07-01T19:24:24.730Z Compiling textwrap v0.16.2
29022026-07-01T19:24:25.094Z Compiling camino v1.2.2
29032026-07-01T19:24:25.108Z Compiling cargo-platform v0.3.2
29042026-07-01T19:24:25.119Z Compiling pest_generator v2.8.6
29052026-07-01T19:24:25.136Z Compiling semver v1.0.28
29062026-07-01T19:24:25.368Z Compiling tabled v0.15.0
29072026-07-01T19:24:25.403Z Compiling camino-tempfile v1.4.1
29082026-07-01T19:24:25.561Z Compiling serde_derive v1.0.228
29092026-07-01T19:24:25.561Z Compiling thiserror-impl v1.0.69
29102026-07-01T19:24:25.587Z Compiling zerocopy-derive v0.7.35
29112026-07-01T19:24:25.592Z Compiling scroll_derive v0.12.1
29122026-07-01T19:24:25.592Z Compiling thiserror-impl v2.0.18
29132026-07-01T19:24:25.620Z Compiling clap_derive v4.6.1
29142026-07-01T19:24:25.679Z Compiling pest_derive v2.8.6
29152026-07-01T19:24:26.277Z Compiling scroll v0.12.0
29162026-07-01T19:24:26.409Z Compiling zerocopy v0.7.35
29172026-07-01T19:24:26.524Z Compiling goblin v0.8.2
29182026-07-01T19:24:26.690Z Compiling thiserror v1.0.69
29192026-07-01T19:24:26.743Z Compiling thiserror v2.0.18
29202026-07-01T19:24:26.810Z Compiling dtrace-parser v0.2.0
29212026-07-01T19:24:27.091Z Compiling clap v4.6.1
29222026-07-01T19:24:28.699Z Compiling dof v0.3.0
29232026-07-01T19:24:28.738Z Compiling serde_spanned v0.6.9
29242026-07-01T19:24:28.772Z Compiling toml_datetime v0.6.11
29252026-07-01T19:24:28.809Z Compiling serde_tokenstream v0.2.3
29262026-07-01T19:24:28.835Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29272026-07-01T19:24:28.909Z Compiling macaddr v1.0.1
29282026-07-01T19:24:28.912Z Compiling cargo_metadata v0.23.1
29292026-07-01T19:24:29.153Z Compiling toml_edit v0.22.27
29302026-07-01T19:24:29.522Z Compiling usdt-macro v0.5.0
29312026-07-01T19:24:29.522Z Compiling usdt-attr-macro v0.5.0
29322026-07-01T19:24:30.210Z Compiling usdt v0.5.0
29332026-07-01T19:24:30.705Z Compiling toml v0.8.23
29342026-07-01T19:24:31.125Z Compiling cargo_toml v0.21.0
29352026-07-01T19:24:35.515Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29362026-07-01T19:24:38.433Z Finished `release` profile [optimized] target(s) in 16.09s
29372026-07-01T19:24:38.566Z
29382026-07-01T19:24:38.572Zreal 16.158920638
29392026-07-01T19:24:38.572Zuser 2:04.580477952
29402026-07-01T19:24:38.572Zsys 13.987335731
29412026-07-01T19:24:38.572Ztrap 0.077284110
29422026-07-01T19:24:38.572Ztflt 0.434202020
29432026-07-01T19:24:38.572Zdflt 1.688105236
29442026-07-01T19:24:38.572Zkflt 0.000133193
29452026-07-01T19:24:38.572Zlock 4:28.243633345
29462026-07-01T19:24:38.572Zslp 2:41.041668035
29472026-07-01T19:24:38.572Zlat 4.616022951
29482026-07-01T19:24:38.572Zstop 15.048156389
29492026-07-01T19:24:38.572Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29502026-07-01T19:24:38.573Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29512026-07-01T19:24:38.573Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29522026-07-01T19:24:38.573Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29532026-07-01T19:24:38.573Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29542026-07-01T19:24:39.396Z Compiling progenitor-client v0.14.0
29552026-07-01T19:24:39.398Z Compiling cpufeatures v0.3.0
29562026-07-01T19:24:39.399Z Compiling newtype-uuid-macros v0.1.0
29572026-07-01T19:24:39.399Z Compiling hybrid-array v0.4.10
29582026-07-01T19:24:39.399Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29592026-07-01T19:24:39.538Z Compiling match_cfg v0.1.0
29602026-07-01T19:24:39.541Z Compiling slog-json v2.6.1
29612026-07-01T19:24:39.553Z Compiling structmeta-derive v0.3.0
29622026-07-01T19:24:39.556Z Compiling multer v3.1.0
29632026-07-01T19:24:39.556Z Compiling compression-core v0.4.31
29642026-07-01T19:24:39.556Z Compiling const-oid v0.10.2
29652026-07-01T19:24:39.556Z Compiling debug-ignore v1.0.5
29662026-07-01T19:24:39.556Z Compiling atomicwrites v0.4.4
29672026-07-01T19:24:39.569Z Compiling itertools v0.14.0
29682026-07-01T19:24:39.611Z Compiling async-stream-impl v0.3.6
29692026-07-01T19:24:39.628Z Compiling toml_datetime v1.1.1+spec-1.1.0
29702026-07-01T19:24:39.688Z Compiling hostname v0.3.1
29712026-07-01T19:24:39.766Z Compiling serde_spanned v1.1.1
29722026-07-01T19:24:39.798Z Compiling dropshot v0.17.1
29732026-07-01T19:24:39.815Z Compiling toml_writer v1.1.1+spec-1.1.0
29742026-07-01T19:24:39.833Z Compiling slog-bunyan v2.5.0
29752026-07-01T19:24:39.858Z Compiling compression-codecs v0.4.37
29762026-07-01T19:24:39.875Z Compiling waitgroup v0.1.2
29772026-07-01T19:24:39.895Z Compiling rustls-pemfile v2.2.0
29782026-07-01T19:24:39.903Z Compiling dropshot_endpoint v0.17.1
29792026-07-01T19:24:39.988Z Compiling crypto-common v0.2.2
29802026-07-01T19:24:39.988Z Compiling block-buffer v0.12.1
29812026-07-01T19:24:39.991Z Compiling toml v1.1.2+spec-1.1.0
29822026-07-01T19:24:40.055Z Compiling async-compression v0.4.41
29832026-07-01T19:24:40.058Z Compiling serde_path_to_error v0.1.20
29842026-07-01T19:24:40.126Z Compiling hostname v0.4.2
29852026-07-01T19:24:40.130Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29862026-07-01T19:24:40.177Z Compiling macaddr v1.0.1
29872026-07-01T19:24:40.180Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29882026-07-01T19:24:40.215Z Compiling instant v0.1.13
29892026-07-01T19:24:40.241Z Compiling regress v0.10.5
29902026-07-01T19:24:40.264Z Compiling async-stream v0.3.6
29912026-07-01T19:24:40.301Z Compiling backon v1.6.0
29922026-07-01T19:24:40.344Z Compiling backoff v0.4.0
29932026-07-01T19:24:40.361Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29942026-07-01T19:24:40.408Z Compiling humantime v2.3.0
29952026-07-01T19:24:40.424Z Compiling universal-hash v0.5.1
29962026-07-01T19:24:40.424Z Compiling opaque-debug v0.3.1
29972026-07-01T19:24:40.461Z Compiling regress v0.11.1
29982026-07-01T19:24:40.523Z Compiling progenitor-extras v0.2.0
29992026-07-01T19:24:40.541Z Compiling half v2.7.1
30002026-07-01T19:24:40.567Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30012026-07-01T19:24:40.582Z Compiling ciborium-io v0.2.2
30022026-07-01T19:24:40.585Z Compiling crucible-workspace-hack v0.1.0
30032026-07-01T19:24:40.600Z Compiling convert_case v0.4.0
30042026-07-01T19:24:40.651Z Compiling digest v0.11.3
30052026-07-01T19:24:40.726Z Compiling structmeta v0.3.0
30062026-07-01T19:24:40.733Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30072026-07-01T19:24:40.733Z Compiling aead v0.5.2
30082026-07-01T19:24:40.796Z Compiling secrecy v0.10.3
30092026-07-01T19:24:40.829Z Compiling sha1 v0.11.0
30102026-07-01T19:24:40.849Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30112026-07-01T19:24:40.869Z Compiling ciborium-ll v0.2.2
30122026-07-01T19:24:40.872Z Compiling poly1305 v0.8.0
30132026-07-01T19:24:40.920Z Compiling chacha20 v0.9.1
30142026-07-01T19:24:40.935Z Compiling unsafe-libyaml v0.2.11
30152026-07-01T19:24:40.953Z Compiling derive-ex v0.1.8
30162026-07-01T19:24:40.985Z Compiling parse-display-derive v0.10.0
30172026-07-01T19:24:41.006Z Compiling derive_more v0.99.20
30182026-07-01T19:24:41.039Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30192026-07-01T19:24:41.121Z Compiling ciborium v0.2.2
30202026-07-01T19:24:41.138Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30212026-07-01T19:24:41.156Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-01T19:24:41.191Z Compiling thiserror-impl-no-std v2.0.2
30232026-07-01T19:24:41.211Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30242026-07-01T19:24:41.317Z Compiling byte-wrapper v0.1.0
30252026-07-01T19:24:41.512Z Compiling serde_yaml v0.9.34+deprecated
30262026-07-01T19:24:41.530Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30272026-07-01T19:24:41.625Z Compiling password-hash v0.5.0
30282026-07-01T19:24:41.692Z Compiling blake2 v0.10.6
30292026-07-01T19:24:41.709Z Compiling toml_datetime v0.7.5+spec-1.1.0
30302026-07-01T19:24:41.739Z Compiling chacha20poly1305 v0.10.1
30312026-07-01T19:24:41.757Z Compiling indent_write v2.2.0
30322026-07-01T19:24:41.775Z Compiling heapless v0.8.0
30332026-07-01T19:24:41.913Z Compiling toml_edit v0.23.10+spec-1.0.0
30342026-07-01T19:24:41.930Z Compiling ingot-macros v0.1.1
30352026-07-01T19:24:41.980Z Compiling argon2 v0.5.3
30362026-07-01T19:24:42.054Z Compiling tabwriter v1.4.1
30372026-07-01T19:24:42.116Z Compiling typify-impl v0.6.2
30382026-07-01T19:24:42.310Z Compiling hash32 v0.3.1
30392026-07-01T19:24:42.449Z Compiling thiserror-no-std v2.0.2
30402026-07-01T19:24:42.473Z Compiling proc-macro-crate v3.4.0
30412026-07-01T19:24:42.491Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30422026-07-01T19:24:42.564Z Compiling vsss-rs v3.3.4
30432026-07-01T19:24:42.738Z Compiling test-strategy v0.4.5
30442026-07-01T19:24:42.774Z Compiling parse-display v0.10.0
30452026-07-01T19:24:42.791Z Compiling smoltcp v0.11.0
30462026-07-01T19:24:43.006Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30472026-07-01T19:24:43.053Z Compiling num_enum_derive v0.7.6
30482026-07-01T19:24:43.098Z Compiling cobs v0.3.0
30492026-07-01T19:24:43.155Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30502026-07-01T19:24:43.223Z Compiling colored v3.1.1
30512026-07-01T19:24:43.264Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30522026-07-01T19:24:43.354Z Compiling postcard v1.1.3
30532026-07-01T19:24:43.398Z Compiling proc-macro-error v1.0.4
30542026-07-01T19:24:43.422Z Compiling proc-macro-crate v1.3.1
30552026-07-01T19:24:43.503Z Compiling foreign-types-macros v0.2.3
30562026-07-01T19:24:43.612Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30572026-07-01T19:24:43.615Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-07-01T19:24:43.645Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30592026-07-01T19:24:43.724Z Compiling rayon-core v1.13.0
30602026-07-01T19:24:43.749Z Compiling foreign-types-shared v0.3.1
30612026-07-01T19:24:43.883Z Compiling num_enum_derive v0.5.11
30622026-07-01T19:24:43.900Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-07-01T19:24:43.933Z Compiling chacha20 v0.10.0
30642026-07-01T19:24:43.979Z Compiling crossbeam-deque v0.8.6
30652026-07-01T19:24:44.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30662026-07-01T19:24:44.018Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30672026-07-01T19:24:44.108Z Compiling cstr-argument v0.1.2
30682026-07-01T19:24:44.153Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30692026-07-01T19:24:44.170Z Compiling num_enum v0.7.6
30702026-07-01T19:24:44.170Z Compiling foreign-types v0.5.0
30712026-07-01T19:24:44.203Z Compiling rand v0.10.0
30722026-07-01T19:24:44.281Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-07-01T19:24:44.297Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-07-01T19:24:44.328Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30752026-07-01T19:24:44.332Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30762026-07-01T19:24:44.413Z Compiling zone_cfg_derive v0.3.1
30772026-07-01T19:24:44.507Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30782026-07-01T19:24:44.538Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30792026-07-01T19:24:44.611Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30802026-07-01T19:24:44.628Z Compiling itertools v0.12.1
30812026-07-01T19:24:44.650Z Compiling num-derive v0.4.2
30822026-07-01T19:24:44.721Z Compiling sigpipe v0.1.3
30832026-07-01T19:24:44.765Z Compiling rayon v1.11.0
30842026-07-01T19:24:44.808Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30852026-07-01T19:24:44.836Z Compiling glob v0.3.3
30862026-07-01T19:24:44.904Z Compiling ingot-types v0.1.2
30872026-07-01T19:24:44.982Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30882026-07-01T19:24:45.013Z Compiling num_enum v0.5.11
30892026-07-01T19:24:45.031Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30902026-07-01T19:24:45.156Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30912026-07-01T19:24:45.185Z Compiling smf v0.2.3
30922026-07-01T19:24:45.202Z Compiling whoami v1.6.1
30932026-07-01T19:24:45.242Z Compiling usdt-attr-macro v0.5.0
30942026-07-01T19:24:45.278Z Compiling ingot v0.1.1
30952026-07-01T19:24:45.306Z Compiling usdt-macro v0.5.0
30962026-07-01T19:24:45.323Z Compiling gethostname v0.5.0
30972026-07-01T19:24:45.473Z Compiling num-rational v0.4.2
30982026-07-01T19:24:45.529Z Compiling num-complex v0.4.6
30992026-07-01T19:24:45.532Z Compiling memmap v0.7.0
31002026-07-01T19:24:45.643Z Compiling derive-where v1.6.0
31012026-07-01T19:24:45.660Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31022026-07-01T19:24:45.740Z Compiling float-ord v0.3.2
31032026-07-01T19:24:45.757Z Compiling toml v0.8.23
31042026-07-01T19:24:45.912Z Compiling zone v0.3.1
31052026-07-01T19:24:45.932Z Compiling num v0.4.3
31062026-07-01T19:24:45.949Z Compiling resolv-conf v0.7.6
31072026-07-01T19:24:46.032Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31082026-07-01T19:24:46.099Z Compiling owo-colors v4.3.0
31092026-07-01T19:24:46.117Z Compiling cancel-safe-futures v0.1.5
31102026-07-01T19:24:46.132Z Compiling libsw-core v0.3.2
31112026-07-01T19:24:46.135Z Compiling usdt v0.5.0
31122026-07-01T19:24:46.196Z Compiling prettyplease v0.2.37
31132026-07-01T19:24:46.324Z Compiling libsw v3.5.0
31142026-07-01T19:24:46.347Z Compiling console v0.15.11
31152026-07-01T19:24:46.433Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31162026-07-01T19:24:46.449Z Compiling hickory-proto v0.24.4
31172026-07-01T19:24:46.469Z Compiling newline-converter v0.3.0
31182026-07-01T19:24:46.526Z Compiling linked-hash-map v0.5.6
31192026-07-01T19:24:46.541Z Compiling linear-map v1.2.0
31202026-07-01T19:24:46.615Z Compiling libefi-sys v0.1.0
31212026-07-01T19:24:46.649Z Compiling git-stub v1.0.0
31222026-07-01T19:24:46.720Z Compiling typify-macro v0.6.2
31232026-07-01T19:24:46.739Z Compiling lru-cache v0.1.2
31242026-07-01T19:24:46.756Z Compiling expectorate v1.2.0
31252026-07-01T19:24:46.774Z Compiling bitfield-struct v0.6.2
31262026-07-01T19:24:46.879Z Compiling nom v8.0.0
31272026-07-01T19:24:46.896Z Compiling semver v0.1.20
31282026-07-01T19:24:46.954Z Compiling git-stub-vcs v0.1.0
31292026-07-01T19:24:46.973Z Compiling tokio-dtrace v0.1.1
31302026-07-01T19:24:47.066Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31312026-07-01T19:24:47.081Z Compiling dropshot-api-manager-types v0.7.2
31322026-07-01T19:24:47.155Z Compiling rustc_version v0.1.7
31332026-07-01T19:24:47.223Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31342026-07-01T19:24:47.255Z Compiling slog-dtrace v0.3.0
31352026-07-01T19:24:47.271Z Compiling minimal-lexical v0.2.1
31362026-07-01T19:24:47.333Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31372026-07-01T19:24:47.349Z Compiling oxide-tokio-rt v0.1.4
31382026-07-01T19:24:47.422Z Compiling newtype_derive v0.1.6
31392026-07-01T19:24:47.432Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31402026-07-01T19:24:47.433Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31412026-07-01T19:24:47.496Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31422026-07-01T19:24:47.529Z Compiling nom v7.1.3
31432026-07-01T19:24:47.557Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31442026-07-01T19:24:47.575Z Compiling phf_shared v0.12.1
31452026-07-01T19:24:47.660Z Compiling csv-core v0.1.13
31462026-07-01T19:24:47.679Z Compiling chrono-tz v0.10.4
31472026-07-01T19:24:47.682Z Compiling unicode-xid v0.2.6
31482026-07-01T19:24:47.781Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31492026-07-01T19:24:47.817Z Compiling highway v1.3.0
31502026-07-01T19:24:47.842Z Compiling xshell-macros v0.2.7
31512026-07-01T19:24:47.853Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31522026-07-01T19:24:47.934Z Compiling const_format_proc_macros v0.2.34
31532026-07-01T19:24:47.953Z Compiling csv v1.4.0
31542026-07-01T19:24:48.157Z Compiling phf v0.12.1
31552026-07-01T19:24:48.235Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31562026-07-01T19:24:48.253Z Compiling primeorder v0.13.6
31572026-07-01T19:24:48.273Z Compiling xshell v0.2.7
31582026-07-01T19:24:48.337Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31592026-07-01T19:24:48.479Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31602026-07-01T19:24:48.543Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31612026-07-01T19:24:48.562Z Compiling typify v0.6.2
31622026-07-01T19:24:48.565Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31632026-07-01T19:24:48.598Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31642026-07-01T19:24:48.710Z Compiling progenitor-impl v0.14.0
31652026-07-01T19:24:48.812Z Compiling hickory-resolver v0.24.4
31662026-07-01T19:24:48.817Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31672026-07-01T19:24:48.865Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31682026-07-01T19:24:48.882Z Compiling const_format v0.2.35
31692026-07-01T19:24:48.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31702026-07-01T19:24:49.191Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31712026-07-01T19:24:49.234Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31722026-07-01T19:24:49.335Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31732026-07-01T19:24:49.527Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31742026-07-01T19:24:49.628Z Compiling tabled_derive v0.7.0
31752026-07-01T19:24:49.655Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31762026-07-01T19:24:49.743Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31772026-07-01T19:24:49.770Z Compiling bcs v0.1.6
31782026-07-01T19:24:49.804Z Compiling termtree v0.5.1
31792026-07-01T19:24:49.982Z Compiling qorb v0.4.1
31802026-07-01T19:24:50.124Z Compiling salty v0.3.0
31812026-07-01T19:24:50.259Z Compiling tagptr v0.2.0
31822026-07-01T19:24:50.307Z Compiling textwrap v0.16.2
31832026-07-01T19:24:50.446Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31842026-07-01T19:24:50.462Z Compiling moka v0.12.13
31852026-07-01T19:24:50.583Z Compiling steno v0.4.1
31862026-07-01T19:24:50.675Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31872026-07-01T19:24:50.692Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31882026-07-01T19:24:50.762Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31892026-07-01T19:24:50.817Z Compiling tabled v0.15.0
31902026-07-01T19:24:50.905Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-07-01T19:24:51.012Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31922026-07-01T19:24:51.151Z Compiling base64 v0.21.7
31932026-07-01T19:24:51.171Z Compiling radium v0.7.0
31942026-07-01T19:24:51.313Z Compiling hickory-resolver v0.25.2
31952026-07-01T19:24:51.465Z Compiling progenitor-macro v0.14.0
31962026-07-01T19:24:51.508Z Compiling p384 v0.13.1
31972026-07-01T19:24:51.527Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31982026-07-01T19:24:51.534Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31992026-07-01T19:24:51.565Z Compiling maybe-uninit v2.0.0
32002026-07-01T19:24:51.635Z Compiling tap v1.0.1
32012026-07-01T19:24:51.779Z Compiling wyz v0.5.1
32022026-07-01T19:24:52.008Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32032026-07-01T19:24:52.078Z Compiling proc-macro-error-attr2 v2.0.0
32042026-07-01T19:24:52.101Z Compiling packed_struct v0.10.1
32052026-07-01T19:24:52.118Z Compiling funty v2.0.0
32062026-07-01T19:24:52.155Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32072026-07-01T19:24:52.206Z Compiling parking_lot_core v0.8.6
32082026-07-01T19:24:52.366Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32092026-07-01T19:24:52.411Z Compiling utf-8 v0.7.6
32102026-07-01T19:24:52.531Z Compiling bitvec v1.0.1
32112026-07-01T19:24:52.546Z Compiling proc-macro-error2 v2.0.1
32122026-07-01T19:24:52.566Z Compiling tungstenite v0.21.0
32132026-07-01T19:24:52.626Z Compiling polyval v0.6.2
32142026-07-01T19:24:52.649Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32152026-07-01T19:24:52.740Z Compiling num-derive v0.3.3
32162026-07-01T19:24:52.885Z Compiling packed_struct_codegen v0.10.1
32172026-07-01T19:24:52.888Z Compiling zerocopy-derive v0.6.6
32182026-07-01T19:24:53.169Z Compiling bitfield-macros v0.19.4
32192026-07-01T19:24:53.231Z Compiling indexmap v1.9.3
32202026-07-01T19:24:53.254Z Compiling crc-catalog v2.4.0
32212026-07-01T19:24:53.370Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32222026-07-01T19:24:53.391Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32232026-07-01T19:24:53.432Z Compiling nodrop v0.1.14
32242026-07-01T19:24:53.451Z Compiling crc v3.4.0
32252026-07-01T19:24:53.506Z Compiling tokio-tungstenite v0.21.0
32262026-07-01T19:24:53.557Z Compiling array-init v0.0.4
32272026-07-01T19:24:53.652Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32282026-07-01T19:24:53.676Z Compiling tabled_derive v0.11.0
32292026-07-01T19:24:53.695Z Compiling ghash v0.5.1
32302026-07-01T19:24:53.724Z Compiling libscf-sys v1.1.0
32312026-07-01T19:24:53.814Z Compiling zerocopy v0.6.6
32322026-07-01T19:24:53.902Z Compiling smallvec v0.6.14
32332026-07-01T19:24:53.931Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32342026-07-01T19:24:53.947Z Compiling bitfield v0.19.4
32352026-07-01T19:24:54.034Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32362026-07-01T19:24:54.091Z Compiling progenitor-impl v0.13.0
32372026-07-01T19:24:54.108Z Compiling papergrid v0.17.0
32382026-07-01T19:24:54.151Z Compiling testing_table v0.3.0
32392026-07-01T19:24:54.167Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32402026-07-01T19:24:54.188Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32412026-07-01T19:24:54.203Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32422026-07-01T19:24:54.222Z Compiling ctr v0.9.2
32432026-07-01T19:24:54.280Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32442026-07-01T19:24:54.338Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32452026-07-01T19:24:54.365Z Compiling illumos-nvpair-sys v0.2.0
32462026-07-01T19:24:54.451Z Compiling unicase v2.9.0
32472026-07-01T19:24:54.471Z Compiling hashbrown v0.12.3
32482026-07-01T19:24:54.535Z Compiling corncobs v0.1.4
32492026-07-01T19:24:54.681Z Compiling aes-gcm v0.10.3
32502026-07-01T19:24:54.704Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32512026-07-01T19:24:54.722Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32522026-07-01T19:24:54.740Z Compiling mime_guess v2.0.5
32532026-07-01T19:24:54.766Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32542026-07-01T19:24:54.898Z Compiling serde-hex v0.1.0
32552026-07-01T19:24:54.992Z Compiling parking_lot v0.11.2
32562026-07-01T19:24:54.996Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32572026-07-01T19:24:55.152Z Compiling tabled v0.20.0
32582026-07-01T19:24:55.199Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32592026-07-01T19:24:55.231Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32602026-07-01T19:24:55.361Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32612026-07-01T19:24:55.387Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32622026-07-01T19:24:55.431Z Compiling ron v0.8.1
32632026-07-01T19:24:55.514Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32642026-07-01T19:24:55.602Z Compiling hashbrown v0.13.2
32652026-07-01T19:24:55.730Z Compiling progenitor-client v0.13.0
32662026-07-01T19:24:55.883Z Compiling blowfish v0.9.1
32672026-07-01T19:24:56.080Z Compiling prefix-trie v0.7.0
32682026-07-01T19:24:56.200Z Compiling ssh-encoding v0.2.0
32692026-07-01T19:24:56.200Z Compiling fxhash v0.2.1
32702026-07-01T19:24:56.270Z Compiling secrecy v0.8.0
32712026-07-01T19:24:56.347Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32722026-07-01T19:24:56.453Z Compiling crc-any v2.5.0
32732026-07-01T19:24:56.557Z Compiling hickory-server v0.25.2
32742026-07-01T19:24:56.557Z Compiling ssh-cipher v0.2.0
32752026-07-01T19:24:56.668Z Compiling progenitor v0.14.0
32762026-07-01T19:24:56.668Z Compiling sled v0.34.7
32772026-07-01T19:24:56.668Z Compiling object v0.30.4
32782026-07-01T19:24:56.724Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-07-01T19:24:56.724Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32802026-07-01T19:24:56.819Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-01T19:24:56.876Z Compiling progenitor-macro v0.13.0
32822026-07-01T19:24:57.120Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32832026-07-01T19:24:57.222Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
32842026-07-01T19:24:57.238Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-07-01T19:24:57.499Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32862026-07-01T19:24:57.521Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32872026-07-01T19:24:57.574Z Compiling bcrypt-pbkdf v0.10.0
32882026-07-01T19:24:57.678Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32892026-07-01T19:24:57.879Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32902026-07-01T19:24:57.925Z Compiling password-hash v0.4.2
32912026-07-01T19:24:58.047Z Compiling crc8 v0.1.1
32922026-07-01T19:24:58.195Z Compiling http-range v0.1.5
32932026-07-01T19:24:58.240Z Compiling path-slash v0.1.5
32942026-07-01T19:24:58.276Z Compiling half v1.8.3
32952026-07-01T19:24:58.427Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32962026-07-01T19:24:58.570Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-07-01T19:24:58.633Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-07-01T19:24:59.370Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32992026-07-01T19:24:59.557Z Compiling serde_cbor v0.11.2
33002026-07-01T19:24:59.595Z Compiling pbkdf2 v0.11.0
33012026-07-01T19:24:59.684Z Compiling illumos-nvpair v0.3.0
33022026-07-01T19:24:59.732Z Compiling ssh-key v0.6.7
33032026-07-01T19:24:59.842Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33042026-07-01T19:24:59.963Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33052026-07-01T19:25:00.094Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33062026-07-01T19:25:00.264Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33072026-07-01T19:25:00.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33082026-07-01T19:25:00.538Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33092026-07-01T19:25:00.652Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-07-01T19:25:00.666Z Compiling p521 v0.13.3
33112026-07-01T19:25:00.773Z Compiling p256 v0.13.2
33122026-07-01T19:25:00.895Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33132026-07-01T19:25:00.900Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33142026-07-01T19:25:01.115Z Compiling yasna v0.5.2
33152026-07-01T19:25:01.132Z Compiling kstat-rs v0.2.4
33162026-07-01T19:25:01.186Z Compiling headers-core v0.3.0
33172026-07-01T19:25:01.338Z Compiling nanorand v0.7.0
33182026-07-01T19:25:01.375Z Compiling russh-cryptovec v0.7.3
33192026-07-01T19:25:01.442Z Compiling atty v0.2.14
33202026-07-01T19:25:01.463Z Compiling home v0.5.12
33212026-07-01T19:25:01.480Z Compiling md5 v0.7.0
33222026-07-01T19:25:01.528Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-07-01T19:25:01.580Z Compiling flume v0.11.1
33242026-07-01T19:25:01.601Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33252026-07-01T19:25:01.637Z Compiling rcgen v0.12.1
33262026-07-01T19:25:01.640Z Compiling headers v0.4.1
33272026-07-01T19:25:01.671Z Compiling russh-keys v0.45.0
33282026-07-01T19:25:01.792Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33292026-07-01T19:25:01.825Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33302026-07-01T19:25:01.874Z Compiling progenitor v0.13.0
33312026-07-01T19:25:01.920Z Compiling hyper-staticfile v0.10.1
33322026-07-01T19:25:01.936Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33332026-07-01T19:25:02.042Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33342026-07-01T19:25:02.161Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33352026-07-01T19:25:02.349Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33362026-07-01T19:25:02.368Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33372026-07-01T19:25:02.447Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33382026-07-01T19:25:02.465Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33392026-07-01T19:25:02.545Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33402026-07-01T19:25:02.569Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33412026-07-01T19:25:02.773Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
33422026-07-01T19:25:02.829Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33432026-07-01T19:25:02.852Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33442026-07-01T19:25:02.988Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33452026-07-01T19:25:03.020Z Compiling num-bigint v0.4.6
33462026-07-01T19:25:03.067Z Compiling des v0.8.1
33472026-07-01T19:25:03.088Z Compiling subprocess v0.2.15
33482026-07-01T19:25:03.106Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33492026-07-01T19:25:03.141Z Compiling display-error-chain v0.2.2
33502026-07-01T19:25:03.171Z Compiling hex-literal v0.4.1
33512026-07-01T19:25:03.295Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33522026-07-01T19:25:03.312Z Compiling colored v2.2.0
33532026-07-01T19:25:03.315Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33542026-07-01T19:25:03.331Z Compiling socket2 v0.5.10
33552026-07-01T19:25:03.371Z Compiling internet-checksum v0.2.1
33562026-07-01T19:25:03.536Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33572026-07-01T19:25:03.577Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33582026-07-01T19:25:04.246Z Compiling russh v0.45.0
33592026-07-01T19:25:04.388Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33602026-07-01T19:25:05.400Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33612026-07-01T19:25:05.403Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33622026-07-01T19:25:07.791Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33632026-07-01T19:25:08.431Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33642026-07-01T19:25:08.787Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33652026-07-01T19:25:08.901Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33662026-07-01T19:25:10.951Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33672026-07-01T19:25:19.068Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33682026-07-01T19:25:19.068Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33692026-07-01T19:25:19.071Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33702026-07-01T19:25:19.071Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33712026-07-01T19:25:20.797Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-07-01T19:25:20.825Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33732026-07-01T19:25:24.796Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33742026-07-01T19:26:03.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
33752026-07-01T19:26:04.088Z
33762026-07-01T19:26:04.089Zreal 1:25.500152059
33772026-07-01T19:26:04.089Zuser 7:56.092566317
33782026-07-01T19:26:04.089Zsys 1:37.128536892
33792026-07-01T19:26:04.089Ztrap 0.232016777
33802026-07-01T19:26:04.092Ztflt 0.273916535
33812026-07-01T19:26:04.092Zdflt 1.483496669
33822026-07-01T19:26:04.092Zkflt 0.000229613
33832026-07-01T19:26:04.092Zlock 27:52.409172509
33842026-07-01T19:26:04.092Zslp 17:53.701865782
33852026-07-01T19:26:04.092Zlat 37.536069708
33862026-07-01T19:26:04.092Zstop 2:43.800091118
33872026-07-01T19:26:04.092Z+ mkdir tests
33882026-07-01T19:26:04.100Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
33892026-07-01T19:26:04.100Z+ xargs -I '{}' -t cp '{}' tests/
33902026-07-01T19:26:04.118Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2418a96003d56dd tests/
33912026-07-01T19:26:04.148Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2f9b05eaa7f9fa43 tests/
33922026-07-01T19:26:04.177Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5cb70ea80f2c657e tests/
33932026-07-01T19:26:04.206Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4286466062a8d251 tests/
33942026-07-01T19:26:04.442Z+ 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)
33952026-07-01T19:26:04.445Z+ 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-2f9b05eaa7f9fa43 tests/commtest-5cb70ea80f2c657e tests/dhcp_server-f2418a96003d56dd tests/end_to_end_tests-4286466062a8d251 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
33962026-07-01T19:27:23.232ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
33972026-07-01T19:27:23.232Za .github/buildomat/ci-env.sh 1K
33982026-07-01T19:27:23.232Za out/target/test 1K
33992026-07-01T19:27:23.232Za out/npuzone/npuzone 27402K
34002026-07-01T19:27:23.232Za package-manifest.toml 35K
34012026-07-01T19:27:23.232Za smf/sled-agent/non-gimlet/config.toml 6K
34022026-07-01T19:27:23.232Za target/release/omicron-package 40891K
34032026-07-01T19:27:23.232Za target/release/xtask 10425K
34042026-07-01T19:27:23.232Za target/debug/bootstrap 349063K
34052026-07-01T19:27:23.232Za tests/bootstrap-2f9b05eaa7f9fa43 31974K
34062026-07-01T19:27:23.232Za tests/commtest-5cb70ea80f2c657e 33328K
34072026-07-01T19:27:23.233Za tests/dhcp_server-f2418a96003d56dd 31974K
34082026-07-01T19:27:23.233Za tests/end_to_end_tests-4286466062a8d251 391208K
34092026-07-01T19:27:23.233Za tools/opte_version 1K
34102026-07-01T19:27:23.233Za tools/opte_version_override 2K
34112026-07-01T19:27:23.234Za out/clickhouse.tar.gz 308414K
34122026-07-01T19:27:23.234Za out/clickhouse_keeper.tar.gz 294898K
34132026-07-01T19:27:23.234Za out/clickhouse_server.tar.gz 308411K
34142026-07-01T19:27:23.234Za out/cockroachdb.tar.gz 158672K
34152026-07-01T19:27:23.234Za out/crucible-pantry-zone.tar.gz 37402K
34162026-07-01T19:27:23.234Za out/crucible-utils.tar 18900K
34172026-07-01T19:27:23.234Za out/crucible-zone.tar.gz 52097K
34182026-07-01T19:27:23.234Za out/external-dns.tar.gz 43177K
34192026-07-01T19:27:23.234Za out/internal-dns.tar.gz 43176K
34202026-07-01T19:27:23.234Za out/mg-ddm-gz.tar 97917K
34212026-07-01T19:27:23.234Za out/nexus.tar.gz 269557K
34222026-07-01T19:27:23.234Za out/ntp.tar.gz 26540K
34232026-07-01T19:27:23.234Za out/omicron-gateway-softnpu.tar.gz 28320K
34242026-07-01T19:27:23.234Za out/omicron-sled-agent.tar 194241K
34252026-07-01T19:27:23.234Za out/overlay.tar.gz 3K
34262026-07-01T19:27:23.234Za out/oximeter.tar.gz 59178K
34272026-07-01T19:27:23.234Za out/oxlog.tar 3808K
34282026-07-01T19:27:23.234Za out/probe.tar.gz 3037K
34292026-07-01T19:27:23.234Za out/propolis-server.tar.gz 34372K
34302026-07-01T19:27:23.234Za out/pumpkind-gz.tar 26647K
34312026-07-01T19:27:23.234Za out/switch-softnpu.tar.gz 444224K
34322026-07-01T19:27:23.238Z
34332026-07-01T19:27:23.238Zreal 1:18.785827442
34342026-07-01T19:27:23.238Zuser 1:16.123833615
34352026-07-01T19:27:23.238Zsys 4.378542153
34362026-07-01T19:27:23.238Ztrap 0.005933478
34372026-07-01T19:27:23.238Ztflt 0.000000000
34382026-07-01T19:27:23.238Zdflt 0.000000000
34392026-07-01T19:27:23.238Zkflt 0.000000000
34402026-07-01T19:27:23.238Zlock 0.000000000
34412026-07-01T19:27:23.238Zslp 1:16.103948386
34422026-07-01T19:27:23.238Zlat 0.954751508
34432026-07-01T19:27:23.238Zstop 0.000222258
34442026-07-01T19:27:23.238Zprocess exited: duration 1000931 ms, exit code 0
 
34452026-07-01T19:27:23.252Zfound 1 output files
34462026-07-01T19:27:23.252Zuploading: /work/package.tar.gz (2447428527 bytes)
34472026-07-01T19:27:53.541Zuploaded: /work/package.tar.gz