01KRKB2RCS5X23Z833BHNHQRFB: 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: 01KRKB35J40NFPT64DNZN7D3JD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T13:34:40.546Zjob assigned to worker 01KRKB3A90RQQ510C3VNETWNR9 [factory aws, i-07f663860d6537357] (queued for 47 s)
 
22026-05-14T13:34:47.735Zstarting task 0: "setup"
32026-05-14T13:34:47.740Z++ uname -s
42026-05-14T13:34:47.742Z+ kern=SunOS
52026-05-14T13:34:47.742Z+ build_user=build
62026-05-14T13:34:47.743Z+ build_uid=12345
72026-05-14T13:34:47.743Z+ work_dir=/work
82026-05-14T13:34:47.743Z+ input_dir=/input
92026-05-14T13:34:47.743Z+ [[ 0 == 12345 ]]
102026-05-14T13:34:47.743Z+ case "$kern" in
112026-05-14T13:34:47.743Z+ groupadd -g 12345 build
122026-05-14T13:34:47.746Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T13:34:49.753Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T13:34:49.859Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T13:34:49.862Z+ home_fs=zfs
162026-05-14T13:34:49.862Z+ [[ zfs == autofs ]]
172026-05-14T13:34:49.862Z+ mkdir -p /home/build
182026-05-14T13:34:49.865Z+ chown build:build /home/build /work
192026-05-14T13:34:51.866Z+ chmod 0700 /home/build /work
202026-05-14T13:34:51.869Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-14T13:34:51.875Zstarting task 1: "rust-toolchain"
222026-05-14T13:34:51.881Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T13:34:51.881Z * rust toolchain channel = "1.94.0"
242026-05-14T13:34:51.881Z * rust toolchain profile = "default"
252026-05-14T13:34:51.881Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-14T13:34:51.881Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T13:34:51.881Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T13:34:51.884Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T13:34:51.884Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T13:34:51.996Zinfo: downloading installer
312026-05-14T13:34:53.446Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T13:34:53.446Zwarn: /home/build/.rustup/settings.toml
332026-05-14T13:34:53.446Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T13:34:53.446Zwarn: instead of the one inferred from the default host triple.
352026-05-14T13:34:53.458Zinfo: profile set to default
362026-05-14T13:34:53.458Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T13:34:53.461Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T13:34:53.600Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T13:34:53.603Zinfo: downloading 6 components
402026-05-14T13:35:08.549Z
412026-05-14T13:35:08.549Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-14T13:35:08.581Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T13:35:08.581Z
442026-05-14T13:35:08.581Z
452026-05-14T13:35:08.581ZRust is installed now. Great!
462026-05-14T13:35:08.581Z
472026-05-14T13:35:08.581ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T13:35:08.581Zenvironment variable. This has not been done automatically.
492026-05-14T13:35:08.581Z
502026-05-14T13:35:08.581ZTo configure your current shell, you need to source
512026-05-14T13:35:08.581Zthe corresponding env file under $HOME/.cargo.
522026-05-14T13:35:08.581Z
532026-05-14T13:35:08.582ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T13:35:08.582Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T13:35:08.582Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T13:35:08.582Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T13:35:08.582Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T13:35:08.582Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T13:35:08.582Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T13:35:08.585Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T13:35:08.585Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T13:35:08.679Z+ rustup --version
632026-05-14T13:35:08.686Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T13:35:08.689Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T13:35:08.708Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T13:35:08.711Z+ cargo --version
672026-05-14T13:35:08.720Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T13:35:08.723Z+ rustc --version
692026-05-14T13:35:08.742Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T13:35:08.745Zprocess exited: duration 16869 ms, exit code 0
 
712026-05-14T13:35:08.751Zstarting task 2: "authentication"
722026-05-14T13:35:08.768Zprocess exited: duration 17 ms, exit code 0
 
732026-05-14T13:35:08.776Zstarting task 3: "clone repository"
742026-05-14T13:35:08.779Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T13:35:08.781Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T13:35:08.812ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T13:35:18.672Z+ cd /work/oxidecomputer/omicron
782026-05-14T13:35:18.672Z+ git fetch origin ee1a2e06c077d84895a19af21518c8d83856af4b
792026-05-14T13:35:18.988ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T13:35:18.988Z * branch ee1a2e06c077d84895a19af21518c8d83856af4b -> FETCH_HEAD
812026-05-14T13:35:19.004Z+ [[ -n jmcarp/clickhouse-query-masking ]]
822026-05-14T13:35:19.007Z++ git branch --show-current
832026-05-14T13:35:19.007Z+ current=main
842026-05-14T13:35:19.007Z+ [[ main != jmcarp/clickhouse-query-masking ]]
852026-05-14T13:35:19.010Z+ git branch -f jmcarp/clickhouse-query-masking ee1a2e06c077d84895a19af21518c8d83856af4b
862026-05-14T13:35:19.013Z+ git checkout -f jmcarp/clickhouse-query-masking
872026-05-14T13:35:19.246ZSwitched to branch 'jmcarp/clickhouse-query-masking'
882026-05-14T13:35:19.250Z+ git reset --hard ee1a2e06c077d84895a19af21518c8d83856af4b
892026-05-14T13:35:19.263ZHEAD is now at ee1a2e06c Abbreviate verbose clickhouse logs.
902026-05-14T13:35:19.266Zprocess exited: duration 10490 ms, exit code 0
 
