01KS0GF9EPT05YQVYNR8HB939A: 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: 01KS0GG01SV13FS52GFHZ4DJ70

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T16:19:12.555Zjob assigned to worker 01KS0GG2FQ5QM6WKSB9N6QPED6 [factory aws, i-04ccd187d329cb393] (queued for 48 s)
 
22026-05-19T16:19:20.385Zstarting task 0: "setup"
32026-05-19T16:19:20.390Z++ uname -s
42026-05-19T16:19:20.393Z+ kern=SunOS
52026-05-19T16:19:20.393Z+ build_user=build
62026-05-19T16:19:20.393Z+ build_uid=12345
72026-05-19T16:19:20.393Z+ work_dir=/work
82026-05-19T16:19:20.393Z+ input_dir=/input
92026-05-19T16:19:20.394Z+ [[ 0 == 12345 ]]
102026-05-19T16:19:20.394Z+ case "$kern" in
112026-05-19T16:19:20.394Z+ groupadd -g 12345 build
122026-05-19T16:19:20.397Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T16:19:22.405Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T16:19:22.585Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T16:19:22.588Z+ home_fs=zfs
162026-05-19T16:19:22.589Z+ [[ zfs == autofs ]]
172026-05-19T16:19:22.589Z+ mkdir -p /home/build
182026-05-19T16:19:22.592Z+ chown build:build /home/build /work
192026-05-19T16:19:24.592Z+ chmod 0700 /home/build /work
202026-05-19T16:19:24.597Zprocess exited: duration 4213 ms, exit code 0
 
212026-05-19T16:19:24.605Zstarting task 1: "rust-toolchain"
222026-05-19T16:19:24.612Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T16:19:24.612Z * rust toolchain channel = "1.94.0"
242026-05-19T16:19:24.612Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-19T16:19:24.617Z * rust toolchain profile = "default"
262026-05-19T16:19:24.617Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T16:19:24.617Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T16:19:24.617Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T16:19:24.617Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T16:19:24.724Zinfo: downloading installer
312026-05-19T16:19:26.408Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T16:19:26.408Zwarn: /home/build/.rustup/settings.toml
332026-05-19T16:19:26.408Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T16:19:26.408Zwarn: instead of the one inferred from the default host triple.
352026-05-19T16:19:26.421Zinfo: profile set to default
362026-05-19T16:19:26.421Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T16:19:26.424Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T16:19:26.561Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T16:19:26.561Zinfo: downloading 6 components
402026-05-19T16:19:40.828Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T16:19:40.828Z
422026-05-19T16:19:40.860Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T16:19:40.860Z
442026-05-19T16:19:40.860Z
452026-05-19T16:19:40.860ZRust is installed now. Great!
462026-05-19T16:19:40.860Z
472026-05-19T16:19:40.860ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T16:19:40.860Zenvironment variable. This has not been done automatically.
492026-05-19T16:19:40.860Z
502026-05-19T16:19:40.861ZTo configure your current shell, you need to source
512026-05-19T16:19:40.861Zthe corresponding env file under $HOME/.cargo.
522026-05-19T16:19:40.861Z
532026-05-19T16:19:40.861ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T16:19:40.862Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T16:19:40.876Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T16:19:40.876Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T16:19:40.876Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T16:19:40.876Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T16:19:40.876Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T16:19:40.876Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T16:19:40.876Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T16:19:40.968Z+ rustup --version
632026-05-19T16:19:40.981Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T16:19:40.981Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T16:19:41.003Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T16:19:41.006Z+ cargo --version
672026-05-19T16:19:41.014Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T16:19:41.014Z+ rustc --version
692026-05-19T16:19:41.035Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T16:19:41.038Zprocess exited: duration 16431 ms, exit code 0
 
712026-05-19T16:19:41.048Zstarting task 2: "authentication"
722026-05-19T16:19:41.067Zprocess exited: duration 18 ms, exit code 0
 
732026-05-19T16:19:41.092Zstarting task 3: "clone repository"
742026-05-19T16:19:41.096Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T16:19:41.100Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T16:19:41.132ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T16:19:51.387Z+ cd /work/oxidecomputer/omicron
782026-05-19T16:19:51.387Z+ git fetch origin 7660302088420e2aee235c2822ef5aad8b94ca29
792026-05-19T16:19:51.750ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T16:19:51.750Z * branch 7660302088420e2aee235c2822ef5aad8b94ca29 -> FETCH_HEAD
812026-05-19T16:19:51.771Z+ [[ -n eliza/million-dollar-mistake ]]
822026-05-19T16:19:51.777Z++ git branch --show-current
832026-05-19T16:19:51.777Z+ current=main
842026-05-19T16:19:51.777Z+ [[ main != eliza/million-dollar-mistake ]]
852026-05-19T16:19:51.778Z+ git branch -f eliza/million-dollar-mistake 7660302088420e2aee235c2822ef5aad8b94ca29
862026-05-19T16:19:51.778Z+ git checkout -f eliza/million-dollar-mistake
872026-05-19T16:19:52.011ZSwitched to branch 'eliza/million-dollar-mistake'
882026-05-19T16:19:52.015Z+ git reset --hard 7660302088420e2aee235c2822ef5aad8b94ca29
892026-05-19T16:19:52.028ZHEAD is now at 766030208 Merge branch 'main' into eliza/million-dollar-mistake
902026-05-19T16:19:52.033Zprocess exited: duration 10937 ms, exit code 0
 
