01KYPCGDNEADHC0P680RPDBN2R: 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: 01KYPCGXEVYXRN3BX1G9RRV8SZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T07:31:41.811Zjob assigned to worker 01KYPCH1ECM2C85NQS361NN93P [factory aws, i-081878a934c7ad0b1] (queued for 55 s)
 
22026-07-29T07:31:49.529Zstarting task 0: "setup"
32026-07-29T07:31:49.534Z++ uname -s
42026-07-29T07:31:49.538Z+ kern=SunOS
52026-07-29T07:31:49.538Z+ build_user=build
62026-07-29T07:31:49.538Z+ build_uid=12345
72026-07-29T07:31:49.538Z+ work_dir=/work
82026-07-29T07:31:49.538Z+ input_dir=/input
92026-07-29T07:31:49.538Z+ [[ 0 == 12345 ]]
102026-07-29T07:31:49.538Z+ case "$kern" in
112026-07-29T07:31:49.538Z+ groupadd -g 12345 build
122026-07-29T07:31:49.541Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T07:31:52.088Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T07:31:52.104Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T07:31:52.104Z+ home_fs=zfs
162026-07-29T07:31:52.104Z+ [[ zfs == autofs ]]
172026-07-29T07:31:52.104Z+ mkdir -p /home/build
182026-07-29T07:31:52.104Z+ chown build:build /home/build /work
192026-07-29T07:31:53.752Z+ chmod 0700 /home/build /work
202026-07-29T07:31:53.772Zprocess exited: duration 4142 ms, exit code 0
 
212026-07-29T07:31:53.789Zstarting task 1: "rust-toolchain"
222026-07-29T07:31:53.804Z * rust toolchain channel = "1.97.1"
232026-07-29T07:31:53.804Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-29T07:31:53.804Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-29T07:31:53.804Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-29T07:31:53.804Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T07:31:53.804Z * rust toolchain profile = "default"
282026-07-29T07:31:53.809Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T07:31:53.809Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T07:31:54.041Zinfo: downloading installer
312026-07-29T07:31:55.310Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T07:31:55.310Zwarn: /home/build/.rustup/settings.toml
332026-07-29T07:31:55.310Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T07:31:55.310Zwarn: instead of the one inferred from the default host triple.
352026-07-29T07:31:55.321Zinfo: profile set to default
362026-07-29T07:31:55.321Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T07:31:55.324Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T07:31:55.457Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T07:31:55.461Zinfo: downloading 6 components
402026-07-29T07:32:10.497Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T07:32:10.497Z
422026-07-29T07:32:10.526Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T07:32:10.526Z
442026-07-29T07:32:10.526Z
452026-07-29T07:32:10.526ZRust is installed now. Great!
462026-07-29T07:32:10.526Z
472026-07-29T07:32:10.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T07:32:10.526Zenvironment variable. This has not been done automatically.
492026-07-29T07:32:10.526Z
502026-07-29T07:32:10.526ZTo configure your current shell, you need to source
512026-07-29T07:32:10.526Zthe corresponding env file under $HOME/.cargo.
522026-07-29T07:32:10.526Z
532026-07-29T07:32:10.526ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T07:32:10.530Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T07:32:10.530Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T07:32:10.530Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T07:32:10.530Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T07:32:10.530Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T07:32:10.530Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T07:32:10.530Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T07:32:10.530Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T07:32:10.632Z+ rustup --version
632026-07-29T07:32:10.638Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T07:32:10.638Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T07:32:10.658Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T07:32:10.661Z+ cargo --version
672026-07-29T07:32:10.669Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T07:32:10.672Z+ rustc --version
692026-07-29T07:32:10.692Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T07:32:10.695Zprocess exited: duration 16905 ms, exit code 0
 
712026-07-29T07:32:10.701Zstarting task 2: "authentication"
722026-07-29T07:32:10.720Zprocess exited: duration 18 ms, exit code 0
 
732026-07-29T07:32:10.730Zstarting task 3: "clone repository"
742026-07-29T07:32:10.733Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T07:32:10.736Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T07:32:10.766ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T07:32:20.494Z+ cd /work/oxidecomputer/omicron
782026-07-29T07:32:20.494Z+ git fetch origin ea8cb15d41e6f8733fdb01922edec9063adcb169
792026-07-29T07:32:20.817ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T07:32:20.818Z * branch ea8cb15d41e6f8733fdb01922edec9063adcb169 -> FETCH_HEAD
812026-07-29T07:32:20.832Z+ [[ -n '' ]]
822026-07-29T07:32:20.832Z+ git reset --hard ea8cb15d41e6f8733fdb01922edec9063adcb169
832026-07-29T07:32:20.909ZHEAD is now at ea8cb15d4 avoid setting serde_json's float_roundtrip
842026-07-29T07:32:20.912Zprocess exited: duration 10182 ms, exit code 0
 
