01KR2NHCMH9PC6B5VFW11KMKR1: 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: 01KR2NHT3VBV5R4HFW97E5W00F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T02:10:28.669Zjob assigned to worker 01KR2NHXRWK3H2E9GSKFH461Z4 [factory aws, i-0e4b8e8d28e13f0b0] (queued for 55 s)
 
22026-05-08T02:10:35.829Zstarting task 0: "setup"
32026-05-08T02:10:35.834Z++ uname -s
42026-05-08T02:10:35.838Z+ kern=SunOS
52026-05-08T02:10:35.838Z+ build_user=build
62026-05-08T02:10:35.838Z+ build_uid=12345
72026-05-08T02:10:35.838Z+ work_dir=/work
82026-05-08T02:10:35.838Z+ input_dir=/input
92026-05-08T02:10:35.838Z+ [[ 0 == 12345 ]]
102026-05-08T02:10:35.838Z+ case "$kern" in
112026-05-08T02:10:35.838Z+ groupadd -g 12345 build
122026-05-08T02:10:35.841Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T02:10:38.851Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T02:10:38.855Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T02:10:38.855Z+ home_fs=zfs
162026-05-08T02:10:38.855Z+ [[ zfs == autofs ]]
172026-05-08T02:10:38.855Z+ mkdir -p /home/build
182026-05-08T02:10:38.855Z+ chown build:build /home/build /work
192026-05-08T02:10:40.027Z+ chmod 0700 /home/build /work
202026-05-08T02:10:40.033Zprocess exited: duration 4204 ms, exit code 0
 
212026-05-08T02:10:40.047Zstarting task 1: "rust-toolchain"
222026-05-08T02:10:40.052Z * rust toolchain channel = "1.94.0"
232026-05-08T02:10:40.052Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-08T02:10:40.052Z * rust toolchain profile = "default"
252026-05-08T02:10:40.052Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T02:10:40.052Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T02:10:40.052Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T02:10:40.057Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T02:10:40.057Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T02:10:40.143Zinfo: downloading installer
312026-05-08T02:10:41.982Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T02:10:41.982Zwarn: /home/build/.rustup/settings.toml
332026-05-08T02:10:41.982Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T02:10:41.982Zwarn: instead of the one inferred from the default host triple.
352026-05-08T02:10:41.988Zinfo: profile set to default
362026-05-08T02:10:41.989Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T02:10:41.992Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T02:10:42.140Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T02:10:42.144Zinfo: downloading 6 components
402026-05-08T02:10:57.601Z
412026-05-08T02:10:57.601Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-08T02:10:57.635Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T02:10:57.635Z
442026-05-08T02:10:57.635Z
452026-05-08T02:10:57.636ZRust is installed now. Great!
462026-05-08T02:10:57.636Z
472026-05-08T02:10:57.639ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T02:10:57.639Zenvironment variable. This has not been done automatically.
492026-05-08T02:10:57.639Z
502026-05-08T02:10:57.639ZTo configure your current shell, you need to source
512026-05-08T02:10:57.639Zthe corresponding env file under $HOME/.cargo.
522026-05-08T02:10:57.639Z
532026-05-08T02:10:57.639ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T02:10:57.639Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T02:10:57.639Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T02:10:57.639Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T02:10:57.639Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T02:10:57.639Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T02:10:57.639Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T02:10:57.640Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T02:10:57.640Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T02:10:57.722Z+ rustup --version
632026-05-08T02:10:57.728Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T02:10:57.731Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T02:10:57.750Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T02:10:57.753Z+ cargo --version
672026-05-08T02:10:57.762Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T02:10:57.765Z+ rustc --version
692026-05-08T02:10:57.784Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T02:10:57.787Zprocess exited: duration 17741 ms, exit code 0
 
712026-05-08T02:10:57.793Zstarting task 2: "authentication"
722026-05-08T02:10:57.811Zprocess exited: duration 17 ms, exit code 0
 
732026-05-08T02:10:57.818Zstarting task 3: "clone repository"
742026-05-08T02:10:57.823Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T02:10:57.826Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T02:10:57.855ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T02:11:07.145Z+ cd /work/oxidecomputer/omicron
782026-05-08T02:11:07.145Z+ git fetch origin 9c029199589abe94fac9c56b10a8058d5116ae87
792026-05-08T02:11:07.406ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T02:11:07.408Z * branch 9c029199589abe94fac9c56b10a8058d5116ae87 -> FETCH_HEAD
812026-05-08T02:11:07.421Z+ [[ -n zl/opte-version-override ]]
822026-05-08T02:11:07.424Z++ git branch --show-current
832026-05-08T02:11:07.427Z+ current=main
842026-05-08T02:11:07.427Z+ [[ main != zl/opte-version-override ]]
852026-05-08T02:11:07.427Z+ git branch -f zl/opte-version-override 9c029199589abe94fac9c56b10a8058d5116ae87
862026-05-08T02:11:07.430Z+ git checkout -f zl/opte-version-override
872026-05-08T02:11:07.662ZSwitched to branch 'zl/opte-version-override'
882026-05-08T02:11:07.666Z+ git reset --hard 9c029199589abe94fac9c56b10a8058d5116ae87
892026-05-08T02:11:07.700ZHEAD is now at 9c0291995 merge main
902026-05-08T02:11:07.703Zprocess exited: duration 9883 ms, exit code 0
 
