01KT2Y3RQFFVZ7730TJ2K2FRFK: 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: 01KT2Y4E1Y8KSTST7GCCKF0S98

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T01:11:41.857Zjob assigned to worker 01KT2Y4J3Y825JZKVNVT52QDM3 [factory aws, i-009ca3a3b41f8740f] (queued for 46 s)
 
22026-06-02T01:11:49.287Zstarting task 0: "setup"
32026-06-02T01:11:49.292Z++ uname -s
42026-06-02T01:11:49.295Z+ kern=SunOS
52026-06-02T01:11:49.295Z+ build_user=build
62026-06-02T01:11:49.295Z+ build_uid=12345
72026-06-02T01:11:49.295Z+ work_dir=/work
82026-06-02T01:11:49.295Z+ input_dir=/input
92026-06-02T01:11:49.296Z+ [[ 0 == 12345 ]]
102026-06-02T01:11:49.296Z+ case "$kern" in
112026-06-02T01:11:49.296Z+ groupadd -g 12345 build
122026-06-02T01:11:49.300Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T01:11:51.306Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T01:11:51.423Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T01:11:51.426Z+ home_fs=zfs
162026-06-02T01:11:51.426Z+ [[ zfs == autofs ]]
172026-06-02T01:11:51.426Z+ mkdir -p /home/build
182026-06-02T01:11:51.429Z+ chown build:build /home/build /work
192026-06-02T01:11:53.431Z+ chmod 0700 /home/build /work
202026-06-02T01:11:53.434Zprocess exited: duration 4149 ms, exit code 0
 
212026-06-02T01:11:53.441Zstarting task 1: "rust-toolchain"
222026-06-02T01:11:53.448Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T01:11:53.448Z * rust toolchain channel = "1.94.0"
242026-06-02T01:11:53.448Z * rust toolchain profile = "default"
252026-06-02T01:11:53.448Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-02T01:11:53.448Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T01:11:53.448Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T01:11:53.452Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T01:11:53.452Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T01:11:53.569Zinfo: downloading installer
312026-06-02T01:11:54.960Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T01:11:54.960Zwarn: /home/build/.rustup/settings.toml
332026-06-02T01:11:54.960Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T01:11:54.960Zwarn: instead of the one inferred from the default host triple.
352026-06-02T01:11:54.972Zinfo: profile set to default
362026-06-02T01:11:54.972Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T01:11:54.975Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T01:11:55.109Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T01:11:55.112Zinfo: downloading 6 components
402026-06-02T01:12:10.742Z
412026-06-02T01:12:10.743Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-02T01:12:10.773Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T01:12:10.773Z
442026-06-02T01:12:10.773Z
452026-06-02T01:12:10.773ZRust is installed now. Great!
462026-06-02T01:12:10.773Z
472026-06-02T01:12:10.773ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T01:12:10.774Zenvironment variable. This has not been done automatically.
492026-06-02T01:12:10.774Z
502026-06-02T01:12:10.774ZTo configure your current shell, you need to source
512026-06-02T01:12:10.774Zthe corresponding env file under $HOME/.cargo.
522026-06-02T01:12:10.774Z
532026-06-02T01:12:10.774ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T01:12:10.777Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T01:12:10.777Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T01:12:10.777Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T01:12:10.777Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T01:12:10.777Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T01:12:10.777Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T01:12:10.777Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T01:12:10.777Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T01:12:10.879Z+ rustup --version
632026-06-02T01:12:10.921Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T01:12:10.922Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T01:12:10.922Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T01:12:10.922Z+ cargo --version
672026-06-02T01:12:10.922Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T01:12:10.922Z+ rustc --version
692026-06-02T01:12:10.953Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T01:12:10.960Zprocess exited: duration 17518 ms, exit code 0
 
712026-06-02T01:12:10.966Zstarting task 2: "authentication"
722026-06-02T01:12:10.984Zprocess exited: duration 18 ms, exit code 0
 
732026-06-02T01:12:10.990Zstarting task 3: "clone repository"
742026-06-02T01:12:10.995Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T01:12:10.997Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T01:12:11.038ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T01:12:21.552Z+ cd /work/oxidecomputer/omicron
782026-06-02T01:12:21.552Z+ git fetch origin f87f2481b229130919f0c685ac77bf7fc3cd9bc5
792026-06-02T01:12:21.815ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T01:12:21.815Z * branch f87f2481b229130919f0c685ac77bf7fc3cd9bc5 -> FETCH_HEAD
812026-06-02T01:12:21.826Z+ [[ -n fm-fact-guardrails ]]
822026-06-02T01:12:21.829Z++ git branch --show-current
832026-06-02T01:12:21.831Z+ current=main
842026-06-02T01:12:21.831Z+ [[ main != fm-fact-guardrails ]]
852026-06-02T01:12:21.831Z+ git branch -f fm-fact-guardrails f87f2481b229130919f0c685ac77bf7fc3cd9bc5
862026-06-02T01:12:21.834Z+ git checkout -f fm-fact-guardrails
872026-06-02T01:12:21.888ZSwitched to branch 'fm-fact-guardrails'
882026-06-02T01:12:21.891Z+ git reset --hard f87f2481b229130919f0c685ac77bf7fc3cd9bc5
892026-06-02T01:12:21.943ZHEAD is now at f87f2481b Fix false positives, better error messages
902026-06-02T01:12:21.946Zprocess exited: duration 10954 ms, exit code 0
 
