01KQZXDGHRHZ6G18QABFYR922G: 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: 01KQZXDZ1DKW5RQW7A5TBD06FX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T00:30:33.519Zjob assigned to worker 01KQZXE708X97AJQQ5TBWY2MYB [factory aws, i-0b35915fddfbfdc4e] (queued for 1 m 0 s)
 
22026-05-07T00:30:40.630Zstarting task 0: "setup"
32026-05-07T00:30:40.634Z++ uname -s
42026-05-07T00:30:40.637Z+ kern=SunOS
52026-05-07T00:30:40.637Z+ build_user=build
62026-05-07T00:30:40.637Z+ build_uid=12345
72026-05-07T00:30:40.637Z+ work_dir=/work
82026-05-07T00:30:40.637Z+ input_dir=/input
92026-05-07T00:30:40.637Z+ [[ 0 == 12345 ]]
102026-05-07T00:30:40.637Z+ case "$kern" in
112026-05-07T00:30:40.637Z+ groupadd -g 12345 build
122026-05-07T00:30:40.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T00:30:42.647Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T00:30:42.777Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T00:30:42.784Z+ home_fs=zfs
162026-05-07T00:30:42.784Z+ [[ zfs == autofs ]]
172026-05-07T00:30:42.784Z+ mkdir -p /home/build
182026-05-07T00:30:42.784Z+ chown build:build /home/build /work
192026-05-07T00:30:44.782Z+ chmod 0700 /home/build /work
202026-05-07T00:30:44.785Zprocess exited: duration 4159 ms, exit code 0
 
212026-05-07T00:30:44.793Zstarting task 1: "rust-toolchain"
222026-05-07T00:30:44.799Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-07T00:30:44.799Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T00:30:44.799Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-07T00:30:44.799Z * rust toolchain channel = "1.94.0"
262026-05-07T00:30:44.799Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T00:30:44.799Z * rust toolchain profile = "default"
282026-05-07T00:30:44.803Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T00:30:44.803Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T00:30:44.888Zinfo: downloading installer
312026-05-07T00:30:46.702Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T00:30:46.702Zwarn: /home/build/.rustup/settings.toml
332026-05-07T00:30:46.702Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T00:30:46.702Zwarn: instead of the one inferred from the default host triple.
352026-05-07T00:30:46.714Zinfo: profile set to default
362026-05-07T00:30:46.714Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T00:30:46.717Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T00:30:46.892Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T00:30:46.895Zinfo: downloading 6 components
402026-05-07T00:31:01.349Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T00:31:01.349Z
422026-05-07T00:31:01.379Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T00:31:01.379Z
442026-05-07T00:31:01.379Z
452026-05-07T00:31:01.379ZRust is installed now. Great!
462026-05-07T00:31:01.380Z
472026-05-07T00:31:01.380ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T00:31:01.380Zenvironment variable. This has not been done automatically.
492026-05-07T00:31:01.380Z
502026-05-07T00:31:01.380ZTo configure your current shell, you need to source
512026-05-07T00:31:01.380Zthe corresponding env file under $HOME/.cargo.
522026-05-07T00:31:01.380Z
532026-05-07T00:31:01.380ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T00:31:01.380Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T00:31:01.380Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T00:31:01.380Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T00:31:01.380Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T00:31:01.380Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T00:31:01.380Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T00:31:01.383Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T00:31:01.383Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T00:31:01.471Z+ rustup --version
632026-05-07T00:31:01.476Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T00:31:01.476Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T00:31:01.497Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T00:31:01.500Z+ cargo --version
672026-05-07T00:31:01.508Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T00:31:01.511Z+ rustc --version
692026-05-07T00:31:01.529Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T00:31:01.532Zprocess exited: duration 16737 ms, exit code 0
 
712026-05-07T00:31:01.539Zstarting task 2: "authentication"
722026-05-07T00:31:01.557Zprocess exited: duration 18 ms, exit code 0
 
732026-05-07T00:31:01.564Zstarting task 3: "clone repository"
742026-05-07T00:31:01.569Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T00:31:01.572Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T00:31:01.620ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T00:31:11.074Z+ cd /work/oxidecomputer/omicron
782026-05-07T00:31:11.074Z+ git fetch origin f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5
792026-05-07T00:31:11.495ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T00:31:11.495Z * branch f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5 -> FETCH_HEAD
812026-05-07T00:31:11.506Z+ [[ -n '' ]]
822026-05-07T00:31:11.506Z+ git reset --hard f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5
832026-05-07T00:31:11.738ZHEAD is now at f5f6471e6 update tests, add a separate test for noop conversion
842026-05-07T00:31:11.741Zprocess exited: duration 10176 ms, exit code 0
 
