01KS16JF9D95X8RV4Q0R77SH18: 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: 01KS16JZXCQ53SRR2KSXBSB2K5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T22:45:20.714Zjob assigned to worker 01KS16K550VPFHQNV4RF3HBK2H [factory aws, i-04d26a02367152472] (queued for 49 s)
 
22026-05-19T22:45:29.045Zstarting task 0: "setup"
32026-05-19T22:45:29.051Z++ uname -s
42026-05-19T22:45:29.055Z+ kern=SunOS
52026-05-19T22:45:29.055Z+ build_user=build
62026-05-19T22:45:29.055Z+ build_uid=12345
72026-05-19T22:45:29.055Z+ work_dir=/work
82026-05-19T22:45:29.055Z+ input_dir=/input
92026-05-19T22:45:29.055Z+ [[ 0 == 12345 ]]
102026-05-19T22:45:29.055Z+ case "$kern" in
112026-05-19T22:45:29.055Z+ groupadd -g 12345 build
122026-05-19T22:45:29.068Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T22:45:31.077Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T22:45:31.215Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T22:45:31.219Z+ home_fs=zfs
162026-05-19T22:45:31.219Z+ [[ zfs == autofs ]]
172026-05-19T22:45:31.219Z+ mkdir -p /home/build
182026-05-19T22:45:31.219Z+ chown build:build /home/build /work
192026-05-19T22:45:33.222Z+ chmod 0700 /home/build /work
202026-05-19T22:45:33.225Zprocess exited: duration 4182 ms, exit code 0
 
212026-05-19T22:45:33.232Zstarting task 1: "rust-toolchain"
222026-05-19T22:45:33.238Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T22:45:33.238Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T22:45:33.238Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-19T22:45:33.238Z * rust toolchain channel = "1.94.0"
262026-05-19T22:45:33.238Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T22:45:33.238Z * rust toolchain profile = "default"
282026-05-19T22:45:33.241Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T22:45:33.242Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T22:45:33.352Zinfo: downloading installer
312026-05-19T22:45:34.743Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T22:45:34.743Zwarn: /home/build/.rustup/settings.toml
332026-05-19T22:45:34.743Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T22:45:34.743Zwarn: instead of the one inferred from the default host triple.
352026-05-19T22:45:34.755Zinfo: profile set to default
362026-05-19T22:45:34.755Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T22:45:34.759Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T22:45:34.889Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T22:45:34.893Zinfo: downloading 6 components
402026-05-19T22:45:49.296Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T22:45:49.297Z
422026-05-19T22:45:49.325Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T22:45:49.325Z
442026-05-19T22:45:49.328Z
452026-05-19T22:45:49.328ZRust is installed now. Great!
462026-05-19T22:45:49.328Z
472026-05-19T22:45:49.328ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T22:45:49.328Zenvironment variable. This has not been done automatically.
492026-05-19T22:45:49.328Z
502026-05-19T22:45:49.328ZTo configure your current shell, you need to source
512026-05-19T22:45:49.328Zthe corresponding env file under $HOME/.cargo.
522026-05-19T22:45:49.328Z
532026-05-19T22:45:49.328ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T22:45:49.328Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T22:45:49.328Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T22:45:49.328Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T22:45:49.328Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T22:45:49.328Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T22:45:49.328Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T22:45:49.328Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T22:45:49.328Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T22:45:49.425Z+ rustup --version
632026-05-19T22:45:49.432Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T22:45:49.434Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T22:45:49.454Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T22:45:49.457Z+ cargo --version
672026-05-19T22:45:49.466Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T22:45:49.469Z+ rustc --version
692026-05-19T22:45:49.492Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T22:45:49.497Zprocess exited: duration 16260 ms, exit code 0
 
712026-05-19T22:45:49.503Zstarting task 2: "authentication"
722026-05-19T22:45:49.521Zprocess exited: duration 18 ms, exit code 0
 
732026-05-19T22:45:49.527Zstarting task 3: "clone repository"
742026-05-19T22:45:49.532Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T22:45:49.535Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T22:45:49.591ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T22:45:59.327Z+ cd /work/oxidecomputer/omicron
782026-05-19T22:45:59.327Z+ git fetch origin bd0d57433bb06c06ad82a03bfe9f8759e1fe6772
792026-05-19T22:45:59.604ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T22:45:59.604Z * branch bd0d57433bb06c06ad82a03bfe9f8759e1fe6772 -> FETCH_HEAD
812026-05-19T22:45:59.618Z+ [[ -n renovate/crate-openssl-vulnerability ]]
822026-05-19T22:45:59.621Z++ git branch --show-current
832026-05-19T22:45:59.625Z+ current=main
842026-05-19T22:45:59.625Z+ [[ main != renovate/crate-openssl-vulnerability ]]
852026-05-19T22:45:59.625Z+ git branch -f renovate/crate-openssl-vulnerability bd0d57433bb06c06ad82a03bfe9f8759e1fe6772
862026-05-19T22:45:59.627Z+ git checkout -f renovate/crate-openssl-vulnerability
872026-05-19T22:45:59.688ZSwitched to branch 'renovate/crate-openssl-vulnerability'
882026-05-19T22:45:59.691Z+ git reset --hard bd0d57433bb06c06ad82a03bfe9f8759e1fe6772
892026-05-19T22:45:59.748ZHEAD is now at bd0d57433 Update Rust crate openssl to v0.10.80 [SECURITY]
902026-05-19T22:45:59.751Zprocess exited: duration 10223 ms, exit code 0
 