912026-05-08T02:11:07.717Zstarting task 4: "build"
922026-05-08T02:11:07.721Z+ source .github/buildomat/ci-env.sh
932026-05-08T02:11:07.721Z++ export CARGO_TERM_COLOR=always
942026-05-08T02:11:07.721Z++ CARGO_TERM_COLOR=always
952026-05-08T02:11:07.722Z+ cargo --version
962026-05-08T02:11:07.731Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T02:11:07.734Z+ rustc --version
982026-05-08T02:11:07.755Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T02:11:07.758Z+ WORK=/work
1002026-05-08T02:11:07.758Z+ pfexec mkdir -p /work
1012026-05-08T02:11:07.762Z+ pfexec chown build /work
1022026-05-08T02:11:07.765Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-08T02:11:09.586Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-08T02:11:09.701ZPlanning: Solver setup ... Done (0.095s)
1052026-05-08T02:11:09.709ZPlanning: Running solver ... Done (0.008s)
1062026-05-08T02:11:09.715ZPlanning: Finding local manifests ... Done (0.003s)
1072026-05-08T02:11:09.718ZPlanning: Fetching manifests: 0/2 0% complete
1082026-05-08T02:11:09.739ZPlanning: Fetching manifests: 2/2 100% complete
1092026-05-08T02:11:09.754ZPlanning: Package planning ... Done (0.015s)
1102026-05-08T02:11:09.758ZPlanning: Merging actions ... Done (0.001s)
1112026-05-08T02:11:09.942ZPlanning: Checking for conflicting actions ... Done (0.186s)
1122026-05-08T02:11:09.946ZPlanning: Consolidating action changes ... Done (0.001s)
1132026-05-08T02:11:10.831ZPlanning: Evaluating mediators ... Done (0.887s)
1142026-05-08T02:11:10.831ZPlanning: Planning completed in 1.24 seconds
1152026-05-08T02:11:10.839Z Packages to install: 2
1162026-05-08T02:11:10.842Z Estimated space available: 156.08 GB
1172026-05-08T02:11:10.842ZEstimated space to be consumed: 15.55 MB
1182026-05-08T02:11:10.842Z Create boot environment: No
1192026-05-08T02:11:10.843ZCreate backup boot environment: No
1202026-05-08T02:11:10.843Z Rebuild boot archive: No
1212026-05-08T02:11:10.843Z
1222026-05-08T02:11:10.843ZChanged packages:
1232026-05-08T02:11:10.843Zhelios
1242026-05-08T02:11:10.843Z developer/build-essential
1252026-05-08T02:11:10.843Z None -> 11-3.0
1262026-05-08T02:11:10.843Z library/libxmlsec1
1272026-05-08T02:11:10.843Z None -> 1.2.35-3.0
1282026-05-08T02:11:10.865Z
1292026-05-08T02:11:10.865ZDownload: 0/214 items 0.0/1.3MB 0% complete
1302026-05-08T02:11:11.414ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1312026-05-08T02:11:11.482Z Actions: 1/268 actions (Installing new actions)
1322026-05-08T02:11:11.519Z Actions: Completed 268 actions in 0.04 seconds.
1332026-05-08T02:11:11.530ZFinalize: Updating package state database ... Done (0.008s)
1342026-05-08T02:11:11.530ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-08T02:11:11.537ZFinalize: Updating image state ... Done (0.010s)
1362026-05-08T02:11:14.173ZFinalize: Creating fast lookup database ... Done (2.615s)
1372026-05-08T02:11:14.244ZFinalize: Reading search index ... Done (0.012s)
1382026-05-08T02:11:14.247ZFinalize: Updating search index ... Done (0.000s)
1392026-05-08T02:11:14.330ZFinalize: Updating package cache ... Done (0.000s)
1402026-05-08T02:11:14.617ZPlanning: Evaluating mediator changes ... Done
1412026-05-08T02:11:14.722ZPlanning: Checking for conflicting actions ... Done
1422026-05-08T02:11:14.725ZPlanning: Consolidating action changes ... Done
1432026-05-08T02:11:14.881ZPlanning: Evaluating mediators ... Done
1442026-05-08T02:11:14.886ZPlanning: Planning completed in 0.27 seconds
1452026-05-08T02:11:14.905Z Mediators to change: 2
1462026-05-08T02:11:14.905Z Create boot environment: No
1472026-05-08T02:11:14.905ZCreate backup boot environment: No
1482026-05-08T02:11:14.961ZFinalize: Updating package state database ... Done
1492026-05-08T02:11:14.961ZFinalize: Updating package cache ... Done
1502026-05-08T02:11:14.969ZFinalize: Updating image state ... Done
1512026-05-08T02:11:16.938ZFinalize: Creating fast lookup database ... Done
1522026-05-08T02:11:16.999ZFinalize: Reading search index ... Done
1532026-05-08T02:11:17.002ZFinalize: Updating search index ... Done
1542026-05-08T02:11:17.097ZFinalize: Updating package cache ... Done
1552026-05-08T02:11:17.387ZPlanning: Evaluating mediator changes ... Done
1562026-05-08T02:11:17.492ZPlanning: Checking for conflicting actions ... Done
1572026-05-08T02:11:17.496ZPlanning: Consolidating action changes ... Done
1582026-05-08T02:11:17.651ZPlanning: Evaluating mediators ... Done
1592026-05-08T02:11:17.654ZPlanning: Planning completed in 0.26 seconds
1602026-05-08T02:11:17.677Z Mediators to change: 1
1612026-05-08T02:11:17.677Z Create boot environment: No
1622026-05-08T02:11:17.677ZCreate backup boot environment: No
1632026-05-08T02:11:17.753ZFinalize: Updating package state database ... Done
1642026-05-08T02:11:17.753ZFinalize: Updating package cache ... Done
1652026-05-08T02:11:17.759ZFinalize: Updating image state ... Done
1662026-05-08T02:11:19.714ZFinalize: Creating fast lookup database ... Done
1672026-05-08T02:11:19.774ZFinalize: Reading search index ... Done
1682026-05-08T02:11:19.778ZFinalize: Updating search index ... Done
1692026-05-08T02:11:19.847ZFinalize: Updating package cache ... Done
1702026-05-08T02:11:20.159ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1712026-05-08T02:11:20.159Zapache system 2.4 system
1722026-05-08T02:11:20.159Zclang system 15 system
1732026-05-08T02:11:20.159Zcsh system system illumos
1742026-05-08T02:11:20.159Zctags system system illumos
1752026-05-08T02:11:20.159Zfile vendor vendor darwinsys
1762026-05-08T02:11:20.159Zfile system system illumos
1772026-05-08T02:11:20.160Zgcc vendor 14 vendor
1782026-05-08T02:11:20.160Zgcc system 13 system
1792026-05-08T02:11:20.160Zgcc system 10 system
1802026-05-08T02:11:20.160Zgo system 1.25 system
1812026-05-08T02:11:20.160Zllvm system 15 system
1822026-05-08T02:11:20.160Zmariadb system 11.4 system
1832026-05-08T02:11:20.160Zmta vendor vendor dma
1842026-05-08T02:11:20.160Zopenjdk system 17 system
1852026-05-08T02:11:20.160Zopenjdk system 11 system
1862026-05-08T02:11:20.160Zopenssl vendor 3 vendor
1872026-05-08T02:11:20.160Zperl system 5.40 system
1882026-05-08T02:11:20.160Zpostgresql system 18 system
1892026-05-08T02:11:20.160Zpostgresql system 17 system
1902026-05-08T02:11:20.160Zpython vendor 3 vendor
1912026-05-08T02:11:20.160Zpython system 2 system
1922026-05-08T02:11:20.160Zpython3 vendor 3.13 vendor
1932026-05-08T02:11:20.160Zruby system 3.4 system
1942026-05-08T02:11:20.160Zruby system 3.0 system
1952026-05-08T02:11:20.160Zwords vendor vendor american-english
1962026-05-08T02:11:20.160Zwords system system australian-english
1972026-05-08T02:11:20.160Zwords system system british-english
1982026-05-08T02:11:20.160Zwords system system canadian-english
1992026-05-08T02:11:20.160Zwords system system french
2002026-05-08T02:11:20.160Zwords system system italian
2012026-05-08T02:11:20.160Zwords system system ngerman
2022026-05-08T02:11:20.161Zwords system system ogerman
2032026-05-08T02:11:20.161Zwords system system spanish
2042026-05-08T02:11:20.413ZPUBLISHER TYPE STATUS P LOCATION
2052026-05-08T02:11:20.413Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2062026-05-08T02:11:20.670ZFMRI IFO
2072026-05-08T02:11:20.670Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2082026-05-08T02:11:20.670Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2092026-05-08T02:11:20.670Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2102026-05-08T02:11:20.670Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2112026-05-08T02:11:20.670Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2122026-05-08T02:11:20.670Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2132026-05-08T02:11:20.671Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2142026-05-08T02:11:20.671Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2152026-05-08T02:11:20.671Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2162026-05-08T02:11:20.899Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2172026-05-08T02:11:21.179Z Updating crates.io index
2182026-05-08T02:11:21.212Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2192026-05-08T02:11:21.911Z Updating git repository `https://github.com/oxidecomputer/lldp`
2202026-05-08T02:11:22.300Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-05-08T02:11:22.807Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-05-08T02:11:23.589Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-05-08T02:11:24.079Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-05-08T02:11:25.393Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-05-08T02:11:26.294Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-05-08T02:11:26.578Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2272026-05-08T02:11:27.629Z Updating git repository `https://github.com/oxidecomputer/clickward`
2282026-05-08T02:11:27.975Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2292026-05-08T02:11:28.297Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2302026-05-08T02:11:28.688Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2312026-05-08T02:11:29.538Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-05-08T02:11:30.109Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-05-08T02:11:30.441Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-05-08T02:11:30.805Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2352026-05-08T02:11:31.259Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-05-08T02:11:31.480Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-05-08T02:11:31.726Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-05-08T02:11:31.966Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2392026-05-08T02:11:32.457Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2402026-05-08T02:11:33.008Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-05-08T02:11:33.468Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-05-08T02:11:33.711Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2432026-05-08T02:11:34.020Z Updating git repository `https://github.com/oxidecomputer/ispf`
2442026-05-08T02:11:35.095Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-05-08T02:11:35.688Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-05-08T02:11:36.203Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-05-08T02:11:36.670Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-05-08T02:11:36.983Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-05-08T02:11:37.305Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-08T02:11:37.619Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-05-08T02:11:38.196Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2522026-05-08T02:11:38.436Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2532026-05-08T02:11:38.661Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2542026-05-08T02:11:38.932Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-08T02:11:39.318Z Updating git repository `https://github.com/oxidecomputer/omicron`
2562026-05-08T02:11:51.019Z Downloading crates ...
2572026-05-08T02:11:51.067Z Downloaded anstyle v1.0.13
2582026-05-08T02:11:51.081Z Downloaded thiserror v2.0.18
2592026-05-08T02:11:51.086Z Downloaded usdt-impl v0.5.0
2602026-05-08T02:11:51.090Z Downloaded unicode-ident v1.0.24
2612026-05-08T02:11:51.093Z Downloaded fs-err v3.3.0
2622026-05-08T02:11:51.093Z Downloaded toml_datetime v0.6.11
2632026-05-08T02:11:51.096Z Downloaded usdt-attr-macro v0.5.0
2642026-05-08T02:11:51.096Z Downloaded zerofrom-derive v0.1.6
2652026-05-08T02:11:51.096Z Downloaded textwrap v0.16.2
2662026-05-08T02:11:51.099Z Downloaded yoke-derive v0.8.1
2672026-05-08T02:11:51.099Z Downloaded crypto-common v0.1.7
2682026-05-08T02:11:51.099Z Downloaded usdt-macro v0.5.0
2692026-05-08T02:11:51.099Z Downloaded quote v1.0.45
2702026-05-08T02:11:51.102Z Downloaded utf8_iter v1.0.4
2712026-05-08T02:11:51.102Z Downloaded toml v0.8.23
2722026-05-08T02:11:51.106Z Downloaded cpufeatures v0.2.17
2732026-05-08T02:11:51.106Z Downloaded version_check v0.9.5
2742026-05-08T02:11:51.106Z Downloaded errno v0.3.14
2752026-05-08T02:11:51.106Z Downloaded cfg-if v1.0.4
2762026-05-08T02:11:51.106Z Downloaded plain v0.2.3
2772026-05-08T02:11:51.109Z Downloaded utf8parse v0.2.2
2782026-05-08T02:11:51.109Z Downloaded terminal_size v0.4.3
2792026-05-08T02:11:51.113Z Downloaded dof v0.3.0
2802026-05-08T02:11:51.113Z Downloaded fnv v1.0.7
2812026-05-08T02:11:51.116Z Downloaded yoke v0.8.1
2822026-05-08T02:11:51.116Z Downloaded zerovec-derive v0.11.2
2832026-05-08T02:11:51.116Z Downloaded thiserror v1.0.69
2842026-05-08T02:11:51.120Z Downloaded percent-encoding v2.3.2
2852026-05-08T02:11:51.120Z Downloaded itoa v1.0.17
2862026-05-08T02:11:51.123Z Downloaded macaddr v1.0.1
2872026-05-08T02:11:51.123Z Downloaded anyhow v1.0.102
2882026-05-08T02:11:51.123Z Downloaded unicode-xid v0.2.6
2892026-05-08T02:11:51.126Z Downloaded toml_write v0.1.2
2902026-05-08T02:11:51.129Z Downloaded heck v0.5.0
2912026-05-08T02:11:51.129Z Downloaded stable_deref_trait v1.2.1
2922026-05-08T02:11:51.129Z Downloaded sha2 v0.10.9
2932026-05-08T02:11:51.132Z Downloaded typeid v1.0.3
2942026-05-08T02:11:51.132Z Downloaded digest v0.10.7
2952026-05-08T02:11:51.132Z Downloaded equivalent v1.0.2
2962026-05-08T02:11:51.132Z Downloaded dtrace-parser v0.2.0
2972026-05-08T02:11:51.135Z Downloaded unicode-linebreak v0.1.5
2982026-05-08T02:11:51.135Z Downloaded thiserror-impl v1.0.69
2992026-05-08T02:11:51.135Z Downloaded serde_spanned v0.6.9
3002026-05-08T02:11:51.141Z Downloaded tinystr v0.8.2
3012026-05-08T02:11:51.144Z Downloaded icu_locale_core v2.1.1
3022026-05-08T02:11:51.147Z Downloaded zmij v1.0.21
3032026-05-08T02:11:51.147Z Downloaded thiserror-impl v2.0.18
3042026-05-08T02:11:51.147Z Downloaded memmap v0.7.0
3052026-05-08T02:11:51.147Z Downloaded ucd-trie v0.1.7
3062026-05-08T02:11:51.150Z Downloaded serde-untagged v0.1.9
3072026-05-08T02:11:51.150Z Downloaded thread-id v4.2.2
3082026-05-08T02:11:51.150Z Downloaded serde-value v0.7.0
3092026-05-08T02:11:51.154Z Downloaded scroll v0.12.0
3102026-05-08T02:11:51.154Z Downloaded camino-tempfile v1.4.1
3112026-05-08T02:11:51.157Z Downloaded anstyle-parse v0.2.7
3122026-05-08T02:11:51.157Z Downloaded pest_generator v2.8.6
3132026-05-08T02:11:51.157Z Downloaded zerofrom v0.1.6
3142026-05-08T02:11:51.161Z Downloaded usdt v0.5.0
3152026-05-08T02:11:51.161Z Downloaded toml_edit v0.22.27
3162026-05-08T02:11:51.161Z Downloaded writeable v0.6.2
3172026-05-08T02:11:51.164Z Downloaded pretty-hex v0.4.1
3182026-05-08T02:11:51.164Z Downloaded tabled_derive v0.7.0
3192026-05-08T02:11:51.164Z Downloaded is_terminal_polyfill v1.70.2
3202026-05-08T02:11:51.168Z Downloaded zerocopy-derive v0.7.35
3212026-05-08T02:11:51.171Z Downloaded ordered-float v2.10.1
3222026-05-08T02:11:51.177Z Downloaded potential_utf v0.1.4
3232026-05-08T02:11:51.177Z Downloaded serde_derive v1.0.228
3242026-05-08T02:11:51.177Z Downloaded zerotrie v0.2.3
3252026-05-08T02:11:51.181Z Downloaded typenum v1.19.0
3262026-05-08T02:11:51.181Z Downloaded fastrand v2.3.0
3272026-05-08T02:11:51.181Z Downloaded proc-macro-error-attr v1.0.4
3282026-05-08T02:11:51.181Z Downloaded cargo-util-schemas v0.8.2
3292026-05-08T02:11:51.185Z Downloaded scroll_derive v0.12.1
3302026-05-08T02:11:51.185Z Downloaded heck v0.4.1
3312026-05-08T02:11:51.188Z Downloaded swrite v0.1.0
3322026-05-08T02:11:51.191Z Downloaded cargo-platform v0.2.0
3332026-05-08T02:11:51.195Z Downloaded generic-array v0.14.7
3342026-05-08T02:11:51.195Z Downloaded zerocopy v0.7.35
3352026-05-08T02:11:51.200Z Downloaded url v2.5.8
3362026-05-08T02:11:51.204Z Downloaded icu_provider v2.1.1
3372026-05-08T02:11:51.206Z Downloaded strsim v0.11.1
3382026-05-08T02:11:51.209Z Downloaded block-buffer v0.10.4
3392026-05-08T02:11:51.209Z Downloaded proc-macro2 v1.0.106
3402026-05-08T02:11:51.209Z Downloaded zerovec v0.11.5
3412026-05-08T02:11:51.212Z Downloaded unicode-width v0.1.14
3422026-05-08T02:11:51.212Z Downloaded unicode-width v0.2.0
3432026-05-08T02:11:51.216Z Downloaded form_urlencoded v1.2.2
3442026-05-08T02:11:51.216Z Downloaded anstream v0.6.21
3452026-05-08T02:11:51.219Z Downloaded winnow v0.7.14
3462026-05-08T02:11:51.222Z Downloaded colorchoice v1.0.4
3472026-05-08T02:11:51.222Z Downloaded clap_lex v1.0.0
3482026-05-08T02:11:51.225Z Downloaded smawk v0.3.2
3492026-05-08T02:11:51.225Z Downloaded anstyle-query v1.1.5
3502026-05-08T02:11:51.225Z Downloaded once_cell v1.21.3
3512026-05-08T02:11:51.225Z Downloaded bitflags v2.11.0
3522026-05-08T02:11:51.229Z Downloaded synstructure v0.13.2
3532026-05-08T02:11:51.232Z Downloaded erased-serde v0.4.9
3542026-05-08T02:11:51.232Z Downloaded pest_meta v2.8.6
3552026-05-08T02:11:51.232Z Downloaded idna_adapter v1.2.1
3562026-05-08T02:11:51.236Z Downloaded bytecount v0.6.9
3572026-05-08T02:11:51.239Z Downloaded serde_tokenstream v0.2.3
3582026-05-08T02:11:51.242Z Downloaded cargo_toml v0.21.0
3592026-05-08T02:11:51.242Z Downloaded num-traits v0.2.19
3602026-05-08T02:11:51.242Z Downloaded autocfg v1.5.0
3612026-05-08T02:11:51.245Z Downloaded displaydoc v0.2.5
3622026-05-08T02:11:51.254Z Downloaded proc-macro-error v1.0.4
3632026-05-08T02:11:51.261Z Downloaded smallvec v1.15.1
3642026-05-08T02:11:51.264Z Downloaded cargo_metadata v0.21.0
3652026-05-08T02:11:51.264Z Downloaded pest_derive v2.8.6
3662026-05-08T02:11:51.267Z Downloaded byteorder v1.5.0
3672026-05-08T02:11:51.267Z Downloaded clap_derive v4.5.55
3682026-05-08T02:11:51.267Z Downloaded camino v1.2.2
3692026-05-08T02:11:51.276Z Downloaded getrandom v0.4.1
3702026-05-08T02:11:51.280Z Downloaded litemap v0.8.1
3712026-05-08T02:11:51.284Z Downloaded clap v4.5.60
3722026-05-08T02:11:51.288Z Downloaded tempfile v3.25.0
3732026-05-08T02:11:51.288Z Downloaded semver v1.0.28
3742026-05-08T02:11:51.291Z Downloaded icu_properties v2.1.2
3752026-05-08T02:11:51.291Z Downloaded icu_normalizer v2.1.1
3762026-05-08T02:11:51.309Z Downloaded papergrid v0.11.0
3772026-05-08T02:11:51.312Z Downloaded serde_core v1.0.228
3782026-05-08T02:11:51.316Z Downloaded icu_collections v2.1.1
3792026-05-08T02:11:51.319Z Downloaded log v0.4.29
3802026-05-08T02:11:51.322Z Downloaded icu_normalizer_data v2.1.1
3812026-05-08T02:11:51.331Z Downloaded memchr v2.8.0
3822026-05-08T02:11:51.335Z Downloaded serde v1.0.228
3832026-05-08T02:11:51.338Z Downloaded indexmap v2.14.0
3842026-05-08T02:11:51.360Z Downloaded hashbrown v0.17.0
3852026-05-08T02:11:51.367Z Downloaded pest v2.8.6
3862026-05-08T02:11:51.373Z Downloaded idna v1.1.0
3872026-05-08T02:11:51.383Z Downloaded icu_properties_data v2.1.2
3882026-05-08T02:11:51.391Z Downloaded serde_json v1.0.149
3892026-05-08T02:11:51.394Z Downloaded tabled v0.15.0
3902026-05-08T02:11:51.400Z Downloaded goblin v0.8.2
3912026-05-08T02:11:51.403Z Downloaded clap_builder v4.5.60
3922026-05-08T02:11:51.406Z Downloaded syn v1.0.109
3932026-05-08T02:11:51.411Z Downloaded syn v2.0.117
3942026-05-08T02:11:51.437Z Downloaded rustix v1.1.3
3952026-05-08T02:11:51.465Z Downloaded libc v0.2.185
3962026-05-08T02:11:51.536Z Compiling proc-macro2 v1.0.106
3972026-05-08T02:11:51.536Z Compiling quote v1.0.45
3982026-05-08T02:11:51.536Z Compiling unicode-ident v1.0.24
3992026-05-08T02:11:51.539Z Compiling serde_core v1.0.228
4002026-05-08T02:11:51.539Z Compiling libc v0.2.185
4012026-05-08T02:11:51.539Z Compiling version_check v0.9.5
4022026-05-08T02:11:51.539Z Compiling stable_deref_trait v1.2.1
4032026-05-08T02:11:51.721Z Compiling memchr v2.8.0
4042026-05-08T02:11:51.724Z Compiling serde v1.0.228
4052026-05-08T02:11:51.724Z Compiling zmij v1.0.21
4062026-05-08T02:11:51.724Z Compiling autocfg v1.5.0
4072026-05-08T02:11:51.724Z Compiling ucd-trie v0.1.7
4082026-05-08T02:11:51.724Z Compiling thiserror v1.0.69
4092026-05-08T02:11:51.734Z Compiling itoa v1.0.17
4102026-05-08T02:11:51.737Z Compiling litemap v0.8.1
4112026-05-08T02:11:51.846Z Compiling writeable v0.6.2
4122026-05-08T02:11:52.027Z Compiling rustix v1.1.3
4132026-05-08T02:11:52.064Z Compiling icu_properties_data v2.1.2
4142026-05-08T02:11:52.134Z Compiling icu_normalizer_data v2.1.1
4152026-05-08T02:11:52.155Z Compiling byteorder v1.5.0
4162026-05-08T02:11:52.300Z Compiling pest v2.8.6
4172026-05-08T02:11:52.353Z Compiling serde_json v1.0.149
4182026-05-08T02:11:52.356Z Compiling bitflags v2.11.0
4192026-05-08T02:11:52.429Z Compiling num-traits v0.2.19
4202026-05-08T02:11:52.432Z Compiling equivalent v1.0.2
4212026-05-08T02:11:52.464Z Compiling smallvec v1.15.1
4222026-05-08T02:11:52.479Z Compiling typeid v1.0.3
4232026-05-08T02:11:52.636Z Compiling errno v0.3.14
4242026-05-08T02:11:52.640Z Compiling hashbrown v0.17.0
4252026-05-08T02:11:52.711Z Compiling thread-id v4.2.2
4262026-05-08T02:11:52.729Z Compiling usdt-impl v0.5.0
4272026-05-08T02:11:52.732Z Compiling proc-macro-error-attr v1.0.4
4282026-05-08T02:11:52.762Z Compiling erased-serde v0.4.9
4292026-05-08T02:11:52.782Z Compiling winnow v0.7.14
4302026-05-08T02:11:52.782Z Compiling toml_write v0.1.2
4312026-05-08T02:11:52.835Z Compiling syn v1.0.109
4322026-05-08T02:11:52.839Z Compiling proc-macro-error v1.0.4
4332026-05-08T02:11:52.942Z Compiling thiserror v2.0.18
4342026-05-08T02:11:53.034Z Compiling getrandom v0.4.1
4352026-05-08T02:11:53.052Z Compiling percent-encoding v2.3.2
4362026-05-08T02:11:53.089Z Compiling camino v1.2.2
4372026-05-08T02:11:53.111Z Compiling utf8_iter v1.0.4
4382026-05-08T02:11:53.128Z Compiling plain v0.2.3
4392026-05-08T02:11:53.168Z Compiling syn v2.0.117
4402026-05-08T02:11:53.269Z Compiling indexmap v2.14.0
4412026-05-08T02:11:53.307Z Compiling utf8parse v0.2.2
4422026-05-08T02:11:53.312Z Compiling log v0.4.29
4432026-05-08T02:11:53.312Z Compiling form_urlencoded v1.2.2
4442026-05-08T02:11:53.434Z Compiling pest_meta v2.8.6
4452026-05-08T02:11:53.490Z Compiling anstyle-parse v0.2.7
4462026-05-08T02:11:53.557Z Compiling anstyle-query v1.1.5
4472026-05-08T02:11:53.589Z Compiling ordered-float v2.10.1
4482026-05-08T02:11:53.645Z Compiling cfg-if v1.0.4
4492026-05-08T02:11:53.664Z Compiling pretty-hex v0.4.1
4502026-05-08T02:11:53.689Z Compiling is_terminal_polyfill v1.70.2
4512026-05-08T02:11:53.707Z Compiling colorchoice v1.0.4
4522026-05-08T02:11:53.712Z Compiling anstyle v1.0.13
4532026-05-08T02:11:53.775Z Compiling terminal_size v0.4.3
4542026-05-08T02:11:53.834Z Compiling fs-err v3.3.0
4552026-05-08T02:11:53.852Z Compiling once_cell v1.21.3
4562026-05-08T02:11:53.872Z Compiling strsim v0.11.1
4572026-05-08T02:11:53.900Z Compiling unicode-xid v0.2.6
4582026-05-08T02:11:53.930Z Compiling anstream v0.6.21
4592026-05-08T02:11:53.950Z Compiling heck v0.4.1
4602026-05-08T02:11:53.954Z Compiling fnv v1.0.7
4612026-05-08T02:11:54.041Z Compiling fastrand v2.3.0
4622026-05-08T02:11:54.059Z Compiling heck v0.5.0
4632026-05-08T02:11:54.078Z Compiling clap_lex v1.0.0
4642026-05-08T02:11:54.097Z Compiling bytecount v0.6.9
4652026-05-08T02:11:54.102Z Compiling unicode-width v0.1.14
4662026-05-08T02:11:54.149Z Compiling anyhow v1.0.102
4672026-05-08T02:11:54.249Z Compiling clap_builder v4.5.60
4682026-05-08T02:11:54.253Z Compiling tempfile v3.25.0
4692026-05-08T02:11:54.331Z Compiling semver v1.0.28
4702026-05-08T02:11:54.336Z Compiling memmap v0.7.0
4712026-05-08T02:11:54.336Z Compiling unicode-width v0.2.0
4722026-05-08T02:11:54.415Z Compiling papergrid v0.11.0
4732026-05-08T02:11:54.455Z Compiling unicode-linebreak v0.1.5
4742026-05-08T02:11:54.653Z Compiling smawk v0.3.2
4752026-05-08T02:11:54.670Z Compiling camino-tempfile v1.4.1
4762026-05-08T02:11:54.722Z Compiling serde-untagged v0.1.9
4772026-05-08T02:11:54.772Z Compiling textwrap v0.16.2
4782026-05-08T02:11:54.794Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-05-08T02:11:54.828Z Compiling swrite v0.1.0
4802026-05-08T02:11:55.237Z Compiling tabled_derive v0.7.0
4812026-05-08T02:11:55.787Z Compiling synstructure v0.13.2
4822026-05-08T02:11:55.787Z Compiling pest_generator v2.8.6
4832026-05-08T02:11:55.908Z Compiling tabled v0.15.0
4842026-05-08T02:11:56.338Z Compiling serde_derive v1.0.228
4852026-05-08T02:11:56.341Z Compiling zerofrom-derive v0.1.6
4862026-05-08T02:11:56.341Z Compiling yoke-derive v0.8.1
4872026-05-08T02:11:56.341Z Compiling zerovec-derive v0.11.2
4882026-05-08T02:11:56.341Z Compiling displaydoc v0.2.5
4892026-05-08T02:11:56.341Z Compiling thiserror-impl v1.0.69
4902026-05-08T02:11:56.341Z Compiling zerocopy-derive v0.7.35
4912026-05-08T02:11:56.341Z Compiling scroll_derive v0.12.1
4922026-05-08T02:11:56.341Z Compiling thiserror-impl v2.0.18
4932026-05-08T02:11:56.341Z Compiling clap_derive v4.5.55
4942026-05-08T02:11:56.426Z Compiling pest_derive v2.8.6
4952026-05-08T02:11:57.039Z Compiling scroll v0.12.0
4962026-05-08T02:11:57.074Z Compiling zerocopy v0.7.35
4972026-05-08T02:11:57.265Z Compiling goblin v0.8.2
4982026-05-08T02:11:57.516Z Compiling zerofrom v0.1.6
4992026-05-08T02:11:57.543Z Compiling dtrace-parser v0.2.0
5002026-05-08T02:11:57.622Z Compiling yoke v0.8.1
5012026-05-08T02:11:57.732Z Compiling clap v4.5.60
5022026-05-08T02:11:57.776Z Compiling zerovec v0.11.5
5032026-05-08T02:11:57.776Z Compiling zerotrie v0.2.3
5042026-05-08T02:11:58.238Z Compiling tinystr v0.8.2
5052026-05-08T02:11:58.238Z Compiling potential_utf v0.1.4
5062026-05-08T02:11:58.354Z Compiling icu_collections v2.1.1
5072026-05-08T02:11:58.390Z Compiling icu_locale_core v2.1.1
5082026-05-08T02:11:58.918Z Compiling icu_provider v2.1.1
5092026-05-08T02:11:58.935Z Compiling serde_spanned v0.6.9
5102026-05-08T02:11:58.938Z Compiling toml_datetime v0.6.11
5112026-05-08T02:11:58.938Z Compiling dof v0.3.0
5122026-05-08T02:11:58.938Z Compiling serde_tokenstream v0.2.3
5132026-05-08T02:11:58.938Z Compiling serde-value v0.7.0
5142026-05-08T02:11:58.938Z Compiling cargo-platform v0.2.0
5152026-05-08T02:11:58.938Z Compiling macaddr v1.0.1
5162026-05-08T02:11:59.138Z Compiling toml_edit v0.22.27
5172026-05-08T02:11:59.155Z Compiling icu_normalizer v2.1.1
5182026-05-08T02:11:59.158Z Compiling icu_properties v2.1.2
5192026-05-08T02:11:59.727Z Compiling usdt-macro v0.5.0
5202026-05-08T02:11:59.732Z Compiling usdt-attr-macro v0.5.0
5212026-05-08T02:11:59.972Z Compiling idna_adapter v1.2.1
5222026-05-08T02:12:00.077Z Compiling idna v1.1.0
5232026-05-08T02:12:00.304Z Compiling usdt v0.5.0
5242026-05-08T02:12:00.339Z Compiling url v2.5.8
5252026-05-08T02:12:00.411Z Compiling toml v0.8.23
5262026-05-08T02:12:00.752Z Compiling cargo-util-schemas v0.8.2
5272026-05-08T02:12:00.752Z Compiling cargo_toml v0.21.0
5282026-05-08T02:12:01.544Z Compiling cargo_metadata v0.21.0
5292026-05-08T02:12:02.468Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302026-05-08T02:12:04.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.82s
5312026-05-08T02:12:04.814Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5322026-05-08T02:12:05.384Z Downloading crates ...
5332026-05-08T02:12:05.476Z Downloaded atomic-waker v1.1.2
5342026-05-08T02:12:05.480Z Downloaded async-stream v0.3.6
5352026-05-08T02:12:05.484Z Downloaded async-bb8-diesel v0.2.1
5362026-05-08T02:12:05.487Z Downloaded cbc v0.1.2
5372026-05-08T02:12:05.495Z Downloaded document-features v0.2.12
5382026-05-08T02:12:05.501Z Downloaded async-trait v0.1.89
5392026-05-08T02:12:05.505Z Downloaded derive-ex v0.1.8
5402026-05-08T02:12:05.508Z Downloaded dunce v1.0.5
5412026-05-08T02:12:05.512Z Downloaded env_filter v1.0.0
5422026-05-08T02:12:05.512Z Downloaded bcs v0.1.6
5432026-05-08T02:12:05.516Z Downloaded crc8 v0.1.1
5442026-05-08T02:12:05.516Z Downloaded cstr-argument v0.1.2
5452026-05-08T02:12:05.516Z Downloaded atomicwrites v0.4.4
5462026-05-08T02:12:05.519Z Downloaded derive_builder v0.20.2
5472026-05-08T02:12:05.520Z Downloaded defmt v1.0.1
5482026-05-08T02:12:05.523Z Downloaded castaway v0.2.4
5492026-05-08T02:12:05.523Z Downloaded blowfish v0.9.1
5502026-05-08T02:12:05.526Z Downloaded array-init v0.0.4
5512026-05-08T02:12:05.526Z Downloaded base16ct v0.2.0
5522026-05-08T02:12:05.526Z Downloaded derive_more v0.99.20
5532026-05-08T02:12:05.530Z Downloaded dropshot_endpoint v0.16.7
5542026-05-08T02:12:05.534Z Downloaded bit-set v0.5.3
5552026-05-08T02:12:05.534Z Downloaded des v0.8.1
5562026-05-08T02:12:05.534Z Downloaded bitfield v0.19.4
5572026-05-08T02:12:05.537Z Downloaded bcrypt-pbkdf v0.10.0
5582026-05-08T02:12:05.538Z Downloaded adler2 v2.0.1
5592026-05-08T02:12:05.538Z Downloaded atty v0.2.14
5602026-05-08T02:12:05.538Z Downloaded argon2 v0.5.3
5612026-05-08T02:12:05.541Z Downloaded flate2 v1.1.9
5622026-05-08T02:12:05.545Z Downloaded darling v0.21.3
5632026-05-08T02:12:05.549Z Downloaded diesel-dtrace v0.5.0
5642026-05-08T02:12:05.549Z Downloaded bzip2 v0.4.4
5652026-05-08T02:12:05.550Z Downloaded dirs-next v2.0.0
5662026-05-08T02:12:05.550Z Downloaded darling_macro v0.21.3
5672026-05-08T02:12:05.556Z Downloaded der_derive v0.7.3
5682026-05-08T02:12:05.556Z Downloaded debug-ignore v1.0.5
5692026-05-08T02:12:05.556Z Downloaded darling_macro v0.20.11
5702026-05-08T02:12:05.556Z Downloaded arrayref v0.3.9
5712026-05-08T02:12:05.557Z Downloaded console v0.16.2
5722026-05-08T02:12:05.560Z Downloaded downcast-rs v2.0.2
5732026-05-08T02:12:05.560Z Downloaded darling v0.23.0
5742026-05-08T02:12:05.566Z Downloaded funty v2.0.0
5752026-05-08T02:12:05.566Z Downloaded bumpalo v3.20.2
5762026-05-08T02:12:05.566Z Downloaded defmt v0.3.100
5772026-05-08T02:12:05.566Z Downloaded data-encoding v2.10.0
5782026-05-08T02:12:05.566Z Downloaded dyn-clone v1.0.20
5792026-05-08T02:12:05.569Z Downloaded dsl_auto_type v0.2.0
5802026-05-08T02:12:05.569Z Downloaded cobs v0.3.0
5812026-05-08T02:12:05.569Z Downloaded derive_builder_macro v0.20.2
5822026-05-08T02:12:05.572Z Downloaded crucible-workspace-hack v0.1.0
5832026-05-08T02:12:05.572Z Downloaded bitfield-macros v0.19.4
5842026-05-08T02:12:05.572Z Downloaded float-ord v0.3.2
5852026-05-08T02:12:05.572Z Downloaded defmt-parser v1.0.0
5862026-05-08T02:12:05.575Z Downloaded darling_macro v0.23.0
5872026-05-08T02:12:05.575Z Downloaded difflib v0.4.0
5882026-05-08T02:12:05.575Z Downloaded crc v3.4.0
5892026-05-08T02:12:05.579Z Downloaded ciborium-ll v0.2.2
5902026-05-08T02:12:05.579Z Downloaded bitfield-struct v0.6.2
5912026-05-08T02:12:05.579Z Downloaded async-compression v0.4.41
5922026-05-08T02:12:05.582Z Downloaded foldhash v0.1.5
5932026-05-08T02:12:05.585Z Downloaded diesel_table_macro_syntax v0.3.0
5942026-05-08T02:12:05.585Z Downloaded convert_case v0.4.0
5952026-05-08T02:12:05.585Z Downloaded bb8 v0.8.6
5962026-05-08T02:12:05.585Z Downloaded float-cmp v0.10.0
5972026-05-08T02:12:05.588Z Downloaded ed25519 v2.2.3
5982026-05-08T02:12:05.588Z Downloaded deranged v0.5.8
5992026-05-08T02:12:05.588Z Downloaded compression-core v0.4.31
6002026-05-08T02:12:05.592Z Downloaded base64 v0.21.7
6012026-05-08T02:12:05.592Z Downloaded foreign-types v0.3.2
6022026-05-08T02:12:05.595Z Downloaded embedded-io v0.4.0
6032026-05-08T02:12:05.595Z Downloaded bit-set v0.8.0
6042026-05-08T02:12:05.599Z Downloaded cpufeatures v0.3.0
6052026-05-08T02:12:05.599Z Downloaded cfg_aliases v0.2.1
6062026-05-08T02:12:05.599Z Downloaded fixedbitset v0.4.2
6072026-05-08T02:12:05.603Z Downloaded enum-as-inner v0.6.1
6082026-05-08T02:12:05.603Z Downloaded dtrace-parser v0.3.0
6092026-05-08T02:12:05.603Z Downloaded block-padding v0.3.3
6102026-05-08T02:12:05.607Z Downloaded cfg_aliases v0.1.1
6112026-05-08T02:12:05.607Z Downloaded async-recursion v1.1.1
6122026-05-08T02:12:05.607Z Downloaded flagset v0.4.7
6132026-05-08T02:12:05.610Z Downloaded fd-lock v4.0.4
6142026-05-08T02:12:05.610Z Downloaded endian-type v0.1.2
6152026-05-08T02:12:05.610Z Downloaded curve25519-dalek-derive v0.1.1
6162026-05-08T02:12:05.610Z Downloaded display-error-chain v0.2.2
6172026-05-08T02:12:05.616Z Downloaded ascii-canvas v3.0.0
6182026-05-08T02:12:05.616Z Downloaded foreign-types v0.5.0
6192026-05-08T02:12:05.616Z Downloaded dropshot-api-manager-types v0.7.1
6202026-05-08T02:12:05.616Z Downloaded dirs-sys-next v0.1.2
6212026-05-08T02:12:05.619Z Downloaded ciborium-io v0.2.2
6222026-05-08T02:12:05.619Z Downloaded fxhash v0.2.1
6232026-05-08T02:12:05.619Z Downloaded async-stream-impl v0.3.6
6242026-05-08T02:12:05.619Z Downloaded aead v0.5.2
6252026-05-08T02:12:05.619Z Downloaded crc32fast v1.5.0
6262026-05-08T02:12:05.619Z Downloaded foreign-types-shared v0.3.1
6272026-05-08T02:12:05.622Z Downloaded cmake v0.1.57
6282026-05-08T02:12:05.623Z Downloaded cargo-platform v0.1.9
6292026-05-08T02:12:05.623Z Downloaded crossbeam-channel v0.5.15
6302026-05-08T02:12:05.626Z Downloaded derive_builder_core v0.20.2
6312026-05-08T02:12:05.626Z Downloaded colored v2.2.0
6322026-05-08T02:12:05.630Z Downloaded ecdsa v0.16.9
6332026-05-08T02:12:05.630Z Downloaded base64ct v1.8.3
6342026-05-08T02:12:05.630Z Downloaded bitflags v1.3.2
6352026-05-08T02:12:05.636Z Downloaded daft v0.1.5
6362026-05-08T02:12:05.636Z Downloaded backon v1.6.0
6372026-05-08T02:12:05.639Z Downloaded foreign-types-macros v0.2.3
6382026-05-08T02:12:05.639Z Downloaded embedded-io v0.6.1
6392026-05-08T02:12:05.639Z Downloaded erased-serde v0.3.31
6402026-05-08T02:12:05.639Z Downloaded gethostname v0.5.0
6412026-05-08T02:12:05.639Z Downloaded foreign-types-shared v0.1.1
6422026-05-08T02:12:05.642Z Downloaded crc-catalog v2.4.0
6432026-05-08T02:12:05.643Z Downloaded futures-macro v0.3.32
6442026-05-08T02:12:05.643Z Downloaded futures-sink v0.3.32
6452026-05-08T02:12:05.643Z Downloaded crunchy v0.2.4
6462026-05-08T02:12:05.648Z Downloaded bit-vec v0.8.0
6472026-05-08T02:12:05.648Z Downloaded fatfs v0.3.6
6482026-05-08T02:12:05.648Z Downloaded der v0.7.10
6492026-05-08T02:12:05.653Z Downloaded hex v0.4.3
6502026-05-08T02:12:05.653Z Downloaded hex-literal v0.4.1
6512026-05-08T02:12:05.653Z Downloaded globwalk v0.9.1
6522026-05-08T02:12:05.656Z Downloaded futures-task v0.3.32
6532026-05-08T02:12:05.656Z Downloaded futures-io v0.3.32
6542026-05-08T02:12:05.656Z Downloaded hash32 v0.3.1
6552026-05-08T02:12:05.656Z Downloaded hostname v0.3.1
6562026-05-08T02:12:05.656Z Downloaded headers-core v0.3.0
6572026-05-08T02:12:05.659Z Downloaded home v0.5.12
6582026-05-08T02:12:05.659Z Downloaded http-body v1.0.1
6592026-05-08T02:12:05.659Z Downloaded hostname v0.4.2
6602026-05-08T02:12:05.659Z Downloaded futures-core v0.3.32
6612026-05-08T02:12:05.663Z Downloaded ghash v0.5.1
6622026-05-08T02:12:05.663Z Downloaded hubpack_derive v0.1.1
6632026-05-08T02:12:05.663Z Downloaded git-stub v1.0.0
6642026-05-08T02:12:05.666Z Downloaded httpdate v1.0.3
6652026-05-08T02:12:05.666Z Downloaded futures-executor v0.3.32
6662026-05-08T02:12:05.666Z Downloaded cexpr v0.6.0
6672026-05-08T02:12:05.666Z Downloaded dof v0.4.0
6682026-05-08T02:12:05.669Z Downloaded fallible-iterator v0.2.0
6692026-05-08T02:12:05.669Z Downloaded darling_core v0.20.11
6702026-05-08T02:12:05.672Z Downloaded defmt-macros v1.0.1
6712026-05-08T02:12:05.676Z Downloaded foldhash v0.2.0
6722026-05-08T02:12:05.676Z Downloaded drift v0.1.3
6732026-05-08T02:12:05.689Z Downloaded glob v0.3.3
6742026-05-08T02:12:05.692Z Downloaded filetime v0.2.27
6752026-05-08T02:12:05.692Z Downloaded ff v0.13.1
6762026-05-08T02:12:05.692Z Downloaded find-msvc-tools v0.1.9
6772026-05-08T02:12:05.692Z Downloaded ena v0.14.4
6782026-05-08T02:12:05.692Z Downloaded chacha20 v0.9.1
6792026-05-08T02:12:05.692Z Downloaded indent_write v2.2.0
6802026-05-08T02:12:05.693Z Downloaded ident_case v1.0.1
6812026-05-08T02:12:05.693Z Downloaded hyper-tls v0.6.0
6822026-05-08T02:12:05.693Z Downloaded http-range v0.1.5
6832026-05-08T02:12:05.693Z Downloaded daft-derive v0.1.5
6842026-05-08T02:12:05.693Z Downloaded indoc v1.0.9
6852026-05-08T02:12:05.696Z Downloaded critical-section v1.2.0
6862026-05-08T02:12:05.696Z Downloaded cookie v0.18.1
6872026-05-08T02:12:05.696Z Downloaded getrandom v0.2.17
6882026-05-08T02:12:05.699Z Downloaded fs_extra v1.3.0
6892026-05-08T02:12:05.699Z Downloaded env_logger v0.11.9
6902026-05-08T02:12:05.704Z Downloaded assert_matches v1.5.0
6912026-05-08T02:12:05.704Z Downloaded csv-core v0.1.13
6922026-05-08T02:12:05.704Z Downloaded diff v0.1.13
6932026-05-08T02:12:05.707Z Downloaded const-oid v0.9.6
6942026-05-08T02:12:05.707Z Downloaded is_ci v1.2.0
6952026-05-08T02:12:05.708Z Downloaded instant v0.1.13
6962026-05-08T02:12:05.708Z Downloaded internet-checksum v0.2.1
6972026-05-08T02:12:05.711Z Downloaded inout v0.1.4
6982026-05-08T02:12:05.711Z Downloaded instability v0.3.11
6992026-05-08T02:12:05.711Z Downloaded arc-swap v1.8.2
7002026-05-08T02:12:05.714Z Downloaded git-stub-vcs v0.1.0
7012026-05-08T02:12:05.714Z Downloaded fs-err v2.11.0
7022026-05-08T02:12:05.720Z Downloaded group v0.13.0
7032026-05-08T02:12:05.720Z Downloaded ciborium v0.2.2
7042026-05-08T02:12:05.720Z Downloaded chacha20 v0.10.0
7052026-05-08T02:12:05.725Z Downloaded kstat-rs v0.2.4
7062026-05-08T02:12:05.725Z Downloaded keccak v0.1.6
7072026-05-08T02:12:05.725Z Downloaded is-terminal v0.4.17
7082026-05-08T02:12:05.725Z Downloaded http-body-util v0.1.3
7092026-05-08T02:12:05.726Z Downloaded lalrpop-util v0.19.12
7102026-05-08T02:12:05.726Z Downloaded cargo_metadata v0.19.2
7112026-05-08T02:12:05.730Z Downloaded cancel-safe-futures v0.1.5
7122026-05-08T02:12:05.730Z Downloaded cookie_store v0.22.1
7132026-05-08T02:12:05.730Z Downloaded bit-vec v0.6.3
7142026-05-08T02:12:05.733Z Downloaded const_format_proc_macros v0.2.34
7152026-05-08T02:12:05.733Z Downloaded compression-codecs v0.4.37
7162026-05-08T02:12:05.741Z Downloaded crossbeam-deque v0.8.6
7172026-05-08T02:12:05.741Z Downloaded byte-wrapper v0.1.0
7182026-05-08T02:12:05.741Z Downloaded either v1.15.0
7192026-05-08T02:12:05.744Z Downloaded darling v0.20.11
7202026-05-08T02:12:05.744Z Downloaded ctr v0.9.2
7212026-05-08T02:12:05.744Z Downloaded libscf-sys v1.1.0
7222026-05-08T02:12:05.744Z Downloaded clang-sys v1.8.1
7232026-05-08T02:12:05.744Z Downloaded hyper-staticfile v0.10.1
7242026-05-08T02:12:05.747Z Downloaded hubpack v0.1.2
7252026-05-08T02:12:05.747Z Downloaded fixedbitset v0.5.7
7262026-05-08T02:12:05.750Z Downloaded crossbeam-utils v0.8.21
7272026-05-08T02:12:05.751Z Downloaded lru-cache v0.1.2
7282026-05-08T02:12:05.751Z Downloaded lru v0.12.5
7292026-05-08T02:12:05.754Z Downloaded lru-slab v0.1.2
7302026-05-08T02:12:05.754Z Downloaded colored v3.1.1
7312026-05-08T02:12:05.754Z Downloaded camino-tempfile-ext v0.3.3
7322026-05-08T02:12:05.757Z Downloaded md5 v0.7.0
7332026-05-08T02:12:05.757Z Downloaded memoffset v0.9.1
7342026-05-08T02:12:05.757Z Downloaded indoc v2.0.7
7352026-05-08T02:12:05.760Z Downloaded futures-channel v0.3.32
7362026-05-08T02:12:05.760Z Downloaded impl-trait-for-tuples v0.2.3
7372026-05-08T02:12:05.763Z Downloaded base64 v0.22.1
7382026-05-08T02:12:05.766Z Downloaded ipnetwork v0.21.1
7392026-05-08T02:12:05.766Z Downloaded maybe-uninit v2.0.0
7402026-05-08T02:12:05.766Z Downloaded multimap v0.10.1
7412026-05-08T02:12:05.770Z Downloaded mime v0.3.17
7422026-05-08T02:12:05.770Z Downloaded ipnet v2.11.0
7432026-05-08T02:12:05.770Z Downloaded newtype_derive v0.1.6
7442026-05-08T02:12:05.773Z Downloaded new_debug_unreachable v1.0.6
7452026-05-08T02:12:05.773Z Downloaded ingot-types v0.1.2
7462026-05-08T02:12:05.773Z Downloaded nibble_vec v0.1.0
7472026-05-08T02:12:05.773Z Downloaded num v0.4.3
7482026-05-08T02:12:05.776Z Downloaded globset v0.4.18
7492026-05-08T02:12:05.776Z Downloaded dropshot_endpoint v0.17.0
7502026-05-08T02:12:05.779Z Downloaded md-5 v0.10.6
7512026-05-08T02:12:05.779Z Downloaded half v1.8.3
7522026-05-08T02:12:05.782Z Downloaded newline-converter v0.3.0
7532026-05-08T02:12:05.782Z Downloaded libefi-sys v0.1.0
7542026-05-08T02:12:05.782Z Downloaded hmac v0.12.1
7552026-05-08T02:12:05.786Z Downloaded lzss v0.8.2
7562026-05-08T02:12:05.786Z Downloaded match_cfg v0.1.0
7572026-05-08T02:12:05.786Z Downloaded maplit v1.0.2
7582026-05-08T02:12:05.788Z Downloaded num-derive v0.3.3
7592026-05-08T02:12:05.789Z Downloaded hyper-rustls v0.27.7
7602026-05-08T02:12:05.792Z Downloaded humantime v2.3.0
7612026-05-08T02:12:05.792Z Downloaded console v0.15.11
7622026-05-08T02:12:05.792Z Downloaded managed v0.8.0
7632026-05-08T02:12:05.796Z Downloaded blake2 v0.10.6
7642026-05-08T02:12:05.796Z Downloaded num_threads v0.1.7
7652026-05-08T02:12:05.796Z Downloaded num-iter v0.1.45
7662026-05-08T02:12:05.799Z Downloaded crc-any v2.5.0
7672026-05-08T02:12:05.799Z Downloaded num-derive v0.4.2
7682026-05-08T02:12:05.799Z Downloaded nodrop v0.1.14
7692026-05-08T02:12:05.802Z Downloaded num-conv v0.2.0
7702026-05-08T02:12:05.802Z Downloaded nonempty v0.12.0
7712026-05-08T02:12:05.802Z Downloaded elliptic-curve v0.13.8
7722026-05-08T02:12:05.806Z Downloaded crossbeam-epoch v0.9.18
7732026-05-08T02:12:05.806Z Downloaded httparse v1.10.1
7742026-05-08T02:12:05.809Z Downloaded opaque-debug v0.3.1
7752026-05-08T02:12:05.809Z Downloaded derive-where v1.6.0
7762026-05-08T02:12:05.812Z Downloaded iana-time-zone v0.1.65
7772026-05-08T02:12:05.812Z Downloaded olpc-cjson v0.1.4
7782026-05-08T02:12:05.815Z Downloaded libsw v3.5.0
7792026-05-08T02:12:05.815Z Downloaded bzip2 v0.6.1
7802026-05-08T02:12:05.818Z Downloaded linear-map v1.2.0
7812026-05-08T02:12:05.818Z Downloaded libsw-core v0.3.2
7822026-05-08T02:12:05.819Z Downloaded compact_str v0.8.1
7832026-05-08T02:12:05.825Z Downloaded bytes v1.11.1
7842026-05-08T02:12:05.834Z Downloaded oso-derive v0.27.3
7852026-05-08T02:12:05.834Z Downloaded openssl-macros v0.1.1
7862026-05-08T02:12:05.834Z Downloaded lock_api v0.4.14
7872026-05-08T02:12:05.834Z Downloaded ingot v0.1.1
7882026-05-08T02:12:05.834Z Downloaded highway v1.3.0
7892026-05-08T02:12:05.834Z Downloaded ahash v0.8.12
7902026-05-08T02:12:05.837Z Downloaded openssl-probe v0.2.1
7912026-05-08T02:12:05.837Z Downloaded openssl-probe v0.1.6
7922026-05-08T02:12:05.837Z Downloaded jobserver v0.1.34
7932026-05-08T02:12:05.837Z Downloaded num_enum_derive v0.5.11
7942026-05-08T02:12:05.837Z Downloaded normalize-line-endings v0.3.0
7952026-05-08T02:12:05.837Z Downloaded native-tls v0.2.18
7962026-05-08T02:12:05.837Z Downloaded getrandom v0.3.4
7972026-05-08T02:12:05.837Z Downloaded parse-display v0.10.0
7982026-05-08T02:12:05.840Z Downloaded multer v3.1.0
7992026-05-08T02:12:05.840Z Downloaded mime_guess v2.0.5
8002026-05-08T02:12:05.845Z Downloaded nanorand v0.7.0
8012026-05-08T02:12:05.845Z Downloaded ingot-macros v0.1.1
8022026-05-08T02:12:05.845Z Downloaded nu-ansi-term v0.50.3
8032026-05-08T02:12:05.849Z Downloaded linked-hash-map v0.5.6
8042026-05-08T02:12:05.849Z Downloaded backoff v0.4.0
8052026-05-08T02:12:05.849Z Downloaded convert_case v0.10.0
8062026-05-08T02:12:05.849Z Downloaded newtype-uuid-macros v0.1.0
8072026-05-08T02:12:05.852Z Downloaded constant_time_eq v0.4.2
8082026-05-08T02:12:05.852Z Downloaded newtype-uuid v1.3.2
8092026-05-08T02:12:05.852Z Downloaded cassowary v0.3.0
8102026-05-08T02:12:05.855Z Downloaded lazy_static v1.5.0
8112026-05-08T02:12:05.856Z Downloaded num-integer v0.1.46
8122026-05-08T02:12:05.856Z Downloaded parse-size v1.1.0
8132026-05-08T02:12:05.859Z Downloaded const_format v0.2.35
8142026-05-08T02:12:05.859Z Downloaded pbkdf2 v0.11.0
8152026-05-08T02:12:05.862Z Downloaded allocator-api2 v0.2.21
8162026-05-08T02:12:05.862Z Downloaded buf-list v1.1.2
8172026-05-08T02:12:05.865Z Downloaded pin-utils v0.1.0
8182026-05-08T02:12:05.865Z Downloaded phf_shared v0.12.1
8192026-05-08T02:12:05.868Z Downloaded peg-runtime v0.8.5
8202026-05-08T02:12:05.868Z Downloaded pbkdf2 v0.12.2
8212026-05-08T02:12:05.868Z Downloaded flume v0.11.1
8222026-05-08T02:12:05.872Z Downloaded num_enum v0.5.11
8232026-05-08T02:12:05.876Z Downloaded num_enum_derive v0.7.5
8242026-05-08T02:12:05.876Z Downloaded phf_shared v0.11.3
8252026-05-08T02:12:05.876Z Downloaded num_enum v0.7.5
8262026-05-08T02:12:05.879Z Downloaded phf_shared v0.13.1
8272026-05-08T02:12:05.879Z Downloaded libloading v0.8.9
8282026-05-08T02:12:05.882Z Downloaded num-complex v0.4.6
8292026-05-08T02:12:05.882Z Downloaded darling_core v0.21.3
8302026-05-08T02:12:05.887Z Downloaded path-slash v0.1.5
8312026-05-08T02:12:05.899Z Downloaded proc-macro-crate v3.4.0
8322026-05-08T02:12:05.902Z Downloaded derive_more-impl v2.1.1
8332026-05-08T02:12:05.906Z Downloaded darling_core v0.23.0
8342026-05-08T02:12:05.909Z Downloaded parking_lot_core v0.8.6
8352026-05-08T02:12:05.909Z Downloaded proc-macro-crate v1.3.1
8362026-05-08T02:12:05.909Z Downloaded predicates-core v1.0.10
8372026-05-08T02:12:05.912Z Downloaded packed_struct v0.10.1
8382026-05-08T02:12:05.912Z Downloaded oxnet v0.1.4
8392026-05-08T02:12:05.915Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-05-08T02:12:05.915Z Downloaded progenitor-client v0.10.0
8412026-05-08T02:12:05.915Z Downloaded heapless v0.7.17
8422026-05-08T02:12:05.920Z Downloaded heapless v0.8.0
8432026-05-08T02:12:05.924Z Downloaded headers v0.4.1
8442026-05-08T02:12:05.924Z Downloaded progenitor-macro v0.10.0
8452026-05-08T02:12:05.924Z Downloaded half v2.7.1
8462026-05-08T02:12:05.928Z Downloaded paste v1.0.15
8472026-05-08T02:12:05.928Z Downloaded progenitor-client v0.11.2
8482026-05-08T02:12:05.931Z Downloaded psl-types v2.0.11
8492026-05-08T02:12:05.931Z Downloaded progenitor-macro v0.13.0
8502026-05-08T02:12:05.931Z Downloaded progenitor-client v0.14.0
8512026-05-08T02:12:05.931Z Downloaded packed_struct_codegen v0.10.1
8522026-05-08T02:12:05.931Z Downloaded peg v0.8.5
8532026-05-08T02:12:05.934Z Downloaded progenitor-macro v0.14.0
8542026-05-08T02:12:05.936Z Downloaded derive_more v2.1.1
8552026-05-08T02:12:05.942Z Downloaded progenitor-macro v0.11.2
8562026-05-08T02:12:05.945Z Downloaded pem-rfc7468 v0.7.0
8572026-05-08T02:12:05.945Z Downloaded indexmap v1.9.3
8582026-05-08T02:12:05.948Z Downloaded crypto-bigint v0.5.5
8592026-05-08T02:12:05.951Z Downloaded radium v0.7.0
8602026-05-08T02:12:05.951Z Downloaded pin-project-lite v0.2.17
8612026-05-08T02:12:05.954Z Downloaded pin-project-internal v1.1.11
8622026-05-08T02:12:05.954Z Downloaded phf v0.13.1
8632026-05-08T02:12:05.960Z Downloaded phf v0.12.1
8642026-05-08T02:12:05.960Z Downloaded quick-error v1.2.3
8652026-05-08T02:12:05.960Z Downloaded polyval v0.6.2
8662026-05-08T02:12:05.965Z Downloaded pkg-config v0.3.32
8672026-05-08T02:12:05.965Z Downloaded pem v3.0.6
8682026-05-08T02:12:05.965Z Downloaded postgres-protocol v0.6.10
8692026-05-08T02:12:05.965Z Downloaded litrs v1.0.0
8702026-05-08T02:12:05.965Z Downloaded recursive-proc-macro-impl v0.1.1
8712026-05-08T02:12:05.968Z Downloaded omicron-zone-package v0.12.2
8722026-05-08T02:12:05.968Z Downloaded oxide-tokio-rt v0.1.4
8732026-05-08T02:12:05.968Z Downloaded recursive v0.1.1
8742026-05-08T02:12:05.968Z Downloaded rand_xorshift v0.4.0
8752026-05-08T02:12:05.972Z Downloaded progenitor v0.14.0
8762026-05-08T02:12:05.972Z Downloaded parking_lot v0.11.2
8772026-05-08T02:12:05.972Z Downloaded proc-macro-error2 v2.0.1
8782026-05-08T02:12:05.976Z Downloaded ppv-lite86 v0.2.21
8792026-05-08T02:12:05.976Z Downloaded rand_chacha v0.3.1
8802026-05-08T02:12:05.976Z Downloaded num-rational v0.4.2
8812026-05-08T02:12:05.979Z Downloaded hickory-resolver v0.24.4
8822026-05-08T02:12:05.979Z Downloaded cc v1.2.56
8832026-05-08T02:12:05.984Z Downloaded password-hash v0.4.2
8842026-05-08T02:12:05.984Z Downloaded ref-cast v1.0.25
8852026-05-08T02:12:05.991Z Downloaded progenitor v0.11.2
8862026-05-08T02:12:05.991Z Downloaded password-hash v0.5.0
8872026-05-08T02:12:05.991Z Downloaded progenitor v0.10.0
8882026-05-08T02:12:05.996Z Downloaded parse-display-derive v0.10.0
8892026-05-08T02:12:05.996Z Downloaded libbz2-rs-sys v0.2.2
8902026-05-08T02:12:05.996Z Downloaded progenitor v0.13.0
8912026-05-08T02:12:05.996Z Downloaded ref-cast-impl v1.0.25
8922026-05-08T02:12:05.996Z Downloaded parking_lot_core v0.9.12
8932026-05-08T02:12:05.996Z Downloaded parking_lot v0.12.5
8942026-05-08T02:12:05.996Z Downloaded owo-colors v4.3.0
8952026-05-08T02:12:05.999Z Downloaded predicates-tree v1.0.13
8962026-05-08T02:12:05.999Z Downloaded hickory-resolver v0.25.2
8972026-05-08T02:12:05.999Z Downloaded rtoolbox v0.0.3
8982026-05-08T02:12:06.004Z Downloaded progenitor-extras v0.2.0
8992026-05-08T02:12:06.004Z Downloaded precomputed-hash v0.1.1
9002026-05-08T02:12:06.004Z Downloaded powerfmt v0.2.0
9012026-05-08T02:12:06.004Z Downloaded memmap2 v0.9.10
9022026-05-08T02:12:06.007Z Downloaded rustc_version v0.1.7
9032026-05-08T02:12:06.008Z Downloaded progenitor-client v0.13.0
9042026-05-08T02:12:06.008Z Downloaded r2d2 v0.8.10
9052026-05-08T02:12:06.008Z Downloaded psm v0.1.30
9062026-05-08T02:12:06.014Z Downloaded peg-macros v0.8.5
9072026-05-08T02:12:06.014Z Downloaded rfc6979 v0.4.0
9082026-05-08T02:12:06.014Z Downloaded ignore v0.4.25
9092026-05-08T02:12:06.017Z Downloaded expectorate v1.2.0
9102026-05-08T02:12:06.017Z Downloaded rustc-hash v2.1.1
9112026-05-08T02:12:06.017Z Downloaded dropshot-api-manager v0.7.1
9122026-05-08T02:12:06.017Z Downloaded ed25519-dalek v2.2.0
9132026-05-08T02:12:06.020Z Downloaded pkcs8 v0.10.2
9142026-05-08T02:12:06.020Z Downloaded futures v0.3.32
9152026-05-08T02:12:06.023Z Downloaded chacha20poly1305 v0.10.1
9162026-05-08T02:12:06.026Z Downloaded ar_archive_writer v0.5.1
9172026-05-08T02:12:06.026Z Downloaded postcard v1.1.3
9182026-05-08T02:12:06.029Z Downloaded poly1305 v0.8.0
9192026-05-08T02:12:06.029Z Downloaded rand_core v0.6.4
9202026-05-08T02:12:06.033Z Downloaded pkcs1 v0.7.5
9212026-05-08T02:12:06.033Z Downloaded scheduled-thread-pool v0.2.7
9222026-05-08T02:12:06.036Z Downloaded russh-cryptovec v0.7.3
9232026-05-08T02:12:06.036Z Downloaded salsa20 v0.10.2
9242026-05-08T02:12:06.036Z Downloaded arrayvec v0.7.6
9252026-05-08T02:12:06.039Z Downloaded rand_seeder v0.4.0
9262026-05-08T02:12:06.039Z Downloaded oso v0.27.3
9272026-05-08T02:12:06.042Z Downloaded miniz_oxide v0.8.9
9282026-05-08T02:12:06.042Z Downloaded indicatif v0.18.4
9292026-05-08T02:12:06.047Z Downloaded same-file v1.0.6
9302026-05-08T02:12:06.047Z Downloaded rand_chacha v0.9.0
9312026-05-08T02:12:06.053Z Downloaded hash32 v0.2.1
9322026-05-08T02:12:06.053Z Downloaded corncobs v0.1.4
9332026-05-08T02:12:06.053Z Downloaded cipher v0.4.4
9342026-05-08T02:12:06.053Z Downloaded p256 v0.13.2
9352026-05-08T02:12:06.057Z Downloaded jiff-static v0.2.21
9362026-05-08T02:12:06.057Z Downloaded postgres-types v0.2.12
9372026-05-08T02:12:06.060Z Downloaded scopeguard v1.2.0
9382026-05-08T02:12:06.060Z Downloaded rand_core v0.10.0
9392026-05-08T02:12:06.060Z Downloaded rand_core v0.9.5
9402026-05-08T02:12:06.060Z Downloaded primeorder v0.13.6
9412026-05-08T02:12:06.063Z Downloaded predicates v3.1.4
9422026-05-08T02:12:06.066Z Downloaded scroll_derive v0.13.1
9432026-05-08T02:12:06.069Z Downloaded scrypt v0.11.0
9442026-05-08T02:12:06.072Z Downloaded rustc_version v0.4.1
9452026-05-08T02:12:06.074Z Downloaded semver v0.1.20
9462026-05-08T02:12:06.074Z Downloaded secrecy v0.10.3
9472026-05-08T02:12:06.074Z Downloaded secrecy v0.8.0
9482026-05-08T02:12:06.077Z Downloaded serde_bytes v0.11.19
9492026-05-08T02:12:06.077Z Downloaded serde_repr v0.1.20
9502026-05-08T02:12:06.081Z Downloaded serde_spanned v1.0.4
9512026-05-08T02:12:06.081Z Downloaded quinn-udp v0.5.14
9522026-05-08T02:12:06.085Z Downloaded pin-project v1.1.11
9532026-05-08T02:12:06.088Z Downloaded resolv-conf v0.7.6
9542026-05-08T02:12:06.091Z Downloaded diesel_derives v2.3.7
9552026-05-08T02:12:06.094Z Downloaded shell-words v1.1.1
9562026-05-08T02:12:06.094Z Downloaded openssl-sys v0.9.114
9572026-05-08T02:12:06.100Z Downloaded sha1 v0.10.6
9582026-05-08T02:12:06.100Z Downloaded pkcs5 v0.7.1
9592026-05-08T02:12:06.105Z Downloaded aes-gcm v0.10.3
9602026-05-08T02:12:06.105Z Downloaded serde_plain v1.0.2
9612026-05-08T02:12:06.105Z Downloaded serde-big-array v0.5.1
9622026-05-08T02:12:06.108Z Downloaded rusty-fork v0.3.1
9632026-05-08T02:12:06.108Z Downloaded signal-hook-tokio v0.3.1
9642026-05-08T02:12:06.108Z Downloaded sapling-renderdag v0.1.0
9652026-05-08T02:12:06.108Z Downloaded seq-macro v0.3.6
9662026-05-08T02:12:06.111Z Downloaded rustversion v1.0.22
9672026-05-08T02:12:06.115Z Downloaded signature v2.2.0
9682026-05-08T02:12:06.115Z Downloaded hashbrown v0.13.2
9692026-05-08T02:12:06.118Z Downloaded signal-hook-mio v0.2.5
9702026-05-08T02:12:06.118Z Downloaded hickory-server v0.25.2
9712026-05-08T02:12:06.122Z Downloaded slog-bunyan v2.5.0
9722026-05-08T02:12:06.122Z Downloaded minimal-lexical v0.2.1
9732026-05-08T02:12:06.125Z Downloaded rustls-pemfile v2.2.0
9742026-05-08T02:12:06.125Z Downloaded prefix-trie v0.7.0
9752026-05-08T02:12:06.128Z Downloaded rustls-pemfile v1.0.4
9762026-05-08T02:12:06.128Z Downloaded slog-envlogger v2.2.0
9772026-05-08T02:12:06.131Z Downloaded sigpipe v0.1.3
9782026-05-08T02:12:06.134Z Downloaded schemars_derive v0.8.22
9792026-05-08T02:12:06.135Z Downloaded hashbrown v0.12.3
9802026-05-08T02:12:06.138Z Downloaded aes v0.8.4
9812026-05-08T02:12:06.141Z Downloaded progenitor-impl v0.11.2
9822026-05-08T02:12:06.141Z Downloaded serde_urlencoded v0.7.1
9832026-05-08T02:12:06.144Z Downloaded serde_path_to_error v0.1.20
9842026-05-08T02:12:06.144Z Downloaded serde_derive_internals v0.29.1
9852026-05-08T02:12:06.144Z Downloaded sec1 v0.7.3
9862026-05-08T02:12:06.149Z Downloaded sct v0.7.1
9872026-05-08T02:12:06.149Z Downloaded papergrid v0.17.0
9882026-05-08T02:12:06.153Z Downloaded serde-hex v0.1.0
9892026-05-08T02:12:06.158Z Downloaded crossterm v0.28.1
9902026-05-08T02:12:06.163Z Downloaded russh-keys v0.45.0
9912026-05-08T02:12:06.167Z Downloaded hyper-util v0.1.20
9922026-05-08T02:12:06.167Z Downloaded ssh-encoding v0.2.0
9932026-05-08T02:12:06.170Z Downloaded blake3 v1.8.3
9942026-05-08T02:12:06.173Z Downloaded simd-adler32 v0.3.8
9952026-05-08T02:12:06.176Z Downloaded crossterm v0.29.0
9962026-05-08T02:12:06.179Z Downloaded strum v0.26.3
9972026-05-08T02:12:06.179Z Downloaded structmeta-derive v0.3.0
9982026-05-08T02:12:06.182Z Downloaded structmeta v0.3.0
9992026-05-08T02:12:06.182Z Downloaded rustls-pki-types v1.14.0
10002026-05-08T02:12:06.182Z Downloaded strum v0.27.2
10012026-05-08T02:12:06.185Z Downloaded siphasher v1.0.2
10022026-05-08T02:12:06.185Z Downloaded prettyplease v0.2.37
10032026-05-08T02:12:06.188Z Downloaded signal-hook-registry v1.4.8
10042026-05-08T02:12:06.188Z Downloaded strip-ansi-escapes v0.2.1
10052026-05-08T02:12:06.188Z Downloaded shlex v1.3.0
10062026-05-08T02:12:06.193Z Downloaded rustls-native-certs v0.8.3
10072026-05-08T02:12:06.193Z Downloaded ssh-cipher v0.2.0
10082026-05-08T02:12:06.193Z Downloaded sqlparser_derive v0.5.0
10092026-05-08T02:12:06.196Z Downloaded slog-async v2.8.0
10102026-05-08T02:12:06.196Z Downloaded sync_wrapper v1.0.2
10112026-05-08T02:12:06.196Z Downloaded slog-scope v4.4.1
10122026-05-08T02:12:06.199Z Downloaded slab v0.4.12
10132026-05-08T02:12:06.200Z Downloaded tabled_derive v0.11.0
10142026-05-08T02:12:06.200Z Downloaded subtle v2.6.1
10152026-05-08T02:12:06.203Z Downloaded progenitor-impl v0.14.0
10162026-05-08T02:12:06.206Z Downloaded progenitor-impl v0.10.0
10172026-05-08T02:12:06.206Z Downloaded tabwriter v1.4.1
10182026-05-08T02:12:06.210Z Downloaded sync-ptr v0.1.4
10192026-05-08T02:12:06.210Z Downloaded slog-json v2.6.1
10202026-05-08T02:12:06.210Z Downloaded supports-color v3.0.2
10212026-05-08T02:12:06.210Z Downloaded tap v1.0.1
10222026-05-08T02:12:06.213Z Downloaded take_mut v0.2.2
10232026-05-08T02:12:06.213Z Downloaded num-bigint v0.4.6
10242026-05-08T02:12:06.216Z Downloaded smallvec v0.6.14
10252026-05-08T02:12:06.216Z Downloaded serde_with_macros v3.17.0
10262026-05-08T02:12:06.217Z Downloaded http v1.4.0
10272026-05-08T02:12:06.219Z Downloaded scroll v0.13.0
10282026-05-08T02:12:06.220Z Downloaded ron v0.8.1
10292026-05-08T02:12:06.223Z Downloaded smf v0.2.3
10302026-05-08T02:12:06.226Z Downloaded progenitor-impl v0.13.0
10312026-05-08T02:12:06.226Z Downloaded slog-dtrace v0.3.0
10322026-05-08T02:12:06.226Z Downloaded pretty_assertions v1.4.1
10332026-05-08T02:12:06.230Z Downloaded time-core v0.1.8
10342026-05-08T02:12:06.230Z Downloaded thiserror-impl-no-std v2.0.2
10352026-05-08T02:12:06.230Z Downloaded testing_table v0.3.0
10362026-05-08T02:12:06.230Z Downloaded sqlformat v0.3.5
10372026-05-08T02:12:06.238Z Downloaded rustls-platform-verifier v0.6.2
10382026-05-08T02:12:06.242Z Downloaded thread-id v5.1.0
10392026-05-08T02:12:06.245Z Downloaded tinyvec_macros v0.1.1
10402026-05-08T02:12:06.245Z Downloaded termtree v0.5.1
10412026-05-08T02:12:06.248Z Downloaded stacker v0.1.23
10422026-05-08T02:12:06.251Z Downloaded rayon-core v1.13.0
10432026-05-08T02:12:06.254Z Downloaded stringprep v0.1.5
10442026-05-08T02:12:06.254Z Downloaded mio v1.2.0
10452026-05-08T02:12:06.259Z Downloaded nom v7.1.3
10462026-05-08T02:12:06.262Z Downloaded static_assertions v1.1.0
10472026-05-08T02:12:06.266Z Downloaded support-bundle-viewer v0.1.2
10482026-05-08T02:12:06.266Z Downloaded ryu v1.0.23
10492026-05-08T02:12:06.269Z Downloaded itertools v0.10.5
10502026-05-08T02:12:06.272Z Downloaded slog-stdlog v4.1.1
10512026-05-08T02:12:06.272Z Downloaded strum_macros v0.24.3
10522026-05-08T02:12:06.278Z Downloaded spki v0.7.3
10532026-05-08T02:12:06.278Z Downloaded spin v0.9.8
10542026-05-08T02:12:06.282Z Downloaded tagptr v0.2.0
10552026-05-08T02:12:06.282Z Downloaded strum_macros v0.27.2
10562026-05-08T02:12:06.285Z Downloaded libxml v0.3.3
10572026-05-08T02:12:06.289Z Downloaded serde_cbor v0.11.2
10582026-05-08T02:12:06.292Z Downloaded snafu-derive v0.8.9
10592026-05-08T02:12:06.296Z Downloaded slog-term v2.9.2
10602026-05-08T02:12:06.300Z Downloaded try-lock v0.2.5
10612026-05-08T02:12:06.300Z Downloaded thiserror-no-std v2.0.2
10622026-05-08T02:12:06.305Z Downloaded qorb v0.4.1
10632026-05-08T02:12:06.305Z Downloaded topological-sort v0.2.2
10642026-05-08T02:12:06.308Z Downloaded tower-layer v0.3.3
10652026-05-08T02:12:06.308Z Downloaded tls_codec_derive v0.4.2
10662026-05-08T02:12:06.311Z Downloaded tiny-keccak v2.0.2
10672026-05-08T02:12:06.311Z Downloaded thread_local v1.1.9
10682026-05-08T02:12:06.312Z Downloaded rand v0.8.5
10692026-05-08T02:12:06.315Z Downloaded tokio-macros v2.7.0
10702026-05-08T02:12:06.315Z Downloaded trait-variant v0.1.2
10712026-05-08T02:12:06.315Z Downloaded time-macros v0.2.27
10722026-05-08T02:12:06.319Z Downloaded unarray v0.1.4
10732026-05-08T02:12:06.320Z Downloaded typify-macro v0.6.2
10742026-05-08T02:12:06.320Z Downloaded typify-macro v0.4.3
10752026-05-08T02:12:06.323Z Downloaded string_cache v0.8.9
10762026-05-08T02:12:06.323Z Downloaded tower-service v0.3.3
10772026-05-08T02:12:06.323Z Downloaded signal-hook v0.3.18
10782026-05-08T02:12:06.333Z Downloaded termios v0.3.3
10792026-05-08T02:12:06.333Z Downloaded tokio-dtrace v0.1.1
10802026-05-08T02:12:06.333Z Downloaded rcgen v0.12.1
10812026-05-08T02:12:06.334Z Downloaded hashbrown v0.15.5
10822026-05-08T02:12:06.334Z Downloaded similar v2.7.0
10832026-05-08T02:12:06.338Z Downloaded universal-hash v0.5.1
10842026-05-08T02:12:06.338Z Downloaded slog v2.8.2
10852026-05-08T02:12:06.344Z Downloaded unicode-truncate v1.1.0
10862026-05-08T02:12:06.347Z Downloaded strum_macros v0.26.4
10872026-05-08T02:12:06.350Z Downloaded schemars v0.8.22
10882026-05-08T02:12:06.355Z Downloaded untrusted v0.7.1
10892026-05-08T02:12:06.358Z Downloaded unit-prefix v0.5.2
10902026-05-08T02:12:06.358Z Downloaded tokio-tungstenite v0.21.0
10912026-05-08T02:12:06.358Z Downloaded term v0.7.0
10922026-05-08T02:12:06.361Z Downloaded tokio-native-tls v0.3.1
10932026-05-08T02:12:06.361Z Downloaded socket2 v0.5.10
10942026-05-08T02:12:06.364Z Downloaded usdt-attr-macro v0.6.0
10952026-05-08T02:12:06.364Z Downloaded untrusted v0.9.0
10962026-05-08T02:12:06.364Z Downloaded usdt v0.6.0
10972026-05-08T02:12:06.364Z Downloaded serde_yaml v0.9.34+deprecated
10982026-05-08T02:12:06.367Z Downloaded schemars v0.9.0
10992026-05-08T02:12:06.374Z Downloaded usdt-macro v0.6.0
11002026-05-08T02:12:06.377Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-05-08T02:12:06.377Z Downloaded itertools v0.12.1
11022026-05-08T02:12:06.383Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11032026-05-08T02:12:06.383Z Downloaded void v1.0.2
11042026-05-08T02:12:06.383Z Downloaded publicsuffix v2.3.0
11052026-05-08T02:12:06.386Z Downloaded tls_codec v0.4.2
11062026-05-08T02:12:06.386Z Downloaded rsa v0.9.10
11072026-05-08T02:12:06.386Z Downloaded tui-tree-widget v0.23.1
11082026-05-08T02:12:06.389Z Downloaded quinn v0.11.9
11092026-05-08T02:12:06.389Z Downloaded hyper v1.8.1
11102026-05-08T02:12:06.393Z Downloaded futures-util v0.3.32
11112026-05-08T02:12:06.400Z Downloaded wait-timeout v0.2.1
11122026-05-08T02:12:06.403Z Downloaded waitgroup v0.1.2
11132026-05-08T02:12:06.403Z Downloaded want v0.3.1
11142026-05-08T02:12:06.403Z Downloaded schemars v1.2.1
11152026-05-08T02:12:06.410Z Downloaded tokio-stream v0.1.18
11162026-05-08T02:12:06.413Z Downloaded aho-corasick v1.1.4
11172026-05-08T02:12:06.416Z Downloaded xshell-macros v0.2.7
11182026-05-08T02:12:06.419Z Downloaded tokio-rustls v0.26.4
11192026-05-08T02:12:06.419Z Downloaded term v1.2.1
11202026-05-08T02:12:06.419Z Downloaded xattr v1.6.1
11212026-05-08T02:12:06.424Z Downloaded unicase v2.9.0
11222026-05-08T02:12:06.424Z Downloaded zeroize_derive v1.4.3
11232026-05-08T02:12:06.424Z Downloaded tokio-rustls v0.24.1
11242026-05-08T02:12:06.427Z Downloaded rand v0.9.2
11252026-05-08T02:12:06.427Z Downloaded itertools v0.14.0
11262026-05-08T02:12:06.430Z Downloaded tokio-rustls v0.25.0
11272026-05-08T02:12:06.433Z Downloaded subprocess v0.2.15
11282026-05-08T02:12:06.433Z Downloaded toml_parser v1.0.9+spec-1.1.0
11292026-05-08T02:12:06.436Z Downloaded num-bigint-dig v0.8.6
11302026-05-08T02:12:06.440Z Downloaded usdt-impl v0.6.0
11312026-05-08T02:12:06.440Z Downloaded socket2 v0.6.3
11322026-05-08T02:12:06.440Z Downloaded hkdf v0.12.4
11332026-05-08T02:12:06.443Z Downloaded h2 v0.4.13
11342026-05-08T02:12:06.449Z Downloaded zone_cfg_derive v0.3.1
11352026-05-08T02:12:06.449Z Downloaded uzers v0.12.2
11362026-05-08T02:12:06.449Z Downloaded utf-8 v0.7.6
11372026-05-08T02:12:06.452Z Downloaded test-strategy v0.4.5
11382026-05-08T02:12:06.452Z Downloaded vergen-gitcl v1.0.8
11392026-05-08T02:12:06.453Z Downloaded snafu v0.8.9
11402026-05-08T02:12:06.456Z Downloaded tracing-attributes v0.1.31
11412026-05-08T02:12:06.456Z Downloaded tinyvec v1.10.0
11422026-05-08T02:12:06.460Z Downloaded zone v0.3.1
11432026-05-08T02:12:06.460Z Downloaded vergen-git2 v1.0.7
11442026-05-08T02:12:06.460Z Downloaded libm v0.2.16
11452026-05-08T02:12:06.464Z Downloaded whoami v1.6.1
11462026-05-08T02:12:06.468Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-05-08T02:12:06.468Z Downloaded tokio-tungstenite v0.23.1
11482026-05-08T02:12:06.471Z Downloaded hashbrown v0.16.1
11492026-05-08T02:12:06.472Z Downloaded vergen-lib v0.1.6
11502026-05-08T02:12:06.475Z Downloaded vsss-rs v3.3.4
11512026-05-08T02:12:06.475Z Downloaded rand v0.10.0
11522026-05-08T02:12:06.478Z Downloaded itertools v0.13.0
11532026-05-08T02:12:06.481Z Downloaded walkdir v2.5.0
11542026-05-08T02:12:06.481Z Downloaded toml v0.7.8
11552026-05-08T02:12:06.484Z Downloaded tar v0.4.45
11562026-05-08T02:12:06.484Z Downloaded rustls-webpki v0.103.9
11572026-05-08T02:12:06.488Z Downloaded xshell v0.2.7
11582026-05-08T02:12:06.488Z Downloaded unicode-properties v0.1.4
11592026-05-08T02:12:06.488Z Downloaded iri-string v0.7.10
11602026-05-08T02:12:06.491Z Downloaded iddqd v0.3.18
11612026-05-08T02:12:06.496Z Downloaded zeroize v1.8.2
11622026-05-08T02:12:06.499Z Downloaded toml v0.9.12+spec-1.1.0
11632026-05-08T02:12:06.502Z Downloaded tracing-core v0.1.36
11642026-05-08T02:12:06.508Z Downloaded toml v1.0.6+spec-1.1.0
11652026-05-08T02:12:06.512Z Downloaded vergen v9.0.6
11662026-05-08T02:12:06.512Z Downloaded twox-hash v2.1.2
11672026-05-08T02:12:06.515Z Downloaded tungstenite v0.23.0
11682026-05-08T02:12:06.515Z Downloaded zstd-safe v7.2.4
11692026-05-08T02:12:06.520Z Downloaded zstd v0.13.3
11702026-05-08T02:12:06.524Z Downloaded rustyline v14.0.0
11712026-05-08T02:12:06.529Z Downloaded samael v0.0.19
11722026-05-08T02:12:06.533Z Downloaded whoami v2.1.0
11732026-05-08T02:12:06.538Z Downloaded unicode-bidi v0.3.18
11742026-05-08T02:12:06.538Z Downloaded typify v0.4.3
11752026-05-08T02:12:06.541Z Downloaded zerocopy v0.6.6
11762026-05-08T02:12:06.542Z Downloaded yasna v0.5.2
11772026-05-08T02:12:06.542Z Downloaded wyz v0.5.1
11782026-05-08T02:12:06.545Z Downloaded bitvec v1.0.1
11792026-05-08T02:12:06.553Z Downloaded unsafe-libyaml v0.2.11
11802026-05-08T02:12:06.557Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-05-08T02:12:06.562Z Downloaded uuid v1.23.0
11822026-05-08T02:12:06.562Z Downloaded rpassword v7.4.0
11832026-05-08T02:12:06.569Z Downloaded p521 v0.13.3
11842026-05-08T02:12:06.573Z Downloaded steno v0.4.1
11852026-05-08T02:12:06.576Z Downloaded russh v0.45.0
11862026-05-08T02:12:06.579Z Downloaded vte v0.14.1
11872026-05-08T02:12:06.582Z Downloaded typify v0.6.2
11882026-05-08T02:12:06.589Z Downloaded aws-lc-rs v1.16.0
11892026-05-08T02:12:06.596Z Downloaded reedline v0.40.0
11902026-05-08T02:12:06.603Z Downloaded p384 v0.13.1
11912026-05-08T02:12:06.606Z Downloaded toml_edit v0.19.15
11922026-05-08T02:12:06.615Z Downloaded zopfli v0.8.3
11932026-05-08T02:12:06.620Z Downloaded tokio-postgres v0.7.16
11942026-05-08T02:12:06.624Z Downloaded regex v1.12.3
11952026-05-08T02:12:06.627Z Downloaded tungstenite v0.21.0
11962026-05-08T02:12:06.627Z Downloaded ssh-key v0.6.7
11972026-05-08T02:12:06.630Z Downloaded yansi v1.0.1
11982026-05-08T02:12:06.634Z Downloaded git2 v0.20.4
11992026-05-08T02:12:06.639Z Downloaded unicode_categories v0.1.1
12002026-05-08T02:12:06.642Z Downloaded reqwest v0.13.2
12012026-05-08T02:12:06.642Z Downloaded bindgen v0.71.1
12022026-05-08T02:12:06.645Z Downloaded zip v0.6.6
12032026-05-08T02:12:06.655Z Downloaded chrono v0.4.44
12042026-05-08T02:12:06.670Z Downloaded typed-path v0.9.3
12052026-05-08T02:12:06.673Z Downloaded zerocopy-derive v0.8.40
12062026-05-08T02:12:06.680Z Downloaded tower v0.5.3
12072026-05-08T02:12:06.685Z Downloaded rayon v1.11.0
12082026-05-08T02:12:06.690Z Downloaded portable-atomic v1.13.1
12092026-05-08T02:12:06.696Z Downloaded quick-xml v0.37.5
12102026-05-08T02:12:06.699Z Downloaded moka v0.12.13
12112026-05-08T02:12:06.703Z Downloaded x509-cert v0.2.5
12122026-05-08T02:12:06.706Z Downloaded rustls-webpki v0.101.7
12132026-05-08T02:12:06.715Z Downloaded reqwest v0.12.28
12142026-05-08T02:12:06.723Z Downloaded lalrpop v0.19.12
12152026-05-08T02:12:06.731Z Downloaded goblin v0.10.5
12162026-05-08T02:12:06.743Z Downloaded unicode-segmentation v1.12.0
12172026-05-08T02:12:06.747Z Downloaded unicode-normalization v0.1.25
12182026-05-08T02:12:06.754Z Downloaded tokio-util v0.7.18
12192026-05-08T02:12:06.758Z Downloaded proptest v1.10.0
12202026-05-08T02:12:06.766Z Downloaded tower-http v0.6.8
12212026-05-08T02:12:06.774Z Downloaded tough v0.20.0
12222026-05-08T02:12:06.779Z Downloaded zip v4.6.1
12232026-05-08T02:12:06.782Z Downloaded salty v0.3.0
12242026-05-08T02:12:06.786Z Downloaded petname v2.0.2
12252026-05-08T02:12:06.792Z Downloaded serde_with v3.17.0
12262026-05-08T02:12:06.801Z Downloaded radix_trie v0.2.1
12272026-05-08T02:12:06.804Z Downloaded rustls-webpki v0.102.8
12282026-05-08T02:12:06.816Z Downloaded curve25519-dalek v4.1.3
12292026-05-08T02:12:06.821Z Downloaded winnow v0.5.40
12302026-05-08T02:12:06.829Z Downloaded winnow v0.6.26
12312026-05-08T02:12:06.840Z Downloaded quinn-proto v0.11.13
12322026-05-08T02:12:06.843Z Downloaded bstr v1.12.1
12332026-05-08T02:12:06.849Z Downloaded object v0.30.4
12342026-05-08T02:12:06.854Z Downloaded nix v0.27.1
12352026-05-08T02:12:06.865Z Downloaded nix v0.29.0
12362026-05-08T02:12:06.871Z Downloaded openssl v0.10.78
12372026-05-08T02:12:06.877Z Downloaded nix v0.28.0
12382026-05-08T02:12:06.885Z Downloaded polar-core v0.27.3
12392026-05-08T02:12:06.889Z Downloaded time v0.3.47
12402026-05-08T02:12:06.898Z Downloaded smoltcp v0.9.1
12412026-05-08T02:12:06.904Z Downloaded regex-syntax v0.6.29
12422026-05-08T02:12:06.908Z Downloaded tabled v0.20.0
12432026-05-08T02:12:06.917Z Downloaded rustls v0.21.12
12442026-05-08T02:12:06.923Z Downloaded zlib-rs v0.6.2
12452026-05-08T02:12:06.927Z Downloaded vcpkg v0.2.15
12462026-05-08T02:12:06.953Z Downloaded object v0.37.3
12472026-05-08T02:12:06.958Z Downloaded dropshot v0.17.0
12482026-05-08T02:12:06.969Z Downloaded zerocopy v0.8.40
12492026-05-08T02:12:06.974Z Downloaded rustls v0.22.4
12502026-05-08T02:12:06.982Z Downloaded smoltcp v0.11.0
12512026-05-08T02:12:06.988Z Downloaded regress v0.11.1
12522026-05-08T02:12:06.994Z Downloaded hickory-proto v0.25.2
12532026-05-08T02:12:07.003Z Downloaded regex-syntax v0.8.10
12542026-05-08T02:12:07.008Z Downloaded diesel v2.3.7
12552026-05-08T02:12:07.020Z Downloaded rustix v0.38.44
12562026-05-08T02:12:07.034Z Downloaded rustls v0.23.37
12572026-05-08T02:12:07.039Z Downloaded openapiv3 v2.2.0
12582026-05-08T02:12:07.045Z Downloaded webpki-roots v1.0.6
12592026-05-08T02:12:07.049Z Downloaded regress v0.10.5
12602026-05-08T02:12:07.053Z Downloaded hickory-proto v0.24.4
12612026-05-08T02:12:07.062Z Downloaded dropshot v0.16.7
12622026-05-08T02:12:07.074Z Downloaded nix v0.31.2
12632026-05-08T02:12:07.081Z Downloaded bzip2-sys v0.1.13+1.0.8
12642026-05-08T02:12:07.088Z Downloaded sqlparser v0.61.0
12652026-05-08T02:12:07.099Z Downloaded sled v0.34.7
12662026-05-08T02:12:07.105Z Downloaded typify-impl v0.6.2
12672026-05-08T02:12:07.114Z Downloaded typify-impl v0.4.3
12682026-05-08T02:12:07.124Z Downloaded tracing v0.1.44
12692026-05-08T02:12:07.136Z Downloaded ratatui v0.29.0
12702026-05-08T02:12:07.166Z Downloaded zerocopy-derive v0.6.6
12712026-05-08T02:12:07.173Z Downloaded regex-automata v0.4.14
12722026-05-08T02:12:07.198Z Downloaded csv v1.4.0
12732026-05-08T02:12:07.210Z Downloaded petgraph v0.8.3
12742026-05-08T02:12:07.223Z Downloaded libz-sys v1.1.24
12752026-05-08T02:12:07.235Z Downloaded petgraph v0.6.5
12762026-05-08T02:12:07.246Z Downloaded jiff v0.2.21
12772026-05-08T02:12:07.257Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-05-08T02:12:07.266Z Downloaded chrono-tz v0.10.4
12792026-05-08T02:12:07.290Z Downloaded encoding_rs v0.8.35
12802026-05-08T02:12:07.312Z Downloaded sha3 v0.10.8
12812026-05-08T02:12:07.325Z Downloaded tokio v1.52.1
12822026-05-08T02:12:07.433Z Downloaded ring v0.17.14
12832026-05-08T02:12:07.479Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-05-08T02:12:07.991Z Downloaded aws-lc-sys v0.37.1
12852026-05-08T02:12:08.244Z Compiling libc v0.2.185
12862026-05-08T02:12:08.244Z Compiling serde v1.0.228
12872026-05-08T02:12:08.249Z Compiling find-msvc-tools v0.1.9
12882026-05-08T02:12:08.249Z Compiling log v0.4.29
12892026-05-08T02:12:08.249Z Compiling shlex v1.3.0
12902026-05-08T02:12:08.249Z Compiling smallvec v1.15.1
12912026-05-08T02:12:08.249Z Compiling typenum v1.19.0
12922026-05-08T02:12:08.249Z Compiling subtle v2.6.1
12932026-05-08T02:12:08.409Z Compiling generic-array v0.14.7
12942026-05-08T02:12:08.415Z Compiling scopeguard v1.2.0
12952026-05-08T02:12:08.418Z Compiling const-oid v0.9.6
12962026-05-08T02:12:08.492Z Compiling portable-atomic v1.13.1
12972026-05-08T02:12:08.492Z Compiling zerocopy v0.8.40
12982026-05-08T02:12:08.505Z Compiling syn v2.0.117
12992026-05-08T02:12:08.518Z Compiling serde_json v1.0.149
13002026-05-08T02:12:08.533Z Compiling critical-section v1.2.0
13012026-05-08T02:12:08.561Z Compiling parking_lot_core v0.9.12
13022026-05-08T02:12:08.588Z Compiling lock_api v0.4.14
13032026-05-08T02:12:08.603Z Compiling pin-project-lite v0.2.17
13042026-05-08T02:12:08.631Z Compiling pkg-config v0.3.32
13052026-05-08T02:12:08.671Z Compiling bitflags v2.11.0
13062026-05-08T02:12:08.674Z Compiling libm v0.2.16
13072026-05-08T02:12:08.685Z Compiling num-traits v0.2.19
13082026-05-08T02:12:08.729Z Compiling futures-core v0.3.32
13092026-05-08T02:12:08.743Z Compiling percent-encoding v2.3.2
13102026-05-08T02:12:08.775Z Compiling futures-sink v0.3.32
13112026-05-08T02:12:08.836Z Compiling cpufeatures v0.2.17
13122026-05-08T02:12:08.912Z Compiling futures-channel v0.3.32
13132026-05-08T02:12:08.940Z Compiling futures-io v0.3.32
13142026-05-08T02:12:08.943Z Compiling futures-task v0.3.32
13152026-05-08T02:12:08.982Z Compiling slab v0.4.12
13162026-05-08T02:12:08.985Z Compiling getrandom v0.4.1
13172026-05-08T02:12:08.985Z Compiling rand_core v0.10.0
13182026-05-08T02:12:08.996Z Compiling rustversion v1.0.22
13192026-05-08T02:12:09.105Z Compiling getrandom v0.3.4
13202026-05-08T02:12:09.136Z Compiling indexmap v2.14.0
13212026-05-08T02:12:09.152Z Compiling form_urlencoded v1.2.2
13222026-05-08T02:12:09.153Z Compiling fs_extra v1.3.0
13232026-05-08T02:12:09.183Z Compiling ident_case v1.0.1
13242026-05-08T02:12:09.183Z Compiling base64ct v1.8.3
13252026-05-08T02:12:09.223Z Compiling dunce v1.0.5
13262026-05-08T02:12:09.237Z Compiling flagset v0.4.7
13272026-05-08T02:12:09.322Z Compiling getrandom v0.2.17
13282026-05-08T02:12:09.337Z Compiling jobserver v0.1.34
13292026-05-08T02:12:09.357Z Compiling errno v0.3.14
13302026-05-08T02:12:09.387Z Compiling mio v1.2.0
13312026-05-08T02:12:09.391Z Compiling socket2 v0.6.3
13322026-05-08T02:12:09.495Z Compiling rand_core v0.6.4
13332026-05-08T02:12:09.510Z Compiling once_cell v1.21.3
13342026-05-08T02:12:09.515Z Compiling signal-hook-registry v1.4.8
13352026-05-08T02:12:09.569Z Compiling cc v1.2.56
13362026-05-08T02:12:09.608Z Compiling parking_lot v0.12.5
13372026-05-08T02:12:09.672Z Compiling pem-rfc7468 v0.7.0
13382026-05-08T02:12:09.687Z Compiling rustix v1.1.3
13392026-05-08T02:12:09.737Z Compiling iana-time-zone v0.1.65
13402026-05-08T02:12:09.751Z Compiling uuid v1.23.0
13412026-05-08T02:12:09.785Z Compiling rustc_version v0.4.1
13422026-05-08T02:12:09.803Z Compiling regex-syntax v0.8.10
13432026-05-08T02:12:09.830Z Compiling aws-lc-rs v1.16.0
13442026-05-08T02:12:09.950Z Compiling vcpkg v0.2.15
13452026-05-08T02:12:10.009Z Compiling tracing-core v0.1.36
13462026-05-08T02:12:10.033Z Compiling openssl-probe v0.2.1
13472026-05-08T02:12:10.062Z Compiling untrusted v0.7.1
13482026-05-08T02:12:10.077Z Compiling schemars v0.8.22
13492026-05-08T02:12:10.132Z Compiling rand_core v0.9.5
13502026-05-08T02:12:10.200Z Compiling base64 v0.22.1
13512026-05-08T02:12:10.228Z Compiling untrusted v0.9.0
13522026-05-08T02:12:10.228Z Compiling httparse v1.10.1
13532026-05-08T02:12:10.256Z Compiling try-lock v0.2.5
13542026-05-08T02:12:10.260Z Compiling rustls v0.23.37
13552026-05-08T02:12:10.289Z Compiling atomic-waker v1.1.2
13562026-05-08T02:12:10.330Z Compiling tinyvec_macros v0.1.1
13572026-05-08T02:12:10.381Z Compiling tower-service v0.3.3
13582026-05-08T02:12:10.394Z Compiling cmake v0.1.57
13592026-05-08T02:12:10.409Z Compiling tower-layer v0.3.3
13602026-05-08T02:12:10.438Z Compiling dyn-clone v1.0.20
13612026-05-08T02:12:10.453Z Compiling tinyvec v1.10.0
13622026-05-08T02:12:10.470Z Compiling want v0.3.1
13632026-05-08T02:12:10.496Z Compiling spin v0.9.8
13642026-05-08T02:12:10.545Z Compiling aho-corasick v1.1.4
13652026-05-08T02:12:10.576Z Compiling pin-utils v0.1.0
13662026-05-08T02:12:10.610Z Compiling httpdate v1.0.3
13672026-05-08T02:12:10.613Z Compiling powerfmt v0.2.0
13682026-05-08T02:12:10.613Z Compiling openssl v0.10.78
13692026-05-08T02:12:10.613Z Compiling num-conv v0.2.0
13702026-05-08T02:12:10.680Z Compiling crc32fast v1.5.0
13712026-05-08T02:12:10.680Z Compiling time-core v0.1.8
13722026-05-08T02:12:10.729Z Compiling foreign-types-shared v0.1.1
13732026-05-08T02:12:10.744Z Compiling wait-timeout v0.2.1
13742026-05-08T02:12:10.800Z Compiling deranged v0.5.8
13752026-05-08T02:12:10.834Z Compiling foreign-types v0.3.2
13762026-05-08T02:12:10.850Z Compiling quick-error v1.2.3
13772026-05-08T02:12:10.850Z Compiling crossbeam-utils v0.8.21
13782026-05-08T02:12:10.879Z Compiling simd-adler32 v0.3.8
13792026-05-08T02:12:10.882Z Compiling time-macros v0.2.27
13802026-05-08T02:12:10.896Z Compiling usdt-impl v0.6.0
13812026-05-08T02:12:10.925Z Compiling num_threads v0.1.7
13822026-05-08T02:12:10.929Z Compiling syn v1.0.109
13832026-05-08T02:12:10.981Z Compiling native-tls v0.2.18
13842026-05-08T02:12:11.030Z Compiling siphasher v1.0.2
13852026-05-08T02:12:11.046Z Compiling bit-vec v0.8.0
13862026-05-08T02:12:11.049Z Compiling unicode-normalization v0.1.25
13872026-05-08T02:12:11.165Z Compiling rand_xorshift v0.4.0
13882026-05-08T02:12:11.183Z Compiling slog v2.8.2
13892026-05-08T02:12:11.213Z Compiling heapless v0.7.17
13902026-05-08T02:12:11.232Z Compiling thread-id v5.1.0
13912026-05-08T02:12:11.255Z Compiling bit-set v0.8.0
13922026-05-08T02:12:11.287Z Compiling sync_wrapper v1.0.2
13932026-05-08T02:12:11.316Z Compiling cookie v0.18.1
13942026-05-08T02:12:11.319Z Compiling aws-lc-sys v0.37.1
13952026-05-08T02:12:11.346Z Compiling ring v0.17.14
13962026-05-08T02:12:11.350Z Compiling openssl-sys v0.9.114
13972026-05-08T02:12:11.377Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-05-08T02:12:11.404Z Compiling tempfile v3.25.0
13992026-05-08T02:12:11.428Z Compiling synstructure v0.13.2
14002026-05-08T02:12:11.443Z Compiling serde_derive_internals v0.29.1
14012026-05-08T02:12:11.500Z Compiling pest_generator v2.8.6
14022026-05-08T02:12:11.523Z Compiling darling_core v0.20.11
14032026-05-08T02:12:11.573Z Compiling regex-automata v0.4.14
14042026-05-08T02:12:11.662Z Compiling rusty-fork v0.3.1
14052026-05-08T02:12:11.829Z Compiling darling_core v0.21.3
14062026-05-08T02:12:11.877Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-05-08T02:12:12.008Z Compiling unarray v0.1.4
14082026-05-08T02:12:12.084Z Compiling time v0.3.47
14092026-05-08T02:12:12.133Z Compiling anyhow v1.0.102
14102026-05-08T02:12:12.147Z Compiling zstd-safe v7.2.4
14112026-05-08T02:12:12.182Z Compiling signal-hook v0.3.18
14122026-05-08T02:12:12.268Z Compiling adler2 v2.0.1
14132026-05-08T02:12:12.371Z Compiling unicode-bidi v0.3.18
14142026-05-08T02:12:12.388Z Compiling unicode-properties v0.1.4
14152026-05-08T02:12:12.405Z Compiling allocator-api2 v0.2.21
14162026-05-08T02:12:12.420Z Compiling paste v1.0.15
14172026-05-08T02:12:12.423Z Compiling miniz_oxide v0.8.9
14182026-05-08T02:12:12.701Z Compiling stringprep v0.1.5
14192026-05-08T02:12:12.753Z Compiling num-integer v0.1.46
14202026-05-08T02:12:12.767Z Compiling vergen-lib v0.1.6
14212026-05-08T02:12:12.934Z Compiling curve25519-dalek v4.1.3
14222026-05-08T02:12:12.964Z Compiling ff v0.13.1
14232026-05-08T02:12:13.098Z Compiling hash32 v0.2.1
14242026-05-08T02:12:13.113Z Compiling memoffset v0.9.1
14252026-05-08T02:12:13.128Z Compiling ryu v1.0.23
14262026-05-08T02:12:13.178Z Compiling rustix v0.38.44
14272026-05-08T02:12:13.238Z Compiling zlib-rs v0.6.2
14282026-05-08T02:12:13.253Z Compiling psl-types v2.0.11
14292026-05-08T02:12:13.267Z Compiling serde_derive v1.0.228
14302026-05-08T02:12:13.302Z Compiling zeroize_derive v1.4.3
14312026-05-08T02:12:13.316Z Compiling zerofrom-derive v0.1.6
14322026-05-08T02:12:13.331Z Compiling yoke-derive v0.8.1
14332026-05-08T02:12:13.347Z Compiling zerocopy-derive v0.8.40
14342026-05-08T02:12:13.390Z Compiling zerovec-derive v0.11.2
14352026-05-08T02:12:13.550Z Compiling displaydoc v0.2.5
14362026-05-08T02:12:13.760Z Compiling tokio-macros v2.7.0
14372026-05-08T02:12:13.960Z Compiling futures-macro v0.3.32
14382026-05-08T02:12:14.001Z Compiling zeroize v1.8.2
14392026-05-08T02:12:14.340Z Compiling der_derive v0.7.3
14402026-05-08T02:12:14.451Z Compiling thiserror-impl v2.0.18
14412026-05-08T02:12:14.533Z Compiling rustls-pki-types v1.14.0
14422026-05-08T02:12:14.550Z Compiling tracing-attributes v0.1.31
14432026-05-08T02:12:14.564Z Compiling pest_derive v2.8.6
14442026-05-08T02:12:14.766Z Compiling crypto-common v0.1.7
14452026-05-08T02:12:14.783Z Compiling zerofrom v0.1.6
14462026-05-08T02:12:14.814Z Compiling block-buffer v0.10.4
14472026-05-08T02:12:14.929Z Compiling yoke v0.8.1
14482026-05-08T02:12:14.969Z Compiling futures-util v0.3.32
14492026-05-08T02:12:15.043Z Compiling digest v0.10.7
14502026-05-08T02:12:15.062Z Compiling block-padding v0.3.3
14512026-05-08T02:12:15.076Z Compiling scroll_derive v0.13.1
14522026-05-08T02:12:15.133Z Compiling zerovec v0.11.5
14532026-05-08T02:12:15.241Z Compiling zerotrie v0.2.3
14542026-05-08T02:12:15.317Z Compiling hmac v0.12.1
14552026-05-08T02:12:15.396Z Compiling inout v0.1.4
14562026-05-08T02:12:15.492Z Compiling sha2 v0.10.9
14572026-05-08T02:12:15.568Z Compiling cipher v0.4.4
14582026-05-08T02:12:15.583Z Compiling der v0.7.10
14592026-05-08T02:12:15.666Z Compiling tinystr v0.8.2
14602026-05-08T02:12:15.811Z Compiling potential_utf v0.1.4
14612026-05-08T02:12:15.860Z Compiling icu_locale_core v2.1.1
14622026-05-08T02:12:15.901Z Compiling salsa20 v0.10.2
14632026-05-08T02:12:15.916Z Compiling pbkdf2 v0.12.2
14642026-05-08T02:12:15.933Z Compiling thiserror v2.0.18
14652026-05-08T02:12:15.936Z Compiling aes v0.8.4
14662026-05-08T02:12:15.979Z Compiling icu_collections v2.1.1
14672026-05-08T02:12:15.999Z Compiling cbc v0.1.2
14682026-05-08T02:12:16.049Z Compiling scrypt v0.11.0
14692026-05-08T02:12:16.053Z Compiling tracing v0.1.44
14702026-05-08T02:12:16.166Z Compiling schemars_derive v0.8.22
14712026-05-08T02:12:16.334Z Compiling scroll v0.13.0
14722026-05-08T02:12:16.361Z Compiling darling_macro v0.20.11
14732026-05-08T02:12:16.500Z Compiling icu_provider v2.1.1
14742026-05-08T02:12:16.534Z Compiling spki v0.7.3
14752026-05-08T02:12:16.629Z Compiling goblin v0.10.5
14762026-05-08T02:12:16.653Z Compiling openssl-macros v0.1.1
14772026-05-08T02:12:16.765Z Compiling bytes v1.11.1
14782026-05-08T02:12:16.795Z Compiling icu_normalizer v2.1.1
14792026-05-08T02:12:16.829Z Compiling icu_properties v2.1.2
14802026-05-08T02:12:16.850Z Compiling chrono v0.4.44
14812026-05-08T02:12:16.865Z Compiling pkcs5 v0.7.1
14822026-05-08T02:12:16.868Z Compiling ipnet v2.11.0
14832026-05-08T02:12:16.927Z Compiling darling v0.20.11
14842026-05-08T02:12:17.024Z Compiling derive_builder_core v0.20.2
14852026-05-08T02:12:17.052Z Compiling dtrace-parser v0.3.0
14862026-05-08T02:12:17.317Z Compiling tokio v1.52.1
14872026-05-08T02:12:17.368Z Compiling http v1.4.0
14882026-05-08T02:12:17.382Z Compiling pkcs8 v0.10.2
14892026-05-08T02:12:17.401Z Compiling signature v2.2.0
14902026-05-08T02:12:17.418Z Compiling rustls-native-certs v0.8.3
14912026-05-08T02:12:17.494Z Compiling scroll_derive v0.12.1
14922026-05-08T02:12:17.600Z Compiling thiserror-impl v1.0.69
14932026-05-08T02:12:17.708Z Compiling idna_adapter v1.2.1
14942026-05-08T02:12:17.723Z Compiling serde_tokenstream v0.2.3
14952026-05-08T02:12:17.819Z Compiling ppv-lite86 v0.2.21
14962026-05-08T02:12:17.867Z Compiling idna v1.1.0
14972026-05-08T02:12:17.938Z Compiling derive_builder_macro v0.20.2
14982026-05-08T02:12:17.941Z Compiling erased-serde v0.3.31
14992026-05-08T02:12:17.970Z Compiling toml_datetime v0.6.11
15002026-05-08T02:12:18.037Z Compiling http-body v1.0.1
15012026-05-08T02:12:18.059Z Compiling serde_spanned v0.6.9
15022026-05-08T02:12:18.167Z Compiling url v2.5.8
15032026-05-08T02:12:18.198Z Compiling rand_chacha v0.9.0
15042026-05-08T02:12:18.212Z Compiling scroll v0.12.0
15052026-05-08T02:12:18.226Z Compiling http-body-util v0.1.3
15062026-05-08T02:12:18.248Z Compiling rand_chacha v0.3.1
15072026-05-08T02:12:18.289Z Compiling md-5 v0.10.6
15082026-05-08T02:12:18.309Z Compiling webpki-roots v1.0.6
15092026-05-08T02:12:18.437Z Compiling rand v0.9.2
15102026-05-08T02:12:18.453Z Compiling darling_macro v0.21.3
15112026-05-08T02:12:18.468Z Compiling zerocopy-derive v0.7.35
15122026-05-08T02:12:18.481Z Compiling iri-string v0.7.10
15132026-05-08T02:12:18.496Z Compiling litrs v1.0.0
15142026-05-08T02:12:18.499Z Compiling num-bigint-dig v0.8.6
15152026-05-08T02:12:18.547Z Compiling cfg_aliases v0.2.1
15162026-05-08T02:12:18.633Z Compiling ref-cast v1.0.25
15172026-05-08T02:12:18.899Z Compiling thiserror v1.0.69
15182026-05-08T02:12:18.918Z Compiling smoltcp v0.9.1
15192026-05-08T02:12:18.967Z Compiling base16ct v0.2.0
15202026-05-08T02:12:18.982Z Compiling fallible-iterator v0.2.0
15212026-05-08T02:12:18.995Z Compiling proptest v1.10.0
15222026-05-08T02:12:19.015Z Compiling darling v0.21.3
15232026-05-08T02:12:19.029Z Compiling document-features v0.2.12
15242026-05-08T02:12:19.108Z Compiling sec1 v0.7.3
15252026-05-08T02:12:19.147Z Compiling nix v0.31.2
15262026-05-08T02:12:19.161Z Compiling rand v0.8.5
15272026-05-08T02:12:19.278Z Compiling postgres-protocol v0.6.10
15282026-05-08T02:12:19.332Z Compiling dof v0.4.0
15292026-05-08T02:12:19.371Z Compiling zerocopy v0.7.35
15302026-05-08T02:12:19.403Z Compiling derive_builder v0.20.2
15312026-05-08T02:12:19.548Z Compiling ipnetwork v0.21.1
15322026-05-08T02:12:19.562Z Compiling goblin v0.8.2
15332026-05-08T02:12:19.634Z Compiling publicsuffix v2.3.0
15342026-05-08T02:12:19.648Z Compiling cargo-platform v0.1.9
15352026-05-08T02:12:19.822Z Compiling oxnet v0.1.4
15362026-05-08T02:12:19.899Z Compiling serde_urlencoded v0.7.1
15372026-05-08T02:12:19.971Z Compiling hubpack_derive v0.1.1
15382026-05-08T02:12:19.987Z Compiling flate2 v1.1.9
15392026-05-08T02:12:20.004Z Compiling hkdf v0.12.4
15402026-05-08T02:12:20.061Z Compiling crypto-bigint v0.5.5
15412026-05-08T02:12:20.094Z Compiling regex v1.12.3
15422026-05-08T02:12:20.235Z Compiling ref-cast-impl v1.0.25
15432026-05-08T02:12:20.280Z Compiling async-trait v0.1.89
15442026-05-08T02:12:20.294Z Compiling curve25519-dalek-derive v0.1.1
15452026-05-08T02:12:20.298Z Compiling daft-derive v0.1.5
15462026-05-08T02:12:20.429Z Compiling strum_macros v0.27.2
15472026-05-08T02:12:20.584Z Compiling group v0.13.0
15482026-05-08T02:12:20.667Z Compiling num-iter v0.1.45
15492026-05-08T02:12:20.807Z Compiling terminal_size v0.4.3
15502026-05-08T02:12:20.823Z Compiling phf_shared v0.13.1
15512026-05-08T02:12:20.969Z Compiling lazy_static v1.5.0
15522026-05-08T02:12:20.985Z Compiling vergen v9.0.6
15532026-05-08T02:12:20.988Z Compiling fs-err v3.3.0
15542026-05-08T02:12:21.015Z Compiling ahash v0.8.12
15552026-05-08T02:12:21.070Z Compiling tokio-util v0.7.18
15562026-05-08T02:12:21.086Z Compiling tower v0.5.3
15572026-05-08T02:12:21.100Z Compiling tokio-native-tls v0.3.1
15582026-05-08T02:12:21.124Z Compiling bumpalo v3.20.2
15592026-05-08T02:12:21.136Z Compiling winnow v0.5.40
15602026-05-08T02:12:21.193Z Compiling libbz2-rs-sys v0.2.2
15612026-05-08T02:12:21.215Z Compiling unicode-segmentation v1.12.0
15622026-05-08T02:12:21.245Z Compiling object v0.37.3
15632026-05-08T02:12:21.279Z Compiling bitflags v1.3.2
15642026-05-08T02:12:21.310Z Compiling foldhash v0.2.0
15652026-05-08T02:12:21.361Z Compiling managed v0.8.0
15662026-05-08T02:12:21.375Z Compiling newtype-uuid v1.3.2
15672026-05-08T02:12:21.399Z Compiling foldhash v0.1.5
15682026-05-08T02:12:21.545Z Compiling tower-http v0.6.8
15692026-05-08T02:12:21.606Z Compiling daft v0.1.5
15702026-05-08T02:12:21.622Z Compiling bzip2 v0.6.1
15712026-05-08T02:12:21.636Z Compiling hashbrown v0.15.5
15722026-05-08T02:12:21.650Z Compiling hashbrown v0.16.1
15732026-05-08T02:12:21.744Z Compiling zopfli v0.8.3
15742026-05-08T02:12:21.853Z Compiling h2 v0.4.13
15752026-05-08T02:12:21.921Z Compiling dof v0.3.0
15762026-05-08T02:12:22.024Z Compiling clap_builder v4.5.60
15772026-05-08T02:12:22.164Z Compiling elliptic-curve v0.13.8
15782026-05-08T02:12:22.216Z Compiling phf v0.13.1
15792026-05-08T02:12:22.279Z Compiling signal-hook-mio v0.2.5
15802026-05-08T02:12:22.418Z Compiling usdt-attr-macro v0.6.0
15812026-05-08T02:12:22.434Z Compiling usdt-macro v0.6.0
15822026-05-08T02:12:22.491Z Compiling strum v0.27.2
15832026-05-08T02:12:22.598Z Compiling toml_edit v0.19.15
15842026-05-08T02:12:22.625Z Compiling cargo_metadata v0.19.2
15852026-05-08T02:12:22.643Z Compiling bzip2 v0.4.4
15862026-05-08T02:12:22.658Z Compiling hubpack v0.1.2
15872026-05-08T02:12:22.706Z Compiling cookie_store v0.22.1
15882026-05-08T02:12:22.892Z Compiling postgres-types v0.2.12
15892026-05-08T02:12:22.953Z Compiling zstd v0.13.3
15902026-05-08T02:12:23.115Z Compiling serde_with_macros v3.17.0
15912026-05-08T02:12:23.177Z Compiling dtrace-parser v0.2.0
15922026-05-08T02:12:23.229Z Compiling pkcs1 v0.7.5
15932026-05-08T02:12:23.244Z Compiling ed25519 v2.2.3
15942026-05-08T02:12:23.259Z Compiling hex v0.4.3
15952026-05-08T02:12:23.383Z Compiling serde-big-array v0.5.1
15962026-05-08T02:12:23.464Z Compiling rfc6979 v0.4.0
15972026-05-08T02:12:23.540Z Compiling bstr v1.12.1
15982026-05-08T02:12:23.555Z Compiling clap_derive v4.5.55
15992026-05-08T02:12:23.606Z Compiling serde_repr v0.1.20
16002026-05-08T02:12:23.653Z Compiling strum_macros v0.26.4
16012026-05-08T02:12:23.942Z Compiling enum-as-inner v0.6.1
16022026-05-08T02:12:23.982Z Compiling phf_shared v0.11.3
16032026-05-08T02:12:24.004Z Compiling float-cmp v0.10.0
16042026-05-08T02:12:24.163Z Compiling memmap2 v0.9.10
16052026-05-08T02:12:24.179Z Compiling thread-id v4.2.2
16062026-05-08T02:12:24.183Z Compiling env_filter v1.0.0
16072026-05-08T02:12:24.211Z Compiling encoding_rs v0.8.35
16082026-05-08T02:12:24.228Z Compiling keccak v0.1.6
16092026-05-08T02:12:24.281Z Compiling new_debug_unreachable v1.0.6
16102026-05-08T02:12:24.296Z Compiling normalize-line-endings v0.3.0
16112026-05-08T02:12:24.370Z Compiling whoami v2.1.0
16122026-05-08T02:12:24.403Z Compiling fixedbitset v0.5.7
16132026-05-08T02:12:24.417Z Compiling difflib v0.4.0
16142026-05-08T02:12:24.486Z Compiling rustc-hash v2.1.1
16152026-05-08T02:12:24.522Z Compiling mime v0.3.17
16162026-05-08T02:12:24.632Z Compiling precomputed-hash v0.1.1
16172026-05-08T02:12:24.734Z Compiling predicates-core v1.0.10
16182026-05-08T02:12:24.747Z Compiling static_assertions v1.1.0
16192026-05-08T02:12:24.771Z Compiling data-encoding v2.10.0
16202026-05-08T02:12:24.841Z Compiling jiff v0.2.21
16212026-05-08T02:12:24.841Z Compiling either v1.15.0
16222026-05-08T02:12:24.975Z Compiling hyper v1.8.1
16232026-05-08T02:12:25.063Z Compiling fixedbitset v0.4.2
16242026-05-08T02:12:25.111Z Compiling itertools v0.13.0
16252026-05-08T02:12:25.111Z Compiling predicates v3.1.4
16262026-05-08T02:12:25.140Z Compiling hickory-proto v0.25.2
16272026-05-08T02:12:25.270Z Compiling petgraph v0.6.5
16282026-05-08T02:12:25.311Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16292026-05-08T02:12:25.345Z Compiling toml_edit v0.22.27
16302026-05-08T02:12:25.455Z Compiling clap v4.5.60
16312026-05-08T02:12:25.494Z Compiling strum v0.26.3
16322026-05-08T02:12:25.553Z Compiling string_cache v0.8.9
16332026-05-08T02:12:25.569Z Compiling petgraph v0.8.3
16342026-05-08T02:12:25.644Z Compiling tokio-postgres v0.7.16
16352026-05-08T02:12:25.814Z Compiling iddqd v0.3.18
16362026-05-08T02:12:25.833Z Compiling sha3 v0.10.8
16372026-05-08T02:12:25.850Z Compiling env_logger v0.11.9
16382026-05-08T02:12:25.924Z Compiling usdt v0.6.0
16392026-05-08T02:12:26.213Z Compiling hyper-util v0.1.20
16402026-05-08T02:12:26.234Z Compiling serde_with v3.17.0
16412026-05-08T02:12:26.322Z Compiling usdt-impl v0.5.0
16422026-05-08T02:12:26.404Z Compiling similar v2.7.0
16432026-05-08T02:12:26.633Z Compiling toml v0.7.8
16442026-05-08T02:12:26.802Z Compiling crossterm v0.28.1
16452026-05-08T02:12:26.947Z Compiling ecdsa v0.16.9
16462026-05-08T02:12:27.007Z Compiling rsa v0.9.10
16472026-05-08T02:12:27.298Z Compiling ed25519-dalek v2.2.0
16482026-05-08T02:12:27.566Z Compiling hyper-tls v0.6.0
16492026-05-08T02:12:27.676Z Compiling zip v4.6.1
16502026-05-08T02:12:27.808Z Compiling zip v0.6.6
16512026-05-08T02:12:27.963Z Compiling tokio-stream v0.1.18
16522026-05-08T02:12:27.993Z Compiling heck v0.4.1
16532026-05-08T02:12:28.134Z Compiling toml_parser v1.0.9+spec-1.1.0
16542026-05-08T02:12:28.151Z Compiling buf-list v1.1.2
16552026-05-08T02:12:28.168Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16562026-05-08T02:12:28.212Z Compiling openapiv3 v2.2.0
16572026-05-08T02:12:28.242Z Compiling x509-cert v0.2.5
16582026-05-08T02:12:28.259Z Compiling sha1 v0.10.6
16592026-05-08T02:12:28.405Z Compiling crossbeam-epoch v0.9.18
16602026-05-08T02:12:28.456Z Compiling toml_datetime v0.7.5+spec-1.1.0
16612026-05-08T02:12:28.461Z Compiling lalrpop-util v0.19.12
16622026-05-08T02:12:28.500Z Compiling peg-runtime v0.8.5
16632026-05-08T02:12:28.514Z Compiling thread_local v1.1.9
16642026-05-08T02:12:28.670Z Compiling slog-async v2.8.0
16652026-05-08T02:12:28.673Z Compiling futures-executor v0.3.32
16662026-05-08T02:12:28.753Z Compiling crossbeam-channel v0.5.15
16672026-05-08T02:12:28.769Z Compiling filetime v0.2.27
16682026-05-08T02:12:28.799Z Compiling is-terminal v0.4.17
16692026-05-08T02:12:28.816Z Compiling take_mut v0.2.2
16702026-05-08T02:12:28.821Z Compiling xattr v1.6.1
16712026-05-08T02:12:28.821Z Compiling term v1.2.1
16722026-05-08T02:12:28.912Z Compiling futures v0.3.32
16732026-05-08T02:12:28.962Z Compiling tar v0.4.45
16742026-05-08T02:12:29.224Z Compiling slog-term v2.9.2
16752026-05-08T02:12:46.707Z Compiling rustls-webpki v0.103.9
16762026-05-08T02:12:49.483Z Compiling tokio-rustls v0.26.4
16772026-05-08T02:12:49.483Z Compiling rustls-platform-verifier v0.6.2
16782026-05-08T02:12:49.690Z Compiling hyper-rustls v0.27.7
16792026-05-08T02:12:49.887Z Compiling reqwest v0.13.2
16802026-05-08T02:12:49.887Z Compiling reqwest v0.12.28
16812026-05-08T02:12:51.887Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16822026-05-08T02:12:52.126Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16832026-05-08T02:12:54.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.04s
16842026-05-08T02:12:55.082Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16852026-05-08T02:12:55.144ZMay 08 02:12:54.960 INFO Starting download, target: Clickhouse
16862026-05-08T02:12:55.144ZMay 08 02:12:54.961 INFO Starting download, target: Cockroach
16872026-05-08T02:12:55.150ZMay 08 02:12:54.961 INFO Starting download, target: Console
16882026-05-08T02:12:55.150ZMay 08 02:12:54.961 INFO Starting download, target: DendriteStub
16892026-05-08T02:12:55.150ZMay 08 02:12:54.961 INFO Starting download, target: MaghemiteMgd
16902026-05-08T02:12:55.150ZMay 08 02:12:54.961 INFO Starting download, target: TransceiverControl
16912026-05-08T02:12:55.151ZMay 08 02:12:54.961 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16922026-05-08T02:12:55.151ZMay 08 02:12:54.961 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16932026-05-08T02:12:55.151ZMay 08 02:12:54.961 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16942026-05-08T02:12:55.151ZMay 08 02:12:54.961 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16952026-05-08T02:12:55.151ZMay 08 02:12:54.961 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16962026-05-08T02:12:55.151ZMay 08 02:12:54.961 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16972026-05-08T02:12:55.853ZMay 08 02:12:55.658 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16982026-05-08T02:12:56.060ZMay 08 02:12:55.869 INFO Download complete, target: TransceiverControl
16992026-05-08T02:12:56.116ZMay 08 02:12:55.928 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17002026-05-08T02:12:56.354ZMay 08 02:12:56.167 INFO Download complete, target: Console
17012026-05-08T02:12:57.061ZMay 08 02:12:56.875 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17022026-05-08T02:12:57.304ZMay 08 02:12:57.121 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17032026-05-08T02:12:57.353ZMay 08 02:12:57.167 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17042026-05-08T02:12:57.635ZMay 08 02:12:57.453 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17052026-05-08T02:12:57.635ZMay 08 02:12:57.454 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17062026-05-08T02:12:59.384ZMay 08 02:12:59.203 INFO Download complete, target: DendriteStub
17072026-05-08T02:12:59.763ZMay 08 02:12:59.582 INFO Download complete, target: MaghemiteMgd
17082026-05-08T02:13:02.440ZMay 08 02:13:02.258 INFO Checking that binary works, target: Cockroach
17092026-05-08T02:13:02.572ZMay 08 02:13:02.391 INFO Download complete, target: Cockroach
17102026-05-08T02:13:04.224ZMay 08 02:13:04.040 INFO Checking that binary works, target: Clickhouse
17112026-05-08T02:13:04.314ZMay 08 02:13:04.124 INFO Download complete, target: Clickhouse
17122026-05-08T02:13:04.318ZAll prerequisites installed successfully
17132026-05-08T02:13:04.319Z
17142026-05-08T02:13:04.319Zreal 1:56.542727671
17152026-05-08T02:13:04.319Zuser 6:46.435690088
17162026-05-08T02:13:04.319Zsys 1:38.924081448
17172026-05-08T02:13:04.319Ztrap 0.260520416
17182026-05-08T02:13:04.319Ztflt 1.141156623
17192026-05-08T02:13:04.319Zdflt 1.604034032
17202026-05-08T02:13:04.319Zkflt 0.021899514
17212026-05-08T02:13:04.319Zlock 22:25.625036900
17222026-05-08T02:13:04.319Zslp 18:21.449942315
17232026-05-08T02:13:04.319Zlat 24.752031090
17242026-05-08T02:13:04.319Zstop 2:54.117649221
17252026-05-08T02:13:04.319Z+ ptime -m cargo xtask download softnpu
17262026-05-08T02:13:04.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17272026-05-08T02:13:04.880Z Running `target/debug/xtask download softnpu`
17282026-05-08T02:13:05.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17292026-05-08T02:13:05.689Z Running `target/debug/xtask-downloader softnpu`
17302026-05-08T02:13:05.740ZMay 08 02:13:05.552 INFO Starting download, target: Softnpu
17312026-05-08T02:13:05.749ZMay 08 02:13:05.552 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17322026-05-08T02:13:06.380ZMay 08 02:13:06.195 INFO Download complete, target: Softnpu
17332026-05-08T02:13:06.388Z
17342026-05-08T02:13:06.388Zreal 2.061591332
17352026-05-08T02:13:06.388Zuser 1.343737309
17362026-05-08T02:13:06.388Zsys 0.651238706
17372026-05-08T02:13:06.388Ztrap 0.000505100
17382026-05-08T02:13:06.388Ztflt 0.000078600
17392026-05-08T02:13:06.388Zdflt 0.000194790
17402026-05-08T02:13:06.388Zkflt 0.000000000
17412026-05-08T02:13:06.388Zlock 11.572048667
17422026-05-08T02:13:06.388Zslp 0.488007884
17432026-05-08T02:13:06.389Zlat 0.084034510
17442026-05-08T02:13:06.389Zstop 0.000175240
17452026-05-08T02:13:06.389Z+ export CARGO_INCREMENTAL=0
17462026-05-08T02:13:06.389Z+ CARGO_INCREMENTAL=0
17472026-05-08T02:13:06.389Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17482026-05-08T02:13:07.265Z Compiling proc-macro2 v1.0.106
17492026-05-08T02:13:07.265Z Compiling quote v1.0.45
17502026-05-08T02:13:07.265Z Compiling unicode-ident v1.0.24
17512026-05-08T02:13:07.265Z Compiling libc v0.2.185
17522026-05-08T02:13:07.265Z Compiling serde_core v1.0.228
17532026-05-08T02:13:07.269Z Compiling serde v1.0.228
17542026-05-08T02:13:07.269Z Compiling cfg-if v1.0.4
17552026-05-08T02:13:07.269Z Compiling version_check v0.9.5
17562026-05-08T02:13:07.269Z Compiling shlex v1.3.0
17572026-05-08T02:13:07.410Z Compiling find-msvc-tools v0.1.9
17582026-05-08T02:13:07.413Z Compiling typenum v1.19.0
17592026-05-08T02:13:07.413Z Compiling autocfg v1.5.0
17602026-05-08T02:13:07.434Z Compiling zmij v1.0.21
17612026-05-08T02:13:07.438Z Compiling serde_json v1.0.149
17622026-05-08T02:13:07.438Z Compiling memchr v2.8.0
17632026-05-08T02:13:07.682Z Compiling portable-atomic v1.13.1
17642026-05-08T02:13:07.716Z Compiling zerocopy v0.8.40
17652026-05-08T02:13:07.762Z Compiling libm v0.2.16
17662026-05-08T02:13:07.810Z Compiling generic-array v0.14.7
17672026-05-08T02:13:07.823Z Compiling smallvec v1.15.1
17682026-05-08T02:13:07.854Z Compiling parking_lot_core v0.9.12
17692026-05-08T02:13:07.867Z Compiling icu_normalizer_data v2.1.1
17702026-05-08T02:13:07.870Z Compiling icu_properties_data v2.1.2
17712026-05-08T02:13:07.925Z Compiling num-traits v0.2.19
17722026-05-08T02:13:08.101Z Compiling itoa v1.0.17
17732026-05-08T02:13:08.119Z Compiling getrandom v0.4.1
17742026-05-08T02:13:08.119Z Compiling log v0.4.29
17752026-05-08T02:13:08.149Z Compiling stable_deref_trait v1.2.1
17762026-05-08T02:13:08.149Z Compiling pkg-config v0.3.32
17772026-05-08T02:13:08.153Z Compiling subtle v2.6.1
17782026-05-08T02:13:08.372Z Compiling scopeguard v1.2.0
17792026-05-08T02:13:08.418Z Compiling litemap v0.8.1
17802026-05-08T02:13:08.491Z Compiling jobserver v0.1.34
17812026-05-08T02:13:08.506Z Compiling getrandom v0.2.17
17822026-05-08T02:13:08.509Z Compiling lock_api v0.4.14
17832026-05-08T02:13:08.640Z Compiling errno v0.3.14
17842026-05-08T02:13:08.670Z Compiling rand_core v0.6.4
17852026-05-08T02:13:08.687Z Compiling writeable v0.6.2
17862026-05-08T02:13:08.704Z Compiling cc v1.2.56
17872026-05-08T02:13:08.758Z Compiling percent-encoding v2.3.2
17882026-05-08T02:13:08.790Z Compiling fnv v1.0.7
17892026-05-08T02:13:08.829Z Compiling syn v2.0.117
17902026-05-08T02:13:08.843Z Compiling thiserror v2.0.18
17912026-05-08T02:13:08.887Z Compiling pin-project-lite v0.2.17
17922026-05-08T02:13:08.949Z Compiling getrandom v0.3.4
17932026-05-08T02:13:09.021Z Compiling critical-section v1.2.0
17942026-05-08T02:13:09.064Z Compiling rustversion v1.0.22
17952026-05-08T02:13:09.108Z Compiling schemars v0.8.22
17962026-05-08T02:13:09.111Z Compiling equivalent v1.0.2
17972026-05-08T02:13:09.111Z Compiling utf8_iter v1.0.4
17982026-05-08T02:13:09.168Z Compiling fs_extra v1.3.0
17992026-05-08T02:13:09.185Z Compiling rand_core v0.10.0
18002026-05-08T02:13:09.229Z Compiling dunce v1.0.5
18012026-05-08T02:13:09.341Z Compiling form_urlencoded v1.2.2
18022026-05-08T02:13:10.401Z Compiling signal-hook-registry v1.4.8
18032026-05-08T02:13:10.404Z Compiling cmake v0.1.57
18042026-05-08T02:13:10.404Z Compiling once_cell v1.21.3
18052026-05-08T02:13:10.404Z Compiling semver v1.0.28
18062026-05-08T02:13:10.404Z Compiling const-oid v0.9.6
18072026-05-08T02:13:10.404Z Compiling bitflags v2.11.0
18082026-05-08T02:13:10.404Z Compiling hashbrown v0.17.0
18092026-05-08T02:13:10.404Z Compiling parking_lot v0.12.5
18102026-05-08T02:13:10.404Z Compiling mio v1.2.0
18112026-05-08T02:13:10.404Z Compiling socket2 v0.6.3
18122026-05-08T02:13:10.404Z Compiling rustix v1.1.3
18132026-05-08T02:13:10.404Z Compiling aws-lc-rs v1.16.0
18142026-05-08T02:13:10.405Z Compiling ring v0.17.14
18152026-05-08T02:13:10.405Z Compiling aws-lc-sys v0.37.1
18162026-05-08T02:13:10.405Z Compiling strsim v0.11.1
18172026-05-08T02:13:10.405Z Compiling futures-core v0.3.32
18182026-05-08T02:13:10.405Z Compiling thiserror v1.0.69
18192026-05-08T02:13:10.439Z Compiling indexmap v2.14.0
18202026-05-08T02:13:10.471Z Compiling httparse v1.10.1
18212026-05-08T02:13:10.475Z Compiling byteorder v1.5.0
18222026-05-08T02:13:10.501Z Compiling ucd-trie v0.1.7
18232026-05-08T02:13:10.622Z Compiling vcpkg v0.2.15
18242026-05-08T02:13:10.638Z Compiling syn v1.0.109
18252026-05-08T02:13:10.652Z Compiling heck v0.5.0
18262026-05-08T02:13:10.748Z Compiling pest v2.8.6
18272026-05-08T02:13:10.763Z Compiling iana-time-zone v0.1.65
18282026-05-08T02:13:10.783Z Compiling ident_case v1.0.1
18292026-05-08T02:13:10.833Z Compiling uuid v1.23.0
18302026-05-08T02:13:10.833Z Compiling cpufeatures v0.2.17
18312026-05-08T02:13:10.925Z Compiling regex-syntax v0.8.10
18322026-05-08T02:13:11.126Z Compiling rustc_version v0.4.1
18332026-05-08T02:13:11.171Z Compiling rustls v0.23.37
18342026-05-08T02:13:11.201Z Compiling futures-sink v0.3.32
18352026-05-08T02:13:11.216Z Compiling openssl-sys v0.9.114
18362026-05-08T02:13:11.329Z Compiling futures-channel v0.3.32
18372026-05-08T02:13:11.392Z Compiling futures-io v0.3.32
18382026-05-08T02:13:11.410Z Compiling futures-task v0.3.32
18392026-05-08T02:13:11.465Z Compiling slab v0.4.12
18402026-05-08T02:13:11.572Z Compiling dyn-clone v1.0.20
18412026-05-08T02:13:11.587Z Compiling plain v0.2.3
18422026-05-08T02:13:11.602Z Compiling crc32fast v1.5.0
18432026-05-08T02:13:11.618Z Compiling aho-corasick v1.1.4
18442026-05-08T02:13:11.653Z Compiling synstructure v0.13.2
18452026-05-08T02:13:11.670Z Compiling serde_derive_internals v0.29.1
18462026-05-08T02:13:11.697Z Compiling num-conv v0.2.0
18472026-05-08T02:13:11.719Z Compiling time-core v0.1.8
18482026-05-08T02:13:11.735Z Compiling crossbeam-utils v0.8.21
18492026-05-08T02:13:11.843Z Compiling pest_meta v2.8.6
18502026-05-08T02:13:11.906Z Compiling time-macros v0.2.27
18512026-05-08T02:13:12.134Z Compiling openssl v0.10.78
18522026-05-08T02:13:12.185Z Compiling base64 v0.22.1
18532026-05-08T02:13:12.225Z Compiling pretty-hex v0.4.1
18542026-05-08T02:13:12.413Z Compiling base64ct v1.8.3
18552026-05-08T02:13:12.430Z Compiling pest_generator v2.8.6
18562026-05-08T02:13:12.434Z Compiling anyhow v1.0.102
18572026-05-08T02:13:12.463Z Compiling regex-automata v0.4.14
18582026-05-08T02:13:12.538Z Compiling darling_core v0.21.3
18592026-05-08T02:13:12.554Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18602026-05-08T02:13:12.702Z Compiling pem-rfc7468 v0.7.0
18612026-05-08T02:13:12.728Z Compiling native-tls v0.2.18
18622026-05-08T02:13:12.744Z Compiling flagset v0.4.7
18632026-05-08T02:13:12.759Z Compiling rand_core v0.9.5
18642026-05-08T02:13:12.907Z Compiling slog v2.8.2
18652026-05-08T02:13:12.924Z Compiling serde_derive v1.0.228
18662026-05-08T02:13:12.948Z Compiling zeroize_derive v1.4.3
18672026-05-08T02:13:12.963Z Compiling zerofrom-derive v0.1.6
18682026-05-08T02:13:12.995Z Compiling yoke-derive v0.8.1
18692026-05-08T02:13:13.011Z Compiling zerovec-derive v0.11.2
18702026-05-08T02:13:13.036Z Compiling displaydoc v0.2.5
18712026-05-08T02:13:13.074Z Compiling zerocopy-derive v0.8.40
18722026-05-08T02:13:13.089Z Compiling tokio-macros v2.7.0
18732026-05-08T02:13:13.124Z Compiling futures-macro v0.3.32
18742026-05-08T02:13:13.139Z Compiling thiserror-impl v2.0.18
18752026-05-08T02:13:13.547Z Compiling zeroize v1.8.2
18762026-05-08T02:13:13.803Z Compiling schemars_derive v0.8.22
18772026-05-08T02:13:13.928Z Compiling tracing-attributes v0.1.31
18782026-05-08T02:13:13.952Z Compiling der_derive v0.7.3
18792026-05-08T02:13:14.044Z Compiling thiserror-impl v1.0.69
18802026-05-08T02:13:14.087Z Compiling zerofrom v0.1.6
18812026-05-08T02:13:14.234Z Compiling yoke v0.8.1
18822026-05-08T02:13:14.312Z Compiling crypto-common v0.1.7
18832026-05-08T02:13:14.448Z Compiling zerovec v0.11.5
18842026-05-08T02:13:14.487Z Compiling zerotrie v0.2.3
18852026-05-08T02:13:14.654Z Compiling block-buffer v0.10.4
18862026-05-08T02:13:14.827Z Compiling digest v0.10.7
18872026-05-08T02:13:14.951Z Compiling pest_derive v2.8.6
18882026-05-08T02:13:14.997Z Compiling tinystr v0.8.2
18892026-05-08T02:13:15.061Z Compiling potential_utf v0.1.4
18902026-05-08T02:13:15.075Z Compiling hmac v0.12.1
18912026-05-08T02:13:15.133Z Compiling futures-util v0.3.32
18922026-05-08T02:13:15.162Z Compiling block-padding v0.3.3
18932026-05-08T02:13:15.197Z Compiling icu_locale_core v2.1.1
18942026-05-08T02:13:15.212Z Compiling icu_collections v2.1.1
18952026-05-08T02:13:15.285Z Compiling inout v0.1.4
18962026-05-08T02:13:15.326Z Compiling sha2 v0.10.9
18972026-05-08T02:13:15.431Z Compiling cipher v0.4.4
18982026-05-08T02:13:15.689Z Compiling rustls-pki-types v1.14.0
18992026-05-08T02:13:15.703Z Compiling scroll_derive v0.12.1
19002026-05-08T02:13:15.846Z Compiling scroll_derive v0.13.1
19012026-05-08T02:13:15.971Z Compiling icu_provider v2.1.1
19022026-05-08T02:13:16.145Z Compiling bytes v1.11.1
19032026-05-08T02:13:16.221Z Compiling chrono v0.4.44
19042026-05-08T02:13:16.258Z Compiling icu_normalizer v2.1.1
19052026-05-08T02:13:16.348Z Compiling icu_properties v2.1.2
19062026-05-08T02:13:16.540Z Compiling serde_tokenstream v0.2.3
19072026-05-08T02:13:16.703Z Compiling tokio v1.52.1
19082026-05-08T02:13:17.053Z Compiling openssl-macros v0.1.1
19092026-05-08T02:13:17.272Z Compiling idna_adapter v1.2.1
19102026-05-08T02:13:17.428Z Compiling idna v1.1.0
19112026-05-08T02:13:17.457Z Compiling ppv-lite86 v0.2.21
19122026-05-08T02:13:17.533Z Compiling http v1.4.0
19132026-05-08T02:13:17.683Z Compiling der v0.7.10
19142026-05-08T02:13:17.747Z Compiling regex v1.12.3
19152026-05-08T02:13:17.801Z Compiling url v2.5.8
19162026-05-08T02:13:17.831Z Compiling darling_macro v0.21.3
19172026-05-08T02:13:17.884Z Compiling zerocopy-derive v0.7.35
19182026-05-08T02:13:17.911Z Compiling tracing-core v0.1.36
19192026-05-08T02:13:18.303Z Compiling untrusted v0.9.0
19202026-05-08T02:13:18.396Z Compiling darling v0.21.3
19212026-05-08T02:13:18.456Z Compiling tracing v0.1.44
19222026-05-08T02:13:18.662Z Compiling spki v0.7.3
19232026-05-08T02:13:18.827Z Compiling salsa20 v0.10.2
19242026-05-08T02:13:18.887Z Compiling pbkdf2 v0.12.2
19252026-05-08T02:13:19.039Z Compiling cookie v0.18.1
19262026-05-08T02:13:19.247Z Compiling camino v1.2.2
19272026-05-08T02:13:19.343Z Compiling scrypt v0.11.0
19282026-05-08T02:13:19.470Z Compiling rand_chacha v0.9.0
19292026-05-08T02:13:19.510Z Compiling aes v0.8.4
19302026-05-08T02:13:19.574Z Compiling cbc v0.1.2
19312026-05-08T02:13:19.866Z Compiling usdt-impl v0.5.0
19322026-05-08T02:13:19.993Z Compiling usdt-impl v0.6.0
19332026-05-08T02:13:20.008Z Compiling paste v1.0.15
19342026-05-08T02:13:20.048Z Compiling either v1.15.0
19352026-05-08T02:13:20.106Z Compiling ref-cast v1.0.25
19362026-05-08T02:13:20.138Z Compiling winnow v0.7.14
19372026-05-08T02:13:20.339Z Compiling pkcs5 v0.7.1
19382026-05-08T02:13:20.354Z Compiling rand v0.9.2
19392026-05-08T02:13:20.402Z Compiling http-body v1.0.1
19402026-05-08T02:13:20.516Z Compiling tokio-util v0.7.18
19412026-05-08T02:13:20.615Z Compiling scroll v0.13.0
19422026-05-08T02:13:20.698Z Compiling scroll v0.12.0
19432026-05-08T02:13:20.754Z Compiling serde_spanned v0.6.9
19442026-05-08T02:13:20.796Z Compiling toml_datetime v0.6.11
19452026-05-08T02:13:20.974Z Compiling heapless v0.7.17
19462026-05-08T02:13:20.992Z Compiling bzip2-sys v0.1.13+1.0.8
19472026-05-08T02:13:21.051Z Compiling zstd-safe v7.2.4
19482026-05-08T02:13:21.065Z Compiling atomic-waker v1.1.2
19492026-05-08T02:13:21.189Z Compiling untrusted v0.7.1
19502026-05-08T02:13:21.276Z Compiling openssl-probe v0.2.1
19512026-05-08T02:13:21.334Z Compiling signal-hook v0.3.18
19522026-05-08T02:13:21.454Z Compiling toml_parser v1.0.9+spec-1.1.0
19532026-05-08T02:13:21.495Z Compiling goblin v0.8.2
19542026-05-08T02:13:21.537Z Compiling goblin v0.10.5
19552026-05-08T02:13:21.552Z Compiling pkcs8 v0.10.2
19562026-05-08T02:13:21.863Z Compiling zerocopy v0.7.35
19572026-05-08T02:13:21.879Z Compiling ref-cast-impl v1.0.25
19582026-05-08T02:13:21.964Z Compiling darling_core v0.20.11
19592026-05-08T02:13:22.030Z Compiling curve25519-dalek v4.1.3
19602026-05-08T02:13:22.141Z Compiling toml_datetime v0.7.5+spec-1.1.0
19612026-05-08T02:13:22.178Z Compiling memoffset v0.9.1
19622026-05-08T02:13:22.294Z Compiling tower-service v0.3.3
19632026-05-08T02:13:22.431Z Compiling tower-layer v0.3.3
19642026-05-08T02:13:22.447Z Compiling tinyvec_macros v0.1.1
19652026-05-08T02:13:22.565Z Compiling try-lock v0.2.5
19662026-05-08T02:13:22.650Z Compiling winnow v0.5.40
19672026-05-08T02:13:22.700Z Compiling litrs v1.0.0
19682026-05-08T02:13:22.724Z Compiling fastrand v2.3.0
19692026-05-08T02:13:22.844Z Compiling rustix v0.38.44
19702026-05-08T02:13:23.041Z Compiling want v0.3.1
19712026-05-08T02:13:23.169Z Compiling document-features v0.2.12
19722026-05-08T02:13:23.172Z Compiling h2 v0.4.13
19732026-05-08T02:13:23.237Z Compiling tinyvec v1.10.0
19742026-05-08T02:13:23.696Z Compiling dof v0.3.0
19752026-05-08T02:13:23.923Z Compiling darling_macro v0.20.11
19762026-05-08T02:13:24.073Z Compiling toml_edit v0.19.15
19772026-05-08T02:13:24.233Z Compiling dof v0.4.0
19782026-05-08T02:13:24.320Z Compiling dtrace-parser v0.2.0
19792026-05-08T02:13:24.406Z Compiling dtrace-parser v0.3.0
19802026-05-08T02:13:24.518Z Compiling ipnet v2.11.0
19812026-05-08T02:13:24.603Z Compiling async-trait v0.1.89
19822026-05-08T02:13:24.628Z Compiling daft-derive v0.1.5
19832026-05-08T02:13:24.981Z Compiling spin v0.9.8
19842026-05-08T02:13:25.000Z Compiling thread-id v5.1.0
19852026-05-08T02:13:25.025Z Compiling thread-id v4.2.2
19862026-05-08T02:13:25.101Z Compiling smoltcp v0.9.1
19872026-05-08T02:13:25.126Z Compiling foreign-types-shared v0.1.1
19882026-05-08T02:13:25.220Z Compiling powerfmt v0.2.0
19892026-05-08T02:13:25.237Z Compiling cfg_aliases v0.2.1
19902026-05-08T02:13:25.319Z Compiling httpdate v1.0.3
19912026-05-08T02:13:25.335Z Compiling pin-utils v0.1.0
19922026-05-08T02:13:25.365Z Compiling num-bigint-dig v0.8.6
19932026-05-08T02:13:25.458Z Compiling tempfile v3.25.0
19942026-05-08T02:13:25.519Z Compiling deranged v0.5.8
19952026-05-08T02:13:25.522Z Compiling nix v0.31.2
19962026-05-08T02:13:25.522Z Compiling foreign-types v0.3.2
19972026-05-08T02:13:25.735Z Compiling darling v0.20.11
19982026-05-08T02:13:25.859Z Compiling ipnetwork v0.21.1
19992026-05-08T02:13:26.121Z Compiling strum_macros v0.26.4
20002026-05-08T02:13:26.137Z Compiling curve25519-dalek-derive v0.1.1
20012026-05-08T02:13:26.374Z Compiling hyper v1.8.1
20022026-05-08T02:13:26.447Z Compiling wait-timeout v0.2.1
20032026-05-08T02:13:26.546Z Compiling quick-error v1.2.3
20042026-05-08T02:13:26.655Z Compiling num_threads v0.1.7
20052026-05-08T02:13:26.697Z Compiling siphasher v1.0.2
20062026-05-08T02:13:26.759Z Compiling utf8parse v0.2.2
20072026-05-08T02:13:26.824Z Compiling anstyle v1.0.13
20082026-05-08T02:13:26.892Z Compiling simd-adler32 v0.3.8
20092026-05-08T02:13:26.921Z Compiling bit-vec v0.8.0
20102026-05-08T02:13:27.067Z Compiling time v0.3.47
20112026-05-08T02:13:27.157Z Compiling bit-set v0.8.0
20122026-05-08T02:13:27.339Z Compiling anstyle-parse v0.2.7
20132026-05-08T02:13:27.484Z Compiling hyper-util v0.1.20
20142026-05-08T02:13:27.503Z Compiling rusty-fork v0.3.1
20152026-05-08T02:13:27.838Z Compiling derive_builder_core v0.20.2
20162026-05-08T02:13:27.885Z Compiling unicode-normalization v0.1.25
20172026-05-08T02:13:28.364Z Compiling rustls-native-certs v0.8.3
20182026-05-08T02:13:28.672Z Compiling signature v2.2.0
20192026-05-08T02:13:28.778Z Compiling hubpack_derive v0.1.1
20202026-05-08T02:13:28.845Z Compiling rand_xorshift v0.4.0
20212026-05-08T02:13:28.894Z Compiling strum_macros v0.27.2
20222026-05-08T02:13:28.970Z Compiling sync_wrapper v1.0.2
20232026-05-08T02:13:29.006Z Compiling fs-err v3.3.0
20242026-05-08T02:13:29.048Z Compiling ahash v0.8.12
20252026-05-08T02:13:29.168Z Compiling allocator-api2 v0.2.21
20262026-05-08T02:13:29.185Z Compiling unarray v0.1.4
20272026-05-08T02:13:29.218Z Compiling anstyle-query v1.1.5
20282026-05-08T02:13:29.234Z Compiling object v0.37.3
20292026-05-08T02:13:29.253Z Compiling unicode-bidi v0.3.18
20302026-05-08T02:13:29.324Z Compiling unicode-properties v0.1.4
20312026-05-08T02:13:29.376Z Compiling adler2 v2.0.1
20322026-05-08T02:13:29.460Z Compiling colorchoice v1.0.4
20332026-05-08T02:13:29.542Z Compiling unicode-segmentation v1.12.0
20342026-05-08T02:13:29.547Z Compiling is_terminal_polyfill v1.70.2
20352026-05-08T02:13:29.585Z Compiling miniz_oxide v0.8.9
20362026-05-08T02:13:29.671Z Compiling anstream v0.6.21
20372026-05-08T02:13:29.785Z Compiling stringprep v0.1.5
20382026-05-08T02:13:29.893Z Compiling proptest v1.10.0
20392026-05-08T02:13:29.997Z Compiling tower v0.5.3
20402026-05-08T02:13:30.172Z Compiling derive_builder_macro v0.20.2
20412026-05-08T02:13:30.462Z Compiling usdt-attr-macro v0.6.0
20422026-05-08T02:13:30.486Z Compiling usdt-macro v0.6.0
20432026-05-08T02:13:30.872Z Compiling http-body-util v0.1.3
20442026-05-08T02:13:31.142Z Compiling webpki-roots v1.0.6
20452026-05-08T02:13:31.240Z Compiling rand_chacha v0.3.1
20462026-05-08T02:13:31.243Z Compiling erased-serde v0.3.31
20472026-05-08T02:13:31.256Z Compiling md-5 v0.10.6
20482026-05-08T02:13:31.334Z Compiling num-integer v0.1.46
20492026-05-08T02:13:31.353Z Compiling hash32 v0.2.1
20502026-05-08T02:13:31.438Z Compiling vergen-lib v0.1.6
20512026-05-08T02:13:31.453Z Compiling ff v0.13.1
20522026-05-08T02:13:31.547Z Compiling ryu v1.0.23
20532026-05-08T02:13:31.561Z Compiling psl-types v2.0.11
20542026-05-08T02:13:31.564Z Compiling fallible-iterator v0.2.0
20552026-05-08T02:13:31.608Z Compiling zlib-rs v0.6.2
20562026-05-08T02:13:31.623Z Compiling iri-string v0.7.10
20572026-05-08T02:13:31.645Z Compiling base16ct v0.2.0
20582026-05-08T02:13:31.713Z Compiling serde_urlencoded v0.7.1
20592026-05-08T02:13:31.762Z Compiling publicsuffix v2.3.0
20602026-05-08T02:13:31.776Z Compiling sec1 v0.7.3
20612026-05-08T02:13:31.859Z Compiling group v0.13.0
20622026-05-08T02:13:31.873Z Compiling postgres-protocol v0.6.10
20632026-05-08T02:13:31.916Z Compiling newtype-uuid v1.3.2
20642026-05-08T02:13:31.947Z Compiling num-iter v0.1.45
20652026-05-08T02:13:32.084Z Compiling rand v0.8.5
20662026-05-08T02:13:32.231Z Compiling oxnet v0.1.4
20672026-05-08T02:13:32.376Z Compiling derive_builder v0.20.2
20682026-05-08T02:13:32.519Z Compiling tokio-native-tls v0.3.1
20692026-05-08T02:13:32.584Z Compiling heck v0.4.1
20702026-05-08T02:13:32.648Z Compiling phf_shared v0.13.1
20712026-05-08T02:13:32.730Z Compiling lazy_static v1.5.0
20722026-05-08T02:13:32.761Z Compiling tower-http v0.6.8
20732026-05-08T02:13:32.820Z Compiling terminal_size v0.4.3
20742026-05-08T02:13:32.853Z Compiling serde_with_macros v3.17.0
20752026-05-08T02:13:32.901Z Compiling cargo-platform v0.1.9
20762026-05-08T02:13:32.918Z Compiling hkdf v0.12.4
20772026-05-08T02:13:32.987Z Compiling crypto-bigint v0.5.5
20782026-05-08T02:13:33.003Z Compiling clap_derive v4.5.55
20792026-05-08T02:13:33.006Z Compiling serde_repr v0.1.20
20802026-05-08T02:13:33.048Z Compiling enum-as-inner v0.6.1
20812026-05-08T02:13:33.087Z Compiling vergen v9.0.6
20822026-05-08T02:13:33.205Z Compiling bitflags v1.3.2
20832026-05-08T02:13:33.307Z Compiling managed v0.8.0
20842026-05-08T02:13:33.377Z Compiling libbz2-rs-sys v0.2.2
20852026-05-08T02:13:33.555Z Compiling foldhash v0.1.5
20862026-05-08T02:13:33.588Z Compiling bumpalo v3.20.2
20872026-05-08T02:13:33.592Z Compiling foldhash v0.2.0
20882026-05-08T02:13:33.592Z Compiling clap_lex v1.0.0
20892026-05-08T02:13:33.636Z Compiling flate2 v1.1.9
20902026-05-08T02:13:33.757Z Compiling hashbrown v0.16.1
20912026-05-08T02:13:33.813Z Compiling zopfli v0.8.3
20922026-05-08T02:13:33.850Z Compiling bzip2 v0.6.1
20932026-05-08T02:13:33.868Z Compiling clap_builder v4.5.60
20942026-05-08T02:13:33.901Z Compiling elliptic-curve v0.13.8
20952026-05-08T02:13:33.902Z Compiling hashbrown v0.15.5
20962026-05-08T02:13:34.257Z Compiling cargo_metadata v0.19.2
20972026-05-08T02:13:34.274Z Compiling zstd v0.13.3
20982026-05-08T02:13:34.597Z Compiling phf v0.13.1
20992026-05-08T02:13:34.711Z Compiling hyper-tls v0.6.0
21002026-05-08T02:13:34.777Z Compiling signal-hook-mio v0.2.5
21012026-05-08T02:13:34.792Z Compiling daft v0.1.5
21022026-05-08T02:13:34.959Z Compiling cookie_store v0.22.1
21032026-05-08T02:13:34.979Z Compiling postgres-types v0.2.12
21042026-05-08T02:13:35.082Z Compiling bzip2 v0.4.4
21052026-05-08T02:13:35.239Z Compiling strum v0.27.2
21062026-05-08T02:13:35.380Z Compiling hubpack v0.1.2
21072026-05-08T02:13:35.423Z Compiling ed25519 v2.2.3
21082026-05-08T02:13:35.519Z Compiling phf_shared v0.11.3
21092026-05-08T02:13:35.569Z Compiling crossbeam-epoch v0.9.18
21102026-05-08T02:13:35.609Z Compiling pkcs1 v0.7.5
21112026-05-08T02:13:35.679Z Compiling hex v0.4.3
21122026-05-08T02:13:35.713Z Compiling serde-big-array v0.5.1
21132026-05-08T02:13:35.810Z Compiling rfc6979 v0.4.0
21142026-05-08T02:13:35.873Z Compiling bstr v1.12.1
21152026-05-08T02:13:35.972Z Compiling float-cmp v0.10.0
21162026-05-08T02:13:35.993Z Compiling memmap2 v0.9.10
21172026-05-08T02:13:36.009Z Compiling env_filter v1.0.0
21182026-05-08T02:13:36.040Z Compiling encoding_rs v0.8.35
21192026-05-08T02:13:36.077Z Compiling difflib v0.4.0
21202026-05-08T02:13:36.098Z Compiling rustc-hash v2.1.1
21212026-05-08T02:13:36.198Z Compiling predicates-core v1.0.10
21222026-05-08T02:13:36.227Z Compiling whoami v2.1.0
21232026-05-08T02:13:36.242Z Compiling fixedbitset v0.5.7
21242026-05-08T02:13:36.245Z Compiling precomputed-hash v0.1.1
21252026-05-08T02:13:36.306Z Compiling fixedbitset v0.4.2
21262026-05-08T02:13:36.363Z Compiling jiff v0.2.21
21272026-05-08T02:13:36.395Z Compiling normalize-line-endings v0.3.0
21282026-05-08T02:13:36.479Z Compiling data-encoding v2.10.0
21292026-05-08T02:13:36.506Z Compiling toml_write v0.1.2
21302026-05-08T02:13:36.522Z Compiling new_debug_unreachable v1.0.6
21312026-05-08T02:13:36.539Z Compiling keccak v0.1.6
21322026-05-08T02:13:36.542Z Compiling static_assertions v1.1.0
21332026-05-08T02:13:36.567Z Compiling mime v0.3.17
21342026-05-08T02:13:36.611Z Compiling string_cache v0.8.9
21352026-05-08T02:13:36.640Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21362026-05-08T02:13:36.723Z Compiling sha3 v0.10.8
21372026-05-08T02:13:36.762Z Compiling toml_edit v0.22.27
21382026-05-08T02:13:36.821Z Compiling hickory-proto v0.25.2
21392026-05-08T02:13:37.029Z Compiling predicates v3.1.4
21402026-05-08T02:13:37.098Z Compiling petgraph v0.6.5
21412026-05-08T02:13:37.370Z Compiling petgraph v0.8.3
21422026-05-08T02:13:37.456Z Compiling tokio-postgres v0.7.16
21432026-05-08T02:13:37.574Z Compiling similar v2.7.0
21442026-05-08T02:13:37.636Z Compiling iddqd v0.3.18
21452026-05-08T02:13:38.305Z Compiling env_logger v0.11.9
21462026-05-08T02:13:38.571Z Compiling usdt v0.6.0
21472026-05-08T02:13:38.740Z Compiling serde_with v3.17.0
21482026-05-08T02:13:38.834Z Compiling ecdsa v0.16.9
21492026-05-08T02:13:39.054Z Compiling zip v4.6.1
21502026-05-08T02:13:39.262Z Compiling rsa v0.9.10
21512026-05-08T02:13:39.394Z Compiling ed25519-dalek v2.2.0
21522026-05-08T02:13:39.946Z Compiling clap v4.5.60
21532026-05-08T02:13:39.951Z Compiling crossterm v0.28.1
21542026-05-08T02:13:39.972Z Compiling zip v0.6.6
21552026-05-08T02:13:40.633Z Compiling strum v0.26.3
21562026-05-08T02:13:40.649Z Compiling toml v0.7.8
21572026-05-08T02:13:40.649Z Compiling tokio-stream v0.1.18
21582026-05-08T02:13:40.649Z Compiling buf-list v1.1.2
21592026-05-08T02:13:40.649Z Compiling itertools v0.13.0
21602026-05-08T02:13:40.673Z Compiling x509-cert v0.2.5
21612026-05-08T02:13:40.947Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21622026-05-08T02:13:41.122Z Compiling openapiv3 v2.2.0
21632026-05-08T02:13:41.156Z Compiling sha1 v0.10.6
21642026-05-08T02:13:41.330Z Compiling peg-runtime v0.8.5
21652026-05-08T02:13:41.405Z Compiling lalrpop-util v0.19.12
21662026-05-08T02:13:57.169Z Compiling rustls-webpki v0.103.9
21672026-05-08T02:13:57.862Z Compiling macaddr v1.0.1
21682026-05-08T02:13:57.889Z Compiling structmeta-derive v0.3.0
21692026-05-08T02:13:57.969Z Compiling rayon-core v1.13.0
21702026-05-08T02:13:58.170Z Compiling crucible-workspace-hack v0.1.0
21712026-05-08T02:13:58.188Z Compiling itertools v0.14.0
21722026-05-08T02:13:58.226Z Compiling secrecy v0.10.3
21732026-05-08T02:13:58.396Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742026-05-08T02:13:58.411Z Compiling rustls v0.22.4
21752026-05-08T02:13:58.425Z Compiling heapless v0.8.0
21762026-05-08T02:13:58.624Z Compiling crossbeam-deque v0.8.6
21772026-05-08T02:13:58.643Z Compiling toml_edit v0.23.10+spec-1.0.0
21782026-05-08T02:13:58.813Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21792026-05-08T02:13:58.862Z Compiling rustls-webpki v0.102.8
21802026-05-08T02:13:58.892Z Compiling structmeta v0.3.0
21812026-05-08T02:13:58.907Z Compiling futures-executor v0.3.32
21822026-05-08T02:13:58.978Z Compiling hash32 v0.3.1
21832026-05-08T02:13:59.117Z Compiling multer v3.1.0
21842026-05-08T02:13:59.166Z Compiling thread_local v1.1.9
21852026-05-08T02:13:59.204Z Compiling smoltcp v0.11.0
21862026-05-08T02:13:59.280Z Compiling unicode-width v0.2.0
21872026-05-08T02:13:59.356Z Compiling slog-async v2.8.0
21882026-05-08T02:13:59.401Z Compiling compression-core v0.4.31
21892026-05-08T02:13:59.442Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21902026-05-08T02:13:59.483Z Compiling ingot-macros v0.1.1
21912026-05-08T02:13:59.501Z Compiling match_cfg v0.1.0
21922026-05-08T02:13:59.553Z Compiling compression-codecs v0.4.37
21932026-05-08T02:13:59.586Z Compiling hostname v0.3.1
21942026-05-08T02:13:59.634Z Compiling proc-macro-crate v3.4.0
21952026-05-08T02:13:59.651Z Compiling derive-ex v0.1.8
21962026-05-08T02:13:59.715Z Compiling futures v0.3.32
21972026-05-08T02:13:59.775Z Compiling slog-json v2.6.1
21982026-05-08T02:13:59.818Z Compiling crossbeam-channel v0.5.15
21992026-05-08T02:13:59.947Z Compiling half v2.7.1
22002026-05-08T02:14:00.055Z Compiling newtype-uuid-macros v0.1.0
22012026-05-08T02:14:00.088Z Compiling cobs v0.3.0
22022026-05-08T02:14:00.210Z Compiling thiserror-impl-no-std v2.0.2
22032026-05-08T02:14:00.317Z Compiling universal-hash v0.5.1
22042026-05-08T02:14:00.392Z Compiling async-stream-impl v0.3.6
22052026-05-08T02:14:00.487Z Compiling serde_spanned v1.0.4
22062026-05-08T02:14:00.523Z Compiling toml_datetime v1.0.0+spec-1.1.0
22072026-05-08T02:14:00.681Z Compiling is-terminal v0.4.17
22082026-05-08T02:14:00.753Z Compiling dropshot v0.17.0
22092026-05-08T02:14:00.809Z Compiling tokio-rustls v0.26.4
22102026-05-08T02:14:00.823Z Compiling rustls-platform-verifier v0.6.2
22112026-05-08T02:14:00.968Z Compiling proc-macro-error-attr v1.0.4
22122026-05-08T02:14:00.984Z Compiling term v1.2.1
22132026-05-08T02:14:01.007Z Compiling ciborium-io v0.2.2
22142026-05-08T02:14:01.057Z Compiling hyper-rustls v0.27.7
22152026-05-08T02:14:01.095Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22162026-05-08T02:14:01.128Z Compiling opaque-debug v0.3.1
22172026-05-08T02:14:01.190Z Compiling toml_writer v1.0.6+spec-1.1.0
22182026-05-08T02:14:01.226Z Compiling take_mut v0.2.2
22192026-05-08T02:14:01.243Z Compiling convert_case v0.4.0
22202026-05-08T02:14:01.259Z Compiling thiserror-no-std v2.0.2
22212026-05-08T02:14:01.274Z Compiling test-strategy v0.4.5
22222026-05-08T02:14:01.310Z Compiling reqwest v0.13.2
22232026-05-08T02:14:01.373Z Compiling reqwest v0.12.28
22242026-05-08T02:14:01.388Z Compiling toml v1.0.6+spec-1.1.0
22252026-05-08T02:14:01.494Z Compiling slog-term v2.9.2
22262026-05-08T02:14:01.560Z Compiling poly1305 v0.8.0
22272026-05-08T02:14:01.576Z Compiling derive_more v0.99.20
22282026-05-08T02:14:02.087Z Compiling ingot-types v0.1.2
22292026-05-08T02:14:02.206Z Compiling tokio-rustls v0.25.0
22302026-05-08T02:14:02.487Z Compiling ingot v0.1.1
22312026-05-08T02:14:02.505Z Compiling ciborium-ll v0.2.2
22322026-05-08T02:14:02.556Z Compiling async-stream v0.3.6
22332026-05-08T02:14:02.628Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342026-05-08T02:14:02.660Z Compiling postcard v1.1.3
22352026-05-08T02:14:02.772Z Compiling num_enum_derive v0.7.5
22362026-05-08T02:14:02.789Z Compiling slog-bunyan v2.5.0
22372026-05-08T02:14:02.809Z Compiling async-compression v0.4.41
22382026-05-08T02:14:03.071Z Compiling parse-display-derive v0.10.0
22392026-05-08T02:14:03.299Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22402026-05-08T02:14:03.399Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22412026-05-08T02:14:03.652Z Compiling proc-macro-crate v1.3.1
22422026-05-08T02:14:03.734Z Compiling backon v1.6.0
22432026-05-08T02:14:03.763Z Compiling waitgroup v0.1.2
22442026-05-08T02:14:03.957Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22452026-05-08T02:14:04.014Z Compiling password-hash v0.5.0
22462026-05-08T02:14:04.030Z Compiling chacha20 v0.9.1
22472026-05-08T02:14:04.259Z Compiling dropshot_endpoint v0.17.0
22482026-05-08T02:14:04.315Z Compiling rustls-pemfile v2.2.0
22492026-05-08T02:14:04.559Z Compiling blake2 v0.10.6
22502026-05-08T02:14:04.596Z Compiling aead v0.5.2
22512026-05-08T02:14:04.612Z Compiling foreign-types-macros v0.2.3
22522026-05-08T02:14:04.662Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22532026-05-08T02:14:04.729Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22542026-05-08T02:14:04.790Z Compiling serde_path_to_error v0.1.20
22552026-05-08T02:14:04.812Z Compiling hostname v0.4.2
22562026-05-08T02:14:04.910Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22572026-05-08T02:14:05.002Z Compiling proc-macro-error v1.0.4
22582026-05-08T02:14:05.041Z Compiling instant v0.1.13
22592026-05-08T02:14:05.075Z Compiling typeid v1.0.3
22602026-05-08T02:14:05.104Z Compiling foreign-types-shared v0.3.1
22612026-05-08T02:14:05.107Z Compiling debug-ignore v1.0.5
22622026-05-08T02:14:05.135Z Compiling cpufeatures v0.3.0
22632026-05-08T02:14:05.197Z Compiling backoff v0.4.0
22642026-05-08T02:14:05.213Z Compiling chacha20 v0.10.0
22652026-05-08T02:14:05.228Z Compiling foreign-types v0.5.0
22662026-05-08T02:14:05.231Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-05-08T02:14:05.278Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22682026-05-08T02:14:05.281Z Compiling argon2 v0.5.3
22692026-05-08T02:14:05.281Z Compiling chacha20poly1305 v0.10.1
22702026-05-08T02:14:05.336Z Compiling parse-display v0.10.0
22712026-05-08T02:14:05.390Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-08T02:14:05.419Z Compiling num_enum_derive v0.5.11
22732026-05-08T02:14:05.438Z Compiling num_enum v0.7.5
22742026-05-08T02:14:05.458Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22752026-05-08T02:14:05.516Z Compiling ciborium v0.2.2
22762026-05-08T02:14:05.681Z Compiling vsss-rs v3.3.4
22772026-05-08T02:14:05.800Z Compiling tabwriter v1.4.1
22782026-05-08T02:14:05.869Z Compiling regress v0.10.5
22792026-05-08T02:14:06.082Z Compiling byte-wrapper v0.1.0
22802026-05-08T02:14:06.192Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22812026-05-08T02:14:06.238Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22822026-05-08T02:14:06.351Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22832026-05-08T02:14:06.367Z Compiling cstr-argument v0.1.2
22842026-05-08T02:14:06.384Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22852026-05-08T02:14:06.553Z Compiling erased-serde v0.4.9
22862026-05-08T02:14:06.568Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-05-08T02:14:06.622Z Compiling num_enum v0.5.11
22882026-05-08T02:14:06.682Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-05-08T02:14:06.834Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-05-08T02:14:06.909Z Compiling rand v0.10.0
22912026-05-08T02:14:07.016Z Compiling rayon v1.11.0
22922026-05-08T02:14:07.033Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22932026-05-08T02:14:07.036Z Compiling colored v3.1.1
22942026-05-08T02:14:07.084Z Compiling indent_write v2.2.0
22952026-05-08T02:14:07.088Z Compiling libefi-sys v0.1.0
22962026-05-08T02:14:07.114Z Compiling zone_cfg_derive v0.3.1
22972026-05-08T02:14:07.205Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-08T02:14:07.302Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22992026-05-08T02:14:07.427Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23002026-05-08T02:14:07.443Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23012026-05-08T02:14:07.460Z Compiling camino-tempfile v1.4.1
23022026-05-08T02:14:07.690Z Compiling itertools v0.12.1
23032026-05-08T02:14:07.731Z Compiling usdt-macro v0.5.0
23042026-05-08T02:14:07.748Z Compiling usdt-attr-macro v0.5.0
23052026-05-08T02:14:07.764Z Compiling num-derive v0.4.2
23062026-05-08T02:14:07.846Z Compiling bitfield-struct v0.6.2
23072026-05-08T02:14:07.876Z Compiling ordered-float v2.10.1
23082026-05-08T02:14:08.005Z Compiling blake3 v1.8.3
23092026-05-08T02:14:08.176Z Compiling sigpipe v0.1.3
23102026-05-08T02:14:08.293Z Compiling memmap v0.7.0
23112026-05-08T02:14:08.390Z Compiling glob v0.3.3
23122026-05-08T02:14:08.439Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132026-05-08T02:14:08.489Z Compiling swrite v0.1.0
23142026-05-08T02:14:08.505Z Compiling usdt v0.5.0
23152026-05-08T02:14:08.549Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23162026-05-08T02:14:08.687Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23172026-05-08T02:14:08.706Z Compiling serde-value v0.7.0
23182026-05-08T02:14:08.886Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23192026-05-08T02:14:09.118Z Compiling zone v0.3.1
23202026-05-08T02:14:09.136Z Compiling serde-untagged v0.1.9
23212026-05-08T02:14:09.198Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-08T02:14:09.333Z Compiling toml v0.8.23
23232026-05-08T02:14:09.398Z Compiling smf v0.2.3
23242026-05-08T02:14:09.417Z Compiling filetime v0.2.27
23252026-05-08T02:14:09.421Z Compiling whoami v1.6.1
23262026-05-08T02:14:09.455Z Compiling xattr v1.6.1
23272026-05-08T02:14:09.544Z Compiling same-file v1.0.6
23282026-05-08T02:14:09.570Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23292026-05-08T02:14:09.661Z Compiling constant_time_eq v0.4.2
23302026-05-08T02:14:09.674Z Compiling arrayvec v0.7.6
23312026-05-08T02:14:09.689Z Compiling arrayref v0.3.9
23322026-05-08T02:14:09.748Z Compiling unicode-xid v0.2.6
23332026-05-08T02:14:09.783Z Compiling walkdir v2.5.0
23342026-05-08T02:14:09.797Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-08T02:14:09.878Z Compiling cargo-util-schemas v0.8.2
23362026-05-08T02:14:09.922Z Compiling tar v0.4.45
23372026-05-08T02:14:09.941Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23382026-05-08T02:14:10.207Z Compiling tokio-dtrace v0.1.1
23392026-05-08T02:14:10.486Z Compiling console v0.16.2
23402026-05-08T02:14:10.540Z Compiling gethostname v0.5.0
23412026-05-08T02:14:10.561Z Compiling cargo-platform v0.2.0
23422026-05-08T02:14:10.588Z Compiling topological-sort v0.2.2
23432026-05-08T02:14:10.631Z Compiling unit-prefix v0.5.2
23442026-05-08T02:14:10.696Z Compiling oxide-tokio-rt v0.1.4
23452026-05-08T02:14:10.747Z Compiling shell-words v1.1.1
23462026-05-08T02:14:10.783Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23472026-05-08T02:14:10.992Z Compiling indicatif v0.18.4
23482026-05-08T02:14:11.079Z Compiling cargo_metadata v0.21.0
23492026-05-08T02:14:20.389Z Compiling progenitor-client v0.10.0
23502026-05-08T02:14:20.389Z Compiling omicron-zone-package v0.12.2
23512026-05-08T02:14:20.405Z Compiling progenitor-client v0.14.0
23522026-05-08T02:14:20.503Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23532026-05-08T02:14:20.507Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23542026-05-08T02:14:20.539Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23552026-05-08T02:14:20.576Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23562026-05-08T02:14:20.826Z Compiling progenitor-extras v0.2.0
23572026-05-08T02:14:20.883Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23582026-05-08T02:14:20.900Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23592026-05-08T02:14:20.918Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-05-08T02:14:21.054Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23612026-05-08T02:14:21.082Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-05-08T02:14:25.629Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23632026-05-08T02:14:33.125Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23642026-05-08T02:14:36.210Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23652026-05-08T02:14:37.198Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23662026-05-08T02:14:46.451Z Finished `release` profile [optimized] target(s) in 1m 40s
23672026-05-08T02:14:46.606Z Running `target/release/omicron-package -t test target create -p dev`
23682026-05-08T02:14:46.669ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692026-05-08T02:14:46.673ZCreated new build target 'test' and set it as active
23702026-05-08T02:14:46.673Z
23712026-05-08T02:14:46.673Zreal 1:40.286839657
23722026-05-08T02:14:46.673Zuser 16:32.267476421
23732026-05-08T02:14:46.673Zsys 2:33.872887607
23742026-05-08T02:14:46.673Ztrap 0.464306161
23752026-05-08T02:14:46.673Ztflt 2.784246393
23762026-05-08T02:14:46.673Zdflt 3.721119347
23772026-05-08T02:14:46.673Zkflt 0.000352030
23782026-05-08T02:14:46.673Zlock 51:54.976246826
23792026-05-08T02:14:46.673Zslp 42:48.890392598
23802026-05-08T02:14:46.673Zlat 42.434036400
23812026-05-08T02:14:46.673Zstop 5:11.781695560
23822026-05-08T02:14:46.676Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23832026-05-08T02:14:47.548Z Finished `release` profile [optimized] target(s) in 0.86s
23842026-05-08T02:14:47.618Z Running `target/release/omicron-package -t test package`
23852026-05-08T02:14:47.675ZLogging to: /work/oxidecomputer/omicron/out/LOG
23862026-05-08T02:14:49.088Z Compiling heck v0.5.0
23872026-05-08T02:14:49.088Z Compiling regress v0.11.1
23882026-05-08T02:14:49.088Z Compiling unsafe-libyaml v0.2.11
23892026-05-08T02:14:49.339Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-05-08T02:14:49.361Z Compiling regress v0.10.5
23912026-05-08T02:14:49.385Z Compiling unicode-width v0.1.14
23922026-05-08T02:14:49.405Z Compiling is-terminal v0.4.17
23932026-05-08T02:14:49.426Z Compiling prettyplease v0.2.37
23942026-05-08T02:14:49.426Z Compiling bytecount v0.6.9
23952026-05-08T02:14:49.429Z Compiling rustls v0.22.4
23962026-05-08T02:14:49.429Z Compiling rustls-webpki v0.102.8
23972026-05-08T02:14:49.444Z Compiling derive-where v1.6.0
23982026-05-08T02:14:49.464Z Compiling thread_local v1.1.9
23992026-05-08T02:14:49.467Z Compiling compression-core v0.4.31
24002026-05-08T02:14:49.467Z Compiling match_cfg v0.1.0
24012026-05-08T02:14:49.588Z Compiling hostname v0.3.1
24022026-05-08T02:14:49.612Z Compiling multer v3.1.0
24032026-05-08T02:14:49.630Z Compiling slog-async v2.8.0
24042026-05-08T02:14:49.655Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24052026-05-08T02:14:49.658Z Compiling crossbeam-channel v0.5.15
24062026-05-08T02:14:49.697Z Compiling slog-json v2.6.1
24072026-05-08T02:14:49.719Z Compiling compression-codecs v0.4.37
24082026-05-08T02:14:49.723Z Compiling futures-executor v0.3.32
24092026-05-08T02:14:49.723Z Compiling serde_spanned v1.0.4
24102026-05-08T02:14:49.782Z Compiling toml_datetime v1.0.0+spec-1.1.0
24112026-05-08T02:14:49.785Z Compiling take_mut v0.2.2
24122026-05-08T02:14:49.899Z Compiling serde_yaml v0.9.34+deprecated
24132026-05-08T02:14:49.944Z Compiling toml_writer v1.0.6+spec-1.1.0
24142026-05-08T02:14:49.948Z Compiling term v1.2.1
24152026-05-08T02:14:49.988Z Compiling futures v0.3.32
24162026-05-08T02:14:50.008Z Compiling async-compression v0.4.41
24172026-05-08T02:14:50.011Z Compiling slog-bunyan v2.5.0
24182026-05-08T02:14:50.158Z Compiling dropshot v0.17.0
24192026-05-08T02:14:50.185Z Compiling toml v1.0.6+spec-1.1.0
24202026-05-08T02:14:50.208Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212026-05-08T02:14:50.211Z Compiling async-stream v0.3.6
24222026-05-08T02:14:50.229Z Compiling slog-term v2.9.2
24232026-05-08T02:14:50.346Z Compiling num-rational v0.4.2
24242026-05-08T02:14:50.371Z Compiling progenitor-client v0.14.0
24252026-05-08T02:14:50.441Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24262026-05-08T02:14:50.466Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24272026-05-08T02:14:50.521Z Compiling waitgroup v0.1.2
24282026-05-08T02:14:50.549Z Compiling backon v1.6.0
24292026-05-08T02:14:50.644Z Compiling rustls-pemfile v2.2.0
24302026-05-08T02:14:50.681Z Compiling num-complex v0.4.6
24312026-05-08T02:14:50.705Z Compiling hostname v0.4.2
24322026-05-08T02:14:50.728Z Compiling serde_path_to_error v0.1.20
24332026-05-08T02:14:50.752Z Compiling instant v0.1.13
24342026-05-08T02:14:50.771Z Compiling debug-ignore v1.0.5
24352026-05-08T02:14:50.794Z Compiling progenitor-extras v0.2.0
24362026-05-08T02:14:50.862Z Compiling typify-impl v0.6.2
24372026-05-08T02:14:50.884Z Compiling backoff v0.4.0
24382026-05-08T02:14:50.904Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24392026-05-08T02:14:50.925Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24402026-05-08T02:14:51.097Z Compiling num v0.4.3
24412026-05-08T02:14:51.129Z Compiling parse-display v0.10.0
24422026-05-08T02:14:51.159Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24432026-05-08T02:14:51.202Z Compiling progenitor-client v0.13.0
24442026-05-08T02:14:51.223Z Compiling progenitor-client v0.10.0
24452026-05-08T02:14:51.227Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24462026-05-08T02:14:51.349Z Compiling macaddr v1.0.1
24472026-05-08T02:14:51.371Z Compiling float-ord v0.3.2
24482026-05-08T02:14:51.414Z Compiling console v0.15.11
24492026-05-08T02:14:51.521Z Compiling newline-converter v0.3.0
24502026-05-08T02:14:51.548Z Compiling atomicwrites v0.4.4
24512026-05-08T02:14:51.605Z Compiling slog-dtrace v0.3.0
24522026-05-08T02:14:51.731Z Compiling async-recursion v1.1.1
24532026-05-08T02:14:51.772Z Compiling tokio-rustls v0.25.0
24542026-05-08T02:14:51.855Z Compiling expectorate v1.2.0
24552026-05-08T02:14:51.898Z Compiling cancel-safe-futures v0.1.5
24562026-05-08T02:14:51.937Z Compiling owo-colors v4.3.0
24572026-05-08T02:14:51.982Z Compiling libsw-core v0.3.2
24582026-05-08T02:14:52.056Z Compiling resolv-conf v0.7.6
24592026-05-08T02:14:52.096Z Compiling toml v0.8.23
24602026-05-08T02:14:52.202Z Compiling libsw v3.5.0
24612026-05-08T02:14:52.385Z Compiling linear-map v1.2.0
24622026-05-08T02:14:52.432Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24632026-05-08T02:14:52.493Z Compiling minimal-lexical v0.2.1
24642026-05-08T02:14:52.606Z Compiling linked-hash-map v0.5.6
24652026-05-08T02:14:52.708Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24662026-05-08T02:14:52.729Z Compiling nom v7.1.3
24672026-05-08T02:14:52.733Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24682026-05-08T02:14:52.774Z Compiling unicode-xid v0.2.6
24692026-05-08T02:14:52.794Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24702026-05-08T02:14:52.854Z Compiling lru-cache v0.1.2
24712026-05-08T02:14:52.875Z Compiling globset v0.4.18
24722026-05-08T02:14:52.924Z Compiling hickory-proto v0.24.4
24732026-05-08T02:14:52.946Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24742026-05-08T02:14:53.030Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24752026-05-08T02:14:53.313Z Compiling convert_case v0.10.0
24762026-05-08T02:14:53.610Z Compiling derive_more-impl v2.1.1
24772026-05-08T02:14:53.810Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24782026-05-08T02:14:54.101Z Compiling pin-project-internal v1.1.11
24792026-05-08T02:14:54.138Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24802026-05-08T02:14:54.346Z Compiling typify-macro v0.6.2
24812026-05-08T02:14:54.401Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24822026-05-08T02:14:54.663Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24832026-05-08T02:14:54.912Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24842026-05-08T02:14:55.161Z Compiling pin-project v1.1.11
24852026-05-08T02:14:55.301Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24862026-05-08T02:14:55.523Z Compiling hickory-resolver v0.24.4
24872026-05-08T02:14:55.593Z Compiling derive_more v2.1.1
24882026-05-08T02:14:55.653Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24892026-05-08T02:14:55.707Z Compiling papergrid v0.11.0
24902026-05-08T02:14:55.823Z Compiling tabled_derive v0.7.0
24912026-05-08T02:14:55.900Z Compiling typify v0.6.2
24922026-05-08T02:14:56.179Z Compiling progenitor-impl v0.14.0
24932026-05-08T02:14:56.272Z Compiling progenitor-impl v0.13.0
24942026-05-08T02:14:56.733Z Compiling qorb v0.4.1
24952026-05-08T02:14:57.212Z Compiling pem v3.0.6
24962026-05-08T02:14:57.949Z Compiling snafu-derive v0.8.9
24972026-05-08T02:14:58.337Z Compiling progenitor-macro v0.14.0
24982026-05-08T02:14:58.426Z Compiling progenitor-macro v0.13.0
24992026-05-08T02:14:58.701Z Compiling termtree v0.5.1
25002026-05-08T02:14:58.903Z Compiling tabled v0.15.0
25012026-05-08T02:14:59.864Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25022026-05-08T02:15:00.744Z Compiling snafu v0.8.9
25032026-05-08T02:15:00.932Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25042026-05-08T02:15:01.146Z Compiling crossterm v0.29.0
25052026-05-08T02:15:01.344Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-08T02:15:01.713Z Compiling olpc-cjson v0.1.4
25072026-05-08T02:15:01.969Z Compiling phf_shared v0.12.1
25082026-05-08T02:15:02.227Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25092026-05-08T02:15:02.270Z Compiling serde_plain v1.0.2
25102026-05-08T02:15:02.459Z Compiling progenitor v0.14.0
25112026-05-08T02:15:02.539Z Compiling progenitor v0.13.0
25122026-05-08T02:15:02.591Z Compiling vte v0.14.1
25132026-05-08T02:15:02.642Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25142026-05-08T02:15:02.725Z Compiling csv-core v0.1.13
25152026-05-08T02:15:02.763Z Compiling highway v1.3.0
25162026-05-08T02:15:02.856Z Compiling typed-path v0.9.3
25172026-05-08T02:15:02.963Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25182026-05-08T02:15:03.189Z Compiling chrono-tz v0.10.4
25192026-05-08T02:15:03.447Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25202026-05-08T02:15:03.504Z Compiling csv v1.4.0
25212026-05-08T02:15:03.722Z Compiling strip-ansi-escapes v0.2.1
25222026-05-08T02:15:04.095Z Compiling tough v0.20.0
25232026-05-08T02:15:04.300Z Compiling phf v0.12.1
25242026-05-08T02:15:04.497Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25252026-05-08T02:15:04.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25262026-05-08T02:15:05.060Z Compiling const_format_proc_macros v0.2.34
25272026-05-08T02:15:05.508Z Compiling fd-lock v4.0.4
25282026-05-08T02:15:05.687Z Compiling peg-macros v0.8.5
25292026-05-08T02:15:05.715Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25302026-05-08T02:15:05.781Z Compiling nu-ansi-term v0.50.3
25312026-05-08T02:15:06.022Z Compiling const_format v0.2.35
25322026-05-08T02:15:06.333Z Compiling reedline v0.40.0
25332026-05-08T02:15:06.783Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25342026-05-08T02:15:06.860Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25352026-05-08T02:15:06.931Z Compiling peg v0.8.5
25362026-05-08T02:15:07.042Z Compiling bcs v0.1.6
25372026-05-08T02:15:07.472Z Compiling semver v0.1.20
25382026-05-08T02:15:07.778Z Compiling rustc_version v0.1.7
25392026-05-08T02:15:07.950Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25402026-05-08T02:15:08.028Z Compiling newtype_derive v0.1.6
25412026-05-08T02:15:08.208Z Compiling humantime v2.3.0
25422026-05-08T02:15:08.258Z Compiling smawk v0.3.2
25432026-05-08T02:15:08.386Z Compiling unicode-linebreak v0.1.5
25442026-05-08T02:15:08.528Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25452026-05-08T02:15:08.718Z Compiling textwrap v0.16.2
25462026-05-08T02:15:08.874Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25472026-05-08T02:15:08.979Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-05-08T02:15:09.521Z Compiling dropshot-api-manager-types v0.7.1
25492026-05-08T02:15:09.729Z Compiling base64 v0.21.7
25502026-05-08T02:15:10.115Z Compiling steno v0.4.1
25512026-05-08T02:15:10.141Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25522026-05-08T02:15:10.273Z Compiling tagptr v0.2.0
25532026-05-08T02:15:10.347Z Compiling utf-8 v0.7.6
25542026-05-08T02:15:10.470Z Compiling moka v0.12.13
25552026-05-08T02:15:10.575Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25562026-05-08T02:15:10.597Z Compiling tungstenite v0.21.0
25572026-05-08T02:15:10.753Z Compiling radium v0.7.0
25582026-05-08T02:15:10.924Z Compiling tap v1.0.1
25592026-05-08T02:15:11.156Z Compiling maybe-uninit v2.0.0
25602026-05-08T02:15:11.319Z Compiling tokio-tungstenite v0.21.0
25612026-05-08T02:15:11.488Z Compiling wyz v0.5.1
25622026-05-08T02:15:11.533Z Compiling hickory-resolver v0.25.2
25632026-05-08T02:15:11.601Z Compiling zerocopy-derive v0.6.6
25642026-05-08T02:15:11.688Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25652026-05-08T02:15:11.708Z Compiling funty v2.0.0
25662026-05-08T02:15:11.741Z Compiling crc-catalog v2.4.0
25672026-05-08T02:15:11.883Z Compiling packed_struct v0.10.1
25682026-05-08T02:15:12.046Z Compiling display-error-chain v0.2.2
25692026-05-08T02:15:12.218Z Compiling bitvec v1.0.1
25702026-05-08T02:15:12.238Z Compiling crc v3.4.0
25712026-05-08T02:15:12.410Z Compiling zerocopy v0.6.6
25722026-05-08T02:15:12.578Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25732026-05-08T02:15:12.741Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-05-08T02:15:12.798Z Compiling num-derive v0.3.3
25752026-05-08T02:15:12.833Z Compiling packed_struct_codegen v0.10.1
25762026-05-08T02:15:13.406Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25772026-05-08T02:15:13.688Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25782026-05-08T02:15:13.839Z Compiling bitfield-macros v0.19.4
25792026-05-08T02:15:14.043Z Compiling proc-macro-error-attr2 v2.0.0
25802026-05-08T02:15:14.464Z Compiling indexmap v1.9.3
25812026-05-08T02:15:14.576Z Compiling nodrop v0.1.14
25822026-05-08T02:15:14.715Z Compiling array-init v0.0.4
25832026-05-08T02:15:14.765Z Compiling bitfield v0.19.4
25842026-05-08T02:15:15.116Z Compiling proc-macro-error2 v2.0.1
25852026-05-08T02:15:15.441Z Compiling libscf-sys v1.1.0
25862026-05-08T02:15:15.602Z Compiling smallvec v0.6.14
25872026-05-08T02:15:15.625Z Compiling typify-impl v0.4.3
25882026-05-08T02:15:15.655Z Compiling hashbrown v0.12.3
25892026-05-08T02:15:15.868Z Compiling serde-hex v0.1.0
25902026-05-08T02:15:16.602Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25912026-05-08T02:15:16.729Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25922026-05-08T02:15:16.780Z Compiling tabled_derive v0.11.0
25932026-05-08T02:15:17.427Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25942026-05-08T02:15:17.448Z Compiling ron v0.8.1
25952026-05-08T02:15:17.621Z Compiling papergrid v0.17.0
25962026-05-08T02:15:17.666Z Compiling testing_table v0.3.0
25972026-05-08T02:15:17.805Z Compiling hashbrown v0.13.2
25982026-05-08T02:15:17.933Z Compiling vergen-gitcl v1.0.8
25992026-05-08T02:15:17.984Z Compiling dirs-sys-next v0.1.2
26002026-05-08T02:15:18.056Z Compiling crunchy v0.2.4
26012026-05-08T02:15:18.131Z Compiling maplit v1.0.2
26022026-05-08T02:15:18.165Z Compiling diesel_derives v2.3.7
26032026-05-08T02:15:18.253Z Compiling crc-any v2.5.0
26042026-05-08T02:15:18.272Z Compiling glob v0.3.3
26052026-05-08T02:15:18.375Z Compiling object v0.30.4
26062026-05-08T02:15:18.426Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-05-08T02:15:18.446Z Compiling dirs-next v2.0.0
26082026-05-08T02:15:18.624Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-05-08T02:15:18.645Z Compiling clang-sys v1.8.1
26102026-05-08T02:15:18.666Z Compiling dsl_auto_type v0.2.0
26112026-05-08T02:15:18.688Z Compiling scheduled-thread-pool v0.2.7
26122026-05-08T02:15:19.031Z Compiling typify-macro v0.4.3
26132026-05-08T02:15:19.053Z Compiling tabled v0.20.0
26142026-05-08T02:15:19.108Z Compiling diesel_table_macro_syntax v0.3.0
26152026-05-08T02:15:19.220Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-05-08T02:15:19.292Z Compiling xshell-macros v0.2.7
26172026-05-08T02:15:19.340Z Compiling tiny-keccak v2.0.2
26182026-05-08T02:15:19.471Z Compiling path-slash v0.1.5
26192026-05-08T02:15:19.593Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-05-08T02:15:19.711Z Compiling xshell v0.2.7
26212026-05-08T02:15:19.770Z Compiling r2d2 v0.8.10
26222026-05-08T02:15:20.062Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26232026-05-08T02:15:20.091Z Compiling term v0.7.0
26242026-05-08T02:15:20.473Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252026-05-08T02:15:20.546Z Compiling bit-vec v0.6.3
26262026-05-08T02:15:20.570Z Compiling downcast-rs v2.0.2
26272026-05-08T02:15:20.707Z Compiling ascii-canvas v3.0.0
26282026-05-08T02:15:20.790Z Compiling bit-set v0.5.3
26292026-05-08T02:15:20.873Z Compiling itertools v0.10.5
26302026-05-08T02:15:20.986Z Compiling ena v0.14.4
26312026-05-08T02:15:20.986Z Compiling libloading v0.8.9
26322026-05-08T02:15:21.059Z Compiling regex-syntax v0.6.29
26332026-05-08T02:15:21.240Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-05-08T02:15:21.261Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26352026-05-08T02:15:21.961Z Compiling diff v0.1.13
26362026-05-08T02:15:22.265Z Compiling crc8 v0.1.1
26372026-05-08T02:15:22.408Z Compiling unicase v2.9.0
26382026-05-08T02:15:22.485Z Compiling bindgen v0.71.1
26392026-05-08T02:15:22.772Z Compiling lalrpop v0.19.12
26402026-05-08T02:15:22.937Z Compiling typify v0.4.3
26412026-05-08T02:15:23.079Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-05-08T02:15:23.223Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-05-08T02:15:23.301Z Compiling cexpr v0.6.0
26442026-05-08T02:15:23.503Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-05-08T02:15:23.762Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-05-08T02:15:23.863Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26472026-05-08T02:15:23.917Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26482026-05-08T02:15:23.972Z Compiling headers-core v0.3.0
26492026-05-08T02:15:24.159Z Compiling libxml v0.3.3
26502026-05-08T02:15:24.184Z Compiling headers v0.4.1
26512026-05-08T02:15:24.378Z Compiling diesel v2.3.7
26522026-05-08T02:15:24.498Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26532026-05-08T02:15:24.545Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26542026-05-08T02:15:24.777Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26552026-05-08T02:15:25.727Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-05-08T02:15:25.878Z Compiling strum_macros v0.24.3
26572026-05-08T02:15:25.901Z Compiling indoc v1.0.9
26582026-05-08T02:15:26.378Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26592026-05-08T02:15:26.626Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26602026-05-08T02:15:27.035Z Compiling derive_builder v0.20.2
26612026-05-08T02:15:27.109Z Compiling oso-derive v0.27.3
26622026-05-08T02:15:27.129Z Compiling quick-xml v0.37.5
26632026-05-08T02:15:27.217Z Compiling impl-trait-for-tuples v0.2.3
26642026-05-08T02:15:27.238Z Compiling half v1.8.3
26652026-05-08T02:15:27.630Z Compiling openssl-probe v0.1.6
26662026-05-08T02:15:27.699Z Compiling serde_cbor v0.11.2
26672026-05-08T02:15:27.970Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-05-08T02:15:28.232Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26692026-05-08T02:15:28.409Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26702026-05-08T02:15:28.471Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26712026-05-08T02:15:28.577Z Compiling bb8 v0.8.6
26722026-05-08T02:15:28.700Z Compiling trait-variant v0.1.2
26732026-05-08T02:15:28.720Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26742026-05-08T02:15:28.777Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26752026-05-08T02:15:28.959Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26762026-05-08T02:15:29.012Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26772026-05-08T02:15:29.061Z Compiling samael v0.0.19
26782026-05-08T02:15:29.115Z Compiling fxhash v0.2.1
26792026-05-08T02:15:29.242Z Compiling salty v0.3.0
26802026-05-08T02:15:29.274Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26812026-05-08T02:15:29.594Z Compiling progenitor-impl v0.10.0
26822026-05-08T02:15:29.618Z Compiling progenitor-impl v0.11.2
26832026-05-08T02:15:29.701Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26842026-05-08T02:15:29.861Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26852026-05-08T02:15:30.037Z Compiling kstat-rs v0.2.4
26862026-05-08T02:15:30.202Z Compiling polar-core v0.27.3
26872026-05-08T02:15:30.464Z Compiling libz-sys v1.1.24
26882026-05-08T02:15:30.533Z Compiling nonempty v0.12.0
26892026-05-08T02:15:30.636Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26902026-05-08T02:15:30.767Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26912026-05-08T02:15:31.730Z Compiling progenitor-macro v0.10.0
26922026-05-08T02:15:31.825Z Compiling progenitor-macro v0.11.2
26932026-05-08T02:15:33.090Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26942026-05-08T02:15:34.255Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26952026-05-08T02:15:34.372Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26962026-05-08T02:15:34.872Z Compiling progenitor-client v0.11.2
26972026-05-08T02:15:35.423Z Compiling darling_core v0.23.0
26982026-05-08T02:15:35.622Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26992026-05-08T02:15:35.746Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27002026-05-08T02:15:35.865Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27012026-05-08T02:15:37.576Z Compiling nanorand v0.7.0
27022026-05-08T02:15:37.950Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-05-08T02:15:39.395Z Compiling oso v0.27.3
27042026-05-08T02:15:40.113Z Compiling arc-swap v1.8.2
27052026-05-08T02:15:40.446Z Compiling fs-err v2.11.0
27062026-05-08T02:15:40.510Z Compiling parking_lot_core v0.8.6
27072026-05-08T02:15:40.911Z Compiling mime_guess v2.0.5
27082026-05-08T02:15:40.958Z Compiling slog-scope v4.4.1
27092026-05-08T02:15:41.429Z Compiling diesel-dtrace v0.5.0
27102026-05-08T02:15:41.764Z Compiling async-bb8-diesel v0.2.1
27112026-05-08T02:15:42.227Z Compiling flume v0.11.1
27122026-05-08T02:15:42.315Z Compiling darling_macro v0.23.0
27132026-05-08T02:15:42.638Z Compiling progenitor v0.11.2
27142026-05-08T02:15:42.845Z Compiling progenitor v0.10.0
27152026-05-08T02:15:42.868Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-05-08T02:15:43.040Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27172026-05-08T02:15:43.509Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27182026-05-08T02:15:43.844Z Compiling primeorder v0.13.6
27192026-05-08T02:15:44.405Z Compiling git-stub v1.0.0
27202026-05-08T02:15:44.688Z Compiling libgit2-sys v0.18.3+1.9.2
27212026-05-08T02:15:44.872Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27222026-05-08T02:15:45.106Z Compiling instability v0.3.11
27232026-05-08T02:15:45.182Z Compiling git-stub-vcs v0.1.0
27242026-05-08T02:15:45.287Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-05-08T02:15:45.371Z Compiling p384 v0.13.1
27262026-05-08T02:15:45.835Z Compiling darling v0.23.0
27272026-05-08T02:15:45.992Z Compiling slog-stdlog v4.1.1
27282026-05-08T02:15:46.836Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27292026-05-08T02:15:46.865Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27302026-05-08T02:15:46.969Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-05-08T02:15:47.274Z Compiling ignore v0.4.25
27322026-05-08T02:15:47.376Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27332026-05-08T02:15:47.535Z Compiling castaway v0.2.4
27342026-05-08T02:15:47.694Z Compiling atty v0.2.14
27352026-05-08T02:15:47.848Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27362026-05-08T02:15:48.026Z Compiling indoc v2.0.7
27372026-05-08T02:15:48.088Z Compiling http-range v0.1.5
27382026-05-08T02:15:48.424Z Compiling parse-size v1.1.0
27392026-05-08T02:15:48.648Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27402026-05-08T02:15:48.784Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-08T02:15:49.260Z Compiling globwalk v0.9.1
27422026-05-08T02:15:49.816Z Compiling compact_str v0.8.1
27432026-05-08T02:15:50.376Z Compiling parking_lot v0.11.2
27442026-05-08T02:15:50.961Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-08T02:15:51.295Z Compiling slog-envlogger v2.2.0
27462026-05-08T02:15:52.260Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27472026-05-08T02:15:52.746Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27482026-05-08T02:15:52.772Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27492026-05-08T02:15:52.812Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27502026-05-08T02:15:52.883Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27512026-05-08T02:15:53.130Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27522026-05-08T02:15:53.588Z Compiling predicates-tree v1.0.13
27532026-05-08T02:15:53.625Z Compiling unicode-truncate v1.1.0
27542026-05-08T02:15:53.713Z Compiling lru v0.12.5
27552026-05-08T02:15:53.735Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-08T02:15:53.843Z Compiling rand_seeder v0.4.0
27572026-05-08T02:15:53.948Z Compiling prefix-trie v0.7.0
27582026-05-08T02:15:54.052Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27592026-05-08T02:15:54.083Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-05-08T02:15:54.108Z Compiling vergen-git2 v1.0.7
27612026-05-08T02:15:54.279Z Compiling corncobs v0.1.4
27622026-05-08T02:15:54.323Z Compiling cassowary v0.3.0
27632026-05-08T02:15:54.407Z Compiling hickory-server v0.25.2
27642026-05-08T02:15:54.468Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-08T02:15:54.580Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-08T02:15:54.622Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27672026-05-08T02:15:54.723Z Compiling ratatui v0.29.0
27682026-05-08T02:15:54.844Z Compiling camino-tempfile-ext v0.3.3
27692026-05-08T02:15:54.899Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-05-08T02:15:55.194Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-08T02:15:55.457Z Compiling hyper-staticfile v0.10.1
27722026-05-08T02:15:55.482Z Compiling sled v0.34.7
27732026-05-08T02:15:55.994Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27742026-05-08T02:15:56.382Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27752026-05-08T02:15:56.671Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27762026-05-08T02:15:57.045Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27772026-05-08T02:15:58.014Z Compiling secrecy v0.8.0
27782026-05-08T02:15:58.214Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27792026-05-08T02:15:58.452Z Compiling rustls v0.21.12
27802026-05-08T02:15:59.472Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27812026-05-08T02:16:00.207Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-08T02:16:00.261Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27832026-05-08T02:16:01.381Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27842026-05-08T02:16:01.774Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27852026-05-08T02:16:01.974Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27862026-05-08T02:16:02.410Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27872026-05-08T02:16:02.944Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27882026-05-08T02:16:03.388Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27892026-05-08T02:16:03.635Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-05-08T02:16:03.859Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-05-08T02:16:04.093Z Compiling sct v0.7.1
27922026-05-08T02:16:04.116Z Compiling rustls-webpki v0.101.7
27932026-05-08T02:16:04.369Z Compiling nix v0.29.0
27942026-05-08T02:16:04.765Z Compiling dropshot v0.16.7
27952026-05-08T02:16:04.896Z Compiling void v1.0.2
27962026-05-08T02:16:05.056Z Compiling lzss v0.8.2
27972026-05-08T02:16:05.177Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27982026-05-08T02:16:05.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27992026-05-08T02:16:05.335Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-05-08T02:16:05.802Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28012026-05-08T02:16:06.839Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28022026-05-08T02:16:07.179Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28032026-05-08T02:16:07.425Z Compiling tungstenite v0.23.0
28042026-05-08T02:16:07.559Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28052026-05-08T02:16:08.337Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28062026-05-08T02:16:08.565Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-05-08T02:16:08.713Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-05-08T02:16:08.791Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-05-08T02:16:08.936Z Compiling toml v0.9.12+spec-1.1.0
28102026-05-08T02:16:09.020Z Compiling nix v0.27.1
28112026-05-08T02:16:09.168Z Compiling dropshot_endpoint v0.16.7
28122026-05-08T02:16:09.527Z Compiling serde_bytes v0.11.19
28132026-05-08T02:16:09.790Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28142026-05-08T02:16:09.964Z Compiling tokio-tungstenite v0.23.1
28152026-05-08T02:16:10.214Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28162026-05-08T02:16:10.337Z Compiling tokio-rustls v0.24.1
28172026-05-08T02:16:10.422Z Compiling git2 v0.20.4
28182026-05-08T02:16:11.056Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28192026-05-08T02:16:13.485Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28202026-05-08T02:16:13.661Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28212026-05-08T02:16:15.332Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28222026-05-08T02:16:15.336Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28232026-05-08T02:16:15.760Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28242026-05-08T02:16:16.180Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28252026-05-08T02:16:16.566Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-05-08T02:16:17.750Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28272026-05-08T02:16:18.203Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28282026-05-08T02:16:18.358Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-05-08T02:16:19.047Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28302026-05-08T02:16:19.474Z Compiling rustls-pemfile v1.0.4
28312026-05-08T02:16:19.917Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28322026-05-08T02:16:20.049Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28332026-05-08T02:16:20.767Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28342026-05-08T02:16:20.913Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28352026-05-08T02:16:22.575Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28362026-05-08T02:16:22.951Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28372026-05-08T02:16:23.194Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-05-08T02:16:23.306Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28392026-05-08T02:16:23.465Z Compiling signal-hook-tokio v0.3.1
28402026-05-08T02:16:23.663Z Compiling twox-hash v2.1.2
28412026-05-08T02:16:24.032Z Compiling yasna v0.5.2
28422026-05-08T02:16:24.152Z Compiling is_ci v1.2.0
28432026-05-08T02:16:24.373Z Compiling supports-color v3.0.2
28442026-05-08T02:16:24.665Z Compiling rcgen v0.12.1
28452026-05-08T02:16:25.053Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28462026-05-08T02:16:25.349Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28472026-05-08T02:16:25.596Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28482026-05-08T02:16:25.694Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-05-08T02:16:25.793Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-05-08T02:16:25.878Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28512026-05-08T02:16:26.379Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28522026-05-08T02:16:27.579Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-05-08T02:16:27.821Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-05-08T02:16:28.936Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28552026-05-08T02:16:29.065Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28562026-05-08T02:16:29.298Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28572026-05-08T02:16:29.526Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-05-08T02:16:29.750Z Compiling fatfs v0.3.6
28592026-05-08T02:16:29.811Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28602026-05-08T02:16:30.787Z Compiling rtoolbox v0.0.3
28612026-05-08T02:16:31.038Z Compiling subprocess v0.2.15
28622026-05-08T02:16:31.060Z Compiling seq-macro v0.3.6
28632026-05-08T02:16:31.111Z Compiling assert_matches v1.5.0
28642026-05-08T02:16:31.243Z Compiling rpassword v7.4.0
28652026-05-08T02:16:31.537Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28662026-05-08T02:16:31.603Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28672026-05-08T02:16:32.756Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28682026-05-08T02:16:33.248Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28692026-05-08T02:16:33.492Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28702026-05-08T02:16:33.631Z Compiling tui-tree-widget v0.23.1
28712026-05-08T02:16:33.925Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28722026-05-08T02:16:34.853Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28732026-05-08T02:16:35.378Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28742026-05-08T02:16:35.513Z Compiling uzers v0.12.2
28752026-05-08T02:16:35.638Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28762026-05-08T02:16:36.620Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28772026-05-08T02:16:37.746Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28782026-05-08T02:16:38.409Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28792026-05-08T02:16:40.272Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28802026-05-08T02:16:41.760Z Compiling support-bundle-viewer v0.1.2
28812026-05-08T02:16:42.472Z Compiling multimap v0.10.1
28822026-05-08T02:16:51.217Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28832026-05-08T02:16:51.494Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28842026-05-08T02:17:02.296Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28852026-05-08T02:17:03.679Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28862026-05-08T02:22:52.255Z Finished `release` profile [optimized] target(s) in 8m 04s
28872026-05-08T02:23:35.729Z
28882026-05-08T02:23:35.729Zreal 8:49.029387103
28892026-05-08T02:23:35.729Zuser 1:18:24.577047387
28902026-05-08T02:23:35.731Zsys 3:29.846423996
28912026-05-08T02:23:35.731Ztrap 1.731245223
28922026-05-08T02:23:35.731Ztflt 2.548497514
28932026-05-08T02:23:35.731Zdflt 16.931571470
28942026-05-08T02:23:35.732Zkflt 0.101678213
28952026-05-08T02:23:35.732Zlock 6:47:06.104241000
28962026-05-08T02:23:35.732Zslp 2:17:04.550657242
28972026-05-08T02:23:35.732Zlat 2:26.538967928
28982026-05-08T02:23:35.732Zstop 5:14.102821660
28992026-05-08T02:23:35.732Z+ mapfile -t packages
29002026-05-08T02:23:35.732Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29012026-05-08T02:23:36.699Z Finished `release` profile [optimized] target(s) in 0.95s
29022026-05-08T02:23:36.774Z Running `target/release/omicron-package -t test list-outputs`
29032026-05-08T02:23:36.827ZLogging to: /work/oxidecomputer/omicron/out/LOG
29042026-05-08T02:23:36.830Z+ ptime -m cargo build --locked --release -p xtask
29052026-05-08T02:23:37.356Z Compiling libc v0.2.185
29062026-05-08T02:23:37.356Z Compiling serde v1.0.228
29072026-05-08T02:23:37.359Z Compiling serde_core v1.0.228
29082026-05-08T02:23:37.359Z Compiling rustix v1.1.3
29092026-05-08T02:23:37.359Z Compiling bitflags v2.11.0
29102026-05-08T02:23:37.450Z Compiling serde_json v1.0.149
29112026-05-08T02:23:37.503Z Compiling num-traits v0.2.19
29122026-05-08T02:23:37.511Z Compiling syn v2.0.117
29132026-05-08T02:23:37.522Z Compiling smallvec v1.15.1
29142026-05-08T02:23:37.533Z Compiling indexmap v2.14.0
29152026-05-08T02:23:37.544Z Compiling usdt-impl v0.5.0
29162026-05-08T02:23:37.566Z Compiling syn v1.0.109
29172026-05-08T02:23:37.577Z Compiling log v0.4.29
29182026-05-08T02:23:37.580Z Compiling percent-encoding v2.3.2
29192026-05-08T02:23:37.709Z Compiling getrandom v0.4.1
29202026-05-08T02:23:37.793Z Compiling form_urlencoded v1.2.2
29212026-05-08T02:23:37.945Z Compiling fs-err v3.3.0
29222026-05-08T02:23:37.949Z Compiling anyhow v1.0.102
29232026-05-08T02:23:37.977Z Compiling once_cell v1.21.3
29242026-05-08T02:23:38.001Z Compiling heck v0.4.1
29252026-05-08T02:23:38.197Z Compiling thread-id v4.2.2
29262026-05-08T02:23:38.214Z Compiling errno v0.3.14
29272026-05-08T02:23:38.246Z Compiling memmap v0.7.0
29282026-05-08T02:23:38.513Z Compiling ordered-float v2.10.1
29292026-05-08T02:23:39.039Z Compiling proc-macro-error v1.0.4
29302026-05-08T02:23:39.209Z Compiling terminal_size v0.4.3
29312026-05-08T02:23:39.209Z Compiling tempfile v3.25.0
29322026-05-08T02:23:39.288Z Compiling tabled_derive v0.7.0
29332026-05-08T02:23:39.310Z Compiling clap_builder v4.5.60
29342026-05-08T02:23:39.310Z Compiling textwrap v0.16.2
29352026-05-08T02:23:39.445Z Compiling camino-tempfile v1.4.1
29362026-05-08T02:23:39.975Z Compiling tabled v0.15.0
29372026-05-08T02:23:40.038Z Compiling synstructure v0.13.2
29382026-05-08T02:23:40.038Z Compiling pest_generator v2.8.6
29392026-05-08T02:23:40.421Z Compiling serde_derive v1.0.228
29402026-05-08T02:23:40.421Z Compiling zerovec-derive v0.11.2
29412026-05-08T02:23:40.426Z Compiling displaydoc v0.2.5
29422026-05-08T02:23:40.426Z Compiling thiserror-impl v1.0.69
29432026-05-08T02:23:40.426Z Compiling zerocopy-derive v0.7.35
29442026-05-08T02:23:40.426Z Compiling scroll_derive v0.12.1
29452026-05-08T02:23:40.426Z Compiling thiserror-impl v2.0.18
29462026-05-08T02:23:40.426Z Compiling clap_derive v4.5.55
29472026-05-08T02:23:40.464Z Compiling zerofrom-derive v0.1.6
29482026-05-08T02:23:40.547Z Compiling yoke-derive v0.8.1
29492026-05-08T02:23:41.013Z Compiling pest_derive v2.8.6
29502026-05-08T02:23:41.140Z Compiling scroll v0.12.0
29512026-05-08T02:23:41.327Z Compiling zerocopy v0.7.35
29522026-05-08T02:23:41.474Z Compiling goblin v0.8.2
29532026-05-08T02:23:41.593Z Compiling thiserror v1.0.69
29542026-05-08T02:23:41.671Z Compiling zerofrom v0.1.6
29552026-05-08T02:23:41.689Z Compiling dtrace-parser v0.2.0
29562026-05-08T02:23:41.714Z Compiling thiserror v2.0.18
29572026-05-08T02:23:41.781Z Compiling yoke v0.8.1
29582026-05-08T02:23:42.000Z Compiling zerovec v0.11.5
29592026-05-08T02:23:42.077Z Compiling zerotrie v0.2.3
29602026-05-08T02:23:42.112Z Compiling clap v4.5.60
29612026-05-08T02:23:42.605Z Compiling tinystr v0.8.2
29622026-05-08T02:23:42.833Z Compiling icu_locale_core v2.1.1
29632026-05-08T02:23:43.591Z Compiling potential_utf v0.1.4
29642026-05-08T02:23:43.712Z Compiling icu_provider v2.1.1
29652026-05-08T02:23:43.776Z Compiling icu_collections v2.1.1
29662026-05-08T02:23:43.809Z Compiling serde_spanned v0.6.9
29672026-05-08T02:23:43.831Z Compiling toml_datetime v0.6.11
29682026-05-08T02:23:43.910Z Compiling serde-value v0.7.0
29692026-05-08T02:23:43.936Z Compiling cargo-platform v0.2.0
29702026-05-08T02:23:43.948Z Compiling macaddr v1.0.1
29712026-05-08T02:23:43.997Z Compiling dof v0.3.0
29722026-05-08T02:23:44.060Z Compiling toml_edit v0.22.27
29732026-05-08T02:23:44.149Z Compiling icu_properties v2.1.2
29742026-05-08T02:23:44.237Z Compiling icu_normalizer v2.1.1
29752026-05-08T02:23:44.325Z Compiling serde_tokenstream v0.2.3
29762026-05-08T02:23:45.076Z Compiling idna_adapter v1.2.1
29772026-05-08T02:23:45.110Z Compiling usdt-attr-macro v0.5.0
29782026-05-08T02:23:45.130Z Compiling usdt-macro v0.5.0
29792026-05-08T02:23:45.211Z Compiling idna v1.1.0
29802026-05-08T02:23:45.565Z Compiling url v2.5.8
29812026-05-08T02:23:45.720Z Compiling toml v0.8.23
29822026-05-08T02:23:45.783Z Compiling usdt v0.5.0
29832026-05-08T02:23:46.180Z Compiling cargo-util-schemas v0.8.2
29842026-05-08T02:23:46.190Z Compiling cargo_toml v0.21.0
29852026-05-08T02:23:47.210Z Compiling cargo_metadata v0.21.0
29862026-05-08T02:23:50.305Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29872026-05-08T02:23:53.310Z Finished `release` profile [optimized] target(s) in 16.46s
29882026-05-08T02:23:53.432Z
29892026-05-08T02:23:53.436Zreal 16.570182111
29902026-05-08T02:23:53.436Zuser 2:21.961401767
29912026-05-08T02:23:53.436Zsys 16.517294187
29922026-05-08T02:23:53.436Ztrap 0.102587957
29932026-05-08T02:23:53.437Ztflt 0.459208524
29942026-05-08T02:23:53.437Zdflt 1.749431864
29952026-05-08T02:23:53.437Zkflt 0.000043510
29962026-05-08T02:23:53.437Zlock 5:21.285835810
29972026-05-08T02:23:53.437Zslp 3:29.271415699
29982026-05-08T02:23:53.437Zlat 6.372345320
29992026-05-08T02:23:53.437Zstop 18.781609507
30002026-05-08T02:23:53.437Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30012026-05-08T02:23:53.437Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-08T02:23:53.437Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30032026-05-08T02:23:53.437Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-08T02:23:53.437Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30052026-05-08T02:23:54.355Z Compiling newtype-uuid-macros v0.1.0
30062026-05-08T02:23:54.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30072026-05-08T02:23:54.358Z Compiling regress v0.10.5
30082026-05-08T02:23:54.358Z Compiling structmeta-derive v0.3.0
30092026-05-08T02:23:54.358Z Compiling rustls v0.22.4
30102026-05-08T02:23:54.514Z Compiling rustls-webpki v0.102.8
30112026-05-08T02:23:54.528Z Compiling multer v3.1.0
30122026-05-08T02:23:54.531Z Compiling match_cfg v0.1.0
30132026-05-08T02:23:54.531Z Compiling compression-core v0.4.31
30142026-05-08T02:23:54.531Z Compiling debug-ignore v1.0.5
30152026-05-08T02:23:54.531Z Compiling slog-json v2.6.1
30162026-05-08T02:23:54.553Z Compiling async-stream-impl v0.3.6
30172026-05-08T02:23:54.557Z Compiling serde_spanned v1.0.4
30182026-05-08T02:23:54.557Z Compiling toml_datetime v1.0.0+spec-1.1.0
30192026-05-08T02:23:54.557Z Compiling dropshot v0.17.0
30202026-05-08T02:23:54.557Z Compiling toml_writer v1.0.6+spec-1.1.0
30212026-05-08T02:23:54.644Z Compiling hostname v0.3.1
30222026-05-08T02:23:54.661Z Compiling itertools v0.14.0
30232026-05-08T02:23:54.807Z Compiling slog-bunyan v2.5.0
30242026-05-08T02:23:54.825Z Compiling waitgroup v0.1.2
30252026-05-08T02:23:54.825Z Compiling rustls-pemfile v2.2.0
30262026-05-08T02:23:54.860Z Compiling compression-codecs v0.4.37
30272026-05-08T02:23:54.910Z Compiling toml v1.0.6+spec-1.1.0
30282026-05-08T02:23:54.951Z Compiling dropshot_endpoint v0.17.0
30292026-05-08T02:23:54.970Z Compiling hostname v0.4.2
30302026-05-08T02:23:55.005Z Compiling serde_path_to_error v0.1.20
30312026-05-08T02:23:55.005Z Compiling progenitor-client v0.14.0
30322026-05-08T02:23:55.072Z Compiling async-compression v0.4.41
30332026-05-08T02:23:55.075Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30342026-05-08T02:23:55.126Z Compiling macaddr v1.0.1
30352026-05-08T02:23:55.143Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30362026-05-08T02:23:55.165Z Compiling instant v0.1.13
30372026-05-08T02:23:55.270Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-05-08T02:23:55.302Z Compiling progenitor-client v0.10.0
30392026-05-08T02:23:55.337Z Compiling async-stream v0.3.6
30402026-05-08T02:23:55.375Z Compiling backon v1.6.0
30412026-05-08T02:23:55.392Z Compiling backoff v0.4.0
30422026-05-08T02:23:55.395Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-05-08T02:23:55.445Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30442026-05-08T02:23:55.535Z Compiling universal-hash v0.5.1
30452026-05-08T02:23:55.562Z Compiling progenitor-extras v0.2.0
30462026-05-08T02:23:55.582Z Compiling opaque-debug v0.3.1
30472026-05-08T02:23:55.602Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-08T02:23:55.605Z Compiling structmeta v0.3.0
30492026-05-08T02:23:55.605Z Compiling half v2.7.1
30502026-05-08T02:23:55.649Z Compiling crucible-workspace-hack v0.1.0
30512026-05-08T02:23:55.651Z Compiling ciborium-io v0.2.2
30522026-05-08T02:23:55.693Z Compiling unsafe-libyaml v0.2.11
30532026-05-08T02:23:55.709Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30542026-05-08T02:23:55.761Z Compiling convert_case v0.4.0
30552026-05-08T02:23:55.792Z Compiling regress v0.11.1
30562026-05-08T02:23:55.844Z Compiling aead v0.5.2
30572026-05-08T02:23:55.881Z Compiling secrecy v0.10.3
30582026-05-08T02:23:55.897Z Compiling derive-ex v0.1.8
30592026-05-08T02:23:55.915Z Compiling parse-display-derive v0.10.0
30602026-05-08T02:23:55.934Z Compiling ciborium-ll v0.2.2
30612026-05-08T02:23:55.990Z Compiling poly1305 v0.8.0
30622026-05-08T02:23:56.006Z Compiling chacha20 v0.9.1
30632026-05-08T02:23:56.053Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30642026-05-08T02:23:56.070Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30652026-05-08T02:23:56.083Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30662026-05-08T02:23:56.163Z Compiling derive_more v0.99.20
30672026-05-08T02:23:56.182Z Compiling ciborium v0.2.2
30682026-05-08T02:23:56.262Z Compiling serde_yaml v0.9.34+deprecated
30692026-05-08T02:23:56.291Z Compiling thiserror-impl-no-std v2.0.2
30702026-05-08T02:23:56.395Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30712026-05-08T02:23:56.451Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-08T02:23:56.470Z Compiling byte-wrapper v0.1.0
30732026-05-08T02:23:56.494Z Compiling password-hash v0.5.0
30742026-05-08T02:23:56.554Z Compiling blake2 v0.10.6
30752026-05-08T02:23:56.776Z Compiling chacha20poly1305 v0.10.1
30762026-05-08T02:23:56.793Z Compiling indent_write v2.2.0
30772026-05-08T02:23:56.810Z Compiling argon2 v0.5.3
30782026-05-08T02:23:56.840Z Compiling heapless v0.8.0
30792026-05-08T02:23:56.934Z Compiling ingot-macros v0.1.1
30802026-05-08T02:23:56.955Z Compiling toml_edit v0.23.10+spec-1.0.0
30812026-05-08T02:23:56.969Z Compiling hash32 v0.3.1
30822026-05-08T02:23:57.149Z Compiling tokio-rustls v0.25.0
30832026-05-08T02:23:57.167Z Compiling smoltcp v0.11.0
30842026-05-08T02:23:57.406Z Compiling typify-impl v0.6.2
30852026-05-08T02:23:57.549Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30862026-05-08T02:23:57.565Z Compiling thiserror-no-std v2.0.2
30872026-05-08T02:23:57.660Z Compiling test-strategy v0.4.5
30882026-05-08T02:23:57.684Z Compiling vsss-rs v3.3.4
30892026-05-08T02:23:57.721Z Compiling parse-display v0.10.0
30902026-05-08T02:23:57.724Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-05-08T02:23:57.787Z Compiling proc-macro-crate v3.4.0
30922026-05-08T02:23:57.986Z Compiling tabwriter v1.4.1
30932026-05-08T02:23:58.054Z Compiling num-rational v0.4.2
30942026-05-08T02:23:58.070Z Compiling cobs v0.3.0
30952026-05-08T02:23:58.086Z Compiling num-complex v0.4.6
30962026-05-08T02:23:58.247Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30972026-05-08T02:23:58.287Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-05-08T02:23:58.373Z Compiling postcard v1.1.3
30992026-05-08T02:23:58.390Z Compiling num_enum_derive v0.7.5
31002026-05-08T02:23:58.528Z Compiling num v0.4.3
31012026-05-08T02:23:58.551Z Compiling proc-macro-error v1.0.4
31022026-05-08T02:23:58.629Z Compiling proc-macro-crate v1.3.1
31032026-05-08T02:23:58.679Z Compiling foreign-types-macros v0.2.3
31042026-05-08T02:23:58.727Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31052026-05-08T02:23:58.754Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31062026-05-08T02:23:58.771Z Compiling colored v3.1.1
31072026-05-08T02:23:58.815Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31082026-05-08T02:23:58.897Z Compiling float-ord v0.3.2
31092026-05-08T02:23:58.943Z Compiling rayon-core v1.13.0
31102026-05-08T02:23:58.976Z Compiling foreign-types-shared v0.3.1
31112026-05-08T02:23:59.043Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31122026-05-08T02:23:59.043Z Compiling cpufeatures v0.3.0
31132026-05-08T02:23:59.080Z Compiling num_enum_derive v0.5.11
31142026-05-08T02:23:59.160Z Compiling chacha20 v0.10.0
31152026-05-08T02:23:59.215Z Compiling crossbeam-deque v0.8.6
31162026-05-08T02:23:59.234Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31172026-05-08T02:23:59.250Z Compiling camino-tempfile v1.4.1
31182026-05-08T02:23:59.277Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-05-08T02:23:59.294Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31202026-05-08T02:23:59.318Z Compiling cstr-argument v0.1.2
31212026-05-08T02:23:59.334Z Compiling foreign-types v0.5.0
31222026-05-08T02:23:59.440Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31232026-05-08T02:23:59.458Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-05-08T02:23:59.503Z Compiling num_enum v0.7.5
31252026-05-08T02:23:59.522Z Compiling rand v0.10.0
31262026-05-08T02:23:59.525Z Compiling toml v0.8.23
31272026-05-08T02:23:59.654Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-05-08T02:23:59.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31292026-05-08T02:23:59.739Z Compiling zone_cfg_derive v0.3.1
31302026-05-08T02:23:59.758Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-08T02:23:59.788Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31322026-05-08T02:23:59.817Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31332026-05-08T02:23:59.842Z Compiling ingot-types v0.1.2
31342026-05-08T02:23:59.880Z Compiling itertools v0.12.1
31352026-05-08T02:23:59.906Z Compiling num-derive v0.4.2
31362026-05-08T02:23:59.945Z Compiling rayon v1.11.0
31372026-05-08T02:23:59.963Z Compiling sigpipe v0.1.3
31382026-05-08T02:24:00.044Z Compiling glob v0.3.3
31392026-05-08T02:24:00.065Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-05-08T02:24:00.081Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31412026-05-08T02:24:00.142Z Compiling smf v0.2.3
31422026-05-08T02:24:00.200Z Compiling num_enum v0.5.11
31432026-05-08T02:24:00.217Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31442026-05-08T02:24:00.236Z Compiling ingot v0.1.1
31452026-05-08T02:24:00.345Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31462026-05-08T02:24:00.362Z Compiling prettyplease v0.2.37
31472026-05-08T02:24:00.365Z Compiling whoami v1.6.1
31482026-05-08T02:24:00.431Z Compiling gethostname v0.5.0
31492026-05-08T02:24:00.464Z Compiling atomicwrites v0.4.4
31502026-05-08T02:24:00.488Z Compiling usdt-macro v0.5.0
31512026-05-08T02:24:00.711Z Compiling usdt-attr-macro v0.5.0
31522026-05-08T02:24:00.732Z Compiling memmap v0.7.0
31532026-05-08T02:24:00.735Z Compiling derive-where v1.6.0
31542026-05-08T02:24:00.771Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31552026-05-08T02:24:00.931Z Compiling progenitor-client v0.13.0
31562026-05-08T02:24:00.950Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31572026-05-08T02:24:00.969Z Compiling owo-colors v4.3.0
31582026-05-08T02:24:00.972Z Compiling resolv-conf v0.7.6
31592026-05-08T02:24:01.182Z Compiling zone v0.3.1
31602026-05-08T02:24:01.286Z Compiling cancel-safe-futures v0.1.5
31612026-05-08T02:24:01.312Z Compiling libsw-core v0.3.2
31622026-05-08T02:24:01.367Z Compiling async-recursion v1.1.1
31632026-05-08T02:24:01.386Z Compiling console v0.15.11
31642026-05-08T02:24:01.520Z Compiling libsw v3.5.0
31652026-05-08T02:24:01.577Z Compiling usdt v0.5.0
31662026-05-08T02:24:01.732Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-08T02:24:01.858Z Compiling newline-converter v0.3.0
31682026-05-08T02:24:01.877Z Compiling linear-map v1.2.0
31692026-05-08T02:24:01.877Z Compiling libefi-sys v0.1.0
31702026-05-08T02:24:01.910Z Compiling hickory-proto v0.24.4
31712026-05-08T02:24:01.914Z Compiling bitfield-struct v0.6.2
31722026-05-08T02:24:01.944Z Compiling linked-hash-map v0.5.6
31732026-05-08T02:24:02.006Z Compiling expectorate v1.2.0
31742026-05-08T02:24:02.025Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31752026-05-08T02:24:02.053Z Compiling typify-macro v0.6.2
31762026-05-08T02:24:02.097Z Compiling semver v0.1.20
31772026-05-08T02:24:02.131Z Compiling tokio-dtrace v0.1.1
31782026-05-08T02:24:02.149Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31792026-05-08T02:24:02.168Z Compiling lru-cache v0.1.2
31802026-05-08T02:24:02.200Z Compiling dropshot-api-manager-types v0.7.1
31812026-05-08T02:24:02.216Z Compiling pin-project-internal v1.1.11
31822026-05-08T02:24:02.249Z Compiling slog-dtrace v0.3.0
31832026-05-08T02:24:02.341Z Compiling rustc_version v0.1.7
31842026-05-08T02:24:02.361Z Compiling minimal-lexical v0.2.1
31852026-05-08T02:24:02.391Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862026-05-08T02:24:02.417Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31872026-05-08T02:24:02.438Z Compiling oxide-tokio-rt v0.1.4
31882026-05-08T02:24:02.493Z Compiling typify-impl v0.4.3
31892026-05-08T02:24:02.541Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31902026-05-08T02:24:02.561Z Compiling snafu-derive v0.8.9
31912026-05-08T02:24:02.612Z Compiling newtype_derive v0.1.6
31922026-05-08T02:24:02.630Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-05-08T02:24:02.652Z Compiling nom v7.1.3
31942026-05-08T02:24:02.655Z Compiling phf_shared v0.12.1
31952026-05-08T02:24:02.752Z Compiling pem v3.0.6
31962026-05-08T02:24:02.835Z Compiling csv-core v0.1.13
31972026-05-08T02:24:02.875Z Compiling chrono-tz v0.10.4
31982026-05-08T02:24:02.892Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-05-08T02:24:03.087Z Compiling highway v1.3.0
32002026-05-08T02:24:03.125Z Compiling same-file v1.0.6
32012026-05-08T02:24:03.128Z Compiling xshell-macros v0.2.7
32022026-05-08T02:24:03.185Z Compiling csv v1.4.0
32032026-05-08T02:24:03.206Z Compiling const_format_proc_macros v0.2.34
32042026-05-08T02:24:03.317Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32052026-05-08T02:24:03.346Z Compiling walkdir v2.5.0
32062026-05-08T02:24:03.418Z Compiling pin-project v1.1.11
32072026-05-08T02:24:03.507Z Compiling phf v0.12.1
32082026-05-08T02:24:03.561Z Compiling xshell v0.2.7
32092026-05-08T02:24:03.564Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-05-08T02:24:03.689Z Compiling globset v0.4.18
32112026-05-08T02:24:03.696Z Compiling olpc-cjson v0.1.4
32122026-05-08T02:24:03.758Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32132026-05-08T02:24:03.832Z Compiling primeorder v0.13.6
32142026-05-08T02:24:03.897Z Compiling serde_plain v1.0.2
32152026-05-08T02:24:03.906Z Compiling typed-path v0.9.3
32162026-05-08T02:24:03.932Z Compiling typify v0.6.2
32172026-05-08T02:24:04.052Z Compiling progenitor-impl v0.14.0
32182026-05-08T02:24:04.071Z Compiling progenitor-impl v0.13.0
32192026-05-08T02:24:04.071Z Compiling hickory-resolver v0.24.4
32202026-05-08T02:24:04.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-05-08T02:24:04.125Z Compiling const_format v0.2.35
32222026-05-08T02:24:04.160Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32232026-05-08T02:24:04.507Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32242026-05-08T02:24:04.548Z Compiling tabled_derive v0.7.0
32252026-05-08T02:24:04.583Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32262026-05-08T02:24:04.655Z Compiling snafu v0.8.9
32272026-05-08T02:24:04.773Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32282026-05-08T02:24:05.027Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32292026-05-08T02:24:05.063Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32302026-05-08T02:24:05.127Z Compiling qorb v0.4.1
32312026-05-08T02:24:05.177Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-05-08T02:24:05.212Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-05-08T02:24:05.570Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-05-08T02:24:05.587Z Compiling tough v0.20.0
32352026-05-08T02:24:05.732Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-05-08T02:24:05.850Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32372026-05-08T02:24:05.854Z Compiling bcs v0.1.6
32382026-05-08T02:24:06.085Z Compiling termtree v0.5.1
32392026-05-08T02:24:06.226Z Compiling salty v0.3.0
32402026-05-08T02:24:06.271Z Compiling textwrap v0.16.2
32412026-05-08T02:24:06.363Z Compiling tabled v0.15.0
32422026-05-08T02:24:06.545Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-05-08T02:24:06.685Z Compiling steno v0.4.1
32442026-05-08T02:24:06.798Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32452026-05-08T02:24:06.816Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-05-08T02:24:06.834Z Compiling progenitor-macro v0.14.0
32472026-05-08T02:24:06.849Z Compiling progenitor-macro v0.13.0
32482026-05-08T02:24:06.940Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32492026-05-08T02:24:06.983Z Compiling radium v0.7.0
32502026-05-08T02:24:06.986Z Compiling humantime v2.3.0
32512026-05-08T02:24:07.066Z Compiling tagptr v0.2.0
32522026-05-08T02:24:07.143Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32532026-05-08T02:24:07.212Z Compiling typify-macro v0.4.3
32542026-05-08T02:24:07.237Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32552026-05-08T02:24:07.256Z Compiling base64 v0.21.7
32562026-05-08T02:24:07.283Z Compiling moka v0.12.13
32572026-05-08T02:24:07.441Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32582026-05-08T02:24:07.609Z Compiling p384 v0.13.1
32592026-05-08T02:24:07.771Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32602026-05-08T02:24:08.054Z Compiling maybe-uninit v2.0.0
32612026-05-08T02:24:08.057Z Compiling tap v1.0.1
32622026-05-08T02:24:08.114Z Compiling hickory-resolver v0.25.2
32632026-05-08T02:24:08.212Z Compiling wyz v0.5.1
32642026-05-08T02:24:08.241Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-08T02:24:08.450Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32662026-05-08T02:24:08.643Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-05-08T02:24:08.670Z Compiling proc-macro-error-attr2 v2.0.0
32682026-05-08T02:24:08.793Z Compiling funty v2.0.0
32692026-05-08T02:24:08.814Z Compiling parking_lot_core v0.8.6
32702026-05-08T02:24:08.960Z Compiling utf-8 v0.7.6
32712026-05-08T02:24:08.988Z Compiling packed_struct v0.10.1
32722026-05-08T02:24:09.014Z Compiling typify v0.4.3
32732026-05-08T02:24:09.108Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-05-08T02:24:09.111Z Compiling proc-macro-error2 v2.0.1
32752026-05-08T02:24:09.155Z Compiling bitvec v1.0.1
32762026-05-08T02:24:09.196Z Compiling tungstenite v0.21.0
32772026-05-08T02:24:09.313Z Compiling polyval v0.6.2
32782026-05-08T02:24:09.357Z Compiling git-stub v1.0.0
32792026-05-08T02:24:09.389Z Compiling packed_struct_codegen v0.10.1
32802026-05-08T02:24:09.425Z Compiling num-derive v0.3.3
32812026-05-08T02:24:09.485Z Compiling zerocopy-derive v0.6.6
32822026-05-08T02:24:09.582Z Compiling bitfield-macros v0.19.4
32832026-05-08T02:24:09.628Z Compiling indexmap v1.9.3
32842026-05-08T02:24:09.645Z Compiling crc-catalog v2.4.0
32852026-05-08T02:24:09.661Z Compiling nodrop v0.1.14
32862026-05-08T02:24:09.774Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-05-08T02:24:09.789Z Compiling array-init v0.0.4
32882026-05-08T02:24:09.855Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-05-08T02:24:10.041Z Compiling crc v3.4.0
32902026-05-08T02:24:10.064Z Compiling tokio-tungstenite v0.21.0
32912026-05-08T02:24:10.067Z Compiling git-stub-vcs v0.1.0
32922026-05-08T02:24:10.189Z Compiling tabled_derive v0.11.0
32932026-05-08T02:24:10.282Z Compiling ghash v0.5.1
32942026-05-08T02:24:10.366Z Compiling bitfield v0.19.4
32952026-05-08T02:24:10.395Z Compiling libscf-sys v1.1.0
32962026-05-08T02:24:10.412Z Compiling zerocopy v0.6.6
32972026-05-08T02:24:10.430Z Compiling smallvec v0.6.14
32982026-05-08T02:24:10.543Z Compiling progenitor-impl v0.11.2
32992026-05-08T02:24:10.643Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-05-08T02:24:10.703Z Compiling papergrid v0.17.0
33012026-05-08T02:24:10.721Z Compiling testing_table v0.3.0
33022026-05-08T02:24:10.743Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-08T02:24:10.786Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33042026-05-08T02:24:10.848Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33052026-05-08T02:24:10.917Z Compiling ctr v0.9.2
33062026-05-08T02:24:10.953Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-08T02:24:11.093Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33082026-05-08T02:24:11.156Z Compiling corncobs v0.1.4
33092026-05-08T02:24:11.274Z Compiling unicase v2.9.0
33102026-05-08T02:24:11.320Z Compiling hashbrown v0.12.3
33112026-05-08T02:24:11.348Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-08T02:24:11.367Z Compiling aes-gcm v0.10.3
33132026-05-08T02:24:11.416Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-08T02:24:11.435Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-08T02:24:11.511Z Compiling parking_lot v0.11.2
33162026-05-08T02:24:11.528Z Compiling mime_guess v2.0.5
33172026-05-08T02:24:11.613Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-05-08T02:24:11.813Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33192026-05-08T02:24:11.840Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-05-08T02:24:11.856Z Compiling tabled v0.20.0
33212026-05-08T02:24:11.859Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33222026-05-08T02:24:11.947Z Compiling serde-hex v0.1.0
33232026-05-08T02:24:11.981Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-05-08T02:24:12.034Z Compiling progenitor v0.14.0
33252026-05-08T02:24:12.051Z Compiling progenitor v0.13.0
33262026-05-08T02:24:12.125Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-05-08T02:24:12.210Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33282026-05-08T02:24:12.227Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-05-08T02:24:12.245Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33302026-05-08T02:24:12.480Z Compiling progenitor-impl v0.10.0
33312026-05-08T02:24:12.498Z Compiling ron v0.8.1
33322026-05-08T02:24:12.621Z Compiling hashbrown v0.13.2
33332026-05-08T02:24:12.639Z Compiling progenitor-client v0.11.2
33342026-05-08T02:24:12.643Z Compiling prefix-trie v0.7.0
33352026-05-08T02:24:12.772Z Compiling ssh-encoding v0.2.0
33362026-05-08T02:24:13.019Z Compiling blowfish v0.9.1
33372026-05-08T02:24:13.072Z Compiling fxhash v0.2.1
33382026-05-08T02:24:13.089Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33392026-05-08T02:24:13.163Z Compiling secrecy v0.8.0
33402026-05-08T02:24:13.245Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-05-08T02:24:13.300Z Compiling crc-any v2.5.0
33422026-05-08T02:24:13.359Z Compiling progenitor-macro v0.11.2
33432026-05-08T02:24:13.497Z Compiling sled v0.34.7
33442026-05-08T02:24:13.513Z Compiling bcrypt-pbkdf v0.10.0
33452026-05-08T02:24:13.573Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-08T02:24:13.721Z Compiling object v0.30.4
33472026-05-08T02:24:13.873Z Compiling hickory-server v0.25.2
33482026-05-08T02:24:13.911Z Compiling ssh-cipher v0.2.0
33492026-05-08T02:24:14.452Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-05-08T02:24:14.528Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33512026-05-08T02:24:14.546Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-08T02:24:14.676Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-05-08T02:24:14.847Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-08T02:24:15.184Z Compiling progenitor-macro v0.10.0
33552026-05-08T02:24:15.209Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-05-08T02:24:15.350Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33572026-05-08T02:24:15.488Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-08T02:24:15.567Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-05-08T02:24:15.847Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-05-08T02:24:16.227Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33612026-05-08T02:24:16.624Z Compiling password-hash v0.4.2
33622026-05-08T02:24:16.646Z Compiling half v1.8.3
33632026-05-08T02:24:16.693Z Compiling crc8 v0.1.1
33642026-05-08T02:24:16.840Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-05-08T02:24:16.844Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33662026-05-08T02:24:16.942Z Compiling path-slash v0.1.5
33672026-05-08T02:24:16.992Z Compiling http-range v0.1.5
33682026-05-08T02:24:17.044Z Compiling pbkdf2 v0.11.0
33692026-05-08T02:24:17.120Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-05-08T02:24:17.142Z Compiling serde_cbor v0.11.2
33712026-05-08T02:24:17.304Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33722026-05-08T02:24:17.386Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-05-08T02:24:17.450Z Compiling ssh-key v0.6.7
33742026-05-08T02:24:17.717Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-05-08T02:24:17.735Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-05-08T02:24:17.751Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-05-08T02:24:17.770Z Compiling p521 v0.13.3
33782026-05-08T02:24:17.789Z Compiling p256 v0.13.2
33792026-05-08T02:24:17.843Z Compiling yasna v0.5.2
33802026-05-08T02:24:18.200Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33812026-05-08T02:24:18.306Z Compiling kstat-rs v0.2.4
33822026-05-08T02:24:18.451Z Compiling progenitor v0.11.2
33832026-05-08T02:24:18.486Z Compiling headers-core v0.3.0
33842026-05-08T02:24:18.560Z Compiling nanorand v0.7.0
33852026-05-08T02:24:18.577Z Compiling atty v0.2.14
33862026-05-08T02:24:18.632Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-05-08T02:24:18.651Z Compiling russh-cryptovec v0.7.3
33882026-05-08T02:24:18.654Z Compiling md5 v0.7.0
33892026-05-08T02:24:18.654Z Compiling home v0.5.12
33902026-05-08T02:24:18.654Z Compiling headers v0.4.1
33912026-05-08T02:24:18.722Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33922026-05-08T02:24:18.725Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33932026-05-08T02:24:18.790Z Compiling flume v0.11.1
33942026-05-08T02:24:18.869Z Compiling russh-keys v0.45.0
33952026-05-08T02:24:18.887Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33962026-05-08T02:24:18.904Z Compiling rcgen v0.12.1
33972026-05-08T02:24:18.974Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-05-08T02:24:19.133Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33992026-05-08T02:24:19.165Z Compiling hyper-staticfile v0.10.1
34002026-05-08T02:24:19.188Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34012026-05-08T02:24:19.206Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-05-08T02:24:19.483Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-05-08T02:24:19.584Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34042026-05-08T02:24:19.713Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34052026-05-08T02:24:19.807Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34062026-05-08T02:24:20.012Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34072026-05-08T02:24:20.013Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34082026-05-08T02:24:20.047Z Compiling num-bigint v0.4.6
34092026-05-08T02:24:20.173Z Compiling des v0.8.1
34102026-05-08T02:24:20.238Z Compiling subprocess v0.2.15
34112026-05-08T02:24:20.294Z Compiling progenitor v0.10.0
34122026-05-08T02:24:20.319Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-05-08T02:24:20.395Z Compiling hex-literal v0.4.1
34142026-05-08T02:24:20.476Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-05-08T02:24:20.494Z Compiling display-error-chain v0.2.2
34162026-05-08T02:24:20.497Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-05-08T02:24:20.532Z Compiling colored v2.2.0
34182026-05-08T02:24:20.669Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192026-05-08T02:24:20.813Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34202026-05-08T02:24:20.831Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34212026-05-08T02:24:20.950Z Compiling socket2 v0.5.10
34222026-05-08T02:24:21.025Z Compiling internet-checksum v0.2.1
34232026-05-08T02:24:21.222Z Compiling russh v0.45.0
34242026-05-08T02:24:21.713Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-05-08T02:24:21.745Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-05-08T02:24:24.270Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-05-08T02:24:24.924Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34282026-05-08T02:24:25.396Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-05-08T02:24:26.135Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34302026-05-08T02:24:34.052Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34312026-05-08T02:24:34.052Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-08T02:24:34.052Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-05-08T02:24:34.055Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-05-08T02:24:35.822Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34352026-05-08T02:24:35.911Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34362026-05-08T02:24:39.985Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-05-08T02:24:41.415Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34382026-05-08T02:25:00.456Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-05-08T02:25:18.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34402026-05-08T02:25:18.922Z
34412026-05-08T02:25:18.922Zreal 1:25.425372585
34422026-05-08T02:25:18.922Zuser 8:20.866990212
34432026-05-08T02:25:18.922Zsys 1:41.539647651
34442026-05-08T02:25:18.922Ztrap 0.260435319
34452026-05-08T02:25:18.922Ztflt 0.524731323
34462026-05-08T02:25:18.922Zdflt 1.833450786
34472026-05-08T02:25:18.922Zkflt 0.000430830
34482026-05-08T02:25:18.922Zlock 29:46.033256571
34492026-05-08T02:25:18.922Zslp 19:22.882027911
34502026-05-08T02:25:18.922Zlat 41.160778442
34512026-05-08T02:25:18.922Zstop 2:53.855866931
34522026-05-08T02:25:18.926Z+ mkdir tests
34532026-05-08T02:25:18.928Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34542026-05-08T02:25:18.928Z+ xargs -I '{}' -t cp '{}' tests/
34552026-05-08T02:25:18.953Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34562026-05-08T02:25:18.980Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34572026-05-08T02:25:19.008Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34582026-05-08T02:25:19.039Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34592026-05-08T02:25:19.359Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34602026-05-08T02:25:19.363Z+ 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 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34612026-05-08T02:26:38.307ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34622026-05-08T02:26:38.307Za .github/buildomat/ci-env.sh 1K
34632026-05-08T02:26:38.307Za out/target/test 1K
34642026-05-08T02:26:38.308Za out/npuzone/npuzone 27402K
34652026-05-08T02:26:38.308Za package-manifest.toml 35K
34662026-05-08T02:26:38.308Za smf/sled-agent/non-gimlet/config.toml 6K
34672026-05-08T02:26:38.308Za target/release/omicron-package 44932K
34682026-05-08T02:26:38.308Za target/release/xtask 11449K
34692026-05-08T02:26:38.308Za target/debug/bootstrap 352212K
34702026-05-08T02:26:38.308Za tests/bootstrap-a30bd6ce46b8f667 31215K
34712026-05-08T02:26:38.308Za tests/commtest-6ff027522a55cd83 32299K
34722026-05-08T02:26:38.308Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34732026-05-08T02:26:38.308Za tests/end_to_end_tests-06879957ae11aa92 393323K
34742026-05-08T02:26:38.308Za tools/opte_version 1K
34752026-05-08T02:26:38.308Za tools/opte_version_override 2K
34762026-05-08T02:26:38.308Za out/clickhouse.tar.gz 319023K
34772026-05-08T02:26:38.308Za out/clickhouse_keeper.tar.gz 304364K
34782026-05-08T02:26:38.308Za out/clickhouse_server.tar.gz 319022K
34792026-05-08T02:26:38.308Za out/cockroachdb.tar.gz 164663K
34802026-05-08T02:26:38.308Za out/crucible-pantry-zone.tar.gz 43697K
34812026-05-08T02:26:38.308Za out/crucible-utils.tar 17744K
34822026-05-08T02:26:38.308Za out/crucible-zone.tar.gz 57835K
34832026-05-08T02:26:38.308Za out/external-dns.tar.gz 49314K
34842026-05-08T02:26:38.308Za out/internal-dns.tar.gz 49314K
34852026-05-08T02:26:38.308Za out/mg-ddm-gz.tar 95141K
34862026-05-08T02:26:38.308Za out/nexus.tar.gz 220035K
34872026-05-08T02:26:38.308Za out/ntp.tar.gz 31660K
34882026-05-08T02:26:38.308Za out/omicron-gateway-softnpu.tar.gz 28515K
34892026-05-08T02:26:38.308Za out/omicron-sled-agent.tar 198944K
34902026-05-08T02:26:38.308Za out/overlay.tar.gz 3K
34912026-05-08T02:26:38.308Za out/oximeter.tar.gz 65358K
34922026-05-08T02:26:38.308Za out/oxlog.tar 3782K
34932026-05-08T02:26:38.308Za out/probe.tar.gz 3037K
34942026-05-08T02:26:38.308Za out/propolis-server.tar.gz 38727K
34952026-05-08T02:26:38.308Za out/pumpkind-gz.tar 26647K
34962026-05-08T02:26:38.308Za out/switch-softnpu.tar.gz 392864K
34972026-05-08T02:26:38.312Z
34982026-05-08T02:26:38.312Zreal 1:18.946218598
34992026-05-08T02:26:38.312Zuser 1:16.335520306
35002026-05-08T02:26:38.312Zsys 4.360872377
35012026-05-08T02:26:38.312Ztrap 0.006143344
35022026-05-08T02:26:38.312Ztflt 0.000000000
35032026-05-08T02:26:38.312Zdflt 0.000000000
35042026-05-08T02:26:38.312Zkflt 0.000000000
35052026-05-08T02:26:38.312Zlock 0.000000000
35062026-05-08T02:26:38.312Zslp 1:16.195109860
35072026-05-08T02:26:38.312Zlat 0.988852724
35082026-05-08T02:26:38.312Zstop 0.000532480
35092026-05-08T02:26:38.312Zprocess exited: duration 930584 ms, exit code 0
 
35102026-05-08T02:26:38.326Zfound 1 output files
35112026-05-08T02:26:38.326Zuploading: /work/package.tar.gz (2431135320 bytes)
35122026-05-08T02:27:05.202Zuploaded: /work/package.tar.gz