01KS0SHZ2Z3H7QSA0TA346T057: 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: 01KS0SJMKGRCTCC1KQR7PGCNVX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T18:58:10.265Zjob assigned to worker 01KS0SJRBQEC6P56H47ZYWY41W [factory aws, i-08b30cb03ea83261c] (queued for 1 m 2 s)
 
22026-05-19T18:58:17.233Zstarting task 0: "setup"
32026-05-19T18:58:17.243Z++ uname -s
42026-05-19T18:58:17.243Z+ kern=SunOS
52026-05-19T18:58:17.243Z+ build_user=build
62026-05-19T18:58:17.243Z+ build_uid=12345
72026-05-19T18:58:17.243Z+ work_dir=/work
82026-05-19T18:58:17.244Z+ input_dir=/input
92026-05-19T18:58:17.244Z+ [[ 0 == 12345 ]]
102026-05-19T18:58:17.244Z+ case "$kern" in
112026-05-19T18:58:17.244Z+ groupadd -g 12345 build
122026-05-19T18:58:17.244Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T18:58:19.234Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T18:58:19.326Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T18:58:19.342Z+ home_fs=zfs
162026-05-19T18:58:19.342Z+ [[ zfs == autofs ]]
172026-05-19T18:58:19.342Z+ mkdir -p /home/build
182026-05-19T18:58:19.342Z+ chown build:build /home/build /work
192026-05-19T18:58:21.328Z+ chmod 0700 /home/build /work
202026-05-19T18:58:21.331Zprocess exited: duration 4130 ms, exit code 0
 
212026-05-19T18:58:21.338Zstarting task 1: "rust-toolchain"
222026-05-19T18:58:21.343Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T18:58:21.343Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T18:58:21.343Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-19T18:58:21.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-19T18:58:21.344Z * rust toolchain channel = "1.94.0"
272026-05-19T18:58:21.344Z * rust toolchain profile = "default"
282026-05-19T18:58:21.347Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T18:58:21.347Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T18:58:21.443Zinfo: downloading installer
312026-05-19T18:58:22.813Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T18:58:22.813Zwarn: /home/build/.rustup/settings.toml
332026-05-19T18:58:22.813Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T18:58:22.813Zwarn: instead of the one inferred from the default host triple.
352026-05-19T18:58:22.825Zinfo: profile set to default
362026-05-19T18:58:22.825Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T18:58:22.828Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T18:58:22.961Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T18:58:22.965Zinfo: downloading 6 components
402026-05-19T18:58:37.909Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T18:58:37.909Z
422026-05-19T18:58:37.942Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T18:58:37.942Z
442026-05-19T18:58:37.943Z
452026-05-19T18:58:37.943ZRust is installed now. Great!
462026-05-19T18:58:37.943Z
472026-05-19T18:58:37.943ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T18:58:37.943Zenvironment variable. This has not been done automatically.
492026-05-19T18:58:37.943Z
502026-05-19T18:58:37.943ZTo configure your current shell, you need to source
512026-05-19T18:58:37.943Zthe corresponding env file under $HOME/.cargo.
522026-05-19T18:58:37.943Z
532026-05-19T18:58:37.943ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T18:58:37.943Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T18:58:37.943Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T18:58:37.943Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T18:58:37.943Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T18:58:37.943Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T18:58:37.943Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T18:58:37.947Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T18:58:37.947Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T18:58:38.033Z+ rustup --version
632026-05-19T18:58:38.040Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T18:58:38.043Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T18:58:38.062Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T18:58:38.066Z+ cargo --version
672026-05-19T18:58:38.074Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T18:58:38.079Z+ rustc --version
692026-05-19T18:58:38.098Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T18:58:38.101Zprocess exited: duration 16763 ms, exit code 0
 
712026-05-19T18:58:38.109Zstarting task 2: "authentication"
722026-05-19T18:58:38.130Zprocess exited: duration 21 ms, exit code 0
 
732026-05-19T18:58:38.139Zstarting task 3: "clone repository"
742026-05-19T18:58:38.143Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T18:58:38.147Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T18:58:38.178ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T18:58:48.595Z+ cd /work/oxidecomputer/omicron
782026-05-19T18:58:48.595Z+ git fetch origin 8f9772b537b25eb7b8c65bfbc4b6371c45760f87
792026-05-19T18:58:48.879ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T18:58:48.879Z * branch 8f9772b537b25eb7b8c65bfbc4b6371c45760f87 -> FETCH_HEAD
812026-05-19T18:58:48.894Z+ [[ -n john/scrimlet-reconcilers-dpd-ports ]]
822026-05-19T18:58:48.897Z++ git branch --show-current
832026-05-19T18:58:48.897Z+ current=main
842026-05-19T18:58:48.897Z+ [[ main != john/scrimlet-reconcilers-dpd-ports ]]
852026-05-19T18:58:48.897Z+ git branch -f john/scrimlet-reconcilers-dpd-ports 8f9772b537b25eb7b8c65bfbc4b6371c45760f87
862026-05-19T18:58:48.901Z+ git checkout -f john/scrimlet-reconcilers-dpd-ports
872026-05-19T18:58:49.148ZSwitched to branch 'john/scrimlet-reconcilers-dpd-ports'
882026-05-19T18:58:49.151Z+ git reset --hard 8f9772b537b25eb7b8c65bfbc4b6371c45760f87
892026-05-19T18:58:49.166ZHEAD is now at 8f9772b53 remove stray dbg!
902026-05-19T18:58:49.170Zprocess exited: duration 11029 ms, exit code 0
 