852026-05-07T00:31:11.748Zstarting task 4: "build"
862026-05-07T00:31:11.754Z+ source .github/buildomat/ci-env.sh
872026-05-07T00:31:11.754Z++ export CARGO_TERM_COLOR=always
882026-05-07T00:31:11.754Z++ CARGO_TERM_COLOR=always
892026-05-07T00:31:11.754Z+ cargo --version
902026-05-07T00:31:11.765Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-07T00:31:11.768Z+ rustc --version
922026-05-07T00:31:11.788Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-07T00:31:11.792Z+ WORK=/work
942026-05-07T00:31:11.792Z+ pfexec mkdir -p /work
952026-05-07T00:31:11.797Z+ pfexec chown build /work
962026-05-07T00:31:11.801Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-07T00:31:13.769Z Startup: Refreshing catalog 'helios' ... Done
982026-05-07T00:31:13.835Z Startup: Caching catalogs ... Done
992026-05-07T00:31:14.008ZPlanning: Solver setup ... Done (0.139s)
1002026-05-07T00:31:14.019ZPlanning: Running solver ... Done (0.011s)
1012026-05-07T00:31:14.023ZPlanning: Finding local manifests ... Done (0.002s)
1022026-05-07T00:31:14.033ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-07T00:31:14.053ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-07T00:31:14.068ZPlanning: Package planning ... Done (0.015s)
1052026-05-07T00:31:14.071ZPlanning: Merging actions ... Done (0.001s)
1062026-05-07T00:31:14.315ZPlanning: Checking for conflicting actions ... Done (0.245s)
1072026-05-07T00:31:14.318ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-07T00:31:15.542ZPlanning: Evaluating mediators ... Done (1.225s)
1092026-05-07T00:31:15.545ZPlanning: Planning completed in 1.69 seconds
1102026-05-07T00:31:15.551Z Packages to install: 2
1112026-05-07T00:31:15.551Z Estimated space available: 156.08 GB
1122026-05-07T00:31:15.551ZEstimated space to be consumed: 16.39 MB
1132026-05-07T00:31:15.551Z Create boot environment: No
1142026-05-07T00:31:15.551ZCreate backup boot environment: No
1152026-05-07T00:31:15.551Z Rebuild boot archive: No
1162026-05-07T00:31:15.551Z
1172026-05-07T00:31:15.551ZChanged packages:
1182026-05-07T00:31:15.560Zhelios
1192026-05-07T00:31:15.560Z developer/build-essential
1202026-05-07T00:31:15.560Z None -> 11-3.0
1212026-05-07T00:31:15.560Z library/libxmlsec1
1222026-05-07T00:31:15.560Z None -> 1.2.35-3.0
1232026-05-07T00:31:15.602Z
1242026-05-07T00:31:15.602ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-07T00:31:16.238ZDownload: Completed 1.28 MB in 0.64 seconds (2.0M/s)
1262026-05-07T00:31:16.304Z Actions: 1/268 actions (Installing new actions)
1272026-05-07T00:31:16.342Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-07T00:31:16.347ZFinalize: Updating package state database ... Done (0.004s)
1292026-05-07T00:31:16.347ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-07T00:31:16.358ZFinalize: Updating image state ... Done (0.011s)
1312026-05-07T00:31:19.078ZFinalize: Creating fast lookup database ... Done (2.700s)
1322026-05-07T00:31:19.170ZFinalize: Reading search index ... Done (0.036s)
1332026-05-07T00:31:19.173ZFinalize: Updating search index ... Done (0.000s)
1342026-05-07T00:31:19.277ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-07T00:31:19.564ZPlanning: Evaluating mediator changes ... Done
1362026-05-07T00:31:19.668ZPlanning: Checking for conflicting actions ... Done
1372026-05-07T00:31:19.672ZPlanning: Consolidating action changes ... Done
1382026-05-07T00:31:19.824ZPlanning: Evaluating mediators ... Done
1392026-05-07T00:31:19.828ZPlanning: Planning completed in 0.26 seconds
1402026-05-07T00:31:19.846Z Mediators to change: 2
1412026-05-07T00:31:19.846Z Create boot environment: No
1422026-05-07T00:31:19.846ZCreate backup boot environment: No
1432026-05-07T00:31:19.899ZFinalize: Updating package state database ... Done
1442026-05-07T00:31:19.899ZFinalize: Updating package cache ... Done
1452026-05-07T00:31:19.909ZFinalize: Updating image state ... Done
1462026-05-07T00:31:21.856ZFinalize: Creating fast lookup database ... Done
1472026-05-07T00:31:21.924ZFinalize: Reading search index ... Done
1482026-05-07T00:31:21.928ZFinalize: Updating search index ... Done
1492026-05-07T00:31:22.015ZFinalize: Updating package cache ... Done
1502026-05-07T00:31:22.303ZPlanning: Evaluating mediator changes ... Done
1512026-05-07T00:31:22.409ZPlanning: Checking for conflicting actions ... Done
1522026-05-07T00:31:22.413ZPlanning: Consolidating action changes ... Done
1532026-05-07T00:31:22.567ZPlanning: Evaluating mediators ... Done
1542026-05-07T00:31:22.573ZPlanning: Planning completed in 0.26 seconds
1552026-05-07T00:31:22.592Z Mediators to change: 1
1562026-05-07T00:31:22.592Z Create boot environment: No
1572026-05-07T00:31:22.592ZCreate backup boot environment: No
1582026-05-07T00:31:22.664ZFinalize: Updating package state database ... Done
1592026-05-07T00:31:22.664ZFinalize: Updating package cache ... Done
1602026-05-07T00:31:22.672ZFinalize: Updating image state ... Done
1612026-05-07T00:31:24.631ZFinalize: Creating fast lookup database ... Done
1622026-05-07T00:31:24.697ZFinalize: Reading search index ... Done
1632026-05-07T00:31:24.701ZFinalize: Updating search index ... Done
1642026-05-07T00:31:24.769ZFinalize: Updating package cache ... Done
1652026-05-07T00:31:25.081ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-07T00:31:25.081Zapache system 2.4 system
1672026-05-07T00:31:25.081Zclang system 15 system
1682026-05-07T00:31:25.081Zcsh system system illumos
1692026-05-07T00:31:25.081Zctags system system illumos
1702026-05-07T00:31:25.081Zfile vendor vendor darwinsys
1712026-05-07T00:31:25.081Zfile system system illumos
1722026-05-07T00:31:25.081Zgcc vendor 14 vendor
1732026-05-07T00:31:25.081Zgcc system 13 system
1742026-05-07T00:31:25.082Zgcc system 10 system
1752026-05-07T00:31:25.082Zgo system 1.25 system
1762026-05-07T00:31:25.082Zllvm system 15 system
1772026-05-07T00:31:25.082Zmariadb system 11.4 system
1782026-05-07T00:31:25.082Zmta vendor vendor dma
1792026-05-07T00:31:25.082Zopenjdk system 17 system
1802026-05-07T00:31:25.082Zopenjdk system 11 system
1812026-05-07T00:31:25.082Zopenssl vendor 3 vendor
1822026-05-07T00:31:25.082Zperl system 5.40 system
1832026-05-07T00:31:25.082Zpostgresql system 18 system
1842026-05-07T00:31:25.082Zpostgresql system 17 system
1852026-05-07T00:31:25.082Zpython vendor 3 vendor
1862026-05-07T00:31:25.082Zpython system 2 system
1872026-05-07T00:31:25.082Zpython3 vendor 3.13 vendor
1882026-05-07T00:31:25.082Zruby system 3.4 system
1892026-05-07T00:31:25.082Zruby system 3.0 system
1902026-05-07T00:31:25.083Zwords vendor vendor american-english
1912026-05-07T00:31:25.083Zwords system system australian-english
1922026-05-07T00:31:25.083Zwords system system british-english
1932026-05-07T00:31:25.083Zwords system system canadian-english
1942026-05-07T00:31:25.083Zwords system system french
1952026-05-07T00:31:25.083Zwords system system italian
1962026-05-07T00:31:25.083Zwords system system ngerman
1972026-05-07T00:31:25.083Zwords system system ogerman
1982026-05-07T00:31:25.083Zwords system system spanish
1992026-05-07T00:31:25.342ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-07T00:31:25.342Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-07T00:31:25.602ZFMRI IFO
2022026-05-07T00:31:25.602Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-07T00:31:25.602Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-07T00:31:25.602Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-07T00:31:25.602Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-07T00:31:25.602Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-07T00:31:25.602Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-07T00:31:25.602Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-07T00:31:25.602Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-07T00:31:25.602Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-07T00:31:25.825Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-07T00:31:26.099Z Updating crates.io index
2132026-05-07T00:31:26.102Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-07T00:31:26.365Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-07T00:31:27.251Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-07T00:31:27.839Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-07T00:31:28.709Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-07T00:31:29.237Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-07T00:31:30.582Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-07T00:31:31.339Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-07T00:31:31.682Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-07T00:31:32.505Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-07T00:31:32.883Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-07T00:31:33.264Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-07T00:31:33.648Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-07T00:31:34.541Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-07T00:31:35.048Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2282026-05-07T00:31:35.521Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2292026-05-07T00:31:35.954Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2302026-05-07T00:31:36.391Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2312026-05-07T00:31:36.626Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2322026-05-07T00:31:36.853Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2332026-05-07T00:31:37.137Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-05-07T00:31:37.531Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-05-07T00:31:38.118Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2362026-05-07T00:31:38.585Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2372026-05-07T00:31:38.841Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2382026-05-07T00:31:39.135Z Updating git repository `https://github.com/oxidecomputer/ispf`
2392026-05-07T00:31:39.431Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2402026-05-07T00:31:40.289Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412026-05-07T00:31:41.144Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2422026-05-07T00:31:41.627Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2432026-05-07T00:31:41.940Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2442026-05-07T00:31:42.249Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2452026-05-07T00:31:42.567Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2462026-05-07T00:31:43.138Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-05-07T00:31:43.377Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-05-07T00:31:43.643Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-05-07T00:31:43.901Z Updating git repository `https://github.com/illumos/smf-rs`
2502026-05-07T00:31:44.254Z Updating git repository `https://github.com/oxidecomputer/omicron`
2512026-05-07T00:31:56.568Z Downloading crates ...
2522026-05-07T00:31:56.627Z Downloaded cargo-platform v0.2.0
2532026-05-07T00:31:56.632Z Downloaded anstyle-query v1.1.5
2542026-05-07T00:31:56.636Z Downloaded serde_spanned v0.6.9
2552026-05-07T00:31:56.639Z Downloaded cargo_toml v0.21.0
2562026-05-07T00:31:56.642Z Downloaded anstream v0.6.21
2572026-05-07T00:31:56.642Z Downloaded bitflags v2.11.0
2582026-05-07T00:31:56.645Z Downloaded toml_write v0.1.2
2592026-05-07T00:31:56.645Z Downloaded textwrap v0.16.2
2602026-05-07T00:31:56.648Z Downloaded idna_adapter v1.2.1
2612026-05-07T00:31:56.648Z Downloaded crypto-common v0.1.7
2622026-05-07T00:31:56.648Z Downloaded strsim v0.11.1
2632026-05-07T00:31:56.651Z Downloaded proc-macro-error v1.0.4
2642026-05-07T00:31:56.651Z Downloaded usdt-macro v0.5.0
2652026-05-07T00:31:56.651Z Downloaded unicode-xid v0.2.6
2662026-05-07T00:31:56.654Z Downloaded typeid v1.0.3
2672026-05-07T00:31:56.654Z Downloaded erased-serde v0.4.9
2682026-05-07T00:31:56.657Z Downloaded smallvec v1.15.1
2692026-05-07T00:31:56.660Z Downloaded zerofrom v0.1.6
2702026-05-07T00:31:56.660Z Downloaded toml_datetime v0.6.11
2712026-05-07T00:31:56.660Z Downloaded icu_properties v2.1.2
2722026-05-07T00:31:56.663Z Downloaded yoke-derive v0.8.1
2732026-05-07T00:31:56.663Z Downloaded litemap v0.8.1
2742026-05-07T00:31:56.663Z Downloaded version_check v0.9.5
2752026-05-07T00:31:56.663Z Downloaded proc-macro2 v1.0.106
2762026-05-07T00:31:56.667Z Downloaded utf8_iter v1.0.4
2772026-05-07T00:31:56.667Z Downloaded unicode-linebreak v0.1.5
2782026-05-07T00:31:56.667Z Downloaded heck v0.5.0
2792026-05-07T00:31:56.670Z Downloaded usdt-attr-macro v0.5.0
2802026-05-07T00:31:56.673Z Downloaded usdt v0.5.0
2812026-05-07T00:31:56.676Z Downloaded goblin v0.8.2
2822026-05-07T00:31:56.679Z Downloaded serde-value v0.7.0
2832026-05-07T00:31:56.679Z Downloaded generic-array v0.14.7
2842026-05-07T00:31:56.679Z Downloaded dof v0.3.0
2852026-05-07T00:31:56.682Z Downloaded utf8parse v0.2.2
2862026-05-07T00:31:56.682Z Downloaded clap v4.5.60
2872026-05-07T00:31:56.687Z Downloaded zerotrie v0.2.3
2882026-05-07T00:31:56.692Z Downloaded thiserror v1.0.69
2892026-05-07T00:31:56.695Z Downloaded clap_lex v1.0.0
2902026-05-07T00:31:56.695Z Downloaded zmij v1.0.21
2912026-05-07T00:31:56.695Z Downloaded digest v0.10.7
2922026-05-07T00:31:56.695Z Downloaded writeable v0.6.2
2932026-05-07T00:31:56.698Z Downloaded thiserror v2.0.18
2942026-05-07T00:31:56.701Z Downloaded zerovec-derive v0.11.2
2952026-05-07T00:31:56.701Z Downloaded zerocopy-derive v0.7.35
2962026-05-07T00:31:56.704Z Downloaded usdt-impl v0.5.0
2972026-05-07T00:31:56.704Z Downloaded thiserror-impl v2.0.18
2982026-05-07T00:31:56.704Z Downloaded potential_utf v0.1.4
2992026-05-07T00:31:56.707Z Downloaded proc-macro-error-attr v1.0.4
3002026-05-07T00:31:56.707Z Downloaded itoa v1.0.17
3012026-05-07T00:31:56.707Z Downloaded yoke v0.8.1
3022026-05-07T00:31:56.707Z Downloaded heck v0.4.1
3032026-05-07T00:31:56.710Z Downloaded thiserror-impl v1.0.69
3042026-05-07T00:31:56.711Z Downloaded toml v0.8.23
3052026-05-07T00:31:56.711Z Downloaded tinystr v0.8.2
3062026-05-07T00:31:56.713Z Downloaded form_urlencoded v1.2.2
3072026-05-07T00:31:56.714Z Downloaded autocfg v1.5.0
3082026-05-07T00:31:56.714Z Downloaded zerofrom-derive v0.1.6
3092026-05-07T00:31:56.714Z Downloaded ucd-trie v0.1.7
3102026-05-07T00:31:56.717Z Downloaded thread-id v4.2.2
3112026-05-07T00:31:56.717Z Downloaded pretty-hex v0.4.1
3122026-05-07T00:31:56.717Z Downloaded memmap v0.7.0
3132026-05-07T00:31:56.717Z Downloaded unicode-ident v1.0.24
3142026-05-07T00:31:56.721Z Downloaded scroll_derive v0.12.1
3152026-05-07T00:31:56.721Z Downloaded is_terminal_polyfill v1.70.2
3162026-05-07T00:31:56.721Z Downloaded cpufeatures v0.2.17
3172026-05-07T00:31:56.721Z Downloaded colorchoice v1.0.4
3182026-05-07T00:31:56.721Z Downloaded cfg-if v1.0.4
3192026-05-07T00:31:56.724Z Downloaded macaddr v1.0.1
3202026-05-07T00:31:56.724Z Downloaded pest_derive v2.8.6
3212026-05-07T00:31:56.724Z Downloaded pest_generator v2.8.6
3222026-05-07T00:31:56.727Z Downloaded fs-err v3.3.0
3232026-05-07T00:31:56.730Z Downloaded ordered-float v2.10.1
3242026-05-07T00:31:56.733Z Downloaded url v2.5.8
3252026-05-07T00:31:56.733Z Downloaded typenum v1.19.0
3262026-05-07T00:31:56.736Z Downloaded toml_edit v0.22.27
3272026-05-07T00:31:56.740Z Downloaded zerocopy v0.7.35
3282026-05-07T00:31:56.746Z Downloaded percent-encoding v2.3.2
3292026-05-07T00:31:56.750Z Downloaded tabled_derive v0.7.0
3302026-05-07T00:31:56.750Z Downloaded plain v0.2.3
3312026-05-07T00:31:56.750Z Downloaded block-buffer v0.10.4
3322026-05-07T00:31:56.750Z Downloaded fastrand v2.3.0
3332026-05-07T00:31:56.753Z Downloaded zerovec v0.11.5
3342026-05-07T00:31:56.753Z Downloaded winnow v0.7.14
3352026-05-07T00:31:56.757Z Downloaded terminal_size v0.4.3
3362026-05-07T00:31:56.760Z Downloaded swrite v0.1.0
3372026-05-07T00:31:56.760Z Downloaded stable_deref_trait v1.2.1
3382026-05-07T00:31:56.760Z Downloaded errno v0.3.14
3392026-05-07T00:31:56.760Z Downloaded equivalent v1.0.2
3402026-05-07T00:31:56.760Z Downloaded dtrace-parser v0.2.0
3412026-05-07T00:31:56.763Z Downloaded unicode-width v0.2.0
3422026-05-07T00:31:56.766Z Downloaded unicode-width v0.1.14
3432026-05-07T00:31:56.769Z Downloaded smawk v0.3.2
3442026-05-07T00:31:56.772Z Downloaded serde_tokenstream v0.2.3
3452026-05-07T00:31:56.772Z Downloaded displaydoc v0.2.5
3462026-05-07T00:31:56.772Z Downloaded bytecount v0.6.9
3472026-05-07T00:31:56.775Z Downloaded anstyle-parse v0.2.7
3482026-05-07T00:31:56.778Z Downloaded anstyle v1.0.13
3492026-05-07T00:31:56.783Z Downloaded sha2 v0.10.9
3502026-05-07T00:31:56.786Z Downloaded scroll v0.12.0
3512026-05-07T00:31:56.786Z Downloaded byteorder v1.5.0
3522026-05-07T00:31:56.786Z Downloaded camino-tempfile v1.4.1
3532026-05-07T00:31:56.790Z Downloaded fnv v1.0.7
3542026-05-07T00:31:56.790Z Downloaded cargo_metadata v0.21.0
3552026-05-07T00:31:56.793Z Downloaded quote v1.0.45
3562026-05-07T00:31:56.793Z Downloaded log v0.4.29
3572026-05-07T00:31:56.801Z Downloaded semver v1.0.28
3582026-05-07T00:31:56.804Z Downloaded clap_derive v4.5.55
3592026-05-07T00:31:56.804Z Downloaded serde-untagged v0.1.9
3602026-05-07T00:31:56.807Z Downloaded serde_derive v1.0.228
3612026-05-07T00:31:56.807Z Downloaded anyhow v1.0.102
3622026-05-07T00:31:56.811Z Downloaded once_cell v1.21.3
3632026-05-07T00:31:56.814Z Downloaded camino v1.2.2
3642026-05-07T00:31:56.817Z Downloaded tempfile v3.25.0
3652026-05-07T00:31:56.822Z Downloaded icu_provider v2.1.1
3662026-05-07T00:31:56.825Z Downloaded getrandom v0.4.1
3672026-05-07T00:31:56.829Z Downloaded cargo-util-schemas v0.8.2
3682026-05-07T00:31:56.832Z Downloaded num-traits v0.2.19
3692026-05-07T00:31:56.836Z Downloaded synstructure v0.13.2
3702026-05-07T00:31:56.836Z Downloaded icu_normalizer v2.1.1
3712026-05-07T00:31:56.841Z Downloaded papergrid v0.11.0
3722026-05-07T00:31:56.848Z Downloaded icu_locale_core v2.1.1
3732026-05-07T00:31:56.854Z Downloaded pest_meta v2.8.6
3742026-05-07T00:31:56.857Z Downloaded serde_core v1.0.228
3752026-05-07T00:31:56.866Z Downloaded serde v1.0.228
3762026-05-07T00:31:56.870Z Downloaded icu_collections v2.1.1
3772026-05-07T00:31:56.875Z Downloaded icu_normalizer_data v2.1.1
3782026-05-07T00:31:56.879Z Downloaded memchr v2.8.0
3792026-05-07T00:31:56.883Z Downloaded indexmap v2.14.0
3802026-05-07T00:31:56.916Z Downloaded pest v2.8.6
3812026-05-07T00:31:56.919Z Downloaded icu_properties_data v2.1.2
3822026-05-07T00:31:56.923Z Downloaded hashbrown v0.17.0
3832026-05-07T00:31:56.926Z Downloaded idna v1.1.0
3842026-05-07T00:31:56.929Z Downloaded clap_builder v4.5.60
3852026-05-07T00:31:56.933Z Downloaded serde_json v1.0.149
3862026-05-07T00:31:56.941Z Downloaded tabled v0.15.0
3872026-05-07T00:31:56.948Z Downloaded syn v2.0.117
3882026-05-07T00:31:56.954Z Downloaded syn v1.0.109
3892026-05-07T00:31:56.974Z Downloaded rustix v1.1.3
3902026-05-07T00:31:57.001Z Downloaded libc v0.2.185
3912026-05-07T00:31:57.071Z Compiling proc-macro2 v1.0.106
3922026-05-07T00:31:57.071Z Compiling quote v1.0.45
3932026-05-07T00:31:57.074Z Compiling unicode-ident v1.0.24
3942026-05-07T00:31:57.074Z Compiling serde_core v1.0.228
3952026-05-07T00:31:57.074Z Compiling libc v0.2.185
3962026-05-07T00:31:57.074Z Compiling version_check v0.9.5
3972026-05-07T00:31:57.074Z Compiling serde v1.0.228
3982026-05-07T00:31:57.074Z Compiling memchr v2.8.0
3992026-05-07T00:31:57.074Z Compiling stable_deref_trait v1.2.1
4002026-05-07T00:31:57.074Z Compiling zmij v1.0.21
4012026-05-07T00:31:57.074Z Compiling itoa v1.0.17
4022026-05-07T00:31:57.074Z Compiling thiserror v1.0.69
4032026-05-07T00:31:57.256Z Compiling autocfg v1.5.0
4042026-05-07T00:31:57.260Z Compiling ucd-trie v0.1.7
4052026-05-07T00:31:57.260Z Compiling litemap v0.8.1
4062026-05-07T00:31:57.546Z Compiling writeable v0.6.2
4072026-05-07T00:31:57.550Z Compiling icu_normalizer_data v2.1.1
4082026-05-07T00:31:57.591Z Compiling rustix v1.1.3
4092026-05-07T00:31:57.639Z Compiling byteorder v1.5.0
4102026-05-07T00:31:57.815Z Compiling icu_properties_data v2.1.2
4112026-05-07T00:31:57.891Z Compiling serde_json v1.0.149
4122026-05-07T00:31:57.927Z Compiling pest v2.8.6
4132026-05-07T00:31:57.945Z Compiling bitflags v2.11.0
4142026-05-07T00:31:58.009Z Compiling num-traits v0.2.19
4152026-05-07T00:31:58.013Z Compiling equivalent v1.0.2
4162026-05-07T00:31:58.168Z Compiling hashbrown v0.17.0
4172026-05-07T00:31:58.172Z Compiling typeid v1.0.3
4182026-05-07T00:31:58.303Z Compiling smallvec v1.15.1
4192026-05-07T00:31:58.306Z Compiling usdt-impl v0.5.0
4202026-05-07T00:31:58.359Z Compiling proc-macro-error-attr v1.0.4
4212026-05-07T00:31:58.362Z Compiling winnow v0.7.14
4222026-05-07T00:31:58.362Z Compiling toml_write v0.1.2
4232026-05-07T00:31:58.437Z Compiling errno v0.3.14
4242026-05-07T00:31:58.478Z Compiling thread-id v4.2.2
4252026-05-07T00:31:58.526Z Compiling syn v1.0.109
4262026-05-07T00:31:58.546Z Compiling erased-serde v0.4.9
4272026-05-07T00:31:58.652Z Compiling proc-macro-error v1.0.4
4282026-05-07T00:31:58.684Z Compiling plain v0.2.3
4292026-05-07T00:31:58.684Z Compiling thiserror v2.0.18
4302026-05-07T00:31:58.688Z Compiling getrandom v0.4.1
4312026-05-07T00:31:58.736Z Compiling indexmap v2.14.0
4322026-05-07T00:31:58.779Z Compiling log v0.4.29
4332026-05-07T00:31:58.808Z Compiling utf8parse v0.2.2
4342026-05-07T00:31:58.883Z Compiling camino v1.2.2
4352026-05-07T00:31:58.908Z Compiling utf8_iter v1.0.4
4362026-05-07T00:31:58.922Z Compiling percent-encoding v2.3.2
4372026-05-07T00:31:58.939Z Compiling anstyle-parse v0.2.7
4382026-05-07T00:31:59.049Z Compiling syn v2.0.117
4392026-05-07T00:31:59.074Z Compiling pest_meta v2.8.6
4402026-05-07T00:31:59.109Z Compiling form_urlencoded v1.2.2
4412026-05-07T00:31:59.201Z Compiling ordered-float v2.10.1
4422026-05-07T00:31:59.265Z Compiling pretty-hex v0.4.1
4432026-05-07T00:31:59.283Z Compiling anstyle v1.0.13
4442026-05-07T00:31:59.283Z Compiling colorchoice v1.0.4
4452026-05-07T00:31:59.318Z Compiling anstyle-query v1.1.5
4462026-05-07T00:31:59.368Z Compiling cfg-if v1.0.4
4472026-05-07T00:31:59.371Z Compiling is_terminal_polyfill v1.70.2
4482026-05-07T00:31:59.444Z Compiling terminal_size v0.4.3
4492026-05-07T00:31:59.479Z Compiling anstream v0.6.21
4502026-05-07T00:31:59.482Z Compiling fs-err v3.3.0
4512026-05-07T00:31:59.537Z Compiling once_cell v1.21.3
4522026-05-07T00:31:59.557Z Compiling unicode-width v0.1.14
4532026-05-07T00:31:59.560Z Compiling heck v0.4.1
4542026-05-07T00:31:59.589Z Compiling clap_lex v1.0.0
4552026-05-07T00:31:59.794Z Compiling semver v1.0.28
4562026-05-07T00:31:59.832Z Compiling fnv v1.0.7
4572026-05-07T00:31:59.835Z Compiling heck v0.5.0
4582026-05-07T00:31:59.871Z Compiling anyhow v1.0.102
4592026-05-07T00:31:59.874Z Compiling strsim v0.11.1
4602026-05-07T00:31:59.906Z Compiling unicode-xid v0.2.6
4612026-05-07T00:31:59.909Z Compiling bytecount v0.6.9
4622026-05-07T00:31:59.951Z Compiling fastrand v2.3.0
4632026-05-07T00:32:00.060Z Compiling papergrid v0.11.0
4642026-05-07T00:32:00.081Z Compiling memmap v0.7.0
4652026-05-07T00:32:00.100Z Compiling clap_builder v4.5.60
4662026-05-07T00:32:00.120Z Compiling unicode-width v0.2.0
4672026-05-07T00:32:00.154Z Compiling tempfile v3.25.0
4682026-05-07T00:32:00.212Z Compiling serde-untagged v0.1.9
4692026-05-07T00:32:00.249Z Compiling unicode-linebreak v0.1.5
4702026-05-07T00:32:00.274Z Compiling smawk v0.3.2
4712026-05-07T00:32:00.293Z Compiling swrite v0.1.0
4722026-05-07T00:32:00.429Z Compiling camino-tempfile v1.4.1
4732026-05-07T00:32:00.463Z Compiling textwrap v0.16.2
4742026-05-07T00:32:00.498Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-05-07T00:32:00.893Z Compiling tabled_derive v0.7.0
4762026-05-07T00:32:01.605Z Compiling tabled v0.15.0
4772026-05-07T00:32:01.673Z Compiling synstructure v0.13.2
4782026-05-07T00:32:01.673Z Compiling pest_generator v2.8.6
4792026-05-07T00:32:02.226Z Compiling serde_derive v1.0.228
4802026-05-07T00:32:02.229Z Compiling zerofrom-derive v0.1.6
4812026-05-07T00:32:02.229Z Compiling yoke-derive v0.8.1
4822026-05-07T00:32:02.229Z Compiling zerovec-derive v0.11.2
4832026-05-07T00:32:02.229Z Compiling displaydoc v0.2.5
4842026-05-07T00:32:02.229Z Compiling thiserror-impl v1.0.69
4852026-05-07T00:32:02.229Z Compiling zerocopy-derive v0.7.35
4862026-05-07T00:32:02.229Z Compiling scroll_derive v0.12.1
4872026-05-07T00:32:02.229Z Compiling thiserror-impl v2.0.18
4882026-05-07T00:32:02.230Z Compiling clap_derive v4.5.55
4892026-05-07T00:32:02.294Z Compiling pest_derive v2.8.6
4902026-05-07T00:32:02.888Z Compiling scroll v0.12.0
4912026-05-07T00:32:03.111Z Compiling goblin v0.8.2
4922026-05-07T00:32:03.207Z Compiling zerocopy v0.7.35
4932026-05-07T00:32:03.238Z Compiling zerofrom v0.1.6
4942026-05-07T00:32:03.344Z Compiling yoke v0.8.1
4952026-05-07T00:32:03.415Z Compiling dtrace-parser v0.2.0
4962026-05-07T00:32:03.497Z Compiling zerovec v0.11.5
4972026-05-07T00:32:03.497Z Compiling zerotrie v0.2.3
4982026-05-07T00:32:03.613Z Compiling clap v4.5.60
4992026-05-07T00:32:03.916Z Compiling tinystr v0.8.2
5002026-05-07T00:32:03.916Z Compiling potential_utf v0.1.4
5012026-05-07T00:32:04.038Z Compiling icu_collections v2.1.1
5022026-05-07T00:32:04.060Z Compiling icu_locale_core v2.1.1
5032026-05-07T00:32:04.591Z Compiling icu_provider v2.1.1
5042026-05-07T00:32:04.682Z Compiling dof v0.3.0
5052026-05-07T00:32:04.682Z Compiling serde_tokenstream v0.2.3
5062026-05-07T00:32:04.705Z Compiling serde_spanned v0.6.9
5072026-05-07T00:32:04.709Z Compiling toml_datetime v0.6.11
5082026-05-07T00:32:04.709Z Compiling serde-value v0.7.0
5092026-05-07T00:32:04.709Z Compiling cargo-platform v0.2.0
5102026-05-07T00:32:04.709Z Compiling macaddr v1.0.1
5112026-05-07T00:32:04.886Z Compiling icu_properties v2.1.2
5122026-05-07T00:32:04.886Z Compiling icu_normalizer v2.1.1
5132026-05-07T00:32:04.990Z Compiling toml_edit v0.22.27
5142026-05-07T00:32:05.415Z Compiling usdt-attr-macro v0.5.0
5152026-05-07T00:32:05.418Z Compiling usdt-macro v0.5.0
5162026-05-07T00:32:05.700Z Compiling idna_adapter v1.2.1
5172026-05-07T00:32:05.805Z Compiling idna v1.1.0
5182026-05-07T00:32:05.994Z Compiling usdt v0.5.0
5192026-05-07T00:32:06.060Z Compiling url v2.5.8
5202026-05-07T00:32:06.262Z Compiling toml v0.8.23
5212026-05-07T00:32:06.591Z Compiling cargo-util-schemas v0.8.2
5222026-05-07T00:32:06.591Z Compiling cargo_toml v0.21.0
5232026-05-07T00:32:07.363Z Compiling cargo_metadata v0.21.0
5242026-05-07T00:32:08.281Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5252026-05-07T00:32:10.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.72s
5262026-05-07T00:32:10.644Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5272026-05-07T00:32:11.203Z Downloading crates ...
5282026-05-07T00:32:11.301Z Downloaded aes-gcm v0.10.3
5292026-05-07T00:32:11.307Z Downloaded crc32fast v1.5.0
5302026-05-07T00:32:11.312Z Downloaded adler2 v2.0.1
5312026-05-07T00:32:11.320Z Downloaded critical-section v1.2.0
5322026-05-07T00:32:11.325Z Downloaded crc8 v0.1.1
5332026-05-07T00:32:11.325Z Downloaded csv-core v0.1.13
5342026-05-07T00:32:11.325Z Downloaded bit-vec v0.8.0
5352026-05-07T00:32:11.330Z Downloaded base64 v0.22.1
5362026-05-07T00:32:11.330Z Downloaded crossbeam-deque v0.8.6
5372026-05-07T00:32:11.330Z Downloaded darling v0.23.0
5382026-05-07T00:32:11.334Z Downloaded darling_macro v0.20.11
5392026-05-07T00:32:11.334Z Downloaded daft v0.1.5
5402026-05-07T00:32:11.334Z Downloaded crossbeam-epoch v0.9.18
5412026-05-07T00:32:11.337Z Downloaded blake3 v1.8.3
5422026-05-07T00:32:11.340Z Downloaded darling_core v0.21.3
5432026-05-07T00:32:11.343Z Downloaded cfg_aliases v0.1.1
5442026-05-07T00:32:11.343Z Downloaded bitfield-struct v0.6.2
5452026-05-07T00:32:11.346Z Downloaded dirs-sys-next v0.1.2
5462026-05-07T00:32:11.346Z Downloaded bitfield v0.19.4
5472026-05-07T00:32:11.346Z Downloaded bit-set v0.8.0
5482026-05-07T00:32:11.346Z Downloaded ar_archive_writer v0.5.1
5492026-05-07T00:32:11.349Z Downloaded ctr v0.9.2
5502026-05-07T00:32:11.353Z Downloaded foldhash v0.2.0
5512026-05-07T00:32:11.353Z Downloaded fd-lock v4.0.4
5522026-05-07T00:32:11.359Z Downloaded console v0.16.2
5532026-05-07T00:32:11.359Z Downloaded atty v0.2.14
5542026-05-07T00:32:11.359Z Downloaded bit-set v0.5.3
5552026-05-07T00:32:11.359Z Downloaded aead v0.5.2
5562026-05-07T00:32:11.365Z Downloaded defmt-macros v1.0.1
5572026-05-07T00:32:11.365Z Downloaded dropshot_endpoint v0.17.0
5582026-05-07T00:32:11.365Z Downloaded bitvec v1.0.1
5592026-05-07T00:32:11.371Z Downloaded float-cmp v0.10.0
5602026-05-07T00:32:11.374Z Downloaded enum-as-inner v0.6.1
5612026-05-07T00:32:11.374Z Downloaded dirs-next v2.0.0
5622026-05-07T00:32:11.374Z Downloaded embedded-io v0.4.0
5632026-05-07T00:32:11.377Z Downloaded dof v0.4.0
5642026-05-07T00:32:11.377Z Downloaded crc-catalog v2.4.0
5652026-05-07T00:32:11.380Z Downloaded float-ord v0.3.2
5662026-05-07T00:32:11.380Z Downloaded array-init v0.0.4
5672026-05-07T00:32:11.381Z Downloaded debug-ignore v1.0.5
5682026-05-07T00:32:11.381Z Downloaded fallible-iterator v0.2.0
5692026-05-07T00:32:11.384Z Downloaded curve25519-dalek-derive v0.1.1
5702026-05-07T00:32:11.384Z Downloaded argon2 v0.5.3
5712026-05-07T00:32:11.384Z Downloaded cargo-platform v0.1.9
5722026-05-07T00:32:11.388Z Downloaded dtrace-parser v0.3.0
5732026-05-07T00:32:11.388Z Downloaded difflib v0.4.0
5742026-05-07T00:32:11.388Z Downloaded darling_macro v0.23.0
5752026-05-07T00:32:11.388Z Downloaded derive_builder_macro v0.20.2
5762026-05-07T00:32:11.388Z Downloaded block-padding v0.3.3
5772026-05-07T00:32:11.391Z Downloaded base16ct v0.2.0
5782026-05-07T00:32:11.391Z Downloaded endian-type v0.1.2
5792026-05-07T00:32:11.391Z Downloaded cfg_aliases v0.2.1
5802026-05-07T00:32:11.391Z Downloaded embedded-io v0.6.1
5812026-05-07T00:32:11.391Z Downloaded defmt-parser v1.0.0
5822026-05-07T00:32:11.395Z Downloaded defmt v0.3.100
5832026-05-07T00:32:11.395Z Downloaded cstr-argument v0.1.2
5842026-05-07T00:32:11.395Z Downloaded crc v3.4.0
5852026-05-07T00:32:11.395Z Downloaded compression-core v0.4.31
5862026-05-07T00:32:11.398Z Downloaded env_filter v1.0.0
5872026-05-07T00:32:11.398Z Downloaded document-features v0.2.12
5882026-05-07T00:32:11.398Z Downloaded ciborium-ll v0.2.2
5892026-05-07T00:32:11.402Z Downloaded assert_matches v1.5.0
5902026-05-07T00:32:11.402Z Downloaded bitfield-macros v0.19.4
5912026-05-07T00:32:11.402Z Downloaded fixedbitset v0.4.2
5922026-05-07T00:32:11.402Z Downloaded atomic-waker v1.1.2
5932026-05-07T00:32:11.402Z Downloaded ascii-canvas v3.0.0
5942026-05-07T00:32:11.406Z Downloaded atomicwrites v0.4.4
5952026-05-07T00:32:11.406Z Downloaded downcast-rs v2.0.2
5962026-05-07T00:32:11.406Z Downloaded convert_case v0.4.0
5972026-05-07T00:32:11.406Z Downloaded async-stream v0.3.6
5982026-05-07T00:32:11.409Z Downloaded flagset v0.4.7
5992026-05-07T00:32:11.409Z Downloaded dyn-clone v1.0.20
6002026-05-07T00:32:11.413Z Downloaded dunce v1.0.5
6012026-05-07T00:32:11.413Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-05-07T00:32:11.413Z Downloaded arrayref v0.3.9
6032026-05-07T00:32:11.413Z Downloaded cobs v0.3.0
6042026-05-07T00:32:11.416Z Downloaded display-error-chain v0.2.2
6052026-05-07T00:32:11.416Z Downloaded funty v2.0.0
6062026-05-07T00:32:11.416Z Downloaded foreign-types-shared v0.3.1
6072026-05-07T00:32:11.416Z Downloaded castaway v0.2.4
6082026-05-07T00:32:11.416Z Downloaded futures-io v0.3.32
6092026-05-07T00:32:11.421Z Downloaded foreign-types v0.5.0
6102026-05-07T00:32:11.421Z Downloaded async-stream-impl v0.3.6
6112026-05-07T00:32:11.421Z Downloaded ciborium-io v0.2.2
6122026-05-07T00:32:11.421Z Downloaded bb8 v0.8.6
6132026-05-07T00:32:11.425Z Downloaded crucible-workspace-hack v0.1.0
6142026-05-07T00:32:11.425Z Downloaded dropshot-api-manager-types v0.7.1
6152026-05-07T00:32:11.425Z Downloaded derive_builder_core v0.20.2
6162026-05-07T00:32:11.425Z Downloaded env_logger v0.11.9
6172026-05-07T00:32:11.426Z Downloaded ena v0.14.4
6182026-05-07T00:32:11.432Z Downloaded cmake v0.1.57
6192026-05-07T00:32:11.432Z Downloaded erased-serde v0.3.31
6202026-05-07T00:32:11.432Z Downloaded cargo_metadata v0.19.2
6212026-05-07T00:32:11.437Z Downloaded bit-vec v0.6.3
6222026-05-07T00:32:11.437Z Downloaded backoff v0.4.0
6232026-05-07T00:32:11.437Z Downloaded darling_core v0.20.11
6242026-05-07T00:32:11.437Z Downloaded foreign-types v0.3.2
6252026-05-07T00:32:11.437Z Downloaded crunchy v0.2.4
6262026-05-07T00:32:11.441Z Downloaded cpufeatures v0.3.0
6272026-05-07T00:32:11.441Z Downloaded defmt v1.0.1
6282026-05-07T00:32:11.441Z Downloaded foreign-types-shared v0.1.1
6292026-05-07T00:32:11.441Z Downloaded foreign-types-macros v0.2.3
6302026-05-07T00:32:11.447Z Downloaded gethostname v0.5.0
6312026-05-07T00:32:11.448Z Downloaded futures-core v0.3.32
6322026-05-07T00:32:11.448Z Downloaded futures-macro v0.3.32
6332026-05-07T00:32:11.448Z Downloaded aes v0.8.4
6342026-05-07T00:32:11.454Z Downloaded ghash v0.5.1
6352026-05-07T00:32:11.454Z Downloaded fxhash v0.2.1
6362026-05-07T00:32:11.454Z Downloaded futures-task v0.3.32
6372026-05-07T00:32:11.454Z Downloaded async-recursion v1.1.1
6382026-05-07T00:32:11.454Z Downloaded data-encoding v2.10.0
6392026-05-07T00:32:11.454Z Downloaded darling_macro v0.21.3
6402026-05-07T00:32:11.459Z Downloaded bitflags v1.3.2
6412026-05-07T00:32:11.459Z Downloaded hash32 v0.2.1
6422026-05-07T00:32:11.459Z Downloaded diesel-dtrace v0.5.0
6432026-05-07T00:32:11.459Z Downloaded der_derive v0.7.3
6442026-05-07T00:32:11.459Z Downloaded hash32 v0.3.1
6452026-05-07T00:32:11.464Z Downloaded deranged v0.5.8
6462026-05-07T00:32:11.465Z Downloaded headers-core v0.3.0
6472026-05-07T00:32:11.465Z Downloaded find-msvc-tools v0.1.9
6482026-05-07T00:32:11.465Z Downloaded drift v0.1.3
6492026-05-07T00:32:11.469Z Downloaded byte-wrapper v0.1.0
6502026-05-07T00:32:11.469Z Downloaded filetime v0.2.27
6512026-05-07T00:32:11.469Z Downloaded ff v0.13.1
6522026-05-07T00:32:11.474Z Downloaded fixedbitset v0.5.7
6532026-05-07T00:32:11.474Z Downloaded ecdsa v0.16.9
6542026-05-07T00:32:11.474Z Downloaded compression-codecs v0.4.37
6552026-05-07T00:32:11.479Z Downloaded hex-literal v0.4.1
6562026-05-07T00:32:11.480Z Downloaded corncobs v0.1.4
6572026-05-07T00:32:11.480Z Downloaded dsl_auto_type v0.2.0
6582026-05-07T00:32:11.480Z Downloaded buf-list v1.1.2
6592026-05-07T00:32:11.483Z Downloaded hostname v0.4.2
6602026-05-07T00:32:11.483Z Downloaded http-body v1.0.1
6612026-05-07T00:32:11.484Z Downloaded home v0.5.12
6622026-05-07T00:32:11.484Z Downloaded hubpack_derive v0.1.1
6632026-05-07T00:32:11.484Z Downloaded either v1.15.0
6642026-05-07T00:32:11.484Z Downloaded httpdate v1.0.3
6652026-05-07T00:32:11.492Z Downloaded foldhash v0.1.5
6662026-05-07T00:32:11.492Z Downloaded cexpr v0.6.0
6672026-05-07T00:32:11.492Z Downloaded cassowary v0.3.0
6682026-05-07T00:32:11.492Z Downloaded base64ct v1.8.3
6692026-05-07T00:32:11.498Z Downloaded fs_extra v1.3.0
6702026-05-07T00:32:11.498Z Downloaded const-oid v0.9.6
6712026-05-07T00:32:11.498Z Downloaded der v0.7.10
6722026-05-07T00:32:11.498Z Downloaded cookie_store v0.22.1
6732026-05-07T00:32:11.501Z Downloaded chacha20 v0.10.0
6742026-05-07T00:32:11.501Z Downloaded ahash v0.8.12
6752026-05-07T00:32:11.501Z Downloaded convert_case v0.10.0
6762026-05-07T00:32:11.501Z Downloaded colored v2.2.0
6772026-05-07T00:32:11.505Z Downloaded ciborium v0.2.2
6782026-05-07T00:32:11.505Z Downloaded ident_case v1.0.1
6792026-05-07T00:32:11.505Z Downloaded hubpack v0.1.2
6802026-05-07T00:32:11.513Z Downloaded blake2 v0.10.6
6812026-05-07T00:32:11.513Z Downloaded globwalk v0.9.1
6822026-05-07T00:32:11.518Z Downloaded glob v0.3.3
6832026-05-07T00:32:11.519Z Downloaded git-stub v1.0.0
6842026-05-07T00:32:11.519Z Downloaded hyper-tls v0.6.0
6852026-05-07T00:32:11.519Z Downloaded fs-err v2.11.0
6862026-05-07T00:32:11.519Z Downloaded futures-sink v0.3.32
6872026-05-07T00:32:11.519Z Downloaded indent_write v2.2.0
6882026-05-07T00:32:11.519Z Downloaded is_ci v1.2.0
6892026-05-07T00:32:11.519Z Downloaded inout v0.1.4
6902026-05-07T00:32:11.519Z Downloaded instability v0.3.11
6912026-05-07T00:32:11.525Z Downloaded internet-checksum v0.2.1
6922026-05-07T00:32:11.525Z Downloaded indoc v1.0.9
6932026-05-07T00:32:11.526Z Downloaded futures-executor v0.3.32
6942026-05-07T00:32:11.526Z Downloaded diff v0.1.13
6952026-05-07T00:32:11.526Z Downloaded is-terminal v0.4.17
6962026-05-07T00:32:11.530Z Downloaded cipher v0.4.4
6972026-05-07T00:32:11.530Z Downloaded blowfish v0.9.1
6982026-05-07T00:32:11.530Z Downloaded async-bb8-diesel v0.2.1
6992026-05-07T00:32:11.530Z Downloaded cancel-safe-futures v0.1.5
7002026-05-07T00:32:11.530Z Downloaded hex v0.4.3
7012026-05-07T00:32:11.534Z Downloaded group v0.13.0
7022026-05-07T00:32:11.534Z Downloaded async-trait v0.1.89
7032026-05-07T00:32:11.538Z Downloaded keccak v0.1.6
7042026-05-07T00:32:11.538Z Downloaded instant v0.1.13
7052026-05-07T00:32:11.538Z Downloaded globset v0.4.18
7062026-05-07T00:32:11.539Z Downloaded derive-ex v0.1.8
7072026-05-07T00:32:11.542Z Downloaded cookie v0.18.1
7082026-05-07T00:32:11.542Z Downloaded lazy_static v1.5.0
7092026-05-07T00:32:11.542Z Downloaded constant_time_eq v0.4.2
7102026-05-07T00:32:11.547Z Downloaded colored v3.1.1
7112026-05-07T00:32:11.547Z Downloaded highway v1.3.0
7122026-05-07T00:32:11.557Z Downloaded clang-sys v1.8.1
7132026-05-07T00:32:11.558Z Downloaded lru-cache v0.1.2
7142026-05-07T00:32:11.558Z Downloaded hostname v0.3.1
7152026-05-07T00:32:11.558Z Downloaded chacha20poly1305 v0.10.1
7162026-05-07T00:32:11.558Z Downloaded backon v1.6.0
7172026-05-07T00:32:11.561Z Downloaded chacha20 v0.9.1
7182026-05-07T00:32:11.561Z Downloaded bzip2 v0.6.1
7192026-05-07T00:32:11.561Z Downloaded linked-hash-map v0.5.6
7202026-05-07T00:32:11.561Z Downloaded derive-where v1.6.0
7212026-05-07T00:32:11.561Z Downloaded libscf-sys v1.1.0
7222026-05-07T00:32:11.561Z Downloaded lalrpop-util v0.19.12
7232026-05-07T00:32:11.562Z Downloaded mime v0.3.17
7242026-05-07T00:32:11.562Z Downloaded memoffset v0.9.1
7252026-05-07T00:32:11.562Z Downloaded crossbeam-channel v0.5.15
7262026-05-07T00:32:11.565Z Downloaded managed v0.8.0
7272026-05-07T00:32:11.565Z Downloaded http-body-util v0.1.3
7282026-05-07T00:32:11.570Z Downloaded git-stub-vcs v0.1.0
7292026-05-07T00:32:11.570Z Downloaded kstat-rs v0.2.4
7302026-05-07T00:32:11.570Z Downloaded console v0.15.11
7312026-05-07T00:32:11.574Z Downloaded lru v0.12.5
7322026-05-07T00:32:11.574Z Downloaded lzss v0.8.2
7332026-05-07T00:32:11.574Z Downloaded humantime v2.3.0
7342026-05-07T00:32:11.577Z Downloaded newline-converter v0.3.0
7352026-05-07T00:32:11.577Z Downloaded nodrop v0.1.14
7362026-05-07T00:32:11.578Z Downloaded newtype-uuid-macros v0.1.0
7372026-05-07T00:32:11.578Z Downloaded multimap v0.10.1
7382026-05-07T00:32:11.578Z Downloaded maybe-uninit v2.0.0
7392026-05-07T00:32:11.578Z Downloaded allocator-api2 v0.2.21
7402026-05-07T00:32:11.583Z Downloaded maplit v1.0.2
7412026-05-07T00:32:11.583Z Downloaded new_debug_unreachable v1.0.6
7422026-05-07T00:32:11.583Z Downloaded match_cfg v0.1.0
7432026-05-07T00:32:11.583Z Downloaded lru-slab v0.1.2
7442026-05-07T00:32:11.587Z Downloaded bzip2 v0.4.4
7452026-05-07T00:32:11.587Z Downloaded impl-trait-for-tuples v0.2.3
7462026-05-07T00:32:11.587Z Downloaded getrandom v0.2.17
7472026-05-07T00:32:11.592Z Downloaded futures-channel v0.3.32
7482026-05-07T00:32:11.592Z Downloaded derive_builder v0.20.2
7492026-05-07T00:32:11.595Z Downloaded ipnetwork v0.21.1
7502026-05-07T00:32:11.595Z Downloaded ipnet v2.11.0
7512026-05-07T00:32:11.595Z Downloaded normalize-line-endings v0.3.0
7522026-05-07T00:32:11.595Z Downloaded ingot v0.1.1
7532026-05-07T00:32:11.599Z Downloaded nibble_vec v0.1.0
7542026-05-07T00:32:11.599Z Downloaded num v0.4.3
7552026-05-07T00:32:11.599Z Downloaded newtype_derive v0.1.6
7562026-05-07T00:32:11.603Z Downloaded jobserver v0.1.34
7572026-05-07T00:32:11.603Z Downloaded crc-any v2.5.0
7582026-05-07T00:32:11.603Z Downloaded indoc v2.0.7
7592026-05-07T00:32:11.607Z Downloaded nonempty v0.12.0
7602026-05-07T00:32:11.607Z Downloaded darling v0.20.11
7612026-05-07T00:32:11.610Z Downloaded num-iter v0.1.45
7622026-05-07T00:32:11.610Z Downloaded num-derive v0.4.2
7632026-05-07T00:32:11.610Z Downloaded num-derive v0.3.3
7642026-05-07T00:32:11.613Z Downloaded elliptic-curve v0.13.8
7652026-05-07T00:32:11.613Z Downloaded linear-map v1.2.0
7662026-05-07T00:32:11.617Z Downloaded num_enum_derive v0.5.11
7672026-05-07T00:32:11.617Z Downloaded md5 v0.7.0
7682026-05-07T00:32:11.617Z Downloaded libefi-sys v0.1.0
7692026-05-07T00:32:11.620Z Downloaded hmac v0.12.1
7702026-05-07T00:32:11.620Z Downloaded opaque-debug v0.3.1
7712026-05-07T00:32:11.620Z Downloaded num_threads v0.1.7
7722026-05-07T00:32:11.620Z Downloaded olpc-cjson v0.1.4
7732026-05-07T00:32:11.624Z Downloaded diesel_derives v2.3.7
7742026-05-07T00:32:11.627Z Downloaded dropshot_endpoint v0.16.7
7752026-05-07T00:32:11.631Z Downloaded multer v3.1.0
7762026-05-07T00:32:11.631Z Downloaded half v2.7.1
7772026-05-07T00:32:11.631Z Downloaded getrandom v0.3.4
7782026-05-07T00:32:11.635Z Downloaded md-5 v0.10.6
7792026-05-07T00:32:11.635Z Downloaded ingot-types v0.1.2
7802026-05-07T00:32:11.635Z Downloaded packed_struct_codegen v0.10.1
7812026-05-07T00:32:11.639Z Downloaded oso-derive v0.27.3
7822026-05-07T00:32:11.639Z Downloaded openssl-probe v0.1.6
7832026-05-07T00:32:11.639Z Downloaded lock_api v0.4.14
7842026-05-07T00:32:11.639Z Downloaded libsw-core v0.3.2
7852026-05-07T00:32:11.642Z Downloaded parse-size v1.1.0
7862026-05-07T00:32:11.643Z Downloaded hyper-staticfile v0.10.1
7872026-05-07T00:32:11.643Z Downloaded openssl-probe v0.2.1
7882026-05-07T00:32:11.643Z Downloaded openssl-macros v0.1.1
7892026-05-07T00:32:11.647Z Downloaded hyper-rustls v0.27.7
7902026-05-07T00:32:11.647Z Downloaded httparse v1.10.1
7912026-05-07T00:32:11.650Z Downloaded newtype-uuid v1.3.2
7922026-05-07T00:32:11.650Z Downloaded iana-time-zone v0.1.65
7932026-05-07T00:32:11.651Z Downloaded compact_str v0.8.1
7942026-05-07T00:32:11.654Z Downloaded libsw v3.5.0
7952026-05-07T00:32:11.654Z Downloaded ingot-macros v0.1.1
7962026-05-07T00:32:11.657Z Downloaded const_format v0.2.35
7972026-05-07T00:32:11.657Z Downloaded native-tls v0.2.18
7982026-05-07T00:32:11.664Z Downloaded futures v0.3.32
7992026-05-07T00:32:11.667Z Downloaded phf_shared v0.11.3
8002026-05-07T00:32:11.667Z Downloaded parse-display v0.10.0
8012026-05-07T00:32:11.667Z Downloaded peg-runtime v0.8.5
8022026-05-07T00:32:11.667Z Downloaded path-slash v0.1.5
8032026-05-07T00:32:11.667Z Downloaded fatfs v0.3.6
8042026-05-07T00:32:11.667Z Downloaded darling v0.21.3
8052026-05-07T00:32:11.671Z Downloaded crossbeam-utils v0.8.21
8062026-05-07T00:32:11.671Z Downloaded base64 v0.21.7
8072026-05-07T00:32:11.674Z Downloaded arc-swap v1.8.2
8082026-05-07T00:32:11.679Z Downloaded des v0.8.1
8092026-05-07T00:32:11.679Z Downloaded num-conv v0.2.0
8102026-05-07T00:32:11.679Z Downloaded derive_more v0.99.20
8112026-05-07T00:32:11.682Z Downloaded pbkdf2 v0.12.2
8122026-05-07T00:32:11.682Z Downloaded nu-ansi-term v0.50.3
8132026-05-07T00:32:11.686Z Downloaded pin-utils v0.1.0
8142026-05-07T00:32:11.686Z Downloaded bytes v1.11.1
8152026-05-07T00:32:11.691Z Downloaded half v1.8.3
8162026-05-07T00:32:11.691Z Downloaded phf_shared v0.12.1
8172026-05-07T00:32:11.691Z Downloaded num_enum v0.7.5
8182026-05-07T00:32:11.695Z Downloaded phf_shared v0.13.1
8192026-05-07T00:32:11.695Z Downloaded num-integer v0.1.46
8202026-05-07T00:32:11.695Z Downloaded num-rational v0.4.2
8212026-05-07T00:32:11.695Z Downloaded libloading v0.8.9
8222026-05-07T00:32:11.698Z Downloaded num_enum_derive v0.7.5
8232026-05-07T00:32:11.699Z Downloaded litrs v1.0.0
8242026-05-07T00:32:11.702Z Downloaded derive_more v2.1.1
8252026-05-07T00:32:11.705Z Downloaded precomputed-hash v0.1.1
8262026-05-07T00:32:11.711Z Downloaded owo-colors v4.3.0
8272026-05-07T00:32:11.711Z Downloaded predicates-tree v1.0.13
8282026-05-07T00:32:11.711Z Downloaded powerfmt v0.2.0
8292026-05-07T00:32:11.714Z Downloaded mime_guess v2.0.5
8302026-05-07T00:32:11.714Z Downloaded predicates-core v1.0.10
8312026-05-07T00:32:11.714Z Downloaded memmap2 v0.9.10
8322026-05-07T00:32:11.714Z Downloaded proc-macro-error-attr2 v2.0.0
8332026-05-07T00:32:11.728Z Downloaded proc-macro-crate v1.3.1
8342026-05-07T00:32:11.732Z Downloaded packed_struct v0.10.1
8352026-05-07T00:32:11.732Z Downloaded oxide-tokio-rt v0.1.4
8362026-05-07T00:32:11.732Z Downloaded nanorand v0.7.0
8372026-05-07T00:32:11.736Z Downloaded ignore v0.4.25
8382026-05-07T00:32:11.736Z Downloaded pbkdf2 v0.11.0
8392026-05-07T00:32:11.740Z Downloaded progenitor-client v0.14.0
8402026-05-07T00:32:11.740Z Downloaded progenitor-client v0.11.2
8412026-05-07T00:32:11.740Z Downloaded progenitor-client v0.10.0
8422026-05-07T00:32:11.740Z Downloaded phf v0.13.1
8432026-05-07T00:32:11.743Z Downloaded peg-macros v0.8.5
8442026-05-07T00:32:11.743Z Downloaded password-hash v0.5.0
8452026-05-07T00:32:11.743Z Downloaded quick-error v1.2.3
8462026-05-07T00:32:11.748Z Downloaded pem v3.0.6
8472026-05-07T00:32:11.748Z Downloaded flate2 v1.1.9
8482026-05-07T00:32:11.752Z Downloaded paste v1.0.15
8492026-05-07T00:32:11.753Z Downloaded progenitor-macro v0.13.0
8502026-05-07T00:32:11.753Z Downloaded progenitor-macro v0.11.2
8512026-05-07T00:32:11.753Z Downloaded radium v0.7.0
8522026-05-07T00:32:11.756Z Downloaded ed25519-dalek v2.2.0
8532026-05-07T00:32:11.756Z Downloaded progenitor-macro v0.10.0
8542026-05-07T00:32:11.756Z Downloaded pem-rfc7468 v0.7.0
8552026-05-07T00:32:11.759Z Downloaded phf v0.12.1
8562026-05-07T00:32:11.759Z Downloaded pkcs8 v0.10.2
8572026-05-07T00:32:11.759Z Downloaded num_enum v0.5.11
8582026-05-07T00:32:11.763Z Downloaded password-hash v0.4.2
8592026-05-07T00:32:11.766Z Downloaded num-complex v0.4.6
8602026-05-07T00:32:11.766Z Downloaded libbz2-rs-sys v0.2.2
8612026-05-07T00:32:11.766Z Downloaded psl-types v2.0.11
8622026-05-07T00:32:11.772Z Downloaded progenitor-macro v0.14.0
8632026-05-07T00:32:11.772Z Downloaded parse-display-derive v0.10.0
8642026-05-07T00:32:11.772Z Downloaded parking_lot_core v0.8.6
8652026-05-07T00:32:11.772Z Downloaded oxnet v0.1.4
8662026-05-07T00:32:11.776Z Downloaded pkg-config v0.3.32
8672026-05-07T00:32:11.776Z Downloaded recursive-proc-macro-impl v0.1.1
8682026-05-07T00:32:11.776Z Downloaded polyval v0.6.2
8692026-05-07T00:32:11.776Z Downloaded poly1305 v0.8.0
8702026-05-07T00:32:11.776Z Downloaded ref-cast v1.0.25
8712026-05-07T00:32:11.779Z Downloaded ref-cast-impl v1.0.25
8722026-05-07T00:32:11.779Z Downloaded rand_chacha v0.3.1
8732026-05-07T00:32:11.779Z Downloaded progenitor-client v0.13.0
8742026-05-07T00:32:11.783Z Downloaded rand_xorshift v0.4.0
8752026-05-07T00:32:11.783Z Downloaded progenitor v0.13.0
8762026-05-07T00:32:11.783Z Downloaded progenitor v0.10.0
8772026-05-07T00:32:11.783Z Downloaded primeorder v0.13.6
8782026-05-07T00:32:11.787Z Downloaded predicates v3.1.4
8792026-05-07T00:32:11.787Z Downloaded heapless v0.7.17
8802026-05-07T00:32:11.791Z Downloaded omicron-zone-package v0.12.2
8812026-05-07T00:32:11.791Z Downloaded heapless v0.8.0
8822026-05-07T00:32:11.794Z Downloaded recursive v0.1.1
8832026-05-07T00:32:11.794Z Downloaded postgres-protocol v0.6.10
8842026-05-07T00:32:11.797Z Downloaded rfc6979 v0.4.0
8852026-05-07T00:32:11.797Z Downloaded parking_lot_core v0.9.12
8862026-05-07T00:32:11.797Z Downloaded parking_lot v0.11.2
8872026-05-07T00:32:11.800Z Downloaded headers v0.4.1
8882026-05-07T00:32:11.804Z Downloaded indicatif v0.18.4
8892026-05-07T00:32:11.808Z Downloaded flume v0.11.1
8902026-05-07T00:32:11.809Z Downloaded cc v1.2.56
8912026-05-07T00:32:11.812Z Downloaded proc-macro-crate v3.4.0
8922026-05-07T00:32:11.812Z Downloaded progenitor-extras v0.2.0
8932026-05-07T00:32:11.812Z Downloaded progenitor v0.14.0
8942026-05-07T00:32:11.812Z Downloaded pin-project-internal v1.1.11
8952026-05-07T00:32:11.815Z Downloaded peg v0.8.5
8962026-05-07T00:32:11.815Z Downloaded pin-project-lite v0.2.17
8972026-05-07T00:32:11.818Z Downloaded rustc-hash v2.1.1
8982026-05-07T00:32:11.821Z Downloaded rtoolbox v0.0.3
8992026-05-07T00:32:11.821Z Downloaded r2d2 v0.8.10
9002026-05-07T00:32:11.821Z Downloaded derive_more-impl v2.1.1
9012026-05-07T00:32:11.824Z Downloaded rand_core v0.9.5
9022026-05-07T00:32:11.827Z Downloaded hickory-resolver v0.24.4
9032026-05-07T00:32:11.831Z Downloaded hickory-resolver v0.25.2
9042026-05-07T00:32:11.831Z Downloaded pkcs5 v0.7.1
9052026-05-07T00:32:11.834Z Downloaded progenitor v0.11.2
9062026-05-07T00:32:11.834Z Downloaded rustc_version v0.4.1
9072026-05-07T00:32:11.838Z Downloaded rustc_version v0.1.7
9082026-05-07T00:32:11.838Z Downloaded russh-cryptovec v0.7.3
9092026-05-07T00:32:11.838Z Downloaded pkcs1 v0.7.5
9102026-05-07T00:32:11.838Z Downloaded rand_core v0.6.4
9112026-05-07T00:32:11.841Z Downloaded psm v0.1.30
9122026-05-07T00:32:11.841Z Downloaded bumpalo v3.20.2
9132026-05-07T00:32:11.844Z Downloaded indexmap v1.9.3
9142026-05-07T00:32:11.844Z Downloaded postcard v1.1.3
9152026-05-07T00:32:11.848Z Downloaded rand_chacha v0.9.0
9162026-05-07T00:32:11.848Z Downloaded sapling-renderdag v0.1.0
9172026-05-07T00:32:11.852Z Downloaded rand_seeder v0.4.0
9182026-05-07T00:32:11.852Z Downloaded hashbrown v0.12.3
9192026-05-07T00:32:11.856Z Downloaded same-file v1.0.6
9202026-05-07T00:32:11.856Z Downloaded scopeguard v1.2.0
9212026-05-07T00:32:11.856Z Downloaded postgres-types v0.2.12
9222026-05-07T00:32:11.859Z Downloaded rand_core v0.10.0
9232026-05-07T00:32:11.859Z Downloaded async-compression v0.4.41
9242026-05-07T00:32:11.862Z Downloaded ppv-lite86 v0.2.21
9252026-05-07T00:32:11.862Z Downloaded parking_lot v0.12.5
9262026-05-07T00:32:11.865Z Downloaded proc-macro-error2 v2.0.1
9272026-05-07T00:32:11.865Z Downloaded scheduled-thread-pool v0.2.7
9282026-05-07T00:32:11.868Z Downloaded papergrid v0.17.0
9292026-05-07T00:32:11.871Z Downloaded serde-big-array v0.5.1
9302026-05-07T00:32:11.871Z Downloaded seq-macro v0.3.6
9312026-05-07T00:32:11.871Z Downloaded secrecy v0.10.3
9322026-05-07T00:32:11.875Z Downloaded scrypt v0.11.0
9332026-05-07T00:32:11.875Z Downloaded miniz_oxide v0.8.9
9342026-05-07T00:32:11.875Z Downloaded p256 v0.13.2
9352026-05-07T00:32:11.879Z Downloaded resolv-conf v0.7.6
9362026-05-07T00:32:11.879Z Downloaded salsa20 v0.10.2
9372026-05-07T00:32:11.879Z Downloaded crypto-bigint v0.5.5
9382026-05-07T00:32:11.893Z Downloaded secrecy v0.8.0
9392026-05-07T00:32:11.893Z Downloaded scroll_derive v0.13.1
9402026-05-07T00:32:11.893Z Downloaded serde_plain v1.0.2
9412026-05-07T00:32:11.893Z Downloaded semver v0.1.20
9422026-05-07T00:32:11.893Z Downloaded ed25519 v2.2.3
9432026-05-07T00:32:11.894Z Downloaded http-range v0.1.5
9442026-05-07T00:32:11.894Z Downloaded const_format_proc_macros v0.2.34
9452026-05-07T00:32:11.894Z Downloaded serde_spanned v1.0.4
9462026-05-07T00:32:11.894Z Downloaded camino-tempfile-ext v0.3.3
9472026-05-07T00:32:11.894Z Downloaded pin-project v1.1.11
9482026-05-07T00:32:11.898Z Downloaded serde_repr v0.1.20
9492026-05-07T00:32:11.903Z Downloaded sha1 v0.10.6
9502026-05-07T00:32:11.903Z Downloaded dropshot-api-manager v0.7.1
9512026-05-07T00:32:11.906Z Downloaded serde_urlencoded v0.7.1
9522026-05-07T00:32:11.906Z Downloaded arrayvec v0.7.6
9532026-05-07T00:32:11.906Z Downloaded shell-words v1.1.1
9542026-05-07T00:32:11.906Z Downloaded serde_bytes v0.11.19
9552026-05-07T00:32:11.909Z Downloaded sigpipe v0.1.3
9562026-05-07T00:32:11.910Z Downloaded signal-hook-tokio v0.3.1
9572026-05-07T00:32:11.910Z Downloaded rustls-native-certs v0.8.3
9582026-05-07T00:32:11.913Z Downloaded daft-derive v0.1.5
9592026-05-07T00:32:11.916Z Downloaded cbc v0.1.2
9602026-05-07T00:32:11.916Z Downloaded rustls-pemfile v1.0.4
9612026-05-07T00:32:11.916Z Downloaded bcs v0.1.6
9622026-05-07T00:32:11.919Z Downloaded bcrypt-pbkdf v0.10.0
9632026-05-07T00:32:11.919Z Downloaded darling_core v0.23.0
9642026-05-07T00:32:11.922Z Downloaded rusty-fork v0.3.1
9652026-05-07T00:32:11.922Z Downloaded rustversion v1.0.22
9662026-05-07T00:32:11.925Z Downloaded openssl-sys v0.9.114
9672026-05-07T00:32:11.929Z Downloaded signature v2.2.0
9682026-05-07T00:32:11.929Z Downloaded schemars_derive v0.8.22
9692026-05-07T00:32:11.929Z Downloaded progenitor-impl v0.13.0
9702026-05-07T00:32:11.932Z Downloaded slog-bunyan v2.5.0
9712026-05-07T00:32:11.932Z Downloaded siphasher v1.0.2
9722026-05-07T00:32:11.932Z Downloaded prefix-trie v0.7.0
9732026-05-07T00:32:11.936Z Downloaded slog-envlogger v2.2.0
9742026-05-07T00:32:11.936Z Downloaded progenitor-impl v0.10.0
9752026-05-07T00:32:11.939Z Downloaded oso v0.27.3
9762026-05-07T00:32:11.939Z Downloaded jiff-static v0.2.21
9772026-05-07T00:32:11.942Z Downloaded expectorate v1.2.0
9782026-05-07T00:32:11.942Z Downloaded minimal-lexical v0.2.1
9792026-05-07T00:32:11.945Z Downloaded signal-hook-mio v0.2.5
9802026-05-07T00:32:11.948Z Downloaded sec1 v0.7.3
9812026-05-07T00:32:11.951Z Downloaded progenitor-impl v0.11.2
9822026-05-07T00:32:11.955Z Downloaded scroll v0.13.0
9832026-05-07T00:32:11.958Z Downloaded serde_path_to_error v0.1.20
9842026-05-07T00:32:11.963Z Downloaded quinn-udp v0.5.14
9852026-05-07T00:32:11.963Z Downloaded hyper-util v0.1.20
9862026-05-07T00:32:11.966Z Downloaded russh-keys v0.45.0
9872026-05-07T00:32:11.970Z Downloaded serde_derive_internals v0.29.1
9882026-05-07T00:32:11.973Z Downloaded sqlparser_derive v0.5.0
9892026-05-07T00:32:11.978Z Downloaded ssh-cipher v0.2.0
9902026-05-07T00:32:11.978Z Downloaded ssh-encoding v0.2.0
9912026-05-07T00:32:11.981Z Downloaded strum v0.26.3
9922026-05-07T00:32:11.981Z Downloaded strip-ansi-escapes v0.2.1
9932026-05-07T00:32:11.981Z Downloaded shlex v1.3.0
9942026-05-07T00:32:11.984Z Downloaded structmeta v0.3.0
9952026-05-07T00:32:11.984Z Downloaded structmeta-derive v0.3.0
9962026-05-07T00:32:11.984Z Downloaded signal-hook-registry v1.4.8
9972026-05-07T00:32:11.984Z Downloaded rustls-pki-types v1.14.0
9982026-05-07T00:32:11.988Z Downloaded pretty_assertions v1.4.1
9992026-05-07T00:32:11.997Z Downloaded strum v0.27.2
10002026-05-07T00:32:12.000Z Downloaded sync-ptr v0.1.4
10012026-05-07T00:32:12.000Z Downloaded supports-color v3.0.2
10022026-05-07T00:32:12.000Z Downloaded hickory-server v0.25.2
10032026-05-07T00:32:12.004Z Downloaded tabled_derive v0.11.0
10042026-05-07T00:32:12.004Z Downloaded subtle v2.6.1
10052026-05-07T00:32:12.007Z Downloaded slog-json v2.6.1
10062026-05-07T00:32:12.007Z Downloaded take_mut v0.2.2
10072026-05-07T00:32:12.007Z Downloaded tabwriter v1.4.1
10082026-05-07T00:32:12.010Z Downloaded sync_wrapper v1.0.2
10092026-05-07T00:32:12.010Z Downloaded smallvec v0.6.14
10102026-05-07T00:32:12.010Z Downloaded tap v1.0.1
10112026-05-07T00:32:12.014Z Downloaded slog-term v2.9.2
10122026-05-07T00:32:12.015Z Downloaded simd-adler32 v0.3.8
10132026-05-07T00:32:12.015Z Downloaded smf v0.2.3
10142026-05-07T00:32:12.020Z Downloaded slog-dtrace v0.3.0
10152026-05-07T00:32:12.020Z Downloaded slab v0.4.12
10162026-05-07T00:32:12.024Z Downloaded slog-async v2.8.0
10172026-05-07T00:32:12.024Z Downloaded progenitor-impl v0.14.0
10182026-05-07T00:32:12.024Z Downloaded tagptr v0.2.0
10192026-05-07T00:32:12.024Z Downloaded ron v0.8.1
10202026-05-07T00:32:12.027Z Downloaded slog-scope v4.4.1
10212026-05-07T00:32:12.030Z Downloaded snafu-derive v0.8.9
10222026-05-07T00:32:12.030Z Downloaded serde-hex v0.1.0
10232026-05-07T00:32:12.030Z Downloaded termtree v0.5.1
10242026-05-07T00:32:12.033Z Downloaded testing_table v0.3.0
10252026-05-07T00:32:12.033Z Downloaded sct v0.7.1
10262026-05-07T00:32:12.037Z Downloaded time-core v0.1.8
10272026-05-07T00:32:12.037Z Downloaded thiserror-impl-no-std v2.0.2
10282026-05-07T00:32:12.037Z Downloaded tinyvec_macros v0.1.1
10292026-05-07T00:32:12.040Z Downloaded static_assertions v1.1.0
10302026-05-07T00:32:12.045Z Downloaded serde_cbor v0.11.2
10312026-05-07T00:32:12.045Z Downloaded crossterm v0.28.1
10322026-05-07T00:32:12.048Z Downloaded string_cache v0.8.9
10332026-05-07T00:32:12.048Z Downloaded sqlformat v0.3.5
10342026-05-07T00:32:12.052Z Downloaded thread-id v5.1.0
10352026-05-07T00:32:12.052Z Downloaded spki v0.7.3
10362026-05-07T00:32:12.052Z Downloaded serde_with_macros v3.17.0
10372026-05-07T00:32:12.055Z Downloaded tokio-macros v2.7.0
10382026-05-07T00:32:12.055Z Downloaded stacker v0.1.23
10392026-05-07T00:32:12.062Z Downloaded rcgen v0.12.1
10402026-05-07T00:32:12.066Z Downloaded prettyplease v0.2.37
10412026-05-07T00:32:12.069Z Downloaded rustls-platform-verifier v0.6.2
10422026-05-07T00:32:12.069Z Downloaded strum_macros v0.26.4
10432026-05-07T00:32:12.073Z Downloaded strum_macros v0.27.2
10442026-05-07T00:32:12.073Z Downloaded rayon-core v1.13.0
10452026-05-07T00:32:12.077Z Downloaded support-bundle-viewer v0.1.2
10462026-05-07T00:32:12.077Z Downloaded schemars v0.8.22
10472026-05-07T00:32:12.082Z Downloaded http v1.4.0
10482026-05-07T00:32:12.085Z Downloaded crossterm v0.29.0
10492026-05-07T00:32:12.089Z Downloaded num-bigint v0.4.6
10502026-05-07T00:32:12.092Z Downloaded nom v7.1.3
10512026-05-07T00:32:12.097Z Downloaded strum_macros v0.24.3
10522026-05-07T00:32:12.104Z Downloaded mio v1.2.0
10532026-05-07T00:32:12.104Z Downloaded tiny-keccak v2.0.2
10542026-05-07T00:32:12.107Z Downloaded termios v0.3.3
10552026-05-07T00:32:12.107Z Downloaded tower-layer v0.3.3
10562026-05-07T00:32:12.107Z Downloaded slog-stdlog v4.1.1
10572026-05-07T00:32:12.108Z Downloaded quinn v0.11.9
10582026-05-07T00:32:12.108Z Downloaded thiserror-no-std v2.0.2
10592026-05-07T00:32:12.111Z Downloaded topological-sort v0.2.2
10602026-05-07T00:32:12.111Z Downloaded time-macros v0.2.27
10612026-05-07T00:32:12.111Z Downloaded serde_yaml v0.9.34+deprecated
10622026-05-07T00:32:12.114Z Downloaded libxml v0.3.3
10632026-05-07T00:32:12.118Z Downloaded rustls-pemfile v2.2.0
10642026-05-07T00:32:12.121Z Downloaded hashbrown v0.15.5
10652026-05-07T00:32:12.124Z Downloaded thread_local v1.1.9
10662026-05-07T00:32:12.124Z Downloaded stringprep v0.1.5
10672026-05-07T00:32:12.127Z Downloaded qorb v0.4.1
10682026-05-07T00:32:12.130Z Downloaded typify-macro v0.6.2
10692026-05-07T00:32:12.130Z Downloaded trait-variant v0.1.2
10702026-05-07T00:32:12.130Z Downloaded tower-service v0.3.3
10712026-05-07T00:32:12.130Z Downloaded hashbrown v0.13.2
10722026-05-07T00:32:12.134Z Downloaded try-lock v0.2.5
10732026-05-07T00:32:12.134Z Downloaded rand v0.8.5
10742026-05-07T00:32:12.137Z Downloaded tokio-dtrace v0.1.1
10752026-05-07T00:32:12.137Z Downloaded iddqd v0.3.18
10762026-05-07T00:32:12.141Z Downloaded tokio-native-tls v0.3.1
10772026-05-07T00:32:12.144Z Downloaded signal-hook v0.3.18
10782026-05-07T00:32:12.144Z Downloaded unarray v0.1.4
10792026-05-07T00:32:12.149Z Downloaded ryu v1.0.23
10802026-05-07T00:32:12.149Z Downloaded similar v2.7.0
10812026-05-07T00:32:12.152Z Downloaded typify-macro v0.4.3
10822026-05-07T00:32:12.152Z Downloaded unicode-truncate v1.1.0
10832026-05-07T00:32:12.152Z Downloaded untrusted v0.7.1
10842026-05-07T00:32:12.155Z Downloaded unit-prefix v0.5.2
10852026-05-07T00:32:12.155Z Downloaded universal-hash v0.5.1
10862026-05-07T00:32:12.155Z Downloaded utf-8 v0.7.6
10872026-05-07T00:32:12.158Z Downloaded hashbrown v0.16.1
10882026-05-07T00:32:12.162Z Downloaded itertools v0.10.5
10892026-05-07T00:32:12.167Z Downloaded schemars v0.9.0
10902026-05-07T00:32:12.173Z Downloaded usdt-macro v0.6.0
10912026-05-07T00:32:12.177Z Downloaded usdt-attr-macro v0.6.0
10922026-05-07T00:32:12.177Z Downloaded usdt v0.6.0
10932026-05-07T00:32:12.177Z Downloaded aho-corasick v1.1.4
10942026-05-07T00:32:12.180Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10952026-05-07T00:32:12.180Z Downloaded term v1.2.1
10962026-05-07T00:32:12.183Z Downloaded void v1.0.2
10972026-05-07T00:32:12.183Z Downloaded term v0.7.0
10982026-05-07T00:32:12.186Z Downloaded spin v0.9.8
10992026-05-07T00:32:12.186Z Downloaded tokio-tungstenite v0.23.1
11002026-05-07T00:32:12.189Z Downloaded socket2 v0.6.3
11012026-05-07T00:32:12.190Z Downloaded socket2 v0.5.10
11022026-05-07T00:32:12.193Z Downloaded slog v2.8.2
11032026-05-07T00:32:12.193Z Downloaded toml_writer v1.0.6+spec-1.1.0
11042026-05-07T00:32:12.196Z Downloaded publicsuffix v2.3.0
11052026-05-07T00:32:12.196Z Downloaded tls_codec_derive v0.4.2
11062026-05-07T00:32:12.199Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-05-07T00:32:12.199Z Downloaded rsa v0.9.10
11082026-05-07T00:32:12.206Z Downloaded num-bigint-dig v0.8.6
11092026-05-07T00:32:12.209Z Downloaded tls_codec v0.4.2
11102026-05-07T00:32:12.209Z Downloaded waitgroup v0.1.2
11112026-05-07T00:32:12.209Z Downloaded want v0.3.1
11122026-05-07T00:32:12.209Z Downloaded wait-timeout v0.2.1
11132026-05-07T00:32:12.209Z Downloaded rand v0.9.2
11142026-05-07T00:32:12.213Z Downloaded futures-util v0.3.32
11152026-05-07T00:32:12.220Z Downloaded subprocess v0.2.15
11162026-05-07T00:32:12.224Z Downloaded tokio-rustls v0.26.4
11172026-05-07T00:32:12.226Z Downloaded tokio-rustls v0.25.0
11182026-05-07T00:32:12.227Z Downloaded tokio-rustls v0.24.1
11192026-05-07T00:32:12.227Z Downloaded xshell-macros v0.2.7
11202026-05-07T00:32:12.230Z Downloaded untrusted v0.9.0
11212026-05-07T00:32:12.230Z Downloaded hyper v1.8.1
11222026-05-07T00:32:12.233Z Downloaded xattr v1.6.1
11232026-05-07T00:32:12.236Z Downloaded hkdf v0.12.4
11242026-05-07T00:32:12.236Z Downloaded tokio-stream v0.1.18
11252026-05-07T00:32:12.239Z Downloaded itertools v0.12.1
11262026-05-07T00:32:12.242Z Downloaded zeroize_derive v1.4.3
11272026-05-07T00:32:12.245Z Downloaded tokio-tungstenite v0.21.0
11282026-05-07T00:32:12.245Z Downloaded zone v0.3.1
11292026-05-07T00:32:12.249Z Downloaded itertools v0.13.0
11302026-05-07T00:32:12.252Z Downloaded usdt-impl v0.6.0
11312026-05-07T00:32:12.255Z Downloaded test-strategy v0.4.5
11322026-05-07T00:32:12.255Z Downloaded tracing-attributes v0.1.31
11332026-05-07T00:32:12.258Z Downloaded tui-tree-widget v0.23.1
11342026-05-07T00:32:12.258Z Downloaded zone_cfg_derive v0.3.1
11352026-05-07T00:32:12.258Z Downloaded toml_parser v1.0.9+spec-1.1.0
11362026-05-07T00:32:12.262Z Downloaded vsss-rs v3.3.4
11372026-05-07T00:32:12.266Z Downloaded twox-hash v2.1.2
11382026-05-07T00:32:12.269Z Downloaded itertools v0.14.0
11392026-05-07T00:32:12.272Z Downloaded tinyvec v1.10.0
11402026-05-07T00:32:12.276Z Downloaded vergen-lib v0.1.6
11412026-05-07T00:32:12.279Z Downloaded vergen-gitcl v1.0.8
11422026-05-07T00:32:12.279Z Downloaded vergen-git2 v1.0.7
11432026-05-07T00:32:12.282Z Downloaded libm v0.2.16
11442026-05-07T00:32:12.285Z Downloaded rustls-webpki v0.103.9
11452026-05-07T00:32:12.288Z Downloaded rand v0.10.0
11462026-05-07T00:32:12.291Z Downloaded wyz v0.5.1
11472026-05-07T00:32:12.291Z Downloaded whoami v2.1.0
11482026-05-07T00:32:12.291Z Downloaded whoami v1.6.1
11492026-05-07T00:32:12.294Z Downloaded unicase v2.9.0
11502026-05-07T00:32:12.294Z Downloaded walkdir v2.5.0
11512026-05-07T00:32:12.295Z Downloaded xshell v0.2.7
11522026-05-07T00:32:12.300Z Downloaded toml v1.0.6+spec-1.1.0
11532026-05-07T00:32:12.300Z Downloaded schemars v1.2.1
11542026-05-07T00:32:12.306Z Downloaded zeroize v1.8.2
11552026-05-07T00:32:12.309Z Downloaded p521 v0.13.3
11562026-05-07T00:32:12.313Z Downloaded iri-string v0.7.10
11572026-05-07T00:32:12.317Z Downloaded tar v0.4.45
11582026-05-07T00:32:12.317Z Downloaded zstd v0.13.3
11592026-05-07T00:32:12.322Z Downloaded russh v0.45.0
11602026-05-07T00:32:12.322Z Downloaded zstd-safe v7.2.4
11612026-05-07T00:32:12.326Z Downloaded h2 v0.4.13
11622026-05-07T00:32:12.329Z Downloaded uzers v0.12.2
11632026-05-07T00:32:12.329Z Downloaded snafu v0.8.9
11642026-05-07T00:32:12.332Z Downloaded typify v0.6.2
11652026-05-07T00:32:12.335Z Downloaded tungstenite v0.21.0
11662026-05-07T00:32:12.338Z Downloaded toml v0.7.8
11672026-05-07T00:32:12.338Z Downloaded unicode-properties v0.1.4
11682026-05-07T00:32:12.341Z Downloaded samael v0.0.19
11692026-05-07T00:32:12.344Z Downloaded typify v0.4.3
11702026-05-07T00:32:12.347Z Downloaded rustyline v14.0.0
11712026-05-07T00:32:12.350Z Downloaded unsafe-libyaml v0.2.11
11722026-05-07T00:32:12.353Z Downloaded yasna v0.5.2
11732026-05-07T00:32:12.353Z Downloaded zerocopy v0.6.6
11742026-05-07T00:32:12.364Z Downloaded toml v0.9.12+spec-1.1.0
11752026-05-07T00:32:12.367Z Downloaded toml_edit v0.23.10+spec-1.0.0
11762026-05-07T00:32:12.370Z Downloaded vergen v9.0.6
11772026-05-07T00:32:12.373Z Downloaded steno v0.4.1
11782026-05-07T00:32:12.376Z Downloaded rpassword v7.4.0
11792026-05-07T00:32:12.380Z Downloaded tracing-core v0.1.36
11802026-05-07T00:32:12.383Z Downloaded reedline v0.40.0
11812026-05-07T00:32:12.387Z Downloaded vte v0.14.1
11822026-05-07T00:32:12.390Z Downloaded tungstenite v0.23.0
11832026-05-07T00:32:12.393Z Downloaded unicode-bidi v0.3.18
11842026-05-07T00:32:12.393Z Downloaded aws-lc-rs v1.16.0
11852026-05-07T00:32:12.400Z Downloaded bindgen v0.71.1
11862026-05-07T00:32:12.406Z Downloaded uuid v1.23.0
11872026-05-07T00:32:12.412Z Downloaded toml_edit v0.19.15
11882026-05-07T00:32:12.422Z Downloaded zopfli v0.8.3
11892026-05-07T00:32:12.425Z Downloaded tokio-postgres v0.7.16
11902026-05-07T00:32:12.428Z Downloaded ssh-key v0.6.7
11912026-05-07T00:32:12.432Z Downloaded yansi v1.0.1
11922026-05-07T00:32:12.434Z Downloaded regex v1.12.3
11932026-05-07T00:32:12.443Z Downloaded unicode_categories v0.1.1
11942026-05-07T00:32:12.446Z Downloaded tower v0.5.3
11952026-05-07T00:32:12.453Z Downloaded reqwest v0.13.2
11962026-05-07T00:32:12.456Z Downloaded reqwest v0.12.28
11972026-05-07T00:32:12.460Z Downloaded git2 v0.20.4
11982026-05-07T00:32:12.472Z Downloaded lalrpop v0.19.12
11992026-05-07T00:32:12.479Z Downloaded zip v0.6.6
12002026-05-07T00:32:12.482Z Downloaded p384 v0.13.1
12012026-05-07T00:32:12.491Z Downloaded x509-cert v0.2.5
12022026-05-07T00:32:12.499Z Downloaded chrono v0.4.44
12032026-05-07T00:32:12.507Z Downloaded quick-xml v0.37.5
12042026-05-07T00:32:12.511Z Downloaded typed-path v0.9.3
12052026-05-07T00:32:12.514Z Downloaded zerocopy-derive v0.8.40
12062026-05-07T00:32:12.519Z Downloaded unicode-segmentation v1.12.0
12072026-05-07T00:32:12.522Z Downloaded goblin v0.10.5
12082026-05-07T00:32:12.526Z Downloaded unicode-normalization v0.1.25
12092026-05-07T00:32:12.530Z Downloaded salty v0.3.0
12102026-05-07T00:32:12.537Z Downloaded rustls-webpki v0.101.7
12112026-05-07T00:32:12.546Z Downloaded zip v4.6.1
12122026-05-07T00:32:12.549Z Downloaded moka v0.12.13
12132026-05-07T00:32:12.554Z Downloaded tokio-util v0.7.18
12142026-05-07T00:32:12.558Z Downloaded tough v0.20.0
12152026-05-07T00:32:12.563Z Downloaded rustls-webpki v0.102.8
12162026-05-07T00:32:12.573Z Downloaded rayon v1.11.0
12172026-05-07T00:32:12.579Z Downloaded serde_with v3.17.0
12182026-05-07T00:32:12.585Z Downloaded tower-http v0.6.8
12192026-05-07T00:32:12.590Z Downloaded petname v2.0.2
12202026-05-07T00:32:12.593Z Downloaded proptest v1.10.0
12212026-05-07T00:32:12.598Z Downloaded portable-atomic v1.13.1
12222026-05-07T00:32:12.603Z Downloaded radix_trie v0.2.1
12232026-05-07T00:32:12.606Z Downloaded quinn-proto v0.11.13
12242026-05-07T00:32:12.617Z Downloaded nix v0.27.1
12252026-05-07T00:32:12.623Z Downloaded winnow v0.5.40
12262026-05-07T00:32:12.629Z Downloaded object v0.30.4
12272026-05-07T00:32:12.635Z Downloaded winnow v0.6.26
12282026-05-07T00:32:12.640Z Downloaded curve25519-dalek v4.1.3
12292026-05-07T00:32:12.646Z Downloaded openssl v0.10.78
12302026-05-07T00:32:12.653Z Downloaded polar-core v0.27.3
12312026-05-07T00:32:12.663Z Downloaded bstr v1.12.1
12322026-05-07T00:32:12.680Z Downloaded tabled v0.20.0
12332026-05-07T00:32:12.690Z Downloaded regex-syntax v0.6.29
12342026-05-07T00:32:12.694Z Downloaded time v0.3.47
12352026-05-07T00:32:12.701Z Downloaded rustls v0.21.12
12362026-05-07T00:32:12.711Z Downloaded smoltcp v0.9.1
12372026-05-07T00:32:12.718Z Downloaded vcpkg v0.2.15
12382026-05-07T00:32:12.740Z Downloaded zlib-rs v0.6.2
12392026-05-07T00:32:12.743Z Downloaded nix v0.31.2
12402026-05-07T00:32:12.750Z Downloaded object v0.37.3
12412026-05-07T00:32:12.757Z Downloaded nix v0.29.0
12422026-05-07T00:32:12.763Z Downloaded hickory-proto v0.24.4
12432026-05-07T00:32:12.772Z Downloaded webpki-roots v1.0.6
12442026-05-07T00:32:12.776Z Downloaded rustls v0.22.4
12452026-05-07T00:32:12.782Z Downloaded zerocopy v0.8.40
12462026-05-07T00:32:12.790Z Downloaded regress v0.10.5
12472026-05-07T00:32:12.796Z Downloaded regex-syntax v0.8.10
12482026-05-07T00:32:12.799Z Downloaded rustls v0.23.37
12492026-05-07T00:32:12.805Z Downloaded diesel v2.3.7
12502026-05-07T00:32:12.819Z Downloaded regress v0.11.1
12512026-05-07T00:32:12.824Z Downloaded openapiv3 v2.2.0
12522026-05-07T00:32:12.832Z Downloaded hickory-proto v0.25.2
12532026-05-07T00:32:12.841Z Downloaded rustix v0.38.44
12542026-05-07T00:32:12.854Z Downloaded smoltcp v0.11.0
12552026-05-07T00:32:12.862Z Downloaded dropshot v0.17.0
12562026-05-07T00:32:12.876Z Downloaded sled v0.34.7
12572026-05-07T00:32:12.881Z Downloaded dropshot v0.16.7
12582026-05-07T00:32:12.894Z Downloaded typify-impl v0.6.2
12592026-05-07T00:32:12.902Z Downloaded sqlparser v0.61.0
12602026-05-07T00:32:12.908Z Downloaded nix v0.28.0
12612026-05-07T00:32:12.915Z Downloaded bzip2-sys v0.1.13+1.0.8
12622026-05-07T00:32:12.923Z Downloaded tracing v0.1.44
12632026-05-07T00:32:12.936Z Downloaded typify-impl v0.4.3
12642026-05-07T00:32:12.945Z Downloaded ratatui v0.29.0
12652026-05-07T00:32:12.963Z Downloaded petgraph v0.6.5
12662026-05-07T00:32:12.975Z Downloaded zerocopy-derive v0.6.6
12672026-05-07T00:32:12.980Z Downloaded chrono-tz v0.10.4
12682026-05-07T00:32:12.999Z Downloaded regex-automata v0.4.14
12692026-05-07T00:32:13.008Z Downloaded libz-sys v1.1.24
12702026-05-07T00:32:13.021Z Downloaded jiff v0.2.21
12712026-05-07T00:32:13.032Z Downloaded sha3 v0.10.8
12722026-05-07T00:32:13.054Z Downloaded petgraph v0.8.3
12732026-05-07T00:32:13.066Z Downloaded csv v1.4.0
12742026-05-07T00:32:13.082Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-05-07T00:32:13.091Z Downloaded tokio v1.52.1
12762026-05-07T00:32:13.123Z Downloaded encoding_rs v0.8.35
12772026-05-07T00:32:13.143Z Downloaded ring v0.17.14
12782026-05-07T00:32:13.196Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-05-07T00:32:13.734Z Downloaded aws-lc-sys v0.37.1
12802026-05-07T00:32:13.984Z Compiling libc v0.2.185
12812026-05-07T00:32:13.984Z Compiling serde v1.0.228
12822026-05-07T00:32:13.987Z Compiling log v0.4.29
12832026-05-07T00:32:13.987Z Compiling shlex v1.3.0
12842026-05-07T00:32:13.987Z Compiling find-msvc-tools v0.1.9
12852026-05-07T00:32:13.987Z Compiling smallvec v1.15.1
12862026-05-07T00:32:13.987Z Compiling typenum v1.19.0
12872026-05-07T00:32:13.987Z Compiling subtle v2.6.1
12882026-05-07T00:32:13.988Z Compiling generic-array v0.14.7
12892026-05-07T00:32:13.988Z Compiling scopeguard v1.2.0
12902026-05-07T00:32:13.988Z Compiling const-oid v0.9.6
12912026-05-07T00:32:13.988Z Compiling portable-atomic v1.13.1
12922026-05-07T00:32:13.988Z Compiling zerocopy v0.8.40
12932026-05-07T00:32:14.147Z Compiling syn v2.0.117
12942026-05-07T00:32:14.258Z Compiling serde_json v1.0.149
12952026-05-07T00:32:14.261Z Compiling critical-section v1.2.0
12962026-05-07T00:32:14.296Z Compiling lock_api v0.4.14
12972026-05-07T00:32:14.344Z Compiling pin-project-lite v0.2.17
12982026-05-07T00:32:14.359Z Compiling parking_lot_core v0.9.12
12992026-05-07T00:32:14.403Z Compiling pkg-config v0.3.32
13002026-05-07T00:32:14.417Z Compiling bitflags v2.11.0
13012026-05-07T00:32:14.431Z Compiling libm v0.2.16
13022026-05-07T00:32:14.446Z Compiling num-traits v0.2.19
13032026-05-07T00:32:14.473Z Compiling futures-core v0.3.32
13042026-05-07T00:32:14.487Z Compiling percent-encoding v2.3.2
13052026-05-07T00:32:14.550Z Compiling cpufeatures v0.2.17
13062026-05-07T00:32:14.550Z Compiling futures-sink v0.3.32
13072026-05-07T00:32:14.654Z Compiling futures-channel v0.3.32
13082026-05-07T00:32:14.672Z Compiling getrandom v0.4.1
13092026-05-07T00:32:14.686Z Compiling slab v0.4.12
13102026-05-07T00:32:14.689Z Compiling futures-io v0.3.32
13112026-05-07T00:32:14.689Z Compiling futures-task v0.3.32
13122026-05-07T00:32:14.824Z Compiling getrandom v0.3.4
13132026-05-07T00:32:14.827Z Compiling rand_core v0.10.0
13142026-05-07T00:32:14.900Z Compiling rustversion v1.0.22
13152026-05-07T00:32:14.926Z Compiling indexmap v2.14.0
13162026-05-07T00:32:14.940Z Compiling form_urlencoded v1.2.2
13172026-05-07T00:32:14.956Z Compiling ident_case v1.0.1
13182026-05-07T00:32:14.976Z Compiling base64ct v1.8.3
13192026-05-07T00:32:14.994Z Compiling fs_extra v1.3.0
13202026-05-07T00:32:15.023Z Compiling dunce v1.0.5
13212026-05-07T00:32:15.037Z Compiling flagset v0.4.7
13222026-05-07T00:32:15.094Z Compiling getrandom v0.2.17
13232026-05-07T00:32:15.111Z Compiling jobserver v0.1.34
13242026-05-07T00:32:15.136Z Compiling errno v0.3.14
13252026-05-07T00:32:15.172Z Compiling mio v1.2.0
13262026-05-07T00:32:15.186Z Compiling socket2 v0.6.3
13272026-05-07T00:32:15.265Z Compiling rand_core v0.6.4
13282026-05-07T00:32:15.304Z Compiling signal-hook-registry v1.4.8
13292026-05-07T00:32:15.351Z Compiling cc v1.2.56
13302026-05-07T00:32:15.364Z Compiling once_cell v1.21.3
13312026-05-07T00:32:15.458Z Compiling parking_lot v0.12.5
13322026-05-07T00:32:15.486Z Compiling pem-rfc7468 v0.7.0
13332026-05-07T00:32:15.536Z Compiling rustix v1.1.3
13342026-05-07T00:32:15.572Z Compiling iana-time-zone v0.1.65
13352026-05-07T00:32:15.604Z Compiling uuid v1.23.0
13362026-05-07T00:32:15.620Z Compiling rustc_version v0.4.1
13372026-05-07T00:32:15.636Z Compiling vcpkg v0.2.15
13382026-05-07T00:32:15.663Z Compiling aws-lc-rs v1.16.0
13392026-05-07T00:32:15.668Z Compiling regex-syntax v0.8.10
13402026-05-07T00:32:15.800Z Compiling rand_core v0.9.5
13412026-05-07T00:32:15.835Z Compiling tracing-core v0.1.36
13422026-05-07T00:32:15.868Z Compiling untrusted v0.7.1
13432026-05-07T00:32:15.882Z Compiling httparse v1.10.1
13442026-05-07T00:32:15.888Z Compiling base64 v0.22.1
13452026-05-07T00:32:15.983Z Compiling schemars v0.8.22
13462026-05-07T00:32:15.996Z Compiling untrusted v0.9.0
13472026-05-07T00:32:16.013Z Compiling openssl-probe v0.2.1
13482026-05-07T00:32:16.029Z Compiling try-lock v0.2.5
13492026-05-07T00:32:16.072Z Compiling tinyvec_macros v0.1.1
13502026-05-07T00:32:16.118Z Compiling cmake v0.1.57
13512026-05-07T00:32:16.138Z Compiling rustls v0.23.37
13522026-05-07T00:32:16.155Z Compiling tower-service v0.3.3
13532026-05-07T00:32:16.168Z Compiling tower-layer v0.3.3
13542026-05-07T00:32:16.227Z Compiling dyn-clone v1.0.20
13552026-05-07T00:32:16.244Z Compiling atomic-waker v1.1.2
13562026-05-07T00:32:16.259Z Compiling tinyvec v1.10.0
13572026-05-07T00:32:16.274Z Compiling want v0.3.1
13582026-05-07T00:32:16.341Z Compiling spin v0.9.8
13592026-05-07T00:32:16.356Z Compiling aho-corasick v1.1.4
13602026-05-07T00:32:16.385Z Compiling num-conv v0.2.0
13612026-05-07T00:32:16.389Z Compiling httpdate v1.0.3
13622026-05-07T00:32:16.413Z Compiling time-core v0.1.8
13632026-05-07T00:32:16.417Z Compiling foreign-types-shared v0.1.1
13642026-05-07T00:32:16.444Z Compiling openssl v0.10.78
13652026-05-07T00:32:16.447Z Compiling pin-utils v0.1.0
13662026-05-07T00:32:16.472Z Compiling crc32fast v1.5.0
13672026-05-07T00:32:16.530Z Compiling powerfmt v0.2.0
13682026-05-07T00:32:16.545Z Compiling foreign-types v0.3.2
13692026-05-07T00:32:16.559Z Compiling wait-timeout v0.2.1
13702026-05-07T00:32:16.574Z Compiling native-tls v0.2.18
13712026-05-07T00:32:16.588Z Compiling time-macros v0.2.27
13722026-05-07T00:32:16.591Z Compiling bit-vec v0.8.0
13732026-05-07T00:32:16.628Z Compiling crossbeam-utils v0.8.21
13742026-05-07T00:32:16.644Z Compiling siphasher v1.0.2
13752026-05-07T00:32:16.659Z Compiling simd-adler32 v0.3.8
13762026-05-07T00:32:16.703Z Compiling deranged v0.5.8
13772026-05-07T00:32:16.717Z Compiling num_threads v0.1.7
13782026-05-07T00:32:16.759Z Compiling syn v1.0.109
13792026-05-07T00:32:16.807Z Compiling quick-error v1.2.3
13802026-05-07T00:32:16.838Z Compiling usdt-impl v0.6.0
13812026-05-07T00:32:16.870Z Compiling bit-set v0.8.0
13822026-05-07T00:32:16.885Z Compiling unicode-normalization v0.1.25
13832026-05-07T00:32:16.888Z Compiling slog v2.8.2
13842026-05-07T00:32:16.930Z Compiling rand_xorshift v0.4.0
13852026-05-07T00:32:16.944Z Compiling heapless v0.7.17
13862026-05-07T00:32:16.980Z Compiling thread-id v5.1.0
13872026-05-07T00:32:17.003Z Compiling aws-lc-sys v0.37.1
13882026-05-07T00:32:17.053Z Compiling ring v0.17.14
13892026-05-07T00:32:17.071Z Compiling openssl-sys v0.9.114
13902026-05-07T00:32:17.084Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13912026-05-07T00:32:17.112Z Compiling bzip2-sys v0.1.13+1.0.8
13922026-05-07T00:32:17.115Z Compiling sync_wrapper v1.0.2
13932026-05-07T00:32:17.139Z Compiling cookie v0.18.1
13942026-05-07T00:32:17.144Z Compiling tempfile v3.25.0
13952026-05-07T00:32:17.230Z Compiling synstructure v0.13.2
13962026-05-07T00:32:17.272Z Compiling serde_derive_internals v0.29.1
13972026-05-07T00:32:17.370Z Compiling pest_generator v2.8.6
13982026-05-07T00:32:17.415Z Compiling darling_core v0.20.11
13992026-05-07T00:32:17.445Z Compiling regex-automata v0.4.14
14002026-05-07T00:32:17.460Z Compiling rusty-fork v0.3.1
14012026-05-07T00:32:17.598Z Compiling darling_core v0.21.3
14022026-05-07T00:32:17.760Z Compiling time v0.3.47
14032026-05-07T00:32:17.811Z Compiling paste v1.0.15
14042026-05-07T00:32:17.835Z Compiling unarray v0.1.4
14052026-05-07T00:32:17.876Z Compiling zstd-safe v7.2.4
14062026-05-07T00:32:17.963Z Compiling allocator-api2 v0.2.21
14072026-05-07T00:32:18.134Z Compiling unicode-properties v0.1.4
14082026-05-07T00:32:18.136Z Compiling unicode-bidi v0.3.18
14092026-05-07T00:32:18.149Z Compiling anyhow v1.0.102
14102026-05-07T00:32:18.182Z Compiling signal-hook v0.3.18
14112026-05-07T00:32:18.196Z Compiling adler2 v2.0.1
14122026-05-07T00:32:18.317Z Compiling miniz_oxide v0.8.9
14132026-05-07T00:32:18.473Z Compiling num-integer v0.1.46
14142026-05-07T00:32:18.632Z Compiling stringprep v0.1.5
14152026-05-07T00:32:18.734Z Compiling vergen-lib v0.1.6
14162026-05-07T00:32:18.751Z Compiling curve25519-dalek v4.1.3
14172026-05-07T00:32:18.818Z Compiling ff v0.13.1
14182026-05-07T00:32:18.939Z Compiling hash32 v0.2.1
14192026-05-07T00:32:18.971Z Compiling memoffset v0.9.1
14202026-05-07T00:32:18.986Z Compiling iri-string v0.7.10
14212026-05-07T00:32:19.001Z Compiling ref-cast v1.0.25
14222026-05-07T00:32:19.024Z Compiling serde_derive v1.0.228
14232026-05-07T00:32:19.112Z Compiling zeroize_derive v1.4.3
14242026-05-07T00:32:19.127Z Compiling zerofrom-derive v0.1.6
14252026-05-07T00:32:19.143Z Compiling yoke-derive v0.8.1
14262026-05-07T00:32:19.156Z Compiling zerocopy-derive v0.8.40
14272026-05-07T00:32:19.187Z Compiling zerovec-derive v0.11.2
14282026-05-07T00:32:19.327Z Compiling displaydoc v0.2.5
14292026-05-07T00:32:19.406Z Compiling tokio-macros v2.7.0
14302026-05-07T00:32:19.797Z Compiling zeroize v1.8.2
14312026-05-07T00:32:19.800Z Compiling futures-macro v0.3.32
14322026-05-07T00:32:20.125Z Compiling der_derive v0.7.3
14332026-05-07T00:32:20.219Z Compiling thiserror-impl v2.0.18
14342026-05-07T00:32:20.235Z Compiling rustls-pki-types v1.14.0
14352026-05-07T00:32:20.382Z Compiling tracing-attributes v0.1.31
14362026-05-07T00:32:20.405Z Compiling pest_derive v2.8.6
14372026-05-07T00:32:20.604Z Compiling crypto-common v0.1.7
14382026-05-07T00:32:20.608Z Compiling zerofrom v0.1.6
14392026-05-07T00:32:20.608Z Compiling block-buffer v0.10.4
14402026-05-07T00:32:20.661Z Compiling futures-util v0.3.32
14412026-05-07T00:32:20.726Z Compiling yoke v0.8.1
14422026-05-07T00:32:20.748Z Compiling block-padding v0.3.3
14432026-05-07T00:32:20.801Z Compiling digest v0.10.7
14442026-05-07T00:32:20.816Z Compiling scroll_derive v0.13.1
14452026-05-07T00:32:20.867Z Compiling schemars_derive v0.8.22
14462026-05-07T00:32:20.928Z Compiling zerovec v0.11.5
14472026-05-07T00:32:20.941Z Compiling zerotrie v0.2.3
14482026-05-07T00:32:21.075Z Compiling hmac v0.12.1
14492026-05-07T00:32:21.142Z Compiling inout v0.1.4
14502026-05-07T00:32:21.250Z Compiling sha2 v0.10.9
14512026-05-07T00:32:21.265Z Compiling der v0.7.10
14522026-05-07T00:32:21.334Z Compiling cipher v0.4.4
14532026-05-07T00:32:21.470Z Compiling tinystr v0.8.2
14542026-05-07T00:32:21.622Z Compiling potential_utf v0.1.4
14552026-05-07T00:32:21.637Z Compiling salsa20 v0.10.2
14562026-05-07T00:32:21.670Z Compiling icu_locale_core v2.1.1
14572026-05-07T00:32:21.705Z Compiling pbkdf2 v0.12.2
14582026-05-07T00:32:21.734Z Compiling thiserror v2.0.18
14592026-05-07T00:32:21.766Z Compiling icu_collections v2.1.1
14602026-05-07T00:32:21.800Z Compiling aes v0.8.4
14612026-05-07T00:32:21.813Z Compiling scrypt v0.11.0
14622026-05-07T00:32:21.842Z Compiling cbc v0.1.2
14632026-05-07T00:32:21.858Z Compiling tracing v0.1.44
14642026-05-07T00:32:22.015Z Compiling scroll v0.13.0
14652026-05-07T00:32:22.098Z Compiling darling_macro v0.20.11
14662026-05-07T00:32:22.149Z Compiling spki v0.7.3
14672026-05-07T00:32:22.207Z Compiling openssl-macros v0.1.1
14682026-05-07T00:32:22.288Z Compiling goblin v0.10.5
14692026-05-07T00:32:22.303Z Compiling icu_provider v2.1.1
14702026-05-07T00:32:22.314Z Compiling dtrace-parser v0.3.0
14712026-05-07T00:32:22.384Z Compiling pkcs5 v0.7.1
14722026-05-07T00:32:22.530Z Compiling bytes v1.11.1
14732026-05-07T00:32:22.595Z Compiling icu_properties v2.1.2
14742026-05-07T00:32:22.620Z Compiling icu_normalizer v2.1.1
14752026-05-07T00:32:22.635Z Compiling chrono v0.4.44
14762026-05-07T00:32:22.638Z Compiling ipnet v2.11.0
14772026-05-07T00:32:22.665Z Compiling darling v0.20.11
14782026-05-07T00:32:22.700Z Compiling pkcs8 v0.10.2
14792026-05-07T00:32:22.763Z Compiling derive_builder_core v0.20.2
14802026-05-07T00:32:22.903Z Compiling signature v2.2.0
14812026-05-07T00:32:23.005Z Compiling tokio v1.52.1
14822026-05-07T00:32:23.022Z Compiling http v1.4.0
14832026-05-07T00:32:23.086Z Compiling rustls-native-certs v0.8.3
14842026-05-07T00:32:23.103Z Compiling thiserror-impl v1.0.69
14852026-05-07T00:32:23.164Z Compiling scroll_derive v0.12.1
14862026-05-07T00:32:23.179Z Compiling serde_spanned v0.6.9
14872026-05-07T00:32:23.179Z Compiling erased-serde v0.3.31
14882026-05-07T00:32:23.351Z Compiling toml_datetime v0.6.11
14892026-05-07T00:32:23.401Z Compiling serde_tokenstream v0.2.3
14902026-05-07T00:32:23.636Z Compiling ppv-lite86 v0.2.21
14912026-05-07T00:32:23.656Z Compiling idna_adapter v1.2.1
14922026-05-07T00:32:23.690Z Compiling http-body v1.0.1
14932026-05-07T00:32:23.723Z Compiling derive_builder_macro v0.20.2
14942026-05-07T00:32:23.740Z Compiling md-5 v0.10.6
14952026-05-07T00:32:23.768Z Compiling webpki-roots v1.0.6
14962026-05-07T00:32:23.797Z Compiling idna v1.1.0
14972026-05-07T00:32:23.813Z Compiling http-body-util v0.1.3
14982026-05-07T00:32:23.862Z Compiling darling_macro v0.21.3
14992026-05-07T00:32:23.874Z Compiling scroll v0.12.0
15002026-05-07T00:32:23.904Z Compiling zerocopy-derive v0.7.35
15012026-05-07T00:32:23.922Z Compiling ryu v1.0.23
15022026-05-07T00:32:23.947Z Compiling rand_chacha v0.9.0
15032026-05-07T00:32:23.983Z Compiling rand_chacha v0.3.1
15042026-05-07T00:32:24.049Z Compiling cfg_aliases v0.2.1
15052026-05-07T00:32:24.070Z Compiling zlib-rs v0.6.2
15062026-05-07T00:32:24.120Z Compiling url v2.5.8
15072026-05-07T00:32:24.143Z Compiling litrs v1.0.0
15082026-05-07T00:32:24.172Z Compiling rand v0.9.2
15092026-05-07T00:32:24.254Z Compiling smoltcp v0.9.1
15102026-05-07T00:32:24.381Z Compiling psl-types v2.0.11
15112026-05-07T00:32:24.405Z Compiling thiserror v1.0.69
15122026-05-07T00:32:24.479Z Compiling rustix v0.38.44
15132026-05-07T00:32:24.515Z Compiling base16ct v0.2.0
15142026-05-07T00:32:24.530Z Compiling num-bigint-dig v0.8.6
15152026-05-07T00:32:24.666Z Compiling fallible-iterator v0.2.0
15162026-05-07T00:32:24.680Z Compiling document-features v0.2.12
15172026-05-07T00:32:24.715Z Compiling proptest v1.10.0
15182026-05-07T00:32:24.822Z Compiling sec1 v0.7.3
15192026-05-07T00:32:24.854Z Compiling zerocopy v0.7.35
15202026-05-07T00:32:24.871Z Compiling publicsuffix v2.3.0
15212026-05-07T00:32:25.008Z Compiling dof v0.4.0
15222026-05-07T00:32:25.023Z Compiling postgres-protocol v0.6.10
15232026-05-07T00:32:25.039Z Compiling darling v0.21.3
15242026-05-07T00:32:25.054Z Compiling derive_builder v0.20.2
15252026-05-07T00:32:25.069Z Compiling rand v0.8.5
15262026-05-07T00:32:25.125Z Compiling nix v0.31.2
15272026-05-07T00:32:25.140Z Compiling goblin v0.8.2
15282026-05-07T00:32:25.333Z Compiling serde_urlencoded v0.7.1
15292026-05-07T00:32:25.520Z Compiling ipnetwork v0.21.1
15302026-05-07T00:32:25.538Z Compiling cargo-platform v0.1.9
15312026-05-07T00:32:25.607Z Compiling hubpack_derive v0.1.1
15322026-05-07T00:32:25.622Z Compiling hkdf v0.12.4
15332026-05-07T00:32:25.656Z Compiling crypto-bigint v0.5.5
15342026-05-07T00:32:25.823Z Compiling oxnet v0.1.4
15352026-05-07T00:32:25.853Z Compiling regex v1.12.3
15362026-05-07T00:32:26.070Z Compiling async-trait v0.1.89
15372026-05-07T00:32:26.091Z Compiling strum_macros v0.27.2
15382026-05-07T00:32:26.105Z Compiling daft-derive v0.1.5
15392026-05-07T00:32:26.108Z Compiling curve25519-dalek-derive v0.1.1
15402026-05-07T00:32:26.229Z Compiling ref-cast-impl v1.0.25
15412026-05-07T00:32:26.312Z Compiling group v0.13.0
15422026-05-07T00:32:26.507Z Compiling num-iter v0.1.45
15432026-05-07T00:32:26.660Z Compiling terminal_size v0.4.3
15442026-05-07T00:32:26.793Z Compiling phf_shared v0.13.1
15452026-05-07T00:32:26.809Z Compiling lazy_static v1.5.0
15462026-05-07T00:32:26.826Z Compiling tokio-util v0.7.18
15472026-05-07T00:32:26.830Z Compiling tower v0.5.3
15482026-05-07T00:32:26.858Z Compiling tokio-native-tls v0.3.1
15492026-05-07T00:32:26.861Z Compiling vergen v9.0.6
15502026-05-07T00:32:26.886Z Compiling fs-err v3.3.0
15512026-05-07T00:32:26.916Z Compiling ahash v0.8.12
15522026-05-07T00:32:27.053Z Compiling flate2 v1.1.9
15532026-05-07T00:32:27.069Z Compiling newtype-uuid v1.3.2
15542026-05-07T00:32:27.084Z Compiling foldhash v0.2.0
15552026-05-07T00:32:27.101Z Compiling foldhash v0.1.5
15562026-05-07T00:32:27.144Z Compiling unicode-segmentation v1.12.0
15572026-05-07T00:32:27.160Z Compiling object v0.37.3
15582026-05-07T00:32:27.176Z Compiling managed v0.8.0
15592026-05-07T00:32:27.292Z Compiling tower-http v0.6.8
15602026-05-07T00:32:27.334Z Compiling winnow v0.5.40
15612026-05-07T00:32:27.349Z Compiling libbz2-rs-sys v0.2.2
15622026-05-07T00:32:27.364Z Compiling bitflags v1.3.2
15632026-05-07T00:32:27.415Z Compiling bumpalo v3.20.2
15642026-05-07T00:32:27.455Z Compiling dof v0.3.0
15652026-05-07T00:32:27.493Z Compiling daft v0.1.5
15662026-05-07T00:32:27.535Z Compiling h2 v0.4.13
15672026-05-07T00:32:27.562Z Compiling hashbrown v0.16.1
15682026-05-07T00:32:27.695Z Compiling zopfli v0.8.3
15692026-05-07T00:32:27.732Z Compiling hashbrown v0.15.5
15702026-05-07T00:32:27.807Z Compiling bzip2 v0.6.1
15712026-05-07T00:32:27.884Z Compiling clap_builder v4.5.60
15722026-05-07T00:32:28.047Z Compiling phf v0.13.1
15732026-05-07T00:32:28.146Z Compiling strum v0.27.2
15742026-05-07T00:32:28.202Z Compiling signal-hook-mio v0.2.5
15752026-05-07T00:32:28.230Z Compiling elliptic-curve v0.13.8
15762026-05-07T00:32:28.273Z Compiling cargo_metadata v0.19.2
15772026-05-07T00:32:28.297Z Compiling usdt-attr-macro v0.6.0
15782026-05-07T00:32:28.314Z Compiling usdt-macro v0.6.0
15792026-05-07T00:32:28.351Z Compiling cookie_store v0.22.1
15802026-05-07T00:32:28.376Z Compiling hubpack v0.1.2
15812026-05-07T00:32:28.616Z Compiling bzip2 v0.4.4
15822026-05-07T00:32:28.651Z Compiling toml_edit v0.19.15
15832026-05-07T00:32:28.685Z Compiling zstd v0.13.3
15842026-05-07T00:32:28.732Z Compiling postgres-types v0.2.12
15852026-05-07T00:32:28.832Z Compiling serde_with_macros v3.17.0
15862026-05-07T00:32:28.865Z Compiling dtrace-parser v0.2.0
15872026-05-07T00:32:28.976Z Compiling ed25519 v2.2.3
15882026-05-07T00:32:29.016Z Compiling pkcs1 v0.7.5
15892026-05-07T00:32:29.103Z Compiling hex v0.4.3
15902026-05-07T00:32:29.139Z Compiling serde-big-array v0.5.1
15912026-05-07T00:32:29.298Z Compiling rfc6979 v0.4.0
15922026-05-07T00:32:29.316Z Compiling bstr v1.12.1
15932026-05-07T00:32:29.387Z Compiling strum_macros v0.26.4
15942026-05-07T00:32:29.437Z Compiling clap_derive v4.5.55
15952026-05-07T00:32:29.456Z Compiling serde_repr v0.1.20
15962026-05-07T00:32:29.620Z Compiling enum-as-inner v0.6.1
15972026-05-07T00:32:29.652Z Compiling phf_shared v0.11.3
15982026-05-07T00:32:29.911Z Compiling float-cmp v0.10.0
15992026-05-07T00:32:29.914Z Compiling memmap2 v0.9.10
16002026-05-07T00:32:30.043Z Compiling thread-id v4.2.2
16012026-05-07T00:32:30.057Z Compiling env_filter v1.0.0
16022026-05-07T00:32:30.081Z Compiling encoding_rs v0.8.35
16032026-05-07T00:32:30.097Z Compiling data-encoding v2.10.0
16042026-05-07T00:32:30.097Z Compiling static_assertions v1.1.0
16052026-05-07T00:32:30.143Z Compiling new_debug_unreachable v1.0.6
16062026-05-07T00:32:30.164Z Compiling keccak v0.1.6
16072026-05-07T00:32:30.188Z Compiling difflib v0.4.0
16082026-05-07T00:32:30.235Z Compiling whoami v2.1.0
16092026-05-07T00:32:30.249Z Compiling jiff v0.2.21
16102026-05-07T00:32:30.391Z Compiling normalize-line-endings v0.3.0
16112026-05-07T00:32:30.534Z Compiling fixedbitset v0.4.2
16122026-05-07T00:32:30.641Z Compiling hyper v1.8.1
16132026-05-07T00:32:30.786Z Compiling either v1.15.0
16142026-05-07T00:32:30.801Z Compiling fixedbitset v0.5.7
16152026-05-07T00:32:30.843Z Compiling predicates-core v1.0.10
16162026-05-07T00:32:30.954Z Compiling mime v0.3.17
16172026-05-07T00:32:31.015Z Compiling precomputed-hash v0.1.1
16182026-05-07T00:32:31.029Z Compiling rustc-hash v2.1.1
16192026-05-07T00:32:31.044Z Compiling petgraph v0.8.3
16202026-05-07T00:32:31.124Z Compiling string_cache v0.8.9
16212026-05-07T00:32:31.140Z Compiling itertools v0.13.0
16222026-05-07T00:32:31.180Z Compiling iddqd v0.3.18
16232026-05-07T00:32:31.217Z Compiling predicates v3.1.4
16242026-05-07T00:32:31.246Z Compiling petgraph v0.6.5
16252026-05-07T00:32:31.265Z Compiling strum v0.26.3
16262026-05-07T00:32:31.348Z Compiling clap v4.5.60
16272026-05-07T00:32:31.377Z Compiling tokio-postgres v0.7.16
16282026-05-07T00:32:31.410Z Compiling hickory-proto v0.25.2
16292026-05-07T00:32:31.424Z Compiling sha3 v0.10.8
16302026-05-07T00:32:31.448Z Compiling env_logger v0.11.9
16312026-05-07T00:32:31.606Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16322026-05-07T00:32:31.652Z Compiling usdt-impl v0.5.0
16332026-05-07T00:32:31.841Z Compiling hyper-util v0.1.20
16342026-05-07T00:32:31.914Z Compiling toml_edit v0.22.27
16352026-05-07T00:32:31.929Z Compiling serde_with v3.17.0
16362026-05-07T00:32:32.274Z Compiling usdt v0.6.0
16372026-05-07T00:32:32.277Z Compiling toml v0.7.8
16382026-05-07T00:32:32.367Z Compiling similar v2.7.0
16392026-05-07T00:32:32.432Z Compiling crossterm v0.28.1
16402026-05-07T00:32:32.560Z Compiling ecdsa v0.16.9
16412026-05-07T00:32:32.775Z Compiling rsa v0.9.10
16422026-05-07T00:32:32.902Z Compiling zip v4.6.1
16432026-05-07T00:32:32.968Z Compiling ed25519-dalek v2.2.0
16442026-05-07T00:32:33.265Z Compiling hyper-tls v0.6.0
16452026-05-07T00:32:33.442Z Compiling zip v0.6.6
16462026-05-07T00:32:33.671Z Compiling tokio-stream v0.1.18
16472026-05-07T00:32:33.674Z Compiling heck v0.4.1
16482026-05-07T00:32:33.749Z Compiling toml_parser v1.0.9+spec-1.1.0
16492026-05-07T00:32:33.859Z Compiling buf-list v1.1.2
16502026-05-07T00:32:33.889Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-07T00:32:33.923Z Compiling openapiv3 v2.2.0
16522026-05-07T00:32:34.012Z Compiling x509-cert v0.2.5
16532026-05-07T00:32:34.042Z Compiling sha1 v0.10.6
16542026-05-07T00:32:34.166Z Compiling crossbeam-epoch v0.9.18
16552026-05-07T00:32:34.181Z Compiling toml_datetime v0.7.5+spec-1.1.0
16562026-05-07T00:32:34.212Z Compiling peg-runtime v0.8.5
16572026-05-07T00:32:34.286Z Compiling lalrpop-util v0.19.12
16582026-05-07T00:32:34.408Z Compiling thread_local v1.1.9
16592026-05-07T00:32:34.480Z Compiling slog-async v2.8.0
16602026-05-07T00:32:34.495Z Compiling futures-executor v0.3.32
16612026-05-07T00:32:34.512Z Compiling crossbeam-channel v0.5.15
16622026-05-07T00:32:34.512Z Compiling filetime v0.2.27
16632026-05-07T00:32:34.542Z Compiling is-terminal v0.4.17
16642026-05-07T00:32:34.542Z Compiling take_mut v0.2.2
16652026-05-07T00:32:34.674Z Compiling term v1.2.1
16662026-05-07T00:32:34.690Z Compiling xattr v1.6.1
16672026-05-07T00:32:34.693Z Compiling futures v0.3.32
16682026-05-07T00:32:34.878Z Compiling tar v0.4.45
16692026-05-07T00:32:35.006Z Compiling slog-term v2.9.2
16702026-05-07T00:32:52.390Z Compiling rustls-webpki v0.103.9
16712026-05-07T00:32:55.177Z Compiling tokio-rustls v0.26.4
16722026-05-07T00:32:55.177Z Compiling rustls-platform-verifier v0.6.2
16732026-05-07T00:32:55.374Z Compiling hyper-rustls v0.27.7
16742026-05-07T00:32:55.568Z Compiling reqwest v0.12.28
16752026-05-07T00:32:55.568Z Compiling reqwest v0.13.2
16762026-05-07T00:32:57.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16772026-05-07T00:32:57.791Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16782026-05-07T00:33:00.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.86s
16792026-05-07T00:33:00.732Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16802026-05-07T00:33:00.789ZMay 07 00:32:59.695 INFO Starting download, target: Clickhouse
16812026-05-07T00:33:00.789ZMay 07 00:32:59.696 INFO Starting download, target: Console
16822026-05-07T00:33:00.789ZMay 07 00:32:59.696 INFO Starting download, target: DendriteStub
16832026-05-07T00:33:00.789ZMay 07 00:32:59.696 INFO Starting download, target: Cockroach
16842026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Starting download, target: MaghemiteMgd
16852026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Starting download, target: TransceiverControl
16862026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16872026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16882026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16892026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16902026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16912026-05-07T00:33:00.792ZMay 07 00:32:59.696 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16922026-05-07T00:33:01.217ZMay 07 00:33:00.116 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16932026-05-07T00:33:01.439ZMay 07 00:33:00.327 INFO Download complete, target: TransceiverControl
16942026-05-07T00:33:01.781ZMay 07 00:33:00.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16952026-05-07T00:33:02.034ZMay 07 00:33:00.916 INFO Download complete, target: Console
16962026-05-07T00:33:03.130ZMay 07 00:33:02.026 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16972026-05-07T00:33:03.453ZMay 07 00:33:02.262 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16982026-05-07T00:33:03.800ZMay 07 00:33:02.667 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16992026-05-07T00:33:05.797ZMay 07 00:33:04.602 INFO Download complete, target: DendriteStub
17002026-05-07T00:33:06.043ZMay 07 00:33:04.903 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17012026-05-07T00:33:06.043ZMay 07 00:33:04.903 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17022026-05-07T00:33:06.197ZMay 07 00:33:05.085 INFO Download complete, target: MaghemiteMgd
17032026-05-07T00:33:10.038ZMay 07 00:33:08.942 INFO Checking that binary works, target: Clickhouse
17042026-05-07T00:33:10.170ZMay 07 00:33:09.076 INFO Download complete, target: Clickhouse
17052026-05-07T00:33:10.637ZMay 07 00:33:09.543 INFO Checking that binary works, target: Cockroach
17062026-05-07T00:33:10.770ZMay 07 00:33:09.676 INFO Download complete, target: Cockroach
17072026-05-07T00:33:10.775ZAll prerequisites installed successfully
17082026-05-07T00:33:10.778Z
17092026-05-07T00:33:10.778Zreal 1:58.965087175
17102026-05-07T00:33:10.778Zuser 6:46.509385357
17112026-05-07T00:33:10.778Zsys 1:38.532308170
17122026-05-07T00:33:10.778Ztrap 0.278071803
17132026-05-07T00:33:10.778Ztflt 1.976376763
17142026-05-07T00:33:10.778Zdflt 1.993324131
17152026-05-07T00:33:10.778Zkflt 0.049835709
17162026-05-07T00:33:10.778Zlock 22:45.256647604
17172026-05-07T00:33:10.778Zslp 18:39.586168556
17182026-05-07T00:33:10.778Zlat 25.440791806
17192026-05-07T00:33:10.778Zstop 2:52.269130017
17202026-05-07T00:33:10.778Z+ ptime -m cargo xtask download softnpu
17212026-05-07T00:33:11.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17222026-05-07T00:33:11.324Z Running `target/debug/xtask download softnpu`
17232026-05-07T00:33:12.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17242026-05-07T00:33:12.156Z Running `target/debug/xtask-downloader softnpu`
17252026-05-07T00:33:12.197ZMay 07 00:33:11.103 INFO Starting download, target: Softnpu
17262026-05-07T00:33:12.200ZMay 07 00:33:11.103 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17272026-05-07T00:33:12.955ZMay 07 00:33:11.861 INFO Download complete, target: Softnpu
17282026-05-07T00:33:12.959Z
17292026-05-07T00:33:12.961Zreal 2.177112868
17302026-05-07T00:33:12.961Zuser 1.342694924
17312026-05-07T00:33:12.961Zsys 0.661875017
17322026-05-07T00:33:12.961Ztrap 0.000400996
17332026-05-07T00:33:12.961Ztflt 0.000252421
17342026-05-07T00:33:12.961Zdflt 0.000124506
17352026-05-07T00:33:12.961Zkflt 0.000000000
17362026-05-07T00:33:12.961Zlock 14.274082217
17372026-05-07T00:33:12.961Zslp 0.623351726
17382026-05-07T00:33:12.961Zlat 0.094379341
17392026-05-07T00:33:12.962Zstop 0.000174778
17402026-05-07T00:33:12.962Z+ export CARGO_INCREMENTAL=0
17412026-05-07T00:33:12.962Z+ CARGO_INCREMENTAL=0
17422026-05-07T00:33:12.962Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17432026-05-07T00:33:13.852Z Compiling proc-macro2 v1.0.106
17442026-05-07T00:33:13.852Z Compiling quote v1.0.45
17452026-05-07T00:33:13.852Z Compiling unicode-ident v1.0.24
17462026-05-07T00:33:13.855Z Compiling libc v0.2.185
17472026-05-07T00:33:13.855Z Compiling serde_core v1.0.228
17482026-05-07T00:33:13.855Z Compiling serde v1.0.228
17492026-05-07T00:33:13.855Z Compiling cfg-if v1.0.4
17502026-05-07T00:33:13.855Z Compiling version_check v0.9.5
17512026-05-07T00:33:13.855Z Compiling shlex v1.3.0
17522026-05-07T00:33:13.999Z Compiling find-msvc-tools v0.1.9
17532026-05-07T00:33:14.002Z Compiling typenum v1.19.0
17542026-05-07T00:33:14.002Z Compiling autocfg v1.5.0
17552026-05-07T00:33:14.002Z Compiling zmij v1.0.21
17562026-05-07T00:33:14.002Z Compiling memchr v2.8.0
17572026-05-07T00:33:14.002Z Compiling serde_json v1.0.149
17582026-05-07T00:33:14.270Z Compiling portable-atomic v1.13.1
17592026-05-07T00:33:14.308Z Compiling zerocopy v0.8.40
17602026-05-07T00:33:14.318Z Compiling generic-array v0.14.7
17612026-05-07T00:33:14.341Z Compiling libm v0.2.16
17622026-05-07T00:33:14.354Z Compiling smallvec v1.15.1
17632026-05-07T00:33:14.358Z Compiling parking_lot_core v0.9.12
17642026-05-07T00:33:14.389Z Compiling icu_properties_data v2.1.2
17652026-05-07T00:33:14.430Z Compiling num-traits v0.2.19
17662026-05-07T00:33:14.614Z Compiling icu_normalizer_data v2.1.1
17672026-05-07T00:33:14.650Z Compiling itoa v1.0.17
17682026-05-07T00:33:14.659Z Compiling getrandom v0.4.1
17692026-05-07T00:33:14.665Z Compiling log v0.4.29
17702026-05-07T00:33:14.665Z Compiling stable_deref_trait v1.2.1
17712026-05-07T00:33:14.715Z Compiling pkg-config v0.3.32
17722026-05-07T00:33:14.742Z Compiling subtle v2.6.1
17732026-05-07T00:33:14.921Z Compiling scopeguard v1.2.0
17742026-05-07T00:33:14.992Z Compiling litemap v0.8.1
17752026-05-07T00:33:15.021Z Compiling jobserver v0.1.34
17762026-05-07T00:33:15.055Z Compiling getrandom v0.2.17
17772026-05-07T00:33:15.087Z Compiling errno v0.3.14
17782026-05-07T00:33:15.155Z Compiling lock_api v0.4.14
17792026-05-07T00:33:15.183Z Compiling writeable v0.6.2
17802026-05-07T00:33:15.232Z Compiling rand_core v0.6.4
17812026-05-07T00:33:15.323Z Compiling cc v1.2.56
17822026-05-07T00:33:15.328Z Compiling percent-encoding v2.3.2
17832026-05-07T00:33:15.368Z Compiling syn v2.0.117
17842026-05-07T00:33:15.374Z Compiling thiserror v2.0.18
17852026-05-07T00:33:15.417Z Compiling pin-project-lite v0.2.17
17862026-05-07T00:33:15.448Z Compiling fnv v1.0.7
17872026-05-07T00:33:15.539Z Compiling getrandom v0.3.4
17882026-05-07T00:33:15.601Z Compiling critical-section v1.2.0
17892026-05-07T00:33:15.675Z Compiling schemars v0.8.22
17902026-05-07T00:33:15.693Z Compiling rustversion v1.0.22
17912026-05-07T00:33:15.724Z Compiling equivalent v1.0.2
17922026-05-07T00:33:15.727Z Compiling dunce v1.0.5
17932026-05-07T00:33:15.772Z Compiling fs_extra v1.3.0
17942026-05-07T00:33:15.829Z Compiling utf8_iter v1.0.4
17952026-05-07T00:33:15.850Z Compiling rand_core v0.10.0
17962026-05-07T00:33:15.903Z Compiling form_urlencoded v1.2.2
17972026-05-07T00:33:15.982Z Compiling signal-hook-registry v1.4.8
17982026-05-07T00:33:16.044Z Compiling const-oid v0.9.6
17992026-05-07T00:33:16.058Z Compiling hashbrown v0.17.0
18002026-05-07T00:33:16.076Z Compiling once_cell v1.21.3
18012026-05-07T00:33:16.179Z Compiling cmake v0.1.57
18022026-05-07T00:33:16.274Z Compiling semver v1.0.28
18032026-05-07T00:33:16.382Z Compiling parking_lot v0.12.5
18042026-05-07T00:33:16.432Z Compiling bitflags v2.11.0
18052026-05-07T00:33:16.470Z Compiling mio v1.2.0
18062026-05-07T00:33:16.563Z Compiling indexmap v2.14.0
18072026-05-07T00:33:16.605Z Compiling socket2 v0.6.3
18082026-05-07T00:33:16.641Z Compiling rustix v1.1.3
18092026-05-07T00:33:16.659Z Compiling ring v0.17.14
18102026-05-07T00:33:16.678Z Compiling aws-lc-sys v0.37.1
18112026-05-07T00:33:16.792Z Compiling aws-lc-rs v1.16.0
18122026-05-07T00:33:16.875Z Compiling strsim v0.11.1
18132026-05-07T00:33:16.904Z Compiling futures-core v0.3.32
18142026-05-07T00:33:16.940Z Compiling thiserror v1.0.69
18152026-05-07T00:33:17.000Z Compiling httparse v1.10.1
18162026-05-07T00:33:17.053Z Compiling byteorder v1.5.0
18172026-05-07T00:33:17.100Z Compiling ucd-trie v0.1.7
18182026-05-07T00:33:17.219Z Compiling syn v1.0.109
18192026-05-07T00:33:17.234Z Compiling iana-time-zone v0.1.65
18202026-05-07T00:33:17.252Z Compiling pest v2.8.6
18212026-05-07T00:33:17.315Z Compiling heck v0.5.0
18222026-05-07T00:33:17.334Z Compiling ident_case v1.0.1
18232026-05-07T00:33:17.349Z Compiling vcpkg v0.2.15
18242026-05-07T00:33:17.387Z Compiling uuid v1.23.0
18252026-05-07T00:33:17.420Z Compiling cpufeatures v0.2.17
18262026-05-07T00:33:17.517Z Compiling regex-syntax v0.8.10
18272026-05-07T00:33:17.594Z Compiling rustc_version v0.4.1
18282026-05-07T00:33:17.730Z Compiling rustls v0.23.37
18292026-05-07T00:33:17.733Z Compiling futures-sink v0.3.32
18302026-05-07T00:33:17.875Z Compiling futures-channel v0.3.32
18312026-05-07T00:33:17.930Z Compiling slab v0.4.12
18322026-05-07T00:33:17.963Z Compiling openssl-sys v0.9.114
18332026-05-07T00:33:17.967Z Compiling futures-io v0.3.32
18342026-05-07T00:33:17.967Z Compiling futures-task v0.3.32
18352026-05-07T00:33:18.133Z Compiling plain v0.2.3
18362026-05-07T00:33:18.149Z Compiling dyn-clone v1.0.20
18372026-05-07T00:33:18.164Z Compiling crc32fast v1.5.0
18382026-05-07T00:33:18.193Z Compiling synstructure v0.13.2
18392026-05-07T00:33:18.212Z Compiling serde_derive_internals v0.29.1
18402026-05-07T00:33:18.227Z Compiling aho-corasick v1.1.4
18412026-05-07T00:33:18.262Z Compiling num-conv v0.2.0
18422026-05-07T00:33:18.321Z Compiling pest_meta v2.8.6
18432026-05-07T00:33:18.411Z Compiling crossbeam-utils v0.8.21
18442026-05-07T00:33:18.493Z Compiling time-core v0.1.8
18452026-05-07T00:33:18.603Z Compiling pretty-hex v0.4.1
18462026-05-07T00:33:18.664Z Compiling time-macros v0.2.27
18472026-05-07T00:33:18.777Z Compiling base64 v0.22.1
18482026-05-07T00:33:18.815Z Compiling openssl v0.10.78
18492026-05-07T00:33:18.927Z Compiling pest_generator v2.8.6
18502026-05-07T00:33:18.998Z Compiling anyhow v1.0.102
18512026-05-07T00:33:19.016Z Compiling base64ct v1.8.3
18522026-05-07T00:33:19.064Z Compiling regex-automata v0.4.14
18532026-05-07T00:33:19.079Z Compiling darling_core v0.21.3
18542026-05-07T00:33:19.102Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18552026-05-07T00:33:19.301Z Compiling pem-rfc7468 v0.7.0
18562026-05-07T00:33:19.318Z Compiling flagset v0.4.7
18572026-05-07T00:33:19.321Z Compiling native-tls v0.2.18
18582026-05-07T00:33:19.321Z Compiling rand_core v0.9.5
18592026-05-07T00:33:19.453Z Compiling serde_derive v1.0.228
18602026-05-07T00:33:19.475Z Compiling zeroize_derive v1.4.3
18612026-05-07T00:33:19.494Z Compiling zerofrom-derive v0.1.6
18622026-05-07T00:33:19.569Z Compiling yoke-derive v0.8.1
18632026-05-07T00:33:19.595Z Compiling zerovec-derive v0.11.2
18642026-05-07T00:33:19.598Z Compiling displaydoc v0.2.5
18652026-05-07T00:33:19.627Z Compiling zerocopy-derive v0.8.40
18662026-05-07T00:33:19.645Z Compiling tokio-macros v2.7.0
18672026-05-07T00:33:19.665Z Compiling futures-macro v0.3.32
18682026-05-07T00:33:19.671Z Compiling thiserror-impl v2.0.18
18692026-05-07T00:33:19.677Z Compiling schemars_derive v0.8.22
18702026-05-07T00:33:20.087Z Compiling zeroize v1.8.2
18712026-05-07T00:33:20.380Z Compiling tracing-attributes v0.1.31
18722026-05-07T00:33:20.509Z Compiling der_derive v0.7.3
18732026-05-07T00:33:20.538Z Compiling thiserror-impl v1.0.69
18742026-05-07T00:33:20.630Z Compiling pest_derive v2.8.6
18752026-05-07T00:33:20.646Z Compiling zerofrom v0.1.6
18762026-05-07T00:33:20.795Z Compiling yoke v0.8.1
18772026-05-07T00:33:20.867Z Compiling crypto-common v0.1.7
18782026-05-07T00:33:20.975Z Compiling zerovec v0.11.5
18792026-05-07T00:33:21.002Z Compiling zerotrie v0.2.3
18802026-05-07T00:33:21.068Z Compiling block-buffer v0.10.4
18812026-05-07T00:33:21.088Z Compiling futures-util v0.3.32
18822026-05-07T00:33:21.246Z Compiling digest v0.10.7
18832026-05-07T00:33:21.429Z Compiling block-padding v0.3.3
18842026-05-07T00:33:21.453Z Compiling hmac v0.12.1
18852026-05-07T00:33:21.518Z Compiling tinystr v0.8.2
18862026-05-07T00:33:21.555Z Compiling potential_utf v0.1.4
18872026-05-07T00:33:21.586Z Compiling inout v0.1.4
18882026-05-07T00:33:21.604Z Compiling sha2 v0.10.9
18892026-05-07T00:33:21.631Z Compiling rustls-pki-types v1.14.0
18902026-05-07T00:33:21.662Z Compiling scroll_derive v0.12.1
18912026-05-07T00:33:21.752Z Compiling icu_locale_core v2.1.1
18922026-05-07T00:33:21.752Z Compiling icu_collections v2.1.1
18932026-05-07T00:33:21.813Z Compiling cipher v0.4.4
18942026-05-07T00:33:21.998Z Compiling scroll_derive v0.13.1
18952026-05-07T00:33:22.433Z Compiling openssl-macros v0.1.1
18962026-05-07T00:33:22.484Z Compiling icu_provider v2.1.1
18972026-05-07T00:33:22.515Z Compiling der v0.7.10
18982026-05-07T00:33:22.597Z Compiling bytes v1.11.1
18992026-05-07T00:33:22.759Z Compiling icu_properties v2.1.2
19002026-05-07T00:33:22.762Z Compiling icu_normalizer v2.1.1
19012026-05-07T00:33:22.791Z Compiling chrono v0.4.44
19022026-05-07T00:33:22.835Z Compiling serde_tokenstream v0.2.3
19032026-05-07T00:33:22.909Z Compiling regex v1.12.3
19042026-05-07T00:33:23.143Z Compiling tokio v1.52.1
19052026-05-07T00:33:23.530Z Compiling http v1.4.0
19062026-05-07T00:33:23.687Z Compiling darling_macro v0.21.3
19072026-05-07T00:33:23.691Z Compiling idna_adapter v1.2.1
19082026-05-07T00:33:23.818Z Compiling idna v1.1.0
19092026-05-07T00:33:23.850Z Compiling ppv-lite86 v0.2.21
19102026-05-07T00:33:23.875Z Compiling zerocopy-derive v0.7.35
19112026-05-07T00:33:24.115Z Compiling slog v2.8.2
19122026-05-07T00:33:24.193Z Compiling url v2.5.8
19132026-05-07T00:33:24.268Z Compiling tracing-core v0.1.36
19142026-05-07T00:33:24.329Z Compiling untrusted v0.9.0
19152026-05-07T00:33:24.436Z Compiling darling v0.21.3
19162026-05-07T00:33:24.482Z Compiling spki v0.7.3
19172026-05-07T00:33:24.663Z Compiling tracing v0.1.44
19182026-05-07T00:33:24.672Z Compiling salsa20 v0.10.2
19192026-05-07T00:33:24.715Z Compiling pbkdf2 v0.12.2
19202026-05-07T00:33:25.334Z Compiling cookie v0.18.1
19212026-05-07T00:33:25.388Z Compiling camino v1.2.2
19222026-05-07T00:33:25.427Z Compiling scrypt v0.11.0
19232026-05-07T00:33:25.539Z Compiling rand_chacha v0.9.0
19242026-05-07T00:33:25.554Z Compiling aes v0.8.4
19252026-05-07T00:33:25.677Z Compiling cbc v0.1.2
19262026-05-07T00:33:26.056Z Compiling usdt-impl v0.5.0
19272026-05-07T00:33:26.141Z Compiling paste v1.0.15
19282026-05-07T00:33:26.144Z Compiling usdt-impl v0.6.0
19292026-05-07T00:33:26.202Z Compiling ref-cast v1.0.25
19302026-05-07T00:33:26.284Z Compiling winnow v0.7.14
19312026-05-07T00:33:26.300Z Compiling either v1.15.0
19322026-05-07T00:33:26.529Z Compiling pkcs5 v0.7.1
19332026-05-07T00:33:26.543Z Compiling rand v0.9.2
19342026-05-07T00:33:26.619Z Compiling http-body v1.0.1
19352026-05-07T00:33:26.789Z Compiling scroll v0.13.0
19362026-05-07T00:33:26.792Z Compiling toml_datetime v0.6.11
19372026-05-07T00:33:26.941Z Compiling serde_spanned v0.6.9
19382026-05-07T00:33:26.974Z Compiling scroll v0.12.0
19392026-05-07T00:33:27.042Z Compiling heapless v0.7.17
19402026-05-07T00:33:27.087Z Compiling tokio-util v0.7.18
19412026-05-07T00:33:27.102Z Compiling bzip2-sys v0.1.13+1.0.8
19422026-05-07T00:33:27.130Z Compiling zstd-safe v7.2.4
19432026-05-07T00:33:27.261Z Compiling atomic-waker v1.1.2
19442026-05-07T00:33:27.311Z Compiling untrusted v0.7.1
19452026-05-07T00:33:27.388Z Compiling signal-hook v0.3.18
19462026-05-07T00:33:27.406Z Compiling openssl-probe v0.2.1
19472026-05-07T00:33:27.466Z Compiling goblin v0.8.2
19482026-05-07T00:33:27.600Z Compiling toml_parser v1.0.9+spec-1.1.0
19492026-05-07T00:33:27.733Z Compiling goblin v0.10.5
19502026-05-07T00:33:27.752Z Compiling pkcs8 v0.10.2
19512026-05-07T00:33:28.058Z Compiling zerocopy v0.7.35
19522026-05-07T00:33:28.077Z Compiling ref-cast-impl v1.0.25
19532026-05-07T00:33:28.174Z Compiling darling_core v0.20.11
19542026-05-07T00:33:28.329Z Compiling curve25519-dalek v4.1.3
19552026-05-07T00:33:28.494Z Compiling toml_datetime v0.7.5+spec-1.1.0
19562026-05-07T00:33:28.529Z Compiling memoffset v0.9.1
19572026-05-07T00:33:28.594Z Compiling tower-service v0.3.3
19582026-05-07T00:33:28.619Z Compiling rustix v0.38.44
19592026-05-07T00:33:28.707Z Compiling try-lock v0.2.5
19602026-05-07T00:33:28.877Z Compiling winnow v0.5.40
19612026-05-07T00:33:28.962Z Compiling fastrand v2.3.0
19622026-05-07T00:33:28.979Z Compiling tower-layer v0.3.3
19632026-05-07T00:33:29.036Z Compiling tinyvec_macros v0.1.1
19642026-05-07T00:33:29.253Z Compiling litrs v1.0.0
19652026-05-07T00:33:29.309Z Compiling want v0.3.1
19662026-05-07T00:33:29.323Z Compiling h2 v0.4.13
19672026-05-07T00:33:29.382Z Compiling tinyvec v1.10.0
19682026-05-07T00:33:29.683Z Compiling dof v0.3.0
19692026-05-07T00:33:29.708Z Compiling document-features v0.2.12
19702026-05-07T00:33:30.092Z Compiling darling_macro v0.20.11
19712026-05-07T00:33:30.242Z Compiling toml_edit v0.19.15
19722026-05-07T00:33:30.332Z Compiling dtrace-parser v0.2.0
19732026-05-07T00:33:30.397Z Compiling dof v0.4.0
19742026-05-07T00:33:30.585Z Compiling dtrace-parser v0.3.0
19752026-05-07T00:33:30.658Z Compiling ipnet v2.11.0
19762026-05-07T00:33:30.959Z Compiling async-trait v0.1.89
19772026-05-07T00:33:30.978Z Compiling daft-derive v0.1.5
19782026-05-07T00:33:31.096Z Compiling spin v0.9.8
19792026-05-07T00:33:31.115Z Compiling thread-id v5.1.0
19802026-05-07T00:33:31.203Z Compiling thread-id v4.2.2
19812026-05-07T00:33:31.220Z Compiling powerfmt v0.2.0
19822026-05-07T00:33:31.330Z Compiling pin-utils v0.1.0
19832026-05-07T00:33:31.437Z Compiling num-bigint-dig v0.8.6
19842026-05-07T00:33:31.511Z Compiling smoltcp v0.9.1
19852026-05-07T00:33:31.549Z Compiling httpdate v1.0.3
19862026-05-07T00:33:31.564Z Compiling cfg_aliases v0.2.1
19872026-05-07T00:33:31.567Z Compiling foreign-types-shared v0.1.1
19882026-05-07T00:33:31.649Z Compiling tempfile v3.25.0
19892026-05-07T00:33:31.664Z Compiling nix v0.31.2
19902026-05-07T00:33:31.681Z Compiling foreign-types v0.3.2
19912026-05-07T00:33:31.697Z Compiling deranged v0.5.8
19922026-05-07T00:33:31.994Z Compiling darling v0.20.11
19932026-05-07T00:33:32.082Z Compiling ipnetwork v0.21.1
19942026-05-07T00:33:32.299Z Compiling hyper v1.8.1
19952026-05-07T00:33:32.492Z Compiling strum_macros v0.26.4
19962026-05-07T00:33:32.536Z Compiling curve25519-dalek-derive v0.1.1
19972026-05-07T00:33:32.640Z Compiling wait-timeout v0.2.1
19982026-05-07T00:33:32.965Z Compiling siphasher v1.0.2
19992026-05-07T00:33:32.969Z Compiling quick-error v1.2.3
20002026-05-07T00:33:33.017Z Compiling bit-vec v0.8.0
20012026-05-07T00:33:33.078Z Compiling num_threads v0.1.7
20022026-05-07T00:33:33.095Z Compiling anstyle v1.0.13
20032026-05-07T00:33:33.111Z Compiling simd-adler32 v0.3.8
20042026-05-07T00:33:33.149Z Compiling utf8parse v0.2.2
20052026-05-07T00:33:33.191Z Compiling time v0.3.47
20062026-05-07T00:33:33.282Z Compiling anstyle-parse v0.2.7
20072026-05-07T00:33:33.300Z Compiling bit-set v0.8.0
20082026-05-07T00:33:33.359Z Compiling rusty-fork v0.3.1
20092026-05-07T00:33:33.483Z Compiling hyper-util v0.1.20
20102026-05-07T00:33:33.818Z Compiling derive_builder_core v0.20.2
20112026-05-07T00:33:34.057Z Compiling unicode-normalization v0.1.25
20122026-05-07T00:33:34.534Z Compiling rustls-native-certs v0.8.3
20132026-05-07T00:33:34.633Z Compiling signature v2.2.0
20142026-05-07T00:33:34.793Z Compiling hubpack_derive v0.1.1
20152026-05-07T00:33:34.811Z Compiling rand_xorshift v0.4.0
20162026-05-07T00:33:34.973Z Compiling strum_macros v0.27.2
20172026-05-07T00:33:35.108Z Compiling sync_wrapper v1.0.2
20182026-05-07T00:33:35.202Z Compiling fs-err v3.3.0
20192026-05-07T00:33:35.235Z Compiling ahash v0.8.12
20202026-05-07T00:33:35.268Z Compiling colorchoice v1.0.4
20212026-05-07T00:33:35.299Z Compiling is_terminal_polyfill v1.70.2
20222026-05-07T00:33:35.382Z Compiling anstyle-query v1.1.5
20232026-05-07T00:33:35.403Z Compiling adler2 v2.0.1
20242026-05-07T00:33:35.418Z Compiling unarray v0.1.4
20252026-05-07T00:33:35.439Z Compiling unicode-segmentation v1.12.0
20262026-05-07T00:33:35.487Z Compiling unicode-properties v0.1.4
20272026-05-07T00:33:35.505Z Compiling unicode-bidi v0.3.18
20282026-05-07T00:33:35.521Z Compiling object v0.37.3
20292026-05-07T00:33:35.675Z Compiling allocator-api2 v0.2.21
20302026-05-07T00:33:35.799Z Compiling proptest v1.10.0
20312026-05-07T00:33:35.841Z Compiling stringprep v0.1.5
20322026-05-07T00:33:36.025Z Compiling miniz_oxide v0.8.9
20332026-05-07T00:33:36.151Z Compiling anstream v0.6.21
20342026-05-07T00:33:36.242Z Compiling tower v0.5.3
20352026-05-07T00:33:36.475Z Compiling derive_builder_macro v0.20.2
20362026-05-07T00:33:36.583Z Compiling usdt-macro v0.6.0
20372026-05-07T00:33:36.597Z Compiling usdt-attr-macro v0.6.0
20382026-05-07T00:33:37.067Z Compiling http-body-util v0.1.3
20392026-05-07T00:33:37.230Z Compiling webpki-roots v1.0.6
20402026-05-07T00:33:37.368Z Compiling rand_chacha v0.3.1
20412026-05-07T00:33:37.368Z Compiling erased-serde v0.3.31
20422026-05-07T00:33:37.414Z Compiling md-5 v0.10.6
20432026-05-07T00:33:37.469Z Compiling num-integer v0.1.46
20442026-05-07T00:33:37.590Z Compiling hash32 v0.2.1
20452026-05-07T00:33:37.622Z Compiling vergen-lib v0.1.6
20462026-05-07T00:33:37.668Z Compiling ff v0.13.1
20472026-05-07T00:33:37.719Z Compiling zlib-rs v0.6.2
20482026-05-07T00:33:37.771Z Compiling ryu v1.0.23
20492026-05-07T00:33:37.788Z Compiling psl-types v2.0.11
20502026-05-07T00:33:37.826Z Compiling iri-string v0.7.10
20512026-05-07T00:33:37.841Z Compiling fallible-iterator v0.2.0
20522026-05-07T00:33:37.856Z Compiling base16ct v0.2.0
20532026-05-07T00:33:37.917Z Compiling serde_urlencoded v0.7.1
20542026-05-07T00:33:37.948Z Compiling publicsuffix v2.3.0
20552026-05-07T00:33:37.988Z Compiling sec1 v0.7.3
20562026-05-07T00:33:38.136Z Compiling postgres-protocol v0.6.10
20572026-05-07T00:33:38.153Z Compiling group v0.13.0
20582026-05-07T00:33:38.171Z Compiling newtype-uuid v1.3.2
20592026-05-07T00:33:38.273Z Compiling num-iter v0.1.45
20602026-05-07T00:33:38.347Z Compiling rand v0.8.5
20612026-05-07T00:33:38.596Z Compiling oxnet v0.1.4
20622026-05-07T00:33:38.660Z Compiling derive_builder v0.20.2
20632026-05-07T00:33:38.771Z Compiling tokio-native-tls v0.3.1
20642026-05-07T00:33:38.809Z Compiling heck v0.4.1
20652026-05-07T00:33:38.824Z Compiling phf_shared v0.13.1
20662026-05-07T00:33:38.956Z Compiling tower-http v0.6.8
20672026-05-07T00:33:38.985Z Compiling lazy_static v1.5.0
20682026-05-07T00:33:39.043Z Compiling terminal_size v0.4.3
20692026-05-07T00:33:39.072Z Compiling serde_with_macros v3.17.0
20702026-05-07T00:33:39.090Z Compiling cargo-platform v0.1.9
20712026-05-07T00:33:39.136Z Compiling hkdf v0.12.4
20722026-05-07T00:33:39.191Z Compiling crypto-bigint v0.5.5
20732026-05-07T00:33:39.207Z Compiling serde_repr v0.1.20
20742026-05-07T00:33:39.223Z Compiling enum-as-inner v0.6.1
20752026-05-07T00:33:39.277Z Compiling clap_derive v4.5.55
20762026-05-07T00:33:39.320Z Compiling vergen v9.0.6
20772026-05-07T00:33:39.352Z Compiling managed v0.8.0
20782026-05-07T00:33:39.386Z Compiling clap_lex v1.0.0
20792026-05-07T00:33:39.490Z Compiling bumpalo v3.20.2
20802026-05-07T00:33:39.543Z Compiling foldhash v0.2.0
20812026-05-07T00:33:39.582Z Compiling bitflags v1.3.2
20822026-05-07T00:33:39.662Z Compiling foldhash v0.1.5
20832026-05-07T00:33:39.678Z Compiling libbz2-rs-sys v0.2.2
20842026-05-07T00:33:39.742Z Compiling flate2 v1.1.9
20852026-05-07T00:33:39.817Z Compiling hashbrown v0.15.5
20862026-05-07T00:33:39.861Z Compiling hashbrown v0.16.1
20872026-05-07T00:33:39.999Z Compiling zopfli v0.8.3
20882026-05-07T00:33:40.104Z Compiling bzip2 v0.6.1
20892026-05-07T00:33:40.143Z Compiling elliptic-curve v0.13.8
20902026-05-07T00:33:40.276Z Compiling clap_builder v4.5.60
20912026-05-07T00:33:40.421Z Compiling cargo_metadata v0.19.2
20922026-05-07T00:33:40.508Z Compiling zstd v0.13.3
20932026-05-07T00:33:40.686Z Compiling phf v0.13.1
20942026-05-07T00:33:40.784Z Compiling hyper-tls v0.6.0
20952026-05-07T00:33:40.831Z Compiling signal-hook-mio v0.2.5
20962026-05-07T00:33:40.866Z Compiling daft v0.1.5
20972026-05-07T00:33:40.970Z Compiling cookie_store v0.22.1
20982026-05-07T00:33:40.985Z Compiling postgres-types v0.2.12
20992026-05-07T00:33:41.032Z Compiling bzip2 v0.4.4
21002026-05-07T00:33:41.239Z Compiling strum v0.27.2
21012026-05-07T00:33:41.392Z Compiling hubpack v0.1.2
21022026-05-07T00:33:41.466Z Compiling ed25519 v2.2.3
21032026-05-07T00:33:41.491Z Compiling phf_shared v0.11.3
21042026-05-07T00:33:41.562Z Compiling crossbeam-epoch v0.9.18
21052026-05-07T00:33:41.646Z Compiling pkcs1 v0.7.5
21062026-05-07T00:33:41.698Z Compiling serde-big-array v0.5.1
21072026-05-07T00:33:41.714Z Compiling hex v0.4.3
21082026-05-07T00:33:42.011Z Compiling rfc6979 v0.4.0
21092026-05-07T00:33:42.034Z Compiling bstr v1.12.1
21102026-05-07T00:33:42.100Z Compiling float-cmp v0.10.0
21112026-05-07T00:33:42.125Z Compiling memmap2 v0.9.10
21122026-05-07T00:33:42.145Z Compiling env_filter v1.0.0
21132026-05-07T00:33:42.196Z Compiling encoding_rs v0.8.35
21142026-05-07T00:33:42.212Z Compiling new_debug_unreachable v1.0.6
21152026-05-07T00:33:42.236Z Compiling keccak v0.1.6
21162026-05-07T00:33:42.243Z Compiling normalize-line-endings v0.3.0
21172026-05-07T00:33:42.316Z Compiling static_assertions v1.1.0
21182026-05-07T00:33:42.330Z Compiling precomputed-hash v0.1.1
21192026-05-07T00:33:42.376Z Compiling fixedbitset v0.4.2
21202026-05-07T00:33:42.423Z Compiling data-encoding v2.10.0
21212026-05-07T00:33:42.440Z Compiling fixedbitset v0.5.7
21222026-05-07T00:33:42.453Z Compiling jiff v0.2.21
21232026-05-07T00:33:42.467Z Compiling difflib v0.4.0
21242026-05-07T00:33:42.603Z Compiling whoami v2.1.0
21252026-05-07T00:33:42.615Z Compiling mime v0.3.17
21262026-05-07T00:33:42.656Z Compiling predicates-core v1.0.10
21272026-05-07T00:33:42.734Z Compiling rustc-hash v2.1.1
21282026-05-07T00:33:42.798Z Compiling toml_write v0.1.2
21292026-05-07T00:33:42.844Z Compiling iddqd v0.3.18
21302026-05-07T00:33:42.877Z Compiling tokio-postgres v0.7.16
21312026-05-07T00:33:42.939Z Compiling predicates v3.1.4
21322026-05-07T00:33:42.957Z Compiling toml_edit v0.22.27
21332026-05-07T00:33:43.002Z Compiling hickory-proto v0.25.2
21342026-05-07T00:33:43.066Z Compiling petgraph v0.8.3
21352026-05-07T00:33:43.524Z Compiling petgraph v0.6.5
21362026-05-07T00:33:43.539Z Compiling similar v2.7.0
21372026-05-07T00:33:43.852Z Compiling string_cache v0.8.9
21382026-05-07T00:33:43.955Z Compiling sha3 v0.10.8
21392026-05-07T00:33:44.090Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21402026-05-07T00:33:44.240Z Compiling env_logger v0.11.9
21412026-05-07T00:33:44.278Z Compiling usdt v0.6.0
21422026-05-07T00:33:44.932Z Compiling ecdsa v0.16.9
21432026-05-07T00:33:44.968Z Compiling serde_with v3.17.0
21442026-05-07T00:33:44.984Z Compiling rsa v0.9.10
21452026-05-07T00:33:45.033Z Compiling zip v4.6.1
21462026-05-07T00:33:45.276Z Compiling clap v4.5.60
21472026-05-07T00:33:45.376Z Compiling ed25519-dalek v2.2.0
21482026-05-07T00:33:45.683Z Compiling crossterm v0.28.1
21492026-05-07T00:33:46.205Z Compiling zip v0.6.6
21502026-05-07T00:33:46.681Z Compiling strum v0.26.3
21512026-05-07T00:33:46.714Z Compiling toml v0.7.8
21522026-05-07T00:33:46.731Z Compiling tokio-stream v0.1.18
21532026-05-07T00:33:46.749Z Compiling buf-list v1.1.2
21542026-05-07T00:33:46.853Z Compiling itertools v0.13.0
21552026-05-07T00:33:46.942Z Compiling x509-cert v0.2.5
21562026-05-07T00:33:47.014Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21572026-05-07T00:33:47.277Z Compiling openapiv3 v2.2.0
21582026-05-07T00:33:47.294Z Compiling sha1 v0.10.6
21592026-05-07T00:33:47.823Z Compiling peg-runtime v0.8.5
21602026-05-07T00:33:47.843Z Compiling lalrpop-util v0.19.12
21612026-05-07T00:34:03.001Z Compiling rustls-webpki v0.103.9
21622026-05-07T00:34:03.892Z Compiling macaddr v1.0.1
21632026-05-07T00:34:04.038Z Compiling structmeta-derive v0.3.0
21642026-05-07T00:34:04.110Z Compiling crucible-workspace-hack v0.1.0
21652026-05-07T00:34:04.199Z Compiling rayon-core v1.13.0
21662026-05-07T00:34:04.228Z Compiling itertools v0.14.0
21672026-05-07T00:34:04.330Z Compiling secrecy v0.10.3
21682026-05-07T00:34:04.430Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692026-05-07T00:34:04.444Z Compiling rustls v0.22.4
21702026-05-07T00:34:04.516Z Compiling heapless v0.8.0
21712026-05-07T00:34:04.759Z Compiling crossbeam-deque v0.8.6
21722026-05-07T00:34:04.845Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732026-05-07T00:34:04.999Z Compiling toml_edit v0.23.10+spec-1.0.0
21742026-05-07T00:34:05.015Z Compiling rustls-webpki v0.102.8
21752026-05-07T00:34:05.034Z Compiling structmeta v0.3.0
21762026-05-07T00:34:05.037Z Compiling futures-executor v0.3.32
21772026-05-07T00:34:05.049Z Compiling hash32 v0.3.1
21782026-05-07T00:34:05.157Z Compiling multer v3.1.0
21792026-05-07T00:34:05.250Z Compiling thread_local v1.1.9
21802026-05-07T00:34:05.311Z Compiling match_cfg v0.1.0
21812026-05-07T00:34:05.327Z Compiling compression-core v0.4.31
21822026-05-07T00:34:05.358Z Compiling smoltcp v0.11.0
21832026-05-07T00:34:05.405Z Compiling unicode-width v0.2.0
21842026-05-07T00:34:05.418Z Compiling slog-async v2.8.0
21852026-05-07T00:34:05.512Z Compiling ingot-macros v0.1.1
21862026-05-07T00:34:05.524Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21872026-05-07T00:34:05.625Z Compiling proc-macro-crate v3.4.0
21882026-05-07T00:34:05.732Z Compiling compression-codecs v0.4.37
21892026-05-07T00:34:05.764Z Compiling hostname v0.3.1
21902026-05-07T00:34:05.805Z Compiling derive-ex v0.1.8
21912026-05-07T00:34:05.818Z Compiling futures v0.3.32
21922026-05-07T00:34:05.954Z Compiling slog-json v2.6.1
21932026-05-07T00:34:05.969Z Compiling crossbeam-channel v0.5.15
21942026-05-07T00:34:06.073Z Compiling half v2.7.1
21952026-05-07T00:34:06.125Z Compiling newtype-uuid-macros v0.1.0
21962026-05-07T00:34:06.228Z Compiling cobs v0.3.0
21972026-05-07T00:34:06.371Z Compiling thiserror-impl-no-std v2.0.2
21982026-05-07T00:34:06.447Z Compiling universal-hash v0.5.1
21992026-05-07T00:34:06.520Z Compiling async-stream-impl v0.3.6
22002026-05-07T00:34:06.613Z Compiling toml_datetime v1.0.0+spec-1.1.0
22012026-05-07T00:34:06.669Z Compiling serde_spanned v1.0.4
22022026-05-07T00:34:06.847Z Compiling tokio-rustls v0.26.4
22032026-05-07T00:34:06.862Z Compiling rustls-platform-verifier v0.6.2
22042026-05-07T00:34:06.890Z Compiling is-terminal v0.4.17
22052026-05-07T00:34:07.013Z Compiling dropshot v0.17.0
22062026-05-07T00:34:07.065Z Compiling proc-macro-error-attr v1.0.4
22072026-05-07T00:34:07.100Z Compiling hyper-rustls v0.27.7
22082026-05-07T00:34:07.133Z Compiling opaque-debug v0.3.1
22092026-05-07T00:34:07.148Z Compiling take_mut v0.2.2
22102026-05-07T00:34:07.225Z Compiling toml_writer v1.0.6+spec-1.1.0
22112026-05-07T00:34:07.241Z Compiling ciborium-io v0.2.2
22122026-05-07T00:34:07.288Z Compiling convert_case v0.4.0
22132026-05-07T00:34:07.310Z Compiling term v1.2.1
22142026-05-07T00:34:07.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22152026-05-07T00:34:07.359Z Compiling reqwest v0.12.28
22162026-05-07T00:34:07.420Z Compiling reqwest v0.13.2
22172026-05-07T00:34:07.437Z Compiling thiserror-no-std v2.0.2
22182026-05-07T00:34:07.455Z Compiling toml v1.0.6+spec-1.1.0
22192026-05-07T00:34:07.510Z Compiling test-strategy v0.4.5
22202026-05-07T00:34:07.555Z Compiling ciborium-ll v0.2.2
22212026-05-07T00:34:07.620Z Compiling derive_more v0.99.20
22222026-05-07T00:34:07.635Z Compiling tokio-rustls v0.25.0
22232026-05-07T00:34:07.840Z Compiling slog-term v2.9.2
22242026-05-07T00:34:07.990Z Compiling poly1305 v0.8.0
22252026-05-07T00:34:08.091Z Compiling ingot-types v0.1.2
22262026-05-07T00:34:08.470Z Compiling async-stream v0.3.6
22272026-05-07T00:34:08.558Z Compiling ingot v0.1.1
22282026-05-07T00:34:08.626Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22292026-05-07T00:34:08.685Z Compiling postcard v1.1.3
22302026-05-07T00:34:09.071Z Compiling slog-bunyan v2.5.0
22312026-05-07T00:34:09.088Z Compiling num_enum_derive v0.7.5
22322026-05-07T00:34:09.125Z Compiling async-compression v0.4.41
22332026-05-07T00:34:09.281Z Compiling parse-display-derive v0.10.0
22342026-05-07T00:34:09.446Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22352026-05-07T00:34:09.606Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22362026-05-07T00:34:09.775Z Compiling proc-macro-crate v1.3.1
22372026-05-07T00:34:09.864Z Compiling backon v1.6.0
22382026-05-07T00:34:10.041Z Compiling waitgroup v0.1.2
22392026-05-07T00:34:10.127Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22402026-05-07T00:34:10.130Z Compiling password-hash v0.5.0
22412026-05-07T00:34:10.213Z Compiling dropshot_endpoint v0.17.0
22422026-05-07T00:34:10.384Z Compiling chacha20 v0.9.1
22432026-05-07T00:34:10.541Z Compiling rustls-pemfile v2.2.0
22442026-05-07T00:34:10.630Z Compiling blake2 v0.10.6
22452026-05-07T00:34:10.664Z Compiling aead v0.5.2
22462026-05-07T00:34:10.723Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22472026-05-07T00:34:10.788Z Compiling foreign-types-macros v0.2.3
22482026-05-07T00:34:10.827Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22492026-05-07T00:34:10.845Z Compiling serde_path_to_error v0.1.20
22502026-05-07T00:34:10.882Z Compiling hostname v0.4.2
22512026-05-07T00:34:11.077Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22522026-05-07T00:34:11.080Z Compiling proc-macro-error v1.0.4
22532026-05-07T00:34:11.157Z Compiling instant v0.1.13
22542026-05-07T00:34:11.173Z Compiling typeid v1.0.3
22552026-05-07T00:34:11.187Z Compiling debug-ignore v1.0.5
22562026-05-07T00:34:11.259Z Compiling foreign-types-shared v0.3.1
22572026-05-07T00:34:11.304Z Compiling cpufeatures v0.3.0
22582026-05-07T00:34:11.320Z Compiling backoff v0.4.0
22592026-05-07T00:34:11.320Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22602026-05-07T00:34:11.351Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22612026-05-07T00:34:11.399Z Compiling chacha20 v0.10.0
22622026-05-07T00:34:11.402Z Compiling foreign-types v0.5.0
22632026-05-07T00:34:11.402Z Compiling argon2 v0.5.3
22642026-05-07T00:34:11.402Z Compiling chacha20poly1305 v0.10.1
22652026-05-07T00:34:11.457Z Compiling parse-display v0.10.0
22662026-05-07T00:34:11.533Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-07T00:34:11.546Z Compiling num_enum_derive v0.5.11
22682026-05-07T00:34:11.592Z Compiling num_enum v0.7.5
22692026-05-07T00:34:11.595Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22702026-05-07T00:34:11.622Z Compiling ciborium v0.2.2
22712026-05-07T00:34:11.796Z Compiling vsss-rs v3.3.4
22722026-05-07T00:34:12.028Z Compiling tabwriter v1.4.1
22732026-05-07T00:34:12.117Z Compiling regress v0.10.5
22742026-05-07T00:34:12.249Z Compiling byte-wrapper v0.1.0
22752026-05-07T00:34:12.357Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22762026-05-07T00:34:12.443Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22772026-05-07T00:34:12.460Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22782026-05-07T00:34:12.477Z Compiling cstr-argument v0.1.2
22792026-05-07T00:34:12.517Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-05-07T00:34:12.674Z Compiling erased-serde v0.4.9
22812026-05-07T00:34:12.729Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22822026-05-07T00:34:12.886Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-05-07T00:34:13.013Z Compiling num_enum v0.5.11
22842026-05-07T00:34:13.063Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22852026-05-07T00:34:13.076Z Compiling rand v0.10.0
22862026-05-07T00:34:13.161Z Compiling rayon v1.11.0
22872026-05-07T00:34:13.166Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22882026-05-07T00:34:13.196Z Compiling indent_write v2.2.0
22892026-05-07T00:34:13.234Z Compiling colored v3.1.1
22902026-05-07T00:34:13.319Z Compiling libefi-sys v0.1.0
22912026-05-07T00:34:13.337Z Compiling zone_cfg_derive v0.3.1
22922026-05-07T00:34:13.347Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22932026-05-07T00:34:13.451Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-07T00:34:13.572Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22952026-05-07T00:34:13.642Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22962026-05-07T00:34:13.726Z Compiling camino-tempfile v1.4.1
22972026-05-07T00:34:13.883Z Compiling itertools v0.12.1
22982026-05-07T00:34:13.899Z Compiling usdt-attr-macro v0.5.0
22992026-05-07T00:34:13.920Z Compiling usdt-macro v0.5.0
23002026-05-07T00:34:13.962Z Compiling bitfield-struct v0.6.2
23012026-05-07T00:34:13.978Z Compiling num-derive v0.4.2
23022026-05-07T00:34:14.123Z Compiling ordered-float v2.10.1
23032026-05-07T00:34:15.145Z Compiling blake3 v1.8.3
23042026-05-07T00:34:15.149Z Compiling sigpipe v0.1.3
23052026-05-07T00:34:15.149Z Compiling memmap v0.7.0
23062026-05-07T00:34:15.149Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23072026-05-07T00:34:15.149Z Compiling swrite v0.1.0
23082026-05-07T00:34:15.149Z Compiling glob v0.3.3
23092026-05-07T00:34:15.149Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23102026-05-07T00:34:15.149Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-05-07T00:34:15.149Z Compiling usdt v0.5.0
23122026-05-07T00:34:15.149Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23132026-05-07T00:34:15.149Z Compiling serde-value v0.7.0
23142026-05-07T00:34:15.300Z Compiling zone v0.3.1
23152026-05-07T00:34:15.323Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-05-07T00:34:15.371Z Compiling serde-untagged v0.1.9
23172026-05-07T00:34:15.539Z Compiling toml v0.8.23
23182026-05-07T00:34:15.580Z Compiling smf v0.2.3
23192026-05-07T00:34:15.603Z Compiling filetime v0.2.27
23202026-05-07T00:34:15.643Z Compiling constant_time_eq v0.4.2
23212026-05-07T00:34:15.674Z Compiling whoami v1.6.1
23222026-05-07T00:34:15.753Z Compiling arrayvec v0.7.6
23232026-05-07T00:34:15.756Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23242026-05-07T00:34:15.830Z Compiling unicode-xid v0.2.6
23252026-05-07T00:34:15.856Z Compiling same-file v1.0.6
23262026-05-07T00:34:15.859Z Compiling xattr v1.6.1
23272026-05-07T00:34:15.958Z Compiling arrayref v0.3.9
23282026-05-07T00:34:15.998Z Compiling walkdir v2.5.0
23292026-05-07T00:34:16.041Z Compiling tar v0.4.45
23302026-05-07T00:34:16.057Z Compiling cargo-util-schemas v0.8.2
23312026-05-07T00:34:16.089Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-05-07T00:34:16.165Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23332026-05-07T00:34:16.447Z Compiling tokio-dtrace v0.1.1
23342026-05-07T00:34:16.753Z Compiling console v0.16.2
23352026-05-07T00:34:16.766Z Compiling gethostname v0.5.0
23362026-05-07T00:34:16.785Z Compiling cargo-platform v0.2.0
23372026-05-07T00:34:16.834Z Compiling topological-sort v0.2.2
23382026-05-07T00:34:16.864Z Compiling unit-prefix v0.5.2
23392026-05-07T00:34:16.924Z Compiling oxide-tokio-rt v0.1.4
23402026-05-07T00:34:16.940Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23412026-05-07T00:34:17.027Z Compiling shell-words v1.1.1
23422026-05-07T00:34:17.231Z Compiling cargo_metadata v0.21.0
23432026-05-07T00:34:17.292Z Compiling indicatif v0.18.4
23442026-05-07T00:34:26.784Z Compiling progenitor-client v0.10.0
23452026-05-07T00:34:26.784Z Compiling omicron-zone-package v0.12.2
23462026-05-07T00:34:26.814Z Compiling progenitor-client v0.14.0
23472026-05-07T00:34:26.890Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482026-05-07T00:34:26.890Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23492026-05-07T00:34:26.921Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23502026-05-07T00:34:26.938Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23512026-05-07T00:34:27.230Z Compiling progenitor-extras v0.2.0
23522026-05-07T00:34:27.267Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23532026-05-07T00:34:27.284Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23542026-05-07T00:34:27.314Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23552026-05-07T00:34:27.497Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23562026-05-07T00:34:27.841Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-05-07T00:34:32.113Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-05-07T00:34:39.566Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23592026-05-07T00:34:42.649Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23602026-05-07T00:34:43.620Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23612026-05-07T00:34:52.897Z Finished `release` profile [optimized] target(s) in 1m 39s
23622026-05-07T00:34:53.049Z Running `target/release/omicron-package -t test target create -p dev`
23632026-05-07T00:34:53.110ZLogging to: /work/oxidecomputer/omicron/out/LOG
23642026-05-07T00:34:53.113ZCreated new build target 'test' and set it as active
23652026-05-07T00:34:53.113Z
23662026-05-07T00:34:53.113Zreal 1:40.139532237
23672026-05-07T00:34:53.113Zuser 16:30.202115863
23682026-05-07T00:34:53.113Zsys 2:32.345370636
23692026-05-07T00:34:53.113Ztrap 0.470315777
23702026-05-07T00:34:53.113Ztflt 2.774174225
23712026-05-07T00:34:53.113Zdflt 3.763544361
23722026-05-07T00:34:53.113Zkflt 0.000674101
23732026-05-07T00:34:53.113Zlock 51:44.822000855
23742026-05-07T00:34:53.113Zslp 42:33.006688996
23752026-05-07T00:34:53.113Zlat 41.978216969
23762026-05-07T00:34:53.113Zstop 5:05.820602488
23772026-05-07T00:34:53.117Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23782026-05-07T00:34:53.992Z Finished `release` profile [optimized] target(s) in 0.86s
23792026-05-07T00:34:54.071Z Running `target/release/omicron-package -t test package`
23802026-05-07T00:34:54.190ZLogging to: /work/oxidecomputer/omicron/out/LOG
23812026-05-07T00:34:55.550Z Compiling heck v0.5.0
23822026-05-07T00:34:55.550Z Compiling regress v0.11.1
23832026-05-07T00:34:55.550Z Compiling unsafe-libyaml v0.2.11
23842026-05-07T00:34:55.799Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-05-07T00:34:55.823Z Compiling regress v0.10.5
23862026-05-07T00:34:55.847Z Compiling unicode-width v0.1.14
23872026-05-07T00:34:55.868Z Compiling is-terminal v0.4.17
23882026-05-07T00:34:55.889Z Compiling prettyplease v0.2.37
23892026-05-07T00:34:55.889Z Compiling bytecount v0.6.9
23902026-05-07T00:34:55.892Z Compiling rustls v0.22.4
23912026-05-07T00:34:55.892Z Compiling rustls-webpki v0.102.8
23922026-05-07T00:34:55.908Z Compiling derive-where v1.6.0
23932026-05-07T00:34:55.911Z Compiling thread_local v1.1.9
23942026-05-07T00:34:55.911Z Compiling match_cfg v0.1.0
23952026-05-07T00:34:55.911Z Compiling compression-core v0.4.31
23962026-05-07T00:34:56.005Z Compiling multer v3.1.0
23972026-05-07T00:34:56.046Z Compiling slog-async v2.8.0
23982026-05-07T00:34:56.088Z Compiling hostname v0.3.1
23992026-05-07T00:34:56.114Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-05-07T00:34:56.135Z Compiling compression-codecs v0.4.37
24012026-05-07T00:34:56.158Z Compiling crossbeam-channel v0.5.15
24022026-05-07T00:34:56.182Z Compiling slog-json v2.6.1
24032026-05-07T00:34:56.185Z Compiling futures-executor v0.3.32
24042026-05-07T00:34:56.185Z Compiling serde_spanned v1.0.4
24052026-05-07T00:34:56.246Z Compiling serde_yaml v0.9.34+deprecated
24062026-05-07T00:34:56.249Z Compiling toml_datetime v1.0.0+spec-1.1.0
24072026-05-07T00:34:56.401Z Compiling term v1.2.1
24082026-05-07T00:34:56.401Z Compiling toml_writer v1.0.6+spec-1.1.0
24092026-05-07T00:34:56.446Z Compiling take_mut v0.2.2
24102026-05-07T00:34:56.465Z Compiling slog-bunyan v2.5.0
24112026-05-07T00:34:56.465Z Compiling futures v0.3.32
24122026-05-07T00:34:56.595Z Compiling async-compression v0.4.41
24132026-05-07T00:34:56.659Z Compiling toml v1.0.6+spec-1.1.0
24142026-05-07T00:34:56.661Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24152026-05-07T00:34:56.702Z Compiling slog-term v2.9.2
24162026-05-07T00:34:56.705Z Compiling dropshot v0.17.0
24172026-05-07T00:34:56.789Z Compiling async-stream v0.3.6
24182026-05-07T00:34:56.843Z Compiling num-rational v0.4.2
24192026-05-07T00:34:56.917Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-05-07T00:34:56.942Z Compiling progenitor-client v0.14.0
24212026-05-07T00:34:56.981Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24222026-05-07T00:34:57.001Z Compiling waitgroup v0.1.2
24232026-05-07T00:34:57.064Z Compiling backon v1.6.0
24242026-05-07T00:34:57.129Z Compiling rustls-pemfile v2.2.0
24252026-05-07T00:34:57.167Z Compiling num-complex v0.4.6
24262026-05-07T00:34:57.193Z Compiling serde_path_to_error v0.1.20
24272026-05-07T00:34:57.225Z Compiling hostname v0.4.2
24282026-05-07T00:34:57.244Z Compiling typify-impl v0.6.2
24292026-05-07T00:34:57.268Z Compiling instant v0.1.13
24302026-05-07T00:34:57.293Z Compiling debug-ignore v1.0.5
24312026-05-07T00:34:57.343Z Compiling progenitor-extras v0.2.0
24322026-05-07T00:34:57.384Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24332026-05-07T00:34:57.410Z Compiling backoff v0.4.0
24342026-05-07T00:34:57.431Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24352026-05-07T00:34:57.578Z Compiling num v0.4.3
24362026-05-07T00:34:57.620Z Compiling parse-display v0.10.0
24372026-05-07T00:34:57.645Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24382026-05-07T00:34:57.665Z Compiling progenitor-client v0.13.0
24392026-05-07T00:34:57.684Z Compiling progenitor-client v0.10.0
24402026-05-07T00:34:57.714Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24412026-05-07T00:34:57.791Z Compiling macaddr v1.0.1
24422026-05-07T00:34:57.817Z Compiling float-ord v0.3.2
24432026-05-07T00:34:57.861Z Compiling console v0.15.11
24442026-05-07T00:34:57.964Z Compiling newline-converter v0.3.0
24452026-05-07T00:34:58.007Z Compiling atomicwrites v0.4.4
24462026-05-07T00:34:58.054Z Compiling slog-dtrace v0.3.0
24472026-05-07T00:34:58.195Z Compiling tokio-rustls v0.25.0
24482026-05-07T00:34:58.251Z Compiling expectorate v1.2.0
24492026-05-07T00:34:58.280Z Compiling async-recursion v1.1.1
24502026-05-07T00:34:58.347Z Compiling owo-colors v4.3.0
24512026-05-07T00:34:58.391Z Compiling cancel-safe-futures v0.1.5
24522026-05-07T00:34:58.473Z Compiling libsw-core v0.3.2
24532026-05-07T00:34:58.499Z Compiling resolv-conf v0.7.6
24542026-05-07T00:34:58.522Z Compiling toml v0.8.23
24552026-05-07T00:34:58.717Z Compiling libsw v3.5.0
24562026-05-07T00:34:58.894Z Compiling linear-map v1.2.0
24572026-05-07T00:34:58.929Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-05-07T00:34:58.992Z Compiling linked-hash-map v0.5.6
24592026-05-07T00:34:59.108Z Compiling minimal-lexical v0.2.1
24602026-05-07T00:34:59.156Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24612026-05-07T00:34:59.158Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24622026-05-07T00:34:59.202Z Compiling lru-cache v0.1.2
24632026-05-07T00:34:59.204Z Compiling unicode-xid v0.2.6
24642026-05-07T00:34:59.246Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24652026-05-07T00:34:59.281Z Compiling globset v0.4.18
24662026-05-07T00:34:59.366Z Compiling nom v7.1.3
24672026-05-07T00:34:59.387Z Compiling hickory-proto v0.24.4
24682026-05-07T00:34:59.390Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24692026-05-07T00:34:59.390Z Compiling convert_case v0.10.0
24702026-05-07T00:34:59.724Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-05-07T00:34:59.728Z Compiling derive_more-impl v2.1.1
24722026-05-07T00:35:00.226Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24732026-05-07T00:35:00.520Z Compiling pin-project-internal v1.1.11
24742026-05-07T00:35:00.589Z Compiling derive_more v2.1.1
24752026-05-07T00:35:00.700Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24762026-05-07T00:35:00.727Z Compiling typify-macro v0.6.2
24772026-05-07T00:35:00.749Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24782026-05-07T00:35:00.954Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24792026-05-07T00:35:01.206Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24802026-05-07T00:35:01.367Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24812026-05-07T00:35:01.548Z Compiling pin-project v1.1.11
24822026-05-07T00:35:01.682Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24832026-05-07T00:35:01.904Z Compiling hickory-resolver v0.24.4
24842026-05-07T00:35:01.990Z Compiling papergrid v0.11.0
24852026-05-07T00:35:02.053Z Compiling tabled_derive v0.7.0
24862026-05-07T00:35:02.277Z Compiling typify v0.6.2
24872026-05-07T00:35:02.564Z Compiling progenitor-impl v0.14.0
24882026-05-07T00:35:02.877Z Compiling progenitor-impl v0.13.0
24892026-05-07T00:35:03.093Z Compiling qorb v0.4.1
24902026-05-07T00:35:03.779Z Compiling pem v3.0.6
24912026-05-07T00:35:04.520Z Compiling snafu-derive v0.8.9
24922026-05-07T00:35:04.737Z Compiling progenitor-macro v0.14.0
24932026-05-07T00:35:05.036Z Compiling progenitor-macro v0.13.0
24942026-05-07T00:35:05.193Z Compiling termtree v0.5.1
24952026-05-07T00:35:05.423Z Compiling tabled v0.15.0
24962026-05-07T00:35:06.214Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24972026-05-07T00:35:07.149Z Compiling snafu v0.8.9
24982026-05-07T00:35:07.228Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-05-07T00:35:07.528Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25002026-05-07T00:35:07.746Z Compiling crossterm v0.29.0
25012026-05-07T00:35:07.929Z Compiling phf_shared v0.12.1
25022026-05-07T00:35:08.189Z Compiling olpc-cjson v0.1.4
25032026-05-07T00:35:08.439Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25042026-05-07T00:35:08.800Z Compiling progenitor v0.14.0
25052026-05-07T00:35:08.875Z Compiling serde_plain v1.0.2
25062026-05-07T00:35:09.001Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25072026-05-07T00:35:09.004Z Compiling csv-core v0.1.13
25082026-05-07T00:35:09.135Z Compiling progenitor v0.13.0
25092026-05-07T00:35:09.274Z Compiling vte v0.14.1
25102026-05-07T00:35:09.311Z Compiling typed-path v0.9.3
25112026-05-07T00:35:09.453Z Compiling chrono-tz v0.10.4
25122026-05-07T00:35:09.475Z Compiling highway v1.3.0
25132026-05-07T00:35:09.667Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25142026-05-07T00:35:09.718Z Compiling strip-ansi-escapes v0.2.1
25152026-05-07T00:35:10.069Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25162026-05-07T00:35:10.194Z Compiling csv v1.4.0
25172026-05-07T00:35:10.313Z Compiling phf v0.12.1
25182026-05-07T00:35:10.515Z Compiling tough v0.20.0
25192026-05-07T00:35:10.703Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25202026-05-07T00:35:11.215Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25212026-05-07T00:35:11.696Z Compiling const_format_proc_macros v0.2.34
25222026-05-07T00:35:11.882Z Compiling fd-lock v4.0.4
25232026-05-07T00:35:12.056Z Compiling peg-macros v0.8.5
25242026-05-07T00:35:12.433Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25252026-05-07T00:35:12.467Z Compiling nu-ansi-term v0.50.3
25262026-05-07T00:35:12.744Z Compiling reedline v0.40.0
25272026-05-07T00:35:12.993Z Compiling const_format v0.2.35
25282026-05-07T00:35:13.070Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25292026-05-07T00:35:13.319Z Compiling peg v0.8.5
25302026-05-07T00:35:13.427Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25312026-05-07T00:35:13.487Z Compiling bcs v0.1.6
25322026-05-07T00:35:13.937Z Compiling semver v0.1.20
25332026-05-07T00:35:14.230Z Compiling rustc_version v0.1.7
25342026-05-07T00:35:14.331Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25352026-05-07T00:35:14.470Z Compiling newtype_derive v0.1.6
25362026-05-07T00:35:14.574Z Compiling humantime v2.3.0
25372026-05-07T00:35:14.595Z Compiling unicode-linebreak v0.1.5
25382026-05-07T00:35:14.705Z Compiling smawk v0.3.2
25392026-05-07T00:35:14.909Z Compiling textwrap v0.16.2
25402026-05-07T00:35:15.002Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25412026-05-07T00:35:15.188Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25422026-05-07T00:35:15.325Z Compiling dropshot-api-manager-types v0.7.1
25432026-05-07T00:35:15.966Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25442026-05-07T00:35:16.086Z Compiling base64 v0.21.7
25452026-05-07T00:35:16.251Z Compiling steno v0.4.1
25462026-05-07T00:35:16.421Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25472026-05-07T00:35:16.528Z Compiling utf-8 v0.7.6
25482026-05-07T00:35:16.636Z Compiling tagptr v0.2.0
25492026-05-07T00:35:16.779Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25502026-05-07T00:35:16.826Z Compiling moka v0.12.13
25512026-05-07T00:35:16.905Z Compiling tungstenite v0.21.0
25522026-05-07T00:35:16.953Z Compiling radium v0.7.0
25532026-05-07T00:35:17.272Z Compiling tap v1.0.1
25542026-05-07T00:35:17.300Z Compiling maybe-uninit v2.0.0
25552026-05-07T00:35:17.446Z Compiling wyz v0.5.1
25562026-05-07T00:35:17.691Z Compiling tokio-tungstenite v0.21.0
25572026-05-07T00:35:17.883Z Compiling zerocopy-derive v0.6.6
25582026-05-07T00:35:18.063Z Compiling hickory-resolver v0.25.2
25592026-05-07T00:35:18.122Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25602026-05-07T00:35:18.142Z Compiling funty v2.0.0
25612026-05-07T00:35:18.210Z Compiling display-error-chain v0.2.2
25622026-05-07T00:35:18.283Z Compiling crc-catalog v2.4.0
25632026-05-07T00:35:18.383Z Compiling packed_struct v0.10.1
25642026-05-07T00:35:18.408Z Compiling crc v3.4.0
25652026-05-07T00:35:18.630Z Compiling bitvec v1.0.1
25662026-05-07T00:35:18.663Z Compiling zerocopy v0.6.6
25672026-05-07T00:35:19.006Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682026-05-07T00:35:19.034Z Compiling num-derive v0.3.3
25692026-05-07T00:35:19.068Z Compiling packed_struct_codegen v0.10.1
25702026-05-07T00:35:19.142Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25712026-05-07T00:35:19.608Z Compiling bitfield-macros v0.19.4
25722026-05-07T00:35:19.913Z Compiling proc-macro-error-attr2 v2.0.0
25732026-05-07T00:35:20.079Z Compiling indexmap v1.9.3
25742026-05-07T00:35:20.304Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25752026-05-07T00:35:20.339Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25762026-05-07T00:35:20.361Z Compiling nodrop v0.1.14
25772026-05-07T00:35:20.442Z Compiling proc-macro-error2 v2.0.1
25782026-05-07T00:35:20.498Z Compiling array-init v0.0.4
25792026-05-07T00:35:20.975Z Compiling bitfield v0.19.4
25802026-05-07T00:35:21.312Z Compiling libscf-sys v1.1.0
25812026-05-07T00:35:21.487Z Compiling smallvec v0.6.14
25822026-05-07T00:35:21.763Z Compiling typify-impl v0.4.3
25832026-05-07T00:35:21.801Z Compiling hashbrown v0.12.3
25842026-05-07T00:35:22.062Z Compiling serde-hex v0.1.0
25852026-05-07T00:35:22.290Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-05-07T00:35:22.920Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25872026-05-07T00:35:23.101Z Compiling tabled_derive v0.11.0
25882026-05-07T00:35:23.645Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892026-05-07T00:35:23.882Z Compiling ron v0.8.1
25902026-05-07T00:35:23.949Z Compiling papergrid v0.17.0
25912026-05-07T00:35:23.972Z Compiling testing_table v0.3.0
25922026-05-07T00:35:24.135Z Compiling hashbrown v0.13.2
25932026-05-07T00:35:24.156Z Compiling vergen-gitcl v1.0.8
25942026-05-07T00:35:24.180Z Compiling dirs-sys-next v0.1.2
25952026-05-07T00:35:24.390Z Compiling glob v0.3.3
25962026-05-07T00:35:24.417Z Compiling maplit v1.0.2
25972026-05-07T00:35:24.458Z Compiling crc-any v2.5.0
25982026-05-07T00:35:24.538Z Compiling crunchy v0.2.4
25992026-05-07T00:35:24.562Z Compiling diesel_derives v2.3.7
26002026-05-07T00:35:24.752Z Compiling object v0.30.4
26012026-05-07T00:35:24.774Z Compiling clang-sys v1.8.1
26022026-05-07T00:35:24.816Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-07T00:35:24.883Z Compiling dirs-next v2.0.0
26042026-05-07T00:35:24.904Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26052026-05-07T00:35:24.907Z Compiling dsl_auto_type v0.2.0
26062026-05-07T00:35:25.037Z Compiling scheduled-thread-pool v0.2.7
26072026-05-07T00:35:25.173Z Compiling tabled v0.20.0
26082026-05-07T00:35:25.210Z Compiling typify-macro v0.4.3
26092026-05-07T00:35:25.503Z Compiling diesel_table_macro_syntax v0.3.0
26102026-05-07T00:35:25.524Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-07T00:35:25.649Z Compiling path-slash v0.1.5
26122026-05-07T00:35:25.737Z Compiling xshell-macros v0.2.7
26132026-05-07T00:35:25.768Z Compiling tiny-keccak v2.0.2
26142026-05-07T00:35:25.909Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26152026-05-07T00:35:26.128Z Compiling xshell v0.2.7
26162026-05-07T00:35:26.257Z Compiling r2d2 v0.8.10
26172026-05-07T00:35:26.413Z Compiling term v0.7.0
26182026-05-07T00:35:26.565Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26192026-05-07T00:35:26.772Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-05-07T00:35:27.004Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26212026-05-07T00:35:27.085Z Compiling bit-vec v0.6.3
26222026-05-07T00:35:27.156Z Compiling downcast-rs v2.0.2
26232026-05-07T00:35:27.295Z Compiling bit-set v0.5.3
26242026-05-07T00:35:27.478Z Compiling ascii-canvas v3.0.0
26252026-05-07T00:35:27.498Z Compiling itertools v0.10.5
26262026-05-07T00:35:27.684Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26272026-05-07T00:35:27.738Z Compiling ena v0.14.4
26282026-05-07T00:35:27.986Z Compiling libloading v0.8.9
26292026-05-07T00:35:28.221Z Compiling regex-syntax v0.6.29
26302026-05-07T00:35:28.567Z Compiling diff v0.1.13
26312026-05-07T00:35:28.848Z Compiling crc8 v0.1.1
26322026-05-07T00:35:28.870Z Compiling bindgen v0.71.1
26332026-05-07T00:35:28.985Z Compiling unicase v2.9.0
26342026-05-07T00:35:29.286Z Compiling typify v0.4.3
26352026-05-07T00:35:29.437Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-05-07T00:35:29.552Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26372026-05-07T00:35:29.631Z Compiling lalrpop v0.19.12
26382026-05-07T00:35:29.882Z Compiling cexpr v0.6.0
26392026-05-07T00:35:30.162Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26402026-05-07T00:35:30.185Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26412026-05-07T00:35:30.229Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26422026-05-07T00:35:30.394Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26432026-05-07T00:35:30.531Z Compiling headers-core v0.3.0
26442026-05-07T00:35:30.646Z Compiling diesel v2.3.7
26452026-05-07T00:35:30.668Z Compiling libxml v0.3.3
26462026-05-07T00:35:30.696Z Compiling headers v0.4.1
26472026-05-07T00:35:30.722Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26482026-05-07T00:35:31.097Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492026-05-07T00:35:31.326Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502026-05-07T00:35:31.839Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-05-07T00:35:31.928Z Compiling strum_macros v0.24.3
26522026-05-07T00:35:32.276Z Compiling indoc v1.0.9
26532026-05-07T00:35:32.711Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-05-07T00:35:32.732Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26552026-05-07T00:35:32.809Z Compiling derive_builder v0.20.2
26562026-05-07T00:35:32.936Z Compiling oso-derive v0.27.3
26572026-05-07T00:35:32.996Z Compiling quick-xml v0.37.5
26582026-05-07T00:35:33.025Z Compiling impl-trait-for-tuples v0.2.3
26592026-05-07T00:35:33.183Z Compiling openssl-probe v0.1.6
26602026-05-07T00:35:33.455Z Compiling half v1.8.3
26612026-05-07T00:35:33.526Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26622026-05-07T00:35:33.915Z Compiling serde_cbor v0.11.2
26632026-05-07T00:35:34.235Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26642026-05-07T00:35:34.299Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26652026-05-07T00:35:34.333Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26662026-05-07T00:35:34.570Z Compiling bb8 v0.8.6
26672026-05-07T00:35:34.683Z Compiling trait-variant v0.1.2
26682026-05-07T00:35:34.747Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26692026-05-07T00:35:34.948Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26702026-05-07T00:35:34.969Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26712026-05-07T00:35:35.027Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26722026-05-07T00:35:35.246Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26732026-05-07T00:35:35.272Z Compiling fxhash v0.2.1
26742026-05-07T00:35:35.294Z Compiling salty v0.3.0
26752026-05-07T00:35:35.588Z Compiling samael v0.0.19
26762026-05-07T00:35:35.617Z Compiling progenitor-impl v0.11.2
26772026-05-07T00:35:35.644Z Compiling progenitor-impl v0.10.0
26782026-05-07T00:35:35.727Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26792026-05-07T00:35:35.855Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26802026-05-07T00:35:36.427Z Compiling kstat-rs v0.2.4
26812026-05-07T00:35:36.459Z Compiling libz-sys v1.1.24
26822026-05-07T00:35:36.579Z Compiling nonempty v0.12.0
26832026-05-07T00:35:36.810Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26842026-05-07T00:35:36.910Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26852026-05-07T00:35:37.212Z Compiling polar-core v0.27.3
26862026-05-07T00:35:37.788Z Compiling progenitor-macro v0.10.0
26872026-05-07T00:35:37.817Z Compiling progenitor-macro v0.11.2
26882026-05-07T00:35:39.054Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26892026-05-07T00:35:40.494Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26902026-05-07T00:35:40.941Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26912026-05-07T00:35:41.089Z Compiling progenitor-client v0.11.2
26922026-05-07T00:35:41.382Z Compiling darling_core v0.23.0
26932026-05-07T00:35:41.707Z Compiling nanorand v0.7.0
26942026-05-07T00:35:41.842Z Compiling arc-swap v1.8.2
26952026-05-07T00:35:41.922Z Compiling fs-err v2.11.0
26962026-05-07T00:35:42.073Z Compiling parking_lot_core v0.8.6
26972026-05-07T00:35:42.352Z Compiling slog-scope v4.4.1
26982026-05-07T00:35:42.396Z Compiling mime_guess v2.0.5
26992026-05-07T00:35:42.423Z Compiling flume v0.11.1
27002026-05-07T00:35:42.817Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27012026-05-07T00:35:42.853Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27022026-05-07T00:35:42.925Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27032026-05-07T00:35:43.613Z Compiling darling_macro v0.23.0
27042026-05-07T00:35:44.106Z Compiling progenitor v0.11.2
27052026-05-07T00:35:44.293Z Compiling progenitor v0.10.0
27062026-05-07T00:35:44.485Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-07T00:35:45.283Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27082026-05-07T00:35:46.407Z Compiling oso v0.27.3
27092026-05-07T00:35:46.998Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27102026-05-07T00:35:47.278Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27112026-05-07T00:35:50.134Z Compiling diesel-dtrace v0.5.0
27122026-05-07T00:35:50.348Z Compiling async-bb8-diesel v0.2.1
27132026-05-07T00:35:50.646Z Compiling primeorder v0.13.6
27142026-05-07T00:35:50.974Z Compiling git-stub v1.0.0
27152026-05-07T00:35:51.086Z Compiling libgit2-sys v0.18.3+1.9.2
27162026-05-07T00:35:51.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27172026-05-07T00:35:51.242Z Compiling instability v0.3.11
27182026-05-07T00:35:51.396Z Compiling git-stub-vcs v0.1.0
27192026-05-07T00:35:51.766Z Compiling p384 v0.13.1
27202026-05-07T00:35:52.061Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-05-07T00:35:52.561Z Compiling darling v0.23.0
27222026-05-07T00:35:52.719Z Compiling slog-stdlog v4.1.1
27232026-05-07T00:35:53.333Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27242026-05-07T00:35:53.355Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27252026-05-07T00:35:53.440Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-05-07T00:35:53.599Z Compiling ignore v0.4.25
27272026-05-07T00:35:53.901Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27282026-05-07T00:35:53.926Z Compiling castaway v0.2.4
27292026-05-07T00:35:54.094Z Compiling atty v0.2.14
27302026-05-07T00:35:54.248Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27312026-05-07T00:35:54.532Z Compiling parse-size v1.1.0
27322026-05-07T00:35:54.536Z Compiling indoc v2.0.7
27332026-05-07T00:35:54.705Z Compiling http-range v0.1.5
27342026-05-07T00:35:55.045Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27352026-05-07T00:35:55.327Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27362026-05-07T00:35:55.734Z Compiling globwalk v0.9.1
27372026-05-07T00:35:56.195Z Compiling compact_str v0.8.1
27382026-05-07T00:35:56.440Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-07T00:35:57.337Z Compiling parking_lot v0.11.2
27402026-05-07T00:35:57.473Z Compiling slog-envlogger v2.2.0
27412026-05-07T00:35:58.605Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27422026-05-07T00:35:58.964Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27432026-05-07T00:35:59.017Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27442026-05-07T00:35:59.062Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27452026-05-07T00:35:59.085Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-07T00:35:59.334Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27472026-05-07T00:35:59.360Z Compiling predicates-tree v1.0.13
27482026-05-07T00:35:59.736Z Compiling unicode-truncate v1.1.0
27492026-05-07T00:35:59.822Z Compiling lru v0.12.5
27502026-05-07T00:35:59.854Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-05-07T00:35:59.904Z Compiling rand_seeder v0.4.0
27522026-05-07T00:35:59.951Z Compiling prefix-trie v0.7.0
27532026-05-07T00:36:00.053Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27542026-05-07T00:36:00.169Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27552026-05-07T00:36:00.198Z Compiling vergen-git2 v1.0.7
27562026-05-07T00:36:00.320Z Compiling corncobs v0.1.4
27572026-05-07T00:36:00.391Z Compiling cassowary v0.3.0
27582026-05-07T00:36:00.475Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27592026-05-07T00:36:00.501Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27602026-05-07T00:36:00.571Z Compiling hickory-server v0.25.2
27612026-05-07T00:36:00.694Z Compiling ratatui v0.29.0
27622026-05-07T00:36:00.815Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-05-07T00:36:00.990Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-07T00:36:01.033Z Compiling camino-tempfile-ext v0.3.3
27652026-05-07T00:36:01.194Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-05-07T00:36:01.603Z Compiling hyper-staticfile v0.10.1
27672026-05-07T00:36:01.709Z Compiling sled v0.34.7
27682026-05-07T00:36:01.981Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27692026-05-07T00:36:02.587Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-07T00:36:02.814Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27712026-05-07T00:36:03.250Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27722026-05-07T00:36:04.789Z Compiling secrecy v0.8.0
27732026-05-07T00:36:05.035Z Compiling rustls v0.21.12
27742026-05-07T00:36:05.205Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27752026-05-07T00:36:05.506Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27762026-05-07T00:36:05.588Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27772026-05-07T00:36:06.236Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27782026-05-07T00:36:06.410Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27792026-05-07T00:36:07.623Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27802026-05-07T00:36:07.974Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27812026-05-07T00:36:08.932Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27822026-05-07T00:36:09.069Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27832026-05-07T00:36:10.260Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-05-07T00:36:10.488Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27852026-05-07T00:36:10.688Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27862026-05-07T00:36:10.728Z Compiling sct v0.7.1
27872026-05-07T00:36:10.751Z Compiling rustls-webpki v0.101.7
27882026-05-07T00:36:10.929Z Compiling nix v0.29.0
27892026-05-07T00:36:11.019Z Compiling dropshot v0.16.7
27902026-05-07T00:36:11.261Z Compiling void v1.0.2
27912026-05-07T00:36:11.368Z Compiling lzss v0.8.2
27922026-05-07T00:36:11.706Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27932026-05-07T00:36:11.735Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-05-07T00:36:11.889Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-07T00:36:12.180Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27962026-05-07T00:36:12.653Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27972026-05-07T00:36:12.748Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27982026-05-07T00:36:12.996Z Compiling tungstenite v0.23.0
27992026-05-07T00:36:13.377Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28002026-05-07T00:36:13.918Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28012026-05-07T00:36:14.140Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28022026-05-07T00:36:14.373Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28032026-05-07T00:36:14.605Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-05-07T00:36:14.805Z Compiling toml v0.9.12+spec-1.1.0
28052026-05-07T00:36:14.835Z Compiling nix v0.27.1
28062026-05-07T00:36:15.321Z Compiling dropshot_endpoint v0.16.7
28072026-05-07T00:36:15.357Z Compiling serde_bytes v0.11.19
28082026-05-07T00:36:15.578Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28092026-05-07T00:36:15.764Z Compiling tokio-tungstenite v0.23.1
28102026-05-07T00:36:16.033Z Compiling tokio-rustls v0.24.1
28112026-05-07T00:36:16.148Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-05-07T00:36:16.604Z Compiling git2 v0.20.4
28132026-05-07T00:36:16.761Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28142026-05-07T00:36:19.528Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28152026-05-07T00:36:19.667Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-05-07T00:36:21.257Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28172026-05-07T00:36:21.744Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28182026-05-07T00:36:22.163Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28192026-05-07T00:36:22.237Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28202026-05-07T00:36:22.633Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-05-07T00:36:24.212Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28222026-05-07T00:36:24.788Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-05-07T00:36:24.880Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28242026-05-07T00:36:25.229Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28252026-05-07T00:36:26.025Z Compiling rustls-pemfile v1.0.4
28262026-05-07T00:36:26.240Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28272026-05-07T00:36:26.452Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28282026-05-07T00:36:26.632Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28292026-05-07T00:36:27.565Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28302026-05-07T00:36:28.451Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28312026-05-07T00:36:29.144Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28322026-05-07T00:36:29.819Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-05-07T00:36:29.945Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28342026-05-07T00:36:30.042Z Compiling signal-hook-tokio v0.3.1
28352026-05-07T00:36:30.064Z Compiling twox-hash v2.1.2
28362026-05-07T00:36:30.249Z Compiling yasna v0.5.2
28372026-05-07T00:36:30.559Z Compiling is_ci v1.2.0
28382026-05-07T00:36:30.777Z Compiling supports-color v3.0.2
28392026-05-07T00:36:30.800Z Compiling rcgen v0.12.1
28402026-05-07T00:36:31.075Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28412026-05-07T00:36:31.475Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-05-07T00:36:31.710Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28432026-05-07T00:36:31.790Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28442026-05-07T00:36:32.262Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-05-07T00:36:32.331Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28462026-05-07T00:36:33.020Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28472026-05-07T00:36:33.693Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-05-07T00:36:34.705Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28492026-05-07T00:36:35.183Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28502026-05-07T00:36:35.276Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28512026-05-07T00:36:35.512Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-05-07T00:36:35.742Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-05-07T00:36:35.841Z Compiling fatfs v0.3.6
28542026-05-07T00:36:35.964Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-05-07T00:36:37.058Z Compiling rtoolbox v0.0.3
28562026-05-07T00:36:37.203Z Compiling subprocess v0.2.15
28572026-05-07T00:36:37.341Z Compiling assert_matches v1.5.0
28582026-05-07T00:36:37.459Z Compiling seq-macro v0.3.6
28592026-05-07T00:36:37.565Z Compiling rpassword v7.4.0
28602026-05-07T00:36:37.849Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28612026-05-07T00:36:38.027Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28622026-05-07T00:36:38.966Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28632026-05-07T00:36:39.411Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28642026-05-07T00:36:39.782Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28652026-05-07T00:36:39.841Z Compiling tui-tree-widget v0.23.1
28662026-05-07T00:36:40.138Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28672026-05-07T00:36:40.644Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28682026-05-07T00:36:41.164Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28692026-05-07T00:36:41.803Z Compiling uzers v0.12.2
28702026-05-07T00:36:41.928Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-05-07T00:36:42.898Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28722026-05-07T00:36:43.814Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28732026-05-07T00:36:44.586Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28742026-05-07T00:36:46.540Z Compiling support-bundle-viewer v0.1.2
28752026-05-07T00:36:47.932Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28762026-05-07T00:36:48.483Z Compiling multimap v0.10.1
28772026-05-07T00:36:56.668Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28782026-05-07T00:36:57.358Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28792026-05-07T00:36:58.350Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28802026-05-07T00:37:07.533Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28812026-05-07T00:42:39.940Z Finished `release` profile [optimized] target(s) in 7m 45s
28822026-05-07T00:43:23.602Z
28832026-05-07T00:43:23.602Zreal 8:30.416039237
28842026-05-07T00:43:23.605Zuser 1:17:53.896581001
28852026-05-07T00:43:23.605Zsys 3:29.001517028
28862026-05-07T00:43:23.605Ztrap 1.750513130
28872026-05-07T00:43:23.605Ztflt 3.164229022
28882026-05-07T00:43:23.605Zdflt 18.121474659
28892026-05-07T00:43:23.605Zkflt 0.026167717
28902026-05-07T00:43:23.605Zlock 6:34:51.958017484
28912026-05-07T00:43:23.605Zslp 2:13:47.460993442
28922026-05-07T00:43:23.605Zlat 2:25.819813741
28932026-05-07T00:43:23.605Zstop 5:15.395924155
28942026-05-07T00:43:23.605Z+ mapfile -t packages
28952026-05-07T00:43:23.605Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28962026-05-07T00:43:24.559Z Finished `release` profile [optimized] target(s) in 0.94s
28972026-05-07T00:43:24.636Z Running `target/release/omicron-package -t test list-outputs`
28982026-05-07T00:43:24.697ZLogging to: /work/oxidecomputer/omicron/out/LOG
28992026-05-07T00:43:24.700Z+ ptime -m cargo build --locked --release -p xtask
29002026-05-07T00:43:25.232Z Compiling libc v0.2.185
29012026-05-07T00:43:25.232Z Compiling serde v1.0.228
29022026-05-07T00:43:25.232Z Compiling serde_core v1.0.228
29032026-05-07T00:43:25.235Z Compiling rustix v1.1.3
29042026-05-07T00:43:25.235Z Compiling serde_json v1.0.149
29052026-05-07T00:43:25.235Z Compiling bitflags v2.11.0
29062026-05-07T00:43:25.375Z Compiling num-traits v0.2.19
29072026-05-07T00:43:25.386Z Compiling syn v2.0.117
29082026-05-07T00:43:25.398Z Compiling smallvec v1.15.1
29092026-05-07T00:43:25.401Z Compiling indexmap v2.14.0
29102026-05-07T00:43:25.432Z Compiling usdt-impl v0.5.0
29112026-05-07T00:43:25.443Z Compiling syn v1.0.109
29122026-05-07T00:43:25.457Z Compiling log v0.4.29
29132026-05-07T00:43:25.457Z Compiling percent-encoding v2.3.2
29142026-05-07T00:43:25.606Z Compiling getrandom v0.4.1
29152026-05-07T00:43:25.700Z Compiling form_urlencoded v1.2.2
29162026-05-07T00:43:25.773Z Compiling fs-err v3.3.0
29172026-05-07T00:43:25.795Z Compiling heck v0.4.1
29182026-05-07T00:43:25.844Z Compiling once_cell v1.21.3
29192026-05-07T00:43:25.847Z Compiling anyhow v1.0.102
29202026-05-07T00:43:26.084Z Compiling errno v0.3.14
29212026-05-07T00:43:26.087Z Compiling thread-id v4.2.2
29222026-05-07T00:43:26.087Z Compiling memmap v0.7.0
29232026-05-07T00:43:26.379Z Compiling ordered-float v2.10.1
29242026-05-07T00:43:26.883Z Compiling proc-macro-error v1.0.4
29252026-05-07T00:43:27.076Z Compiling terminal_size v0.4.3
29262026-05-07T00:43:27.076Z Compiling tempfile v3.25.0
29272026-05-07T00:43:27.127Z Compiling tabled_derive v0.7.0
29282026-05-07T00:43:27.173Z Compiling clap_builder v4.5.60
29292026-05-07T00:43:27.173Z Compiling textwrap v0.16.2
29302026-05-07T00:43:27.316Z Compiling camino-tempfile v1.4.1
29312026-05-07T00:43:27.797Z Compiling tabled v0.15.0
29322026-05-07T00:43:27.896Z Compiling synstructure v0.13.2
29332026-05-07T00:43:27.896Z Compiling pest_generator v2.8.6
29342026-05-07T00:43:28.289Z Compiling serde_derive v1.0.228
29352026-05-07T00:43:28.289Z Compiling zerofrom-derive v0.1.6
29362026-05-07T00:43:28.292Z Compiling yoke-derive v0.8.1
29372026-05-07T00:43:28.292Z Compiling zerovec-derive v0.11.2
29382026-05-07T00:43:28.292Z Compiling displaydoc v0.2.5
29392026-05-07T00:43:28.292Z Compiling thiserror-impl v1.0.69
29402026-05-07T00:43:28.424Z Compiling zerocopy-derive v0.7.35
29412026-05-07T00:43:28.586Z Compiling pest_derive v2.8.6
29422026-05-07T00:43:28.891Z Compiling scroll_derive v0.12.1
29432026-05-07T00:43:28.949Z Compiling thiserror-impl v2.0.18
29442026-05-07T00:43:29.001Z Compiling clap_derive v4.5.55
29452026-05-07T00:43:29.212Z Compiling zerocopy v0.7.35
29462026-05-07T00:43:29.387Z Compiling thiserror v1.0.69
29472026-05-07T00:43:29.439Z Compiling zerofrom v0.1.6
29482026-05-07T00:43:29.510Z Compiling dtrace-parser v0.2.0
29492026-05-07T00:43:29.544Z Compiling scroll v0.12.0
29502026-05-07T00:43:29.587Z Compiling yoke v0.8.1
29512026-05-07T00:43:29.799Z Compiling zerovec v0.11.5
29522026-05-07T00:43:29.813Z Compiling zerotrie v0.2.3
29532026-05-07T00:43:29.874Z Compiling goblin v0.8.2
29542026-05-07T00:43:30.158Z Compiling thiserror v2.0.18
29552026-05-07T00:43:30.421Z Compiling tinystr v0.8.2
29562026-05-07T00:43:30.661Z Compiling icu_locale_core v2.1.1
29572026-05-07T00:43:30.664Z Compiling potential_utf v0.1.4
29582026-05-07T00:43:30.887Z Compiling icu_collections v2.1.1
29592026-05-07T00:43:31.474Z Compiling icu_provider v2.1.1
29602026-05-07T00:43:31.586Z Compiling toml_datetime v0.6.11
29612026-05-07T00:43:31.596Z Compiling serde_spanned v0.6.9
29622026-05-07T00:43:31.650Z Compiling serde-value v0.7.0
29632026-05-07T00:43:31.661Z Compiling cargo-platform v0.2.0
29642026-05-07T00:43:31.788Z Compiling icu_normalizer v2.1.1
29652026-05-07T00:43:31.824Z Compiling icu_properties v2.1.2
29662026-05-07T00:43:31.836Z Compiling toml_edit v0.22.27
29672026-05-07T00:43:31.919Z Compiling macaddr v1.0.1
29682026-05-07T00:43:31.968Z Compiling clap v4.5.60
29692026-05-07T00:43:32.024Z Compiling dof v0.3.0
29702026-05-07T00:43:32.069Z Compiling serde_tokenstream v0.2.3
29712026-05-07T00:43:32.762Z Compiling idna_adapter v1.2.1
29722026-05-07T00:43:32.849Z Compiling usdt-macro v0.5.0
29732026-05-07T00:43:32.860Z Compiling usdt-attr-macro v0.5.0
29742026-05-07T00:43:32.900Z Compiling idna v1.1.0
29752026-05-07T00:43:33.255Z Compiling url v2.5.8
29762026-05-07T00:43:33.440Z Compiling toml v0.8.23
29772026-05-07T00:43:33.498Z Compiling usdt v0.5.0
29782026-05-07T00:43:33.935Z Compiling cargo-util-schemas v0.8.2
29792026-05-07T00:43:33.952Z Compiling cargo_toml v0.21.0
29802026-05-07T00:43:34.976Z Compiling cargo_metadata v0.21.0
29812026-05-07T00:43:38.089Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29822026-05-07T00:43:41.066Z Finished `release` profile [optimized] target(s) in 16.35s
29832026-05-07T00:43:41.231Z
29842026-05-07T00:43:41.231Zreal 16.492510886
29852026-05-07T00:43:41.231Zuser 2:21.972472904
29862026-05-07T00:43:41.231Zsys 16.453755282
29872026-05-07T00:43:41.231Ztrap 0.099948635
29882026-05-07T00:43:41.234Ztflt 0.493763874
29892026-05-07T00:43:41.234Zdflt 1.489131193
29902026-05-07T00:43:41.234Zkflt 0.000017108
29912026-05-07T00:43:41.234Zlock 5:14.212090637
29922026-05-07T00:43:41.234Zslp 3:23.483039366
29932026-05-07T00:43:41.234Zlat 6.633452187
29942026-05-07T00:43:41.234Zstop 19.099318965
29952026-05-07T00:43:41.234Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29962026-05-07T00:43:41.234Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29972026-05-07T00:43:41.234Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29982026-05-07T00:43:41.234Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29992026-05-07T00:43:41.234Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30002026-05-07T00:43:42.170Z Compiling newtype-uuid-macros v0.1.0
30012026-05-07T00:43:42.173Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-05-07T00:43:42.173Z Compiling regress v0.10.5
30032026-05-07T00:43:42.173Z Compiling structmeta-derive v0.3.0
30042026-05-07T00:43:42.173Z Compiling rustls v0.22.4
30052026-05-07T00:43:42.402Z Compiling rustls-webpki v0.102.8
30062026-05-07T00:43:42.408Z Compiling multer v3.1.0
30072026-05-07T00:43:42.408Z Compiling match_cfg v0.1.0
30082026-05-07T00:43:42.408Z Compiling debug-ignore v1.0.5
30092026-05-07T00:43:42.408Z Compiling compression-core v0.4.31
30102026-05-07T00:43:42.408Z Compiling slog-json v2.6.1
30112026-05-07T00:43:42.415Z Compiling async-stream-impl v0.3.6
30122026-05-07T00:43:42.431Z Compiling serde_spanned v1.0.4
30132026-05-07T00:43:42.434Z Compiling toml_datetime v1.0.0+spec-1.1.0
30142026-05-07T00:43:42.450Z Compiling dropshot v0.17.0
30152026-05-07T00:43:42.461Z Compiling toml_writer v1.0.6+spec-1.1.0
30162026-05-07T00:43:42.478Z Compiling hostname v0.3.1
30172026-05-07T00:43:42.541Z Compiling compression-codecs v0.4.37
30182026-05-07T00:43:42.591Z Compiling itertools v0.14.0
30192026-05-07T00:43:42.594Z Compiling waitgroup v0.1.2
30202026-05-07T00:43:42.626Z Compiling slog-bunyan v2.5.0
30212026-05-07T00:43:42.660Z Compiling rustls-pemfile v2.2.0
30222026-05-07T00:43:42.711Z Compiling toml v1.0.6+spec-1.1.0
30232026-05-07T00:43:42.762Z Compiling async-compression v0.4.41
30242026-05-07T00:43:42.797Z Compiling dropshot_endpoint v0.17.0
30252026-05-07T00:43:42.800Z Compiling serde_path_to_error v0.1.20
30262026-05-07T00:43:42.800Z Compiling hostname v0.4.2
30272026-05-07T00:43:42.847Z Compiling progenitor-client v0.14.0
30282026-05-07T00:43:42.867Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30292026-05-07T00:43:42.885Z Compiling macaddr v1.0.1
30302026-05-07T00:43:42.985Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30312026-05-07T00:43:43.074Z Compiling instant v0.1.13
30322026-05-07T00:43:43.090Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30332026-05-07T00:43:43.106Z Compiling progenitor-client v0.10.0
30342026-05-07T00:43:43.122Z Compiling backon v1.6.0
30352026-05-07T00:43:43.139Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30362026-05-07T00:43:43.164Z Compiling async-stream v0.3.6
30372026-05-07T00:43:43.184Z Compiling backoff v0.4.0
30382026-05-07T00:43:43.189Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30392026-05-07T00:43:43.216Z Compiling universal-hash v0.5.1
30402026-05-07T00:43:43.219Z Compiling opaque-debug v0.3.1
30412026-05-07T00:43:43.323Z Compiling progenitor-extras v0.2.0
30422026-05-07T00:43:43.343Z Compiling half v2.7.1
30432026-05-07T00:43:43.360Z Compiling crucible-workspace-hack v0.1.0
30442026-05-07T00:43:43.378Z Compiling unsafe-libyaml v0.2.11
30452026-05-07T00:43:43.421Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-05-07T00:43:43.438Z Compiling ciborium-io v0.2.2
30472026-05-07T00:43:43.441Z Compiling convert_case v0.4.0
30482026-05-07T00:43:43.548Z Compiling structmeta v0.3.0
30492026-05-07T00:43:43.573Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-05-07T00:43:43.590Z Compiling regress v0.11.1
30512026-05-07T00:43:43.625Z Compiling ciborium-ll v0.2.2
30522026-05-07T00:43:43.629Z Compiling aead v0.5.2
30532026-05-07T00:43:43.673Z Compiling secrecy v0.10.3
30542026-05-07T00:43:43.724Z Compiling poly1305 v0.8.0
30552026-05-07T00:43:43.748Z Compiling chacha20 v0.9.1
30562026-05-07T00:43:43.792Z Compiling derive-ex v0.1.8
30572026-05-07T00:43:43.846Z Compiling parse-display-derive v0.10.0
30582026-05-07T00:43:43.864Z Compiling derive_more v0.99.20
30592026-05-07T00:43:43.867Z Compiling ciborium v0.2.2
30602026-05-07T00:43:43.867Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30612026-05-07T00:43:43.867Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30622026-05-07T00:43:43.929Z Compiling serde_yaml v0.9.34+deprecated
30632026-05-07T00:43:44.020Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30642026-05-07T00:43:44.038Z Compiling thiserror-impl-no-std v2.0.2
30652026-05-07T00:43:44.099Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-05-07T00:43:44.149Z Compiling byte-wrapper v0.1.0
30672026-05-07T00:43:44.304Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30682026-05-07T00:43:44.362Z Compiling blake2 v0.10.6
30692026-05-07T00:43:44.394Z Compiling password-hash v0.5.0
30702026-05-07T00:43:44.470Z Compiling chacha20poly1305 v0.10.1
30712026-05-07T00:43:44.499Z Compiling indent_write v2.2.0
30722026-05-07T00:43:44.520Z Compiling heapless v0.8.0
30732026-05-07T00:43:44.609Z Compiling tokio-rustls v0.25.0
30742026-05-07T00:43:44.647Z Compiling ingot-macros v0.1.1
30752026-05-07T00:43:44.665Z Compiling argon2 v0.5.3
30762026-05-07T00:43:44.867Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-05-07T00:43:44.951Z Compiling hash32 v0.3.1
30782026-05-07T00:43:45.041Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30792026-05-07T00:43:45.134Z Compiling smoltcp v0.11.0
30802026-05-07T00:43:45.254Z Compiling typify-impl v0.6.2
30812026-05-07T00:43:45.334Z Compiling thiserror-no-std v2.0.2
30822026-05-07T00:43:45.421Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30832026-05-07T00:43:45.455Z Compiling vsss-rs v3.3.4
30842026-05-07T00:43:45.542Z Compiling proc-macro-crate v3.4.0
30852026-05-07T00:43:45.557Z Compiling test-strategy v0.4.5
30862026-05-07T00:43:45.617Z Compiling parse-display v0.10.0
30872026-05-07T00:43:45.684Z Compiling tabwriter v1.4.1
30882026-05-07T00:43:45.882Z Compiling num-rational v0.4.2
30892026-05-07T00:43:45.946Z Compiling cobs v0.3.0
30902026-05-07T00:43:45.970Z Compiling num-complex v0.4.6
30912026-05-07T00:43:45.978Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30922026-05-07T00:43:46.097Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30932026-05-07T00:43:46.139Z Compiling num_enum_derive v0.7.5
30942026-05-07T00:43:46.156Z Compiling postcard v1.1.3
30952026-05-07T00:43:46.223Z Compiling proc-macro-error v1.0.4
30962026-05-07T00:43:46.235Z Compiling proc-macro-crate v1.3.1
30972026-05-07T00:43:46.386Z Compiling num v0.4.3
30982026-05-07T00:43:46.490Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30992026-05-07T00:43:46.494Z Compiling foreign-types-macros v0.2.3
31002026-05-07T00:43:46.533Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31012026-05-07T00:43:46.549Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31022026-05-07T00:43:46.566Z Compiling foreign-types-shared v0.3.1
31032026-05-07T00:43:46.576Z Compiling rayon-core v1.13.0
31042026-05-07T00:43:46.678Z Compiling colored v3.1.1
31052026-05-07T00:43:46.692Z Compiling cpufeatures v0.3.0
31062026-05-07T00:43:46.761Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31072026-05-07T00:43:46.786Z Compiling float-ord v0.3.2
31082026-05-07T00:43:46.840Z Compiling chacha20 v0.10.0
31092026-05-07T00:43:46.858Z Compiling num_enum_derive v0.5.11
31102026-05-07T00:43:46.931Z Compiling crossbeam-deque v0.8.6
31112026-05-07T00:43:47.025Z Compiling camino-tempfile v1.4.1
31122026-05-07T00:43:47.048Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31132026-05-07T00:43:47.067Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31142026-05-07T00:43:47.075Z Compiling cstr-argument v0.1.2
31152026-05-07T00:43:47.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31162026-05-07T00:43:47.179Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31172026-05-07T00:43:47.205Z Compiling foreign-types v0.5.0
31182026-05-07T00:43:47.265Z Compiling rand v0.10.0
31192026-05-07T00:43:47.298Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31202026-05-07T00:43:47.315Z Compiling num_enum v0.7.5
31212026-05-07T00:43:47.321Z Compiling toml v0.8.23
31222026-05-07T00:43:47.424Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-05-07T00:43:47.473Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-07T00:43:47.540Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-05-07T00:43:47.578Z Compiling zone_cfg_derive v0.3.1
31262026-05-07T00:43:47.596Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-05-07T00:43:47.613Z Compiling ingot-types v0.1.2
31282026-05-07T00:43:47.698Z Compiling rayon v1.11.0
31292026-05-07T00:43:47.716Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31302026-05-07T00:43:47.756Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31312026-05-07T00:43:47.770Z Compiling itertools v0.12.1
31322026-05-07T00:43:47.779Z Compiling num-derive v0.4.2
31332026-05-07T00:43:47.799Z Compiling sigpipe v0.1.3
31342026-05-07T00:43:47.952Z Compiling glob v0.3.3
31352026-05-07T00:43:47.967Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-05-07T00:43:48.003Z Compiling ingot v0.1.1
31372026-05-07T00:43:48.020Z Compiling num_enum v0.5.11
31382026-05-07T00:43:48.053Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-07T00:43:48.077Z Compiling smf v0.2.3
31402026-05-07T00:43:48.169Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31412026-05-07T00:43:48.229Z Compiling whoami v1.6.1
31422026-05-07T00:43:48.252Z Compiling prettyplease v0.2.37
31432026-05-07T00:43:48.296Z Compiling gethostname v0.5.0
31442026-05-07T00:43:48.325Z Compiling usdt-macro v0.5.0
31452026-05-07T00:43:48.368Z Compiling usdt-attr-macro v0.5.0
31462026-05-07T00:43:48.528Z Compiling atomicwrites v0.4.4
31472026-05-07T00:43:48.546Z Compiling memmap v0.7.0
31482026-05-07T00:43:48.646Z Compiling derive-where v1.6.0
31492026-05-07T00:43:48.728Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-05-07T00:43:48.758Z Compiling progenitor-client v0.13.0
31512026-05-07T00:43:48.770Z Compiling resolv-conf v0.7.6
31522026-05-07T00:43:48.787Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31532026-05-07T00:43:48.893Z Compiling cancel-safe-futures v0.1.5
31542026-05-07T00:43:49.025Z Compiling zone v0.3.1
31552026-05-07T00:43:49.100Z Compiling owo-colors v4.3.0
31562026-05-07T00:43:49.117Z Compiling libsw-core v0.3.2
31572026-05-07T00:43:49.154Z Compiling async-recursion v1.1.1
31582026-05-07T00:43:49.203Z Compiling console v0.15.11
31592026-05-07T00:43:49.208Z Compiling usdt v0.5.0
31602026-05-07T00:43:49.316Z Compiling libsw v3.5.0
31612026-05-07T00:43:49.464Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31622026-05-07T00:43:49.525Z Compiling newline-converter v0.3.0
31632026-05-07T00:43:49.525Z Compiling linear-map v1.2.0
31642026-05-07T00:43:49.560Z Compiling libefi-sys v0.1.0
31652026-05-07T00:43:49.560Z Compiling hickory-proto v0.24.4
31662026-05-07T00:43:49.673Z Compiling expectorate v1.2.0
31672026-05-07T00:43:49.725Z Compiling bitfield-struct v0.6.2
31682026-05-07T00:43:49.745Z Compiling linked-hash-map v0.5.6
31692026-05-07T00:43:49.761Z Compiling semver v0.1.20
31702026-05-07T00:43:49.795Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31712026-05-07T00:43:49.866Z Compiling tokio-dtrace v0.1.1
31722026-05-07T00:43:49.883Z Compiling dropshot-api-manager-types v0.7.1
31732026-05-07T00:43:49.961Z Compiling typify-macro v0.6.2
31742026-05-07T00:43:49.979Z Compiling rustc_version v0.1.7
31752026-05-07T00:43:49.998Z Compiling lru-cache v0.1.2
31762026-05-07T00:43:50.053Z Compiling pin-project-internal v1.1.11
31772026-05-07T00:43:50.072Z Compiling slog-dtrace v0.3.0
31782026-05-07T00:43:50.089Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31792026-05-07T00:43:50.092Z Compiling minimal-lexical v0.2.1
31802026-05-07T00:43:50.158Z Compiling oxide-tokio-rt v0.1.4
31812026-05-07T00:43:50.175Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31822026-05-07T00:43:50.212Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-05-07T00:43:50.238Z Compiling typify-impl v0.4.3
31842026-05-07T00:43:50.242Z Compiling newtype_derive v0.1.6
31852026-05-07T00:43:50.351Z Compiling nom v7.1.3
31862026-05-07T00:43:50.369Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31872026-05-07T00:43:50.385Z Compiling snafu-derive v0.8.9
31882026-05-07T00:43:50.408Z Compiling phf_shared v0.12.1
31892026-05-07T00:43:50.424Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-05-07T00:43:50.444Z Compiling pem v3.0.6
31912026-05-07T00:43:50.477Z Compiling csv-core v0.1.13
31922026-05-07T00:43:50.493Z Compiling same-file v1.0.6
31932026-05-07T00:43:50.608Z Compiling chrono-tz v0.10.4
31942026-05-07T00:43:50.742Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-07T00:43:50.760Z Compiling xshell-macros v0.2.7
31962026-05-07T00:43:50.808Z Compiling highway v1.3.0
31972026-05-07T00:43:50.851Z Compiling const_format_proc_macros v0.2.34
31982026-05-07T00:43:50.936Z Compiling csv v1.4.0
31992026-05-07T00:43:50.954Z Compiling walkdir v2.5.0
32002026-05-07T00:43:51.159Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32012026-05-07T00:43:51.183Z Compiling xshell v0.2.7
32022026-05-07T00:43:51.208Z Compiling phf v0.12.1
32032026-05-07T00:43:51.246Z Compiling pin-project v1.1.11
32042026-05-07T00:43:51.308Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-05-07T00:43:51.381Z Compiling globset v0.4.18
32062026-05-07T00:43:51.384Z Compiling olpc-cjson v0.1.4
32072026-05-07T00:43:51.510Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32082026-05-07T00:43:51.602Z Compiling primeorder v0.13.6
32092026-05-07T00:43:51.653Z Compiling serde_plain v1.0.2
32102026-05-07T00:43:51.717Z Compiling hickory-resolver v0.24.4
32112026-05-07T00:43:51.735Z Compiling typed-path v0.9.3
32122026-05-07T00:43:51.751Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32132026-05-07T00:43:51.814Z Compiling typify v0.6.2
32142026-05-07T00:43:51.864Z Compiling const_format v0.2.35
32152026-05-07T00:43:51.884Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32162026-05-07T00:43:51.955Z Compiling progenitor-impl v0.14.0
32172026-05-07T00:43:52.019Z Compiling progenitor-impl v0.13.0
32182026-05-07T00:43:52.126Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-05-07T00:43:52.249Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-05-07T00:43:52.301Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32212026-05-07T00:43:52.437Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32222026-05-07T00:43:52.629Z Compiling snafu v0.8.9
32232026-05-07T00:43:52.839Z Compiling qorb v0.4.1
32242026-05-07T00:43:52.862Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32252026-05-07T00:43:53.036Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-05-07T00:43:53.057Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-05-07T00:43:53.303Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32282026-05-07T00:43:53.371Z Compiling tough v0.20.0
32292026-05-07T00:43:53.484Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-07T00:43:53.536Z Compiling tabled_derive v0.7.0
32312026-05-07T00:43:53.606Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-05-07T00:43:54.052Z Compiling bcs v0.1.6
32332026-05-07T00:43:54.074Z Compiling salty v0.3.0
32342026-05-07T00:43:54.118Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32352026-05-07T00:43:54.135Z Compiling termtree v0.5.1
32362026-05-07T00:43:54.318Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32372026-05-07T00:43:54.345Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32382026-05-07T00:43:54.387Z Compiling textwrap v0.16.2
32392026-05-07T00:43:54.437Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32402026-05-07T00:43:54.576Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32412026-05-07T00:43:54.680Z Compiling tabled v0.15.0
32422026-05-07T00:43:54.749Z Compiling progenitor-macro v0.14.0
32432026-05-07T00:43:54.797Z Compiling progenitor-macro v0.13.0
32442026-05-07T00:43:54.815Z Compiling typify-macro v0.4.3
32452026-05-07T00:43:54.851Z Compiling steno v0.4.1
32462026-05-07T00:43:54.881Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-05-07T00:43:54.898Z Compiling humantime v2.3.0
32482026-05-07T00:43:54.930Z Compiling radium v0.7.0
32492026-05-07T00:43:55.051Z Compiling tagptr v0.2.0
32502026-05-07T00:43:55.213Z Compiling base64 v0.21.7
32512026-05-07T00:43:55.234Z Compiling moka v0.12.13
32522026-05-07T00:43:55.256Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32532026-05-07T00:43:55.306Z Compiling p384 v0.13.1
32542026-05-07T00:43:55.571Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32552026-05-07T00:43:55.710Z Compiling maybe-uninit v2.0.0
32562026-05-07T00:43:55.841Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-05-07T00:43:55.888Z Compiling tap v1.0.1
32582026-05-07T00:43:55.891Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-07T00:43:56.042Z Compiling wyz v0.5.1
32602026-05-07T00:43:56.045Z Compiling hickory-resolver v0.25.2
32612026-05-07T00:43:56.108Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32622026-05-07T00:43:56.272Z Compiling proc-macro-error-attr2 v2.0.0
32632026-05-07T00:43:56.328Z Compiling parking_lot_core v0.8.6
32642026-05-07T00:43:56.473Z Compiling packed_struct v0.10.1
32652026-05-07T00:43:56.602Z Compiling typify v0.4.3
32662026-05-07T00:43:56.619Z Compiling funty v2.0.0
32672026-05-07T00:43:56.678Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32682026-05-07T00:43:56.710Z Compiling utf-8 v0.7.6
32692026-05-07T00:43:56.743Z Compiling proc-macro-error2 v2.0.1
32702026-05-07T00:43:56.918Z Compiling tungstenite v0.21.0
32712026-05-07T00:43:56.936Z Compiling polyval v0.6.2
32722026-05-07T00:43:56.957Z Compiling git-stub v1.0.0
32732026-05-07T00:43:57.049Z Compiling bitvec v1.0.1
32742026-05-07T00:43:57.091Z Compiling packed_struct_codegen v0.10.1
32752026-05-07T00:43:57.232Z Compiling num-derive v0.3.3
32762026-05-07T00:43:57.266Z Compiling zerocopy-derive v0.6.6
32772026-05-07T00:43:57.292Z Compiling bitfield-macros v0.19.4
32782026-05-07T00:43:57.512Z Compiling indexmap v1.9.3
32792026-05-07T00:43:57.521Z Compiling crc-catalog v2.4.0
32802026-05-07T00:43:57.521Z Compiling nodrop v0.1.14
32812026-05-07T00:43:57.569Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-05-07T00:43:57.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-05-07T00:43:57.670Z Compiling array-init v0.0.4
32842026-05-07T00:43:57.828Z Compiling crc v3.4.0
32852026-05-07T00:43:57.845Z Compiling tokio-tungstenite v0.21.0
32862026-05-07T00:43:58.013Z Compiling git-stub-vcs v0.1.0
32872026-05-07T00:43:58.051Z Compiling ghash v0.5.1
32882026-05-07T00:43:58.068Z Compiling tabled_derive v0.11.0
32892026-05-07T00:43:58.087Z Compiling bitfield v0.19.4
32902026-05-07T00:43:58.177Z Compiling zerocopy v0.6.6
32912026-05-07T00:43:58.217Z Compiling libscf-sys v1.1.0
32922026-05-07T00:43:58.238Z Compiling smallvec v0.6.14
32932026-05-07T00:43:58.391Z Compiling progenitor-impl v0.11.2
32942026-05-07T00:43:58.412Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-07T00:43:58.429Z Compiling papergrid v0.17.0
32962026-05-07T00:43:58.473Z Compiling testing_table v0.3.0
32972026-05-07T00:43:58.575Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-07T00:43:58.594Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32992026-05-07T00:43:58.609Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33002026-05-07T00:43:58.659Z Compiling ctr v0.9.2
33012026-05-07T00:43:58.677Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-05-07T00:43:58.866Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-07T00:43:58.895Z Compiling unicase v2.9.0
33042026-05-07T00:43:58.982Z Compiling hashbrown v0.12.3
33052026-05-07T00:43:59.030Z Compiling corncobs v0.1.4
33062026-05-07T00:43:59.050Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33072026-05-07T00:43:59.119Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-07T00:43:59.134Z Compiling mime_guess v2.0.5
33092026-05-07T00:43:59.163Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-07T00:43:59.206Z Compiling aes-gcm v0.10.3
33112026-05-07T00:43:59.240Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-07T00:43:59.342Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33132026-05-07T00:43:59.417Z Compiling tabled v0.20.0
33142026-05-07T00:43:59.495Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-07T00:43:59.584Z Compiling parking_lot v0.11.2
33162026-05-07T00:43:59.632Z Compiling serde-hex v0.1.0
33172026-05-07T00:43:59.703Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-05-07T00:43:59.902Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33192026-05-07T00:43:59.954Z Compiling progenitor v0.14.0
33202026-05-07T00:43:59.993Z Compiling progenitor v0.13.0
33212026-05-07T00:44:00.010Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33222026-05-07T00:44:00.136Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33232026-05-07T00:44:00.178Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-05-07T00:44:00.196Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33252026-05-07T00:44:00.199Z Compiling progenitor-impl v0.10.0
33262026-05-07T00:44:00.258Z Compiling ron v0.8.1
33272026-05-07T00:44:00.289Z Compiling hashbrown v0.13.2
33282026-05-07T00:44:00.402Z Compiling progenitor-client v0.11.2
33292026-05-07T00:44:00.420Z Compiling blowfish v0.9.1
33302026-05-07T00:44:00.695Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33312026-05-07T00:44:00.717Z Compiling prefix-trie v0.7.0
33322026-05-07T00:44:00.750Z Compiling ssh-encoding v0.2.0
33332026-05-07T00:44:00.805Z Compiling fxhash v0.2.1
33342026-05-07T00:44:00.972Z Compiling secrecy v0.8.0
33352026-05-07T00:44:01.039Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-05-07T00:44:01.057Z Compiling crc-any v2.5.0
33372026-05-07T00:44:01.102Z Compiling progenitor-macro v0.11.2
33382026-05-07T00:44:01.153Z Compiling hickory-server v0.25.2
33392026-05-07T00:44:01.250Z Compiling ssh-cipher v0.2.0
33402026-05-07T00:44:01.292Z Compiling sled v0.34.7
33412026-05-07T00:44:01.399Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-05-07T00:44:01.903Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33432026-05-07T00:44:01.918Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33442026-05-07T00:44:02.170Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-05-07T00:44:02.339Z Compiling object v0.30.4
33462026-05-07T00:44:02.517Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33472026-05-07T00:44:02.596Z Compiling bcrypt-pbkdf v0.10.0
33482026-05-07T00:44:02.905Z Compiling progenitor-macro v0.10.0
33492026-05-07T00:44:02.989Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33502026-05-07T00:44:03.008Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-05-07T00:44:03.085Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-05-07T00:44:03.102Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-05-07T00:44:03.252Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-05-07T00:44:03.741Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-05-07T00:44:03.826Z Compiling password-hash v0.4.2
33562026-05-07T00:44:04.243Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33572026-05-07T00:44:04.538Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33582026-05-07T00:44:04.558Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33592026-05-07T00:44:04.558Z Compiling crc8 v0.1.1
33602026-05-07T00:44:04.594Z Compiling path-slash v0.1.5
33612026-05-07T00:44:04.622Z Compiling http-range v0.1.5
33622026-05-07T00:44:04.671Z Compiling half v1.8.3
33632026-05-07T00:44:04.724Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-05-07T00:44:04.836Z Compiling pbkdf2 v0.11.0
33652026-05-07T00:44:04.958Z Compiling serde_cbor v0.11.2
33662026-05-07T00:44:05.042Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33672026-05-07T00:44:05.070Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33682026-05-07T00:44:05.241Z Compiling ssh-key v0.6.7
33692026-05-07T00:44:05.413Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33702026-05-07T00:44:05.492Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33712026-05-07T00:44:05.587Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33722026-05-07T00:44:05.605Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33732026-05-07T00:44:05.608Z Compiling p256 v0.13.2
33742026-05-07T00:44:05.639Z Compiling p521 v0.13.3
33752026-05-07T00:44:05.851Z Compiling yasna v0.5.2
33762026-05-07T00:44:06.026Z Compiling kstat-rs v0.2.4
33772026-05-07T00:44:06.156Z Compiling headers-core v0.3.0
33782026-05-07T00:44:06.172Z Compiling nanorand v0.7.0
33792026-05-07T00:44:06.226Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33802026-05-07T00:44:06.243Z Compiling progenitor v0.11.2
33812026-05-07T00:44:06.305Z Compiling atty v0.2.14
33822026-05-07T00:44:06.352Z Compiling russh-cryptovec v0.7.3
33832026-05-07T00:44:06.398Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-05-07T00:44:06.417Z Compiling home v0.5.12
33852026-05-07T00:44:06.436Z Compiling md5 v0.7.0
33862026-05-07T00:44:06.440Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33872026-05-07T00:44:06.469Z Compiling flume v0.11.1
33882026-05-07T00:44:06.494Z Compiling rcgen v0.12.1
33892026-05-07T00:44:06.562Z Compiling headers v0.4.1
33902026-05-07T00:44:06.580Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-05-07T00:44:06.595Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33922026-05-07T00:44:06.627Z Compiling russh-keys v0.45.0
33932026-05-07T00:44:06.737Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-05-07T00:44:06.810Z Compiling hyper-staticfile v0.10.1
33952026-05-07T00:44:06.985Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33962026-05-07T00:44:07.013Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33972026-05-07T00:44:07.310Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33982026-05-07T00:44:07.355Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33992026-05-07T00:44:07.390Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34002026-05-07T00:44:07.418Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34012026-05-07T00:44:07.435Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34022026-05-07T00:44:07.723Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34032026-05-07T00:44:07.801Z Compiling num-bigint v0.4.6
34042026-05-07T00:44:07.917Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34052026-05-07T00:44:07.950Z Compiling progenitor v0.10.0
34062026-05-07T00:44:08.116Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34072026-05-07T00:44:08.137Z Compiling des v0.8.1
34082026-05-07T00:44:08.137Z Compiling subprocess v0.2.15
34092026-05-07T00:44:08.170Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34102026-05-07T00:44:08.242Z Compiling hex-literal v0.4.1
34112026-05-07T00:44:08.374Z Compiling display-error-chain v0.2.2
34122026-05-07T00:44:08.391Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-05-07T00:44:08.470Z Compiling colored v2.2.0
34142026-05-07T00:44:08.506Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34152026-05-07T00:44:08.547Z Compiling socket2 v0.5.10
34162026-05-07T00:44:08.617Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-05-07T00:44:08.770Z Compiling internet-checksum v0.2.1
34182026-05-07T00:44:08.919Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34192026-05-07T00:44:08.937Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34202026-05-07T00:44:08.996Z Compiling russh v0.45.0
34212026-05-07T00:44:11.499Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34222026-05-07T00:44:12.172Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34232026-05-07T00:44:12.654Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34242026-05-07T00:44:14.254Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34252026-05-07T00:44:22.075Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34262026-05-07T00:44:22.075Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34272026-05-07T00:44:22.078Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34282026-05-07T00:44:22.078Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34292026-05-07T00:44:23.809Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34302026-05-07T00:44:23.900Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34312026-05-07T00:44:27.978Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34322026-05-07T00:44:29.354Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34332026-05-07T00:44:48.341Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34342026-05-07T00:45:06.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34352026-05-07T00:45:06.985Z
34362026-05-07T00:45:06.985Zreal 1:25.589413951
34372026-05-07T00:45:06.985Zuser 8:20.018762065
34382026-05-07T00:45:06.985Zsys 1:40.897899053
34392026-05-07T00:45:06.985Ztrap 0.250489704
34402026-05-07T00:45:06.985Ztflt 0.512585151
34412026-05-07T00:45:06.985Zdflt 1.608946348
34422026-05-07T00:45:06.990Zkflt 0.000195364
34432026-05-07T00:45:06.990Zlock 28:29.027417322
34442026-05-07T00:45:06.990Zslp 19:30.437129450
34452026-05-07T00:45:06.990Zlat 37.602527280
34462026-05-07T00:45:06.991Zstop 2:36.089586600
34472026-05-07T00:45:06.991Z+ mkdir tests
34482026-05-07T00:45:06.991Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34492026-05-07T00:45:06.991Z+ xargs -I '{}' -t cp '{}' tests/
34502026-05-07T00:45:06.991Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34512026-05-07T00:45:07.008Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34522026-05-07T00:45:07.133Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34532026-05-07T00:45:07.136Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34542026-05-07T00:45:07.352Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34552026-05-07T00:45:07.355Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34562026-05-07T00:46:26.647ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34572026-05-07T00:46:26.647Za .github/buildomat/ci-env.sh 1K
34582026-05-07T00:46:26.647Za out/target/test 1K
34592026-05-07T00:46:26.648Za out/npuzone/npuzone 27402K
34602026-05-07T00:46:26.648Za package-manifest.toml 35K
34612026-05-07T00:46:26.648Za smf/sled-agent/non-gimlet/config.toml 6K
34622026-05-07T00:46:26.648Za target/release/omicron-package 44932K
34632026-05-07T00:46:26.648Za target/release/xtask 11449K
34642026-05-07T00:46:26.648Za target/debug/bootstrap 352212K
34652026-05-07T00:46:26.648Za tests/bootstrap-a30bd6ce46b8f667 31215K
34662026-05-07T00:46:26.648Za tests/commtest-6ff027522a55cd83 32300K
34672026-05-07T00:46:26.648Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34682026-05-07T00:46:26.648Za tests/end_to_end_tests-06879957ae11aa92 393322K
34692026-05-07T00:46:26.648Za out/clickhouse.tar.gz 319023K
34702026-05-07T00:46:26.648Za out/clickhouse_keeper.tar.gz 304364K
34712026-05-07T00:46:26.648Za out/clickhouse_server.tar.gz 319022K
34722026-05-07T00:46:26.648Za out/cockroachdb.tar.gz 164663K
34732026-05-07T00:46:26.648Za out/crucible-pantry-zone.tar.gz 43697K
34742026-05-07T00:46:26.648Za out/crucible-utils.tar 17744K
34752026-05-07T00:46:26.648Za out/crucible-zone.tar.gz 57835K
34762026-05-07T00:46:26.648Za out/external-dns.tar.gz 49314K
34772026-05-07T00:46:26.648Za out/internal-dns.tar.gz 49314K
34782026-05-07T00:46:26.648Za out/mg-ddm-gz.tar 95141K
34792026-05-07T00:46:26.648Za out/nexus.tar.gz 220028K
34802026-05-07T00:46:26.648Za out/ntp.tar.gz 31660K
34812026-05-07T00:46:26.648Za out/omicron-gateway-softnpu.tar.gz 28514K
34822026-05-07T00:46:26.648Za out/omicron-sled-agent.tar 198944K
34832026-05-07T00:46:26.648Za out/overlay.tar.gz 3K
34842026-05-07T00:46:26.648Za out/oximeter.tar.gz 65358K
34852026-05-07T00:46:26.648Za out/oxlog.tar 3782K
34862026-05-07T00:46:26.648Za out/probe.tar.gz 3037K
34872026-05-07T00:46:26.649Za out/propolis-server.tar.gz 38727K
34882026-05-07T00:46:26.649Za out/pumpkind-gz.tar 26647K
34892026-05-07T00:46:26.649Za out/switch-softnpu.tar.gz 392864K
34902026-05-07T00:46:26.652Z
34912026-05-07T00:46:26.652Zreal 1:19.340837000
34922026-05-07T00:46:26.652Zuser 1:16.672979657
34932026-05-07T00:46:26.652Zsys 4.423848308
34942026-05-07T00:46:26.652Ztrap 0.006958194
34952026-05-07T00:46:26.652Ztflt 0.000000000
34962026-05-07T00:46:26.652Zdflt 0.000000000
34972026-05-07T00:46:26.653Zkflt 0.000000000
34982026-05-07T00:46:26.653Zlock 0.000000000
34992026-05-07T00:46:26.653Zslp 1:16.583724653
35002026-05-07T00:46:26.653Zlat 0.989553114
35012026-05-07T00:46:26.653Zstop 0.000232387
35022026-05-07T00:46:26.653Zprocess exited: duration 914811 ms, exit code 0
 
35032026-05-07T00:46:26.667Zfound 1 output files
35042026-05-07T00:46:26.667Zuploading: /work/package.tar.gz (2431135386 bytes)
35052026-05-07T00:46:55.130Zuploaded: /work/package.tar.gz