912026-05-19T16:19:52.043Zstarting task 4: "build"
922026-05-19T16:19:52.047Z+ source .github/buildomat/ci-env.sh
932026-05-19T16:19:52.047Z++ export CARGO_TERM_COLOR=always
942026-05-19T16:19:52.047Z++ CARGO_TERM_COLOR=always
952026-05-19T16:19:52.047Z+ cargo --version
962026-05-19T16:19:52.056Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T16:19:52.059Z+ rustc --version
982026-05-19T16:19:52.081Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T16:19:52.084Z+ WORK=/work
1002026-05-19T16:19:52.085Z+ pfexec mkdir -p /work
1012026-05-19T16:19:52.088Z+ pfexec chown build /work
1022026-05-19T16:19:52.091Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-19T16:19:53.661Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-19T16:19:53.737Z Startup: Caching catalogs ... Done
1052026-05-19T16:19:53.930ZPlanning: Solver setup ... Done (0.177s)
1062026-05-19T16:19:53.956ZPlanning: Running solver ... Done (0.016s)
1072026-05-19T16:19:53.963ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-19T16:19:53.977ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-19T16:19:54.414ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-19T16:19:54.423ZPlanning: Package planning ... Done (0.015s)
1112026-05-19T16:19:54.431ZPlanning: Merging actions ... Done (0.001s)
1122026-05-19T16:19:54.621ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-05-19T16:19:54.625ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-19T16:19:55.517ZPlanning: Evaluating mediators ... Done (0.895s)
1152026-05-19T16:19:55.525ZPlanning: Planning completed in 1.78 seconds
1162026-05-19T16:19:55.539Z Packages to install: 2
1172026-05-19T16:19:55.539Z Estimated space available: 156.07 GB
1182026-05-19T16:19:55.539ZEstimated space to be consumed: 19.74 MB
1192026-05-19T16:19:55.539Z Create boot environment: No
1202026-05-19T16:19:55.539ZCreate backup boot environment: No
1212026-05-19T16:19:55.539Z Rebuild boot archive: No
1222026-05-19T16:19:55.539Z
1232026-05-19T16:19:55.539ZChanged packages:
1242026-05-19T16:19:55.539Zhelios
1252026-05-19T16:19:55.539Z developer/build-essential
1262026-05-19T16:19:55.539Z None -> 11-3.0
1272026-05-19T16:19:55.539Z library/libxmlsec1
1282026-05-19T16:19:55.539Z None -> 1.2.35-3.0
1292026-05-19T16:19:55.554Z
1302026-05-19T16:19:55.554ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-19T16:19:56.089ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1322026-05-19T16:19:56.168Z Actions: 1/268 actions (Installing new actions)
1332026-05-19T16:19:56.208Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-19T16:19:56.221ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-19T16:19:56.221ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-19T16:19:56.230ZFinalize: Updating image state ... Done (0.016s)
1372026-05-19T16:20:02.018ZFinalize: Creating fast lookup database ... Done (2.618s)
1382026-05-19T16:20:02.065ZFinalize: Reading search index ... Done (0.013s)
1392026-05-19T16:20:02.065ZFinalize: Updating search index ... Done (0.000s)
1402026-05-19T16:20:02.065ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-19T16:20:02.065ZPlanning: Evaluating mediator changes ... Done
1422026-05-19T16:20:02.065ZPlanning: Checking for conflicting actions ... Done
1432026-05-19T16:20:02.065ZPlanning: Consolidating action changes ... Done
1442026-05-19T16:20:02.065ZPlanning: Evaluating mediators ... Done
1452026-05-19T16:20:02.065ZPlanning: Planning completed in 0.27 seconds
1462026-05-19T16:20:02.065Z Mediators to change: 2
1472026-05-19T16:20:02.065Z Create boot environment: No
1482026-05-19T16:20:02.065ZCreate backup boot environment: No
1492026-05-19T16:20:02.065ZFinalize: Updating package state database ... Done
1502026-05-19T16:20:02.066ZFinalize: Updating package cache ... Done
1512026-05-19T16:20:02.066ZFinalize: Updating image state ... Done
1522026-05-19T16:20:02.128ZFinalize: Creating fast lookup database ... Done
1532026-05-19T16:20:02.128ZFinalize: Reading search index ... Done
1542026-05-19T16:20:02.128ZFinalize: Updating search index ... Done
1552026-05-19T16:20:02.128ZFinalize: Updating package cache ... Done
1562026-05-19T16:20:02.159ZPlanning: Evaluating mediator changes ... Done
1572026-05-19T16:20:02.265ZPlanning: Checking for conflicting actions ... Done
1582026-05-19T16:20:02.277ZPlanning: Consolidating action changes ... Done
1592026-05-19T16:20:02.424ZPlanning: Evaluating mediators ... Done
1602026-05-19T16:20:02.427ZPlanning: Planning completed in 0.28 seconds
1612026-05-19T16:20:02.449Z Mediators to change: 1
1622026-05-19T16:20:02.449Z Create boot environment: No
1632026-05-19T16:20:02.449ZCreate backup boot environment: No
1642026-05-19T16:20:02.522ZFinalize: Updating package state database ... Done
1652026-05-19T16:20:02.522ZFinalize: Updating package cache ... Done
1662026-05-19T16:20:02.531ZFinalize: Updating image state ... Done
1672026-05-19T16:20:04.534ZFinalize: Creating fast lookup database ... Done
1682026-05-19T16:20:04.599ZFinalize: Reading search index ... Done
1692026-05-19T16:20:04.603ZFinalize: Updating search index ... Done
1702026-05-19T16:20:04.673ZFinalize: Updating package cache ... Done
1712026-05-19T16:20:04.990ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-19T16:20:04.990Zapache system 2.4 system
1732026-05-19T16:20:04.990Zclang system 15 system
1742026-05-19T16:20:04.990Zcsh system system illumos
1752026-05-19T16:20:04.990Zctags system system illumos
1762026-05-19T16:20:04.991Zfile vendor vendor darwinsys
1772026-05-19T16:20:04.991Zfile system system illumos
1782026-05-19T16:20:04.991Zgcc vendor 14 vendor
1792026-05-19T16:20:04.991Zgcc system 13 system
1802026-05-19T16:20:04.991Zgcc system 10 system
1812026-05-19T16:20:04.991Zgo system 1.25 system
1822026-05-19T16:20:04.991Zllvm system 15 system
1832026-05-19T16:20:04.991Zmariadb system 11.4 system
1842026-05-19T16:20:04.991Zmta vendor vendor dma
1852026-05-19T16:20:04.991Zopenjdk system 17 system
1862026-05-19T16:20:04.991Zopenjdk system 11 system
1872026-05-19T16:20:04.991Zopenssl vendor 3 vendor
1882026-05-19T16:20:04.991Zperl system 5.40 system
1892026-05-19T16:20:04.991Zpostgresql system 18 system
1902026-05-19T16:20:04.991Zpostgresql system 17 system
1912026-05-19T16:20:04.991Zpython vendor 3 vendor
1922026-05-19T16:20:04.991Zpython system 2 system
1932026-05-19T16:20:04.991Zpython3 vendor 3.13 vendor
1942026-05-19T16:20:04.991Zruby system 3.4 system
1952026-05-19T16:20:04.991Zruby system 3.0 system
1962026-05-19T16:20:04.991Zwords vendor vendor american-english
1972026-05-19T16:20:04.992Zwords system system australian-english
1982026-05-19T16:20:04.992Zwords system system british-english
1992026-05-19T16:20:04.992Zwords system system canadian-english
2002026-05-19T16:20:04.992Zwords system system french
2012026-05-19T16:20:04.992Zwords system system italian
2022026-05-19T16:20:04.992Zwords system system ngerman
2032026-05-19T16:20:04.992Zwords system system ogerman
2042026-05-19T16:20:04.992Zwords system system spanish
2052026-05-19T16:20:05.254ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-19T16:20:05.254Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-19T16:20:05.533ZFMRI IFO
2082026-05-19T16:20:05.533Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-19T16:20:05.533Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-19T16:20:05.533Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-19T16:20:05.533Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-19T16:20:05.533Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-19T16:20:05.533Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-19T16:20:05.533Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-19T16:20:05.533Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-19T16:20:05.533Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-19T16:20:05.770Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-19T16:20:06.101Z Updating crates.io index
2192026-05-19T16:20:06.109Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-19T16:20:06.754Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-19T16:20:07.133Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-19T16:20:07.772Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-19T16:20:08.636Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-19T16:20:09.311Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-19T16:20:11.375Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-19T16:20:12.239Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-19T16:20:12.568Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-19T16:20:13.474Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-19T16:20:13.830Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-19T16:20:14.333Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-19T16:20:14.699Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-19T16:20:15.656Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-19T16:20:16.182Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-19T16:20:16.541Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-19T16:20:16.897Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-19T16:20:17.217Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-19T16:20:17.659Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-19T16:20:18.074Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-19T16:20:18.386Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-19T16:20:18.672Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-19T16:20:19.145Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-19T16:20:19.557Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-19T16:20:20.143Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-19T16:20:20.640Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-19T16:20:21.152Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-19T16:20:22.296Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-19T16:20:22.999Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-19T16:20:23.569Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-19T16:20:24.031Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-19T16:20:24.433Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-19T16:20:24.820Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-19T16:20:25.141Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-19T16:20:25.492Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-19T16:20:25.972Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-19T16:20:26.301Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-19T16:20:26.575Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-19T16:20:27.012Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-19T16:20:39.600Z Downloading crates ...
2592026-05-19T16:20:39.651Z Downloaded anstyle v1.0.13
2602026-05-19T16:20:39.655Z Downloaded camino-tempfile v1.4.1
2612026-05-19T16:20:39.658Z Downloaded cargo_toml v0.21.0
2622026-05-19T16:20:39.661Z Downloaded anstream v0.6.21
2632026-05-19T16:20:39.664Z Downloaded erased-serde v0.4.9
2642026-05-19T16:20:39.673Z Downloaded clap_lex v1.0.0
2652026-05-19T16:20:39.676Z Downloaded errno v0.3.14
2662026-05-19T16:20:39.676Z Downloaded heck v0.4.1
2672026-05-19T16:20:39.676Z Downloaded displaydoc v0.2.5
2682026-05-19T16:20:39.679Z Downloaded cfg-if v1.0.4
2692026-05-19T16:20:39.682Z Downloaded thiserror v2.0.18
2702026-05-19T16:20:39.685Z Downloaded form_urlencoded v1.2.2
2712026-05-19T16:20:39.686Z Downloaded equivalent v1.0.2
2722026-05-19T16:20:39.686Z Downloaded toml_datetime v0.6.11
2732026-05-19T16:20:39.686Z Downloaded icu_properties v2.1.2
2742026-05-19T16:20:39.689Z Downloaded utf8parse v0.2.2
2752026-05-19T16:20:39.689Z Downloaded toml_write v0.1.2
2762026-05-19T16:20:39.689Z Downloaded bytecount v0.6.9
2772026-05-19T16:20:39.694Z Downloaded usdt v0.5.0
2782026-05-19T16:20:39.697Z Downloaded version_check v0.9.5
2792026-05-19T16:20:39.697Z Downloaded unicode-linebreak v0.1.5
2802026-05-19T16:20:39.697Z Downloaded thread-id v4.2.2
2812026-05-19T16:20:39.697Z Downloaded serde-untagged v0.1.9
2822026-05-19T16:20:39.700Z Downloaded potential_utf v0.1.4
2832026-05-19T16:20:39.700Z Downloaded typeid v1.0.3
2842026-05-19T16:20:39.703Z Downloaded scroll v0.12.0
2852026-05-19T16:20:39.703Z Downloaded thiserror-impl v2.0.18
2862026-05-19T16:20:39.703Z Downloaded fs-err v3.3.0
2872026-05-19T16:20:39.707Z Downloaded serde-value v0.7.0
2882026-05-19T16:20:39.707Z Downloaded yoke-derive v0.8.1
2892026-05-19T16:20:39.707Z Downloaded usdt-attr-macro v0.5.0
2902026-05-19T16:20:39.710Z Downloaded unicode-xid v0.2.6
2912026-05-19T16:20:39.710Z Downloaded utf8_iter v1.0.4
2922026-05-19T16:20:39.710Z Downloaded idna_adapter v1.2.1
2932026-05-19T16:20:39.713Z Downloaded fastrand v2.3.0
2942026-05-19T16:20:39.716Z Downloaded camino v1.2.2
2952026-05-19T16:20:39.716Z Downloaded usdt-macro v0.5.0
2962026-05-19T16:20:39.719Z Downloaded ordered-float v2.10.1
2972026-05-19T16:20:39.722Z Downloaded zerofrom-derive v0.1.6
2982026-05-19T16:20:39.722Z Downloaded zerofrom v0.1.6
2992026-05-19T16:20:39.722Z Downloaded thiserror v1.0.69
3002026-05-19T16:20:39.725Z Downloaded tinystr v0.8.2
3012026-05-19T16:20:39.728Z Downloaded tabled_derive v0.7.0
3022026-05-19T16:20:39.728Z Downloaded heck v0.5.0
3032026-05-19T16:20:39.731Z Downloaded zerovec-derive v0.11.2
3042026-05-19T16:20:39.734Z Downloaded memmap v0.7.0
3052026-05-19T16:20:39.734Z Downloaded zmij v1.0.21
3062026-05-19T16:20:39.734Z Downloaded smawk v0.3.2
3072026-05-19T16:20:39.737Z Downloaded writeable v0.6.2
3082026-05-19T16:20:39.737Z Downloaded thiserror-impl v1.0.69
3092026-05-19T16:20:39.740Z Downloaded yoke v0.8.1
3102026-05-19T16:20:39.744Z Downloaded strsim v0.11.1
3112026-05-19T16:20:39.747Z Downloaded ucd-trie v0.1.7
3122026-05-19T16:20:39.750Z Downloaded toml v0.8.23
3132026-05-19T16:20:39.750Z Downloaded serde_spanned v0.6.9
3142026-05-19T16:20:39.750Z Downloaded zerocopy-derive v0.7.35
3152026-05-19T16:20:39.753Z Downloaded stable_deref_trait v1.2.1
3162026-05-19T16:20:39.753Z Downloaded usdt-impl v0.5.0
3172026-05-19T16:20:39.756Z Downloaded unicode-ident v1.0.24
3182026-05-19T16:20:39.759Z Downloaded scroll_derive v0.12.1
3192026-05-19T16:20:39.759Z Downloaded textwrap v0.16.2
3202026-05-19T16:20:39.759Z Downloaded toml_edit v0.22.27
3212026-05-19T16:20:39.762Z Downloaded itoa v1.0.17
3222026-05-19T16:20:39.762Z Downloaded generic-array v0.14.7
3232026-05-19T16:20:39.765Z Downloaded anstyle-query v1.1.5
3242026-05-19T16:20:39.765Z Downloaded typenum v1.19.0
3252026-05-19T16:20:39.768Z Downloaded cpufeatures v0.2.17
3262026-05-19T16:20:39.768Z Downloaded synstructure v0.13.2
3272026-05-19T16:20:39.771Z Downloaded icu_collections v2.1.1
3282026-05-19T16:20:39.774Z Downloaded zerotrie v0.2.3
3292026-05-19T16:20:39.774Z Downloaded dtrace-parser v0.2.0
3302026-05-19T16:20:39.777Z Downloaded url v2.5.8
3312026-05-19T16:20:39.782Z Downloaded quote v1.0.45
3322026-05-19T16:20:39.782Z Downloaded byteorder v1.5.0
3332026-05-19T16:20:39.785Z Downloaded zerovec v0.11.5
3342026-05-19T16:20:39.788Z Downloaded fnv v1.0.7
3352026-05-19T16:20:39.793Z Downloaded cargo-platform v0.2.0
3362026-05-19T16:20:39.793Z Downloaded dof v0.3.0
3372026-05-19T16:20:39.795Z Downloaded macaddr v1.0.1
3382026-05-19T16:20:39.798Z Downloaded is_terminal_polyfill v1.70.2
3392026-05-19T16:20:39.801Z Downloaded zerocopy v0.7.35
3402026-05-19T16:20:39.808Z Downloaded winnow v0.7.14
3412026-05-19T16:20:39.812Z Downloaded sha2 v0.10.9
3422026-05-19T16:20:39.816Z Downloaded serde_tokenstream v0.2.3
3432026-05-19T16:20:39.816Z Downloaded plain v0.2.3
3442026-05-19T16:20:39.816Z Downloaded unicode-width v0.2.0
3452026-05-19T16:20:39.819Z Downloaded unicode-width v0.1.14
3462026-05-19T16:20:39.822Z Downloaded swrite v0.1.0
3472026-05-19T16:20:39.822Z Downloaded cargo-util-schemas v0.8.2
3482026-05-19T16:20:39.825Z Downloaded terminal_size v0.4.3
3492026-05-19T16:20:39.825Z Downloaded block-buffer v0.10.4
3502026-05-19T16:20:39.825Z Downloaded anstyle-parse v0.2.7
3512026-05-19T16:20:39.825Z Downloaded pretty-hex v0.4.1
3522026-05-19T16:20:39.828Z Downloaded percent-encoding v2.3.2
3532026-05-19T16:20:39.828Z Downloaded digest v0.10.7
3542026-05-19T16:20:39.828Z Downloaded crypto-common v0.1.7
3552026-05-19T16:20:39.832Z Downloaded bitflags v2.11.0
3562026-05-19T16:20:39.835Z Downloaded smallvec v1.15.1
3572026-05-19T16:20:39.838Z Downloaded num-traits v0.2.19
3582026-05-19T16:20:39.838Z Downloaded colorchoice v1.0.4
3592026-05-19T16:20:39.842Z Downloaded proc-macro-error-attr v1.0.4
3602026-05-19T16:20:39.847Z Downloaded anyhow v1.0.102
3612026-05-19T16:20:39.850Z Downloaded pest_derive v2.8.6
3622026-05-19T16:20:39.853Z Downloaded proc-macro-error v1.0.4
3632026-05-19T16:20:39.863Z Downloaded serde_derive v1.0.228
3642026-05-19T16:20:39.866Z Downloaded clap v4.5.60
3652026-05-19T16:20:39.869Z Downloaded litemap v0.8.1
3662026-05-19T16:20:39.873Z Downloaded clap_derive v4.5.55
3672026-05-19T16:20:39.873Z Downloaded autocfg v1.5.0
3682026-05-19T16:20:39.879Z Downloaded once_cell v1.21.3
3692026-05-19T16:20:39.882Z Downloaded semver v1.0.28
3702026-05-19T16:20:39.892Z Downloaded pest_generator v2.8.6
3712026-05-19T16:20:39.895Z Downloaded cargo_metadata v0.21.0
3722026-05-19T16:20:39.902Z Downloaded serde v1.0.228
3732026-05-19T16:20:39.905Z Downloaded log v0.4.29
3742026-05-19T16:20:39.910Z Downloaded proc-macro2 v1.0.106
3752026-05-19T16:20:39.910Z Downloaded indexmap v2.14.0
3762026-05-19T16:20:39.913Z Downloaded pest_meta v2.8.6
3772026-05-19T16:20:39.913Z Downloaded icu_normalizer v2.1.1
3782026-05-19T16:20:39.913Z Downloaded icu_provider v2.1.1
3792026-05-19T16:20:39.916Z Downloaded serde_core v1.0.228
3802026-05-19T16:20:39.916Z Downloaded memchr v2.8.0
3812026-05-19T16:20:39.919Z Downloaded getrandom v0.4.1
3822026-05-19T16:20:39.922Z Downloaded tempfile v3.25.0
3832026-05-19T16:20:39.930Z Downloaded icu_normalizer_data v2.1.1
3842026-05-19T16:20:39.933Z Downloaded pest v2.8.6
3852026-05-19T16:20:39.935Z Downloaded icu_locale_core v2.1.1
3862026-05-19T16:20:39.938Z Downloaded icu_properties_data v2.1.2
3872026-05-19T16:20:39.943Z Downloaded papergrid v0.11.0
3882026-05-19T16:20:39.946Z Downloaded idna v1.1.0
3892026-05-19T16:20:39.974Z Downloaded goblin v0.8.2
3902026-05-19T16:20:39.988Z Downloaded serde_json v1.0.149
3912026-05-19T16:20:39.992Z Downloaded hashbrown v0.17.0
3922026-05-19T16:20:39.995Z Downloaded clap_builder v4.5.60
3932026-05-19T16:20:40.002Z Downloaded tabled v0.15.0
3942026-05-19T16:20:40.014Z Downloaded syn v1.0.109
3952026-05-19T16:20:40.022Z Downloaded syn v2.0.117
3962026-05-19T16:20:40.044Z Downloaded rustix v1.1.3
3972026-05-19T16:20:40.065Z Downloaded libc v0.2.185
3982026-05-19T16:20:40.137Z Compiling proc-macro2 v1.0.106
3992026-05-19T16:20:40.141Z Compiling quote v1.0.45
4002026-05-19T16:20:40.141Z Compiling unicode-ident v1.0.24
4012026-05-19T16:20:40.141Z Compiling serde_core v1.0.228
4022026-05-19T16:20:40.141Z Compiling libc v0.2.185
4032026-05-19T16:20:40.141Z Compiling version_check v0.9.5
4042026-05-19T16:20:40.141Z Compiling memchr v2.8.0
4052026-05-19T16:20:40.141Z Compiling stable_deref_trait v1.2.1
4062026-05-19T16:20:40.141Z Compiling serde v1.0.228
4072026-05-19T16:20:40.141Z Compiling zmij v1.0.21
4082026-05-19T16:20:40.323Z Compiling ucd-trie v0.1.7
4092026-05-19T16:20:40.326Z Compiling itoa v1.0.17
4102026-05-19T16:20:40.326Z Compiling autocfg v1.5.0
4112026-05-19T16:20:40.326Z Compiling thiserror v1.0.69
4122026-05-19T16:20:40.326Z Compiling writeable v0.6.2
4132026-05-19T16:20:40.547Z Compiling litemap v0.8.1
4142026-05-19T16:20:40.634Z Compiling icu_properties_data v2.1.2
4152026-05-19T16:20:40.703Z Compiling icu_normalizer_data v2.1.1
4162026-05-19T16:20:40.750Z Compiling byteorder v1.5.0
4172026-05-19T16:20:40.841Z Compiling rustix v1.1.3
4182026-05-19T16:20:40.844Z Compiling bitflags v2.11.0
4192026-05-19T16:20:40.857Z Compiling serde_json v1.0.149
4202026-05-19T16:20:40.862Z Compiling equivalent v1.0.2
4212026-05-19T16:20:40.959Z Compiling pest v2.8.6
4222026-05-19T16:20:41.012Z Compiling num-traits v0.2.19
4232026-05-19T16:20:41.030Z Compiling hashbrown v0.17.0
4242026-05-19T16:20:41.183Z Compiling typeid v1.0.3
4252026-05-19T16:20:41.265Z Compiling smallvec v1.15.1
4262026-05-19T16:20:41.269Z Compiling usdt-impl v0.5.0
4272026-05-19T16:20:41.319Z Compiling proc-macro-error-attr v1.0.4
4282026-05-19T16:20:41.378Z Compiling syn v1.0.109
4292026-05-19T16:20:41.381Z Compiling toml_write v0.1.2
4302026-05-19T16:20:41.381Z Compiling erased-serde v0.4.9
4312026-05-19T16:20:41.458Z Compiling winnow v0.7.14
4322026-05-19T16:20:41.497Z Compiling proc-macro-error v1.0.4
4332026-05-19T16:20:41.525Z Compiling errno v0.3.14
4342026-05-19T16:20:41.563Z Compiling thread-id v4.2.2
4352026-05-19T16:20:41.642Z Compiling indexmap v2.14.0
4362026-05-19T16:20:41.722Z Compiling thiserror v2.0.18
4372026-05-19T16:20:41.725Z Compiling utf8_iter v1.0.4
4382026-05-19T16:20:41.725Z Compiling log v0.4.29
4392026-05-19T16:20:41.777Z Compiling percent-encoding v2.3.2
4402026-05-19T16:20:41.796Z Compiling camino v1.2.2
4412026-05-19T16:20:41.832Z Compiling syn v2.0.117
4422026-05-19T16:20:41.963Z Compiling plain v0.2.3
4432026-05-19T16:20:41.986Z Compiling getrandom v0.4.1
4442026-05-19T16:20:42.003Z Compiling utf8parse v0.2.2
4452026-05-19T16:20:42.059Z Compiling form_urlencoded v1.2.2
4462026-05-19T16:20:42.143Z Compiling anstyle-parse v0.2.7
4472026-05-19T16:20:42.257Z Compiling pest_meta v2.8.6
4482026-05-19T16:20:42.332Z Compiling ordered-float v2.10.1
4492026-05-19T16:20:42.362Z Compiling cfg-if v1.0.4
4502026-05-19T16:20:42.398Z Compiling colorchoice v1.0.4
4512026-05-19T16:20:42.417Z Compiling anstyle v1.0.13
4522026-05-19T16:20:42.438Z Compiling is_terminal_polyfill v1.70.2
4532026-05-19T16:20:42.460Z Compiling anstyle-query v1.1.5
4542026-05-19T16:20:42.472Z Compiling pretty-hex v0.4.1
4552026-05-19T16:20:42.613Z Compiling fs-err v3.3.0
4562026-05-19T16:20:42.736Z Compiling heck v0.5.0
4572026-05-19T16:20:42.736Z Compiling fastrand v2.3.0
4582026-05-19T16:20:42.736Z Compiling anstream v0.6.21
4592026-05-19T16:20:42.736Z Compiling terminal_size v0.4.3
4602026-05-19T16:20:42.852Z Compiling unicode-width v0.1.14
4612026-05-19T16:20:42.853Z Compiling strsim v0.11.1
4622026-05-19T16:20:42.947Z Compiling semver v1.0.28
4632026-05-19T16:20:43.025Z Compiling unicode-xid v0.2.6
4642026-05-19T16:20:43.026Z Compiling once_cell v1.21.3
4652026-05-19T16:20:43.026Z Compiling clap_lex v1.0.0
4662026-05-19T16:20:43.026Z Compiling bytecount v0.6.9
4672026-05-19T16:20:43.089Z Compiling fnv v1.0.7
4682026-05-19T16:20:43.187Z Compiling heck v0.4.1
4692026-05-19T16:20:43.187Z Compiling anyhow v1.0.102
4702026-05-19T16:20:43.187Z Compiling tempfile v3.25.0
4712026-05-19T16:20:43.283Z Compiling papergrid v0.11.0
4722026-05-19T16:20:43.283Z Compiling clap_builder v4.5.60
4732026-05-19T16:20:43.283Z Compiling serde-untagged v0.1.9
4742026-05-19T16:20:43.362Z Compiling memmap v0.7.0
4752026-05-19T16:20:43.362Z Compiling smawk v0.3.2
4762026-05-19T16:20:43.362Z Compiling unicode-width v0.2.0
4772026-05-19T16:20:43.411Z Compiling unicode-linebreak v0.1.5
4782026-05-19T16:20:43.460Z Compiling camino-tempfile v1.4.1
4792026-05-19T16:20:43.508Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-19T16:20:43.567Z Compiling swrite v0.1.0
4812026-05-19T16:20:43.592Z Compiling textwrap v0.16.2
4822026-05-19T16:20:43.897Z Compiling tabled_derive v0.7.0
4832026-05-19T16:20:44.470Z Compiling synstructure v0.13.2
4842026-05-19T16:20:44.470Z Compiling pest_generator v2.8.6
4852026-05-19T16:20:44.584Z Compiling tabled v0.15.0
4862026-05-19T16:20:45.065Z Compiling serde_derive v1.0.228
4872026-05-19T16:20:45.065Z Compiling zerofrom-derive v0.1.6
4882026-05-19T16:20:45.068Z Compiling yoke-derive v0.8.1
4892026-05-19T16:20:45.068Z Compiling zerovec-derive v0.11.2
4902026-05-19T16:20:45.068Z Compiling displaydoc v0.2.5
4912026-05-19T16:20:45.068Z Compiling thiserror-impl v1.0.69
4922026-05-19T16:20:45.069Z Compiling zerocopy-derive v0.7.35
4932026-05-19T16:20:45.100Z Compiling pest_derive v2.8.6
4942026-05-19T16:20:45.103Z Compiling scroll_derive v0.12.1
4952026-05-19T16:20:45.118Z Compiling thiserror-impl v2.0.18
4962026-05-19T16:20:45.121Z Compiling clap_derive v4.5.55
4972026-05-19T16:20:45.814Z Compiling scroll v0.12.0
4982026-05-19T16:20:45.888Z Compiling zerocopy v0.7.35
4992026-05-19T16:20:46.046Z Compiling goblin v0.8.2
5002026-05-19T16:20:46.213Z Compiling dtrace-parser v0.2.0
5012026-05-19T16:20:46.261Z Compiling zerofrom v0.1.6
5022026-05-19T16:20:46.345Z Compiling yoke v0.8.1
5032026-05-19T16:20:46.501Z Compiling zerovec v0.11.5
5042026-05-19T16:20:46.501Z Compiling zerotrie v0.2.3
5052026-05-19T16:20:46.580Z Compiling clap v4.5.60
5062026-05-19T16:20:46.943Z Compiling tinystr v0.8.2
5072026-05-19T16:20:46.943Z Compiling potential_utf v0.1.4
5082026-05-19T16:20:47.055Z Compiling icu_collections v2.1.1
5092026-05-19T16:20:47.107Z Compiling icu_locale_core v2.1.1
5102026-05-19T16:20:47.640Z Compiling serde_spanned v0.6.9
5112026-05-19T16:20:47.640Z Compiling toml_datetime v0.6.11
5122026-05-19T16:20:47.640Z Compiling serde-value v0.7.0
5132026-05-19T16:20:47.645Z Compiling cargo-platform v0.2.0
5142026-05-19T16:20:47.645Z Compiling macaddr v1.0.1
5152026-05-19T16:20:47.670Z Compiling dof v0.3.0
5162026-05-19T16:20:47.678Z Compiling serde_tokenstream v0.2.3
5172026-05-19T16:20:47.678Z Compiling icu_provider v2.1.1
5182026-05-19T16:20:47.902Z Compiling toml_edit v0.22.27
5192026-05-19T16:20:47.987Z Compiling icu_normalizer v2.1.1
5202026-05-19T16:20:47.987Z Compiling icu_properties v2.1.2
5212026-05-19T16:20:48.401Z Compiling usdt-attr-macro v0.5.0
5222026-05-19T16:20:48.401Z Compiling usdt-macro v0.5.0
5232026-05-19T16:20:48.787Z Compiling idna_adapter v1.2.1
5242026-05-19T16:20:48.896Z Compiling idna v1.1.0
5252026-05-19T16:20:49.000Z Compiling usdt v0.5.0
5262026-05-19T16:20:49.150Z Compiling url v2.5.8
5272026-05-19T16:20:49.166Z Compiling toml v0.8.23
5282026-05-19T16:20:49.496Z Compiling cargo_toml v0.21.0
5292026-05-19T16:20:49.553Z Compiling cargo-util-schemas v0.8.2
5302026-05-19T16:20:50.358Z Compiling cargo_metadata v0.21.0
5312026-05-19T16:20:51.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-19T16:20:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.82s
5332026-05-19T16:20:53.692Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-19T16:20:54.261Z Downloading crates ...
5352026-05-19T16:20:54.358Z Downloaded async-stream v0.3.6
5362026-05-19T16:20:54.364Z Downloaded colored v3.1.1
5372026-05-19T16:20:54.367Z Downloaded assert_matches v1.5.0
5382026-05-19T16:20:54.373Z Downloaded ciborium-ll v0.2.2
5392026-05-19T16:20:54.376Z Downloaded ascii-canvas v3.0.0
5402026-05-19T16:20:54.376Z Downloaded crunchy v0.2.4
5412026-05-19T16:20:54.379Z Downloaded adler2 v2.0.1
5422026-05-19T16:20:54.382Z Downloaded cookie v0.18.1
5432026-05-19T16:20:54.382Z Downloaded crc32fast v1.5.0
5442026-05-19T16:20:54.385Z Downloaded env_logger v0.11.9
5452026-05-19T16:20:54.385Z Downloaded ar_archive_writer v0.5.1
5462026-05-19T16:20:54.388Z Downloaded compression-codecs v0.4.37
5472026-05-19T16:20:54.391Z Downloaded darling_macro v0.23.0
5482026-05-19T16:20:54.391Z Downloaded async-recursion v1.1.1
5492026-05-19T16:20:54.394Z Downloaded derive-ex v0.1.8
5502026-05-19T16:20:54.394Z Downloaded console v0.16.2
5512026-05-19T16:20:54.397Z Downloaded ciborium v0.2.2
5522026-05-19T16:20:54.397Z Downloaded derive_more v2.1.1
5532026-05-19T16:20:54.404Z Downloaded derive_builder_core v0.20.2
5542026-05-19T16:20:54.408Z Downloaded derive_builder_macro v0.20.2
5552026-05-19T16:20:54.408Z Downloaded chacha20 v0.10.0
5562026-05-19T16:20:54.411Z Downloaded daft-derive v0.1.5
5572026-05-19T16:20:54.411Z Downloaded async-stream-impl v0.3.6
5582026-05-19T16:20:54.412Z Downloaded darling_macro v0.20.11
5592026-05-19T16:20:54.412Z Downloaded defmt v1.0.1
5602026-05-19T16:20:54.416Z Downloaded fd-lock v4.0.4
5612026-05-19T16:20:54.416Z Downloaded clang-sys v1.8.1
5622026-05-19T16:20:54.422Z Downloaded derive_more v0.99.20
5632026-05-19T16:20:54.422Z Downloaded bitfield v0.19.4
5642026-05-19T16:20:54.422Z Downloaded bit-set v0.5.3
5652026-05-19T16:20:54.425Z Downloaded const_format_proc_macros v0.2.34
5662026-05-19T16:20:54.425Z Downloaded async-bb8-diesel v0.2.1
5672026-05-19T16:20:54.425Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-19T16:20:54.428Z Downloaded defmt v0.3.100
5692026-05-19T16:20:54.428Z Downloaded bit-set v0.8.0
5702026-05-19T16:20:54.428Z Downloaded crossbeam-epoch v0.9.18
5712026-05-19T16:20:54.431Z Downloaded defmt-parser v1.0.0
5722026-05-19T16:20:54.431Z Downloaded data-encoding v2.10.0
5732026-05-19T16:20:54.431Z Downloaded base16ct v0.2.0
5742026-05-19T16:20:54.434Z Downloaded darling v0.20.11
5752026-05-19T16:20:54.437Z Downloaded deranged v0.5.8
5762026-05-19T16:20:54.437Z Downloaded dyn-clone v1.0.20
5772026-05-19T16:20:54.440Z Downloaded compression-core v0.4.31
5782026-05-19T16:20:54.440Z Downloaded cobs v0.3.0
5792026-05-19T16:20:54.440Z Downloaded debug-ignore v1.0.5
5802026-05-19T16:20:54.441Z Downloaded darling_macro v0.21.3
5812026-05-19T16:20:54.444Z Downloaded atty v0.2.14
5822026-05-19T16:20:54.444Z Downloaded darling v0.21.3
5832026-05-19T16:20:54.447Z Downloaded bitfield-struct v0.6.2
5842026-05-19T16:20:54.450Z Downloaded document-features v0.2.12
5852026-05-19T16:20:54.450Z Downloaded aead v0.5.2
5862026-05-19T16:20:54.450Z Downloaded embedded-io v0.6.1
5872026-05-19T16:20:54.450Z Downloaded crc8 v0.1.1
5882026-05-19T16:20:54.453Z Downloaded darling v0.23.0
5892026-05-19T16:20:54.456Z Downloaded downcast-rs v2.0.2
5902026-05-19T16:20:54.456Z Downloaded ciborium-io v0.2.2
5912026-05-19T16:20:54.456Z Downloaded cargo-platform v0.1.9
5922026-05-19T16:20:54.459Z Downloaded critical-section v1.2.0
5932026-05-19T16:20:54.459Z Downloaded cfg_aliases v0.2.1
5942026-05-19T16:20:54.459Z Downloaded bcs v0.1.6
5952026-05-19T16:20:54.462Z Downloaded block-padding v0.3.3
5962026-05-19T16:20:54.462Z Downloaded cstr-argument v0.1.2
5972026-05-19T16:20:54.462Z Downloaded crc v3.4.0
5982026-05-19T16:20:54.462Z Downloaded curve25519-dalek-derive v0.1.1
5992026-05-19T16:20:54.466Z Downloaded arrayref v0.3.9
6002026-05-19T16:20:54.466Z Downloaded array-init v0.0.4
6012026-05-19T16:20:54.466Z Downloaded cc v1.2.56
6022026-05-19T16:20:54.469Z Downloaded float-cmp v0.10.0
6032026-05-19T16:20:54.469Z Downloaded bb8 v0.8.6
6042026-05-19T16:20:54.469Z Downloaded env_filter v1.0.0
6052026-05-19T16:20:54.472Z Downloaded flagset v0.4.7
6062026-05-19T16:20:54.472Z Downloaded crucible-workspace-hack v0.1.0
6072026-05-19T16:20:54.472Z Downloaded base64 v0.22.1
6082026-05-19T16:20:54.475Z Downloaded embedded-io v0.4.0
6092026-05-19T16:20:54.475Z Downloaded async-trait v0.1.89
6102026-05-19T16:20:54.481Z Downloaded defmt-macros v1.0.1
6112026-05-19T16:20:54.481Z Downloaded darling_core v0.23.0
6122026-05-19T16:20:54.485Z Downloaded foreign-types-macros v0.2.3
6132026-05-19T16:20:54.485Z Downloaded foreign-types v0.5.0
6142026-05-19T16:20:54.485Z Downloaded ctr v0.9.2
6152026-05-19T16:20:54.488Z Downloaded difflib v0.4.0
6162026-05-19T16:20:54.488Z Downloaded convert_case v0.4.0
6172026-05-19T16:20:54.488Z Downloaded castaway v0.2.4
6182026-05-19T16:20:54.488Z Downloaded dtrace-parser v0.3.0
6192026-05-19T16:20:54.491Z Downloaded atomicwrites v0.4.4
6202026-05-19T16:20:54.491Z Downloaded fixedbitset v0.4.2
6212026-05-19T16:20:54.491Z Downloaded diesel_table_macro_syntax v0.3.0
6222026-05-19T16:20:54.494Z Downloaded dsl_auto_type v0.2.0
6232026-05-19T16:20:54.494Z Downloaded display-error-chain v0.2.2
6242026-05-19T16:20:54.494Z Downloaded dirs-sys-next v0.1.2
6252026-05-19T16:20:54.494Z Downloaded foreign-types-shared v0.1.1
6262026-05-19T16:20:54.497Z Downloaded csv-core v0.1.13
6272026-05-19T16:20:54.497Z Downloaded funty v2.0.0
6282026-05-19T16:20:54.497Z Downloaded dropshot-api-manager-types v0.7.1
6292026-05-19T16:20:54.497Z Downloaded enum-as-inner v0.6.1
6302026-05-19T16:20:54.501Z Downloaded foreign-types v0.3.2
6312026-05-19T16:20:54.501Z Downloaded float-ord v0.3.2
6322026-05-19T16:20:54.501Z Downloaded endian-type v0.1.2
6332026-05-19T16:20:54.501Z Downloaded constant_time_eq v0.4.2
6342026-05-19T16:20:54.504Z Downloaded futures-sink v0.3.32
6352026-05-19T16:20:54.504Z Downloaded futures-io v0.3.32
6362026-05-19T16:20:54.504Z Downloaded futures-core v0.3.32
6372026-05-19T16:20:54.504Z Downloaded foreign-types-shared v0.3.1
6382026-05-19T16:20:54.507Z Downloaded fxhash v0.2.1
6392026-05-19T16:20:54.508Z Downloaded dunce v1.0.5
6402026-05-19T16:20:54.508Z Downloaded dof v0.4.0
6412026-05-19T16:20:54.508Z Downloaded arrayvec v0.7.6
6422026-05-19T16:20:54.511Z Downloaded globwalk v0.9.1
6432026-05-19T16:20:54.511Z Downloaded gethostname v0.5.0
6442026-05-19T16:20:54.514Z Downloaded ghash v0.5.1
6452026-05-19T16:20:54.514Z Downloaded dirs-next v2.0.0
6462026-05-19T16:20:54.514Z Downloaded der_derive v0.7.3
6472026-05-19T16:20:54.514Z Downloaded cmake v0.1.57
6482026-05-19T16:20:54.517Z Downloaded git-stub v1.0.0
6492026-05-19T16:20:54.517Z Downloaded ed25519 v2.2.3
6502026-05-19T16:20:54.517Z Downloaded byte-wrapper v0.1.0
6512026-05-19T16:20:54.520Z Downloaded crc-catalog v2.4.0
6522026-05-19T16:20:54.520Z Downloaded fallible-iterator v0.2.0
6532026-05-19T16:20:54.523Z Downloaded cpufeatures v0.3.0
6542026-05-19T16:20:54.523Z Downloaded chacha20 v0.9.1
6552026-05-19T16:20:54.523Z Downloaded cipher v0.4.4
6562026-05-19T16:20:54.526Z Downloaded erased-serde v0.3.31
6572026-05-19T16:20:54.526Z Downloaded argon2 v0.5.3
6582026-05-19T16:20:54.529Z Downloaded diesel-dtrace v0.5.0
6592026-05-19T16:20:54.529Z Downloaded cbc v0.1.2
6602026-05-19T16:20:54.529Z Downloaded bit-vec v0.8.0
6612026-05-19T16:20:54.532Z Downloaded camino-tempfile-ext v0.3.3
6622026-05-19T16:20:54.532Z Downloaded headers-core v0.3.0
6632026-05-19T16:20:54.532Z Downloaded hash32 v0.3.1
6642026-05-19T16:20:54.535Z Downloaded ff v0.13.1
6652026-05-19T16:20:54.535Z Downloaded ena v0.14.4
6662026-05-19T16:20:54.535Z Downloaded derive_builder v0.20.2
6672026-05-19T16:20:54.540Z Downloaded hash32 v0.2.1
6682026-05-19T16:20:54.544Z Downloaded home v0.5.12
6692026-05-19T16:20:54.544Z Downloaded hostname v0.4.2
6702026-05-19T16:20:54.544Z Downloaded hex-literal v0.4.1
6712026-05-19T16:20:54.544Z Downloaded hex v0.4.3
6722026-05-19T16:20:54.544Z Downloaded cexpr v0.6.0
6732026-05-19T16:20:54.544Z Downloaded hostname v0.3.1
6742026-05-19T16:20:54.547Z Downloaded http-range v0.1.5
6752026-05-19T16:20:54.548Z Downloaded http-body v1.0.1
6762026-05-19T16:20:54.548Z Downloaded base64ct v1.8.3
6772026-05-19T16:20:54.551Z Downloaded hubpack_derive v0.1.1
6782026-05-19T16:20:54.551Z Downloaded buf-list v1.1.2
6792026-05-19T16:20:54.551Z Downloaded corncobs v0.1.4
6802026-05-19T16:20:54.554Z Downloaded daft v0.1.5
6812026-05-19T16:20:54.554Z Downloaded convert_case v0.10.0
6822026-05-19T16:20:54.557Z Downloaded cargo_metadata v0.19.2
6832026-05-19T16:20:54.557Z Downloaded crypto-bigint v0.5.5
6842026-05-19T16:20:54.560Z Downloaded futures-executor v0.3.32
6852026-05-19T16:20:54.563Z Downloaded foldhash v0.1.5
6862026-05-19T16:20:54.563Z Downloaded find-msvc-tools v0.1.9
6872026-05-19T16:20:54.566Z Downloaded fs-err v2.11.0
6882026-05-19T16:20:54.567Z Downloaded hubpack v0.1.2
6892026-05-19T16:20:54.567Z Downloaded httpdate v1.0.3
6902026-05-19T16:20:54.570Z Downloaded git-stub-vcs v0.1.0
6912026-05-19T16:20:54.570Z Downloaded foldhash v0.2.0
6922026-05-19T16:20:54.570Z Downloaded bitflags v1.3.2
6932026-05-19T16:20:54.573Z Downloaded ident_case v1.0.1
6942026-05-19T16:20:54.573Z Downloaded indoc v1.0.9
6952026-05-19T16:20:54.573Z Downloaded group v0.13.0
6962026-05-19T16:20:54.576Z Downloaded console v0.15.11
6972026-05-19T16:20:54.576Z Downloaded cookie_store v0.22.1
6982026-05-19T16:20:54.580Z Downloaded backon v1.6.0
6992026-05-19T16:20:54.583Z Downloaded diff v0.1.13
7002026-05-19T16:20:54.583Z Downloaded des v0.8.1
7012026-05-19T16:20:54.583Z Downloaded colored v2.2.0
7022026-05-19T16:20:54.586Z Downloaded illumos-nvpair v0.3.0
7032026-05-19T16:20:54.586Z Downloaded fixedbitset v0.5.7
7042026-05-19T16:20:54.589Z Downloaded inout v0.1.4
7052026-05-19T16:20:54.589Z Downloaded illumos-nvpair-sys v0.2.0
7062026-05-19T16:20:54.589Z Downloaded filetime v0.2.27
7072026-05-19T16:20:54.592Z Downloaded der v0.7.10
7082026-05-19T16:20:54.592Z Downloaded instability v0.3.11
7092026-05-19T16:20:54.595Z Downloaded glob v0.3.3
7102026-05-19T16:20:54.595Z Downloaded crossbeam-channel v0.5.15
7112026-05-19T16:20:54.599Z Downloaded lazy_static v1.5.0
7122026-05-19T16:20:54.599Z Downloaded is-terminal v0.4.17
7132026-05-19T16:20:54.602Z Downloaded highway v1.3.0
7142026-05-19T16:20:54.602Z Downloaded instant v0.1.13
7152026-05-19T16:20:54.602Z Downloaded allocator-api2 v0.2.21
7162026-05-19T16:20:54.606Z Downloaded http-body-util v0.1.3
7172026-05-19T16:20:54.606Z Downloaded blake2 v0.10.6
7182026-05-19T16:20:54.610Z Downloaded internet-checksum v0.2.1
7192026-05-19T16:20:54.610Z Downloaded bit-vec v0.6.3
7202026-05-19T16:20:54.610Z Downloaded cancel-safe-futures v0.1.5
7212026-05-19T16:20:54.613Z Downloaded fs_extra v1.3.0
7222026-05-19T16:20:54.613Z Downloaded const-oid v0.9.6
7232026-05-19T16:20:54.613Z Downloaded half v1.8.3
7242026-05-19T16:20:54.616Z Downloaded cassowary v0.3.0
7252026-05-19T16:20:54.616Z Downloaded bzip2 v0.4.4
7262026-05-19T16:20:54.616Z Downloaded libscf-sys v1.1.0
7272026-05-19T16:20:54.619Z Downloaded keccak v0.1.6
7282026-05-19T16:20:54.619Z Downloaded is_ci v1.2.0
7292026-05-19T16:20:54.619Z Downloaded linked-hash-map v0.5.6
7302026-05-19T16:20:54.619Z Downloaded kstat-rs v0.2.4
7312026-05-19T16:20:54.623Z Downloaded backoff v0.4.0
7322026-05-19T16:20:54.626Z Downloaded maybe-uninit v2.0.0
7332026-05-19T16:20:54.626Z Downloaded bitfield-macros v0.19.4
7342026-05-19T16:20:54.626Z Downloaded crossbeam-utils v0.8.21
7352026-05-19T16:20:54.630Z Downloaded bzip2 v0.6.1
7362026-05-19T16:20:54.630Z Downloaded cfg_aliases v0.1.1
7372026-05-19T16:20:54.630Z Downloaded ahash v0.8.12
7382026-05-19T16:20:54.633Z Downloaded futures-channel v0.3.32
7392026-05-19T16:20:54.633Z Downloaded atomic-waker v1.1.2
7402026-05-19T16:20:54.636Z Downloaded hyper-tls v0.6.0
7412026-05-19T16:20:54.636Z Downloaded humantime v2.3.0
7422026-05-19T16:20:54.636Z Downloaded lzss v0.8.2
7432026-05-19T16:20:54.639Z Downloaded hyper-staticfile v0.10.1
7442026-05-19T16:20:54.639Z Downloaded mime v0.3.17
7452026-05-19T16:20:54.642Z Downloaded md5 v0.7.0
7462026-05-19T16:20:54.642Z Downloaded lru-slab v0.1.2
7472026-05-19T16:20:54.642Z Downloaded lru-cache v0.1.2
7482026-05-19T16:20:54.642Z Downloaded lru v0.12.5
7492026-05-19T16:20:54.645Z Downloaded memoffset v0.9.1
7502026-05-19T16:20:54.645Z Downloaded md-5 v0.10.6
7512026-05-19T16:20:54.645Z Downloaded ingot v0.1.1
7522026-05-19T16:20:54.648Z Downloaded impl-trait-for-tuples v0.2.3
7532026-05-19T16:20:54.648Z Downloaded fatfs v0.3.6
7542026-05-19T16:20:54.652Z Downloaded derive_more-impl v2.1.1
7552026-05-19T16:20:54.655Z Downloaded derive-where v1.6.0
7562026-05-19T16:20:54.658Z Downloaded match_cfg v0.1.0
7572026-05-19T16:20:54.658Z Downloaded managed v0.8.0
7582026-05-19T16:20:54.658Z Downloaded indoc v2.0.7
7592026-05-19T16:20:54.663Z Downloaded lalrpop-util v0.19.12
7602026-05-19T16:20:54.663Z Downloaded jobserver v0.1.34
7612026-05-19T16:20:54.664Z Downloaded newtype_derive v0.1.6
7622026-05-19T16:20:54.664Z Downloaded ipnetwork v0.21.1
7632026-05-19T16:20:54.664Z Downloaded newtype-uuid-macros v0.1.0
7642026-05-19T16:20:54.667Z Downloaded num-derive v0.3.3
7652026-05-19T16:20:54.667Z Downloaded normalize-line-endings v0.3.0
7662026-05-19T16:20:54.667Z Downloaded newline-converter v0.3.0
7672026-05-19T16:20:54.670Z Downloaded new_debug_unreachable v1.0.6
7682026-05-19T16:20:54.670Z Downloaded num-conv v0.2.0
7692026-05-19T16:20:54.670Z Downloaded nonempty v0.12.0
7702026-05-19T16:20:54.670Z Downloaded indent_write v2.2.0
7712026-05-19T16:20:54.673Z Downloaded globset v0.4.18
7722026-05-19T16:20:54.673Z Downloaded httparse v1.10.1
7732026-05-19T16:20:54.676Z Downloaded ipnet v2.11.0
7742026-05-19T16:20:54.676Z Downloaded crc-any v2.5.0
7752026-05-19T16:20:54.676Z Downloaded drift v0.1.4
7762026-05-19T16:20:54.682Z Downloaded num-derive v0.4.2
7772026-05-19T16:20:54.685Z Downloaded num v0.4.3
7782026-05-19T16:20:54.685Z Downloaded nodrop v0.1.14
7792026-05-19T16:20:54.685Z Downloaded nibble_vec v0.1.0
7802026-05-19T16:20:54.689Z Downloaded num_enum_derive v0.5.11
7812026-05-19T16:20:54.689Z Downloaded openssl-macros v0.1.1
7822026-05-19T16:20:54.689Z Downloaded hyper-rustls v0.27.7
7832026-05-19T16:20:54.692Z Downloaded maplit v1.0.2
7842026-05-19T16:20:54.692Z Downloaded libsw v3.5.0
7852026-05-19T16:20:54.692Z Downloaded libefi-sys v0.1.0
7862026-05-19T16:20:54.695Z Downloaded linear-map v1.2.0
7872026-05-19T16:20:54.695Z Downloaded ingot-macros v0.1.1
7882026-05-19T16:20:54.695Z Downloaded compact_str v0.8.1
7892026-05-19T16:20:54.698Z Downloaded ecdsa v0.16.9
7902026-05-19T16:20:54.702Z Downloaded openssl-probe v0.2.1
7912026-05-19T16:20:54.702Z Downloaded opaque-debug v0.3.1
7922026-05-19T16:20:54.702Z Downloaded num-iter v0.1.45
7932026-05-19T16:20:54.702Z Downloaded const_format v0.2.35
7942026-05-19T16:20:54.705Z Downloaded libsw-core v0.3.2
7952026-05-19T16:20:54.705Z Downloaded lock_api v0.4.14
7962026-05-19T16:20:54.708Z Downloaded dropshot_endpoint v0.17.0
7972026-05-19T16:20:54.711Z Downloaded oso-derive v0.27.3
7982026-05-19T16:20:54.711Z Downloaded num_threads v0.1.7
7992026-05-19T16:20:54.711Z Downloaded bytes v1.11.1
8002026-05-19T16:20:54.714Z Downloaded packed_struct_codegen v0.10.1
8012026-05-19T16:20:54.714Z Downloaded multer v3.1.0
8022026-05-19T16:20:54.717Z Downloaded getrandom v0.3.4
8032026-05-19T16:20:54.717Z Downloaded half v2.7.1
8042026-05-19T16:20:54.720Z Downloaded mime_guess v2.0.5
8052026-05-19T16:20:54.723Z Downloaded iana-time-zone v0.1.65
8062026-05-19T16:20:54.723Z Downloaded multimap v0.10.1
8072026-05-19T16:20:54.723Z Downloaded hmac v0.12.1
8082026-05-19T16:20:54.726Z Downloaded getrandom v0.2.17
8092026-05-19T16:20:54.729Z Downloaded parse-display v0.10.0
8102026-05-19T16:20:54.729Z Downloaded openssl-probe v0.1.6
8112026-05-19T16:20:54.729Z Downloaded olpc-cjson v0.1.4
8122026-05-19T16:20:54.729Z Downloaded elliptic-curve v0.13.8
8132026-05-19T16:20:54.732Z Downloaded parse-size v1.1.0
8142026-05-19T16:20:54.732Z Downloaded newtype-uuid v1.3.2
8152026-05-19T16:20:54.735Z Downloaded nanorand v0.7.0
8162026-05-19T16:20:54.735Z Downloaded peg-runtime v0.8.5
8172026-05-19T16:20:54.735Z Downloaded ingot-types v0.1.2
8182026-05-19T16:20:54.738Z Downloaded either v1.15.0
8192026-05-19T16:20:54.738Z Downloaded crossbeam-deque v0.8.6
8202026-05-19T16:20:54.738Z Downloaded blowfish v0.9.1
8212026-05-19T16:20:54.741Z Downloaded futures-task v0.3.32
8222026-05-19T16:20:54.741Z Downloaded futures-macro v0.3.32
8232026-05-19T16:20:54.744Z Downloaded chacha20poly1305 v0.10.1
8242026-05-19T16:20:54.748Z Downloaded num-integer v0.1.46
8252026-05-19T16:20:54.751Z Downloaded pbkdf2 v0.11.0
8262026-05-19T16:20:54.754Z Downloaded pbkdf2 v0.12.2
8272026-05-19T16:20:54.754Z Downloaded phf_shared v0.12.1
8282026-05-19T16:20:54.754Z Downloaded path-slash v0.1.5
8292026-05-19T16:20:54.757Z Downloaded pin-utils v0.1.0
8302026-05-19T16:20:54.760Z Downloaded phf_shared v0.11.3
8312026-05-19T16:20:54.760Z Downloaded num-rational v0.4.2
8322026-05-19T16:20:54.763Z Downloaded nu-ansi-term v0.50.3
8332026-05-19T16:20:54.778Z Downloaded oxnet v0.1.4
8342026-05-19T16:20:54.781Z Downloaded num-complex v0.4.6
8352026-05-19T16:20:54.781Z Downloaded darling_core v0.21.3
8362026-05-19T16:20:54.784Z Downloaded async-compression v0.4.41
8372026-05-19T16:20:54.788Z Downloaded proc-macro-crate v1.3.1
8382026-05-19T16:20:54.791Z Downloaded predicates-tree v1.0.13
8392026-05-19T16:20:54.791Z Downloaded predicates-core v1.0.10
8402026-05-19T16:20:54.791Z Downloaded precomputed-hash v0.1.1
8412026-05-19T16:20:54.791Z Downloaded litrs v1.0.0
8422026-05-19T16:20:54.794Z Downloaded ed25519-dalek v2.2.0
8432026-05-19T16:20:54.797Z Downloaded parse-display-derive v0.10.0
8442026-05-19T16:20:54.797Z Downloaded num_enum_derive v0.7.5
8452026-05-19T16:20:54.797Z Downloaded headers v0.4.1
8462026-05-19T16:20:54.800Z Downloaded password-hash v0.5.0
8472026-05-19T16:20:54.803Z Downloaded progenitor-client v0.11.2
8482026-05-19T16:20:54.803Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-19T16:20:54.803Z Downloaded parking_lot_core v0.8.6
8502026-05-19T16:20:54.806Z Downloaded dropshot_endpoint v0.16.7
8512026-05-19T16:20:54.810Z Downloaded progenitor-macro v0.14.0
8522026-05-19T16:20:54.810Z Downloaded progenitor-macro v0.11.2
8532026-05-19T16:20:54.810Z Downloaded progenitor-macro v0.10.0
8542026-05-19T16:20:54.810Z Downloaded progenitor-client v0.14.0
8552026-05-19T16:20:54.813Z Downloaded progenitor-client v0.10.0
8562026-05-19T16:20:54.813Z Downloaded peg-macros v0.8.5
8572026-05-19T16:20:54.814Z Downloaded owo-colors v4.3.0
8582026-05-19T16:20:54.814Z Downloaded psl-types v2.0.11
8592026-05-19T16:20:54.816Z Downloaded phf v0.12.1
8602026-05-19T16:20:54.816Z Downloaded pem-rfc7468 v0.7.0
8612026-05-19T16:20:54.816Z Downloaded bumpalo v3.20.2
8622026-05-19T16:20:54.820Z Downloaded peg v0.8.5
8632026-05-19T16:20:54.823Z Downloaded heapless v0.8.0
8642026-05-19T16:20:54.825Z Downloaded libbz2-rs-sys v0.2.2
8652026-05-19T16:20:54.825Z Downloaded phf_shared v0.13.1
8662026-05-19T16:20:54.825Z Downloaded paste v1.0.15
8672026-05-19T16:20:54.829Z Downloaded progenitor-macro v0.13.0
8682026-05-19T16:20:54.829Z Downloaded quick-error v1.2.3
8692026-05-19T16:20:54.829Z Downloaded pkg-config v0.3.32
8702026-05-19T16:20:54.832Z Downloaded pem v3.0.6
8712026-05-19T16:20:54.832Z Downloaded num_enum v0.7.5
8722026-05-19T16:20:54.835Z Downloaded pin-project-lite v0.2.17
8732026-05-19T16:20:54.838Z Downloaded polyval v0.6.2
8742026-05-19T16:20:54.841Z Downloaded pkcs8 v0.10.2
8752026-05-19T16:20:54.844Z Downloaded libloading v0.8.9
8762026-05-19T16:20:54.844Z Downloaded flate2 v1.1.9
8772026-05-19T16:20:54.847Z Downloaded postgres-protocol v0.6.10
8782026-05-19T16:20:54.850Z Downloaded predicates v3.1.4
8792026-05-19T16:20:54.850Z Downloaded ppv-lite86 v0.2.21
8802026-05-19T16:20:54.853Z Downloaded powerfmt v0.2.0
8812026-05-19T16:20:54.853Z Downloaded omicron-zone-package v0.12.2
8822026-05-19T16:20:54.853Z Downloaded rand_chacha v0.3.1
8832026-05-19T16:20:54.856Z Downloaded num_enum v0.5.11
8842026-05-19T16:20:54.875Z Downloaded rand_xorshift v0.4.0
8852026-05-19T16:20:54.875Z Downloaded expectorate v1.2.0
8862026-05-19T16:20:54.875Z Downloaded packed_struct v0.10.1
8872026-05-19T16:20:54.875Z Downloaded poly1305 v0.8.0
8882026-05-19T16:20:54.875Z Downloaded phf v0.13.1
8892026-05-19T16:20:54.875Z Downloaded primeorder v0.13.6
8902026-05-19T16:20:54.875Z Downloaded oxide-tokio-rt v0.1.4
8912026-05-19T16:20:54.875Z Downloaded indicatif v0.18.4
8922026-05-19T16:20:54.875Z Downloaded native-tls v0.2.18
8932026-05-19T16:20:54.875Z Downloaded progenitor v0.13.0
8942026-05-19T16:20:54.875Z Downloaded password-hash v0.4.2
8952026-05-19T16:20:54.879Z Downloaded progenitor-client v0.13.0
8962026-05-19T16:20:54.879Z Downloaded progenitor-extras v0.2.0
8972026-05-19T16:20:54.879Z Downloaded progenitor v0.14.0
8982026-05-19T16:20:54.879Z Downloaded progenitor v0.11.2
8992026-05-19T16:20:54.879Z Downloaded hickory-resolver v0.25.2
9002026-05-19T16:20:54.883Z Downloaded heapless v0.7.17
9012026-05-19T16:20:54.883Z Downloaded recursive v0.1.1
9022026-05-19T16:20:54.883Z Downloaded progenitor v0.10.0
9032026-05-19T16:20:54.886Z Downloaded ref-cast-impl v1.0.25
9042026-05-19T16:20:54.886Z Downloaded ref-cast v1.0.25
9052026-05-19T16:20:54.886Z Downloaded recursive-proc-macro-impl v0.1.1
9062026-05-19T16:20:54.886Z Downloaded rfc6979 v0.4.0
9072026-05-19T16:20:54.890Z Downloaded pkcs1 v0.7.5
9082026-05-19T16:20:54.890Z Downloaded proc-macro-error2 v2.0.1
9092026-05-19T16:20:54.893Z Downloaded parking_lot_core v0.9.12
9102026-05-19T16:20:54.893Z Downloaded proc-macro-crate v3.4.0
9112026-05-19T16:20:54.893Z Downloaded arc-swap v1.8.2
9122026-05-19T16:20:54.897Z Downloaded memmap2 v0.9.10
9132026-05-19T16:20:54.897Z Downloaded indexmap v1.9.3
9142026-05-19T16:20:54.901Z Downloaded futures v0.3.32
9152026-05-19T16:20:54.904Z Downloaded psm v0.1.30
9162026-05-19T16:20:54.904Z Downloaded flume v0.11.1
9172026-05-19T16:20:54.908Z Downloaded rustc_version v0.1.7
9182026-05-19T16:20:54.908Z Downloaded diesel_derives v2.3.7
9192026-05-19T16:20:54.912Z Downloaded russh-cryptovec v0.7.3
9202026-05-19T16:20:54.912Z Downloaded rustc_version v0.4.1
9212026-05-19T16:20:54.915Z Downloaded p256 v0.13.2
9222026-05-19T16:20:54.915Z Downloaded rtoolbox v0.0.3
9232026-05-19T16:20:54.918Z Downloaded rand_core v0.10.0
9242026-05-19T16:20:54.918Z Downloaded rand_core v0.9.5
9252026-05-19T16:20:54.918Z Downloaded postgres-types v0.2.12
9262026-05-19T16:20:54.921Z Downloaded rustc-hash v2.1.1
9272026-05-19T16:20:54.921Z Downloaded rand_seeder v0.4.0
9282026-05-19T16:20:54.924Z Downloaded hashbrown v0.13.2
9292026-05-19T16:20:54.927Z Downloaded parking_lot v0.11.2
9302026-05-19T16:20:54.927Z Downloaded rand_chacha v0.9.0
9312026-05-19T16:20:54.927Z Downloaded rand_core v0.6.4
9322026-05-19T16:20:54.930Z Downloaded hickory-resolver v0.24.4
9332026-05-19T16:20:54.930Z Downloaded papergrid v0.17.0
9342026-05-19T16:20:54.934Z Downloaded salsa20 v0.10.2
9352026-05-19T16:20:54.937Z Downloaded jiff-static v0.2.21
9362026-05-19T16:20:54.937Z Downloaded scheduled-thread-pool v0.2.7
9372026-05-19T16:20:54.941Z Downloaded radium v0.7.0
9382026-05-19T16:20:54.941Z Downloaded pkcs5 v0.7.1
9392026-05-19T16:20:54.944Z Downloaded resolv-conf v0.7.6
9402026-05-19T16:20:54.944Z Downloaded pin-project-internal v1.1.11
9412026-05-19T16:20:54.944Z Downloaded parking_lot v0.12.5
9422026-05-19T16:20:54.947Z Downloaded miniz_oxide v0.8.9
9432026-05-19T16:20:54.947Z Downloaded oso v0.27.3
9442026-05-19T16:20:54.950Z Downloaded scrypt v0.11.0
9452026-05-19T16:20:54.950Z Downloaded scroll_derive v0.13.1
9462026-05-19T16:20:54.950Z Downloaded scopeguard v1.2.0
9472026-05-19T16:20:54.953Z Downloaded sapling-renderdag v0.1.0
9482026-05-19T16:20:54.953Z Downloaded darling_core v0.20.11
9492026-05-19T16:20:54.956Z Downloaded ignore v0.4.25
9502026-05-19T16:20:54.956Z Downloaded http v1.4.0
9512026-05-19T16:20:54.960Z Downloaded dropshot-api-manager v0.7.1
9522026-05-19T16:20:54.963Z Downloaded base64 v0.21.7
9532026-05-19T16:20:54.963Z Downloaded openssl-sys v0.9.115
9542026-05-19T16:20:54.966Z Downloaded secrecy v0.8.0
9552026-05-19T16:20:54.969Z Downloaded pin-project v1.1.11
9562026-05-19T16:20:54.974Z Downloaded serde-big-array v0.5.1
9572026-05-19T16:20:54.977Z Downloaded crossterm v0.28.1
9582026-05-19T16:20:54.980Z Downloaded serde_plain v1.0.2
9592026-05-19T16:20:54.980Z Downloaded quinn-udp v0.5.14
9602026-05-19T16:20:54.983Z Downloaded r2d2 v0.8.10
9612026-05-19T16:20:54.983Z Downloaded hyper-util v0.1.20
9622026-05-19T16:20:54.986Z Downloaded serde_urlencoded v0.7.1
9632026-05-19T16:20:54.989Z Downloaded serde_spanned v1.0.4
9642026-05-19T16:20:54.989Z Downloaded serde_repr v0.1.20
9652026-05-19T16:20:54.992Z Downloaded seq-macro v0.3.6
9662026-05-19T16:20:54.992Z Downloaded shell-words v1.1.1
9672026-05-19T16:20:54.992Z Downloaded signal-hook-tokio v0.3.1
9682026-05-19T16:20:54.993Z Downloaded signal-hook-mio v0.2.5
9692026-05-19T16:20:54.996Z Downloaded progenitor-impl v0.14.0
9702026-05-19T16:20:54.996Z Downloaded siphasher v1.0.2
9712026-05-19T16:20:54.998Z Downloaded rustls-pemfile v1.0.4
9722026-05-19T16:20:54.999Z Downloaded rustls-native-certs v0.8.3
9732026-05-19T16:20:55.002Z Downloaded hashbrown v0.12.3
9742026-05-19T16:20:55.002Z Downloaded sha1 v0.10.6
9752026-05-19T16:20:55.005Z Downloaded secrecy v0.10.3
9762026-05-19T16:20:55.005Z Downloaded prefix-trie v0.7.0
9772026-05-19T16:20:55.008Z Downloaded same-file v1.0.6
9782026-05-19T16:20:55.008Z Downloaded postcard v1.1.3
9792026-05-19T16:20:55.011Z Downloaded sigpipe v0.1.3
9802026-05-19T16:20:55.011Z Downloaded rusty-fork v0.3.1
9812026-05-19T16:20:55.014Z Downloaded schemars_derive v0.8.22
9822026-05-19T16:20:55.014Z Downloaded rustls-pemfile v2.2.0
9832026-05-19T16:20:55.018Z Downloaded rustversion v1.0.22
9842026-05-19T16:20:55.018Z Downloaded aho-corasick v1.1.4
9852026-05-19T16:20:55.021Z Downloaded scroll v0.13.0
9862026-05-19T16:20:55.026Z Downloaded semver v0.1.20
9872026-05-19T16:20:55.029Z Downloaded sec1 v0.7.3
9882026-05-19T16:20:55.034Z Downloaded slog-bunyan v2.5.0
9892026-05-19T16:20:55.038Z Downloaded serde_bytes v0.11.19
9902026-05-19T16:20:55.038Z Downloaded russh-keys v0.45.0
9912026-05-19T16:20:55.047Z Downloaded mio v1.2.0
9922026-05-19T16:20:55.051Z Downloaded aes v0.8.4
9932026-05-19T16:20:55.054Z Downloaded serde-hex v0.1.0
9942026-05-19T16:20:55.054Z Downloaded progenitor-impl v0.13.0
9952026-05-19T16:20:55.058Z Downloaded ssh-encoding v0.2.0
9962026-05-19T16:20:55.058Z Downloaded sqlparser_derive v0.5.0
9972026-05-19T16:20:55.059Z Downloaded shlex v1.3.0
9982026-05-19T16:20:55.059Z Downloaded ssh-cipher v0.2.0
9992026-05-19T16:20:55.070Z Downloaded ron v0.8.1
10002026-05-19T16:20:55.076Z Downloaded serde_path_to_error v0.1.20
10012026-05-19T16:20:55.079Z Downloaded simd-adler32 v0.3.8
10022026-05-19T16:20:55.079Z Downloaded signal-hook-registry v1.4.8
10032026-05-19T16:20:55.079Z Downloaded serde_derive_internals v0.29.1
10042026-05-19T16:20:55.079Z Downloaded minimal-lexical v0.2.1
10052026-05-19T16:20:55.082Z Downloaded structmeta-derive v0.3.0
10062026-05-19T16:20:55.082Z Downloaded strum v0.26.3
10072026-05-19T16:20:55.082Z Downloaded structmeta v0.3.0
10082026-05-19T16:20:55.087Z Downloaded sct v0.7.1
10092026-05-19T16:20:55.087Z Downloaded rustls-pki-types v1.14.0
10102026-05-19T16:20:55.090Z Downloaded strip-ansi-escapes v0.2.1
10112026-05-19T16:20:55.090Z Downloaded slab v0.4.12
10122026-05-19T16:20:55.093Z Downloaded sync_wrapper v1.0.2
10132026-05-19T16:20:55.096Z Downloaded progenitor-impl v0.11.2
10142026-05-19T16:20:55.099Z Downloaded progenitor-impl v0.10.0
10152026-05-19T16:20:55.099Z Downloaded itertools v0.10.5
10162026-05-19T16:20:55.102Z Downloaded strum v0.27.2
10172026-05-19T16:20:55.105Z Downloaded snafu-derive v0.8.9
10182026-05-19T16:20:55.105Z Downloaded smf v0.2.3
10192026-05-19T16:20:55.105Z Downloaded slog-term v2.9.2
10202026-05-19T16:20:55.109Z Downloaded smallvec v0.6.14
10212026-05-19T16:20:55.111Z Downloaded tabled_derive v0.11.0
10222026-05-19T16:20:55.112Z Downloaded testing_table v0.3.0
10232026-05-19T16:20:55.112Z Downloaded thread-id v5.1.0
10242026-05-19T16:20:55.115Z Downloaded thiserror-impl-no-std v2.0.2
10252026-05-19T16:20:55.115Z Downloaded termtree v0.5.1
10262026-05-19T16:20:55.115Z Downloaded tagptr v0.2.0
10272026-05-19T16:20:55.118Z Downloaded spki v0.7.3
10282026-05-19T16:20:55.118Z Downloaded supports-color v3.0.2
10292026-05-19T16:20:55.121Z Downloaded subtle v2.6.1
10302026-05-19T16:20:55.121Z Downloaded slog-stdlog v4.1.1
10312026-05-19T16:20:55.121Z Downloaded slog-dtrace v0.3.0
10322026-05-19T16:20:55.124Z Downloaded take_mut v0.2.2
10332026-05-19T16:20:55.124Z Downloaded signature v2.2.0
10342026-05-19T16:20:55.124Z Downloaded nom v7.1.3
10352026-05-19T16:20:55.127Z Downloaded tap v1.0.1
10362026-05-19T16:20:55.130Z Downloaded string_cache v0.8.9
10372026-05-19T16:20:55.130Z Downloaded tabwriter v1.4.1
10382026-05-19T16:20:55.130Z Downloaded hickory-server v0.25.2
10392026-05-19T16:20:55.134Z Downloaded time-core v0.1.8
10402026-05-19T16:20:55.137Z Downloaded sqlformat v0.3.5
10412026-05-19T16:20:55.137Z Downloaded ryu v1.0.23
10422026-05-19T16:20:55.140Z Downloaded static_assertions v1.1.0
10432026-05-19T16:20:55.140Z Downloaded stacker v0.1.23
10442026-05-19T16:20:55.143Z Downloaded aes-gcm v0.10.3
10452026-05-19T16:20:55.143Z Downloaded rustls-platform-verifier v0.6.2
10462026-05-19T16:20:55.146Z Downloaded tinyvec_macros v0.1.1
10472026-05-19T16:20:55.146Z Downloaded serde_with_macros v3.17.0
10482026-05-19T16:20:55.150Z Downloaded slog-scope v4.4.1
10492026-05-19T16:20:55.150Z Downloaded slog-envlogger v2.2.0
10502026-05-19T16:20:55.150Z Downloaded prettyplease v0.2.37
10512026-05-19T16:20:55.153Z Downloaded stringprep v0.1.5
10522026-05-19T16:20:55.156Z Downloaded crossterm v0.29.0
10532026-05-19T16:20:55.160Z Downloaded strum_macros v0.27.2
10542026-05-19T16:20:55.163Z Downloaded quinn v0.11.9
10552026-05-19T16:20:55.166Z Downloaded strum_macros v0.24.3
10562026-05-19T16:20:55.166Z Downloaded slog-async v2.8.0
10572026-05-19T16:20:55.169Z Downloaded rand v0.8.6
10582026-05-19T16:20:55.169Z Downloaded tokio-macros v2.7.0
10592026-05-19T16:20:55.173Z Downloaded rcgen v0.12.1
10602026-05-19T16:20:55.173Z Downloaded rayon-core v1.13.0
10612026-05-19T16:20:55.176Z Downloaded slog-json v2.6.1
10622026-05-19T16:20:55.176Z Downloaded iddqd v0.3.18
10632026-05-19T16:20:55.179Z Downloaded sync-ptr v0.1.4
10642026-05-19T16:20:55.182Z Downloaded schemars v0.8.22
10652026-05-19T16:20:55.187Z Downloaded support-bundle-viewer v0.1.2
10662026-05-19T16:20:55.190Z Downloaded spin v0.9.8
10672026-05-19T16:20:55.190Z Downloaded pretty_assertions v1.4.1
10682026-05-19T16:20:55.193Z Downloaded hashbrown v0.15.5
10692026-05-19T16:20:55.196Z Downloaded termios v0.3.3
10702026-05-19T16:20:55.196Z Downloaded topological-sort v0.2.2
10712026-05-19T16:20:55.200Z Downloaded hashbrown v0.16.1
10722026-05-19T16:20:55.203Z Downloaded thiserror-no-std v2.0.2
10732026-05-19T16:20:55.206Z Downloaded itertools v0.13.0
10742026-05-19T16:20:55.210Z Downloaded time-macros v0.2.27
10752026-05-19T16:20:55.213Z Downloaded serde_cbor v0.11.2
10762026-05-19T16:20:55.216Z Downloaded libxml v0.3.3
10772026-05-19T16:20:55.220Z Downloaded tower-layer v0.3.3
10782026-05-19T16:20:55.220Z Downloaded signal-hook v0.3.18
10792026-05-19T16:20:55.223Z Downloaded tower-service v0.3.3
10802026-05-19T16:20:55.223Z Downloaded tiny-keccak v2.0.2
10812026-05-19T16:20:55.223Z Downloaded thread_local v1.1.9
10822026-05-19T16:20:55.226Z Downloaded tokio-dtrace v0.1.1
10832026-05-19T16:20:55.226Z Downloaded slog v2.8.2
10842026-05-19T16:20:55.229Z Downloaded schemars v0.9.0
10852026-05-19T16:20:55.233Z Downloaded similar v2.7.0
10862026-05-19T16:20:55.236Z Downloaded try-lock v0.2.5
10872026-05-19T16:20:55.239Z Downloaded typify-macro v0.4.3
10882026-05-19T16:20:55.239Z Downloaded tokio-native-tls v0.3.1
10892026-05-19T16:20:55.239Z Downloaded tls_codec_derive v0.4.2
10902026-05-19T16:20:55.242Z Downloaded num-bigint v0.4.6
10912026-05-19T16:20:55.245Z Downloaded chrono v0.4.44
10922026-05-19T16:20:55.248Z Downloaded trait-variant v0.1.2
10932026-05-19T16:20:55.248Z Downloaded strum_macros v0.26.4
10942026-05-19T16:20:55.251Z Downloaded unarray v0.1.4
10952026-05-19T16:20:55.251Z Downloaded tokio-rustls v0.25.0
10962026-05-19T16:20:55.252Z Downloaded iri-string v0.7.10
10972026-05-19T16:20:55.258Z Downloaded utf-8 v0.7.6
10982026-05-19T16:20:55.261Z Downloaded usdt-attr-macro v0.6.0
10992026-05-19T16:20:55.261Z Downloaded usdt-macro v0.6.0
11002026-05-19T16:20:55.261Z Downloaded typify-macro v0.6.2
11012026-05-19T16:20:55.264Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-05-19T16:20:55.265Z Downloaded term v1.2.1
11032026-05-19T16:20:55.269Z Downloaded socket2 v0.6.3
11042026-05-19T16:20:55.271Z Downloaded tokio-tungstenite v0.23.1
11052026-05-19T16:20:55.272Z Downloaded unicode-truncate v1.1.0
11062026-05-19T16:20:55.272Z Downloaded tokio-tungstenite v0.21.0
11072026-05-19T16:20:55.275Z Downloaded untrusted v0.9.0
11082026-05-19T16:20:55.275Z Downloaded untrusted v0.7.1
11092026-05-19T16:20:55.278Z Downloaded usdt v0.6.0
11102026-05-19T16:20:55.278Z Downloaded universal-hash v0.5.1
11112026-05-19T16:20:55.278Z Downloaded qorb v0.4.1
11122026-05-19T16:20:55.282Z Downloaded publicsuffix v2.3.0
11132026-05-19T16:20:55.282Z Downloaded itertools v0.14.0
11142026-05-19T16:20:55.286Z Downloaded void v1.0.2
11152026-05-19T16:20:55.289Z Downloaded rand v0.9.2
11162026-05-19T16:20:55.289Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-05-19T16:20:55.292Z Downloaded schemars v1.2.1
11182026-05-19T16:20:55.299Z Downloaded want v0.3.1
11192026-05-19T16:20:55.302Z Downloaded serde_yaml v0.9.34+deprecated
11202026-05-19T16:20:55.305Z Downloaded hyper v1.8.1
11212026-05-19T16:20:55.308Z Downloaded toml_writer v1.0.6+spec-1.1.0
11222026-05-19T16:20:55.308Z Downloaded subprocess v0.2.15
11232026-05-19T16:20:55.311Z Downloaded wait-timeout v0.2.1
11242026-05-19T16:20:55.314Z Downloaded unicase v2.9.0
11252026-05-19T16:20:55.314Z Downloaded rustls-webpki v0.103.9
11262026-05-19T16:20:55.317Z Downloaded tokio-rustls v0.24.1
11272026-05-19T16:20:55.318Z Downloaded snafu v0.8.9
11282026-05-19T16:20:55.321Z Downloaded tui-tree-widget v0.23.1
11292026-05-19T16:20:55.321Z Downloaded hkdf v0.12.4
11302026-05-19T16:20:55.324Z Downloaded h2 v0.4.13
11312026-05-19T16:20:55.327Z Downloaded xattr v1.6.1
11322026-05-19T16:20:55.327Z Downloaded num-bigint-dig v0.8.6
11332026-05-19T16:20:55.330Z Downloaded zeroize_derive v1.4.3
11342026-05-19T16:20:55.335Z Downloaded tls_codec v0.4.2
11352026-05-19T16:20:55.335Z Downloaded rsa v0.9.10
11362026-05-19T16:20:55.338Z Downloaded tokio-rustls v0.26.4
11372026-05-19T16:20:55.338Z Downloaded uzers v0.12.2
11382026-05-19T16:20:55.338Z Downloaded libm v0.2.16
11392026-05-19T16:20:55.343Z Downloaded zone_cfg_derive v0.3.1
11402026-05-19T16:20:55.346Z Downloaded xshell-macros v0.2.7
11412026-05-19T16:20:55.346Z Downloaded unit-prefix v0.5.2
11422026-05-19T16:20:55.346Z Downloaded term v0.7.0
11432026-05-19T16:20:55.349Z Downloaded socket2 v0.5.10
11442026-05-19T16:20:55.349Z Downloaded samael v0.0.19
11452026-05-19T16:20:55.352Z Downloaded vsss-rs v3.3.4
11462026-05-19T16:20:55.355Z Downloaded vergen-gitcl v1.0.8
11472026-05-19T16:20:55.355Z Downloaded itertools v0.12.1
11482026-05-19T16:20:55.359Z Downloaded toml_parser v1.0.9+spec-1.1.0
11492026-05-19T16:20:55.362Z Downloaded zone v0.3.1
11502026-05-19T16:20:55.362Z Downloaded tracing-attributes v0.1.31
11512026-05-19T16:20:55.370Z Downloaded waitgroup v0.1.2
11522026-05-19T16:20:55.373Z Downloaded vergen-lib v0.1.6
11532026-05-19T16:20:55.373Z Downloaded vergen-git2 v1.0.7
11542026-05-19T16:20:55.373Z Downloaded walkdir v2.5.0
11552026-05-19T16:20:55.379Z Downloaded russh v0.45.0
11562026-05-19T16:20:55.383Z Downloaded p521 v0.13.3
11572026-05-19T16:20:55.389Z Downloaded whoami v2.1.0
11582026-05-19T16:20:55.389Z Downloaded wyz v0.5.1
11592026-05-19T16:20:55.389Z Downloaded unicode-properties v0.1.4
11602026-05-19T16:20:55.389Z Downloaded usdt-impl v0.6.0
11612026-05-19T16:20:55.392Z Downloaded tokio-stream v0.1.18
11622026-05-19T16:20:55.395Z Downloaded toml v0.7.8
11632026-05-19T16:20:55.398Z Downloaded zeroize v1.8.2
11642026-05-19T16:20:55.401Z Downloaded toml v1.0.6+spec-1.1.0
11652026-05-19T16:20:55.404Z Downloaded futures-util v0.3.32
11662026-05-19T16:20:55.409Z Downloaded vergen v9.0.6
11672026-05-19T16:20:55.412Z Downloaded zstd-safe v7.2.4
11682026-05-19T16:20:55.412Z Downloaded test-strategy v0.4.5
11692026-05-19T16:20:55.415Z Downloaded toml v0.9.12+spec-1.1.0
11702026-05-19T16:20:55.418Z Downloaded tinyvec v1.10.0
11712026-05-19T16:20:55.421Z Downloaded tar v0.4.45
11722026-05-19T16:20:55.421Z Downloaded tracing-core v0.1.36
11732026-05-19T16:20:55.425Z Downloaded whoami v1.6.1
11742026-05-19T16:20:55.428Z Downloaded twox-hash v2.1.2
11752026-05-19T16:20:55.431Z Downloaded rand v0.10.0
11762026-05-19T16:20:55.434Z Downloaded tungstenite v0.23.0
11772026-05-19T16:20:55.434Z Downloaded typify v0.6.2
11782026-05-19T16:20:55.437Z Downloaded unicode-bidi v0.3.18
11792026-05-19T16:20:55.440Z Downloaded xshell v0.2.7
11802026-05-19T16:20:55.440Z Downloaded rustyline v14.0.0
11812026-05-19T16:20:55.443Z Downloaded uuid v1.23.0
11822026-05-19T16:20:55.446Z Downloaded zstd v0.13.3
11832026-05-19T16:20:55.449Z Downloaded unsafe-libyaml v0.2.11
11842026-05-19T16:20:55.453Z Downloaded zerocopy v0.6.6
11852026-05-19T16:20:55.464Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-05-19T16:20:55.467Z Downloaded vte v0.14.1
11872026-05-19T16:20:55.471Z Downloaded tungstenite v0.21.0
11882026-05-19T16:20:55.474Z Downloaded rpassword v7.4.0
11892026-05-19T16:20:55.479Z Downloaded p384 v0.13.1
11902026-05-19T16:20:55.482Z Downloaded git2 v0.20.4
11912026-05-19T16:20:55.487Z Downloaded typify v0.4.3
11922026-05-19T16:20:55.492Z Downloaded yasna v0.5.2
11932026-05-19T16:20:55.496Z Downloaded blake3 v1.8.3
11942026-05-19T16:20:55.500Z Downloaded steno v0.4.1
11952026-05-19T16:20:55.503Z Downloaded ssh-key v0.6.7
11962026-05-19T16:20:55.506Z Downloaded reqwest v0.12.28
11972026-05-19T16:20:55.510Z Downloaded zopfli v0.8.3
11982026-05-19T16:20:55.513Z Downloaded toml_edit v0.19.15
11992026-05-19T16:20:55.522Z Downloaded bitvec v1.0.1
12002026-05-19T16:20:55.529Z Downloaded tokio-postgres v0.7.16
12012026-05-19T16:20:55.532Z Downloaded regex v1.12.3
12022026-05-19T16:20:55.536Z Downloaded unicode_categories v0.1.1
12032026-05-19T16:20:55.539Z Downloaded reedline v0.40.0
12042026-05-19T16:20:55.541Z Downloaded portable-atomic v1.13.1
12052026-05-19T16:20:55.545Z Downloaded tower v0.5.3
12062026-05-19T16:20:55.550Z Downloaded zip v0.6.6
12072026-05-19T16:20:55.554Z Downloaded reqwest v0.13.2
12082026-05-19T16:20:55.558Z Downloaded aws-lc-rs v1.16.3
12092026-05-19T16:20:55.562Z Downloaded quick-xml v0.37.5
12102026-05-19T16:20:55.565Z Downloaded lalrpop v0.19.12
12112026-05-19T16:20:55.571Z Downloaded zerocopy-derive v0.8.40
12122026-05-19T16:20:55.576Z Downloaded unicode-segmentation v1.12.0
12132026-05-19T16:20:55.579Z Downloaded bindgen v0.71.1
12142026-05-19T16:20:55.582Z Downloaded rustls-webpki v0.101.7
12152026-05-19T16:20:55.590Z Downloaded yansi v1.0.1
12162026-05-19T16:20:55.601Z Downloaded proptest v1.10.0
12172026-05-19T16:20:55.606Z Downloaded x509-cert v0.2.5
12182026-05-19T16:20:55.609Z Downloaded moka v0.12.13
12192026-05-19T16:20:55.614Z Downloaded goblin v0.10.5
12202026-05-19T16:20:55.631Z Downloaded tokio-util v0.7.18
12212026-05-19T16:20:55.636Z Downloaded typed-path v0.9.3
12222026-05-19T16:20:55.639Z Downloaded salty v0.3.0
12232026-05-19T16:20:55.643Z Downloaded zip v4.6.1
12242026-05-19T16:20:55.646Z Downloaded tough v0.22.0
12252026-05-19T16:20:55.650Z Downloaded tower-http v0.6.8
12262026-05-19T16:20:55.655Z Downloaded serde_with v3.17.0
12272026-05-19T16:20:55.662Z Downloaded rayon v1.11.0
12282026-05-19T16:20:55.668Z Downloaded unicode-normalization v0.1.25
12292026-05-19T16:20:55.671Z Downloaded petname v2.0.2
12302026-05-19T16:20:55.674Z Downloaded rustls-webpki v0.102.8
12312026-05-19T16:20:55.691Z Downloaded object v0.30.4
12322026-05-19T16:20:55.702Z Downloaded radix_trie v0.2.1
12332026-05-19T16:20:55.709Z Downloaded winnow v0.5.40
12342026-05-19T16:20:55.714Z Downloaded nix v0.27.1
12352026-05-19T16:20:55.722Z Downloaded polar-core v0.27.3
12362026-05-19T16:20:55.725Z Downloaded curve25519-dalek v4.1.3
12372026-05-19T16:20:55.736Z Downloaded quinn-proto v0.11.13
12382026-05-19T16:20:55.745Z Downloaded winnow v0.6.26
12392026-05-19T16:20:55.749Z Downloaded dropshot v0.17.0
12402026-05-19T16:20:55.763Z Downloaded time v0.3.47
12412026-05-19T16:20:55.770Z Downloaded openssl v0.10.79
12422026-05-19T16:20:55.777Z Downloaded object v0.37.3
12432026-05-19T16:20:55.783Z Downloaded nix v0.28.0
12442026-05-19T16:20:55.790Z Downloaded tabled v0.20.0
12452026-05-19T16:20:55.800Z Downloaded hickory-proto v0.25.2
12462026-05-19T16:20:55.808Z Downloaded smoltcp v0.9.1
12472026-05-19T16:20:55.815Z Downloaded zlib-rs v0.6.2
12482026-05-19T16:20:55.818Z Downloaded regex-syntax v0.6.29
12492026-05-19T16:20:55.823Z Downloaded rustls v0.21.12
12502026-05-19T16:20:55.829Z Downloaded smoltcp v0.11.0
12512026-05-19T16:20:55.836Z Downloaded nix v0.31.2
12522026-05-19T16:20:55.843Z Downloaded regress v0.11.1
12532026-05-19T16:20:55.848Z Downloaded bstr v1.12.1
12542026-05-19T16:20:55.853Z Downloaded nix v0.29.0
12552026-05-19T16:20:55.860Z Downloaded vcpkg v0.2.15
12562026-05-19T16:20:55.884Z Downloaded webpki-roots v1.0.6
12572026-05-19T16:20:55.887Z Downloaded hickory-proto v0.24.4
12582026-05-19T16:20:55.896Z Downloaded zerocopy v0.8.40
12592026-05-19T16:20:55.900Z Downloaded rustls v0.22.4
12602026-05-19T16:20:55.906Z Downloaded openapiv3 v2.2.0
12612026-05-19T16:20:55.913Z Downloaded diesel v2.3.7
12622026-05-19T16:20:55.925Z Downloaded regress v0.10.5
12632026-05-19T16:20:55.932Z Downloaded sled v0.34.7
12642026-05-19T16:20:55.937Z Downloaded rustls v0.23.37
12652026-05-19T16:20:55.943Z Downloaded rustix v0.38.44
12662026-05-19T16:20:55.956Z Downloaded ratatui v0.29.0
12672026-05-19T16:20:55.967Z Downloaded regex-syntax v0.8.10
12682026-05-19T16:20:55.973Z Downloaded dropshot v0.16.7
12692026-05-19T16:20:55.986Z Downloaded petgraph v0.6.5
12702026-05-19T16:20:55.999Z Downloaded jiff v0.2.21
12712026-05-19T16:20:56.010Z Downloaded sqlparser v0.61.0
12722026-05-19T16:20:56.024Z Downloaded chrono-tz v0.10.4
12732026-05-19T16:20:56.037Z Downloaded csv v1.4.0
12742026-05-19T16:20:56.048Z Downloaded typify-impl v0.6.2
12752026-05-19T16:20:56.059Z Downloaded tracing v0.1.44
12762026-05-19T16:20:56.072Z Downloaded sha3 v0.10.8
12772026-05-19T16:20:56.075Z Downloaded tokio v1.52.1
12782026-05-19T16:20:56.098Z Downloaded typify-impl v0.4.3
12792026-05-19T16:20:56.107Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-05-19T16:20:56.121Z Downloaded zerocopy-derive v0.6.6
12812026-05-19T16:20:56.127Z Downloaded encoding_rs v0.8.35
12822026-05-19T16:20:56.140Z Downloaded regex-automata v0.4.14
12832026-05-19T16:20:56.197Z Downloaded petgraph v0.8.3
12842026-05-19T16:20:56.216Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-19T16:20:56.227Z Downloaded libz-sys v1.1.24
12862026-05-19T16:20:56.347Z Downloaded ring v0.17.14
12872026-05-19T16:20:56.375Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-19T16:20:56.883Z Downloaded aws-lc-sys v0.40.0
12892026-05-19T16:20:57.135Z Compiling libc v0.2.185
12902026-05-19T16:20:57.135Z Compiling serde v1.0.228
12912026-05-19T16:20:57.135Z Compiling log v0.4.29
12922026-05-19T16:20:57.138Z Compiling shlex v1.3.0
12932026-05-19T16:20:57.138Z Compiling find-msvc-tools v0.1.9
12942026-05-19T16:20:57.139Z Compiling smallvec v1.15.1
12952026-05-19T16:20:57.139Z Compiling typenum v1.19.0
12962026-05-19T16:20:57.139Z Compiling subtle v2.6.1
12972026-05-19T16:20:57.288Z Compiling generic-array v0.14.7
12982026-05-19T16:20:57.291Z Compiling scopeguard v1.2.0
12992026-05-19T16:20:57.390Z Compiling const-oid v0.9.6
13002026-05-19T16:20:57.393Z Compiling serde_json v1.0.149
13012026-05-19T16:20:57.406Z Compiling syn v2.0.117
13022026-05-19T16:20:57.420Z Compiling zerocopy v0.8.40
13032026-05-19T16:20:57.423Z Compiling portable-atomic v1.13.1
13042026-05-19T16:20:57.423Z Compiling parking_lot_core v0.9.12
13052026-05-19T16:20:57.480Z Compiling lock_api v0.4.14
13062026-05-19T16:20:57.483Z Compiling pin-project-lite v0.2.17
13072026-05-19T16:20:57.508Z Compiling pkg-config v0.3.32
13082026-05-19T16:20:57.549Z Compiling bitflags v2.11.0
13092026-05-19T16:20:57.591Z Compiling futures-core v0.3.32
13102026-05-19T16:20:57.622Z Compiling critical-section v1.2.0
13112026-05-19T16:20:57.625Z Compiling libm v0.2.16
13122026-05-19T16:20:57.678Z Compiling num-traits v0.2.19
13132026-05-19T16:20:57.713Z Compiling percent-encoding v2.3.2
13142026-05-19T16:20:57.790Z Compiling futures-sink v0.3.32
13152026-05-19T16:20:57.793Z Compiling futures-io v0.3.32
13162026-05-19T16:20:57.793Z Compiling slab v0.4.12
13172026-05-19T16:20:57.819Z Compiling futures-task v0.3.32
13182026-05-19T16:20:57.833Z Compiling cpufeatures v0.2.17
13192026-05-19T16:20:57.937Z Compiling getrandom v0.4.1
13202026-05-19T16:20:57.940Z Compiling rand_core v0.10.0
13212026-05-19T16:20:57.968Z Compiling futures-channel v0.3.32
13222026-05-19T16:20:58.012Z Compiling indexmap v2.14.0
13232026-05-19T16:20:58.013Z Compiling rustversion v1.0.22
13242026-05-19T16:20:58.041Z Compiling getrandom v0.3.4
13252026-05-19T16:20:58.057Z Compiling form_urlencoded v1.2.2
13262026-05-19T16:20:58.100Z Compiling fs_extra v1.3.0
13272026-05-19T16:20:58.103Z Compiling dunce v1.0.5
13282026-05-19T16:20:58.131Z Compiling base64ct v1.8.3
13292026-05-19T16:20:58.146Z Compiling ident_case v1.0.1
13302026-05-19T16:20:58.221Z Compiling regex-syntax v0.8.10
13312026-05-19T16:20:58.235Z Compiling getrandom v0.2.17
13322026-05-19T16:20:58.287Z Compiling jobserver v0.1.34
13332026-05-19T16:20:58.302Z Compiling errno v0.3.14
13342026-05-19T16:20:58.334Z Compiling mio v1.2.0
13352026-05-19T16:20:58.351Z Compiling socket2 v0.6.3
13362026-05-19T16:20:58.382Z Compiling rand_core v0.6.4
13372026-05-19T16:20:58.437Z Compiling signal-hook-registry v1.4.8
13382026-05-19T16:20:58.471Z Compiling once_cell v1.21.3
13392026-05-19T16:20:58.547Z Compiling cc v1.2.56
13402026-05-19T16:20:58.570Z Compiling parking_lot v0.12.5
13412026-05-19T16:20:58.658Z Compiling pem-rfc7468 v0.7.0
13422026-05-19T16:20:58.682Z Compiling iana-time-zone v0.1.65
13432026-05-19T16:20:58.682Z Compiling rustix v1.1.3
13442026-05-19T16:20:58.713Z Compiling flagset v0.4.7
13452026-05-19T16:20:58.716Z Compiling vcpkg v0.2.15
13462026-05-19T16:20:58.742Z Compiling aws-lc-rs v1.16.3
13472026-05-19T16:20:58.782Z Compiling tracing-core v0.1.36
13482026-05-19T16:20:58.863Z Compiling uuid v1.23.0
13492026-05-19T16:20:58.879Z Compiling rustc_version v0.4.1
13502026-05-19T16:20:58.909Z Compiling base64 v0.22.1
13512026-05-19T16:20:58.964Z Compiling untrusted v0.7.1
13522026-05-19T16:20:58.984Z Compiling openssl-probe v0.2.1
13532026-05-19T16:20:59.062Z Compiling rand_core v0.9.5
13542026-05-19T16:20:59.112Z Compiling tinyvec_macros v0.1.1
13552026-05-19T16:20:59.135Z Compiling untrusted v0.9.0
13562026-05-19T16:20:59.187Z Compiling httparse v1.10.1
13572026-05-19T16:20:59.203Z Compiling tinyvec v1.10.0
13582026-05-19T16:20:59.219Z Compiling aho-corasick v1.1.4
13592026-05-19T16:20:59.236Z Compiling try-lock v0.2.5
13602026-05-19T16:20:59.252Z Compiling tower-layer v0.3.3
13612026-05-19T16:20:59.268Z Compiling cmake v0.1.57
13622026-05-19T16:20:59.282Z Compiling schemars v0.8.22
13632026-05-19T16:20:59.365Z Compiling dyn-clone v1.0.20
13642026-05-19T16:20:59.381Z Compiling atomic-waker v1.1.2
13652026-05-19T16:20:59.384Z Compiling rustls v0.23.37
13662026-05-19T16:20:59.434Z Compiling tower-service v0.3.3
13672026-05-19T16:20:59.500Z Compiling want v0.3.1
13682026-05-19T16:20:59.516Z Compiling openssl v0.10.79
13692026-05-19T16:20:59.547Z Compiling pin-utils v0.1.0
13702026-05-19T16:20:59.547Z Compiling httpdate v1.0.3
13712026-05-19T16:20:59.550Z Compiling foreign-types-shared v0.1.1
13722026-05-19T16:20:59.593Z Compiling unicode-normalization v0.1.25
13732026-05-19T16:20:59.596Z Compiling spin v0.9.8
13742026-05-19T16:20:59.719Z Compiling foreign-types v0.3.2
13752026-05-19T16:20:59.722Z Compiling native-tls v0.2.18
13762026-05-19T16:20:59.722Z Compiling crc32fast v1.5.0
13772026-05-19T16:20:59.752Z Compiling num-conv v0.2.0
13782026-05-19T16:20:59.782Z Compiling powerfmt v0.2.0
13792026-05-19T16:20:59.813Z Compiling time-core v0.1.8
13802026-05-19T16:20:59.830Z Compiling wait-timeout v0.2.1
13812026-05-19T16:20:59.833Z Compiling sync_wrapper v1.0.2
13822026-05-19T16:20:59.847Z Compiling syn v1.0.109
13832026-05-19T16:20:59.930Z Compiling unicode-segmentation v1.12.0
13842026-05-19T16:20:59.933Z Compiling bit-vec v0.8.0
13852026-05-19T16:20:59.989Z Compiling deranged v0.5.8
13862026-05-19T16:21:00.008Z Compiling siphasher v1.0.2
13872026-05-19T16:21:00.024Z Compiling time-macros v0.2.27
13882026-05-19T16:21:00.062Z Compiling num_threads v0.1.7
13892026-05-19T16:21:00.084Z Compiling usdt-impl v0.6.0
13902026-05-19T16:21:00.161Z Compiling regex-automata v0.4.14
13912026-05-19T16:21:00.174Z Compiling simd-adler32 v0.3.8
13922026-05-19T16:21:00.174Z Compiling quick-error v1.2.3
13932026-05-19T16:21:00.203Z Compiling crossbeam-utils v0.8.21
13942026-05-19T16:21:00.227Z Compiling bit-set v0.8.0
13952026-05-19T16:21:00.261Z Compiling aws-lc-sys v0.40.0
13962026-05-19T16:21:00.264Z Compiling ring v0.17.14
13972026-05-19T16:21:00.321Z Compiling openssl-sys v0.9.115
13982026-05-19T16:21:00.324Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-19T16:21:00.369Z Compiling synstructure v0.13.2
14002026-05-19T16:21:00.411Z Compiling pest_generator v2.8.6
14012026-05-19T16:21:00.454Z Compiling serde_derive_internals v0.29.1
14022026-05-19T16:21:00.469Z Compiling darling_core v0.20.11
14032026-05-19T16:21:00.524Z Compiling tempfile v3.25.0
14042026-05-19T16:21:00.663Z Compiling darling_core v0.21.3
14052026-05-19T16:21:00.804Z Compiling rusty-fork v0.3.1
14062026-05-19T16:21:00.943Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-05-19T16:21:01.065Z Compiling slog v2.8.2
14082026-05-19T16:21:01.084Z Compiling rand_xorshift v0.4.0
14092026-05-19T16:21:01.108Z Compiling heapless v0.7.17
14102026-05-19T16:21:01.179Z Compiling thread-id v5.1.0
14112026-05-19T16:21:01.194Z Compiling cookie v0.18.1
14122026-05-19T16:21:01.198Z Compiling time v0.3.47
14132026-05-19T16:21:01.280Z Compiling anyhow v1.0.102
14142026-05-19T16:21:01.280Z Compiling unarray v0.1.4
14152026-05-19T16:21:01.285Z Compiling adler2 v2.0.1
14162026-05-19T16:21:01.324Z Compiling unicode-properties v0.1.4
14172026-05-19T16:21:01.387Z Compiling unicode-bidi v0.3.18
14182026-05-19T16:21:01.413Z Compiling signal-hook v0.3.18
14192026-05-19T16:21:01.428Z Compiling paste v1.0.15
14202026-05-19T16:21:01.456Z Compiling iri-string v0.7.10
14212026-05-19T16:21:01.467Z Compiling allocator-api2 v0.2.21
14222026-05-19T16:21:01.502Z Compiling ryu v1.0.23
14232026-05-19T16:21:01.566Z Compiling zstd-safe v7.2.4
14242026-05-19T16:21:01.710Z Compiling miniz_oxide v0.8.9
14252026-05-19T16:21:01.725Z Compiling stringprep v0.1.5
14262026-05-19T16:21:01.879Z Compiling heck v0.4.1
14272026-05-19T16:21:01.966Z Compiling num-integer v0.1.46
14282026-05-19T16:21:02.127Z Compiling vergen-lib v0.1.6
14292026-05-19T16:21:02.178Z Compiling serde_derive v1.0.228
14302026-05-19T16:21:02.214Z Compiling zeroize_derive v1.4.3
14312026-05-19T16:21:02.326Z Compiling zerofrom-derive v0.1.6
14322026-05-19T16:21:02.341Z Compiling yoke-derive v0.8.1
14332026-05-19T16:21:02.384Z Compiling zerocopy-derive v0.8.40
14342026-05-19T16:21:02.389Z Compiling zerovec-derive v0.11.2
14352026-05-19T16:21:02.592Z Compiling displaydoc v0.2.5
14362026-05-19T16:21:02.904Z Compiling tokio-macros v2.7.0
14372026-05-19T16:21:02.930Z Compiling zeroize v1.8.2
14382026-05-19T16:21:02.955Z Compiling futures-macro v0.3.32
14392026-05-19T16:21:03.079Z Compiling der_derive v0.7.3
14402026-05-19T16:21:03.397Z Compiling rustls-pki-types v1.14.0
14412026-05-19T16:21:03.412Z Compiling thiserror-impl v2.0.18
14422026-05-19T16:21:03.603Z Compiling tracing-attributes v0.1.31
14432026-05-19T16:21:03.618Z Compiling scroll_derive v0.13.1
14442026-05-19T16:21:03.706Z Compiling crypto-common v0.1.7
14452026-05-19T16:21:03.757Z Compiling block-buffer v0.10.4
14462026-05-19T16:21:03.861Z Compiling futures-util v0.3.32
14472026-05-19T16:21:03.877Z Compiling zerofrom v0.1.6
14482026-05-19T16:21:03.877Z Compiling block-padding v0.3.3
14492026-05-19T16:21:03.910Z Compiling digest v0.10.7
14502026-05-19T16:21:03.954Z Compiling pest_derive v2.8.6
14512026-05-19T16:21:04.007Z Compiling yoke v0.8.1
14522026-05-19T16:21:04.089Z Compiling inout v0.1.4
14532026-05-19T16:21:04.140Z Compiling hmac v0.12.1
14542026-05-19T16:21:04.199Z Compiling zerovec v0.11.5
14552026-05-19T16:21:04.225Z Compiling zerotrie v0.2.3
14562026-05-19T16:21:04.288Z Compiling cipher v0.4.4
14572026-05-19T16:21:04.325Z Compiling sha2 v0.10.9
14582026-05-19T16:21:04.490Z Compiling der v0.7.10
14592026-05-19T16:21:04.574Z Compiling salsa20 v0.10.2
14602026-05-19T16:21:04.602Z Compiling pbkdf2 v0.12.2
14612026-05-19T16:21:04.617Z Compiling aes v0.8.4
14622026-05-19T16:21:04.693Z Compiling cbc v0.1.2
14632026-05-19T16:21:04.738Z Compiling schemars_derive v0.8.22
14642026-05-19T16:21:04.786Z Compiling tinystr v0.8.2
14652026-05-19T16:21:04.847Z Compiling potential_utf v0.1.4
14662026-05-19T16:21:04.870Z Compiling scrypt v0.11.0
14672026-05-19T16:21:04.951Z Compiling thiserror v2.0.18
14682026-05-19T16:21:05.014Z Compiling icu_locale_core v2.1.1
14692026-05-19T16:21:05.051Z Compiling icu_collections v2.1.1
14702026-05-19T16:21:05.081Z Compiling scroll v0.13.0
14712026-05-19T16:21:05.132Z Compiling tracing v0.1.44
14722026-05-19T16:21:05.154Z Compiling darling_macro v0.20.11
14732026-05-19T16:21:05.387Z Compiling spki v0.7.3
14742026-05-19T16:21:05.439Z Compiling openssl-macros v0.1.1
14752026-05-19T16:21:05.562Z Compiling pkcs5 v0.7.1
14762026-05-19T16:21:05.619Z Compiling goblin v0.10.5
14772026-05-19T16:21:05.679Z Compiling icu_provider v2.1.1
14782026-05-19T16:21:05.761Z Compiling darling v0.20.11
14792026-05-19T16:21:05.801Z Compiling rustls-native-certs v0.8.3
14802026-05-19T16:21:05.864Z Compiling bytes v1.11.1
14812026-05-19T16:21:05.881Z Compiling chrono v0.4.44
14822026-05-19T16:21:05.898Z Compiling pkcs8 v0.10.2
14832026-05-19T16:21:05.916Z Compiling ipnet v2.11.0
14842026-05-19T16:21:05.973Z Compiling icu_normalizer v2.1.1
14852026-05-19T16:21:06.015Z Compiling icu_properties v2.1.2
14862026-05-19T16:21:06.086Z Compiling derive_builder_core v0.20.2
14872026-05-19T16:21:06.103Z Compiling dtrace-parser v0.3.0
14882026-05-19T16:21:06.131Z Compiling signature v2.2.0
14892026-05-19T16:21:06.242Z Compiling webpki-roots v1.0.6
14902026-05-19T16:21:06.343Z Compiling thiserror-impl v1.0.69
14912026-05-19T16:21:06.368Z Compiling tokio v1.52.1
14922026-05-19T16:21:06.386Z Compiling http v1.4.0
14932026-05-19T16:21:06.463Z Compiling scroll_derive v0.12.1
14942026-05-19T16:21:06.526Z Compiling serde_tokenstream v0.2.3
14952026-05-19T16:21:06.562Z Compiling serde_spanned v0.6.9
14962026-05-19T16:21:06.732Z Compiling serde_urlencoded v0.7.1
14972026-05-19T16:21:06.811Z Compiling erased-serde v0.3.31
14982026-05-19T16:21:06.867Z Compiling toml_datetime v0.6.11
14992026-05-19T16:21:06.897Z Compiling md-5 v0.10.6
15002026-05-19T16:21:07.007Z Compiling idna_adapter v1.2.1
15012026-05-19T16:21:07.034Z Compiling derive_builder_macro v0.20.2
15022026-05-19T16:21:07.088Z Compiling ppv-lite86 v0.2.21
15032026-05-19T16:21:07.162Z Compiling idna v1.1.0
15042026-05-19T16:21:07.175Z Compiling http-body v1.0.1
15052026-05-19T16:21:07.189Z Compiling darling_macro v0.21.3
15062026-05-19T16:21:07.204Z Compiling scroll v0.12.0
15072026-05-19T16:21:07.275Z Compiling bstr v1.12.1
15082026-05-19T16:21:07.335Z Compiling http-body-util v0.1.3
15092026-05-19T16:21:07.357Z Compiling zerocopy-derive v0.7.35
15102026-05-19T16:21:07.373Z Compiling async-trait v0.1.89
15112026-05-19T16:21:07.376Z Compiling pin-project-internal v1.1.11
15122026-05-19T16:21:07.435Z Compiling rand_chacha v0.9.0
15132026-05-19T16:21:07.505Z Compiling url v2.5.8
15142026-05-19T16:21:07.552Z Compiling rand_chacha v0.3.1
15152026-05-19T16:21:07.601Z Compiling curve25519-dalek v4.1.3
15162026-05-19T16:21:07.705Z Compiling rand v0.9.2
15172026-05-19T16:21:07.726Z Compiling thiserror v1.0.69
15182026-05-19T16:21:07.850Z Compiling ff v0.13.1
15192026-05-19T16:21:07.865Z Compiling hash32 v0.2.1
15202026-05-19T16:21:07.946Z Compiling memoffset v0.9.1
15212026-05-19T16:21:07.963Z Compiling fallible-iterator v0.2.0
15222026-05-19T16:21:08.006Z Compiling ref-cast v1.0.25
15232026-05-19T16:21:08.165Z Compiling psl-types v2.0.11
15242026-05-19T16:21:08.165Z Compiling base16ct v0.2.0
15252026-05-19T16:21:08.282Z Compiling proptest v1.10.0
15262026-05-19T16:21:08.297Z Compiling num-bigint-dig v0.8.6
15272026-05-19T16:21:08.323Z Compiling zlib-rs v0.6.2
15282026-05-19T16:21:08.367Z Compiling cfg_aliases v0.2.1
15292026-05-19T16:21:08.382Z Compiling dof v0.4.0
15302026-05-19T16:21:08.399Z Compiling smoltcp v0.9.1
15312026-05-19T16:21:08.454Z Compiling litrs v1.0.0
15322026-05-19T16:21:08.480Z Compiling rustix v0.38.44
15332026-05-19T16:21:08.561Z Compiling pin-project v1.1.11
15342026-05-19T16:21:08.574Z Compiling nix v0.31.2
15352026-05-19T16:21:08.658Z Compiling sec1 v0.7.3
15362026-05-19T16:21:08.675Z Compiling publicsuffix v2.3.0
15372026-05-19T16:21:08.693Z Compiling zerocopy v0.7.35
15382026-05-19T16:21:08.795Z Compiling postgres-protocol v0.6.10
15392026-05-19T16:21:08.868Z Compiling ipnetwork v0.21.1
15402026-05-19T16:21:08.966Z Compiling group v0.13.0
15412026-05-19T16:21:09.002Z Compiling document-features v0.2.12
15422026-05-19T16:21:09.005Z Compiling rand v0.8.6
15432026-05-19T16:21:09.075Z Compiling darling v0.21.3
15442026-05-19T16:21:09.165Z Compiling oxnet v0.1.4
15452026-05-19T16:21:09.180Z Compiling derive_builder v0.20.2
15462026-05-19T16:21:09.262Z Compiling goblin v0.8.2
15472026-05-19T16:21:09.332Z Compiling futures-executor v0.3.32
15482026-05-19T16:21:09.371Z Compiling hubpack_derive v0.1.1
15492026-05-19T16:21:09.416Z Compiling cargo-platform v0.1.9
15502026-05-19T16:21:09.450Z Compiling hex v0.4.3
15512026-05-19T16:21:09.584Z Compiling hkdf v0.12.4
15522026-05-19T16:21:09.617Z Compiling crypto-bigint v0.5.5
15532026-05-19T16:21:09.696Z Compiling regex v1.12.3
15542026-05-19T16:21:09.783Z Compiling num-iter v0.1.45
15552026-05-19T16:21:09.798Z Compiling strum_macros v0.27.2
15562026-05-19T16:21:09.801Z Compiling ref-cast-impl v1.0.25
15572026-05-19T16:21:09.801Z Compiling curve25519-dalek-derive v0.1.1
15582026-05-19T16:21:09.801Z Compiling daft-derive v0.1.5
15592026-05-19T16:21:09.921Z Compiling snafu-derive v0.8.9
15602026-05-19T16:21:10.162Z Compiling terminal_size v0.4.3
15612026-05-19T16:21:10.326Z Compiling tokio-util v0.7.18
15622026-05-19T16:21:10.326Z Compiling tower v0.5.3
15632026-05-19T16:21:10.329Z Compiling tokio-native-tls v0.3.1
15642026-05-19T16:21:10.374Z Compiling phf_shared v0.13.1
15652026-05-19T16:21:10.390Z Compiling lazy_static v1.5.0
15662026-05-19T16:21:10.502Z Compiling vergen v9.0.6
15672026-05-19T16:21:10.517Z Compiling fs-err v3.3.0
15682026-05-19T16:21:10.530Z Compiling encoding_rs v0.8.35
15692026-05-19T16:21:10.554Z Compiling ahash v0.8.12
15702026-05-19T16:21:10.602Z Compiling bitflags v1.3.2
15712026-05-19T16:21:10.644Z Compiling bumpalo v3.20.2
15722026-05-19T16:21:10.690Z Compiling newtype-uuid v1.3.2
15732026-05-19T16:21:10.707Z Compiling winnow v0.5.40
15742026-05-19T16:21:10.738Z Compiling same-file v1.0.6
15752026-05-19T16:21:10.783Z Compiling tower-http v0.6.8
15762026-05-19T16:21:10.863Z Compiling libbz2-rs-sys v0.2.2
15772026-05-19T16:21:10.931Z Compiling managed v0.8.0
15782026-05-19T16:21:10.934Z Compiling foldhash v0.2.0
15792026-05-19T16:21:11.058Z Compiling h2 v0.4.13
15802026-05-19T16:21:11.171Z Compiling object v0.37.3
15812026-05-19T16:21:11.194Z Compiling foldhash v0.1.5
15822026-05-19T16:21:11.224Z Compiling flate2 v1.1.9
15832026-05-19T16:21:11.390Z Compiling mime v0.3.17
15842026-05-19T16:21:11.431Z Compiling clap_builder v4.5.60
15852026-05-19T16:21:11.523Z Compiling hashbrown v0.15.5
15862026-05-19T16:21:11.587Z Compiling dof v0.3.0
15872026-05-19T16:21:11.628Z Compiling bzip2 v0.6.1
15882026-05-19T16:21:11.680Z Compiling hashbrown v0.16.1
15892026-05-19T16:21:11.845Z Compiling daft v0.1.5
15902026-05-19T16:21:11.869Z Compiling walkdir v2.5.0
15912026-05-19T16:21:11.925Z Compiling strum v0.27.2
15922026-05-19T16:21:11.949Z Compiling snafu v0.8.9
15932026-05-19T16:21:12.077Z Compiling toml_edit v0.19.15
15942026-05-19T16:21:12.112Z Compiling zopfli v0.8.3
15952026-05-19T16:21:12.222Z Compiling elliptic-curve v0.13.8
15962026-05-19T16:21:12.225Z Compiling phf v0.13.1
15972026-05-19T16:21:12.329Z Compiling signal-hook-mio v0.2.5
15982026-05-19T16:21:12.362Z Compiling cookie_store v0.22.1
15992026-05-19T16:21:12.406Z Compiling cargo_metadata v0.19.2
16002026-05-19T16:21:12.428Z Compiling usdt-attr-macro v0.6.0
16012026-05-19T16:21:12.462Z Compiling usdt-macro v0.6.0
16022026-05-19T16:21:12.519Z Compiling hubpack v0.1.2
16032026-05-19T16:21:12.674Z Compiling bzip2 v0.4.4
16042026-05-19T16:21:12.738Z Compiling futures v0.3.32
16052026-05-19T16:21:12.756Z Compiling serde_with_macros v3.17.0
16062026-05-19T16:21:12.826Z Compiling postgres-types v0.2.12
16072026-05-19T16:21:12.944Z Compiling zstd v0.13.3
16082026-05-19T16:21:12.959Z Compiling dtrace-parser v0.2.0
16092026-05-19T16:21:13.058Z Compiling globset v0.4.18
16102026-05-19T16:21:13.235Z Compiling ed25519 v2.2.3
16112026-05-19T16:21:13.277Z Compiling pkcs1 v0.7.5
16122026-05-19T16:21:13.313Z Compiling serde_plain v1.0.2
16132026-05-19T16:21:13.419Z Compiling olpc-cjson v0.1.4
16142026-05-19T16:21:13.529Z Compiling serde-big-array v0.5.1
16152026-05-19T16:21:13.604Z Compiling rfc6979 v0.4.0
16162026-05-19T16:21:13.689Z Compiling enum-as-inner v0.6.1
16172026-05-19T16:21:13.704Z Compiling clap_derive v4.5.55
16182026-05-19T16:21:13.747Z Compiling strum_macros v0.26.4
16192026-05-19T16:21:13.765Z Compiling serde_repr v0.1.20
16202026-05-19T16:21:13.781Z Compiling async-recursion v1.1.1
16212026-05-19T16:21:13.804Z Compiling phf_shared v0.11.3
16222026-05-19T16:21:13.933Z Compiling float-cmp v0.10.0
16232026-05-19T16:21:14.017Z Compiling pem v3.0.6
16242026-05-19T16:21:14.073Z Compiling hyper v1.8.1
16252026-05-19T16:21:14.106Z Compiling thread-id v4.2.2
16262026-05-19T16:21:14.178Z Compiling memmap2 v0.9.10
16272026-05-19T16:21:14.223Z Compiling env_filter v1.0.0
16282026-05-19T16:21:14.243Z Compiling keccak v0.1.6
16292026-05-19T16:21:14.348Z Compiling typed-path v0.9.3
16302026-05-19T16:21:14.377Z Compiling static_assertions v1.1.0
16312026-05-19T16:21:14.417Z Compiling fixedbitset v0.5.7
16322026-05-19T16:21:14.462Z Compiling rustc-hash v2.1.1
16332026-05-19T16:21:14.498Z Compiling whoami v2.1.0
16342026-05-19T16:21:14.527Z Compiling difflib v0.4.0
16352026-05-19T16:21:14.557Z Compiling either v1.15.0
16362026-05-19T16:21:14.611Z Compiling jiff v0.2.21
16372026-05-19T16:21:14.794Z Compiling fixedbitset v0.4.2
16382026-05-19T16:21:14.797Z Compiling new_debug_unreachable v1.0.6
16392026-05-19T16:21:14.826Z Compiling predicates-core v1.0.10
16402026-05-19T16:21:14.895Z Compiling precomputed-hash v0.1.1
16412026-05-19T16:21:14.954Z Compiling normalize-line-endings v0.3.0
16422026-05-19T16:21:15.001Z Compiling data-encoding v2.10.0
16432026-05-19T16:21:15.030Z Compiling petgraph v0.6.5
16442026-05-19T16:21:15.048Z Compiling predicates v3.1.4
16452026-05-19T16:21:15.074Z Compiling string_cache v0.8.9
16462026-05-19T16:21:15.140Z Compiling toml_edit v0.22.27
16472026-05-19T16:21:15.165Z Compiling itertools v0.13.0
16482026-05-19T16:21:15.179Z Compiling tokio-postgres v0.7.16
16492026-05-19T16:21:15.337Z Compiling hyper-util v0.1.20
16502026-05-19T16:21:15.409Z Compiling hickory-proto v0.25.2
16512026-05-19T16:21:15.646Z Compiling strum v0.26.3
16522026-05-19T16:21:15.650Z Compiling clap v4.5.60
16532026-05-19T16:21:15.676Z Compiling petgraph v0.8.3
16542026-05-19T16:21:15.764Z Compiling iddqd v0.3.18
16552026-05-19T16:21:15.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16562026-05-19T16:21:15.787Z Compiling sha3 v0.10.8
16572026-05-19T16:21:15.812Z Compiling env_logger v0.11.9
16582026-05-19T16:21:15.828Z Compiling usdt v0.6.0
16592026-05-19T16:21:16.124Z Compiling usdt-impl v0.5.0
16602026-05-19T16:21:16.198Z Compiling serde_with v3.17.0
16612026-05-19T16:21:16.286Z Compiling crossterm v0.28.1
16622026-05-19T16:21:16.472Z Compiling ecdsa v0.16.9
16632026-05-19T16:21:16.606Z Compiling rsa v0.9.10
16642026-05-19T16:21:16.745Z Compiling ed25519-dalek v2.2.0
16652026-05-19T16:21:16.894Z Compiling hyper-tls v0.6.0
16662026-05-19T16:21:16.991Z Compiling toml v0.7.8
16672026-05-19T16:21:17.452Z Compiling zip v4.6.1
16682026-05-19T16:21:17.482Z Compiling zip v0.6.6
16692026-05-19T16:21:17.739Z Compiling tokio-stream v0.1.18
16702026-05-19T16:21:17.887Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-19T16:21:18.020Z Compiling buf-list v1.1.2
16722026-05-19T16:21:18.034Z Compiling similar v2.7.0
16732026-05-19T16:21:18.051Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16742026-05-19T16:21:18.056Z Compiling openapiv3 v2.2.0
16752026-05-19T16:21:18.087Z Compiling x509-cert v0.2.5
16762026-05-19T16:21:18.238Z Compiling sha1 v0.10.6
16772026-05-19T16:21:18.319Z Compiling crossbeam-epoch v0.9.18
16782026-05-19T16:21:18.379Z Compiling toml_datetime v0.7.5+spec-1.1.0
16792026-05-19T16:21:18.462Z Compiling peg-runtime v0.8.5
16802026-05-19T16:21:18.485Z Compiling lalrpop-util v0.19.12
16812026-05-19T16:21:18.550Z Compiling thread_local v1.1.9
16822026-05-19T16:21:18.643Z Compiling slog-async v2.8.0
16832026-05-19T16:21:18.675Z Compiling crossbeam-channel v0.5.15
16842026-05-19T16:21:18.693Z Compiling is-terminal v0.4.17
16852026-05-19T16:21:18.714Z Compiling filetime v0.2.27
16862026-05-19T16:21:18.733Z Compiling xattr v1.6.1
16872026-05-19T16:21:18.775Z Compiling term v1.2.1
16882026-05-19T16:21:18.807Z Compiling take_mut v0.2.2
16892026-05-19T16:21:18.906Z Compiling tar v0.4.45
16902026-05-19T16:21:19.159Z Compiling slog-term v2.9.2
16912026-05-19T16:21:36.710Z Compiling rustls-webpki v0.103.9
16922026-05-19T16:21:39.523Z Compiling tokio-rustls v0.26.4
16932026-05-19T16:21:39.523Z Compiling rustls-platform-verifier v0.6.2
16942026-05-19T16:21:39.725Z Compiling hyper-rustls v0.27.7
16952026-05-19T16:21:39.924Z Compiling reqwest v0.12.28
16962026-05-19T16:21:39.924Z Compiling reqwest v0.13.2
16972026-05-19T16:21:41.169Z Compiling tough v0.22.0
16982026-05-19T16:21:43.701Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-05-19T16:21:43.938Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-05-19T16:21:46.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.04s
17012026-05-19T16:21:46.956Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-05-19T16:21:47.013ZMay 19 16:21:46.254 INFO Starting download, target: Clickhouse
17032026-05-19T16:21:47.013ZMay 19 16:21:46.255 INFO Starting download, target: DendriteStub
17042026-05-19T16:21:47.013ZMay 19 16:21:46.255 INFO Starting download, target: Cockroach
17052026-05-19T16:21:47.013ZMay 19 16:21:46.255 INFO Starting download, target: Console
17062026-05-19T16:21:47.017ZMay 19 16:21:46.255 INFO Starting download, target: MaghemiteMgd
17072026-05-19T16:21:47.017ZMay 19 16:21:46.255 INFO Starting download, target: TransceiverControl
17082026-05-19T16:21:47.017ZMay 19 16:21:46.255 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-19T16:21:47.017ZMay 19 16:21:46.255 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17102026-05-19T16:21:47.017ZMay 19 16:21:46.255 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-19T16:21:47.018ZMay 19 16:21:46.255 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-19T16:21:47.018ZMay 19 16:21:46.255 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-05-19T16:21:47.018ZMay 19 16:21:46.255 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-19T16:21:47.349ZMay 19 16:21:46.580 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-05-19T16:21:47.558ZMay 19 16:21:46.791 INFO Download complete, target: TransceiverControl
17162026-05-19T16:21:48.135ZMay 19 16:21:47.370 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-05-19T16:21:48.369ZMay 19 16:21:47.607 INFO Download complete, target: Console
17182026-05-19T16:21:48.867ZMay 19 16:21:48.109 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-19T16:21:49.064ZMay 19 16:21:48.305 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-19T16:21:49.423ZMay 19 16:21:48.662 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-05-19T16:21:49.707ZMay 19 16:21:48.948 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-05-19T16:21:49.707ZMay 19 16:21:48.948 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-05-19T16:21:51.398ZMay 19 16:21:50.639 INFO Download complete, target: DendriteStub
17242026-05-19T16:21:51.560ZMay 19 16:21:50.799 INFO Download complete, target: MaghemiteMgd
17252026-05-19T16:21:54.429ZMay 19 16:21:53.650 INFO Checking that binary works, target: Cockroach
17262026-05-19T16:21:54.562ZMay 19 16:21:53.783 INFO Download complete, target: Cockroach
17272026-05-19T16:21:56.144ZMay 19 16:21:55.381 INFO Checking that binary works, target: Clickhouse
17282026-05-19T16:21:56.222ZMay 19 16:21:55.464 INFO Download complete, target: Clickhouse
17292026-05-19T16:21:56.228ZAll prerequisites installed successfully
17302026-05-19T16:21:56.232Z
17312026-05-19T16:21:56.232Zreal 2:04.136304040
17322026-05-19T16:21:56.232Zuser 7:02.348070838
17332026-05-19T16:21:56.232Zsys 1:45.506144066
17342026-05-19T16:21:56.232Ztrap 0.280571175
17352026-05-19T16:21:56.232Ztflt 1.199656946
17362026-05-19T16:21:56.232Zdflt 1.673205071
17372026-05-19T16:21:56.232Zkflt 0.024843445
17382026-05-19T16:21:56.232Zlock 23:39.376751069
17392026-05-19T16:21:56.232Zslp 19:17.881645725
17402026-05-19T16:21:56.232Zlat 26.102577591
17412026-05-19T16:21:56.232Zstop 2:56.804386877
17422026-05-19T16:21:56.232Z+ ptime -m cargo xtask download softnpu
17432026-05-19T16:21:56.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17442026-05-19T16:21:56.798Z Running `target/debug/xtask download softnpu`
17452026-05-19T16:21:57.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17462026-05-19T16:21:57.647Z Running `target/debug/xtask-downloader softnpu`
17472026-05-19T16:21:57.693ZMay 19 16:21:56.934 INFO Starting download, target: Softnpu
17482026-05-19T16:21:57.696ZMay 19 16:21:56.935 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-05-19T16:21:58.310ZMay 19 16:21:57.552 INFO Download complete, target: Softnpu
17502026-05-19T16:21:58.314Z
17512026-05-19T16:21:58.317Zreal 2.078493016
17522026-05-19T16:21:58.317Zuser 1.370860707
17532026-05-19T16:21:58.317Zsys 0.663679404
17542026-05-19T16:21:58.317Ztrap 0.000708560
17552026-05-19T16:21:58.318Ztflt 0.000028720
17562026-05-19T16:21:58.318Zdflt 0.000173120
17572026-05-19T16:21:58.318Zkflt 0.000001920
17582026-05-19T16:21:58.318Zlock 11.309067543
17592026-05-19T16:21:58.318Zslp 0.474772983
17602026-05-19T16:21:58.318Zlat 0.073797981
17612026-05-19T16:21:58.318Zstop 0.000181010
17622026-05-19T16:21:58.318Z+ export CARGO_INCREMENTAL=0
17632026-05-19T16:21:58.318Z+ CARGO_INCREMENTAL=0
17642026-05-19T16:21:58.318Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-05-19T16:21:59.247Z Compiling proc-macro2 v1.0.106
17662026-05-19T16:21:59.247Z Compiling quote v1.0.45
17672026-05-19T16:21:59.247Z Compiling unicode-ident v1.0.24
17682026-05-19T16:21:59.247Z Compiling libc v0.2.185
17692026-05-19T16:21:59.250Z Compiling serde_core v1.0.228
17702026-05-19T16:21:59.250Z Compiling serde v1.0.228
17712026-05-19T16:21:59.250Z Compiling cfg-if v1.0.4
17722026-05-19T16:21:59.250Z Compiling version_check v0.9.5
17732026-05-19T16:21:59.250Z Compiling find-msvc-tools v0.1.9
17742026-05-19T16:21:59.250Z Compiling shlex v1.3.0
17752026-05-19T16:21:59.404Z Compiling typenum v1.19.0
17762026-05-19T16:21:59.412Z Compiling zmij v1.0.21
17772026-05-19T16:21:59.414Z Compiling autocfg v1.5.0
17782026-05-19T16:21:59.415Z Compiling serde_json v1.0.149
17792026-05-19T16:21:59.415Z Compiling memchr v2.8.0
17802026-05-19T16:21:59.586Z Compiling portable-atomic v1.13.1
17812026-05-19T16:21:59.618Z Compiling libm v0.2.16
17822026-05-19T16:21:59.797Z Compiling generic-array v0.14.7
17832026-05-19T16:21:59.801Z Compiling zerocopy v0.8.40
17842026-05-19T16:21:59.857Z Compiling parking_lot_core v0.9.12
17852026-05-19T16:21:59.870Z Compiling smallvec v1.15.1
17862026-05-19T16:21:59.873Z Compiling icu_properties_data v2.1.2
17872026-05-19T16:21:59.938Z Compiling icu_normalizer_data v2.1.1
17882026-05-19T16:21:59.954Z Compiling num-traits v0.2.19
17892026-05-19T16:22:00.023Z Compiling itoa v1.0.17
17902026-05-19T16:22:00.058Z Compiling getrandom v0.4.1
17912026-05-19T16:22:00.061Z Compiling log v0.4.29
17922026-05-19T16:22:00.167Z Compiling stable_deref_trait v1.2.1
17932026-05-19T16:22:00.184Z Compiling pkg-config v0.3.32
17942026-05-19T16:22:00.234Z Compiling subtle v2.6.1
17952026-05-19T16:22:00.388Z Compiling scopeguard v1.2.0
17962026-05-19T16:22:00.420Z Compiling jobserver v0.1.34
17972026-05-19T16:22:00.434Z Compiling getrandom v0.2.17
17982026-05-19T16:22:00.501Z Compiling errno v0.3.14
17992026-05-19T16:22:00.519Z Compiling lock_api v0.4.14
18002026-05-19T16:22:00.599Z Compiling rand_core v0.6.4
18012026-05-19T16:22:00.650Z Compiling writeable v0.6.2
18022026-05-19T16:22:00.674Z Compiling cc v1.2.56
18032026-05-19T16:22:00.696Z Compiling litemap v0.8.1
18042026-05-19T16:22:00.715Z Compiling percent-encoding v2.3.2
18052026-05-19T16:22:00.729Z Compiling syn v2.0.117
18062026-05-19T16:22:00.803Z Compiling pin-project-lite v0.2.17
18072026-05-19T16:22:00.849Z Compiling fnv v1.0.7
18082026-05-19T16:22:00.920Z Compiling thiserror v2.0.18
18092026-05-19T16:22:00.969Z Compiling getrandom v0.3.4
18102026-05-19T16:22:01.021Z Compiling dunce v1.0.5
18112026-05-19T16:22:01.039Z Compiling fs_extra v1.3.0
18122026-05-19T16:22:01.056Z Compiling equivalent v1.0.2
18132026-05-19T16:22:01.105Z Compiling schemars v0.8.22
18142026-05-19T16:22:01.108Z Compiling utf8_iter v1.0.4
18152026-05-19T16:22:01.174Z Compiling rand_core v0.10.0
18162026-05-19T16:22:01.183Z Compiling rustversion v1.0.22
18172026-05-19T16:22:01.289Z Compiling form_urlencoded v1.2.2
18182026-05-19T16:22:01.347Z Compiling critical-section v1.2.0
18192026-05-19T16:22:01.381Z Compiling signal-hook-registry v1.4.8
18202026-05-19T16:22:01.387Z Compiling rustix v1.1.3
18212026-05-19T16:22:01.480Z Compiling cmake v0.1.57
18222026-05-19T16:22:01.498Z Compiling hashbrown v0.17.0
18232026-05-19T16:22:01.589Z Compiling mio v1.2.0
18242026-05-19T16:22:01.623Z Compiling semver v1.0.28
18252026-05-19T16:22:01.797Z Compiling bitflags v2.11.0
18262026-05-19T16:22:01.819Z Compiling once_cell v1.21.3
18272026-05-19T16:22:01.914Z Compiling parking_lot v0.12.5
18282026-05-19T16:22:01.917Z Compiling socket2 v0.6.3
18292026-05-19T16:22:01.966Z Compiling const-oid v0.9.6
18302026-05-19T16:22:01.992Z Compiling ring v0.17.14
18312026-05-19T16:22:02.043Z Compiling aws-lc-sys v0.40.0
18322026-05-19T16:22:02.086Z Compiling indexmap v2.14.0
18332026-05-19T16:22:02.284Z Compiling aws-lc-rs v1.16.3
18342026-05-19T16:22:02.306Z Compiling futures-core v0.3.32
18352026-05-19T16:22:02.338Z Compiling httparse v1.10.1
18362026-05-19T16:22:02.437Z Compiling thiserror v1.0.69
18372026-05-19T16:22:02.440Z Compiling vcpkg v0.2.15
18382026-05-19T16:22:02.502Z Compiling strsim v0.11.1
18392026-05-19T16:22:02.685Z Compiling byteorder v1.5.0
18402026-05-19T16:22:02.694Z Compiling ucd-trie v0.1.7
18412026-05-19T16:22:02.765Z Compiling iana-time-zone v0.1.65
18422026-05-19T16:22:02.835Z Compiling syn v1.0.109
18432026-05-19T16:22:02.850Z Compiling pest v2.8.6
18442026-05-19T16:22:02.866Z Compiling regex-syntax v0.8.10
18452026-05-19T16:22:02.886Z Compiling heck v0.5.0
18462026-05-19T16:22:02.895Z Compiling ident_case v1.0.1
18472026-05-19T16:22:02.895Z Compiling uuid v1.23.0
18482026-05-19T16:22:02.971Z Compiling cpufeatures v0.2.17
18492026-05-19T16:22:02.974Z Compiling rustls v0.23.37
18502026-05-19T16:22:03.020Z Compiling openssl-sys v0.9.115
18512026-05-19T16:22:03.225Z Compiling futures-sink v0.3.32
18522026-05-19T16:22:03.257Z Compiling rustc_version v0.4.1
18532026-05-19T16:22:03.312Z Compiling slab v0.4.12
18542026-05-19T16:22:03.357Z Compiling futures-channel v0.3.32
18552026-05-19T16:22:03.373Z Compiling futures-io v0.3.32
18562026-05-19T16:22:03.471Z Compiling futures-task v0.3.32
18572026-05-19T16:22:03.532Z Compiling synstructure v0.13.2
18582026-05-19T16:22:03.572Z Compiling serde_derive_internals v0.29.1
18592026-05-19T16:22:03.643Z Compiling aho-corasick v1.1.4
18602026-05-19T16:22:03.680Z Compiling dyn-clone v1.0.20
18612026-05-19T16:22:03.939Z Compiling base64 v0.22.1
18622026-05-19T16:22:03.957Z Compiling openssl v0.10.79
18632026-05-19T16:22:04.032Z Compiling pest_meta v2.8.6
18642026-05-19T16:22:04.070Z Compiling plain v0.2.3
18652026-05-19T16:22:04.098Z Compiling crc32fast v1.5.0
18662026-05-19T16:22:04.149Z Compiling time-core v0.1.8
18672026-05-19T16:22:04.174Z Compiling num-conv v0.2.0
18682026-05-19T16:22:04.323Z Compiling crossbeam-utils v0.8.21
18692026-05-19T16:22:04.340Z Compiling time-macros v0.2.27
18702026-05-19T16:22:04.408Z Compiling native-tls v0.2.18
18712026-05-19T16:22:04.411Z Compiling pretty-hex v0.4.1
18722026-05-19T16:22:04.484Z Compiling base64ct v1.8.3
18732026-05-19T16:22:04.542Z Compiling regex-automata v0.4.14
18742026-05-19T16:22:04.546Z Compiling anyhow v1.0.102
18752026-05-19T16:22:04.573Z Compiling darling_core v0.21.3
18762026-05-19T16:22:04.627Z Compiling pest_generator v2.8.6
18772026-05-19T16:22:04.667Z Compiling tracing-core v0.1.36
18782026-05-19T16:22:04.743Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-05-19T16:22:04.813Z Compiling pem-rfc7468 v0.7.0
18802026-05-19T16:22:04.840Z Compiling serde_derive v1.0.228
18812026-05-19T16:22:04.879Z Compiling zeroize_derive v1.4.3
18822026-05-19T16:22:05.063Z Compiling zerofrom-derive v0.1.6
18832026-05-19T16:22:05.120Z Compiling yoke-derive v0.8.1
18842026-05-19T16:22:05.133Z Compiling zerovec-derive v0.11.2
18852026-05-19T16:22:05.154Z Compiling displaydoc v0.2.5
18862026-05-19T16:22:05.303Z Compiling zerocopy-derive v0.8.40
18872026-05-19T16:22:05.324Z Compiling tokio-macros v2.7.0
18882026-05-19T16:22:05.355Z Compiling futures-macro v0.3.32
18892026-05-19T16:22:05.511Z Compiling zeroize v1.8.2
18902026-05-19T16:22:05.860Z Compiling thiserror-impl v2.0.18
18912026-05-19T16:22:06.070Z Compiling schemars_derive v0.8.22
18922026-05-19T16:22:06.131Z Compiling tracing-attributes v0.1.31
18932026-05-19T16:22:06.164Z Compiling der_derive v0.7.3
18942026-05-19T16:22:06.226Z Compiling thiserror-impl v1.0.69
18952026-05-19T16:22:06.247Z Compiling zerofrom v0.1.6
18962026-05-19T16:22:06.377Z Compiling yoke v0.8.1
18972026-05-19T16:22:06.396Z Compiling crypto-common v0.1.7
18982026-05-19T16:22:06.567Z Compiling zerovec v0.11.5
18992026-05-19T16:22:06.598Z Compiling zerotrie v0.2.3
19002026-05-19T16:22:06.832Z Compiling block-buffer v0.10.4
19012026-05-19T16:22:07.048Z Compiling digest v0.10.7
19022026-05-19T16:22:07.112Z Compiling tinystr v0.8.2
19032026-05-19T16:22:07.175Z Compiling potential_utf v0.1.4
19042026-05-19T16:22:07.278Z Compiling pest_derive v2.8.6
19052026-05-19T16:22:07.294Z Compiling icu_locale_core v2.1.1
19062026-05-19T16:22:07.312Z Compiling icu_collections v2.1.1
19072026-05-19T16:22:07.348Z Compiling futures-util v0.3.32
19082026-05-19T16:22:07.351Z Compiling hmac v0.12.1
19092026-05-19T16:22:07.552Z Compiling block-padding v0.3.3
19102026-05-19T16:22:07.717Z Compiling inout v0.1.4
19112026-05-19T16:22:07.746Z Compiling rustls-pki-types v1.14.0
19122026-05-19T16:22:07.897Z Compiling openssl-macros v0.1.1
19132026-05-19T16:22:08.072Z Compiling bytes v1.11.1
19142026-05-19T16:22:08.089Z Compiling icu_provider v2.1.1
19152026-05-19T16:22:08.162Z Compiling chrono v0.4.44
19162026-05-19T16:22:08.178Z Compiling serde_tokenstream v0.2.3
19172026-05-19T16:22:08.516Z Compiling icu_normalizer v2.1.1
19182026-05-19T16:22:08.556Z Compiling icu_properties v2.1.2
19192026-05-19T16:22:08.560Z Compiling cipher v0.4.4
19202026-05-19T16:22:08.649Z Compiling tokio v1.52.1
19212026-05-19T16:22:09.035Z Compiling sha2 v0.10.9
19222026-05-19T16:22:09.404Z Compiling scroll_derive v0.13.1
19232026-05-19T16:22:09.415Z Compiling scroll_derive v0.12.1
19242026-05-19T16:22:09.685Z Compiling idna_adapter v1.2.1
19252026-05-19T16:22:09.827Z Compiling idna v1.1.0
19262026-05-19T16:22:09.844Z Compiling ppv-lite86 v0.2.21
19272026-05-19T16:22:10.006Z Compiling http v1.4.0
19282026-05-19T16:22:10.133Z Compiling flagset v0.4.7
19292026-05-19T16:22:10.150Z Compiling untrusted v0.9.0
19302026-05-19T16:22:10.198Z Compiling url v2.5.8
19312026-05-19T16:22:10.286Z Compiling der v0.7.10
19322026-05-19T16:22:10.307Z Compiling tracing v0.1.44
19332026-05-19T16:22:10.465Z Compiling regex v1.12.3
19342026-05-19T16:22:10.488Z Compiling darling_macro v0.21.3
19352026-05-19T16:22:10.504Z Compiling zerocopy-derive v0.7.35
19362026-05-19T16:22:10.736Z Compiling rand_core v0.9.5
19372026-05-19T16:22:10.971Z Compiling slog v2.8.2
19382026-05-19T16:22:11.211Z Compiling spki v0.7.3
19392026-05-19T16:22:11.463Z Compiling darling v0.21.3
19402026-05-19T16:22:11.477Z Compiling salsa20 v0.10.2
19412026-05-19T16:22:11.478Z Compiling pbkdf2 v0.12.2
19422026-05-19T16:22:11.942Z Compiling cookie v0.18.1
19432026-05-19T16:22:11.975Z Compiling camino v1.2.2
19442026-05-19T16:22:12.306Z Compiling scrypt v0.11.0
19452026-05-19T16:22:12.329Z Compiling rand_chacha v0.9.0
19462026-05-19T16:22:12.352Z Compiling http-body v1.0.1
19472026-05-19T16:22:12.462Z Compiling tokio-util v0.7.18
19482026-05-19T16:22:12.525Z Compiling cbc v0.1.2
19492026-05-19T16:22:12.560Z Compiling aes v0.8.4
19502026-05-19T16:22:12.687Z Compiling usdt-impl v0.5.0
19512026-05-19T16:22:12.706Z Compiling usdt-impl v0.6.0
19522026-05-19T16:22:12.725Z Compiling unicode-segmentation v1.12.0
19532026-05-19T16:22:12.744Z Compiling openssl-probe v0.2.1
19542026-05-19T16:22:12.768Z Compiling untrusted v0.7.1
19552026-05-19T16:22:12.789Z Compiling either v1.15.0
19562026-05-19T16:22:12.954Z Compiling paste v1.0.15
19572026-05-19T16:22:13.019Z Compiling tinyvec_macros v0.1.1
19582026-05-19T16:22:13.055Z Compiling ref-cast v1.0.25
19592026-05-19T16:22:13.097Z Compiling atomic-waker v1.1.2
19602026-05-19T16:22:13.114Z Compiling winnow v0.7.14
19612026-05-19T16:22:13.132Z Compiling tinyvec v1.10.0
19622026-05-19T16:22:13.268Z Compiling pkcs5 v0.7.1
19632026-05-19T16:22:13.426Z Compiling rand v0.9.2
19642026-05-19T16:22:13.765Z Compiling scroll v0.13.0
19652026-05-19T16:22:13.782Z Compiling scroll v0.12.0
19662026-05-19T16:22:13.799Z Compiling toml_datetime v0.6.11
19672026-05-19T16:22:13.901Z Compiling serde_spanned v0.6.9
19682026-05-19T16:22:14.046Z Compiling async-trait v0.1.89
19692026-05-19T16:22:14.065Z Compiling heapless v0.7.17
19702026-05-19T16:22:14.097Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-05-19T16:22:14.101Z Compiling signal-hook v0.3.18
19722026-05-19T16:22:14.101Z Compiling try-lock v0.2.5
19732026-05-19T16:22:14.145Z Compiling tower-service v0.3.3
19742026-05-19T16:22:14.258Z Compiling tower-layer v0.3.3
19752026-05-19T16:22:14.336Z Compiling fastrand v2.3.0
19762026-05-19T16:22:14.564Z Compiling zstd-safe v7.2.4
19772026-05-19T16:22:14.579Z Compiling h2 v0.4.13
19782026-05-19T16:22:14.653Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-05-19T16:22:14.673Z Compiling want v0.3.1
19802026-05-19T16:22:14.796Z Compiling goblin v0.8.2
19812026-05-19T16:22:14.855Z Compiling goblin v0.10.5
19822026-05-19T16:22:14.976Z Compiling pkcs8 v0.10.2
19832026-05-19T16:22:15.121Z Compiling heck v0.4.1
19842026-05-19T16:22:15.146Z Compiling zerocopy v0.7.35
19852026-05-19T16:22:15.245Z Compiling ipnet v2.11.0
19862026-05-19T16:22:15.346Z Compiling ref-cast-impl v1.0.25
19872026-05-19T16:22:15.490Z Compiling curve25519-dalek v4.1.3
19882026-05-19T16:22:15.717Z Compiling darling_core v0.20.11
19892026-05-19T16:22:15.751Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-19T16:22:15.792Z Compiling memoffset v0.9.1
19912026-05-19T16:22:15.896Z Compiling litrs v1.0.0
19922026-05-19T16:22:16.022Z Compiling httpdate v1.0.3
19932026-05-19T16:22:16.328Z Compiling pin-utils v0.1.0
19942026-05-19T16:22:16.419Z Compiling foreign-types-shared v0.1.1
19952026-05-19T16:22:16.530Z Compiling winnow v0.5.40
19962026-05-19T16:22:16.545Z Compiling rustix v0.38.44
19972026-05-19T16:22:16.564Z Compiling foreign-types v0.3.2
19982026-05-19T16:22:16.602Z Compiling document-features v0.2.12
19992026-05-19T16:22:16.618Z Compiling tempfile v3.25.0
20002026-05-19T16:22:17.145Z Compiling dof v0.3.0
20012026-05-19T16:22:17.198Z Compiling unicode-normalization v0.1.25
20022026-05-19T16:22:17.376Z Compiling dtrace-parser v0.2.0
20032026-05-19T16:22:17.613Z Compiling hyper v1.8.1
20042026-05-19T16:22:17.630Z Compiling dof v0.4.0
20052026-05-19T16:22:17.767Z Compiling darling_macro v0.20.11
20062026-05-19T16:22:17.859Z Compiling toml_edit v0.19.15
20072026-05-19T16:22:17.975Z Compiling dtrace-parser v0.3.0
20082026-05-19T16:22:18.022Z Compiling pin-project-internal v1.1.11
20092026-05-19T16:22:18.091Z Compiling daft-derive v0.1.5
20102026-05-19T16:22:18.248Z Compiling spin v0.9.8
20112026-05-19T16:22:18.268Z Compiling thread-id v5.1.0
20122026-05-19T16:22:18.288Z Compiling thread-id v4.2.2
20132026-05-19T16:22:18.340Z Compiling smoltcp v0.9.1
20142026-05-19T16:22:18.477Z Compiling num-bigint-dig v0.8.6
20152026-05-19T16:22:18.521Z Compiling cfg_aliases v0.2.1
20162026-05-19T16:22:18.621Z Compiling powerfmt v0.2.0
20172026-05-19T16:22:18.637Z Compiling nix v0.31.2
20182026-05-19T16:22:18.729Z Compiling hyper-util v0.1.20
20192026-05-19T16:22:18.746Z Compiling darling v0.20.11
20202026-05-19T16:22:18.813Z Compiling deranged v0.5.8
20212026-05-19T16:22:19.257Z Compiling rustls-native-certs v0.8.3
20222026-05-19T16:22:19.325Z Compiling ipnetwork v0.21.1
20232026-05-19T16:22:19.714Z Compiling strum_macros v0.26.4
20242026-05-19T16:22:19.902Z Compiling curve25519-dalek-derive v0.1.1
20252026-05-19T16:22:20.005Z Compiling sync_wrapper v1.0.2
20262026-05-19T16:22:20.048Z Compiling wait-timeout v0.2.1
20272026-05-19T16:22:20.173Z Compiling utf8parse v0.2.2
20282026-05-19T16:22:20.301Z Compiling bit-vec v0.8.0
20292026-05-19T16:22:20.459Z Compiling num_threads v0.1.7
20302026-05-19T16:22:20.496Z Compiling siphasher v1.0.2
20312026-05-19T16:22:20.554Z Compiling quick-error v1.2.3
20322026-05-19T16:22:20.586Z Compiling simd-adler32 v0.3.8
20332026-05-19T16:22:20.703Z Compiling anstyle v1.0.13
20342026-05-19T16:22:20.721Z Compiling time v0.3.47
20352026-05-19T16:22:20.724Z Compiling rusty-fork v0.3.1
20362026-05-19T16:22:20.967Z Compiling bit-set v0.8.0
20372026-05-19T16:22:21.053Z Compiling anstyle-parse v0.2.7
20382026-05-19T16:22:21.156Z Compiling tower v0.5.3
20392026-05-19T16:22:21.300Z Compiling derive_builder_core v0.20.2
20402026-05-19T16:22:21.462Z Compiling snafu-derive v0.8.9
20412026-05-19T16:22:21.655Z Compiling http-body-util v0.1.3
20422026-05-19T16:22:21.827Z Compiling webpki-roots v1.0.6
20432026-05-19T16:22:21.961Z Compiling rand_xorshift v0.4.0
20442026-05-19T16:22:21.977Z Compiling signature v2.2.0
20452026-05-19T16:22:22.084Z Compiling hubpack_derive v0.1.1
20462026-05-19T16:22:22.103Z Compiling strum_macros v0.27.2
20472026-05-19T16:22:22.185Z Compiling fs-err v3.3.0
20482026-05-19T16:22:22.281Z Compiling ahash v0.8.12
20492026-05-19T16:22:22.433Z Compiling adler2 v2.0.1
20502026-05-19T16:22:22.531Z Compiling unarray v0.1.4
20512026-05-19T16:22:22.548Z Compiling colorchoice v1.0.4
20522026-05-19T16:22:22.586Z Compiling allocator-api2 v0.2.21
20532026-05-19T16:22:22.632Z Compiling object v0.37.3
20542026-05-19T16:22:22.632Z Compiling unicode-bidi v0.3.18
20552026-05-19T16:22:22.669Z Compiling ryu v1.0.23
20562026-05-19T16:22:22.716Z Compiling iri-string v0.7.10
20572026-05-19T16:22:22.720Z Compiling unicode-properties v0.1.4
20582026-05-19T16:22:22.774Z Compiling is_terminal_polyfill v1.70.2
20592026-05-19T16:22:22.893Z Compiling anstyle-query v1.1.5
20602026-05-19T16:22:22.926Z Compiling serde_urlencoded v0.7.1
20612026-05-19T16:22:23.016Z Compiling anstream v0.6.21
20622026-05-19T16:22:23.038Z Compiling stringprep v0.1.5
20632026-05-19T16:22:23.144Z Compiling proptest v1.10.0
20642026-05-19T16:22:23.160Z Compiling miniz_oxide v0.8.9
20652026-05-19T16:22:23.427Z Compiling derive_builder_macro v0.20.2
20662026-05-19T16:22:23.460Z Compiling tokio-native-tls v0.3.1
20672026-05-19T16:22:23.665Z Compiling usdt-macro v0.6.0
20682026-05-19T16:22:23.682Z Compiling usdt-attr-macro v0.6.0
20692026-05-19T16:22:23.947Z Compiling tower-http v0.6.8
20702026-05-19T16:22:24.171Z Compiling rand_chacha v0.3.1
20712026-05-19T16:22:24.189Z Compiling erased-serde v0.3.31
20722026-05-19T16:22:24.205Z Compiling md-5 v0.10.6
20732026-05-19T16:22:24.240Z Compiling bstr v1.12.1
20742026-05-19T16:22:24.406Z Compiling num-integer v0.1.46
20752026-05-19T16:22:24.438Z Compiling hash32 v0.2.1
20762026-05-19T16:22:24.469Z Compiling vergen-lib v0.1.6
20772026-05-19T16:22:24.571Z Compiling ff v0.13.1
20782026-05-19T16:22:24.646Z Compiling fallible-iterator v0.2.0
20792026-05-19T16:22:24.665Z Compiling psl-types v2.0.11
20802026-05-19T16:22:24.681Z Compiling zlib-rs v0.6.2
20812026-05-19T16:22:24.695Z Compiling base16ct v0.2.0
20822026-05-19T16:22:24.804Z Compiling publicsuffix v2.3.0
20832026-05-19T16:22:24.822Z Compiling group v0.13.0
20842026-05-19T16:22:24.848Z Compiling sec1 v0.7.3
20852026-05-19T16:22:24.931Z Compiling num-iter v0.1.45
20862026-05-19T16:22:24.946Z Compiling postgres-protocol v0.6.10
20872026-05-19T16:22:25.071Z Compiling rand v0.8.6
20882026-05-19T16:22:25.334Z Compiling newtype-uuid v1.3.2
20892026-05-19T16:22:25.506Z Compiling oxnet v0.1.4
20902026-05-19T16:22:25.506Z Compiling derive_builder v0.20.2
20912026-05-19T16:22:25.604Z Compiling hyper-tls v0.6.0
20922026-05-19T16:22:25.669Z Compiling phf_shared v0.13.1
20932026-05-19T16:22:25.711Z Compiling pin-project v1.1.11
20942026-05-19T16:22:25.824Z Compiling lazy_static v1.5.0
20952026-05-19T16:22:25.951Z Compiling terminal_size v0.4.3
20962026-05-19T16:22:25.968Z Compiling serde_with_macros v3.17.0
20972026-05-19T16:22:25.990Z Compiling futures-executor v0.3.32
20982026-05-19T16:22:26.111Z Compiling hex v0.4.3
20992026-05-19T16:22:26.190Z Compiling cargo-platform v0.1.9
21002026-05-19T16:22:26.317Z Compiling hkdf v0.12.4
21012026-05-19T16:22:26.426Z Compiling crypto-bigint v0.5.5
21022026-05-19T16:22:26.443Z Compiling enum-as-inner v0.6.1
21032026-05-19T16:22:26.461Z Compiling serde_repr v0.1.20
21042026-05-19T16:22:26.486Z Compiling async-recursion v1.1.1
21052026-05-19T16:22:26.531Z Compiling clap_derive v4.5.55
21062026-05-19T16:22:26.623Z Compiling vergen v9.0.6
21072026-05-19T16:22:26.798Z Compiling flate2 v1.1.9
21082026-05-19T16:22:26.999Z Compiling encoding_rs v0.8.35
21092026-05-19T16:22:27.019Z Compiling managed v0.8.0
21102026-05-19T16:22:27.148Z Compiling same-file v1.0.6
21112026-05-19T16:22:27.218Z Compiling bumpalo v3.20.2
21122026-05-19T16:22:27.236Z Compiling bitflags v1.3.2
21132026-05-19T16:22:27.296Z Compiling clap_lex v1.0.0
21142026-05-19T16:22:27.312Z Compiling foldhash v0.1.5
21152026-05-19T16:22:27.331Z Compiling foldhash v0.2.0
21162026-05-19T16:22:27.476Z Compiling mime v0.3.17
21172026-05-19T16:22:27.512Z Compiling libbz2-rs-sys v0.2.2
21182026-05-19T16:22:27.547Z Compiling hashbrown v0.16.1
21192026-05-19T16:22:27.563Z Compiling clap_builder v4.5.60
21202026-05-19T16:22:27.594Z Compiling hashbrown v0.15.5
21212026-05-19T16:22:27.767Z Compiling zopfli v0.8.3
21222026-05-19T16:22:28.115Z Compiling bzip2 v0.6.1
21232026-05-19T16:22:28.174Z Compiling elliptic-curve v0.13.8
21242026-05-19T16:22:28.326Z Compiling walkdir v2.5.0
21252026-05-19T16:22:28.382Z Compiling zstd v0.13.3
21262026-05-19T16:22:28.411Z Compiling cargo_metadata v0.19.2
21272026-05-19T16:22:28.441Z Compiling futures v0.3.32
21282026-05-19T16:22:28.694Z Compiling phf v0.13.1
21292026-05-19T16:22:28.697Z Compiling snafu v0.8.9
21302026-05-19T16:22:28.805Z Compiling daft v0.1.5
21312026-05-19T16:22:28.876Z Compiling signal-hook-mio v0.2.5
21322026-05-19T16:22:29.018Z Compiling postgres-types v0.2.12
21332026-05-19T16:22:29.073Z Compiling cookie_store v0.22.1
21342026-05-19T16:22:29.110Z Compiling bzip2 v0.4.4
21352026-05-19T16:22:29.223Z Compiling globset v0.4.18
21362026-05-19T16:22:29.566Z Compiling strum v0.27.2
21372026-05-19T16:22:29.705Z Compiling hubpack v0.1.2
21382026-05-19T16:22:29.767Z Compiling ed25519 v2.2.3
21392026-05-19T16:22:29.785Z Compiling phf_shared v0.11.3
21402026-05-19T16:22:29.837Z Compiling crossbeam-epoch v0.9.18
21412026-05-19T16:22:29.899Z Compiling olpc-cjson v0.1.4
21422026-05-19T16:22:29.915Z Compiling pkcs1 v0.7.5
21432026-05-19T16:22:29.980Z Compiling pem v3.0.6
21442026-05-19T16:22:30.034Z Compiling serde-big-array v0.5.1
21452026-05-19T16:22:30.082Z Compiling serde_plain v1.0.2
21462026-05-19T16:22:30.147Z Compiling rfc6979 v0.4.0
21472026-05-19T16:22:30.205Z Compiling float-cmp v0.10.0
21482026-05-19T16:22:30.224Z Compiling memmap2 v0.9.10
21492026-05-19T16:22:30.295Z Compiling env_filter v1.0.0
21502026-05-19T16:22:30.313Z Compiling fixedbitset v0.5.7
21512026-05-19T16:22:30.350Z Compiling keccak v0.1.6
21522026-05-19T16:22:30.369Z Compiling jiff v0.2.21
21532026-05-19T16:22:30.372Z Compiling rustc-hash v2.1.1
21542026-05-19T16:22:30.453Z Compiling toml_write v0.1.2
21552026-05-19T16:22:30.536Z Compiling difflib v0.4.0
21562026-05-19T16:22:30.555Z Compiling static_assertions v1.1.0
21572026-05-19T16:22:30.578Z Compiling data-encoding v2.10.0
21582026-05-19T16:22:30.594Z Compiling typed-path v0.9.3
21592026-05-19T16:22:30.636Z Compiling precomputed-hash v0.1.1
21602026-05-19T16:22:30.652Z Compiling normalize-line-endings v0.3.0
21612026-05-19T16:22:30.672Z Compiling whoami v2.1.0
21622026-05-19T16:22:30.907Z Compiling fixedbitset v0.4.2
21632026-05-19T16:22:30.911Z Compiling new_debug_unreachable v1.0.6
21642026-05-19T16:22:30.994Z Compiling predicates-core v1.0.10
21652026-05-19T16:22:31.011Z Compiling string_cache v0.8.9
21662026-05-19T16:22:31.026Z Compiling tokio-postgres v0.7.16
21672026-05-19T16:22:31.040Z Compiling hickory-proto v0.25.2
21682026-05-19T16:22:31.130Z Compiling predicates v3.1.4
21692026-05-19T16:22:31.130Z Compiling petgraph v0.6.5
21702026-05-19T16:22:31.246Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21712026-05-19T16:22:31.356Z Compiling toml_edit v0.22.27
21722026-05-19T16:22:31.403Z Compiling petgraph v0.8.3
21732026-05-19T16:22:31.736Z Compiling sha3 v0.10.8
21742026-05-19T16:22:31.774Z Compiling iddqd v0.3.18
21752026-05-19T16:22:32.030Z Compiling env_logger v0.11.9
21762026-05-19T16:22:32.367Z Compiling usdt v0.6.0
21772026-05-19T16:22:32.642Z Compiling ecdsa v0.16.9
21782026-05-19T16:22:32.658Z Compiling rsa v0.9.10
21792026-05-19T16:22:32.899Z Compiling ed25519-dalek v2.2.0
21802026-05-19T16:22:33.063Z Compiling zip v4.6.1
21812026-05-19T16:22:33.601Z Compiling crossterm v0.28.1
21822026-05-19T16:22:33.711Z Compiling zip v0.6.6
21832026-05-19T16:22:33.979Z Compiling clap v4.5.60
21842026-05-19T16:22:34.125Z Compiling serde_with v3.17.0
21852026-05-19T16:22:34.144Z Compiling similar v2.7.0
21862026-05-19T16:22:34.257Z Compiling strum v0.26.3
21872026-05-19T16:22:34.305Z Compiling toml v0.7.8
21882026-05-19T16:22:34.411Z Compiling tokio-stream v0.1.18
21892026-05-19T16:22:34.427Z Compiling itertools v0.13.0
21902026-05-19T16:22:34.460Z Compiling buf-list v1.1.2
21912026-05-19T16:22:34.798Z Compiling x509-cert v0.2.5
21922026-05-19T16:22:34.899Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21932026-05-19T16:22:34.915Z Compiling openapiv3 v2.2.0
21942026-05-19T16:22:35.166Z Compiling sha1 v0.10.6
21952026-05-19T16:22:35.578Z Compiling peg-runtime v0.8.5
21962026-05-19T16:22:35.681Z Compiling lalrpop-util v0.19.12
21972026-05-19T16:22:50.540Z Compiling rustls-webpki v0.103.9
21982026-05-19T16:22:52.064Z Compiling macaddr v1.0.1
21992026-05-19T16:22:52.188Z Compiling structmeta-derive v0.3.0
22002026-05-19T16:22:52.245Z Compiling rayon-core v1.13.0
22012026-05-19T16:22:52.282Z Compiling crucible-workspace-hack v0.1.0
22022026-05-19T16:22:52.369Z Compiling itertools v0.14.0
22032026-05-19T16:22:52.481Z Compiling secrecy v0.10.3
22042026-05-19T16:22:52.522Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-19T16:22:52.564Z Compiling heapless v0.8.0
22062026-05-19T16:22:52.677Z Compiling rustls v0.22.4
22072026-05-19T16:22:52.939Z Compiling crossbeam-deque v0.8.6
22082026-05-19T16:22:52.965Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-05-19T16:22:53.018Z Compiling toml_edit v0.23.10+spec-1.0.0
22102026-05-19T16:22:53.022Z Compiling rustls-webpki v0.102.8
22112026-05-19T16:22:53.082Z Compiling hash32 v0.3.1
22122026-05-19T16:22:53.177Z Compiling multer v3.1.0
22132026-05-19T16:22:53.195Z Compiling thread_local v1.1.9
22142026-05-19T16:22:53.211Z Compiling structmeta v0.3.0
22152026-05-19T16:22:53.259Z Compiling match_cfg v0.1.0
22162026-05-19T16:22:53.287Z Compiling unicode-width v0.2.0
22172026-05-19T16:22:53.355Z Compiling slog-async v2.8.0
22182026-05-19T16:22:53.371Z Compiling compression-core v0.4.31
22192026-05-19T16:22:53.401Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22202026-05-19T16:22:53.443Z Compiling smoltcp v0.11.0
22212026-05-19T16:22:53.608Z Compiling proc-macro-crate v3.4.0
22222026-05-19T16:22:53.637Z Compiling compression-codecs v0.4.37
22232026-05-19T16:22:53.709Z Compiling ingot-macros v0.1.1
22242026-05-19T16:22:53.723Z Compiling derive-ex v0.1.8
22252026-05-19T16:22:53.815Z Compiling hostname v0.3.1
22262026-05-19T16:22:54.016Z Compiling slog-json v2.6.1
22272026-05-19T16:22:54.032Z Compiling crossbeam-channel v0.5.15
22282026-05-19T16:22:54.076Z Compiling half v2.7.1
22292026-05-19T16:22:54.114Z Compiling newtype-uuid-macros v0.1.0
22302026-05-19T16:22:54.295Z Compiling cobs v0.3.0
22312026-05-19T16:22:54.388Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-19T16:22:54.455Z Compiling tokio-rustls v0.26.4
22332026-05-19T16:22:54.601Z Compiling rustls-platform-verifier v0.6.2
22342026-05-19T16:22:54.752Z Compiling hyper-rustls v0.27.7
22352026-05-19T16:22:54.770Z Compiling universal-hash v0.5.1
22362026-05-19T16:22:54.842Z Compiling async-stream-impl v0.3.6
22372026-05-19T16:22:54.885Z Compiling serde_spanned v1.0.4
22382026-05-19T16:22:54.942Z Compiling toml_datetime v1.0.0+spec-1.1.0
22392026-05-19T16:22:54.960Z Compiling is-terminal v0.4.17
22402026-05-19T16:22:55.071Z Compiling reqwest v0.12.28
22412026-05-19T16:22:55.089Z Compiling reqwest v0.13.2
22422026-05-19T16:22:55.106Z Compiling proc-macro-error-attr v1.0.4
22432026-05-19T16:22:55.303Z Compiling dropshot v0.17.0
22442026-05-19T16:22:55.334Z Compiling take_mut v0.2.2
22452026-05-19T16:22:55.407Z Compiling ciborium-io v0.2.2
22462026-05-19T16:22:55.439Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-05-19T16:22:55.476Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22482026-05-19T16:22:55.479Z Compiling term v1.2.1
22492026-05-19T16:22:55.529Z Compiling opaque-debug v0.3.1
22502026-05-19T16:22:55.544Z Compiling convert_case v0.4.0
22512026-05-19T16:22:55.624Z Compiling poly1305 v0.8.0
22522026-05-19T16:22:55.641Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-19T16:22:55.719Z Compiling tokio-rustls v0.25.0
22542026-05-19T16:22:55.740Z Compiling ciborium-ll v0.2.2
22552026-05-19T16:22:55.762Z Compiling thiserror-no-std v2.0.2
22562026-05-19T16:22:55.879Z Compiling slog-term v2.9.2
22572026-05-19T16:22:55.896Z Compiling derive_more v0.99.20
22582026-05-19T16:22:55.992Z Compiling async-stream v0.3.6
22592026-05-19T16:22:56.217Z Compiling test-strategy v0.4.5
22602026-05-19T16:22:56.234Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-05-19T16:22:56.281Z Compiling postcard v1.1.3
22622026-05-19T16:22:56.398Z Compiling ingot-types v0.1.2
22632026-05-19T16:22:56.690Z Compiling tough v0.22.0
22642026-05-19T16:22:56.881Z Compiling ingot v0.1.1
22652026-05-19T16:22:57.279Z Compiling slog-bunyan v2.5.0
22662026-05-19T16:22:57.321Z Compiling num_enum_derive v0.7.5
22672026-05-19T16:22:57.338Z Compiling async-compression v0.4.41
22682026-05-19T16:22:57.579Z Compiling parse-display-derive v0.10.0
22692026-05-19T16:22:57.824Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-05-19T16:22:58.130Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-19T16:22:58.258Z Compiling proc-macro-crate v1.3.1
22722026-05-19T16:22:58.296Z Compiling backon v1.6.0
22732026-05-19T16:22:58.386Z Compiling waitgroup v0.1.2
22742026-05-19T16:22:58.482Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-19T16:22:58.528Z Compiling password-hash v0.5.0
22762026-05-19T16:22:58.602Z Compiling chacha20 v0.9.1
22772026-05-19T16:22:58.618Z Compiling dropshot_endpoint v0.17.0
22782026-05-19T16:22:58.650Z Compiling rustls-pemfile v2.2.0
22792026-05-19T16:22:58.843Z Compiling blake2 v0.10.6
22802026-05-19T16:22:58.889Z Compiling aead v0.5.2
22812026-05-19T16:22:58.975Z Compiling foreign-types-macros v0.2.3
22822026-05-19T16:22:59.113Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-19T16:22:59.113Z Compiling serde_path_to_error v0.1.20
22842026-05-19T16:22:59.149Z Compiling hostname v0.4.2
22852026-05-19T16:22:59.343Z Compiling proc-macro-error v1.0.4
22862026-05-19T16:22:59.399Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-19T16:22:59.540Z Compiling instant v0.1.13
22882026-05-19T16:22:59.545Z Compiling typeid v1.0.3
22892026-05-19T16:22:59.560Z Compiling debug-ignore v1.0.5
22902026-05-19T16:22:59.583Z Compiling foreign-types-shared v0.3.1
22912026-05-19T16:22:59.599Z Compiling cpufeatures v0.3.0
22922026-05-19T16:22:59.627Z Compiling backoff v0.4.0
22932026-05-19T16:22:59.666Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-05-19T16:22:59.699Z Compiling chacha20 v0.10.0
22952026-05-19T16:22:59.714Z Compiling foreign-types v0.5.0
22962026-05-19T16:22:59.718Z Compiling parse-display v0.10.0
22972026-05-19T16:22:59.718Z Compiling argon2 v0.5.3
22982026-05-19T16:22:59.793Z Compiling chacha20poly1305 v0.10.1
22992026-05-19T16:22:59.817Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-19T16:22:59.887Z Compiling num_enum_derive v0.5.11
23012026-05-19T16:22:59.905Z Compiling num_enum v0.7.5
23022026-05-19T16:22:59.908Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-19T16:23:00.026Z Compiling ciborium v0.2.2
23042026-05-19T16:23:00.045Z Compiling vsss-rs v3.3.4
23052026-05-19T16:23:00.351Z Compiling tabwriter v1.4.1
23062026-05-19T16:23:00.369Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23072026-05-19T16:23:00.383Z Compiling regress v0.10.5
23082026-05-19T16:23:00.646Z Compiling byte-wrapper v0.1.0
23092026-05-19T16:23:00.719Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23102026-05-19T16:23:00.745Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23112026-05-19T16:23:00.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23122026-05-19T16:23:00.782Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23132026-05-19T16:23:00.838Z Compiling cstr-argument v0.1.2
23142026-05-19T16:23:00.896Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-05-19T16:23:01.037Z Compiling erased-serde v0.4.9
23162026-05-19T16:23:01.143Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-19T16:23:01.161Z Compiling num_enum v0.5.11
23182026-05-19T16:23:01.218Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-05-19T16:23:01.376Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-05-19T16:23:01.411Z Compiling rand v0.10.0
23212026-05-19T16:23:01.447Z Compiling rayon v1.11.0
23222026-05-19T16:23:01.584Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-05-19T16:23:01.602Z Compiling indent_write v2.2.0
23242026-05-19T16:23:01.606Z Compiling colored v3.1.1
23252026-05-19T16:23:01.606Z Compiling libefi-sys v0.1.0
23262026-05-19T16:23:01.651Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-19T16:23:01.654Z Compiling zone_cfg_derive v0.3.1
23282026-05-19T16:23:01.793Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-19T16:23:01.943Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-05-19T16:23:01.957Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-19T16:23:02.117Z Compiling camino-tempfile v1.4.1
23322026-05-19T16:23:02.202Z Compiling itertools v0.12.1
23332026-05-19T16:23:02.231Z Compiling usdt-attr-macro v0.5.0
23342026-05-19T16:23:02.327Z Compiling usdt-macro v0.5.0
23352026-05-19T16:23:02.348Z Compiling bitfield-struct v0.6.2
23362026-05-19T16:23:02.467Z Compiling num-derive v0.4.2
23372026-05-19T16:23:02.511Z Compiling ordered-float v2.10.1
23382026-05-19T16:23:02.549Z Compiling blake3 v1.8.3
23392026-05-19T16:23:02.819Z Compiling sigpipe v0.1.3
23402026-05-19T16:23:02.996Z Compiling memmap v0.7.0
23412026-05-19T16:23:03.013Z Compiling glob v0.3.3
23422026-05-19T16:23:03.062Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-05-19T16:23:03.079Z Compiling swrite v0.1.0
23442026-05-19T16:23:03.125Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-19T16:23:03.219Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-19T16:23:03.259Z Compiling usdt v0.5.0
23472026-05-19T16:23:03.450Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-19T16:23:03.475Z Compiling serde-value v0.7.0
23492026-05-19T16:23:03.767Z Compiling zone v0.3.1
23502026-05-19T16:23:03.783Z Compiling serde-untagged v0.1.9
23512026-05-19T16:23:03.875Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-19T16:23:03.964Z Compiling toml v0.8.23
23532026-05-19T16:23:04.016Z Compiling smf v0.2.3
23542026-05-19T16:23:04.177Z Compiling filetime v0.2.27
23552026-05-19T16:23:04.195Z Compiling arrayref v0.3.9
23562026-05-19T16:23:04.198Z Compiling arrayvec v0.7.6
23572026-05-19T16:23:04.228Z Compiling whoami v1.6.1
23582026-05-19T16:23:04.231Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-19T16:23:04.300Z Compiling xattr v1.6.1
23602026-05-19T16:23:04.350Z Compiling unicode-xid v0.2.6
23612026-05-19T16:23:04.391Z Compiling constant_time_eq v0.4.2
23622026-05-19T16:23:04.423Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-19T16:23:04.484Z Compiling cargo-util-schemas v0.8.2
23642026-05-19T16:23:04.524Z Compiling tar v0.4.45
23652026-05-19T16:23:04.613Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-05-19T16:23:04.735Z Compiling tokio-dtrace v0.1.1
23672026-05-19T16:23:04.882Z Compiling console v0.16.2
23682026-05-19T16:23:05.092Z Compiling gethostname v0.5.0
23692026-05-19T16:23:05.133Z Compiling cargo-platform v0.2.0
23702026-05-19T16:23:05.208Z Compiling unit-prefix v0.5.2
23712026-05-19T16:23:05.226Z Compiling topological-sort v0.2.2
23722026-05-19T16:23:05.256Z Compiling oxide-tokio-rt v0.1.4
23732026-05-19T16:23:05.400Z Compiling indicatif v0.18.4
23742026-05-19T16:23:05.418Z Compiling shell-words v1.1.1
23752026-05-19T16:23:05.433Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-05-19T16:23:05.696Z Compiling cargo_metadata v0.21.0
23772026-05-19T16:23:15.134Z Compiling progenitor-client v0.14.0
23782026-05-19T16:23:15.151Z Compiling progenitor-client v0.10.0
23792026-05-19T16:23:15.151Z Compiling omicron-zone-package v0.12.2
23802026-05-19T16:23:15.634Z Compiling progenitor-extras v0.2.0
23812026-05-19T16:23:17.972Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-05-19T16:23:18.069Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-05-19T16:23:18.130Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-05-19T16:23:18.168Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-05-19T16:23:18.192Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-19T16:23:18.214Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-05-19T16:23:18.231Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-19T16:23:18.456Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-05-19T16:23:18.512Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-05-19T16:23:22.350Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-05-19T16:23:30.106Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-05-19T16:23:33.268Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-05-19T16:23:34.275Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-05-19T16:23:44.058Z Finished `release` profile [optimized] target(s) in 1m 45s
23952026-05-19T16:23:44.216Z Running `target/release/omicron-package -t test target create -p dev`
23962026-05-19T16:23:44.284ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-05-19T16:23:44.288ZCreated new build target 'test' and set it as active
23982026-05-19T16:23:44.288Z
23992026-05-19T16:23:44.288Zreal 1:45.967891791
24002026-05-19T16:23:44.288Zuser 17:17.322323131
24012026-05-19T16:23:44.288Zsys 2:44.022298022
24022026-05-19T16:23:44.288Ztrap 0.473325458
24032026-05-19T16:23:44.288Ztflt 2.767611072
24042026-05-19T16:23:44.288Zdflt 4.333332821
24052026-05-19T16:23:44.288Zkflt 0.000342050
24062026-05-19T16:23:44.288Zlock 53:47.344989163
24072026-05-19T16:23:44.288Zslp 43:58.531472151
24082026-05-19T16:23:44.288Zlat 45.528188856
24092026-05-19T16:23:44.288Zstop 5:44.537139939
24102026-05-19T16:23:44.292Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-05-19T16:23:45.203Z Finished `release` profile [optimized] target(s) in 0.90s
24122026-05-19T16:23:45.281Z Running `target/release/omicron-package -t test package`
24132026-05-19T16:23:45.341ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-19T16:23:46.788Z Compiling heck v0.5.0
24152026-05-19T16:23:46.788Z Compiling regress v0.11.1
24162026-05-19T16:23:46.788Z Compiling unsafe-libyaml v0.2.11
24172026-05-19T16:23:47.055Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-05-19T16:23:47.078Z Compiling regress v0.10.5
24192026-05-19T16:23:47.107Z Compiling is-terminal v0.4.17
24202026-05-19T16:23:47.111Z Compiling unicode-width v0.1.14
24212026-05-19T16:23:47.149Z Compiling prettyplease v0.2.37
24222026-05-19T16:23:47.149Z Compiling bytecount v0.6.9
24232026-05-19T16:23:47.152Z Compiling rustls v0.22.4
24242026-05-19T16:23:47.152Z Compiling rustls-webpki v0.102.8
24252026-05-19T16:23:47.152Z Compiling derive-where v1.6.0
24262026-05-19T16:23:47.152Z Compiling thread_local v1.1.9
24272026-05-19T16:23:47.152Z Compiling compression-core v0.4.31
24282026-05-19T16:23:47.189Z Compiling match_cfg v0.1.0
24292026-05-19T16:23:47.277Z Compiling multer v3.1.0
24302026-05-19T16:23:47.346Z Compiling compression-codecs v0.4.37
24312026-05-19T16:23:47.370Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-05-19T16:23:47.374Z Compiling hostname v0.3.1
24332026-05-19T16:23:47.417Z Compiling slog-async v2.8.0
24342026-05-19T16:23:47.421Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24352026-05-19T16:23:47.421Z Compiling crossbeam-channel v0.5.15
24362026-05-19T16:23:47.480Z Compiling serde_yaml v0.9.34+deprecated
24372026-05-19T16:23:47.502Z Compiling slog-json v2.6.1
24382026-05-19T16:23:47.541Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-05-19T16:23:47.560Z Compiling serde_spanned v1.0.4
24402026-05-19T16:23:47.634Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-05-19T16:23:47.662Z Compiling take_mut v0.2.2
24422026-05-19T16:23:47.663Z Compiling term v1.2.1
24432026-05-19T16:23:47.729Z Compiling slog-bunyan v2.5.0
24442026-05-19T16:23:47.787Z Compiling async-compression v0.4.41
24452026-05-19T16:23:47.844Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-19T16:23:47.906Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-05-19T16:23:47.906Z Compiling async-stream v0.3.6
24482026-05-19T16:23:47.950Z Compiling dropshot v0.17.0
24492026-05-19T16:23:48.020Z Compiling slog-term v2.9.2
24502026-05-19T16:23:48.087Z Compiling num-rational v0.4.2
24512026-05-19T16:23:48.123Z Compiling progenitor-client v0.14.0
24522026-05-19T16:23:48.144Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-05-19T16:23:48.223Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-05-19T16:23:48.245Z Compiling waitgroup v0.1.2
24552026-05-19T16:23:48.319Z Compiling backon v1.6.0
24562026-05-19T16:23:48.349Z Compiling rustls-pemfile v2.2.0
24572026-05-19T16:23:48.410Z Compiling num-complex v0.4.6
24582026-05-19T16:23:48.434Z Compiling serde_path_to_error v0.1.20
24592026-05-19T16:23:48.461Z Compiling hostname v0.4.2
24602026-05-19T16:23:48.484Z Compiling instant v0.1.13
24612026-05-19T16:23:48.553Z Compiling debug-ignore v1.0.5
24622026-05-19T16:23:48.576Z Compiling typify-impl v0.6.2
24632026-05-19T16:23:48.598Z Compiling progenitor-extras v0.2.0
24642026-05-19T16:23:48.634Z Compiling backoff v0.4.0
24652026-05-19T16:23:48.654Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-05-19T16:23:48.692Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-19T16:23:48.851Z Compiling num v0.4.3
24682026-05-19T16:23:48.874Z Compiling parse-display v0.10.0
24692026-05-19T16:23:48.895Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-19T16:23:48.919Z Compiling progenitor-client v0.13.0
24712026-05-19T16:23:48.960Z Compiling progenitor-client v0.10.0
24722026-05-19T16:23:48.994Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-05-19T16:23:49.033Z Compiling macaddr v1.0.1
24742026-05-19T16:23:49.130Z Compiling float-ord v0.3.2
24752026-05-19T16:23:49.247Z Compiling console v0.15.11
24762026-05-19T16:23:49.306Z Compiling newline-converter v0.3.0
24772026-05-19T16:23:49.310Z Compiling atomicwrites v0.4.4
24782026-05-19T16:23:49.432Z Compiling slog-dtrace v0.3.0
24792026-05-19T16:23:49.468Z Compiling cancel-safe-futures v0.1.5
24802026-05-19T16:23:49.490Z Compiling tokio-rustls v0.25.0
24812026-05-19T16:23:49.540Z Compiling resolv-conf v0.7.6
24822026-05-19T16:23:49.652Z Compiling expectorate v1.2.0
24832026-05-19T16:23:49.745Z Compiling owo-colors v4.3.0
24842026-05-19T16:23:49.807Z Compiling toml v0.8.23
24852026-05-19T16:23:49.832Z Compiling libsw-core v0.3.2
24862026-05-19T16:23:49.927Z Compiling linked-hash-map v0.5.6
24872026-05-19T16:23:50.057Z Compiling libsw v3.5.0
24882026-05-19T16:23:50.182Z Compiling linear-map v1.2.0
24892026-05-19T16:23:50.185Z Compiling lru-cache v0.1.2
24902026-05-19T16:23:50.253Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-05-19T16:23:50.282Z Compiling minimal-lexical v0.2.1
24922026-05-19T16:23:50.365Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-19T16:23:50.417Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-19T16:23:50.464Z Compiling hickory-proto v0.24.4
24952026-05-19T16:23:50.515Z Compiling nom v7.1.3
24962026-05-19T16:23:50.560Z Compiling unicode-xid v0.2.6
24972026-05-19T16:23:50.563Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-05-19T16:23:50.620Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-05-19T16:23:50.743Z Compiling convert_case v0.10.0
25002026-05-19T16:23:51.064Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-05-19T16:23:51.136Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-05-19T16:23:51.551Z Compiling derive_more-impl v2.1.1
25032026-05-19T16:23:51.927Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-19T16:23:51.949Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-19T16:23:52.093Z Compiling papergrid v0.11.0
25062026-05-19T16:23:52.125Z Compiling typify-macro v0.6.2
25072026-05-19T16:23:52.205Z Compiling tabled_derive v0.7.0
25082026-05-19T16:23:52.369Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-05-19T16:23:52.624Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-05-19T16:23:53.074Z Compiling hickory-resolver v0.24.4
25112026-05-19T16:23:53.119Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-05-19T16:23:53.221Z Compiling derive_more v2.1.1
25132026-05-19T16:23:53.340Z Compiling termtree v0.5.1
25142026-05-19T16:23:53.364Z Compiling crossterm v0.29.0
25152026-05-19T16:23:53.575Z Compiling tabled v0.15.0
25162026-05-19T16:23:53.723Z Compiling typify v0.6.2
25172026-05-19T16:23:54.015Z Compiling progenitor-impl v0.14.0
25182026-05-19T16:23:54.208Z Compiling progenitor-impl v0.13.0
25192026-05-19T16:23:56.211Z Compiling progenitor-macro v0.14.0
25202026-05-19T16:23:56.431Z Compiling qorb v0.4.1
25212026-05-19T16:23:56.454Z Compiling progenitor-macro v0.13.0
25222026-05-19T16:23:56.478Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-05-19T16:23:57.759Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-05-19T16:23:58.243Z Compiling phf_shared v0.12.1
25252026-05-19T16:23:58.517Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-19T16:23:58.794Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25272026-05-19T16:23:59.071Z Compiling vte v0.14.1
25282026-05-19T16:23:59.182Z Compiling csv-core v0.1.13
25292026-05-19T16:23:59.341Z Compiling highway v1.3.0
25302026-05-19T16:23:59.635Z Compiling chrono-tz v0.10.4
25312026-05-19T16:23:59.903Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-19T16:24:00.096Z Compiling csv v1.4.0
25332026-05-19T16:24:00.251Z Compiling strip-ansi-escapes v0.2.1
25342026-05-19T16:24:00.417Z Compiling progenitor v0.14.0
25352026-05-19T16:24:00.624Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-05-19T16:24:00.737Z Compiling progenitor v0.13.0
25372026-05-19T16:24:00.829Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-05-19T16:24:00.942Z Compiling phf v0.12.1
25392026-05-19T16:24:01.109Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-05-19T16:24:01.142Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-05-19T16:24:01.165Z Compiling const_format_proc_macros v0.2.34
25422026-05-19T16:24:01.581Z Compiling fd-lock v4.0.4
25432026-05-19T16:24:01.604Z Compiling peg-macros v0.8.5
25442026-05-19T16:24:01.766Z Compiling nu-ansi-term v0.50.3
25452026-05-19T16:24:01.959Z Compiling const_format v0.2.35
25462026-05-19T16:24:02.090Z Compiling reedline v0.40.0
25472026-05-19T16:24:02.470Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-19T16:24:02.958Z Compiling peg v0.8.5
25492026-05-19T16:24:03.070Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-19T16:24:03.764Z Compiling bcs v0.1.6
25512026-05-19T16:24:04.084Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-19T16:24:04.229Z Compiling semver v0.1.20
25532026-05-19T16:24:04.385Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-19T16:24:04.551Z Compiling rustc_version v0.1.7
25552026-05-19T16:24:04.681Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-19T16:24:04.768Z Compiling smawk v0.3.2
25572026-05-19T16:24:04.814Z Compiling newtype_derive v0.1.6
25582026-05-19T16:24:04.974Z Compiling humantime v2.3.0
25592026-05-19T16:24:05.058Z Compiling unicode-linebreak v0.1.5
25602026-05-19T16:24:05.373Z Compiling textwrap v0.16.2
25612026-05-19T16:24:05.466Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25622026-05-19T16:24:05.666Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-05-19T16:24:05.930Z Compiling dropshot-api-manager-types v0.7.1
25642026-05-19T16:24:05.965Z Compiling base64 v0.21.7
25652026-05-19T16:24:06.094Z Compiling steno v0.4.1
25662026-05-19T16:24:06.505Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-19T16:24:06.564Z Compiling tagptr v0.2.0
25682026-05-19T16:24:06.983Z Compiling moka v0.12.13
25692026-05-19T16:24:07.010Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-19T16:24:07.109Z Compiling utf-8 v0.7.6
25712026-05-19T16:24:07.289Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-05-19T16:24:07.321Z Compiling tungstenite v0.21.0
25732026-05-19T16:24:07.357Z Compiling radium v0.7.0
25742026-05-19T16:24:07.450Z Compiling maybe-uninit v2.0.0
25752026-05-19T16:24:07.480Z Compiling tap v1.0.1
25762026-05-19T16:24:07.630Z Compiling wyz v0.5.1
25772026-05-19T16:24:07.868Z Compiling zerocopy-derive v0.6.6
25782026-05-19T16:24:07.890Z Compiling display-error-chain v0.2.2
25792026-05-19T16:24:07.945Z Compiling tokio-tungstenite v0.21.0
25802026-05-19T16:24:08.068Z Compiling crc-catalog v2.4.0
25812026-05-19T16:24:08.207Z Compiling hickory-resolver v0.25.2
25822026-05-19T16:24:08.266Z Compiling packed_struct v0.10.1
25832026-05-19T16:24:08.329Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25842026-05-19T16:24:08.573Z Compiling funty v2.0.0
25852026-05-19T16:24:08.669Z Compiling zerocopy v0.6.6
25862026-05-19T16:24:09.073Z Compiling bitvec v1.0.1
25872026-05-19T16:24:09.255Z Compiling crc v3.4.0
25882026-05-19T16:24:09.490Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-05-19T16:24:09.583Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-05-19T16:24:09.641Z Compiling num-derive v0.3.3
25912026-05-19T16:24:09.757Z Compiling packed_struct_codegen v0.10.1
25922026-05-19T16:24:10.242Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25932026-05-19T16:24:10.558Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-19T16:24:10.790Z Compiling bitfield-macros v0.19.4
25952026-05-19T16:24:10.923Z Compiling proc-macro-error-attr2 v2.0.0
25962026-05-19T16:24:11.335Z Compiling indexmap v1.9.3
25972026-05-19T16:24:11.475Z Compiling nodrop v0.1.14
25982026-05-19T16:24:11.562Z Compiling bitfield v0.19.4
25992026-05-19T16:24:11.627Z Compiling array-init v0.0.4
26002026-05-19T16:24:11.655Z Compiling proc-macro-error2 v2.0.1
26012026-05-19T16:24:11.989Z Compiling libscf-sys v1.1.0
26022026-05-19T16:24:12.039Z Compiling smallvec v0.6.14
26032026-05-19T16:24:12.172Z Compiling typify-impl v0.4.3
26042026-05-19T16:24:12.326Z Compiling hashbrown v0.12.3
26052026-05-19T16:24:12.376Z Compiling serde-hex v0.1.0
26062026-05-19T16:24:12.552Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26072026-05-19T16:24:12.649Z Compiling tabled_derive v0.11.0
26082026-05-19T16:24:13.263Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-19T16:24:13.463Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-19T16:24:13.524Z Compiling ron v0.8.1
26112026-05-19T16:24:13.670Z Compiling papergrid v0.17.0
26122026-05-19T16:24:13.747Z Compiling testing_table v0.3.0
26132026-05-19T16:24:14.206Z Compiling hashbrown v0.13.2
26142026-05-19T16:24:14.563Z Compiling vergen-gitcl v1.0.8
26152026-05-19T16:24:14.806Z Compiling dirs-sys-next v0.1.2
26162026-05-19T16:24:14.830Z Compiling maplit v1.0.2
26172026-05-19T16:24:14.830Z Compiling glob v0.3.3
26182026-05-19T16:24:14.873Z Compiling crunchy v0.2.4
26192026-05-19T16:24:14.877Z Compiling crc-any v2.5.0
26202026-05-19T16:24:14.952Z Compiling diesel_derives v2.3.7
26212026-05-19T16:24:15.080Z Compiling dirs-next v2.0.0
26222026-05-19T16:24:15.216Z Compiling clang-sys v1.8.1
26232026-05-19T16:24:15.216Z Compiling tabled v0.20.0
26242026-05-19T16:24:15.283Z Compiling object v0.30.4
26252026-05-19T16:24:15.328Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-05-19T16:24:15.348Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-19T16:24:15.644Z Compiling dsl_auto_type v0.2.0
26282026-05-19T16:24:15.691Z Compiling typify-macro v0.4.3
26292026-05-19T16:24:15.695Z Compiling scheduled-thread-pool v0.2.7
26302026-05-19T16:24:15.969Z Compiling diesel_table_macro_syntax v0.3.0
26312026-05-19T16:24:16.025Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-19T16:24:16.202Z Compiling xshell-macros v0.2.7
26332026-05-19T16:24:16.229Z Compiling path-slash v0.1.5
26342026-05-19T16:24:16.271Z Compiling tiny-keccak v2.0.2
26352026-05-19T16:24:16.336Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-19T16:24:16.520Z Compiling r2d2 v0.8.10
26372026-05-19T16:24:16.613Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-05-19T16:24:16.635Z Compiling xshell v0.2.7
26392026-05-19T16:24:16.935Z Compiling term v0.7.0
26402026-05-19T16:24:17.224Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-19T16:24:17.332Z Compiling bit-vec v0.6.3
26422026-05-19T16:24:17.475Z Compiling downcast-rs v2.0.2
26432026-05-19T16:24:17.540Z Compiling bit-set v0.5.3
26442026-05-19T16:24:17.624Z Compiling ascii-canvas v3.0.0
26452026-05-19T16:24:17.750Z Compiling itertools v0.10.5
26462026-05-19T16:24:17.900Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26472026-05-19T16:24:17.987Z Compiling ena v0.14.4
26482026-05-19T16:24:18.018Z Compiling libloading v0.8.9
26492026-05-19T16:24:18.232Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-05-19T16:24:18.258Z Compiling crc8 v0.1.1
26512026-05-19T16:24:18.406Z Compiling bindgen v0.71.1
26522026-05-19T16:24:18.719Z Compiling diff v0.1.13
26532026-05-19T16:24:18.907Z Compiling unicase v2.9.0
26542026-05-19T16:24:19.007Z Compiling regex-syntax v0.6.29
26552026-05-19T16:24:19.226Z Compiling typify v0.4.3
26562026-05-19T16:24:19.394Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26572026-05-19T16:24:19.477Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26582026-05-19T16:24:20.071Z Compiling cexpr v0.6.0
26592026-05-19T16:24:20.212Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26602026-05-19T16:24:20.236Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26612026-05-19T16:24:20.426Z Compiling lalrpop v0.19.12
26622026-05-19T16:24:20.484Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-19T16:24:20.703Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-19T16:24:20.751Z Compiling headers-core v0.3.0
26652026-05-19T16:24:20.983Z Compiling git-stub v1.0.0
26662026-05-19T16:24:21.190Z Compiling libxml v0.3.3
26672026-05-19T16:24:21.279Z Compiling git-stub-vcs v0.1.0
26682026-05-19T16:24:21.304Z Compiling diesel v2.3.7
26692026-05-19T16:24:21.358Z Compiling headers v0.4.1
26702026-05-19T16:24:21.518Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-19T16:24:21.682Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-05-19T16:24:21.914Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-05-19T16:24:22.307Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742026-05-19T16:24:22.404Z Compiling strum_macros v0.24.3
26752026-05-19T16:24:22.763Z Compiling indoc v1.0.9
26762026-05-19T16:24:23.282Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-19T16:24:23.305Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-19T16:24:23.533Z Compiling derive_builder v0.20.2
26792026-05-19T16:24:23.698Z Compiling oso-derive v0.27.3
26802026-05-19T16:24:23.721Z Compiling quick-xml v0.37.5
26812026-05-19T16:24:24.199Z Compiling impl-trait-for-tuples v0.2.3
26822026-05-19T16:24:24.244Z Compiling openssl-probe v0.1.6
26832026-05-19T16:24:24.303Z Compiling half v1.8.3
26842026-05-19T16:24:24.558Z Compiling serde_cbor v0.11.2
26852026-05-19T16:24:24.801Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-05-19T16:24:25.208Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-05-19T16:24:25.327Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-05-19T16:24:25.525Z Compiling bb8 v0.8.6
26892026-05-19T16:24:25.566Z Compiling samael v0.0.19
26902026-05-19T16:24:25.593Z Compiling trait-variant v0.1.2
26912026-05-19T16:24:25.615Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-05-19T16:24:25.665Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-05-19T16:24:25.885Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-19T16:24:25.914Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-19T16:24:26.010Z Compiling fxhash v0.2.1
26962026-05-19T16:24:26.158Z Compiling salty v0.3.0
26972026-05-19T16:24:26.162Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26982026-05-19T16:24:26.483Z Compiling progenitor-impl v0.10.0
26992026-05-19T16:24:26.521Z Compiling progenitor-impl v0.11.2
27002026-05-19T16:24:26.571Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-05-19T16:24:26.708Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-05-19T16:24:27.326Z Compiling kstat-rs v0.2.4
27032026-05-19T16:24:27.451Z Compiling libz-sys v1.1.24
27042026-05-19T16:24:27.837Z Compiling nonempty v0.12.0
27052026-05-19T16:24:27.989Z Compiling polar-core v0.27.3
27062026-05-19T16:24:28.017Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-19T16:24:28.068Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27082026-05-19T16:24:28.677Z Compiling progenitor-macro v0.10.0
27092026-05-19T16:24:28.829Z Compiling progenitor-macro v0.11.2
27102026-05-19T16:24:30.003Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-19T16:24:30.484Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27122026-05-19T16:24:31.639Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-19T16:24:31.857Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-19T16:24:32.447Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-05-19T16:24:32.591Z Compiling progenitor-client v0.11.2
27162026-05-19T16:24:32.811Z Compiling darling_core v0.23.0
27172026-05-19T16:24:32.971Z Compiling nanorand v0.7.0
27182026-05-19T16:24:32.994Z Compiling arc-swap v1.8.2
27192026-05-19T16:24:33.143Z Compiling fs-err v2.11.0
27202026-05-19T16:24:33.357Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27212026-05-19T16:24:33.389Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27222026-05-19T16:24:33.412Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-05-19T16:24:35.287Z Compiling parking_lot_core v0.8.6
27242026-05-19T16:24:35.571Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-19T16:24:36.900Z Compiling mime_guess v2.0.5
27262026-05-19T16:24:37.451Z Compiling oso v0.27.3
27272026-05-19T16:24:37.816Z Compiling darling_macro v0.23.0
27282026-05-19T16:24:38.018Z Compiling slog-scope v4.4.1
27292026-05-19T16:24:38.333Z Compiling flume v0.11.1
27302026-05-19T16:24:38.476Z Compiling progenitor v0.11.2
27312026-05-19T16:24:38.767Z Compiling async-bb8-diesel v0.2.1
27322026-05-19T16:24:39.237Z Compiling diesel-dtrace v0.5.0
27332026-05-19T16:24:39.568Z Compiling progenitor v0.10.0
27342026-05-19T16:24:39.793Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-19T16:24:40.096Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27362026-05-19T16:24:41.508Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-05-19T16:24:42.210Z Compiling primeorder v0.13.6
27382026-05-19T16:24:42.274Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-19T16:24:42.538Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-19T16:24:42.702Z Compiling instability v0.3.11
27412026-05-19T16:24:42.973Z Compiling p384 v0.13.1
27422026-05-19T16:24:43.796Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-19T16:24:44.084Z Compiling darling v0.23.0
27442026-05-19T16:24:44.106Z Compiling slog-stdlog v4.1.1
27452026-05-19T16:24:44.646Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-19T16:24:44.756Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-19T16:24:44.982Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-19T16:24:45.033Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-05-19T16:24:45.094Z Compiling ignore v0.4.25
27502026-05-19T16:24:45.191Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-19T16:24:45.592Z Compiling castaway v0.2.4
27522026-05-19T16:24:45.764Z Compiling atty v0.2.14
27532026-05-19T16:24:45.923Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-19T16:24:46.174Z Compiling http-range v0.1.5
27552026-05-19T16:24:46.215Z Compiling indoc v2.0.7
27562026-05-19T16:24:46.517Z Compiling parse-size v1.1.0
27572026-05-19T16:24:46.703Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-19T16:24:46.749Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-19T16:24:47.027Z Compiling globwalk v0.9.1
27602026-05-19T16:24:47.391Z Compiling compact_str v0.8.1
27612026-05-19T16:24:47.760Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-19T16:24:48.322Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-19T16:24:48.552Z Compiling parking_lot v0.11.2
27642026-05-19T16:24:49.506Z Compiling slog-envlogger v2.2.0
27652026-05-19T16:24:49.884Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-19T16:24:50.522Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-19T16:24:50.719Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-19T16:24:50.809Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-19T16:24:51.095Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-19T16:24:51.174Z Compiling predicates-tree v1.0.13
27712026-05-19T16:24:51.314Z Compiling unicode-truncate v1.1.0
27722026-05-19T16:24:51.538Z Compiling lru v0.12.5
27732026-05-19T16:24:51.561Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-19T16:24:51.653Z Compiling rand_seeder v0.4.0
27752026-05-19T16:24:51.675Z Compiling prefix-trie v0.7.0
27762026-05-19T16:24:51.779Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-19T16:24:51.922Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-19T16:24:51.966Z Compiling vergen-git2 v1.0.7
27792026-05-19T16:24:52.123Z Compiling corncobs v0.1.4
27802026-05-19T16:24:52.184Z Compiling cassowary v0.3.0
27812026-05-19T16:24:52.206Z Compiling illumos-nvpair-sys v0.2.0
27822026-05-19T16:24:52.337Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-19T16:24:52.342Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-05-19T16:24:52.387Z Compiling hickory-server v0.25.2
27852026-05-19T16:24:52.487Z Compiling ratatui v0.29.0
27862026-05-19T16:24:52.534Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-05-19T16:24:52.616Z Compiling camino-tempfile-ext v0.3.3
27882026-05-19T16:24:52.825Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-19T16:24:53.035Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-05-19T16:24:53.320Z Compiling hyper-staticfile v0.10.1
27912026-05-19T16:24:53.810Z Compiling sled v0.34.7
27922026-05-19T16:24:54.383Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-19T16:24:54.619Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-19T16:24:55.068Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-19T16:24:56.812Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-05-19T16:24:57.041Z Compiling secrecy v0.8.0
27972026-05-19T16:24:57.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-05-19T16:24:57.326Z Compiling rustls v0.21.12
27992026-05-19T16:24:57.633Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-05-19T16:24:58.061Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-05-19T16:24:58.286Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-05-19T16:24:58.755Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28032026-05-19T16:24:59.937Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-05-19T16:25:00.151Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-05-19T16:25:00.190Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-19T16:25:00.938Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-05-19T16:25:01.483Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-19T16:25:01.722Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-05-19T16:25:01.955Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-05-19T16:25:02.195Z Compiling rustls-webpki v0.101.7
28112026-05-19T16:25:02.989Z Compiling sct v0.7.1
28122026-05-19T16:25:03.047Z Compiling nix v0.29.0
28132026-05-19T16:25:03.200Z Compiling dropshot v0.16.7
28142026-05-19T16:25:03.270Z Compiling void v1.0.2
28152026-05-19T16:25:03.391Z Compiling lzss v0.8.2
28162026-05-19T16:25:03.598Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-19T16:25:03.620Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-19T16:25:03.680Z Compiling illumos-nvpair v0.3.0
28192026-05-19T16:25:04.180Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-05-19T16:25:04.623Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-19T16:25:04.915Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-19T16:25:05.172Z Compiling tungstenite v0.23.0
28232026-05-19T16:25:05.390Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-19T16:25:06.177Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28252026-05-19T16:25:06.271Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-05-19T16:25:06.404Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-05-19T16:25:06.504Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-05-19T16:25:06.646Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28292026-05-19T16:25:06.746Z Compiling toml v0.9.12+spec-1.1.0
28302026-05-19T16:25:06.889Z Compiling nix v0.27.1
28312026-05-19T16:25:07.547Z Compiling dropshot_endpoint v0.16.7
28322026-05-19T16:25:07.581Z Compiling serde_bytes v0.11.19
28332026-05-19T16:25:07.817Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28342026-05-19T16:25:07.888Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28352026-05-19T16:25:08.242Z Compiling tokio-tungstenite v0.23.1
28362026-05-19T16:25:08.457Z Compiling git2 v0.20.4
28372026-05-19T16:25:08.641Z Compiling tokio-rustls v0.24.1
28382026-05-19T16:25:08.945Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-05-19T16:25:11.568Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-05-19T16:25:11.615Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-05-19T16:25:13.947Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-05-19T16:25:14.097Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-05-19T16:25:14.767Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-05-19T16:25:14.817Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-05-19T16:25:15.107Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28462026-05-19T16:25:15.219Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28472026-05-19T16:25:15.312Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-05-19T16:25:16.740Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-05-19T16:25:17.095Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-05-19T16:25:17.137Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-05-19T16:25:17.170Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-05-19T16:25:17.971Z Compiling rustls-pemfile v1.0.4
28532026-05-19T16:25:18.212Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-05-19T16:25:18.403Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-05-19T16:25:18.592Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-05-19T16:25:19.129Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-05-19T16:25:19.886Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-05-19T16:25:20.419Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-05-19T16:25:21.578Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-05-19T16:25:21.842Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-05-19T16:25:22.058Z Compiling signal-hook-tokio v0.3.1
28622026-05-19T16:25:22.081Z Compiling twox-hash v2.1.2
28632026-05-19T16:25:22.250Z Compiling yasna v0.5.2
28642026-05-19T16:25:22.288Z Compiling is_ci v1.2.0
28652026-05-19T16:25:22.598Z Compiling supports-color v3.0.2
28662026-05-19T16:25:22.751Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-05-19T16:25:22.857Z Compiling rcgen v0.12.1
28682026-05-19T16:25:23.871Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-05-19T16:25:23.907Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-05-19T16:25:24.133Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-05-19T16:25:24.588Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-05-19T16:25:26.426Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-05-19T16:25:26.510Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-05-19T16:25:27.317Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-05-19T16:25:27.346Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-05-19T16:25:27.404Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-05-19T16:25:27.641Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-05-19T16:25:27.889Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-05-19T16:25:28.119Z Compiling fatfs v0.3.6
28802026-05-19T16:25:29.159Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-05-19T16:25:29.372Z Compiling subprocess v0.2.15
28822026-05-19T16:25:29.888Z Compiling rtoolbox v0.0.3
28832026-05-19T16:25:30.034Z Compiling assert_matches v1.5.0
28842026-05-19T16:25:30.163Z Compiling seq-macro v0.3.6
28852026-05-19T16:25:30.191Z Compiling rpassword v7.4.0
28862026-05-19T16:25:30.494Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-05-19T16:25:30.805Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-19T16:25:31.225Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-05-19T16:25:31.365Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28902026-05-19T16:25:31.635Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-05-19T16:25:32.888Z Compiling tui-tree-widget v0.23.1
28922026-05-19T16:25:33.195Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-19T16:25:33.909Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-19T16:25:34.360Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-19T16:25:34.488Z Compiling uzers v0.12.2
28962026-05-19T16:25:34.725Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-19T16:25:35.699Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-19T16:25:36.849Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-19T16:25:37.019Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-19T16:25:39.407Z Compiling support-bundle-viewer v0.1.2
29012026-05-19T16:25:40.829Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-05-19T16:25:41.357Z Compiling multimap v0.10.1
29032026-05-19T16:25:49.715Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-05-19T16:25:50.140Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-19T16:26:02.939Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-05-19T16:26:03.559Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-05-19T16:31:39.274Z Finished `release` profile [optimized] target(s) in 7m 53s
29082026-05-19T16:32:23.129Z
29092026-05-19T16:32:23.150Zreal 8:38.808775662
29102026-05-19T16:32:23.150Zuser 1:19:29.475335835
29112026-05-19T16:32:23.150Zsys 3:32.892291796
29122026-05-19T16:32:23.150Ztrap 1.825852065
29132026-05-19T16:32:23.150Ztflt 2.453419421
29142026-05-19T16:32:23.150Zdflt 17.156063650
29152026-05-19T16:32:23.151Zkflt 0.110126330
29162026-05-19T16:32:23.151Zlock 6:46:54.723510196
29172026-05-19T16:32:23.151Zslp 2:16:52.144955190
29182026-05-19T16:32:23.151Zlat 2:37.108953594
29192026-05-19T16:32:23.151Zstop 5:25.543777474
29202026-05-19T16:32:23.151Z+ mapfile -t packages
29212026-05-19T16:32:23.151Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-05-19T16:32:24.114Z Finished `release` profile [optimized] target(s) in 0.96s
29232026-05-19T16:32:24.183Z Running `target/release/omicron-package -t test list-outputs`
29242026-05-19T16:32:24.244ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-05-19T16:32:24.258Z+ ptime -m cargo build --locked --release -p xtask
29262026-05-19T16:32:24.809Z Compiling libc v0.2.185
29272026-05-19T16:32:24.809Z Compiling serde v1.0.228
29282026-05-19T16:32:24.812Z Compiling serde_core v1.0.228
29292026-05-19T16:32:24.813Z Compiling rustix v1.1.3
29302026-05-19T16:32:24.813Z Compiling serde_json v1.0.149
29312026-05-19T16:32:24.813Z Compiling bitflags v2.11.0
29322026-05-19T16:32:24.896Z Compiling num-traits v0.2.19
29332026-05-19T16:32:24.925Z Compiling syn v2.0.117
29342026-05-19T16:32:24.974Z Compiling smallvec v1.15.1
29352026-05-19T16:32:24.974Z Compiling indexmap v2.14.0
29362026-05-19T16:32:25.004Z Compiling usdt-impl v0.5.0
29372026-05-19T16:32:25.022Z Compiling syn v1.0.109
29382026-05-19T16:32:25.047Z Compiling log v0.4.29
29392026-05-19T16:32:25.047Z Compiling percent-encoding v2.3.2
29402026-05-19T16:32:25.179Z Compiling getrandom v0.4.1
29412026-05-19T16:32:25.261Z Compiling form_urlencoded v1.2.2
29422026-05-19T16:32:25.411Z Compiling fs-err v3.3.0
29432026-05-19T16:32:25.426Z Compiling heck v0.4.1
29442026-05-19T16:32:25.426Z Compiling once_cell v1.21.3
29452026-05-19T16:32:25.430Z Compiling anyhow v1.0.102
29462026-05-19T16:32:25.668Z Compiling thread-id v4.2.2
29472026-05-19T16:32:25.683Z Compiling errno v0.3.14
29482026-05-19T16:32:25.713Z Compiling memmap v0.7.0
29492026-05-19T16:32:25.949Z Compiling ordered-float v2.10.1
29502026-05-19T16:32:26.512Z Compiling proc-macro-error v1.0.4
29512026-05-19T16:32:26.700Z Compiling terminal_size v0.4.3
29522026-05-19T16:32:26.700Z Compiling tempfile v3.25.0
29532026-05-19T16:32:26.757Z Compiling tabled_derive v0.7.0
29542026-05-19T16:32:26.796Z Compiling clap_builder v4.5.60
29552026-05-19T16:32:26.796Z Compiling textwrap v0.16.2
29562026-05-19T16:32:26.936Z Compiling camino-tempfile v1.4.1
29572026-05-19T16:32:27.448Z Compiling tabled v0.15.0
29582026-05-19T16:32:27.510Z Compiling synstructure v0.13.2
29592026-05-19T16:32:27.510Z Compiling pest_generator v2.8.6
29602026-05-19T16:32:27.915Z Compiling serde_derive v1.0.228
29612026-05-19T16:32:27.915Z Compiling zerovec-derive v0.11.2
29622026-05-19T16:32:27.953Z Compiling displaydoc v0.2.5
29632026-05-19T16:32:27.953Z Compiling thiserror-impl v1.0.69
29642026-05-19T16:32:27.953Z Compiling zerocopy-derive v0.7.35
29652026-05-19T16:32:27.953Z Compiling scroll_derive v0.12.1
29662026-05-19T16:32:27.953Z Compiling thiserror-impl v2.0.18
29672026-05-19T16:32:27.953Z Compiling clap_derive v4.5.55
29682026-05-19T16:32:27.983Z Compiling zerofrom-derive v0.1.6
29692026-05-19T16:32:28.035Z Compiling yoke-derive v0.8.1
29702026-05-19T16:32:28.612Z Compiling pest_derive v2.8.6
29712026-05-19T16:32:28.685Z Compiling scroll v0.12.0
29722026-05-19T16:32:28.761Z Compiling zerocopy v0.7.35
29732026-05-19T16:32:29.006Z Compiling goblin v0.8.2
29742026-05-19T16:32:29.057Z Compiling thiserror v1.0.69
29752026-05-19T16:32:29.150Z Compiling dtrace-parser v0.2.0
29762026-05-19T16:32:29.163Z Compiling zerofrom v0.1.6
29772026-05-19T16:32:29.205Z Compiling thiserror v2.0.18
29782026-05-19T16:32:29.311Z Compiling yoke v0.8.1
29792026-05-19T16:32:29.538Z Compiling zerovec v0.11.5
29802026-05-19T16:32:29.561Z Compiling zerotrie v0.2.3
29812026-05-19T16:32:29.649Z Compiling clap v4.5.60
29822026-05-19T16:32:30.152Z Compiling tinystr v0.8.2
29832026-05-19T16:32:30.395Z Compiling icu_locale_core v2.1.1
29842026-05-19T16:32:31.197Z Compiling potential_utf v0.1.4
29852026-05-19T16:32:31.255Z Compiling icu_provider v2.1.1
29862026-05-19T16:32:31.398Z Compiling icu_collections v2.1.1
29872026-05-19T16:32:31.467Z Compiling toml_datetime v0.6.11
29882026-05-19T16:32:31.492Z Compiling serde_spanned v0.6.9
29892026-05-19T16:32:31.551Z Compiling serde-value v0.7.0
29902026-05-19T16:32:31.624Z Compiling dof v0.3.0
29912026-05-19T16:32:31.679Z Compiling toml_edit v0.22.27
29922026-05-19T16:32:31.692Z Compiling cargo-platform v0.2.0
29932026-05-19T16:32:31.705Z Compiling macaddr v1.0.1
29942026-05-19T16:32:31.866Z Compiling icu_normalizer v2.1.1
29952026-05-19T16:32:31.882Z Compiling icu_properties v2.1.2
29962026-05-19T16:32:31.922Z Compiling serde_tokenstream v0.2.3
29972026-05-19T16:32:32.704Z Compiling usdt-macro v0.5.0
29982026-05-19T16:32:32.740Z Compiling usdt-attr-macro v0.5.0
29992026-05-19T16:32:32.839Z Compiling idna_adapter v1.2.1
30002026-05-19T16:32:32.998Z Compiling idna v1.1.0
30012026-05-19T16:32:33.275Z Compiling toml v0.8.23
30022026-05-19T16:32:33.333Z Compiling url v2.5.8
30032026-05-19T16:32:33.422Z Compiling usdt v0.5.0
30042026-05-19T16:32:33.727Z Compiling cargo_toml v0.21.0
30052026-05-19T16:32:33.851Z Compiling cargo-util-schemas v0.8.2
30062026-05-19T16:32:34.870Z Compiling cargo_metadata v0.21.0
30072026-05-19T16:32:37.851Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-05-19T16:32:40.894Z Finished `release` profile [optimized] target(s) in 16.63s
30092026-05-19T16:32:41.021Z
30102026-05-19T16:32:41.021Zreal 16.735623494
30112026-05-19T16:32:41.021Zuser 2:22.632843115
30122026-05-19T16:32:41.021Zsys 17.075077226
30132026-05-19T16:32:41.025Ztrap 0.099541138
30142026-05-19T16:32:41.025Ztflt 0.591924131
30152026-05-19T16:32:41.025Zdflt 1.454841644
30162026-05-19T16:32:41.025Zkflt 0.000311940
30172026-05-19T16:32:41.025Zlock 5:12.281476610
30182026-05-19T16:32:41.025Zslp 3:26.160307155
30192026-05-19T16:32:41.025Zlat 6.530601084
30202026-05-19T16:32:41.025Zstop 19.392948679
30212026-05-19T16:32:41.025Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-19T16:32:41.025Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-19T16:32:41.025Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-19T16:32:41.025Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-19T16:32:41.025Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-05-19T16:32:41.990Z Compiling newtype-uuid-macros v0.1.0
30272026-05-19T16:32:41.990Z Compiling regress v0.10.5
30282026-05-19T16:32:41.990Z Compiling structmeta-derive v0.3.0
30292026-05-19T16:32:41.995Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-05-19T16:32:41.995Z Compiling rustls v0.22.4
30312026-05-19T16:32:42.146Z Compiling rustls-webpki v0.102.8
30322026-05-19T16:32:42.153Z Compiling multer v3.1.0
30332026-05-19T16:32:42.158Z Compiling debug-ignore v1.0.5
30342026-05-19T16:32:42.158Z Compiling compression-core v0.4.31
30352026-05-19T16:32:42.158Z Compiling match_cfg v0.1.0
30362026-05-19T16:32:42.169Z Compiling slog-json v2.6.1
30372026-05-19T16:32:42.172Z Compiling async-stream-impl v0.3.6
30382026-05-19T16:32:42.201Z Compiling serde_spanned v1.0.4
30392026-05-19T16:32:42.205Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-05-19T16:32:42.205Z Compiling dropshot v0.17.0
30412026-05-19T16:32:42.205Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-05-19T16:32:42.394Z Compiling compression-codecs v0.4.37
30432026-05-19T16:32:42.458Z Compiling hostname v0.3.1
30442026-05-19T16:32:42.458Z Compiling progenitor-client v0.14.0
30452026-05-19T16:32:42.492Z Compiling itertools v0.14.0
30462026-05-19T16:32:42.529Z Compiling toml v1.0.6+spec-1.1.0
30472026-05-19T16:32:42.533Z Compiling waitgroup v0.1.2
30482026-05-19T16:32:42.533Z Compiling rustls-pemfile v2.2.0
30492026-05-19T16:32:42.587Z Compiling slog-bunyan v2.5.0
30502026-05-19T16:32:42.614Z Compiling async-compression v0.4.41
30512026-05-19T16:32:42.614Z Compiling dropshot_endpoint v0.17.0
30522026-05-19T16:32:42.712Z Compiling serde_path_to_error v0.1.20
30532026-05-19T16:32:42.715Z Compiling hostname v0.4.2
30542026-05-19T16:32:42.783Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-05-19T16:32:42.793Z Compiling macaddr v1.0.1
30562026-05-19T16:32:42.835Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-05-19T16:32:42.897Z Compiling async-stream v0.3.6
30582026-05-19T16:32:42.901Z Compiling instant v0.1.13
30592026-05-19T16:32:42.931Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-05-19T16:32:42.973Z Compiling progenitor-client v0.10.0
30612026-05-19T16:32:42.993Z Compiling backon v1.6.0
30622026-05-19T16:32:43.043Z Compiling backoff v0.4.0
30632026-05-19T16:32:43.046Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-05-19T16:32:43.101Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-05-19T16:32:43.101Z Compiling universal-hash v0.5.1
30662026-05-19T16:32:43.170Z Compiling progenitor-extras v0.2.0
30672026-05-19T16:32:43.228Z Compiling unsafe-libyaml v0.2.11
30682026-05-19T16:32:43.263Z Compiling opaque-debug v0.3.1
30692026-05-19T16:32:43.281Z Compiling half v2.7.1
30702026-05-19T16:32:43.285Z Compiling structmeta v0.3.0
30712026-05-19T16:32:43.315Z Compiling ciborium-io v0.2.2
30722026-05-19T16:32:43.315Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-05-19T16:32:43.351Z Compiling crucible-workspace-hack v0.1.0
30742026-05-19T16:32:43.376Z Compiling regress v0.11.1
30752026-05-19T16:32:43.431Z Compiling convert_case v0.4.0
30762026-05-19T16:32:43.449Z Compiling aead v0.5.2
30772026-05-19T16:32:43.494Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-05-19T16:32:43.511Z Compiling secrecy v0.10.3
30792026-05-19T16:32:43.549Z Compiling derive-ex v0.1.8
30802026-05-19T16:32:43.570Z Compiling parse-display-derive v0.10.0
30812026-05-19T16:32:43.632Z Compiling ciborium-ll v0.2.2
30822026-05-19T16:32:43.686Z Compiling poly1305 v0.8.0
30832026-05-19T16:32:43.703Z Compiling chacha20 v0.9.1
30842026-05-19T16:32:43.746Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30852026-05-19T16:32:43.787Z Compiling serde_yaml v0.9.34+deprecated
30862026-05-19T16:32:43.815Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-05-19T16:32:43.841Z Compiling derive_more v0.99.20
30882026-05-19T16:32:43.885Z Compiling ciborium v0.2.2
30892026-05-19T16:32:43.902Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-05-19T16:32:43.994Z Compiling thiserror-impl-no-std v2.0.2
30912026-05-19T16:32:44.028Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-05-19T16:32:44.051Z Compiling byte-wrapper v0.1.0
30932026-05-19T16:32:44.212Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-05-19T16:32:44.256Z Compiling password-hash v0.5.0
30952026-05-19T16:32:44.272Z Compiling blake2 v0.10.6
30962026-05-19T16:32:44.431Z Compiling chacha20poly1305 v0.10.1
30972026-05-19T16:32:44.479Z Compiling indent_write v2.2.0
30982026-05-19T16:32:44.498Z Compiling heapless v0.8.0
30992026-05-19T16:32:44.498Z Compiling ingot-macros v0.1.1
31002026-05-19T16:32:44.615Z Compiling argon2 v0.5.3
31012026-05-19T16:32:44.649Z Compiling tabwriter v1.4.1
31022026-05-19T16:32:44.694Z Compiling tokio-rustls v0.25.0
31032026-05-19T16:32:44.875Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-05-19T16:32:44.957Z Compiling num-rational v0.4.2
31052026-05-19T16:32:45.047Z Compiling typify-impl v0.6.2
31062026-05-19T16:32:45.247Z Compiling thiserror-no-std v2.0.2
31072026-05-19T16:32:45.290Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-05-19T16:32:45.343Z Compiling test-strategy v0.4.5
31092026-05-19T16:32:45.367Z Compiling vsss-rs v3.3.4
31102026-05-19T16:32:45.386Z Compiling hash32 v0.3.1
31112026-05-19T16:32:45.401Z Compiling parse-display v0.10.0
31122026-05-19T16:32:45.574Z Compiling num-complex v0.4.6
31132026-05-19T16:32:45.597Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-05-19T16:32:45.614Z Compiling smoltcp v0.11.0
31152026-05-19T16:32:45.882Z Compiling proc-macro-crate v3.4.0
31162026-05-19T16:32:45.898Z Compiling atomicwrites v0.4.4
31172026-05-19T16:32:46.028Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-19T16:32:46.048Z Compiling num v0.4.3
31192026-05-19T16:32:46.097Z Compiling cobs v0.3.0
31202026-05-19T16:32:46.125Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-05-19T16:32:46.151Z Compiling float-ord v0.3.2
31222026-05-19T16:32:46.170Z Compiling colored v3.1.1
31232026-05-19T16:32:46.292Z Compiling postcard v1.1.3
31242026-05-19T16:32:46.315Z Compiling proc-macro-error v1.0.4
31252026-05-19T16:32:46.333Z Compiling proc-macro-crate v1.3.1
31262026-05-19T16:32:46.378Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31272026-05-19T16:32:46.396Z Compiling foreign-types-macros v0.2.3
31282026-05-19T16:32:46.499Z Compiling num_enum_derive v0.7.5
31292026-05-19T16:32:46.525Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-05-19T16:32:46.581Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-05-19T16:32:46.670Z Compiling rayon-core v1.13.0
31322026-05-19T16:32:46.690Z Compiling cpufeatures v0.3.0
31332026-05-19T16:32:46.710Z Compiling foreign-types-shared v0.3.1
31342026-05-19T16:32:46.779Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-05-19T16:32:46.799Z Compiling num_enum_derive v0.5.11
31362026-05-19T16:32:46.821Z Compiling chacha20 v0.10.0
31372026-05-19T16:32:46.891Z Compiling toml v0.8.23
31382026-05-19T16:32:46.942Z Compiling crossbeam-deque v0.8.6
31392026-05-19T16:32:46.979Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31402026-05-19T16:32:47.009Z Compiling camino-tempfile v1.4.1
31412026-05-19T16:32:47.029Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-05-19T16:32:47.032Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31432026-05-19T16:32:47.067Z Compiling foreign-types v0.5.0
31442026-05-19T16:32:47.167Z Compiling cstr-argument v0.1.2
31452026-05-19T16:32:47.184Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31462026-05-19T16:32:47.277Z Compiling rand v0.10.0
31472026-05-19T16:32:47.356Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-05-19T16:32:47.436Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31492026-05-19T16:32:47.477Z Compiling ingot-types v0.1.2
31502026-05-19T16:32:47.536Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-05-19T16:32:47.595Z Compiling zone_cfg_derive v0.3.1
31522026-05-19T16:32:47.602Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-05-19T16:32:47.608Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31542026-05-19T16:32:47.653Z Compiling rayon v1.11.0
31552026-05-19T16:32:47.674Z Compiling num_enum v0.7.5
31562026-05-19T16:32:47.698Z Compiling itertools v0.12.1
31572026-05-19T16:32:47.723Z Compiling num-derive v0.4.2
31582026-05-19T16:32:47.755Z Compiling sigpipe v0.1.3
31592026-05-19T16:32:47.822Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31602026-05-19T16:32:47.840Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31612026-05-19T16:32:47.856Z Compiling glob v0.3.3
31622026-05-19T16:32:47.874Z Compiling ingot v0.1.1
31632026-05-19T16:32:47.921Z Compiling prettyplease v0.2.37
31642026-05-19T16:32:47.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-05-19T16:32:47.961Z Compiling num_enum v0.5.11
31662026-05-19T16:32:48.077Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31672026-05-19T16:32:48.112Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31682026-05-19T16:32:48.215Z Compiling smf v0.2.3
31692026-05-19T16:32:48.234Z Compiling whoami v1.6.1
31702026-05-19T16:32:48.277Z Compiling usdt-macro v0.5.0
31712026-05-19T16:32:48.280Z Compiling usdt-attr-macro v0.5.0
31722026-05-19T16:32:48.457Z Compiling gethostname v0.5.0
31732026-05-19T16:32:48.561Z Compiling memmap v0.7.0
31742026-05-19T16:32:48.612Z Compiling derive-where v1.6.0
31752026-05-19T16:32:48.647Z Compiling progenitor-client v0.13.0
31762026-05-19T16:32:48.722Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31772026-05-19T16:32:48.771Z Compiling resolv-conf v0.7.6
31782026-05-19T16:32:48.788Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-05-19T16:32:48.952Z Compiling zone v0.3.1
31802026-05-19T16:32:48.990Z Compiling owo-colors v4.3.0
31812026-05-19T16:32:49.006Z Compiling cancel-safe-futures v0.1.5
31822026-05-19T16:32:49.125Z Compiling libsw-core v0.3.2
31832026-05-19T16:32:49.142Z Compiling console v0.15.11
31842026-05-19T16:32:49.162Z Compiling hickory-proto v0.24.4
31852026-05-19T16:32:49.180Z Compiling usdt v0.5.0
31862026-05-19T16:32:49.328Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-19T16:32:49.469Z Compiling libsw v3.5.0
31882026-05-19T16:32:49.487Z Compiling newline-converter v0.3.0
31892026-05-19T16:32:49.506Z Compiling linked-hash-map v0.5.6
31902026-05-19T16:32:49.637Z Compiling linear-map v1.2.0
31912026-05-19T16:32:49.655Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31922026-05-19T16:32:49.658Z Compiling libefi-sys v0.1.0
31932026-05-19T16:32:49.690Z Compiling expectorate v1.2.0
31942026-05-19T16:32:49.694Z Compiling lru-cache v0.1.2
31952026-05-19T16:32:49.727Z Compiling git-stub v1.0.0
31962026-05-19T16:32:49.751Z Compiling typify-macro v0.6.2
31972026-05-19T16:32:49.769Z Compiling bitfield-struct v0.6.2
31982026-05-19T16:32:49.857Z Compiling semver v0.1.20
31992026-05-19T16:32:49.877Z Compiling tokio-dtrace v0.1.1
32002026-05-19T16:32:49.877Z Compiling dropshot-api-manager-types v0.7.1
32012026-05-19T16:32:49.917Z Compiling git-stub-vcs v0.1.0
32022026-05-19T16:32:49.957Z Compiling slog-dtrace v0.3.0
32032026-05-19T16:32:50.014Z Compiling minimal-lexical v0.2.1
32042026-05-19T16:32:50.038Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-05-19T16:32:50.144Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-19T16:32:50.188Z Compiling rustc_version v0.1.7
32072026-05-19T16:32:50.209Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-05-19T16:32:50.212Z Compiling oxide-tokio-rt v0.1.4
32092026-05-19T16:32:50.263Z Compiling nom v7.1.3
32102026-05-19T16:32:50.266Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-19T16:32:50.301Z Compiling typify-impl v0.4.3
32122026-05-19T16:32:50.322Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-05-19T16:32:50.341Z Compiling phf_shared v0.12.1
32142026-05-19T16:32:50.460Z Compiling newtype_derive v0.1.6
32152026-05-19T16:32:50.479Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-19T16:32:50.482Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32172026-05-19T16:32:50.514Z Compiling csv-core v0.1.13
32182026-05-19T16:32:50.594Z Compiling chrono-tz v0.10.4
32192026-05-19T16:32:50.684Z Compiling xshell-macros v0.2.7
32202026-05-19T16:32:50.797Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-19T16:32:50.875Z Compiling highway v1.3.0
32222026-05-19T16:32:50.878Z Compiling csv v1.4.0
32232026-05-19T16:32:50.940Z Compiling const_format_proc_macros v0.2.34
32242026-05-19T16:32:50.957Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32252026-05-19T16:32:51.045Z Compiling phf v0.12.1
32262026-05-19T16:32:51.159Z Compiling xshell v0.2.7
32272026-05-19T16:32:51.234Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-05-19T16:32:51.287Z Compiling primeorder v0.13.6
32292026-05-19T16:32:51.480Z Compiling hickory-resolver v0.24.4
32302026-05-19T16:32:51.502Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-19T16:32:51.640Z Compiling typify v0.6.2
32322026-05-19T16:32:51.705Z Compiling tabled_derive v0.7.0
32332026-05-19T16:32:51.728Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-05-19T16:32:51.745Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-05-19T16:32:51.789Z Compiling progenitor-impl v0.14.0
32362026-05-19T16:32:51.832Z Compiling progenitor-impl v0.13.0
32372026-05-19T16:32:51.850Z Compiling const_format v0.2.35
32382026-05-19T16:32:51.880Z Compiling bcs v0.1.6
32392026-05-19T16:32:52.210Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32402026-05-19T16:32:52.248Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32412026-05-19T16:32:52.284Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32422026-05-19T16:32:52.358Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-05-19T16:32:52.408Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-05-19T16:32:52.512Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32452026-05-19T16:32:52.621Z Compiling qorb v0.4.1
32462026-05-19T16:32:52.774Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-05-19T16:32:52.966Z Compiling salty v0.3.0
32482026-05-19T16:32:53.001Z Compiling termtree v0.5.1
32492026-05-19T16:32:53.020Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-19T16:32:53.188Z Compiling tagptr v0.2.0
32512026-05-19T16:32:53.242Z Compiling textwrap v0.16.2
32522026-05-19T16:32:53.287Z Compiling tabled v0.15.0
32532026-05-19T16:32:53.358Z Compiling moka v0.12.13
32542026-05-19T16:32:53.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-19T16:32:53.652Z Compiling steno v0.4.1
32562026-05-19T16:32:53.805Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-05-19T16:32:53.827Z Compiling base64 v0.21.7
32582026-05-19T16:32:53.974Z Compiling humantime v2.3.0
32592026-05-19T16:32:53.995Z Compiling radium v0.7.0
32602026-05-19T16:32:54.127Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32612026-05-19T16:32:54.196Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-05-19T16:32:54.214Z Compiling hickory-resolver v0.25.2
32632026-05-19T16:32:54.333Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-19T16:32:54.392Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-05-19T16:32:54.458Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-05-19T16:32:54.612Z Compiling progenitor-macro v0.14.0
32672026-05-19T16:32:54.651Z Compiling progenitor-macro v0.13.0
32682026-05-19T16:32:54.725Z Compiling p384 v0.13.1
32692026-05-19T16:32:54.770Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-05-19T16:32:54.789Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-19T16:32:54.964Z Compiling tap v1.0.1
32722026-05-19T16:32:54.996Z Compiling typify-macro v0.4.3
32732026-05-19T16:32:55.121Z Compiling maybe-uninit v2.0.0
32742026-05-19T16:32:55.305Z Compiling wyz v0.5.1
32752026-05-19T16:32:55.323Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-05-19T16:32:55.503Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32772026-05-19T16:32:55.534Z Compiling proc-macro-error-attr2 v2.0.0
32782026-05-19T16:32:55.582Z Compiling parking_lot_core v0.8.6
32792026-05-19T16:32:55.742Z Compiling funty v2.0.0
32802026-05-19T16:32:55.869Z Compiling utf-8 v0.7.6
32812026-05-19T16:32:55.889Z Compiling packed_struct v0.10.1
32822026-05-19T16:32:55.963Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-05-19T16:32:56.012Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32842026-05-19T16:32:56.108Z Compiling tungstenite v0.21.0
32852026-05-19T16:32:56.147Z Compiling bitvec v1.0.1
32862026-05-19T16:32:56.174Z Compiling proc-macro-error2 v2.0.1
32872026-05-19T16:32:56.264Z Compiling polyval v0.6.2
32882026-05-19T16:32:56.309Z Compiling num-derive v0.3.3
32892026-05-19T16:32:56.327Z Compiling packed_struct_codegen v0.10.1
32902026-05-19T16:32:56.360Z Compiling zerocopy-derive v0.6.6
32912026-05-19T16:32:56.446Z Compiling bitfield-macros v0.19.4
32922026-05-19T16:32:56.537Z Compiling indexmap v1.9.3
32932026-05-19T16:32:56.555Z Compiling nodrop v0.1.14
32942026-05-19T16:32:56.691Z Compiling crc-catalog v2.4.0
32952026-05-19T16:32:56.710Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-05-19T16:32:56.787Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-19T16:32:56.845Z Compiling typify v0.4.3
32982026-05-19T16:32:56.848Z Compiling crc v3.4.0
32992026-05-19T16:32:56.965Z Compiling progenitor-impl v0.11.2
33002026-05-19T16:32:56.999Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-19T16:32:57.022Z Compiling array-init v0.0.4
33022026-05-19T16:32:57.063Z Compiling tokio-tungstenite v0.21.0
33032026-05-19T16:32:57.102Z Compiling tabled_derive v0.11.0
33042026-05-19T16:32:57.249Z Compiling bitfield v0.19.4
33052026-05-19T16:32:57.287Z Compiling libscf-sys v1.1.0
33062026-05-19T16:32:57.303Z Compiling zerocopy v0.6.6
33072026-05-19T16:32:57.425Z Compiling ghash v0.5.1
33082026-05-19T16:32:57.443Z Compiling smallvec v0.6.14
33092026-05-19T16:32:57.612Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-19T16:32:57.690Z Compiling papergrid v0.17.0
33112026-05-19T16:32:57.708Z Compiling testing_table v0.3.0
33122026-05-19T16:32:57.711Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-19T16:32:57.746Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33142026-05-19T16:32:57.846Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-19T16:32:57.915Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33162026-05-19T16:32:57.956Z Compiling ctr v0.9.2
33172026-05-19T16:32:58.118Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-19T16:32:58.172Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-05-19T16:32:58.199Z Compiling hashbrown v0.12.3
33202026-05-19T16:32:58.218Z Compiling illumos-nvpair-sys v0.2.0
33212026-05-19T16:32:58.329Z Compiling unicase v2.9.0
33222026-05-19T16:32:58.370Z Compiling corncobs v0.1.4
33232026-05-19T16:32:58.482Z Compiling aes-gcm v0.10.3
33242026-05-19T16:32:58.485Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-19T16:32:58.519Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-05-19T16:32:58.544Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-05-19T16:32:58.574Z Compiling parking_lot v0.11.2
33282026-05-19T16:32:58.577Z Compiling mime_guess v2.0.5
33292026-05-19T16:32:58.709Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-05-19T16:32:58.911Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-05-19T16:32:58.999Z Compiling tabled v0.20.0
33322026-05-19T16:32:59.016Z Compiling serde-hex v0.1.0
33332026-05-19T16:32:59.035Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-05-19T16:32:59.180Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-05-19T16:32:59.278Z Compiling progenitor-impl v0.10.0
33362026-05-19T16:32:59.465Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-19T16:32:59.469Z Compiling ron v0.8.1
33382026-05-19T16:32:59.504Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-05-19T16:32:59.573Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-19T16:32:59.593Z Compiling hashbrown v0.13.2
33412026-05-19T16:32:59.831Z Compiling progenitor-macro v0.11.2
33422026-05-19T16:32:59.940Z Compiling progenitor v0.13.0
33432026-05-19T16:32:59.972Z Compiling progenitor v0.14.0
33442026-05-19T16:33:00.074Z Compiling progenitor-client v0.11.2
33452026-05-19T16:33:00.135Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-19T16:33:00.149Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-05-19T16:33:00.165Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-05-19T16:33:00.400Z Compiling prefix-trie v0.7.0
33492026-05-19T16:33:00.441Z Compiling blowfish v0.9.1
33502026-05-19T16:33:00.490Z Compiling ssh-encoding v0.2.0
33512026-05-19T16:33:00.727Z Compiling fxhash v0.2.1
33522026-05-19T16:33:00.846Z Compiling secrecy v0.8.0
33532026-05-19T16:33:00.855Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-05-19T16:33:00.855Z Compiling crc-any v2.5.0
33552026-05-19T16:33:00.912Z Compiling hickory-server v0.25.2
33562026-05-19T16:33:00.952Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-05-19T16:33:01.067Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-05-19T16:33:01.149Z Compiling sled v0.34.7
33592026-05-19T16:33:01.175Z Compiling ssh-cipher v0.2.0
33602026-05-19T16:33:01.281Z Compiling bcrypt-pbkdf v0.10.0
33612026-05-19T16:33:01.539Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33622026-05-19T16:33:01.680Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-05-19T16:33:01.849Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33642026-05-19T16:33:01.961Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-05-19T16:33:02.013Z Compiling progenitor-macro v0.10.0
33662026-05-19T16:33:02.054Z Compiling object v0.30.4
33672026-05-19T16:33:02.255Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-05-19T16:33:02.283Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-05-19T16:33:02.671Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-05-19T16:33:02.904Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33712026-05-19T16:33:03.336Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-05-19T16:33:03.413Z Compiling password-hash v0.4.2
33732026-05-19T16:33:03.454Z Compiling half v1.8.3
33742026-05-19T16:33:03.756Z Compiling crc8 v0.1.1
33752026-05-19T16:33:03.756Z Compiling http-range v0.1.5
33762026-05-19T16:33:03.840Z Compiling path-slash v0.1.5
33772026-05-19T16:33:03.986Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-05-19T16:33:04.016Z Compiling pbkdf2 v0.11.0
33792026-05-19T16:33:04.157Z Compiling serde_cbor v0.11.2
33802026-05-19T16:33:04.176Z Compiling illumos-nvpair v0.3.0
33812026-05-19T16:33:04.268Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-05-19T16:33:04.470Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-05-19T16:33:04.778Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-05-19T16:33:04.806Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-05-19T16:33:04.972Z Compiling progenitor v0.11.2
33862026-05-19T16:33:04.991Z Compiling ssh-key v0.6.7
33872026-05-19T16:33:05.128Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-05-19T16:33:05.295Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-05-19T16:33:05.317Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-05-19T16:33:05.417Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-19T16:33:05.459Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-19T16:33:05.599Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-19T16:33:05.648Z Compiling p521 v0.13.3
33942026-05-19T16:33:05.825Z Compiling p256 v0.13.2
33952026-05-19T16:33:05.916Z Compiling yasna v0.5.2
33962026-05-19T16:33:06.021Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-05-19T16:33:06.084Z Compiling kstat-rs v0.2.4
33982026-05-19T16:33:06.263Z Compiling headers-core v0.3.0
33992026-05-19T16:33:06.288Z Compiling nanorand v0.7.0
34002026-05-19T16:33:06.394Z Compiling russh-cryptovec v0.7.3
34012026-05-19T16:33:06.418Z Compiling atty v0.2.14
34022026-05-19T16:33:06.435Z Compiling md5 v0.7.0
34032026-05-19T16:33:06.477Z Compiling home v0.5.12
34042026-05-19T16:33:06.563Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34052026-05-19T16:33:06.611Z Compiling russh-keys v0.45.0
34062026-05-19T16:33:06.614Z Compiling flume v0.11.1
34072026-05-19T16:33:06.659Z Compiling rcgen v0.12.1
34082026-05-19T16:33:06.659Z Compiling headers v0.4.1
34092026-05-19T16:33:06.695Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-05-19T16:33:06.747Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-19T16:33:06.776Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-19T16:33:06.858Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-05-19T16:33:06.994Z Compiling hyper-staticfile v0.10.1
34142026-05-19T16:33:07.020Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34152026-05-19T16:33:07.151Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-05-19T16:33:07.224Z Compiling progenitor v0.10.0
34172026-05-19T16:33:07.437Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34182026-05-19T16:33:07.474Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34192026-05-19T16:33:07.498Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34202026-05-19T16:33:07.564Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34212026-05-19T16:33:07.585Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-05-19T16:33:07.626Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34232026-05-19T16:33:07.794Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-05-19T16:33:07.933Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34252026-05-19T16:33:07.952Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-05-19T16:33:07.980Z Compiling num-bigint v0.4.6
34272026-05-19T16:33:08.161Z Compiling des v0.8.1
34282026-05-19T16:33:08.262Z Compiling subprocess v0.2.15
34292026-05-19T16:33:08.281Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-05-19T16:33:08.303Z Compiling display-error-chain v0.2.2
34312026-05-19T16:33:08.323Z Compiling hex-literal v0.4.1
34322026-05-19T16:33:08.368Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-05-19T16:33:08.385Z Compiling colored v2.2.0
34342026-05-19T16:33:08.401Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352026-05-19T16:33:08.472Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362026-05-19T16:33:08.491Z Compiling socket2 v0.5.10
34372026-05-19T16:33:08.709Z Compiling internet-checksum v0.2.1
34382026-05-19T16:33:08.750Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-05-19T16:33:09.258Z Compiling russh v0.45.0
34402026-05-19T16:33:09.438Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34412026-05-19T16:33:09.471Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34422026-05-19T16:33:11.649Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-05-19T16:33:12.060Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-19T16:33:12.737Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-19T16:33:13.217Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-19T16:33:14.381Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-19T16:33:22.483Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-05-19T16:33:22.487Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-05-19T16:33:22.487Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34502026-05-19T16:33:22.487Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-05-19T16:33:24.251Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-05-19T16:33:24.406Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-05-19T16:33:28.467Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34542026-05-19T16:34:08.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34552026-05-19T16:34:08.412Z
34562026-05-19T16:34:08.412Zreal 1:27.327318525
34572026-05-19T16:34:08.412Zuser 8:19.782131030
34582026-05-19T16:34:08.412Zsys 1:45.819333709
34592026-05-19T16:34:08.412Ztrap 0.253425640
34602026-05-19T16:34:08.412Ztflt 0.494489411
34612026-05-19T16:34:08.412Zdflt 1.589333071
34622026-05-19T16:34:08.412Zkflt 0.002603231
34632026-05-19T16:34:08.412Zlock 29:47.209001764
34642026-05-19T16:34:08.412Zslp 19:20.641175866
34652026-05-19T16:34:08.412Zlat 38.977134002
34662026-05-19T16:34:08.412Zstop 3:02.365665667
34672026-05-19T16:34:08.416Z+ mkdir tests
34682026-05-19T16:34:08.420Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-05-19T16:34:08.420Z+ xargs -I '{}' -t cp '{}' tests/
34702026-05-19T16:34:08.443Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0dd08c67e680733a tests/
34712026-05-19T16:34:08.474Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b32cc9bd48aaea10 tests/
34722026-05-19T16:34:08.505Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6fd74e081ccab589 tests/
34732026-05-19T16:34:08.536Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-494cab2a0d969362 tests/
34742026-05-19T16:34:08.892Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34752026-05-19T16:34:08.896Z+ 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-b32cc9bd48aaea10 tests/commtest-6fd74e081ccab589 tests/dhcp_server-0dd08c67e680733a tests/end_to_end_tests-494cab2a0d969362 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34762026-05-19T16:35:28.994ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-05-19T16:35:28.994Za .github/buildomat/ci-env.sh 1K
34782026-05-19T16:35:28.994Za out/target/test 1K
34792026-05-19T16:35:28.994Za out/npuzone/npuzone 27402K
34802026-05-19T16:35:28.994Za package-manifest.toml 35K
34812026-05-19T16:35:28.994Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-05-19T16:35:28.994Za target/release/omicron-package 46048K
34832026-05-19T16:35:28.994Za target/release/xtask 11449K
34842026-05-19T16:35:28.994Za target/debug/bootstrap 353471K
34852026-05-19T16:35:28.994Za tests/bootstrap-b32cc9bd48aaea10 31215K
34862026-05-19T16:35:28.994Za tests/commtest-6fd74e081ccab589 32300K
34872026-05-19T16:35:28.994Za tests/dhcp_server-0dd08c67e680733a 31215K
34882026-05-19T16:35:28.994Za tests/end_to_end_tests-494cab2a0d969362 394573K
34892026-05-19T16:35:28.994Za tools/opte_version 1K
34902026-05-19T16:35:28.994Za tools/opte_version_override 2K
34912026-05-19T16:35:28.994Za out/clickhouse.tar.gz 319698K
34922026-05-19T16:35:28.994Za out/clickhouse_keeper.tar.gz 305047K
34932026-05-19T16:35:28.994Za out/clickhouse_server.tar.gz 319695K
34942026-05-19T16:35:28.994Za out/cockroachdb.tar.gz 165209K
34952026-05-19T16:35:28.994Za out/crucible-pantry-zone.tar.gz 44220K
34962026-05-19T16:35:28.994Za out/crucible-utils.tar 17744K
34972026-05-19T16:35:28.994Za out/crucible-zone.tar.gz 58358K
34982026-05-19T16:35:28.994Za out/external-dns.tar.gz 49824K
34992026-05-19T16:35:28.994Za out/internal-dns.tar.gz 49824K
35002026-05-19T16:35:28.995Za out/mg-ddm-gz.tar 95141K
35012026-05-19T16:35:28.995Za out/nexus.tar.gz 217098K
35022026-05-19T16:35:28.995Za out/ntp.tar.gz 32189K
35032026-05-19T16:35:28.995Za out/omicron-gateway-softnpu.tar.gz 29774K
35042026-05-19T16:35:28.995Za out/omicron-sled-agent.tar 203444K
35052026-05-19T16:35:28.995Za out/overlay.tar.gz 3K
35062026-05-19T16:35:28.995Za out/oximeter.tar.gz 66218K
35072026-05-19T16:35:28.995Za out/oxlog.tar 3782K
35082026-05-19T16:35:28.995Za out/probe.tar.gz 3037K
35092026-05-19T16:35:28.995Za out/propolis-server.tar.gz 38727K
35102026-05-19T16:35:28.995Za out/pumpkind-gz.tar 26647K
35112026-05-19T16:35:28.995Za out/switch-softnpu.tar.gz 391813K
35122026-05-19T16:35:28.999Z
35132026-05-19T16:35:28.999Zreal 1:20.099054735
35142026-05-19T16:35:28.999Zuser 1:17.412968148
35152026-05-19T16:35:28.999Zsys 4.459044091
35162026-05-19T16:35:28.999Ztrap 0.007416145
35172026-05-19T16:35:28.999Ztflt 0.000000000
35182026-05-19T16:35:28.999Zdflt 0.000000000
35192026-05-19T16:35:28.999Zkflt 0.000000000
35202026-05-19T16:35:28.999Zlock 0.000000000
35212026-05-19T16:35:28.999Zslp 1:17.272188022
35222026-05-19T16:35:28.999Zlat 1.040538883
35232026-05-19T16:35:28.999Zstop 0.000521160
35242026-05-19T16:35:28.999Zprocess exited: duration 936950 ms, exit code 0
 
35252026-05-19T16:35:29.014Zfound 1 output files
35262026-05-19T16:35:29.014Zuploading: /work/package.tar.gz (2436891737 bytes)
35272026-05-19T16:35:57.472Zuploaded: /work/package.tar.gz