912026-05-19T18:58:49.176Zstarting task 4: "build"
922026-05-19T18:58:49.182Z+ source .github/buildomat/ci-env.sh
932026-05-19T18:58:49.182Z++ export CARGO_TERM_COLOR=always
942026-05-19T18:58:49.182Z++ CARGO_TERM_COLOR=always
952026-05-19T18:58:49.182Z+ cargo --version
962026-05-19T18:58:49.192Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T18:58:49.196Z+ rustc --version
982026-05-19T18:58:49.216Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T18:58:49.220Z+ WORK=/work
1002026-05-19T18:58:49.220Z+ pfexec mkdir -p /work
1012026-05-19T18:58:49.223Z+ pfexec chown build /work
1022026-05-19T18:58:49.227Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-19T18:58:50.984Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-19T18:58:51.042Z Startup: Caching catalogs ... Done
1052026-05-19T18:58:51.268ZPlanning: Solver setup ... Done (0.187s)
1062026-05-19T18:58:51.284ZPlanning: Running solver ... Done (0.016s)
1072026-05-19T18:58:51.289ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-19T18:58:51.302ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-19T18:58:51.319ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-19T18:58:51.336ZPlanning: Package planning ... Done (0.014s)
1112026-05-19T18:58:51.340ZPlanning: Merging actions ... Done (0.002s)
1122026-05-19T18:58:51.528ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-19T18:58:51.531ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-19T18:58:52.261ZPlanning: Evaluating mediators ... Done (0.732s)
1152026-05-19T18:58:52.265ZPlanning: Planning completed in 1.20 seconds
1162026-05-19T18:58:52.272Z Packages to install: 2
1172026-05-19T18:58:52.272Z Estimated space available: 156.08 GB
1182026-05-19T18:58:52.272ZEstimated space to be consumed: 19.74 MB
1192026-05-19T18:58:52.272Z Create boot environment: No
1202026-05-19T18:58:52.272ZCreate backup boot environment: No
1212026-05-19T18:58:52.272Z Rebuild boot archive: No
1222026-05-19T18:58:52.276Z
1232026-05-19T18:58:52.276ZChanged packages:
1242026-05-19T18:58:52.276Zhelios
1252026-05-19T18:58:52.276Z developer/build-essential
1262026-05-19T18:58:52.276Z None -> 11-3.0
1272026-05-19T18:58:52.276Z library/libxmlsec1
1282026-05-19T18:58:52.276Z None -> 1.2.35-3.0
1292026-05-19T18:58:52.294Z
1302026-05-19T18:58:52.294ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-19T18:58:53.570ZDownload: Completed 1.28 MB in 1.28 seconds (1.0M/s)
1322026-05-19T18:58:53.709Z Actions: 1/268 actions (Installing new actions)
1332026-05-19T18:58:53.758Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-19T18:58:53.768ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-19T18:58:53.768ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-19T18:58:53.783ZFinalize: Updating image state ... Done (0.016s)
1372026-05-19T18:58:56.366ZFinalize: Creating fast lookup database ... Done (2.561s)
1382026-05-19T18:58:56.431ZFinalize: Reading search index ... Done (0.012s)
1392026-05-19T18:58:56.434ZFinalize: Updating search index ... Done (0.000s)
1402026-05-19T18:58:56.542ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-19T18:58:56.854ZPlanning: Evaluating mediator changes ... Done
1422026-05-19T18:58:56.962ZPlanning: Checking for conflicting actions ... Done
1432026-05-19T18:58:56.966ZPlanning: Consolidating action changes ... Done
1442026-05-19T18:58:57.127ZPlanning: Evaluating mediators ... Done
1452026-05-19T18:58:57.132ZPlanning: Planning completed in 0.27 seconds
1462026-05-19T18:58:57.150Z Mediators to change: 2
1472026-05-19T18:58:57.150Z Create boot environment: No
1482026-05-19T18:58:57.150ZCreate backup boot environment: No
1492026-05-19T18:58:57.225ZFinalize: Updating package state database ... Done
1502026-05-19T18:58:57.225ZFinalize: Updating package cache ... Done
1512026-05-19T18:58:57.236ZFinalize: Updating image state ... Done
1522026-05-19T18:58:59.227ZFinalize: Creating fast lookup database ... Done
1532026-05-19T18:58:59.291ZFinalize: Reading search index ... Done
1542026-05-19T18:58:59.295ZFinalize: Updating search index ... Done
1552026-05-19T18:58:59.382ZFinalize: Updating package cache ... Done
1562026-05-19T18:58:59.671ZPlanning: Evaluating mediator changes ... Done
1572026-05-19T18:58:59.778ZPlanning: Checking for conflicting actions ... Done
1582026-05-19T18:58:59.781ZPlanning: Consolidating action changes ... Done
1592026-05-19T18:58:59.939ZPlanning: Evaluating mediators ... Done
1602026-05-19T18:58:59.943ZPlanning: Planning completed in 0.27 seconds
1612026-05-19T18:58:59.964Z Mediators to change: 1
1622026-05-19T18:58:59.964Z Create boot environment: No
1632026-05-19T18:58:59.964ZCreate backup boot environment: No
1642026-05-19T18:59:00.033ZFinalize: Updating package state database ... Done
1652026-05-19T18:59:00.033ZFinalize: Updating package cache ... Done
1662026-05-19T18:59:00.043ZFinalize: Updating image state ... Done
1672026-05-19T18:59:02.057ZFinalize: Creating fast lookup database ... Done
1682026-05-19T18:59:02.119ZFinalize: Reading search index ... Done
1692026-05-19T18:59:02.125ZFinalize: Updating search index ... Done
1702026-05-19T18:59:02.196ZFinalize: Updating package cache ... Done
1712026-05-19T18:59:02.517ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-19T18:59:02.517Zapache system 2.4 system
1732026-05-19T18:59:02.517Zclang system 15 system
1742026-05-19T18:59:02.517Zcsh system system illumos
1752026-05-19T18:59:02.517Zctags system system illumos
1762026-05-19T18:59:02.517Zfile vendor vendor darwinsys
1772026-05-19T18:59:02.517Zfile system system illumos
1782026-05-19T18:59:02.517Zgcc vendor 14 vendor
1792026-05-19T18:59:02.517Zgcc system 13 system
1802026-05-19T18:59:02.517Zgcc system 10 system
1812026-05-19T18:59:02.517Zgo system 1.25 system
1822026-05-19T18:59:02.517Zllvm system 15 system
1832026-05-19T18:59:02.517Zmariadb system 11.4 system
1842026-05-19T18:59:02.517Zmta vendor vendor dma
1852026-05-19T18:59:02.517Zopenjdk system 17 system
1862026-05-19T18:59:02.517Zopenjdk system 11 system
1872026-05-19T18:59:02.517Zopenssl vendor 3 vendor
1882026-05-19T18:59:02.517Zperl system 5.40 system
1892026-05-19T18:59:02.517Zpostgresql system 18 system
1902026-05-19T18:59:02.517Zpostgresql system 17 system
1912026-05-19T18:59:02.517Zpython vendor 3 vendor
1922026-05-19T18:59:02.517Zpython system 2 system
1932026-05-19T18:59:02.517Zpython3 vendor 3.13 vendor
1942026-05-19T18:59:02.517Zruby system 3.4 system
1952026-05-19T18:59:02.517Zruby system 3.0 system
1962026-05-19T18:59:02.517Zwords vendor vendor american-english
1972026-05-19T18:59:02.517Zwords system system australian-english
1982026-05-19T18:59:02.517Zwords system system british-english
1992026-05-19T18:59:02.517Zwords system system canadian-english
2002026-05-19T18:59:02.517Zwords system system french
2012026-05-19T18:59:02.517Zwords system system italian
2022026-05-19T18:59:02.517Zwords system system ngerman
2032026-05-19T18:59:02.517Zwords system system ogerman
2042026-05-19T18:59:02.517Zwords system system spanish
2052026-05-19T18:59:02.774ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-19T18:59:02.774Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-19T18:59:03.058ZFMRI IFO
2082026-05-19T18:59:03.058Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-19T18:59:03.058Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-19T18:59:03.058Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-19T18:59:03.058Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-19T18:59:03.058Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-19T18:59:03.058Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-19T18:59:03.058Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-19T18:59:03.058Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-19T18:59:03.058Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-19T18:59:03.292Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-19T18:59:03.581Z Updating crates.io index
2192026-05-19T18:59:03.585Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-19T18:59:03.919Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-19T18:59:04.763Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-19T18:59:05.215Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-19T18:59:06.441Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-19T18:59:06.968Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-19T18:59:08.733Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-19T18:59:09.621Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-19T18:59:10.055Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-19T18:59:10.957Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-19T18:59:11.236Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-19T18:59:11.699Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-19T18:59:12.029Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-19T18:59:13.099Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-19T18:59:13.699Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-19T18:59:13.889Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-19T18:59:14.350Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-19T18:59:14.694Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-19T18:59:15.029Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-19T18:59:15.313Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-19T18:59:15.597Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-19T18:59:16.037Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-19T18:59:16.384Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-19T18:59:16.988Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-19T18:59:17.377Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-19T18:59:17.735Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-19T18:59:18.969Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-19T18:59:19.246Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-19T18:59:20.095Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-19T18:59:20.543Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-19T18:59:20.857Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-19T18:59:21.267Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-19T18:59:21.599Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-19T18:59:21.965Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-19T18:59:22.407Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-19T18:59:22.731Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-19T18:59:23.018Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-19T18:59:23.370Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-19T18:59:35.134Z Downloading crates ...
2582026-05-19T18:59:35.185Z Downloaded bytecount v0.6.9
2592026-05-19T18:59:35.189Z Downloaded autocfg v1.5.0
2602026-05-19T18:59:35.193Z Downloaded anstyle v1.0.13
2612026-05-19T18:59:35.193Z Downloaded camino v1.2.2
2622026-05-19T18:59:35.198Z Downloaded anyhow v1.0.102
2632026-05-19T18:59:35.201Z Downloaded zerovec-derive v0.11.2
2642026-05-19T18:59:35.201Z Downloaded version_check v0.9.5
2652026-05-19T18:59:35.205Z Downloaded block-buffer v0.10.4
2662026-05-19T18:59:35.205Z Downloaded byteorder v1.5.0
2672026-05-19T18:59:35.205Z Downloaded bitflags v2.11.0
2682026-05-19T18:59:35.208Z Downloaded stable_deref_trait v1.2.1
2692026-05-19T18:59:35.208Z Downloaded textwrap v0.16.2
2702026-05-19T18:59:35.212Z Downloaded digest v0.10.7
2712026-05-19T18:59:35.212Z Downloaded semver v1.0.28
2722026-05-19T18:59:35.212Z Downloaded form_urlencoded v1.2.2
2732026-05-19T18:59:35.217Z Downloaded thiserror v1.0.69
2742026-05-19T18:59:35.217Z Downloaded idna_adapter v1.2.1
2752026-05-19T18:59:35.220Z Downloaded anstream v0.6.21
2762026-05-19T18:59:35.220Z Downloaded num-traits v0.2.19
2772026-05-19T18:59:35.220Z Downloaded usdt-macro v0.5.0
2782026-05-19T18:59:35.220Z Downloaded cargo_metadata v0.21.0
2792026-05-19T18:59:35.224Z Downloaded zerofrom-derive v0.1.6
2802026-05-19T18:59:35.224Z Downloaded errno v0.3.14
2812026-05-19T18:59:35.224Z Downloaded yoke-derive v0.8.1
2822026-05-19T18:59:35.227Z Downloaded litemap v0.8.1
2832026-05-19T18:59:35.227Z Downloaded typeid v1.0.3
2842026-05-19T18:59:35.227Z Downloaded toml_datetime v0.6.11
2852026-05-19T18:59:35.227Z Downloaded serde_tokenstream v0.2.3
2862026-05-19T18:59:35.230Z Downloaded proc-macro-error-attr v1.0.4
2872026-05-19T18:59:35.231Z Downloaded ordered-float v2.10.1
2882026-05-19T18:59:35.231Z Downloaded utf8parse v0.2.2
2892026-05-19T18:59:35.231Z Downloaded unicode-linebreak v0.1.5
2902026-05-19T18:59:35.231Z Downloaded utf8_iter v1.0.4
2912026-05-19T18:59:35.235Z Downloaded anstyle-parse v0.2.7
2922026-05-19T18:59:35.235Z Downloaded usdt v0.5.0
2932026-05-19T18:59:35.235Z Downloaded serde-value v0.7.0
2942026-05-19T18:59:35.235Z Downloaded zmij v1.0.21
2952026-05-19T18:59:35.239Z Downloaded macaddr v1.0.1
2962026-05-19T18:59:35.239Z Downloaded percent-encoding v2.3.2
2972026-05-19T18:59:35.239Z Downloaded zerofrom v0.1.6
2982026-05-19T18:59:35.239Z Downloaded fastrand v2.3.0
2992026-05-19T18:59:35.239Z Downloaded equivalent v1.0.2
3002026-05-19T18:59:35.239Z Downloaded thread-id v4.2.2
3012026-05-19T18:59:35.239Z Downloaded is_terminal_polyfill v1.70.2
3022026-05-19T18:59:35.242Z Downloaded proc-macro-error v1.0.4
3032026-05-19T18:59:35.242Z Downloaded toml_write v0.1.2
3042026-05-19T18:59:35.247Z Downloaded usdt-attr-macro v0.5.0
3052026-05-19T18:59:35.247Z Downloaded clap v4.5.60
3062026-05-19T18:59:35.251Z Downloaded zerocopy-derive v0.7.35
3072026-05-19T18:59:35.254Z Downloaded unicode-xid v0.2.6
3082026-05-19T18:59:35.254Z Downloaded potential_utf v0.1.4
3092026-05-19T18:59:35.254Z Downloaded tinystr v0.8.2
3102026-05-19T18:59:35.254Z Downloaded thiserror-impl v2.0.18
3112026-05-19T18:59:35.258Z Downloaded thiserror-impl v1.0.69
3122026-05-19T18:59:35.258Z Downloaded heck v0.5.0
3132026-05-19T18:59:35.258Z Downloaded thiserror v2.0.18
3142026-05-19T18:59:35.261Z Downloaded yoke v0.8.1
3152026-05-19T18:59:35.261Z Downloaded unicode-ident v1.0.24
3162026-05-19T18:59:35.266Z Downloaded icu_provider v2.1.1
3172026-05-19T18:59:35.266Z Downloaded writeable v0.6.2
3182026-05-19T18:59:35.266Z Downloaded dof v0.3.0
3192026-05-19T18:59:35.269Z Downloaded cfg-if v1.0.4
3202026-05-19T18:59:35.269Z Downloaded cpufeatures v0.2.17
3212026-05-19T18:59:35.269Z Downloaded usdt-impl v0.5.0
3222026-05-19T18:59:35.269Z Downloaded pretty-hex v0.4.1
3232026-05-19T18:59:35.269Z Downloaded itoa v1.0.17
3242026-05-19T18:59:35.270Z Downloaded tabled_derive v0.7.0
3252026-05-19T18:59:35.273Z Downloaded papergrid v0.11.0
3262026-05-19T18:59:35.273Z Downloaded smawk v0.3.2
3272026-05-19T18:59:35.277Z Downloaded ucd-trie v0.1.7
3282026-05-19T18:59:35.277Z Downloaded toml v0.8.23
3292026-05-19T18:59:35.280Z Downloaded anstyle-query v1.1.5
3302026-05-19T18:59:35.280Z Downloaded serde_spanned v0.6.9
3312026-05-19T18:59:35.283Z Downloaded erased-serde v0.4.9
3322026-05-19T18:59:35.287Z Downloaded zerovec v0.11.5
3332026-05-19T18:59:35.290Z Downloaded typenum v1.19.0
3342026-05-19T18:59:35.290Z Downloaded dtrace-parser v0.2.0
3352026-05-19T18:59:35.293Z Downloaded toml_edit v0.22.27
3362026-05-19T18:59:35.293Z Downloaded generic-array v0.14.7
3372026-05-19T18:59:35.293Z Downloaded cargo-platform v0.2.0
3382026-05-19T18:59:35.297Z Downloaded heck v0.4.1
3392026-05-19T18:59:35.297Z Downloaded url v2.5.8
3402026-05-19T18:59:35.297Z Downloaded terminal_size v0.4.3
3412026-05-19T18:59:35.300Z Downloaded strsim v0.11.1
3422026-05-19T18:59:35.300Z Downloaded zerotrie v0.2.3
3432026-05-19T18:59:35.300Z Downloaded memmap v0.7.0
3442026-05-19T18:59:35.303Z Downloaded swrite v0.1.0
3452026-05-19T18:59:35.308Z Downloaded fnv v1.0.7
3462026-05-19T18:59:35.312Z Downloaded scroll_derive v0.12.1
3472026-05-19T18:59:35.312Z Downloaded colorchoice v1.0.4
3482026-05-19T18:59:35.315Z Downloaded zerocopy v0.7.35
3492026-05-19T18:59:35.321Z Downloaded winnow v0.7.14
3502026-05-19T18:59:35.326Z Downloaded sha2 v0.10.9
3512026-05-19T18:59:35.330Z Downloaded serde-untagged v0.1.9
3522026-05-19T18:59:35.330Z Downloaded quote v1.0.45
3532026-05-19T18:59:35.330Z Downloaded plain v0.2.3
3542026-05-19T18:59:35.333Z Downloaded unicode-width v0.2.0
3552026-05-19T18:59:35.336Z Downloaded unicode-width v0.1.14
3562026-05-19T18:59:35.340Z Downloaded synstructure v0.13.2
3572026-05-19T18:59:35.340Z Downloaded displaydoc v0.2.5
3582026-05-19T18:59:35.340Z Downloaded cargo_toml v0.21.0
3592026-05-19T18:59:35.343Z Downloaded fs-err v3.3.0
3602026-05-19T18:59:35.343Z Downloaded crypto-common v0.1.7
3612026-05-19T18:59:35.343Z Downloaded camino-tempfile v1.4.1
3622026-05-19T18:59:35.343Z Downloaded clap_lex v1.0.0
3632026-05-19T18:59:35.352Z Downloaded tempfile v3.25.0
3642026-05-19T18:59:35.355Z Downloaded clap_derive v4.5.55
3652026-05-19T18:59:35.355Z Downloaded pest_derive v2.8.6
3662026-05-19T18:59:35.355Z Downloaded pest v2.8.6
3672026-05-19T18:59:35.363Z Downloaded scroll v0.12.0
3682026-05-19T18:59:35.366Z Downloaded pest_generator v2.8.6
3692026-05-19T18:59:35.372Z Downloaded once_cell v1.21.3
3702026-05-19T18:59:35.378Z Downloaded log v0.4.29
3712026-05-19T18:59:35.382Z Downloaded cargo-util-schemas v0.8.2
3722026-05-19T18:59:35.382Z Downloaded pest_meta v2.8.6
3732026-05-19T18:59:35.388Z Downloaded smallvec v1.15.1
3742026-05-19T18:59:35.392Z Downloaded indexmap v2.14.0
3752026-05-19T18:59:35.395Z Downloaded getrandom v0.4.1
3762026-05-19T18:59:35.395Z Downloaded icu_properties v2.1.2
3772026-05-19T18:59:35.399Z Downloaded proc-macro2 v1.0.106
3782026-05-19T18:59:35.415Z Downloaded serde_derive v1.0.228
3792026-05-19T18:59:35.415Z Downloaded serde_core v1.0.228
3802026-05-19T18:59:35.419Z Downloaded icu_normalizer v2.1.1
3812026-05-19T18:59:35.422Z Downloaded icu_collections v2.1.1
3822026-05-19T18:59:35.427Z Downloaded icu_normalizer_data v2.1.1
3832026-05-19T18:59:35.430Z Downloaded memchr v2.8.0
3842026-05-19T18:59:35.435Z Downloaded serde v1.0.228
3852026-05-19T18:59:35.439Z Downloaded icu_locale_core v2.1.1
3862026-05-19T18:59:35.445Z Downloaded clap_builder v4.5.60
3872026-05-19T18:59:35.453Z Downloaded idna v1.1.0
3882026-05-19T18:59:35.473Z Downloaded hashbrown v0.17.0
3892026-05-19T18:59:35.477Z Downloaded goblin v0.8.2
3902026-05-19T18:59:35.481Z Downloaded serde_json v1.0.149
3912026-05-19T18:59:35.484Z Downloaded icu_properties_data v2.1.2
3922026-05-19T18:59:35.497Z Downloaded tabled v0.15.0
3932026-05-19T18:59:35.508Z Downloaded syn v1.0.109
3942026-05-19T18:59:35.515Z Downloaded syn v2.0.117
3952026-05-19T18:59:35.529Z Downloaded rustix v1.1.3
3962026-05-19T18:59:35.559Z Downloaded libc v0.2.185
3972026-05-19T18:59:35.627Z Compiling proc-macro2 v1.0.106
3982026-05-19T18:59:35.627Z Compiling quote v1.0.45
3992026-05-19T18:59:35.630Z Compiling unicode-ident v1.0.24
4002026-05-19T18:59:35.630Z Compiling serde_core v1.0.228
4012026-05-19T18:59:35.630Z Compiling libc v0.2.185
4022026-05-19T18:59:35.630Z Compiling version_check v0.9.5
4032026-05-19T18:59:35.630Z Compiling memchr v2.8.0
4042026-05-19T18:59:35.630Z Compiling stable_deref_trait v1.2.1
4052026-05-19T18:59:35.631Z Compiling serde v1.0.228
4062026-05-19T18:59:35.631Z Compiling zmij v1.0.21
4072026-05-19T18:59:35.631Z Compiling autocfg v1.5.0
4082026-05-19T18:59:35.631Z Compiling thiserror v1.0.69
4092026-05-19T18:59:35.816Z Compiling itoa v1.0.17
4102026-05-19T18:59:35.820Z Compiling ucd-trie v0.1.7
4112026-05-19T18:59:35.820Z Compiling writeable v0.6.2
4122026-05-19T18:59:36.031Z Compiling litemap v0.8.1
4132026-05-19T18:59:36.070Z Compiling icu_properties_data v2.1.2
4142026-05-19T18:59:36.196Z Compiling byteorder v1.5.0
4152026-05-19T18:59:36.228Z Compiling icu_normalizer_data v2.1.1
4162026-05-19T18:59:36.337Z Compiling rustix v1.1.3
4172026-05-19T18:59:36.357Z Compiling bitflags v2.11.0
4182026-05-19T18:59:36.539Z Compiling serde_json v1.0.149
4192026-05-19T18:59:36.599Z Compiling pest v2.8.6
4202026-05-19T18:59:36.653Z Compiling num-traits v0.2.19
4212026-05-19T18:59:36.785Z Compiling smallvec v1.15.1
4222026-05-19T18:59:36.803Z Compiling equivalent v1.0.2
4232026-05-19T18:59:36.932Z Compiling hashbrown v0.17.0
4242026-05-19T18:59:36.951Z Compiling typeid v1.0.3
4252026-05-19T18:59:36.956Z Compiling proc-macro-error-attr v1.0.4
4262026-05-19T18:59:36.972Z Compiling usdt-impl v0.5.0
4272026-05-19T18:59:37.048Z Compiling winnow v0.7.14
4282026-05-19T18:59:37.051Z Compiling erased-serde v0.4.9
4292026-05-19T18:59:37.148Z Compiling toml_write v0.1.2
4302026-05-19T18:59:37.197Z Compiling syn v1.0.109
4312026-05-19T18:59:37.234Z Compiling proc-macro-error v1.0.4
4322026-05-19T18:59:37.274Z Compiling percent-encoding v2.3.2
4332026-05-19T18:59:37.295Z Compiling errno v0.3.14
4342026-05-19T18:59:37.316Z Compiling thread-id v4.2.2
4352026-05-19T18:59:37.415Z Compiling utf8_iter v1.0.4
4362026-05-19T18:59:37.478Z Compiling utf8parse v0.2.2
4372026-05-19T18:59:37.519Z Compiling thiserror v2.0.18
4382026-05-19T18:59:37.537Z Compiling plain v0.2.3
4392026-05-19T18:59:37.558Z Compiling indexmap v2.14.0
4402026-05-19T18:59:37.595Z Compiling camino v1.2.2
4412026-05-19T18:59:37.634Z Compiling getrandom v0.4.1
4422026-05-19T18:59:37.637Z Compiling log v0.4.29
4432026-05-19T18:59:37.637Z Compiling anstyle-parse v0.2.7
4442026-05-19T18:59:37.695Z Compiling form_urlencoded v1.2.2
4452026-05-19T18:59:37.864Z Compiling syn v2.0.117
4462026-05-19T18:59:37.882Z Compiling pest_meta v2.8.6
4472026-05-19T18:59:37.977Z Compiling anstyle-query v1.1.5
4482026-05-19T18:59:38.080Z Compiling ordered-float v2.10.1
4492026-05-19T18:59:38.116Z Compiling is_terminal_polyfill v1.70.2
4502026-05-19T18:59:38.120Z Compiling pretty-hex v0.4.1
4512026-05-19T18:59:38.143Z Compiling colorchoice v1.0.4
4522026-05-19T18:59:38.213Z Compiling anstyle v1.0.13
4532026-05-19T18:59:38.241Z Compiling cfg-if v1.0.4
4542026-05-19T18:59:38.374Z Compiling fs-err v3.3.0
4552026-05-19T18:59:38.377Z Compiling heck v0.5.0
4562026-05-19T18:59:38.377Z Compiling clap_lex v1.0.0
4572026-05-19T18:59:38.397Z Compiling strsim v0.11.1
4582026-05-19T18:59:38.464Z Compiling anstream v0.6.21
4592026-05-19T18:59:38.468Z Compiling heck v0.4.1
4602026-05-19T18:59:38.511Z Compiling terminal_size v0.4.3
4612026-05-19T18:59:38.566Z Compiling unicode-xid v0.2.6
4622026-05-19T18:59:38.675Z Compiling once_cell v1.21.3
4632026-05-19T18:59:38.696Z Compiling bytecount v0.6.9
4642026-05-19T18:59:38.718Z Compiling unicode-width v0.1.14
4652026-05-19T18:59:38.753Z Compiling fnv v1.0.7
4662026-05-19T18:59:38.766Z Compiling fastrand v2.3.0
4672026-05-19T18:59:38.779Z Compiling anyhow v1.0.102
4682026-05-19T18:59:38.799Z Compiling clap_builder v4.5.60
4692026-05-19T18:59:38.855Z Compiling memmap v0.7.0
4702026-05-19T18:59:38.875Z Compiling smawk v0.3.2
4712026-05-19T18:59:38.875Z Compiling unicode-width v0.2.0
4722026-05-19T18:59:38.914Z Compiling unicode-linebreak v0.1.5
4732026-05-19T18:59:39.062Z Compiling semver v1.0.28
4742026-05-19T18:59:39.081Z Compiling tempfile v3.25.0
4752026-05-19T18:59:39.088Z Compiling papergrid v0.11.0
4762026-05-19T18:59:39.190Z Compiling textwrap v0.16.2
4772026-05-19T18:59:39.401Z Compiling serde-untagged v0.1.9
4782026-05-19T18:59:39.447Z Compiling camino-tempfile v1.4.1
4792026-05-19T18:59:39.466Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-19T18:59:39.470Z Compiling swrite v0.1.0
4812026-05-19T18:59:39.815Z Compiling tabled_derive v0.7.0
4822026-05-19T18:59:40.540Z Compiling tabled v0.15.0
4832026-05-19T18:59:40.560Z Compiling synstructure v0.13.2
4842026-05-19T18:59:40.564Z Compiling pest_generator v2.8.6
4852026-05-19T18:59:41.176Z Compiling serde_derive v1.0.228
4862026-05-19T18:59:41.176Z Compiling zerofrom-derive v0.1.6
4872026-05-19T18:59:41.176Z Compiling yoke-derive v0.8.1
4882026-05-19T18:59:41.182Z Compiling zerovec-derive v0.11.2
4892026-05-19T18:59:41.182Z Compiling displaydoc v0.2.5
4902026-05-19T18:59:41.182Z Compiling thiserror-impl v1.0.69
4912026-05-19T18:59:41.182Z Compiling zerocopy-derive v0.7.35
4922026-05-19T18:59:41.182Z Compiling pest_derive v2.8.6
4932026-05-19T18:59:41.182Z Compiling scroll_derive v0.12.1
4942026-05-19T18:59:41.182Z Compiling thiserror-impl v2.0.18
4952026-05-19T18:59:41.182Z Compiling clap_derive v4.5.55
4962026-05-19T18:59:41.947Z Compiling zerocopy v0.7.35
4972026-05-19T18:59:42.019Z Compiling scroll v0.12.0
4982026-05-19T18:59:42.278Z Compiling goblin v0.8.2
4992026-05-19T18:59:42.404Z Compiling zerofrom v0.1.6
5002026-05-19T18:59:42.514Z Compiling yoke v0.8.1
5012026-05-19T18:59:42.530Z Compiling dtrace-parser v0.2.0
5022026-05-19T18:59:42.655Z Compiling clap v4.5.60
5032026-05-19T18:59:42.676Z Compiling zerovec v0.11.5
5042026-05-19T18:59:42.680Z Compiling zerotrie v0.2.3
5052026-05-19T18:59:43.152Z Compiling tinystr v0.8.2
5062026-05-19T18:59:43.152Z Compiling potential_utf v0.1.4
5072026-05-19T18:59:43.287Z Compiling icu_collections v2.1.1
5082026-05-19T18:59:43.306Z Compiling icu_locale_core v2.1.1
5092026-05-19T18:59:43.767Z Compiling toml_datetime v0.6.11
5102026-05-19T18:59:43.767Z Compiling serde_spanned v0.6.9
5112026-05-19T18:59:43.775Z Compiling serde-value v0.7.0
5122026-05-19T18:59:43.775Z Compiling cargo-platform v0.2.0
5132026-05-19T18:59:43.775Z Compiling macaddr v1.0.1
5142026-05-19T18:59:43.797Z Compiling dof v0.3.0
5152026-05-19T18:59:43.814Z Compiling serde_tokenstream v0.2.3
5162026-05-19T18:59:43.876Z Compiling icu_provider v2.1.1
5172026-05-19T18:59:43.948Z Compiling toml_edit v0.22.27
5182026-05-19T18:59:44.142Z Compiling icu_normalizer v2.1.1
5192026-05-19T18:59:44.146Z Compiling icu_properties v2.1.2
5202026-05-19T18:59:44.573Z Compiling usdt-attr-macro v0.5.0
5212026-05-19T18:59:44.577Z Compiling usdt-macro v0.5.0
5222026-05-19T18:59:44.975Z Compiling idna_adapter v1.2.1
5232026-05-19T18:59:45.083Z Compiling idna v1.1.0
5242026-05-19T18:59:45.221Z Compiling usdt v0.5.0
5252026-05-19T18:59:45.261Z Compiling toml v0.8.23
5262026-05-19T18:59:45.351Z Compiling url v2.5.8
5272026-05-19T18:59:45.601Z Compiling cargo_toml v0.21.0
5282026-05-19T18:59:45.752Z Compiling cargo-util-schemas v0.8.2
5292026-05-19T18:59:46.553Z Compiling cargo_metadata v0.21.0
5302026-05-19T18:59:47.487Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-19T18:59:49.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.50s
5322026-05-19T18:59:49.892Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-19T18:59:50.794Z Downloading crates ...
5342026-05-19T18:59:50.901Z Downloaded async-stream-impl v0.3.6
5352026-05-19T18:59:50.901Z Downloaded atomicwrites v0.4.4
5362026-05-19T18:59:50.901Z Downloaded compression-core v0.4.31
5372026-05-19T18:59:50.901Z Downloaded cstr-argument v0.1.2
5382026-05-19T18:59:50.901Z Downloaded base64 v0.22.1
5392026-05-19T18:59:50.901Z Downloaded const_format_proc_macros v0.2.34
5402026-05-19T18:59:50.901Z Downloaded crc32fast v1.5.0
5412026-05-19T18:59:50.901Z Downloaded cmake v0.1.57
5422026-05-19T18:59:50.902Z Downloaded adler2 v2.0.1
5432026-05-19T18:59:50.902Z Downloaded backoff v0.4.0
5442026-05-19T18:59:50.902Z Downloaded constant_time_eq v0.4.2
5452026-05-19T18:59:50.902Z Downloaded async-compression v0.4.41
5462026-05-19T18:59:50.902Z Downloaded bcs v0.1.6
5472026-05-19T18:59:50.902Z Downloaded daft v0.1.5
5482026-05-19T18:59:50.902Z Downloaded bit-set v0.5.3
5492026-05-19T18:59:50.902Z Downloaded base16ct v0.2.0
5502026-05-19T18:59:50.902Z Downloaded backon v1.6.0
5512026-05-19T18:59:50.902Z Downloaded darling v0.20.11
5522026-05-19T18:59:50.902Z Downloaded defmt v1.0.1
5532026-05-19T18:59:50.902Z Downloaded cargo-platform v0.1.9
5542026-05-19T18:59:50.902Z Downloaded diesel_table_macro_syntax v0.3.0
5552026-05-19T18:59:50.902Z Downloaded deranged v0.5.8
5562026-05-19T18:59:50.902Z Downloaded darling_macro v0.21.3
5572026-05-19T18:59:50.902Z Downloaded curve25519-dalek-derive v0.1.1
5582026-05-19T18:59:50.902Z Downloaded const-oid v0.9.6
5592026-05-19T18:59:50.902Z Downloaded bit-set v0.8.0
5602026-05-19T18:59:50.902Z Downloaded darling_macro v0.20.11
5612026-05-19T18:59:50.902Z Downloaded dirs-sys-next v0.1.2
5622026-05-19T18:59:50.902Z Downloaded critical-section v1.2.0
5632026-05-19T18:59:50.902Z Downloaded ciborium-ll v0.2.2
5642026-05-19T18:59:50.903Z Downloaded crossbeam-deque v0.8.6
5652026-05-19T18:59:50.903Z Downloaded daft-derive v0.1.5
5662026-05-19T18:59:50.903Z Downloaded derive_builder_macro v0.20.2
5672026-05-19T18:59:50.903Z Downloaded defmt-parser v1.0.0
5682026-05-19T18:59:50.903Z Downloaded bitfield v0.19.4
5692026-05-19T18:59:50.903Z Downloaded compression-codecs v0.4.37
5702026-05-19T18:59:50.903Z Downloaded der_derive v0.7.3
5712026-05-19T18:59:50.903Z Downloaded atomic-waker v1.1.2
5722026-05-19T18:59:50.903Z Downloaded aead v0.5.2
5732026-05-19T18:59:50.903Z Downloaded dtrace-parser v0.3.0
5742026-05-19T18:59:50.903Z Downloaded cobs v0.3.0
5752026-05-19T18:59:50.903Z Downloaded async-recursion v1.1.1
5762026-05-19T18:59:50.903Z Downloaded crossbeam-epoch v0.9.18
5772026-05-19T18:59:50.903Z Downloaded darling v0.23.0
5782026-05-19T18:59:50.903Z Downloaded dropshot_endpoint v0.16.7
5792026-05-19T18:59:50.903Z Downloaded document-features v0.2.12
5802026-05-19T18:59:50.903Z Downloaded embedded-io v0.6.1
5812026-05-19T18:59:50.903Z Downloaded assert_matches v1.5.0
5822026-05-19T18:59:50.903Z Downloaded array-init v0.0.4
5832026-05-19T18:59:50.903Z Downloaded block-padding v0.3.3
5842026-05-19T18:59:50.903Z Downloaded darling_macro v0.23.0
5852026-05-19T18:59:50.903Z Downloaded convert_case v0.4.0
5862026-05-19T18:59:50.903Z Downloaded cfg_aliases v0.1.1
5872026-05-19T18:59:50.903Z Downloaded difflib v0.4.0
5882026-05-19T18:59:50.904Z Downloaded ascii-canvas v3.0.0
5892026-05-19T18:59:50.904Z Downloaded crc8 v0.1.1
5902026-05-19T18:59:50.904Z Downloaded castaway v0.2.4
5912026-05-19T18:59:50.904Z Downloaded ctr v0.9.2
5922026-05-19T18:59:50.904Z Downloaded foreign-types v0.5.0
5932026-05-19T18:59:50.904Z Downloaded ciborium-io v0.2.2
5942026-05-19T18:59:50.904Z Downloaded cfg_aliases v0.2.1
5952026-05-19T18:59:50.904Z Downloaded dsl_auto_type v0.2.0
5962026-05-19T18:59:50.904Z Downloaded embedded-io v0.4.0
5972026-05-19T18:59:50.904Z Downloaded crunchy v0.2.4
5982026-05-19T18:59:50.904Z Downloaded atty v0.2.14
5992026-05-19T18:59:50.904Z Downloaded foreign-types v0.3.2
6002026-05-19T18:59:50.904Z Downloaded data-encoding v2.10.0
6012026-05-19T18:59:50.904Z Downloaded crc v3.4.0
6022026-05-19T18:59:50.904Z Downloaded bitfield-macros v0.19.4
6032026-05-19T18:59:50.904Z Downloaded fd-lock v4.0.4
6042026-05-19T18:59:50.904Z Downloaded bitfield-struct v0.6.2
6052026-05-19T18:59:50.904Z Downloaded cassowary v0.3.0
6062026-05-19T18:59:50.904Z Downloaded bb8 v0.8.6
6072026-05-19T18:59:50.904Z Downloaded byte-wrapper v0.1.0
6082026-05-19T18:59:50.904Z Downloaded chacha20 v0.9.1
6092026-05-19T18:59:50.904Z Downloaded float-ord v0.3.2
6102026-05-19T18:59:50.904Z Downloaded base64ct v1.8.3
6112026-05-19T18:59:50.904Z Downloaded downcast-rs v2.0.2
6122026-05-19T18:59:50.904Z Downloaded buf-list v1.1.2
6132026-05-19T18:59:50.905Z Downloaded defmt v0.3.100
6142026-05-19T18:59:50.905Z Downloaded debug-ignore v1.0.5
6152026-05-19T18:59:50.905Z Downloaded dunce v1.0.5
6162026-05-19T18:59:50.905Z Downloaded bcrypt-pbkdf v0.10.0
6172026-05-19T18:59:50.905Z Downloaded async-stream v0.3.6
6182026-05-19T18:59:50.905Z Downloaded crc-catalog v2.4.0
6192026-05-19T18:59:50.905Z Downloaded float-cmp v0.10.0
6202026-05-19T18:59:50.905Z Downloaded enum-as-inner v0.6.1
6212026-05-19T18:59:50.905Z Downloaded display-error-chain v0.2.2
6222026-05-19T18:59:50.905Z Downloaded cpufeatures v0.3.0
6232026-05-19T18:59:50.905Z Downloaded dyn-clone v1.0.20
6242026-05-19T18:59:50.905Z Downloaded arrayref v0.3.9
6252026-05-19T18:59:50.905Z Downloaded ena v0.14.4
6262026-05-19T18:59:50.905Z Downloaded defmt-macros v1.0.1
6272026-05-19T18:59:50.905Z Downloaded fixedbitset v0.5.7
6282026-05-19T18:59:50.905Z Downloaded futures-sink v0.3.32
6292026-05-19T18:59:50.905Z Downloaded foreign-types-macros v0.2.3
6302026-05-19T18:59:50.905Z Downloaded futures-io v0.3.32
6312026-05-19T18:59:50.905Z Downloaded crucible-workspace-hack v0.1.0
6322026-05-19T18:59:50.905Z Downloaded futures-macro v0.3.32
6332026-05-19T18:59:50.905Z Downloaded futures-core v0.3.32
6342026-05-19T18:59:50.964Z Downloaded funty v2.0.0
6352026-05-19T18:59:50.964Z Downloaded foreign-types-shared v0.3.1
6362026-05-19T18:59:50.964Z Downloaded flagset v0.4.7
6372026-05-19T18:59:50.964Z Downloaded git-stub v1.0.0
6382026-05-19T18:59:50.964Z Downloaded headers-core v0.3.0
6392026-05-19T18:59:50.965Z Downloaded gethostname v0.5.0
6402026-05-19T18:59:50.965Z Downloaded futures-task v0.3.32
6412026-05-19T18:59:50.965Z Downloaded bit-vec v0.8.0
6422026-05-19T18:59:50.965Z Downloaded dropshot-api-manager-types v0.7.1
6432026-05-19T18:59:50.965Z Downloaded dirs-next v2.0.0
6442026-05-19T18:59:50.965Z Downloaded ghash v0.5.1
6452026-05-19T18:59:50.965Z Downloaded cbc v0.1.2
6462026-05-19T18:59:50.965Z Downloaded argon2 v0.5.3
6472026-05-19T18:59:50.965Z Downloaded compact_str v0.8.1
6482026-05-19T18:59:50.965Z Downloaded cipher v0.4.4
6492026-05-19T18:59:50.965Z Downloaded cexpr v0.6.0
6502026-05-19T18:59:50.965Z Downloaded convert_case v0.10.0
6512026-05-19T18:59:50.965Z Downloaded hex v0.4.3
6522026-05-19T18:59:50.965Z Downloaded hash32 v0.2.1
6532026-05-19T18:59:50.965Z Downloaded dof v0.4.0
6542026-05-19T18:59:50.965Z Downloaded hash32 v0.3.1
6552026-05-19T18:59:50.966Z Downloaded env_filter v1.0.0
6562026-05-19T18:59:50.966Z Downloaded bzip2 v0.4.4
6572026-05-19T18:59:50.966Z Downloaded endian-type v0.1.2
6582026-05-19T18:59:50.966Z Downloaded corncobs v0.1.4
6592026-05-19T18:59:50.966Z Downloaded bit-vec v0.6.3
6602026-05-19T18:59:50.966Z Downloaded base64 v0.21.7
6612026-05-19T18:59:50.966Z Downloaded ff v0.13.1
6622026-05-19T18:59:50.966Z Downloaded bitflags v1.3.2
6632026-05-19T18:59:50.966Z Downloaded hubpack_derive v0.1.1
6642026-05-19T18:59:50.966Z Downloaded httpdate v1.0.3
6652026-05-19T18:59:50.966Z Downloaded filetime v0.2.27
6662026-05-19T18:59:50.966Z Downloaded blowfish v0.9.1
6672026-05-19T18:59:50.966Z Downloaded http-range v0.1.5
6682026-05-19T18:59:50.966Z Downloaded flume v0.11.1
6692026-05-19T18:59:50.966Z Downloaded fixedbitset v0.4.2
6702026-05-19T18:59:50.966Z Downloaded cargo_metadata v0.19.2
6712026-05-19T18:59:50.966Z Downloaded foldhash v0.1.5
6722026-05-19T18:59:50.967Z Downloaded arrayvec v0.7.6
6732026-05-19T18:59:50.967Z Downloaded erased-serde v0.3.31
6742026-05-19T18:59:50.967Z Downloaded ed25519 v2.2.3
6752026-05-19T18:59:50.967Z Downloaded darling v0.21.3
6762026-05-19T18:59:50.967Z Downloaded async-trait v0.1.89
6772026-05-19T18:59:50.967Z Downloaded hostname v0.4.2
6782026-05-19T18:59:50.967Z Downloaded darling_core v0.23.0
6792026-05-19T18:59:50.967Z Downloaded http-body v1.0.1
6802026-05-19T18:59:50.967Z Downloaded glob v0.3.3
6812026-05-19T18:59:50.967Z Downloaded hostname v0.3.1
6822026-05-19T18:59:50.967Z Downloaded hex-literal v0.4.1
6832026-05-19T18:59:50.967Z Downloaded home v0.5.12
6842026-05-19T18:59:50.967Z Downloaded ident_case v1.0.1
6852026-05-19T18:59:50.967Z Downloaded hubpack v0.1.2
6862026-05-19T18:59:50.967Z Downloaded indent_write v2.2.0
6872026-05-19T18:59:50.967Z Downloaded globwalk v0.9.1
6882026-05-19T18:59:50.968Z Downloaded fxhash v0.2.1
6892026-05-19T18:59:50.968Z Downloaded fs-err v2.11.0
6902026-05-19T18:59:50.968Z Downloaded console v0.15.11
6912026-05-19T18:59:50.968Z Downloaded fatfs v0.3.6
6922026-05-19T18:59:50.968Z Downloaded foreign-types-shared v0.1.1
6932026-05-19T18:59:50.968Z Downloaded clang-sys v1.8.1
6942026-05-19T18:59:50.968Z Downloaded find-msvc-tools v0.1.9
6952026-05-19T18:59:50.968Z Downloaded async-bb8-diesel v0.2.1
6962026-05-19T18:59:50.968Z Downloaded darling_core v0.20.11
6972026-05-19T18:59:50.968Z Downloaded group v0.13.0
6982026-05-19T18:59:50.968Z Downloaded git-stub-vcs v0.1.0
6992026-05-19T18:59:50.968Z Downloaded indoc v1.0.9
7002026-05-19T18:59:50.968Z Downloaded instant v0.1.13
7012026-05-19T18:59:50.968Z Downloaded inout v0.1.4
7022026-05-19T18:59:50.968Z Downloaded diesel-dtrace v0.5.0
7032026-05-19T18:59:50.968Z Downloaded csv-core v0.1.13
7042026-05-19T18:59:50.968Z Downloaded cookie_store v0.22.1
7052026-05-19T18:59:50.968Z Downloaded ciborium v0.2.2
7062026-05-19T18:59:50.968Z Downloaded internet-checksum v0.2.1
7072026-05-19T18:59:50.968Z Downloaded highway v1.3.0
7082026-05-19T18:59:50.968Z Downloaded foldhash v0.2.0
7092026-05-19T18:59:50.968Z Downloaded keccak v0.1.6
7102026-05-19T18:59:50.968Z Downloaded is-terminal v0.4.17
7112026-05-19T18:59:50.968Z Downloaded env_logger v0.11.9
7122026-05-19T18:59:50.968Z Downloaded lazy_static v1.5.0
7132026-05-19T18:59:50.968Z Downloaded kstat-rs v0.2.4
7142026-05-19T18:59:50.969Z Downloaded either v1.15.0
7152026-05-19T18:59:50.969Z Downloaded ecdsa v0.16.9
7162026-05-19T18:59:50.969Z Downloaded ahash v0.8.12
7172026-05-19T18:59:50.969Z Downloaded drift v0.1.4
7182026-05-19T18:59:50.969Z Downloaded humantime v2.3.0
7192026-05-19T18:59:50.969Z Downloaded hyper-staticfile v0.10.1
7202026-05-19T18:59:50.969Z Downloaded cancel-safe-futures v0.1.5
7212026-05-19T18:59:50.969Z Downloaded crossbeam-utils v0.8.21
7222026-05-19T18:59:50.969Z Downloaded colored v3.1.1
7232026-05-19T18:59:50.969Z Downloaded is_ci v1.2.0
7242026-05-19T18:59:50.969Z Downloaded chacha20 v0.10.0
7252026-05-19T18:59:50.969Z Downloaded futures-channel v0.3.32
7262026-05-19T18:59:50.969Z Downloaded globset v0.4.18
7272026-05-19T18:59:50.969Z Downloaded hyper-tls v0.6.0
7282026-05-19T18:59:50.969Z Downloaded fs_extra v1.3.0
7292026-05-19T18:59:50.969Z Downloaded http-body-util v0.1.3
7302026-05-19T18:59:50.969Z Downloaded futures-executor v0.3.32
7312026-05-19T18:59:50.969Z Downloaded linked-hash-map v0.5.6
7322026-05-19T18:59:50.969Z Downloaded lalrpop-util v0.19.12
7332026-05-19T18:59:50.969Z Downloaded colored v2.2.0
7342026-05-19T18:59:51.009Z Downloaded fallible-iterator v0.2.0
7352026-05-19T18:59:51.009Z Downloaded lru-cache v0.1.2
7362026-05-19T18:59:51.009Z Downloaded ingot v0.1.1
7372026-05-19T18:59:51.009Z Downloaded derive_builder v0.20.2
7382026-05-19T18:59:51.009Z Downloaded mime v0.3.17
7392026-05-19T18:59:51.010Z Downloaded impl-trait-for-tuples v0.2.3
7402026-05-19T18:59:51.010Z Downloaded getrandom v0.2.17
7412026-05-19T18:59:51.010Z Downloaded derive_builder_core v0.20.2
7422026-05-19T18:59:51.010Z Downloaded ingot-types v0.1.2
7432026-05-19T18:59:51.010Z Downloaded libscf-sys v1.2.0
7442026-05-19T18:59:51.010Z Downloaded blake2 v0.10.6
7452026-05-19T18:59:51.010Z Downloaded managed v0.8.0
7462026-05-19T18:59:51.010Z Downloaded instability v0.3.11
7472026-05-19T18:59:51.010Z Downloaded diff v0.1.13
7482026-05-19T18:59:51.010Z Downloaded camino-tempfile-ext v0.3.3
7492026-05-19T18:59:51.010Z Downloaded bzip2 v0.6.1
7502026-05-19T18:59:51.010Z Downloaded ipnetwork v0.21.1
7512026-05-19T18:59:51.010Z Downloaded memoffset v0.9.1
7522026-05-19T18:59:51.010Z Downloaded dropshot_endpoint v0.17.0
7532026-05-19T18:59:51.010Z Downloaded des v0.8.1
7542026-05-19T18:59:51.010Z Downloaded indoc v2.0.7
7552026-05-19T18:59:51.010Z Downloaded newtype_derive v0.1.6
7562026-05-19T18:59:51.010Z Downloaded newtype-uuid-macros v0.1.0
7572026-05-19T18:59:51.010Z Downloaded newline-converter v0.3.0
7582026-05-19T18:59:51.010Z Downloaded new_debug_unreachable v1.0.6
7592026-05-19T18:59:51.011Z Downloaded maybe-uninit v2.0.0
7602026-05-19T18:59:51.011Z Downloaded maplit v1.0.2
7612026-05-19T18:59:51.011Z Downloaded lzss v0.8.2
7622026-05-19T18:59:51.011Z Downloaded derive_more v0.99.20
7632026-05-19T18:59:51.011Z Downloaded jobserver v0.1.34
7642026-05-19T18:59:51.011Z Downloaded normalize-line-endings v0.3.0
7652026-05-19T18:59:51.011Z Downloaded libloading v0.8.9
7662026-05-19T18:59:51.011Z Downloaded num v0.4.3
7672026-05-19T18:59:51.011Z Downloaded elliptic-curve v0.13.8
7682026-05-19T18:59:51.011Z Downloaded derive-where v1.6.0
7692026-05-19T18:59:51.011Z Downloaded nodrop v0.1.14
7702026-05-19T18:59:51.011Z Downloaded iana-time-zone v0.1.65
7712026-05-19T18:59:51.011Z Downloaded olpc-cjson v0.1.4
7722026-05-19T18:59:51.011Z Downloaded derive_more v2.1.1
7732026-05-19T18:59:51.011Z Downloaded num-conv v0.2.0
7742026-05-19T18:59:51.011Z Downloaded nonempty v0.12.0
7752026-05-19T18:59:51.011Z Downloaded hyper-rustls v0.27.7
7762026-05-19T18:59:51.011Z Downloaded num_threads v0.1.7
7772026-05-19T18:59:51.011Z Downloaded num-iter v0.1.45
7782026-05-19T18:59:51.011Z Downloaded libsw-core v0.3.2
7792026-05-19T18:59:51.011Z Downloaded httparse v1.10.1
7802026-05-19T18:59:51.011Z Downloaded num_enum_derive v0.5.11
7812026-05-19T18:59:51.012Z Downloaded lru-slab v0.1.2
7822026-05-19T18:59:51.012Z Downloaded lock_api v0.4.14
7832026-05-19T18:59:51.012Z Downloaded libefi-sys v0.1.0
7842026-05-19T18:59:51.012Z Downloaded derive-ex v0.1.8
7852026-05-19T18:59:51.012Z Downloaded ingot-macros v0.1.1
7862026-05-19T18:59:51.012Z Downloaded opaque-debug v0.3.1
7872026-05-19T18:59:51.012Z Downloaded linear-map v1.2.0
7882026-05-19T18:59:51.012Z Downloaded getrandom v0.3.4
7892026-05-19T18:59:51.012Z Downloaded half v2.7.1
7902026-05-19T18:59:51.012Z Downloaded crc-any v2.5.0
7912026-05-19T18:59:51.012Z Downloaded lru v0.12.5
7922026-05-19T18:59:51.012Z Downloaded console v0.16.2
7932026-05-19T18:59:51.012Z Downloaded libsw v3.5.0
7942026-05-19T18:59:51.012Z Downloaded ipnet v2.11.0
7952026-05-19T18:59:51.012Z Downloaded const_format v0.2.35
7962026-05-19T18:59:51.012Z Downloaded openssl-probe v0.2.1
7972026-05-19T18:59:51.012Z Downloaded openssl-macros v0.1.1
7982026-05-19T18:59:51.012Z Downloaded half v1.8.3
7992026-05-19T18:59:51.012Z Downloaded md5 v0.7.0
8002026-05-19T18:59:51.012Z Downloaded md-5 v0.10.6
8012026-05-19T18:59:51.012Z Downloaded match_cfg v0.1.0
8022026-05-19T18:59:51.012Z Downloaded mime_guess v2.0.5
8032026-05-19T18:59:51.012Z Downloaded packed_struct_codegen v0.10.1
8042026-05-19T18:59:51.012Z Downloaded darling_core v0.21.3
8052026-05-19T18:59:51.012Z Downloaded chacha20poly1305 v0.10.1
8062026-05-19T18:59:51.012Z Downloaded newtype-uuid v1.3.2
8072026-05-19T18:59:51.012Z Downloaded pbkdf2 v0.12.2
8082026-05-19T18:59:51.013Z Downloaded path-slash v0.1.5
8092026-05-19T18:59:51.013Z Downloaded parse-size v1.1.0
8102026-05-19T18:59:51.013Z Downloaded num-integer v0.1.46
8112026-05-19T18:59:51.013Z Downloaded num-derive v0.4.2
8122026-05-19T18:59:51.013Z Downloaded num-complex v0.4.6
8132026-05-19T18:59:51.013Z Downloaded num-rational v0.4.2
8142026-05-19T18:59:51.013Z Downloaded parse-display v0.10.0
8152026-05-19T18:59:51.013Z Downloaded nanorand v0.7.0
8162026-05-19T18:59:51.013Z Downloaded multer v3.1.0
8172026-05-19T18:59:51.013Z Downloaded nu-ansi-term v0.50.3
8182026-05-19T18:59:51.013Z Downloaded peg-runtime v0.8.5
8192026-05-19T18:59:51.013Z Downloaded num_enum_derive v0.7.5
8202026-05-19T18:59:51.013Z Downloaded nibble_vec v0.1.0
8212026-05-19T18:59:51.013Z Downloaded num_enum v0.7.5
8222026-05-19T18:59:51.013Z Downloaded phf_shared v0.13.1
8232026-05-19T18:59:51.013Z Downloaded phf_shared v0.11.3
8242026-05-19T18:59:51.013Z Downloaded cookie v0.18.1
8252026-05-19T18:59:51.013Z Downloaded pin-utils v0.1.0
8262026-05-19T18:59:51.013Z Downloaded arc-swap v1.8.2
8272026-05-19T18:59:51.090Z Downloaded phf_shared v0.12.1
8282026-05-19T18:59:51.090Z Downloaded num_enum v0.5.11
8292026-05-19T18:59:51.091Z Downloaded litrs v1.0.0
8302026-05-19T18:59:51.091Z Downloaded indexmap v1.9.3
8312026-05-19T18:59:51.091Z Downloaded precomputed-hash v0.1.1
8322026-05-19T18:59:51.091Z Downloaded ar_archive_writer v0.5.1
8332026-05-19T18:59:51.091Z Downloaded powerfmt v0.2.0
8342026-05-19T18:59:51.091Z Downloaded owo-colors v4.3.0
8352026-05-19T18:59:51.091Z Downloaded proc-macro-error-attr2 v2.0.0
8362026-05-19T18:59:51.091Z Downloaded oxnet v0.1.4
8372026-05-19T18:59:51.091Z Downloaded native-tls v0.2.18
8382026-05-19T18:59:51.091Z Downloaded multimap v0.10.1
8392026-05-19T18:59:51.091Z Downloaded heapless v0.8.0
8402026-05-19T18:59:51.091Z Downloaded packed_struct v0.10.1
8412026-05-19T18:59:51.091Z Downloaded progenitor-client v0.11.2
8422026-05-19T18:59:51.091Z Downloaded crossbeam-channel v0.5.15
8432026-05-19T18:59:51.091Z Downloaded proc-macro-crate v3.4.0
8442026-05-19T18:59:51.092Z Downloaded proc-macro-crate v1.3.1
8452026-05-19T18:59:51.092Z Downloaded progenitor-client v0.14.0
8462026-05-19T18:59:51.092Z Downloaded oxide-tokio-rt v0.1.4
8472026-05-19T18:59:51.092Z Downloaded parking_lot_core v0.8.6
8482026-05-19T18:59:51.092Z Downloaded predicates-tree v1.0.13
8492026-05-19T18:59:51.092Z Downloaded predicates-core v1.0.10
8502026-05-19T18:59:51.092Z Downloaded oso-derive v0.27.3
8512026-05-19T18:59:51.092Z Downloaded openssl-probe v0.1.6
8522026-05-19T18:59:51.092Z Downloaded heapless v0.7.17
8532026-05-19T18:59:51.092Z Downloaded progenitor-macro v0.11.2
8542026-05-19T18:59:51.092Z Downloaded psl-types v2.0.11
8552026-05-19T18:59:51.092Z Downloaded progenitor-macro v0.14.0
8562026-05-19T18:59:51.092Z Downloaded progenitor-macro v0.10.0
8572026-05-19T18:59:51.092Z Downloaded progenitor-client v0.10.0
8582026-05-19T18:59:51.093Z Downloaded peg v0.8.5
8592026-05-19T18:59:51.093Z Downloaded progenitor-macro v0.13.0
8602026-05-19T18:59:51.135Z Downloaded ignore v0.4.25
8612026-05-19T18:59:51.135Z Downloaded hmac v0.12.1
8622026-05-19T18:59:51.135Z Downloaded pin-project-lite v0.2.17
8632026-05-19T18:59:51.135Z Downloaded pem v3.0.6
8642026-05-19T18:59:51.135Z Downloaded phf v0.12.1
8652026-05-19T18:59:51.135Z Downloaded bytes v1.11.1
8662026-05-19T18:59:51.135Z Downloaded bumpalo v3.20.2
8672026-05-19T18:59:51.135Z Downloaded omicron-zone-package v0.12.2
8682026-05-19T18:59:51.135Z Downloaded predicates v3.1.4
8692026-05-19T18:59:51.135Z Downloaded ppv-lite86 v0.2.21
8702026-05-19T18:59:51.135Z Downloaded postgres-protocol v0.6.10
8712026-05-19T18:59:51.135Z Downloaded polyval v0.6.2
8722026-05-19T18:59:51.136Z Downloaded poly1305 v0.8.0
8732026-05-19T18:59:51.136Z Downloaded der v0.7.10
8742026-05-19T18:59:51.136Z Downloaded indicatif v0.18.4
8752026-05-19T18:59:51.136Z Downloaded rand_xorshift v0.4.0
8762026-05-19T18:59:51.136Z Downloaded rand_chacha v0.3.1
8772026-05-19T18:59:51.136Z Downloaded quick-error v1.2.3
8782026-05-19T18:59:51.136Z Downloaded radium v0.7.0
8792026-05-19T18:59:51.136Z Downloaded memmap2 v0.9.10
8802026-05-19T18:59:51.136Z Downloaded cc v1.2.56
8812026-05-19T18:59:51.137Z Downloaded flate2 v1.1.9
8822026-05-19T18:59:51.137Z Downloaded dropshot-api-manager v0.7.1
8832026-05-19T18:59:51.137Z Downloaded progenitor v0.10.0
8842026-05-19T18:59:51.137Z Downloaded proc-macro-error2 v2.0.1
8852026-05-19T18:59:51.137Z Downloaded progenitor-extras v0.2.0
8862026-05-19T18:59:51.137Z Downloaded parking_lot v0.11.2
8872026-05-19T18:59:51.137Z Downloaded recursive v0.1.1
8882026-05-19T18:59:51.137Z Downloaded progenitor-client v0.13.0
8892026-05-19T18:59:51.137Z Downloaded password-hash v0.5.0
8902026-05-19T18:59:51.137Z Downloaded password-hash v0.4.2
8912026-05-19T18:59:51.138Z Downloaded progenitor v0.11.2
8922026-05-19T18:59:51.138Z Downloaded primeorder v0.13.6
8932026-05-19T18:59:51.138Z Downloaded parking_lot_core v0.9.12
8942026-05-19T18:59:51.138Z Downloaded crypto-bigint v0.5.5
8952026-05-19T18:59:51.138Z Downloaded ref-cast-impl v1.0.25
8962026-05-19T18:59:51.138Z Downloaded ref-cast v1.0.25
8972026-05-19T18:59:51.138Z Downloaded progenitor v0.14.0
8982026-05-19T18:59:51.138Z Downloaded pem-rfc7468 v0.7.0
8992026-05-19T18:59:51.138Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-05-19T18:59:51.138Z Downloaded progenitor v0.13.0
9012026-05-19T18:59:51.138Z Downloaded hickory-resolver v0.25.2
9022026-05-19T18:59:51.138Z Downloaded pkg-config v0.3.32
9032026-05-19T18:59:51.138Z Downloaded postcard v1.1.3
9042026-05-19T18:59:51.138Z Downloaded pkcs1 v0.7.5
9052026-05-19T18:59:51.138Z Downloaded pin-project-internal v1.1.11
9062026-05-19T18:59:51.139Z Downloaded rfc6979 v0.4.0
9072026-05-19T18:59:51.139Z Downloaded pkcs8 v0.10.2
9082026-05-19T18:59:51.139Z Downloaded allocator-api2 v0.2.21
9092026-05-19T18:59:51.139Z Downloaded rustc-hash v2.1.1
9102026-05-19T18:59:51.139Z Downloaded pkcs5 v0.7.1
9112026-05-19T18:59:51.139Z Downloaded phf v0.13.1
9122026-05-19T18:59:51.139Z Downloaded peg-macros v0.8.5
9132026-05-19T18:59:51.139Z Downloaded pbkdf2 v0.11.0
9142026-05-19T18:59:51.139Z Downloaded russh-cryptovec v0.7.3
9152026-05-19T18:59:51.139Z Downloaded paste v1.0.15
9162026-05-19T18:59:51.160Z Downloaded postgres-types v0.2.12
9172026-05-19T18:59:51.160Z Downloaded diesel_derives v2.3.7
9182026-05-19T18:59:51.160Z Downloaded hashbrown v0.12.3
9192026-05-19T18:59:51.160Z Downloaded rustc_version v0.1.7
9202026-05-19T18:59:51.160Z Downloaded oso v0.27.3
9212026-05-19T18:59:51.160Z Downloaded expectorate v1.2.0
9222026-05-19T18:59:51.160Z Downloaded p256 v0.13.2
9232026-05-19T18:59:51.160Z Downloaded rand_core v0.9.5
9242026-05-19T18:59:51.160Z Downloaded r2d2 v0.8.10
9252026-05-19T18:59:51.160Z Downloaded derive_more-impl v2.1.1
9262026-05-19T18:59:51.160Z Downloaded salsa20 v0.10.2
9272026-05-19T18:59:51.160Z Downloaded rand_seeder v0.4.0
9282026-05-19T18:59:51.160Z Downloaded rand_core v0.10.0
9292026-05-19T18:59:51.160Z Downloaded rand_core v0.6.4
9302026-05-19T18:59:51.161Z Downloaded same-file v1.0.6
9312026-05-19T18:59:51.161Z Downloaded papergrid v0.17.0
9322026-05-19T18:59:51.161Z Downloaded sapling-renderdag v0.1.0
9332026-05-19T18:59:51.161Z Downloaded ed25519-dalek v2.2.0
9342026-05-19T18:59:51.161Z Downloaded parse-display-derive v0.10.0
9352026-05-19T18:59:51.161Z Downloaded libbz2-rs-sys v0.2.2
9362026-05-19T18:59:51.161Z Downloaded headers v0.4.1
9372026-05-19T18:59:51.161Z Downloaded scheduled-thread-pool v0.2.7
9382026-05-19T18:59:51.161Z Downloaded scopeguard v1.2.0
9392026-05-19T18:59:51.161Z Downloaded miniz_oxide v0.8.9
9402026-05-19T18:59:51.161Z Downloaded serde_bytes v0.11.19
9412026-05-19T18:59:51.282Z Downloaded secrecy v0.8.0
9422026-05-19T18:59:51.282Z Downloaded secrecy v0.10.3
9432026-05-19T18:59:51.282Z Downloaded parking_lot v0.12.5
9442026-05-19T18:59:51.282Z Downloaded seq-macro v0.3.6
9452026-05-19T18:59:51.282Z Downloaded scrypt v0.11.0
9462026-05-19T18:59:51.282Z Downloaded scroll_derive v0.13.1
9472026-05-19T18:59:51.282Z Downloaded futures v0.3.32
9482026-05-19T18:59:51.282Z Downloaded serde_spanned v1.0.4
9492026-05-19T18:59:51.282Z Downloaded resolv-conf v0.7.6
9502026-05-19T18:59:51.283Z Downloaded psm v0.1.30
9512026-05-19T18:59:51.283Z Downloaded serde_plain v1.0.2
9522026-05-19T18:59:51.283Z Downloaded rtoolbox v0.0.3
9532026-05-19T18:59:51.283Z Downloaded serde-big-array v0.5.1
9542026-05-19T18:59:51.283Z Downloaded pin-project v1.1.11
9552026-05-19T18:59:51.309Z Downloaded rustc_version v0.4.1
9562026-05-19T18:59:51.316Z Downloaded aes v0.8.4
9572026-05-19T18:59:51.316Z Downloaded serde_repr v0.1.20
9582026-05-19T18:59:51.316Z Downloaded prefix-trie v0.7.0
9592026-05-19T18:59:51.316Z Downloaded hickory-resolver v0.24.4
9602026-05-19T18:59:51.316Z Downloaded openssl-sys v0.9.115
9612026-05-19T18:59:51.316Z Downloaded quinn-udp v0.5.14
9622026-05-19T18:59:51.317Z Downloaded rustls-native-certs v0.8.3
9632026-05-19T18:59:51.317Z Downloaded serde_urlencoded v0.7.1
9642026-05-19T18:59:51.318Z Downloaded shell-words v1.1.1
9652026-05-19T18:59:51.318Z Downloaded sha1 v0.10.6
9662026-05-19T18:59:51.318Z Downloaded signal-hook-mio v0.2.5
9672026-05-19T18:59:51.318Z Downloaded semver v0.1.20
9682026-05-19T18:59:51.318Z Downloaded signature v2.2.0
9692026-05-19T18:59:51.318Z Downloaded rand_chacha v0.9.0
9702026-05-19T18:59:51.318Z Downloaded progenitor-impl v0.13.0
9712026-05-19T18:59:51.318Z Downloaded sigpipe v0.1.3
9722026-05-19T18:59:51.318Z Downloaded signal-hook-tokio v0.3.1
9732026-05-19T18:59:51.318Z Downloaded rusty-fork v0.3.1
9742026-05-19T18:59:51.318Z Downloaded rustls-pemfile v2.2.0
9752026-05-19T18:59:51.318Z Downloaded slog-bunyan v2.5.0
9762026-05-19T18:59:51.318Z Downloaded progenitor-impl v0.11.2
9772026-05-19T18:59:51.319Z Downloaded hickory-server v0.25.2
9782026-05-19T18:59:51.319Z Downloaded slog-envlogger v2.2.0
9792026-05-19T18:59:51.319Z Downloaded rustls-pemfile v1.0.4
9802026-05-19T18:59:51.319Z Downloaded schemars_derive v0.8.22
9812026-05-19T18:59:51.319Z Downloaded jiff-static v0.2.21
9822026-05-19T18:59:51.319Z Downloaded crossterm v0.28.1
9832026-05-19T18:59:51.319Z Downloaded rustversion v1.0.22
9842026-05-19T18:59:51.319Z Downloaded sec1 v0.7.3
9852026-05-19T18:59:51.319Z Downloaded sct v0.7.1
9862026-05-19T18:59:51.320Z Downloaded scroll v0.13.0
9872026-05-19T18:59:51.320Z Downloaded progenitor-impl v0.10.0
9882026-05-19T18:59:51.320Z Downloaded serde-hex v0.1.0
9892026-05-19T18:59:51.320Z Downloaded hyper-util v0.1.20
9902026-05-19T18:59:51.320Z Downloaded serde_path_to_error v0.1.20
9912026-05-19T18:59:51.320Z Downloaded russh-keys v0.45.0
9922026-05-19T18:59:51.321Z Downloaded sqlparser_derive v0.5.0
9932026-05-19T18:59:51.321Z Downloaded ssh-cipher v0.2.0
9942026-05-19T18:59:51.321Z Downloaded hashbrown v0.13.2
9952026-05-19T18:59:51.321Z Downloaded shlex v1.3.0
9962026-05-19T18:59:51.321Z Downloaded minimal-lexical v0.2.1
9972026-05-19T18:59:51.321Z Downloaded ssh-encoding v0.2.0
9982026-05-19T18:59:51.321Z Downloaded subtle v2.6.1
9992026-05-19T18:59:51.321Z Downloaded sync-ptr v0.1.4
10002026-05-19T18:59:51.321Z Downloaded structmeta v0.3.0
10012026-05-19T18:59:51.321Z Downloaded strip-ansi-escapes v0.2.1
10022026-05-19T18:59:51.322Z Downloaded pretty_assertions v1.4.1
10032026-05-19T18:59:51.322Z Downloaded rcgen v0.12.1
10042026-05-19T18:59:51.322Z Downloaded simd-adler32 v0.3.8
10052026-05-19T18:59:51.322Z Downloaded slog-scope v4.4.1
10062026-05-19T18:59:51.322Z Downloaded http v1.4.0
10072026-05-19T18:59:51.322Z Downloaded signal-hook-registry v1.4.8
10082026-05-19T18:59:51.322Z Downloaded strum v0.26.3
10092026-05-19T18:59:51.322Z Downloaded structmeta-derive v0.3.0
10102026-05-19T18:59:51.322Z Downloaded slab v0.4.12
10112026-05-19T18:59:51.322Z Downloaded strum v0.27.2
10122026-05-19T18:59:51.346Z Downloaded slog-async v2.8.0
10132026-05-19T18:59:51.346Z Downloaded siphasher v1.0.2
10142026-05-19T18:59:51.346Z Downloaded smallvec v0.6.14
10152026-05-19T18:59:51.346Z Downloaded itertools v0.10.5
10162026-05-19T18:59:51.346Z Downloaded tap v1.0.1
10172026-05-19T18:59:51.346Z Downloaded take_mut v0.2.2
10182026-05-19T18:59:51.347Z Downloaded tabwriter v1.4.1
10192026-05-19T18:59:51.347Z Downloaded slog-json v2.6.1
10202026-05-19T18:59:51.347Z Downloaded serde_cbor v0.11.2
10212026-05-19T18:59:51.347Z Downloaded tagptr v0.2.0
10222026-05-19T18:59:51.347Z Downloaded sync_wrapper v1.0.2
10232026-05-19T18:59:51.347Z Downloaded smf v0.2.3
10242026-05-19T18:59:51.347Z Downloaded slog-stdlog v4.1.1
10252026-05-19T18:59:51.347Z Downloaded serde_derive_internals v0.29.1
10262026-05-19T18:59:51.347Z Downloaded slog-term v2.9.2
10272026-05-19T18:59:51.347Z Downloaded aes-gcm v0.10.3
10282026-05-19T18:59:51.347Z Downloaded tabled_derive v0.11.0
10292026-05-19T18:59:51.347Z Downloaded slog-dtrace v0.3.0
10302026-05-19T18:59:51.347Z Downloaded progenitor-impl v0.14.0
10312026-05-19T18:59:51.347Z Downloaded termtree v0.5.1
10322026-05-19T18:59:51.347Z Downloaded thread-id v5.1.0
10332026-05-19T18:59:51.347Z Downloaded thiserror-impl-no-std v2.0.2
10342026-05-19T18:59:51.347Z Downloaded testing_table v0.3.0
10352026-05-19T18:59:51.347Z Downloaded snafu-derive v0.8.9
10362026-05-19T18:59:51.348Z Downloaded time-core v0.1.8
10372026-05-19T18:59:51.348Z Downloaded sqlformat v0.3.5
10382026-05-19T18:59:51.348Z Downloaded tinyvec_macros v0.1.1
10392026-05-19T18:59:51.348Z Downloaded ron v0.8.1
10402026-05-19T18:59:51.373Z Downloaded spki v0.7.3
10412026-05-19T18:59:51.373Z Downloaded serde_with_macros v3.17.0
10422026-05-19T18:59:51.373Z Downloaded stacker v0.1.23
10432026-05-19T18:59:51.373Z Downloaded stringprep v0.1.5
10442026-05-19T18:59:51.373Z Downloaded string_cache v0.8.9
10452026-05-19T18:59:51.373Z Downloaded tokio-macros v2.7.0
10462026-05-19T18:59:51.373Z Downloaded static_assertions v1.1.0
10472026-05-19T18:59:51.373Z Downloaded rustls-pki-types v1.14.0
10482026-05-19T18:59:51.373Z Downloaded prettyplease v0.2.37
10492026-05-19T18:59:51.373Z Downloaded support-bundle-viewer v0.1.2
10502026-05-19T18:59:51.373Z Downloaded hashbrown v0.15.5
10512026-05-19T18:59:51.399Z Downloaded strum_macros v0.24.3
10522026-05-19T18:59:51.399Z Downloaded rustls-platform-verifier v0.6.2
10532026-05-19T18:59:51.400Z Downloaded supports-color v3.0.2
10542026-05-19T18:59:51.400Z Downloaded strum_macros v0.27.2
10552026-05-19T18:59:51.400Z Downloaded mio v1.2.0
10562026-05-19T18:59:51.400Z Downloaded schemars v0.8.22
10572026-05-19T18:59:51.400Z Downloaded topological-sort v0.2.2
10582026-05-19T18:59:51.400Z Downloaded termios v0.3.3
10592026-05-19T18:59:51.400Z Downloaded strum_macros v0.26.4
10602026-05-19T18:59:51.400Z Downloaded num-bigint v0.4.6
10612026-05-19T18:59:51.400Z Downloaded publicsuffix v2.3.0
10622026-05-19T18:59:51.421Z Downloaded libxml v0.3.3
10632026-05-19T18:59:51.421Z Downloaded nom v7.1.3
10642026-05-19T18:59:51.421Z Downloaded tower-service v0.3.3
10652026-05-19T18:59:51.422Z Downloaded tower-layer v0.3.3
10662026-05-19T18:59:51.422Z Downloaded crossterm v0.29.0
10672026-05-19T18:59:51.422Z Downloaded tiny-keccak v2.0.2
10682026-05-19T18:59:51.422Z Downloaded time-macros v0.2.27
10692026-05-19T18:59:51.422Z Downloaded try-lock v0.2.5
10702026-05-19T18:59:51.422Z Downloaded aho-corasick v1.1.4
10712026-05-19T18:59:51.422Z Downloaded rand v0.8.6
10722026-05-19T18:59:51.422Z Downloaded iddqd v0.3.18
10732026-05-19T18:59:51.422Z Downloaded tokio-native-tls v0.3.1
10742026-05-19T18:59:51.437Z Downloaded hashbrown v0.16.1
10752026-05-19T18:59:51.437Z Downloaded tokio-dtrace v0.1.1
10762026-05-19T18:59:51.437Z Downloaded tls_codec_derive v0.4.2
10772026-05-19T18:59:51.437Z Downloaded signal-hook v0.3.18
10782026-05-19T18:59:51.437Z Downloaded unarray v0.1.4
10792026-05-19T18:59:51.437Z Downloaded slog v2.8.2
10802026-05-19T18:59:51.438Z Downloaded quinn v0.11.9
10812026-05-19T18:59:51.438Z Downloaded typify-macro v0.4.3
10822026-05-19T18:59:51.438Z Downloaded bindgen v0.71.1
10832026-05-19T18:59:51.438Z Downloaded tokio-rustls v0.25.0
10842026-05-19T18:59:51.438Z Downloaded ryu v1.0.23
10852026-05-19T18:59:51.469Z Downloaded itertools v0.13.0
10862026-05-19T18:59:51.469Z Downloaded typify-macro v0.6.2
10872026-05-19T18:59:51.469Z Downloaded itertools v0.12.1
10882026-05-19T18:59:51.469Z Downloaded untrusted v0.7.1
10892026-05-19T18:59:51.469Z Downloaded universal-hash v0.5.1
10902026-05-19T18:59:51.469Z Downloaded usdt-attr-macro v0.6.0
10912026-05-19T18:59:51.469Z Downloaded unit-prefix v0.5.2
10922026-05-19T18:59:51.469Z Downloaded unicode-truncate v1.1.0
10932026-05-19T18:59:51.469Z Downloaded tokio-tungstenite v0.23.1
10942026-05-19T18:59:51.470Z Downloaded tokio-tungstenite v0.21.0
10952026-05-19T18:59:51.482Z Downloaded term v1.2.1
10962026-05-19T18:59:51.482Z Downloaded term v0.7.0
10972026-05-19T18:59:51.482Z Downloaded qorb v0.4.1
10982026-05-19T18:59:51.482Z Downloaded similar v2.7.0
10992026-05-19T18:59:51.482Z Downloaded rayon-core v1.13.0
11002026-05-19T18:59:51.482Z Downloaded futures-util v0.3.32
11012026-05-19T18:59:51.482Z Downloaded wait-timeout v0.2.1
11022026-05-19T18:59:51.482Z Downloaded void v1.0.2
11032026-05-19T18:59:51.483Z Downloaded usdt-macro v0.6.0
11042026-05-19T18:59:51.483Z Downloaded want v0.3.1
11052026-05-19T18:59:51.483Z Downloaded toml_writer v1.0.6+spec-1.1.0
11062026-05-19T18:59:51.483Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-05-19T18:59:51.483Z Downloaded tls_codec v0.4.2
11082026-05-19T18:59:51.483Z Downloaded socket2 v0.6.3
11092026-05-19T18:59:51.483Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11102026-05-19T18:59:51.483Z Downloaded rsa v0.9.10
11112026-05-19T18:59:51.500Z Downloaded rand v0.9.2
11122026-05-19T18:59:51.500Z Downloaded trait-variant v0.1.2
11132026-05-19T18:59:51.500Z Downloaded thread_local v1.1.9
11142026-05-19T18:59:51.501Z Downloaded serde_yaml v0.9.34+deprecated
11152026-05-19T18:59:51.501Z Downloaded thiserror-no-std v2.0.2
11162026-05-19T18:59:51.501Z Downloaded spin v0.9.8
11172026-05-19T18:59:51.501Z Downloaded tui-tree-widget v0.23.1
11182026-05-19T18:59:51.541Z Downloaded waitgroup v0.1.2
11192026-05-19T18:59:51.541Z Downloaded tokio-rustls v0.24.1
11202026-05-19T18:59:51.541Z Downloaded xattr v1.6.1
11212026-05-19T18:59:51.541Z Downloaded iri-string v0.7.10
11222026-05-19T18:59:51.541Z Downloaded tokio-rustls v0.26.4
11232026-05-19T18:59:51.549Z Downloaded schemars v1.2.1
11242026-05-19T18:59:51.549Z Downloaded usdt v0.6.0
11252026-05-19T18:59:51.549Z Downloaded tokio-stream v0.1.18
11262026-05-19T18:59:51.549Z Downloaded zone_cfg_derive v0.3.1
11272026-05-19T18:59:51.549Z Downloaded zeroize_derive v1.4.3
11282026-05-19T18:59:51.549Z Downloaded toml_parser v1.0.9+spec-1.1.0
11292026-05-19T18:59:51.549Z Downloaded num-bigint-dig v0.8.6
11302026-05-19T18:59:51.549Z Downloaded h2 v0.4.13
11312026-05-19T18:59:51.549Z Downloaded usdt-impl v0.6.0
11322026-05-19T18:59:51.549Z Downloaded socket2 v0.5.10
11332026-05-19T18:59:51.549Z Downloaded xshell-macros v0.2.7
11342026-05-19T18:59:51.549Z Downloaded snafu v0.8.9
11352026-05-19T18:59:51.549Z Downloaded schemars v0.9.0
11362026-05-19T18:59:51.550Z Downloaded zone v0.3.1
11372026-05-19T18:59:51.550Z Downloaded vsss-rs v3.3.4
11382026-05-19T18:59:51.550Z Downloaded tracing-attributes v0.1.31
11392026-05-19T18:59:51.550Z Downloaded walkdir v2.5.0
11402026-05-19T18:59:51.550Z Downloaded russh v0.45.0
11412026-05-19T18:59:51.565Z Downloaded vergen-git2 v1.0.7
11422026-05-19T18:59:51.565Z Downloaded uzers v0.12.2
11432026-05-19T18:59:51.565Z Downloaded twox-hash v2.1.2
11442026-05-19T18:59:51.565Z Downloaded tinyvec v1.10.0
11452026-05-19T18:59:51.565Z Downloaded vergen-lib v0.1.6
11462026-05-19T18:59:51.565Z Downloaded rand v0.10.0
11472026-05-19T18:59:51.597Z Downloaded subprocess v0.2.15
11482026-05-19T18:59:51.597Z Downloaded p521 v0.13.3
11492026-05-19T18:59:51.597Z Downloaded unicase v2.9.0
11502026-05-19T18:59:51.598Z Downloaded utf-8 v0.7.6
11512026-05-19T18:59:51.598Z Downloaded xshell v0.2.7
11522026-05-19T18:59:51.598Z Downloaded rustls-webpki v0.103.9
11532026-05-19T18:59:51.598Z Downloaded hkdf v0.12.4
11542026-05-19T18:59:51.598Z Downloaded wyz v0.5.1
11552026-05-19T18:59:51.598Z Downloaded unicode-properties v0.1.4
11562026-05-19T18:59:51.621Z Downloaded test-strategy v0.4.5
11572026-05-19T18:59:51.621Z Downloaded whoami v1.6.1
11582026-05-19T18:59:51.621Z Downloaded whoami v2.1.0
11592026-05-19T18:59:51.621Z Downloaded samael v0.0.19
11602026-05-19T18:59:51.621Z Downloaded zstd v0.13.3
11612026-05-19T18:59:51.621Z Downloaded zeroize v1.8.2
11622026-05-19T18:59:51.621Z Downloaded untrusted v0.9.0
11632026-05-19T18:59:51.622Z Downloaded itertools v0.14.0
11642026-05-19T18:59:51.622Z Downloaded toml v0.9.12+spec-1.1.0
11652026-05-19T18:59:51.622Z Downloaded tar v0.4.45
11662026-05-19T18:59:51.622Z Downloaded libm v0.2.16
11672026-05-19T18:59:51.622Z Downloaded zstd-safe v7.2.4
11682026-05-19T18:59:51.622Z Downloaded hyper v1.8.1
11692026-05-19T18:59:51.622Z Downloaded vergen v9.0.6
11702026-05-19T18:59:51.622Z Downloaded toml v1.0.6+spec-1.1.0
11712026-05-19T18:59:51.644Z Downloaded tungstenite v0.21.0
11722026-05-19T18:59:51.644Z Downloaded toml v0.7.8
11732026-05-19T18:59:51.645Z Downloaded tracing-core v0.1.36
11742026-05-19T18:59:51.645Z Downloaded bitvec v1.0.1
11752026-05-19T18:59:51.645Z Downloaded yasna v0.5.2
11762026-05-19T18:59:51.645Z Downloaded typify v0.4.3
11772026-05-19T18:59:51.645Z Downloaded unsafe-libyaml v0.2.11
11782026-05-19T18:59:51.645Z Downloaded steno v0.4.1
11792026-05-19T18:59:51.645Z Downloaded zerocopy v0.6.6
11802026-05-19T18:59:51.645Z Downloaded tungstenite v0.23.0
11812026-05-19T18:59:51.654Z Downloaded rustyline v14.0.0
11822026-05-19T18:59:51.654Z Downloaded unicode-bidi v0.3.18
11832026-05-19T18:59:51.654Z Downloaded blake3 v1.8.3
11842026-05-19T18:59:51.655Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-19T18:59:51.655Z Downloaded ssh-key v0.6.7
11862026-05-19T18:59:51.700Z Downloaded vte v0.14.1
11872026-05-19T18:59:51.742Z Downloaded vergen-gitcl v1.0.8
11882026-05-19T18:59:51.742Z Downloaded typify v0.6.2
11892026-05-19T18:59:51.742Z Downloaded toml_edit v0.19.15
11902026-05-19T18:59:51.742Z Downloaded uuid v1.23.0
11912026-05-19T18:59:51.743Z Downloaded rpassword v7.4.0
11922026-05-19T18:59:51.743Z Downloaded tokio-postgres v0.7.16
11932026-05-19T18:59:51.743Z Downloaded yansi v1.0.1
11942026-05-19T18:59:51.743Z Downloaded unicode_categories v0.1.1
11952026-05-19T18:59:51.767Z Downloaded zopfli v0.8.3
11962026-05-19T18:59:51.767Z Downloaded aws-lc-rs v1.16.3
11972026-05-19T18:59:51.767Z Downloaded chrono v0.4.44
11982026-05-19T18:59:51.767Z Downloaded zip v0.6.6
11992026-05-19T18:59:51.767Z Downloaded git2 v0.20.4
12002026-05-19T18:59:51.767Z Downloaded unicode-segmentation v1.12.0
12012026-05-19T18:59:51.767Z Downloaded regex v1.12.3
12022026-05-19T18:59:51.767Z Downloaded lalrpop v0.19.12
12032026-05-19T18:59:51.844Z Downloaded typed-path v0.9.3
12042026-05-19T18:59:51.844Z Downloaded p384 v0.13.1
12052026-05-19T18:59:51.844Z Downloaded reedline v0.40.0
12062026-05-19T18:59:51.844Z Downloaded salty v0.3.0
12072026-05-19T18:59:51.844Z Downloaded rayon v1.11.0
12082026-05-19T18:59:51.844Z Downloaded reqwest v0.13.2
12092026-05-19T18:59:51.871Z Downloaded curve25519-dalek v4.1.3
12102026-05-19T18:59:51.871Z Downloaded proptest v1.11.0
12112026-05-19T18:59:51.871Z Downloaded moka v0.12.13
12122026-05-19T18:59:51.871Z Downloaded serde_with v3.17.0
12132026-05-19T18:59:51.871Z Downloaded reqwest v0.12.28
12142026-05-19T18:59:51.872Z Downloaded portable-atomic v1.13.1
12152026-05-19T18:59:51.872Z Downloaded tower v0.5.3
12162026-05-19T18:59:51.872Z Downloaded quinn-proto v0.11.13
12172026-05-19T18:59:51.872Z Downloaded quick-xml v0.37.5
12182026-05-19T18:59:51.872Z Downloaded rustls-webpki v0.101.7
12192026-05-19T18:59:51.872Z Downloaded zerocopy-derive v0.8.40
12202026-05-19T18:59:51.872Z Downloaded x509-cert v0.2.5
12212026-05-19T18:59:51.872Z Downloaded polar-core v0.27.3
12222026-05-19T18:59:51.945Z Downloaded nix v0.27.1
12232026-05-19T18:59:51.945Z Downloaded bstr v1.12.1
12242026-05-19T18:59:51.945Z Downloaded unicode-normalization v0.1.25
12252026-05-19T18:59:51.945Z Downloaded tokio-util v0.7.18
12262026-05-19T18:59:51.954Z Downloaded tower-http v0.6.8
12272026-05-19T18:59:51.954Z Downloaded tough v0.22.0
12282026-05-19T18:59:51.954Z Downloaded tabled v0.20.0
12292026-05-19T18:59:51.954Z Downloaded rustls-webpki v0.102.8
12302026-05-19T18:59:51.954Z Downloaded goblin v0.10.5
12312026-05-19T18:59:51.954Z Downloaded zip v4.6.1
12322026-05-19T18:59:51.954Z Downloaded petname v2.0.2
12332026-05-19T18:59:51.954Z Downloaded object v0.37.3
12342026-05-19T18:59:51.954Z Downloaded vcpkg v0.2.15
12352026-05-19T18:59:51.985Z Downloaded zerocopy v0.8.40
12362026-05-19T18:59:52.028Z Downloaded regress v0.10.5
12372026-05-19T18:59:52.028Z Downloaded radix_trie v0.2.1
12382026-05-19T18:59:52.028Z Downloaded winnow v0.5.40
12392026-05-19T18:59:52.028Z Downloaded rustls v0.23.37
12402026-05-19T18:59:52.048Z Downloaded smoltcp v0.11.0
12412026-05-19T18:59:52.048Z Downloaded webpki-roots v1.0.6
12422026-05-19T18:59:52.048Z Downloaded object v0.30.4
12432026-05-19T18:59:52.048Z Downloaded regex-syntax v0.8.10
12442026-05-19T18:59:52.048Z Downloaded winnow v0.6.26
12452026-05-19T18:59:52.068Z Downloaded time v0.3.47
12462026-05-19T18:59:52.068Z Downloaded openssl v0.10.79
12472026-05-19T18:59:52.068Z Downloaded dropshot v0.16.7
12482026-05-19T18:59:52.093Z Downloaded nix v0.28.0
12492026-05-19T18:59:52.093Z Downloaded rustls v0.21.12
12502026-05-19T18:59:52.117Z Downloaded hickory-proto v0.24.4
12512026-05-19T18:59:52.117Z Downloaded smoltcp v0.9.1
12522026-05-19T18:59:52.117Z Downloaded sled v0.34.7
12532026-05-19T18:59:52.149Z Downloaded nix v0.31.2
12542026-05-19T18:59:52.149Z Downloaded zlib-rs v0.6.2
12552026-05-19T18:59:52.149Z Downloaded bzip2-sys v0.1.13+1.0.8
12562026-05-19T18:59:52.149Z Downloaded regex-syntax v0.6.29
12572026-05-19T18:59:52.149Z Downloaded dropshot v0.17.0
12582026-05-19T18:59:52.176Z Downloaded nix v0.29.0
12592026-05-19T18:59:52.176Z Downloaded openapiv3 v2.2.0
12602026-05-19T18:59:52.195Z Downloaded rustls v0.22.4
12612026-05-19T18:59:52.196Z Downloaded regress v0.11.1
12622026-05-19T18:59:52.196Z Downloaded diesel v2.3.7
12632026-05-19T18:59:52.224Z Downloaded rustix v0.38.44
12642026-05-19T18:59:52.265Z Downloaded regex-automata v0.4.14
12652026-05-19T18:59:52.266Z Downloaded jiff v0.2.21
12662026-05-19T18:59:52.266Z Downloaded chrono-tz v0.10.4
12672026-05-19T18:59:52.285Z Downloaded hickory-proto v0.25.2
12682026-05-19T18:59:52.285Z Downloaded sqlparser v0.61.0
12692026-05-19T18:59:52.285Z Downloaded libz-sys v1.1.24
12702026-05-19T18:59:52.437Z Downloaded sha3 v0.10.8
12712026-05-19T18:59:52.489Z Downloaded typify-impl v0.4.3
12722026-05-19T18:59:52.489Z Downloaded typify-impl v0.6.2
12732026-05-19T18:59:52.489Z Downloaded ratatui v0.29.0
12742026-05-19T18:59:52.489Z Downloaded tracing v0.1.44
12752026-05-19T18:59:52.490Z Downloaded tokio v1.52.1
12762026-05-19T18:59:52.490Z Downloaded zerocopy-derive v0.6.6
12772026-05-19T18:59:52.490Z Downloaded petgraph v0.6.5
12782026-05-19T18:59:52.490Z Downloaded ring v0.17.14
12792026-05-19T18:59:52.490Z Downloaded petgraph v0.8.3
12802026-05-19T18:59:52.536Z Downloaded csv v1.4.0
12812026-05-19T18:59:52.536Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-05-19T18:59:52.571Z Downloaded encoding_rs v0.8.35
12832026-05-19T18:59:52.572Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-05-19T18:59:53.072Z Downloaded aws-lc-sys v0.40.0
12852026-05-19T18:59:53.406Z Compiling libc v0.2.185
12862026-05-19T18:59:53.406Z Compiling serde v1.0.228
12872026-05-19T18:59:53.454Z Compiling log v0.4.29
12882026-05-19T18:59:53.454Z Compiling shlex v1.3.0
12892026-05-19T18:59:53.454Z Compiling find-msvc-tools v0.1.9
12902026-05-19T18:59:53.454Z Compiling smallvec v1.15.1
12912026-05-19T18:59:53.454Z Compiling typenum v1.19.0
12922026-05-19T18:59:53.454Z Compiling subtle v2.6.1
12932026-05-19T18:59:53.454Z Compiling generic-array v0.14.7
12942026-05-19T18:59:53.455Z Compiling scopeguard v1.2.0
12952026-05-19T18:59:53.455Z Compiling const-oid v0.9.6
12962026-05-19T18:59:53.522Z Compiling serde_json v1.0.149
12972026-05-19T18:59:53.534Z Compiling syn v2.0.117
12982026-05-19T18:59:53.534Z Compiling zerocopy v0.8.40
12992026-05-19T18:59:53.534Z Compiling pin-project-lite v0.2.17
13002026-05-19T18:59:53.573Z Compiling parking_lot_core v0.9.12
13012026-05-19T18:59:53.602Z Compiling lock_api v0.4.14
13022026-05-19T18:59:53.610Z Compiling portable-atomic v1.13.1
13032026-05-19T18:59:53.610Z Compiling pkg-config v0.3.32
13042026-05-19T18:59:53.634Z Compiling bitflags v2.11.0
13052026-05-19T18:59:53.654Z Compiling libm v0.2.16
13062026-05-19T18:59:53.680Z Compiling critical-section v1.2.0
13072026-05-19T18:59:53.785Z Compiling futures-core v0.3.32
13082026-05-19T18:59:53.796Z Compiling num-traits v0.2.19
13092026-05-19T18:59:53.796Z Compiling percent-encoding v2.3.2
13102026-05-19T18:59:53.915Z Compiling futures-sink v0.3.32
13112026-05-19T18:59:53.962Z Compiling cpufeatures v0.2.17
13122026-05-19T18:59:54.044Z Compiling futures-task v0.3.32
13132026-05-19T18:59:54.044Z Compiling getrandom v0.4.1
13142026-05-19T18:59:54.045Z Compiling futures-io v0.3.32
13152026-05-19T18:59:54.114Z Compiling futures-channel v0.3.32
13162026-05-19T18:59:54.114Z Compiling slab v0.4.12
13172026-05-19T18:59:54.143Z Compiling rand_core v0.10.0
13182026-05-19T18:59:54.161Z Compiling indexmap v2.14.0
13192026-05-19T18:59:54.225Z Compiling getrandom v0.3.4
13202026-05-19T18:59:54.240Z Compiling rustversion v1.0.22
13212026-05-19T18:59:54.303Z Compiling form_urlencoded v1.2.2
13222026-05-19T18:59:54.325Z Compiling dunce v1.0.5
13232026-05-19T18:59:54.325Z Compiling fs_extra v1.3.0
13242026-05-19T18:59:54.340Z Compiling base64ct v1.8.3
13252026-05-19T18:59:54.488Z Compiling ident_case v1.0.1
13262026-05-19T18:59:54.488Z Compiling regex-syntax v0.8.10
13272026-05-19T18:59:54.551Z Compiling flagset v0.4.7
13282026-05-19T18:59:54.551Z Compiling getrandom v0.2.17
13292026-05-19T18:59:54.551Z Compiling jobserver v0.1.34
13302026-05-19T18:59:54.588Z Compiling errno v0.3.14
13312026-05-19T18:59:54.605Z Compiling mio v1.2.0
13322026-05-19T18:59:54.643Z Compiling rand_core v0.6.4
13332026-05-19T18:59:54.721Z Compiling socket2 v0.6.3
13342026-05-19T18:59:54.747Z Compiling signal-hook-registry v1.4.8
13352026-05-19T18:59:54.747Z Compiling once_cell v1.21.3
13362026-05-19T18:59:54.783Z Compiling cc v1.2.56
13372026-05-19T18:59:54.830Z Compiling parking_lot v0.12.5
13382026-05-19T18:59:54.886Z Compiling pem-rfc7468 v0.7.0
13392026-05-19T18:59:54.915Z Compiling rustix v1.1.3
13402026-05-19T18:59:55.021Z Compiling iana-time-zone v0.1.65
13412026-05-19T18:59:55.070Z Compiling aws-lc-rs v1.16.3
13422026-05-19T18:59:55.070Z Compiling vcpkg v0.2.15
13432026-05-19T18:59:55.115Z Compiling tracing-core v0.1.36
13442026-05-19T18:59:55.137Z Compiling uuid v1.23.0
13452026-05-19T18:59:55.137Z Compiling rustc_version v0.4.1
13462026-05-19T18:59:55.182Z Compiling base64 v0.22.1
13472026-05-19T18:59:55.245Z Compiling rand_core v0.9.5
13482026-05-19T18:59:55.290Z Compiling untrusted v0.9.0
13492026-05-19T18:59:55.315Z Compiling openssl-probe v0.2.1
13502026-05-19T18:59:55.315Z Compiling untrusted v0.7.1
13512026-05-19T18:59:55.366Z Compiling httparse v1.10.1
13522026-05-19T18:59:55.431Z Compiling tinyvec_macros v0.1.1
13532026-05-19T18:59:55.527Z Compiling aho-corasick v1.1.4
13542026-05-19T18:59:55.680Z Compiling tinyvec v1.10.0
13552026-05-19T18:59:55.680Z Compiling rustls v0.23.37
13562026-05-19T18:59:55.680Z Compiling try-lock v0.2.5
13572026-05-19T18:59:55.680Z Compiling cmake v0.1.57
13582026-05-19T18:59:55.680Z Compiling tower-layer v0.3.3
13592026-05-19T18:59:55.680Z Compiling atomic-waker v1.1.2
13602026-05-19T18:59:56.407Z Compiling dyn-clone v1.0.20
13612026-05-19T18:59:56.408Z Compiling schemars v0.8.22
13622026-05-19T18:59:56.408Z Compiling tower-service v0.3.3
13632026-05-19T18:59:56.408Z Compiling want v0.3.1
13642026-05-19T18:59:56.408Z Compiling pin-utils v0.1.0
13652026-05-19T18:59:56.709Z Compiling httpdate v1.0.3
13662026-05-19T18:59:56.709Z Compiling openssl v0.10.79
13672026-05-19T18:59:56.709Z Compiling foreign-types-shared v0.1.1
13682026-05-19T18:59:56.709Z Compiling unicode-normalization v0.1.25
13692026-05-19T18:59:56.709Z Compiling spin v0.9.8
13702026-05-19T18:59:56.709Z Compiling num-conv v0.2.0
13712026-05-19T18:59:56.709Z Compiling foreign-types v0.3.2
13722026-05-19T18:59:56.710Z Compiling native-tls v0.2.18
13732026-05-19T18:59:56.710Z Compiling crc32fast v1.5.0
13742026-05-19T18:59:56.710Z Compiling time-core v0.1.8
13752026-05-19T18:59:56.710Z Compiling powerfmt v0.2.0
13762026-05-19T18:59:56.710Z Compiling wait-timeout v0.2.1
13772026-05-19T18:59:56.710Z Compiling sync_wrapper v1.0.2
13782026-05-19T18:59:56.710Z Compiling quick-error v1.2.3
13792026-05-19T18:59:56.710Z Compiling usdt-impl v0.6.0
13802026-05-19T18:59:56.710Z Compiling num_threads v0.1.7
13812026-05-19T18:59:56.710Z Compiling deranged v0.5.8
13822026-05-19T18:59:56.710Z Compiling time-macros v0.2.27
13832026-05-19T18:59:56.710Z Compiling crossbeam-utils v0.8.21
13842026-05-19T18:59:56.710Z Compiling simd-adler32 v0.3.8
13852026-05-19T18:59:56.710Z Compiling syn v1.0.109
13862026-05-19T18:59:56.710Z Compiling siphasher v1.0.2
13872026-05-19T18:59:56.710Z Compiling bit-vec v0.8.0
13882026-05-19T18:59:56.711Z Compiling unicode-segmentation v1.12.0
13892026-05-19T18:59:56.711Z Compiling regex-automata v0.4.14
13902026-05-19T18:59:56.711Z Compiling slog v2.8.2
13912026-05-19T18:59:56.711Z Compiling aws-lc-sys v0.40.0
13922026-05-19T18:59:56.711Z Compiling ring v0.17.14
13932026-05-19T18:59:56.711Z Compiling openssl-sys v0.9.115
13942026-05-19T18:59:56.977Z Compiling synstructure v0.13.2
13952026-05-19T18:59:56.977Z Compiling pest_generator v2.8.6
13962026-05-19T18:59:56.977Z Compiling serde_derive_internals v0.29.1
13972026-05-19T18:59:56.977Z Compiling darling_core v0.20.11
13982026-05-19T18:59:56.977Z Compiling tempfile v3.25.0
13992026-05-19T18:59:56.977Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-19T18:59:57.198Z Compiling rusty-fork v0.3.1
14012026-05-19T18:59:57.199Z Compiling darling_core v0.21.3
14022026-05-19T18:59:57.199Z Compiling bit-set v0.8.0
14032026-05-19T18:59:57.403Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-05-19T18:59:57.545Z Compiling heapless v0.7.17
14052026-05-19T18:59:57.546Z Compiling rand_xorshift v0.4.0
14062026-05-19T18:59:57.546Z Compiling thread-id v5.1.0
14072026-05-19T18:59:57.546Z Compiling cookie v0.18.1
14082026-05-19T18:59:57.546Z Compiling ryu v1.0.23
14092026-05-19T18:59:57.546Z Compiling zstd-safe v7.2.4
14102026-05-19T18:59:57.546Z Compiling time v0.3.47
14112026-05-19T18:59:57.810Z Compiling paste v1.0.15
14122026-05-19T18:59:57.810Z Compiling unicode-bidi v0.3.18
14132026-05-19T18:59:57.810Z Compiling allocator-api2 v0.2.21
14142026-05-19T18:59:57.810Z Compiling unarray v0.1.4
14152026-05-19T18:59:57.810Z Compiling anyhow v1.0.102
14162026-05-19T18:59:57.810Z Compiling adler2 v2.0.1
14172026-05-19T18:59:57.810Z Compiling signal-hook v0.3.18
14182026-05-19T18:59:58.011Z Compiling iri-string v0.7.10
14192026-05-19T18:59:58.011Z Compiling unicode-properties v0.1.4
14202026-05-19T18:59:58.011Z Compiling miniz_oxide v0.8.9
14212026-05-19T18:59:58.239Z Compiling stringprep v0.1.5
14222026-05-19T18:59:58.284Z Compiling heck v0.4.1
14232026-05-19T18:59:58.284Z Compiling num-integer v0.1.46
14242026-05-19T18:59:58.405Z Compiling serde_derive v1.0.228
14252026-05-19T18:59:58.438Z Compiling zeroize_derive v1.4.3
14262026-05-19T18:59:58.460Z Compiling zerofrom-derive v0.1.6
14272026-05-19T18:59:58.543Z Compiling yoke-derive v0.8.1
14282026-05-19T18:59:58.612Z Compiling zerocopy-derive v0.8.40
14292026-05-19T18:59:58.634Z Compiling zerovec-derive v0.11.2
14302026-05-19T18:59:58.702Z Compiling displaydoc v0.2.5
14312026-05-19T18:59:59.163Z Compiling tokio-macros v2.7.0
14322026-05-19T18:59:59.201Z Compiling futures-macro v0.3.32
14332026-05-19T18:59:59.201Z Compiling zeroize v1.8.2
14342026-05-19T18:59:59.396Z Compiling der_derive v0.7.3
14352026-05-19T18:59:59.514Z Compiling rustls-pki-types v1.14.0
14362026-05-19T18:59:59.842Z Compiling tracing-attributes v0.1.31
14372026-05-19T18:59:59.897Z Compiling thiserror-impl v2.0.18
14382026-05-19T18:59:59.897Z Compiling scroll_derive v0.13.1
14392026-05-19T19:00:00.090Z Compiling crypto-common v0.1.7
14402026-05-19T19:00:00.232Z Compiling block-buffer v0.10.4
14412026-05-19T19:00:00.232Z Compiling zerofrom v0.1.6
14422026-05-19T19:00:00.232Z Compiling block-padding v0.3.3
14432026-05-19T19:00:00.232Z Compiling futures-util v0.3.32
14442026-05-19T19:00:00.232Z Compiling yoke v0.8.1
14452026-05-19T19:00:00.337Z Compiling digest v0.10.7
14462026-05-19T19:00:00.337Z Compiling inout v0.1.4
14472026-05-19T19:00:00.337Z Compiling pest_derive v2.8.6
14482026-05-19T19:00:00.389Z Compiling zerovec v0.11.5
14492026-05-19T19:00:00.477Z Compiling zerotrie v0.2.3
14502026-05-19T19:00:00.500Z Compiling hmac v0.12.1
14512026-05-19T19:00:00.500Z Compiling sha2 v0.10.9
14522026-05-19T19:00:00.628Z Compiling cipher v0.4.4
14532026-05-19T19:00:00.702Z Compiling der v0.7.10
14542026-05-19T19:00:00.724Z Compiling pbkdf2 v0.12.2
14552026-05-19T19:00:00.876Z Compiling schemars_derive v0.8.22
14562026-05-19T19:00:00.971Z Compiling tinystr v0.8.2
14572026-05-19T19:00:00.971Z Compiling potential_utf v0.1.4
14582026-05-19T19:00:00.971Z Compiling salsa20 v0.10.2
14592026-05-19T19:00:01.058Z Compiling aes v0.8.4
14602026-05-19T19:00:01.071Z Compiling icu_locale_core v2.1.1
14612026-05-19T19:00:01.071Z Compiling icu_collections v2.1.1
14622026-05-19T19:00:01.071Z Compiling scrypt v0.11.0
14632026-05-19T19:00:01.352Z Compiling tracing v0.1.44
14642026-05-19T19:00:01.415Z Compiling thiserror v2.0.18
14652026-05-19T19:00:01.441Z Compiling cbc v0.1.2
14662026-05-19T19:00:01.498Z Compiling scroll v0.13.0
14672026-05-19T19:00:01.643Z Compiling darling_macro v0.20.11
14682026-05-19T19:00:01.839Z Compiling spki v0.7.3
14692026-05-19T19:00:01.839Z Compiling openssl-macros v0.1.1
14702026-05-19T19:00:02.114Z Compiling icu_provider v2.1.1
14712026-05-19T19:00:02.114Z Compiling pkcs5 v0.7.1
14722026-05-19T19:00:02.367Z Compiling goblin v0.10.5
14732026-05-19T19:00:02.367Z Compiling icu_properties v2.1.2
14742026-05-19T19:00:02.367Z Compiling icu_normalizer v2.1.1
14752026-05-19T19:00:02.367Z Compiling bytes v1.11.1
14762026-05-19T19:00:02.367Z Compiling chrono v0.4.44
14772026-05-19T19:00:02.367Z Compiling ipnet v2.11.0
14782026-05-19T19:00:02.367Z Compiling darling v0.20.11
14792026-05-19T19:00:02.723Z Compiling pkcs8 v0.10.2
14802026-05-19T19:00:02.723Z Compiling rustls-native-certs v0.8.3
14812026-05-19T19:00:02.723Z Compiling derive_builder_core v0.20.2
14822026-05-19T19:00:02.723Z Compiling dtrace-parser v0.3.0
14832026-05-19T19:00:03.077Z Compiling signature v2.2.0
14842026-05-19T19:00:03.077Z Compiling webpki-roots v1.0.6
14852026-05-19T19:00:03.077Z Compiling tokio v1.52.1
14862026-05-19T19:00:03.077Z Compiling http v1.4.0
14872026-05-19T19:00:03.077Z Compiling scroll_derive v0.12.1
14882026-05-19T19:00:03.077Z Compiling thiserror-impl v1.0.69
14892026-05-19T19:00:03.077Z Compiling serde_spanned v0.6.9
14902026-05-19T19:00:03.077Z Compiling toml_datetime v0.6.11
14912026-05-19T19:00:03.299Z Compiling serde_urlencoded v0.7.1
14922026-05-19T19:00:03.299Z Compiling idna_adapter v1.2.1
14932026-05-19T19:00:03.457Z Compiling idna v1.1.0
14942026-05-19T19:00:03.457Z Compiling erased-serde v0.3.31
14952026-05-19T19:00:03.457Z Compiling ppv-lite86 v0.2.21
14962026-05-19T19:00:03.457Z Compiling serde_tokenstream v0.2.3
14972026-05-19T19:00:03.571Z Compiling derive_builder_macro v0.20.2
14982026-05-19T19:00:03.571Z Compiling http-body v1.0.1
14992026-05-19T19:00:03.571Z Compiling scroll v0.12.0
15002026-05-19T19:00:03.708Z Compiling url v2.5.8
15012026-05-19T19:00:03.764Z Compiling rand_chacha v0.9.0
15022026-05-19T19:00:03.764Z Compiling http-body-util v0.1.3
15032026-05-19T19:00:03.764Z Compiling rand_chacha v0.3.1
15042026-05-19T19:00:03.794Z Compiling md-5 v0.10.6
15052026-05-19T19:00:03.960Z Compiling darling_macro v0.21.3
15062026-05-19T19:00:04.127Z Compiling bstr v1.12.1
15072026-05-19T19:00:04.127Z Compiling pin-project-internal v1.1.11
15082026-05-19T19:00:04.127Z Compiling rand v0.9.2
15092026-05-19T19:00:04.128Z Compiling async-trait v0.1.89
15102026-05-19T19:00:04.128Z Compiling zerocopy-derive v0.7.35
15112026-05-19T19:00:04.169Z Compiling thiserror v1.0.69
15122026-05-19T19:00:04.331Z Compiling vergen-lib v0.1.6
15132026-05-19T19:00:04.395Z Compiling curve25519-dalek v4.1.3
15142026-05-19T19:00:04.454Z Compiling ff v0.13.1
15152026-05-19T19:00:04.563Z Compiling proptest v1.11.0
15162026-05-19T19:00:04.591Z Compiling hash32 v0.2.1
15172026-05-19T19:00:04.591Z Compiling memoffset v0.9.1
15182026-05-19T19:00:04.591Z Compiling litrs v1.0.0
15192026-05-19T19:00:04.622Z Compiling fallible-iterator v0.2.0
15202026-05-19T19:00:04.803Z Compiling cfg_aliases v0.2.1
15212026-05-19T19:00:04.917Z Compiling ref-cast v1.0.25
15222026-05-19T19:00:04.917Z Compiling smoltcp v0.9.1
15232026-05-19T19:00:04.962Z Compiling psl-types v2.0.11
15242026-05-19T19:00:05.001Z Compiling dof v0.4.0
15252026-05-19T19:00:05.001Z Compiling num-bigint-dig v0.8.6
15262026-05-19T19:00:05.020Z Compiling zlib-rs v0.6.2
15272026-05-19T19:00:05.104Z Compiling rustix v0.38.44
15282026-05-19T19:00:05.160Z Compiling ipnetwork v0.21.1
15292026-05-19T19:00:05.232Z Compiling base16ct v0.2.0
15302026-05-19T19:00:05.232Z Compiling pin-project v1.1.11
15312026-05-19T19:00:05.232Z Compiling document-features v0.2.12
15322026-05-19T19:00:05.350Z Compiling publicsuffix v2.3.0
15332026-05-19T19:00:05.496Z Compiling sec1 v0.7.3
15342026-05-19T19:00:05.496Z Compiling zerocopy v0.7.35
15352026-05-19T19:00:05.496Z Compiling postgres-protocol v0.6.10
15362026-05-19T19:00:05.625Z Compiling oxnet v0.1.4
15372026-05-19T19:00:05.625Z Compiling nix v0.31.2
15382026-05-19T19:00:05.757Z Compiling group v0.13.0
15392026-05-19T19:00:05.853Z Compiling darling v0.21.3
15402026-05-19T19:00:05.998Z Compiling rand v0.8.6
15412026-05-19T19:00:05.998Z Compiling derive_builder v0.20.2
15422026-05-19T19:00:05.998Z Compiling goblin v0.8.2
15432026-05-19T19:00:06.570Z Compiling hubpack_derive v0.1.1
15442026-05-19T19:00:06.570Z Compiling futures-executor v0.3.32
15452026-05-19T19:00:06.570Z Compiling cargo-platform v0.1.9
15462026-05-19T19:00:06.570Z Compiling hex v0.4.3
15472026-05-19T19:00:06.570Z Compiling hkdf v0.12.4
15482026-05-19T19:00:07.229Z Compiling crypto-bigint v0.5.5
15492026-05-19T19:00:07.229Z Compiling regex v1.12.3
15502026-05-19T19:00:07.229Z Compiling num-iter v0.1.45
15512026-05-19T19:00:07.229Z Compiling snafu-derive v0.8.9
15522026-05-19T19:00:07.230Z Compiling ref-cast-impl v1.0.25
15532026-05-19T19:00:07.230Z Compiling strum_macros v0.27.2
15542026-05-19T19:00:07.230Z Compiling curve25519-dalek-derive v0.1.1
15552026-05-19T19:00:07.230Z Compiling daft-derive v0.1.5
15562026-05-19T19:00:07.317Z Compiling tokio-util v0.7.18
15572026-05-19T19:00:07.317Z Compiling tower v0.5.3
15582026-05-19T19:00:07.317Z Compiling tokio-native-tls v0.3.1
15592026-05-19T19:00:07.317Z Compiling terminal_size v0.4.3
15602026-05-19T19:00:07.317Z Compiling phf_shared v0.13.1
15612026-05-19T19:00:07.318Z Compiling newtype-uuid v1.3.2
15622026-05-19T19:00:07.318Z Compiling lazy_static v1.5.0
15632026-05-19T19:00:07.318Z Compiling tower-http v0.6.8
15642026-05-19T19:00:07.410Z Compiling vergen v9.0.6
15652026-05-19T19:00:07.410Z Compiling fs-err v3.3.0
15662026-05-19T19:00:07.410Z Compiling encoding_rs v0.8.35
15672026-05-19T19:00:07.410Z Compiling ahash v0.8.12
15682026-05-19T19:00:07.533Z Compiling h2 v0.4.13
15692026-05-19T19:00:07.608Z Compiling same-file v1.0.6
15702026-05-19T19:00:07.608Z Compiling libbz2-rs-sys v0.2.2
15712026-05-19T19:00:07.608Z Compiling object v0.37.3
15722026-05-19T19:00:07.608Z Compiling winnow v0.5.40
15732026-05-19T19:00:07.698Z Compiling managed v0.8.0
15742026-05-19T19:00:07.800Z Compiling bitflags v1.3.2
15752026-05-19T19:00:07.963Z Compiling foldhash v0.2.0
15762026-05-19T19:00:07.963Z Compiling mime v0.3.17
15772026-05-19T19:00:07.963Z Compiling foldhash v0.1.5
15782026-05-19T19:00:08.190Z Compiling bumpalo v3.20.2
15792026-05-19T19:00:08.190Z Compiling hashbrown v0.16.1
15802026-05-19T19:00:08.291Z Compiling hashbrown v0.15.5
15812026-05-19T19:00:08.291Z Compiling bzip2 v0.6.1
15822026-05-19T19:00:08.291Z Compiling flate2 v1.1.9
15832026-05-19T19:00:08.291Z Compiling zopfli v0.8.3
15842026-05-19T19:00:08.362Z Compiling dof v0.3.0
15852026-05-19T19:00:08.422Z Compiling snafu v0.8.9
15862026-05-19T19:00:08.465Z Compiling clap_builder v4.5.60
15872026-05-19T19:00:08.584Z Compiling strum v0.27.2
15882026-05-19T19:00:08.708Z Compiling walkdir v2.5.0
15892026-05-19T19:00:08.760Z Compiling daft v0.1.5
15902026-05-19T19:00:08.897Z Compiling phf v0.13.1
15912026-05-19T19:00:08.995Z Compiling elliptic-curve v0.13.8
15922026-05-19T19:00:09.131Z Compiling toml_edit v0.19.15
15932026-05-19T19:00:09.131Z Compiling signal-hook-mio v0.2.5
15942026-05-19T19:00:09.330Z Compiling cargo_metadata v0.19.2
15952026-05-19T19:00:09.330Z Compiling usdt-macro v0.6.0
15962026-05-19T19:00:09.330Z Compiling usdt-attr-macro v0.6.0
15972026-05-19T19:00:09.331Z Compiling cookie_store v0.22.1
15982026-05-19T19:00:09.331Z Compiling hubpack v0.1.2
15992026-05-19T19:00:09.545Z Compiling bzip2 v0.4.4
16002026-05-19T19:00:09.545Z Compiling futures v0.3.32
16012026-05-19T19:00:09.787Z Compiling serde_with_macros v3.17.0
16022026-05-19T19:00:09.787Z Compiling zstd v0.13.3
16032026-05-19T19:00:09.787Z Compiling postgres-types v0.2.12
16042026-05-19T19:00:09.893Z Compiling globset v0.4.18
16052026-05-19T19:00:09.893Z Compiling dtrace-parser v0.2.0
16062026-05-19T19:00:10.031Z Compiling ed25519 v2.2.3
16072026-05-19T19:00:10.158Z Compiling pkcs1 v0.7.5
16082026-05-19T19:00:10.158Z Compiling serde-big-array v0.5.1
16092026-05-19T19:00:10.205Z Compiling serde_plain v1.0.2
16102026-05-19T19:00:10.206Z Compiling olpc-cjson v0.1.4
16112026-05-19T19:00:10.368Z Compiling rfc6979 v0.4.0
16122026-05-19T19:00:10.368Z Compiling serde_repr v0.1.20
16132026-05-19T19:00:10.456Z Compiling enum-as-inner v0.6.1
16142026-05-19T19:00:10.632Z Compiling strum_macros v0.26.4
16152026-05-19T19:00:10.632Z Compiling async-recursion v1.1.1
16162026-05-19T19:00:11.331Z Compiling clap_derive v4.5.55
16172026-05-19T19:00:11.331Z Compiling hyper v1.8.1
16182026-05-19T19:00:11.331Z Compiling phf_shared v0.11.3
16192026-05-19T19:00:11.425Z Compiling float-cmp v0.10.0
16202026-05-19T19:00:11.425Z Compiling pem v3.0.6
16212026-05-19T19:00:11.425Z Compiling memmap2 v0.9.10
16222026-05-19T19:00:11.425Z Compiling thread-id v4.2.2
16232026-05-19T19:00:11.425Z Compiling env_filter v1.0.0
16242026-05-19T19:00:11.425Z Compiling rustc-hash v2.1.1
16252026-05-19T19:00:11.426Z Compiling jiff v0.2.21
16262026-05-19T19:00:11.426Z Compiling data-encoding v2.10.0
16272026-05-19T19:00:11.426Z Compiling fixedbitset v0.4.2
16282026-05-19T19:00:11.426Z Compiling precomputed-hash v0.1.1
16292026-05-19T19:00:11.426Z Compiling new_debug_unreachable v1.0.6
16302026-05-19T19:00:11.426Z Compiling difflib v0.4.0
16312026-05-19T19:00:11.426Z Compiling fixedbitset v0.5.7
16322026-05-19T19:00:11.426Z Compiling whoami v2.1.0
16332026-05-19T19:00:11.525Z Compiling static_assertions v1.1.0
16342026-05-19T19:00:11.652Z Compiling either v1.15.0
16352026-05-19T19:00:11.709Z Compiling predicates-core v1.0.10
16362026-05-19T19:00:11.767Z Compiling typed-path v0.9.3
16372026-05-19T19:00:11.835Z Compiling normalize-line-endings v0.3.0
16382026-05-19T19:00:11.836Z Compiling hyper-util v0.1.20
16392026-05-19T19:00:11.836Z Compiling keccak v0.1.6
16402026-05-19T19:00:11.836Z Compiling itertools v0.13.0
16412026-05-19T19:00:11.907Z Compiling predicates v3.1.4
16422026-05-19T19:00:12.451Z Compiling tokio-postgres v0.7.16
16432026-05-19T19:00:12.452Z Compiling petgraph v0.8.3
16442026-05-19T19:00:12.504Z Compiling sha3 v0.10.8
16452026-05-19T19:00:12.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16462026-05-19T19:00:12.504Z Compiling hickory-proto v0.25.2
16472026-05-19T19:00:12.504Z Compiling strum v0.26.3
16482026-05-19T19:00:12.546Z Compiling petgraph v0.6.5
16492026-05-19T19:00:12.546Z Compiling clap v4.5.60
16502026-05-19T19:00:12.575Z Compiling toml_edit v0.22.27
16512026-05-19T19:00:12.622Z Compiling string_cache v0.8.9
16522026-05-19T19:00:12.630Z Compiling env_logger v0.11.9
16532026-05-19T19:00:12.705Z Compiling iddqd v0.3.18
16542026-05-19T19:00:12.883Z Compiling usdt v0.6.0
16552026-05-19T19:00:13.042Z Compiling usdt-impl v0.5.0
16562026-05-19T19:00:13.089Z Compiling serde_with v3.17.0
16572026-05-19T19:00:13.200Z Compiling crossterm v0.28.1
16582026-05-19T19:00:13.264Z Compiling ecdsa v0.16.9
16592026-05-19T19:00:13.635Z Compiling hyper-tls v0.6.0
16602026-05-19T19:00:13.683Z Compiling toml v0.7.8
16612026-05-19T19:00:13.687Z Compiling rsa v0.9.10
16622026-05-19T19:00:13.906Z Compiling zip v4.6.1
16632026-05-19T19:00:13.998Z Compiling ed25519-dalek v2.2.0
16642026-05-19T19:00:14.410Z Compiling zip v0.6.6
16652026-05-19T19:00:14.730Z Compiling toml_parser v1.0.9+spec-1.1.0
16662026-05-19T19:00:14.840Z Compiling tokio-stream v0.1.18
16672026-05-19T19:00:14.907Z Compiling buf-list v1.1.2
16682026-05-19T19:00:14.907Z Compiling similar v2.7.0
16692026-05-19T19:00:14.989Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-19T19:00:15.036Z Compiling openapiv3 v2.2.0
16712026-05-19T19:00:15.036Z Compiling x509-cert v0.2.5
16722026-05-19T19:00:15.168Z Compiling sha1 v0.10.6
16732026-05-19T19:00:15.188Z Compiling crossbeam-epoch v0.9.18
16742026-05-19T19:00:15.304Z Compiling toml_datetime v0.7.5+spec-1.1.0
16752026-05-19T19:00:15.347Z Compiling lalrpop-util v0.19.12
16762026-05-19T19:00:15.406Z Compiling peg-runtime v0.8.5
16772026-05-19T19:00:15.422Z Compiling thread_local v1.1.9
16782026-05-19T19:00:15.506Z Compiling slog-async v2.8.0
16792026-05-19T19:00:15.539Z Compiling crossbeam-channel v0.5.15
16802026-05-19T19:00:15.575Z Compiling filetime v0.2.27
16812026-05-19T19:00:15.648Z Compiling is-terminal v0.4.17
16822026-05-19T19:00:15.664Z Compiling take_mut v0.2.2
16832026-05-19T19:00:15.683Z Compiling xattr v1.6.1
16842026-05-19T19:00:15.743Z Compiling term v1.2.1
16852026-05-19T19:00:15.845Z Compiling tar v0.4.45
16862026-05-19T19:00:16.053Z Compiling slog-term v2.9.2
16872026-05-19T19:00:33.828Z Compiling rustls-webpki v0.103.9
16882026-05-19T19:00:36.681Z Compiling tokio-rustls v0.26.4
16892026-05-19T19:00:36.681Z Compiling rustls-platform-verifier v0.6.2
16902026-05-19T19:00:36.878Z Compiling hyper-rustls v0.27.7
16912026-05-19T19:00:37.077Z Compiling reqwest v0.12.28
16922026-05-19T19:00:37.077Z Compiling reqwest v0.13.2
16932026-05-19T19:00:38.338Z Compiling tough v0.22.0
16942026-05-19T19:00:40.901Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16952026-05-19T19:00:41.141Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16962026-05-19T19:00:43.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.02s
16972026-05-19T19:00:44.133Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16982026-05-19T19:00:44.201ZMay 19 19:00:44.067 INFO Starting download, target: TransceiverControl
16992026-05-19T19:00:44.201ZMay 19 19:00:44.067 INFO Starting download, target: Clickhouse
17002026-05-19T19:00:44.201ZMay 19 19:00:44.067 INFO Starting download, target: Console
17012026-05-19T19:00:44.201ZMay 19 19:00:44.067 INFO Starting download, target: Cockroach
17022026-05-19T19:00:44.201ZMay 19 19:00:44.067 INFO Starting download, target: MaghemiteMgd
17032026-05-19T19:00:44.216ZMay 19 19:00:44.067 INFO Starting download, target: DendriteStub
17042026-05-19T19:00:44.216ZMay 19 19:00:44.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17052026-05-19T19:00:44.216ZMay 19 19:00:44.067 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17062026-05-19T19:00:44.216ZMay 19 19:00:44.067 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17072026-05-19T19:00:44.216ZMay 19 19:00:44.068 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-05-19T19:00:44.216ZMay 19 19:00:44.068 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17092026-05-19T19:00:44.216ZMay 19 19:00:44.068 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-05-19T19:00:44.752ZMay 19 19:00:44.607 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17112026-05-19T19:00:44.951ZMay 19 19:00:44.819 INFO Download complete, target: TransceiverControl
17122026-05-19T19:00:45.203ZMay 19 19:00:45.061 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17132026-05-19T19:00:45.478ZMay 19 19:00:45.339 INFO Download complete, target: Console
17142026-05-19T19:00:46.018ZMay 19 19:00:45.878 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-05-19T19:00:46.282ZMay 19 19:00:46.155 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17162026-05-19T19:00:46.418ZMay 19 19:00:46.282 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-05-19T19:00:46.823ZMay 19 19:00:46.699 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17182026-05-19T19:00:46.823ZMay 19 19:00:46.700 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17192026-05-19T19:00:48.407ZMay 19 19:00:48.226 INFO Download complete, target: DendriteStub
17202026-05-19T19:00:48.672ZMay 19 19:00:48.549 INFO Download complete, target: MaghemiteMgd
17212026-05-19T19:00:51.518ZMay 19 19:00:51.394 INFO Checking that binary works, target: Cockroach
17222026-05-19T19:00:51.727ZMay 19 19:00:51.605 INFO Download complete, target: Cockroach
17232026-05-19T19:00:53.139ZMay 19 19:00:53.016 INFO Checking that binary works, target: Clickhouse
17242026-05-19T19:00:53.260ZMay 19 19:00:53.134 INFO Download complete, target: Clickhouse
17252026-05-19T19:00:53.264ZAll prerequisites installed successfully
17262026-05-19T19:00:53.264Z
17272026-05-19T19:00:53.264Zreal 2:04.022588992
17282026-05-19T19:00:53.264Zuser 7:16.763380702
17292026-05-19T19:00:53.264Zsys 1:47.798272004
17302026-05-19T19:00:53.264Ztrap 0.255785507
17312026-05-19T19:00:53.264Ztflt 2.324536638
17322026-05-19T19:00:53.264Zdflt 3.353106654
17332026-05-19T19:00:53.264Zkflt 0.047071455
17342026-05-19T19:00:53.264Zlock 23:55.598005361
17352026-05-19T19:00:53.264Zslp 20:07.217150559
17362026-05-19T19:00:53.264Zlat 25.148086638
17372026-05-19T19:00:53.265Zstop 3:04.786955873
17382026-05-19T19:00:53.265Z+ ptime -m cargo xtask download softnpu
17392026-05-19T19:00:53.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17402026-05-19T19:00:53.801Z Running `target/debug/xtask download softnpu`
17412026-05-19T19:00:54.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17422026-05-19T19:00:54.620Z Running `target/debug/xtask-downloader softnpu`
17432026-05-19T19:00:54.661ZMay 19 19:00:54.539 INFO Starting download, target: Softnpu
17442026-05-19T19:00:54.665ZMay 19 19:00:54.540 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17452026-05-19T19:00:55.207ZMay 19 19:00:55.084 INFO Download complete, target: Softnpu
17462026-05-19T19:00:55.214Z
17472026-05-19T19:00:55.214Zreal 1.940979966
17482026-05-19T19:00:55.214Zuser 1.309840248
17492026-05-19T19:00:55.214Zsys 0.648775679
17502026-05-19T19:00:55.214Ztrap 0.000462631
17512026-05-19T19:00:55.214Ztflt 0.000159549
17522026-05-19T19:00:55.214Zdflt 0.000157349
17532026-05-19T19:00:55.214Zkflt 0.000000000
17542026-05-19T19:00:55.214Zlock 10.006029802
17552026-05-19T19:00:55.214Zslp 0.407294980
17562026-05-19T19:00:55.214Zlat 0.087508759
17572026-05-19T19:00:55.215Zstop 0.000186919
17582026-05-19T19:00:55.215Z+ export CARGO_INCREMENTAL=0
17592026-05-19T19:00:55.215Z+ CARGO_INCREMENTAL=0
17602026-05-19T19:00:55.215Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17612026-05-19T19:00:56.105Z Compiling proc-macro2 v1.0.106
17622026-05-19T19:00:56.105Z Compiling quote v1.0.45
17632026-05-19T19:00:56.105Z Compiling unicode-ident v1.0.24
17642026-05-19T19:00:56.106Z Compiling libc v0.2.185
17652026-05-19T19:00:56.176Z Compiling serde_core v1.0.228
17662026-05-19T19:00:56.176Z Compiling serde v1.0.228
17672026-05-19T19:00:56.176Z Compiling cfg-if v1.0.4
17682026-05-19T19:00:56.177Z Compiling version_check v0.9.5
17692026-05-19T19:00:56.177Z Compiling find-msvc-tools v0.1.9
17702026-05-19T19:00:56.177Z Compiling shlex v1.3.0
17712026-05-19T19:00:56.177Z Compiling typenum v1.19.0
17722026-05-19T19:00:56.177Z Compiling zmij v1.0.21
17732026-05-19T19:00:56.177Z Compiling autocfg v1.5.0
17742026-05-19T19:00:56.177Z Compiling memchr v2.8.0
17752026-05-19T19:00:56.177Z Compiling serde_json v1.0.149
17762026-05-19T19:00:56.491Z Compiling portable-atomic v1.13.1
17772026-05-19T19:00:56.494Z Compiling libm v0.2.16
17782026-05-19T19:00:56.528Z Compiling zerocopy v0.8.40
17792026-05-19T19:00:56.536Z Compiling smallvec v1.15.1
17802026-05-19T19:00:56.608Z Compiling parking_lot_core v0.9.12
17812026-05-19T19:00:56.686Z Compiling icu_properties_data v2.1.2
17822026-05-19T19:00:56.832Z Compiling generic-array v0.14.7
17832026-05-19T19:00:56.838Z Compiling num-traits v0.2.19
17842026-05-19T19:00:56.838Z Compiling icu_normalizer_data v2.1.1
17852026-05-19T19:00:56.877Z Compiling itoa v1.0.17
17862026-05-19T19:00:56.893Z Compiling getrandom v0.4.1
17872026-05-19T19:00:56.893Z Compiling log v0.4.29
17882026-05-19T19:00:56.942Z Compiling stable_deref_trait v1.2.1
17892026-05-19T19:00:56.946Z Compiling pkg-config v0.3.32
17902026-05-19T19:00:57.106Z Compiling subtle v2.6.1
17912026-05-19T19:00:57.217Z Compiling jobserver v0.1.34
17922026-05-19T19:00:57.217Z Compiling getrandom v0.2.17
17932026-05-19T19:00:57.251Z Compiling scopeguard v1.2.0
17942026-05-19T19:00:57.363Z Compiling errno v0.3.14
17952026-05-19T19:00:57.401Z Compiling lock_api v0.4.14
17962026-05-19T19:00:57.418Z Compiling rand_core v0.6.4
17972026-05-19T19:00:57.479Z Compiling cc v1.2.56
17982026-05-19T19:00:57.511Z Compiling writeable v0.6.2
17992026-05-19T19:00:57.529Z Compiling percent-encoding v2.3.2
18002026-05-19T19:00:57.545Z Compiling litemap v0.8.1
18012026-05-19T19:00:57.645Z Compiling syn v2.0.117
18022026-05-19T19:00:57.672Z Compiling fnv v1.0.7
18032026-05-19T19:00:57.704Z Compiling pin-project-lite v0.2.17
18042026-05-19T19:00:57.783Z Compiling thiserror v2.0.18
18052026-05-19T19:00:57.814Z Compiling getrandom v0.3.4
18062026-05-19T19:00:57.878Z Compiling dunce v1.0.5
18072026-05-19T19:00:57.881Z Compiling equivalent v1.0.2
18082026-05-19T19:00:57.894Z Compiling fs_extra v1.3.0
18092026-05-19T19:00:57.949Z Compiling schemars v0.8.22
18102026-05-19T19:00:57.949Z Compiling utf8_iter v1.0.4
18112026-05-19T19:00:58.053Z Compiling rustversion v1.0.22
18122026-05-19T19:00:58.056Z Compiling rand_core v0.10.0
18132026-05-19T19:00:58.135Z Compiling form_urlencoded v1.2.2
18142026-05-19T19:00:58.210Z Compiling cmake v0.1.57
18152026-05-19T19:00:58.242Z Compiling critical-section v1.2.0
18162026-05-19T19:00:58.306Z Compiling signal-hook-registry v1.4.8
18172026-05-19T19:00:58.377Z Compiling hashbrown v0.17.0
18182026-05-19T19:00:58.422Z Compiling rustix v1.1.3
18192026-05-19T19:00:58.451Z Compiling mio v1.2.0
18202026-05-19T19:00:58.517Z Compiling socket2 v0.6.3
18212026-05-19T19:00:58.686Z Compiling semver v1.0.28
18222026-05-19T19:00:58.762Z Compiling bitflags v2.11.0
18232026-05-19T19:00:58.778Z Compiling ring v0.17.14
18242026-05-19T19:00:58.807Z Compiling aws-lc-sys v0.40.0
18252026-05-19T19:00:58.866Z Compiling once_cell v1.21.3
18262026-05-19T19:00:58.931Z Compiling indexmap v2.14.0
18272026-05-19T19:00:58.961Z Compiling parking_lot v0.12.5
18282026-05-19T19:00:58.982Z Compiling const-oid v0.9.6
18292026-05-19T19:00:59.107Z Compiling aws-lc-rs v1.16.3
18302026-05-19T19:00:59.124Z Compiling futures-core v0.3.32
18312026-05-19T19:00:59.142Z Compiling httparse v1.10.1
18322026-05-19T19:00:59.232Z Compiling thiserror v1.0.69
18332026-05-19T19:00:59.283Z Compiling strsim v0.11.1
18342026-05-19T19:00:59.324Z Compiling vcpkg v0.2.15
18352026-05-19T19:00:59.417Z Compiling byteorder v1.5.0
18362026-05-19T19:00:59.496Z Compiling ucd-trie v0.1.7
18372026-05-19T19:00:59.592Z Compiling iana-time-zone v0.1.65
18382026-05-19T19:00:59.625Z Compiling ident_case v1.0.1
18392026-05-19T19:00:59.662Z Compiling pest v2.8.6
18402026-05-19T19:00:59.667Z Compiling regex-syntax v0.8.10
18412026-05-19T19:00:59.695Z Compiling syn v1.0.109
18422026-05-19T19:00:59.704Z Compiling heck v0.5.0
18432026-05-19T19:00:59.728Z Compiling uuid v1.23.0
18442026-05-19T19:00:59.790Z Compiling cpufeatures v0.2.17
18452026-05-19T19:00:59.903Z Compiling rustls v0.23.37
18462026-05-19T19:00:59.912Z Compiling openssl-sys v0.9.115
18472026-05-19T19:01:00.055Z Compiling futures-sink v0.3.32
18482026-05-19T19:01:00.072Z Compiling rustc_version v0.4.1
18492026-05-19T19:01:00.151Z Compiling futures-channel v0.3.32
18502026-05-19T19:01:00.188Z Compiling futures-io v0.3.32
18512026-05-19T19:01:00.193Z Compiling futures-task v0.3.32
18522026-05-19T19:01:00.262Z Compiling slab v0.4.12
18532026-05-19T19:01:00.403Z Compiling aho-corasick v1.1.4
18542026-05-19T19:01:00.438Z Compiling synstructure v0.13.2
18552026-05-19T19:01:00.444Z Compiling serde_derive_internals v0.29.1
18562026-05-19T19:01:00.597Z Compiling dyn-clone v1.0.20
18572026-05-19T19:01:00.728Z Compiling plain v0.2.3
18582026-05-19T19:01:00.755Z Compiling pest_meta v2.8.6
18592026-05-19T19:01:00.770Z Compiling base64 v0.22.1
18602026-05-19T19:01:00.864Z Compiling crc32fast v1.5.0
18612026-05-19T19:01:00.880Z Compiling openssl v0.10.79
18622026-05-19T19:01:00.916Z Compiling num-conv v0.2.0
18632026-05-19T19:01:00.982Z Compiling crossbeam-utils v0.8.21
18642026-05-19T19:01:01.086Z Compiling time-core v0.1.8
18652026-05-19T19:01:01.205Z Compiling pretty-hex v0.4.1
18662026-05-19T19:01:01.233Z Compiling regex-automata v0.4.14
18672026-05-19T19:01:01.252Z Compiling native-tls v0.2.18
18682026-05-19T19:01:01.267Z Compiling time-macros v0.2.27
18692026-05-19T19:01:01.304Z Compiling anyhow v1.0.102
18702026-05-19T19:01:01.320Z Compiling base64ct v1.8.3
18712026-05-19T19:01:01.340Z Compiling darling_core v0.21.3
18722026-05-19T19:01:01.356Z Compiling pest_generator v2.8.6
18732026-05-19T19:01:01.498Z Compiling tracing-core v0.1.36
18742026-05-19T19:01:01.512Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-05-19T19:01:01.622Z Compiling pem-rfc7468 v0.7.0
18762026-05-19T19:01:01.701Z Compiling serde_derive v1.0.228
18772026-05-19T19:01:01.796Z Compiling zeroize_derive v1.4.3
18782026-05-19T19:01:01.847Z Compiling zerofrom-derive v0.1.6
18792026-05-19T19:01:01.868Z Compiling yoke-derive v0.8.1
18802026-05-19T19:01:01.887Z Compiling zerovec-derive v0.11.2
18812026-05-19T19:01:01.901Z Compiling displaydoc v0.2.5
18822026-05-19T19:01:02.010Z Compiling zerocopy-derive v0.8.40
18832026-05-19T19:01:02.031Z Compiling tokio-macros v2.7.0
18842026-05-19T19:01:02.252Z Compiling futures-macro v0.3.32
18852026-05-19T19:01:02.417Z Compiling zeroize v1.8.2
18862026-05-19T19:01:02.676Z Compiling thiserror-impl v2.0.18
18872026-05-19T19:01:02.770Z Compiling schemars_derive v0.8.22
18882026-05-19T19:01:02.832Z Compiling tracing-attributes v0.1.31
18892026-05-19T19:01:02.945Z Compiling der_derive v0.7.3
18902026-05-19T19:01:02.988Z Compiling zerofrom v0.1.6
18912026-05-19T19:01:03.188Z Compiling yoke v0.8.1
18922026-05-19T19:01:03.208Z Compiling crypto-common v0.1.7
18932026-05-19T19:01:03.314Z Compiling zerovec v0.11.5
18942026-05-19T19:01:03.343Z Compiling zerotrie v0.2.3
18952026-05-19T19:01:03.395Z Compiling block-buffer v0.10.4
18962026-05-19T19:01:03.534Z Compiling digest v0.10.7
18972026-05-19T19:01:03.767Z Compiling thiserror-impl v1.0.69
18982026-05-19T19:01:03.845Z Compiling pest_derive v2.8.6
18992026-05-19T19:01:03.854Z Compiling tinystr v0.8.2
19002026-05-19T19:01:03.917Z Compiling potential_utf v0.1.4
19012026-05-19T19:01:03.935Z Compiling futures-util v0.3.32
19022026-05-19T19:01:03.964Z Compiling hmac v0.12.1
19032026-05-19T19:01:04.079Z Compiling icu_locale_core v2.1.1
19042026-05-19T19:01:04.097Z Compiling icu_collections v2.1.1
19052026-05-19T19:01:04.306Z Compiling block-padding v0.3.3
19062026-05-19T19:01:04.327Z Compiling rustls-pki-types v1.14.0
19072026-05-19T19:01:04.713Z Compiling inout v0.1.4
19082026-05-19T19:01:04.731Z Compiling openssl-macros v0.1.1
19092026-05-19T19:01:04.840Z Compiling bytes v1.11.1
19102026-05-19T19:01:04.874Z Compiling icu_provider v2.1.1
19112026-05-19T19:01:04.889Z Compiling chrono v0.4.44
19122026-05-19T19:01:05.104Z Compiling serde_tokenstream v0.2.3
19132026-05-19T19:01:05.134Z Compiling icu_properties v2.1.2
19142026-05-19T19:01:05.182Z Compiling icu_normalizer v2.1.1
19152026-05-19T19:01:05.404Z Compiling tokio v1.52.1
19162026-05-19T19:01:05.746Z Compiling cipher v0.4.4
19172026-05-19T19:01:05.761Z Compiling sha2 v0.10.9
19182026-05-19T19:01:06.013Z Compiling idna_adapter v1.2.1
19192026-05-19T19:01:06.134Z Compiling idna v1.1.0
19202026-05-19T19:01:06.170Z Compiling ppv-lite86 v0.2.21
19212026-05-19T19:01:06.439Z Compiling scroll_derive v0.13.1
19222026-05-19T19:01:06.525Z Compiling url v2.5.8
19232026-05-19T19:01:06.560Z Compiling scroll_derive v0.12.1
19242026-05-19T19:01:06.632Z Compiling http v1.4.0
19252026-05-19T19:01:06.774Z Compiling untrusted v0.9.0
19262026-05-19T19:01:06.774Z Compiling flagset v0.4.7
19272026-05-19T19:01:06.920Z Compiling der v0.7.10
19282026-05-19T19:01:06.935Z Compiling tracing v0.1.44
19292026-05-19T19:01:07.220Z Compiling darling_macro v0.21.3
19302026-05-19T19:01:07.240Z Compiling regex v1.12.3
19312026-05-19T19:01:07.369Z Compiling zerocopy-derive v0.7.35
19322026-05-19T19:01:07.442Z Compiling rand_core v0.9.5
19332026-05-19T19:01:07.644Z Compiling slog v2.8.2
19342026-05-19T19:01:07.858Z Compiling spki v0.7.3
19352026-05-19T19:01:08.075Z Compiling darling v0.21.3
19362026-05-19T19:01:08.091Z Compiling salsa20 v0.10.2
19372026-05-19T19:01:08.183Z Compiling pbkdf2 v0.12.2
19382026-05-19T19:01:08.475Z Compiling cookie v0.18.1
19392026-05-19T19:01:08.653Z Compiling camino v1.2.2
19402026-05-19T19:01:08.852Z Compiling scrypt v0.11.0
19412026-05-19T19:01:08.960Z Compiling rand_chacha v0.9.0
19422026-05-19T19:01:08.977Z Compiling http-body v1.0.1
19432026-05-19T19:01:09.012Z Compiling aes v0.8.4
19442026-05-19T19:01:09.091Z Compiling cbc v0.1.2
19452026-05-19T19:01:09.204Z Compiling usdt-impl v0.5.0
19462026-05-19T19:01:09.221Z Compiling paste v1.0.15
19472026-05-19T19:01:09.235Z Compiling tokio-util v0.7.18
19482026-05-19T19:01:09.256Z Compiling either v1.15.0
19492026-05-19T19:01:09.340Z Compiling tinyvec_macros v0.1.1
19502026-05-19T19:01:09.410Z Compiling openssl-probe v0.2.1
19512026-05-19T19:01:09.424Z Compiling atomic-waker v1.1.2
19522026-05-19T19:01:09.427Z Compiling ref-cast v1.0.25
19532026-05-19T19:01:09.480Z Compiling unicode-segmentation v1.12.0
19542026-05-19T19:01:09.497Z Compiling untrusted v0.7.1
19552026-05-19T19:01:09.571Z Compiling winnow v0.7.14
19562026-05-19T19:01:09.585Z Compiling usdt-impl v0.6.0
19572026-05-19T19:01:09.699Z Compiling tinyvec v1.10.0
19582026-05-19T19:01:09.741Z Compiling pkcs5 v0.7.1
19592026-05-19T19:01:09.943Z Compiling rand v0.9.2
19602026-05-19T19:01:10.218Z Compiling scroll v0.13.0
19612026-05-19T19:01:10.343Z Compiling scroll v0.12.0
19622026-05-19T19:01:10.363Z Compiling toml_datetime v0.6.11
19632026-05-19T19:01:10.495Z Compiling serde_spanned v0.6.9
19642026-05-19T19:01:10.512Z Compiling async-trait v0.1.89
19652026-05-19T19:01:10.533Z Compiling heapless v0.7.17
19662026-05-19T19:01:10.619Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-05-19T19:01:10.672Z Compiling tower-service v0.3.3
19682026-05-19T19:01:10.779Z Compiling signal-hook v0.3.18
19692026-05-19T19:01:10.796Z Compiling try-lock v0.2.5
19702026-05-19T19:01:10.827Z Compiling tower-layer v0.3.3
19712026-05-19T19:01:10.893Z Compiling zstd-safe v7.2.4
19722026-05-19T19:01:11.017Z Compiling fastrand v2.3.0
19732026-05-19T19:01:11.125Z Compiling h2 v0.4.13
19742026-05-19T19:01:11.141Z Compiling want v0.3.1
19752026-05-19T19:01:11.267Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-05-19T19:01:11.318Z Compiling goblin v0.8.2
19772026-05-19T19:01:11.343Z Compiling goblin v0.10.5
19782026-05-19T19:01:11.389Z Compiling pkcs8 v0.10.2
19792026-05-19T19:01:11.434Z Compiling heck v0.4.1
19802026-05-19T19:01:11.652Z Compiling zerocopy v0.7.35
19812026-05-19T19:01:11.693Z Compiling ipnet v2.11.0
19822026-05-19T19:01:11.835Z Compiling ref-cast-impl v1.0.25
19832026-05-19T19:01:12.056Z Compiling darling_core v0.20.11
19842026-05-19T19:01:12.158Z Compiling curve25519-dalek v4.1.3
19852026-05-19T19:01:12.229Z Compiling toml_datetime v0.7.5+spec-1.1.0
19862026-05-19T19:01:12.396Z Compiling memoffset v0.9.1
19872026-05-19T19:01:12.450Z Compiling rustix v0.38.44
19882026-05-19T19:01:12.516Z Compiling httpdate v1.0.3
19892026-05-19T19:01:12.627Z Compiling pin-utils v0.1.0
19902026-05-19T19:01:12.719Z Compiling winnow v0.5.40
19912026-05-19T19:01:12.931Z Compiling foreign-types-shared v0.1.1
19922026-05-19T19:01:12.953Z Compiling litrs v1.0.0
19932026-05-19T19:01:13.137Z Compiling foreign-types v0.3.2
19942026-05-19T19:01:13.216Z Compiling tempfile v3.25.0
19952026-05-19T19:01:13.443Z Compiling document-features v0.2.12
19962026-05-19T19:01:13.562Z Compiling dof v0.3.0
19972026-05-19T19:01:13.872Z Compiling unicode-normalization v0.1.25
19982026-05-19T19:01:13.985Z Compiling toml_edit v0.19.15
19992026-05-19T19:01:14.015Z Compiling darling_macro v0.20.11
20002026-05-19T19:01:14.037Z Compiling dof v0.4.0
20012026-05-19T19:01:14.130Z Compiling hyper v1.8.1
20022026-05-19T19:01:14.174Z Compiling dtrace-parser v0.2.0
20032026-05-19T19:01:14.376Z Compiling dtrace-parser v0.3.0
20042026-05-19T19:01:14.511Z Compiling pin-project-internal v1.1.11
20052026-05-19T19:01:14.982Z Compiling daft-derive v0.1.5
20062026-05-19T19:01:14.985Z Compiling spin v0.9.8
20072026-05-19T19:01:14.985Z Compiling thread-id v4.2.2
20082026-05-19T19:01:14.985Z Compiling thread-id v5.1.0
20092026-05-19T19:01:14.985Z Compiling num-bigint-dig v0.8.6
20102026-05-19T19:01:14.985Z Compiling powerfmt v0.2.0
20112026-05-19T19:01:14.985Z Compiling smoltcp v0.9.1
20122026-05-19T19:01:15.035Z Compiling cfg_aliases v0.2.1
20132026-05-19T19:01:15.093Z Compiling deranged v0.5.8
20142026-05-19T19:01:15.139Z Compiling nix v0.31.2
20152026-05-19T19:01:15.205Z Compiling hyper-util v0.1.20
20162026-05-19T19:01:15.527Z Compiling darling v0.20.11
20172026-05-19T19:01:15.648Z Compiling rustls-native-certs v0.8.3
20182026-05-19T19:01:15.690Z Compiling ipnetwork v0.21.1
20192026-05-19T19:01:16.101Z Compiling strum_macros v0.26.4
20202026-05-19T19:01:16.265Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-19T19:01:16.751Z Compiling sync_wrapper v1.0.2
20222026-05-19T19:01:16.755Z Compiling wait-timeout v0.2.1
20232026-05-19T19:01:16.755Z Compiling bit-vec v0.8.0
20242026-05-19T19:01:16.796Z Compiling num_threads v0.1.7
20252026-05-19T19:01:16.863Z Compiling siphasher v1.0.2
20262026-05-19T19:01:16.907Z Compiling simd-adler32 v0.3.8
20272026-05-19T19:01:16.960Z Compiling quick-error v1.2.3
20282026-05-19T19:01:17.083Z Compiling anstyle v1.0.13
20292026-05-19T19:01:17.127Z Compiling utf8parse v0.2.2
20302026-05-19T19:01:17.227Z Compiling anstyle-parse v0.2.7
20312026-05-19T19:01:17.246Z Compiling time v0.3.47
20322026-05-19T19:01:17.263Z Compiling rusty-fork v0.3.1
20332026-05-19T19:01:17.344Z Compiling bit-set v0.8.0
20342026-05-19T19:01:17.428Z Compiling tower v0.5.3
20352026-05-19T19:01:17.744Z Compiling derive_builder_core v0.20.2
20362026-05-19T19:01:17.766Z Compiling snafu-derive v0.8.9
20372026-05-19T19:01:17.911Z Compiling http-body-util v0.1.3
20382026-05-19T19:01:18.174Z Compiling webpki-roots v1.0.6
20392026-05-19T19:01:18.207Z Compiling rand_xorshift v0.4.0
20402026-05-19T19:01:18.315Z Compiling signature v2.2.0
20412026-05-19T19:01:18.373Z Compiling hubpack_derive v0.1.1
20422026-05-19T19:01:18.390Z Compiling strum_macros v0.27.2
20432026-05-19T19:01:18.549Z Compiling fs-err v3.3.0
20442026-05-19T19:01:18.638Z Compiling ahash v0.8.12
20452026-05-19T19:01:18.751Z Compiling allocator-api2 v0.2.21
20462026-05-19T19:01:18.834Z Compiling is_terminal_polyfill v1.70.2
20472026-05-19T19:01:18.884Z Compiling unicode-bidi v0.3.18
20482026-05-19T19:01:18.953Z Compiling colorchoice v1.0.4
20492026-05-19T19:01:18.985Z Compiling object v0.37.3
20502026-05-19T19:01:19.014Z Compiling ryu v1.0.23
20512026-05-19T19:01:19.031Z Compiling unicode-properties v0.1.4
20522026-05-19T19:01:19.121Z Compiling unarray v0.1.4
20532026-05-19T19:01:19.234Z Compiling anstyle-query v1.1.5
20542026-05-19T19:01:19.234Z Compiling iri-string v0.7.10
20552026-05-19T19:01:19.269Z Compiling adler2 v2.0.1
20562026-05-19T19:01:19.273Z Compiling proptest v1.11.0
20572026-05-19T19:01:19.324Z Compiling stringprep v0.1.5
20582026-05-19T19:01:19.361Z Compiling anstream v0.6.21
20592026-05-19T19:01:19.377Z Compiling serde_urlencoded v0.7.1
20602026-05-19T19:01:19.421Z Compiling miniz_oxide v0.8.9
20612026-05-19T19:01:19.697Z Compiling derive_builder_macro v0.20.2
20622026-05-19T19:01:19.802Z Compiling tokio-native-tls v0.3.1
20632026-05-19T19:01:20.341Z Compiling usdt-attr-macro v0.6.0
20642026-05-19T19:01:20.345Z Compiling usdt-macro v0.6.0
20652026-05-19T19:01:20.345Z Compiling rand_chacha v0.3.1
20662026-05-19T19:01:20.345Z Compiling erased-serde v0.3.31
20672026-05-19T19:01:20.385Z Compiling tower-http v0.6.8
20682026-05-19T19:01:20.510Z Compiling md-5 v0.10.6
20692026-05-19T19:01:20.620Z Compiling bstr v1.12.1
20702026-05-19T19:01:20.692Z Compiling num-integer v0.1.46
20712026-05-19T19:01:20.709Z Compiling hash32 v0.2.1
20722026-05-19T19:01:20.713Z Compiling vergen-lib v0.1.6
20732026-05-19T19:01:20.816Z Compiling ff v0.13.1
20742026-05-19T19:01:20.955Z Compiling zlib-rs v0.6.2
20752026-05-19T19:01:20.955Z Compiling psl-types v2.0.11
20762026-05-19T19:01:21.013Z Compiling fallible-iterator v0.2.0
20772026-05-19T19:01:21.017Z Compiling base16ct v0.2.0
20782026-05-19T19:01:21.101Z Compiling publicsuffix v2.3.0
20792026-05-19T19:01:21.119Z Compiling num-iter v0.1.45
20802026-05-19T19:01:21.122Z Compiling group v0.13.0
20812026-05-19T19:01:21.198Z Compiling sec1 v0.7.3
20822026-05-19T19:01:21.326Z Compiling postgres-protocol v0.6.10
20832026-05-19T19:01:21.345Z Compiling newtype-uuid v1.3.2
20842026-05-19T19:01:21.482Z Compiling rand v0.8.6
20852026-05-19T19:01:21.671Z Compiling oxnet v0.1.4
20862026-05-19T19:01:21.787Z Compiling derive_builder v0.20.2
20872026-05-19T19:01:21.927Z Compiling hyper-tls v0.6.0
20882026-05-19T19:01:22.053Z Compiling phf_shared v0.13.1
20892026-05-19T19:01:22.111Z Compiling pin-project v1.1.11
20902026-05-19T19:01:22.171Z Compiling lazy_static v1.5.0
20912026-05-19T19:01:22.615Z Compiling terminal_size v0.4.3
20922026-05-19T19:01:22.615Z Compiling serde_with_macros v3.17.0
20932026-05-19T19:01:22.615Z Compiling futures-executor v0.3.32
20942026-05-19T19:01:22.615Z Compiling hex v0.4.3
20952026-05-19T19:01:22.615Z Compiling cargo-platform v0.1.9
20962026-05-19T19:01:22.634Z Compiling hkdf v0.12.4
20972026-05-19T19:01:22.637Z Compiling crypto-bigint v0.5.5
20982026-05-19T19:01:22.667Z Compiling async-recursion v1.1.1
20992026-05-19T19:01:22.800Z Compiling clap_derive v4.5.55
21002026-05-19T19:01:22.839Z Compiling serde_repr v0.1.20
21012026-05-19T19:01:22.957Z Compiling enum-as-inner v0.6.1
21022026-05-19T19:01:23.032Z Compiling flate2 v1.1.9
21032026-05-19T19:01:23.284Z Compiling vergen v9.0.6
21042026-05-19T19:01:23.323Z Compiling encoding_rs v0.8.35
21052026-05-19T19:01:23.378Z Compiling foldhash v0.1.5
21062026-05-19T19:01:23.395Z Compiling managed v0.8.0
21072026-05-19T19:01:23.442Z Compiling same-file v1.0.6
21082026-05-19T19:01:23.459Z Compiling mime v0.3.17
21092026-05-19T19:01:23.483Z Compiling clap_lex v1.0.0
21102026-05-19T19:01:23.631Z Compiling bitflags v1.3.2
21112026-05-19T19:01:23.693Z Compiling bumpalo v3.20.2
21122026-05-19T19:01:24.142Z Compiling foldhash v0.2.0
21132026-05-19T19:01:24.142Z Compiling libbz2-rs-sys v0.2.2
21142026-05-19T19:01:24.146Z Compiling clap_builder v4.5.60
21152026-05-19T19:01:24.146Z Compiling zopfli v0.8.3
21162026-05-19T19:01:24.146Z Compiling hashbrown v0.16.1
21172026-05-19T19:01:24.351Z Compiling bzip2 v0.6.1
21182026-05-19T19:01:24.412Z Compiling walkdir v2.5.0
21192026-05-19T19:01:24.541Z Compiling elliptic-curve v0.13.8
21202026-05-19T19:01:24.569Z Compiling hashbrown v0.15.5
21212026-05-19T19:01:24.655Z Compiling zstd v0.13.3
21222026-05-19T19:01:24.673Z Compiling cargo_metadata v0.19.2
21232026-05-19T19:01:24.674Z Compiling futures v0.3.32
21242026-05-19T19:01:24.928Z Compiling phf v0.13.1
21252026-05-19T19:01:24.947Z Compiling snafu v0.8.9
21262026-05-19T19:01:25.080Z Compiling signal-hook-mio v0.2.5
21272026-05-19T19:01:25.121Z Compiling daft v0.1.5
21282026-05-19T19:01:25.218Z Compiling postgres-types v0.2.12
21292026-05-19T19:01:25.295Z Compiling cookie_store v0.22.1
21302026-05-19T19:01:25.418Z Compiling bzip2 v0.4.4
21312026-05-19T19:01:25.452Z Compiling globset v0.4.18
21322026-05-19T19:01:25.636Z Compiling strum v0.27.2
21332026-05-19T19:01:25.801Z Compiling hubpack v0.1.2
21342026-05-19T19:01:25.904Z Compiling ed25519 v2.2.3
21352026-05-19T19:01:25.920Z Compiling phf_shared v0.11.3
21362026-05-19T19:01:25.993Z Compiling crossbeam-epoch v0.9.18
21372026-05-19T19:01:26.065Z Compiling olpc-cjson v0.1.4
21382026-05-19T19:01:26.087Z Compiling pkcs1 v0.7.5
21392026-05-19T19:01:26.161Z Compiling pem v3.0.6
21402026-05-19T19:01:26.224Z Compiling serde-big-array v0.5.1
21412026-05-19T19:01:26.251Z Compiling serde_plain v1.0.2
21422026-05-19T19:01:26.331Z Compiling rfc6979 v0.4.0
21432026-05-19T19:01:26.394Z Compiling float-cmp v0.10.0
21442026-05-19T19:01:26.410Z Compiling memmap2 v0.9.10
21452026-05-19T19:01:26.460Z Compiling env_filter v1.0.0
21462026-05-19T19:01:26.479Z Compiling data-encoding v2.10.0
21472026-05-19T19:01:26.510Z Compiling whoami v2.1.0
21482026-05-19T19:01:26.588Z Compiling difflib v0.4.0
21492026-05-19T19:01:26.594Z Compiling fixedbitset v0.4.2
21502026-05-19T19:01:27.043Z Compiling jiff v0.2.21
21512026-05-19T19:01:27.048Z Compiling typed-path v0.9.3
21522026-05-19T19:01:27.048Z Compiling toml_write v0.1.2
21532026-05-19T19:01:27.048Z Compiling new_debug_unreachable v1.0.6
21542026-05-19T19:01:27.048Z Compiling fixedbitset v0.5.7
21552026-05-19T19:01:27.048Z Compiling precomputed-hash v0.1.1
21562026-05-19T19:01:27.048Z Compiling static_assertions v1.1.0
21572026-05-19T19:01:27.057Z Compiling rustc-hash v2.1.1
21582026-05-19T19:01:27.120Z Compiling predicates-core v1.0.10
21592026-05-19T19:01:27.137Z Compiling normalize-line-endings v0.3.0
21602026-05-19T19:01:27.156Z Compiling keccak v0.1.6
21612026-05-19T19:01:27.169Z Compiling iddqd v0.3.18
21622026-05-19T19:01:27.202Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-19T19:01:27.250Z Compiling predicates v3.1.4
21642026-05-19T19:01:27.313Z Compiling sha3 v0.10.8
21652026-05-19T19:01:27.365Z Compiling string_cache v0.8.9
21662026-05-19T19:01:27.486Z Compiling petgraph v0.8.3
21672026-05-19T19:01:27.599Z Compiling toml_edit v0.22.27
21682026-05-19T19:01:27.603Z Compiling hickory-proto v0.25.2
21692026-05-19T19:01:28.241Z Compiling tokio-postgres v0.7.16
21702026-05-19T19:01:28.244Z Compiling petgraph v0.6.5
21712026-05-19T19:01:28.244Z Compiling env_logger v0.11.9
21722026-05-19T19:01:28.696Z Compiling usdt v0.6.0
21732026-05-19T19:01:28.706Z Compiling ecdsa v0.16.9
21742026-05-19T19:01:28.707Z Compiling rsa v0.9.10
21752026-05-19T19:01:28.842Z Compiling ed25519-dalek v2.2.0
21762026-05-19T19:01:29.407Z Compiling zip v4.6.1
21772026-05-19T19:01:29.706Z Compiling crossterm v0.28.1
21782026-05-19T19:01:29.919Z Compiling zip v0.6.6
21792026-05-19T19:01:29.998Z Compiling clap v4.5.60
21802026-05-19T19:01:30.340Z Compiling serde_with v3.17.0
21812026-05-19T19:01:30.393Z Compiling similar v2.7.0
21822026-05-19T19:01:30.423Z Compiling strum v0.26.3
21832026-05-19T19:01:30.440Z Compiling toml v0.7.8
21842026-05-19T19:01:30.490Z Compiling tokio-stream v0.1.18
21852026-05-19T19:01:30.570Z Compiling itertools v0.13.0
21862026-05-19T19:01:30.586Z Compiling buf-list v1.1.2
21872026-05-19T19:01:30.940Z Compiling x509-cert v0.2.5
21882026-05-19T19:01:31.032Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21892026-05-19T19:01:31.163Z Compiling openapiv3 v2.2.0
21902026-05-19T19:01:31.350Z Compiling sha1 v0.10.6
21912026-05-19T19:01:31.607Z Compiling lalrpop-util v0.19.12
21922026-05-19T19:01:31.822Z Compiling peg-runtime v0.8.5
21932026-05-19T19:01:46.134Z Compiling rustls-webpki v0.103.9
21942026-05-19T19:01:48.007Z Compiling macaddr v1.0.1
21952026-05-19T19:01:48.251Z Compiling structmeta-derive v0.3.0
21962026-05-19T19:01:48.298Z Compiling rayon-core v1.13.0
21972026-05-19T19:01:48.329Z Compiling crucible-workspace-hack v0.1.0
21982026-05-19T19:01:48.550Z Compiling itertools v0.14.0
21992026-05-19T19:01:48.569Z Compiling secrecy v0.10.3
22002026-05-19T19:01:48.584Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-19T19:01:48.622Z Compiling rustls v0.22.4
22022026-05-19T19:01:48.759Z Compiling heapless v0.8.0
22032026-05-19T19:01:48.915Z Compiling crossbeam-deque v0.8.6
22042026-05-19T19:01:48.950Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-05-19T19:01:49.011Z Compiling rustls-webpki v0.102.8
22062026-05-19T19:01:49.029Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-19T19:01:49.147Z Compiling hash32 v0.3.1
22082026-05-19T19:01:49.162Z Compiling multer v3.1.0
22092026-05-19T19:01:49.203Z Compiling thread_local v1.1.9
22102026-05-19T19:01:49.275Z Compiling match_cfg v0.1.0
22112026-05-19T19:01:49.291Z Compiling unicode-width v0.2.0
22122026-05-19T19:01:49.295Z Compiling structmeta v0.3.0
22132026-05-19T19:01:49.350Z Compiling compression-core v0.4.31
22142026-05-19T19:01:49.374Z Compiling smoltcp v0.11.0
22152026-05-19T19:01:49.394Z Compiling slog-async v2.8.0
22162026-05-19T19:01:49.398Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-05-19T19:01:49.548Z Compiling compression-codecs v0.4.37
22182026-05-19T19:01:49.566Z Compiling derive-ex v0.1.8
22192026-05-19T19:01:49.583Z Compiling proc-macro-crate v3.4.0
22202026-05-19T19:01:49.728Z Compiling tokio-rustls v0.26.4
22212026-05-19T19:01:49.764Z Compiling rustls-platform-verifier v0.6.2
22222026-05-19T19:01:49.778Z Compiling hostname v0.3.1
22232026-05-19T19:01:49.834Z Compiling ingot-macros v0.1.1
22242026-05-19T19:01:49.939Z Compiling hyper-rustls v0.27.7
22252026-05-19T19:01:49.978Z Compiling slog-json v2.6.1
22262026-05-19T19:01:49.998Z Compiling crossbeam-channel v0.5.15
22272026-05-19T19:01:50.044Z Compiling half v2.7.1
22282026-05-19T19:01:50.261Z Compiling reqwest v0.12.28
22292026-05-19T19:01:50.280Z Compiling reqwest v0.13.2
22302026-05-19T19:01:50.415Z Compiling newtype-uuid-macros v0.1.0
22312026-05-19T19:01:50.445Z Compiling cobs v0.3.0
22322026-05-19T19:01:50.711Z Compiling thiserror-impl-no-std v2.0.2
22332026-05-19T19:01:50.752Z Compiling universal-hash v0.5.1
22342026-05-19T19:01:50.864Z Compiling async-stream-impl v0.3.6
22352026-05-19T19:01:50.920Z Compiling serde_spanned v1.0.4
22362026-05-19T19:01:51.110Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-05-19T19:01:51.126Z Compiling is-terminal v0.4.17
22382026-05-19T19:01:51.175Z Compiling proc-macro-error-attr v1.0.4
22392026-05-19T19:01:51.248Z Compiling dropshot v0.17.0
22402026-05-19T19:01:51.416Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22412026-05-19T19:01:51.430Z Compiling toml_writer v1.0.6+spec-1.1.0
22422026-05-19T19:01:51.473Z Compiling convert_case v0.4.0
22432026-05-19T19:01:51.489Z Compiling take_mut v0.2.2
22442026-05-19T19:01:51.531Z Compiling ciborium-io v0.2.2
22452026-05-19T19:01:51.569Z Compiling term v1.2.1
22462026-05-19T19:01:51.635Z Compiling opaque-debug v0.3.1
22472026-05-19T19:01:51.665Z Compiling toml v1.0.6+spec-1.1.0
22482026-05-19T19:01:51.690Z Compiling ciborium-ll v0.2.2
22492026-05-19T19:01:51.722Z Compiling tokio-rustls v0.25.0
22502026-05-19T19:01:51.738Z Compiling poly1305 v0.8.0
22512026-05-19T19:01:51.821Z Compiling thiserror-no-std v2.0.2
22522026-05-19T19:01:51.831Z Compiling derive_more v0.99.20
22532026-05-19T19:01:51.921Z Compiling tough v0.22.0
22542026-05-19T19:01:51.977Z Compiling slog-term v2.9.2
22552026-05-19T19:01:51.992Z Compiling async-stream v0.3.6
22562026-05-19T19:01:52.322Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22572026-05-19T19:01:52.391Z Compiling test-strategy v0.4.5
22582026-05-19T19:01:52.504Z Compiling ingot-types v0.1.2
22592026-05-19T19:01:52.982Z Compiling ingot v0.1.1
22602026-05-19T19:01:53.044Z Compiling postcard v1.1.3
22612026-05-19T19:01:53.381Z Compiling slog-bunyan v2.5.0
22622026-05-19T19:01:53.450Z Compiling num_enum_derive v0.7.5
22632026-05-19T19:01:53.595Z Compiling async-compression v0.4.41
22642026-05-19T19:01:53.628Z Compiling parse-display-derive v0.10.0
22652026-05-19T19:01:53.695Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22662026-05-19T19:01:53.713Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-05-19T19:01:53.968Z Compiling proc-macro-crate v1.3.1
22682026-05-19T19:01:53.991Z Compiling backon v1.6.0
22692026-05-19T19:01:54.006Z Compiling waitgroup v0.1.2
22702026-05-19T19:01:54.206Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22712026-05-19T19:01:54.265Z Compiling password-hash v0.5.0
22722026-05-19T19:01:54.321Z Compiling chacha20 v0.9.1
22732026-05-19T19:01:54.338Z Compiling dropshot_endpoint v0.17.0
22742026-05-19T19:01:54.415Z Compiling rustls-pemfile v2.2.0
22752026-05-19T19:01:54.607Z Compiling blake2 v0.10.6
22762026-05-19T19:01:54.733Z Compiling aead v0.5.2
22772026-05-19T19:01:54.766Z Compiling foreign-types-macros v0.2.3
22782026-05-19T19:01:54.983Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22792026-05-19T19:01:55.105Z Compiling serde_path_to_error v0.1.20
22802026-05-19T19:01:55.131Z Compiling hostname v0.4.2
22812026-05-19T19:01:55.242Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22822026-05-19T19:01:55.252Z Compiling proc-macro-error v1.0.4
22832026-05-19T19:01:55.283Z Compiling instant v0.1.13
22842026-05-19T19:01:55.321Z Compiling typeid v1.0.3
22852026-05-19T19:01:55.342Z Compiling debug-ignore v1.0.5
22862026-05-19T19:01:55.362Z Compiling cpufeatures v0.3.0
22872026-05-19T19:01:55.409Z Compiling foreign-types-shared v0.3.1
22882026-05-19T19:01:55.427Z Compiling backoff v0.4.0
22892026-05-19T19:01:55.460Z Compiling chacha20 v0.10.0
22902026-05-19T19:01:55.494Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-19T19:01:55.532Z Compiling foreign-types v0.5.0
22922026-05-19T19:01:55.551Z Compiling parse-display v0.10.0
22932026-05-19T19:01:55.568Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942026-05-19T19:01:55.572Z Compiling chacha20poly1305 v0.10.1
22952026-05-19T19:01:55.611Z Compiling argon2 v0.5.3
22962026-05-19T19:01:55.646Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-19T19:01:55.650Z Compiling num_enum v0.7.5
22982026-05-19T19:01:55.677Z Compiling num_enum_derive v0.5.11
22992026-05-19T19:01:55.693Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-19T19:01:55.791Z Compiling vsss-rs v3.3.4
23012026-05-19T19:01:55.829Z Compiling ciborium v0.2.2
23022026-05-19T19:01:55.959Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23032026-05-19T19:01:56.145Z Compiling tabwriter v1.4.1
23042026-05-19T19:01:56.189Z Compiling regress v0.10.5
23052026-05-19T19:01:56.475Z Compiling byte-wrapper v0.1.0
23062026-05-19T19:01:56.534Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-05-19T19:01:56.554Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-19T19:01:56.654Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-05-19T19:01:56.676Z Compiling cstr-argument v0.1.2
23102026-05-19T19:01:56.754Z Compiling erased-serde v0.4.9
23112026-05-19T19:01:56.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-05-19T19:01:57.069Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132026-05-19T19:01:57.076Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-19T19:01:57.121Z Compiling num_enum v0.5.11
23152026-05-19T19:01:57.174Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-05-19T19:01:57.257Z Compiling rand v0.10.0
23172026-05-19T19:01:57.273Z Compiling rayon v1.11.0
23182026-05-19T19:01:57.347Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23192026-05-19T19:01:57.382Z Compiling libefi-sys v0.1.0
23202026-05-19T19:01:57.426Z Compiling indent_write v2.2.0
23212026-05-19T19:01:57.443Z Compiling colored v3.1.1
23222026-05-19T19:01:57.478Z Compiling zone_cfg_derive v0.3.1
23232026-05-19T19:01:57.600Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-05-19T19:01:57.635Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-19T19:01:57.747Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23262026-05-19T19:01:57.763Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-19T19:01:57.986Z Compiling camino-tempfile v1.4.1
23282026-05-19T19:01:58.014Z Compiling itertools v0.12.1
23292026-05-19T19:01:58.064Z Compiling usdt-attr-macro v0.5.0
23302026-05-19T19:01:58.080Z Compiling usdt-macro v0.5.0
23312026-05-19T19:01:58.107Z Compiling num-derive v0.4.2
23322026-05-19T19:01:58.148Z Compiling bitfield-struct v0.6.2
23332026-05-19T19:01:58.307Z Compiling blake3 v1.8.3
23342026-05-19T19:01:58.401Z Compiling ordered-float v2.10.1
23352026-05-19T19:01:58.685Z Compiling memmap v0.7.0
23362026-05-19T19:01:58.709Z Compiling sigpipe v0.1.3
23372026-05-19T19:01:58.801Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23382026-05-19T19:01:58.810Z Compiling glob v0.3.3
23392026-05-19T19:01:58.824Z Compiling swrite v0.1.0
23402026-05-19T19:01:58.841Z Compiling usdt v0.5.0
23412026-05-19T19:01:58.949Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-19T19:01:59.014Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23432026-05-19T19:01:59.059Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-19T19:01:59.289Z Compiling serde-value v0.7.0
23452026-05-19T19:01:59.458Z Compiling zone v0.3.1
23462026-05-19T19:01:59.499Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23472026-05-19T19:01:59.505Z Compiling serde-untagged v0.1.9
23482026-05-19T19:01:59.740Z Compiling toml v0.8.23
23492026-05-19T19:01:59.756Z Compiling smf v0.2.3
23502026-05-19T19:01:59.777Z Compiling filetime v0.2.27
23512026-05-19T19:01:59.799Z Compiling unicode-xid v0.2.6
23522026-05-19T19:01:59.817Z Compiling whoami v1.6.1
23532026-05-19T19:01:59.896Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-05-19T19:01:59.963Z Compiling arrayvec v0.7.6
23552026-05-19T19:01:59.999Z Compiling constant_time_eq v0.4.2
23562026-05-19T19:02:00.002Z Compiling arrayref v0.3.9
23572026-05-19T19:02:00.030Z Compiling xattr v1.6.1
23582026-05-19T19:02:00.048Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-19T19:02:00.111Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23602026-05-19T19:02:00.217Z Compiling cargo-util-schemas v0.8.2
23612026-05-19T19:02:00.217Z Compiling tar v0.4.45
23622026-05-19T19:02:00.290Z Compiling tokio-dtrace v0.1.1
23632026-05-19T19:02:00.363Z Compiling console v0.16.2
23642026-05-19T19:02:00.644Z Compiling gethostname v0.5.0
23652026-05-19T19:02:00.738Z Compiling cargo-platform v0.2.0
23662026-05-19T19:02:00.803Z Compiling topological-sort v0.2.2
23672026-05-19T19:02:00.930Z Compiling unit-prefix v0.5.2
23682026-05-19T19:02:00.948Z Compiling oxide-tokio-rt v0.1.4
23692026-05-19T19:02:01.026Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23702026-05-19T19:02:01.043Z Compiling shell-words v1.1.1
23712026-05-19T19:02:01.118Z Compiling indicatif v0.18.4
23722026-05-19T19:02:01.443Z Compiling cargo_metadata v0.21.0
23732026-05-19T19:02:10.851Z Compiling progenitor-client v0.10.0
23742026-05-19T19:02:10.851Z Compiling omicron-zone-package v0.12.2
23752026-05-19T19:02:10.868Z Compiling progenitor-client v0.14.0
23762026-05-19T19:02:11.353Z Compiling progenitor-extras v0.2.0
23772026-05-19T19:02:13.797Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23782026-05-19T19:02:13.816Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-19T19:02:13.835Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-05-19T19:02:13.867Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-05-19T19:02:13.884Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-05-19T19:02:13.908Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23832026-05-19T19:02:14.022Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-19T19:02:14.114Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852026-05-19T19:02:14.143Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23862026-05-19T19:02:18.105Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23872026-05-19T19:02:25.668Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-05-19T19:02:28.862Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23892026-05-19T19:02:29.865Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902026-05-19T19:02:39.174Z Finished `release` profile [optimized] target(s) in 1m 43s
23912026-05-19T19:02:39.326Z Running `target/release/omicron-package -t test target create -p dev`
23922026-05-19T19:02:39.387ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-05-19T19:02:39.391ZCreated new build target 'test' and set it as active
23942026-05-19T19:02:39.391Z
23952026-05-19T19:02:39.391Zreal 1:44.175931072
23962026-05-19T19:02:39.391Zuser 17:03.061414400
23972026-05-19T19:02:39.391Zsys 2:39.558702463
23982026-05-19T19:02:39.391Ztrap 0.472796115
23992026-05-19T19:02:39.391Ztflt 2.724808987
24002026-05-19T19:02:39.391Zdflt 4.329636030
24012026-05-19T19:02:39.391Zkflt 0.000795908
24022026-05-19T19:02:39.391Zlock 52:52.442890652
24032026-05-19T19:02:39.391Zslp 43:18.157903799
24042026-05-19T19:02:39.391Zlat 40.791409725
24052026-05-19T19:02:39.391Zstop 5:37.274088573
24062026-05-19T19:02:39.391Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24072026-05-19T19:02:40.286Z Finished `release` profile [optimized] target(s) in 0.87s
24082026-05-19T19:02:40.351Z Running `target/release/omicron-package -t test package`
24092026-05-19T19:02:40.409ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-05-19T19:02:41.815Z Compiling heck v0.5.0
24112026-05-19T19:02:41.815Z Compiling regress v0.11.1
24122026-05-19T19:02:41.815Z Compiling unsafe-libyaml v0.2.11
24132026-05-19T19:02:42.073Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-05-19T19:02:42.093Z Compiling regress v0.10.5
24152026-05-19T19:02:42.122Z Compiling unicode-width v0.1.14
24162026-05-19T19:02:42.125Z Compiling is-terminal v0.4.17
24172026-05-19T19:02:42.163Z Compiling prettyplease v0.2.37
24182026-05-19T19:02:42.171Z Compiling bytecount v0.6.9
24192026-05-19T19:02:42.171Z Compiling rustls v0.22.4
24202026-05-19T19:02:42.171Z Compiling rustls-webpki v0.102.8
24212026-05-19T19:02:42.171Z Compiling derive-where v1.6.0
24222026-05-19T19:02:42.171Z Compiling thread_local v1.1.9
24232026-05-19T19:02:42.184Z Compiling match_cfg v0.1.0
24242026-05-19T19:02:42.188Z Compiling compression-core v0.4.31
24252026-05-19T19:02:42.313Z Compiling hostname v0.3.1
24262026-05-19T19:02:42.322Z Compiling multer v3.1.0
24272026-05-19T19:02:42.375Z Compiling slog-async v2.8.0
24282026-05-19T19:02:42.400Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-05-19T19:02:42.425Z Compiling compression-codecs v0.4.37
24302026-05-19T19:02:42.449Z Compiling crossbeam-channel v0.5.15
24312026-05-19T19:02:42.472Z Compiling slog-json v2.6.1
24322026-05-19T19:02:42.476Z Compiling serde_spanned v1.0.4
24332026-05-19T19:02:42.519Z Compiling serde_yaml v0.9.34+deprecated
24342026-05-19T19:02:42.525Z Compiling toml_datetime v1.0.0+spec-1.1.0
24352026-05-19T19:02:42.566Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-05-19T19:02:42.589Z Compiling term v1.2.1
24372026-05-19T19:02:42.671Z Compiling take_mut v0.2.2
24382026-05-19T19:02:42.676Z Compiling slog-bunyan v2.5.0
24392026-05-19T19:02:42.717Z Compiling async-compression v0.4.41
24402026-05-19T19:02:42.834Z Compiling toml v1.0.6+spec-1.1.0
24412026-05-19T19:02:42.909Z Compiling slog-term v2.9.2
24422026-05-19T19:02:42.930Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-05-19T19:02:42.973Z Compiling dropshot v0.17.0
24442026-05-19T19:02:43.039Z Compiling async-stream v0.3.6
24452026-05-19T19:02:43.075Z Compiling num-rational v0.4.2
24462026-05-19T19:02:43.101Z Compiling progenitor-client v0.14.0
24472026-05-19T19:02:43.105Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24482026-05-19T19:02:43.233Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-05-19T19:02:43.237Z Compiling waitgroup v0.1.2
24502026-05-19T19:02:43.287Z Compiling backon v1.6.0
24512026-05-19T19:02:43.326Z Compiling rustls-pemfile v2.2.0
24522026-05-19T19:02:43.398Z Compiling num-complex v0.4.6
24532026-05-19T19:02:43.427Z Compiling hostname v0.4.2
24542026-05-19T19:02:43.448Z Compiling serde_path_to_error v0.1.20
24552026-05-19T19:02:43.452Z Compiling instant v0.1.13
24562026-05-19T19:02:43.452Z Compiling debug-ignore v1.0.5
24572026-05-19T19:02:43.516Z Compiling progenitor-extras v0.2.0
24582026-05-19T19:02:43.539Z Compiling typify-impl v0.6.2
24592026-05-19T19:02:43.589Z Compiling backoff v0.4.0
24602026-05-19T19:02:43.612Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24612026-05-19T19:02:43.631Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-05-19T19:02:43.891Z Compiling num v0.4.3
24632026-05-19T19:02:43.897Z Compiling parse-display v0.10.0
24642026-05-19T19:02:43.897Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-05-19T19:02:43.954Z Compiling progenitor-client v0.13.0
24662026-05-19T19:02:43.985Z Compiling progenitor-client v0.10.0
24672026-05-19T19:02:44.003Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24682026-05-19T19:02:44.032Z Compiling macaddr v1.0.1
24692026-05-19T19:02:44.123Z Compiling float-ord v0.3.2
24702026-05-19T19:02:44.179Z Compiling console v0.15.11
24712026-05-19T19:02:44.276Z Compiling newline-converter v0.3.0
24722026-05-19T19:02:44.303Z Compiling atomicwrites v0.4.4
24732026-05-19T19:02:44.335Z Compiling slog-dtrace v0.3.0
24742026-05-19T19:02:44.504Z Compiling owo-colors v4.3.0
24752026-05-19T19:02:44.564Z Compiling expectorate v1.2.0
24762026-05-19T19:02:44.605Z Compiling tokio-rustls v0.25.0
24772026-05-19T19:02:44.655Z Compiling cancel-safe-futures v0.1.5
24782026-05-19T19:02:44.736Z Compiling libsw-core v0.3.2
24792026-05-19T19:02:44.807Z Compiling resolv-conf v0.7.6
24802026-05-19T19:02:44.814Z Compiling toml v0.8.23
24812026-05-19T19:02:44.884Z Compiling libsw v3.5.0
24822026-05-19T19:02:44.980Z Compiling linear-map v1.2.0
24832026-05-19T19:02:45.102Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-19T19:02:45.203Z Compiling linked-hash-map v0.5.6
24852026-05-19T19:02:45.245Z Compiling minimal-lexical v0.2.1
24862026-05-19T19:02:45.400Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-19T19:02:45.404Z Compiling lru-cache v0.1.2
24882026-05-19T19:02:45.444Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-05-19T19:02:45.448Z Compiling unicode-xid v0.2.6
24902026-05-19T19:02:45.489Z Compiling nom v7.1.3
24912026-05-19T19:02:45.523Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-19T19:02:45.599Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932026-05-19T19:02:45.626Z Compiling hickory-proto v0.24.4
24942026-05-19T19:02:45.648Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-05-19T19:02:45.689Z Compiling convert_case v0.10.0
24962026-05-19T19:02:45.905Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-05-19T19:02:46.013Z Compiling derive_more-impl v2.1.1
24982026-05-19T19:02:46.628Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-05-19T19:02:46.837Z Compiling derive_more v2.1.1
25002026-05-19T19:02:46.932Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-05-19T19:02:46.948Z Compiling papergrid v0.11.0
25022026-05-19T19:02:47.033Z Compiling tabled_derive v0.7.0
25032026-05-19T19:02:47.096Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-19T19:02:47.181Z Compiling typify-macro v0.6.2
25052026-05-19T19:02:47.356Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-05-19T19:02:47.608Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-05-19T19:02:47.821Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-05-19T19:02:47.933Z Compiling termtree v0.5.1
25092026-05-19T19:02:48.142Z Compiling tabled v0.15.0
25102026-05-19T19:02:48.418Z Compiling hickory-resolver v0.24.4
25112026-05-19T19:02:48.508Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25122026-05-19T19:02:48.757Z Compiling typify v0.6.2
25132026-05-19T19:02:48.909Z Compiling progenitor-impl v0.14.0
25142026-05-19T19:02:49.667Z Compiling progenitor-impl v0.13.0
25152026-05-19T19:02:51.203Z Compiling progenitor-macro v0.14.0
25162026-05-19T19:02:51.749Z Compiling qorb v0.4.1
25172026-05-19T19:02:51.991Z Compiling progenitor-macro v0.13.0
25182026-05-19T19:02:53.138Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25192026-05-19T19:02:53.576Z Compiling crossterm v0.29.0
25202026-05-19T19:02:54.251Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25212026-05-19T19:02:54.368Z Compiling phf_shared v0.12.1
25222026-05-19T19:02:54.671Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-05-19T19:02:54.906Z Compiling csv-core v0.1.13
25242026-05-19T19:02:55.253Z Compiling vte v0.14.1
25252026-05-19T19:02:55.338Z Compiling chrono-tz v0.10.4
25262026-05-19T19:02:55.382Z Compiling highway v1.3.0
25272026-05-19T19:02:55.499Z Compiling progenitor v0.14.0
25282026-05-19T19:02:55.544Z Compiling strip-ansi-escapes v0.2.1
25292026-05-19T19:02:55.617Z Compiling csv v1.4.0
25302026-05-19T19:02:55.718Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25312026-05-19T19:02:56.179Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-19T19:02:56.202Z Compiling phf v0.12.1
25332026-05-19T19:02:56.259Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25342026-05-19T19:02:56.312Z Compiling progenitor v0.13.0
25352026-05-19T19:02:56.414Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-05-19T19:02:56.501Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-05-19T19:02:56.533Z Compiling const_format_proc_macros v0.2.34
25382026-05-19T19:02:56.706Z Compiling fd-lock v4.0.4
25392026-05-19T19:02:56.741Z Compiling peg-macros v0.8.5
25402026-05-19T19:02:56.913Z Compiling nu-ansi-term v0.50.3
25412026-05-19T19:02:57.377Z Compiling const_format v0.2.35
25422026-05-19T19:02:57.404Z Compiling reedline v0.40.0
25432026-05-19T19:02:57.904Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-05-19T19:02:58.133Z Compiling peg v0.8.5
25452026-05-19T19:02:58.250Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-05-19T19:02:59.128Z Compiling bcs v0.1.6
25472026-05-19T19:02:59.241Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-19T19:02:59.548Z Compiling semver v0.1.20
25492026-05-19T19:02:59.594Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25502026-05-19T19:02:59.854Z Compiling rustc_version v0.1.7
25512026-05-19T19:02:59.912Z Compiling smawk v0.3.2
25522026-05-19T19:03:00.117Z Compiling unicode-linebreak v0.1.5
25532026-05-19T19:03:00.140Z Compiling newtype_derive v0.1.6
25542026-05-19T19:03:00.381Z Compiling humantime v2.3.0
25552026-05-19T19:03:00.538Z Compiling textwrap v0.16.2
25562026-05-19T19:03:00.574Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-19T19:03:01.030Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25582026-05-19T19:03:01.147Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-19T19:03:01.483Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-19T19:03:01.884Z Compiling base64 v0.21.7
25612026-05-19T19:03:02.300Z Compiling steno v0.4.1
25622026-05-19T19:03:02.461Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-19T19:03:02.678Z Compiling utf-8 v0.7.6
25642026-05-19T19:03:02.710Z Compiling tagptr v0.2.0
25652026-05-19T19:03:02.765Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-05-19T19:03:02.921Z Compiling moka v0.12.13
25672026-05-19T19:03:02.942Z Compiling tungstenite v0.21.0
25682026-05-19T19:03:02.964Z Compiling radium v0.7.0
25692026-05-19T19:03:02.968Z Compiling maybe-uninit v2.0.0
25702026-05-19T19:03:03.011Z Compiling tap v1.0.1
25712026-05-19T19:03:03.172Z Compiling wyz v0.5.1
25722026-05-19T19:03:03.371Z Compiling zerocopy-derive v0.6.6
25732026-05-19T19:03:03.425Z Compiling funty v2.0.0
25742026-05-19T19:03:03.592Z Compiling tokio-tungstenite v0.21.0
25752026-05-19T19:03:03.986Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25762026-05-19T19:03:04.169Z Compiling hickory-resolver v0.25.2
25772026-05-19T19:03:04.206Z Compiling display-error-chain v0.2.2
25782026-05-19T19:03:04.416Z Compiling crc-catalog v2.4.0
25792026-05-19T19:03:04.456Z Compiling packed_struct v0.10.1
25802026-05-19T19:03:04.567Z Compiling crc v3.4.0
25812026-05-19T19:03:04.776Z Compiling zerocopy v0.6.6
25822026-05-19T19:03:04.814Z Compiling bitvec v1.0.1
25832026-05-19T19:03:05.215Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-05-19T19:03:05.281Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-19T19:03:05.306Z Compiling packed_struct_codegen v0.10.1
25862026-05-19T19:03:05.384Z Compiling bitfield-macros v0.19.4
25872026-05-19T19:03:06.164Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-19T19:03:06.196Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-19T19:03:06.371Z Compiling proc-macro-error-attr2 v2.0.0
25902026-05-19T19:03:06.752Z Compiling indexmap v1.9.3
25912026-05-19T19:03:06.812Z Compiling nodrop v0.1.14
25922026-05-19T19:03:06.959Z Compiling array-init v0.0.4
25932026-05-19T19:03:07.062Z Compiling proc-macro-error2 v2.0.1
25942026-05-19T19:03:07.399Z Compiling bitfield v0.19.4
25952026-05-19T19:03:07.589Z Compiling smallvec v0.6.14
25962026-05-19T19:03:07.746Z Compiling typify-impl v0.4.3
25972026-05-19T19:03:07.891Z Compiling libscf-sys v1.2.0
25982026-05-19T19:03:08.072Z Compiling hashbrown v0.12.3
25992026-05-19T19:03:08.192Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26002026-05-19T19:03:08.223Z Compiling serde-hex v0.1.0
26012026-05-19T19:03:08.388Z Compiling tabled_derive v0.11.0
26022026-05-19T19:03:08.944Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-05-19T19:03:09.022Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26042026-05-19T19:03:09.271Z Compiling ron v0.8.1
26052026-05-19T19:03:09.295Z Compiling papergrid v0.17.0
26062026-05-19T19:03:09.529Z Compiling testing_table v0.3.0
26072026-05-19T19:03:10.005Z Compiling hashbrown v0.13.2
26082026-05-19T19:03:10.472Z Compiling vergen-gitcl v1.0.8
26092026-05-19T19:03:10.646Z Compiling dirs-sys-next v0.1.2
26102026-05-19T19:03:10.709Z Compiling crc-any v2.5.0
26112026-05-19T19:03:10.762Z Compiling crunchy v0.2.4
26122026-05-19T19:03:10.930Z Compiling glob v0.3.3
26132026-05-19T19:03:11.068Z Compiling maplit v1.0.2
26142026-05-19T19:03:11.123Z Compiling diesel_derives v2.3.7
26152026-05-19T19:03:11.199Z Compiling dirs-next v2.0.0
26162026-05-19T19:03:11.257Z Compiling object v0.30.4
26172026-05-19T19:03:11.341Z Compiling clang-sys v1.8.1
26182026-05-19T19:03:11.404Z Compiling tabled v0.20.0
26192026-05-19T19:03:11.418Z Compiling typify-macro v0.4.3
26202026-05-19T19:03:11.453Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-05-19T19:03:11.465Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26222026-05-19T19:03:11.754Z Compiling dsl_auto_type v0.2.0
26232026-05-19T19:03:11.827Z Compiling scheduled-thread-pool v0.2.7
26242026-05-19T19:03:11.988Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-19T19:03:12.185Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-19T19:03:12.236Z Compiling path-slash v0.1.5
26272026-05-19T19:03:12.354Z Compiling xshell-macros v0.2.7
26282026-05-19T19:03:12.443Z Compiling tiny-keccak v2.0.2
26292026-05-19T19:03:12.465Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-19T19:03:12.570Z Compiling r2d2 v0.8.10
26312026-05-19T19:03:12.751Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26322026-05-19T19:03:12.792Z Compiling xshell v0.2.7
26332026-05-19T19:03:12.874Z Compiling term v0.7.0
26342026-05-19T19:03:13.134Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-19T19:03:13.437Z Compiling downcast-rs v2.0.2
26362026-05-19T19:03:13.570Z Compiling bit-vec v0.6.3
26372026-05-19T19:03:13.593Z Compiling ascii-canvas v3.0.0
26382026-05-19T19:03:13.704Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-05-19T19:03:13.859Z Compiling bit-set v0.5.3
26402026-05-19T19:03:13.912Z Compiling itertools v0.10.5
26412026-05-19T19:03:14.029Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422026-05-19T19:03:14.201Z Compiling ena v0.14.4
26432026-05-19T19:03:14.452Z Compiling libloading v0.8.9
26442026-05-19T19:03:14.698Z Compiling crc8 v0.1.1
26452026-05-19T19:03:14.844Z Compiling bindgen v0.71.1
26462026-05-19T19:03:15.047Z Compiling regex-syntax v0.6.29
26472026-05-19T19:03:15.150Z Compiling unicase v2.9.0
26482026-05-19T19:03:15.340Z Compiling diff v0.1.13
26492026-05-19T19:03:15.493Z Compiling typify v0.4.3
26502026-05-19T19:03:15.632Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-19T19:03:15.653Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-19T19:03:16.329Z Compiling cexpr v0.6.0
26532026-05-19T19:03:16.370Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-05-19T19:03:16.617Z Compiling lalrpop v0.19.12
26552026-05-19T19:03:16.643Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-05-19T19:03:16.904Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-19T19:03:17.039Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-19T19:03:17.130Z Compiling headers-core v0.3.0
26592026-05-19T19:03:17.161Z Compiling libxml v0.3.3
26602026-05-19T19:03:17.310Z Compiling headers v0.4.1
26612026-05-19T19:03:17.495Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-05-19T19:03:17.567Z Compiling diesel v2.3.7
26632026-05-19T19:03:17.710Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-05-19T19:03:17.941Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-05-19T19:03:18.445Z Compiling strum_macros v0.24.3
26662026-05-19T19:03:18.707Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-05-19T19:03:18.775Z Compiling indoc v1.0.9
26682026-05-19T19:03:19.227Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-05-19T19:03:19.634Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26702026-05-19T19:03:19.721Z Compiling derive_builder v0.20.2
26712026-05-19T19:03:19.763Z Compiling oso-derive v0.27.3
26722026-05-19T19:03:19.912Z Compiling quick-xml v0.37.5
26732026-05-19T19:03:19.958Z Compiling impl-trait-for-tuples v0.2.3
26742026-05-19T19:03:20.213Z Compiling openssl-probe v0.1.6
26752026-05-19T19:03:20.325Z Compiling half v1.8.3
26762026-05-19T19:03:20.565Z Compiling serde_cbor v0.11.2
26772026-05-19T19:03:20.805Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-05-19T19:03:21.185Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26792026-05-19T19:03:21.354Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26802026-05-19T19:03:21.576Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-05-19T19:03:21.679Z Compiling bb8 v0.8.6
26822026-05-19T19:03:21.756Z Compiling trait-variant v0.1.2
26832026-05-19T19:03:21.824Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26842026-05-19T19:03:22.089Z Compiling samael v0.0.19
26852026-05-19T19:03:22.134Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26862026-05-19T19:03:22.164Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26872026-05-19T19:03:22.393Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26882026-05-19T19:03:22.489Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-19T19:03:22.658Z Compiling fxhash v0.2.1
26902026-05-19T19:03:22.733Z Compiling salty v0.3.0
26912026-05-19T19:03:22.885Z Compiling progenitor-impl v0.11.2
26922026-05-19T19:03:23.084Z Compiling progenitor-impl v0.10.0
26932026-05-19T19:03:23.202Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26942026-05-19T19:03:23.478Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26952026-05-19T19:03:23.634Z Compiling kstat-rs v0.2.4
26962026-05-19T19:03:23.680Z Compiling libz-sys v1.1.24
26972026-05-19T19:03:23.705Z Compiling nonempty v0.12.0
26982026-05-19T19:03:23.945Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26992026-05-19T19:03:24.153Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27002026-05-19T19:03:24.470Z Compiling polar-core v0.27.3
27012026-05-19T19:03:25.144Z Compiling progenitor-macro v0.11.2
27022026-05-19T19:03:25.346Z Compiling progenitor-macro v0.10.0
27032026-05-19T19:03:26.811Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27042026-05-19T19:03:27.988Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-05-19T19:03:28.228Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27062026-05-19T19:03:28.607Z Compiling progenitor-client v0.11.2
27072026-05-19T19:03:28.830Z Compiling darling_core v0.23.0
27082026-05-19T19:03:29.236Z Compiling nanorand v0.7.0
27092026-05-19T19:03:29.426Z Compiling arc-swap v1.8.2
27102026-05-19T19:03:29.631Z Compiling fs-err v2.11.0
27112026-05-19T19:03:29.837Z Compiling parking_lot_core v0.8.6
27122026-05-19T19:03:29.910Z Compiling mime_guess v2.0.5
27132026-05-19T19:03:30.017Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27142026-05-19T19:03:30.125Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27152026-05-19T19:03:30.465Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27162026-05-19T19:03:31.118Z Compiling darling_macro v0.23.0
27172026-05-19T19:03:31.672Z Compiling slog-scope v4.4.1
27182026-05-19T19:03:32.142Z Compiling progenitor v0.10.0
27192026-05-19T19:03:32.334Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-05-19T19:03:33.466Z Compiling flume v0.11.1
27212026-05-19T19:03:33.894Z Compiling oso v0.27.3
27222026-05-19T19:03:34.020Z Compiling progenitor v0.11.2
27232026-05-19T19:03:34.224Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-19T19:03:34.653Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27252026-05-19T19:03:37.311Z Compiling diesel-dtrace v0.5.0
27262026-05-19T19:03:37.645Z Compiling async-bb8-diesel v0.2.1
27272026-05-19T19:03:38.113Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-05-19T19:03:38.547Z Compiling primeorder v0.13.6
27292026-05-19T19:03:39.104Z Compiling git-stub v1.0.0
27302026-05-19T19:03:39.253Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-05-19T19:03:39.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27322026-05-19T19:03:39.647Z Compiling instability v0.3.11
27332026-05-19T19:03:39.828Z Compiling git-stub-vcs v0.1.0
27342026-05-19T19:03:39.928Z Compiling p384 v0.13.1
27352026-05-19T19:03:40.208Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-05-19T19:03:40.452Z Compiling slog-stdlog v4.1.1
27372026-05-19T19:03:40.961Z Compiling darling v0.23.0
27382026-05-19T19:03:41.179Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-05-19T19:03:41.271Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-05-19T19:03:41.939Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-05-19T19:03:41.944Z Compiling ignore v0.4.25
27422026-05-19T19:03:41.944Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-05-19T19:03:42.190Z Compiling castaway v0.2.4
27442026-05-19T19:03:42.355Z Compiling atty v0.2.14
27452026-05-19T19:03:42.517Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-05-19T19:03:42.752Z Compiling indoc v2.0.7
27472026-05-19T19:03:42.775Z Compiling parse-size v1.1.0
27482026-05-19T19:03:43.005Z Compiling http-range v0.1.5
27492026-05-19T19:03:43.062Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-05-19T19:03:43.448Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-19T19:03:43.954Z Compiling compact_str v0.8.1
27522026-05-19T19:03:44.683Z Compiling globwalk v0.9.1
27532026-05-19T19:03:45.214Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-19T19:03:46.190Z Compiling parking_lot v0.11.2
27552026-05-19T19:03:46.843Z Compiling slog-envlogger v2.2.0
27562026-05-19T19:03:47.176Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-05-19T19:03:47.713Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27582026-05-19T19:03:47.840Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27592026-05-19T19:03:47.911Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-05-19T19:03:47.978Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27612026-05-19T19:03:48.014Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-05-19T19:03:48.083Z Compiling predicates-tree v1.0.13
27632026-05-19T19:03:48.561Z Compiling unicode-truncate v1.1.0
27642026-05-19T19:03:48.738Z Compiling lru v0.12.5
27652026-05-19T19:03:48.765Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-19T19:03:48.787Z Compiling rand_seeder v0.4.0
27672026-05-19T19:03:48.866Z Compiling prefix-trie v0.7.0
27682026-05-19T19:03:48.978Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27692026-05-19T19:03:48.982Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-05-19T19:03:49.057Z Compiling vergen-git2 v1.0.7
27712026-05-19T19:03:49.247Z Compiling cassowary v0.3.0
27722026-05-19T19:03:49.310Z Compiling corncobs v0.1.4
27732026-05-19T19:03:49.337Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-19T19:03:49.411Z Compiling hickory-server v0.25.2
27752026-05-19T19:03:49.503Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-19T19:03:49.571Z Compiling ratatui v0.29.0
27772026-05-19T19:03:49.697Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-05-19T19:03:49.921Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27792026-05-19T19:03:49.944Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-05-19T19:03:50.221Z Compiling camino-tempfile-ext v0.3.3
27812026-05-19T19:03:50.559Z Compiling sled v0.34.7
27822026-05-19T19:03:50.753Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27832026-05-19T19:03:50.921Z Compiling hyper-staticfile v0.10.1
27842026-05-19T19:03:51.417Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-05-19T19:03:52.132Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-05-19T19:03:52.231Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-05-19T19:03:53.987Z Compiling secrecy v0.8.0
27882026-05-19T19:03:53.991Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27892026-05-19T19:03:53.991Z Compiling rustls v0.21.12
27902026-05-19T19:03:54.728Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-05-19T19:03:54.917Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27922026-05-19T19:03:55.370Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27932026-05-19T19:03:55.539Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-05-19T19:03:57.100Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-05-19T19:03:57.176Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27962026-05-19T19:03:57.368Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-05-19T19:03:58.732Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27982026-05-19T19:03:58.848Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-05-19T19:03:59.103Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28002026-05-19T19:03:59.344Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-05-19T19:03:59.582Z Compiling rustls-webpki v0.101.7
28022026-05-19T19:03:59.785Z Compiling sct v0.7.1
28032026-05-19T19:04:00.073Z Compiling nix v0.29.0
28042026-05-19T19:04:00.250Z Compiling dropshot v0.16.7
28052026-05-19T19:04:00.380Z Compiling void v1.0.2
28062026-05-19T19:04:00.536Z Compiling lzss v0.8.2
28072026-05-19T19:04:00.679Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-19T19:04:00.827Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28092026-05-19T19:04:01.221Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28102026-05-19T19:04:01.369Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28112026-05-19T19:04:01.963Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-05-19T19:04:02.548Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28132026-05-19T19:04:02.740Z Compiling tungstenite v0.23.0
28142026-05-19T19:04:02.810Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-05-19T19:04:03.575Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-05-19T19:04:03.681Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-05-19T19:04:03.819Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-05-19T19:04:03.924Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-19T19:04:04.063Z Compiling toml v0.9.12+spec-1.1.0
28202026-05-19T19:04:04.169Z Compiling nix v0.27.1
28212026-05-19T19:04:05.065Z Compiling dropshot_endpoint v0.16.7
28222026-05-19T19:04:05.179Z Compiling serde_bytes v0.11.19
28232026-05-19T19:04:05.404Z Compiling tokio-tungstenite v0.23.1
28242026-05-19T19:04:05.501Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28252026-05-19T19:04:05.512Z Compiling tokio-rustls v0.24.1
28262026-05-19T19:04:05.806Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-05-19T19:04:06.309Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28282026-05-19T19:04:06.399Z Compiling git2 v0.20.4
28292026-05-19T19:04:08.576Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28302026-05-19T19:04:10.188Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28312026-05-19T19:04:11.288Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28322026-05-19T19:04:11.707Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28332026-05-19T19:04:11.886Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28342026-05-19T19:04:12.104Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28352026-05-19T19:04:12.155Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28362026-05-19T19:04:14.099Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28372026-05-19T19:04:14.806Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-05-19T19:04:15.113Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28392026-05-19T19:04:15.865Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28402026-05-19T19:04:15.966Z Compiling rustls-pemfile v1.0.4
28412026-05-19T19:04:16.419Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28422026-05-19T19:04:16.965Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28432026-05-19T19:04:17.186Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28442026-05-19T19:04:17.838Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28452026-05-19T19:04:18.689Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28462026-05-19T19:04:19.990Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28472026-05-19T19:04:20.115Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-05-19T19:04:20.158Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28492026-05-19T19:04:20.348Z Compiling signal-hook-tokio v0.3.1
28502026-05-19T19:04:20.606Z Compiling twox-hash v2.1.2
28512026-05-19T19:04:20.705Z Compiling yasna v0.5.2
28522026-05-19T19:04:21.052Z Compiling is_ci v1.2.0
28532026-05-19T19:04:21.206Z Compiling supports-color v3.0.2
28542026-05-19T19:04:21.515Z Compiling rcgen v0.12.1
28552026-05-19T19:04:21.924Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-05-19T19:04:22.322Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572026-05-19T19:04:22.367Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28582026-05-19T19:04:22.391Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-05-19T19:04:22.481Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-05-19T19:04:22.731Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28612026-05-19T19:04:22.964Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28622026-05-19T19:04:24.698Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28632026-05-19T19:04:25.528Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28642026-05-19T19:04:26.213Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28652026-05-19T19:04:26.337Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28662026-05-19T19:04:26.586Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28672026-05-19T19:04:26.828Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28682026-05-19T19:04:27.067Z Compiling fatfs v0.3.6
28692026-05-19T19:04:27.185Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-05-19T19:04:27.695Z Compiling rtoolbox v0.0.3
28712026-05-19T19:04:27.995Z Compiling subprocess v0.2.15
28722026-05-19T19:04:28.342Z Compiling assert_matches v1.5.0
28732026-05-19T19:04:28.396Z Compiling seq-macro v0.3.6
28742026-05-19T19:04:28.455Z Compiling rpassword v7.4.0
28752026-05-19T19:04:28.754Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28762026-05-19T19:04:28.972Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28772026-05-19T19:04:30.384Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28782026-05-19T19:04:30.407Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28792026-05-19T19:04:30.547Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28802026-05-19T19:04:31.131Z Compiling tui-tree-widget v0.23.1
28812026-05-19T19:04:31.437Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28822026-05-19T19:04:33.040Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-05-19T19:04:33.113Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28842026-05-19T19:04:33.481Z Compiling uzers v0.12.2
28852026-05-19T19:04:33.604Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28862026-05-19T19:04:34.140Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28872026-05-19T19:04:35.210Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28882026-05-19T19:04:36.191Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28892026-05-19T19:04:38.524Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28902026-05-19T19:04:40.072Z Compiling support-bundle-viewer v0.1.2
28912026-05-19T19:04:40.861Z Compiling multimap v0.10.1
28922026-05-19T19:04:50.175Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28932026-05-19T19:04:50.753Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28942026-05-19T19:05:01.004Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28952026-05-19T19:05:02.830Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-05-19T19:11:30.585Z Finished `release` profile [optimized] target(s) in 8m 50s
28972026-05-19T19:12:18.371Z
28982026-05-19T19:12:18.371Zreal 9:38.957230492
28992026-05-19T19:12:18.372Zuser 1:24:55.068233223
29002026-05-19T19:12:18.376Zsys 3:39.563831322
29012026-05-19T19:12:18.376Ztrap 1.926699509
29022026-05-19T19:12:18.376Ztflt 3.389126843
29032026-05-19T19:12:18.376Zdflt 19.111738149
29042026-05-19T19:12:18.376Zkflt 0.033739178
29052026-05-19T19:12:18.376Zlock 7:24:58.006208240
29062026-05-19T19:12:18.376Zslp 2:28:18.544211127
29072026-05-19T19:12:18.376Zlat 2:33.075763726
29082026-05-19T19:12:18.376Zstop 5:24.739054109
29092026-05-19T19:12:18.376Z+ mapfile -t packages
29102026-05-19T19:12:18.376Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-05-19T19:12:19.356Z Finished `release` profile [optimized] target(s) in 0.97s
29122026-05-19T19:12:19.436Z Running `target/release/omicron-package -t test list-outputs`
29132026-05-19T19:12:19.492ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-05-19T19:12:19.498Z+ ptime -m cargo build --locked --release -p xtask
29152026-05-19T19:12:20.041Z Compiling libc v0.2.185
29162026-05-19T19:12:20.041Z Compiling serde v1.0.228
29172026-05-19T19:12:20.045Z Compiling serde_core v1.0.228
29182026-05-19T19:12:20.045Z Compiling rustix v1.1.3
29192026-05-19T19:12:20.135Z Compiling bitflags v2.11.0
29202026-05-19T19:12:20.143Z Compiling serde_json v1.0.149
29212026-05-19T19:12:20.179Z Compiling num-traits v0.2.19
29222026-05-19T19:12:20.187Z Compiling syn v2.0.117
29232026-05-19T19:12:20.208Z Compiling smallvec v1.15.1
29242026-05-19T19:12:20.220Z Compiling indexmap v2.14.0
29252026-05-19T19:12:20.231Z Compiling usdt-impl v0.5.0
29262026-05-19T19:12:20.243Z Compiling syn v1.0.109
29272026-05-19T19:12:20.255Z Compiling getrandom v0.4.1
29282026-05-19T19:12:20.268Z Compiling percent-encoding v2.3.2
29292026-05-19T19:12:20.381Z Compiling log v0.4.29
29302026-05-19T19:12:20.494Z Compiling form_urlencoded v1.2.2
29312026-05-19T19:12:20.637Z Compiling fs-err v3.3.0
29322026-05-19T19:12:20.648Z Compiling heck v0.4.1
29332026-05-19T19:12:20.651Z Compiling once_cell v1.21.3
29342026-05-19T19:12:20.652Z Compiling anyhow v1.0.102
29352026-05-19T19:12:20.886Z Compiling thread-id v4.2.2
29362026-05-19T19:12:20.919Z Compiling errno v0.3.14
29372026-05-19T19:12:20.954Z Compiling memmap v0.7.0
29382026-05-19T19:12:21.249Z Compiling ordered-float v2.10.1
29392026-05-19T19:12:21.784Z Compiling proc-macro-error v1.0.4
29402026-05-19T19:12:21.997Z Compiling terminal_size v0.4.3
29412026-05-19T19:12:21.997Z Compiling tempfile v3.25.0
29422026-05-19T19:12:22.051Z Compiling tabled_derive v0.7.0
29432026-05-19T19:12:22.100Z Compiling clap_builder v4.5.60
29442026-05-19T19:12:22.100Z Compiling textwrap v0.16.2
29452026-05-19T19:12:22.243Z Compiling camino-tempfile v1.4.1
29462026-05-19T19:12:22.766Z Compiling tabled v0.15.0
29472026-05-19T19:12:22.858Z Compiling synstructure v0.13.2
29482026-05-19T19:12:22.858Z Compiling pest_generator v2.8.6
29492026-05-19T19:12:23.268Z Compiling serde_derive v1.0.228
29502026-05-19T19:12:23.268Z Compiling zerovec-derive v0.11.2
29512026-05-19T19:12:23.268Z Compiling displaydoc v0.2.5
29522026-05-19T19:12:23.273Z Compiling thiserror-impl v1.0.69
29532026-05-19T19:12:23.273Z Compiling zerocopy-derive v0.7.35
29542026-05-19T19:12:23.273Z Compiling scroll_derive v0.12.1
29552026-05-19T19:12:23.273Z Compiling thiserror-impl v2.0.18
29562026-05-19T19:12:23.273Z Compiling clap_derive v4.5.55
29572026-05-19T19:12:23.315Z Compiling zerofrom-derive v0.1.6
29582026-05-19T19:12:23.368Z Compiling yoke-derive v0.8.1
29592026-05-19T19:12:23.446Z Compiling pest_derive v2.8.6
29602026-05-19T19:12:24.008Z Compiling scroll v0.12.0
29612026-05-19T19:12:24.140Z Compiling zerocopy v0.7.35
29622026-05-19T19:12:24.354Z Compiling goblin v0.8.2
29632026-05-19T19:12:24.484Z Compiling thiserror v1.0.69
29642026-05-19T19:12:24.556Z Compiling zerofrom v0.1.6
29652026-05-19T19:12:24.605Z Compiling dtrace-parser v0.2.0
29662026-05-19T19:12:24.628Z Compiling thiserror v2.0.18
29672026-05-19T19:12:24.711Z Compiling yoke v0.8.1
29682026-05-19T19:12:24.938Z Compiling zerovec v0.11.5
29692026-05-19T19:12:24.996Z Compiling zerotrie v0.2.3
29702026-05-19T19:12:25.063Z Compiling clap v4.5.60
29712026-05-19T19:12:25.495Z Compiling tinystr v0.8.2
29722026-05-19T19:12:25.571Z Compiling potential_utf v0.1.4
29732026-05-19T19:12:25.739Z Compiling icu_locale_core v2.1.1
29742026-05-19T19:12:25.778Z Compiling icu_collections v2.1.1
29752026-05-19T19:12:26.623Z Compiling icu_provider v2.1.1
29762026-05-19T19:12:26.799Z Compiling serde_spanned v0.6.9
29772026-05-19T19:12:26.864Z Compiling toml_datetime v0.6.11
29782026-05-19T19:12:26.864Z Compiling dof v0.3.0
29792026-05-19T19:12:26.864Z Compiling serde_tokenstream v0.2.3
29802026-05-19T19:12:26.889Z Compiling icu_normalizer v2.1.1
29812026-05-19T19:12:26.978Z Compiling icu_properties v2.1.2
29822026-05-19T19:12:27.055Z Compiling toml_edit v0.22.27
29832026-05-19T19:12:27.213Z Compiling serde-value v0.7.0
29842026-05-19T19:12:27.276Z Compiling cargo-platform v0.2.0
29852026-05-19T19:12:27.276Z Compiling macaddr v1.0.1
29862026-05-19T19:12:27.723Z Compiling usdt-macro v0.5.0
29872026-05-19T19:12:27.808Z Compiling usdt-attr-macro v0.5.0
29882026-05-19T19:12:27.929Z Compiling idna_adapter v1.2.1
29892026-05-19T19:12:28.071Z Compiling idna v1.1.0
29902026-05-19T19:12:28.472Z Compiling url v2.5.8
29912026-05-19T19:12:28.558Z Compiling usdt v0.5.0
29922026-05-19T19:12:28.807Z Compiling toml v0.8.23
29932026-05-19T19:12:29.377Z Compiling cargo-util-schemas v0.8.2
29942026-05-19T19:12:29.429Z Compiling cargo_toml v0.21.0
29952026-05-19T19:12:30.423Z Compiling cargo_metadata v0.21.0
29962026-05-19T19:12:33.613Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-05-19T19:12:36.689Z Finished `release` profile [optimized] target(s) in 17.18s
29982026-05-19T19:12:36.849Z
29992026-05-19T19:12:36.849Zreal 17.321822885
30002026-05-19T19:12:36.849Zuser 2:30.825313150
30012026-05-19T19:12:36.849Zsys 17.461873003
30022026-05-19T19:12:36.853Ztrap 0.085287538
30032026-05-19T19:12:36.853Ztflt 0.472495521
30042026-05-19T19:12:36.853Zdflt 1.475383305
30052026-05-19T19:12:36.853Zkflt 0.000053366
30062026-05-19T19:12:36.853Zlock 5:45.468770560
30072026-05-19T19:12:36.853Zslp 3:45.471769837
30082026-05-19T19:12:36.853Zlat 5.832093773
30092026-05-19T19:12:36.853Zstop 18.629883931
30102026-05-19T19:12:36.853Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30112026-05-19T19:12:36.853Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-05-19T19:12:36.853Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30132026-05-19T19:12:36.853Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-05-19T19:12:36.853Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30152026-05-19T19:12:37.806Z Compiling newtype-uuid-macros v0.1.0
30162026-05-19T19:12:37.810Z Compiling regress v0.10.5
30172026-05-19T19:12:37.810Z Compiling structmeta-derive v0.3.0
30182026-05-19T19:12:37.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30192026-05-19T19:12:37.974Z Compiling rustls v0.22.4
30202026-05-19T19:12:37.985Z Compiling rustls-webpki v0.102.8
30212026-05-19T19:12:37.990Z Compiling multer v3.1.0
30222026-05-19T19:12:37.990Z Compiling match_cfg v0.1.0
30232026-05-19T19:12:37.990Z Compiling compression-core v0.4.31
30242026-05-19T19:12:37.990Z Compiling debug-ignore v1.0.5
30252026-05-19T19:12:38.001Z Compiling slog-json v2.6.1
30262026-05-19T19:12:38.004Z Compiling async-stream-impl v0.3.6
30272026-05-19T19:12:38.092Z Compiling toml_datetime v1.0.0+spec-1.1.0
30282026-05-19T19:12:38.107Z Compiling serde_spanned v1.0.4
30292026-05-19T19:12:38.122Z Compiling dropshot v0.17.0
30302026-05-19T19:12:38.125Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-05-19T19:12:38.174Z Compiling hostname v0.3.1
30322026-05-19T19:12:38.180Z Compiling compression-codecs v0.4.37
30332026-05-19T19:12:38.180Z Compiling itertools v0.14.0
30342026-05-19T19:12:38.307Z Compiling waitgroup v0.1.2
30352026-05-19T19:12:38.311Z Compiling rustls-pemfile v2.2.0
30362026-05-19T19:12:38.311Z Compiling dropshot_endpoint v0.17.0
30372026-05-19T19:12:38.381Z Compiling toml v1.0.6+spec-1.1.0
30382026-05-19T19:12:38.463Z Compiling slog-bunyan v2.5.0
30392026-05-19T19:12:38.481Z Compiling async-compression v0.4.41
30402026-05-19T19:12:38.516Z Compiling hostname v0.4.2
30412026-05-19T19:12:38.562Z Compiling serde_path_to_error v0.1.20
30422026-05-19T19:12:38.566Z Compiling progenitor-client v0.14.0
30432026-05-19T19:12:38.602Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-05-19T19:12:38.634Z Compiling macaddr v1.0.1
30452026-05-19T19:12:38.691Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-05-19T19:12:38.716Z Compiling async-stream v0.3.6
30472026-05-19T19:12:38.780Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30482026-05-19T19:12:38.831Z Compiling instant v0.1.13
30492026-05-19T19:12:38.861Z Compiling progenitor-client v0.10.0
30502026-05-19T19:12:38.898Z Compiling backon v1.6.0
30512026-05-19T19:12:38.923Z Compiling backoff v0.4.0
30522026-05-19T19:12:38.939Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-05-19T19:12:38.956Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30542026-05-19T19:12:38.959Z Compiling universal-hash v0.5.1
30552026-05-19T19:12:38.993Z Compiling opaque-debug v0.3.1
30562026-05-19T19:12:38.996Z Compiling half v2.7.1
30572026-05-19T19:12:39.089Z Compiling progenitor-extras v0.2.0
30582026-05-19T19:12:39.136Z Compiling ciborium-io v0.2.2
30592026-05-19T19:12:39.154Z Compiling crucible-workspace-hack v0.1.0
30602026-05-19T19:12:39.171Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-05-19T19:12:39.171Z Compiling structmeta v0.3.0
30622026-05-19T19:12:39.175Z Compiling unsafe-libyaml v0.2.11
30632026-05-19T19:12:39.225Z Compiling convert_case v0.4.0
30642026-05-19T19:12:39.260Z Compiling regress v0.11.1
30652026-05-19T19:12:39.338Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30662026-05-19T19:12:39.355Z Compiling ciborium-ll v0.2.2
30672026-05-19T19:12:39.395Z Compiling aead v0.5.2
30682026-05-19T19:12:39.413Z Compiling secrecy v0.10.3
30692026-05-19T19:12:39.451Z Compiling derive-ex v0.1.8
30702026-05-19T19:12:39.467Z Compiling parse-display-derive v0.10.0
30712026-05-19T19:12:39.525Z Compiling poly1305 v0.8.0
30722026-05-19T19:12:39.605Z Compiling ciborium v0.2.2
30732026-05-19T19:12:39.626Z Compiling chacha20 v0.9.1
30742026-05-19T19:12:39.630Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30752026-05-19T19:12:39.661Z Compiling derive_more v0.99.20
30762026-05-19T19:12:39.665Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30772026-05-19T19:12:39.696Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30782026-05-19T19:12:39.822Z Compiling serde_yaml v0.9.34+deprecated
30792026-05-19T19:12:39.925Z Compiling thiserror-impl-no-std v2.0.2
30802026-05-19T19:12:39.949Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30812026-05-19T19:12:40.040Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30822026-05-19T19:12:40.066Z Compiling byte-wrapper v0.1.0
30832026-05-19T19:12:40.095Z Compiling blake2 v0.10.6
30842026-05-19T19:12:40.172Z Compiling password-hash v0.5.0
30852026-05-19T19:12:40.237Z Compiling chacha20poly1305 v0.10.1
30862026-05-19T19:12:40.308Z Compiling indent_write v2.2.0
30872026-05-19T19:12:40.358Z Compiling heapless v0.8.0
30882026-05-19T19:12:40.431Z Compiling ingot-macros v0.1.1
30892026-05-19T19:12:40.463Z Compiling tokio-rustls v0.25.0
30902026-05-19T19:12:40.490Z Compiling argon2 v0.5.3
30912026-05-19T19:12:40.647Z Compiling toml_edit v0.23.10+spec-1.0.0
30922026-05-19T19:12:40.745Z Compiling hash32 v0.3.1
30932026-05-19T19:12:40.925Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30942026-05-19T19:12:40.941Z Compiling typify-impl v0.6.2
30952026-05-19T19:12:41.241Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-05-19T19:12:41.259Z Compiling thiserror-no-std v2.0.2
30972026-05-19T19:12:41.362Z Compiling test-strategy v0.4.5
30982026-05-19T19:12:41.382Z Compiling vsss-rs v3.3.4
30992026-05-19T19:12:41.385Z Compiling smoltcp v0.11.0
31002026-05-19T19:12:41.417Z Compiling parse-display v0.10.0
31012026-05-19T19:12:41.435Z Compiling proc-macro-crate v3.4.0
31022026-05-19T19:12:41.784Z Compiling tabwriter v1.4.1
31032026-05-19T19:12:41.802Z Compiling num-rational v0.4.2
31042026-05-19T19:12:41.844Z Compiling cobs v0.3.0
31052026-05-19T19:12:41.847Z Compiling num-complex v0.4.6
31062026-05-19T19:12:42.021Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31072026-05-19T19:12:42.066Z Compiling num-derive v0.4.2
31082026-05-19T19:12:42.083Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-05-19T19:12:42.103Z Compiling num_enum_derive v0.7.5
31102026-05-19T19:12:42.154Z Compiling postcard v1.1.3
31112026-05-19T19:12:42.283Z Compiling num v0.4.3
31122026-05-19T19:12:42.339Z Compiling proc-macro-error v1.0.4
31132026-05-19T19:12:42.387Z Compiling proc-macro-crate v1.3.1
31142026-05-19T19:12:42.456Z Compiling foreign-types-macros v0.2.3
31152026-05-19T19:12:42.486Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31162026-05-19T19:12:42.504Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31172026-05-19T19:12:42.564Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31182026-05-19T19:12:42.700Z Compiling float-ord v0.3.2
31192026-05-19T19:12:42.781Z Compiling rayon-core v1.13.0
31202026-05-19T19:12:42.798Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31212026-05-19T19:12:42.817Z Compiling cpufeatures v0.3.0
31222026-05-19T19:12:42.832Z Compiling foreign-types-shared v0.3.1
31232026-05-19T19:12:42.851Z Compiling colored v3.1.1
31242026-05-19T19:12:42.866Z Compiling num_enum_derive v0.5.11
31252026-05-19T19:12:42.934Z Compiling chacha20 v0.10.0
31262026-05-19T19:12:43.034Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31272026-05-19T19:12:43.105Z Compiling crossbeam-deque v0.8.6
31282026-05-19T19:12:43.136Z Compiling camino-tempfile v1.4.1
31292026-05-19T19:12:43.169Z Compiling foreign-types v0.5.0
31302026-05-19T19:12:43.202Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-19T19:12:43.230Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31322026-05-19T19:12:43.262Z Compiling cstr-argument v0.1.2
31332026-05-19T19:12:43.326Z Compiling num_enum v0.7.5
31342026-05-19T19:12:43.347Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31352026-05-19T19:12:43.379Z Compiling rand v0.10.0
31362026-05-19T19:12:43.457Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31372026-05-19T19:12:43.483Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31382026-05-19T19:12:43.502Z Compiling toml v0.8.23
31392026-05-19T19:12:43.603Z Compiling ingot-types v0.1.2
31402026-05-19T19:12:43.619Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-19T19:12:43.708Z Compiling zone_cfg_derive v0.3.1
31422026-05-19T19:12:43.729Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31432026-05-19T19:12:43.762Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-19T19:12:43.782Z Compiling rayon v1.11.0
31452026-05-19T19:12:43.798Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31462026-05-19T19:12:43.803Z Compiling itertools v0.12.1
31472026-05-19T19:12:43.886Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31482026-05-19T19:12:43.920Z Compiling sigpipe v0.1.3
31492026-05-19T19:12:44.024Z Compiling ingot v0.1.1
31502026-05-19T19:12:44.060Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31512026-05-19T19:12:44.079Z Compiling num_enum v0.5.11
31522026-05-19T19:12:44.079Z Compiling glob v0.3.3
31532026-05-19T19:12:44.115Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31542026-05-19T19:12:44.162Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-05-19T19:12:44.228Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31562026-05-19T19:12:44.249Z Compiling smf v0.2.3
31572026-05-19T19:12:44.330Z Compiling whoami v1.6.1
31582026-05-19T19:12:44.386Z Compiling prettyplease v0.2.37
31592026-05-19T19:12:44.407Z Compiling gethostname v0.5.0
31602026-05-19T19:12:44.558Z Compiling atomicwrites v0.4.4
31612026-05-19T19:12:44.576Z Compiling usdt-attr-macro v0.5.0
31622026-05-19T19:12:44.597Z Compiling usdt-macro v0.5.0
31632026-05-19T19:12:44.617Z Compiling memmap v0.7.0
31642026-05-19T19:12:44.682Z Compiling derive-where v1.6.0
31652026-05-19T19:12:44.763Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-05-19T19:12:44.796Z Compiling progenitor-client v0.13.0
31672026-05-19T19:12:44.850Z Compiling cancel-safe-futures v0.1.5
31682026-05-19T19:12:44.867Z Compiling owo-colors v4.3.0
31692026-05-19T19:12:44.931Z Compiling resolv-conf v0.7.6
31702026-05-19T19:12:45.102Z Compiling zone v0.3.1
31712026-05-19T19:12:45.182Z Compiling libsw-core v0.3.2
31722026-05-19T19:12:45.337Z Compiling console v0.15.11
31732026-05-19T19:12:45.409Z Compiling libsw v3.5.0
31742026-05-19T19:12:45.458Z Compiling newline-converter v0.3.0
31752026-05-19T19:12:45.500Z Compiling usdt v0.5.0
31762026-05-19T19:12:45.569Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-19T19:12:45.613Z Compiling libefi-sys v0.1.0
31782026-05-19T19:12:45.642Z Compiling linear-map v1.2.0
31792026-05-19T19:12:45.723Z Compiling expectorate v1.2.0
31802026-05-19T19:12:45.754Z Compiling hickory-proto v0.24.4
31812026-05-19T19:12:45.822Z Compiling bitfield-struct v0.6.2
31822026-05-19T19:12:45.877Z Compiling linked-hash-map v0.5.6
31832026-05-19T19:12:45.895Z Compiling semver v0.1.20
31842026-05-19T19:12:45.929Z Compiling typify-macro v0.6.2
31852026-05-19T19:12:45.943Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31862026-05-19T19:12:45.979Z Compiling tokio-dtrace v0.1.1
31872026-05-19T19:12:45.996Z Compiling dropshot-api-manager-types v0.7.1
31882026-05-19T19:12:46.112Z Compiling rustc_version v0.1.7
31892026-05-19T19:12:46.146Z Compiling lru-cache v0.1.2
31902026-05-19T19:12:46.166Z Compiling slog-dtrace v0.3.0
31912026-05-19T19:12:46.166Z Compiling minimal-lexical v0.2.1
31922026-05-19T19:12:46.198Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932026-05-19T19:12:46.229Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-19T19:12:46.247Z Compiling oxide-tokio-rt v0.1.4
31952026-05-19T19:12:46.299Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962026-05-19T19:12:46.316Z Compiling typify-impl v0.4.3
31972026-05-19T19:12:46.339Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-05-19T19:12:46.376Z Compiling phf_shared v0.12.1
31992026-05-19T19:12:46.396Z Compiling newtype_derive v0.1.6
32002026-05-19T19:12:46.475Z Compiling nom v7.1.3
32012026-05-19T19:12:46.496Z Compiling csv-core v0.1.13
32022026-05-19T19:12:46.554Z Compiling chrono-tz v0.10.4
32032026-05-19T19:12:46.578Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-05-19T19:12:46.596Z Compiling xshell-macros v0.2.7
32052026-05-19T19:12:46.613Z Compiling highway v1.3.0
32062026-05-19T19:12:46.707Z Compiling csv v1.4.0
32072026-05-19T19:12:46.738Z Compiling const_format_proc_macros v0.2.34
32082026-05-19T19:12:46.805Z Compiling phf v0.12.1
32092026-05-19T19:12:46.966Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-19T19:12:46.995Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-19T19:12:47.052Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32122026-05-19T19:12:47.056Z Compiling xshell v0.2.7
32132026-05-19T19:12:47.202Z Compiling primeorder v0.13.6
32142026-05-19T19:12:47.228Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32152026-05-19T19:12:47.321Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32162026-05-19T19:12:47.487Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32172026-05-19T19:12:47.519Z Compiling tabled_derive v0.7.0
32182026-05-19T19:12:47.579Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32192026-05-19T19:12:47.657Z Compiling bcs v0.1.6
32202026-05-19T19:12:47.660Z Compiling const_format v0.2.35
32212026-05-19T19:12:47.953Z Compiling typify v0.6.2
32222026-05-19T19:12:47.977Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-05-19T19:12:47.996Z Compiling salty v0.3.0
32242026-05-19T19:12:48.029Z Compiling hickory-resolver v0.24.4
32252026-05-19T19:12:48.059Z Compiling progenitor-impl v0.14.0
32262026-05-19T19:12:48.094Z Compiling progenitor-impl v0.13.0
32272026-05-19T19:12:48.135Z Compiling termtree v0.5.1
32282026-05-19T19:12:48.152Z Compiling textwrap v0.16.2
32292026-05-19T19:12:48.330Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32302026-05-19T19:12:48.370Z Compiling steno v0.4.1
32312026-05-19T19:12:48.549Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32322026-05-19T19:12:48.595Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32332026-05-19T19:12:48.620Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32342026-05-19T19:12:48.758Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32352026-05-19T19:12:48.880Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32362026-05-19T19:12:48.963Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-05-19T19:12:49.245Z Compiling qorb v0.4.1
32382026-05-19T19:12:49.409Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32392026-05-19T19:12:49.515Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-19T19:12:49.679Z Compiling tabled v0.15.0
32412026-05-19T19:12:49.750Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32422026-05-19T19:12:49.827Z Compiling tagptr v0.2.0
32432026-05-19T19:12:49.950Z Compiling base64 v0.21.7
32442026-05-19T19:12:50.035Z Compiling humantime v2.3.0
32452026-05-19T19:12:50.335Z Compiling radium v0.7.0
32462026-05-19T19:12:50.354Z Compiling moka v0.12.13
32472026-05-19T19:12:50.374Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32482026-05-19T19:12:50.547Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32492026-05-19T19:12:50.655Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32502026-05-19T19:12:50.866Z Compiling p384 v0.13.1
32512026-05-19T19:12:50.942Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32522026-05-19T19:12:50.980Z Compiling progenitor-macro v0.14.0
32532026-05-19T19:12:51.035Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32542026-05-19T19:12:51.056Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32552026-05-19T19:12:51.095Z Compiling progenitor-macro v0.13.0
32562026-05-19T19:12:51.160Z Compiling maybe-uninit v2.0.0
32572026-05-19T19:12:51.249Z Compiling tap v1.0.1
32582026-05-19T19:12:51.282Z Compiling typify-macro v0.4.3
32592026-05-19T19:12:51.304Z Compiling hickory-resolver v0.25.2
32602026-05-19T19:12:51.399Z Compiling wyz v0.5.1
32612026-05-19T19:12:51.501Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-05-19T19:12:51.581Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32632026-05-19T19:12:51.641Z Compiling proc-macro-error-attr2 v2.0.0
32642026-05-19T19:12:51.792Z Compiling funty v2.0.0
32652026-05-19T19:12:51.814Z Compiling packed_struct v0.10.1
32662026-05-19T19:12:51.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32672026-05-19T19:12:52.115Z Compiling utf-8 v0.7.6
32682026-05-19T19:12:52.134Z Compiling parking_lot_core v0.8.6
32692026-05-19T19:12:52.228Z Compiling bitvec v1.0.1
32702026-05-19T19:12:52.267Z Compiling tungstenite v0.21.0
32712026-05-19T19:12:52.373Z Compiling proc-macro-error2 v2.0.1
32722026-05-19T19:12:52.499Z Compiling polyval v0.6.2
32732026-05-19T19:12:52.553Z Compiling git-stub v1.0.0
32742026-05-19T19:12:52.573Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-05-19T19:12:52.592Z Compiling packed_struct_codegen v0.10.1
32762026-05-19T19:12:52.755Z Compiling zerocopy-derive v0.6.6
32772026-05-19T19:12:52.793Z Compiling bitfield-macros v0.19.4
32782026-05-19T19:12:52.857Z Compiling indexmap v1.9.3
32792026-05-19T19:12:52.884Z Compiling nodrop v0.1.14
32802026-05-19T19:12:53.014Z Compiling crc-catalog v2.4.0
32812026-05-19T19:12:53.020Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-05-19T19:12:53.162Z Compiling crc v3.4.0
32832026-05-19T19:12:53.184Z Compiling array-init v0.0.4
32842026-05-19T19:12:53.218Z Compiling tokio-tungstenite v0.21.0
32852026-05-19T19:12:53.249Z Compiling typify v0.4.3
32862026-05-19T19:12:53.256Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-05-19T19:12:53.415Z Compiling progenitor-impl v0.11.2
32882026-05-19T19:12:53.447Z Compiling tabled_derive v0.11.0
32892026-05-19T19:12:53.456Z Compiling git-stub-vcs v0.1.0
32902026-05-19T19:12:53.580Z Compiling ghash v0.5.1
32912026-05-19T19:12:53.604Z Compiling bitfield v0.19.4
32922026-05-19T19:12:53.622Z Compiling smallvec v0.6.14
32932026-05-19T19:12:53.742Z Compiling zerocopy v0.6.6
32942026-05-19T19:12:53.908Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-19T19:12:53.935Z Compiling papergrid v0.17.0
32962026-05-19T19:12:53.961Z Compiling libscf-sys v1.2.0
32972026-05-19T19:12:54.137Z Compiling testing_table v0.3.0
32982026-05-19T19:12:54.161Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-19T19:12:54.161Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33002026-05-19T19:12:54.162Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33012026-05-19T19:12:54.339Z Compiling ctr v0.9.2
33022026-05-19T19:12:54.395Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-05-19T19:12:54.425Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33042026-05-19T19:12:54.516Z Compiling corncobs v0.1.4
33052026-05-19T19:12:54.570Z Compiling unicase v2.9.0
33062026-05-19T19:12:54.673Z Compiling hashbrown v0.12.3
33072026-05-19T19:12:54.758Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-19T19:12:54.772Z Compiling aes-gcm v0.10.3
33092026-05-19T19:12:54.811Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-19T19:12:54.830Z Compiling mime_guess v2.0.5
33112026-05-19T19:12:54.849Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33122026-05-19T19:12:54.918Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-19T19:12:54.999Z Compiling tabled v0.20.0
33142026-05-19T19:12:55.238Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-05-19T19:12:55.271Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-19T19:12:55.288Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33172026-05-19T19:12:55.314Z Compiling parking_lot v0.11.2
33182026-05-19T19:12:55.444Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33192026-05-19T19:12:55.527Z Compiling serde-hex v0.1.0
33202026-05-19T19:12:55.806Z Compiling progenitor-impl v0.10.0
33212026-05-19T19:12:55.864Z Compiling ron v0.8.1
33222026-05-19T19:12:55.960Z Compiling hashbrown v0.13.2
33232026-05-19T19:12:55.976Z Compiling progenitor-client v0.11.2
33242026-05-19T19:12:56.023Z Compiling prefix-trie v0.7.0
33252026-05-19T19:12:56.274Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-05-19T19:12:56.350Z Compiling ssh-encoding v0.2.0
33272026-05-19T19:12:56.367Z Compiling progenitor-macro v0.11.2
33282026-05-19T19:12:56.465Z Compiling blowfish v0.9.1
33292026-05-19T19:12:56.520Z Compiling fxhash v0.2.1
33302026-05-19T19:12:56.558Z Compiling progenitor v0.14.0
33312026-05-19T19:12:56.654Z Compiling secrecy v0.8.0
33322026-05-19T19:12:56.700Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-05-19T19:12:56.730Z Compiling progenitor v0.13.0
33342026-05-19T19:12:56.750Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33352026-05-19T19:12:56.769Z Compiling crc-any v2.5.0
33362026-05-19T19:12:56.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-05-19T19:12:56.908Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33382026-05-19T19:12:56.927Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-19T19:12:56.944Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33402026-05-19T19:12:57.121Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33412026-05-19T19:12:57.206Z Compiling sled v0.34.7
33422026-05-19T19:12:57.275Z Compiling bcrypt-pbkdf v0.10.0
33432026-05-19T19:12:57.585Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-05-19T19:12:57.638Z Compiling ssh-cipher v0.2.0
33452026-05-19T19:12:57.761Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-19T19:12:57.782Z Compiling object v0.30.4
33472026-05-19T19:12:58.133Z Compiling hickory-server v0.25.2
33482026-05-19T19:12:58.316Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-05-19T19:12:58.375Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33502026-05-19T19:12:58.484Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33512026-05-19T19:12:58.642Z Compiling progenitor-macro v0.10.0
33522026-05-19T19:12:58.825Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33532026-05-19T19:12:59.215Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33542026-05-19T19:12:59.424Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33552026-05-19T19:12:59.870Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33562026-05-19T19:12:59.893Z Compiling password-hash v0.4.2
33572026-05-19T19:13:00.167Z Compiling http-range v0.1.5
33582026-05-19T19:13:00.252Z Compiling half v1.8.3
33592026-05-19T19:13:00.292Z Compiling crc8 v0.1.1
33602026-05-19T19:13:00.339Z Compiling path-slash v0.1.5
33612026-05-19T19:13:00.360Z Compiling pbkdf2 v0.11.0
33622026-05-19T19:13:00.447Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33632026-05-19T19:13:00.513Z Compiling serde_cbor v0.11.2
33642026-05-19T19:13:00.628Z Compiling ssh-key v0.6.7
33652026-05-19T19:13:01.044Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-05-19T19:13:01.075Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-05-19T19:13:01.286Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-05-19T19:13:01.428Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-05-19T19:13:01.530Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-05-19T19:13:01.733Z Compiling progenitor v0.11.2
33712026-05-19T19:13:01.930Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33722026-05-19T19:13:01.951Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-05-19T19:13:01.975Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33742026-05-19T19:13:01.995Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-05-19T19:13:02.364Z Compiling p521 v0.13.3
33762026-05-19T19:13:02.477Z Compiling p256 v0.13.2
33772026-05-19T19:13:02.576Z Compiling yasna v0.5.2
33782026-05-19T19:13:02.594Z Compiling kstat-rs v0.2.4
33792026-05-19T19:13:02.628Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802026-05-19T19:13:02.659Z Compiling headers-core v0.3.0
33812026-05-19T19:13:02.815Z Compiling nanorand v0.7.0
33822026-05-19T19:13:02.846Z Compiling atty v0.2.14
33832026-05-19T19:13:02.903Z Compiling russh-cryptovec v0.7.3
33842026-05-19T19:13:02.948Z Compiling md5 v0.7.0
33852026-05-19T19:13:02.966Z Compiling home v0.5.12
33862026-05-19T19:13:02.989Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33872026-05-19T19:13:03.129Z Compiling russh-keys v0.45.0
33882026-05-19T19:13:03.150Z Compiling rcgen v0.12.1
33892026-05-19T19:13:03.154Z Compiling flume v0.11.1
33902026-05-19T19:13:03.190Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-05-19T19:13:03.267Z Compiling headers v0.4.1
33922026-05-19T19:13:03.347Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-05-19T19:13:03.414Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-05-19T19:13:03.437Z Compiling hyper-staticfile v0.10.1
33952026-05-19T19:13:03.579Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33962026-05-19T19:13:03.697Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33972026-05-19T19:13:03.858Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33982026-05-19T19:13:04.024Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33992026-05-19T19:13:04.123Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34002026-05-19T19:13:04.141Z Compiling progenitor v0.10.0
34012026-05-19T19:13:04.144Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34022026-05-19T19:13:04.176Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34032026-05-19T19:13:04.356Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34042026-05-19T19:13:04.456Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34052026-05-19T19:13:04.475Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34062026-05-19T19:13:04.681Z Compiling num-bigint v0.4.6
34072026-05-19T19:13:04.684Z Compiling des v0.8.1
34082026-05-19T19:13:04.735Z Compiling subprocess v0.2.15
34092026-05-19T19:13:04.793Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34102026-05-19T19:13:04.882Z Compiling hex-literal v0.4.1
34112026-05-19T19:13:04.886Z Compiling display-error-chain v0.2.2
34122026-05-19T19:13:04.922Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-05-19T19:13:04.941Z Compiling colored v2.2.0
34142026-05-19T19:13:05.032Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34152026-05-19T19:13:05.086Z Compiling socket2 v0.5.10
34162026-05-19T19:13:05.263Z Compiling internet-checksum v0.2.1
34172026-05-19T19:13:05.280Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34182026-05-19T19:13:05.300Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192026-05-19T19:13:05.909Z Compiling russh v0.45.0
34202026-05-19T19:13:06.413Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34212026-05-19T19:13:06.441Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34222026-05-19T19:13:09.034Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34232026-05-19T19:13:09.724Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34242026-05-19T19:13:10.214Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34252026-05-19T19:13:11.878Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34262026-05-19T19:13:20.108Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34272026-05-19T19:13:20.108Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34282026-05-19T19:13:20.109Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34292026-05-19T19:13:20.118Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-05-19T19:13:21.963Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34312026-05-19T19:13:22.084Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34322026-05-19T19:13:26.364Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34332026-05-19T19:13:27.874Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34342026-05-19T19:13:47.272Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-05-19T19:14:05.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34362026-05-19T19:14:06.204Z
34372026-05-19T19:14:06.205Zreal 1:29.289152631
34382026-05-19T19:14:06.205Zuser 8:40.180138333
34392026-05-19T19:14:06.205Zsys 1:45.957969730
34402026-05-19T19:14:06.205Ztrap 0.271820954
34412026-05-19T19:14:06.205Ztflt 0.644321997
34422026-05-19T19:14:06.205Zdflt 1.951581589
34432026-05-19T19:14:06.214Zkflt 0.000742336
34442026-05-19T19:14:06.214Zlock 31:00.039295634
34452026-05-19T19:14:06.214Zslp 20:07.786677910
34462026-05-19T19:14:06.214Zlat 41.787231249
34472026-05-19T19:14:06.214Zstop 2:55.125571092
34482026-05-19T19:14:06.214Z+ mkdir tests
34492026-05-19T19:14:06.214Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34502026-05-19T19:14:06.214Z+ xargs -I '{}' -t cp '{}' tests/
34512026-05-19T19:14:06.265Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c3cdc5bc4545a52 tests/
34522026-05-19T19:14:06.295Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-81313a24f167cbc4 tests/
34532026-05-19T19:14:06.327Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e5f5125793605204 tests/
34542026-05-19T19:14:06.357Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b38611f78b9786b tests/
34552026-05-19T19:14:06.689Z+ 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/*)
34562026-05-19T19:14:06.695Z+ 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-81313a24f167cbc4 tests/commtest-e5f5125793605204 tests/dhcp_server-8c3cdc5bc4545a52 tests/end_to_end_tests-4b38611f78b9786b 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
34572026-05-19T19:15:25.836ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34582026-05-19T19:15:25.836Za .github/buildomat/ci-env.sh 1K
34592026-05-19T19:15:25.836Za out/target/test 1K
34602026-05-19T19:15:25.836Za out/npuzone/npuzone 27402K
34612026-05-19T19:15:25.836Za package-manifest.toml 35K
34622026-05-19T19:15:25.836Za smf/sled-agent/non-gimlet/config.toml 6K
34632026-05-19T19:15:25.836Za target/release/omicron-package 45974K
34642026-05-19T19:15:25.836Za target/release/xtask 11449K
34652026-05-19T19:15:25.836Za target/debug/bootstrap 352629K
34662026-05-19T19:15:25.836Za tests/bootstrap-81313a24f167cbc4 31215K
34672026-05-19T19:15:25.836Za tests/commtest-e5f5125793605204 32299K
34682026-05-19T19:15:25.836Za tests/dhcp_server-8c3cdc5bc4545a52 31215K
34692026-05-19T19:15:25.836Za tests/end_to_end_tests-4b38611f78b9786b 394448K
34702026-05-19T19:15:25.836Za out/clickhouse.tar.gz 319612K
34712026-05-19T19:15:25.836Za out/clickhouse_keeper.tar.gz 304966K
34722026-05-19T19:15:25.836Za out/clickhouse_server.tar.gz 319611K
34732026-05-19T19:15:25.836Za out/cockroachdb.tar.gz 165156K
34742026-05-19T19:15:25.837Za out/crucible-pantry-zone.tar.gz 44195K
34752026-05-19T19:15:25.837Za out/crucible-utils.tar 17744K
34762026-05-19T19:15:25.837Za out/crucible-zone.tar.gz 58333K
34772026-05-19T19:15:25.837Za out/external-dns.tar.gz 49784K
34782026-05-19T19:15:25.837Za out/internal-dns.tar.gz 49784K
34792026-05-19T19:15:25.837Za out/mg-ddm-gz.tar 95141K
34802026-05-19T19:15:25.837Za out/nexus.tar.gz 217621K
34812026-05-19T19:15:25.837Za out/ntp.tar.gz 32135K
34822026-05-19T19:15:25.837Za out/omicron-gateway-softnpu.tar.gz 29746K
34832026-05-19T19:15:25.837Za out/omicron-sled-agent.tar 200422K
34842026-05-19T19:15:25.837Za out/overlay.tar.gz 3K
34852026-05-19T19:15:25.837Za out/oximeter.tar.gz 66157K
34862026-05-19T19:15:25.837Za out/oxlog.tar 3782K
34872026-05-19T19:15:25.837Za out/probe.tar.gz 3037K
34882026-05-19T19:15:25.837Za out/propolis-server.tar.gz 38727K
34892026-05-19T19:15:25.837Za out/pumpkind-gz.tar 26647K
34902026-05-19T19:15:25.837Za out/switch-softnpu.tar.gz 393297K
34912026-05-19T19:15:25.841Z
34922026-05-19T19:15:25.841Zreal 1:19.145276142
34932026-05-19T19:15:25.841Zuser 1:16.555327285
34942026-05-19T19:15:25.841Zsys 4.326693073
34952026-05-19T19:15:25.841Ztrap 0.005563168
34962026-05-19T19:15:25.841Ztflt 0.000000000
34972026-05-19T19:15:25.841Zdflt 0.000000000
34982026-05-19T19:15:25.841Zkflt 0.000000000
34992026-05-19T19:15:25.841Zlock 0.000000000
35002026-05-19T19:15:25.841Zslp 1:16.435719016
35012026-05-19T19:15:25.841Zlat 0.962455088
35022026-05-19T19:15:25.841Zstop 0.000468668
35032026-05-19T19:15:25.841Zprocess exited: duration 996658 ms, exit code 0
 
35042026-05-19T19:15:25.856Zfound 1 output files
35052026-05-19T19:15:25.856Zuploading: /work/package.tar.gz (2437281986 bytes)
35062026-05-19T19:15:58.749Zuploaded: /work/package.tar.gz