852026-07-29T07:32:20.917Zstarting task 4: "build"
862026-07-29T07:32:20.923Z+ source .github/buildomat/ci-env.sh
872026-07-29T07:32:20.923Z++ export CARGO_TERM_COLOR=always
882026-07-29T07:32:20.923Z++ CARGO_TERM_COLOR=always
892026-07-29T07:32:20.926Z+++ uname -s
902026-07-29T07:32:20.926Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-29T07:32:20.926Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-29T07:32:20.929Z+ cargo --version
932026-07-29T07:32:20.937Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-07-29T07:32:20.940Z+ rustc --version
952026-07-29T07:32:20.961Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-07-29T07:32:20.964Z+ WORK=/work
972026-07-29T07:32:20.964Z+ pfexec mkdir -p /work
982026-07-29T07:32:20.967Z+ pfexec chown build /work
992026-07-29T07:32:20.970Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-29T07:32:22.810Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-29T07:32:23.045Z Startup: Caching catalogs ... Done
1022026-07-29T07:32:24.243ZPlanning: Solver setup ... Done (1.113s)
1032026-07-29T07:32:24.287ZPlanning: Running solver ... Done (0.044s)
1042026-07-29T07:32:24.318ZPlanning: Finding local manifests ... Done (0.003s)
1052026-07-29T07:32:24.329ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-29T07:32:24.344ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-29T07:32:24.358ZPlanning: Package planning ... Done (0.014s)
1082026-07-29T07:32:24.361ZPlanning: Merging actions ... Done (0.002s)
1092026-07-29T07:32:24.574ZPlanning: Checking for conflicting actions ... Done (0.214s)
1102026-07-29T07:32:24.577ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-29T07:32:25.459ZPlanning: Evaluating mediators ... Done (0.883s)
1122026-07-29T07:32:25.462ZPlanning: Planning completed in 2.38 seconds
1132026-07-29T07:32:25.469Z Packages to install: 2
1142026-07-29T07:32:25.469Z Estimated space available: 156.02 GB
1152026-07-29T07:32:25.469ZEstimated space to be consumed: 55.05 MB
1162026-07-29T07:32:25.469Z Create boot environment: No
1172026-07-29T07:32:25.473ZCreate backup boot environment: No
1182026-07-29T07:32:25.473Z Rebuild boot archive: No
1192026-07-29T07:32:25.473Z
1202026-07-29T07:32:25.473ZChanged packages:
1212026-07-29T07:32:25.473Zhelios
1222026-07-29T07:32:25.473Z developer/build-essential
1232026-07-29T07:32:25.473Z None -> 11-3.0
1242026-07-29T07:32:25.473Z library/libxmlsec1
1252026-07-29T07:32:25.473Z None -> 1.2.35-3.0
1262026-07-29T07:32:25.495Z
1272026-07-29T07:32:25.495ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-29T07:32:25.563ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1292026-07-29T07:32:25.688Z Actions: 1/268 actions (Installing new actions)
1302026-07-29T07:32:25.725Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-29T07:32:25.750ZFinalize: Updating package state database ... Done (0.025s)
1322026-07-29T07:32:25.750ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-29T07:32:25.808ZFinalize: Updating image state ... Done (0.058s)
1342026-07-29T07:32:28.423ZFinalize: Creating fast lookup database ... Done (2.577s)
1352026-07-29T07:32:28.493ZFinalize: Reading search index ... Done (0.012s)
1362026-07-29T07:32:28.496ZFinalize: Updating search index ... Done (0.000s)
1372026-07-29T07:32:28.582ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-29T07:32:28.935ZPlanning: Evaluating mediator changes ... Done
1392026-07-29T07:32:29.041ZPlanning: Checking for conflicting actions ... Done
1402026-07-29T07:32:29.044ZPlanning: Consolidating action changes ... Done
1412026-07-29T07:32:29.197ZPlanning: Evaluating mediators ... Done
1422026-07-29T07:32:29.201ZPlanning: Planning completed in 0.26 seconds
1432026-07-29T07:32:29.220Z Mediators to change: 2
1442026-07-29T07:32:29.220Z Create boot environment: No
1452026-07-29T07:32:29.220ZCreate backup boot environment: No
1462026-07-29T07:32:29.274ZFinalize: Updating package state database ... Done
1472026-07-29T07:32:29.274ZFinalize: Updating package cache ... Done
1482026-07-29T07:32:29.313ZFinalize: Updating image state ... Done
1492026-07-29T07:32:31.268ZFinalize: Creating fast lookup database ... Done
1502026-07-29T07:32:31.331ZFinalize: Reading search index ... Done
1512026-07-29T07:32:31.335ZFinalize: Updating search index ... Done
1522026-07-29T07:32:31.411ZFinalize: Updating package cache ... Done
1532026-07-29T07:32:31.702ZPlanning: Evaluating mediator changes ... Done
1542026-07-29T07:32:31.810ZPlanning: Checking for conflicting actions ... Done
1552026-07-29T07:32:31.813ZPlanning: Consolidating action changes ... Done
1562026-07-29T07:32:31.987ZPlanning: Evaluating mediators ... Done
1572026-07-29T07:32:31.994ZPlanning: Planning completed in 0.27 seconds
1582026-07-29T07:32:31.998Z Mediators to change: 1
1592026-07-29T07:32:31.998Z Create boot environment: No
1602026-07-29T07:32:31.998ZCreate backup boot environment: No
1612026-07-29T07:32:32.064ZFinalize: Updating package state database ... Done
1622026-07-29T07:32:32.064ZFinalize: Updating package cache ... Done
1632026-07-29T07:32:32.096ZFinalize: Updating image state ... Done
1642026-07-29T07:32:34.052ZFinalize: Creating fast lookup database ... Done
1652026-07-29T07:32:34.116ZFinalize: Reading search index ... Done
1662026-07-29T07:32:34.119ZFinalize: Updating search index ... Done
1672026-07-29T07:32:34.191ZFinalize: Updating package cache ... Done
1682026-07-29T07:32:34.504ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-29T07:32:34.505Zapache system 2.4 system
1702026-07-29T07:32:34.505Zclang system 15 system
1712026-07-29T07:32:34.505Zcsh system system illumos
1722026-07-29T07:32:34.505Zctags system system illumos
1732026-07-29T07:32:34.505Zfile vendor vendor darwinsys
1742026-07-29T07:32:34.505Zfile system system illumos
1752026-07-29T07:32:34.505Zgcc vendor 14 vendor
1762026-07-29T07:32:34.505Zgcc system 13 system
1772026-07-29T07:32:34.505Zgcc system 10 system
1782026-07-29T07:32:34.505Zgo system 1.25 system
1792026-07-29T07:32:34.505Zllvm system 15 system
1802026-07-29T07:32:34.505Zmariadb system 11.4 system
1812026-07-29T07:32:34.505Zmta vendor vendor dma
1822026-07-29T07:32:34.505Zopenjdk system 17 system
1832026-07-29T07:32:34.505Zopenjdk system 11 system
1842026-07-29T07:32:34.505Zopenssl vendor 3 vendor
1852026-07-29T07:32:34.505Zperl system 5.40 system
1862026-07-29T07:32:34.505Zpostgresql system 18 system
1872026-07-29T07:32:34.505Zpostgresql system 17 system
1882026-07-29T07:32:34.505Zpython vendor 3 vendor
1892026-07-29T07:32:34.505Zpython system 2 system
1902026-07-29T07:32:34.505Zpython3 vendor 3.13 vendor
1912026-07-29T07:32:34.505Zruby system 3.4 system
1922026-07-29T07:32:34.505Zruby system 3.0 system
1932026-07-29T07:32:34.505Zwords vendor vendor american-english
1942026-07-29T07:32:34.505Zwords system system australian-english
1952026-07-29T07:32:34.505Zwords system system british-english
1962026-07-29T07:32:34.505Zwords system system canadian-english
1972026-07-29T07:32:34.505Zwords system system french
1982026-07-29T07:32:34.505Zwords system system italian
1992026-07-29T07:32:34.505Zwords system system ngerman
2002026-07-29T07:32:34.505Zwords system system ogerman
2012026-07-29T07:32:34.505Zwords system system spanish
2022026-07-29T07:32:34.759ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-29T07:32:34.759Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-29T07:32:35.151ZFMRI IFO
2052026-07-29T07:32:35.151Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-29T07:32:35.151Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-29T07:32:35.151Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-29T07:32:35.151Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-29T07:32:35.151Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-29T07:32:35.152Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-29T07:32:35.152Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-29T07:32:35.152Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-29T07:32:35.152Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-29T07:32:35.451Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-29T07:32:35.775Z Updating crates.io index
2162026-07-29T07:32:35.779Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-29T07:32:36.051Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-29T07:32:36.377Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-29T07:32:37.288Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-29T07:32:37.804Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-29T07:32:39.323Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-29T07:32:40.176Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-29T07:32:40.474Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-29T07:32:40.840Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-29T07:32:42.262Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-29T07:32:42.720Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-29T07:32:43.060Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-29T07:32:43.368Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-29T07:32:43.907Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-29T07:32:44.459Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-29T07:32:44.716Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-29T07:32:44.984Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-29T07:32:45.283Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-29T07:32:45.593Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-29T07:32:45.833Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-29T07:32:46.050Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-29T07:32:46.326Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-29T07:32:46.688Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-29T07:32:47.022Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-29T07:32:47.252Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-29T07:32:47.753Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-29T07:32:47.994Z Updating git repository `https://github.com/oxidecomputer/sigstore-verify`
2432026-07-29T07:32:48.230Z Updating git submodule `https://github.com/sigstore/sigstore-conformance`
2442026-07-29T07:32:48.593Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-07-29T07:32:48.984Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-07-29T07:32:49.268Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-07-29T07:32:49.484Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-07-29T07:32:49.689Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-07-29T07:32:50.006Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-07-29T07:32:50.338Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-07-29T07:32:50.542Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-07-29T07:32:50.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-29T07:32:51.065Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-07-29T07:32:51.324Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-07-29T07:32:51.590Z Updating git repository `https://github.com/oxidecomputer/tough`
2562026-07-29T07:32:52.237Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-07-29T07:32:52.476Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582026-07-29T07:32:52.706Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592026-07-29T07:32:52.916Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-07-29T07:32:55.465Z Downloading crates ...
2612026-07-29T07:32:55.518Z Downloaded zerocopy-derive v0.7.35
2622026-07-29T07:32:55.522Z Downloaded anstyle-parse v1.0.0
2632026-07-29T07:32:55.525Z Downloaded camino-tempfile v1.4.1
2642026-07-29T07:32:55.525Z Downloaded heck v0.5.0
2652026-07-29T07:32:55.530Z Downloaded utf8parse v0.2.2
2662026-07-29T07:32:55.530Z Downloaded autocfg v1.5.0
2672026-07-29T07:32:55.530Z Downloaded scroll_derive v0.12.1
2682026-07-29T07:32:55.530Z Downloaded serde_spanned v0.6.9
2692026-07-29T07:32:55.530Z Downloaded anstream v1.0.0
2702026-07-29T07:32:55.530Z Downloaded thiserror v2.0.18
2712026-07-29T07:32:55.535Z Downloaded usdt-attr-macro v0.5.0
2722026-07-29T07:32:55.535Z Downloaded usdt-impl v0.5.0
2732026-07-29T07:32:55.535Z Downloaded thread-id v4.2.2
2742026-07-29T07:32:55.538Z Downloaded is_terminal_polyfill v1.70.2
2752026-07-29T07:32:55.538Z Downloaded usdt v0.5.0
2762026-07-29T07:32:55.543Z Downloaded ucd-trie v0.1.7
2772026-07-29T07:32:55.543Z Downloaded bitflags v2.11.0
2782026-07-29T07:32:55.543Z Downloaded usdt-macro v0.5.0
2792026-07-29T07:32:55.548Z Downloaded version_check v0.9.5
2802026-07-29T07:32:55.548Z Downloaded errno v0.3.14
2812026-07-29T07:32:55.548Z Downloaded cargo_toml v0.21.0
2822026-07-29T07:32:55.557Z Downloaded dtrace-parser v0.2.0
2832026-07-29T07:32:55.557Z Downloaded fastrand v2.3.0
2842026-07-29T07:32:55.565Z Downloaded cargo-platform v0.3.2
2852026-07-29T07:32:55.565Z Downloaded heck v0.4.1
2862026-07-29T07:32:55.565Z Downloaded block-buffer v0.10.4
2872026-07-29T07:32:55.565Z Downloaded equivalent v1.0.2
2882026-07-29T07:32:55.565Z Downloaded crypto-common v0.1.7
2892026-07-29T07:32:55.565Z Downloaded cargo_metadata v0.23.1
2902026-07-29T07:32:55.571Z Downloaded colorchoice v1.0.4
2912026-07-29T07:32:55.571Z Downloaded digest v0.10.7
2922026-07-29T07:32:55.576Z Downloaded cfg-if v1.0.4
2932026-07-29T07:32:55.580Z Downloaded generic-array v0.14.7
2942026-07-29T07:32:55.580Z Downloaded anstyle-query v1.1.5
2952026-07-29T07:32:55.583Z Downloaded clap_lex v1.0.0
2962026-07-29T07:32:55.587Z Downloaded itoa v1.0.17
2972026-07-29T07:32:55.587Z Downloaded fnv v1.0.7
2982026-07-29T07:32:55.587Z Downloaded clap_derive v4.6.1
2992026-07-29T07:32:55.590Z Downloaded zmij v1.0.21
3002026-07-29T07:32:55.594Z Downloaded fs-err v3.3.0
3012026-07-29T07:32:55.599Z Downloaded macaddr v1.0.1
3022026-07-29T07:32:55.603Z Downloaded terminal_size v0.4.3
3032026-07-29T07:32:55.606Z Downloaded dof v0.3.0
3042026-07-29T07:32:55.615Z Downloaded unicode-linebreak v0.1.5
3052026-07-29T07:32:55.618Z Downloaded smawk v0.3.2
3062026-07-29T07:32:55.618Z Downloaded cpufeatures v0.2.17
3072026-07-29T07:32:55.622Z Downloaded swrite v0.1.0
3082026-07-29T07:32:55.625Z Downloaded toml_write v0.1.2
3092026-07-29T07:32:55.628Z Downloaded pretty-hex v0.4.1
3102026-07-29T07:32:55.633Z Downloaded proc-macro-error-attr v1.0.4
3112026-07-29T07:32:55.636Z Downloaded strsim v0.11.1
3122026-07-29T07:32:55.636Z Downloaded memmap v0.7.0
3132026-07-29T07:32:55.636Z Downloaded plain v0.2.3
3142026-07-29T07:32:55.640Z Downloaded toml_datetime v0.6.11
3152026-07-29T07:32:55.643Z Downloaded bytecount v0.6.9
3162026-07-29T07:32:55.646Z Downloaded byteorder v1.5.0
3172026-07-29T07:32:55.649Z Downloaded thiserror-impl v1.0.69
3182026-07-29T07:32:55.653Z Downloaded semver v1.0.28
3192026-07-29T07:32:55.653Z Downloaded scroll v0.12.0
3202026-07-29T07:32:55.653Z Downloaded anstyle v1.0.14
3212026-07-29T07:32:55.656Z Downloaded camino v1.2.2
3222026-07-29T07:32:55.659Z Downloaded proc-macro-error v1.0.4
3232026-07-29T07:32:55.666Z Downloaded serde_tokenstream v0.2.3
3242026-07-29T07:32:55.669Z Downloaded quote v1.0.45
3252026-07-29T07:32:55.669Z Downloaded tabled_derive v0.7.0
3262026-07-29T07:32:55.669Z Downloaded thiserror-impl v2.0.18
3272026-07-29T07:32:55.674Z Downloaded sha2 v0.10.9
3282026-07-29T07:32:55.715Z Downloaded anyhow v1.0.102
3292026-07-29T07:32:55.715Z Downloaded thiserror v1.0.69
3302026-07-29T07:32:55.715Z Downloaded tempfile v3.25.0
3312026-07-29T07:32:55.716Z Downloaded toml v0.8.23
3322026-07-29T07:32:55.716Z Downloaded pest_generator v2.8.6
3332026-07-29T07:32:55.720Z Downloaded once_cell v1.21.3
3342026-07-29T07:32:55.727Z Downloaded log v0.4.29
3352026-07-29T07:32:55.730Z Downloaded papergrid v0.11.0
3362026-07-29T07:32:55.733Z Downloaded unicode-ident v1.0.24
3372026-07-29T07:32:55.733Z Downloaded getrandom v0.4.1
3382026-07-29T07:32:55.736Z Downloaded textwrap v0.16.2
3392026-07-29T07:32:55.743Z Downloaded proc-macro2 v1.0.106
3402026-07-29T07:32:55.747Z Downloaded clap v4.6.1
3412026-07-29T07:32:55.751Z Downloaded pest_derive v2.8.6
3422026-07-29T07:32:55.772Z Downloaded pest_meta v2.8.6
3432026-07-29T07:32:55.775Z Downloaded toml_edit v0.22.27
3442026-07-29T07:32:55.786Z Downloaded serde v1.0.228
3452026-07-29T07:32:55.790Z Downloaded serde_core v1.0.228
3462026-07-29T07:32:55.794Z Downloaded serde_derive v1.0.228
3472026-07-29T07:32:55.794Z Downloaded memchr v2.8.0
3482026-07-29T07:32:55.801Z Downloaded zerocopy v0.7.35
3492026-07-29T07:32:55.809Z Downloaded indexmap v2.14.0
3502026-07-29T07:32:55.815Z Downloaded typenum v1.20.1
3512026-07-29T07:32:55.843Z Downloaded pest v2.8.6
3522026-07-29T07:32:55.850Z Downloaded winnow v0.7.14
3532026-07-29T07:32:55.855Z Downloaded serde_json v1.0.151
3542026-07-29T07:32:55.867Z Downloaded clap_builder v4.6.0
3552026-07-29T07:32:55.870Z Downloaded hashbrown v0.17.0
3562026-07-29T07:32:55.895Z Downloaded tabled v0.15.0
3572026-07-29T07:32:55.904Z Downloaded goblin v0.8.2
3582026-07-29T07:32:55.922Z Downloaded syn v1.0.109
3592026-07-29T07:32:55.927Z Downloaded unicode-width v0.2.0
3602026-07-29T07:32:55.930Z Downloaded unicode-width v0.1.14
3612026-07-29T07:32:55.933Z Downloaded syn v2.0.117
3622026-07-29T07:32:55.953Z Downloaded rustix v1.1.3
3632026-07-29T07:32:55.985Z Downloaded libc v0.2.185
3642026-07-29T07:32:56.049Z Compiling proc-macro2 v1.0.106
3652026-07-29T07:32:56.049Z Compiling unicode-ident v1.0.24
3662026-07-29T07:32:56.049Z Compiling quote v1.0.45
3672026-07-29T07:32:56.049Z Compiling serde_core v1.0.228
3682026-07-29T07:32:56.052Z Compiling libc v0.2.185
3692026-07-29T07:32:56.052Z Compiling version_check v0.9.5
3702026-07-29T07:32:56.053Z Compiling memchr v2.8.0
3712026-07-29T07:32:56.053Z Compiling serde v1.0.228
3722026-07-29T07:32:56.231Z Compiling zmij v1.0.21
3732026-07-29T07:32:56.235Z Compiling thiserror v1.0.69
3742026-07-29T07:32:56.235Z Compiling ucd-trie v0.1.7
3752026-07-29T07:32:56.235Z Compiling itoa v1.0.17
3762026-07-29T07:32:56.241Z Compiling rustix v1.1.3
3772026-07-29T07:32:56.258Z Compiling byteorder v1.5.0
3782026-07-29T07:32:56.494Z Compiling serde_json v1.0.151
3792026-07-29T07:32:56.602Z Compiling bitflags v2.11.0
3802026-07-29T07:32:56.656Z Compiling usdt-impl v0.5.0
3812026-07-29T07:32:56.694Z Compiling proc-macro-error-attr v1.0.4
3822026-07-29T07:32:56.764Z Compiling pest v2.8.6
3832026-07-29T07:32:56.907Z Compiling camino v1.2.2
3842026-07-29T07:32:56.911Z Compiling syn v1.0.109
3852026-07-29T07:32:56.977Z Compiling proc-macro-error v1.0.4
3862026-07-29T07:32:57.045Z Compiling equivalent v1.0.2
3872026-07-29T07:32:57.045Z Compiling plain v0.2.3
3882026-07-29T07:32:57.049Z Compiling log v0.4.29
3892026-07-29T07:32:57.064Z Compiling hashbrown v0.17.0
3902026-07-29T07:32:57.081Z Compiling getrandom v0.4.1
3912026-07-29T07:32:57.116Z Compiling utf8parse v0.2.2
3922026-07-29T07:32:57.170Z Compiling errno v0.3.14
3932026-07-29T07:32:57.170Z Compiling thread-id v4.2.2
3942026-07-29T07:32:57.229Z Compiling anstyle v1.0.14
3952026-07-29T07:32:57.229Z Compiling thiserror v2.0.18
3962026-07-29T07:32:57.283Z Compiling anstyle-parse v1.0.0
3972026-07-29T07:32:57.302Z Compiling winnow v0.7.14
3982026-07-29T07:32:57.355Z Compiling pretty-hex v0.4.1
3992026-07-29T07:32:57.358Z Compiling anstyle-query v1.1.5
4002026-07-29T07:32:57.358Z Compiling autocfg v1.5.0
4012026-07-29T07:32:57.460Z Compiling is_terminal_polyfill v1.70.2
4022026-07-29T07:32:57.526Z Compiling toml_write v0.1.2
4032026-07-29T07:32:57.545Z Compiling colorchoice v1.0.4
4042026-07-29T07:32:57.583Z Compiling cfg-if v1.0.4
4052026-07-29T07:32:57.621Z Compiling anyhow v1.0.102
4062026-07-29T07:32:57.636Z Compiling bytecount v0.6.9
4072026-07-29T07:32:57.680Z Compiling syn v2.0.117
4082026-07-29T07:32:57.728Z Compiling indexmap v2.14.0
4092026-07-29T07:32:57.808Z Compiling anstream v1.0.0
4102026-07-29T07:32:57.868Z Compiling clap_lex v1.0.0
4112026-07-29T07:32:57.868Z Compiling pest_meta v2.8.6
4122026-07-29T07:32:57.909Z Compiling fs-err v3.3.0
4132026-07-29T07:32:57.966Z Compiling heck v0.5.0
4142026-07-29T07:32:57.993Z Compiling unicode-width v0.1.14
4152026-07-29T07:32:58.015Z Compiling fnv v1.0.7
4162026-07-29T07:32:58.045Z Compiling fastrand v2.3.0
4172026-07-29T07:32:58.066Z Compiling strsim v0.11.1
4182026-07-29T07:32:58.082Z Compiling heck v0.4.1
4192026-07-29T07:32:58.102Z Compiling once_cell v1.21.3
4202026-07-29T07:32:58.231Z Compiling papergrid v0.11.0
4212026-07-29T07:32:58.236Z Compiling memmap v0.7.0
4222026-07-29T07:32:58.278Z Compiling terminal_size v0.4.3
4232026-07-29T07:32:58.331Z Compiling tempfile v3.25.0
4242026-07-29T07:32:58.334Z Compiling unicode-linebreak v0.1.5
4252026-07-29T07:32:58.371Z Compiling smawk v0.3.2
4262026-07-29T07:32:58.371Z Compiling unicode-width v0.2.0
4272026-07-29T07:32:58.429Z Compiling clap_builder v4.6.0
4282026-07-29T07:32:58.464Z Compiling swrite v0.1.0
4292026-07-29T07:32:58.686Z Compiling cargo-platform v0.3.2
4302026-07-29T07:32:58.726Z Compiling semver v1.0.28
4312026-07-29T07:32:58.752Z Compiling textwrap v0.16.2
4322026-07-29T07:32:58.891Z Compiling camino-tempfile v1.4.1
4332026-07-29T07:32:59.205Z Compiling tabled_derive v0.7.0
4342026-07-29T07:32:59.856Z Compiling pest_generator v2.8.6
4352026-07-29T07:32:59.894Z Compiling tabled v0.15.0
4362026-07-29T07:33:00.360Z Compiling serde_derive v1.0.228
4372026-07-29T07:33:00.360Z Compiling thiserror-impl v1.0.69
4382026-07-29T07:33:00.363Z Compiling zerocopy-derive v0.7.35
4392026-07-29T07:33:00.363Z Compiling scroll_derive v0.12.1
4402026-07-29T07:33:00.363Z Compiling thiserror-impl v2.0.18
4412026-07-29T07:33:00.363Z Compiling clap_derive v4.6.1
4422026-07-29T07:33:00.467Z Compiling pest_derive v2.8.6
4432026-07-29T07:33:01.010Z Compiling scroll v0.12.0
4442026-07-29T07:33:01.100Z Compiling zerocopy v0.7.35
4452026-07-29T07:33:01.220Z Compiling goblin v0.8.2
4462026-07-29T07:33:01.437Z Compiling dtrace-parser v0.2.0
4472026-07-29T07:33:01.700Z Compiling clap v4.6.1
4482026-07-29T07:33:02.774Z Compiling toml_datetime v0.6.11
4492026-07-29T07:33:02.775Z Compiling serde_spanned v0.6.9
4502026-07-29T07:33:02.775Z Compiling cargo_metadata v0.23.1
4512026-07-29T07:33:02.778Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4522026-07-29T07:33:02.778Z Compiling macaddr v1.0.1
4532026-07-29T07:33:02.792Z Compiling dof v0.3.0
4542026-07-29T07:33:02.795Z Compiling serde_tokenstream v0.2.3
4552026-07-29T07:33:02.966Z Compiling toml_edit v0.22.27
4562026-07-29T07:33:03.498Z Compiling usdt-macro v0.5.0
4572026-07-29T07:33:03.502Z Compiling usdt-attr-macro v0.5.0
4582026-07-29T07:33:04.112Z Compiling usdt v0.5.0
4592026-07-29T07:33:04.241Z Compiling toml v0.8.23
4602026-07-29T07:33:04.565Z Compiling cargo_toml v0.21.0
4612026-07-29T07:33:05.870Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622026-07-29T07:33:07.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.65s
4632026-07-29T07:33:08.151Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4642026-07-29T07:33:08.672Z Downloading crates ...
4652026-07-29T07:33:08.715Z Downloaded adler2 v2.0.1
4662026-07-29T07:33:08.720Z Downloaded async-stream-impl v0.3.6
4672026-07-29T07:33:08.723Z Downloaded atomicwrites v0.4.4
4682026-07-29T07:33:08.723Z Downloaded anstyle-parse v0.2.7
4692026-07-29T07:33:08.726Z Downloaded ascii-canvas v3.0.0
4702026-07-29T07:33:08.730Z Downloaded array-init v0.0.4
4712026-07-29T07:33:08.730Z Downloaded compression-core v0.4.31
4722026-07-29T07:33:08.738Z Downloaded argon2 v0.5.3
4732026-07-29T07:33:08.741Z Downloaded cbc v0.2.1
4742026-07-29T07:33:08.742Z Downloaded chacha20 v0.9.1
4752026-07-29T07:33:08.745Z Downloaded hash32 v0.3.1
4762026-07-29T07:33:08.745Z Downloaded bb8 v0.8.6
4772026-07-29T07:33:08.745Z Downloaded globset v0.4.18
4782026-07-29T07:33:08.751Z Downloaded httparse v1.10.1
4792026-07-29T07:33:08.754Z Downloaded futures-macro v0.3.32
4802026-07-29T07:33:08.754Z Downloaded float-ord v0.3.2
4812026-07-29T07:33:08.755Z Downloaded backoff v0.4.0
4822026-07-29T07:33:08.755Z Downloaded cancel-safe-futures v0.1.5
4832026-07-29T07:33:08.758Z Downloaded erased-serde v0.3.31
4842026-07-29T07:33:08.758Z Downloaded bitfield-struct v0.6.2
4852026-07-29T07:33:08.758Z Downloaded fs_extra v1.3.0
4862026-07-29T07:33:08.761Z Downloaded assert_matches v1.5.0
4872026-07-29T07:33:08.761Z Downloaded base16ct v1.0.0
4882026-07-29T07:33:08.761Z Downloaded bit-set v0.8.0
4892026-07-29T07:33:08.765Z Downloaded bitfield-macros v0.19.4
4902026-07-29T07:33:08.765Z Downloaded expectorate v1.2.0
4912026-07-29T07:33:08.765Z Downloaded funty v2.0.0
4922026-07-29T07:33:08.765Z Downloaded aead v0.6.1
4932026-07-29T07:33:08.769Z Downloaded aead v0.5.2
4942026-07-29T07:33:08.769Z Downloaded atty v0.2.14
4952026-07-29T07:33:08.769Z Downloaded ghash v0.6.0
4962026-07-29T07:33:08.770Z Downloaded fixedbitset v0.4.2
4972026-07-29T07:33:08.772Z Downloaded filetime v0.2.27
4982026-07-29T07:33:08.776Z Downloaded enum_dispatch v0.3.13
4992026-07-29T07:33:08.776Z Downloaded ff v0.14.0
5002026-07-29T07:33:08.776Z Downloaded const_format_proc_macros v0.2.34
5012026-07-29T07:33:08.781Z Downloaded fixedbitset v0.5.7
5022026-07-29T07:33:08.781Z Downloaded flume v0.11.1
5032026-07-29T07:33:08.784Z Downloaded async-recursion v1.1.1
5042026-07-29T07:33:08.784Z Downloaded block-padding v0.4.2
5052026-07-29T07:33:08.784Z Downloaded foreign-types-shared v0.3.1
5062026-07-29T07:33:08.784Z Downloaded form_urlencoded v1.2.2
5072026-07-29T07:33:08.784Z Downloaded fxhash v0.2.1
5082026-07-29T07:33:08.784Z Downloaded futures-task v0.3.32
5092026-07-29T07:33:08.784Z Downloaded git-stub v1.0.0
5102026-07-29T07:33:08.788Z Downloaded bitfield v0.19.4
5112026-07-29T07:33:08.788Z Downloaded foreign-types-shared v0.1.1
5122026-07-29T07:33:08.788Z Downloaded anstream v0.6.21
5132026-07-29T07:33:08.788Z Downloaded atomic-waker v1.1.2
5142026-07-29T07:33:08.788Z Downloaded env_filter v1.0.0
5152026-07-29T07:33:08.788Z Downloaded gethostname v0.5.0
5162026-07-29T07:33:08.791Z Downloaded base16ct v0.2.0
5172026-07-29T07:33:08.791Z Downloaded bcrypt-pbkdf v0.11.0
5182026-07-29T07:33:08.791Z Downloaded foreign-types-macros v0.2.3
5192026-07-29T07:33:08.791Z Downloaded bit-set v0.5.3
5202026-07-29T07:33:08.795Z Downloaded ciborium-ll v0.2.2
5212026-07-29T07:33:08.795Z Downloaded flagset v0.4.7
5222026-07-29T07:33:08.798Z Downloaded foreign-types v0.3.2
5232026-07-29T07:33:08.798Z Downloaded endian-type v0.1.2
5242026-07-29T07:33:08.798Z Downloaded cfg_aliases v0.1.1
5252026-07-29T07:33:08.798Z Downloaded base64 v0.21.7
5262026-07-29T07:33:08.801Z Downloaded enum-as-inner v0.6.1
5272026-07-29T07:33:08.801Z Downloaded futures-sink v0.3.32
5282026-07-29T07:33:08.804Z Downloaded foreign-types v0.5.0
5292026-07-29T07:33:08.804Z Downloaded hostname v0.3.1
5302026-07-29T07:33:08.804Z Downloaded backon v1.6.0
5312026-07-29T07:33:08.807Z Downloaded base64ct v1.8.3
5322026-07-29T07:33:08.807Z Downloaded bit-vec v0.6.3
5332026-07-29T07:33:08.807Z Downloaded ar_archive_writer v0.5.1
5342026-07-29T07:33:08.811Z Downloaded futures-core v0.3.32
5352026-07-29T07:33:08.811Z Downloaded hex v0.4.3
5362026-07-29T07:33:08.811Z Downloaded fallible-iterator v0.2.0
5372026-07-29T07:33:08.811Z Downloaded foldhash v0.1.5
5382026-07-29T07:33:08.814Z Downloaded foldhash v0.2.0
5392026-07-29T07:33:08.814Z Downloaded ff v0.13.1
5402026-07-29T07:33:08.814Z Downloaded fs-err v2.11.0
5412026-07-29T07:33:08.814Z Downloaded arrayref v0.3.9
5422026-07-29T07:33:08.817Z Downloaded httpdate v1.0.3
5432026-07-29T07:33:08.817Z Downloaded fd-lock v4.0.4
5442026-07-29T07:33:08.817Z Downloaded block-buffer v0.12.1
5452026-07-29T07:33:08.820Z Downloaded futures-io v0.3.32
5462026-07-29T07:33:08.820Z Downloaded cobs v0.3.0
5472026-07-29T07:33:08.823Z Downloaded cfg_aliases v0.2.1
5482026-07-29T07:33:08.823Z Downloaded hubpack_derive v0.1.1
5492026-07-29T07:33:08.823Z Downloaded hostname v0.4.2
5502026-07-29T07:33:08.828Z Downloaded http-range v0.1.5
5512026-07-29T07:33:08.828Z Downloaded ciborium-io v0.2.2
5522026-07-29T07:33:08.828Z Downloaded hubpack v0.1.2
5532026-07-29T07:33:08.833Z Downloaded http-body v1.0.1
5542026-07-29T07:33:08.838Z Downloaded packed_struct_codegen v0.10.1
5552026-07-29T07:33:08.841Z Downloaded float-cmp v0.10.0
5562026-07-29T07:33:08.841Z Downloaded futures-executor v0.3.32
5572026-07-29T07:33:08.841Z Downloaded git-stub-vcs v0.1.0
5582026-07-29T07:33:08.844Z Downloaded normalize-line-endings v0.3.0
5592026-07-29T07:33:08.844Z Downloaded env_logger v0.11.9
5602026-07-29T07:33:08.844Z Downloaded async-stream v0.3.6
5612026-07-29T07:33:08.848Z Downloaded hyper-tls v0.6.0
5622026-07-29T07:33:08.848Z Downloaded hash32 v0.2.1
5632026-07-29T07:33:08.848Z Downloaded headers-core v0.3.0
5642026-07-29T07:33:08.851Z Downloaded castaway v0.2.4
5652026-07-29T07:33:08.851Z Downloaded num-derive v0.4.2
5662026-07-29T07:33:08.851Z Downloaded olpc-cjson v0.1.4
5672026-07-29T07:33:08.851Z Downloaded hex-literal v1.1.0
5682026-07-29T07:33:08.855Z Downloaded futures-channel v0.3.32
5692026-07-29T07:33:08.855Z Downloaded getrandom v0.2.17
5702026-07-29T07:33:08.858Z Downloaded arc-swap v1.8.2
5712026-07-29T07:33:08.858Z Downloaded bcs v0.1.6
5722026-07-29T07:33:08.861Z Downloaded bitflags v1.3.2
5732026-07-29T07:33:08.861Z Downloaded globwalk v0.9.1
5742026-07-29T07:33:08.861Z Downloaded bit-vec v0.8.0
5752026-07-29T07:33:08.865Z Downloaded cipher v0.4.4
5762026-07-29T07:33:08.865Z Downloaded num_enum_derive v0.7.6
5772026-07-29T07:33:08.865Z Downloaded arrayvec v0.7.6
5782026-07-29T07:33:08.865Z Downloaded byte-wrapper v0.1.0
5792026-07-29T07:33:08.868Z Downloaded cmake v0.1.57
5802026-07-29T07:33:08.868Z Downloaded progenitor-macro v0.14.0
5812026-07-29T07:33:08.868Z Downloaded radium v0.7.0
5822026-07-29T07:33:08.871Z Downloaded phf_shared v0.13.1
5832026-07-29T07:33:08.872Z Downloaded ref-cast-impl v1.0.25
5842026-07-29T07:33:08.872Z Downloaded rand_xorshift v0.4.0
5852026-07-29T07:33:08.875Z Downloaded ref-cast v1.0.25
5862026-07-29T07:33:08.875Z Downloaded russh-cryptovec v0.62.0
5872026-07-29T07:33:08.875Z Downloaded powerfmt v0.2.0
5882026-07-29T07:33:08.878Z Downloaded proc-macro-crate v1.3.1
5892026-07-29T07:33:08.878Z Downloaded scheduled-thread-pool v0.2.7
5902026-07-29T07:33:08.878Z Downloaded recursive-proc-macro-impl v0.1.1
5912026-07-29T07:33:08.881Z Downloaded sha1 v0.11.0
5922026-07-29T07:33:08.884Z Downloaded find-msvc-tools v0.1.9
5932026-07-29T07:33:08.884Z Downloaded highway v1.3.0
5942026-07-29T07:33:08.884Z Downloaded serde_spanned v1.1.1
5952026-07-29T07:33:08.884Z Downloaded humantime v2.3.0
5962026-07-29T07:33:08.887Z Downloaded secrecy v0.10.3
5972026-07-29T07:33:08.887Z Downloaded signal-hook-tokio v0.3.1
5982026-07-29T07:33:08.887Z Downloaded group v0.13.0
5992026-07-29T07:33:08.888Z Downloaded http-body-util v0.1.3
6002026-07-29T07:33:08.888Z Downloaded hyper-staticfile v0.10.1
6012026-07-29T07:33:08.891Z Downloaded async-trait v0.1.89
6022026-07-29T07:33:08.895Z Downloaded group v0.14.0
6032026-07-29T07:33:08.898Z Downloaded bs58 v0.5.1
6042026-07-29T07:33:08.898Z Downloaded serde_urlencoded v0.7.1
6052026-07-29T07:33:08.898Z Downloaded camino-tempfile-ext v0.3.3
6062026-07-29T07:33:08.901Z Downloaded signature v2.2.0
6072026-07-29T07:33:08.901Z Downloaded stable_deref_trait v1.2.1
6082026-07-29T07:33:08.904Z Downloaded embedded-io v0.4.0
6092026-07-29T07:33:08.905Z Downloaded cmov v0.5.4
6102026-07-29T07:33:08.908Z Downloaded home v0.5.12
6112026-07-29T07:33:08.908Z Downloaded slog-envlogger v2.2.0
6122026-07-29T07:33:08.908Z Downloaded structmeta-derive v0.3.0
6132026-07-29T07:33:08.911Z Downloaded strum v0.26.3
6142026-07-29T07:33:08.916Z Downloaded cmpv2 v0.2.0
6152026-07-29T07:33:08.917Z Downloaded nu-ansi-term v0.50.3
6162026-07-29T07:33:08.920Z Downloaded oxnet v0.1.6
6172026-07-29T07:33:08.920Z Downloaded pbkdf2 v0.13.0
6182026-07-29T07:33:08.920Z Downloaded futures v0.3.32
6192026-07-29T07:33:08.920Z Downloaded hybrid-array v0.4.13
6202026-07-29T07:33:08.924Z Downloaded structmeta v0.3.0
6212026-07-29T07:33:08.924Z Downloaded sync_wrapper v1.0.2
6222026-07-29T07:33:08.924Z Downloaded cassowary v0.3.0
6232026-07-29T07:33:08.924Z Downloaded cipher v0.5.2
6242026-07-29T07:33:08.928Z Downloaded num-integer v0.1.46
6252026-07-29T07:33:08.928Z Downloaded blowfish v0.10.0
6262026-07-29T07:33:08.928Z Downloaded termtree v0.5.1
6272026-07-29T07:33:08.928Z Downloaded tower-service v0.3.3
6282026-07-29T07:33:08.928Z Downloaded sqlparser_derive v0.5.0
6292026-07-29T07:33:08.928Z Downloaded time-core v0.1.8
6302026-07-29T07:33:08.931Z Downloaded pem v3.0.6
6312026-07-29T07:33:08.931Z Downloaded ppv-lite86 v0.2.21
6322026-07-29T07:33:08.935Z Downloaded rand_chacha v0.9.0
6332026-07-29T07:33:08.935Z Downloaded ahash v0.8.12
6342026-07-29T07:33:08.935Z Downloaded buf-list v1.1.2
6352026-07-29T07:33:08.939Z Downloaded unarray v0.1.4
6362026-07-29T07:33:08.944Z Downloaded topological-sort v0.2.2
6372026-07-29T07:33:08.947Z Downloaded pem-rfc7468 v0.7.0
6382026-07-29T07:33:08.947Z Downloaded progenitor v0.14.0
6392026-07-29T07:33:08.947Z Downloaded typify-macro v0.6.2
6402026-07-29T07:33:08.947Z Downloaded untrusted v0.9.0
6412026-07-29T07:33:08.951Z Downloaded progenitor v0.13.0
6422026-07-29T07:33:08.951Z Downloaded rusty-fork v0.3.1
6432026-07-29T07:33:08.951Z Downloaded scrypt v0.12.0
6442026-07-29T07:33:08.954Z Downloaded waitgroup v0.1.2
6452026-07-29T07:33:08.955Z Downloaded want v0.3.1
6462026-07-29T07:33:08.955Z Downloaded serde-hex v0.1.0
6472026-07-29T07:33:08.974Z Downloaded convert_case v0.4.0
6482026-07-29T07:33:08.975Z Downloaded zerofrom v0.1.6
6492026-07-29T07:33:08.975Z Downloaded zerofrom-derive v0.1.6
6502026-07-29T07:33:08.983Z Downloaded crc v3.4.0
6512026-07-29T07:33:08.983Z Downloaded crc-catalog v2.4.0
6522026-07-29T07:33:08.983Z Downloaded glob v0.3.3
6532026-07-29T07:33:08.983Z Downloaded hyper-rustls v0.27.7
6542026-07-29T07:33:08.983Z Downloaded ciborium v0.2.2
6552026-07-29T07:33:08.984Z Downloaded serde_json_canonicalizer v0.3.2
6562026-07-29T07:33:08.984Z Downloaded argon2 v0.6.0-rc.8
6572026-07-29T07:33:08.984Z Downloaded bzip2 v0.4.4
6582026-07-29T07:33:08.984Z Downloaded const-oid v0.9.6
6592026-07-29T07:33:08.984Z Downloaded fatfs v0.3.6
6602026-07-29T07:33:08.984Z Downloaded getrandom v0.3.4
6612026-07-29T07:33:08.984Z Downloaded slog-json v2.6.1
6622026-07-29T07:33:08.984Z Downloaded stacker v0.1.23
6632026-07-29T07:33:08.984Z Downloaded colored v2.2.0
6642026-07-29T07:33:08.984Z Downloaded compression-codecs v0.4.37
6652026-07-29T07:33:08.988Z Downloaded async-bb8-diesel v0.2.1
6662026-07-29T07:33:08.988Z Downloaded blake2 v0.11.0-rc.6
6672026-07-29T07:33:08.988Z Downloaded darling_macro v0.13.4
6682026-07-29T07:33:08.988Z Downloaded bzip2 v0.6.1
6692026-07-29T07:33:08.988Z Downloaded chacha20 v0.10.0
6702026-07-29T07:33:08.988Z Downloaded clang-sys v1.8.1
6712026-07-29T07:33:08.988Z Downloaded cexpr v0.6.0
6722026-07-29T07:33:08.988Z Downloaded console v0.15.11
6732026-07-29T07:33:08.992Z Downloaded diesel_table_macro_syntax v0.3.0
6742026-07-29T07:33:08.992Z Downloaded generic-array v1.4.3
6752026-07-29T07:33:08.992Z Downloaded hmac v0.13.0
6762026-07-29T07:33:08.992Z Downloaded console v0.16.2
6772026-07-29T07:33:08.995Z Downloaded half v1.8.3
6782026-07-29T07:33:08.995Z Downloaded parking_lot_core v0.9.12
6792026-07-29T07:33:08.996Z Downloaded synstructure v0.13.2
6802026-07-29T07:33:08.996Z Downloaded smf v0.2.3
6812026-07-29T07:33:08.996Z Downloaded trait-variant v0.1.2
6822026-07-29T07:33:09.007Z Downloaded thiserror-no-std v2.0.2
6832026-07-29T07:33:09.007Z Downloaded derive_builder_macro v0.20.2
6842026-07-29T07:33:09.007Z Downloaded dsl_auto_type v0.2.0
6852026-07-29T07:33:09.007Z Downloaded allocator-api2 v0.2.21
6862026-07-29T07:33:09.011Z Downloaded inout v0.1.4
6872026-07-29T07:33:09.011Z Downloaded flate2 v1.1.9
6882026-07-29T07:33:09.011Z Downloaded password-hash v0.5.0
6892026-07-29T07:33:09.011Z Downloaded phf v0.12.1
6902026-07-29T07:33:09.011Z Downloaded idna_adapter v1.2.1
6912026-07-29T07:33:09.011Z Downloaded indoc v1.0.9
6922026-07-29T07:33:09.011Z Downloaded is_ci v1.2.0
6932026-07-29T07:33:09.011Z Downloaded pkcs8 v0.11.0
6942026-07-29T07:33:09.012Z Downloaded poly1305 v0.9.0
6952026-07-29T07:33:09.012Z Downloaded vergen-gitcl v1.0.8
6962026-07-29T07:33:09.012Z Downloaded writeable v0.6.2
6972026-07-29T07:33:09.019Z Downloaded poly1305 v0.8.0
6982026-07-29T07:33:09.019Z Downloaded tokio-native-tls v0.3.1
6992026-07-29T07:33:09.022Z Downloaded vergen-git2 v9.1.0
7002026-07-29T07:33:09.022Z Downloaded walkdir v2.5.0
7012026-07-29T07:33:09.022Z Downloaded zeroize v1.9.0
7022026-07-29T07:33:09.023Z Downloaded keccak v0.1.6
7032026-07-29T07:33:09.023Z Downloaded libscf-sys v1.1.0
7042026-07-29T07:33:09.023Z Downloaded mime v0.3.17
7052026-07-29T07:33:09.029Z Downloaded hmac v0.12.1
7062026-07-29T07:33:09.032Z Downloaded half v2.7.1
7072026-07-29T07:33:09.032Z Downloaded blake2 v0.10.6
7082026-07-29T07:33:09.040Z Downloaded colored v3.1.1
7092026-07-29T07:33:09.044Z Downloaded const-oid v0.10.2
7102026-07-29T07:33:09.044Z Downloaded maybe-uninit v2.0.0
7112026-07-29T07:33:09.044Z Downloaded num-derive v0.3.3
7122026-07-29T07:33:09.048Z Downloaded oso v0.27.3
7132026-07-29T07:33:09.051Z Downloaded derive-ex v0.1.8
7142026-07-29T07:33:09.051Z Downloaded daft-derive v0.1.7
7152026-07-29T07:33:09.058Z Downloaded smallvec v1.15.1
7162026-07-29T07:33:09.058Z Downloaded oso-derive v0.27.3
7172026-07-29T07:33:09.058Z Downloaded defmt v1.0.1
7182026-07-29T07:33:09.061Z Downloaded path-slash v0.1.5
7192026-07-29T07:33:09.061Z Downloaded precomputed-hash v0.1.1
7202026-07-29T07:33:09.061Z Downloaded displaydoc v0.2.5
7212026-07-29T07:33:09.065Z Downloaded ed25519 v3.0.0
7222026-07-29T07:33:09.069Z Downloaded impl-trait-for-tuples v0.2.3
7232026-07-29T07:33:09.069Z Downloaded ingot-types v0.2.0
7242026-07-29T07:33:09.069Z Downloaded kem v0.3.0
7252026-07-29T07:33:09.069Z Downloaded psl-types v2.0.11
7262026-07-29T07:33:09.069Z Downloaded same-file v1.0.6
7272026-07-29T07:33:09.072Z Downloaded ipnetwork v0.21.1
7282026-07-29T07:33:09.075Z Downloaded pin-project v1.1.11
7292026-07-29T07:33:09.083Z Downloaded rfc6979 v0.4.0
7302026-07-29T07:33:09.086Z Downloaded russh-util v0.52.0
7312026-07-29T07:33:09.086Z Downloaded rtoolbox v0.0.3
7322026-07-29T07:33:09.086Z Downloaded rustls-platform-verifier v0.7.0
7332026-07-29T07:33:09.086Z Downloaded serde_bytes v0.11.19
7342026-07-29T07:33:09.086Z Downloaded schemars v0.8.22
7352026-07-29T07:33:09.092Z Downloaded unicase v2.9.0
7362026-07-29T07:33:09.096Z Downloaded signal-hook v0.3.18
7372026-07-29T07:33:09.096Z Downloaded keccak v0.2.0
7382026-07-29T07:33:09.096Z Downloaded match_cfg v0.1.0
7392026-07-29T07:33:09.099Z Downloaded usdt-impl v0.6.0
7402026-07-29T07:33:09.099Z Downloaded lock_api v0.4.14
7412026-07-29T07:33:09.099Z Downloaded nanorand v0.7.0
7422026-07-29T07:33:09.099Z Downloaded native-tls v0.2.18
7432026-07-29T07:33:09.099Z Downloaded tabled_derive v0.11.0
7442026-07-29T07:33:09.107Z Downloaded num_enum v0.5.11
7452026-07-29T07:33:09.107Z Downloaded constant_time_eq v0.4.2
7462026-07-29T07:33:09.110Z Downloaded scroll_derive v0.13.1
7472026-07-29T07:33:09.110Z Downloaded serde-big-array v0.5.1
7482026-07-29T07:33:09.110Z Downloaded supports-color v3.0.2
7492026-07-29T07:33:09.110Z Downloaded testing_table v0.3.0
7502026-07-29T07:33:09.110Z Downloaded thiserror-impl-no-std v2.0.2
7512026-07-29T07:33:09.110Z Downloaded tinyvec_macros v0.1.1
7522026-07-29T07:33:09.110Z Downloaded mime_guess v2.0.5
7532026-07-29T07:33:09.110Z Downloaded yasna v0.5.2
7542026-07-29T07:33:09.120Z Downloaded tokio-macros v2.7.0
7552026-07-29T07:33:09.123Z Downloaded openssl-sys v0.9.115
7562026-07-29T07:33:09.128Z Downloaded pem-rfc7468 v1.0.0
7572026-07-29T07:33:09.132Z Downloaded try-lock v0.2.5
7582026-07-29T07:33:09.132Z Downloaded darling v0.23.0
7592026-07-29T07:33:09.137Z Downloaded owo-colors v4.3.0
7602026-07-29T07:33:09.137Z Downloaded tower-layer v0.3.3
7612026-07-29T07:33:09.137Z Downloaded parse-display-derive v0.10.0
7622026-07-29T07:33:09.138Z Downloaded chacha20poly1305 v0.10.1
7632026-07-29T07:33:09.138Z Downloaded phc v0.6.1
7642026-07-29T07:33:09.138Z Downloaded untrusted v0.7.1
7652026-07-29T07:33:09.141Z Downloaded xshell-macros v0.2.7
7662026-07-29T07:33:09.141Z Downloaded const_format v0.2.35
7672026-07-29T07:33:09.145Z Downloaded polyval v0.7.1
7682026-07-29T07:33:09.148Z Downloaded progenitor-client v0.13.0
7692026-07-29T07:33:09.148Z Downloaded tinyvec v1.10.0
7702026-07-29T07:33:09.148Z Downloaded toml v1.1.2+spec-1.1.0
7712026-07-29T07:33:09.152Z Downloaded async-compression v0.4.41
7722026-07-29T07:33:09.155Z Downloaded resolv-conf v0.7.6
7732026-07-29T07:33:09.158Z Downloaded crc8 v0.1.1
7742026-07-29T07:33:09.158Z Downloaded prettyplease v0.2.37
7752026-07-29T07:33:09.167Z Downloaded cpufeatures v0.3.0
7762026-07-29T07:33:09.167Z Downloaded darling_macro v0.20.11
7772026-07-29T07:33:09.167Z Downloaded p384 v0.14.0
7782026-07-29T07:33:09.167Z Downloaded sec1 v0.7.3
7792026-07-29T07:33:09.171Z Downloaded slab v0.4.12
7802026-07-29T07:33:09.171Z Downloaded crc-any v2.5.0
7812026-07-29T07:33:09.171Z Downloaded rayon-core v1.13.0
7822026-07-29T07:33:09.171Z Downloaded uuid v1.23.4
7832026-07-29T07:33:09.171Z Downloaded litrs v1.0.0
7842026-07-29T07:33:09.171Z Downloaded ssh-cipher v0.3.0
7852026-07-29T07:33:09.171Z Downloaded curve25519-dalek-derive v0.1.1
7862026-07-29T07:33:09.175Z Downloaded debug-ignore v1.0.5
7872026-07-29T07:33:09.175Z Downloaded dirs-sys-next v0.1.2
7882026-07-29T07:33:09.175Z Downloaded display-error-chain v0.2.2
7892026-07-29T07:33:09.175Z Downloaded document-features v0.2.12
7902026-07-29T07:33:09.175Z Downloaded ident_case v1.0.1
7912026-07-29T07:33:09.175Z Downloaded dirs-next v2.0.0
7922026-07-29T07:33:09.175Z Downloaded instability v0.3.11
7932026-07-29T07:33:09.179Z Downloaded base64 v0.22.1
7942026-07-29T07:33:09.179Z Downloaded crc32fast v1.5.0
7952026-07-29T07:33:09.189Z Downloaded hickory-resolver v0.25.2
7962026-07-29T07:33:09.189Z Downloaded string_cache v0.8.9
7972026-07-29T07:33:09.192Z Downloaded zopfli v0.8.3
7982026-07-29T07:33:09.193Z Downloaded headers v0.4.1
7992026-07-29T07:33:09.193Z Downloaded bumpalo v3.20.2
8002026-07-29T07:33:09.193Z Downloaded heapless v0.7.17
8012026-07-29T07:33:09.193Z Downloaded bytes v1.11.1
8022026-07-29T07:33:09.193Z Downloaded heapless v0.8.0
8032026-07-29T07:33:09.197Z Downloaded slog v2.8.2
8042026-07-29T07:33:09.197Z Downloaded smallvec v0.6.14
8052026-07-29T07:33:09.198Z Downloaded tar v0.4.46
8062026-07-29T07:33:09.201Z Downloaded strum_macros v0.24.3
8072026-07-29T07:33:09.201Z Downloaded tokio-tungstenite v0.21.0
8082026-07-29T07:33:09.201Z Downloaded indent_write v2.2.0
8092026-07-29T07:33:09.201Z Downloaded uzers v0.12.2
8102026-07-29T07:33:09.205Z Downloaded illumos-nvpair-sys v0.2.0
8112026-07-29T07:33:09.205Z Downloaded linked-hash-map v0.5.6
8122026-07-29T07:33:09.205Z Downloaded nibble_vec v0.1.0
8132026-07-29T07:33:09.205Z Downloaded des v0.9.0
8142026-07-29T07:33:09.205Z Downloaded vsss-rs v3.3.4
8152026-07-29T07:33:09.208Z Downloaded dropshot_endpoint v0.17.1
8162026-07-29T07:33:09.209Z Downloaded tui-tree-widget v0.23.1
8172026-07-29T07:33:09.209Z Downloaded wyz v0.5.1
8182026-07-29T07:33:09.212Z Downloaded md5 v0.8.0
8192026-07-29T07:33:09.212Z Downloaded newline-converter v0.3.0
8202026-07-29T07:33:09.212Z Downloaded psm v0.1.30
8212026-07-29T07:33:09.212Z Downloaded drift v0.2.0
8222026-07-29T07:33:09.219Z Downloaded toml_edit v0.23.10+spec-1.0.0
8232026-07-29T07:33:09.227Z Downloaded diff v0.1.13
8242026-07-29T07:33:09.234Z Downloaded rustls-pki-types v1.14.0
8252026-07-29T07:33:09.241Z Downloaded csv-core v0.1.13
8262026-07-29T07:33:09.241Z Downloaded zstd v0.13.3
8272026-07-29T07:33:09.241Z Downloaded password-hash v0.6.1
8282026-07-29T07:33:09.241Z Downloaded percent-encoding v2.3.2
8292026-07-29T07:33:09.241Z Downloaded potential_utf v0.1.4
8302026-07-29T07:33:09.241Z Downloaded phf_shared v0.12.1
8312026-07-29T07:33:09.241Z Downloaded proc-macro-crate v3.4.0
8322026-07-29T07:33:09.241Z Downloaded publicsuffix v2.3.0
8332026-07-29T07:33:09.244Z Downloaded quinn v0.11.9
8342026-07-29T07:33:09.244Z Downloaded tungstenite v0.23.0
8352026-07-29T07:33:09.244Z Downloaded papergrid v0.17.0
8362026-07-29T07:33:09.244Z Downloaded sha2 v0.11.0
8372026-07-29T07:33:09.250Z Downloaded deranged v0.5.8
8382026-07-29T07:33:09.250Z Downloaded defmt-macros v1.0.1
8392026-07-29T07:33:09.253Z Downloaded rustc-hash v2.1.1
8402026-07-29T07:33:09.253Z Downloaded semver v0.1.20
8412026-07-29T07:33:09.253Z Downloaded hashbrown v0.12.3
8422026-07-29T07:33:09.253Z Downloaded hickory-resolver v0.24.4
8432026-07-29T07:33:09.257Z Downloaded sapling-renderdag v0.1.0
8442026-07-29T07:33:09.257Z Downloaded hickory-server v0.25.2
8452026-07-29T07:33:09.257Z Downloaded hyper-util v0.1.20
8462026-07-29T07:33:09.264Z Downloaded term v0.7.0
8472026-07-29T07:33:09.268Z Downloaded compact_str v0.8.1
8482026-07-29T07:33:09.268Z Downloaded cc v1.2.56
8492026-07-29T07:33:09.268Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8502026-07-29T07:33:09.268Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8512026-07-29T07:33:09.268Z Downloaded ipnet v2.11.0
8522026-07-29T07:33:09.272Z Downloaded darling_core v0.23.0
8532026-07-29T07:33:09.272Z Downloaded jobserver v0.1.34
8542026-07-29T07:33:09.272Z Downloaded libsw-core v0.3.2
8552026-07-29T07:33:09.279Z Downloaded serde_repr v0.1.20
8562026-07-29T07:33:09.279Z Downloaded prefix-trie v0.7.0
8572026-07-29T07:33:09.279Z Downloaded num-complex v0.4.6
8582026-07-29T07:33:09.283Z Downloaded universal-hash v0.5.1
8592026-07-29T07:33:09.283Z Downloaded tokio-postgres v0.7.16
8602026-07-29T07:33:09.283Z Downloaded icu_normalizer v2.1.1
8612026-07-29T07:33:09.284Z Downloaded progenitor-impl v0.14.0
8622026-07-29T07:33:09.287Z Downloaded aes-gcm v0.11.0
8632026-07-29T07:33:09.287Z Downloaded cookie v0.18.1
8642026-07-29T07:33:09.287Z Downloaded sync-ptr v0.1.4
8652026-07-29T07:33:09.287Z Downloaded oxide-update-engine-display v0.1.2
8662026-07-29T07:33:09.287Z Downloaded x509-tsp v0.1.0
8672026-07-29T07:33:09.287Z Downloaded xattr v1.6.1
8682026-07-29T07:33:09.294Z Downloaded zeroize_derive v1.5.0
8692026-07-29T07:33:09.298Z Downloaded cstr-argument v0.1.2
8702026-07-29T07:33:09.298Z Downloaded dof v0.4.0
8712026-07-29T07:33:09.298Z Downloaded serde_yaml v0.9.34+deprecated
8722026-07-29T07:33:09.303Z Downloaded rustls-platform-verifier v0.6.2
8732026-07-29T07:33:09.303Z Downloaded progenitor-extras v0.2.0
8742026-07-29T07:33:09.303Z Downloaded rand_core v0.6.4
8752026-07-29T07:33:09.308Z Downloaded rand_core v0.9.5
8762026-07-29T07:33:09.312Z Downloaded dtrace-parser v0.3.0
8772026-07-29T07:33:09.312Z Downloaded dunce v1.0.5
8782026-07-29T07:33:09.312Z Downloaded pkg-config v0.3.32
8792026-07-29T07:33:09.316Z Downloaded yansi v1.0.1
8802026-07-29T07:33:09.316Z Downloaded schemars_derive v0.8.22
8812026-07-29T07:33:09.316Z Downloaded serde_plain v1.0.2
8822026-07-29T07:33:09.320Z Downloaded dropshot-api-manager-types v0.7.2
8832026-07-29T07:33:09.323Z Downloaded lalrpop-util v0.19.12
8842026-07-29T07:33:09.335Z Downloaded serde_path_to_error v0.1.20
8852026-07-29T07:33:09.339Z Downloaded snafu-derive v0.8.9
8862026-07-29T07:33:09.339Z Downloaded signal-hook-registry v1.4.8
8872026-07-29T07:33:09.339Z Downloaded strum_macros v0.26.4
8882026-07-29T07:33:09.339Z Downloaded lru-slab v0.1.2
8892026-07-29T07:33:09.339Z Downloaded nonempty v0.12.0
8902026-07-29T07:33:09.339Z Downloaded newtype_derive v0.1.6
8912026-07-29T07:33:09.339Z Downloaded tungstenite v0.21.0
8922026-07-29T07:33:09.343Z Downloaded spki v0.7.3
8932026-07-29T07:33:09.346Z Downloaded litemap v0.8.1
8942026-07-29T07:33:09.346Z Downloaded pretty_assertions v1.4.1
8952026-07-29T07:33:09.350Z Downloaded ed25519-dalek v2.2.0
8962026-07-29T07:33:09.350Z Downloaded num-iter v0.1.45
8972026-07-29T07:33:09.350Z Downloaded num_threads v0.1.7
8982026-07-29T07:33:09.350Z Downloaded simd-adler32 v0.3.8
8992026-07-29T07:33:09.353Z Downloaded stringprep v0.1.5
9002026-07-29T07:33:09.353Z Downloaded openssl-probe v0.2.1
9012026-07-29T07:33:09.354Z Downloaded support-bundle-viewer v0.1.2
9022026-07-29T07:33:09.354Z Downloaded time-macros v0.2.27
9032026-07-29T07:33:09.361Z Downloaded tokio-dtrace v0.1.1
9042026-07-29T07:33:09.361Z Downloaded usdt-attr-macro v0.6.0
9052026-07-29T07:33:09.361Z Downloaded vergen-lib v0.1.6
9062026-07-29T07:33:09.364Z Downloaded convert_case v0.10.0
9072026-07-29T07:33:09.364Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-07-29T07:33:09.364Z Downloaded rand_chacha v0.3.1
9092026-07-29T07:33:09.367Z Downloaded daft v0.1.7
9102026-07-29T07:33:09.367Z Downloaded darling v0.13.4
9112026-07-29T07:33:09.367Z Downloaded data-encoding v2.10.0
9122026-07-29T07:33:09.371Z Downloaded hashbrown v0.13.2
9132026-07-29T07:33:09.371Z Downloaded http v1.4.2
9142026-07-29T07:33:09.378Z Downloaded parking_lot_core v0.8.6
9152026-07-29T07:33:09.378Z Downloaded quick-error v1.2.3
9162026-07-29T07:33:09.379Z Downloaded crossbeam-epoch v0.9.18
9172026-07-29T07:33:09.382Z Downloaded darling v0.21.3
9182026-07-29T07:33:09.382Z Downloaded crossbeam-deque v0.8.6
9192026-07-29T07:33:09.382Z Downloaded postgres-types v0.2.12
9202026-07-29T07:33:09.382Z Downloaded quinn-udp v0.5.14
9212026-07-29T07:33:09.382Z Downloaded rustc_version v0.4.1
9222026-07-29T07:33:09.382Z Downloaded shell-words v1.1.1
9232026-07-29T07:33:09.386Z Downloaded snafu v0.8.9
9242026-07-29T07:33:09.389Z Downloaded pkcs1 v0.8.0-rc.4
9252026-07-29T07:33:09.392Z Downloaded serde_with v1.14.0
9262026-07-29T07:33:09.396Z Downloaded derive_builder_core v0.20.2
9272026-07-29T07:33:09.396Z Downloaded sigpipe v0.1.3
9282026-07-29T07:33:09.399Z Downloaded take_mut v0.2.2
9292026-07-29T07:33:09.403Z Downloaded unsafe-libyaml v0.2.11
9302026-07-29T07:33:09.406Z Downloaded der v0.7.10
9312026-07-29T07:33:09.410Z Downloaded tagptr v0.2.0
9322026-07-29T07:33:09.414Z Downloaded unicode-truncate v1.1.0
9332026-07-29T07:33:09.414Z Downloaded unicode-xid v0.2.6
9342026-07-29T07:33:09.414Z Downloaded yoke-derive v0.8.1
9352026-07-29T07:33:09.418Z Downloaded module-lattice v0.2.3
9362026-07-29T07:33:09.418Z Downloaded ingot v0.2.1
9372026-07-29T07:33:09.418Z Downloaded lzss v0.8.2
9382026-07-29T07:33:09.421Z Downloaded packed_struct v0.10.1
9392026-07-29T07:33:09.421Z Downloaded phf v0.13.1
9402026-07-29T07:33:09.421Z Downloaded tracing-core v0.1.36
9412026-07-29T07:33:09.430Z Downloaded zone v0.3.1
9422026-07-29T07:33:09.435Z Downloaded zone_cfg_derive v0.3.1
9432026-07-29T07:33:09.438Z Downloaded samael v0.0.19
9442026-07-29T07:33:09.438Z Downloaded crunchy v0.2.4
9452026-07-29T07:33:09.441Z Downloaded rand_core v0.10.0
9462026-07-29T07:33:09.442Z Downloaded num-traits v0.2.19
9472026-07-29T07:33:09.442Z Downloaded omicron-zone-package v0.12.3
9482026-07-29T07:33:09.445Z Downloaded oxide-update-engine-types v0.1.2
9492026-07-29T07:33:09.445Z Downloaded vergen v9.1.0
9502026-07-29T07:33:09.449Z Downloaded whoami v1.6.1
9512026-07-29T07:33:09.449Z Downloaded primeorder v0.14.0
9522026-07-29T07:33:09.449Z Downloaded scroll v0.13.0
9532026-07-29T07:33:09.449Z Downloaded defmt v0.3.100
9542026-07-29T07:33:09.452Z Downloaded difflib v0.4.0
9552026-07-29T07:33:09.452Z Downloaded inout v0.2.2
9562026-07-29T07:33:09.452Z Downloaded kstat-rs v0.2.4
9572026-07-29T07:33:09.452Z Downloaded lazy_static v1.5.0
9582026-07-29T07:33:09.452Z Downloaded crossbeam-utils v0.8.21
9592026-07-29T07:33:09.456Z Downloaded ingot-macros v0.2.0
9602026-07-29T07:33:09.456Z Downloaded hashbrown v0.15.5
9612026-07-29T07:33:09.466Z Downloaded static_assertions v1.1.0
9622026-07-29T07:33:09.469Z Downloaded is-terminal v0.4.17
9632026-07-29T07:33:09.470Z Downloaded new_debug_unreachable v1.0.6
9642026-07-29T07:33:09.470Z Downloaded newtype-uuid-macros v0.1.0
9652026-07-29T07:33:09.470Z Downloaded opaque-debug v0.3.1
9662026-07-29T07:33:09.470Z Downloaded icu_normalizer_data v2.1.1
9672026-07-29T07:33:09.470Z Downloaded openssl-macros v0.1.1
9682026-07-29T07:33:09.470Z Downloaded parse-display v0.10.0
9692026-07-29T07:33:09.470Z Downloaded slog-dtrace v0.3.0
9702026-07-29T07:33:09.476Z Downloaded tls_codec_derive v0.4.2
9712026-07-29T07:33:09.482Z Downloaded progenitor-client v0.14.0
9722026-07-29T07:33:09.486Z Downloaded progenitor-macro v0.13.0
9732026-07-29T07:33:09.489Z Downloaded siphasher v1.0.2
9742026-07-29T07:33:09.493Z Downloaded miniz_oxide v0.8.9
9752026-07-29T07:33:09.493Z Downloaded similar v2.7.0
9762026-07-29T07:33:09.496Z Downloaded tinystr v0.8.2
9772026-07-29T07:33:09.496Z Downloaded tiny-keccak v2.0.2
9782026-07-29T07:33:09.504Z Downloaded tls_codec v0.4.2
9792026-07-29T07:33:09.504Z Downloaded zerotrie v0.2.3
9802026-07-29T07:33:09.511Z Downloaded scopeguard v1.2.0
9812026-07-29T07:33:09.512Z Downloaded aes v0.9.1
9822026-07-29T07:33:09.512Z Downloaded unicode-bidi v0.3.18
9832026-07-29T07:33:09.512Z Downloaded ed25519-dalek v3.0.0
9842026-07-29T07:33:09.512Z Downloaded yoke v0.8.1
9852026-07-29T07:33:09.515Z Downloaded signature v3.0.0
9862026-07-29T07:33:09.516Z Downloaded pkcs1 v0.7.5
9872026-07-29T07:33:09.516Z Downloaded rand v0.9.2
9882026-07-29T07:33:09.516Z Downloaded crypto-bigint v0.5.5
9892026-07-29T07:33:09.521Z Downloaded toml v0.7.8
9902026-07-29T07:33:09.525Z Downloaded ron v0.8.1
9912026-07-29T07:33:09.525Z Downloaded ctutils v0.4.2
9922026-07-29T07:33:09.525Z Downloaded diesel-dtrace v0.5.0
9932026-07-29T07:33:09.525Z Downloaded ecdsa v0.16.9
9942026-07-29T07:33:09.535Z Downloaded usdt-macro v0.6.0
9952026-07-29T07:33:09.535Z Downloaded reedline v0.40.0
9962026-07-29T07:33:09.542Z Downloaded void v1.0.2
9972026-07-29T07:33:09.542Z Downloaded wnaf v0.14.0
9982026-07-29T07:33:09.542Z Downloaded derive_more v2.1.1
9992026-07-29T07:33:09.542Z Downloaded elliptic-curve v0.13.8
10002026-07-29T07:33:09.547Z Downloaded derive_more v0.99.20
10012026-07-29T07:33:09.547Z Downloaded icu_provider v2.1.1
10022026-07-29T07:33:09.548Z Downloaded newtype-uuid v1.3.2
10032026-07-29T07:33:09.548Z Downloaded serde_with_macros v3.21.0
10042026-07-29T07:33:09.548Z Downloaded peg-macros v0.8.5
10052026-07-29T07:33:09.567Z Downloaded crucible-workspace-hack v0.1.0
10062026-07-29T07:33:09.567Z Downloaded serde_cbor v0.11.2
10072026-07-29T07:33:09.567Z Downloaded strum_macros v0.27.2
10082026-07-29T07:33:09.567Z Downloaded indexmap v1.9.3
10092026-07-29T07:33:09.567Z Downloaded nodrop v0.1.14
10102026-07-29T07:33:09.568Z Downloaded illumos-nvpair v0.3.0
10112026-07-29T07:33:09.568Z Downloaded rustls-native-certs v0.8.3
10122026-07-29T07:33:09.568Z Downloaded ml-kem v0.3.2
10132026-07-29T07:33:09.568Z Downloaded jiff-static v0.2.21
10142026-07-29T07:33:09.571Z Downloaded port-file v0.1.0
10152026-07-29T07:33:09.571Z Downloaded rfc6979 v0.6.0
10162026-07-29T07:33:09.571Z Downloaded termios v0.3.3
10172026-07-29T07:33:09.571Z Downloaded spki v0.8.0
10182026-07-29T07:33:09.580Z Downloaded parse-size v1.1.0
10192026-07-29T07:33:09.580Z Downloaded recursive v0.1.1
10202026-07-29T07:33:09.583Z Downloaded rand v0.10.1
10212026-07-29T07:33:09.583Z Downloaded regex v1.12.3
10222026-07-29T07:33:09.587Z Downloaded salsa20 v0.11.0
10232026-07-29T07:33:09.590Z Downloaded tokio-tungstenite v0.23.1
10242026-07-29T07:33:09.590Z Downloaded toml_writer v1.1.1+spec-1.1.0
10252026-07-29T07:33:09.590Z Downloaded unit-prefix v0.5.2
10262026-07-29T07:33:09.594Z Downloaded libxml v0.3.3
10272026-07-29T07:33:09.594Z Downloaded thread-id v5.1.0
10282026-07-29T07:33:09.601Z Downloaded tokio-test v0.4.5
10292026-07-29T07:33:09.601Z Downloaded delegate v0.13.5
10302026-07-29T07:33:09.601Z Downloaded qorb v0.4.1
10312026-07-29T07:33:09.605Z Downloaded steno v0.4.1
10322026-07-29T07:33:09.605Z Downloaded hyper v1.10.1
10332026-07-29T07:33:09.605Z Downloaded num-bigint v0.4.6
10342026-07-29T07:33:09.608Z Downloaded futures-util v0.3.32
10352026-07-29T07:33:09.617Z Downloaded hkdf v0.12.4
10362026-07-29T07:33:09.621Z Downloaded hkdf v0.13.0
10372026-07-29T07:33:09.621Z Downloaded socket2 v0.6.3
10382026-07-29T07:33:09.621Z Downloaded ena v0.14.4
10392026-07-29T07:33:09.621Z Downloaded memoffset v0.9.1
10402026-07-29T07:33:09.621Z Downloaded der_derive v0.7.3
10412026-07-29T07:33:09.621Z Downloaded indoc v2.0.7
10422026-07-29T07:33:09.621Z Downloaded pin-project-internal v1.1.11
10432026-07-29T07:33:09.621Z Downloaded digest-io v0.1.0
10442026-07-29T07:33:09.621Z Downloaded linear-map v1.2.0
10452026-07-29T07:33:09.625Z Downloaded multimap v0.10.1
10462026-07-29T07:33:09.625Z Downloaded maplit v1.0.2
10472026-07-29T07:33:09.625Z Downloaded internet-checksum v0.2.1
10482026-07-29T07:33:09.625Z Downloaded num-conv v0.2.0
10492026-07-29T07:33:09.625Z Downloaded aho-corasick v1.1.4
10502026-07-29T07:33:09.630Z Downloaded libsw v3.5.0
10512026-07-29T07:33:09.630Z Downloaded postgres-protocol v0.6.10
10522026-07-29T07:33:09.631Z Downloaded socket2 v0.5.10
10532026-07-29T07:33:09.631Z Downloaded vte v0.14.1
10542026-07-29T07:33:09.634Z Downloaded serde_derive_internals v0.29.1
10552026-07-29T07:33:09.634Z Downloaded paste v1.0.15
10562026-07-29T07:33:09.634Z Downloaded predicates-tree v1.0.13
10572026-07-29T07:33:09.634Z Downloaded sha1 v0.10.6
10582026-07-29T07:33:09.638Z Downloaded hashbrown v0.16.1
10592026-07-29T07:33:09.638Z Downloaded primeorder v0.13.6
10602026-07-29T07:33:09.643Z Downloaded zip v4.6.1
10612026-07-29T07:33:09.643Z Downloaded term v1.2.1
10622026-07-29T07:33:09.646Z Downloaded bitvec v1.0.1
10632026-07-29T07:33:09.655Z Downloaded num_enum v0.7.6
10642026-07-29T07:33:09.658Z Downloaded p256 v0.14.0
10652026-07-29T07:33:09.658Z Downloaded bindgen v0.71.1
10662026-07-29T07:33:09.661Z Downloaded r2d2 v0.8.10
10672026-07-29T07:33:09.661Z Downloaded seq-macro v0.3.6
10682026-07-29T07:33:09.662Z Downloaded slog-async v2.8.0
10692026-07-29T07:33:09.662Z Downloaded slog-term v2.9.2
10702026-07-29T07:33:09.665Z Downloaded signal-hook-mio v0.2.5
10712026-07-29T07:33:09.665Z Downloaded ssh-encoding v0.3.0
10722026-07-29T07:33:09.666Z Downloaded slog-bunyan v2.5.0
10732026-07-29T07:33:09.666Z Downloaded elliptic-curve v0.14.1
10742026-07-29T07:33:09.669Z Downloaded twox-hash v2.1.2
10752026-07-29T07:33:09.669Z Downloaded zstd-safe v7.2.4
10762026-07-29T07:33:09.669Z Downloaded tap v1.0.1
10772026-07-29T07:33:09.672Z Downloaded postcard v1.1.3
10782026-07-29T07:33:09.672Z Downloaded wait-timeout v0.2.1
10792026-07-29T07:33:09.672Z Downloaded derive-where v1.6.0
10802026-07-29T07:33:09.675Z Downloaded crypto-common v0.2.2
10812026-07-29T07:33:09.675Z Downloaded darling_macro v0.21.3
10822026-07-29T07:33:09.675Z Downloaded ignore v0.4.25
10832026-07-29T07:33:09.679Z Downloaded h2 v0.4.15
10842026-07-29T07:33:09.682Z Downloaded icu_collections v2.1.1
10852026-07-29T07:33:09.682Z Downloaded diesel_derives v2.3.7
10862026-07-29T07:33:09.686Z Downloaded critical-section v1.2.0
10872026-07-29T07:33:09.689Z Downloaded libbz2-rs-sys v0.2.2
10882026-07-29T07:33:09.689Z Downloaded lru v0.12.5
10892026-07-29T07:33:09.689Z Downloaded xshell v0.2.7
10902026-07-29T07:33:09.689Z Downloaded num-rational v0.4.2
10912026-07-29T07:33:09.692Z Downloaded salty v0.3.0
10922026-07-29T07:33:09.700Z Downloaded cms v0.2.3
10932026-07-29T07:33:09.703Z Downloaded progenitor-impl v0.13.0
10942026-07-29T07:33:09.703Z Downloaded ryu v1.0.23
10952026-07-29T07:33:09.703Z Downloaded peg v0.8.5
10962026-07-29T07:33:09.703Z Downloaded peg-runtime v0.8.5
10972026-07-29T07:33:09.703Z Downloaded pin-project-lite v0.2.17
10982026-07-29T07:33:09.707Z Downloaded primefield v0.14.0
10992026-07-29T07:33:09.707Z Downloaded tabwriter v1.4.1
11002026-07-29T07:33:09.710Z Downloaded crmf v0.2.0
11012026-07-29T07:33:09.720Z Downloaded rustls-pemfile v2.2.0
11022026-07-29T07:33:09.724Z Downloaded icu_properties_data v2.1.2
11032026-07-29T07:33:09.724Z Downloaded subprocess v0.2.15
11042026-07-29T07:33:09.724Z Downloaded managed v0.8.0
11052026-07-29T07:33:09.724Z Downloaded md-5 v0.10.6
11062026-07-29T07:33:09.729Z Downloaded strip-ansi-escapes v0.2.1
11072026-07-29T07:33:09.729Z Downloaded shlex v1.3.0
11082026-07-29T07:33:09.733Z Downloaded phf_shared v0.11.3
11092026-07-29T07:33:09.736Z Downloaded corncobs v0.1.4
11102026-07-29T07:33:09.739Z Downloaded utf8_iter v1.0.4
11112026-07-29T07:33:09.746Z Downloaded darling_core v0.20.11
11122026-07-29T07:33:09.746Z Downloaded rsa v0.10.0-rc.18
11132026-07-29T07:33:09.753Z Downloaded subtle v2.6.1
11142026-07-29T07:33:09.753Z Downloaded unicode-properties v0.1.4
11152026-07-29T07:33:09.753Z Downloaded derive_builder v0.20.2
11162026-07-29T07:33:09.753Z Downloaded icu_locale_core v2.1.1
11172026-07-29T07:33:09.756Z Downloaded zerocopy v0.6.6
11182026-07-29T07:33:09.761Z Downloaded downcast-rs v2.0.2
11192026-07-29T07:33:09.761Z Downloaded num v0.4.3
11202026-07-29T07:33:09.761Z Downloaded num_enum_derive v0.5.11
11212026-07-29T07:33:09.765Z Downloaded rustyline v14.0.0
11222026-07-29T07:33:09.765Z Downloaded openssl-probe v0.1.6
11232026-07-29T07:33:09.765Z Downloaded either v1.15.0
11242026-07-29T07:33:09.765Z Downloaded oxide-tokio-rt v0.1.4
11252026-07-29T07:33:09.768Z Downloaded sponge-cursor v0.1.0
11262026-07-29T07:33:09.768Z Downloaded strsim v0.10.0
11272026-07-29T07:33:09.771Z Downloaded unicode_categories v0.1.1
11282026-07-29T07:33:09.771Z Downloaded ed25519 v2.2.3
11292026-07-29T07:33:09.776Z Downloaded blake3 v1.8.5
11302026-07-29T07:33:09.782Z Downloaded mio v1.2.0
11312026-07-29T07:33:09.787Z Downloaded slog-scope v4.4.1
11322026-07-29T07:33:09.787Z Downloaded slog-stdlog v4.1.1
11332026-07-29T07:33:09.787Z Downloaded strum v0.27.2
11342026-07-29T07:33:09.787Z Downloaded vergen-lib v9.1.0
11352026-07-29T07:33:09.787Z Downloaded instant v0.1.13
11362026-07-29T07:33:09.787Z Downloaded universal-hash v0.6.1
11372026-07-29T07:33:09.787Z Downloaded embedded-io v0.6.1
11382026-07-29T07:33:09.787Z Downloaded cpubits v0.1.1
11392026-07-29T07:33:09.787Z Downloaded usdt v0.6.0
11402026-07-29T07:33:09.791Z Downloaded zerovec-derive v0.11.2
11412026-07-29T07:33:09.795Z Downloaded pkcs5 v0.8.1
11422026-07-29T07:33:09.795Z Downloaded tokio-rustls v0.26.4
11432026-07-29T07:33:09.795Z Downloaded tokio-stream v0.1.18
11442026-07-29T07:33:09.798Z Downloaded lru-cache v0.1.2
11452026-07-29T07:33:09.802Z Downloaded rand_pcg v0.10.2
11462026-07-29T07:33:09.802Z Downloaded rcgen v0.12.1
11472026-07-29T07:33:09.808Z Downloaded darling_core v0.21.3
11482026-07-29T07:33:09.813Z Downloaded darling_macro v0.23.0
11492026-07-29T07:33:09.813Z Downloaded pkcs8 v0.10.2
11502026-07-29T07:33:09.813Z Downloaded defmt-parser v1.0.0
11512026-07-29T07:33:09.813Z Downloaded darling_core v0.13.4
11522026-07-29T07:33:09.813Z Downloaded serdect v0.4.3
11532026-07-29T07:33:09.816Z Downloaded sqlformat v0.3.5
11542026-07-29T07:33:09.816Z Downloaded whoami v2.1.0
11552026-07-29T07:33:09.823Z Downloaded der v0.8.0
11562026-07-29T07:33:09.826Z Downloaded memmap2 v0.9.10
11572026-07-29T07:33:09.826Z Downloaded utf-8 v0.7.6
11582026-07-29T07:33:09.830Z Downloaded icu_properties v2.1.2
11592026-07-29T07:33:09.830Z Downloaded minimal-lexical v0.2.1
11602026-07-29T07:33:09.833Z Downloaded predicates-core v1.0.10
11612026-07-29T07:33:09.834Z Downloaded rand_seeder v0.4.0
11622026-07-29T07:33:09.834Z Downloaded rustversion v1.0.22
11632026-07-29T07:33:09.837Z Downloaded secrecy v0.8.0
11642026-07-29T07:33:09.837Z Downloaded dyn-clone v1.0.20
11652026-07-29T07:33:09.837Z Downloaded libefi-sys v0.1.0
11662026-07-29T07:33:09.840Z Downloaded git2 v0.20.4
11672026-07-29T07:33:09.844Z Downloaded iri-string v0.7.10
11682026-07-29T07:33:09.850Z Downloaded rustc_version v0.1.7
11692026-07-29T07:33:09.850Z Downloaded sec1 v0.8.1
11702026-07-29T07:33:09.853Z Downloaded crossbeam-channel v0.5.15
11712026-07-29T07:33:09.858Z Downloaded p256 v0.13.2
11722026-07-29T07:33:09.862Z Downloaded winnow v0.6.26
11732026-07-29T07:33:09.865Z Downloaded rpassword v7.5.4
11742026-07-29T07:33:09.869Z Downloaded toml_parser v1.1.2+spec-1.1.0
11752026-07-29T07:33:09.869Z Downloaded iana-time-zone v0.1.65
11762026-07-29T07:33:09.869Z Downloaded proc-macro-error2 v2.0.1
11772026-07-29T07:33:09.872Z Downloaded rawzip v0.4.4
11782026-07-29T07:33:09.876Z Downloaded zerovec v0.11.5
11792026-07-29T07:33:09.876Z Downloaded oxide-update-engine v0.1.2
11802026-07-29T07:33:09.876Z Downloaded tower v0.5.3
11812026-07-29T07:33:09.881Z Downloaded typify v0.6.2
11822026-07-29T07:33:09.884Z Downloaded thread_local v1.1.9
11832026-07-29T07:33:09.884Z Downloaded tracing-attributes v0.1.31
11842026-07-29T07:33:09.890Z Downloaded ecdsa v0.17.0
11852026-07-29T07:33:09.890Z Downloaded ctr v0.10.1
11862026-07-29T07:33:09.890Z Downloaded serde_with_macros v1.5.2
11872026-07-29T07:33:09.893Z Downloaded itertools v0.15.0
11882026-07-29T07:33:09.893Z Downloaded predicates v3.1.4
11892026-07-29T07:33:09.893Z Downloaded p384 v0.13.1
11902026-07-29T07:33:09.897Z Downloaded digest v0.11.3
11912026-07-29T07:33:09.900Z Downloaded indicatif v0.18.4
11922026-07-29T07:33:09.900Z Downloaded libloading v0.8.9
11932026-07-29T07:33:09.904Z Downloaded cookie_store v0.22.1
11942026-07-29T07:33:09.907Z Downloaded typed-path v0.9.3
11952026-07-29T07:33:09.914Z Downloaded p521 v0.14.0
11962026-07-29T07:33:09.922Z Downloaded unicode-normalization v0.1.25
11972026-07-29T07:33:09.926Z Downloaded tough v0.22.0
11982026-07-29T07:33:09.926Z Downloaded darling v0.20.11
11992026-07-29T07:33:09.930Z Downloaded parking_lot v0.11.2
12002026-07-29T07:33:09.933Z Downloaded unicode-segmentation v1.12.0
12012026-07-29T07:33:09.936Z Downloaded spin v0.9.8
12022026-07-29T07:33:09.936Z Downloaded chrono v0.4.45
12032026-07-29T07:33:09.940Z Downloaded multer v3.1.0
12042026-07-29T07:33:09.944Z Downloaded aws-lc-rs v1.16.3
12052026-07-29T07:33:09.947Z Downloaded schemars v0.9.0
12062026-07-29T07:33:09.954Z Downloaded ryu-js v1.0.3
12072026-07-29T07:33:09.960Z Downloaded zerocopy-derive v0.8.40
12082026-07-29T07:33:09.975Z Downloaded radix_trie v0.2.1
12092026-07-29T07:33:09.978Z Downloaded parking_lot v0.12.5
12102026-07-29T07:33:09.982Z Downloaded test-strategy v0.4.5
12112026-07-29T07:33:09.982Z Downloaded russh v0.62.4
12122026-07-29T07:33:09.986Z Downloaded itertools v0.12.1
12132026-07-29T07:33:09.994Z Downloaded goblin v0.10.5
12142026-07-29T07:33:09.998Z Downloaded rustls-webpki v0.103.13
12152026-07-29T07:33:10.002Z Downloaded rand v0.8.6
12162026-07-29T07:33:10.007Z Downloaded url v2.5.8
12172026-07-29T07:33:10.010Z Downloaded internal-russh-num-bigint v0.5.0
12182026-07-29T07:33:10.022Z Downloaded schemars v1.2.1
12192026-07-29T07:33:10.030Z Downloaded ssh-key v0.7.0-rc.11
12202026-07-29T07:33:10.054Z Downloaded zip v0.6.6
12212026-07-29T07:33:10.058Z Downloaded num-bigint-dig v0.8.6
12222026-07-29T07:33:10.058Z Downloaded rsa v0.9.10
12232026-07-29T07:33:10.058Z Downloaded toml_edit v0.19.15
12242026-07-29T07:33:10.067Z Downloaded derive_more-impl v2.1.1
12252026-07-29T07:33:10.070Z Downloaded tower-http v0.6.8
12262026-07-29T07:33:10.074Z Downloaded crossterm v0.29.0
12272026-07-29T07:33:10.078Z Downloaded x509-cert v0.2.5
12282026-07-29T07:33:10.081Z Downloaded petname v2.0.2
12292026-07-29T07:33:10.084Z Downloaded smoltcp v0.9.1
12302026-07-29T07:33:10.089Z Downloaded object v0.30.4
12312026-07-29T07:33:10.103Z Downloaded dropshot-api-manager v0.7.2
12322026-07-29T07:33:10.107Z Downloaded vcpkg v0.2.15
12332026-07-29T07:33:10.121Z Downloaded itertools v0.10.5
12342026-07-29T07:33:10.125Z Downloaded itertools v0.13.0
12352026-07-29T07:33:10.128Z Downloaded openssl v0.10.79
12362026-07-29T07:33:10.134Z Downloaded zerocopy v0.8.40
12372026-07-29T07:33:10.140Z Downloaded nix v0.27.1
12382026-07-29T07:33:10.145Z Downloaded nom v7.1.3
12392026-07-29T07:33:10.148Z Downloaded reqwest v0.12.28
12402026-07-29T07:33:10.151Z Downloaded curve25519-dalek v4.1.3
12412026-07-29T07:33:10.156Z Downloaded crossterm v0.28.1
12422026-07-29T07:33:10.163Z Downloaded crypto-bigint v0.7.5
12432026-07-29T07:33:10.171Z Downloaded nom v8.0.0
12442026-07-29T07:33:10.175Z Downloaded crypto-primes v0.7.2
12452026-07-29T07:33:10.175Z Downloaded bstr v1.12.1
12462026-07-29T07:33:10.181Z Downloaded polar-core v0.27.3
12472026-07-29T07:33:10.185Z Downloaded reqwest v0.13.2
12482026-07-29T07:33:10.189Z Downloaded winnow v1.0.3
12492026-07-29T07:33:10.210Z Downloaded rayon v1.11.0
12502026-07-29T07:33:10.215Z Downloaded time v0.3.47
12512026-07-29T07:33:10.215Z Downloaded tokio-util v0.7.18
12522026-07-29T07:33:10.215Z Downloaded portable-atomic v1.13.1
12532026-07-29T07:33:10.218Z Downloaded libm v0.2.16
12542026-07-29T07:33:10.221Z Downloaded zlib-rs v0.6.2
12552026-07-29T07:33:10.225Z Downloaded tabled v0.20.0
12562026-07-29T07:33:10.232Z Downloaded lalrpop v0.19.12
12572026-07-29T07:33:10.238Z Downloaded serde_with v3.21.0
12582026-07-29T07:33:10.245Z Downloaded regex-syntax v0.6.29
12592026-07-29T07:33:10.253Z Downloaded nix v0.28.0
12602026-07-29T07:33:10.256Z Downloaded winnow v0.5.40
12612026-07-29T07:33:10.260Z Downloaded proptest v1.10.0
12622026-07-29T07:33:10.267Z Downloaded rustix v0.38.44
12632026-07-29T07:33:10.280Z Downloaded itertools v0.14.0
12642026-07-29T07:33:10.289Z Downloaded idna v1.1.0
12652026-07-29T07:33:10.292Z Downloaded smoltcp v0.11.0
12662026-07-29T07:33:10.292Z Downloaded quick-xml v0.37.5
12672026-07-29T07:33:10.296Z Downloaded regress v0.10.5
12682026-07-29T07:33:10.300Z Downloaded sha3 v0.12.0
12692026-07-29T07:33:10.303Z Downloaded openapiv3 v2.2.0
12702026-07-29T07:33:10.308Z Downloaded moka v0.12.13
12712026-07-29T07:33:10.313Z Downloaded hickory-proto v0.24.4
12722026-07-29T07:33:10.322Z Downloaded object v0.37.3
12732026-07-29T07:33:10.327Z Downloaded iddqd v0.4.2
12742026-07-29T07:33:10.331Z Downloaded nix v0.31.2
12752026-07-29T07:33:10.339Z Downloaded regress v0.11.1
12762026-07-29T07:33:10.346Z Downloaded hickory-proto v0.25.2
12772026-07-29T07:33:10.352Z Downloaded typify-impl v0.6.2
12782026-07-29T07:33:10.361Z Downloaded quinn-proto v0.11.16
12792026-07-29T07:33:10.365Z Downloaded rustls v0.23.41
12802026-07-29T07:33:10.371Z Downloaded curve25519-dalek v5.0.0
12812026-07-29T07:33:10.377Z Downloaded regex-syntax v0.8.10
12822026-07-29T07:33:10.382Z Downloaded dropshot v0.17.1
12832026-07-29T07:33:10.393Z Downloaded sled v0.34.7
12842026-07-29T07:33:10.399Z Downloaded sqlparser v0.61.0
12852026-07-29T07:33:10.405Z Downloaded sha3 v0.11.0
12862026-07-29T07:33:10.411Z Downloaded ratatui v0.29.0
12872026-07-29T07:33:10.431Z Downloaded diesel v2.3.7
12882026-07-29T07:33:10.445Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-07-29T07:33:10.452Z Downloaded zerocopy-derive v0.6.6
12902026-07-29T07:33:10.459Z Downloaded tracing v0.1.44
12912026-07-29T07:33:10.486Z Downloaded regex-automata v0.4.14
12922026-07-29T07:33:10.528Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-07-29T07:33:10.546Z Downloaded chrono-tz v0.10.4
12942026-07-29T07:33:10.601Z Downloaded csv v1.4.0
12952026-07-29T07:33:10.602Z Downloaded petgraph v0.8.3
12962026-07-29T07:33:10.624Z Downloaded petgraph v0.6.5
12972026-07-29T07:33:10.625Z Downloaded jiff v0.2.21
12982026-07-29T07:33:10.625Z Downloaded sha3 v0.10.8
12992026-07-29T07:33:10.625Z Downloaded libz-sys v1.1.24
13002026-07-29T07:33:10.625Z Downloaded tokio v1.52.1
13012026-07-29T07:33:10.641Z Downloaded encoding_rs v0.8.35
13022026-07-29T07:33:10.655Z Downloaded ring v0.17.14
13032026-07-29T07:33:10.692Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-07-29T07:33:11.162Z Downloaded aws-lc-sys v0.40.0
13052026-07-29T07:33:11.426Z Compiling libc v0.2.185
13062026-07-29T07:33:11.426Z Compiling serde_core v1.0.228
13072026-07-29T07:33:11.426Z Compiling serde v1.0.228
13082026-07-29T07:33:11.429Z Compiling smallvec v1.15.1
13092026-07-29T07:33:11.429Z Compiling log v0.4.29
13102026-07-29T07:33:11.429Z Compiling stable_deref_trait v1.2.1
13112026-07-29T07:33:11.429Z Compiling subtle v2.6.1
13122026-07-29T07:33:11.429Z Compiling shlex v1.3.0
13132026-07-29T07:33:11.586Z Compiling find-msvc-tools v0.1.9
13142026-07-29T07:33:11.590Z Compiling percent-encoding v2.3.2
13152026-07-29T07:33:11.590Z Compiling libm v0.2.16
13162026-07-29T07:33:11.590Z Compiling getrandom v0.4.1
13172026-07-29T07:33:11.629Z Compiling scopeguard v1.2.0
13182026-07-29T07:33:11.642Z Compiling num-traits v0.2.19
13192026-07-29T07:33:11.652Z Compiling syn v2.0.117
13202026-07-29T07:33:11.655Z Compiling writeable v0.6.2
13212026-07-29T07:33:11.708Z Compiling litemap v0.8.1
13222026-07-29T07:33:11.771Z Compiling rand_core v0.10.0
13232026-07-29T07:33:11.786Z Compiling zerocopy v0.8.40
13242026-07-29T07:33:11.802Z Compiling lock_api v0.4.14
13252026-07-29T07:33:11.828Z Compiling icu_normalizer_data v2.1.1
13262026-07-29T07:33:11.879Z Compiling icu_properties_data v2.1.2
13272026-07-29T07:33:11.892Z Compiling typenum v1.20.1
13282026-07-29T07:33:11.921Z Compiling portable-atomic v1.13.1
13292026-07-29T07:33:11.949Z Compiling critical-section v1.2.0
13302026-07-29T07:33:11.954Z Compiling pin-project-lite v0.2.17
13312026-07-29T07:33:11.954Z Compiling parking_lot_core v0.9.12
13322026-07-29T07:33:11.954Z Compiling utf8_iter v1.0.4
13332026-07-29T07:33:12.068Z Compiling serde_json v1.0.151
13342026-07-29T07:33:12.097Z Compiling form_urlencoded v1.2.2
13352026-07-29T07:33:12.115Z Compiling futures-core v0.3.32
13362026-07-29T07:33:12.174Z Compiling generic-array v0.14.7
13372026-07-29T07:33:12.196Z Compiling pkg-config v0.3.32
13382026-07-29T07:33:12.242Z Compiling const-oid v0.9.6
13392026-07-29T07:33:12.275Z Compiling iana-time-zone v0.1.65
13402026-07-29T07:33:12.300Z Compiling futures-sink v0.3.32
13412026-07-29T07:33:12.315Z Compiling futures-task v0.3.32
13422026-07-29T07:33:12.356Z Compiling futures-io v0.3.32
13432026-07-29T07:33:12.371Z Compiling slab v0.4.12
13442026-07-29T07:33:12.385Z Compiling getrandom v0.3.4
13452026-07-29T07:33:12.424Z Compiling futures-channel v0.3.32
13462026-07-29T07:33:12.483Z Compiling dyn-clone v1.0.20
13472026-07-29T07:33:12.498Z Compiling rustix v1.1.3
13482026-07-29T07:33:12.501Z Compiling base64 v0.22.1
13492026-07-29T07:33:12.523Z Compiling schemars v0.8.22
13502026-07-29T07:33:12.577Z Compiling regex-syntax v0.8.10
13512026-07-29T07:33:12.596Z Compiling errno v0.3.14
13522026-07-29T07:33:12.643Z Compiling jobserver v0.1.34
13532026-07-29T07:33:12.676Z Compiling getrandom v0.2.17
13542026-07-29T07:33:12.745Z Compiling signal-hook-registry v1.4.8
13552026-07-29T07:33:12.775Z Compiling mio v1.2.0
13562026-07-29T07:33:12.789Z Compiling socket2 v0.6.3
13572026-07-29T07:33:12.882Z Compiling cc v1.2.56
13582026-07-29T07:33:12.925Z Compiling once_cell v1.21.3
13592026-07-29T07:33:12.941Z Compiling rand_core v0.6.4
13602026-07-29T07:33:12.984Z Compiling parking_lot v0.12.5
13612026-07-29T07:33:13.052Z Compiling fs_extra v1.3.0
13622026-07-29T07:33:13.080Z Compiling rustversion v1.0.22
13632026-07-29T07:33:13.083Z Compiling dunce v1.0.5
13642026-07-29T07:33:13.160Z Compiling ident_case v1.0.1
13652026-07-29T07:33:13.190Z Compiling tracing-core v0.1.36
13662026-07-29T07:33:13.207Z Compiling vcpkg v0.2.15
13672026-07-29T07:33:13.222Z Compiling tinyvec_macros v0.1.1
13682026-07-29T07:33:13.239Z Compiling openssl-probe v0.2.1
13692026-07-29T07:33:13.242Z Compiling httparse v1.10.1
13702026-07-29T07:33:13.269Z Compiling rand_core v0.9.5
13712026-07-29T07:33:13.296Z Compiling tinyvec v1.10.0
13722026-07-29T07:33:13.311Z Compiling base64ct v1.8.3
13732026-07-29T07:33:13.345Z Compiling aws-lc-rs v1.16.3
13742026-07-29T07:33:13.360Z Compiling atomic-waker v1.1.2
13752026-07-29T07:33:13.383Z Compiling flagset v0.4.7
13762026-07-29T07:33:13.432Z Compiling try-lock v0.2.5
13772026-07-29T07:33:13.503Z Compiling tower-layer v0.3.3
13782026-07-29T07:33:13.534Z Compiling tower-service v0.3.3
13792026-07-29T07:33:13.557Z Compiling pem-rfc7468 v0.7.0
13802026-07-29T07:33:13.565Z Compiling want v0.3.1
13812026-07-29T07:33:13.568Z Compiling httpdate v1.0.3
13822026-07-29T07:33:13.616Z Compiling cmake v0.1.57
13832026-07-29T07:33:13.648Z Compiling unicode-normalization v0.1.25
13842026-07-29T07:33:13.663Z Compiling untrusted v0.7.1
13852026-07-29T07:33:13.666Z Compiling aho-corasick v1.1.4
13862026-07-29T07:33:13.693Z Compiling bitflags v2.11.0
13872026-07-29T07:33:13.705Z Compiling semver v1.0.28
13882026-07-29T07:33:13.769Z Compiling uuid v1.23.4
13892026-07-29T07:33:13.835Z Compiling indexmap v2.14.0
13902026-07-29T07:33:13.930Z Compiling rustc_version v0.4.1
13912026-07-29T07:33:13.944Z Compiling cmov v0.5.4
13922026-07-29T07:33:14.032Z Compiling openssl v0.10.79
13932026-07-29T07:33:14.054Z Compiling untrusted v0.9.0
13942026-07-29T07:33:14.102Z Compiling cpufeatures v0.2.17
13952026-07-29T07:33:14.126Z Compiling foreign-types-shared v0.1.1
13962026-07-29T07:33:14.286Z Compiling rustls v0.23.41
13972026-07-29T07:33:14.303Z Compiling foreign-types v0.3.2
13982026-07-29T07:33:14.317Z Compiling ctutils v0.4.2
13992026-07-29T07:33:14.321Z Compiling wait-timeout v0.2.1
14002026-07-29T07:33:14.346Z Compiling sync_wrapper v1.0.2
14012026-07-29T07:33:14.374Z Compiling bit-vec v0.8.0
14022026-07-29T07:33:14.395Z Compiling time-core v0.1.8
14032026-07-29T07:33:14.410Z Compiling native-tls v0.2.18
14042026-07-29T07:33:14.472Z Compiling quick-error v1.2.3
14052026-07-29T07:33:14.487Z Compiling num-conv v0.2.0
14062026-07-29T07:33:14.539Z Compiling synstructure v0.13.2
14072026-07-29T07:33:14.570Z Compiling serde_derive_internals v0.29.1
14082026-07-29T07:33:14.574Z Compiling aws-lc-sys v0.40.0
14092026-07-29T07:33:14.600Z Compiling openssl-sys v0.9.115
14102026-07-29T07:33:14.618Z Compiling pest_generator v2.8.6
14112026-07-29T07:33:14.618Z Compiling powerfmt v0.2.0
14122026-07-29T07:33:14.647Z Compiling bit-set v0.8.0
14132026-07-29T07:33:14.650Z Compiling darling_core v0.20.11
14142026-07-29T07:33:14.650Z Compiling time-macros v0.2.27
14152026-07-29T07:33:14.675Z Compiling regex-automata v0.4.14
14162026-07-29T07:33:14.850Z Compiling deranged v0.5.8
14172026-07-29T07:33:14.866Z Compiling rand_xorshift v0.4.0
14182026-07-29T07:33:15.026Z Compiling tempfile v3.25.0
14192026-07-29T07:33:15.064Z Compiling iri-string v0.7.10
14202026-07-29T07:33:15.096Z Compiling ryu v1.0.23
14212026-07-29T07:33:15.208Z Compiling unarray v0.1.4
14222026-07-29T07:33:15.208Z Compiling num_threads v0.1.7
14232026-07-29T07:33:15.303Z Compiling rusty-fork v0.3.1
14242026-07-29T07:33:15.331Z Compiling usdt-impl v0.6.0
14252026-07-29T07:33:15.344Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-07-29T07:33:15.344Z Compiling thread-id v5.1.0
14272026-07-29T07:33:15.388Z Compiling spin v0.9.8
14282026-07-29T07:33:15.477Z Compiling cookie v0.18.1
14292026-07-29T07:33:15.497Z Compiling encoding_rs v0.8.35
14302026-07-29T07:33:15.532Z Compiling paste v1.0.15
14312026-07-29T07:33:15.599Z Compiling unicode-properties v0.1.4
14322026-07-29T07:33:15.627Z Compiling unicode-bidi v0.3.18
14332026-07-29T07:33:15.670Z Compiling mime v0.3.17
14342026-07-29T07:33:15.696Z Compiling crc32fast v1.5.0
14352026-07-29T07:33:15.718Z Compiling siphasher v1.0.2
14362026-07-29T07:33:15.862Z Compiling time v0.3.47
14372026-07-29T07:33:15.904Z Compiling darling_core v0.23.0
14382026-07-29T07:33:15.919Z Compiling crossbeam-utils v0.8.21
14392026-07-29T07:33:15.934Z Compiling simd-adler32 v0.3.8
14402026-07-29T07:33:15.937Z Compiling litrs v1.0.0
14412026-07-29T07:33:15.967Z Compiling psl-types v2.0.11
14422026-07-29T07:33:15.979Z Compiling syn v1.0.109
14432026-07-29T07:33:16.057Z Compiling stringprep v0.1.5
14442026-07-29T07:33:16.103Z Compiling fallible-iterator v0.2.0
14452026-07-29T07:33:16.206Z Compiling allocator-api2 v0.2.21
14462026-07-29T07:33:16.369Z Compiling bzip2-sys v0.1.13+1.0.8
14472026-07-29T07:33:16.384Z Compiling serde_derive v1.0.228
14482026-07-29T07:33:16.428Z Compiling zeroize_derive v1.5.0
14492026-07-29T07:33:16.442Z Compiling zerofrom-derive v0.1.6
14502026-07-29T07:33:16.491Z Compiling yoke-derive v0.8.1
14512026-07-29T07:33:16.531Z Compiling zerovec-derive v0.11.2
14522026-07-29T07:33:16.571Z Compiling displaydoc v0.2.5
14532026-07-29T07:33:16.677Z Compiling zerocopy-derive v0.8.40
14542026-07-29T07:33:16.702Z Compiling tokio-macros v2.7.0
14552026-07-29T07:33:16.808Z Compiling futures-macro v0.3.32
14562026-07-29T07:33:17.092Z Compiling schemars_derive v0.8.22
14572026-07-29T07:33:17.110Z Compiling thiserror-impl v2.0.18
14582026-07-29T07:33:17.129Z Compiling zeroize v1.9.0
14592026-07-29T07:33:17.382Z Compiling tracing-attributes v0.1.31
14602026-07-29T07:33:17.489Z Compiling rustls-pki-types v1.14.0
14612026-07-29T07:33:17.545Z Compiling der_derive v0.7.3
14622026-07-29T07:33:17.680Z Compiling futures-util v0.3.32
14632026-07-29T07:33:17.737Z Compiling scroll_derive v0.13.1
14642026-07-29T07:33:17.752Z Compiling pest_derive v2.8.6
14652026-07-29T07:33:17.927Z Compiling zerofrom v0.1.6
14662026-07-29T07:33:17.984Z Compiling block-buffer v0.10.4
14672026-07-29T07:33:17.999Z Compiling crypto-common v0.1.7
14682026-07-29T07:33:18.074Z Compiling yoke v0.8.1
14692026-07-29T07:33:18.173Z Compiling digest v0.10.7
14702026-07-29T07:33:18.188Z Compiling openssl-macros v0.1.1
14712026-07-29T07:33:18.250Z Compiling zerovec v0.11.5
14722026-07-29T07:33:18.265Z Compiling zerotrie v0.2.3
14732026-07-29T07:33:18.456Z Compiling hmac v0.12.1
14742026-07-29T07:33:18.470Z Compiling sha2 v0.10.9
14752026-07-29T07:33:18.546Z Compiling thiserror v2.0.18
14762026-07-29T07:33:18.578Z Compiling hybrid-array v0.4.13
14772026-07-29T07:33:18.594Z Compiling der v0.7.10
14782026-07-29T07:33:18.608Z Compiling darling_macro v0.20.11
14792026-07-29T07:33:18.640Z Compiling scroll v0.13.0
14802026-07-29T07:33:18.643Z Compiling dtrace-parser v0.3.0
14812026-07-29T07:33:18.684Z Compiling scroll_derive v0.12.1
14822026-07-29T07:33:18.817Z Compiling tinystr v0.8.2
14832026-07-29T07:33:18.820Z Compiling potential_utf v0.1.4
14842026-07-29T07:33:18.951Z Compiling tracing v0.1.44
14852026-07-29T07:33:19.022Z Compiling icu_locale_core v2.1.1
14862026-07-29T07:33:19.049Z Compiling icu_collections v2.1.1
14872026-07-29T07:33:19.053Z Compiling goblin v0.10.5
14882026-07-29T07:33:19.138Z Compiling thiserror-impl v1.0.69
14892026-07-29T07:33:19.326Z Compiling darling v0.20.11
14902026-07-29T07:33:19.421Z Compiling md-5 v0.10.6
14912026-07-29T07:33:19.438Z Compiling zerocopy-derive v0.7.35
14922026-07-29T07:33:19.457Z Compiling async-trait v0.1.89
14932026-07-29T07:33:19.481Z Compiling scroll v0.12.0
14942026-07-29T07:33:19.614Z Compiling spki v0.7.3
14952026-07-29T07:33:19.629Z Compiling derive_builder_core v0.20.2
14962026-07-29T07:33:19.780Z Compiling icu_provider v2.1.1
14972026-07-29T07:33:19.843Z Compiling pkcs8 v0.10.2
14982026-07-29T07:33:19.888Z Compiling goblin v0.8.2
14992026-07-29T07:33:19.903Z Compiling darling_macro v0.23.0
15002026-07-29T07:33:19.974Z Compiling signature v2.2.0
15012026-07-29T07:33:20.099Z Compiling bytes v1.11.1
15022026-07-29T07:33:20.115Z Compiling icu_normalizer v2.1.1
15032026-07-29T07:33:20.129Z Compiling icu_properties v2.1.2
15042026-07-29T07:33:20.146Z Compiling chrono v0.4.45
15052026-07-29T07:33:20.181Z Compiling ipnet v2.11.0
15062026-07-29T07:33:20.366Z Compiling serde_urlencoded v0.7.1
15072026-07-29T07:33:20.445Z Compiling hex v0.4.3
15082026-07-29T07:33:20.545Z Compiling zerocopy v0.7.35
15092026-07-29T07:33:20.559Z Compiling serde_tokenstream v0.2.3
15102026-07-29T07:33:20.581Z Compiling thiserror v1.0.69
15112026-07-29T07:33:20.639Z Compiling tokio v1.52.1
15122026-07-29T07:33:20.688Z Compiling http v1.4.2
15132026-07-29T07:33:20.704Z Compiling rustls-native-certs v0.8.3
15142026-07-29T07:33:20.749Z Compiling bstr v1.12.1
15152026-07-29T07:33:20.765Z Compiling document-features v0.2.12
15162026-07-29T07:33:20.892Z Compiling pin-project-internal v1.1.11
15172026-07-29T07:33:21.025Z Compiling idna_adapter v1.2.1
15182026-07-29T07:33:21.188Z Compiling idna v1.1.0
15192026-07-29T07:33:21.273Z Compiling ppv-lite86 v0.2.21
15202026-07-29T07:33:21.294Z Compiling daft-derive v0.1.7
15212026-07-29T07:33:21.403Z Compiling http-body v1.0.1
15222026-07-29T07:33:21.423Z Compiling heapless v0.7.17
15232026-07-29T07:33:21.438Z Compiling slog v2.8.2
15242026-07-29T07:33:21.458Z Compiling zstd-safe v7.2.4
15252026-07-29T07:33:21.579Z Compiling url v2.5.8
15262026-07-29T07:33:21.582Z Compiling rand_chacha v0.9.0
15272026-07-29T07:33:21.621Z Compiling http-body-util v0.1.3
15282026-07-29T07:33:21.643Z Compiling publicsuffix v2.3.0
15292026-07-29T07:33:21.658Z Compiling anyhow v1.0.102
15302026-07-29T07:33:21.679Z Compiling adler2 v2.0.1
15312026-07-29T07:33:21.696Z Compiling signal-hook v0.3.18
15322026-07-29T07:33:21.787Z Compiling ref-cast v1.0.25
15332026-07-29T07:33:21.828Z Compiling rand v0.9.2
15342026-07-29T07:33:21.831Z Compiling miniz_oxide v0.8.9
15352026-07-29T07:33:21.918Z Compiling dof v0.4.0
15362026-07-29T07:33:21.932Z Compiling rand_chacha v0.3.1
15372026-07-29T07:33:21.935Z Compiling derive_builder_macro v0.20.2
15382026-07-29T07:33:22.040Z Compiling pin-project v1.1.11
15392026-07-29T07:33:22.066Z Compiling darling v0.23.0
15402026-07-29T07:33:22.214Z Compiling serde_spanned v0.6.9
15412026-07-29T07:33:22.228Z Compiling toml_datetime v0.6.11
15422026-07-29T07:33:22.335Z Compiling erased-serde v0.3.31
15432026-07-29T07:33:22.374Z Compiling futures-executor v0.3.32
15442026-07-29T07:33:22.410Z Compiling block-padding v0.4.2
15452026-07-29T07:33:22.460Z Compiling proptest v1.10.0
15462026-07-29T07:33:22.476Z Compiling postgres-protocol v0.6.10
15472026-07-29T07:33:22.502Z Compiling crypto-common v0.2.2
15482026-07-29T07:33:22.597Z Compiling block-buffer v0.12.1
15492026-07-29T07:33:22.733Z Compiling snafu-derive v0.8.9
15502026-07-29T07:33:22.814Z Compiling ref-cast-impl v1.0.25
15512026-07-29T07:33:23.034Z Compiling ipnetwork v0.21.1
15522026-07-29T07:33:23.252Z Compiling camino v1.2.2
15532026-07-29T07:33:23.390Z Compiling phf_shared v0.13.1
15542026-07-29T07:33:23.405Z Compiling curve25519-dalek v4.1.3
15552026-07-29T07:33:23.445Z Compiling vergen-lib v9.1.0
15562026-07-29T07:33:23.460Z Compiling num-integer v0.1.46
15572026-07-29T07:33:23.495Z Compiling ff v0.13.1
15582026-07-29T07:33:23.512Z Compiling hash32 v0.2.1
15592026-07-29T07:33:23.529Z Compiling memoffset v0.9.1
15602026-07-29T07:33:23.652Z Compiling num-bigint-dig v0.8.6
15612026-07-29T07:33:23.655Z Compiling zlib-rs v0.6.2
15622026-07-29T07:33:23.656Z Compiling foldhash v0.2.0
15632026-07-29T07:33:23.669Z Compiling rustix v0.38.44
15642026-07-29T07:33:23.697Z Compiling base16ct v0.2.0
15652026-07-29T07:33:23.728Z Compiling same-file v1.0.6
15662026-07-29T07:33:23.731Z Compiling smoltcp v0.9.1
15672026-07-29T07:33:23.759Z Compiling cfg_aliases v0.2.1
15682026-07-29T07:33:23.846Z Compiling nix v0.31.2
15692026-07-29T07:33:23.863Z Compiling walkdir v2.5.0
15702026-07-29T07:33:23.907Z Compiling sec1 v0.7.3
15712026-07-29T07:33:23.922Z Compiling hashbrown v0.16.1
15722026-07-29T07:33:23.925Z Compiling num-iter v0.1.45
15732026-07-29T07:33:24.117Z Compiling group v0.13.0
15742026-07-29T07:33:24.134Z Compiling phf v0.13.1
15752026-07-29T07:33:24.158Z Compiling usdt-attr-macro v0.6.0
15762026-07-29T07:33:24.208Z Compiling usdt-macro v0.6.0
15772026-07-29T07:33:24.280Z Compiling oxnet v0.1.6
15782026-07-29T07:33:24.325Z Compiling inout v0.2.2
15792026-07-29T07:33:24.325Z Compiling futures v0.3.32
15802026-07-29T07:33:24.354Z Compiling derive_builder v0.20.2
15812026-07-29T07:33:24.433Z Compiling serde_with_macros v3.21.0
15822026-07-29T07:33:24.501Z Compiling tokio-util v0.7.18
15832026-07-29T07:33:24.525Z Compiling tower v0.5.3
15842026-07-29T07:33:24.525Z Compiling tokio-native-tls v0.3.1
15852026-07-29T07:33:24.584Z Compiling rand v0.8.6
15862026-07-29T07:33:24.707Z Compiling snafu v0.8.9
15872026-07-29T07:33:24.744Z Compiling globset v0.4.18
15882026-07-29T07:33:24.749Z Compiling dtrace-parser v0.2.0
15892026-07-29T07:33:24.758Z Compiling serde_plain v1.0.2
15902026-07-29T07:33:24.982Z Compiling tower-http v0.6.8
15912026-07-29T07:33:25.021Z Compiling newtype-uuid v1.3.2
15922026-07-29T07:33:25.038Z Compiling hkdf v0.12.4
15932026-07-29T07:33:25.055Z Compiling crypto-bigint v0.5.5
15942026-07-29T07:33:25.061Z Compiling regex v1.12.3
15952026-07-29T07:33:25.086Z Compiling async-recursion v1.1.1
15962026-07-29T07:33:25.221Z Compiling h2 v0.4.15
15972026-07-29T07:33:25.379Z Compiling strum_macros v0.27.2
15982026-07-29T07:33:25.419Z Compiling curve25519-dalek-derive v0.1.1
15992026-07-29T07:33:25.434Z Compiling lazy_static v1.5.0
16002026-07-29T07:33:25.468Z Compiling anstyle-parse v0.2.7
16012026-07-29T07:33:25.504Z Compiling terminal_size v0.4.3
16022026-07-29T07:33:25.519Z Compiling vergen v9.1.0
16032026-07-29T07:33:25.535Z Compiling cargo-platform v0.3.2
16042026-07-29T07:33:25.583Z Compiling pem v3.0.6
16052026-07-29T07:33:25.629Z Compiling thread-id v4.2.2
16062026-07-29T07:33:25.666Z Compiling memmap2 v0.9.10
16072026-07-29T07:33:25.681Z Compiling ahash v0.8.12
16082026-07-29T07:33:25.723Z Compiling fs-err v3.3.0
16092026-07-29T07:33:25.739Z Compiling unicode-segmentation v1.12.0
16102026-07-29T07:33:25.789Z Compiling typed-path v0.9.3
16112026-07-29T07:33:25.827Z Compiling libbz2-rs-sys v0.2.2
16122026-07-29T07:33:25.906Z Compiling foldhash v0.1.5
16132026-07-29T07:33:25.922Z Compiling bumpalo v3.20.2
16142026-07-29T07:33:25.936Z Compiling object v0.37.3
16152026-07-29T07:33:25.939Z Compiling managed v0.8.0
16162026-07-29T07:33:26.098Z Compiling winnow v0.5.40
16172026-07-29T07:33:26.101Z Compiling whoami v2.1.0
16182026-07-29T07:33:26.146Z Compiling bitflags v1.3.2
16192026-07-29T07:33:26.177Z Compiling zopfli v0.8.3
16202026-07-29T07:33:26.340Z Compiling bzip2 v0.6.1
16212026-07-29T07:33:26.523Z Compiling elliptic-curve v0.13.8
16222026-07-29T07:33:26.540Z Compiling hashbrown v0.15.5
16232026-07-29T07:33:26.573Z Compiling flate2 v1.1.9
16242026-07-29T07:33:26.762Z Compiling clap_builder v4.6.0
16252026-07-29T07:33:26.782Z Compiling hubpack_derive v0.1.1
16262026-07-29T07:33:26.925Z Compiling cargo_metadata v0.23.1
16272026-07-29T07:33:26.952Z Compiling anstream v0.6.21
16282026-07-29T07:33:27.001Z Compiling daft v0.1.7
16292026-07-29T07:33:27.060Z Compiling signal-hook-mio v0.2.5
16302026-07-29T07:33:27.123Z Compiling cipher v0.5.2
16312026-07-29T07:33:27.202Z Compiling bzip2 v0.4.4
16322026-07-29T07:33:27.282Z Compiling hubpack v0.1.2
16332026-07-29T07:33:27.296Z Compiling zstd v0.13.3
16342026-07-29T07:33:27.432Z Compiling toml_edit v0.19.15
16352026-07-29T07:33:27.452Z Compiling strum v0.27.2
16362026-07-29T07:33:27.455Z Compiling postgres-types v0.2.12
16372026-07-29T07:33:27.481Z Compiling dof v0.3.0
16382026-07-29T07:33:27.516Z Compiling cookie_store v0.22.1
16392026-07-29T07:33:27.583Z Compiling ed25519 v2.2.3
16402026-07-29T07:33:27.605Z Compiling pkcs1 v0.7.5
16412026-07-29T07:33:27.608Z Compiling serde-big-array v0.5.1
16422026-07-29T07:33:27.777Z Compiling olpc-cjson v0.1.4
16432026-07-29T07:33:27.820Z Compiling rfc6979 v0.4.0
16442026-07-29T07:33:27.960Z Compiling clap_derive v4.6.1
16452026-07-29T07:33:27.976Z Compiling enum-as-inner v0.6.1
16462026-07-29T07:33:28.008Z Compiling strum_macros v0.26.4
16472026-07-29T07:33:28.038Z Compiling serde_repr v0.1.20
16482026-07-29T07:33:28.185Z Compiling phf_shared v0.11.3
16492026-07-29T07:33:28.210Z Compiling jiff v0.2.21
16502026-07-29T07:33:28.291Z Compiling float-cmp v0.10.0
16512026-07-29T07:33:28.388Z Compiling hyper v1.10.1
16522026-07-29T07:33:28.404Z Compiling env_filter v1.0.0
16532026-07-29T07:33:28.457Z Compiling fixedbitset v0.4.2
16542026-07-29T07:33:28.511Z Compiling data-encoding v2.10.0
16552026-07-29T07:33:28.526Z Compiling winnow v1.0.3
16562026-07-29T07:33:28.614Z Compiling normalize-line-endings v0.3.0
16572026-07-29T07:33:28.715Z Compiling either v1.15.0
16582026-07-29T07:33:28.729Z Compiling difflib v0.4.0
16592026-07-29T07:33:28.744Z Compiling precomputed-hash v0.1.1
16602026-07-29T07:33:28.852Z Compiling const-oid v0.10.2
16612026-07-29T07:33:28.901Z Compiling cpufeatures v0.3.0
16622026-07-29T07:33:28.946Z Compiling predicates-core v1.0.10
16632026-07-29T07:33:28.994Z Compiling new_debug_unreachable v1.0.6
16642026-07-29T07:33:29.078Z Compiling keccak v0.1.6
16652026-07-29T07:33:29.081Z Compiling static_assertions v1.1.0
16662026-07-29T07:33:29.139Z Compiling fixedbitset v0.5.7
16672026-07-29T07:33:29.208Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-07-29T07:33:29.257Z Compiling sha3 v0.10.8
16692026-07-29T07:33:29.279Z Compiling toml_edit v0.22.27
16702026-07-29T07:33:29.334Z Compiling predicates v3.1.4
16712026-07-29T07:33:29.472Z Compiling petgraph v0.8.3
16722026-07-29T07:33:29.532Z Compiling string_cache v0.8.9
16732026-07-29T07:33:29.751Z Compiling hyper-util v0.1.20
16742026-07-29T07:33:29.772Z Compiling clap v4.6.1
16752026-07-29T07:33:29.791Z Compiling digest v0.11.3
16762026-07-29T07:33:29.858Z Compiling chacha20 v0.10.0
16772026-07-29T07:33:29.876Z Compiling itertools v0.13.0
16782026-07-29T07:33:29.890Z Compiling toml_parser v1.1.2+spec-1.1.0
16792026-07-29T07:33:29.894Z Compiling strum v0.26.3
16802026-07-29T07:33:30.014Z Compiling hickory-proto v0.25.2
16812026-07-29T07:33:30.044Z Compiling toml v0.7.8
16822026-07-29T07:33:30.058Z Compiling petgraph v0.6.5
16832026-07-29T07:33:30.103Z Compiling env_logger v0.11.9
16842026-07-29T07:33:30.178Z Compiling crossterm v0.28.1
16852026-07-29T07:33:30.262Z Compiling rsa v0.9.10
16862026-07-29T07:33:30.479Z Compiling ecdsa v0.16.9
16872026-07-29T07:33:30.553Z Compiling usdt-impl v0.5.0
16882026-07-29T07:33:30.671Z Compiling tokio-postgres v0.7.16
16892026-07-29T07:33:31.176Z Compiling hyper-tls v0.6.0
16902026-07-29T07:33:31.202Z Compiling zip v4.6.1
16912026-07-29T07:33:31.329Z Compiling ed25519-dalek v2.2.0
16922026-07-29T07:33:31.432Z Compiling reqwest v0.12.28
16932026-07-29T07:33:31.555Z Compiling zip v0.6.6
16942026-07-29T07:33:31.620Z Compiling iddqd v0.4.2
16952026-07-29T07:33:32.141Z Compiling similar v2.7.0
16962026-07-29T07:33:32.144Z Compiling heck v0.4.1
16972026-07-29T07:33:32.171Z Compiling usdt v0.6.0
16982026-07-29T07:33:32.190Z Compiling serde_with v3.21.0
16992026-07-29T07:33:32.404Z Compiling tokio-stream v0.1.18
17002026-07-29T07:33:32.462Z Compiling buf-list v1.1.2
17012026-07-29T07:33:32.521Z Compiling crossbeam-epoch v0.9.18
17022026-07-29T07:33:32.638Z Compiling byte-wrapper v0.1.0
17032026-07-29T07:33:32.788Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-07-29T07:33:32.868Z Compiling openapiv3 v2.2.0
17052026-07-29T07:33:32.897Z Compiling x509-cert v0.2.5
17062026-07-29T07:33:32.938Z Compiling lalrpop-util v0.19.12
17072026-07-29T07:33:32.974Z Compiling peg-runtime v0.8.5
17082026-07-29T07:33:33.304Z Compiling thread_local v1.1.9
17092026-07-29T07:33:33.356Z Compiling slog-async v2.8.0
17102026-07-29T07:33:33.888Z Compiling crossbeam-channel v0.5.15
17112026-07-29T07:33:34.236Z Compiling is-terminal v0.4.17
17122026-07-29T07:33:34.256Z Compiling filetime v0.2.27
17132026-07-29T07:33:34.338Z Compiling xattr v1.6.1
17142026-07-29T07:33:34.354Z Compiling term v1.2.1
17152026-07-29T07:33:34.357Z Compiling take_mut v0.2.2
17162026-07-29T07:33:34.421Z Compiling camino-tempfile v1.4.1
17172026-07-29T07:33:34.475Z Compiling tar v0.4.46
17182026-07-29T07:33:34.645Z Compiling slog-term v2.9.2
17192026-07-29T07:33:52.151Z Compiling rustls-webpki v0.103.13
17202026-07-29T07:33:54.846Z Compiling tokio-rustls v0.26.4
17212026-07-29T07:33:54.847Z Compiling rustls-platform-verifier v0.6.2
17222026-07-29T07:33:54.851Z Compiling tough v0.22.0
17232026-07-29T07:33:55.057Z Compiling hyper-rustls v0.27.7
17242026-07-29T07:33:55.255Z Compiling reqwest v0.13.2
17252026-07-29T07:33:57.588Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-07-29T07:33:57.827Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-07-29T07:34:00.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.60s
17282026-07-29T07:34:00.964Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17292026-07-29T07:34:01.020ZJul 29 07:33:59.612 INFO Starting download, target: Clickhouse
17302026-07-29T07:34:01.020ZJul 29 07:33:59.613 INFO Starting download, target: Cockroach
17312026-07-29T07:34:01.023ZJul 29 07:33:59.613 INFO Starting download, target: Console
17322026-07-29T07:34:01.023ZJul 29 07:33:59.613 INFO Starting download, target: DendriteStub
17332026-07-29T07:34:01.023ZJul 29 07:33:59.613 INFO Starting download, target: MaghemiteMgd
17342026-07-29T07:34:01.023ZJul 29 07:33:59.613 INFO Starting download, target: MaghemiteDdmd
17352026-07-29T07:34:01.023ZJul 29 07:33:59.613 INFO Starting download, target: TransceiverControl
17362026-07-29T07:34:01.023ZJul 29 07:33:59.613 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-07-29T07:34:01.023ZJul 29 07:33:59.613 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-07-29T07:34:01.023ZJul 29 07:33:59.614 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-07-29T07:34:01.023ZJul 29 07:33:59.614 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17402026-07-29T07:34:01.023ZJul 29 07:33:59.614 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-07-29T07:34:01.024ZJul 29 07:33:59.614 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-07-29T07:34:01.024ZJul 29 07:33:59.614 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-07-29T07:34:01.685ZJul 29 07:34:00.263 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-07-29T07:34:01.917ZJul 29 07:34:00.498 INFO Download complete, target: TransceiverControl
17452026-07-29T07:34:03.104ZJul 29 07:34:01.689 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-07-29T07:34:03.154ZJul 29 07:34:01.740 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-07-29T07:34:03.358ZJul 29 07:34:01.948 INFO Download complete, target: Console
17482026-07-29T07:34:03.860ZJul 29 07:34:02.453 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-07-29T07:34:03.976ZJul 29 07:34:02.565 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-07-29T07:34:04.338ZJul 29 07:34:02.928 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-07-29T07:34:04.557ZJul 29 07:34:03.128 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-07-29T07:34:04.557ZJul 29 07:34:03.128 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-07-29T07:34:06.729ZJul 29 07:34:05.322 INFO Download complete, target: MaghemiteDdmd
17542026-07-29T07:34:06.775ZJul 29 07:34:05.366 INFO Download complete, target: MaghemiteMgd
17552026-07-29T07:34:06.804ZJul 29 07:34:05.397 INFO Download complete, target: DendriteStub
17562026-07-29T07:34:09.249ZJul 29 07:34:07.841 INFO Checking that binary works, target: Cockroach
17572026-07-29T07:34:09.367ZJul 29 07:34:07.961 INFO Download complete, target: Cockroach
17582026-07-29T07:34:10.037ZJul 29 07:34:08.629 INFO Checking that binary works, target: Clickhouse
17592026-07-29T07:34:10.134ZJul 29 07:34:08.728 INFO Download complete, target: Clickhouse
17602026-07-29T07:34:10.140ZAll prerequisites installed successfully
17612026-07-29T07:34:10.143Z
17622026-07-29T07:34:10.143Zreal 1:49.166849223
17632026-07-29T07:34:10.143Zuser 7:03.918476154
17642026-07-29T07:34:10.143Zsys 1:43.130748877
17652026-07-29T07:34:10.143Ztrap 0.286188324
17662026-07-29T07:34:10.143Ztflt 0.784049380
17672026-07-29T07:34:10.143Zdflt 1.742915968
17682026-07-29T07:34:10.143Zkflt 0.021855633
17692026-07-29T07:34:10.143Zlock 27:05.415417583
17702026-07-29T07:34:10.143Zslp 18:58.632632333
17712026-07-29T07:34:10.143Zlat 27.597991615
17722026-07-29T07:34:10.143Zstop 3:23.821709341
17732026-07-29T07:34:10.143Z+ ptime -m cargo xtask download softnpu
17742026-07-29T07:34:10.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17752026-07-29T07:34:10.630Z Running `target/debug/xtask download softnpu`
17762026-07-29T07:34:11.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17772026-07-29T07:34:11.473Z Running `target/debug/xtask-downloader softnpu`
17782026-07-29T07:34:11.518ZJul 29 07:34:10.110 INFO Starting download, target: Softnpu
17792026-07-29T07:34:11.522ZJul 29 07:34:10.110 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17802026-07-29T07:34:12.276ZJul 29 07:34:10.867 INFO Download complete, target: Softnpu
17812026-07-29T07:34:12.283Z
17822026-07-29T07:34:12.284Zreal 2.129631473
17832026-07-29T07:34:12.284Zuser 1.330573427
17842026-07-29T07:34:12.284Zsys 0.638105195
17852026-07-29T07:34:12.284Ztrap 0.000586870
17862026-07-29T07:34:12.284Ztflt 0.000164940
17872026-07-29T07:34:12.284Zdflt 0.000307780
17882026-07-29T07:34:12.284Zkflt 0.000000000
17892026-07-29T07:34:12.284Zlock 14.073771738
17902026-07-29T07:34:12.284Zslp 0.609712095
17912026-07-29T07:34:12.284Zlat 0.117955704
17922026-07-29T07:34:12.284Zstop 0.000186290
17932026-07-29T07:34:12.284Z+ export CARGO_INCREMENTAL=0
17942026-07-29T07:34:12.284Z+ CARGO_INCREMENTAL=0
17952026-07-29T07:34:12.285Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17962026-07-29T07:34:13.195Z Compiling proc-macro2 v1.0.106
17972026-07-29T07:34:13.196Z Compiling quote v1.0.45
17982026-07-29T07:34:13.196Z Compiling unicode-ident v1.0.24
17992026-07-29T07:34:13.196Z Compiling libc v0.2.185
18002026-07-29T07:34:13.199Z Compiling serde_core v1.0.228
18012026-07-29T07:34:13.200Z Compiling serde v1.0.228
18022026-07-29T07:34:13.372Z Compiling cfg-if v1.0.4
18032026-07-29T07:34:13.433Z Compiling version_check v0.9.5
18042026-07-29T07:34:13.433Z Compiling find-msvc-tools v0.1.9
18052026-07-29T07:34:13.433Z Compiling shlex v1.3.0
18062026-07-29T07:34:13.433Z Compiling zmij v1.0.21
18072026-07-29T07:34:13.433Z Compiling memchr v2.8.0
18082026-07-29T07:34:13.433Z Compiling autocfg v1.5.0
18092026-07-29T07:34:13.433Z Compiling portable-atomic v1.13.1
18102026-07-29T07:34:13.498Z Compiling zerocopy v0.8.40
18112026-07-29T07:34:13.556Z Compiling getrandom v0.4.1
18122026-07-29T07:34:13.656Z Compiling libm v0.2.16
18132026-07-29T07:34:13.746Z Compiling parking_lot_core v0.9.12
18142026-07-29T07:34:13.746Z Compiling icu_normalizer_data v2.1.1
18152026-07-29T07:34:13.786Z Compiling num-traits v0.2.19
18162026-07-29T07:34:13.865Z Compiling generic-array v0.14.7
18172026-07-29T07:34:13.983Z Compiling icu_properties_data v2.1.2
18182026-07-29T07:34:14.001Z Compiling smallvec v1.15.1
18192026-07-29T07:34:14.009Z Compiling itoa v1.0.17
18202026-07-29T07:34:14.009Z Compiling log v0.4.29
18212026-07-29T07:34:14.029Z Compiling subtle v2.6.1
18222026-07-29T07:34:14.035Z Compiling pkg-config v0.3.32
18232026-07-29T07:34:14.091Z Compiling stable_deref_trait v1.2.1
18242026-07-29T07:34:14.160Z Compiling typenum v1.20.1
18252026-07-29T07:34:14.237Z Compiling jobserver v0.1.34
18262026-07-29T07:34:14.252Z Compiling serde_json v1.0.151
18272026-07-29T07:34:14.277Z Compiling scopeguard v1.2.0
18282026-07-29T07:34:14.312Z Compiling errno v0.3.14
18292026-07-29T07:34:14.373Z Compiling lock_api v0.4.14
18302026-07-29T07:34:14.443Z Compiling rand_core v0.10.0
18312026-07-29T07:34:14.461Z Compiling cc v1.2.56
18322026-07-29T07:34:14.533Z Compiling getrandom v0.2.17
18332026-07-29T07:34:14.552Z Compiling thiserror v2.0.18
18342026-07-29T07:34:14.575Z Compiling getrandom v0.3.4
18352026-07-29T07:34:14.589Z Compiling pin-project-lite v0.2.17
18362026-07-29T07:34:14.679Z Compiling rand_core v0.6.4
18372026-07-29T07:34:14.694Z Compiling equivalent v1.0.2
18382026-07-29T07:34:14.712Z Compiling syn v2.0.117
18392026-07-29T07:34:14.720Z Compiling writeable v0.6.2
18402026-07-29T07:34:14.724Z Compiling litemap v0.8.1
18412026-07-29T07:34:14.758Z Compiling percent-encoding v2.3.2
18422026-07-29T07:34:14.799Z Compiling rustversion v1.0.22
18432026-07-29T07:34:14.870Z Compiling schemars v0.8.22
18442026-07-29T07:34:15.000Z Compiling fs_extra v1.3.0
18452026-07-29T07:34:15.032Z Compiling critical-section v1.2.0
18462026-07-29T07:34:15.038Z Compiling dunce v1.0.5
18472026-07-29T07:34:15.038Z Compiling rustix v1.1.3
18482026-07-29T07:34:15.170Z Compiling hashbrown v0.17.0
18492026-07-29T07:34:15.236Z Compiling cmake v0.1.57
18502026-07-29T07:34:15.293Z Compiling signal-hook-registry v1.4.8
18512026-07-29T07:34:15.325Z Compiling heck v0.5.0
18522026-07-29T07:34:15.362Z Compiling utf8_iter v1.0.4
18532026-07-29T07:34:15.402Z Compiling form_urlencoded v1.2.2
18542026-07-29T07:34:15.549Z Compiling once_cell v1.21.3
18552026-07-29T07:34:15.552Z Compiling parking_lot v0.12.5
18562026-07-29T07:34:15.696Z Compiling semver v1.0.28
18572026-07-29T07:34:15.712Z Compiling indexmap v2.14.0
18582026-07-29T07:34:15.767Z Compiling socket2 v0.6.3
18592026-07-29T07:34:15.788Z Compiling mio v1.2.0
18602026-07-29T07:34:15.816Z Compiling aws-lc-sys v0.40.0
18612026-07-29T07:34:15.845Z Compiling bitflags v2.11.0
18622026-07-29T07:34:15.967Z Compiling aws-lc-rs v1.16.3
18632026-07-29T07:34:15.994Z Compiling futures-core v0.3.32
18642026-07-29T07:34:16.043Z Compiling const-oid v0.9.6
18652026-07-29T07:34:16.064Z Compiling strsim v0.11.1
18662026-07-29T07:34:16.178Z Compiling httparse v1.10.1
18672026-07-29T07:34:16.398Z Compiling ucd-trie v0.1.7
18682026-07-29T07:34:16.456Z Compiling thiserror v1.0.69
18692026-07-29T07:34:16.478Z Compiling byteorder v1.5.0
18702026-07-29T07:34:16.566Z Compiling pest v2.8.6
18712026-07-29T07:34:16.583Z Compiling vcpkg v0.2.15
18722026-07-29T07:34:16.586Z Compiling fnv v1.0.7
18732026-07-29T07:34:16.618Z Compiling iana-time-zone v0.1.65
18742026-07-29T07:34:16.681Z Compiling regex-syntax v0.8.10
18752026-07-29T07:34:16.731Z Compiling syn v1.0.109
18762026-07-29T07:34:16.765Z Compiling ident_case v1.0.1
18772026-07-29T07:34:16.883Z Compiling uuid v1.23.4
18782026-07-29T07:34:16.976Z Compiling rustc_version v0.4.1
18792026-07-29T07:34:17.039Z Compiling futures-sink v0.3.32
18802026-07-29T07:34:17.146Z Compiling rustls v0.23.41
18812026-07-29T07:34:17.368Z Compiling openssl-sys v0.9.115
18822026-07-29T07:34:17.368Z Compiling futures-channel v0.3.32
18832026-07-29T07:34:17.381Z Compiling aho-corasick v1.1.4
18842026-07-29T07:34:17.381Z Compiling futures-task v0.3.32
18852026-07-29T07:34:17.381Z Compiling slab v0.4.12
18862026-07-29T07:34:17.381Z Compiling futures-io v0.3.32
18872026-07-29T07:34:17.532Z Compiling dyn-clone v1.0.20
18882026-07-29T07:34:17.560Z Compiling plain v0.2.3
18892026-07-29T07:34:17.584Z Compiling synstructure v0.13.2
18902026-07-29T07:34:17.593Z Compiling serde_derive_internals v0.29.1
18912026-07-29T07:34:17.670Z Compiling crc32fast v1.5.0
18922026-07-29T07:34:17.689Z Compiling pest_meta v2.8.6
18932026-07-29T07:34:17.697Z Compiling time-core v0.1.8
18942026-07-29T07:34:17.733Z Compiling num-conv v0.2.0
18952026-07-29T07:34:17.900Z Compiling base64 v0.22.1
18962026-07-29T07:34:17.908Z Compiling time-macros v0.2.27
18972026-07-29T07:34:17.963Z Compiling crossbeam-utils v0.8.21
18982026-07-29T07:34:18.011Z Compiling openssl v0.10.79
18992026-07-29T07:34:18.109Z Compiling pretty-hex v0.4.1
19002026-07-29T07:34:18.162Z Compiling darling_core v0.23.0
19012026-07-29T07:34:18.270Z Compiling regex-automata v0.4.14
19022026-07-29T07:34:18.287Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-07-29T07:34:18.335Z Compiling pest_generator v2.8.6
19042026-07-29T07:34:18.372Z Compiling base64ct v1.8.3
19052026-07-29T07:34:18.433Z Compiling native-tls v0.2.18
19062026-07-29T07:34:18.513Z Compiling anyhow v1.0.102
19072026-07-29T07:34:18.666Z Compiling pem-rfc7468 v0.7.0
19082026-07-29T07:34:18.678Z Compiling rand_core v0.9.5
19092026-07-29T07:34:18.848Z Compiling slog v2.8.2
19102026-07-29T07:34:18.864Z Compiling tracing-core v0.1.36
19112026-07-29T07:34:18.885Z Compiling serde_derive v1.0.228
19122026-07-29T07:34:18.903Z Compiling zeroize_derive v1.5.0
19132026-07-29T07:34:18.906Z Compiling zerofrom-derive v0.1.6
19142026-07-29T07:34:18.948Z Compiling yoke-derive v0.8.1
19152026-07-29T07:34:18.981Z Compiling zerovec-derive v0.11.2
19162026-07-29T07:34:18.997Z Compiling displaydoc v0.2.5
19172026-07-29T07:34:19.065Z Compiling zerocopy-derive v0.8.40
19182026-07-29T07:34:19.097Z Compiling tokio-macros v2.7.0
19192026-07-29T07:34:19.290Z Compiling futures-macro v0.3.32
19202026-07-29T07:34:19.410Z Compiling thiserror-impl v2.0.18
19212026-07-29T07:34:19.542Z Compiling zeroize v1.9.0
19222026-07-29T07:34:19.789Z Compiling schemars_derive v0.8.22
19232026-07-29T07:34:19.908Z Compiling tracing-attributes v0.1.31
19242026-07-29T07:34:19.911Z Compiling der_derive v0.7.3
19252026-07-29T07:34:20.029Z Compiling thiserror-impl v1.0.69
19262026-07-29T07:34:20.054Z Compiling zerofrom v0.1.6
19272026-07-29T07:34:20.206Z Compiling yoke v0.8.1
19282026-07-29T07:34:20.351Z Compiling crypto-common v0.1.7
19292026-07-29T07:34:20.392Z Compiling zerovec v0.11.5
19302026-07-29T07:34:20.427Z Compiling zerotrie v0.2.3
19312026-07-29T07:34:20.586Z Compiling pest_derive v2.8.6
19322026-07-29T07:34:20.594Z Compiling block-buffer v0.10.4
19332026-07-29T07:34:20.838Z Compiling futures-util v0.3.32
19342026-07-29T07:34:20.894Z Compiling digest v0.10.7
19352026-07-29T07:34:20.921Z Compiling tinystr v0.8.2
19362026-07-29T07:34:20.999Z Compiling potential_utf v0.1.4
19372026-07-29T07:34:21.124Z Compiling icu_locale_core v2.1.1
19382026-07-29T07:34:21.138Z Compiling icu_collections v2.1.1
19392026-07-29T07:34:21.189Z Compiling scroll_derive v0.13.1
19402026-07-29T07:34:21.193Z Compiling scroll_derive v0.12.1
19412026-07-29T07:34:21.218Z Compiling openssl-macros v0.1.1
19422026-07-29T07:34:21.431Z Compiling regex v1.12.3
19432026-07-29T07:34:21.635Z Compiling darling_macro v0.23.0
19442026-07-29T07:34:21.760Z Compiling icu_provider v2.1.1
19452026-07-29T07:34:21.856Z Compiling zerocopy-derive v0.7.35
19462026-07-29T07:34:21.993Z Compiling bytes v1.11.1
19472026-07-29T07:34:22.121Z Compiling icu_normalizer v2.1.1
19482026-07-29T07:34:22.139Z Compiling icu_properties v2.1.2
19492026-07-29T07:34:22.142Z Compiling chrono v0.4.45
19502026-07-29T07:34:22.259Z Compiling serde_tokenstream v0.2.3
19512026-07-29T07:34:22.568Z Compiling tokio v1.52.1
19522026-07-29T07:34:22.654Z Compiling http v1.4.2
19532026-07-29T07:34:23.280Z Compiling idna_adapter v1.2.1
19542026-07-29T07:34:23.330Z Compiling ppv-lite86 v0.2.21
19552026-07-29T07:34:23.442Z Compiling idna v1.1.0
19562026-07-29T07:34:23.488Z Compiling cookie v0.18.1
19572026-07-29T07:34:23.544Z Compiling flagset v0.4.7
19582026-07-29T07:34:23.560Z Compiling camino v1.2.2
19592026-07-29T07:34:23.711Z Compiling der v0.7.10
19602026-07-29T07:34:23.739Z Compiling darling v0.23.0
19612026-07-29T07:34:23.844Z Compiling url v2.5.8
19622026-07-29T07:34:24.014Z Compiling tracing v0.1.44
19632026-07-29T07:34:24.181Z Compiling rand_chacha v0.9.0
19642026-07-29T07:34:24.542Z Compiling http-body v1.0.1
19652026-07-29T07:34:24.559Z Compiling spki v0.7.3
19662026-07-29T07:34:24.598Z Compiling rustls-pki-types v1.14.0
19672026-07-29T07:34:24.803Z Compiling usdt-impl v0.5.0
19682026-07-29T07:34:24.862Z Compiling openssl-probe v0.2.1
19692026-07-29T07:34:24.917Z Compiling paste v1.0.15
19702026-07-29T07:34:24.993Z Compiling usdt-impl v0.6.0
19712026-07-29T07:34:25.054Z Compiling either v1.15.0
19722026-07-29T07:34:25.068Z Compiling ref-cast v1.0.25
19732026-07-29T07:34:25.191Z Compiling cmov v0.5.4
19742026-07-29T07:34:25.203Z Compiling fastrand v2.3.0
19752026-07-29T07:34:25.229Z Compiling tinyvec_macros v0.1.1
19762026-07-29T07:34:25.314Z Compiling tinyvec v1.10.0
19772026-07-29T07:34:25.425Z Compiling ctutils v0.4.2
19782026-07-29T07:34:25.529Z Compiling rand v0.9.2
19792026-07-29T07:34:25.597Z Compiling toml_datetime v0.6.11
19802026-07-29T07:34:25.628Z Compiling serde_spanned v0.6.9
19812026-07-29T07:34:25.646Z Compiling scroll v0.13.0
19822026-07-29T07:34:25.683Z Compiling scroll v0.12.0
19832026-07-29T07:34:25.705Z Compiling async-trait v0.1.89
19842026-07-29T07:34:25.758Z Compiling heapless v0.7.17
19852026-07-29T07:34:25.828Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-07-29T07:34:25.859Z Compiling litrs v1.0.0
19872026-07-29T07:34:25.862Z Compiling untrusted v0.7.1
19882026-07-29T07:34:25.890Z Compiling winnow v0.7.14
19892026-07-29T07:34:25.930Z Compiling rustix v0.38.44
19902026-07-29T07:34:25.968Z Compiling tower-layer v0.3.3
19912026-07-29T07:34:26.021Z Compiling signal-hook v0.3.18
19922026-07-29T07:34:26.037Z Compiling try-lock v0.2.5
19932026-07-29T07:34:26.116Z Compiling atomic-waker v1.1.2
19942026-07-29T07:34:26.138Z Compiling cpufeatures v0.2.17
19952026-07-29T07:34:26.155Z Compiling zstd-safe v7.2.4
19962026-07-29T07:34:26.224Z Compiling winnow v1.0.3
19972026-07-29T07:34:26.241Z Compiling tower-service v0.3.3
19982026-07-29T07:34:26.264Z Compiling want v0.3.1
19992026-07-29T07:34:26.281Z Compiling goblin v0.8.2
20002026-07-29T07:34:26.313Z Compiling goblin v0.10.5
20012026-07-29T07:34:26.330Z Compiling document-features v0.2.12
20022026-07-29T07:34:26.444Z Compiling hybrid-array v0.4.13
20032026-07-29T07:34:26.599Z Compiling tokio-util v0.7.18
20042026-07-29T07:34:26.615Z Compiling toml_parser v1.1.2+spec-1.1.0
20052026-07-29T07:34:27.182Z Compiling pkcs8 v0.10.2
20062026-07-29T07:34:27.323Z Compiling h2 v0.4.15
20072026-07-29T07:34:27.379Z Compiling zerocopy v0.7.35
20082026-07-29T07:34:27.448Z Compiling ipnet v2.11.0
20092026-07-29T07:34:27.455Z Compiling hmac v0.12.1
20102026-07-29T07:34:27.513Z Compiling ref-cast-impl v1.0.25
20112026-07-29T07:34:27.569Z Compiling darling_core v0.20.11
20122026-07-29T07:34:27.615Z Compiling curve25519-dalek v4.1.3
20132026-07-29T07:34:27.831Z Compiling memoffset v0.9.1
20142026-07-29T07:34:28.070Z Compiling winnow v0.5.40
20152026-07-29T07:34:28.088Z Compiling powerfmt v0.2.0
20162026-07-29T07:34:28.106Z Compiling foreign-types-shared v0.1.1
20172026-07-29T07:34:28.137Z Compiling utf8parse v0.2.2
20182026-07-29T07:34:28.320Z Compiling untrusted v0.9.0
20192026-07-29T07:34:28.407Z Compiling httpdate v1.0.3
20202026-07-29T07:34:28.439Z Compiling deranged v0.5.8
20212026-07-29T07:34:28.474Z Compiling tempfile v3.25.0
20222026-07-29T07:34:28.616Z Compiling dof v0.3.0
20232026-07-29T07:34:28.644Z Compiling foreign-types v0.3.2
20242026-07-29T07:34:28.897Z Compiling unicode-normalization v0.1.25
20252026-07-29T07:34:29.004Z Compiling dtrace-parser v0.2.0
20262026-07-29T07:34:29.252Z Compiling dof v0.4.0
20272026-07-29T07:34:29.392Z Compiling toml_edit v0.19.15
20282026-07-29T07:34:29.633Z Compiling dtrace-parser v0.3.0
20292026-07-29T07:34:29.638Z Compiling darling_macro v0.20.11
20302026-07-29T07:34:29.649Z Compiling daft-derive v0.1.7
20312026-07-29T07:34:29.968Z Compiling pin-project-internal v1.1.11
20322026-07-29T07:34:30.170Z Compiling spin v0.9.8
20332026-07-29T07:34:30.207Z Compiling thread-id v5.1.0
20342026-07-29T07:34:30.223Z Compiling thread-id v4.2.2
20352026-07-29T07:34:30.293Z Compiling smoltcp v0.9.1
20362026-07-29T07:34:30.335Z Compiling num-bigint-dig v0.8.6
20372026-07-29T07:34:30.415Z Compiling cfg_aliases v0.2.1
20382026-07-29T07:34:30.503Z Compiling num_threads v0.1.7
20392026-07-29T07:34:30.535Z Compiling hyper v1.10.1
20402026-07-29T07:34:30.535Z Compiling anstyle v1.0.14
20412026-07-29T07:34:30.566Z Compiling nix v0.31.2
20422026-07-29T07:34:30.622Z Compiling time v0.3.47
20432026-07-29T07:34:30.889Z Compiling darling v0.20.11
20442026-07-29T07:34:31.163Z Compiling sha2 v0.10.9
20452026-07-29T07:34:31.240Z Compiling ipnetwork v0.21.1
20462026-07-29T07:34:31.297Z Compiling curve25519-dalek-derive v0.1.1
20472026-07-29T07:34:31.330Z Compiling strum_macros v0.26.4
20482026-07-29T07:34:31.552Z Compiling sync_wrapper v1.0.2
20492026-07-29T07:34:31.591Z Compiling wait-timeout v0.2.1
20502026-07-29T07:34:31.682Z Compiling hyper-util v0.1.20
20512026-07-29T07:34:31.723Z Compiling colorchoice v1.0.4
20522026-07-29T07:34:31.745Z Compiling anstyle-query v1.1.5
20532026-07-29T07:34:31.843Z Compiling quick-error v1.2.3
20542026-07-29T07:34:31.865Z Compiling is_terminal_polyfill v1.70.2
20552026-07-29T07:34:31.879Z Compiling bit-vec v0.8.0
20562026-07-29T07:34:31.969Z Compiling siphasher v1.0.2
20572026-07-29T07:34:31.986Z Compiling simd-adler32 v0.3.8
20582026-07-29T07:34:32.118Z Compiling bit-set v0.8.0
20592026-07-29T07:34:32.175Z Compiling rusty-fork v0.3.1
20602026-07-29T07:34:32.297Z Compiling tower v0.5.3
20612026-07-29T07:34:32.730Z Compiling derive_builder_core v0.20.2
20622026-07-29T07:34:32.803Z Compiling http-body-util v0.1.3
20632026-07-29T07:34:32.852Z Compiling signature v2.2.0
20642026-07-29T07:34:32.941Z Compiling hubpack_derive v0.1.1
20652026-07-29T07:34:33.030Z Compiling strum_macros v0.27.2
20662026-07-29T07:34:33.115Z Compiling snafu-derive v0.8.9
20672026-07-29T07:34:33.400Z Compiling rand_xorshift v0.4.0
20682026-07-29T07:34:33.522Z Compiling ahash v0.8.12
20692026-07-29T07:34:33.543Z Compiling fs-err v3.3.0
20702026-07-29T07:34:33.591Z Compiling object v0.37.3
20712026-07-29T07:34:33.720Z Compiling iri-string v0.7.10
20722026-07-29T07:34:33.755Z Compiling ryu v1.0.23
20732026-07-29T07:34:33.773Z Compiling unicode-segmentation v1.12.0
20742026-07-29T07:34:33.773Z Compiling allocator-api2 v0.2.21
20752026-07-29T07:34:33.879Z Compiling unicode-bidi v0.3.18
20762026-07-29T07:34:33.971Z Compiling unicode-properties v0.1.4
20772026-07-29T07:34:34.121Z Compiling unarray v0.1.4
20782026-07-29T07:34:34.145Z Compiling adler2 v2.0.1
20792026-07-29T07:34:34.181Z Compiling serde_urlencoded v0.7.1
20802026-07-29T07:34:34.251Z Compiling miniz_oxide v0.8.9
20812026-07-29T07:34:34.291Z Compiling proptest v1.10.0
20822026-07-29T07:34:34.307Z Compiling stringprep v0.1.5
20832026-07-29T07:34:34.663Z Compiling derive_builder_macro v0.20.2
20842026-07-29T07:34:34.791Z Compiling tokio-native-tls v0.3.1
20852026-07-29T07:34:34.808Z Compiling usdt-macro v0.6.0
20862026-07-29T07:34:34.848Z Compiling usdt-attr-macro v0.6.0
20872026-07-29T07:34:34.958Z Compiling tower-http v0.6.8
20882026-07-29T07:34:35.133Z Compiling anstyle-parse v1.0.0
20892026-07-29T07:34:35.183Z Compiling block-buffer v0.12.1
20902026-07-29T07:34:35.262Z Compiling crypto-common v0.2.2
20912026-07-29T07:34:35.330Z Compiling block-padding v0.4.2
20922026-07-29T07:34:35.615Z Compiling rustls-native-certs v0.8.3
20932026-07-29T07:34:35.739Z Compiling rand_chacha v0.3.1
20942026-07-29T07:34:35.758Z Compiling hex v0.4.3
20952026-07-29T07:34:35.784Z Compiling erased-serde v0.3.31
20962026-07-29T07:34:35.893Z Compiling md-5 v0.10.6
20972026-07-29T07:34:35.909Z Compiling bstr v1.12.1
20982026-07-29T07:34:36.076Z Compiling num-integer v0.1.46
20992026-07-29T07:34:36.097Z Compiling hash32 v0.2.1
21002026-07-29T07:34:36.170Z Compiling ff v0.13.1
21012026-07-29T07:34:36.247Z Compiling vergen-lib v9.1.0
21022026-07-29T07:34:36.309Z Compiling encoding_rs v0.8.35
21032026-07-29T07:34:36.406Z Compiling mime v0.3.17
21042026-07-29T07:34:36.454Z Compiling zlib-rs v0.6.2
21052026-07-29T07:34:36.514Z Compiling base16ct v0.2.0
21062026-07-29T07:34:36.529Z Compiling psl-types v2.0.11
21072026-07-29T07:34:36.574Z Compiling cpufeatures v0.3.0
21082026-07-29T07:34:36.676Z Compiling fallible-iterator v0.2.0
21092026-07-29T07:34:36.679Z Compiling sec1 v0.7.3
21102026-07-29T07:34:36.710Z Compiling publicsuffix v2.3.0
21112026-07-29T07:34:36.913Z Compiling num-iter v0.1.45
21122026-07-29T07:34:36.946Z Compiling newtype-uuid v1.3.2
21132026-07-29T07:34:36.963Z Compiling postgres-protocol v0.6.10
21142026-07-29T07:34:37.002Z Compiling group v0.13.0
21152026-07-29T07:34:37.193Z Compiling rand v0.8.6
21162026-07-29T07:34:37.470Z Compiling oxnet v0.1.6
21172026-07-29T07:34:37.639Z Compiling inout v0.2.2
21182026-07-29T07:34:37.673Z Compiling anstream v1.0.0
21192026-07-29T07:34:37.676Z Compiling derive_builder v0.20.2
21202026-07-29T07:34:37.763Z Compiling hyper-tls v0.6.0
21212026-07-29T07:34:37.826Z Compiling heck v0.4.1
21222026-07-29T07:34:37.867Z Compiling phf_shared v0.13.1
21232026-07-29T07:34:37.867Z Compiling pin-project v1.1.11
21242026-07-29T07:34:37.940Z Compiling lazy_static v1.5.0
21252026-07-29T07:34:37.956Z Compiling anstyle-parse v0.2.7
21262026-07-29T07:34:38.041Z Compiling hkdf v0.12.4
21272026-07-29T07:34:38.101Z Compiling terminal_size v0.4.3
21282026-07-29T07:34:38.117Z Compiling serde_with_macros v3.21.0
21292026-07-29T07:34:38.134Z Compiling futures-executor v0.3.32
21302026-07-29T07:34:38.164Z Compiling crypto-bigint v0.5.5
21312026-07-29T07:34:38.167Z Compiling async-recursion v1.1.1
21322026-07-29T07:34:38.167Z Compiling clap_derive v4.6.1
21332026-07-29T07:34:38.210Z Compiling enum-as-inner v0.6.1
21342026-07-29T07:34:38.258Z Compiling serde_repr v0.1.20
21352026-07-29T07:34:38.476Z Compiling flate2 v1.1.9
21362026-07-29T07:34:38.667Z Compiling vergen v9.1.0
21372026-07-29T07:34:38.731Z Compiling cargo-platform v0.3.2
21382026-07-29T07:34:38.806Z Compiling bitflags v1.3.2
21392026-07-29T07:34:38.825Z Compiling same-file v1.0.6
21402026-07-29T07:34:38.880Z Compiling bumpalo v3.20.2
21412026-07-29T07:34:38.994Z Compiling libbz2-rs-sys v0.2.2
21422026-07-29T07:34:39.010Z Compiling managed v0.8.0
21432026-07-29T07:34:39.188Z Compiling clap_lex v1.0.0
21442026-07-29T07:34:39.291Z Compiling foldhash v0.1.5
21452026-07-29T07:34:39.306Z Compiling foldhash v0.2.0
21462026-07-29T07:34:39.420Z Compiling hashbrown v0.15.5
21472026-07-29T07:34:39.471Z Compiling hashbrown v0.16.1
21482026-07-29T07:34:39.573Z Compiling bzip2 v0.6.1
21492026-07-29T07:34:39.591Z Compiling clap_builder v4.6.0
21502026-07-29T07:34:39.795Z Compiling elliptic-curve v0.13.8
21512026-07-29T07:34:39.833Z Compiling zopfli v0.8.3
21522026-07-29T07:34:39.849Z Compiling walkdir v2.5.0
21532026-07-29T07:34:39.982Z Compiling cargo_metadata v0.23.1
21542026-07-29T07:34:40.089Z Compiling zstd v0.13.3
21552026-07-29T07:34:40.163Z Compiling futures v0.3.32
21562026-07-29T07:34:40.509Z Compiling anstream v0.6.21
21572026-07-29T07:34:40.576Z Compiling phf v0.13.1
21582026-07-29T07:34:40.757Z Compiling reqwest v0.12.28
21592026-07-29T07:34:40.795Z Compiling snafu v0.8.9
21602026-07-29T07:34:41.149Z Compiling cipher v0.5.2
21612026-07-29T07:34:41.211Z Compiling signal-hook-mio v0.2.5
21622026-07-29T07:34:41.255Z Compiling daft v0.1.7
21632026-07-29T07:34:41.341Z Compiling cookie_store v0.22.1
21642026-07-29T07:34:41.356Z Compiling postgres-types v0.2.12
21652026-07-29T07:34:41.395Z Compiling bzip2 v0.4.4
21662026-07-29T07:34:41.429Z Compiling globset v0.4.18
21672026-07-29T07:34:41.445Z Compiling strum v0.27.2
21682026-07-29T07:34:41.697Z Compiling hubpack v0.1.2
21692026-07-29T07:34:41.717Z Compiling ed25519 v2.2.3
21702026-07-29T07:34:41.733Z Compiling phf_shared v0.11.3
21712026-07-29T07:34:41.881Z Compiling crossbeam-epoch v0.9.18
21722026-07-29T07:34:41.930Z Compiling olpc-cjson v0.1.4
21732026-07-29T07:34:41.934Z Compiling rfc6979 v0.4.0
21742026-07-29T07:34:41.995Z Compiling pkcs1 v0.7.5
21752026-07-29T07:34:42.115Z Compiling pem v3.0.6
21762026-07-29T07:34:42.175Z Compiling serde_plain v1.0.2
21772026-07-29T07:34:42.218Z Compiling serde-big-array v0.5.1
21782026-07-29T07:34:42.374Z Compiling float-cmp v0.10.0
21792026-07-29T07:34:42.390Z Compiling jiff v0.2.21
21802026-07-29T07:34:42.393Z Compiling memmap2 v0.9.10
21812026-07-29T07:34:42.393Z Compiling env_filter v1.0.0
21822026-07-29T07:34:42.536Z Compiling predicates-core v1.0.10
21832026-07-29T07:34:42.584Z Compiling fixedbitset v0.5.7
21842026-07-29T07:34:42.606Z Compiling toml_write v0.1.2
21852026-07-29T07:34:42.634Z Compiling new_debug_unreachable v1.0.6
21862026-07-29T07:34:42.707Z Compiling data-encoding v2.10.0
21872026-07-29T07:34:42.710Z Compiling static_assertions v1.1.0
21882026-07-29T07:34:42.741Z Compiling difflib v0.4.0
21892026-07-29T07:34:42.745Z Compiling precomputed-hash v0.1.1
21902026-07-29T07:34:42.814Z Compiling keccak v0.1.6
21912026-07-29T07:34:42.831Z Compiling typed-path v0.9.3
21922026-07-29T07:34:42.881Z Compiling whoami v2.1.0
21932026-07-29T07:34:42.959Z Compiling const-oid v0.10.2
21942026-07-29T07:34:43.049Z Compiling fixedbitset v0.4.2
21952026-07-29T07:34:43.174Z Compiling normalize-line-endings v0.3.0
21962026-07-29T07:34:43.191Z Compiling digest v0.11.3
21972026-07-29T07:34:43.232Z Compiling petgraph v0.6.5
21982026-07-29T07:34:43.250Z Compiling tokio-postgres v0.7.16
21992026-07-29T07:34:43.275Z Compiling predicates v3.1.4
22002026-07-29T07:34:43.290Z Compiling hickory-proto v0.25.2
22012026-07-29T07:34:43.309Z Compiling chacha20 v0.10.0
22022026-07-29T07:34:43.340Z Compiling sha3 v0.10.8
22032026-07-29T07:34:43.386Z Compiling string_cache v0.8.9
22042026-07-29T07:34:43.424Z Compiling petgraph v0.8.3
22052026-07-29T07:34:43.440Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-07-29T07:34:43.623Z Compiling toml_edit v0.22.27
22072026-07-29T07:34:43.641Z Compiling env_logger v0.11.9
22082026-07-29T07:34:43.856Z Compiling usdt v0.6.0
22092026-07-29T07:34:44.049Z Compiling rsa v0.9.10
22102026-07-29T07:34:44.702Z Compiling ecdsa v0.16.9
22112026-07-29T07:34:45.111Z Compiling zip v4.6.1
22122026-07-29T07:34:45.358Z Compiling ed25519-dalek v2.2.0
22132026-07-29T07:34:45.699Z Compiling zip v0.6.6
22142026-07-29T07:34:45.805Z Compiling iddqd v0.4.2
22152026-07-29T07:34:45.967Z Compiling crossterm v0.28.1
22162026-07-29T07:34:46.009Z Compiling clap v4.6.1
22172026-07-29T07:34:46.212Z Compiling serde_with v3.21.0
22182026-07-29T07:34:46.228Z Compiling similar v2.7.0
22192026-07-29T07:34:46.469Z Compiling byte-wrapper v0.1.0
22202026-07-29T07:34:46.524Z Compiling strum v0.26.3
22212026-07-29T07:34:46.546Z Compiling toml v0.7.8
22222026-07-29T07:34:46.676Z Compiling tokio-stream v0.1.18
22232026-07-29T07:34:46.790Z Compiling buf-list v1.1.2
22242026-07-29T07:34:47.016Z Compiling itertools v0.13.0
22252026-07-29T07:34:47.051Z Compiling x509-cert v0.2.5
22262026-07-29T07:34:47.093Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22272026-07-29T07:34:47.149Z Compiling openapiv3 v2.2.0
22282026-07-29T07:34:48.108Z Compiling lalrpop-util v0.19.12
22292026-07-29T07:34:48.172Z Compiling peg-runtime v0.8.5
22302026-07-29T07:35:03.760Z Compiling rustls-webpki v0.103.13
22312026-07-29T07:35:05.756Z Compiling macaddr v1.0.1
22322026-07-29T07:35:05.796Z Compiling structmeta-derive v0.3.0
22332026-07-29T07:35:05.814Z Compiling rayon-core v1.13.0
22342026-07-29T07:35:05.987Z Compiling crucible-workspace-hack v0.1.0
22352026-07-29T07:35:06.049Z Compiling itertools v0.15.0
22362026-07-29T07:35:06.065Z Compiling secrecy v0.10.3
22372026-07-29T07:35:06.099Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-07-29T07:35:06.212Z Compiling toml_datetime v0.7.5+spec-1.1.0
22392026-07-29T07:35:06.238Z Compiling heapless v0.8.0
22402026-07-29T07:35:06.339Z Compiling crossbeam-deque v0.8.6
22412026-07-29T07:35:06.354Z Compiling inout v0.1.4
22422026-07-29T07:35:06.408Z Compiling toml_edit v0.23.10+spec-1.0.0
22432026-07-29T07:35:06.476Z Compiling hash32 v0.3.1
22442026-07-29T07:35:06.547Z Compiling multer v3.1.0
22452026-07-29T07:35:06.563Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-07-29T07:35:06.581Z Compiling thread_local v1.1.9
22472026-07-29T07:35:06.594Z Compiling unicode-width v0.2.0
22482026-07-29T07:35:06.659Z Compiling match_cfg v0.1.0
22492026-07-29T07:35:06.725Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22502026-07-29T07:35:06.743Z Compiling slog-async v2.8.0
22512026-07-29T07:35:06.760Z Compiling compression-core v0.4.31
22522026-07-29T07:35:06.776Z Compiling smoltcp v0.11.0
22532026-07-29T07:35:06.795Z Compiling structmeta v0.3.0
22542026-07-29T07:35:06.922Z Compiling compression-codecs v0.4.37
22552026-07-29T07:35:06.956Z Compiling proc-macro-crate v3.4.0
22562026-07-29T07:35:07.009Z Compiling hostname v0.3.1
22572026-07-29T07:35:07.027Z Compiling derive-ex v0.1.8
22582026-07-29T07:35:07.130Z Compiling cipher v0.4.4
22592026-07-29T07:35:07.197Z Compiling atomicwrites v0.4.4
22602026-07-29T07:35:07.306Z Compiling slog-json v2.6.1
22612026-07-29T07:35:07.323Z Compiling crossbeam-channel v0.5.15
22622026-07-29T07:35:07.396Z Compiling half v2.7.1
22632026-07-29T07:35:07.411Z Compiling newtype-uuid-macros v0.1.0
22642026-07-29T07:35:07.442Z Compiling tokio-rustls v0.26.4
22652026-07-29T07:35:07.496Z Compiling rustls-platform-verifier v0.6.2
22662026-07-29T07:35:07.533Z Compiling tough v0.22.0
22672026-07-29T07:35:07.572Z Compiling ingot-macros v0.2.0
22682026-07-29T07:35:07.719Z Compiling hyper-rustls v0.27.7
22692026-07-29T07:35:07.735Z Compiling cobs v0.3.0
22702026-07-29T07:35:07.766Z Compiling thiserror-impl-no-std v2.0.2
22712026-07-29T07:35:08.022Z Compiling reqwest v0.13.2
22722026-07-29T07:35:08.062Z Compiling universal-hash v0.5.1
22732026-07-29T07:35:08.065Z Compiling async-stream-impl v0.3.6
22742026-07-29T07:35:08.166Z Compiling serde_spanned v1.1.1
22752026-07-29T07:35:08.232Z Compiling toml_datetime v1.1.1+spec-1.1.0
22762026-07-29T07:35:08.340Z Compiling is-terminal v0.4.17
22772026-07-29T07:35:08.465Z Compiling proc-macro-error-attr v1.0.4
22782026-07-29T07:35:08.590Z Compiling dropshot v0.17.1
22792026-07-29T07:35:08.628Z Compiling convert_case v0.4.0
22802026-07-29T07:35:08.674Z Compiling opaque-debug v0.3.1
22812026-07-29T07:35:08.690Z Compiling take_mut v0.2.2
22822026-07-29T07:35:08.707Z Compiling ciborium-io v0.2.2
22832026-07-29T07:35:08.766Z Compiling term v1.2.1
22842026-07-29T07:35:08.810Z Compiling toml_writer v1.1.1+spec-1.1.0
22852026-07-29T07:35:08.828Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22862026-07-29T07:35:08.831Z Compiling thiserror-no-std v2.0.2
22872026-07-29T07:35:08.890Z Compiling ciborium-ll v0.2.2
22882026-07-29T07:35:08.955Z Compiling derive_more v0.99.20
22892026-07-29T07:35:09.080Z Compiling toml v1.1.2+spec-1.1.0
22902026-07-29T07:35:09.101Z Compiling slog-term v2.9.2
22912026-07-29T07:35:09.116Z Compiling poly1305 v0.8.0
22922026-07-29T07:35:09.235Z Compiling async-stream v0.3.6
22932026-07-29T07:35:09.364Z Compiling test-strategy v0.4.5
22942026-07-29T07:35:09.451Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22952026-07-29T07:35:09.726Z Compiling postcard v1.1.3
22962026-07-29T07:35:09.764Z Compiling slog-bunyan v2.5.0
22972026-07-29T07:35:10.135Z Compiling num_enum_derive v0.7.6
22982026-07-29T07:35:10.174Z Compiling chacha20 v0.9.1
22992026-07-29T07:35:10.253Z Compiling ingot-types v0.2.0
23002026-07-29T07:35:10.372Z Compiling async-compression v0.4.41
23012026-07-29T07:35:10.444Z Compiling parse-display-derive v0.10.0
23022026-07-29T07:35:10.675Z Compiling ingot v0.2.1
23032026-07-29T07:35:10.736Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23042026-07-29T07:35:10.951Z Compiling sha1 v0.11.0
23052026-07-29T07:35:11.087Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23062026-07-29T07:35:11.193Z Compiling proc-macro-crate v1.3.1
23072026-07-29T07:35:11.279Z Compiling waitgroup v0.1.2
23082026-07-29T07:35:11.304Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23092026-07-29T07:35:11.337Z Compiling backon v1.6.0
23102026-07-29T07:35:11.356Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-07-29T07:35:11.430Z Compiling rustls-pemfile v2.2.0
23122026-07-29T07:35:11.455Z Compiling password-hash v0.5.0
23132026-07-29T07:35:11.519Z Compiling dropshot_endpoint v0.17.1
23142026-07-29T07:35:11.549Z Compiling blake2 v0.10.6
23152026-07-29T07:35:11.626Z Compiling aead v0.5.2
23162026-07-29T07:35:11.705Z Compiling foreign-types-macros v0.2.3
23172026-07-29T07:35:11.746Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23182026-07-29T07:35:11.761Z Compiling serde_path_to_error v0.1.20
23192026-07-29T07:35:11.849Z Compiling hostname v0.4.2
23202026-07-29T07:35:11.936Z Compiling proc-macro-error v1.0.4
23212026-07-29T07:35:12.053Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23222026-07-29T07:35:12.074Z Compiling instant v0.1.13
23232026-07-29T07:35:12.164Z Compiling foreign-types-shared v0.3.1
23242026-07-29T07:35:12.189Z Compiling debug-ignore v1.0.5
23252026-07-29T07:35:12.223Z Compiling backoff v0.4.0
23262026-07-29T07:35:12.244Z Compiling parse-display v0.10.0
23272026-07-29T07:35:12.286Z Compiling argon2 v0.5.3
23282026-07-29T07:35:12.318Z Compiling foreign-types v0.5.0
23292026-07-29T07:35:12.318Z Compiling chacha20poly1305 v0.10.1
23302026-07-29T07:35:12.348Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23312026-07-29T07:35:12.362Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23322026-07-29T07:35:12.365Z Compiling num_enum_derive v0.5.11
23332026-07-29T07:35:12.432Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23342026-07-29T07:35:12.448Z Compiling num_enum v0.7.6
23352026-07-29T07:35:12.598Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23362026-07-29T07:35:12.619Z Compiling ciborium v0.2.2
23372026-07-29T07:35:12.772Z Compiling vsss-rs v3.3.4
23382026-07-29T07:35:12.906Z Compiling tabwriter v1.4.1
23392026-07-29T07:35:12.956Z Compiling regress v0.10.5
23402026-07-29T07:35:12.971Z Compiling itertools v0.14.0
23412026-07-29T07:35:13.090Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23422026-07-29T07:35:13.127Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23432026-07-29T07:35:13.157Z Compiling cstr-argument v0.1.2
23442026-07-29T07:35:13.191Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23452026-07-29T07:35:13.247Z Compiling humantime v2.3.0
23462026-07-29T07:35:13.313Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23472026-07-29T07:35:13.364Z Compiling num_enum v0.5.11
23482026-07-29T07:35:13.381Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23492026-07-29T07:35:13.425Z Compiling rayon v1.11.0
23502026-07-29T07:35:13.515Z Compiling rand v0.10.1
23512026-07-29T07:35:13.538Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23522026-07-29T07:35:13.554Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23532026-07-29T07:35:13.597Z Compiling colored v3.1.1
23542026-07-29T07:35:13.658Z Compiling indent_write v2.2.0
23552026-07-29T07:35:13.705Z Compiling libefi-sys v0.1.0
23562026-07-29T07:35:13.708Z Compiling zone_cfg_derive v0.3.1
23572026-07-29T07:35:13.736Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23582026-07-29T07:35:13.838Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23592026-07-29T07:35:13.910Z Compiling camino-tempfile v1.4.1
23602026-07-29T07:35:13.927Z Compiling itertools v0.12.1
23612026-07-29T07:35:13.968Z Compiling usdt-attr-macro v0.5.0
23622026-07-29T07:35:14.077Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23632026-07-29T07:35:14.300Z Compiling usdt-macro v0.5.0
23642026-07-29T07:35:14.320Z Compiling bitfield-struct v0.6.2
23652026-07-29T07:35:14.338Z Compiling num-derive v0.4.2
23662026-07-29T07:35:14.352Z Compiling blake3 v1.8.5
23672026-07-29T07:35:14.367Z Compiling sigpipe v0.1.3
23682026-07-29T07:35:14.385Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23692026-07-29T07:35:14.482Z Compiling memmap v0.7.0
23702026-07-29T07:35:14.510Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23712026-07-29T07:35:14.530Z Compiling glob v0.3.3
23722026-07-29T07:35:14.544Z Compiling swrite v0.1.0
23732026-07-29T07:35:14.676Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23742026-07-29T07:35:14.786Z Compiling smf v0.2.3
23752026-07-29T07:35:14.960Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-29T07:35:14.976Z Compiling filetime v0.2.27
23772026-07-29T07:35:14.999Z Compiling constant_time_eq v0.4.2
23782026-07-29T07:35:15.020Z Compiling usdt v0.5.0
23792026-07-29T07:35:15.202Z Compiling whoami v1.6.1
23802026-07-29T07:35:15.218Z Compiling arrayvec v0.7.6
23812026-07-29T07:35:15.233Z Compiling zone v0.3.1
23822026-07-29T07:35:15.236Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23832026-07-29T07:35:15.286Z Compiling arrayref v0.3.9
23842026-07-29T07:35:15.289Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23852026-07-29T07:35:15.382Z Compiling xattr v1.6.1
23862026-07-29T07:35:15.400Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23872026-07-29T07:35:15.416Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23882026-07-29T07:35:15.475Z Compiling tokio-dtrace v0.1.1
23892026-07-29T07:35:15.604Z Compiling tar v0.4.46
23902026-07-29T07:35:15.622Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23912026-07-29T07:35:15.672Z Compiling console v0.16.2
23922026-07-29T07:35:15.687Z Compiling gethostname v0.5.0
23932026-07-29T07:35:15.867Z Compiling topological-sort v0.2.2
23942026-07-29T07:35:15.883Z Compiling unit-prefix v0.5.2
23952026-07-29T07:35:15.937Z Compiling oxide-tokio-rt v0.1.4
23962026-07-29T07:35:15.953Z Compiling toml v0.8.23
23972026-07-29T07:35:16.056Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23982026-07-29T07:35:16.096Z Compiling indicatif v0.18.4
23992026-07-29T07:35:16.266Z Compiling shell-words v1.1.1
24002026-07-29T07:35:25.630Z Compiling progenitor-client v0.14.0
24012026-07-29T07:35:25.630Z Compiling omicron-zone-package v0.12.3
24022026-07-29T07:35:25.866Z Compiling progenitor-extras v0.2.0
24032026-07-29T07:35:26.210Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24042026-07-29T07:35:26.284Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24052026-07-29T07:35:26.309Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24062026-07-29T07:35:26.399Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24072026-07-29T07:35:26.445Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24082026-07-29T07:35:26.467Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24092026-07-29T07:35:26.501Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24102026-07-29T07:35:26.623Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24112026-07-29T07:35:27.597Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24122026-07-29T07:35:31.442Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24132026-07-29T07:35:39.599Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24142026-07-29T07:35:42.870Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24152026-07-29T07:35:43.927Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24162026-07-29T07:35:53.303Z Finished `release` profile [optimized] target(s) in 1m 41s
24172026-07-29T07:35:53.449Z Running `target/release/omicron-package -t test target create -p dev`
24182026-07-29T07:35:53.509ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-07-29T07:35:53.512ZCreated new build target 'test' and set it as active
24202026-07-29T07:35:53.515Z
24212026-07-29T07:35:53.515Zreal 1:41.230743458
24222026-07-29T07:35:53.515Zuser 16:30.911936209
24232026-07-29T07:35:53.515Zsys 2:36.053157294
24242026-07-29T07:35:53.515Ztrap 0.458937280
24252026-07-29T07:35:53.515Ztflt 2.283978362
24262026-07-29T07:35:53.515Zdflt 4.393767317
24272026-07-29T07:35:53.515Zkflt 0.000668100
24282026-07-29T07:35:53.515Zlock 53:18.502519919
24292026-07-29T07:35:53.515Zslp 42:05.444995425
24302026-07-29T07:35:53.515Zlat 43.314748612
24312026-07-29T07:35:53.515Zstop 5:44.996366162
24322026-07-29T07:35:53.515Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24332026-07-29T07:35:54.407Z Finished `release` profile [optimized] target(s) in 0.88s
24342026-07-29T07:35:54.480Z Running `target/release/omicron-package -t test package`
24352026-07-29T07:35:54.536ZLogging to: /work/oxidecomputer/omicron/out/LOG
24362026-07-29T07:35:55.941Z Compiling serde_json v1.0.151
24372026-07-29T07:35:56.243Z Compiling heck v0.5.0
24382026-07-29T07:35:56.281Z Compiling regress v0.11.1
24392026-07-29T07:35:56.302Z Compiling unsafe-libyaml v0.2.11
24402026-07-29T07:35:56.351Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24412026-07-29T07:35:56.373Z Compiling derive-where v1.6.0
24422026-07-29T07:35:56.375Z Compiling bytecount v0.6.9
24432026-07-29T07:35:56.376Z Compiling atomicwrites v0.4.4
24442026-07-29T07:35:56.430Z Compiling is-terminal v0.4.17
24452026-07-29T07:35:56.433Z Compiling prettyplease v0.2.37
24462026-07-29T07:35:56.433Z Compiling console v0.15.11
24472026-07-29T07:35:56.433Z Compiling newline-converter v0.3.0
24482026-07-29T07:35:56.433Z Compiling slog-dtrace v0.3.0
24492026-07-29T07:35:56.450Z Compiling resolv-conf v0.7.6
24502026-07-29T07:35:56.491Z Compiling num-rational v0.4.2
24512026-07-29T07:35:56.578Z Compiling num-complex v0.4.6
24522026-07-29T07:35:56.603Z Compiling thread_local v1.1.9
24532026-07-29T07:35:56.606Z Compiling match_cfg v0.1.0
24542026-07-29T07:35:56.644Z Compiling cancel-safe-futures v0.1.5
24552026-07-29T07:35:56.647Z Compiling compression-core v0.4.31
24562026-07-29T07:35:56.721Z Compiling unicode-width v0.1.14
24572026-07-29T07:35:56.815Z Compiling compression-codecs v0.4.37
24582026-07-29T07:35:56.843Z Compiling serde_yaml v0.9.34+deprecated
24592026-07-29T07:35:56.865Z Compiling expectorate v1.2.0
24602026-07-29T07:35:56.868Z Compiling hostname v0.3.1
24612026-07-29T07:35:56.938Z Compiling multer v3.1.0
24622026-07-29T07:35:56.994Z Compiling num v0.4.3
24632026-07-29T07:35:57.017Z Compiling slog-async v2.8.0
24642026-07-29T07:35:57.048Z Compiling schemars v0.8.22
24652026-07-29T07:35:57.074Z Compiling openapiv3 v2.2.0
24662026-07-29T07:35:57.077Z Compiling cookie_store v0.22.1
24672026-07-29T07:35:57.098Z Compiling dof v0.4.0
24682026-07-29T07:35:57.121Z Compiling dof v0.3.0
24692026-07-29T07:35:57.141Z Compiling reqwest v0.12.28
24702026-07-29T07:35:57.144Z Compiling olpc-cjson v0.1.4
24712026-07-29T07:35:57.144Z Compiling postgres-types v0.2.12
24722026-07-29T07:35:57.165Z Compiling slog-json v2.6.1
24732026-07-29T07:35:57.403Z Compiling crossbeam-channel v0.5.15
24742026-07-29T07:35:57.498Z Compiling slog-bunyan v2.5.0
24752026-07-29T07:35:57.551Z Compiling usdt-impl v0.5.0
24762026-07-29T07:35:57.712Z Compiling reqwest v0.13.2
24772026-07-29T07:35:57.774Z Compiling tokio-postgres v0.7.16
24782026-07-29T07:35:57.809Z Compiling toml_datetime v1.1.1+spec-1.1.0
24792026-07-29T07:35:57.897Z Compiling usdt-impl v0.6.0
24802026-07-29T07:35:58.131Z Compiling ipnetwork v0.21.1
24812026-07-29T07:35:58.157Z Compiling newtype-uuid v1.3.2
24822026-07-29T07:35:58.346Z Compiling usdt v0.6.0
24832026-07-29T07:35:58.814Z Compiling oxnet v0.1.6
24842026-07-29T07:35:58.989Z Compiling serde_with v3.21.0
24852026-07-29T07:35:59.017Z Compiling tough v0.22.0
24862026-07-29T07:35:59.083Z Compiling byte-wrapper v0.1.0
24872026-07-29T07:35:59.087Z Compiling dropshot v0.17.1
24882026-07-29T07:35:59.397Z Compiling daft v0.1.7
24892026-07-29T07:35:59.648Z Compiling progenitor-client v0.14.0
24902026-07-29T07:35:59.700Z Compiling iddqd v0.4.2
24912026-07-29T07:35:59.745Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-07-29T07:35:59.946Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24932026-07-29T07:36:00.042Z Compiling progenitor-extras v0.2.0
24942026-07-29T07:36:00.174Z Compiling typify-impl v0.6.2
24952026-07-29T07:36:00.426Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24962026-07-29T07:36:01.025Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24972026-07-29T07:36:01.058Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24982026-07-29T07:36:01.204Z Compiling usdt v0.5.0
24992026-07-29T07:36:01.362Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25002026-07-29T07:36:01.399Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25012026-07-29T07:36:01.541Z Compiling tokio-dtrace v0.1.1
25022026-07-29T07:36:01.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25032026-07-29T07:36:01.870Z Compiling oxide-tokio-rt v0.1.4
25042026-07-29T07:36:01.911Z Compiling oxide-update-engine-types v0.1.2
25052026-07-29T07:36:01.955Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25062026-07-29T07:36:02.103Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25072026-07-29T07:36:02.317Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25082026-07-29T07:36:02.478Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-07-29T07:36:02.505Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25102026-07-29T07:36:02.593Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-07-29T07:36:02.809Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25122026-07-29T07:36:02.872Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25132026-07-29T07:36:03.057Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25142026-07-29T07:36:03.591Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25152026-07-29T07:36:03.641Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25162026-07-29T07:36:03.691Z Compiling typify-macro v0.6.2
25172026-07-29T07:36:03.737Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25182026-07-29T07:36:03.759Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-07-29T07:36:03.915Z Compiling serde_spanned v1.1.1
25202026-07-29T07:36:04.113Z Compiling take_mut v0.2.2
25212026-07-29T07:36:04.255Z Compiling float-ord v0.3.2
25222026-07-29T07:36:04.397Z Compiling term v1.2.1
25232026-07-29T07:36:04.474Z Compiling linked-hash-map v0.5.6
25242026-07-29T07:36:04.740Z Compiling toml_writer v1.1.1+spec-1.1.0
25252026-07-29T07:36:04.922Z Compiling slog-term v2.9.2
25262026-07-29T07:36:04.995Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25272026-07-29T07:36:05.051Z Compiling toml v1.1.2+spec-1.1.0
25282026-07-29T07:36:05.220Z Compiling typify v0.6.2
25292026-07-29T07:36:05.411Z Compiling progenitor-impl v0.14.0
25302026-07-29T07:36:05.456Z Compiling lru-cache v0.1.2
25312026-07-29T07:36:06.088Z Compiling async-compression v0.4.41
25322026-07-29T07:36:06.481Z Compiling async-stream v0.3.6
25332026-07-29T07:36:06.671Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25342026-07-29T07:36:06.703Z Compiling sha1 v0.11.0
25352026-07-29T07:36:06.809Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25362026-07-29T07:36:06.838Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25372026-07-29T07:36:07.328Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25382026-07-29T07:36:07.522Z Compiling waitgroup v0.1.2
25392026-07-29T07:36:07.545Z Compiling rustls-pemfile v2.2.0
25402026-07-29T07:36:07.569Z Compiling progenitor-macro v0.14.0
25412026-07-29T07:36:07.685Z Compiling backon v1.6.0
25422026-07-29T07:36:07.770Z Compiling serde_path_to_error v0.1.20
25432026-07-29T07:36:07.937Z Compiling hostname v0.4.2
25442026-07-29T07:36:08.105Z Compiling instant v0.1.13
25452026-07-29T07:36:08.151Z Compiling debug-ignore v1.0.5
25462026-07-29T07:36:08.242Z Compiling minimal-lexical v0.2.1
25472026-07-29T07:36:08.292Z Compiling linear-map v1.2.0
25482026-07-29T07:36:08.537Z Compiling oxide-update-engine v0.1.2
25492026-07-29T07:36:08.559Z Compiling nom v7.1.3
25502026-07-29T07:36:09.174Z Compiling backoff v0.4.0
25512026-07-29T07:36:09.550Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25522026-07-29T07:36:09.773Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25532026-07-29T07:36:09.966Z Compiling parse-display v0.10.0
25542026-07-29T07:36:10.305Z Compiling hickory-proto v0.24.4
25552026-07-29T07:36:11.204Z Compiling regress v0.10.5
25562026-07-29T07:36:11.700Z Compiling progenitor v0.14.0
25572026-07-29T07:36:11.891Z Compiling itertools v0.14.0
25582026-07-29T07:36:12.232Z Compiling macaddr v1.0.1
25592026-07-29T07:36:12.302Z Compiling humantime v2.3.0
25602026-07-29T07:36:12.378Z Compiling unicode-xid v0.2.6
25612026-07-29T07:36:12.530Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25622026-07-29T07:36:12.576Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25632026-07-29T07:36:12.580Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25642026-07-29T07:36:12.649Z Compiling convert_case v0.10.0
25652026-07-29T07:36:12.782Z Compiling owo-colors v4.3.0
25662026-07-29T07:36:12.918Z Compiling hickory-resolver v0.24.4
25672026-07-29T07:36:12.941Z Compiling derive_more-impl v2.1.1
25682026-07-29T07:36:13.282Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25692026-07-29T07:36:13.332Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25702026-07-29T07:36:13.588Z Compiling toml v0.8.23
25712026-07-29T07:36:13.762Z Compiling derive_more v2.1.1
25722026-07-29T07:36:13.883Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25732026-07-29T07:36:14.186Z Compiling qorb v0.4.1
25742026-07-29T07:36:15.819Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25752026-07-29T07:36:15.939Z Compiling papergrid v0.11.0
25762026-07-29T07:36:15.981Z Compiling tabled_derive v0.7.0
25772026-07-29T07:36:16.005Z Compiling termtree v0.5.1
25782026-07-29T07:36:16.203Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25792026-07-29T07:36:16.306Z Compiling crossterm v0.29.0
25802026-07-29T07:36:16.896Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25812026-07-29T07:36:18.007Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25822026-07-29T07:36:18.028Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25832026-07-29T07:36:18.533Z Compiling tabled v0.15.0
25842026-07-29T07:36:18.558Z Compiling phf_shared v0.12.1
25852026-07-29T07:36:19.174Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25862026-07-29T07:36:19.632Z Compiling csv-core v0.1.13
25872026-07-29T07:36:19.655Z Compiling vte v0.14.1
25882026-07-29T07:36:19.709Z Compiling chrono-tz v0.10.4
25892026-07-29T07:36:19.921Z Compiling highway v1.3.0
25902026-07-29T07:36:19.982Z Compiling csv v1.4.0
25912026-07-29T07:36:20.073Z Compiling strip-ansi-escapes v0.2.1
25922026-07-29T07:36:20.404Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25932026-07-29T07:36:20.428Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25942026-07-29T07:36:20.633Z Compiling phf v0.12.1
25952026-07-29T07:36:20.655Z Compiling const_format_proc_macros v0.2.34
25962026-07-29T07:36:20.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25972026-07-29T07:36:20.916Z Compiling fd-lock v4.0.4
25982026-07-29T07:36:21.096Z Compiling peg-macros v0.8.5
25992026-07-29T07:36:21.173Z Compiling nu-ansi-term v0.50.3
26002026-07-29T07:36:21.442Z Compiling const_format v0.2.35
26012026-07-29T07:36:21.549Z Compiling reedline v0.40.0
26022026-07-29T07:36:21.708Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26032026-07-29T07:36:21.865Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26042026-07-29T07:36:21.965Z Compiling bcs v0.1.6
26052026-07-29T07:36:22.371Z Compiling peg v0.8.5
26062026-07-29T07:36:22.400Z Compiling nom v8.0.0
26072026-07-29T07:36:22.483Z Compiling semver v0.1.20
26082026-07-29T07:36:22.696Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26092026-07-29T07:36:22.802Z Compiling rustc_version v0.1.7
26102026-07-29T07:36:22.855Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26112026-07-29T07:36:22.998Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26122026-07-29T07:36:23.082Z Compiling newtype_derive v0.1.6
26132026-07-29T07:36:23.299Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26142026-07-29T07:36:23.321Z Compiling unicode-linebreak v0.1.5
26152026-07-29T07:36:23.387Z Compiling smawk v0.3.2
26162026-07-29T07:36:23.414Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26172026-07-29T07:36:23.542Z Compiling textwrap v0.16.2
26182026-07-29T07:36:23.647Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26192026-07-29T07:36:23.650Z Compiling base64 v0.21.7
26202026-07-29T07:36:23.805Z Compiling steno v0.4.1
26212026-07-29T07:36:24.223Z Compiling dropshot-api-manager-types v0.7.2
26222026-07-29T07:36:24.821Z Compiling sha1 v0.10.6
26232026-07-29T07:36:24.967Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26242026-07-29T07:36:25.103Z Compiling utf-8 v0.7.6
26252026-07-29T07:36:25.205Z Compiling tagptr v0.2.0
26262026-07-29T07:36:25.284Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26272026-07-29T07:36:25.351Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26282026-07-29T07:36:25.406Z Compiling moka v0.12.13
26292026-07-29T07:36:25.531Z Compiling tungstenite v0.21.0
26302026-07-29T07:36:25.559Z Compiling display-error-chain v0.2.2
26312026-07-29T07:36:26.040Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26322026-07-29T07:36:26.293Z Compiling tokio-tungstenite v0.21.0
26332026-07-29T07:36:26.317Z Compiling darling_core v0.21.3
26342026-07-29T07:36:26.410Z Compiling radium v0.7.0
26352026-07-29T07:36:26.530Z Compiling tap v1.0.1
26362026-07-29T07:36:26.643Z Compiling hickory-resolver v0.25.2
26372026-07-29T07:36:26.685Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
26382026-07-29T07:36:26.708Z Compiling maybe-uninit v2.0.0
26392026-07-29T07:36:26.751Z Compiling wyz v0.5.1
26402026-07-29T07:36:26.996Z Compiling num-derive v0.3.3
26412026-07-29T07:36:27.045Z Compiling vergen-lib v0.1.6
26422026-07-29T07:36:27.087Z Compiling zerocopy-derive v0.6.6
26432026-07-29T07:36:27.266Z Compiling proc-macro-error-attr2 v2.0.0
26442026-07-29T07:36:27.539Z Compiling packed_struct v0.10.1
26452026-07-29T07:36:27.624Z Compiling funty v2.0.0
26462026-07-29T07:36:27.687Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26472026-07-29T07:36:27.839Z Compiling crc-catalog v2.4.0
26482026-07-29T07:36:27.906Z Compiling diesel_derives v2.3.7
26492026-07-29T07:36:27.964Z Compiling libscf-sys v1.1.0
26502026-07-29T07:36:28.006Z Compiling bitvec v1.0.1
26512026-07-29T07:36:28.173Z Compiling crc v3.4.0
26522026-07-29T07:36:28.204Z Compiling zerocopy v0.6.6
26532026-07-29T07:36:28.442Z Compiling proc-macro-error2 v2.0.1
26542026-07-29T07:36:28.577Z Compiling darling_macro v0.21.3
26552026-07-29T07:36:28.701Z Compiling scheduled-thread-pool v0.2.7
26562026-07-29T07:36:28.734Z Compiling packed_struct_codegen v0.10.1
26572026-07-29T07:36:28.771Z Compiling vergen-gitcl v1.0.8
26582026-07-29T07:36:28.828Z Compiling bitfield-macros v0.19.4
26592026-07-29T07:36:29.001Z Compiling diesel_table_macro_syntax v0.3.0
26602026-07-29T07:36:29.144Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612026-07-29T07:36:29.229Z Compiling darling v0.21.3
26622026-07-29T07:36:29.293Z Compiling dirs-sys-next v0.1.2
26632026-07-29T07:36:29.345Z Compiling dsl_auto_type v0.2.0
26642026-07-29T07:36:29.551Z Compiling indexmap v1.9.3
26652026-07-29T07:36:29.572Z Compiling crunchy v0.2.4
26662026-07-29T07:36:29.759Z Compiling maplit v1.0.2
26672026-07-29T07:36:29.781Z Compiling glob v0.3.3
26682026-07-29T07:36:29.854Z Compiling nodrop v0.1.14
26692026-07-29T07:36:29.954Z Compiling array-init v0.0.4
26702026-07-29T07:36:30.021Z Compiling bitfield v0.19.4
26712026-07-29T07:36:30.137Z Compiling clang-sys v1.8.1
26722026-07-29T07:36:30.349Z Compiling dirs-next v2.0.0
26732026-07-29T07:36:30.404Z Compiling r2d2 v0.8.10
26742026-07-29T07:36:30.501Z Compiling tabled_derive v0.11.0
26752026-07-29T07:36:30.531Z Compiling smallvec v0.6.14
26762026-07-29T07:36:30.702Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26772026-07-29T07:36:30.779Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26782026-07-29T07:36:30.848Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26792026-07-29T07:36:31.140Z Compiling papergrid v0.17.0
26802026-07-29T07:36:31.501Z Compiling testing_table v0.3.0
26812026-07-29T07:36:31.530Z Compiling tiny-keccak v2.0.2
26822026-07-29T07:36:31.582Z Compiling hashbrown v0.12.3
26832026-07-29T07:36:31.667Z Compiling downcast-rs v2.0.2
26842026-07-29T07:36:31.782Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26852026-07-29T07:36:31.804Z Compiling serde-hex v0.1.0
26862026-07-29T07:36:32.047Z Compiling term v0.7.0
26872026-07-29T07:36:32.218Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26882026-07-29T07:36:32.321Z Compiling ron v0.8.1
26892026-07-29T07:36:32.345Z Compiling tabled v0.20.0
26902026-07-29T07:36:32.464Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26912026-07-29T07:36:32.546Z Compiling hashbrown v0.13.2
26922026-07-29T07:36:32.709Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26932026-07-29T07:36:32.954Z Compiling crc-any v2.5.0
26942026-07-29T07:36:33.199Z Compiling bit-vec v0.6.3
26952026-07-29T07:36:33.307Z Compiling object v0.30.4
26962026-07-29T07:36:33.384Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26972026-07-29T07:36:33.443Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26982026-07-29T07:36:33.926Z Compiling bit-set v0.5.3
26992026-07-29T07:36:34.049Z Compiling ascii-canvas v3.0.0
27002026-07-29T07:36:34.095Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27012026-07-29T07:36:34.316Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27022026-07-29T07:36:34.363Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27032026-07-29T07:36:34.621Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27042026-07-29T07:36:34.682Z Compiling diesel v2.3.7
27052026-07-29T07:36:34.722Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27062026-07-29T07:36:34.931Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27072026-07-29T07:36:34.954Z Compiling itertools v0.10.5
27082026-07-29T07:36:35.113Z Compiling ena v0.14.4
27092026-07-29T07:36:35.258Z Compiling libloading v0.8.9
27102026-07-29T07:36:35.366Z Compiling diff v0.1.13
27112026-07-29T07:36:35.505Z Compiling regex-syntax v0.6.29
27122026-07-29T07:36:35.630Z Compiling bindgen v0.71.1
27132026-07-29T07:36:35.679Z Compiling xshell-macros v0.2.7
27142026-07-29T07:36:35.935Z Compiling path-slash v0.1.5
27152026-07-29T07:36:36.095Z Compiling unicase v2.9.0
27162026-07-29T07:36:36.132Z Compiling xshell v0.2.7
27172026-07-29T07:36:36.598Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27182026-07-29T07:36:37.416Z Compiling lalrpop v0.19.12
27192026-07-29T07:36:37.438Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27202026-07-29T07:36:37.789Z Compiling cexpr v0.6.0
27212026-07-29T07:36:38.108Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27222026-07-29T07:36:38.476Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27232026-07-29T07:36:38.594Z Compiling rustc-hash v2.1.1
27242026-07-29T07:36:38.697Z Compiling crc8 v0.1.1
27252026-07-29T07:36:38.866Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27262026-07-29T07:36:39.330Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27272026-07-29T07:36:39.404Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27282026-07-29T07:36:39.894Z Compiling headers-core v0.3.0
27292026-07-29T07:36:40.037Z Compiling libxml v0.3.3
27302026-07-29T07:36:40.062Z Compiling headers v0.4.1
27312026-07-29T07:36:40.238Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27322026-07-29T07:36:40.376Z Compiling strum_macros v0.24.3
27332026-07-29T07:36:40.397Z Compiling indoc v1.0.9
27342026-07-29T07:36:40.573Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27352026-07-29T07:36:40.837Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27362026-07-29T07:36:41.092Z Compiling derive_builder v0.20.2
27372026-07-29T07:36:41.273Z Compiling oso-derive v0.27.3
27382026-07-29T07:36:41.599Z Compiling quick-xml v0.37.5
27392026-07-29T07:36:41.693Z Compiling impl-trait-for-tuples v0.2.3
27402026-07-29T07:36:41.720Z Compiling openssl-probe v0.1.6
27412026-07-29T07:36:41.827Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27422026-07-29T07:36:42.022Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27432026-07-29T07:36:42.394Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27442026-07-29T07:36:42.416Z Compiling bb8 v0.8.6
27452026-07-29T07:36:42.459Z Compiling trait-variant v0.1.2
27462026-07-29T07:36:42.546Z Compiling half v1.8.3
27472026-07-29T07:36:42.653Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27482026-07-29T07:36:42.801Z Compiling serde_cbor v0.11.2
27492026-07-29T07:36:42.984Z Compiling progenitor-impl v0.13.0
27502026-07-29T07:36:43.009Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27512026-07-29T07:36:43.038Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27522026-07-29T07:36:43.287Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27532026-07-29T07:36:43.445Z Compiling samael v0.0.19
27542026-07-29T07:36:43.811Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27552026-07-29T07:36:43.900Z Compiling progenitor-client v0.13.0
27562026-07-29T07:36:44.154Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27572026-07-29T07:36:44.345Z Compiling nonempty v0.12.0
27582026-07-29T07:36:44.417Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27592026-07-29T07:36:44.448Z Compiling fxhash v0.2.1
27602026-07-29T07:36:44.584Z Compiling libz-sys v1.1.24
27612026-07-29T07:36:44.622Z Compiling salty v0.3.0
27622026-07-29T07:36:45.026Z Compiling polar-core v0.27.3
27632026-07-29T07:36:45.095Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27642026-07-29T07:36:45.142Z Compiling progenitor-macro v0.13.0
27652026-07-29T07:36:45.240Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27662026-07-29T07:36:45.489Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27672026-07-29T07:36:45.538Z Compiling kstat-rs v0.2.4
27682026-07-29T07:36:45.710Z Compiling arc-swap v1.8.2
27692026-07-29T07:36:45.992Z Compiling fs-err v2.11.0
27702026-07-29T07:36:46.345Z Compiling mime_guess v2.0.5
27712026-07-29T07:36:46.368Z Compiling slog-scope v4.4.1
27722026-07-29T07:36:46.765Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27732026-07-29T07:36:46.807Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27742026-07-29T07:36:46.854Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27752026-07-29T07:36:47.333Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27762026-07-29T07:36:48.054Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27772026-07-29T07:36:48.598Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27782026-07-29T07:36:49.277Z Compiling nanorand v0.7.0
27792026-07-29T07:36:49.307Z Compiling progenitor v0.13.0
27802026-07-29T07:36:49.521Z Compiling libgit2-sys v0.18.3+1.9.2
27812026-07-29T07:36:49.652Z Compiling parking_lot_core v0.8.6
27822026-07-29T07:36:49.822Z Compiling flume v0.11.1
27832026-07-29T07:36:49.989Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27842026-07-29T07:36:50.241Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27852026-07-29T07:36:50.548Z Compiling slog-stdlog v4.1.1
27862026-07-29T07:36:51.349Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27872026-07-29T07:36:51.405Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27882026-07-29T07:36:51.463Z Compiling primeorder v0.13.6
27892026-07-29T07:36:51.536Z Compiling git-stub v1.0.0
27902026-07-29T07:36:51.783Z Compiling atty v0.2.14
27912026-07-29T07:36:51.811Z Compiling strsim v0.10.0
27922026-07-29T07:36:51.934Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27932026-07-29T07:36:52.116Z Compiling parse-size v1.1.0
27942026-07-29T07:36:52.172Z Compiling instability v0.3.11
27952026-07-29T07:36:52.405Z Compiling diesel-dtrace v0.5.0
27962026-07-29T07:36:52.581Z Compiling async-bb8-diesel v0.2.1
27972026-07-29T07:36:52.770Z Compiling http-range v0.1.5
27982026-07-29T07:36:53.109Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27992026-07-29T07:36:53.160Z Compiling darling_core v0.13.4
28002026-07-29T07:36:54.828Z Compiling oso v0.27.3
28012026-07-29T07:36:55.865Z Compiling p384 v0.13.1
28022026-07-29T07:36:56.844Z Compiling git-stub-vcs v0.1.0
28032026-07-29T07:36:57.201Z Compiling slog-envlogger v2.2.0
28042026-07-29T07:36:58.022Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28052026-07-29T07:36:58.414Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28062026-07-29T07:36:58.751Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28072026-07-29T07:36:58.790Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28082026-07-29T07:36:59.103Z Compiling ignore v0.4.25
28092026-07-29T07:36:59.279Z Compiling castaway v0.2.4
28102026-07-29T07:36:59.455Z Compiling vergen-git2 v9.1.0
28112026-07-29T07:36:59.680Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-07-29T07:36:59.913Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28132026-07-29T07:37:00.208Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28142026-07-29T07:37:00.402Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28152026-07-29T07:37:01.492Z Compiling indoc v2.0.7
28162026-07-29T07:37:02.182Z Compiling globwalk v0.9.1
28172026-07-29T07:37:02.638Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28182026-07-29T07:37:02.758Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28192026-07-29T07:37:02.876Z Compiling compact_str v0.8.1
28202026-07-29T07:37:04.017Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28212026-07-29T07:37:04.039Z Compiling parking_lot v0.11.2
28222026-07-29T07:37:04.385Z Compiling hyper-staticfile v0.10.1
28232026-07-29T07:37:04.649Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28242026-07-29T07:37:04.924Z Compiling darling_macro v0.13.4
28252026-07-29T07:37:05.365Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28262026-07-29T07:37:05.425Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28272026-07-29T07:37:05.460Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28282026-07-29T07:37:05.534Z Compiling predicates-tree v1.0.13
28292026-07-29T07:37:05.950Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28302026-07-29T07:37:06.012Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28312026-07-29T07:37:06.180Z Compiling unicode-truncate v1.1.0
28322026-07-29T07:37:06.393Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-07-29T07:37:06.440Z Compiling lru v0.12.5
28342026-07-29T07:37:06.613Z Compiling prefix-trie v0.7.0
28352026-07-29T07:37:06.669Z Compiling rand_seeder v0.4.0
28362026-07-29T07:37:06.807Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-07-29T07:37:06.926Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28382026-07-29T07:37:07.011Z Compiling illumos-nvpair-sys v0.2.0
28392026-07-29T07:37:07.113Z Compiling corncobs v0.1.4
28402026-07-29T07:37:07.194Z Compiling cassowary v0.3.0
28412026-07-29T07:37:07.275Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28422026-07-29T07:37:07.326Z Compiling hickory-server v0.25.2
28432026-07-29T07:37:07.367Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28442026-07-29T07:37:07.581Z Compiling ratatui v0.29.0
28452026-07-29T07:37:07.884Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28462026-07-29T07:37:07.962Z Compiling camino-tempfile-ext v0.3.3
28472026-07-29T07:37:08.245Z Compiling darling v0.13.4
28482026-07-29T07:37:08.414Z Compiling sled v0.34.7
28492026-07-29T07:37:08.573Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28502026-07-29T07:37:08.715Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28512026-07-29T07:37:08.759Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28522026-07-29T07:37:08.978Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28532026-07-29T07:37:09.008Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28542026-07-29T07:37:09.549Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28552026-07-29T07:37:10.825Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28562026-07-29T07:37:11.047Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28572026-07-29T07:37:11.268Z Compiling secrecy v0.8.0
28582026-07-29T07:37:11.466Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28592026-07-29T07:37:11.821Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28602026-07-29T07:37:12.358Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28612026-07-29T07:37:12.627Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28622026-07-29T07:37:13.095Z Compiling serde_with_macros v1.5.2
28632026-07-29T07:37:13.959Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28642026-07-29T07:37:14.354Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28652026-07-29T07:37:14.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28662026-07-29T07:37:15.049Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28672026-07-29T07:37:15.206Z Compiling git2 v0.20.4
28682026-07-29T07:37:15.275Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28692026-07-29T07:37:15.501Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28702026-07-29T07:37:15.726Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28712026-07-29T07:37:15.955Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28722026-07-29T07:37:16.013Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28732026-07-29T07:37:16.192Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28742026-07-29T07:37:16.267Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28752026-07-29T07:37:16.412Z Compiling void v1.0.2
28762026-07-29T07:37:16.549Z Compiling lzss v0.8.2
28772026-07-29T07:37:16.727Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28782026-07-29T07:37:16.973Z Compiling illumos-nvpair v0.3.0
28792026-07-29T07:37:17.576Z Compiling serde_with v1.14.0
28802026-07-29T07:37:18.047Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28812026-07-29T07:37:18.286Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28822026-07-29T07:37:19.137Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28832026-07-29T07:37:20.028Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28842026-07-29T07:37:20.060Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28852026-07-29T07:37:20.584Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28862026-07-29T07:37:21.691Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28872026-07-29T07:37:22.322Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28882026-07-29T07:37:23.037Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28892026-07-29T07:37:23.058Z Compiling tungstenite v0.23.0
28902026-07-29T07:37:23.288Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-07-29T07:37:23.666Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28922026-07-29T07:37:25.311Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28932026-07-29T07:37:25.355Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28942026-07-29T07:37:25.535Z Compiling nix v0.27.1
28952026-07-29T07:37:25.583Z Compiling twox-hash v2.1.2
28962026-07-29T07:37:25.700Z Compiling libsw-core v0.3.2
28972026-07-29T07:37:25.921Z Compiling serde_bytes v0.11.19
28982026-07-29T07:37:26.113Z Compiling libsw v3.5.0
28992026-07-29T07:37:26.230Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29002026-07-29T07:37:26.321Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29012026-07-29T07:37:26.348Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29022026-07-29T07:37:26.700Z Compiling tokio-tungstenite v0.23.1
29032026-07-29T07:37:26.957Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29042026-07-29T07:37:27.089Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29052026-07-29T07:37:27.361Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29062026-07-29T07:37:28.773Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29072026-07-29T07:37:29.556Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29082026-07-29T07:37:30.203Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29092026-07-29T07:37:30.238Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29102026-07-29T07:37:30.262Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29112026-07-29T07:37:30.299Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29122026-07-29T07:37:30.550Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29132026-07-29T07:37:30.616Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29142026-07-29T07:37:30.649Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29152026-07-29T07:37:32.205Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29162026-07-29T07:37:32.295Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29172026-07-29T07:37:33.132Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29182026-07-29T07:37:35.182Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29192026-07-29T07:37:36.599Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29202026-07-29T07:37:36.743Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29212026-07-29T07:37:37.582Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29222026-07-29T07:37:37.812Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29232026-07-29T07:37:37.842Z Compiling signal-hook-tokio v0.3.1
29242026-07-29T07:37:38.009Z Compiling fatfs v0.3.6
29252026-07-29T07:37:38.035Z Compiling yasna v0.5.2
29262026-07-29T07:37:38.435Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29272026-07-29T07:37:38.493Z Compiling is_ci v1.2.0
29282026-07-29T07:37:38.690Z Compiling assert_matches v1.5.0
29292026-07-29T07:37:38.727Z Compiling seq-macro v0.3.6
29302026-07-29T07:37:38.796Z Compiling supports-color v3.0.2
29312026-07-29T07:37:39.098Z Compiling rcgen v0.12.1
29322026-07-29T07:37:39.231Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29332026-07-29T07:37:39.646Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29342026-07-29T07:37:40.130Z Compiling oxide-update-engine-display v0.1.2
29352026-07-29T07:37:40.163Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29362026-07-29T07:37:41.110Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29372026-07-29T07:37:41.721Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29382026-07-29T07:37:41.954Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29392026-07-29T07:37:42.206Z Compiling port-file v0.1.0
29402026-07-29T07:37:42.248Z Compiling rtoolbox v0.0.3
29412026-07-29T07:37:42.529Z Compiling subprocess v0.2.15
29422026-07-29T07:37:42.551Z Compiling rpassword v7.5.4
29432026-07-29T07:37:43.183Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29442026-07-29T07:37:43.605Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29452026-07-29T07:37:44.688Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-07-29T07:37:46.055Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29472026-07-29T07:37:46.196Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29482026-07-29T07:37:46.590Z Compiling tui-tree-widget v0.23.1
29492026-07-29T07:37:46.879Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29502026-07-29T07:37:46.936Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29512026-07-29T07:37:47.941Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29522026-07-29T07:37:48.508Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29532026-07-29T07:37:48.731Z Compiling uzers v0.12.2
29542026-07-29T07:37:49.716Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29552026-07-29T07:37:50.151Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29562026-07-29T07:37:50.779Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29572026-07-29T07:37:51.592Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29582026-07-29T07:37:52.453Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29592026-07-29T07:37:54.551Z Compiling support-bundle-viewer v0.1.2
29602026-07-29T07:37:55.482Z Compiling multimap v0.10.1
29612026-07-29T07:38:06.940Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29622026-07-29T07:38:11.543Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29632026-07-29T07:38:16.747Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29642026-07-29T07:38:17.867Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29652026-07-29T07:45:21.024Z Finished `release` profile [optimized] target(s) in 9m 26s
29662026-07-29T07:45:21.027Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29672026-07-29T07:45:21.027Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29682026-07-29T07:46:09.803Z
29692026-07-29T07:46:09.803Zreal 10:16.260744436
29702026-07-29T07:46:09.803Zuser 1:23:59.463032886
29712026-07-29T07:46:09.806Zsys 3:47.604377607
29722026-07-29T07:46:09.806Ztrap 1.911239007
29732026-07-29T07:46:09.806Ztflt 2.177762507
29742026-07-29T07:46:09.806Zdflt 19.774945027
29752026-07-29T07:46:09.806Zkflt 0.116331556
29762026-07-29T07:46:09.806Zlock 7:55:14.532307045
29772026-07-29T07:46:09.806Zslp 2:26:01.358958347
29782026-07-29T07:46:09.806Zlat 2:46.378347975
29792026-07-29T07:46:09.806Zstop 6:31.293264881
29802026-07-29T07:46:09.806Z+ mapfile -t packages
29812026-07-29T07:46:09.806Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29822026-07-29T07:46:10.754Z Finished `release` profile [optimized] target(s) in 0.93s
29832026-07-29T07:46:10.824Z Running `target/release/omicron-package -t test list-outputs`
29842026-07-29T07:46:10.886ZLogging to: /work/oxidecomputer/omicron/out/LOG
29852026-07-29T07:46:10.889Z+ ptime -m cargo build --locked --release -p xtask
29862026-07-29T07:46:11.386Z Compiling libc v0.2.185
29872026-07-29T07:46:11.386Z Compiling serde_core v1.0.228
29882026-07-29T07:46:11.386Z Compiling serde v1.0.228
29892026-07-29T07:46:11.389Z Compiling rustix v1.1.3
29902026-07-29T07:46:11.389Z Compiling serde_json v1.0.151
29912026-07-29T07:46:11.517Z Compiling bitflags v2.11.0
29922026-07-29T07:46:11.538Z Compiling usdt-impl v0.5.0
29932026-07-29T07:46:11.559Z Compiling syn v2.0.117
29942026-07-29T07:46:11.559Z Compiling syn v1.0.109
29952026-07-29T07:46:11.571Z Compiling log v0.4.29
29962026-07-29T07:46:11.571Z Compiling getrandom v0.4.1
29972026-07-29T07:46:11.593Z Compiling indexmap v2.14.0
29982026-07-29T07:46:11.608Z Compiling fs-err v3.3.0
29992026-07-29T07:46:11.808Z Compiling heck v0.4.1
30002026-07-29T07:46:11.856Z Compiling anyhow v1.0.102
30012026-07-29T07:46:11.868Z Compiling once_cell v1.21.3
30022026-07-29T07:46:12.230Z Compiling errno v0.3.14
30032026-07-29T07:46:12.230Z Compiling thread-id v4.2.2
30042026-07-29T07:46:12.233Z Compiling memmap v0.7.0
30052026-07-29T07:46:13.026Z Compiling proc-macro-error v1.0.4
30062026-07-29T07:46:13.213Z Compiling terminal_size v0.4.3
30072026-07-29T07:46:13.213Z Compiling tempfile v3.25.0
30082026-07-29T07:46:13.291Z Compiling tabled_derive v0.7.0
30092026-07-29T07:46:13.311Z Compiling clap_builder v4.6.0
30102026-07-29T07:46:13.315Z Compiling textwrap v0.16.2
30112026-07-29T07:46:13.608Z Compiling camino v1.2.2
30122026-07-29T07:46:13.608Z Compiling cargo-platform v0.3.2
30132026-07-29T07:46:13.663Z Compiling semver v1.0.28
30142026-07-29T07:46:13.724Z Compiling pest_generator v2.8.6
30152026-07-29T07:46:13.926Z Compiling camino-tempfile v1.4.1
30162026-07-29T07:46:14.048Z Compiling tabled v0.15.0
30172026-07-29T07:46:14.222Z Compiling serde_derive v1.0.228
30182026-07-29T07:46:14.222Z Compiling thiserror-impl v1.0.69
30192026-07-29T07:46:14.225Z Compiling zerocopy-derive v0.7.35
30202026-07-29T07:46:14.225Z Compiling scroll_derive v0.12.1
30212026-07-29T07:46:14.225Z Compiling thiserror-impl v2.0.18
30222026-07-29T07:46:14.225Z Compiling clap_derive v4.6.1
30232026-07-29T07:46:14.289Z Compiling pest_derive v2.8.6
30242026-07-29T07:46:14.914Z Compiling scroll v0.12.0
30252026-07-29T07:46:15.090Z Compiling zerocopy v0.7.35
30262026-07-29T07:46:15.244Z Compiling goblin v0.8.2
30272026-07-29T07:46:15.372Z Compiling thiserror v1.0.69
30282026-07-29T07:46:15.518Z Compiling dtrace-parser v0.2.0
30292026-07-29T07:46:15.719Z Compiling thiserror v2.0.18
30302026-07-29T07:46:15.953Z Compiling clap v4.6.1
30312026-07-29T07:46:17.437Z Compiling dof v0.3.0
30322026-07-29T07:46:17.472Z Compiling toml_datetime v0.6.11
30332026-07-29T07:46:17.497Z Compiling serde_spanned v0.6.9
30342026-07-29T07:46:17.543Z Compiling serde_tokenstream v0.2.3
30352026-07-29T07:46:17.555Z Compiling macaddr v1.0.1
30362026-07-29T07:46:17.603Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30372026-07-29T07:46:17.675Z Compiling cargo_metadata v0.23.1
30382026-07-29T07:46:17.827Z Compiling toml_edit v0.22.27
30392026-07-29T07:46:18.213Z Compiling usdt-attr-macro v0.5.0
30402026-07-29T07:46:18.213Z Compiling usdt-macro v0.5.0
30412026-07-29T07:46:18.866Z Compiling usdt v0.5.0
30422026-07-29T07:46:19.351Z Compiling toml v0.8.23
30432026-07-29T07:46:19.792Z Compiling cargo_toml v0.21.0
30442026-07-29T07:46:24.232Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30452026-07-29T07:46:27.484Z Finished `release` profile [optimized] target(s) in 16.58s
30462026-07-29T07:46:27.628Z
30472026-07-29T07:46:27.629Zreal 16.702968662
30482026-07-29T07:46:27.629Zuser 2:06.672065953
30492026-07-29T07:46:27.629Zsys 13.819159450
30502026-07-29T07:46:27.629Ztrap 0.080923969
30512026-07-29T07:46:27.629Ztflt 0.415134674
30522026-07-29T07:46:27.632Zdflt 1.498995980
30532026-07-29T07:46:27.632Zkflt 0.000032310
30542026-07-29T07:46:27.632Zlock 4:52.247855986
30552026-07-29T07:46:27.632Zslp 2:45.665087780
30562026-07-29T07:46:27.632Zlat 4.136639148
30572026-07-29T07:46:27.632Zstop 16.120962577
30582026-07-29T07:46:27.632Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30592026-07-29T07:46:27.632Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30602026-07-29T07:46:27.632Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30612026-07-29T07:46:27.632Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30622026-07-29T07:46:27.632Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30632026-07-29T07:46:28.572Z Compiling progenitor-client v0.14.0
30642026-07-29T07:46:28.572Z Compiling newtype-uuid-macros v0.1.0
30652026-07-29T07:46:28.572Z Compiling match_cfg v0.1.0
30662026-07-29T07:46:28.575Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-07-29T07:46:28.575Z Compiling slog-json v2.6.1
30682026-07-29T07:46:28.575Z Compiling structmeta-derive v0.3.0
30692026-07-29T07:46:28.721Z Compiling sha1 v0.11.0
30702026-07-29T07:46:28.724Z Compiling multer v3.1.0
30712026-07-29T07:46:28.724Z Compiling compression-core v0.4.31
30722026-07-29T07:46:28.724Z Compiling debug-ignore v1.0.5
30732026-07-29T07:46:28.725Z Compiling async-stream-impl v0.3.6
30742026-07-29T07:46:28.737Z Compiling toml_datetime v1.1.1+spec-1.1.0
30752026-07-29T07:46:28.739Z Compiling serde_spanned v1.1.1
30762026-07-29T07:46:28.739Z Compiling dropshot v0.17.1
30772026-07-29T07:46:28.740Z Compiling toml_writer v1.1.1+spec-1.1.0
30782026-07-29T07:46:28.740Z Compiling waitgroup v0.1.2
30792026-07-29T07:46:28.969Z Compiling rustls-pemfile v2.2.0
30802026-07-29T07:46:29.019Z Compiling compression-codecs v0.4.37
30812026-07-29T07:46:29.023Z Compiling toml v1.1.2+spec-1.1.0
30822026-07-29T07:46:29.023Z Compiling dropshot_endpoint v0.17.1
30832026-07-29T07:46:29.023Z Compiling hostname v0.4.2
30842026-07-29T07:46:29.086Z Compiling hostname v0.3.1
30852026-07-29T07:46:29.089Z Compiling serde_path_to_error v0.1.20
30862026-07-29T07:46:29.125Z Compiling atomicwrites v0.4.4
30872026-07-29T07:46:29.128Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30882026-07-29T07:46:29.178Z Compiling macaddr v1.0.1
30892026-07-29T07:46:29.199Z Compiling slog-bunyan v2.5.0
30902026-07-29T07:46:29.236Z Compiling async-compression v0.4.41
30912026-07-29T07:46:29.239Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-07-29T07:46:29.287Z Compiling instant v0.1.13
30932026-07-29T07:46:29.323Z Compiling itertools v0.14.0
30942026-07-29T07:46:29.361Z Compiling regress v0.10.5
30952026-07-29T07:46:29.364Z Compiling backon v1.6.0
30962026-07-29T07:46:29.364Z Compiling humantime v2.3.0
30972026-07-29T07:46:29.417Z Compiling backoff v0.4.0
30982026-07-29T07:46:29.445Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30992026-07-29T07:46:29.468Z Compiling regress v0.11.1
31002026-07-29T07:46:29.486Z Compiling half v2.7.1
31012026-07-29T07:46:29.554Z Compiling async-stream v0.3.6
31022026-07-29T07:46:29.579Z Compiling progenitor-extras v0.2.0
31032026-07-29T07:46:29.625Z Compiling crucible-workspace-hack v0.1.0
31042026-07-29T07:46:29.659Z Compiling ciborium-io v0.2.2
31052026-07-29T07:46:29.676Z Compiling convert_case v0.4.0
31062026-07-29T07:46:29.703Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31072026-07-29T07:46:29.760Z Compiling ciborium-ll v0.2.2
31082026-07-29T07:46:29.781Z Compiling secrecy v0.10.3
31092026-07-29T07:46:29.799Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31102026-07-29T07:46:29.799Z Compiling unsafe-libyaml v0.2.11
31112026-07-29T07:46:29.833Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31122026-07-29T07:46:29.869Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31132026-07-29T07:46:29.872Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31142026-07-29T07:46:29.921Z Compiling inout v0.1.4
31152026-07-29T07:46:29.967Z Compiling ciborium v0.2.2
31162026-07-29T07:46:29.997Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31172026-07-29T07:46:30.014Z Compiling toml_datetime v0.7.5+spec-1.1.0
31182026-07-29T07:46:30.068Z Compiling derive_more v0.99.20
31192026-07-29T07:46:30.072Z Compiling structmeta v0.3.0
31202026-07-29T07:46:30.113Z Compiling cipher v0.4.4
31212026-07-29T07:46:30.131Z Compiling thiserror-impl-no-std v2.0.2
31222026-07-29T07:46:30.236Z Compiling toml_edit v0.23.10+spec-1.0.0
31232026-07-29T07:46:30.258Z Compiling universal-hash v0.5.1
31242026-07-29T07:46:30.284Z Compiling opaque-debug v0.3.1
31252026-07-29T07:46:30.323Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31262026-07-29T07:46:30.341Z Compiling derive-ex v0.1.8
31272026-07-29T07:46:30.373Z Compiling parse-display-derive v0.10.0
31282026-07-29T07:46:30.390Z Compiling serde_yaml v0.9.34+deprecated
31292026-07-29T07:46:30.423Z Compiling poly1305 v0.8.0
31302026-07-29T07:46:30.478Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31312026-07-29T07:46:30.570Z Compiling chacha20 v0.9.1
31322026-07-29T07:46:30.615Z Compiling blake2 v0.10.6
31332026-07-29T07:46:30.649Z Compiling aead v0.5.2
31342026-07-29T07:46:30.717Z Compiling password-hash v0.5.0
31352026-07-29T07:46:30.873Z Compiling proc-macro-crate v3.4.0
31362026-07-29T07:46:30.890Z Compiling indent_write v2.2.0
31372026-07-29T07:46:31.059Z Compiling argon2 v0.5.3
31382026-07-29T07:46:31.162Z Compiling typify-impl v0.6.2
31392026-07-29T07:46:31.205Z Compiling chacha20poly1305 v0.10.1
31402026-07-29T07:46:31.221Z Compiling itertools v0.15.0
31412026-07-29T07:46:31.361Z Compiling heapless v0.8.0
31422026-07-29T07:46:31.390Z Compiling tabwriter v1.4.1
31432026-07-29T07:46:31.409Z Compiling thiserror-no-std v2.0.2
31442026-07-29T07:46:31.454Z Compiling num_enum_derive v0.7.6
31452026-07-29T07:46:31.529Z Compiling vsss-rs v3.3.4
31462026-07-29T07:46:31.654Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31472026-07-29T07:46:31.890Z Compiling hash32 v0.3.1
31482026-07-29T07:46:31.949Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-07-29T07:46:31.967Z Compiling smoltcp v0.11.0
31502026-07-29T07:46:32.105Z Compiling test-strategy v0.4.5
31512026-07-29T07:46:32.188Z Compiling parse-display v0.10.0
31522026-07-29T07:46:32.229Z Compiling cobs v0.3.0
31532026-07-29T07:46:32.290Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31542026-07-29T07:46:32.376Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31552026-07-29T07:46:32.421Z Compiling colored v3.1.1
31562026-07-29T07:46:32.455Z Compiling postcard v1.1.3
31572026-07-29T07:46:32.485Z Compiling proc-macro-error v1.0.4
31582026-07-29T07:46:32.565Z Compiling proc-macro-crate v1.3.1
31592026-07-29T07:46:32.617Z Compiling num_enum v0.7.6
31602026-07-29T07:46:32.636Z Compiling rand v0.10.1
31612026-07-29T07:46:32.640Z Compiling ingot-macros v0.2.0
31622026-07-29T07:46:32.672Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31632026-07-29T07:46:32.768Z Compiling foreign-types-macros v0.2.3
31642026-07-29T07:46:32.800Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31652026-07-29T07:46:32.819Z Compiling foreign-types-shared v0.3.1
31662026-07-29T07:46:32.837Z Compiling rayon-core v1.13.0
31672026-07-29T07:46:32.841Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31682026-07-29T07:46:32.940Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31692026-07-29T07:46:33.020Z Compiling crossbeam-deque v0.8.6
31702026-07-29T07:46:33.037Z Compiling num_enum_derive v0.5.11
31712026-07-29T07:46:33.090Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-07-29T07:46:33.115Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31732026-07-29T07:46:33.131Z Compiling cstr-argument v0.1.2
31742026-07-29T07:46:33.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31752026-07-29T07:46:33.152Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31762026-07-29T07:46:33.315Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31772026-07-29T07:46:33.402Z Compiling cpubits v0.1.1
31782026-07-29T07:46:33.406Z Compiling zone_cfg_derive v0.3.1
31792026-07-29T07:46:33.437Z Compiling foreign-types v0.5.0
31802026-07-29T07:46:33.505Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-07-29T07:46:33.531Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31822026-07-29T07:46:33.548Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31832026-07-29T07:46:33.584Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31842026-07-29T07:46:33.634Z Compiling rayon v1.11.0
31852026-07-29T07:46:33.661Z Compiling itertools v0.12.1
31862026-07-29T07:46:33.679Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31872026-07-29T07:46:33.697Z Compiling num-derive v0.4.2
31882026-07-29T07:46:33.783Z Compiling sigpipe v0.1.3
31892026-07-29T07:46:33.812Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31902026-07-29T07:46:33.898Z Compiling glob v0.3.3
31912026-07-29T07:46:33.931Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31922026-07-29T07:46:34.008Z Compiling smf v0.2.3
31932026-07-29T07:46:34.064Z Compiling whoami v1.6.1
31942026-07-29T07:46:34.134Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31952026-07-29T07:46:34.157Z Compiling num_enum v0.5.11
31962026-07-29T07:46:34.197Z Compiling usdt-attr-macro v0.5.0
31972026-07-29T07:46:34.284Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31982026-07-29T07:46:34.306Z Compiling usdt-macro v0.5.0
31992026-07-29T07:46:34.324Z Compiling gethostname v0.5.0
32002026-07-29T07:46:34.341Z Compiling num-rational v0.4.2
32012026-07-29T07:46:34.381Z Compiling pem-rfc7468 v1.0.0
32022026-07-29T07:46:34.554Z Compiling num-complex v0.4.6
32032026-07-29T07:46:34.622Z Compiling derive-where v1.6.0
32042026-07-29T07:46:34.686Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32052026-07-29T07:46:34.714Z Compiling memmap v0.7.0
32062026-07-29T07:46:34.762Z Compiling float-ord v0.3.2
32072026-07-29T07:46:34.914Z Compiling zone v0.3.1
32082026-07-29T07:46:34.933Z Compiling num v0.4.3
32092026-07-29T07:46:34.953Z Compiling toml v0.8.23
32102026-07-29T07:46:34.953Z Compiling hmac v0.13.0
32112026-07-29T07:46:34.989Z Compiling universal-hash v0.6.1
32122026-07-29T07:46:35.036Z Compiling resolv-conf v0.7.6
32132026-07-29T07:46:35.068Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32142026-07-29T07:46:35.104Z Compiling cancel-safe-futures v0.1.5
32152026-07-29T07:46:35.122Z Compiling usdt v0.5.0
32162026-07-29T07:46:35.148Z Compiling polyval v0.7.1
32172026-07-29T07:46:35.183Z Compiling der v0.8.0
32182026-07-29T07:46:35.234Z Compiling prettyplease v0.2.37
32192026-07-29T07:46:35.328Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32202026-07-29T07:46:35.413Z Compiling ghash v0.6.0
32212026-07-29T07:46:35.431Z Compiling pbkdf2 v0.13.0
32222026-07-29T07:46:35.434Z Compiling crypto-bigint v0.7.5
32232026-07-29T07:46:35.531Z Compiling aes v0.9.1
32242026-07-29T07:46:35.573Z Compiling console v0.15.11
32252026-07-29T07:46:35.621Z Compiling hickory-proto v0.24.4
32262026-07-29T07:46:35.624Z Compiling ingot-types v0.2.0
32272026-07-29T07:46:35.624Z Compiling newline-converter v0.3.0
32282026-07-29T07:46:35.672Z Compiling ctr v0.10.1
32292026-07-29T07:46:35.690Z Compiling aead v0.6.1
32302026-07-29T07:46:35.783Z Compiling sha2 v0.11.0
32312026-07-29T07:46:35.787Z Compiling linear-map v1.2.0
32322026-07-29T07:46:35.816Z Compiling typify-macro v0.6.2
32332026-07-29T07:46:35.888Z Compiling linked-hash-map v0.5.6
32342026-07-29T07:46:35.916Z Compiling libefi-sys v0.1.0
32352026-07-29T07:46:36.013Z Compiling aes-gcm v0.11.0
32362026-07-29T07:46:36.031Z Compiling expectorate v1.2.0
32372026-07-29T07:46:36.050Z Compiling ingot v0.2.1
32382026-07-29T07:46:36.111Z Compiling oxide-update-engine-types v0.1.2
32392026-07-29T07:46:36.130Z Compiling lru-cache v0.1.2
32402026-07-29T07:46:36.205Z Compiling spki v0.8.0
32412026-07-29T07:46:36.226Z Compiling salsa20 v0.11.0
32422026-07-29T07:46:36.247Z Compiling bitfield-struct v0.6.2
32432026-07-29T07:46:36.284Z Compiling nom v8.0.0
32442026-07-29T07:46:36.410Z Compiling semver v0.1.20
32452026-07-29T07:46:36.559Z Compiling scrypt v0.12.0
32462026-07-29T07:46:36.674Z Compiling rustc_version v0.1.7
32472026-07-29T07:46:36.693Z Compiling tokio-dtrace v0.1.1
32482026-07-29T07:46:36.697Z Compiling cbc v0.2.1
32492026-07-29T07:46:36.744Z Compiling slog-dtrace v0.3.0
32502026-07-29T07:46:36.885Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32512026-07-29T07:46:36.924Z Compiling minimal-lexical v0.2.1
32522026-07-29T07:46:36.951Z Compiling newtype_derive v0.1.6
32532026-07-29T07:46:36.970Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32542026-07-29T07:46:37.005Z Compiling oxide-tokio-rt v0.1.4
32552026-07-29T07:46:37.008Z Compiling pkcs5 v0.8.1
32562026-07-29T07:46:37.049Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32572026-07-29T07:46:37.177Z Compiling oxide-update-engine v0.1.2
32582026-07-29T07:46:37.229Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32592026-07-29T07:46:37.290Z Compiling nom v7.1.3
32602026-07-29T07:46:37.293Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32612026-07-29T07:46:37.339Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32622026-07-29T07:46:37.392Z Compiling phf_shared v0.12.1
32632026-07-29T07:46:37.409Z Compiling dropshot-api-manager-types v0.7.2
32642026-07-29T07:46:37.604Z Compiling csv-core v0.1.13
32652026-07-29T07:46:37.622Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-07-29T07:46:37.625Z Compiling chrono-tz v0.10.4
32672026-07-29T07:46:37.658Z Compiling unicode-xid v0.2.6
32682026-07-29T07:46:37.693Z Compiling typify v0.6.2
32692026-07-29T07:46:37.722Z Compiling highway v1.3.0
32702026-07-29T07:46:37.739Z Compiling xshell-macros v0.2.7
32712026-07-29T07:46:37.816Z Compiling progenitor-impl v0.14.0
32722026-07-29T07:46:37.820Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32732026-07-29T07:46:37.851Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32742026-07-29T07:46:37.870Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32752026-07-29T07:46:37.905Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32762026-07-29T07:46:37.935Z Compiling hickory-resolver v0.24.4
32772026-07-29T07:46:38.059Z Compiling const_format_proc_macros v0.2.34
32782026-07-29T07:46:38.132Z Compiling csv v1.4.0
32792026-07-29T07:46:38.174Z Compiling xshell v0.2.7
32802026-07-29T07:46:38.693Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32812026-07-29T07:46:38.724Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32822026-07-29T07:46:38.744Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32832026-07-29T07:46:38.744Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32842026-07-29T07:46:38.929Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32852026-07-29T07:46:38.948Z Compiling phf v0.12.1
32862026-07-29T07:46:39.037Z Compiling qorb v0.4.1
32872026-07-29T07:46:39.135Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32882026-07-29T07:46:39.271Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32892026-07-29T07:46:39.370Z Compiling pkcs8 v0.11.0
32902026-07-29T07:46:39.485Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32912026-07-29T07:46:39.494Z Compiling ff v0.14.0
32922026-07-29T07:46:39.609Z Compiling owo-colors v4.3.0
32932026-07-29T07:46:39.734Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32942026-07-29T07:46:39.820Z Compiling const_format v0.2.35
32952026-07-29T07:46:39.835Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32962026-07-29T07:46:40.037Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-07-29T07:46:40.069Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-07-29T07:46:40.154Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32992026-07-29T07:46:40.171Z Compiling tabled_derive v0.7.0
33002026-07-29T07:46:40.209Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33012026-07-29T07:46:40.531Z Compiling progenitor-macro v0.14.0
33022026-07-29T07:46:40.733Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
33032026-07-29T07:46:40.758Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33042026-07-29T07:46:40.895Z Compiling bcs v0.1.6
33052026-07-29T07:46:41.021Z Compiling salty v0.3.0
33062026-07-29T07:46:41.149Z Compiling tagptr v0.2.0
33072026-07-29T07:46:41.206Z Compiling termtree v0.5.1
33082026-07-29T07:46:41.267Z Compiling textwrap v0.16.2
33092026-07-29T07:46:41.284Z Compiling tabled v0.15.0
33102026-07-29T07:46:41.331Z Compiling moka v0.12.13
33112026-07-29T07:46:41.347Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33122026-07-29T07:46:41.398Z Compiling steno v0.4.1
33132026-07-29T07:46:41.417Z Compiling group v0.14.0
33142026-07-29T07:46:41.552Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33152026-07-29T07:46:41.600Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33162026-07-29T07:46:41.638Z Compiling sha1 v0.10.6
33172026-07-29T07:46:41.735Z Compiling signature v3.0.0
33182026-07-29T07:46:41.774Z Compiling base64 v0.21.7
33192026-07-29T07:46:41.791Z Compiling base16ct v1.0.0
33202026-07-29T07:46:41.863Z Compiling radium v0.7.0
33212026-07-29T07:46:41.960Z Compiling sec1 v0.8.1
33222026-07-29T07:46:42.009Z Compiling hkdf v0.13.0
33232026-07-29T07:46:42.137Z Compiling hickory-resolver v0.25.2
33242026-07-29T07:46:42.172Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33252026-07-29T07:46:42.191Z Compiling maybe-uninit v2.0.0
33262026-07-29T07:46:42.225Z Compiling tap v1.0.1
33272026-07-29T07:46:42.320Z Compiling elliptic-curve v0.14.1
33282026-07-29T07:46:42.355Z Compiling wyz v0.5.1
33292026-07-29T07:46:42.372Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33302026-07-29T07:46:42.490Z Compiling primeorder v0.13.6
33312026-07-29T07:46:42.583Z Compiling proc-macro-error-attr2 v2.0.0
33322026-07-29T07:46:42.611Z Compiling funty v2.0.0
33332026-07-29T07:46:42.753Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33342026-07-29T07:46:42.789Z Compiling parking_lot_core v0.8.6
33352026-07-29T07:46:42.920Z Compiling utf-8 v0.7.6
33362026-07-29T07:46:42.970Z Compiling packed_struct v0.10.1
33372026-07-29T07:46:43.052Z Compiling proc-macro-error2 v2.0.1
33382026-07-29T07:46:43.098Z Compiling tungstenite v0.21.0
33392026-07-29T07:46:43.159Z Compiling bitvec v1.0.1
33402026-07-29T07:46:43.219Z Compiling p384 v0.13.1
33412026-07-29T07:46:43.387Z Compiling wnaf v0.14.0
33422026-07-29T07:46:43.410Z Compiling primefield v0.14.0
33432026-07-29T07:46:43.637Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-07-29T07:46:43.705Z Compiling rfc6979 v0.6.0
33452026-07-29T07:46:43.729Z Compiling git-stub v1.0.0
33462026-07-29T07:46:43.776Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33472026-07-29T07:46:43.838Z Compiling packed_struct_codegen v0.10.1
33482026-07-29T07:46:43.887Z Compiling num-derive v0.3.3
33492026-07-29T07:46:44.000Z Compiling bitfield-macros v0.19.4
33502026-07-29T07:46:44.045Z Compiling zerocopy-derive v0.6.6
33512026-07-29T07:46:44.063Z Compiling indexmap v1.9.3
33522026-07-29T07:46:44.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33532026-07-29T07:46:44.122Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33542026-07-29T07:46:44.295Z Compiling nodrop v0.1.14
33552026-07-29T07:46:44.317Z Compiling crc-catalog v2.4.0
33562026-07-29T07:46:44.393Z Compiling array-init v0.0.4
33572026-07-29T07:46:44.420Z Compiling crc v3.4.0
33582026-07-29T07:46:44.470Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33592026-07-29T07:46:44.576Z Compiling git-stub-vcs v0.1.0
33602026-07-29T07:46:44.649Z Compiling ecdsa v0.17.0
33612026-07-29T07:46:44.710Z Compiling tokio-tungstenite v0.21.0
33622026-07-29T07:46:44.729Z Compiling primeorder v0.14.0
33632026-07-29T07:46:44.732Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33642026-07-29T07:46:44.786Z Compiling tabled_derive v0.11.0
33652026-07-29T07:46:44.814Z Compiling bitfield v0.19.4
33662026-07-29T07:46:44.866Z Compiling libscf-sys v1.1.0
33672026-07-29T07:46:44.913Z Compiling smallvec v0.6.14
33682026-07-29T07:46:44.994Z Compiling zerocopy v0.6.6
33692026-07-29T07:46:45.037Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-07-29T07:46:45.071Z Compiling progenitor-impl v0.13.0
33712026-07-29T07:46:45.152Z Compiling papergrid v0.17.0
33722026-07-29T07:46:45.171Z Compiling testing_table v0.3.0
33732026-07-29T07:46:45.174Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33742026-07-29T07:46:45.174Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33752026-07-29T07:46:45.219Z Compiling curve25519-dalek v5.0.0
33762026-07-29T07:46:45.364Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33772026-07-29T07:46:45.383Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33782026-07-29T07:46:45.386Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33792026-07-29T07:46:45.386Z Compiling unicase v2.9.0
33802026-07-29T07:46:45.660Z Compiling illumos-nvpair-sys v0.2.0
33812026-07-29T07:46:45.677Z Compiling corncobs v0.1.4
33822026-07-29T07:46:45.680Z Compiling hashbrown v0.12.3
33832026-07-29T07:46:45.764Z Compiling mime_guess v2.0.5
33842026-07-29T07:46:45.801Z Compiling progenitor v0.14.0
33852026-07-29T07:46:45.804Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33862026-07-29T07:46:45.837Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33872026-07-29T07:46:45.878Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33882026-07-29T07:46:45.921Z Compiling parking_lot v0.11.2
33892026-07-29T07:46:45.991Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33902026-07-29T07:46:46.037Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33912026-07-29T07:46:46.102Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33922026-07-29T07:46:46.205Z Compiling tabled v0.20.0
33932026-07-29T07:46:46.260Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33942026-07-29T07:46:46.335Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33952026-07-29T07:46:46.352Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-07-29T07:46:46.373Z Compiling serde-hex v0.1.0
33972026-07-29T07:46:46.391Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33982026-07-29T07:46:46.456Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33992026-07-29T07:46:46.700Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34002026-07-29T07:46:46.791Z Compiling ron v0.8.1
34012026-07-29T07:46:46.855Z Compiling ssh-encoding v0.3.0
34022026-07-29T07:46:46.890Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34032026-07-29T07:46:46.974Z Compiling hashbrown v0.13.2
34042026-07-29T07:46:46.991Z Compiling progenitor-client v0.13.0
34052026-07-29T07:46:47.110Z Compiling prefix-trie v0.7.0
34062026-07-29T07:46:47.233Z Compiling fxhash v0.2.1
34072026-07-29T07:46:47.345Z Compiling secrecy v0.8.0
34082026-07-29T07:46:47.408Z Compiling keccak v0.2.0
34092026-07-29T07:46:47.516Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34102026-07-29T07:46:47.533Z Compiling crc-any v2.5.0
34112026-07-29T07:46:47.616Z Compiling hickory-server v0.25.2
34122026-07-29T07:46:47.774Z Compiling object v0.30.4
34132026-07-29T07:46:47.808Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34142026-07-29T07:46:47.894Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34152026-07-29T07:46:48.145Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34162026-07-29T07:46:48.208Z Compiling progenitor-macro v0.13.0
34172026-07-29T07:46:48.486Z Compiling sled v0.34.7
34182026-07-29T07:46:48.708Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34192026-07-29T07:46:48.725Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34202026-07-29T07:46:48.872Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34212026-07-29T07:46:49.015Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34222026-07-29T07:46:49.255Z Compiling ed25519 v3.0.0
34232026-07-29T07:46:49.329Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34242026-07-29T07:46:49.514Z Compiling crypto-primes v0.7.2
34252026-07-29T07:46:49.576Z Compiling pkcs1 v0.8.0-rc.4
34262026-07-29T07:46:50.014Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34272026-07-29T07:46:50.102Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34282026-07-29T07:46:50.311Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34292026-07-29T07:46:50.429Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34302026-07-29T07:46:50.463Z Compiling poly1305 v0.9.0
34312026-07-29T07:46:50.510Z Compiling blowfish v0.10.0
34322026-07-29T07:46:50.592Z Compiling blake2 v0.11.0-rc.6
34332026-07-29T07:46:50.786Z Compiling http-range v0.1.5
34342026-07-29T07:46:50.801Z Compiling path-slash v0.1.5
34352026-07-29T07:46:50.819Z Compiling half v1.8.3
34362026-07-29T07:46:50.981Z Compiling crc8 v0.1.1
34372026-07-29T07:46:51.014Z Compiling argon2 v0.6.0-rc.8
34382026-07-29T07:46:51.098Z Compiling serde_cbor v0.11.2
34392026-07-29T07:46:51.124Z Compiling ssh-cipher v0.3.0
34402026-07-29T07:46:51.143Z Compiling bcrypt-pbkdf v0.11.0
34412026-07-29T07:46:51.165Z Compiling rsa v0.10.0-rc.18
34422026-07-29T07:46:51.248Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34432026-07-29T07:46:51.481Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34442026-07-29T07:46:51.499Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34452026-07-29T07:46:51.607Z Compiling ed25519-dalek v3.0.0
34462026-07-29T07:46:51.732Z Compiling illumos-nvpair v0.3.0
34472026-07-29T07:46:52.037Z Compiling sha3 v0.11.0
34482026-07-29T07:46:52.122Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34492026-07-29T07:46:52.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34502026-07-29T07:46:52.241Z Compiling p256 v0.14.0
34512026-07-29T07:46:52.258Z Compiling p521 v0.14.0
34522026-07-29T07:46:52.273Z Compiling p384 v0.14.0
34532026-07-29T07:46:52.313Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34542026-07-29T07:46:52.497Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34552026-07-29T07:46:52.523Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34562026-07-29T07:46:52.547Z Compiling yasna v0.5.2
34572026-07-29T07:46:52.616Z Compiling kstat-rs v0.2.4
34582026-07-29T07:46:52.947Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34592026-07-29T07:46:52.993Z Compiling headers-core v0.3.0
34602026-07-29T07:46:53.044Z Compiling kem v0.3.0
34612026-07-29T07:46:53.062Z Compiling module-lattice v0.2.3
34622026-07-29T07:46:53.140Z Compiling nanorand v0.7.0
34632026-07-29T07:46:53.201Z Compiling atty v0.2.14
34642026-07-29T07:46:53.251Z Compiling sponge-cursor v0.1.0
34652026-07-29T07:46:53.292Z Compiling headers v0.4.1
34662026-07-29T07:46:53.343Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34672026-07-29T07:46:53.359Z Compiling flume v0.11.1
34682026-07-29T07:46:53.377Z Compiling sha3 v0.12.0
34692026-07-29T07:46:53.381Z Compiling ml-kem v0.3.2
34702026-07-29T07:46:53.411Z Compiling progenitor v0.13.0
34712026-07-29T07:46:53.434Z Compiling rcgen v0.12.1
34722026-07-29T07:46:53.460Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34732026-07-29T07:46:53.604Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34742026-07-29T07:46:53.701Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34752026-07-29T07:46:53.960Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34762026-07-29T07:46:54.074Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34772026-07-29T07:46:54.326Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34782026-07-29T07:46:54.368Z Compiling hyper-staticfile v0.10.1
34792026-07-29T07:46:54.392Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34802026-07-29T07:46:54.505Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34812026-07-29T07:46:54.523Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34822026-07-29T07:46:54.634Z Compiling russh-cryptovec v0.62.0
34832026-07-29T07:46:54.662Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34842026-07-29T07:46:54.801Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34852026-07-29T07:46:54.837Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862026-07-29T07:46:54.901Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34872026-07-29T07:46:54.919Z Compiling internal-russh-num-bigint v0.5.0
34882026-07-29T07:46:55.063Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34892026-07-29T07:46:55.300Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34902026-07-29T07:46:55.319Z Compiling port-file v0.1.0
34912026-07-29T07:46:55.339Z Compiling num-bigint v0.4.6
34922026-07-29T07:46:55.485Z Compiling ssh-key v0.7.0-rc.11
34932026-07-29T07:46:55.635Z Compiling generic-array v1.4.3
34942026-07-29T07:46:55.675Z Compiling russh-util v0.52.0
34952026-07-29T07:46:55.748Z Compiling enum_dispatch v0.3.13
34962026-07-29T07:46:55.868Z Compiling delegate v0.13.5
34972026-07-29T07:46:55.935Z Compiling subprocess v0.2.15
34982026-07-29T07:46:56.094Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34992026-07-29T07:46:56.152Z Compiling md5 v0.8.0
35002026-07-29T07:46:56.230Z Compiling display-error-chain v0.2.2
35012026-07-29T07:46:56.277Z Compiling hex-literal v1.1.0
35022026-07-29T07:46:56.423Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35032026-07-29T07:46:56.442Z Compiling colored v2.2.0
35042026-07-29T07:46:56.466Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35052026-07-29T07:46:56.553Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35062026-07-29T07:46:56.725Z Compiling socket2 v0.5.10
35072026-07-29T07:46:56.747Z Compiling internet-checksum v0.2.1
35082026-07-29T07:46:56.905Z Compiling russh v0.62.4
35092026-07-29T07:46:57.960Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-07-29T07:46:58.668Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-07-29T07:46:59.159Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-07-29T07:47:00.520Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35132026-07-29T07:47:01.362Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35142026-07-29T07:47:09.956Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35152026-07-29T07:47:09.956Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35162026-07-29T07:47:09.959Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35172026-07-29T07:47:09.959Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-07-29T07:47:11.717Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35192026-07-29T07:47:11.830Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35202026-07-29T07:47:15.885Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35212026-07-29T07:47:56.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35222026-07-29T07:47:56.957Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35232026-07-29T07:47:56.957Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35242026-07-29T07:47:57.183Z
35252026-07-29T07:47:57.183Zreal 1:29.485844786
35262026-07-29T07:47:57.183Zuser 8:42.116831854
35272026-07-29T07:47:57.183Zsys 1:45.268757933
35282026-07-29T07:47:57.183Ztrap 0.272220796
35292026-07-29T07:47:57.183Ztflt 0.283117123
35302026-07-29T07:47:57.183Zdflt 1.599821995
35312026-07-29T07:47:57.187Zkflt 0.000346380
35322026-07-29T07:47:57.187Zlock 32:23.450604626
35332026-07-29T07:47:57.187Zslp 19:53.685927289
35342026-07-29T07:47:57.187Zlat 41.404963421
35352026-07-29T07:47:57.187Zstop 3:19.637466482
35362026-07-29T07:47:57.187Z+ mkdir tests
35372026-07-29T07:47:57.190Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35382026-07-29T07:47:57.190Z+ xargs -I '{}' -t cp '{}' tests/
35392026-07-29T07:47:57.211Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-49406d368615a71b tests/
35402026-07-29T07:47:57.243Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c729adda96b499f2 tests/
35412026-07-29T07:47:57.278Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e1ed01c501a47d9c tests/
35422026-07-29T07:47:57.310Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cdbbff304d08a3e2 tests/
35432026-07-29T07:47:57.674Z+ 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)
35442026-07-29T07:47:57.678Z+ 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-c729adda96b499f2 tests/commtest-e1ed01c501a47d9c tests/dhcp_server-49406d368615a71b tests/end_to_end_tests-cdbbff304d08a3e2 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
35452026-07-29T07:49:23.441ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35462026-07-29T07:49:23.441Za .github/buildomat/ci-env.sh 1K
35472026-07-29T07:49:23.441Za out/target/test 1K
35482026-07-29T07:49:23.441Za out/npuzone/npuzone 27402K
35492026-07-29T07:49:23.441Za package-manifest.toml 35K
35502026-07-29T07:49:23.441Za smf/sled-agent/non-gimlet/config.toml 6K
35512026-07-29T07:49:23.441Za target/release/omicron-package 45079K
35522026-07-29T07:49:23.441Za target/release/xtask 11722K
35532026-07-29T07:49:23.441Za target/debug/bootstrap 406595K
35542026-07-29T07:49:23.441Za tests/bootstrap-c729adda96b499f2 34514K
35552026-07-29T07:49:23.441Za tests/commtest-e1ed01c501a47d9c 34896K
35562026-07-29T07:49:23.441Za tests/dhcp_server-49406d368615a71b 34514K
35572026-07-29T07:49:23.441Za tests/end_to_end_tests-cdbbff304d08a3e2 469586K
35582026-07-29T07:49:23.441Za tools/opte_version 1K
35592026-07-29T07:49:23.441Za tools/opte_version_override 2K
35602026-07-29T07:49:23.441Za out/clickhouse.tar.gz 313400K
35612026-07-29T07:49:23.441Za out/clickhouse_keeper.tar.gz 299613K
35622026-07-29T07:49:23.441Za out/clickhouse_server.tar.gz 313398K
35632026-07-29T07:49:23.441Za out/cockroachdb.tar.gz 161741K
35642026-07-29T07:49:23.441Za out/crucible-pantry-zone.tar.gz 39516K
35652026-07-29T07:49:23.441Za out/crucible-utils.tar 18900K
35662026-07-29T07:49:23.441Za out/crucible-zone.tar.gz 54212K
35672026-07-29T07:49:23.441Za out/external-dns.tar.gz 48106K
35682026-07-29T07:49:23.441Za out/internal-dns.tar.gz 48106K
35692026-07-29T07:49:23.442Za out/mg-ddm-gz.tar 100917K
35702026-07-29T07:49:23.442Za out/nexus.tar.gz 350075K
35712026-07-29T07:49:23.442Za out/ntp.tar.gz 30684K
35722026-07-29T07:49:23.442Za out/omicron-gateway-softnpu.tar.gz 29434K
35732026-07-29T07:49:23.442Za out/omicron-sled-agent.tar 219680K
35742026-07-29T07:49:23.442Za out/overlay.tar.gz 4K
35752026-07-29T07:49:23.442Za out/oximeter.tar.gz 64636K
35762026-07-29T07:49:23.442Za out/oxlog.tar 4018K
35772026-07-29T07:49:23.442Za out/probe.tar.gz 3037K
35782026-07-29T07:49:23.442Za out/propolis-server.tar.gz 34372K
35792026-07-29T07:49:23.442Za out/pumpkind-gz.tar 26647K
35802026-07-29T07:49:23.442Za out/switch-softnpu.tar.gz 497228K
35812026-07-29T07:49:23.446Z
35822026-07-29T07:49:23.446Zreal 1:25.762923200
35832026-07-29T07:49:23.446Zuser 1:22.948200201
35842026-07-29T07:49:23.446Zsys 4.744580286
35852026-07-29T07:49:23.446Ztrap 0.006300414
35862026-07-29T07:49:23.446Ztflt 0.000000000
35872026-07-29T07:49:23.446Zdflt 0.000000000
35882026-07-29T07:49:23.446Zkflt 0.000000000
35892026-07-29T07:49:23.446Zlock 0.000000000
35902026-07-29T07:49:23.446Zslp 1:22.817102632
35912026-07-29T07:49:23.446Zlat 1.004808326
35922026-07-29T07:49:23.446Zstop 0.000274480
35932026-07-29T07:49:23.446Zprocess exited: duration 1022519 ms, exit code 0
 
35942026-07-29T07:49:23.460Zfound 1 output files
35952026-07-29T07:49:23.460Zuploading: /work/package.tar.gz (2656477265 bytes)
35962026-07-29T07:49:54.051Zuploaded: /work/package.tar.gz