01KSTAXKTEJG76DS9GECA3ZXR5: 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: 01KSTAY7Y6DC06DPEPZ60EXZ6J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:02:28.073Zjob assigned to worker 01KSTAYJD0DM8WPM7PTAJAZJVR [factory aws, i-04502dddeb3873ffa] (queued for 53 s)
 
22026-05-29T17:02:35.288Zstarting task 0: "setup"
32026-05-29T17:02:35.293Z++ uname -s
42026-05-29T17:02:35.296Z+ kern=SunOS
52026-05-29T17:02:35.296Z+ build_user=build
62026-05-29T17:02:35.296Z+ build_uid=12345
72026-05-29T17:02:35.296Z+ work_dir=/work
82026-05-29T17:02:35.296Z+ input_dir=/input
92026-05-29T17:02:35.296Z+ [[ 0 == 12345 ]]
102026-05-29T17:02:35.296Z+ case "$kern" in
112026-05-29T17:02:35.296Z+ groupadd -g 12345 build
122026-05-29T17:02:35.300Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:02:37.306Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:02:37.412Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:02:37.415Z+ home_fs=zfs
162026-05-29T17:02:37.415Z+ [[ zfs == autofs ]]
172026-05-29T17:02:37.415Z+ mkdir -p /home/build
182026-05-29T17:02:37.415Z+ chown build:build /home/build /work
192026-05-29T17:02:38.417Z+ chmod 0700 /home/build /work
202026-05-29T17:02:38.420Zprocess exited: duration 3136 ms, exit code 0
 
212026-05-29T17:02:38.427Zstarting task 1: "rust-toolchain"
222026-05-29T17:02:38.435Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T17:02:38.435Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T17:02:38.435Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-29T17:02:38.435Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T17:02:38.435Z * rust toolchain channel = "1.94.0"
272026-05-29T17:02:38.435Z * rust toolchain profile = "default"
282026-05-29T17:02:38.438Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:02:38.438Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T17:02:38.549Zinfo: downloading installer
312026-05-29T17:02:40.140Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:02:40.140Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:02:40.140Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:02:40.140Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:02:40.153Zinfo: profile set to default
362026-05-29T17:02:40.153Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:02:40.156Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T17:02:40.289Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T17:02:40.289Zinfo: downloading 6 components
402026-05-29T17:02:54.338Z
412026-05-29T17:02:54.338Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-29T17:02:54.368Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T17:02:54.368Z
442026-05-29T17:02:54.368Z
452026-05-29T17:02:54.368ZRust is installed now. Great!
462026-05-29T17:02:54.368Z
472026-05-29T17:02:54.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:02:54.368Zenvironment variable. This has not been done automatically.
492026-05-29T17:02:54.368Z
502026-05-29T17:02:54.368ZTo configure your current shell, you need to source
512026-05-29T17:02:54.369Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:02:54.369Z
532026-05-29T17:02:54.369ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:02:54.371Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:02:54.371Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:02:54.372Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:02:54.372Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:02:54.372Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:02:54.372Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:02:54.372Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:02:54.372Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:02:54.467Z+ rustup --version
632026-05-29T17:02:54.473Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:02:54.476Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:02:54.495Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T17:02:54.498Z+ cargo --version
672026-05-29T17:02:54.507Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T17:02:54.510Z+ rustc --version
692026-05-29T17:02:54.531Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T17:02:54.534Zprocess exited: duration 16107 ms, exit code 0
 
712026-05-29T17:02:54.540Zstarting task 2: "authentication"
722026-05-29T17:02:54.558Zprocess exited: duration 17 ms, exit code 0
 