912026-06-02T01:12:21.952Zstarting task 4: "build"
922026-06-02T01:12:21.958Z+ source .github/buildomat/ci-env.sh
932026-06-02T01:12:21.958Z++ export CARGO_TERM_COLOR=always
942026-06-02T01:12:21.958Z++ CARGO_TERM_COLOR=always
952026-06-02T01:12:21.959Z+ cargo --version
962026-06-02T01:12:21.969Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T01:12:21.971Z+ rustc --version
982026-06-02T01:12:21.993Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T01:12:21.995Z+ WORK=/work
1002026-06-02T01:12:21.996Z+ pfexec mkdir -p /work
1012026-06-02T01:12:21.999Z+ pfexec chown build /work
1022026-06-02T01:12:22.002Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-02T01:12:24.198Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-02T01:12:24.275Z Startup: Caching catalogs ... Done
1052026-06-02T01:12:24.590ZPlanning: Solver setup ... Done (0.264s)
1062026-06-02T01:12:24.612ZPlanning: Running solver ... Done (0.020s)
1072026-06-02T01:12:24.618ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-02T01:12:24.644ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-02T01:12:24.667ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-02T01:12:24.680ZPlanning: Package planning ... Done (0.014s)
1112026-06-02T01:12:24.686ZPlanning: Merging actions ... Done (0.002s)
1122026-06-02T01:12:24.876ZPlanning: Checking for conflicting actions ... Done (0.194s)
1132026-06-02T01:12:24.879ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-02T01:12:25.769ZPlanning: Evaluating mediators ... Done (0.892s)
1152026-06-02T01:12:25.772ZPlanning: Planning completed in 1.47 seconds
1162026-06-02T01:12:25.779Z Packages to install: 2
1172026-06-02T01:12:25.779Z Estimated space available: 156.07 GB
1182026-06-02T01:12:25.779ZEstimated space to be consumed: 23.93 MB
1192026-06-02T01:12:25.779Z Create boot environment: No
1202026-06-02T01:12:25.782ZCreate backup boot environment: No
1212026-06-02T01:12:25.782Z Rebuild boot archive: No
1222026-06-02T01:12:25.782Z
1232026-06-02T01:12:25.783ZChanged packages:
1242026-06-02T01:12:25.783Zhelios
1252026-06-02T01:12:25.783Z developer/build-essential
1262026-06-02T01:12:25.783Z None -> 11-3.0
1272026-06-02T01:12:25.783Z library/libxmlsec1
1282026-06-02T01:12:25.783Z None -> 1.2.35-3.0
1292026-06-02T01:12:25.804Z
1302026-06-02T01:12:25.804ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-02T01:12:27.825ZDownload: Completed 1.28 MB in 2.02 seconds (649k/s)
1322026-06-02T01:12:27.887Z Actions: 1/268 actions (Installing new actions)
1332026-06-02T01:12:27.928Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-02T01:12:27.935ZFinalize: Updating package state database ... Done (0.007s)
1352026-06-02T01:12:27.935ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-02T01:12:27.955ZFinalize: Updating image state ... Done (0.020s)
1372026-06-02T01:12:30.562ZFinalize: Creating fast lookup database ... Done (2.581s)
1382026-06-02T01:12:30.649ZFinalize: Reading search index ... Done (0.030s)
1392026-06-02T01:12:30.652ZFinalize: Updating search index ... Done (0.000s)
1402026-06-02T01:12:30.744ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-02T01:12:31.049ZPlanning: Evaluating mediator changes ... Done
1422026-06-02T01:12:31.155ZPlanning: Checking for conflicting actions ... Done
1432026-06-02T01:12:31.158ZPlanning: Consolidating action changes ... Done
1442026-06-02T01:12:31.316ZPlanning: Evaluating mediators ... Done
1452026-06-02T01:12:31.319ZPlanning: Planning completed in 0.27 seconds
1462026-06-02T01:12:31.341Z Mediators to change: 2
1472026-06-02T01:12:31.341Z Create boot environment: No
1482026-06-02T01:12:31.341ZCreate backup boot environment: No
1492026-06-02T01:12:31.418ZFinalize: Updating package state database ... Done
1502026-06-02T01:12:31.418ZFinalize: Updating package cache ... Done
1512026-06-02T01:12:31.432ZFinalize: Updating image state ... Done
1522026-06-02T01:12:33.421ZFinalize: Creating fast lookup database ... Done
1532026-06-02T01:12:33.476ZFinalize: Reading search index ... Done
1542026-06-02T01:12:33.502ZFinalize: Updating search index ... Done
1552026-06-02T01:12:33.559ZFinalize: Updating package cache ... Done
1562026-06-02T01:12:33.849ZPlanning: Evaluating mediator changes ... Done
1572026-06-02T01:12:33.955ZPlanning: Checking for conflicting actions ... Done
1582026-06-02T01:12:33.969ZPlanning: Consolidating action changes ... Done
1592026-06-02T01:12:34.116ZPlanning: Evaluating mediators ... Done
1602026-06-02T01:12:34.121ZPlanning: Planning completed in 0.27 seconds
1612026-06-02T01:12:34.156Z Mediators to change: 1
1622026-06-02T01:12:34.156Z Create boot environment: No
1632026-06-02T01:12:34.156ZCreate backup boot environment: No
1642026-06-02T01:12:34.204ZFinalize: Updating package state database ... Done
1652026-06-02T01:12:34.204ZFinalize: Updating package cache ... Done
1662026-06-02T01:12:34.214ZFinalize: Updating image state ... Done
1672026-06-02T01:12:36.155ZFinalize: Creating fast lookup database ... Done
1682026-06-02T01:12:36.214ZFinalize: Reading search index ... Done
1692026-06-02T01:12:36.222ZFinalize: Updating search index ... Done
1702026-06-02T01:12:36.293ZFinalize: Updating package cache ... Done
1712026-06-02T01:12:36.605ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-02T01:12:36.605Zapache system 2.4 system
1732026-06-02T01:12:36.605Zclang system 15 system
1742026-06-02T01:12:36.605Zcsh system system illumos
1752026-06-02T01:12:36.605Zctags system system illumos
1762026-06-02T01:12:36.605Zfile vendor vendor darwinsys
1772026-06-02T01:12:36.605Zfile system system illumos
1782026-06-02T01:12:36.605Zgcc vendor 14 vendor
1792026-06-02T01:12:36.609Zgcc system 13 system
1802026-06-02T01:12:36.609Zgcc system 10 system
1812026-06-02T01:12:36.609Zgo system 1.25 system
1822026-06-02T01:12:36.609Zllvm system 15 system
1832026-06-02T01:12:36.609Zmariadb system 11.4 system
1842026-06-02T01:12:36.609Zmta vendor vendor dma
1852026-06-02T01:12:36.609Zopenjdk system 17 system
1862026-06-02T01:12:36.609Zopenjdk system 11 system
1872026-06-02T01:12:36.609Zopenssl vendor 3 vendor
1882026-06-02T01:12:36.609Zperl system 5.40 system
1892026-06-02T01:12:36.609Zpostgresql system 18 system
1902026-06-02T01:12:36.609Zpostgresql system 17 system
1912026-06-02T01:12:36.609Zpython vendor 3 vendor
1922026-06-02T01:12:36.609Zpython system 2 system
1932026-06-02T01:12:36.610Zpython3 vendor 3.13 vendor
1942026-06-02T01:12:36.610Zruby system 3.4 system
1952026-06-02T01:12:36.610Zruby system 3.0 system
1962026-06-02T01:12:36.610Zwords vendor vendor american-english
1972026-06-02T01:12:36.610Zwords system system australian-english
1982026-06-02T01:12:36.610Zwords system system british-english
1992026-06-02T01:12:36.610Zwords system system canadian-english
2002026-06-02T01:12:36.610Zwords system system french
2012026-06-02T01:12:36.610Zwords system system italian
2022026-06-02T01:12:36.610Zwords system system ngerman
2032026-06-02T01:12:36.610Zwords system system ogerman
2042026-06-02T01:12:36.610Zwords system system spanish
2052026-06-02T01:12:36.865ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-02T01:12:36.865Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-02T01:12:37.190ZFMRI IFO
2082026-06-02T01:12:37.190Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-02T01:12:37.190Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-02T01:12:37.190Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-02T01:12:37.190Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-02T01:12:37.190Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-02T01:12:37.190Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-02T01:12:37.190Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-02T01:12:37.190Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-02T01:12:37.190Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-02T01:12:37.389Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-02T01:12:37.651Z Updating crates.io index
2192026-06-02T01:12:37.692Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-02T01:12:38.423Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-02T01:12:38.853Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-02T01:12:39.395Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-02T01:12:40.168Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-02T01:12:40.696Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-02T01:12:42.414Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-02T01:12:43.227Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-02T01:12:43.483Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-02T01:12:44.265Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-02T01:12:44.643Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-02T01:12:45.005Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-02T01:12:45.408Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-02T01:12:46.310Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-02T01:12:46.775Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-02T01:12:47.140Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-02T01:12:47.541Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-02T01:12:47.979Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-02T01:12:48.493Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-02T01:12:48.742Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-02T01:12:48.964Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-02T01:12:49.253Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-02T01:12:49.707Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-02T01:12:50.281Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-06-02T01:12:50.765Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-06-02T01:12:50.999Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-06-02T01:12:51.285Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-06-02T01:12:52.554Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-06-02T01:12:53.057Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-06-02T01:12:53.916Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-02T01:12:54.406Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-06-02T01:12:54.746Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-06-02T01:12:55.059Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-06-02T01:12:55.373Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-06-02T01:12:55.939Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-06-02T01:12:56.376Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-06-02T01:12:56.461Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-06-02T01:12:56.728Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-06-02T01:13:00.542Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-06-02T01:13:08.820Z Downloading crates ...
2592026-06-02T01:13:08.890Z Downloaded zmij v1.0.21
2602026-06-02T01:13:08.894Z Downloaded thiserror-impl v1.0.69
2612026-06-02T01:13:08.894Z Downloaded thiserror v1.0.69
2622026-06-02T01:13:08.897Z Downloaded yoke-derive v0.8.1
2632026-06-02T01:13:08.897Z Downloaded utf8_iter v1.0.4
2642026-06-02T01:13:08.900Z Downloaded serde_tokenstream v0.2.3
2652026-06-02T01:13:08.900Z Downloaded unicode-xid v0.2.6
2662026-06-02T01:13:08.903Z Downloaded typenum v1.19.0
2672026-06-02T01:13:08.903Z Downloaded zerocopy-derive v0.7.35
2682026-06-02T01:13:08.906Z Downloaded semver v1.0.28
2692026-06-02T01:13:08.909Z Downloaded unicode-ident v1.0.24
2702026-06-02T01:13:08.909Z Downloaded anstream v0.6.21
2712026-06-02T01:13:08.912Z Downloaded toml v0.8.23
2722026-06-02T01:13:08.912Z Downloaded cargo_metadata v0.21.0
2732026-06-02T01:13:08.912Z Downloaded tabled v0.15.0
2742026-06-02T01:13:08.921Z Downloaded utf8parse v0.2.2
2752026-06-02T01:13:08.924Z Downloaded thread-id v4.2.2
2762026-06-02T01:13:08.925Z Downloaded textwrap v0.16.2
2772026-06-02T01:13:08.925Z Downloaded anstyle-query v1.1.5
2782026-06-02T01:13:08.925Z Downloaded anstyle v1.0.13
2792026-06-02T01:13:08.928Z Downloaded url v2.5.8
2802026-06-02T01:13:08.933Z Downloaded zerofrom-derive v0.1.6
2812026-06-02T01:13:08.937Z Downloaded smawk v0.3.2
2822026-06-02T01:13:08.940Z Downloaded unicode-width v0.2.0
2832026-06-02T01:13:08.943Z Downloaded yoke v0.8.1
2842026-06-02T01:13:08.946Z Downloaded zerofrom v0.1.6
2852026-06-02T01:13:08.947Z Downloaded proc-macro-error-attr v1.0.4
2862026-06-02T01:13:08.947Z Downloaded pest_generator v2.8.6
2872026-06-02T01:13:08.947Z Downloaded typeid v1.0.3
2882026-06-02T01:13:08.947Z Downloaded toml_write v0.1.2
2892026-06-02T01:13:08.950Z Downloaded usdt-macro v0.5.0
2902026-06-02T01:13:08.950Z Downloaded plain v0.2.3
2912026-06-02T01:13:08.950Z Downloaded unicode-linebreak v0.1.5
2922026-06-02T01:13:08.950Z Downloaded serde_spanned v0.6.9
2932026-06-02T01:13:08.950Z Downloaded tabled_derive v0.7.0
2942026-06-02T01:13:08.955Z Downloaded generic-array v0.14.7
2952026-06-02T01:13:08.955Z Downloaded once_cell v1.21.3
2962026-06-02T01:13:08.955Z Downloaded pretty-hex v0.4.1
2972026-06-02T01:13:08.955Z Downloaded itoa v1.0.17
2982026-06-02T01:13:08.958Z Downloaded toml_datetime v0.6.11
2992026-06-02T01:13:08.958Z Downloaded zerovec-derive v0.11.2
3002026-06-02T01:13:08.958Z Downloaded equivalent v1.0.2
3012026-06-02T01:13:08.958Z Downloaded clap_derive v4.5.55
3022026-06-02T01:13:08.958Z Downloaded ucd-trie v0.1.7
3032026-06-02T01:13:08.961Z Downloaded idna_adapter v1.2.1
3042026-06-02T01:13:08.964Z Downloaded terminal_size v0.4.3
3052026-06-02T01:13:08.964Z Downloaded writeable v0.6.2
3062026-06-02T01:13:08.971Z Downloaded toml_edit v0.22.27
3072026-06-02T01:13:08.974Z Downloaded log v0.4.29
3082026-06-02T01:13:08.977Z Downloaded sha2 v0.10.9
3092026-06-02T01:13:08.977Z Downloaded serde-value v0.7.0
3102026-06-02T01:13:08.977Z Downloaded serde v1.0.228
3112026-06-02T01:13:08.980Z Downloaded usdt-attr-macro v0.5.0
3122026-06-02T01:13:08.982Z Downloaded quote v1.0.45
3132026-06-02T01:13:08.985Z Downloaded cpufeatures v0.2.17
3142026-06-02T01:13:08.985Z Downloaded version_check v0.9.5
3152026-06-02T01:13:08.989Z Downloaded winnow v0.7.14
3162026-06-02T01:13:08.995Z Downloaded usdt v0.5.0
3172026-06-02T01:13:08.998Z Downloaded pest v2.8.6
3182026-06-02T01:13:09.001Z Downloaded strsim v0.11.1
3192026-06-02T01:13:09.001Z Downloaded thiserror-impl v2.0.18
3202026-06-02T01:13:09.001Z Downloaded tinystr v0.8.2
3212026-06-02T01:13:09.004Z Downloaded form_urlencoded v1.2.2
3222026-06-02T01:13:09.004Z Downloaded clap_lex v1.0.0
3232026-06-02T01:13:09.004Z Downloaded unicode-width v0.1.14
3242026-06-02T01:13:09.007Z Downloaded usdt-impl v0.5.0
3252026-06-02T01:13:09.010Z Downloaded zerotrie v0.2.3
3262026-06-02T01:13:09.010Z Downloaded zerocopy v0.7.35
3272026-06-02T01:13:09.022Z Downloaded memmap v0.7.0
3282026-06-02T01:13:09.025Z Downloaded zerovec v0.11.5
3292026-06-02T01:13:09.025Z Downloaded camino-tempfile v1.4.1
3302026-06-02T01:13:09.026Z Downloaded byteorder v1.5.0
3312026-06-02T01:13:09.026Z Downloaded is_terminal_polyfill v1.70.2
3322026-06-02T01:13:09.026Z Downloaded fastrand v2.3.0
3332026-06-02T01:13:09.029Z Downloaded dof v0.3.0
3342026-06-02T01:13:09.029Z Downloaded cargo-platform v0.2.0
3352026-06-02T01:13:09.029Z Downloaded icu_locale_core v2.1.1
3362026-06-02T01:13:09.032Z Downloaded thiserror v2.0.18
3372026-06-02T01:13:09.035Z Downloaded digest v0.10.7
3382026-06-02T01:13:09.035Z Downloaded bitflags v2.11.0
3392026-06-02T01:13:09.038Z Downloaded block-buffer v0.10.4
3402026-06-02T01:13:09.039Z Downloaded serde_derive v1.0.228
3412026-06-02T01:13:09.045Z Downloaded clap v4.5.60
3422026-06-02T01:13:09.052Z Downloaded getrandom v0.4.1
3432026-06-02T01:13:09.055Z Downloaded icu_normalizer_data v2.1.1
3442026-06-02T01:13:09.060Z Downloaded rustix v1.1.3
3452026-06-02T01:13:09.073Z Downloaded icu_properties_data v2.1.2
3462026-06-02T01:13:09.079Z Downloaded syn v1.0.109
3472026-06-02T01:13:09.084Z Downloaded pest_derive v2.8.6
3482026-06-02T01:13:09.087Z Downloaded autocfg v1.5.0
3492026-06-02T01:13:09.087Z Downloaded icu_provider v2.1.1
3502026-06-02T01:13:09.090Z Downloaded scroll v0.12.0
3512026-06-02T01:13:09.090Z Downloaded fnv v1.0.7
3522026-06-02T01:13:09.090Z Downloaded errno v0.3.14
3532026-06-02T01:13:09.090Z Downloaded idna v1.1.0
3542026-06-02T01:13:09.093Z Downloaded anyhow v1.0.102
3552026-06-02T01:13:09.096Z Downloaded indexmap v2.14.0
3562026-06-02T01:13:09.099Z Downloaded serde-untagged v0.1.9
3572026-06-02T01:13:09.099Z Downloaded colorchoice v1.0.4
3582026-06-02T01:13:09.099Z Downloaded cargo_toml v0.21.0
3592026-06-02T01:13:09.099Z Downloaded papergrid v0.11.0
3602026-06-02T01:13:09.102Z Downloaded potential_utf v0.1.4
3612026-06-02T01:13:09.102Z Downloaded displaydoc v0.2.5
3622026-06-02T01:13:09.116Z Downloaded stable_deref_trait v1.2.1
3632026-06-02T01:13:09.119Z Downloaded synstructure v0.13.2
3642026-06-02T01:13:09.124Z Downloaded tempfile v3.25.0
3652026-06-02T01:13:09.128Z Downloaded camino v1.2.2
3662026-06-02T01:13:09.131Z Downloaded erased-serde v0.4.9
3672026-06-02T01:13:09.134Z Downloaded macaddr v1.0.1
3682026-06-02T01:13:09.137Z Downloaded scroll_derive v0.12.1
3692026-06-02T01:13:09.137Z Downloaded proc-macro2 v1.0.106
3702026-06-02T01:13:09.140Z Downloaded heck v0.5.0
3712026-06-02T01:13:09.140Z Downloaded icu_normalizer v2.1.1
3722026-06-02T01:13:09.150Z Downloaded clap_builder v4.5.60
3732026-06-02T01:13:09.154Z Downloaded litemap v0.8.1
3742026-06-02T01:13:09.158Z Downloaded memchr v2.8.0
3752026-06-02T01:13:09.162Z Downloaded cfg-if v1.0.4
3762026-06-02T01:13:09.169Z Downloaded percent-encoding v2.3.2
3772026-06-02T01:13:09.172Z Downloaded dtrace-parser v0.2.0
3782026-06-02T01:13:09.172Z Downloaded crypto-common v0.1.7
3792026-06-02T01:13:09.175Z Downloaded bytecount v0.6.9
3802026-06-02T01:13:09.180Z Downloaded smallvec v1.15.1
3812026-06-02T01:13:09.187Z Downloaded ordered-float v2.10.1
3822026-06-02T01:13:09.190Z Downloaded num-traits v0.2.19
3832026-06-02T01:13:09.193Z Downloaded proc-macro-error v1.0.4
3842026-06-02T01:13:09.196Z Downloaded hashbrown v0.17.0
3852026-06-02T01:13:09.199Z Downloaded fs-err v3.3.0
3862026-06-02T01:13:09.202Z Downloaded serde_core v1.0.228
3872026-06-02T01:13:09.205Z Downloaded pest_meta v2.8.6
3882026-06-02T01:13:09.213Z Downloaded heck v0.4.1
3892026-06-02T01:13:09.216Z Downloaded serde_json v1.0.149
3902026-06-02T01:13:09.219Z Downloaded swrite v0.1.0
3912026-06-02T01:13:09.222Z Downloaded anstyle-parse v0.2.7
3922026-06-02T01:13:09.231Z Downloaded cargo-util-schemas v0.8.2
3932026-06-02T01:13:09.234Z Downloaded syn v2.0.117
3942026-06-02T01:13:09.238Z Downloaded icu_properties v2.1.2
3952026-06-02T01:13:09.241Z Downloaded icu_collections v2.1.1
3962026-06-02T01:13:09.273Z Downloaded libc v0.2.185
3972026-06-02T01:13:09.293Z Downloaded goblin v0.8.2
3982026-06-02T01:13:09.343Z Compiling proc-macro2 v1.0.106
3992026-06-02T01:13:09.343Z Compiling unicode-ident v1.0.24
4002026-06-02T01:13:09.343Z Compiling quote v1.0.45
4012026-06-02T01:13:09.347Z Compiling serde_core v1.0.228
4022026-06-02T01:13:09.347Z Compiling libc v0.2.185
4032026-06-02T01:13:09.348Z Compiling version_check v0.9.5
4042026-06-02T01:13:09.348Z Compiling memchr v2.8.0
4052026-06-02T01:13:09.348Z Compiling stable_deref_trait v1.2.1
4062026-06-02T01:13:09.348Z Compiling serde v1.0.228
4072026-06-02T01:13:09.348Z Compiling zmij v1.0.21
4082026-06-02T01:13:09.348Z Compiling itoa v1.0.17
4092026-06-02T01:13:09.348Z Compiling ucd-trie v0.1.7
4102026-06-02T01:13:09.532Z Compiling thiserror v1.0.69
4112026-06-02T01:13:09.565Z Compiling autocfg v1.5.0
4122026-06-02T01:13:09.582Z Compiling litemap v0.8.1
4132026-06-02T01:13:09.744Z Compiling writeable v0.6.2
4142026-06-02T01:13:09.817Z Compiling icu_properties_data v2.1.2
4152026-06-02T01:13:09.822Z Compiling icu_normalizer_data v2.1.1
4162026-06-02T01:13:09.946Z Compiling rustix v1.1.3
4172026-06-02T01:13:09.986Z Compiling byteorder v1.5.0
4182026-06-02T01:13:10.045Z Compiling pest v2.8.6
4192026-06-02T01:13:10.065Z Compiling bitflags v2.11.0
4202026-06-02T01:13:10.165Z Compiling serde_json v1.0.149
4212026-06-02T01:13:10.168Z Compiling num-traits v0.2.19
4222026-06-02T01:13:10.278Z Compiling hashbrown v0.17.0
4232026-06-02T01:13:10.338Z Compiling smallvec v1.15.1
4242026-06-02T01:13:10.342Z Compiling equivalent v1.0.2
4252026-06-02T01:13:10.342Z Compiling typeid v1.0.3
4262026-06-02T01:13:10.394Z Compiling proc-macro-error-attr v1.0.4
4272026-06-02T01:13:10.525Z Compiling usdt-impl v0.5.0
4282026-06-02T01:13:10.561Z Compiling toml_write v0.1.2
4292026-06-02T01:13:10.565Z Compiling erased-serde v0.4.9
4302026-06-02T01:13:10.598Z Compiling errno v0.3.14
4312026-06-02T01:13:10.598Z Compiling thread-id v4.2.2
4322026-06-02T01:13:10.657Z Compiling winnow v0.7.14
4332026-06-02T01:13:10.676Z Compiling syn v1.0.109
4342026-06-02T01:13:10.755Z Compiling proc-macro-error v1.0.4
4352026-06-02T01:13:10.828Z Compiling indexmap v2.14.0
4362026-06-02T01:13:10.867Z Compiling utf8parse v0.2.2
4372026-06-02T01:13:10.902Z Compiling utf8_iter v1.0.4
4382026-06-02T01:13:10.924Z Compiling getrandom v0.4.1
4392026-06-02T01:13:10.946Z Compiling syn v2.0.117
4402026-06-02T01:13:10.946Z Compiling thiserror v2.0.18
4412026-06-02T01:13:11.018Z Compiling camino v1.2.2
4422026-06-02T01:13:11.037Z Compiling plain v0.2.3
4432026-06-02T01:13:11.059Z Compiling percent-encoding v2.3.2
4442026-06-02T01:13:11.156Z Compiling log v0.4.29
4452026-06-02T01:13:11.176Z Compiling pest_meta v2.8.6
4462026-06-02T01:13:11.383Z Compiling form_urlencoded v1.2.2
4472026-06-02T01:13:11.401Z Compiling ordered-float v2.10.1
4482026-06-02T01:13:11.477Z Compiling anstyle-parse v0.2.7
4492026-06-02T01:13:11.552Z Compiling anstyle-query v1.1.5
4502026-06-02T01:13:11.585Z Compiling pretty-hex v0.4.1
4512026-06-02T01:13:11.603Z Compiling anstyle v1.0.13
4522026-06-02T01:13:11.623Z Compiling cfg-if v1.0.4
4532026-06-02T01:13:11.684Z Compiling is_terminal_polyfill v1.70.2
4542026-06-02T01:13:11.707Z Compiling colorchoice v1.0.4
4552026-06-02T01:13:11.744Z Compiling fs-err v3.3.0
4562026-06-02T01:13:11.765Z Compiling unicode-xid v0.2.6
4572026-06-02T01:13:11.788Z Compiling terminal_size v0.4.3
4582026-06-02T01:13:11.841Z Compiling anstream v0.6.21
4592026-06-02T01:13:11.864Z Compiling bytecount v0.6.9
4602026-06-02T01:13:11.868Z Compiling clap_lex v1.0.0
4612026-06-02T01:13:11.906Z Compiling fnv v1.0.7
4622026-06-02T01:13:11.929Z Compiling unicode-width v0.1.14
4632026-06-02T01:13:11.949Z Compiling anyhow v1.0.102
4642026-06-02T01:13:11.977Z Compiling heck v0.5.0
4652026-06-02T01:13:11.996Z Compiling strsim v0.11.1
4662026-06-02T01:13:12.019Z Compiling once_cell v1.21.3
4672026-06-02T01:13:12.040Z Compiling fastrand v2.3.0
4682026-06-02T01:13:12.146Z Compiling heck v0.4.1
4692026-06-02T01:13:12.257Z Compiling semver v1.0.28
4702026-06-02T01:13:12.298Z Compiling tempfile v3.25.0
4712026-06-02T01:13:12.343Z Compiling clap_builder v4.5.60
4722026-06-02T01:13:12.362Z Compiling papergrid v0.11.0
4732026-06-02T01:13:12.405Z Compiling memmap v0.7.0
4742026-06-02T01:13:12.508Z Compiling smawk v0.3.2
4752026-06-02T01:13:12.571Z Compiling unicode-width v0.2.0
4762026-06-02T01:13:12.616Z Compiling unicode-linebreak v0.1.5
4772026-06-02T01:13:12.672Z Compiling serde-untagged v0.1.9
4782026-06-02T01:13:12.693Z Compiling camino-tempfile v1.4.1
4792026-06-02T01:13:12.746Z Compiling swrite v0.1.0
4802026-06-02T01:13:12.767Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-02T01:13:12.867Z Compiling textwrap v0.16.2
4822026-06-02T01:13:13.132Z Compiling tabled_derive v0.7.0
4832026-06-02T01:13:13.684Z Compiling synstructure v0.13.2
4842026-06-02T01:13:13.684Z Compiling pest_generator v2.8.6
4852026-06-02T01:13:13.793Z Compiling tabled v0.15.0
4862026-06-02T01:13:14.238Z Compiling serde_derive v1.0.228
4872026-06-02T01:13:14.242Z Compiling zerofrom-derive v0.1.6
4882026-06-02T01:13:14.242Z Compiling yoke-derive v0.8.1
4892026-06-02T01:13:14.243Z Compiling zerovec-derive v0.11.2
4902026-06-02T01:13:14.243Z Compiling displaydoc v0.2.5
4912026-06-02T01:13:14.243Z Compiling thiserror-impl v1.0.69
4922026-06-02T01:13:14.243Z Compiling zerocopy-derive v0.7.35
4932026-06-02T01:13:14.243Z Compiling scroll_derive v0.12.1
4942026-06-02T01:13:14.243Z Compiling thiserror-impl v2.0.18
4952026-06-02T01:13:14.273Z Compiling clap_derive v4.5.55
4962026-06-02T01:13:14.323Z Compiling pest_derive v2.8.6
4972026-06-02T01:13:14.873Z Compiling scroll v0.12.0
4982026-06-02T01:13:14.999Z Compiling zerocopy v0.7.35
4992026-06-02T01:13:15.108Z Compiling goblin v0.8.2
5002026-06-02T01:13:15.360Z Compiling zerofrom v0.1.6
5012026-06-02T01:13:15.401Z Compiling dtrace-parser v0.2.0
5022026-06-02T01:13:15.465Z Compiling yoke v0.8.1
5032026-06-02T01:13:15.623Z Compiling zerovec v0.11.5
5042026-06-02T01:13:15.623Z Compiling zerotrie v0.2.3
5052026-06-02T01:13:15.660Z Compiling clap v4.5.60
5062026-06-02T01:13:16.032Z Compiling tinystr v0.8.2
5072026-06-02T01:13:16.032Z Compiling potential_utf v0.1.4
5082026-06-02T01:13:16.148Z Compiling icu_collections v2.1.1
5092026-06-02T01:13:16.201Z Compiling icu_locale_core v2.1.1
5102026-06-02T01:13:16.732Z Compiling icu_provider v2.1.1
5112026-06-02T01:13:16.752Z Compiling serde_spanned v0.6.9
5122026-06-02T01:13:16.756Z Compiling toml_datetime v0.6.11
5132026-06-02T01:13:16.756Z Compiling serde-value v0.7.0
5142026-06-02T01:13:16.756Z Compiling cargo-platform v0.2.0
5152026-06-02T01:13:16.756Z Compiling macaddr v1.0.1
5162026-06-02T01:13:16.769Z Compiling dof v0.3.0
5172026-06-02T01:13:16.773Z Compiling serde_tokenstream v0.2.3
5182026-06-02T01:13:16.960Z Compiling icu_properties v2.1.2
5192026-06-02T01:13:16.960Z Compiling icu_normalizer v2.1.1
5202026-06-02T01:13:16.996Z Compiling toml_edit v0.22.27
5212026-06-02T01:13:17.602Z Compiling usdt-attr-macro v0.5.0
5222026-06-02T01:13:17.605Z Compiling usdt-macro v0.5.0
5232026-06-02T01:13:17.830Z Compiling idna_adapter v1.2.1
5242026-06-02T01:13:17.936Z Compiling idna v1.1.0
5252026-06-02T01:13:18.213Z Compiling usdt v0.5.0
5262026-06-02T01:13:18.219Z Compiling url v2.5.8
5272026-06-02T01:13:18.319Z Compiling toml v0.8.23
5282026-06-02T01:13:18.651Z Compiling cargo-util-schemas v0.8.2
5292026-06-02T01:13:18.651Z Compiling cargo_toml v0.21.0
5302026-06-02T01:13:19.447Z Compiling cargo_metadata v0.21.0
5312026-06-02T01:13:20.375Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-06-02T01:13:22.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.28s
5332026-06-02T01:13:22.775Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-06-02T01:13:23.340Z Downloading crates ...
5352026-06-02T01:13:23.447Z Downloaded argon2 v0.5.3
5362026-06-02T01:13:23.450Z Downloaded cargo_metadata v0.19.2
5372026-06-02T01:13:23.454Z Downloaded cargo-platform v0.1.9
5382026-06-02T01:13:23.454Z Downloaded chacha20poly1305 v0.10.1
5392026-06-02T01:13:23.458Z Downloaded crc32fast v1.5.0
5402026-06-02T01:13:23.463Z Downloaded ciborium-ll v0.2.2
5412026-06-02T01:13:23.468Z Downloaded dtrace-parser v0.3.0
5422026-06-02T01:13:23.468Z Downloaded data-encoding v2.10.0
5432026-06-02T01:13:23.468Z Downloaded adler2 v2.0.1
5442026-06-02T01:13:23.468Z Downloaded async-stream-impl v0.3.6
5452026-06-02T01:13:23.472Z Downloaded allocator-api2 v0.2.21
5462026-06-02T01:13:23.476Z Downloaded dropshot_endpoint v0.17.0
5472026-06-02T01:13:23.476Z Downloaded crc8 v0.1.1
5482026-06-02T01:13:23.479Z Downloaded chacha20 v0.10.0
5492026-06-02T01:13:23.479Z Downloaded compression-core v0.4.31
5502026-06-02T01:13:23.479Z Downloaded colored v2.2.0
5512026-06-02T01:13:23.485Z Downloaded derive-where v1.6.0
5522026-06-02T01:13:23.485Z Downloaded crossbeam-utils v0.8.21
5532026-06-02T01:13:23.490Z Downloaded cexpr v0.6.0
5542026-06-02T01:13:23.490Z Downloaded crossbeam-deque v0.8.6
5552026-06-02T01:13:23.490Z Downloaded cassowary v0.3.0
5562026-06-02T01:13:23.490Z Downloaded aho-corasick v1.1.4
5572026-06-02T01:13:23.493Z Downloaded castaway v0.2.4
5582026-06-02T01:13:23.493Z Downloaded bzip2 v0.4.4
5592026-06-02T01:13:23.494Z Downloaded bit-vec v0.8.0
5602026-06-02T01:13:23.497Z Downloaded async-trait v0.1.89
5612026-06-02T01:13:23.498Z Downloaded cobs v0.3.0
5622026-06-02T01:13:23.502Z Downloaded debug-ignore v1.0.5
5632026-06-02T01:13:23.502Z Downloaded darling_core v0.20.11
5642026-06-02T01:13:23.506Z Downloaded flume v0.11.1
5652026-06-02T01:13:23.509Z Downloaded atomicwrites v0.4.4
5662026-06-02T01:13:23.509Z Downloaded async-stream v0.3.6
5672026-06-02T01:13:23.514Z Downloaded crucible-workspace-hack v0.1.0
5682026-06-02T01:13:23.514Z Downloaded crc-catalog v2.4.0
5692026-06-02T01:13:23.514Z Downloaded cpufeatures v0.3.0
5702026-06-02T01:13:23.514Z Downloaded cfg_aliases v0.1.1
5712026-06-02T01:13:23.518Z Downloaded cstr-argument v0.1.2
5722026-06-02T01:13:23.521Z Downloaded crunchy v0.2.4
5732026-06-02T01:13:23.521Z Downloaded csv-core v0.1.13
5742026-06-02T01:13:23.526Z Downloaded base16ct v0.2.0
5752026-06-02T01:13:23.526Z Downloaded aead v0.5.2
5762026-06-02T01:13:23.530Z Downloaded futures-sink v0.3.32
5772026-06-02T01:13:23.530Z Downloaded array-init v0.0.4
5782026-06-02T01:13:23.530Z Downloaded crossbeam-epoch v0.9.18
5792026-06-02T01:13:23.530Z Downloaded dropshot v0.16.7
5802026-06-02T01:13:23.542Z Downloaded flagset v0.4.7
5812026-06-02T01:13:23.546Z Downloaded darling_macro v0.23.0
5822026-06-02T01:13:23.546Z Downloaded bitfield-macros v0.19.4
5832026-06-02T01:13:23.546Z Downloaded diesel_table_macro_syntax v0.3.0
5842026-06-02T01:13:23.546Z Downloaded atomic-waker v1.1.2
5852026-06-02T01:13:23.550Z Downloaded endian-type v0.1.2
5862026-06-02T01:13:23.550Z Downloaded bitfield-struct v0.6.2
5872026-06-02T01:13:23.550Z Downloaded bit-set v0.5.3
5882026-06-02T01:13:23.550Z Downloaded critical-section v1.2.0
5892026-06-02T01:13:23.550Z Downloaded float-ord v0.3.2
5902026-06-02T01:13:23.556Z Downloaded bb8 v0.8.6
5912026-06-02T01:13:23.556Z Downloaded fixedbitset v0.4.2
5922026-06-02T01:13:23.556Z Downloaded fd-lock v4.0.4
5932026-06-02T01:13:23.556Z Downloaded dyn-clone v1.0.20
5942026-06-02T01:13:23.557Z Downloaded ciborium-io v0.2.2
5952026-06-02T01:13:23.562Z Downloaded downcast-rs v2.0.2
5962026-06-02T01:13:23.562Z Downloaded crossbeam-channel v0.5.15
5972026-06-02T01:13:23.563Z Downloaded derive_builder_core v0.20.2
5982026-06-02T01:13:23.563Z Downloaded crypto-bigint v0.5.5
5992026-06-02T01:13:23.567Z Downloaded futures-core v0.3.32
6002026-06-02T01:13:23.567Z Downloaded embedded-io v0.4.0
6012026-06-02T01:13:23.567Z Downloaded defmt-parser v1.0.0
6022026-06-02T01:13:23.571Z Downloaded dsl_auto_type v0.2.0
6032026-06-02T01:13:23.571Z Downloaded foreign-types v0.3.2
6042026-06-02T01:13:23.572Z Downloaded document-features v0.2.12
6052026-06-02T01:13:23.572Z Downloaded foreign-types-shared v0.1.1
6062026-06-02T01:13:23.572Z Downloaded defmt v0.3.100
6072026-06-02T01:13:23.575Z Downloaded foreign-types v0.5.0
6082026-06-02T01:13:23.575Z Downloaded block-padding v0.3.3
6092026-06-02T01:13:23.576Z Downloaded curve25519-dalek-derive v0.1.1
6102026-06-02T01:13:23.576Z Downloaded dirs-next v2.0.0
6112026-06-02T01:13:23.576Z Downloaded camino-tempfile-ext v0.3.3
6122026-06-02T01:13:23.580Z Downloaded bitfield v0.19.4
6132026-06-02T01:13:23.580Z Downloaded bcrypt-pbkdf v0.10.0
6142026-06-02T01:13:23.580Z Downloaded env_filter v1.0.0
6152026-06-02T01:13:23.580Z Downloaded float-cmp v0.10.0
6162026-06-02T01:13:23.584Z Downloaded dirs-sys-next v0.1.2
6172026-06-02T01:13:23.584Z Downloaded backoff v0.4.0
6182026-06-02T01:13:23.584Z Downloaded assert_matches v1.5.0
6192026-06-02T01:13:23.584Z Downloaded convert_case v0.4.0
6202026-06-02T01:13:23.589Z Downloaded derive_builder_macro v0.20.2
6212026-06-02T01:13:23.589Z Downloaded enum-as-inner v0.6.1
6222026-06-02T01:13:23.589Z Downloaded cfg_aliases v0.2.1
6232026-06-02T01:13:23.589Z Downloaded async-recursion v1.1.1
6242026-06-02T01:13:23.593Z Downloaded futures-macro v0.3.32
6252026-06-02T01:13:23.593Z Downloaded funty v2.0.0
6262026-06-02T01:13:23.593Z Downloaded bit-set v0.8.0
6272026-06-02T01:13:23.593Z Downloaded fxhash v0.2.1
6282026-06-02T01:13:23.593Z Downloaded futures-task v0.3.32
6292026-06-02T01:13:23.593Z Downloaded dropshot-api-manager-types v0.7.1
6302026-06-02T01:13:23.597Z Downloaded gethostname v0.5.0
6312026-06-02T01:13:23.597Z Downloaded ascii-canvas v3.0.0
6322026-06-02T01:13:23.598Z Downloaded globwalk v0.9.1
6332026-06-02T01:13:23.598Z Downloaded difflib v0.4.0
6342026-06-02T01:13:23.601Z Downloaded arrayref v0.3.9
6352026-06-02T01:13:23.601Z Downloaded darling_macro v0.21.3
6362026-06-02T01:13:23.601Z Downloaded crc v3.4.0
6372026-06-02T01:13:23.601Z Downloaded ed25519 v2.2.3
6382026-06-02T01:13:23.601Z Downloaded ff v0.13.1
6392026-06-02T01:13:23.605Z Downloaded compression-codecs v0.4.37
6402026-06-02T01:13:23.605Z Downloaded fallible-iterator v0.2.0
6412026-06-02T01:13:23.609Z Downloaded ecdsa v0.16.9
6422026-06-02T01:13:23.609Z Downloaded cbc v0.1.2
6432026-06-02T01:13:23.609Z Downloaded darling v0.20.11
6442026-06-02T01:13:23.613Z Downloaded darling_macro v0.20.11
6452026-06-02T01:13:23.613Z Downloaded convert_case v0.10.0
6462026-06-02T01:13:23.616Z Downloaded dof v0.4.0
6472026-06-02T01:13:23.616Z Downloaded buf-list v1.1.2
6482026-06-02T01:13:23.616Z Downloaded chacha20 v0.9.1
6492026-06-02T01:13:23.616Z Downloaded bitflags v1.3.2
6502026-06-02T01:13:23.620Z Downloaded atty v0.2.14
6512026-06-02T01:13:23.620Z Downloaded hash32 v0.3.1
6522026-06-02T01:13:23.627Z Downloaded cmake v0.1.57
6532026-06-02T01:13:23.627Z Downloaded git-stub v1.0.0
6542026-06-02T01:13:23.627Z Downloaded bit-vec v0.6.3
6552026-06-02T01:13:23.627Z Downloaded foreign-types-shared v0.3.1
6562026-06-02T01:13:23.627Z Downloaded futures-io v0.3.32
6572026-06-02T01:13:23.633Z Downloaded ghash v0.5.1
6582026-06-02T01:13:23.633Z Downloaded embedded-io v0.6.1
6592026-06-02T01:13:23.633Z Downloaded const_format_proc_macros v0.2.34
6602026-06-02T01:13:23.633Z Downloaded diesel-dtrace v0.5.0
6612026-06-02T01:13:23.633Z Downloaded arrayvec v0.7.6
6622026-06-02T01:13:23.639Z Downloaded hash32 v0.2.1
6632026-06-02T01:13:23.639Z Downloaded fixedbitset v0.5.7
6642026-06-02T01:13:23.639Z Downloaded ciborium v0.2.2
6652026-06-02T01:13:23.639Z Downloaded constant_time_eq v0.4.2
6662026-06-02T01:13:23.639Z Downloaded const-oid v0.9.6
6672026-06-02T01:13:23.646Z Downloaded foldhash v0.1.5
6682026-06-02T01:13:23.646Z Downloaded dunce v1.0.5
6692026-06-02T01:13:23.646Z Downloaded defmt-macros v1.0.1
6702026-06-02T01:13:23.646Z Downloaded defmt v1.0.1
6712026-06-02T01:13:23.652Z Downloaded cookie_store v0.22.1
6722026-06-02T01:13:23.652Z Downloaded console v0.16.2
6732026-06-02T01:13:23.652Z Downloaded home v0.5.12
6742026-06-02T01:13:23.652Z Downloaded hex-literal v0.4.1
6752026-06-02T01:13:23.652Z Downloaded foreign-types-macros v0.2.3
6762026-06-02T01:13:23.652Z Downloaded headers-core v0.3.0
6772026-06-02T01:13:23.652Z Downloaded erased-serde v0.3.31
6782026-06-02T01:13:23.657Z Downloaded group v0.13.0
6792026-06-02T01:13:23.658Z Downloaded fs-err v2.11.0
6802026-06-02T01:13:23.658Z Downloaded colored v3.1.1
6812026-06-02T01:13:23.658Z Downloaded globset v0.4.18
6822026-06-02T01:13:23.658Z Downloaded byte-wrapper v0.1.0
6832026-06-02T01:13:23.664Z Downloaded hostname v0.4.2
6842026-06-02T01:13:23.664Z Downloaded hubpack_derive v0.1.1
6852026-06-02T01:13:23.664Z Downloaded hostname v0.3.1
6862026-06-02T01:13:23.664Z Downloaded hubpack v0.1.2
6872026-06-02T01:13:23.664Z Downloaded httpdate v1.0.3
6882026-06-02T01:13:23.676Z Downloaded http-range v0.1.5
6892026-06-02T01:13:23.676Z Downloaded drift v0.1.4
6902026-06-02T01:13:23.682Z Downloaded glob v0.3.3
6912026-06-02T01:13:23.682Z Downloaded git-stub-vcs v0.1.0
6922026-06-02T01:13:23.682Z Downloaded ahash v0.8.12
6932026-06-02T01:13:23.682Z Downloaded http-body v1.0.1
6942026-06-02T01:13:23.682Z Downloaded futures-executor v0.3.32
6952026-06-02T01:13:23.682Z Downloaded hex v0.4.3
6962026-06-02T01:13:23.682Z Downloaded console v0.15.11
6972026-06-02T01:13:23.682Z Downloaded bzip2 v0.6.1
6982026-06-02T01:13:23.682Z Downloaded corncobs v0.1.4
6992026-06-02T01:13:23.686Z Downloaded illumos-nvpair-sys v0.2.0
7002026-06-02T01:13:23.686Z Downloaded cancel-safe-futures v0.1.5
7012026-06-02T01:13:23.686Z Downloaded backon v1.6.0
7022026-06-02T01:13:23.686Z Downloaded blake2 v0.10.6
7032026-06-02T01:13:23.686Z Downloaded derive-ex v0.1.8
7042026-06-02T01:13:23.690Z Downloaded der_derive v0.7.3
7052026-06-02T01:13:23.690Z Downloaded foldhash v0.2.0
7062026-06-02T01:13:23.690Z Downloaded daft-derive v0.1.7
7072026-06-02T01:13:23.694Z Downloaded base64ct v1.8.3
7082026-06-02T01:13:23.694Z Downloaded instability v0.3.11
7092026-06-02T01:13:23.699Z Downloaded indent_write v2.2.0
7102026-06-02T01:13:23.699Z Downloaded instant v0.1.13
7112026-06-02T01:13:23.699Z Downloaded hyper-tls v0.6.0
7122026-06-02T01:13:23.699Z Downloaded derive_builder v0.20.2
7132026-06-02T01:13:23.751Z Downloaded is_ci v1.2.0
7142026-06-02T01:13:23.751Z Downloaded des v0.8.1
7152026-06-02T01:13:23.751Z Downloaded env_logger v0.11.9
7162026-06-02T01:13:23.751Z Downloaded expectorate v1.2.0
7172026-06-02T01:13:23.751Z Downloaded lazy_static v1.5.0
7182026-06-02T01:13:23.751Z Downloaded lalrpop-util v0.19.12
7192026-06-02T01:13:23.751Z Downloaded inout v0.1.4
7202026-06-02T01:13:23.751Z Downloaded futures-channel v0.3.32
7212026-06-02T01:13:23.751Z Downloaded fs_extra v1.3.0
7222026-06-02T01:13:23.751Z Downloaded ident_case v1.0.1
7232026-06-02T01:13:23.751Z Downloaded derive_more v0.99.20
7242026-06-02T01:13:23.751Z Downloaded managed v0.8.0
7252026-06-02T01:13:23.752Z Downloaded indoc v1.0.9
7262026-06-02T01:13:23.752Z Downloaded illumos-nvpair v0.3.0
7272026-06-02T01:13:23.752Z Downloaded darling v0.21.3
7282026-06-02T01:13:23.752Z Downloaded libscf-sys v1.1.0
7292026-06-02T01:13:23.752Z Downloaded humantime v2.3.0
7302026-06-02T01:13:23.752Z Downloaded lru-cache v0.1.2
7312026-06-02T01:13:23.752Z Downloaded ingot v0.1.1
7322026-06-02T01:13:23.752Z Downloaded linked-hash-map v0.5.6
7332026-06-02T01:13:23.752Z Downloaded filetime v0.2.27
7342026-06-02T01:13:23.752Z Downloaded is-terminal v0.4.17
7352026-06-02T01:13:23.752Z Downloaded clang-sys v1.8.1
7362026-06-02T01:13:23.753Z Downloaded kstat-rs v0.2.4
7372026-06-02T01:13:23.753Z Downloaded daft v0.1.7
7382026-06-02T01:13:23.754Z Downloaded either v1.15.0
7392026-06-02T01:13:23.754Z Downloaded display-error-chain v0.2.2
7402026-06-02T01:13:23.754Z Downloaded lru-slab v0.1.2
7412026-06-02T01:13:23.754Z Downloaded bcs v0.1.6
7422026-06-02T01:13:23.754Z Downloaded async-bb8-diesel v0.2.1
7432026-06-02T01:13:23.754Z Downloaded blowfish v0.9.1
7442026-06-02T01:13:23.754Z Downloaded crc-any v2.5.0
7452026-06-02T01:13:23.754Z Downloaded cookie v0.18.1
7462026-06-02T01:13:23.754Z Downloaded match_cfg v0.1.0
7472026-06-02T01:13:23.754Z Downloaded http-body-util v0.1.3
7482026-06-02T01:13:23.754Z Downloaded lru v0.12.5
7492026-06-02T01:13:23.754Z Downloaded ena v0.14.4
7502026-06-02T01:13:23.754Z Downloaded find-msvc-tools v0.1.9
7512026-06-02T01:13:23.754Z Downloaded deranged v0.5.8
7522026-06-02T01:13:23.754Z Downloaded ipnetwork v0.21.1
7532026-06-02T01:13:23.754Z Downloaded internet-checksum v0.2.1
7542026-06-02T01:13:23.754Z Downloaded multimap v0.10.1
7552026-06-02T01:13:23.766Z Downloaded mime v0.3.17
7562026-06-02T01:13:23.766Z Downloaded memoffset v0.9.1
7572026-06-02T01:13:23.766Z Downloaded maybe-uninit v2.0.0
7582026-06-02T01:13:23.766Z Downloaded maplit v1.0.2
7592026-06-02T01:13:23.766Z Downloaded diff v0.1.13
7602026-06-02T01:13:23.766Z Downloaded md-5 v0.10.6
7612026-06-02T01:13:23.766Z Downloaded indoc v2.0.7
7622026-06-02T01:13:23.766Z Downloaded new_debug_unreachable v1.0.6
7632026-06-02T01:13:23.770Z Downloaded md5 v0.7.0
7642026-06-02T01:13:23.770Z Downloaded crossterm v0.28.1
7652026-06-02T01:13:23.770Z Downloaded lzss v0.8.2
7662026-06-02T01:13:23.770Z Downloaded keccak v0.1.6
7672026-06-02T01:13:23.770Z Downloaded jobserver v0.1.34
7682026-06-02T01:13:23.770Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-02T01:13:23.771Z Downloaded httparse v1.10.1
7702026-06-02T01:13:23.771Z Downloaded impl-trait-for-tuples v0.2.3
7712026-06-02T01:13:23.777Z Downloaded nodrop v0.1.14
7722026-06-02T01:13:23.777Z Downloaded hmac v0.12.1
7732026-06-02T01:13:23.777Z Downloaded hyper-staticfile v0.10.1
7742026-06-02T01:13:23.777Z Downloaded libloading v0.8.9
7752026-06-02T01:13:23.782Z Downloaded darling v0.23.0
7762026-06-02T01:13:23.782Z Downloaded newtype_derive v0.1.6
7772026-06-02T01:13:23.782Z Downloaded libsw-core v0.3.2
7782026-06-02T01:13:23.786Z Downloaded num v0.4.3
7792026-06-02T01:13:23.786Z Downloaded nibble_vec v0.1.0
7802026-06-02T01:13:23.786Z Downloaded highway v1.3.0
7812026-06-02T01:13:23.786Z Downloaded newtype-uuid v1.3.2
7822026-06-02T01:13:23.787Z Downloaded num-iter v0.1.45
7832026-06-02T01:13:23.791Z Downloaded num_threads v0.1.7
7842026-06-02T01:13:23.791Z Downloaded num-derive v0.4.2
7852026-06-02T01:13:23.791Z Downloaded olpc-cjson v0.1.4
7862026-06-02T01:13:23.791Z Downloaded opaque-debug v0.3.1
7872026-06-02T01:13:23.791Z Downloaded num_enum_derive v0.5.11
7882026-06-02T01:13:23.795Z Downloaded getrandom v0.3.4
7892026-06-02T01:13:23.795Z Downloaded fatfs v0.3.6
7902026-06-02T01:13:23.798Z Downloaded linear-map v1.2.0
7912026-06-02T01:13:23.799Z Downloaded ingot-macros v0.1.1
7922026-06-02T01:13:23.799Z Downloaded elliptic-curve v0.13.8
7932026-06-02T01:13:23.802Z Downloaded darling_core v0.23.0
7942026-06-02T01:13:23.806Z Downloaded compact_str v0.8.1
7952026-06-02T01:13:23.806Z Downloaded newline-converter v0.3.0
7962026-06-02T01:13:23.806Z Downloaded bytes v1.11.1
7972026-06-02T01:13:23.811Z Downloaded ingot-types v0.1.2
7982026-06-02T01:13:23.812Z Downloaded openssl-probe v0.2.1
7992026-06-02T01:13:23.815Z Downloaded openssl-probe v0.1.6
8002026-06-02T01:13:23.815Z Downloaded half v2.7.1
8012026-06-02T01:13:23.815Z Downloaded parse-size v1.1.0
8022026-06-02T01:13:23.816Z Downloaded oso-derive v0.27.3
8032026-06-02T01:13:23.816Z Downloaded packed_struct_codegen v0.10.1
8042026-06-02T01:13:23.819Z Downloaded arc-swap v1.8.2
8052026-06-02T01:13:23.819Z Downloaded libefi-sys v0.1.0
8062026-06-02T01:13:23.819Z Downloaded darling_core v0.21.3
8072026-06-02T01:13:23.823Z Downloaded dropshot_endpoint v0.16.7
8082026-06-02T01:13:23.827Z Downloaded native-tls v0.2.18
8092026-06-02T01:13:23.827Z Downloaded peg-runtime v0.8.5
8102026-06-02T01:13:23.827Z Downloaded num-complex v0.4.6
8112026-06-02T01:13:23.827Z Downloaded mime_guess v2.0.5
8122026-06-02T01:13:23.831Z Downloaded lock_api v0.4.14
8132026-06-02T01:13:23.831Z Downloaded aes v0.8.4
8142026-06-02T01:13:23.831Z Downloaded path-slash v0.1.5
8152026-06-02T01:13:23.835Z Downloaded ignore v0.4.25
8162026-06-02T01:13:23.835Z Downloaded nanorand v0.7.0
8172026-06-02T01:13:23.835Z Downloaded getrandom v0.2.17
8182026-06-02T01:13:23.839Z Downloaded half v1.8.3
8192026-06-02T01:13:23.839Z Downloaded pbkdf2 v0.12.2
8202026-06-02T01:13:23.842Z Downloaded phf_shared v0.11.3
8212026-06-02T01:13:23.842Z Downloaded pbkdf2 v0.11.0
8222026-06-02T01:13:23.842Z Downloaded openssl-macros v0.1.1
8232026-06-02T01:13:23.843Z Downloaded iana-time-zone v0.1.65
8242026-06-02T01:13:23.858Z Downloaded pin-utils v0.1.0
8252026-06-02T01:13:23.861Z Downloaded ar_archive_writer v0.5.1
8262026-06-02T01:13:23.862Z Downloaded cc v1.2.56
8272026-06-02T01:13:23.867Z Downloaded phf_shared v0.12.1
8282026-06-02T01:13:23.867Z Downloaded num_enum_derive v0.7.5
8292026-06-02T01:13:23.868Z Downloaded password-hash v0.5.0
8302026-06-02T01:13:23.874Z Downloaded owo-colors v4.3.0
8312026-06-02T01:13:23.874Z Downloaded const_format v0.2.35
8322026-06-02T01:13:23.874Z Downloaded packed_struct v0.10.1
8332026-06-02T01:13:23.874Z Downloaded ed25519-dalek v2.2.0
8342026-06-02T01:13:23.880Z Downloaded phf_shared v0.13.1
8352026-06-02T01:13:23.880Z Downloaded crossterm v0.29.0
8362026-06-02T01:13:23.884Z Downloaded num_enum v0.7.5
8372026-06-02T01:13:23.884Z Downloaded precomputed-hash v0.1.1
8382026-06-02T01:13:23.884Z Downloaded num_enum v0.5.11
8392026-06-02T01:13:23.889Z Downloaded multer v3.1.0
8402026-06-02T01:13:23.890Z Downloaded predicates-core v1.0.10
8412026-06-02T01:13:23.890Z Downloaded pem v3.0.6
8422026-06-02T01:13:23.894Z Downloaded paste v1.0.15
8432026-06-02T01:13:23.894Z Downloaded parking_lot_core v0.8.6
8442026-06-02T01:13:23.894Z Downloaded heapless v0.8.0
8452026-06-02T01:13:23.894Z Downloaded proc-macro-crate v3.4.0
8462026-06-02T01:13:23.898Z Downloaded pem-rfc7468 v0.7.0
8472026-06-02T01:13:23.898Z Downloaded peg v0.8.5
8482026-06-02T01:13:23.902Z Downloaded heapless v0.7.17
8492026-06-02T01:13:23.902Z Downloaded progenitor-client v0.10.0
8502026-06-02T01:13:23.902Z Downloaded progenitor-macro v0.13.0
8512026-06-02T01:13:23.906Z Downloaded progenitor-client v0.11.2
8522026-06-02T01:13:23.907Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-06-02T01:13:23.907Z Downloaded proc-macro-crate v1.3.1
8542026-06-02T01:13:23.907Z Downloaded memmap2 v0.9.10
8552026-06-02T01:13:23.907Z Downloaded psl-types v2.0.11
8562026-06-02T01:13:23.911Z Downloaded progenitor-macro v0.10.0
8572026-06-02T01:13:23.911Z Downloaded progenitor-macro v0.14.0
8582026-06-02T01:13:23.911Z Downloaded headers v0.4.1
8592026-06-02T01:13:23.915Z Downloaded num-rational v0.4.2
8602026-06-02T01:13:23.915Z Downloaded flate2 v1.1.9
8612026-06-02T01:13:23.919Z Downloaded powerfmt v0.2.0
8622026-06-02T01:13:23.919Z Downloaded postgres-protocol v0.6.10
8632026-06-02T01:13:23.919Z Downloaded pkg-config v0.3.32
8642026-06-02T01:13:23.925Z Downloaded pkcs8 v0.10.2
8652026-06-02T01:13:23.926Z Downloaded diesel_derives v2.3.7
8662026-06-02T01:13:23.931Z Downloaded polyval v0.6.2
8672026-06-02T01:13:23.931Z Downloaded radium v0.7.0
8682026-06-02T01:13:23.931Z Downloaded phf v0.12.1
8692026-06-02T01:13:23.931Z Downloaded parse-display-derive v0.10.0
8702026-06-02T01:13:23.932Z Downloaded pin-project-lite v0.2.17
8712026-06-02T01:13:23.940Z Downloaded phf v0.13.1
8722026-06-02T01:13:23.940Z Downloaded bumpalo v3.20.2
8732026-06-02T01:13:23.940Z Downloaded omicron-zone-package v0.12.2
8742026-06-02T01:13:23.946Z Downloaded ppv-lite86 v0.2.21
8752026-06-02T01:13:23.946Z Downloaded password-hash v0.4.2
8762026-06-02T01:13:23.946Z Downloaded indexmap v1.9.3
8772026-06-02T01:13:23.946Z Downloaded base64 v0.21.7
8782026-06-02T01:13:23.947Z Downloaded rand_chacha v0.3.1
8792026-06-02T01:13:23.947Z Downloaded pin-project-internal v1.1.11
8802026-06-02T01:13:23.947Z Downloaded progenitor-macro v0.11.2
8812026-06-02T01:13:23.952Z Downloaded predicates-tree v1.0.13
8822026-06-02T01:13:23.953Z Downloaded async-compression v0.4.41
8832026-06-02T01:13:23.953Z Downloaded ref-cast v1.0.25
8842026-06-02T01:13:23.959Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-06-02T01:13:23.959Z Downloaded recursive v0.1.1
8862026-06-02T01:13:23.959Z Downloaded rand_xorshift v0.4.0
8872026-06-02T01:13:23.960Z Downloaded primeorder v0.13.6
8882026-06-02T01:13:23.960Z Downloaded parking_lot v0.11.2
8892026-06-02T01:13:23.960Z Downloaded parking_lot_core v0.9.12
8902026-06-02T01:13:23.965Z Downloaded progenitor v0.11.2
8912026-06-02T01:13:23.965Z Downloaded predicates v3.1.4
8922026-06-02T01:13:23.965Z Downloaded indicatif v0.18.4
8932026-06-02T01:13:23.965Z Downloaded ref-cast-impl v1.0.25
8942026-06-02T01:13:23.972Z Downloaded quick-error v1.2.3
8952026-06-02T01:13:23.972Z Downloaded progenitor v0.10.0
8962026-06-02T01:13:23.972Z Downloaded derive_more v2.1.1
8972026-06-02T01:13:23.979Z Downloaded pkcs5 v0.7.1
8982026-06-02T01:13:23.979Z Downloaded hickory-resolver v0.25.2
8992026-06-02T01:13:23.984Z Downloaded progenitor-extras v0.2.0
9002026-06-02T01:13:23.985Z Downloaded rand_chacha v0.9.0
9012026-06-02T01:13:23.985Z Downloaded peg-macros v0.8.5
9022026-06-02T01:13:23.985Z Downloaded psm v0.1.30
9032026-06-02T01:13:23.985Z Downloaded parking_lot v0.12.5
9042026-06-02T01:13:23.992Z Downloaded rfc6979 v0.4.0
9052026-06-02T01:13:23.992Z Downloaded rand_core v0.10.0
9062026-06-02T01:13:23.992Z Downloaded rand_core v0.9.5
9072026-06-02T01:13:23.992Z Downloaded rand_core v0.6.4
9082026-06-02T01:13:23.992Z Downloaded progenitor-client v0.14.0
9092026-06-02T01:13:23.992Z Downloaded rustc-hash v2.1.1
9102026-06-02T01:13:23.997Z Downloaded r2d2 v0.8.10
9112026-06-02T01:13:23.997Z Downloaded progenitor-client v0.13.0
9122026-06-02T01:13:23.998Z Downloaded progenitor v0.14.0
9132026-06-02T01:13:23.998Z Downloaded progenitor v0.13.0
9142026-06-02T01:13:23.998Z Downloaded proc-macro-error2 v2.0.1
9152026-06-02T01:13:23.998Z Downloaded rustc_version v0.4.1
9162026-06-02T01:13:24.002Z Downloaded pkcs1 v0.7.5
9172026-06-02T01:13:24.002Z Downloaded postcard v1.1.3
9182026-06-02T01:13:24.002Z Downloaded oxnet v0.1.4
9192026-06-02T01:13:24.002Z Downloaded oxide-tokio-rt v0.1.4
9202026-06-02T01:13:24.008Z Downloaded libbz2-rs-sys v0.2.2
9212026-06-02T01:13:24.008Z Downloaded rand_seeder v0.4.0
9222026-06-02T01:13:24.008Z Downloaded dropshot-api-manager v0.7.1
9232026-06-02T01:13:24.013Z Downloaded postgres-types v0.2.12
9242026-06-02T01:13:24.013Z Downloaded poly1305 v0.8.0
9252026-06-02T01:13:24.013Z Downloaded sapling-renderdag v0.1.0
9262026-06-02T01:13:24.013Z Downloaded salsa20 v0.10.2
9272026-06-02T01:13:24.023Z Downloaded derive_more-impl v2.1.1
9282026-06-02T01:13:24.023Z Downloaded scroll_derive v0.13.1
9292026-06-02T01:13:24.023Z Downloaded hashbrown v0.12.3
9302026-06-02T01:13:24.032Z Downloaded same-file v1.0.6
9312026-06-02T01:13:24.033Z Downloaded p256 v0.13.2
9322026-06-02T01:13:24.033Z Downloaded oso v0.27.3
9332026-06-02T01:13:24.033Z Downloaded russh-cryptovec v0.7.3
9342026-06-02T01:13:24.033Z Downloaded openssl-sys v0.9.115
9352026-06-02T01:13:24.038Z Downloaded scheduled-thread-pool v0.2.7
9362026-06-02T01:13:24.038Z Downloaded scopeguard v1.2.0
9372026-06-02T01:13:24.038Z Downloaded rtoolbox v0.0.3
9382026-06-02T01:13:24.038Z Downloaded serde-big-array v0.5.1
9392026-06-02T01:13:24.038Z Downloaded seq-macro v0.3.6
9402026-06-02T01:13:24.039Z Downloaded jiff-static v0.2.21
9412026-06-02T01:13:24.039Z Downloaded resolv-conf v0.7.6
9422026-06-02T01:13:24.039Z Downloaded hyper-util v0.1.20
9432026-06-02T01:13:24.045Z Downloaded hickory-resolver v0.24.4
9442026-06-02T01:13:24.046Z Downloaded hyper-rustls v0.27.7
9452026-06-02T01:13:24.046Z Downloaded quinn-udp v0.5.14
9462026-06-02T01:13:24.050Z Downloaded secrecy v0.8.0
9472026-06-02T01:13:24.051Z Downloaded semver v0.1.20
9482026-06-02T01:13:24.051Z Downloaded parse-display v0.10.0
9492026-06-02T01:13:24.051Z Downloaded secrecy v0.10.3
9502026-06-02T01:13:24.051Z Downloaded rustc_version v0.1.7
9512026-06-02T01:13:24.051Z Downloaded num-integer v0.1.46
9522026-06-02T01:13:24.051Z Downloaded rustls-native-certs v0.8.3
9532026-06-02T01:13:24.059Z Downloaded num-derive v0.3.3
9542026-06-02T01:13:24.059Z Downloaded http v1.4.0
9552026-06-02T01:13:24.059Z Downloaded nu-ansi-term v0.50.3
9562026-06-02T01:13:24.065Z Downloaded futures v0.3.32
9572026-06-02T01:13:24.065Z Downloaded serde_repr v0.1.20
9582026-06-02T01:13:24.065Z Downloaded der v0.7.10
9592026-06-02T01:13:24.065Z Downloaded sha1 v0.10.6
9602026-06-02T01:13:24.073Z Downloaded serde_urlencoded v0.7.1
9612026-06-02T01:13:24.073Z Downloaded hashbrown v0.13.2
9622026-06-02T01:13:24.073Z Downloaded rustls-pemfile v2.2.0
9632026-06-02T01:13:24.073Z Downloaded rustversion v1.0.22
9642026-06-02T01:13:24.080Z Downloaded serde_spanned v1.0.4
9652026-06-02T01:13:24.080Z Downloaded litrs v1.0.0
9662026-06-02T01:13:24.080Z Downloaded num-conv v0.2.0
9672026-06-02T01:13:24.081Z Downloaded papergrid v0.17.0
9682026-06-02T01:13:24.081Z Downloaded signal-hook-tokio v0.3.1
9692026-06-02T01:13:24.081Z Downloaded signal-hook-mio v0.2.5
9702026-06-02T01:13:24.089Z Downloaded rustls-pemfile v1.0.4
9712026-06-02T01:13:24.089Z Downloaded siphasher v1.0.2
9722026-06-02T01:13:24.089Z Downloaded prefix-trie v0.7.0
9732026-06-02T01:13:24.089Z Downloaded nonempty v0.12.0
9742026-06-02T01:13:24.089Z Downloaded signature v2.2.0
9752026-06-02T01:13:24.089Z Downloaded normalize-line-endings v0.3.0
9762026-06-02T01:13:24.095Z Downloaded libsw v3.5.0
9772026-06-02T01:13:24.095Z Downloaded miniz_oxide v0.8.9
9782026-06-02T01:13:24.095Z Downloaded progenitor-impl v0.14.0
9792026-06-02T01:13:24.095Z Downloaded progenitor-impl v0.13.0
9802026-06-02T01:13:24.095Z Downloaded progenitor-impl v0.11.2
9812026-06-02T01:13:24.095Z Downloaded scrypt v0.11.0
9822026-06-02T01:13:24.100Z Downloaded ipnet v2.11.0
9832026-06-02T01:13:24.100Z Downloaded shell-words v1.1.1
9842026-06-02T01:13:24.100Z Downloaded sec1 v0.7.3
9852026-06-02T01:13:24.100Z Downloaded slog-bunyan v2.5.0
9862026-06-02T01:13:24.100Z Downloaded schemars_derive v0.8.22
9872026-06-02T01:13:24.107Z Downloaded base64 v0.22.1
9882026-06-02T01:13:24.107Z Downloaded ctr v0.9.2
9892026-06-02T01:13:24.108Z Downloaded cipher v0.4.4
9902026-06-02T01:13:24.108Z Downloaded sigpipe v0.1.3
9912026-06-02T01:13:24.108Z Downloaded serde-hex v0.1.0
9922026-06-02T01:13:24.113Z Downloaded slog-envlogger v2.2.0
9932026-06-02T01:13:24.119Z Downloaded pin-project v1.1.11
9942026-06-02T01:13:24.124Z Downloaded sqlparser_derive v0.5.0
9952026-06-02T01:13:24.125Z Downloaded serde_plain v1.0.2
9962026-06-02T01:13:24.125Z Downloaded sct v0.7.1
9972026-06-02T01:13:24.131Z Downloaded scroll v0.13.0
9982026-06-02T01:13:24.137Z Downloaded hickory-server v0.25.2
9992026-06-02T01:13:24.137Z Downloaded serde_derive_internals v0.29.1
10002026-06-02T01:13:24.137Z Downloaded signal-hook-registry v1.4.8
10012026-06-02T01:13:24.142Z Downloaded shlex v1.3.0
10022026-06-02T01:13:24.142Z Downloaded structmeta-derive v0.3.0
10032026-06-02T01:13:24.142Z Downloaded aes-gcm v0.10.3
10042026-06-02T01:13:24.148Z Downloaded slog-dtrace v0.3.0
10052026-06-02T01:13:24.148Z Downloaded prettyplease v0.2.37
10062026-06-02T01:13:24.153Z Downloaded slog-async v2.8.0
10072026-06-02T01:13:24.153Z Downloaded progenitor-impl v0.10.0
10082026-06-02T01:13:24.162Z Downloaded subtle v2.6.1
10092026-06-02T01:13:24.163Z Downloaded strum v0.26.3
10102026-06-02T01:13:24.163Z Downloaded strum v0.27.2
10112026-06-02T01:13:24.163Z Downloaded structmeta v0.3.0
10122026-06-02T01:13:24.168Z Downloaded sync-ptr v0.1.4
10132026-06-02T01:13:24.168Z Downloaded ssh-encoding v0.2.0
10142026-06-02T01:13:24.168Z Downloaded strip-ansi-escapes v0.2.1
10152026-06-02T01:13:24.169Z Downloaded supports-color v3.0.2
10162026-06-02T01:13:24.169Z Downloaded tabled_derive v0.11.0
10172026-06-02T01:13:24.169Z Downloaded sync_wrapper v1.0.2
10182026-06-02T01:13:24.169Z Downloaded minimal-lexical v0.2.1
10192026-06-02T01:13:24.169Z Downloaded slab v0.4.12
10202026-06-02T01:13:24.169Z Downloaded pretty_assertions v1.4.1
10212026-06-02T01:13:24.175Z Downloaded russh-keys v0.45.0
10222026-06-02T01:13:24.175Z Downloaded slog-stdlog v4.1.1
10232026-06-02T01:13:24.175Z Downloaded slog-scope v4.4.1
10242026-06-02T01:13:24.175Z Downloaded snafu-derive v0.8.9
10252026-06-02T01:13:24.175Z Downloaded smallvec v0.6.14
10262026-06-02T01:13:24.181Z Downloaded smf v0.2.3
10272026-06-02T01:13:24.181Z Downloaded slog-json v2.6.1
10282026-06-02T01:13:24.181Z Downloaded tabwriter v1.4.1
10292026-06-02T01:13:24.181Z Downloaded spki v0.7.3
10302026-06-02T01:13:24.181Z Downloaded slog-term v2.9.2
10312026-06-02T01:13:24.184Z Downloaded sqlformat v0.3.5
10322026-06-02T01:13:24.184Z Downloaded simd-adler32 v0.3.8
10332026-06-02T01:13:24.184Z Downloaded rustls-pki-types v1.14.0
10342026-06-02T01:13:24.185Z Downloaded rusty-fork v0.3.1
10352026-06-02T01:13:24.185Z Downloaded itertools v0.10.5
10362026-06-02T01:13:24.188Z Downloaded termtree v0.5.1
10372026-06-02T01:13:24.193Z Downloaded testing_table v0.3.0
10382026-06-02T01:13:24.193Z Downloaded take_mut v0.2.2
10392026-06-02T01:13:24.193Z Downloaded serde_bytes v0.11.19
10402026-06-02T01:13:24.193Z Downloaded ssh-cipher v0.2.0
10412026-06-02T01:13:24.197Z Downloaded hashbrown v0.15.5
10422026-06-02T01:13:24.201Z Downloaded serde_cbor v0.11.2
10432026-06-02T01:13:24.205Z Downloaded time-core v0.1.8
10442026-06-02T01:13:24.205Z Downloaded tokio-macros v2.7.0
10452026-06-02T01:13:24.205Z Downloaded thread-id v5.1.0
10462026-06-02T01:13:24.209Z Downloaded tap v1.0.1
10472026-06-02T01:13:24.209Z Downloaded stacker v0.1.23
10482026-06-02T01:13:24.209Z Downloaded serde_path_to_error v0.1.20
10492026-06-02T01:13:24.209Z Downloaded thiserror-impl-no-std v2.0.2
10502026-06-02T01:13:24.215Z Downloaded string_cache v0.8.9
10512026-06-02T01:13:24.215Z Downloaded rcgen v0.12.1
10522026-06-02T01:13:24.215Z Downloaded rayon-core v1.13.0
10532026-06-02T01:13:24.221Z Downloaded qorb v0.4.1
10542026-06-02T01:13:24.221Z Downloaded ryu v1.0.23
10552026-06-02T01:13:24.224Z Downloaded strum_macros v0.27.2
10562026-06-02T01:13:24.224Z Downloaded static_assertions v1.1.0
10572026-06-02T01:13:24.224Z Downloaded itertools v0.12.1
10582026-06-02T01:13:24.228Z Downloaded tagptr v0.2.0
10592026-06-02T01:13:24.228Z Downloaded support-bundle-viewer v0.1.2
10602026-06-02T01:13:24.229Z Downloaded strum_macros v0.26.4
10612026-06-02T01:13:24.234Z Downloaded publicsuffix v2.3.0
10622026-06-02T01:13:24.234Z Downloaded hashbrown v0.16.1
10632026-06-02T01:13:24.237Z Downloaded stringprep v0.1.5
10642026-06-02T01:13:24.237Z Downloaded libxml v0.3.3
10652026-06-02T01:13:24.241Z Downloaded spin v0.9.8
10662026-06-02T01:13:24.245Z Downloaded schemars v0.8.22
10672026-06-02T01:13:24.248Z Downloaded termios v0.3.3
10682026-06-02T01:13:24.252Z Downloaded quinn v0.11.9
10692026-06-02T01:13:24.252Z Downloaded num-bigint v0.4.6
10702026-06-02T01:13:24.259Z Downloaded serde_with_macros v3.17.0
10712026-06-02T01:13:24.263Z Downloaded thiserror-no-std v2.0.2
10722026-06-02T01:13:24.268Z Downloaded tokio-dtrace v0.1.1
10732026-06-02T01:13:24.268Z Downloaded tls_codec v0.4.2
10742026-06-02T01:13:24.268Z Downloaded try-lock v0.2.5
10752026-06-02T01:13:24.273Z Downloaded tower-service v0.3.3
10762026-06-02T01:13:24.273Z Downloaded tower-layer v0.3.3
10772026-06-02T01:13:24.274Z Downloaded thread_local v1.1.9
10782026-06-02T01:13:24.274Z Downloaded rustls-platform-verifier v0.6.2
10792026-06-02T01:13:24.277Z Downloaded iri-string v0.7.10
10802026-06-02T01:13:24.281Z Downloaded topological-sort v0.2.2
10812026-06-02T01:13:24.281Z Downloaded typify-macro v0.4.3
10822026-06-02T01:13:24.282Z Downloaded trait-variant v0.1.2
10832026-06-02T01:13:24.282Z Downloaded time-macros v0.2.27
10842026-06-02T01:13:24.285Z Downloaded mio v1.2.0
10852026-06-02T01:13:24.286Z Downloaded unarray v0.1.4
10862026-06-02T01:13:24.293Z Downloaded signal-hook v0.3.18
10872026-06-02T01:13:24.296Z Downloaded socket2 v0.5.10
10882026-06-02T01:13:24.296Z Downloaded slog v2.8.2
10892026-06-02T01:13:24.297Z Downloaded hyper v1.8.1
10902026-06-02T01:13:24.297Z Downloaded unit-prefix v0.5.2
10912026-06-02T01:13:24.300Z Downloaded typify-macro v0.6.2
10922026-06-02T01:13:24.300Z Downloaded tls_codec_derive v0.4.2
10932026-06-02T01:13:24.300Z Downloaded universal-hash v0.5.1
10942026-06-02T01:13:24.300Z Downloaded tinyvec_macros v0.1.1
10952026-06-02T01:13:24.300Z Downloaded tiny-keccak v2.0.2
10962026-06-02T01:13:24.304Z Downloaded rand v0.8.6
10972026-06-02T01:13:24.304Z Downloaded tokio-tungstenite v0.23.1
10982026-06-02T01:13:24.309Z Downloaded itertools v0.13.0
10992026-06-02T01:13:24.312Z Downloaded similar v2.7.0
11002026-06-02T01:13:24.316Z Downloaded usdt v0.6.0
11012026-06-02T01:13:24.316Z Downloaded futures-util v0.3.32
11022026-06-02T01:13:24.320Z Downloaded void v1.0.2
11032026-06-02T01:13:24.325Z Downloaded untrusted v0.7.1
11042026-06-02T01:13:24.325Z Downloaded schemars v0.9.0
11052026-06-02T01:13:24.329Z Downloaded term v0.7.0
11062026-06-02T01:13:24.333Z Downloaded usdt-attr-macro v0.6.0
11072026-06-02T01:13:24.333Z Downloaded tui-tree-widget v0.23.1
11082026-06-02T01:13:24.333Z Downloaded num-bigint-dig v0.8.6
11092026-06-02T01:13:24.337Z Downloaded waitgroup v0.1.2
11102026-06-02T01:13:24.337Z Downloaded wait-timeout v0.2.1
11112026-06-02T01:13:24.337Z Downloaded utf-8 v0.7.6
11122026-06-02T01:13:24.342Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11132026-06-02T01:13:24.342Z Downloaded term v1.2.1
11142026-06-02T01:13:24.342Z Downloaded usdt-macro v0.6.0
11152026-06-02T01:13:24.346Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-06-02T01:13:24.346Z Downloaded iddqd v0.4.1
11172026-06-02T01:13:24.351Z Downloaded untrusted v0.9.0
11182026-06-02T01:13:24.351Z Downloaded unicode-truncate v1.1.0
11192026-06-02T01:13:24.351Z Downloaded tokio-tungstenite v0.21.0
11202026-06-02T01:13:24.355Z Downloaded tokio-rustls v0.25.0
11212026-06-02T01:13:24.355Z Downloaded tokio-native-tls v0.3.1
11222026-06-02T01:13:24.355Z Downloaded hkdf v0.12.4
11232026-06-02T01:13:24.356Z Downloaded strum_macros v0.24.3
11242026-06-02T01:13:24.359Z Downloaded ron v0.8.1
11252026-06-02T01:13:24.359Z Downloaded want v0.3.1
11262026-06-02T01:13:24.362Z Downloaded tokio-rustls v0.24.1
11272026-06-02T01:13:24.423Z Downloaded unicase v2.9.0
11282026-06-02T01:13:24.423Z Downloaded rustls-webpki v0.103.9
11292026-06-02T01:13:24.423Z Downloaded socket2 v0.6.3
11302026-06-02T01:13:24.423Z Downloaded xattr v1.6.1
11312026-06-02T01:13:24.423Z Downloaded subprocess v0.2.15
11322026-06-02T01:13:24.423Z Downloaded snafu v0.8.9
11332026-06-02T01:13:24.423Z Downloaded samael v0.0.19
11342026-06-02T01:13:24.423Z Downloaded h2 v0.4.13
11352026-06-02T01:13:24.423Z Downloaded xshell-macros v0.2.7
11362026-06-02T01:13:24.423Z Downloaded usdt-impl v0.6.0
11372026-06-02T01:13:24.423Z Downloaded tracing-attributes v0.1.31
11382026-06-02T01:13:24.423Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-06-02T01:13:24.423Z Downloaded tokio-rustls v0.26.4
11402026-06-02T01:13:24.423Z Downloaded zeroize_derive v1.4.3
11412026-06-02T01:13:24.423Z Downloaded rsa v0.9.10
11422026-06-02T01:13:24.423Z Downloaded nom v7.1.3
11432026-06-02T01:13:24.423Z Downloaded vergen-git2 v1.0.7
11442026-06-02T01:13:24.423Z Downloaded aws-lc-rs v1.16.3
11452026-06-02T01:13:24.423Z Downloaded zone_cfg_derive v0.3.1
11462026-06-02T01:13:24.423Z Downloaded vergen-gitcl v1.0.8
11472026-06-02T01:13:24.424Z Downloaded test-strategy v0.4.5
11482026-06-02T01:13:24.424Z Downloaded rand v0.9.2
11492026-06-02T01:13:24.424Z Downloaded whoami v2.1.0
11502026-06-02T01:13:24.430Z Downloaded toml_parser v1.0.9+spec-1.1.0
11512026-06-02T01:13:24.430Z Downloaded vergen-lib v0.1.6
11522026-06-02T01:13:24.430Z Downloaded walkdir v2.5.0
11532026-06-02T01:13:24.430Z Downloaded tinyvec v1.10.0
11542026-06-02T01:13:24.430Z Downloaded vsss-rs v3.3.4
11552026-06-02T01:13:24.430Z Downloaded twox-hash v2.1.2
11562026-06-02T01:13:24.434Z Downloaded unicode-properties v0.1.4
11572026-06-02T01:13:24.434Z Downloaded zeroize v1.8.2
11582026-06-02T01:13:24.438Z Downloaded xshell v0.2.7
11592026-06-02T01:13:24.438Z Downloaded tokio-stream v0.1.18
11602026-06-02T01:13:24.442Z Downloaded itertools v0.14.0
11612026-06-02T01:13:24.447Z Downloaded toml v1.0.6+spec-1.1.0
11622026-06-02T01:13:24.450Z Downloaded wyz v0.5.1
11632026-06-02T01:13:24.450Z Downloaded zone v0.3.1
11642026-06-02T01:13:24.451Z Downloaded schemars v1.2.1
11652026-06-02T01:13:24.458Z Downloaded vergen v9.0.6
11662026-06-02T01:13:24.462Z Downloaded uzers v0.12.2
11672026-06-02T01:13:24.462Z Downloaded toml v0.7.8
11682026-06-02T01:13:24.467Z Downloaded zstd-safe v7.2.4
11692026-06-02T01:13:24.467Z Downloaded tar v0.4.45
11702026-06-02T01:13:24.468Z Downloaded russh v0.45.0
11712026-06-02T01:13:24.472Z Downloaded steno v0.4.1
11722026-06-02T01:13:24.473Z Downloaded whoami v1.6.1
11732026-06-02T01:13:24.477Z Downloaded p521 v0.13.3
11742026-06-02T01:13:24.477Z Downloaded unicode-bidi v0.3.18
11752026-06-02T01:13:24.477Z Downloaded tracing-core v0.1.36
11762026-06-02T01:13:24.485Z Downloaded libm v0.2.16
11772026-06-02T01:13:24.490Z Downloaded tungstenite v0.21.0
11782026-06-02T01:13:24.490Z Downloaded typify v0.6.2
11792026-06-02T01:13:24.490Z Downloaded serde_yaml v0.9.34+deprecated
11802026-06-02T01:13:24.496Z Downloaded rustyline v14.0.0
11812026-06-02T01:13:24.496Z Downloaded yasna v0.5.2
11822026-06-02T01:13:24.499Z Downloaded uuid v1.23.0
11832026-06-02T01:13:24.499Z Downloaded rand v0.10.0
11842026-06-02T01:13:24.504Z Downloaded toml v0.9.12+spec-1.1.0
11852026-06-02T01:13:24.510Z Downloaded zstd v0.13.3
11862026-06-02T01:13:24.515Z Downloaded blake3 v1.8.3
11872026-06-02T01:13:24.518Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-06-02T01:13:24.522Z Downloaded bitvec v1.0.1
11892026-06-02T01:13:24.528Z Downloaded tokio-postgres v0.7.16
11902026-06-02T01:13:24.531Z Downloaded typify v0.4.3
11912026-06-02T01:13:24.534Z Downloaded unsafe-libyaml v0.2.11
11922026-06-02T01:13:24.535Z Downloaded tungstenite v0.23.0
11932026-06-02T01:13:24.538Z Downloaded reedline v0.40.0
11942026-06-02T01:13:24.548Z Downloaded git2 v0.20.4
11952026-06-02T01:13:24.552Z Downloaded zopfli v0.8.3
11962026-06-02T01:13:24.555Z Downloaded zerocopy v0.6.6
11972026-06-02T01:13:24.557Z Downloaded p384 v0.13.1
11982026-06-02T01:13:24.560Z Downloaded vte v0.14.1
11992026-06-02T01:13:24.564Z Downloaded regex v1.12.3
12002026-06-02T01:13:24.568Z Downloaded ssh-key v0.6.7
12012026-06-02T01:13:24.572Z Downloaded rpassword v7.4.0
12022026-06-02T01:13:24.577Z Downloaded unicode_categories v0.1.1
12032026-06-02T01:13:24.584Z Downloaded zip v0.6.6
12042026-06-02T01:13:24.588Z Downloaded reqwest v0.13.2
12052026-06-02T01:13:24.591Z Downloaded chrono v0.4.44
12062026-06-02T01:13:24.595Z Downloaded yansi v1.0.1
12072026-06-02T01:13:24.600Z Downloaded bindgen v0.71.1
12082026-06-02T01:13:24.603Z Downloaded toml_edit v0.19.15
12092026-06-02T01:13:24.611Z Downloaded typed-path v0.9.3
12102026-06-02T01:13:24.626Z Downloaded tower v0.5.3
12112026-06-02T01:13:24.630Z Downloaded zerocopy-derive v0.8.40
12122026-06-02T01:13:24.636Z Downloaded portable-atomic v1.13.1
12132026-06-02T01:13:24.643Z Downloaded goblin v0.10.5
12142026-06-02T01:13:24.647Z Downloaded x509-cert v0.2.5
12152026-06-02T01:13:24.651Z Downloaded lalrpop v0.19.12
12162026-06-02T01:13:24.657Z Downloaded quick-xml v0.37.5
12172026-06-02T01:13:24.660Z Downloaded reqwest v0.12.28
12182026-06-02T01:13:24.667Z Downloaded salty v0.3.0
12192026-06-02T01:13:24.670Z Downloaded rayon v1.11.0
12202026-06-02T01:13:24.678Z Downloaded zip v4.6.1
12212026-06-02T01:13:24.682Z Downloaded moka v0.12.13
12222026-06-02T01:13:24.691Z Downloaded proptest v1.10.0
12232026-06-02T01:13:24.695Z Downloaded tough v0.22.0
12242026-06-02T01:13:24.695Z Downloaded rustls-webpki v0.102.8
12252026-06-02T01:13:24.711Z Downloaded unicode-normalization v0.1.25
12262026-06-02T01:13:24.719Z Downloaded petname v2.0.2
12272026-06-02T01:13:24.719Z Downloaded unicode-segmentation v1.12.0
12282026-06-02T01:13:24.730Z Downloaded object v0.30.4
12292026-06-02T01:13:24.730Z Downloaded tokio-util v0.7.18
12302026-06-02T01:13:24.735Z Downloaded rustls-webpki v0.101.7
12312026-06-02T01:13:24.735Z Downloaded tower-http v0.6.8
12322026-06-02T01:13:24.748Z Downloaded serde_with v3.17.0
12332026-06-02T01:13:24.751Z Downloaded quinn-proto v0.11.13
12342026-06-02T01:13:24.752Z Downloaded curve25519-dalek v4.1.3
12352026-06-02T01:13:24.762Z Downloaded bstr v1.12.1
12362026-06-02T01:13:24.771Z Downloaded polar-core v0.27.3
12372026-06-02T01:13:24.777Z Downloaded winnow v0.5.40
12382026-06-02T01:13:24.786Z Downloaded nix v0.27.1
12392026-06-02T01:13:24.786Z Downloaded winnow v0.6.26
12402026-06-02T01:13:24.789Z Downloaded radix_trie v0.2.1
12412026-06-02T01:13:24.802Z Downloaded dropshot v0.17.0
12422026-06-02T01:13:24.810Z Downloaded rustls v0.21.12
12432026-06-02T01:13:24.818Z Downloaded openssl v0.10.79
12442026-06-02T01:13:24.826Z Downloaded nix v0.29.0
12452026-06-02T01:13:24.829Z Downloaded smoltcp v0.9.1
12462026-06-02T01:13:24.837Z Downloaded tabled v0.20.0
12472026-06-02T01:13:24.846Z Downloaded time v0.3.47
12482026-06-02T01:13:24.852Z Downloaded zlib-rs v0.6.2
12492026-06-02T01:13:24.858Z Downloaded object v0.37.3
12502026-06-02T01:13:24.865Z Downloaded webpki-roots v1.0.6
12512026-06-02T01:13:24.870Z Downloaded vcpkg v0.2.15
12522026-06-02T01:13:24.887Z Downloaded nix v0.31.2
12532026-06-02T01:13:24.894Z Downloaded openapiv3 v2.2.0
12542026-06-02T01:13:24.902Z Downloaded zerocopy v0.8.40
12552026-06-02T01:13:24.906Z Downloaded rustls v0.22.4
12562026-06-02T01:13:24.914Z Downloaded smoltcp v0.11.0
12572026-06-02T01:13:24.923Z Downloaded regex-syntax v0.8.10
12582026-06-02T01:13:24.927Z Downloaded rustix v0.38.44
12592026-06-02T01:13:24.938Z Downloaded hickory-proto v0.24.4
12602026-06-02T01:13:24.946Z Downloaded diesel v2.3.7
12612026-06-02T01:13:24.959Z Downloaded rustls v0.23.37
12622026-06-02T01:13:24.969Z Downloaded regress v0.10.5
12632026-06-02T01:13:24.976Z Downloaded regress v0.11.1
12642026-06-02T01:13:24.982Z Downloaded hickory-proto v0.25.2
12652026-06-02T01:13:24.986Z Downloaded sqlparser v0.61.0
12662026-06-02T01:13:24.991Z Downloaded regex-syntax v0.6.29
12672026-06-02T01:13:24.995Z Downloaded nix v0.28.0
12682026-06-02T01:13:25.007Z Downloaded sled v0.34.7
12692026-06-02T01:13:25.014Z Downloaded tracing v0.1.44
12702026-06-02T01:13:25.026Z Downloaded ratatui v0.29.0
12712026-06-02T01:13:25.037Z Downloaded typify-impl v0.4.3
12722026-06-02T01:13:25.046Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-06-02T01:13:25.054Z Downloaded regex-automata v0.4.14
12742026-06-02T01:13:25.062Z Downloaded typify-impl v0.6.2
12752026-06-02T01:13:25.071Z Downloaded chrono-tz v0.10.4
12762026-06-02T01:13:25.096Z Downloaded zerocopy-derive v0.6.6
12772026-06-02T01:13:25.124Z Downloaded petgraph v0.6.5
12782026-06-02T01:13:25.135Z Downloaded tokio v1.52.1
12792026-06-02T01:13:25.164Z Downloaded jiff v0.2.21
12802026-06-02T01:13:25.175Z Downloaded csv v1.4.0
12812026-06-02T01:13:25.188Z Downloaded petgraph v0.8.3
12822026-06-02T01:13:25.200Z Downloaded libz-sys v1.1.24
12832026-06-02T01:13:25.213Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-06-02T01:13:25.225Z Downloaded sha3 v0.10.8
12852026-06-02T01:13:25.304Z Downloaded encoding_rs v0.8.35
12862026-06-02T01:13:25.310Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-06-02T01:13:25.315Z Downloaded ring v0.17.14
12882026-06-02T01:13:25.779Z Downloaded aws-lc-sys v0.40.0
12892026-06-02T01:13:26.027Z Compiling libc v0.2.185
12902026-06-02T01:13:26.027Z Compiling serde v1.0.228
12912026-06-02T01:13:26.031Z Compiling log v0.4.29
12922026-06-02T01:13:26.031Z Compiling find-msvc-tools v0.1.9
12932026-06-02T01:13:26.031Z Compiling shlex v1.3.0
12942026-06-02T01:13:26.031Z Compiling smallvec v1.15.1
12952026-06-02T01:13:26.031Z Compiling typenum v1.19.0
12962026-06-02T01:13:26.032Z Compiling subtle v2.6.1
12972026-06-02T01:13:26.033Z Compiling generic-array v0.14.7
12982026-06-02T01:13:26.033Z Compiling scopeguard v1.2.0
12992026-06-02T01:13:26.217Z Compiling const-oid v0.9.6
13002026-06-02T01:13:26.231Z Compiling serde_json v1.0.149
13012026-06-02T01:13:26.371Z Compiling syn v2.0.117
13022026-06-02T01:13:26.375Z Compiling lock_api v0.4.14
13032026-06-02T01:13:26.376Z Compiling zerocopy v0.8.40
13042026-06-02T01:13:26.376Z Compiling parking_lot_core v0.9.12
13052026-06-02T01:13:26.387Z Compiling pin-project-lite v0.2.17
13062026-06-02T01:13:26.400Z Compiling portable-atomic v1.13.1
13072026-06-02T01:13:26.458Z Compiling pkg-config v0.3.32
13082026-06-02T01:13:26.475Z Compiling bitflags v2.11.0
13092026-06-02T01:13:26.534Z Compiling critical-section v1.2.0
13102026-06-02T01:13:26.551Z Compiling futures-core v0.3.32
13112026-06-02T01:13:26.573Z Compiling libm v0.2.16
13122026-06-02T01:13:26.646Z Compiling num-traits v0.2.19
13132026-06-02T01:13:26.661Z Compiling percent-encoding v2.3.2
13142026-06-02T01:13:26.719Z Compiling futures-sink v0.3.32
13152026-06-02T01:13:26.735Z Compiling getrandom v0.4.1
13162026-06-02T01:13:26.739Z Compiling futures-task v0.3.32
13172026-06-02T01:13:26.765Z Compiling cpufeatures v0.2.17
13182026-06-02T01:13:26.797Z Compiling futures-io v0.3.32
13192026-06-02T01:13:26.842Z Compiling futures-channel v0.3.32
13202026-06-02T01:13:26.874Z Compiling slab v0.4.12
13212026-06-02T01:13:26.903Z Compiling rand_core v0.10.0
13222026-06-02T01:13:26.920Z Compiling indexmap v2.14.0
13232026-06-02T01:13:26.965Z Compiling getrandom v0.3.4
13242026-06-02T01:13:26.996Z Compiling rustversion v1.0.22
13252026-06-02T01:13:27.073Z Compiling form_urlencoded v1.2.2
13262026-06-02T01:13:27.088Z Compiling dunce v1.0.5
13272026-06-02T01:13:27.092Z Compiling fs_extra v1.3.0
13282026-06-02T01:13:27.092Z Compiling base64ct v1.8.3
13292026-06-02T01:13:27.137Z Compiling ident_case v1.0.1
13302026-06-02T01:13:27.141Z Compiling regex-syntax v0.8.10
13312026-06-02T01:13:27.184Z Compiling getrandom v0.2.17
13322026-06-02T01:13:27.202Z Compiling jobserver v0.1.34
13332026-06-02T01:13:27.260Z Compiling errno v0.3.14
13342026-06-02T01:13:27.288Z Compiling mio v1.2.0
13352026-06-02T01:13:27.292Z Compiling socket2 v0.6.3
13362026-06-02T01:13:27.377Z Compiling rand_core v0.6.4
13372026-06-02T01:13:27.422Z Compiling cc v1.2.56
13382026-06-02T01:13:27.438Z Compiling signal-hook-registry v1.4.8
13392026-06-02T01:13:27.523Z Compiling once_cell v1.21.3
13402026-06-02T01:13:27.588Z Compiling parking_lot v0.12.5
13412026-06-02T01:13:27.627Z Compiling pem-rfc7468 v0.7.0
13422026-06-02T01:13:27.644Z Compiling iana-time-zone v0.1.65
13432026-06-02T01:13:27.684Z Compiling rustix v1.1.3
13442026-06-02T01:13:27.706Z Compiling flagset v0.4.7
13452026-06-02T01:13:27.744Z Compiling aws-lc-rs v1.16.3
13462026-06-02T01:13:27.831Z Compiling vcpkg v0.2.15
13472026-06-02T01:13:27.850Z Compiling tracing-core v0.1.36
13482026-06-02T01:13:27.899Z Compiling uuid v1.23.0
13492026-06-02T01:13:27.921Z Compiling rustc_version v0.4.1
13502026-06-02T01:13:27.926Z Compiling base64 v0.22.1
13512026-06-02T01:13:27.988Z Compiling rand_core v0.9.5
13522026-06-02T01:13:28.019Z Compiling untrusted v0.7.1
13532026-06-02T01:13:28.086Z Compiling tinyvec_macros v0.1.1
13542026-06-02T01:13:28.117Z Compiling httparse v1.10.1
13552026-06-02T01:13:28.164Z Compiling openssl-probe v0.2.1
13562026-06-02T01:13:28.179Z Compiling untrusted v0.9.0
13572026-06-02T01:13:28.193Z Compiling tinyvec v1.10.0
13582026-06-02T01:13:28.281Z Compiling cmake v0.1.57
13592026-06-02T01:13:28.295Z Compiling aho-corasick v1.1.4
13602026-06-02T01:13:28.310Z Compiling tower-layer v0.3.3
13612026-06-02T01:13:28.313Z Compiling atomic-waker v1.1.2
13622026-06-02T01:13:28.344Z Compiling schemars v0.8.22
13632026-06-02T01:13:28.368Z Compiling tower-service v0.3.3
13642026-06-02T01:13:28.429Z Compiling dyn-clone v1.0.20
13652026-06-02T01:13:28.469Z Compiling try-lock v0.2.5
13662026-06-02T01:13:28.485Z Compiling rustls v0.23.37
13672026-06-02T01:13:28.489Z Compiling httpdate v1.0.3
13682026-06-02T01:13:28.515Z Compiling pin-utils v0.1.0
13692026-06-02T01:13:28.589Z Compiling want v0.3.1
13702026-06-02T01:13:28.621Z Compiling foreign-types-shared v0.1.1
13712026-06-02T01:13:28.625Z Compiling openssl v0.10.79
13722026-06-02T01:13:28.625Z Compiling unicode-normalization v0.1.25
13732026-06-02T01:13:28.625Z Compiling spin v0.9.8
13742026-06-02T01:13:28.635Z Compiling time-core v0.1.8
13752026-06-02T01:13:28.687Z Compiling num-conv v0.2.0
13762026-06-02T01:13:28.691Z Compiling native-tls v0.2.18
13772026-06-02T01:13:28.716Z Compiling foreign-types v0.3.2
13782026-06-02T01:13:28.731Z Compiling crc32fast v1.5.0
13792026-06-02T01:13:28.752Z Compiling powerfmt v0.2.0
13802026-06-02T01:13:28.795Z Compiling wait-timeout v0.2.1
13812026-06-02T01:13:28.810Z Compiling sync_wrapper v1.0.2
13822026-06-02T01:13:28.839Z Compiling syn v1.0.109
13832026-06-02T01:13:28.854Z Compiling time-macros v0.2.27
13842026-06-02T01:13:28.871Z Compiling quick-error v1.2.3
13852026-06-02T01:13:28.900Z Compiling usdt-impl v0.6.0
13862026-06-02T01:13:28.929Z Compiling deranged v0.5.8
13872026-06-02T01:13:28.943Z Compiling crossbeam-utils v0.8.21
13882026-06-02T01:13:28.946Z Compiling siphasher v1.0.2
13892026-06-02T01:13:28.983Z Compiling num_threads v0.1.7
13902026-06-02T01:13:29.004Z Compiling simd-adler32 v0.3.8
13912026-06-02T01:13:29.098Z Compiling bit-vec v0.8.0
13922026-06-02T01:13:29.131Z Compiling slog v2.8.2
13932026-06-02T01:13:29.135Z Compiling aws-lc-sys v0.40.0
13942026-06-02T01:13:29.164Z Compiling ring v0.17.14
13952026-06-02T01:13:29.168Z Compiling openssl-sys v0.9.115
13962026-06-02T01:13:29.168Z Compiling regex-automata v0.4.14
13972026-06-02T01:13:29.209Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-06-02T01:13:29.319Z Compiling synstructure v0.13.2
13992026-06-02T01:13:29.335Z Compiling serde_derive_internals v0.29.1
14002026-06-02T01:13:29.351Z Compiling pest_generator v2.8.6
14012026-06-02T01:13:29.367Z Compiling darling_core v0.20.11
14022026-06-02T01:13:29.371Z Compiling tempfile v3.25.0
14032026-06-02T01:13:29.627Z Compiling rusty-fork v0.3.1
14042026-06-02T01:13:29.697Z Compiling darling_core v0.21.3
14052026-06-02T01:13:29.810Z Compiling bit-set v0.8.0
14062026-06-02T01:13:29.999Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-06-02T01:13:30.029Z Compiling heapless v0.7.17
14082026-06-02T01:13:30.033Z Compiling rand_xorshift v0.4.0
14092026-06-02T01:13:30.033Z Compiling time v0.3.47
14102026-06-02T01:13:30.072Z Compiling thread-id v5.1.0
14112026-06-02T01:13:30.124Z Compiling cookie v0.18.1
14122026-06-02T01:13:30.141Z Compiling signal-hook v0.3.18
14132026-06-02T01:13:30.173Z Compiling anyhow v1.0.102
14142026-06-02T01:13:30.251Z Compiling adler2 v2.0.1
14152026-06-02T01:13:30.313Z Compiling iri-string v0.7.10
14162026-06-02T01:13:30.328Z Compiling zstd-safe v7.2.4
14172026-06-02T01:13:30.343Z Compiling unicode-bidi v0.3.18
14182026-06-02T01:13:30.347Z Compiling allocator-api2 v0.2.21
14192026-06-02T01:13:30.347Z Compiling paste v1.0.15
14202026-06-02T01:13:30.386Z Compiling unicode-properties v0.1.4
14212026-06-02T01:13:30.405Z Compiling unarray v0.1.4
14222026-06-02T01:13:30.519Z Compiling ryu v1.0.23
14232026-06-02T01:13:30.550Z Compiling miniz_oxide v0.8.9
14242026-06-02T01:13:30.703Z Compiling stringprep v0.1.5
14252026-06-02T01:13:30.818Z Compiling num-integer v0.1.46
14262026-06-02T01:13:30.892Z Compiling vergen-lib v0.1.6
14272026-06-02T01:13:31.100Z Compiling curve25519-dalek v4.1.3
14282026-06-02T01:13:31.115Z Compiling serde_derive v1.0.228
14292026-06-02T01:13:31.166Z Compiling zeroize_derive v1.4.3
14302026-06-02T01:13:31.169Z Compiling zerofrom-derive v0.1.6
14312026-06-02T01:13:31.200Z Compiling yoke-derive v0.8.1
14322026-06-02T01:13:31.361Z Compiling zerovec-derive v0.11.2
14332026-06-02T01:13:31.381Z Compiling zerocopy-derive v0.8.40
14342026-06-02T01:13:31.514Z Compiling displaydoc v0.2.5
14352026-06-02T01:13:31.693Z Compiling tokio-macros v2.7.0
14362026-06-02T01:13:31.755Z Compiling futures-macro v0.3.32
14372026-06-02T01:13:31.911Z Compiling der_derive v0.7.3
14382026-06-02T01:13:31.930Z Compiling zeroize v1.8.2
14392026-06-02T01:13:32.309Z Compiling rustls-pki-types v1.14.0
14402026-06-02T01:13:32.325Z Compiling tracing-attributes v0.1.31
14412026-06-02T01:13:32.448Z Compiling thiserror-impl v2.0.18
14422026-06-02T01:13:32.463Z Compiling pest_derive v2.8.6
14432026-06-02T01:13:32.536Z Compiling scroll_derive v0.13.1
14442026-06-02T01:13:32.607Z Compiling futures-util v0.3.32
14452026-06-02T01:13:32.639Z Compiling zerofrom v0.1.6
14462026-06-02T01:13:32.733Z Compiling crypto-common v0.1.7
14472026-06-02T01:13:32.786Z Compiling yoke v0.8.1
14482026-06-02T01:13:32.806Z Compiling block-buffer v0.10.4
14492026-06-02T01:13:32.902Z Compiling block-padding v0.3.3
14502026-06-02T01:13:32.940Z Compiling der v0.7.10
14512026-06-02T01:13:32.955Z Compiling digest v0.10.7
14522026-06-02T01:13:32.995Z Compiling zerovec v0.11.5
14532026-06-02T01:13:32.999Z Compiling zerotrie v0.2.3
14542026-06-02T01:13:33.085Z Compiling inout v0.1.4
14552026-06-02T01:13:33.230Z Compiling hmac v0.12.1
14562026-06-02T01:13:33.275Z Compiling cipher v0.4.4
14572026-06-02T01:13:33.333Z Compiling sha2 v0.10.9
14582026-06-02T01:13:33.396Z Compiling pbkdf2 v0.12.2
14592026-06-02T01:13:33.411Z Compiling schemars_derive v0.8.22
14602026-06-02T01:13:33.490Z Compiling tinystr v0.8.2
14612026-06-02T01:13:33.527Z Compiling potential_utf v0.1.4
14622026-06-02T01:13:33.541Z Compiling salsa20 v0.10.2
14632026-06-02T01:13:33.569Z Compiling cbc v0.1.2
14642026-06-02T01:13:33.704Z Compiling icu_locale_core v2.1.1
14652026-06-02T01:13:33.721Z Compiling icu_collections v2.1.1
14662026-06-02T01:13:33.737Z Compiling scrypt v0.11.0
14672026-06-02T01:13:33.741Z Compiling tracing v0.1.44
14682026-06-02T01:13:33.767Z Compiling aes v0.8.4
14692026-06-02T01:13:33.873Z Compiling spki v0.7.3
14702026-06-02T01:13:34.052Z Compiling thiserror v2.0.18
14712026-06-02T01:13:34.071Z Compiling scroll v0.13.0
14722026-06-02T01:13:34.136Z Compiling darling_macro v0.20.11
14732026-06-02T01:13:34.176Z Compiling openssl-macros v0.1.1
14742026-06-02T01:13:34.233Z Compiling pkcs5 v0.7.1
14752026-06-02T01:13:34.267Z Compiling rustls-native-certs v0.8.3
14762026-06-02T01:13:34.363Z Compiling icu_provider v2.1.1
14772026-06-02T01:13:34.582Z Compiling pkcs8 v0.10.2
14782026-06-02T01:13:34.655Z Compiling icu_properties v2.1.2
14792026-06-02T01:13:34.659Z Compiling icu_normalizer v2.1.1
14802026-06-02T01:13:34.694Z Compiling bytes v1.11.1
14812026-06-02T01:13:34.731Z Compiling chrono v0.4.44
14822026-06-02T01:13:34.788Z Compiling ipnet v2.11.0
14832026-06-02T01:13:34.792Z Compiling darling v0.20.11
14842026-06-02T01:13:34.803Z Compiling goblin v0.10.5
14852026-06-02T01:13:34.831Z Compiling dtrace-parser v0.3.0
14862026-06-02T01:13:34.887Z Compiling derive_builder_core v0.20.2
14872026-06-02T01:13:34.901Z Compiling signature v2.2.0
14882026-06-02T01:13:34.927Z Compiling webpki-roots v1.0.6
14892026-06-02T01:13:34.984Z Compiling thiserror-impl v1.0.69
14902026-06-02T01:13:35.073Z Compiling scroll_derive v0.12.1
14912026-06-02T01:13:35.114Z Compiling erased-serde v0.3.31
14922026-06-02T01:13:35.271Z Compiling tokio v1.52.1
14932026-06-02T01:13:35.303Z Compiling http v1.4.0
14942026-06-02T01:13:35.335Z Compiling serde_urlencoded v0.7.1
14952026-06-02T01:13:35.641Z Compiling idna_adapter v1.2.1
14962026-06-02T01:13:35.690Z Compiling serde_tokenstream v0.2.3
14972026-06-02T01:13:35.691Z Compiling serde_spanned v0.6.9
14982026-06-02T01:13:35.691Z Compiling toml_datetime v0.6.11
14992026-06-02T01:13:35.790Z Compiling idna v1.1.0
15002026-06-02T01:13:35.815Z Compiling derive_builder_macro v0.20.2
15012026-06-02T01:13:35.815Z Compiling ppv-lite86 v0.2.21
15022026-06-02T01:13:35.815Z Compiling scroll v0.12.0
15032026-06-02T01:13:35.815Z Compiling md-5 v0.10.6
15042026-06-02T01:13:35.952Z Compiling darling_macro v0.21.3
15052026-06-02T01:13:36.017Z Compiling http-body v1.0.1
15062026-06-02T01:13:36.082Z Compiling bstr v1.12.1
15072026-06-02T01:13:36.082Z Compiling pin-project-internal v1.1.11
15082026-06-02T01:13:36.143Z Compiling url v2.5.8
15092026-06-02T01:13:36.196Z Compiling rand_chacha v0.9.0
15102026-06-02T01:13:36.196Z Compiling http-body-util v0.1.3
15112026-06-02T01:13:36.268Z Compiling rand_chacha v0.3.1
15122026-06-02T01:13:36.344Z Compiling async-trait v0.1.89
15132026-06-02T01:13:36.412Z Compiling zerocopy-derive v0.7.35
15142026-06-02T01:13:36.454Z Compiling thiserror v1.0.69
15152026-06-02T01:13:36.488Z Compiling rand v0.9.2
15162026-06-02T01:13:36.538Z Compiling ff v0.13.1
15172026-06-02T01:13:36.566Z Compiling hash32 v0.2.1
15182026-06-02T01:13:36.566Z Compiling memoffset v0.9.1
15192026-06-02T01:13:36.646Z Compiling cfg_aliases v0.2.1
15202026-06-02T01:13:36.736Z Compiling fallible-iterator v0.2.0
15212026-06-02T01:13:36.758Z Compiling litrs v1.0.0
15222026-06-02T01:13:36.779Z Compiling rustix v0.38.44
15232026-06-02T01:13:37.009Z Compiling ref-cast v1.0.25
15242026-06-02T01:13:37.052Z Compiling proptest v1.10.0
15252026-06-02T01:13:37.073Z Compiling zlib-rs v0.6.2
15262026-06-02T01:13:37.148Z Compiling base16ct v0.2.0
15272026-06-02T01:13:37.272Z Compiling num-bigint-dig v0.8.6
15282026-06-02T01:13:37.317Z Compiling smoltcp v0.9.1
15292026-06-02T01:13:37.335Z Compiling psl-types v2.0.11
15302026-06-02T01:13:37.335Z Compiling document-features v0.2.12
15312026-06-02T01:13:37.355Z Compiling zerocopy v0.7.35
15322026-06-02T01:13:37.402Z Compiling sec1 v0.7.3
15332026-06-02T01:13:37.438Z Compiling publicsuffix v2.3.0
15342026-06-02T01:13:37.466Z Compiling pin-project v1.1.11
15352026-06-02T01:13:37.554Z Compiling ipnetwork v0.21.1
15362026-06-02T01:13:37.573Z Compiling dof v0.4.0
15372026-06-02T01:13:37.573Z Compiling postgres-protocol v0.6.10
15382026-06-02T01:13:37.663Z Compiling nix v0.31.2
15392026-06-02T01:13:37.720Z Compiling group v0.13.0
15402026-06-02T01:13:37.738Z Compiling darling v0.21.3
15412026-06-02T01:13:37.749Z Compiling rand v0.8.6
15422026-06-02T01:13:37.838Z Compiling oxnet v0.1.4
15432026-06-02T01:13:37.925Z Compiling derive_builder v0.20.2
15442026-06-02T01:13:37.925Z Compiling goblin v0.8.2
15452026-06-02T01:13:37.969Z Compiling hubpack_derive v0.1.1
15462026-06-02T01:13:38.077Z Compiling futures-executor v0.3.32
15472026-06-02T01:13:38.106Z Compiling hex v0.4.3
15482026-06-02T01:13:38.106Z Compiling cargo-platform v0.1.9
15492026-06-02T01:13:38.182Z Compiling hkdf v0.12.4
15502026-06-02T01:13:38.207Z Compiling crypto-bigint v0.5.5
15512026-06-02T01:13:38.294Z Compiling regex v1.12.3
15522026-06-02T01:13:38.439Z Compiling strum_macros v0.27.2
15532026-06-02T01:13:38.451Z Compiling daft-derive v0.1.7
15542026-06-02T01:13:38.459Z Compiling ref-cast-impl v1.0.25
15552026-06-02T01:13:38.483Z Compiling curve25519-dalek-derive v0.1.1
15562026-06-02T01:13:38.690Z Compiling snafu-derive v0.8.9
15572026-06-02T01:13:38.765Z Compiling num-iter v0.1.45
15582026-06-02T01:13:38.966Z Compiling terminal_size v0.4.3
15592026-06-02T01:13:39.041Z Compiling phf_shared v0.13.1
15602026-06-02T01:13:39.124Z Compiling tokio-util v0.7.18
15612026-06-02T01:13:39.124Z Compiling tower v0.5.3
15622026-06-02T01:13:39.165Z Compiling tokio-native-tls v0.3.1
15632026-06-02T01:13:39.190Z Compiling lazy_static v1.5.0
15642026-06-02T01:13:39.207Z Compiling vergen v9.0.6
15652026-06-02T01:13:39.226Z Compiling fs-err v3.3.0
15662026-06-02T01:13:39.302Z Compiling ahash v0.8.12
15672026-06-02T01:13:39.319Z Compiling encoding_rs v0.8.35
15682026-06-02T01:13:39.351Z Compiling foldhash v0.2.0
15692026-06-02T01:13:39.417Z Compiling newtype-uuid v1.3.2
15702026-06-02T01:13:39.437Z Compiling bitflags v1.3.2
15712026-06-02T01:13:39.495Z Compiling unicode-segmentation v1.12.0
15722026-06-02T01:13:39.525Z Compiling object v0.37.3
15732026-06-02T01:13:39.540Z Compiling tower-http v0.6.8
15742026-06-02T01:13:39.592Z Compiling same-file v1.0.6
15752026-06-02T01:13:39.639Z Compiling foldhash v0.1.5
15762026-06-02T01:13:39.776Z Compiling libbz2-rs-sys v0.2.2
15772026-06-02T01:13:39.781Z Compiling winnow v0.5.40
15782026-06-02T01:13:39.826Z Compiling h2 v0.4.13
15792026-06-02T01:13:39.841Z Compiling mime v0.3.17
15802026-06-02T01:13:39.904Z Compiling bumpalo v3.20.2
15812026-06-02T01:13:39.964Z Compiling flate2 v1.1.9
15822026-06-02T01:13:40.129Z Compiling managed v0.8.0
15832026-06-02T01:13:40.185Z Compiling dof v0.3.0
15842026-06-02T01:13:40.210Z Compiling bzip2 v0.6.1
15852026-06-02T01:13:40.359Z Compiling zopfli v0.8.3
15862026-06-02T01:13:40.376Z Compiling clap_builder v4.5.60
15872026-06-02T01:13:40.433Z Compiling strum v0.27.2
15882026-06-02T01:13:40.447Z Compiling hashbrown v0.15.5
15892026-06-02T01:13:40.473Z Compiling walkdir v2.5.0
15902026-06-02T01:13:40.481Z Compiling daft v0.1.7
15912026-06-02T01:13:40.601Z Compiling snafu v0.8.9
15922026-06-02T01:13:40.642Z Compiling hashbrown v0.16.1
15932026-06-02T01:13:40.881Z Compiling phf v0.13.1
15942026-06-02T01:13:40.941Z Compiling elliptic-curve v0.13.8
15952026-06-02T01:13:40.980Z Compiling usdt-attr-macro v0.6.0
15962026-06-02T01:13:41.027Z Compiling usdt-macro v0.6.0
15972026-06-02T01:13:41.064Z Compiling signal-hook-mio v0.2.5
15982026-06-02T01:13:41.081Z Compiling toml_edit v0.19.15
15992026-06-02T01:13:41.201Z Compiling cargo_metadata v0.19.2
16002026-06-02T01:13:41.221Z Compiling cookie_store v0.22.1
16012026-06-02T01:13:41.262Z Compiling hubpack v0.1.2
16022026-06-02T01:13:41.313Z Compiling bzip2 v0.4.4
16032026-06-02T01:13:41.373Z Compiling futures v0.3.32
16042026-06-02T01:13:41.492Z Compiling postgres-types v0.2.12
16052026-06-02T01:13:41.506Z Compiling serde_with_macros v3.17.0
16062026-06-02T01:13:41.541Z Compiling zstd v0.13.3
16072026-06-02T01:13:41.644Z Compiling globset v0.4.18
16082026-06-02T01:13:41.845Z Compiling dtrace-parser v0.2.0
16092026-06-02T01:13:41.861Z Compiling ed25519 v2.2.3
16102026-06-02T01:13:41.923Z Compiling pkcs1 v0.7.5
16112026-06-02T01:13:41.954Z Compiling serde_plain v1.0.2
16122026-06-02T01:13:42.083Z Compiling serde-big-array v0.5.1
16132026-06-02T01:13:42.181Z Compiling olpc-cjson v0.1.4
16142026-06-02T01:13:42.242Z Compiling rfc6979 v0.4.0
16152026-06-02T01:13:42.347Z Compiling clap_derive v4.5.55
16162026-06-02T01:13:42.363Z Compiling serde_repr v0.1.20
16172026-06-02T01:13:42.377Z Compiling enum-as-inner v0.6.1
16182026-06-02T01:13:42.393Z Compiling strum_macros v0.26.4
16192026-06-02T01:13:42.598Z Compiling async-recursion v1.1.1
16202026-06-02T01:13:42.637Z Compiling phf_shared v0.11.3
16212026-06-02T01:13:42.688Z Compiling float-cmp v0.10.0
16222026-06-02T01:13:42.759Z Compiling pem v3.0.6
16232026-06-02T01:13:42.803Z Compiling memmap2 v0.9.10
16242026-06-02T01:13:42.848Z Compiling thread-id v4.2.2
16252026-06-02T01:13:42.872Z Compiling env_filter v1.0.0
16262026-06-02T01:13:42.918Z Compiling hyper v1.8.1
16272026-06-02T01:13:42.946Z Compiling predicates-core v1.0.10
16282026-06-02T01:13:42.962Z Compiling typed-path v0.9.3
16292026-06-02T01:13:43.042Z Compiling data-encoding v2.10.0
16302026-06-02T01:13:43.122Z Compiling static_assertions v1.1.0
16312026-06-02T01:13:43.152Z Compiling keccak v0.1.6
16322026-06-02T01:13:43.214Z Compiling either v1.15.0
16332026-06-02T01:13:43.218Z Compiling difflib v0.4.0
16342026-06-02T01:13:43.315Z Compiling fixedbitset v0.4.2
16352026-06-02T01:13:43.449Z Compiling jiff v0.2.21
16362026-06-02T01:13:43.507Z Compiling whoami v2.1.0
16372026-06-02T01:13:43.553Z Compiling new_debug_unreachable v1.0.6
16382026-06-02T01:13:43.648Z Compiling normalize-line-endings v0.3.0
16392026-06-02T01:13:43.762Z Compiling fixedbitset v0.5.7
16402026-06-02T01:13:43.792Z Compiling precomputed-hash v0.1.1
16412026-06-02T01:13:43.816Z Compiling tokio-postgres v0.7.16
16422026-06-02T01:13:43.829Z Compiling predicates v3.1.4
16432026-06-02T01:13:43.898Z Compiling string_cache v0.8.9
16442026-06-02T01:13:43.932Z Compiling petgraph v0.6.5
16452026-06-02T01:13:43.956Z Compiling itertools v0.13.0
16462026-06-02T01:13:43.998Z Compiling hickory-proto v0.25.2
16472026-06-02T01:13:44.013Z Compiling petgraph v0.8.3
16482026-06-02T01:13:44.090Z Compiling hyper-util v0.1.20
16492026-06-02T01:13:44.149Z Compiling sha3 v0.10.8
16502026-06-02T01:13:44.238Z Compiling clap v4.5.60
16512026-06-02T01:13:44.259Z Compiling strum v0.26.3
16522026-06-02T01:13:44.259Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16532026-06-02T01:13:44.335Z Compiling env_logger v0.11.9
16542026-06-02T01:13:44.409Z Compiling usdt v0.6.0
16552026-06-02T01:13:44.521Z Compiling toml_edit v0.22.27
16562026-06-02T01:13:44.597Z Compiling usdt-impl v0.5.0
16572026-06-02T01:13:44.635Z Compiling serde_with v3.17.0
16582026-06-02T01:13:44.701Z Compiling crossterm v0.28.1
16592026-06-02T01:13:44.718Z Compiling toml v0.7.8
16602026-06-02T01:13:45.200Z Compiling ecdsa v0.16.9
16612026-06-02T01:13:45.222Z Compiling rsa v0.9.10
16622026-06-02T01:13:45.453Z Compiling hyper-tls v0.6.0
16632026-06-02T01:13:45.614Z Compiling ed25519-dalek v2.2.0
16642026-06-02T01:13:45.780Z Compiling zip v0.6.6
16652026-06-02T01:13:45.846Z Compiling iddqd v0.4.1
16662026-06-02T01:13:46.062Z Compiling zip v4.6.1
16672026-06-02T01:13:46.329Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-06-02T01:13:46.358Z Compiling tokio-stream v0.1.18
16692026-06-02T01:13:46.409Z Compiling heck v0.4.1
16702026-06-02T01:13:46.424Z Compiling similar v2.7.0
16712026-06-02T01:13:46.584Z Compiling buf-list v1.1.2
16722026-06-02T01:13:46.658Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-06-02T01:13:46.863Z Compiling openapiv3 v2.2.0
16742026-06-02T01:13:46.890Z Compiling x509-cert v0.2.5
16752026-06-02T01:13:46.993Z Compiling sha1 v0.10.6
16762026-06-02T01:13:47.007Z Compiling crossbeam-epoch v0.9.18
16772026-06-02T01:13:47.103Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-06-02T01:13:47.172Z Compiling peg-runtime v0.8.5
16792026-06-02T01:13:47.203Z Compiling lalrpop-util v0.19.12
16802026-06-02T01:13:47.219Z Compiling thread_local v1.1.9
16812026-06-02T01:13:47.243Z Compiling slog-async v2.8.0
16822026-06-02T01:13:47.324Z Compiling crossbeam-channel v0.5.15
16832026-06-02T01:13:47.345Z Compiling is-terminal v0.4.17
16842026-06-02T01:13:47.360Z Compiling filetime v0.2.27
16852026-06-02T01:13:47.421Z Compiling term v1.2.1
16862026-06-02T01:13:47.436Z Compiling take_mut v0.2.2
16872026-06-02T01:13:47.458Z Compiling xattr v1.6.1
16882026-06-02T01:13:47.602Z Compiling tar v0.4.45
16892026-06-02T01:13:47.774Z Compiling slog-term v2.9.2
16902026-06-02T01:14:05.243Z Compiling rustls-webpki v0.103.9
16912026-06-02T01:14:08.048Z Compiling tokio-rustls v0.26.4
16922026-06-02T01:14:08.048Z Compiling rustls-platform-verifier v0.6.2
16932026-06-02T01:14:08.250Z Compiling hyper-rustls v0.27.7
16942026-06-02T01:14:08.449Z Compiling reqwest v0.12.28
16952026-06-02T01:14:08.449Z Compiling reqwest v0.13.2
16962026-06-02T01:14:09.679Z Compiling tough v0.22.0
16972026-06-02T01:14:12.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-02T01:14:12.425Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-02T01:14:15.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.39s
17002026-06-02T01:14:15.383Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-02T01:14:15.439ZJun 02 01:14:14.921 INFO Starting download, target: Console
17022026-06-02T01:14:15.439ZJun 02 01:14:14.921 INFO Starting download, target: Clickhouse
17032026-06-02T01:14:15.439ZJun 02 01:14:14.921 INFO Starting download, target: Cockroach
17042026-06-02T01:14:15.440ZJun 02 01:14:14.921 INFO Starting download, target: DendriteStub
17052026-06-02T01:14:15.443ZJun 02 01:14:14.921 INFO Starting download, target: MaghemiteMgd
17062026-06-02T01:14:15.443ZJun 02 01:14:14.922 INFO Starting download, target: TransceiverControl
17072026-06-02T01:14:15.443ZJun 02 01:14:14.922 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-02T01:14:15.443ZJun 02 01:14:14.922 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-02T01:14:15.444ZJun 02 01:14:14.922 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-02T01:14:15.444ZJun 02 01:14:14.922 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-02T01:14:15.444ZJun 02 01:14:14.922 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-06-02T01:14:15.444ZJun 02 01:14:14.922 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-06-02T01:14:16.417ZJun 02 01:14:15.893 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-02T01:14:16.425ZJun 02 01:14:15.894 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-06-02T01:14:16.668ZJun 02 01:14:16.095 INFO Download complete, target: TransceiverControl
17162026-06-02T01:14:16.697ZJun 02 01:14:16.130 INFO Download complete, target: Console
17172026-06-02T01:14:17.609ZJun 02 01:14:17.091 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-02T01:14:17.722ZJun 02 01:14:17.198 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-06-02T01:14:18.232ZJun 02 01:14:17.714 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-06-02T01:14:18.232ZJun 02 01:14:17.714 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-06-02T01:14:18.709ZJun 02 01:14:18.181 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-02T01:14:20.041ZJun 02 01:14:19.523 INFO Download complete, target: DendriteStub
17232026-06-02T01:14:20.134ZJun 02 01:14:19.612 INFO Download complete, target: MaghemiteMgd
17242026-06-02T01:14:22.996ZJun 02 01:14:22.478 INFO Checking that binary works, target: Cockroach
17252026-06-02T01:14:23.133ZJun 02 01:14:22.616 INFO Download complete, target: Cockroach
17262026-06-02T01:14:25.375ZJun 02 01:14:24.857 INFO Checking that binary works, target: Clickhouse
17272026-06-02T01:14:25.504ZJun 02 01:14:24.952 INFO Download complete, target: Clickhouse
17282026-06-02T01:14:25.509ZAll prerequisites installed successfully
17292026-06-02T01:14:25.509Z
17302026-06-02T01:14:25.509Zreal 2:03.470652700
17312026-06-02T01:14:25.509Zuser 6:57.462702758
17322026-06-02T01:14:25.509Zsys 1:45.204100835
17332026-06-02T01:14:25.509Ztrap 0.268979916
17342026-06-02T01:14:25.509Ztflt 1.141962933
17352026-06-02T01:14:25.509Zdflt 2.031592389
17362026-06-02T01:14:25.509Zkflt 0.024890834
17372026-06-02T01:14:25.509Zlock 23:38.895718874
17382026-06-02T01:14:25.509Zslp 19:08.768156944
17392026-06-02T01:14:25.509Zlat 25.744171348
17402026-06-02T01:14:25.509Zstop 2:58.118187147
17412026-06-02T01:14:25.509Z+ ptime -m cargo xtask download softnpu
17422026-06-02T01:14:25.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17432026-06-02T01:14:26.025Z Running `target/debug/xtask download softnpu`
17442026-06-02T01:14:26.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17452026-06-02T01:14:26.885Z Running `target/debug/xtask-downloader softnpu`
17462026-06-02T01:14:26.927ZJun 02 01:14:26.409 INFO Starting download, target: Softnpu
17472026-06-02T01:14:26.930ZJun 02 01:14:26.410 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-02T01:14:27.556ZJun 02 01:14:27.039 INFO Download complete, target: Softnpu
17492026-06-02T01:14:27.561Z
17502026-06-02T01:14:27.564Zreal 2.077628600
17512026-06-02T01:14:27.564Zuser 1.366026662
17522026-06-02T01:14:27.564Zsys 0.666017602
17532026-06-02T01:14:27.564Ztrap 0.000771160
17542026-06-02T01:14:27.564Ztflt 0.000139480
17552026-06-02T01:14:27.564Zdflt 0.000093330
17562026-06-02T01:14:27.564Zkflt 0.000000000
17572026-06-02T01:14:27.566Zlock 11.542134271
17582026-06-02T01:14:27.566Zslp 0.480165012
17592026-06-02T01:14:27.566Zlat 0.090006207
17602026-06-02T01:14:27.566Zstop 0.000194200
17612026-06-02T01:14:27.566Z+ export CARGO_INCREMENTAL=0
17622026-06-02T01:14:27.566Z+ CARGO_INCREMENTAL=0
17632026-06-02T01:14:27.566Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-02T01:14:28.464Z Compiling proc-macro2 v1.0.106
17652026-06-02T01:14:28.464Z Compiling quote v1.0.45
17662026-06-02T01:14:28.464Z Compiling unicode-ident v1.0.24
17672026-06-02T01:14:28.464Z Compiling libc v0.2.185
17682026-06-02T01:14:28.467Z Compiling serde_core v1.0.228
17692026-06-02T01:14:28.468Z Compiling serde v1.0.228
17702026-06-02T01:14:28.468Z Compiling cfg-if v1.0.4
17712026-06-02T01:14:28.468Z Compiling version_check v0.9.5
17722026-06-02T01:14:28.613Z Compiling find-msvc-tools v0.1.9
17732026-06-02T01:14:28.616Z Compiling shlex v1.3.0
17742026-06-02T01:14:28.616Z Compiling typenum v1.19.0
17752026-06-02T01:14:28.616Z Compiling zmij v1.0.21
17762026-06-02T01:14:28.616Z Compiling autocfg v1.5.0
17772026-06-02T01:14:28.616Z Compiling serde_json v1.0.149
17782026-06-02T01:14:28.616Z Compiling memchr v2.8.0
17792026-06-02T01:14:28.874Z Compiling portable-atomic v1.13.1
17802026-06-02T01:14:28.925Z Compiling libm v0.2.16
17812026-06-02T01:14:28.981Z Compiling generic-array v0.14.7
17822026-06-02T01:14:29.029Z Compiling zerocopy v0.8.40
17832026-06-02T01:14:29.033Z Compiling smallvec v1.15.1
17842026-06-02T01:14:29.127Z Compiling parking_lot_core v0.9.12
17852026-06-02T01:14:29.127Z Compiling num-traits v0.2.19
17862026-06-02T01:14:29.140Z Compiling icu_normalizer_data v2.1.1
17872026-06-02T01:14:29.143Z Compiling icu_properties_data v2.1.2
17882026-06-02T01:14:29.173Z Compiling itoa v1.0.17
17892026-06-02T01:14:29.267Z Compiling getrandom v0.4.1
17902026-06-02T01:14:29.286Z Compiling log v0.4.29
17912026-06-02T01:14:29.346Z Compiling stable_deref_trait v1.2.1
17922026-06-02T01:14:29.383Z Compiling pkg-config v0.3.32
17932026-06-02T01:14:29.402Z Compiling subtle v2.6.1
17942026-06-02T01:14:29.562Z Compiling scopeguard v1.2.0
17952026-06-02T01:14:29.610Z Compiling percent-encoding v2.3.2
17962026-06-02T01:14:29.610Z Compiling litemap v0.8.1
17972026-06-02T01:14:29.672Z Compiling jobserver v0.1.34
17982026-06-02T01:14:29.712Z Compiling getrandom v0.2.17
17992026-06-02T01:14:29.771Z Compiling errno v0.3.14
18002026-06-02T01:14:29.807Z Compiling lock_api v0.4.14
18012026-06-02T01:14:29.874Z Compiling rand_core v0.6.4
18022026-06-02T01:14:29.878Z Compiling writeable v0.6.2
18032026-06-02T01:14:29.925Z Compiling cc v1.2.56
18042026-06-02T01:14:30.056Z Compiling syn v2.0.117
18052026-06-02T01:14:30.072Z Compiling fnv v1.0.7
18062026-06-02T01:14:30.088Z Compiling pin-project-lite v0.2.17
18072026-06-02T01:14:30.147Z Compiling thiserror v2.0.18
18082026-06-02T01:14:30.198Z Compiling getrandom v0.3.4
18092026-06-02T01:14:30.238Z Compiling equivalent v1.0.2
18102026-06-02T01:14:30.252Z Compiling dunce v1.0.5
18112026-06-02T01:14:30.255Z Compiling fs_extra v1.3.0
18122026-06-02T01:14:30.333Z Compiling utf8_iter v1.0.4
18132026-06-02T01:14:30.353Z Compiling rustversion v1.0.22
18142026-06-02T01:14:30.378Z Compiling schemars v0.8.22
18152026-06-02T01:14:30.391Z Compiling rand_core v0.10.0
18162026-06-02T01:14:30.513Z Compiling form_urlencoded v1.2.2
18172026-06-02T01:14:30.595Z Compiling critical-section v1.2.0
18182026-06-02T01:14:30.629Z Compiling signal-hook-registry v1.4.8
18192026-06-02T01:14:30.667Z Compiling cmake v0.1.57
18202026-06-02T01:14:30.726Z Compiling hashbrown v0.17.0
18212026-06-02T01:14:30.752Z Compiling rustix v1.1.3
18222026-06-02T01:14:30.814Z Compiling socket2 v0.6.3
18232026-06-02T01:14:30.846Z Compiling mio v1.2.0
18242026-06-02T01:14:31.096Z Compiling once_cell v1.21.3
18252026-06-02T01:14:31.162Z Compiling parking_lot v0.12.5
18262026-06-02T01:14:31.200Z Compiling semver v1.0.28
18272026-06-02T01:14:31.325Z Compiling bitflags v2.11.0
18282026-06-02T01:14:31.341Z Compiling ring v0.17.14
18292026-06-02T01:14:31.358Z Compiling aws-lc-sys v0.40.0
18302026-06-02T01:14:31.377Z Compiling indexmap v2.14.0
18312026-06-02T01:14:31.418Z Compiling const-oid v0.9.6
18322026-06-02T01:14:31.536Z Compiling heck v0.5.0
18332026-06-02T01:14:31.569Z Compiling aws-lc-rs v1.16.3
18342026-06-02T01:14:31.570Z Compiling futures-core v0.3.32
18352026-06-02T01:14:31.658Z Compiling httparse v1.10.1
18362026-06-02T01:14:31.774Z Compiling vcpkg v0.2.15
18372026-06-02T01:14:31.817Z Compiling thiserror v1.0.69
18382026-06-02T01:14:31.817Z Compiling strsim v0.11.1
18392026-06-02T01:14:31.887Z Compiling ucd-trie v0.1.7
18402026-06-02T01:14:31.974Z Compiling iana-time-zone v0.1.65
18412026-06-02T01:14:32.086Z Compiling byteorder v1.5.0
18422026-06-02T01:14:32.097Z Compiling pest v2.8.6
18432026-06-02T01:14:32.153Z Compiling regex-syntax v0.8.10
18442026-06-02T01:14:32.172Z Compiling syn v1.0.109
18452026-06-02T01:14:32.172Z Compiling ident_case v1.0.1
18462026-06-02T01:14:32.176Z Compiling uuid v1.23.0
18472026-06-02T01:14:32.235Z Compiling cpufeatures v0.2.17
18482026-06-02T01:14:32.296Z Compiling rustls v0.23.37
18492026-06-02T01:14:32.362Z Compiling openssl-sys v0.9.115
18502026-06-02T01:14:32.469Z Compiling futures-sink v0.3.32
18512026-06-02T01:14:32.573Z Compiling rustc_version v0.4.1
18522026-06-02T01:14:32.610Z Compiling futures-channel v0.3.32
18532026-06-02T01:14:32.684Z Compiling futures-task v0.3.32
18542026-06-02T01:14:32.708Z Compiling slab v0.4.12
18552026-06-02T01:14:32.794Z Compiling futures-io v0.3.32
18562026-06-02T01:14:32.862Z Compiling aho-corasick v1.1.4
18572026-06-02T01:14:32.943Z Compiling synstructure v0.13.2
18582026-06-02T01:14:32.992Z Compiling serde_derive_internals v0.29.1
18592026-06-02T01:14:33.027Z Compiling dyn-clone v1.0.20
18602026-06-02T01:14:33.178Z Compiling pest_meta v2.8.6
18612026-06-02T01:14:33.200Z Compiling base64 v0.22.1
18622026-06-02T01:14:33.224Z Compiling plain v0.2.3
18632026-06-02T01:14:33.234Z Compiling openssl v0.10.79
18642026-06-02T01:14:33.335Z Compiling crc32fast v1.5.0
18652026-06-02T01:14:33.373Z Compiling time-core v0.1.8
18662026-06-02T01:14:33.466Z Compiling crossbeam-utils v0.8.21
18672026-06-02T01:14:33.485Z Compiling num-conv v0.2.0
18682026-06-02T01:14:33.638Z Compiling time-macros v0.2.27
18692026-06-02T01:14:33.672Z Compiling regex-automata v0.4.14
18702026-06-02T01:14:33.694Z Compiling native-tls v0.2.18
18712026-06-02T01:14:33.710Z Compiling pretty-hex v0.4.1
18722026-06-02T01:14:33.747Z Compiling pest_generator v2.8.6
18732026-06-02T01:14:33.750Z Compiling base64ct v1.8.3
18742026-06-02T01:14:33.763Z Compiling anyhow v1.0.102
18752026-06-02T01:14:33.887Z Compiling darling_core v0.21.3
18762026-06-02T01:14:33.949Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-06-02T01:14:34.002Z Compiling pem-rfc7468 v0.7.0
18782026-06-02T01:14:34.069Z Compiling tracing-core v0.1.36
18792026-06-02T01:14:34.151Z Compiling serde_derive v1.0.228
18802026-06-02T01:14:34.228Z Compiling zeroize_derive v1.4.3
18812026-06-02T01:14:34.268Z Compiling zerofrom-derive v0.1.6
18822026-06-02T01:14:34.290Z Compiling yoke-derive v0.8.1
18832026-06-02T01:14:34.340Z Compiling zerovec-derive v0.11.2
18842026-06-02T01:14:34.356Z Compiling displaydoc v0.2.5
18852026-06-02T01:14:34.385Z Compiling zerocopy-derive v0.8.40
18862026-06-02T01:14:34.402Z Compiling tokio-macros v2.7.0
18872026-06-02T01:14:34.611Z Compiling futures-macro v0.3.32
18882026-06-02T01:14:34.852Z Compiling zeroize v1.8.2
18892026-06-02T01:14:35.135Z Compiling thiserror-impl v2.0.18
18902026-06-02T01:14:35.172Z Compiling schemars_derive v0.8.22
18912026-06-02T01:14:35.281Z Compiling tracing-attributes v0.1.31
18922026-06-02T01:14:35.442Z Compiling der_derive v0.7.3
18932026-06-02T01:14:35.457Z Compiling thiserror-impl v1.0.69
18942026-06-02T01:14:35.460Z Compiling zerofrom v0.1.6
18952026-06-02T01:14:35.617Z Compiling yoke v0.8.1
18962026-06-02T01:14:35.689Z Compiling crypto-common v0.1.7
18972026-06-02T01:14:35.833Z Compiling zerovec v0.11.5
18982026-06-02T01:14:35.861Z Compiling zerotrie v0.2.3
18992026-06-02T01:14:36.108Z Compiling block-buffer v0.10.4
19002026-06-02T01:14:36.324Z Compiling digest v0.10.7
19012026-06-02T01:14:36.373Z Compiling tinystr v0.8.2
19022026-06-02T01:14:36.390Z Compiling potential_utf v0.1.4
19032026-06-02T01:14:36.467Z Compiling pest_derive v2.8.6
19042026-06-02T01:14:36.485Z Compiling futures-util v0.3.32
19052026-06-02T01:14:36.574Z Compiling icu_locale_core v2.1.1
19062026-06-02T01:14:36.593Z Compiling icu_collections v2.1.1
19072026-06-02T01:14:36.593Z Compiling hmac v0.12.1
19082026-06-02T01:14:36.701Z Compiling block-padding v0.3.3
19092026-06-02T01:14:36.827Z Compiling inout v0.1.4
19102026-06-02T01:14:36.971Z Compiling rustls-pki-types v1.14.0
19112026-06-02T01:14:37.002Z Compiling openssl-macros v0.1.1
19122026-06-02T01:14:37.202Z Compiling cipher v0.4.4
19132026-06-02T01:14:37.348Z Compiling bytes v1.11.1
19142026-06-02T01:14:37.378Z Compiling icu_provider v2.1.1
19152026-06-02T01:14:37.407Z Compiling chrono v0.4.44
19162026-06-02T01:14:37.450Z Compiling serde_tokenstream v0.2.3
19172026-06-02T01:14:37.453Z Compiling sha2 v0.10.9
19182026-06-02T01:14:37.757Z Compiling icu_normalizer v2.1.1
19192026-06-02T01:14:37.761Z Compiling icu_properties v2.1.2
19202026-06-02T01:14:37.837Z Compiling scroll_derive v0.13.1
19212026-06-02T01:14:37.989Z Compiling tokio v1.52.1
19222026-06-02T01:14:38.585Z Compiling scroll_derive v0.12.1
19232026-06-02T01:14:38.743Z Compiling idna_adapter v1.2.1
19242026-06-02T01:14:38.873Z Compiling ppv-lite86 v0.2.21
19252026-06-02T01:14:38.914Z Compiling idna v1.1.0
19262026-06-02T01:14:39.086Z Compiling http v1.4.0
19272026-06-02T01:14:39.203Z Compiling untrusted v0.9.0
19282026-06-02T01:14:39.220Z Compiling flagset v0.4.7
19292026-06-02T01:14:39.255Z Compiling url v2.5.8
19302026-06-02T01:14:39.307Z Compiling tracing v0.1.44
19312026-06-02T01:14:39.349Z Compiling der v0.7.10
19322026-06-02T01:14:39.371Z Compiling darling_macro v0.21.3
19332026-06-02T01:14:39.450Z Compiling regex v1.12.3
19342026-06-02T01:14:39.727Z Compiling zerocopy-derive v0.7.35
19352026-06-02T01:14:39.743Z Compiling rand_core v0.9.5
19362026-06-02T01:14:39.928Z Compiling slog v2.8.2
19372026-06-02T01:14:40.364Z Compiling spki v0.7.3
19382026-06-02T01:14:40.556Z Compiling darling v0.21.3
19392026-06-02T01:14:40.559Z Compiling salsa20 v0.10.2
19402026-06-02T01:14:40.589Z Compiling pbkdf2 v0.12.2
19412026-06-02T01:14:41.059Z Compiling cookie v0.18.1
19422026-06-02T01:14:41.137Z Compiling camino v1.2.2
19432026-06-02T01:14:41.400Z Compiling scrypt v0.11.0
19442026-06-02T01:14:41.460Z Compiling http-body v1.0.1
19452026-06-02T01:14:41.478Z Compiling rand_chacha v0.9.0
19462026-06-02T01:14:41.596Z Compiling aes v0.8.4
19472026-06-02T01:14:41.632Z Compiling cbc v0.1.2
19482026-06-02T01:14:41.729Z Compiling usdt-impl v0.5.0
19492026-06-02T01:14:41.753Z Compiling tokio-util v0.7.18
19502026-06-02T01:14:41.789Z Compiling paste v1.0.15
19512026-06-02T01:14:41.831Z Compiling winnow v0.7.14
19522026-06-02T01:14:41.872Z Compiling openssl-probe v0.2.1
19532026-06-02T01:14:41.891Z Compiling either v1.15.0
19542026-06-02T01:14:41.922Z Compiling tinyvec_macros v0.1.1
19552026-06-02T01:14:41.967Z Compiling usdt-impl v0.6.0
19562026-06-02T01:14:42.077Z Compiling atomic-waker v1.1.2
19572026-06-02T01:14:42.100Z Compiling ref-cast v1.0.25
19582026-06-02T01:14:42.115Z Compiling untrusted v0.7.1
19592026-06-02T01:14:42.235Z Compiling tinyvec v1.10.0
19602026-06-02T01:14:42.256Z Compiling pkcs5 v0.7.1
19612026-06-02T01:14:42.416Z Compiling rand v0.9.2
19622026-06-02T01:14:42.736Z Compiling scroll v0.12.0
19632026-06-02T01:14:42.886Z Compiling scroll v0.13.0
19642026-06-02T01:14:42.901Z Compiling serde_spanned v0.6.9
19652026-06-02T01:14:43.001Z Compiling toml_datetime v0.6.11
19662026-06-02T01:14:43.029Z Compiling async-trait v0.1.89
19672026-06-02T01:14:43.068Z Compiling heapless v0.7.17
19682026-06-02T01:14:43.147Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-06-02T01:14:43.163Z Compiling tower-service v0.3.3
19702026-06-02T01:14:43.263Z Compiling signal-hook v0.3.18
19712026-06-02T01:14:43.285Z Compiling try-lock v0.2.5
19722026-06-02T01:14:43.302Z Compiling tower-layer v0.3.3
19732026-06-02T01:14:43.323Z Compiling fastrand v2.3.0
19742026-06-02T01:14:43.340Z Compiling zstd-safe v7.2.4
19752026-06-02T01:14:43.634Z Compiling want v0.3.1
19762026-06-02T01:14:43.650Z Compiling h2 v0.4.13
19772026-06-02T01:14:43.727Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-02T01:14:43.774Z Compiling goblin v0.10.5
19792026-06-02T01:14:43.837Z Compiling goblin v0.8.2
19802026-06-02T01:14:43.930Z Compiling pkcs8 v0.10.2
19812026-06-02T01:14:44.090Z Compiling zerocopy v0.7.35
19822026-06-02T01:14:44.230Z Compiling ipnet v2.11.0
19832026-06-02T01:14:44.331Z Compiling ref-cast-impl v1.0.25
19842026-06-02T01:14:44.480Z Compiling darling_core v0.20.11
19852026-06-02T01:14:44.659Z Compiling curve25519-dalek v4.1.3
19862026-06-02T01:14:44.756Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-06-02T01:14:44.927Z Compiling memoffset v0.9.1
19882026-06-02T01:14:44.965Z Compiling foreign-types-shared v0.1.1
19892026-06-02T01:14:45.082Z Compiling litrs v1.0.0
19902026-06-02T01:14:45.147Z Compiling httpdate v1.0.3
19912026-06-02T01:14:45.232Z Compiling rustix v0.38.44
19922026-06-02T01:14:45.379Z Compiling winnow v0.5.40
19932026-06-02T01:14:45.602Z Compiling pin-utils v0.1.0
19942026-06-02T01:14:45.695Z Compiling tempfile v3.25.0
19952026-06-02T01:14:45.737Z Compiling document-features v0.2.12
19962026-06-02T01:14:45.761Z Compiling foreign-types v0.3.2
19972026-06-02T01:14:46.272Z Compiling dof v0.3.0
19982026-06-02T01:14:46.289Z Compiling unicode-normalization v0.1.25
19992026-06-02T01:14:46.487Z Compiling darling_macro v0.20.11
20002026-06-02T01:14:46.538Z Compiling dtrace-parser v0.2.0
20012026-06-02T01:14:46.593Z Compiling dof v0.4.0
20022026-06-02T01:14:46.635Z Compiling hyper v1.8.1
20032026-06-02T01:14:46.770Z Compiling toml_edit v0.19.15
20042026-06-02T01:14:47.002Z Compiling dtrace-parser v0.3.0
20052026-06-02T01:14:47.019Z Compiling daft-derive v0.1.7
20062026-06-02T01:14:47.155Z Compiling pin-project-internal v1.1.11
20072026-06-02T01:14:47.210Z Compiling spin v0.9.8
20082026-06-02T01:14:47.251Z Compiling thread-id v4.2.2
20092026-06-02T01:14:47.376Z Compiling thread-id v5.1.0
20102026-06-02T01:14:47.397Z Compiling smoltcp v0.9.1
20112026-06-02T01:14:47.437Z Compiling cfg_aliases v0.2.1
20122026-06-02T01:14:47.526Z Compiling powerfmt v0.2.0
20132026-06-02T01:14:47.619Z Compiling num-bigint-dig v0.8.6
20142026-06-02T01:14:47.634Z Compiling nix v0.31.2
20152026-06-02T01:14:47.724Z Compiling hyper-util v0.1.20
20162026-06-02T01:14:47.749Z Compiling deranged v0.5.8
20172026-06-02T01:14:48.110Z Compiling darling v0.20.11
20182026-06-02T01:14:48.221Z Compiling rustls-native-certs v0.8.3
20192026-06-02T01:14:48.264Z Compiling ipnetwork v0.21.1
20202026-06-02T01:14:48.653Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-02T01:14:48.864Z Compiling strum_macros v0.26.4
20222026-06-02T01:14:48.998Z Compiling sync_wrapper v1.0.2
20232026-06-02T01:14:49.031Z Compiling wait-timeout v0.2.1
20242026-06-02T01:14:49.125Z Compiling bit-vec v0.8.0
20252026-06-02T01:14:49.376Z Compiling siphasher v1.0.2
20262026-06-02T01:14:49.413Z Compiling utf8parse v0.2.2
20272026-06-02T01:14:49.435Z Compiling quick-error v1.2.3
20282026-06-02T01:14:49.457Z Compiling num_threads v0.1.7
20292026-06-02T01:14:49.494Z Compiling anstyle v1.0.13
20302026-06-02T01:14:49.585Z Compiling simd-adler32 v0.3.8
20312026-06-02T01:14:49.694Z Compiling rusty-fork v0.3.1
20322026-06-02T01:14:49.740Z Compiling time v0.3.47
20332026-06-02T01:14:49.756Z Compiling anstyle-parse v0.2.7
20342026-06-02T01:14:49.977Z Compiling bit-set v0.8.0
20352026-06-02T01:14:49.993Z Compiling tower v0.5.3
20362026-06-02T01:14:50.395Z Compiling derive_builder_core v0.20.2
20372026-06-02T01:14:50.506Z Compiling http-body-util v0.1.3
20382026-06-02T01:14:50.670Z Compiling webpki-roots v1.0.6
20392026-06-02T01:14:50.792Z Compiling rand_xorshift v0.4.0
20402026-06-02T01:14:50.817Z Compiling signature v2.2.0
20412026-06-02T01:14:50.833Z Compiling hubpack_derive v0.1.1
20422026-06-02T01:14:50.896Z Compiling strum_macros v0.27.2
20432026-06-02T01:14:50.958Z Compiling snafu-derive v0.8.9
20442026-06-02T01:14:51.174Z Compiling fs-err v3.3.0
20452026-06-02T01:14:51.219Z Compiling ahash v0.8.12
20462026-06-02T01:14:51.388Z Compiling unarray v0.1.4
20472026-06-02T01:14:51.404Z Compiling ryu v1.0.23
20482026-06-02T01:14:51.461Z Compiling unicode-properties v0.1.4
20492026-06-02T01:14:51.516Z Compiling anstyle-query v1.1.5
20502026-06-02T01:14:51.533Z Compiling allocator-api2 v0.2.21
20512026-06-02T01:14:51.610Z Compiling object v0.37.3
20522026-06-02T01:14:51.682Z Compiling unicode-bidi v0.3.18
20532026-06-02T01:14:51.699Z Compiling iri-string v0.7.10
20542026-06-02T01:14:51.749Z Compiling colorchoice v1.0.4
20552026-06-02T01:14:51.752Z Compiling adler2 v2.0.1
20562026-06-02T01:14:51.886Z Compiling unicode-segmentation v1.12.0
20572026-06-02T01:14:51.889Z Compiling is_terminal_polyfill v1.70.2
20582026-06-02T01:14:51.903Z Compiling miniz_oxide v0.8.9
20592026-06-02T01:14:51.969Z Compiling serde_urlencoded v0.7.1
20602026-06-02T01:14:52.016Z Compiling anstream v0.6.21
20612026-06-02T01:14:52.033Z Compiling stringprep v0.1.5
20622026-06-02T01:14:52.177Z Compiling proptest v1.10.0
20632026-06-02T01:14:52.294Z Compiling derive_builder_macro v0.20.2
20642026-06-02T01:14:52.477Z Compiling tokio-native-tls v0.3.1
20652026-06-02T01:14:52.643Z Compiling usdt-attr-macro v0.6.0
20662026-06-02T01:14:52.672Z Compiling usdt-macro v0.6.0
20672026-06-02T01:14:52.846Z Compiling tower-http v0.6.8
20682026-06-02T01:14:53.075Z Compiling rand_chacha v0.3.1
20692026-06-02T01:14:53.091Z Compiling erased-serde v0.3.31
20702026-06-02T01:14:53.127Z Compiling md-5 v0.10.6
20712026-06-02T01:14:53.195Z Compiling bstr v1.12.1
20722026-06-02T01:14:53.297Z Compiling num-integer v0.1.46
20732026-06-02T01:14:53.400Z Compiling hash32 v0.2.1
20742026-06-02T01:14:53.422Z Compiling vergen-lib v0.1.6
20752026-06-02T01:14:53.439Z Compiling ff v0.13.1
20762026-06-02T01:14:53.566Z Compiling base16ct v0.2.0
20772026-06-02T01:14:53.591Z Compiling psl-types v2.0.11
20782026-06-02T01:14:53.609Z Compiling fallible-iterator v0.2.0
20792026-06-02T01:14:53.625Z Compiling zlib-rs v0.6.2
20802026-06-02T01:14:53.713Z Compiling publicsuffix v2.3.0
20812026-06-02T01:14:53.731Z Compiling sec1 v0.7.3
20822026-06-02T01:14:53.733Z Compiling group v0.13.0
20832026-06-02T01:14:53.813Z Compiling num-iter v0.1.45
20842026-06-02T01:14:53.902Z Compiling postgres-protocol v0.6.10
20852026-06-02T01:14:53.971Z Compiling rand v0.8.6
20862026-06-02T01:14:54.250Z Compiling newtype-uuid v1.3.2
20872026-06-02T01:14:54.385Z Compiling oxnet v0.1.4
20882026-06-02T01:14:54.404Z Compiling derive_builder v0.20.2
20892026-06-02T01:14:54.575Z Compiling hyper-tls v0.6.0
20902026-06-02T01:14:54.626Z Compiling heck v0.4.1
20912026-06-02T01:14:54.644Z Compiling phf_shared v0.13.1
20922026-06-02T01:14:54.710Z Compiling pin-project v1.1.11
20932026-06-02T01:14:54.820Z Compiling lazy_static v1.5.0
20942026-06-02T01:14:54.978Z Compiling terminal_size v0.4.3
20952026-06-02T01:14:55.008Z Compiling serde_with_macros v3.17.0
20962026-06-02T01:14:55.012Z Compiling futures-executor v0.3.32
20972026-06-02T01:14:55.042Z Compiling hex v0.4.3
20982026-06-02T01:14:55.278Z Compiling cargo-platform v0.1.9
20992026-06-02T01:14:55.294Z Compiling hkdf v0.12.4
21002026-06-02T01:14:55.362Z Compiling crypto-bigint v0.5.5
21012026-06-02T01:14:55.455Z Compiling clap_derive v4.5.55
21022026-06-02T01:14:55.472Z Compiling serde_repr v0.1.20
21032026-06-02T01:14:55.475Z Compiling enum-as-inner v0.6.1
21042026-06-02T01:14:55.545Z Compiling async-recursion v1.1.1
21052026-06-02T01:14:55.757Z Compiling flate2 v1.1.9
21062026-06-02T01:14:55.943Z Compiling vergen v9.0.6
21072026-06-02T01:14:56.024Z Compiling encoding_rs v0.8.35
21082026-06-02T01:14:56.027Z Compiling same-file v1.0.6
21092026-06-02T01:14:56.095Z Compiling foldhash v0.1.5
21102026-06-02T01:14:56.169Z Compiling libbz2-rs-sys v0.2.2
21112026-06-02T01:14:56.187Z Compiling managed v0.8.0
21122026-06-02T01:14:56.207Z Compiling bitflags v1.3.2
21132026-06-02T01:14:56.319Z Compiling foldhash v0.2.0
21142026-06-02T01:14:56.466Z Compiling mime v0.3.17
21152026-06-02T01:14:56.500Z Compiling clap_lex v1.0.0
21162026-06-02T01:14:56.517Z Compiling bumpalo v3.20.2
21172026-06-02T01:14:56.583Z Compiling bzip2 v0.6.1
21182026-06-02T01:14:56.730Z Compiling zopfli v0.8.3
21192026-06-02T01:14:56.744Z Compiling clap_builder v4.5.60
21202026-06-02T01:14:56.759Z Compiling hashbrown v0.16.1
21212026-06-02T01:14:56.802Z Compiling elliptic-curve v0.13.8
21222026-06-02T01:14:56.994Z Compiling hashbrown v0.15.5
21232026-06-02T01:14:57.104Z Compiling walkdir v2.5.0
21242026-06-02T01:14:57.300Z Compiling zstd v0.13.3
21252026-06-02T01:14:57.342Z Compiling cargo_metadata v0.19.2
21262026-06-02T01:14:57.359Z Compiling futures v0.3.32
21272026-06-02T01:14:57.578Z Compiling phf v0.13.1
21282026-06-02T01:14:57.593Z Compiling snafu v0.8.9
21292026-06-02T01:14:57.669Z Compiling daft v0.1.7
21302026-06-02T01:14:57.757Z Compiling signal-hook-mio v0.2.5
21312026-06-02T01:14:57.946Z Compiling postgres-types v0.2.12
21322026-06-02T01:14:57.973Z Compiling cookie_store v0.22.1
21332026-06-02T01:14:58.074Z Compiling bzip2 v0.4.4
21342026-06-02T01:14:58.217Z Compiling globset v0.4.18
21352026-06-02T01:14:58.361Z Compiling strum v0.27.2
21362026-06-02T01:14:58.584Z Compiling hubpack v0.1.2
21372026-06-02T01:14:58.604Z Compiling ed25519 v2.2.3
21382026-06-02T01:14:58.619Z Compiling phf_shared v0.11.3
21392026-06-02T01:14:58.681Z Compiling crossbeam-epoch v0.9.18
21402026-06-02T01:14:58.816Z Compiling olpc-cjson v0.1.4
21412026-06-02T01:14:58.834Z Compiling pkcs1 v0.7.5
21422026-06-02T01:14:58.867Z Compiling pem v3.0.6
21432026-06-02T01:14:58.920Z Compiling serde_plain v1.0.2
21442026-06-02T01:14:58.995Z Compiling serde-big-array v0.5.1
21452026-06-02T01:14:59.057Z Compiling rfc6979 v0.4.0
21462026-06-02T01:14:59.081Z Compiling float-cmp v0.10.0
21472026-06-02T01:14:59.125Z Compiling memmap2 v0.9.10
21482026-06-02T01:14:59.169Z Compiling env_filter v1.0.0
21492026-06-02T01:14:59.204Z Compiling normalize-line-endings v0.3.0
21502026-06-02T01:14:59.207Z Compiling jiff v0.2.21
21512026-06-02T01:14:59.239Z Compiling new_debug_unreachable v1.0.6
21522026-06-02T01:14:59.242Z Compiling precomputed-hash v0.1.1
21532026-06-02T01:14:59.275Z Compiling typed-path v0.9.3
21542026-06-02T01:14:59.324Z Compiling predicates-core v1.0.10
21552026-06-02T01:14:59.370Z Compiling static_assertions v1.1.0
21562026-06-02T01:14:59.375Z Compiling data-encoding v2.10.0
21572026-06-02T01:14:59.377Z Compiling keccak v0.1.6
21582026-06-02T01:14:59.431Z Compiling whoami v2.1.0
21592026-06-02T01:14:59.450Z Compiling fixedbitset v0.5.7
21602026-06-02T01:14:59.509Z Compiling difflib v0.4.0
21612026-06-02T01:14:59.600Z Compiling fixedbitset v0.4.2
21622026-06-02T01:14:59.790Z Compiling toml_write v0.1.2
21632026-06-02T01:14:59.824Z Compiling petgraph v0.6.5
21642026-06-02T01:14:59.931Z Compiling predicates v3.1.4
21652026-06-02T01:14:59.993Z Compiling toml_edit v0.22.27
21662026-06-02T01:15:00.027Z Compiling hickory-proto v0.25.2
21672026-06-02T01:15:00.181Z Compiling petgraph v0.8.3
21682026-06-02T01:15:00.305Z Compiling tokio-postgres v0.7.16
21692026-06-02T01:15:00.439Z Compiling sha3 v0.10.8
21702026-06-02T01:15:00.524Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21712026-06-02T01:15:00.607Z Compiling string_cache v0.8.9
21722026-06-02T01:15:00.725Z Compiling env_logger v0.11.9
21732026-06-02T01:15:00.849Z Compiling usdt v0.6.0
21742026-06-02T01:15:00.865Z Compiling ecdsa v0.16.9
21752026-06-02T01:15:01.118Z Compiling rsa v0.9.10
21762026-06-02T01:15:01.328Z Compiling ed25519-dalek v2.2.0
21772026-06-02T01:15:02.018Z Compiling zip v4.6.1
21782026-06-02T01:15:02.094Z Compiling crossterm v0.28.1
21792026-06-02T01:15:02.396Z Compiling zip v0.6.6
21802026-06-02T01:15:02.399Z Compiling clap v4.5.60
21812026-06-02T01:15:02.732Z Compiling iddqd v0.4.1
21822026-06-02T01:15:02.975Z Compiling serde_with v3.17.0
21832026-06-02T01:15:03.043Z Compiling similar v2.7.0
21842026-06-02T01:15:03.149Z Compiling strum v0.26.3
21852026-06-02T01:15:03.204Z Compiling toml v0.7.8
21862026-06-02T01:15:03.302Z Compiling tokio-stream v0.1.18
21872026-06-02T01:15:03.390Z Compiling itertools v0.13.0
21882026-06-02T01:15:03.405Z Compiling buf-list v1.1.2
21892026-06-02T01:15:03.743Z Compiling x509-cert v0.2.5
21902026-06-02T01:15:03.789Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-06-02T01:15:03.908Z Compiling openapiv3 v2.2.0
21922026-06-02T01:15:04.110Z Compiling sha1 v0.10.6
21932026-06-02T01:15:04.334Z Compiling peg-runtime v0.8.5
21942026-06-02T01:15:04.513Z Compiling lalrpop-util v0.19.12
21952026-06-02T01:15:19.707Z Compiling rustls-webpki v0.103.9
21962026-06-02T01:15:20.929Z Compiling macaddr v1.0.1
21972026-06-02T01:15:21.025Z Compiling structmeta-derive v0.3.0
21982026-06-02T01:15:21.089Z Compiling rayon-core v1.13.0
21992026-06-02T01:15:21.122Z Compiling crucible-workspace-hack v0.1.0
22002026-06-02T01:15:21.224Z Compiling itertools v0.14.0
22012026-06-02T01:15:21.246Z Compiling secrecy v0.10.3
22022026-06-02T01:15:21.328Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-06-02T01:15:21.369Z Compiling heapless v0.8.0
22042026-06-02T01:15:21.409Z Compiling rustls v0.22.4
22052026-06-02T01:15:21.530Z Compiling crossbeam-deque v0.8.6
22062026-06-02T01:15:21.638Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-06-02T01:15:21.746Z Compiling rustls-webpki v0.102.8
22082026-06-02T01:15:21.763Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-02T01:15:21.780Z Compiling hash32 v0.3.1
22102026-06-02T01:15:21.861Z Compiling multer v3.1.0
22112026-06-02T01:15:21.933Z Compiling thread_local v1.1.9
22122026-06-02T01:15:21.977Z Compiling slog-async v2.8.0
22132026-06-02T01:15:22.074Z Compiling structmeta v0.3.0
22142026-06-02T01:15:22.094Z Compiling match_cfg v0.1.0
22152026-06-02T01:15:22.111Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-06-02T01:15:22.189Z Compiling compression-core v0.4.31
22172026-06-02T01:15:22.205Z Compiling smoltcp v0.11.0
22182026-06-02T01:15:22.261Z Compiling unicode-width v0.2.0
22192026-06-02T01:15:22.316Z Compiling derive-ex v0.1.8
22202026-06-02T01:15:22.368Z Compiling compression-codecs v0.4.37
22212026-06-02T01:15:22.389Z Compiling proc-macro-crate v3.4.0
22222026-06-02T01:15:22.509Z Compiling ingot-macros v0.1.1
22232026-06-02T01:15:22.576Z Compiling hostname v0.3.1
22242026-06-02T01:15:22.655Z Compiling slog-json v2.6.1
22252026-06-02T01:15:22.753Z Compiling crossbeam-channel v0.5.15
22262026-06-02T01:15:22.769Z Compiling half v2.7.1
22272026-06-02T01:15:22.869Z Compiling newtype-uuid-macros v0.1.0
22282026-06-02T01:15:22.964Z Compiling cobs v0.3.0
22292026-06-02T01:15:23.121Z Compiling thiserror-impl-no-std v2.0.2
22302026-06-02T01:15:23.138Z Compiling universal-hash v0.5.1
22312026-06-02T01:15:23.224Z Compiling async-stream-impl v0.3.6
22322026-06-02T01:15:23.308Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-06-02T01:15:23.448Z Compiling serde_spanned v1.0.4
22342026-06-02T01:15:23.580Z Compiling tokio-rustls v0.26.4
22352026-06-02T01:15:23.600Z Compiling rustls-platform-verifier v0.6.2
22362026-06-02T01:15:23.639Z Compiling is-terminal v0.4.17
22372026-06-02T01:15:23.759Z Compiling dropshot v0.17.0
22382026-06-02T01:15:23.777Z Compiling proc-macro-error-attr v1.0.4
22392026-06-02T01:15:23.832Z Compiling hyper-rustls v0.27.7
22402026-06-02T01:15:23.849Z Compiling toml_writer v1.0.6+spec-1.1.0
22412026-06-02T01:15:23.852Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22422026-06-02T01:15:23.883Z Compiling take_mut v0.2.2
22432026-06-02T01:15:23.986Z Compiling convert_case v0.4.0
22442026-06-02T01:15:24.006Z Compiling term v1.2.1
22452026-06-02T01:15:24.026Z Compiling opaque-debug v0.3.1
22462026-06-02T01:15:24.092Z Compiling reqwest v0.12.28
22472026-06-02T01:15:24.121Z Compiling reqwest v0.13.2
22482026-06-02T01:15:24.140Z Compiling ciborium-io v0.2.2
22492026-06-02T01:15:24.158Z Compiling poly1305 v0.8.0
22502026-06-02T01:15:24.176Z Compiling thiserror-no-std v2.0.2
22512026-06-02T01:15:24.220Z Compiling toml v1.0.6+spec-1.1.0
22522026-06-02T01:15:24.234Z Compiling ciborium-ll v0.2.2
22532026-06-02T01:15:24.317Z Compiling derive_more v0.99.20
22542026-06-02T01:15:24.333Z Compiling slog-term v2.9.2
22552026-06-02T01:15:24.521Z Compiling tokio-rustls v0.25.0
22562026-06-02T01:15:24.821Z Compiling test-strategy v0.4.5
22572026-06-02T01:15:24.862Z Compiling async-stream v0.3.6
22582026-06-02T01:15:25.083Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-06-02T01:15:25.127Z Compiling ingot-types v0.1.2
22602026-06-02T01:15:25.269Z Compiling postcard v1.1.3
22612026-06-02T01:15:25.592Z Compiling ingot v0.1.1
22622026-06-02T01:15:25.707Z Compiling num_enum_derive v0.7.5
22632026-06-02T01:15:25.713Z Compiling slog-bunyan v2.5.0
22642026-06-02T01:15:25.713Z Compiling tough v0.22.0
22652026-06-02T01:15:25.866Z Compiling async-compression v0.4.41
22662026-06-02T01:15:26.162Z Compiling parse-display-derive v0.10.0
22672026-06-02T01:15:26.360Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-06-02T01:15:26.559Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-02T01:15:26.614Z Compiling proc-macro-crate v1.3.1
22702026-06-02T01:15:26.816Z Compiling backon v1.6.0
22712026-06-02T01:15:26.888Z Compiling waitgroup v0.1.2
22722026-06-02T01:15:26.993Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-06-02T01:15:27.046Z Compiling password-hash v0.5.0
22742026-06-02T01:15:27.080Z Compiling chacha20 v0.9.1
22752026-06-02T01:15:27.128Z Compiling dropshot_endpoint v0.17.0
22762026-06-02T01:15:27.392Z Compiling rustls-pemfile v2.2.0
22772026-06-02T01:15:27.408Z Compiling blake2 v0.10.6
22782026-06-02T01:15:27.514Z Compiling aead v0.5.2
22792026-06-02T01:15:27.704Z Compiling foreign-types-macros v0.2.3
22802026-06-02T01:15:27.729Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-06-02T01:15:27.748Z Compiling serde_path_to_error v0.1.20
22822026-06-02T01:15:27.776Z Compiling hostname v0.4.2
22832026-06-02T01:15:27.867Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-06-02T01:15:27.931Z Compiling proc-macro-error v1.0.4
22852026-06-02T01:15:27.966Z Compiling instant v0.1.13
22862026-06-02T01:15:27.982Z Compiling typeid v1.0.3
22872026-06-02T01:15:28.020Z Compiling debug-ignore v1.0.5
22882026-06-02T01:15:28.097Z Compiling cpufeatures v0.3.0
22892026-06-02T01:15:28.113Z Compiling foreign-types-shared v0.3.1
22902026-06-02T01:15:28.168Z Compiling chacha20 v0.10.0
22912026-06-02T01:15:28.170Z Compiling backoff v0.4.0
22922026-06-02T01:15:28.204Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-06-02T01:15:28.207Z Compiling argon2 v0.5.3
22942026-06-02T01:15:28.242Z Compiling chacha20poly1305 v0.10.1
22952026-06-02T01:15:28.245Z Compiling parse-display v0.10.0
22962026-06-02T01:15:28.294Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-06-02T01:15:28.311Z Compiling foreign-types v0.5.0
22982026-06-02T01:15:28.343Z Compiling num_enum_derive v0.5.11
22992026-06-02T01:15:28.404Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-06-02T01:15:28.421Z Compiling num_enum v0.7.5
23012026-06-02T01:15:28.425Z Compiling ciborium v0.2.2
23022026-06-02T01:15:28.495Z Compiling vsss-rs v3.3.4
23032026-06-02T01:15:28.640Z Compiling tabwriter v1.4.1
23042026-06-02T01:15:28.858Z Compiling regress v0.10.5
23052026-06-02T01:15:29.041Z Compiling byte-wrapper v0.1.0
23062026-06-02T01:15:29.153Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-06-02T01:15:29.255Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-02T01:15:29.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-06-02T01:15:29.305Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-06-02T01:15:29.325Z Compiling cstr-argument v0.1.2
23112026-06-02T01:15:29.517Z Compiling erased-serde v0.4.9
23122026-06-02T01:15:29.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-06-02T01:15:29.698Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-06-02T01:15:29.716Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-02T01:15:29.883Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-06-02T01:15:29.907Z Compiling num_enum v0.5.11
23172026-06-02T01:15:29.942Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-06-02T01:15:29.945Z Compiling rand v0.10.0
23192026-06-02T01:15:30.058Z Compiling rayon v1.11.0
23202026-06-02T01:15:30.061Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-06-02T01:15:30.140Z Compiling libefi-sys v0.1.0
23222026-06-02T01:15:30.158Z Compiling colored v3.1.1
23232026-06-02T01:15:30.211Z Compiling indent_write v2.2.0
23242026-06-02T01:15:30.232Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-06-02T01:15:30.356Z Compiling zone_cfg_derive v0.3.1
23262026-06-02T01:15:30.373Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-06-02T01:15:30.441Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-06-02T01:15:30.459Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-06-02T01:15:30.476Z Compiling camino-tempfile v1.4.1
23302026-06-02T01:15:30.712Z Compiling itertools v0.12.1
23312026-06-02T01:15:30.783Z Compiling usdt-macro v0.5.0
23322026-06-02T01:15:30.872Z Compiling usdt-attr-macro v0.5.0
23332026-06-02T01:15:30.906Z Compiling num-derive v0.4.2
23342026-06-02T01:15:30.997Z Compiling bitfield-struct v0.6.2
23352026-06-02T01:15:31.015Z Compiling blake3 v1.8.3
23362026-06-02T01:15:31.041Z Compiling ordered-float v2.10.1
23372026-06-02T01:15:31.347Z Compiling memmap v0.7.0
23382026-06-02T01:15:31.396Z Compiling sigpipe v0.1.3
23392026-06-02T01:15:31.500Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-06-02T01:15:31.518Z Compiling swrite v0.1.0
23412026-06-02T01:15:31.620Z Compiling glob v0.3.3
23422026-06-02T01:15:31.647Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-06-02T01:15:31.650Z Compiling usdt v0.5.0
23442026-06-02T01:15:31.751Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-06-02T01:15:31.827Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-06-02T01:15:31.987Z Compiling serde-value v0.7.0
23472026-06-02T01:15:32.176Z Compiling zone v0.3.1
23482026-06-02T01:15:32.192Z Compiling serde-untagged v0.1.9
23492026-06-02T01:15:32.296Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23502026-06-02T01:15:32.535Z Compiling toml v0.8.23
23512026-06-02T01:15:32.538Z Compiling smf v0.2.3
23522026-06-02T01:15:32.569Z Compiling filetime v0.2.27
23532026-06-02T01:15:32.587Z Compiling unicode-xid v0.2.6
23542026-06-02T01:15:32.604Z Compiling constant_time_eq v0.4.2
23552026-06-02T01:15:32.622Z Compiling xattr v1.6.1
23562026-06-02T01:15:32.704Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-06-02T01:15:32.758Z Compiling whoami v1.6.1
23582026-06-02T01:15:32.795Z Compiling arrayref v0.3.9
23592026-06-02T01:15:32.819Z Compiling arrayvec v0.7.6
23602026-06-02T01:15:32.823Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-06-02T01:15:32.850Z Compiling tar v0.4.45
23622026-06-02T01:15:32.850Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-06-02T01:15:32.891Z Compiling tokio-dtrace v0.1.1
23642026-06-02T01:15:33.126Z Compiling cargo-util-schemas v0.8.2
23652026-06-02T01:15:33.229Z Compiling console v0.16.2
23662026-06-02T01:15:33.254Z Compiling gethostname v0.5.0
23672026-06-02T01:15:33.414Z Compiling cargo-platform v0.2.0
23682026-06-02T01:15:33.514Z Compiling unit-prefix v0.5.2
23692026-06-02T01:15:33.575Z Compiling topological-sort v0.2.2
23702026-06-02T01:15:33.700Z Compiling indicatif v0.18.4
23712026-06-02T01:15:33.722Z Compiling oxide-tokio-rt v0.1.4
23722026-06-02T01:15:33.753Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-06-02T01:15:33.779Z Compiling shell-words v1.1.1
23742026-06-02T01:15:34.326Z Compiling cargo_metadata v0.21.0
23752026-06-02T01:15:43.411Z Compiling progenitor-client v0.14.0
23762026-06-02T01:15:43.427Z Compiling progenitor-client v0.10.0
23772026-06-02T01:15:43.427Z Compiling omicron-zone-package v0.12.2
23782026-06-02T01:15:43.903Z Compiling progenitor-extras v0.2.0
23792026-06-02T01:15:46.162Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-06-02T01:15:46.263Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-02T01:15:46.290Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-02T01:15:46.329Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-02T01:15:46.395Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-06-02T01:15:46.421Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-02T01:15:46.439Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-06-02T01:15:46.559Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-06-02T01:15:46.605Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-02T01:15:50.479Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-02T01:15:58.042Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-02T01:16:01.132Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-02T01:16:02.124Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-02T01:16:11.894Z Finished `release` profile [optimized] target(s) in 1m 44s
23932026-06-02T01:16:12.050Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-02T01:16:12.115ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-02T01:16:12.118ZCreated new build target 'test' and set it as active
23962026-06-02T01:16:12.121Z
23972026-06-02T01:16:12.121Zreal 1:44.553327356
23982026-06-02T01:16:12.121Zuser 17:00.687623333
23992026-06-02T01:16:12.121Zsys 2:43.257980680
24002026-06-02T01:16:12.121Ztrap 0.462677921
24012026-06-02T01:16:12.122Ztflt 3.051358772
24022026-06-02T01:16:12.122Zdflt 4.360343774
24032026-06-02T01:16:12.122Zkflt 0.001814701
24042026-06-02T01:16:12.122Zlock 52:57.081253477
24052026-06-02T01:16:12.122Zslp 43:21.859789882
24062026-06-02T01:16:12.122Zlat 44.470442637
24072026-06-02T01:16:12.122Zstop 5:40.678434633
24082026-06-02T01:16:12.122Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-02T01:16:13.019Z Finished `release` profile [optimized] target(s) in 0.88s
24102026-06-02T01:16:13.090Z Running `target/release/omicron-package -t test package`
24112026-06-02T01:16:13.151ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-02T01:16:14.574Z Compiling heck v0.5.0
24132026-06-02T01:16:14.574Z Compiling regress v0.11.1
24142026-06-02T01:16:14.574Z Compiling unsafe-libyaml v0.2.11
24152026-06-02T01:16:14.840Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-02T01:16:14.864Z Compiling regress v0.10.5
24172026-06-02T01:16:14.890Z Compiling is-terminal v0.4.17
24182026-06-02T01:16:14.890Z Compiling unicode-width v0.1.14
24192026-06-02T01:16:14.932Z Compiling prettyplease v0.2.37
24202026-06-02T01:16:14.955Z Compiling bytecount v0.6.9
24212026-06-02T01:16:14.957Z Compiling rustls v0.22.4
24222026-06-02T01:16:14.957Z Compiling rustls-webpki v0.102.8
24232026-06-02T01:16:14.957Z Compiling derive-where v1.6.0
24242026-06-02T01:16:14.957Z Compiling thread_local v1.1.9
24252026-06-02T01:16:14.999Z Compiling match_cfg v0.1.0
24262026-06-02T01:16:15.002Z Compiling compression-core v0.4.31
24272026-06-02T01:16:15.059Z Compiling multer v3.1.0
24282026-06-02T01:16:15.081Z Compiling slog-async v2.8.0
24292026-06-02T01:16:15.145Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-06-02T01:16:15.168Z Compiling hostname v0.3.1
24312026-06-02T01:16:15.171Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-06-02T01:16:15.187Z Compiling crossbeam-channel v0.5.15
24332026-06-02T01:16:15.233Z Compiling compression-codecs v0.4.37
24342026-06-02T01:16:15.255Z Compiling slog-json v2.6.1
24352026-06-02T01:16:15.258Z Compiling serde_spanned v1.0.4
24362026-06-02T01:16:15.301Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-06-02T01:16:15.330Z Compiling serde_yaml v0.9.34+deprecated
24382026-06-02T01:16:15.368Z Compiling take_mut v0.2.2
24392026-06-02T01:16:15.392Z Compiling term v1.2.1
24402026-06-02T01:16:15.486Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-06-02T01:16:15.509Z Compiling slog-bunyan v2.5.0
24422026-06-02T01:16:15.509Z Compiling async-compression v0.4.41
24432026-06-02T01:16:15.672Z Compiling toml v1.0.6+spec-1.1.0
24442026-06-02T01:16:15.695Z Compiling slog-term v2.9.2
24452026-06-02T01:16:15.747Z Compiling dropshot v0.17.0
24462026-06-02T01:16:15.779Z Compiling async-stream v0.3.6
24472026-06-02T01:16:15.816Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-06-02T01:16:15.876Z Compiling num-rational v0.4.2
24492026-06-02T01:16:15.922Z Compiling progenitor-client v0.14.0
24502026-06-02T01:16:15.989Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-06-02T01:16:16.017Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-06-02T01:16:16.038Z Compiling waitgroup v0.1.2
24532026-06-02T01:16:16.058Z Compiling backon v1.6.0
24542026-06-02T01:16:16.210Z Compiling rustls-pemfile v2.2.0
24552026-06-02T01:16:16.228Z Compiling num-complex v0.4.6
24562026-06-02T01:16:16.256Z Compiling serde_path_to_error v0.1.20
24572026-06-02T01:16:16.259Z Compiling hostname v0.4.2
24582026-06-02T01:16:16.299Z Compiling typify-impl v0.6.2
24592026-06-02T01:16:16.302Z Compiling instant v0.1.13
24602026-06-02T01:16:16.346Z Compiling debug-ignore v1.0.5
24612026-06-02T01:16:16.419Z Compiling backoff v0.4.0
24622026-06-02T01:16:16.419Z Compiling progenitor-extras v0.2.0
24632026-06-02T01:16:16.461Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-06-02T01:16:16.483Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-06-02T01:16:16.652Z Compiling num v0.4.3
24662026-06-02T01:16:16.677Z Compiling parse-display v0.10.0
24672026-06-02T01:16:16.719Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-06-02T01:16:16.740Z Compiling progenitor-client v0.13.0
24692026-06-02T01:16:16.772Z Compiling progenitor-client v0.10.0
24702026-06-02T01:16:16.798Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-06-02T01:16:16.828Z Compiling macaddr v1.0.1
24722026-06-02T01:16:16.852Z Compiling float-ord v0.3.2
24732026-06-02T01:16:17.004Z Compiling console v0.15.11
24742026-06-02T01:16:17.101Z Compiling atomicwrites v0.4.4
24752026-06-02T01:16:17.124Z Compiling newline-converter v0.3.0
24762026-06-02T01:16:17.180Z Compiling slog-dtrace v0.3.0
24772026-06-02T01:16:17.280Z Compiling owo-colors v4.3.0
24782026-06-02T01:16:17.302Z Compiling tokio-rustls v0.25.0
24792026-06-02T01:16:17.389Z Compiling cancel-safe-futures v0.1.5
24802026-06-02T01:16:17.444Z Compiling expectorate v1.2.0
24812026-06-02T01:16:17.465Z Compiling resolv-conf v0.7.6
24822026-06-02T01:16:17.489Z Compiling toml v0.8.23
24832026-06-02T01:16:17.644Z Compiling libsw-core v0.3.2
24842026-06-02T01:16:17.757Z Compiling linked-hash-map v0.5.6
24852026-06-02T01:16:17.861Z Compiling libsw v3.5.0
24862026-06-02T01:16:17.918Z Compiling linear-map v1.2.0
24872026-06-02T01:16:18.011Z Compiling lru-cache v0.1.2
24882026-06-02T01:16:18.109Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24892026-06-02T01:16:18.112Z Compiling minimal-lexical v0.2.1
24902026-06-02T01:16:18.155Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-02T01:16:18.179Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-06-02T01:16:18.199Z Compiling hickory-proto v0.24.4
24932026-06-02T01:16:18.251Z Compiling unicode-xid v0.2.6
24942026-06-02T01:16:18.321Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-06-02T01:16:18.382Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24962026-06-02T01:16:18.404Z Compiling nom v7.1.3
24972026-06-02T01:16:18.427Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-06-02T01:16:18.681Z Compiling convert_case v0.10.0
24992026-06-02T01:16:18.984Z Compiling derive_more-impl v2.1.1
25002026-06-02T01:16:19.233Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25012026-06-02T01:16:19.736Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-06-02T01:16:19.790Z Compiling derive_more v2.1.1
25032026-06-02T01:16:19.811Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-02T01:16:19.835Z Compiling typify-macro v0.6.2
25052026-06-02T01:16:19.915Z Compiling papergrid v0.11.0
25062026-06-02T01:16:19.978Z Compiling tabled_derive v0.7.0
25072026-06-02T01:16:20.015Z Compiling termtree v0.5.1
25082026-06-02T01:16:20.221Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-06-02T01:16:20.471Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-06-02T01:16:20.917Z Compiling hickory-resolver v0.24.4
25112026-06-02T01:16:20.940Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-06-02T01:16:21.022Z Compiling tabled v0.15.0
25132026-06-02T01:16:21.168Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-06-02T01:16:21.400Z Compiling typify v0.6.2
25152026-06-02T01:16:21.588Z Compiling progenitor-impl v0.14.0
25162026-06-02T01:16:22.303Z Compiling progenitor-impl v0.13.0
25172026-06-02T01:16:23.826Z Compiling progenitor-macro v0.14.0
25182026-06-02T01:16:24.129Z Compiling qorb v0.4.1
25192026-06-02T01:16:24.468Z Compiling progenitor-macro v0.13.0
25202026-06-02T01:16:25.611Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-06-02T01:16:25.939Z Compiling crossterm v0.29.0
25222026-06-02T01:16:26.361Z Compiling phf_shared v0.12.1
25232026-06-02T01:16:26.611Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25242026-06-02T01:16:26.634Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-02T01:16:26.965Z Compiling csv-core v0.1.13
25262026-06-02T01:16:27.373Z Compiling vte v0.14.1
25272026-06-02T01:16:27.451Z Compiling chrono-tz v0.10.4
25282026-06-02T01:16:27.649Z Compiling highway v1.3.0
25292026-06-02T01:16:27.714Z Compiling strip-ansi-escapes v0.2.1
25302026-06-02T01:16:27.886Z Compiling csv v1.4.0
25312026-06-02T01:16:27.940Z Compiling progenitor v0.14.0
25322026-06-02T01:16:28.123Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25332026-06-02T01:16:28.308Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-06-02T01:16:28.395Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25352026-06-02T01:16:28.592Z Compiling progenitor v0.13.0
25362026-06-02T01:16:28.692Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-06-02T01:16:28.783Z Compiling phf v0.12.1
25382026-06-02T01:16:28.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-06-02T01:16:28.888Z Compiling const_format_proc_macros v0.2.34
25402026-06-02T01:16:28.914Z Compiling fd-lock v4.0.4
25412026-06-02T01:16:28.992Z Compiling peg-macros v0.8.5
25422026-06-02T01:16:29.098Z Compiling nu-ansi-term v0.50.3
25432026-06-02T01:16:29.385Z Compiling reedline v0.40.0
25442026-06-02T01:16:29.656Z Compiling const_format v0.2.35
25452026-06-02T01:16:30.182Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-06-02T01:16:30.293Z Compiling peg v0.8.5
25472026-06-02T01:16:30.400Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-06-02T01:16:31.309Z Compiling bcs v0.1.6
25492026-06-02T01:16:31.569Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-06-02T01:16:31.681Z Compiling semver v0.1.20
25512026-06-02T01:16:31.882Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-06-02T01:16:31.981Z Compiling rustc_version v0.1.7
25532026-06-02T01:16:32.152Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-06-02T01:16:32.239Z Compiling newtype_derive v0.1.6
25552026-06-02T01:16:32.266Z Compiling humantime v2.3.0
25562026-06-02T01:16:32.481Z Compiling smawk v0.3.2
25572026-06-02T01:16:32.679Z Compiling unicode-linebreak v0.1.5
25582026-06-02T01:16:32.806Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-06-02T01:16:32.914Z Compiling textwrap v0.16.2
25602026-06-02T01:16:33.096Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-06-02T01:16:33.351Z Compiling dropshot-api-manager-types v0.7.1
25622026-06-02T01:16:33.595Z Compiling base64 v0.21.7
25632026-06-02T01:16:33.956Z Compiling steno v0.4.1
25642026-06-02T01:16:34.335Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-06-02T01:16:34.554Z Compiling tagptr v0.2.0
25662026-06-02T01:16:34.592Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25672026-06-02T01:16:34.641Z Compiling utf-8 v0.7.6
25682026-06-02T01:16:34.757Z Compiling moka v0.12.13
25692026-06-02T01:16:34.805Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-06-02T01:16:34.854Z Compiling tungstenite v0.21.0
25712026-06-02T01:16:34.908Z Compiling radium v0.7.0
25722026-06-02T01:16:34.929Z Compiling maybe-uninit v2.0.0
25732026-06-02T01:16:34.986Z Compiling tap v1.0.1
25742026-06-02T01:16:35.143Z Compiling wyz v0.5.1
25752026-06-02T01:16:35.304Z Compiling zerocopy-derive v0.6.6
25762026-06-02T01:16:35.389Z Compiling display-error-chain v0.2.2
25772026-06-02T01:16:35.532Z Compiling tokio-tungstenite v0.21.0
25782026-06-02T01:16:35.577Z Compiling packed_struct v0.10.1
25792026-06-02T01:16:35.856Z Compiling hickory-resolver v0.25.2
25802026-06-02T01:16:35.914Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25812026-06-02T01:16:36.007Z Compiling crc-catalog v2.4.0
25822026-06-02T01:16:36.080Z Compiling funty v2.0.0
25832026-06-02T01:16:36.101Z Compiling zerocopy v0.6.6
25842026-06-02T01:16:36.144Z Compiling crc v3.4.0
25852026-06-02T01:16:36.493Z Compiling bitvec v1.0.1
25862026-06-02T01:16:36.624Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872026-06-02T01:16:36.690Z Compiling num-derive v0.3.3
25882026-06-02T01:16:36.973Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-06-02T01:16:37.064Z Compiling packed_struct_codegen v0.10.1
25902026-06-02T01:16:37.544Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-06-02T01:16:37.663Z Compiling bitfield-macros v0.19.4
25922026-06-02T01:16:38.042Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-06-02T01:16:38.421Z Compiling proc-macro-error-attr2 v2.0.0
25942026-06-02T01:16:38.445Z Compiling indexmap v1.9.3
25952026-06-02T01:16:38.689Z Compiling nodrop v0.1.14
25962026-06-02T01:16:38.837Z Compiling array-init v0.0.4
25972026-06-02T01:16:38.840Z Compiling proc-macro-error2 v2.0.1
25982026-06-02T01:16:39.231Z Compiling bitfield v0.19.4
25992026-06-02T01:16:39.282Z Compiling libscf-sys v1.1.0
26002026-06-02T01:16:39.432Z Compiling smallvec v0.6.14
26012026-06-02T01:16:39.459Z Compiling typify-impl v0.4.3
26022026-06-02T01:16:39.560Z Compiling hashbrown v0.12.3
26032026-06-02T01:16:39.710Z Compiling serde-hex v0.1.0
26042026-06-02T01:16:39.732Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-06-02T01:16:39.865Z Compiling tabled_derive v0.11.0
26062026-06-02T01:16:40.463Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-06-02T01:16:40.710Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26082026-06-02T01:16:40.825Z Compiling ron v0.8.1
26092026-06-02T01:16:40.910Z Compiling papergrid v0.17.0
26102026-06-02T01:16:40.955Z Compiling testing_table v0.3.0
26112026-06-02T01:16:41.396Z Compiling hashbrown v0.13.2
26122026-06-02T01:16:41.578Z Compiling vergen-gitcl v1.0.8
26132026-06-02T01:16:41.807Z Compiling dirs-sys-next v0.1.2
26142026-06-02T01:16:41.855Z Compiling glob v0.3.3
26152026-06-02T01:16:42.010Z Compiling maplit v1.0.2
26162026-06-02T01:16:42.081Z Compiling crunchy v0.2.4
26172026-06-02T01:16:42.136Z Compiling crc-any v2.5.0
26182026-06-02T01:16:42.221Z Compiling diesel_derives v2.3.7
26192026-06-02T01:16:42.326Z Compiling clang-sys v1.8.1
26202026-06-02T01:16:42.405Z Compiling tabled v0.20.0
26212026-06-02T01:16:42.480Z Compiling dirs-next v2.0.0
26222026-06-02T01:16:42.574Z Compiling object v0.30.4
26232026-06-02T01:16:42.651Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-06-02T01:16:42.680Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-06-02T01:16:42.726Z Compiling dsl_auto_type v0.2.0
26262026-06-02T01:16:42.917Z Compiling typify-macro v0.4.3
26272026-06-02T01:16:43.060Z Compiling scheduled-thread-pool v0.2.7
26282026-06-02T01:16:43.212Z Compiling diesel_table_macro_syntax v0.3.0
26292026-06-02T01:16:43.296Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-06-02T01:16:43.346Z Compiling tiny-keccak v2.0.2
26312026-06-02T01:16:43.438Z Compiling path-slash v0.1.5
26322026-06-02T01:16:43.539Z Compiling xshell-macros v0.2.7
26332026-06-02T01:16:43.620Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-06-02T01:16:43.666Z Compiling r2d2 v0.8.10
26352026-06-02T01:16:43.718Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-06-02T01:16:43.955Z Compiling xshell v0.2.7
26372026-06-02T01:16:44.089Z Compiling term v0.7.0
26382026-06-02T01:16:44.506Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-06-02T01:16:44.578Z Compiling downcast-rs v2.0.2
26402026-06-02T01:16:44.618Z Compiling bit-vec v0.6.3
26412026-06-02T01:16:44.885Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422026-06-02T01:16:44.911Z Compiling bit-set v0.5.3
26432026-06-02T01:16:45.007Z Compiling ascii-canvas v3.0.0
26442026-06-02T01:16:45.113Z Compiling itertools v0.10.5
26452026-06-02T01:16:45.277Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-06-02T01:16:45.327Z Compiling ena v0.14.4
26472026-06-02T01:16:45.569Z Compiling libloading v0.8.9
26482026-06-02T01:16:45.815Z Compiling crc8 v0.1.1
26492026-06-02T01:16:45.954Z Compiling diff v0.1.13
26502026-06-02T01:16:46.143Z Compiling unicase v2.9.0
26512026-06-02T01:16:46.215Z Compiling regex-syntax v0.6.29
26522026-06-02T01:16:46.238Z Compiling bindgen v0.71.1
26532026-06-02T01:16:46.567Z Compiling typify v0.4.3
26542026-06-02T01:16:46.677Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-06-02T01:16:46.727Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-06-02T01:16:47.354Z Compiling cexpr v0.6.0
26572026-06-02T01:16:47.377Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-06-02T01:16:47.502Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-02T01:16:47.606Z Compiling lalrpop v0.19.12
26602026-06-02T01:16:47.686Z Compiling rustc-hash v2.1.1
26612026-06-02T01:16:47.902Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26622026-06-02T01:16:47.933Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-06-02T01:16:48.035Z Compiling headers-core v0.3.0
26642026-06-02T01:16:48.205Z Compiling git-stub v1.0.0
26652026-06-02T01:16:48.373Z Compiling diesel v2.3.7
26662026-06-02T01:16:48.407Z Compiling libxml v0.3.3
26672026-06-02T01:16:48.475Z Compiling git-stub-vcs v0.1.0
26682026-06-02T01:16:48.621Z Compiling headers v0.4.1
26692026-06-02T01:16:48.718Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-06-02T01:16:48.842Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-06-02T01:16:49.065Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-02T01:16:49.502Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-06-02T01:16:49.541Z Compiling strum_macros v0.24.3
26742026-06-02T01:16:49.936Z Compiling indoc v1.0.9
26752026-06-02T01:16:50.353Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-02T01:16:50.386Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-06-02T01:16:50.589Z Compiling derive_builder v0.20.2
26782026-06-02T01:16:50.777Z Compiling oso-derive v0.27.3
26792026-06-02T01:16:50.852Z Compiling quick-xml v0.37.5
26802026-06-02T01:16:51.183Z Compiling impl-trait-for-tuples v0.2.3
26812026-06-02T01:16:51.289Z Compiling half v1.8.3
26822026-06-02T01:16:51.414Z Compiling openssl-probe v0.1.6
26832026-06-02T01:16:51.719Z Compiling serde_cbor v0.11.2
26842026-06-02T01:16:51.778Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-06-02T01:16:52.217Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-06-02T01:16:52.385Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-06-02T01:16:52.472Z Compiling bb8 v0.8.6
26882026-06-02T01:16:52.518Z Compiling trait-variant v0.1.2
26892026-06-02T01:16:52.620Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26902026-06-02T01:16:52.780Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-06-02T01:16:52.807Z Compiling samael v0.0.19
26922026-06-02T01:16:52.877Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26932026-06-02T01:16:52.903Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-02T01:16:53.073Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26952026-06-02T01:16:53.116Z Compiling fxhash v0.2.1
26962026-06-02T01:16:53.144Z Compiling salty v0.3.0
26972026-06-02T01:16:53.457Z Compiling progenitor-impl v0.10.0
26982026-06-02T01:16:53.549Z Compiling progenitor-impl v0.11.2
26992026-06-02T01:16:53.644Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-06-02T01:16:53.852Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-06-02T01:16:54.055Z Compiling kstat-rs v0.2.4
27022026-06-02T01:16:54.275Z Compiling libz-sys v1.1.24
27032026-06-02T01:16:54.491Z Compiling nonempty v0.12.0
27042026-06-02T01:16:54.544Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27052026-06-02T01:16:54.727Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27062026-06-02T01:16:55.135Z Compiling polar-core v0.27.3
27072026-06-02T01:16:55.639Z Compiling progenitor-macro v0.10.0
27082026-06-02T01:16:55.767Z Compiling progenitor-macro v0.11.2
27092026-06-02T01:16:57.011Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-06-02T01:16:57.505Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27112026-06-02T01:16:58.380Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-06-02T01:16:58.668Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-06-02T01:16:59.138Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-06-02T01:16:59.284Z Compiling progenitor-client v0.11.2
27152026-06-02T01:16:59.730Z Compiling darling_core v0.23.0
27162026-06-02T01:16:59.752Z Compiling nanorand v0.7.0
27172026-06-02T01:16:59.865Z Compiling arc-swap v1.8.2
27182026-06-02T01:16:59.886Z Compiling fs-err v2.11.0
27192026-06-02T01:17:00.158Z Compiling parking_lot_core v0.8.6
27202026-06-02T01:17:00.373Z Compiling mime_guess v2.0.5
27212026-06-02T01:17:00.397Z Compiling slog-scope v4.4.1
27222026-06-02T01:17:00.475Z Compiling flume v0.11.1
27232026-06-02T01:17:00.858Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27242026-06-02T01:17:00.907Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27252026-06-02T01:17:00.929Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27262026-06-02T01:17:01.960Z Compiling darling_macro v0.23.0
27272026-06-02T01:17:02.486Z Compiling progenitor v0.11.2
27282026-06-02T01:17:02.695Z Compiling progenitor v0.10.0
27292026-06-02T01:17:02.898Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-06-02T01:17:03.655Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-06-02T01:17:04.117Z Compiling oso v0.27.3
27322026-06-02T01:17:05.337Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27332026-06-02T01:17:05.401Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-06-02T01:17:08.697Z Compiling async-bb8-diesel v0.2.1
27352026-06-02T01:17:08.896Z Compiling diesel-dtrace v0.5.0
27362026-06-02T01:17:09.151Z Compiling primeorder v0.13.6
27372026-06-02T01:17:09.232Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-06-02T01:17:09.505Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-06-02T01:17:09.664Z Compiling instability v0.3.11
27402026-06-02T01:17:09.964Z Compiling p384 v0.13.1
27412026-06-02T01:17:10.523Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-06-02T01:17:10.599Z Compiling darling v0.23.0
27432026-06-02T01:17:10.667Z Compiling slog-stdlog v4.1.1
27442026-06-02T01:17:11.304Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-06-02T01:17:11.357Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-06-02T01:17:11.552Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-06-02T01:17:11.667Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-06-02T01:17:11.761Z Compiling ignore v0.4.25
27492026-06-02T01:17:12.120Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-02T01:17:12.190Z Compiling castaway v0.2.4
27512026-06-02T01:17:12.354Z Compiling atty v0.2.14
27522026-06-02T01:17:12.510Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-02T01:17:12.757Z Compiling indoc v2.0.7
27542026-06-02T01:17:12.849Z Compiling parse-size v1.1.0
27552026-06-02T01:17:13.067Z Compiling http-range v0.1.5
27562026-06-02T01:17:13.408Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-02T01:17:13.539Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-06-02T01:17:13.912Z Compiling globwalk v0.9.1
27592026-06-02T01:17:13.972Z Compiling compact_str v0.8.1
27602026-06-02T01:17:14.620Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-06-02T01:17:15.029Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-06-02T01:17:15.195Z Compiling parking_lot v0.11.2
27632026-06-02T01:17:15.733Z Compiling slog-envlogger v2.2.0
27642026-06-02T01:17:15.756Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-06-02T01:17:16.888Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-06-02T01:17:17.002Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-06-02T01:17:17.099Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-06-02T01:17:17.409Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-06-02T01:17:17.618Z Compiling predicates-tree v1.0.13
27702026-06-02T01:17:17.735Z Compiling unicode-truncate v1.1.0
27712026-06-02T01:17:17.757Z Compiling lru v0.12.5
27722026-06-02T01:17:17.782Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-06-02T01:17:17.956Z Compiling rand_seeder v0.4.0
27742026-06-02T01:17:17.988Z Compiling prefix-trie v0.7.0
27752026-06-02T01:17:18.126Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-06-02T01:17:18.224Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-06-02T01:17:18.343Z Compiling vergen-git2 v1.0.7
27782026-06-02T01:17:18.392Z Compiling corncobs v0.1.4
27792026-06-02T01:17:18.502Z Compiling illumos-nvpair-sys v0.2.0
27802026-06-02T01:17:18.523Z Compiling cassowary v0.3.0
27812026-06-02T01:17:18.606Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-02T01:17:18.647Z Compiling hickory-server v0.25.2
27832026-06-02T01:17:18.679Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-06-02T01:17:18.769Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-06-02T01:17:18.894Z Compiling ratatui v0.29.0
27862026-06-02T01:17:19.086Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-06-02T01:17:19.310Z Compiling camino-tempfile-ext v0.3.3
27882026-06-02T01:17:19.380Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-02T01:17:20.007Z Compiling hyper-staticfile v0.10.1
27902026-06-02T01:17:20.142Z Compiling sled v0.34.7
27912026-06-02T01:17:20.780Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-06-02T01:17:21.245Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-06-02T01:17:21.476Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-06-02T01:17:23.166Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-06-02T01:17:23.410Z Compiling secrecy v0.8.0
27962026-06-02T01:17:23.491Z Compiling rustls v0.21.12
27972026-06-02T01:17:23.550Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-06-02T01:17:23.788Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-06-02T01:17:23.844Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28002026-06-02T01:17:23.901Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-06-02T01:17:24.448Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-06-02T01:17:24.837Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-06-02T01:17:25.604Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-06-02T01:17:26.326Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-06-02T01:17:27.236Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-06-02T01:17:27.366Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-06-02T01:17:27.933Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-06-02T01:17:28.162Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-06-02T01:17:28.381Z Compiling rustls-webpki v0.101.7
28102026-06-02T01:17:28.506Z Compiling sct v0.7.1
28112026-06-02T01:17:28.781Z Compiling nix v0.29.0
28122026-06-02T01:17:28.967Z Compiling dropshot v0.16.7
28132026-06-02T01:17:29.187Z Compiling void v1.0.2
28142026-06-02T01:17:29.314Z Compiling lzss v0.8.2
28152026-06-02T01:17:29.680Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-06-02T01:17:29.916Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-06-02T01:17:29.946Z Compiling illumos-nvpair v0.3.0
28182026-06-02T01:17:30.084Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-06-02T01:17:30.759Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-06-02T01:17:30.844Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-06-02T01:17:31.096Z Compiling tungstenite v0.23.0
28222026-06-02T01:17:31.474Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-06-02T01:17:32.133Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242026-06-02T01:17:32.240Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-06-02T01:17:32.368Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28262026-06-02T01:17:32.476Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28272026-06-02T01:17:32.604Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-06-02T01:17:32.709Z Compiling toml v0.9.12+spec-1.1.0
28292026-06-02T01:17:32.837Z Compiling nix v0.27.1
28302026-06-02T01:17:33.454Z Compiling dropshot_endpoint v0.16.7
28312026-06-02T01:17:33.570Z Compiling serde_bytes v0.11.19
28322026-06-02T01:17:33.864Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28332026-06-02T01:17:33.867Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-06-02T01:17:34.178Z Compiling tokio-tungstenite v0.23.1
28352026-06-02T01:17:34.561Z Compiling tokio-rustls v0.24.1
28362026-06-02T01:17:34.885Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-06-02T01:17:35.298Z Compiling git2 v0.20.4
28382026-06-02T01:17:36.921Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28392026-06-02T01:17:38.369Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-06-02T01:17:38.521Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-06-02T01:17:39.691Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-06-02T01:17:40.379Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-06-02T01:17:40.467Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-06-02T01:17:40.671Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-02T01:17:40.712Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28462026-06-02T01:17:40.904Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-06-02T01:17:41.504Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-06-02T01:17:42.275Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-06-02T01:17:42.476Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-06-02T01:17:42.737Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-06-02T01:17:42.989Z Compiling rustls-pemfile v1.0.4
28522026-06-02T01:17:43.203Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-06-02T01:17:43.406Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-06-02T01:17:43.660Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-06-02T01:17:44.946Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-06-02T01:17:44.975Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-06-02T01:17:46.591Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-06-02T01:17:47.022Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-06-02T01:17:47.267Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-06-02T01:17:47.877Z Compiling signal-hook-tokio v0.3.1
28612026-06-02T01:17:47.902Z Compiling twox-hash v2.1.2
28622026-06-02T01:17:47.957Z Compiling yasna v0.5.2
28632026-06-02T01:17:47.979Z Compiling is_ci v1.2.0
28642026-06-02T01:17:48.078Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28652026-06-02T01:17:48.207Z Compiling supports-color v3.0.2
28662026-06-02T01:17:48.515Z Compiling rcgen v0.12.1
28672026-06-02T01:17:48.536Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-06-02T01:17:48.825Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-06-02T01:17:48.887Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28702026-06-02T01:17:49.497Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28712026-06-02T01:17:49.599Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-06-02T01:17:51.762Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-06-02T01:17:53.009Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-06-02T01:17:53.186Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-02T01:17:53.326Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-06-02T01:17:53.563Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-06-02T01:17:53.801Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-06-02T01:17:53.845Z Compiling fatfs v0.3.6
28792026-06-02T01:17:54.019Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-06-02T01:17:55.034Z Compiling rtoolbox v0.0.3
28812026-06-02T01:17:55.317Z Compiling subprocess v0.2.15
28822026-06-02T01:17:55.560Z Compiling seq-macro v0.3.6
28832026-06-02T01:17:56.056Z Compiling assert_matches v1.5.0
28842026-06-02T01:17:56.171Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-06-02T01:17:56.818Z Compiling rpassword v7.4.0
28862026-06-02T01:17:56.968Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-06-02T01:17:57.028Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28882026-06-02T01:17:57.115Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-06-02T01:17:57.525Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-06-02T01:17:57.660Z Compiling tui-tree-widget v0.23.1
28912026-06-02T01:17:57.724Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-06-02T01:17:57.956Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-02T01:17:58.483Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-06-02T01:17:59.549Z Compiling uzers v0.12.2
28952026-06-02T01:17:59.582Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-06-02T01:18:01.060Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-06-02T01:18:01.408Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-06-02T01:18:02.240Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-06-02T01:18:04.166Z Compiling support-bundle-viewer v0.1.2
29002026-06-02T01:18:06.039Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-06-02T01:18:06.087Z Compiling multimap v0.10.1
29022026-06-02T01:18:14.392Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29032026-06-02T01:18:14.975Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29042026-06-02T01:18:17.851Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-06-02T01:18:26.241Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-06-02T01:27:27.335Z Finished `release` profile [optimized] target(s) in 11m 14s
29072026-06-02T01:28:12.481Z
29082026-06-02T01:28:12.481Zreal 12:00.337584305
29092026-06-02T01:28:12.481Zuser 1:21:04.636716711
29102026-06-02T01:28:12.484Zsys 3:36.980872295
29112026-06-02T01:28:12.484Ztrap 1.748848250
29122026-06-02T01:28:12.484Ztflt 2.588515476
29132026-06-02T01:28:12.484Zdflt 17.926510975
29142026-06-02T01:28:12.484Zkflt 0.006463993
29152026-06-02T01:28:12.484Zlock 8:52:50.402145219
29162026-06-02T01:28:12.484Zslp 2:27:50.584060902
29172026-06-02T01:28:12.484Zlat 2:33.736214629
29182026-06-02T01:28:12.485Zstop 5:18.783667644
29192026-06-02T01:28:12.485Z+ mapfile -t packages
29202026-06-02T01:28:12.485Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-06-02T01:28:13.455Z Finished `release` profile [optimized] target(s) in 0.96s
29222026-06-02T01:28:13.530Z Running `target/release/omicron-package -t test list-outputs`
29232026-06-02T01:28:13.590ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-06-02T01:28:13.593Z+ ptime -m cargo build --locked --release -p xtask
29252026-06-02T01:28:14.133Z Compiling libc v0.2.185
29262026-06-02T01:28:14.133Z Compiling serde v1.0.228
29272026-06-02T01:28:14.136Z Compiling serde_core v1.0.228
29282026-06-02T01:28:14.136Z Compiling rustix v1.1.3
29292026-06-02T01:28:14.136Z Compiling serde_json v1.0.149
29302026-06-02T01:28:14.136Z Compiling bitflags v2.11.0
29312026-06-02T01:28:14.272Z Compiling num-traits v0.2.19
29322026-06-02T01:28:14.282Z Compiling syn v2.0.117
29332026-06-02T01:28:14.306Z Compiling smallvec v1.15.1
29342026-06-02T01:28:14.309Z Compiling indexmap v2.14.0
29352026-06-02T01:28:14.328Z Compiling usdt-impl v0.5.0
29362026-06-02T01:28:14.339Z Compiling syn v1.0.109
29372026-06-02T01:28:14.354Z Compiling getrandom v0.4.1
29382026-06-02T01:28:14.356Z Compiling percent-encoding v2.3.2
29392026-06-02T01:28:14.504Z Compiling log v0.4.29
29402026-06-02T01:28:14.642Z Compiling form_urlencoded v1.2.2
29412026-06-02T01:28:14.661Z Compiling fs-err v3.3.0
29422026-06-02T01:28:14.772Z Compiling heck v0.4.1
29432026-06-02T01:28:14.783Z Compiling anyhow v1.0.102
29442026-06-02T01:28:14.794Z Compiling once_cell v1.21.3
29452026-06-02T01:28:15.006Z Compiling errno v0.3.14
29462026-06-02T01:28:15.009Z Compiling thread-id v4.2.2
29472026-06-02T01:28:15.009Z Compiling memmap v0.7.0
29482026-06-02T01:28:15.312Z Compiling ordered-float v2.10.1
29492026-06-02T01:28:15.885Z Compiling proc-macro-error v1.0.4
29502026-06-02T01:28:16.011Z Compiling terminal_size v0.4.3
29512026-06-02T01:28:16.012Z Compiling tempfile v3.25.0
29522026-06-02T01:28:16.112Z Compiling clap_builder v4.5.60
29532026-06-02T01:28:16.112Z Compiling textwrap v0.16.2
29542026-06-02T01:28:16.137Z Compiling tabled_derive v0.7.0
29552026-06-02T01:28:16.247Z Compiling camino-tempfile v1.4.1
29562026-06-02T01:28:16.778Z Compiling tabled v0.15.0
29572026-06-02T01:28:16.789Z Compiling synstructure v0.13.2
29582026-06-02T01:28:16.792Z Compiling pest_generator v2.8.6
29592026-06-02T01:28:17.165Z Compiling serde_derive v1.0.228
29602026-06-02T01:28:17.165Z Compiling zerovec-derive v0.11.2
29612026-06-02T01:28:17.169Z Compiling displaydoc v0.2.5
29622026-06-02T01:28:17.169Z Compiling thiserror-impl v1.0.69
29632026-06-02T01:28:17.169Z Compiling zerocopy-derive v0.7.35
29642026-06-02T01:28:17.169Z Compiling scroll_derive v0.12.1
29652026-06-02T01:28:17.169Z Compiling thiserror-impl v2.0.18
29662026-06-02T01:28:17.169Z Compiling clap_derive v4.5.55
29672026-06-02T01:28:17.231Z Compiling zerofrom-derive v0.1.6
29682026-06-02T01:28:17.242Z Compiling yoke-derive v0.8.1
29692026-06-02T01:28:17.292Z Compiling pest_derive v2.8.6
29702026-06-02T01:28:17.880Z Compiling scroll v0.12.0
29712026-06-02T01:28:18.010Z Compiling zerocopy v0.7.35
29722026-06-02T01:28:18.156Z Compiling goblin v0.8.2
29732026-06-02T01:28:18.356Z Compiling zerofrom v0.1.6
29742026-06-02T01:28:18.368Z Compiling thiserror v1.0.69
29752026-06-02T01:28:18.411Z Compiling thiserror v2.0.18
29762026-06-02T01:28:18.476Z Compiling yoke v0.8.1
29772026-06-02T01:28:18.489Z Compiling dtrace-parser v0.2.0
29782026-06-02T01:28:18.696Z Compiling zerovec v0.11.5
29792026-06-02T01:28:18.873Z Compiling zerotrie v0.2.3
29802026-06-02T01:28:18.906Z Compiling clap v4.5.60
29812026-06-02T01:28:19.332Z Compiling tinystr v0.8.2
29822026-06-02T01:28:19.348Z Compiling potential_utf v0.1.4
29832026-06-02T01:28:19.549Z Compiling icu_locale_core v2.1.1
29842026-06-02T01:28:19.567Z Compiling icu_collections v2.1.1
29852026-06-02T01:28:20.320Z Compiling icu_provider v2.1.1
29862026-06-02T01:28:20.572Z Compiling serde_spanned v0.6.9
29872026-06-02T01:28:20.732Z Compiling icu_normalizer v2.1.1
29882026-06-02T01:28:20.752Z Compiling icu_properties v2.1.2
29892026-06-02T01:28:20.764Z Compiling toml_datetime v0.6.11
29902026-06-02T01:28:20.776Z Compiling dof v0.3.0
29912026-06-02T01:28:20.903Z Compiling serde_tokenstream v0.2.3
29922026-06-02T01:28:21.112Z Compiling toml_edit v0.22.27
29932026-06-02T01:28:21.212Z Compiling serde-value v0.7.0
29942026-06-02T01:28:21.223Z Compiling cargo-platform v0.2.0
29952026-06-02T01:28:21.235Z Compiling macaddr v1.0.1
29962026-06-02T01:28:21.621Z Compiling idna_adapter v1.2.1
29972026-06-02T01:28:21.677Z Compiling usdt-attr-macro v0.5.0
29982026-06-02T01:28:21.733Z Compiling usdt-macro v0.5.0
29992026-06-02T01:28:21.761Z Compiling idna v1.1.0
30002026-06-02T01:28:22.094Z Compiling url v2.5.8
30012026-06-02T01:28:22.334Z Compiling usdt v0.5.0
30022026-06-02T01:28:22.656Z Compiling toml v0.8.23
30032026-06-02T01:28:23.086Z Compiling cargo-util-schemas v0.8.2
30042026-06-02T01:28:23.087Z Compiling cargo_toml v0.21.0
30052026-06-02T01:28:24.100Z Compiling cargo_metadata v0.21.0
30062026-06-02T01:28:27.165Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-02T01:28:30.164Z Finished `release` profile [optimized] target(s) in 16.55s
30082026-06-02T01:28:30.331Z
30092026-06-02T01:28:30.331Zreal 16.700906656
30102026-06-02T01:28:30.331Zuser 2:21.874578479
30112026-06-02T01:28:30.331Zsys 17.061263457
30122026-06-02T01:28:30.331Ztrap 0.090305894
30132026-06-02T01:28:30.336Ztflt 0.525540141
30142026-06-02T01:28:30.336Zdflt 1.597813327
30152026-06-02T01:28:30.336Zkflt 0.000061920
30162026-06-02T01:28:30.336Zlock 5:18.288922775
30172026-06-02T01:28:30.336Zslp 3:24.773315487
30182026-06-02T01:28:30.336Zlat 5.650662611
30192026-06-02T01:28:30.336Zstop 19.484619302
30202026-06-02T01:28:30.336Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-06-02T01:28:30.336Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-02T01:28:30.336Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-06-02T01:28:30.336Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-02T01:28:30.336Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-06-02T01:28:31.296Z Compiling newtype-uuid-macros v0.1.0
30262026-06-02T01:28:31.296Z Compiling regress v0.10.5
30272026-06-02T01:28:31.296Z Compiling structmeta-derive v0.3.0
30282026-06-02T01:28:31.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-06-02T01:28:31.299Z Compiling rustls v0.22.4
30302026-06-02T01:28:31.299Z Compiling rustls-webpki v0.102.8
30312026-06-02T01:28:31.299Z Compiling multer v3.1.0
30322026-06-02T01:28:31.299Z Compiling debug-ignore v1.0.5
30332026-06-02T01:28:31.299Z Compiling compression-core v0.4.31
30342026-06-02T01:28:31.447Z Compiling match_cfg v0.1.0
30352026-06-02T01:28:31.450Z Compiling slog-json v2.6.1
30362026-06-02T01:28:31.450Z Compiling async-stream-impl v0.3.6
30372026-06-02T01:28:31.450Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-06-02T01:28:31.515Z Compiling serde_spanned v1.0.4
30392026-06-02T01:28:31.519Z Compiling hostname v0.3.1
30402026-06-02T01:28:31.519Z Compiling dropshot v0.17.0
30412026-06-02T01:28:31.522Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-06-02T01:28:31.647Z Compiling compression-codecs v0.4.37
30432026-06-02T01:28:31.684Z Compiling progenitor-client v0.14.0
30442026-06-02T01:28:31.794Z Compiling toml v1.0.6+spec-1.1.0
30452026-06-02T01:28:31.797Z Compiling slog-bunyan v2.5.0
30462026-06-02T01:28:31.797Z Compiling itertools v0.14.0
30472026-06-02T01:28:31.854Z Compiling waitgroup v0.1.2
30482026-06-02T01:28:31.857Z Compiling rustls-pemfile v2.2.0
30492026-06-02T01:28:31.929Z Compiling async-compression v0.4.41
30502026-06-02T01:28:31.985Z Compiling dropshot_endpoint v0.17.0
30512026-06-02T01:28:31.988Z Compiling serde_path_to_error v0.1.20
30522026-06-02T01:28:32.003Z Compiling hostname v0.4.2
30532026-06-02T01:28:32.080Z Compiling async-stream v0.3.6
30542026-06-02T01:28:32.080Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-06-02T01:28:32.083Z Compiling macaddr v1.0.1
30562026-06-02T01:28:32.121Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-06-02T01:28:32.162Z Compiling instant v0.1.13
30582026-06-02T01:28:32.289Z Compiling progenitor-client v0.10.0
30592026-06-02T01:28:32.306Z Compiling backon v1.6.0
30602026-06-02T01:28:32.309Z Compiling backoff v0.4.0
30612026-06-02T01:28:32.343Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-06-02T01:28:32.373Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-06-02T01:28:32.397Z Compiling universal-hash v0.5.1
30642026-06-02T01:28:32.460Z Compiling opaque-debug v0.3.1
30652026-06-02T01:28:32.537Z Compiling progenitor-extras v0.2.0
30662026-06-02T01:28:32.557Z Compiling unsafe-libyaml v0.2.11
30672026-06-02T01:28:32.573Z Compiling half v2.7.1
30682026-06-02T01:28:32.573Z Compiling crucible-workspace-hack v0.1.0
30692026-06-02T01:28:32.576Z Compiling ciborium-io v0.2.2
30702026-06-02T01:28:32.593Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-06-02T01:28:32.647Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-06-02T01:28:32.647Z Compiling regress v0.11.1
30732026-06-02T01:28:32.713Z Compiling convert_case v0.4.0
30742026-06-02T01:28:32.781Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-06-02T01:28:32.799Z Compiling aead v0.5.2
30762026-06-02T01:28:32.817Z Compiling secrecy v0.10.3
30772026-06-02T01:28:32.862Z Compiling ciborium-ll v0.2.2
30782026-06-02T01:28:32.878Z Compiling structmeta v0.3.0
30792026-06-02T01:28:33.002Z Compiling poly1305 v0.8.0
30802026-06-02T01:28:33.016Z Compiling chacha20 v0.9.1
30812026-06-02T01:28:33.035Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30822026-06-02T01:28:33.072Z Compiling ciborium v0.2.2
30832026-06-02T01:28:33.103Z Compiling serde_yaml v0.9.34+deprecated
30842026-06-02T01:28:33.122Z Compiling derive_more v0.99.20
30852026-06-02T01:28:33.125Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-06-02T01:28:33.160Z Compiling derive-ex v0.1.8
30872026-06-02T01:28:33.180Z Compiling parse-display-derive v0.10.0
30882026-06-02T01:28:33.296Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-06-02T01:28:33.314Z Compiling thiserror-impl-no-std v2.0.2
30902026-06-02T01:28:33.330Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-02T01:28:33.346Z Compiling byte-wrapper v0.1.0
30922026-06-02T01:28:33.537Z Compiling password-hash v0.5.0
30932026-06-02T01:28:33.554Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-06-02T01:28:33.646Z Compiling blake2 v0.10.6
30952026-06-02T01:28:33.689Z Compiling chacha20poly1305 v0.10.1
30962026-06-02T01:28:33.725Z Compiling indent_write v2.2.0
30972026-06-02T01:28:33.780Z Compiling heapless v0.8.0
30982026-06-02T01:28:33.804Z Compiling ingot-macros v0.1.1
30992026-06-02T01:28:33.868Z Compiling tabwriter v1.4.1
31002026-06-02T01:28:33.892Z Compiling toml_edit v0.23.10+spec-1.0.0
31012026-06-02T01:28:33.973Z Compiling argon2 v0.5.3
31022026-06-02T01:28:34.111Z Compiling tokio-rustls v0.25.0
31032026-06-02T01:28:34.264Z Compiling typify-impl v0.6.2
31042026-06-02T01:28:34.392Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31052026-06-02T01:28:34.594Z Compiling thiserror-no-std v2.0.2
31062026-06-02T01:28:34.635Z Compiling num-rational v0.4.2
31072026-06-02T01:28:34.652Z Compiling hash32 v0.3.1
31082026-06-02T01:28:34.702Z Compiling vsss-rs v3.3.4
31092026-06-02T01:28:34.721Z Compiling num-complex v0.4.6
31102026-06-02T01:28:34.850Z Compiling smoltcp v0.11.0
31112026-06-02T01:28:34.936Z Compiling test-strategy v0.4.5
31122026-06-02T01:28:34.972Z Compiling parse-display v0.10.0
31132026-06-02T01:28:35.011Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-06-02T01:28:35.148Z Compiling num v0.4.3
31152026-06-02T01:28:35.252Z Compiling proc-macro-crate v3.4.0
31162026-06-02T01:28:35.291Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31172026-06-02T01:28:35.294Z Compiling atomicwrites v0.4.4
31182026-06-02T01:28:35.325Z Compiling cobs v0.3.0
31192026-06-02T01:28:35.328Z Compiling colored v3.1.1
31202026-06-02T01:28:35.436Z Compiling float-ord v0.3.2
31212026-06-02T01:28:35.519Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-06-02T01:28:35.563Z Compiling postcard v1.1.3
31232026-06-02T01:28:35.586Z Compiling proc-macro-error v1.0.4
31242026-06-02T01:28:35.692Z Compiling proc-macro-crate v1.3.1
31252026-06-02T01:28:35.756Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31262026-06-02T01:28:35.776Z Compiling foreign-types-macros v0.2.3
31272026-06-02T01:28:35.793Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-06-02T01:28:35.796Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-06-02T01:28:35.847Z Compiling num_enum_derive v0.7.5
31302026-06-02T01:28:35.935Z Compiling cpufeatures v0.3.0
31312026-06-02T01:28:35.954Z Compiling rayon-core v1.13.0
31322026-06-02T01:28:36.012Z Compiling foreign-types-shared v0.3.1
31332026-06-02T01:28:36.050Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-06-02T01:28:36.077Z Compiling chacha20 v0.10.0
31352026-06-02T01:28:36.152Z Compiling num_enum_derive v0.5.11
31362026-06-02T01:28:36.171Z Compiling toml v0.8.23
31372026-06-02T01:28:36.211Z Compiling crossbeam-deque v0.8.6
31382026-06-02T01:28:36.245Z Compiling camino-tempfile v1.4.1
31392026-06-02T01:28:36.277Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-06-02T01:28:36.322Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31412026-06-02T01:28:36.433Z Compiling foreign-types v0.5.0
31422026-06-02T01:28:36.450Z Compiling cstr-argument v0.1.2
31432026-06-02T01:28:36.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-06-02T01:28:36.524Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-06-02T01:28:36.540Z Compiling rand v0.10.0
31462026-06-02T01:28:36.644Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-06-02T01:28:36.717Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-06-02T01:28:36.764Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-06-02T01:28:36.825Z Compiling ingot-types v0.1.2
31502026-06-02T01:28:36.841Z Compiling zone_cfg_derive v0.3.1
31512026-06-02T01:28:36.844Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31522026-06-02T01:28:36.918Z Compiling rayon v1.11.0
31532026-06-02T01:28:36.940Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31542026-06-02T01:28:36.962Z Compiling itertools v0.12.1
31552026-06-02T01:28:36.990Z Compiling num_enum v0.7.5
31562026-06-02T01:28:37.033Z Compiling num-derive v0.4.2
31572026-06-02T01:28:37.096Z Compiling sigpipe v0.1.3
31582026-06-02T01:28:37.120Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31592026-06-02T01:28:37.143Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31602026-06-02T01:28:37.170Z Compiling glob v0.3.3
31612026-06-02T01:28:37.205Z Compiling ingot v0.1.1
31622026-06-02T01:28:37.223Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31632026-06-02T01:28:37.249Z Compiling num_enum v0.5.11
31642026-06-02T01:28:37.277Z Compiling prettyplease v0.2.37
31652026-06-02T01:28:37.395Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662026-06-02T01:28:37.399Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31672026-06-02T01:28:37.501Z Compiling smf v0.2.3
31682026-06-02T01:28:37.520Z Compiling whoami v1.6.1
31692026-06-02T01:28:37.564Z Compiling usdt-attr-macro v0.5.0
31702026-06-02T01:28:37.584Z Compiling gethostname v0.5.0
31712026-06-02T01:28:37.739Z Compiling usdt-macro v0.5.0
31722026-06-02T01:28:37.743Z Compiling memmap v0.7.0
31732026-06-02T01:28:37.845Z Compiling derive-where v1.6.0
31742026-06-02T01:28:37.892Z Compiling progenitor-client v0.13.0
31752026-06-02T01:28:37.982Z Compiling resolv-conf v0.7.6
31762026-06-02T01:28:38.023Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31772026-06-02T01:28:38.071Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-06-02T01:28:38.228Z Compiling zone v0.3.1
31792026-06-02T01:28:38.249Z Compiling cancel-safe-futures v0.1.5
31802026-06-02T01:28:38.265Z Compiling owo-colors v4.3.0
31812026-06-02T01:28:38.366Z Compiling libsw-core v0.3.2
31822026-06-02T01:28:38.427Z Compiling console v0.15.11
31832026-06-02T01:28:38.444Z Compiling hickory-proto v0.24.4
31842026-06-02T01:28:38.530Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-06-02T01:28:38.547Z Compiling usdt v0.5.0
31862026-06-02T01:28:38.714Z Compiling libsw v3.5.0
31872026-06-02T01:28:38.849Z Compiling newline-converter v0.3.0
31882026-06-02T01:28:38.881Z Compiling libefi-sys v0.1.0
31892026-06-02T01:28:38.902Z Compiling typify-macro v0.6.2
31902026-06-02T01:28:38.922Z Compiling linear-map v1.2.0
31912026-06-02T01:28:38.939Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31922026-06-02T01:28:38.959Z Compiling linked-hash-map v0.5.6
31932026-06-02T01:28:38.981Z Compiling expectorate v1.2.0
31942026-06-02T01:28:39.000Z Compiling git-stub v1.0.0
31952026-06-02T01:28:39.048Z Compiling bitfield-struct v0.6.2
31962026-06-02T01:28:39.127Z Compiling semver v0.1.20
31972026-06-02T01:28:39.144Z Compiling lru-cache v0.1.2
31982026-06-02T01:28:39.219Z Compiling git-stub-vcs v0.1.0
31992026-06-02T01:28:39.247Z Compiling tokio-dtrace v0.1.1
32002026-06-02T01:28:39.250Z Compiling dropshot-api-manager-types v0.7.1
32012026-06-02T01:28:39.311Z Compiling slog-dtrace v0.3.0
32022026-06-02T01:28:39.336Z Compiling minimal-lexical v0.2.1
32032026-06-02T01:28:39.354Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-06-02T01:28:39.426Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-06-02T01:28:39.456Z Compiling rustc_version v0.1.7
32062026-06-02T01:28:39.493Z Compiling oxide-tokio-rt v0.1.4
32072026-06-02T01:28:39.514Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-06-02T01:28:39.561Z Compiling nom v7.1.3
32092026-06-02T01:28:39.605Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-06-02T01:28:39.633Z Compiling typify-impl v0.4.3
32112026-06-02T01:28:39.636Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-06-02T01:28:39.636Z Compiling phf_shared v0.12.1
32132026-06-02T01:28:39.722Z Compiling newtype_derive v0.1.6
32142026-06-02T01:28:39.757Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32152026-06-02T01:28:39.806Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-06-02T01:28:39.825Z Compiling csv-core v0.1.13
32172026-06-02T01:28:39.872Z Compiling chrono-tz v0.10.4
32182026-06-02T01:28:39.946Z Compiling highway v1.3.0
32192026-06-02T01:28:40.086Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-02T01:28:40.130Z Compiling xshell-macros v0.2.7
32212026-06-02T01:28:40.179Z Compiling csv v1.4.0
32222026-06-02T01:28:40.199Z Compiling const_format_proc_macros v0.2.34
32232026-06-02T01:28:40.235Z Compiling phf v0.12.1
32242026-06-02T01:28:40.354Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32252026-06-02T01:28:40.413Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-06-02T01:28:40.460Z Compiling primeorder v0.13.6
32272026-06-02T01:28:40.567Z Compiling xshell v0.2.7
32282026-06-02T01:28:40.627Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-06-02T01:28:40.754Z Compiling hickory-resolver v0.24.4
32302026-06-02T01:28:40.856Z Compiling typify v0.6.2
32312026-06-02T01:28:40.883Z Compiling tabled_derive v0.7.0
32322026-06-02T01:28:40.975Z Compiling progenitor-impl v0.14.0
32332026-06-02T01:28:41.002Z Compiling progenitor-impl v0.13.0
32342026-06-02T01:28:41.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-06-02T01:28:41.072Z Compiling const_format v0.2.35
32362026-06-02T01:28:41.120Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32372026-06-02T01:28:41.139Z Compiling bcs v0.1.6
32382026-06-02T01:28:41.428Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-06-02T01:28:41.490Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-06-02T01:28:41.509Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-06-02T01:28:41.559Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32422026-06-02T01:28:41.796Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-06-02T01:28:41.814Z Compiling qorb v0.4.1
32442026-06-02T01:28:41.915Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-06-02T01:28:41.938Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-06-02T01:28:42.185Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32472026-06-02T01:28:42.404Z Compiling tagptr v0.2.0
32482026-06-02T01:28:42.438Z Compiling salty v0.3.0
32492026-06-02T01:28:42.524Z Compiling termtree v0.5.1
32502026-06-02T01:28:42.591Z Compiling moka v0.12.13
32512026-06-02T01:28:42.609Z Compiling textwrap v0.16.2
32522026-06-02T01:28:42.711Z Compiling tabled v0.15.0
32532026-06-02T01:28:42.752Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-06-02T01:28:43.008Z Compiling steno v0.4.1
32552026-06-02T01:28:43.058Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-06-02T01:28:43.116Z Compiling base64 v0.21.7
32572026-06-02T01:28:43.210Z Compiling humantime v2.3.0
32582026-06-02T01:28:43.233Z Compiling radium v0.7.0
32592026-06-02T01:28:43.286Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32602026-06-02T01:28:43.412Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-06-02T01:28:43.478Z Compiling hickory-resolver v0.25.2
32622026-06-02T01:28:43.563Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-06-02T01:28:43.586Z Compiling p384 v0.13.1
32642026-06-02T01:28:43.669Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-06-02T01:28:43.732Z Compiling progenitor-macro v0.14.0
32662026-06-02T01:28:43.736Z Compiling progenitor-macro v0.13.0
32672026-06-02T01:28:43.869Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-06-02T01:28:43.973Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-06-02T01:28:44.028Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32702026-06-02T01:28:44.177Z Compiling maybe-uninit v2.0.0
32712026-06-02T01:28:44.219Z Compiling typify-macro v0.4.3
32722026-06-02T01:28:44.235Z Compiling tap v1.0.1
32732026-06-02T01:28:44.382Z Compiling wyz v0.5.1
32742026-06-02T01:28:44.473Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-06-02T01:28:44.586Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32762026-06-02T01:28:44.617Z Compiling proc-macro-error-attr2 v2.0.0
32772026-06-02T01:28:44.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-06-02T01:28:44.956Z Compiling parking_lot_core v0.8.6
32792026-06-02T01:28:45.032Z Compiling packed_struct v0.10.1
32802026-06-02T01:28:45.060Z Compiling funty v2.0.0
32812026-06-02T01:28:45.125Z Compiling utf-8 v0.7.6
32822026-06-02T01:28:45.243Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-06-02T01:28:45.290Z Compiling proc-macro-error2 v2.0.1
32842026-06-02T01:28:45.312Z Compiling tungstenite v0.21.0
32852026-06-02T01:28:45.396Z Compiling polyval v0.6.2
32862026-06-02T01:28:45.446Z Compiling bitvec v1.0.1
32872026-06-02T01:28:45.476Z Compiling num-derive v0.3.3
32882026-06-02T01:28:45.634Z Compiling packed_struct_codegen v0.10.1
32892026-06-02T01:28:45.652Z Compiling zerocopy-derive v0.6.6
32902026-06-02T01:28:45.673Z Compiling bitfield-macros v0.19.4
32912026-06-02T01:28:45.695Z Compiling indexmap v1.9.3
32922026-06-02T01:28:45.712Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32932026-06-02T01:28:45.940Z Compiling nodrop v0.1.14
32942026-06-02T01:28:45.958Z Compiling crc-catalog v2.4.0
32952026-06-02T01:28:45.975Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-06-02T01:28:46.064Z Compiling typify v0.4.3
32972026-06-02T01:28:46.081Z Compiling crc v3.4.0
32982026-06-02T01:28:46.084Z Compiling array-init v0.0.4
32992026-06-02T01:28:46.199Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-06-02T01:28:46.219Z Compiling progenitor-impl v0.11.2
33012026-06-02T01:28:46.314Z Compiling tokio-tungstenite v0.21.0
33022026-06-02T01:28:46.331Z Compiling tabled_derive v0.11.0
33032026-06-02T01:28:46.443Z Compiling libscf-sys v1.1.0
33042026-06-02T01:28:46.468Z Compiling bitfield v0.19.4
33052026-06-02T01:28:46.486Z Compiling ghash v0.5.1
33062026-06-02T01:28:46.579Z Compiling zerocopy v0.6.6
33072026-06-02T01:28:46.621Z Compiling smallvec v0.6.14
33082026-06-02T01:28:46.780Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-06-02T01:28:46.801Z Compiling papergrid v0.17.0
33102026-06-02T01:28:46.900Z Compiling testing_table v0.3.0
33112026-06-02T01:28:46.956Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-06-02T01:28:46.976Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-06-02T01:28:47.015Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-06-02T01:28:47.095Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33152026-06-02T01:28:47.179Z Compiling ctr v0.9.2
33162026-06-02T01:28:47.211Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-06-02T01:28:47.344Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-06-02T01:28:47.362Z Compiling hashbrown v0.12.3
33192026-06-02T01:28:47.412Z Compiling unicase v2.9.0
33202026-06-02T01:28:47.559Z Compiling illumos-nvpair-sys v0.2.0
33212026-06-02T01:28:47.578Z Compiling corncobs v0.1.4
33222026-06-02T01:28:47.578Z Compiling aes-gcm v0.10.3
33232026-06-02T01:28:47.661Z Compiling mime_guess v2.0.5
33242026-06-02T01:28:47.705Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-06-02T01:28:47.723Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-06-02T01:28:47.868Z Compiling tabled v0.20.0
33272026-06-02T01:28:47.883Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-02T01:28:47.922Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33292026-06-02T01:28:48.086Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-06-02T01:28:48.269Z Compiling parking_lot v0.11.2
33312026-06-02T01:28:48.302Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-06-02T01:28:48.302Z Compiling serde-hex v0.1.0
33332026-06-02T01:28:48.336Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-06-02T01:28:48.599Z Compiling progenitor-impl v0.10.0
33352026-06-02T01:28:48.707Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-06-02T01:28:48.747Z Compiling ron v0.8.1
33372026-06-02T01:28:48.779Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33382026-06-02T01:28:48.796Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-06-02T01:28:48.813Z Compiling hashbrown v0.13.2
33402026-06-02T01:28:49.008Z Compiling progenitor-macro v0.11.2
33412026-06-02T01:28:49.047Z Compiling progenitor v0.14.0
33422026-06-02T01:28:49.067Z Compiling progenitor v0.13.0
33432026-06-02T01:28:49.276Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33442026-06-02T01:28:49.315Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-06-02T01:28:49.393Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-06-02T01:28:49.457Z Compiling progenitor-client v0.11.2
33472026-06-02T01:28:49.529Z Compiling ssh-encoding v0.2.0
33482026-06-02T01:28:49.748Z Compiling blowfish v0.9.1
33492026-06-02T01:28:49.815Z Compiling prefix-trie v0.7.0
33502026-06-02T01:28:49.835Z Compiling fxhash v0.2.1
33512026-06-02T01:28:49.897Z Compiling secrecy v0.8.0
33522026-06-02T01:28:50.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33532026-06-02T01:28:50.035Z Compiling crc-any v2.5.0
33542026-06-02T01:28:50.079Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33552026-06-02T01:28:50.198Z Compiling hickory-server v0.25.2
33562026-06-02T01:28:50.225Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-06-02T01:28:50.288Z Compiling sled v0.34.7
33582026-06-02T01:28:50.307Z Compiling bcrypt-pbkdf v0.10.0
33592026-06-02T01:28:50.359Z Compiling ssh-cipher v0.2.0
33602026-06-02T01:28:50.656Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-06-02T01:28:50.712Z Compiling object v0.30.4
33622026-06-02T01:28:51.001Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-06-02T01:28:51.005Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33642026-06-02T01:28:51.320Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-06-02T01:28:51.379Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-06-02T01:28:51.697Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33672026-06-02T01:28:51.822Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-06-02T01:28:52.022Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33692026-06-02T01:28:52.139Z Compiling progenitor-macro v0.10.0
33702026-06-02T01:28:52.411Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-06-02T01:28:52.448Z Compiling password-hash v0.4.2
33722026-06-02T01:28:52.585Z Compiling path-slash v0.1.5
33732026-06-02T01:28:52.771Z Compiling half v1.8.3
33742026-06-02T01:28:52.874Z Compiling http-range v0.1.5
33752026-06-02T01:28:52.940Z Compiling crc8 v0.1.1
33762026-06-02T01:28:53.070Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-06-02T01:28:53.089Z Compiling serde_cbor v0.11.2
33782026-06-02T01:28:53.092Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-06-02T01:28:53.316Z Compiling pbkdf2 v0.11.0
33802026-06-02T01:28:53.557Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33812026-06-02T01:28:53.670Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-06-02T01:28:53.706Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33832026-06-02T01:28:53.757Z Compiling illumos-nvpair v0.3.0
33842026-06-02T01:28:54.062Z Compiling ssh-key v0.6.7
33852026-06-02T01:28:54.208Z Compiling progenitor v0.11.2
33862026-06-02T01:28:54.242Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33872026-06-02T01:28:54.364Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33882026-06-02T01:28:54.415Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-06-02T01:28:54.536Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33902026-06-02T01:28:54.604Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33912026-06-02T01:28:54.622Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-06-02T01:28:54.732Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33932026-06-02T01:28:54.762Z Compiling p521 v0.13.3
33942026-06-02T01:28:54.781Z Compiling p256 v0.13.2
33952026-06-02T01:28:54.908Z Compiling yasna v0.5.2
33962026-06-02T01:28:55.188Z Compiling kstat-rs v0.2.4
33972026-06-02T01:28:55.206Z Compiling headers-core v0.3.0
33982026-06-02T01:28:55.210Z Compiling nanorand v0.7.0
33992026-06-02T01:28:55.293Z Compiling russh-cryptovec v0.7.3
34002026-06-02T01:28:55.363Z Compiling atty v0.2.14
34012026-06-02T01:28:55.441Z Compiling md5 v0.7.0
34022026-06-02T01:28:55.468Z Compiling home v0.5.12
34032026-06-02T01:28:55.511Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34042026-06-02T01:28:55.514Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34052026-06-02T01:28:55.544Z Compiling flume v0.11.1
34062026-06-02T01:28:55.564Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-06-02T01:28:55.625Z Compiling russh-keys v0.45.0
34082026-06-02T01:28:55.643Z Compiling rcgen v0.12.1
34092026-06-02T01:28:55.713Z Compiling headers v0.4.1
34102026-06-02T01:28:55.744Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-06-02T01:28:55.793Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-06-02T01:28:55.876Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-06-02T01:28:55.904Z Compiling hyper-staticfile v0.10.1
34142026-06-02T01:28:56.130Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34152026-06-02T01:28:56.305Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-06-02T01:28:56.442Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-06-02T01:28:56.506Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-06-02T01:28:56.569Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-06-02T01:28:56.588Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-06-02T01:28:56.707Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-06-02T01:28:56.798Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-06-02T01:28:56.895Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-06-02T01:28:57.026Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-06-02T01:28:57.204Z Compiling num-bigint v0.4.6
34252026-06-02T01:28:57.252Z Compiling des v0.8.1
34262026-06-02T01:28:57.285Z Compiling progenitor v0.10.0
34272026-06-02T01:28:57.306Z Compiling subprocess v0.2.15
34282026-06-02T01:28:57.309Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-06-02T01:28:57.309Z Compiling hex-literal v0.4.1
34302026-06-02T01:28:57.360Z Compiling display-error-chain v0.2.2
34312026-06-02T01:28:57.463Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34322026-06-02T01:28:57.482Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-06-02T01:28:57.522Z Compiling colored v2.2.0
34342026-06-02T01:28:57.540Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-06-02T01:28:57.600Z Compiling socket2 v0.5.10
34362026-06-02T01:28:57.634Z Compiling internet-checksum v0.2.1
34372026-06-02T01:28:57.759Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-06-02T01:28:58.056Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34392026-06-02T01:28:58.103Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34402026-06-02T01:28:58.435Z Compiling russh v0.45.0
34412026-06-02T01:29:00.708Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34422026-06-02T01:29:00.838Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-06-02T01:29:01.391Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-06-02T01:29:01.866Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-06-02T01:29:03.753Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-06-02T01:29:11.730Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-06-02T01:29:11.730Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-06-02T01:29:11.733Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-06-02T01:29:11.733Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-06-02T01:29:13.506Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-06-02T01:29:13.527Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-06-02T01:29:17.754Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-06-02T01:29:56.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34542026-06-02T01:29:56.916Z
34552026-06-02T01:29:56.917Zreal 1:26.519614829
34562026-06-02T01:29:56.917Zuser 8:14.515402247
34572026-06-02T01:29:56.917Zsys 1:45.371400501
34582026-06-02T01:29:56.917Ztrap 0.256162312
34592026-06-02T01:29:56.917Ztflt 0.612521116
34602026-06-02T01:29:56.917Zdflt 1.934903390
34612026-06-02T01:29:56.917Zkflt 0.000456340
34622026-06-02T01:29:56.917Zlock 29:32.787221099
34632026-06-02T01:29:56.921Zslp 19:09.979647852
34642026-06-02T01:29:56.921Zlat 40.450851746
34652026-06-02T01:29:56.921Zstop 2:59.932541778
34662026-06-02T01:29:56.921Z+ mkdir tests
34672026-06-02T01:29:56.926Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-06-02T01:29:56.926Z+ xargs -I '{}' -t cp '{}' tests/
34692026-06-02T01:29:56.948Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/
34702026-06-02T01:29:56.977Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/
34712026-06-02T01:29:57.005Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/
34722026-06-02T01:29:57.034Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/
34732026-06-02T01:29:57.366Z+ 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)
34742026-06-02T01:29:57.371Z+ 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-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 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
34752026-06-02T01:31:16.751ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-06-02T01:31:16.751Za .github/buildomat/ci-env.sh 1K
34772026-06-02T01:31:16.751Za out/target/test 1K
34782026-06-02T01:31:16.752Za out/npuzone/npuzone 27402K
34792026-06-02T01:31:16.752Za package-manifest.toml 35K
34802026-06-02T01:31:16.752Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-06-02T01:31:16.752Za target/release/omicron-package 45999K
34822026-06-02T01:31:16.752Za target/release/xtask 11449K
34832026-06-02T01:31:16.752Za target/debug/bootstrap 352389K
34842026-06-02T01:31:16.752Za tests/bootstrap-54eb8cb4fad452e9 31215K
34852026-06-02T01:31:16.752Za tests/commtest-e57ddec93a65e07d 32300K
34862026-06-02T01:31:16.753Za tests/dhcp_server-b3d54b1df50298e7 31215K
34872026-06-02T01:31:16.753Za tests/end_to_end_tests-b20bfc9b29c19962 394169K
34882026-06-02T01:31:16.753Za tools/opte_version 1K
34892026-06-02T01:31:16.753Za tools/opte_version_override 2K
34902026-06-02T01:31:16.753Za out/clickhouse.tar.gz 319620K
34912026-06-02T01:31:16.753Za out/clickhouse_keeper.tar.gz 304971K
34922026-06-02T01:31:16.753Za out/clickhouse_server.tar.gz 319617K
34932026-06-02T01:31:16.753Za out/cockroachdb.tar.gz 165160K
34942026-06-02T01:31:16.753Za out/crucible-pantry-zone.tar.gz 44197K
34952026-06-02T01:31:16.753Za out/crucible-utils.tar 17744K
34962026-06-02T01:31:16.753Za out/crucible-zone.tar.gz 58335K
34972026-06-02T01:31:16.753Za out/external-dns.tar.gz 50334K
34982026-06-02T01:31:16.753Za out/internal-dns.tar.gz 50334K
34992026-06-02T01:31:16.753Za out/mg-ddm-gz.tar 95141K
35002026-06-02T01:31:16.753Za out/nexus.tar.gz 221060K
35012026-06-02T01:31:16.753Za out/ntp.tar.gz 32159K
35022026-06-02T01:31:16.753Za out/omicron-gateway-softnpu.tar.gz 29751K
35032026-06-02T01:31:16.753Za out/omicron-sled-agent.tar 205657K
35042026-06-02T01:31:16.753Za out/overlay.tar.gz 3K
35052026-06-02T01:31:16.754Za out/oximeter.tar.gz 67424K
35062026-06-02T01:31:16.754Za out/oxlog.tar 3782K
35072026-06-02T01:31:16.754Za out/probe.tar.gz 3037K
35082026-06-02T01:31:16.754Za out/propolis-server.tar.gz 38727K
35092026-06-02T01:31:16.754Za out/pumpkind-gz.tar 26647K
35102026-06-02T01:31:16.754Za out/switch-softnpu.tar.gz 397265K
35112026-06-02T01:31:16.757Z
35122026-06-02T01:31:16.757Zreal 1:19.381566785
35132026-06-02T01:31:16.757Zuser 1:16.761369657
35142026-06-02T01:31:16.758Zsys 4.360786557
35152026-06-02T01:31:16.758Ztrap 0.006200527
35162026-06-02T01:31:16.758Ztflt 0.000000000
35172026-06-02T01:31:16.758Zdflt 0.000000000
35182026-06-02T01:31:16.758Zkflt 0.000000000
35192026-06-02T01:31:16.758Zlock 0.000000000
35202026-06-02T01:31:16.758Zslp 1:16.635005002
35212026-06-02T01:31:16.758Zlat 0.993273473
35222026-06-02T01:31:16.758Zstop 0.000550190
35232026-06-02T01:31:16.758Zprocess exited: duration 1134794 ms, exit code 0
 
35242026-06-02T01:31:16.776Zfound 1 output files
35252026-06-02T01:31:16.791Zuploading: /work/package.tar.gz (2448382705 bytes)
35262026-06-02T01:31:47.026Zuploaded: /work/package.tar.gz