912026-05-19T22:45:59.760Zstarting task 4: "build"
922026-05-19T22:45:59.763Z+ source .github/buildomat/ci-env.sh
932026-05-19T22:45:59.763Z++ export CARGO_TERM_COLOR=always
942026-05-19T22:45:59.763Z++ CARGO_TERM_COLOR=always
952026-05-19T22:45:59.763Z+ cargo --version
962026-05-19T22:45:59.772Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T22:45:59.775Z+ rustc --version
982026-05-19T22:45:59.796Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T22:45:59.799Z+ WORK=/work
1002026-05-19T22:45:59.799Z+ pfexec mkdir -p /work
1012026-05-19T22:45:59.802Z+ pfexec chown build /work
1022026-05-19T22:45:59.805Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-19T22:46:02.113Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-19T22:46:02.171Z Startup: Caching catalogs ... Done
1052026-05-19T22:46:02.380ZPlanning: Solver setup ... Done (0.175s)
1062026-05-19T22:46:02.396ZPlanning: Running solver ... Done (0.016s)
1072026-05-19T22:46:02.412ZPlanning: Finding local manifests ... Done (0.014s)
1082026-05-19T22:46:02.425ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-19T22:46:02.444ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-19T22:46:02.459ZPlanning: Package planning ... Done (0.016s)
1112026-05-19T22:46:02.462ZPlanning: Merging actions ... Done (0.001s)
1122026-05-19T22:46:02.662ZPlanning: Checking for conflicting actions ... Done (0.200s)
1132026-05-19T22:46:02.665ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-19T22:46:04.173ZPlanning: Evaluating mediators ... Done (1.511s)
1152026-05-19T22:46:04.176ZPlanning: Planning completed in 1.98 seconds
1162026-05-19T22:46:04.184Z Packages to install: 2
1172026-05-19T22:46:04.184Z Estimated space available: 156.08 GB
1182026-05-19T22:46:04.184ZEstimated space to be consumed: 19.74 MB
1192026-05-19T22:46:04.184Z Create boot environment: No
1202026-05-19T22:46:04.184ZCreate backup boot environment: No
1212026-05-19T22:46:04.184Z Rebuild boot archive: No
1222026-05-19T22:46:04.188Z
1232026-05-19T22:46:04.188ZChanged packages:
1242026-05-19T22:46:04.188Zhelios
1252026-05-19T22:46:04.188Z developer/build-essential
1262026-05-19T22:46:04.188Z None -> 11-3.0
1272026-05-19T22:46:04.188Z library/libxmlsec1
1282026-05-19T22:46:04.188Z None -> 1.2.35-3.0
1292026-05-19T22:46:04.231Z
1302026-05-19T22:46:04.231ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-19T22:46:05.519ZDownload: Completed 1.28 MB in 1.29 seconds (1018k/s)
1322026-05-19T22:46:05.597Z Actions: 1/268 actions (Installing new actions)
1332026-05-19T22:46:05.648Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-19T22:46:05.656ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-19T22:46:05.656ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-19T22:46:05.671ZFinalize: Updating image state ... Done (0.016s)
1372026-05-19T22:46:08.589ZFinalize: Creating fast lookup database ... Done (2.895s)
1382026-05-19T22:46:08.667ZFinalize: Reading search index ... Done (0.013s)
1392026-05-19T22:46:08.670ZFinalize: Updating search index ... Done (0.000s)
1402026-05-19T22:46:08.828ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-19T22:46:09.126ZPlanning: Evaluating mediator changes ... Done
1422026-05-19T22:46:09.231ZPlanning: Checking for conflicting actions ... Done
1432026-05-19T22:46:09.234ZPlanning: Consolidating action changes ... Done
1442026-05-19T22:46:09.388ZPlanning: Evaluating mediators ... Done
1452026-05-19T22:46:09.391ZPlanning: Planning completed in 0.26 seconds
1462026-05-19T22:46:09.412Z Mediators to change: 2
1472026-05-19T22:46:09.412Z Create boot environment: No
1482026-05-19T22:46:09.412ZCreate backup boot environment: No
1492026-05-19T22:46:09.460ZFinalize: Updating package state database ... Done
1502026-05-19T22:46:09.460ZFinalize: Updating package cache ... Done
1512026-05-19T22:46:09.471ZFinalize: Updating image state ... Done
1522026-05-19T22:46:11.421ZFinalize: Creating fast lookup database ... Done
1532026-05-19T22:46:11.488ZFinalize: Reading search index ... Done
1542026-05-19T22:46:11.491ZFinalize: Updating search index ... Done
1552026-05-19T22:46:11.565ZFinalize: Updating package cache ... Done
1562026-05-19T22:46:11.851ZPlanning: Evaluating mediator changes ... Done
1572026-05-19T22:46:11.956ZPlanning: Checking for conflicting actions ... Done
1582026-05-19T22:46:11.959ZPlanning: Consolidating action changes ... Done
1592026-05-19T22:46:12.113ZPlanning: Evaluating mediators ... Done
1602026-05-19T22:46:12.115ZPlanning: Planning completed in 0.26 seconds
1612026-05-19T22:46:12.135Z Mediators to change: 1
1622026-05-19T22:46:12.136Z Create boot environment: No
1632026-05-19T22:46:12.136ZCreate backup boot environment: No
1642026-05-19T22:46:12.219ZFinalize: Updating package state database ... Done
1652026-05-19T22:46:12.219ZFinalize: Updating package cache ... Done
1662026-05-19T22:46:12.228ZFinalize: Updating image state ... Done
1672026-05-19T22:46:14.182ZFinalize: Creating fast lookup database ... Done
1682026-05-19T22:46:14.244ZFinalize: Reading search index ... Done
1692026-05-19T22:46:14.247ZFinalize: Updating search index ... Done
1702026-05-19T22:46:14.336ZFinalize: Updating package cache ... Done
1712026-05-19T22:46:14.654ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-19T22:46:14.654Zapache system 2.4 system
1732026-05-19T22:46:14.654Zclang system 15 system
1742026-05-19T22:46:14.654Zcsh system system illumos
1752026-05-19T22:46:14.654Zctags system system illumos
1762026-05-19T22:46:14.654Zfile vendor vendor darwinsys
1772026-05-19T22:46:14.654Zfile system system illumos
1782026-05-19T22:46:14.654Zgcc vendor 14 vendor
1792026-05-19T22:46:14.654Zgcc system 13 system
1802026-05-19T22:46:14.654Zgcc system 10 system
1812026-05-19T22:46:14.654Zgo system 1.25 system
1822026-05-19T22:46:14.654Zllvm system 15 system
1832026-05-19T22:46:14.654Zmariadb system 11.4 system
1842026-05-19T22:46:14.654Zmta vendor vendor dma
1852026-05-19T22:46:14.654Zopenjdk system 17 system
1862026-05-19T22:46:14.654Zopenjdk system 11 system
1872026-05-19T22:46:14.654Zopenssl vendor 3 vendor
1882026-05-19T22:46:14.654Zperl system 5.40 system
1892026-05-19T22:46:14.654Zpostgresql system 18 system
1902026-05-19T22:46:14.654Zpostgresql system 17 system
1912026-05-19T22:46:14.655Zpython vendor 3 vendor
1922026-05-19T22:46:14.655Zpython system 2 system
1932026-05-19T22:46:14.655Zpython3 vendor 3.13 vendor
1942026-05-19T22:46:14.655Zruby system 3.4 system
1952026-05-19T22:46:14.655Zruby system 3.0 system
1962026-05-19T22:46:14.655Zwords vendor vendor american-english
1972026-05-19T22:46:14.655Zwords system system australian-english
1982026-05-19T22:46:14.655Zwords system system british-english
1992026-05-19T22:46:14.655Zwords system system canadian-english
2002026-05-19T22:46:14.655Zwords system system french
2012026-05-19T22:46:14.655Zwords system system italian
2022026-05-19T22:46:14.655Zwords system system ngerman
2032026-05-19T22:46:14.655Zwords system system ogerman
2042026-05-19T22:46:14.655Zwords system system spanish
2052026-05-19T22:46:14.914ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-19T22:46:14.914Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-19T22:46:15.191ZFMRI IFO
2082026-05-19T22:46:15.191Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-19T22:46:15.191Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-19T22:46:15.191Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-19T22:46:15.191Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-19T22:46:15.191Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-19T22:46:15.191Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-19T22:46:15.191Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-19T22:46:15.191Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-19T22:46:15.191Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-19T22:46:15.427Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-19T22:46:15.710Z Updating crates.io index
2192026-05-19T22:46:15.748Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-19T22:46:16.550Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-19T22:46:17.007Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-19T22:46:17.323Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-19T22:46:18.336Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-19T22:46:18.857Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-19T22:46:20.271Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-19T22:46:21.148Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-19T22:46:21.373Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-19T22:46:22.237Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-19T22:46:22.480Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-19T22:46:22.975Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-19T22:46:23.192Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-19T22:46:24.233Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-19T22:46:24.705Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-19T22:46:25.074Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-19T22:46:25.403Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-19T22:46:25.658Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-19T22:46:26.102Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-19T22:46:26.577Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-19T22:46:26.804Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-19T22:46:27.049Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-19T22:46:27.450Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-19T22:46:27.953Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-19T22:46:28.410Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-19T22:46:28.727Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-19T22:46:29.010Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-19T22:46:30.252Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-19T22:46:30.486Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-19T22:46:31.885Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-19T22:46:32.320Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-19T22:46:32.587Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-19T22:46:32.992Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-19T22:46:33.248Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-19T22:46:33.738Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-19T22:46:33.967Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-19T22:46:34.234Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-19T22:46:34.467Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-19T22:46:34.913Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-19T22:46:48.516Z Downloading crates ...
2592026-05-19T22:46:48.576Z Downloaded anstyle-parse v0.2.7
2602026-05-19T22:46:48.579Z Downloaded cargo_metadata v0.21.0
2612026-05-19T22:46:48.579Z Downloaded terminal_size v0.4.3
2622026-05-19T22:46:48.582Z Downloaded anstream v0.6.21
2632026-05-19T22:46:48.582Z Downloaded camino v1.2.2
2642026-05-19T22:46:48.586Z Downloaded anstyle v1.0.13
2652026-05-19T22:46:48.586Z Downloaded bytecount v0.6.9
2662026-05-19T22:46:48.589Z Downloaded block-buffer v0.10.4
2672026-05-19T22:46:48.589Z Downloaded bitflags v2.11.0
2682026-05-19T22:46:48.589Z Downloaded anstyle-query v1.1.5
2692026-05-19T22:46:48.592Z Downloaded usdt-attr-macro v0.5.0
2702026-05-19T22:46:48.592Z Downloaded camino-tempfile v1.4.1
2712026-05-19T22:46:48.595Z Downloaded cargo-platform v0.2.0
2722026-05-19T22:46:48.595Z Downloaded serde_tokenstream v0.2.3
2732026-05-19T22:46:48.595Z Downloaded anyhow v1.0.102
2742026-05-19T22:46:48.598Z Downloaded typeid v1.0.3
2752026-05-19T22:46:48.598Z Downloaded tabled_derive v0.7.0
2762026-05-19T22:46:48.600Z Downloaded toml_edit v0.22.27
2772026-05-19T22:46:48.603Z Downloaded ucd-trie v0.1.7
2782026-05-19T22:46:48.603Z Downloaded autocfg v1.5.0
2792026-05-19T22:46:48.606Z Downloaded clap v4.5.60
2802026-05-19T22:46:48.609Z Downloaded unicode-linebreak v0.1.5
2812026-05-19T22:46:48.609Z Downloaded byteorder v1.5.0
2822026-05-19T22:46:48.612Z Downloaded smallvec v1.15.1
2832026-05-19T22:46:48.612Z Downloaded unicode-xid v0.2.6
2842026-05-19T22:46:48.615Z Downloaded itoa v1.0.17
2852026-05-19T22:46:48.615Z Downloaded zmij v1.0.21
2862026-05-19T22:46:48.615Z Downloaded plain v0.2.3
2872026-05-19T22:46:48.618Z Downloaded zerofrom-derive v0.1.6
2882026-05-19T22:46:48.618Z Downloaded toml_datetime v0.6.11
2892026-05-19T22:46:48.618Z Downloaded thread-id v4.2.2
2902026-05-19T22:46:48.618Z Downloaded serde_core v1.0.228
2912026-05-19T22:46:48.621Z Downloaded usdt v0.5.0
2922026-05-19T22:46:48.621Z Downloaded cargo-util-schemas v0.8.2
2932026-05-19T22:46:48.621Z Downloaded heck v0.4.1
2942026-05-19T22:46:48.621Z Downloaded potential_utf v0.1.4
2952026-05-19T22:46:48.624Z Downloaded pest_generator v2.8.6
2962026-05-19T22:46:48.627Z Downloaded yoke-derive v0.8.1
2972026-05-19T22:46:48.627Z Downloaded utf8_iter v1.0.4
2982026-05-19T22:46:48.628Z Downloaded fnv v1.0.7
2992026-05-19T22:46:48.628Z Downloaded thiserror v2.0.18
3002026-05-19T22:46:48.631Z Downloaded thiserror-impl v2.0.18
3012026-05-19T22:46:48.631Z Downloaded heck v0.5.0
3022026-05-19T22:46:48.634Z Downloaded papergrid v0.11.0
3032026-05-19T22:46:48.634Z Downloaded utf8parse v0.2.2
3042026-05-19T22:46:48.637Z Downloaded sha2 v0.10.9
3052026-05-19T22:46:48.637Z Downloaded version_check v0.9.5
3062026-05-19T22:46:48.637Z Downloaded zerofrom v0.1.6
3072026-05-19T22:46:48.640Z Downloaded writeable v0.6.2
3082026-05-19T22:46:48.640Z Downloaded thiserror v1.0.69
3092026-05-19T22:46:48.643Z Downloaded crypto-common v0.1.7
3102026-05-19T22:46:48.643Z Downloaded usdt-macro v0.5.0
3112026-05-19T22:46:48.643Z Downloaded cpufeatures v0.2.17
3122026-05-19T22:46:48.647Z Downloaded toml_write v0.1.2
3132026-05-19T22:46:48.647Z Downloaded tinystr v0.8.2
3142026-05-19T22:46:48.647Z Downloaded zerovec-derive v0.11.2
3152026-05-19T22:46:48.650Z Downloaded macaddr v1.0.1
3162026-05-19T22:46:48.650Z Downloaded num-traits v0.2.19
3172026-05-19T22:46:48.650Z Downloaded zerocopy-derive v0.7.35
3182026-05-19T22:46:48.653Z Downloaded usdt-impl v0.5.0
3192026-05-19T22:46:48.653Z Downloaded yoke v0.8.1
3202026-05-19T22:46:48.657Z Downloaded toml v0.8.23
3212026-05-19T22:46:48.657Z Downloaded serde_spanned v0.6.9
3222026-05-19T22:46:48.657Z Downloaded url v2.5.8
3232026-05-19T22:46:48.661Z Downloaded thiserror-impl v1.0.69
3242026-05-19T22:46:48.661Z Downloaded textwrap v0.16.2
3252026-05-19T22:46:48.664Z Downloaded strsim v0.11.1
3262026-05-19T22:46:48.664Z Downloaded percent-encoding v2.3.2
3272026-05-19T22:46:48.664Z Downloaded dtrace-parser v0.2.0
3282026-05-19T22:46:48.668Z Downloaded unicode-ident v1.0.24
3292026-05-19T22:46:48.675Z Downloaded smawk v0.3.2
3302026-05-19T22:46:48.675Z Downloaded scroll_derive v0.12.1
3312026-05-19T22:46:48.675Z Downloaded form_urlencoded v1.2.2
3322026-05-19T22:46:48.675Z Downloaded idna_adapter v1.2.1
3332026-05-19T22:46:48.675Z Downloaded colorchoice v1.0.4
3342026-05-19T22:46:48.679Z Downloaded typenum v1.19.0
3352026-05-19T22:46:48.679Z Downloaded zerotrie v0.2.3
3362026-05-19T22:46:48.682Z Downloaded serde-value v0.7.0
3372026-05-19T22:46:48.682Z Downloaded zerovec v0.11.5
3382026-05-19T22:46:48.685Z Downloaded generic-array v0.14.7
3392026-05-19T22:46:48.688Z Downloaded pretty-hex v0.4.1
3402026-05-19T22:46:48.688Z Downloaded errno v0.3.14
3412026-05-19T22:46:48.691Z Downloaded clap_lex v1.0.0
3422026-05-19T22:46:48.694Z Downloaded zerocopy v0.7.35
3432026-05-19T22:46:48.700Z Downloaded swrite v0.1.0
3442026-05-19T22:46:48.703Z Downloaded winnow v0.7.14
3452026-05-19T22:46:48.706Z Downloaded once_cell v1.21.3
3462026-05-19T22:46:48.708Z Downloaded cfg-if v1.0.4
3472026-05-19T22:46:48.708Z Downloaded stable_deref_trait v1.2.1
3482026-05-19T22:46:48.708Z Downloaded dof v0.3.0
3492026-05-19T22:46:48.711Z Downloaded unicode-width v0.2.0
3502026-05-19T22:46:48.716Z Downloaded unicode-width v0.1.14
3512026-05-19T22:46:48.720Z Downloaded ordered-float v2.10.1
3522026-05-19T22:46:48.720Z Downloaded log v0.4.29
3532026-05-19T22:46:48.720Z Downloaded serde-untagged v0.1.9
3542026-05-19T22:46:48.720Z Downloaded fs-err v3.3.0
3552026-05-19T22:46:48.724Z Downloaded is_terminal_polyfill v1.70.2
3562026-05-19T22:46:48.724Z Downloaded fastrand v2.3.0
3572026-05-19T22:46:48.724Z Downloaded erased-serde v0.4.9
3582026-05-19T22:46:48.724Z Downloaded equivalent v1.0.2
3592026-05-19T22:46:48.724Z Downloaded quote v1.0.45
3602026-05-19T22:46:48.727Z Downloaded synstructure v0.13.2
3612026-05-19T22:46:48.727Z Downloaded proc-macro-error v1.0.4
3622026-05-19T22:46:48.727Z Downloaded memmap v0.7.0
3632026-05-19T22:46:48.727Z Downloaded digest v0.10.7
3642026-05-19T22:46:48.730Z Downloaded scroll v0.12.0
3652026-05-19T22:46:48.737Z Downloaded proc-macro-error-attr v1.0.4
3662026-05-19T22:46:48.744Z Downloaded cargo_toml v0.21.0
3672026-05-19T22:46:48.751Z Downloaded pest_derive v2.8.6
3682026-05-19T22:46:48.757Z Downloaded litemap v0.8.1
3692026-05-19T22:46:48.761Z Downloaded tempfile v3.25.0
3702026-05-19T22:46:48.771Z Downloaded clap_derive v4.5.55
3712026-05-19T22:46:48.774Z Downloaded semver v1.0.28
3722026-05-19T22:46:48.774Z Downloaded icu_provider v2.1.1
3732026-05-19T22:46:48.778Z Downloaded proc-macro2 v1.0.106
3742026-05-19T22:46:48.781Z Downloaded serde_derive v1.0.228
3752026-05-19T22:46:48.784Z Downloaded displaydoc v0.2.5
3762026-05-19T22:46:48.792Z Downloaded getrandom v0.4.1
3772026-05-19T22:46:48.794Z Downloaded pest_meta v2.8.6
3782026-05-19T22:46:48.797Z Downloaded icu_normalizer_data v2.1.1
3792026-05-19T22:46:48.803Z Downloaded icu_properties v2.1.2
3802026-05-19T22:46:48.806Z Downloaded icu_locale_core v2.1.1
3812026-05-19T22:46:48.809Z Downloaded icu_normalizer v2.1.1
3822026-05-19T22:46:48.812Z Downloaded memchr v2.8.0
3832026-05-19T22:46:48.815Z Downloaded serde v1.0.228
3842026-05-19T22:46:48.830Z Downloaded indexmap v2.14.0
3852026-05-19T22:46:48.841Z Downloaded icu_collections v2.1.1
3862026-05-19T22:46:48.845Z Downloaded idna v1.1.0
3872026-05-19T22:46:48.853Z Downloaded pest v2.8.6
3882026-05-19T22:46:48.876Z Downloaded serde_json v1.0.149
3892026-05-19T22:46:48.876Z Downloaded tabled v0.15.0
3902026-05-19T22:46:48.876Z Downloaded hashbrown v0.17.0
3912026-05-19T22:46:48.877Z Downloaded goblin v0.8.2
3922026-05-19T22:46:48.877Z Downloaded icu_properties_data v2.1.2
3932026-05-19T22:46:48.879Z Downloaded clap_builder v4.5.60
3942026-05-19T22:46:48.885Z Downloaded syn v2.0.117
3952026-05-19T22:46:48.893Z Downloaded syn v1.0.109
3962026-05-19T22:46:48.913Z Downloaded rustix v1.1.3
3972026-05-19T22:46:48.937Z Downloaded libc v0.2.185
3982026-05-19T22:46:49.002Z Compiling proc-macro2 v1.0.106
3992026-05-19T22:46:49.002Z Compiling quote v1.0.45
4002026-05-19T22:46:49.002Z Compiling unicode-ident v1.0.24
4012026-05-19T22:46:49.005Z Compiling serde_core v1.0.228
4022026-05-19T22:46:49.005Z Compiling libc v0.2.185
4032026-05-19T22:46:49.005Z Compiling version_check v0.9.5
4042026-05-19T22:46:49.005Z Compiling stable_deref_trait v1.2.1
4052026-05-19T22:46:49.005Z Compiling serde v1.0.228
4062026-05-19T22:46:49.005Z Compiling memchr v2.8.0
4072026-05-19T22:46:49.005Z Compiling zmij v1.0.21
4082026-05-19T22:46:49.005Z Compiling thiserror v1.0.69
4092026-05-19T22:46:49.005Z Compiling ucd-trie v0.1.7
4102026-05-19T22:46:49.005Z Compiling autocfg v1.5.0
4112026-05-19T22:46:49.005Z Compiling itoa v1.0.17
4122026-05-19T22:46:49.186Z Compiling writeable v0.6.2
4132026-05-19T22:46:49.417Z Compiling litemap v0.8.1
4142026-05-19T22:46:49.498Z Compiling byteorder v1.5.0
4152026-05-19T22:46:49.589Z Compiling rustix v1.1.3
4162026-05-19T22:46:49.592Z Compiling icu_properties_data v2.1.2
4172026-05-19T22:46:49.632Z Compiling icu_normalizer_data v2.1.1
4182026-05-19T22:46:49.666Z Compiling bitflags v2.11.0
4192026-05-19T22:46:49.747Z Compiling serde_json v1.0.149
4202026-05-19T22:46:49.765Z Compiling num-traits v0.2.19
4212026-05-19T22:46:49.867Z Compiling pest v2.8.6
4222026-05-19T22:46:50.030Z Compiling hashbrown v0.17.0
4232026-05-19T22:46:50.064Z Compiling smallvec v1.15.1
4242026-05-19T22:46:50.100Z Compiling equivalent v1.0.2
4252026-05-19T22:46:50.115Z Compiling typeid v1.0.3
4262026-05-19T22:46:50.190Z Compiling proc-macro-error-attr v1.0.4
4272026-05-19T22:46:50.302Z Compiling usdt-impl v0.5.0
4282026-05-19T22:46:50.307Z Compiling erased-serde v0.4.9
4292026-05-19T22:46:50.362Z Compiling syn v1.0.109
4302026-05-19T22:46:50.378Z Compiling toml_write v0.1.2
4312026-05-19T22:46:50.381Z Compiling winnow v0.7.14
4322026-05-19T22:46:50.413Z Compiling proc-macro-error v1.0.4
4332026-05-19T22:46:50.419Z Compiling camino v1.2.2
4342026-05-19T22:46:50.518Z Compiling errno v0.3.14
4352026-05-19T22:46:50.552Z Compiling indexmap v2.14.0
4362026-05-19T22:46:50.558Z Compiling thread-id v4.2.2
4372026-05-19T22:46:50.645Z Compiling utf8_iter v1.0.4
4382026-05-19T22:46:50.698Z Compiling plain v0.2.3
4392026-05-19T22:46:50.700Z Compiling log v0.4.29
4402026-05-19T22:46:50.732Z Compiling thiserror v2.0.18
4412026-05-19T22:46:50.735Z Compiling utf8parse v0.2.2
4422026-05-19T22:46:50.785Z Compiling getrandom v0.4.1
4432026-05-19T22:46:50.809Z Compiling percent-encoding v2.3.2
4442026-05-19T22:46:50.902Z Compiling syn v2.0.117
4452026-05-19T22:46:50.937Z Compiling pest_meta v2.8.6
4462026-05-19T22:46:50.972Z Compiling form_urlencoded v1.2.2
4472026-05-19T22:46:50.989Z Compiling anstyle-parse v0.2.7
4482026-05-19T22:46:51.036Z Compiling ordered-float v2.10.1
4492026-05-19T22:46:51.171Z Compiling pretty-hex v0.4.1
4502026-05-19T22:46:51.190Z Compiling colorchoice v1.0.4
4512026-05-19T22:46:51.209Z Compiling anstyle-query v1.1.5
4522026-05-19T22:46:51.241Z Compiling is_terminal_polyfill v1.70.2
4532026-05-19T22:46:51.259Z Compiling anstyle v1.0.13
4542026-05-19T22:46:51.313Z Compiling cfg-if v1.0.4
4552026-05-19T22:46:51.351Z Compiling fs-err v3.3.0
4562026-05-19T22:46:51.367Z Compiling unicode-width v0.1.14
4572026-05-19T22:46:51.382Z Compiling heck v0.5.0
4582026-05-19T22:46:51.427Z Compiling anstream v0.6.21
4592026-05-19T22:46:51.448Z Compiling fastrand v2.3.0
4602026-05-19T22:46:51.486Z Compiling unicode-xid v0.2.6
4612026-05-19T22:46:51.505Z Compiling clap_lex v1.0.0
4622026-05-19T22:46:51.563Z Compiling terminal_size v0.4.3
4632026-05-19T22:46:51.598Z Compiling strsim v0.11.1
4642026-05-19T22:46:51.626Z Compiling anyhow v1.0.102
4652026-05-19T22:46:51.646Z Compiling heck v0.4.1
4662026-05-19T22:46:51.674Z Compiling bytecount v0.6.9
4672026-05-19T22:46:51.719Z Compiling fnv v1.0.7
4682026-05-19T22:46:51.737Z Compiling once_cell v1.21.3
4692026-05-19T22:46:51.757Z Compiling memmap v0.7.0
4702026-05-19T22:46:51.800Z Compiling clap_builder v4.5.60
4712026-05-19T22:46:51.841Z Compiling papergrid v0.11.0
4722026-05-19T22:46:51.923Z Compiling semver v1.0.28
4732026-05-19T22:46:51.988Z Compiling tempfile v3.25.0
4742026-05-19T22:46:51.991Z Compiling unicode-width v0.2.0
4752026-05-19T22:46:52.044Z Compiling smawk v0.3.2
4762026-05-19T22:46:52.211Z Compiling unicode-linebreak v0.1.5
4772026-05-19T22:46:52.260Z Compiling camino-tempfile v1.4.1
4782026-05-19T22:46:52.324Z Compiling serde-untagged v0.1.9
4792026-05-19T22:46:52.379Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-19T22:46:52.399Z Compiling swrite v0.1.0
4812026-05-19T22:46:52.416Z Compiling textwrap v0.16.2
4822026-05-19T22:46:52.711Z Compiling tabled_derive v0.7.0
4832026-05-19T22:46:53.347Z Compiling tabled v0.15.0
4842026-05-19T22:46:53.410Z Compiling synstructure v0.13.2
4852026-05-19T22:46:53.410Z Compiling pest_generator v2.8.6
4862026-05-19T22:46:53.935Z Compiling serde_derive v1.0.228
4872026-05-19T22:46:53.935Z Compiling zerofrom-derive v0.1.6
4882026-05-19T22:46:53.939Z Compiling yoke-derive v0.8.1
4892026-05-19T22:46:53.939Z Compiling zerovec-derive v0.11.2
4902026-05-19T22:46:53.939Z Compiling displaydoc v0.2.5
4912026-05-19T22:46:53.939Z Compiling thiserror-impl v1.0.69
4922026-05-19T22:46:53.939Z Compiling zerocopy-derive v0.7.35
4932026-05-19T22:46:53.939Z Compiling scroll_derive v0.12.1
4942026-05-19T22:46:53.939Z Compiling thiserror-impl v2.0.18
4952026-05-19T22:46:53.939Z Compiling clap_derive v4.5.55
4962026-05-19T22:46:54.018Z Compiling pest_derive v2.8.6
4972026-05-19T22:46:54.625Z Compiling scroll v0.12.0
4982026-05-19T22:46:54.745Z Compiling zerocopy v0.7.35
4992026-05-19T22:46:54.851Z Compiling goblin v0.8.2
5002026-05-19T22:46:54.961Z Compiling zerofrom v0.1.6
5012026-05-19T22:46:55.079Z Compiling yoke v0.8.1
5022026-05-19T22:46:55.121Z Compiling dtrace-parser v0.2.0
5032026-05-19T22:46:55.236Z Compiling zerovec v0.11.5
5042026-05-19T22:46:55.236Z Compiling zerotrie v0.2.3
5052026-05-19T22:46:55.398Z Compiling clap v4.5.60
5062026-05-19T22:46:55.697Z Compiling tinystr v0.8.2
5072026-05-19T22:46:55.697Z Compiling potential_utf v0.1.4
5082026-05-19T22:46:55.808Z Compiling icu_collections v2.1.1
5092026-05-19T22:46:55.860Z Compiling icu_locale_core v2.1.1
5102026-05-19T22:46:56.382Z Compiling icu_provider v2.1.1
5112026-05-19T22:46:56.454Z Compiling toml_datetime v0.6.11
5122026-05-19T22:46:56.454Z Compiling serde_spanned v0.6.9
5132026-05-19T22:46:56.459Z Compiling serde-value v0.7.0
5142026-05-19T22:46:56.459Z Compiling cargo-platform v0.2.0
5152026-05-19T22:46:56.459Z Compiling macaddr v1.0.1
5162026-05-19T22:46:56.490Z Compiling dof v0.3.0
5172026-05-19T22:46:56.495Z Compiling serde_tokenstream v0.2.3
5182026-05-19T22:46:56.594Z Compiling icu_properties v2.1.2
5192026-05-19T22:46:56.594Z Compiling icu_normalizer v2.1.1
5202026-05-19T22:46:56.628Z Compiling toml_edit v0.22.27
5212026-05-19T22:46:57.252Z Compiling usdt-macro v0.5.0
5222026-05-19T22:46:57.260Z Compiling usdt-attr-macro v0.5.0
5232026-05-19T22:46:57.434Z Compiling idna_adapter v1.2.1
5242026-05-19T22:46:57.537Z Compiling idna v1.1.0
5252026-05-19T22:46:57.798Z Compiling url v2.5.8
5262026-05-19T22:46:57.825Z Compiling usdt v0.5.0
5272026-05-19T22:46:57.922Z Compiling toml v0.8.23
5282026-05-19T22:46:58.259Z Compiling cargo-util-schemas v0.8.2
5292026-05-19T22:46:58.259Z Compiling cargo_toml v0.21.0
5302026-05-19T22:46:59.041Z Compiling cargo_metadata v0.21.0
5312026-05-19T22:46:59.965Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-19T22:47:02.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.82s
5332026-05-19T22:47:02.333Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-19T22:47:02.888Z Downloading crates ...
5352026-05-19T22:47:02.990Z Downloaded aead v0.5.2
5362026-05-19T22:47:02.995Z Downloaded ahash v0.8.12
5372026-05-19T22:47:02.998Z Downloaded bit-set v0.8.0
5382026-05-19T22:47:03.007Z Downloaded cpufeatures v0.3.0
5392026-05-19T22:47:03.010Z Downloaded cfg_aliases v0.1.1
5402026-05-19T22:47:03.010Z Downloaded dyn-clone v1.0.20
5412026-05-19T22:47:03.010Z Downloaded crossbeam-utils v0.8.21
5422026-05-19T22:47:03.010Z Downloaded bitfield v0.19.4
5432026-05-19T22:47:03.014Z Downloaded downcast-rs v2.0.2
5442026-05-19T22:47:03.014Z Downloaded block-padding v0.3.3
5452026-05-19T22:47:03.017Z Downloaded env_filter v1.0.0
5462026-05-19T22:47:03.017Z Downloaded crc8 v0.1.1
5472026-05-19T22:47:03.017Z Downloaded critical-section v1.2.0
5482026-05-19T22:47:03.017Z Downloaded crc32fast v1.5.0
5492026-05-19T22:47:03.020Z Downloaded crucible-workspace-hack v0.1.0
5502026-05-19T22:47:03.020Z Downloaded atty v0.2.14
5512026-05-19T22:47:03.020Z Downloaded cipher v0.4.4
5522026-05-19T22:47:03.023Z Downloaded cstr-argument v0.1.2
5532026-05-19T22:47:03.023Z Downloaded argon2 v0.5.3
5542026-05-19T22:47:03.023Z Downloaded const_format_proc_macros v0.2.34
5552026-05-19T22:47:03.026Z Downloaded compression-codecs v0.4.37
5562026-05-19T22:47:03.033Z Downloaded adler2 v2.0.1
5572026-05-19T22:47:03.033Z Downloaded cbc v0.1.2
5582026-05-19T22:47:03.037Z Downloaded chacha20 v0.10.0
5592026-05-19T22:47:03.037Z Downloaded crypto-bigint v0.5.5
5602026-05-19T22:47:03.037Z Downloaded csv-core v0.1.13
5612026-05-19T22:47:03.037Z Downloaded crossbeam-deque v0.8.6
5622026-05-19T22:47:03.041Z Downloaded bitfield-struct v0.6.2
5632026-05-19T22:47:03.041Z Downloaded display-error-chain v0.2.2
5642026-05-19T22:47:03.041Z Downloaded base16ct v0.2.0
5652026-05-19T22:47:03.044Z Downloaded atomicwrites v0.4.4
5662026-05-19T22:47:03.044Z Downloaded atomic-waker v1.1.2
5672026-05-19T22:47:03.044Z Downloaded async-stream v0.3.6
5682026-05-19T22:47:03.044Z Downloaded cookie v0.18.1
5692026-05-19T22:47:03.047Z Downloaded bcs v0.1.6
5702026-05-19T22:47:03.047Z Downloaded allocator-api2 v0.2.21
5712026-05-19T22:47:03.050Z Downloaded cancel-safe-futures v0.1.5
5722026-05-19T22:47:03.050Z Downloaded bitfield-macros v0.19.4
5732026-05-19T22:47:03.071Z Downloaded arrayref v0.3.9
5742026-05-19T22:47:03.071Z Downloaded bzip2 v0.6.1
5752026-05-19T22:47:03.071Z Downloaded defmt v1.0.1
5762026-05-19T22:47:03.071Z Downloaded compression-core v0.4.31
5772026-05-19T22:47:03.071Z Downloaded cfg_aliases v0.2.1
5782026-05-19T22:47:03.071Z Downloaded bcrypt-pbkdf v0.10.0
5792026-05-19T22:47:03.071Z Downloaded bb8 v0.8.6
5802026-05-19T22:47:03.071Z Downloaded ascii-canvas v3.0.0
5812026-05-19T22:47:03.071Z Downloaded ecdsa v0.16.9
5822026-05-19T22:47:03.071Z Downloaded ena v0.14.4
5832026-05-19T22:47:03.071Z Downloaded async-recursion v1.1.1
5842026-05-19T22:47:03.071Z Downloaded des v0.8.1
5852026-05-19T22:47:03.072Z Downloaded castaway v0.2.4
5862026-05-19T22:47:03.072Z Downloaded array-init v0.0.4
5872026-05-19T22:47:03.072Z Downloaded dunce v1.0.5
5882026-05-19T22:47:03.072Z Downloaded dsl_auto_type v0.2.0
5892026-05-19T22:47:03.072Z Downloaded difflib v0.4.0
5902026-05-19T22:47:03.078Z Downloaded darling_macro v0.21.3
5912026-05-19T22:47:03.078Z Downloaded ciborium-io v0.2.2
5922026-05-19T22:47:03.078Z Downloaded bit-set v0.5.3
5932026-05-19T22:47:03.078Z Downloaded ctr v0.9.2
5942026-05-19T22:47:03.078Z Downloaded embedded-io v0.6.1
5952026-05-19T22:47:03.078Z Downloaded diesel_table_macro_syntax v0.3.0
5962026-05-19T22:47:03.078Z Downloaded async-stream-impl v0.3.6
5972026-05-19T22:47:03.079Z Downloaded backoff v0.4.0
5982026-05-19T22:47:03.082Z Downloaded defmt-parser v1.0.0
5992026-05-19T22:47:03.082Z Downloaded bit-vec v0.6.3
6002026-05-19T22:47:03.082Z Downloaded crunchy v0.2.4
6012026-05-19T22:47:03.082Z Downloaded crc-catalog v2.4.0
6022026-05-19T22:47:03.082Z Downloaded crc v3.4.0
6032026-05-19T22:47:03.085Z Downloaded ciborium-ll v0.2.2
6042026-05-19T22:47:03.088Z Downloaded cargo-platform v0.1.9
6052026-05-19T22:47:03.088Z Downloaded assert_matches v1.5.0
6062026-05-19T22:47:03.088Z Downloaded dirs-sys-next v0.1.2
6072026-05-19T22:47:03.091Z Downloaded cobs v0.3.0
6082026-05-19T22:47:03.091Z Downloaded dtrace-parser v0.3.0
6092026-05-19T22:47:03.091Z Downloaded derive_builder_macro v0.20.2
6102026-05-19T22:47:03.095Z Downloaded convert_case v0.4.0
6112026-05-19T22:47:03.098Z Downloaded curve25519-dalek-derive v0.1.1
6122026-05-19T22:47:03.102Z Downloaded darling_macro v0.23.0
6132026-05-19T22:47:03.105Z Downloaded fixedbitset v0.4.2
6142026-05-19T22:47:03.109Z Downloaded foreign-types-macros v0.2.3
6152026-05-19T22:47:03.109Z Downloaded foreign-types v0.5.0
6162026-05-19T22:47:03.109Z Downloaded debug-ignore v1.0.5
6172026-05-19T22:47:03.112Z Downloaded foreign-types v0.3.2
6182026-05-19T22:47:03.112Z Downloaded foreign-types-shared v0.3.1
6192026-05-19T22:47:03.112Z Downloaded dropshot-api-manager-types v0.7.1
6202026-05-19T22:47:03.112Z Downloaded dof v0.4.0
6212026-05-19T22:47:03.112Z Downloaded foreign-types-shared v0.1.1
6222026-05-19T22:47:03.112Z Downloaded embedded-io v0.4.0
6232026-05-19T22:47:03.115Z Downloaded ghash v0.5.1
6242026-05-19T22:47:03.115Z Downloaded float-cmp v0.10.0
6252026-05-19T22:47:03.115Z Downloaded async-trait v0.1.89
6262026-05-19T22:47:03.118Z Downloaded bitflags v1.3.2
6272026-05-19T22:47:03.125Z Downloaded cmake v0.1.57
6282026-05-19T22:47:03.128Z Downloaded camino-tempfile-ext v0.3.3
6292026-05-19T22:47:03.128Z Downloaded futures-task v0.3.32
6302026-05-19T22:47:03.130Z Downloaded dirs-next v2.0.0
6312026-05-19T22:47:03.130Z Downloaded constant_time_eq v0.4.2
6322026-05-19T22:47:03.133Z Downloaded float-ord v0.3.2
6332026-05-19T22:47:03.133Z Downloaded darling_macro v0.20.11
6342026-05-19T22:47:03.133Z Downloaded futures-core v0.3.32
6352026-05-19T22:47:03.136Z Downloaded fxhash v0.2.1
6362026-05-19T22:47:03.136Z Downloaded futures-macro v0.3.32
6372026-05-19T22:47:03.136Z Downloaded enum-as-inner v0.6.1
6382026-05-19T22:47:03.139Z Downloaded endian-type v0.1.2
6392026-05-19T22:47:03.139Z Downloaded either v1.15.0
6402026-05-19T22:47:03.139Z Downloaded derive-ex v0.1.8
6412026-05-19T22:47:03.142Z Downloaded gethostname v0.5.0
6422026-05-19T22:47:03.142Z Downloaded futures-io v0.3.32
6432026-05-19T22:47:03.142Z Downloaded hash32 v0.3.1
6442026-05-19T22:47:03.145Z Downloaded defmt-macros v1.0.1
6452026-05-19T22:47:03.145Z Downloaded globwalk v0.9.1
6462026-05-19T22:47:03.145Z Downloaded data-encoding v2.10.0
6472026-05-19T22:47:03.149Z Downloaded crossbeam-channel v0.5.15
6482026-05-19T22:47:03.152Z Downloaded base64 v0.21.7
6492026-05-19T22:47:03.152Z Downloaded document-features v0.2.12
6502026-05-19T22:47:03.152Z Downloaded corncobs v0.1.4
6512026-05-19T22:47:03.155Z Downloaded cassowary v0.3.0
6522026-05-19T22:47:03.159Z Downloaded futures-sink v0.3.32
6532026-05-19T22:47:03.159Z Downloaded funty v2.0.0
6542026-05-19T22:47:03.159Z Downloaded convert_case v0.10.0
6552026-05-19T22:47:03.163Z Downloaded const-oid v0.9.6
6562026-05-19T22:47:03.163Z Downloaded git-stub v1.0.0
6572026-05-19T22:47:03.163Z Downloaded cexpr v0.6.0
6582026-05-19T22:47:03.165Z Downloaded hex-literal v0.4.1
6592026-05-19T22:47:03.166Z Downloaded hex v0.4.3
6602026-05-19T22:47:03.166Z Downloaded hostname v0.3.1
6612026-05-19T22:47:03.169Z Downloaded bit-vec v0.8.0
6622026-05-19T22:47:03.169Z Downloaded base64ct v1.8.3
6632026-05-19T22:47:03.171Z Downloaded http-range v0.1.5
6642026-05-19T22:47:03.171Z Downloaded http-body v1.0.1
6652026-05-19T22:47:03.172Z Downloaded home v0.5.12
6662026-05-19T22:47:03.172Z Downloaded hash32 v0.2.1
6672026-05-19T22:47:03.175Z Downloaded hubpack v0.1.2
6682026-05-19T22:47:03.175Z Downloaded httpdate v1.0.3
6692026-05-19T22:47:03.175Z Downloaded foldhash v0.2.0
6702026-05-19T22:47:03.177Z Downloaded crossterm v0.28.1
6712026-05-19T22:47:03.181Z Downloaded ident_case v1.0.1
6722026-05-19T22:47:03.181Z Downloaded illumos-nvpair-sys v0.2.0
6732026-05-19T22:47:03.181Z Downloaded find-msvc-tools v0.1.9
6742026-05-19T22:47:03.184Z Downloaded erased-serde v0.3.31
6752026-05-19T22:47:03.184Z Downloaded defmt v0.3.100
6762026-05-19T22:47:03.184Z Downloaded derive_builder_core v0.20.2
6772026-05-19T22:47:03.186Z Downloaded git-stub-vcs v0.1.0
6782026-05-19T22:47:03.186Z Downloaded foldhash v0.1.5
6792026-05-19T22:47:03.191Z Downloaded fallible-iterator v0.2.0
6802026-05-19T22:47:03.191Z Downloaded ed25519 v2.2.3
6812026-05-19T22:47:03.191Z Downloaded ciborium v0.2.2
6822026-05-19T22:47:03.195Z Downloaded deranged v0.5.8
6832026-05-19T22:47:03.195Z Downloaded colored v2.2.0
6842026-05-19T22:47:03.195Z Downloaded bzip2 v0.4.4
6852026-05-19T22:47:03.200Z Downloaded buf-list v1.1.2
6862026-05-19T22:47:03.200Z Downloaded clang-sys v1.8.1
6872026-05-19T22:47:03.200Z Downloaded diesel-dtrace v0.5.0
6882026-05-19T22:47:03.204Z Downloaded glob v0.3.3
6892026-05-19T22:47:03.204Z Downloaded headers-core v0.3.0
6902026-05-19T22:47:03.204Z Downloaded group v0.13.0
6912026-05-19T22:47:03.204Z Downloaded flagset v0.4.7
6922026-05-19T22:47:03.204Z Downloaded filetime v0.2.27
6932026-05-19T22:47:03.207Z Downloaded ff v0.13.1
6942026-05-19T22:47:03.207Z Downloaded illumos-nvpair v0.3.0
6952026-05-19T22:47:03.207Z Downloaded indoc v1.0.9
6962026-05-19T22:47:03.210Z Downloaded fixedbitset v0.5.7
6972026-05-19T22:47:03.210Z Downloaded diff v0.1.13
6982026-05-19T22:47:03.213Z Downloaded cookie_store v0.22.1
6992026-05-19T22:47:03.213Z Downloaded der v0.7.10
7002026-05-19T22:47:03.216Z Downloaded internet-checksum v0.2.1
7012026-05-19T22:47:03.216Z Downloaded inout v0.1.4
7022026-05-19T22:47:03.219Z Downloaded indent_write v2.2.0
7032026-05-19T22:47:03.219Z Downloaded console v0.16.2
7042026-05-19T22:47:03.219Z Downloaded instability v0.3.11
7052026-05-19T22:47:03.222Z Downloaded is_ci v1.2.0
7062026-05-19T22:47:03.222Z Downloaded instant v0.1.13
7072026-05-19T22:47:03.225Z Downloaded fd-lock v4.0.4
7082026-05-19T22:47:03.225Z Downloaded blowfish v0.9.1
7092026-05-19T22:47:03.225Z Downloaded fs_extra v1.3.0
7102026-05-19T22:47:03.228Z Downloaded blake2 v0.10.6
7112026-05-19T22:47:03.228Z Downloaded async-bb8-diesel v0.2.1
7122026-05-19T22:47:03.230Z Downloaded http-body-util v0.1.3
7132026-05-19T22:47:03.230Z Downloaded highway v1.3.0
7142026-05-19T22:47:03.233Z Downloaded darling v0.21.3
7152026-05-19T22:47:03.236Z Downloaded keccak v0.1.6
7162026-05-19T22:47:03.236Z Downloaded libscf-sys v1.1.0
7172026-05-19T22:47:03.239Z Downloaded lazy_static v1.5.0
7182026-05-19T22:47:03.239Z Downloaded hyper-staticfile v0.10.1
7192026-05-19T22:47:03.242Z Downloaded daft-derive v0.1.7
7202026-05-19T22:47:03.242Z Downloaded kstat-rs v0.2.4
7212026-05-19T22:47:03.245Z Downloaded futures-executor v0.3.32
7222026-05-19T22:47:03.245Z Downloaded der_derive v0.7.3
7232026-05-19T22:47:03.247Z Downloaded arrayvec v0.7.6
7242026-05-19T22:47:03.247Z Downloaded humantime v2.3.0
7252026-05-19T22:47:03.247Z Downloaded crc-any v2.5.0
7262026-05-19T22:47:03.250Z Downloaded colored v3.1.1
7272026-05-19T22:47:03.253Z Downloaded byte-wrapper v0.1.0
7282026-05-19T22:47:03.253Z Downloaded backon v1.6.0
7292026-05-19T22:47:03.256Z Downloaded fs-err v2.11.0
7302026-05-19T22:47:03.256Z Downloaded chacha20 v0.9.1
7312026-05-19T22:47:03.259Z Downloaded cargo_metadata v0.19.2
7322026-05-19T22:47:03.259Z Downloaded daft v0.1.7
7332026-05-19T22:47:03.261Z Downloaded hyper-tls v0.6.0
7342026-05-19T22:47:03.261Z Downloaded drift v0.1.4
7352026-05-19T22:47:03.265Z Downloaded md5 v0.7.0
7362026-05-19T22:47:03.268Z Downloaded dropshot_endpoint v0.17.0
7372026-05-19T22:47:03.272Z Downloaded linked-hash-map v0.5.6
7382026-05-19T22:47:03.272Z Downloaded console v0.15.11
7392026-05-19T22:47:03.275Z Downloaded lru-slab v0.1.2
7402026-05-19T22:47:03.275Z Downloaded dropshot_endpoint v0.16.7
7412026-05-19T22:47:03.275Z Downloaded maplit v1.0.2
7422026-05-19T22:47:03.278Z Downloaded ingot-types v0.1.2
7432026-05-19T22:47:03.278Z Downloaded impl-trait-for-tuples v0.2.3
7442026-05-19T22:47:03.282Z Downloaded crossterm v0.29.0
7452026-05-19T22:47:03.285Z Downloaded lzss v0.8.2
7462026-05-19T22:47:03.285Z Downloaded is-terminal v0.4.17
7472026-05-19T22:47:03.285Z Downloaded multimap v0.10.1
7482026-05-19T22:47:03.288Z Downloaded nodrop v0.1.14
7492026-05-19T22:47:03.288Z Downloaded nibble_vec v0.1.0
7502026-05-19T22:47:03.288Z Downloaded num v0.4.3
7512026-05-19T22:47:03.293Z Downloaded ipnet v2.11.0
7522026-05-19T22:47:03.293Z Downloaded lalrpop-util v0.19.12
7532026-05-19T22:47:03.293Z Downloaded jobserver v0.1.34
7542026-05-19T22:47:03.293Z Downloaded globset v0.4.18
7552026-05-19T22:47:03.293Z Downloaded ipnetwork v0.21.1
7562026-05-19T22:47:03.296Z Downloaded ingot v0.1.1
7572026-05-19T22:47:03.296Z Downloaded getrandom v0.2.17
7582026-05-19T22:47:03.299Z Downloaded num-derive v0.4.2
7592026-05-19T22:47:03.299Z Downloaded new_debug_unreachable v1.0.6
7602026-05-19T22:47:03.299Z Downloaded mime v0.3.17
7612026-05-19T22:47:03.302Z Downloaded memoffset v0.9.1
7622026-05-19T22:47:03.302Z Downloaded hyper-rustls v0.27.7
7632026-05-19T22:47:03.302Z Downloaded nonempty v0.12.0
7642026-05-19T22:47:03.306Z Downloaded newtype-uuid-macros v0.1.0
7652026-05-19T22:47:03.306Z Downloaded newline-converter v0.3.0
7662026-05-19T22:47:03.307Z Downloaded maybe-uninit v2.0.0
7672026-05-19T22:47:03.310Z Downloaded normalize-line-endings v0.3.0
7682026-05-19T22:47:03.310Z Downloaded newtype_derive v0.1.6
7692026-05-19T22:47:03.310Z Downloaded num-conv v0.2.0
7702026-05-19T22:47:03.310Z Downloaded libloading v0.8.9
7712026-05-19T22:47:03.310Z Downloaded libsw v3.5.0
7722026-05-19T22:47:03.313Z Downloaded num-iter v0.1.45
7732026-05-19T22:47:03.313Z Downloaded elliptic-curve v0.13.8
7742026-05-19T22:47:03.316Z Downloaded oso-derive v0.27.3
7752026-05-19T22:47:03.316Z Downloaded crossbeam-epoch v0.9.18
7762026-05-19T22:47:03.319Z Downloaded fatfs v0.3.6
7772026-05-19T22:47:03.319Z Downloaded base64 v0.22.1
7782026-05-19T22:47:03.322Z Downloaded arc-swap v1.8.2
7792026-05-19T22:47:03.327Z Downloaded getrandom v0.3.4
7802026-05-19T22:47:03.331Z Downloaded num_enum_derive v0.5.11
7812026-05-19T22:47:03.331Z Downloaded num-derive v0.3.3
7822026-05-19T22:47:03.331Z Downloaded half v2.7.1
7832026-05-19T22:47:03.336Z Downloaded num_threads v0.1.7
7842026-05-19T22:47:03.336Z Downloaded libsw-core v0.3.2
7852026-05-19T22:47:03.336Z Downloaded openssl-probe v0.1.6
7862026-05-19T22:47:03.336Z Downloaded lock_api v0.4.14
7872026-05-19T22:47:03.336Z Downloaded derive_more v0.99.20
7882026-05-19T22:47:03.340Z Downloaded openssl-probe v0.2.1
7892026-05-19T22:47:03.340Z Downloaded opaque-debug v0.3.1
7902026-05-19T22:47:03.340Z Downloaded openssl-macros v0.1.1
7912026-05-19T22:47:03.344Z Downloaded managed v0.8.0
7922026-05-19T22:47:03.344Z Downloaded ingot-macros v0.1.1
7932026-05-19T22:47:03.344Z Downloaded olpc-cjson v0.1.4
7942026-05-19T22:47:03.344Z Downloaded packed_struct_codegen v0.10.1
7952026-05-19T22:47:03.344Z Downloaded mime_guess v2.0.5
7962026-05-19T22:47:03.347Z Downloaded ar_archive_writer v0.5.1
7972026-05-19T22:47:03.347Z Downloaded futures v0.3.32
7982026-05-19T22:47:03.350Z Downloaded half v1.8.3
7992026-05-19T22:47:03.352Z Downloaded derive_builder v0.20.2
8002026-05-19T22:47:03.356Z Downloaded parse-size v1.1.0
8012026-05-19T22:47:03.356Z Downloaded darling v0.23.0
8022026-05-19T22:47:03.360Z Downloaded env_logger v0.11.9
8032026-05-19T22:47:03.363Z Downloaded pbkdf2 v0.12.2
8042026-05-19T22:47:03.363Z Downloaded phf_shared v0.11.3
8052026-05-19T22:47:03.363Z Downloaded peg-runtime v0.8.5
8062026-05-19T22:47:03.363Z Downloaded parse-display v0.10.0
8072026-05-19T22:47:03.363Z Downloaded native-tls v0.2.18
8082026-05-19T22:47:03.366Z Downloaded pbkdf2 v0.11.0
8092026-05-19T22:47:03.366Z Downloaded path-slash v0.1.5
8102026-05-19T22:47:03.369Z Downloaded libefi-sys v0.1.0
8112026-05-19T22:47:03.369Z Downloaded hmac v0.12.1
8122026-05-19T22:47:03.369Z Downloaded httparse v1.10.1
8132026-05-19T22:47:03.372Z Downloaded iana-time-zone v0.1.65
8142026-05-19T22:47:03.372Z Downloaded match_cfg v0.1.0
8152026-05-19T22:47:03.375Z Downloaded darling v0.20.11
8162026-05-19T22:47:03.378Z Downloaded num_enum v0.5.11
8172026-05-19T22:47:03.381Z Downloaded num-integer v0.1.46
8182026-05-19T22:47:03.381Z Downloaded num-rational v0.4.2
8192026-05-19T22:47:03.381Z Downloaded num-complex v0.4.6
8202026-05-19T22:47:03.384Z Downloaded nu-ansi-term v0.50.3
8212026-05-19T22:47:03.384Z Downloaded phf_shared v0.13.1
8222026-05-19T22:47:03.384Z Downloaded num_enum_derive v0.7.5
8232026-05-19T22:47:03.387Z Downloaded litrs v1.0.0
8242026-05-19T22:47:03.387Z Downloaded phf_shared v0.12.1
8252026-05-19T22:47:03.391Z Downloaded darling_core v0.23.0
8262026-05-19T22:47:03.394Z Downloaded pin-utils v0.1.0
8272026-05-19T22:47:03.394Z Downloaded chacha20poly1305 v0.10.1
8282026-05-19T22:47:03.394Z Downloaded cc v1.2.56
8292026-05-19T22:47:03.397Z Downloaded darling_core v0.21.3
8302026-05-19T22:47:03.412Z Downloaded precomputed-hash v0.1.1
8312026-05-19T22:47:03.415Z Downloaded bumpalo v3.20.2
8322026-05-19T22:47:03.415Z Downloaded powerfmt v0.2.0
8332026-05-19T22:47:03.418Z Downloaded packed_struct v0.10.1
8342026-05-19T22:47:03.418Z Downloaded oxnet v0.1.4
8352026-05-19T22:47:03.418Z Downloaded oxide-tokio-rt v0.1.4
8362026-05-19T22:47:03.422Z Downloaded proc-macro-error-attr2 v2.0.0
8372026-05-19T22:47:03.422Z Downloaded predicates-tree v1.0.13
8382026-05-19T22:47:03.422Z Downloaded multer v3.1.0
8392026-05-19T22:47:03.425Z Downloaded heapless v0.7.17
8402026-05-19T22:47:03.425Z Downloaded proc-macro-crate v3.4.0
8412026-05-19T22:47:03.425Z Downloaded nanorand v0.7.0
8422026-05-19T22:47:03.428Z Downloaded proc-macro-crate v1.3.1
8432026-05-19T22:47:03.428Z Downloaded libbz2-rs-sys v0.2.2
8442026-05-19T22:47:03.431Z Downloaded parking_lot_core v0.8.6
8452026-05-19T22:47:03.431Z Downloaded linear-map v1.2.0
8462026-05-19T22:47:03.434Z Downloaded indexmap v1.9.3
8472026-05-19T22:47:03.434Z Downloaded progenitor-macro v0.11.2
8482026-05-19T22:47:03.438Z Downloaded phf v0.13.1
8492026-05-19T22:47:03.438Z Downloaded phf v0.12.1
8502026-05-19T22:47:03.438Z Downloaded pem v3.0.6
8512026-05-19T22:47:03.441Z Downloaded password-hash v0.4.2
8522026-05-19T22:47:03.441Z Downloaded progenitor-macro v0.10.0
8532026-05-19T22:47:03.441Z Downloaded paste v1.0.15
8542026-05-19T22:47:03.444Z Downloaded compact_str v0.8.1
8552026-05-19T22:47:03.444Z Downloaded psl-types v2.0.11
8562026-05-19T22:47:03.444Z Downloaded progenitor-macro v0.14.0
8572026-05-19T22:47:03.448Z Downloaded progenitor-macro v0.13.0
8582026-05-19T22:47:03.448Z Downloaded progenitor-client v0.14.0
8592026-05-19T22:47:03.451Z Downloaded parse-display-derive v0.10.0
8602026-05-19T22:47:03.452Z Downloaded quick-error v1.2.3
8612026-05-19T22:47:03.452Z Downloaded progenitor-client v0.10.0
8622026-05-19T22:47:03.452Z Downloaded newtype-uuid v1.3.2
8632026-05-19T22:47:03.452Z Downloaded ignore v0.4.25
8642026-05-19T22:47:03.455Z Downloaded password-hash v0.5.0
8652026-05-19T22:47:03.455Z Downloaded pem-rfc7468 v0.7.0
8662026-05-19T22:47:03.459Z Downloaded async-compression v0.4.41
8672026-05-19T22:47:03.463Z Downloaded flume v0.11.1
8682026-05-19T22:47:03.463Z Downloaded radium v0.7.0
8692026-05-19T22:47:03.463Z Downloaded pkg-config v0.3.32
8702026-05-19T22:47:03.467Z Downloaded flate2 v1.1.9
8712026-05-19T22:47:03.467Z Downloaded pkcs8 v0.10.2
8722026-05-19T22:47:03.470Z Downloaded rand_chacha v0.3.1
8732026-05-19T22:47:03.470Z Downloaded num_enum v0.7.5
8742026-05-19T22:47:03.474Z Downloaded ppv-lite86 v0.2.21
8752026-05-19T22:47:03.478Z Downloaded predicates-core v1.0.10
8762026-05-19T22:47:03.478Z Downloaded predicates v3.1.4
8772026-05-19T22:47:03.478Z Downloaded polyval v0.6.2
8782026-05-19T22:47:03.478Z Downloaded rand_xorshift v0.4.0
8792026-05-19T22:47:03.481Z Downloaded pin-project-internal v1.1.11
8802026-05-19T22:47:03.481Z Downloaded postgres-protocol v0.6.10
8812026-05-19T22:47:03.481Z Downloaded ref-cast v1.0.25
8822026-05-19T22:47:03.484Z Downloaded owo-colors v4.3.0
8832026-05-19T22:47:03.484Z Downloaded ref-cast-impl v1.0.25
8842026-05-19T22:47:03.487Z Downloaded indicatif v0.18.4
8852026-05-19T22:47:03.487Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-05-19T22:47:03.490Z Downloaded primeorder v0.13.6
8872026-05-19T22:47:03.490Z Downloaded recursive v0.1.1
8882026-05-19T22:47:03.490Z Downloaded parking_lot v0.11.2
8892026-05-19T22:47:03.493Z Downloaded derive_more v2.1.1
8902026-05-19T22:47:03.497Z Downloaded psm v0.1.30
8912026-05-19T22:47:03.500Z Downloaded progenitor-client v0.13.0
8922026-05-19T22:47:03.500Z Downloaded progenitor v0.13.0
8932026-05-19T22:47:03.503Z Downloaded progenitor v0.10.0
8942026-05-19T22:47:03.503Z Downloaded aes v0.8.4
8952026-05-19T22:47:03.505Z Downloaded progenitor-extras v0.2.0
8962026-05-19T22:47:03.506Z Downloaded proc-macro-error2 v2.0.1
8972026-05-19T22:47:03.508Z Downloaded r2d2 v0.8.10
8982026-05-19T22:47:03.508Z Downloaded peg-macros v0.8.5
8992026-05-19T22:47:03.511Z Downloaded peg v0.8.5
9002026-05-19T22:47:03.514Z Downloaded expectorate v1.2.0
9012026-05-19T22:47:03.514Z Downloaded ed25519-dalek v2.2.0
9022026-05-19T22:47:03.516Z Downloaded rfc6979 v0.4.0
9032026-05-19T22:47:03.516Z Downloaded memmap2 v0.9.10
9042026-05-19T22:47:03.519Z Downloaded progenitor-client v0.11.2
9052026-05-19T22:47:03.519Z Downloaded progenitor v0.14.0
9062026-05-19T22:47:03.519Z Downloaded progenitor v0.11.2
9072026-05-19T22:47:03.522Z Downloaded russh-cryptovec v0.7.3
9082026-05-19T22:47:03.522Z Downloaded rustc-hash v2.1.1
9092026-05-19T22:47:03.522Z Downloaded rtoolbox v0.0.3
9102026-05-19T22:47:03.525Z Downloaded parking_lot_core v0.9.12
9112026-05-19T22:47:03.525Z Downloaded headers v0.4.1
9122026-05-19T22:47:03.527Z Downloaded const_format v0.2.35
9132026-05-19T22:47:03.533Z Downloaded oso v0.27.3
9142026-05-19T22:47:03.536Z Downloaded hashbrown v0.13.2
9152026-05-19T22:47:03.536Z Downloaded rustc_version v0.1.7
9162026-05-19T22:47:03.536Z Downloaded poly1305 v0.8.0
9172026-05-19T22:47:03.539Z Downloaded pkcs5 v0.7.1
9182026-05-19T22:47:03.542Z Downloaded parking_lot v0.12.5
9192026-05-19T22:47:03.542Z Downloaded p256 v0.13.2
9202026-05-19T22:47:03.544Z Downloaded rand_seeder v0.4.0
9212026-05-19T22:47:03.547Z Downloaded rustc_version v0.4.1
9222026-05-19T22:47:03.547Z Downloaded postgres-types v0.2.12
9232026-05-19T22:47:03.547Z Downloaded scheduled-thread-pool v0.2.7
9242026-05-19T22:47:03.550Z Downloaded same-file v1.0.6
9252026-05-19T22:47:03.550Z Downloaded sapling-renderdag v0.1.0
9262026-05-19T22:47:03.553Z Downloaded salsa20 v0.10.2
9272026-05-19T22:47:03.553Z Downloaded heapless v0.8.0
9282026-05-19T22:47:03.555Z Downloaded scroll_derive v0.13.1
9292026-05-19T22:47:03.555Z Downloaded postcard v1.1.3
9302026-05-19T22:47:03.558Z Downloaded rand_core v0.9.5
9312026-05-19T22:47:03.558Z Downloaded rand_core v0.6.4
9322026-05-19T22:47:03.558Z Downloaded rand_chacha v0.9.0
9332026-05-19T22:47:03.561Z Downloaded papergrid v0.17.0
9342026-05-19T22:47:03.564Z Downloaded bytes v1.11.1
9352026-05-19T22:47:03.566Z Downloaded darling_core v0.20.11
9362026-05-19T22:47:03.569Z Downloaded hickory-resolver v0.25.2
9372026-05-19T22:47:03.571Z Downloaded md-5 v0.10.6
9382026-05-19T22:47:03.571Z Downloaded lru-cache v0.1.2
9392026-05-19T22:47:03.571Z Downloaded lru v0.12.5
9402026-05-19T22:47:03.574Z Downloaded indoc v2.0.7
9412026-05-19T22:47:03.574Z Downloaded scopeguard v1.2.0
9422026-05-19T22:47:03.577Z Downloaded miniz_oxide v0.8.9
9432026-05-19T22:47:03.577Z Downloaded futures-channel v0.3.32
9442026-05-19T22:47:03.580Z Downloaded jiff-static v0.2.21
9452026-05-19T22:47:03.580Z Downloaded resolv-conf v0.7.6
9462026-05-19T22:47:03.583Z Downloaded pin-project v1.1.11
9472026-05-19T22:47:03.588Z Downloaded sha1 v0.10.6
9482026-05-19T22:47:03.593Z Downloaded serde_spanned v1.0.4
9492026-05-19T22:47:03.593Z Downloaded serde_repr v0.1.20
9502026-05-19T22:47:03.593Z Downloaded serde-big-array v0.5.1
9512026-05-19T22:47:03.596Z Downloaded semver v0.1.20
9522026-05-19T22:47:03.596Z Downloaded quinn-udp v0.5.14
9532026-05-19T22:47:03.596Z Downloaded secrecy v0.10.3
9542026-05-19T22:47:03.596Z Downloaded serde_plain v1.0.2
9552026-05-19T22:47:03.600Z Downloaded secrecy v0.8.0
9562026-05-19T22:47:03.600Z Downloaded scrypt v0.11.0
9572026-05-19T22:47:03.600Z Downloaded omicron-zone-package v0.12.2
9582026-05-19T22:47:03.606Z Downloaded pin-project-lite v0.2.17
9592026-05-19T22:47:03.606Z Downloaded rustls-pemfile v1.0.4
9602026-05-19T22:47:03.609Z Downloaded hashbrown v0.12.3
9612026-05-19T22:47:03.609Z Downloaded dropshot-api-manager v0.7.1
9622026-05-19T22:47:03.613Z Downloaded diesel_derives v2.3.7
9632026-05-19T22:47:03.617Z Downloaded derive_more-impl v2.1.1
9642026-05-19T22:47:03.617Z Downloaded rusty-fork v0.3.1
9652026-05-19T22:47:03.620Z Downloaded rustversion v1.0.22
9662026-05-19T22:47:03.620Z Downloaded sigpipe v0.1.3
9672026-05-19T22:47:03.620Z Downloaded rustls-pemfile v2.2.0
9682026-05-19T22:47:03.623Z Downloaded signal-hook-mio v0.2.5
9692026-05-19T22:47:03.623Z Downloaded signature v2.2.0
9702026-05-19T22:47:03.623Z Downloaded shell-words v1.1.1
9712026-05-19T22:47:03.626Z Downloaded siphasher v1.0.2
9722026-05-19T22:47:03.626Z Downloaded schemars_derive v0.8.22
9732026-05-19T22:47:03.626Z Downloaded rand_core v0.10.0
9742026-05-19T22:47:03.629Z Downloaded signal-hook-tokio v0.3.1
9752026-05-19T22:47:03.629Z Downloaded derive-where v1.6.0
9762026-05-19T22:47:03.633Z Downloaded hubpack_derive v0.1.1
9772026-05-19T22:47:03.633Z Downloaded hostname v0.4.2
9782026-05-19T22:47:03.633Z Downloaded progenitor-impl v0.13.0
9792026-05-19T22:47:03.636Z Downloaded progenitor-impl v0.11.2
9802026-05-19T22:47:03.639Z Downloaded prefix-trie v0.7.0
9812026-05-19T22:47:03.639Z Downloaded minimal-lexical v0.2.1
9822026-05-19T22:47:03.643Z Downloaded slog-bunyan v2.5.0
9832026-05-19T22:47:03.647Z Downloaded http v1.4.0
9842026-05-19T22:47:03.650Z Downloaded slog-envlogger v2.2.0
9852026-05-19T22:47:03.650Z Downloaded scroll v0.13.0
9862026-05-19T22:47:03.650Z Downloaded sec1 v0.7.3
9872026-05-19T22:47:03.652Z Downloaded hickory-resolver v0.24.4
9882026-05-19T22:47:03.653Z Downloaded seq-macro v0.3.6
9892026-05-19T22:47:03.655Z Downloaded hyper-util v0.1.20
9902026-05-19T22:47:03.659Z Downloaded hickory-server v0.25.2
9912026-05-19T22:47:03.677Z Downloaded serde_bytes v0.11.19
9922026-05-19T22:47:03.680Z Downloaded sqlparser_derive v0.5.0
9932026-05-19T22:47:03.680Z Downloaded serde_derive_internals v0.29.1
9942026-05-19T22:47:03.681Z Downloaded ssh-encoding v0.2.0
9952026-05-19T22:47:03.681Z Downloaded ssh-cipher v0.2.0
9962026-05-19T22:47:03.681Z Downloaded shlex v1.3.0
9972026-05-19T22:47:03.681Z Downloaded openssl-sys v0.9.116
9982026-05-19T22:47:03.684Z Downloaded serde_urlencoded v0.7.1
9992026-05-19T22:47:03.684Z Downloaded serde_path_to_error v0.1.20
10002026-05-19T22:47:03.684Z Downloaded serde-hex v0.1.0
10012026-05-19T22:47:03.684Z Downloaded rustls-native-certs v0.8.3
10022026-05-19T22:47:03.687Z Downloaded rustls-pki-types v1.14.0
10032026-05-19T22:47:03.690Z Downloaded structmeta v0.3.0
10042026-05-19T22:47:03.697Z Downloaded signal-hook-registry v1.4.8
10052026-05-19T22:47:03.701Z Downloaded strum v0.27.2
10062026-05-19T22:47:03.701Z Downloaded strum v0.26.3
10072026-05-19T22:47:03.703Z Downloaded slab v0.4.12
10082026-05-19T22:47:03.707Z Downloaded sync-ptr v0.1.4
10092026-05-19T22:47:03.707Z Downloaded strip-ansi-escapes v0.2.1
10102026-05-19T22:47:03.707Z Downloaded supports-color v3.0.2
10112026-05-19T22:47:03.712Z Downloaded subtle v2.6.1
10122026-05-19T22:47:03.712Z Downloaded itertools v0.10.5
10132026-05-19T22:47:03.715Z Downloaded structmeta-derive v0.3.0
10142026-05-19T22:47:03.716Z Downloaded progenitor-impl v0.10.0
10152026-05-19T22:47:03.718Z Downloaded slog-async v2.8.0
10162026-05-19T22:47:03.718Z Downloaded sync_wrapper v1.0.2
10172026-05-19T22:47:03.721Z Downloaded progenitor-impl v0.14.0
10182026-05-19T22:47:03.721Z Downloaded smallvec v0.6.14
10192026-05-19T22:47:03.721Z Downloaded slog-dtrace v0.3.0
10202026-05-19T22:47:03.725Z Downloaded tap v1.0.1
10212026-05-19T22:47:03.725Z Downloaded take_mut v0.2.2
10222026-05-19T22:47:03.725Z Downloaded tabwriter v1.4.1
10232026-05-19T22:47:03.727Z Downloaded tagptr v0.2.0
10242026-05-19T22:47:03.730Z Downloaded slog-stdlog v4.1.1
10252026-05-19T22:47:03.730Z Downloaded slog-scope v4.4.1
10262026-05-19T22:47:03.730Z Downloaded slog-json v2.6.1
10272026-05-19T22:47:03.734Z Downloaded smf v0.2.3
10282026-05-19T22:47:03.736Z Downloaded sct v0.7.1
10292026-05-19T22:47:03.736Z Downloaded russh-keys v0.45.0
10302026-05-19T22:47:03.741Z Downloaded serde_cbor v0.11.2
10312026-05-19T22:47:03.744Z Downloaded slog-term v2.9.2
10322026-05-19T22:47:03.744Z Downloaded thread-id v5.1.0
10332026-05-19T22:47:03.749Z Downloaded testing_table v0.3.0
10342026-05-19T22:47:03.749Z Downloaded static_assertions v1.1.0
10352026-05-19T22:47:03.749Z Downloaded thiserror-impl-no-std v2.0.2
10362026-05-19T22:47:03.752Z Downloaded serde_with_macros v3.17.0
10372026-05-19T22:47:03.752Z Downloaded termtree v0.5.1
10382026-05-19T22:47:03.752Z Downloaded ron v0.8.1
10392026-05-19T22:47:03.755Z Downloaded stacker v0.1.23
10402026-05-19T22:47:03.755Z Downloaded hashbrown v0.15.5
10412026-05-19T22:47:03.758Z Downloaded spki v0.7.3
10422026-05-19T22:47:03.761Z Downloaded time-core v0.1.8
10432026-05-19T22:47:03.764Z Downloaded tinyvec_macros v0.1.1
10442026-05-19T22:47:03.765Z Downloaded string_cache v0.8.9
10452026-05-19T22:47:03.768Z Downloaded tokio-macros v2.7.0
10462026-05-19T22:47:03.771Z Downloaded pretty_assertions v1.4.1
10472026-05-19T22:47:03.774Z Downloaded rcgen v0.12.1
10482026-05-19T22:47:03.777Z Downloaded hashbrown v0.16.1
10492026-05-19T22:47:03.780Z Downloaded stringprep v0.1.5
10502026-05-19T22:47:03.783Z Downloaded ryu v1.0.23
10512026-05-19T22:47:03.783Z Downloaded strum_macros v0.27.2
10522026-05-19T22:47:03.787Z Downloaded tabled_derive v0.11.0
10532026-05-19T22:47:03.787Z Downloaded support-bundle-viewer v0.1.2
10542026-05-19T22:47:03.787Z Downloaded simd-adler32 v0.3.8
10552026-05-19T22:47:03.790Z Downloaded prettyplease v0.2.37
10562026-05-19T22:47:03.790Z Downloaded rayon-core v1.13.0
10572026-05-19T22:47:03.795Z Downloaded aes-gcm v0.10.3
10582026-05-19T22:47:03.797Z Downloaded mio v1.2.0
10592026-05-19T22:47:03.797Z Downloaded schemars v0.8.22
10602026-05-19T22:47:03.810Z Downloaded num-bigint v0.4.6
10612026-05-19T22:47:03.813Z Downloaded spin v0.9.8
10622026-05-19T22:47:03.816Z Downloaded quinn v0.11.9
10632026-05-19T22:47:03.819Z Downloaded tower-layer v0.3.3
10642026-05-19T22:47:03.820Z Downloaded sqlformat v0.3.5
10652026-05-19T22:47:03.823Z Downloaded termios v0.3.3
10662026-05-19T22:47:03.823Z Downloaded pkcs1 v0.7.5
10672026-05-19T22:47:03.823Z Downloaded snafu-derive v0.8.9
10682026-05-19T22:47:03.826Z Downloaded aho-corasick v1.1.4
10692026-05-19T22:47:03.829Z Downloaded thiserror-no-std v2.0.2
10702026-05-19T22:47:03.829Z Downloaded topological-sort v0.2.2
10712026-05-19T22:47:03.833Z Downloaded tls_codec v0.4.2
10722026-05-19T22:47:03.833Z Downloaded rustls-platform-verifier v0.6.2
10732026-05-19T22:47:03.836Z Downloaded tower-service v0.3.3
10742026-05-19T22:47:03.836Z Downloaded tokio-native-tls v0.3.1
10752026-05-19T22:47:03.836Z Downloaded tls_codec_derive v0.4.2
10762026-05-19T22:47:03.839Z Downloaded typify-macro v0.6.2
10772026-05-19T22:47:03.839Z Downloaded thread_local v1.1.9
10782026-05-19T22:47:03.839Z Downloaded libxml v0.3.3
10792026-05-19T22:47:03.842Z Downloaded signal-hook v0.3.18
10802026-05-19T22:47:03.845Z Downloaded tiny-keccak v2.0.2
10812026-05-19T22:47:03.849Z Downloaded try-lock v0.2.5
10822026-05-19T22:47:03.849Z Downloaded strum_macros v0.26.4
10832026-05-19T22:47:03.849Z Downloaded trait-variant v0.1.2
10842026-05-19T22:47:03.849Z Downloaded time-macros v0.2.27
10852026-05-19T22:47:03.852Z Downloaded aws-lc-rs v1.16.3
10862026-05-19T22:47:03.857Z Downloaded unit-prefix v0.5.2
10872026-05-19T22:47:03.861Z Downloaded tokio-rustls v0.25.0
10882026-05-19T22:47:03.861Z Downloaded rand v0.8.6
10892026-05-19T22:47:03.864Z Downloaded schemars v0.9.0
10902026-05-19T22:47:03.867Z Downloaded untrusted v0.7.1
10912026-05-19T22:47:03.869Z Downloaded usdt-attr-macro v0.6.0
10922026-05-19T22:47:03.869Z Downloaded universal-hash v0.5.1
10932026-05-19T22:47:03.869Z Downloaded typify-macro v0.4.3
10942026-05-19T22:47:03.869Z Downloaded tokio-tungstenite v0.21.0
10952026-05-19T22:47:03.872Z Downloaded tokio-dtrace v0.1.1
10962026-05-19T22:47:03.872Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10972026-05-19T22:47:03.875Z Downloaded unicode-truncate v1.1.0
10982026-05-19T22:47:03.875Z Downloaded tokio-tungstenite v0.23.1
10992026-05-19T22:47:03.878Z Downloaded itertools v0.12.1
11002026-05-19T22:47:03.881Z Downloaded strum_macros v0.24.3
11012026-05-19T22:47:03.884Z Downloaded similar v2.7.0
11022026-05-19T22:47:03.884Z Downloaded utf-8 v0.7.6
11032026-05-19T22:47:03.887Z Downloaded qorb v0.4.1
11042026-05-19T22:47:03.890Z Downloaded publicsuffix v2.3.0
11052026-05-19T22:47:03.890Z Downloaded iri-string v0.7.10
11062026-05-19T22:47:03.893Z Downloaded wait-timeout v0.2.1
11072026-05-19T22:47:03.896Z Downloaded void v1.0.2
11082026-05-19T22:47:03.896Z Downloaded tui-tree-widget v0.23.1
11092026-05-19T22:47:03.896Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-05-19T22:47:03.899Z Downloaded usdt v0.6.0
11112026-05-19T22:47:03.899Z Downloaded untrusted v0.9.0
11122026-05-19T22:47:03.900Z Downloaded usdt-macro v0.6.0
11132026-05-19T22:47:03.900Z Downloaded nom v7.1.3
11142026-05-19T22:47:03.906Z Downloaded unarray v0.1.4
11152026-05-19T22:47:03.908Z Downloaded rsa v0.9.10
11162026-05-19T22:47:03.909Z Downloaded waitgroup v0.1.2
11172026-05-19T22:47:03.912Z Downloaded serde_yaml v0.9.34+deprecated
11182026-05-19T22:47:03.912Z Downloaded rand v0.9.2
11192026-05-19T22:47:03.915Z Downloaded term v1.2.1
11202026-05-19T22:47:03.918Z Downloaded term v0.7.0
11212026-05-19T22:47:03.918Z Downloaded unicase v2.9.0
11222026-05-19T22:47:03.918Z Downloaded subprocess v0.2.15
11232026-05-19T22:47:03.921Z Downloaded bindgen v0.71.1
11242026-05-19T22:47:03.926Z Downloaded want v0.3.1
11252026-05-19T22:47:03.928Z Downloaded num-bigint-dig v0.8.6
11262026-05-19T22:47:03.928Z Downloaded schemars v1.2.1
11272026-05-19T22:47:03.936Z Downloaded xattr v1.6.1
11282026-05-19T22:47:03.944Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-05-19T22:47:03.948Z Downloaded usdt-impl v0.6.0
11302026-05-19T22:47:03.951Z Downloaded vergen-lib v0.1.6
11312026-05-19T22:47:03.956Z Downloaded tokio-rustls v0.24.1
11322026-05-19T22:47:03.956Z Downloaded slog v2.8.2
11332026-05-19T22:47:03.960Z Downloaded zeroize_derive v1.4.3
11342026-05-19T22:47:03.960Z Downloaded vergen-gitcl v1.0.8
11352026-05-19T22:47:03.960Z Downloaded chrono v0.4.44
11362026-05-19T22:47:03.963Z Downloaded xshell-macros v0.2.7
11372026-05-19T22:47:03.963Z Downloaded vsss-rs v3.3.4
11382026-05-19T22:47:03.963Z Downloaded blake3 v1.8.3
11392026-05-19T22:47:03.967Z Downloaded hkdf v0.12.4
11402026-05-19T22:47:03.970Z Downloaded tracing-attributes v0.1.31
11412026-05-19T22:47:03.973Z Downloaded itertools v0.14.0
11422026-05-19T22:47:03.976Z Downloaded tokio-stream v0.1.18
11432026-05-19T22:47:03.979Z Downloaded tokio-rustls v0.26.4
11442026-05-19T22:47:03.979Z Downloaded zone v0.3.1
11452026-05-19T22:47:03.979Z Downloaded rand v0.10.0
11462026-05-19T22:47:03.982Z Downloaded zone_cfg_derive v0.3.1
11472026-05-19T22:47:03.983Z Downloaded itertools v0.13.0
11482026-05-19T22:47:03.989Z Downloaded walkdir v2.5.0
11492026-05-19T22:47:03.992Z Downloaded wyz v0.5.1
11502026-05-19T22:47:03.992Z Downloaded whoami v2.1.0
11512026-05-19T22:47:03.992Z Downloaded socket2 v0.5.10
11522026-05-19T22:47:03.992Z Downloaded socket2 v0.6.3
11532026-05-19T22:47:03.995Z Downloaded snafu v0.8.9
11542026-05-19T22:47:03.999Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-05-19T22:47:03.999Z Downloaded vergen-git2 v1.0.7
11562026-05-19T22:47:04.003Z Downloaded libm v0.2.16
11572026-05-19T22:47:04.008Z Downloaded xshell v0.2.7
11582026-05-19T22:47:04.008Z Downloaded russh v0.45.0
11592026-05-19T22:47:04.012Z Downloaded uzers v0.12.2
11602026-05-19T22:47:04.012Z Downloaded vergen v9.0.6
11612026-05-19T22:47:04.016Z Downloaded test-strategy v0.4.5
11622026-05-19T22:47:04.016Z Downloaded hyper v1.8.1
11632026-05-19T22:47:04.019Z Downloaded rustls-webpki v0.103.9
11642026-05-19T22:47:04.022Z Downloaded samael v0.0.19
11652026-05-19T22:47:04.025Z Downloaded typify v0.6.2
11662026-05-19T22:47:04.028Z Downloaded typify v0.4.3
11672026-05-19T22:47:04.028Z Downloaded whoami v1.6.1
11682026-05-19T22:47:04.031Z Downloaded p521 v0.13.3
11692026-05-19T22:47:04.033Z Downloaded zeroize v1.8.2
11702026-05-19T22:47:04.033Z Downloaded unicode-properties v0.1.4
11712026-05-19T22:47:04.036Z Downloaded h2 v0.4.13
11722026-05-19T22:47:04.039Z Downloaded rustyline v14.0.0
11732026-05-19T22:47:04.042Z Downloaded toml v0.7.8
11742026-05-19T22:47:04.050Z Downloaded zerocopy v0.6.6
11752026-05-19T22:47:04.052Z Downloaded toml v1.0.6+spec-1.1.0
11762026-05-19T22:47:04.052Z Downloaded bitvec v1.0.1
11772026-05-19T22:47:04.055Z Downloaded toml v0.9.12+spec-1.1.0
11782026-05-19T22:47:04.058Z Downloaded zstd-safe v7.2.4
11792026-05-19T22:47:04.061Z Downloaded tar v0.4.45
11802026-05-19T22:47:04.061Z Downloaded vte v0.14.1
11812026-05-19T22:47:04.064Z Downloaded yasna v0.5.2
11822026-05-19T22:47:04.066Z Downloaded iddqd v0.4.1
11832026-05-19T22:47:04.069Z Downloaded twox-hash v2.1.2
11842026-05-19T22:47:04.072Z Downloaded tungstenite v0.21.0
11852026-05-19T22:47:04.075Z Downloaded tungstenite v0.23.0
11862026-05-19T22:47:04.075Z Downloaded tokio-postgres v0.7.16
11872026-05-19T22:47:04.077Z Downloaded tinyvec v1.10.0
11882026-05-19T22:47:04.080Z Downloaded futures-util v0.3.32
11892026-05-19T22:47:04.086Z Downloaded unicode-bidi v0.3.18
11902026-05-19T22:47:04.096Z Downloaded unsafe-libyaml v0.2.11
11912026-05-19T22:47:04.099Z Downloaded zstd v0.13.3
11922026-05-19T22:47:04.101Z Downloaded uuid v1.23.0
11932026-05-19T22:47:04.104Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-05-19T22:47:04.108Z Downloaded ssh-key v0.6.7
11952026-05-19T22:47:04.112Z Downloaded rpassword v7.4.0
11962026-05-19T22:47:04.116Z Downloaded steno v0.4.1
11972026-05-19T22:47:04.119Z Downloaded git2 v0.20.4
11982026-05-19T22:47:04.122Z Downloaded tracing-core v0.1.36
11992026-05-19T22:47:04.140Z Downloaded reedline v0.40.0
12002026-05-19T22:47:04.144Z Downloaded zopfli v0.8.3
12012026-05-19T22:47:04.150Z Downloaded toml_edit v0.19.15
12022026-05-19T22:47:04.165Z Downloaded regex v1.12.3
12032026-05-19T22:47:04.175Z Downloaded yansi v1.0.1
12042026-05-19T22:47:04.177Z Downloaded zip v0.6.6
12052026-05-19T22:47:04.180Z Downloaded reqwest v0.13.2
12062026-05-19T22:47:04.183Z Downloaded tower v0.5.3
12072026-05-19T22:47:04.188Z Downloaded zerocopy-derive v0.8.40
12082026-05-19T22:47:04.194Z Downloaded reqwest v0.12.28
12092026-05-19T22:47:04.197Z Downloaded x509-cert v0.2.5
12102026-05-19T22:47:04.203Z Downloaded moka v0.12.13
12112026-05-19T22:47:04.207Z Downloaded unicode-segmentation v1.12.0
12122026-05-19T22:47:04.209Z Downloaded typed-path v0.9.3
12132026-05-19T22:47:04.212Z Downloaded portable-atomic v1.13.1
12142026-05-19T22:47:04.217Z Downloaded p384 v0.13.1
12152026-05-19T22:47:04.220Z Downloaded rayon v1.11.0
12162026-05-19T22:47:04.224Z Downloaded lalrpop v0.19.12
12172026-05-19T22:47:04.230Z Downloaded quick-xml v0.37.5
12182026-05-19T22:47:04.234Z Downloaded goblin v0.10.5
12192026-05-19T22:47:04.238Z Downloaded unicode_categories v0.1.1
12202026-05-19T22:47:04.241Z Downloaded tower-http v0.6.8
12212026-05-19T22:47:04.244Z Downloaded zip v4.6.1
12222026-05-19T22:47:04.247Z Downloaded rustls-webpki v0.101.7
12232026-05-19T22:47:04.255Z Downloaded petname v2.0.2
12242026-05-19T22:47:04.259Z Downloaded unicode-normalization v0.1.25
12252026-05-19T22:47:04.280Z Downloaded salty v0.3.0
12262026-05-19T22:47:04.295Z Downloaded tokio-util v0.7.18
12272026-05-19T22:47:04.301Z Downloaded serde_with v3.17.0
12282026-05-19T22:47:04.307Z Downloaded tough v0.22.0
12292026-05-19T22:47:04.313Z Downloaded nix v0.27.1
12302026-05-19T22:47:04.319Z Downloaded proptest v1.10.0
12312026-05-19T22:47:04.324Z Downloaded rustls-webpki v0.102.8
12322026-05-19T22:47:04.335Z Downloaded polar-core v0.27.3
12332026-05-19T22:47:04.340Z Downloaded curve25519-dalek v4.1.3
12342026-05-19T22:47:04.350Z Downloaded radix_trie v0.2.1
12352026-05-19T22:47:04.357Z Downloaded winnow v0.5.40
12362026-05-19T22:47:04.372Z Downloaded nix v0.28.0
12372026-05-19T22:47:04.377Z Downloaded object v0.30.4
12382026-05-19T22:47:04.387Z Downloaded time v0.3.47
12392026-05-19T22:47:04.394Z Downloaded quinn-proto v0.11.13
12402026-05-19T22:47:04.399Z Downloaded nix v0.29.0
12412026-05-19T22:47:04.405Z Downloaded winnow v0.6.26
12422026-05-19T22:47:04.409Z Downloaded rustls v0.21.12
12432026-05-19T22:47:04.415Z Downloaded tabled v0.20.0
12442026-05-19T22:47:04.425Z Downloaded regex-syntax v0.6.29
12452026-05-19T22:47:04.443Z Downloaded dropshot v0.16.7
12462026-05-19T22:47:04.444Z Downloaded vcpkg v0.2.15
12472026-05-19T22:47:04.483Z Downloaded zlib-rs v0.6.2
12482026-05-19T22:47:04.486Z Downloaded object v0.37.3
12492026-05-19T22:47:04.492Z Downloaded webpki-roots v1.0.6
12502026-05-19T22:47:04.495Z Downloaded smoltcp v0.9.1
12512026-05-19T22:47:04.500Z Downloaded hickory-proto v0.25.2
12522026-05-19T22:47:04.508Z Downloaded regress v0.10.5
12532026-05-19T22:47:04.514Z Downloaded zerocopy v0.8.40
12542026-05-19T22:47:04.518Z Downloaded smoltcp v0.11.0
12552026-05-19T22:47:04.525Z Downloaded regex-syntax v0.8.10
12562026-05-19T22:47:04.529Z Downloaded regress v0.11.1
12572026-05-19T22:47:04.533Z Downloaded rustls v0.22.4
12582026-05-19T22:47:04.540Z Downloaded diesel v2.3.7
12592026-05-19T22:47:04.552Z Downloaded rustix v0.38.44
12602026-05-19T22:47:04.565Z Downloaded rustls v0.23.37
12612026-05-19T22:47:04.574Z Downloaded openapiv3 v2.2.0
12622026-05-19T22:47:04.578Z Downloaded hickory-proto v0.24.4
12632026-05-19T22:47:04.587Z Downloaded nix v0.31.2
12642026-05-19T22:47:04.593Z Downloaded dropshot v0.17.0
12652026-05-19T22:47:04.606Z Downloaded sqlparser v0.61.0
12662026-05-19T22:47:04.611Z Downloaded bstr v1.12.1
12672026-05-19T22:47:04.616Z Downloaded sled v0.34.7
12682026-05-19T22:47:04.621Z Downloaded openssl v0.10.80
12692026-05-19T22:47:04.629Z Downloaded typify-impl v0.6.2
12702026-05-19T22:47:04.642Z Downloaded tracing v0.1.44
12712026-05-19T22:47:04.660Z Downloaded regex-automata v0.4.14
12722026-05-19T22:47:04.668Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-19T22:47:04.676Z Downloaded ratatui v0.29.0
12742026-05-19T22:47:04.687Z Downloaded csv v1.4.0
12752026-05-19T22:47:04.698Z Downloaded typify-impl v0.4.3
12762026-05-19T22:47:04.706Z Downloaded zerocopy-derive v0.6.6
12772026-05-19T22:47:04.712Z Downloaded jiff v0.2.21
12782026-05-19T22:47:04.727Z Downloaded petgraph v0.8.3
12792026-05-19T22:47:04.741Z Downloaded petgraph v0.6.5
12802026-05-19T22:47:04.751Z Downloaded chrono-tz v0.10.4
12812026-05-19T22:47:04.764Z Downloaded tokio v1.52.1
12822026-05-19T22:47:04.794Z Downloaded encoding_rs v0.8.35
12832026-05-19T22:47:04.820Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-19T22:47:04.830Z Downloaded libz-sys v1.1.24
12852026-05-19T22:47:04.843Z Downloaded sha3 v0.10.8
12862026-05-19T22:47:04.947Z Downloaded ring v0.17.14
12872026-05-19T22:47:05.000Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-19T22:47:05.492Z Downloaded aws-lc-sys v0.40.0
12892026-05-19T22:47:05.753Z Compiling libc v0.2.185
12902026-05-19T22:47:05.753Z Compiling serde v1.0.228
12912026-05-19T22:47:05.756Z Compiling log v0.4.29
12922026-05-19T22:47:05.756Z Compiling shlex v1.3.0
12932026-05-19T22:47:05.756Z Compiling find-msvc-tools v0.1.9
12942026-05-19T22:47:05.756Z Compiling smallvec v1.15.1
12952026-05-19T22:47:05.756Z Compiling typenum v1.19.0
12962026-05-19T22:47:05.890Z Compiling subtle v2.6.1
12972026-05-19T22:47:05.930Z Compiling generic-array v0.14.7
12982026-05-19T22:47:05.933Z Compiling scopeguard v1.2.0
12992026-05-19T22:47:05.947Z Compiling const-oid v0.9.6
13002026-05-19T22:47:06.002Z Compiling serde_json v1.0.149
13012026-05-19T22:47:06.016Z Compiling syn v2.0.117
13022026-05-19T22:47:06.019Z Compiling zerocopy v0.8.40
13032026-05-19T22:47:06.019Z Compiling portable-atomic v1.13.1
13042026-05-19T22:47:06.045Z Compiling parking_lot_core v0.9.12
13052026-05-19T22:47:06.147Z Compiling lock_api v0.4.14
13062026-05-19T22:47:06.147Z Compiling pin-project-lite v0.2.17
13072026-05-19T22:47:06.161Z Compiling pkg-config v0.3.32
13082026-05-19T22:47:06.190Z Compiling bitflags v2.11.0
13092026-05-19T22:47:06.217Z Compiling libm v0.2.16
13102026-05-19T22:47:06.246Z Compiling critical-section v1.2.0
13112026-05-19T22:47:06.260Z Compiling futures-core v0.3.32
13122026-05-19T22:47:06.317Z Compiling num-traits v0.2.19
13132026-05-19T22:47:06.345Z Compiling percent-encoding v2.3.2
13142026-05-19T22:47:06.404Z Compiling futures-sink v0.3.32
13152026-05-19T22:47:06.420Z Compiling cpufeatures v0.2.17
13162026-05-19T22:47:06.436Z Compiling slab v0.4.12
13172026-05-19T22:47:06.459Z Compiling futures-io v0.3.32
13182026-05-19T22:47:06.514Z Compiling futures-task v0.3.32
13192026-05-19T22:47:06.559Z Compiling futures-channel v0.3.32
13202026-05-19T22:47:06.579Z Compiling getrandom v0.4.1
13212026-05-19T22:47:06.622Z Compiling rand_core v0.10.0
13222026-05-19T22:47:06.625Z Compiling indexmap v2.14.0
13232026-05-19T22:47:06.683Z Compiling rustversion v1.0.22
13242026-05-19T22:47:06.695Z Compiling getrandom v0.3.4
13252026-05-19T22:47:06.729Z Compiling form_urlencoded v1.2.2
13262026-05-19T22:47:06.804Z Compiling fs_extra v1.3.0
13272026-05-19T22:47:06.822Z Compiling dunce v1.0.5
13282026-05-19T22:47:06.836Z Compiling base64ct v1.8.3
13292026-05-19T22:47:06.839Z Compiling ident_case v1.0.1
13302026-05-19T22:47:06.839Z Compiling iana-time-zone v0.1.65
13312026-05-19T22:47:06.941Z Compiling flagset v0.4.7
13322026-05-19T22:47:06.956Z Compiling getrandom v0.2.17
13332026-05-19T22:47:06.970Z Compiling jobserver v0.1.34
13342026-05-19T22:47:06.993Z Compiling errno v0.3.14
13352026-05-19T22:47:07.041Z Compiling mio v1.2.0
13362026-05-19T22:47:07.062Z Compiling socket2 v0.6.3
13372026-05-19T22:47:07.103Z Compiling rand_core v0.6.4
13382026-05-19T22:47:07.119Z Compiling signal-hook-registry v1.4.8
13392026-05-19T22:47:07.123Z Compiling once_cell v1.21.3
13402026-05-19T22:47:07.190Z Compiling cc v1.2.56
13412026-05-19T22:47:07.238Z Compiling parking_lot v0.12.5
13422026-05-19T22:47:07.314Z Compiling pem-rfc7468 v0.7.0
13432026-05-19T22:47:07.341Z Compiling regex-syntax v0.8.10
13442026-05-19T22:47:07.372Z Compiling rustix v1.1.3
13452026-05-19T22:47:07.385Z Compiling vcpkg v0.2.15
13462026-05-19T22:47:07.407Z Compiling aws-lc-rs v1.16.3
13472026-05-19T22:47:07.425Z Compiling uuid v1.23.0
13482026-05-19T22:47:07.502Z Compiling tracing-core v0.1.36
13492026-05-19T22:47:07.518Z Compiling rustc_version v0.4.1
13502026-05-19T22:47:07.539Z Compiling base64 v0.22.1
13512026-05-19T22:47:07.661Z Compiling rand_core v0.9.5
13522026-05-19T22:47:07.664Z Compiling tinyvec_macros v0.1.1
13532026-05-19T22:47:07.732Z Compiling openssl-probe v0.2.1
13542026-05-19T22:47:07.748Z Compiling untrusted v0.9.0
13552026-05-19T22:47:07.784Z Compiling untrusted v0.7.1
13562026-05-19T22:47:07.817Z Compiling httparse v1.10.1
13572026-05-19T22:47:07.886Z Compiling tinyvec v1.10.0
13582026-05-19T22:47:07.903Z Compiling aho-corasick v1.1.4
13592026-05-19T22:47:07.906Z Compiling dyn-clone v1.0.20
13602026-05-19T22:47:07.906Z Compiling tower-layer v0.3.3
13612026-05-19T22:47:07.945Z Compiling cmake v0.1.57
13622026-05-19T22:47:07.948Z Compiling tower-service v0.3.3
13632026-05-19T22:47:07.973Z Compiling atomic-waker v1.1.2
13642026-05-19T22:47:08.082Z Compiling rustls v0.23.37
13652026-05-19T22:47:08.085Z Compiling try-lock v0.2.5
13662026-05-19T22:47:08.111Z Compiling schemars v0.8.22
13672026-05-19T22:47:08.114Z Compiling pin-utils v0.1.0
13682026-05-19T22:47:08.140Z Compiling httpdate v1.0.3
13692026-05-19T22:47:08.143Z Compiling openssl v0.10.80
13702026-05-19T22:47:08.168Z Compiling foreign-types-shared v0.1.1
13712026-05-19T22:47:08.171Z Compiling spin v0.9.8
13722026-05-19T22:47:08.218Z Compiling want v0.3.1
13732026-05-19T22:47:08.235Z Compiling unicode-normalization v0.1.25
13742026-05-19T22:47:08.276Z Compiling foreign-types v0.3.2
13752026-05-19T22:47:08.290Z Compiling native-tls v0.2.18
13762026-05-19T22:47:08.305Z Compiling num-conv v0.2.0
13772026-05-19T22:47:08.373Z Compiling time-core v0.1.8
13782026-05-19T22:47:08.391Z Compiling crc32fast v1.5.0
13792026-05-19T22:47:08.408Z Compiling powerfmt v0.2.0
13802026-05-19T22:47:08.410Z Compiling wait-timeout v0.2.1
13812026-05-19T22:47:08.441Z Compiling sync_wrapper v1.0.2
13822026-05-19T22:47:08.448Z Compiling simd-adler32 v0.3.8
13832026-05-19T22:47:08.468Z Compiling bit-vec v0.8.0
13842026-05-19T22:47:08.486Z Compiling quick-error v1.2.3
13852026-05-19T22:47:08.535Z Compiling siphasher v1.0.2
13862026-05-19T22:47:08.554Z Compiling time-macros v0.2.27
13872026-05-19T22:47:08.580Z Compiling deranged v0.5.8
13882026-05-19T22:47:08.594Z Compiling unicode-segmentation v1.12.0
13892026-05-19T22:47:08.616Z Compiling usdt-impl v0.6.0
13902026-05-19T22:47:08.646Z Compiling syn v1.0.109
13912026-05-19T22:47:08.730Z Compiling num_threads v0.1.7
13922026-05-19T22:47:08.743Z Compiling crossbeam-utils v0.8.21
13932026-05-19T22:47:08.747Z Compiling bit-set v0.8.0
13942026-05-19T22:47:08.772Z Compiling slog v2.8.2
13952026-05-19T22:47:08.776Z Compiling heapless v0.7.17
13962026-05-19T22:47:08.817Z Compiling aws-lc-sys v0.40.0
13972026-05-19T22:47:08.852Z Compiling ring v0.17.14
13982026-05-19T22:47:08.868Z Compiling openssl-sys v0.9.116
13992026-05-19T22:47:08.975Z Compiling synstructure v0.13.2
14002026-05-19T22:47:09.020Z Compiling pest_generator v2.8.6
14012026-05-19T22:47:09.035Z Compiling serde_derive_internals v0.29.1
14022026-05-19T22:47:09.052Z Compiling darling_core v0.20.11
14032026-05-19T22:47:09.065Z Compiling regex-automata v0.4.14
14042026-05-19T22:47:09.109Z Compiling tempfile v3.25.0
14052026-05-19T22:47:09.120Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-05-19T22:47:09.418Z Compiling rusty-fork v0.3.1
14072026-05-19T22:47:09.576Z Compiling darling_core v0.21.3
14082026-05-19T22:47:09.651Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-19T22:47:09.695Z Compiling rand_xorshift v0.4.0
14102026-05-19T22:47:09.743Z Compiling thread-id v5.1.0
14112026-05-19T22:47:09.773Z Compiling cookie v0.18.1
14122026-05-19T22:47:09.778Z Compiling time v0.3.47
14132026-05-19T22:47:09.817Z Compiling adler2 v2.0.1
14142026-05-19T22:47:09.858Z Compiling signal-hook v0.3.18
14152026-05-19T22:47:09.882Z Compiling zstd-safe v7.2.4
14162026-05-19T22:47:09.897Z Compiling unicode-bidi v0.3.18
14172026-05-19T22:47:09.997Z Compiling unarray v0.1.4
14182026-05-19T22:47:10.005Z Compiling unicode-properties v0.1.4
14192026-05-19T22:47:10.018Z Compiling allocator-api2 v0.2.21
14202026-05-19T22:47:10.036Z Compiling ryu v1.0.23
14212026-05-19T22:47:10.060Z Compiling iri-string v0.7.10
14222026-05-19T22:47:10.113Z Compiling paste v1.0.15
14232026-05-19T22:47:10.129Z Compiling anyhow v1.0.102
14242026-05-19T22:47:10.245Z Compiling stringprep v0.1.5
14252026-05-19T22:47:10.383Z Compiling miniz_oxide v0.8.9
14262026-05-19T22:47:10.759Z Compiling serde_derive v1.0.228
14272026-05-19T22:47:10.775Z Compiling zeroize_derive v1.4.3
14282026-05-19T22:47:10.791Z Compiling zerofrom-derive v0.1.6
14292026-05-19T22:47:10.824Z Compiling yoke-derive v0.8.1
14302026-05-19T22:47:11.100Z Compiling zerovec-derive v0.11.2
14312026-05-19T22:47:11.104Z Compiling zerocopy-derive v0.8.40
14322026-05-19T22:47:11.326Z Compiling displaydoc v0.2.5
14332026-05-19T22:47:11.487Z Compiling zeroize v1.8.2
14342026-05-19T22:47:11.502Z Compiling tokio-macros v2.7.0
14352026-05-19T22:47:11.534Z Compiling futures-macro v0.3.32
14362026-05-19T22:47:11.726Z Compiling der_derive v0.7.3
14372026-05-19T22:47:12.034Z Compiling rustls-pki-types v1.14.0
14382026-05-19T22:47:12.104Z Compiling tracing-attributes v0.1.31
14392026-05-19T22:47:12.250Z Compiling crypto-common v0.1.7
14402026-05-19T22:47:12.254Z Compiling zerofrom v0.1.6
14412026-05-19T22:47:12.289Z Compiling block-buffer v0.10.4
14422026-05-19T22:47:12.294Z Compiling block-padding v0.3.3
14432026-05-19T22:47:12.309Z Compiling thiserror-impl v2.0.18
14442026-05-19T22:47:12.381Z Compiling yoke v0.8.1
14452026-05-19T22:47:12.417Z Compiling futures-util v0.3.32
14462026-05-19T22:47:12.431Z Compiling digest v0.10.7
14472026-05-19T22:47:12.482Z Compiling inout v0.1.4
14482026-05-19T22:47:12.488Z Compiling scroll_derive v0.13.1
14492026-05-19T22:47:12.524Z Compiling pest_derive v2.8.6
14502026-05-19T22:47:12.604Z Compiling zerovec v0.11.5
14512026-05-19T22:47:12.695Z Compiling zerotrie v0.2.3
14522026-05-19T22:47:12.717Z Compiling hmac v0.12.1
14532026-05-19T22:47:12.749Z Compiling sha2 v0.10.9
14542026-05-19T22:47:12.906Z Compiling cipher v0.4.4
14552026-05-19T22:47:13.003Z Compiling der v0.7.10
14562026-05-19T22:47:13.027Z Compiling pbkdf2 v0.12.2
14572026-05-19T22:47:13.139Z Compiling tinystr v0.8.2
14582026-05-19T22:47:13.191Z Compiling potential_utf v0.1.4
14592026-05-19T22:47:13.207Z Compiling salsa20 v0.10.2
14602026-05-19T22:47:13.371Z Compiling icu_locale_core v2.1.1
14612026-05-19T22:47:13.394Z Compiling icu_collections v2.1.1
14622026-05-19T22:47:13.394Z Compiling scrypt v0.11.0
14632026-05-19T22:47:13.422Z Compiling cbc v0.1.2
14642026-05-19T22:47:13.426Z Compiling aes v0.8.4
14652026-05-19T22:47:13.498Z Compiling tracing v0.1.44
14662026-05-19T22:47:13.603Z Compiling schemars_derive v0.8.22
14672026-05-19T22:47:13.690Z Compiling scroll v0.13.0
14682026-05-19T22:47:13.713Z Compiling thiserror v2.0.18
14692026-05-19T22:47:13.814Z Compiling darling_macro v0.20.11
14702026-05-19T22:47:13.852Z Compiling spki v0.7.3
14712026-05-19T22:47:13.914Z Compiling openssl-macros v0.1.1
14722026-05-19T22:47:13.986Z Compiling goblin v0.10.5
14732026-05-19T22:47:14.091Z Compiling icu_provider v2.1.1
14742026-05-19T22:47:14.168Z Compiling pkcs5 v0.7.1
14752026-05-19T22:47:14.254Z Compiling bytes v1.11.1
14762026-05-19T22:47:14.302Z Compiling chrono v0.4.44
14772026-05-19T22:47:14.342Z Compiling ipnet v2.11.0
14782026-05-19T22:47:14.409Z Compiling icu_properties v2.1.2
14792026-05-19T22:47:14.453Z Compiling icu_normalizer v2.1.1
14802026-05-19T22:47:14.476Z Compiling darling v0.20.11
14812026-05-19T22:47:14.581Z Compiling pkcs8 v0.10.2
14822026-05-19T22:47:14.594Z Compiling rustls-native-certs v0.8.3
14832026-05-19T22:47:14.763Z Compiling tokio v1.52.1
14842026-05-19T22:47:14.859Z Compiling http v1.4.0
14852026-05-19T22:47:14.908Z Compiling derive_builder_core v0.20.2
14862026-05-19T22:47:14.922Z Compiling dtrace-parser v0.3.0
14872026-05-19T22:47:15.058Z Compiling signature v2.2.0
14882026-05-19T22:47:15.093Z Compiling webpki-roots v1.0.6
14892026-05-19T22:47:15.093Z Compiling thiserror-impl v1.0.69
14902026-05-19T22:47:15.093Z Compiling scroll_derive v0.12.1
14912026-05-19T22:47:15.096Z Compiling serde_tokenstream v0.2.3
14922026-05-19T22:47:15.145Z Compiling erased-serde v0.3.31
14932026-05-19T22:47:15.440Z Compiling idna_adapter v1.2.1
14942026-05-19T22:47:15.525Z Compiling ppv-lite86 v0.2.21
14952026-05-19T22:47:15.613Z Compiling idna v1.1.0
14962026-05-19T22:47:15.673Z Compiling http-body v1.0.1
14972026-05-19T22:47:15.709Z Compiling toml_datetime v0.6.11
14982026-05-19T22:47:15.752Z Compiling serde_spanned v0.6.9
14992026-05-19T22:47:15.765Z Compiling scroll v0.12.0
15002026-05-19T22:47:15.793Z Compiling serde_urlencoded v0.7.1
15012026-05-19T22:47:15.831Z Compiling rand_chacha v0.9.0
15022026-05-19T22:47:15.837Z Compiling http-body-util v0.1.3
15032026-05-19T22:47:15.861Z Compiling derive_builder_macro v0.20.2
15042026-05-19T22:47:15.886Z Compiling rand_chacha v0.3.1
15052026-05-19T22:47:15.925Z Compiling url v2.5.8
15062026-05-19T22:47:15.999Z Compiling md-5 v0.10.6
15072026-05-19T22:47:16.066Z Compiling rand v0.9.2
15082026-05-19T22:47:16.077Z Compiling darling_macro v0.21.3
15092026-05-19T22:47:16.116Z Compiling bstr v1.12.1
15102026-05-19T22:47:16.198Z Compiling async-trait v0.1.89
15112026-05-19T22:47:16.308Z Compiling thiserror v1.0.69
15122026-05-19T22:47:16.313Z Compiling zerocopy-derive v0.7.35
15132026-05-19T22:47:16.367Z Compiling pin-project-internal v1.1.11
15142026-05-19T22:47:16.660Z Compiling proptest v1.10.0
15152026-05-19T22:47:16.751Z Compiling heck v0.4.1
15162026-05-19T22:47:16.756Z Compiling num-integer v0.1.46
15172026-05-19T22:47:16.780Z Compiling dof v0.4.0
15182026-05-19T22:47:16.805Z Compiling vergen-lib v0.1.6
15192026-05-19T22:47:16.898Z Compiling curve25519-dalek v4.1.3
15202026-05-19T22:47:16.959Z Compiling ff v0.13.1
15212026-05-19T22:47:16.991Z Compiling hash32 v0.2.1
15222026-05-19T22:47:17.019Z Compiling memoffset v0.9.1
15232026-05-19T22:47:17.118Z Compiling ref-cast v1.0.25
15242026-05-19T22:47:17.133Z Compiling rustix v0.38.44
15252026-05-19T22:47:17.222Z Compiling fallible-iterator v0.2.0
15262026-05-19T22:47:17.250Z Compiling ipnetwork v0.21.1
15272026-05-19T22:47:17.264Z Compiling litrs v1.0.0
15282026-05-19T22:47:17.280Z Compiling psl-types v2.0.11
15292026-05-19T22:47:17.295Z Compiling smoltcp v0.9.1
15302026-05-19T22:47:17.410Z Compiling zlib-rs v0.6.2
15312026-05-19T22:47:17.434Z Compiling cfg_aliases v0.2.1
15322026-05-19T22:47:17.461Z Compiling base16ct v0.2.0
15332026-05-19T22:47:17.539Z Compiling num-bigint-dig v0.8.6
15342026-05-19T22:47:17.544Z Compiling pin-project v1.1.11
15352026-05-19T22:47:17.567Z Compiling nix v0.31.2
15362026-05-19T22:47:17.673Z Compiling sec1 v0.7.3
15372026-05-19T22:47:17.698Z Compiling postgres-protocol v0.6.10
15382026-05-19T22:47:17.736Z Compiling oxnet v0.1.4
15392026-05-19T22:47:17.801Z Compiling publicsuffix v2.3.0
15402026-05-19T22:47:17.818Z Compiling document-features v0.2.12
15412026-05-19T22:47:17.843Z Compiling zerocopy v0.7.35
15422026-05-19T22:47:17.976Z Compiling group v0.13.0
15432026-05-19T22:47:18.016Z Compiling num-iter v0.1.45
15442026-05-19T22:47:18.068Z Compiling snafu-derive v0.8.9
15452026-05-19T22:47:18.176Z Compiling darling v0.21.3
15462026-05-19T22:47:18.234Z Compiling derive_builder v0.20.2
15472026-05-19T22:47:18.234Z Compiling rand v0.8.6
15482026-05-19T22:47:18.234Z Compiling goblin v0.8.2
15492026-05-19T22:47:18.280Z Compiling futures-executor v0.3.32
15502026-05-19T22:47:18.313Z Compiling hubpack_derive v0.1.1
15512026-05-19T22:47:18.369Z Compiling cargo-platform v0.1.9
15522026-05-19T22:47:18.369Z Compiling hex v0.4.3
15532026-05-19T22:47:18.438Z Compiling hkdf v0.12.4
15542026-05-19T22:47:18.502Z Compiling crypto-bigint v0.5.5
15552026-05-19T22:47:18.502Z Compiling regex v1.12.3
15562026-05-19T22:47:18.579Z Compiling tokio-util v0.7.18
15572026-05-19T22:47:18.605Z Compiling tower v0.5.3
15582026-05-19T22:47:18.641Z Compiling tokio-native-tls v0.3.1
15592026-05-19T22:47:18.664Z Compiling daft-derive v0.1.7
15602026-05-19T22:47:18.822Z Compiling ref-cast-impl v1.0.25
15612026-05-19T22:47:18.944Z Compiling curve25519-dalek-derive v0.1.1
15622026-05-19T22:47:19.023Z Compiling strum_macros v0.27.2
15632026-05-19T22:47:19.123Z Compiling tower-http v0.6.8
15642026-05-19T22:47:19.123Z Compiling newtype-uuid v1.3.2
15652026-05-19T22:47:19.383Z Compiling h2 v0.4.13
15662026-05-19T22:47:19.455Z Compiling terminal_size v0.4.3
15672026-05-19T22:47:19.463Z Compiling phf_shared v0.13.1
15682026-05-19T22:47:19.463Z Compiling lazy_static v1.5.0
15692026-05-19T22:47:19.499Z Compiling vergen v9.0.6
15702026-05-19T22:47:19.596Z Compiling fs-err v3.3.0
15712026-05-19T22:47:19.619Z Compiling encoding_rs v0.8.35
15722026-05-19T22:47:19.626Z Compiling ahash v0.8.12
15732026-05-19T22:47:19.657Z Compiling winnow v0.5.40
15742026-05-19T22:47:19.678Z Compiling bitflags v1.3.2
15752026-05-19T22:47:19.721Z Compiling managed v0.8.0
15762026-05-19T22:47:19.726Z Compiling libbz2-rs-sys v0.2.2
15772026-05-19T22:47:19.757Z Compiling foldhash v0.2.0
15782026-05-19T22:47:19.771Z Compiling foldhash v0.1.5
15792026-05-19T22:47:19.861Z Compiling same-file v1.0.6
15802026-05-19T22:47:19.977Z Compiling bumpalo v3.20.2
15812026-05-19T22:47:19.993Z Compiling object v0.37.3
15822026-05-19T22:47:20.023Z Compiling mime v0.3.17
15832026-05-19T22:47:20.061Z Compiling walkdir v2.5.0
15842026-05-19T22:47:20.077Z Compiling snafu v0.8.9
15852026-05-19T22:47:20.267Z Compiling flate2 v1.1.9
15862026-05-19T22:47:20.317Z Compiling zopfli v0.8.3
15872026-05-19T22:47:20.357Z Compiling bzip2 v0.6.1
15882026-05-19T22:47:20.410Z Compiling hashbrown v0.16.1
15892026-05-19T22:47:20.503Z Compiling dof v0.3.0
15902026-05-19T22:47:20.579Z Compiling hashbrown v0.15.5
15912026-05-19T22:47:20.664Z Compiling clap_builder v4.5.60
15922026-05-19T22:47:20.699Z Compiling daft v0.1.7
15932026-05-19T22:47:20.722Z Compiling phf v0.13.1
15942026-05-19T22:47:20.981Z Compiling strum v0.27.2
15952026-05-19T22:47:21.016Z Compiling toml_edit v0.19.15
15962026-05-19T22:47:21.047Z Compiling elliptic-curve v0.13.8
15972026-05-19T22:47:21.122Z Compiling signal-hook-mio v0.2.5
15982026-05-19T22:47:21.151Z Compiling cargo_metadata v0.19.2
15992026-05-19T22:47:21.178Z Compiling cookie_store v0.22.1
16002026-05-19T22:47:21.197Z Compiling hubpack v0.1.2
16012026-05-19T22:47:21.255Z Compiling bzip2 v0.4.4
16022026-05-19T22:47:21.282Z Compiling futures v0.3.32
16032026-05-19T22:47:21.292Z Compiling usdt-attr-macro v0.6.0
16042026-05-19T22:47:21.395Z Compiling usdt-macro v0.6.0
16052026-05-19T22:47:21.481Z Compiling serde_with_macros v3.17.0
16062026-05-19T22:47:21.516Z Compiling zstd v0.13.3
16072026-05-19T22:47:21.559Z Compiling postgres-types v0.2.12
16082026-05-19T22:47:21.778Z Compiling globset v0.4.18
16092026-05-19T22:47:21.791Z Compiling dtrace-parser v0.2.0
16102026-05-19T22:47:21.880Z Compiling ed25519 v2.2.3
16112026-05-19T22:47:22.100Z Compiling pkcs1 v0.7.5
16122026-05-19T22:47:22.143Z Compiling serde_plain v1.0.2
16132026-05-19T22:47:22.191Z Compiling serde-big-array v0.5.1
16142026-05-19T22:47:22.370Z Compiling hyper v1.8.1
16152026-05-19T22:47:22.384Z Compiling olpc-cjson v0.1.4
16162026-05-19T22:47:22.492Z Compiling rfc6979 v0.4.0
16172026-05-19T22:47:22.509Z Compiling async-recursion v1.1.1
16182026-05-19T22:47:22.547Z Compiling strum_macros v0.26.4
16192026-05-19T22:47:22.577Z Compiling enum-as-inner v0.6.1
16202026-05-19T22:47:22.591Z Compiling clap_derive v4.5.55
16212026-05-19T22:47:22.644Z Compiling serde_repr v0.1.20
16222026-05-19T22:47:22.658Z Compiling phf_shared v0.11.3
16232026-05-19T22:47:22.808Z Compiling float-cmp v0.10.0
16242026-05-19T22:47:22.851Z Compiling pem v3.0.6
16252026-05-19T22:47:22.873Z Compiling thread-id v4.2.2
16262026-05-19T22:47:22.983Z Compiling memmap2 v0.9.10
16272026-05-19T22:47:23.015Z Compiling env_filter v1.0.0
16282026-05-19T22:47:23.146Z Compiling typed-path v0.9.3
16292026-05-19T22:47:23.236Z Compiling keccak v0.1.6
16302026-05-19T22:47:23.245Z Compiling precomputed-hash v0.1.1
16312026-05-19T22:47:23.264Z Compiling jiff v0.2.21
16322026-05-19T22:47:23.264Z Compiling difflib v0.4.0
16332026-05-19T22:47:23.360Z Compiling static_assertions v1.1.0
16342026-05-19T22:47:23.371Z Compiling whoami v2.1.0
16352026-05-19T22:47:23.396Z Compiling fixedbitset v0.4.2
16362026-05-19T22:47:23.454Z Compiling new_debug_unreachable v1.0.6
16372026-05-19T22:47:23.552Z Compiling hyper-util v0.1.20
16382026-05-19T22:47:23.648Z Compiling either v1.15.0
16392026-05-19T22:47:23.669Z Compiling fixedbitset v0.5.7
16402026-05-19T22:47:23.701Z Compiling data-encoding v2.10.0
16412026-05-19T22:47:23.778Z Compiling normalize-line-endings v0.3.0
16422026-05-19T22:47:23.880Z Compiling predicates-core v1.0.10
16432026-05-19T22:47:23.893Z Compiling petgraph v0.8.3
16442026-05-19T22:47:23.907Z Compiling itertools v0.13.0
16452026-05-19T22:47:23.952Z Compiling toml_edit v0.22.27
16462026-05-19T22:47:24.009Z Compiling tokio-postgres v0.7.16
16472026-05-19T22:47:24.048Z Compiling predicates v3.1.4
16482026-05-19T22:47:24.078Z Compiling hickory-proto v0.25.2
16492026-05-19T22:47:24.090Z Compiling petgraph v0.6.5
16502026-05-19T22:47:24.380Z Compiling strum v0.26.3
16512026-05-19T22:47:24.453Z Compiling string_cache v0.8.9
16522026-05-19T22:47:24.467Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16532026-05-19T22:47:24.481Z Compiling clap v4.5.60
16542026-05-19T22:47:24.527Z Compiling sha3 v0.10.8
16552026-05-19T22:47:24.586Z Compiling env_logger v0.11.9
16562026-05-19T22:47:24.715Z Compiling usdt v0.6.0
16572026-05-19T22:47:24.796Z Compiling usdt-impl v0.5.0
16582026-05-19T22:47:24.984Z Compiling hyper-tls v0.6.0
16592026-05-19T22:47:25.023Z Compiling serde_with v3.17.0
16602026-05-19T22:47:25.031Z Compiling ecdsa v0.16.9
16612026-05-19T22:47:25.219Z Compiling crossterm v0.28.1
16622026-05-19T22:47:25.247Z Compiling rsa v0.9.10
16632026-05-19T22:47:25.369Z Compiling toml v0.7.8
16642026-05-19T22:47:25.421Z Compiling ed25519-dalek v2.2.0
16652026-05-19T22:47:25.902Z Compiling zip v0.6.6
16662026-05-19T22:47:25.932Z Compiling zip v4.6.1
16672026-05-19T22:47:26.003Z Compiling iddqd v0.4.1
16682026-05-19T22:47:26.521Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-05-19T22:47:26.548Z Compiling tokio-stream v0.1.18
16702026-05-19T22:47:26.580Z Compiling buf-list v1.1.2
16712026-05-19T22:47:26.594Z Compiling similar v2.7.0
16722026-05-19T22:47:26.790Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-19T22:47:26.806Z Compiling openapiv3 v2.2.0
16742026-05-19T22:47:26.894Z Compiling x509-cert v0.2.5
16752026-05-19T22:47:26.934Z Compiling sha1 v0.10.6
16762026-05-19T22:47:27.063Z Compiling crossbeam-epoch v0.9.18
16772026-05-19T22:47:27.127Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-05-19T22:47:27.135Z Compiling peg-runtime v0.8.5
16792026-05-19T22:47:27.186Z Compiling lalrpop-util v0.19.12
16802026-05-19T22:47:27.200Z Compiling thread_local v1.1.9
16812026-05-19T22:47:27.294Z Compiling slog-async v2.8.0
16822026-05-19T22:47:27.356Z Compiling crossbeam-channel v0.5.15
16832026-05-19T22:47:27.406Z Compiling filetime v0.2.27
16842026-05-19T22:47:27.420Z Compiling is-terminal v0.4.17
16852026-05-19T22:47:27.447Z Compiling xattr v1.6.1
16862026-05-19T22:47:27.460Z Compiling term v1.2.1
16872026-05-19T22:47:27.489Z Compiling take_mut v0.2.2
16882026-05-19T22:47:27.618Z Compiling tar v0.4.45
16892026-05-19T22:47:27.787Z Compiling slog-term v2.9.2
16902026-05-19T22:47:45.229Z Compiling rustls-webpki v0.103.9
16912026-05-19T22:47:48.005Z Compiling tokio-rustls v0.26.4
16922026-05-19T22:47:48.005Z Compiling rustls-platform-verifier v0.6.2
16932026-05-19T22:47:48.197Z Compiling hyper-rustls v0.27.7
16942026-05-19T22:47:48.387Z Compiling reqwest v0.12.28
16952026-05-19T22:47:48.387Z Compiling reqwest v0.13.2
16962026-05-19T22:47:49.613Z Compiling tough v0.22.0
16972026-05-19T22:47:52.090Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-19T22:47:52.320Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-19T22:47:55.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.70s
17002026-05-19T22:47:55.247Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-19T22:47:55.312ZMay 19 22:47:55.052 INFO Starting download, target: Clickhouse
17022026-05-19T22:47:55.312ZMay 19 22:47:55.053 INFO Starting download, target: Cockroach
17032026-05-19T22:47:55.312ZMay 19 22:47:55.053 INFO Starting download, target: DendriteStub
17042026-05-19T22:47:55.313ZMay 19 22:47:55.053 INFO Starting download, target: TransceiverControl
17052026-05-19T22:47:55.313ZMay 19 22:47:55.053 INFO Starting download, target: Console
17062026-05-19T22:47:55.320ZMay 19 22:47:55.053 INFO Starting download, target: MaghemiteMgd
17072026-05-19T22:47:55.320ZMay 19 22:47:55.053 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-05-19T22:47:55.320ZMay 19 22:47:55.053 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-19T22:47:55.320ZMay 19 22:47:55.053 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-19T22:47:55.320ZMay 19 22:47:55.053 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-19T22:47:55.321ZMay 19 22:47:55.053 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-19T22:47:55.321ZMay 19 22:47:55.053 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-19T22:47:55.965ZMay 19 22:47:55.672 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-19T22:47:56.160ZMay 19 22:47:55.902 INFO Download complete, target: TransceiverControl
17152026-05-19T22:47:56.366ZMay 19 22:47:56.100 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-19T22:47:56.601ZMay 19 22:47:56.335 INFO Download complete, target: Console
17172026-05-19T22:47:56.981ZMay 19 22:47:56.715 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-19T22:47:57.152ZMay 19 22:47:56.891 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-19T22:47:57.721ZMay 19 22:47:57.464 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-05-19T22:47:57.731ZMay 19 22:47:57.470 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-19T22:47:57.731ZMay 19 22:47:57.470 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-19T22:47:59.335ZMay 19 22:47:59.075 INFO Download complete, target: DendriteStub
17232026-05-19T22:47:59.566ZMay 19 22:47:59.314 INFO Download complete, target: MaghemiteMgd
17242026-05-19T22:48:02.532ZMay 19 22:48:02.218 INFO Checking that binary works, target: Cockroach
17252026-05-19T22:48:02.799ZMay 19 22:48:02.520 INFO Download complete, target: Cockroach
17262026-05-19T22:48:04.542ZMay 19 22:48:04.176 INFO Checking that binary works, target: Clickhouse
17272026-05-19T22:48:04.571ZMay 19 22:48:04.300 INFO Download complete, target: Clickhouse
17282026-05-19T22:48:04.602ZAll prerequisites installed successfully
17292026-05-19T22:48:04.602Z
17302026-05-19T22:48:04.602Zreal 2:04.738602499
17312026-05-19T22:48:04.602Zuser 6:55.472938288
17322026-05-19T22:48:04.602Zsys 1:44.555681732
17332026-05-19T22:48:04.602Ztrap 0.244610204
17342026-05-19T22:48:04.602Ztflt 2.519997389
17352026-05-19T22:48:04.602Zdflt 3.598378180
17362026-05-19T22:48:04.602Zkflt 0.054158135
17372026-05-19T22:48:04.602Zlock 23:03.037994879
17382026-05-19T22:48:04.602Zslp 19:37.967180801
17392026-05-19T22:48:04.602Zlat 22.398188748
17402026-05-19T22:48:04.602Zstop 2:46.416282341
17412026-05-19T22:48:04.603Z+ ptime -m cargo xtask download softnpu
17422026-05-19T22:48:05.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17432026-05-19T22:48:05.206Z Running `target/debug/xtask download softnpu`
17442026-05-19T22:48:05.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17452026-05-19T22:48:05.989Z Running `target/debug/xtask-downloader softnpu`
17462026-05-19T22:48:06.078ZMay 19 22:48:05.720 INFO Starting download, target: Softnpu
17472026-05-19T22:48:06.078ZMay 19 22:48:05.721 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-19T22:48:08.708ZMay 19 22:48:08.427 INFO Download complete, target: Softnpu
17492026-05-19T22:48:08.808Z
17502026-05-19T22:48:08.808Zreal 4.118421471
17512026-05-19T22:48:08.808Zuser 1.343215394
17522026-05-19T22:48:08.808Zsys 0.672264188
17532026-05-19T22:48:08.808Ztrap 0.000804040
17542026-05-19T22:48:08.808Ztflt 0.000111830
17552026-05-19T22:48:08.808Zdflt 0.000145830
17562026-05-19T22:48:08.808Zkflt 0.000000000
17572026-05-19T22:48:08.808Zlock 53.154944285
17582026-05-19T22:48:08.808Zslp 2.560597998
17592026-05-19T22:48:08.808Zlat 0.131855747
17602026-05-19T22:48:08.808Zstop 0.000159940
17612026-05-19T22:48:08.809Z+ export CARGO_INCREMENTAL=0
17622026-05-19T22:48:08.809Z+ CARGO_INCREMENTAL=0
17632026-05-19T22:48:08.809Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-19T22:48:09.600Z Compiling proc-macro2 v1.0.106
17652026-05-19T22:48:09.600Z Compiling quote v1.0.45
17662026-05-19T22:48:09.600Z Compiling unicode-ident v1.0.24
17672026-05-19T22:48:09.600Z Compiling libc v0.2.185
17682026-05-19T22:48:09.609Z Compiling serde_core v1.0.228
17692026-05-19T22:48:09.609Z Compiling serde v1.0.228
17702026-05-19T22:48:09.609Z Compiling cfg-if v1.0.4
17712026-05-19T22:48:09.609Z Compiling version_check v0.9.5
17722026-05-19T22:48:09.609Z Compiling find-msvc-tools v0.1.9
17732026-05-19T22:48:09.609Z Compiling shlex v1.3.0
17742026-05-19T22:48:09.609Z Compiling typenum v1.19.0
17752026-05-19T22:48:09.609Z Compiling zmij v1.0.21
17762026-05-19T22:48:09.749Z Compiling autocfg v1.5.0
17772026-05-19T22:48:09.772Z Compiling serde_json v1.0.149
17782026-05-19T22:48:09.772Z Compiling memchr v2.8.0
17792026-05-19T22:48:09.973Z Compiling portable-atomic v1.13.1
17802026-05-19T22:48:09.981Z Compiling libm v0.2.16
17812026-05-19T22:48:10.127Z Compiling generic-array v0.14.7
17822026-05-19T22:48:10.130Z Compiling zerocopy v0.8.40
17832026-05-19T22:48:10.143Z Compiling smallvec v1.15.1
17842026-05-19T22:48:10.188Z Compiling parking_lot_core v0.9.12
17852026-05-19T22:48:10.285Z Compiling num-traits v0.2.19
17862026-05-19T22:48:10.317Z Compiling icu_properties_data v2.1.2
17872026-05-19T22:48:10.322Z Compiling icu_normalizer_data v2.1.1
17882026-05-19T22:48:10.330Z Compiling itoa v1.0.17
17892026-05-19T22:48:10.374Z Compiling getrandom v0.4.1
17902026-05-19T22:48:10.401Z Compiling log v0.4.29
17912026-05-19T22:48:10.505Z Compiling stable_deref_trait v1.2.1
17922026-05-19T22:48:10.522Z Compiling pkg-config v0.3.32
17932026-05-19T22:48:10.549Z Compiling subtle v2.6.1
17942026-05-19T22:48:10.692Z Compiling scopeguard v1.2.0
17952026-05-19T22:48:10.719Z Compiling jobserver v0.1.34
17962026-05-19T22:48:10.732Z Compiling getrandom v0.2.17
17972026-05-19T22:48:10.803Z Compiling errno v0.3.14
17982026-05-19T22:48:10.824Z Compiling lock_api v0.4.14
17992026-05-19T22:48:10.917Z Compiling rand_core v0.6.4
18002026-05-19T22:48:10.926Z Compiling cc v1.2.56
18012026-05-19T22:48:10.951Z Compiling percent-encoding v2.3.2
18022026-05-19T22:48:10.981Z Compiling litemap v0.8.1
18032026-05-19T22:48:10.995Z Compiling writeable v0.6.2
18042026-05-19T22:48:11.074Z Compiling syn v2.0.117
18052026-05-19T22:48:11.095Z Compiling pin-project-lite v0.2.17
18062026-05-19T22:48:11.129Z Compiling fnv v1.0.7
18072026-05-19T22:48:11.209Z Compiling thiserror v2.0.18
18082026-05-19T22:48:11.256Z Compiling getrandom v0.3.4
18092026-05-19T22:48:11.290Z Compiling dunce v1.0.5
18102026-05-19T22:48:11.302Z Compiling fs_extra v1.3.0
18112026-05-19T22:48:11.307Z Compiling equivalent v1.0.2
18122026-05-19T22:48:11.393Z Compiling utf8_iter v1.0.4
18132026-05-19T22:48:11.413Z Compiling schemars v0.8.22
18142026-05-19T22:48:11.419Z Compiling rustversion v1.0.22
18152026-05-19T22:48:11.440Z Compiling rand_core v0.10.0
18162026-05-19T22:48:11.529Z Compiling form_urlencoded v1.2.2
18172026-05-19T22:48:11.611Z Compiling critical-section v1.2.0
18182026-05-19T22:48:11.643Z Compiling cmake v0.1.57
18192026-05-19T22:48:11.650Z Compiling signal-hook-registry v1.4.8
18202026-05-19T22:48:11.740Z Compiling rustix v1.1.3
18212026-05-19T22:48:11.779Z Compiling hashbrown v0.17.0
18222026-05-19T22:48:11.817Z Compiling socket2 v0.6.3
18232026-05-19T22:48:11.880Z Compiling mio v1.2.0
18242026-05-19T22:48:12.118Z Compiling bitflags v2.11.0
18252026-05-19T22:48:12.186Z Compiling semver v1.0.28
18262026-05-19T22:48:12.213Z Compiling once_cell v1.21.3
18272026-05-19T22:48:12.236Z Compiling parking_lot v0.12.5
18282026-05-19T22:48:12.257Z Compiling const-oid v0.9.6
18292026-05-19T22:48:12.280Z Compiling ring v0.17.14
18302026-05-19T22:48:12.354Z Compiling aws-lc-sys v0.40.0
18312026-05-19T22:48:12.381Z Compiling indexmap v2.14.0
18322026-05-19T22:48:12.482Z Compiling aws-lc-rs v1.16.3
18332026-05-19T22:48:12.551Z Compiling futures-core v0.3.32
18342026-05-19T22:48:12.569Z Compiling httparse v1.10.1
18352026-05-19T22:48:12.667Z Compiling vcpkg v0.2.15
18362026-05-19T22:48:12.683Z Compiling thiserror v1.0.69
18372026-05-19T22:48:12.706Z Compiling strsim v0.11.1
18382026-05-19T22:48:12.848Z Compiling byteorder v1.5.0
18392026-05-19T22:48:12.894Z Compiling iana-time-zone v0.1.65
18402026-05-19T22:48:13.032Z Compiling ucd-trie v0.1.7
18412026-05-19T22:48:13.046Z Compiling syn v1.0.109
18422026-05-19T22:48:13.050Z Compiling ident_case v1.0.1
18432026-05-19T22:48:13.054Z Compiling heck v0.5.0
18442026-05-19T22:48:13.086Z Compiling regex-syntax v0.8.10
18452026-05-19T22:48:13.144Z Compiling pest v2.8.6
18462026-05-19T22:48:13.172Z Compiling uuid v1.23.0
18472026-05-19T22:48:13.239Z Compiling rustls v0.23.37
18482026-05-19T22:48:13.249Z Compiling openssl-sys v0.9.116
18492026-05-19T22:48:13.249Z Compiling cpufeatures v0.2.17
18502026-05-19T22:48:13.416Z Compiling futures-sink v0.3.32
18512026-05-19T22:48:13.472Z Compiling rustc_version v0.4.1
18522026-05-19T22:48:13.545Z Compiling futures-channel v0.3.32
18532026-05-19T22:48:13.562Z Compiling slab v0.4.12
18542026-05-19T22:48:13.576Z Compiling futures-task v0.3.32
18552026-05-19T22:48:13.697Z Compiling futures-io v0.3.32
18562026-05-19T22:48:13.808Z Compiling aho-corasick v1.1.4
18572026-05-19T22:48:13.844Z Compiling dyn-clone v1.0.20
18582026-05-19T22:48:13.916Z Compiling synstructure v0.13.2
18592026-05-19T22:48:13.932Z Compiling serde_derive_internals v0.29.1
18602026-05-19T22:48:14.031Z Compiling crc32fast v1.5.0
18612026-05-19T22:48:14.142Z Compiling plain v0.2.3
18622026-05-19T22:48:14.156Z Compiling openssl v0.10.80
18632026-05-19T22:48:14.242Z Compiling pest_meta v2.8.6
18642026-05-19T22:48:14.271Z Compiling base64 v0.22.1
18652026-05-19T22:48:14.288Z Compiling time-core v0.1.8
18662026-05-19T22:48:14.417Z Compiling num-conv v0.2.0
18672026-05-19T22:48:14.434Z Compiling crossbeam-utils v0.8.21
18682026-05-19T22:48:14.539Z Compiling native-tls v0.2.18
18692026-05-19T22:48:14.565Z Compiling time-macros v0.2.27
18702026-05-19T22:48:14.619Z Compiling pretty-hex v0.4.1
18712026-05-19T22:48:14.657Z Compiling regex-automata v0.4.14
18722026-05-19T22:48:14.737Z Compiling anyhow v1.0.102
18732026-05-19T22:48:14.752Z Compiling base64ct v1.8.3
18742026-05-19T22:48:14.812Z Compiling darling_core v0.21.3
18752026-05-19T22:48:14.822Z Compiling tracing-core v0.1.36
18762026-05-19T22:48:14.887Z Compiling pest_generator v2.8.6
18772026-05-19T22:48:14.922Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-05-19T22:48:15.038Z Compiling pem-rfc7468 v0.7.0
18792026-05-19T22:48:15.157Z Compiling serde_derive v1.0.228
18802026-05-19T22:48:15.235Z Compiling zeroize_derive v1.4.3
18812026-05-19T22:48:15.248Z Compiling zerofrom-derive v0.1.6
18822026-05-19T22:48:15.275Z Compiling yoke-derive v0.8.1
18832026-05-19T22:48:15.299Z Compiling zerovec-derive v0.11.2
18842026-05-19T22:48:15.322Z Compiling displaydoc v0.2.5
18852026-05-19T22:48:15.518Z Compiling zerocopy-derive v0.8.40
18862026-05-19T22:48:15.544Z Compiling tokio-macros v2.7.0
18872026-05-19T22:48:15.557Z Compiling futures-macro v0.3.32
18882026-05-19T22:48:15.848Z Compiling zeroize v1.8.2
18892026-05-19T22:48:16.103Z Compiling thiserror-impl v2.0.18
18902026-05-19T22:48:16.219Z Compiling schemars_derive v0.8.22
18912026-05-19T22:48:16.233Z Compiling tracing-attributes v0.1.31
18922026-05-19T22:48:16.322Z Compiling der_derive v0.7.3
18932026-05-19T22:48:16.338Z Compiling thiserror-impl v1.0.69
18942026-05-19T22:48:16.368Z Compiling zerofrom v0.1.6
18952026-05-19T22:48:16.518Z Compiling yoke v0.8.1
18962026-05-19T22:48:16.549Z Compiling crypto-common v0.1.7
18972026-05-19T22:48:16.713Z Compiling zerovec v0.11.5
18982026-05-19T22:48:16.729Z Compiling zerotrie v0.2.3
18992026-05-19T22:48:16.837Z Compiling block-buffer v0.10.4
19002026-05-19T22:48:17.169Z Compiling digest v0.10.7
19012026-05-19T22:48:17.233Z Compiling tinystr v0.8.2
19022026-05-19T22:48:17.274Z Compiling potential_utf v0.1.4
19032026-05-19T22:48:17.343Z Compiling pest_derive v2.8.6
19042026-05-19T22:48:17.393Z Compiling futures-util v0.3.32
19052026-05-19T22:48:17.420Z Compiling icu_locale_core v2.1.1
19062026-05-19T22:48:17.434Z Compiling icu_collections v2.1.1
19072026-05-19T22:48:17.438Z Compiling hmac v0.12.1
19082026-05-19T22:48:17.615Z Compiling block-padding v0.3.3
19092026-05-19T22:48:17.620Z Compiling rustls-pki-types v1.14.0
19102026-05-19T22:48:17.830Z Compiling inout v0.1.4
19112026-05-19T22:48:18.012Z Compiling openssl-macros v0.1.1
19122026-05-19T22:48:18.090Z Compiling cipher v0.4.4
19132026-05-19T22:48:18.176Z Compiling icu_provider v2.1.1
19142026-05-19T22:48:18.275Z Compiling bytes v1.11.1
19152026-05-19T22:48:18.334Z Compiling chrono v0.4.44
19162026-05-19T22:48:18.347Z Compiling serde_tokenstream v0.2.3
19172026-05-19T22:48:18.396Z Compiling sha2 v0.10.9
19182026-05-19T22:48:18.488Z Compiling icu_properties v2.1.2
19192026-05-19T22:48:18.643Z Compiling icu_normalizer v2.1.1
19202026-05-19T22:48:18.776Z Compiling scroll_derive v0.12.1
19212026-05-19T22:48:18.872Z Compiling tokio v1.52.1
19222026-05-19T22:48:19.400Z Compiling idna_adapter v1.2.1
19232026-05-19T22:48:19.468Z Compiling scroll_derive v0.13.1
19242026-05-19T22:48:19.554Z Compiling idna v1.1.0
19252026-05-19T22:48:19.693Z Compiling http v1.4.0
19262026-05-19T22:48:19.860Z Compiling ppv-lite86 v0.2.21
19272026-05-19T22:48:19.903Z Compiling url v2.5.8
19282026-05-19T22:48:20.214Z Compiling flagset v0.4.7
19292026-05-19T22:48:20.254Z Compiling untrusted v0.9.0
19302026-05-19T22:48:20.305Z Compiling tracing v0.1.44
19312026-05-19T22:48:20.366Z Compiling der v0.7.10
19322026-05-19T22:48:20.426Z Compiling darling_macro v0.21.3
19332026-05-19T22:48:20.437Z Compiling regex v1.12.3
19342026-05-19T22:48:20.765Z Compiling zerocopy-derive v0.7.35
19352026-05-19T22:48:20.845Z Compiling rand_core v0.9.5
19362026-05-19T22:48:20.879Z Compiling slog v2.8.2
19372026-05-19T22:48:21.430Z Compiling spki v0.7.3
19382026-05-19T22:48:21.479Z Compiling darling v0.21.3
19392026-05-19T22:48:21.509Z Compiling salsa20 v0.10.2
19402026-05-19T22:48:21.535Z Compiling pbkdf2 v0.12.2
19412026-05-19T22:48:21.873Z Compiling cookie v0.18.1
19422026-05-19T22:48:22.064Z Compiling camino v1.2.2
19432026-05-19T22:48:22.314Z Compiling scrypt v0.11.0
19442026-05-19T22:48:22.368Z Compiling rand_chacha v0.9.0
19452026-05-19T22:48:22.372Z Compiling http-body v1.0.1
19462026-05-19T22:48:22.430Z Compiling cbc v0.1.2
19472026-05-19T22:48:22.443Z Compiling aes v0.8.4
19482026-05-19T22:48:22.570Z Compiling usdt-impl v0.5.0
19492026-05-19T22:48:22.604Z Compiling openssl-probe v0.2.1
19502026-05-19T22:48:22.618Z Compiling ref-cast v1.0.25
19512026-05-19T22:48:22.643Z Compiling tokio-util v0.7.18
19522026-05-19T22:48:22.734Z Compiling untrusted v0.7.1
19532026-05-19T22:48:22.752Z Compiling winnow v0.7.14
19542026-05-19T22:48:22.774Z Compiling either v1.15.0
19552026-05-19T22:48:22.805Z Compiling usdt-impl v0.6.0
19562026-05-19T22:48:22.821Z Compiling paste v1.0.15
19572026-05-19T22:48:22.877Z Compiling atomic-waker v1.1.2
19582026-05-19T22:48:22.923Z Compiling unicode-segmentation v1.12.0
19592026-05-19T22:48:23.042Z Compiling tinyvec_macros v0.1.1
19602026-05-19T22:48:23.125Z Compiling tinyvec v1.10.0
19612026-05-19T22:48:23.150Z Compiling pkcs5 v0.7.1
19622026-05-19T22:48:23.311Z Compiling rand v0.9.2
19632026-05-19T22:48:23.643Z Compiling scroll v0.13.0
19642026-05-19T22:48:23.797Z Compiling scroll v0.12.0
19652026-05-19T22:48:23.808Z Compiling toml_datetime v0.6.11
19662026-05-19T22:48:23.938Z Compiling serde_spanned v0.6.9
19672026-05-19T22:48:23.959Z Compiling async-trait v0.1.89
19682026-05-19T22:48:23.986Z Compiling heapless v0.7.17
19692026-05-19T22:48:24.104Z Compiling bzip2-sys v0.1.13+1.0.8
19702026-05-19T22:48:24.111Z Compiling tower-service v0.3.3
19712026-05-19T22:48:24.115Z Compiling try-lock v0.2.5
19722026-05-19T22:48:24.217Z Compiling signal-hook v0.3.18
19732026-05-19T22:48:24.237Z Compiling tower-layer v0.3.3
19742026-05-19T22:48:24.442Z Compiling fastrand v2.3.0
19752026-05-19T22:48:24.456Z Compiling zstd-safe v7.2.4
19762026-05-19T22:48:24.457Z Compiling want v0.3.1
19772026-05-19T22:48:24.476Z Compiling h2 v0.4.13
19782026-05-19T22:48:24.645Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-05-19T22:48:24.679Z Compiling goblin v0.8.2
19802026-05-19T22:48:24.697Z Compiling goblin v0.10.5
19812026-05-19T22:48:24.790Z Compiling pkcs8 v0.10.2
19822026-05-19T22:48:24.860Z Compiling heck v0.4.1
19832026-05-19T22:48:25.077Z Compiling zerocopy v0.7.35
19842026-05-19T22:48:25.092Z Compiling ipnet v2.11.0
19852026-05-19T22:48:25.215Z Compiling ref-cast-impl v1.0.25
19862026-05-19T22:48:25.407Z Compiling darling_core v0.20.11
19872026-05-19T22:48:25.556Z Compiling curve25519-dalek v4.1.3
19882026-05-19T22:48:25.633Z Compiling toml_datetime v0.7.5+spec-1.1.0
19892026-05-19T22:48:25.775Z Compiling memoffset v0.9.1
19902026-05-19T22:48:25.804Z Compiling litrs v1.0.0
19912026-05-19T22:48:25.922Z Compiling httpdate v1.0.3
19922026-05-19T22:48:26.205Z Compiling pin-utils v0.1.0
19932026-05-19T22:48:26.303Z Compiling foreign-types-shared v0.1.1
19942026-05-19T22:48:26.315Z Compiling rustix v0.38.44
19952026-05-19T22:48:26.430Z Compiling winnow v0.5.40
19962026-05-19T22:48:26.547Z Compiling tempfile v3.25.0
19972026-05-19T22:48:26.575Z Compiling foreign-types v0.3.2
19982026-05-19T22:48:26.591Z Compiling document-features v0.2.12
19992026-05-19T22:48:26.905Z Compiling dof v0.3.0
20002026-05-19T22:48:27.150Z Compiling unicode-normalization v0.1.25
20012026-05-19T22:48:27.280Z Compiling dtrace-parser v0.2.0
20022026-05-19T22:48:27.373Z Compiling darling_macro v0.20.11
20032026-05-19T22:48:27.483Z Compiling dof v0.4.0
20042026-05-19T22:48:27.498Z Compiling hyper v1.8.1
20052026-05-19T22:48:27.712Z Compiling toml_edit v0.19.15
20062026-05-19T22:48:27.815Z Compiling dtrace-parser v0.3.0
20072026-05-19T22:48:27.872Z Compiling pin-project-internal v1.1.11
20082026-05-19T22:48:27.887Z Compiling daft-derive v0.1.7
20092026-05-19T22:48:27.998Z Compiling spin v0.9.8
20102026-05-19T22:48:28.020Z Compiling thread-id v5.1.0
20112026-05-19T22:48:28.046Z Compiling thread-id v4.2.2
20122026-05-19T22:48:28.080Z Compiling powerfmt v0.2.0
20132026-05-19T22:48:28.117Z Compiling smoltcp v0.9.1
20142026-05-19T22:48:28.220Z Compiling num-bigint-dig v0.8.6
20152026-05-19T22:48:28.426Z Compiling cfg_aliases v0.2.1
20162026-05-19T22:48:28.431Z Compiling deranged v0.5.8
20172026-05-19T22:48:28.513Z Compiling nix v0.31.2
20182026-05-19T22:48:28.632Z Compiling hyper-util v0.1.20
20192026-05-19T22:48:28.897Z Compiling darling v0.20.11
20202026-05-19T22:48:29.006Z Compiling rustls-native-certs v0.8.3
20212026-05-19T22:48:29.031Z Compiling ipnetwork v0.21.1
20222026-05-19T22:48:29.601Z Compiling strum_macros v0.26.4
20232026-05-19T22:48:29.728Z Compiling curve25519-dalek-derive v0.1.1
20242026-05-19T22:48:29.804Z Compiling sync_wrapper v1.0.2
20252026-05-19T22:48:29.863Z Compiling wait-timeout v0.2.1
20262026-05-19T22:48:30.018Z Compiling utf8parse v0.2.2
20272026-05-19T22:48:30.043Z Compiling siphasher v1.0.2
20282026-05-19T22:48:30.104Z Compiling num_threads v0.1.7
20292026-05-19T22:48:30.143Z Compiling simd-adler32 v0.3.8
20302026-05-19T22:48:30.211Z Compiling bit-vec v0.8.0
20312026-05-19T22:48:30.307Z Compiling anstyle v1.0.13
20322026-05-19T22:48:30.454Z Compiling quick-error v1.2.3
20332026-05-19T22:48:30.504Z Compiling time v0.3.47
20342026-05-19T22:48:30.529Z Compiling bit-set v0.8.0
20352026-05-19T22:48:30.576Z Compiling rusty-fork v0.3.1
20362026-05-19T22:48:30.704Z Compiling anstyle-parse v0.2.7
20372026-05-19T22:48:30.902Z Compiling tower v0.5.3
20382026-05-19T22:48:31.183Z Compiling derive_builder_core v0.20.2
20392026-05-19T22:48:31.187Z Compiling snafu-derive v0.8.9
20402026-05-19T22:48:31.392Z Compiling http-body-util v0.1.3
20412026-05-19T22:48:31.517Z Compiling webpki-roots v1.0.6
20422026-05-19T22:48:31.650Z Compiling rand_xorshift v0.4.0
20432026-05-19T22:48:31.665Z Compiling signature v2.2.0
20442026-05-19T22:48:31.685Z Compiling hubpack_derive v0.1.1
20452026-05-19T22:48:31.811Z Compiling strum_macros v0.27.2
20462026-05-19T22:48:31.980Z Compiling fs-err v3.3.0
20472026-05-19T22:48:32.026Z Compiling ahash v0.8.12
20482026-05-19T22:48:32.143Z Compiling anstyle-query v1.1.5
20492026-05-19T22:48:32.183Z Compiling object v0.37.3
20502026-05-19T22:48:32.205Z Compiling iri-string v0.7.10
20512026-05-19T22:48:32.241Z Compiling unicode-properties v0.1.4
20522026-05-19T22:48:32.344Z Compiling colorchoice v1.0.4
20532026-05-19T22:48:32.410Z Compiling allocator-api2 v0.2.21
20542026-05-19T22:48:32.496Z Compiling adler2 v2.0.1
20552026-05-19T22:48:32.514Z Compiling ryu v1.0.23
20562026-05-19T22:48:32.530Z Compiling unicode-bidi v0.3.18
20572026-05-19T22:48:32.540Z Compiling unarray v0.1.4
20582026-05-19T22:48:32.612Z Compiling is_terminal_polyfill v1.70.2
20592026-05-19T22:48:32.667Z Compiling proptest v1.10.0
20602026-05-19T22:48:32.682Z Compiling serde_urlencoded v0.7.1
20612026-05-19T22:48:33.139Z Compiling anstream v0.6.21
20622026-05-19T22:48:33.147Z Compiling miniz_oxide v0.8.9
20632026-05-19T22:48:33.147Z Compiling stringprep v0.1.5
20642026-05-19T22:48:33.147Z Compiling derive_builder_macro v0.20.2
20652026-05-19T22:48:33.331Z Compiling tokio-native-tls v0.3.1
20662026-05-19T22:48:33.384Z Compiling usdt-macro v0.6.0
20672026-05-19T22:48:33.425Z Compiling tower-http v0.6.8
20682026-05-19T22:48:33.469Z Compiling usdt-attr-macro v0.6.0
20692026-05-19T22:48:33.748Z Compiling rand_chacha v0.3.1
20702026-05-19T22:48:33.776Z Compiling erased-serde v0.3.31
20712026-05-19T22:48:33.863Z Compiling md-5 v0.10.6
20722026-05-19T22:48:33.943Z Compiling bstr v1.12.1
20732026-05-19T22:48:34.026Z Compiling num-integer v0.1.46
20742026-05-19T22:48:34.086Z Compiling hash32 v0.2.1
20752026-05-19T22:48:34.126Z Compiling vergen-lib v0.1.6
20762026-05-19T22:48:34.175Z Compiling ff v0.13.1
20772026-05-19T22:48:34.324Z Compiling psl-types v2.0.11
20782026-05-19T22:48:34.338Z Compiling base16ct v0.2.0
20792026-05-19T22:48:34.366Z Compiling zlib-rs v0.6.2
20802026-05-19T22:48:34.387Z Compiling fallible-iterator v0.2.0
20812026-05-19T22:48:34.424Z Compiling group v0.13.0
20822026-05-19T22:48:34.442Z Compiling publicsuffix v2.3.0
20832026-05-19T22:48:34.467Z Compiling sec1 v0.7.3
20842026-05-19T22:48:34.474Z Compiling num-iter v0.1.45
20852026-05-19T22:48:34.644Z Compiling postgres-protocol v0.6.10
20862026-05-19T22:48:34.690Z Compiling newtype-uuid v1.3.2
20872026-05-19T22:48:34.755Z Compiling rand v0.8.6
20882026-05-19T22:48:34.982Z Compiling oxnet v0.1.4
20892026-05-19T22:48:35.252Z Compiling derive_builder v0.20.2
20902026-05-19T22:48:35.292Z Compiling hyper-tls v0.6.0
20912026-05-19T22:48:35.364Z Compiling phf_shared v0.13.1
20922026-05-19T22:48:35.395Z Compiling pin-project v1.1.11
20932026-05-19T22:48:35.442Z Compiling lazy_static v1.5.0
20942026-05-19T22:48:35.573Z Compiling terminal_size v0.4.3
20952026-05-19T22:48:35.625Z Compiling serde_with_macros v3.17.0
20962026-05-19T22:48:35.625Z Compiling futures-executor v0.3.32
20972026-05-19T22:48:35.626Z Compiling cargo-platform v0.1.9
20982026-05-19T22:48:35.626Z Compiling hex v0.4.3
20992026-05-19T22:48:35.867Z Compiling hkdf v0.12.4
21002026-05-19T22:48:35.907Z Compiling crypto-bigint v0.5.5
21012026-05-19T22:48:36.030Z Compiling async-recursion v1.1.1
21022026-05-19T22:48:36.043Z Compiling serde_repr v0.1.20
21032026-05-19T22:48:36.123Z Compiling clap_derive v4.5.55
21042026-05-19T22:48:36.169Z Compiling enum-as-inner v0.6.1
21052026-05-19T22:48:36.332Z Compiling vergen v9.0.6
21062026-05-19T22:48:36.548Z Compiling flate2 v1.1.9
21072026-05-19T22:48:36.629Z Compiling encoding_rs v0.8.35
21082026-05-19T22:48:36.653Z Compiling libbz2-rs-sys v0.2.2
21092026-05-19T22:48:36.676Z Compiling bumpalo v3.20.2
21102026-05-19T22:48:36.693Z Compiling foldhash v0.1.5
21112026-05-19T22:48:36.868Z Compiling bitflags v1.3.2
21122026-05-19T22:48:36.934Z Compiling managed v0.8.0
21132026-05-19T22:48:36.955Z Compiling same-file v1.0.6
21142026-05-19T22:48:36.988Z Compiling foldhash v0.2.0
21152026-05-19T22:48:37.091Z Compiling mime v0.3.17
21162026-05-19T22:48:37.150Z Compiling clap_lex v1.0.0
21172026-05-19T22:48:37.226Z Compiling hashbrown v0.16.1
21182026-05-19T22:48:37.250Z Compiling clap_builder v4.5.60
21192026-05-19T22:48:37.263Z Compiling walkdir v2.5.0
21202026-05-19T22:48:37.313Z Compiling bzip2 v0.6.1
21212026-05-19T22:48:37.567Z Compiling zopfli v0.8.3
21222026-05-19T22:48:37.696Z Compiling hashbrown v0.15.5
21232026-05-19T22:48:37.750Z Compiling elliptic-curve v0.13.8
21242026-05-19T22:48:37.906Z Compiling zstd v0.13.3
21252026-05-19T22:48:37.953Z Compiling cargo_metadata v0.19.2
21262026-05-19T22:48:38.052Z Compiling futures v0.3.32
21272026-05-19T22:48:38.175Z Compiling phf v0.13.1
21282026-05-19T22:48:38.249Z Compiling snafu v0.8.9
21292026-05-19T22:48:38.287Z Compiling signal-hook-mio v0.2.5
21302026-05-19T22:48:38.348Z Compiling daft v0.1.7
21312026-05-19T22:48:38.429Z Compiling postgres-types v0.2.12
21322026-05-19T22:48:38.598Z Compiling cookie_store v0.22.1
21332026-05-19T22:48:38.625Z Compiling bzip2 v0.4.4
21342026-05-19T22:48:38.665Z Compiling globset v0.4.18
21352026-05-19T22:48:39.185Z Compiling strum v0.27.2
21362026-05-19T22:48:39.239Z Compiling hubpack v0.1.2
21372026-05-19T22:48:39.252Z Compiling ed25519 v2.2.3
21382026-05-19T22:48:39.266Z Compiling phf_shared v0.11.3
21392026-05-19T22:48:39.304Z Compiling crossbeam-epoch v0.9.18
21402026-05-19T22:48:39.360Z Compiling olpc-cjson v0.1.4
21412026-05-19T22:48:39.404Z Compiling pkcs1 v0.7.5
21422026-05-19T22:48:39.488Z Compiling pem v3.0.6
21432026-05-19T22:48:39.552Z Compiling serde-big-array v0.5.1
21442026-05-19T22:48:39.647Z Compiling serde_plain v1.0.2
21452026-05-19T22:48:39.689Z Compiling rfc6979 v0.4.0
21462026-05-19T22:48:39.718Z Compiling float-cmp v0.10.0
21472026-05-19T22:48:39.731Z Compiling memmap2 v0.9.10
21482026-05-19T22:48:39.794Z Compiling env_filter v1.0.0
21492026-05-19T22:48:39.813Z Compiling static_assertions v1.1.0
21502026-05-19T22:48:39.845Z Compiling difflib v0.4.0
21512026-05-19T22:48:39.850Z Compiling keccak v0.1.6
21522026-05-19T22:48:39.876Z Compiling predicates-core v1.0.10
21532026-05-19T22:48:39.894Z Compiling jiff v0.2.21
21542026-05-19T22:48:39.960Z Compiling fixedbitset v0.5.7
21552026-05-19T22:48:40.046Z Compiling fixedbitset v0.4.2
21562026-05-19T22:48:40.060Z Compiling normalize-line-endings v0.3.0
21572026-05-19T22:48:40.067Z Compiling data-encoding v2.10.0
21582026-05-19T22:48:40.091Z Compiling new_debug_unreachable v1.0.6
21592026-05-19T22:48:40.166Z Compiling whoami v2.1.0
21602026-05-19T22:48:40.180Z Compiling toml_write v0.1.2
21612026-05-19T22:48:40.253Z Compiling precomputed-hash v0.1.1
21622026-05-19T22:48:40.281Z Compiling typed-path v0.9.3
21632026-05-19T22:48:40.339Z Compiling string_cache v0.8.9
21642026-05-19T22:48:40.369Z Compiling hickory-proto v0.25.2
21652026-05-19T22:48:40.397Z Compiling tokio-postgres v0.7.16
21662026-05-19T22:48:40.505Z Compiling toml_edit v0.22.27
21672026-05-19T22:48:40.573Z Compiling petgraph v0.6.5
21682026-05-19T22:48:40.608Z Compiling petgraph v0.8.3
21692026-05-19T22:48:40.808Z Compiling predicates v3.1.4
21702026-05-19T22:48:40.868Z Compiling sha3 v0.10.8
21712026-05-19T22:48:41.153Z Compiling env_logger v0.11.9
21722026-05-19T22:48:41.428Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21732026-05-19T22:48:41.444Z Compiling usdt v0.6.0
21742026-05-19T22:48:41.709Z Compiling ecdsa v0.16.9
21752026-05-19T22:48:41.769Z Compiling rsa v0.9.10
21762026-05-19T22:48:42.055Z Compiling ed25519-dalek v2.2.0
21772026-05-19T22:48:42.460Z Compiling zip v4.6.1
21782026-05-19T22:48:42.710Z Compiling crossterm v0.28.1
21792026-05-19T22:48:42.892Z Compiling zip v0.6.6
21802026-05-19T22:48:43.124Z Compiling clap v4.5.60
21812026-05-19T22:48:43.208Z Compiling iddqd v0.4.1
21822026-05-19T22:48:43.520Z Compiling serde_with v3.17.0
21832026-05-19T22:48:43.623Z Compiling similar v2.7.0
21842026-05-19T22:48:43.703Z Compiling strum v0.26.3
21852026-05-19T22:48:43.780Z Compiling toml v0.7.8
21862026-05-19T22:48:43.825Z Compiling tokio-stream v0.1.18
21872026-05-19T22:48:43.923Z Compiling itertools v0.13.0
21882026-05-19T22:48:44.287Z Compiling buf-list v1.1.2
21892026-05-19T22:48:44.378Z Compiling x509-cert v0.2.5
21902026-05-19T22:48:44.447Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-05-19T22:48:44.561Z Compiling openapiv3 v2.2.0
21922026-05-19T22:48:44.660Z Compiling sha1 v0.10.6
21932026-05-19T22:48:44.905Z Compiling peg-runtime v0.8.5
21942026-05-19T22:48:45.124Z Compiling lalrpop-util v0.19.12
21952026-05-19T22:48:59.676Z Compiling rustls-webpki v0.103.9
21962026-05-19T22:49:01.288Z Compiling macaddr v1.0.1
21972026-05-19T22:49:01.360Z Compiling structmeta-derive v0.3.0
21982026-05-19T22:49:01.485Z Compiling crucible-workspace-hack v0.1.0
21992026-05-19T22:49:01.519Z Compiling rayon-core v1.13.0
22002026-05-19T22:49:01.586Z Compiling itertools v0.14.0
22012026-05-19T22:49:01.703Z Compiling secrecy v0.10.3
22022026-05-19T22:49:01.721Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-19T22:49:01.762Z Compiling rustls v0.22.4
22042026-05-19T22:49:01.890Z Compiling heapless v0.8.0
22052026-05-19T22:49:01.989Z Compiling crossbeam-deque v0.8.6
22062026-05-19T22:49:02.038Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-19T22:49:02.142Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-19T22:49:02.162Z Compiling rustls-webpki v0.102.8
22092026-05-19T22:49:02.212Z Compiling hash32 v0.3.1
22102026-05-19T22:49:02.226Z Compiling multer v3.1.0
22112026-05-19T22:49:02.313Z Compiling thread_local v1.1.9
22122026-05-19T22:49:02.362Z Compiling structmeta v0.3.0
22132026-05-19T22:49:02.381Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-05-19T22:49:02.398Z Compiling compression-core v0.4.31
22152026-05-19T22:49:02.437Z Compiling match_cfg v0.1.0
22162026-05-19T22:49:02.453Z Compiling smoltcp v0.11.0
22172026-05-19T22:49:02.501Z Compiling slog-async v2.8.0
22182026-05-19T22:49:02.525Z Compiling unicode-width v0.2.0
22192026-05-19T22:49:02.585Z Compiling derive-ex v0.1.8
22202026-05-19T22:49:02.600Z Compiling proc-macro-crate v3.4.0
22212026-05-19T22:49:02.674Z Compiling compression-codecs v0.4.37
22222026-05-19T22:49:02.826Z Compiling hostname v0.3.1
22232026-05-19T22:49:02.864Z Compiling ingot-macros v0.1.1
22242026-05-19T22:49:02.968Z Compiling slog-json v2.6.1
22252026-05-19T22:49:03.001Z Compiling crossbeam-channel v0.5.15
22262026-05-19T22:49:03.051Z Compiling half v2.7.1
22272026-05-19T22:49:03.068Z Compiling newtype-uuid-macros v0.1.0
22282026-05-19T22:49:03.235Z Compiling tokio-rustls v0.26.4
22292026-05-19T22:49:03.358Z Compiling rustls-platform-verifier v0.6.2
22302026-05-19T22:49:03.443Z Compiling cobs v0.3.0
22312026-05-19T22:49:03.530Z Compiling hyper-rustls v0.27.7
22322026-05-19T22:49:03.608Z Compiling thiserror-impl-no-std v2.0.2
22332026-05-19T22:49:03.724Z Compiling universal-hash v0.5.1
22342026-05-19T22:49:03.746Z Compiling async-stream-impl v0.3.6
22352026-05-19T22:49:03.797Z Compiling reqwest v0.12.28
22362026-05-19T22:49:03.864Z Compiling reqwest v0.13.2
22372026-05-19T22:49:03.880Z Compiling toml_datetime v1.0.0+spec-1.1.0
22382026-05-19T22:49:04.010Z Compiling serde_spanned v1.0.4
22392026-05-19T22:49:04.092Z Compiling is-terminal v0.4.17
22402026-05-19T22:49:04.192Z Compiling dropshot v0.17.0
22412026-05-19T22:49:04.210Z Compiling proc-macro-error-attr v1.0.4
22422026-05-19T22:49:04.319Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-05-19T22:49:04.334Z Compiling opaque-debug v0.3.1
22442026-05-19T22:49:04.420Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-19T22:49:04.436Z Compiling ciborium-io v0.2.2
22462026-05-19T22:49:04.439Z Compiling convert_case v0.4.0
22472026-05-19T22:49:04.466Z Compiling term v1.2.1
22482026-05-19T22:49:04.557Z Compiling take_mut v0.2.2
22492026-05-19T22:49:04.613Z Compiling ciborium-ll v0.2.2
22502026-05-19T22:49:04.678Z Compiling thiserror-no-std v2.0.2
22512026-05-19T22:49:04.695Z Compiling toml v1.0.6+spec-1.1.0
22522026-05-19T22:49:04.785Z Compiling derive_more v0.99.20
22532026-05-19T22:49:04.802Z Compiling slog-term v2.9.2
22542026-05-19T22:49:04.865Z Compiling tokio-rustls v0.25.0
22552026-05-19T22:49:04.981Z Compiling poly1305 v0.8.0
22562026-05-19T22:49:04.986Z Compiling async-stream v0.3.6
22572026-05-19T22:49:05.132Z Compiling test-strategy v0.4.5
22582026-05-19T22:49:05.175Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-19T22:49:05.481Z Compiling tough v0.22.0
22602026-05-19T22:49:05.572Z Compiling ingot-types v0.1.2
22612026-05-19T22:49:05.626Z Compiling postcard v1.1.3
22622026-05-19T22:49:06.017Z Compiling ingot v0.1.1
22632026-05-19T22:49:06.034Z Compiling slog-bunyan v2.5.0
22642026-05-19T22:49:06.051Z Compiling num_enum_derive v0.7.5
22652026-05-19T22:49:06.319Z Compiling async-compression v0.4.41
22662026-05-19T22:49:06.428Z Compiling parse-display-derive v0.10.0
22672026-05-19T22:49:06.755Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-05-19T22:49:06.934Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-19T22:49:06.952Z Compiling proc-macro-crate v1.3.1
22702026-05-19T22:49:07.003Z Compiling backon v1.6.0
22712026-05-19T22:49:07.082Z Compiling waitgroup v0.1.2
22722026-05-19T22:49:07.149Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-19T22:49:07.218Z Compiling password-hash v0.5.0
22742026-05-19T22:49:07.252Z Compiling chacha20 v0.9.1
22752026-05-19T22:49:07.268Z Compiling dropshot_endpoint v0.17.0
22762026-05-19T22:49:07.343Z Compiling rustls-pemfile v2.2.0
22772026-05-19T22:49:07.453Z Compiling blake2 v0.10.6
22782026-05-19T22:49:07.579Z Compiling aead v0.5.2
22792026-05-19T22:49:07.648Z Compiling foreign-types-macros v0.2.3
22802026-05-19T22:49:07.886Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-19T22:49:07.939Z Compiling serde_path_to_error v0.1.20
22822026-05-19T22:49:07.971Z Compiling hostname v0.4.2
22832026-05-19T22:49:08.155Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-19T22:49:08.185Z Compiling proc-macro-error v1.0.4
22852026-05-19T22:49:08.237Z Compiling instant v0.1.13
22862026-05-19T22:49:08.241Z Compiling foreign-types-shared v0.3.1
22872026-05-19T22:49:08.272Z Compiling debug-ignore v1.0.5
22882026-05-19T22:49:08.313Z Compiling typeid v1.0.3
22892026-05-19T22:49:08.346Z Compiling cpufeatures v0.3.0
22902026-05-19T22:49:08.368Z Compiling foreign-types v0.5.0
22912026-05-19T22:49:08.414Z Compiling backoff v0.4.0
22922026-05-19T22:49:08.417Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-19T22:49:08.459Z Compiling chacha20 v0.10.0
22942026-05-19T22:49:08.462Z Compiling parse-display v0.10.0
22952026-05-19T22:49:08.517Z Compiling chacha20poly1305 v0.10.1
22962026-05-19T22:49:08.530Z Compiling argon2 v0.5.3
22972026-05-19T22:49:08.547Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22982026-05-19T22:49:08.605Z Compiling num_enum_derive v0.5.11
22992026-05-19T22:49:08.667Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-19T22:49:08.683Z Compiling num_enum v0.7.5
23012026-05-19T22:49:08.776Z Compiling ciborium v0.2.2
23022026-05-19T22:49:08.832Z Compiling vsss-rs v3.3.4
23032026-05-19T22:49:08.986Z Compiling tabwriter v1.4.1
23042026-05-19T22:49:09.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-05-19T22:49:09.179Z Compiling regress v0.10.5
23062026-05-19T22:49:09.370Z Compiling byte-wrapper v0.1.0
23072026-05-19T22:49:09.403Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-19T22:49:09.443Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-05-19T22:49:09.537Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-19T22:49:09.560Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-05-19T22:49:09.628Z Compiling cstr-argument v0.1.2
23122026-05-19T22:49:09.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-05-19T22:49:09.829Z Compiling erased-serde v0.4.9
23142026-05-19T22:49:09.857Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-05-19T22:49:09.975Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-19T22:49:10.055Z Compiling num_enum v0.5.11
23172026-05-19T22:49:10.166Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-05-19T22:49:10.197Z Compiling rand v0.10.0
23192026-05-19T22:49:10.225Z Compiling rayon v1.11.0
23202026-05-19T22:49:10.289Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-05-19T22:49:10.313Z Compiling libefi-sys v0.1.0
23222026-05-19T22:49:10.328Z Compiling indent_write v2.2.0
23232026-05-19T22:49:10.360Z Compiling colored v3.1.1
23242026-05-19T22:49:10.413Z Compiling zone_cfg_derive v0.3.1
23252026-05-19T22:49:10.428Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-19T22:49:10.499Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-19T22:49:10.620Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-05-19T22:49:10.660Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-19T22:49:10.760Z Compiling camino-tempfile v1.4.1
23302026-05-19T22:49:10.911Z Compiling itertools v0.12.1
23312026-05-19T22:49:10.997Z Compiling usdt-attr-macro v0.5.0
23322026-05-19T22:49:11.028Z Compiling usdt-macro v0.5.0
23332026-05-19T22:49:11.069Z Compiling num-derive v0.4.2
23342026-05-19T22:49:11.126Z Compiling bitfield-struct v0.6.2
23352026-05-19T22:49:11.164Z Compiling blake3 v1.8.3
23362026-05-19T22:49:11.167Z Compiling ordered-float v2.10.1
23372026-05-19T22:49:11.469Z Compiling sigpipe v0.1.3
23382026-05-19T22:49:11.523Z Compiling memmap v0.7.0
23392026-05-19T22:49:11.590Z Compiling swrite v0.1.0
23402026-05-19T22:49:11.709Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-19T22:49:11.725Z Compiling glob v0.3.3
23422026-05-19T22:49:11.741Z Compiling usdt v0.5.0
23432026-05-19T22:49:11.756Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-05-19T22:49:11.951Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-19T22:49:11.967Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-05-19T22:49:12.087Z Compiling serde-value v0.7.0
23472026-05-19T22:49:12.328Z Compiling zone v0.3.1
23482026-05-19T22:49:12.338Z Compiling serde-untagged v0.1.9
23492026-05-19T22:49:12.385Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23502026-05-19T22:49:12.589Z Compiling toml v0.8.23
23512026-05-19T22:49:12.633Z Compiling smf v0.2.3
23522026-05-19T22:49:12.664Z Compiling filetime v0.2.27
23532026-05-19T22:49:12.681Z Compiling constant_time_eq v0.4.2
23542026-05-19T22:49:12.695Z Compiling arrayvec v0.7.6
23552026-05-19T22:49:12.713Z Compiling unicode-xid v0.2.6
23562026-05-19T22:49:12.790Z Compiling whoami v1.6.1
23572026-05-19T22:49:12.871Z Compiling xattr v1.6.1
23582026-05-19T22:49:12.887Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-19T22:49:12.887Z Compiling arrayref v0.3.9
23602026-05-19T22:49:12.944Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-05-19T22:49:12.978Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-19T22:49:13.001Z Compiling tokio-dtrace v0.1.1
23632026-05-19T22:49:13.083Z Compiling cargo-util-schemas v0.8.2
23642026-05-19T22:49:13.195Z Compiling tar v0.4.45
23652026-05-19T22:49:13.258Z Compiling console v0.16.2
23662026-05-19T22:49:13.338Z Compiling gethostname v0.5.0
23672026-05-19T22:49:13.507Z Compiling cargo-platform v0.2.0
23682026-05-19T22:49:13.661Z Compiling unit-prefix v0.5.2
23692026-05-19T22:49:13.796Z Compiling topological-sort v0.2.2
23702026-05-19T22:49:13.843Z Compiling indicatif v0.18.4
23712026-05-19T22:49:13.892Z Compiling oxide-tokio-rt v0.1.4
23722026-05-19T22:49:13.923Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-19T22:49:14.003Z Compiling shell-words v1.1.1
23742026-05-19T22:49:14.293Z Compiling cargo_metadata v0.21.0
23752026-05-19T22:49:23.518Z Compiling progenitor-client v0.10.0
23762026-05-19T22:49:23.521Z Compiling omicron-zone-package v0.12.2
23772026-05-19T22:49:23.534Z Compiling progenitor-client v0.14.0
23782026-05-19T22:49:24.021Z Compiling progenitor-extras v0.2.0
23792026-05-19T22:49:26.207Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-19T22:49:26.250Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-19T22:49:26.294Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-05-19T22:49:26.348Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-19T22:49:26.468Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-19T22:49:26.497Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852026-05-19T22:49:26.578Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-19T22:49:26.605Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-19T22:49:26.627Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-19T22:49:30.522Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-05-19T22:49:38.103Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-05-19T22:49:41.146Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-05-19T22:49:42.138Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-05-19T22:49:51.857Z Finished `release` profile [optimized] target(s) in 1m 43s
23932026-05-19T22:49:52.011Z Running `target/release/omicron-package -t test target create -p dev`
23942026-05-19T22:49:52.076ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-05-19T22:49:52.082ZCreated new build target 'test' and set it as active
23962026-05-19T22:49:52.082Z
23972026-05-19T22:49:52.082Zreal 1:43.389667695
23982026-05-19T22:49:52.083Zuser 16:55.800628354
23992026-05-19T22:49:52.083Zsys 2:34.553792346
24002026-05-19T22:49:52.083Ztrap 0.446355116
24012026-05-19T22:49:52.083Ztflt 2.693902516
24022026-05-19T22:49:52.083Zdflt 3.869479964
24032026-05-19T22:49:52.083Zkflt 0.000586780
24042026-05-19T22:49:52.083Zlock 52:34.652552231
24052026-05-19T22:49:52.083Zslp 43:05.390038904
24062026-05-19T22:49:52.083Zlat 41.696420295
24072026-05-19T22:49:52.083Zstop 5:24.400199319
24082026-05-19T22:49:52.083Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-05-19T22:49:52.963Z Finished `release` profile [optimized] target(s) in 0.87s
24102026-05-19T22:49:53.035Z Running `target/release/omicron-package -t test package`
24112026-05-19T22:49:53.093ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-19T22:49:54.518Z Compiling heck v0.5.0
24132026-05-19T22:49:54.518Z Compiling regress v0.11.1
24142026-05-19T22:49:54.518Z Compiling unsafe-libyaml v0.2.11
24152026-05-19T22:49:54.779Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-05-19T22:49:54.803Z Compiling regress v0.10.5
24172026-05-19T22:49:54.831Z Compiling is-terminal v0.4.17
24182026-05-19T22:49:54.831Z Compiling unicode-width v0.1.14
24192026-05-19T22:49:54.875Z Compiling prettyplease v0.2.37
24202026-05-19T22:49:54.875Z Compiling bytecount v0.6.9
24212026-05-19T22:49:54.878Z Compiling rustls v0.22.4
24222026-05-19T22:49:54.878Z Compiling rustls-webpki v0.102.8
24232026-05-19T22:49:54.878Z Compiling derive-where v1.6.0
24242026-05-19T22:49:54.878Z Compiling thread_local v1.1.9
24252026-05-19T22:49:54.893Z Compiling match_cfg v0.1.0
24262026-05-19T22:49:54.915Z Compiling compression-core v0.4.31
24272026-05-19T22:49:54.995Z Compiling multer v3.1.0
24282026-05-19T22:49:55.016Z Compiling slog-async v2.8.0
24292026-05-19T22:49:55.103Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-19T22:49:55.123Z Compiling hostname v0.3.1
24312026-05-19T22:49:55.126Z Compiling compression-codecs v0.4.37
24322026-05-19T22:49:55.126Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24332026-05-19T22:49:55.126Z Compiling crossbeam-channel v0.5.15
24342026-05-19T22:49:55.126Z Compiling slog-json v2.6.1
24352026-05-19T22:49:55.231Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-19T22:49:55.234Z Compiling serde_spanned v1.0.4
24372026-05-19T22:49:55.278Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-19T22:49:55.299Z Compiling toml_writer v1.0.6+spec-1.1.0
24392026-05-19T22:49:55.341Z Compiling take_mut v0.2.2
24402026-05-19T22:49:55.385Z Compiling term v1.2.1
24412026-05-19T22:49:55.430Z Compiling slog-bunyan v2.5.0
24422026-05-19T22:49:55.430Z Compiling async-compression v0.4.41
24432026-05-19T22:49:55.535Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-19T22:49:55.621Z Compiling async-stream v0.3.6
24452026-05-19T22:49:55.667Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-05-19T22:49:55.688Z Compiling slog-term v2.9.2
24472026-05-19T22:49:55.782Z Compiling dropshot v0.17.0
24482026-05-19T22:49:55.818Z Compiling num-rational v0.4.2
24492026-05-19T22:49:55.839Z Compiling progenitor-client v0.14.0
24502026-05-19T22:49:55.860Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-05-19T22:49:55.902Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-05-19T22:49:55.902Z Compiling waitgroup v0.1.2
24532026-05-19T22:49:55.987Z Compiling backon v1.6.0
24542026-05-19T22:49:56.065Z Compiling rustls-pemfile v2.2.0
24552026-05-19T22:49:56.086Z Compiling num-complex v0.4.6
24562026-05-19T22:49:56.126Z Compiling serde_path_to_error v0.1.20
24572026-05-19T22:49:56.161Z Compiling hostname v0.4.2
24582026-05-19T22:49:56.182Z Compiling instant v0.1.13
24592026-05-19T22:49:56.204Z Compiling debug-ignore v1.0.5
24602026-05-19T22:49:56.224Z Compiling progenitor-extras v0.2.0
24612026-05-19T22:49:56.281Z Compiling typify-impl v0.6.2
24622026-05-19T22:49:56.318Z Compiling backoff v0.4.0
24632026-05-19T22:49:56.320Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-05-19T22:49:56.360Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-05-19T22:49:56.492Z Compiling num v0.4.3
24662026-05-19T22:49:56.542Z Compiling parse-display v0.10.0
24672026-05-19T22:49:56.566Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-05-19T22:49:56.588Z Compiling progenitor-client v0.13.0
24692026-05-19T22:49:56.621Z Compiling progenitor-client v0.10.0
24702026-05-19T22:49:56.642Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-19T22:49:56.679Z Compiling macaddr v1.0.1
24722026-05-19T22:49:56.793Z Compiling float-ord v0.3.2
24732026-05-19T22:49:56.881Z Compiling console v0.15.11
24742026-05-19T22:49:56.946Z Compiling atomicwrites v0.4.4
24752026-05-19T22:49:56.949Z Compiling newline-converter v0.3.0
24762026-05-19T22:49:57.065Z Compiling slog-dtrace v0.3.0
24772026-05-19T22:49:57.106Z Compiling resolv-conf v0.7.6
24782026-05-19T22:49:57.156Z Compiling cancel-safe-futures v0.1.5
24792026-05-19T22:49:57.177Z Compiling owo-colors v4.3.0
24802026-05-19T22:49:57.256Z Compiling tokio-rustls v0.25.0
24812026-05-19T22:49:57.372Z Compiling expectorate v1.2.0
24822026-05-19T22:49:57.438Z Compiling toml v0.8.23
24832026-05-19T22:49:57.483Z Compiling libsw-core v0.3.2
24842026-05-19T22:49:57.653Z Compiling libsw v3.5.0
24852026-05-19T22:49:57.698Z Compiling linked-hash-map v0.5.6
24862026-05-19T22:49:57.725Z Compiling linear-map v1.2.0
24872026-05-19T22:49:57.898Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24882026-05-19T22:49:57.921Z Compiling minimal-lexical v0.2.1
24892026-05-19T22:49:57.944Z Compiling lru-cache v0.1.2
24902026-05-19T22:49:57.972Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-05-19T22:49:58.039Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-19T22:49:58.116Z Compiling hickory-proto v0.24.4
24932026-05-19T22:49:58.136Z Compiling nom v7.1.3
24942026-05-19T22:49:58.160Z Compiling unicode-xid v0.2.6
24952026-05-19T22:49:58.197Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-19T22:49:58.297Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-05-19T22:49:58.341Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-19T22:49:58.508Z Compiling convert_case v0.10.0
24992026-05-19T22:49:58.804Z Compiling derive_more-impl v2.1.1
25002026-05-19T22:49:59.215Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25012026-05-19T22:49:59.505Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-19T22:49:59.592Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-05-19T22:49:59.612Z Compiling derive_more v2.1.1
25042026-05-19T22:49:59.674Z Compiling papergrid v0.11.0
25052026-05-19T22:49:59.721Z Compiling tabled_derive v0.7.0
25062026-05-19T22:49:59.761Z Compiling typify-macro v0.6.2
25072026-05-19T22:49:59.849Z Compiling termtree v0.5.1
25082026-05-19T22:50:00.049Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-05-19T22:50:00.290Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-05-19T22:50:00.620Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-05-19T22:50:00.834Z Compiling hickory-resolver v0.24.4
25122026-05-19T22:50:00.857Z Compiling tabled v0.15.0
25132026-05-19T22:50:00.881Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-05-19T22:50:01.283Z Compiling typify v0.6.2
25152026-05-19T22:50:01.452Z Compiling progenitor-impl v0.14.0
25162026-05-19T22:50:02.084Z Compiling progenitor-impl v0.13.0
25172026-05-19T22:50:03.571Z Compiling progenitor-macro v0.14.0
25182026-05-19T22:50:03.909Z Compiling qorb v0.4.1
25192026-05-19T22:50:04.288Z Compiling progenitor-macro v0.13.0
25202026-05-19T22:50:05.343Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-05-19T22:50:05.760Z Compiling crossterm v0.29.0
25222026-05-19T22:50:06.412Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25232026-05-19T22:50:06.435Z Compiling phf_shared v0.12.1
25242026-05-19T22:50:06.711Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-05-19T22:50:07.104Z Compiling vte v0.14.1
25262026-05-19T22:50:07.250Z Compiling csv-core v0.1.13
25272026-05-19T22:50:07.325Z Compiling highway v1.3.0
25282026-05-19T22:50:07.528Z Compiling chrono-tz v0.10.4
25292026-05-19T22:50:07.612Z Compiling progenitor v0.14.0
25302026-05-19T22:50:07.690Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-05-19T22:50:07.782Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-19T22:50:07.806Z Compiling csv v1.4.0
25332026-05-19T22:50:08.055Z Compiling strip-ansi-escapes v0.2.1
25342026-05-19T22:50:08.232Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25352026-05-19T22:50:08.334Z Compiling progenitor v0.13.0
25362026-05-19T22:50:08.535Z Compiling phf v0.12.1
25372026-05-19T22:50:08.639Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-05-19T22:50:08.663Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-05-19T22:50:08.686Z Compiling const_format_proc_macros v0.2.34
25402026-05-19T22:50:08.740Z Compiling fd-lock v4.0.4
25412026-05-19T22:50:08.809Z Compiling peg-macros v0.8.5
25422026-05-19T22:50:09.059Z Compiling nu-ansi-term v0.50.3
25432026-05-19T22:50:09.482Z Compiling const_format v0.2.35
25442026-05-19T22:50:09.622Z Compiling reedline v0.40.0
25452026-05-19T22:50:09.979Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-05-19T22:50:10.074Z Compiling peg v0.8.5
25472026-05-19T22:50:10.176Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-05-19T22:50:10.923Z Compiling bcs v0.1.6
25492026-05-19T22:50:11.189Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-05-19T22:50:11.349Z Compiling semver v0.1.20
25512026-05-19T22:50:11.486Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-19T22:50:11.643Z Compiling rustc_version v0.1.7
25532026-05-19T22:50:11.750Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-05-19T22:50:11.869Z Compiling newtype_derive v0.1.6
25552026-05-19T22:50:12.092Z Compiling humantime v2.3.0
25562026-05-19T22:50:12.563Z Compiling unicode-linebreak v0.1.5
25572026-05-19T22:50:12.621Z Compiling smawk v0.3.2
25582026-05-19T22:50:12.734Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-05-19T22:50:12.815Z Compiling textwrap v0.16.2
25602026-05-19T22:50:12.927Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-05-19T22:50:12.986Z Compiling dropshot-api-manager-types v0.7.1
25622026-05-19T22:50:13.311Z Compiling base64 v0.21.7
25632026-05-19T22:50:13.757Z Compiling steno v0.4.1
25642026-05-19T22:50:13.864Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-05-19T22:50:14.170Z Compiling tagptr v0.2.0
25662026-05-19T22:50:14.314Z Compiling utf-8 v0.7.6
25672026-05-19T22:50:14.403Z Compiling moka v0.12.13
25682026-05-19T22:50:14.426Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-05-19T22:50:14.432Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-05-19T22:50:14.522Z Compiling tungstenite v0.21.0
25712026-05-19T22:50:14.561Z Compiling radium v0.7.0
25722026-05-19T22:50:14.619Z Compiling tap v1.0.1
25732026-05-19T22:50:14.679Z Compiling maybe-uninit v2.0.0
25742026-05-19T22:50:14.774Z Compiling wyz v0.5.1
25752026-05-19T22:50:15.017Z Compiling zerocopy-derive v0.6.6
25762026-05-19T22:50:15.057Z Compiling display-error-chain v0.2.2
25772026-05-19T22:50:15.150Z Compiling tokio-tungstenite v0.21.0
25782026-05-19T22:50:15.234Z Compiling funty v2.0.0
25792026-05-19T22:50:15.527Z Compiling hickory-resolver v0.25.2
25802026-05-19T22:50:15.634Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25812026-05-19T22:50:15.790Z Compiling packed_struct v0.10.1
25822026-05-19T22:50:15.819Z Compiling crc-catalog v2.4.0
25832026-05-19T22:50:15.949Z Compiling crc v3.4.0
25842026-05-19T22:50:16.100Z Compiling zerocopy v0.6.6
25852026-05-19T22:50:16.177Z Compiling bitvec v1.0.1
25862026-05-19T22:50:16.482Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872026-05-19T22:50:16.504Z Compiling num-derive v0.3.3
25882026-05-19T22:50:16.550Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-05-19T22:50:16.628Z Compiling packed_struct_codegen v0.10.1
25902026-05-19T22:50:17.377Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-05-19T22:50:17.504Z Compiling bitfield-macros v0.19.4
25922026-05-19T22:50:17.627Z Compiling proc-macro-error-attr2 v2.0.0
25932026-05-19T22:50:17.978Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-19T22:50:18.028Z Compiling indexmap v1.9.3
25952026-05-19T22:50:18.251Z Compiling nodrop v0.1.14
25962026-05-19T22:50:18.303Z Compiling bitfield v0.19.4
25972026-05-19T22:50:18.378Z Compiling array-init v0.0.4
25982026-05-19T22:50:18.651Z Compiling proc-macro-error2 v2.0.1
25992026-05-19T22:50:18.902Z Compiling libscf-sys v1.1.0
26002026-05-19T22:50:18.988Z Compiling smallvec v0.6.14
26012026-05-19T22:50:19.081Z Compiling typify-impl v0.4.3
26022026-05-19T22:50:19.268Z Compiling hashbrown v0.12.3
26032026-05-19T22:50:19.290Z Compiling serde-hex v0.1.0
26042026-05-19T22:50:19.629Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-05-19T22:50:19.875Z Compiling tabled_derive v0.11.0
26062026-05-19T22:50:20.315Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-05-19T22:50:20.317Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26082026-05-19T22:50:20.584Z Compiling ron v0.8.1
26092026-05-19T22:50:20.606Z Compiling papergrid v0.17.0
26102026-05-19T22:50:20.922Z Compiling testing_table v0.3.0
26112026-05-19T22:50:21.371Z Compiling hashbrown v0.13.2
26122026-05-19T22:50:21.396Z Compiling vergen-gitcl v1.0.8
26132026-05-19T22:50:21.419Z Compiling dirs-sys-next v0.1.2
26142026-05-19T22:50:21.616Z Compiling maplit v1.0.2
26152026-05-19T22:50:21.686Z Compiling diesel_derives v2.3.7
26162026-05-19T22:50:21.736Z Compiling crunchy v0.2.4
26172026-05-19T22:50:21.904Z Compiling glob v0.3.3
26182026-05-19T22:50:21.937Z Compiling crc-any v2.5.0
26192026-05-19T22:50:21.977Z Compiling object v0.30.4
26202026-05-19T22:50:22.092Z Compiling tabled v0.20.0
26212026-05-19T22:50:22.297Z Compiling clang-sys v1.8.1
26222026-05-19T22:50:22.387Z Compiling dirs-next v2.0.0
26232026-05-19T22:50:22.416Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-05-19T22:50:22.502Z Compiling typify-macro v0.4.3
26252026-05-19T22:50:22.538Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-19T22:50:22.681Z Compiling dsl_auto_type v0.2.0
26272026-05-19T22:50:22.780Z Compiling scheduled-thread-pool v0.2.7
26282026-05-19T22:50:22.953Z Compiling diesel_table_macro_syntax v0.3.0
26292026-05-19T22:50:23.108Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-19T22:50:23.177Z Compiling xshell-macros v0.2.7
26312026-05-19T22:50:23.229Z Compiling path-slash v0.1.5
26322026-05-19T22:50:23.342Z Compiling tiny-keccak v2.0.2
26332026-05-19T22:50:23.432Z Compiling r2d2 v0.8.10
26342026-05-19T22:50:23.453Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26352026-05-19T22:50:23.586Z Compiling xshell v0.2.7
26362026-05-19T22:50:23.650Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26372026-05-19T22:50:23.731Z Compiling term v0.7.0
26382026-05-19T22:50:24.142Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-05-19T22:50:24.286Z Compiling bit-vec v0.6.3
26402026-05-19T22:50:24.466Z Compiling downcast-rs v2.0.2
26412026-05-19T22:50:24.488Z Compiling bit-set v0.5.3
26422026-05-19T22:50:24.602Z Compiling ascii-canvas v3.0.0
26432026-05-19T22:50:24.623Z Compiling itertools v0.10.5
26442026-05-19T22:50:24.764Z Compiling ena v0.14.4
26452026-05-19T22:50:24.850Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-05-19T22:50:24.908Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26472026-05-19T22:50:25.001Z Compiling libloading v0.8.9
26482026-05-19T22:50:25.224Z Compiling diff v0.1.13
26492026-05-19T22:50:25.522Z Compiling bindgen v0.71.1
26502026-05-19T22:50:25.710Z Compiling regex-syntax v0.6.29
26512026-05-19T22:50:25.833Z Compiling crc8 v0.1.1
26522026-05-19T22:50:25.969Z Compiling unicase v2.9.0
26532026-05-19T22:50:26.289Z Compiling typify v0.4.3
26542026-05-19T22:50:26.311Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-05-19T22:50:26.467Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-19T22:50:26.754Z Compiling cexpr v0.6.0
26572026-05-19T22:50:27.074Z Compiling lalrpop v0.19.12
26582026-05-19T22:50:27.199Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-19T22:50:27.376Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-19T22:50:27.421Z Compiling rustc-hash v2.1.1
26612026-05-19T22:50:27.580Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26622026-05-19T22:50:27.629Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-05-19T22:50:27.738Z Compiling headers-core v0.3.0
26642026-05-19T22:50:27.903Z Compiling git-stub v1.0.0
26652026-05-19T22:50:28.035Z Compiling libxml v0.3.3
26662026-05-19T22:50:28.074Z Compiling diesel v2.3.7
26672026-05-19T22:50:28.168Z Compiling git-stub-vcs v0.1.0
26682026-05-19T22:50:28.294Z Compiling headers v0.4.1
26692026-05-19T22:50:28.373Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-05-19T22:50:28.567Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-05-19T22:50:28.801Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-05-19T22:50:29.115Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-19T22:50:29.275Z Compiling strum_macros v0.24.3
26742026-05-19T22:50:29.626Z Compiling indoc v1.0.9
26752026-05-19T22:50:30.063Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-19T22:50:30.066Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-05-19T22:50:30.310Z Compiling derive_builder v0.20.2
26782026-05-19T22:50:30.479Z Compiling oso-derive v0.27.3
26792026-05-19T22:50:30.521Z Compiling quick-xml v0.37.5
26802026-05-19T22:50:30.736Z Compiling impl-trait-for-tuples v0.2.3
26812026-05-19T22:50:30.908Z Compiling openssl-probe v0.1.6
26822026-05-19T22:50:30.972Z Compiling half v1.8.3
26832026-05-19T22:50:31.200Z Compiling serde_cbor v0.11.2
26842026-05-19T22:50:31.455Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-05-19T22:50:31.872Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-05-19T22:50:31.992Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-05-19T22:50:32.020Z Compiling bb8 v0.8.6
26882026-05-19T22:50:32.205Z Compiling trait-variant v0.1.2
26892026-05-19T22:50:32.229Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26902026-05-19T22:50:32.282Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-05-19T22:50:32.306Z Compiling samael v0.0.19
26922026-05-19T22:50:32.395Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26932026-05-19T22:50:32.488Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-05-19T22:50:32.611Z Compiling fxhash v0.2.1
26952026-05-19T22:50:32.708Z Compiling salty v0.3.0
26962026-05-19T22:50:32.742Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-05-19T22:50:33.016Z Compiling progenitor-impl v0.10.0
26982026-05-19T22:50:33.123Z Compiling progenitor-impl v0.11.2
26992026-05-19T22:50:33.220Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-05-19T22:50:33.599Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-05-19T22:50:33.726Z Compiling kstat-rs v0.2.4
27022026-05-19T22:50:33.809Z Compiling libz-sys v1.1.24
27032026-05-19T22:50:34.097Z Compiling nonempty v0.12.0
27042026-05-19T22:50:34.224Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27052026-05-19T22:50:34.294Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27062026-05-19T22:50:34.526Z Compiling polar-core v0.27.3
27072026-05-19T22:50:35.166Z Compiling progenitor-macro v0.10.0
27082026-05-19T22:50:35.333Z Compiling progenitor-macro v0.11.2
27092026-05-19T22:50:36.755Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-05-19T22:50:37.205Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27112026-05-19T22:50:37.831Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-19T22:50:38.511Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-19T22:50:38.676Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-19T22:50:39.096Z Compiling progenitor-client v0.11.2
27152026-05-19T22:50:39.141Z Compiling darling_core v0.23.0
27162026-05-19T22:50:39.144Z Compiling nanorand v0.7.0
27172026-05-19T22:50:39.374Z Compiling arc-swap v1.8.2
27182026-05-19T22:50:39.536Z Compiling fs-err v2.11.0
27192026-05-19T22:50:39.751Z Compiling parking_lot_core v0.8.6
27202026-05-19T22:50:39.864Z Compiling mime_guess v2.0.5
27212026-05-19T22:50:39.931Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-05-19T22:50:40.028Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27232026-05-19T22:50:40.377Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27242026-05-19T22:50:41.281Z Compiling darling_macro v0.23.0
27252026-05-19T22:50:41.808Z Compiling slog-scope v4.4.1
27262026-05-19T22:50:42.264Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-05-19T22:50:43.406Z Compiling oso v0.27.3
27282026-05-19T22:50:43.728Z Compiling flume v0.11.1
27292026-05-19T22:50:44.213Z Compiling progenitor v0.11.2
27302026-05-19T22:50:44.288Z Compiling progenitor v0.10.0
27312026-05-19T22:50:44.395Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-05-19T22:50:44.498Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27332026-05-19T22:50:46.774Z Compiling async-bb8-diesel v0.2.1
27342026-05-19T22:50:47.252Z Compiling diesel-dtrace v0.5.0
27352026-05-19T22:50:47.625Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-19T22:50:48.242Z Compiling primeorder v0.13.6
27372026-05-19T22:50:48.443Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-05-19T22:50:48.584Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-05-19T22:50:48.818Z Compiling instability v0.3.11
27402026-05-19T22:50:49.109Z Compiling p384 v0.13.1
27412026-05-19T22:50:49.831Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-05-19T22:50:49.914Z Compiling slog-stdlog v4.1.1
27432026-05-19T22:50:50.382Z Compiling darling v0.23.0
27442026-05-19T22:50:50.627Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-05-19T22:50:50.743Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-19T22:50:50.901Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-05-19T22:50:50.942Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-19T22:50:51.090Z Compiling ignore v0.4.25
27492026-05-19T22:50:51.264Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-19T22:50:51.566Z Compiling castaway v0.2.4
27512026-05-19T22:50:51.729Z Compiling atty v0.2.14
27522026-05-19T22:50:51.881Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-19T22:50:52.087Z Compiling parse-size v1.1.0
27542026-05-19T22:50:52.117Z Compiling http-range v0.1.5
27552026-05-19T22:50:52.310Z Compiling indoc v2.0.7
27562026-05-19T22:50:52.445Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27572026-05-19T22:50:52.647Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-19T22:50:53.416Z Compiling globwalk v0.9.1
27592026-05-19T22:50:53.467Z Compiling compact_str v0.8.1
27602026-05-19T22:50:54.104Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-05-19T22:50:54.620Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-05-19T22:50:55.419Z Compiling parking_lot v0.11.2
27632026-05-19T22:50:56.068Z Compiling slog-envlogger v2.2.0
27642026-05-19T22:50:56.333Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-19T22:50:56.929Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-05-19T22:50:56.957Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-19T22:50:57.224Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-05-19T22:50:57.500Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-05-19T22:50:57.521Z Compiling predicates-tree v1.0.13
27702026-05-19T22:50:57.710Z Compiling unicode-truncate v1.1.0
27712026-05-19T22:50:57.736Z Compiling lru v0.12.5
27722026-05-19T22:50:57.868Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-19T22:50:57.915Z Compiling rand_seeder v0.4.0
27742026-05-19T22:50:57.938Z Compiling prefix-trie v0.7.0
27752026-05-19T22:50:57.960Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-19T22:50:57.984Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-19T22:50:58.164Z Compiling vergen-git2 v1.0.7
27782026-05-19T22:50:58.234Z Compiling cassowary v0.3.0
27792026-05-19T22:50:58.396Z Compiling corncobs v0.1.4
27802026-05-19T22:50:58.405Z Compiling illumos-nvpair-sys v0.2.0
27812026-05-19T22:50:58.444Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-05-19T22:50:58.496Z Compiling hickory-server v0.25.2
27832026-05-19T22:50:58.645Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-19T22:50:58.699Z Compiling ratatui v0.29.0
27852026-05-19T22:50:58.797Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-05-19T22:50:58.955Z Compiling camino-tempfile-ext v0.3.3
27872026-05-19T22:50:59.004Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-19T22:50:59.377Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-05-19T22:50:59.602Z Compiling sled v0.34.7
27902026-05-19T22:50:59.848Z Compiling hyper-staticfile v0.10.1
27912026-05-19T22:51:00.714Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-05-19T22:51:01.055Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-05-19T22:51:01.365Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-05-19T22:51:02.412Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-19T22:51:02.520Z Compiling secrecy v0.8.0
27962026-05-19T22:51:02.631Z Compiling rustls v0.21.12
27972026-05-19T22:51:02.709Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-05-19T22:51:03.563Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-05-19T22:51:03.680Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-05-19T22:51:04.048Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-19T22:51:04.357Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-05-19T22:51:04.544Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-19T22:51:05.349Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-05-19T22:51:05.919Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-19T22:51:06.488Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-05-19T22:51:07.594Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-05-19T22:51:07.713Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-19T22:51:07.814Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-05-19T22:51:07.942Z Compiling sct v0.7.1
28102026-05-19T22:51:08.045Z Compiling rustls-webpki v0.101.7
28112026-05-19T22:51:08.215Z Compiling nix v0.29.0
28122026-05-19T22:51:08.242Z Compiling dropshot v0.16.7
28132026-05-19T22:51:08.498Z Compiling void v1.0.2
28142026-05-19T22:51:08.649Z Compiling lzss v0.8.2
28152026-05-19T22:51:08.849Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-05-19T22:51:08.939Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-05-19T22:51:09.762Z Compiling illumos-nvpair v0.3.0
28182026-05-19T22:51:10.064Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-05-19T22:51:10.258Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-05-19T22:51:10.413Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-05-19T22:51:10.657Z Compiling tungstenite v0.23.0
28222026-05-19T22:51:10.991Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-19T22:51:11.802Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28242026-05-19T22:51:11.832Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28252026-05-19T22:51:12.023Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-05-19T22:51:12.054Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-05-19T22:51:12.252Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-05-19T22:51:12.281Z Compiling toml v0.9.12+spec-1.1.0
28292026-05-19T22:51:12.473Z Compiling nix v0.27.1
28302026-05-19T22:51:12.997Z Compiling dropshot_endpoint v0.16.7
28312026-05-19T22:51:13.090Z Compiling serde_bytes v0.11.19
28322026-05-19T22:51:13.388Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28332026-05-19T22:51:13.418Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-19T22:51:13.807Z Compiling tokio-tungstenite v0.23.1
28352026-05-19T22:51:14.182Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-05-19T22:51:14.605Z Compiling git2 v0.20.4
28372026-05-19T22:51:16.517Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28382026-05-19T22:51:18.144Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-05-19T22:51:18.999Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28402026-05-19T22:51:19.224Z Compiling tokio-rustls v0.24.1
28412026-05-19T22:51:19.504Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-05-19T22:51:19.746Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-05-19T22:51:19.991Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-05-19T22:51:20.024Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-05-19T22:51:20.158Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28462026-05-19T22:51:20.398Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-05-19T22:51:20.921Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-05-19T22:51:21.163Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-05-19T22:51:22.002Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-05-19T22:51:22.351Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-05-19T22:51:22.494Z Compiling rustls-pemfile v1.0.4
28522026-05-19T22:51:22.713Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-05-19T22:51:22.911Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-05-19T22:51:23.284Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-05-19T22:51:23.786Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-05-19T22:51:24.382Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-05-19T22:51:25.876Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-05-19T22:51:25.994Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-05-19T22:51:26.245Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-05-19T22:51:26.591Z Compiling signal-hook-tokio v0.3.1
28612026-05-19T22:51:26.741Z Compiling twox-hash v2.1.2
28622026-05-19T22:51:26.789Z Compiling yasna v0.5.2
28632026-05-19T22:51:26.971Z Compiling is_ci v1.2.0
28642026-05-19T22:51:26.997Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28652026-05-19T22:51:27.264Z Compiling supports-color v3.0.2
28662026-05-19T22:51:27.359Z Compiling rcgen v0.12.1
28672026-05-19T22:51:27.842Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-05-19T22:51:28.249Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-05-19T22:51:28.413Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28702026-05-19T22:51:29.247Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28712026-05-19T22:51:29.281Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-05-19T22:51:31.552Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-19T22:51:31.832Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-05-19T22:51:31.992Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-05-19T22:51:32.675Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28762026-05-19T22:51:32.904Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-05-19T22:51:33.137Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-05-19T22:51:33.349Z Compiling fatfs v0.3.6
28792026-05-19T22:51:33.371Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-05-19T22:51:33.686Z Compiling subprocess v0.2.15
28812026-05-19T22:51:34.552Z Compiling rtoolbox v0.0.3
28822026-05-19T22:51:34.633Z Compiling seq-macro v0.3.6
28832026-05-19T22:51:34.843Z Compiling assert_matches v1.5.0
28842026-05-19T22:51:34.973Z Compiling rpassword v7.4.0
28852026-05-19T22:51:35.125Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-05-19T22:51:35.334Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-05-19T22:51:35.771Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28882026-05-19T22:51:35.921Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-05-19T22:51:36.058Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28902026-05-19T22:51:37.038Z Compiling tui-tree-widget v0.23.1
28912026-05-19T22:51:37.334Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-05-19T22:51:38.507Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-05-19T22:51:39.037Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-05-19T22:51:39.156Z Compiling uzers v0.12.2
28952026-05-19T22:51:39.206Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-05-19T22:51:40.270Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-05-19T22:51:41.453Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-05-19T22:51:41.636Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-05-19T22:51:43.721Z Compiling support-bundle-viewer v0.1.2
29002026-05-19T22:51:44.776Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-05-19T22:51:45.632Z Compiling multimap v0.10.1
29022026-05-19T22:51:54.016Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29032026-05-19T22:51:54.430Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29042026-05-19T22:51:55.790Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-19T22:52:05.562Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-05-19T23:00:23.706Z Finished `release` profile [optimized] target(s) in 10m 30s
29072026-05-19T23:01:07.633Z
29082026-05-19T23:01:07.633Zreal 11:15.532109079
29092026-05-19T23:01:07.635Zuser 1:20:37.317742551
29102026-05-19T23:01:07.635Zsys 3:27.986022403
29112026-05-19T23:01:07.635Ztrap 1.740928006
29122026-05-19T23:01:07.635Ztflt 3.851471770
29132026-05-19T23:01:07.635Zdflt 17.396405835
29142026-05-19T23:01:07.635Zkflt 0.039034590
29152026-05-19T23:01:07.635Zlock 8:17:42.982739431
29162026-05-19T23:01:07.635Zslp 2:23:24.693443529
29172026-05-19T23:01:07.636Zlat 2:32.982349054
29182026-05-19T23:01:07.636Zstop 5:31.982432418
29192026-05-19T23:01:07.636Z+ mapfile -t packages
29202026-05-19T23:01:07.636Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-05-19T23:01:08.594Z Finished `release` profile [optimized] target(s) in 0.95s
29222026-05-19T23:01:08.683Z Running `target/release/omicron-package -t test list-outputs`
29232026-05-19T23:01:08.740ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-05-19T23:01:08.744Z+ ptime -m cargo build --locked --release -p xtask
29252026-05-19T23:01:09.281Z Compiling libc v0.2.185
29262026-05-19T23:01:09.281Z Compiling serde v1.0.228
29272026-05-19T23:01:09.284Z Compiling serde_core v1.0.228
29282026-05-19T23:01:09.284Z Compiling rustix v1.1.3
29292026-05-19T23:01:09.382Z Compiling serde_json v1.0.149
29302026-05-19T23:01:09.385Z Compiling bitflags v2.11.0
29312026-05-19T23:01:09.425Z Compiling num-traits v0.2.19
29322026-05-19T23:01:09.435Z Compiling syn v2.0.117
29332026-05-19T23:01:09.438Z Compiling smallvec v1.15.1
29342026-05-19T23:01:09.455Z Compiling indexmap v2.14.0
29352026-05-19T23:01:09.475Z Compiling usdt-impl v0.5.0
29362026-05-19T23:01:09.487Z Compiling syn v1.0.109
29372026-05-19T23:01:09.503Z Compiling percent-encoding v2.3.2
29382026-05-19T23:01:09.503Z Compiling getrandom v0.4.1
29392026-05-19T23:01:09.611Z Compiling log v0.4.29
29402026-05-19T23:01:09.730Z Compiling form_urlencoded v1.2.2
29412026-05-19T23:01:09.851Z Compiling fs-err v3.3.0
29422026-05-19T23:01:09.854Z Compiling anyhow v1.0.102
29432026-05-19T23:01:09.862Z Compiling heck v0.4.1
29442026-05-19T23:01:09.914Z Compiling once_cell v1.21.3
29452026-05-19T23:01:10.144Z Compiling errno v0.3.14
29462026-05-19T23:01:10.147Z Compiling thread-id v4.2.2
29472026-05-19T23:01:10.147Z Compiling memmap v0.7.0
29482026-05-19T23:01:10.438Z Compiling ordered-float v2.10.1
29492026-05-19T23:01:10.973Z Compiling proc-macro-error v1.0.4
29502026-05-19T23:01:11.166Z Compiling terminal_size v0.4.3
29512026-05-19T23:01:11.166Z Compiling tempfile v3.25.0
29522026-05-19T23:01:11.217Z Compiling tabled_derive v0.7.0
29532026-05-19T23:01:11.262Z Compiling clap_builder v4.5.60
29542026-05-19T23:01:11.262Z Compiling textwrap v0.16.2
29552026-05-19T23:01:11.404Z Compiling camino-tempfile v1.4.1
29562026-05-19T23:01:11.874Z Compiling tabled v0.15.0
29572026-05-19T23:01:11.948Z Compiling synstructure v0.13.2
29582026-05-19T23:01:11.948Z Compiling pest_generator v2.8.6
29592026-05-19T23:01:12.348Z Compiling serde_derive v1.0.228
29602026-05-19T23:01:12.349Z Compiling zerofrom-derive v0.1.6
29612026-05-19T23:01:12.351Z Compiling yoke-derive v0.8.1
29622026-05-19T23:01:12.352Z Compiling zerovec-derive v0.11.2
29632026-05-19T23:01:12.352Z Compiling displaydoc v0.2.5
29642026-05-19T23:01:12.352Z Compiling thiserror-impl v1.0.69
29652026-05-19T23:01:12.352Z Compiling zerocopy-derive v0.7.35
29662026-05-19T23:01:12.352Z Compiling scroll_derive v0.12.1
29672026-05-19T23:01:12.478Z Compiling pest_derive v2.8.6
29682026-05-19T23:01:12.912Z Compiling thiserror-impl v2.0.18
29692026-05-19T23:01:13.027Z Compiling scroll v0.12.0
29702026-05-19T23:01:13.088Z Compiling clap_derive v4.5.55
29712026-05-19T23:01:13.171Z Compiling zerocopy v0.7.35
29722026-05-19T23:01:13.338Z Compiling goblin v0.8.2
29732026-05-19T23:01:13.528Z Compiling thiserror v1.0.69
29742026-05-19T23:01:13.560Z Compiling zerofrom v0.1.6
29752026-05-19T23:01:13.649Z Compiling dtrace-parser v0.2.0
29762026-05-19T23:01:13.704Z Compiling yoke v0.8.1
29772026-05-19T23:01:13.889Z Compiling zerovec v0.11.5
29782026-05-19T23:01:13.913Z Compiling zerotrie v0.2.3
29792026-05-19T23:01:14.108Z Compiling thiserror v2.0.18
29802026-05-19T23:01:14.493Z Compiling tinystr v0.8.2
29812026-05-19T23:01:14.699Z Compiling icu_locale_core v2.1.1
29822026-05-19T23:01:14.733Z Compiling potential_utf v0.1.4
29832026-05-19T23:01:14.947Z Compiling icu_collections v2.1.1
29842026-05-19T23:01:15.565Z Compiling icu_provider v2.1.1
29852026-05-19T23:01:15.664Z Compiling toml_datetime v0.6.11
29862026-05-19T23:01:15.700Z Compiling serde_spanned v0.6.9
29872026-05-19T23:01:15.747Z Compiling serde-value v0.7.0
29882026-05-19T23:01:15.845Z Compiling icu_normalizer v2.1.1
29892026-05-19T23:01:15.885Z Compiling icu_properties v2.1.2
29902026-05-19T23:01:15.897Z Compiling toml_edit v0.22.27
29912026-05-19T23:01:16.001Z Compiling dof v0.3.0
29922026-05-19T23:01:16.014Z Compiling cargo-platform v0.2.0
29932026-05-19T23:01:16.055Z Compiling macaddr v1.0.1
29942026-05-19T23:01:16.069Z Compiling clap v4.5.60
29952026-05-19T23:01:16.167Z Compiling serde_tokenstream v0.2.3
29962026-05-19T23:01:16.799Z Compiling idna_adapter v1.2.1
29972026-05-19T23:01:16.913Z Compiling idna v1.1.0
29982026-05-19T23:01:16.967Z Compiling usdt-macro v0.5.0
29992026-05-19T23:01:16.986Z Compiling usdt-attr-macro v0.5.0
30002026-05-19T23:01:17.249Z Compiling url v2.5.8
30012026-05-19T23:01:17.497Z Compiling toml v0.8.23
30022026-05-19T23:01:17.661Z Compiling usdt v0.5.0
30032026-05-19T23:01:17.967Z Compiling cargo-util-schemas v0.8.2
30042026-05-19T23:01:18.014Z Compiling cargo_toml v0.21.0
30052026-05-19T23:01:19.006Z Compiling cargo_metadata v0.21.0
30062026-05-19T23:01:22.074Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-05-19T23:01:25.085Z Finished `release` profile [optimized] target(s) in 16.33s
30082026-05-19T23:01:25.245Z
30092026-05-19T23:01:25.245Zreal 16.466087969
30102026-05-19T23:01:25.245Zuser 2:21.671169201
30112026-05-19T23:01:25.245Zsys 16.347681686
30122026-05-19T23:01:25.245Ztrap 0.098390006
30132026-05-19T23:01:25.245Ztflt 0.435573276
30142026-05-19T23:01:25.248Zdflt 1.383977402
30152026-05-19T23:01:25.248Zkflt 0.000043000
30162026-05-19T23:01:25.248Zlock 5:16.746609246
30172026-05-19T23:01:25.248Zslp 3:28.561203602
30182026-05-19T23:01:25.248Zlat 5.884259227
30192026-05-19T23:01:25.248Zstop 18.699071032
30202026-05-19T23:01:25.248Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-05-19T23:01:25.248Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-19T23:01:25.248Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-05-19T23:01:25.248Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-19T23:01:25.248Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-05-19T23:01:26.206Z Compiling newtype-uuid-macros v0.1.0
30262026-05-19T23:01:26.206Z Compiling regress v0.10.5
30272026-05-19T23:01:26.206Z Compiling structmeta-derive v0.3.0
30282026-05-19T23:01:26.209Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-05-19T23:01:26.209Z Compiling rustls v0.22.4
30302026-05-19T23:01:26.209Z Compiling rustls-webpki v0.102.8
30312026-05-19T23:01:26.209Z Compiling multer v3.1.0
30322026-05-19T23:01:26.209Z Compiling debug-ignore v1.0.5
30332026-05-19T23:01:26.209Z Compiling match_cfg v0.1.0
30342026-05-19T23:01:26.351Z Compiling compression-core v0.4.31
30352026-05-19T23:01:26.355Z Compiling slog-json v2.6.1
30362026-05-19T23:01:26.355Z Compiling async-stream-impl v0.3.6
30372026-05-19T23:01:26.365Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-05-19T23:01:26.457Z Compiling serde_spanned v1.0.4
30392026-05-19T23:01:26.488Z Compiling compression-codecs v0.4.37
30402026-05-19T23:01:26.491Z Compiling dropshot v0.17.0
30412026-05-19T23:01:26.540Z Compiling hostname v0.3.1
30422026-05-19T23:01:26.543Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-05-19T23:01:26.572Z Compiling progenitor-client v0.14.0
30442026-05-19T23:01:26.639Z Compiling itertools v0.14.0
30452026-05-19T23:01:26.698Z Compiling slog-bunyan v2.5.0
30462026-05-19T23:01:26.731Z Compiling async-compression v0.4.41
30472026-05-19T23:01:26.734Z Compiling waitgroup v0.1.2
30482026-05-19T23:01:26.781Z Compiling rustls-pemfile v2.2.0
30492026-05-19T23:01:26.835Z Compiling toml v1.0.6+spec-1.1.0
30502026-05-19T23:01:26.851Z Compiling dropshot_endpoint v0.17.0
30512026-05-19T23:01:26.886Z Compiling hostname v0.4.2
30522026-05-19T23:01:26.907Z Compiling serde_path_to_error v0.1.20
30532026-05-19T23:01:26.926Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-05-19T23:01:26.944Z Compiling macaddr v1.0.1
30552026-05-19T23:01:26.991Z Compiling async-stream v0.3.6
30562026-05-19T23:01:26.996Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-05-19T23:01:27.047Z Compiling instant v0.1.13
30582026-05-19T23:01:27.064Z Compiling progenitor-client v0.10.0
30592026-05-19T23:01:27.109Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-05-19T23:01:27.136Z Compiling backon v1.6.0
30612026-05-19T23:01:27.184Z Compiling backoff v0.4.0
30622026-05-19T23:01:27.187Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-05-19T23:01:27.217Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-05-19T23:01:27.249Z Compiling universal-hash v0.5.1
30652026-05-19T23:01:27.275Z Compiling opaque-debug v0.3.1
30662026-05-19T23:01:27.291Z Compiling unsafe-libyaml v0.2.11
30672026-05-19T23:01:27.356Z Compiling progenitor-extras v0.2.0
30682026-05-19T23:01:27.373Z Compiling half v2.7.1
30692026-05-19T23:01:27.392Z Compiling ciborium-io v0.2.2
30702026-05-19T23:01:27.411Z Compiling crucible-workspace-hack v0.1.0
30712026-05-19T23:01:27.414Z Compiling regress v0.11.1
30722026-05-19T23:01:27.445Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-05-19T23:01:27.515Z Compiling convert_case v0.4.0
30742026-05-19T23:01:27.601Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-05-19T23:01:27.650Z Compiling ciborium-ll v0.2.2
30762026-05-19T23:01:27.669Z Compiling structmeta v0.3.0
30772026-05-19T23:01:27.672Z Compiling aead v0.5.2
30782026-05-19T23:01:27.720Z Compiling secrecy v0.10.3
30792026-05-19T23:01:27.792Z Compiling poly1305 v0.8.0
30802026-05-19T23:01:27.808Z Compiling chacha20 v0.9.1
30812026-05-19T23:01:27.876Z Compiling serde_yaml v0.9.34+deprecated
30822026-05-19T23:01:27.893Z Compiling ciborium v0.2.2
30832026-05-19T23:01:27.897Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30842026-05-19T23:01:27.927Z Compiling derive_more v0.99.20
30852026-05-19T23:01:27.929Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-19T23:01:27.929Z Compiling derive-ex v0.1.8
30872026-05-19T23:01:27.975Z Compiling parse-display-derive v0.10.0
30882026-05-19T23:01:28.064Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-19T23:01:28.080Z Compiling thiserror-impl-no-std v2.0.2
30902026-05-19T23:01:28.206Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-05-19T23:01:28.211Z Compiling byte-wrapper v0.1.0
30922026-05-19T23:01:28.304Z Compiling blake2 v0.10.6
30932026-05-19T23:01:28.400Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-05-19T23:01:28.416Z Compiling password-hash v0.5.0
30952026-05-19T23:01:28.496Z Compiling chacha20poly1305 v0.10.1
30962026-05-19T23:01:28.559Z Compiling indent_write v2.2.0
30972026-05-19T23:01:28.576Z Compiling heapless v0.8.0
30982026-05-19T23:01:28.669Z Compiling ingot-macros v0.1.1
30992026-05-19T23:01:28.685Z Compiling argon2 v0.5.3
31002026-05-19T23:01:28.722Z Compiling tokio-rustls v0.25.0
31012026-05-19T23:01:28.858Z Compiling tabwriter v1.4.1
31022026-05-19T23:01:28.882Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-05-19T23:01:29.086Z Compiling typify-impl v0.6.2
31042026-05-19T23:01:29.114Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31052026-05-19T23:01:29.315Z Compiling thiserror-no-std v2.0.2
31062026-05-19T23:01:29.352Z Compiling num-rational v0.4.2
31072026-05-19T23:01:29.402Z Compiling hash32 v0.3.1
31082026-05-19T23:01:29.434Z Compiling vsss-rs v3.3.4
31092026-05-19T23:01:29.584Z Compiling num-complex v0.4.6
31102026-05-19T23:01:29.700Z Compiling test-strategy v0.4.5
31112026-05-19T23:01:29.721Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-05-19T23:01:29.740Z Compiling parse-display v0.10.0
31132026-05-19T23:01:29.904Z Compiling smoltcp v0.11.0
31142026-05-19T23:01:29.978Z Compiling num v0.4.3
31152026-05-19T23:01:30.016Z Compiling proc-macro-crate v3.4.0
31162026-05-19T23:01:30.019Z Compiling atomicwrites v0.4.4
31172026-05-19T23:01:30.073Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-19T23:01:30.091Z Compiling cobs v0.3.0
31192026-05-19T23:01:30.196Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-05-19T23:01:30.247Z Compiling colored v3.1.1
31212026-05-19T23:01:30.265Z Compiling float-ord v0.3.2
31222026-05-19T23:01:30.306Z Compiling postcard v1.1.3
31232026-05-19T23:01:30.322Z Compiling proc-macro-error v1.0.4
31242026-05-19T23:01:30.445Z Compiling proc-macro-crate v1.3.1
31252026-05-19T23:01:30.463Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31262026-05-19T23:01:30.481Z Compiling foreign-types-macros v0.2.3
31272026-05-19T23:01:30.568Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31282026-05-19T23:01:30.600Z Compiling num_enum_derive v0.7.5
31292026-05-19T23:01:30.639Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-19T23:01:30.663Z Compiling foreign-types-shared v0.3.1
31312026-05-19T23:01:30.681Z Compiling cpufeatures v0.3.0
31322026-05-19T23:01:30.701Z Compiling rayon-core v1.13.0
31332026-05-19T23:01:30.775Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-05-19T23:01:30.778Z Compiling chacha20 v0.10.0
31352026-05-19T23:01:30.897Z Compiling num_enum_derive v0.5.11
31362026-05-19T23:01:30.931Z Compiling toml v0.8.23
31372026-05-19T23:01:30.963Z Compiling crossbeam-deque v0.8.6
31382026-05-19T23:01:30.984Z Compiling camino-tempfile v1.4.1
31392026-05-19T23:01:31.021Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-05-19T23:01:31.053Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31412026-05-19T23:01:31.120Z Compiling foreign-types v0.5.0
31422026-05-19T23:01:31.136Z Compiling cstr-argument v0.1.2
31432026-05-19T23:01:31.181Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-05-19T23:01:31.241Z Compiling rand v0.10.0
31452026-05-19T23:01:31.260Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31462026-05-19T23:01:31.318Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-19T23:01:31.417Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-05-19T23:01:31.498Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-05-19T23:01:31.541Z Compiling zone_cfg_derive v0.3.1
31502026-05-19T23:01:31.576Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31512026-05-19T23:01:31.599Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31522026-05-19T23:01:31.617Z Compiling ingot-types v0.1.2
31532026-05-19T23:01:31.645Z Compiling rayon v1.11.0
31542026-05-19T23:01:31.725Z Compiling num_enum v0.7.5
31552026-05-19T23:01:31.745Z Compiling itertools v0.12.1
31562026-05-19T23:01:31.747Z Compiling num-derive v0.4.2
31572026-05-19T23:01:31.789Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-05-19T23:01:31.823Z Compiling sigpipe v0.1.3
31592026-05-19T23:01:31.852Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31602026-05-19T23:01:31.877Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-05-19T23:01:31.912Z Compiling glob v0.3.3
31622026-05-19T23:01:31.930Z Compiling prettyplease v0.2.37
31632026-05-19T23:01:31.988Z Compiling ingot v0.1.1
31642026-05-19T23:01:32.055Z Compiling num_enum v0.5.11
31652026-05-19T23:01:32.192Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31662026-05-19T23:01:32.231Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-05-19T23:01:32.246Z Compiling smf v0.2.3
31682026-05-19T23:01:32.261Z Compiling whoami v1.6.1
31692026-05-19T23:01:32.296Z Compiling usdt-attr-macro v0.5.0
31702026-05-19T23:01:32.383Z Compiling gethostname v0.5.0
31712026-05-19T23:01:32.527Z Compiling usdt-macro v0.5.0
31722026-05-19T23:01:32.567Z Compiling memmap v0.7.0
31732026-05-19T23:01:32.584Z Compiling derive-where v1.6.0
31742026-05-19T23:01:32.743Z Compiling progenitor-client v0.13.0
31752026-05-19T23:01:32.775Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31762026-05-19T23:01:32.793Z Compiling resolv-conf v0.7.6
31772026-05-19T23:01:32.806Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-05-19T23:01:32.972Z Compiling zone v0.3.1
31792026-05-19T23:01:33.049Z Compiling cancel-safe-futures v0.1.5
31802026-05-19T23:01:33.096Z Compiling owo-colors v4.3.0
31812026-05-19T23:01:33.161Z Compiling libsw-core v0.3.2
31822026-05-19T23:01:33.177Z Compiling console v0.15.11
31832026-05-19T23:01:33.193Z Compiling hickory-proto v0.24.4
31842026-05-19T23:01:33.295Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-05-19T23:01:33.316Z Compiling usdt v0.5.0
31862026-05-19T23:01:33.478Z Compiling libsw v3.5.0
31872026-05-19T23:01:33.496Z Compiling newline-converter v0.3.0
31882026-05-19T23:01:33.619Z Compiling linked-hash-map v0.5.6
31892026-05-19T23:01:33.644Z Compiling linear-map v1.2.0
31902026-05-19T23:01:33.661Z Compiling typify-macro v0.6.2
31912026-05-19T23:01:33.687Z Compiling libefi-sys v0.1.0
31922026-05-19T23:01:33.704Z Compiling expectorate v1.2.0
31932026-05-19T23:01:33.728Z Compiling git-stub v1.0.0
31942026-05-19T23:01:33.746Z Compiling bitfield-struct v0.6.2
31952026-05-19T23:01:33.802Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31962026-05-19T23:01:33.834Z Compiling lru-cache v0.1.2
31972026-05-19T23:01:33.861Z Compiling semver v0.1.20
31982026-05-19T23:01:33.894Z Compiling tokio-dtrace v0.1.1
31992026-05-19T23:01:33.930Z Compiling git-stub-vcs v0.1.0
32002026-05-19T23:01:33.978Z Compiling dropshot-api-manager-types v0.7.1
32012026-05-19T23:01:33.995Z Compiling slog-dtrace v0.3.0
32022026-05-19T23:01:34.017Z Compiling minimal-lexical v0.2.1
32032026-05-19T23:01:34.020Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-05-19T23:01:34.120Z Compiling rustc_version v0.1.7
32052026-05-19T23:01:34.166Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-19T23:01:34.188Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-05-19T23:01:34.207Z Compiling oxide-tokio-rt v0.1.4
32082026-05-19T23:01:34.283Z Compiling nom v7.1.3
32092026-05-19T23:01:34.302Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-05-19T23:01:34.324Z Compiling typify-impl v0.4.3
32112026-05-19T23:01:34.328Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-05-19T23:01:34.359Z Compiling phf_shared v0.12.1
32132026-05-19T23:01:34.381Z Compiling newtype_derive v0.1.6
32142026-05-19T23:01:34.430Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32152026-05-19T23:01:34.448Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-19T23:01:34.481Z Compiling csv-core v0.1.13
32172026-05-19T23:01:34.526Z Compiling chrono-tz v0.10.4
32182026-05-19T23:01:34.556Z Compiling highway v1.3.0
32192026-05-19T23:01:34.610Z Compiling xshell-macros v0.2.7
32202026-05-19T23:01:34.759Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-19T23:01:34.776Z Compiling const_format_proc_macros v0.2.34
32222026-05-19T23:01:34.854Z Compiling csv v1.4.0
32232026-05-19T23:01:34.958Z Compiling phf v0.12.1
32242026-05-19T23:01:34.995Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-19T23:01:35.027Z Compiling xshell v0.2.7
32262026-05-19T23:01:35.133Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32272026-05-19T23:01:35.178Z Compiling primeorder v0.13.6
32282026-05-19T23:01:35.334Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-05-19T23:01:35.417Z Compiling hickory-resolver v0.24.4
32302026-05-19T23:01:35.505Z Compiling typify v0.6.2
32312026-05-19T23:01:35.585Z Compiling tabled_derive v0.7.0
32322026-05-19T23:01:35.589Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-05-19T23:01:35.602Z Compiling bcs v0.1.6
32342026-05-19T23:01:35.638Z Compiling progenitor-impl v0.14.0
32352026-05-19T23:01:35.656Z Compiling progenitor-impl v0.13.0
32362026-05-19T23:01:35.677Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-05-19T23:01:35.831Z Compiling const_format v0.2.35
32382026-05-19T23:01:35.940Z Compiling salty v0.3.0
32392026-05-19T23:01:36.172Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32402026-05-19T23:01:36.189Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32412026-05-19T23:01:36.209Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-05-19T23:01:36.227Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-05-19T23:01:36.453Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32442026-05-19T23:01:36.471Z Compiling qorb v0.4.1
32452026-05-19T23:01:36.506Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-05-19T23:01:36.545Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32472026-05-19T23:01:36.594Z Compiling tagptr v0.2.0
32482026-05-19T23:01:36.770Z Compiling termtree v0.5.1
32492026-05-19T23:01:36.813Z Compiling moka v0.12.13
32502026-05-19T23:01:36.956Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-05-19T23:01:37.049Z Compiling textwrap v0.16.2
32522026-05-19T23:01:37.210Z Compiling tabled v0.15.0
32532026-05-19T23:01:37.477Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-19T23:01:37.600Z Compiling steno v0.4.1
32552026-05-19T23:01:37.681Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-05-19T23:01:37.725Z Compiling radium v0.7.0
32572026-05-19T23:01:37.728Z Compiling humantime v2.3.0
32582026-05-19T23:01:37.782Z Compiling base64 v0.21.7
32592026-05-19T23:01:37.846Z Compiling hickory-resolver v0.25.2
32602026-05-19T23:01:38.025Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32612026-05-19T23:01:38.048Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-05-19T23:01:38.140Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-05-19T23:01:38.294Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-05-19T23:01:38.315Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-05-19T23:01:38.394Z Compiling progenitor-macro v0.14.0
32662026-05-19T23:01:38.419Z Compiling progenitor-macro v0.13.0
32672026-05-19T23:01:38.567Z Compiling p384 v0.13.1
32682026-05-19T23:01:38.585Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-05-19T23:01:38.742Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32702026-05-19T23:01:38.761Z Compiling tap v1.0.1
32712026-05-19T23:01:38.904Z Compiling maybe-uninit v2.0.0
32722026-05-19T23:01:38.921Z Compiling typify-macro v0.4.3
32732026-05-19T23:01:39.118Z Compiling wyz v0.5.1
32742026-05-19T23:01:39.168Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-05-19T23:01:39.281Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32762026-05-19T23:01:39.351Z Compiling proc-macro-error-attr2 v2.0.0
32772026-05-19T23:01:39.430Z Compiling funty v2.0.0
32782026-05-19T23:01:39.634Z Compiling parking_lot_core v0.8.6
32792026-05-19T23:01:39.652Z Compiling packed_struct v0.10.1
32802026-05-19T23:01:39.785Z Compiling utf-8 v0.7.6
32812026-05-19T23:01:39.804Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-05-19T23:01:39.823Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-05-19T23:01:39.983Z Compiling tungstenite v0.21.0
32842026-05-19T23:01:40.002Z Compiling proc-macro-error2 v2.0.1
32852026-05-19T23:01:40.022Z Compiling bitvec v1.0.1
32862026-05-19T23:01:40.057Z Compiling polyval v0.6.2
32872026-05-19T23:01:40.092Z Compiling num-derive v0.3.3
32882026-05-19T23:01:40.113Z Compiling packed_struct_codegen v0.10.1
32892026-05-19T23:01:40.170Z Compiling zerocopy-derive v0.6.6
32902026-05-19T23:01:40.188Z Compiling bitfield-macros v0.19.4
32912026-05-19T23:01:40.314Z Compiling indexmap v1.9.3
32922026-05-19T23:01:40.346Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-05-19T23:01:40.551Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-05-19T23:01:40.569Z Compiling crc-catalog v2.4.0
32952026-05-19T23:01:40.597Z Compiling nodrop v0.1.14
32962026-05-19T23:01:40.692Z Compiling array-init v0.0.4
32972026-05-19T23:01:40.719Z Compiling typify v0.4.3
32982026-05-19T23:01:40.722Z Compiling crc v3.4.0
32992026-05-19T23:01:40.770Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-05-19T23:01:40.859Z Compiling progenitor-impl v0.11.2
33012026-05-19T23:01:40.953Z Compiling tokio-tungstenite v0.21.0
33022026-05-19T23:01:40.970Z Compiling bitfield v0.19.4
33032026-05-19T23:01:40.970Z Compiling tabled_derive v0.11.0
33042026-05-19T23:01:41.045Z Compiling libscf-sys v1.1.0
33052026-05-19T23:01:41.068Z Compiling zerocopy v0.6.6
33062026-05-19T23:01:41.084Z Compiling ghash v0.5.1
33072026-05-19T23:01:41.213Z Compiling smallvec v0.6.14
33082026-05-19T23:01:41.301Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-19T23:01:41.304Z Compiling papergrid v0.17.0
33102026-05-19T23:01:41.453Z Compiling testing_table v0.3.0
33112026-05-19T23:01:41.476Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-19T23:01:41.494Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-05-19T23:01:41.595Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-19T23:01:41.640Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33152026-05-19T23:01:41.696Z Compiling ctr v0.9.2
33162026-05-19T23:01:41.850Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-19T23:01:41.879Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-19T23:01:41.882Z Compiling hashbrown v0.12.3
33192026-05-19T23:01:41.919Z Compiling illumos-nvpair-sys v0.2.0
33202026-05-19T23:01:42.041Z Compiling unicase v2.9.0
33212026-05-19T23:01:42.162Z Compiling corncobs v0.1.4
33222026-05-19T23:01:42.256Z Compiling aes-gcm v0.10.3
33232026-05-19T23:01:42.291Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-05-19T23:01:42.317Z Compiling tabled v0.20.0
33252026-05-19T23:01:42.334Z Compiling mime_guess v2.0.5
33262026-05-19T23:01:42.337Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-05-19T23:01:42.369Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-19T23:01:42.450Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33292026-05-19T23:01:42.625Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-05-19T23:01:42.761Z Compiling parking_lot v0.11.2
33312026-05-19T23:01:42.805Z Compiling serde-hex v0.1.0
33322026-05-19T23:01:42.920Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-05-19T23:01:42.958Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-05-19T23:01:43.125Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-05-19T23:01:43.145Z Compiling progenitor-impl v0.10.0
33362026-05-19T23:01:43.181Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-19T23:01:43.324Z Compiling ron v0.8.1
33382026-05-19T23:01:43.432Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-05-19T23:01:43.432Z Compiling hashbrown v0.13.2
33402026-05-19T23:01:43.539Z Compiling progenitor v0.14.0
33412026-05-19T23:01:43.594Z Compiling progenitor-macro v0.11.2
33422026-05-19T23:01:43.611Z Compiling progenitor v0.13.0
33432026-05-19T23:01:43.712Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-05-19T23:01:43.789Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-19T23:01:43.987Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-19T23:01:44.032Z Compiling progenitor-client v0.11.2
33472026-05-19T23:01:44.249Z Compiling prefix-trie v0.7.0
33482026-05-19T23:01:44.334Z Compiling ssh-encoding v0.2.0
33492026-05-19T23:01:44.392Z Compiling blowfish v0.9.1
33502026-05-19T23:01:44.448Z Compiling fxhash v0.2.1
33512026-05-19T23:01:44.594Z Compiling secrecy v0.8.0
33522026-05-19T23:01:44.620Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33532026-05-19T23:01:44.643Z Compiling crc-any v2.5.0
33542026-05-19T23:01:44.669Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33552026-05-19T23:01:44.685Z Compiling hickory-server v0.25.2
33562026-05-19T23:01:44.783Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-05-19T23:01:44.803Z Compiling sled v0.34.7
33582026-05-19T23:01:44.877Z Compiling ssh-cipher v0.2.0
33592026-05-19T23:01:44.912Z Compiling bcrypt-pbkdf v0.10.0
33602026-05-19T23:01:44.947Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-05-19T23:01:45.129Z Compiling object v0.30.4
33622026-05-19T23:01:45.293Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33632026-05-19T23:01:45.497Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-05-19T23:01:45.656Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-05-19T23:01:45.888Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-05-19T23:01:45.962Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-05-19T23:01:46.135Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-19T23:01:46.455Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33692026-05-19T23:01:46.585Z Compiling progenitor-macro v0.10.0
33702026-05-19T23:01:46.839Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-05-19T23:01:46.897Z Compiling password-hash v0.4.2
33722026-05-19T23:01:47.017Z Compiling crc8 v0.1.1
33732026-05-19T23:01:47.253Z Compiling http-range v0.1.5
33742026-05-19T23:01:47.387Z Compiling path-slash v0.1.5
33752026-05-19T23:01:47.403Z Compiling half v1.8.3
33762026-05-19T23:01:47.563Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-05-19T23:01:47.580Z Compiling pbkdf2 v0.11.0
33782026-05-19T23:01:47.701Z Compiling serde_cbor v0.11.2
33792026-05-19T23:01:47.719Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-19T23:01:47.822Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-05-19T23:01:48.154Z Compiling illumos-nvpair v0.3.0
33822026-05-19T23:01:48.331Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-05-19T23:01:48.428Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-05-19T23:01:48.466Z Compiling ssh-key v0.6.7
33852026-05-19T23:01:48.622Z Compiling progenitor v0.11.2
33862026-05-19T23:01:48.706Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-05-19T23:01:48.814Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-05-19T23:01:48.885Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-05-19T23:01:48.915Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33902026-05-19T23:01:49.036Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33912026-05-19T23:01:49.067Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-05-19T23:01:49.090Z Compiling p521 v0.13.3
33932026-05-19T23:01:49.136Z Compiling p256 v0.13.2
33942026-05-19T23:01:49.249Z Compiling yasna v0.5.2
33952026-05-19T23:01:49.451Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-05-19T23:01:49.542Z Compiling kstat-rs v0.2.4
33972026-05-19T23:01:49.599Z Compiling headers-core v0.3.0
33982026-05-19T23:01:49.749Z Compiling nanorand v0.7.0
33992026-05-19T23:01:49.819Z Compiling russh-cryptovec v0.7.3
34002026-05-19T23:01:49.861Z Compiling atty v0.2.14
34012026-05-19T23:01:49.878Z Compiling md5 v0.7.0
34022026-05-19T23:01:49.964Z Compiling home v0.5.12
34032026-05-19T23:01:50.002Z Compiling flume v0.11.1
34042026-05-19T23:01:50.035Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34052026-05-19T23:01:50.053Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34062026-05-19T23:01:50.073Z Compiling headers v0.4.1
34072026-05-19T23:01:50.076Z Compiling rcgen v0.12.1
34082026-05-19T23:01:50.134Z Compiling russh-keys v0.45.0
34092026-05-19T23:01:50.185Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-05-19T23:01:50.224Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-05-19T23:01:50.246Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-05-19T23:01:50.338Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-19T23:01:50.446Z Compiling hyper-staticfile v0.10.1
34142026-05-19T23:01:50.563Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-05-19T23:01:50.766Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34162026-05-19T23:01:50.868Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34172026-05-19T23:01:50.971Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-05-19T23:01:50.988Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-05-19T23:01:51.022Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-19T23:01:51.219Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-05-19T23:01:51.275Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-05-19T23:01:51.321Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-05-19T23:01:51.499Z Compiling num-bigint v0.4.6
34242026-05-19T23:01:51.526Z Compiling des v0.8.1
34252026-05-19T23:01:51.583Z Compiling subprocess v0.2.15
34262026-05-19T23:01:51.691Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34272026-05-19T23:01:51.716Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-05-19T23:01:51.737Z Compiling display-error-chain v0.2.2
34292026-05-19T23:01:51.756Z Compiling progenitor v0.10.0
34302026-05-19T23:01:51.756Z Compiling hex-literal v0.4.1
34312026-05-19T23:01:51.812Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-19T23:01:51.890Z Compiling colored v2.2.0
34332026-05-19T23:01:51.907Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-05-19T23:01:51.964Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34352026-05-19T23:01:52.054Z Compiling socket2 v0.5.10
34362026-05-19T23:01:52.187Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-19T23:01:52.214Z Compiling internet-checksum v0.2.1
34382026-05-19T23:01:52.790Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34392026-05-19T23:01:52.810Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34402026-05-19T23:01:52.826Z Compiling russh v0.45.0
34412026-05-19T23:01:55.233Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34422026-05-19T23:01:55.386Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-05-19T23:01:56.048Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-05-19T23:01:56.506Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-05-19T23:01:57.955Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-05-19T23:02:05.917Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34472026-05-19T23:02:05.917Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-05-19T23:02:05.920Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-05-19T23:02:05.920Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-05-19T23:02:07.680Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-05-19T23:02:07.747Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-05-19T23:02:11.876Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-05-19T23:02:50.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34542026-05-19T23:02:50.955Z
34552026-05-19T23:02:50.955Zreal 1:25.646038208
34562026-05-19T23:02:50.955Zuser 8:13.395182485
34572026-05-19T23:02:50.955Zsys 1:40.446173956
34582026-05-19T23:02:50.955Ztrap 0.254278345
34592026-05-19T23:02:50.955Ztflt 0.490452030
34602026-05-19T23:02:50.955Zdflt 1.526739805
34612026-05-19T23:02:50.955Zkflt 0.000150070
34622026-05-19T23:02:50.958Zlock 28:01.132833368
34632026-05-19T23:02:50.959Zslp 18:57.585225837
34642026-05-19T23:02:50.959Zlat 39.343282581
34652026-05-19T23:02:50.959Zstop 2:47.717626963
34662026-05-19T23:02:50.959Z+ mkdir tests
34672026-05-19T23:02:50.962Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-05-19T23:02:50.962Z+ xargs -I '{}' -t cp '{}' tests/
34692026-05-19T23:02:51.051Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ad5c7c67f14aca34 tests/
34702026-05-19T23:02:51.079Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d4a2ae9e96c2bf7 tests/
34712026-05-19T23:02:51.109Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-79cce9039b0e783a tests/
34722026-05-19T23:02:51.136Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6ba850b32478cc3d tests/
34732026-05-19T23:02:51.368Z+ 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-05-19T23:02:51.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-9d4a2ae9e96c2bf7 tests/commtest-79cce9039b0e783a tests/dhcp_server-ad5c7c67f14aca34 tests/end_to_end_tests-6ba850b32478cc3d 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-05-19T23:04:10.726ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-05-19T23:04:10.726Za .github/buildomat/ci-env.sh 1K
34772026-05-19T23:04:10.726Za out/target/test 1K
34782026-05-19T23:04:10.726Za out/npuzone/npuzone 27402K
34792026-05-19T23:04:10.726Za package-manifest.toml 35K
34802026-05-19T23:04:10.726Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-05-19T23:04:10.726Za target/release/omicron-package 45996K
34822026-05-19T23:04:10.726Za target/release/xtask 11449K
34832026-05-19T23:04:10.726Za target/debug/bootstrap 353022K
34842026-05-19T23:04:10.726Za tests/bootstrap-9d4a2ae9e96c2bf7 31215K
34852026-05-19T23:04:10.726Za tests/commtest-79cce9039b0e783a 32300K
34862026-05-19T23:04:10.726Za tests/dhcp_server-ad5c7c67f14aca34 31215K
34872026-05-19T23:04:10.726Za tests/end_to_end_tests-6ba850b32478cc3d 394083K
34882026-05-19T23:04:10.726Za tools/opte_version 1K
34892026-05-19T23:04:10.726Za tools/opte_version_override 2K
34902026-05-19T23:04:10.726Za out/clickhouse.tar.gz 319615K
34912026-05-19T23:04:10.726Za out/clickhouse_keeper.tar.gz 304968K
34922026-05-19T23:04:10.726Za out/clickhouse_server.tar.gz 319613K
34932026-05-19T23:04:10.726Za out/cockroachdb.tar.gz 165162K
34942026-05-19T23:04:10.726Za out/crucible-pantry-zone.tar.gz 44200K
34952026-05-19T23:04:10.726Za out/crucible-utils.tar 17744K
34962026-05-19T23:04:10.727Za out/crucible-zone.tar.gz 58338K
34972026-05-19T23:04:10.727Za out/external-dns.tar.gz 50341K
34982026-05-19T23:04:10.727Za out/internal-dns.tar.gz 50341K
34992026-05-19T23:04:10.727Za out/mg-ddm-gz.tar 95141K
35002026-05-19T23:04:10.727Za out/nexus.tar.gz 220291K
35012026-05-19T23:04:10.727Za out/ntp.tar.gz 32166K
35022026-05-19T23:04:10.727Za out/omicron-gateway-softnpu.tar.gz 28532K
35032026-05-19T23:04:10.727Za out/omicron-sled-agent.tar 203628K
35042026-05-19T23:04:10.727Za out/overlay.tar.gz 3K
35052026-05-19T23:04:10.727Za out/oximeter.tar.gz 65500K
35062026-05-19T23:04:10.727Za out/oxlog.tar 3782K
35072026-05-19T23:04:10.727Za out/probe.tar.gz 3037K
35082026-05-19T23:04:10.727Za out/propolis-server.tar.gz 38727K
35092026-05-19T23:04:10.727Za out/pumpkind-gz.tar 26647K
35102026-05-19T23:04:10.727Za out/switch-softnpu.tar.gz 394187K
35112026-05-19T23:04:10.730Z
35122026-05-19T23:04:10.730Zreal 1:19.355524326
35132026-05-19T23:04:10.730Zuser 1:16.694973359
35142026-05-19T23:04:10.730Zsys 4.411746353
35152026-05-19T23:04:10.730Ztrap 0.007238513
35162026-05-19T23:04:10.730Ztflt 0.000000000
35172026-05-19T23:04:10.730Zdflt 0.000000000
35182026-05-19T23:04:10.730Zkflt 0.000000000
35192026-05-19T23:04:10.730Zlock 0.000000000
35202026-05-19T23:04:10.730Zslp 1:16.568193755
35212026-05-19T23:04:10.730Zlat 1.023984321
35222026-05-19T23:04:10.730Zstop 0.000245470
35232026-05-19T23:04:10.730Zprocess exited: duration 1090968 ms, exit code 0
 
35242026-05-19T23:04:10.752Zfound 1 output files
35252026-05-19T23:04:10.752Zuploading: /work/package.tar.gz (2440775850 bytes)
35262026-05-19T23:04:42.876Zuploaded: /work/package.tar.gz