01KR1MGTSN094E68Q2NPY70HPH: 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: 01KR1MH9VK1DWTE9B9K57AHSA8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T16:33:23.400Zjob assigned to worker 01KR1MHFTH4BS7AQVSRB8RTJNA [factory aws, i-0725987f58e1877bd] (queued for 49 s)
 
22026-05-07T16:33:31.031Zstarting task 0: "setup"
32026-05-07T16:33:31.036Z++ uname -s
42026-05-07T16:33:31.039Z+ kern=SunOS
52026-05-07T16:33:31.039Z+ build_user=build
62026-05-07T16:33:31.039Z+ build_uid=12345
72026-05-07T16:33:31.039Z+ work_dir=/work
82026-05-07T16:33:31.039Z+ input_dir=/input
92026-05-07T16:33:31.039Z+ [[ 0 == 12345 ]]
102026-05-07T16:33:31.040Z+ case "$kern" in
112026-05-07T16:33:31.040Z+ groupadd -g 12345 build
122026-05-07T16:33:31.043Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T16:33:33.050Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T16:33:33.174Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T16:33:33.177Z+ home_fs=zfs
162026-05-07T16:33:33.177Z+ [[ zfs == autofs ]]
172026-05-07T16:33:33.177Z+ mkdir -p /home/build
182026-05-07T16:33:33.181Z+ chown build:build /home/build /work
192026-05-07T16:33:35.181Z+ chmod 0700 /home/build /work
202026-05-07T16:33:35.184Zprocess exited: duration 4155 ms, exit code 0
 
212026-05-07T16:33:35.190Zstarting task 1: "rust-toolchain"
222026-05-07T16:33:35.197Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-07T16:33:35.197Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T16:33:35.197Z * rust toolchain channel = "1.94.0"
252026-05-07T16:33:35.197Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-07T16:33:35.197Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T16:33:35.197Z * rust toolchain profile = "default"
282026-05-07T16:33:35.200Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T16:33:35.200Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T16:33:35.297Zinfo: downloading installer
312026-05-07T16:33:36.898Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T16:33:36.898Zwarn: /home/build/.rustup/settings.toml
332026-05-07T16:33:36.898Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T16:33:36.898Zwarn: instead of the one inferred from the default host triple.
352026-05-07T16:33:36.911Zinfo: profile set to default
362026-05-07T16:33:36.911Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T16:33:36.914Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T16:33:37.055Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T16:33:37.058Zinfo: downloading 6 components
402026-05-07T16:33:52.321Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T16:33:52.321Z
422026-05-07T16:33:52.347Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T16:33:52.347Z
442026-05-07T16:33:52.347Z
452026-05-07T16:33:52.347ZRust is installed now. Great!
462026-05-07T16:33:52.347Z
472026-05-07T16:33:52.347ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T16:33:52.347Zenvironment variable. This has not been done automatically.
492026-05-07T16:33:52.347Z
502026-05-07T16:33:52.347ZTo configure your current shell, you need to source
512026-05-07T16:33:52.347Zthe corresponding env file under $HOME/.cargo.
522026-05-07T16:33:52.347Z
532026-05-07T16:33:52.347ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T16:33:52.350Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T16:33:52.350Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T16:33:52.350Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T16:33:52.350Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T16:33:52.351Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T16:33:52.351Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T16:33:52.351Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T16:33:52.351Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T16:33:52.447Z+ rustup --version
632026-05-07T16:33:52.453Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T16:33:52.453Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T16:33:52.475Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T16:33:52.478Z+ cargo --version
672026-05-07T16:33:52.486Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T16:33:52.489Z+ rustc --version
692026-05-07T16:33:52.509Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T16:33:52.512Zprocess exited: duration 17320 ms, exit code 0
 
712026-05-07T16:33:52.518Zstarting task 2: "authentication"
722026-05-07T16:33:52.535Zprocess exited: duration 16 ms, exit code 0
 
732026-05-07T16:33:52.543Zstarting task 3: "clone repository"
742026-05-07T16:33:52.546Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T16:33:52.549Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T16:33:52.581ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T16:34:04.552Z+ cd /work/oxidecomputer/omicron
782026-05-07T16:34:04.552Z+ git fetch origin 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a
792026-05-07T16:34:04.853ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T16:34:04.853Z * branch 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a -> FETCH_HEAD
812026-05-07T16:34:04.867Z+ [[ -n zl/flake-test_join_by_ip_existing_group ]]
822026-05-07T16:34:04.870Z++ git branch --show-current
832026-05-07T16:34:04.873Z+ current=main
842026-05-07T16:34:04.873Z+ [[ main != zl/flake-test_join_by_ip_existing_group ]]
852026-05-07T16:34:04.873Z+ git branch -f zl/flake-test_join_by_ip_existing_group 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a
862026-05-07T16:34:04.876Z+ git checkout -f zl/flake-test_join_by_ip_existing_group
872026-05-07T16:34:05.107ZSwitched to branch 'zl/flake-test_join_by_ip_existing_group'
882026-05-07T16:34:05.112Z+ git reset --hard 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a
892026-05-07T16:34:05.123ZHEAD is now at 7af0a7fcf [multicast,instance,test-flake] reorder instance_stop and send stop before tearing down multicast member state
902026-05-07T16:34:05.126Zprocess exited: duration 12582 ms, exit code 0
 
