01KT4PB8YMGEY8615X06A98DR3: 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: 01KT4PBSNZKGGKXYBKHN1408EY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T17:34:26.965Zjob assigned to worker 01KT4PC211VY5YP77MSYFP79SX [factory aws, i-0be2e8cfcf4565881] (queued for 49 s)
 
22026-06-02T17:34:35.087Zstarting task 0: "setup"
32026-06-02T17:34:35.092Z++ uname -s
42026-06-02T17:34:35.095Z+ kern=SunOS
52026-06-02T17:34:35.095Z+ build_user=build
62026-06-02T17:34:35.095Z+ build_uid=12345
72026-06-02T17:34:35.095Z+ work_dir=/work
82026-06-02T17:34:35.095Z+ input_dir=/input
92026-06-02T17:34:35.095Z+ [[ 0 == 12345 ]]
102026-06-02T17:34:35.095Z+ case "$kern" in
112026-06-02T17:34:35.095Z+ groupadd -g 12345 build
122026-06-02T17:34:35.107Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T17:34:37.116Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T17:34:37.199Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T17:34:37.202Z+ home_fs=zfs
162026-06-02T17:34:37.202Z+ [[ zfs == autofs ]]
172026-06-02T17:34:37.202Z+ mkdir -p /home/build
182026-06-02T17:34:37.205Z+ chown build:build /home/build /work
192026-06-02T17:34:39.206Z+ chmod 0700 /home/build /work
202026-06-02T17:34:39.209Zprocess exited: duration 4124 ms, exit code 0
 
212026-06-02T17:34:39.216Zstarting task 1: "rust-toolchain"
222026-06-02T17:34:39.221Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T17:34:39.221Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-02T17:34:39.221Z * rust toolchain channel = "1.94.0"
252026-06-02T17:34:39.221Z * rust toolchain profile = "default"
262026-06-02T17:34:39.222Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T17:34:39.222Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T17:34:39.224Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T17:34:39.225Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T17:34:39.336Zinfo: downloading installer
312026-06-02T17:34:40.682Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T17:34:40.682Zwarn: /home/build/.rustup/settings.toml
332026-06-02T17:34:40.682Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T17:34:40.682Zwarn: instead of the one inferred from the default host triple.
352026-06-02T17:34:40.695Zinfo: profile set to default
362026-06-02T17:34:40.695Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T17:34:40.698Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T17:34:40.826Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T17:34:40.829Zinfo: downloading 6 components
402026-06-02T17:34:54.854Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T17:34:54.854Z
422026-06-02T17:34:54.886Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T17:34:54.886Z
442026-06-02T17:34:54.886Z
452026-06-02T17:34:54.886ZRust is installed now. Great!
462026-06-02T17:34:54.886Z
472026-06-02T17:34:54.889ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T17:34:54.889Zenvironment variable. This has not been done automatically.
492026-06-02T17:34:54.890Z
502026-06-02T17:34:54.890ZTo configure your current shell, you need to source
512026-06-02T17:34:54.890Zthe corresponding env file under $HOME/.cargo.
522026-06-02T17:34:54.890Z
532026-06-02T17:34:54.890ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T17:34:54.890Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T17:34:54.890Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T17:34:54.890Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T17:34:54.890Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T17:34:54.890Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T17:34:54.890Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T17:34:54.890Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T17:34:54.890Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T17:34:54.990Z+ rustup --version
632026-06-02T17:34:54.996Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T17:34:54.999Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T17:34:55.017Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T17:34:55.020Z+ cargo --version
672026-06-02T17:34:55.029Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T17:34:55.031Z+ rustc --version
692026-06-02T17:34:55.050Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T17:34:55.053Zprocess exited: duration 15836 ms, exit code 0
 
712026-06-02T17:34:55.058Zstarting task 2: "authentication"
722026-06-02T17:34:55.076Zprocess exited: duration 17 ms, exit code 0
 
732026-06-02T17:34:55.082Zstarting task 3: "clone repository"
742026-06-02T17:34:55.089Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T17:34:55.091Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T17:34:55.146ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T17:35:08.078Z+ cd /work/oxidecomputer/omicron
782026-06-02T17:35:08.078Z+ git fetch origin 4df6ee630782c8e083057a4c543062b10b500bf8
792026-06-02T17:35:08.815ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T17:35:08.816Z * branch 4df6ee630782c8e083057a4c543062b10b500bf8 -> FETCH_HEAD
812026-06-02T17:35:08.830Z+ [[ -n bootstrap-agent-client-cleanup ]]
822026-06-02T17:35:08.833Z++ git branch --show-current
832026-06-02T17:35:08.833Z+ current=main
842026-06-02T17:35:08.833Z+ [[ main != bootstrap-agent-client-cleanup ]]
852026-06-02T17:35:08.835Z+ git branch -f bootstrap-agent-client-cleanup 4df6ee630782c8e083057a4c543062b10b500bf8
862026-06-02T17:35:08.838Z+ git checkout -f bootstrap-agent-client-cleanup
872026-06-02T17:35:09.083ZSwitched to branch 'bootstrap-agent-client-cleanup'
882026-06-02T17:35:09.088Z+ git reset --hard 4df6ee630782c8e083057a4c543062b10b500bf8
892026-06-02T17:35:09.155ZHEAD is now at 4df6ee630 fix doc link
902026-06-02T17:35:09.159Zprocess exited: duration 14075 ms, exit code 0
 