912026-05-14T13:35:19.272Zstarting task 4: "build"
922026-05-14T13:35:19.277Z+ source .github/buildomat/ci-env.sh
932026-05-14T13:35:19.278Z++ export CARGO_TERM_COLOR=always
942026-05-14T13:35:19.278Z++ CARGO_TERM_COLOR=always
952026-05-14T13:35:19.278Z+ cargo --version
962026-05-14T13:35:19.288Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T13:35:19.290Z+ rustc --version
982026-05-14T13:35:19.312Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T13:35:19.314Z+ WORK=/work
1002026-05-14T13:35:19.314Z+ pfexec mkdir -p /work
1012026-05-14T13:35:19.317Z+ pfexec chown build /work
1022026-05-14T13:35:19.320Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T13:35:20.788Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T13:35:20.845Z Startup: Caching catalogs ... Done
1052026-05-14T13:35:21.052ZPlanning: Solver setup ... Done (0.173s)
1062026-05-14T13:35:21.067ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T13:35:21.073ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-14T13:35:21.086ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T13:35:21.104ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T13:35:21.119ZPlanning: Package planning ... Done (0.015s)
1112026-05-14T13:35:21.122ZPlanning: Merging actions ... Done (0.001s)
1122026-05-14T13:35:21.313ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-05-14T13:35:21.315ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T13:35:22.198ZPlanning: Evaluating mediators ... Done (0.885s)
1152026-05-14T13:35:22.202ZPlanning: Planning completed in 1.33 seconds
1162026-05-14T13:35:22.208Z Packages to install: 2
1172026-05-14T13:35:22.208Z Estimated space available: 156.10 GB
1182026-05-14T13:35:22.212ZEstimated space to be consumed: 19.74 MB
1192026-05-14T13:35:22.212Z Create boot environment: No
1202026-05-14T13:35:22.212ZCreate backup boot environment: No
1212026-05-14T13:35:22.212Z Rebuild boot archive: No
1222026-05-14T13:35:22.212Z
1232026-05-14T13:35:22.212ZChanged packages:
1242026-05-14T13:35:22.212Zhelios
1252026-05-14T13:35:22.212Z developer/build-essential
1262026-05-14T13:35:22.212Z None -> 11-3.0
1272026-05-14T13:35:22.212Z library/libxmlsec1
1282026-05-14T13:35:22.212Z None -> 1.2.35-3.0
1292026-05-14T13:35:22.235Z
1302026-05-14T13:35:22.235ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T13:35:22.879ZDownload: Completed 1.28 MB in 0.64 seconds (2.0M/s)
1322026-05-14T13:35:22.956Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T13:35:22.996Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T13:35:23.003ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-14T13:35:23.003ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T13:35:23.019ZFinalize: Updating image state ... Done (0.015s)
1372026-05-14T13:35:25.610ZFinalize: Creating fast lookup database ... Done (2.570s)
1382026-05-14T13:35:25.683ZFinalize: Reading search index ... Done (0.012s)
1392026-05-14T13:35:25.686ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T13:35:25.784ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T13:35:26.083ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T13:35:26.190ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T13:35:26.193ZPlanning: Consolidating action changes ... Done
1442026-05-14T13:35:26.349ZPlanning: Evaluating mediators ... Done
1452026-05-14T13:35:26.352ZPlanning: Planning completed in 0.27 seconds
1462026-05-14T13:35:26.372Z Mediators to change: 2
1472026-05-14T13:35:26.372Z Create boot environment: No
1482026-05-14T13:35:26.372ZCreate backup boot environment: No
1492026-05-14T13:35:26.498ZFinalize: Updating package state database ... Done
1502026-05-14T13:35:26.498ZFinalize: Updating package cache ... Done
1512026-05-14T13:35:26.507ZFinalize: Updating image state ... Done
1522026-05-14T13:35:28.453ZFinalize: Creating fast lookup database ... Done
1532026-05-14T13:35:28.516ZFinalize: Reading search index ... Done
1542026-05-14T13:35:28.516ZFinalize: Updating search index ... Done
1552026-05-14T13:35:28.612ZFinalize: Updating package cache ... Done
1562026-05-14T13:35:28.900ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T13:35:29.010ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T13:35:29.013ZPlanning: Consolidating action changes ... Done
1592026-05-14T13:35:29.169ZPlanning: Evaluating mediators ... Done
1602026-05-14T13:35:29.172ZPlanning: Planning completed in 0.27 seconds
1612026-05-14T13:35:29.192Z Mediators to change: 1
1622026-05-14T13:35:29.192Z Create boot environment: No
1632026-05-14T13:35:29.192ZCreate backup boot environment: No
1642026-05-14T13:35:29.250ZFinalize: Updating package state database ... Done
1652026-05-14T13:35:29.250ZFinalize: Updating package cache ... Done
1662026-05-14T13:35:29.261ZFinalize: Updating image state ... Done
1672026-05-14T13:35:31.227ZFinalize: Creating fast lookup database ... Done
1682026-05-14T13:35:31.289ZFinalize: Reading search index ... Done
1692026-05-14T13:35:31.292ZFinalize: Updating search index ... Done
1702026-05-14T13:35:31.366ZFinalize: Updating package cache ... Done
1712026-05-14T13:35:31.676ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T13:35:31.676Zapache system 2.4 system
1732026-05-14T13:35:31.676Zclang system 15 system
1742026-05-14T13:35:31.676Zcsh system system illumos
1752026-05-14T13:35:31.676Zctags system system illumos
1762026-05-14T13:35:31.676Zfile vendor vendor darwinsys
1772026-05-14T13:35:31.676Zfile system system illumos
1782026-05-14T13:35:31.676Zgcc vendor 14 vendor
1792026-05-14T13:35:31.676Zgcc system 13 system
1802026-05-14T13:35:31.676Zgcc system 10 system
1812026-05-14T13:35:31.676Zgo system 1.25 system
1822026-05-14T13:35:31.676Zllvm system 15 system
1832026-05-14T13:35:31.676Zmariadb system 11.4 system
1842026-05-14T13:35:31.676Zmta vendor vendor dma
1852026-05-14T13:35:31.676Zopenjdk system 17 system
1862026-05-14T13:35:31.676Zopenjdk system 11 system
1872026-05-14T13:35:31.676Zopenssl vendor 3 vendor
1882026-05-14T13:35:31.676Zperl system 5.40 system
1892026-05-14T13:35:31.676Zpostgresql system 18 system
1902026-05-14T13:35:31.676Zpostgresql system 17 system
1912026-05-14T13:35:31.676Zpython vendor 3 vendor
1922026-05-14T13:35:31.676Zpython system 2 system
1932026-05-14T13:35:31.676Zpython3 vendor 3.13 vendor
1942026-05-14T13:35:31.676Zruby system 3.4 system
1952026-05-14T13:35:31.676Zruby system 3.0 system
1962026-05-14T13:35:31.676Zwords vendor vendor american-english
1972026-05-14T13:35:31.676Zwords system system australian-english
1982026-05-14T13:35:31.676Zwords system system british-english
1992026-05-14T13:35:31.677Zwords system system canadian-english
2002026-05-14T13:35:31.677Zwords system system french
2012026-05-14T13:35:31.677Zwords system system italian
2022026-05-14T13:35:31.677Zwords system system ngerman
2032026-05-14T13:35:31.677Zwords system system ogerman
2042026-05-14T13:35:31.677Zwords system system spanish
2052026-05-14T13:35:31.930ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T13:35:31.930Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T13:35:32.208ZFMRI IFO
2082026-05-14T13:35:32.208Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T13:35:32.208Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T13:35:32.208Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T13:35:32.208Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T13:35:32.208Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T13:35:32.208Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T13:35:32.208Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T13:35:32.208Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T13:35:32.208Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T13:35:32.441Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T13:35:32.705Z Updating crates.io index
2192026-05-14T13:35:32.747Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T13:35:33.510Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T13:35:33.834Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T13:35:34.665Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T13:35:35.401Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T13:35:35.932Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T13:35:37.721Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T13:35:38.553Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T13:35:38.836Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T13:35:39.803Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T13:35:40.138Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T13:35:40.569Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T13:35:40.854Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T13:35:41.849Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T13:35:42.367Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T13:35:42.617Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T13:35:42.882Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T13:35:43.264Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T13:35:43.604Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T13:35:43.881Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T13:35:44.158Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T13:35:44.556Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T13:35:44.939Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-14T13:35:45.544Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-14T13:35:45.928Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-14T13:35:46.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-14T13:35:46.554Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-14T13:35:47.939Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-14T13:35:48.435Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-14T13:35:48.899Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-14T13:35:49.354Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-14T13:35:49.677Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-14T13:35:49.934Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-14T13:35:50.429Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-14T13:35:50.700Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-14T13:35:50.953Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-14T13:35:51.239Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-14T13:35:51.618Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-14T13:36:03.398Z Downloading crates ...
2582026-05-14T13:36:03.462Z Downloaded bytecount v0.6.9
2592026-05-14T13:36:03.466Z Downloaded thread-id v4.2.2
2602026-05-14T13:36:03.466Z Downloaded bitflags v2.11.0
2612026-05-14T13:36:03.469Z Downloaded anstream v0.6.21
2622026-05-14T13:36:03.469Z Downloaded camino v1.2.2
2632026-05-14T13:36:03.472Z Downloaded displaydoc v0.2.5
2642026-05-14T13:36:03.472Z Downloaded textwrap v0.16.2
2652026-05-14T13:36:03.475Z Downloaded colorchoice v1.0.4
2662026-05-14T13:36:03.475Z Downloaded zerofrom v0.1.6
2672026-05-14T13:36:03.475Z Downloaded thiserror v1.0.69
2682026-05-14T13:36:03.477Z Downloaded dof v0.3.0
2692026-05-14T13:36:03.478Z Downloaded anstyle-parse v0.2.7
2702026-05-14T13:36:03.480Z Downloaded utf8parse v0.2.2
2712026-05-14T13:36:03.480Z Downloaded thiserror-impl v1.0.69
2722026-05-14T13:36:03.480Z Downloaded yoke-derive v0.8.1
2732026-05-14T13:36:03.483Z Downloaded usdt-attr-macro v0.5.0
2742026-05-14T13:36:03.483Z Downloaded unicode-linebreak v0.1.5
2752026-05-14T13:36:03.483Z Downloaded toml_datetime v0.6.11
2762026-05-14T13:36:03.483Z Downloaded equivalent v1.0.2
2772026-05-14T13:36:03.483Z Downloaded cpufeatures v0.2.17
2782026-05-14T13:36:03.486Z Downloaded idna_adapter v1.2.1
2792026-05-14T13:36:03.486Z Downloaded clap_lex v1.0.0
2802026-05-14T13:36:03.486Z Downloaded cargo-util-schemas v0.8.2
2812026-05-14T13:36:03.486Z Downloaded usdt v0.5.0
2822026-05-14T13:36:03.489Z Downloaded usdt-impl v0.5.0
2832026-05-14T13:36:03.489Z Downloaded thiserror v2.0.18
2842026-05-14T13:36:03.491Z Downloaded unicode-xid v0.2.6
2852026-05-14T13:36:03.492Z Downloaded digest v0.10.7
2862026-05-14T13:36:03.495Z Downloaded plain v0.2.3
2872026-05-14T13:36:03.495Z Downloaded fs-err v3.3.0
2882026-05-14T13:36:03.495Z Downloaded typeid v1.0.3
2892026-05-14T13:36:03.497Z Downloaded cargo_metadata v0.21.0
2902026-05-14T13:36:03.497Z Downloaded anstyle-query v1.1.5
2912026-05-14T13:36:03.498Z Downloaded usdt-macro v0.5.0
2922026-05-14T13:36:03.498Z Downloaded clap_builder v4.5.60
2932026-05-14T13:36:03.501Z Downloaded utf8_iter v1.0.4
2942026-05-14T13:36:03.503Z Downloaded toml_write v0.1.2
2952026-05-14T13:36:03.503Z Downloaded swrite v0.1.0
2962026-05-14T13:36:03.503Z Downloaded pest_derive v2.8.6
2972026-05-14T13:36:03.506Z Downloaded sha2 v0.10.9
2982026-05-14T13:36:03.506Z Downloaded fnv v1.0.7
2992026-05-14T13:36:03.509Z Downloaded heck v0.5.0
3002026-05-14T13:36:03.509Z Downloaded dtrace-parser v0.2.0
3012026-05-14T13:36:03.509Z Downloaded zerofrom-derive v0.1.6
3022026-05-14T13:36:03.509Z Downloaded once_cell v1.21.3
3032026-05-14T13:36:03.512Z Downloaded cfg-if v1.0.4
3042026-05-14T13:36:03.512Z Downloaded scroll_derive v0.12.1
3052026-05-14T13:36:03.512Z Downloaded potential_utf v0.1.4
3062026-05-14T13:36:03.512Z Downloaded percent-encoding v2.3.2
3072026-05-14T13:36:03.515Z Downloaded stable_deref_trait v1.2.1
3082026-05-14T13:36:03.515Z Downloaded crypto-common v0.1.7
3092026-05-14T13:36:03.515Z Downloaded is_terminal_polyfill v1.70.2
3102026-05-14T13:36:03.518Z Downloaded thiserror-impl v2.0.18
3112026-05-14T13:36:03.518Z Downloaded proc-macro-error-attr v1.0.4
3122026-05-14T13:36:03.521Z Downloaded zerovec-derive v0.11.2
3132026-05-14T13:36:03.521Z Downloaded tinystr v0.8.2
3142026-05-14T13:36:03.521Z Downloaded version_check v0.9.5
3152026-05-14T13:36:03.524Z Downloaded cargo-platform v0.2.0
3162026-05-14T13:36:03.526Z Downloaded zmij v1.0.21
3172026-05-14T13:36:03.526Z Downloaded yoke v0.8.1
3182026-05-14T13:36:03.529Z Downloaded smawk v0.3.2
3192026-05-14T13:36:03.529Z Downloaded writeable v0.6.2
3202026-05-14T13:36:03.529Z Downloaded fastrand v2.3.0
3212026-05-14T13:36:03.534Z Downloaded zerocopy-derive v0.7.35
3222026-05-14T13:36:03.537Z Downloaded serde-value v0.7.0
3232026-05-14T13:36:03.540Z Downloaded tabled_derive v0.7.0
3242026-05-14T13:36:03.543Z Downloaded itoa v1.0.17
3252026-05-14T13:36:03.546Z Downloaded ucd-trie v0.1.7
3262026-05-14T13:36:03.546Z Downloaded toml v0.8.23
3272026-05-14T13:36:03.549Z Downloaded unicode-ident v1.0.24
3282026-05-14T13:36:03.549Z Downloaded ordered-float v2.10.1
3292026-05-14T13:36:03.549Z Downloaded heck v0.4.1
3302026-05-14T13:36:03.551Z Downloaded errno v0.3.14
3312026-05-14T13:36:03.551Z Downloaded block-buffer v0.10.4
3322026-05-14T13:36:03.554Z Downloaded zerotrie v0.2.3
3332026-05-14T13:36:03.554Z Downloaded toml_edit v0.22.27
3342026-05-14T13:36:03.557Z Downloaded pretty-hex v0.4.1
3352026-05-14T13:36:03.557Z Downloaded memmap v0.7.0
3362026-05-14T13:36:03.560Z Downloaded generic-array v0.14.7
3372026-05-14T13:36:03.560Z Downloaded typenum v1.19.0
3382026-05-14T13:36:03.563Z Downloaded url v2.5.8
3392026-05-14T13:36:03.570Z Downloaded form_urlencoded v1.2.2
3402026-05-14T13:36:03.575Z Downloaded terminal_size v0.4.3
3412026-05-14T13:36:03.578Z Downloaded serde_spanned v0.6.9
3422026-05-14T13:36:03.578Z Downloaded cargo_toml v0.21.0
3432026-05-14T13:36:03.578Z Downloaded zerovec v0.11.5
3442026-05-14T13:36:03.580Z Downloaded zerocopy v0.7.35
3452026-05-14T13:36:03.589Z Downloaded winnow v0.7.14
3462026-05-14T13:36:03.594Z Downloaded synstructure v0.13.2
3472026-05-14T13:36:03.596Z Downloaded serde_tokenstream v0.2.3
3482026-05-14T13:36:03.596Z Downloaded proc-macro-error v1.0.4
3492026-05-14T13:36:03.598Z Downloaded scroll v0.12.0
3502026-05-14T13:36:03.598Z Downloaded autocfg v1.5.0
3512026-05-14T13:36:03.601Z Downloaded unicode-width v0.2.0
3522026-05-14T13:36:03.604Z Downloaded unicode-width v0.1.14
3532026-05-14T13:36:03.607Z Downloaded clap_derive v4.5.55
3542026-05-14T13:36:03.607Z Downloaded anstyle v1.0.13
3552026-05-14T13:36:03.610Z Downloaded serde_core v1.0.228
3562026-05-14T13:36:03.610Z Downloaded strsim v0.11.1
3572026-05-14T13:36:03.610Z Downloaded macaddr v1.0.1
3582026-05-14T13:36:03.612Z Downloaded serde-untagged v0.1.9
3592026-05-14T13:36:03.612Z Downloaded byteorder v1.5.0
3602026-05-14T13:36:03.612Z Downloaded camino-tempfile v1.4.1
3612026-05-14T13:36:03.615Z Downloaded quote v1.0.45
3622026-05-14T13:36:03.627Z Downloaded semver v1.0.28
3632026-05-14T13:36:03.631Z Downloaded anyhow v1.0.102
3642026-05-14T13:36:03.633Z Downloaded smallvec v1.15.1
3652026-05-14T13:36:03.644Z Downloaded litemap v0.8.1
3662026-05-14T13:36:03.647Z Downloaded erased-serde v0.4.9
3672026-05-14T13:36:03.649Z Downloaded log v0.4.29
3682026-05-14T13:36:03.651Z Downloaded num-traits v0.2.19
3692026-05-14T13:36:03.657Z Downloaded clap v4.5.60
3702026-05-14T13:36:03.662Z Downloaded serde_derive v1.0.228
3712026-05-14T13:36:03.665Z Downloaded getrandom v0.4.1
3722026-05-14T13:36:03.667Z Downloaded proc-macro2 v1.0.106
3732026-05-14T13:36:03.670Z Downloaded tempfile v3.25.0
3742026-05-14T13:36:03.676Z Downloaded icu_provider v2.1.1
3752026-05-14T13:36:03.679Z Downloaded pest_generator v2.8.6
3762026-05-14T13:36:03.679Z Downloaded icu_properties v2.1.2
3772026-05-14T13:36:03.681Z Downloaded icu_normalizer_data v2.1.1
3782026-05-14T13:36:03.687Z Downloaded papergrid v0.11.0
3792026-05-14T13:36:03.690Z Downloaded pest_meta v2.8.6
3802026-05-14T13:36:03.693Z Downloaded memchr v2.8.0
3812026-05-14T13:36:03.696Z Downloaded icu_locale_core v2.1.1
3822026-05-14T13:36:03.699Z Downloaded icu_normalizer v2.1.1
3832026-05-14T13:36:03.702Z Downloaded icu_collections v2.1.1
3842026-05-14T13:36:03.711Z Downloaded pest v2.8.6
3852026-05-14T13:36:03.722Z Downloaded serde v1.0.228
3862026-05-14T13:36:03.725Z Downloaded indexmap v2.14.0
3872026-05-14T13:36:03.741Z Downloaded idna v1.1.0
3882026-05-14T13:36:03.750Z Downloaded hashbrown v0.17.0
3892026-05-14T13:36:03.757Z Downloaded serde_json v1.0.149
3902026-05-14T13:36:03.760Z Downloaded icu_properties_data v2.1.2
3912026-05-14T13:36:03.765Z Downloaded goblin v0.8.2
3922026-05-14T13:36:03.770Z Downloaded tabled v0.15.0
3932026-05-14T13:36:03.784Z Downloaded syn v1.0.109
3942026-05-14T13:36:03.795Z Downloaded syn v2.0.117
3952026-05-14T13:36:03.814Z Downloaded rustix v1.1.3
3962026-05-14T13:36:03.835Z Downloaded libc v0.2.185
3972026-05-14T13:36:03.900Z Compiling proc-macro2 v1.0.106
3982026-05-14T13:36:03.900Z Compiling unicode-ident v1.0.24
3992026-05-14T13:36:03.903Z Compiling quote v1.0.45
4002026-05-14T13:36:03.903Z Compiling serde_core v1.0.228
4012026-05-14T13:36:03.903Z Compiling libc v0.2.185
4022026-05-14T13:36:03.903Z Compiling version_check v0.9.5
4032026-05-14T13:36:03.903Z Compiling serde v1.0.228
4042026-05-14T13:36:03.903Z Compiling stable_deref_trait v1.2.1
4052026-05-14T13:36:03.903Z Compiling memchr v2.8.0
4062026-05-14T13:36:03.903Z Compiling zmij v1.0.21
4072026-05-14T13:36:03.903Z Compiling itoa v1.0.17
4082026-05-14T13:36:03.903Z Compiling ucd-trie v0.1.7
4092026-05-14T13:36:03.903Z Compiling autocfg v1.5.0
4102026-05-14T13:36:03.904Z Compiling thiserror v1.0.69
4112026-05-14T13:36:04.114Z Compiling litemap v0.8.1
4122026-05-14T13:36:04.263Z Compiling writeable v0.6.2
4132026-05-14T13:36:04.382Z Compiling byteorder v1.5.0
4142026-05-14T13:36:04.426Z Compiling icu_properties_data v2.1.2
4152026-05-14T13:36:04.529Z Compiling pest v2.8.6
4162026-05-14T13:36:04.668Z Compiling icu_normalizer_data v2.1.1
4172026-05-14T13:36:04.671Z Compiling rustix v1.1.3
4182026-05-14T13:36:04.703Z Compiling bitflags v2.11.0
4192026-05-14T13:36:04.706Z Compiling serde_json v1.0.149
4202026-05-14T13:36:04.706Z Compiling num-traits v0.2.19
4212026-05-14T13:36:04.804Z Compiling hashbrown v0.17.0
4222026-05-14T13:36:04.916Z Compiling smallvec v1.15.1
4232026-05-14T13:36:04.985Z Compiling equivalent v1.0.2
4242026-05-14T13:36:04.988Z Compiling typeid v1.0.3
4252026-05-14T13:36:05.053Z Compiling usdt-impl v0.5.0
4262026-05-14T13:36:05.086Z Compiling proc-macro-error-attr v1.0.4
4272026-05-14T13:36:05.121Z Compiling erased-serde v0.4.9
4282026-05-14T13:36:05.172Z Compiling errno v0.3.14
4292026-05-14T13:36:05.175Z Compiling thread-id v4.2.2
4302026-05-14T13:36:05.205Z Compiling winnow v0.7.14
4312026-05-14T13:36:05.224Z Compiling toml_write v0.1.2
4322026-05-14T13:36:05.289Z Compiling syn v1.0.109
4332026-05-14T13:36:05.322Z Compiling indexmap v2.14.0
4342026-05-14T13:36:05.393Z Compiling proc-macro-error v1.0.4
4352026-05-14T13:36:05.428Z Compiling thiserror v2.0.18
4362026-05-14T13:36:05.465Z Compiling utf8_iter v1.0.4
4372026-05-14T13:36:05.506Z Compiling log v0.4.29
4382026-05-14T13:36:05.575Z Compiling percent-encoding v2.3.2
4392026-05-14T13:36:05.598Z Compiling utf8parse v0.2.2
4402026-05-14T13:36:05.667Z Compiling pest_meta v2.8.6
4412026-05-14T13:36:05.701Z Compiling plain v0.2.3
4422026-05-14T13:36:05.726Z Compiling getrandom v0.4.1
4432026-05-14T13:36:05.744Z Compiling syn v2.0.117
4442026-05-14T13:36:05.747Z Compiling camino v1.2.2
4452026-05-14T13:36:05.828Z Compiling form_urlencoded v1.2.2
4462026-05-14T13:36:05.879Z Compiling ordered-float v2.10.1
4472026-05-14T13:36:05.982Z Compiling anstyle-parse v0.2.7
4482026-05-14T13:36:06.024Z Compiling is_terminal_polyfill v1.70.2
4492026-05-14T13:36:06.043Z Compiling pretty-hex v0.4.1
4502026-05-14T13:36:06.136Z Compiling colorchoice v1.0.4
4512026-05-14T13:36:06.139Z Compiling cfg-if v1.0.4
4522026-05-14T13:36:06.139Z Compiling anstyle v1.0.13
4532026-05-14T13:36:06.190Z Compiling anstyle-query v1.1.5
4542026-05-14T13:36:06.193Z Compiling fs-err v3.3.0
4552026-05-14T13:36:06.244Z Compiling strsim v0.11.1
4562026-05-14T13:36:06.302Z Compiling unicode-width v0.1.14
4572026-05-14T13:36:06.345Z Compiling heck v0.4.1
4582026-05-14T13:36:06.372Z Compiling anyhow v1.0.102
4592026-05-14T13:36:06.413Z Compiling anstream v0.6.21
4602026-05-14T13:36:06.447Z Compiling terminal_size v0.4.3
4612026-05-14T13:36:06.464Z Compiling clap_lex v1.0.0
4622026-05-14T13:36:06.500Z Compiling bytecount v0.6.9
4632026-05-14T13:36:06.611Z Compiling unicode-xid v0.2.6
4642026-05-14T13:36:06.644Z Compiling once_cell v1.21.3
4652026-05-14T13:36:06.661Z Compiling fnv v1.0.7
4662026-05-14T13:36:06.745Z Compiling semver v1.0.28
4672026-05-14T13:36:06.765Z Compiling heck v0.5.0
4682026-05-14T13:36:06.786Z Compiling fastrand v2.3.0
4692026-05-14T13:36:06.786Z Compiling papergrid v0.11.0
4702026-05-14T13:36:06.840Z Compiling clap_builder v4.5.60
4712026-05-14T13:36:06.883Z Compiling memmap v0.7.0
4722026-05-14T13:36:07.028Z Compiling tempfile v3.25.0
4732026-05-14T13:36:07.069Z Compiling smawk v0.3.2
4742026-05-14T13:36:07.089Z Compiling unicode-width v0.2.0
4752026-05-14T13:36:07.093Z Compiling unicode-linebreak v0.1.5
4762026-05-14T13:36:07.124Z Compiling serde-untagged v0.1.9
4772026-05-14T13:36:07.232Z Compiling swrite v0.1.0
4782026-05-14T13:36:07.324Z Compiling camino-tempfile v1.4.1
4792026-05-14T13:36:07.346Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-14T13:36:07.367Z Compiling textwrap v0.16.2
4812026-05-14T13:36:07.673Z Compiling tabled_derive v0.7.0
4822026-05-14T13:36:08.330Z Compiling tabled v0.15.0
4832026-05-14T13:36:08.346Z Compiling synstructure v0.13.2
4842026-05-14T13:36:08.349Z Compiling pest_generator v2.8.6
4852026-05-14T13:36:08.870Z Compiling serde_derive v1.0.228
4862026-05-14T13:36:08.870Z Compiling zerofrom-derive v0.1.6
4872026-05-14T13:36:08.873Z Compiling yoke-derive v0.8.1
4882026-05-14T13:36:08.873Z Compiling zerovec-derive v0.11.2
4892026-05-14T13:36:08.873Z Compiling displaydoc v0.2.5
4902026-05-14T13:36:08.873Z Compiling thiserror-impl v1.0.69
4912026-05-14T13:36:08.873Z Compiling zerocopy-derive v0.7.35
4922026-05-14T13:36:08.873Z Compiling scroll_derive v0.12.1
4932026-05-14T13:36:08.888Z Compiling thiserror-impl v2.0.18
4942026-05-14T13:36:08.891Z Compiling clap_derive v4.5.55
4952026-05-14T13:36:09.016Z Compiling pest_derive v2.8.6
4962026-05-14T13:36:09.511Z Compiling scroll v0.12.0
4972026-05-14T13:36:09.588Z Compiling zerocopy v0.7.35
4982026-05-14T13:36:09.741Z Compiling goblin v0.8.2
4992026-05-14T13:36:09.976Z Compiling zerofrom v0.1.6
5002026-05-14T13:36:10.044Z Compiling dtrace-parser v0.2.0
5012026-05-14T13:36:10.078Z Compiling yoke v0.8.1
5022026-05-14T13:36:10.228Z Compiling zerovec v0.11.5
5032026-05-14T13:36:10.228Z Compiling zerotrie v0.2.3
5042026-05-14T13:36:10.263Z Compiling clap v4.5.60
5052026-05-14T13:36:10.663Z Compiling tinystr v0.8.2
5062026-05-14T13:36:10.663Z Compiling potential_utf v0.1.4
5072026-05-14T13:36:10.784Z Compiling icu_collections v2.1.1
5082026-05-14T13:36:10.810Z Compiling icu_locale_core v2.1.1
5092026-05-14T13:36:11.392Z Compiling icu_provider v2.1.1
5102026-05-14T13:36:11.460Z Compiling serde_spanned v0.6.9
5112026-05-14T13:36:11.460Z Compiling toml_datetime v0.6.11
5122026-05-14T13:36:11.460Z Compiling serde-value v0.7.0
5132026-05-14T13:36:11.460Z Compiling cargo-platform v0.2.0
5142026-05-14T13:36:11.460Z Compiling macaddr v1.0.1
5152026-05-14T13:36:11.523Z Compiling dof v0.3.0
5162026-05-14T13:36:11.523Z Compiling serde_tokenstream v0.2.3
5172026-05-14T13:36:11.597Z Compiling icu_normalizer v2.1.1
5182026-05-14T13:36:11.597Z Compiling icu_properties v2.1.2
5192026-05-14T13:36:11.760Z Compiling toml_edit v0.22.27
5202026-05-14T13:36:12.221Z Compiling usdt-macro v0.5.0
5212026-05-14T13:36:12.221Z Compiling usdt-attr-macro v0.5.0
5222026-05-14T13:36:12.447Z Compiling idna_adapter v1.2.1
5232026-05-14T13:36:12.549Z Compiling idna v1.1.0
5242026-05-14T13:36:12.792Z Compiling usdt v0.5.0
5252026-05-14T13:36:12.809Z Compiling url v2.5.8
5262026-05-14T13:36:13.038Z Compiling toml v0.8.23
5272026-05-14T13:36:13.358Z Compiling cargo-util-schemas v0.8.2
5282026-05-14T13:36:13.358Z Compiling cargo_toml v0.21.0
5292026-05-14T13:36:14.135Z Compiling cargo_metadata v0.21.0
5302026-05-14T13:36:15.052Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-14T13:36:17.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.88s
5322026-05-14T13:36:17.433Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-14T13:36:17.991Z Downloading crates ...
5342026-05-14T13:36:18.080Z Downloaded adler2 v2.0.1
5352026-05-14T13:36:18.092Z Downloaded allocator-api2 v0.2.21
5362026-05-14T13:36:18.095Z Downloaded crc8 v0.1.1
5372026-05-14T13:36:18.095Z Downloaded aead v0.5.2
5382026-05-14T13:36:18.098Z Downloaded crunchy v0.2.4
5392026-05-14T13:36:18.101Z Downloaded argon2 v0.5.3
5402026-05-14T13:36:18.105Z Downloaded ahash v0.8.12
5412026-05-14T13:36:18.108Z Downloaded curve25519-dalek-derive v0.1.1
5422026-05-14T13:36:18.111Z Downloaded darling_macro v0.23.0
5432026-05-14T13:36:18.114Z Downloaded enum-as-inner v0.6.1
5442026-05-14T13:36:18.118Z Downloaded darling_macro v0.20.11
5452026-05-14T13:36:18.118Z Downloaded embedded-io v0.4.0
5462026-05-14T13:36:18.118Z Downloaded difflib v0.4.0
5472026-05-14T13:36:18.121Z Downloaded defmt-parser v1.0.0
5482026-05-14T13:36:18.121Z Downloaded dyn-clone v1.0.20
5492026-05-14T13:36:18.123Z Downloaded bitfield-macros v0.19.4
5502026-05-14T13:36:18.123Z Downloaded cobs v0.3.0
5512026-05-14T13:36:18.124Z Downloaded cmake v0.1.57
5522026-05-14T13:36:18.126Z Downloaded crossbeam-deque v0.8.6
5532026-05-14T13:36:18.126Z Downloaded critical-section v1.2.0
5542026-05-14T13:36:18.126Z Downloaded bitfield v0.19.4
5552026-05-14T13:36:18.129Z Downloaded csv-core v0.1.13
5562026-05-14T13:36:18.129Z Downloaded bit-vec v0.8.0
5572026-05-14T13:36:18.132Z Downloaded display-error-chain v0.2.2
5582026-05-14T13:36:18.132Z Downloaded aes-gcm v0.10.3
5592026-05-14T13:36:18.135Z Downloaded endian-type v0.1.2
5602026-05-14T13:36:18.135Z Downloaded bitfield-struct v0.6.2
5612026-05-14T13:36:18.138Z Downloaded async-stream v0.3.6
5622026-05-14T13:36:18.138Z Downloaded compression-core v0.4.31
5632026-05-14T13:36:18.138Z Downloaded dropshot-api-manager-types v0.7.1
5642026-05-14T13:36:18.142Z Downloaded daft-derive v0.1.5
5652026-05-14T13:36:18.142Z Downloaded find-msvc-tools v0.1.9
5662026-05-14T13:36:18.145Z Downloaded ena v0.14.4
5672026-05-14T13:36:18.145Z Downloaded derive_builder_core v0.20.2
5682026-05-14T13:36:18.145Z Downloaded deranged v0.5.8
5692026-05-14T13:36:18.148Z Downloaded bcrypt-pbkdf v0.10.0
5702026-05-14T13:36:18.148Z Downloaded dsl_auto_type v0.2.0
5712026-05-14T13:36:18.151Z Downloaded crucible-workspace-hack v0.1.0
5722026-05-14T13:36:18.151Z Downloaded diesel_table_macro_syntax v0.3.0
5732026-05-14T13:36:18.151Z Downloaded cstr-argument v0.1.2
5742026-05-14T13:36:18.151Z Downloaded crc v3.4.0
5752026-05-14T13:36:18.154Z Downloaded base16ct v0.2.0
5762026-05-14T13:36:18.154Z Downloaded aes v0.8.4
5772026-05-14T13:36:18.156Z Downloaded ctr v0.9.2
5782026-05-14T13:36:18.157Z Downloaded crc32fast v1.5.0
5792026-05-14T13:36:18.159Z Downloaded bit-set v0.8.0
5802026-05-14T13:36:18.159Z Downloaded atomicwrites v0.4.4
5812026-05-14T13:36:18.162Z Downloaded ciborium-io v0.2.2
5822026-05-14T13:36:18.162Z Downloaded float-ord v0.3.2
5832026-05-14T13:36:18.162Z Downloaded downcast-rs v2.0.2
5842026-05-14T13:36:18.162Z Downloaded atomic-waker v1.1.2
5852026-05-14T13:36:18.165Z Downloaded async-stream-impl v0.3.6
5862026-05-14T13:36:18.165Z Downloaded crossbeam-epoch v0.9.18
5872026-05-14T13:36:18.165Z Downloaded block-padding v0.3.3
5882026-05-14T13:36:18.168Z Downloaded async-recursion v1.1.1
5892026-05-14T13:36:18.168Z Downloaded assert_matches v1.5.0
5902026-05-14T13:36:18.171Z Downloaded ar_archive_writer v0.5.1
5912026-05-14T13:36:18.171Z Downloaded ascii-canvas v3.0.0
5922026-05-14T13:36:18.174Z Downloaded arrayref v0.3.9
5932026-05-14T13:36:18.174Z Downloaded array-init v0.0.4
5942026-05-14T13:36:18.174Z Downloaded debug-ignore v1.0.5
5952026-05-14T13:36:18.177Z Downloaded cfg_aliases v0.2.1
5962026-05-14T13:36:18.177Z Downloaded cargo-platform v0.1.9
5972026-05-14T13:36:18.177Z Downloaded arc-swap v1.8.2
5982026-05-14T13:36:18.180Z Downloaded darling v0.20.11
5992026-05-14T13:36:18.183Z Downloaded atty v0.2.14
6002026-05-14T13:36:18.183Z Downloaded base64ct v1.8.3
6012026-05-14T13:36:18.186Z Downloaded dtrace-parser v0.3.0
6022026-05-14T13:36:18.186Z Downloaded darling_macro v0.21.3
6032026-05-14T13:36:18.186Z Downloaded embedded-io v0.6.1
6042026-05-14T13:36:18.188Z Downloaded derive_builder_macro v0.20.2
6052026-05-14T13:36:18.191Z Downloaded dof v0.4.0
6062026-05-14T13:36:18.194Z Downloaded defmt v0.3.100
6072026-05-14T13:36:18.194Z Downloaded castaway v0.2.4
6082026-05-14T13:36:18.197Z Downloaded document-features v0.2.12
6092026-05-14T13:36:18.197Z Downloaded foreign-types v0.3.2
6102026-05-14T13:36:18.200Z Downloaded crc-catalog v2.4.0
6112026-05-14T13:36:18.203Z Downloaded dirs-next v2.0.0
6122026-05-14T13:36:18.203Z Downloaded cpufeatures v0.3.0
6132026-05-14T13:36:18.205Z Downloaded env_filter v1.0.0
6142026-05-14T13:36:18.205Z Downloaded console v0.16.2
6152026-05-14T13:36:18.208Z Downloaded bitflags v1.3.2
6162026-05-14T13:36:18.211Z Downloaded dunce v1.0.5
6172026-05-14T13:36:18.211Z Downloaded convert_case v0.4.0
6182026-05-14T13:36:18.211Z Downloaded bb8 v0.8.6
6192026-05-14T13:36:18.214Z Downloaded camino-tempfile-ext v0.3.3
6202026-05-14T13:36:18.214Z Downloaded buf-list v1.1.2
6212026-05-14T13:36:18.217Z Downloaded foreign-types v0.5.0
6222026-05-14T13:36:18.217Z Downloaded ciborium-ll v0.2.2
6232026-05-14T13:36:18.217Z Downloaded env_logger v0.11.9
6242026-05-14T13:36:18.219Z Downloaded foreign-types-shared v0.1.1
6252026-05-14T13:36:18.219Z Downloaded dirs-sys-next v0.1.2
6262026-05-14T13:36:18.222Z Downloaded cfg_aliases v0.1.1
6272026-05-14T13:36:18.222Z Downloaded bit-vec v0.6.3
6282026-05-14T13:36:18.222Z Downloaded async-trait v0.1.89
6292026-05-14T13:36:18.225Z Downloaded float-cmp v0.10.0
6302026-05-14T13:36:18.228Z Downloaded chacha20 v0.9.1
6312026-05-14T13:36:18.228Z Downloaded fixedbitset v0.4.2
6322026-05-14T13:36:18.228Z Downloaded foreign-types-shared v0.3.1
6332026-05-14T13:36:18.231Z Downloaded foreign-types-macros v0.2.3
6342026-05-14T13:36:18.231Z Downloaded convert_case v0.10.0
6352026-05-14T13:36:18.231Z Downloaded futures-task v0.3.32
6362026-05-14T13:36:18.234Z Downloaded gethostname v0.5.0
6372026-05-14T13:36:18.234Z Downloaded futures-macro v0.3.32
6382026-05-14T13:36:18.234Z Downloaded fxhash v0.2.1
6392026-05-14T13:36:18.237Z Downloaded futures-io v0.3.32
6402026-05-14T13:36:18.237Z Downloaded erased-serde v0.3.31
6412026-05-14T13:36:18.237Z Downloaded derive-ex v0.1.8
6422026-05-14T13:36:18.240Z Downloaded globwalk v0.9.1
6432026-05-14T13:36:18.240Z Downloaded fatfs v0.3.6
6442026-05-14T13:36:18.243Z Downloaded hash32 v0.3.1
6452026-05-14T13:36:18.245Z Downloaded hash32 v0.2.1
6462026-05-14T13:36:18.245Z Downloaded hex v0.4.3
6472026-05-14T13:36:18.245Z Downloaded git-stub v1.0.0
6482026-05-14T13:36:18.248Z Downloaded ghash v0.5.1
6492026-05-14T13:36:18.248Z Downloaded headers-core v0.3.0
6502026-05-14T13:36:18.248Z Downloaded cargo_metadata v0.19.2
6512026-05-14T13:36:18.251Z Downloaded hex-literal v0.4.1
6522026-05-14T13:36:18.251Z Downloaded bcs v0.1.6
6532026-05-14T13:36:18.254Z Downloaded futures-sink v0.3.32
6542026-05-14T13:36:18.254Z Downloaded either v1.15.0
6552026-05-14T13:36:18.254Z Downloaded der_derive v0.7.3
6562026-05-14T13:36:18.257Z Downloaded hostname v0.4.2
6572026-05-14T13:36:18.257Z Downloaded constant_time_eq v0.4.2
6582026-05-14T13:36:18.259Z Downloaded compression-codecs v0.4.37
6592026-05-14T13:36:18.262Z Downloaded corncobs v0.1.4
6602026-05-14T13:36:18.262Z Downloaded ecdsa v0.16.9
6612026-05-14T13:36:18.265Z Downloaded foldhash v0.1.5
6622026-05-14T13:36:18.265Z Downloaded bit-set v0.5.3
6632026-05-14T13:36:18.268Z Downloaded ff v0.13.1
6642026-05-14T13:36:18.268Z Downloaded fallible-iterator v0.2.0
6652026-05-14T13:36:18.271Z Downloaded ed25519 v2.2.3
6662026-05-14T13:36:18.271Z Downloaded home v0.5.12
6672026-05-14T13:36:18.274Z Downloaded async-bb8-diesel v0.2.1
6682026-05-14T13:36:18.274Z Downloaded hubpack_derive v0.1.1
6692026-05-14T13:36:18.274Z Downloaded http-body v1.0.1
6702026-05-14T13:36:18.277Z Downloaded futures-executor v0.3.32
6712026-05-14T13:36:18.277Z Downloaded http-range v0.1.5
6722026-05-14T13:36:18.279Z Downloaded httpdate v1.0.3
6732026-05-14T13:36:18.279Z Downloaded flagset v0.4.7
6742026-05-14T13:36:18.279Z Downloaded cipher v0.4.4
6752026-05-14T13:36:18.282Z Downloaded filetime v0.2.27
6762026-05-14T13:36:18.282Z Downloaded fs-err v2.11.0
6772026-05-14T13:36:18.285Z Downloaded hubpack v0.1.2
6782026-05-14T13:36:18.285Z Downloaded fixedbitset v0.5.7
6792026-05-14T13:36:18.288Z Downloaded fd-lock v4.0.4
6802026-05-14T13:36:18.288Z Downloaded data-encoding v2.10.0
6812026-05-14T13:36:18.291Z Downloaded indent_write v2.2.0
6822026-05-14T13:36:18.291Z Downloaded hyper-tls v0.6.0
6832026-05-14T13:36:18.294Z Downloaded fs_extra v1.3.0
6842026-05-14T13:36:18.294Z Downloaded cassowary v0.3.0
6852026-05-14T13:36:18.294Z Downloaded diesel-dtrace v0.5.0
6862026-05-14T13:36:18.297Z Downloaded blake2 v0.10.6
6872026-05-14T13:36:18.297Z Downloaded ident_case v1.0.1
6882026-05-14T13:36:18.299Z Downloaded group v0.13.0
6892026-05-14T13:36:18.300Z Downloaded git-stub-vcs v0.1.0
6902026-05-14T13:36:18.302Z Downloaded globset v0.4.18
6912026-05-14T13:36:18.302Z Downloaded glob v0.3.3
6922026-05-14T13:36:18.302Z Downloaded const_format_proc_macros v0.2.34
6932026-05-14T13:36:18.305Z Downloaded blowfish v0.9.1
6942026-05-14T13:36:18.305Z Downloaded derive-where v1.6.0
6952026-05-14T13:36:18.308Z Downloaded inout v0.1.4
6962026-05-14T13:36:18.311Z Downloaded indoc v1.0.9
6972026-05-14T13:36:18.311Z Downloaded darling v0.21.3
6982026-05-14T13:36:18.314Z Downloaded internet-checksum v0.2.1
6992026-05-14T13:36:18.316Z Downloaded lazy_static v1.5.0
7002026-05-14T13:36:18.316Z Downloaded lalrpop-util v0.19.12
7012026-05-14T13:36:18.319Z Downloaded darling_core v0.20.11
7022026-05-14T13:36:18.322Z Downloaded colored v3.1.1
7032026-05-14T13:36:18.322Z Downloaded bzip2 v0.6.1
7042026-05-14T13:36:18.325Z Downloaded backon v1.6.0
7052026-05-14T13:36:18.327Z Downloaded const-oid v0.9.6
7062026-05-14T13:36:18.327Z Downloaded defmt-macros v1.0.1
7072026-05-14T13:36:18.330Z Downloaded is-terminal v0.4.17
7082026-05-14T13:36:18.333Z Downloaded drift v0.1.4
7092026-05-14T13:36:18.338Z Downloaded kstat-rs v0.2.4
7102026-05-14T13:36:18.340Z Downloaded crossbeam-channel v0.5.15
7112026-05-14T13:36:18.343Z Downloaded elliptic-curve v0.13.8
7122026-05-14T13:36:18.345Z Downloaded hostname v0.3.1
7132026-05-14T13:36:18.346Z Downloaded byte-wrapper v0.1.0
7142026-05-14T13:36:18.349Z Downloaded highway v1.3.0
7152026-05-14T13:36:18.349Z Downloaded cookie v0.18.1
7162026-05-14T13:36:18.351Z Downloaded colored v2.2.0
7172026-05-14T13:36:18.352Z Downloaded humantime v2.3.0
7182026-05-14T13:36:18.354Z Downloaded clang-sys v1.8.1
7192026-05-14T13:36:18.354Z Downloaded lru v0.12.5
7202026-05-14T13:36:18.357Z Downloaded libscf-sys v1.1.0
7212026-05-14T13:36:18.357Z Downloaded lru-cache v0.1.2
7222026-05-14T13:36:18.357Z Downloaded memoffset v0.9.1
7232026-05-14T13:36:18.357Z Downloaded managed v0.8.0
7242026-05-14T13:36:18.360Z Downloaded lzss v0.8.2
7252026-05-14T13:36:18.361Z Downloaded md5 v0.7.0
7262026-05-14T13:36:18.361Z Downloaded linked-hash-map v0.5.6
7272026-05-14T13:36:18.363Z Downloaded md-5 v0.10.6
7282026-05-14T13:36:18.363Z Downloaded getrandom v0.2.17
7292026-05-14T13:36:18.366Z Downloaded crc-any v2.5.0
7302026-05-14T13:36:18.366Z Downloaded mime v0.3.17
7312026-05-14T13:36:18.369Z Downloaded des v0.8.1
7322026-05-14T13:36:18.369Z Downloaded derive_builder v0.20.2
7332026-05-14T13:36:18.371Z Downloaded hyper-staticfile v0.10.1
7342026-05-14T13:36:18.374Z Downloaded match_cfg v0.1.0
7352026-05-14T13:36:18.374Z Downloaded indoc v2.0.7
7362026-05-14T13:36:18.377Z Downloaded new_debug_unreachable v1.0.6
7372026-05-14T13:36:18.377Z Downloaded half v1.8.3
7382026-05-14T13:36:18.377Z Downloaded crossbeam-utils v0.8.21
7392026-05-14T13:36:18.379Z Downloaded ingot-types v0.1.2
7402026-05-14T13:36:18.380Z Downloaded impl-trait-for-tuples v0.2.3
7412026-05-14T13:36:18.382Z Downloaded nonempty v0.12.0
7422026-05-14T13:36:18.382Z Downloaded normalize-line-endings v0.3.0
7432026-05-14T13:36:18.385Z Downloaded newtype-uuid-macros v0.1.0
7442026-05-14T13:36:18.385Z Downloaded ingot v0.1.1
7452026-05-14T13:36:18.385Z Downloaded multimap v0.10.1
7462026-05-14T13:36:18.388Z Downloaded lru-slab v0.1.2
7472026-05-14T13:36:18.388Z Downloaded console v0.15.11
7482026-05-14T13:36:18.388Z Downloaded newline-converter v0.3.0
7492026-05-14T13:36:18.391Z Downloaded nodrop v0.1.14
7502026-05-14T13:36:18.391Z Downloaded nibble_vec v0.1.0
7512026-05-14T13:36:18.391Z Downloaded compact_str v0.8.1
7522026-05-14T13:36:18.394Z Downloaded chacha20 v0.10.0
7532026-05-14T13:36:18.396Z Downloaded cancel-safe-futures v0.1.5
7542026-05-14T13:36:18.396Z Downloaded num v0.4.3
7552026-05-14T13:36:18.399Z Downloaded ipnetwork v0.21.1
7562026-05-14T13:36:18.399Z Downloaded num-derive v0.4.2
7572026-05-14T13:36:18.402Z Downloaded foldhash v0.2.0
7582026-05-14T13:36:18.402Z Downloaded darling v0.23.0
7592026-05-14T13:36:18.404Z Downloaded dropshot_endpoint v0.17.0
7602026-05-14T13:36:18.407Z Downloaded keccak v0.1.6
7612026-05-14T13:36:18.410Z Downloaded jobserver v0.1.34
7622026-05-14T13:36:18.410Z Downloaded num-iter v0.1.45
7632026-05-14T13:36:18.410Z Downloaded num-derive v0.3.3
7642026-05-14T13:36:18.412Z Downloaded num-conv v0.2.0
7652026-05-14T13:36:18.412Z Downloaded http-body-util v0.1.3
7662026-05-14T13:36:18.413Z Downloaded linear-map v1.2.0
7672026-05-14T13:36:18.415Z Downloaded hmac v0.12.1
7682026-05-14T13:36:18.415Z Downloaded num_threads v0.1.7
7692026-05-14T13:36:18.418Z Downloaded num_enum_derive v0.5.11
7702026-05-14T13:36:18.418Z Downloaded derive_more v0.99.20
7712026-05-14T13:36:18.421Z Downloaded dropshot_endpoint v0.16.7
7722026-05-14T13:36:18.424Z Downloaded libloading v0.8.9
7732026-05-14T13:36:18.424Z Downloaded openssl-macros v0.1.1
7742026-05-14T13:36:18.424Z Downloaded maybe-uninit v2.0.0
7752026-05-14T13:36:18.427Z Downloaded maplit v1.0.2
7762026-05-14T13:36:18.427Z Downloaded lock_api v0.4.14
7772026-05-14T13:36:18.427Z Downloaded oso-derive v0.27.3
7782026-05-14T13:36:18.427Z Downloaded openssl-probe v0.1.6
7792026-05-14T13:36:18.430Z Downloaded openssl-probe v0.2.1
7802026-05-14T13:36:18.430Z Downloaded opaque-debug v0.3.1
7812026-05-14T13:36:18.430Z Downloaded olpc-cjson v0.1.4
7822026-05-14T13:36:18.432Z Downloaded libsw-core v0.3.2
7832026-05-14T13:36:18.432Z Downloaded libefi-sys v0.1.0
7842026-05-14T13:36:18.434Z Downloaded hyper-rustls v0.27.7
7852026-05-14T13:36:18.434Z Downloaded iana-time-zone v0.1.65
7862026-05-14T13:36:18.437Z Downloaded futures v0.3.32
7872026-05-14T13:36:18.439Z Downloaded futures-channel v0.3.32
7882026-05-14T13:36:18.440Z Downloaded mime_guess v2.0.5
7892026-05-14T13:36:18.442Z Downloaded httparse v1.10.1
7902026-05-14T13:36:18.446Z Downloaded ingot-macros v0.1.1
7912026-05-14T13:36:18.446Z Downloaded newtype-uuid v1.3.2
7922026-05-14T13:36:18.446Z Downloaded ipnet v2.11.0
7932026-05-14T13:36:18.449Z Downloaded diff v0.1.13
7942026-05-14T13:36:18.449Z Downloaded daft v0.1.5
7952026-05-14T13:36:18.449Z Downloaded bzip2 v0.4.4
7962026-05-14T13:36:18.452Z Downloaded half v2.7.1
7972026-05-14T13:36:18.454Z Downloaded packed_struct_codegen v0.10.1
7982026-05-14T13:36:18.454Z Downloaded is_ci v1.2.0
7992026-05-14T13:36:18.454Z Downloaded instant v0.1.13
8002026-05-14T13:36:18.457Z Downloaded instability v0.3.11
8012026-05-14T13:36:18.457Z Downloaded newtype_derive v0.1.6
8022026-05-14T13:36:18.457Z Downloaded nu-ansi-term v0.50.3
8032026-05-14T13:36:18.460Z Downloaded peg-runtime v0.8.5
8042026-05-14T13:36:18.460Z Downloaded bytes v1.11.1
8052026-05-14T13:36:18.462Z Downloaded nanorand v0.7.0
8062026-05-14T13:36:18.465Z Downloaded funty v2.0.0
8072026-05-14T13:36:18.465Z Downloaded defmt v1.0.1
8082026-05-14T13:36:18.470Z Downloaded parse-size v1.1.0
8092026-05-14T13:36:18.470Z Downloaded parse-display v0.10.0
8102026-05-14T13:36:18.470Z Downloaded darling_core v0.21.3
8112026-05-14T13:36:18.473Z Downloaded const_format v0.2.35
8122026-05-14T13:36:18.475Z Downloaded pbkdf2 v0.12.2
8132026-05-14T13:36:18.475Z Downloaded pbkdf2 v0.11.0
8142026-05-14T13:36:18.478Z Downloaded phf_shared v0.11.3
8152026-05-14T13:36:18.478Z Downloaded num_enum v0.5.11
8162026-05-14T13:36:18.481Z Downloaded pin-utils v0.1.0
8172026-05-14T13:36:18.481Z Downloaded num-rational v0.4.2
8182026-05-14T13:36:18.483Z Downloaded num-complex v0.4.6
8192026-05-14T13:36:18.483Z Downloaded darling_core v0.23.0
8202026-05-14T13:36:18.486Z Downloaded path-slash v0.1.5
8212026-05-14T13:36:18.489Z Downloaded flume v0.11.1
8222026-05-14T13:36:18.489Z Downloaded phf_shared v0.13.1
8232026-05-14T13:36:18.492Z Downloaded num_enum_derive v0.7.5
8242026-05-14T13:36:18.492Z Downloaded libsw v3.5.0
8252026-05-14T13:36:18.492Z Downloaded cookie_store v0.22.1
8262026-05-14T13:36:18.495Z Downloaded litrs v1.0.0
8272026-05-14T13:36:18.495Z Downloaded num_enum v0.7.5
8282026-05-14T13:36:18.498Z Downloaded futures-core v0.3.32
8292026-05-14T13:36:18.500Z Downloaded cbc v0.1.2
8302026-05-14T13:36:18.513Z Downloaded proc-macro-error-attr2 v2.0.0
8312026-05-14T13:36:18.516Z Downloaded crossterm v0.28.1
8322026-05-14T13:36:18.519Z Downloaded getrandom v0.3.4
8332026-05-14T13:36:18.522Z Downloaded parking_lot_core v0.8.6
8342026-05-14T13:36:18.525Z Downloaded heapless v0.7.17
8352026-05-14T13:36:18.528Z Downloaded indexmap v1.9.3
8362026-05-14T13:36:18.530Z Downloaded proc-macro-crate v1.3.1
8372026-05-14T13:36:18.530Z Downloaded native-tls v0.2.18
8382026-05-14T13:36:18.533Z Downloaded oxnet v0.1.4
8392026-05-14T13:36:18.533Z Downloaded ignore v0.4.25
8402026-05-14T13:36:18.533Z Downloaded predicates-core v1.0.10
8412026-05-14T13:36:18.536Z Downloaded progenitor-client v0.11.2
8422026-05-14T13:36:18.536Z Downloaded async-compression v0.4.41
8432026-05-14T13:36:18.539Z Downloaded pem-rfc7468 v0.7.0
8442026-05-14T13:36:18.541Z Downloaded headers v0.4.1
8452026-05-14T13:36:18.545Z Downloaded progenitor-client v0.10.0
8462026-05-14T13:36:18.548Z Downloaded crypto-bigint v0.5.5
8472026-05-14T13:36:18.548Z Downloaded password-hash v0.5.0
8482026-05-14T13:36:18.551Z Downloaded quick-error v1.2.3
8492026-05-14T13:36:18.551Z Downloaded phf v0.13.1
8502026-05-14T13:36:18.554Z Downloaded psl-types v2.0.11
8512026-05-14T13:36:18.554Z Downloaded progenitor-macro v0.14.0
8522026-05-14T13:36:18.554Z Downloaded progenitor-macro v0.13.0
8532026-05-14T13:36:18.554Z Downloaded progenitor-macro v0.11.2
8542026-05-14T13:36:18.556Z Downloaded derive_more-impl v2.1.1
8552026-05-14T13:36:18.559Z Downloaded peg v0.8.5
8562026-05-14T13:36:18.563Z Downloaded derive_more v2.1.1
8572026-05-14T13:36:18.567Z Downloaded phf_shared v0.12.1
8582026-05-14T13:36:18.570Z Downloaded omicron-zone-package v0.12.2
8592026-05-14T13:36:18.572Z Downloaded pin-project-lite v0.2.17
8602026-05-14T13:36:18.575Z Downloaded ppv-lite86 v0.2.21
8612026-05-14T13:36:18.576Z Downloaded radium v0.7.0
8622026-05-14T13:36:18.580Z Downloaded memmap2 v0.9.10
8632026-05-14T13:36:18.580Z Downloaded dropshot-api-manager v0.7.1
8642026-05-14T13:36:18.583Z Downloaded rand_xorshift v0.4.0
8652026-05-14T13:36:18.583Z Downloaded polyval v0.6.2
8662026-05-14T13:36:18.583Z Downloaded postgres-protocol v0.6.10
8672026-05-14T13:36:18.583Z Downloaded progenitor v0.10.0
8682026-05-14T13:36:18.586Z Downloaded proc-macro-crate v3.4.0
8692026-05-14T13:36:18.586Z Downloaded predicates v3.1.4
8702026-05-14T13:36:18.588Z Downloaded ciborium v0.2.2
8712026-05-14T13:36:18.588Z Downloaded recursive-proc-macro-impl v0.1.1
8722026-05-14T13:36:18.588Z Downloaded parking_lot v0.11.2
8732026-05-14T13:36:18.591Z Downloaded hickory-resolver v0.24.4
8742026-05-14T13:36:18.594Z Downloaded indicatif v0.18.4
8752026-05-14T13:36:18.597Z Downloaded heapless v0.8.0
8762026-05-14T13:36:18.600Z Downloaded recursive v0.1.1
8772026-05-14T13:36:18.600Z Downloaded rand_chacha v0.3.1
8782026-05-14T13:36:18.600Z Downloaded progenitor v0.13.0
8792026-05-14T13:36:18.602Z Downloaded diesel_derives v2.3.7
8802026-05-14T13:36:18.604Z Downloaded proc-macro-error2 v2.0.1
8812026-05-14T13:36:18.607Z Downloaded ref-cast v1.0.25
8822026-05-14T13:36:18.610Z Downloaded password-hash v0.4.2
8832026-05-14T13:36:18.610Z Downloaded parking_lot_core v0.9.12
8842026-05-14T13:36:18.612Z Downloaded expectorate v1.2.0
8852026-05-14T13:36:18.615Z Downloaded progenitor-extras v0.2.0
8862026-05-14T13:36:18.615Z Downloaded progenitor-client v0.14.0
8872026-05-14T13:36:18.615Z Downloaded psm v0.1.30
8882026-05-14T13:36:18.618Z Downloaded progenitor-client v0.13.0
8892026-05-14T13:36:18.618Z Downloaded pem v3.0.6
8902026-05-14T13:36:18.618Z Downloaded paste v1.0.15
8912026-05-14T13:36:18.620Z Downloaded bumpalo v3.20.2
8922026-05-14T13:36:18.623Z Downloaded rfc6979 v0.4.0
8932026-05-14T13:36:18.623Z Downloaded base64 v0.21.7
8942026-05-14T13:36:18.625Z Downloaded rtoolbox v0.0.3
8952026-05-14T13:36:18.627Z Downloaded phf v0.12.1
8962026-05-14T13:36:18.628Z Downloaded crossterm v0.29.0
8972026-05-14T13:36:18.630Z Downloaded flate2 v1.1.9
8982026-05-14T13:36:18.633Z Downloaded pkcs5 v0.7.1
8992026-05-14T13:36:18.636Z Downloaded r2d2 v0.8.10
9002026-05-14T13:36:18.639Z Downloaded rand_core v0.10.0
9012026-05-14T13:36:18.639Z Downloaded rustc-hash v2.1.1
9022026-05-14T13:36:18.641Z Downloaded russh-cryptovec v0.7.3
9032026-05-14T13:36:18.642Z Downloaded rustc_version v0.4.1
9042026-05-14T13:36:18.642Z Downloaded rustc_version v0.1.7
9052026-05-14T13:36:18.642Z Downloaded poly1305 v0.8.0
9062026-05-14T13:36:18.644Z Downloaded rand_seeder v0.4.0
9072026-05-14T13:36:18.644Z Downloaded rand_core v0.6.4
9082026-05-14T13:36:18.646Z Downloaded pkcs1 v0.7.5
9092026-05-14T13:36:18.646Z Downloaded progenitor v0.14.0
9102026-05-14T13:36:18.649Z Downloaded progenitor v0.11.2
9112026-05-14T13:36:18.649Z Downloaded pkg-config v0.3.32
9122026-05-14T13:36:18.651Z Downloaded parking_lot v0.12.5
9132026-05-14T13:36:18.651Z Downloaded rand_core v0.9.5
9142026-05-14T13:36:18.654Z Downloaded rand_chacha v0.9.0
9152026-05-14T13:36:18.654Z Downloaded pkcs8 v0.10.2
9162026-05-14T13:36:18.657Z Downloaded papergrid v0.17.0
9172026-05-14T13:36:18.660Z Downloaded pin-project-internal v1.1.11
9182026-05-14T13:36:18.660Z Downloaded miniz_oxide v0.8.9
9192026-05-14T13:36:18.662Z Downloaded libbz2-rs-sys v0.2.2
9202026-05-14T13:36:18.664Z Downloaded der v0.7.10
9212026-05-14T13:36:18.667Z Downloaded same-file v1.0.6
9222026-05-14T13:36:18.667Z Downloaded oso v0.27.3
9232026-05-14T13:36:18.669Z Downloaded scroll_derive v0.13.1
9242026-05-14T13:36:18.669Z Downloaded ref-cast-impl v1.0.25
9252026-05-14T13:36:18.672Z Downloaded secrecy v0.10.3
9262026-05-14T13:36:18.672Z Downloaded secrecy v0.8.0
9272026-05-14T13:36:18.672Z Downloaded semver v0.1.20
9282026-05-14T13:36:18.675Z Downloaded postgres-types v0.2.12
9292026-05-14T13:36:18.675Z Downloaded p256 v0.13.2
9302026-05-14T13:36:18.677Z Downloaded sapling-renderdag v0.1.0
9312026-05-14T13:36:18.677Z Downloaded num-integer v0.1.46
9322026-05-14T13:36:18.680Z Downloaded scrypt v0.11.0
9332026-05-14T13:36:18.680Z Downloaded scheduled-thread-pool v0.2.7
9342026-05-14T13:36:18.680Z Downloaded hickory-resolver v0.25.2
9352026-05-14T13:36:18.683Z Downloaded progenitor-macro v0.10.0
9362026-05-14T13:36:18.683Z Downloaded peg-macros v0.8.5
9372026-05-14T13:36:18.686Z Downloaded parse-display-derive v0.10.0
9382026-05-14T13:36:18.686Z Downloaded chacha20poly1305 v0.10.1
9392026-05-14T13:36:18.688Z Downloaded base64 v0.22.1
9402026-05-14T13:36:18.688Z Downloaded jiff-static v0.2.21
9412026-05-14T13:36:18.691Z Downloaded resolv-conf v0.7.6
9422026-05-14T13:36:18.691Z Downloaded aho-corasick v1.1.4
9432026-05-14T13:36:18.694Z Downloaded scopeguard v1.2.0
9442026-05-14T13:36:18.698Z Downloaded serde_bytes v0.11.19
9452026-05-14T13:36:18.698Z Downloaded serde_urlencoded v0.7.1
9462026-05-14T13:36:18.698Z Downloaded seq-macro v0.3.6
9472026-05-14T13:36:18.701Z Downloaded serde_plain v1.0.2
9482026-05-14T13:36:18.701Z Downloaded serde-big-array v0.5.1
9492026-05-14T13:36:18.701Z Downloaded cc v1.2.56
9502026-05-14T13:36:18.704Z Downloaded quinn-udp v0.5.14
9512026-05-14T13:36:18.707Z Downloaded predicates-tree v1.0.13
9522026-05-14T13:36:18.707Z Downloaded precomputed-hash v0.1.1
9532026-05-14T13:36:18.707Z Downloaded pin-project v1.1.11
9542026-05-14T13:36:18.712Z Downloaded serde_spanned v1.0.4
9552026-05-14T13:36:18.714Z Downloaded serde_repr v0.1.20
9562026-05-14T13:36:18.715Z Downloaded powerfmt v0.2.0
9572026-05-14T13:36:18.719Z Downloaded shell-words v1.1.1
9582026-05-14T13:36:18.719Z Downloaded rustversion v1.0.22
9592026-05-14T13:36:18.719Z Downloaded rustls-pemfile v2.2.0
9602026-05-14T13:36:18.722Z Downloaded postcard v1.1.3
9612026-05-14T13:36:18.722Z Downloaded packed_struct v0.10.1
9622026-05-14T13:36:18.722Z Downloaded rustls-native-certs v0.8.3
9632026-05-14T13:36:18.734Z Downloaded sigpipe v0.1.3
9642026-05-14T13:36:18.734Z Downloaded siphasher v1.0.2
9652026-05-14T13:36:18.734Z Downloaded signature v2.2.0
9662026-05-14T13:36:18.739Z Downloaded signal-hook-tokio v0.3.1
9672026-05-14T13:36:18.739Z Downloaded sha1 v0.10.6
9682026-05-14T13:36:18.739Z Downloaded oxide-tokio-rt v0.1.4
9692026-05-14T13:36:18.739Z Downloaded owo-colors v4.3.0
9702026-05-14T13:36:18.739Z Downloaded multer v3.1.0
9712026-05-14T13:36:18.739Z Downloaded rusty-fork v0.3.1
9722026-05-14T13:36:18.739Z Downloaded hashbrown v0.12.3
9732026-05-14T13:36:18.739Z Downloaded minimal-lexical v0.2.1
9742026-05-14T13:36:18.739Z Downloaded salsa20 v0.10.2
9752026-05-14T13:36:18.739Z Downloaded scroll v0.13.0
9762026-05-14T13:36:18.742Z Downloaded ed25519-dalek v2.2.0
9772026-05-14T13:36:18.742Z Downloaded backoff v0.4.0
9782026-05-14T13:36:18.745Z Downloaded slog-bunyan v2.5.0
9792026-05-14T13:36:18.745Z Downloaded cexpr v0.6.0
9802026-05-14T13:36:18.745Z Downloaded slog-envlogger v2.2.0
9812026-05-14T13:36:18.747Z Downloaded arrayvec v0.7.6
9822026-05-14T13:36:18.748Z Downloaded schemars_derive v0.8.22
9832026-05-14T13:36:18.755Z Downloaded progenitor-impl v0.11.2
9842026-05-14T13:36:18.758Z Downloaded http v1.4.0
9852026-05-14T13:36:18.761Z Downloaded hickory-server v0.25.2
9862026-05-14T13:36:18.765Z Downloaded sec1 v0.7.3
9872026-05-14T13:36:18.770Z Downloaded ssh-encoding v0.2.0
9882026-05-14T13:36:18.773Z Downloaded ssh-cipher v0.2.0
9892026-05-14T13:36:18.778Z Downloaded serde-hex v0.1.0
9902026-05-14T13:36:18.786Z Downloaded rustls-pki-types v1.14.0
9912026-05-14T13:36:18.789Z Downloaded signal-hook-registry v1.4.8
9922026-05-14T13:36:18.789Z Downloaded shlex v1.3.0
9932026-05-14T13:36:18.792Z Downloaded primeorder v0.13.6
9942026-05-14T13:36:18.795Z Downloaded strum v0.27.2
9952026-05-14T13:36:18.795Z Downloaded strum v0.26.3
9962026-05-14T13:36:18.795Z Downloaded strip-ansi-escapes v0.2.1
9972026-05-14T13:36:18.798Z Downloaded sqlparser_derive v0.5.0
9982026-05-14T13:36:18.798Z Downloaded slab v0.4.12
9992026-05-14T13:36:18.798Z Downloaded serde_path_to_error v0.1.20
10002026-05-14T13:36:18.801Z Downloaded structmeta v0.3.0
10012026-05-14T13:36:18.801Z Downloaded structmeta-derive v0.3.0
10022026-05-14T13:36:18.801Z Downloaded serde_derive_internals v0.29.1
10032026-05-14T13:36:18.804Z Downloaded hyper-util v0.1.20
10042026-05-14T13:36:18.807Z Downloaded signal-hook-mio v0.2.5
10052026-05-14T13:36:18.807Z Downloaded hashbrown v0.13.2
10062026-05-14T13:36:18.809Z Downloaded sync_wrapper v1.0.2
10072026-05-14T13:36:18.810Z Downloaded sync-ptr v0.1.4
10082026-05-14T13:36:18.812Z Downloaded supports-color v3.0.2
10092026-05-14T13:36:18.812Z Downloaded subtle v2.6.1
10102026-05-14T13:36:18.812Z Downloaded slog-stdlog v4.1.1
10112026-05-14T13:36:18.815Z Downloaded slog-dtrace v0.3.0
10122026-05-14T13:36:18.815Z Downloaded rcgen v0.12.1
10132026-05-14T13:36:18.818Z Downloaded tabwriter v1.4.1
10142026-05-14T13:36:18.818Z Downloaded tabled_derive v0.11.0
10152026-05-14T13:36:18.818Z Downloaded simd-adler32 v0.3.8
10162026-05-14T13:36:18.821Z Downloaded pretty_assertions v1.4.1
10172026-05-14T13:36:18.821Z Downloaded prefix-trie v0.7.0
10182026-05-14T13:36:18.824Z Downloaded thread-id v5.1.0
10192026-05-14T13:36:18.824Z Downloaded progenitor-impl v0.10.0
10202026-05-14T13:36:18.824Z Downloaded testing_table v0.3.0
10212026-05-14T13:36:18.827Z Downloaded itertools v0.10.5
10222026-05-14T13:36:18.829Z Downloaded tap v1.0.1
10232026-05-14T13:36:18.829Z Downloaded termtree v0.5.1
10242026-05-14T13:36:18.832Z Downloaded take_mut v0.2.2
10252026-05-14T13:36:18.833Z Downloaded slog-term v2.9.2
10262026-05-14T13:36:18.833Z Downloaded slog-scope v4.4.1
10272026-05-14T13:36:18.835Z Downloaded slog-json v2.6.1
10282026-05-14T13:36:18.835Z Downloaded slog-async v2.8.0
10292026-05-14T13:36:18.835Z Downloaded smallvec v0.6.14
10302026-05-14T13:36:18.838Z Downloaded progenitor-impl v0.13.0
10312026-05-14T13:36:18.838Z Downloaded snafu-derive v0.8.9
10322026-05-14T13:36:18.841Z Downloaded sct v0.7.1
10332026-05-14T13:36:18.841Z Downloaded progenitor-impl v0.14.0
10342026-05-14T13:36:18.844Z Downloaded stacker v0.1.23
10352026-05-14T13:36:18.844Z Downloaded time-core v0.1.8
10362026-05-14T13:36:18.846Z Downloaded ron v0.8.1
10372026-05-14T13:36:18.849Z Downloaded sqlformat v0.3.5
10382026-05-14T13:36:18.852Z Downloaded smf v0.2.3
10392026-05-14T13:36:18.852Z Downloaded static_assertions v1.1.0
10402026-05-14T13:36:18.852Z Downloaded openssl-sys v0.9.115
10412026-05-14T13:36:18.856Z Downloaded serde_with_macros v3.17.0
10422026-05-14T13:36:18.858Z Downloaded spki v0.7.3
10432026-05-14T13:36:18.858Z Downloaded serde_cbor v0.11.2
10442026-05-14T13:36:18.861Z Downloaded rustls-platform-verifier v0.6.2
10452026-05-14T13:36:18.864Z Downloaded rustls-pemfile v1.0.4
10462026-05-14T13:36:18.864Z Downloaded strum_macros v0.24.3
10472026-05-14T13:36:18.864Z Downloaded russh-keys v0.45.0
10482026-05-14T13:36:18.868Z Downloaded tinyvec_macros v0.1.1
10492026-05-14T13:36:18.871Z Downloaded rayon-core v1.13.0
10502026-05-14T13:36:18.874Z Downloaded prettyplease v0.2.37
10512026-05-14T13:36:18.877Z Downloaded nom v7.1.3
10522026-05-14T13:36:18.880Z Downloaded strum_macros v0.26.4
10532026-05-14T13:36:18.880Z Downloaded tokio-macros v2.7.0
10542026-05-14T13:36:18.883Z Downloaded strum_macros v0.27.2
10552026-05-14T13:36:18.883Z Downloaded support-bundle-viewer v0.1.2
10562026-05-14T13:36:18.883Z Downloaded mio v1.2.0
10572026-05-14T13:36:18.887Z Downloaded termios v0.3.3
10582026-05-14T13:36:18.890Z Downloaded tagptr v0.2.0
10592026-05-14T13:36:18.890Z Downloaded ryu v1.0.23
10602026-05-14T13:36:18.896Z Downloaded thiserror-no-std v2.0.2
10612026-05-14T13:36:18.899Z Downloaded hashbrown v0.15.5
10622026-05-14T13:36:18.902Z Downloaded schemars v0.8.22
10632026-05-14T13:36:18.908Z Downloaded publicsuffix v2.3.0
10642026-05-14T13:36:18.911Z Downloaded thiserror-impl-no-std v2.0.2
10652026-05-14T13:36:18.911Z Downloaded string_cache v0.8.9
10662026-05-14T13:36:18.914Z Downloaded num-bigint v0.4.6
10672026-05-14T13:36:18.916Z Downloaded tiny-keccak v2.0.2
10682026-05-14T13:36:18.916Z Downloaded topological-sort v0.2.2
10692026-05-14T13:36:18.921Z Downloaded tower-layer v0.3.3
10702026-05-14T13:36:18.921Z Downloaded try-lock v0.2.5
10712026-05-14T13:36:18.921Z Downloaded thread_local v1.1.9
10722026-05-14T13:36:18.924Z Downloaded spin v0.9.8
10732026-05-14T13:36:18.924Z Downloaded rand v0.8.6
10742026-05-14T13:36:18.924Z Downloaded quinn v0.11.9
10752026-05-14T13:36:18.927Z Downloaded qorb v0.4.1
10762026-05-14T13:36:18.930Z Downloaded tls_codec v0.4.2
10772026-05-14T13:36:18.933Z Downloaded similar v2.7.0
10782026-05-14T13:36:18.933Z Downloaded time-macros v0.2.27
10792026-05-14T13:36:18.936Z Downloaded typify-macro v0.6.2
10802026-05-14T13:36:18.936Z Downloaded tokio-native-tls v0.3.1
10812026-05-14T13:36:18.940Z Downloaded trait-variant v0.1.2
10822026-05-14T13:36:18.940Z Downloaded libxml v0.3.3
10832026-05-14T13:36:18.943Z Downloaded tokio-dtrace v0.1.1
10842026-05-14T13:36:18.943Z Downloaded tls_codec_derive v0.4.2
10852026-05-14T13:36:18.946Z Downloaded stringprep v0.1.5
10862026-05-14T13:36:18.946Z Downloaded unarray v0.1.4
10872026-05-14T13:36:18.946Z Downloaded serde_yaml v0.9.34+deprecated
10882026-05-14T13:36:18.948Z Downloaded unicode-truncate v1.1.0
10892026-05-14T13:36:18.948Z Downloaded typify-macro v0.4.3
10902026-05-14T13:36:18.951Z Downloaded iddqd v0.3.18
10912026-05-14T13:36:18.954Z Downloaded untrusted v0.9.0
10922026-05-14T13:36:18.957Z Downloaded usdt-macro v0.6.0
10932026-05-14T13:36:18.957Z Downloaded universal-hash v0.5.1
10942026-05-14T13:36:18.957Z Downloaded socket2 v0.5.10
10952026-05-14T13:36:18.960Z Downloaded unit-prefix v0.5.2
10962026-05-14T13:36:18.960Z Downloaded term v1.2.1
10972026-05-14T13:36:18.964Z Downloaded tokio-rustls v0.25.0
10982026-05-14T13:36:18.964Z Downloaded iri-string v0.7.10
10992026-05-14T13:36:18.966Z Downloaded usdt v0.6.0
11002026-05-14T13:36:18.970Z Downloaded term v0.7.0
11012026-05-14T13:36:18.973Z Downloaded utf-8 v0.7.6
11022026-05-14T13:36:18.973Z Downloaded usdt-attr-macro v0.6.0
11032026-05-14T13:36:18.973Z Downloaded untrusted v0.7.1
11042026-05-14T13:36:18.973Z Downloaded slog v2.8.2
11052026-05-14T13:36:18.977Z Downloaded itertools v0.12.1
11062026-05-14T13:36:18.980Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11072026-05-14T13:36:18.980Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11082026-05-14T13:36:18.986Z Downloaded void v1.0.2
11092026-05-14T13:36:18.989Z Downloaded tokio-tungstenite v0.23.1
11102026-05-14T13:36:18.989Z Downloaded tower-service v0.3.3
11112026-05-14T13:36:18.989Z Downloaded wait-timeout v0.2.1
11122026-05-14T13:36:18.992Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-05-14T13:36:18.992Z Downloaded rsa v0.9.10
11142026-05-14T13:36:18.995Z Downloaded want v0.3.1
11152026-05-14T13:36:18.995Z Downloaded socket2 v0.6.3
11162026-05-14T13:36:18.997Z Downloaded num-bigint-dig v0.8.6
11172026-05-14T13:36:19.001Z Downloaded rand v0.9.2
11182026-05-14T13:36:19.004Z Downloaded rustls-webpki v0.103.9
11192026-05-14T13:36:19.007Z Downloaded signal-hook v0.3.18
11202026-05-14T13:36:19.010Z Downloaded waitgroup v0.1.2
11212026-05-14T13:36:19.013Z Downloaded subprocess v0.2.15
11222026-05-14T13:36:19.016Z Downloaded unicase v2.9.0
11232026-05-14T13:36:19.016Z Downloaded futures-util v0.3.32
11242026-05-14T13:36:19.023Z Downloaded xshell-macros v0.2.7
11252026-05-14T13:36:19.026Z Downloaded hashbrown v0.16.1
11262026-05-14T13:36:19.032Z Downloaded xattr v1.6.1
11272026-05-14T13:36:19.034Z Downloaded samael v0.0.19
11282026-05-14T13:36:19.037Z Downloaded tokio-rustls v0.24.1
11292026-05-14T13:36:19.037Z Downloaded schemars v1.2.1
11302026-05-14T13:36:19.046Z Downloaded zone_cfg_derive v0.3.1
11312026-05-14T13:36:19.050Z Downloaded zeroize_derive v1.4.3
11322026-05-14T13:36:19.050Z Downloaded zone v0.3.1
11332026-05-14T13:36:19.050Z Downloaded snafu v0.8.9
11342026-05-14T13:36:19.053Z Downloaded test-strategy v0.4.5
11352026-05-14T13:36:19.056Z Downloaded itertools v0.14.0
11362026-05-14T13:36:19.060Z Downloaded vergen-git2 v1.0.7
11372026-05-14T13:36:19.060Z Downloaded itertools v0.13.0
11382026-05-14T13:36:19.065Z Downloaded vsss-rs v3.3.4
11392026-05-14T13:36:19.069Z Downloaded tinyvec v1.10.0
11402026-05-14T13:36:19.069Z Downloaded toml_parser v1.0.9+spec-1.1.0
11412026-05-14T13:36:19.072Z Downloaded russh v0.45.0
11422026-05-14T13:36:19.072Z Downloaded libm v0.2.16
11432026-05-14T13:36:19.078Z Downloaded hyper v1.8.1
11442026-05-14T13:36:19.081Z Downloaded vergen-lib v0.1.6
11452026-05-14T13:36:19.085Z Downloaded vergen-gitcl v1.0.8
11462026-05-14T13:36:19.085Z Downloaded whoami v1.6.1
11472026-05-14T13:36:19.085Z Downloaded walkdir v2.5.0
11482026-05-14T13:36:19.088Z Downloaded rand v0.10.0
11492026-05-14T13:36:19.088Z Downloaded h2 v0.4.13
11502026-05-14T13:36:19.091Z Downloaded wyz v0.5.1
11512026-05-14T13:36:19.094Z Downloaded twox-hash v2.1.2
11522026-05-14T13:36:19.094Z Downloaded hkdf v0.12.4
11532026-05-14T13:36:19.097Z Downloaded unicode-properties v0.1.4
11542026-05-14T13:36:19.097Z Downloaded whoami v2.1.0
11552026-05-14T13:36:19.097Z Downloaded usdt-impl v0.6.0
11562026-05-14T13:36:19.101Z Downloaded tokio-tungstenite v0.21.0
11572026-05-14T13:36:19.101Z Downloaded xshell v0.2.7
11582026-05-14T13:36:19.105Z Downloaded tokio-stream v0.1.18
11592026-05-14T13:36:19.105Z Downloaded p521 v0.13.3
11602026-05-14T13:36:19.110Z Downloaded vergen v9.0.6
11612026-05-14T13:36:19.110Z Downloaded tokio-rustls v0.26.4
11622026-05-14T13:36:19.113Z Downloaded zeroize v1.8.2
11632026-05-14T13:36:19.113Z Downloaded tar v0.4.45
11642026-05-14T13:36:19.113Z Downloaded toml v0.9.12+spec-1.1.0
11652026-05-14T13:36:19.116Z Downloaded uzers v0.12.2
11662026-05-14T13:36:19.116Z Downloaded schemars v0.9.0
11672026-05-14T13:36:19.122Z Downloaded tracing-attributes v0.1.31
11682026-05-14T13:36:19.125Z Downloaded toml v0.7.8
11692026-05-14T13:36:19.128Z Downloaded zstd-safe v7.2.4
11702026-05-14T13:36:19.128Z Downloaded zstd v0.13.3
11712026-05-14T13:36:19.131Z Downloaded tui-tree-widget v0.23.1
11722026-05-14T13:36:19.135Z Downloaded rustyline v14.0.0
11732026-05-14T13:36:19.139Z Downloaded tungstenite v0.21.0
11742026-05-14T13:36:19.142Z Downloaded typify v0.6.2
11752026-05-14T13:36:19.142Z Downloaded steno v0.4.1
11762026-05-14T13:36:19.146Z Downloaded unicode-bidi v0.3.18
11772026-05-14T13:36:19.149Z Downloaded yasna v0.5.2
11782026-05-14T13:36:19.152Z Downloaded typify v0.4.3
11792026-05-14T13:36:19.158Z Downloaded zerocopy v0.6.6
11802026-05-14T13:36:19.164Z Downloaded blake3 v1.8.3
11812026-05-14T13:36:19.170Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-05-14T13:36:19.173Z Downloaded toml v1.0.6+spec-1.1.0
11832026-05-14T13:36:19.179Z Downloaded rpassword v7.4.0
11842026-05-14T13:36:19.189Z Downloaded tungstenite v0.23.0
11852026-05-14T13:36:19.192Z Downloaded vte v0.14.1
11862026-05-14T13:36:19.196Z Downloaded chrono v0.4.44
11872026-05-14T13:36:19.199Z Downloaded aws-lc-rs v1.16.3
11882026-05-14T13:36:19.204Z Downloaded unsafe-libyaml v0.2.11
11892026-05-14T13:36:19.207Z Downloaded reedline v0.40.0
11902026-05-14T13:36:19.222Z Downloaded uuid v1.23.0
11912026-05-14T13:36:19.227Z Downloaded zopfli v0.8.3
11922026-05-14T13:36:19.243Z Downloaded tracing-core v0.1.36
11932026-05-14T13:36:19.246Z Downloaded tokio-postgres v0.7.16
11942026-05-14T13:36:19.246Z Downloaded ssh-key v0.6.7
11952026-05-14T13:36:19.249Z Downloaded zip v0.6.6
11962026-05-14T13:36:19.252Z Downloaded bindgen v0.71.1
11972026-05-14T13:36:19.256Z Downloaded p384 v0.13.1
11982026-05-14T13:36:19.260Z Downloaded bitvec v1.0.1
11992026-05-14T13:36:19.269Z Downloaded yansi v1.0.1
12002026-05-14T13:36:19.273Z Downloaded portable-atomic v1.13.1
12012026-05-14T13:36:19.276Z Downloaded toml_edit v0.19.15
12022026-05-14T13:36:19.284Z Downloaded reqwest v0.13.2
12032026-05-14T13:36:19.288Z Downloaded regex v1.12.3
12042026-05-14T13:36:19.291Z Downloaded git2 v0.20.4
12052026-05-14T13:36:19.304Z Downloaded rayon v1.11.0
12062026-05-14T13:36:19.308Z Downloaded unicode_categories v0.1.1
12072026-05-14T13:36:19.312Z Downloaded unicode-segmentation v1.12.0
12082026-05-14T13:36:19.315Z Downloaded typed-path v0.9.3
12092026-05-14T13:36:19.318Z Downloaded reqwest v0.12.28
12102026-05-14T13:36:19.321Z Downloaded quick-xml v0.37.5
12112026-05-14T13:36:19.332Z Downloaded rustls-webpki v0.101.7
12122026-05-14T13:36:19.340Z Downloaded x509-cert v0.2.5
12132026-05-14T13:36:19.344Z Downloaded lalrpop v0.19.12
12142026-05-14T13:36:19.351Z Downloaded zerocopy-derive v0.8.40
12152026-05-14T13:36:19.356Z Downloaded tower v0.5.3
12162026-05-14T13:36:19.362Z Downloaded tokio-util v0.7.18
12172026-05-14T13:36:19.365Z Downloaded tough v0.22.0
12182026-05-14T13:36:19.371Z Downloaded proptest v1.10.0
12192026-05-14T13:36:19.375Z Downloaded curve25519-dalek v4.1.3
12202026-05-14T13:36:19.381Z Downloaded moka v0.12.13
12212026-05-14T13:36:19.385Z Downloaded unicode-normalization v0.1.25
12222026-05-14T13:36:19.390Z Downloaded salty v0.3.0
12232026-05-14T13:36:19.393Z Downloaded zip v4.6.1
12242026-05-14T13:36:19.397Z Downloaded tower-http v0.6.8
12252026-05-14T13:36:19.400Z Downloaded goblin v0.10.5
12262026-05-14T13:36:19.406Z Downloaded object v0.30.4
12272026-05-14T13:36:19.411Z Downloaded serde_with v3.17.0
12282026-05-14T13:36:19.417Z Downloaded winnow v0.5.40
12292026-05-14T13:36:19.423Z Downloaded rustls-webpki v0.102.8
12302026-05-14T13:36:19.434Z Downloaded radix_trie v0.2.1
12312026-05-14T13:36:19.437Z Downloaded petname v2.0.2
12322026-05-14T13:36:19.444Z Downloaded bstr v1.12.1
12332026-05-14T13:36:19.448Z Downloaded polar-core v0.27.3
12342026-05-14T13:36:19.454Z Downloaded nix v0.29.0
12352026-05-14T13:36:19.460Z Downloaded time v0.3.47
12362026-05-14T13:36:19.466Z Downloaded tabled v0.20.0
12372026-05-14T13:36:19.477Z Downloaded smoltcp v0.9.1
12382026-05-14T13:36:19.482Z Downloaded nix v0.27.1
12392026-05-14T13:36:19.504Z Downloaded object v0.37.3
12402026-05-14T13:36:19.511Z Downloaded winnow v0.6.26
12412026-05-14T13:36:19.515Z Downloaded zerocopy v0.8.40
12422026-05-14T13:36:19.522Z Downloaded openssl v0.10.79
12432026-05-14T13:36:19.526Z Downloaded rustls v0.22.4
12442026-05-14T13:36:19.534Z Downloaded regress v0.10.5
12452026-05-14T13:36:19.540Z Downloaded rustls v0.23.37
12462026-05-14T13:36:19.545Z Downloaded regex-syntax v0.8.10
12472026-05-14T13:36:19.550Z Downloaded quinn-proto v0.11.13
12482026-05-14T13:36:19.554Z Downloaded dropshot v0.16.7
12492026-05-14T13:36:19.568Z Downloaded nix v0.28.0
12502026-05-14T13:36:19.574Z Downloaded hickory-proto v0.24.4
12512026-05-14T13:36:19.582Z Downloaded vcpkg v0.2.15
12522026-05-14T13:36:19.605Z Downloaded zlib-rs v0.6.2
12532026-05-14T13:36:19.610Z Downloaded sqlparser v0.61.0
12542026-05-14T13:36:19.615Z Downloaded rustls v0.21.12
12552026-05-14T13:36:19.621Z Downloaded webpki-roots v1.0.6
12562026-05-14T13:36:19.624Z Downloaded nix v0.31.2
12572026-05-14T13:36:19.630Z Downloaded regex-syntax v0.6.29
12582026-05-14T13:36:19.634Z Downloaded dropshot v0.17.0
12592026-05-14T13:36:19.655Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-05-14T13:36:19.661Z Downloaded smoltcp v0.11.0
12612026-05-14T13:36:19.669Z Downloaded openapiv3 v2.2.0
12622026-05-14T13:36:19.675Z Downloaded diesel v2.3.7
12632026-05-14T13:36:19.687Z Downloaded rustix v0.38.44
12642026-05-14T13:36:19.700Z Downloaded regress v0.11.1
12652026-05-14T13:36:19.705Z Downloaded hickory-proto v0.25.2
12662026-05-14T13:36:19.714Z Downloaded petgraph v0.6.5
12672026-05-14T13:36:19.737Z Downloaded jiff v0.2.21
12682026-05-14T13:36:19.747Z Downloaded chrono-tz v0.10.4
12692026-05-14T13:36:19.765Z Downloaded petgraph v0.8.3
12702026-05-14T13:36:19.780Z Downloaded tokio v1.52.1
12712026-05-14T13:36:19.801Z Downloaded sled v0.34.7
12722026-05-14T13:36:19.807Z Downloaded sha3 v0.10.8
12732026-05-14T13:36:19.816Z Downloaded tracing v0.1.44
12742026-05-14T13:36:19.828Z Downloaded typify-impl v0.6.2
12752026-05-14T13:36:19.837Z Downloaded typify-impl v0.4.3
12762026-05-14T13:36:19.845Z Downloaded ratatui v0.29.0
12772026-05-14T13:36:19.858Z Downloaded zerocopy-derive v0.6.6
12782026-05-14T13:36:19.878Z Downloaded regex-automata v0.4.14
12792026-05-14T13:36:19.918Z Downloaded csv v1.4.0
12802026-05-14T13:36:19.935Z Downloaded libz-sys v1.1.24
12812026-05-14T13:36:19.949Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-05-14T13:36:20.024Z Downloaded encoding_rs v0.8.35
12832026-05-14T13:36:20.055Z Downloaded ring v0.17.14
12842026-05-14T13:36:20.082Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-14T13:36:20.413Z Downloaded aws-lc-sys v0.40.0
12862026-05-14T13:36:20.666Z Compiling libc v0.2.185
12872026-05-14T13:36:20.669Z Compiling serde v1.0.228
12882026-05-14T13:36:20.669Z Compiling log v0.4.29
12892026-05-14T13:36:20.669Z Compiling find-msvc-tools v0.1.9
12902026-05-14T13:36:20.669Z Compiling shlex v1.3.0
12912026-05-14T13:36:20.669Z Compiling smallvec v1.15.1
12922026-05-14T13:36:20.806Z Compiling typenum v1.19.0
12932026-05-14T13:36:20.809Z Compiling subtle v2.6.1
12942026-05-14T13:36:20.838Z Compiling generic-array v0.14.7
12952026-05-14T13:36:20.850Z Compiling scopeguard v1.2.0
12962026-05-14T13:36:20.853Z Compiling const-oid v0.9.6
12972026-05-14T13:36:20.926Z Compiling serde_json v1.0.149
12982026-05-14T13:36:20.941Z Compiling syn v2.0.117
12992026-05-14T13:36:20.945Z Compiling zerocopy v0.8.40
13002026-05-14T13:36:20.945Z Compiling pin-project-lite v0.2.17
13012026-05-14T13:36:20.954Z Compiling portable-atomic v1.13.1
13022026-05-14T13:36:21.020Z Compiling lock_api v0.4.14
13032026-05-14T13:36:21.034Z Compiling parking_lot_core v0.9.12
13042026-05-14T13:36:21.050Z Compiling pkg-config v0.3.32
13052026-05-14T13:36:21.053Z Compiling bitflags v2.11.0
13062026-05-14T13:36:21.079Z Compiling critical-section v1.2.0
13072026-05-14T13:36:21.092Z Compiling libm v0.2.16
13082026-05-14T13:36:21.095Z Compiling futures-core v0.3.32
13092026-05-14T13:36:21.134Z Compiling num-traits v0.2.19
13102026-05-14T13:36:21.210Z Compiling percent-encoding v2.3.2
13112026-05-14T13:36:21.224Z Compiling futures-sink v0.3.32
13122026-05-14T13:36:21.267Z Compiling futures-io v0.3.32
13132026-05-14T13:36:21.395Z Compiling futures-channel v0.3.32
13142026-05-14T13:36:21.422Z Compiling getrandom v0.4.1
13152026-05-14T13:36:21.425Z Compiling futures-task v0.3.32
13162026-05-14T13:36:21.437Z Compiling cpufeatures v0.2.17
13172026-05-14T13:36:21.481Z Compiling slab v0.4.12
13182026-05-14T13:36:21.525Z Compiling rand_core v0.10.0
13192026-05-14T13:36:21.541Z Compiling indexmap v2.14.0
13202026-05-14T13:36:21.581Z Compiling rustversion v1.0.22
13212026-05-14T13:36:21.634Z Compiling getrandom v0.3.4
13222026-05-14T13:36:21.648Z Compiling form_urlencoded v1.2.2
13232026-05-14T13:36:21.664Z Compiling fs_extra v1.3.0
13242026-05-14T13:36:21.694Z Compiling dunce v1.0.5
13252026-05-14T13:36:21.709Z Compiling ident_case v1.0.1
13262026-05-14T13:36:21.724Z Compiling getrandom v0.2.17
13272026-05-14T13:36:21.727Z Compiling jobserver v0.1.34
13282026-05-14T13:36:21.805Z Compiling errno v0.3.14
13292026-05-14T13:36:21.836Z Compiling mio v1.2.0
13302026-05-14T13:36:21.850Z Compiling socket2 v0.6.3
13312026-05-14T13:36:21.884Z Compiling rand_core v0.6.4
13322026-05-14T13:36:21.963Z Compiling cc v1.2.56
13332026-05-14T13:36:21.978Z Compiling signal-hook-registry v1.4.8
13342026-05-14T13:36:22.029Z Compiling parking_lot v0.12.5
13352026-05-14T13:36:22.063Z Compiling once_cell v1.21.3
13362026-05-14T13:36:22.156Z Compiling base64ct v1.8.3
13372026-05-14T13:36:22.181Z Compiling rustix v1.1.3
13382026-05-14T13:36:22.198Z Compiling iana-time-zone v0.1.65
13392026-05-14T13:36:22.243Z Compiling regex-syntax v0.8.10
13402026-05-14T13:36:22.258Z Compiling flagset v0.4.7
13412026-05-14T13:36:22.292Z Compiling vcpkg v0.2.15
13422026-05-14T13:36:22.313Z Compiling aws-lc-rs v1.16.3
13432026-05-14T13:36:22.327Z Compiling tracing-core v0.1.36
13442026-05-14T13:36:22.358Z Compiling uuid v1.23.0
13452026-05-14T13:36:22.447Z Compiling pem-rfc7468 v0.7.0
13462026-05-14T13:36:22.463Z Compiling rustc_version v0.4.1
13472026-05-14T13:36:22.466Z Compiling base64 v0.22.1
13482026-05-14T13:36:22.510Z Compiling tinyvec_macros v0.1.1
13492026-05-14T13:36:22.597Z Compiling httparse v1.10.1
13502026-05-14T13:36:22.628Z Compiling untrusted v0.7.1
13512026-05-14T13:36:22.741Z Compiling rand_core v0.9.5
13522026-05-14T13:36:22.774Z Compiling cmake v0.1.57
13532026-05-14T13:36:22.788Z Compiling untrusted v0.9.0
13542026-05-14T13:36:22.802Z Compiling openssl-probe v0.2.1
13552026-05-14T13:36:22.816Z Compiling tinyvec v1.10.0
13562026-05-14T13:36:22.834Z Compiling aho-corasick v1.1.4
13572026-05-14T13:36:22.834Z Compiling schemars v0.8.22
13582026-05-14T13:36:22.917Z Compiling tower-layer v0.3.3
13592026-05-14T13:36:22.931Z Compiling dyn-clone v1.0.20
13602026-05-14T13:36:23.001Z Compiling tower-service v0.3.3
13612026-05-14T13:36:23.026Z Compiling rustls v0.23.37
13622026-05-14T13:36:23.040Z Compiling try-lock v0.2.5
13632026-05-14T13:36:23.072Z Compiling atomic-waker v1.1.2
13642026-05-14T13:36:23.088Z Compiling pin-utils v0.1.0
13652026-05-14T13:36:23.115Z Compiling openssl v0.10.79
13662026-05-14T13:36:23.133Z Compiling foreign-types-shared v0.1.1
13672026-05-14T13:36:23.144Z Compiling want v0.3.1
13682026-05-14T13:36:23.160Z Compiling httpdate v1.0.3
13692026-05-14T13:36:23.175Z Compiling unicode-normalization v0.1.25
13702026-05-14T13:36:23.205Z Compiling spin v0.9.8
13712026-05-14T13:36:23.209Z Compiling num-conv v0.2.0
13722026-05-14T13:36:23.235Z Compiling foreign-types v0.3.2
13732026-05-14T13:36:23.235Z Compiling native-tls v0.2.18
13742026-05-14T13:36:23.239Z Compiling crc32fast v1.5.0
13752026-05-14T13:36:23.277Z Compiling powerfmt v0.2.0
13762026-05-14T13:36:23.320Z Compiling time-core v0.1.8
13772026-05-14T13:36:23.344Z Compiling wait-timeout v0.2.1
13782026-05-14T13:36:23.371Z Compiling sync_wrapper v1.0.2
13792026-05-14T13:36:23.390Z Compiling siphasher v1.0.2
13802026-05-14T13:36:23.412Z Compiling bit-vec v0.8.0
13812026-05-14T13:36:23.434Z Compiling deranged v0.5.8
13822026-05-14T13:36:23.448Z Compiling crossbeam-utils v0.8.21
13832026-05-14T13:36:23.487Z Compiling quick-error v1.2.3
13842026-05-14T13:36:23.502Z Compiling time-macros v0.2.27
13852026-05-14T13:36:23.502Z Compiling syn v1.0.109
13862026-05-14T13:36:23.505Z Compiling simd-adler32 v0.3.8
13872026-05-14T13:36:23.598Z Compiling num_threads v0.1.7
13882026-05-14T13:36:23.613Z Compiling usdt-impl v0.6.0
13892026-05-14T13:36:23.613Z Compiling unicode-segmentation v1.12.0
13902026-05-14T13:36:23.656Z Compiling aws-lc-sys v0.40.0
13912026-05-14T13:36:23.672Z Compiling ring v0.17.14
13922026-05-14T13:36:23.675Z Compiling openssl-sys v0.9.115
13932026-05-14T13:36:23.708Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-05-14T13:36:23.803Z Compiling regex-automata v0.4.14
13952026-05-14T13:36:23.830Z Compiling tempfile v3.25.0
13962026-05-14T13:36:23.866Z Compiling bzip2-sys v0.1.13+1.0.8
13972026-05-14T13:36:23.885Z Compiling bit-set v0.8.0
13982026-05-14T13:36:24.017Z Compiling synstructure v0.13.2
13992026-05-14T13:36:24.086Z Compiling pest_generator v2.8.6
14002026-05-14T13:36:24.102Z Compiling serde_derive_internals v0.29.1
14012026-05-14T13:36:24.129Z Compiling darling_core v0.20.11
14022026-05-14T13:36:24.207Z Compiling rusty-fork v0.3.1
14032026-05-14T13:36:24.281Z Compiling darling_core v0.21.3
14042026-05-14T13:36:24.528Z Compiling rand_xorshift v0.4.0
14052026-05-14T13:36:24.545Z Compiling heapless v0.7.17
14062026-05-14T13:36:24.676Z Compiling slog v2.8.2
14072026-05-14T13:36:24.695Z Compiling thread-id v5.1.0
14082026-05-14T13:36:24.718Z Compiling cookie v0.18.1
14092026-05-14T13:36:24.733Z Compiling time v0.3.47
14102026-05-14T13:36:24.763Z Compiling anyhow v1.0.102
14112026-05-14T13:36:24.795Z Compiling signal-hook v0.3.18
14122026-05-14T13:36:24.817Z Compiling unicode-properties v0.1.4
14132026-05-14T13:36:24.845Z Compiling allocator-api2 v0.2.21
14142026-05-14T13:36:24.887Z Compiling unarray v0.1.4
14152026-05-14T13:36:24.927Z Compiling zstd-safe v7.2.4
14162026-05-14T13:36:24.984Z Compiling paste v1.0.15
14172026-05-14T13:36:25.010Z Compiling iri-string v0.7.10
14182026-05-14T13:36:25.048Z Compiling adler2 v2.0.1
14192026-05-14T13:36:25.076Z Compiling ryu v1.0.23
14202026-05-14T13:36:25.093Z Compiling unicode-bidi v0.3.18
14212026-05-14T13:36:25.145Z Compiling miniz_oxide v0.8.9
14222026-05-14T13:36:25.300Z Compiling heck v0.4.1
14232026-05-14T13:36:25.353Z Compiling num-integer v0.1.46
14242026-05-14T13:36:25.538Z Compiling stringprep v0.1.5
14252026-05-14T13:36:25.654Z Compiling curve25519-dalek v4.1.3
14262026-05-14T13:36:25.697Z Compiling vergen-lib v0.1.6
14272026-05-14T13:36:25.717Z Compiling serde_derive v1.0.228
14282026-05-14T13:36:25.780Z Compiling zeroize_derive v1.4.3
14292026-05-14T13:36:25.847Z Compiling zerofrom-derive v0.1.6
14302026-05-14T13:36:25.899Z Compiling yoke-derive v0.8.1
14312026-05-14T13:36:26.000Z Compiling zerovec-derive v0.11.2
14322026-05-14T13:36:26.014Z Compiling zerocopy-derive v0.8.40
14332026-05-14T13:36:26.029Z Compiling displaydoc v0.2.5
14342026-05-14T13:36:26.342Z Compiling tokio-macros v2.7.0
14352026-05-14T13:36:26.478Z Compiling zeroize v1.8.2
14362026-05-14T13:36:26.493Z Compiling futures-macro v0.3.32
14372026-05-14T13:36:26.612Z Compiling der_derive v0.7.3
14382026-05-14T13:36:26.846Z Compiling rustls-pki-types v1.14.0
14392026-05-14T13:36:26.862Z Compiling thiserror-impl v2.0.18
14402026-05-14T13:36:27.127Z Compiling tracing-attributes v0.1.31
14412026-05-14T13:36:27.152Z Compiling scroll_derive v0.13.1
14422026-05-14T13:36:27.195Z Compiling schemars_derive v0.8.22
14432026-05-14T13:36:27.282Z Compiling crypto-common v0.1.7
14442026-05-14T13:36:27.315Z Compiling block-buffer v0.10.4
14452026-05-14T13:36:27.329Z Compiling zerofrom v0.1.6
14462026-05-14T13:36:27.345Z Compiling futures-util v0.3.32
14472026-05-14T13:36:27.449Z Compiling yoke v0.8.1
14482026-05-14T13:36:27.465Z Compiling digest v0.10.7
14492026-05-14T13:36:27.499Z Compiling block-padding v0.3.3
14502026-05-14T13:36:27.626Z Compiling zerovec v0.11.5
14512026-05-14T13:36:27.651Z Compiling zerotrie v0.2.3
14522026-05-14T13:36:27.679Z Compiling hmac v0.12.1
14532026-05-14T13:36:27.730Z Compiling inout v0.1.4
14542026-05-14T13:36:27.853Z Compiling sha2 v0.10.9
14552026-05-14T13:36:27.912Z Compiling cipher v0.4.4
14562026-05-14T13:36:27.969Z Compiling der v0.7.10
14572026-05-14T13:36:27.998Z Compiling pbkdf2 v0.12.2
14582026-05-14T13:36:28.113Z Compiling tinystr v0.8.2
14592026-05-14T13:36:28.134Z Compiling potential_utf v0.1.4
14602026-05-14T13:36:28.161Z Compiling salsa20 v0.10.2
14612026-05-14T13:36:28.200Z Compiling cbc v0.1.2
14622026-05-14T13:36:28.268Z Compiling icu_collections v2.1.1
14632026-05-14T13:36:28.316Z Compiling icu_locale_core v2.1.1
14642026-05-14T13:36:28.330Z Compiling scrypt v0.11.0
14652026-05-14T13:36:28.346Z Compiling thiserror v2.0.18
14662026-05-14T13:36:28.369Z Compiling aes v0.8.4
14672026-05-14T13:36:28.468Z Compiling pest_derive v2.8.6
14682026-05-14T13:36:28.537Z Compiling scroll v0.13.0
14692026-05-14T13:36:28.552Z Compiling tracing v0.1.44
14702026-05-14T13:36:28.610Z Compiling darling_macro v0.20.11
14712026-05-14T13:36:28.785Z Compiling openssl-macros v0.1.1
14722026-05-14T13:36:28.834Z Compiling spki v0.7.3
14732026-05-14T13:36:28.848Z Compiling goblin v0.10.5
14742026-05-14T13:36:28.942Z Compiling rustls-native-certs v0.8.3
14752026-05-14T13:36:29.065Z Compiling icu_provider v2.1.1
14762026-05-14T13:36:29.126Z Compiling pkcs5 v0.7.1
14772026-05-14T13:36:29.237Z Compiling darling v0.20.11
14782026-05-14T13:36:29.255Z Compiling bytes v1.11.1
14792026-05-14T13:36:29.269Z Compiling chrono v0.4.44
14802026-05-14T13:36:29.284Z Compiling ipnet v2.11.0
14812026-05-14T13:36:29.298Z Compiling dtrace-parser v0.3.0
14822026-05-14T13:36:29.331Z Compiling icu_properties v2.1.2
14832026-05-14T13:36:29.349Z Compiling icu_normalizer v2.1.1
14842026-05-14T13:36:29.382Z Compiling derive_builder_core v0.20.2
14852026-05-14T13:36:29.474Z Compiling pkcs8 v0.10.2
14862026-05-14T13:36:29.626Z Compiling signature v2.2.0
14872026-05-14T13:36:29.685Z Compiling webpki-roots v1.0.6
14882026-05-14T13:36:29.733Z Compiling tokio v1.52.1
14892026-05-14T13:36:29.809Z Compiling http v1.4.0
14902026-05-14T13:36:29.826Z Compiling thiserror-impl v1.0.69
14912026-05-14T13:36:29.841Z Compiling scroll_derive v0.12.1
14922026-05-14T13:36:29.889Z Compiling serde_spanned v0.6.9
14932026-05-14T13:36:29.906Z Compiling erased-serde v0.3.31
14942026-05-14T13:36:30.048Z Compiling toml_datetime v0.6.11
14952026-05-14T13:36:30.078Z Compiling serde_tokenstream v0.2.3
14962026-05-14T13:36:30.270Z Compiling idna_adapter v1.2.1
14972026-05-14T13:36:30.325Z Compiling derive_builder_macro v0.20.2
14982026-05-14T13:36:30.351Z Compiling serde_urlencoded v0.7.1
14992026-05-14T13:36:30.404Z Compiling idna v1.1.0
15002026-05-14T13:36:30.409Z Compiling md-5 v0.10.6
15012026-05-14T13:36:30.433Z Compiling ppv-lite86 v0.2.21
15022026-05-14T13:36:30.451Z Compiling http-body v1.0.1
15032026-05-14T13:36:30.545Z Compiling scroll v0.12.0
15042026-05-14T13:36:30.604Z Compiling http-body-util v0.1.3
15052026-05-14T13:36:30.619Z Compiling darling_macro v0.21.3
15062026-05-14T13:36:30.619Z Compiling bstr v1.12.1
15072026-05-14T13:36:30.649Z Compiling zerocopy-derive v0.7.35
15082026-05-14T13:36:30.683Z Compiling pin-project-internal v1.1.11
15092026-05-14T13:36:30.740Z Compiling url v2.5.8
15102026-05-14T13:36:30.766Z Compiling rand_chacha v0.9.0
15112026-05-14T13:36:30.813Z Compiling rand_chacha v0.3.1
15122026-05-14T13:36:30.828Z Compiling async-trait v0.1.89
15132026-05-14T13:36:30.860Z Compiling ff v0.13.1
15142026-05-14T13:36:31.011Z Compiling rand v0.9.2
15152026-05-14T13:36:31.072Z Compiling hash32 v0.2.1
15162026-05-14T13:36:31.118Z Compiling thiserror v1.0.69
15172026-05-14T13:36:31.151Z Compiling memoffset v0.9.1
15182026-05-14T13:36:31.282Z Compiling num-bigint-dig v0.8.6
15192026-05-14T13:36:31.296Z Compiling cfg_aliases v0.2.1
15202026-05-14T13:36:31.382Z Compiling psl-types v2.0.11
15212026-05-14T13:36:31.436Z Compiling smoltcp v0.9.1
15222026-05-14T13:36:31.526Z Compiling fallible-iterator v0.2.0
15232026-05-14T13:36:31.541Z Compiling litrs v1.0.0
15242026-05-14T13:36:31.590Z Compiling zlib-rs v0.6.2
15252026-05-14T13:36:31.604Z Compiling rustix v0.38.44
15262026-05-14T13:36:31.718Z Compiling dof v0.4.0
15272026-05-14T13:36:31.801Z Compiling proptest v1.10.0
15282026-05-14T13:36:31.842Z Compiling ref-cast v1.0.25
15292026-05-14T13:36:31.856Z Compiling base16ct v0.2.0
15302026-05-14T13:36:31.886Z Compiling pin-project v1.1.11
15312026-05-14T13:36:31.916Z Compiling postgres-protocol v0.6.10
15322026-05-14T13:36:31.997Z Compiling sec1 v0.7.3
15332026-05-14T13:36:32.011Z Compiling zerocopy v0.7.35
15342026-05-14T13:36:32.066Z Compiling ipnetwork v0.21.1
15352026-05-14T13:36:32.081Z Compiling document-features v0.2.12
15362026-05-14T13:36:32.096Z Compiling publicsuffix v2.3.0
15372026-05-14T13:36:32.281Z Compiling nix v0.31.2
15382026-05-14T13:36:32.342Z Compiling oxnet v0.1.4
15392026-05-14T13:36:32.345Z Compiling darling v0.21.3
15402026-05-14T13:36:32.489Z Compiling rand v0.8.6
15412026-05-14T13:36:32.503Z Compiling group v0.13.0
15422026-05-14T13:36:32.537Z Compiling derive_builder v0.20.2
15432026-05-14T13:36:32.590Z Compiling goblin v0.8.2
15442026-05-14T13:36:32.681Z Compiling futures-executor v0.3.32
15452026-05-14T13:36:32.685Z Compiling hubpack_derive v0.1.1
15462026-05-14T13:36:32.710Z Compiling hex v0.4.3
15472026-05-14T13:36:32.713Z Compiling cargo-platform v0.1.9
15482026-05-14T13:36:32.766Z Compiling hkdf v0.12.4
15492026-05-14T13:36:32.784Z Compiling crypto-bigint v0.5.5
15502026-05-14T13:36:32.937Z Compiling regex v1.12.3
15512026-05-14T13:36:33.034Z Compiling daft-derive v0.1.5
15522026-05-14T13:36:33.049Z Compiling snafu-derive v0.8.9
15532026-05-14T13:36:33.065Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-14T13:36:33.079Z Compiling ref-cast-impl v1.0.25
15552026-05-14T13:36:33.082Z Compiling strum_macros v0.27.2
15562026-05-14T13:36:33.179Z Compiling num-iter v0.1.45
15572026-05-14T13:36:33.385Z Compiling terminal_size v0.4.3
15582026-05-14T13:36:33.541Z Compiling tokio-util v0.7.18
15592026-05-14T13:36:33.561Z Compiling tower v0.5.3
15602026-05-14T13:36:33.582Z Compiling tokio-native-tls v0.3.1
15612026-05-14T13:36:33.653Z Compiling phf_shared v0.13.1
15622026-05-14T13:36:33.667Z Compiling lazy_static v1.5.0
15632026-05-14T13:36:33.741Z Compiling vergen v9.0.6
15642026-05-14T13:36:33.777Z Compiling fs-err v3.3.0
15652026-05-14T13:36:33.780Z Compiling encoding_rs v0.8.35
15662026-05-14T13:36:33.805Z Compiling ahash v0.8.12
15672026-05-14T13:36:33.848Z Compiling winnow v0.5.40
15682026-05-14T13:36:33.910Z Compiling mime v0.3.17
15692026-05-14T13:36:33.944Z Compiling object v0.37.3
15702026-05-14T13:36:33.989Z Compiling tower-http v0.6.8
15712026-05-14T13:36:34.027Z Compiling libbz2-rs-sys v0.2.2
15722026-05-14T13:36:34.074Z Compiling bumpalo v3.20.2
15732026-05-14T13:36:34.184Z Compiling newtype-uuid v1.3.2
15742026-05-14T13:36:34.233Z Compiling h2 v0.4.13
15752026-05-14T13:36:34.350Z Compiling foldhash v0.1.5
15762026-05-14T13:36:34.440Z Compiling foldhash v0.2.0
15772026-05-14T13:36:34.549Z Compiling flate2 v1.1.9
15782026-05-14T13:36:34.564Z Compiling managed v0.8.0
15792026-05-14T13:36:34.623Z Compiling bitflags v1.3.2
15802026-05-14T13:36:34.678Z Compiling same-file v1.0.6
15812026-05-14T13:36:34.710Z Compiling hashbrown v0.16.1
15822026-05-14T13:36:34.731Z Compiling hashbrown v0.15.5
15832026-05-14T13:36:34.795Z Compiling walkdir v2.5.0
15842026-05-14T13:36:34.844Z Compiling dof v0.3.0
15852026-05-14T13:36:34.944Z Compiling bzip2 v0.6.1
15862026-05-14T13:36:34.974Z Compiling daft v0.1.5
15872026-05-14T13:36:35.056Z Compiling snafu v0.8.9
15882026-05-14T13:36:35.123Z Compiling zopfli v0.8.3
15892026-05-14T13:36:35.138Z Compiling strum v0.27.2
15902026-05-14T13:36:35.163Z Compiling toml_edit v0.19.15
15912026-05-14T13:36:35.317Z Compiling clap_builder v4.5.60
15922026-05-14T13:36:35.333Z Compiling phf v0.13.1
15932026-05-14T13:36:35.390Z Compiling elliptic-curve v0.13.8
15942026-05-14T13:36:35.430Z Compiling signal-hook-mio v0.2.5
15952026-05-14T13:36:35.531Z Compiling cargo_metadata v0.19.2
15962026-05-14T13:36:35.550Z Compiling cookie_store v0.22.1
15972026-05-14T13:36:35.565Z Compiling usdt-attr-macro v0.6.0
15982026-05-14T13:36:35.586Z Compiling usdt-macro v0.6.0
15992026-05-14T13:36:35.664Z Compiling hubpack v0.1.2
16002026-05-14T13:36:35.802Z Compiling bzip2 v0.4.4
16012026-05-14T13:36:35.817Z Compiling futures v0.3.32
16022026-05-14T13:36:35.903Z Compiling zstd v0.13.3
16032026-05-14T13:36:35.920Z Compiling serde_with_macros v3.17.0
16042026-05-14T13:36:36.026Z Compiling postgres-types v0.2.12
16052026-05-14T13:36:36.140Z Compiling dtrace-parser v0.2.0
16062026-05-14T13:36:36.189Z Compiling globset v0.4.18
16072026-05-14T13:36:36.222Z Compiling ed25519 v2.2.3
16082026-05-14T13:36:36.389Z Compiling pkcs1 v0.7.5
16092026-05-14T13:36:36.455Z Compiling serde-big-array v0.5.1
16102026-05-14T13:36:36.612Z Compiling serde_plain v1.0.2
16112026-05-14T13:36:36.645Z Compiling olpc-cjson v0.1.4
16122026-05-14T13:36:36.813Z Compiling rfc6979 v0.4.0
16132026-05-14T13:36:36.827Z Compiling serde_repr v0.1.20
16142026-05-14T13:36:36.842Z Compiling clap_derive v4.5.55
16152026-05-14T13:36:36.947Z Compiling strum_macros v0.26.4
16162026-05-14T13:36:36.962Z Compiling async-recursion v1.1.1
16172026-05-14T13:36:36.965Z Compiling enum-as-inner v0.6.1
16182026-05-14T13:36:36.965Z Compiling phf_shared v0.11.3
16192026-05-14T13:36:37.136Z Compiling float-cmp v0.10.0
16202026-05-14T13:36:37.172Z Compiling pem v3.0.6
16212026-05-14T13:36:37.192Z Compiling thread-id v4.2.2
16222026-05-14T13:36:37.207Z Compiling memmap2 v0.9.10
16232026-05-14T13:36:37.293Z Compiling hyper v1.8.1
16242026-05-14T13:36:37.308Z Compiling env_filter v1.0.0
16252026-05-14T13:36:37.394Z Compiling normalize-line-endings v0.3.0
16262026-05-14T13:36:37.443Z Compiling static_assertions v1.1.0
16272026-05-14T13:36:37.506Z Compiling either v1.15.0
16282026-05-14T13:36:37.506Z Compiling typed-path v0.9.3
16292026-05-14T13:36:37.532Z Compiling predicates-core v1.0.10
16302026-05-14T13:36:37.547Z Compiling keccak v0.1.6
16312026-05-14T13:36:37.636Z Compiling whoami v2.1.0
16322026-05-14T13:36:37.667Z Compiling jiff v0.2.21
16332026-05-14T13:36:37.725Z Compiling new_debug_unreachable v1.0.6
16342026-05-14T13:36:37.739Z Compiling difflib v0.4.0
16352026-05-14T13:36:37.809Z Compiling fixedbitset v0.4.2
16362026-05-14T13:36:37.896Z Compiling data-encoding v2.10.0
16372026-05-14T13:36:38.037Z Compiling precomputed-hash v0.1.1
16382026-05-14T13:36:38.052Z Compiling rustc-hash v2.1.1
16392026-05-14T13:36:38.141Z Compiling fixedbitset v0.5.7
16402026-05-14T13:36:38.198Z Compiling hickory-proto v0.25.2
16412026-05-14T13:36:38.325Z Compiling iddqd v0.3.18
16422026-05-14T13:36:38.340Z Compiling string_cache v0.8.9
16432026-05-14T13:36:38.390Z Compiling hyper-util v0.1.20
16442026-05-14T13:36:38.406Z Compiling petgraph v0.8.3
16452026-05-14T13:36:38.472Z Compiling toml_edit v0.22.27
16462026-05-14T13:36:38.488Z Compiling predicates v3.1.4
16472026-05-14T13:36:38.590Z Compiling petgraph v0.6.5
16482026-05-14T13:36:38.637Z Compiling tokio-postgres v0.7.16
16492026-05-14T13:36:38.685Z Compiling clap v4.5.60
16502026-05-14T13:36:38.777Z Compiling strum v0.26.3
16512026-05-14T13:36:38.792Z Compiling sha3 v0.10.8
16522026-05-14T13:36:38.807Z Compiling itertools v0.13.0
16532026-05-14T13:36:38.925Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16542026-05-14T13:36:38.940Z Compiling env_logger v0.11.9
16552026-05-14T13:36:39.169Z Compiling usdt v0.6.0
16562026-05-14T13:36:39.264Z Compiling usdt-impl v0.5.0
16572026-05-14T13:36:39.318Z Compiling serde_with v3.17.0
16582026-05-14T13:36:39.452Z Compiling ecdsa v0.16.9
16592026-05-14T13:36:39.507Z Compiling crossterm v0.28.1
16602026-05-14T13:36:39.851Z Compiling hyper-tls v0.6.0
16612026-05-14T13:36:39.872Z Compiling rsa v0.9.10
16622026-05-14T13:36:40.067Z Compiling toml v0.7.8
16632026-05-14T13:36:40.105Z Compiling ed25519-dalek v2.2.0
16642026-05-14T13:36:40.368Z Compiling zip v4.6.1
16652026-05-14T13:36:40.521Z Compiling zip v0.6.6
16662026-05-14T13:36:40.872Z Compiling toml_parser v1.0.9+spec-1.1.0
16672026-05-14T13:36:41.037Z Compiling tokio-stream v0.1.18
16682026-05-14T13:36:41.052Z Compiling buf-list v1.1.2
16692026-05-14T13:36:41.068Z Compiling similar v2.7.0
16702026-05-14T13:36:41.115Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-14T13:36:41.118Z Compiling openapiv3 v2.2.0
16722026-05-14T13:36:41.222Z Compiling x509-cert v0.2.5
16732026-05-14T13:36:41.345Z Compiling sha1 v0.10.6
16742026-05-14T13:36:41.376Z Compiling crossbeam-epoch v0.9.18
16752026-05-14T13:36:41.477Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-14T13:36:41.552Z Compiling lalrpop-util v0.19.12
16772026-05-14T13:36:41.566Z Compiling peg-runtime v0.8.5
16782026-05-14T13:36:41.598Z Compiling thread_local v1.1.9
16792026-05-14T13:36:41.613Z Compiling slog-async v2.8.0
16802026-05-14T13:36:41.735Z Compiling crossbeam-channel v0.5.15
16812026-05-14T13:36:41.775Z Compiling filetime v0.2.27
16822026-05-14T13:36:41.794Z Compiling is-terminal v0.4.17
16832026-05-14T13:36:41.808Z Compiling take_mut v0.2.2
16842026-05-14T13:36:41.872Z Compiling term v1.2.1
16852026-05-14T13:36:41.872Z Compiling xattr v1.6.1
16862026-05-14T13:36:42.059Z Compiling tar v0.4.45
16872026-05-14T13:36:42.213Z Compiling slog-term v2.9.2
16882026-05-14T13:36:59.813Z Compiling rustls-webpki v0.103.9
16892026-05-14T13:37:02.592Z Compiling tokio-rustls v0.26.4
16902026-05-14T13:37:02.592Z Compiling rustls-platform-verifier v0.6.2
16912026-05-14T13:37:02.789Z Compiling hyper-rustls v0.27.7
16922026-05-14T13:37:02.976Z Compiling reqwest v0.12.28
16932026-05-14T13:37:02.976Z Compiling reqwest v0.13.2
16942026-05-14T13:37:04.199Z Compiling tough v0.22.0
16952026-05-14T13:37:06.700Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-14T13:37:06.936Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-14T13:37:09.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.23s
16982026-05-14T13:37:09.880Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-14T13:37:09.933ZMay 14 13:37:08.926 INFO Starting download, target: DendriteStub
17002026-05-14T13:37:09.933ZMay 14 13:37:08.927 INFO Starting download, target: MaghemiteMgd
17012026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Starting download, target: Clickhouse
17022026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Starting download, target: Cockroach
17032026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Starting download, target: Console
17042026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Starting download, target: TransceiverControl
17052026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17062026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17082026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-05-14T13:37:09.937ZMay 14 13:37:08.927 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-05-14T13:37:10.371ZMay 14 13:37:09.364 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-14T13:37:10.583ZMay 14 13:37:09.574 INFO Download complete, target: TransceiverControl
17132026-05-14T13:37:10.979ZMay 14 13:37:09.972 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-05-14T13:37:11.219ZMay 14 13:37:10.211 INFO Download complete, target: Console
17152026-05-14T13:37:11.805ZMay 14 13:37:10.796 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-05-14T13:37:11.809ZMay 14 13:37:10.799 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17172026-05-14T13:37:12.158ZMay 14 13:37:11.151 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17182026-05-14T13:37:12.158ZMay 14 13:37:11.151 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17192026-05-14T13:37:12.545ZMay 14 13:37:11.538 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-05-14T13:37:14.355ZMay 14 13:37:13.347 INFO Download complete, target: MaghemiteMgd
17212026-05-14T13:37:14.386ZMay 14 13:37:13.379 INFO Download complete, target: DendriteStub
17222026-05-14T13:37:16.866ZMay 14 13:37:15.859 INFO Checking that binary works, target: Cockroach
17232026-05-14T13:37:16.983ZMay 14 13:37:15.977 INFO Download complete, target: Cockroach
17242026-05-14T13:37:19.275ZMay 14 13:37:18.267 INFO Checking that binary works, target: Clickhouse
17252026-05-14T13:37:19.374ZMay 14 13:37:18.367 INFO Download complete, target: Clickhouse
17262026-05-14T13:37:19.380ZAll prerequisites installed successfully
17272026-05-14T13:37:19.383Z
17282026-05-14T13:37:19.383Zreal 2:00.057668878
17292026-05-14T13:37:19.383Zuser 6:57.142018244
17302026-05-14T13:37:19.383Zsys 1:40.178397449
17312026-05-14T13:37:19.383Ztrap 0.265685863
17322026-05-14T13:37:19.383Ztflt 1.709738263
17332026-05-14T13:37:19.383Zdflt 2.048291222
17342026-05-14T13:37:19.383Zkflt 0.028237439
17352026-05-14T13:37:19.383Zlock 22:55.600210128
17362026-05-14T13:37:19.383Zslp 19:02.939899084
17372026-05-14T13:37:19.383Zlat 24.644135568
17382026-05-14T13:37:19.383Zstop 2:48.151939944
17392026-05-14T13:37:19.384Z+ ptime -m cargo xtask download softnpu
17402026-05-14T13:37:19.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17412026-05-14T13:37:19.966Z Running `target/debug/xtask download softnpu`
17422026-05-14T13:37:20.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17432026-05-14T13:37:20.825Z Running `target/debug/xtask-downloader softnpu`
17442026-05-14T13:37:20.865ZMay 14 13:37:19.840 INFO Starting download, target: Softnpu
17452026-05-14T13:37:20.871ZMay 14 13:37:19.841 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-14T13:37:22.669ZMay 14 13:37:21.653 INFO Download complete, target: Softnpu
17472026-05-14T13:37:22.679Z
17482026-05-14T13:37:22.679Zreal 3.277433048
17492026-05-14T13:37:22.679Zuser 1.399459661
17502026-05-14T13:37:22.679Zsys 0.687807203
17512026-05-14T13:37:22.679Ztrap 0.000680130
17522026-05-14T13:37:22.679Ztflt 0.000141000
17532026-05-14T13:37:22.679Zdflt 0.000113120
17542026-05-14T13:37:22.679Zkflt 0.000000000
17552026-05-14T13:37:22.680Zlock 33.749643528
17562026-05-14T13:37:22.680Zslp 1.573824169
17572026-05-14T13:37:22.680Zlat 0.092783527
17582026-05-14T13:37:22.680Zstop 0.000187240
17592026-05-14T13:37:22.680Z+ export CARGO_INCREMENTAL=0
17602026-05-14T13:37:22.680Z+ CARGO_INCREMENTAL=0
17612026-05-14T13:37:22.680Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-14T13:37:23.553Z Compiling proc-macro2 v1.0.106
17632026-05-14T13:37:23.553Z Compiling quote v1.0.45
17642026-05-14T13:37:23.553Z Compiling unicode-ident v1.0.24
17652026-05-14T13:37:23.553Z Compiling libc v0.2.185
17662026-05-14T13:37:23.556Z Compiling serde_core v1.0.228
17672026-05-14T13:37:23.556Z Compiling serde v1.0.228
17682026-05-14T13:37:23.556Z Compiling cfg-if v1.0.4
17692026-05-14T13:37:23.556Z Compiling version_check v0.9.5
17702026-05-14T13:37:23.556Z Compiling shlex v1.3.0
17712026-05-14T13:37:23.556Z Compiling find-msvc-tools v0.1.9
17722026-05-14T13:37:23.556Z Compiling typenum v1.19.0
17732026-05-14T13:37:23.556Z Compiling zmij v1.0.21
17742026-05-14T13:37:23.557Z Compiling autocfg v1.5.0
17752026-05-14T13:37:23.699Z Compiling memchr v2.8.0
17762026-05-14T13:37:23.702Z Compiling serde_json v1.0.149
17772026-05-14T13:37:23.853Z Compiling portable-atomic v1.13.1
17782026-05-14T13:37:23.954Z Compiling libm v0.2.16
17792026-05-14T13:37:23.986Z Compiling zerocopy v0.8.40
17802026-05-14T13:37:24.108Z Compiling generic-array v0.14.7
17812026-05-14T13:37:24.123Z Compiling smallvec v1.15.1
17822026-05-14T13:37:24.137Z Compiling parking_lot_core v0.9.12
17832026-05-14T13:37:24.166Z Compiling num-traits v0.2.19
17842026-05-14T13:37:24.192Z Compiling icu_normalizer_data v2.1.1
17852026-05-14T13:37:24.236Z Compiling icu_properties_data v2.1.2
17862026-05-14T13:37:24.282Z Compiling itoa v1.0.17
17872026-05-14T13:37:24.332Z Compiling getrandom v0.4.1
17882026-05-14T13:37:24.347Z Compiling log v0.4.29
17892026-05-14T13:37:24.408Z Compiling stable_deref_trait v1.2.1
17902026-05-14T13:37:24.423Z Compiling pkg-config v0.3.32
17912026-05-14T13:37:24.452Z Compiling subtle v2.6.1
17922026-05-14T13:37:24.583Z Compiling scopeguard v1.2.0
17932026-05-14T13:37:24.647Z Compiling writeable v0.6.2
17942026-05-14T13:37:24.651Z Compiling percent-encoding v2.3.2
17952026-05-14T13:37:24.707Z Compiling jobserver v0.1.34
17962026-05-14T13:37:24.710Z Compiling getrandom v0.2.17
17972026-05-14T13:37:24.800Z Compiling errno v0.3.14
17982026-05-14T13:37:24.803Z Compiling lock_api v0.4.14
17992026-05-14T13:37:24.830Z Compiling litemap v0.8.1
18002026-05-14T13:37:24.899Z Compiling rand_core v0.6.4
18012026-05-14T13:37:24.945Z Compiling cc v1.2.56
18022026-05-14T13:37:24.995Z Compiling pin-project-lite v0.2.17
18032026-05-14T13:37:25.037Z Compiling fnv v1.0.7
18042026-05-14T13:37:25.126Z Compiling thiserror v2.0.18
18052026-05-14T13:37:25.158Z Compiling getrandom v0.3.4
18062026-05-14T13:37:25.202Z Compiling dunce v1.0.5
18072026-05-14T13:37:25.205Z Compiling fs_extra v1.3.0
18082026-05-14T13:37:25.263Z Compiling syn v2.0.117
18092026-05-14T13:37:25.266Z Compiling equivalent v1.0.2
18102026-05-14T13:37:25.330Z Compiling schemars v0.8.22
18112026-05-14T13:37:25.333Z Compiling rustversion v1.0.22
18122026-05-14T13:37:25.344Z Compiling utf8_iter v1.0.4
18132026-05-14T13:37:25.351Z Compiling rand_core v0.10.0
18142026-05-14T13:37:25.493Z Compiling form_urlencoded v1.2.2
18152026-05-14T13:37:25.551Z Compiling critical-section v1.2.0
18162026-05-14T13:37:25.613Z Compiling signal-hook-registry v1.4.8
18172026-05-14T13:37:25.683Z Compiling rustix v1.1.3
18182026-05-14T13:37:25.717Z Compiling hashbrown v0.17.0
18192026-05-14T13:37:25.733Z Compiling cmake v0.1.57
18202026-05-14T13:37:25.830Z Compiling mio v1.2.0
18212026-05-14T13:37:25.844Z Compiling parking_lot v0.12.5
18222026-05-14T13:37:26.047Z Compiling bitflags v2.11.0
18232026-05-14T13:37:26.112Z Compiling semver v1.0.28
18242026-05-14T13:37:26.132Z Compiling once_cell v1.21.3
18252026-05-14T13:37:26.208Z Compiling socket2 v0.6.3
18262026-05-14T13:37:26.261Z Compiling indexmap v2.14.0
18272026-05-14T13:37:26.297Z Compiling const-oid v0.9.6
18282026-05-14T13:37:26.342Z Compiling ring v0.17.14
18292026-05-14T13:37:26.358Z Compiling aws-lc-sys v0.40.0
18302026-05-14T13:37:26.435Z Compiling aws-lc-rs v1.16.3
18312026-05-14T13:37:26.460Z Compiling futures-core v0.3.32
18322026-05-14T13:37:26.488Z Compiling httparse v1.10.1
18332026-05-14T13:37:26.593Z Compiling vcpkg v0.2.15
18342026-05-14T13:37:26.618Z Compiling thiserror v1.0.69
18352026-05-14T13:37:26.634Z Compiling strsim v0.11.1
18362026-05-14T13:37:26.834Z Compiling ucd-trie v0.1.7
18372026-05-14T13:37:26.906Z Compiling iana-time-zone v0.1.65
18382026-05-14T13:37:26.934Z Compiling byteorder v1.5.0
18392026-05-14T13:37:26.984Z Compiling pest v2.8.6
18402026-05-14T13:37:27.000Z Compiling heck v0.5.0
18412026-05-14T13:37:27.035Z Compiling syn v1.0.109
18422026-05-14T13:37:27.038Z Compiling ident_case v1.0.1
18432026-05-14T13:37:27.064Z Compiling regex-syntax v0.8.10
18442026-05-14T13:37:27.081Z Compiling uuid v1.23.0
18452026-05-14T13:37:27.152Z Compiling cpufeatures v0.2.17
18462026-05-14T13:37:27.169Z Compiling openssl-sys v0.9.115
18472026-05-14T13:37:27.185Z Compiling rustls v0.23.37
18482026-05-14T13:37:27.382Z Compiling futures-sink v0.3.32
18492026-05-14T13:37:27.450Z Compiling rustc_version v0.4.1
18502026-05-14T13:37:27.486Z Compiling futures-channel v0.3.32
18512026-05-14T13:37:27.515Z Compiling futures-task v0.3.32
18522026-05-14T13:37:27.661Z Compiling slab v0.4.12
18532026-05-14T13:37:27.683Z Compiling futures-io v0.3.32
18542026-05-14T13:37:27.730Z Compiling aho-corasick v1.1.4
18552026-05-14T13:37:27.804Z Compiling dyn-clone v1.0.20
18562026-05-14T13:37:27.975Z Compiling plain v0.2.3
18572026-05-14T13:37:27.978Z Compiling base64 v0.22.1
18582026-05-14T13:37:27.978Z Compiling openssl v0.10.79
18592026-05-14T13:37:28.019Z Compiling crc32fast v1.5.0
18602026-05-14T13:37:28.079Z Compiling pest_meta v2.8.6
18612026-05-14T13:37:28.098Z Compiling synstructure v0.13.2
18622026-05-14T13:37:28.121Z Compiling serde_derive_internals v0.29.1
18632026-05-14T13:37:28.244Z Compiling crossbeam-utils v0.8.21
18642026-05-14T13:37:28.261Z Compiling num-conv v0.2.0
18652026-05-14T13:37:28.306Z Compiling time-core v0.1.8
18662026-05-14T13:37:28.469Z Compiling time-macros v0.2.27
18672026-05-14T13:37:28.524Z Compiling native-tls v0.2.18
18682026-05-14T13:37:28.541Z Compiling pretty-hex v0.4.1
18692026-05-14T13:37:28.557Z Compiling regex-automata v0.4.14
18702026-05-14T13:37:28.633Z Compiling anyhow v1.0.102
18712026-05-14T13:37:28.660Z Compiling base64ct v1.8.3
18722026-05-14T13:37:28.689Z Compiling pest_generator v2.8.6
18732026-05-14T13:37:28.763Z Compiling darling_core v0.21.3
18742026-05-14T13:37:28.870Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-05-14T13:37:28.941Z Compiling pem-rfc7468 v0.7.0
18762026-05-14T13:37:28.966Z Compiling tracing-core v0.1.36
18772026-05-14T13:37:29.175Z Compiling flagset v0.4.7
18782026-05-14T13:37:29.178Z Compiling untrusted v0.9.0
18792026-05-14T13:37:29.210Z Compiling rand_core v0.9.5
18802026-05-14T13:37:29.226Z Compiling slog v2.8.2
18812026-05-14T13:37:29.384Z Compiling serde_derive v1.0.228
18822026-05-14T13:37:29.426Z Compiling zeroize_derive v1.4.3
18832026-05-14T13:37:29.441Z Compiling zerofrom-derive v0.1.6
18842026-05-14T13:37:29.460Z Compiling yoke-derive v0.8.1
18852026-05-14T13:37:29.502Z Compiling zerovec-derive v0.11.2
18862026-05-14T13:37:29.533Z Compiling displaydoc v0.2.5
18872026-05-14T13:37:29.582Z Compiling zerocopy-derive v0.8.40
18882026-05-14T13:37:29.689Z Compiling tokio-macros v2.7.0
18892026-05-14T13:37:29.769Z Compiling futures-macro v0.3.32
18902026-05-14T13:37:30.018Z Compiling thiserror-impl v2.0.18
18912026-05-14T13:37:30.034Z Compiling zeroize v1.8.2
18922026-05-14T13:37:30.410Z Compiling schemars_derive v0.8.22
18932026-05-14T13:37:30.436Z Compiling tracing-attributes v0.1.31
18942026-05-14T13:37:30.568Z Compiling der_derive v0.7.3
18952026-05-14T13:37:30.584Z Compiling thiserror-impl v1.0.69
18962026-05-14T13:37:30.602Z Compiling zerofrom v0.1.6
18972026-05-14T13:37:30.741Z Compiling yoke v0.8.1
18982026-05-14T13:37:30.839Z Compiling crypto-common v0.1.7
18992026-05-14T13:37:30.934Z Compiling zerovec v0.11.5
19002026-05-14T13:37:30.950Z Compiling zerotrie v0.2.3
19012026-05-14T13:37:31.063Z Compiling block-buffer v0.10.4
19022026-05-14T13:37:31.253Z Compiling digest v0.10.7
19032026-05-14T13:37:31.479Z Compiling tinystr v0.8.2
19042026-05-14T13:37:31.509Z Compiling potential_utf v0.1.4
19052026-05-14T13:37:31.536Z Compiling pest_derive v2.8.6
19062026-05-14T13:37:31.586Z Compiling futures-util v0.3.32
19072026-05-14T13:37:31.622Z Compiling hmac v0.12.1
19082026-05-14T13:37:31.674Z Compiling icu_locale_core v2.1.1
19092026-05-14T13:37:31.700Z Compiling icu_collections v2.1.1
19102026-05-14T13:37:31.795Z Compiling block-padding v0.3.3
19112026-05-14T13:37:31.944Z Compiling inout v0.1.4
19122026-05-14T13:37:31.959Z Compiling rustls-pki-types v1.14.0
19132026-05-14T13:37:31.982Z Compiling openssl-macros v0.1.1
19142026-05-14T13:37:32.117Z Compiling cipher v0.4.4
19152026-05-14T13:37:32.345Z Compiling sha2 v0.10.9
19162026-05-14T13:37:32.384Z Compiling scroll_derive v0.12.1
19172026-05-14T13:37:32.444Z Compiling icu_provider v2.1.1
19182026-05-14T13:37:32.543Z Compiling bytes v1.11.1
19192026-05-14T13:37:32.668Z Compiling chrono v0.4.44
19202026-05-14T13:37:32.701Z Compiling icu_properties v2.1.2
19212026-05-14T13:37:32.737Z Compiling icu_normalizer v2.1.1
19222026-05-14T13:37:32.864Z Compiling serde_tokenstream v0.2.3
19232026-05-14T13:37:33.013Z Compiling tokio v1.52.1
19242026-05-14T13:37:33.532Z Compiling scroll_derive v0.13.1
19252026-05-14T13:37:33.610Z Compiling idna_adapter v1.2.1
19262026-05-14T13:37:33.761Z Compiling idna v1.1.0
19272026-05-14T13:37:33.948Z Compiling ppv-lite86 v0.2.21
19282026-05-14T13:37:34.134Z Compiling url v2.5.8
19292026-05-14T13:37:34.201Z Compiling http v1.4.0
19302026-05-14T13:37:34.284Z Compiling tracing v0.1.44
19312026-05-14T13:37:34.300Z Compiling der v0.7.10
19322026-05-14T13:37:34.413Z Compiling darling_macro v0.21.3
19332026-05-14T13:37:34.463Z Compiling regex v1.12.3
19342026-05-14T13:37:34.699Z Compiling zerocopy-derive v0.7.35
19352026-05-14T13:37:34.893Z Compiling darling v0.21.3
19362026-05-14T13:37:34.992Z Compiling salsa20 v0.10.2
19372026-05-14T13:37:35.085Z Compiling pbkdf2 v0.12.2
19382026-05-14T13:37:35.146Z Compiling spki v0.7.3
19392026-05-14T13:37:35.877Z Compiling cookie v0.18.1
19402026-05-14T13:37:36.021Z Compiling camino v1.2.2
19412026-05-14T13:37:36.189Z Compiling scrypt v0.11.0
19422026-05-14T13:37:36.282Z Compiling http-body v1.0.1
19432026-05-14T13:37:36.377Z Compiling rand_chacha v0.9.0
19442026-05-14T13:37:36.398Z Compiling aes v0.8.4
19452026-05-14T13:37:36.443Z Compiling cbc v0.1.2
19462026-05-14T13:37:36.530Z Compiling usdt-impl v0.5.0
19472026-05-14T13:37:36.552Z Compiling untrusted v0.7.1
19482026-05-14T13:37:36.572Z Compiling winnow v0.7.14
19492026-05-14T13:37:36.597Z Compiling openssl-probe v0.2.1
19502026-05-14T13:37:36.697Z Compiling paste v1.0.15
19512026-05-14T13:37:36.712Z Compiling either v1.15.0
19522026-05-14T13:37:36.763Z Compiling tokio-util v0.7.18
19532026-05-14T13:37:36.779Z Compiling tinyvec_macros v0.1.1
19542026-05-14T13:37:36.782Z Compiling ref-cast v1.0.25
19552026-05-14T13:37:36.893Z Compiling unicode-segmentation v1.12.0
19562026-05-14T13:37:36.936Z Compiling atomic-waker v1.1.2
19572026-05-14T13:37:36.970Z Compiling usdt-impl v0.6.0
19582026-05-14T13:37:37.064Z Compiling tinyvec v1.10.0
19592026-05-14T13:37:37.088Z Compiling pkcs5 v0.7.1
19602026-05-14T13:37:37.227Z Compiling rand v0.9.2
19612026-05-14T13:37:37.283Z Compiling scroll v0.13.0
19622026-05-14T13:37:37.558Z Compiling scroll v0.12.0
19632026-05-14T13:37:37.574Z Compiling toml_datetime v0.6.11
19642026-05-14T13:37:37.698Z Compiling serde_spanned v0.6.9
19652026-05-14T13:37:37.834Z Compiling async-trait v0.1.89
19662026-05-14T13:37:37.850Z Compiling heapless v0.7.17
19672026-05-14T13:37:37.922Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-14T13:37:37.971Z Compiling tower-layer v0.3.3
19692026-05-14T13:37:38.099Z Compiling try-lock v0.2.5
19702026-05-14T13:37:38.144Z Compiling signal-hook v0.3.18
19712026-05-14T13:37:38.245Z Compiling fastrand v2.3.0
19722026-05-14T13:37:38.340Z Compiling tower-service v0.3.3
19732026-05-14T13:37:38.384Z Compiling zstd-safe v7.2.4
19742026-05-14T13:37:38.433Z Compiling h2 v0.4.13
19752026-05-14T13:37:38.471Z Compiling want v0.3.1
19762026-05-14T13:37:38.608Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-05-14T13:37:38.649Z Compiling goblin v0.8.2
19782026-05-14T13:37:38.716Z Compiling goblin v0.10.5
19792026-05-14T13:37:38.738Z Compiling pkcs8 v0.10.2
19802026-05-14T13:37:38.888Z Compiling heck v0.4.1
19812026-05-14T13:37:39.042Z Compiling zerocopy v0.7.35
19822026-05-14T13:37:39.106Z Compiling ipnet v2.11.0
19832026-05-14T13:37:39.363Z Compiling ref-cast-impl v1.0.25
19842026-05-14T13:37:39.556Z Compiling darling_core v0.20.11
19852026-05-14T13:37:39.609Z Compiling curve25519-dalek v4.1.3
19862026-05-14T13:37:39.631Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-14T13:37:39.897Z Compiling memoffset v0.9.1
19882026-05-14T13:37:39.912Z Compiling httpdate v1.0.3
19892026-05-14T13:37:39.928Z Compiling rustix v0.38.44
19902026-05-14T13:37:40.109Z Compiling pin-utils v0.1.0
19912026-05-14T13:37:40.193Z Compiling litrs v1.0.0
19922026-05-14T13:37:40.256Z Compiling foreign-types-shared v0.1.1
19932026-05-14T13:37:40.440Z Compiling winnow v0.5.40
19942026-05-14T13:37:40.550Z Compiling foreign-types v0.3.2
19952026-05-14T13:37:40.620Z Compiling tempfile v3.25.0
19962026-05-14T13:37:40.698Z Compiling document-features v0.2.12
19972026-05-14T13:37:40.933Z Compiling dof v0.3.0
19982026-05-14T13:37:41.140Z Compiling unicode-normalization v0.1.25
19992026-05-14T13:37:41.261Z Compiling dtrace-parser v0.2.0
20002026-05-14T13:37:41.434Z Compiling dof v0.4.0
20012026-05-14T13:37:41.531Z Compiling darling_macro v0.20.11
20022026-05-14T13:37:41.556Z Compiling hyper v1.8.1
20032026-05-14T13:37:41.737Z Compiling dtrace-parser v0.3.0
20042026-05-14T13:37:41.811Z Compiling toml_edit v0.19.15
20052026-05-14T13:37:41.876Z Compiling daft-derive v0.1.5
20062026-05-14T13:37:41.923Z Compiling pin-project-internal v1.1.11
20072026-05-14T13:37:42.104Z Compiling spin v0.9.8
20082026-05-14T13:37:42.129Z Compiling thread-id v5.1.0
20092026-05-14T13:37:42.145Z Compiling thread-id v4.2.2
20102026-05-14T13:37:42.228Z Compiling num-bigint-dig v0.8.6
20112026-05-14T13:37:42.244Z Compiling powerfmt v0.2.0
20122026-05-14T13:37:42.328Z Compiling cfg_aliases v0.2.1
20132026-05-14T13:37:42.417Z Compiling smoltcp v0.9.1
20142026-05-14T13:37:42.438Z Compiling nix v0.31.2
20152026-05-14T13:37:42.488Z Compiling deranged v0.5.8
20162026-05-14T13:37:42.745Z Compiling hyper-util v0.1.20
20172026-05-14T13:37:42.929Z Compiling darling v0.20.11
20182026-05-14T13:37:43.043Z Compiling rustls-native-certs v0.8.3
20192026-05-14T13:37:43.058Z Compiling ipnetwork v0.21.1
20202026-05-14T13:37:43.300Z Compiling strum_macros v0.26.4
20212026-05-14T13:37:43.460Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-14T13:37:43.779Z Compiling sync_wrapper v1.0.2
20232026-05-14T13:37:43.889Z Compiling wait-timeout v0.2.1
20242026-05-14T13:37:44.080Z Compiling num_threads v0.1.7
20252026-05-14T13:37:44.191Z Compiling siphasher v1.0.2
20262026-05-14T13:37:44.206Z Compiling simd-adler32 v0.3.8
20272026-05-14T13:37:44.276Z Compiling quick-error v1.2.3
20282026-05-14T13:37:44.290Z Compiling utf8parse v0.2.2
20292026-05-14T13:37:44.408Z Compiling anstyle v1.0.13
20302026-05-14T13:37:44.424Z Compiling bit-vec v0.8.0
20312026-05-14T13:37:44.455Z Compiling anstyle-parse v0.2.7
20322026-05-14T13:37:44.471Z Compiling rusty-fork v0.3.1
20332026-05-14T13:37:44.645Z Compiling bit-set v0.8.0
20342026-05-14T13:37:44.678Z Compiling time v0.3.47
20352026-05-14T13:37:44.761Z Compiling tower v0.5.3
20362026-05-14T13:37:44.976Z Compiling derive_builder_core v0.20.2
20372026-05-14T13:37:45.240Z Compiling snafu-derive v0.8.9
20382026-05-14T13:37:45.440Z Compiling http-body-util v0.1.3
20392026-05-14T13:37:45.638Z Compiling webpki-roots v1.0.6
20402026-05-14T13:37:45.711Z Compiling signature v2.2.0
20412026-05-14T13:37:45.778Z Compiling hubpack_derive v0.1.1
20422026-05-14T13:37:45.808Z Compiling strum_macros v0.27.2
20432026-05-14T13:37:45.880Z Compiling rand_xorshift v0.4.0
20442026-05-14T13:37:46.053Z Compiling fs-err v3.3.0
20452026-05-14T13:37:46.082Z Compiling ahash v0.8.12
20462026-05-14T13:37:46.143Z Compiling ryu v1.0.23
20472026-05-14T13:37:46.173Z Compiling unicode-bidi v0.3.18
20482026-05-14T13:37:46.241Z Compiling iri-string v0.7.10
20492026-05-14T13:37:46.276Z Compiling unarray v0.1.4
20502026-05-14T13:37:46.292Z Compiling allocator-api2 v0.2.21
20512026-05-14T13:37:46.308Z Compiling colorchoice v1.0.4
20522026-05-14T13:37:46.322Z Compiling unicode-properties v0.1.4
20532026-05-14T13:37:46.339Z Compiling anstyle-query v1.1.5
20542026-05-14T13:37:46.403Z Compiling object v0.37.3
20552026-05-14T13:37:46.513Z Compiling is_terminal_polyfill v1.70.2
20562026-05-14T13:37:46.622Z Compiling adler2 v2.0.1
20572026-05-14T13:37:46.641Z Compiling anstream v0.6.21
20582026-05-14T13:37:46.673Z Compiling serde_urlencoded v0.7.1
20592026-05-14T13:37:46.753Z Compiling miniz_oxide v0.8.9
20602026-05-14T13:37:46.768Z Compiling stringprep v0.1.5
20612026-05-14T13:37:46.771Z Compiling proptest v1.10.0
20622026-05-14T13:37:47.155Z Compiling derive_builder_macro v0.20.2
20632026-05-14T13:37:47.213Z Compiling tokio-native-tls v0.3.1
20642026-05-14T13:37:47.267Z Compiling usdt-macro v0.6.0
20652026-05-14T13:37:47.298Z Compiling usdt-attr-macro v0.6.0
20662026-05-14T13:37:47.402Z Compiling tower-http v0.6.8
20672026-05-14T13:37:47.750Z Compiling rand_chacha v0.3.1
20682026-05-14T13:37:47.794Z Compiling erased-serde v0.3.31
20692026-05-14T13:37:47.840Z Compiling md-5 v0.10.6
20702026-05-14T13:37:47.964Z Compiling bstr v1.12.1
20712026-05-14T13:37:48.041Z Compiling num-integer v0.1.46
20722026-05-14T13:37:48.058Z Compiling hash32 v0.2.1
20732026-05-14T13:37:48.061Z Compiling vergen-lib v0.1.6
20742026-05-14T13:37:48.127Z Compiling ff v0.13.1
20752026-05-14T13:37:48.295Z Compiling zlib-rs v0.6.2
20762026-05-14T13:37:48.328Z Compiling fallible-iterator v0.2.0
20772026-05-14T13:37:48.345Z Compiling base16ct v0.2.0
20782026-05-14T13:37:48.361Z Compiling psl-types v2.0.11
20792026-05-14T13:37:48.474Z Compiling sec1 v0.7.3
20802026-05-14T13:37:48.489Z Compiling publicsuffix v2.3.0
20812026-05-14T13:37:48.519Z Compiling num-iter v0.1.45
20822026-05-14T13:37:48.533Z Compiling group v0.13.0
20832026-05-14T13:37:48.646Z Compiling postgres-protocol v0.6.10
20842026-05-14T13:37:48.736Z Compiling rand v0.8.6
20852026-05-14T13:37:48.857Z Compiling newtype-uuid v1.3.2
20862026-05-14T13:37:49.147Z Compiling oxnet v0.1.4
20872026-05-14T13:37:49.196Z Compiling derive_builder v0.20.2
20882026-05-14T13:37:49.199Z Compiling hyper-tls v0.6.0
20892026-05-14T13:37:49.367Z Compiling phf_shared v0.13.1
20902026-05-14T13:37:49.444Z Compiling pin-project v1.1.11
20912026-05-14T13:37:49.506Z Compiling lazy_static v1.5.0
20922026-05-14T13:37:49.652Z Compiling terminal_size v0.4.3
20932026-05-14T13:37:49.669Z Compiling serde_with_macros v3.17.0
20942026-05-14T13:37:49.673Z Compiling futures-executor v0.3.32
20952026-05-14T13:37:49.687Z Compiling hex v0.4.3
20962026-05-14T13:37:49.827Z Compiling cargo-platform v0.1.9
20972026-05-14T13:37:49.979Z Compiling hkdf v0.12.4
20982026-05-14T13:37:50.004Z Compiling crypto-bigint v0.5.5
20992026-05-14T13:37:50.073Z Compiling serde_repr v0.1.20
21002026-05-14T13:37:50.101Z Compiling clap_derive v4.5.55
21012026-05-14T13:37:50.142Z Compiling async-recursion v1.1.1
21022026-05-14T13:37:50.219Z Compiling enum-as-inner v0.6.1
21032026-05-14T13:37:50.631Z Compiling flate2 v1.1.9
21042026-05-14T13:37:50.660Z Compiling vergen v9.0.6
21052026-05-14T13:37:50.699Z Compiling encoding_rs v0.8.35
21062026-05-14T13:37:50.730Z Compiling mime v0.3.17
21072026-05-14T13:37:50.745Z Compiling managed v0.8.0
21082026-05-14T13:37:50.776Z Compiling foldhash v0.2.0
21092026-05-14T13:37:50.800Z Compiling clap_lex v1.0.0
21102026-05-14T13:37:50.986Z Compiling same-file v1.0.6
21112026-05-14T13:37:51.002Z Compiling bumpalo v3.20.2
21122026-05-14T13:37:51.025Z Compiling bitflags v1.3.2
21132026-05-14T13:37:51.040Z Compiling libbz2-rs-sys v0.2.2
21142026-05-14T13:37:51.142Z Compiling foldhash v0.1.5
21152026-05-14T13:37:51.195Z Compiling walkdir v2.5.0
21162026-05-14T13:37:51.211Z Compiling zopfli v0.8.3
21172026-05-14T13:37:51.282Z Compiling hashbrown v0.15.5
21182026-05-14T13:37:51.495Z Compiling bzip2 v0.6.1
21192026-05-14T13:37:51.718Z Compiling clap_builder v4.5.60
21202026-05-14T13:37:51.750Z Compiling elliptic-curve v0.13.8
21212026-05-14T13:37:51.795Z Compiling hashbrown v0.16.1
21222026-05-14T13:37:51.856Z Compiling zstd v0.13.3
21232026-05-14T13:37:51.936Z Compiling cargo_metadata v0.19.2
21242026-05-14T13:37:52.041Z Compiling futures v0.3.32
21252026-05-14T13:37:52.206Z Compiling phf v0.13.1
21262026-05-14T13:37:52.241Z Compiling snafu v0.8.9
21272026-05-14T13:37:52.321Z Compiling daft v0.1.5
21282026-05-14T13:37:52.397Z Compiling signal-hook-mio v0.2.5
21292026-05-14T13:37:52.532Z Compiling postgres-types v0.2.12
21302026-05-14T13:37:52.581Z Compiling cookie_store v0.22.1
21312026-05-14T13:37:52.601Z Compiling bzip2 v0.4.4
21322026-05-14T13:37:52.726Z Compiling globset v0.4.18
21332026-05-14T13:37:52.812Z Compiling strum v0.27.2
21342026-05-14T13:37:53.131Z Compiling hubpack v0.1.2
21352026-05-14T13:37:53.146Z Compiling ed25519 v2.2.3
21362026-05-14T13:37:53.164Z Compiling phf_shared v0.11.3
21372026-05-14T13:37:53.226Z Compiling crossbeam-epoch v0.9.18
21382026-05-14T13:37:53.265Z Compiling olpc-cjson v0.1.4
21392026-05-14T13:37:53.359Z Compiling pkcs1 v0.7.5
21402026-05-14T13:37:53.396Z Compiling pem v3.0.6
21412026-05-14T13:37:53.555Z Compiling serde_plain v1.0.2
21422026-05-14T13:37:53.587Z Compiling serde-big-array v0.5.1
21432026-05-14T13:37:53.697Z Compiling rfc6979 v0.4.0
21442026-05-14T13:37:53.740Z Compiling float-cmp v0.10.0
21452026-05-14T13:37:53.772Z Compiling memmap2 v0.9.10
21462026-05-14T13:37:53.775Z Compiling env_filter v1.0.0
21472026-05-14T13:37:53.838Z Compiling typed-path v0.9.3
21482026-05-14T13:37:53.869Z Compiling fixedbitset v0.4.2
21492026-05-14T13:37:53.923Z Compiling predicates-core v1.0.10
21502026-05-14T13:37:53.998Z Compiling difflib v0.4.0
21512026-05-14T13:37:54.063Z Compiling precomputed-hash v0.1.1
21522026-05-14T13:37:54.079Z Compiling data-encoding v2.10.0
21532026-05-14T13:37:54.109Z Compiling jiff v0.2.21
21542026-05-14T13:37:54.112Z Compiling toml_write v0.1.2
21552026-05-14T13:37:54.167Z Compiling keccak v0.1.6
21562026-05-14T13:37:54.215Z Compiling rustc-hash v2.1.1
21572026-05-14T13:37:54.316Z Compiling whoami v2.1.0
21582026-05-14T13:37:54.342Z Compiling fixedbitset v0.5.7
21592026-05-14T13:37:54.380Z Compiling normalize-line-endings v0.3.0
21602026-05-14T13:37:54.454Z Compiling new_debug_unreachable v1.0.6
21612026-05-14T13:37:54.489Z Compiling static_assertions v1.1.0
21622026-05-14T13:37:54.540Z Compiling tokio-postgres v0.7.16
21632026-05-14T13:37:54.576Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21642026-05-14T13:37:54.597Z Compiling petgraph v0.8.3
21652026-05-14T13:37:54.636Z Compiling string_cache v0.8.9
21662026-05-14T13:37:54.652Z Compiling predicates v3.1.4
21672026-05-14T13:37:54.669Z Compiling hickory-proto v0.25.2
21682026-05-14T13:37:54.750Z Compiling iddqd v0.3.18
21692026-05-14T13:37:54.874Z Compiling sha3 v0.10.8
21702026-05-14T13:37:54.997Z Compiling toml_edit v0.22.27
21712026-05-14T13:37:55.236Z Compiling petgraph v0.6.5
21722026-05-14T13:37:55.418Z Compiling env_logger v0.11.9
21732026-05-14T13:37:55.774Z Compiling usdt v0.6.0
21742026-05-14T13:37:55.795Z Compiling ecdsa v0.16.9
21752026-05-14T13:37:56.045Z Compiling rsa v0.9.10
21762026-05-14T13:37:56.201Z Compiling ed25519-dalek v2.2.0
21772026-05-14T13:37:56.644Z Compiling clap v4.5.60
21782026-05-14T13:37:56.710Z Compiling zip v4.6.1
21792026-05-14T13:37:56.974Z Compiling crossterm v0.28.1
21802026-05-14T13:37:57.371Z Compiling zip v0.6.6
21812026-05-14T13:37:57.594Z Compiling serde_with v3.17.0
21822026-05-14T13:37:57.651Z Compiling similar v2.7.0
21832026-05-14T13:37:57.713Z Compiling strum v0.26.3
21842026-05-14T13:37:57.818Z Compiling toml v0.7.8
21852026-05-14T13:37:57.863Z Compiling tokio-stream v0.1.18
21862026-05-14T13:37:57.903Z Compiling itertools v0.13.0
21872026-05-14T13:37:57.936Z Compiling buf-list v1.1.2
21882026-05-14T13:37:58.221Z Compiling x509-cert v0.2.5
21892026-05-14T13:37:58.380Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-14T13:37:58.395Z Compiling openapiv3 v2.2.0
21912026-05-14T13:37:58.567Z Compiling sha1 v0.10.6
21922026-05-14T13:37:59.004Z Compiling peg-runtime v0.8.5
21932026-05-14T13:37:59.027Z Compiling lalrpop-util v0.19.12
21942026-05-14T13:38:13.802Z Compiling rustls-webpki v0.103.9
21952026-05-14T13:38:15.108Z Compiling macaddr v1.0.1
21962026-05-14T13:38:15.299Z Compiling structmeta-derive v0.3.0
21972026-05-14T13:38:15.375Z Compiling crucible-workspace-hack v0.1.0
21982026-05-14T13:38:15.411Z Compiling rayon-core v1.13.0
21992026-05-14T13:38:15.610Z Compiling itertools v0.14.0
22002026-05-14T13:38:15.676Z Compiling secrecy v0.10.3
22012026-05-14T13:38:15.700Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-14T13:38:15.862Z Compiling rustls v0.22.4
22032026-05-14T13:38:16.058Z Compiling heapless v0.8.0
22042026-05-14T13:38:16.114Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-14T13:38:16.189Z Compiling crossbeam-deque v0.8.6
22062026-05-14T13:38:16.210Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-14T13:38:16.281Z Compiling rustls-webpki v0.102.8
22082026-05-14T13:38:16.297Z Compiling hash32 v0.3.1
22092026-05-14T13:38:16.346Z Compiling structmeta v0.3.0
22102026-05-14T13:38:16.435Z Compiling multer v3.1.0
22112026-05-14T13:38:16.460Z Compiling thread_local v1.1.9
22122026-05-14T13:38:16.498Z Compiling match_cfg v0.1.0
22132026-05-14T13:38:16.514Z Compiling compression-core v0.4.31
22142026-05-14T13:38:16.553Z Compiling smoltcp v0.11.0
22152026-05-14T13:38:16.582Z Compiling slog-async v2.8.0
22162026-05-14T13:38:16.599Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-05-14T13:38:16.651Z Compiling unicode-width v0.2.0
22182026-05-14T13:38:16.705Z Compiling compression-codecs v0.4.37
22192026-05-14T13:38:16.814Z Compiling proc-macro-crate v3.4.0
22202026-05-14T13:38:16.853Z Compiling derive-ex v0.1.8
22212026-05-14T13:38:16.903Z Compiling ingot-macros v0.1.1
22222026-05-14T13:38:16.923Z Compiling hostname v0.3.1
22232026-05-14T13:38:17.089Z Compiling slog-json v2.6.1
22242026-05-14T13:38:17.106Z Compiling crossbeam-channel v0.5.15
22252026-05-14T13:38:17.155Z Compiling half v2.7.1
22262026-05-14T13:38:17.261Z Compiling newtype-uuid-macros v0.1.0
22272026-05-14T13:38:17.356Z Compiling cobs v0.3.0
22282026-05-14T13:38:17.453Z Compiling universal-hash v0.5.1
22292026-05-14T13:38:17.523Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-14T13:38:17.616Z Compiling tokio-rustls v0.26.4
22312026-05-14T13:38:17.646Z Compiling rustls-platform-verifier v0.6.2
22322026-05-14T13:38:17.805Z Compiling async-stream-impl v0.3.6
22332026-05-14T13:38:17.871Z Compiling hyper-rustls v0.27.7
22342026-05-14T13:38:17.905Z Compiling serde_spanned v1.0.4
22352026-05-14T13:38:17.991Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-14T13:38:18.092Z Compiling is-terminal v0.4.17
22372026-05-14T13:38:18.117Z Compiling reqwest v0.12.28
22382026-05-14T13:38:18.212Z Compiling reqwest v0.13.2
22392026-05-14T13:38:18.229Z Compiling proc-macro-error-attr v1.0.4
22402026-05-14T13:38:18.400Z Compiling dropshot v0.17.0
22412026-05-14T13:38:18.403Z Compiling convert_case v0.4.0
22422026-05-14T13:38:18.435Z Compiling take_mut v0.2.2
22432026-05-14T13:38:18.455Z Compiling ciborium-io v0.2.2
22442026-05-14T13:38:18.483Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-14T13:38:18.565Z Compiling opaque-debug v0.3.1
22462026-05-14T13:38:18.579Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-05-14T13:38:18.582Z Compiling term v1.2.1
22482026-05-14T13:38:18.655Z Compiling poly1305 v0.8.0
22492026-05-14T13:38:18.673Z Compiling thiserror-no-std v2.0.2
22502026-05-14T13:38:18.743Z Compiling derive_more v0.99.20
22512026-05-14T13:38:18.759Z Compiling ciborium-ll v0.2.2
22522026-05-14T13:38:18.785Z Compiling tokio-rustls v0.25.0
22532026-05-14T13:38:18.864Z Compiling toml v1.0.6+spec-1.1.0
22542026-05-14T13:38:19.040Z Compiling slog-term v2.9.2
22552026-05-14T13:38:19.113Z Compiling async-stream v0.3.6
22562026-05-14T13:38:19.275Z Compiling test-strategy v0.4.5
22572026-05-14T13:38:19.303Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-14T13:38:19.325Z Compiling postcard v1.1.3
22592026-05-14T13:38:19.500Z Compiling ingot-types v0.1.2
22602026-05-14T13:38:19.720Z Compiling tough v0.22.0
22612026-05-14T13:38:19.967Z Compiling ingot v0.1.1
22622026-05-14T13:38:20.291Z Compiling slog-bunyan v2.5.0
22632026-05-14T13:38:20.395Z Compiling num_enum_derive v0.7.5
22642026-05-14T13:38:20.496Z Compiling async-compression v0.4.41
22652026-05-14T13:38:20.593Z Compiling parse-display-derive v0.10.0
22662026-05-14T13:38:20.921Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-14T13:38:20.987Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-14T13:38:21.260Z Compiling proc-macro-crate v1.3.1
22692026-05-14T13:38:21.275Z Compiling backon v1.6.0
22702026-05-14T13:38:21.378Z Compiling waitgroup v0.1.2
22712026-05-14T13:38:21.479Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-14T13:38:21.512Z Compiling chacha20 v0.9.1
22732026-05-14T13:38:21.573Z Compiling dropshot_endpoint v0.17.0
22742026-05-14T13:38:21.623Z Compiling rustls-pemfile v2.2.0
22752026-05-14T13:38:21.646Z Compiling blake2 v0.10.6
22762026-05-14T13:38:21.735Z Compiling aead v0.5.2
22772026-05-14T13:38:21.783Z Compiling password-hash v0.5.0
22782026-05-14T13:38:21.951Z Compiling foreign-types-macros v0.2.3
22792026-05-14T13:38:21.967Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-14T13:38:22.091Z Compiling serde_path_to_error v0.1.20
22812026-05-14T13:38:22.201Z Compiling hostname v0.4.2
22822026-05-14T13:38:22.281Z Compiling proc-macro-error v1.0.4
22832026-05-14T13:38:22.380Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-14T13:38:22.396Z Compiling instant v0.1.13
22852026-05-14T13:38:22.525Z Compiling debug-ignore v1.0.5
22862026-05-14T13:38:22.538Z Compiling cpufeatures v0.3.0
22872026-05-14T13:38:22.553Z Compiling typeid v1.0.3
22882026-05-14T13:38:22.572Z Compiling foreign-types-shared v0.3.1
22892026-05-14T13:38:22.619Z Compiling chacha20 v0.10.0
22902026-05-14T13:38:22.636Z Compiling backoff v0.4.0
22912026-05-14T13:38:22.654Z Compiling foreign-types v0.5.0
22922026-05-14T13:38:22.667Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-14T13:38:22.684Z Compiling parse-display v0.10.0
22942026-05-14T13:38:22.712Z Compiling argon2 v0.5.3
22952026-05-14T13:38:22.747Z Compiling chacha20poly1305 v0.10.1
22962026-05-14T13:38:22.764Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-14T13:38:22.872Z Compiling num_enum_derive v0.5.11
22982026-05-14T13:38:22.892Z Compiling num_enum v0.7.5
22992026-05-14T13:38:22.920Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-14T13:38:23.006Z Compiling ciborium v0.2.2
23012026-05-14T13:38:23.035Z Compiling vsss-rs v3.3.4
23022026-05-14T13:38:23.336Z Compiling tabwriter v1.4.1
23032026-05-14T13:38:23.369Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042026-05-14T13:38:23.387Z Compiling regress v0.10.5
23052026-05-14T13:38:23.572Z Compiling byte-wrapper v0.1.0
23062026-05-14T13:38:23.709Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072026-05-14T13:38:23.727Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-14T13:38:23.742Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-14T13:38:23.800Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-14T13:38:23.858Z Compiling cstr-argument v0.1.2
23112026-05-14T13:38:23.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-05-14T13:38:24.046Z Compiling erased-serde v0.4.9
23132026-05-14T13:38:24.129Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-05-14T13:38:24.170Z Compiling num_enum v0.5.11
23152026-05-14T13:38:24.190Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-14T13:38:24.342Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-14T13:38:24.385Z Compiling rand v0.10.0
23182026-05-14T13:38:24.427Z Compiling rayon v1.11.0
23192026-05-14T13:38:24.486Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-14T13:38:24.502Z Compiling libefi-sys v0.1.0
23212026-05-14T13:38:24.535Z Compiling colored v3.1.1
23222026-05-14T13:38:24.570Z Compiling indent_write v2.2.0
23232026-05-14T13:38:24.610Z Compiling zone_cfg_derive v0.3.1
23242026-05-14T13:38:24.710Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-14T13:38:24.781Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-14T13:38:24.835Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-14T13:38:24.852Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-14T13:38:25.085Z Compiling camino-tempfile v1.4.1
23292026-05-14T13:38:25.089Z Compiling itertools v0.12.1
23302026-05-14T13:38:25.180Z Compiling usdt-macro v0.5.0
23312026-05-14T13:38:25.202Z Compiling usdt-attr-macro v0.5.0
23322026-05-14T13:38:25.228Z Compiling bitfield-struct v0.6.2
23332026-05-14T13:38:25.231Z Compiling num-derive v0.4.2
23342026-05-14T13:38:25.390Z Compiling blake3 v1.8.3
23352026-05-14T13:38:25.532Z Compiling ordered-float v2.10.1
23362026-05-14T13:38:25.780Z Compiling memmap v0.7.0
23372026-05-14T13:38:25.834Z Compiling sigpipe v0.1.3
23382026-05-14T13:38:25.903Z Compiling swrite v0.1.0
23392026-05-14T13:38:25.934Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-14T13:38:25.954Z Compiling glob v0.3.3
23412026-05-14T13:38:26.005Z Compiling usdt v0.5.0
23422026-05-14T13:38:26.032Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-05-14T13:38:26.167Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23442026-05-14T13:38:26.203Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-14T13:38:26.374Z Compiling serde-value v0.7.0
23462026-05-14T13:38:26.561Z Compiling zone v0.3.1
23472026-05-14T13:38:26.645Z Compiling serde-untagged v0.1.9
23482026-05-14T13:38:26.661Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-14T13:38:26.895Z Compiling toml v0.8.23
23502026-05-14T13:38:26.913Z Compiling smf v0.2.3
23512026-05-14T13:38:26.974Z Compiling filetime v0.2.27
23522026-05-14T13:38:26.991Z Compiling arrayvec v0.7.6
23532026-05-14T13:38:26.995Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-05-14T13:38:27.026Z Compiling arrayref v0.3.9
23552026-05-14T13:38:27.094Z Compiling whoami v1.6.1
23562026-05-14T13:38:27.110Z Compiling xattr v1.6.1
23572026-05-14T13:38:27.124Z Compiling unicode-xid v0.2.6
23582026-05-14T13:38:27.155Z Compiling constant_time_eq v0.4.2
23592026-05-14T13:38:27.206Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-14T13:38:27.257Z Compiling tar v0.4.45
23612026-05-14T13:38:27.323Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-05-14T13:38:27.372Z Compiling cargo-util-schemas v0.8.2
23632026-05-14T13:38:27.553Z Compiling tokio-dtrace v0.1.1
23642026-05-14T13:38:27.575Z Compiling console v0.16.2
23652026-05-14T13:38:27.891Z Compiling gethostname v0.5.0
23662026-05-14T13:38:27.910Z Compiling cargo-platform v0.2.0
23672026-05-14T13:38:28.050Z Compiling unit-prefix v0.5.2
23682026-05-14T13:38:28.095Z Compiling topological-sort v0.2.2
23692026-05-14T13:38:28.113Z Compiling oxide-tokio-rt v0.1.4
23702026-05-14T13:38:28.132Z Compiling shell-words v1.1.1
23712026-05-14T13:38:28.239Z Compiling indicatif v0.18.4
23722026-05-14T13:38:28.281Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-14T13:38:28.683Z Compiling cargo_metadata v0.21.0
23742026-05-14T13:38:37.792Z Compiling progenitor-client v0.14.0
23752026-05-14T13:38:37.831Z Compiling progenitor-client v0.10.0
23762026-05-14T13:38:37.831Z Compiling omicron-zone-package v0.12.2
23772026-05-14T13:38:38.271Z Compiling progenitor-extras v0.2.0
23782026-05-14T13:38:40.479Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23792026-05-14T13:38:40.506Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-14T13:38:40.613Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-14T13:38:40.751Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-14T13:38:40.834Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23832026-05-14T13:38:40.986Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23842026-05-14T13:38:41.003Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-05-14T13:38:41.007Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-05-14T13:38:41.007Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-05-14T13:38:44.829Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-14T13:38:52.294Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-14T13:38:55.388Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-14T13:38:56.380Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-14T13:39:05.731Z Finished `release` profile [optimized] target(s) in 1m 43s
23922026-05-14T13:39:05.884Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-14T13:39:05.946ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-14T13:39:05.949ZCreated new build target 'test' and set it as active
23952026-05-14T13:39:05.952Z
23962026-05-14T13:39:05.952Zreal 1:43.281249333
23972026-05-14T13:39:05.952Zuser 17:03.759714802
23982026-05-14T13:39:05.952Zsys 2:33.698565616
23992026-05-14T13:39:05.952Ztrap 0.464441743
24002026-05-14T13:39:05.952Ztflt 2.769762526
24012026-05-14T13:39:05.952Zdflt 4.135170189
24022026-05-14T13:39:05.952Zkflt 0.000399730
24032026-05-14T13:39:05.952Zlock 52:44.533555458
24042026-05-14T13:39:05.952Zslp 43:15.978644399
24052026-05-14T13:39:05.952Zlat 43.602795355
24062026-05-14T13:39:05.952Zstop 5:23.296471513
24072026-05-14T13:39:05.952Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-14T13:39:06.826Z Finished `release` profile [optimized] target(s) in 0.86s
24092026-05-14T13:39:06.898Z Running `target/release/omicron-package -t test package`
24102026-05-14T13:39:06.954ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-14T13:39:08.362Z Compiling heck v0.5.0
24122026-05-14T13:39:08.362Z Compiling regress v0.11.1
24132026-05-14T13:39:08.362Z Compiling unsafe-libyaml v0.2.11
24142026-05-14T13:39:08.620Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-14T13:39:08.643Z Compiling regress v0.10.5
24162026-05-14T13:39:08.668Z Compiling unicode-width v0.1.14
24172026-05-14T13:39:08.690Z Compiling is-terminal v0.4.17
24182026-05-14T13:39:08.711Z Compiling prettyplease v0.2.37
24192026-05-14T13:39:08.714Z Compiling bytecount v0.6.9
24202026-05-14T13:39:08.715Z Compiling rustls v0.22.4
24212026-05-14T13:39:08.715Z Compiling rustls-webpki v0.102.8
24222026-05-14T13:39:08.715Z Compiling derive-where v1.6.0
24232026-05-14T13:39:08.715Z Compiling thread_local v1.1.9
24242026-05-14T13:39:08.733Z Compiling compression-core v0.4.31
24252026-05-14T13:39:08.751Z Compiling match_cfg v0.1.0
24262026-05-14T13:39:08.874Z Compiling multer v3.1.0
24272026-05-14T13:39:08.893Z Compiling hostname v0.3.1
24282026-05-14T13:39:08.897Z Compiling slog-async v2.8.0
24292026-05-14T13:39:08.939Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-14T13:39:08.942Z Compiling compression-codecs v0.4.37
24312026-05-14T13:39:08.986Z Compiling crossbeam-channel v0.5.15
24322026-05-14T13:39:09.002Z Compiling slog-json v2.6.1
24332026-05-14T13:39:09.007Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-14T13:39:09.008Z Compiling serde_spanned v1.0.4
24352026-05-14T13:39:09.066Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-14T13:39:09.066Z Compiling take_mut v0.2.2
24372026-05-14T13:39:09.189Z Compiling toml_writer v1.0.6+spec-1.1.0
24382026-05-14T13:39:09.219Z Compiling term v1.2.1
24392026-05-14T13:39:09.240Z Compiling slog-bunyan v2.5.0
24402026-05-14T13:39:09.243Z Compiling async-compression v0.4.41
24412026-05-14T13:39:09.398Z Compiling toml v1.0.6+spec-1.1.0
24422026-05-14T13:39:09.418Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-05-14T13:39:09.442Z Compiling async-stream v0.3.6
24442026-05-14T13:39:09.442Z Compiling dropshot v0.17.0
24452026-05-14T13:39:09.527Z Compiling slog-term v2.9.2
24462026-05-14T13:39:09.579Z Compiling num-rational v0.4.2
24472026-05-14T13:39:09.599Z Compiling progenitor-client v0.14.0
24482026-05-14T13:39:09.637Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-14T13:39:09.708Z Compiling waitgroup v0.1.2
24502026-05-14T13:39:09.731Z Compiling backon v1.6.0
24512026-05-14T13:39:09.764Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-05-14T13:39:09.842Z Compiling rustls-pemfile v2.2.0
24532026-05-14T13:39:09.866Z Compiling num-complex v0.4.6
24542026-05-14T13:39:09.917Z Compiling serde_path_to_error v0.1.20
24552026-05-14T13:39:09.949Z Compiling hostname v0.4.2
24562026-05-14T13:39:09.970Z Compiling instant v0.1.13
24572026-05-14T13:39:09.990Z Compiling debug-ignore v1.0.5
24582026-05-14T13:39:10.036Z Compiling progenitor-extras v0.2.0
24592026-05-14T13:39:10.058Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-14T13:39:10.103Z Compiling typify-impl v0.6.2
24612026-05-14T13:39:10.123Z Compiling backoff v0.4.0
24622026-05-14T13:39:10.123Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-14T13:39:10.286Z Compiling num v0.4.3
24642026-05-14T13:39:10.312Z Compiling parse-display v0.10.0
24652026-05-14T13:39:10.370Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-14T13:39:10.394Z Compiling progenitor-client v0.13.0
24672026-05-14T13:39:10.397Z Compiling progenitor-client v0.10.0
24682026-05-14T13:39:10.438Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-14T13:39:10.577Z Compiling macaddr v1.0.1
24702026-05-14T13:39:10.600Z Compiling float-ord v0.3.2
24712026-05-14T13:39:10.642Z Compiling console v0.15.11
24722026-05-14T13:39:10.743Z Compiling newline-converter v0.3.0
24732026-05-14T13:39:10.763Z Compiling atomicwrites v0.4.4
24742026-05-14T13:39:10.838Z Compiling slog-dtrace v0.3.0
24752026-05-14T13:39:10.950Z Compiling cancel-safe-futures v0.1.5
24762026-05-14T13:39:11.010Z Compiling tokio-rustls v0.25.0
24772026-05-14T13:39:11.087Z Compiling expectorate v1.2.0
24782026-05-14T13:39:11.108Z Compiling owo-colors v4.3.0
24792026-05-14T13:39:11.177Z Compiling libsw-core v0.3.2
24802026-05-14T13:39:11.218Z Compiling resolv-conf v0.7.6
24812026-05-14T13:39:11.294Z Compiling toml v0.8.23
24822026-05-14T13:39:11.353Z Compiling libsw v3.5.0
24832026-05-14T13:39:11.387Z Compiling linear-map v1.2.0
24842026-05-14T13:39:11.575Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-14T13:39:11.661Z Compiling linked-hash-map v0.5.6
24862026-05-14T13:39:11.690Z Compiling minimal-lexical v0.2.1
24872026-05-14T13:39:11.849Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-14T13:39:11.879Z Compiling lru-cache v0.1.2
24892026-05-14T13:39:11.900Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-05-14T13:39:11.919Z Compiling nom v7.1.3
24912026-05-14T13:39:11.957Z Compiling unicode-xid v0.2.6
24922026-05-14T13:39:11.984Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-14T13:39:12.051Z Compiling hickory-proto v0.24.4
24942026-05-14T13:39:12.074Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-05-14T13:39:12.094Z Compiling convert_case v0.10.0
24962026-05-14T13:39:12.117Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-05-14T13:39:12.390Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24982026-05-14T13:39:12.471Z Compiling derive_more-impl v2.1.1
24992026-05-14T13:39:13.112Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-14T13:39:13.242Z Compiling derive_more v2.1.1
25012026-05-14T13:39:13.278Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-14T13:39:13.362Z Compiling papergrid v0.11.0
25032026-05-14T13:39:13.446Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-14T13:39:13.488Z Compiling tabled_derive v0.7.0
25052026-05-14T13:39:13.654Z Compiling typify-macro v0.6.2
25062026-05-14T13:39:13.703Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-14T13:39:13.948Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-14T13:39:14.165Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-14T13:39:14.407Z Compiling termtree v0.5.1
25102026-05-14T13:39:14.612Z Compiling hickory-resolver v0.24.4
25112026-05-14T13:39:14.641Z Compiling tabled v0.15.0
25122026-05-14T13:39:14.776Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-14T13:39:15.182Z Compiling typify v0.6.2
25142026-05-14T13:39:15.486Z Compiling progenitor-impl v0.14.0
25152026-05-14T13:39:15.959Z Compiling progenitor-impl v0.13.0
25162026-05-14T13:39:17.670Z Compiling progenitor-macro v0.14.0
25172026-05-14T13:39:17.831Z Compiling qorb v0.4.1
25182026-05-14T13:39:18.139Z Compiling progenitor-macro v0.13.0
25192026-05-14T13:39:19.219Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-14T13:39:19.653Z Compiling crossterm v0.29.0
25212026-05-14T13:39:20.206Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-14T13:39:20.309Z Compiling phf_shared v0.12.1
25232026-05-14T13:39:20.590Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-14T13:39:20.790Z Compiling vte v0.14.1
25252026-05-14T13:39:21.054Z Compiling csv-core v0.1.13
25262026-05-14T13:39:21.122Z Compiling highway v1.3.0
25272026-05-14T13:39:21.313Z Compiling chrono-tz v0.10.4
25282026-05-14T13:39:21.497Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-05-14T13:39:21.587Z Compiling csv v1.4.0
25302026-05-14T13:39:21.711Z Compiling progenitor v0.14.0
25312026-05-14T13:39:21.869Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-14T13:39:21.893Z Compiling strip-ansi-escapes v0.2.1
25332026-05-14T13:39:22.031Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25342026-05-14T13:39:22.233Z Compiling progenitor v0.13.0
25352026-05-14T13:39:22.413Z Compiling phf v0.12.1
25362026-05-14T13:39:22.444Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-14T13:39:22.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-14T13:39:22.583Z Compiling const_format_proc_macros v0.2.34
25392026-05-14T13:39:22.607Z Compiling fd-lock v4.0.4
25402026-05-14T13:39:22.630Z Compiling peg-macros v0.8.5
25412026-05-14T13:39:22.897Z Compiling nu-ansi-term v0.50.3
25422026-05-14T13:39:23.158Z Compiling reedline v0.40.0
25432026-05-14T13:39:23.351Z Compiling const_format v0.2.35
25442026-05-14T13:39:23.861Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-05-14T13:39:23.881Z Compiling peg v0.8.5
25462026-05-14T13:39:23.991Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-14T13:39:24.816Z Compiling bcs v0.1.6
25482026-05-14T13:39:24.840Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-05-14T13:39:25.142Z Compiling semver v0.1.20
25502026-05-14T13:39:25.244Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25512026-05-14T13:39:25.436Z Compiling rustc_version v0.1.7
25522026-05-14T13:39:25.500Z Compiling smawk v0.3.2
25532026-05-14T13:39:25.740Z Compiling unicode-linebreak v0.1.5
25542026-05-14T13:39:25.762Z Compiling newtype_derive v0.1.6
25552026-05-14T13:39:25.988Z Compiling humantime v2.3.0
25562026-05-14T13:39:26.133Z Compiling textwrap v0.16.2
25572026-05-14T13:39:26.379Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25582026-05-14T13:39:26.579Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-14T13:39:26.600Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-14T13:39:27.209Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-14T13:39:27.321Z Compiling base64 v0.21.7
25622026-05-14T13:39:27.565Z Compiling steno v0.4.1
25632026-05-14T13:39:27.604Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-14T13:39:27.859Z Compiling tagptr v0.2.0
25652026-05-14T13:39:28.091Z Compiling utf-8 v0.7.6
25662026-05-14T13:39:28.199Z Compiling moka v0.12.13
25672026-05-14T13:39:28.221Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25682026-05-14T13:39:28.324Z Compiling tungstenite v0.21.0
25692026-05-14T13:39:28.347Z Compiling radium v0.7.0
25702026-05-14T13:39:28.370Z Compiling tap v1.0.1
25712026-05-14T13:39:28.403Z Compiling maybe-uninit v2.0.0
25722026-05-14T13:39:28.517Z Compiling wyz v0.5.1
25732026-05-14T13:39:28.770Z Compiling zerocopy-derive v0.6.6
25742026-05-14T13:39:28.791Z Compiling display-error-chain v0.2.2
25752026-05-14T13:39:28.929Z Compiling tokio-tungstenite v0.21.0
25762026-05-14T13:39:28.968Z Compiling crc-catalog v2.4.0
25772026-05-14T13:39:29.097Z Compiling funty v2.0.0
25782026-05-14T13:39:29.312Z Compiling hickory-resolver v0.25.2
25792026-05-14T13:39:29.430Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-05-14T13:39:29.538Z Compiling packed_struct v0.10.1
25812026-05-14T13:39:29.840Z Compiling zerocopy v0.6.6
25822026-05-14T13:39:30.051Z Compiling bitvec v1.0.1
25832026-05-14T13:39:30.222Z Compiling crc v3.4.0
25842026-05-14T13:39:30.437Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-14T13:39:30.606Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-14T13:39:30.642Z Compiling num-derive v0.3.3
25872026-05-14T13:39:30.758Z Compiling packed_struct_codegen v0.10.1
25882026-05-14T13:39:31.456Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-14T13:39:31.531Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-05-14T13:39:31.799Z Compiling bitfield-macros v0.19.4
25912026-05-14T13:39:31.870Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-14T13:39:32.272Z Compiling indexmap v1.9.3
25932026-05-14T13:39:32.505Z Compiling nodrop v0.1.14
25942026-05-14T13:39:32.553Z Compiling bitfield v0.19.4
25952026-05-14T13:39:32.635Z Compiling array-init v0.0.4
25962026-05-14T13:39:32.770Z Compiling proc-macro-error2 v2.0.1
25972026-05-14T13:39:33.027Z Compiling libscf-sys v1.1.0
25982026-05-14T13:39:33.080Z Compiling smallvec v0.6.14
25992026-05-14T13:39:33.199Z Compiling typify-impl v0.4.3
26002026-05-14T13:39:33.349Z Compiling hashbrown v0.12.3
26012026-05-14T13:39:33.456Z Compiling serde-hex v0.1.0
26022026-05-14T13:39:33.485Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-05-14T13:39:33.590Z Compiling tabled_derive v0.11.0
26042026-05-14T13:39:34.180Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-05-14T13:39:34.428Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-05-14T13:39:34.467Z Compiling ron v0.8.1
26072026-05-14T13:39:34.488Z Compiling papergrid v0.17.0
26082026-05-14T13:39:34.620Z Compiling testing_table v0.3.0
26092026-05-14T13:39:35.048Z Compiling hashbrown v0.13.2
26102026-05-14T13:39:35.532Z Compiling vergen-gitcl v1.0.8
26112026-05-14T13:39:35.579Z Compiling dirs-sys-next v0.1.2
26122026-05-14T13:39:35.700Z Compiling crunchy v0.2.4
26132026-05-14T13:39:35.761Z Compiling diesel_derives v2.3.7
26142026-05-14T13:39:35.857Z Compiling crc-any v2.5.0
26152026-05-14T13:39:35.881Z Compiling maplit v1.0.2
26162026-05-14T13:39:35.986Z Compiling glob v0.3.3
26172026-05-14T13:39:36.058Z Compiling dirs-next v2.0.0
26182026-05-14T13:39:36.105Z Compiling tabled v0.20.0
26192026-05-14T13:39:36.133Z Compiling object v0.30.4
26202026-05-14T13:39:36.214Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-05-14T13:39:36.280Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26222026-05-14T13:39:36.349Z Compiling clang-sys v1.8.1
26232026-05-14T13:39:36.614Z Compiling typify-macro v0.4.3
26242026-05-14T13:39:36.723Z Compiling dsl_auto_type v0.2.0
26252026-05-14T13:39:36.804Z Compiling scheduled-thread-pool v0.2.7
26262026-05-14T13:39:36.851Z Compiling diesel_table_macro_syntax v0.3.0
26272026-05-14T13:39:36.896Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-14T13:39:37.085Z Compiling tiny-keccak v2.0.2
26292026-05-14T13:39:37.131Z Compiling path-slash v0.1.5
26302026-05-14T13:39:37.259Z Compiling xshell-macros v0.2.7
26312026-05-14T13:39:37.360Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-14T13:39:37.470Z Compiling r2d2 v0.8.10
26332026-05-14T13:39:37.653Z Compiling xshell v0.2.7
26342026-05-14T13:39:37.711Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352026-05-14T13:39:37.778Z Compiling term v0.7.0
26362026-05-14T13:39:38.227Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-14T13:39:38.290Z Compiling downcast-rs v2.0.2
26382026-05-14T13:39:38.390Z Compiling bit-vec v0.6.3
26392026-05-14T13:39:38.439Z Compiling ascii-canvas v3.0.0
26402026-05-14T13:39:38.628Z Compiling bit-set v0.5.3
26412026-05-14T13:39:38.694Z Compiling itertools v0.10.5
26422026-05-14T13:39:38.721Z Compiling ena v0.14.4
26432026-05-14T13:39:38.811Z Compiling libloading v0.8.9
26442026-05-14T13:39:38.959Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26452026-05-14T13:39:38.981Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-05-14T13:39:39.041Z Compiling diff v0.1.13
26472026-05-14T13:39:39.301Z Compiling regex-syntax v0.6.29
26482026-05-14T13:39:39.780Z Compiling crc8 v0.1.1
26492026-05-14T13:39:39.927Z Compiling bindgen v0.71.1
26502026-05-14T13:39:40.158Z Compiling unicase v2.9.0
26512026-05-14T13:39:40.267Z Compiling typify v0.4.3
26522026-05-14T13:39:40.448Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-14T13:39:40.489Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-14T13:39:40.921Z Compiling lalrpop v0.19.12
26552026-05-14T13:39:41.102Z Compiling cexpr v0.6.0
26562026-05-14T13:39:41.204Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-05-14T13:39:41.227Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-05-14T13:39:41.425Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-05-14T13:39:41.480Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-14T13:39:41.780Z Compiling headers-core v0.3.0
26612026-05-14T13:39:41.868Z Compiling libxml v0.3.3
26622026-05-14T13:39:41.931Z Compiling headers v0.4.1
26632026-05-14T13:39:42.042Z Compiling diesel v2.3.7
26642026-05-14T13:39:42.114Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-14T13:39:42.174Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-14T13:39:42.393Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-14T13:39:42.870Z Compiling strum_macros v0.24.3
26682026-05-14T13:39:43.300Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-05-14T13:39:43.323Z Compiling indoc v1.0.9
26702026-05-14T13:39:43.754Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-14T13:39:43.986Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-14T13:39:44.079Z Compiling derive_builder v0.20.2
26732026-05-14T13:39:44.105Z Compiling oso-derive v0.27.3
26742026-05-14T13:39:44.247Z Compiling quick-xml v0.37.5
26752026-05-14T13:39:44.614Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-14T13:39:44.833Z Compiling openssl-probe v0.1.6
26772026-05-14T13:39:45.127Z Compiling half v1.8.3
26782026-05-14T13:39:45.208Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-05-14T13:39:45.494Z Compiling serde_cbor v0.11.2
26802026-05-14T13:39:45.598Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-05-14T13:39:45.906Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-14T13:39:45.965Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-14T13:39:45.988Z Compiling bb8 v0.8.6
26842026-05-14T13:39:46.194Z Compiling trait-variant v0.1.2
26852026-05-14T13:39:46.373Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26862026-05-14T13:39:46.524Z Compiling samael v0.0.19
26872026-05-14T13:39:46.549Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26882026-05-14T13:39:46.644Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26892026-05-14T13:39:46.749Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26902026-05-14T13:39:46.883Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-05-14T13:39:46.936Z Compiling fxhash v0.2.1
26922026-05-14T13:39:46.973Z Compiling salty v0.3.0
26932026-05-14T13:39:47.165Z Compiling progenitor-impl v0.11.2
26942026-05-14T13:39:47.323Z Compiling progenitor-impl v0.10.0
26952026-05-14T13:39:47.417Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-14T13:39:47.587Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-14T13:39:48.046Z Compiling kstat-rs v0.2.4
26982026-05-14T13:39:48.113Z Compiling libz-sys v1.1.24
26992026-05-14T13:39:48.136Z Compiling nonempty v0.12.0
27002026-05-14T13:39:48.372Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-14T13:39:48.393Z Compiling polar-core v0.27.3
27022026-05-14T13:39:48.523Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27032026-05-14T13:39:49.345Z Compiling progenitor-macro v0.11.2
27042026-05-14T13:39:49.463Z Compiling progenitor-macro v0.10.0
27052026-05-14T13:39:50.755Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-14T13:39:52.131Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-14T13:39:52.156Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-14T13:39:52.754Z Compiling progenitor-client v0.11.2
27092026-05-14T13:39:52.922Z Compiling darling_core v0.23.0
27102026-05-14T13:39:53.286Z Compiling nanorand v0.7.0
27112026-05-14T13:39:53.307Z Compiling arc-swap v1.8.2
27122026-05-14T13:39:53.531Z Compiling fs-err v2.11.0
27132026-05-14T13:39:53.655Z Compiling parking_lot_core v0.8.6
27142026-05-14T13:39:53.893Z Compiling slog-scope v4.4.1
27152026-05-14T13:39:53.926Z Compiling mime_guess v2.0.5
27162026-05-14T13:39:53.977Z Compiling flume v0.11.1
27172026-05-14T13:39:54.346Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-05-14T13:39:54.377Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-05-14T13:39:54.436Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-05-14T13:39:55.120Z Compiling darling_macro v0.23.0
27212026-05-14T13:39:55.626Z Compiling progenitor v0.10.0
27222026-05-14T13:39:55.814Z Compiling progenitor v0.11.2
27232026-05-14T13:39:56.002Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-14T13:39:56.955Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-14T13:39:57.928Z Compiling oso v0.27.3
27262026-05-14T13:39:58.428Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-05-14T13:39:58.829Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-05-14T13:40:01.626Z Compiling diesel-dtrace v0.5.0
27292026-05-14T13:40:01.960Z Compiling async-bb8-diesel v0.2.1
27302026-05-14T13:40:02.419Z Compiling primeorder v0.13.6
27312026-05-14T13:40:02.741Z Compiling git-stub v1.0.0
27322026-05-14T13:40:02.789Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-14T13:40:03.001Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-14T13:40:03.196Z Compiling instability v0.3.11
27352026-05-14T13:40:03.448Z Compiling git-stub-vcs v0.1.0
27362026-05-14T13:40:03.549Z Compiling p384 v0.13.1
27372026-05-14T13:40:03.849Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-14T13:40:04.092Z Compiling darling v0.23.0
27392026-05-14T13:40:04.253Z Compiling slog-stdlog v4.1.1
27402026-05-14T13:40:04.770Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-14T13:40:04.804Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-14T13:40:04.857Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-14T13:40:05.027Z Compiling ignore v0.4.25
27442026-05-14T13:40:05.096Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-14T13:40:05.696Z Compiling castaway v0.2.4
27462026-05-14T13:40:05.859Z Compiling atty v0.2.14
27472026-05-14T13:40:06.013Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-14T13:40:06.034Z Compiling http-range v0.1.5
27492026-05-14T13:40:06.251Z Compiling indoc v2.0.7
27502026-05-14T13:40:06.386Z Compiling parse-size v1.1.0
27512026-05-14T13:40:06.568Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-14T13:40:06.608Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-14T13:40:07.386Z Compiling compact_str v0.8.1
27542026-05-14T13:40:07.519Z Compiling globwalk v0.9.1
27552026-05-14T13:40:08.470Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-14T13:40:08.527Z Compiling parking_lot v0.11.2
27572026-05-14T13:40:09.121Z Compiling slog-envlogger v2.2.0
27582026-05-14T13:40:10.032Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-14T13:40:10.292Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-14T13:40:10.520Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-14T13:40:10.541Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-14T13:40:10.544Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-14T13:40:10.826Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-14T13:40:10.918Z Compiling predicates-tree v1.0.13
27652026-05-14T13:40:11.157Z Compiling unicode-truncate v1.1.0
27662026-05-14T13:40:11.329Z Compiling lru v0.12.5
27672026-05-14T13:40:11.369Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-14T13:40:11.390Z Compiling rand_seeder v0.4.0
27692026-05-14T13:40:11.472Z Compiling prefix-trie v0.7.0
27702026-05-14T13:40:11.556Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-14T13:40:11.643Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-14T13:40:11.808Z Compiling vergen-git2 v1.0.7
27732026-05-14T13:40:11.903Z Compiling corncobs v0.1.4
27742026-05-14T13:40:11.963Z Compiling cassowary v0.3.0
27752026-05-14T13:40:12.076Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-14T13:40:12.119Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-14T13:40:12.147Z Compiling hickory-server v0.25.2
27782026-05-14T13:40:12.423Z Compiling ratatui v0.29.0
27792026-05-14T13:40:12.509Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-14T13:40:12.536Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27812026-05-14T13:40:12.715Z Compiling camino-tempfile-ext v0.3.3
27822026-05-14T13:40:12.782Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-14T13:40:13.128Z Compiling hyper-staticfile v0.10.1
27842026-05-14T13:40:13.357Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27852026-05-14T13:40:13.562Z Compiling sled v0.34.7
27862026-05-14T13:40:14.093Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-14T13:40:14.335Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-14T13:40:14.763Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-14T13:40:16.162Z Compiling secrecy v0.8.0
27902026-05-14T13:40:16.361Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-05-14T13:40:16.589Z Compiling rustls v0.21.12
27922026-05-14T13:40:16.998Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-14T13:40:17.171Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-14T13:40:17.939Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-14T13:40:17.962Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-14T13:40:19.210Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-14T13:40:19.402Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-14T13:40:20.536Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-14T13:40:20.688Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-14T13:40:21.932Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-05-14T13:40:22.063Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-05-14T13:40:22.156Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-05-14T13:40:22.294Z Compiling sct v0.7.1
28042026-05-14T13:40:22.316Z Compiling rustls-webpki v0.101.7
28052026-05-14T13:40:22.383Z Compiling nix v0.29.0
28062026-05-14T13:40:22.569Z Compiling dropshot v0.16.7
28072026-05-14T13:40:22.773Z Compiling void v1.0.2
28082026-05-14T13:40:22.903Z Compiling lzss v0.8.2
28092026-05-14T13:40:23.035Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-14T13:40:23.062Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-14T13:40:23.177Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-14T13:40:23.725Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-14T13:40:24.253Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-14T13:40:24.311Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-14T13:40:24.560Z Compiling tungstenite v0.23.0
28162026-05-14T13:40:24.998Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-14T13:40:25.436Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-05-14T13:40:25.664Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-05-14T13:40:25.886Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-05-14T13:40:26.112Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-05-14T13:40:26.336Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-14T13:40:26.458Z Compiling nix v0.27.1
28232026-05-14T13:40:26.950Z Compiling dropshot_endpoint v0.16.7
28242026-05-14T13:40:27.122Z Compiling serde_bytes v0.11.19
28252026-05-14T13:40:27.329Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28262026-05-14T13:40:27.559Z Compiling tokio-tungstenite v0.23.1
28272026-05-14T13:40:27.638Z Compiling tokio-rustls v0.24.1
28282026-05-14T13:40:27.921Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-05-14T13:40:28.388Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-05-14T13:40:28.545Z Compiling git2 v0.20.4
28312026-05-14T13:40:30.530Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-14T13:40:32.130Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-14T13:40:33.022Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-14T13:40:33.222Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-14T13:40:33.573Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-14T13:40:33.646Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-14T13:40:33.690Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-14T13:40:35.587Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-14T13:40:36.209Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-14T13:40:36.622Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-14T13:40:36.843Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-14T13:40:37.370Z Compiling rustls-pemfile v1.0.4
28432026-05-14T13:40:37.787Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28442026-05-14T13:40:37.810Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28452026-05-14T13:40:38.370Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28462026-05-14T13:40:38.880Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28472026-05-14T13:40:40.647Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-14T13:40:40.732Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-14T13:40:41.154Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-14T13:40:41.340Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-14T13:40:41.388Z Compiling signal-hook-tokio v0.3.1
28522026-05-14T13:40:41.577Z Compiling twox-hash v2.1.2
28532026-05-14T13:40:41.603Z Compiling yasna v0.5.2
28542026-05-14T13:40:41.994Z Compiling is_ci v1.2.0
28552026-05-14T13:40:42.187Z Compiling rcgen v0.12.1
28562026-05-14T13:40:42.210Z Compiling supports-color v3.0.2
28572026-05-14T13:40:42.499Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-14T13:40:43.200Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-14T13:40:43.225Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-14T13:40:43.399Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-14T13:40:43.915Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-14T13:40:44.343Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-14T13:40:44.439Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28642026-05-14T13:40:45.454Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-05-14T13:40:46.531Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28662026-05-14T13:40:46.696Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-14T13:40:46.842Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682026-05-14T13:40:47.089Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28692026-05-14T13:40:47.315Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-14T13:40:47.550Z Compiling fatfs v0.3.6
28712026-05-14T13:40:47.635Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-14T13:40:48.774Z Compiling rtoolbox v0.0.3
28732026-05-14T13:40:48.843Z Compiling subprocess v0.2.15
28742026-05-14T13:40:49.055Z Compiling seq-macro v0.3.6
28752026-05-14T13:40:49.540Z Compiling assert_matches v1.5.0
28762026-05-14T13:40:49.649Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28772026-05-14T13:40:49.673Z Compiling rpassword v7.4.0
28782026-05-14T13:40:50.016Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-14T13:40:50.521Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-14T13:40:51.070Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-05-14T13:40:51.355Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-05-14T13:40:51.493Z Compiling tui-tree-widget v0.23.1
28832026-05-14T13:40:51.786Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-14T13:40:51.856Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-14T13:40:52.381Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-14T13:40:53.148Z Compiling uzers v0.12.2
28872026-05-14T13:40:53.481Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-14T13:40:54.640Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-14T13:40:55.084Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-14T13:40:56.266Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-14T13:40:57.913Z Compiling support-bundle-viewer v0.1.2
28922026-05-14T13:40:59.504Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-05-14T13:40:59.794Z Compiling multimap v0.10.1
28942026-05-14T13:41:08.004Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28952026-05-14T13:41:09.056Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28962026-05-14T13:41:11.085Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-05-14T13:41:19.311Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-14T13:47:51.859Z Finished `release` profile [optimized] target(s) in 8m 44s
28992026-05-14T13:48:35.992Z
29002026-05-14T13:48:35.996Zreal 9:30.022686905
29012026-05-14T13:48:35.996Zuser 1:18:59.983821454
29022026-05-14T13:48:35.996Zsys 3:25.121687582
29032026-05-14T13:48:35.996Ztrap 1.783928446
29042026-05-14T13:48:35.996Ztflt 2.996441665
29052026-05-14T13:48:35.996Zdflt 18.563686007
29062026-05-14T13:48:35.996Zkflt 0.006694157
29072026-05-14T13:48:35.996Zlock 7:02:15.096985632
29082026-05-14T13:48:35.996Zslp 2:16:12.718505912
29092026-05-14T13:48:35.996Zlat 2:33.213310808
29102026-05-14T13:48:35.996Zstop 5:11.371525113
29112026-05-14T13:48:35.996Z+ mapfile -t packages
29122026-05-14T13:48:35.996Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-05-14T13:48:36.943Z Finished `release` profile [optimized] target(s) in 0.93s
29142026-05-14T13:48:37.015Z Running `target/release/omicron-package -t test list-outputs`
29152026-05-14T13:48:37.071ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-05-14T13:48:37.074Z+ ptime -m cargo build --locked --release -p xtask
29172026-05-14T13:48:37.610Z Compiling libc v0.2.185
29182026-05-14T13:48:37.610Z Compiling serde v1.0.228
29192026-05-14T13:48:37.610Z Compiling serde_core v1.0.228
29202026-05-14T13:48:37.613Z Compiling rustix v1.1.3
29212026-05-14T13:48:37.703Z Compiling bitflags v2.11.0
29222026-05-14T13:48:37.713Z Compiling serde_json v1.0.149
29232026-05-14T13:48:37.751Z Compiling num-traits v0.2.19
29242026-05-14T13:48:37.762Z Compiling syn v2.0.117
29252026-05-14T13:48:37.780Z Compiling smallvec v1.15.1
29262026-05-14T13:48:37.783Z Compiling indexmap v2.14.0
29272026-05-14T13:48:37.799Z Compiling usdt-impl v0.5.0
29282026-05-14T13:48:37.811Z Compiling syn v1.0.109
29292026-05-14T13:48:37.824Z Compiling log v0.4.29
29302026-05-14T13:48:37.827Z Compiling percent-encoding v2.3.2
29312026-05-14T13:48:37.953Z Compiling getrandom v0.4.1
29322026-05-14T13:48:38.059Z Compiling form_urlencoded v1.2.2
29332026-05-14T13:48:38.164Z Compiling fs-err v3.3.0
29342026-05-14T13:48:38.197Z Compiling anyhow v1.0.102
29352026-05-14T13:48:38.217Z Compiling heck v0.4.1
29362026-05-14T13:48:38.229Z Compiling once_cell v1.21.3
29372026-05-14T13:48:38.455Z Compiling errno v0.3.14
29382026-05-14T13:48:38.458Z Compiling thread-id v4.2.2
29392026-05-14T13:48:38.458Z Compiling memmap v0.7.0
29402026-05-14T13:48:38.763Z Compiling ordered-float v2.10.1
29412026-05-14T13:48:39.260Z Compiling proc-macro-error v1.0.4
29422026-05-14T13:48:39.466Z Compiling terminal_size v0.4.3
29432026-05-14T13:48:39.466Z Compiling tempfile v3.25.0
29442026-05-14T13:48:39.500Z Compiling tabled_derive v0.7.0
29452026-05-14T13:48:39.562Z Compiling clap_builder v4.5.60
29462026-05-14T13:48:39.562Z Compiling textwrap v0.16.2
29472026-05-14T13:48:39.694Z Compiling camino-tempfile v1.4.1
29482026-05-14T13:48:40.156Z Compiling tabled v0.15.0
29492026-05-14T13:48:40.272Z Compiling synstructure v0.13.2
29502026-05-14T13:48:40.272Z Compiling pest_generator v2.8.6
29512026-05-14T13:48:40.666Z Compiling serde_derive v1.0.228
29522026-05-14T13:48:40.666Z Compiling zerovec-derive v0.11.2
29532026-05-14T13:48:40.669Z Compiling displaydoc v0.2.5
29542026-05-14T13:48:40.669Z Compiling thiserror-impl v1.0.69
29552026-05-14T13:48:40.669Z Compiling zerocopy-derive v0.7.35
29562026-05-14T13:48:40.669Z Compiling scroll_derive v0.12.1
29572026-05-14T13:48:40.669Z Compiling thiserror-impl v2.0.18
29582026-05-14T13:48:40.699Z Compiling zerofrom-derive v0.1.6
29592026-05-14T13:48:40.795Z Compiling yoke-derive v0.8.1
29602026-05-14T13:48:41.368Z Compiling pest_derive v2.8.6
29612026-05-14T13:48:41.368Z Compiling scroll v0.12.0
29622026-05-14T13:48:41.472Z Compiling zerocopy v0.7.35
29632026-05-14T13:48:41.604Z Compiling clap_derive v4.5.55
29642026-05-14T13:48:41.703Z Compiling goblin v0.8.2
29652026-05-14T13:48:41.834Z Compiling thiserror v1.0.69
29662026-05-14T13:48:41.883Z Compiling thiserror v2.0.18
29672026-05-14T13:48:41.921Z Compiling zerofrom v0.1.6
29682026-05-14T13:48:41.958Z Compiling dtrace-parser v0.2.0
29692026-05-14T13:48:42.064Z Compiling yoke v0.8.1
29702026-05-14T13:48:42.286Z Compiling zerovec v0.11.5
29712026-05-14T13:48:42.387Z Compiling zerotrie v0.2.3
29722026-05-14T13:48:42.837Z Compiling tinystr v0.8.2
29732026-05-14T13:48:42.899Z Compiling potential_utf v0.1.4
29742026-05-14T13:48:43.078Z Compiling icu_locale_core v2.1.1
29752026-05-14T13:48:43.108Z Compiling icu_collections v2.1.1
29762026-05-14T13:48:43.271Z Compiling clap v4.5.60
29772026-05-14T13:48:43.834Z Compiling icu_provider v2.1.1
29782026-05-14T13:48:43.953Z Compiling serde_spanned v0.6.9
29792026-05-14T13:48:43.978Z Compiling toml_datetime v0.6.11
29802026-05-14T13:48:44.040Z Compiling serde-value v0.7.0
29812026-05-14T13:48:44.128Z Compiling icu_normalizer v2.1.1
29822026-05-14T13:48:44.282Z Compiling icu_properties v2.1.2
29832026-05-14T13:48:44.297Z Compiling toml_edit v0.22.27
29842026-05-14T13:48:44.373Z Compiling dof v0.3.0
29852026-05-14T13:48:44.425Z Compiling serde_tokenstream v0.2.3
29862026-05-14T13:48:44.590Z Compiling cargo-platform v0.2.0
29872026-05-14T13:48:44.618Z Compiling macaddr v1.0.1
29882026-05-14T13:48:45.177Z Compiling idna_adapter v1.2.1
29892026-05-14T13:48:45.228Z Compiling usdt-macro v0.5.0
29902026-05-14T13:48:45.240Z Compiling usdt-attr-macro v0.5.0
29912026-05-14T13:48:45.287Z Compiling idna v1.1.0
29922026-05-14T13:48:45.758Z Compiling url v2.5.8
29932026-05-14T13:48:45.865Z Compiling toml v0.8.23
29942026-05-14T13:48:45.886Z Compiling usdt v0.5.0
29952026-05-14T13:48:46.347Z Compiling cargo-util-schemas v0.8.2
29962026-05-14T13:48:46.360Z Compiling cargo_toml v0.21.0
29972026-05-14T13:48:47.363Z Compiling cargo_metadata v0.21.0
29982026-05-14T13:48:50.452Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-05-14T13:48:53.483Z Finished `release` profile [optimized] target(s) in 16.39s
30002026-05-14T13:48:53.642Z
30012026-05-14T13:48:53.642Zreal 16.535370557
30022026-05-14T13:48:53.642Zuser 2:22.336987456
30032026-05-14T13:48:53.642Zsys 16.399362788
30042026-05-14T13:48:53.642Ztrap 0.098958154
30052026-05-14T13:48:53.642Ztflt 0.451184283
30062026-05-14T13:48:53.645Zdflt 1.325084166
30072026-05-14T13:48:53.645Zkflt 0.000075050
30082026-05-14T13:48:53.645Zlock 5:21.009376874
30092026-05-14T13:48:53.645Zslp 3:31.188019980
30102026-05-14T13:48:53.645Zlat 6.659700720
30112026-05-14T13:48:53.645Zstop 18.849294943
30122026-05-14T13:48:53.645Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-05-14T13:48:53.645Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-05-14T13:48:53.645Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-05-14T13:48:53.645Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-05-14T13:48:53.645Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-05-14T13:48:54.582Z Compiling newtype-uuid-macros v0.1.0
30182026-05-14T13:48:54.586Z Compiling regress v0.10.5
30192026-05-14T13:48:54.586Z Compiling structmeta-derive v0.3.0
30202026-05-14T13:48:54.586Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-05-14T13:48:54.586Z Compiling rustls v0.22.4
30222026-05-14T13:48:54.586Z Compiling rustls-webpki v0.102.8
30232026-05-14T13:48:54.586Z Compiling multer v3.1.0
30242026-05-14T13:48:54.586Z Compiling debug-ignore v1.0.5
30252026-05-14T13:48:54.731Z Compiling match_cfg v0.1.0
30262026-05-14T13:48:54.734Z Compiling compression-core v0.4.31
30272026-05-14T13:48:54.734Z Compiling slog-json v2.6.1
30282026-05-14T13:48:54.745Z Compiling async-stream-impl v0.3.6
30292026-05-14T13:48:54.806Z Compiling toml_datetime v1.0.0+spec-1.1.0
30302026-05-14T13:48:54.809Z Compiling serde_spanned v1.0.4
30312026-05-14T13:48:54.838Z Compiling hostname v0.3.1
30322026-05-14T13:48:54.841Z Compiling dropshot v0.17.0
30332026-05-14T13:48:54.854Z Compiling toml_writer v1.0.6+spec-1.1.0
30342026-05-14T13:48:54.868Z Compiling itertools v0.14.0
30352026-05-14T13:48:54.995Z Compiling compression-codecs v0.4.37
30362026-05-14T13:48:54.998Z Compiling waitgroup v0.1.2
30372026-05-14T13:48:55.029Z Compiling slog-bunyan v2.5.0
30382026-05-14T13:48:55.083Z Compiling rustls-pemfile v2.2.0
30392026-05-14T13:48:55.167Z Compiling async-compression v0.4.41
30402026-05-14T13:48:55.170Z Compiling toml v1.0.6+spec-1.1.0
30412026-05-14T13:48:55.205Z Compiling dropshot_endpoint v0.17.0
30422026-05-14T13:48:55.208Z Compiling serde_path_to_error v0.1.20
30432026-05-14T13:48:55.208Z Compiling hostname v0.4.2
30442026-05-14T13:48:55.253Z Compiling progenitor-client v0.14.0
30452026-05-14T13:48:55.256Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-05-14T13:48:55.311Z Compiling macaddr v1.0.1
30472026-05-14T13:48:55.376Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-14T13:48:55.392Z Compiling async-stream v0.3.6
30492026-05-14T13:48:55.474Z Compiling instant v0.1.13
30502026-05-14T13:48:55.500Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-05-14T13:48:55.517Z Compiling progenitor-client v0.10.0
30522026-05-14T13:48:55.555Z Compiling backon v1.6.0
30532026-05-14T13:48:55.577Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-05-14T13:48:55.595Z Compiling backoff v0.4.0
30552026-05-14T13:48:55.598Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30562026-05-14T13:48:55.598Z Compiling universal-hash v0.5.1
30572026-05-14T13:48:55.647Z Compiling opaque-debug v0.3.1
30582026-05-14T13:48:55.664Z Compiling half v2.7.1
30592026-05-14T13:48:55.736Z Compiling progenitor-extras v0.2.0
30602026-05-14T13:48:55.775Z Compiling ciborium-io v0.2.2
30612026-05-14T13:48:55.792Z Compiling crucible-workspace-hack v0.1.0
30622026-05-14T13:48:55.813Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-05-14T13:48:55.830Z Compiling unsafe-libyaml v0.2.11
30642026-05-14T13:48:55.846Z Compiling convert_case v0.4.0
30652026-05-14T13:48:55.894Z Compiling regress v0.11.1
30662026-05-14T13:48:55.971Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30672026-05-14T13:48:55.990Z Compiling ciborium-ll v0.2.2
30682026-05-14T13:48:56.025Z Compiling aead v0.5.2
30692026-05-14T13:48:56.045Z Compiling secrecy v0.10.3
30702026-05-14T13:48:56.080Z Compiling structmeta v0.3.0
30712026-05-14T13:48:56.149Z Compiling poly1305 v0.8.0
30722026-05-14T13:48:56.167Z Compiling ciborium v0.2.2
30732026-05-14T13:48:56.186Z Compiling chacha20 v0.9.1
30742026-05-14T13:48:56.227Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30752026-05-14T13:48:56.244Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30762026-05-14T13:48:56.248Z Compiling derive_more v0.99.20
30772026-05-14T13:48:56.279Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30782026-05-14T13:48:56.297Z Compiling thiserror-impl-no-std v2.0.2
30792026-05-14T13:48:56.320Z Compiling derive-ex v0.1.8
30802026-05-14T13:48:56.462Z Compiling parse-display-derive v0.10.0
30812026-05-14T13:48:56.497Z Compiling serde_yaml v0.9.34+deprecated
30822026-05-14T13:48:56.528Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-05-14T13:48:56.618Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30842026-05-14T13:48:56.635Z Compiling byte-wrapper v0.1.0
30852026-05-14T13:48:56.653Z Compiling password-hash v0.5.0
30862026-05-14T13:48:56.719Z Compiling blake2 v0.10.6
30872026-05-14T13:48:56.761Z Compiling chacha20poly1305 v0.10.1
30882026-05-14T13:48:56.919Z Compiling indent_write v2.2.0
30892026-05-14T13:48:56.936Z Compiling heapless v0.8.0
30902026-05-14T13:48:56.993Z Compiling argon2 v0.5.3
30912026-05-14T13:48:57.048Z Compiling ingot-macros v0.1.1
30922026-05-14T13:48:57.075Z Compiling toml_edit v0.23.10+spec-1.0.0
30932026-05-14T13:48:57.092Z Compiling hash32 v0.3.1
30942026-05-14T13:48:57.250Z Compiling tokio-rustls v0.25.0
30952026-05-14T13:48:57.293Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-05-14T13:48:57.502Z Compiling typify-impl v0.6.2
30972026-05-14T13:48:57.530Z Compiling thiserror-no-std v2.0.2
30982026-05-14T13:48:57.546Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30992026-05-14T13:48:57.647Z Compiling vsss-rs v3.3.4
31002026-05-14T13:48:57.841Z Compiling smoltcp v0.11.0
31012026-05-14T13:48:58.003Z Compiling proc-macro-crate v3.4.0
31022026-05-14T13:48:58.067Z Compiling test-strategy v0.4.5
31032026-05-14T13:48:58.237Z Compiling tabwriter v1.4.1
31042026-05-14T13:48:58.255Z Compiling num-rational v0.4.2
31052026-05-14T13:48:58.272Z Compiling parse-display v0.10.0
31062026-05-14T13:48:58.276Z Compiling cobs v0.3.0
31072026-05-14T13:48:58.495Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31082026-05-14T13:48:58.512Z Compiling num-complex v0.4.6
31092026-05-14T13:48:58.605Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-05-14T13:48:58.624Z Compiling num_enum_derive v0.7.5
31112026-05-14T13:48:58.662Z Compiling postcard v1.1.3
31122026-05-14T13:48:58.734Z Compiling proc-macro-error v1.0.4
31132026-05-14T13:48:58.848Z Compiling proc-macro-crate v1.3.1
31142026-05-14T13:48:58.866Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31152026-05-14T13:48:58.914Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31162026-05-14T13:48:58.917Z Compiling num v0.4.3
31172026-05-14T13:48:58.965Z Compiling foreign-types-macros v0.2.3
31182026-05-14T13:48:59.029Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31192026-05-14T13:48:59.046Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31202026-05-14T13:48:59.078Z Compiling foreign-types-shared v0.3.1
31212026-05-14T13:48:59.193Z Compiling cpufeatures v0.3.0
31222026-05-14T13:48:59.210Z Compiling float-ord v0.3.2
31232026-05-14T13:48:59.213Z Compiling rayon-core v1.13.0
31242026-05-14T13:48:59.258Z Compiling colored v3.1.1
31252026-05-14T13:48:59.294Z Compiling num_enum_derive v0.5.11
31262026-05-14T13:48:59.330Z Compiling chacha20 v0.10.0
31272026-05-14T13:48:59.375Z Compiling crossbeam-deque v0.8.6
31282026-05-14T13:48:59.403Z Compiling camino-tempfile v1.4.1
31292026-05-14T13:48:59.463Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-05-14T13:48:59.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-05-14T13:48:59.611Z Compiling cstr-argument v0.1.2
31322026-05-14T13:48:59.628Z Compiling foreign-types v0.5.0
31332026-05-14T13:48:59.673Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31342026-05-14T13:48:59.691Z Compiling rand v0.10.0
31352026-05-14T13:48:59.726Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31362026-05-14T13:48:59.744Z Compiling toml v0.8.23
31372026-05-14T13:48:59.763Z Compiling num_enum v0.7.5
31382026-05-14T13:48:59.792Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31392026-05-14T13:48:59.917Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-14T13:48:59.940Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-14T13:48:59.958Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-05-14T13:49:00.002Z Compiling zone_cfg_derive v0.3.1
31432026-05-14T13:49:00.031Z Compiling ingot-types v0.1.2
31442026-05-14T13:49:00.074Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-14T13:49:00.090Z Compiling rayon v1.11.0
31462026-05-14T13:49:00.113Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-14T13:49:00.151Z Compiling itertools v0.12.1
31482026-05-14T13:49:00.227Z Compiling num-derive v0.4.2
31492026-05-14T13:49:00.344Z Compiling sigpipe v0.1.3
31502026-05-14T13:49:00.362Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31512026-05-14T13:49:00.395Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31522026-05-14T13:49:00.416Z Compiling ingot v0.1.1
31532026-05-14T13:49:00.433Z Compiling num_enum v0.5.11
31542026-05-14T13:49:00.456Z Compiling glob v0.3.3
31552026-05-14T13:49:00.494Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31562026-05-14T13:49:00.519Z Compiling smf v0.2.3
31572026-05-14T13:49:00.576Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31582026-05-14T13:49:00.615Z Compiling whoami v1.6.1
31592026-05-14T13:49:00.662Z Compiling prettyplease v0.2.37
31602026-05-14T13:49:00.710Z Compiling gethostname v0.5.0
31612026-05-14T13:49:00.757Z Compiling atomicwrites v0.4.4
31622026-05-14T13:49:00.876Z Compiling usdt-macro v0.5.0
31632026-05-14T13:49:00.914Z Compiling usdt-attr-macro v0.5.0
31642026-05-14T13:49:00.930Z Compiling memmap v0.7.0
31652026-05-14T13:49:00.974Z Compiling derive-where v1.6.0
31662026-05-14T13:49:01.077Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-05-14T13:49:01.145Z Compiling progenitor-client v0.13.0
31682026-05-14T13:49:01.163Z Compiling cancel-safe-futures v0.1.5
31692026-05-14T13:49:01.208Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31702026-05-14T13:49:01.236Z Compiling owo-colors v4.3.0
31712026-05-14T13:49:01.413Z Compiling zone v0.3.1
31722026-05-14T13:49:01.429Z Compiling resolv-conf v0.7.6
31732026-05-14T13:49:01.519Z Compiling libsw-core v0.3.2
31742026-05-14T13:49:01.685Z Compiling libsw v3.5.0
31752026-05-14T13:49:01.714Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-14T13:49:01.755Z Compiling usdt v0.5.0
31772026-05-14T13:49:01.800Z Compiling console v0.15.11
31782026-05-14T13:49:01.895Z Compiling newline-converter v0.3.0
31792026-05-14T13:49:01.914Z Compiling linear-map v1.2.0
31802026-05-14T13:49:01.917Z Compiling libefi-sys v0.1.0
31812026-05-14T13:49:01.950Z Compiling hickory-proto v0.24.4
31822026-05-14T13:49:02.036Z Compiling bitfield-struct v0.6.2
31832026-05-14T13:49:02.053Z Compiling semver v0.1.20
31842026-05-14T13:49:02.127Z Compiling expectorate v1.2.0
31852026-05-14T13:49:02.141Z Compiling linked-hash-map v0.5.6
31862026-05-14T13:49:02.159Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31872026-05-14T13:49:02.218Z Compiling typify-macro v0.6.2
31882026-05-14T13:49:02.311Z Compiling rustc_version v0.1.7
31892026-05-14T13:49:02.330Z Compiling lru-cache v0.1.2
31902026-05-14T13:49:02.365Z Compiling tokio-dtrace v0.1.1
31912026-05-14T13:49:02.382Z Compiling dropshot-api-manager-types v0.7.1
31922026-05-14T13:49:02.385Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932026-05-14T13:49:02.385Z Compiling slog-dtrace v0.3.0
31942026-05-14T13:49:02.437Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-14T13:49:02.442Z Compiling minimal-lexical v0.2.1
31962026-05-14T13:49:02.442Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31972026-05-14T13:49:02.490Z Compiling typify-impl v0.4.3
31982026-05-14T13:49:02.538Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31992026-05-14T13:49:02.573Z Compiling newtype_derive v0.1.6
32002026-05-14T13:49:02.664Z Compiling oxide-tokio-rt v0.1.4
32012026-05-14T13:49:02.706Z Compiling nom v7.1.3
32022026-05-14T13:49:02.724Z Compiling phf_shared v0.12.1
32032026-05-14T13:49:02.742Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-05-14T13:49:02.745Z Compiling csv-core v0.1.13
32052026-05-14T13:49:02.774Z Compiling chrono-tz v0.10.4
32062026-05-14T13:49:02.796Z Compiling xshell-macros v0.2.7
32072026-05-14T13:49:02.926Z Compiling highway v1.3.0
32082026-05-14T13:49:02.978Z Compiling const_format_proc_macros v0.2.34
32092026-05-14T13:49:03.025Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-14T13:49:03.041Z Compiling csv v1.4.0
32112026-05-14T13:49:03.078Z Compiling phf v0.12.1
32122026-05-14T13:49:03.215Z Compiling xshell v0.2.7
32132026-05-14T13:49:03.256Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-14T13:49:03.313Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32152026-05-14T13:49:03.329Z Compiling primeorder v0.13.6
32162026-05-14T13:49:03.439Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32172026-05-14T13:49:03.544Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32182026-05-14T13:49:03.666Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-05-14T13:49:03.728Z Compiling tabled_derive v0.7.0
32202026-05-14T13:49:03.760Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32212026-05-14T13:49:03.791Z Compiling bcs v0.1.6
32222026-05-14T13:49:03.908Z Compiling const_format v0.2.35
32232026-05-14T13:49:04.083Z Compiling typify v0.6.2
32242026-05-14T13:49:04.121Z Compiling termtree v0.5.1
32252026-05-14T13:49:04.147Z Compiling hickory-resolver v0.24.4
32262026-05-14T13:49:04.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-05-14T13:49:04.223Z Compiling progenitor-impl v0.14.0
32282026-05-14T13:49:04.266Z Compiling progenitor-impl v0.13.0
32292026-05-14T13:49:04.283Z Compiling salty v0.3.0
32302026-05-14T13:49:04.303Z Compiling textwrap v0.16.2
32312026-05-14T13:49:04.438Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32322026-05-14T13:49:04.574Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32332026-05-14T13:49:04.686Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-05-14T13:49:04.693Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-05-14T13:49:04.760Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32362026-05-14T13:49:04.811Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-05-14T13:49:04.914Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-05-14T13:49:04.989Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-14T13:49:05.223Z Compiling qorb v0.4.1
32402026-05-14T13:49:05.305Z Compiling tabled v0.15.0
32412026-05-14T13:49:05.335Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32422026-05-14T13:49:05.540Z Compiling steno v0.4.1
32432026-05-14T13:49:05.665Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-05-14T13:49:05.766Z Compiling radium v0.7.0
32452026-05-14T13:49:05.837Z Compiling tagptr v0.2.0
32462026-05-14T13:49:06.015Z Compiling humantime v2.3.0
32472026-05-14T13:49:06.063Z Compiling base64 v0.21.7
32482026-05-14T13:49:06.362Z Compiling moka v0.12.13
32492026-05-14T13:49:06.416Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-05-14T13:49:06.434Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32512026-05-14T13:49:06.461Z Compiling p384 v0.13.1
32522026-05-14T13:49:06.681Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32532026-05-14T13:49:06.817Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32542026-05-14T13:49:06.944Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32552026-05-14T13:49:06.962Z Compiling progenitor-macro v0.14.0
32562026-05-14T13:49:07.005Z Compiling progenitor-macro v0.13.0
32572026-05-14T13:49:07.051Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32582026-05-14T13:49:07.071Z Compiling tap v1.0.1
32592026-05-14T13:49:07.102Z Compiling typify-macro v0.4.3
32602026-05-14T13:49:07.147Z Compiling maybe-uninit v2.0.0
32612026-05-14T13:49:07.171Z Compiling hickory-resolver v0.25.2
32622026-05-14T13:49:07.206Z Compiling wyz v0.5.1
32632026-05-14T13:49:07.322Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-14T13:49:07.519Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-05-14T13:49:07.615Z Compiling proc-macro-error-attr2 v2.0.0
32662026-05-14T13:49:07.671Z Compiling packed_struct v0.10.1
32672026-05-14T13:49:07.704Z Compiling utf-8 v0.7.6
32682026-05-14T13:49:07.870Z Compiling funty v2.0.0
32692026-05-14T13:49:07.927Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32702026-05-14T13:49:07.972Z Compiling parking_lot_core v0.8.6
32712026-05-14T13:49:08.064Z Compiling proc-macro-error2 v2.0.1
32722026-05-14T13:49:08.136Z Compiling tungstenite v0.21.0
32732026-05-14T13:49:08.275Z Compiling bitvec v1.0.1
32742026-05-14T13:49:08.299Z Compiling polyval v0.6.2
32752026-05-14T13:49:08.358Z Compiling git-stub v1.0.0
32762026-05-14T13:49:08.425Z Compiling packed_struct_codegen v0.10.1
32772026-05-14T13:49:08.442Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32782026-05-14T13:49:08.496Z Compiling num-derive v0.3.3
32792026-05-14T13:49:08.560Z Compiling bitfield-macros v0.19.4
32802026-05-14T13:49:08.675Z Compiling zerocopy-derive v0.6.6
32812026-05-14T13:49:08.699Z Compiling indexmap v1.9.3
32822026-05-14T13:49:08.792Z Compiling nodrop v0.1.14
32832026-05-14T13:49:08.875Z Compiling typify v0.4.3
32842026-05-14T13:49:08.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32852026-05-14T13:49:08.931Z Compiling crc-catalog v2.4.0
32862026-05-14T13:49:09.017Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-05-14T13:49:09.035Z Compiling crc v3.4.0
32882026-05-14T13:49:09.054Z Compiling progenitor-impl v0.11.2
32892026-05-14T13:49:09.176Z Compiling array-init v0.0.4
32902026-05-14T13:49:09.193Z Compiling tokio-tungstenite v0.21.0
32912026-05-14T13:49:09.267Z Compiling git-stub-vcs v0.1.0
32922026-05-14T13:49:09.362Z Compiling bitfield v0.19.4
32932026-05-14T13:49:09.491Z Compiling libscf-sys v1.1.0
32942026-05-14T13:49:09.548Z Compiling ghash v0.5.1
32952026-05-14T13:49:09.564Z Compiling tabled_derive v0.11.0
32962026-05-14T13:49:09.582Z Compiling zerocopy v0.6.6
32972026-05-14T13:49:09.659Z Compiling smallvec v0.6.14
32982026-05-14T13:49:09.703Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-05-14T13:49:09.720Z Compiling papergrid v0.17.0
33002026-05-14T13:49:09.906Z Compiling testing_table v0.3.0
33012026-05-14T13:49:09.923Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-14T13:49:09.942Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-14T13:49:09.959Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33042026-05-14T13:49:10.066Z Compiling ctr v0.9.2
33052026-05-14T13:49:10.101Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-05-14T13:49:10.203Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-05-14T13:49:10.270Z Compiling unicase v2.9.0
33082026-05-14T13:49:10.307Z Compiling corncobs v0.1.4
33092026-05-14T13:49:10.433Z Compiling hashbrown v0.12.3
33102026-05-14T13:49:10.448Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-14T13:49:10.506Z Compiling mime_guess v2.0.5
33122026-05-14T13:49:10.509Z Compiling aes-gcm v0.10.3
33132026-05-14T13:49:10.558Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-14T13:49:10.598Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-14T13:49:10.752Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33162026-05-14T13:49:10.786Z Compiling tabled v0.20.0
33172026-05-14T13:49:10.949Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-14T13:49:10.965Z Compiling serde-hex v0.1.0
33192026-05-14T13:49:10.980Z Compiling parking_lot v0.11.2
33202026-05-14T13:49:11.122Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33212026-05-14T13:49:11.195Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33222026-05-14T13:49:11.309Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-05-14T13:49:11.508Z Compiling progenitor-impl v0.10.0
33242026-05-14T13:49:11.608Z Compiling ron v0.8.1
33252026-05-14T13:49:11.655Z Compiling hashbrown v0.13.2
33262026-05-14T13:49:11.688Z Compiling progenitor-client v0.11.2
33272026-05-14T13:49:11.716Z Compiling blowfish v0.9.1
33282026-05-14T13:49:11.807Z Compiling progenitor-macro v0.11.2
33292026-05-14T13:49:11.955Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33302026-05-14T13:49:11.987Z Compiling ssh-encoding v0.2.0
33312026-05-14T13:49:12.025Z Compiling prefix-trie v0.7.0
33322026-05-14T13:49:12.076Z Compiling progenitor v0.14.0
33332026-05-14T13:49:12.175Z Compiling fxhash v0.2.1
33342026-05-14T13:49:12.186Z Compiling progenitor v0.13.0
33352026-05-14T13:49:12.257Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-05-14T13:49:12.287Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33372026-05-14T13:49:12.340Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33382026-05-14T13:49:12.366Z Compiling secrecy v0.8.0
33392026-05-14T13:49:12.454Z Compiling crc-any v2.5.0
33402026-05-14T13:49:12.490Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-05-14T13:49:12.552Z Compiling hickory-server v0.25.2
33422026-05-14T13:49:12.590Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33432026-05-14T13:49:12.720Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33442026-05-14T13:49:12.742Z Compiling sled v0.34.7
33452026-05-14T13:49:12.790Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-14T13:49:13.118Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33472026-05-14T13:49:13.244Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33482026-05-14T13:49:13.409Z Compiling ssh-cipher v0.2.0
33492026-05-14T13:49:13.609Z Compiling object v0.30.4
33502026-05-14T13:49:13.868Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33512026-05-14T13:49:13.972Z Compiling bcrypt-pbkdf v0.10.0
33522026-05-14T13:49:14.143Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33532026-05-14T13:49:14.183Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33542026-05-14T13:49:14.235Z Compiling progenitor-macro v0.10.0
33552026-05-14T13:49:14.342Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33562026-05-14T13:49:14.549Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33572026-05-14T13:49:15.039Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-05-14T13:49:15.186Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-05-14T13:49:15.218Z Compiling password-hash v0.4.2
33602026-05-14T13:49:15.472Z Compiling path-slash v0.1.5
33612026-05-14T13:49:15.632Z Compiling half v1.8.3
33622026-05-14T13:49:15.648Z Compiling crc8 v0.1.1
33632026-05-14T13:49:15.819Z Compiling http-range v0.1.5
33642026-05-14T13:49:15.901Z Compiling serde_cbor v0.11.2
33652026-05-14T13:49:16.001Z Compiling pbkdf2 v0.11.0
33662026-05-14T13:49:16.046Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-05-14T13:49:16.245Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33682026-05-14T13:49:16.314Z Compiling ssh-key v0.6.7
33692026-05-14T13:49:16.536Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33702026-05-14T13:49:16.556Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33712026-05-14T13:49:16.640Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33722026-05-14T13:49:16.840Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33732026-05-14T13:49:16.857Z Compiling progenitor v0.11.2
33742026-05-14T13:49:17.056Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33752026-05-14T13:49:17.139Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-05-14T13:49:17.278Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-14T13:49:17.367Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-05-14T13:49:17.578Z Compiling p256 v0.13.2
33792026-05-14T13:49:17.638Z Compiling p521 v0.13.3
33802026-05-14T13:49:17.679Z Compiling yasna v0.5.2
33812026-05-14T13:49:17.698Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33822026-05-14T13:49:17.843Z Compiling kstat-rs v0.2.4
33832026-05-14T13:49:17.999Z Compiling headers-core v0.3.0
33842026-05-14T13:49:18.043Z Compiling nanorand v0.7.0
33852026-05-14T13:49:18.089Z Compiling atty v0.2.14
33862026-05-14T13:49:18.149Z Compiling russh-cryptovec v0.7.3
33872026-05-14T13:49:18.167Z Compiling home v0.5.12
33882026-05-14T13:49:18.186Z Compiling md5 v0.7.0
33892026-05-14T13:49:18.221Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33902026-05-14T13:49:18.239Z Compiling rcgen v0.12.1
33912026-05-14T13:49:18.340Z Compiling flume v0.11.1
33922026-05-14T13:49:18.368Z Compiling russh-keys v0.45.0
33932026-05-14T13:49:18.383Z Compiling headers v0.4.1
33942026-05-14T13:49:18.397Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33952026-05-14T13:49:18.443Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-05-14T13:49:18.492Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33972026-05-14T13:49:18.625Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-05-14T13:49:18.686Z Compiling hyper-staticfile v0.10.1
33992026-05-14T13:49:18.706Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-05-14T13:49:19.051Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-05-14T13:49:19.104Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-05-14T13:49:19.191Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-05-14T13:49:19.210Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34042026-05-14T13:49:19.243Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34052026-05-14T13:49:19.348Z Compiling progenitor v0.10.0
34062026-05-14T13:49:19.526Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34072026-05-14T13:49:19.543Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-14T13:49:19.546Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-14T13:49:19.578Z Compiling num-bigint v0.4.6
34102026-05-14T13:49:19.869Z Compiling des v0.8.1
34112026-05-14T13:49:19.933Z Compiling subprocess v0.2.15
34122026-05-14T13:49:20.019Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34132026-05-14T13:49:20.038Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34142026-05-14T13:49:20.041Z Compiling hex-literal v0.4.1
34152026-05-14T13:49:20.071Z Compiling display-error-chain v0.2.2
34162026-05-14T13:49:20.086Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-05-14T13:49:20.199Z Compiling colored v2.2.0
34182026-05-14T13:49:20.238Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-05-14T13:49:20.282Z Compiling socket2 v0.5.10
34202026-05-14T13:49:20.329Z Compiling internet-checksum v0.2.1
34212026-05-14T13:49:20.495Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-05-14T13:49:20.743Z Compiling russh v0.45.0
34232026-05-14T13:49:20.989Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-05-14T13:49:21.013Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-05-14T13:49:23.556Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-14T13:49:24.233Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-14T13:49:24.694Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-14T13:49:26.631Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-14T13:49:34.524Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34302026-05-14T13:49:34.524Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-05-14T13:49:34.527Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-14T13:49:34.527Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-14T13:49:36.261Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-14T13:49:36.284Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-14T13:49:40.412Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34362026-05-14T13:49:41.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34372026-05-14T13:50:00.862Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-05-14T13:50:19.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34392026-05-14T13:50:19.631Z
34402026-05-14T13:50:19.631Zreal 1:25.922835121
34412026-05-14T13:50:19.631Zuser 8:13.978420054
34422026-05-14T13:50:19.631Zsys 1:37.870542352
34432026-05-14T13:50:19.631Ztrap 0.249692008
34442026-05-14T13:50:19.631Ztflt 0.488062211
34452026-05-14T13:50:19.632Zdflt 1.741224272
34462026-05-14T13:50:19.632Zkflt 0.000353960
34472026-05-14T13:50:19.635Zlock 28:00.702214808
34482026-05-14T13:50:19.635Zslp 19:01.126369176
34492026-05-14T13:50:19.635Zlat 39.386694624
34502026-05-14T13:50:19.635Zstop 2:37.207854942
34512026-05-14T13:50:19.635Z+ mkdir tests
34522026-05-14T13:50:19.635Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-05-14T13:50:19.635Z+ xargs -I '{}' -t cp '{}' tests/
34542026-05-14T13:50:19.656Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e072880c2a7d63d3 tests/
34552026-05-14T13:50:19.677Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d8793c19ea6ea46 tests/
34562026-05-14T13:50:19.725Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f0fc3b5b6aa039d9 tests/
34572026-05-14T13:50:19.728Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-df2026db7b5a8e48 tests/
34582026-05-14T13:50:19.947Z+ 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/*)
34592026-05-14T13:50:19.950Z+ 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-9d8793c19ea6ea46 tests/commtest-f0fc3b5b6aa039d9 tests/dhcp_server-e072880c2a7d63d3 tests/end_to_end_tests-df2026db7b5a8e48 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
34602026-05-14T13:51:39.855ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-05-14T13:51:39.855Za .github/buildomat/ci-env.sh 1K
34622026-05-14T13:51:39.855Za out/target/test 1K
34632026-05-14T13:51:39.855Za out/npuzone/npuzone 27402K
34642026-05-14T13:51:39.855Za package-manifest.toml 35K
34652026-05-14T13:51:39.855Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-05-14T13:51:39.855Za target/release/omicron-package 45975K
34672026-05-14T13:51:39.855Za target/release/xtask 11449K
34682026-05-14T13:51:39.855Za target/debug/bootstrap 352567K
34692026-05-14T13:51:39.855Za tests/bootstrap-9d8793c19ea6ea46 31215K
34702026-05-14T13:51:39.856Za tests/commtest-f0fc3b5b6aa039d9 32299K
34712026-05-14T13:51:39.856Za tests/dhcp_server-e072880c2a7d63d3 31215K
34722026-05-14T13:51:39.856Za tests/end_to_end_tests-df2026db7b5a8e48 394387K
34732026-05-14T13:51:39.856Za out/clickhouse.tar.gz 319633K
34742026-05-14T13:51:39.856Za out/clickhouse_keeper.tar.gz 304987K
34752026-05-14T13:51:39.856Za out/clickhouse_server.tar.gz 319632K
34762026-05-14T13:51:39.856Za out/cockroachdb.tar.gz 165172K
34772026-05-14T13:51:39.856Za out/crucible-pantry-zone.tar.gz 44203K
34782026-05-14T13:51:39.856Za out/crucible-utils.tar 17744K
34792026-05-14T13:51:39.856Za out/crucible-zone.tar.gz 58341K
34802026-05-14T13:51:39.856Za out/external-dns.tar.gz 49795K
34812026-05-14T13:51:39.856Za out/internal-dns.tar.gz 49794K
34822026-05-14T13:51:39.856Za out/mg-ddm-gz.tar 95141K
34832026-05-14T13:51:39.856Za out/nexus.tar.gz 220933K
34842026-05-14T13:51:39.856Za out/ntp.tar.gz 32147K
34852026-05-14T13:51:39.856Za out/omicron-gateway-softnpu.tar.gz 29628K
34862026-05-14T13:51:39.856Za out/omicron-sled-agent.tar 204093K
34872026-05-14T13:51:39.856Za out/overlay.tar.gz 3K
34882026-05-14T13:51:39.856Za out/oximeter.tar.gz 67851K
34892026-05-14T13:51:39.856Za out/oxlog.tar 3782K
34902026-05-14T13:51:39.856Za out/probe.tar.gz 3037K
34912026-05-14T13:51:39.856Za out/propolis-server.tar.gz 38727K
34922026-05-14T13:51:39.856Za out/pumpkind-gz.tar 26647K
34932026-05-14T13:51:39.856Za out/switch-softnpu.tar.gz 397017K
34942026-05-14T13:51:39.859Z
34952026-05-14T13:51:39.859Zreal 1:19.906597287
34962026-05-14T13:51:39.859Zuser 1:17.263082784
34972026-05-14T13:51:39.859Zsys 4.412171044
34982026-05-14T13:51:39.859Ztrap 0.006112479
34992026-05-14T13:51:39.859Ztflt 0.000000000
35002026-05-14T13:51:39.860Zdflt 0.000000000
35012026-05-14T13:51:39.860Zkflt 0.000000000
35022026-05-14T13:51:39.860Zlock 0.000000000
35032026-05-14T13:51:39.860Zslp 1:17.167329087
35042026-05-14T13:51:39.860Zlat 0.959983636
35052026-05-14T13:51:39.860Zstop 0.000190120
35062026-05-14T13:51:39.860Zprocess exited: duration 980587 ms, exit code 0
 
35072026-05-14T13:51:39.874Zfound 1 output files
35082026-05-14T13:51:39.877Zuploading: /work/package.tar.gz (2446833701 bytes)
35092026-05-14T13:52:06.175Zuploaded: /work/package.tar.gz