912026-05-07T16:34:05.133Zstarting task 4: "build"
922026-05-07T16:34:05.139Z+ source .github/buildomat/ci-env.sh
932026-05-07T16:34:05.139Z++ export CARGO_TERM_COLOR=always
942026-05-07T16:34:05.139Z++ CARGO_TERM_COLOR=always
952026-05-07T16:34:05.139Z+ cargo --version
962026-05-07T16:34:05.148Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-07T16:34:05.151Z+ rustc --version
982026-05-07T16:34:05.171Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-07T16:34:05.174Z+ WORK=/work
1002026-05-07T16:34:05.174Z+ pfexec mkdir -p /work
1012026-05-07T16:34:05.177Z+ pfexec chown build /work
1022026-05-07T16:34:05.180Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-07T16:34:07.038Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-07T16:34:07.093Z Startup: Caching catalogs ... Done
1052026-05-07T16:34:07.268ZPlanning: Solver setup ... Done (0.141s)
1062026-05-07T16:34:07.280ZPlanning: Running solver ... Done (0.011s)
1072026-05-07T16:34:07.283ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-07T16:34:07.294ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-07T16:34:07.315ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-07T16:34:07.329ZPlanning: Package planning ... Done (0.014s)
1112026-05-07T16:34:07.332ZPlanning: Merging actions ... Done (0.002s)
1122026-05-07T16:34:07.521ZPlanning: Checking for conflicting actions ... Done (0.188s)
1132026-05-07T16:34:07.524ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-07T16:34:08.393ZPlanning: Evaluating mediators ... Done (0.871s)
1152026-05-07T16:34:08.396ZPlanning: Planning completed in 1.28 seconds
1162026-05-07T16:34:08.401Z Packages to install: 2
1172026-05-07T16:34:08.401Z Estimated space available: 156.08 GB
1182026-05-07T16:34:08.401ZEstimated space to be consumed: 16.39 MB
1192026-05-07T16:34:08.401Z Create boot environment: No
1202026-05-07T16:34:08.401ZCreate backup boot environment: No
1212026-05-07T16:34:08.401Z Rebuild boot archive: No
1222026-05-07T16:34:08.405Z
1232026-05-07T16:34:08.405ZChanged packages:
1242026-05-07T16:34:08.405Zhelios
1252026-05-07T16:34:08.405Z developer/build-essential
1262026-05-07T16:34:08.405Z None -> 11-3.0
1272026-05-07T16:34:08.405Z library/libxmlsec1
1282026-05-07T16:34:08.405Z None -> 1.2.35-3.0
1292026-05-07T16:34:08.428Z
1302026-05-07T16:34:08.429ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-07T16:34:09.073ZDownload: Completed 1.28 MB in 0.64 seconds (2.0M/s)
1322026-05-07T16:34:09.142Z Actions: 1/268 actions (Installing new actions)
1332026-05-07T16:34:09.182Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-07T16:34:09.188ZFinalize: Updating package state database ... Done (0.005s)
1352026-05-07T16:34:09.188ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-07T16:34:09.207ZFinalize: Updating image state ... Done (0.011s)
1372026-05-07T16:34:11.784ZFinalize: Creating fast lookup database ... Done (2.564s)
1382026-05-07T16:34:11.863ZFinalize: Reading search index ... Done (0.013s)
1392026-05-07T16:34:11.866ZFinalize: Updating search index ... Done (0.000s)
1402026-05-07T16:34:11.952ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-07T16:34:12.250ZPlanning: Evaluating mediator changes ... Done
1422026-05-07T16:34:12.356ZPlanning: Checking for conflicting actions ... Done
1432026-05-07T16:34:12.359ZPlanning: Consolidating action changes ... Done
1442026-05-07T16:34:12.515ZPlanning: Evaluating mediators ... Done
1452026-05-07T16:34:12.518ZPlanning: Planning completed in 0.26 seconds
1462026-05-07T16:34:12.537Z Mediators to change: 2
1472026-05-07T16:34:12.537Z Create boot environment: No
1482026-05-07T16:34:12.537ZCreate backup boot environment: No
1492026-05-07T16:34:12.598ZFinalize: Updating package state database ... Done
1502026-05-07T16:34:12.598ZFinalize: Updating package cache ... Done
1512026-05-07T16:34:12.605ZFinalize: Updating image state ... Done
1522026-05-07T16:34:14.568ZFinalize: Creating fast lookup database ... Done
1532026-05-07T16:34:14.630ZFinalize: Reading search index ... Done
1542026-05-07T16:34:14.633ZFinalize: Updating search index ... Done
1552026-05-07T16:34:14.709ZFinalize: Updating package cache ... Done
1562026-05-07T16:34:14.993ZPlanning: Evaluating mediator changes ... Done
1572026-05-07T16:34:15.099ZPlanning: Checking for conflicting actions ... Done
1582026-05-07T16:34:15.102ZPlanning: Consolidating action changes ... Done
1592026-05-07T16:34:15.252ZPlanning: Evaluating mediators ... Done
1602026-05-07T16:34:15.255ZPlanning: Planning completed in 0.26 seconds
1612026-05-07T16:34:15.277Z Mediators to change: 1
1622026-05-07T16:34:15.277Z Create boot environment: No
1632026-05-07T16:34:15.277ZCreate backup boot environment: No
1642026-05-07T16:34:15.350ZFinalize: Updating package state database ... Done
1652026-05-07T16:34:15.350ZFinalize: Updating package cache ... Done
1662026-05-07T16:34:15.358ZFinalize: Updating image state ... Done
1672026-05-07T16:34:17.314ZFinalize: Creating fast lookup database ... Done
1682026-05-07T16:34:17.376ZFinalize: Reading search index ... Done
1692026-05-07T16:34:17.379ZFinalize: Updating search index ... Done
1702026-05-07T16:34:17.460ZFinalize: Updating package cache ... Done
1712026-05-07T16:34:17.773ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-07T16:34:17.773Zapache system 2.4 system
1732026-05-07T16:34:17.773Zclang system 15 system
1742026-05-07T16:34:17.773Zcsh system system illumos
1752026-05-07T16:34:17.774Zctags system system illumos
1762026-05-07T16:34:17.774Zfile vendor vendor darwinsys
1772026-05-07T16:34:17.774Zfile system system illumos
1782026-05-07T16:34:17.774Zgcc vendor 14 vendor
1792026-05-07T16:34:17.774Zgcc system 13 system
1802026-05-07T16:34:17.774Zgcc system 10 system
1812026-05-07T16:34:17.774Zgo system 1.25 system
1822026-05-07T16:34:17.774Zllvm system 15 system
1832026-05-07T16:34:17.774Zmariadb system 11.4 system
1842026-05-07T16:34:17.774Zmta vendor vendor dma
1852026-05-07T16:34:17.774Zopenjdk system 17 system
1862026-05-07T16:34:17.774Zopenjdk system 11 system
1872026-05-07T16:34:17.774Zopenssl vendor 3 vendor
1882026-05-07T16:34:17.774Zperl system 5.40 system
1892026-05-07T16:34:17.774Zpostgresql system 18 system
1902026-05-07T16:34:17.774Zpostgresql system 17 system
1912026-05-07T16:34:17.774Zpython vendor 3 vendor
1922026-05-07T16:34:17.774Zpython system 2 system
1932026-05-07T16:34:17.774Zpython3 vendor 3.13 vendor
1942026-05-07T16:34:17.774Zruby system 3.4 system
1952026-05-07T16:34:17.774Zruby system 3.0 system
1962026-05-07T16:34:17.774Zwords vendor vendor american-english
1972026-05-07T16:34:17.774Zwords system system australian-english
1982026-05-07T16:34:17.774Zwords system system british-english
1992026-05-07T16:34:17.774Zwords system system canadian-english
2002026-05-07T16:34:17.774Zwords system system french
2012026-05-07T16:34:17.774Zwords system system italian
2022026-05-07T16:34:17.774Zwords system system ngerman
2032026-05-07T16:34:17.774Zwords system system ogerman
2042026-05-07T16:34:17.774Zwords system system spanish
2052026-05-07T16:34:18.029ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-07T16:34:18.030Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-07T16:34:18.286ZFMRI IFO
2082026-05-07T16:34:18.287Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-07T16:34:18.287Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-07T16:34:18.287Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-07T16:34:18.287Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-07T16:34:18.287Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-07T16:34:18.287Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-07T16:34:18.287Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-07T16:34:18.287Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-07T16:34:18.287Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-07T16:34:18.507Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-07T16:34:18.765Z Updating crates.io index
2192026-05-07T16:34:18.802Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-07T16:34:19.676Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-07T16:34:20.194Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-07T16:34:20.532Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-07T16:34:21.673Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-07T16:34:22.284Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-07T16:34:23.633Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-07T16:34:24.611Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-07T16:34:24.929Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-07T16:34:26.083Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-07T16:34:26.492Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-07T16:34:26.797Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-07T16:34:27.116Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-07T16:34:28.319Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-07T16:34:28.964Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-07T16:34:29.273Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-07T16:34:29.620Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-07T16:34:30.155Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-07T16:34:30.486Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-07T16:34:30.731Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-07T16:34:31.010Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-07T16:34:31.426Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-07T16:34:31.755Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-07T16:34:32.317Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-07T16:34:32.630Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-07T16:34:32.943Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-07T16:34:33.928Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-07T16:34:34.620Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-07T16:34:35.200Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-07T16:34:35.690Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-07T16:34:36.047Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-07T16:34:36.417Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-07T16:34:36.745Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-07T16:34:37.551Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-07T16:34:37.840Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-07T16:34:38.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-07T16:34:38.449Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-07T16:34:38.882Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-07T16:34:50.883Z Downloading crates ...
2582026-05-07T16:34:50.956Z Downloaded dtrace-parser v0.2.0
2592026-05-07T16:34:50.970Z Downloaded cargo-util-schemas v0.8.2
2602026-05-07T16:34:50.973Z Downloaded potential_utf v0.1.4
2612026-05-07T16:34:50.973Z Downloaded camino v1.2.2
2622026-05-07T16:34:50.976Z Downloaded form_urlencoded v1.2.2
2632026-05-07T16:34:50.981Z Downloaded thiserror v2.0.18
2642026-05-07T16:34:50.984Z Downloaded getrandom v0.4.1
2652026-05-07T16:34:50.984Z Downloaded cpufeatures v0.2.17
2662026-05-07T16:34:50.984Z Downloaded toml v0.8.23
2672026-05-07T16:34:50.989Z Downloaded tinystr v0.8.2
2682026-05-07T16:34:50.989Z Downloaded toml_datetime v0.6.11
2692026-05-07T16:34:50.989Z Downloaded equivalent v1.0.2
2702026-05-07T16:34:50.989Z Downloaded block-buffer v0.10.4
2712026-05-07T16:34:50.992Z Downloaded cargo-platform v0.2.0
2722026-05-07T16:34:50.992Z Downloaded unicode-linebreak v0.1.5
2732026-05-07T16:34:50.992Z Downloaded toml_write v0.1.2
2742026-05-07T16:34:50.994Z Downloaded textwrap v0.16.2
2752026-05-07T16:34:50.998Z Downloaded colorchoice v1.0.4
2762026-05-07T16:34:51.001Z Downloaded usdt v0.5.0
2772026-05-07T16:34:51.002Z Downloaded usdt-macro v0.5.0
2782026-05-07T16:34:51.002Z Downloaded zerofrom v0.1.6
2792026-05-07T16:34:51.002Z Downloaded fnv v1.0.7
2802026-05-07T16:34:51.005Z Downloaded clap_lex v1.0.0
2812026-05-07T16:34:51.005Z Downloaded zerovec-derive v0.11.2
2822026-05-07T16:34:51.008Z Downloaded clap_derive v4.5.55
2832026-05-07T16:34:51.012Z Downloaded digest v0.10.7
2842026-05-07T16:34:51.012Z Downloaded cargo_toml v0.21.0
2852026-05-07T16:34:51.016Z Downloaded cfg-if v1.0.4
2862026-05-07T16:34:51.016Z Downloaded bytecount v0.6.9
2872026-05-07T16:34:51.016Z Downloaded unicode-xid v0.2.6
2882026-05-07T16:34:51.016Z Downloaded typeid v1.0.3
2892026-05-07T16:34:51.020Z Downloaded idna_adapter v1.2.1
2902026-05-07T16:34:51.020Z Downloaded utf8parse v0.2.2
2912026-05-07T16:34:51.023Z Downloaded thiserror-impl v1.0.69
2922026-05-07T16:34:51.023Z Downloaded stable_deref_trait v1.2.1
2932026-05-07T16:34:51.023Z Downloaded writeable v0.6.2
2942026-05-07T16:34:51.023Z Downloaded zerofrom-derive v0.1.6
2952026-05-07T16:34:51.026Z Downloaded utf8_iter v1.0.4
2962026-05-07T16:34:51.026Z Downloaded fastrand v2.3.0
2972026-05-07T16:34:51.026Z Downloaded yoke-derive v0.8.1
2982026-05-07T16:34:51.026Z Downloaded thread-id v4.2.2
2992026-05-07T16:34:51.026Z Downloaded thiserror v1.0.69
3002026-05-07T16:34:51.029Z Downloaded byteorder v1.5.0
3012026-05-07T16:34:51.032Z Downloaded crypto-common v0.1.7
3022026-05-07T16:34:51.040Z Downloaded macaddr v1.0.1
3032026-05-07T16:34:51.040Z Downloaded erased-serde v0.4.9
3042026-05-07T16:34:51.046Z Downloaded generic-array v0.14.7
3052026-05-07T16:34:51.046Z Downloaded zmij v1.0.21
3062026-05-07T16:34:51.046Z Downloaded zerocopy-derive v0.7.35
3072026-05-07T16:34:51.049Z Downloaded strsim v0.11.1
3082026-05-07T16:34:51.049Z Downloaded yoke v0.8.1
3092026-05-07T16:34:51.049Z Downloaded dof v0.3.0
3102026-05-07T16:34:51.049Z Downloaded usdt-attr-macro v0.5.0
3112026-05-07T16:34:51.049Z Downloaded thiserror-impl v2.0.18
3122026-05-07T16:34:51.049Z Downloaded displaydoc v0.2.5
3132026-05-07T16:34:51.052Z Downloaded version_check v0.9.5
3142026-05-07T16:34:51.055Z Downloaded pretty-hex v0.4.1
3152026-05-07T16:34:51.055Z Downloaded heck v0.5.0
3162026-05-07T16:34:51.055Z Downloaded anstyle v1.0.13
3172026-05-07T16:34:51.058Z Downloaded usdt-impl v0.5.0
3182026-05-07T16:34:51.058Z Downloaded unicode-ident v1.0.24
3192026-05-07T16:34:51.061Z Downloaded ucd-trie v0.1.7
3202026-05-07T16:34:51.063Z Downloaded bitflags v2.11.0
3212026-05-07T16:34:51.067Z Downloaded zerotrie v0.2.3
3222026-05-07T16:34:51.070Z Downloaded itoa v1.0.17
3232026-05-07T16:34:51.070Z Downloaded typenum v1.19.0
3242026-05-07T16:34:51.070Z Downloaded anstyle-parse v0.2.7
3252026-05-07T16:34:51.075Z Downloaded toml_edit v0.22.27
3262026-05-07T16:34:51.078Z Downloaded percent-encoding v2.3.2
3272026-05-07T16:34:51.080Z Downloaded url v2.5.8
3282026-05-07T16:34:51.081Z Downloaded tabled_derive v0.7.0
3292026-05-07T16:34:51.084Z Downloaded plain v0.2.3
3302026-05-07T16:34:51.084Z Downloaded proc-macro-error-attr v1.0.4
3312026-05-07T16:34:51.084Z Downloaded memmap v0.7.0
3322026-05-07T16:34:51.086Z Downloaded swrite v0.1.0
3332026-05-07T16:34:51.086Z Downloaded scroll_derive v0.12.1
3342026-05-07T16:34:51.093Z Downloaded zerovec v0.11.5
3352026-05-07T16:34:51.101Z Downloaded terminal_size v0.4.3
3362026-05-07T16:34:51.104Z Downloaded zerocopy v0.7.35
3372026-05-07T16:34:51.110Z Downloaded winnow v0.7.14
3382026-05-07T16:34:51.115Z Downloaded serde_spanned v0.6.9
3392026-05-07T16:34:51.119Z Downloaded ordered-float v2.10.1
3402026-05-07T16:34:51.119Z Downloaded anstyle-query v1.1.5
3412026-05-07T16:34:51.119Z Downloaded heck v0.4.1
3422026-05-07T16:34:51.119Z Downloaded unicode-width v0.2.0
3432026-05-07T16:34:51.122Z Downloaded unicode-width v0.1.14
3442026-05-07T16:34:51.125Z Downloaded serde_tokenstream v0.2.3
3452026-05-07T16:34:51.128Z Downloaded is_terminal_polyfill v1.70.2
3462026-05-07T16:34:51.128Z Downloaded cargo_metadata v0.21.0
3472026-05-07T16:34:51.128Z Downloaded camino-tempfile v1.4.1
3482026-05-07T16:34:51.128Z Downloaded serde-value v0.7.0
3492026-05-07T16:34:51.131Z Downloaded smawk v0.3.2
3502026-05-07T16:34:51.137Z Downloaded litemap v0.8.1
3512026-05-07T16:34:51.140Z Downloaded semver v1.0.28
3522026-05-07T16:34:51.149Z Downloaded errno v0.3.14
3532026-05-07T16:34:51.151Z Downloaded autocfg v1.5.0
3542026-05-07T16:34:51.151Z Downloaded scroll v0.12.0
3552026-05-07T16:34:51.157Z Downloaded synstructure v0.13.2
3562026-05-07T16:34:51.160Z Downloaded anstream v0.6.21
3572026-05-07T16:34:51.165Z Downloaded fs-err v3.3.0
3582026-05-07T16:34:51.168Z Downloaded serde-untagged v0.1.9
3592026-05-07T16:34:51.175Z Downloaded clap v4.5.60
3602026-05-07T16:34:51.189Z Downloaded anyhow v1.0.102
3612026-05-07T16:34:51.193Z Downloaded icu_collections v2.1.1
3622026-05-07T16:34:51.198Z Downloaded smallvec v1.15.1
3632026-05-07T16:34:51.203Z Downloaded tempfile v3.25.0
3642026-05-07T16:34:51.206Z Downloaded sha2 v0.10.9
3652026-05-07T16:34:51.206Z Downloaded once_cell v1.21.3
3662026-05-07T16:34:51.220Z Downloaded quote v1.0.45
3672026-05-07T16:34:51.224Z Downloaded num-traits v0.2.19
3682026-05-07T16:34:51.229Z Downloaded proc-macro-error v1.0.4
3692026-05-07T16:34:51.233Z Downloaded pest_generator v2.8.6
3702026-05-07T16:34:51.238Z Downloaded pest_derive v2.8.6
3712026-05-07T16:34:51.241Z Downloaded icu_properties v2.1.2
3722026-05-07T16:34:51.243Z Downloaded serde_derive v1.0.228
3732026-05-07T16:34:51.247Z Downloaded proc-macro2 v1.0.106
3742026-05-07T16:34:51.259Z Downloaded papergrid v0.11.0
3752026-05-07T16:34:51.268Z Downloaded icu_normalizer_data v2.1.1
3762026-05-07T16:34:51.272Z Downloaded serde_core v1.0.228
3772026-05-07T16:34:51.275Z Downloaded icu_provider v2.1.1
3782026-05-07T16:34:51.280Z Downloaded log v0.4.29
3792026-05-07T16:34:51.291Z Downloaded icu_locale_core v2.1.1
3802026-05-07T16:34:51.294Z Downloaded pest_meta v2.8.6
3812026-05-07T16:34:51.300Z Downloaded serde v1.0.228
3822026-05-07T16:34:51.304Z Downloaded memchr v2.8.0
3832026-05-07T16:34:51.307Z Downloaded icu_normalizer v2.1.1
3842026-05-07T16:34:51.309Z Downloaded indexmap v2.14.0
3852026-05-07T16:34:51.327Z Downloaded hashbrown v0.17.0
3862026-05-07T16:34:51.345Z Downloaded idna v1.1.0
3872026-05-07T16:34:51.354Z Downloaded pest v2.8.6
3882026-05-07T16:34:51.362Z Downloaded icu_properties_data v2.1.2
3892026-05-07T16:34:51.367Z Downloaded serde_json v1.0.149
3902026-05-07T16:34:51.372Z Downloaded clap_builder v4.5.60
3912026-05-07T16:34:51.381Z Downloaded tabled v0.15.0
3922026-05-07T16:34:51.391Z Downloaded goblin v0.8.2
3932026-05-07T16:34:51.399Z Downloaded syn v1.0.109
3942026-05-07T16:34:51.406Z Downloaded syn v2.0.117
3952026-05-07T16:34:51.435Z Downloaded rustix v1.1.3
3962026-05-07T16:34:51.458Z Downloaded libc v0.2.185
3972026-05-07T16:34:51.523Z Compiling proc-macro2 v1.0.106
3982026-05-07T16:34:51.523Z Compiling unicode-ident v1.0.24
3992026-05-07T16:34:51.526Z Compiling quote v1.0.45
4002026-05-07T16:34:51.526Z Compiling serde_core v1.0.228
4012026-05-07T16:34:51.526Z Compiling libc v0.2.185
4022026-05-07T16:34:51.526Z Compiling version_check v0.9.5
4032026-05-07T16:34:51.526Z Compiling stable_deref_trait v1.2.1
4042026-05-07T16:34:51.526Z Compiling memchr v2.8.0
4052026-05-07T16:34:51.526Z Compiling serde v1.0.228
4062026-05-07T16:34:51.526Z Compiling zmij v1.0.21
4072026-05-07T16:34:51.526Z Compiling thiserror v1.0.69
4082026-05-07T16:34:51.526Z Compiling autocfg v1.5.0
4092026-05-07T16:34:51.526Z Compiling ucd-trie v0.1.7
4102026-05-07T16:34:51.526Z Compiling itoa v1.0.17
4112026-05-07T16:34:51.526Z Compiling litemap v0.8.1
4122026-05-07T16:34:51.917Z Compiling writeable v0.6.2
4132026-05-07T16:34:51.980Z Compiling rustix v1.1.3
4142026-05-07T16:34:51.999Z Compiling byteorder v1.5.0
4152026-05-07T16:34:52.090Z Compiling icu_properties_data v2.1.2
4162026-05-07T16:34:52.154Z Compiling icu_normalizer_data v2.1.1
4172026-05-07T16:34:52.154Z Compiling serde_json v1.0.149
4182026-05-07T16:34:52.202Z Compiling pest v2.8.6
4192026-05-07T16:34:52.246Z Compiling bitflags v2.11.0
4202026-05-07T16:34:52.294Z Compiling smallvec v1.15.1
4212026-05-07T16:34:52.425Z Compiling hashbrown v0.17.0
4222026-05-07T16:34:52.429Z Compiling num-traits v0.2.19
4232026-05-07T16:34:52.555Z Compiling typeid v1.0.3
4242026-05-07T16:34:52.569Z Compiling equivalent v1.0.2
4252026-05-07T16:34:52.603Z Compiling proc-macro-error-attr v1.0.4
4262026-05-07T16:34:52.606Z Compiling usdt-impl v0.5.0
4272026-05-07T16:34:52.618Z Compiling toml_write v0.1.2
4282026-05-07T16:34:52.669Z Compiling winnow v0.7.14
4292026-05-07T16:34:52.690Z Compiling syn v1.0.109
4302026-05-07T16:34:52.708Z Compiling errno v0.3.14
4312026-05-07T16:34:52.738Z Compiling thread-id v4.2.2
4322026-05-07T16:34:52.777Z Compiling erased-serde v0.4.9
4332026-05-07T16:34:52.797Z Compiling proc-macro-error v1.0.4
4342026-05-07T16:34:52.880Z Compiling camino v1.2.2
4352026-05-07T16:34:52.918Z Compiling utf8parse v0.2.2
4362026-05-07T16:34:53.012Z Compiling indexmap v2.14.0
4372026-05-07T16:34:53.045Z Compiling getrandom v0.4.1
4382026-05-07T16:34:53.048Z Compiling percent-encoding v2.3.2
4392026-05-07T16:34:53.094Z Compiling plain v0.2.3
4402026-05-07T16:34:53.132Z Compiling utf8_iter v1.0.4
4412026-05-07T16:34:53.162Z Compiling syn v2.0.117
4422026-05-07T16:34:53.217Z Compiling log v0.4.29
4432026-05-07T16:34:53.263Z Compiling thiserror v2.0.18
4442026-05-07T16:34:53.301Z Compiling form_urlencoded v1.2.2
4452026-05-07T16:34:53.354Z Compiling anstyle-parse v0.2.7
4462026-05-07T16:34:53.424Z Compiling pest_meta v2.8.6
4472026-05-07T16:34:53.494Z Compiling cfg-if v1.0.4
4482026-05-07T16:34:53.510Z Compiling ordered-float v2.10.1
4492026-05-07T16:34:53.571Z Compiling colorchoice v1.0.4
4502026-05-07T16:34:53.590Z Compiling pretty-hex v0.4.1
4512026-05-07T16:34:53.617Z Compiling is_terminal_polyfill v1.70.2
4522026-05-07T16:34:53.633Z Compiling anstyle-query v1.1.5
4532026-05-07T16:34:53.707Z Compiling anstyle v1.0.13
4542026-05-07T16:34:53.764Z Compiling fs-err v3.3.0
4552026-05-07T16:34:53.767Z Compiling unicode-xid v0.2.6
4562026-05-07T16:34:53.811Z Compiling terminal_size v0.4.3
4572026-05-07T16:34:53.814Z Compiling fastrand v2.3.0
4582026-05-07T16:34:53.848Z Compiling clap_lex v1.0.0
4592026-05-07T16:34:53.878Z Compiling bytecount v0.6.9
4602026-05-07T16:34:53.935Z Compiling anstream v0.6.21
4612026-05-07T16:34:53.938Z Compiling fnv v1.0.7
4622026-05-07T16:34:53.970Z Compiling anyhow v1.0.102
4632026-05-07T16:34:53.988Z Compiling heck v0.5.0
4642026-05-07T16:34:54.005Z Compiling once_cell v1.21.3
4652026-05-07T16:34:54.033Z Compiling unicode-width v0.1.14
4662026-05-07T16:34:54.055Z Compiling strsim v0.11.1
4672026-05-07T16:34:54.073Z Compiling heck v0.4.1
4682026-05-07T16:34:54.280Z Compiling semver v1.0.28
4692026-05-07T16:34:54.283Z Compiling papergrid v0.11.0
4702026-05-07T16:34:54.319Z Compiling clap_builder v4.5.60
4712026-05-07T16:34:54.335Z Compiling tempfile v3.25.0
4722026-05-07T16:34:54.338Z Compiling memmap v0.7.0
4732026-05-07T16:34:54.352Z Compiling unicode-linebreak v0.1.5
4742026-05-07T16:34:54.426Z Compiling unicode-width v0.2.0
4752026-05-07T16:34:54.627Z Compiling smawk v0.3.2
4762026-05-07T16:34:54.643Z Compiling serde-untagged v0.1.9
4772026-05-07T16:34:54.716Z Compiling camino-tempfile v1.4.1
4782026-05-07T16:34:54.748Z Compiling textwrap v0.16.2
4792026-05-07T16:34:54.764Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-07T16:34:54.781Z Compiling swrite v0.1.0
4812026-05-07T16:34:55.162Z Compiling tabled_derive v0.7.0
4822026-05-07T16:34:55.707Z Compiling synstructure v0.13.2
4832026-05-07T16:34:55.707Z Compiling pest_generator v2.8.6
4842026-05-07T16:34:55.872Z Compiling tabled v0.15.0
4852026-05-07T16:34:56.246Z Compiling serde_derive v1.0.228
4862026-05-07T16:34:56.246Z Compiling zerofrom-derive v0.1.6
4872026-05-07T16:34:56.249Z Compiling yoke-derive v0.8.1
4882026-05-07T16:34:56.249Z Compiling zerovec-derive v0.11.2
4892026-05-07T16:34:56.249Z Compiling displaydoc v0.2.5
4902026-05-07T16:34:56.249Z Compiling thiserror-impl v1.0.69
4912026-05-07T16:34:56.249Z Compiling zerocopy-derive v0.7.35
4922026-05-07T16:34:56.262Z Compiling scroll_derive v0.12.1
4932026-05-07T16:34:56.280Z Compiling thiserror-impl v2.0.18
4942026-05-07T16:34:56.327Z Compiling clap_derive v4.5.55
4952026-05-07T16:34:56.360Z Compiling pest_derive v2.8.6
4962026-05-07T16:34:56.940Z Compiling scroll v0.12.0
4972026-05-07T16:34:57.044Z Compiling zerocopy v0.7.35
4982026-05-07T16:34:57.160Z Compiling goblin v0.8.2
4992026-05-07T16:34:57.195Z Compiling zerofrom v0.1.6
5002026-05-07T16:34:57.301Z Compiling yoke v0.8.1
5012026-05-07T16:34:57.467Z Compiling zerovec v0.11.5
5022026-05-07T16:34:57.470Z Compiling zerotrie v0.2.3
5032026-05-07T16:34:57.483Z Compiling dtrace-parser v0.2.0
5042026-05-07T16:34:57.714Z Compiling clap v4.5.60
5052026-05-07T16:34:57.898Z Compiling tinystr v0.8.2
5062026-05-07T16:34:57.898Z Compiling potential_utf v0.1.4
5072026-05-07T16:34:58.024Z Compiling icu_collections v2.1.1
5082026-05-07T16:34:58.050Z Compiling icu_locale_core v2.1.1
5092026-05-07T16:34:58.579Z Compiling icu_provider v2.1.1
5102026-05-07T16:34:58.743Z Compiling dof v0.3.0
5112026-05-07T16:34:58.743Z Compiling serde_tokenstream v0.2.3
5122026-05-07T16:34:58.773Z Compiling toml_datetime v0.6.11
5132026-05-07T16:34:58.776Z Compiling serde_spanned v0.6.9
5142026-05-07T16:34:58.776Z Compiling serde-value v0.7.0
5152026-05-07T16:34:58.776Z Compiling cargo-platform v0.2.0
5162026-05-07T16:34:58.776Z Compiling macaddr v1.0.1
5172026-05-07T16:34:58.790Z Compiling icu_normalizer v2.1.1
5182026-05-07T16:34:58.793Z Compiling icu_properties v2.1.2
5192026-05-07T16:34:59.056Z Compiling toml_edit v0.22.27
5202026-05-07T16:34:59.485Z Compiling usdt-attr-macro v0.5.0
5212026-05-07T16:34:59.485Z Compiling usdt-macro v0.5.0
5222026-05-07T16:34:59.731Z Compiling idna_adapter v1.2.1
5232026-05-07T16:34:59.830Z Compiling idna v1.1.0
5242026-05-07T16:35:00.074Z Compiling usdt v0.5.0
5252026-05-07T16:35:00.089Z Compiling url v2.5.8
5262026-05-07T16:35:00.314Z Compiling toml v0.8.23
5272026-05-07T16:35:00.638Z Compiling cargo-util-schemas v0.8.2
5282026-05-07T16:35:00.638Z Compiling cargo_toml v0.21.0
5292026-05-07T16:35:01.410Z Compiling cargo_metadata v0.21.0
5302026-05-07T16:35:02.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-07T16:35:04.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.09s
5322026-05-07T16:35:04.707Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-07T16:35:05.249Z Downloading crates ...
5342026-05-07T16:35:05.348Z Downloaded ahash v0.8.12
5352026-05-07T16:35:05.361Z Downloaded adler2 v2.0.1
5362026-05-07T16:35:05.365Z Downloaded bitfield-struct v0.6.2
5372026-05-07T16:35:05.365Z Downloaded crunchy v0.2.4
5382026-05-07T16:35:05.365Z Downloaded crucible-workspace-hack v0.1.0
5392026-05-07T16:35:05.371Z Downloaded dtrace-parser v0.3.0
5402026-05-07T16:35:05.375Z Downloaded aead v0.5.2
5412026-05-07T16:35:05.375Z Downloaded async-recursion v1.1.1
5422026-05-07T16:35:05.380Z Downloaded derive_builder_macro v0.20.2
5432026-05-07T16:35:05.380Z Downloaded env_filter v1.0.0
5442026-05-07T16:35:05.380Z Downloaded dof v0.4.0
5452026-05-07T16:35:05.380Z Downloaded crc8 v0.1.1
5462026-05-07T16:35:05.380Z Downloaded crc32fast v1.5.0
5472026-05-07T16:35:05.383Z Downloaded cfg_aliases v0.1.1
5482026-05-07T16:35:05.383Z Downloaded bit-set v0.8.0
5492026-05-07T16:35:05.383Z Downloaded bitfield-macros v0.19.4
5502026-05-07T16:35:05.383Z Downloaded atomicwrites v0.4.4
5512026-05-07T16:35:05.387Z Downloaded ciborium-io v0.2.2
5522026-05-07T16:35:05.387Z Downloaded crossterm v0.29.0
5532026-05-07T16:35:05.390Z Downloaded critical-section v1.2.0
5542026-05-07T16:35:05.390Z Downloaded base16ct v0.2.0
5552026-05-07T16:35:05.394Z Downloaded foreign-types-shared v0.1.1
5562026-05-07T16:35:05.394Z Downloaded expectorate v1.2.0
5572026-05-07T16:35:05.394Z Downloaded crossbeam-deque v0.8.6
5582026-05-07T16:35:05.399Z Downloaded castaway v0.2.4
5592026-05-07T16:35:05.399Z Downloaded cargo-platform v0.1.9
5602026-05-07T16:35:05.399Z Downloaded arrayref v0.3.9
5612026-05-07T16:35:05.405Z Downloaded crc v3.4.0
5622026-05-07T16:35:05.405Z Downloaded fd-lock v4.0.4
5632026-05-07T16:35:05.405Z Downloaded crossbeam-epoch v0.9.18
5642026-05-07T16:35:05.408Z Downloaded bb8 v0.8.6
5652026-05-07T16:35:05.408Z Downloaded atty v0.2.14
5662026-05-07T16:35:05.408Z Downloaded assert_matches v1.5.0
5672026-05-07T16:35:05.408Z Downloaded fallible-iterator v0.2.0
5682026-05-07T16:35:05.411Z Downloaded crossbeam-utils v0.8.21
5692026-05-07T16:35:05.411Z Downloaded cobs v0.3.0
5702026-05-07T16:35:05.411Z Downloaded bit-set v0.5.3
5712026-05-07T16:35:05.417Z Downloaded derive_builder_core v0.20.2
5722026-05-07T16:35:05.420Z Downloaded cfg_aliases v0.2.1
5732026-05-07T16:35:05.420Z Downloaded difflib v0.4.0
5742026-05-07T16:35:05.420Z Downloaded darling v0.20.11
5752026-05-07T16:35:05.423Z Downloaded block-padding v0.3.3
5762026-05-07T16:35:05.423Z Downloaded flagset v0.4.7
5772026-05-07T16:35:05.426Z Downloaded fixedbitset v0.4.2
5782026-05-07T16:35:05.426Z Downloaded fixedbitset v0.5.7
5792026-05-07T16:35:05.430Z Downloaded diff v0.1.13
5802026-05-07T16:35:05.430Z Downloaded atomic-waker v1.1.2
5812026-05-07T16:35:05.433Z Downloaded dropshot-api-manager-types v0.7.1
5822026-05-07T16:35:05.433Z Downloaded ciborium-ll v0.2.2
5832026-05-07T16:35:05.434Z Downloaded darling_macro v0.20.11
5842026-05-07T16:35:05.437Z Downloaded compression-core v0.4.31
5852026-05-07T16:35:05.443Z Downloaded diesel_table_macro_syntax v0.3.0
5862026-05-07T16:35:05.446Z Downloaded cpufeatures v0.3.0
5872026-05-07T16:35:05.446Z Downloaded bit-vec v0.8.0
5882026-05-07T16:35:05.449Z Downloaded embedded-io v0.4.0
5892026-05-07T16:35:05.449Z Downloaded bitfield v0.19.4
5902026-05-07T16:35:05.449Z Downloaded arc-swap v1.8.2
5912026-05-07T16:35:05.452Z Downloaded bit-vec v0.6.3
5922026-05-07T16:35:05.455Z Downloaded async-stream-impl v0.3.6
5932026-05-07T16:35:05.455Z Downloaded defmt v0.3.100
5942026-05-07T16:35:05.455Z Downloaded cmake v0.1.57
5952026-05-07T16:35:05.458Z Downloaded endian-type v0.1.2
5962026-05-07T16:35:05.458Z Downloaded embedded-io v0.6.1
5972026-05-07T16:35:05.458Z Downloaded debug-ignore v1.0.5
5982026-05-07T16:35:05.461Z Downloaded camino-tempfile-ext v0.3.3
5992026-05-07T16:35:05.461Z Downloaded ascii-canvas v3.0.0
6002026-05-07T16:35:05.461Z Downloaded convert_case v0.4.0
6012026-05-07T16:35:05.466Z Downloaded array-init v0.0.4
6022026-05-07T16:35:05.470Z Downloaded float-ord v0.3.2
6032026-05-07T16:35:05.472Z Downloaded diesel-dtrace v0.5.0
6042026-05-07T16:35:05.477Z Downloaded env_logger v0.11.9
6052026-05-07T16:35:05.480Z Downloaded foreign-types-macros v0.2.3
6062026-05-07T16:35:05.480Z Downloaded foreign-types v0.3.2
6072026-05-07T16:35:05.484Z Downloaded dsl_auto_type v0.2.0
6082026-05-07T16:35:05.489Z Downloaded funty v2.0.0
6092026-05-07T16:35:05.489Z Downloaded foreign-types v0.5.0
6102026-05-07T16:35:05.489Z Downloaded foreign-types-shared v0.3.1
6112026-05-07T16:35:05.489Z Downloaded cbc v0.1.2
6122026-05-07T16:35:05.489Z Downloaded darling_macro v0.23.0
6132026-05-07T16:35:05.489Z Downloaded async-trait v0.1.89
6142026-05-07T16:35:05.493Z Downloaded downcast-rs v2.0.2
6152026-05-07T16:35:05.493Z Downloaded enum-as-inner v0.6.1
6162026-05-07T16:35:05.493Z Downloaded dyn-clone v1.0.20
6172026-05-07T16:35:05.496Z Downloaded dunce v1.0.5
6182026-05-07T16:35:05.496Z Downloaded async-stream v0.3.6
6192026-05-07T16:35:05.496Z Downloaded float-cmp v0.10.0
6202026-05-07T16:35:05.497Z Downloaded document-features v0.2.12
6212026-05-07T16:35:05.503Z Downloaded byte-wrapper v0.1.0
6222026-05-07T16:35:05.503Z Downloaded display-error-chain v0.2.2
6232026-05-07T16:35:05.503Z Downloaded dirs-sys-next v0.1.2
6242026-05-07T16:35:05.508Z Downloaded curve25519-dalek-derive v0.1.1
6252026-05-07T16:35:05.508Z Downloaded convert_case v0.10.0
6262026-05-07T16:35:05.508Z Downloaded darling_macro v0.21.3
6272026-05-07T16:35:05.508Z Downloaded cstr-argument v0.1.2
6282026-05-07T16:35:05.511Z Downloaded crc-catalog v2.4.0
6292026-05-07T16:35:05.511Z Downloaded cargo_metadata v0.19.2
6302026-05-07T16:35:05.511Z Downloaded futures-macro v0.3.32
6312026-05-07T16:35:05.511Z Downloaded compression-codecs v0.4.37
6322026-05-07T16:35:05.515Z Downloaded futures-sink v0.3.32
6332026-05-07T16:35:05.515Z Downloaded git-stub v1.0.0
6342026-05-07T16:35:05.515Z Downloaded futures-io v0.3.32
6352026-05-07T16:35:05.520Z Downloaded dirs-next v2.0.0
6362026-05-07T16:35:05.520Z Downloaded futures-task v0.3.32
6372026-05-07T16:35:05.520Z Downloaded ghash v0.5.1
6382026-05-07T16:35:05.520Z Downloaded futures-core v0.3.32
6392026-05-07T16:35:05.523Z Downloaded cassowary v0.3.0
6402026-05-07T16:35:05.523Z Downloaded hash32 v0.3.1
6412026-05-07T16:35:05.523Z Downloaded der_derive v0.7.3
6422026-05-07T16:35:05.523Z Downloaded blowfish v0.9.1
6432026-05-07T16:35:05.523Z Downloaded bcs v0.1.6
6442026-05-07T16:35:05.526Z Downloaded cexpr v0.6.0
6452026-05-07T16:35:05.526Z Downloaded bitflags v1.3.2
6462026-05-07T16:35:05.528Z Downloaded colored v2.2.0
6472026-05-07T16:35:05.532Z Downloaded foldhash v0.1.5
6482026-05-07T16:35:05.532Z Downloaded globwalk v0.9.1
6492026-05-07T16:35:05.532Z Downloaded gethostname v0.5.0
6502026-05-07T16:35:05.532Z Downloaded fxhash v0.2.1
6512026-05-07T16:35:05.535Z Downloaded base64ct v1.8.3
6522026-05-07T16:35:05.535Z Downloaded aes v0.8.4
6532026-05-07T16:35:05.539Z Downloaded ecdsa v0.16.9
6542026-05-07T16:35:05.539Z Downloaded hash32 v0.2.1
6552026-05-07T16:35:05.542Z Downloaded ff v0.13.1
6562026-05-07T16:35:05.542Z Downloaded daft-derive v0.1.5
6572026-05-07T16:35:05.542Z Downloaded headers-core v0.3.0
6582026-05-07T16:35:05.545Z Downloaded const_format_proc_macros v0.2.34
6592026-05-07T16:35:05.545Z Downloaded cipher v0.4.4
6602026-05-07T16:35:05.545Z Downloaded deranged v0.5.8
6612026-05-07T16:35:05.549Z Downloaded ena v0.14.4
6622026-05-07T16:35:05.549Z Downloaded derive_more-impl v2.1.1
6632026-05-07T16:35:05.553Z Downloaded constant_time_eq v0.4.2
6642026-05-07T16:35:05.554Z Downloaded hex-literal v0.4.1
6652026-05-07T16:35:05.557Z Downloaded buf-list v1.1.2
6662026-05-07T16:35:05.557Z Downloaded arrayvec v0.7.6
6672026-05-07T16:35:05.557Z Downloaded crossbeam-channel v0.5.15
6682026-05-07T16:35:05.560Z Downloaded hubpack_derive v0.1.1
6692026-05-07T16:35:05.560Z Downloaded http-range v0.1.5
6702026-05-07T16:35:05.560Z Downloaded darling v0.21.3
6712026-05-07T16:35:05.563Z Downloaded hostname v0.4.2
6722026-05-07T16:35:05.566Z Downloaded home v0.5.12
6732026-05-07T16:35:05.566Z Downloaded defmt-parser v1.0.0
6742026-05-07T16:35:05.566Z Downloaded hostname v0.3.1
6752026-05-07T16:35:05.569Z Downloaded foldhash v0.2.0
6762026-05-07T16:35:05.569Z Downloaded http-body v1.0.1
6772026-05-07T16:35:05.569Z Downloaded either v1.15.0
6782026-05-07T16:35:05.569Z Downloaded hubpack v0.1.2
6792026-05-07T16:35:05.573Z Downloaded ed25519 v2.2.3
6802026-05-07T16:35:05.573Z Downloaded fs-err v2.11.0
6812026-05-07T16:35:05.576Z Downloaded defmt v1.0.1
6822026-05-07T16:35:05.576Z Downloaded chacha20 v0.10.0
6832026-05-07T16:35:05.578Z Downloaded corncobs v0.1.4
6842026-05-07T16:35:05.578Z Downloaded derive-ex v0.1.8
6852026-05-07T16:35:05.581Z Downloaded hyper-tls v0.6.0
6862026-05-07T16:35:05.581Z Downloaded chacha20 v0.9.1
6872026-05-07T16:35:05.582Z Downloaded daft v0.1.5
6882026-05-07T16:35:05.584Z Downloaded derive_builder v0.20.2
6892026-05-07T16:35:05.587Z Downloaded indoc v1.0.9
6902026-05-07T16:35:05.587Z Downloaded instability v0.3.11
6912026-05-07T16:35:05.592Z Downloaded inout v0.1.4
6922026-05-07T16:35:05.592Z Downloaded bzip2 v0.4.4
6932026-05-07T16:35:05.592Z Downloaded flume v0.11.1
6942026-05-07T16:35:05.595Z Downloaded futures-executor v0.3.32
6952026-05-07T16:35:05.595Z Downloaded fs_extra v1.3.0
6962026-05-07T16:35:05.599Z Downloaded darling v0.23.0
6972026-05-07T16:35:05.599Z Downloaded async-bb8-diesel v0.2.1
6982026-05-07T16:35:05.602Z Downloaded filetime v0.2.27
6992026-05-07T16:35:05.602Z Downloaded csv-core v0.1.13
7002026-05-07T16:35:05.603Z Downloaded ident_case v1.0.1
7012026-05-07T16:35:05.605Z Downloaded git-stub-vcs v0.1.0
7022026-05-07T16:35:05.605Z Downloaded globset v0.4.18
7032026-05-07T16:35:05.605Z Downloaded elliptic-curve v0.13.8
7042026-05-07T16:35:05.608Z Downloaded glob v0.3.3
7052026-05-07T16:35:05.609Z Downloaded console v0.16.2
7062026-05-07T16:35:05.612Z Downloaded erased-serde v0.3.31
7072026-05-07T16:35:05.612Z Downloaded hex v0.4.3
7082026-05-07T16:35:05.612Z Downloaded defmt-macros v1.0.1
7092026-05-07T16:35:05.615Z Downloaded internet-checksum v0.2.1
7102026-05-07T16:35:05.615Z Downloaded ctr v0.9.2
7112026-05-07T16:35:05.621Z Downloaded is_ci v1.2.0
7122026-05-07T16:35:05.621Z Downloaded console v0.15.11
7132026-05-07T16:35:05.625Z Downloaded is-terminal v0.4.17
7142026-05-07T16:35:05.625Z Downloaded bzip2 v0.6.1
7152026-05-07T16:35:05.625Z Downloaded const-oid v0.9.6
7162026-05-07T16:35:05.625Z Downloaded lalrpop-util v0.19.12
7172026-05-07T16:35:05.625Z Downloaded keccak v0.1.6
7182026-05-07T16:35:05.625Z Downloaded cancel-safe-futures v0.1.5
7192026-05-07T16:35:05.630Z Downloaded backoff v0.4.0
7202026-05-07T16:35:05.630Z Downloaded clang-sys v1.8.1
7212026-05-07T16:35:05.630Z Downloaded cookie_store v0.22.1
7222026-05-07T16:35:05.633Z Downloaded backon v1.6.0
7232026-05-07T16:35:05.633Z Downloaded ar_archive_writer v0.5.1
7242026-05-07T16:35:05.638Z Downloaded memoffset v0.9.1
7252026-05-07T16:35:05.638Z Downloaded lru-slab v0.1.2
7262026-05-07T16:35:05.638Z Downloaded highway v1.3.0
7272026-05-07T16:35:05.642Z Downloaded http-body-util v0.1.3
7282026-05-07T16:35:05.642Z Downloaded lru-cache v0.1.2
7292026-05-07T16:35:05.642Z Downloaded lru v0.12.5
7302026-05-07T16:35:05.642Z Downloaded bcrypt-pbkdf v0.10.0
7312026-05-07T16:35:05.642Z Downloaded argon2 v0.5.3
7322026-05-07T16:35:05.645Z Downloaded des v0.8.1
7332026-05-07T16:35:05.645Z Downloaded kstat-rs v0.2.4
7342026-05-07T16:35:05.645Z Downloaded data-encoding v2.10.0
7352026-05-07T16:35:05.645Z Downloaded find-msvc-tools v0.1.9
7362026-05-07T16:35:05.648Z Downloaded maplit v1.0.2
7372026-05-07T16:35:05.648Z Downloaded drift v0.1.3
7382026-05-07T16:35:05.652Z Downloaded humantime v2.3.0
7392026-05-07T16:35:05.652Z Downloaded match_cfg v0.1.0
7402026-05-07T16:35:05.652Z Downloaded managed v0.8.0
7412026-05-07T16:35:05.656Z Downloaded libscf-sys v1.1.0
7422026-05-07T16:35:05.656Z Downloaded impl-trait-for-tuples v0.2.3
7432026-05-07T16:35:05.660Z Downloaded md5 v0.7.0
7442026-05-07T16:35:05.660Z Downloaded md-5 v0.10.6
7452026-05-07T16:35:05.660Z Downloaded indoc v2.0.7
7462026-05-07T16:35:05.666Z Downloaded futures-channel v0.3.32
7472026-05-07T16:35:05.666Z Downloaded maybe-uninit v2.0.0
7482026-05-07T16:35:05.670Z Downloaded multimap v0.10.1
7492026-05-07T16:35:05.670Z Downloaded newtype-uuid-macros v0.1.0
7502026-05-07T16:35:05.670Z Downloaded dropshot_endpoint v0.16.7
7512026-05-07T16:35:05.670Z Downloaded crc-any v2.5.0
7522026-05-07T16:35:05.673Z Downloaded colored v3.1.1
7532026-05-07T16:35:05.673Z Downloaded derive_more v0.99.20
7542026-05-07T16:35:05.676Z Downloaded ciborium v0.2.2
7552026-05-07T16:35:05.679Z Downloaded hyper-staticfile v0.10.1
7562026-05-07T16:35:05.680Z Downloaded httpdate v1.0.3
7572026-05-07T16:35:05.685Z Downloaded nibble_vec v0.1.0
7582026-05-07T16:35:05.685Z Downloaded group v0.13.0
7592026-05-07T16:35:05.685Z Downloaded num-conv v0.2.0
7602026-05-07T16:35:05.685Z Downloaded num v0.4.3
7612026-05-07T16:35:05.688Z Downloaded newline-converter v0.3.0
7622026-05-07T16:35:05.688Z Downloaded nonempty v0.12.0
7632026-05-07T16:35:05.688Z Downloaded nodrop v0.1.14
7642026-05-07T16:35:05.688Z Downloaded newtype_derive v0.1.6
7652026-05-07T16:35:05.688Z Downloaded getrandom v0.2.17
7662026-05-07T16:35:05.692Z Downloaded new_debug_unreachable v1.0.6
7672026-05-07T16:35:05.692Z Downloaded indent_write v2.2.0
7682026-05-07T16:35:05.693Z Downloaded allocator-api2 v0.2.21
7692026-05-07T16:35:05.698Z Downloaded ingot v0.1.1
7702026-05-07T16:35:05.701Z Downloaded jobserver v0.1.34
7712026-05-07T16:35:05.702Z Downloaded ipnetwork v0.21.1
7722026-05-07T16:35:05.702Z Downloaded instant v0.1.13
7732026-05-07T16:35:05.702Z Downloaded normalize-line-endings v0.3.0
7742026-05-07T16:35:05.702Z Downloaded ipnet v2.11.0
7752026-05-07T16:35:05.708Z Downloaded darling_core v0.23.0
7762026-05-07T16:35:05.708Z Downloaded num-derive v0.3.3
7772026-05-07T16:35:05.711Z Downloaded lzss v0.8.2
7782026-05-07T16:35:05.711Z Downloaded num_threads v0.1.7
7792026-05-07T16:35:05.711Z Downloaded libsw-core v0.3.2
7802026-05-07T16:35:05.711Z Downloaded num-iter v0.1.45
7812026-05-07T16:35:05.711Z Downloaded num-derive v0.4.2
7822026-05-07T16:35:05.714Z Downloaded libloading v0.8.9
7832026-05-07T16:35:05.714Z Downloaded olpc-cjson v0.1.4
7842026-05-07T16:35:05.714Z Downloaded half v1.8.3
7852026-05-07T16:35:05.717Z Downloaded openssl-probe v0.2.1
7862026-05-07T16:35:05.717Z Downloaded cookie v0.18.1
7872026-05-07T16:35:05.720Z Downloaded blake2 v0.10.6
7882026-05-07T16:35:05.720Z Downloaded lazy_static v1.5.0
7892026-05-07T16:35:05.723Z Downloaded dropshot_endpoint v0.17.0
7902026-05-07T16:35:05.726Z Downloaded derive-where v1.6.0
7912026-05-07T16:35:05.732Z Downloaded iana-time-zone v0.1.65
7922026-05-07T16:35:05.735Z Downloaded libefi-sys v0.1.0
7932026-05-07T16:35:05.735Z Downloaded lock_api v0.4.14
7942026-05-07T16:35:05.735Z Downloaded openssl-probe v0.1.6
7952026-05-07T16:35:05.737Z Downloaded mime_guess v2.0.5
7962026-05-07T16:35:05.737Z Downloaded native-tls v0.2.18
7972026-05-07T16:35:05.740Z Downloaded mime v0.3.17
7982026-05-07T16:35:05.740Z Downloaded ingot-types v0.1.2
7992026-05-07T16:35:05.740Z Downloaded openssl-macros v0.1.1
8002026-05-07T16:35:05.740Z Downloaded opaque-debug v0.3.1
8012026-05-07T16:35:05.743Z Downloaded num_enum_derive v0.5.11
8022026-05-07T16:35:05.743Z Downloaded linked-hash-map v0.5.6
8032026-05-07T16:35:05.743Z Downloaded hyper-rustls v0.27.7
8042026-05-07T16:35:05.747Z Downloaded fatfs v0.3.6
8052026-05-07T16:35:05.747Z Downloaded chacha20poly1305 v0.10.1
8062026-05-07T16:35:05.751Z Downloaded httparse v1.10.1
8072026-05-07T16:35:05.751Z Downloaded crypto-bigint v0.5.5
8082026-05-07T16:35:05.754Z Downloaded packed_struct_codegen v0.10.1
8092026-05-07T16:35:05.754Z Downloaded crossterm v0.28.1
8102026-05-07T16:35:05.758Z Downloaded nanorand v0.7.0
8112026-05-07T16:35:05.761Z Downloaded path-slash v0.1.5
8122026-05-07T16:35:05.761Z Downloaded parse-size v1.1.0
8132026-05-07T16:35:05.761Z Downloaded oso-derive v0.27.3
8142026-05-07T16:35:05.764Z Downloaded linear-map v1.2.0
8152026-05-07T16:35:05.764Z Downloaded libsw v3.5.0
8162026-05-07T16:35:05.764Z Downloaded pbkdf2 v0.12.2
8172026-05-07T16:35:05.767Z Downloaded compact_str v0.8.1
8182026-05-07T16:35:05.769Z Downloaded bytes v1.11.1
8192026-05-07T16:35:05.772Z Downloaded parse-display v0.10.0
8202026-05-07T16:35:05.775Z Downloaded num_enum v0.7.5
8212026-05-07T16:35:05.779Z Downloaded half v2.7.1
8222026-05-07T16:35:05.795Z Downloaded phf_shared v0.12.1
8232026-05-07T16:35:05.800Z Downloaded phf_shared v0.11.3
8242026-05-07T16:35:05.800Z Downloaded peg-runtime v0.8.5
8252026-05-07T16:35:05.800Z Downloaded num_enum_derive v0.7.5
8262026-05-07T16:35:05.800Z Downloaded num-rational v0.4.2
8272026-05-07T16:35:05.804Z Downloaded num-complex v0.4.6
8282026-05-07T16:35:05.804Z Downloaded phf_shared v0.13.1
8292026-05-07T16:35:05.804Z Downloaded nu-ansi-term v0.50.3
8302026-05-07T16:35:05.805Z Downloaded newtype-uuid v1.3.2
8312026-05-07T16:35:05.808Z Downloaded ingot-macros v0.1.1
8322026-05-07T16:35:05.808Z Downloaded getrandom v0.3.4
8332026-05-07T16:35:05.808Z Downloaded darling_core v0.20.11
8342026-05-07T16:35:05.812Z Downloaded ignore v0.4.25
8352026-05-07T16:35:05.820Z Downloaded hmac v0.12.1
8362026-05-07T16:35:05.820Z Downloaded der v0.7.10
8372026-05-07T16:35:05.823Z Downloaded litrs v1.0.0
8382026-05-07T16:35:05.823Z Downloaded pin-utils v0.1.0
8392026-05-07T16:35:05.823Z Downloaded derive_more v2.1.1
8402026-05-07T16:35:05.830Z Downloaded predicates-tree v1.0.13
8412026-05-07T16:35:05.835Z Downloaded predicates-core v1.0.10
8422026-05-07T16:35:05.835Z Downloaded powerfmt v0.2.0
8432026-05-07T16:35:05.835Z Downloaded multer v3.1.0
8442026-05-07T16:35:05.835Z Downloaded darling_core v0.21.3
8452026-05-07T16:35:05.838Z Downloaded parking_lot_core v0.8.6
8462026-05-07T16:35:05.838Z Downloaded proc-macro-crate v3.4.0
8472026-05-07T16:35:05.841Z Downloaded futures v0.3.32
8482026-05-07T16:35:05.844Z Downloaded password-hash v0.5.0
8492026-05-07T16:35:05.844Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-05-07T16:35:05.844Z Downloaded proc-macro-crate v1.3.1
8512026-05-07T16:35:05.847Z Downloaded num-integer v0.1.46
8522026-05-07T16:35:05.847Z Downloaded precomputed-hash v0.1.1
8532026-05-07T16:35:05.847Z Downloaded progenitor-client v0.10.0
8542026-05-07T16:35:05.847Z Downloaded owo-colors v4.3.0
8552026-05-07T16:35:05.850Z Downloaded headers v0.4.1
8562026-05-07T16:35:05.853Z Downloaded progenitor-client v0.11.2
8572026-05-07T16:35:05.853Z Downloaded const_format v0.2.35
8582026-05-07T16:35:05.856Z Downloaded packed_struct v0.10.1
8592026-05-07T16:35:05.856Z Downloaded oxnet v0.1.4
8602026-05-07T16:35:05.861Z Downloaded oxide-tokio-rt v0.1.4
8612026-05-07T16:35:05.861Z Downloaded parse-display-derive v0.10.0
8622026-05-07T16:35:05.864Z Downloaded async-compression v0.4.41
8632026-05-07T16:35:05.864Z Downloaded progenitor-macro v0.14.0
8642026-05-07T16:35:05.867Z Downloaded phf v0.12.1
8652026-05-07T16:35:05.867Z Downloaded progenitor-client v0.14.0
8662026-05-07T16:35:05.867Z Downloaded phf v0.13.1
8672026-05-07T16:35:05.870Z Downloaded quick-error v1.2.3
8682026-05-07T16:35:05.870Z Downloaded pem v3.0.6
8692026-05-07T16:35:05.870Z Downloaded pbkdf2 v0.11.0
8702026-05-07T16:35:05.870Z Downloaded indexmap v1.9.3
8712026-05-07T16:35:05.874Z Downloaded peg-macros v0.8.5
8722026-05-07T16:35:05.877Z Downloaded peg v0.8.5
8732026-05-07T16:35:05.877Z Downloaded heapless v0.8.0
8742026-05-07T16:35:05.880Z Downloaded pem-rfc7468 v0.7.0
8752026-05-07T16:35:05.880Z Downloaded psl-types v2.0.11
8762026-05-07T16:35:05.885Z Downloaded progenitor-macro v0.13.0
8772026-05-07T16:35:05.885Z Downloaded password-hash v0.4.2
8782026-05-07T16:35:05.885Z Downloaded pkg-config v0.3.32
8792026-05-07T16:35:05.888Z Downloaded progenitor-macro v0.10.0
8802026-05-07T16:35:05.888Z Downloaded omicron-zone-package v0.12.2
8812026-05-07T16:35:05.888Z Downloaded num_enum v0.5.11
8822026-05-07T16:35:05.892Z Downloaded indicatif v0.18.4
8832026-05-07T16:35:05.895Z Downloaded rand_chacha v0.3.1
8842026-05-07T16:35:05.895Z Downloaded pkcs8 v0.10.2
8852026-05-07T16:35:05.895Z Downloaded flate2 v1.1.9
8862026-05-07T16:35:05.898Z Downloaded pin-project-lite v0.2.17
8872026-05-07T16:35:05.900Z Downloaded dropshot-api-manager v0.7.1
8882026-05-07T16:35:05.903Z Downloaded heapless v0.7.17
8892026-05-07T16:35:05.906Z Downloaded libbz2-rs-sys v0.2.2
8902026-05-07T16:35:05.910Z Downloaded poly1305 v0.8.0
8912026-05-07T16:35:05.910Z Downloaded polyval v0.6.2
8922026-05-07T16:35:05.910Z Downloaded ref-cast-impl v1.0.25
8932026-05-07T16:35:05.913Z Downloaded postgres-protocol v0.6.10
8942026-05-07T16:35:05.913Z Downloaded parking_lot v0.11.2
8952026-05-07T16:35:05.913Z Downloaded ppv-lite86 v0.2.21
8962026-05-07T16:35:05.917Z Downloaded base64 v0.21.7
8972026-05-07T16:35:05.917Z Downloaded progenitor-extras v0.2.0
8982026-05-07T16:35:05.921Z Downloaded ref-cast v1.0.25
8992026-05-07T16:35:05.921Z Downloaded bumpalo v3.20.2
9002026-05-07T16:35:05.921Z Downloaded progenitor-client v0.13.0
9012026-05-07T16:35:05.925Z Downloaded proc-macro-error2 v2.0.1
9022026-05-07T16:35:05.925Z Downloaded paste v1.0.15
9032026-05-07T16:35:05.929Z Downloaded rfc6979 v0.4.0
9042026-05-07T16:35:05.929Z Downloaded parking_lot_core v0.9.12
9052026-05-07T16:35:05.929Z Downloaded primeorder v0.13.6
9062026-05-07T16:35:05.929Z Downloaded hickory-resolver v0.24.4
9072026-05-07T16:35:05.932Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-05-07T16:35:05.932Z Downloaded recursive v0.1.1
9092026-05-07T16:35:05.932Z Downloaded progenitor v0.13.0
9102026-05-07T16:35:05.935Z Downloaded progenitor v0.11.2
9112026-05-07T16:35:05.935Z Downloaded parking_lot v0.12.5
9122026-05-07T16:35:05.939Z Downloaded memmap2 v0.9.10
9132026-05-07T16:35:05.939Z Downloaded cc v1.2.56
9142026-05-07T16:35:05.943Z Downloaded pin-project-internal v1.1.11
9152026-05-07T16:35:05.943Z Downloaded base64 v0.22.1
9162026-05-07T16:35:05.946Z Downloaded psm v0.1.30
9172026-05-07T16:35:05.946Z Downloaded progenitor-macro v0.11.2
9182026-05-07T16:35:05.949Z Downloaded rustc-hash v2.1.1
9192026-05-07T16:35:05.949Z Downloaded rtoolbox v0.0.3
9202026-05-07T16:35:05.954Z Downloaded r2d2 v0.8.10
9212026-05-07T16:35:05.957Z Downloaded pkcs5 v0.7.1
9222026-05-07T16:35:05.961Z Downloaded diesel_derives v2.3.7
9232026-05-07T16:35:05.972Z Downloaded radium v0.7.0
9242026-05-07T16:35:05.972Z Downloaded rustc_version v0.1.7
9252026-05-07T16:35:05.972Z Downloaded rand_xorshift v0.4.0
9262026-05-07T16:35:05.979Z Downloaded rand_core v0.6.4
9272026-05-07T16:35:05.979Z Downloaded russh-cryptovec v0.7.3
9282026-05-07T16:35:05.979Z Downloaded rand_chacha v0.9.0
9292026-05-07T16:35:05.979Z Downloaded ed25519-dalek v2.2.0
9302026-05-07T16:35:05.979Z Downloaded postcard v1.1.3
9312026-05-07T16:35:05.984Z Downloaded scheduled-thread-pool v0.2.7
9322026-05-07T16:35:05.988Z Downloaded rand_core v0.10.0
9332026-05-07T16:35:05.988Z Downloaded progenitor v0.10.0
9342026-05-07T16:35:05.991Z Downloaded progenitor v0.14.0
9352026-05-07T16:35:05.991Z Downloaded rand_seeder v0.4.0
9362026-05-07T16:35:05.994Z Downloaded rand_core v0.9.5
9372026-05-07T16:35:05.994Z Downloaded postgres-types v0.2.12
9382026-05-07T16:35:05.994Z Downloaded pkcs1 v0.7.5
9392026-05-07T16:35:05.999Z Downloaded sapling-renderdag v0.1.0
9402026-05-07T16:35:06.004Z Downloaded scrypt v0.11.0
9412026-05-07T16:35:06.004Z Downloaded resolv-conf v0.7.6
9422026-05-07T16:35:06.007Z Downloaded predicates v3.1.4
9432026-05-07T16:35:06.010Z Downloaded oso v0.27.3
9442026-05-07T16:35:06.016Z Downloaded same-file v1.0.6
9452026-05-07T16:35:06.021Z Downloaded salsa20 v0.10.2
9462026-05-07T16:35:06.024Z Downloaded scroll_derive v0.13.1
9472026-05-07T16:35:06.024Z Downloaded secrecy v0.8.0
9482026-05-07T16:35:06.027Z Downloaded miniz_oxide v0.8.9
9492026-05-07T16:35:06.027Z Downloaded serde_urlencoded v0.7.1
9502026-05-07T16:35:06.030Z Downloaded serde_spanned v1.0.4
9512026-05-07T16:35:06.030Z Downloaded serde_repr v0.1.20
9522026-05-07T16:35:06.030Z Downloaded hickory-resolver v0.25.2
9532026-05-07T16:35:06.034Z Downloaded serde_bytes v0.11.19
9542026-05-07T16:35:06.039Z Downloaded serde-big-array v0.5.1
9552026-05-07T16:35:06.042Z Downloaded signal-hook-mio v0.2.5
9562026-05-07T16:35:06.046Z Downloaded sha1 v0.10.6
9572026-05-07T16:35:06.050Z Downloaded shell-words v1.1.1
9582026-05-07T16:35:06.050Z Downloaded minimal-lexical v0.2.1
9592026-05-07T16:35:06.055Z Downloaded rustc_version v0.4.1
9602026-05-07T16:35:06.058Z Downloaded semver v0.1.20
9612026-05-07T16:35:06.058Z Downloaded prefix-trie v0.7.0
9622026-05-07T16:35:06.060Z Downloaded rustls-native-certs v0.8.3
9632026-05-07T16:35:06.064Z Downloaded serde_plain v1.0.2
9642026-05-07T16:35:06.064Z Downloaded papergrid v0.17.0
9652026-05-07T16:35:06.066Z Downloaded siphasher v1.0.2
9662026-05-07T16:35:06.067Z Downloaded signal-hook-tokio v0.3.1
9672026-05-07T16:35:06.069Z Downloaded p256 v0.13.2
9682026-05-07T16:35:06.069Z Downloaded progenitor-impl v0.10.0
9692026-05-07T16:35:06.073Z Downloaded rustls-pemfile v2.2.0
9702026-05-07T16:35:06.073Z Downloaded openssl-sys v0.9.114
9712026-05-07T16:35:06.076Z Downloaded jiff-static v0.2.21
9722026-05-07T16:35:06.080Z Downloaded secrecy v0.10.3
9732026-05-07T16:35:06.081Z Downloaded schemars_derive v0.8.22
9742026-05-07T16:35:06.083Z Downloaded slog-envlogger v2.2.0
9752026-05-07T16:35:06.086Z Downloaded rusty-fork v0.3.1
9762026-05-07T16:35:06.090Z Downloaded rustversion v1.0.22
9772026-05-07T16:35:06.093Z Downloaded slog-bunyan v2.5.0
9782026-05-07T16:35:06.093Z Downloaded sigpipe v0.1.3
9792026-05-07T16:35:06.099Z Downloaded progenitor-impl v0.14.0
9802026-05-07T16:35:06.102Z Downloaded quinn-udp v0.5.14
9812026-05-07T16:35:06.106Z Downloaded serde-hex v0.1.0
9822026-05-07T16:35:06.117Z Downloaded hyper-util v0.1.20
9832026-05-07T16:35:06.120Z Downloaded sct v0.7.1
9842026-05-07T16:35:06.123Z Downloaded scopeguard v1.2.0
9852026-05-07T16:35:06.123Z Downloaded signature v2.2.0
9862026-05-07T16:35:06.126Z Downloaded progenitor-impl v0.13.0
9872026-05-07T16:35:06.126Z Downloaded serde_path_to_error v0.1.20
9882026-05-07T16:35:06.129Z Downloaded signal-hook-registry v1.4.8
9892026-05-07T16:35:06.129Z Downloaded shlex v1.3.0
9902026-05-07T16:35:06.129Z Downloaded seq-macro v0.3.6
9912026-05-07T16:35:06.134Z Downloaded sec1 v0.7.3
9922026-05-07T16:35:06.134Z Downloaded sqlparser_derive v0.5.0
9932026-05-07T16:35:06.137Z Downloaded ssh-encoding v0.2.0
9942026-05-07T16:35:06.137Z Downloaded ssh-cipher v0.2.0
9952026-05-07T16:35:06.140Z Downloaded rustls-pemfile v1.0.4
9962026-05-07T16:35:06.144Z Downloaded simd-adler32 v0.3.8
9972026-05-07T16:35:06.146Z Downloaded progenitor-impl v0.11.2
9982026-05-07T16:35:06.146Z Downloaded pin-project v1.1.11
9992026-05-07T16:35:06.157Z Downloaded strum v0.27.2
10002026-05-07T16:35:06.161Z Downloaded slog-stdlog v4.1.1
10012026-05-07T16:35:06.161Z Downloaded serde_derive_internals v0.29.1
10022026-05-07T16:35:06.161Z Downloaded slog-scope v4.4.1
10032026-05-07T16:35:06.161Z Downloaded slog-dtrace v0.3.0
10042026-05-07T16:35:06.161Z Downloaded subtle v2.6.1
10052026-05-07T16:35:06.162Z Downloaded num-bigint v0.4.6
10062026-05-07T16:35:06.164Z Downloaded tabled_derive v0.11.0
10072026-05-07T16:35:06.165Z Downloaded sync_wrapper v1.0.2
10082026-05-07T16:35:06.165Z Downloaded sync-ptr v0.1.4
10092026-05-07T16:35:06.165Z Downloaded serde_cbor v0.11.2
10102026-05-07T16:35:06.168Z Downloaded supports-color v3.0.2
10112026-05-07T16:35:06.168Z Downloaded strum v0.26.3
10122026-05-07T16:35:06.172Z Downloaded http v1.4.0
10132026-05-07T16:35:06.172Z Downloaded structmeta-derive v0.3.0
10142026-05-07T16:35:06.175Z Downloaded structmeta v0.3.0
10152026-05-07T16:35:06.175Z Downloaded strip-ansi-escapes v0.2.1
10162026-05-07T16:35:06.175Z Downloaded rustls-pki-types v1.14.0
10172026-05-07T16:35:06.175Z Downloaded hashbrown v0.13.2
10182026-05-07T16:35:06.185Z Downloaded smf v0.2.3
10192026-05-07T16:35:06.189Z Downloaded tabwriter v1.4.1
10202026-05-07T16:35:06.192Z Downloaded spki v0.7.3
10212026-05-07T16:35:06.192Z Downloaded termtree v0.5.1
10222026-05-07T16:35:06.192Z Downloaded tap v1.0.1
10232026-05-07T16:35:06.192Z Downloaded take_mut v0.2.2
10242026-05-07T16:35:06.192Z Downloaded slog-async v2.8.0
10252026-05-07T16:35:06.195Z Downloaded smallvec v0.6.14
10262026-05-07T16:35:06.199Z Downloaded aes-gcm v0.10.3
10272026-05-07T16:35:06.203Z Downloaded rcgen v0.12.1
10282026-05-07T16:35:06.209Z Downloaded pretty_assertions v1.4.1
10292026-05-07T16:35:06.212Z Downloaded sqlformat v0.3.5
10302026-05-07T16:35:06.212Z Downloaded scroll v0.13.0
10312026-05-07T16:35:06.215Z Downloaded slog-term v2.9.2
10322026-05-07T16:35:06.215Z Downloaded thread-id v5.1.0
10332026-05-07T16:35:06.215Z Downloaded thiserror-impl-no-std v2.0.2
10342026-05-07T16:35:06.217Z Downloaded tagptr v0.2.0
10352026-05-07T16:35:06.217Z Downloaded static_assertions v1.1.0
10362026-05-07T16:35:06.218Z Downloaded rustls-platform-verifier v0.6.2
10372026-05-07T16:35:06.220Z Downloaded stacker v0.1.23
10382026-05-07T16:35:06.226Z Downloaded tinyvec_macros v0.1.1
10392026-05-07T16:35:06.229Z Downloaded time-core v0.1.8
10402026-05-07T16:35:06.229Z Downloaded testing_table v0.3.0
10412026-05-07T16:35:06.236Z Downloaded strum_macros v0.24.3
10422026-05-07T16:35:06.239Z Downloaded slog-json v2.6.1
10432026-05-07T16:35:06.243Z Downloaded tokio-macros v2.7.0
10442026-05-07T16:35:06.246Z Downloaded itertools v0.10.5
10452026-05-07T16:35:06.249Z Downloaded support-bundle-viewer v0.1.2
10462026-05-07T16:35:06.252Z Downloaded ron v0.8.1
10472026-05-07T16:35:06.256Z Downloaded slab v0.4.12
10482026-05-07T16:35:06.258Z Downloaded serde_with_macros v3.17.0
10492026-05-07T16:35:06.258Z Downloaded string_cache v0.8.9
10502026-05-07T16:35:06.258Z Downloaded libxml v0.3.3
10512026-05-07T16:35:06.261Z Downloaded stringprep v0.1.5
10522026-05-07T16:35:06.264Z Downloaded snafu-derive v0.8.9
10532026-05-07T16:35:06.264Z Downloaded hickory-server v0.25.2
10542026-05-07T16:35:06.267Z Downloaded hashbrown v0.12.3
10552026-05-07T16:35:06.270Z Downloaded topological-sort v0.2.2
10562026-05-07T16:35:06.270Z Downloaded rand v0.8.5
10572026-05-07T16:35:06.274Z Downloaded russh-keys v0.45.0
10582026-05-07T16:35:06.274Z Downloaded qorb v0.4.1
10592026-05-07T16:35:06.277Z Downloaded ryu v1.0.23
10602026-05-07T16:35:06.280Z Downloaded publicsuffix v2.3.0
10612026-05-07T16:35:06.284Z Downloaded signal-hook v0.3.18
10622026-05-07T16:35:06.292Z Downloaded tower-service v0.3.3
10632026-05-07T16:35:06.295Z Downloaded tower-layer v0.3.3
10642026-05-07T16:35:06.298Z Downloaded slog v2.8.2
10652026-05-07T16:35:06.301Z Downloaded rayon-core v1.13.0
10662026-05-07T16:35:06.304Z Downloaded mio v1.2.0
10672026-05-07T16:35:06.307Z Downloaded schemars v0.9.0
10682026-05-07T16:35:06.313Z Downloaded try-lock v0.2.5
10692026-05-07T16:35:06.316Z Downloaded strum_macros v0.27.2
10702026-05-07T16:35:06.316Z Downloaded tls_codec v0.4.2
10712026-05-07T16:35:06.318Z Downloaded thread_local v1.1.9
10722026-05-07T16:35:06.319Z Downloaded strum_macros v0.26.4
10732026-05-07T16:35:06.319Z Downloaded tiny-keccak v2.0.2
10742026-05-07T16:35:06.322Z Downloaded spin v0.9.8
10752026-05-07T16:35:06.322Z Downloaded nom v7.1.3
10762026-05-07T16:35:06.325Z Downloaded unit-prefix v0.5.2
10772026-05-07T16:35:06.328Z Downloaded unicode-truncate v1.1.0
10782026-05-07T16:35:06.328Z Downloaded trait-variant v0.1.2
10792026-05-07T16:35:06.328Z Downloaded time-macros v0.2.27
10802026-05-07T16:35:06.331Z Downloaded hashbrown v0.15.5
10812026-05-07T16:35:06.334Z Downloaded itertools v0.12.1
10822026-05-07T16:35:06.340Z Downloaded socket2 v0.6.3
10832026-05-07T16:35:06.344Z Downloaded serde_yaml v0.9.34+deprecated
10842026-05-07T16:35:06.347Z Downloaded tokio-dtrace v0.1.1
10852026-05-07T16:35:06.347Z Downloaded typify-macro v0.6.2
10862026-05-07T16:35:06.347Z Downloaded typify-macro v0.4.3
10872026-05-07T16:35:06.347Z Downloaded unarray v0.1.4
10882026-05-07T16:35:06.347Z Downloaded socket2 v0.5.10
10892026-05-07T16:35:06.352Z Downloaded universal-hash v0.5.1
10902026-05-07T16:35:06.352Z Downloaded usdt-attr-macro v0.6.0
10912026-05-07T16:35:06.356Z Downloaded rsa v0.9.10
10922026-05-07T16:35:06.356Z Downloaded hashbrown v0.16.1
10932026-05-07T16:35:06.360Z Downloaded hyper v1.8.1
10942026-05-07T16:35:06.365Z Downloaded rand v0.9.2
10952026-05-07T16:35:06.370Z Downloaded thiserror-no-std v2.0.2
10962026-05-07T16:35:06.373Z Downloaded usdt-macro v0.6.0
10972026-05-07T16:35:06.373Z Downloaded tls_codec_derive v0.4.2
10982026-05-07T16:35:06.376Z Downloaded usdt v0.6.0
10992026-05-07T16:35:06.376Z Downloaded untrusted v0.9.0
11002026-05-07T16:35:06.376Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11012026-05-07T16:35:06.379Z Downloaded tokio-rustls v0.25.0
11022026-05-07T16:35:06.379Z Downloaded tokio-native-tls v0.3.1
11032026-05-07T16:35:06.379Z Downloaded h2 v0.4.13
11042026-05-07T16:35:06.382Z Downloaded toml_writer v1.0.6+spec-1.1.0
11052026-05-07T16:35:06.387Z Downloaded utf-8 v0.7.6
11062026-05-07T16:35:06.387Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-05-07T16:35:06.387Z Downloaded tokio-tungstenite v0.23.1
11082026-05-07T16:35:06.390Z Downloaded tokio-tungstenite v0.21.0
11092026-05-07T16:35:06.390Z Downloaded term v0.7.0
11102026-05-07T16:35:06.394Z Downloaded schemars v0.8.22
11112026-05-07T16:35:06.398Z Downloaded prettyplease v0.2.37
11122026-05-07T16:35:06.403Z Downloaded void v1.0.2
11132026-05-07T16:35:06.403Z Downloaded termios v0.3.3
11142026-05-07T16:35:06.406Z Downloaded term v1.2.1
11152026-05-07T16:35:06.410Z Downloaded want v0.3.1
11162026-05-07T16:35:06.413Z Downloaded iri-string v0.7.10
11172026-05-07T16:35:06.420Z Downloaded waitgroup v0.1.2
11182026-05-07T16:35:06.424Z Downloaded wait-timeout v0.2.1
11192026-05-07T16:35:06.424Z Downloaded hkdf v0.12.4
11202026-05-07T16:35:06.424Z Downloaded libm v0.2.16
11212026-05-07T16:35:06.427Z Downloaded tokio-rustls v0.24.1
11222026-05-07T16:35:06.427Z Downloaded quinn v0.11.9
11232026-05-07T16:35:06.430Z Downloaded num-bigint-dig v0.8.6
11242026-05-07T16:35:06.435Z Downloaded untrusted v0.7.1
11252026-05-07T16:35:06.435Z Downloaded unicase v2.9.0
11262026-05-07T16:35:06.439Z Downloaded xattr v1.6.1
11272026-05-07T16:35:06.439Z Downloaded similar v2.7.0
11282026-05-07T16:35:06.440Z Downloaded xshell-macros v0.2.7
11292026-05-07T16:35:06.440Z Downloaded itertools v0.13.0
11302026-05-07T16:35:06.443Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-05-07T16:35:06.453Z Downloaded tokio-rustls v0.26.4
11322026-05-07T16:35:06.457Z Downloaded tokio-stream v0.1.18
11332026-05-07T16:35:06.465Z Downloaded usdt-impl v0.6.0
11342026-05-07T16:35:06.469Z Downloaded samael v0.0.19
11352026-05-07T16:35:06.473Z Downloaded vergen-lib v0.1.6
11362026-05-07T16:35:06.476Z Downloaded zeroize_derive v1.4.3
11372026-05-07T16:35:06.476Z Downloaded uzers v0.12.2
11382026-05-07T16:35:06.476Z Downloaded vsss-rs v3.3.4
11392026-05-07T16:35:06.480Z Downloaded vergen-gitcl v1.0.8
11402026-05-07T16:35:06.480Z Downloaded tui-tree-widget v0.23.1
11412026-05-07T16:35:06.483Z Downloaded zone_cfg_derive v0.3.1
11422026-05-07T16:35:06.483Z Downloaded zone v0.3.1
11432026-05-07T16:35:06.483Z Downloaded test-strategy v0.4.5
11442026-05-07T16:35:06.486Z Downloaded schemars v1.2.1
11452026-05-07T16:35:06.492Z Downloaded vergen-git2 v1.0.7
11462026-05-07T16:35:06.495Z Downloaded tinyvec v1.10.0
11472026-05-07T16:35:06.495Z Downloaded subprocess v0.2.15
11482026-05-07T16:35:06.498Z Downloaded iddqd v0.3.18
11492026-05-07T16:35:06.501Z Downloaded whoami v1.6.1
11502026-05-07T16:35:06.505Z Downloaded whoami v2.1.0
11512026-05-07T16:35:06.505Z Downloaded rand v0.10.0
11522026-05-07T16:35:06.508Z Downloaded futures-util v0.3.32
11532026-05-07T16:35:06.512Z Downloaded twox-hash v2.1.2
11542026-05-07T16:35:06.517Z Downloaded aho-corasick v1.1.4
11552026-05-07T16:35:06.520Z Downloaded tar v0.4.45
11562026-05-07T16:35:06.520Z Downloaded zeroize v1.8.2
11572026-05-07T16:35:06.523Z Downloaded rustls-webpki v0.103.9
11582026-05-07T16:35:06.526Z Downloaded wyz v0.5.1
11592026-05-07T16:35:06.529Z Downloaded snafu v0.8.9
11602026-05-07T16:35:06.533Z Downloaded toml v1.0.6+spec-1.1.0
11612026-05-07T16:35:06.536Z Downloaded xshell v0.2.7
11622026-05-07T16:35:06.540Z Downloaded toml v0.7.8
11632026-05-07T16:35:06.545Z Downloaded zstd-safe v7.2.4
11642026-05-07T16:35:06.551Z Downloaded p521 v0.13.3
11652026-05-07T16:35:06.554Z Downloaded tracing-core v0.1.36
11662026-05-07T16:35:06.554Z Downloaded vergen v9.0.6
11672026-05-07T16:35:06.554Z Downloaded walkdir v2.5.0
11682026-05-07T16:35:06.559Z Downloaded tracing-attributes v0.1.31
11692026-05-07T16:35:06.562Z Downloaded reedline v0.40.0
11702026-05-07T16:35:06.566Z Downloaded zstd v0.13.3
11712026-05-07T16:35:06.569Z Downloaded tungstenite v0.23.0
11722026-05-07T16:35:06.572Z Downloaded typify v0.6.2
11732026-05-07T16:35:06.575Z Downloaded unicode-properties v0.1.4
11742026-05-07T16:35:06.575Z Downloaded itertools v0.14.0
11752026-05-07T16:35:06.578Z Downloaded toml v0.9.12+spec-1.1.0
11762026-05-07T16:35:06.581Z Downloaded unsafe-libyaml v0.2.11
11772026-05-07T16:35:06.584Z Downloaded unicode-bidi v0.3.18
11782026-05-07T16:35:06.587Z Downloaded typify v0.4.3
11792026-05-07T16:35:06.587Z Downloaded steno v0.4.1
11802026-05-07T16:35:06.591Z Downloaded rustyline v14.0.0
11812026-05-07T16:35:06.593Z Downloaded rpassword v7.4.0
11822026-05-07T16:35:06.593Z Downloaded russh v0.45.0
11832026-05-07T16:35:06.598Z Downloaded blake3 v1.8.3
11842026-05-07T16:35:06.605Z Downloaded tungstenite v0.21.0
11852026-05-07T16:35:06.609Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-05-07T16:35:06.612Z Downloaded zerocopy v0.6.6
11872026-05-07T16:35:06.615Z Downloaded yasna v0.5.2
11882026-05-07T16:35:06.615Z Downloaded uuid v1.23.0
11892026-05-07T16:35:06.654Z Downloaded tokio-postgres v0.7.16
11902026-05-07T16:35:06.658Z Downloaded vte v0.14.1
11912026-05-07T16:35:06.669Z Downloaded ssh-key v0.6.7
11922026-05-07T16:35:06.673Z Downloaded toml_edit v0.19.15
11932026-05-07T16:35:06.683Z Downloaded bitvec v1.0.1
11942026-05-07T16:35:06.691Z Downloaded zopfli v0.8.3
11952026-05-07T16:35:06.694Z Downloaded aws-lc-rs v1.16.0
11962026-05-07T16:35:06.699Z Downloaded p384 v0.13.1
11972026-05-07T16:35:06.702Z Downloaded reqwest v0.13.2
11982026-05-07T16:35:06.705Z Downloaded git2 v0.20.4
11992026-05-07T16:35:06.709Z Downloaded unicode_categories v0.1.1
12002026-05-07T16:35:06.712Z Downloaded zip v0.6.6
12012026-05-07T16:35:06.715Z Downloaded yansi v1.0.1
12022026-05-07T16:35:06.715Z Downloaded chrono v0.4.44
12032026-05-07T16:35:06.719Z Downloaded bindgen v0.71.1
12042026-05-07T16:35:06.741Z Downloaded regex v1.12.3
12052026-05-07T16:35:06.744Z Downloaded reqwest v0.12.28
12062026-05-07T16:35:06.773Z Downloaded salty v0.3.0
12072026-05-07T16:35:06.781Z Downloaded portable-atomic v1.13.1
12082026-05-07T16:35:06.793Z Downloaded tower v0.5.3
12092026-05-07T16:35:06.798Z Downloaded rustls-webpki v0.101.7
12102026-05-07T16:35:06.806Z Downloaded typed-path v0.9.3
12112026-05-07T16:35:06.810Z Downloaded lalrpop v0.19.12
12122026-05-07T16:35:06.816Z Downloaded unicode-segmentation v1.12.0
12132026-05-07T16:35:06.819Z Downloaded goblin v0.10.5
12142026-05-07T16:35:06.824Z Downloaded moka v0.12.13
12152026-05-07T16:35:06.827Z Downloaded proptest v1.10.0
12162026-05-07T16:35:06.833Z Downloaded zerocopy-derive v0.8.40
12172026-05-07T16:35:06.838Z Downloaded rustls-webpki v0.102.8
12182026-05-07T16:35:06.849Z Downloaded unicode-normalization v0.1.25
12192026-05-07T16:35:06.852Z Downloaded rayon v1.11.0
12202026-05-07T16:35:06.856Z Downloaded petname v2.0.2
12212026-05-07T16:35:06.861Z Downloaded x509-cert v0.2.5
12222026-05-07T16:35:06.871Z Downloaded tower-http v0.6.8
12232026-05-07T16:35:06.876Z Downloaded zip v4.6.1
12242026-05-07T16:35:06.880Z Downloaded tough v0.20.0
12252026-05-07T16:35:06.883Z Downloaded quinn-proto v0.11.13
12262026-05-07T16:35:06.887Z Downloaded quick-xml v0.37.5
12272026-05-07T16:35:06.890Z Downloaded nix v0.27.1
12282026-05-07T16:35:06.897Z Downloaded tokio-util v0.7.18
12292026-05-07T16:35:06.901Z Downloaded serde_with v3.17.0
12302026-05-07T16:35:06.908Z Downloaded curve25519-dalek v4.1.3
12312026-05-07T16:35:06.913Z Downloaded object v0.30.4
12322026-05-07T16:35:06.932Z Downloaded nix v0.29.0
12332026-05-07T16:35:06.941Z Downloaded bstr v1.12.1
12342026-05-07T16:35:06.957Z Downloaded time v0.3.47
12352026-05-07T16:35:06.965Z Downloaded tabled v0.20.0
12362026-05-07T16:35:06.976Z Downloaded winnow v0.6.26
12372026-05-07T16:35:06.982Z Downloaded openssl v0.10.78
12382026-05-07T16:35:06.987Z Downloaded radix_trie v0.2.1
12392026-05-07T16:35:06.997Z Downloaded nix v0.28.0
12402026-05-07T16:35:06.997Z Downloaded polar-core v0.27.3
12412026-05-07T16:35:07.006Z Downloaded winnow v0.5.40
12422026-05-07T16:35:07.011Z Downloaded vcpkg v0.2.15
12432026-05-07T16:35:07.035Z Downloaded object v0.37.3
12442026-05-07T16:35:07.043Z Downloaded dropshot v0.16.7
12452026-05-07T16:35:07.056Z Downloaded rustls v0.21.12
12462026-05-07T16:35:07.077Z Downloaded hickory-proto v0.25.2
12472026-05-07T16:35:07.086Z Downloaded regex-syntax v0.6.29
12482026-05-07T16:35:07.090Z Downloaded nix v0.31.2
12492026-05-07T16:35:07.097Z Downloaded hickory-proto v0.24.4
12502026-05-07T16:35:07.110Z Downloaded smoltcp v0.9.1
12512026-05-07T16:35:07.116Z Downloaded zlib-rs v0.6.2
12522026-05-07T16:35:07.120Z Downloaded dropshot v0.17.0
12532026-05-07T16:35:07.132Z Downloaded rustls v0.23.37
12542026-05-07T16:35:07.139Z Downloaded regress v0.11.1
12552026-05-07T16:35:07.144Z Downloaded webpki-roots v1.0.6
12562026-05-07T16:35:07.157Z Downloaded regress v0.10.5
12572026-05-07T16:35:07.172Z Downloaded rustls v0.22.4
12582026-05-07T16:35:07.179Z Downloaded regex-syntax v0.8.10
12592026-05-07T16:35:07.183Z Downloaded sqlparser v0.61.0
12602026-05-07T16:35:07.189Z Downloaded openapiv3 v2.2.0
12612026-05-07T16:35:07.196Z Downloaded zerocopy v0.8.40
12622026-05-07T16:35:07.201Z Downloaded diesel v2.3.7
12632026-05-07T16:35:07.213Z Downloaded rustix v0.38.44
12642026-05-07T16:35:07.226Z Downloaded sled v0.34.7
12652026-05-07T16:35:07.232Z Downloaded smoltcp v0.11.0
12662026-05-07T16:35:07.253Z Downloaded tracing v0.1.44
12672026-05-07T16:35:07.265Z Downloaded ratatui v0.29.0
12682026-05-07T16:35:07.277Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-05-07T16:35:07.293Z Downloaded typify-impl v0.6.2
12702026-05-07T16:35:07.301Z Downloaded regex-automata v0.4.14
12712026-05-07T16:35:07.312Z Downloaded typify-impl v0.4.3
12722026-05-07T16:35:07.336Z Downloaded chrono-tz v0.10.4
12732026-05-07T16:35:07.347Z Downloaded jiff v0.2.21
12742026-05-07T16:35:07.358Z Downloaded zerocopy-derive v0.6.6
12752026-05-07T16:35:07.375Z Downloaded petgraph v0.6.5
12762026-05-07T16:35:07.412Z Downloaded petgraph v0.8.3
12772026-05-07T16:35:07.436Z Downloaded libz-sys v1.1.24
12782026-05-07T16:35:07.450Z Downloaded csv v1.4.0
12792026-05-07T16:35:07.461Z Downloaded tokio v1.52.1
12802026-05-07T16:35:07.493Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-05-07T16:35:07.503Z Downloaded sha3 v0.10.8
12822026-05-07T16:35:07.522Z Downloaded encoding_rs v0.8.35
12832026-05-07T16:35:07.628Z Downloaded ring v0.17.14
12842026-05-07T16:35:07.677Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-07T16:35:08.283Z Downloaded aws-lc-sys v0.37.1
12862026-05-07T16:35:08.521Z Compiling libc v0.2.185
12872026-05-07T16:35:08.521Z Compiling serde v1.0.228
12882026-05-07T16:35:08.521Z Compiling shlex v1.3.0
12892026-05-07T16:35:08.521Z Compiling log v0.4.29
12902026-05-07T16:35:08.524Z Compiling find-msvc-tools v0.1.9
12912026-05-07T16:35:08.524Z Compiling smallvec v1.15.1
12922026-05-07T16:35:08.524Z Compiling typenum v1.19.0
12932026-05-07T16:35:08.524Z Compiling subtle v2.6.1
12942026-05-07T16:35:08.524Z Compiling generic-array v0.14.7
12952026-05-07T16:35:08.524Z Compiling scopeguard v1.2.0
12962026-05-07T16:35:08.660Z Compiling const-oid v0.9.6
12972026-05-07T16:35:08.700Z Compiling portable-atomic v1.13.1
12982026-05-07T16:35:08.737Z Compiling syn v2.0.117
12992026-05-07T16:35:08.748Z Compiling zerocopy v0.8.40
13002026-05-07T16:35:08.751Z Compiling serde_json v1.0.149
13012026-05-07T16:35:08.761Z Compiling critical-section v1.2.0
13022026-05-07T16:35:08.867Z Compiling lock_api v0.4.14
13032026-05-07T16:35:08.882Z Compiling parking_lot_core v0.9.12
13042026-05-07T16:35:08.897Z Compiling pin-project-lite v0.2.17
13052026-05-07T16:35:08.938Z Compiling pkg-config v0.3.32
13062026-05-07T16:35:08.953Z Compiling bitflags v2.11.0
13072026-05-07T16:35:08.953Z Compiling libm v0.2.16
13082026-05-07T16:35:08.967Z Compiling num-traits v0.2.19
13092026-05-07T16:35:08.994Z Compiling futures-core v0.3.32
13102026-05-07T16:35:09.022Z Compiling percent-encoding v2.3.2
13112026-05-07T16:35:09.067Z Compiling futures-sink v0.3.32
13122026-05-07T16:35:09.130Z Compiling cpufeatures v0.2.17
13132026-05-07T16:35:09.179Z Compiling futures-channel v0.3.32
13142026-05-07T16:35:09.195Z Compiling getrandom v0.4.1
13152026-05-07T16:35:09.200Z Compiling slab v0.4.12
13162026-05-07T16:35:09.240Z Compiling futures-task v0.3.32
13172026-05-07T16:35:09.246Z Compiling futures-io v0.3.32
13182026-05-07T16:35:09.256Z Compiling rustversion v1.0.22
13192026-05-07T16:35:09.324Z Compiling getrandom v0.3.4
13202026-05-07T16:35:09.389Z Compiling rand_core v0.10.0
13212026-05-07T16:35:09.416Z Compiling indexmap v2.14.0
13222026-05-07T16:35:09.433Z Compiling form_urlencoded v1.2.2
13232026-05-07T16:35:09.436Z Compiling ident_case v1.0.1
13242026-05-07T16:35:09.460Z Compiling base64ct v1.8.3
13252026-05-07T16:35:09.490Z Compiling fs_extra v1.3.0
13262026-05-07T16:35:09.567Z Compiling dunce v1.0.5
13272026-05-07T16:35:09.592Z Compiling getrandom v0.2.17
13282026-05-07T16:35:09.606Z Compiling jobserver v0.1.34
13292026-05-07T16:35:09.620Z Compiling errno v0.3.14
13302026-05-07T16:35:09.655Z Compiling mio v1.2.0
13312026-05-07T16:35:09.678Z Compiling socket2 v0.6.3
13322026-05-07T16:35:09.751Z Compiling rand_core v0.6.4
13332026-05-07T16:35:09.778Z Compiling signal-hook-registry v1.4.8
13342026-05-07T16:35:09.792Z Compiling once_cell v1.21.3
13352026-05-07T16:35:09.847Z Compiling cc v1.2.56
13362026-05-07T16:35:09.861Z Compiling parking_lot v0.12.5
13372026-05-07T16:35:09.947Z Compiling pem-rfc7468 v0.7.0
13382026-05-07T16:35:09.961Z Compiling flagset v0.4.7
13392026-05-07T16:35:10.014Z Compiling rustix v1.1.3
13402026-05-07T16:35:10.028Z Compiling iana-time-zone v0.1.65
13412026-05-07T16:35:10.054Z Compiling uuid v1.23.0
13422026-05-07T16:35:10.080Z Compiling rustc_version v0.4.1
13432026-05-07T16:35:10.112Z Compiling regex-syntax v0.8.10
13442026-05-07T16:35:10.139Z Compiling vcpkg v0.2.15
13452026-05-07T16:35:10.166Z Compiling aws-lc-rs v1.16.0
13462026-05-07T16:35:10.252Z Compiling tracing-core v0.1.36
13472026-05-07T16:35:10.267Z Compiling httparse v1.10.1
13482026-05-07T16:35:10.283Z Compiling rand_core v0.9.5
13492026-05-07T16:35:10.301Z Compiling untrusted v0.7.1
13502026-05-07T16:35:10.378Z Compiling base64 v0.22.1
13512026-05-07T16:35:10.440Z Compiling schemars v0.8.22
13522026-05-07T16:35:10.454Z Compiling untrusted v0.9.0
13532026-05-07T16:35:10.481Z Compiling openssl-probe v0.2.1
13542026-05-07T16:35:10.526Z Compiling atomic-waker v1.1.2
13552026-05-07T16:35:10.543Z Compiling tinyvec_macros v0.1.1
13562026-05-07T16:35:10.583Z Compiling tower-layer v0.3.3
13572026-05-07T16:35:10.599Z Compiling cmake v0.1.57
13582026-05-07T16:35:10.622Z Compiling dyn-clone v1.0.20
13592026-05-07T16:35:10.670Z Compiling rustls v0.23.37
13602026-05-07T16:35:10.697Z Compiling try-lock v0.2.5
13612026-05-07T16:35:10.727Z Compiling tower-service v0.3.3
13622026-05-07T16:35:10.757Z Compiling tinyvec v1.10.0
13632026-05-07T16:35:10.772Z Compiling spin v0.9.8
13642026-05-07T16:35:10.788Z Compiling want v0.3.1
13652026-05-07T16:35:10.791Z Compiling aho-corasick v1.1.4
13662026-05-07T16:35:10.818Z Compiling time-core v0.1.8
13672026-05-07T16:35:10.834Z Compiling pin-utils v0.1.0
13682026-05-07T16:35:10.850Z Compiling foreign-types-shared v0.1.1
13692026-05-07T16:35:10.868Z Compiling num-conv v0.2.0
13702026-05-07T16:35:10.881Z Compiling crc32fast v1.5.0
13712026-05-07T16:35:10.921Z Compiling powerfmt v0.2.0
13722026-05-07T16:35:10.944Z Compiling httpdate v1.0.3
13732026-05-07T16:35:10.960Z Compiling openssl v0.10.78
13742026-05-07T16:35:10.984Z Compiling foreign-types v0.3.2
13752026-05-07T16:35:10.987Z Compiling wait-timeout v0.2.1
13762026-05-07T16:35:11.012Z Compiling time-macros v0.2.27
13772026-05-07T16:35:11.015Z Compiling num_threads v0.1.7
13782026-05-07T16:35:11.041Z Compiling syn v1.0.109
13792026-05-07T16:35:11.067Z Compiling deranged v0.5.8
13802026-05-07T16:35:11.082Z Compiling simd-adler32 v0.3.8
13812026-05-07T16:35:11.122Z Compiling siphasher v1.0.2
13822026-05-07T16:35:11.140Z Compiling usdt-impl v0.6.0
13832026-05-07T16:35:11.153Z Compiling native-tls v0.2.18
13842026-05-07T16:35:11.192Z Compiling bit-vec v0.8.0
13852026-05-07T16:35:11.236Z Compiling quick-error v1.2.3
13862026-05-07T16:35:11.259Z Compiling crossbeam-utils v0.8.21
13872026-05-07T16:35:11.336Z Compiling unicode-normalization v0.1.25
13882026-05-07T16:35:11.351Z Compiling slog v2.8.2
13892026-05-07T16:35:11.375Z Compiling rand_xorshift v0.4.0
13902026-05-07T16:35:11.396Z Compiling bit-set v0.8.0
13912026-05-07T16:35:11.426Z Compiling heapless v0.7.17
13922026-05-07T16:35:11.444Z Compiling thread-id v5.1.0
13932026-05-07T16:35:11.465Z Compiling sync_wrapper v1.0.2
13942026-05-07T16:35:11.481Z Compiling cookie v0.18.1
13952026-05-07T16:35:11.497Z Compiling aws-lc-sys v0.37.1
13962026-05-07T16:35:11.539Z Compiling ring v0.17.14
13972026-05-07T16:35:11.554Z Compiling openssl-sys v0.9.114
13982026-05-07T16:35:11.570Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-07T16:35:11.585Z Compiling tempfile v3.25.0
14002026-05-07T16:35:11.614Z Compiling bzip2-sys v0.1.13+1.0.8
14012026-05-07T16:35:11.633Z Compiling regex-automata v0.4.14
14022026-05-07T16:35:11.701Z Compiling synstructure v0.13.2
14032026-05-07T16:35:11.715Z Compiling pest_generator v2.8.6
14042026-05-07T16:35:11.826Z Compiling serde_derive_internals v0.29.1
14052026-05-07T16:35:11.863Z Compiling darling_core v0.20.11
14062026-05-07T16:35:11.928Z Compiling rusty-fork v0.3.1
14072026-05-07T16:35:11.998Z Compiling darling_core v0.21.3
14082026-05-07T16:35:12.095Z Compiling adler2 v2.0.1
14092026-05-07T16:35:12.158Z Compiling time v0.3.47
14102026-05-07T16:35:12.274Z Compiling paste v1.0.15
14112026-05-07T16:35:12.294Z Compiling unicode-properties v0.1.4
14122026-05-07T16:35:12.327Z Compiling signal-hook v0.3.18
14132026-05-07T16:35:12.493Z Compiling unarray v0.1.4
14142026-05-07T16:35:12.524Z Compiling unicode-bidi v0.3.18
14152026-05-07T16:35:12.578Z Compiling zstd-safe v7.2.4
14162026-05-07T16:35:12.608Z Compiling anyhow v1.0.102
14172026-05-07T16:35:12.623Z Compiling allocator-api2 v0.2.21
14182026-05-07T16:35:12.674Z Compiling miniz_oxide v0.8.9
14192026-05-07T16:35:12.865Z Compiling stringprep v0.1.5
14202026-05-07T16:35:12.964Z Compiling num-integer v0.1.46
14212026-05-07T16:35:13.095Z Compiling vergen-lib v0.1.6
14222026-05-07T16:35:13.171Z Compiling curve25519-dalek v4.1.3
14232026-05-07T16:35:13.292Z Compiling ff v0.13.1
14242026-05-07T16:35:13.308Z Compiling hash32 v0.2.1
14252026-05-07T16:35:13.322Z Compiling memoffset v0.9.1
14262026-05-07T16:35:13.337Z Compiling rustix v0.38.44
14272026-05-07T16:35:13.359Z Compiling smoltcp v0.9.1
14282026-05-07T16:35:13.451Z Compiling base16ct v0.2.0
14292026-05-07T16:35:13.466Z Compiling psl-types v2.0.11
14302026-05-07T16:35:13.482Z Compiling serde_derive v1.0.228
14312026-05-07T16:35:13.520Z Compiling zeroize_derive v1.4.3
14322026-05-07T16:35:13.534Z Compiling zerofrom-derive v0.1.6
14332026-05-07T16:35:13.547Z Compiling yoke-derive v0.8.1
14342026-05-07T16:35:13.604Z Compiling zerocopy-derive v0.8.40
14352026-05-07T16:35:13.649Z Compiling zerovec-derive v0.11.2
14362026-05-07T16:35:13.704Z Compiling displaydoc v0.2.5
14372026-05-07T16:35:13.723Z Compiling tokio-macros v2.7.0
14382026-05-07T16:35:13.844Z Compiling futures-macro v0.3.32
14392026-05-07T16:35:14.208Z Compiling zeroize v1.8.2
14402026-05-07T16:35:14.239Z Compiling der_derive v0.7.3
14412026-05-07T16:35:14.485Z Compiling thiserror-impl v2.0.18
14422026-05-07T16:35:14.499Z Compiling rustls-pki-types v1.14.0
14432026-05-07T16:35:14.635Z Compiling tracing-attributes v0.1.31
14442026-05-07T16:35:14.690Z Compiling futures-util v0.3.32
14452026-05-07T16:35:14.771Z Compiling schemars_derive v0.8.22
14462026-05-07T16:35:14.823Z Compiling pest_derive v2.8.6
14472026-05-07T16:35:14.977Z Compiling crypto-common v0.1.7
14482026-05-07T16:35:14.980Z Compiling zerofrom v0.1.6
14492026-05-07T16:35:15.006Z Compiling block-buffer v0.10.4
14502026-05-07T16:35:15.135Z Compiling yoke v0.8.1
14512026-05-07T16:35:15.149Z Compiling digest v0.10.7
14522026-05-07T16:35:15.197Z Compiling block-padding v0.3.3
14532026-05-07T16:35:15.262Z Compiling der v0.7.10
14542026-05-07T16:35:15.294Z Compiling scroll_derive v0.13.1
14552026-05-07T16:35:15.338Z Compiling zerovec v0.11.5
14562026-05-07T16:35:15.375Z Compiling zerotrie v0.2.3
14572026-05-07T16:35:15.415Z Compiling hmac v0.12.1
14582026-05-07T16:35:15.586Z Compiling inout v0.1.4
14592026-05-07T16:35:15.687Z Compiling sha2 v0.10.9
14602026-05-07T16:35:15.778Z Compiling cipher v0.4.4
14612026-05-07T16:35:15.867Z Compiling tinystr v0.8.2
14622026-05-07T16:35:15.902Z Compiling potential_utf v0.1.4
14632026-05-07T16:35:15.908Z Compiling pbkdf2 v0.12.2
14642026-05-07T16:35:16.004Z Compiling salsa20 v0.10.2
14652026-05-07T16:35:16.052Z Compiling icu_locale_core v2.1.1
14662026-05-07T16:35:16.063Z Compiling icu_collections v2.1.1
14672026-05-07T16:35:16.081Z Compiling cbc v0.1.2
14682026-05-07T16:35:16.097Z Compiling spki v0.7.3
14692026-05-07T16:35:16.097Z Compiling aes v0.8.4
14702026-05-07T16:35:16.135Z Compiling scrypt v0.11.0
14712026-05-07T16:35:16.148Z Compiling thiserror v2.0.18
14722026-05-07T16:35:16.162Z Compiling tracing v0.1.44
14732026-05-07T16:35:16.271Z Compiling scroll v0.13.0
14742026-05-07T16:35:16.331Z Compiling darling_macro v0.20.11
14752026-05-07T16:35:16.411Z Compiling openssl-macros v0.1.1
14762026-05-07T16:35:16.469Z Compiling dtrace-parser v0.3.0
14772026-05-07T16:35:16.523Z Compiling pkcs5 v0.7.1
14782026-05-07T16:35:16.563Z Compiling goblin v0.10.5
14792026-05-07T16:35:16.570Z Compiling signature v2.2.0
14802026-05-07T16:35:16.767Z Compiling icu_provider v2.1.1
14812026-05-07T16:35:16.852Z Compiling pkcs8 v0.10.2
14822026-05-07T16:35:16.855Z Compiling darling v0.20.11
14832026-05-07T16:35:16.957Z Compiling bytes v1.11.1
14842026-05-07T16:35:16.960Z Compiling chrono v0.4.44
14852026-05-07T16:35:17.026Z Compiling icu_properties v2.1.2
14862026-05-07T16:35:17.042Z Compiling icu_normalizer v2.1.1
14872026-05-07T16:35:17.057Z Compiling ipnet v2.11.0
14882026-05-07T16:35:17.094Z Compiling derive_builder_core v0.20.2
14892026-05-07T16:35:17.109Z Compiling rustls-native-certs v0.8.3
14902026-05-07T16:35:17.167Z Compiling scroll_derive v0.12.1
14912026-05-07T16:35:17.181Z Compiling thiserror-impl v1.0.69
14922026-05-07T16:35:17.243Z Compiling toml_datetime v0.6.11
14932026-05-07T16:35:17.415Z Compiling serde_spanned v0.6.9
14942026-05-07T16:35:17.537Z Compiling tokio v1.52.1
14952026-05-07T16:35:17.610Z Compiling http v1.4.0
14962026-05-07T16:35:17.634Z Compiling erased-serde v0.3.31
14972026-05-07T16:35:17.649Z Compiling serde_tokenstream v0.2.3
14982026-05-07T16:35:17.665Z Compiling md-5 v0.10.6
14992026-05-07T16:35:17.845Z Compiling webpki-roots v1.0.6
15002026-05-07T16:35:17.868Z Compiling scroll v0.12.0
15012026-05-07T16:35:17.979Z Compiling idna_adapter v1.2.1
15022026-05-07T16:35:17.982Z Compiling darling_macro v0.21.3
15032026-05-07T16:35:18.033Z Compiling ppv-lite86 v0.2.21
15042026-05-07T16:35:18.097Z Compiling idna v1.1.0
15052026-05-07T16:35:18.143Z Compiling derive_builder_macro v0.20.2
15062026-05-07T16:35:18.157Z Compiling zerocopy-derive v0.7.35
15072026-05-07T16:35:18.160Z Compiling num-bigint-dig v0.8.6
15082026-05-07T16:35:18.185Z Compiling ryu v1.0.23
15092026-05-07T16:35:18.246Z Compiling iri-string v0.7.10
15102026-05-07T16:35:18.377Z Compiling rand_chacha v0.9.0
15112026-05-07T16:35:18.380Z Compiling http-body v1.0.1
15122026-05-07T16:35:18.404Z Compiling url v2.5.8
15132026-05-07T16:35:18.421Z Compiling rand_chacha v0.3.1
15142026-05-07T16:35:18.517Z Compiling http-body-util v0.1.3
15152026-05-07T16:35:18.535Z Compiling thiserror v1.0.69
15162026-05-07T16:35:18.559Z Compiling litrs v1.0.0
15172026-05-07T16:35:18.572Z Compiling ref-cast v1.0.25
15182026-05-07T16:35:18.637Z Compiling rand v0.9.2
15192026-05-07T16:35:18.651Z Compiling cfg_aliases v0.2.1
15202026-05-07T16:35:18.736Z Compiling fallible-iterator v0.2.0
15212026-05-07T16:35:18.773Z Compiling zlib-rs v0.6.2
15222026-05-07T16:35:18.787Z Compiling nix v0.31.2
15232026-05-07T16:35:19.061Z Compiling derive_builder v0.20.2
15242026-05-07T16:35:19.064Z Compiling zerocopy v0.7.35
15252026-05-07T16:35:19.097Z Compiling document-features v0.2.12
15262026-05-07T16:35:19.113Z Compiling rand v0.8.5
15272026-05-07T16:35:19.174Z Compiling darling v0.21.3
15282026-05-07T16:35:19.218Z Compiling proptest v1.10.0
15292026-05-07T16:35:19.273Z Compiling postgres-protocol v0.6.10
15302026-05-07T16:35:19.287Z Compiling publicsuffix v2.3.0
15312026-05-07T16:35:19.459Z Compiling dof v0.4.0
15322026-05-07T16:35:19.489Z Compiling serde_urlencoded v0.7.1
15332026-05-07T16:35:19.509Z Compiling goblin v0.8.2
15342026-05-07T16:35:19.631Z Compiling sec1 v0.7.3
15352026-05-07T16:35:19.713Z Compiling cargo-platform v0.1.9
15362026-05-07T16:35:19.754Z Compiling ipnetwork v0.21.1
15372026-05-07T16:35:19.779Z Compiling hubpack_derive v0.1.1
15382026-05-07T16:35:19.834Z Compiling hkdf v0.12.4
15392026-05-07T16:35:19.922Z Compiling crypto-bigint v0.5.5
15402026-05-07T16:35:19.970Z Compiling regex v1.12.3
15412026-05-07T16:35:19.985Z Compiling oxnet v0.1.4
15422026-05-07T16:35:20.114Z Compiling strum_macros v0.27.2
15432026-05-07T16:35:20.128Z Compiling async-trait v0.1.89
15442026-05-07T16:35:20.141Z Compiling daft-derive v0.1.5
15452026-05-07T16:35:20.174Z Compiling ref-cast-impl v1.0.25
15462026-05-07T16:35:20.286Z Compiling curve25519-dalek-derive v0.1.1
15472026-05-07T16:35:20.668Z Compiling group v0.13.0
15482026-05-07T16:35:20.755Z Compiling num-iter v0.1.45
15492026-05-07T16:35:20.898Z Compiling terminal_size v0.4.3
15502026-05-07T16:35:20.928Z Compiling phf_shared v0.13.1
15512026-05-07T16:35:20.932Z Compiling lazy_static v1.5.0
15522026-05-07T16:35:20.965Z Compiling vergen v9.0.6
15532026-05-07T16:35:21.040Z Compiling fs-err v3.3.0
15542026-05-07T16:35:21.063Z Compiling ahash v0.8.12
15552026-05-07T16:35:21.077Z Compiling object v0.37.3
15562026-05-07T16:35:21.169Z Compiling unicode-segmentation v1.12.0
15572026-05-07T16:35:21.186Z Compiling bumpalo v3.20.2
15582026-05-07T16:35:21.201Z Compiling winnow v0.5.40
15592026-05-07T16:35:21.215Z Compiling foldhash v0.2.0
15602026-05-07T16:35:21.235Z Compiling managed v0.8.0
15612026-05-07T16:35:21.251Z Compiling libbz2-rs-sys v0.2.2
15622026-05-07T16:35:21.289Z Compiling foldhash v0.1.5
15632026-05-07T16:35:21.368Z Compiling tokio-util v0.7.18
15642026-05-07T16:35:21.410Z Compiling tower v0.5.3
15652026-05-07T16:35:21.454Z Compiling tokio-native-tls v0.3.1
15662026-05-07T16:35:21.468Z Compiling bitflags v1.3.2
15672026-05-07T16:35:21.468Z Compiling hashbrown v0.15.5
15682026-05-07T16:35:21.495Z Compiling zopfli v0.8.3
15692026-05-07T16:35:21.556Z Compiling newtype-uuid v1.3.2
15702026-05-07T16:35:21.643Z Compiling flate2 v1.1.9
15712026-05-07T16:35:21.915Z Compiling tower-http v0.6.8
15722026-05-07T16:35:21.918Z Compiling daft v0.1.5
15732026-05-07T16:35:21.945Z Compiling bzip2 v0.6.1
15742026-05-07T16:35:22.000Z Compiling dof v0.3.0
15752026-05-07T16:35:22.042Z Compiling hashbrown v0.16.1
15762026-05-07T16:35:22.062Z Compiling h2 v0.4.13
15772026-05-07T16:35:22.111Z Compiling strum v0.27.2
15782026-05-07T16:35:22.169Z Compiling clap_builder v4.5.60
15792026-05-07T16:35:22.201Z Compiling phf v0.13.1
15802026-05-07T16:35:22.221Z Compiling signal-hook-mio v0.2.5
15812026-05-07T16:35:22.354Z Compiling usdt-attr-macro v0.6.0
15822026-05-07T16:35:22.378Z Compiling usdt-macro v0.6.0
15832026-05-07T16:35:22.394Z Compiling cargo_metadata v0.19.2
15842026-05-07T16:35:22.434Z Compiling elliptic-curve v0.13.8
15852026-05-07T16:35:22.675Z Compiling toml_edit v0.19.15
15862026-05-07T16:35:22.675Z Compiling cookie_store v0.22.1
15872026-05-07T16:35:22.783Z Compiling bzip2 v0.4.4
15882026-05-07T16:35:22.821Z Compiling hubpack v0.1.2
15892026-05-07T16:35:23.003Z Compiling postgres-types v0.2.12
15902026-05-07T16:35:23.017Z Compiling zstd v0.13.3
15912026-05-07T16:35:23.058Z Compiling serde_with_macros v3.17.0
15922026-05-07T16:35:23.283Z Compiling dtrace-parser v0.2.0
15932026-05-07T16:35:23.297Z Compiling pkcs1 v0.7.5
15942026-05-07T16:35:23.341Z Compiling ed25519 v2.2.3
15952026-05-07T16:35:23.383Z Compiling serde-big-array v0.5.1
15962026-05-07T16:35:23.423Z Compiling hex v0.4.3
15972026-05-07T16:35:23.545Z Compiling rfc6979 v0.4.0
15982026-05-07T16:35:23.629Z Compiling bstr v1.12.1
15992026-05-07T16:35:23.684Z Compiling enum-as-inner v0.6.1
16002026-05-07T16:35:23.712Z Compiling strum_macros v0.26.4
16012026-05-07T16:35:23.726Z Compiling clap_derive v4.5.55
16022026-05-07T16:35:23.876Z Compiling serde_repr v0.1.20
16032026-05-07T16:35:24.050Z Compiling phf_shared v0.11.3
16042026-05-07T16:35:24.154Z Compiling float-cmp v0.10.0
16052026-05-07T16:35:24.224Z Compiling thread-id v4.2.2
16062026-05-07T16:35:24.256Z Compiling memmap2 v0.9.10
16072026-05-07T16:35:24.281Z Compiling env_filter v1.0.0
16082026-05-07T16:35:24.285Z Compiling encoding_rs v0.8.35
16092026-05-07T16:35:24.309Z Compiling new_debug_unreachable v1.0.6
16102026-05-07T16:35:24.327Z Compiling fixedbitset v0.5.7
16112026-05-07T16:35:24.330Z Compiling static_assertions v1.1.0
16122026-05-07T16:35:24.397Z Compiling whoami v2.1.0
16132026-05-07T16:35:24.426Z Compiling mime v0.3.17
16142026-05-07T16:35:24.440Z Compiling jiff v0.2.21
16152026-05-07T16:35:24.492Z Compiling difflib v0.4.0
16162026-05-07T16:35:24.621Z Compiling normalize-line-endings v0.3.0
16172026-05-07T16:35:24.657Z Compiling fixedbitset v0.4.2
16182026-05-07T16:35:24.708Z Compiling data-encoding v2.10.0
16192026-05-07T16:35:24.734Z Compiling predicates-core v1.0.10
16202026-05-07T16:35:24.791Z Compiling either v1.15.0
16212026-05-07T16:35:24.894Z Compiling precomputed-hash v0.1.1
16222026-05-07T16:35:24.938Z Compiling keccak v0.1.6
16232026-05-07T16:35:25.009Z Compiling rustc-hash v2.1.1
16242026-05-07T16:35:25.025Z Compiling hickory-proto v0.25.2
16252026-05-07T16:35:25.085Z Compiling string_cache v0.8.9
16262026-05-07T16:35:25.151Z Compiling sha3 v0.10.8
16272026-05-07T16:35:25.312Z Compiling hyper v1.8.1
16282026-05-07T16:35:25.345Z Compiling iddqd v0.3.18
16292026-05-07T16:35:25.416Z Compiling itertools v0.13.0
16302026-05-07T16:35:25.453Z Compiling predicates v3.1.4
16312026-05-07T16:35:25.475Z Compiling petgraph v0.6.5
16322026-05-07T16:35:25.523Z Compiling strum v0.26.3
16332026-05-07T16:35:25.573Z Compiling clap v4.5.60
16342026-05-07T16:35:25.622Z Compiling toml_edit v0.22.27
16352026-05-07T16:35:25.666Z Compiling tokio-postgres v0.7.16
16362026-05-07T16:35:25.681Z Compiling petgraph v0.8.3
16372026-05-07T16:35:25.764Z Compiling env_logger v0.11.9
16382026-05-07T16:35:25.844Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16392026-05-07T16:35:26.115Z Compiling usdt v0.6.0
16402026-05-07T16:35:26.145Z Compiling usdt-impl v0.5.0
16412026-05-07T16:35:26.206Z Compiling serde_with v3.17.0
16422026-05-07T16:35:26.396Z Compiling hyper-util v0.1.20
16432026-05-07T16:35:26.512Z Compiling similar v2.7.0
16442026-05-07T16:35:26.678Z Compiling toml v0.7.8
16452026-05-07T16:35:26.744Z Compiling crossterm v0.28.1
16462026-05-07T16:35:26.920Z Compiling ecdsa v0.16.9
16472026-05-07T16:35:26.962Z Compiling ed25519-dalek v2.2.0
16482026-05-07T16:35:27.283Z Compiling zip v4.6.1
16492026-05-07T16:35:27.317Z Compiling rsa v0.9.10
16502026-05-07T16:35:27.661Z Compiling zip v0.6.6
16512026-05-07T16:35:27.841Z Compiling hyper-tls v0.6.0
16522026-05-07T16:35:28.074Z Compiling tokio-stream v0.1.18
16532026-05-07T16:35:28.099Z Compiling heck v0.4.1
16542026-05-07T16:35:28.180Z Compiling buf-list v1.1.2
16552026-05-07T16:35:28.215Z Compiling toml_parser v1.0.9+spec-1.1.0
16562026-05-07T16:35:28.274Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-07T16:35:28.331Z Compiling openapiv3 v2.2.0
16582026-05-07T16:35:28.348Z Compiling x509-cert v0.2.5
16592026-05-07T16:35:28.348Z Compiling sha1 v0.10.6
16602026-05-07T16:35:28.393Z Compiling crossbeam-epoch v0.9.18
16612026-05-07T16:35:28.478Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-07T16:35:28.559Z Compiling lalrpop-util v0.19.12
16632026-05-07T16:35:28.603Z Compiling peg-runtime v0.8.5
16642026-05-07T16:35:28.618Z Compiling thread_local v1.1.9
16652026-05-07T16:35:28.726Z Compiling slog-async v2.8.0
16662026-05-07T16:35:28.747Z Compiling futures-executor v0.3.32
16672026-05-07T16:35:28.750Z Compiling crossbeam-channel v0.5.15
16682026-05-07T16:35:28.777Z Compiling is-terminal v0.4.17
16692026-05-07T16:35:28.791Z Compiling filetime v0.2.27
16702026-05-07T16:35:28.873Z Compiling term v1.2.1
16712026-05-07T16:35:28.889Z Compiling xattr v1.6.1
16722026-05-07T16:35:28.904Z Compiling take_mut v0.2.2
16732026-05-07T16:35:28.918Z Compiling futures v0.3.32
16742026-05-07T16:35:29.032Z Compiling tar v0.4.45
16752026-05-07T16:35:29.185Z Compiling slog-term v2.9.2
16762026-05-07T16:35:46.645Z Compiling rustls-webpki v0.103.9
16772026-05-07T16:35:49.466Z Compiling tokio-rustls v0.26.4
16782026-05-07T16:35:49.466Z Compiling rustls-platform-verifier v0.6.2
16792026-05-07T16:35:49.656Z Compiling hyper-rustls v0.27.7
16802026-05-07T16:35:49.846Z Compiling reqwest v0.12.28
16812026-05-07T16:35:49.846Z Compiling reqwest v0.13.2
16822026-05-07T16:35:51.820Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-07T16:35:52.054Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-07T16:35:54.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.09s
16852026-05-07T16:35:55.020Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-07T16:35:55.076ZMay 07 16:35:54.226 INFO Starting download, target: Clickhouse
16872026-05-07T16:35:55.076ZMay 07 16:35:54.226 INFO Starting download, target: Cockroach
16882026-05-07T16:35:55.076ZMay 07 16:35:54.226 INFO Starting download, target: Console
16892026-05-07T16:35:55.076ZMay 07 16:35:54.227 INFO Starting download, target: DendriteStub
16902026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Starting download, target: MaghemiteMgd
16912026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Starting download, target: TransceiverControl
16922026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16932026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16942026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16952026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16962026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16972026-05-07T16:35:55.080ZMay 07 16:35:54.227 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16982026-05-07T16:35:55.374ZMay 07 16:35:54.524 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-07T16:35:55.588ZMay 07 16:35:54.732 INFO Download complete, target: TransceiverControl
17002026-05-07T16:35:56.115ZMay 07 16:35:55.265 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17012026-05-07T16:35:56.351ZMay 07 16:35:55.501 INFO Download complete, target: Console
17022026-05-07T16:35:56.757ZMay 07 16:35:55.901 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17032026-05-07T16:35:56.772ZMay 07 16:35:55.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17042026-05-07T16:35:57.050ZMay 07 16:35:56.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17052026-05-07T16:35:57.175ZMay 07 16:35:56.325 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17062026-05-07T16:35:57.175ZMay 07 16:35:56.325 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17072026-05-07T16:35:59.374ZMay 07 16:35:58.524 INFO Download complete, target: DendriteStub
17082026-05-07T16:35:59.411ZMay 07 16:35:58.561 INFO Download complete, target: MaghemiteMgd
17092026-05-07T16:36:01.865ZMay 07 16:36:01.009 INFO Checking that binary works, target: Cockroach
17102026-05-07T16:36:01.988ZMay 07 16:36:01.130 INFO Download complete, target: Cockroach
17112026-05-07T16:36:03.823ZMay 07 16:36:02.973 INFO Checking that binary works, target: Clickhouse
17122026-05-07T16:36:03.911ZMay 07 16:36:03.060 INFO Download complete, target: Clickhouse
17132026-05-07T16:36:03.917ZAll prerequisites installed successfully
17142026-05-07T16:36:03.921Z
17152026-05-07T16:36:03.921Zreal 1:58.724939340
17162026-05-07T16:36:03.921Zuser 6:45.504729619
17172026-05-07T16:36:03.921Zsys 1:38.874931149
17182026-05-07T16:36:03.921Ztrap 0.258206633
17192026-05-07T16:36:03.921Ztflt 1.126668560
17202026-05-07T16:36:03.921Zdflt 1.661316208
17212026-05-07T16:36:03.921Zkflt 0.026263234
17222026-05-07T16:36:03.921Zlock 22:03.025909084
17232026-05-07T16:36:03.921Zslp 18:29.073174732
17242026-05-07T16:36:03.921Zlat 23.316288447
17252026-05-07T16:36:03.922Zstop 2:44.496695426
17262026-05-07T16:36:03.922Z+ ptime -m cargo xtask download softnpu
17272026-05-07T16:36:04.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17282026-05-07T16:36:04.476Z Running `target/debug/xtask download softnpu`
17292026-05-07T16:36:05.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17302026-05-07T16:36:05.296Z Running `target/debug/xtask-downloader softnpu`
17312026-05-07T16:36:05.336ZMay 07 16:36:04.485 INFO Starting download, target: Softnpu
17322026-05-07T16:36:05.339ZMay 07 16:36:04.486 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-07T16:36:06.114ZMay 07 16:36:05.264 INFO Download complete, target: Softnpu
17342026-05-07T16:36:06.117Z
17352026-05-07T16:36:06.120Zreal 2.194922055
17362026-05-07T16:36:06.120Zuser 1.333891396
17372026-05-07T16:36:06.120Zsys 0.675577640
17382026-05-07T16:36:06.120Ztrap 0.000699446
17392026-05-07T16:36:06.121Ztflt 0.000089331
17402026-05-07T16:36:06.121Zdflt 0.000118728
17412026-05-07T16:36:06.121Zkflt 0.000000000
17422026-05-07T16:36:06.121Zlock 14.543375484
17432026-05-07T16:36:06.121Zslp 0.630480096
17442026-05-07T16:36:06.121Zlat 0.123024099
17452026-05-07T16:36:06.121Zstop 0.000175233
17462026-05-07T16:36:06.121Z+ export CARGO_INCREMENTAL=0
17472026-05-07T16:36:06.121Z+ CARGO_INCREMENTAL=0
17482026-05-07T16:36:06.121Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-07T16:36:07.026Z Compiling proc-macro2 v1.0.106
17502026-05-07T16:36:07.026Z Compiling quote v1.0.45
17512026-05-07T16:36:07.026Z Compiling unicode-ident v1.0.24
17522026-05-07T16:36:07.026Z Compiling libc v0.2.185
17532026-05-07T16:36:07.030Z Compiling serde_core v1.0.228
17542026-05-07T16:36:07.030Z Compiling serde v1.0.228
17552026-05-07T16:36:07.030Z Compiling cfg-if v1.0.4
17562026-05-07T16:36:07.030Z Compiling version_check v0.9.5
17572026-05-07T16:36:07.030Z Compiling find-msvc-tools v0.1.9
17582026-05-07T16:36:07.030Z Compiling shlex v1.3.0
17592026-05-07T16:36:07.030Z Compiling typenum v1.19.0
17602026-05-07T16:36:07.030Z Compiling autocfg v1.5.0
17612026-05-07T16:36:07.030Z Compiling zmij v1.0.21
17622026-05-07T16:36:07.173Z Compiling memchr v2.8.0
17632026-05-07T16:36:07.176Z Compiling serde_json v1.0.149
17642026-05-07T16:36:07.339Z Compiling portable-atomic v1.13.1
17652026-05-07T16:36:07.371Z Compiling zerocopy v0.8.40
17662026-05-07T16:36:07.453Z Compiling libm v0.2.16
17672026-05-07T16:36:07.470Z Compiling generic-array v0.14.7
17682026-05-07T16:36:07.690Z Compiling smallvec v1.15.1
17692026-05-07T16:36:07.706Z Compiling parking_lot_core v0.9.12
17702026-05-07T16:36:07.719Z Compiling num-traits v0.2.19
17712026-05-07T16:36:07.722Z Compiling icu_properties_data v2.1.2
17722026-05-07T16:36:07.763Z Compiling icu_normalizer_data v2.1.1
17732026-05-07T16:36:07.782Z Compiling itoa v1.0.17
17742026-05-07T16:36:07.785Z Compiling getrandom v0.4.1
17752026-05-07T16:36:07.785Z Compiling log v0.4.29
17762026-05-07T16:36:07.957Z Compiling stable_deref_trait v1.2.1
17772026-05-07T16:36:07.972Z Compiling pkg-config v0.3.32
17782026-05-07T16:36:08.004Z Compiling subtle v2.6.1
17792026-05-07T16:36:08.051Z Compiling jobserver v0.1.34
17802026-05-07T16:36:08.051Z Compiling getrandom v0.2.17
17812026-05-07T16:36:08.098Z Compiling scopeguard v1.2.0
17822026-05-07T16:36:08.158Z Compiling errno v0.3.14
17832026-05-07T16:36:08.234Z Compiling lock_api v0.4.14
17842026-05-07T16:36:08.250Z Compiling rand_core v0.6.4
17852026-05-07T16:36:08.282Z Compiling cc v1.2.56
17862026-05-07T16:36:08.439Z Compiling litemap v0.8.1
17872026-05-07T16:36:08.455Z Compiling percent-encoding v2.3.2
17882026-05-07T16:36:08.458Z Compiling writeable v0.6.2
17892026-05-07T16:36:08.516Z Compiling pin-project-lite v0.2.17
17902026-05-07T16:36:08.540Z Compiling syn v2.0.117
17912026-05-07T16:36:08.577Z Compiling thiserror v2.0.18
17922026-05-07T16:36:08.620Z Compiling fnv v1.0.7
17932026-05-07T16:36:08.681Z Compiling getrandom v0.3.4
17942026-05-07T16:36:08.743Z Compiling critical-section v1.2.0
17952026-05-07T16:36:08.801Z Compiling rustversion v1.0.22
17962026-05-07T16:36:08.816Z Compiling schemars v0.8.22
17972026-05-07T16:36:08.831Z Compiling equivalent v1.0.2
17982026-05-07T16:36:08.911Z Compiling rand_core v0.10.0
17992026-05-07T16:36:08.927Z Compiling dunce v1.0.5
18002026-05-07T16:36:08.956Z Compiling fs_extra v1.3.0
18012026-05-07T16:36:09.004Z Compiling utf8_iter v1.0.4
18022026-05-07T16:36:09.025Z Compiling cmake v0.1.57
18032026-05-07T16:36:09.100Z Compiling form_urlencoded v1.2.2
18042026-05-07T16:36:09.246Z Compiling signal-hook-registry v1.4.8
18052026-05-07T16:36:09.249Z Compiling const-oid v0.9.6
18062026-05-07T16:36:09.310Z Compiling once_cell v1.21.3
18072026-05-07T16:36:09.403Z Compiling hashbrown v0.17.0
18082026-05-07T16:36:09.423Z Compiling parking_lot v0.12.5
18092026-05-07T16:36:09.574Z Compiling bitflags v2.11.0
18102026-05-07T16:36:09.607Z Compiling semver v1.0.28
18112026-05-07T16:36:09.624Z Compiling ring v0.17.14
18122026-05-07T16:36:09.653Z Compiling aws-lc-sys v0.37.1
18132026-05-07T16:36:09.672Z Compiling socket2 v0.6.3
18142026-05-07T16:36:09.756Z Compiling mio v1.2.0
18152026-05-07T16:36:09.831Z Compiling rustix v1.1.3
18162026-05-07T16:36:09.875Z Compiling aws-lc-rs v1.16.0
18172026-05-07T16:36:09.927Z Compiling indexmap v2.14.0
18182026-05-07T16:36:09.985Z Compiling strsim v0.11.1
18192026-05-07T16:36:09.999Z Compiling thiserror v1.0.69
18202026-05-07T16:36:10.016Z Compiling futures-core v0.3.32
18212026-05-07T16:36:10.095Z Compiling httparse v1.10.1
18222026-05-07T16:36:10.131Z Compiling byteorder v1.5.0
18232026-05-07T16:36:10.181Z Compiling ucd-trie v0.1.7
18242026-05-07T16:36:10.310Z Compiling heck v0.5.0
18252026-05-07T16:36:10.313Z Compiling vcpkg v0.2.15
18262026-05-07T16:36:10.340Z Compiling ident_case v1.0.1
18272026-05-07T16:36:10.375Z Compiling pest v2.8.6
18282026-05-07T16:36:10.401Z Compiling syn v1.0.109
18292026-05-07T16:36:10.429Z Compiling iana-time-zone v0.1.65
18302026-05-07T16:36:10.495Z Compiling uuid v1.23.0
18312026-05-07T16:36:10.499Z Compiling cpufeatures v0.2.17
18322026-05-07T16:36:10.632Z Compiling regex-syntax v0.8.10
18332026-05-07T16:36:10.776Z Compiling rustc_version v0.4.1
18342026-05-07T16:36:10.824Z Compiling futures-sink v0.3.32
18352026-05-07T16:36:10.888Z Compiling openssl-sys v0.9.114
18362026-05-07T16:36:10.931Z Compiling rustls v0.23.37
18372026-05-07T16:36:10.948Z Compiling futures-channel v0.3.32
18382026-05-07T16:36:11.056Z Compiling futures-io v0.3.32
18392026-05-07T16:36:11.071Z Compiling futures-task v0.3.32
18402026-05-07T16:36:11.115Z Compiling slab v0.4.12
18412026-05-07T16:36:11.216Z Compiling crc32fast v1.5.0
18422026-05-07T16:36:11.231Z Compiling dyn-clone v1.0.20
18432026-05-07T16:36:11.245Z Compiling plain v0.2.3
18442026-05-07T16:36:11.277Z Compiling aho-corasick v1.1.4
18452026-05-07T16:36:11.295Z Compiling synstructure v0.13.2
18462026-05-07T16:36:11.308Z Compiling serde_derive_internals v0.29.1
18472026-05-07T16:36:11.339Z Compiling num-conv v0.2.0
18482026-05-07T16:36:11.389Z Compiling crossbeam-utils v0.8.21
18492026-05-07T16:36:11.468Z Compiling time-core v0.1.8
18502026-05-07T16:36:11.487Z Compiling pest_meta v2.8.6
18512026-05-07T16:36:11.637Z Compiling time-macros v0.2.27
18522026-05-07T16:36:11.711Z Compiling openssl v0.10.78
18532026-05-07T16:36:11.715Z Compiling base64 v0.22.1
18542026-05-07T16:36:11.742Z Compiling pretty-hex v0.4.1
18552026-05-07T16:36:12.086Z Compiling pest_generator v2.8.6
18562026-05-07T16:36:12.109Z Compiling anyhow v1.0.102
18572026-05-07T16:36:12.146Z Compiling regex-automata v0.4.14
18582026-05-07T16:36:12.186Z Compiling base64ct v1.8.3
18592026-05-07T16:36:12.214Z Compiling darling_core v0.21.3
18602026-05-07T16:36:12.214Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18612026-05-07T16:36:12.286Z Compiling native-tls v0.2.18
18622026-05-07T16:36:12.374Z Compiling flagset v0.4.7
18632026-05-07T16:36:12.396Z Compiling pem-rfc7468 v0.7.0
18642026-05-07T16:36:12.452Z Compiling rand_core v0.9.5
18652026-05-07T16:36:12.527Z Compiling slog v2.8.2
18662026-05-07T16:36:12.580Z Compiling tracing-core v0.1.36
18672026-05-07T16:36:12.611Z Compiling serde_derive v1.0.228
18682026-05-07T16:36:12.629Z Compiling zeroize_derive v1.4.3
18692026-05-07T16:36:12.683Z Compiling zerofrom-derive v0.1.6
18702026-05-07T16:36:12.697Z Compiling yoke-derive v0.8.1
18712026-05-07T16:36:12.701Z Compiling zerovec-derive v0.11.2
18722026-05-07T16:36:12.749Z Compiling displaydoc v0.2.5
18732026-05-07T16:36:12.766Z Compiling zerocopy-derive v0.8.40
18742026-05-07T16:36:12.777Z Compiling tokio-macros v2.7.0
18752026-05-07T16:36:12.801Z Compiling futures-macro v0.3.32
18762026-05-07T16:36:13.224Z Compiling zeroize v1.8.2
18772026-05-07T16:36:13.485Z Compiling thiserror-impl v2.0.18
18782026-05-07T16:36:13.554Z Compiling schemars_derive v0.8.22
18792026-05-07T16:36:13.651Z Compiling der_derive v0.7.3
18802026-05-07T16:36:13.654Z Compiling tracing-attributes v0.1.31
18812026-05-07T16:36:13.735Z Compiling thiserror-impl v1.0.69
18822026-05-07T16:36:13.803Z Compiling zerofrom v0.1.6
18832026-05-07T16:36:13.944Z Compiling yoke v0.8.1
18842026-05-07T16:36:14.006Z Compiling crypto-common v0.1.7
18852026-05-07T16:36:14.138Z Compiling zerovec v0.11.5
18862026-05-07T16:36:14.153Z Compiling zerotrie v0.2.3
18872026-05-07T16:36:14.320Z Compiling block-buffer v0.10.4
18882026-05-07T16:36:14.557Z Compiling digest v0.10.7
18892026-05-07T16:36:14.593Z Compiling pest_derive v2.8.6
18902026-05-07T16:36:14.650Z Compiling tinystr v0.8.2
18912026-05-07T16:36:14.653Z Compiling potential_utf v0.1.4
18922026-05-07T16:36:14.794Z Compiling icu_collections v2.1.1
18932026-05-07T16:36:14.809Z Compiling hmac v0.12.1
18942026-05-07T16:36:14.825Z Compiling futures-util v0.3.32
18952026-05-07T16:36:14.865Z Compiling icu_locale_core v2.1.1
18962026-05-07T16:36:14.936Z Compiling block-padding v0.3.3
18972026-05-07T16:36:14.965Z Compiling sha2 v0.10.9
18982026-05-07T16:36:15.044Z Compiling rustls-pki-types v1.14.0
18992026-05-07T16:36:15.097Z Compiling inout v0.1.4
19002026-05-07T16:36:15.402Z Compiling cipher v0.4.4
19012026-05-07T16:36:15.515Z Compiling scroll_derive v0.13.1
19022026-05-07T16:36:15.593Z Compiling icu_provider v2.1.1
19032026-05-07T16:36:15.640Z Compiling scroll_derive v0.12.1
19042026-05-07T16:36:15.762Z Compiling bytes v1.11.1
19052026-05-07T16:36:15.809Z Compiling chrono v0.4.44
19062026-05-07T16:36:15.877Z Compiling icu_normalizer v2.1.1
19072026-05-07T16:36:16.004Z Compiling icu_properties v2.1.2
19082026-05-07T16:36:16.273Z Compiling tokio v1.52.1
19092026-05-07T16:36:16.346Z Compiling serde_tokenstream v0.2.3
19102026-05-07T16:36:16.899Z Compiling idna_adapter v1.2.1
19112026-05-07T16:36:16.986Z Compiling ppv-lite86 v0.2.21
19122026-05-07T16:36:17.054Z Compiling idna v1.1.0
19132026-05-07T16:36:17.268Z Compiling openssl-macros v0.1.1
19142026-05-07T16:36:17.335Z Compiling http v1.4.0
19152026-05-07T16:36:17.367Z Compiling der v0.7.10
19162026-05-07T16:36:17.459Z Compiling url v2.5.8
19172026-05-07T16:36:17.474Z Compiling regex v1.12.3
19182026-05-07T16:36:17.491Z Compiling darling_macro v0.21.3
19192026-05-07T16:36:17.551Z Compiling zerocopy-derive v0.7.35
19202026-05-07T16:36:17.722Z Compiling untrusted v0.9.0
19212026-05-07T16:36:17.964Z Compiling darling v0.21.3
19222026-05-07T16:36:18.137Z Compiling salsa20 v0.10.2
19232026-05-07T16:36:18.236Z Compiling spki v0.7.3
19242026-05-07T16:36:18.293Z Compiling pbkdf2 v0.12.2
19252026-05-07T16:36:18.428Z Compiling tracing v0.1.44
19262026-05-07T16:36:18.756Z Compiling cookie v0.18.1
19272026-05-07T16:36:18.818Z Compiling camino v1.2.2
19282026-05-07T16:36:18.964Z Compiling scrypt v0.11.0
19292026-05-07T16:36:19.037Z Compiling rand_chacha v0.9.0
19302026-05-07T16:36:19.122Z Compiling aes v0.8.4
19312026-05-07T16:36:19.139Z Compiling cbc v0.1.2
19322026-05-07T16:36:19.415Z Compiling usdt-impl v0.5.0
19332026-05-07T16:36:19.540Z Compiling paste v1.0.15
19342026-05-07T16:36:19.563Z Compiling ref-cast v1.0.25
19352026-05-07T16:36:19.583Z Compiling usdt-impl v0.6.0
19362026-05-07T16:36:19.598Z Compiling either v1.15.0
19372026-05-07T16:36:19.646Z Compiling winnow v0.7.14
19382026-05-07T16:36:19.855Z Compiling pkcs5 v0.7.1
19392026-05-07T16:36:19.902Z Compiling rand v0.9.2
19402026-05-07T16:36:19.956Z Compiling http-body v1.0.1
19412026-05-07T16:36:20.035Z Compiling tokio-util v0.7.18
19422026-05-07T16:36:20.188Z Compiling scroll v0.12.0
19432026-05-07T16:36:20.228Z Compiling scroll v0.13.0
19442026-05-07T16:36:20.307Z Compiling serde_spanned v0.6.9
19452026-05-07T16:36:20.397Z Compiling toml_datetime v0.6.11
19462026-05-07T16:36:20.482Z Compiling heapless v0.7.17
19472026-05-07T16:36:20.544Z Compiling bzip2-sys v0.1.13+1.0.8
19482026-05-07T16:36:20.567Z Compiling zstd-safe v7.2.4
19492026-05-07T16:36:20.648Z Compiling signal-hook v0.3.18
19502026-05-07T16:36:20.783Z Compiling openssl-probe v0.2.1
19512026-05-07T16:36:20.837Z Compiling untrusted v0.7.1
19522026-05-07T16:36:20.958Z Compiling atomic-waker v1.1.2
19532026-05-07T16:36:20.974Z Compiling toml_parser v1.0.9+spec-1.1.0
19542026-05-07T16:36:21.019Z Compiling goblin v0.10.5
19552026-05-07T16:36:21.081Z Compiling goblin v0.8.2
19562026-05-07T16:36:21.106Z Compiling pkcs8 v0.10.2
19572026-05-07T16:36:21.358Z Compiling zerocopy v0.7.35
19582026-05-07T16:36:21.431Z Compiling ref-cast-impl v1.0.25
19592026-05-07T16:36:21.508Z Compiling darling_core v0.20.11
19602026-05-07T16:36:21.560Z Compiling curve25519-dalek v4.1.3
19612026-05-07T16:36:21.651Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-07T16:36:21.704Z Compiling memoffset v0.9.1
19632026-05-07T16:36:21.925Z Compiling litrs v1.0.0
19642026-05-07T16:36:21.958Z Compiling tower-service v0.3.3
19652026-05-07T16:36:21.973Z Compiling tower-layer v0.3.3
19662026-05-07T16:36:22.087Z Compiling try-lock v0.2.5
19672026-05-07T16:36:22.103Z Compiling tinyvec_macros v0.1.1
19682026-05-07T16:36:22.226Z Compiling rustix v0.38.44
19692026-05-07T16:36:22.281Z Compiling fastrand v2.3.0
19702026-05-07T16:36:22.424Z Compiling winnow v0.5.40
19712026-05-07T16:36:22.554Z Compiling h2 v0.4.13
19722026-05-07T16:36:22.570Z Compiling document-features v0.2.12
19732026-05-07T16:36:22.586Z Compiling want v0.3.1
19742026-05-07T16:36:22.641Z Compiling tinyvec v1.10.0
19752026-05-07T16:36:23.296Z Compiling dof v0.3.0
19762026-05-07T16:36:23.465Z Compiling darling_macro v0.20.11
19772026-05-07T16:36:23.697Z Compiling dtrace-parser v0.2.0
19782026-05-07T16:36:23.846Z Compiling dof v0.4.0
19792026-05-07T16:36:23.912Z Compiling toml_edit v0.19.15
19802026-05-07T16:36:23.981Z Compiling dtrace-parser v0.3.0
19812026-05-07T16:36:24.121Z Compiling ipnet v2.11.0
19822026-05-07T16:36:24.156Z Compiling async-trait v0.1.89
19832026-05-07T16:36:24.227Z Compiling daft-derive v0.1.5
19842026-05-07T16:36:24.320Z Compiling spin v0.9.8
19852026-05-07T16:36:24.541Z Compiling thread-id v4.2.2
19862026-05-07T16:36:24.569Z Compiling thread-id v5.1.0
19872026-05-07T16:36:24.595Z Compiling pin-utils v0.1.0
19882026-05-07T16:36:24.638Z Compiling httpdate v1.0.3
19892026-05-07T16:36:24.664Z Compiling cfg_aliases v0.2.1
19902026-05-07T16:36:24.680Z Compiling foreign-types-shared v0.1.1
19912026-05-07T16:36:24.788Z Compiling powerfmt v0.2.0
19922026-05-07T16:36:24.857Z Compiling num-bigint-dig v0.8.6
19932026-05-07T16:36:24.895Z Compiling smoltcp v0.9.1
19942026-05-07T16:36:24.928Z Compiling foreign-types v0.3.2
19952026-05-07T16:36:25.012Z Compiling deranged v0.5.8
19962026-05-07T16:36:25.037Z Compiling nix v0.31.2
19972026-05-07T16:36:25.068Z Compiling tempfile v3.25.0
19982026-05-07T16:36:25.228Z Compiling darling v0.20.11
19992026-05-07T16:36:25.401Z Compiling ipnetwork v0.21.1
20002026-05-07T16:36:25.566Z Compiling hyper v1.8.1
20012026-05-07T16:36:25.600Z Compiling strum_macros v0.26.4
20022026-05-07T16:36:25.603Z Compiling curve25519-dalek-derive v0.1.1
20032026-05-07T16:36:26.056Z Compiling wait-timeout v0.2.1
20042026-05-07T16:36:26.118Z Compiling bit-vec v0.8.0
20052026-05-07T16:36:26.157Z Compiling anstyle v1.0.13
20062026-05-07T16:36:26.221Z Compiling utf8parse v0.2.2
20072026-05-07T16:36:26.349Z Compiling simd-adler32 v0.3.8
20082026-05-07T16:36:26.390Z Compiling siphasher v1.0.2
20092026-05-07T16:36:26.422Z Compiling quick-error v1.2.3
20102026-05-07T16:36:26.478Z Compiling num_threads v0.1.7
20112026-05-07T16:36:26.590Z Compiling time v0.3.47
20122026-05-07T16:36:26.593Z Compiling rusty-fork v0.3.1
20132026-05-07T16:36:26.635Z Compiling bit-set v0.8.0
20142026-05-07T16:36:26.702Z Compiling hyper-util v0.1.20
20152026-05-07T16:36:27.009Z Compiling anstyle-parse v0.2.7
20162026-05-07T16:36:27.227Z Compiling derive_builder_core v0.20.2
20172026-05-07T16:36:27.260Z Compiling unicode-normalization v0.1.25
20182026-05-07T16:36:28.022Z Compiling rustls-native-certs v0.8.3
20192026-05-07T16:36:28.327Z Compiling signature v2.2.0
20202026-05-07T16:36:28.396Z Compiling hubpack_derive v0.1.1
20212026-05-07T16:36:28.484Z Compiling rand_xorshift v0.4.0
20222026-05-07T16:36:28.499Z Compiling strum_macros v0.27.2
20232026-05-07T16:36:28.574Z Compiling sync_wrapper v1.0.2
20242026-05-07T16:36:28.589Z Compiling fs-err v3.3.0
20252026-05-07T16:36:28.664Z Compiling ahash v0.8.12
20262026-05-07T16:36:28.682Z Compiling unarray v0.1.4
20272026-05-07T16:36:28.703Z Compiling colorchoice v1.0.4
20282026-05-07T16:36:28.811Z Compiling is_terminal_polyfill v1.70.2
20292026-05-07T16:36:28.814Z Compiling unicode-bidi v0.3.18
20302026-05-07T16:36:28.856Z Compiling adler2 v2.0.1
20312026-05-07T16:36:28.903Z Compiling unicode-properties v0.1.4
20322026-05-07T16:36:28.949Z Compiling object v0.37.3
20332026-05-07T16:36:28.985Z Compiling allocator-api2 v0.2.21
20342026-05-07T16:36:29.001Z Compiling anstyle-query v1.1.5
20352026-05-07T16:36:29.123Z Compiling unicode-segmentation v1.12.0
20362026-05-07T16:36:29.139Z Compiling anstream v0.6.21
20372026-05-07T16:36:29.220Z Compiling stringprep v0.1.5
20382026-05-07T16:36:29.308Z Compiling miniz_oxide v0.8.9
20392026-05-07T16:36:29.459Z Compiling proptest v1.10.0
20402026-05-07T16:36:29.513Z Compiling tower v0.5.3
20412026-05-07T16:36:29.743Z Compiling derive_builder_macro v0.20.2
20422026-05-07T16:36:29.851Z Compiling usdt-macro v0.6.0
20432026-05-07T16:36:30.001Z Compiling usdt-attr-macro v0.6.0
20442026-05-07T16:36:30.377Z Compiling http-body-util v0.1.3
20452026-05-07T16:36:30.574Z Compiling webpki-roots v1.0.6
20462026-05-07T16:36:30.669Z Compiling rand_chacha v0.3.1
20472026-05-07T16:36:30.686Z Compiling erased-serde v0.3.31
20482026-05-07T16:36:30.689Z Compiling md-5 v0.10.6
20492026-05-07T16:36:30.765Z Compiling num-integer v0.1.46
20502026-05-07T16:36:30.783Z Compiling hash32 v0.2.1
20512026-05-07T16:36:30.864Z Compiling vergen-lib v0.1.6
20522026-05-07T16:36:30.926Z Compiling ff v0.13.1
20532026-05-07T16:36:30.984Z Compiling ryu v1.0.23
20542026-05-07T16:36:31.001Z Compiling psl-types v2.0.11
20552026-05-07T16:36:31.004Z Compiling zlib-rs v0.6.2
20562026-05-07T16:36:31.031Z Compiling iri-string v0.7.10
20572026-05-07T16:36:31.034Z Compiling base16ct v0.2.0
20582026-05-07T16:36:31.064Z Compiling fallible-iterator v0.2.0
20592026-05-07T16:36:31.159Z Compiling serde_urlencoded v0.7.1
20602026-05-07T16:36:31.176Z Compiling sec1 v0.7.3
20612026-05-07T16:36:31.256Z Compiling publicsuffix v2.3.0
20622026-05-07T16:36:31.273Z Compiling group v0.13.0
20632026-05-07T16:36:31.411Z Compiling postgres-protocol v0.6.10
20642026-05-07T16:36:31.430Z Compiling num-iter v0.1.45
20652026-05-07T16:36:31.471Z Compiling newtype-uuid v1.3.2
20662026-05-07T16:36:31.534Z Compiling rand v0.8.5
20672026-05-07T16:36:31.794Z Compiling oxnet v0.1.4
20682026-05-07T16:36:31.922Z Compiling derive_builder v0.20.2
20692026-05-07T16:36:32.016Z Compiling tokio-native-tls v0.3.1
20702026-05-07T16:36:32.039Z Compiling heck v0.4.1
20712026-05-07T16:36:32.068Z Compiling phf_shared v0.13.1
20722026-05-07T16:36:32.165Z Compiling lazy_static v1.5.0
20732026-05-07T16:36:32.201Z Compiling tower-http v0.6.8
20742026-05-07T16:36:32.278Z Compiling terminal_size v0.4.3
20752026-05-07T16:36:32.295Z Compiling serde_with_macros v3.17.0
20762026-05-07T16:36:32.338Z Compiling cargo-platform v0.1.9
20772026-05-07T16:36:32.426Z Compiling hkdf v0.12.4
20782026-05-07T16:36:32.441Z Compiling crypto-bigint v0.5.5
20792026-05-07T16:36:32.458Z Compiling serde_repr v0.1.20
20802026-05-07T16:36:32.525Z Compiling enum-as-inner v0.6.1
20812026-05-07T16:36:32.542Z Compiling clap_derive v4.5.55
20822026-05-07T16:36:32.611Z Compiling vergen v9.0.6
20832026-05-07T16:36:32.643Z Compiling clap_lex v1.0.0
20842026-05-07T16:36:32.713Z Compiling foldhash v0.1.5
20852026-05-07T16:36:32.745Z Compiling foldhash v0.2.0
20862026-05-07T16:36:32.863Z Compiling bitflags v1.3.2
20872026-05-07T16:36:32.956Z Compiling managed v0.8.0
20882026-05-07T16:36:33.009Z Compiling libbz2-rs-sys v0.2.2
20892026-05-07T16:36:33.057Z Compiling flate2 v1.1.9
20902026-05-07T16:36:33.100Z Compiling bumpalo v3.20.2
20912026-05-07T16:36:33.234Z Compiling hashbrown v0.16.1
20922026-05-07T16:36:33.326Z Compiling zopfli v0.8.3
20932026-05-07T16:36:33.355Z Compiling elliptic-curve v0.13.8
20942026-05-07T16:36:33.358Z Compiling hashbrown v0.15.5
20952026-05-07T16:36:33.406Z Compiling bzip2 v0.6.1
20962026-05-07T16:36:33.513Z Compiling clap_builder v4.5.60
20972026-05-07T16:36:33.578Z Compiling zstd v0.13.3
20982026-05-07T16:36:33.829Z Compiling cargo_metadata v0.19.2
20992026-05-07T16:36:33.941Z Compiling phf v0.13.1
21002026-05-07T16:36:33.996Z Compiling hyper-tls v0.6.0
21012026-05-07T16:36:34.029Z Compiling daft v0.1.5
21022026-05-07T16:36:34.118Z Compiling signal-hook-mio v0.2.5
21032026-05-07T16:36:34.149Z Compiling cookie_store v0.22.1
21042026-05-07T16:36:34.248Z Compiling postgres-types v0.2.12
21052026-05-07T16:36:34.312Z Compiling bzip2 v0.4.4
21062026-05-07T16:36:34.398Z Compiling strum v0.27.2
21072026-05-07T16:36:34.575Z Compiling hubpack v0.1.2
21082026-05-07T16:36:34.714Z Compiling ed25519 v2.2.3
21092026-05-07T16:36:34.742Z Compiling phf_shared v0.11.3
21102026-05-07T16:36:34.847Z Compiling crossbeam-epoch v0.9.18
21112026-05-07T16:36:34.949Z Compiling pkcs1 v0.7.5
21122026-05-07T16:36:35.010Z Compiling hex v0.4.3
21132026-05-07T16:36:35.032Z Compiling serde-big-array v0.5.1
21142026-05-07T16:36:35.229Z Compiling rfc6979 v0.4.0
21152026-05-07T16:36:35.275Z Compiling bstr v1.12.1
21162026-05-07T16:36:35.312Z Compiling float-cmp v0.10.0
21172026-05-07T16:36:35.328Z Compiling memmap2 v0.9.10
21182026-05-07T16:36:35.331Z Compiling env_filter v1.0.0
21192026-05-07T16:36:35.361Z Compiling encoding_rs v0.8.35
21202026-05-07T16:36:35.390Z Compiling mime v0.3.17
21212026-05-07T16:36:35.432Z Compiling keccak v0.1.6
21222026-05-07T16:36:35.475Z Compiling fixedbitset v0.4.2
21232026-05-07T16:36:35.552Z Compiling whoami v2.1.0
21242026-05-07T16:36:35.612Z Compiling jiff v0.2.21
21252026-05-07T16:36:35.639Z Compiling normalize-line-endings v0.3.0
21262026-05-07T16:36:35.671Z Compiling difflib v0.4.0
21272026-05-07T16:36:35.693Z Compiling static_assertions v1.1.0
21282026-05-07T16:36:35.754Z Compiling data-encoding v2.10.0
21292026-05-07T16:36:35.785Z Compiling precomputed-hash v0.1.1
21302026-05-07T16:36:35.807Z Compiling predicates-core v1.0.10
21312026-05-07T16:36:35.875Z Compiling toml_write v0.1.2
21322026-05-07T16:36:35.892Z Compiling fixedbitset v0.5.7
21332026-05-07T16:36:35.906Z Compiling new_debug_unreachable v1.0.6
21342026-05-07T16:36:35.988Z Compiling rustc-hash v2.1.1
21352026-05-07T16:36:36.004Z Compiling string_cache v0.8.9
21362026-05-07T16:36:36.052Z Compiling toml_edit v0.22.27
21372026-05-07T16:36:36.084Z Compiling hickory-proto v0.25.2
21382026-05-07T16:36:36.128Z Compiling iddqd v0.3.18
21392026-05-07T16:36:36.128Z Compiling petgraph v0.8.3
21402026-05-07T16:36:36.314Z Compiling predicates v3.1.4
21412026-05-07T16:36:36.720Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21422026-05-07T16:36:36.800Z Compiling tokio-postgres v0.7.16
21432026-05-07T16:36:36.884Z Compiling similar v2.7.0
21442026-05-07T16:36:36.930Z Compiling petgraph v0.6.5
21452026-05-07T16:36:37.652Z Compiling sha3 v0.10.8
21462026-05-07T16:36:37.690Z Compiling env_logger v0.11.9
21472026-05-07T16:36:37.932Z Compiling usdt v0.6.0
21482026-05-07T16:36:38.017Z Compiling serde_with v3.17.0
21492026-05-07T16:36:38.078Z Compiling ecdsa v0.16.9
21502026-05-07T16:36:38.423Z Compiling zip v4.6.1
21512026-05-07T16:36:38.439Z Compiling rsa v0.9.10
21522026-05-07T16:36:38.866Z Compiling clap v4.5.60
21532026-05-07T16:36:38.963Z Compiling ed25519-dalek v2.2.0
21542026-05-07T16:36:39.069Z Compiling crossterm v0.28.1
21552026-05-07T16:36:39.583Z Compiling zip v0.6.6
21562026-05-07T16:36:39.675Z Compiling strum v0.26.3
21572026-05-07T16:36:39.718Z Compiling toml v0.7.8
21582026-05-07T16:36:39.791Z Compiling tokio-stream v0.1.18
21592026-05-07T16:36:39.818Z Compiling buf-list v1.1.2
21602026-05-07T16:36:40.034Z Compiling itertools v0.13.0
21612026-05-07T16:36:40.113Z Compiling x509-cert v0.2.5
21622026-05-07T16:36:40.254Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-07T16:36:40.288Z Compiling openapiv3 v2.2.0
21642026-05-07T16:36:40.375Z Compiling sha1 v0.10.6
21652026-05-07T16:36:40.617Z Compiling lalrpop-util v0.19.12
21662026-05-07T16:36:40.634Z Compiling peg-runtime v0.8.5
21672026-05-07T16:36:55.919Z Compiling rustls-webpki v0.103.9
21682026-05-07T16:36:57.282Z Compiling macaddr v1.0.1
21692026-05-07T16:36:57.298Z Compiling structmeta-derive v0.3.0
21702026-05-07T16:36:57.445Z Compiling rayon-core v1.13.0
21712026-05-07T16:36:57.557Z Compiling crucible-workspace-hack v0.1.0
21722026-05-07T16:36:57.576Z Compiling itertools v0.14.0
21732026-05-07T16:36:57.672Z Compiling secrecy v0.10.3
21742026-05-07T16:36:57.777Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752026-05-07T16:36:57.812Z Compiling heapless v0.8.0
21762026-05-07T16:36:57.859Z Compiling rustls v0.22.4
21772026-05-07T16:36:58.081Z Compiling crossbeam-deque v0.8.6
21782026-05-07T16:36:58.096Z Compiling toml_edit v0.23.10+spec-1.0.0
21792026-05-07T16:36:58.191Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802026-05-07T16:36:58.298Z Compiling rustls-webpki v0.102.8
21812026-05-07T16:36:58.313Z Compiling futures-executor v0.3.32
21822026-05-07T16:36:58.316Z Compiling structmeta v0.3.0
21832026-05-07T16:36:58.343Z Compiling hash32 v0.3.1
21842026-05-07T16:36:58.360Z Compiling multer v3.1.0
21852026-05-07T16:36:58.374Z Compiling thread_local v1.1.9
21862026-05-07T16:36:58.450Z Compiling match_cfg v0.1.0
21872026-05-07T16:36:58.524Z Compiling smoltcp v0.11.0
21882026-05-07T16:36:58.543Z Compiling slog-async v2.8.0
21892026-05-07T16:36:58.559Z Compiling compression-core v0.4.31
21902026-05-07T16:36:58.576Z Compiling unicode-width v0.2.0
21912026-05-07T16:36:58.590Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21922026-05-07T16:36:58.759Z Compiling compression-codecs v0.4.37
21932026-05-07T16:36:58.799Z Compiling proc-macro-crate v3.4.0
21942026-05-07T16:36:58.886Z Compiling ingot-macros v0.1.1
21952026-05-07T16:36:58.901Z Compiling derive-ex v0.1.8
21962026-05-07T16:36:58.904Z Compiling hostname v0.3.1
21972026-05-07T16:36:58.905Z Compiling futures v0.3.32
21982026-05-07T16:36:59.033Z Compiling slog-json v2.6.1
21992026-05-07T16:36:59.113Z Compiling crossbeam-channel v0.5.15
22002026-05-07T16:36:59.134Z Compiling half v2.7.1
22012026-05-07T16:36:59.235Z Compiling newtype-uuid-macros v0.1.0
22022026-05-07T16:36:59.299Z Compiling cobs v0.3.0
22032026-05-07T16:36:59.453Z Compiling tokio-rustls v0.26.4
22042026-05-07T16:36:59.491Z Compiling rustls-platform-verifier v0.6.2
22052026-05-07T16:36:59.594Z Compiling thiserror-impl-no-std v2.0.2
22062026-05-07T16:36:59.713Z Compiling hyper-rustls v0.27.7
22072026-05-07T16:36:59.732Z Compiling universal-hash v0.5.1
22082026-05-07T16:36:59.844Z Compiling async-stream-impl v0.3.6
22092026-05-07T16:36:59.891Z Compiling toml_datetime v1.0.0+spec-1.1.0
22102026-05-07T16:36:59.949Z Compiling reqwest v0.12.28
22112026-05-07T16:37:00.037Z Compiling reqwest v0.13.2
22122026-05-07T16:37:00.110Z Compiling serde_spanned v1.0.4
22132026-05-07T16:37:00.291Z Compiling is-terminal v0.4.17
22142026-05-07T16:37:00.334Z Compiling proc-macro-error-attr v1.0.4
22152026-05-07T16:37:00.409Z Compiling dropshot v0.17.0
22162026-05-07T16:37:00.424Z Compiling opaque-debug v0.3.1
22172026-05-07T16:37:00.439Z Compiling toml_writer v1.0.6+spec-1.1.0
22182026-05-07T16:37:00.516Z Compiling term v1.2.1
22192026-05-07T16:37:00.527Z Compiling convert_case v0.4.0
22202026-05-07T16:37:00.552Z Compiling take_mut v0.2.2
22212026-05-07T16:37:00.627Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22222026-05-07T16:37:00.652Z Compiling ciborium-io v0.2.2
22232026-05-07T16:37:00.718Z Compiling thiserror-no-std v2.0.2
22242026-05-07T16:37:00.757Z Compiling ciborium-ll v0.2.2
22252026-05-07T16:37:00.828Z Compiling slog-term v2.9.2
22262026-05-07T16:37:00.859Z Compiling derive_more v0.99.20
22272026-05-07T16:37:00.880Z Compiling tokio-rustls v0.25.0
22282026-05-07T16:37:01.040Z Compiling toml v1.0.6+spec-1.1.0
22292026-05-07T16:37:01.162Z Compiling poly1305 v0.8.0
22302026-05-07T16:37:01.176Z Compiling async-stream v0.3.6
22312026-05-07T16:37:01.203Z Compiling test-strategy v0.4.5
22322026-05-07T16:37:01.410Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22332026-05-07T16:37:01.506Z Compiling ingot-types v0.1.2
22342026-05-07T16:37:01.822Z Compiling postcard v1.1.3
22352026-05-07T16:37:01.947Z Compiling ingot v0.1.1
22362026-05-07T16:37:02.097Z Compiling num_enum_derive v0.7.5
22372026-05-07T16:37:02.232Z Compiling slog-bunyan v2.5.0
22382026-05-07T16:37:02.306Z Compiling async-compression v0.4.41
22392026-05-07T16:37:02.518Z Compiling parse-display-derive v0.10.0
22402026-05-07T16:37:02.608Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22412026-05-07T16:37:02.791Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22422026-05-07T16:37:03.047Z Compiling proc-macro-crate v1.3.1
22432026-05-07T16:37:03.050Z Compiling backon v1.6.0
22442026-05-07T16:37:03.114Z Compiling waitgroup v0.1.2
22452026-05-07T16:37:03.257Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22462026-05-07T16:37:03.329Z Compiling password-hash v0.5.0
22472026-05-07T16:37:03.345Z Compiling chacha20 v0.9.1
22482026-05-07T16:37:03.359Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22492026-05-07T16:37:03.363Z Compiling dropshot_endpoint v0.17.0
22502026-05-07T16:37:03.432Z Compiling rustls-pemfile v2.2.0
22512026-05-07T16:37:03.629Z Compiling blake2 v0.10.6
22522026-05-07T16:37:03.632Z Compiling aead v0.5.2
22532026-05-07T16:37:03.704Z Compiling foreign-types-macros v0.2.3
22542026-05-07T16:37:03.814Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22552026-05-07T16:37:03.848Z Compiling serde_path_to_error v0.1.20
22562026-05-07T16:37:04.142Z Compiling hostname v0.4.2
22572026-05-07T16:37:04.158Z Compiling proc-macro-error v1.0.4
22582026-05-07T16:37:04.191Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22592026-05-07T16:37:04.228Z Compiling instant v0.1.13
22602026-05-07T16:37:04.251Z Compiling debug-ignore v1.0.5
22612026-05-07T16:37:04.285Z Compiling typeid v1.0.3
22622026-05-07T16:37:04.317Z Compiling foreign-types-shared v0.3.1
22632026-05-07T16:37:04.330Z Compiling cpufeatures v0.3.0
22642026-05-07T16:37:04.334Z Compiling backoff v0.4.0
22652026-05-07T16:37:04.363Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22662026-05-07T16:37:04.380Z Compiling parse-display v0.10.0
22672026-05-07T16:37:04.393Z Compiling argon2 v0.5.3
22682026-05-07T16:37:04.423Z Compiling chacha20 v0.10.0
22692026-05-07T16:37:04.440Z Compiling foreign-types v0.5.0
22702026-05-07T16:37:04.492Z Compiling chacha20poly1305 v0.10.1
22712026-05-07T16:37:04.509Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22722026-05-07T16:37:04.524Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-07T16:37:04.540Z Compiling num_enum_derive v0.5.11
22742026-05-07T16:37:04.580Z Compiling num_enum v0.7.5
22752026-05-07T16:37:04.622Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22762026-05-07T16:37:04.726Z Compiling ciborium v0.2.2
22772026-05-07T16:37:04.865Z Compiling vsss-rs v3.3.4
22782026-05-07T16:37:05.046Z Compiling tabwriter v1.4.1
22792026-05-07T16:37:05.075Z Compiling regress v0.10.5
22802026-05-07T16:37:05.249Z Compiling byte-wrapper v0.1.0
22812026-05-07T16:37:05.279Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22822026-05-07T16:37:05.418Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-05-07T16:37:05.433Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22842026-05-07T16:37:05.461Z Compiling cstr-argument v0.1.2
22852026-05-07T16:37:05.576Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22862026-05-07T16:37:05.650Z Compiling erased-serde v0.4.9
22872026-05-07T16:37:05.811Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-05-07T16:37:05.857Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-05-07T16:37:05.957Z Compiling num_enum v0.5.11
22902026-05-07T16:37:06.008Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-05-07T16:37:06.040Z Compiling rand v0.10.0
22922026-05-07T16:37:06.114Z Compiling rayon v1.11.0
22932026-05-07T16:37:06.153Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22942026-05-07T16:37:06.246Z Compiling colored v3.1.1
22952026-05-07T16:37:06.264Z Compiling libefi-sys v0.1.0
22962026-05-07T16:37:06.267Z Compiling indent_write v2.2.0
22972026-05-07T16:37:06.296Z Compiling zone_cfg_derive v0.3.1
22982026-05-07T16:37:06.369Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-07T16:37:06.449Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-07T16:37:06.566Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23012026-05-07T16:37:06.589Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-05-07T16:37:06.736Z Compiling camino-tempfile v1.4.1
23032026-05-07T16:37:06.824Z Compiling itertools v0.12.1
23042026-05-07T16:37:06.852Z Compiling usdt-attr-macro v0.5.0
23052026-05-07T16:37:06.937Z Compiling usdt-macro v0.5.0
23062026-05-07T16:37:06.952Z Compiling bitfield-struct v0.6.2
23072026-05-07T16:37:07.122Z Compiling num-derive v0.4.2
23082026-05-07T16:37:07.147Z Compiling ordered-float v2.10.1
23092026-05-07T16:37:07.162Z Compiling blake3 v1.8.3
23102026-05-07T16:37:07.452Z Compiling sigpipe v0.1.3
23112026-05-07T16:37:07.541Z Compiling memmap v0.7.0
23122026-05-07T16:37:07.569Z Compiling swrite v0.1.0
23132026-05-07T16:37:07.586Z Compiling glob v0.3.3
23142026-05-07T16:37:07.600Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152026-05-07T16:37:07.645Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23162026-05-07T16:37:07.703Z Compiling usdt v0.5.0
23172026-05-07T16:37:07.792Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23182026-05-07T16:37:07.985Z Compiling serde-value v0.7.0
23192026-05-07T16:37:08.026Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23202026-05-07T16:37:08.317Z Compiling zone v0.3.1
23212026-05-07T16:37:08.333Z Compiling serde-untagged v0.1.9
23222026-05-07T16:37:08.366Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-07T16:37:08.514Z Compiling toml v0.8.23
23242026-05-07T16:37:08.587Z Compiling smf v0.2.3
23252026-05-07T16:37:08.603Z Compiling filetime v0.2.27
23262026-05-07T16:37:08.679Z Compiling constant_time_eq v0.4.2
23272026-05-07T16:37:08.701Z Compiling unicode-xid v0.2.6
23282026-05-07T16:37:08.726Z Compiling whoami v1.6.1
23292026-05-07T16:37:08.742Z Compiling same-file v1.0.6
23302026-05-07T16:37:08.829Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23312026-05-07T16:37:08.862Z Compiling arrayref v0.3.9
23322026-05-07T16:37:08.884Z Compiling arrayvec v0.7.6
23332026-05-07T16:37:08.905Z Compiling xattr v1.6.1
23342026-05-07T16:37:08.925Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-07T16:37:08.943Z Compiling walkdir v2.5.0
23362026-05-07T16:37:08.955Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23372026-05-07T16:37:09.149Z Compiling tar v0.4.45
23382026-05-07T16:37:09.179Z Compiling cargo-util-schemas v0.8.2
23392026-05-07T16:37:09.197Z Compiling tokio-dtrace v0.1.1
23402026-05-07T16:37:09.532Z Compiling console v0.16.2
23412026-05-07T16:37:09.597Z Compiling gethostname v0.5.0
23422026-05-07T16:37:09.666Z Compiling cargo-platform v0.2.0
23432026-05-07T16:37:09.737Z Compiling topological-sort v0.2.2
23442026-05-07T16:37:09.755Z Compiling unit-prefix v0.5.2
23452026-05-07T16:37:09.816Z Compiling oxide-tokio-rt v0.1.4
23462026-05-07T16:37:09.863Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23472026-05-07T16:37:09.925Z Compiling indicatif v0.18.4
23482026-05-07T16:37:09.963Z Compiling shell-words v1.1.1
23492026-05-07T16:37:10.402Z Compiling cargo_metadata v0.21.0
23502026-05-07T16:37:19.560Z Compiling progenitor-client v0.14.0
23512026-05-07T16:37:19.594Z Compiling progenitor-client v0.10.0
23522026-05-07T16:37:19.594Z Compiling omicron-zone-package v0.12.2
23532026-05-07T16:37:19.686Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23542026-05-07T16:37:19.686Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23552026-05-07T16:37:19.723Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-07T16:37:19.746Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23572026-05-07T16:37:20.004Z Compiling progenitor-extras v0.2.0
23582026-05-07T16:37:20.042Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23592026-05-07T16:37:20.071Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23602026-05-07T16:37:20.094Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23612026-05-07T16:37:20.141Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-05-07T16:37:20.276Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632026-05-07T16:37:24.851Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-07T16:37:32.224Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-07T16:37:35.265Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-07T16:37:36.239Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-07T16:37:45.447Z Finished `release` profile [optimized] target(s) in 1m 39s
23682026-05-07T16:37:45.597Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-07T16:37:45.659ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-07T16:37:45.663ZCreated new build target 'test' and set it as active
23712026-05-07T16:37:45.663Z
23722026-05-07T16:37:45.666Zreal 1:39.534223542
23732026-05-07T16:37:45.666Zuser 16:27.920757268
23742026-05-07T16:37:45.666Zsys 2:29.942383816
23752026-05-07T16:37:45.666Ztrap 0.461115508
23762026-05-07T16:37:45.666Ztflt 2.842497950
23772026-05-07T16:37:45.666Zdflt 3.640623428
23782026-05-07T16:37:45.666Zkflt 0.002358521
23792026-05-07T16:37:45.666Zlock 51:30.545226587
23802026-05-07T16:37:45.666Zslp 42:22.110573067
23812026-05-07T16:37:45.666Zlat 42.367874603
23822026-05-07T16:37:45.666Zstop 5:14.970624756
23832026-05-07T16:37:45.666Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-07T16:37:46.545Z Finished `release` profile [optimized] target(s) in 0.87s
23852026-05-07T16:37:46.617Z Running `target/release/omicron-package -t test package`
23862026-05-07T16:37:46.675ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-07T16:37:48.075Z Compiling heck v0.5.0
23882026-05-07T16:37:48.075Z Compiling regress v0.11.1
23892026-05-07T16:37:48.075Z Compiling unsafe-libyaml v0.2.11
23902026-05-07T16:37:48.326Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-07T16:37:48.346Z Compiling regress v0.10.5
23922026-05-07T16:37:48.368Z Compiling unicode-width v0.1.14
23932026-05-07T16:37:48.386Z Compiling is-terminal v0.4.17
23942026-05-07T16:37:48.410Z Compiling prettyplease v0.2.37
23952026-05-07T16:37:48.413Z Compiling bytecount v0.6.9
23962026-05-07T16:37:48.413Z Compiling rustls v0.22.4
23972026-05-07T16:37:48.413Z Compiling rustls-webpki v0.102.8
23982026-05-07T16:37:48.429Z Compiling derive-where v1.6.0
23992026-05-07T16:37:48.448Z Compiling thread_local v1.1.9
24002026-05-07T16:37:48.451Z Compiling compression-core v0.4.31
24012026-05-07T16:37:48.451Z Compiling match_cfg v0.1.0
24022026-05-07T16:37:48.567Z Compiling hostname v0.3.1
24032026-05-07T16:37:48.570Z Compiling multer v3.1.0
24042026-05-07T16:37:48.606Z Compiling slog-async v2.8.0
24052026-05-07T16:37:48.636Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-05-07T16:37:48.655Z Compiling compression-codecs v0.4.37
24072026-05-07T16:37:48.655Z Compiling crossbeam-channel v0.5.15
24082026-05-07T16:37:48.699Z Compiling slog-json v2.6.1
24092026-05-07T16:37:48.702Z Compiling futures-executor v0.3.32
24102026-05-07T16:37:48.702Z Compiling serde_spanned v1.0.4
24112026-05-07T16:37:48.723Z Compiling toml_datetime v1.0.0+spec-1.1.0
24122026-05-07T16:37:48.780Z Compiling serde_yaml v0.9.34+deprecated
24132026-05-07T16:37:48.894Z Compiling take_mut v0.2.2
24142026-05-07T16:37:48.914Z Compiling toml_writer v1.0.6+spec-1.1.0
24152026-05-07T16:37:48.946Z Compiling term v1.2.1
24162026-05-07T16:37:48.967Z Compiling slog-bunyan v2.5.0
24172026-05-07T16:37:48.967Z Compiling futures v0.3.32
24182026-05-07T16:37:49.059Z Compiling async-compression v0.4.41
24192026-05-07T16:37:49.112Z Compiling toml v1.0.6+spec-1.1.0
24202026-05-07T16:37:49.156Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212026-05-07T16:37:49.179Z Compiling dropshot v0.17.0
24222026-05-07T16:37:49.200Z Compiling async-stream v0.3.6
24232026-05-07T16:37:49.245Z Compiling slog-term v2.9.2
24242026-05-07T16:37:49.320Z Compiling num-rational v0.4.2
24252026-05-07T16:37:49.391Z Compiling progenitor-client v0.14.0
24262026-05-07T16:37:49.412Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24272026-05-07T16:37:49.440Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24282026-05-07T16:37:49.464Z Compiling waitgroup v0.1.2
24292026-05-07T16:37:49.516Z Compiling backon v1.6.0
24302026-05-07T16:37:49.609Z Compiling rustls-pemfile v2.2.0
24312026-05-07T16:37:49.625Z Compiling num-complex v0.4.6
24322026-05-07T16:37:49.650Z Compiling hostname v0.4.2
24332026-05-07T16:37:49.704Z Compiling serde_path_to_error v0.1.20
24342026-05-07T16:37:49.728Z Compiling instant v0.1.13
24352026-05-07T16:37:49.748Z Compiling debug-ignore v1.0.5
24362026-05-07T16:37:49.770Z Compiling progenitor-extras v0.2.0
24372026-05-07T16:37:49.809Z Compiling typify-impl v0.6.2
24382026-05-07T16:37:49.830Z Compiling backoff v0.4.0
24392026-05-07T16:37:49.861Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-05-07T16:37:49.886Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-07T16:37:50.052Z Compiling num v0.4.3
24422026-05-07T16:37:50.097Z Compiling parse-display v0.10.0
24432026-05-07T16:37:50.097Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-07T16:37:50.137Z Compiling progenitor-client v0.13.0
24452026-05-07T16:37:50.171Z Compiling progenitor-client v0.10.0
24462026-05-07T16:37:50.189Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-07T16:37:50.246Z Compiling macaddr v1.0.1
24482026-05-07T16:37:50.319Z Compiling float-ord v0.3.2
24492026-05-07T16:37:50.359Z Compiling console v0.15.11
24502026-05-07T16:37:50.454Z Compiling newline-converter v0.3.0
24512026-05-07T16:37:50.484Z Compiling atomicwrites v0.4.4
24522026-05-07T16:37:50.505Z Compiling slog-dtrace v0.3.0
24532026-05-07T16:37:50.646Z Compiling async-recursion v1.1.1
24542026-05-07T16:37:50.722Z Compiling tokio-rustls v0.25.0
24552026-05-07T16:37:50.742Z Compiling expectorate v1.2.0
24562026-05-07T16:37:50.813Z Compiling owo-colors v4.3.0
24572026-05-07T16:37:50.836Z Compiling cancel-safe-futures v0.1.5
24582026-05-07T16:37:50.967Z Compiling libsw-core v0.3.2
24592026-05-07T16:37:50.988Z Compiling resolv-conf v0.7.6
24602026-05-07T16:37:51.007Z Compiling toml v0.8.23
24612026-05-07T16:37:51.192Z Compiling libsw v3.5.0
24622026-05-07T16:37:51.277Z Compiling linear-map v1.2.0
24632026-05-07T16:37:51.371Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-07T16:37:51.446Z Compiling minimal-lexical v0.2.1
24652026-05-07T16:37:51.520Z Compiling linked-hash-map v0.5.6
24662026-05-07T16:37:51.629Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24672026-05-07T16:37:51.652Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24682026-05-07T16:37:51.655Z Compiling unicode-xid v0.2.6
24692026-05-07T16:37:51.695Z Compiling nom v7.1.3
24702026-05-07T16:37:51.729Z Compiling lru-cache v0.1.2
24712026-05-07T16:37:51.768Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24722026-05-07T16:37:51.791Z Compiling globset v0.4.18
24732026-05-07T16:37:51.820Z Compiling hickory-proto v0.24.4
24742026-05-07T16:37:51.842Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-07T16:37:51.904Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24762026-05-07T16:37:52.164Z Compiling convert_case v0.10.0
24772026-05-07T16:37:52.451Z Compiling derive_more-impl v2.1.1
24782026-05-07T16:37:52.788Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-07T16:37:53.034Z Compiling pin-project-internal v1.1.11
24802026-05-07T16:37:53.135Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24812026-05-07T16:37:53.231Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24822026-05-07T16:37:53.323Z Compiling typify-macro v0.6.2
24832026-05-07T16:37:53.491Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24842026-05-07T16:37:53.740Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24852026-05-07T16:37:53.960Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24862026-05-07T16:37:54.067Z Compiling pin-project v1.1.11
24872026-05-07T16:37:54.219Z Compiling derive_more v2.1.1
24882026-05-07T16:37:54.330Z Compiling hickory-resolver v0.24.4
24892026-05-07T16:37:54.479Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24902026-05-07T16:37:54.543Z Compiling papergrid v0.11.0
24912026-05-07T16:37:54.660Z Compiling tabled_derive v0.7.0
24922026-05-07T16:37:54.863Z Compiling typify v0.6.2
24932026-05-07T16:37:55.041Z Compiling progenitor-impl v0.14.0
24942026-05-07T16:37:55.197Z Compiling progenitor-impl v0.13.0
24952026-05-07T16:37:55.629Z Compiling qorb v0.4.1
24962026-05-07T16:37:56.119Z Compiling pem v3.0.6
24972026-05-07T16:37:56.832Z Compiling snafu-derive v0.8.9
24982026-05-07T16:37:57.189Z Compiling progenitor-macro v0.14.0
24992026-05-07T16:37:57.392Z Compiling progenitor-macro v0.13.0
25002026-05-07T16:37:57.519Z Compiling termtree v0.5.1
25012026-05-07T16:37:57.717Z Compiling tabled v0.15.0
25022026-05-07T16:37:58.686Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25032026-05-07T16:37:59.669Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25042026-05-07T16:37:59.779Z Compiling snafu v0.8.9
25052026-05-07T16:37:59.994Z Compiling crossterm v0.29.0
25062026-05-07T16:38:00.378Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25072026-05-07T16:38:00.592Z Compiling olpc-cjson v0.1.4
25082026-05-07T16:38:00.838Z Compiling phf_shared v0.12.1
25092026-05-07T16:38:01.079Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-07T16:38:01.101Z Compiling serde_plain v1.0.2
25112026-05-07T16:38:01.225Z Compiling progenitor v0.14.0
25122026-05-07T16:38:01.410Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25132026-05-07T16:38:01.434Z Compiling vte v0.14.1
25142026-05-07T16:38:01.457Z Compiling progenitor v0.13.0
25152026-05-07T16:38:01.625Z Compiling csv-core v0.1.13
25162026-05-07T16:38:01.649Z Compiling typed-path v0.9.3
25172026-05-07T16:38:01.698Z Compiling highway v1.3.0
25182026-05-07T16:38:01.821Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25192026-05-07T16:38:02.074Z Compiling chrono-tz v0.10.4
25202026-05-07T16:38:02.359Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25212026-05-07T16:38:02.441Z Compiling csv v1.4.0
25222026-05-07T16:38:02.592Z Compiling strip-ansi-escapes v0.2.1
25232026-05-07T16:38:02.937Z Compiling tough v0.20.0
25242026-05-07T16:38:03.144Z Compiling phf v0.12.1
25252026-05-07T16:38:03.355Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-07T16:38:03.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-07T16:38:03.889Z Compiling const_format_proc_macros v0.2.34
25282026-05-07T16:38:04.490Z Compiling fd-lock v4.0.4
25292026-05-07T16:38:04.566Z Compiling peg-macros v0.8.5
25302026-05-07T16:38:04.589Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25312026-05-07T16:38:04.668Z Compiling nu-ansi-term v0.50.3
25322026-05-07T16:38:04.994Z Compiling reedline v0.40.0
25332026-05-07T16:38:05.216Z Compiling const_format v0.2.35
25342026-05-07T16:38:05.725Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-05-07T16:38:05.811Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-05-07T16:38:05.833Z Compiling peg v0.8.5
25372026-05-07T16:38:05.936Z Compiling bcs v0.1.6
25382026-05-07T16:38:06.395Z Compiling semver v0.1.20
25392026-05-07T16:38:06.582Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25402026-05-07T16:38:06.697Z Compiling rustc_version v0.1.7
25412026-05-07T16:38:06.842Z Compiling unicode-linebreak v0.1.5
25422026-05-07T16:38:06.934Z Compiling newtype_derive v0.1.6
25432026-05-07T16:38:07.151Z Compiling humantime v2.3.0
25442026-05-07T16:38:07.171Z Compiling smawk v0.3.2
25452026-05-07T16:38:07.266Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25462026-05-07T16:38:07.367Z Compiling textwrap v0.16.2
25472026-05-07T16:38:07.655Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25482026-05-07T16:38:07.816Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25492026-05-07T16:38:08.426Z Compiling dropshot-api-manager-types v0.7.1
25502026-05-07T16:38:08.451Z Compiling base64 v0.21.7
25512026-05-07T16:38:08.957Z Compiling steno v0.4.1
25522026-05-07T16:38:08.979Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-07T16:38:09.035Z Compiling tagptr v0.2.0
25542026-05-07T16:38:09.087Z Compiling utf-8 v0.7.6
25552026-05-07T16:38:09.228Z Compiling moka v0.12.13
25562026-05-07T16:38:09.321Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-07T16:38:09.402Z Compiling tungstenite v0.21.0
25582026-05-07T16:38:09.496Z Compiling radium v0.7.0
25592026-05-07T16:38:09.588Z Compiling tap v1.0.1
25602026-05-07T16:38:09.734Z Compiling maybe-uninit v2.0.0
25612026-05-07T16:38:10.072Z Compiling tokio-tungstenite v0.21.0
25622026-05-07T16:38:10.163Z Compiling wyz v0.5.1
25632026-05-07T16:38:10.184Z Compiling zerocopy-derive v0.6.6
25642026-05-07T16:38:10.409Z Compiling hickory-resolver v0.25.2
25652026-05-07T16:38:10.457Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25662026-05-07T16:38:10.460Z Compiling packed_struct v0.10.1
25672026-05-07T16:38:10.498Z Compiling crc-catalog v2.4.0
25682026-05-07T16:38:10.619Z Compiling display-error-chain v0.2.2
25692026-05-07T16:38:10.745Z Compiling funty v2.0.0
25702026-05-07T16:38:10.834Z Compiling crc v3.4.0
25712026-05-07T16:38:11.044Z Compiling zerocopy v0.6.6
25722026-05-07T16:38:11.065Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732026-05-07T16:38:11.147Z Compiling bitvec v1.0.1
25742026-05-07T16:38:11.445Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-05-07T16:38:11.533Z Compiling num-derive v0.3.3
25762026-05-07T16:38:11.707Z Compiling packed_struct_codegen v0.10.1
25772026-05-07T16:38:12.035Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25782026-05-07T16:38:12.443Z Compiling bitfield-macros v0.19.4
25792026-05-07T16:38:12.698Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25802026-05-07T16:38:12.963Z Compiling proc-macro-error-attr2 v2.0.0
25812026-05-07T16:38:13.162Z Compiling indexmap v1.9.3
25822026-05-07T16:38:13.362Z Compiling nodrop v0.1.14
25832026-05-07T16:38:13.460Z Compiling proc-macro-error2 v2.0.1
25842026-05-07T16:38:13.489Z Compiling array-init v0.0.4
25852026-05-07T16:38:13.770Z Compiling bitfield v0.19.4
25862026-05-07T16:38:13.867Z Compiling libscf-sys v1.1.0
25872026-05-07T16:38:14.069Z Compiling smallvec v0.6.14
25882026-05-07T16:38:14.094Z Compiling typify-impl v0.4.3
25892026-05-07T16:38:14.336Z Compiling hashbrown v0.12.3
25902026-05-07T16:38:14.392Z Compiling serde-hex v0.1.0
25912026-05-07T16:38:15.222Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-05-07T16:38:15.354Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-07T16:38:15.452Z Compiling tabled_derive v0.11.0
25942026-05-07T16:38:16.060Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-07T16:38:16.284Z Compiling ron v0.8.1
25962026-05-07T16:38:16.298Z Compiling papergrid v0.17.0
25972026-05-07T16:38:16.427Z Compiling testing_table v0.3.0
25982026-05-07T16:38:16.497Z Compiling hashbrown v0.13.2
25992026-05-07T16:38:16.524Z Compiling vergen-gitcl v1.0.8
26002026-05-07T16:38:16.672Z Compiling dirs-sys-next v0.1.2
26012026-05-07T16:38:16.745Z Compiling maplit v1.0.2
26022026-05-07T16:38:16.868Z Compiling glob v0.3.3
26032026-05-07T16:38:16.891Z Compiling diesel_derives v2.3.7
26042026-05-07T16:38:16.913Z Compiling crc-any v2.5.0
26052026-05-07T16:38:16.953Z Compiling crunchy v0.2.4
26062026-05-07T16:38:17.114Z Compiling object v0.30.4
26072026-05-07T16:38:17.159Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26082026-05-07T16:38:17.236Z Compiling clang-sys v1.8.1
26092026-05-07T16:38:17.289Z Compiling dirs-next v2.0.0
26102026-05-07T16:38:17.374Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-07T16:38:17.441Z Compiling dsl_auto_type v0.2.0
26122026-05-07T16:38:17.472Z Compiling scheduled-thread-pool v0.2.7
26132026-05-07T16:38:17.517Z Compiling typify-macro v0.4.3
26142026-05-07T16:38:17.623Z Compiling tabled v0.20.0
26152026-05-07T16:38:17.847Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-07T16:38:17.994Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-07T16:38:18.072Z Compiling tiny-keccak v2.0.2
26182026-05-07T16:38:18.094Z Compiling path-slash v0.1.5
26192026-05-07T16:38:18.222Z Compiling xshell-macros v0.2.7
26202026-05-07T16:38:18.339Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-07T16:38:18.386Z Compiling r2d2 v0.8.10
26222026-05-07T16:38:18.624Z Compiling xshell v0.2.7
26232026-05-07T16:38:18.678Z Compiling term v0.7.0
26242026-05-07T16:38:18.705Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-05-07T16:38:19.132Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-07T16:38:19.189Z Compiling downcast-rs v2.0.2
26272026-05-07T16:38:19.305Z Compiling bit-vec v0.6.3
26282026-05-07T16:38:19.396Z Compiling ascii-canvas v3.0.0
26292026-05-07T16:38:19.574Z Compiling bit-set v0.5.3
26302026-05-07T16:38:19.614Z Compiling itertools v0.10.5
26312026-05-07T16:38:19.652Z Compiling ena v0.14.4
26322026-05-07T16:38:19.761Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-05-07T16:38:19.893Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26342026-05-07T16:38:19.939Z Compiling libloading v0.8.9
26352026-05-07T16:38:20.161Z Compiling regex-syntax v0.6.29
26362026-05-07T16:38:20.701Z Compiling bindgen v0.71.1
26372026-05-07T16:38:20.982Z Compiling diff v0.1.13
26382026-05-07T16:38:21.066Z Compiling unicase v2.9.0
26392026-05-07T16:38:21.238Z Compiling crc8 v0.1.1
26402026-05-07T16:38:21.461Z Compiling typify v0.4.3
26412026-05-07T16:38:21.605Z Compiling lalrpop v0.19.12
26422026-05-07T16:38:21.900Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-05-07T16:38:21.978Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-05-07T16:38:22.059Z Compiling cexpr v0.6.0
26452026-05-07T16:38:22.082Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-05-07T16:38:22.303Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-05-07T16:38:22.512Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-07T16:38:22.582Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-07T16:38:22.680Z Compiling headers-core v0.3.0
26502026-05-07T16:38:22.820Z Compiling libxml v0.3.3
26512026-05-07T16:38:22.885Z Compiling headers v0.4.1
26522026-05-07T16:38:23.047Z Compiling diesel v2.3.7
26532026-05-07T16:38:23.217Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-07T16:38:23.245Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-07T16:38:23.464Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26562026-05-07T16:38:24.422Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-05-07T16:38:24.454Z Compiling strum_macros v0.24.3
26582026-05-07T16:38:24.518Z Compiling indoc v1.0.9
26592026-05-07T16:38:25.027Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-07T16:38:25.257Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-07T16:38:25.466Z Compiling derive_builder v0.20.2
26622026-05-07T16:38:25.542Z Compiling oso-derive v0.27.3
26632026-05-07T16:38:25.635Z Compiling quick-xml v0.37.5
26642026-05-07T16:38:25.671Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-07T16:38:25.835Z Compiling openssl-probe v0.1.6
26662026-05-07T16:38:26.053Z Compiling half v1.8.3
26672026-05-07T16:38:26.163Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-05-07T16:38:26.523Z Compiling serde_cbor v0.11.2
26692026-05-07T16:38:26.818Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-07T16:38:26.878Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-07T16:38:26.961Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-07T16:38:27.183Z Compiling bb8 v0.8.6
26732026-05-07T16:38:27.207Z Compiling trait-variant v0.1.2
26742026-05-07T16:38:27.231Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26752026-05-07T16:38:27.550Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-05-07T16:38:27.570Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772026-05-07T16:38:27.589Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-05-07T16:38:27.703Z Compiling samael v0.0.19
26792026-05-07T16:38:27.749Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26802026-05-07T16:38:27.811Z Compiling fxhash v0.2.1
26812026-05-07T16:38:27.875Z Compiling salty v0.3.0
26822026-05-07T16:38:28.195Z Compiling progenitor-impl v0.11.2
26832026-05-07T16:38:28.236Z Compiling progenitor-impl v0.10.0
26842026-05-07T16:38:28.321Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-07T16:38:28.352Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-07T16:38:28.635Z Compiling kstat-rs v0.2.4
26872026-05-07T16:38:28.972Z Compiling libz-sys v1.1.24
26882026-05-07T16:38:29.013Z Compiling polar-core v0.27.3
26892026-05-07T16:38:29.104Z Compiling nonempty v0.12.0
26902026-05-07T16:38:29.125Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26912026-05-07T16:38:29.330Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26922026-05-07T16:38:30.355Z Compiling progenitor-macro v0.11.2
26932026-05-07T16:38:30.379Z Compiling progenitor-macro v0.10.0
26942026-05-07T16:38:31.478Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-07T16:38:32.739Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-07T16:38:33.342Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-07T16:38:33.374Z Compiling progenitor-client v0.11.2
26982026-05-07T16:38:33.917Z Compiling darling_core v0.23.0
26992026-05-07T16:38:33.941Z Compiling nanorand v0.7.0
27002026-05-07T16:38:34.361Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27012026-05-07T16:38:34.408Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27022026-05-07T16:38:34.435Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27032026-05-07T16:38:36.057Z Compiling arc-swap v1.8.2
27042026-05-07T16:38:36.448Z Compiling fs-err v2.11.0
27052026-05-07T16:38:36.677Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27062026-05-07T16:38:37.673Z Compiling parking_lot_core v0.8.6
27072026-05-07T16:38:37.946Z Compiling oso v0.27.3
27082026-05-07T16:38:39.051Z Compiling mime_guess v2.0.5
27092026-05-07T16:38:39.154Z Compiling slog-scope v4.4.1
27102026-05-07T16:38:39.547Z Compiling darling_macro v0.23.0
27112026-05-07T16:38:39.606Z Compiling progenitor v0.11.2
27122026-05-07T16:38:39.795Z Compiling progenitor v0.10.0
27132026-05-07T16:38:40.047Z Compiling async-bb8-diesel v0.2.1
27142026-05-07T16:38:40.499Z Compiling diesel-dtrace v0.5.0
27152026-05-07T16:38:40.847Z Compiling flume v0.11.1
27162026-05-07T16:38:40.905Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-05-07T16:38:41.311Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27182026-05-07T16:38:42.111Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-05-07T16:38:42.760Z Compiling primeorder v0.13.6
27202026-05-07T16:38:43.291Z Compiling git-stub v1.0.0
27212026-05-07T16:38:43.314Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-07T16:38:43.438Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27232026-05-07T16:38:43.556Z Compiling instability v0.3.11
27242026-05-07T16:38:43.711Z Compiling git-stub-vcs v0.1.0
27252026-05-07T16:38:43.804Z Compiling p384 v0.13.1
27262026-05-07T16:38:44.061Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-07T16:38:44.370Z Compiling darling v0.23.0
27282026-05-07T16:38:44.518Z Compiling slog-stdlog v4.1.1
27292026-05-07T16:38:45.318Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-07T16:38:45.437Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-05-07T16:38:45.440Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-05-07T16:38:45.871Z Compiling ignore v0.4.25
27332026-05-07T16:38:45.927Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-07T16:38:46.251Z Compiling castaway v0.2.4
27352026-05-07T16:38:46.410Z Compiling atty v0.2.14
27362026-05-07T16:38:46.562Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-07T16:38:46.598Z Compiling parse-size v1.1.0
27382026-05-07T16:38:46.796Z Compiling indoc v2.0.7
27392026-05-07T16:38:46.821Z Compiling http-range v0.1.5
27402026-05-07T16:38:47.174Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-07T16:38:47.399Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-07T16:38:47.943Z Compiling globwalk v0.9.1
27432026-05-07T16:38:48.361Z Compiling compact_str v0.8.1
27442026-05-07T16:38:48.847Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-07T16:38:49.473Z Compiling parking_lot v0.11.2
27462026-05-07T16:38:50.386Z Compiling slog-envlogger v2.2.0
27472026-05-07T16:38:50.870Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-07T16:38:51.340Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-07T16:38:51.471Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-07T16:38:51.493Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-07T16:38:51.497Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-07T16:38:51.558Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-07T16:38:51.647Z Compiling predicates-tree v1.0.13
27542026-05-07T16:38:52.111Z Compiling unicode-truncate v1.1.0
27552026-05-07T16:38:52.268Z Compiling lru v0.12.5
27562026-05-07T16:38:52.327Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-07T16:38:52.353Z Compiling rand_seeder v0.4.0
27582026-05-07T16:38:52.376Z Compiling prefix-trie v0.7.0
27592026-05-07T16:38:52.404Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-07T16:38:52.496Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-07T16:38:52.615Z Compiling vergen-git2 v1.0.7
27622026-05-07T16:38:52.660Z Compiling cassowary v0.3.0
27632026-05-07T16:38:52.840Z Compiling corncobs v0.1.4
27642026-05-07T16:38:52.864Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-05-07T16:38:52.920Z Compiling hickory-server v0.25.2
27662026-05-07T16:38:52.940Z Compiling ratatui v0.29.0
27672026-05-07T16:38:53.079Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-07T16:38:53.222Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-05-07T16:38:53.419Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-05-07T16:38:53.498Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-07T16:38:53.812Z Compiling camino-tempfile-ext v0.3.3
27722026-05-07T16:38:54.050Z Compiling hyper-staticfile v0.10.1
27732026-05-07T16:38:54.105Z Compiling sled v0.34.7
27742026-05-07T16:38:54.450Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27752026-05-07T16:38:54.751Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-07T16:38:55.227Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-07T16:38:55.406Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-07T16:38:56.728Z Compiling secrecy v0.8.0
27792026-05-07T16:38:56.921Z Compiling rustls v0.21.12
27802026-05-07T16:38:57.137Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27812026-05-07T16:38:57.903Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27822026-05-07T16:38:58.522Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27832026-05-07T16:38:58.561Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-07T16:38:59.351Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-07T16:39:00.365Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-07T16:39:00.397Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-07T16:39:00.748Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-07T16:39:01.173Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-07T16:39:01.729Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-05-07T16:39:01.957Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27912026-05-07T16:39:02.194Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27922026-05-07T16:39:02.431Z Compiling rustls-webpki v0.101.7
27932026-05-07T16:39:02.791Z Compiling sct v0.7.1
27942026-05-07T16:39:03.059Z Compiling nix v0.29.0
27952026-05-07T16:39:03.447Z Compiling dropshot v0.16.7
27962026-05-07T16:39:03.469Z Compiling void v1.0.2
27972026-05-07T16:39:03.614Z Compiling lzss v0.8.2
27982026-05-07T16:39:03.766Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-07T16:39:03.820Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-07T16:39:03.879Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-07T16:39:04.101Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-07T16:39:05.043Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-07T16:39:05.114Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-07T16:39:05.356Z Compiling tungstenite v0.23.0
28052026-05-07T16:39:05.760Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-07T16:39:06.642Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-05-07T16:39:06.870Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-05-07T16:39:06.927Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-05-07T16:39:07.097Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28102026-05-07T16:39:07.149Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-07T16:39:07.312Z Compiling nix v0.27.1
28122026-05-07T16:39:07.688Z Compiling dropshot_endpoint v0.16.7
28132026-05-07T16:39:07.728Z Compiling serde_bytes v0.11.19
28142026-05-07T16:39:07.876Z Compiling tokio-tungstenite v0.23.1
28152026-05-07T16:39:08.020Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28162026-05-07T16:39:08.239Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28172026-05-07T16:39:08.462Z Compiling tokio-rustls v0.24.1
28182026-05-07T16:39:08.997Z Compiling git2 v0.20.4
28192026-05-07T16:39:09.203Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28202026-05-07T16:39:11.847Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28212026-05-07T16:39:12.009Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-05-07T16:39:13.260Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28232026-05-07T16:39:13.893Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-07T16:39:14.311Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-07T16:39:14.814Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-07T16:39:14.977Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-07T16:39:16.316Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-07T16:39:16.830Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-07T16:39:16.922Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-07T16:39:17.519Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-07T16:39:18.118Z Compiling rustls-pemfile v1.0.4
28322026-05-07T16:39:18.480Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28332026-05-07T16:39:18.552Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28342026-05-07T16:39:18.998Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28352026-05-07T16:39:19.552Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28362026-05-07T16:39:19.720Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-07T16:39:21.782Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-07T16:39:21.821Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-07T16:39:21.883Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-07T16:39:21.934Z Compiling signal-hook-tokio v0.3.1
28412026-05-07T16:39:22.050Z Compiling twox-hash v2.1.2
28422026-05-07T16:39:22.132Z Compiling yasna v0.5.2
28432026-05-07T16:39:22.585Z Compiling is_ci v1.2.0
28442026-05-07T16:39:22.740Z Compiling supports-color v3.0.2
28452026-05-07T16:39:22.808Z Compiling rcgen v0.12.1
28462026-05-07T16:39:23.554Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28472026-05-07T16:39:23.660Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-07T16:39:23.683Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-07T16:39:23.702Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-07T16:39:23.916Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-07T16:39:23.941Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-07T16:39:24.175Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-05-07T16:39:26.021Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28542026-05-07T16:39:26.263Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28552026-05-07T16:39:27.164Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-07T16:39:27.636Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28572026-05-07T16:39:27.870Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28582026-05-07T16:39:28.104Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-07T16:39:28.326Z Compiling fatfs v0.3.6
28602026-05-07T16:39:28.486Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-07T16:39:28.814Z Compiling rtoolbox v0.0.3
28622026-05-07T16:39:29.115Z Compiling subprocess v0.2.15
28632026-05-07T16:39:29.155Z Compiling assert_matches v1.5.0
28642026-05-07T16:39:29.278Z Compiling seq-macro v0.3.6
28652026-05-07T16:39:29.544Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28662026-05-07T16:39:29.770Z Compiling rpassword v7.4.0
28672026-05-07T16:39:30.127Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-07T16:39:30.890Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-07T16:39:31.291Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28702026-05-07T16:39:31.431Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28712026-05-07T16:39:32.137Z Compiling tui-tree-widget v0.23.1
28722026-05-07T16:39:32.428Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-07T16:39:33.301Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-07T16:39:33.818Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-07T16:39:33.840Z Compiling uzers v0.12.2
28762026-05-07T16:39:33.914Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-07T16:39:34.590Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-07T16:39:35.722Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-07T16:39:36.882Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-07T16:39:38.705Z Compiling support-bundle-viewer v0.1.2
28812026-05-07T16:39:39.799Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28822026-05-07T16:39:40.604Z Compiling multimap v0.10.1
28832026-05-07T16:39:47.976Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28842026-05-07T16:39:49.671Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28852026-05-07T16:40:00.831Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28862026-05-07T16:40:02.091Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-07T16:45:23.956Z Finished `release` profile [optimized] target(s) in 7m 37s
28882026-05-07T16:46:07.736Z
28892026-05-07T16:46:07.736Zreal 8:22.017708752
28902026-05-07T16:46:07.736Zuser 1:17:38.708846914
28912026-05-07T16:46:07.739Zsys 3:24.649932547
28922026-05-07T16:46:07.740Ztrap 1.750247100
28932026-05-07T16:46:07.740Ztflt 2.806585147
28942026-05-07T16:46:07.740Zdflt 15.633456051
28952026-05-07T16:46:07.740Zkflt 0.014665292
28962026-05-07T16:46:07.740Zlock 6:34:31.209745258
28972026-05-07T16:46:07.740Zslp 2:14:35.607069053
28982026-05-07T16:46:07.740Zlat 2:27.528574611
28992026-05-07T16:46:07.740Zstop 5:13.248234684
29002026-05-07T16:46:07.740Z+ mapfile -t packages
29012026-05-07T16:46:07.740Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-07T16:46:08.699Z Finished `release` profile [optimized] target(s) in 0.95s
29032026-05-07T16:46:08.775Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-07T16:46:08.828ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-07T16:46:08.831Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-07T16:46:09.359Z Compiling libc v0.2.185
29072026-05-07T16:46:09.359Z Compiling serde v1.0.228
29082026-05-07T16:46:09.359Z Compiling serde_core v1.0.228
29092026-05-07T16:46:09.362Z Compiling rustix v1.1.3
29102026-05-07T16:46:09.362Z Compiling bitflags v2.11.0
29112026-05-07T16:46:09.362Z Compiling serde_json v1.0.149
29122026-05-07T16:46:09.499Z Compiling num-traits v0.2.19
29132026-05-07T16:46:09.509Z Compiling syn v2.0.117
29142026-05-07T16:46:09.529Z Compiling smallvec v1.15.1
29152026-05-07T16:46:09.533Z Compiling usdt-impl v0.5.0
29162026-05-07T16:46:09.539Z Compiling indexmap v2.14.0
29172026-05-07T16:46:09.560Z Compiling syn v1.0.109
29182026-05-07T16:46:09.572Z Compiling percent-encoding v2.3.2
29192026-05-07T16:46:09.575Z Compiling getrandom v0.4.1
29202026-05-07T16:46:09.749Z Compiling log v0.4.29
29212026-05-07T16:46:09.823Z Compiling form_urlencoded v1.2.2
29222026-05-07T16:46:09.948Z Compiling fs-err v3.3.0
29232026-05-07T16:46:09.949Z Compiling once_cell v1.21.3
29242026-05-07T16:46:09.968Z Compiling anyhow v1.0.102
29252026-05-07T16:46:09.992Z Compiling heck v0.4.1
29262026-05-07T16:46:10.202Z Compiling errno v0.3.14
29272026-05-07T16:46:10.202Z Compiling thread-id v4.2.2
29282026-05-07T16:46:10.206Z Compiling memmap v0.7.0
29292026-05-07T16:46:10.513Z Compiling ordered-float v2.10.1
29302026-05-07T16:46:11.008Z Compiling proc-macro-error v1.0.4
29312026-05-07T16:46:11.197Z Compiling terminal_size v0.4.3
29322026-05-07T16:46:11.197Z Compiling tempfile v3.25.0
29332026-05-07T16:46:11.250Z Compiling tabled_derive v0.7.0
29342026-05-07T16:46:11.294Z Compiling clap_builder v4.5.60
29352026-05-07T16:46:11.298Z Compiling textwrap v0.16.2
29362026-05-07T16:46:11.423Z Compiling camino-tempfile v1.4.1
29372026-05-07T16:46:11.913Z Compiling tabled v0.15.0
29382026-05-07T16:46:11.998Z Compiling synstructure v0.13.2
29392026-05-07T16:46:11.998Z Compiling pest_generator v2.8.6
29402026-05-07T16:46:12.385Z Compiling serde_derive v1.0.228
29412026-05-07T16:46:12.388Z Compiling zerofrom-derive v0.1.6
29422026-05-07T16:46:12.388Z Compiling yoke-derive v0.8.1
29432026-05-07T16:46:12.388Z Compiling zerovec-derive v0.11.2
29442026-05-07T16:46:12.388Z Compiling displaydoc v0.2.5
29452026-05-07T16:46:12.388Z Compiling thiserror-impl v1.0.69
29462026-05-07T16:46:12.388Z Compiling zerocopy-derive v0.7.35
29472026-05-07T16:46:12.388Z Compiling scroll_derive v0.12.1
29482026-05-07T16:46:12.388Z Compiling thiserror-impl v2.0.18
29492026-05-07T16:46:12.388Z Compiling clap_derive v4.5.55
29502026-05-07T16:46:12.517Z Compiling pest_derive v2.8.6
29512026-05-07T16:46:13.083Z Compiling scroll v0.12.0
29522026-05-07T16:46:13.208Z Compiling zerocopy v0.7.35
29532026-05-07T16:46:13.411Z Compiling goblin v0.8.2
29542026-05-07T16:46:13.497Z Compiling zerofrom v0.1.6
29552026-05-07T16:46:13.515Z Compiling thiserror v2.0.18
29562026-05-07T16:46:13.539Z Compiling thiserror v1.0.69
29572026-05-07T16:46:13.638Z Compiling yoke v0.8.1
29582026-05-07T16:46:13.649Z Compiling dtrace-parser v0.2.0
29592026-05-07T16:46:13.845Z Compiling zerovec v0.11.5
29602026-05-07T16:46:14.053Z Compiling zerotrie v0.2.3
29612026-05-07T16:46:14.089Z Compiling clap v4.5.60
29622026-05-07T16:46:14.463Z Compiling tinystr v0.8.2
29632026-05-07T16:46:14.499Z Compiling potential_utf v0.1.4
29642026-05-07T16:46:14.707Z Compiling icu_locale_core v2.1.1
29652026-05-07T16:46:14.719Z Compiling icu_collections v2.1.1
29662026-05-07T16:46:15.475Z Compiling icu_provider v2.1.1
29672026-05-07T16:46:15.869Z Compiling icu_properties v2.1.2
29682026-05-07T16:46:15.902Z Compiling icu_normalizer v2.1.1
29692026-05-07T16:46:16.111Z Compiling serde_spanned v0.6.9
29702026-05-07T16:46:16.132Z Compiling toml_datetime v0.6.11
29712026-05-07T16:46:16.150Z Compiling dof v0.3.0
29722026-05-07T16:46:16.162Z Compiling serde_tokenstream v0.2.3
29732026-05-07T16:46:16.284Z Compiling serde-value v0.7.0
29742026-05-07T16:46:16.336Z Compiling toml_edit v0.22.27
29752026-05-07T16:46:16.467Z Compiling cargo-platform v0.2.0
29762026-05-07T16:46:16.483Z Compiling macaddr v1.0.1
29772026-05-07T16:46:16.821Z Compiling idna_adapter v1.2.1
29782026-05-07T16:46:16.936Z Compiling idna v1.1.0
29792026-05-07T16:46:16.964Z Compiling usdt-macro v0.5.0
29802026-05-07T16:46:16.976Z Compiling usdt-attr-macro v0.5.0
29812026-05-07T16:46:17.316Z Compiling url v2.5.8
29822026-05-07T16:46:17.627Z Compiling usdt v0.5.0
29832026-05-07T16:46:17.895Z Compiling toml v0.8.23
29842026-05-07T16:46:18.322Z Compiling cargo-util-schemas v0.8.2
29852026-05-07T16:46:18.322Z Compiling cargo_toml v0.21.0
29862026-05-07T16:46:19.317Z Compiling cargo_metadata v0.21.0
29872026-05-07T16:46:22.393Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-07T16:46:25.409Z Finished `release` profile [optimized] target(s) in 16.56s
29892026-05-07T16:46:25.571Z
29902026-05-07T16:46:25.571Zreal 16.704408573
29912026-05-07T16:46:25.571Zuser 2:21.400181188
29922026-05-07T16:46:25.571Zsys 16.258277803
29932026-05-07T16:46:25.571Ztrap 0.099837268
29942026-05-07T16:46:25.571Ztflt 0.588412246
29952026-05-07T16:46:25.571Zdflt 1.420566955
29962026-05-07T16:46:25.571Zkflt 0.000049996
29972026-05-07T16:46:25.571Zlock 5:18.584300046
29982026-05-07T16:46:25.575Zslp 3:26.258935159
29992026-05-07T16:46:25.575Zlat 6.103293439
30002026-05-07T16:46:25.575Zstop 17.412733476
30012026-05-07T16:46:25.575Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-07T16:46:25.575Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-07T16:46:25.575Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-07T16:46:25.575Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-07T16:46:25.575Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-07T16:46:26.517Z Compiling newtype-uuid-macros v0.1.0
30072026-05-07T16:46:26.521Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-07T16:46:26.521Z Compiling regress v0.10.5
30092026-05-07T16:46:26.521Z Compiling structmeta-derive v0.3.0
30102026-05-07T16:46:26.663Z Compiling rustls v0.22.4
30112026-05-07T16:46:26.666Z Compiling rustls-webpki v0.102.8
30122026-05-07T16:46:26.666Z Compiling multer v3.1.0
30132026-05-07T16:46:26.666Z Compiling debug-ignore v1.0.5
30142026-05-07T16:46:26.677Z Compiling match_cfg v0.1.0
30152026-05-07T16:46:26.689Z Compiling compression-core v0.4.31
30162026-05-07T16:46:26.690Z Compiling slog-json v2.6.1
30172026-05-07T16:46:26.698Z Compiling async-stream-impl v0.3.6
30182026-05-07T16:46:26.698Z Compiling toml_datetime v1.0.0+spec-1.1.0
30192026-05-07T16:46:26.698Z Compiling serde_spanned v1.0.4
30202026-05-07T16:46:26.709Z Compiling dropshot v0.17.0
30212026-05-07T16:46:26.709Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-07T16:46:26.953Z Compiling hostname v0.3.1
30232026-05-07T16:46:26.971Z Compiling compression-codecs v0.4.37
30242026-05-07T16:46:26.979Z Compiling itertools v0.14.0
30252026-05-07T16:46:27.018Z Compiling toml v1.0.6+spec-1.1.0
30262026-05-07T16:46:27.042Z Compiling waitgroup v0.1.2
30272026-05-07T16:46:27.062Z Compiling slog-bunyan v2.5.0
30282026-05-07T16:46:27.078Z Compiling rustls-pemfile v2.2.0
30292026-05-07T16:46:27.111Z Compiling dropshot_endpoint v0.17.0
30302026-05-07T16:46:27.114Z Compiling hostname v0.4.2
30312026-05-07T16:46:27.212Z Compiling async-compression v0.4.41
30322026-05-07T16:46:27.226Z Compiling serde_path_to_error v0.1.20
30332026-05-07T16:46:27.264Z Compiling progenitor-client v0.14.0
30342026-05-07T16:46:27.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-07T16:46:27.302Z Compiling macaddr v1.0.1
30362026-05-07T16:46:27.319Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-07T16:46:27.422Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-05-07T16:46:27.447Z Compiling instant v0.1.13
30392026-05-07T16:46:27.459Z Compiling async-stream v0.3.6
30402026-05-07T16:46:27.501Z Compiling progenitor-client v0.10.0
30412026-05-07T16:46:27.541Z Compiling backon v1.6.0
30422026-05-07T16:46:27.554Z Compiling backoff v0.4.0
30432026-05-07T16:46:27.572Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-05-07T16:46:27.594Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30452026-05-07T16:46:27.609Z Compiling universal-hash v0.5.1
30462026-05-07T16:46:27.665Z Compiling opaque-debug v0.3.1
30472026-05-07T16:46:27.716Z Compiling progenitor-extras v0.2.0
30482026-05-07T16:46:27.747Z Compiling half v2.7.1
30492026-05-07T16:46:27.762Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-05-07T16:46:27.781Z Compiling crucible-workspace-hack v0.1.0
30512026-05-07T16:46:27.787Z Compiling unsafe-libyaml v0.2.11
30522026-05-07T16:46:27.815Z Compiling structmeta v0.3.0
30532026-05-07T16:46:27.833Z Compiling ciborium-io v0.2.2
30542026-05-07T16:46:27.833Z Compiling convert_case v0.4.0
30552026-05-07T16:46:27.915Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-05-07T16:46:27.947Z Compiling regress v0.11.1
30572026-05-07T16:46:28.008Z Compiling ciborium-ll v0.2.2
30582026-05-07T16:46:28.025Z Compiling aead v0.5.2
30592026-05-07T16:46:28.057Z Compiling derive-ex v0.1.8
30602026-05-07T16:46:28.066Z Compiling parse-display-derive v0.10.0
30612026-05-07T16:46:28.094Z Compiling secrecy v0.10.3
30622026-05-07T16:46:28.126Z Compiling poly1305 v0.8.0
30632026-05-07T16:46:28.188Z Compiling ciborium v0.2.2
30642026-05-07T16:46:28.243Z Compiling chacha20 v0.9.1
30652026-05-07T16:46:28.260Z Compiling derive_more v0.99.20
30662026-05-07T16:46:28.260Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30672026-05-07T16:46:28.296Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682026-05-07T16:46:28.296Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30692026-05-07T16:46:28.353Z Compiling serde_yaml v0.9.34+deprecated
30702026-05-07T16:46:28.517Z Compiling thiserror-impl-no-std v2.0.2
30712026-05-07T16:46:28.534Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-07T16:46:28.572Z Compiling byte-wrapper v0.1.0
30732026-05-07T16:46:28.648Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30742026-05-07T16:46:28.683Z Compiling password-hash v0.5.0
30752026-05-07T16:46:28.770Z Compiling blake2 v0.10.6
30762026-05-07T16:46:28.783Z Compiling chacha20poly1305 v0.10.1
30772026-05-07T16:46:28.889Z Compiling indent_write v2.2.0
30782026-05-07T16:46:28.937Z Compiling heapless v0.8.0
30792026-05-07T16:46:28.951Z Compiling ingot-macros v0.1.1
30802026-05-07T16:46:28.971Z Compiling toml_edit v0.23.10+spec-1.0.0
30812026-05-07T16:46:29.060Z Compiling tokio-rustls v0.25.0
30822026-05-07T16:46:29.115Z Compiling argon2 v0.5.3
30832026-05-07T16:46:29.356Z Compiling hash32 v0.3.1
30842026-05-07T16:46:29.492Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30852026-05-07T16:46:29.532Z Compiling typify-impl v0.6.2
30862026-05-07T16:46:29.767Z Compiling thiserror-no-std v2.0.2
30872026-05-07T16:46:29.794Z Compiling smoltcp v0.11.0
30882026-05-07T16:46:29.817Z Compiling test-strategy v0.4.5
30892026-05-07T16:46:29.837Z Compiling parse-display v0.10.0
30902026-05-07T16:46:29.858Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-05-07T16:46:29.881Z Compiling vsss-rs v3.3.4
30922026-05-07T16:46:30.083Z Compiling proc-macro-crate v3.4.0
30932026-05-07T16:46:30.142Z Compiling tabwriter v1.4.1
30942026-05-07T16:46:30.163Z Compiling num-rational v0.4.2
30952026-05-07T16:46:30.207Z Compiling cobs v0.3.0
30962026-05-07T16:46:30.348Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30972026-05-07T16:46:30.392Z Compiling num-complex v0.4.6
30982026-05-07T16:46:30.429Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-05-07T16:46:30.472Z Compiling postcard v1.1.3
31002026-05-07T16:46:30.602Z Compiling proc-macro-error v1.0.4
31012026-05-07T16:46:30.658Z Compiling proc-macro-crate v1.3.1
31022026-05-07T16:46:30.673Z Compiling num_enum_derive v0.7.5
31032026-05-07T16:46:30.775Z Compiling num v0.4.3
31042026-05-07T16:46:30.808Z Compiling foreign-types-macros v0.2.3
31052026-05-07T16:46:30.842Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31062026-05-07T16:46:30.859Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31072026-05-07T16:46:30.876Z Compiling float-ord v0.3.2
31082026-05-07T16:46:30.901Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31092026-05-07T16:46:30.938Z Compiling cpufeatures v0.3.0
31102026-05-07T16:46:31.055Z Compiling foreign-types-shared v0.3.1
31112026-05-07T16:46:31.086Z Compiling colored v3.1.1
31122026-05-07T16:46:31.108Z Compiling rayon-core v1.13.0
31132026-05-07T16:46:31.125Z Compiling num_enum_derive v0.5.11
31142026-05-07T16:46:31.193Z Compiling chacha20 v0.10.0
31152026-05-07T16:46:31.239Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31162026-05-07T16:46:31.347Z Compiling crossbeam-deque v0.8.6
31172026-05-07T16:46:31.364Z Compiling camino-tempfile v1.4.1
31182026-05-07T16:46:31.389Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31192026-05-07T16:46:31.441Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-05-07T16:46:31.484Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31212026-05-07T16:46:31.500Z Compiling foreign-types v0.5.0
31222026-05-07T16:46:31.524Z Compiling cstr-argument v0.1.2
31232026-05-07T16:46:31.547Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31242026-05-07T16:46:31.603Z Compiling rand v0.10.0
31252026-05-07T16:46:31.628Z Compiling toml v0.8.23
31262026-05-07T16:46:31.702Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31272026-05-07T16:46:31.786Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31282026-05-07T16:46:31.821Z Compiling num_enum v0.7.5
31292026-05-07T16:46:31.867Z Compiling ingot-types v0.1.2
31302026-05-07T16:46:31.905Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-07T16:46:31.965Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31322026-05-07T16:46:31.982Z Compiling rayon v1.11.0
31332026-05-07T16:46:31.997Z Compiling zone_cfg_derive v0.3.1
31342026-05-07T16:46:32.000Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-05-07T16:46:32.053Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31362026-05-07T16:46:32.087Z Compiling itertools v0.12.1
31372026-05-07T16:46:32.148Z Compiling num-derive v0.4.2
31382026-05-07T16:46:32.165Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31392026-05-07T16:46:32.195Z Compiling sigpipe v0.1.3
31402026-05-07T16:46:32.229Z Compiling num_enum v0.5.11
31412026-05-07T16:46:32.262Z Compiling ingot v0.1.1
31422026-05-07T16:46:32.300Z Compiling glob v0.3.3
31432026-05-07T16:46:32.316Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-05-07T16:46:32.333Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-05-07T16:46:32.372Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31462026-05-07T16:46:32.442Z Compiling smf v0.2.3
31472026-05-07T16:46:32.557Z Compiling whoami v1.6.1
31482026-05-07T16:46:32.604Z Compiling prettyplease v0.2.37
31492026-05-07T16:46:32.723Z Compiling gethostname v0.5.0
31502026-05-07T16:46:32.739Z Compiling atomicwrites v0.4.4
31512026-05-07T16:46:32.742Z Compiling usdt-macro v0.5.0
31522026-05-07T16:46:32.859Z Compiling usdt-attr-macro v0.5.0
31532026-05-07T16:46:32.877Z Compiling memmap v0.7.0
31542026-05-07T16:46:32.905Z Compiling derive-where v1.6.0
31552026-05-07T16:46:32.964Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-07T16:46:33.003Z Compiling progenitor-client v0.13.0
31572026-05-07T16:46:33.106Z Compiling resolv-conf v0.7.6
31582026-05-07T16:46:33.124Z Compiling cancel-safe-futures v0.1.5
31592026-05-07T16:46:33.142Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31602026-05-07T16:46:33.356Z Compiling zone v0.3.1
31612026-05-07T16:46:33.372Z Compiling owo-colors v4.3.0
31622026-05-07T16:46:33.414Z Compiling libsw-core v0.3.2
31632026-05-07T16:46:33.476Z Compiling async-recursion v1.1.1
31642026-05-07T16:46:33.565Z Compiling libsw v3.5.0
31652026-05-07T16:46:33.611Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-07T16:46:33.704Z Compiling usdt v0.5.0
31672026-05-07T16:46:33.762Z Compiling console v0.15.11
31682026-05-07T16:46:33.803Z Compiling newline-converter v0.3.0
31692026-05-07T16:46:33.855Z Compiling linear-map v1.2.0
31702026-05-07T16:46:33.871Z Compiling libefi-sys v0.1.0
31712026-05-07T16:46:33.944Z Compiling hickory-proto v0.24.4
31722026-05-07T16:46:33.994Z Compiling bitfield-struct v0.6.2
31732026-05-07T16:46:34.058Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31742026-05-07T16:46:34.074Z Compiling semver v0.1.20
31752026-05-07T16:46:34.092Z Compiling linked-hash-map v0.5.6
31762026-05-07T16:46:34.130Z Compiling expectorate v1.2.0
31772026-05-07T16:46:34.233Z Compiling tokio-dtrace v0.1.1
31782026-05-07T16:46:34.250Z Compiling dropshot-api-manager-types v0.7.1
31792026-05-07T16:46:34.269Z Compiling typify-macro v0.6.2
31802026-05-07T16:46:34.287Z Compiling lru-cache v0.1.2
31812026-05-07T16:46:34.320Z Compiling rustc_version v0.1.7
31822026-05-07T16:46:34.323Z Compiling pin-project-internal v1.1.11
31832026-05-07T16:46:34.382Z Compiling slog-dtrace v0.3.0
31842026-05-07T16:46:34.400Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-05-07T16:46:34.419Z Compiling minimal-lexical v0.2.1
31862026-05-07T16:46:34.440Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-05-07T16:46:34.525Z Compiling oxide-tokio-rt v0.1.4
31882026-05-07T16:46:34.545Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31892026-05-07T16:46:34.560Z Compiling typify-impl v0.4.3
31902026-05-07T16:46:34.579Z Compiling newtype_derive v0.1.6
31912026-05-07T16:46:34.596Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31922026-05-07T16:46:34.678Z Compiling nom v7.1.3
31932026-05-07T16:46:34.695Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-07T16:46:34.712Z Compiling snafu-derive v0.8.9
31952026-05-07T16:46:34.773Z Compiling phf_shared v0.12.1
31962026-05-07T16:46:34.801Z Compiling pem v3.0.6
31972026-05-07T16:46:34.850Z Compiling csv-core v0.1.13
31982026-05-07T16:46:34.876Z Compiling chrono-tz v0.10.4
31992026-05-07T16:46:35.009Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-05-07T16:46:35.080Z Compiling same-file v1.0.6
32012026-05-07T16:46:35.128Z Compiling highway v1.3.0
32022026-05-07T16:46:35.160Z Compiling xshell-macros v0.2.7
32032026-05-07T16:46:35.178Z Compiling const_format_proc_macros v0.2.34
32042026-05-07T16:46:35.211Z Compiling walkdir v2.5.0
32052026-05-07T16:46:35.295Z Compiling csv v1.4.0
32062026-05-07T16:46:35.422Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32072026-05-07T16:46:35.493Z Compiling phf v0.12.1
32082026-05-07T16:46:35.509Z Compiling pin-project v1.1.11
32092026-05-07T16:46:35.576Z Compiling xshell v0.2.7
32102026-05-07T16:46:35.594Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-07T16:46:35.634Z Compiling globset v0.4.18
32122026-05-07T16:46:35.669Z Compiling olpc-cjson v0.1.4
32132026-05-07T16:46:35.855Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-07T16:46:35.872Z Compiling primeorder v0.13.6
32152026-05-07T16:46:35.901Z Compiling serde_plain v1.0.2
32162026-05-07T16:46:36.122Z Compiling hickory-resolver v0.24.4
32172026-05-07T16:46:36.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-05-07T16:46:36.152Z Compiling typed-path v0.9.3
32192026-05-07T16:46:36.155Z Compiling typify v0.6.2
32202026-05-07T16:46:36.186Z Compiling const_format v0.2.35
32212026-05-07T16:46:36.214Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32222026-05-07T16:46:36.309Z Compiling progenitor-impl v0.14.0
32232026-05-07T16:46:36.349Z Compiling progenitor-impl v0.13.0
32242026-05-07T16:46:36.534Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-07T16:46:36.578Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-05-07T16:46:36.662Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32272026-05-07T16:46:36.728Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32282026-05-07T16:46:36.928Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-07T16:46:37.063Z Compiling snafu v0.8.9
32302026-05-07T16:46:37.155Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-05-07T16:46:37.257Z Compiling qorb v0.4.1
32322026-05-07T16:46:37.437Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-05-07T16:46:37.470Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-05-07T16:46:37.680Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-05-07T16:46:37.701Z Compiling tough v0.20.0
32362026-05-07T16:46:37.763Z Compiling tabled_derive v0.7.0
32372026-05-07T16:46:37.922Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-05-07T16:46:37.943Z Compiling bcs v0.1.6
32392026-05-07T16:46:38.291Z Compiling termtree v0.5.1
32402026-05-07T16:46:38.436Z Compiling salty v0.3.0
32412026-05-07T16:46:38.455Z Compiling textwrap v0.16.2
32422026-05-07T16:46:38.472Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-05-07T16:46:38.716Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32442026-05-07T16:46:38.750Z Compiling steno v0.4.1
32452026-05-07T16:46:38.772Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-05-07T16:46:38.792Z Compiling tabled v0.15.0
32472026-05-07T16:46:38.944Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32482026-05-07T16:46:38.961Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32492026-05-07T16:46:38.980Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-05-07T16:46:39.050Z Compiling progenitor-macro v0.14.0
32512026-05-07T16:46:39.070Z Compiling progenitor-macro v0.13.0
32522026-05-07T16:46:39.155Z Compiling radium v0.7.0
32532026-05-07T16:46:39.227Z Compiling typify-macro v0.4.3
32542026-05-07T16:46:39.247Z Compiling humantime v2.3.0
32552026-05-07T16:46:39.316Z Compiling tagptr v0.2.0
32562026-05-07T16:46:39.450Z Compiling base64 v0.21.7
32572026-05-07T16:46:39.490Z Compiling moka v0.12.13
32582026-05-07T16:46:39.604Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-07T16:46:39.636Z Compiling p384 v0.13.1
32602026-05-07T16:46:39.803Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-07T16:46:40.018Z Compiling tap v1.0.1
32622026-05-07T16:46:40.161Z Compiling maybe-uninit v2.0.0
32632026-05-07T16:46:40.212Z Compiling hickory-resolver v0.25.2
32642026-05-07T16:46:40.229Z Compiling wyz v0.5.1
32652026-05-07T16:46:40.298Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-05-07T16:46:40.431Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-05-07T16:46:40.534Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-05-07T16:46:40.702Z Compiling proc-macro-error-attr2 v2.0.0
32692026-05-07T16:46:40.720Z Compiling utf-8 v0.7.6
32702026-05-07T16:46:40.928Z Compiling packed_struct v0.10.1
32712026-05-07T16:46:40.932Z Compiling parking_lot_core v0.8.6
32722026-05-07T16:46:41.002Z Compiling funty v2.0.0
32732026-05-07T16:46:41.076Z Compiling typify v0.4.3
32742026-05-07T16:46:41.163Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-05-07T16:46:41.203Z Compiling proc-macro-error2 v2.0.1
32762026-05-07T16:46:41.219Z Compiling tungstenite v0.21.0
32772026-05-07T16:46:41.316Z Compiling polyval v0.6.2
32782026-05-07T16:46:41.347Z Compiling git-stub v1.0.0
32792026-05-07T16:46:41.370Z Compiling bitvec v1.0.1
32802026-05-07T16:46:41.412Z Compiling packed_struct_codegen v0.10.1
32812026-05-07T16:46:41.555Z Compiling num-derive v0.3.3
32822026-05-07T16:46:41.579Z Compiling zerocopy-derive v0.6.6
32832026-05-07T16:46:41.651Z Compiling bitfield-macros v0.19.4
32842026-05-07T16:46:41.654Z Compiling indexmap v1.9.3
32852026-05-07T16:46:41.685Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-05-07T16:46:41.746Z Compiling crc-catalog v2.4.0
32872026-05-07T16:46:41.865Z Compiling nodrop v0.1.14
32882026-05-07T16:46:41.940Z Compiling crc v3.4.0
32892026-05-07T16:46:41.957Z Compiling array-init v0.0.4
32902026-05-07T16:46:41.987Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-05-07T16:46:42.115Z Compiling tokio-tungstenite v0.21.0
32922026-05-07T16:46:42.178Z Compiling tabled_derive v0.11.0
32932026-05-07T16:46:42.195Z Compiling ghash v0.5.1
32942026-05-07T16:46:42.340Z Compiling git-stub-vcs v0.1.0
32952026-05-07T16:46:42.429Z Compiling bitfield v0.19.4
32962026-05-07T16:46:42.466Z Compiling smallvec v0.6.14
32972026-05-07T16:46:42.484Z Compiling zerocopy v0.6.6
32982026-05-07T16:46:42.503Z Compiling libscf-sys v1.1.0
32992026-05-07T16:46:42.597Z Compiling progenitor-impl v0.11.2
33002026-05-07T16:46:42.674Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-07T16:46:42.713Z Compiling papergrid v0.17.0
33022026-05-07T16:46:42.741Z Compiling testing_table v0.3.0
33032026-05-07T16:46:42.766Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-07T16:46:42.887Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-07T16:46:42.910Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-07T16:46:42.931Z Compiling ctr v0.9.2
33072026-05-07T16:46:43.064Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-07T16:46:43.156Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-07T16:46:43.172Z Compiling hashbrown v0.12.3
33102026-05-07T16:46:43.233Z Compiling unicase v2.9.0
33112026-05-07T16:46:43.361Z Compiling corncobs v0.1.4
33122026-05-07T16:46:43.435Z Compiling aes-gcm v0.10.3
33132026-05-07T16:46:43.452Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-07T16:46:43.452Z Compiling parking_lot v0.11.2
33152026-05-07T16:46:43.487Z Compiling mime_guess v2.0.5
33162026-05-07T16:46:43.515Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-05-07T16:46:43.560Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-07T16:46:43.673Z Compiling tabled v0.20.0
33192026-05-07T16:46:43.736Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33202026-05-07T16:46:43.880Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-07T16:46:43.901Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-05-07T16:46:44.036Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-05-07T16:46:44.068Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33242026-05-07T16:46:44.084Z Compiling serde-hex v0.1.0
33252026-05-07T16:46:44.124Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-05-07T16:46:44.252Z Compiling progenitor v0.14.0
33272026-05-07T16:46:44.276Z Compiling progenitor v0.13.0
33282026-05-07T16:46:44.429Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33292026-05-07T16:46:44.429Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-05-07T16:46:44.464Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-05-07T16:46:44.467Z Compiling progenitor-impl v0.10.0
33322026-05-07T16:46:44.495Z Compiling ron v0.8.1
33332026-05-07T16:46:44.514Z Compiling hashbrown v0.13.2
33342026-05-07T16:46:44.569Z Compiling progenitor-client v0.11.2
33352026-05-07T16:46:44.728Z Compiling prefix-trie v0.7.0
33362026-05-07T16:46:44.918Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-05-07T16:46:44.983Z Compiling blowfish v0.9.1
33382026-05-07T16:46:45.019Z Compiling ssh-encoding v0.2.0
33392026-05-07T16:46:45.143Z Compiling fxhash v0.2.1
33402026-05-07T16:46:45.258Z Compiling secrecy v0.8.0
33412026-05-07T16:46:45.305Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-05-07T16:46:45.322Z Compiling crc-any v2.5.0
33432026-05-07T16:46:45.325Z Compiling progenitor-macro v0.11.2
33442026-05-07T16:46:45.438Z Compiling sled v0.34.7
33452026-05-07T16:46:45.491Z Compiling ssh-cipher v0.2.0
33462026-05-07T16:46:45.605Z Compiling bcrypt-pbkdf v0.10.0
33472026-05-07T16:46:45.840Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-05-07T16:46:46.138Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33492026-05-07T16:46:46.157Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-05-07T16:46:46.254Z Compiling hickory-server v0.25.2
33512026-05-07T16:46:46.538Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-07T16:46:46.585Z Compiling object v0.30.4
33532026-05-07T16:46:46.842Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-07T16:46:46.891Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33552026-05-07T16:46:47.146Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33562026-05-07T16:46:47.208Z Compiling progenitor-macro v0.10.0
33572026-05-07T16:46:47.226Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-07T16:46:47.505Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-05-07T16:46:47.907Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-05-07T16:46:47.966Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-05-07T16:46:48.158Z Compiling password-hash v0.4.2
33622026-05-07T16:46:48.580Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-05-07T16:46:48.669Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-05-07T16:46:48.759Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-05-07T16:46:48.814Z Compiling half v1.8.3
33662026-05-07T16:46:48.832Z Compiling path-slash v0.1.5
33672026-05-07T16:46:48.934Z Compiling http-range v0.1.5
33682026-05-07T16:46:48.993Z Compiling crc8 v0.1.1
33692026-05-07T16:46:49.112Z Compiling serde_cbor v0.11.2
33702026-05-07T16:46:49.142Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-05-07T16:46:49.159Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-05-07T16:46:49.176Z Compiling pbkdf2 v0.11.0
33732026-05-07T16:46:49.421Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-05-07T16:46:49.561Z Compiling ssh-key v0.6.7
33752026-05-07T16:46:49.690Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33762026-05-07T16:46:49.800Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33772026-05-07T16:46:49.818Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33782026-05-07T16:46:49.849Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-05-07T16:46:49.866Z Compiling p521 v0.13.3
33802026-05-07T16:46:49.973Z Compiling p256 v0.13.2
33812026-05-07T16:46:50.103Z Compiling yasna v0.5.2
33822026-05-07T16:46:50.373Z Compiling kstat-rs v0.2.4
33832026-05-07T16:46:50.390Z Compiling headers-core v0.3.0
33842026-05-07T16:46:50.415Z Compiling progenitor v0.11.2
33852026-05-07T16:46:50.437Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33862026-05-07T16:46:50.537Z Compiling nanorand v0.7.0
33872026-05-07T16:46:50.602Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-05-07T16:46:50.623Z Compiling russh-cryptovec v0.7.3
33892026-05-07T16:46:50.642Z Compiling atty v0.2.14
33902026-05-07T16:46:50.659Z Compiling home v0.5.12
33912026-05-07T16:46:50.695Z Compiling md5 v0.7.0
33922026-05-07T16:46:50.713Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33932026-05-07T16:46:50.777Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33942026-05-07T16:46:50.815Z Compiling flume v0.11.1
33952026-05-07T16:46:50.831Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33962026-05-07T16:46:50.848Z Compiling rcgen v0.12.1
33972026-05-07T16:46:50.864Z Compiling russh-keys v0.45.0
33982026-05-07T16:46:50.867Z Compiling headers v0.4.1
33992026-05-07T16:46:50.991Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-05-07T16:46:51.123Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34012026-05-07T16:46:51.198Z Compiling hyper-staticfile v0.10.1
34022026-05-07T16:46:51.275Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-05-07T16:46:51.518Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-05-07T16:46:51.667Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-05-07T16:46:51.728Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-05-07T16:46:51.744Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34072026-05-07T16:46:51.805Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-07T16:46:52.049Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34092026-05-07T16:46:52.066Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34102026-05-07T16:46:52.217Z Compiling progenitor v0.10.0
34112026-05-07T16:46:52.295Z Compiling num-bigint v0.4.6
34122026-05-07T16:46:52.341Z Compiling des v0.8.1
34132026-05-07T16:46:52.399Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34142026-05-07T16:46:52.448Z Compiling subprocess v0.2.15
34152026-05-07T16:46:52.479Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-05-07T16:46:52.541Z Compiling hex-literal v0.4.1
34172026-05-07T16:46:52.563Z Compiling display-error-chain v0.2.2
34182026-05-07T16:46:52.580Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-05-07T16:46:52.673Z Compiling colored v2.2.0
34202026-05-07T16:46:52.721Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-05-07T16:46:52.833Z Compiling socket2 v0.5.10
34222026-05-07T16:46:52.913Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-07T16:46:52.992Z Compiling internet-checksum v0.2.1
34242026-05-07T16:46:53.054Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-05-07T16:46:53.162Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-05-07T16:46:53.777Z Compiling russh v0.45.0
34272026-05-07T16:46:55.720Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-07T16:46:56.415Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-07T16:46:56.891Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-07T16:46:58.480Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-07T16:47:06.438Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322026-05-07T16:47:06.438Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-05-07T16:47:06.442Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34342026-05-07T16:47:06.442Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-07T16:47:08.153Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-07T16:47:08.295Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-07T16:47:12.334Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-07T16:47:13.718Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-07T16:47:32.690Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-07T16:47:51.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34412026-05-07T16:47:51.290Z
34422026-05-07T16:47:51.290Zreal 1:25.647920132
34432026-05-07T16:47:51.290Zuser 8:19.872800459
34442026-05-07T16:47:51.293Zsys 1:40.652738471
34452026-05-07T16:47:51.293Ztrap 0.266567013
34462026-05-07T16:47:51.293Ztflt 0.541748803
34472026-05-07T16:47:51.293Zdflt 1.594118582
34482026-05-07T16:47:51.293Zkflt 0.000367996
34492026-05-07T16:47:51.293Zlock 29:43.253605908
34502026-05-07T16:47:51.293Zslp 19:27.789580303
34512026-05-07T16:47:51.293Zlat 39.745455324
34522026-05-07T16:47:51.293Zstop 2:45.931637335
34532026-05-07T16:47:51.293Z+ mkdir tests
34542026-05-07T16:47:51.296Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-07T16:47:51.296Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-07T16:47:51.316Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-07T16:47:51.341Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-07T16:47:51.359Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-07T16:47:51.381Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-07T16:47:51.605Z+ 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/*)
34612026-05-07T16:47:51.608Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
34622026-05-07T16:49:11.997ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-07T16:49:11.997Za .github/buildomat/ci-env.sh 1K
34642026-05-07T16:49:11.997Za out/target/test 1K
34652026-05-07T16:49:11.997Za out/npuzone/npuzone 27402K
34662026-05-07T16:49:11.998Za package-manifest.toml 35K
34672026-05-07T16:49:11.998Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-07T16:49:11.998Za target/release/omicron-package 44932K
34692026-05-07T16:49:11.998Za target/release/xtask 11449K
34702026-05-07T16:49:11.998Za target/debug/bootstrap 352212K
34712026-05-07T16:49:11.998Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-07T16:49:11.998Za tests/commtest-6ff027522a55cd83 32300K
34732026-05-07T16:49:11.998Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-07T16:49:11.998Za tests/end_to_end_tests-06879957ae11aa92 393322K
34752026-05-07T16:49:11.998Za out/clickhouse.tar.gz 319023K
34762026-05-07T16:49:11.998Za out/clickhouse_keeper.tar.gz 304364K
34772026-05-07T16:49:11.998Za out/clickhouse_server.tar.gz 319022K
34782026-05-07T16:49:11.998Za out/cockroachdb.tar.gz 164663K
34792026-05-07T16:49:11.998Za out/crucible-pantry-zone.tar.gz 43697K
34802026-05-07T16:49:11.998Za out/crucible-utils.tar 17744K
34812026-05-07T16:49:11.998Za out/crucible-zone.tar.gz 57835K
34822026-05-07T16:49:11.998Za out/external-dns.tar.gz 49314K
34832026-05-07T16:49:11.998Za out/internal-dns.tar.gz 49314K
34842026-05-07T16:49:11.998Za out/mg-ddm-gz.tar 95141K
34852026-05-07T16:49:11.998Za out/nexus.tar.gz 220035K
34862026-05-07T16:49:11.998Za out/ntp.tar.gz 31660K
34872026-05-07T16:49:11.998Za out/omicron-gateway-softnpu.tar.gz 28514K
34882026-05-07T16:49:11.998Za out/omicron-sled-agent.tar 198944K
34892026-05-07T16:49:11.998Za out/overlay.tar.gz 3K
34902026-05-07T16:49:11.998Za out/oximeter.tar.gz 65358K
34912026-05-07T16:49:11.998Za out/oxlog.tar 3782K
34922026-05-07T16:49:11.998Za out/probe.tar.gz 3037K
34932026-05-07T16:49:11.998Za out/propolis-server.tar.gz 38727K
34942026-05-07T16:49:11.998Za out/pumpkind-gz.tar 26647K
34952026-05-07T16:49:11.998Za out/switch-softnpu.tar.gz 392862K
34962026-05-07T16:49:12.002Z
34972026-05-07T16:49:12.002Zreal 1:20.385429067
34982026-05-07T16:49:12.002Zuser 1:17.661775750
34992026-05-07T16:49:12.002Zsys 4.469366521
35002026-05-07T16:49:12.002Ztrap 0.006983627
35012026-05-07T16:49:12.002Ztflt 0.000000000
35022026-05-07T16:49:12.002Zdflt 0.000000000
35032026-05-07T16:49:12.002Zkflt 0.000000000
35042026-05-07T16:49:12.002Zlock 0.000000000
35052026-05-07T16:49:12.002Zslp 1:17.609287221
35062026-05-07T16:49:12.002Zlat 1.018791462
35072026-05-07T16:49:12.002Zstop 0.000223136
35082026-05-07T16:49:12.002Zprocess exited: duration 906806 ms, exit code 0
 
35092026-05-07T16:49:12.016Zfound 1 output files
35102026-05-07T16:49:12.030Zuploading: /work/package.tar.gz (2431122497 bytes)
35112026-05-07T16:49:39.253Zuploaded: /work/package.tar.gz