732026-05-29T17:02:54.564Zstarting task 3: "clone repository"
742026-05-29T17:02:54.570Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T17:02:54.573Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T17:02:54.613ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T17:03:04.970Z+ cd /work/oxidecomputer/omicron
782026-05-29T17:03:04.970Z+ git fetch origin 3a92ad8404488a5cf5a153f439fca883d61c2a34
792026-05-29T17:03:05.300ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T17:03:05.300Z * branch 3a92ad8404488a5cf5a153f439fca883d61c2a34 -> FETCH_HEAD
812026-05-29T17:03:05.314Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-05-29T17:03:05.317Z++ git branch --show-current
832026-05-29T17:03:05.321Z+ current=main
842026-05-29T17:03:05.321Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-05-29T17:03:05.321Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 3a92ad8404488a5cf5a153f439fca883d61c2a34
862026-05-29T17:03:05.324Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-05-29T17:03:05.562ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-05-29T17:03:05.565Z+ git reset --hard 3a92ad8404488a5cf5a153f439fca883d61c2a34
892026-05-29T17:03:05.586ZHEAD is now at 3a92ad840 scrimlet-reconcilers: add mgd static route reconciler (#10466)
902026-05-29T17:03:05.589Zprocess exited: duration 11023 ms, exit code 0
 
912026-05-29T17:03:05.599Zstarting task 4: "build"
922026-05-29T17:03:05.602Z+ source .github/buildomat/ci-env.sh
932026-05-29T17:03:05.602Z++ export CARGO_TERM_COLOR=always
942026-05-29T17:03:05.602Z++ CARGO_TERM_COLOR=always
952026-05-29T17:03:05.602Z+ cargo --version
962026-05-29T17:03:05.613Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T17:03:05.616Z+ rustc --version
982026-05-29T17:03:05.636Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T17:03:05.639Z+ WORK=/work
1002026-05-29T17:03:05.639Z+ pfexec mkdir -p /work
1012026-05-29T17:03:05.642Z+ pfexec chown build /work
1022026-05-29T17:03:05.646Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-29T17:03:07.816Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-29T17:03:07.893Z Startup: Caching catalogs ... Done
1052026-05-29T17:03:08.182ZPlanning: Solver setup ... Done (0.250s)
1062026-05-29T17:03:08.203ZPlanning: Running solver ... Done (0.019s)
1072026-05-29T17:03:08.208ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-29T17:03:08.221ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-29T17:03:08.241ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-29T17:03:08.255ZPlanning: Package planning ... Done (0.014s)
1112026-05-29T17:03:08.258ZPlanning: Merging actions ... Done (0.001s)
1122026-05-29T17:03:08.451ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-05-29T17:03:08.453ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-29T17:03:09.396ZPlanning: Evaluating mediators ... Done (0.943s)
1152026-05-29T17:03:09.399ZPlanning: Planning completed in 1.48 seconds
1162026-05-29T17:03:09.405Z Packages to install: 2
1172026-05-29T17:03:09.405Z Estimated space available: 156.07 GB
1182026-05-29T17:03:09.405ZEstimated space to be consumed: 23.93 MB
1192026-05-29T17:03:09.405Z Create boot environment: No
1202026-05-29T17:03:09.405ZCreate backup boot environment: No
1212026-05-29T17:03:09.406Z Rebuild boot archive: No
1222026-05-29T17:03:09.406Z
1232026-05-29T17:03:09.409ZChanged packages:
1242026-05-29T17:03:09.409Zhelios
1252026-05-29T17:03:09.409Z developer/build-essential
1262026-05-29T17:03:09.409Z None -> 11-3.0
1272026-05-29T17:03:09.409Z library/libxmlsec1
1282026-05-29T17:03:09.409Z None -> 1.2.35-3.0
1292026-05-29T17:03:09.433Z
1302026-05-29T17:03:09.433ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-29T17:03:10.141ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
1322026-05-29T17:03:10.217Z Actions: 1/268 actions (Installing new actions)
1332026-05-29T17:03:10.256Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-29T17:03:10.263ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-29T17:03:10.263ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-29T17:03:10.288ZFinalize: Updating image state ... Done (0.023s)
1372026-05-29T17:03:12.849ZFinalize: Creating fast lookup database ... Done (2.536s)
1382026-05-29T17:03:12.940ZFinalize: Reading search index ... Done (0.033s)
1392026-05-29T17:03:12.943ZFinalize: Updating search index ... Done (0.000s)
1402026-05-29T17:03:13.094ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-29T17:03:13.391ZPlanning: Evaluating mediator changes ... Done
1422026-05-29T17:03:13.497ZPlanning: Checking for conflicting actions ... Done
1432026-05-29T17:03:13.500ZPlanning: Consolidating action changes ... Done
1442026-05-29T17:03:13.658ZPlanning: Evaluating mediators ... Done
1452026-05-29T17:03:13.661ZPlanning: Planning completed in 0.27 seconds
1462026-05-29T17:03:13.684Z Mediators to change: 2
1472026-05-29T17:03:13.684Z Create boot environment: No
1482026-05-29T17:03:13.687ZCreate backup boot environment: No
1492026-05-29T17:03:13.756ZFinalize: Updating package state database ... Done
1502026-05-29T17:03:13.756ZFinalize: Updating package cache ... Done
1512026-05-29T17:03:13.771ZFinalize: Updating image state ... Done
1522026-05-29T17:03:15.718ZFinalize: Creating fast lookup database ... Done
1532026-05-29T17:03:15.778ZFinalize: Reading search index ... Done
1542026-05-29T17:03:15.781ZFinalize: Updating search index ... Done
1552026-05-29T17:03:15.881ZFinalize: Updating package cache ... Done
1562026-05-29T17:03:16.167ZPlanning: Evaluating mediator changes ... Done
1572026-05-29T17:03:16.272ZPlanning: Checking for conflicting actions ... Done
1582026-05-29T17:03:16.275ZPlanning: Consolidating action changes ... Done
1592026-05-29T17:03:16.431ZPlanning: Evaluating mediators ... Done
1602026-05-29T17:03:16.434ZPlanning: Planning completed in 0.26 seconds
1612026-05-29T17:03:16.456Z Mediators to change: 1
1622026-05-29T17:03:16.456Z Create boot environment: No
1632026-05-29T17:03:16.456ZCreate backup boot environment: No
1642026-05-29T17:03:16.512ZFinalize: Updating package state database ... Done
1652026-05-29T17:03:16.512ZFinalize: Updating package cache ... Done
1662026-05-29T17:03:16.527ZFinalize: Updating image state ... Done
1672026-05-29T17:03:18.477ZFinalize: Creating fast lookup database ... Done
1682026-05-29T17:03:18.540ZFinalize: Reading search index ... Done
1692026-05-29T17:03:18.543ZFinalize: Updating search index ... Done
1702026-05-29T17:03:18.620ZFinalize: Updating package cache ... Done
1712026-05-29T17:03:18.932ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-29T17:03:18.932Zapache system 2.4 system
1732026-05-29T17:03:18.932Zclang system 15 system
1742026-05-29T17:03:18.932Zcsh system system illumos
1752026-05-29T17:03:18.932Zctags system system illumos
1762026-05-29T17:03:18.932Zfile vendor vendor darwinsys
1772026-05-29T17:03:18.932Zfile system system illumos
1782026-05-29T17:03:18.932Zgcc vendor 14 vendor
1792026-05-29T17:03:18.932Zgcc system 13 system
1802026-05-29T17:03:18.932Zgcc system 10 system
1812026-05-29T17:03:18.932Zgo system 1.25 system
1822026-05-29T17:03:18.932Zllvm system 15 system
1832026-05-29T17:03:18.932Zmariadb system 11.4 system
1842026-05-29T17:03:18.932Zmta vendor vendor dma
1852026-05-29T17:03:18.932Zopenjdk system 17 system
1862026-05-29T17:03:18.932Zopenjdk system 11 system
1872026-05-29T17:03:18.932Zopenssl vendor 3 vendor
1882026-05-29T17:03:18.932Zperl system 5.40 system
1892026-05-29T17:03:18.932Zpostgresql system 18 system
1902026-05-29T17:03:18.932Zpostgresql system 17 system
1912026-05-29T17:03:18.932Zpython vendor 3 vendor
1922026-05-29T17:03:18.932Zpython system 2 system
1932026-05-29T17:03:18.932Zpython3 vendor 3.13 vendor
1942026-05-29T17:03:18.932Zruby system 3.4 system
1952026-05-29T17:03:18.932Zruby system 3.0 system
1962026-05-29T17:03:18.932Zwords vendor vendor american-english
1972026-05-29T17:03:18.932Zwords system system australian-english
1982026-05-29T17:03:18.932Zwords system system british-english
1992026-05-29T17:03:18.932Zwords system system canadian-english
2002026-05-29T17:03:18.932Zwords system system french
2012026-05-29T17:03:18.933Zwords system system italian
2022026-05-29T17:03:18.933Zwords system system ngerman
2032026-05-29T17:03:18.933Zwords system system ogerman
2042026-05-29T17:03:18.933Zwords system system spanish
2052026-05-29T17:03:19.196ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-29T17:03:19.196Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-29T17:03:19.474ZFMRI IFO
2082026-05-29T17:03:19.474Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-29T17:03:19.474Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-29T17:03:19.474Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-29T17:03:19.474Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-29T17:03:19.474Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-29T17:03:19.474Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-29T17:03:19.474Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-29T17:03:19.474Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-29T17:03:19.475Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-29T17:03:19.723Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-29T17:03:20.000Z Updating crates.io index
2192026-05-29T17:03:20.003Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-29T17:03:20.578Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-29T17:03:20.998Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-29T17:03:21.277Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-29T17:03:22.378Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-29T17:03:22.923Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-29T17:03:24.446Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-29T17:03:25.167Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-29T17:03:25.509Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-29T17:03:26.290Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-29T17:03:26.661Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-29T17:03:27.040Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-29T17:03:27.358Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-29T17:03:28.412Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-29T17:03:28.900Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-29T17:03:29.148Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-29T17:03:29.520Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-29T17:03:29.738Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-29T17:03:30.130Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-29T17:03:30.440Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-29T17:03:30.681Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-29T17:03:30.986Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-29T17:03:31.422Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-29T17:03:31.774Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-29T17:03:32.289Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-29T17:03:32.747Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-29T17:03:33.074Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-29T17:03:33.539Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-29T17:03:33.823Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-29T17:03:35.002Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-29T17:03:35.932Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-29T17:03:36.219Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-29T17:03:36.604Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-29T17:03:36.963Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-29T17:03:37.327Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-29T17:03:37.716Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-29T17:03:38.252Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-29T17:03:38.474Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-29T17:03:38.758Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-29T17:03:39.121Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-29T17:03:50.836Z Downloading crates ...
2602026-05-29T17:03:50.884Z Downloaded colorchoice v1.0.4
2612026-05-29T17:03:50.888Z Downloaded cpufeatures v0.2.17
2622026-05-29T17:03:50.891Z Downloaded anstyle v1.0.13
2632026-05-29T17:03:50.891Z Downloaded clap_lex v1.0.0
2642026-05-29T17:03:50.891Z Downloaded anstream v0.6.21
2652026-05-29T17:03:50.895Z Downloaded crypto-common v0.1.7
2662026-05-29T17:03:50.899Z Downloaded digest v0.10.7
2672026-05-29T17:03:50.903Z Downloaded clap_derive v4.5.55
2682026-05-29T17:03:50.903Z Downloaded usdt-attr-macro v0.5.0
2692026-05-29T17:03:50.903Z Downloaded toml v0.8.23
2702026-05-29T17:03:50.906Z Downloaded unicode-xid v0.2.6
2712026-05-29T17:03:50.906Z Downloaded thiserror-impl v2.0.18
2722026-05-29T17:03:50.909Z Downloaded scroll_derive v0.12.1
2732026-05-29T17:03:50.909Z Downloaded toml_datetime v0.6.11
2742026-05-29T17:03:50.913Z Downloaded zerocopy-derive v0.7.35
2752026-05-29T17:03:50.917Z Downloaded percent-encoding v2.3.2
2762026-05-29T17:03:50.917Z Downloaded typeid v1.0.3
2772026-05-29T17:03:50.917Z Downloaded pest_derive v2.8.6
2782026-05-29T17:03:50.921Z Downloaded unicode-ident v1.0.24
2792026-05-29T17:03:50.921Z Downloaded thiserror v1.0.69
2802026-05-29T17:03:50.921Z Downloaded proc-macro-error v1.0.4
2812026-05-29T17:03:50.924Z Downloaded errno v0.3.14
2822026-05-29T17:03:50.924Z Downloaded bitflags v2.11.0
2832026-05-29T17:03:50.927Z Downloaded cfg-if v1.0.4
2842026-05-29T17:03:50.927Z Downloaded ordered-float v2.10.1
2852026-05-29T17:03:50.927Z Downloaded once_cell v1.21.3
2862026-05-29T17:03:50.930Z Downloaded thread-id v4.2.2
2872026-05-29T17:03:50.930Z Downloaded itoa v1.0.17
2882026-05-29T17:03:50.930Z Downloaded potential_utf v0.1.4
2892026-05-29T17:03:50.930Z Downloaded utf8_iter v1.0.4
2902026-05-29T17:03:50.930Z Downloaded textwrap v0.16.2
2912026-05-29T17:03:50.933Z Downloaded macaddr v1.0.1
2922026-05-29T17:03:50.933Z Downloaded serde_core v1.0.228
2932026-05-29T17:03:50.936Z Downloaded autocfg v1.5.0
2942026-05-29T17:03:50.936Z Downloaded version_check v0.9.5
2952026-05-29T17:03:50.939Z Downloaded serde-value v0.7.0
2962026-05-29T17:03:50.943Z Downloaded thiserror v2.0.18
2972026-05-29T17:03:50.946Z Downloaded stable_deref_trait v1.2.1
2982026-05-29T17:03:50.946Z Downloaded fastrand v2.3.0
2992026-05-29T17:03:50.946Z Downloaded usdt v0.5.0
3002026-05-29T17:03:50.946Z Downloaded heck v0.4.1
3012026-05-29T17:03:50.946Z Downloaded generic-array v0.14.7
3022026-05-29T17:03:50.949Z Downloaded quote v1.0.45
3032026-05-29T17:03:50.949Z Downloaded zerofrom v0.1.6
3042026-05-29T17:03:50.949Z Downloaded zerofrom-derive v0.1.6
3052026-05-29T17:03:50.949Z Downloaded toml_write v0.1.2
3062026-05-29T17:03:50.952Z Downloaded anstyle-parse v0.2.7
3072026-05-29T17:03:50.952Z Downloaded usdt-macro v0.5.0
3082026-05-29T17:03:50.952Z Downloaded anstyle-query v1.1.5
3092026-05-29T17:03:50.957Z Downloaded yoke-derive v0.8.1
3102026-05-29T17:03:50.957Z Downloaded utf8parse v0.2.2
3112026-05-29T17:03:50.957Z Downloaded zmij v1.0.21
3122026-05-29T17:03:50.957Z Downloaded memmap v0.7.0
3132026-05-29T17:03:50.960Z Downloaded dof v0.3.0
3142026-05-29T17:03:50.960Z Downloaded cargo_metadata v0.21.0
3152026-05-29T17:03:50.960Z Downloaded yoke v0.8.1
3162026-05-29T17:03:50.961Z Downloaded zerovec-derive v0.11.2
3172026-05-29T17:03:50.961Z Downloaded usdt-impl v0.5.0
3182026-05-29T17:03:50.964Z Downloaded thiserror-impl v1.0.69
3192026-05-29T17:03:50.964Z Downloaded proc-macro-error-attr v1.0.4
3202026-05-29T17:03:50.964Z Downloaded writeable v0.6.2
3212026-05-29T17:03:50.964Z Downloaded camino v1.2.2
3222026-05-29T17:03:50.968Z Downloaded typenum v1.19.0
3232026-05-29T17:03:50.971Z Downloaded swrite v0.1.0
3242026-05-29T17:03:50.971Z Downloaded cargo-platform v0.2.0
3252026-05-29T17:03:50.976Z Downloaded serde_spanned v0.6.9
3262026-05-29T17:03:50.976Z Downloaded idna_adapter v1.2.1
3272026-05-29T17:03:50.979Z Downloaded unicode-linebreak v0.1.5
3282026-05-29T17:03:50.979Z Downloaded toml_edit v0.22.27
3292026-05-29T17:03:50.979Z Downloaded pretty-hex v0.4.1
3302026-05-29T17:03:51.990Z Downloaded terminal_size v0.4.3
3312026-05-29T17:03:51.990Z Downloaded smawk v0.3.2
3322026-05-29T17:03:51.990Z Downloaded fnv v1.0.7
3332026-05-29T17:03:52.000Z Downloaded tinystr v0.8.2
3342026-05-29T17:03:52.000Z Downloaded ucd-trie v0.1.7
3352026-05-29T17:03:52.000Z Downloaded serde_tokenstream v0.2.3
3362026-05-29T17:03:52.000Z Downloaded zerotrie v0.2.3
3372026-05-29T17:03:52.000Z Downloaded winnow v0.7.14
3382026-05-29T17:03:52.000Z Downloaded equivalent v1.0.2
3392026-05-29T17:03:52.000Z Downloaded url v2.5.8
3402026-05-29T17:03:52.000Z Downloaded form_urlencoded v1.2.2
3412026-05-29T17:03:52.000Z Downloaded dtrace-parser v0.2.0
3422026-05-29T17:03:52.001Z Downloaded heck v0.5.0
3432026-05-29T17:03:52.001Z Downloaded block-buffer v0.10.4
3442026-05-29T17:03:52.001Z Downloaded zerovec v0.11.5
3452026-05-29T17:03:52.001Z Downloaded strsim v0.11.1
3462026-05-29T17:03:52.001Z Downloaded zerocopy v0.7.35
3472026-05-29T17:03:52.001Z Downloaded is_terminal_polyfill v1.70.2
3482026-05-29T17:03:52.001Z Downloaded synstructure v0.13.2
3492026-05-29T17:03:52.001Z Downloaded unicode-width v0.2.0
3502026-05-29T17:03:52.001Z Downloaded unicode-width v0.1.14
3512026-05-29T17:03:52.001Z Downloaded displaydoc v0.2.5
3522026-05-29T17:03:52.001Z Downloaded cargo_toml v0.21.0
3532026-05-29T17:03:52.001Z Downloaded serde-untagged v0.1.9
3542026-05-29T17:03:52.001Z Downloaded plain v0.2.3
3552026-05-29T17:03:52.001Z Downloaded sha2 v0.10.9
3562026-05-29T17:03:52.001Z Downloaded num-traits v0.2.19
3572026-05-29T17:03:52.001Z Downloaded tabled_derive v0.7.0
3582026-05-29T17:03:52.001Z Downloaded tempfile v3.25.0
3592026-05-29T17:03:52.001Z Downloaded camino-tempfile v1.4.1
3602026-05-29T17:03:52.002Z Downloaded erased-serde v0.4.9
3612026-05-29T17:03:52.002Z Downloaded litemap v0.8.1
3622026-05-29T17:03:52.002Z Downloaded scroll v0.12.0
3632026-05-29T17:03:52.002Z Downloaded fs-err v3.3.0
3642026-05-29T17:03:52.002Z Downloaded proc-macro2 v1.0.106
3652026-05-29T17:03:52.002Z Downloaded getrandom v0.4.1
3662026-05-29T17:03:52.002Z Downloaded pest_generator v2.8.6
3672026-05-29T17:03:52.002Z Downloaded cargo-util-schemas v0.8.2
3682026-05-29T17:03:52.002Z Downloaded anyhow v1.0.102
3692026-05-29T17:03:52.002Z Downloaded serde_derive v1.0.228
3702026-05-29T17:03:52.002Z Downloaded bytecount v0.6.9
3712026-05-29T17:03:52.002Z Downloaded papergrid v0.11.0
3722026-05-29T17:03:52.002Z Downloaded smallvec v1.15.1
3732026-05-29T17:03:52.002Z Downloaded byteorder v1.5.0
3742026-05-29T17:03:52.002Z Downloaded semver v1.0.28
3752026-05-29T17:03:52.002Z Downloaded icu_properties v2.1.2
3762026-05-29T17:03:52.002Z Downloaded icu_normalizer v2.1.1
3772026-05-29T17:03:52.002Z Downloaded serde v1.0.228
3782026-05-29T17:03:52.002Z Downloaded log v0.4.29
3792026-05-29T17:03:52.002Z Downloaded icu_provider v2.1.1
3802026-05-29T17:03:52.002Z Downloaded clap v4.5.60
3812026-05-29T17:03:52.002Z Downloaded icu_collections v2.1.1
3822026-05-29T17:03:52.002Z Downloaded pest_meta v2.8.6
3832026-05-29T17:03:52.002Z Downloaded icu_normalizer_data v2.1.1
3842026-05-29T17:03:52.002Z Downloaded icu_locale_core v2.1.1
3852026-05-29T17:03:52.002Z Downloaded memchr v2.8.0
3862026-05-29T17:03:52.002Z Downloaded indexmap v2.14.0
3872026-05-29T17:03:52.002Z Downloaded serde_json v1.0.149
3882026-05-29T17:03:52.003Z Downloaded pest v2.8.6
3892026-05-29T17:03:52.003Z Downloaded idna v1.1.0
3902026-05-29T17:03:52.003Z Downloaded clap_builder v4.5.60
3912026-05-29T17:03:52.003Z Downloaded goblin v0.8.2
3922026-05-29T17:03:52.003Z Downloaded icu_properties_data v2.1.2
3932026-05-29T17:03:52.003Z Downloaded hashbrown v0.17.0
3942026-05-29T17:03:52.003Z Downloaded syn v1.0.109
3952026-05-29T17:03:52.003Z Downloaded tabled v0.15.0
3962026-05-29T17:03:52.003Z Downloaded syn v2.0.117
3972026-05-29T17:03:52.003Z Downloaded rustix v1.1.3
3982026-05-29T17:03:52.003Z Downloaded libc v0.2.185
3992026-05-29T17:03:52.003Z Compiling proc-macro2 v1.0.106
4002026-05-29T17:03:52.003Z Compiling unicode-ident v1.0.24
4012026-05-29T17:03:52.003Z Compiling quote v1.0.45
4022026-05-29T17:03:52.003Z Compiling serde_core v1.0.228
4032026-05-29T17:03:52.003Z Compiling libc v0.2.185
4042026-05-29T17:03:52.003Z Compiling version_check v0.9.5
4052026-05-29T17:03:52.003Z Compiling memchr v2.8.0
4062026-05-29T17:03:52.003Z Compiling serde v1.0.228
4072026-05-29T17:03:52.003Z Compiling stable_deref_trait v1.2.1
4082026-05-29T17:03:52.003Z Compiling zmij v1.0.21
4092026-05-29T17:03:52.003Z Compiling autocfg v1.5.0
4102026-05-29T17:03:52.003Z Compiling ucd-trie v0.1.7
4112026-05-29T17:03:52.003Z Compiling itoa v1.0.17
4122026-05-29T17:03:52.003Z Compiling thiserror v1.0.69
4132026-05-29T17:03:52.003Z Compiling litemap v0.8.1
4142026-05-29T17:03:52.003Z Compiling writeable v0.6.2
4152026-05-29T17:03:52.003Z Compiling rustix v1.1.3
4162026-05-29T17:03:52.003Z Compiling icu_normalizer_data v2.1.1
4172026-05-29T17:03:52.003Z Compiling byteorder v1.5.0
4182026-05-29T17:03:52.003Z Compiling icu_properties_data v2.1.2
4192026-05-29T17:03:52.003Z Compiling bitflags v2.11.0
4202026-05-29T17:03:52.013Z Compiling serde_json v1.0.149
4212026-05-29T17:03:52.100Z Compiling pest v2.8.6
4222026-05-29T17:03:52.195Z Compiling num-traits v0.2.19
4232026-05-29T17:03:52.284Z Compiling equivalent v1.0.2
4242026-05-29T17:03:52.370Z Compiling hashbrown v0.17.0
4252026-05-29T17:03:52.423Z Compiling smallvec v1.15.1
4262026-05-29T17:03:52.426Z Compiling typeid v1.0.3
4272026-05-29T17:03:52.426Z Compiling usdt-impl v0.5.0
4282026-05-29T17:03:52.494Z Compiling proc-macro-error-attr v1.0.4
4292026-05-29T17:03:52.498Z Compiling winnow v0.7.14
4302026-05-29T17:03:52.552Z Compiling toml_write v0.1.2
4312026-05-29T17:03:52.588Z Compiling errno v0.3.14
4322026-05-29T17:03:52.612Z Compiling thread-id v4.2.2
4332026-05-29T17:03:52.632Z Compiling erased-serde v0.4.9
4342026-05-29T17:03:52.652Z Compiling syn v1.0.109
4352026-05-29T17:03:52.691Z Compiling proc-macro-error v1.0.4
4362026-05-29T17:03:52.807Z Compiling thiserror v2.0.18
4372026-05-29T17:03:52.824Z Compiling utf8_iter v1.0.4
4382026-05-29T17:03:52.903Z Compiling utf8parse v0.2.2
4392026-05-29T17:03:52.958Z Compiling syn v2.0.117
4402026-05-29T17:03:52.975Z Compiling indexmap v2.14.0
4412026-05-29T17:03:53.018Z Compiling camino v1.2.2
4422026-05-29T17:03:53.072Z Compiling log v0.4.29
4432026-05-29T17:03:53.075Z Compiling plain v0.2.3
4442026-05-29T17:03:53.075Z Compiling percent-encoding v2.3.2
4452026-05-29T17:03:53.075Z Compiling getrandom v0.4.1
4462026-05-29T17:03:53.233Z Compiling pest_meta v2.8.6
4472026-05-29T17:03:53.277Z Compiling form_urlencoded v1.2.2
4482026-05-29T17:03:53.305Z Compiling anstyle-parse v0.2.7
4492026-05-29T17:03:53.424Z Compiling ordered-float v2.10.1
4502026-05-29T17:03:53.485Z Compiling anstyle-query v1.1.5
4512026-05-29T17:03:53.488Z Compiling cfg-if v1.0.4
4522026-05-29T17:03:53.523Z Compiling is_terminal_polyfill v1.70.2
4532026-05-29T17:03:53.575Z Compiling pretty-hex v0.4.1
4542026-05-29T17:03:53.575Z Compiling anstyle v1.0.13
4552026-05-29T17:03:53.634Z Compiling colorchoice v1.0.4
4562026-05-29T17:03:53.673Z Compiling terminal_size v0.4.3
4572026-05-29T17:03:53.693Z Compiling fs-err v3.3.0
4582026-05-29T17:03:53.749Z Compiling anyhow v1.0.102
4592026-05-29T17:03:53.769Z Compiling once_cell v1.21.3
4602026-05-29T17:03:53.786Z Compiling heck v0.5.0
4612026-05-29T17:03:53.894Z Compiling semver v1.0.28
4622026-05-29T17:03:53.927Z Compiling anstream v0.6.21
4632026-05-29T17:03:53.948Z Compiling heck v0.4.1
4642026-05-29T17:03:54.007Z Compiling bytecount v0.6.9
4652026-05-29T17:03:54.026Z Compiling fastrand v2.3.0
4662026-05-29T17:03:54.101Z Compiling strsim v0.11.1
4672026-05-29T17:03:54.121Z Compiling fnv v1.0.7
4682026-05-29T17:03:54.162Z Compiling unicode-width v0.1.14
4692026-05-29T17:03:54.224Z Compiling clap_lex v1.0.0
4702026-05-29T17:03:54.243Z Compiling unicode-xid v0.2.6
4712026-05-29T17:03:54.261Z Compiling tempfile v3.25.0
4722026-05-29T17:03:54.281Z Compiling serde-untagged v0.1.9
4732026-05-29T17:03:54.362Z Compiling memmap v0.7.0
4742026-05-29T17:03:54.388Z Compiling clap_builder v4.5.60
4752026-05-29T17:03:54.468Z Compiling papergrid v0.11.0
4762026-05-29T17:03:54.486Z Compiling smawk v0.3.2
4772026-05-29T17:03:54.489Z Compiling unicode-linebreak v0.1.5
4782026-05-29T17:03:54.521Z Compiling unicode-width v0.2.0
4792026-05-29T17:03:54.591Z Compiling camino-tempfile v1.4.1
4802026-05-29T17:03:54.648Z Compiling swrite v0.1.0
4812026-05-29T17:03:54.672Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-29T17:03:54.766Z Compiling textwrap v0.16.2
4832026-05-29T17:03:55.033Z Compiling tabled_derive v0.7.0
4842026-05-29T17:03:55.602Z Compiling synstructure v0.13.2
4852026-05-29T17:03:55.602Z Compiling pest_generator v2.8.6
4862026-05-29T17:03:55.749Z Compiling tabled v0.15.0
4872026-05-29T17:03:56.123Z Compiling serde_derive v1.0.228
4882026-05-29T17:03:56.123Z Compiling zerofrom-derive v0.1.6
4892026-05-29T17:03:56.126Z Compiling yoke-derive v0.8.1
4902026-05-29T17:03:56.126Z Compiling zerovec-derive v0.11.2
4912026-05-29T17:03:56.126Z Compiling displaydoc v0.2.5
4922026-05-29T17:03:56.158Z Compiling thiserror-impl v1.0.69
4932026-05-29T17:03:56.161Z Compiling zerocopy-derive v0.7.35
4942026-05-29T17:03:56.242Z Compiling pest_derive v2.8.6
4952026-05-29T17:03:56.262Z Compiling scroll_derive v0.12.1
4962026-05-29T17:03:56.325Z Compiling thiserror-impl v2.0.18
4972026-05-29T17:03:56.343Z Compiling clap_derive v4.5.55
4982026-05-29T17:03:56.933Z Compiling scroll v0.12.0
4992026-05-29T17:03:57.020Z Compiling zerocopy v0.7.35
5002026-05-29T17:03:57.134Z Compiling zerofrom v0.1.6
5012026-05-29T17:03:57.158Z Compiling goblin v0.8.2
5022026-05-29T17:03:57.241Z Compiling yoke v0.8.1
5032026-05-29T17:03:57.299Z Compiling dtrace-parser v0.2.0
5042026-05-29T17:03:57.400Z Compiling zerovec v0.11.5
5052026-05-29T17:03:57.400Z Compiling zerotrie v0.2.3
5062026-05-29T17:03:57.696Z Compiling clap v4.5.60
5072026-05-29T17:03:57.817Z Compiling tinystr v0.8.2
5082026-05-29T17:03:57.817Z Compiling potential_utf v0.1.4
5092026-05-29T17:03:57.928Z Compiling icu_collections v2.1.1
5102026-05-29T17:03:57.979Z Compiling icu_locale_core v2.1.1
5112026-05-29T17:03:58.537Z Compiling icu_provider v2.1.1
5122026-05-29T17:03:58.598Z Compiling dof v0.3.0
5132026-05-29T17:03:58.598Z Compiling serde_tokenstream v0.2.3
5142026-05-29T17:03:58.631Z Compiling serde_spanned v0.6.9
5152026-05-29T17:03:58.634Z Compiling toml_datetime v0.6.11
5162026-05-29T17:03:58.634Z Compiling serde-value v0.7.0
5172026-05-29T17:03:58.634Z Compiling cargo-platform v0.2.0
5182026-05-29T17:03:58.634Z Compiling macaddr v1.0.1
5192026-05-29T17:03:58.773Z Compiling icu_properties v2.1.2
5202026-05-29T17:03:58.773Z Compiling icu_normalizer v2.1.1
5212026-05-29T17:03:58.860Z Compiling toml_edit v0.22.27
5222026-05-29T17:03:59.292Z Compiling usdt-macro v0.5.0
5232026-05-29T17:03:59.292Z Compiling usdt-attr-macro v0.5.0
5242026-05-29T17:03:59.595Z Compiling idna_adapter v1.2.1
5252026-05-29T17:03:59.704Z Compiling idna v1.1.0
5262026-05-29T17:03:59.895Z Compiling usdt v0.5.0
5272026-05-29T17:03:59.964Z Compiling url v2.5.8
5282026-05-29T17:04:00.142Z Compiling toml v0.8.23
5292026-05-29T17:04:00.480Z Compiling cargo-util-schemas v0.8.2
5302026-05-29T17:04:00.480Z Compiling cargo_toml v0.21.0
5312026-05-29T17:04:01.240Z Compiling cargo_metadata v0.21.0
5322026-05-29T17:04:02.153Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-29T17:04:04.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.71s
5342026-05-29T17:04:04.532Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-29T17:04:05.090Z Downloading crates ...
5362026-05-29T17:04:05.184Z Downloaded ascii-canvas v3.0.0
5372026-05-29T17:04:05.187Z Downloaded assert_matches v1.5.0
5382026-05-29T17:04:05.187Z Downloaded adler2 v2.0.1
5392026-05-29T17:04:05.201Z Downloaded ciborium-ll v0.2.2
5402026-05-29T17:04:05.204Z Downloaded atty v0.2.14
5412026-05-29T17:04:05.205Z Downloaded curve25519-dalek-derive v0.1.1
5422026-05-29T17:04:05.209Z Downloaded async-bb8-diesel v0.2.1
5432026-05-29T17:04:05.213Z Downloaded cmake v0.1.57
5442026-05-29T17:04:05.213Z Downloaded bitflags v1.3.2
5452026-05-29T17:04:05.213Z Downloaded async-stream v0.3.6
5462026-05-29T17:04:05.224Z Downloaded crc8 v0.1.1
5472026-05-29T17:04:05.224Z Downloaded ctr v0.9.2
5482026-05-29T17:04:05.229Z Downloaded crossbeam-epoch v0.9.18
5492026-05-29T17:04:05.229Z Downloaded foreign-types v0.3.2
5502026-05-29T17:04:05.229Z Downloaded async-compression v0.4.41
5512026-05-29T17:04:05.229Z Downloaded daft-derive v0.1.7
5522026-05-29T17:04:05.229Z Downloaded crossbeam-utils v0.8.21
5532026-05-29T17:04:05.229Z Downloaded daft v0.1.7
5542026-05-29T17:04:05.233Z Downloaded crossbeam-deque v0.8.6
5552026-05-29T17:04:05.233Z Downloaded ar_archive_writer v0.5.1
5562026-05-29T17:04:05.233Z Downloaded crc32fast v1.5.0
5572026-05-29T17:04:05.235Z Downloaded csv-core v0.1.13
5582026-05-29T17:04:05.235Z Downloaded bzip2 v0.4.4
5592026-05-29T17:04:05.239Z Downloaded dyn-clone v1.0.20
5602026-05-29T17:04:05.241Z Downloaded crossbeam-channel v0.5.15
5612026-05-29T17:04:05.245Z Downloaded ecdsa v0.16.9
5622026-05-29T17:04:05.249Z Downloaded dropshot_endpoint v0.17.0
5632026-05-29T17:04:05.249Z Downloaded bstr v1.12.1
5642026-05-29T17:04:05.254Z Downloaded env_filter v1.0.0
5652026-05-29T17:04:05.258Z Downloaded ena v0.14.4
5662026-05-29T17:04:05.259Z Downloaded endian-type v0.1.2
5672026-05-29T17:04:05.259Z Downloaded dtrace-parser v0.3.0
5682026-05-29T17:04:05.259Z Downloaded console v0.16.2
5692026-05-29T17:04:05.259Z Downloaded block-padding v0.3.3
5702026-05-29T17:04:05.261Z Downloaded bb8 v0.8.6
5712026-05-29T17:04:05.261Z Downloaded base16ct v0.2.0
5722026-05-29T17:04:05.264Z Downloaded embedded-io v0.4.0
5732026-05-29T17:04:05.264Z Downloaded debug-ignore v1.0.5
5742026-05-29T17:04:05.267Z Downloaded darling_macro v0.21.3
5752026-05-29T17:04:05.267Z Downloaded async-stream-impl v0.3.6
5762026-05-29T17:04:05.267Z Downloaded array-init v0.0.4
5772026-05-29T17:04:05.270Z Downloaded enum-as-inner v0.6.1
5782026-05-29T17:04:05.270Z Downloaded dsl_auto_type v0.2.0
5792026-05-29T17:04:05.270Z Downloaded crunchy v0.2.4
5802026-05-29T17:04:05.273Z Downloaded cargo-platform v0.3.2
5812026-05-29T17:04:05.273Z Downloaded bit-set v0.5.3
5822026-05-29T17:04:05.273Z Downloaded dirs-next v2.0.0
5832026-05-29T17:04:05.273Z Downloaded crucible-workspace-hack v0.1.0
5842026-05-29T17:04:05.276Z Downloaded camino-tempfile-ext v0.3.3
5852026-05-29T17:04:05.276Z Downloaded defmt-parser v1.0.0
5862026-05-29T17:04:05.279Z Downloaded float-ord v0.3.2
5872026-05-29T17:04:05.279Z Downloaded fd-lock v4.0.4
5882026-05-29T17:04:05.279Z Downloaded dunce v1.0.5
5892026-05-29T17:04:05.284Z Downloaded bcrypt-pbkdf v0.10.0
5902026-05-29T17:04:05.292Z Downloaded difflib v0.4.0
5912026-05-29T17:04:05.292Z Downloaded convert_case v0.4.0
5922026-05-29T17:04:05.292Z Downloaded fixedbitset v0.4.2
5932026-05-29T17:04:05.296Z Downloaded downcast-rs v2.0.2
5942026-05-29T17:04:05.296Z Downloaded dof v0.4.0
5952026-05-29T17:04:05.296Z Downloaded display-error-chain v0.2.2
5962026-05-29T17:04:05.296Z Downloaded castaway v0.2.4
5972026-05-29T17:04:05.297Z Downloaded aead v0.5.2
5982026-05-29T17:04:05.297Z Downloaded embedded-io v0.6.1
5992026-05-29T17:04:05.297Z Downloaded crc-catalog v2.4.0
6002026-05-29T17:04:05.302Z Downloaded ciborium-io v0.2.2
6012026-05-29T17:04:05.305Z Downloaded crc v3.4.0
6022026-05-29T17:04:05.306Z Downloaded derive_builder_macro v0.20.2
6032026-05-29T17:04:05.308Z Downloaded cpufeatures v0.3.0
6042026-05-29T17:04:05.308Z Downloaded document-features v0.2.12
6052026-05-29T17:04:05.313Z Downloaded find-msvc-tools v0.1.9
6062026-05-29T17:04:05.313Z Downloaded cobs v0.3.0
6072026-05-29T17:04:05.313Z Downloaded either v1.15.0
6082026-05-29T17:04:05.313Z Downloaded ed25519 v2.2.3
6092026-05-29T17:04:05.313Z Downloaded defmt v0.3.100
6102026-05-29T17:04:05.316Z Downloaded darling_macro v0.20.11
6112026-05-29T17:04:05.317Z Downloaded cstr-argument v0.1.2
6122026-05-29T17:04:05.319Z Downloaded dropshot-api-manager-types v0.7.2
6132026-05-29T17:04:05.320Z Downloaded atomic-waker v1.1.2
6142026-05-29T17:04:05.320Z Downloaded bit-set v0.8.0
6152026-05-29T17:04:05.323Z Downloaded darling_macro v0.23.0
6162026-05-29T17:04:05.323Z Downloaded arrayref v0.3.9
6172026-05-29T17:04:05.323Z Downloaded dirs-sys-next v0.1.2
6182026-05-29T17:04:05.326Z Downloaded darling_macro v0.13.4
6192026-05-29T17:04:05.326Z Downloaded cfg_aliases v0.2.1
6202026-05-29T17:04:05.329Z Downloaded foreign-types-macros v0.2.3
6212026-05-29T17:04:05.333Z Downloaded gethostname v0.5.0
6222026-05-29T17:04:05.333Z Downloaded futures-core v0.3.32
6232026-05-29T17:04:05.333Z Downloaded bit-vec v0.8.0
6242026-05-29T17:04:05.336Z Downloaded fxhash v0.2.1
6252026-05-29T17:04:05.336Z Downloaded futures-io v0.3.32
6262026-05-29T17:04:05.336Z Downloaded foreign-types-shared v0.3.1
6272026-05-29T17:04:05.336Z Downloaded float-cmp v0.10.0
6282026-05-29T17:04:05.336Z Downloaded argon2 v0.5.3
6292026-05-29T17:04:05.336Z Downloaded git-stub v1.0.0
6302026-05-29T17:04:05.340Z Downloaded hash32 v0.2.1
6312026-05-29T17:04:05.340Z Downloaded hash32 v0.3.1
6322026-05-29T17:04:05.340Z Downloaded compression-core v0.4.31
6332026-05-29T17:04:05.343Z Downloaded bitfield-macros v0.19.4
6342026-05-29T17:04:05.343Z Downloaded ahash v0.8.12
6352026-05-29T17:04:05.343Z Downloaded env_logger v0.11.9
6362026-05-29T17:04:05.346Z Downloaded fallible-iterator v0.2.0
6372026-05-29T17:04:05.346Z Downloaded foreign-types-shared v0.1.1
6382026-05-29T17:04:05.349Z Downloaded erased-serde v0.3.31
6392026-05-29T17:04:05.349Z Downloaded async-recursion v1.1.1
6402026-05-29T17:04:05.354Z Downloaded funty v2.0.0
6412026-05-29T17:04:05.354Z Downloaded diesel-dtrace v0.5.0
6422026-05-29T17:04:05.354Z Downloaded derive-ex v0.1.8
6432026-05-29T17:04:05.359Z Downloaded diesel_table_macro_syntax v0.3.0
6442026-05-29T17:04:05.359Z Downloaded der_derive v0.7.3
6452026-05-29T17:04:05.359Z Downloaded futures-macro v0.3.32
6462026-05-29T17:04:05.359Z Downloaded ff v0.13.1
6472026-05-29T17:04:05.362Z Downloaded foreign-types v0.5.0
6482026-05-29T17:04:05.362Z Downloaded fixedbitset v0.5.7
6492026-05-29T17:04:05.362Z Downloaded data-encoding v2.10.0
6502026-05-29T17:04:05.362Z Downloaded foldhash v0.1.5
6512026-05-29T17:04:05.362Z Downloaded ghash v0.5.1
6522026-05-29T17:04:05.365Z Downloaded atomicwrites v0.4.4
6532026-05-29T17:04:05.365Z Downloaded globwalk v0.9.1
6542026-05-29T17:04:05.365Z Downloaded cfg_aliases v0.1.1
6552026-05-29T17:04:05.365Z Downloaded hex v0.4.3
6562026-05-29T17:04:05.368Z Downloaded headers-core v0.3.0
6572026-05-29T17:04:05.368Z Downloaded futures-sink v0.3.32
6582026-05-29T17:04:05.372Z Downloaded blowfish v0.9.1
6592026-05-29T17:04:05.374Z Downloaded home v0.5.12
6602026-05-29T17:04:05.374Z Downloaded convert_case v0.10.0
6612026-05-29T17:04:05.374Z Downloaded bitfield-struct v0.6.2
6622026-05-29T17:04:05.374Z Downloaded byte-wrapper v0.1.0
6632026-05-29T17:04:05.377Z Downloaded arc-swap v1.8.2
6642026-05-29T17:04:05.380Z Downloaded deranged v0.5.8
6652026-05-29T17:04:05.380Z Downloaded darling v0.13.4
6662026-05-29T17:04:05.383Z Downloaded futures-task v0.3.32
6672026-05-29T17:04:05.383Z Downloaded chacha20 v0.9.1
6682026-05-29T17:04:05.390Z Downloaded cexpr v0.6.0
6692026-05-29T17:04:05.390Z Downloaded backoff v0.4.0
6702026-05-29T17:04:05.395Z Downloaded futures-executor v0.3.32
6712026-05-29T17:04:05.395Z Downloaded flagset v0.4.7
6722026-05-29T17:04:05.395Z Downloaded filetime v0.2.27
6732026-05-29T17:04:05.395Z Downloaded cipher v0.4.4
6742026-05-29T17:04:05.395Z Downloaded defmt-macros v1.0.1
6752026-05-29T17:04:05.399Z Downloaded hostname v0.4.2
6762026-05-29T17:04:05.399Z Downloaded glob v0.3.3
6772026-05-29T17:04:05.399Z Downloaded httpdate v1.0.3
6782026-05-29T17:04:05.399Z Downloaded constant_time_eq v0.4.2
6792026-05-29T17:04:05.402Z Downloaded crossterm v0.28.1
6802026-05-29T17:04:05.402Z Downloaded crypto-bigint v0.5.5
6812026-05-29T17:04:05.405Z Downloaded compression-codecs v0.4.37
6822026-05-29T17:04:05.408Z Downloaded diff v0.1.13
6832026-05-29T17:04:05.411Z Downloaded clang-sys v1.8.1
6842026-05-29T17:04:05.411Z Downloaded bzip2 v0.6.1
6852026-05-29T17:04:05.414Z Downloaded blake2 v0.10.6
6862026-05-29T17:04:05.414Z Downloaded hex-literal v0.4.1
6872026-05-29T17:04:05.417Z Downloaded hyper-tls v0.6.0
6882026-05-29T17:04:05.417Z Downloaded derive_more v0.99.20
6892026-05-29T17:04:05.420Z Downloaded critical-section v1.2.0
6902026-05-29T17:04:05.420Z Downloaded http-range v0.1.5
6912026-05-29T17:04:05.423Z Downloaded hostname v0.3.1
6922026-05-29T17:04:05.423Z Downloaded bitfield v0.19.4
6932026-05-29T17:04:05.423Z Downloaded hubpack v0.1.2
6942026-05-29T17:04:05.426Z Downloaded fs-err v2.11.0
6952026-05-29T17:04:05.426Z Downloaded cbc v0.1.2
6962026-05-29T17:04:05.429Z Downloaded bit-vec v0.6.3
6972026-05-29T17:04:05.429Z Downloaded des v0.8.1
6982026-05-29T17:04:05.429Z Downloaded foldhash v0.2.0
6992026-05-29T17:04:05.432Z Downloaded cargo_metadata v0.23.1
7002026-05-29T17:04:05.432Z Downloaded derive_builder v0.20.2
7012026-05-29T17:04:05.436Z Downloaded illumos-nvpair-sys v0.2.0
7022026-05-29T17:04:05.436Z Downloaded is-terminal v0.4.17
7032026-05-29T17:04:05.439Z Downloaded indent_write v2.2.0
7042026-05-29T17:04:05.440Z Downloaded instant v0.1.13
7052026-05-29T17:04:05.440Z Downloaded illumos-nvpair v0.3.0
7062026-05-29T17:04:05.440Z Downloaded ciborium v0.2.2
7072026-05-29T17:04:05.440Z Downloaded internet-checksum v0.2.1
7082026-05-29T17:04:05.443Z Downloaded inout v0.1.4
7092026-05-29T17:04:05.443Z Downloaded instability v0.3.11
7102026-05-29T17:04:05.443Z Downloaded indoc v1.0.9
7112026-05-29T17:04:05.447Z Downloaded is_ci v1.2.0
7122026-05-29T17:04:05.447Z Downloaded chacha20 v0.10.0
7132026-05-29T17:04:05.450Z Downloaded globset v0.4.18
7142026-05-29T17:04:05.450Z Downloaded buf-list v1.1.2
7152026-05-29T17:04:05.450Z Downloaded const_format_proc_macros v0.2.34
7162026-05-29T17:04:05.453Z Downloaded http-body-util v0.1.3
7172026-05-29T17:04:05.453Z Downloaded derive_builder_core v0.20.2
7182026-05-29T17:04:05.456Z Downloaded defmt v1.0.1
7192026-05-29T17:04:05.456Z Downloaded darling v0.21.3
7202026-05-29T17:04:05.460Z Downloaded getrandom v0.2.17
7212026-05-29T17:04:05.463Z Downloaded futures-channel v0.3.32
7222026-05-29T17:04:05.463Z Downloaded cassowary v0.3.0
7232026-05-29T17:04:05.466Z Downloaded fatfs v0.3.6
7242026-05-29T17:04:05.466Z Downloaded lazy_static v1.5.0
7252026-05-29T17:04:05.469Z Downloaded keccak v0.1.6
7262026-05-29T17:04:05.469Z Downloaded half v1.8.3
7272026-05-29T17:04:05.469Z Downloaded group v0.13.0
7282026-05-29T17:04:05.472Z Downloaded expectorate v1.2.0
7292026-05-29T17:04:05.472Z Downloaded drift v0.2.0
7302026-05-29T17:04:05.477Z Downloaded impl-trait-for-tuples v0.2.3
7312026-05-29T17:04:05.480Z Downloaded lalrpop-util v0.19.12
7322026-05-29T17:04:05.480Z Downloaded libscf-sys v1.2.0
7332026-05-29T17:04:05.483Z Downloaded bytes v1.11.1
7342026-05-29T17:04:05.486Z Downloaded lru v0.12.5
7352026-05-29T17:04:05.486Z Downloaded kstat-rs v0.2.4
7362026-05-29T17:04:05.486Z Downloaded hyper-staticfile v0.10.1
7372026-05-29T17:04:05.489Z Downloaded backon v1.6.0
7382026-05-29T17:04:05.489Z Downloaded darling v0.23.0
7392026-05-29T17:04:05.492Z Downloaded maplit v1.0.2
7402026-05-29T17:04:05.496Z Downloaded cookie v0.18.1
7412026-05-29T17:04:05.496Z Downloaded lzss v0.8.2
7422026-05-29T17:04:05.499Z Downloaded humantime v2.3.0
7432026-05-29T17:04:05.499Z Downloaded lru-slab v0.1.2
7442026-05-29T17:04:05.499Z Downloaded linked-hash-map v0.5.6
7452026-05-29T17:04:05.499Z Downloaded ipnetwork v0.21.1
7462026-05-29T17:04:05.504Z Downloaded new_debug_unreachable v1.0.6
7472026-05-29T17:04:05.504Z Downloaded md-5 v0.10.6
7482026-05-29T17:04:05.504Z Downloaded managed v0.8.0
7492026-05-29T17:04:05.504Z Downloaded ingot-types v0.1.2
7502026-05-29T17:04:05.508Z Downloaded nibble_vec v0.1.0
7512026-05-29T17:04:05.508Z Downloaded newline-converter v0.3.0
7522026-05-29T17:04:05.508Z Downloaded maybe-uninit v2.0.0
7532026-05-29T17:04:05.508Z Downloaded match_cfg v0.1.0
7542026-05-29T17:04:05.508Z Downloaded lru-cache v0.1.2
7552026-05-29T17:04:05.511Z Downloaded const-oid v0.9.6
7562026-05-29T17:04:05.511Z Downloaded md5 v0.7.0
7572026-05-29T17:04:05.511Z Downloaded mime v0.3.17
7582026-05-29T17:04:05.511Z Downloaded memoffset v0.9.1
7592026-05-29T17:04:05.514Z Downloaded indoc v2.0.7
7602026-05-29T17:04:05.514Z Downloaded derive-where v1.6.0
7612026-05-29T17:04:05.520Z Downloaded newtype_derive v0.1.6
7622026-05-29T17:04:05.520Z Downloaded multimap v0.10.1
7632026-05-29T17:04:05.523Z Downloaded getrandom v0.3.4
7642026-05-29T17:04:05.523Z Downloaded newtype-uuid-macros v0.1.0
7652026-05-29T17:04:05.523Z Downloaded darling_core v0.13.4
7662026-05-29T17:04:05.527Z Downloaded flume v0.11.1
7672026-05-29T17:04:05.527Z Downloaded cookie_store v0.22.1
7682026-05-29T17:04:05.530Z Downloaded elliptic-curve v0.13.8
7692026-05-29T17:04:05.535Z Downloaded darling_core v0.20.11
7702026-05-29T17:04:05.535Z Downloaded num-conv v0.2.0
7712026-05-29T17:04:05.538Z Downloaded nonempty v0.12.0
7722026-05-29T17:04:05.538Z Downloaded nodrop v0.1.14
7732026-05-29T17:04:05.538Z Downloaded flate2 v1.1.9
7742026-05-29T17:04:05.542Z Downloaded libsw-core v0.3.2
7752026-05-29T17:04:05.542Z Downloaded openssl-macros v0.1.1
7762026-05-29T17:04:05.542Z Downloaded num-iter v0.1.45
7772026-05-29T17:04:05.542Z Downloaded jobserver v0.1.34
7782026-05-29T17:04:05.547Z Downloaded normalize-line-endings v0.3.0
7792026-05-29T17:04:05.547Z Downloaded opaque-debug v0.3.1
7802026-05-29T17:04:05.547Z Downloaded libsw v3.5.0
7812026-05-29T17:04:05.547Z Downloaded libefi-sys v0.1.0
7822026-05-29T17:04:05.550Z Downloaded iana-time-zone v0.1.65
7832026-05-29T17:04:05.550Z Downloaded git-stub-vcs v0.1.0
7842026-05-29T17:04:05.550Z Downloaded num_enum_derive v0.5.11
7852026-05-29T17:04:05.550Z Downloaded console v0.15.11
7862026-05-29T17:04:05.557Z Downloaded cancel-safe-futures v0.1.5
7872026-05-29T17:04:05.557Z Downloaded colored v3.1.1
7882026-05-29T17:04:05.557Z Downloaded ident_case v1.0.1
7892026-05-29T17:04:05.557Z Downloaded hubpack_derive v0.1.1
7902026-05-29T17:04:05.557Z Downloaded hmac v0.12.1
7912026-05-29T17:04:05.560Z Downloaded libloading v0.8.9
7922026-05-29T17:04:05.560Z Downloaded ipnet v2.11.0
7932026-05-29T17:04:05.565Z Downloaded num_threads v0.1.7
7942026-05-29T17:04:05.565Z Downloaded multer v3.1.0
7952026-05-29T17:04:05.565Z Downloaded openssl-probe v0.1.6
7962026-05-29T17:04:05.568Z Downloaded oso-derive v0.27.3
7972026-05-29T17:04:05.568Z Downloaded olpc-cjson v0.1.4
7982026-05-29T17:04:05.568Z Downloaded openssl-probe v0.2.1
7992026-05-29T17:04:05.568Z Downloaded http-body v1.0.1
8002026-05-29T17:04:05.568Z Downloaded highway v1.3.0
8012026-05-29T17:04:05.573Z Downloaded corncobs v0.1.4
8022026-05-29T17:04:05.573Z Downloaded darling v0.20.11
8032026-05-29T17:04:05.576Z Downloaded path-slash v0.1.5
8042026-05-29T17:04:05.576Z Downloaded newtype-uuid v1.3.2
8052026-05-29T17:04:05.577Z Downloaded linear-map v1.2.0
8062026-05-29T17:04:05.577Z Downloaded fs_extra v1.3.0
8072026-05-29T17:04:05.581Z Downloaded parse-display v0.10.0
8082026-05-29T17:04:05.581Z Downloaded hyper-rustls v0.27.7
8092026-05-29T17:04:05.581Z Downloaded darling_core v0.21.3
8102026-05-29T17:04:05.586Z Downloaded num v0.4.3
8112026-05-29T17:04:05.586Z Downloaded native-tls v0.2.18
8122026-05-29T17:04:05.586Z Downloaded parse-size v1.1.0
8132026-05-29T17:04:05.589Z Downloaded num-derive v0.4.2
8142026-05-29T17:04:05.589Z Downloaded pbkdf2 v0.11.0
8152026-05-29T17:04:05.589Z Downloaded nanorand v0.7.0
8162026-05-29T17:04:05.594Z Downloaded pbkdf2 v0.12.2
8172026-05-29T17:04:05.594Z Downloaded ed25519-dalek v2.2.0
8182026-05-29T17:04:05.597Z Downloaded mime_guess v2.0.5
8192026-05-29T17:04:05.597Z Downloaded derive_more v2.1.1
8202026-05-29T17:04:05.600Z Downloaded phf_shared v0.11.3
8212026-05-29T17:04:05.605Z Downloaded peg-runtime v0.8.5
8222026-05-29T17:04:05.605Z Downloaded num-complex v0.4.6
8232026-05-29T17:04:05.617Z Downloaded pin-utils v0.1.0
8242026-05-29T17:04:05.620Z Downloaded phf_shared v0.13.1
8252026-05-29T17:04:05.620Z Downloaded num-integer v0.1.46
8262026-05-29T17:04:05.620Z Downloaded nu-ansi-term v0.50.3
8272026-05-29T17:04:05.625Z Downloaded phf_shared v0.12.1
8282026-05-29T17:04:05.625Z Downloaded half v2.7.1
8292026-05-29T17:04:05.629Z Downloaded heapless v0.7.17
8302026-05-29T17:04:05.629Z Downloaded futures v0.3.32
8312026-05-29T17:04:05.632Z Downloaded ignore v0.4.25
8322026-05-29T17:04:05.632Z Downloaded chacha20poly1305 v0.10.1
8332026-05-29T17:04:05.635Z Downloaded packed_struct_codegen v0.10.1
8342026-05-29T17:04:05.635Z Downloaded owo-colors v4.3.0
8352026-05-29T17:04:05.635Z Downloaded precomputed-hash v0.1.1
8362026-05-29T17:04:05.640Z Downloaded lock_api v0.4.14
8372026-05-29T17:04:05.640Z Downloaded predicates-tree v1.0.13
8382026-05-29T17:04:05.640Z Downloaded base64 v0.22.1
8392026-05-29T17:04:05.640Z Downloaded proc-macro-crate v3.4.0
8402026-05-29T17:04:05.644Z Downloaded powerfmt v0.2.0
8412026-05-29T17:04:05.644Z Downloaded num_enum v0.7.5
8422026-05-29T17:04:05.647Z Downloaded num_enum_derive v0.7.5
8432026-05-29T17:04:05.647Z Downloaded litrs v1.0.0
8442026-05-29T17:04:05.651Z Downloaded num_enum v0.5.11
8452026-05-29T17:04:05.654Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-05-29T17:04:05.654Z Downloaded oxide-tokio-rt v0.1.4
8472026-05-29T17:04:05.654Z Downloaded predicates-core v1.0.10
8482026-05-29T17:04:05.654Z Downloaded peg-macros v0.8.5
8492026-05-29T17:04:05.659Z Downloaded packed_struct v0.10.1
8502026-05-29T17:04:05.659Z Downloaded indexmap v1.9.3
8512026-05-29T17:04:05.659Z Downloaded httparse v1.10.1
8522026-05-29T17:04:05.663Z Downloaded progenitor-macro v0.11.2
8532026-05-29T17:04:05.663Z Downloaded progenitor-client v0.10.0
8542026-05-29T17:04:05.663Z Downloaded proc-macro-crate v1.3.1
8552026-05-29T17:04:05.663Z Downloaded password-hash v0.4.2
8562026-05-29T17:04:05.666Z Downloaded parse-display-derive v0.10.0
8572026-05-29T17:04:05.666Z Downloaded psl-types v2.0.11
8582026-05-29T17:04:05.666Z Downloaded progenitor-macro v0.13.0
8592026-05-29T17:04:05.666Z Downloaded progenitor-client v0.14.0
8602026-05-29T17:04:05.669Z Downloaded phf v0.12.1
8612026-05-29T17:04:05.669Z Downloaded pem v3.0.6
8622026-05-29T17:04:05.669Z Downloaded const_format v0.2.35
8632026-05-29T17:04:05.673Z Downloaded compact_str v0.8.1
8642026-05-29T17:04:05.678Z Downloaded progenitor-macro v0.14.0
8652026-05-29T17:04:05.678Z Downloaded bumpalo v3.20.2
8662026-05-29T17:04:05.678Z Downloaded progenitor-client v0.11.2
8672026-05-29T17:04:05.678Z Downloaded peg v0.8.5
8682026-05-29T17:04:05.682Z Downloaded pkg-config v0.3.32
8692026-05-29T17:04:05.682Z Downloaded phf v0.13.1
8702026-05-29T17:04:05.682Z Downloaded pem-rfc7468 v0.7.0
8712026-05-29T17:04:05.685Z Downloaded password-hash v0.5.0
8722026-05-29T17:04:05.685Z Downloaded num-rational v0.4.2
8732026-05-29T17:04:05.685Z Downloaded parking_lot_core v0.8.6
8742026-05-29T17:04:05.689Z Downloaded allocator-api2 v0.2.21
8752026-05-29T17:04:05.690Z Downloaded pin-project-internal v1.1.11
8762026-05-29T17:04:05.695Z Downloaded der v0.7.10
8772026-05-29T17:04:05.695Z Downloaded libbz2-rs-sys v0.2.2
8782026-05-29T17:04:05.698Z Downloaded parking_lot v0.12.5
8792026-05-29T17:04:05.698Z Downloaded hickory-resolver v0.25.2
8802026-05-29T17:04:05.698Z Downloaded poly1305 v0.8.0
8812026-05-29T17:04:05.702Z Downloaded quick-error v1.2.3
8822026-05-29T17:04:05.702Z Downloaded ppv-lite86 v0.2.21
8832026-05-29T17:04:05.702Z Downloaded pin-project-lite v0.2.17
8842026-05-29T17:04:05.707Z Downloaded headers v0.4.1
8852026-05-29T17:04:05.710Z Downloaded rand_chacha v0.3.1
8862026-05-29T17:04:05.710Z Downloaded parking_lot_core v0.9.12
8872026-05-29T17:04:05.710Z Downloaded recursive-proc-macro-impl v0.1.1
8882026-05-29T17:04:05.714Z Downloaded rand_xorshift v0.4.0
8892026-05-29T17:04:05.714Z Downloaded diesel_derives v2.3.7
8902026-05-29T17:04:05.717Z Downloaded postgres-protocol v0.6.10
8912026-05-29T17:04:05.717Z Downloaded indicatif v0.18.4
8922026-05-29T17:04:05.720Z Downloaded ref-cast-impl v1.0.25
8932026-05-29T17:04:05.721Z Downloaded ref-cast v1.0.25
8942026-05-29T17:04:05.726Z Downloaded derive_more-impl v2.1.1
8952026-05-29T17:04:05.729Z Downloaded primeorder v0.13.6
8962026-05-29T17:04:05.729Z Downloaded progenitor v0.14.0
8972026-05-29T17:04:05.729Z Downloaded progenitor v0.13.0
8982026-05-29T17:04:05.729Z Downloaded oxnet v0.1.4
8992026-05-29T17:04:05.729Z Downloaded memmap2 v0.9.10
9002026-05-29T17:04:05.733Z Downloaded predicates v3.1.4
9012026-05-29T17:04:05.733Z Downloaded progenitor v0.11.2
9022026-05-29T17:04:05.736Z Downloaded recursive v0.1.1
9032026-05-29T17:04:05.736Z Downloaded ingot-macros v0.1.1
9042026-05-29T17:04:05.736Z Downloaded ingot v0.1.1
9052026-05-29T17:04:05.736Z Downloaded darling_core v0.23.0
9062026-05-29T17:04:05.739Z Downloaded rfc6979 v0.4.0
9072026-05-29T17:04:05.740Z Downloaded progenitor-client v0.13.0
9082026-05-29T17:04:05.749Z Downloaded oso v0.27.3
9092026-05-29T17:04:05.749Z Downloaded crc-any v2.5.0
9102026-05-29T17:04:05.749Z Downloaded polyval v0.6.2
9112026-05-29T17:04:05.749Z Downloaded rustc-hash v2.1.1
9122026-05-29T17:04:05.749Z Downloaded pkcs1 v0.7.5
9132026-05-29T17:04:05.754Z Downloaded pkcs8 v0.10.2
9142026-05-29T17:04:05.754Z Downloaded rustc_version v0.4.1
9152026-05-29T17:04:05.754Z Downloaded russh-cryptovec v0.7.3
9162026-05-29T17:04:05.754Z Downloaded rtoolbox v0.0.3
9172026-05-29T17:04:05.754Z Downloaded pkcs5 v0.7.1
9182026-05-29T17:04:05.758Z Downloaded colored v2.2.0
9192026-05-29T17:04:05.758Z Downloaded psm v0.1.30
9202026-05-29T17:04:05.763Z Downloaded base64ct v1.8.3
9212026-05-29T17:04:05.763Z Downloaded p256 v0.13.2
9222026-05-29T17:04:05.763Z Downloaded radium v0.7.0
9232026-05-29T17:04:05.763Z Downloaded parking_lot v0.11.2
9242026-05-29T17:04:05.766Z Downloaded rustc_version v0.1.7
9252026-05-29T17:04:05.766Z Downloaded papergrid v0.17.0
9262026-05-29T17:04:05.769Z Downloaded rand_chacha v0.9.0
9272026-05-29T17:04:05.769Z Downloaded async-trait v0.1.89
9282026-05-29T17:04:05.772Z Downloaded cc v1.2.56
9292026-05-29T17:04:05.772Z Downloaded bcs v0.1.6
9302026-05-29T17:04:05.775Z Downloaded arrayvec v0.7.6
9312026-05-29T17:04:05.775Z Downloaded miniz_oxide v0.8.9
9322026-05-29T17:04:05.778Z Downloaded paste v1.0.15
9332026-05-29T17:04:05.781Z Downloaded postcard v1.1.3
9342026-05-29T17:04:05.784Z Downloaded rand_seeder v0.4.0
9352026-05-29T17:04:05.784Z Downloaded r2d2 v0.8.10
9362026-05-29T17:04:05.787Z Downloaded proc-macro-error2 v2.0.1
9372026-05-29T17:04:05.789Z Downloaded sapling-renderdag v0.1.0
9382026-05-29T17:04:05.789Z Downloaded progenitor-extras v0.2.0
9392026-05-29T17:04:05.794Z Downloaded same-file v1.0.6
9402026-05-29T17:04:05.794Z Downloaded scrypt v0.11.0
9412026-05-29T17:04:05.799Z Downloaded scheduled-thread-pool v0.2.7
9422026-05-29T17:04:05.799Z Downloaded rand_core v0.6.4
9432026-05-29T17:04:05.799Z Downloaded rand_core v0.10.0
9442026-05-29T17:04:05.802Z Downloaded secrecy v0.10.3
9452026-05-29T17:04:05.802Z Downloaded postgres-types v0.2.12
9462026-05-29T17:04:05.802Z Downloaded omicron-zone-package v0.12.2
9472026-05-29T17:04:05.805Z Downloaded jiff-static v0.2.21
9482026-05-29T17:04:05.805Z Downloaded hickory-resolver v0.24.4
9492026-05-29T17:04:05.808Z Downloaded scroll_derive v0.13.1
9502026-05-29T17:04:05.808Z Downloaded salsa20 v0.10.2
9512026-05-29T17:04:05.808Z Downloaded rand_core v0.9.5
9522026-05-29T17:04:05.811Z Downloaded scopeguard v1.2.0
9532026-05-29T17:04:05.816Z Downloaded semver v0.1.20
9542026-05-29T17:04:05.816Z Downloaded secrecy v0.8.0
9552026-05-29T17:04:05.819Z Downloaded serde_bytes v0.11.19
9562026-05-29T17:04:05.819Z Downloaded hyper-util v0.1.20
9572026-05-29T17:04:05.822Z Downloaded hickory-server v0.25.2
9582026-05-29T17:04:05.825Z Downloaded hashbrown v0.12.3
9592026-05-29T17:04:05.828Z Downloaded serde-big-array v0.5.1
9602026-05-29T17:04:05.828Z Downloaded resolv-conf v0.7.6
9612026-05-29T17:04:05.831Z Downloaded seq-macro v0.3.6
9622026-05-29T17:04:05.834Z Downloaded serde_plain v1.0.2
9632026-05-29T17:04:05.834Z Downloaded base64 v0.21.7
9642026-05-29T17:04:05.838Z Downloaded shell-words v1.1.1
9652026-05-29T17:04:05.841Z Downloaded serde_spanned v1.0.4
9662026-05-29T17:04:05.845Z Downloaded http v1.4.0
9672026-05-29T17:04:05.849Z Downloaded serde_urlencoded v0.7.1
9682026-05-29T17:04:05.855Z Downloaded serde_repr v0.1.20
9692026-05-29T17:04:05.859Z Downloaded rustls-pemfile v1.0.4
9702026-05-29T17:04:05.859Z Downloaded sct v0.7.1
9712026-05-29T17:04:05.859Z Downloaded signature v2.2.0
9722026-05-29T17:04:05.874Z Downloaded signal-hook-tokio v0.3.1
9732026-05-29T17:04:05.874Z Downloaded progenitor-impl v0.13.0
9742026-05-29T17:04:05.874Z Downloaded progenitor-impl v0.11.2
9752026-05-29T17:04:05.880Z Downloaded rustls-native-certs v0.8.3
9762026-05-29T17:04:05.880Z Downloaded rusty-fork v0.3.1
9772026-05-29T17:04:05.880Z Downloaded rustls-pemfile v2.2.0
9782026-05-29T17:04:05.880Z Downloaded siphasher v1.0.2
9792026-05-29T17:04:05.880Z Downloaded sigpipe v0.1.3
9802026-05-29T17:04:05.880Z Downloaded signal-hook-mio v0.2.5
9812026-05-29T17:04:05.880Z Downloaded pin-project v1.1.11
9822026-05-29T17:04:05.880Z Downloaded rustversion v1.0.22
9832026-05-29T17:04:05.883Z Downloaded slog-bunyan v2.5.0
9842026-05-29T17:04:05.883Z Downloaded slog-envlogger v2.2.0
9852026-05-29T17:04:05.886Z Downloaded heapless v0.8.0
9862026-05-29T17:04:05.889Z Downloaded openssl-sys v0.9.115
9872026-05-29T17:04:05.892Z Downloaded serde-hex v0.1.0
9882026-05-29T17:04:05.892Z Downloaded prefix-trie v0.7.0
9892026-05-29T17:04:05.895Z Downloaded hashbrown v0.13.2
9902026-05-29T17:04:05.897Z Downloaded scroll v0.13.0
9912026-05-29T17:04:05.902Z Downloaded serde_derive_internals v0.29.1
9922026-05-29T17:04:05.905Z Downloaded progenitor-impl v0.14.0
9932026-05-29T17:04:05.905Z Downloaded russh-keys v0.45.0
9942026-05-29T17:04:05.908Z Downloaded mio v1.2.0
9952026-05-29T17:04:05.912Z Downloaded itertools v0.10.5
9962026-05-29T17:04:05.915Z Downloaded pretty_assertions v1.4.1
9972026-05-29T17:04:05.918Z Downloaded ssh-cipher v0.2.0
9982026-05-29T17:04:05.918Z Downloaded prettyplease v0.2.37
9992026-05-29T17:04:05.922Z Downloaded dropshot-api-manager v0.7.2
10002026-05-29T17:04:05.924Z Downloaded sqlparser_derive v0.5.0
10012026-05-29T17:04:05.924Z Downloaded structmeta v0.3.0
10022026-05-29T17:04:05.928Z Downloaded crossterm v0.29.0
10032026-05-29T17:04:05.931Z Downloaded signal-hook-registry v1.4.8
10042026-05-29T17:04:05.934Z Downloaded sha1 v0.10.6
10052026-05-29T17:04:05.934Z Downloaded aes v0.8.4
10062026-05-29T17:04:05.937Z Downloaded subtle v2.6.1
10072026-05-29T17:04:05.940Z Downloaded ssh-encoding v0.2.0
10082026-05-29T17:04:05.942Z Downloaded strip-ansi-escapes v0.2.1
10092026-05-29T17:04:05.942Z Downloaded strum v0.26.3
10102026-05-29T17:04:05.947Z Downloaded strsim v0.10.0
10112026-05-29T17:04:05.947Z Downloaded strum v0.27.2
10122026-05-29T17:04:05.947Z Downloaded supports-color v3.0.2
10132026-05-29T17:04:05.947Z Downloaded structmeta-derive v0.3.0
10142026-05-29T17:04:05.950Z Downloaded ron v0.8.1
10152026-05-29T17:04:05.950Z Downloaded shlex v1.3.0
10162026-05-29T17:04:05.950Z Downloaded slab v0.4.12
10172026-05-29T17:04:05.953Z Downloaded take_mut v0.2.2
10182026-05-29T17:04:05.953Z Downloaded tabwriter v1.4.1
10192026-05-29T17:04:05.953Z Downloaded slog-json v2.6.1
10202026-05-29T17:04:05.962Z Downloaded slog-dtrace v0.3.0
10212026-05-29T17:04:05.962Z Downloaded rustls-pki-types v1.14.0
10222026-05-29T17:04:05.962Z Downloaded aes-gcm v0.10.3
10232026-05-29T17:04:05.964Z Downloaded smallvec v0.6.14
10242026-05-29T17:04:05.964Z Downloaded sync_wrapper v1.0.2
10252026-05-29T17:04:05.964Z Downloaded sync-ptr v0.1.4
10262026-05-29T17:04:05.967Z Downloaded tabled_derive v0.11.0
10272026-05-29T17:04:05.967Z Downloaded smf v0.2.3
10282026-05-29T17:04:05.967Z Downloaded snafu-derive v0.8.9
10292026-05-29T17:04:05.967Z Downloaded slog-stdlog v4.1.1
10302026-05-29T17:04:05.970Z Downloaded simd-adler32 v0.3.8
10312026-05-29T17:04:05.970Z Downloaded tagptr v0.2.0
10322026-05-29T17:04:05.972Z Downloaded tap v1.0.1
10332026-05-29T17:04:05.972Z Downloaded schemars_derive v0.8.22
10342026-05-29T17:04:05.972Z Downloaded slog-scope v4.4.1
10352026-05-29T17:04:05.975Z Downloaded serde_with_macros v1.5.2
10362026-05-29T17:04:05.975Z Downloaded sec1 v0.7.3
10372026-05-29T17:04:05.975Z Downloaded quinn-udp v0.5.14
10382026-05-29T17:04:05.978Z Downloaded rcgen v0.12.1
10392026-05-29T17:04:05.981Z Downloaded slog-term v2.9.2
10402026-05-29T17:04:05.983Z Downloaded termtree v0.5.1
10412026-05-29T17:04:05.986Z Downloaded sqlformat v0.3.5
10422026-05-29T17:04:05.989Z Downloaded nom v7.1.3
10432026-05-29T17:04:05.992Z Downloaded serde_cbor v0.11.2
10442026-05-29T17:04:05.992Z Downloaded testing_table v0.3.0
10452026-05-29T17:04:05.995Z Downloaded spki v0.7.3
10462026-05-29T17:04:05.995Z Downloaded serde_path_to_error v0.1.20
10472026-05-29T17:04:05.999Z Downloaded thiserror-impl-no-std v2.0.2
10482026-05-29T17:04:06.002Z Downloaded thread-id v5.1.0
10492026-05-29T17:04:06.002Z Downloaded tinyvec_macros v0.1.1
10502026-05-29T17:04:06.002Z Downloaded time-core v0.1.8
10512026-05-29T17:04:06.002Z Downloaded static_assertions v1.1.0
10522026-05-29T17:04:06.002Z Downloaded stacker v0.1.23
10532026-05-29T17:04:06.005Z Downloaded strum_macros v0.26.4
10542026-05-29T17:04:06.005Z Downloaded strum_macros v0.27.2
10552026-05-29T17:04:06.008Z Downloaded string_cache v0.8.9
10562026-05-29T17:04:06.013Z Downloaded minimal-lexical v0.2.1
10572026-05-29T17:04:06.022Z Downloaded support-bundle-viewer v0.1.2
10582026-05-29T17:04:06.024Z Downloaded stringprep v0.1.5
10592026-05-29T17:04:06.024Z Downloaded strum_macros v0.24.3
10602026-05-29T17:04:06.027Z Downloaded serde_with_macros v3.17.0
10612026-05-29T17:04:06.030Z Downloaded hashbrown v0.15.5
10622026-05-29T17:04:06.033Z Downloaded ryu v1.0.23
10632026-05-29T17:04:06.036Z Downloaded rayon-core v1.13.0
10642026-05-29T17:04:06.038Z Downloaded slog-async v2.8.0
10652026-05-29T17:04:06.041Z Downloaded rustls-platform-verifier v0.6.2
10662026-05-29T17:04:06.044Z Downloaded hyper v1.8.1
10672026-05-29T17:04:06.047Z Downloaded tower-layer v0.3.3
10682026-05-29T17:04:06.050Z Downloaded topological-sort v0.2.2
10692026-05-29T17:04:06.053Z Downloaded termios v0.3.3
10702026-05-29T17:04:06.056Z Downloaded tower-service v0.3.3
10712026-05-29T17:04:06.062Z Downloaded thread_local v1.1.9
10722026-05-29T17:04:06.065Z Downloaded spin v0.9.8
10732026-05-29T17:04:06.072Z Downloaded trait-variant v0.1.2
10742026-05-29T17:04:06.075Z Downloaded thiserror-no-std v2.0.2
10752026-05-29T17:04:06.079Z Downloaded tokio-macros v2.7.0
10762026-05-29T17:04:06.079Z Downloaded unarray v0.1.4
10772026-05-29T17:04:06.079Z Downloaded typify-macro v0.4.3
10782026-05-29T17:04:06.082Z Downloaded tokio-dtrace v0.1.1
10792026-05-29T17:04:06.082Z Downloaded typify-macro v0.6.2
10802026-05-29T17:04:06.082Z Downloaded tiny-keccak v2.0.2
10812026-05-29T17:04:06.085Z Downloaded serde_yaml v0.9.34+deprecated
10822026-05-29T17:04:06.085Z Downloaded tls_codec_derive v0.4.2
10832026-05-29T17:04:06.087Z Downloaded publicsuffix v2.3.0
10842026-05-29T17:04:06.087Z Downloaded time-macros v0.2.27
10852026-05-29T17:04:06.090Z Downloaded slog v2.8.2
10862026-05-29T17:04:06.093Z Downloaded try-lock v0.2.5
10872026-05-29T17:04:06.093Z Downloaded similar v2.7.0
10882026-05-29T17:04:06.096Z Downloaded quinn v0.11.9
10892026-05-29T17:04:06.100Z Downloaded qorb v0.4.1
10902026-05-29T17:04:06.100Z Downloaded blake3 v1.8.3
10912026-05-29T17:04:06.103Z Downloaded unit-prefix v0.5.2
10922026-05-29T17:04:06.106Z Downloaded tokio-native-tls v0.3.1
10932026-05-29T17:04:06.106Z Downloaded tls_codec v0.4.2
10942026-05-29T17:04:06.109Z Downloaded signal-hook v0.3.18
10952026-05-29T17:04:06.109Z Downloaded unicode-truncate v1.1.0
10962026-05-29T17:04:06.111Z Downloaded universal-hash v0.5.1
10972026-05-29T17:04:06.111Z Downloaded untrusted v0.7.1
10982026-05-29T17:04:06.111Z Downloaded rustls-webpki v0.103.9
10992026-05-29T17:04:06.114Z Downloaded num-bigint v0.4.6
11002026-05-29T17:04:06.117Z Downloaded rand v0.8.6
11012026-05-29T17:04:06.120Z Downloaded usdt-attr-macro v0.6.0
11022026-05-29T17:04:06.120Z Downloaded tokio-tungstenite v0.23.1
11032026-05-29T17:04:06.120Z Downloaded schemars v0.8.22
11042026-05-29T17:04:06.126Z Downloaded usdt v0.6.0
11052026-05-29T17:04:06.128Z Downloaded void v1.0.2
11062026-05-29T17:04:06.128Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11072026-05-29T17:04:06.128Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11082026-05-29T17:04:06.131Z Downloaded hashbrown v0.16.1
11092026-05-29T17:04:06.134Z Downloaded usdt-macro v0.6.0
11102026-05-29T17:04:06.134Z Downloaded toml_writer v1.0.6+spec-1.1.0
11112026-05-29T17:04:06.134Z Downloaded samael v0.0.19
11122026-05-29T17:04:06.138Z Downloaded schemars v1.2.1
11132026-05-29T17:04:06.147Z Downloaded wait-timeout v0.2.1
11142026-05-29T17:04:06.150Z Downloaded subprocess v0.2.15
11152026-05-29T17:04:06.152Z Downloaded term v1.2.1
11162026-05-29T17:04:06.152Z Downloaded term v0.7.0
11172026-05-29T17:04:06.156Z Downloaded libxml v0.3.3
11182026-05-29T17:04:06.159Z Downloaded want v0.3.1
11192026-05-29T17:04:06.159Z Downloaded tokio-rustls v0.24.1
11202026-05-29T17:04:06.163Z Downloaded waitgroup v0.1.2
11212026-05-29T17:04:06.163Z Downloaded p521 v0.13.3
11222026-05-29T17:04:06.166Z Downloaded hkdf v0.12.4
11232026-05-29T17:04:06.166Z Downloaded tui-tree-widget v0.23.1
11242026-05-29T17:04:06.166Z Downloaded iri-string v0.7.10
11252026-05-29T17:04:06.168Z Downloaded rsa v0.9.10
11262026-05-29T17:04:06.171Z Downloaded curve25519-dalek v4.1.3
11272026-05-29T17:04:06.176Z Downloaded xattr v1.6.1
11282026-05-29T17:04:06.179Z Downloaded tokio-stream v0.1.18
11292026-05-29T17:04:06.182Z Downloaded test-strategy v0.4.5
11302026-05-29T17:04:06.185Z Downloaded untrusted v0.9.0
11312026-05-29T17:04:06.185Z Downloaded itertools v0.12.1
11322026-05-29T17:04:06.188Z Downloaded xshell-macros v0.2.7
11332026-05-29T17:04:06.188Z Downloaded vergen-lib v0.1.6
11342026-05-29T17:04:06.191Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-05-29T17:04:06.193Z Downloaded tinyvec v1.10.0
11362026-05-29T17:04:06.194Z Downloaded rand v0.9.2
11372026-05-29T17:04:06.197Z Downloaded vergen-lib v9.1.0
11382026-05-29T17:04:06.197Z Downloaded uzers v0.12.2
11392026-05-29T17:04:06.199Z Downloaded schemars v0.9.0
11402026-05-29T17:04:06.204Z Downloaded zone_cfg_derive v0.3.1
11412026-05-29T17:04:06.206Z Downloaded utf-8 v0.7.6
11422026-05-29T17:04:06.206Z Downloaded iddqd v0.4.2
11432026-05-29T17:04:06.210Z Downloaded twox-hash v2.1.2
11442026-05-29T17:04:06.213Z Downloaded russh v0.45.0
11452026-05-29T17:04:06.216Z Downloaded tracing-attributes v0.1.31
11462026-05-29T17:04:06.218Z Downloaded vergen-gitcl v1.0.8
11472026-05-29T17:04:06.219Z Downloaded vergen-git2 v9.1.0
11482026-05-29T17:04:06.219Z Downloaded unicase v2.9.0
11492026-05-29T17:04:06.222Z Downloaded usdt-impl v0.6.0
11502026-05-29T17:04:06.222Z Downloaded tokio-tungstenite v0.21.0
11512026-05-29T17:04:06.222Z Downloaded zone v0.3.1
11522026-05-29T17:04:06.225Z Downloaded zeroize_derive v1.4.3
11532026-05-29T17:04:06.225Z Downloaded tokio-rustls v0.25.0
11542026-05-29T17:04:06.225Z Downloaded socket2 v0.5.10
11552026-05-29T17:04:06.225Z Downloaded tokio-rustls v0.26.4
11562026-05-29T17:04:06.228Z Downloaded futures-util v0.3.32
11572026-05-29T17:04:06.233Z Downloaded vsss-rs v3.3.4
11582026-05-29T17:04:06.236Z Downloaded toml v0.7.8
11592026-05-29T17:04:06.239Z Downloaded snafu v0.8.9
11602026-05-29T17:04:06.242Z Downloaded aho-corasick v1.1.4
11612026-05-29T17:04:06.245Z Downloaded socket2 v0.6.3
11622026-05-29T17:04:06.250Z Downloaded zstd-safe v7.2.4
11632026-05-29T17:04:06.253Z Downloaded whoami v2.1.0
11642026-05-29T17:04:06.253Z Downloaded whoami v1.6.1
11652026-05-29T17:04:06.256Z Downloaded walkdir v2.5.0
11662026-05-29T17:04:06.263Z Downloaded tungstenite v0.23.0
11672026-05-29T17:04:06.266Z Downloaded zstd v0.13.3
11682026-05-29T17:04:06.268Z Downloaded itertools v0.13.0
11692026-05-29T17:04:06.271Z Downloaded typify v0.4.3
11702026-05-29T17:04:06.274Z Downloaded xshell v0.2.7
11712026-05-29T17:04:06.274Z Downloaded wyz v0.5.1
11722026-05-29T17:04:06.277Z Downloaded tungstenite v0.21.0
11732026-05-29T17:04:06.277Z Downloaded num-bigint-dig v0.8.6
11742026-05-29T17:04:06.284Z Downloaded toml v1.0.6+spec-1.1.0
11752026-05-29T17:04:06.286Z Downloaded reedline v0.40.0
11762026-05-29T17:04:06.296Z Downloaded unicode-bidi v0.3.18
11772026-05-29T17:04:06.299Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-05-29T17:04:06.302Z Downloaded zeroize v1.8.2
11792026-05-29T17:04:06.320Z Downloaded tracing-core v0.1.36
11802026-05-29T17:04:06.328Z Downloaded h2 v0.4.13
11812026-05-29T17:04:06.332Z Downloaded serde_with v1.14.0
11822026-05-29T17:04:06.336Z Downloaded itertools v0.14.0
11832026-05-29T17:04:06.339Z Downloaded typify v0.6.2
11842026-05-29T17:04:06.346Z Downloaded rand v0.10.0
11852026-05-29T17:04:06.349Z Downloaded unsafe-libyaml v0.2.11
11862026-05-29T17:04:06.354Z Downloaded yasna v0.5.2
11872026-05-29T17:04:06.357Z Downloaded rustyline v14.0.0
11882026-05-29T17:04:06.364Z Downloaded zerocopy v0.6.6
11892026-05-29T17:04:06.368Z Downloaded tokio-postgres v0.7.16
11902026-05-29T17:04:06.371Z Downloaded uuid v1.23.0
11912026-05-29T17:04:06.373Z Downloaded unicode-properties v0.1.4
11922026-05-29T17:04:06.377Z Downloaded tar v0.4.45
11932026-05-29T17:04:06.377Z Downloaded unicode_categories v0.1.1
11942026-05-29T17:04:06.380Z Downloaded vte v0.14.1
11952026-05-29T17:04:06.383Z Downloaded goblin v0.10.5
11962026-05-29T17:04:06.387Z Downloaded steno v0.4.1
11972026-05-29T17:04:06.393Z Downloaded rpassword v7.4.0
11982026-05-29T17:04:06.396Z Downloaded reqwest v0.12.28
11992026-05-29T17:04:06.396Z Downloaded libm v0.2.16
12002026-05-29T17:04:06.419Z Downloaded rayon v1.11.0
12012026-05-29T17:04:06.424Z Downloaded vergen v9.1.0
12022026-05-29T17:04:06.427Z Downloaded zopfli v0.8.3
12032026-05-29T17:04:06.427Z Downloaded git2 v0.20.4
12042026-05-29T17:04:06.431Z Downloaded salty v0.3.0
12052026-05-29T17:04:06.436Z Downloaded rustls-webpki v0.101.7
12062026-05-29T17:04:06.443Z Downloaded aws-lc-rs v1.16.3
12072026-05-29T17:04:06.458Z Downloaded yansi v1.0.1
12082026-05-29T17:04:06.461Z Downloaded toml_edit v0.19.15
12092026-05-29T17:04:06.468Z Downloaded zip v0.6.6
12102026-05-29T17:04:06.471Z Downloaded regex v1.12.3
12112026-05-29T17:04:06.474Z Downloaded lalrpop v0.19.12
12122026-05-29T17:04:06.481Z Downloaded unicode-segmentation v1.12.0
12132026-05-29T17:04:06.484Z Downloaded moka v0.12.13
12142026-05-29T17:04:06.487Z Downloaded ssh-key v0.6.7
12152026-05-29T17:04:06.490Z Downloaded bindgen v0.71.1
12162026-05-29T17:04:06.497Z Downloaded tower v0.5.3
12172026-05-29T17:04:06.502Z Downloaded rustls-webpki v0.102.8
12182026-05-29T17:04:06.514Z Downloaded typed-path v0.9.3
12192026-05-29T17:04:06.517Z Downloaded chrono v0.4.44
12202026-05-29T17:04:06.522Z Downloaded x509-cert v0.2.5
12212026-05-29T17:04:06.524Z Downloaded unicode-normalization v0.1.25
12222026-05-29T17:04:06.527Z Downloaded reqwest v0.13.2
12232026-05-29T17:04:06.530Z Downloaded bitvec v1.0.1
12242026-05-29T17:04:06.538Z Downloaded zerocopy-derive v0.8.40
12252026-05-29T17:04:06.543Z Downloaded petname v2.0.2
12262026-05-29T17:04:06.546Z Downloaded portable-atomic v1.13.1
12272026-05-29T17:04:06.551Z Downloaded quick-xml v0.37.5
12282026-05-29T17:04:06.554Z Downloaded p384 v0.13.1
12292026-05-29T17:04:06.559Z Downloaded tokio-util v0.7.18
12302026-05-29T17:04:06.564Z Downloaded zip v4.6.1
12312026-05-29T17:04:06.570Z Downloaded tough v0.22.0
12322026-05-29T17:04:06.575Z Downloaded radix_trie v0.2.1
12332026-05-29T17:04:06.578Z Downloaded serde_with v3.17.0
12342026-05-29T17:04:06.585Z Downloaded winnow v0.6.26
12352026-05-29T17:04:06.592Z Downloaded quinn-proto v0.11.13
12362026-05-29T17:04:06.614Z Downloaded tower-http v0.6.8
12372026-05-29T17:04:06.620Z Downloaded polar-core v0.27.3
12382026-05-29T17:04:06.625Z Downloaded openssl v0.10.79
12392026-05-29T17:04:06.631Z Downloaded object v0.30.4
12402026-05-29T17:04:06.636Z Downloaded tabled v0.20.0
12412026-05-29T17:04:06.647Z Downloaded time v0.3.47
12422026-05-29T17:04:06.656Z Downloaded winnow v0.5.40
12432026-05-29T17:04:06.659Z Downloaded nix v0.27.1
12442026-05-29T17:04:06.665Z Downloaded rustls v0.21.12
12452026-05-29T17:04:06.673Z Downloaded hickory-proto v0.24.4
12462026-05-29T17:04:06.680Z Downloaded proptest v1.11.0
12472026-05-29T17:04:06.685Z Downloaded dropshot v0.17.0
12482026-05-29T17:04:06.697Z Downloaded vcpkg v0.2.15
12492026-05-29T17:04:06.720Z Downloaded zlib-rs v0.6.2
12502026-05-29T17:04:06.724Z Downloaded regex-syntax v0.6.29
12512026-05-29T17:04:06.728Z Downloaded hickory-proto v0.25.2
12522026-05-29T17:04:06.737Z Downloaded regress v0.10.5
12532026-05-29T17:04:06.742Z Downloaded smoltcp v0.9.1
12542026-05-29T17:04:06.747Z Downloaded smoltcp v0.11.0
12552026-05-29T17:04:06.756Z Downloaded regex-syntax v0.8.10
12562026-05-29T17:04:06.760Z Downloaded regress v0.11.1
12572026-05-29T17:04:06.764Z Downloaded zerocopy v0.8.40
12582026-05-29T17:04:06.770Z Downloaded webpki-roots v1.0.6
12592026-05-29T17:04:06.772Z Downloaded rustls v0.22.4
12602026-05-29T17:04:06.779Z Downloaded rustix v0.38.44
12612026-05-29T17:04:06.791Z Downloaded rustls v0.23.37
12622026-05-29T17:04:06.798Z Downloaded diesel v2.3.7
12632026-05-29T17:04:06.813Z Downloaded object v0.37.3
12642026-05-29T17:04:06.819Z Downloaded openapiv3 v2.2.0
12652026-05-29T17:04:06.826Z Downloaded nix v0.28.0
12662026-05-29T17:04:06.834Z Downloaded nix v0.31.2
12672026-05-29T17:04:06.867Z Downloaded sled v0.34.7
12682026-05-29T17:04:06.873Z Downloaded sqlparser v0.61.0
12692026-05-29T17:04:06.884Z Downloaded ratatui v0.29.0
12702026-05-29T17:04:06.896Z Downloaded tracing v0.1.44
12712026-05-29T17:04:06.909Z Downloaded typify-impl v0.6.2
12722026-05-29T17:04:06.917Z Downloaded typify-impl v0.4.3
12732026-05-29T17:04:06.942Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-05-29T17:04:06.949Z Downloaded zerocopy-derive v0.6.6
12752026-05-29T17:04:06.955Z Downloaded regex-automata v0.4.14
12762026-05-29T17:04:06.969Z Downloaded petgraph v0.6.5
12772026-05-29T17:04:06.984Z Downloaded csv v1.4.0
12782026-05-29T17:04:06.995Z Downloaded chrono-tz v0.10.4
12792026-05-29T17:04:07.006Z Downloaded jiff v0.2.21
12802026-05-29T17:04:07.022Z Downloaded petgraph v0.8.3
12812026-05-29T17:04:07.038Z Downloaded libz-sys v1.1.24
12822026-05-29T17:04:07.048Z Downloaded tokio v1.52.1
12832026-05-29T17:04:07.074Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-29T17:04:07.088Z Downloaded sha3 v0.10.8
12852026-05-29T17:04:07.136Z Downloaded encoding_rs v0.8.35
12862026-05-29T17:04:07.148Z Downloaded ring v0.17.14
12872026-05-29T17:04:07.173Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-29T17:04:07.740Z Downloaded aws-lc-sys v0.40.0
12892026-05-29T17:04:07.990Z Compiling libc v0.2.185
12902026-05-29T17:04:07.994Z Compiling serde v1.0.228
12912026-05-29T17:04:07.994Z Compiling log v0.4.29
12922026-05-29T17:04:07.994Z Compiling find-msvc-tools v0.1.9
12932026-05-29T17:04:07.994Z Compiling shlex v1.3.0
12942026-05-29T17:04:07.994Z Compiling smallvec v1.15.1
12952026-05-29T17:04:07.994Z Compiling typenum v1.19.0
12962026-05-29T17:04:07.994Z Compiling subtle v2.6.1
12972026-05-29T17:04:08.134Z Compiling generic-array v0.14.7
12982026-05-29T17:04:08.137Z Compiling scopeguard v1.2.0
12992026-05-29T17:04:08.203Z Compiling const-oid v0.9.6
13002026-05-29T17:04:08.218Z Compiling serde_json v1.0.149
13012026-05-29T17:04:08.229Z Compiling syn v2.0.117
13022026-05-29T17:04:08.241Z Compiling zerocopy v0.8.40
13032026-05-29T17:04:08.244Z Compiling parking_lot_core v0.9.12
13042026-05-29T17:04:08.255Z Compiling pin-project-lite v0.2.17
13052026-05-29T17:04:08.323Z Compiling lock_api v0.4.14
13062026-05-29T17:04:08.337Z Compiling portable-atomic v1.13.1
13072026-05-29T17:04:08.363Z Compiling pkg-config v0.3.32
13082026-05-29T17:04:08.399Z Compiling bitflags v2.11.0
13092026-05-29T17:04:08.413Z Compiling libm v0.2.16
13102026-05-29T17:04:08.439Z Compiling futures-core v0.3.32
13112026-05-29T17:04:08.439Z Compiling critical-section v1.2.0
13122026-05-29T17:04:08.483Z Compiling num-traits v0.2.19
13132026-05-29T17:04:08.550Z Compiling percent-encoding v2.3.2
13142026-05-29T17:04:08.594Z Compiling futures-sink v0.3.32
13152026-05-29T17:04:08.701Z Compiling futures-task v0.3.32
13162026-05-29T17:04:08.708Z Compiling slab v0.4.12
13172026-05-29T17:04:08.726Z Compiling cpufeatures v0.2.17
13182026-05-29T17:04:08.769Z Compiling futures-channel v0.3.32
13192026-05-29T17:04:08.796Z Compiling futures-io v0.3.32
13202026-05-29T17:04:08.811Z Compiling getrandom v0.4.1
13212026-05-29T17:04:08.815Z Compiling rand_core v0.10.0
13222026-05-29T17:04:08.851Z Compiling indexmap v2.14.0
13232026-05-29T17:04:08.906Z Compiling rustversion v1.0.22
13242026-05-29T17:04:08.911Z Compiling getrandom v0.3.4
13252026-05-29T17:04:08.954Z Compiling form_urlencoded v1.2.2
13262026-05-29T17:04:08.970Z Compiling fs_extra v1.3.0
13272026-05-29T17:04:08.984Z Compiling dunce v1.0.5
13282026-05-29T17:04:09.017Z Compiling base64ct v1.8.3
13292026-05-29T17:04:09.033Z Compiling ident_case v1.0.1
13302026-05-29T17:04:09.075Z Compiling regex-syntax v0.8.10
13312026-05-29T17:04:09.111Z Compiling flagset v0.4.7
13322026-05-29T17:04:09.173Z Compiling getrandom v0.2.17
13332026-05-29T17:04:09.196Z Compiling jobserver v0.1.34
13342026-05-29T17:04:09.213Z Compiling errno v0.3.14
13352026-05-29T17:04:09.262Z Compiling mio v1.2.0
13362026-05-29T17:04:09.277Z Compiling socket2 v0.6.3
13372026-05-29T17:04:09.335Z Compiling rand_core v0.6.4
13382026-05-29T17:04:09.365Z Compiling signal-hook-registry v1.4.8
13392026-05-29T17:04:09.392Z Compiling once_cell v1.21.3
13402026-05-29T17:04:09.435Z Compiling cc v1.2.56
13412026-05-29T17:04:09.491Z Compiling parking_lot v0.12.5
13422026-05-29T17:04:09.579Z Compiling pem-rfc7468 v0.7.0
13432026-05-29T17:04:09.618Z Compiling rustix v1.1.3
13442026-05-29T17:04:09.633Z Compiling iana-time-zone v0.1.65
13452026-05-29T17:04:09.647Z Compiling vcpkg v0.2.15
13462026-05-29T17:04:09.662Z Compiling aws-lc-rs v1.16.3
13472026-05-29T17:04:09.727Z Compiling tracing-core v0.1.36
13482026-05-29T17:04:09.766Z Compiling uuid v1.23.0
13492026-05-29T17:04:09.781Z Compiling rustc_version v0.4.1
13502026-05-29T17:04:09.862Z Compiling base64 v0.22.1
13512026-05-29T17:04:09.902Z Compiling rand_core v0.9.5
13522026-05-29T17:04:09.922Z Compiling tinyvec_macros v0.1.1
13532026-05-29T17:04:09.978Z Compiling httparse v1.10.1
13542026-05-29T17:04:09.992Z Compiling untrusted v0.9.0
13552026-05-29T17:04:10.010Z Compiling untrusted v0.7.1
13562026-05-29T17:04:10.065Z Compiling openssl-probe v0.2.1
13572026-05-29T17:04:10.125Z Compiling tinyvec v1.10.0
13582026-05-29T17:04:10.139Z Compiling aho-corasick v1.1.4
13592026-05-29T17:04:10.154Z Compiling atomic-waker v1.1.2
13602026-05-29T17:04:10.198Z Compiling rustls v0.23.37
13612026-05-29T17:04:10.212Z Compiling cmake v0.1.57
13622026-05-29T17:04:10.227Z Compiling schemars v0.8.22
13632026-05-29T17:04:10.269Z Compiling tower-layer v0.3.3
13642026-05-29T17:04:10.303Z Compiling tower-service v0.3.3
13652026-05-29T17:04:10.326Z Compiling try-lock v0.2.5
13662026-05-29T17:04:10.353Z Compiling dyn-clone v1.0.20
13672026-05-29T17:04:10.389Z Compiling openssl v0.10.79
13682026-05-29T17:04:10.415Z Compiling want v0.3.1
13692026-05-29T17:04:10.446Z Compiling httpdate v1.0.3
13702026-05-29T17:04:10.461Z Compiling pin-utils v0.1.0
13712026-05-29T17:04:10.464Z Compiling foreign-types-shared v0.1.1
13722026-05-29T17:04:10.509Z Compiling unicode-normalization v0.1.25
13732026-05-29T17:04:10.509Z Compiling spin v0.9.8
13742026-05-29T17:04:10.523Z Compiling time-core v0.1.8
13752026-05-29T17:04:10.538Z Compiling foreign-types v0.3.2
13762026-05-29T17:04:10.567Z Compiling native-tls v0.2.18
13772026-05-29T17:04:10.570Z Compiling powerfmt v0.2.0
13782026-05-29T17:04:10.603Z Compiling num-conv v0.2.0
13792026-05-29T17:04:10.646Z Compiling crc32fast v1.5.0
13802026-05-29T17:04:10.664Z Compiling wait-timeout v0.2.1
13812026-05-29T17:04:10.683Z Compiling sync_wrapper v1.0.2
13822026-05-29T17:04:10.700Z Compiling quick-error v1.2.3
13832026-05-29T17:04:10.782Z Compiling deranged v0.5.8
13842026-05-29T17:04:10.798Z Compiling simd-adler32 v0.3.8
13852026-05-29T17:04:10.801Z Compiling time-macros v0.2.27
13862026-05-29T17:04:10.801Z Compiling bit-vec v0.8.0
13872026-05-29T17:04:10.841Z Compiling num_threads v0.1.7
13882026-05-29T17:04:10.841Z Compiling crossbeam-utils v0.8.21
13892026-05-29T17:04:10.844Z Compiling usdt-impl v0.6.0
13902026-05-29T17:04:10.844Z Compiling siphasher v1.0.2
13912026-05-29T17:04:10.956Z Compiling syn v1.0.109
13922026-05-29T17:04:10.986Z Compiling slog v2.8.2
13932026-05-29T17:04:11.020Z Compiling regex-automata v0.4.14
13942026-05-29T17:04:11.075Z Compiling bit-set v0.8.0
13952026-05-29T17:04:11.089Z Compiling heapless v0.7.17
13962026-05-29T17:04:11.103Z Compiling rand_xorshift v0.4.0
13972026-05-29T17:04:11.137Z Compiling thread-id v5.1.0
13982026-05-29T17:04:11.151Z Compiling aws-lc-sys v0.40.0
13992026-05-29T17:04:11.198Z Compiling ring v0.17.14
14002026-05-29T17:04:11.213Z Compiling openssl-sys v0.9.115
14012026-05-29T17:04:11.235Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-05-29T17:04:11.264Z Compiling tempfile v3.25.0
14032026-05-29T17:04:11.282Z Compiling synstructure v0.13.2
14042026-05-29T17:04:11.297Z Compiling serde_derive_internals v0.29.1
14052026-05-29T17:04:11.313Z Compiling pest_generator v2.8.6
14062026-05-29T17:04:11.357Z Compiling darling_core v0.20.11
14072026-05-29T17:04:11.545Z Compiling rusty-fork v0.3.1
14082026-05-29T17:04:11.678Z Compiling darling_core v0.21.3
14092026-05-29T17:04:11.692Z Compiling bzip2-sys v0.1.13+1.0.8
14102026-05-29T17:04:11.833Z Compiling cookie v0.18.1
14112026-05-29T17:04:11.942Z Compiling unicode-bidi v0.3.18
14122026-05-29T17:04:11.942Z Compiling paste v1.0.15
14132026-05-29T17:04:11.983Z Compiling time v0.3.47
14142026-05-29T17:04:11.998Z Compiling ryu v1.0.23
14152026-05-29T17:04:12.012Z Compiling zstd-safe v7.2.4
14162026-05-29T17:04:12.039Z Compiling unicode-properties v0.1.4
14172026-05-29T17:04:12.082Z Compiling anyhow v1.0.102
14182026-05-29T17:04:12.200Z Compiling allocator-api2 v0.2.21
14192026-05-29T17:04:12.232Z Compiling adler2 v2.0.1
14202026-05-29T17:04:12.253Z Compiling signal-hook v0.3.18
14212026-05-29T17:04:12.273Z Compiling iri-string v0.7.10
14222026-05-29T17:04:12.289Z Compiling unarray v0.1.4
14232026-05-29T17:04:12.339Z Compiling miniz_oxide v0.8.9
14242026-05-29T17:04:12.382Z Compiling stringprep v0.1.5
14252026-05-29T17:04:12.597Z Compiling num-integer v0.1.46
14262026-05-29T17:04:12.667Z Compiling vergen-lib v9.1.0
14272026-05-29T17:04:12.850Z Compiling curve25519-dalek v4.1.3
14282026-05-29T17:04:12.864Z Compiling ff v0.13.1
14292026-05-29T17:04:12.931Z Compiling hash32 v0.2.1
14302026-05-29T17:04:12.978Z Compiling memoffset v0.9.1
14312026-05-29T17:04:13.011Z Compiling encoding_rs v0.8.35
14322026-05-29T17:04:13.063Z Compiling rustix v0.38.44
14332026-05-29T17:04:13.078Z Compiling serde_derive v1.0.228
14342026-05-29T17:04:13.152Z Compiling zeroize_derive v1.4.3
14352026-05-29T17:04:13.190Z Compiling zerofrom-derive v0.1.6
14362026-05-29T17:04:13.214Z Compiling yoke-derive v0.8.1
14372026-05-29T17:04:13.247Z Compiling zerovec-derive v0.11.2
14382026-05-29T17:04:13.425Z Compiling zerocopy-derive v0.8.40
14392026-05-29T17:04:13.587Z Compiling displaydoc v0.2.5
14402026-05-29T17:04:13.741Z Compiling tokio-macros v2.7.0
14412026-05-29T17:04:13.816Z Compiling futures-macro v0.3.32
14422026-05-29T17:04:13.855Z Compiling zeroize v1.8.2
14432026-05-29T17:04:14.315Z Compiling der_derive v0.7.3
14442026-05-29T17:04:14.442Z Compiling rustls-pki-types v1.14.0
14452026-05-29T17:04:14.475Z Compiling tracing-attributes v0.1.31
14462026-05-29T17:04:14.490Z Compiling thiserror-impl v2.0.18
14472026-05-29T17:04:14.493Z Compiling scroll_derive v0.13.1
14482026-05-29T17:04:14.611Z Compiling crypto-common v0.1.7
14492026-05-29T17:04:14.670Z Compiling block-buffer v0.10.4
14502026-05-29T17:04:14.703Z Compiling futures-util v0.3.32
14512026-05-29T17:04:14.718Z Compiling zerofrom v0.1.6
14522026-05-29T17:04:14.774Z Compiling block-padding v0.3.3
14532026-05-29T17:04:14.862Z Compiling yoke v0.8.1
14542026-05-29T17:04:14.874Z Compiling digest v0.10.7
14552026-05-29T17:04:14.916Z Compiling inout v0.1.4
14562026-05-29T17:04:14.951Z Compiling schemars_derive v0.8.22
14572026-05-29T17:04:15.062Z Compiling zerovec v0.11.5
14582026-05-29T17:04:15.108Z Compiling zerotrie v0.2.3
14592026-05-29T17:04:15.134Z Compiling hmac v0.12.1
14602026-05-29T17:04:15.280Z Compiling sha2 v0.10.9
14612026-05-29T17:04:15.364Z Compiling cipher v0.4.4
14622026-05-29T17:04:15.442Z Compiling der v0.7.10
14632026-05-29T17:04:15.442Z Compiling pbkdf2 v0.12.2
14642026-05-29T17:04:15.511Z Compiling pest_derive v2.8.6
14652026-05-29T17:04:15.600Z Compiling scroll v0.13.0
14662026-05-29T17:04:15.670Z Compiling tinystr v0.8.2
14672026-05-29T17:04:15.670Z Compiling potential_utf v0.1.4
14682026-05-29T17:04:15.815Z Compiling icu_locale_core v2.1.1
14692026-05-29T17:04:15.911Z Compiling icu_collections v2.1.1
14702026-05-29T17:04:15.911Z Compiling salsa20 v0.10.2
14712026-05-29T17:04:15.911Z Compiling cbc v0.1.2
14722026-05-29T17:04:15.966Z Compiling tracing v0.1.44
14732026-05-29T17:04:15.966Z Compiling aes v0.8.4
14742026-05-29T17:04:16.047Z Compiling thiserror v2.0.18
14752026-05-29T17:04:16.047Z Compiling scrypt v0.11.0
14762026-05-29T17:04:16.131Z Compiling darling_macro v0.20.11
14772026-05-29T17:04:16.200Z Compiling openssl-macros v0.1.1
14782026-05-29T17:04:16.240Z Compiling spki v0.7.3
14792026-05-29T17:04:16.299Z Compiling goblin v0.10.5
14802026-05-29T17:04:16.312Z Compiling rustls-native-certs v0.8.3
14812026-05-29T17:04:16.466Z Compiling icu_provider v2.1.1
14822026-05-29T17:04:16.496Z Compiling pkcs5 v0.7.1
14832026-05-29T17:04:16.576Z Compiling darling v0.20.11
14842026-05-29T17:04:16.595Z Compiling dtrace-parser v0.3.0
14852026-05-29T17:04:16.620Z Compiling signature v2.2.0
14862026-05-29T17:04:16.669Z Compiling bytes v1.11.1
14872026-05-29T17:04:16.696Z Compiling chrono v0.4.44
14882026-05-29T17:04:16.710Z Compiling ipnet v2.11.0
14892026-05-29T17:04:16.749Z Compiling icu_properties v2.1.2
14902026-05-29T17:04:16.793Z Compiling icu_normalizer v2.1.1
14912026-05-29T17:04:16.817Z Compiling pkcs8 v0.10.2
14922026-05-29T17:04:17.002Z Compiling derive_builder_core v0.20.2
14932026-05-29T17:04:17.020Z Compiling webpki-roots v1.0.6
14942026-05-29T17:04:17.077Z Compiling scroll_derive v0.12.1
14952026-05-29T17:04:17.147Z Compiling thiserror-impl v1.0.69
14962026-05-29T17:04:17.157Z Compiling serde_urlencoded v0.7.1
14972026-05-29T17:04:17.228Z Compiling tokio v1.52.1
14982026-05-29T17:04:17.300Z Compiling http v1.4.0
14992026-05-29T17:04:17.365Z Compiling serde_spanned v0.6.9
15002026-05-29T17:04:17.368Z Compiling toml_datetime v0.6.11
15012026-05-29T17:04:17.417Z Compiling serde_tokenstream v0.2.3
15022026-05-29T17:04:17.541Z Compiling erased-serde v0.3.31
15032026-05-29T17:04:17.643Z Compiling idna_adapter v1.2.1
15042026-05-29T17:04:17.755Z Compiling idna v1.1.0
15052026-05-29T17:04:17.774Z Compiling scroll v0.12.0
15062026-05-29T17:04:17.803Z Compiling md-5 v0.10.6
15072026-05-29T17:04:17.817Z Compiling darling_macro v0.21.3
15082026-05-29T17:04:17.868Z Compiling ppv-lite86 v0.2.21
15092026-05-29T17:04:17.898Z Compiling derive_builder_macro v0.20.2
15102026-05-29T17:04:17.985Z Compiling http-body v1.0.1
15112026-05-29T17:04:18.053Z Compiling url v2.5.8
15122026-05-29T17:04:18.068Z Compiling bstr v1.12.1
15132026-05-29T17:04:18.093Z Compiling async-trait v0.1.89
15142026-05-29T17:04:18.108Z Compiling zerocopy-derive v0.7.35
15152026-05-29T17:04:18.157Z Compiling rand_chacha v0.9.0
15162026-05-29T17:04:18.201Z Compiling http-body-util v0.1.3
15172026-05-29T17:04:18.228Z Compiling rand_chacha v0.3.1
15182026-05-29T17:04:18.336Z Compiling pin-project-internal v1.1.11
15192026-05-29T17:04:18.402Z Compiling rand v0.9.2
15202026-05-29T17:04:18.437Z Compiling mime v0.3.17
15212026-05-29T17:04:18.453Z Compiling thiserror v1.0.69
15222026-05-29T17:04:18.471Z Compiling zlib-rs v0.6.2
15232026-05-29T17:04:18.785Z Compiling psl-types v2.0.11
15242026-05-29T17:04:18.799Z Compiling fallible-iterator v0.2.0
15252026-05-29T17:04:18.924Z Compiling cfg_aliases v0.2.1
15262026-05-29T17:04:18.928Z Compiling ref-cast v1.0.25
15272026-05-29T17:04:19.015Z Compiling dof v0.4.0
15282026-05-29T17:04:19.070Z Compiling proptest v1.11.0
15292026-05-29T17:04:19.127Z Compiling num-bigint-dig v0.8.6
15302026-05-29T17:04:19.141Z Compiling base16ct v0.2.0
15312026-05-29T17:04:19.188Z Compiling litrs v1.0.0
15322026-05-29T17:04:19.267Z Compiling smoltcp v0.9.1
15332026-05-29T17:04:19.288Z Compiling sec1 v0.7.3
15342026-05-29T17:04:19.335Z Compiling postgres-protocol v0.6.10
15352026-05-29T17:04:19.361Z Compiling zerocopy v0.7.35
15362026-05-29T17:04:19.402Z Compiling nix v0.31.2
15372026-05-29T17:04:19.530Z Compiling ipnetwork v0.21.1
15382026-05-29T17:04:19.585Z Compiling pin-project v1.1.11
15392026-05-29T17:04:19.620Z Compiling publicsuffix v2.3.0
15402026-05-29T17:04:19.634Z Compiling rand v0.8.6
15412026-05-29T17:04:19.699Z Compiling derive_builder v0.20.2
15422026-05-29T17:04:19.771Z Compiling document-features v0.2.12
15432026-05-29T17:04:19.803Z Compiling oxnet v0.1.4
15442026-05-29T17:04:19.817Z Compiling darling v0.21.3
15452026-05-29T17:04:19.844Z Compiling goblin v0.8.2
15462026-05-29T17:04:19.898Z Compiling futures-executor v0.3.32
15472026-05-29T17:04:19.913Z Compiling hex v0.4.3
15482026-05-29T17:04:19.965Z Compiling hubpack_derive v0.1.1
15492026-05-29T17:04:19.980Z Compiling hkdf v0.12.4
15502026-05-29T17:04:20.158Z Compiling crypto-bigint v0.5.5
15512026-05-29T17:04:20.220Z Compiling regex v1.12.3
15522026-05-29T17:04:20.353Z Compiling daft-derive v0.1.7
15532026-05-29T17:04:20.356Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-29T17:04:20.391Z Compiling snafu-derive v0.8.9
15552026-05-29T17:04:20.432Z Compiling ref-cast-impl v1.0.25
15562026-05-29T17:04:20.445Z Compiling strum_macros v0.27.2
15572026-05-29T17:04:20.496Z Compiling group v0.13.0
15582026-05-29T17:04:20.606Z Compiling num-iter v0.1.45
15592026-05-29T17:04:20.824Z Compiling terminal_size v0.4.3
15602026-05-29T17:04:20.863Z Compiling phf_shared v0.13.1
15612026-05-29T17:04:20.999Z Compiling lazy_static v1.5.0
15622026-05-29T17:04:21.026Z Compiling vergen v9.1.0
15632026-05-29T17:04:21.067Z Compiling tokio-util v0.7.18
15642026-05-29T17:04:21.083Z Compiling tower v0.5.3
15652026-05-29T17:04:21.084Z Compiling tokio-native-tls v0.3.1
15662026-05-29T17:04:21.109Z Compiling cargo-platform v0.3.2
15672026-05-29T17:04:21.122Z Compiling fs-err v3.3.0
15682026-05-29T17:04:21.134Z Compiling ahash v0.8.12
15692026-05-29T17:04:21.232Z Compiling winnow v0.5.40
15702026-05-29T17:04:21.241Z Compiling bumpalo v3.20.2
15712026-05-29T17:04:21.278Z Compiling foldhash v0.2.0
15722026-05-29T17:04:21.336Z Compiling flate2 v1.1.9
15732026-05-29T17:04:21.369Z Compiling libbz2-rs-sys v0.2.2
15742026-05-29T17:04:21.400Z Compiling managed v0.8.0
15752026-05-29T17:04:21.522Z Compiling tower-http v0.6.8
15762026-05-29T17:04:21.530Z Compiling newtype-uuid v1.3.2
15772026-05-29T17:04:21.582Z Compiling unicode-segmentation v1.12.0
15782026-05-29T17:04:21.630Z Compiling object v0.37.3
15792026-05-29T17:04:21.727Z Compiling bitflags v1.3.2
15802026-05-29T17:04:21.790Z Compiling h2 v0.4.13
15812026-05-29T17:04:21.805Z Compiling foldhash v0.1.5
15822026-05-29T17:04:21.894Z Compiling same-file v1.0.6
15832026-05-29T17:04:21.942Z Compiling hashbrown v0.15.5
15842026-05-29T17:04:21.984Z Compiling clap_builder v4.5.60
15852026-05-29T17:04:22.007Z Compiling walkdir v2.5.0
15862026-05-29T17:04:22.067Z Compiling bzip2 v0.6.1
15872026-05-29T17:04:22.072Z Compiling daft v0.1.7
15882026-05-29T17:04:22.127Z Compiling dof v0.3.0
15892026-05-29T17:04:22.328Z Compiling zopfli v0.8.3
15902026-05-29T17:04:22.348Z Compiling hashbrown v0.16.1
15912026-05-29T17:04:22.407Z Compiling snafu v0.8.9
15922026-05-29T17:04:22.447Z Compiling cargo_metadata v0.23.1
15932026-05-29T17:04:22.497Z Compiling strum v0.27.2
15942026-05-29T17:04:22.547Z Compiling toml_edit v0.19.15
15952026-05-29T17:04:22.584Z Compiling elliptic-curve v0.13.8
15962026-05-29T17:04:22.772Z Compiling phf v0.13.1
15972026-05-29T17:04:22.921Z Compiling signal-hook-mio v0.2.5
15982026-05-29T17:04:22.963Z Compiling usdt-macro v0.6.0
15992026-05-29T17:04:22.978Z Compiling usdt-attr-macro v0.6.0
16002026-05-29T17:04:22.981Z Compiling cookie_store v0.22.1
16012026-05-29T17:04:23.027Z Compiling hubpack v0.1.2
16022026-05-29T17:04:23.091Z Compiling bzip2 v0.4.4
16032026-05-29T17:04:23.268Z Compiling futures v0.3.32
16042026-05-29T17:04:23.316Z Compiling serde_with_macros v3.17.0
16052026-05-29T17:04:23.351Z Compiling zstd v0.13.3
16062026-05-29T17:04:23.367Z Compiling postgres-types v0.2.12
16072026-05-29T17:04:23.421Z Compiling dtrace-parser v0.2.0
16082026-05-29T17:04:23.688Z Compiling globset v0.4.18
16092026-05-29T17:04:23.700Z Compiling pkcs1 v0.7.5
16102026-05-29T17:04:23.756Z Compiling ed25519 v2.2.3
16112026-05-29T17:04:23.819Z Compiling olpc-cjson v0.1.4
16122026-05-29T17:04:23.871Z Compiling serde-big-array v0.5.1
16132026-05-29T17:04:23.982Z Compiling serde_plain v1.0.2
16142026-05-29T17:04:24.002Z Compiling rfc6979 v0.4.0
16152026-05-29T17:04:24.034Z Compiling serde_repr v0.1.20
16162026-05-29T17:04:24.126Z Compiling enum-as-inner v0.6.1
16172026-05-29T17:04:24.149Z Compiling strum_macros v0.26.4
16182026-05-29T17:04:24.201Z Compiling async-recursion v1.1.1
16192026-05-29T17:04:24.229Z Compiling clap_derive v4.5.55
16202026-05-29T17:04:24.317Z Compiling phf_shared v0.11.3
16212026-05-29T17:04:24.397Z Compiling float-cmp v0.10.0
16222026-05-29T17:04:24.527Z Compiling pem v3.0.6
16232026-05-29T17:04:24.545Z Compiling thread-id v4.2.2
16242026-05-29T17:04:24.569Z Compiling memmap2 v0.9.10
16252026-05-29T17:04:24.609Z Compiling env_filter v1.0.0
16262026-05-29T17:04:24.645Z Compiling jiff v0.2.21
16272026-05-29T17:04:24.670Z Compiling precomputed-hash v0.1.1
16282026-05-29T17:04:24.696Z Compiling keccak v0.1.6
16292026-05-29T17:04:24.774Z Compiling new_debug_unreachable v1.0.6
16302026-05-29T17:04:24.804Z Compiling hyper v1.8.1
16312026-05-29T17:04:24.861Z Compiling typed-path v0.9.3
16322026-05-29T17:04:24.884Z Compiling data-encoding v2.10.0
16332026-05-29T17:04:24.897Z Compiling either v1.15.0
16342026-05-29T17:04:24.942Z Compiling fixedbitset v0.5.7
16352026-05-29T17:04:25.120Z Compiling static_assertions v1.1.0
16362026-05-29T17:04:25.136Z Compiling difflib v0.4.0
16372026-05-29T17:04:25.206Z Compiling whoami v2.1.0
16382026-05-29T17:04:25.225Z Compiling predicates-core v1.0.10
16392026-05-29T17:04:25.283Z Compiling normalize-line-endings v0.3.0
16402026-05-29T17:04:25.394Z Compiling fixedbitset v0.4.2
16412026-05-29T17:04:25.426Z Compiling tokio-postgres v0.7.16
16422026-05-29T17:04:25.550Z Compiling predicates v3.1.4
16432026-05-29T17:04:25.613Z Compiling petgraph v0.6.5
16442026-05-29T17:04:25.628Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16452026-05-29T17:04:25.643Z Compiling hickory-proto v0.25.2
16462026-05-29T17:04:25.732Z Compiling petgraph v0.8.3
16472026-05-29T17:04:25.811Z Compiling itertools v0.13.0
16482026-05-29T17:04:25.872Z Compiling sha3 v0.10.8
16492026-05-29T17:04:25.993Z Compiling hyper-util v0.1.20
16502026-05-29T17:04:26.077Z Compiling clap v4.5.60
16512026-05-29T17:04:26.147Z Compiling strum v0.26.3
16522026-05-29T17:04:26.172Z Compiling string_cache v0.8.9
16532026-05-29T17:04:26.236Z Compiling env_logger v0.11.9
16542026-05-29T17:04:26.297Z Compiling usdt v0.6.0
16552026-05-29T17:04:26.353Z Compiling toml_edit v0.22.27
16562026-05-29T17:04:26.427Z Compiling usdt-impl v0.5.0
16572026-05-29T17:04:26.451Z Compiling serde_with v3.17.0
16582026-05-29T17:04:26.583Z Compiling ecdsa v0.16.9
16592026-05-29T17:04:26.614Z Compiling crossterm v0.28.1
16602026-05-29T17:04:26.991Z Compiling ed25519-dalek v2.2.0
16612026-05-29T17:04:27.031Z Compiling rsa v0.9.10
16622026-05-29T17:04:27.098Z Compiling toml v0.7.8
16632026-05-29T17:04:27.673Z Compiling hyper-tls v0.6.0
16642026-05-29T17:04:27.689Z Compiling zip v4.6.1
16652026-05-29T17:04:27.719Z Compiling zip v0.6.6
16662026-05-29T17:04:27.749Z Compiling iddqd v0.4.2
16672026-05-29T17:04:28.180Z Compiling heck v0.4.1
16682026-05-29T17:04:28.201Z Compiling similar v2.7.0
16692026-05-29T17:04:28.308Z Compiling tokio-stream v0.1.18
16702026-05-29T17:04:28.323Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-29T17:04:28.357Z Compiling buf-list v1.1.2
16722026-05-29T17:04:28.424Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-05-29T17:04:28.510Z Compiling openapiv3 v2.2.0
16742026-05-29T17:04:28.653Z Compiling x509-cert v0.2.5
16752026-05-29T17:04:28.711Z Compiling sha1 v0.10.6
16762026-05-29T17:04:28.752Z Compiling crossbeam-epoch v0.9.18
16772026-05-29T17:04:28.805Z Compiling lalrpop-util v0.19.12
16782026-05-29T17:04:28.853Z Compiling peg-runtime v0.8.5
16792026-05-29T17:04:28.901Z Compiling thread_local v1.1.9
16802026-05-29T17:04:28.957Z Compiling slog-async v2.8.0
16812026-05-29T17:04:29.019Z Compiling crossbeam-channel v0.5.15
16822026-05-29T17:04:29.032Z Compiling filetime v0.2.27
16832026-05-29T17:04:29.106Z Compiling is-terminal v0.4.17
16842026-05-29T17:04:29.121Z Compiling take_mut v0.2.2
16852026-05-29T17:04:29.135Z Compiling term v1.2.1
16862026-05-29T17:04:29.153Z Compiling xattr v1.6.1
16872026-05-29T17:04:29.311Z Compiling tar v0.4.45
16882026-05-29T17:04:29.426Z Compiling slog-term v2.9.2
16892026-05-29T17:04:47.095Z Compiling rustls-webpki v0.103.9
16902026-05-29T17:04:49.888Z Compiling tokio-rustls v0.26.4
16912026-05-29T17:04:49.889Z Compiling rustls-platform-verifier v0.6.2
16922026-05-29T17:04:50.082Z Compiling hyper-rustls v0.27.7
16932026-05-29T17:04:50.313Z Compiling reqwest v0.12.28
16942026-05-29T17:04:50.313Z Compiling reqwest v0.13.2
16952026-05-29T17:04:51.499Z Compiling tough v0.22.0
16962026-05-29T17:04:54.014Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-05-29T17:04:54.241Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-05-29T17:04:57.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.46s
16992026-05-29T17:04:57.212Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17002026-05-29T17:04:57.265ZMay 29 17:04:55.927 INFO Starting download, target: Console
17012026-05-29T17:04:57.266ZMay 29 17:04:55.928 INFO Starting download, target: Cockroach
17022026-05-29T17:04:57.266ZMay 29 17:04:55.928 INFO Starting download, target: Clickhouse
17032026-05-29T17:04:57.270ZMay 29 17:04:55.928 INFO Starting download, target: DendriteStub
17042026-05-29T17:04:57.270ZMay 29 17:04:55.928 INFO Starting download, target: MaghemiteMgd
17052026-05-29T17:04:57.270ZMay 29 17:04:55.928 INFO Starting download, target: TransceiverControl
17062026-05-29T17:04:57.270ZMay 29 17:04:55.928 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-05-29T17:04:57.270ZMay 29 17:04:55.928 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-29T17:04:57.270ZMay 29 17:04:55.928 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-05-29T17:04:57.270ZMay 29 17:04:55.928 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-05-29T17:04:57.271ZMay 29 17:04:55.928 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-05-29T17:04:57.271ZMay 29 17:04:55.928 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-05-29T17:04:58.014ZMay 29 17:04:56.671 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17132026-05-29T17:04:58.273ZMay 29 17:04:56.886 INFO Download complete, target: TransceiverControl
17142026-05-29T17:04:58.405ZMay 29 17:04:57.045 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-05-29T17:04:58.631ZMay 29 17:04:57.285 INFO Download complete, target: Console
17162026-05-29T17:04:59.220ZMay 29 17:04:57.874 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-05-29T17:04:59.620ZMay 29 17:04:58.264 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-29T17:04:59.714ZMay 29 17:04:58.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-29T17:05:00.271ZMay 29 17:04:58.929 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-05-29T17:05:00.271ZMay 29 17:04:58.929 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-05-29T17:05:02.080ZMay 29 17:05:00.743 INFO Download complete, target: DendriteStub
17222026-05-29T17:05:02.203ZMay 29 17:05:00.862 INFO Download complete, target: MaghemiteMgd
17232026-05-29T17:05:05.197ZMay 29 17:05:03.819 INFO Checking that binary works, target: Cockroach
17242026-05-29T17:05:05.285ZMay 29 17:05:03.945 INFO Download complete, target: Cockroach
17252026-05-29T17:05:06.165ZMay 29 17:05:04.822 INFO Checking that binary works, target: Clickhouse
17262026-05-29T17:05:06.280ZMay 29 17:05:04.917 INFO Download complete, target: Clickhouse
17272026-05-29T17:05:06.359ZAll prerequisites installed successfully
17282026-05-29T17:05:06.359Z
17292026-05-29T17:05:06.359Zreal 2:00.610416298
17302026-05-29T17:05:06.359Zuser 6:58.339679162
17312026-05-29T17:05:06.359Zsys 1:41.362112431
17322026-05-29T17:05:06.359Ztrap 0.278367551
17332026-05-29T17:05:06.359Ztflt 1.197099459
17342026-05-29T17:05:06.359Zdflt 1.721494774
17352026-05-29T17:05:06.360Zkflt 0.026298355
17362026-05-29T17:05:06.360Zlock 22:40.141492024
17372026-05-29T17:05:06.360Zslp 19:06.466737382
17382026-05-29T17:05:06.360Zlat 25.262416615
17392026-05-29T17:05:06.360Zstop 2:44.600652514
17402026-05-29T17:05:06.360Z+ ptime -m cargo xtask download softnpu
17412026-05-29T17:05:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17422026-05-29T17:05:06.948Z Running `target/debug/xtask download softnpu`
17432026-05-29T17:05:07.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17442026-05-29T17:05:07.640Z Running `target/debug/xtask-downloader softnpu`
17452026-05-29T17:05:07.680ZMay 29 17:05:06.343 INFO Starting download, target: Softnpu
17462026-05-29T17:05:07.684ZMay 29 17:05:06.344 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17472026-05-29T17:05:08.795ZMay 29 17:05:07.443 INFO Download complete, target: Softnpu
17482026-05-29T17:05:08.821Z
17492026-05-29T17:05:08.821Zreal 2.516566956
17502026-05-29T17:05:08.821Zuser 1.362879828
17512026-05-29T17:05:08.822Zsys 0.654973259
17522026-05-29T17:05:08.822Ztrap 0.000716112
17532026-05-29T17:05:08.822Ztflt 0.000189222
17542026-05-29T17:05:08.822Zdflt 0.000192050
17552026-05-29T17:05:08.822Zkflt 0.000000000
17562026-05-29T17:05:08.822Zlock 20.218176673
17572026-05-29T17:05:08.822Zslp 0.915339953
17582026-05-29T17:05:08.823Zlat 0.079287369
17592026-05-29T17:05:08.823Zstop 0.000195489
17602026-05-29T17:05:08.823Z+ export CARGO_INCREMENTAL=0
17612026-05-29T17:05:08.823Z+ CARGO_INCREMENTAL=0
17622026-05-29T17:05:08.823Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17632026-05-29T17:05:09.700Z Compiling proc-macro2 v1.0.106
17642026-05-29T17:05:09.700Z Compiling quote v1.0.45
17652026-05-29T17:05:09.700Z Compiling unicode-ident v1.0.24
17662026-05-29T17:05:09.700Z Compiling libc v0.2.185
17672026-05-29T17:05:09.700Z Compiling serde_core v1.0.228
17682026-05-29T17:05:09.723Z Compiling serde v1.0.228
17692026-05-29T17:05:09.723Z Compiling cfg-if v1.0.4
17702026-05-29T17:05:09.844Z Compiling version_check v0.9.5
17712026-05-29T17:05:09.884Z Compiling shlex v1.3.0
17722026-05-29T17:05:09.884Z Compiling find-msvc-tools v0.1.9
17732026-05-29T17:05:09.885Z Compiling typenum v1.19.0
17742026-05-29T17:05:09.885Z Compiling zmij v1.0.21
17752026-05-29T17:05:09.885Z Compiling autocfg v1.5.0
17762026-05-29T17:05:09.885Z Compiling serde_json v1.0.149
17772026-05-29T17:05:09.885Z Compiling memchr v2.8.0
17782026-05-29T17:05:10.104Z Compiling portable-atomic v1.13.1
17792026-05-29T17:05:10.131Z Compiling libm v0.2.16
17802026-05-29T17:05:10.164Z Compiling zerocopy v0.8.40
17812026-05-29T17:05:10.271Z Compiling generic-array v0.14.7
17822026-05-29T17:05:10.305Z Compiling parking_lot_core v0.9.12
17832026-05-29T17:05:10.305Z Compiling smallvec v1.15.1
17842026-05-29T17:05:10.325Z Compiling icu_normalizer_data v2.1.1
17852026-05-29T17:05:10.325Z Compiling icu_properties_data v2.1.2
17862026-05-29T17:05:10.325Z Compiling itoa v1.0.17
17872026-05-29T17:05:10.388Z Compiling num-traits v0.2.19
17882026-05-29T17:05:10.493Z Compiling getrandom v0.4.1
17892026-05-29T17:05:10.531Z Compiling log v0.4.29
17902026-05-29T17:05:10.563Z Compiling stable_deref_trait v1.2.1
17912026-05-29T17:05:10.581Z Compiling pkg-config v0.3.32
17922026-05-29T17:05:10.612Z Compiling subtle v2.6.1
17932026-05-29T17:05:10.736Z Compiling jobserver v0.1.34
17942026-05-29T17:05:10.751Z Compiling getrandom v0.2.17
17952026-05-29T17:05:10.783Z Compiling scopeguard v1.2.0
17962026-05-29T17:05:10.801Z Compiling errno v0.3.14
17972026-05-29T17:05:10.909Z Compiling lock_api v0.4.14
17982026-05-29T17:05:10.918Z Compiling rand_core v0.6.4
17992026-05-29T17:05:10.998Z Compiling cc v1.2.56
18002026-05-29T17:05:11.059Z Compiling percent-encoding v2.3.2
18012026-05-29T17:05:11.071Z Compiling litemap v0.8.1
18022026-05-29T17:05:11.078Z Compiling writeable v0.6.2
18032026-05-29T17:05:11.142Z Compiling syn v2.0.117
18042026-05-29T17:05:11.174Z Compiling fnv v1.0.7
18052026-05-29T17:05:11.219Z Compiling pin-project-lite v0.2.17
18062026-05-29T17:05:11.286Z Compiling thiserror v2.0.18
18072026-05-29T17:05:11.346Z Compiling getrandom v0.3.4
18082026-05-29T17:05:11.396Z Compiling fs_extra v1.3.0
18092026-05-29T17:05:11.414Z Compiling equivalent v1.0.2
18102026-05-29T17:05:11.420Z Compiling dunce v1.0.5
18112026-05-29T17:05:11.488Z Compiling rustversion v1.0.22
18122026-05-29T17:05:11.502Z Compiling schemars v0.8.22
18132026-05-29T17:05:11.518Z Compiling rand_core v0.10.0
18142026-05-29T17:05:11.532Z Compiling utf8_iter v1.0.4
18152026-05-29T17:05:11.616Z Compiling form_urlencoded v1.2.2
18162026-05-29T17:05:11.712Z Compiling cmake v0.1.57
18172026-05-29T17:05:11.725Z Compiling critical-section v1.2.0
18182026-05-29T17:05:11.788Z Compiling signal-hook-registry v1.4.8
18192026-05-29T17:05:11.851Z Compiling hashbrown v0.17.0
18202026-05-29T17:05:11.874Z Compiling rustix v1.1.3
18212026-05-29T17:05:11.907Z Compiling socket2 v0.6.3
18222026-05-29T17:05:11.980Z Compiling mio v1.2.0
18232026-05-29T17:05:12.090Z Compiling once_cell v1.21.3
18242026-05-29T17:05:12.183Z Compiling parking_lot v0.12.5
18252026-05-29T17:05:12.216Z Compiling const-oid v0.9.6
18262026-05-29T17:05:12.320Z Compiling bitflags v2.11.0
18272026-05-29T17:05:12.358Z Compiling ring v0.17.14
18282026-05-29T17:05:12.397Z Compiling aws-lc-sys v0.40.0
18292026-05-29T17:05:12.414Z Compiling semver v1.0.28
18302026-05-29T17:05:12.428Z Compiling indexmap v2.14.0
18312026-05-29T17:05:12.609Z Compiling aws-lc-rs v1.16.3
18322026-05-29T17:05:12.683Z Compiling heck v0.5.0
18332026-05-29T17:05:12.717Z Compiling futures-core v0.3.32
18342026-05-29T17:05:12.778Z Compiling httparse v1.10.1
18352026-05-29T17:05:12.816Z Compiling strsim v0.11.1
18362026-05-29T17:05:12.883Z Compiling thiserror v1.0.69
18372026-05-29T17:05:12.901Z Compiling vcpkg v0.2.15
18382026-05-29T17:05:12.973Z Compiling ucd-trie v0.1.7
18392026-05-29T17:05:12.994Z Compiling byteorder v1.5.0
18402026-05-29T17:05:13.125Z Compiling iana-time-zone v0.1.65
18412026-05-29T17:05:13.142Z Compiling pest v2.8.6
18422026-05-29T17:05:13.192Z Compiling ident_case v1.0.1
18432026-05-29T17:05:13.192Z Compiling regex-syntax v0.8.10
18442026-05-29T17:05:13.224Z Compiling syn v1.0.109
18452026-05-29T17:05:13.255Z Compiling uuid v1.23.0
18462026-05-29T17:05:13.289Z Compiling cpufeatures v0.2.17
18472026-05-29T17:05:13.372Z Compiling rustls v0.23.37
18482026-05-29T17:05:13.555Z Compiling openssl-sys v0.9.115
18492026-05-29T17:05:13.600Z Compiling futures-sink v0.3.32
18502026-05-29T17:05:13.666Z Compiling rustc_version v0.4.1
18512026-05-29T17:05:13.713Z Compiling futures-channel v0.3.32
18522026-05-29T17:05:13.763Z Compiling slab v0.4.12
18532026-05-29T17:05:13.763Z Compiling futures-task v0.3.32
18542026-05-29T17:05:13.835Z Compiling futures-io v0.3.32
18552026-05-29T17:05:13.980Z Compiling aho-corasick v1.1.4
18562026-05-29T17:05:14.035Z Compiling synstructure v0.13.2
18572026-05-29T17:05:14.107Z Compiling serde_derive_internals v0.29.1
18582026-05-29T17:05:14.107Z Compiling dyn-clone v1.0.20
18592026-05-29T17:05:14.292Z Compiling pest_meta v2.8.6
18602026-05-29T17:05:14.317Z Compiling plain v0.2.3
18612026-05-29T17:05:14.317Z Compiling crc32fast v1.5.0
18622026-05-29T17:05:14.380Z Compiling base64 v0.22.1
18632026-05-29T17:05:14.419Z Compiling openssl v0.10.79
18642026-05-29T17:05:14.487Z Compiling num-conv v0.2.0
18652026-05-29T17:05:14.550Z Compiling time-core v0.1.8
18662026-05-29T17:05:14.586Z Compiling crossbeam-utils v0.8.21
18672026-05-29T17:05:14.700Z Compiling native-tls v0.2.18
18682026-05-29T17:05:14.756Z Compiling time-macros v0.2.27
18692026-05-29T17:05:14.756Z Compiling pretty-hex v0.4.1
18702026-05-29T17:05:14.821Z Compiling regex-automata v0.4.14
18712026-05-29T17:05:14.833Z Compiling anyhow v1.0.102
18722026-05-29T17:05:14.909Z Compiling pest_generator v2.8.6
18732026-05-29T17:05:14.921Z Compiling base64ct v1.8.3
18742026-05-29T17:05:14.921Z Compiling darling_core v0.21.3
18752026-05-29T17:05:15.059Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-05-29T17:05:15.064Z Compiling tracing-core v0.1.36
18772026-05-29T17:05:15.131Z Compiling pem-rfc7468 v0.7.0
18782026-05-29T17:05:15.271Z Compiling serde_derive v1.0.228
18792026-05-29T17:05:15.351Z Compiling zeroize_derive v1.4.3
18802026-05-29T17:05:15.367Z Compiling zerofrom-derive v0.1.6
18812026-05-29T17:05:15.402Z Compiling yoke-derive v0.8.1
18822026-05-29T17:05:15.423Z Compiling zerovec-derive v0.11.2
18832026-05-29T17:05:15.464Z Compiling displaydoc v0.2.5
18842026-05-29T17:05:15.509Z Compiling zerocopy-derive v0.8.40
18852026-05-29T17:05:15.526Z Compiling tokio-macros v2.7.0
18862026-05-29T17:05:15.658Z Compiling futures-macro v0.3.32
18872026-05-29T17:05:15.956Z Compiling zeroize v1.8.2
18882026-05-29T17:05:16.222Z Compiling thiserror-impl v2.0.18
18892026-05-29T17:05:16.236Z Compiling schemars_derive v0.8.22
18902026-05-29T17:05:16.379Z Compiling tracing-attributes v0.1.31
18912026-05-29T17:05:16.452Z Compiling der_derive v0.7.3
18922026-05-29T17:05:16.474Z Compiling thiserror-impl v1.0.69
18932026-05-29T17:05:16.507Z Compiling zerofrom v0.1.6
18942026-05-29T17:05:16.650Z Compiling yoke v0.8.1
18952026-05-29T17:05:16.733Z Compiling crypto-common v0.1.7
18962026-05-29T17:05:16.850Z Compiling zerovec v0.11.5
18972026-05-29T17:05:16.866Z Compiling zerotrie v0.2.3
18982026-05-29T17:05:17.050Z Compiling block-buffer v0.10.4
18992026-05-29T17:05:17.308Z Compiling digest v0.10.7
19002026-05-29T17:05:17.375Z Compiling tinystr v0.8.2
19012026-05-29T17:05:17.379Z Compiling potential_utf v0.1.4
19022026-05-29T17:05:17.449Z Compiling pest_derive v2.8.6
19032026-05-29T17:05:17.563Z Compiling icu_collections v2.1.1
19042026-05-29T17:05:17.577Z Compiling futures-util v0.3.32
19052026-05-29T17:05:17.594Z Compiling icu_locale_core v2.1.1
19062026-05-29T17:05:17.612Z Compiling hmac v0.12.1
19072026-05-29T17:05:17.764Z Compiling block-padding v0.3.3
19082026-05-29T17:05:17.781Z Compiling rustls-pki-types v1.14.0
19092026-05-29T17:05:17.844Z Compiling openssl-macros v0.1.1
19102026-05-29T17:05:18.258Z Compiling inout v0.1.4
19112026-05-29T17:05:18.302Z Compiling icu_provider v2.1.1
19122026-05-29T17:05:18.319Z Compiling sha2 v0.10.9
19132026-05-29T17:05:18.428Z Compiling bytes v1.11.1
19142026-05-29T17:05:18.529Z Compiling chrono v0.4.44
19152026-05-29T17:05:18.612Z Compiling icu_properties v2.1.2
19162026-05-29T17:05:18.648Z Compiling icu_normalizer v2.1.1
19172026-05-29T17:05:18.682Z Compiling cipher v0.4.4
19182026-05-29T17:05:18.729Z Compiling serde_tokenstream v0.2.3
19192026-05-29T17:05:18.934Z Compiling tokio v1.52.1
19202026-05-29T17:05:19.228Z Compiling scroll_derive v0.12.1
19212026-05-29T17:05:19.836Z Compiling idna_adapter v1.2.1
19222026-05-29T17:05:19.853Z Compiling scroll_derive v0.13.1
19232026-05-29T17:05:19.900Z Compiling http v1.4.0
19242026-05-29T17:05:19.995Z Compiling idna v1.1.0
19252026-05-29T17:05:20.082Z Compiling ppv-lite86 v0.2.21
19262026-05-29T17:05:20.143Z Compiling flagset v0.4.7
19272026-05-29T17:05:20.158Z Compiling untrusted v0.9.0
19282026-05-29T17:05:20.304Z Compiling der v0.7.10
19292026-05-29T17:05:20.334Z Compiling url v2.5.8
19302026-05-29T17:05:20.420Z Compiling tracing v0.1.44
19312026-05-29T17:05:20.576Z Compiling darling_macro v0.21.3
19322026-05-29T17:05:20.638Z Compiling regex v1.12.3
19332026-05-29T17:05:20.839Z Compiling zerocopy-derive v0.7.35
19342026-05-29T17:05:20.856Z Compiling rand_core v0.9.5
19352026-05-29T17:05:21.074Z Compiling slog v2.8.2
19362026-05-29T17:05:21.452Z Compiling spki v0.7.3
19372026-05-29T17:05:21.564Z Compiling darling v0.21.3
19382026-05-29T17:05:21.622Z Compiling salsa20 v0.10.2
19392026-05-29T17:05:21.661Z Compiling pbkdf2 v0.12.2
19402026-05-29T17:05:22.079Z Compiling cookie v0.18.1
19412026-05-29T17:05:22.097Z Compiling camino v1.2.2
19422026-05-29T17:05:22.422Z Compiling scrypt v0.11.0
19432026-05-29T17:05:22.459Z Compiling http-body v1.0.1
19442026-05-29T17:05:22.509Z Compiling rand_chacha v0.9.0
19452026-05-29T17:05:22.651Z Compiling tokio-util v0.7.18
19462026-05-29T17:05:22.668Z Compiling cbc v0.1.2
19472026-05-29T17:05:22.688Z Compiling aes v0.8.4
19482026-05-29T17:05:22.819Z Compiling usdt-impl v0.5.0
19492026-05-29T17:05:22.839Z Compiling either v1.15.0
19502026-05-29T17:05:22.893Z Compiling ref-cast v1.0.25
19512026-05-29T17:05:22.927Z Compiling usdt-impl v0.6.0
19522026-05-29T17:05:22.941Z Compiling openssl-probe v0.2.1
19532026-05-29T17:05:23.059Z Compiling paste v1.0.15
19542026-05-29T17:05:23.075Z Compiling atomic-waker v1.1.2
19552026-05-29T17:05:23.169Z Compiling winnow v0.7.14
19562026-05-29T17:05:23.200Z Compiling tinyvec_macros v0.1.1
19572026-05-29T17:05:23.223Z Compiling untrusted v0.7.1
19582026-05-29T17:05:23.287Z Compiling tinyvec v1.10.0
19592026-05-29T17:05:23.325Z Compiling pkcs5 v0.7.1
19602026-05-29T17:05:23.495Z Compiling rand v0.9.2
19612026-05-29T17:05:23.787Z Compiling scroll v0.13.0
19622026-05-29T17:05:23.899Z Compiling scroll v0.12.0
19632026-05-29T17:05:23.939Z Compiling serde_spanned v0.6.9
19642026-05-29T17:05:24.042Z Compiling toml_datetime v0.6.11
19652026-05-29T17:05:24.073Z Compiling async-trait v0.1.89
19662026-05-29T17:05:24.094Z Compiling heapless v0.7.17
19672026-05-29T17:05:24.164Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-29T17:05:24.197Z Compiling try-lock v0.2.5
19692026-05-29T17:05:24.306Z Compiling tower-service v0.3.3
19702026-05-29T17:05:24.344Z Compiling zstd-safe v7.2.4
19712026-05-29T17:05:24.347Z Compiling tower-layer v0.3.3
19722026-05-29T17:05:24.373Z Compiling signal-hook v0.3.18
19732026-05-29T17:05:24.563Z Compiling fastrand v2.3.0
19742026-05-29T17:05:24.627Z Compiling want v0.3.1
19752026-05-29T17:05:24.642Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-05-29T17:05:24.660Z Compiling h2 v0.4.13
19772026-05-29T17:05:24.816Z Compiling goblin v0.8.2
19782026-05-29T17:05:24.889Z Compiling goblin v0.10.5
19792026-05-29T17:05:24.961Z Compiling pkcs8 v0.10.2
19802026-05-29T17:05:25.198Z Compiling zerocopy v0.7.35
19812026-05-29T17:05:25.213Z Compiling ipnet v2.11.0
19822026-05-29T17:05:25.279Z Compiling ref-cast-impl v1.0.25
19832026-05-29T17:05:25.556Z Compiling darling_core v0.20.11
19842026-05-29T17:05:25.724Z Compiling curve25519-dalek v4.1.3
19852026-05-29T17:05:25.795Z Compiling memoffset v0.9.1
19862026-05-29T17:05:25.821Z Compiling foreign-types-shared v0.1.1
19872026-05-29T17:05:25.917Z Compiling httpdate v1.0.3
19882026-05-29T17:05:25.991Z Compiling rustix v0.38.44
19892026-05-29T17:05:26.014Z Compiling pin-utils v0.1.0
19902026-05-29T17:05:26.102Z Compiling litrs v1.0.0
19912026-05-29T17:05:26.456Z Compiling winnow v0.5.40
19922026-05-29T17:05:26.568Z Compiling document-features v0.2.12
19932026-05-29T17:05:26.584Z Compiling foreign-types v0.3.2
19942026-05-29T17:05:26.802Z Compiling tempfile v3.25.0
19952026-05-29T17:05:27.021Z Compiling dof v0.3.0
19962026-05-29T17:05:27.158Z Compiling unicode-normalization v0.1.25
19972026-05-29T17:05:27.371Z Compiling dtrace-parser v0.2.0
19982026-05-29T17:05:27.561Z Compiling darling_macro v0.20.11
19992026-05-29T17:05:27.642Z Compiling hyper v1.8.1
20002026-05-29T17:05:27.669Z Compiling dof v0.4.0
20012026-05-29T17:05:27.771Z Compiling toml_edit v0.19.15
20022026-05-29T17:05:27.889Z Compiling dtrace-parser v0.3.0
20032026-05-29T17:05:28.007Z Compiling pin-project-internal v1.1.11
20042026-05-29T17:05:28.050Z Compiling daft-derive v0.1.7
20052026-05-29T17:05:28.103Z Compiling spin v0.9.8
20062026-05-29T17:05:28.144Z Compiling thread-id v4.2.2
20072026-05-29T17:05:28.240Z Compiling thread-id v5.1.0
20082026-05-29T17:05:28.305Z Compiling powerfmt v0.2.0
20092026-05-29T17:05:28.348Z Compiling cfg_aliases v0.2.1
20102026-05-29T17:05:28.452Z Compiling smoltcp v0.9.1
20112026-05-29T17:05:28.486Z Compiling num-bigint-dig v0.8.6
20122026-05-29T17:05:28.503Z Compiling deranged v0.5.8
20132026-05-29T17:05:28.603Z Compiling nix v0.31.2
20142026-05-29T17:05:28.751Z Compiling hyper-util v0.1.20
20152026-05-29T17:05:28.978Z Compiling darling v0.20.11
20162026-05-29T17:05:29.192Z Compiling rustls-native-certs v0.8.3
20172026-05-29T17:05:29.318Z Compiling ipnetwork v0.21.1
20182026-05-29T17:05:29.620Z Compiling curve25519-dalek-derive v0.1.1
20192026-05-29T17:05:29.636Z Compiling strum_macros v0.26.4
20202026-05-29T17:05:29.869Z Compiling sync_wrapper v1.0.2
20212026-05-29T17:05:29.993Z Compiling wait-timeout v0.2.1
20222026-05-29T17:05:30.033Z Compiling anstyle v1.0.13
20232026-05-29T17:05:30.267Z Compiling siphasher v1.0.2
20242026-05-29T17:05:30.424Z Compiling utf8parse v0.2.2
20252026-05-29T17:05:30.428Z Compiling num_threads v0.1.7
20262026-05-29T17:05:30.472Z Compiling quick-error v1.2.3
20272026-05-29T17:05:30.553Z Compiling bit-vec v0.8.0
20282026-05-29T17:05:30.572Z Compiling simd-adler32 v0.3.8
20292026-05-29T17:05:30.589Z Compiling rusty-fork v0.3.1
20302026-05-29T17:05:30.616Z Compiling time v0.3.47
20312026-05-29T17:05:30.798Z Compiling bit-set v0.8.0
20322026-05-29T17:05:30.878Z Compiling anstyle-parse v0.2.7
20332026-05-29T17:05:31.068Z Compiling tower v0.5.3
20342026-05-29T17:05:31.260Z Compiling derive_builder_core v0.20.2
20352026-05-29T17:05:31.306Z Compiling http-body-util v0.1.3
20362026-05-29T17:05:31.565Z Compiling webpki-roots v1.0.6
20372026-05-29T17:05:31.598Z Compiling rand_xorshift v0.4.0
20382026-05-29T17:05:31.613Z Compiling signature v2.2.0
20392026-05-29T17:05:31.703Z Compiling hubpack_derive v0.1.1
20402026-05-29T17:05:31.763Z Compiling strum_macros v0.27.2
20412026-05-29T17:05:31.782Z Compiling snafu-derive v0.8.9
20422026-05-29T17:05:31.991Z Compiling fs-err v3.3.0
20432026-05-29T17:05:32.052Z Compiling ahash v0.8.12
20442026-05-29T17:05:32.148Z Compiling encoding_rs v0.8.35
20452026-05-29T17:05:32.211Z Compiling unicode-segmentation v1.12.0
20462026-05-29T17:05:32.248Z Compiling allocator-api2 v0.2.21
20472026-05-29T17:05:32.277Z Compiling mime v0.3.17
20482026-05-29T17:05:32.502Z Compiling ryu v1.0.23
20492026-05-29T17:05:32.518Z Compiling iri-string v0.7.10
20502026-05-29T17:05:32.560Z Compiling object v0.37.3
20512026-05-29T17:05:32.626Z Compiling adler2 v2.0.1
20522026-05-29T17:05:32.784Z Compiling unarray v0.1.4
20532026-05-29T17:05:32.802Z Compiling colorchoice v1.0.4
20542026-05-29T17:05:32.818Z Compiling anstyle-query v1.1.5
20552026-05-29T17:05:32.821Z Compiling is_terminal_polyfill v1.70.2
20562026-05-29T17:05:32.913Z Compiling unicode-bidi v0.3.18
20572026-05-29T17:05:32.930Z Compiling unicode-properties v0.1.4
20582026-05-29T17:05:32.930Z Compiling anstream v0.6.21
20592026-05-29T17:05:32.963Z Compiling serde_urlencoded v0.7.1
20602026-05-29T17:05:32.963Z Compiling proptest v1.11.0
20612026-05-29T17:05:33.096Z Compiling miniz_oxide v0.8.9
20622026-05-29T17:05:33.255Z Compiling stringprep v0.1.5
20632026-05-29T17:05:33.456Z Compiling derive_builder_macro v0.20.2
20642026-05-29T17:05:33.642Z Compiling tokio-native-tls v0.3.1
20652026-05-29T17:05:33.663Z Compiling tower-http v0.6.8
20662026-05-29T17:05:33.685Z Compiling usdt-macro v0.6.0
20672026-05-29T17:05:33.797Z Compiling usdt-attr-macro v0.6.0
20682026-05-29T17:05:34.190Z Compiling rand_chacha v0.3.1
20692026-05-29T17:05:34.211Z Compiling erased-serde v0.3.31
20702026-05-29T17:05:34.286Z Compiling md-5 v0.10.6
20712026-05-29T17:05:34.335Z Compiling bstr v1.12.1
20722026-05-29T17:05:34.456Z Compiling num-integer v0.1.46
20732026-05-29T17:05:34.567Z Compiling hash32 v0.2.1
20742026-05-29T17:05:34.581Z Compiling vergen-lib v9.1.0
20752026-05-29T17:05:34.643Z Compiling ff v0.13.1
20762026-05-29T17:05:34.742Z Compiling fallible-iterator v0.2.0
20772026-05-29T17:05:34.776Z Compiling base16ct v0.2.0
20782026-05-29T17:05:34.808Z Compiling psl-types v2.0.11
20792026-05-29T17:05:34.841Z Compiling zlib-rs v0.6.2
20802026-05-29T17:05:34.924Z Compiling group v0.13.0
20812026-05-29T17:05:34.946Z Compiling publicsuffix v2.3.0
20822026-05-29T17:05:34.972Z Compiling sec1 v0.7.3
20832026-05-29T17:05:35.005Z Compiling newtype-uuid v1.3.2
20842026-05-29T17:05:35.082Z Compiling postgres-protocol v0.6.10
20852026-05-29T17:05:35.135Z Compiling num-iter v0.1.45
20862026-05-29T17:05:35.545Z Compiling rand v0.8.6
20872026-05-29T17:05:35.883Z Compiling oxnet v0.1.4
20882026-05-29T17:05:35.972Z Compiling derive_builder v0.20.2
20892026-05-29T17:05:35.988Z Compiling hyper-tls v0.6.0
20902026-05-29T17:05:36.177Z Compiling heck v0.4.1
20912026-05-29T17:05:36.196Z Compiling phf_shared v0.13.1
20922026-05-29T17:05:36.229Z Compiling pin-project v1.1.11
20932026-05-29T17:05:36.300Z Compiling lazy_static v1.5.0
20942026-05-29T17:05:36.419Z Compiling terminal_size v0.4.3
20952026-05-29T17:05:36.450Z Compiling serde_with_macros v3.17.0
20962026-05-29T17:05:36.464Z Compiling futures-executor v0.3.32
20972026-05-29T17:05:36.479Z Compiling hex v0.4.3
20982026-05-29T17:05:36.614Z Compiling hkdf v0.12.4
20992026-05-29T17:05:36.677Z Compiling crypto-bigint v0.5.5
21002026-05-29T17:05:36.708Z Compiling clap_derive v4.5.55
21012026-05-29T17:05:36.780Z Compiling serde_repr v0.1.20
21022026-05-29T17:05:36.795Z Compiling enum-as-inner v0.6.1
21032026-05-29T17:05:36.877Z Compiling flate2 v1.1.9
21042026-05-29T17:05:36.907Z Compiling async-recursion v1.1.1
21052026-05-29T17:05:37.144Z Compiling vergen v9.1.0
21062026-05-29T17:05:37.170Z Compiling cargo-platform v0.3.2
21072026-05-29T17:05:37.319Z Compiling clap_lex v1.0.0
21082026-05-29T17:05:37.341Z Compiling bitflags v1.3.2
21092026-05-29T17:05:37.478Z Compiling managed v0.8.0
21102026-05-29T17:05:37.540Z Compiling bumpalo v3.20.2
21112026-05-29T17:05:37.572Z Compiling foldhash v0.2.0
21122026-05-29T17:05:37.587Z Compiling same-file v1.0.6
21132026-05-29T17:05:37.652Z Compiling foldhash v0.1.5
21142026-05-29T17:05:37.714Z Compiling libbz2-rs-sys v0.2.2
21152026-05-29T17:05:37.750Z Compiling zopfli v0.8.3
21162026-05-29T17:05:37.767Z Compiling hashbrown v0.16.1
21172026-05-29T17:05:37.784Z Compiling walkdir v2.5.0
21182026-05-29T17:05:37.801Z Compiling hashbrown v0.15.5
21192026-05-29T17:05:37.818Z Compiling elliptic-curve v0.13.8
21202026-05-29T17:05:38.090Z Compiling clap_builder v4.5.60
21212026-05-29T17:05:38.186Z Compiling bzip2 v0.6.1
21222026-05-29T17:05:38.357Z Compiling cargo_metadata v0.23.1
21232026-05-29T17:05:38.373Z Compiling futures v0.3.32
21242026-05-29T17:05:38.607Z Compiling phf v0.13.1
21252026-05-29T17:05:38.677Z Compiling snafu v0.8.9
21262026-05-29T17:05:38.787Z Compiling zstd v0.13.3
21272026-05-29T17:05:38.857Z Compiling daft v0.1.7
21282026-05-29T17:05:39.029Z Compiling signal-hook-mio v0.2.5
21292026-05-29T17:05:39.140Z Compiling cookie_store v0.22.1
21302026-05-29T17:05:39.165Z Compiling postgres-types v0.2.12
21312026-05-29T17:05:39.181Z Compiling bzip2 v0.4.4
21322026-05-29T17:05:39.388Z Compiling globset v0.4.18
21332026-05-29T17:05:39.422Z Compiling strum v0.27.2
21342026-05-29T17:05:39.636Z Compiling hubpack v0.1.2
21352026-05-29T17:05:39.663Z Compiling ed25519 v2.2.3
21362026-05-29T17:05:39.708Z Compiling phf_shared v0.11.3
21372026-05-29T17:05:39.750Z Compiling crossbeam-epoch v0.9.18
21382026-05-29T17:05:39.890Z Compiling olpc-cjson v0.1.4
21392026-05-29T17:05:39.911Z Compiling pkcs1 v0.7.5
21402026-05-29T17:05:39.983Z Compiling pem v3.0.6
21412026-05-29T17:05:40.055Z Compiling serde_plain v1.0.2
21422026-05-29T17:05:40.108Z Compiling serde-big-array v0.5.1
21432026-05-29T17:05:40.247Z Compiling rfc6979 v0.4.0
21442026-05-29T17:05:40.263Z Compiling float-cmp v0.10.0
21452026-05-29T17:05:40.279Z Compiling memmap2 v0.9.10
21462026-05-29T17:05:40.282Z Compiling env_filter v1.0.0
21472026-05-29T17:05:40.312Z Compiling static_assertions v1.1.0
21482026-05-29T17:05:40.315Z Compiling keccak v0.1.6
21492026-05-29T17:05:40.397Z Compiling typed-path v0.9.3
21502026-05-29T17:05:40.413Z Compiling normalize-line-endings v0.3.0
21512026-05-29T17:05:40.431Z Compiling precomputed-hash v0.1.1
21522026-05-29T17:05:40.449Z Compiling difflib v0.4.0
21532026-05-29T17:05:40.494Z Compiling new_debug_unreachable v1.0.6
21542026-05-29T17:05:40.516Z Compiling fixedbitset v0.5.7
21552026-05-29T17:05:40.532Z Compiling data-encoding v2.10.0
21562026-05-29T17:05:40.547Z Compiling toml_write v0.1.2
21572026-05-29T17:05:40.565Z Compiling whoami v2.1.0
21582026-05-29T17:05:40.581Z Compiling jiff v0.2.21
21592026-05-29T17:05:40.613Z Compiling predicates-core v1.0.10
21602026-05-29T17:05:40.764Z Compiling fixedbitset v0.4.2
21612026-05-29T17:05:40.798Z Compiling tokio-postgres v0.7.16
21622026-05-29T17:05:40.815Z Compiling predicates v3.1.4
21632026-05-29T17:05:40.847Z Compiling hickory-proto v0.25.2
21642026-05-29T17:05:40.912Z Compiling petgraph v0.8.3
21652026-05-29T17:05:40.915Z Compiling toml_edit v0.22.27
21662026-05-29T17:05:40.987Z Compiling petgraph v0.6.5
21672026-05-29T17:05:41.069Z Compiling string_cache v0.8.9
21682026-05-29T17:05:41.306Z Compiling sha3 v0.10.8
21692026-05-29T17:05:41.559Z Compiling env_logger v0.11.9
21702026-05-29T17:05:41.593Z Compiling usdt v0.6.0
21712026-05-29T17:05:41.647Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21722026-05-29T17:05:41.788Z Compiling ecdsa v0.16.9
21732026-05-29T17:05:41.894Z Compiling rsa v0.9.10
21742026-05-29T17:05:42.193Z Compiling ed25519-dalek v2.2.0
21752026-05-29T17:05:42.762Z Compiling clap v4.5.60
21762026-05-29T17:05:42.846Z Compiling crossterm v0.28.1
21772026-05-29T17:05:42.866Z Compiling zip v0.6.6
21782026-05-29T17:05:42.900Z Compiling iddqd v0.4.2
21792026-05-29T17:05:43.261Z Compiling zip v4.6.1
21802026-05-29T17:05:43.610Z Compiling serde_with v3.17.0
21812026-05-29T17:05:43.633Z Compiling similar v2.7.0
21822026-05-29T17:05:43.648Z Compiling strum v0.26.3
21832026-05-29T17:05:43.799Z Compiling toml v0.7.8
21842026-05-29T17:05:44.083Z Compiling tokio-stream v0.1.18
21852026-05-29T17:05:44.172Z Compiling itertools v0.13.0
21862026-05-29T17:05:44.196Z Compiling buf-list v1.1.2
21872026-05-29T17:05:44.389Z Compiling x509-cert v0.2.5
21882026-05-29T17:05:44.476Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-05-29T17:05:44.563Z Compiling openapiv3 v2.2.0
21902026-05-29T17:05:44.729Z Compiling sha1 v0.10.6
21912026-05-29T17:05:45.237Z Compiling lalrpop-util v0.19.12
21922026-05-29T17:05:45.295Z Compiling peg-runtime v0.8.5
21932026-05-29T17:06:01.005Z Compiling rustls-webpki v0.103.9
21942026-05-29T17:06:01.795Z Compiling macaddr v1.0.1
21952026-05-29T17:06:01.819Z Compiling structmeta-derive v0.3.0
21962026-05-29T17:06:01.898Z Compiling crucible-workspace-hack v0.1.0
21972026-05-29T17:06:02.019Z Compiling rayon-core v1.13.0
21982026-05-29T17:06:02.036Z Compiling itertools v0.14.0
21992026-05-29T17:06:02.098Z Compiling secrecy v0.10.3
22002026-05-29T17:06:02.114Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-29T17:06:02.150Z Compiling heapless v0.8.0
22022026-05-29T17:06:02.255Z Compiling rustls v0.22.4
22032026-05-29T17:06:02.284Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-05-29T17:06:02.516Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-05-29T17:06:02.569Z Compiling crossbeam-deque v0.8.6
22062026-05-29T17:06:02.585Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-29T17:06:02.627Z Compiling rustls-webpki v0.102.8
22082026-05-29T17:06:02.643Z Compiling hash32 v0.3.1
22092026-05-29T17:06:02.729Z Compiling multer v3.1.0
22102026-05-29T17:06:02.756Z Compiling thread_local v1.1.9
22112026-05-29T17:06:02.813Z Compiling match_cfg v0.1.0
22122026-05-29T17:06:02.828Z Compiling structmeta v0.3.0
22132026-05-29T17:06:02.845Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-05-29T17:06:02.905Z Compiling unicode-width v0.2.0
22152026-05-29T17:06:02.925Z Compiling smoltcp v0.11.0
22162026-05-29T17:06:02.947Z Compiling compression-core v0.4.31
22172026-05-29T17:06:03.036Z Compiling slog-async v2.8.0
22182026-05-29T17:06:03.063Z Compiling derive-ex v0.1.8
22192026-05-29T17:06:03.124Z Compiling compression-codecs v0.4.37
22202026-05-29T17:06:03.142Z Compiling proc-macro-crate v3.4.0
22212026-05-29T17:06:03.283Z Compiling hostname v0.3.1
22222026-05-29T17:06:03.334Z Compiling ingot-macros v0.1.1
22232026-05-29T17:06:03.457Z Compiling slog-json v2.6.1
22242026-05-29T17:06:03.473Z Compiling crossbeam-channel v0.5.15
22252026-05-29T17:06:03.509Z Compiling half v2.7.1
22262026-05-29T17:06:03.594Z Compiling newtype-uuid-macros v0.1.0
22272026-05-29T17:06:03.735Z Compiling cobs v0.3.0
22282026-05-29T17:06:03.823Z Compiling thiserror-impl-no-std v2.0.2
22292026-05-29T17:06:03.882Z Compiling universal-hash v0.5.1
22302026-05-29T17:06:04.034Z Compiling async-stream-impl v0.3.6
22312026-05-29T17:06:04.050Z Compiling toml_datetime v1.0.0+spec-1.1.0
22322026-05-29T17:06:04.194Z Compiling serde_spanned v1.0.4
22332026-05-29T17:06:04.328Z Compiling is-terminal v0.4.17
22342026-05-29T17:06:04.386Z Compiling dropshot v0.17.0
22352026-05-29T17:06:04.448Z Compiling proc-macro-error-attr v1.0.4
22362026-05-29T17:06:04.466Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-05-29T17:06:04.498Z Compiling opaque-debug v0.3.1
22382026-05-29T17:06:04.579Z Compiling toml_writer v1.0.6+spec-1.1.0
22392026-05-29T17:06:04.594Z Compiling tokio-rustls v0.26.4
22402026-05-29T17:06:04.614Z Compiling rustls-platform-verifier v0.6.2
22412026-05-29T17:06:04.630Z Compiling take_mut v0.2.2
22422026-05-29T17:06:04.672Z Compiling convert_case v0.4.0
22432026-05-29T17:06:04.688Z Compiling term v1.2.1
22442026-05-29T17:06:04.766Z Compiling ciborium-io v0.2.2
22452026-05-29T17:06:04.842Z Compiling hyper-rustls v0.27.7
22462026-05-29T17:06:04.861Z Compiling ciborium-ll v0.2.2
22472026-05-29T17:06:04.861Z Compiling thiserror-no-std v2.0.2
22482026-05-29T17:06:04.893Z Compiling toml v1.0.6+spec-1.1.0
22492026-05-29T17:06:04.971Z Compiling async-stream v0.3.6
22502026-05-29T17:06:04.993Z Compiling derive_more v0.99.20
22512026-05-29T17:06:05.008Z Compiling slog-term v2.9.2
22522026-05-29T17:06:05.124Z Compiling reqwest v0.12.28
22532026-05-29T17:06:05.151Z Compiling reqwest v0.13.2
22542026-05-29T17:06:05.176Z Compiling tokio-rustls v0.25.0
22552026-05-29T17:06:05.193Z Compiling test-strategy v0.4.5
22562026-05-29T17:06:05.443Z Compiling poly1305 v0.8.0
22572026-05-29T17:06:05.957Z Compiling ingot-types v0.1.2
22582026-05-29T17:06:06.084Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-29T17:06:06.133Z Compiling postcard v1.1.3
22602026-05-29T17:06:06.277Z Compiling slog-bunyan v2.5.0
22612026-05-29T17:06:06.436Z Compiling ingot v0.1.1
22622026-05-29T17:06:06.482Z Compiling num_enum_derive v0.7.5
22632026-05-29T17:06:06.508Z Compiling async-compression v0.4.41
22642026-05-29T17:06:06.525Z Compiling parse-display-derive v0.10.0
22652026-05-29T17:06:06.610Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22662026-05-29T17:06:07.013Z Compiling tough v0.22.0
22672026-05-29T17:06:07.148Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-29T17:06:07.402Z Compiling proc-macro-crate v1.3.1
22692026-05-29T17:06:07.418Z Compiling backon v1.6.0
22702026-05-29T17:06:07.749Z Compiling waitgroup v0.1.2
22712026-05-29T17:06:07.756Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22722026-05-29T17:06:07.795Z Compiling password-hash v0.5.0
22732026-05-29T17:06:07.857Z Compiling chacha20 v0.9.1
22742026-05-29T17:06:07.981Z Compiling dropshot_endpoint v0.17.0
22752026-05-29T17:06:08.006Z Compiling rustls-pemfile v2.2.0
22762026-05-29T17:06:08.310Z Compiling blake2 v0.10.6
22772026-05-29T17:06:08.330Z Compiling aead v0.5.2
22782026-05-29T17:06:08.442Z Compiling foreign-types-macros v0.2.3
22792026-05-29T17:06:08.489Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-29T17:06:08.554Z Compiling serde_path_to_error v0.1.20
22812026-05-29T17:06:08.712Z Compiling hostname v0.4.2
22822026-05-29T17:06:08.739Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-29T17:06:08.797Z Compiling proc-macro-error v1.0.4
22842026-05-29T17:06:08.857Z Compiling instant v0.1.13
22852026-05-29T17:06:08.871Z Compiling foreign-types-shared v0.3.1
22862026-05-29T17:06:08.888Z Compiling debug-ignore v1.0.5
22872026-05-29T17:06:08.906Z Compiling cpufeatures v0.3.0
22882026-05-29T17:06:08.922Z Compiling typeid v1.0.3
22892026-05-29T17:06:08.992Z Compiling chacha20 v0.10.0
22902026-05-29T17:06:09.009Z Compiling backoff v0.4.0
22912026-05-29T17:06:09.012Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-29T17:06:09.044Z Compiling argon2 v0.5.3
22932026-05-29T17:06:09.047Z Compiling chacha20poly1305 v0.10.1
22942026-05-29T17:06:09.047Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22952026-05-29T17:06:09.107Z Compiling foreign-types v0.5.0
22962026-05-29T17:06:09.111Z Compiling parse-display v0.10.0
22972026-05-29T17:06:09.220Z Compiling num_enum_derive v0.5.11
22982026-05-29T17:06:09.237Z Compiling num_enum v0.7.5
22992026-05-29T17:06:09.240Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-29T17:06:09.264Z Compiling ciborium v0.2.2
23012026-05-29T17:06:09.397Z Compiling vsss-rs v3.3.4
23022026-05-29T17:06:09.441Z Compiling tabwriter v1.4.1
23032026-05-29T17:06:09.679Z Compiling regress v0.10.5
23042026-05-29T17:06:09.831Z Compiling byte-wrapper v0.1.0
23052026-05-29T17:06:09.993Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23062026-05-29T17:06:10.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-05-29T17:06:10.133Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-05-29T17:06:10.148Z Compiling cstr-argument v0.1.2
23092026-05-29T17:06:10.164Z Compiling humantime v2.3.0
23102026-05-29T17:06:10.340Z Compiling erased-serde v0.4.9
23112026-05-29T17:06:10.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-05-29T17:06:10.623Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-05-29T17:06:10.674Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-05-29T17:06:10.697Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-05-29T17:06:10.736Z Compiling num_enum v0.5.11
23162026-05-29T17:06:10.768Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-29T17:06:10.780Z Compiling rand v0.10.0
23182026-05-29T17:06:10.875Z Compiling rayon v1.11.0
23192026-05-29T17:06:10.934Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-29T17:06:10.937Z Compiling colored v3.1.1
23212026-05-29T17:06:11.012Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-05-29T17:06:11.030Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23232026-05-29T17:06:11.047Z Compiling indent_write v2.2.0
23242026-05-29T17:06:11.128Z Compiling libefi-sys v0.1.0
23252026-05-29T17:06:11.169Z Compiling zone_cfg_derive v0.3.1
23262026-05-29T17:06:11.233Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-29T17:06:11.301Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-05-29T17:06:11.437Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23292026-05-29T17:06:11.453Z Compiling camino-tempfile v1.4.1
23302026-05-29T17:06:11.586Z Compiling itertools v0.12.1
23312026-05-29T17:06:11.638Z Compiling usdt-attr-macro v0.5.0
23322026-05-29T17:06:11.677Z Compiling usdt-macro v0.5.0
23332026-05-29T17:06:11.800Z Compiling num-derive v0.4.2
23342026-05-29T17:06:11.847Z Compiling bitfield-struct v0.6.2
23352026-05-29T17:06:11.864Z Compiling blake3 v1.8.3
23362026-05-29T17:06:11.864Z Compiling ordered-float v2.10.1
23372026-05-29T17:06:12.182Z Compiling sigpipe v0.1.3
23382026-05-29T17:06:12.240Z Compiling memmap v0.7.0
23392026-05-29T17:06:12.302Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-29T17:06:12.393Z Compiling glob v0.3.3
23412026-05-29T17:06:12.411Z Compiling swrite v0.1.0
23422026-05-29T17:06:12.486Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-05-29T17:06:12.501Z Compiling usdt v0.5.0
23442026-05-29T17:06:12.573Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-29T17:06:12.715Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23462026-05-29T17:06:12.834Z Compiling serde-value v0.7.0
23472026-05-29T17:06:13.019Z Compiling zone v0.3.1
23482026-05-29T17:06:13.082Z Compiling serde-untagged v0.1.9
23492026-05-29T17:06:13.115Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23502026-05-29T17:06:13.389Z Compiling toml v0.8.23
23512026-05-29T17:06:13.404Z Compiling smf v0.2.3
23522026-05-29T17:06:13.468Z Compiling filetime v0.2.27
23532026-05-29T17:06:13.476Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-05-29T17:06:13.476Z Compiling arrayref v0.3.9
23552026-05-29T17:06:13.486Z Compiling unicode-xid v0.2.6
23562026-05-29T17:06:13.548Z Compiling xattr v1.6.1
23572026-05-29T17:06:13.564Z Compiling arrayvec v0.7.6
23582026-05-29T17:06:13.567Z Compiling constant_time_eq v0.4.2
23592026-05-29T17:06:13.646Z Compiling whoami v1.6.1
23602026-05-29T17:06:13.678Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-29T17:06:13.692Z Compiling tar v0.4.45
23622026-05-29T17:06:13.773Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-05-29T17:06:13.833Z Compiling tokio-dtrace v0.1.1
23642026-05-29T17:06:14.037Z Compiling cargo-util-schemas v0.8.2
23652026-05-29T17:06:14.126Z Compiling console v0.16.2
23662026-05-29T17:06:14.181Z Compiling gethostname v0.5.0
23672026-05-29T17:06:14.340Z Compiling cargo-platform v0.2.0
23682026-05-29T17:06:14.380Z Compiling topological-sort v0.2.2
23692026-05-29T17:06:14.406Z Compiling unit-prefix v0.5.2
23702026-05-29T17:06:14.580Z Compiling indicatif v0.18.4
23712026-05-29T17:06:14.597Z Compiling oxide-tokio-rt v0.1.4
23722026-05-29T17:06:14.600Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-29T17:06:14.629Z Compiling shell-words v1.1.1
23742026-05-29T17:06:15.200Z Compiling cargo_metadata v0.21.0
23752026-05-29T17:06:24.273Z Compiling progenitor-client v0.10.0
23762026-05-29T17:06:24.273Z Compiling omicron-zone-package v0.12.2
23772026-05-29T17:06:24.304Z Compiling progenitor-client v0.14.0
23782026-05-29T17:06:24.761Z Compiling progenitor-extras v0.2.0
23792026-05-29T17:06:27.067Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-29T17:06:27.098Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-05-29T17:06:27.148Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-05-29T17:06:27.237Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-29T17:06:27.306Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-29T17:06:27.330Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-05-29T17:06:27.364Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-29T17:06:27.401Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-05-29T17:06:27.468Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-05-29T17:06:31.379Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-05-29T17:06:39.009Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-05-29T17:06:42.095Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-05-29T17:06:43.081Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-05-29T17:06:52.724Z Finished `release` profile [optimized] target(s) in 1m 43s
23932026-05-29T17:06:52.880Z Running `target/release/omicron-package -t test target create -p dev`
23942026-05-29T17:06:52.946ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-05-29T17:06:52.949ZCreated new build target 'test' and set it as active
23962026-05-29T17:06:52.952Z
23972026-05-29T17:06:52.952Zreal 1:44.161473171
23982026-05-29T17:06:52.952Zuser 17:02.852515794
23992026-05-29T17:06:52.952Zsys 2:36.195857304
24002026-05-29T17:06:52.952Ztrap 0.473893717
24012026-05-29T17:06:52.952Ztflt 2.950181206
24022026-05-29T17:06:52.952Zdflt 4.286984287
24032026-05-29T17:06:52.952Zkflt 0.001395413
24042026-05-29T17:06:52.952Zlock 52:56.029239118
24052026-05-29T17:06:52.952Zslp 43:33.748623280
24062026-05-29T17:06:52.952Zlat 41.634638107
24072026-05-29T17:06:52.952Zstop 5:19.344967452
24082026-05-29T17:06:52.952Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-05-29T17:06:53.836Z Finished `release` profile [optimized] target(s) in 0.87s
24102026-05-29T17:06:53.907Z Running `target/release/omicron-package -t test package`
24112026-05-29T17:06:53.966ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-29T17:06:55.402Z Compiling heck v0.5.0
24132026-05-29T17:06:55.402Z Compiling regress v0.11.1
24142026-05-29T17:06:55.621Z Compiling unsafe-libyaml v0.2.11
24152026-05-29T17:06:55.663Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-05-29T17:06:55.691Z Compiling regress v0.10.5
24172026-05-29T17:06:55.714Z Compiling is-terminal v0.4.17
24182026-05-29T17:06:55.715Z Compiling unicode-width v0.1.14
24192026-05-29T17:06:55.731Z Compiling prettyplease v0.2.37
24202026-05-29T17:06:55.734Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24212026-05-29T17:06:55.753Z Compiling bytecount v0.6.9
24222026-05-29T17:06:55.757Z Compiling rustls v0.22.4
24232026-05-29T17:06:55.757Z Compiling rustls-webpki v0.102.8
24242026-05-29T17:06:55.757Z Compiling derive-where v1.6.0
24252026-05-29T17:06:55.774Z Compiling thread_local v1.1.9
24262026-05-29T17:06:55.777Z Compiling compression-core v0.4.31
24272026-05-29T17:06:55.875Z Compiling match_cfg v0.1.0
24282026-05-29T17:06:55.944Z Compiling multer v3.1.0
24292026-05-29T17:06:55.969Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-29T17:06:55.992Z Compiling compression-codecs v0.4.37
24312026-05-29T17:06:56.014Z Compiling hostname v0.3.1
24322026-05-29T17:06:56.017Z Compiling slog-async v2.8.0
24332026-05-29T17:06:56.037Z Compiling crossbeam-channel v0.5.15
24342026-05-29T17:06:56.081Z Compiling slog-json v2.6.1
24352026-05-29T17:06:56.103Z Compiling toml_datetime v1.0.0+spec-1.1.0
24362026-05-29T17:06:56.123Z Compiling serde_spanned v1.0.4
24372026-05-29T17:06:56.126Z Compiling term v1.2.1
24382026-05-29T17:06:56.171Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-29T17:06:56.248Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-29T17:06:56.287Z Compiling take_mut v0.2.2
24412026-05-29T17:06:56.309Z Compiling slog-bunyan v2.5.0
24422026-05-29T17:06:56.332Z Compiling async-compression v0.4.41
24432026-05-29T17:06:56.451Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-29T17:06:56.475Z Compiling slog-term v2.9.2
24452026-05-29T17:06:56.522Z Compiling async-stream v0.3.6
24462026-05-29T17:06:56.547Z Compiling dropshot v0.17.0
24472026-05-29T17:06:56.612Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-05-29T17:06:56.649Z Compiling num-rational v0.4.2
24492026-05-29T17:06:56.673Z Compiling progenitor-client v0.14.0
24502026-05-29T17:06:56.718Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-05-29T17:06:56.774Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-05-29T17:06:56.847Z Compiling waitgroup v0.1.2
24532026-05-29T17:06:56.868Z Compiling backon v1.6.0
24542026-05-29T17:06:56.928Z Compiling rustls-pemfile v2.2.0
24552026-05-29T17:06:57.008Z Compiling num-complex v0.4.6
24562026-05-29T17:06:57.029Z Compiling hostname v0.4.2
24572026-05-29T17:06:57.032Z Compiling serde_path_to_error v0.1.20
24582026-05-29T17:06:57.072Z Compiling instant v0.1.13
24592026-05-29T17:06:57.095Z Compiling debug-ignore v1.0.5
24602026-05-29T17:06:57.115Z Compiling progenitor-extras v0.2.0
24612026-05-29T17:06:57.138Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24622026-05-29T17:06:57.189Z Compiling typify-impl v0.6.2
24632026-05-29T17:06:57.209Z Compiling backoff v0.4.0
24642026-05-29T17:06:57.233Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-05-29T17:06:57.431Z Compiling num v0.4.3
24662026-05-29T17:06:57.462Z Compiling parse-display v0.10.0
24672026-05-29T17:06:57.514Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-05-29T17:06:57.517Z Compiling progenitor-client v0.10.0
24692026-05-29T17:06:57.559Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-05-29T17:06:57.579Z Compiling macaddr v1.0.1
24712026-05-29T17:06:57.624Z Compiling float-ord v0.3.2
24722026-05-29T17:06:57.701Z Compiling humantime v2.3.0
24732026-05-29T17:06:57.787Z Compiling console v0.15.11
24742026-05-29T17:06:57.838Z Compiling atomicwrites v0.4.4
24752026-05-29T17:06:57.864Z Compiling newline-converter v0.3.0
24762026-05-29T17:06:57.957Z Compiling progenitor-client v0.13.0
24772026-05-29T17:06:57.977Z Compiling slog-dtrace v0.3.0
24782026-05-29T17:06:58.034Z Compiling resolv-conf v0.7.6
24792026-05-29T17:06:58.158Z Compiling tokio-rustls v0.25.0
24802026-05-29T17:06:58.201Z Compiling expectorate v1.2.0
24812026-05-29T17:06:58.282Z Compiling cancel-safe-futures v0.1.5
24822026-05-29T17:06:58.304Z Compiling owo-colors v4.3.0
24832026-05-29T17:06:58.438Z Compiling toml v0.8.23
24842026-05-29T17:06:58.457Z Compiling libsw-core v0.3.2
24852026-05-29T17:06:58.584Z Compiling linear-map v1.2.0
24862026-05-29T17:06:58.673Z Compiling libsw v3.5.0
24872026-05-29T17:06:58.676Z Compiling linked-hash-map v0.5.6
24882026-05-29T17:06:58.835Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24892026-05-29T17:06:58.892Z Compiling minimal-lexical v0.2.1
24902026-05-29T17:06:58.935Z Compiling lru-cache v0.1.2
24912026-05-29T17:06:58.958Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-05-29T17:06:59.035Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-29T17:06:59.081Z Compiling hickory-proto v0.24.4
24942026-05-29T17:06:59.084Z Compiling unicode-xid v0.2.6
24952026-05-29T17:06:59.124Z Compiling nom v7.1.3
24962026-05-29T17:06:59.161Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-29T17:06:59.183Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-29T17:06:59.256Z Compiling convert_case v0.10.0
24992026-05-29T17:06:59.555Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-05-29T17:06:59.655Z Compiling derive_more-impl v2.1.1
25012026-05-29T17:07:00.010Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-05-29T17:07:00.459Z Compiling derive_more v2.1.1
25032026-05-29T17:07:00.519Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-29T17:07:00.543Z Compiling papergrid v0.11.0
25052026-05-29T17:07:00.575Z Compiling tabled_derive v0.7.0
25062026-05-29T17:07:00.686Z Compiling termtree v0.5.1
25072026-05-29T17:07:00.750Z Compiling typify-macro v0.6.2
25082026-05-29T17:07:00.891Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-05-29T17:07:01.135Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-29T17:07:01.469Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-05-29T17:07:01.494Z Compiling hickory-resolver v0.24.4
25122026-05-29T17:07:01.703Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-05-29T17:07:01.834Z Compiling tabled v0.15.0
25142026-05-29T17:07:01.926Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25152026-05-29T17:07:02.302Z Compiling typify v0.6.2
25162026-05-29T17:07:02.588Z Compiling progenitor-impl v0.14.0
25172026-05-29T17:07:03.077Z Compiling progenitor-impl v0.13.0
25182026-05-29T17:07:04.780Z Compiling progenitor-macro v0.14.0
25192026-05-29T17:07:05.033Z Compiling qorb v0.4.1
25202026-05-29T17:07:05.251Z Compiling progenitor-macro v0.13.0
25212026-05-29T17:07:06.988Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25222026-05-29T17:07:07.122Z Compiling crossterm v0.29.0
25232026-05-29T17:07:07.300Z Compiling phf_shared v0.12.1
25242026-05-29T17:07:07.484Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-05-29T17:07:07.550Z Compiling vte v0.14.1
25262026-05-29T17:07:07.571Z Compiling csv-core v0.1.13
25272026-05-29T17:07:08.018Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282026-05-29T17:07:08.041Z Compiling chrono-tz v0.10.4
25292026-05-29T17:07:08.156Z Compiling highway v1.3.0
25302026-05-29T17:07:08.292Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25312026-05-29T17:07:08.471Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-29T17:07:08.878Z Compiling csv v1.4.0
25332026-05-29T17:07:08.901Z Compiling progenitor v0.14.0
25342026-05-29T17:07:09.085Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-29T17:07:09.319Z Compiling progenitor v0.13.0
25362026-05-29T17:07:09.414Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-05-29T17:07:09.501Z Compiling strip-ansi-escapes v0.2.1
25382026-05-29T17:07:09.769Z Compiling phf v0.12.1
25392026-05-29T17:07:09.813Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-05-29T17:07:09.859Z Compiling const_format_proc_macros v0.2.34
25412026-05-29T17:07:09.969Z Compiling fd-lock v4.0.4
25422026-05-29T17:07:10.071Z Compiling peg-macros v0.8.5
25432026-05-29T17:07:10.124Z Compiling nu-ansi-term v0.50.3
25442026-05-29T17:07:10.376Z Compiling reedline v0.40.0
25452026-05-29T17:07:10.635Z Compiling const_format v0.2.35
25462026-05-29T17:07:11.131Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25472026-05-29T17:07:11.375Z Compiling peg v0.8.5
25482026-05-29T17:07:11.495Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492026-05-29T17:07:12.183Z Compiling bcs v0.1.6
25502026-05-29T17:07:12.228Z Compiling semver v0.1.20
25512026-05-29T17:07:12.252Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-29T17:07:12.545Z Compiling rustc_version v0.1.7
25532026-05-29T17:07:12.569Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-29T17:07:12.619Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-29T17:07:12.790Z Compiling newtype_derive v0.1.6
25562026-05-29T17:07:12.838Z Compiling unicode-linebreak v0.1.5
25572026-05-29T17:07:13.016Z Compiling smawk v0.3.2
25582026-05-29T17:07:13.222Z Compiling textwrap v0.16.2
25592026-05-29T17:07:13.248Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-29T17:07:13.904Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-05-29T17:07:13.946Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-05-29T17:07:14.330Z Compiling base64 v0.21.7
25632026-05-29T17:07:14.538Z Compiling steno v0.4.1
25642026-05-29T17:07:14.561Z Compiling dropshot-api-manager-types v0.7.2
25652026-05-29T17:07:14.875Z Compiling tagptr v0.2.0
25662026-05-29T17:07:14.899Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25672026-05-29T17:07:15.118Z Compiling moka v0.12.13
25682026-05-29T17:07:15.201Z Compiling utf-8 v0.7.6
25692026-05-29T17:07:15.487Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-05-29T17:07:15.538Z Compiling tungstenite v0.21.0
25712026-05-29T17:07:15.676Z Compiling radium v0.7.0
25722026-05-29T17:07:15.707Z Compiling tap v1.0.1
25732026-05-29T17:07:15.864Z Compiling maybe-uninit v2.0.0
25742026-05-29T17:07:15.888Z Compiling display-error-chain v0.2.2
25752026-05-29T17:07:16.068Z Compiling wyz v0.5.1
25762026-05-29T17:07:16.196Z Compiling hickory-resolver v0.25.2
25772026-05-29T17:07:16.276Z Compiling tokio-tungstenite v0.21.0
25782026-05-29T17:07:16.395Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-05-29T17:07:16.545Z Compiling zerocopy-derive v0.6.6
25802026-05-29T17:07:16.659Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25812026-05-29T17:07:17.317Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-05-29T17:07:17.489Z Compiling proc-macro-error-attr2 v2.0.0
25832026-05-29T17:07:17.652Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25842026-05-29T17:07:17.712Z Compiling crc-catalog v2.4.0
25852026-05-29T17:07:17.845Z Compiling packed_struct v0.10.1
25862026-05-29T17:07:17.910Z Compiling funty v2.0.0
25872026-05-29T17:07:18.153Z Compiling proc-macro-error2 v2.0.1
25882026-05-29T17:07:18.469Z Compiling bitvec v1.0.1
25892026-05-29T17:07:18.654Z Compiling crc v3.4.0
25902026-05-29T17:07:18.881Z Compiling zerocopy v0.6.6
25912026-05-29T17:07:19.009Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-05-29T17:07:19.219Z Compiling libscf-sys v1.2.0
25932026-05-29T17:07:19.271Z Compiling packed_struct_codegen v0.10.1
25942026-05-29T17:07:19.396Z Compiling vergen-lib v0.1.6
25952026-05-29T17:07:19.643Z Compiling bitfield-macros v0.19.4
25962026-05-29T17:07:20.305Z Compiling indexmap v1.9.3
25972026-05-29T17:07:20.330Z Compiling nodrop v0.1.14
25982026-05-29T17:07:20.368Z Compiling bitfield v0.19.4
25992026-05-29T17:07:20.464Z Compiling array-init v0.0.4
26002026-05-29T17:07:20.618Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-05-29T17:07:20.675Z Compiling smallvec v0.6.14
26022026-05-29T17:07:20.756Z Compiling tabled_derive v0.11.0
26032026-05-29T17:07:20.955Z Compiling papergrid v0.17.0
26042026-05-29T17:07:21.018Z Compiling testing_table v0.3.0
26052026-05-29T17:07:21.331Z Compiling vergen-gitcl v1.0.8
26062026-05-29T17:07:21.452Z Compiling dirs-sys-next v0.1.2
26072026-05-29T17:07:21.584Z Compiling diesel_derives v2.3.7
26082026-05-29T17:07:21.651Z Compiling maplit v1.0.2
26092026-05-29T17:07:21.721Z Compiling hashbrown v0.12.3
26102026-05-29T17:07:21.741Z Compiling glob v0.3.3
26112026-05-29T17:07:21.767Z Compiling crunchy v0.2.4
26122026-05-29T17:07:21.835Z Compiling dirs-next v2.0.0
26132026-05-29T17:07:21.984Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-05-29T17:07:22.095Z Compiling tabled v0.20.0
26152026-05-29T17:07:22.117Z Compiling serde-hex v0.1.0
26162026-05-29T17:07:22.120Z Compiling clang-sys v1.8.1
26172026-05-29T17:07:22.527Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-05-29T17:07:22.550Z Compiling ron v0.8.1
26192026-05-29T17:07:22.690Z Compiling hashbrown v0.13.2
26202026-05-29T17:07:22.775Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-29T17:07:22.861Z Compiling scheduled-thread-pool v0.2.7
26222026-05-29T17:07:23.011Z Compiling dsl_auto_type v0.2.0
26232026-05-29T17:07:23.321Z Compiling diesel_table_macro_syntax v0.3.0
26242026-05-29T17:07:23.467Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-29T17:07:23.545Z Compiling tiny-keccak v2.0.2
26262026-05-29T17:07:23.565Z Compiling crc-any v2.5.0
26272026-05-29T17:07:23.754Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-29T17:07:23.828Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-05-29T17:07:24.008Z Compiling object v0.30.4
26302026-05-29T17:07:24.045Z Compiling r2d2 v0.8.10
26312026-05-29T17:07:24.336Z Compiling term v0.7.0
26322026-05-29T17:07:24.364Z Compiling downcast-rs v2.0.2
26332026-05-29T17:07:24.500Z Compiling xshell-macros v0.2.7
26342026-05-29T17:07:24.521Z Compiling path-slash v0.1.5
26352026-05-29T17:07:24.714Z Compiling bit-vec v0.6.3
26362026-05-29T17:07:24.764Z Compiling ascii-canvas v3.0.0
26372026-05-29T17:07:24.899Z Compiling xshell v0.2.7
26382026-05-29T17:07:24.919Z Compiling bit-set v0.5.3
26392026-05-29T17:07:25.032Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26402026-05-29T17:07:25.096Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-29T17:07:25.117Z Compiling itertools v0.10.5
26422026-05-29T17:07:25.234Z Compiling ena v0.14.4
26432026-05-29T17:07:25.481Z Compiling libloading v0.8.9
26442026-05-29T17:07:25.585Z Compiling diff v0.1.13
26452026-05-29T17:07:25.716Z Compiling bindgen v0.71.1
26462026-05-29T17:07:25.856Z Compiling regex-syntax v0.6.29
26472026-05-29T17:07:26.008Z Compiling crc8 v0.1.1
26482026-05-29T17:07:26.148Z Compiling unicase v2.9.0
26492026-05-29T17:07:26.219Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-05-29T17:07:26.457Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-29T17:07:26.636Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-05-29T17:07:27.456Z Compiling lalrpop v0.19.12
26532026-05-29T17:07:27.509Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-29T17:07:27.764Z Compiling cexpr v0.6.0
26552026-05-29T17:07:27.863Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26562026-05-29T17:07:28.113Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-05-29T17:07:28.137Z Compiling rustc-hash v2.1.1
26582026-05-29T17:07:28.185Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-05-29T17:07:28.322Z Compiling headers-core v0.3.0
26602026-05-29T17:07:28.397Z Compiling libxml v0.3.3
26612026-05-29T17:07:28.481Z Compiling headers v0.4.1
26622026-05-29T17:07:28.512Z Compiling diesel v2.3.7
26632026-05-29T17:07:28.711Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-05-29T17:07:28.818Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26652026-05-29T17:07:28.840Z Compiling typify-impl v0.4.3
26662026-05-29T17:07:29.088Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-05-29T17:07:29.282Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-05-29T17:07:29.335Z Compiling strum_macros v0.24.3
26692026-05-29T17:07:29.790Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-05-29T17:07:29.954Z Compiling git-stub v1.0.0
26712026-05-29T17:07:30.141Z Compiling indoc v1.0.9
26722026-05-29T17:07:30.164Z Compiling git-stub-vcs v0.1.0
26732026-05-29T17:07:30.527Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-05-29T17:07:30.582Z Compiling derive_builder v0.20.2
26752026-05-29T17:07:30.585Z Compiling oso-derive v0.27.3
26762026-05-29T17:07:30.758Z Compiling quick-xml v0.37.5
26772026-05-29T17:07:30.777Z Compiling impl-trait-for-tuples v0.2.3
26782026-05-29T17:07:31.100Z Compiling openssl-probe v0.1.6
26792026-05-29T17:07:31.441Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-29T17:07:32.022Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26812026-05-29T17:07:32.140Z Compiling half v1.8.3
26822026-05-29T17:07:32.162Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-29T17:07:32.276Z Compiling typify-macro v0.4.3
26842026-05-29T17:07:32.389Z Compiling serde_cbor v0.11.2
26852026-05-29T17:07:32.510Z Compiling bb8 v0.8.6
26862026-05-29T17:07:32.586Z Compiling trait-variant v0.1.2
26872026-05-29T17:07:32.782Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26882026-05-29T17:07:32.888Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26892026-05-29T17:07:32.923Z Compiling samael v0.0.19
26902026-05-29T17:07:33.196Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26912026-05-29T17:07:33.257Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26922026-05-29T17:07:33.491Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26932026-05-29T17:07:33.544Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-29T17:07:33.761Z Compiling fxhash v0.2.1
26952026-05-29T17:07:33.863Z Compiling typify v0.4.3
26962026-05-29T17:07:33.932Z Compiling libz-sys v1.1.24
26972026-05-29T17:07:33.980Z Compiling progenitor-impl v0.11.2
26982026-05-29T17:07:34.009Z Compiling nonempty v0.12.0
26992026-05-29T17:07:34.240Z Compiling salty v0.3.0
27002026-05-29T17:07:34.562Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-05-29T17:07:34.727Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27022026-05-29T17:07:34.755Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27032026-05-29T17:07:34.951Z Compiling progenitor-client v0.11.2
27042026-05-29T17:07:34.976Z Compiling polar-core v0.27.3
27052026-05-29T17:07:34.995Z Compiling kstat-rs v0.2.4
27062026-05-29T17:07:35.019Z Compiling arc-swap v1.8.2
27072026-05-29T17:07:35.390Z Compiling fs-err v2.11.0
27082026-05-29T17:07:35.502Z Compiling slog-scope v4.4.1
27092026-05-29T17:07:35.716Z Compiling mime_guess v2.0.5
27102026-05-29T17:07:36.084Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-05-29T17:07:36.191Z Compiling progenitor-macro v0.11.2
27122026-05-29T17:07:36.264Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-05-29T17:07:36.871Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27142026-05-29T17:07:38.966Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27152026-05-29T17:07:39.163Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27162026-05-29T17:07:39.486Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-05-29T17:07:39.536Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27182026-05-29T17:07:40.075Z Compiling nanorand v0.7.0
27192026-05-29T17:07:40.199Z Compiling progenitor v0.11.2
27202026-05-29T17:07:40.386Z Compiling darling_core v0.23.0
27212026-05-29T17:07:40.438Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-29T17:07:40.483Z Compiling parking_lot_core v0.8.6
27232026-05-29T17:07:40.630Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27242026-05-29T17:07:40.765Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27252026-05-29T17:07:40.868Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27262026-05-29T17:07:42.582Z Compiling darling_macro v0.23.0
27272026-05-29T17:07:43.096Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27282026-05-29T17:07:45.140Z Compiling oso v0.27.3
27292026-05-29T17:07:48.619Z Compiling diesel-dtrace v0.5.0
27302026-05-29T17:07:48.725Z Compiling async-bb8-diesel v0.2.1
27312026-05-29T17:07:48.966Z Compiling flume v0.11.1
27322026-05-29T17:07:49.006Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-05-29T17:07:49.117Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-05-29T17:07:49.357Z Compiling slog-stdlog v4.1.1
27352026-05-29T17:07:49.726Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-05-29T17:07:49.753Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-05-29T17:07:50.903Z Compiling primeorder v0.13.6
27382026-05-29T17:07:51.074Z Compiling atty v0.2.14
27392026-05-29T17:07:51.218Z Compiling http-range v0.1.5
27402026-05-29T17:07:51.240Z Compiling instability v0.3.11
27412026-05-29T17:07:51.289Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-05-29T17:07:51.400Z Compiling parse-size v1.1.0
27432026-05-29T17:07:51.422Z Compiling strsim v0.10.0
27442026-05-29T17:07:51.490Z Compiling p384 v0.13.1
27452026-05-29T17:07:51.513Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-05-29T17:07:51.557Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27472026-05-29T17:07:51.623Z Compiling darling_core v0.13.4
27482026-05-29T17:07:51.738Z Compiling slog-envlogger v2.2.0
27492026-05-29T17:07:53.547Z Compiling darling v0.23.0
27502026-05-29T17:07:53.650Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27512026-05-29T17:07:53.671Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27522026-05-29T17:07:53.775Z Compiling ignore v0.4.25
27532026-05-29T17:07:54.154Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-29T17:07:54.234Z Compiling vergen-git2 v9.1.0
27552026-05-29T17:07:54.465Z Compiling castaway v0.2.4
27562026-05-29T17:07:54.488Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-05-29T17:07:54.638Z Compiling indoc v2.0.7
27582026-05-29T17:07:54.809Z Compiling compact_str v0.8.1
27592026-05-29T17:07:55.557Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-05-29T17:07:55.815Z Compiling globwalk v0.9.1
27612026-05-29T17:07:55.843Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-29T17:07:55.886Z Compiling parking_lot v0.11.2
27632026-05-29T17:07:56.389Z Compiling darling_macro v0.13.4
27642026-05-29T17:07:56.488Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-29T17:07:56.804Z Compiling hyper-staticfile v0.10.1
27662026-05-29T17:07:56.892Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-05-29T17:07:57.465Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27682026-05-29T17:07:58.004Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-05-29T17:07:58.165Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-05-29T17:07:58.628Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27712026-05-29T17:07:58.781Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-05-29T17:07:58.804Z Compiling predicates-tree v1.0.13
27732026-05-29T17:07:59.088Z Compiling unicode-truncate v1.1.0
27742026-05-29T17:07:59.266Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-05-29T17:07:59.308Z Compiling lru v0.12.5
27762026-05-29T17:07:59.478Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-29T17:07:59.506Z Compiling rand_seeder v0.4.0
27782026-05-29T17:07:59.544Z Compiling prefix-trie v0.7.0
27792026-05-29T17:07:59.599Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-05-29T17:07:59.760Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-05-29T17:07:59.850Z Compiling rustls v0.21.12
27822026-05-29T17:08:00.011Z Compiling illumos-nvpair-sys v0.2.0
27832026-05-29T17:08:00.033Z Compiling corncobs v0.1.4
27842026-05-29T17:08:00.057Z Compiling cassowary v0.3.0
27852026-05-29T17:08:00.060Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-05-29T17:08:00.166Z Compiling hickory-server v0.25.2
27872026-05-29T17:08:00.212Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-29T17:08:00.277Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-05-29T17:08:00.330Z Compiling ratatui v0.29.0
27902026-05-29T17:08:00.375Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-05-29T17:08:00.478Z Compiling camino-tempfile-ext v0.3.3
27922026-05-29T17:08:00.542Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-29T17:08:00.910Z Compiling darling v0.13.4
27942026-05-29T17:08:01.143Z Compiling sled v0.34.7
27952026-05-29T17:08:01.373Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-05-29T17:08:01.633Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-05-29T17:08:01.986Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-05-29T17:08:03.577Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-05-29T17:08:04.441Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-05-29T17:08:04.651Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-05-29T17:08:04.673Z Compiling rustls-webpki v0.101.7
28022026-05-29T17:08:04.877Z Compiling sct v0.7.1
28032026-05-29T17:08:05.173Z Compiling secrecy v0.8.0
28042026-05-29T17:08:05.200Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-05-29T17:08:05.632Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-29T17:08:06.343Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-05-29T17:08:06.424Z Compiling git2 v0.20.4
28082026-05-29T17:08:06.681Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-05-29T17:08:06.728Z Compiling serde_with_macros v1.5.2
28102026-05-29T17:08:07.528Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-05-29T17:08:07.908Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-29T17:08:08.491Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28132026-05-29T17:08:08.523Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-05-29T17:08:09.192Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28152026-05-29T17:08:09.416Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-05-29T17:08:09.483Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28172026-05-29T17:08:09.665Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-05-29T17:08:09.713Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-29T17:08:09.898Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-05-29T17:08:09.940Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-29T17:08:10.052Z Compiling void v1.0.2
28222026-05-29T17:08:10.199Z Compiling lzss v0.8.2
28232026-05-29T17:08:10.514Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-05-29T17:08:10.533Z Compiling illumos-nvpair v0.3.0
28252026-05-29T17:08:11.017Z Compiling serde_with v1.14.0
28262026-05-29T17:08:11.334Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-05-29T17:08:12.066Z Compiling tokio-rustls v0.24.1
28282026-05-29T17:08:12.363Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28292026-05-29T17:08:12.491Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-05-29T17:08:13.725Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28312026-05-29T17:08:14.360Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28322026-05-29T17:08:14.915Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-05-29T17:08:15.016Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-05-29T17:08:15.264Z Compiling tungstenite v0.23.0
28352026-05-29T17:08:15.656Z Compiling rustls-pemfile v1.0.4
28362026-05-29T17:08:15.678Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28372026-05-29T17:08:16.067Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-05-29T17:08:16.286Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-05-29T17:08:16.510Z Compiling nix v0.27.1
28402026-05-29T17:08:16.749Z Compiling twox-hash v2.1.2
28412026-05-29T17:08:17.266Z Compiling serde_bytes v0.11.19
28422026-05-29T17:08:17.619Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-05-29T17:08:17.661Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28442026-05-29T17:08:17.801Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28452026-05-29T17:08:17.829Z Compiling tokio-tungstenite v0.23.1
28462026-05-29T17:08:18.247Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-29T17:08:18.809Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-05-29T17:08:21.329Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-05-29T17:08:21.578Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28502026-05-29T17:08:22.726Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28512026-05-29T17:08:23.007Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-05-29T17:08:23.061Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28532026-05-29T17:08:23.410Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28542026-05-29T17:08:23.502Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28552026-05-29T17:08:23.526Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-05-29T17:08:23.888Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28572026-05-29T17:08:24.030Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28582026-05-29T17:08:25.287Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-05-29T17:08:26.351Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-05-29T17:08:27.024Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-05-29T17:08:27.235Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-05-29T17:08:27.353Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-05-29T17:08:27.946Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28642026-05-29T17:08:28.422Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-05-29T17:08:28.899Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-05-29T17:08:29.412Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-05-29T17:08:30.172Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-05-29T17:08:31.100Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28692026-05-29T17:08:31.139Z Compiling fatfs v0.3.6
28702026-05-29T17:08:31.292Z Compiling signal-hook-tokio v0.3.1
28712026-05-29T17:08:31.324Z Compiling yasna v0.5.2
28722026-05-29T17:08:31.390Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28732026-05-29T17:08:31.487Z Compiling is_ci v1.2.0
28742026-05-29T17:08:31.659Z Compiling seq-macro v0.3.6
28752026-05-29T17:08:31.684Z Compiling assert_matches v1.5.0
28762026-05-29T17:08:31.706Z Compiling supports-color v3.0.2
28772026-05-29T17:08:31.795Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28782026-05-29T17:08:31.986Z Compiling rcgen v0.12.1
28792026-05-29T17:08:32.349Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-05-29T17:08:32.591Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-05-29T17:08:32.833Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-05-29T17:08:33.069Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-05-29T17:08:33.095Z Compiling subprocess v0.2.15
28842026-05-29T17:08:33.305Z Compiling rtoolbox v0.0.3
28852026-05-29T17:08:33.614Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-05-29T17:08:35.038Z Compiling rpassword v7.4.0
28872026-05-29T17:08:35.380Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-29T17:08:35.572Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-05-29T17:08:36.366Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-29T17:08:36.407Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-05-29T17:08:36.512Z Compiling tui-tree-widget v0.23.1
28922026-05-29T17:08:36.828Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-29T17:08:37.708Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-29T17:08:38.083Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-29T17:08:38.239Z Compiling uzers v0.12.2
28962026-05-29T17:08:38.739Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-29T17:08:39.711Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-29T17:08:40.855Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-29T17:08:41.392Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-29T17:08:45.480Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-05-29T17:08:46.744Z Compiling support-bundle-viewer v0.1.2
29022026-05-29T17:08:47.665Z Compiling multimap v0.10.1
29032026-05-29T17:08:56.112Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-05-29T17:09:01.708Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29052026-05-29T17:09:07.935Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-05-29T17:09:08.872Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-05-29T17:09:09.841Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-05-29T17:15:03.918Z Finished `release` profile [optimized] target(s) in 8m 09s
29092026-05-29T17:15:50.624Z
29102026-05-29T17:15:50.627Zreal 8:57.648097185
29112026-05-29T17:15:50.627Zuser 1:19:01.019303377
29122026-05-29T17:15:50.627Zsys 3:33.765290197
29132026-05-29T17:15:50.627Ztrap 1.736425006
29142026-05-29T17:15:50.627Ztflt 2.858660509
29152026-05-29T17:15:50.627Zdflt 18.907103211
29162026-05-29T17:15:50.627Zkflt 0.005172070
29172026-05-29T17:15:50.627Zlock 6:35:50.860912575
29182026-05-29T17:15:50.627Zslp 2:13:22.722598683
29192026-05-29T17:15:50.627Zlat 2:26.975523162
29202026-05-29T17:15:50.627Zstop 5:21.550734924
29212026-05-29T17:15:50.627Z+ mapfile -t packages
29222026-05-29T17:15:50.627Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-05-29T17:15:51.575Z Finished `release` profile [optimized] target(s) in 0.93s
29242026-05-29T17:15:51.648Z Running `target/release/omicron-package -t test list-outputs`
29252026-05-29T17:15:51.709ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-05-29T17:15:51.712Z+ ptime -m cargo build --locked --release -p xtask
29272026-05-29T17:15:52.252Z Compiling libc v0.2.185
29282026-05-29T17:15:52.252Z Compiling serde v1.0.228
29292026-05-29T17:15:52.256Z Compiling serde_core v1.0.228
29302026-05-29T17:15:52.256Z Compiling rustix v1.1.3
29312026-05-29T17:15:52.256Z Compiling bitflags v2.11.0
29322026-05-29T17:15:52.256Z Compiling serde_json v1.0.149
29332026-05-29T17:15:52.402Z Compiling num-traits v0.2.19
29342026-05-29T17:15:52.405Z Compiling smallvec v1.15.1
29352026-05-29T17:15:52.411Z Compiling syn v2.0.117
29362026-05-29T17:15:52.441Z Compiling indexmap v2.14.0
29372026-05-29T17:15:52.451Z Compiling usdt-impl v0.5.0
29382026-05-29T17:15:52.462Z Compiling syn v1.0.109
29392026-05-29T17:15:52.475Z Compiling percent-encoding v2.3.2
29402026-05-29T17:15:52.475Z Compiling log v0.4.29
29412026-05-29T17:15:52.606Z Compiling getrandom v0.4.1
29422026-05-29T17:15:52.735Z Compiling form_urlencoded v1.2.2
29432026-05-29T17:15:52.857Z Compiling fs-err v3.3.0
29442026-05-29T17:15:52.878Z Compiling once_cell v1.21.3
29452026-05-29T17:15:52.891Z Compiling anyhow v1.0.102
29462026-05-29T17:15:52.895Z Compiling heck v0.4.1
29472026-05-29T17:15:53.115Z Compiling errno v0.3.14
29482026-05-29T17:15:53.118Z Compiling thread-id v4.2.2
29492026-05-29T17:15:53.151Z Compiling memmap v0.7.0
29502026-05-29T17:15:53.408Z Compiling ordered-float v2.10.1
29512026-05-29T17:15:53.934Z Compiling proc-macro-error v1.0.4
29522026-05-29T17:15:54.125Z Compiling terminal_size v0.4.3
29532026-05-29T17:15:54.125Z Compiling tempfile v3.25.0
29542026-05-29T17:15:54.184Z Compiling tabled_derive v0.7.0
29552026-05-29T17:15:54.224Z Compiling clap_builder v4.5.60
29562026-05-29T17:15:54.224Z Compiling textwrap v0.16.2
29572026-05-29T17:15:54.358Z Compiling camino-tempfile v1.4.1
29582026-05-29T17:15:54.863Z Compiling tabled v0.15.0
29592026-05-29T17:15:54.940Z Compiling synstructure v0.13.2
29602026-05-29T17:15:54.940Z Compiling pest_generator v2.8.6
29612026-05-29T17:15:55.327Z Compiling serde_derive v1.0.228
29622026-05-29T17:15:55.328Z Compiling zerofrom-derive v0.1.6
29632026-05-29T17:15:55.331Z Compiling yoke-derive v0.8.1
29642026-05-29T17:15:55.331Z Compiling zerovec-derive v0.11.2
29652026-05-29T17:15:55.331Z Compiling displaydoc v0.2.5
29662026-05-29T17:15:55.331Z Compiling thiserror-impl v1.0.69
29672026-05-29T17:15:55.331Z Compiling zerocopy-derive v0.7.35
29682026-05-29T17:15:55.331Z Compiling scroll_derive v0.12.1
29692026-05-29T17:15:55.331Z Compiling thiserror-impl v2.0.18
29702026-05-29T17:15:55.331Z Compiling clap_derive v4.5.55
29712026-05-29T17:15:55.490Z Compiling pest_derive v2.8.6
29722026-05-29T17:15:56.083Z Compiling scroll v0.12.0
29732026-05-29T17:15:56.238Z Compiling zerocopy v0.7.35
29742026-05-29T17:15:56.418Z Compiling goblin v0.8.2
29752026-05-29T17:15:56.506Z Compiling thiserror v1.0.69
29762026-05-29T17:15:56.556Z Compiling zerofrom v0.1.6
29772026-05-29T17:15:56.604Z Compiling dtrace-parser v0.2.0
29782026-05-29T17:15:56.617Z Compiling thiserror v2.0.18
29792026-05-29T17:15:56.697Z Compiling yoke v0.8.1
29802026-05-29T17:15:56.911Z Compiling zerovec v0.11.5
29812026-05-29T17:15:56.924Z Compiling zerotrie v0.2.3
29822026-05-29T17:15:57.006Z Compiling clap v4.5.60
29832026-05-29T17:15:57.555Z Compiling tinystr v0.8.2
29842026-05-29T17:15:57.804Z Compiling icu_locale_core v2.1.1
29852026-05-29T17:15:58.631Z Compiling potential_utf v0.1.4
29862026-05-29T17:15:58.692Z Compiling icu_provider v2.1.1
29872026-05-29T17:15:58.841Z Compiling icu_collections v2.1.1
29882026-05-29T17:15:58.902Z Compiling toml_datetime v0.6.11
29892026-05-29T17:15:59.040Z Compiling serde_spanned v0.6.9
29902026-05-29T17:15:59.097Z Compiling dof v0.3.0
29912026-05-29T17:15:59.124Z Compiling serde-value v0.7.0
29922026-05-29T17:15:59.161Z Compiling toml_edit v0.22.27
29932026-05-29T17:15:59.184Z Compiling cargo-platform v0.2.0
29942026-05-29T17:15:59.214Z Compiling icu_properties v2.1.2
29952026-05-29T17:15:59.226Z Compiling icu_normalizer v2.1.1
29962026-05-29T17:15:59.229Z Compiling macaddr v1.0.1
29972026-05-29T17:15:59.426Z Compiling serde_tokenstream v0.2.3
29982026-05-29T17:16:00.115Z Compiling idna_adapter v1.2.1
29992026-05-29T17:16:00.202Z Compiling usdt-attr-macro v0.5.0
30002026-05-29T17:16:00.206Z Compiling usdt-macro v0.5.0
30012026-05-29T17:16:00.274Z Compiling idna v1.1.0
30022026-05-29T17:16:00.608Z Compiling url v2.5.8
30032026-05-29T17:16:00.703Z Compiling toml v0.8.23
30042026-05-29T17:16:00.844Z Compiling usdt v0.5.0
30052026-05-29T17:16:01.148Z Compiling cargo-util-schemas v0.8.2
30062026-05-29T17:16:01.149Z Compiling cargo_toml v0.21.0
30072026-05-29T17:16:02.179Z Compiling cargo_metadata v0.21.0
30082026-05-29T17:16:05.269Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-05-29T17:16:08.266Z Finished `release` profile [optimized] target(s) in 16.54s
30102026-05-29T17:16:08.392Z
30112026-05-29T17:16:08.395Zreal 16.642748986
30122026-05-29T17:16:08.395Zuser 2:21.890241557
30132026-05-29T17:16:08.395Zsys 17.007842545
30142026-05-29T17:16:08.395Ztrap 0.081434569
30152026-05-29T17:16:08.395Ztflt 0.614406630
30162026-05-29T17:16:08.395Zdflt 1.583249951
30172026-05-29T17:16:08.395Zkflt 0.000033284
30182026-05-29T17:16:08.395Zlock 5:12.865029611
30192026-05-29T17:16:08.395Zslp 3:23.601151963
30202026-05-29T17:16:08.395Zlat 6.087756345
30212026-05-29T17:16:08.395Zstop 19.214584543
30222026-05-29T17:16:08.395Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-29T17:16:08.395Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-05-29T17:16:08.395Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-29T17:16:08.395Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-05-29T17:16:08.395Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-05-29T17:16:09.342Z Compiling newtype-uuid-macros v0.1.0
30282026-05-29T17:16:09.342Z Compiling progenitor-client v0.14.0
30292026-05-29T17:16:09.342Z Compiling structmeta-derive v0.3.0
30302026-05-29T17:16:09.345Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-05-29T17:16:09.345Z Compiling rustls v0.22.4
30322026-05-29T17:16:09.345Z Compiling rustls-webpki v0.102.8
30332026-05-29T17:16:09.346Z Compiling multer v3.1.0
30342026-05-29T17:16:09.346Z Compiling debug-ignore v1.0.5
30352026-05-29T17:16:09.489Z Compiling compression-core v0.4.31
30362026-05-29T17:16:09.492Z Compiling match_cfg v0.1.0
30372026-05-29T17:16:09.492Z Compiling slog-json v2.6.1
30382026-05-29T17:16:09.492Z Compiling async-stream-impl v0.3.6
30392026-05-29T17:16:09.507Z Compiling serde_spanned v1.0.4
30402026-05-29T17:16:09.511Z Compiling toml_datetime v1.0.0+spec-1.1.0
30412026-05-29T17:16:09.703Z Compiling compression-codecs v0.4.37
30422026-05-29T17:16:09.706Z Compiling dropshot v0.17.0
30432026-05-29T17:16:09.706Z Compiling hostname v0.3.1
30442026-05-29T17:16:09.706Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-05-29T17:16:09.723Z Compiling itertools v0.14.0
30462026-05-29T17:16:09.788Z Compiling waitgroup v0.1.2
30472026-05-29T17:16:09.840Z Compiling slog-bunyan v2.5.0
30482026-05-29T17:16:09.857Z Compiling rustls-pemfile v2.2.0
30492026-05-29T17:16:09.915Z Compiling async-compression v0.4.41
30502026-05-29T17:16:09.958Z Compiling toml v1.0.6+spec-1.1.0
30512026-05-29T17:16:09.977Z Compiling dropshot_endpoint v0.17.0
30522026-05-29T17:16:09.978Z Compiling hostname v0.4.2
30532026-05-29T17:16:09.981Z Compiling serde_path_to_error v0.1.20
30542026-05-29T17:16:10.030Z Compiling regress v0.10.5
30552026-05-29T17:16:10.083Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-05-29T17:16:10.127Z Compiling macaddr v1.0.1
30572026-05-29T17:16:10.146Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-05-29T17:16:10.168Z Compiling instant v0.1.13
30592026-05-29T17:16:10.194Z Compiling async-stream v0.3.6
30602026-05-29T17:16:10.257Z Compiling backon v1.6.0
30612026-05-29T17:16:10.275Z Compiling backoff v0.4.0
30622026-05-29T17:16:10.297Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-05-29T17:16:10.309Z Compiling progenitor-client v0.10.0
30642026-05-29T17:16:10.371Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-05-29T17:16:10.390Z Compiling humantime v2.3.0
30662026-05-29T17:16:10.390Z Compiling universal-hash v0.5.1
30672026-05-29T17:16:10.424Z Compiling progenitor-extras v0.2.0
30682026-05-29T17:16:10.480Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-05-29T17:16:10.480Z Compiling opaque-debug v0.3.1
30702026-05-29T17:16:10.515Z Compiling half v2.7.1
30712026-05-29T17:16:10.564Z Compiling ciborium-io v0.2.2
30722026-05-29T17:16:10.583Z Compiling structmeta v0.3.0
30732026-05-29T17:16:10.601Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-05-29T17:16:10.601Z Compiling crucible-workspace-hack v0.1.0
30752026-05-29T17:16:10.641Z Compiling regress v0.11.1
30762026-05-29T17:16:10.674Z Compiling convert_case v0.4.0
30772026-05-29T17:16:10.691Z Compiling aead v0.5.2
30782026-05-29T17:16:10.710Z Compiling secrecy v0.10.3
30792026-05-29T17:16:10.739Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-05-29T17:16:10.770Z Compiling unsafe-libyaml v0.2.11
30812026-05-29T17:16:10.832Z Compiling derive-ex v0.1.8
30822026-05-29T17:16:10.851Z Compiling parse-display-derive v0.10.0
30832026-05-29T17:16:10.870Z Compiling ciborium-ll v0.2.2
30842026-05-29T17:16:10.926Z Compiling poly1305 v0.8.0
30852026-05-29T17:16:10.983Z Compiling chacha20 v0.9.1
30862026-05-29T17:16:11.025Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30872026-05-29T17:16:11.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-05-29T17:16:11.078Z Compiling derive_more v0.99.20
30892026-05-29T17:16:11.117Z Compiling ciborium v0.2.2
30902026-05-29T17:16:11.152Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30912026-05-29T17:16:11.264Z Compiling thiserror-impl-no-std v2.0.2
30922026-05-29T17:16:11.305Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-05-29T17:16:11.324Z Compiling serde_yaml v0.9.34+deprecated
30942026-05-29T17:16:11.435Z Compiling byte-wrapper v0.1.0
30952026-05-29T17:16:11.526Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30962026-05-29T17:16:11.563Z Compiling password-hash v0.5.0
30972026-05-29T17:16:11.704Z Compiling tokio-rustls v0.25.0
30982026-05-29T17:16:11.737Z Compiling blake2 v0.10.6
30992026-05-29T17:16:11.737Z Compiling chacha20poly1305 v0.10.1
31002026-05-29T17:16:11.809Z Compiling indent_write v2.2.0
31012026-05-29T17:16:11.844Z Compiling heapless v0.8.0
31022026-05-29T17:16:11.959Z Compiling toml_datetime v0.7.5+spec-1.1.0
31032026-05-29T17:16:11.977Z Compiling ingot-macros v0.1.1
31042026-05-29T17:16:12.004Z Compiling argon2 v0.5.3
31052026-05-29T17:16:12.252Z Compiling typify-impl v0.6.2
31062026-05-29T17:16:12.349Z Compiling toml_edit v0.23.10+spec-1.0.0
31072026-05-29T17:16:12.391Z Compiling tabwriter v1.4.1
31082026-05-29T17:16:12.530Z Compiling thiserror-no-std v2.0.2
31092026-05-29T17:16:12.629Z Compiling test-strategy v0.4.5
31102026-05-29T17:16:12.651Z Compiling vsss-rs v3.3.4
31112026-05-29T17:16:12.670Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-05-29T17:16:12.687Z Compiling parse-display v0.10.0
31132026-05-29T17:16:12.855Z Compiling hash32 v0.3.1
31142026-05-29T17:16:12.968Z Compiling num-derive v0.4.2
31152026-05-29T17:16:13.028Z Compiling smoltcp v0.11.0
31162026-05-29T17:16:13.048Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-05-29T17:16:13.281Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31182026-05-29T17:16:13.340Z Compiling proc-macro-crate v3.4.0
31192026-05-29T17:16:13.359Z Compiling num-rational v0.4.2
31202026-05-29T17:16:13.402Z Compiling cobs v0.3.0
31212026-05-29T17:16:13.443Z Compiling num-complex v0.4.6
31222026-05-29T17:16:13.486Z Compiling colored v3.1.1
31232026-05-29T17:16:13.627Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-29T17:16:13.755Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-05-29T17:16:13.789Z Compiling postcard v1.1.3
31262026-05-29T17:16:13.870Z Compiling num v0.4.3
31272026-05-29T17:16:13.873Z Compiling proc-macro-error v1.0.4
31282026-05-29T17:16:13.902Z Compiling proc-macro-crate v1.3.1
31292026-05-29T17:16:13.943Z Compiling num_enum_derive v0.7.5
31302026-05-29T17:16:13.967Z Compiling atomicwrites v0.4.4
31312026-05-29T17:16:13.985Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31322026-05-29T17:16:13.985Z Compiling foreign-types-macros v0.2.3
31332026-05-29T17:16:14.020Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-05-29T17:16:14.113Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-05-29T17:16:14.164Z Compiling float-ord v0.3.2
31362026-05-29T17:16:14.185Z Compiling foreign-types-shared v0.3.1
31372026-05-29T17:16:14.202Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31382026-05-29T17:16:14.225Z Compiling rayon-core v1.13.0
31392026-05-29T17:16:14.272Z Compiling cpufeatures v0.3.0
31402026-05-29T17:16:14.318Z Compiling crossbeam-deque v0.8.6
31412026-05-29T17:16:14.354Z Compiling num_enum_derive v0.5.11
31422026-05-29T17:16:14.391Z Compiling chacha20 v0.10.0
31432026-05-29T17:16:14.439Z Compiling camino-tempfile v1.4.1
31442026-05-29T17:16:14.457Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-05-29T17:16:14.489Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31462026-05-29T17:16:14.514Z Compiling cstr-argument v0.1.2
31472026-05-29T17:16:14.560Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31482026-05-29T17:16:14.649Z Compiling foreign-types v0.5.0
31492026-05-29T17:16:14.698Z Compiling rand v0.10.0
31502026-05-29T17:16:14.743Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31512026-05-29T17:16:14.760Z Compiling toml v0.8.23
31522026-05-29T17:16:14.798Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31532026-05-29T17:16:14.821Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-29T17:16:14.924Z Compiling zone_cfg_derive v0.3.1
31552026-05-29T17:16:14.945Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-05-29T17:16:14.966Z Compiling ingot-types v0.1.2
31572026-05-29T17:16:14.991Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-05-29T17:16:15.026Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31592026-05-29T17:16:15.070Z Compiling num_enum v0.7.5
31602026-05-29T17:16:15.094Z Compiling itertools v0.12.1
31612026-05-29T17:16:15.136Z Compiling rayon v1.11.0
31622026-05-29T17:16:15.196Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-05-29T17:16:15.217Z Compiling sigpipe v0.1.3
31642026-05-29T17:16:15.245Z Compiling glob v0.3.3
31652026-05-29T17:16:15.331Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-05-29T17:16:15.423Z Compiling ingot v0.1.1
31672026-05-29T17:16:15.457Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31682026-05-29T17:16:15.460Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31692026-05-29T17:16:15.510Z Compiling num_enum v0.5.11
31702026-05-29T17:16:15.576Z Compiling smf v0.2.3
31712026-05-29T17:16:15.611Z Compiling whoami v1.6.1
31722026-05-29T17:16:15.635Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31732026-05-29T17:16:15.653Z Compiling prettyplease v0.2.37
31742026-05-29T17:16:15.689Z Compiling usdt-attr-macro v0.5.0
31752026-05-29T17:16:15.693Z Compiling usdt-macro v0.5.0
31762026-05-29T17:16:15.728Z Compiling gethostname v0.5.0
31772026-05-29T17:16:15.879Z Compiling memmap v0.7.0
31782026-05-29T17:16:15.931Z Compiling derive-where v1.6.0
31792026-05-29T17:16:15.975Z Compiling resolv-conf v0.7.6
31802026-05-29T17:16:16.127Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-05-29T17:16:16.164Z Compiling cancel-safe-futures v0.1.5
31822026-05-29T17:16:16.191Z Compiling owo-colors v4.3.0
31832026-05-29T17:16:16.286Z Compiling zone v0.3.1
31842026-05-29T17:16:16.372Z Compiling libsw-core v0.3.2
31852026-05-29T17:16:16.375Z Compiling console v0.15.11
31862026-05-29T17:16:16.505Z Compiling newline-converter v0.3.0
31872026-05-29T17:16:16.547Z Compiling usdt v0.5.0
31882026-05-29T17:16:16.590Z Compiling libsw v3.5.0
31892026-05-29T17:16:16.643Z Compiling hickory-proto v0.24.4
31902026-05-29T17:16:16.777Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-05-29T17:16:16.798Z Compiling progenitor-client v0.13.0
31922026-05-29T17:16:16.844Z Compiling linked-hash-map v0.5.6
31932026-05-29T17:16:16.890Z Compiling typify-macro v0.6.2
31942026-05-29T17:16:16.926Z Compiling linear-map v1.2.0
31952026-05-29T17:16:16.979Z Compiling libefi-sys v0.1.0
31962026-05-29T17:16:16.998Z Compiling expectorate v1.2.0
31972026-05-29T17:16:16.998Z Compiling git-stub v1.0.0
31982026-05-29T17:16:17.059Z Compiling lru-cache v0.1.2
31992026-05-29T17:16:17.177Z Compiling bitfield-struct v0.6.2
32002026-05-29T17:16:17.201Z Compiling semver v0.1.20
32012026-05-29T17:16:17.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32022026-05-29T17:16:17.237Z Compiling tokio-dtrace v0.1.1
32032026-05-29T17:16:17.256Z Compiling dropshot-api-manager-types v0.7.2
32042026-05-29T17:16:17.333Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-05-29T17:16:17.380Z Compiling git-stub-vcs v0.1.0
32062026-05-29T17:16:17.418Z Compiling rustc_version v0.1.7
32072026-05-29T17:16:17.440Z Compiling slog-dtrace v0.3.0
32082026-05-29T17:16:17.482Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-05-29T17:16:17.529Z Compiling minimal-lexical v0.2.1
32102026-05-29T17:16:17.532Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-05-29T17:16:17.564Z Compiling oxide-tokio-rt v0.1.4
32122026-05-29T17:16:17.567Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-29T17:16:17.599Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-05-29T17:16:17.619Z Compiling phf_shared v0.12.1
32152026-05-29T17:16:17.683Z Compiling newtype_derive v0.1.6
32162026-05-29T17:16:17.726Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32172026-05-29T17:16:17.776Z Compiling nom v7.1.3
32182026-05-29T17:16:17.793Z Compiling csv-core v0.1.13
32192026-05-29T17:16:17.819Z Compiling chrono-tz v0.10.4
32202026-05-29T17:16:17.822Z Compiling xshell-macros v0.2.7
32212026-05-29T17:16:17.876Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-05-29T17:16:17.900Z Compiling highway v1.3.0
32232026-05-29T17:16:17.979Z Compiling csv v1.4.0
32242026-05-29T17:16:18.062Z Compiling const_format_proc_macros v0.2.34
32252026-05-29T17:16:18.081Z Compiling phf v0.12.1
32262026-05-29T17:16:18.195Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-29T17:16:18.258Z Compiling xshell v0.2.7
32282026-05-29T17:16:18.276Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-29T17:16:18.303Z Compiling primeorder v0.13.6
32302026-05-29T17:16:18.415Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-29T17:16:18.564Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32322026-05-29T17:16:18.616Z Compiling tabled_derive v0.7.0
32332026-05-29T17:16:18.659Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-05-29T17:16:18.702Z Compiling bcs v0.1.6
32352026-05-29T17:16:18.811Z Compiling typify v0.6.2
32362026-05-29T17:16:18.829Z Compiling termtree v0.5.1
32372026-05-29T17:16:18.901Z Compiling hickory-resolver v0.24.4
32382026-05-29T17:16:18.936Z Compiling const_format v0.2.35
32392026-05-29T17:16:18.954Z Compiling progenitor-impl v0.14.0
32402026-05-29T17:16:19.015Z Compiling progenitor-impl v0.13.0
32412026-05-29T17:16:19.036Z Compiling salty v0.3.0
32422026-05-29T17:16:19.054Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32432026-05-29T17:16:19.176Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32442026-05-29T17:16:19.279Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-05-29T17:16:19.296Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32462026-05-29T17:16:19.316Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-05-29T17:16:19.543Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32482026-05-29T17:16:19.680Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32492026-05-29T17:16:19.844Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32502026-05-29T17:16:19.908Z Compiling tagptr v0.2.0
32512026-05-29T17:16:19.924Z Compiling textwrap v0.16.2
32522026-05-29T17:16:20.006Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-05-29T17:16:20.024Z Compiling qorb v0.4.1
32542026-05-29T17:16:20.056Z Compiling moka v0.12.13
32552026-05-29T17:16:20.093Z Compiling tabled v0.15.0
32562026-05-29T17:16:20.302Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-29T17:16:20.428Z Compiling steno v0.4.1
32582026-05-29T17:16:20.566Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-05-29T17:16:20.738Z Compiling radium v0.7.0
32602026-05-29T17:16:20.879Z Compiling base64 v0.21.7
32612026-05-29T17:16:20.900Z Compiling hickory-resolver v0.25.2
32622026-05-29T17:16:21.042Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-05-29T17:16:21.117Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-29T17:16:21.218Z Compiling p384 v0.13.1
32652026-05-29T17:16:21.237Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32662026-05-29T17:16:21.359Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-05-29T17:16:21.377Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-05-29T17:16:21.725Z Compiling progenitor-macro v0.14.0
32692026-05-29T17:16:21.744Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32702026-05-29T17:16:21.763Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-29T17:16:21.782Z Compiling progenitor-macro v0.13.0
32722026-05-29T17:16:21.810Z Compiling typify-impl v0.4.3
32732026-05-29T17:16:22.013Z Compiling tap v1.0.1
32742026-05-29T17:16:22.100Z Compiling maybe-uninit v2.0.0
32752026-05-29T17:16:22.172Z Compiling wyz v0.5.1
32762026-05-29T17:16:22.203Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-05-29T17:16:22.397Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-05-29T17:16:22.511Z Compiling proc-macro-error-attr2 v2.0.0
32792026-05-29T17:16:22.540Z Compiling utf-8 v0.7.6
32802026-05-29T17:16:22.574Z Compiling packed_struct v0.10.1
32812026-05-29T17:16:22.764Z Compiling parking_lot_core v0.8.6
32822026-05-29T17:16:22.783Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-05-29T17:16:22.855Z Compiling funty v2.0.0
32842026-05-29T17:16:22.927Z Compiling tungstenite v0.21.0
32852026-05-29T17:16:22.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-05-29T17:16:22.971Z Compiling proc-macro-error2 v2.0.1
32872026-05-29T17:16:23.083Z Compiling polyval v0.6.2
32882026-05-29T17:16:23.107Z Compiling packed_struct_codegen v0.10.1
32892026-05-29T17:16:23.133Z Compiling bitfield-macros v0.19.4
32902026-05-29T17:16:23.197Z Compiling zerocopy-derive v0.6.6
32912026-05-29T17:16:23.336Z Compiling bitvec v1.0.1
32922026-05-29T17:16:23.356Z Compiling indexmap v1.9.3
32932026-05-29T17:16:23.406Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32942026-05-29T17:16:23.511Z Compiling crc-catalog v2.4.0
32952026-05-29T17:16:23.591Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-05-29T17:16:23.622Z Compiling nodrop v0.1.14
32972026-05-29T17:16:23.670Z Compiling crc v3.4.0
32982026-05-29T17:16:23.733Z Compiling array-init v0.0.4
32992026-05-29T17:16:23.750Z Compiling tokio-tungstenite v0.21.0
33002026-05-29T17:16:23.836Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-29T17:16:23.853Z Compiling tabled_derive v0.11.0
33022026-05-29T17:16:23.905Z Compiling bitfield v0.19.4
33032026-05-29T17:16:23.921Z Compiling ghash v0.5.1
33042026-05-29T17:16:24.106Z Compiling smallvec v0.6.14
33052026-05-29T17:16:24.125Z Compiling zerocopy v0.6.6
33062026-05-29T17:16:24.239Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-29T17:16:24.272Z Compiling papergrid v0.17.0
33082026-05-29T17:16:24.350Z Compiling libscf-sys v1.2.0
33092026-05-29T17:16:24.383Z Compiling testing_table v0.3.0
33102026-05-29T17:16:24.420Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33112026-05-29T17:16:24.497Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33122026-05-29T17:16:24.524Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-29T17:16:24.580Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33142026-05-29T17:16:24.698Z Compiling ctr v0.9.2
33152026-05-29T17:16:24.828Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-05-29T17:16:24.847Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33172026-05-29T17:16:24.936Z Compiling hashbrown v0.12.3
33182026-05-29T17:16:24.943Z Compiling corncobs v0.1.4
33192026-05-29T17:16:24.999Z Compiling unicase v2.9.0
33202026-05-29T17:16:25.080Z Compiling illumos-nvpair-sys v0.2.0
33212026-05-29T17:16:25.102Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-05-29T17:16:25.191Z Compiling aes-gcm v0.10.3
33232026-05-29T17:16:25.229Z Compiling tabled v0.20.0
33242026-05-29T17:16:25.245Z Compiling mime_guess v2.0.5
33252026-05-29T17:16:25.355Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-05-29T17:16:25.375Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33272026-05-29T17:16:25.468Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-29T17:16:25.549Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-29T17:16:25.579Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-05-29T17:16:25.850Z Compiling serde-hex v0.1.0
33312026-05-29T17:16:25.889Z Compiling parking_lot v0.11.2
33322026-05-29T17:16:26.003Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-05-29T17:16:26.051Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-05-29T17:16:26.210Z Compiling ron v0.8.1
33352026-05-29T17:16:26.229Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33362026-05-29T17:16:26.316Z Compiling hashbrown v0.13.2
33372026-05-29T17:16:26.481Z Compiling typify-macro v0.4.3
33382026-05-29T17:16:26.518Z Compiling progenitor-client v0.11.2
33392026-05-29T17:16:26.627Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33402026-05-29T17:16:26.752Z Compiling prefix-trie v0.7.0
33412026-05-29T17:16:26.882Z Compiling blowfish v0.9.1
33422026-05-29T17:16:26.945Z Compiling ssh-encoding v0.2.0
33432026-05-29T17:16:26.963Z Compiling fxhash v0.2.1
33442026-05-29T17:16:26.981Z Compiling progenitor v0.14.0
33452026-05-29T17:16:27.003Z Compiling progenitor v0.13.0
33462026-05-29T17:16:27.193Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-05-29T17:16:27.212Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-05-29T17:16:27.234Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33492026-05-29T17:16:27.271Z Compiling secrecy v0.8.0
33502026-05-29T17:16:27.274Z Compiling crc-any v2.5.0
33512026-05-29T17:16:27.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-05-29T17:16:27.501Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-05-29T17:16:27.546Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33542026-05-29T17:16:27.563Z Compiling ssh-cipher v0.2.0
33552026-05-29T17:16:27.742Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-05-29T17:16:27.761Z Compiling hickory-server v0.25.2
33572026-05-29T17:16:27.781Z Compiling sled v0.34.7
33582026-05-29T17:16:27.911Z Compiling bcrypt-pbkdf v0.10.0
33592026-05-29T17:16:28.090Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-05-29T17:16:28.161Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-05-29T17:16:28.199Z Compiling object v0.30.4
33622026-05-29T17:16:28.346Z Compiling typify v0.4.3
33632026-05-29T17:16:28.491Z Compiling progenitor-impl v0.11.2
33642026-05-29T17:16:28.563Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652026-05-29T17:16:28.600Z Compiling password-hash v0.4.2
33662026-05-29T17:16:28.685Z Compiling http-range v0.1.5
33672026-05-29T17:16:28.907Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-05-29T17:16:29.023Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-05-29T17:16:29.351Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33702026-05-29T17:16:29.548Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-05-29T17:16:29.673Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33722026-05-29T17:16:29.700Z Compiling path-slash v0.1.5
33732026-05-29T17:16:29.872Z Compiling half v1.8.3
33742026-05-29T17:16:30.057Z Compiling crc8 v0.1.1
33752026-05-29T17:16:30.077Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33762026-05-29T17:16:30.093Z Compiling serde_cbor v0.11.2
33772026-05-29T17:16:30.191Z Compiling pbkdf2 v0.11.0
33782026-05-29T17:16:30.210Z Compiling illumos-nvpair v0.3.0
33792026-05-29T17:16:30.488Z Compiling ssh-key v0.6.7
33802026-05-29T17:16:30.732Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-05-29T17:16:30.906Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33822026-05-29T17:16:31.097Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33832026-05-29T17:16:31.192Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-05-29T17:16:31.233Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-05-29T17:16:31.344Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-05-29T17:16:31.607Z Compiling progenitor-macro v0.11.2
33872026-05-29T17:16:31.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33882026-05-29T17:16:31.822Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33892026-05-29T17:16:31.841Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33902026-05-29T17:16:31.858Z Compiling p256 v0.13.2
33912026-05-29T17:16:31.881Z Compiling p521 v0.13.3
33922026-05-29T17:16:32.233Z Compiling yasna v0.5.2
33932026-05-29T17:16:32.253Z Compiling kstat-rs v0.2.4
33942026-05-29T17:16:32.299Z Compiling headers-core v0.3.0
33952026-05-29T17:16:32.318Z Compiling nanorand v0.7.0
33962026-05-29T17:16:32.340Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-05-29T17:16:32.384Z Compiling russh-cryptovec v0.7.3
33982026-05-29T17:16:32.451Z Compiling atty v0.2.14
33992026-05-29T17:16:32.503Z Compiling md5 v0.7.0
34002026-05-29T17:16:32.585Z Compiling home v0.5.12
34012026-05-29T17:16:32.603Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34022026-05-29T17:16:32.621Z Compiling flume v0.11.1
34032026-05-29T17:16:32.640Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-05-29T17:16:32.719Z Compiling russh-keys v0.45.0
34052026-05-29T17:16:32.761Z Compiling rcgen v0.12.1
34062026-05-29T17:16:32.818Z Compiling headers v0.4.1
34072026-05-29T17:16:32.861Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-05-29T17:16:32.942Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34092026-05-29T17:16:32.977Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-05-29T17:16:32.980Z Compiling hyper-staticfile v0.10.1
34112026-05-29T17:16:33.105Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34122026-05-29T17:16:33.285Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-05-29T17:16:33.337Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34142026-05-29T17:16:33.417Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-05-29T17:16:33.546Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162026-05-29T17:16:33.609Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34172026-05-29T17:16:33.676Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34182026-05-29T17:16:33.733Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34192026-05-29T17:16:33.908Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34202026-05-29T17:16:33.926Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34212026-05-29T17:16:33.929Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34222026-05-29T17:16:34.153Z Compiling num-bigint v0.4.6
34232026-05-29T17:16:34.172Z Compiling des v0.8.1
34242026-05-29T17:16:34.175Z Compiling subprocess v0.2.15
34252026-05-29T17:16:34.300Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-05-29T17:16:34.319Z Compiling hex-literal v0.4.1
34272026-05-29T17:16:34.357Z Compiling display-error-chain v0.2.2
34282026-05-29T17:16:34.406Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-05-29T17:16:34.409Z Compiling colored v2.2.0
34302026-05-29T17:16:34.475Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34312026-05-29T17:16:34.529Z Compiling socket2 v0.5.10
34322026-05-29T17:16:34.547Z Compiling internet-checksum v0.2.1
34332026-05-29T17:16:34.757Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-05-29T17:16:34.812Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352026-05-29T17:16:35.353Z Compiling russh v0.45.0
34362026-05-29T17:16:35.850Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34372026-05-29T17:16:36.009Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34382026-05-29T17:16:36.354Z Compiling progenitor v0.11.2
34392026-05-29T17:16:36.483Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34402026-05-29T17:16:38.339Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34412026-05-29T17:16:39.000Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-05-29T17:16:39.446Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-05-29T17:16:41.345Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34442026-05-29T17:16:42.089Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34452026-05-29T17:16:49.397Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34462026-05-29T17:16:49.397Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-05-29T17:16:49.397Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-05-29T17:16:49.400Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-05-29T17:16:51.134Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-05-29T17:16:51.200Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-05-29T17:16:55.334Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34522026-05-29T17:17:34.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34532026-05-29T17:17:34.300Z
34542026-05-29T17:17:34.300Zreal 1:25.841303698
34552026-05-29T17:17:34.300Zuser 8:10.374359870
34562026-05-29T17:17:34.300Zsys 1:40.552467625
34572026-05-29T17:17:34.304Ztrap 0.245502939
34582026-05-29T17:17:34.304Ztflt 0.494511536
34592026-05-29T17:17:34.304Zdflt 1.820553144
34602026-05-29T17:17:34.304Zkflt 0.000352050
34612026-05-29T17:17:34.304Zlock 27:40.966174656
34622026-05-29T17:17:34.304Zslp 18:46.902608152
34632026-05-29T17:17:34.304Zlat 38.037110022
34642026-05-29T17:17:34.304Zstop 2:41.940353769
34652026-05-29T17:17:34.304Z+ mkdir tests
34662026-05-29T17:17:34.307Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34672026-05-29T17:17:34.307Z+ xargs -I '{}' -t cp '{}' tests/
34682026-05-29T17:17:34.334Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5c17ea4fb8dfe08 tests/
34692026-05-29T17:17:34.363Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a9f4b6ef5184814f tests/
34702026-05-29T17:17:34.391Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4464c1fef49e2f80 tests/
34712026-05-29T17:17:34.420Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9335a1afa6f40116 tests/
34722026-05-29T17:17:34.752Z+ 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)
34732026-05-29T17:17:34.756Z+ 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-a9f4b6ef5184814f tests/commtest-4464c1fef49e2f80 tests/dhcp_server-a5c17ea4fb8dfe08 tests/end_to_end_tests-9335a1afa6f40116 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
34742026-05-29T17:18:56.740ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34752026-05-29T17:18:56.740Za .github/buildomat/ci-env.sh 1K
34762026-05-29T17:18:56.740Za out/target/test 1K
34772026-05-29T17:18:56.740Za out/npuzone/npuzone 27402K
34782026-05-29T17:18:56.740Za package-manifest.toml 35K
34792026-05-29T17:18:56.740Za smf/sled-agent/non-gimlet/config.toml 6K
34802026-05-29T17:18:56.740Za target/release/omicron-package 45146K
34812026-05-29T17:18:56.741Za target/release/xtask 11449K
34822026-05-29T17:18:56.741Za target/debug/bootstrap 353936K
34832026-05-29T17:18:56.741Za tests/bootstrap-a9f4b6ef5184814f 31215K
34842026-05-29T17:18:56.741Za tests/commtest-4464c1fef49e2f80 32300K
34852026-05-29T17:18:56.741Za tests/dhcp_server-a5c17ea4fb8dfe08 31215K
34862026-05-29T17:18:56.741Za tests/end_to_end_tests-9335a1afa6f40116 395007K
34872026-05-29T17:18:56.741Za tools/opte_version 1K
34882026-05-29T17:18:56.741Za tools/opte_version_override 2K
34892026-05-29T17:18:56.741Za out/clickhouse.tar.gz 321293K
34902026-05-29T17:18:56.741Za out/clickhouse_keeper.tar.gz 306362K
34912026-05-29T17:18:56.741Za out/clickhouse_server.tar.gz 321291K
34922026-05-29T17:18:56.741Za out/cockroachdb.tar.gz 165598K
34932026-05-29T17:18:56.741Za out/crucible-pantry-zone.tar.gz 40610K
34942026-05-29T17:18:56.741Za out/crucible-utils.tar 16478K
34952026-05-29T17:18:56.741Za out/crucible-zone.tar.gz 56180K
34962026-05-29T17:18:56.741Za out/external-dns.tar.gz 50190K
34972026-05-29T17:18:56.741Za out/internal-dns.tar.gz 50190K
34982026-05-29T17:18:56.741Za out/mg-ddm-gz.tar 95141K
34992026-05-29T17:18:56.741Za out/nexus.tar.gz 278540K
35002026-05-29T17:18:56.741Za out/ntp.tar.gz 32279K
35012026-05-29T17:18:56.741Za out/omicron-gateway-softnpu.tar.gz 29777K
35022026-05-29T17:18:56.741Za out/omicron-sled-agent.tar 204357K
35032026-05-29T17:18:56.741Za out/overlay.tar.gz 3K
35042026-05-29T17:18:56.741Za out/oximeter.tar.gz 67096K
35052026-05-29T17:18:56.741Za out/oxlog.tar 3782K
35062026-05-29T17:18:56.741Za out/probe.tar.gz 3037K
35072026-05-29T17:18:56.741Za out/propolis-server.tar.gz 35483K
35082026-05-29T17:18:56.741Za out/pumpkind-gz.tar 26647K
35092026-05-29T17:18:56.741Za out/switch-softnpu.tar.gz 452643K
35102026-05-29T17:18:56.745Z
35112026-05-29T17:18:56.745Zreal 1:21.984292826
35122026-05-29T17:18:56.745Zuser 1:19.232382491
35132026-05-29T17:18:56.745Zsys 4.574857273
35142026-05-29T17:18:56.745Ztrap 0.006934368
35152026-05-29T17:18:56.745Ztflt 0.000000000
35162026-05-29T17:18:56.745Zdflt 0.000000000
35172026-05-29T17:18:56.745Zkflt 0.000000000
35182026-05-29T17:18:56.745Zlock 0.000000000
35192026-05-29T17:18:56.745Zslp 1:19.100734872
35202026-05-29T17:18:56.745Zlat 1.047921237
35212026-05-29T17:18:56.745Zstop 0.000495898
35222026-05-29T17:18:56.745Zprocess exited: duration 951138 ms, exit code 0
 
35232026-05-29T17:18:56.760Zfound 1 output files
35242026-05-29T17:18:56.760Zuploading: /work/package.tar.gz (2556040092 bytes)
35252026-05-29T17:19:30.844Zuploaded: /work/package.tar.gz