912026-06-02T17:35:09.164Zstarting task 4: "build"
922026-06-02T17:35:09.169Z+ source .github/buildomat/ci-env.sh
932026-06-02T17:35:09.169Z++ export CARGO_TERM_COLOR=always
942026-06-02T17:35:09.169Z++ CARGO_TERM_COLOR=always
952026-06-02T17:35:09.169Z+ cargo --version
962026-06-02T17:35:09.179Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T17:35:09.182Z+ rustc --version
982026-06-02T17:35:09.202Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T17:35:09.205Z+ WORK=/work
1002026-06-02T17:35:09.205Z+ pfexec mkdir -p /work
1012026-06-02T17:35:09.208Z+ pfexec chown build /work
1022026-06-02T17:35:09.210Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-02T17:35:11.153Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-02T17:35:11.239Z Startup: Caching catalogs ... Done
1052026-06-02T17:35:11.536ZPlanning: Solver setup ... Done (0.251s)
1062026-06-02T17:35:11.555ZPlanning: Running solver ... Done (0.019s)
1072026-06-02T17:35:11.562ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-02T17:35:11.572ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-02T17:35:11.589ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-02T17:35:11.603ZPlanning: Package planning ... Done (0.015s)
1112026-06-02T17:35:11.606ZPlanning: Merging actions ... Done (0.001s)
1122026-06-02T17:35:11.791ZPlanning: Checking for conflicting actions ... Done (0.186s)
1132026-06-02T17:35:11.794ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-02T17:35:13.123ZPlanning: Evaluating mediators ... Done (1.331s)
1152026-06-02T17:35:13.127ZPlanning: Planning completed in 1.86 seconds
1162026-06-02T17:35:13.133Z Packages to install: 2
1172026-06-02T17:35:13.133Z Estimated space available: 156.07 GB
1182026-06-02T17:35:13.133ZEstimated space to be consumed: 23.93 MB
1192026-06-02T17:35:13.133Z Create boot environment: No
1202026-06-02T17:35:13.133ZCreate backup boot environment: No
1212026-06-02T17:35:13.137Z Rebuild boot archive: No
1222026-06-02T17:35:13.137Z
1232026-06-02T17:35:13.137ZChanged packages:
1242026-06-02T17:35:13.137Zhelios
1252026-06-02T17:35:13.137Z developer/build-essential
1262026-06-02T17:35:13.137Z None -> 11-3.0
1272026-06-02T17:35:13.137Z library/libxmlsec1
1282026-06-02T17:35:13.137Z None -> 1.2.35-3.0
1292026-06-02T17:35:13.178Z
1302026-06-02T17:35:13.178ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-02T17:35:14.028ZDownload: Completed 1.28 MB in 0.85 seconds (1.5M/s)
1322026-06-02T17:35:14.094Z Actions: 1/268 actions (Installing new actions)
1332026-06-02T17:35:14.133Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-02T17:35:14.142ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-02T17:35:14.142ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-02T17:35:14.162ZFinalize: Updating image state ... Done (0.020s)
1372026-06-02T17:35:16.838ZFinalize: Creating fast lookup database ... Done (2.654s)
1382026-06-02T17:35:16.935ZFinalize: Reading search index ... Done (0.039s)
1392026-06-02T17:35:16.938ZFinalize: Updating search index ... Done (0.000s)
1402026-06-02T17:35:17.017ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-02T17:35:17.310ZPlanning: Evaluating mediator changes ... Done
1422026-06-02T17:35:17.413ZPlanning: Checking for conflicting actions ... Done
1432026-06-02T17:35:17.416ZPlanning: Consolidating action changes ... Done
1442026-06-02T17:35:17.571ZPlanning: Evaluating mediators ... Done
1452026-06-02T17:35:17.574ZPlanning: Planning completed in 0.26 seconds
1462026-06-02T17:35:17.594Z Mediators to change: 2
1472026-06-02T17:35:17.595Z Create boot environment: No
1482026-06-02T17:35:17.595ZCreate backup boot environment: No
1492026-06-02T17:35:17.639ZFinalize: Updating package state database ... Done
1502026-06-02T17:35:17.639ZFinalize: Updating package cache ... Done
1512026-06-02T17:35:17.652ZFinalize: Updating image state ... Done
1522026-06-02T17:35:19.596ZFinalize: Creating fast lookup database ... Done
1532026-06-02T17:35:19.659ZFinalize: Reading search index ... Done
1542026-06-02T17:35:19.662ZFinalize: Updating search index ... Done
1552026-06-02T17:35:19.731ZFinalize: Updating package cache ... Done
1562026-06-02T17:35:20.018ZPlanning: Evaluating mediator changes ... Done
1572026-06-02T17:35:20.121ZPlanning: Checking for conflicting actions ... Done
1582026-06-02T17:35:20.124ZPlanning: Consolidating action changes ... Done
1592026-06-02T17:35:20.278ZPlanning: Evaluating mediators ... Done
1602026-06-02T17:35:20.281ZPlanning: Planning completed in 0.26 seconds
1612026-06-02T17:35:20.303Z Mediators to change: 1
1622026-06-02T17:35:20.303Z Create boot environment: No
1632026-06-02T17:35:20.303ZCreate backup boot environment: No
1642026-06-02T17:35:20.347ZFinalize: Updating package state database ... Done
1652026-06-02T17:35:20.347ZFinalize: Updating package cache ... Done
1662026-06-02T17:35:20.359ZFinalize: Updating image state ... Done
1672026-06-02T17:35:22.280ZFinalize: Creating fast lookup database ... Done
1682026-06-02T17:35:22.343ZFinalize: Reading search index ... Done
1692026-06-02T17:35:22.346ZFinalize: Updating search index ... Done
1702026-06-02T17:35:22.423ZFinalize: Updating package cache ... Done
1712026-06-02T17:35:22.733ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-02T17:35:22.733Zapache system 2.4 system
1732026-06-02T17:35:22.733Zclang system 15 system
1742026-06-02T17:35:22.733Zcsh system system illumos
1752026-06-02T17:35:22.733Zctags system system illumos
1762026-06-02T17:35:22.733Zfile vendor vendor darwinsys
1772026-06-02T17:35:22.733Zfile system system illumos
1782026-06-02T17:35:22.733Zgcc vendor 14 vendor
1792026-06-02T17:35:22.733Zgcc system 13 system
1802026-06-02T17:35:22.733Zgcc system 10 system
1812026-06-02T17:35:22.733Zgo system 1.25 system
1822026-06-02T17:35:22.733Zllvm system 15 system
1832026-06-02T17:35:22.733Zmariadb system 11.4 system
1842026-06-02T17:35:22.733Zmta vendor vendor dma
1852026-06-02T17:35:22.733Zopenjdk system 17 system
1862026-06-02T17:35:22.733Zopenjdk system 11 system
1872026-06-02T17:35:22.734Zopenssl vendor 3 vendor
1882026-06-02T17:35:22.734Zperl system 5.40 system
1892026-06-02T17:35:22.734Zpostgresql system 18 system
1902026-06-02T17:35:22.734Zpostgresql system 17 system
1912026-06-02T17:35:22.734Zpython vendor 3 vendor
1922026-06-02T17:35:22.734Zpython system 2 system
1932026-06-02T17:35:22.734Zpython3 vendor 3.13 vendor
1942026-06-02T17:35:22.734Zruby system 3.4 system
1952026-06-02T17:35:22.734Zruby system 3.0 system
1962026-06-02T17:35:22.734Zwords vendor vendor american-english
1972026-06-02T17:35:22.734Zwords system system australian-english
1982026-06-02T17:35:22.734Zwords system system british-english
1992026-06-02T17:35:22.734Zwords system system canadian-english
2002026-06-02T17:35:22.734Zwords system system french
2012026-06-02T17:35:22.734Zwords system system italian
2022026-06-02T17:35:22.734Zwords system system ngerman
2032026-06-02T17:35:22.734Zwords system system ogerman
2042026-06-02T17:35:22.734Zwords system system spanish
2052026-06-02T17:35:22.989ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-02T17:35:22.989Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-02T17:35:23.272ZFMRI IFO
2082026-06-02T17:35:23.272Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-02T17:35:23.272Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-02T17:35:23.273Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-02T17:35:23.273Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-02T17:35:23.273Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-02T17:35:23.273Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-02T17:35:23.273Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-02T17:35:23.273Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-02T17:35:23.273Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-02T17:35:23.513Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-02T17:35:24.167Z Updating crates.io index
2192026-06-02T17:35:24.201Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-02T17:35:25.255Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-02T17:35:26.077Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-02T17:35:27.048Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-02T17:35:29.816Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-02T17:35:31.165Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-02T17:35:34.974Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-02T17:35:37.442Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-02T17:35:38.125Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-02T17:35:40.192Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-02T17:35:40.751Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-02T17:35:41.859Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-02T17:35:42.545Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-02T17:35:43.965Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-02T17:35:44.691Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-06-02T17:35:45.381Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-06-02T17:35:46.048Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-06-02T17:35:46.667Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-06-02T17:35:46.959Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-06-02T17:35:47.505Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-06-02T17:35:47.839Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-06-02T17:35:48.349Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-06-02T17:35:48.716Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-06-02T17:35:49.896Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-06-02T17:35:50.212Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-06-02T17:35:50.548Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-06-02T17:35:51.167Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-06-02T17:35:52.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-02T17:35:53.497Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-06-02T17:35:54.465Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-06-02T17:35:54.905Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-06-02T17:35:55.241Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-06-02T17:35:55.863Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-06-02T17:35:56.785Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-06-02T17:35:57.082Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-06-02T17:35:57.383Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-06-02T17:35:57.688Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-06-02T17:35:59.881Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-06-02T17:36:11.725Z Downloading crates ...
2582026-06-02T17:36:11.798Z Downloaded autocfg v1.5.0
2592026-06-02T17:36:11.800Z Downloaded anstyle-parse v0.2.7
2602026-06-02T17:36:11.801Z Downloaded cpufeatures v0.2.17
2612026-06-02T17:36:11.803Z Downloaded crypto-common v0.1.7
2622026-06-02T17:36:11.803Z Downloaded proc-macro-error v1.0.4
2632026-06-02T17:36:11.806Z Downloaded displaydoc v0.2.5
2642026-06-02T17:36:11.809Z Downloaded textwrap v0.16.2
2652026-06-02T17:36:11.811Z Downloaded thiserror-impl v1.0.69
2662026-06-02T17:36:11.814Z Downloaded usdt-macro v0.5.0
2672026-06-02T17:36:11.814Z Downloaded serde_core v1.0.228
2682026-06-02T17:36:11.817Z Downloaded cfg-if v1.0.4
2692026-06-02T17:36:11.817Z Downloaded unicode-linebreak v0.1.5
2702026-06-02T17:36:11.817Z Downloaded toml_write v0.1.2
2712026-06-02T17:36:11.817Z Downloaded colorchoice v1.0.4
2722026-06-02T17:36:11.819Z Downloaded clap v4.5.60
2732026-06-02T17:36:11.822Z Downloaded yoke-derive v0.8.1
2742026-06-02T17:36:11.825Z Downloaded thiserror v1.0.69
2752026-06-02T17:36:11.828Z Downloaded zerofrom-derive v0.1.6
2762026-06-02T17:36:11.828Z Downloaded camino-tempfile v1.4.1
2772026-06-02T17:36:11.828Z Downloaded anstream v0.6.21
2782026-06-02T17:36:11.831Z Downloaded version_check v0.9.5
2792026-06-02T17:36:11.831Z Downloaded clap_derive v4.5.55
2802026-06-02T17:36:11.831Z Downloaded usdt v0.5.0
2812026-06-02T17:36:11.831Z Downloaded heck v0.4.1
2822026-06-02T17:36:11.833Z Downloaded typeid v1.0.3
2832026-06-02T17:36:11.834Z Downloaded toml_datetime v0.6.11
2842026-06-02T17:36:11.834Z Downloaded utf8parse v0.2.2
2852026-06-02T17:36:11.834Z Downloaded utf8_iter v1.0.4
2862026-06-02T17:36:11.837Z Downloaded unicode-xid v0.2.6
2872026-06-02T17:36:11.837Z Downloaded thread-id v4.2.2
2882026-06-02T17:36:11.837Z Downloaded cargo_toml v0.21.0
2892026-06-02T17:36:11.837Z Downloaded zerofrom v0.1.6
2902026-06-02T17:36:11.837Z Downloaded camino v1.2.2
2912026-06-02T17:36:11.839Z Downloaded zmij v1.0.21
2922026-06-02T17:36:11.842Z Downloaded tinystr v0.8.2
2932026-06-02T17:36:11.842Z Downloaded once_cell v1.21.3
2942026-06-02T17:36:11.845Z Downloaded cargo-util-schemas v0.8.2
2952026-06-02T17:36:11.847Z Downloaded idna v1.1.0
2962026-06-02T17:36:11.850Z Downloaded macaddr v1.0.1
2972026-06-02T17:36:11.850Z Downloaded generic-array v0.14.7
2982026-06-02T17:36:11.850Z Downloaded zerovec-derive v0.11.2
2992026-06-02T17:36:11.853Z Downloaded writeable v0.6.2
3002026-06-02T17:36:11.855Z Downloaded heck v0.5.0
3012026-06-02T17:36:11.855Z Downloaded swrite v0.1.0
3022026-06-02T17:36:11.855Z Downloaded scroll_derive v0.12.1
3032026-06-02T17:36:11.855Z Downloaded form_urlencoded v1.2.2
3042026-06-02T17:36:11.858Z Downloaded errno v0.3.14
3052026-06-02T17:36:11.858Z Downloaded thiserror v2.0.18
3062026-06-02T17:36:11.861Z Downloaded yoke v0.8.1
3072026-06-02T17:36:11.863Z Downloaded clap_lex v1.0.0
3082026-06-02T17:36:11.863Z Downloaded usdt-impl v0.5.0
3092026-06-02T17:36:11.866Z Downloaded serde_spanned v0.6.9
3102026-06-02T17:36:11.866Z Downloaded ordered-float v2.10.1
3112026-06-02T17:36:11.866Z Downloaded zerocopy-derive v0.7.35
3122026-06-02T17:36:11.869Z Downloaded unicode-ident v1.0.24
3132026-06-02T17:36:11.872Z Downloaded ucd-trie v0.1.7
3142026-06-02T17:36:11.872Z Downloaded terminal_size v0.4.3
3152026-06-02T17:36:11.874Z Downloaded thiserror-impl v2.0.18
3162026-06-02T17:36:11.874Z Downloaded is_terminal_polyfill v1.70.2
3172026-06-02T17:36:11.875Z Downloaded cargo_metadata v0.21.0
3182026-06-02T17:36:11.875Z Downloaded toml v0.8.23
3192026-06-02T17:36:11.877Z Downloaded usdt-attr-macro v0.5.0
3202026-06-02T17:36:11.881Z Downloaded equivalent v1.0.2
3212026-06-02T17:36:11.884Z Downloaded idna_adapter v1.2.1
3222026-06-02T17:36:11.884Z Downloaded typenum v1.19.0
3232026-06-02T17:36:11.887Z Downloaded zerotrie v0.2.3
3242026-06-02T17:36:11.889Z Downloaded proc-macro-error-attr v1.0.4
3252026-06-02T17:36:11.889Z Downloaded percent-encoding v2.3.2
3262026-06-02T17:36:11.889Z Downloaded potential_utf v0.1.4
3272026-06-02T17:36:11.889Z Downloaded dtrace-parser v0.2.0
3282026-06-02T17:36:11.889Z Downloaded fnv v1.0.7
3292026-06-02T17:36:11.892Z Downloaded toml_edit v0.22.27
3302026-06-02T17:36:11.892Z Downloaded url v2.5.8
3312026-06-02T17:36:11.895Z Downloaded strsim v0.11.1
3322026-06-02T17:36:11.895Z Downloaded plain v0.2.3
3332026-06-02T17:36:11.897Z Downloaded tabled_derive v0.7.0
3342026-06-02T17:36:11.900Z Downloaded anstyle-query v1.1.5
3352026-06-02T17:36:11.903Z Downloaded memmap v0.7.0
3362026-06-02T17:36:11.906Z Downloaded fastrand v2.3.0
3372026-06-02T17:36:11.908Z Downloaded zerovec v0.11.5
3382026-06-02T17:36:11.911Z Downloaded block-buffer v0.10.4
3392026-06-02T17:36:11.911Z Downloaded serde_tokenstream v0.2.3
3402026-06-02T17:36:11.913Z Downloaded itoa v1.0.17
3412026-06-02T17:36:11.917Z Downloaded zerocopy v0.7.35
3422026-06-02T17:36:11.925Z Downloaded winnow v0.7.14
3432026-06-02T17:36:11.930Z Downloaded stable_deref_trait v1.2.1
3442026-06-02T17:36:11.933Z Downloaded byteorder v1.5.0
3452026-06-02T17:36:11.933Z Downloaded scroll v0.12.0
3462026-06-02T17:36:11.933Z Downloaded pretty-hex v0.4.1
3472026-06-02T17:36:11.936Z Downloaded unicode-width v0.2.0
3482026-06-02T17:36:11.938Z Downloaded synstructure v0.13.2
3492026-06-02T17:36:11.938Z Downloaded sha2 v0.10.9
3502026-06-02T17:36:11.942Z Downloaded dof v0.3.0
3512026-06-02T17:36:11.942Z Downloaded bytecount v0.6.9
3522026-06-02T17:36:11.942Z Downloaded unicode-width v0.1.14
3532026-06-02T17:36:11.944Z Downloaded digest v0.10.7
3542026-06-02T17:36:11.944Z Downloaded cargo-platform v0.2.0
3552026-06-02T17:36:11.947Z Downloaded smallvec v1.15.1
3562026-06-02T17:36:11.947Z Downloaded serde-value v0.7.0
3572026-06-02T17:36:11.950Z Downloaded serde-untagged v0.1.9
3582026-06-02T17:36:11.950Z Downloaded anstyle v1.0.13
3592026-06-02T17:36:11.955Z Downloaded litemap v0.8.1
3602026-06-02T17:36:11.964Z Downloaded semver v1.0.28
3612026-06-02T17:36:11.967Z Downloaded bitflags v2.11.0
3622026-06-02T17:36:11.970Z Downloaded smawk v0.3.2
3632026-06-02T17:36:11.970Z Downloaded erased-serde v0.4.9
3642026-06-02T17:36:11.970Z Downloaded num-traits v0.2.19
3652026-06-02T17:36:11.973Z Downloaded fs-err v3.3.0
3662026-06-02T17:36:11.981Z Downloaded anyhow v1.0.102
3672026-06-02T17:36:11.989Z Downloaded quote v1.0.45
3682026-06-02T17:36:11.992Z Downloaded pest_derive v2.8.6
3692026-06-02T17:36:11.996Z Downloaded log v0.4.29
3702026-06-02T17:36:12.003Z Downloaded proc-macro2 v1.0.106
3712026-06-02T17:36:12.006Z Downloaded papergrid v0.11.0
3722026-06-02T17:36:12.008Z Downloaded serde_derive v1.0.228
3732026-06-02T17:36:12.008Z Downloaded getrandom v0.4.1
3742026-06-02T17:36:12.011Z Downloaded tempfile v3.25.0
3752026-06-02T17:36:12.014Z Downloaded icu_properties v2.1.2
3762026-06-02T17:36:12.014Z Downloaded icu_provider v2.1.1
3772026-06-02T17:36:12.017Z Downloaded icu_locale_core v2.1.1
3782026-06-02T17:36:12.019Z Downloaded icu_normalizer_data v2.1.1
3792026-06-02T17:36:12.022Z Downloaded pest_generator v2.8.6
3802026-06-02T17:36:12.030Z Downloaded icu_normalizer v2.1.1
3812026-06-02T17:36:12.036Z Downloaded pest_meta v2.8.6
3822026-06-02T17:36:12.039Z Downloaded icu_collections v2.1.1
3832026-06-02T17:36:12.043Z Downloaded memchr v2.8.0
3842026-06-02T17:36:12.055Z Downloaded serde v1.0.228
3852026-06-02T17:36:12.058Z Downloaded icu_properties_data v2.1.2
3862026-06-02T17:36:12.063Z Downloaded indexmap v2.14.0
3872026-06-02T17:36:12.065Z Downloaded clap_builder v4.5.60
3882026-06-02T17:36:12.076Z Downloaded pest v2.8.6
3892026-06-02T17:36:12.085Z Downloaded hashbrown v0.17.0
3902026-06-02T17:36:12.092Z Downloaded serde_json v1.0.149
3912026-06-02T17:36:12.100Z Downloaded goblin v0.8.2
3922026-06-02T17:36:12.107Z Downloaded tabled v0.15.0
3932026-06-02T17:36:12.116Z Downloaded syn v1.0.109
3942026-06-02T17:36:12.127Z Downloaded syn v2.0.117
3952026-06-02T17:36:12.144Z Downloaded rustix v1.1.3
3962026-06-02T17:36:12.167Z Downloaded libc v0.2.185
3972026-06-02T17:36:12.231Z Compiling proc-macro2 v1.0.106
3982026-06-02T17:36:12.231Z Compiling unicode-ident v1.0.24
3992026-06-02T17:36:12.234Z Compiling quote v1.0.45
4002026-06-02T17:36:12.234Z Compiling serde_core v1.0.228
4012026-06-02T17:36:12.234Z Compiling libc v0.2.185
4022026-06-02T17:36:12.234Z Compiling version_check v0.9.5
4032026-06-02T17:36:12.234Z Compiling memchr v2.8.0
4042026-06-02T17:36:12.234Z Compiling serde v1.0.228
4052026-06-02T17:36:12.234Z Compiling stable_deref_trait v1.2.1
4062026-06-02T17:36:12.234Z Compiling zmij v1.0.21
4072026-06-02T17:36:12.234Z Compiling autocfg v1.5.0
4082026-06-02T17:36:12.234Z Compiling itoa v1.0.17
4092026-06-02T17:36:12.234Z Compiling ucd-trie v0.1.7
4102026-06-02T17:36:12.235Z Compiling thiserror v1.0.69
4112026-06-02T17:36:12.416Z Compiling litemap v0.8.1
4122026-06-02T17:36:12.664Z Compiling writeable v0.6.2
4132026-06-02T17:36:12.781Z Compiling icu_normalizer_data v2.1.1
4142026-06-02T17:36:12.800Z Compiling icu_properties_data v2.1.2
4152026-06-02T17:36:12.847Z Compiling byteorder v1.5.0
4162026-06-02T17:36:12.867Z Compiling rustix v1.1.3
4172026-06-02T17:36:12.926Z Compiling bitflags v2.11.0
4182026-06-02T17:36:13.070Z Compiling serde_json v1.0.149
4192026-06-02T17:36:13.122Z Compiling pest v2.8.6
4202026-06-02T17:36:13.261Z Compiling num-traits v0.2.19
4212026-06-02T17:36:13.348Z Compiling smallvec v1.15.1
4222026-06-02T17:36:13.404Z Compiling typeid v1.0.3
4232026-06-02T17:36:13.439Z Compiling equivalent v1.0.2
4242026-06-02T17:36:13.455Z Compiling hashbrown v0.17.0
4252026-06-02T17:36:13.541Z Compiling usdt-impl v0.5.0
4262026-06-02T17:36:13.636Z Compiling proc-macro-error-attr v1.0.4
4272026-06-02T17:36:13.639Z Compiling winnow v0.7.14
4282026-06-02T17:36:13.655Z Compiling syn v1.0.109
4292026-06-02T17:36:13.658Z Compiling toml_write v0.1.2
4302026-06-02T17:36:13.751Z Compiling erased-serde v0.4.9
4312026-06-02T17:36:13.754Z Compiling proc-macro-error v1.0.4
4322026-06-02T17:36:13.884Z Compiling plain v0.2.3
4332026-06-02T17:36:13.945Z Compiling camino v1.2.2
4342026-06-02T17:36:13.964Z Compiling percent-encoding v2.3.2
4352026-06-02T17:36:13.987Z Compiling indexmap v2.14.0
4362026-06-02T17:36:14.004Z Compiling log v0.4.29
4372026-06-02T17:36:14.024Z Compiling utf8parse v0.2.2
4382026-06-02T17:36:14.061Z Compiling errno v0.3.14
4392026-06-02T17:36:14.096Z Compiling thread-id v4.2.2
4402026-06-02T17:36:14.133Z Compiling getrandom v0.4.1
4412026-06-02T17:36:14.161Z Compiling thiserror v2.0.18
4422026-06-02T17:36:14.178Z Compiling pest_meta v2.8.6
4432026-06-02T17:36:14.220Z Compiling utf8_iter v1.0.4
4442026-06-02T17:36:14.224Z Compiling anstyle-parse v0.2.7
4452026-06-02T17:36:14.258Z Compiling form_urlencoded v1.2.2
4462026-06-02T17:36:14.302Z Compiling syn v2.0.117
4472026-06-02T17:36:14.407Z Compiling ordered-float v2.10.1
4482026-06-02T17:36:14.463Z Compiling anstyle v1.0.13
4492026-06-02T17:36:14.505Z Compiling is_terminal_polyfill v1.70.2
4502026-06-02T17:36:14.568Z Compiling cfg-if v1.0.4
4512026-06-02T17:36:14.586Z Compiling colorchoice v1.0.4
4522026-06-02T17:36:14.622Z Compiling pretty-hex v0.4.1
4532026-06-02T17:36:14.641Z Compiling anstyle-query v1.1.5
4542026-06-02T17:36:14.731Z Compiling anstream v0.6.21
4552026-06-02T17:36:14.753Z Compiling fs-err v3.3.0
4562026-06-02T17:36:14.774Z Compiling once_cell v1.21.3
4572026-06-02T17:36:14.794Z Compiling heck v0.4.1
4582026-06-02T17:36:14.812Z Compiling anyhow v1.0.102
4592026-06-02T17:36:14.836Z Compiling unicode-xid v0.2.6
4602026-06-02T17:36:14.854Z Compiling fnv v1.0.7
4612026-06-02T17:36:14.874Z Compiling unicode-width v0.1.14
4622026-06-02T17:36:14.974Z Compiling heck v0.5.0
4632026-06-02T17:36:14.992Z Compiling bytecount v0.6.9
4642026-06-02T17:36:14.995Z Compiling fastrand v2.3.0
4652026-06-02T17:36:15.029Z Compiling clap_lex v1.0.0
4662026-06-02T17:36:15.049Z Compiling strsim v0.11.1
4672026-06-02T17:36:15.067Z Compiling terminal_size v0.4.3
4682026-06-02T17:36:15.189Z Compiling papergrid v0.11.0
4692026-06-02T17:36:15.230Z Compiling tempfile v3.25.0
4702026-06-02T17:36:15.247Z Compiling clap_builder v4.5.60
4712026-06-02T17:36:15.268Z Compiling memmap v0.7.0
4722026-06-02T17:36:15.286Z Compiling unicode-linebreak v0.1.5
4732026-06-02T17:36:15.306Z Compiling unicode-width v0.2.0
4742026-06-02T17:36:15.323Z Compiling smawk v0.3.2
4752026-06-02T17:36:15.475Z Compiling semver v1.0.28
4762026-06-02T17:36:15.607Z Compiling textwrap v0.16.2
4772026-06-02T17:36:15.626Z Compiling swrite v0.1.0
4782026-06-02T17:36:15.739Z Compiling camino-tempfile v1.4.1
4792026-06-02T17:36:15.822Z Compiling serde-untagged v0.1.9
4802026-06-02T17:36:15.843Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-02T17:36:16.141Z Compiling tabled_derive v0.7.0
4822026-06-02T17:36:16.785Z Compiling tabled v0.15.0
4832026-06-02T17:36:16.801Z Compiling synstructure v0.13.2
4842026-06-02T17:36:16.804Z Compiling pest_generator v2.8.6
4852026-06-02T17:36:17.354Z Compiling serde_derive v1.0.228
4862026-06-02T17:36:17.354Z Compiling zerofrom-derive v0.1.6
4872026-06-02T17:36:17.357Z Compiling yoke-derive v0.8.1
4882026-06-02T17:36:17.357Z Compiling zerovec-derive v0.11.2
4892026-06-02T17:36:17.357Z Compiling displaydoc v0.2.5
4902026-06-02T17:36:17.357Z Compiling thiserror-impl v1.0.69
4912026-06-02T17:36:17.357Z Compiling zerocopy-derive v0.7.35
4922026-06-02T17:36:17.357Z Compiling scroll_derive v0.12.1
4932026-06-02T17:36:17.358Z Compiling thiserror-impl v2.0.18
4942026-06-02T17:36:17.358Z Compiling clap_derive v4.5.55
4952026-06-02T17:36:17.377Z Compiling pest_derive v2.8.6
4962026-06-02T17:36:17.976Z Compiling scroll v0.12.0
4972026-06-02T17:36:18.155Z Compiling zerocopy v0.7.35
4982026-06-02T17:36:18.206Z Compiling goblin v0.8.2
4992026-06-02T17:36:18.405Z Compiling zerofrom v0.1.6
5002026-06-02T17:36:18.513Z Compiling yoke v0.8.1
5012026-06-02T17:36:18.531Z Compiling dtrace-parser v0.2.0
5022026-06-02T17:36:18.664Z Compiling zerovec v0.11.5
5032026-06-02T17:36:18.664Z Compiling zerotrie v0.2.3
5042026-06-02T17:36:18.872Z Compiling clap v4.5.60
5052026-06-02T17:36:19.094Z Compiling tinystr v0.8.2
5062026-06-02T17:36:19.094Z Compiling potential_utf v0.1.4
5072026-06-02T17:36:19.222Z Compiling icu_collections v2.1.1
5082026-06-02T17:36:19.250Z Compiling icu_locale_core v2.1.1
5092026-06-02T17:36:19.775Z Compiling icu_provider v2.1.1
5102026-06-02T17:36:19.950Z Compiling serde_spanned v0.6.9
5112026-06-02T17:36:19.950Z Compiling toml_datetime v0.6.11
5122026-06-02T17:36:19.950Z Compiling serde-value v0.7.0
5132026-06-02T17:36:19.953Z Compiling cargo-platform v0.2.0
5142026-06-02T17:36:19.953Z Compiling macaddr v1.0.1
5152026-06-02T17:36:19.968Z Compiling dof v0.3.0
5162026-06-02T17:36:19.970Z Compiling serde_tokenstream v0.2.3
5172026-06-02T17:36:19.987Z Compiling icu_normalizer v2.1.1
5182026-06-02T17:36:19.990Z Compiling icu_properties v2.1.2
5192026-06-02T17:36:20.270Z Compiling toml_edit v0.22.27
5202026-06-02T17:36:20.739Z Compiling usdt-attr-macro v0.5.0
5212026-06-02T17:36:20.742Z Compiling usdt-macro v0.5.0
5222026-06-02T17:36:20.882Z Compiling idna_adapter v1.2.1
5232026-06-02T17:36:20.985Z Compiling idna v1.1.0
5242026-06-02T17:36:21.259Z Compiling url v2.5.8
5252026-06-02T17:36:21.314Z Compiling usdt v0.5.0
5262026-06-02T17:36:21.493Z Compiling toml v0.8.23
5272026-06-02T17:36:21.822Z Compiling cargo-util-schemas v0.8.2
5282026-06-02T17:36:21.822Z Compiling cargo_toml v0.21.0
5292026-06-02T17:36:22.612Z Compiling cargo_metadata v0.21.0
5302026-06-02T17:36:23.508Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-06-02T17:36:25.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5322026-06-02T17:36:25.825Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-06-02T17:36:26.372Z Downloading crates ...
5342026-06-02T17:36:26.465Z Downloaded array-init v0.0.4
5352026-06-02T17:36:26.469Z Downloaded argon2 v0.5.3
5362026-06-02T17:36:26.474Z Downloaded arrayref v0.3.9
5372026-06-02T17:36:26.477Z Downloaded arc-swap v1.8.2
5382026-06-02T17:36:26.489Z Downloaded embedded-io v0.4.0
5392026-06-02T17:36:26.493Z Downloaded crc8 v0.1.1
5402026-06-02T17:36:26.501Z Downloaded adler2 v2.0.1
5412026-06-02T17:36:26.504Z Downloaded cargo-platform v0.1.9
5422026-06-02T17:36:26.504Z Downloaded cancel-safe-futures v0.1.5
5432026-06-02T17:36:26.507Z Downloaded darling_macro v0.20.11
5442026-06-02T17:36:26.507Z Downloaded darling v0.20.11
5452026-06-02T17:36:26.510Z Downloaded crypto-bigint v0.5.5
5462026-06-02T17:36:26.514Z Downloaded debug-ignore v1.0.5
5472026-06-02T17:36:26.517Z Downloaded critical-section v1.2.0
5482026-06-02T17:36:26.520Z Downloaded darling_macro v0.21.3
5492026-06-02T17:36:26.520Z Downloaded base64ct v1.8.3
5502026-06-02T17:36:26.520Z Downloaded crossbeam-utils v0.8.21
5512026-06-02T17:36:26.524Z Downloaded daft-derive v0.1.5
5522026-06-02T17:36:26.526Z Downloaded diesel-dtrace v0.5.0
5532026-06-02T17:36:26.526Z Downloaded curve25519-dalek-derive v0.1.1
5542026-06-02T17:36:26.530Z Downloaded colored v2.2.0
5552026-06-02T17:36:26.530Z Downloaded cpufeatures v0.3.0
5562026-06-02T17:36:26.533Z Downloaded aead v0.5.2
5572026-06-02T17:36:26.533Z Downloaded cfg_aliases v0.1.1
5582026-06-02T17:36:26.533Z Downloaded cargo_metadata v0.19.2
5592026-06-02T17:36:26.537Z Downloaded crucible-workspace-hack v0.1.0
5602026-06-02T17:36:26.537Z Downloaded atty v0.2.14
5612026-06-02T17:36:26.537Z Downloaded async-stream v0.3.6
5622026-06-02T17:36:26.540Z Downloaded dirs-next v2.0.0
5632026-06-02T17:36:26.540Z Downloaded defmt-parser v1.0.0
5642026-06-02T17:36:26.540Z Downloaded convert_case v0.10.0
5652026-06-02T17:36:26.540Z Downloaded ctr v0.9.2
5662026-06-02T17:36:26.544Z Downloaded darling_macro v0.23.0
5672026-06-02T17:36:26.544Z Downloaded colored v3.1.1
5682026-06-02T17:36:26.547Z Downloaded env_logger v0.11.9
5692026-06-02T17:36:26.547Z Downloaded backoff v0.4.0
5702026-06-02T17:36:26.550Z Downloaded arrayvec v0.7.6
5712026-06-02T17:36:26.550Z Downloaded ff v0.13.1
5722026-06-02T17:36:26.553Z Downloaded embedded-io v0.6.1
5732026-06-02T17:36:26.553Z Downloaded defmt v0.3.100
5742026-06-02T17:36:26.553Z Downloaded data-encoding v2.10.0
5752026-06-02T17:36:26.553Z Downloaded crunchy v0.2.4
5762026-06-02T17:36:26.556Z Downloaded atomicwrites v0.4.4
5772026-06-02T17:36:26.556Z Downloaded bcrypt-pbkdf v0.10.0
5782026-06-02T17:36:26.556Z Downloaded dropshot-api-manager-types v0.7.1
5792026-06-02T17:36:26.560Z Downloaded cfg_aliases v0.2.1
5802026-06-02T17:36:26.560Z Downloaded fd-lock v4.0.4
5812026-06-02T17:36:26.560Z Downloaded async-recursion v1.1.1
5822026-06-02T17:36:26.563Z Downloaded async-bb8-diesel v0.2.1
5832026-06-02T17:36:26.563Z Downloaded crossbeam-epoch v0.9.18
5842026-06-02T17:36:26.566Z Downloaded flume v0.11.1
5852026-06-02T17:36:26.569Z Downloaded endian-type v0.1.2
5862026-06-02T17:36:26.569Z Downloaded document-features v0.2.12
5872026-06-02T17:36:26.569Z Downloaded difflib v0.4.0
5882026-06-02T17:36:26.569Z Downloaded crossbeam-deque v0.8.6
5892026-06-02T17:36:26.573Z Downloaded bitfield-struct v0.6.2
5902026-06-02T17:36:26.573Z Downloaded foreign-types-shared v0.3.1
5912026-06-02T17:36:26.573Z Downloaded dsl_auto_type v0.2.0
5922026-06-02T17:36:26.573Z Downloaded defmt v1.0.1
5932026-06-02T17:36:26.576Z Downloaded find-msvc-tools v0.1.9
5942026-06-02T17:36:26.579Z Downloaded dunce v1.0.5
5952026-06-02T17:36:26.579Z Downloaded dyn-clone v1.0.20
5962026-06-02T17:36:26.579Z Downloaded derive_builder_core v0.20.2
5972026-06-02T17:36:26.582Z Downloaded bit-set v0.8.0
5982026-06-02T17:36:26.582Z Downloaded dof v0.4.0
5992026-06-02T17:36:26.582Z Downloaded base16ct v0.2.0
6002026-06-02T17:36:26.585Z Downloaded float-ord v0.3.2
6012026-06-02T17:36:26.585Z Downloaded cobs v0.3.0
6022026-06-02T17:36:26.585Z Downloaded ciborium-ll v0.2.2
6032026-06-02T17:36:26.588Z Downloaded enum-as-inner v0.6.1
6042026-06-02T17:36:26.588Z Downloaded derive_builder_macro v0.20.2
6052026-06-02T17:36:26.588Z Downloaded dtrace-parser v0.3.0
6062026-06-02T17:36:26.588Z Downloaded dirs-sys-next v0.1.2
6072026-06-02T17:36:26.591Z Downloaded cstr-argument v0.1.2
6082026-06-02T17:36:26.591Z Downloaded defmt-macros v1.0.1
6092026-06-02T17:36:26.594Z Downloaded bit-set v0.5.3
6102026-06-02T17:36:26.594Z Downloaded async-trait v0.1.89
6112026-06-02T17:36:26.597Z Downloaded float-cmp v0.10.0
6122026-06-02T17:36:26.597Z Downloaded display-error-chain v0.2.2
6132026-06-02T17:36:26.597Z Downloaded downcast-rs v2.0.2
6142026-06-02T17:36:26.600Z Downloaded async-stream-impl v0.3.6
6152026-06-02T17:36:26.600Z Downloaded compression-core v0.4.31
6162026-06-02T17:36:26.600Z Downloaded darling_core v0.20.11
6172026-06-02T17:36:26.603Z Downloaded foreign-types v0.5.0
6182026-06-02T17:36:26.603Z Downloaded futures-io v0.3.32
6192026-06-02T17:36:26.606Z Downloaded convert_case v0.4.0
6202026-06-02T17:36:26.606Z Downloaded bb8 v0.8.6
6212026-06-02T17:36:26.606Z Downloaded foreign-types v0.3.2
6222026-06-02T17:36:26.606Z Downloaded assert_matches v1.5.0
6232026-06-02T17:36:26.609Z Downloaded castaway v0.2.4
6242026-06-02T17:36:26.609Z Downloaded futures-sink v0.3.32
6252026-06-02T17:36:26.609Z Downloaded cexpr v0.6.0
6262026-06-02T17:36:26.612Z Downloaded either v1.15.0
6272026-06-02T17:36:26.612Z Downloaded diesel_table_macro_syntax v0.3.0
6282026-06-02T17:36:26.612Z Downloaded cbc v0.1.2
6292026-06-02T17:36:26.615Z Downloaded bit-vec v0.8.0
6302026-06-02T17:36:26.615Z Downloaded futures-macro v0.3.32
6312026-06-02T17:36:26.615Z Downloaded bit-vec v0.6.3
6322026-06-02T17:36:26.618Z Downloaded bcs v0.1.6
6332026-06-02T17:36:26.618Z Downloaded gethostname v0.5.0
6342026-06-02T17:36:26.618Z Downloaded futures-task v0.3.32
6352026-06-02T17:36:26.621Z Downloaded csv-core v0.1.13
6362026-06-02T17:36:26.622Z Downloaded ascii-canvas v3.0.0
6372026-06-02T17:36:26.624Z Downloaded env_filter v1.0.0
6382026-06-02T17:36:26.624Z Downloaded der_derive v0.7.3
6392026-06-02T17:36:26.624Z Downloaded ecdsa v0.16.9
6402026-06-02T17:36:26.627Z Downloaded crc-catalog v2.4.0
6412026-06-02T17:36:26.627Z Downloaded block-padding v0.3.3
6422026-06-02T17:36:26.627Z Downloaded crc v3.4.0
6432026-06-02T17:36:26.631Z Downloaded foreign-types-shared v0.1.1
6442026-06-02T17:36:26.631Z Downloaded foreign-types-macros v0.2.3
6452026-06-02T17:36:26.631Z Downloaded foldhash v0.2.0
6462026-06-02T17:36:26.631Z Downloaded hash32 v0.2.1
6472026-06-02T17:36:26.634Z Downloaded atomic-waker v1.1.2
6482026-06-02T17:36:26.634Z Downloaded crc32fast v1.5.0
6492026-06-02T17:36:26.637Z Downloaded fxhash v0.2.1
6502026-06-02T17:36:26.637Z Downloaded bitfield-macros v0.19.4
6512026-06-02T17:36:26.637Z Downloaded funty v2.0.0
6522026-06-02T17:36:26.637Z Downloaded daft v0.1.5
6532026-06-02T17:36:26.640Z Downloaded darling_core v0.23.0
6542026-06-02T17:36:26.643Z Downloaded derive-where v1.6.0
6552026-06-02T17:36:26.646Z Downloaded const_format_proc_macros v0.2.34
6562026-06-02T17:36:26.646Z Downloaded cc v1.2.56
6572026-06-02T17:36:26.649Z Downloaded corncobs v0.1.4
6582026-06-02T17:36:26.649Z Downloaded constant_time_eq v0.4.2
6592026-06-02T17:36:26.652Z Downloaded hex-literal v0.4.1
6602026-06-02T17:36:26.652Z Downloaded cmake v0.1.57
6612026-06-02T17:36:26.652Z Downloaded buf-list v1.1.2
6622026-06-02T17:36:26.655Z Downloaded bitflags v1.3.2
6632026-06-02T17:36:26.658Z Downloaded ghash v0.5.1
6642026-06-02T17:36:26.658Z Downloaded foldhash v0.1.5
6652026-06-02T17:36:26.658Z Downloaded hex v0.4.3
6662026-06-02T17:36:26.661Z Downloaded futures-core v0.3.32
6672026-06-02T17:36:26.661Z Downloaded cipher v0.4.4
6682026-06-02T17:36:26.661Z Downloaded fixedbitset v0.4.2
6692026-06-02T17:36:26.664Z Downloaded hash32 v0.3.1
6702026-06-02T17:36:26.664Z Downloaded home v0.5.12
6712026-06-02T17:36:26.664Z Downloaded deranged v0.5.8
6722026-06-02T17:36:26.668Z Downloaded blowfish v0.9.1
6732026-06-02T17:36:26.668Z Downloaded git-stub v1.0.0
6742026-06-02T17:36:26.668Z Downloaded cassowary v0.3.0
6752026-06-02T17:36:26.671Z Downloaded bzip2 v0.4.4
6762026-06-02T17:36:26.671Z Downloaded chacha20 v0.10.0
6772026-06-02T17:36:26.671Z Downloaded ena v0.14.4
6782026-06-02T17:36:26.674Z Downloaded backon v1.6.0
6792026-06-02T17:36:26.674Z Downloaded derive-ex v0.1.8
6802026-06-02T17:36:26.677Z Downloaded flagset v0.4.7
6812026-06-02T17:36:26.677Z Downloaded headers-core v0.3.0
6822026-06-02T17:36:26.677Z Downloaded globwalk v0.9.1
6832026-06-02T17:36:26.680Z Downloaded hostname v0.4.2
6842026-06-02T17:36:26.680Z Downloaded ciborium-io v0.2.2
6852026-06-02T17:36:26.680Z Downloaded base64 v0.21.7
6862026-06-02T17:36:26.683Z Downloaded httpdate v1.0.3
6872026-06-02T17:36:26.683Z Downloaded http-range v0.1.5
6882026-06-02T17:36:26.683Z Downloaded fallible-iterator v0.2.0
6892026-06-02T17:36:26.686Z Downloaded chacha20 v0.9.1
6902026-06-02T17:36:26.686Z Downloaded bitfield v0.19.4
6912026-06-02T17:36:26.689Z Downloaded byte-wrapper v0.1.0
6922026-06-02T17:36:26.689Z Downloaded group v0.13.0
6932026-06-02T17:36:26.691Z Downloaded git-stub-vcs v0.1.0
6942026-06-02T17:36:26.692Z Downloaded ident_case v1.0.1
6952026-06-02T17:36:26.692Z Downloaded erased-serde v0.3.31
6962026-06-02T17:36:26.695Z Downloaded camino-tempfile-ext v0.3.3
6972026-06-02T17:36:26.698Z Downloaded instability v0.3.11
6982026-06-02T17:36:26.698Z Downloaded indent_write v2.2.0
6992026-06-02T17:36:26.703Z Downloaded cookie_store v0.22.1
7002026-06-02T17:36:26.705Z Downloaded fixedbitset v0.5.7
7012026-06-02T17:36:26.705Z Downloaded filetime v0.2.27
7022026-06-02T17:36:26.708Z Downloaded futures-executor v0.3.32
7032026-06-02T17:36:26.708Z Downloaded fs-err v2.11.0
7042026-06-02T17:36:26.711Z Downloaded fs_extra v1.3.0
7052026-06-02T17:36:26.712Z Downloaded const-oid v0.9.6
7062026-06-02T17:36:26.732Z Downloaded is_ci v1.2.0
7072026-06-02T17:36:26.732Z Downloaded internet-checksum v0.2.1
7082026-06-02T17:36:26.732Z Downloaded futures-channel v0.3.32
7092026-06-02T17:36:26.732Z Downloaded ciborium v0.2.2
7102026-06-02T17:36:26.732Z Downloaded diff v0.1.13
7112026-06-02T17:36:26.732Z Downloaded keccak v0.1.6
7122026-06-02T17:36:26.732Z Downloaded glob v0.3.3
7132026-06-02T17:36:26.732Z Downloaded hostname v0.3.1
7142026-06-02T17:36:26.732Z Downloaded lalrpop-util v0.19.12
7152026-06-02T17:36:26.732Z Downloaded is-terminal v0.4.17
7162026-06-02T17:36:26.732Z Downloaded cookie v0.18.1
7172026-06-02T17:36:26.732Z Downloaded kstat-rs v0.2.4
7182026-06-02T17:36:26.732Z Downloaded ed25519 v2.2.3
7192026-06-02T17:36:26.732Z Downloaded lazy_static v1.5.0
7202026-06-02T17:36:26.732Z Downloaded lru v0.12.5
7212026-06-02T17:36:26.733Z Downloaded dropshot_endpoint v0.16.7
7222026-06-02T17:36:26.733Z Downloaded libscf-sys v1.1.0
7232026-06-02T17:36:26.733Z Downloaded console v0.15.11
7242026-06-02T17:36:26.736Z Downloaded darling v0.23.0
7252026-06-02T17:36:26.736Z Downloaded globset v0.4.18
7262026-06-02T17:36:26.739Z Downloaded bzip2 v0.6.1
7272026-06-02T17:36:26.739Z Downloaded blake2 v0.10.6
7282026-06-02T17:36:26.742Z Downloaded expectorate v1.2.0
7292026-06-02T17:36:26.742Z Downloaded hubpack_derive v0.1.1
7302026-06-02T17:36:26.742Z Downloaded http-body v1.0.1
7312026-06-02T17:36:26.745Z Downloaded indoc v2.0.7
7322026-06-02T17:36:26.745Z Downloaded darling v0.21.3
7332026-06-02T17:36:26.748Z Downloaded managed v0.8.0
7342026-06-02T17:36:26.751Z Downloaded maplit v1.0.2
7352026-06-02T17:36:26.751Z Downloaded md-5 v0.10.6
7362026-06-02T17:36:26.751Z Downloaded maybe-uninit v2.0.0
7372026-06-02T17:36:26.754Z Downloaded clang-sys v1.8.1
7382026-06-02T17:36:26.754Z Downloaded http-body-util v0.1.3
7392026-06-02T17:36:26.757Z Downloaded humantime v2.3.0
7402026-06-02T17:36:26.757Z Downloaded lzss v0.8.2
7412026-06-02T17:36:26.757Z Downloaded crc-any v2.5.0
7422026-06-02T17:36:26.760Z Downloaded hyper-tls v0.6.0
7432026-06-02T17:36:26.760Z Downloaded hyper-staticfile v0.10.1
7442026-06-02T17:36:26.764Z Downloaded mime v0.3.17
7452026-06-02T17:36:26.764Z Downloaded futures v0.3.32
7462026-06-02T17:36:26.767Z Downloaded memoffset v0.9.1
7472026-06-02T17:36:26.767Z Downloaded md5 v0.7.0
7482026-06-02T17:36:26.767Z Downloaded impl-trait-for-tuples v0.2.3
7492026-06-02T17:36:26.770Z Downloaded newline-converter v0.3.0
7502026-06-02T17:36:26.770Z Downloaded new_debug_unreachable v1.0.6
7512026-06-02T17:36:26.773Z Downloaded ipnet v2.11.0
7522026-06-02T17:36:26.773Z Downloaded newtype-uuid-macros v0.1.0
7532026-06-02T17:36:26.773Z Downloaded hubpack v0.1.2
7542026-06-02T17:36:26.773Z Downloaded dropshot-api-manager v0.7.1
7552026-06-02T17:36:26.776Z Downloaded multimap v0.10.1
7562026-06-02T17:36:26.779Z Downloaded ingot v0.1.1
7572026-06-02T17:36:26.779Z Downloaded nibble_vec v0.1.0
7582026-06-02T17:36:26.779Z Downloaded newtype_derive v0.1.6
7592026-06-02T17:36:26.782Z Downloaded indoc v1.0.9
7602026-06-02T17:36:26.782Z Downloaded base64 v0.22.1
7612026-06-02T17:36:26.785Z Downloaded nonempty v0.12.0
7622026-06-02T17:36:26.785Z Downloaded match_cfg v0.1.0
7632026-06-02T17:36:26.785Z Downloaded instant v0.1.13
7642026-06-02T17:36:26.789Z Downloaded inout v0.1.4
7652026-06-02T17:36:26.789Z Downloaded des v0.8.1
7662026-06-02T17:36:26.789Z Downloaded derive_builder v0.20.2
7672026-06-02T17:36:26.792Z Downloaded num-conv v0.2.0
7682026-06-02T17:36:26.792Z Downloaded lru-slab v0.1.2
7692026-06-02T17:36:26.792Z Downloaded normalize-line-endings v0.3.0
7702026-06-02T17:36:26.792Z Downloaded nodrop v0.1.14
7712026-06-02T17:36:26.795Z Downloaded num v0.4.3
7722026-06-02T17:36:26.795Z Downloaded num-derive v0.3.3
7732026-06-02T17:36:26.795Z Downloaded chacha20poly1305 v0.10.1
7742026-06-02T17:36:26.798Z Downloaded console v0.16.2
7752026-06-02T17:36:26.798Z Downloaded drift v0.1.4
7762026-06-02T17:36:26.803Z Downloaded libloading v0.8.9
7772026-06-02T17:36:26.805Z Downloaded hmac v0.12.1
7782026-06-02T17:36:26.808Z Downloaded ahash v0.8.12
7792026-06-02T17:36:26.808Z Downloaded linear-map v1.2.0
7802026-06-02T17:36:26.811Z Downloaded libsw-core v0.3.2
7812026-06-02T17:36:26.811Z Downloaded lock_api v0.4.14
7822026-06-02T17:36:26.811Z Downloaded hyper-rustls v0.27.7
7832026-06-02T17:36:26.814Z Downloaded num_enum_derive v0.5.11
7842026-06-02T17:36:26.814Z Downloaded iana-time-zone v0.1.65
7852026-06-02T17:36:26.817Z Downloaded httparse v1.10.1
7862026-06-02T17:36:26.817Z Downloaded nanorand v0.7.0
7872026-06-02T17:36:26.820Z Downloaded num_threads v0.1.7
7882026-06-02T17:36:26.820Z Downloaded mime_guess v2.0.5
7892026-06-02T17:36:26.823Z Downloaded olpc-cjson v0.1.4
7902026-06-02T17:36:26.823Z Downloaded highway v1.3.0
7912026-06-02T17:36:26.823Z Downloaded half v2.7.1
7922026-06-02T17:36:26.826Z Downloaded oso-derive v0.27.3
7932026-06-02T17:36:26.826Z Downloaded openssl-macros v0.1.1
7942026-06-02T17:36:26.829Z Downloaded const_format v0.2.35
7952026-06-02T17:36:26.832Z Downloaded newtype-uuid v1.3.2
7962026-06-02T17:36:26.832Z Downloaded aes v0.8.4
7972026-06-02T17:36:26.835Z Downloaded openssl-probe v0.2.1
7982026-06-02T17:36:26.835Z Downloaded openssl-probe v0.1.6
7992026-06-02T17:36:26.835Z Downloaded native-tls v0.2.18
8002026-06-02T17:36:26.835Z Downloaded opaque-debug v0.3.1
8012026-06-02T17:36:26.838Z Downloaded packed_struct_codegen v0.10.1
8022026-06-02T17:36:26.838Z Downloaded ingot-macros v0.1.1
8032026-06-02T17:36:26.838Z Downloaded bytes v1.11.1
8042026-06-02T17:36:26.841Z Downloaded dropshot_endpoint v0.17.0
8052026-06-02T17:36:26.843Z Downloaded parse-size v1.1.0
8062026-06-02T17:36:26.844Z Downloaded darling_core v0.21.3
8072026-06-02T17:36:26.846Z Downloaded ipnetwork v0.21.1
8082026-06-02T17:36:26.849Z Downloaded getrandom v0.2.17
8092026-06-02T17:36:26.852Z Downloaded num-iter v0.1.45
8102026-06-02T17:36:26.852Z Downloaded nu-ansi-term v0.50.3
8112026-06-02T17:36:26.852Z Downloaded jobserver v0.1.34
8122026-06-02T17:36:26.855Z Downloaded num-integer v0.1.46
8132026-06-02T17:36:26.855Z Downloaded num-complex v0.4.6
8142026-06-02T17:36:26.855Z Downloaded multer v3.1.0
8152026-06-02T17:36:26.858Z Downloaded pbkdf2 v0.11.0
8162026-06-02T17:36:26.861Z Downloaded allocator-api2 v0.2.21
8172026-06-02T17:36:26.861Z Downloaded path-slash v0.1.5
8182026-06-02T17:36:26.861Z Downloaded num-derive v0.4.2
8192026-06-02T17:36:26.863Z Downloaded libsw v3.5.0
8202026-06-02T17:36:26.863Z Downloaded compact_str v0.8.1
8212026-06-02T17:36:26.866Z Downloaded ingot-types v0.1.2
8222026-06-02T17:36:26.866Z Downloaded elliptic-curve v0.13.8
8232026-06-02T17:36:26.869Z Downloaded libefi-sys v0.1.0
8242026-06-02T17:36:26.872Z Downloaded indexmap v1.9.3
8252026-06-02T17:36:26.872Z Downloaded num-rational v0.4.2
8262026-06-02T17:36:26.875Z Downloaded half v1.8.3
8272026-06-02T17:36:26.875Z Downloaded getrandom v0.3.4
8282026-06-02T17:36:26.878Z Downloaded phf_shared v0.11.3
8292026-06-02T17:36:26.878Z Downloaded fatfs v0.3.6
8302026-06-02T17:36:26.880Z Downloaded num_enum v0.7.5
8312026-06-02T17:36:26.883Z Downloaded aes-gcm v0.10.3
8322026-06-02T17:36:26.886Z Downloaded peg-runtime v0.8.5
8332026-06-02T17:36:26.886Z Downloaded pin-utils v0.1.0
8342026-06-02T17:36:26.889Z Downloaded async-compression v0.4.41
8352026-06-02T17:36:26.891Z Downloaded num_enum_derive v0.7.5
8362026-06-02T17:36:26.892Z Downloaded bumpalo v3.20.2
8372026-06-02T17:36:26.907Z Downloaded predicates-tree v1.0.13
8382026-06-02T17:36:26.910Z Downloaded predicates-core v1.0.10
8392026-06-02T17:36:26.910Z Downloaded password-hash v0.4.2
8402026-06-02T17:36:26.910Z Downloaded precomputed-hash v0.1.1
8412026-06-02T17:36:26.910Z Downloaded powerfmt v0.2.0
8422026-06-02T17:36:26.913Z Downloaded phf_shared v0.12.1
8432026-06-02T17:36:26.913Z Downloaded pbkdf2 v0.12.2
8442026-06-02T17:36:26.913Z Downloaded packed_struct v0.10.1
8452026-06-02T17:36:26.917Z Downloaded progenitor-client v0.11.2
8462026-06-02T17:36:26.917Z Downloaded progenitor-client v0.14.0
8472026-06-02T17:36:26.917Z Downloaded peg-macros v0.8.5
8482026-06-02T17:36:26.919Z Downloaded progenitor-client v0.10.0
8492026-06-02T17:36:26.919Z Downloaded litrs v1.0.0
8502026-06-02T17:36:26.919Z Downloaded der v0.7.10
8512026-06-02T17:36:26.922Z Downloaded paste v1.0.15
8522026-06-02T17:36:26.925Z Downloaded proc-macro-crate v3.4.0
8532026-06-02T17:36:26.925Z Downloaded proc-macro-crate v1.3.1
8542026-06-02T17:36:26.928Z Downloaded oxide-tokio-rt v0.1.4
8552026-06-02T17:36:26.928Z Downloaded libbz2-rs-sys v0.2.2
8562026-06-02T17:36:26.931Z Downloaded pem v3.0.6
8572026-06-02T17:36:26.931Z Downloaded peg v0.8.5
8582026-06-02T17:36:26.934Z Downloaded parse-display v0.10.0
8592026-06-02T17:36:26.934Z Downloaded num_enum v0.5.11
8602026-06-02T17:36:26.937Z Downloaded progenitor-macro v0.11.2
8612026-06-02T17:36:26.937Z Downloaded progenitor-macro v0.10.0
8622026-06-02T17:36:26.940Z Downloaded parking_lot_core v0.8.6
8632026-06-02T17:36:26.940Z Downloaded headers v0.4.1
8642026-06-02T17:36:26.943Z Downloaded rand_chacha v0.3.1
8652026-06-02T17:36:26.943Z Downloaded quick-error v1.2.3
8662026-06-02T17:36:26.945Z Downloaded ed25519-dalek v2.2.0
8672026-06-02T17:36:26.946Z Downloaded progenitor-macro v0.13.0
8682026-06-02T17:36:26.948Z Downloaded memmap2 v0.9.10
8692026-06-02T17:36:26.948Z Downloaded ignore v0.4.25
8702026-06-02T17:36:26.951Z Downloaded polyval v0.6.2
8712026-06-02T17:36:26.951Z Downloaded radium v0.7.0
8722026-06-02T17:36:26.951Z Downloaded pin-project-internal v1.1.11
8732026-06-02T17:36:26.954Z Downloaded phf_shared v0.13.1
8742026-06-02T17:36:26.954Z Downloaded phf v0.13.1
8752026-06-02T17:36:26.954Z Downloaded phf v0.12.1
8762026-06-02T17:36:26.957Z Downloaded pin-project-lite v0.2.17
8772026-06-02T17:36:26.960Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-06-02T17:36:26.960Z Downloaded poly1305 v0.8.0
8792026-06-02T17:36:26.963Z Downloaded pkg-config v0.3.32
8802026-06-02T17:36:26.963Z Downloaded omicron-zone-package v0.12.2
8812026-06-02T17:36:26.965Z Downloaded postgres-protocol v0.6.10
8822026-06-02T17:36:26.965Z Downloaded pkcs8 v0.10.2
8832026-06-02T17:36:26.968Z Downloaded derive_more v2.1.1
8842026-06-02T17:36:26.974Z Downloaded parking_lot v0.12.5
8852026-06-02T17:36:26.977Z Downloaded owo-colors v4.3.0
8862026-06-02T17:36:26.980Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-06-02T17:36:26.980Z Downloaded progenitor v0.14.0
8882026-06-02T17:36:26.980Z Downloaded proc-macro-error2 v2.0.1
8892026-06-02T17:36:26.983Z Downloaded parking_lot_core v0.9.12
8902026-06-02T17:36:26.983Z Downloaded parking_lot v0.11.2
8912026-06-02T17:36:26.986Z Downloaded heapless v0.7.17
8922026-06-02T17:36:26.986Z Downloaded derive_more-impl v2.1.1
8932026-06-02T17:36:26.989Z Downloaded indicatif v0.18.4
8942026-06-02T17:36:26.992Z Downloaded psm v0.1.30
8952026-06-02T17:36:26.995Z Downloaded psl-types v2.0.11
8962026-06-02T17:36:26.995Z Downloaded ar_archive_writer v0.5.1
8972026-06-02T17:36:26.998Z Downloaded progenitor-macro v0.14.0
8982026-06-02T17:36:26.998Z Downloaded progenitor-extras v0.2.0
8992026-06-02T17:36:26.998Z Downloaded ref-cast v1.0.25
9002026-06-02T17:36:27.002Z Downloaded progenitor-client v0.13.0
9012026-06-02T17:36:27.002Z Downloaded progenitor v0.13.0
9022026-06-02T17:36:27.005Z Downloaded progenitor v0.10.0
9032026-06-02T17:36:27.005Z Downloaded predicates v3.1.4
9042026-06-02T17:36:27.005Z Downloaded r2d2 v0.8.10
9052026-06-02T17:36:27.008Z Downloaded pkcs5 v0.7.1
9062026-06-02T17:36:27.008Z Downloaded oxnet v0.1.4
9072026-06-02T17:36:27.011Z Downloaded crossbeam-channel v0.5.15
9082026-06-02T17:36:27.014Z Downloaded rustc_version v0.4.1
9092026-06-02T17:36:27.014Z Downloaded rtoolbox v0.0.3
9102026-06-02T17:36:27.014Z Downloaded hickory-resolver v0.24.4
9112026-06-02T17:36:27.017Z Downloaded rustc-hash v2.1.1
9122026-06-02T17:36:27.017Z Downloaded rand_seeder v0.4.0
9132026-06-02T17:36:27.020Z Downloaded rustc_version v0.1.7
9142026-06-02T17:36:27.020Z Downloaded p256 v0.13.2
9152026-06-02T17:36:27.023Z Downloaded miniz_oxide v0.8.9
9162026-06-02T17:36:27.026Z Downloaded rand_core v0.6.4
9172026-06-02T17:36:27.026Z Downloaded primeorder v0.13.6
9182026-06-02T17:36:27.026Z Downloaded oso v0.27.3
9192026-06-02T17:36:27.028Z Downloaded ref-cast-impl v1.0.25
9202026-06-02T17:36:27.028Z Downloaded rand_core v0.9.5
9212026-06-02T17:36:27.032Z Downloaded salsa20 v0.10.2
9222026-06-02T17:36:27.032Z Downloaded heapless v0.8.0
9232026-06-02T17:36:27.034Z Downloaded rfc6979 v0.4.0
9242026-06-02T17:36:27.035Z Downloaded pin-project v1.1.11
9252026-06-02T17:36:27.039Z Downloaded hickory-server v0.25.2
9262026-06-02T17:36:27.042Z Downloaded hashbrown v0.12.3
9272026-06-02T17:36:27.045Z Downloaded rand_xorshift v0.4.0
9282026-06-02T17:36:27.048Z Downloaded progenitor v0.11.2
9292026-06-02T17:36:27.048Z Downloaded pkcs1 v0.7.5
9302026-06-02T17:36:27.048Z Downloaded papergrid v0.17.0
9312026-06-02T17:36:27.051Z Downloaded rand_core v0.10.0
9322026-06-02T17:36:27.054Z Downloaded semver v0.1.20
9332026-06-02T17:36:27.054Z Downloaded serde-big-array v0.5.1
9342026-06-02T17:36:27.054Z Downloaded scheduled-thread-pool v0.2.7
9352026-06-02T17:36:27.057Z Downloaded scopeguard v1.2.0
9362026-06-02T17:36:27.057Z Downloaded scrypt v0.11.0
9372026-06-02T17:36:27.057Z Downloaded openssl-sys v0.9.115
9382026-06-02T17:36:27.061Z Downloaded rand_chacha v0.9.0
9392026-06-02T17:36:27.061Z Downloaded quinn-udp v0.5.14
9402026-06-02T17:36:27.061Z Downloaded postgres-types v0.2.12
9412026-06-02T17:36:27.064Z Downloaded postcard v1.1.3
9422026-06-02T17:36:27.066Z Downloaded serde_bytes v0.11.19
9432026-06-02T17:36:27.066Z Downloaded seq-macro v0.3.6
9442026-06-02T17:36:27.066Z Downloaded flate2 v1.1.9
9452026-06-02T17:36:27.069Z Downloaded serde_repr v0.1.20
9462026-06-02T17:36:27.072Z Downloaded scroll_derive v0.13.1
9472026-06-02T17:36:27.072Z Downloaded same-file v1.0.6
9482026-06-02T17:36:27.075Z Downloaded recursive v0.1.1
9492026-06-02T17:36:27.075Z Downloaded pem-rfc7468 v0.7.0
9502026-06-02T17:36:27.075Z Downloaded password-hash v0.5.0
9512026-06-02T17:36:27.078Z Downloaded parse-display-derive v0.10.0
9522026-06-02T17:36:27.078Z Downloaded derive_more v0.99.20
9532026-06-02T17:36:27.081Z Downloaded serde_urlencoded v0.7.1
9542026-06-02T17:36:27.081Z Downloaded secrecy v0.10.3
9552026-06-02T17:36:27.084Z Downloaded sha1 v0.10.6
9562026-06-02T17:36:27.084Z Downloaded serde_spanned v1.0.4
9572026-06-02T17:36:27.084Z Downloaded resolv-conf v0.7.6
9582026-06-02T17:36:27.087Z Downloaded rustls-pemfile v2.2.0
9592026-06-02T17:36:27.087Z Downloaded hashbrown v0.13.2
9602026-06-02T17:36:27.090Z Downloaded diesel_derives v2.3.7
9612026-06-02T17:36:27.094Z Downloaded sapling-renderdag v0.1.0
9622026-06-02T17:36:27.094Z Downloaded jiff-static v0.2.21
9632026-06-02T17:36:27.097Z Downloaded rusty-fork v0.3.1
9642026-06-02T17:36:27.097Z Downloaded blake3 v1.8.3
9652026-06-02T17:36:27.101Z Downloaded signal-hook-tokio v0.3.1
9662026-06-02T17:36:27.104Z Downloaded signal-hook-mio v0.2.5
9672026-06-02T17:36:27.104Z Downloaded shell-words v1.1.1
9682026-06-02T17:36:27.104Z Downloaded progenitor-impl v0.10.0
9692026-06-02T17:36:27.107Z Downloaded prefix-trie v0.7.0
9702026-06-02T17:36:27.107Z Downloaded http v1.4.0
9712026-06-02T17:36:27.110Z Downloaded ppv-lite86 v0.2.21
9722026-06-02T17:36:27.110Z Downloaded crossterm v0.29.0
9732026-06-02T17:36:27.114Z Downloaded slog-envlogger v2.2.0
9742026-06-02T17:36:27.117Z Downloaded sigpipe v0.1.3
9752026-06-02T17:36:27.117Z Downloaded sec1 v0.7.3
9762026-06-02T17:36:27.117Z Downloaded progenitor-impl v0.14.0
9772026-06-02T17:36:27.120Z Downloaded slog-bunyan v2.5.0
9782026-06-02T17:36:27.120Z Downloaded rustls-pemfile v1.0.4
9792026-06-02T17:36:27.120Z Downloaded minimal-lexical v0.2.1
9802026-06-02T17:36:27.124Z Downloaded hickory-resolver v0.25.2
9812026-06-02T17:36:27.127Z Downloaded sct v0.7.1
9822026-06-02T17:36:27.131Z Downloaded siphasher v1.0.2
9832026-06-02T17:36:27.131Z Downloaded secrecy v0.8.0
9842026-06-02T17:36:27.131Z Downloaded russh-cryptovec v0.7.3
9852026-06-02T17:36:27.134Z Downloaded lru-cache v0.1.2
9862026-06-02T17:36:27.134Z Downloaded linked-hash-map v0.5.6
9872026-06-02T17:36:27.134Z Downloaded compression-codecs v0.4.37
9882026-06-02T17:36:27.141Z Downloaded serde_path_to_error v0.1.20
9892026-06-02T17:36:27.144Z Downloaded hyper-util v0.1.20
9902026-06-02T17:36:27.148Z Downloaded russh-keys v0.45.0
9912026-06-02T17:36:27.151Z Downloaded serde_plain v1.0.2
9922026-06-02T17:36:27.151Z Downloaded schemars_derive v0.8.22
9932026-06-02T17:36:27.152Z Downloaded ssh-cipher v0.2.0
9942026-06-02T17:36:27.155Z Downloaded structmeta v0.3.0
9952026-06-02T17:36:27.155Z Downloaded strip-ansi-escapes v0.2.1
9962026-06-02T17:36:27.155Z Downloaded sqlparser_derive v0.5.0
9972026-06-02T17:36:27.158Z Downloaded rustls-native-certs v0.8.3
9982026-06-02T17:36:27.158Z Downloaded rustls-pki-types v1.14.0
9992026-06-02T17:36:27.159Z Downloaded rustversion v1.0.22
10002026-06-02T17:36:27.162Z Downloaded serde-hex v0.1.0
10012026-06-02T17:36:27.166Z Downloaded itertools v0.10.5
10022026-06-02T17:36:27.166Z Downloaded scroll v0.13.0
10032026-06-02T17:36:27.169Z Downloaded signature v2.2.0
10042026-06-02T17:36:27.170Z Downloaded signal-hook-registry v1.4.8
10052026-06-02T17:36:27.173Z Downloaded shlex v1.3.0
10062026-06-02T17:36:27.174Z Downloaded prettyplease v0.2.37
10072026-06-02T17:36:27.174Z Downloaded structmeta-derive v0.3.0
10082026-06-02T17:36:27.177Z Downloaded pretty_assertions v1.4.1
10092026-06-02T17:36:27.177Z Downloaded simd-adler32 v0.3.8
10102026-06-02T17:36:27.181Z Downloaded rcgen v0.12.1
10112026-06-02T17:36:27.184Z Downloaded slog-stdlog v4.1.1
10122026-06-02T17:36:27.184Z Downloaded slog-dtrace v0.3.0
10132026-06-02T17:36:27.188Z Downloaded slab v0.4.12
10142026-06-02T17:36:27.188Z Downloaded strum v0.26.3
10152026-06-02T17:36:27.188Z Downloaded tap v1.0.1
10162026-06-02T17:36:27.188Z Downloaded tabwriter v1.4.1
10172026-06-02T17:36:27.191Z Downloaded take_mut v0.2.2
10182026-06-02T17:36:27.191Z Downloaded subtle v2.6.1
10192026-06-02T17:36:27.191Z Downloaded sync_wrapper v1.0.2
10202026-06-02T17:36:27.191Z Downloaded progenitor-impl v0.11.2
10212026-06-02T17:36:27.195Z Downloaded slog-json v2.6.1
10222026-06-02T17:36:27.195Z Downloaded crossterm v0.28.1
10232026-06-02T17:36:27.198Z Downloaded slog-async v2.8.0
10242026-06-02T17:36:27.202Z Downloaded serde_cbor v0.11.2
10252026-06-02T17:36:27.202Z Downloaded termtree v0.5.1
10262026-06-02T17:36:27.206Z Downloaded progenitor-impl v0.13.0
10272026-06-02T17:36:27.206Z Downloaded smf v0.2.3
10282026-06-02T17:36:27.209Z Downloaded snafu-derive v0.8.9
10292026-06-02T17:36:27.209Z Downloaded smallvec v0.6.14
10302026-06-02T17:36:27.209Z Downloaded slog-term v2.9.2
10312026-06-02T17:36:27.213Z Downloaded supports-color v3.0.2
10322026-06-02T17:36:27.213Z Downloaded time-core v0.1.8
10332026-06-02T17:36:27.213Z Downloaded thiserror-impl-no-std v2.0.2
10342026-06-02T17:36:27.216Z Downloaded tagptr v0.2.0
10352026-06-02T17:36:27.216Z Downloaded thread-id v5.1.0
10362026-06-02T17:36:27.216Z Downloaded testing_table v0.3.0
10372026-06-02T17:36:27.220Z Downloaded sync-ptr v0.1.4
10382026-06-02T17:36:27.220Z Downloaded ssh-encoding v0.2.0
10392026-06-02T17:36:27.220Z Downloaded stringprep v0.1.5
10402026-06-02T17:36:27.220Z Downloaded string_cache v0.8.9
10412026-06-02T17:36:27.223Z Downloaded serde_with_macros v3.17.0
10422026-06-02T17:36:27.224Z Downloaded itertools v0.12.1
10432026-06-02T17:36:27.230Z Downloaded serde_derive_internals v0.29.1
10442026-06-02T17:36:27.234Z Downloaded sqlformat v0.3.5
10452026-06-02T17:36:27.237Z Downloaded spki v0.7.3
10462026-06-02T17:36:27.237Z Downloaded publicsuffix v2.3.0
10472026-06-02T17:36:27.241Z Downloaded hashbrown v0.15.5
10482026-06-02T17:36:27.245Z Downloaded tabled_derive v0.11.0
10492026-06-02T17:36:27.245Z Downloaded strum_macros v0.26.4
10502026-06-02T17:36:27.248Z Downloaded strum_macros v0.24.3
10512026-06-02T17:36:27.248Z Downloaded slog-scope v4.4.1
10522026-06-02T17:36:27.252Z Downloaded strum v0.27.2
10532026-06-02T17:36:27.252Z Downloaded rustls-platform-verifier v0.6.2
10542026-06-02T17:36:27.252Z Downloaded static_assertions v1.1.0
10552026-06-02T17:36:27.255Z Downloaded tokio-macros v2.7.0
10562026-06-02T17:36:27.255Z Downloaded schemars v0.8.22
10572026-06-02T17:36:27.260Z Downloaded qorb v0.4.1
10582026-06-02T17:36:27.263Z Downloaded hashbrown v0.16.1
10592026-06-02T17:36:27.267Z Downloaded strum_macros v0.27.2
10602026-06-02T17:36:27.270Z Downloaded num-bigint v0.4.6
10612026-06-02T17:36:27.274Z Downloaded nom v7.1.3
10622026-06-02T17:36:27.274Z Downloaded thread_local v1.1.9
10632026-06-02T17:36:27.277Z Downloaded mio v1.2.0
10642026-06-02T17:36:27.280Z Downloaded spin v0.9.8
10652026-06-02T17:36:27.287Z Downloaded serde_yaml v0.9.34+deprecated
10662026-06-02T17:36:27.291Z Downloaded tinyvec_macros v0.1.1
10672026-06-02T17:36:27.291Z Downloaded termios v0.3.3
10682026-06-02T17:36:27.291Z Downloaded tls_codec v0.4.2
10692026-06-02T17:36:27.291Z Downloaded tower-layer v0.3.3
10702026-06-02T17:36:27.291Z Downloaded topological-sort v0.2.2
10712026-06-02T17:36:27.295Z Downloaded tiny-keccak v2.0.2
10722026-06-02T17:36:27.295Z Downloaded support-bundle-viewer v0.1.2
10732026-06-02T17:36:27.295Z Downloaded rand v0.8.6
10742026-06-02T17:36:27.298Z Downloaded try-lock v0.2.5
10752026-06-02T17:36:27.298Z Downloaded quinn v0.11.9
10762026-06-02T17:36:27.306Z Downloaded tokio-native-tls v0.3.1
10772026-06-02T17:36:27.306Z Downloaded ryu v1.0.23
10782026-06-02T17:36:27.306Z Downloaded ron v0.8.1
10792026-06-02T17:36:27.310Z Downloaded tokio-dtrace v0.1.1
10802026-06-02T17:36:27.310Z Downloaded similar v2.7.0
10812026-06-02T17:36:27.310Z Downloaded tower-service v0.3.3
10822026-06-02T17:36:27.313Z Downloaded thiserror-no-std v2.0.2
10832026-06-02T17:36:27.316Z Downloaded time-macros v0.2.27
10842026-06-02T17:36:27.316Z Downloaded typify-macro v0.4.3
10852026-06-02T17:36:27.317Z Downloaded stacker v0.1.23
10862026-06-02T17:36:27.320Z Downloaded rayon-core v1.13.0
10872026-06-02T17:36:27.323Z Downloaded usdt-attr-macro v0.6.0
10882026-06-02T17:36:27.324Z Downloaded usdt v0.6.0
10892026-06-02T17:36:27.324Z Downloaded tokio-rustls v0.25.0
10902026-06-02T17:36:27.327Z Downloaded untrusted v0.9.0
10912026-06-02T17:36:27.327Z Downloaded unicode-truncate v1.1.0
10922026-06-02T17:36:27.327Z Downloaded trait-variant v0.1.2
10932026-06-02T17:36:27.331Z Downloaded num-bigint-dig v0.8.6
10942026-06-02T17:36:27.334Z Downloaded futures-util v0.3.32
10952026-06-02T17:36:27.338Z Downloaded tokio-tungstenite v0.23.1
10962026-06-02T17:36:27.341Z Downloaded unarray v0.1.4
10972026-06-02T17:36:27.341Z Downloaded unit-prefix v0.5.2
10982026-06-02T17:36:27.341Z Downloaded tls_codec_derive v0.4.2
10992026-06-02T17:36:27.345Z Downloaded universal-hash v0.5.1
11002026-06-02T17:36:27.348Z Downloaded untrusted v0.7.1
11012026-06-02T17:36:27.348Z Downloaded socket2 v0.6.3
11022026-06-02T17:36:27.352Z Downloaded tokio-tungstenite v0.21.0
11032026-06-02T17:36:27.355Z Downloaded aho-corasick v1.1.4
11042026-06-02T17:36:27.359Z Downloaded want v0.3.1
11052026-06-02T17:36:27.359Z Downloaded void v1.0.2
11062026-06-02T17:36:27.359Z Downloaded slog v2.8.2
11072026-06-02T17:36:27.362Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-06-02T17:36:27.362Z Downloaded socket2 v0.5.10
11092026-06-02T17:36:27.366Z Downloaded wait-timeout v0.2.1
11102026-06-02T17:36:27.370Z Downloaded signal-hook v0.3.18
11112026-06-02T17:36:27.370Z Downloaded waitgroup v0.1.2
11122026-06-02T17:36:27.374Z Downloaded term v1.2.1
11132026-06-02T17:36:27.377Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-06-02T17:36:27.377Z Downloaded schemars v0.9.0
11152026-06-02T17:36:27.385Z Downloaded subprocess v0.2.15
11162026-06-02T17:36:27.388Z Downloaded tui-tree-widget v0.23.1
11172026-06-02T17:36:27.391Z Downloaded tokio-rustls v0.26.4
11182026-06-02T17:36:27.391Z Downloaded hkdf v0.12.4
11192026-06-02T17:36:27.392Z Downloaded itertools v0.14.0
11202026-06-02T17:36:27.395Z Downloaded xshell-macros v0.2.7
11212026-06-02T17:36:27.398Z Downloaded libxml v0.3.3
11222026-06-02T17:36:27.402Z Downloaded iri-string v0.7.10
11232026-06-02T17:36:27.406Z Downloaded xattr v1.6.1
11242026-06-02T17:36:27.406Z Downloaded tokio-stream v0.1.18
11252026-06-02T17:36:27.410Z Downloaded unicase v2.9.0
11262026-06-02T17:36:27.410Z Downloaded rand v0.10.0
11272026-06-02T17:36:27.413Z Downloaded test-strategy v0.4.5
11282026-06-02T17:36:27.413Z Downloaded utf-8 v0.7.6
11292026-06-02T17:36:27.413Z Downloaded iddqd v0.3.18
11302026-06-02T17:36:27.417Z Downloaded usdt-impl v0.6.0
11312026-06-02T17:36:27.421Z Downloaded zeroize_derive v1.4.3
11322026-06-02T17:36:27.421Z Downloaded h2 v0.4.13
11332026-06-02T17:36:27.425Z Downloaded term v0.7.0
11342026-06-02T17:36:27.428Z Downloaded usdt-macro v0.6.0
11352026-06-02T17:36:27.428Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-06-02T17:36:27.433Z Downloaded zone_cfg_derive v0.3.1
11372026-06-02T17:36:27.436Z Downloaded uzers v0.12.2
11382026-06-02T17:36:27.440Z Downloaded walkdir v2.5.0
11392026-06-02T17:36:27.440Z Downloaded vergen-git2 v1.0.7
11402026-06-02T17:36:27.443Z Downloaded rustls-webpki v0.103.9
11412026-06-02T17:36:27.443Z Downloaded rsa v0.9.10
11422026-06-02T17:36:27.447Z Downloaded vergen-gitcl v1.0.8
11432026-06-02T17:36:27.447Z Downloaded p521 v0.13.3
11442026-06-02T17:36:27.450Z Downloaded twox-hash v2.1.2
11452026-06-02T17:36:27.454Z Downloaded tinyvec v1.10.0
11462026-06-02T17:36:27.454Z Downloaded whoami v1.6.1
11472026-06-02T17:36:27.454Z Downloaded russh v0.45.0
11482026-06-02T17:36:27.457Z Downloaded xshell v0.2.7
11492026-06-02T17:36:27.460Z Downloaded libm v0.2.16
11502026-06-02T17:36:27.464Z Downloaded typify-macro v0.6.2
11512026-06-02T17:36:27.464Z Downloaded tokio-rustls v0.24.1
11522026-06-02T17:36:27.467Z Downloaded itertools v0.13.0
11532026-06-02T17:36:27.471Z Downloaded tracing-attributes v0.1.31
11542026-06-02T17:36:27.471Z Downloaded samael v0.0.19
11552026-06-02T17:36:27.504Z Downloaded wyz v0.5.1
11562026-06-02T17:36:27.504Z Downloaded unicode-properties v0.1.4
11572026-06-02T17:36:27.504Z Downloaded toml v0.7.8
11582026-06-02T17:36:27.504Z Downloaded rand v0.9.2
11592026-06-02T17:36:27.504Z Downloaded tar v0.4.45
11602026-06-02T17:36:27.504Z Downloaded toml v0.9.12+spec-1.1.0
11612026-06-02T17:36:27.504Z Downloaded zeroize v1.8.2
11622026-06-02T17:36:27.504Z Downloaded zstd-safe v7.2.4
11632026-06-02T17:36:27.504Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-06-02T17:36:27.504Z Downloaded hyper v1.8.1
11652026-06-02T17:36:27.504Z Downloaded schemars v1.2.1
11662026-06-02T17:36:27.509Z Downloaded zone v0.3.1
11672026-06-02T17:36:27.509Z Downloaded whoami v2.1.0
11682026-06-02T17:36:27.512Z Downloaded vsss-rs v3.3.4
11692026-06-02T17:36:27.512Z Downloaded vergen-lib v0.1.6
11702026-06-02T17:36:27.512Z Downloaded vergen v9.0.6
11712026-06-02T17:36:27.512Z Downloaded tungstenite v0.23.0
11722026-06-02T17:36:27.515Z Downloaded steno v0.4.1
11732026-06-02T17:36:27.515Z Downloaded rustyline v14.0.0
11742026-06-02T17:36:27.521Z Downloaded typify v0.6.2
11752026-06-02T17:36:27.527Z Downloaded typify v0.4.3
11762026-06-02T17:36:27.527Z Downloaded tungstenite v0.21.0
11772026-06-02T17:36:27.527Z Downloaded yasna v0.5.2
11782026-06-02T17:36:27.527Z Downloaded zstd v0.13.3
11792026-06-02T17:36:27.531Z Downloaded toml v1.0.6+spec-1.1.0
11802026-06-02T17:36:27.534Z Downloaded snafu v0.8.9
11812026-06-02T17:36:27.544Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-06-02T17:36:27.548Z Downloaded vte v0.14.1
11832026-06-02T17:36:27.552Z Downloaded tracing-core v0.1.36
11842026-06-02T17:36:27.556Z Downloaded reedline v0.40.0
11852026-06-02T17:36:27.560Z Downloaded tokio-postgres v0.7.16
11862026-06-02T17:36:27.565Z Downloaded zerocopy v0.6.6
11872026-06-02T17:36:27.569Z Downloaded rpassword v7.4.0
11882026-06-02T17:36:27.572Z Downloaded aws-lc-rs v1.16.3
11892026-06-02T17:36:27.575Z Downloaded unsafe-libyaml v0.2.11
11902026-06-02T17:36:27.578Z Downloaded unicode-bidi v0.3.18
11912026-06-02T17:36:27.582Z Downloaded bitvec v1.0.1
11922026-06-02T17:36:27.590Z Downloaded zopfli v0.8.3
11932026-06-02T17:36:27.593Z Downloaded bindgen v0.71.1
11942026-06-02T17:36:27.596Z Downloaded uuid v1.23.0
11952026-06-02T17:36:27.602Z Downloaded git2 v0.20.4
11962026-06-02T17:36:27.606Z Downloaded yansi v1.0.1
11972026-06-02T17:36:27.609Z Downloaded toml_edit v0.19.15
11982026-06-02T17:36:27.617Z Downloaded ssh-key v0.6.7
11992026-06-02T17:36:27.620Z Downloaded zip v0.6.6
12002026-06-02T17:36:27.623Z Downloaded p384 v0.13.1
12012026-06-02T17:36:27.629Z Downloaded lalrpop v0.19.12
12022026-06-02T17:36:27.633Z Downloaded unicode_categories v0.1.1
12032026-06-02T17:36:27.636Z Downloaded zerocopy-derive v0.8.40
12042026-06-02T17:36:27.644Z Downloaded tower v0.5.3
12052026-06-02T17:36:27.652Z Downloaded goblin v0.10.5
12062026-06-02T17:36:27.659Z Downloaded x509-cert v0.2.5
12072026-06-02T17:36:27.676Z Downloaded regex v1.12.3
12082026-06-02T17:36:27.679Z Downloaded rustls-webpki v0.101.7
12092026-06-02T17:36:27.688Z Downloaded quick-xml v0.37.5
12102026-06-02T17:36:27.692Z Downloaded chrono v0.4.44
12112026-06-02T17:36:27.695Z Downloaded unicode-segmentation v1.12.0
12122026-06-02T17:36:27.698Z Downloaded curve25519-dalek v4.1.3
12132026-06-02T17:36:27.702Z Downloaded tough v0.22.0
12142026-06-02T17:36:27.709Z Downloaded tokio-util v0.7.18
12152026-06-02T17:36:27.712Z Downloaded reqwest v0.13.2
12162026-06-02T17:36:27.715Z Downloaded rayon v1.11.0
12172026-06-02T17:36:27.720Z Downloaded portable-atomic v1.13.1
12182026-06-02T17:36:27.723Z Downloaded typed-path v0.9.3
12192026-06-02T17:36:27.727Z Downloaded unicode-normalization v0.1.25
12202026-06-02T17:36:27.730Z Downloaded zip v4.6.1
12212026-06-02T17:36:27.733Z Downloaded salty v0.3.0
12222026-06-02T17:36:27.736Z Downloaded reqwest v0.12.28
12232026-06-02T17:36:27.739Z Downloaded serde_with v3.17.0
12242026-06-02T17:36:27.745Z Downloaded rustls-webpki v0.102.8
12252026-06-02T17:36:27.756Z Downloaded object v0.30.4
12262026-06-02T17:36:27.761Z Downloaded proptest v1.10.0
12272026-06-02T17:36:27.767Z Downloaded petname v2.0.2
12282026-06-02T17:36:27.770Z Downloaded moka v0.12.13
12292026-06-02T17:36:27.773Z Downloaded winnow v0.5.40
12302026-06-02T17:36:27.779Z Downloaded nix v0.27.1
12312026-06-02T17:36:27.800Z Downloaded tower-http v0.6.8
12322026-06-02T17:36:27.803Z Downloaded polar-core v0.27.3
12332026-06-02T17:36:27.807Z Downloaded winnow v0.6.26
12342026-06-02T17:36:27.813Z Downloaded nix v0.29.0
12352026-06-02T17:36:27.820Z Downloaded bstr v1.12.1
12362026-06-02T17:36:27.823Z Downloaded time v0.3.47
12372026-06-02T17:36:27.830Z Downloaded tabled v0.20.0
12382026-06-02T17:36:27.841Z Downloaded regex-syntax v0.6.29
12392026-06-02T17:36:27.844Z Downloaded radix_trie v0.2.1
12402026-06-02T17:36:27.847Z Downloaded dropshot v0.16.7
12412026-06-02T17:36:27.859Z Downloaded quinn-proto v0.11.13
12422026-06-02T17:36:27.863Z Downloaded object v0.37.3
12432026-06-02T17:36:27.869Z Downloaded vcpkg v0.2.15
12442026-06-02T17:36:27.892Z Downloaded webpki-roots v1.0.6
12452026-06-02T17:36:27.895Z Downloaded nix v0.28.0
12462026-06-02T17:36:27.901Z Downloaded dropshot v0.17.0
12472026-06-02T17:36:27.912Z Downloaded smoltcp v0.9.1
12482026-06-02T17:36:27.917Z Downloaded rustls v0.23.37
12492026-06-02T17:36:27.923Z Downloaded zlib-rs v0.6.2
12502026-06-02T17:36:27.926Z Downloaded regress v0.10.5
12512026-06-02T17:36:27.931Z Downloaded diesel v2.3.7
12522026-06-02T17:36:27.943Z Downloaded hickory-proto v0.25.2
12532026-06-02T17:36:27.952Z Downloaded zerocopy v0.8.40
12542026-06-02T17:36:27.956Z Downloaded rustls v0.22.4
12552026-06-02T17:36:27.963Z Downloaded smoltcp v0.11.0
12562026-06-02T17:36:27.969Z Downloaded openapiv3 v2.2.0
12572026-06-02T17:36:27.975Z Downloaded nix v0.31.2
12582026-06-02T17:36:27.982Z Downloaded rustls v0.21.12
12592026-06-02T17:36:27.988Z Downloaded hickory-proto v0.24.4
12602026-06-02T17:36:27.997Z Downloaded regex-syntax v0.8.10
12612026-06-02T17:36:28.003Z Downloaded typify-impl v0.6.2
12622026-06-02T17:36:28.012Z Downloaded tracing v0.1.44
12632026-06-02T17:36:28.027Z Downloaded rustix v0.38.44
12642026-06-02T17:36:28.040Z Downloaded regress v0.11.1
12652026-06-02T17:36:28.046Z Downloaded openssl v0.10.79
12662026-06-02T17:36:28.060Z Downloaded regex-automata v0.4.14
12672026-06-02T17:36:28.079Z Downloaded petgraph v0.6.5
12682026-06-02T17:36:28.104Z Downloaded sqlparser v0.61.0
12692026-06-02T17:36:28.114Z Downloaded csv v1.4.0
12702026-06-02T17:36:28.143Z Downloaded sled v0.34.7
12712026-06-02T17:36:28.150Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-06-02T17:36:28.158Z Downloaded sha3 v0.10.8
12732026-06-02T17:36:28.161Z Downloaded typify-impl v0.4.3
12742026-06-02T17:36:28.178Z Downloaded ratatui v0.29.0
12752026-06-02T17:36:28.191Z Downloaded zerocopy-derive v0.6.6
12762026-06-02T17:36:28.208Z Downloaded encoding_rs v0.8.35
12772026-06-02T17:36:28.237Z Downloaded chrono-tz v0.10.4
12782026-06-02T17:36:28.250Z Downloaded jiff v0.2.21
12792026-06-02T17:36:28.262Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-06-02T17:36:28.294Z Downloaded petgraph v0.8.3
12812026-06-02T17:36:28.315Z Downloaded libz-sys v1.1.24
12822026-06-02T17:36:28.328Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-06-02T17:36:28.349Z Downloaded tokio v1.52.1
12842026-06-02T17:36:28.423Z Downloaded ring v0.17.14
12852026-06-02T17:36:28.919Z Downloaded aws-lc-sys v0.40.0
12862026-06-02T17:36:29.168Z Compiling libc v0.2.185
12872026-06-02T17:36:29.168Z Compiling serde v1.0.228
12882026-06-02T17:36:29.171Z Compiling log v0.4.29
12892026-06-02T17:36:29.171Z Compiling shlex v1.3.0
12902026-06-02T17:36:29.171Z Compiling find-msvc-tools v0.1.9
12912026-06-02T17:36:29.171Z Compiling smallvec v1.15.1
12922026-06-02T17:36:29.171Z Compiling typenum v1.19.0
12932026-06-02T17:36:29.171Z Compiling subtle v2.6.1
12942026-06-02T17:36:29.171Z Compiling generic-array v0.14.7
12952026-06-02T17:36:29.307Z Compiling scopeguard v1.2.0
12962026-06-02T17:36:29.310Z Compiling const-oid v0.9.6
12972026-06-02T17:36:29.414Z Compiling serde_json v1.0.149
12982026-06-02T17:36:29.444Z Compiling syn v2.0.117
12992026-06-02T17:36:29.456Z Compiling zerocopy v0.8.40
13002026-06-02T17:36:29.459Z Compiling portable-atomic v1.13.1
13012026-06-02T17:36:29.484Z Compiling parking_lot_core v0.9.12
13022026-06-02T17:36:29.537Z Compiling lock_api v0.4.14
13032026-06-02T17:36:29.553Z Compiling pin-project-lite v0.2.17
13042026-06-02T17:36:29.568Z Compiling pkg-config v0.3.32
13052026-06-02T17:36:29.585Z Compiling bitflags v2.11.0
13062026-06-02T17:36:29.588Z Compiling critical-section v1.2.0
13072026-06-02T17:36:29.617Z Compiling libm v0.2.16
13082026-06-02T17:36:29.631Z Compiling futures-core v0.3.32
13092026-06-02T17:36:29.742Z Compiling num-traits v0.2.19
13102026-06-02T17:36:29.756Z Compiling percent-encoding v2.3.2
13112026-06-02T17:36:29.799Z Compiling futures-sink v0.3.32
13122026-06-02T17:36:29.865Z Compiling slab v0.4.12
13132026-06-02T17:36:29.893Z Compiling futures-channel v0.3.32
13142026-06-02T17:36:29.896Z Compiling futures-io v0.3.32
13152026-06-02T17:36:29.936Z Compiling futures-task v0.3.32
13162026-06-02T17:36:29.939Z Compiling getrandom v0.4.1
13172026-06-02T17:36:29.966Z Compiling cpufeatures v0.2.17
13182026-06-02T17:36:30.047Z Compiling rand_core v0.10.0
13192026-06-02T17:36:30.062Z Compiling indexmap v2.14.0
13202026-06-02T17:36:30.062Z Compiling rustversion v1.0.22
13212026-06-02T17:36:30.123Z Compiling getrandom v0.3.4
13222026-06-02T17:36:30.139Z Compiling form_urlencoded v1.2.2
13232026-06-02T17:36:30.139Z Compiling dunce v1.0.5
13242026-06-02T17:36:30.184Z Compiling fs_extra v1.3.0
13252026-06-02T17:36:30.211Z Compiling base64ct v1.8.3
13262026-06-02T17:36:30.213Z Compiling ident_case v1.0.1
13272026-06-02T17:36:30.239Z Compiling flagset v0.4.7
13282026-06-02T17:36:30.267Z Compiling regex-syntax v0.8.10
13292026-06-02T17:36:30.328Z Compiling rustix v1.1.3
13302026-06-02T17:36:30.341Z Compiling iana-time-zone v0.1.65
13312026-06-02T17:36:30.371Z Compiling getrandom v0.2.17
13322026-06-02T17:36:30.386Z Compiling jobserver v0.1.34
13332026-06-02T17:36:30.437Z Compiling errno v0.3.14
13342026-06-02T17:36:30.465Z Compiling mio v1.2.0
13352026-06-02T17:36:30.481Z Compiling socket2 v0.6.3
13362026-06-02T17:36:30.517Z Compiling rand_core v0.6.4
13372026-06-02T17:36:30.554Z Compiling signal-hook-registry v1.4.8
13382026-06-02T17:36:30.604Z Compiling cc v1.2.56
13392026-06-02T17:36:30.623Z Compiling once_cell v1.21.3
13402026-06-02T17:36:30.695Z Compiling parking_lot v0.12.5
13412026-06-02T17:36:30.748Z Compiling pem-rfc7468 v0.7.0
13422026-06-02T17:36:30.812Z Compiling aws-lc-rs v1.16.3
13432026-06-02T17:36:30.867Z Compiling vcpkg v0.2.15
13442026-06-02T17:36:30.917Z Compiling uuid v1.23.0
13452026-06-02T17:36:30.920Z Compiling tracing-core v0.1.36
13462026-06-02T17:36:30.946Z Compiling rustc_version v0.4.1
13472026-06-02T17:36:30.961Z Compiling base64 v0.22.1
13482026-06-02T17:36:31.056Z Compiling rand_core v0.9.5
13492026-06-02T17:36:31.090Z Compiling untrusted v0.7.1
13502026-06-02T17:36:31.120Z Compiling tinyvec_macros v0.1.1
13512026-06-02T17:36:31.140Z Compiling httparse v1.10.1
13522026-06-02T17:36:31.206Z Compiling untrusted v0.9.0
13532026-06-02T17:36:31.221Z Compiling openssl-probe v0.2.1
13542026-06-02T17:36:31.235Z Compiling tinyvec v1.10.0
13552026-06-02T17:36:31.293Z Compiling aho-corasick v1.1.4
13562026-06-02T17:36:31.308Z Compiling schemars v0.8.22
13572026-06-02T17:36:31.341Z Compiling cmake v0.1.57
13582026-06-02T17:36:31.356Z Compiling atomic-waker v1.1.2
13592026-06-02T17:36:31.389Z Compiling tower-service v0.3.3
13602026-06-02T17:36:31.416Z Compiling rustls v0.23.37
13612026-06-02T17:36:31.500Z Compiling tower-layer v0.3.3
13622026-06-02T17:36:31.517Z Compiling dyn-clone v1.0.20
13632026-06-02T17:36:31.520Z Compiling try-lock v0.2.5
13642026-06-02T17:36:31.520Z Compiling foreign-types-shared v0.1.1
13652026-06-02T17:36:31.598Z Compiling openssl v0.10.79
13662026-06-02T17:36:31.613Z Compiling pin-utils v0.1.0
13672026-06-02T17:36:31.628Z Compiling want v0.3.1
13682026-06-02T17:36:31.631Z Compiling httpdate v1.0.3
13692026-06-02T17:36:31.673Z Compiling foreign-types v0.3.2
13702026-06-02T17:36:31.676Z Compiling unicode-normalization v0.1.25
13712026-06-02T17:36:31.676Z Compiling spin v0.9.8
13722026-06-02T17:36:31.676Z Compiling num-conv v0.2.0
13732026-06-02T17:36:31.690Z Compiling powerfmt v0.2.0
13742026-06-02T17:36:31.717Z Compiling time-core v0.1.8
13752026-06-02T17:36:31.764Z Compiling crc32fast v1.5.0
13762026-06-02T17:36:31.767Z Compiling native-tls v0.2.18
13772026-06-02T17:36:31.808Z Compiling wait-timeout v0.2.1
13782026-06-02T17:36:31.854Z Compiling sync_wrapper v1.0.2
13792026-06-02T17:36:31.870Z Compiling bit-vec v0.8.0
13802026-06-02T17:36:31.886Z Compiling siphasher v1.0.2
13812026-06-02T17:36:31.917Z Compiling time-macros v0.2.27
13822026-06-02T17:36:31.917Z Compiling deranged v0.5.8
13832026-06-02T17:36:31.960Z Compiling unicode-segmentation v1.12.0
13842026-06-02T17:36:31.977Z Compiling tempfile v3.25.0
13852026-06-02T17:36:31.992Z Compiling syn v1.0.109
13862026-06-02T17:36:32.008Z Compiling num_threads v0.1.7
13872026-06-02T17:36:32.125Z Compiling usdt-impl v0.6.0
13882026-06-02T17:36:32.141Z Compiling quick-error v1.2.3
13892026-06-02T17:36:32.157Z Compiling regex-automata v0.4.14
13902026-06-02T17:36:32.157Z Compiling crossbeam-utils v0.8.21
13912026-06-02T17:36:32.185Z Compiling simd-adler32 v0.3.8
13922026-06-02T17:36:32.224Z Compiling aws-lc-sys v0.40.0
13932026-06-02T17:36:32.239Z Compiling ring v0.17.14
13942026-06-02T17:36:32.267Z Compiling openssl-sys v0.9.115
13952026-06-02T17:36:32.283Z Compiling synstructure v0.13.2
13962026-06-02T17:36:32.354Z Compiling serde_derive_internals v0.29.1
13972026-06-02T17:36:32.373Z Compiling pest_generator v2.8.6
13982026-06-02T17:36:32.409Z Compiling darling_core v0.20.11
13992026-06-02T17:36:32.421Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-06-02T17:36:32.578Z Compiling darling_core v0.21.3
14012026-06-02T17:36:32.624Z Compiling rusty-fork v0.3.1
14022026-06-02T17:36:32.649Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-06-02T17:36:32.971Z Compiling bit-set v0.8.0
14042026-06-02T17:36:32.986Z Compiling slog v2.8.2
14052026-06-02T17:36:33.012Z Compiling heapless v0.7.17
14062026-06-02T17:36:33.163Z Compiling rand_xorshift v0.4.0
14072026-06-02T17:36:33.166Z Compiling thread-id v5.1.0
14082026-06-02T17:36:33.166Z Compiling time v0.3.47
14092026-06-02T17:36:33.166Z Compiling cookie v0.18.1
14102026-06-02T17:36:33.195Z Compiling unicode-bidi v0.3.18
14112026-06-02T17:36:33.226Z Compiling paste v1.0.15
14122026-06-02T17:36:33.282Z Compiling anyhow v1.0.102
14132026-06-02T17:36:33.298Z Compiling adler2 v2.0.1
14142026-06-02T17:36:33.357Z Compiling iri-string v0.7.10
14152026-06-02T17:36:33.372Z Compiling zstd-safe v7.2.4
14162026-06-02T17:36:33.416Z Compiling unicode-properties v0.1.4
14172026-06-02T17:36:33.451Z Compiling ryu v1.0.23
14182026-06-02T17:36:33.538Z Compiling unarray v0.1.4
14192026-06-02T17:36:33.593Z Compiling signal-hook v0.3.18
14202026-06-02T17:36:33.618Z Compiling allocator-api2 v0.2.21
14212026-06-02T17:36:33.664Z Compiling stringprep v0.1.5
14222026-06-02T17:36:33.783Z Compiling miniz_oxide v0.8.9
14232026-06-02T17:36:33.960Z Compiling heck v0.4.1
14242026-06-02T17:36:34.151Z Compiling serde_derive v1.0.228
14252026-06-02T17:36:34.151Z Compiling zeroize_derive v1.4.3
14262026-06-02T17:36:34.213Z Compiling zerofrom-derive v0.1.6
14272026-06-02T17:36:34.298Z Compiling yoke-derive v0.8.1
14282026-06-02T17:36:34.431Z Compiling zerovec-derive v0.11.2
14292026-06-02T17:36:34.456Z Compiling zerocopy-derive v0.8.40
14302026-06-02T17:36:34.843Z Compiling zeroize v1.8.2
14312026-06-02T17:36:34.859Z Compiling displaydoc v0.2.5
14322026-06-02T17:36:34.876Z Compiling tokio-macros v2.7.0
14332026-06-02T17:36:34.894Z Compiling futures-macro v0.3.32
14342026-06-02T17:36:34.941Z Compiling der_derive v0.7.3
14352026-06-02T17:36:35.203Z Compiling rustls-pki-types v1.14.0
14362026-06-02T17:36:35.489Z Compiling tracing-attributes v0.1.31
14372026-06-02T17:36:35.582Z Compiling crypto-common v0.1.7
14382026-06-02T17:36:35.618Z Compiling block-buffer v0.10.4
14392026-06-02T17:36:35.634Z Compiling block-padding v0.3.3
14402026-06-02T17:36:35.652Z Compiling thiserror-impl v2.0.18
14412026-06-02T17:36:35.666Z Compiling zerofrom v0.1.6
14422026-06-02T17:36:35.680Z Compiling schemars_derive v0.8.22
14432026-06-02T17:36:35.727Z Compiling futures-util v0.3.32
14442026-06-02T17:36:35.745Z Compiling pest_derive v2.8.6
14452026-06-02T17:36:35.805Z Compiling yoke v0.8.1
14462026-06-02T17:36:35.821Z Compiling digest v0.10.7
14472026-06-02T17:36:35.824Z Compiling inout v0.1.4
14482026-06-02T17:36:35.919Z Compiling der v0.7.10
14492026-06-02T17:36:36.003Z Compiling zerovec v0.11.5
14502026-06-02T17:36:36.017Z Compiling zerotrie v0.2.3
14512026-06-02T17:36:36.104Z Compiling hmac v0.12.1
14522026-06-02T17:36:36.225Z Compiling sha2 v0.10.9
14532026-06-02T17:36:36.279Z Compiling cipher v0.4.4
14542026-06-02T17:36:36.329Z Compiling pbkdf2 v0.12.2
14552026-06-02T17:36:36.433Z Compiling scroll_derive v0.13.1
14562026-06-02T17:36:36.459Z Compiling tinystr v0.8.2
14572026-06-02T17:36:36.511Z Compiling potential_utf v0.1.4
14582026-06-02T17:36:36.552Z Compiling salsa20 v0.10.2
14592026-06-02T17:36:36.684Z Compiling icu_locale_core v2.1.1
14602026-06-02T17:36:36.701Z Compiling icu_collections v2.1.1
14612026-06-02T17:36:36.717Z Compiling scrypt v0.11.0
14622026-06-02T17:36:36.864Z Compiling spki v0.7.3
14632026-06-02T17:36:36.994Z Compiling tracing v0.1.44
14642026-06-02T17:36:37.011Z Compiling cbc v0.1.2
14652026-06-02T17:36:37.037Z Compiling thiserror v2.0.18
14662026-06-02T17:36:37.094Z Compiling aes v0.8.4
14672026-06-02T17:36:37.140Z Compiling darling_macro v0.20.11
14682026-06-02T17:36:37.170Z Compiling openssl-macros v0.1.1
14692026-06-02T17:36:37.187Z Compiling rustls-native-certs v0.8.3
14702026-06-02T17:36:37.204Z Compiling dtrace-parser v0.3.0
14712026-06-02T17:36:37.280Z Compiling scroll v0.13.0
14722026-06-02T17:36:37.294Z Compiling icu_provider v2.1.1
14732026-06-02T17:36:37.547Z Compiling signature v2.2.0
14742026-06-02T17:36:37.610Z Compiling bytes v1.11.1
14752026-06-02T17:36:37.626Z Compiling icu_properties v2.1.2
14762026-06-02T17:36:37.643Z Compiling icu_normalizer v2.1.1
14772026-06-02T17:36:37.661Z Compiling chrono v0.4.44
14782026-06-02T17:36:37.663Z Compiling pkcs5 v0.7.1
14792026-06-02T17:36:37.715Z Compiling ipnet v2.11.0
14802026-06-02T17:36:37.730Z Compiling darling v0.20.11
14812026-06-02T17:36:37.784Z Compiling goblin v0.10.5
14822026-06-02T17:36:37.824Z Compiling derive_builder_core v0.20.2
14832026-06-02T17:36:38.016Z Compiling pkcs8 v0.10.2
14842026-06-02T17:36:38.087Z Compiling tokio v1.52.1
14852026-06-02T17:36:38.177Z Compiling http v1.4.0
14862026-06-02T17:36:38.207Z Compiling webpki-roots v1.0.6
14872026-06-02T17:36:38.242Z Compiling scroll_derive v0.12.1
14882026-06-02T17:36:38.257Z Compiling thiserror-impl v1.0.69
14892026-06-02T17:36:38.261Z Compiling serde_tokenstream v0.2.3
14902026-06-02T17:36:38.345Z Compiling serde_spanned v0.6.9
14912026-06-02T17:36:38.361Z Compiling toml_datetime v0.6.11
14922026-06-02T17:36:38.510Z Compiling idna_adapter v1.2.1
14932026-06-02T17:36:38.618Z Compiling erased-serde v0.3.31
14942026-06-02T17:36:38.642Z Compiling idna v1.1.0
14952026-06-02T17:36:38.668Z Compiling serde_urlencoded v0.7.1
14962026-06-02T17:36:38.754Z Compiling derive_builder_macro v0.20.2
14972026-06-02T17:36:38.768Z Compiling md-5 v0.10.6
14982026-06-02T17:36:38.944Z Compiling ppv-lite86 v0.2.21
14992026-06-02T17:36:38.960Z Compiling url v2.5.8
15002026-06-02T17:36:38.963Z Compiling http-body v1.0.1
15012026-06-02T17:36:39.015Z Compiling scroll v0.12.0
15022026-06-02T17:36:39.112Z Compiling http-body-util v0.1.3
15032026-06-02T17:36:39.129Z Compiling darling_macro v0.21.3
15042026-06-02T17:36:39.132Z Compiling bstr v1.12.1
15052026-06-02T17:36:39.160Z Compiling pin-project-internal v1.1.11
15062026-06-02T17:36:39.249Z Compiling rand_chacha v0.9.0
15072026-06-02T17:36:39.288Z Compiling rand_chacha v0.3.1
15082026-06-02T17:36:39.301Z Compiling async-trait v0.1.89
15092026-06-02T17:36:39.319Z Compiling zerocopy-derive v0.7.35
15102026-06-02T17:36:39.374Z Compiling num-integer v0.1.46
15112026-06-02T17:36:39.572Z Compiling rand v0.9.2
15122026-06-02T17:36:39.714Z Compiling thiserror v1.0.69
15132026-06-02T17:36:39.789Z Compiling vergen-lib v0.1.6
15142026-06-02T17:36:39.814Z Compiling curve25519-dalek v4.1.3
15152026-06-02T17:36:39.835Z Compiling ff v0.13.1
15162026-06-02T17:36:39.994Z Compiling hash32 v0.2.1
15172026-06-02T17:36:39.997Z Compiling memoffset v0.9.1
15182026-06-02T17:36:40.123Z Compiling proptest v1.10.0
15192026-06-02T17:36:40.175Z Compiling num-bigint-dig v0.8.6
15202026-06-02T17:36:40.215Z Compiling psl-types v2.0.11
15212026-06-02T17:36:40.231Z Compiling cfg_aliases v0.2.1
15222026-06-02T17:36:40.235Z Compiling base16ct v0.2.0
15232026-06-02T17:36:40.248Z Compiling zlib-rs v0.6.2
15242026-06-02T17:36:40.313Z Compiling litrs v1.0.0
15252026-06-02T17:36:40.316Z Compiling smoltcp v0.9.1
15262026-06-02T17:36:40.344Z Compiling rustix v0.38.44
15272026-06-02T17:36:40.363Z Compiling fallible-iterator v0.2.0
15282026-06-02T17:36:40.385Z Compiling ref-cast v1.0.25
15292026-06-02T17:36:40.400Z Compiling sec1 v0.7.3
15302026-06-02T17:36:40.439Z Compiling ipnetwork v0.21.1
15312026-06-02T17:36:40.454Z Compiling nix v0.31.2
15322026-06-02T17:36:40.693Z Compiling dof v0.4.0
15332026-06-02T17:36:40.710Z Compiling oxnet v0.1.4
15342026-06-02T17:36:40.770Z Compiling postgres-protocol v0.6.10
15352026-06-02T17:36:40.786Z Compiling publicsuffix v2.3.0
15362026-06-02T17:36:40.802Z Compiling pin-project v1.1.11
15372026-06-02T17:36:40.848Z Compiling document-features v0.2.12
15382026-06-02T17:36:40.848Z Compiling zerocopy v0.7.35
15392026-06-02T17:36:40.983Z Compiling group v0.13.0
15402026-06-02T17:36:40.999Z Compiling darling v0.21.3
15412026-06-02T17:36:41.002Z Compiling num-iter v0.1.45
15422026-06-02T17:36:41.056Z Compiling rand v0.8.6
15432026-06-02T17:36:41.099Z Compiling derive_builder v0.20.2
15442026-06-02T17:36:41.120Z Compiling goblin v0.8.2
15452026-06-02T17:36:41.179Z Compiling futures-executor v0.3.32
15462026-06-02T17:36:41.236Z Compiling hubpack_derive v0.1.1
15472026-06-02T17:36:41.256Z Compiling cargo-platform v0.1.9
15482026-06-02T17:36:41.337Z Compiling hex v0.4.3
15492026-06-02T17:36:41.451Z Compiling hkdf v0.12.4
15502026-06-02T17:36:41.455Z Compiling crypto-bigint v0.5.5
15512026-06-02T17:36:41.523Z Compiling regex v1.12.3
15522026-06-02T17:36:41.596Z Compiling snafu-derive v0.8.9
15532026-06-02T17:36:41.617Z Compiling curve25519-dalek-derive v0.1.1
15542026-06-02T17:36:41.638Z Compiling strum_macros v0.27.2
15552026-06-02T17:36:41.722Z Compiling daft-derive v0.1.5
15562026-06-02T17:36:41.883Z Compiling tokio-util v0.7.18
15572026-06-02T17:36:41.907Z Compiling tower v0.5.3
15582026-06-02T17:36:41.977Z Compiling tokio-native-tls v0.3.1
15592026-06-02T17:36:42.045Z Compiling ref-cast-impl v1.0.25
15602026-06-02T17:36:42.287Z Compiling phf_shared v0.13.1
15612026-06-02T17:36:42.428Z Compiling tower-http v0.6.8
15622026-06-02T17:36:42.471Z Compiling newtype-uuid v1.3.2
15632026-06-02T17:36:42.487Z Compiling terminal_size v0.4.3
15642026-06-02T17:36:42.507Z Compiling lazy_static v1.5.0
15652026-06-02T17:36:42.617Z Compiling h2 v0.4.13
15662026-06-02T17:36:42.633Z Compiling vergen v9.0.6
15672026-06-02T17:36:42.649Z Compiling fs-err v3.3.0
15682026-06-02T17:36:42.665Z Compiling ahash v0.8.12
15692026-06-02T17:36:42.760Z Compiling encoding_rs v0.8.35
15702026-06-02T17:36:42.830Z Compiling foldhash v0.1.5
15712026-06-02T17:36:42.845Z Compiling bumpalo v3.20.2
15722026-06-02T17:36:42.848Z Compiling mime v0.3.17
15732026-06-02T17:36:42.873Z Compiling same-file v1.0.6
15742026-06-02T17:36:42.893Z Compiling libbz2-rs-sys v0.2.2
15752026-06-02T17:36:42.980Z Compiling object v0.37.3
15762026-06-02T17:36:43.014Z Compiling winnow v0.5.40
15772026-06-02T17:36:43.058Z Compiling managed v0.8.0
15782026-06-02T17:36:43.126Z Compiling flate2 v1.1.9
15792026-06-02T17:36:43.126Z Compiling bitflags v1.3.2
15802026-06-02T17:36:43.215Z Compiling foldhash v0.2.0
15812026-06-02T17:36:43.329Z Compiling bzip2 v0.6.1
15822026-06-02T17:36:43.487Z Compiling hashbrown v0.16.1
15832026-06-02T17:36:43.517Z Compiling dof v0.3.0
15842026-06-02T17:36:43.587Z Compiling zopfli v0.8.3
15852026-06-02T17:36:43.607Z Compiling walkdir v2.5.0
15862026-06-02T17:36:43.648Z Compiling snafu v0.8.9
15872026-06-02T17:36:43.651Z Compiling clap_builder v4.5.60
15882026-06-02T17:36:43.651Z Compiling hashbrown v0.15.5
15892026-06-02T17:36:43.698Z Compiling strum v0.27.2
15902026-06-02T17:36:43.867Z Compiling daft v0.1.5
15912026-06-02T17:36:44.032Z Compiling phf v0.13.1
15922026-06-02T17:36:44.061Z Compiling elliptic-curve v0.13.8
15932026-06-02T17:36:44.095Z Compiling signal-hook-mio v0.2.5
15942026-06-02T17:36:44.212Z Compiling cargo_metadata v0.19.2
15952026-06-02T17:36:44.229Z Compiling usdt-macro v0.6.0
15962026-06-02T17:36:44.245Z Compiling usdt-attr-macro v0.6.0
15972026-06-02T17:36:44.272Z Compiling cookie_store v0.22.1
15982026-06-02T17:36:44.287Z Compiling hubpack v0.1.2
15992026-06-02T17:36:44.361Z Compiling toml_edit v0.19.15
16002026-06-02T17:36:44.494Z Compiling bzip2 v0.4.4
16012026-06-02T17:36:44.511Z Compiling futures v0.3.32
16022026-06-02T17:36:44.529Z Compiling zstd v0.13.3
16032026-06-02T17:36:44.557Z Compiling postgres-types v0.2.12
16042026-06-02T17:36:44.614Z Compiling serde_with_macros v3.17.0
16052026-06-02T17:36:44.748Z Compiling dtrace-parser v0.2.0
16062026-06-02T17:36:44.811Z Compiling globset v0.4.18
16072026-06-02T17:36:44.965Z Compiling ed25519 v2.2.3
16082026-06-02T17:36:45.024Z Compiling pkcs1 v0.7.5
16092026-06-02T17:36:45.082Z Compiling serde_plain v1.0.2
16102026-06-02T17:36:45.134Z Compiling serde-big-array v0.5.1
16112026-06-02T17:36:45.295Z Compiling olpc-cjson v0.1.4
16122026-06-02T17:36:45.311Z Compiling rfc6979 v0.4.0
16132026-06-02T17:36:45.441Z Compiling async-recursion v1.1.1
16142026-06-02T17:36:45.455Z Compiling clap_derive v4.5.55
16152026-06-02T17:36:45.473Z Compiling serde_repr v0.1.20
16162026-06-02T17:36:45.511Z Compiling strum_macros v0.26.4
16172026-06-02T17:36:45.523Z Compiling enum-as-inner v0.6.1
16182026-06-02T17:36:45.593Z Compiling hyper v1.8.1
16192026-06-02T17:36:45.778Z Compiling phf_shared v0.11.3
16202026-06-02T17:36:45.846Z Compiling float-cmp v0.10.0
16212026-06-02T17:36:45.883Z Compiling pem v3.0.6
16222026-06-02T17:36:45.988Z Compiling thread-id v4.2.2
16232026-06-02T17:36:46.021Z Compiling memmap2 v0.9.10
16242026-06-02T17:36:46.043Z Compiling env_filter v1.0.0
16252026-06-02T17:36:46.071Z Compiling predicates-core v1.0.10
16262026-06-02T17:36:46.087Z Compiling fixedbitset v0.5.7
16272026-06-02T17:36:46.126Z Compiling typed-path v0.9.3
16282026-06-02T17:36:46.228Z Compiling difflib v0.4.0
16292026-06-02T17:36:46.258Z Compiling rustc-hash v2.1.1
16302026-06-02T17:36:46.275Z Compiling fixedbitset v0.4.2
16312026-06-02T17:36:46.361Z Compiling jiff v0.2.21
16322026-06-02T17:36:46.404Z Compiling normalize-line-endings v0.3.0
16332026-06-02T17:36:46.419Z Compiling either v1.15.0
16342026-06-02T17:36:46.515Z Compiling new_debug_unreachable v1.0.6
16352026-06-02T17:36:46.530Z Compiling keccak v0.1.6
16362026-06-02T17:36:46.605Z Compiling precomputed-hash v0.1.1
16372026-06-02T17:36:46.621Z Compiling static_assertions v1.1.0
16382026-06-02T17:36:46.655Z Compiling whoami v2.1.0
16392026-06-02T17:36:46.707Z Compiling hyper-util v0.1.20
16402026-06-02T17:36:46.724Z Compiling data-encoding v2.10.0
16412026-06-02T17:36:46.740Z Compiling string_cache v0.8.9
16422026-06-02T17:36:46.812Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16432026-06-02T17:36:46.990Z Compiling tokio-postgres v0.7.16
16442026-06-02T17:36:47.017Z Compiling hickory-proto v0.25.2
16452026-06-02T17:36:47.050Z Compiling sha3 v0.10.8
16462026-06-02T17:36:47.140Z Compiling toml_edit v0.22.27
16472026-06-02T17:36:47.230Z Compiling itertools v0.13.0
16482026-06-02T17:36:47.274Z Compiling clap v4.5.60
16492026-06-02T17:36:47.316Z Compiling strum v0.26.3
16502026-06-02T17:36:47.343Z Compiling predicates v3.1.4
16512026-06-02T17:36:47.360Z Compiling petgraph v0.6.5
16522026-06-02T17:36:47.377Z Compiling iddqd v0.3.18
16532026-06-02T17:36:47.468Z Compiling petgraph v0.8.3
16542026-06-02T17:36:47.482Z Compiling env_logger v0.11.9
16552026-06-02T17:36:47.550Z Compiling usdt v0.6.0
16562026-06-02T17:36:47.840Z Compiling usdt-impl v0.5.0
16572026-06-02T17:36:47.864Z Compiling serde_with v3.17.0
16582026-06-02T17:36:48.037Z Compiling toml v0.7.8
16592026-06-02T17:36:48.448Z Compiling hyper-tls v0.6.0
16602026-06-02T17:36:48.520Z Compiling crossterm v0.28.1
16612026-06-02T17:36:48.568Z Compiling ecdsa v0.16.9
16622026-06-02T17:36:48.598Z Compiling rsa v0.9.10
16632026-06-02T17:36:48.672Z Compiling ed25519-dalek v2.2.0
16642026-06-02T17:36:48.984Z Compiling zip v0.6.6
16652026-06-02T17:36:49.129Z Compiling zip v4.6.1
16662026-06-02T17:36:49.537Z Compiling toml_parser v1.0.9+spec-1.1.0
16672026-06-02T17:36:49.602Z Compiling tokio-stream v0.1.18
16682026-06-02T17:36:49.619Z Compiling buf-list v1.1.2
16692026-06-02T17:36:49.635Z Compiling similar v2.7.0
16702026-06-02T17:36:49.702Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-06-02T17:36:49.702Z Compiling openapiv3 v2.2.0
16722026-06-02T17:36:49.851Z Compiling x509-cert v0.2.5
16732026-06-02T17:36:49.921Z Compiling sha1 v0.10.6
16742026-06-02T17:36:49.936Z Compiling crossbeam-epoch v0.9.18
16752026-06-02T17:36:50.027Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-06-02T17:36:50.091Z Compiling lalrpop-util v0.19.12
16772026-06-02T17:36:50.120Z Compiling peg-runtime v0.8.5
16782026-06-02T17:36:50.169Z Compiling thread_local v1.1.9
16792026-06-02T17:36:50.193Z Compiling slog-async v2.8.0
16802026-06-02T17:36:50.283Z Compiling crossbeam-channel v0.5.15
16812026-06-02T17:36:50.304Z Compiling is-terminal v0.4.17
16822026-06-02T17:36:50.345Z Compiling filetime v0.2.27
16832026-06-02T17:36:50.377Z Compiling term v1.2.1
16842026-06-02T17:36:50.417Z Compiling take_mut v0.2.2
16852026-06-02T17:36:50.430Z Compiling xattr v1.6.1
16862026-06-02T17:36:50.557Z Compiling tar v0.4.45
16872026-06-02T17:36:50.656Z Compiling slog-term v2.9.2
16882026-06-02T17:37:08.383Z Compiling rustls-webpki v0.103.9
16892026-06-02T17:37:11.146Z Compiling tokio-rustls v0.26.4
16902026-06-02T17:37:11.146Z Compiling rustls-platform-verifier v0.6.2
16912026-06-02T17:37:11.349Z Compiling hyper-rustls v0.27.7
16922026-06-02T17:37:11.544Z Compiling reqwest v0.12.28
16932026-06-02T17:37:11.544Z Compiling reqwest v0.13.2
16942026-06-02T17:37:12.750Z Compiling tough v0.22.0
16952026-06-02T17:37:15.227Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-02T17:37:15.460Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-02T17:37:18.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
16982026-06-02T17:37:18.405Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-06-02T17:37:18.463ZJun 02 17:37:18.349 INFO Starting download, target: Console
17002026-06-02T17:37:18.463ZJun 02 17:37:18.350 INFO Starting download, target: Cockroach
17012026-06-02T17:37:18.463ZJun 02 17:37:18.350 INFO Starting download, target: DendriteStub
17022026-06-02T17:37:18.463ZJun 02 17:37:18.350 INFO Starting download, target: Clickhouse
17032026-06-02T17:37:18.466ZJun 02 17:37:18.350 INFO Starting download, target: MaghemiteMgd
17042026-06-02T17:37:18.466ZJun 02 17:37:18.350 INFO Starting download, target: TransceiverControl
17052026-06-02T17:37:18.466ZJun 02 17:37:18.350 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-06-02T17:37:18.466ZJun 02 17:37:18.350 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-06-02T17:37:18.466ZJun 02 17:37:18.350 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-06-02T17:37:18.466ZJun 02 17:37:18.350 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17092026-06-02T17:37:18.466ZJun 02 17:37:18.351 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-06-02T17:37:18.466ZJun 02 17:37:18.351 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-06-02T17:37:19.024ZJun 02 17:37:18.902 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-06-02T17:37:19.233ZJun 02 17:37:19.112 INFO Download complete, target: TransceiverControl
17132026-06-02T17:37:19.615ZJun 02 17:37:19.477 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-06-02T17:37:19.837ZJun 02 17:37:19.713 INFO Download complete, target: Console
17152026-06-02T17:37:19.935ZJun 02 17:37:19.817 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-06-02T17:37:20.097ZJun 02 17:37:19.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17172026-06-02T17:37:20.810ZJun 02 17:37:20.697 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17182026-06-02T17:37:20.810ZJun 02 17:37:20.697 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17192026-06-02T17:37:21.486ZJun 02 17:37:21.373 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-06-02T17:37:22.321ZJun 02 17:37:22.208 INFO Download complete, target: DendriteStub
17212026-06-02T17:37:22.484ZJun 02 17:37:22.371 INFO Download complete, target: MaghemiteMgd
17222026-06-02T17:37:25.573ZJun 02 17:37:25.459 INFO Checking that binary works, target: Cockroach
17232026-06-02T17:37:25.899ZJun 02 17:37:25.786 INFO Download complete, target: Cockroach
17242026-06-02T17:37:28.229ZJun 02 17:37:28.116 INFO Checking that binary works, target: Clickhouse
17252026-06-02T17:37:28.384ZJun 02 17:37:28.270 INFO Download complete, target: Clickhouse
17262026-06-02T17:37:28.390ZAll prerequisites installed successfully
17272026-06-02T17:37:28.393Z
17282026-06-02T17:37:28.393Zreal 2:19.177721989
17292026-06-02T17:37:28.393Zuser 6:50.864917576
17302026-06-02T17:37:28.393Zsys 1:44.206016835
17312026-06-02T17:37:28.393Ztrap 0.225093782
17322026-06-02T17:37:28.393Ztflt 2.768914778
17332026-06-02T17:37:28.393Zdflt 4.060670048
17342026-06-02T17:37:28.393Zkflt 0.082753812
17352026-06-02T17:37:28.393Zlock 23:49.447346602
17362026-06-02T17:37:28.393Zslp 19:42.534822103
17372026-06-02T17:37:28.394Zlat 21.691539399
17382026-06-02T17:37:28.394Zstop 2:57.821100248
17392026-06-02T17:37:28.394Z+ ptime -m cargo xtask download softnpu
17402026-06-02T17:37:28.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17412026-06-02T17:37:28.933Z Running `target/debug/xtask download softnpu`
17422026-06-02T17:37:29.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17432026-06-02T17:37:29.772Z Running `target/debug/xtask-downloader softnpu`
17442026-06-02T17:37:29.813ZJun 02 17:37:29.700 INFO Starting download, target: Softnpu
17452026-06-02T17:37:29.816ZJun 02 17:37:29.701 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-06-02T17:37:30.518ZJun 02 17:37:30.405 INFO Download complete, target: Softnpu
17472026-06-02T17:37:30.522Z
17482026-06-02T17:37:30.525Zreal 2.124759018
17492026-06-02T17:37:30.525Zuser 1.335668185
17502026-06-02T17:37:30.525Zsys 0.663143607
17512026-06-02T17:37:30.525Ztrap 0.000632020
17522026-06-02T17:37:30.525Ztflt 0.000148430
17532026-06-02T17:37:30.525Zdflt 0.000131570
17542026-06-02T17:37:30.525Zkflt 0.000000000
17552026-06-02T17:37:30.525Zlock 13.106480687
17562026-06-02T17:37:30.525Zslp 0.570478486
17572026-06-02T17:37:30.525Zlat 0.088571218
17582026-06-02T17:37:30.525Zstop 0.000159110
17592026-06-02T17:37:30.525Z+ export CARGO_INCREMENTAL=0
17602026-06-02T17:37:30.525Z+ CARGO_INCREMENTAL=0
17612026-06-02T17:37:30.525Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-06-02T17:37:31.408Z Compiling proc-macro2 v1.0.106
17632026-06-02T17:37:31.409Z Compiling quote v1.0.45
17642026-06-02T17:37:31.409Z Compiling unicode-ident v1.0.24
17652026-06-02T17:37:31.409Z Compiling libc v0.2.185
17662026-06-02T17:37:31.412Z Compiling serde_core v1.0.228
17672026-06-02T17:37:31.412Z Compiling serde v1.0.228
17682026-06-02T17:37:31.412Z Compiling cfg-if v1.0.4
17692026-06-02T17:37:31.412Z Compiling version_check v0.9.5
17702026-06-02T17:37:31.412Z Compiling shlex v1.3.0
17712026-06-02T17:37:31.412Z Compiling find-msvc-tools v0.1.9
17722026-06-02T17:37:31.557Z Compiling typenum v1.19.0
17732026-06-02T17:37:31.560Z Compiling zmij v1.0.21
17742026-06-02T17:37:31.560Z Compiling autocfg v1.5.0
17752026-06-02T17:37:31.560Z Compiling memchr v2.8.0
17762026-06-02T17:37:31.560Z Compiling serde_json v1.0.149
17772026-06-02T17:37:31.794Z Compiling portable-atomic v1.13.1
17782026-06-02T17:37:31.797Z Compiling libm v0.2.16
17792026-06-02T17:37:31.861Z Compiling zerocopy v0.8.40
17802026-06-02T17:37:32.009Z Compiling generic-array v0.14.7
17812026-06-02T17:37:32.012Z Compiling parking_lot_core v0.9.12
17822026-06-02T17:37:32.056Z Compiling smallvec v1.15.1
17832026-06-02T17:37:32.136Z Compiling num-traits v0.2.19
17842026-06-02T17:37:32.136Z Compiling icu_properties_data v2.1.2
17852026-06-02T17:37:32.139Z Compiling icu_normalizer_data v2.1.1
17862026-06-02T17:37:32.153Z Compiling itoa v1.0.17
17872026-06-02T17:37:32.256Z Compiling getrandom v0.4.1
17882026-06-02T17:37:32.289Z Compiling log v0.4.29
17892026-06-02T17:37:32.339Z Compiling stable_deref_trait v1.2.1
17902026-06-02T17:37:32.357Z Compiling pkg-config v0.3.32
17912026-06-02T17:37:32.444Z Compiling subtle v2.6.1
17922026-06-02T17:37:32.592Z Compiling scopeguard v1.2.0
17932026-06-02T17:37:32.623Z Compiling jobserver v0.1.34
17942026-06-02T17:37:32.639Z Compiling getrandom v0.2.17
17952026-06-02T17:37:32.706Z Compiling errno v0.3.14
17962026-06-02T17:37:32.724Z Compiling lock_api v0.4.14
17972026-06-02T17:37:32.804Z Compiling rand_core v0.6.4
17982026-06-02T17:37:32.867Z Compiling cc v1.2.56
17992026-06-02T17:37:32.895Z Compiling writeable v0.6.2
18002026-06-02T17:37:32.911Z Compiling percent-encoding v2.3.2
18012026-06-02T17:37:32.926Z Compiling litemap v0.8.1
18022026-06-02T17:37:32.960Z Compiling syn v2.0.117
18032026-06-02T17:37:33.014Z Compiling fnv v1.0.7
18042026-06-02T17:37:33.051Z Compiling pin-project-lite v0.2.17
18052026-06-02T17:37:33.127Z Compiling thiserror v2.0.18
18062026-06-02T17:37:33.158Z Compiling getrandom v0.3.4
18072026-06-02T17:37:33.202Z Compiling dunce v1.0.5
18082026-06-02T17:37:33.246Z Compiling equivalent v1.0.2
18092026-06-02T17:37:33.249Z Compiling fs_extra v1.3.0
18102026-06-02T17:37:33.274Z Compiling schemars v0.8.22
18112026-06-02T17:37:33.289Z Compiling rustversion v1.0.22
18122026-06-02T17:37:33.340Z Compiling rand_core v0.10.0
18132026-06-02T17:37:33.343Z Compiling utf8_iter v1.0.4
18142026-06-02T17:37:33.464Z Compiling form_urlencoded v1.2.2
18152026-06-02T17:37:33.540Z Compiling critical-section v1.2.0
18162026-06-02T17:37:33.575Z Compiling signal-hook-registry v1.4.8
18172026-06-02T17:37:33.593Z Compiling cmake v0.1.57
18182026-06-02T17:37:33.691Z Compiling hashbrown v0.17.0
18192026-06-02T17:37:33.702Z Compiling rustix v1.1.3
18202026-06-02T17:37:33.757Z Compiling mio v1.2.0
18212026-06-02T17:37:33.800Z Compiling socket2 v0.6.3
18222026-06-02T17:37:33.984Z Compiling once_cell v1.21.3
18232026-06-02T17:37:34.047Z Compiling semver v1.0.28
18242026-06-02T17:37:34.134Z Compiling bitflags v2.11.0
18252026-06-02T17:37:34.163Z Compiling parking_lot v0.12.5
18262026-06-02T17:37:34.180Z Compiling ring v0.17.14
18272026-06-02T17:37:34.234Z Compiling aws-lc-sys v0.40.0
18282026-06-02T17:37:34.252Z Compiling indexmap v2.14.0
18292026-06-02T17:37:34.272Z Compiling const-oid v0.9.6
18302026-06-02T17:37:34.376Z Compiling aws-lc-rs v1.16.3
18312026-06-02T17:37:34.382Z Compiling futures-core v0.3.32
18322026-06-02T17:37:34.518Z Compiling httparse v1.10.1
18332026-06-02T17:37:34.588Z Compiling thiserror v1.0.69
18342026-06-02T17:37:34.597Z Compiling vcpkg v0.2.15
18352026-06-02T17:37:34.611Z Compiling strsim v0.11.1
18362026-06-02T17:37:34.862Z Compiling ucd-trie v0.1.7
18372026-06-02T17:37:34.894Z Compiling byteorder v1.5.0
18382026-06-02T17:37:34.906Z Compiling iana-time-zone v0.1.65
18392026-06-02T17:37:34.925Z Compiling syn v1.0.109
18402026-06-02T17:37:34.936Z Compiling regex-syntax v0.8.10
18412026-06-02T17:37:34.984Z Compiling heck v0.5.0
18422026-06-02T17:37:35.041Z Compiling pest v2.8.6
18432026-06-02T17:37:35.050Z Compiling ident_case v1.0.1
18442026-06-02T17:37:35.072Z Compiling uuid v1.23.0
18452026-06-02T17:37:35.137Z Compiling cpufeatures v0.2.17
18462026-06-02T17:37:35.164Z Compiling openssl-sys v0.9.115
18472026-06-02T17:37:35.170Z Compiling rustls v0.23.37
18482026-06-02T17:37:35.396Z Compiling futures-sink v0.3.32
18492026-06-02T17:37:35.417Z Compiling rustc_version v0.4.1
18502026-06-02T17:37:35.494Z Compiling futures-task v0.3.32
18512026-06-02T17:37:35.530Z Compiling futures-channel v0.3.32
18522026-06-02T17:37:35.608Z Compiling futures-io v0.3.32
18532026-06-02T17:37:35.639Z Compiling slab v0.4.12
18542026-06-02T17:37:35.686Z Compiling synstructure v0.13.2
18552026-06-02T17:37:35.689Z Compiling serde_derive_internals v0.29.1
18562026-06-02T17:37:35.811Z Compiling aho-corasick v1.1.4
18572026-06-02T17:37:35.828Z Compiling dyn-clone v1.0.20
18582026-06-02T17:37:36.056Z Compiling openssl v0.10.79
18592026-06-02T17:37:36.075Z Compiling crc32fast v1.5.0
18602026-06-02T17:37:36.078Z Compiling base64 v0.22.1
18612026-06-02T17:37:36.078Z Compiling plain v0.2.3
18622026-06-02T17:37:36.232Z Compiling pest_meta v2.8.6
18632026-06-02T17:37:36.235Z Compiling crossbeam-utils v0.8.21
18642026-06-02T17:37:36.282Z Compiling num-conv v0.2.0
18652026-06-02T17:37:36.330Z Compiling time-core v0.1.8
18662026-06-02T17:37:36.494Z Compiling native-tls v0.2.18
18672026-06-02T17:37:36.525Z Compiling time-macros v0.2.27
18682026-06-02T17:37:36.539Z Compiling pretty-hex v0.4.1
18692026-06-02T17:37:36.619Z Compiling anyhow v1.0.102
18702026-06-02T17:37:36.638Z Compiling regex-automata v0.4.14
18712026-06-02T17:37:36.642Z Compiling base64ct v1.8.3
18722026-06-02T17:37:36.642Z Compiling darling_core v0.21.3
18732026-06-02T17:37:36.763Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18742026-06-02T17:37:36.766Z Compiling tracing-core v0.1.36
18752026-06-02T17:37:36.845Z Compiling pest_generator v2.8.6
18762026-06-02T17:37:36.942Z Compiling pem-rfc7468 v0.7.0
18772026-06-02T17:37:36.975Z Compiling serde_derive v1.0.228
18782026-06-02T17:37:37.083Z Compiling zeroize_derive v1.4.3
18792026-06-02T17:37:37.197Z Compiling zerofrom-derive v0.1.6
18802026-06-02T17:37:37.211Z Compiling yoke-derive v0.8.1
18812026-06-02T17:37:37.251Z Compiling zerovec-derive v0.11.2
18822026-06-02T17:37:37.273Z Compiling displaydoc v0.2.5
18832026-06-02T17:37:37.510Z Compiling zerocopy-derive v0.8.40
18842026-06-02T17:37:37.525Z Compiling tokio-macros v2.7.0
18852026-06-02T17:37:37.542Z Compiling futures-macro v0.3.32
18862026-06-02T17:37:37.701Z Compiling zeroize v1.8.2
18872026-06-02T17:37:37.977Z Compiling thiserror-impl v2.0.18
18882026-06-02T17:37:38.186Z Compiling schemars_derive v0.8.22
18892026-06-02T17:37:38.237Z Compiling tracing-attributes v0.1.31
18902026-06-02T17:37:38.305Z Compiling der_derive v0.7.3
18912026-06-02T17:37:38.324Z Compiling thiserror-impl v1.0.69
18922026-06-02T17:37:38.339Z Compiling zerofrom v0.1.6
18932026-06-02T17:37:38.489Z Compiling yoke v0.8.1
18942026-06-02T17:37:38.529Z Compiling crypto-common v0.1.7
18952026-06-02T17:37:38.693Z Compiling zerovec v0.11.5
18962026-06-02T17:37:38.710Z Compiling zerotrie v0.2.3
18972026-06-02T17:37:38.772Z Compiling block-buffer v0.10.4
18982026-06-02T17:37:39.040Z Compiling digest v0.10.7
18992026-06-02T17:37:39.218Z Compiling tinystr v0.8.2
19002026-06-02T17:37:39.278Z Compiling potential_utf v0.1.4
19012026-06-02T17:37:39.309Z Compiling pest_derive v2.8.6
19022026-06-02T17:37:39.349Z Compiling futures-util v0.3.32
19032026-06-02T17:37:39.398Z Compiling icu_locale_core v2.1.1
19042026-06-02T17:37:39.415Z Compiling icu_collections v2.1.1
19052026-06-02T17:37:39.443Z Compiling hmac v0.12.1
19062026-06-02T17:37:39.484Z Compiling block-padding v0.3.3
19072026-06-02T17:37:39.672Z Compiling inout v0.1.4
19082026-06-02T17:37:39.753Z Compiling rustls-pki-types v1.14.0
19092026-06-02T17:37:39.852Z Compiling openssl-macros v0.1.1
19102026-06-02T17:37:40.154Z Compiling bytes v1.11.1
19112026-06-02T17:37:40.171Z Compiling icu_provider v2.1.1
19122026-06-02T17:37:40.228Z Compiling chrono v0.4.44
19132026-06-02T17:37:40.260Z Compiling serde_tokenstream v0.2.3
19142026-06-02T17:37:40.275Z Compiling cipher v0.4.4
19152026-06-02T17:37:40.519Z Compiling icu_normalizer v2.1.1
19162026-06-02T17:37:40.566Z Compiling icu_properties v2.1.2
19172026-06-02T17:37:40.610Z Compiling sha2 v0.10.9
19182026-06-02T17:37:40.763Z Compiling tokio v1.52.1
19192026-06-02T17:37:41.050Z Compiling scroll_derive v0.13.1
19202026-06-02T17:37:41.373Z Compiling scroll_derive v0.12.1
19212026-06-02T17:37:41.675Z Compiling idna_adapter v1.2.1
19222026-06-02T17:37:41.704Z Compiling ppv-lite86 v0.2.21
19232026-06-02T17:37:41.837Z Compiling idna v1.1.0
19242026-06-02T17:37:41.938Z Compiling http v1.4.0
19252026-06-02T17:37:42.030Z Compiling flagset v0.4.7
19262026-06-02T17:37:42.045Z Compiling untrusted v0.9.0
19272026-06-02T17:37:42.091Z Compiling tracing v0.1.44
19282026-06-02T17:37:42.216Z Compiling url v2.5.8
19292026-06-02T17:37:42.229Z Compiling der v0.7.10
19302026-06-02T17:37:42.260Z Compiling regex v1.12.3
19312026-06-02T17:37:42.391Z Compiling darling_macro v0.21.3
19322026-06-02T17:37:42.567Z Compiling zerocopy-derive v0.7.35
19332026-06-02T17:37:42.580Z Compiling rand_core v0.9.5
19342026-06-02T17:37:42.673Z Compiling slog v2.8.2
19352026-06-02T17:37:43.162Z Compiling spki v0.7.3
19362026-06-02T17:37:43.356Z Compiling darling v0.21.3
19372026-06-02T17:37:43.372Z Compiling salsa20 v0.10.2
19382026-06-02T17:37:43.390Z Compiling pbkdf2 v0.12.2
19392026-06-02T17:37:43.919Z Compiling cookie v0.18.1
19402026-06-02T17:37:43.957Z Compiling camino v1.2.2
19412026-06-02T17:37:44.261Z Compiling scrypt v0.11.0
19422026-06-02T17:37:44.278Z Compiling rand_chacha v0.9.0
19432026-06-02T17:37:44.281Z Compiling http-body v1.0.1
19442026-06-02T17:37:44.373Z Compiling aes v0.8.4
19452026-06-02T17:37:44.405Z Compiling cbc v0.1.2
19462026-06-02T17:37:44.506Z Compiling tokio-util v0.7.18
19472026-06-02T17:37:44.559Z Compiling usdt-impl v0.5.0
19482026-06-02T17:37:44.597Z Compiling usdt-impl v0.6.0
19492026-06-02T17:37:44.680Z Compiling unicode-segmentation v1.12.0
19502026-06-02T17:37:44.696Z Compiling tinyvec_macros v0.1.1
19512026-06-02T17:37:44.729Z Compiling openssl-probe v0.2.1
19522026-06-02T17:37:44.798Z Compiling winnow v0.7.14
19532026-06-02T17:37:44.801Z Compiling paste v1.0.15
19542026-06-02T17:37:44.834Z Compiling atomic-waker v1.1.2
19552026-06-02T17:37:44.850Z Compiling either v1.15.0
19562026-06-02T17:37:44.987Z Compiling untrusted v0.7.1
19572026-06-02T17:37:45.078Z Compiling ref-cast v1.0.25
19582026-06-02T17:37:45.093Z Compiling tinyvec v1.10.0
19592026-06-02T17:37:45.150Z Compiling pkcs5 v0.7.1
19602026-06-02T17:37:45.388Z Compiling rand v0.9.2
19612026-06-02T17:37:45.603Z Compiling scroll v0.12.0
19622026-06-02T17:37:45.730Z Compiling scroll v0.13.0
19632026-06-02T17:37:45.746Z Compiling toml_datetime v0.6.11
19642026-06-02T17:37:45.845Z Compiling serde_spanned v0.6.9
19652026-06-02T17:37:45.863Z Compiling async-trait v0.1.89
19662026-06-02T17:37:45.884Z Compiling heapless v0.7.17
19672026-06-02T17:37:46.006Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-06-02T17:37:46.037Z Compiling signal-hook v0.3.18
19692026-06-02T17:37:46.147Z Compiling fastrand v2.3.0
19702026-06-02T17:37:46.169Z Compiling tower-layer v0.3.3
19712026-06-02T17:37:46.201Z Compiling tower-service v0.3.3
19722026-06-02T17:37:46.242Z Compiling try-lock v0.2.5
19732026-06-02T17:37:46.259Z Compiling zstd-safe v7.2.4
19742026-06-02T17:37:46.485Z Compiling want v0.3.1
19752026-06-02T17:37:46.488Z Compiling h2 v0.4.13
19762026-06-02T17:37:46.537Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-06-02T17:37:46.655Z Compiling goblin v0.10.5
19782026-06-02T17:37:46.684Z Compiling goblin v0.8.2
19792026-06-02T17:37:46.748Z Compiling pkcs8 v0.10.2
19802026-06-02T17:37:46.897Z Compiling heck v0.4.1
19812026-06-02T17:37:46.989Z Compiling zerocopy v0.7.35
19822026-06-02T17:37:47.044Z Compiling ipnet v2.11.0
19832026-06-02T17:37:47.146Z Compiling ref-cast-impl v1.0.25
19842026-06-02T17:37:47.320Z Compiling curve25519-dalek v4.1.3
19852026-06-02T17:37:47.577Z Compiling darling_core v0.20.11
19862026-06-02T17:37:47.592Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-06-02T17:37:47.634Z Compiling memoffset v0.9.1
19882026-06-02T17:37:47.856Z Compiling rustix v0.38.44
19892026-06-02T17:37:47.887Z Compiling pin-utils v0.1.0
19902026-06-02T17:37:47.950Z Compiling litrs v1.0.0
19912026-06-02T17:37:48.060Z Compiling winnow v0.5.40
19922026-06-02T17:37:48.284Z Compiling foreign-types-shared v0.1.1
19932026-06-02T17:37:48.363Z Compiling httpdate v1.0.3
19942026-06-02T17:37:48.438Z Compiling document-features v0.2.12
19952026-06-02T17:37:48.479Z Compiling foreign-types v0.3.2
19962026-06-02T17:37:48.565Z Compiling tempfile v3.25.0
19972026-06-02T17:37:48.927Z Compiling dof v0.3.0
19982026-06-02T17:37:49.093Z Compiling unicode-normalization v0.1.25
19992026-06-02T17:37:49.275Z Compiling dtrace-parser v0.2.0
20002026-06-02T17:37:49.416Z Compiling dof v0.4.0
20012026-06-02T17:37:49.494Z Compiling hyper v1.8.1
20022026-06-02T17:37:49.555Z Compiling toml_edit v0.19.15
20032026-06-02T17:37:49.573Z Compiling darling_macro v0.20.11
20042026-06-02T17:37:49.759Z Compiling dtrace-parser v0.3.0
20052026-06-02T17:37:49.878Z Compiling pin-project-internal v1.1.11
20062026-06-02T17:37:49.955Z Compiling daft-derive v0.1.5
20072026-06-02T17:37:50.053Z Compiling spin v0.9.8
20082026-06-02T17:37:50.070Z Compiling thread-id v5.1.0
20092026-06-02T17:37:50.089Z Compiling thread-id v4.2.2
20102026-06-02T17:37:50.208Z Compiling cfg_aliases v0.2.1
20112026-06-02T17:37:50.286Z Compiling powerfmt v0.2.0
20122026-06-02T17:37:50.302Z Compiling smoltcp v0.9.1
20132026-06-02T17:37:50.329Z Compiling num-bigint-dig v0.8.6
20142026-06-02T17:37:50.359Z Compiling nix v0.31.2
20152026-06-02T17:37:50.461Z Compiling deranged v0.5.8
20162026-06-02T17:37:50.569Z Compiling hyper-util v0.1.20
20172026-06-02T17:37:50.634Z Compiling darling v0.20.11
20182026-06-02T17:37:50.952Z Compiling rustls-native-certs v0.8.3
20192026-06-02T17:37:51.094Z Compiling ipnetwork v0.21.1
20202026-06-02T17:37:51.362Z Compiling strum_macros v0.26.4
20212026-06-02T17:37:51.618Z Compiling curve25519-dalek-derive v0.1.1
20222026-06-02T17:37:51.688Z Compiling sync_wrapper v1.0.2
20232026-06-02T17:37:51.785Z Compiling wait-timeout v0.2.1
20242026-06-02T17:37:52.036Z Compiling siphasher v1.0.2
20252026-06-02T17:37:52.223Z Compiling num_threads v0.1.7
20262026-06-02T17:37:52.246Z Compiling quick-error v1.2.3
20272026-06-02T17:37:52.266Z Compiling bit-vec v0.8.0
20282026-06-02T17:37:52.351Z Compiling anstyle v1.0.13
20292026-06-02T17:37:52.409Z Compiling utf8parse v0.2.2
20302026-06-02T17:37:52.427Z Compiling simd-adler32 v0.3.8
20312026-06-02T17:37:52.513Z Compiling time v0.3.47
20322026-06-02T17:37:52.542Z Compiling anstyle-parse v0.2.7
20332026-06-02T17:37:52.575Z Compiling bit-set v0.8.0
20342026-06-02T17:37:52.682Z Compiling rusty-fork v0.3.1
20352026-06-02T17:37:52.747Z Compiling tower v0.5.3
20362026-06-02T17:37:53.004Z Compiling derive_builder_core v0.20.2
20372026-06-02T17:37:53.022Z Compiling snafu-derive v0.8.9
20382026-06-02T17:37:53.292Z Compiling http-body-util v0.1.3
20392026-06-02T17:37:53.593Z Compiling webpki-roots v1.0.6
20402026-06-02T17:37:53.609Z Compiling rand_xorshift v0.4.0
20412026-06-02T17:37:53.733Z Compiling signature v2.2.0
20422026-06-02T17:37:53.776Z Compiling hubpack_derive v0.1.1
20432026-06-02T17:37:53.797Z Compiling strum_macros v0.27.2
20442026-06-02T17:37:53.903Z Compiling fs-err v3.3.0
20452026-06-02T17:37:54.021Z Compiling ahash v0.8.12
20462026-06-02T17:37:54.103Z Compiling iri-string v0.7.10
20472026-06-02T17:37:54.265Z Compiling ryu v1.0.23
20482026-06-02T17:37:54.283Z Compiling unarray v0.1.4
20492026-06-02T17:37:54.311Z Compiling object v0.37.3
20502026-06-02T17:37:54.340Z Compiling anstyle-query v1.1.5
20512026-06-02T17:37:54.409Z Compiling unicode-properties v0.1.4
20522026-06-02T17:37:54.509Z Compiling colorchoice v1.0.4
20532026-06-02T17:37:54.540Z Compiling allocator-api2 v0.2.21
20542026-06-02T17:37:54.584Z Compiling is_terminal_polyfill v1.70.2
20552026-06-02T17:37:54.603Z Compiling unicode-bidi v0.3.18
20562026-06-02T17:37:54.621Z Compiling adler2 v2.0.1
20572026-06-02T17:37:54.674Z Compiling anstream v0.6.21
20582026-06-02T17:37:54.677Z Compiling serde_urlencoded v0.7.1
20592026-06-02T17:37:54.735Z Compiling miniz_oxide v0.8.9
20602026-06-02T17:37:54.767Z Compiling proptest v1.10.0
20612026-06-02T17:37:54.946Z Compiling stringprep v0.1.5
20622026-06-02T17:37:55.090Z Compiling derive_builder_macro v0.20.2
20632026-06-02T17:37:55.277Z Compiling tower-http v0.6.8
20642026-06-02T17:37:55.292Z Compiling tokio-native-tls v0.3.1
20652026-06-02T17:37:55.316Z Compiling usdt-macro v0.6.0
20662026-06-02T17:37:55.409Z Compiling usdt-attr-macro v0.6.0
20672026-06-02T17:37:55.693Z Compiling rand_chacha v0.3.1
20682026-06-02T17:37:55.708Z Compiling erased-serde v0.3.31
20692026-06-02T17:37:55.818Z Compiling md-5 v0.10.6
20702026-06-02T17:37:55.871Z Compiling bstr v1.12.1
20712026-06-02T17:37:55.990Z Compiling num-integer v0.1.46
20722026-06-02T17:37:56.048Z Compiling hash32 v0.2.1
20732026-06-02T17:37:56.079Z Compiling vergen-lib v0.1.6
20742026-06-02T17:37:56.124Z Compiling ff v0.13.1
20752026-06-02T17:37:56.216Z Compiling zlib-rs v0.6.2
20762026-06-02T17:37:56.252Z Compiling base16ct v0.2.0
20772026-06-02T17:37:56.278Z Compiling fallible-iterator v0.2.0
20782026-06-02T17:37:56.296Z Compiling psl-types v2.0.11
20792026-06-02T17:37:56.380Z Compiling group v0.13.0
20802026-06-02T17:37:56.399Z Compiling sec1 v0.7.3
20812026-06-02T17:37:56.417Z Compiling publicsuffix v2.3.0
20822026-06-02T17:37:56.455Z Compiling num-iter v0.1.45
20832026-06-02T17:37:56.569Z Compiling postgres-protocol v0.6.10
20842026-06-02T17:37:56.605Z Compiling rand v0.8.6
20852026-06-02T17:37:56.766Z Compiling newtype-uuid v1.3.2
20862026-06-02T17:37:56.961Z Compiling oxnet v0.1.4
20872026-06-02T17:37:57.175Z Compiling derive_builder v0.20.2
20882026-06-02T17:37:57.256Z Compiling hyper-tls v0.6.0
20892026-06-02T17:37:57.333Z Compiling phf_shared v0.13.1
20902026-06-02T17:37:57.354Z Compiling pin-project v1.1.11
20912026-06-02T17:37:57.492Z Compiling lazy_static v1.5.0
20922026-06-02T17:37:57.609Z Compiling terminal_size v0.4.3
20932026-06-02T17:37:57.628Z Compiling serde_with_macros v3.17.0
20942026-06-02T17:37:57.650Z Compiling futures-executor v0.3.32
20952026-06-02T17:37:57.653Z Compiling hex v0.4.3
20962026-06-02T17:37:57.911Z Compiling cargo-platform v0.1.9
20972026-06-02T17:37:57.944Z Compiling hkdf v0.12.4
20982026-06-02T17:37:58.036Z Compiling crypto-bigint v0.5.5
20992026-06-02T17:37:58.064Z Compiling serde_repr v0.1.20
21002026-06-02T17:37:58.113Z Compiling clap_derive v4.5.55
21012026-06-02T17:37:58.173Z Compiling enum-as-inner v0.6.1
21022026-06-02T17:37:58.212Z Compiling flate2 v1.1.9
21032026-06-02T17:37:58.228Z Compiling async-recursion v1.1.1
21042026-06-02T17:37:58.514Z Compiling vergen v9.0.6
21052026-06-02T17:37:58.646Z Compiling encoding_rs v0.8.35
21062026-06-02T17:37:58.726Z Compiling managed v0.8.0
21072026-06-02T17:37:58.760Z Compiling bumpalo v3.20.2
21082026-06-02T17:37:58.841Z Compiling same-file v1.0.6
21092026-06-02T17:37:58.883Z Compiling bitflags v1.3.2
21102026-06-02T17:37:58.988Z Compiling libbz2-rs-sys v0.2.2
21112026-06-02T17:37:59.008Z Compiling clap_lex v1.0.0
21122026-06-02T17:37:59.051Z Compiling foldhash v0.1.5
21132026-06-02T17:37:59.073Z Compiling foldhash v0.2.0
21142026-06-02T17:37:59.102Z Compiling mime v0.3.17
21152026-06-02T17:37:59.144Z Compiling walkdir v2.5.0
21162026-06-02T17:37:59.235Z Compiling hashbrown v0.16.1
21172026-06-02T17:37:59.235Z Compiling hashbrown v0.15.5
21182026-06-02T17:37:59.299Z Compiling clap_builder v4.5.60
21192026-06-02T17:37:59.440Z Compiling bzip2 v0.6.1
21202026-06-02T17:37:59.574Z Compiling zopfli v0.8.3
21212026-06-02T17:37:59.660Z Compiling elliptic-curve v0.13.8
21222026-06-02T17:37:59.896Z Compiling zstd v0.13.3
21232026-06-02T17:37:59.939Z Compiling cargo_metadata v0.19.2
21242026-06-02T17:37:59.955Z Compiling futures v0.3.32
21252026-06-02T17:38:00.157Z Compiling phf v0.13.1
21262026-06-02T17:38:00.187Z Compiling snafu v0.8.9
21272026-06-02T17:38:00.340Z Compiling signal-hook-mio v0.2.5
21282026-06-02T17:38:00.475Z Compiling daft v0.1.5
21292026-06-02T17:38:00.543Z Compiling postgres-types v0.2.12
21302026-06-02T17:38:00.640Z Compiling cookie_store v0.22.1
21312026-06-02T17:38:00.678Z Compiling bzip2 v0.4.4
21322026-06-02T17:38:00.759Z Compiling globset v0.4.18
21332026-06-02T17:38:00.895Z Compiling strum v0.27.2
21342026-06-02T17:38:01.122Z Compiling hubpack v0.1.2
21352026-06-02T17:38:01.154Z Compiling ed25519 v2.2.3
21362026-06-02T17:38:01.206Z Compiling phf_shared v0.11.3
21372026-06-02T17:38:01.259Z Compiling crossbeam-epoch v0.9.18
21382026-06-02T17:38:01.357Z Compiling olpc-cjson v0.1.4
21392026-06-02T17:38:01.377Z Compiling pkcs1 v0.7.5
21402026-06-02T17:38:01.413Z Compiling pem v3.0.6
21412026-06-02T17:38:01.534Z Compiling serde_plain v1.0.2
21422026-06-02T17:38:01.604Z Compiling serde-big-array v0.5.1
21432026-06-02T17:38:01.622Z Compiling rfc6979 v0.4.0
21442026-06-02T17:38:01.639Z Compiling float-cmp v0.10.0
21452026-06-02T17:38:01.716Z Compiling memmap2 v0.9.10
21462026-06-02T17:38:01.739Z Compiling env_filter v1.0.0
21472026-06-02T17:38:01.783Z Compiling normalize-line-endings v0.3.0
21482026-06-02T17:38:01.786Z Compiling typed-path v0.9.3
21492026-06-02T17:38:01.786Z Compiling fixedbitset v0.4.2
21502026-06-02T17:38:01.848Z Compiling jiff v0.2.21
21512026-06-02T17:38:01.917Z Compiling precomputed-hash v0.1.1
21522026-06-02T17:38:01.945Z Compiling whoami v2.1.0
21532026-06-02T17:38:02.026Z Compiling rustc-hash v2.1.1
21542026-06-02T17:38:02.029Z Compiling toml_write v0.1.2
21552026-06-02T17:38:02.056Z Compiling fixedbitset v0.5.7
21562026-06-02T17:38:02.074Z Compiling data-encoding v2.10.0
21572026-06-02T17:38:02.193Z Compiling keccak v0.1.6
21582026-06-02T17:38:02.271Z Compiling static_assertions v1.1.0
21592026-06-02T17:38:02.319Z Compiling new_debug_unreachable v1.0.6
21602026-06-02T17:38:02.373Z Compiling difflib v0.4.0
21612026-06-02T17:38:02.406Z Compiling predicates-core v1.0.10
21622026-06-02T17:38:02.422Z Compiling string_cache v0.8.9
21632026-06-02T17:38:02.531Z Compiling hickory-proto v0.25.2
21642026-06-02T17:38:02.591Z Compiling sha3 v0.10.8
21652026-06-02T17:38:02.623Z Compiling predicates v3.1.4
21662026-06-02T17:38:02.663Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21672026-06-02T17:38:02.755Z Compiling petgraph v0.8.3
21682026-06-02T17:38:02.837Z Compiling toml_edit v0.22.27
21692026-06-02T17:38:02.881Z Compiling tokio-postgres v0.7.16
21702026-06-02T17:38:03.001Z Compiling iddqd v0.3.18
21712026-06-02T17:38:03.179Z Compiling petgraph v0.6.5
21722026-06-02T17:38:03.222Z Compiling env_logger v0.11.9
21732026-06-02T17:38:03.537Z Compiling usdt v0.6.0
21742026-06-02T17:38:03.578Z Compiling ecdsa v0.16.9
21752026-06-02T17:38:03.968Z Compiling rsa v0.9.10
21762026-06-02T17:38:04.611Z Compiling zip v4.6.1
21772026-06-02T17:38:04.629Z Compiling ed25519-dalek v2.2.0
21782026-06-02T17:38:05.037Z Compiling zip v0.6.6
21792026-06-02T17:38:05.111Z Compiling crossterm v0.28.1
21802026-06-02T17:38:05.444Z Compiling clap v4.5.60
21812026-06-02T17:38:05.528Z Compiling serde_with v3.17.0
21822026-06-02T17:38:05.544Z Compiling similar v2.7.0
21832026-06-02T17:38:05.594Z Compiling strum v0.26.3
21842026-06-02T17:38:05.611Z Compiling toml v0.7.8
21852026-06-02T17:38:05.746Z Compiling tokio-stream v0.1.18
21862026-06-02T17:38:05.776Z Compiling itertools v0.13.0
21872026-06-02T17:38:05.792Z Compiling buf-list v1.1.2
21882026-06-02T17:38:06.152Z Compiling x509-cert v0.2.5
21892026-06-02T17:38:06.269Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-06-02T17:38:06.313Z Compiling openapiv3 v2.2.0
21912026-06-02T17:38:06.544Z Compiling sha1 v0.10.6
21922026-06-02T17:38:06.776Z Compiling lalrpop-util v0.19.12
21932026-06-02T17:38:06.846Z Compiling peg-runtime v0.8.5
21942026-06-02T17:38:21.774Z Compiling rustls-webpki v0.103.9
21952026-06-02T17:38:22.961Z Compiling macaddr v1.0.1
21962026-06-02T17:38:23.144Z Compiling structmeta-derive v0.3.0
21972026-06-02T17:38:23.161Z Compiling crucible-workspace-hack v0.1.0
21982026-06-02T17:38:23.254Z Compiling rayon-core v1.13.0
21992026-06-02T17:38:23.296Z Compiling itertools v0.14.0
22002026-06-02T17:38:23.413Z Compiling secrecy v0.10.3
22012026-06-02T17:38:23.512Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-02T17:38:23.550Z Compiling heapless v0.8.0
22032026-06-02T17:38:23.625Z Compiling rustls v0.22.4
22042026-06-02T17:38:23.780Z Compiling crossbeam-deque v0.8.6
22052026-06-02T17:38:23.855Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-02T17:38:23.882Z Compiling rustls-webpki v0.102.8
22072026-06-02T17:38:23.927Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-02T17:38:24.036Z Compiling hash32 v0.3.1
22092026-06-02T17:38:24.042Z Compiling multer v3.1.0
22102026-06-02T17:38:24.102Z Compiling thread_local v1.1.9
22112026-06-02T17:38:24.133Z Compiling structmeta v0.3.0
22122026-06-02T17:38:24.297Z Compiling slog-async v2.8.0
22132026-06-02T17:38:24.329Z Compiling match_cfg v0.1.0
22142026-06-02T17:38:24.334Z Compiling smoltcp v0.11.0
22152026-06-02T17:38:24.366Z Compiling unicode-width v0.2.0
22162026-06-02T17:38:24.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-06-02T17:38:24.405Z Compiling compression-core v0.4.31
22182026-06-02T17:38:24.448Z Compiling hostname v0.3.1
22192026-06-02T17:38:24.487Z Compiling derive-ex v0.1.8
22202026-06-02T17:38:24.516Z Compiling ingot-macros v0.1.1
22212026-06-02T17:38:24.543Z Compiling compression-codecs v0.4.37
22222026-06-02T17:38:24.604Z Compiling proc-macro-crate v3.4.0
22232026-06-02T17:38:24.726Z Compiling slog-json v2.6.1
22242026-06-02T17:38:24.748Z Compiling crossbeam-channel v0.5.15
22252026-06-02T17:38:24.944Z Compiling half v2.7.1
22262026-06-02T17:38:25.007Z Compiling newtype-uuid-macros v0.1.0
22272026-06-02T17:38:25.041Z Compiling cobs v0.3.0
22282026-06-02T17:38:25.228Z Compiling thiserror-impl-no-std v2.0.2
22292026-06-02T17:38:25.294Z Compiling universal-hash v0.5.1
22302026-06-02T17:38:25.335Z Compiling async-stream-impl v0.3.6
22312026-06-02T17:38:25.448Z Compiling tokio-rustls v0.26.4
22322026-06-02T17:38:25.462Z Compiling rustls-platform-verifier v0.6.2
22332026-06-02T17:38:25.698Z Compiling hyper-rustls v0.27.7
22342026-06-02T17:38:25.698Z Compiling serde_spanned v1.0.4
22352026-06-02T17:38:25.734Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-06-02T17:38:25.751Z Compiling is-terminal v0.4.17
22372026-06-02T17:38:25.867Z Compiling dropshot v0.17.0
22382026-06-02T17:38:25.905Z Compiling proc-macro-error-attr v1.0.4
22392026-06-02T17:38:25.921Z Compiling ciborium-io v0.2.2
22402026-06-02T17:38:26.024Z Compiling reqwest v0.12.28
22412026-06-02T17:38:26.042Z Compiling reqwest v0.13.2
22422026-06-02T17:38:26.046Z Compiling opaque-debug v0.3.1
22432026-06-02T17:38:26.089Z Compiling convert_case v0.4.0
22442026-06-02T17:38:26.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-02T17:38:26.151Z Compiling take_mut v0.2.2
22462026-06-02T17:38:26.173Z Compiling term v1.2.1
22472026-06-02T17:38:26.215Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-06-02T17:38:26.277Z Compiling thiserror-no-std v2.0.2
22492026-06-02T17:38:26.389Z Compiling poly1305 v0.8.0
22502026-06-02T17:38:26.411Z Compiling derive_more v0.99.20
22512026-06-02T17:38:26.425Z Compiling toml v1.0.6+spec-1.1.0
22522026-06-02T17:38:26.554Z Compiling slog-term v2.9.2
22532026-06-02T17:38:26.881Z Compiling tokio-rustls v0.25.0
22542026-06-02T17:38:27.040Z Compiling test-strategy v0.4.5
22552026-06-02T17:38:27.058Z Compiling ciborium-ll v0.2.2
22562026-06-02T17:38:27.100Z Compiling ingot-types v0.1.2
22572026-06-02T17:38:27.163Z Compiling async-stream v0.3.6
22582026-06-02T17:38:27.344Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-06-02T17:38:27.377Z Compiling postcard v1.1.3
22602026-06-02T17:38:27.564Z Compiling ingot v0.1.1
22612026-06-02T17:38:27.610Z Compiling tough v0.22.0
22622026-06-02T17:38:27.775Z Compiling num_enum_derive v0.7.5
22632026-06-02T17:38:27.802Z Compiling slog-bunyan v2.5.0
22642026-06-02T17:38:28.008Z Compiling async-compression v0.4.41
22652026-06-02T17:38:28.364Z Compiling parse-display-derive v0.10.0
22662026-06-02T17:38:28.508Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-06-02T17:38:28.599Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-06-02T17:38:28.726Z Compiling proc-macro-crate v1.3.1
22692026-06-02T17:38:28.851Z Compiling backon v1.6.0
22702026-06-02T17:38:29.082Z Compiling waitgroup v0.1.2
22712026-06-02T17:38:29.127Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-06-02T17:38:29.259Z Compiling password-hash v0.5.0
22732026-06-02T17:38:29.272Z Compiling chacha20 v0.9.1
22742026-06-02T17:38:29.291Z Compiling dropshot_endpoint v0.17.0
22752026-06-02T17:38:29.294Z Compiling rustls-pemfile v2.2.0
22762026-06-02T17:38:29.385Z Compiling blake2 v0.10.6
22772026-06-02T17:38:29.596Z Compiling aead v0.5.2
22782026-06-02T17:38:29.612Z Compiling foreign-types-macros v0.2.3
22792026-06-02T17:38:29.820Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-06-02T17:38:29.837Z Compiling serde_path_to_error v0.1.20
22812026-06-02T17:38:29.853Z Compiling hostname v0.4.2
22822026-06-02T17:38:29.934Z Compiling proc-macro-error v1.0.4
22832026-06-02T17:38:30.039Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-06-02T17:38:30.074Z Compiling instant v0.1.13
22852026-06-02T17:38:30.163Z Compiling typeid v1.0.3
22862026-06-02T17:38:30.199Z Compiling debug-ignore v1.0.5
22872026-06-02T17:38:30.221Z Compiling cpufeatures v0.3.0
22882026-06-02T17:38:30.240Z Compiling foreign-types-shared v0.3.1
22892026-06-02T17:38:30.257Z Compiling backoff v0.4.0
22902026-06-02T17:38:30.291Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-06-02T17:38:30.323Z Compiling foreign-types v0.5.0
22922026-06-02T17:38:30.323Z Compiling chacha20 v0.10.0
22932026-06-02T17:38:30.359Z Compiling parse-display v0.10.0
22942026-06-02T17:38:30.379Z Compiling chacha20poly1305 v0.10.1
22952026-06-02T17:38:30.396Z Compiling argon2 v0.5.3
22962026-06-02T17:38:30.405Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-06-02T17:38:30.432Z Compiling num_enum_derive v0.5.11
22982026-06-02T17:38:30.511Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-06-02T17:38:30.528Z Compiling num_enum v0.7.5
23002026-06-02T17:38:30.556Z Compiling ciborium v0.2.2
23012026-06-02T17:38:30.681Z Compiling vsss-rs v3.3.4
23022026-06-02T17:38:30.801Z Compiling tabwriter v1.4.1
23032026-06-02T17:38:30.835Z Compiling regress v0.10.5
23042026-06-02T17:38:31.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-06-02T17:38:31.186Z Compiling byte-wrapper v0.1.0
23062026-06-02T17:38:31.243Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-06-02T17:38:31.372Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-02T17:38:31.392Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-06-02T17:38:31.409Z Compiling cstr-argument v0.1.2
23102026-06-02T17:38:31.546Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-06-02T17:38:31.576Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-06-02T17:38:31.594Z Compiling erased-serde v0.4.9
23132026-06-02T17:38:31.808Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-06-02T17:38:31.824Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-02T17:38:31.942Z Compiling num_enum v0.5.11
23162026-06-02T17:38:31.990Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-06-02T17:38:32.042Z Compiling rand v0.10.0
23182026-06-02T17:38:32.196Z Compiling rayon v1.11.0
23192026-06-02T17:38:32.214Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-06-02T17:38:32.214Z Compiling libefi-sys v0.1.0
23212026-06-02T17:38:32.225Z Compiling indent_write v2.2.0
23222026-06-02T17:38:32.256Z Compiling colored v3.1.1
23232026-06-02T17:38:32.297Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-06-02T17:38:32.301Z Compiling zone_cfg_derive v0.3.1
23252026-06-02T17:38:32.378Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23262026-06-02T17:38:32.494Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-06-02T17:38:32.517Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-06-02T17:38:32.530Z Compiling camino-tempfile v1.4.1
23292026-06-02T17:38:32.767Z Compiling itertools v0.12.1
23302026-06-02T17:38:32.844Z Compiling usdt-macro v0.5.0
23312026-06-02T17:38:32.926Z Compiling usdt-attr-macro v0.5.0
23322026-06-02T17:38:32.970Z Compiling bitfield-struct v0.6.2
23332026-06-02T17:38:32.970Z Compiling num-derive v0.4.2
23342026-06-02T17:38:33.057Z Compiling blake3 v1.8.3
23352026-06-02T17:38:33.072Z Compiling ordered-float v2.10.1
23362026-06-02T17:38:33.377Z Compiling memmap v0.7.0
23372026-06-02T17:38:33.435Z Compiling sigpipe v0.1.3
23382026-06-02T17:38:33.543Z Compiling glob v0.3.3
23392026-06-02T17:38:33.560Z Compiling swrite v0.1.0
23402026-06-02T17:38:33.587Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-06-02T17:38:33.642Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-06-02T17:38:33.680Z Compiling usdt v0.5.0
23432026-06-02T17:38:33.832Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-06-02T17:38:33.872Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-06-02T17:38:33.982Z Compiling serde-value v0.7.0
23462026-06-02T17:38:34.220Z Compiling zone v0.3.1
23472026-06-02T17:38:34.229Z Compiling serde-untagged v0.1.9
23482026-06-02T17:38:34.304Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-06-02T17:38:34.450Z Compiling toml v0.8.23
23502026-06-02T17:38:34.475Z Compiling smf v0.2.3
23512026-06-02T17:38:34.550Z Compiling filetime v0.2.27
23522026-06-02T17:38:34.563Z Compiling arrayvec v0.7.6
23532026-06-02T17:38:34.605Z Compiling arrayref v0.3.9
23542026-06-02T17:38:34.620Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-06-02T17:38:34.691Z Compiling unicode-xid v0.2.6
23562026-06-02T17:38:34.701Z Compiling whoami v1.6.1
23572026-06-02T17:38:34.716Z Compiling constant_time_eq v0.4.2
23582026-06-02T17:38:34.762Z Compiling xattr v1.6.1
23592026-06-02T17:38:34.826Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-06-02T17:38:34.839Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-06-02T17:38:34.853Z Compiling tokio-dtrace v0.1.1
23622026-06-02T17:38:34.939Z Compiling tar v0.4.45
23632026-06-02T17:38:34.980Z Compiling cargo-util-schemas v0.8.2
23642026-06-02T17:38:35.156Z Compiling console v0.16.2
23652026-06-02T17:38:35.191Z Compiling gethostname v0.5.0
23662026-06-02T17:38:35.350Z Compiling cargo-platform v0.2.0
23672026-06-02T17:38:35.481Z Compiling unit-prefix v0.5.2
23682026-06-02T17:38:35.524Z Compiling topological-sort v0.2.2
23692026-06-02T17:38:35.597Z Compiling oxide-tokio-rt v0.1.4
23702026-06-02T17:38:35.661Z Compiling indicatif v0.18.4
23712026-06-02T17:38:35.736Z Compiling shell-words v1.1.1
23722026-06-02T17:38:35.769Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-06-02T17:38:36.183Z Compiling cargo_metadata v0.21.0
23742026-06-02T17:38:46.089Z Compiling progenitor-client v0.10.0
23752026-06-02T17:38:46.089Z Compiling omicron-zone-package v0.12.2
23762026-06-02T17:38:46.089Z Compiling progenitor-client v0.14.0
23772026-06-02T17:38:46.089Z Compiling progenitor-extras v0.2.0
23782026-06-02T17:38:47.991Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23792026-06-02T17:38:48.014Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-06-02T17:38:48.115Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-06-02T17:38:48.147Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822026-06-02T17:38:48.162Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23832026-06-02T17:38:48.162Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-06-02T17:38:48.216Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-06-02T17:38:48.311Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-06-02T17:38:48.468Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-06-02T17:38:52.238Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-06-02T17:38:59.656Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-06-02T17:39:02.749Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-06-02T17:39:03.710Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-06-02T17:39:12.932Z Finished `release` profile [optimized] target(s) in 1m 42s
23922026-06-02T17:39:13.084Z Running `target/release/omicron-package -t test target create -p dev`
23932026-06-02T17:39:13.148ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-06-02T17:39:13.152ZCreated new build target 'test' and set it as active
23952026-06-02T17:39:13.156Z
23962026-06-02T17:39:13.156Zreal 1:42.624504510
23972026-06-02T17:39:13.156Zuser 16:46.787327057
23982026-06-02T17:39:13.156Zsys 2:39.515453928
23992026-06-02T17:39:13.156Ztrap 0.440612462
24002026-06-02T17:39:13.156Ztflt 2.777384733
24012026-06-02T17:39:13.156Zdflt 4.091243457
24022026-06-02T17:39:13.156Zkflt 0.005688481
24032026-06-02T17:39:13.156Zlock 52:04.659503763
24042026-06-02T17:39:13.156Zslp 42:44.257617107
24052026-06-02T17:39:13.156Zlat 42.540106275
24062026-06-02T17:39:13.156Zstop 5:34.831468264
24072026-06-02T17:39:13.156Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-06-02T17:39:14.039Z Finished `release` profile [optimized] target(s) in 0.87s
24092026-06-02T17:39:14.112Z Running `target/release/omicron-package -t test package`
24102026-06-02T17:39:14.175ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-06-02T17:39:15.552Z Compiling heck v0.5.0
24122026-06-02T17:39:15.552Z Compiling regress v0.11.1
24132026-06-02T17:39:15.552Z Compiling unsafe-libyaml v0.2.11
24142026-06-02T17:39:15.794Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-06-02T17:39:15.819Z Compiling regress v0.10.5
24162026-06-02T17:39:15.850Z Compiling unicode-width v0.1.14
24172026-06-02T17:39:15.872Z Compiling is-terminal v0.4.17
24182026-06-02T17:39:15.894Z Compiling prettyplease v0.2.37
24192026-06-02T17:39:15.897Z Compiling bytecount v0.6.9
24202026-06-02T17:39:15.897Z Compiling rustls v0.22.4
24212026-06-02T17:39:15.897Z Compiling rustls-webpki v0.102.8
24222026-06-02T17:39:15.897Z Compiling derive-where v1.6.0
24232026-06-02T17:39:15.897Z Compiling thread_local v1.1.9
24242026-06-02T17:39:15.914Z Compiling match_cfg v0.1.0
24252026-06-02T17:39:15.932Z Compiling compression-core v0.4.31
24262026-06-02T17:39:16.018Z Compiling multer v3.1.0
24272026-06-02T17:39:16.038Z Compiling hostname v0.3.1
24282026-06-02T17:39:16.104Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-06-02T17:39:16.125Z Compiling compression-codecs v0.4.37
24302026-06-02T17:39:16.149Z Compiling slog-async v2.8.0
24312026-06-02T17:39:16.152Z Compiling crossbeam-channel v0.5.15
24322026-06-02T17:39:16.193Z Compiling slog-json v2.6.1
24332026-06-02T17:39:16.216Z Compiling serde_spanned v1.0.4
24342026-06-02T17:39:16.236Z Compiling toml_datetime v1.0.0+spec-1.1.0
24352026-06-02T17:39:16.257Z Compiling serde_yaml v0.9.34+deprecated
24362026-06-02T17:39:16.261Z Compiling toml_writer v1.0.6+spec-1.1.0
24372026-06-02T17:39:16.330Z Compiling take_mut v0.2.2
24382026-06-02T17:39:16.382Z Compiling term v1.2.1
24392026-06-02T17:39:16.408Z Compiling slog-bunyan v2.5.0
24402026-06-02T17:39:16.449Z Compiling async-compression v0.4.41
24412026-06-02T17:39:16.546Z Compiling toml v1.0.6+spec-1.1.0
24422026-06-02T17:39:16.606Z Compiling dropshot v0.17.0
24432026-06-02T17:39:16.627Z Compiling async-stream v0.3.6
24442026-06-02T17:39:16.674Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-06-02T17:39:16.696Z Compiling num-rational v0.4.2
24462026-06-02T17:39:16.785Z Compiling slog-term v2.9.2
24472026-06-02T17:39:16.832Z Compiling progenitor-client v0.14.0
24482026-06-02T17:39:16.855Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-06-02T17:39:16.890Z Compiling waitgroup v0.1.2
24502026-06-02T17:39:16.913Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-06-02T17:39:16.950Z Compiling backon v1.6.0
24522026-06-02T17:39:17.047Z Compiling rustls-pemfile v2.2.0
24532026-06-02T17:39:17.068Z Compiling num-complex v0.4.6
24542026-06-02T17:39:17.122Z Compiling serde_path_to_error v0.1.20
24552026-06-02T17:39:17.164Z Compiling hostname v0.4.2
24562026-06-02T17:39:17.188Z Compiling instant v0.1.13
24572026-06-02T17:39:17.212Z Compiling debug-ignore v1.0.5
24582026-06-02T17:39:17.268Z Compiling progenitor-extras v0.2.0
24592026-06-02T17:39:17.316Z Compiling typify-impl v0.6.2
24602026-06-02T17:39:17.337Z Compiling backoff v0.4.0
24612026-06-02T17:39:17.340Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24622026-06-02T17:39:17.381Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-06-02T17:39:17.554Z Compiling num v0.4.3
24642026-06-02T17:39:17.579Z Compiling parse-display v0.10.0
24652026-06-02T17:39:17.582Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-06-02T17:39:17.621Z Compiling progenitor-client v0.13.0
24672026-06-02T17:39:17.663Z Compiling progenitor-client v0.10.0
24682026-06-02T17:39:17.688Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-06-02T17:39:17.717Z Compiling macaddr v1.0.1
24702026-06-02T17:39:17.739Z Compiling float-ord v0.3.2
24712026-06-02T17:39:17.867Z Compiling console v0.15.11
24722026-06-02T17:39:17.940Z Compiling newline-converter v0.3.0
24732026-06-02T17:39:17.969Z Compiling atomicwrites v0.4.4
24742026-06-02T17:39:18.049Z Compiling slog-dtrace v0.3.0
24752026-06-02T17:39:18.171Z Compiling cancel-safe-futures v0.1.5
24762026-06-02T17:39:18.212Z Compiling owo-colors v4.3.0
24772026-06-02T17:39:18.257Z Compiling tokio-rustls v0.25.0
24782026-06-02T17:39:18.308Z Compiling expectorate v1.2.0
24792026-06-02T17:39:18.387Z Compiling libsw-core v0.3.2
24802026-06-02T17:39:18.441Z Compiling resolv-conf v0.7.6
24812026-06-02T17:39:18.529Z Compiling toml v0.8.23
24822026-06-02T17:39:18.573Z Compiling libsw v3.5.0
24832026-06-02T17:39:18.598Z Compiling linear-map v1.2.0
24842026-06-02T17:39:18.821Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-06-02T17:39:18.910Z Compiling linked-hash-map v0.5.6
24862026-06-02T17:39:18.933Z Compiling minimal-lexical v0.2.1
24872026-06-02T17:39:19.077Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-06-02T17:39:19.103Z Compiling lru-cache v0.1.2
24892026-06-02T17:39:19.137Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-06-02T17:39:19.158Z Compiling nom v7.1.3
24912026-06-02T17:39:19.206Z Compiling unicode-xid v0.2.6
24922026-06-02T17:39:19.228Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-06-02T17:39:19.281Z Compiling hickory-proto v0.24.4
24942026-06-02T17:39:19.321Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-06-02T17:39:19.357Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-06-02T17:39:19.378Z Compiling convert_case v0.10.0
24972026-06-02T17:39:19.591Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-06-02T17:39:19.670Z Compiling derive_more-impl v2.1.1
24992026-06-02T17:39:20.201Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-06-02T17:39:20.510Z Compiling derive_more v2.1.1
25012026-06-02T17:39:20.559Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-06-02T17:39:20.620Z Compiling papergrid v0.11.0
25032026-06-02T17:39:20.667Z Compiling tabled_derive v0.7.0
25042026-06-02T17:39:20.745Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-06-02T17:39:20.813Z Compiling typify-macro v0.6.2
25062026-06-02T17:39:21.000Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-06-02T17:39:21.251Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-06-02T17:39:21.463Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-06-02T17:39:21.569Z Compiling termtree v0.5.1
25102026-06-02T17:39:21.774Z Compiling tabled v0.15.0
25112026-06-02T17:39:22.025Z Compiling hickory-resolver v0.24.4
25122026-06-02T17:39:22.111Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-06-02T17:39:22.370Z Compiling typify v0.6.2
25142026-06-02T17:39:22.507Z Compiling progenitor-impl v0.14.0
25152026-06-02T17:39:23.214Z Compiling progenitor-impl v0.13.0
25162026-06-02T17:39:24.689Z Compiling progenitor-macro v0.14.0
25172026-06-02T17:39:25.064Z Compiling qorb v0.4.1
25182026-06-02T17:39:25.348Z Compiling progenitor-macro v0.13.0
25192026-06-02T17:39:26.372Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-06-02T17:39:26.901Z Compiling crossterm v0.29.0
25212026-06-02T17:39:27.439Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-06-02T17:39:27.558Z Compiling phf_shared v0.12.1
25232026-06-02T17:39:27.810Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-06-02T17:39:27.968Z Compiling vte v0.14.1
25252026-06-02T17:39:28.230Z Compiling csv-core v0.1.13
25262026-06-02T17:39:28.353Z Compiling chrono-tz v0.10.4
25272026-06-02T17:39:28.454Z Compiling highway v1.3.0
25282026-06-02T17:39:28.618Z Compiling csv v1.4.0
25292026-06-02T17:39:28.684Z Compiling strip-ansi-escapes v0.2.1
25302026-06-02T17:39:28.729Z Compiling progenitor v0.14.0
25312026-06-02T17:39:28.912Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-06-02T17:39:29.212Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-02T17:39:29.240Z Compiling phf v0.12.1
25342026-06-02T17:39:29.262Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25352026-06-02T17:39:29.406Z Compiling progenitor v0.13.0
25362026-06-02T17:39:29.447Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-06-02T17:39:29.581Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-06-02T17:39:29.604Z Compiling const_format_proc_macros v0.2.34
25392026-06-02T17:39:29.608Z Compiling fd-lock v4.0.4
25402026-06-02T17:39:29.799Z Compiling peg-macros v0.8.5
25412026-06-02T17:39:29.849Z Compiling nu-ansi-term v0.50.3
25422026-06-02T17:39:30.203Z Compiling reedline v0.40.0
25432026-06-02T17:39:30.386Z Compiling const_format v0.2.35
25442026-06-02T17:39:30.873Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-06-02T17:39:31.038Z Compiling peg v0.8.5
25462026-06-02T17:39:35.229Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-06-02T17:39:35.286Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-06-02T17:39:35.286Z Compiling bcs v0.1.6
25492026-06-02T17:39:35.286Z Compiling semver v0.1.20
25502026-06-02T17:39:35.286Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25512026-06-02T17:39:35.286Z Compiling rustc_version v0.1.7
25522026-06-02T17:39:35.286Z Compiling unicode-linebreak v0.1.5
25532026-06-02T17:39:35.287Z Compiling newtype_derive v0.1.6
25542026-06-02T17:39:35.287Z Compiling humantime v2.3.0
25552026-06-02T17:39:35.287Z Compiling smawk v0.3.2
25562026-06-02T17:39:35.287Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-06-02T17:39:35.287Z Compiling textwrap v0.16.2
25582026-06-02T17:39:35.287Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-06-02T17:39:35.287Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-06-02T17:39:35.287Z Compiling base64 v0.21.7
25612026-06-02T17:39:35.287Z Compiling steno v0.4.1
25622026-06-02T17:39:35.287Z Compiling dropshot-api-manager-types v0.7.1
25632026-06-02T17:39:35.306Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-06-02T17:39:35.306Z Compiling tagptr v0.2.0
25652026-06-02T17:39:38.209Z Compiling utf-8 v0.7.6
25662026-06-02T17:39:38.216Z Compiling moka v0.12.13
25672026-06-02T17:39:38.217Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25682026-06-02T17:39:38.217Z Compiling tungstenite v0.21.0
25692026-06-02T17:39:38.217Z Compiling radium v0.7.0
25702026-06-02T17:39:38.217Z Compiling maybe-uninit v2.0.0
25712026-06-02T17:39:38.217Z Compiling tap v1.0.1
25722026-06-02T17:39:38.217Z Compiling wyz v0.5.1
25732026-06-02T17:39:38.217Z Compiling zerocopy-derive v0.6.6
25742026-06-02T17:39:38.217Z Compiling tokio-tungstenite v0.21.0
25752026-06-02T17:39:38.217Z Compiling funty v2.0.0
25762026-06-02T17:39:38.217Z Compiling hickory-resolver v0.25.2
25772026-06-02T17:39:38.217Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25782026-06-02T17:39:38.217Z Compiling display-error-chain v0.2.2
25792026-06-02T17:39:38.217Z Compiling packed_struct v0.10.1
25802026-06-02T17:39:38.217Z Compiling crc-catalog v2.4.0
25812026-06-02T17:39:38.217Z Compiling zerocopy v0.6.6
25822026-06-02T17:39:38.217Z Compiling crc v3.4.0
25832026-06-02T17:39:38.217Z Compiling bitvec v1.0.1
25842026-06-02T17:39:38.217Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-02T17:39:38.217Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-02T17:39:38.217Z Compiling packed_struct_codegen v0.10.1
25872026-06-02T17:39:38.217Z Compiling num-derive v0.3.3
25882026-06-02T17:39:38.922Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-06-02T17:39:38.927Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-06-02T17:39:38.927Z Compiling bitfield-macros v0.19.4
25912026-06-02T17:39:39.254Z Compiling proc-macro-error-attr2 v2.0.0
25922026-06-02T17:39:40.309Z Compiling indexmap v1.9.3
25932026-06-02T17:39:40.323Z Compiling nodrop v0.1.14
25942026-06-02T17:39:40.323Z Compiling proc-macro-error2 v2.0.1
25952026-06-02T17:39:40.323Z Compiling array-init v0.0.4
25962026-06-02T17:39:40.323Z Compiling bitfield v0.19.4
25972026-06-02T17:39:40.333Z Compiling libscf-sys v1.1.0
25982026-06-02T17:39:40.333Z Compiling smallvec v0.6.14
25992026-06-02T17:39:40.337Z Compiling typify-impl v0.4.3
26002026-06-02T17:39:40.381Z Compiling hashbrown v0.12.3
26012026-06-02T17:39:40.680Z Compiling serde-hex v0.1.0
26022026-06-02T17:39:40.690Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-06-02T17:39:40.690Z Compiling tabled_derive v0.11.0
26042026-06-02T17:39:41.178Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-06-02T17:39:41.422Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-06-02T17:39:41.505Z Compiling ron v0.8.1
26072026-06-02T17:39:41.596Z Compiling papergrid v0.17.0
26082026-06-02T17:39:41.630Z Compiling testing_table v0.3.0
26092026-06-02T17:39:42.077Z Compiling hashbrown v0.13.2
26102026-06-02T17:39:42.554Z Compiling vergen-gitcl v1.0.8
26112026-06-02T17:39:42.606Z Compiling dirs-sys-next v0.1.2
26122026-06-02T17:39:42.732Z Compiling glob v0.3.3
26132026-06-02T17:39:42.777Z Compiling maplit v1.0.2
26142026-06-02T17:39:42.876Z Compiling diesel_derives v2.3.7
26152026-06-02T17:39:42.897Z Compiling crunchy v0.2.4
26162026-06-02T17:39:42.924Z Compiling crc-any v2.5.0
26172026-06-02T17:39:43.077Z Compiling dirs-next v2.0.0
26182026-06-02T17:39:43.100Z Compiling clang-sys v1.8.1
26192026-06-02T17:39:43.157Z Compiling tabled v0.20.0
26202026-06-02T17:39:43.212Z Compiling object v0.30.4
26212026-06-02T17:39:43.233Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-02T17:39:43.342Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-06-02T17:39:43.484Z Compiling dsl_auto_type v0.2.0
26242026-06-02T17:39:43.564Z Compiling scheduled-thread-pool v0.2.7
26252026-06-02T17:39:43.755Z Compiling typify-macro v0.4.3
26262026-06-02T17:39:43.913Z Compiling diesel_table_macro_syntax v0.3.0
26272026-06-02T17:39:43.936Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-06-02T17:39:44.036Z Compiling tiny-keccak v2.0.2
26292026-06-02T17:39:44.147Z Compiling xshell-macros v0.2.7
26302026-06-02T17:39:44.169Z Compiling path-slash v0.1.5
26312026-06-02T17:39:44.286Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-06-02T17:39:44.336Z Compiling r2d2 v0.8.10
26332026-06-02T17:39:44.398Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26342026-06-02T17:39:44.551Z Compiling xshell v0.2.7
26352026-06-02T17:39:44.733Z Compiling term v0.7.0
26362026-06-02T17:39:45.253Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-06-02T17:39:45.277Z Compiling downcast-rs v2.0.2
26382026-06-02T17:39:45.307Z Compiling bit-vec v0.6.3
26392026-06-02T17:39:45.417Z Compiling ascii-canvas v3.0.0
26402026-06-02T17:39:45.553Z Compiling bit-set v0.5.3
26412026-06-02T17:39:45.687Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422026-06-02T17:39:45.757Z Compiling itertools v0.10.5
26432026-06-02T17:39:45.855Z Compiling ena v0.14.4
26442026-06-02T17:39:45.977Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26452026-06-02T17:39:46.093Z Compiling libloading v0.8.9
26462026-06-02T17:39:46.329Z Compiling unicase v2.9.0
26472026-06-02T17:39:46.628Z Compiling regex-syntax v0.6.29
26482026-06-02T17:39:46.818Z Compiling crc8 v0.1.1
26492026-06-02T17:39:46.888Z Compiling bindgen v0.71.1
26502026-06-02T17:39:46.961Z Compiling diff v0.1.13
26512026-06-02T17:39:47.248Z Compiling typify v0.4.3
26522026-06-02T17:39:47.278Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-06-02T17:39:47.392Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-06-02T17:39:47.949Z Compiling cexpr v0.6.0
26552026-06-02T17:39:48.047Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26562026-06-02T17:39:48.054Z Compiling lalrpop v0.19.12
26572026-06-02T17:39:48.229Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-06-02T17:39:48.441Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-06-02T17:39:48.465Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-06-02T17:39:48.586Z Compiling headers-core v0.3.0
26612026-06-02T17:39:48.629Z Compiling libxml v0.3.3
26622026-06-02T17:39:48.653Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-06-02T17:39:48.942Z Compiling headers v0.4.1
26642026-06-02T17:39:49.020Z Compiling diesel v2.3.7
26652026-06-02T17:39:49.161Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-06-02T17:39:49.384Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-06-02T17:39:49.850Z Compiling strum_macros v0.24.3
26682026-06-02T17:39:49.872Z Compiling indoc v1.0.9
26692026-06-02T17:39:50.218Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-06-02T17:39:50.650Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-06-02T17:39:50.904Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-06-02T17:39:51.030Z Compiling derive_builder v0.20.2
26732026-06-02T17:39:51.086Z Compiling oso-derive v0.27.3
26742026-06-02T17:39:51.212Z Compiling quick-xml v0.37.5
26752026-06-02T17:39:51.592Z Compiling impl-trait-for-tuples v0.2.3
26762026-06-02T17:39:51.777Z Compiling openssl-probe v0.1.6
26772026-06-02T17:39:51.911Z Compiling half v1.8.3
26782026-06-02T17:39:52.121Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-06-02T17:39:52.178Z Compiling serde_cbor v0.11.2
26802026-06-02T17:39:52.392Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-06-02T17:39:52.849Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-06-02T17:39:52.886Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-06-02T17:39:52.908Z Compiling bb8 v0.8.6
26842026-06-02T17:39:53.117Z Compiling trait-variant v0.1.2
26852026-06-02T17:39:53.204Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26862026-06-02T17:39:53.334Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-06-02T17:39:53.422Z Compiling samael v0.0.19
26882026-06-02T17:39:53.472Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26892026-06-02T17:39:53.664Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26902026-06-02T17:39:53.685Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-06-02T17:39:53.769Z Compiling fxhash v0.2.1
26922026-06-02T17:39:53.901Z Compiling salty v0.3.0
26932026-06-02T17:39:53.972Z Compiling progenitor-impl v0.11.2
26942026-06-02T17:39:54.217Z Compiling progenitor-impl v0.10.0
26952026-06-02T17:39:54.246Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-06-02T17:39:54.494Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-06-02T17:39:54.772Z Compiling kstat-rs v0.2.4
26982026-06-02T17:39:54.840Z Compiling libz-sys v1.1.24
26992026-06-02T17:39:55.078Z Compiling nonempty v0.12.0
27002026-06-02T17:39:55.258Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-06-02T17:39:55.309Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-06-02T17:39:55.457Z Compiling polar-core v0.27.3
27032026-06-02T17:39:56.083Z Compiling progenitor-macro v0.11.2
27042026-06-02T17:39:56.367Z Compiling progenitor-macro v0.10.0
27052026-06-02T17:39:57.634Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-06-02T17:39:58.883Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-06-02T17:39:58.957Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-06-02T17:39:59.475Z Compiling progenitor-client v0.11.2
27092026-06-02T17:39:59.760Z Compiling darling_core v0.23.0
27102026-06-02T17:40:00.028Z Compiling nanorand v0.7.0
27112026-06-02T17:40:00.080Z Compiling arc-swap v1.8.2
27122026-06-02T17:40:00.376Z Compiling fs-err v2.11.0
27132026-06-02T17:40:00.404Z Compiling parking_lot_core v0.8.6
27142026-06-02T17:40:00.676Z Compiling mime_guess v2.0.5
27152026-06-02T17:40:00.729Z Compiling progenitor v0.10.0
27162026-06-02T17:40:00.750Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-06-02T17:40:00.969Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-06-02T17:40:01.224Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-06-02T17:40:01.958Z Compiling darling_macro v0.23.0
27202026-06-02T17:40:02.503Z Compiling slog-scope v4.4.1
27212026-06-02T17:40:02.940Z Compiling flume v0.11.1
27222026-06-02T17:40:03.326Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232026-06-02T17:40:03.673Z Compiling progenitor v0.11.2
27242026-06-02T17:40:03.861Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-06-02T17:40:04.751Z Compiling oso v0.27.3
27262026-06-02T17:40:05.212Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-06-02T17:40:07.621Z Compiling diesel-dtrace v0.5.0
27282026-06-02T17:40:07.945Z Compiling async-bb8-diesel v0.2.1
27292026-06-02T17:40:08.364Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-06-02T17:40:08.707Z Compiling primeorder v0.13.6
27312026-06-02T17:40:09.272Z Compiling git-stub v1.0.0
27322026-06-02T17:40:09.320Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-06-02T17:40:09.543Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-06-02T17:40:09.779Z Compiling instability v0.3.11
27352026-06-02T17:40:10.036Z Compiling git-stub-vcs v0.1.0
27362026-06-02T17:40:10.069Z Compiling p384 v0.13.1
27372026-06-02T17:40:10.383Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-06-02T17:40:10.407Z Compiling slog-stdlog v4.1.1
27392026-06-02T17:40:10.844Z Compiling darling v0.23.0
27402026-06-02T17:40:11.293Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-06-02T17:40:11.315Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-06-02T17:40:11.384Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-06-02T17:40:11.602Z Compiling ignore v0.4.25
27442026-06-02T17:40:11.653Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-06-02T17:40:12.210Z Compiling castaway v0.2.4
27462026-06-02T17:40:12.370Z Compiling atty v0.2.14
27472026-06-02T17:40:12.503Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-06-02T17:40:12.525Z Compiling indoc v2.0.7
27492026-06-02T17:40:12.742Z Compiling parse-size v1.1.0
27502026-06-02T17:40:12.963Z Compiling http-range v0.1.5
27512026-06-02T17:40:13.068Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-06-02T17:40:13.364Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-02T17:40:13.671Z Compiling compact_str v0.8.1
27542026-06-02T17:40:13.848Z Compiling globwalk v0.9.1
27552026-06-02T17:40:14.792Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-06-02T17:40:14.894Z Compiling parking_lot v0.11.2
27572026-06-02T17:40:16.539Z Compiling slog-envlogger v2.2.0
27582026-06-02T17:40:16.563Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-06-02T17:40:17.288Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-06-02T17:40:17.409Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-06-02T17:40:17.439Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-06-02T17:40:17.608Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-06-02T17:40:17.752Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-06-02T17:40:18.230Z Compiling predicates-tree v1.0.13
27652026-06-02T17:40:18.831Z Compiling unicode-truncate v1.1.0
27662026-06-02T17:40:18.839Z Compiling lru v0.12.5
27672026-06-02T17:40:18.839Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-06-02T17:40:18.839Z Compiling rand_seeder v0.4.0
27692026-06-02T17:40:18.839Z Compiling prefix-trie v0.7.0
27702026-06-02T17:40:18.839Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-06-02T17:40:18.947Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-06-02T17:40:19.028Z Compiling vergen-git2 v1.0.7
27732026-06-02T17:40:19.182Z Compiling corncobs v0.1.4
27742026-06-02T17:40:19.247Z Compiling cassowary v0.3.0
27752026-06-02T17:40:19.305Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-06-02T17:40:19.351Z Compiling hickory-server v0.25.2
27772026-06-02T17:40:19.400Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-06-02T17:40:19.470Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-06-02T17:40:19.620Z Compiling ratatui v0.29.0
27802026-06-02T17:40:19.691Z Compiling camino-tempfile-ext v0.3.3
27812026-06-02T17:40:19.713Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27822026-06-02T17:40:19.958Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-02T17:40:20.154Z Compiling hyper-staticfile v0.10.1
27842026-06-02T17:40:20.268Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27852026-06-02T17:40:20.334Z Compiling sled v0.34.7
27862026-06-02T17:40:20.926Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-06-02T17:40:21.331Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-06-02T17:40:21.594Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-06-02T17:40:23.217Z Compiling secrecy v0.8.0
27902026-06-02T17:40:23.344Z Compiling rustls v0.21.12
27912026-06-02T17:40:23.424Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27922026-06-02T17:40:23.952Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-06-02T17:40:24.396Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-06-02T17:40:24.734Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-06-02T17:40:25.026Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-06-02T17:40:26.188Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-06-02T17:40:26.745Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-06-02T17:40:27.188Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-06-02T17:40:27.801Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28002026-06-02T17:40:27.864Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-06-02T17:40:28.036Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-02T17:40:28.108Z Compiling sct v0.7.1
28032026-06-02T17:40:28.293Z Compiling rustls-webpki v0.101.7
28042026-06-02T17:40:28.378Z Compiling nix v0.29.0
28052026-06-02T17:40:28.765Z Compiling dropshot v0.16.7
28062026-06-02T17:40:28.947Z Compiling void v1.0.2
28072026-06-02T17:40:29.058Z Compiling lzss v0.8.2
28082026-06-02T17:40:29.255Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-06-02T17:40:29.358Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28102026-06-02T17:40:29.380Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28112026-06-02T17:40:29.853Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28122026-06-02T17:40:30.244Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28132026-06-02T17:40:30.766Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28142026-06-02T17:40:30.955Z Compiling tungstenite v0.23.0
28152026-06-02T17:40:31.012Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-06-02T17:40:33.085Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-06-02T17:40:33.107Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-06-02T17:40:33.138Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-06-02T17:40:33.318Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-06-02T17:40:33.341Z Compiling toml v0.9.12+spec-1.1.0
28212026-06-02T17:40:33.344Z Compiling nix v0.27.1
28222026-06-02T17:40:33.388Z Compiling dropshot_endpoint v0.16.7
28232026-06-02T17:40:33.559Z Compiling serde_bytes v0.11.19
28242026-06-02T17:40:33.951Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28252026-06-02T17:40:34.007Z Compiling tokio-tungstenite v0.23.1
28262026-06-02T17:40:34.382Z Compiling tokio-rustls v0.24.1
28272026-06-02T17:40:34.504Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-06-02T17:40:35.099Z Compiling git2 v0.20.4
28292026-06-02T17:40:35.122Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-06-02T17:40:38.094Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28312026-06-02T17:40:38.158Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-06-02T17:40:39.238Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28332026-06-02T17:40:39.472Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28342026-06-02T17:40:39.896Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28352026-06-02T17:40:40.300Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28362026-06-02T17:40:41.084Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28372026-06-02T17:40:41.888Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28382026-06-02T17:40:42.168Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-06-02T17:40:42.377Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28402026-06-02T17:40:43.326Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28412026-06-02T17:40:43.736Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28422026-06-02T17:40:44.295Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28432026-06-02T17:40:44.904Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28442026-06-02T17:40:44.965Z Compiling rustls-pemfile v1.0.4
28452026-06-02T17:40:45.365Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28462026-06-02T17:40:46.766Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28472026-06-02T17:40:46.947Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-06-02T17:40:47.164Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28492026-06-02T17:40:47.192Z Compiling signal-hook-tokio v0.3.1
28502026-06-02T17:40:47.310Z Compiling twox-hash v2.1.2
28512026-06-02T17:40:47.382Z Compiling yasna v0.5.2
28522026-06-02T17:40:47.830Z Compiling is_ci v1.2.0
28532026-06-02T17:40:47.993Z Compiling rcgen v0.12.1
28542026-06-02T17:40:48.106Z Compiling supports-color v3.0.2
28552026-06-02T17:40:48.899Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-06-02T17:40:49.100Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572026-06-02T17:40:49.131Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28582026-06-02T17:40:49.560Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-06-02T17:40:49.627Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-06-02T17:40:49.667Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28612026-06-02T17:40:49.796Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28622026-06-02T17:40:51.544Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28632026-06-02T17:40:52.448Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-06-02T17:40:52.719Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28652026-06-02T17:40:53.074Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28662026-06-02T17:40:53.303Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28672026-06-02T17:40:53.452Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28682026-06-02T17:40:53.541Z Compiling fatfs v0.3.6
28692026-06-02T17:40:53.675Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-06-02T17:40:54.514Z Compiling rtoolbox v0.0.3
28712026-06-02T17:40:54.751Z Compiling subprocess v0.2.15
28722026-06-02T17:40:54.793Z Compiling seq-macro v0.3.6
28732026-06-02T17:40:54.879Z Compiling assert_matches v1.5.0
28742026-06-02T17:40:54.991Z Compiling rpassword v7.4.0
28752026-06-02T17:40:55.272Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28762026-06-02T17:40:55.379Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28772026-06-02T17:40:56.442Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28782026-06-02T17:40:56.983Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28792026-06-02T17:40:57.023Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28802026-06-02T17:40:57.118Z Compiling tui-tree-widget v0.23.1
28812026-06-02T17:40:57.401Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28822026-06-02T17:40:57.440Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-06-02T17:40:57.975Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28842026-06-02T17:40:59.366Z Compiling uzers v0.12.2
28852026-06-02T17:41:00.034Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28862026-06-02T17:41:00.350Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28872026-06-02T17:41:00.920Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28882026-06-02T17:41:01.850Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28892026-06-02T17:41:04.635Z Compiling support-bundle-viewer v0.1.2
28902026-06-02T17:41:05.279Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28912026-06-02T17:41:06.503Z Compiling multimap v0.10.1
28922026-06-02T17:41:14.436Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28932026-06-02T17:41:14.508Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28942026-06-02T17:41:16.592Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-06-02T17:41:24.875Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-06-02T17:46:35.717Z Finished `release` profile [optimized] target(s) in 7m 21s
28972026-06-02T17:47:21.459Z
28982026-06-02T17:47:21.463Zreal 8:08.286169303
28992026-06-02T17:47:21.463Zuser 1:16:40.796844821
29002026-06-02T17:47:21.463Zsys 3:30.507631793
29012026-06-02T17:47:21.463Ztrap 1.719562695
29022026-06-02T17:47:21.463Ztflt 4.226033810
29032026-06-02T17:47:21.463Zdflt 18.477367211
29042026-06-02T17:47:21.463Zkflt 0.059843158
29052026-06-02T17:47:21.463Zlock 6:31:30.480767247
29062026-06-02T17:47:21.463Zslp 2:10:37.240293875
29072026-06-02T17:47:21.463Zlat 2:24.744879637
29082026-06-02T17:47:21.463Zstop 5:10.800003549
29092026-06-02T17:47:21.463Z+ mapfile -t packages
29102026-06-02T17:47:21.463Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-06-02T17:47:22.419Z Finished `release` profile [optimized] target(s) in 0.93s
29122026-06-02T17:47:22.485Z Running `target/release/omicron-package -t test list-outputs`
29132026-06-02T17:47:22.537ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-06-02T17:47:22.540Z+ ptime -m cargo build --locked --release -p xtask
29152026-06-02T17:47:23.067Z Compiling libc v0.2.185
29162026-06-02T17:47:23.067Z Compiling serde v1.0.228
29172026-06-02T17:47:23.071Z Compiling serde_core v1.0.228
29182026-06-02T17:47:23.071Z Compiling rustix v1.1.3
29192026-06-02T17:47:23.071Z Compiling serde_json v1.0.149
29202026-06-02T17:47:23.071Z Compiling bitflags v2.11.0
29212026-06-02T17:47:23.204Z Compiling num-traits v0.2.19
29222026-06-02T17:47:23.212Z Compiling syn v2.0.117
29232026-06-02T17:47:23.233Z Compiling smallvec v1.15.1
29242026-06-02T17:47:23.233Z Compiling indexmap v2.14.0
29252026-06-02T17:47:23.243Z Compiling usdt-impl v0.5.0
29262026-06-02T17:47:23.263Z Compiling syn v1.0.109
29272026-06-02T17:47:23.274Z Compiling log v0.4.29
29282026-06-02T17:47:23.285Z Compiling percent-encoding v2.3.2
29292026-06-02T17:47:23.426Z Compiling getrandom v0.4.1
29302026-06-02T17:47:23.533Z Compiling form_urlencoded v1.2.2
29312026-06-02T17:47:23.585Z Compiling fs-err v3.3.0
29322026-06-02T17:47:23.588Z Compiling heck v0.4.1
29332026-06-02T17:47:23.683Z Compiling anyhow v1.0.102
29342026-06-02T17:47:23.697Z Compiling once_cell v1.21.3
29352026-06-02T17:47:23.963Z Compiling thread-id v4.2.2
29362026-06-02T17:47:23.993Z Compiling errno v0.3.14
29372026-06-02T17:47:23.997Z Compiling memmap v0.7.0
29382026-06-02T17:47:24.244Z Compiling ordered-float v2.10.1
29392026-06-02T17:47:24.755Z Compiling proc-macro-error v1.0.4
29402026-06-02T17:47:24.993Z Compiling terminal_size v0.4.3
29412026-06-02T17:47:24.993Z Compiling tempfile v3.25.0
29422026-06-02T17:47:25.011Z Compiling tabled_derive v0.7.0
29432026-06-02T17:47:25.086Z Compiling clap_builder v4.5.60
29442026-06-02T17:47:25.086Z Compiling textwrap v0.16.2
29452026-06-02T17:47:25.223Z Compiling camino-tempfile v1.4.1
29462026-06-02T17:47:25.650Z Compiling tabled v0.15.0
29472026-06-02T17:47:25.703Z Compiling synstructure v0.13.2
29482026-06-02T17:47:25.703Z Compiling pest_generator v2.8.6
29492026-06-02T17:47:26.084Z Compiling serde_derive v1.0.228
29502026-06-02T17:47:26.084Z Compiling zerofrom-derive v0.1.6
29512026-06-02T17:47:26.087Z Compiling yoke-derive v0.8.1
29522026-06-02T17:47:26.087Z Compiling zerovec-derive v0.11.2
29532026-06-02T17:47:26.087Z Compiling displaydoc v0.2.5
29542026-06-02T17:47:26.087Z Compiling thiserror-impl v1.0.69
29552026-06-02T17:47:26.087Z Compiling zerocopy-derive v0.7.35
29562026-06-02T17:47:26.087Z Compiling scroll_derive v0.12.1
29572026-06-02T17:47:26.087Z Compiling thiserror-impl v2.0.18
29582026-06-02T17:47:26.087Z Compiling clap_derive v4.5.55
29592026-06-02T17:47:26.246Z Compiling pest_derive v2.8.6
29602026-06-02T17:47:26.777Z Compiling scroll v0.12.0
29612026-06-02T17:47:26.945Z Compiling zerocopy v0.7.35
29622026-06-02T17:47:27.089Z Compiling goblin v0.8.2
29632026-06-02T17:47:27.220Z Compiling thiserror v1.0.69
29642026-06-02T17:47:27.313Z Compiling dtrace-parser v0.2.0
29652026-06-02T17:47:27.338Z Compiling zerofrom v0.1.6
29662026-06-02T17:47:27.349Z Compiling thiserror v2.0.18
29672026-06-02T17:47:27.448Z Compiling yoke v0.8.1
29682026-06-02T17:47:27.667Z Compiling zerovec v0.11.5
29692026-06-02T17:47:27.740Z Compiling zerotrie v0.2.3
29702026-06-02T17:47:27.765Z Compiling clap v4.5.60
29712026-06-02T17:47:28.303Z Compiling tinystr v0.8.2
29722026-06-02T17:47:28.539Z Compiling icu_locale_core v2.1.1
29732026-06-02T17:47:29.350Z Compiling potential_utf v0.1.4
29742026-06-02T17:47:29.445Z Compiling icu_provider v2.1.1
29752026-06-02T17:47:29.479Z Compiling icu_collections v2.1.1
29762026-06-02T17:47:29.500Z Compiling serde_spanned v0.6.9
29772026-06-02T17:47:29.523Z Compiling toml_datetime v0.6.11
29782026-06-02T17:47:29.526Z Compiling serde-value v0.7.0
29792026-06-02T17:47:29.560Z Compiling cargo-platform v0.2.0
29802026-06-02T17:47:29.571Z Compiling macaddr v1.0.1
29812026-06-02T17:47:29.624Z Compiling dof v0.3.0
29822026-06-02T17:47:29.865Z Compiling icu_properties v2.1.2
29832026-06-02T17:47:29.877Z Compiling icu_normalizer v2.1.1
29842026-06-02T17:47:29.996Z Compiling toml_edit v0.22.27
29852026-06-02T17:47:30.110Z Compiling serde_tokenstream v0.2.3
29862026-06-02T17:47:30.731Z Compiling usdt-macro v0.5.0
29872026-06-02T17:47:30.757Z Compiling idna_adapter v1.2.1
29882026-06-02T17:47:30.850Z Compiling usdt-attr-macro v0.5.0
29892026-06-02T17:47:30.879Z Compiling idna v1.1.0
29902026-06-02T17:47:31.219Z Compiling url v2.5.8
29912026-06-02T17:47:31.438Z Compiling usdt v0.5.0
29922026-06-02T17:47:31.509Z Compiling toml v0.8.23
29932026-06-02T17:47:31.915Z Compiling cargo-util-schemas v0.8.2
29942026-06-02T17:47:31.915Z Compiling cargo_toml v0.21.0
29952026-06-02T17:47:32.916Z Compiling cargo_metadata v0.21.0
29962026-06-02T17:47:35.968Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-06-02T17:47:38.929Z Finished `release` profile [optimized] target(s) in 16.38s
29982026-06-02T17:47:39.053Z
29992026-06-02T17:47:39.053Zreal 16.480758722
30002026-06-02T17:47:39.053Zuser 2:19.886370668
30012026-06-02T17:47:39.053Zsys 16.553898803
30022026-06-02T17:47:39.053Ztrap 0.083836360
30032026-06-02T17:47:39.056Ztflt 0.579905327
30042026-06-02T17:47:39.056Zdflt 1.316089174
30052026-06-02T17:47:39.056Zkflt 0.000059760
30062026-06-02T17:47:39.056Zlock 5:13.499843344
30072026-06-02T17:47:39.056Zslp 3:21.719543976
30082026-06-02T17:47:39.056Zlat 5.706349323
30092026-06-02T17:47:39.057Zstop 18.622579979
30102026-06-02T17:47:39.057Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30112026-06-02T17:47:39.057Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-06-02T17:47:39.057Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30132026-06-02T17:47:39.057Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-06-02T17:47:39.057Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30152026-06-02T17:47:39.969Z Compiling newtype-uuid-macros v0.1.0
30162026-06-02T17:47:39.973Z Compiling regress v0.10.5
30172026-06-02T17:47:39.973Z Compiling structmeta-derive v0.3.0
30182026-06-02T17:47:39.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30192026-06-02T17:47:39.973Z Compiling rustls v0.22.4
30202026-06-02T17:47:40.131Z Compiling rustls-webpki v0.102.8
30212026-06-02T17:47:40.134Z Compiling multer v3.1.0
30222026-06-02T17:47:40.150Z Compiling debug-ignore v1.0.5
30232026-06-02T17:47:40.154Z Compiling compression-core v0.4.31
30242026-06-02T17:47:40.154Z Compiling match_cfg v0.1.0
30252026-06-02T17:47:40.154Z Compiling slog-json v2.6.1
30262026-06-02T17:47:40.154Z Compiling async-stream-impl v0.3.6
30272026-06-02T17:47:40.157Z Compiling serde_spanned v1.0.4
30282026-06-02T17:47:40.157Z Compiling toml_datetime v1.0.0+spec-1.1.0
30292026-06-02T17:47:40.157Z Compiling dropshot v0.17.0
30302026-06-02T17:47:40.157Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-06-02T17:47:40.272Z Compiling itertools v0.14.0
30322026-06-02T17:47:40.421Z Compiling hostname v0.3.1
30332026-06-02T17:47:40.424Z Compiling toml v1.0.6+spec-1.1.0
30342026-06-02T17:47:40.455Z Compiling waitgroup v0.1.2
30352026-06-02T17:47:40.455Z Compiling compression-codecs v0.4.37
30362026-06-02T17:47:40.474Z Compiling rustls-pemfile v2.2.0
30372026-06-02T17:47:40.513Z Compiling dropshot_endpoint v0.17.0
30382026-06-02T17:47:40.551Z Compiling slog-bunyan v2.5.0
30392026-06-02T17:47:40.573Z Compiling serde_path_to_error v0.1.20
30402026-06-02T17:47:40.606Z Compiling hostname v0.4.2
30412026-06-02T17:47:40.648Z Compiling async-compression v0.4.41
30422026-06-02T17:47:40.700Z Compiling progenitor-client v0.14.0
30432026-06-02T17:47:40.719Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-06-02T17:47:40.737Z Compiling macaddr v1.0.1
30452026-06-02T17:47:40.760Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-06-02T17:47:40.876Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30472026-06-02T17:47:40.920Z Compiling async-stream v0.3.6
30482026-06-02T17:47:40.936Z Compiling instant v0.1.13
30492026-06-02T17:47:40.957Z Compiling progenitor-client v0.10.0
30502026-06-02T17:47:40.980Z Compiling backon v1.6.0
30512026-06-02T17:47:41.005Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-06-02T17:47:41.038Z Compiling backoff v0.4.0
30532026-06-02T17:47:41.064Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30542026-06-02T17:47:41.118Z Compiling universal-hash v0.5.1
30552026-06-02T17:47:41.135Z Compiling unsafe-libyaml v0.2.11
30562026-06-02T17:47:41.152Z Compiling progenitor-extras v0.2.0
30572026-06-02T17:47:41.198Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-06-02T17:47:41.214Z Compiling opaque-debug v0.3.1
30592026-06-02T17:47:41.232Z Compiling structmeta v0.3.0
30602026-06-02T17:47:41.268Z Compiling half v2.7.1
30612026-06-02T17:47:41.271Z Compiling ciborium-io v0.2.2
30622026-06-02T17:47:41.300Z Compiling crucible-workspace-hack v0.1.0
30632026-06-02T17:47:41.317Z Compiling regress v0.11.1
30642026-06-02T17:47:41.351Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30652026-06-02T17:47:41.401Z Compiling convert_case v0.4.0
30662026-06-02T17:47:41.420Z Compiling aead v0.5.2
30672026-06-02T17:47:41.449Z Compiling secrecy v0.10.3
30682026-06-02T17:47:41.474Z Compiling derive-ex v0.1.8
30692026-06-02T17:47:41.507Z Compiling parse-display-derive v0.10.0
30702026-06-02T17:47:41.530Z Compiling ciborium-ll v0.2.2
30712026-06-02T17:47:41.598Z Compiling poly1305 v0.8.0
30722026-06-02T17:47:41.635Z Compiling chacha20 v0.9.1
30732026-06-02T17:47:41.653Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30742026-06-02T17:47:41.657Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30752026-06-02T17:47:41.709Z Compiling serde_yaml v0.9.34+deprecated
30762026-06-02T17:47:41.771Z Compiling ciborium v0.2.2
30772026-06-02T17:47:41.787Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-06-02T17:47:41.801Z Compiling derive_more v0.99.20
30792026-06-02T17:47:41.903Z Compiling thiserror-impl-no-std v2.0.2
30802026-06-02T17:47:41.920Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30812026-06-02T17:47:41.976Z Compiling byte-wrapper v0.1.0
30822026-06-02T17:47:42.021Z Compiling password-hash v0.5.0
30832026-06-02T17:47:42.042Z Compiling blake2 v0.10.6
30842026-06-02T17:47:42.273Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30852026-06-02T17:47:42.342Z Compiling argon2 v0.5.3
30862026-06-02T17:47:42.360Z Compiling chacha20poly1305 v0.10.1
30872026-06-02T17:47:42.360Z Compiling indent_write v2.2.0
30882026-06-02T17:47:42.393Z Compiling heapless v0.8.0
30892026-06-02T17:47:42.450Z Compiling ingot-macros v0.1.1
30902026-06-02T17:47:42.527Z Compiling toml_edit v0.23.10+spec-1.0.0
30912026-06-02T17:47:42.551Z Compiling hash32 v0.3.1
30922026-06-02T17:47:42.620Z Compiling tokio-rustls v0.25.0
30932026-06-02T17:47:42.714Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30942026-06-02T17:47:42.924Z Compiling typify-impl v0.6.2
30952026-06-02T17:47:43.002Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-06-02T17:47:43.182Z Compiling thiserror-no-std v2.0.2
30972026-06-02T17:47:43.199Z Compiling smoltcp v0.11.0
30982026-06-02T17:47:43.237Z Compiling test-strategy v0.4.5
30992026-06-02T17:47:43.256Z Compiling parse-display v0.10.0
31002026-06-02T17:47:43.275Z Compiling vsss-rs v3.3.4
31012026-06-02T17:47:43.319Z Compiling proc-macro-crate v3.4.0
31022026-06-02T17:47:43.606Z Compiling tabwriter v1.4.1
31032026-06-02T17:47:43.609Z Compiling num-rational v0.4.2
31042026-06-02T17:47:43.638Z Compiling cobs v0.3.0
31052026-06-02T17:47:43.653Z Compiling num-complex v0.4.6
31062026-06-02T17:47:43.866Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31072026-06-02T17:47:43.884Z Compiling postcard v1.1.3
31082026-06-02T17:47:43.916Z Compiling num_enum_derive v0.7.5
31092026-06-02T17:47:44.044Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-06-02T17:47:44.074Z Compiling num v0.4.3
31112026-06-02T17:47:44.168Z Compiling proc-macro-error v1.0.4
31122026-06-02T17:47:44.184Z Compiling proc-macro-crate v1.3.1
31132026-06-02T17:47:44.187Z Compiling foreign-types-macros v0.2.3
31142026-06-02T17:47:44.238Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31152026-06-02T17:47:44.258Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31162026-06-02T17:47:44.283Z Compiling colored v3.1.1
31172026-06-02T17:47:44.413Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31182026-06-02T17:47:44.480Z Compiling cpufeatures v0.3.0
31192026-06-02T17:47:44.514Z Compiling float-ord v0.3.2
31202026-06-02T17:47:44.554Z Compiling rayon-core v1.13.0
31212026-06-02T17:47:44.580Z Compiling foreign-types-shared v0.3.1
31222026-06-02T17:47:44.640Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31232026-06-02T17:47:44.661Z Compiling num_enum_derive v0.5.11
31242026-06-02T17:47:44.679Z Compiling chacha20 v0.10.0
31252026-06-02T17:47:44.805Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31262026-06-02T17:47:44.822Z Compiling crossbeam-deque v0.8.6
31272026-06-02T17:47:44.841Z Compiling camino-tempfile v1.4.1
31282026-06-02T17:47:44.861Z Compiling foreign-types v0.5.0
31292026-06-02T17:47:44.878Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-06-02T17:47:44.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-06-02T17:47:44.913Z Compiling cstr-argument v0.1.2
31322026-06-02T17:47:44.961Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31332026-06-02T17:47:45.049Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31342026-06-02T17:47:45.049Z Compiling num_enum v0.7.5
31352026-06-02T17:47:45.100Z Compiling rand v0.10.0
31362026-06-02T17:47:45.115Z Compiling toml v0.8.23
31372026-06-02T17:47:45.206Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31382026-06-02T17:47:45.222Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31392026-06-02T17:47:45.336Z Compiling zone_cfg_derive v0.3.1
31402026-06-02T17:47:45.353Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-06-02T17:47:45.390Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31422026-06-02T17:47:45.408Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31432026-06-02T17:47:45.427Z Compiling ingot-types v0.1.2
31442026-06-02T17:47:45.444Z Compiling rayon v1.11.0
31452026-06-02T17:47:45.493Z Compiling itertools v0.12.1
31462026-06-02T17:47:45.542Z Compiling num-derive v0.4.2
31472026-06-02T17:47:45.562Z Compiling sigpipe v0.1.3
31482026-06-02T17:47:45.605Z Compiling glob v0.3.3
31492026-06-02T17:47:45.630Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31502026-06-02T17:47:45.670Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31512026-06-02T17:47:45.726Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31522026-06-02T17:47:45.774Z Compiling num_enum v0.5.11
31532026-06-02T17:47:45.793Z Compiling ingot v0.1.1
31542026-06-02T17:47:45.897Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31552026-06-02T17:47:45.921Z Compiling smf v0.2.3
31562026-06-02T17:47:45.937Z Compiling whoami v1.6.1
31572026-06-02T17:47:45.940Z Compiling prettyplease v0.2.37
31582026-06-02T17:47:46.032Z Compiling gethostname v0.5.0
31592026-06-02T17:47:46.049Z Compiling atomicwrites v0.4.4
31602026-06-02T17:47:46.052Z Compiling usdt-attr-macro v0.5.0
31612026-06-02T17:47:46.244Z Compiling usdt-macro v0.5.0
31622026-06-02T17:47:46.247Z Compiling memmap v0.7.0
31632026-06-02T17:47:46.280Z Compiling derive-where v1.6.0
31642026-06-02T17:47:46.465Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31652026-06-02T17:47:46.482Z Compiling progenitor-client v0.13.0
31662026-06-02T17:47:46.485Z Compiling resolv-conf v0.7.6
31672026-06-02T17:47:46.524Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31682026-06-02T17:47:46.634Z Compiling zone v0.3.1
31692026-06-02T17:47:46.754Z Compiling owo-colors v4.3.0
31702026-06-02T17:47:46.835Z Compiling cancel-safe-futures v0.1.5
31712026-06-02T17:47:46.881Z Compiling libsw-core v0.3.2
31722026-06-02T17:47:46.921Z Compiling console v0.15.11
31732026-06-02T17:47:46.937Z Compiling newline-converter v0.3.0
31742026-06-02T17:47:47.031Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-06-02T17:47:47.077Z Compiling usdt v0.5.0
31762026-06-02T17:47:47.094Z Compiling libsw v3.5.0
31772026-06-02T17:47:47.216Z Compiling libefi-sys v0.1.0
31782026-06-02T17:47:47.303Z Compiling linear-map v1.2.0
31792026-06-02T17:47:47.351Z Compiling expectorate v1.2.0
31802026-06-02T17:47:47.375Z Compiling hickory-proto v0.24.4
31812026-06-02T17:47:47.417Z Compiling bitfield-struct v0.6.2
31822026-06-02T17:47:47.434Z Compiling semver v0.1.20
31832026-06-02T17:47:47.475Z Compiling linked-hash-map v0.5.6
31842026-06-02T17:47:47.514Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31852026-06-02T17:47:47.533Z Compiling tokio-dtrace v0.1.1
31862026-06-02T17:47:47.550Z Compiling slog-dtrace v0.3.0
31872026-06-02T17:47:47.576Z Compiling typify-macro v0.6.2
31882026-06-02T17:47:47.640Z Compiling rustc_version v0.1.7
31892026-06-02T17:47:47.657Z Compiling lru-cache v0.1.2
31902026-06-02T17:47:47.685Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-06-02T17:47:47.714Z Compiling minimal-lexical v0.2.1
31922026-06-02T17:47:47.741Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-06-02T17:47:47.758Z Compiling oxide-tokio-rt v0.1.4
31942026-06-02T17:47:47.794Z Compiling typify-impl v0.4.3
31952026-06-02T17:47:47.812Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31962026-06-02T17:47:47.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-06-02T17:47:47.848Z Compiling phf_shared v0.12.1
31982026-06-02T17:47:47.899Z Compiling newtype_derive v0.1.6
31992026-06-02T17:47:47.955Z Compiling nom v7.1.3
32002026-06-02T17:47:47.982Z Compiling dropshot-api-manager-types v0.7.1
32012026-06-02T17:47:48.000Z Compiling csv-core v0.1.13
32022026-06-02T17:47:48.072Z Compiling chrono-tz v0.10.4
32032026-06-02T17:47:48.129Z Compiling xshell-macros v0.2.7
32042026-06-02T17:47:48.157Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-06-02T17:47:48.172Z Compiling highway v1.3.0
32062026-06-02T17:47:48.334Z Compiling const_format_proc_macros v0.2.34
32072026-06-02T17:47:48.369Z Compiling csv v1.4.0
32082026-06-02T17:47:48.404Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-02T17:47:48.472Z Compiling phf v0.12.1
32102026-06-02T17:47:48.552Z Compiling xshell v0.2.7
32112026-06-02T17:47:48.569Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-06-02T17:47:48.651Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32132026-06-02T17:47:48.703Z Compiling primeorder v0.13.6
32142026-06-02T17:47:48.834Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32152026-06-02T17:47:48.850Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32162026-06-02T17:47:48.990Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32172026-06-02T17:47:49.048Z Compiling tabled_derive v0.7.0
32182026-06-02T17:47:49.072Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32192026-06-02T17:47:49.102Z Compiling bcs v0.1.6
32202026-06-02T17:47:49.215Z Compiling const_format v0.2.35
32212026-06-02T17:47:49.382Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32222026-06-02T17:47:49.446Z Compiling salty v0.3.0
32232026-06-02T17:47:49.490Z Compiling typify v0.6.2
32242026-06-02T17:47:49.557Z Compiling hickory-resolver v0.24.4
32252026-06-02T17:47:49.575Z Compiling termtree v0.5.1
32262026-06-02T17:47:49.609Z Compiling progenitor-impl v0.14.0
32272026-06-02T17:47:49.631Z Compiling progenitor-impl v0.13.0
32282026-06-02T17:47:49.702Z Compiling textwrap v0.16.2
32292026-06-02T17:47:49.748Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32302026-06-02T17:47:49.765Z Compiling steno v0.4.1
32312026-06-02T17:47:49.934Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32322026-06-02T17:47:49.989Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32332026-06-02T17:47:50.090Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32342026-06-02T17:47:50.214Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-06-02T17:47:50.248Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32362026-06-02T17:47:50.323Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32372026-06-02T17:47:50.653Z Compiling qorb v0.4.1
32382026-06-02T17:47:50.770Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-06-02T17:47:50.824Z Compiling tabled v0.15.0
32402026-06-02T17:47:50.998Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32412026-06-02T17:47:51.161Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32422026-06-02T17:47:51.250Z Compiling radium v0.7.0
32432026-06-02T17:47:51.330Z Compiling tagptr v0.2.0
32442026-06-02T17:47:51.504Z Compiling base64 v0.21.7
32452026-06-02T17:47:51.546Z Compiling humantime v2.3.0
32462026-06-02T17:47:51.806Z Compiling moka v0.12.13
32472026-06-02T17:47:51.842Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32482026-06-02T17:47:51.859Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32492026-06-02T17:47:51.897Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32502026-06-02T17:47:52.126Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32512026-06-02T17:47:52.154Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32522026-06-02T17:47:52.396Z Compiling progenitor-macro v0.13.0
32532026-06-02T17:47:52.399Z Compiling progenitor-macro v0.14.0
32542026-06-02T17:47:52.431Z Compiling p384 v0.13.1
32552026-06-02T17:47:52.450Z Compiling typify-macro v0.4.3
32562026-06-02T17:47:52.475Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-06-02T17:47:52.544Z Compiling maybe-uninit v2.0.0
32582026-06-02T17:47:52.574Z Compiling tap v1.0.1
32592026-06-02T17:47:52.616Z Compiling hickory-resolver v0.25.2
32602026-06-02T17:47:52.720Z Compiling wyz v0.5.1
32612026-06-02T17:47:52.776Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-06-02T17:47:52.950Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32632026-06-02T17:47:52.998Z Compiling proc-macro-error-attr2 v2.0.0
32642026-06-02T17:47:53.021Z Compiling packed_struct v0.10.1
32652026-06-02T17:47:53.147Z Compiling parking_lot_core v0.8.6
32662026-06-02T17:47:53.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32672026-06-02T17:47:53.321Z Compiling funty v2.0.0
32682026-06-02T17:47:53.342Z Compiling utf-8 v0.7.6
32692026-06-02T17:47:53.481Z Compiling proc-macro-error2 v2.0.1
32702026-06-02T17:47:53.499Z Compiling tungstenite v0.21.0
32712026-06-02T17:47:53.581Z Compiling polyval v0.6.2
32722026-06-02T17:47:53.654Z Compiling git-stub v1.0.0
32732026-06-02T17:47:53.673Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-06-02T17:47:53.745Z Compiling bitvec v1.0.1
32752026-06-02T17:47:53.837Z Compiling num-derive v0.3.3
32762026-06-02T17:47:53.855Z Compiling packed_struct_codegen v0.10.1
32772026-06-02T17:47:53.907Z Compiling zerocopy-derive v0.6.6
32782026-06-02T17:47:53.947Z Compiling bitfield-macros v0.19.4
32792026-06-02T17:47:53.962Z Compiling indexmap v1.9.3
32802026-06-02T17:47:54.200Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-02T17:47:54.296Z Compiling typify v0.4.3
32822026-06-02T17:47:54.376Z Compiling crc-catalog v2.4.0
32832026-06-02T17:47:54.393Z Compiling nodrop v0.1.14
32842026-06-02T17:47:54.427Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-06-02T17:47:54.470Z Compiling crc v3.4.0
32862026-06-02T17:47:54.499Z Compiling array-init v0.0.4
32872026-06-02T17:47:54.522Z Compiling progenitor-impl v0.11.2
32882026-06-02T17:47:54.567Z Compiling tokio-tungstenite v0.21.0
32892026-06-02T17:47:54.709Z Compiling tabled_derive v0.11.0
32902026-06-02T17:47:54.727Z Compiling bitfield v0.19.4
32912026-06-02T17:47:54.818Z Compiling zerocopy v0.6.6
32922026-06-02T17:47:54.821Z Compiling libscf-sys v1.1.0
32932026-06-02T17:47:54.881Z Compiling git-stub-vcs v0.1.0
32942026-06-02T17:47:54.912Z Compiling ghash v0.5.1
32952026-06-02T17:47:54.985Z Compiling smallvec v0.6.14
32962026-06-02T17:47:55.080Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32972026-06-02T17:47:55.222Z Compiling papergrid v0.17.0
32982026-06-02T17:47:55.239Z Compiling testing_table v0.3.0
32992026-06-02T17:47:55.255Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-06-02T17:47:55.276Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33012026-06-02T17:47:55.384Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33022026-06-02T17:47:55.428Z Compiling ctr v0.9.2
33032026-06-02T17:47:55.508Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-06-02T17:47:55.624Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-06-02T17:47:55.651Z Compiling corncobs v0.1.4
33062026-06-02T17:47:55.666Z Compiling unicase v2.9.0
33072026-06-02T17:47:55.856Z Compiling hashbrown v0.12.3
33082026-06-02T17:47:55.876Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-06-02T17:47:55.925Z Compiling mime_guess v2.0.5
33102026-06-02T17:47:55.943Z Compiling aes-gcm v0.10.3
33112026-06-02T17:47:55.959Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-06-02T17:47:55.963Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-06-02T17:47:55.994Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33142026-06-02T17:47:56.181Z Compiling tabled v0.20.0
33152026-06-02T17:47:56.292Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-06-02T17:47:56.388Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33172026-06-02T17:47:56.611Z Compiling parking_lot v0.11.2
33182026-06-02T17:47:56.635Z Compiling serde-hex v0.1.0
33192026-06-02T17:47:56.638Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-06-02T17:47:56.839Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33212026-06-02T17:47:56.997Z Compiling progenitor-impl v0.10.0
33222026-06-02T17:47:57.033Z Compiling ron v0.8.1
33232026-06-02T17:47:57.054Z Compiling hashbrown v0.13.2
33242026-06-02T17:47:57.095Z Compiling progenitor-client v0.11.2
33252026-06-02T17:47:57.229Z Compiling prefix-trie v0.7.0
33262026-06-02T17:47:57.282Z Compiling progenitor-macro v0.11.2
33272026-06-02T17:47:57.306Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33282026-06-02T17:47:57.438Z Compiling ssh-encoding v0.2.0
33292026-06-02T17:47:57.624Z Compiling blowfish v0.9.1
33302026-06-02T17:47:57.641Z Compiling progenitor v0.13.0
33312026-06-02T17:47:57.658Z Compiling fxhash v0.2.1
33322026-06-02T17:47:57.731Z Compiling secrecy v0.8.0
33332026-06-02T17:47:57.748Z Compiling progenitor v0.14.0
33342026-06-02T17:47:57.822Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33352026-06-02T17:47:57.825Z Compiling crc-any v2.5.0
33362026-06-02T17:47:57.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-06-02T17:47:57.892Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-06-02T17:47:57.910Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33392026-06-02T17:47:57.928Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33402026-06-02T17:47:58.061Z Compiling sled v0.34.7
33412026-06-02T17:47:58.171Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33422026-06-02T17:47:58.192Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33432026-06-02T17:47:58.450Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-06-02T17:47:58.493Z Compiling bcrypt-pbkdf v0.10.0
33452026-06-02T17:47:58.745Z Compiling ssh-cipher v0.2.0
33462026-06-02T17:47:58.857Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-02T17:47:59.037Z Compiling hickory-server v0.25.2
33482026-06-02T17:47:59.120Z Compiling object v0.30.4
33492026-06-02T17:47:59.240Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-06-02T17:47:59.324Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33512026-06-02T17:47:59.342Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33522026-06-02T17:47:59.695Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33532026-06-02T17:47:59.856Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33542026-06-02T17:48:00.110Z Compiling progenitor-macro v0.10.0
33552026-06-02T17:48:00.482Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-06-02T17:48:00.790Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33572026-06-02T17:48:00.836Z Compiling password-hash v0.4.2
33582026-06-02T17:48:00.891Z Compiling crc8 v0.1.1
33592026-06-02T17:48:01.016Z Compiling http-range v0.1.5
33602026-06-02T17:48:01.036Z Compiling half v1.8.3
33612026-06-02T17:48:01.086Z Compiling path-slash v0.1.5
33622026-06-02T17:48:01.153Z Compiling pbkdf2 v0.11.0
33632026-06-02T17:48:01.242Z Compiling serde_cbor v0.11.2
33642026-06-02T17:48:01.261Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33652026-06-02T17:48:01.397Z Compiling ssh-key v0.6.7
33662026-06-02T17:48:01.810Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-06-02T17:48:01.868Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33682026-06-02T17:48:01.883Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33692026-06-02T17:48:02.159Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33702026-06-02T17:48:02.234Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33712026-06-02T17:48:02.378Z Compiling progenitor v0.11.2
33722026-06-02T17:48:02.475Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-06-02T17:48:02.543Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33742026-06-02T17:48:02.561Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33752026-06-02T17:48:02.732Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33762026-06-02T17:48:03.029Z Compiling p256 v0.13.2
33772026-06-02T17:48:03.054Z Compiling p521 v0.13.3
33782026-06-02T17:48:03.116Z Compiling yasna v0.5.2
33792026-06-02T17:48:03.185Z Compiling kstat-rs v0.2.4
33802026-06-02T17:48:03.285Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33812026-06-02T17:48:03.347Z Compiling headers-core v0.3.0
33822026-06-02T17:48:03.436Z Compiling nanorand v0.7.0
33832026-06-02T17:48:03.461Z Compiling atty v0.2.14
33842026-06-02T17:48:03.496Z Compiling russh-cryptovec v0.7.3
33852026-06-02T17:48:03.520Z Compiling md5 v0.7.0
33862026-06-02T17:48:03.558Z Compiling home v0.5.12
33872026-06-02T17:48:03.601Z Compiling rcgen v0.12.1
33882026-06-02T17:48:03.713Z Compiling flume v0.11.1
33892026-06-02T17:48:03.734Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33902026-06-02T17:48:03.760Z Compiling russh-keys v0.45.0
33912026-06-02T17:48:03.815Z Compiling headers v0.4.1
33922026-06-02T17:48:03.833Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-06-02T17:48:03.847Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-06-02T17:48:04.054Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33952026-06-02T17:48:04.071Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33962026-06-02T17:48:04.093Z Compiling hyper-staticfile v0.10.1
33972026-06-02T17:48:04.259Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33982026-06-02T17:48:04.496Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33992026-06-02T17:48:04.514Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34002026-06-02T17:48:04.605Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34012026-06-02T17:48:04.634Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34022026-06-02T17:48:04.660Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34032026-06-02T17:48:04.814Z Compiling num-bigint v0.4.6
34042026-06-02T17:48:04.870Z Compiling des v0.8.1
34052026-06-02T17:48:05.093Z Compiling subprocess v0.2.15
34062026-06-02T17:48:05.110Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34072026-06-02T17:48:05.126Z Compiling display-error-chain v0.2.2
34082026-06-02T17:48:05.213Z Compiling progenitor v0.10.0
34092026-06-02T17:48:05.294Z Compiling hex-literal v0.4.1
34102026-06-02T17:48:05.311Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34112026-06-02T17:48:05.334Z Compiling colored v2.2.0
34122026-06-02T17:48:05.353Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34132026-06-02T17:48:05.372Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34142026-06-02T17:48:05.405Z Compiling socket2 v0.5.10
34152026-06-02T17:48:05.428Z Compiling internet-checksum v0.2.1
34162026-06-02T17:48:05.561Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34172026-06-02T17:48:05.597Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34182026-06-02T17:48:06.108Z Compiling russh v0.45.0
34192026-06-02T17:48:06.554Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34202026-06-02T17:48:06.575Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34212026-06-02T17:48:09.108Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34222026-06-02T17:48:09.767Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34232026-06-02T17:48:10.230Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34242026-06-02T17:48:11.784Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34252026-06-02T17:48:19.710Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34262026-06-02T17:48:19.710Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34272026-06-02T17:48:19.710Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34282026-06-02T17:48:19.714Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34292026-06-02T17:48:21.403Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34302026-06-02T17:48:21.528Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34312026-06-02T17:48:25.552Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34322026-06-02T17:48:26.993Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34332026-06-02T17:48:45.742Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34342026-06-02T17:49:04.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34352026-06-02T17:49:04.246Z
34362026-06-02T17:49:04.249Zreal 1:25.132563389
34372026-06-02T17:49:04.249Zuser 8:06.265542044
34382026-06-02T17:49:04.249Zsys 1:41.105372170
34392026-06-02T17:49:04.249Ztrap 0.253082060
34402026-06-02T17:49:04.249Ztflt 0.631243275
34412026-06-02T17:49:04.249Zdflt 1.706786071
34422026-06-02T17:49:04.249Zkflt 0.000440160
34432026-06-02T17:49:04.250Zlock 29:02.318459506
34442026-06-02T17:49:04.250Zslp 19:00.679048152
34452026-06-02T17:49:04.250Zlat 36.479846960
34462026-06-02T17:49:04.250Zstop 2:41.811459187
34472026-06-02T17:49:04.250Z+ mkdir tests
34482026-06-02T17:49:04.253Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34492026-06-02T17:49:04.253Z+ xargs -I '{}' -t cp '{}' tests/
34502026-06-02T17:49:04.498Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9fd0bfd0c487e1aa tests/
34512026-06-02T17:49:04.518Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3e32b7b111b49296 tests/
34522026-06-02T17:49:04.538Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ac15229611f17bfb tests/
34532026-06-02T17:49:04.558Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8adc9b63feecd7b9 tests/
34542026-06-02T17:49:04.797Z+ 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/*)
34552026-06-02T17:49:04.801Z+ 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-3e32b7b111b49296 tests/commtest-ac15229611f17bfb tests/dhcp_server-9fd0bfd0c487e1aa tests/end_to_end_tests-8adc9b63feecd7b9 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
34562026-06-02T17:50:23.833ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34572026-06-02T17:50:23.833Za .github/buildomat/ci-env.sh 1K
34582026-06-02T17:50:23.833Za out/target/test 1K
34592026-06-02T17:50:23.833Za out/npuzone/npuzone 27402K
34602026-06-02T17:50:23.833Za package-manifest.toml 35K
34612026-06-02T17:50:23.833Za smf/sled-agent/non-gimlet/config.toml 6K
34622026-06-02T17:50:23.833Za target/release/omicron-package 45971K
34632026-06-02T17:50:23.833Za target/release/xtask 11449K
34642026-06-02T17:50:23.834Za target/debug/bootstrap 352441K
34652026-06-02T17:50:23.834Za tests/bootstrap-3e32b7b111b49296 31215K
34662026-06-02T17:50:23.834Za tests/commtest-ac15229611f17bfb 32299K
34672026-06-02T17:50:23.834Za tests/dhcp_server-9fd0bfd0c487e1aa 31215K
34682026-06-02T17:50:23.834Za tests/end_to_end_tests-8adc9b63feecd7b9 394251K
34692026-06-02T17:50:23.834Za out/clickhouse.tar.gz 319652K
34702026-06-02T17:50:23.834Za out/clickhouse_keeper.tar.gz 305006K
34712026-06-02T17:50:23.834Za out/clickhouse_server.tar.gz 319651K
34722026-06-02T17:50:23.834Za out/cockroachdb.tar.gz 165176K
34732026-06-02T17:50:23.834Za out/crucible-pantry-zone.tar.gz 44204K
34742026-06-02T17:50:23.834Za out/crucible-utils.tar 17744K
34752026-06-02T17:50:23.834Za out/crucible-zone.tar.gz 58342K
34762026-06-02T17:50:23.834Za out/external-dns.tar.gz 49796K
34772026-06-02T17:50:23.834Za out/internal-dns.tar.gz 49795K
34782026-06-02T17:50:23.834Za out/mg-ddm-gz.tar 95141K
34792026-06-02T17:50:23.834Za out/nexus.tar.gz 221211K
34802026-06-02T17:50:23.834Za out/ntp.tar.gz 32148K
34812026-06-02T17:50:23.834Za out/omicron-gateway-softnpu.tar.gz 29629K
34822026-06-02T17:50:23.834Za out/omicron-sled-agent.tar 203141K
34832026-06-02T17:50:23.834Za out/overlay.tar.gz 3K
34842026-06-02T17:50:23.834Za out/oximeter.tar.gz 67852K
34852026-06-02T17:50:23.834Za out/oxlog.tar 3782K
34862026-06-02T17:50:23.834Za out/probe.tar.gz 3037K
34872026-06-02T17:50:23.834Za out/propolis-server.tar.gz 38727K
34882026-06-02T17:50:23.834Za out/pumpkind-gz.tar 26647K
34892026-06-02T17:50:23.834Za out/switch-softnpu.tar.gz 396834K
34902026-06-02T17:50:23.838Z
34912026-06-02T17:50:23.838Zreal 1:19.034462297
34922026-06-02T17:50:23.838Zuser 1:16.346975085
34932026-06-02T17:50:23.838Zsys 4.400988202
34942026-06-02T17:50:23.838Ztrap 0.006014172
34952026-06-02T17:50:23.838Ztflt 0.000000000
34962026-06-02T17:50:23.838Zdflt 0.000000000
34972026-06-02T17:50:23.838Zkflt 0.000000000
34982026-06-02T17:50:23.838Zlock 0.000000000
34992026-06-02T17:50:23.838Zslp 1:16.372110874
35002026-06-02T17:50:23.838Zlat 0.937669022
35012026-06-02T17:50:23.838Zstop 0.000213680
35022026-06-02T17:50:23.838Zprocess exited: duration 914670 ms, exit code 0
 
35032026-06-02T17:50:23.853Zfound 1 output files
35042026-06-02T17:50:23.871Zuploading: /work/package.tar.gz (2446700605 bytes)
35052026-06-02T17:50:55.997Zuploaded: /work/package.tar.gz