01KR4T09GYB7991T1VTQJ8RCXX: 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: 01KR4T0R9HZJDNR75ZMDBZ1PB7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T22:07:09.307Zjob assigned to worker 01KR4T1A6NP231E25RAF47ZKJC [factory aws, i-009592f9de14c965f] (queued for 1 m 3 s)
 
22026-05-08T22:07:16.663Zstarting task 0: "setup"
32026-05-08T22:07:16.668Z++ uname -s
42026-05-08T22:07:16.671Z+ kern=SunOS
52026-05-08T22:07:16.671Z+ build_user=build
62026-05-08T22:07:16.671Z+ build_uid=12345
72026-05-08T22:07:16.671Z+ work_dir=/work
82026-05-08T22:07:16.671Z+ input_dir=/input
92026-05-08T22:07:16.671Z+ [[ 0 == 12345 ]]
102026-05-08T22:07:16.671Z+ case "$kern" in
112026-05-08T22:07:16.671Z+ groupadd -g 12345 build
122026-05-08T22:07:16.674Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T22:07:18.679Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T22:07:18.803Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T22:07:18.806Z+ home_fs=zfs
162026-05-08T22:07:18.806Z+ [[ zfs == autofs ]]
172026-05-08T22:07:18.806Z+ mkdir -p /home/build
182026-05-08T22:07:18.809Z+ chown build:build /home/build /work
192026-05-08T22:07:20.809Z+ chmod 0700 /home/build /work
202026-05-08T22:07:20.812Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-08T22:07:20.819Zstarting task 1: "rust-toolchain"
222026-05-08T22:07:20.824Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T22:07:20.824Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T22:07:20.824Z * rust toolchain channel = "1.94.0"
252026-05-08T22:07:20.824Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T22:07:20.824Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T22:07:20.824Z * rust toolchain profile = "default"
282026-05-08T22:07:20.828Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T22:07:20.828Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T22:07:20.959Zinfo: downloading installer
312026-05-08T22:07:22.404Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T22:07:22.404Zwarn: /home/build/.rustup/settings.toml
332026-05-08T22:07:22.404Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T22:07:22.404Zwarn: instead of the one inferred from the default host triple.
352026-05-08T22:07:22.417Zinfo: profile set to default
362026-05-08T22:07:22.417Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T22:07:22.420Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T22:07:22.561Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T22:07:22.565Zinfo: downloading 6 components
402026-05-08T22:07:37.460Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T22:07:37.460Z
422026-05-08T22:07:37.489Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T22:07:37.489Z
442026-05-08T22:07:37.489Z
452026-05-08T22:07:37.489ZRust is installed now. Great!
462026-05-08T22:07:37.489Z
472026-05-08T22:07:37.489ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T22:07:37.489Zenvironment variable. This has not been done automatically.
492026-05-08T22:07:37.489Z
502026-05-08T22:07:37.489ZTo configure your current shell, you need to source
512026-05-08T22:07:37.489Zthe corresponding env file under $HOME/.cargo.
522026-05-08T22:07:37.493Z
532026-05-08T22:07:37.493ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T22:07:37.493Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T22:07:37.493Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T22:07:37.493Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T22:07:37.493Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T22:07:37.493Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T22:07:37.493Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T22:07:37.493Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T22:07:37.493Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T22:07:37.589Z+ rustup --version
632026-05-08T22:07:37.596Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T22:07:37.600Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T22:07:37.619Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T22:07:37.622Z+ cargo --version
672026-05-08T22:07:37.630Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T22:07:37.633Z+ rustc --version
692026-05-08T22:07:37.653Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T22:07:37.656Zprocess exited: duration 16837 ms, exit code 0
 
712026-05-08T22:07:37.663Zstarting task 2: "authentication"
722026-05-08T22:07:37.685Zprocess exited: duration 20 ms, exit code 0
 
732026-05-08T22:07:37.691Zstarting task 3: "clone repository"
742026-05-08T22:07:37.695Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T22:07:37.700Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T22:07:37.732ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T22:07:47.518Z+ cd /work/oxidecomputer/omicron
782026-05-08T22:07:47.518Z+ git fetch origin 156f06e961a1303a023d07d565773436aa5add46
792026-05-08T22:07:47.832ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T22:07:47.832Z * branch 156f06e961a1303a023d07d565773436aa5add46 -> FETCH_HEAD
812026-05-08T22:07:47.846Z+ [[ -n manual-disk-adoption ]]
822026-05-08T22:07:47.850Z++ git branch --show-current
832026-05-08T22:07:47.850Z+ current=main
842026-05-08T22:07:47.850Z+ [[ main != manual-disk-adoption ]]
852026-05-08T22:07:47.850Z+ git branch -f manual-disk-adoption 156f06e961a1303a023d07d565773436aa5add46
862026-05-08T22:07:47.853Z+ git checkout -f manual-disk-adoption
872026-05-08T22:07:48.084ZSwitched to branch 'manual-disk-adoption'
882026-05-08T22:07:48.088Z+ git reset --hard 156f06e961a1303a023d07d565773436aa5add46
892026-05-08T22:07:48.102ZHEAD is now at 156f06e96 NAMESPACE!!!!!!!!!!!!!
902026-05-08T22:07:48.106Zprocess exited: duration 10410 ms, exit code 0
 
912026-05-08T22:07:48.112Zstarting task 4: "build"
922026-05-08T22:07:48.117Z+ source .github/buildomat/ci-env.sh
932026-05-08T22:07:48.117Z++ export CARGO_TERM_COLOR=always
942026-05-08T22:07:48.117Z++ CARGO_TERM_COLOR=always
952026-05-08T22:07:48.117Z+ cargo --version
962026-05-08T22:07:48.127Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T22:07:48.131Z+ rustc --version
982026-05-08T22:07:48.152Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T22:07:48.155Z+ WORK=/work
1002026-05-08T22:07:48.155Z+ pfexec mkdir -p /work
1012026-05-08T22:07:48.158Z+ pfexec chown build /work
1022026-05-08T22:07:48.161Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-08T22:07:49.668Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-08T22:07:49.717Z Startup: Caching catalogs ... Done
1052026-05-08T22:07:49.868ZPlanning: Solver setup ... Done (0.121s)
1062026-05-08T22:07:49.877ZPlanning: Running solver ... Done (0.009s)
1072026-05-08T22:07:49.882ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-08T22:07:49.893ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-08T22:07:49.916ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-08T22:07:49.929ZPlanning: Package planning ... Done (0.013s)
1112026-05-08T22:07:49.932ZPlanning: Merging actions ... Done (0.002s)
1122026-05-08T22:07:50.121ZPlanning: Checking for conflicting actions ... Done (0.189s)
1132026-05-08T22:07:50.124ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-08T22:07:50.997ZPlanning: Evaluating mediators ... Done (0.876s)
1152026-05-08T22:07:51.003ZPlanning: Planning completed in 1.26 seconds
1162026-05-08T22:07:51.065Z Packages to install: 2
1172026-05-08T22:07:51.065Z Estimated space available: 156.08 GB
1182026-05-08T22:07:51.071ZEstimated space to be consumed: 16.95 MB
1192026-05-08T22:07:51.071Z Create boot environment: No
1202026-05-08T22:07:51.071ZCreate backup boot environment: No
1212026-05-08T22:07:51.071Z Rebuild boot archive: No
1222026-05-08T22:07:51.071Z
1232026-05-08T22:07:51.071ZChanged packages:
1242026-05-08T22:07:51.071Zhelios
1252026-05-08T22:07:51.071Z developer/build-essential
1262026-05-08T22:07:51.071Z None -> 11-3.0
1272026-05-08T22:07:51.071Z library/libxmlsec1
1282026-05-08T22:07:51.071Z None -> 1.2.35-3.0
1292026-05-08T22:07:51.091Z
1302026-05-08T22:07:51.092ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-08T22:07:51.664ZDownload: Completed 1.28 MB in 0.57 seconds (2.2M/s)
1322026-05-08T22:07:51.742Z Actions: 1/268 actions (Installing new actions)
1332026-05-08T22:07:51.780Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-08T22:07:51.787ZFinalize: Updating package state database ... Done (0.005s)
1352026-05-08T22:07:51.787ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-08T22:07:51.796ZFinalize: Updating image state ... Done (0.012s)
1372026-05-08T22:07:54.349ZFinalize: Creating fast lookup database ... Done (2.531s)
1382026-05-08T22:07:54.419ZFinalize: Reading search index ... Done (0.011s)
1392026-05-08T22:07:54.424ZFinalize: Updating search index ... Done (0.000s)
1402026-05-08T22:07:54.516ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-08T22:07:54.805ZPlanning: Evaluating mediator changes ... Done
1422026-05-08T22:07:54.911ZPlanning: Checking for conflicting actions ... Done
1432026-05-08T22:07:54.914ZPlanning: Consolidating action changes ... Done
1442026-05-08T22:07:55.070ZPlanning: Evaluating mediators ... Done
1452026-05-08T22:07:55.074ZPlanning: Planning completed in 0.27 seconds
1462026-05-08T22:07:55.094Z Mediators to change: 2
1472026-05-08T22:07:55.094Z Create boot environment: No
1482026-05-08T22:07:55.094ZCreate backup boot environment: No
1492026-05-08T22:07:55.164ZFinalize: Updating package state database ... Done
1502026-05-08T22:07:55.164ZFinalize: Updating package cache ... Done
1512026-05-08T22:07:55.173ZFinalize: Updating image state ... Done
1522026-05-08T22:07:57.129ZFinalize: Creating fast lookup database ... Done
1532026-05-08T22:07:57.192ZFinalize: Reading search index ... Done
1542026-05-08T22:07:57.195ZFinalize: Updating search index ... Done
1552026-05-08T22:07:57.278ZFinalize: Updating package cache ... Done
1562026-05-08T22:07:57.566ZPlanning: Evaluating mediator changes ... Done
1572026-05-08T22:07:57.672ZPlanning: Checking for conflicting actions ... Done
1582026-05-08T22:07:57.676ZPlanning: Consolidating action changes ... Done
1592026-05-08T22:07:57.834ZPlanning: Evaluating mediators ... Done
1602026-05-08T22:07:57.838ZPlanning: Planning completed in 0.27 seconds
1612026-05-08T22:07:57.858Z Mediators to change: 1
1622026-05-08T22:07:57.858Z Create boot environment: No
1632026-05-08T22:07:57.858ZCreate backup boot environment: No
1642026-05-08T22:07:57.915ZFinalize: Updating package state database ... Done
1652026-05-08T22:07:57.915ZFinalize: Updating package cache ... Done
1662026-05-08T22:07:57.923ZFinalize: Updating image state ... Done
1672026-05-08T22:07:59.882ZFinalize: Creating fast lookup database ... Done
1682026-05-08T22:07:59.943ZFinalize: Reading search index ... Done
1692026-05-08T22:07:59.946ZFinalize: Updating search index ... Done
1702026-05-08T22:08:00.014ZFinalize: Updating package cache ... Done
1712026-05-08T22:08:00.326ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-08T22:08:00.326Zapache system 2.4 system
1732026-05-08T22:08:00.326Zclang system 15 system
1742026-05-08T22:08:00.326Zcsh system system illumos
1752026-05-08T22:08:00.326Zctags system system illumos
1762026-05-08T22:08:00.326Zfile vendor vendor darwinsys
1772026-05-08T22:08:00.326Zfile system system illumos
1782026-05-08T22:08:00.326Zgcc vendor 14 vendor
1792026-05-08T22:08:00.326Zgcc system 13 system
1802026-05-08T22:08:00.326Zgcc system 10 system
1812026-05-08T22:08:00.326Zgo system 1.25 system
1822026-05-08T22:08:00.326Zllvm system 15 system
1832026-05-08T22:08:00.326Zmariadb system 11.4 system
1842026-05-08T22:08:00.326Zmta vendor vendor dma
1852026-05-08T22:08:00.326Zopenjdk system 17 system
1862026-05-08T22:08:00.326Zopenjdk system 11 system
1872026-05-08T22:08:00.326Zopenssl vendor 3 vendor
1882026-05-08T22:08:00.326Zperl system 5.40 system
1892026-05-08T22:08:00.326Zpostgresql system 18 system
1902026-05-08T22:08:00.326Zpostgresql system 17 system
1912026-05-08T22:08:00.326Zpython vendor 3 vendor
1922026-05-08T22:08:00.326Zpython system 2 system
1932026-05-08T22:08:00.326Zpython3 vendor 3.13 vendor
1942026-05-08T22:08:00.326Zruby system 3.4 system
1952026-05-08T22:08:00.326Zruby system 3.0 system
1962026-05-08T22:08:00.326Zwords vendor vendor american-english
1972026-05-08T22:08:00.326Zwords system system australian-english
1982026-05-08T22:08:00.326Zwords system system british-english
1992026-05-08T22:08:00.326Zwords system system canadian-english
2002026-05-08T22:08:00.326Zwords system system french
2012026-05-08T22:08:00.327Zwords system system italian
2022026-05-08T22:08:00.327Zwords system system ngerman
2032026-05-08T22:08:00.327Zwords system system ogerman
2042026-05-08T22:08:00.327Zwords system system spanish
2052026-05-08T22:08:00.578ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-08T22:08:00.579Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-08T22:08:00.835ZFMRI IFO
2082026-05-08T22:08:00.835Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-08T22:08:00.835Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-08T22:08:00.835Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-08T22:08:00.835Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-08T22:08:00.835Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-08T22:08:00.835Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-08T22:08:00.835Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-08T22:08:00.835Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-08T22:08:00.835Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-08T22:08:01.062Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-08T22:08:01.370Z Updating crates.io index
2192026-05-08T22:08:01.374Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-08T22:08:01.939Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-08T22:08:02.370Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-08T22:08:02.878Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-08T22:08:03.620Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-08T22:08:04.104Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-08T22:08:05.567Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-08T22:08:06.445Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-08T22:08:06.727Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-08T22:08:07.447Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-08T22:08:08.017Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-08T22:08:08.495Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-08T22:08:08.918Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-08T22:08:09.802Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-08T22:08:10.425Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-08T22:08:10.987Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-08T22:08:11.367Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-08T22:08:11.673Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-08T22:08:12.020Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-08T22:08:12.264Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-08T22:08:12.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-08T22:08:12.923Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-08T22:08:13.333Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-08T22:08:13.979Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-08T22:08:14.223Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-08T22:08:14.535Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-08T22:08:15.703Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-08T22:08:16.291Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-08T22:08:16.846Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-08T22:08:17.263Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-08T22:08:17.769Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-08T22:08:18.112Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-08T22:08:18.421Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-08T22:08:19.056Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-08T22:08:19.291Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-08T22:08:19.501Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-08T22:08:19.742Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-08T22:08:20.187Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-08T22:08:32.285Z Downloading crates ...
2582026-05-08T22:08:32.341Z Downloaded cargo-platform v0.2.0
2592026-05-08T22:08:32.352Z Downloaded fnv v1.0.7
2602026-05-08T22:08:32.356Z Downloaded scroll v0.12.0
2612026-05-08T22:08:32.356Z Downloaded cargo_toml v0.21.0
2622026-05-08T22:08:32.363Z Downloaded fastrand v2.3.0
2632026-05-08T22:08:32.367Z Downloaded zmij v1.0.21
2642026-05-08T22:08:32.367Z Downloaded equivalent v1.0.2
2652026-05-08T22:08:32.367Z Downloaded cpufeatures v0.2.17
2662026-05-08T22:08:32.372Z Downloaded block-buffer v0.10.4
2672026-05-08T22:08:32.376Z Downloaded dtrace-parser v0.2.0
2682026-05-08T22:08:32.376Z Downloaded colorchoice v1.0.4
2692026-05-08T22:08:32.376Z Downloaded anstyle-query v1.1.5
2702026-05-08T22:08:32.379Z Downloaded toml_datetime v0.6.11
2712026-05-08T22:08:32.383Z Downloaded toml_write v0.1.2
2722026-05-08T22:08:32.383Z Downloaded textwrap v0.16.2
2732026-05-08T22:08:32.386Z Downloaded zerofrom-derive v0.1.6
2742026-05-08T22:08:32.386Z Downloaded memmap v0.7.0
2752026-05-08T22:08:32.386Z Downloaded dof v0.3.0
2762026-05-08T22:08:32.386Z Downloaded cfg-if v1.0.4
2772026-05-08T22:08:32.389Z Downloaded usdt-macro v0.5.0
2782026-05-08T22:08:32.389Z Downloaded toml_edit v0.22.27
2792026-05-08T22:08:32.392Z Downloaded crypto-common v0.1.7
2802026-05-08T22:08:32.396Z Downloaded form_urlencoded v1.2.2
2812026-05-08T22:08:32.396Z Downloaded utf8_iter v1.0.4
2822026-05-08T22:08:32.396Z Downloaded usdt v0.5.0
2832026-05-08T22:08:32.396Z Downloaded errno v0.3.14
2842026-05-08T22:08:32.399Z Downloaded usdt-attr-macro v0.5.0
2852026-05-08T22:08:32.402Z Downloaded typeid v1.0.3
2862026-05-08T22:08:32.406Z Downloaded version_check v0.9.5
2872026-05-08T22:08:32.406Z Downloaded bytecount v0.6.9
2882026-05-08T22:08:32.409Z Downloaded scroll_derive v0.12.1
2892026-05-08T22:08:32.409Z Downloaded zerofrom v0.1.6
2902026-05-08T22:08:32.409Z Downloaded utf8parse v0.2.2
2912026-05-08T22:08:32.409Z Downloaded yoke-derive v0.8.1
2922026-05-08T22:08:32.413Z Downloaded terminal_size v0.4.3
2932026-05-08T22:08:32.414Z Downloaded thread-id v4.2.2
2942026-05-08T22:08:32.417Z Downloaded is_terminal_polyfill v1.70.2
2952026-05-08T22:08:32.417Z Downloaded heck v0.5.0
2962026-05-08T22:08:32.421Z Downloaded zerovec-derive v0.11.2
2972026-05-08T22:08:32.421Z Downloaded writeable v0.6.2
2982026-05-08T22:08:32.424Z Downloaded unicode-xid v0.2.6
2992026-05-08T22:08:32.424Z Downloaded proc-macro-error-attr v1.0.4
3002026-05-08T22:08:32.424Z Downloaded tinystr v0.8.2
3012026-05-08T22:08:32.424Z Downloaded anstream v0.6.21
3022026-05-08T22:08:32.429Z Downloaded unicode-linebreak v0.1.5
3032026-05-08T22:08:32.429Z Downloaded usdt-impl v0.5.0
3042026-05-08T22:08:32.429Z Downloaded thiserror-impl v2.0.18
3052026-05-08T22:08:32.433Z Downloaded thiserror v1.0.69
3062026-05-08T22:08:32.433Z Downloaded thiserror-impl v1.0.69
3072026-05-08T22:08:32.433Z Downloaded thiserror v2.0.18
3082026-05-08T22:08:32.438Z Downloaded yoke v0.8.1
3092026-05-08T22:08:32.442Z Downloaded zerocopy-derive v0.7.35
3102026-05-08T22:08:32.447Z Downloaded potential_utf v0.1.4
3112026-05-08T22:08:32.447Z Downloaded toml v0.8.23
3122026-05-08T22:08:32.450Z Downloaded plain v0.2.3
3132026-05-08T22:08:32.450Z Downloaded unicode-ident v1.0.24
3142026-05-08T22:08:32.453Z Downloaded heck v0.4.1
3152026-05-08T22:08:32.457Z Downloaded tabled_derive v0.7.0
3162026-05-08T22:08:32.457Z Downloaded idna_adapter v1.2.1
3172026-05-08T22:08:32.462Z Downloaded generic-array v0.14.7
3182026-05-08T22:08:32.466Z Downloaded ucd-trie v0.1.7
3192026-05-08T22:08:32.466Z Downloaded erased-serde v0.4.9
3202026-05-08T22:08:32.466Z Downloaded anstyle v1.0.13
3212026-05-08T22:08:32.469Z Downloaded typenum v1.19.0
3222026-05-08T22:08:32.472Z Downloaded zerotrie v0.2.3
3232026-05-08T22:08:32.473Z Downloaded anstyle-parse v0.2.7
3242026-05-08T22:08:32.476Z Downloaded url v2.5.8
3252026-05-08T22:08:32.482Z Downloaded zerovec v0.11.5
3262026-05-08T22:08:32.493Z Downloaded zerocopy v0.7.35
3272026-05-08T22:08:32.501Z Downloaded macaddr v1.0.1
3282026-05-08T22:08:32.505Z Downloaded itoa v1.0.17
3292026-05-08T22:08:32.505Z Downloaded winnow v0.7.14
3302026-05-08T22:08:32.508Z Downloaded serde-value v0.7.0
3312026-05-08T22:08:32.511Z Downloaded strsim v0.11.1
3322026-05-08T22:08:32.511Z Downloaded pretty-hex v0.4.1
3332026-05-08T22:08:32.511Z Downloaded swrite v0.1.0
3342026-05-08T22:08:32.515Z Downloaded ordered-float v2.10.1
3352026-05-08T22:08:32.515Z Downloaded icu_normalizer_data v2.1.1
3362026-05-08T22:08:32.518Z Downloaded cargo_metadata v0.21.0
3372026-05-08T22:08:32.518Z Downloaded anyhow v1.0.102
3382026-05-08T22:08:32.523Z Downloaded unicode-width v0.2.0
3392026-05-08T22:08:32.526Z Downloaded unicode-width v0.1.14
3402026-05-08T22:08:32.529Z Downloaded clap_lex v1.0.0
3412026-05-08T22:08:32.533Z Downloaded serde_spanned v0.6.9
3422026-05-08T22:08:32.537Z Downloaded smawk v0.3.2
3432026-05-08T22:08:32.541Z Downloaded percent-encoding v2.3.2
3442026-05-08T22:08:32.547Z Downloaded sha2 v0.10.9
3452026-05-08T22:08:32.550Z Downloaded camino-tempfile v1.4.1
3462026-05-08T22:08:32.550Z Downloaded byteorder v1.5.0
3472026-05-08T22:08:32.554Z Downloaded digest v0.10.7
3482026-05-08T22:08:32.554Z Downloaded quote v1.0.45
3492026-05-08T22:08:32.561Z Downloaded pest_generator v2.8.6
3502026-05-08T22:08:32.567Z Downloaded num-traits v0.2.19
3512026-05-08T22:08:32.570Z Downloaded getrandom v0.4.1
3522026-05-08T22:08:32.587Z Downloaded autocfg v1.5.0
3532026-05-08T22:08:32.590Z Downloaded serde_tokenstream v0.2.3
3542026-05-08T22:08:32.590Z Downloaded serde-untagged v0.1.9
3552026-05-08T22:08:32.593Z Downloaded synstructure v0.13.2
3562026-05-08T22:08:32.597Z Downloaded stable_deref_trait v1.2.1
3572026-05-08T22:08:32.607Z Downloaded once_cell v1.21.3
3582026-05-08T22:08:32.610Z Downloaded displaydoc v0.2.5
3592026-05-08T22:08:32.614Z Downloaded proc-macro-error v1.0.4
3602026-05-08T22:08:32.618Z Downloaded proc-macro2 v1.0.106
3612026-05-08T22:08:32.621Z Downloaded serde_core v1.0.228
3622026-05-08T22:08:32.621Z Downloaded icu_provider v2.1.1
3632026-05-08T22:08:32.625Z Downloaded fs-err v3.3.0
3642026-05-08T22:08:32.626Z Downloaded smallvec v1.15.1
3652026-05-08T22:08:32.626Z Downloaded indexmap v2.14.0
3662026-05-08T22:08:32.629Z Downloaded semver v1.0.28
3672026-05-08T22:08:32.629Z Downloaded pest_derive v2.8.6
3682026-05-08T22:08:32.632Z Downloaded clap_derive v4.5.55
3692026-05-08T22:08:32.652Z Downloaded litemap v0.8.1
3702026-05-08T22:08:32.655Z Downloaded cargo-util-schemas v0.8.2
3712026-05-08T22:08:32.658Z Downloaded papergrid v0.11.0
3722026-05-08T22:08:32.666Z Downloaded serde v1.0.228
3732026-05-08T22:08:32.676Z Downloaded camino v1.2.2
3742026-05-08T22:08:32.680Z Downloaded clap v4.5.60
3752026-05-08T22:08:32.686Z Downloaded bitflags v2.11.0
3762026-05-08T22:08:32.696Z Downloaded tempfile v3.25.0
3772026-05-08T22:08:32.707Z Downloaded serde_derive v1.0.228
3782026-05-08T22:08:32.710Z Downloaded log v0.4.29
3792026-05-08T22:08:32.713Z Downloaded icu_normalizer v2.1.1
3802026-05-08T22:08:32.716Z Downloaded icu_locale_core v2.1.1
3812026-05-08T22:08:32.722Z Downloaded pest_meta v2.8.6
3822026-05-08T22:08:32.723Z Downloaded icu_properties v2.1.2
3832026-05-08T22:08:32.732Z Downloaded icu_collections v2.1.1
3842026-05-08T22:08:32.737Z Downloaded memchr v2.8.0
3852026-05-08T22:08:32.772Z Downloaded pest v2.8.6
3862026-05-08T22:08:32.809Z Downloaded hashbrown v0.17.0
3872026-05-08T22:08:32.813Z Downloaded goblin v0.8.2
3882026-05-08T22:08:32.819Z Downloaded idna v1.1.0
3892026-05-08T22:08:32.822Z Downloaded serde_json v1.0.149
3902026-05-08T22:08:32.825Z Downloaded icu_properties_data v2.1.2
3912026-05-08T22:08:32.839Z Downloaded tabled v0.15.0
3922026-05-08T22:08:32.847Z Downloaded clap_builder v4.5.60
3932026-05-08T22:08:32.880Z Downloaded syn v1.0.109
3942026-05-08T22:08:32.891Z Downloaded syn v2.0.117
3952026-05-08T22:08:32.920Z Downloaded rustix v1.1.3
3962026-05-08T22:08:32.960Z Downloaded libc v0.2.185
3972026-05-08T22:08:33.025Z Compiling proc-macro2 v1.0.106
3982026-05-08T22:08:33.028Z Compiling unicode-ident v1.0.24
3992026-05-08T22:08:33.028Z Compiling quote v1.0.45
4002026-05-08T22:08:33.028Z Compiling serde_core v1.0.228
4012026-05-08T22:08:33.028Z Compiling libc v0.2.185
4022026-05-08T22:08:33.028Z Compiling version_check v0.9.5
4032026-05-08T22:08:33.028Z Compiling stable_deref_trait v1.2.1
4042026-05-08T22:08:33.028Z Compiling memchr v2.8.0
4052026-05-08T22:08:33.028Z Compiling serde v1.0.228
4062026-05-08T22:08:33.205Z Compiling zmij v1.0.21
4072026-05-08T22:08:33.209Z Compiling thiserror v1.0.69
4082026-05-08T22:08:33.209Z Compiling ucd-trie v0.1.7
4092026-05-08T22:08:33.209Z Compiling autocfg v1.5.0
4102026-05-08T22:08:33.223Z Compiling itoa v1.0.17
4112026-05-08T22:08:33.227Z Compiling writeable v0.6.2
4122026-05-08T22:08:33.382Z Compiling litemap v0.8.1
4132026-05-08T22:08:33.418Z Compiling rustix v1.1.3
4142026-05-08T22:08:33.581Z Compiling icu_normalizer_data v2.1.1
4152026-05-08T22:08:33.664Z Compiling byteorder v1.5.0
4162026-05-08T22:08:33.668Z Compiling icu_properties_data v2.1.2
4172026-05-08T22:08:33.756Z Compiling bitflags v2.11.0
4182026-05-08T22:08:33.770Z Compiling pest v2.8.6
4192026-05-08T22:08:33.863Z Compiling serde_json v1.0.149
4202026-05-08T22:08:33.884Z Compiling num-traits v0.2.19
4212026-05-08T22:08:34.019Z Compiling hashbrown v0.17.0
4222026-05-08T22:08:34.057Z Compiling smallvec v1.15.1
4232026-05-08T22:08:34.060Z Compiling typeid v1.0.3
4242026-05-08T22:08:34.167Z Compiling equivalent v1.0.2
4252026-05-08T22:08:34.227Z Compiling usdt-impl v0.5.0
4262026-05-08T22:08:34.247Z Compiling proc-macro-error-attr v1.0.4
4272026-05-08T22:08:34.250Z Compiling erased-serde v0.4.9
4282026-05-08T22:08:34.308Z Compiling syn v1.0.109
4292026-05-08T22:08:34.311Z Compiling winnow v0.7.14
4302026-05-08T22:08:34.311Z Compiling toml_write v0.1.2
4312026-05-08T22:08:34.368Z Compiling proc-macro-error v1.0.4
4322026-05-08T22:08:34.373Z Compiling utf8parse v0.2.2
4332026-05-08T22:08:34.492Z Compiling errno v0.3.14
4342026-05-08T22:08:34.492Z Compiling thread-id v4.2.2
4352026-05-08T22:08:34.549Z Compiling indexmap v2.14.0
4362026-05-08T22:08:34.610Z Compiling percent-encoding v2.3.2
4372026-05-08T22:08:34.648Z Compiling camino v1.2.2
4382026-05-08T22:08:34.648Z Compiling getrandom v0.4.1
4392026-05-08T22:08:34.705Z Compiling syn v2.0.117
4402026-05-08T22:08:34.744Z Compiling utf8_iter v1.0.4
4412026-05-08T22:08:34.747Z Compiling plain v0.2.3
4422026-05-08T22:08:34.781Z Compiling log v0.4.29
4432026-05-08T22:08:34.785Z Compiling thiserror v2.0.18
4442026-05-08T22:08:34.906Z Compiling form_urlencoded v1.2.2
4452026-05-08T22:08:34.933Z Compiling pest_meta v2.8.6
4462026-05-08T22:08:35.037Z Compiling ordered-float v2.10.1
4472026-05-08T22:08:35.132Z Compiling anstyle-parse v0.2.7
4482026-05-08T22:08:35.170Z Compiling is_terminal_polyfill v1.70.2
4492026-05-08T22:08:35.216Z Compiling anstyle-query v1.1.5
4502026-05-08T22:08:35.237Z Compiling colorchoice v1.0.4
4512026-05-08T22:08:35.256Z Compiling cfg-if v1.0.4
4522026-05-08T22:08:35.296Z Compiling pretty-hex v0.4.1
4532026-05-08T22:08:35.337Z Compiling anstyle v1.0.13
4542026-05-08T22:08:35.395Z Compiling fs-err v3.3.0
4552026-05-08T22:08:35.398Z Compiling strsim v0.11.1
4562026-05-08T22:08:35.439Z Compiling heck v0.5.0
4572026-05-08T22:08:35.486Z Compiling unicode-width v0.1.14
4582026-05-08T22:08:35.591Z Compiling anstream v0.6.21
4592026-05-08T22:08:35.616Z Compiling terminal_size v0.4.3
4602026-05-08T22:08:35.752Z Compiling semver v1.0.28
4612026-05-08T22:08:35.795Z Compiling clap_lex v1.0.0
4622026-05-08T22:08:35.830Z Compiling once_cell v1.21.3
4632026-05-08T22:08:35.847Z Compiling anyhow v1.0.102
4642026-05-08T22:08:35.847Z Compiling bytecount v0.6.9
4652026-05-08T22:08:35.901Z Compiling unicode-xid v0.2.6
4662026-05-08T22:08:35.950Z Compiling fnv v1.0.7
4672026-05-08T22:08:35.976Z Compiling fastrand v2.3.0
4682026-05-08T22:08:36.010Z Compiling heck v0.4.1
4692026-05-08T22:08:36.073Z Compiling serde-untagged v0.1.9
4702026-05-08T22:08:36.091Z Compiling papergrid v0.11.0
4712026-05-08T22:08:36.096Z Compiling clap_builder v4.5.60
4722026-05-08T22:08:36.131Z Compiling memmap v0.7.0
4732026-05-08T22:08:36.171Z Compiling tempfile v3.25.0
4742026-05-08T22:08:36.260Z Compiling smawk v0.3.2
4752026-05-08T22:08:36.279Z Compiling unicode-width v0.2.0
4762026-05-08T22:08:36.282Z Compiling unicode-linebreak v0.1.5
4772026-05-08T22:08:36.367Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-05-08T22:08:36.399Z Compiling swrite v0.1.0
4792026-05-08T22:08:36.430Z Compiling camino-tempfile v1.4.1
4802026-05-08T22:08:36.545Z Compiling textwrap v0.16.2
4812026-05-08T22:08:36.824Z Compiling tabled_derive v0.7.0
4822026-05-08T22:08:37.411Z Compiling synstructure v0.13.2
4832026-05-08T22:08:37.411Z Compiling pest_generator v2.8.6
4842026-05-08T22:08:37.538Z Compiling tabled v0.15.0
4852026-05-08T22:08:37.933Z Compiling serde_derive v1.0.228
4862026-05-08T22:08:37.933Z Compiling zerofrom-derive v0.1.6
4872026-05-08T22:08:37.937Z Compiling yoke-derive v0.8.1
4882026-05-08T22:08:37.937Z Compiling zerovec-derive v0.11.2
4892026-05-08T22:08:37.968Z Compiling displaydoc v0.2.5
4902026-05-08T22:08:38.001Z Compiling thiserror-impl v1.0.69
4912026-05-08T22:08:38.020Z Compiling zerocopy-derive v0.7.35
4922026-05-08T22:08:38.073Z Compiling scroll_derive v0.12.1
4932026-05-08T22:08:38.077Z Compiling thiserror-impl v2.0.18
4942026-05-08T22:08:38.077Z Compiling pest_derive v2.8.6
4952026-05-08T22:08:38.081Z Compiling clap_derive v4.5.55
4962026-05-08T22:08:38.714Z Compiling scroll v0.12.0
4972026-05-08T22:08:38.914Z Compiling zerocopy v0.7.35
4982026-05-08T22:08:38.938Z Compiling zerofrom v0.1.6
4992026-05-08T22:08:38.954Z Compiling goblin v0.8.2
5002026-05-08T22:08:39.060Z Compiling yoke v0.8.1
5012026-05-08T22:08:39.135Z Compiling dtrace-parser v0.2.0
5022026-05-08T22:08:39.224Z Compiling zerovec v0.11.5
5032026-05-08T22:08:39.224Z Compiling zerotrie v0.2.3
5042026-05-08T22:08:39.474Z Compiling clap v4.5.60
5052026-05-08T22:08:39.660Z Compiling tinystr v0.8.2
5062026-05-08T22:08:39.661Z Compiling potential_utf v0.1.4
5072026-05-08T22:08:39.789Z Compiling icu_collections v2.1.1
5082026-05-08T22:08:39.813Z Compiling icu_locale_core v2.1.1
5092026-05-08T22:08:40.369Z Compiling icu_provider v2.1.1
5102026-05-08T22:08:40.486Z Compiling dof v0.3.0
5112026-05-08T22:08:40.486Z Compiling serde_tokenstream v0.2.3
5122026-05-08T22:08:40.501Z Compiling serde_spanned v0.6.9
5132026-05-08T22:08:40.504Z Compiling toml_datetime v0.6.11
5142026-05-08T22:08:40.504Z Compiling serde-value v0.7.0
5152026-05-08T22:08:40.504Z Compiling cargo-platform v0.2.0
5162026-05-08T22:08:40.504Z Compiling macaddr v1.0.1
5172026-05-08T22:08:40.600Z Compiling icu_normalizer v2.1.1
5182026-05-08T22:08:40.600Z Compiling icu_properties v2.1.2
5192026-05-08T22:08:40.728Z Compiling toml_edit v0.22.27
5202026-05-08T22:08:41.196Z Compiling usdt-macro v0.5.0
5212026-05-08T22:08:41.202Z Compiling usdt-attr-macro v0.5.0
5222026-05-08T22:08:41.437Z Compiling idna_adapter v1.2.1
5232026-05-08T22:08:41.548Z Compiling idna v1.1.0
5242026-05-08T22:08:41.792Z Compiling usdt v0.5.0
5252026-05-08T22:08:41.822Z Compiling url v2.5.8
5262026-05-08T22:08:42.005Z Compiling toml v0.8.23
5272026-05-08T22:08:42.331Z Compiling cargo-util-schemas v0.8.2
5282026-05-08T22:08:42.331Z Compiling cargo_toml v0.21.0
5292026-05-08T22:08:43.114Z Compiling cargo_metadata v0.21.0
5302026-05-08T22:08:44.034Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-08T22:08:46.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.24s
5322026-05-08T22:08:46.386Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-08T22:08:46.937Z Downloading crates ...
5342026-05-08T22:08:47.033Z Downloaded array-init v0.0.4
5352026-05-08T22:08:47.038Z Downloaded async-stream v0.3.6
5362026-05-08T22:08:47.041Z Downloaded async-stream-impl v0.3.6
5372026-05-08T22:08:47.041Z Downloaded aead v0.5.2
5382026-05-08T22:08:47.047Z Downloaded async-bb8-diesel v0.2.1
5392026-05-08T22:08:47.050Z Downloaded bitfield-macros v0.19.4
5402026-05-08T22:08:47.054Z Downloaded crc8 v0.1.1
5412026-05-08T22:08:47.058Z Downloaded adler2 v2.0.1
5422026-05-08T22:08:47.058Z Downloaded ciborium-io v0.2.2
5432026-05-08T22:08:47.062Z Downloaded convert_case v0.4.0
5442026-05-08T22:08:47.067Z Downloaded block-padding v0.3.3
5452026-05-08T22:08:47.067Z Downloaded cfg_aliases v0.1.1
5462026-05-08T22:08:47.067Z Downloaded crc32fast v1.5.0
5472026-05-08T22:08:47.079Z Downloaded arrayvec v0.7.6
5482026-05-08T22:08:47.082Z Downloaded crc v3.4.0
5492026-05-08T22:08:47.082Z Downloaded bit-set v0.8.0
5502026-05-08T22:08:47.085Z Downloaded async-recursion v1.1.1
5512026-05-08T22:08:47.085Z Downloaded ascii-canvas v3.0.0
5522026-05-08T22:08:47.089Z Downloaded cpufeatures v0.3.0
5532026-05-08T22:08:47.092Z Downloaded base16ct v0.2.0
5542026-05-08T22:08:47.095Z Downloaded cfg_aliases v0.2.1
5552026-05-08T22:08:47.095Z Downloaded dirs-sys-next v0.1.2
5562026-05-08T22:08:47.095Z Downloaded curve25519-dalek v4.1.3
5572026-05-08T22:08:47.099Z Downloaded defmt-parser v1.0.0
5582026-05-08T22:08:47.103Z Downloaded cbc v0.1.2
5592026-05-08T22:08:47.103Z Downloaded camino-tempfile-ext v0.3.3
5602026-05-08T22:08:47.103Z Downloaded byte-wrapper v0.1.0
5612026-05-08T22:08:47.107Z Downloaded const_format_proc_macros v0.2.34
5622026-05-08T22:08:47.107Z Downloaded buf-list v1.1.2
5632026-05-08T22:08:47.110Z Downloaded darling_macro v0.20.11
5642026-05-08T22:08:47.110Z Downloaded ahash v0.8.12
5652026-05-08T22:08:47.110Z Downloaded bit-vec v0.6.3
5662026-05-08T22:08:47.113Z Downloaded dtrace-parser v0.3.0
5672026-05-08T22:08:47.113Z Downloaded critical-section v1.2.0
5682026-05-08T22:08:47.113Z Downloaded atty v0.2.14
5692026-05-08T22:08:47.113Z Downloaded ar_archive_writer v0.5.1
5702026-05-08T22:08:47.117Z Downloaded diesel-dtrace v0.5.0
5712026-05-08T22:08:47.120Z Downloaded foreign-types-macros v0.2.3
5722026-05-08T22:08:47.120Z Downloaded cobs v0.3.0
5732026-05-08T22:08:47.123Z Downloaded bb8 v0.8.6
5742026-05-08T22:08:47.123Z Downloaded foreign-types v0.3.2
5752026-05-08T22:08:47.127Z Downloaded foreign-types v0.5.0
5762026-05-08T22:08:47.131Z Downloaded compression-core v0.4.31
5772026-05-08T22:08:47.134Z Downloaded either v1.15.0
5782026-05-08T22:08:47.134Z Downloaded dunce v1.0.5
5792026-05-08T22:08:47.134Z Downloaded flagset v0.4.7
5802026-05-08T22:08:47.137Z Downloaded crossbeam-epoch v0.9.18
5812026-05-08T22:08:47.142Z Downloaded atomicwrites v0.4.4
5822026-05-08T22:08:47.145Z Downloaded assert_matches v1.5.0
5832026-05-08T22:08:47.145Z Downloaded crunchy v0.2.4
5842026-05-08T22:08:47.150Z Downloaded castaway v0.2.4
5852026-05-08T22:08:47.153Z Downloaded bcrypt-pbkdf v0.10.0
5862026-05-08T22:08:47.153Z Downloaded dsl_auto_type v0.2.0
5872026-05-08T22:08:47.157Z Downloaded endian-type v0.1.2
5882026-05-08T22:08:47.157Z Downloaded curve25519-dalek-derive v0.1.1
5892026-05-08T22:08:47.161Z Downloaded cargo-platform v0.1.9
5902026-05-08T22:08:47.161Z Downloaded bit-set v0.5.3
5912026-05-08T22:08:47.164Z Downloaded arrayref v0.3.9
5922026-05-08T22:08:47.164Z Downloaded enum-as-inner v0.6.1
5932026-05-08T22:08:47.164Z Downloaded derive_builder_macro v0.20.2
5942026-05-08T22:08:47.167Z Downloaded crc-catalog v2.4.0
5952026-05-08T22:08:47.167Z Downloaded bitfield-struct v0.6.2
5962026-05-08T22:08:47.167Z Downloaded atomic-waker v1.1.2
5972026-05-08T22:08:47.171Z Downloaded bzip2 v0.4.4
5982026-05-08T22:08:47.174Z Downloaded diesel_table_macro_syntax v0.3.0
5992026-05-08T22:08:47.174Z Downloaded crucible-workspace-hack v0.1.0
6002026-05-08T22:08:47.174Z Downloaded display-error-chain v0.2.2
6012026-05-08T22:08:47.177Z Downloaded convert_case v0.10.0
6022026-05-08T22:08:47.177Z Downloaded float-cmp v0.10.0
6032026-05-08T22:08:47.180Z Downloaded defmt-macros v1.0.1
6042026-05-08T22:08:47.180Z Downloaded console v0.16.2
6052026-05-08T22:08:47.183Z Downloaded compression-codecs v0.4.37
6062026-05-08T22:08:47.184Z Downloaded cookie_store v0.22.1
6072026-05-08T22:08:47.187Z Downloaded chacha20 v0.10.0
6082026-05-08T22:08:47.187Z Downloaded funty v2.0.0
6092026-05-08T22:08:47.187Z Downloaded foreign-types-shared v0.3.1
6102026-05-08T22:08:47.191Z Downloaded futures-core v0.3.32
6112026-05-08T22:08:47.191Z Downloaded dyn-clone v1.0.20
6122026-05-08T22:08:47.191Z Downloaded erased-serde v0.3.31
6132026-05-08T22:08:47.194Z Downloaded gethostname v0.5.0
6142026-05-08T22:08:47.194Z Downloaded futures-macro v0.3.32
6152026-05-08T22:08:47.194Z Downloaded futures-task v0.3.32
6162026-05-08T22:08:47.194Z Downloaded darling_macro v0.23.0
6172026-05-08T22:08:47.198Z Downloaded embedded-io v0.6.1
6182026-05-08T22:08:47.203Z Downloaded cargo_metadata v0.19.2
6192026-05-08T22:08:47.206Z Downloaded ciborium-ll v0.2.2
6202026-05-08T22:08:47.209Z Downloaded bitfield v0.19.4
6212026-05-08T22:08:47.209Z Downloaded csv-core v0.1.13
6222026-05-08T22:08:47.212Z Downloaded foreign-types-shared v0.1.1
6232026-05-08T22:08:47.216Z Downloaded cassowary v0.3.0
6242026-05-08T22:08:47.219Z Downloaded embedded-io v0.4.0
6252026-05-08T22:08:47.219Z Downloaded backoff v0.4.0
6262026-05-08T22:08:47.223Z Downloaded bitflags v1.3.2
6272026-05-08T22:08:47.223Z Downloaded difflib v0.4.0
6282026-05-08T22:08:47.226Z Downloaded corncobs v0.1.4
6292026-05-08T22:08:47.226Z Downloaded base64ct v1.8.3
6302026-05-08T22:08:47.229Z Downloaded ena v0.14.4
6312026-05-08T22:08:47.229Z Downloaded crossbeam-utils v0.8.21
6322026-05-08T22:08:47.229Z Downloaded cmake v0.1.57
6332026-05-08T22:08:47.235Z Downloaded derive_builder_core v0.20.2
6342026-05-08T22:08:47.235Z Downloaded chacha20 v0.9.1
6352026-05-08T22:08:47.235Z Downloaded cexpr v0.6.0
6362026-05-08T22:08:47.239Z Downloaded deranged v0.5.8
6372026-05-08T22:08:47.239Z Downloaded cipher v0.4.4
6382026-05-08T22:08:47.239Z Downloaded dof v0.4.0
6392026-05-08T22:08:47.239Z Downloaded cookie v0.18.1
6402026-05-08T22:08:47.239Z Downloaded cancel-safe-futures v0.1.5
6412026-05-08T22:08:47.242Z Downloaded dropshot-api-manager-types v0.7.1
6422026-05-08T22:08:47.242Z Downloaded colored v2.2.0
6432026-05-08T22:08:47.245Z Downloaded dirs-next v2.0.0
6442026-05-08T22:08:47.245Z Downloaded colored v3.1.1
6452026-05-08T22:08:47.248Z Downloaded fallible-iterator v0.2.0
6462026-05-08T22:08:47.248Z Downloaded ctr v0.9.2
6472026-05-08T22:08:47.248Z Downloaded async-trait v0.1.89
6482026-05-08T22:08:47.251Z Downloaded debug-ignore v1.0.5
6492026-05-08T22:08:47.251Z Downloaded bcs v0.1.6
6502026-05-08T22:08:47.255Z Downloaded derive-ex v0.1.8
6512026-05-08T22:08:47.255Z Downloaded defmt v1.0.1
6522026-05-08T22:08:47.260Z Downloaded headers-core v0.3.0
6532026-05-08T22:08:47.260Z Downloaded data-encoding v2.10.0
6542026-05-08T22:08:47.260Z Downloaded argon2 v0.5.3
6552026-05-08T22:08:47.260Z Downloaded fxhash v0.2.1
6562026-05-08T22:08:47.263Z Downloaded env_filter v1.0.0
6572026-05-08T22:08:47.263Z Downloaded darling_macro v0.21.3
6582026-05-08T22:08:47.267Z Downloaded git-stub-vcs v0.1.0
6592026-05-08T22:08:47.267Z Downloaded fs-err v2.11.0
6602026-05-08T22:08:47.267Z Downloaded darling v0.20.11
6612026-05-08T22:08:47.270Z Downloaded globset v0.4.18
6622026-05-08T22:08:47.271Z Downloaded daft-derive v0.1.5
6632026-05-08T22:08:47.275Z Downloaded ecdsa v0.16.9
6642026-05-08T22:08:47.275Z Downloaded http-range v0.1.5
6652026-05-08T22:08:47.278Z Downloaded crypto-bigint v0.5.5
6662026-05-08T22:08:47.281Z Downloaded hubpack v0.1.2
6672026-05-08T22:08:47.281Z Downloaded glob v0.3.3
6682026-05-08T22:08:47.281Z Downloaded group v0.13.0
6692026-05-08T22:08:47.285Z Downloaded find-msvc-tools v0.1.9
6702026-05-08T22:08:47.285Z Downloaded defmt v0.3.100
6712026-05-08T22:08:47.285Z Downloaded cstr-argument v0.1.2
6722026-05-08T22:08:47.285Z Downloaded foldhash v0.1.5
6732026-05-08T22:08:47.288Z Downloaded diff v0.1.13
6742026-05-08T22:08:47.288Z Downloaded daft v0.1.5
6752026-05-08T22:08:47.292Z Downloaded float-ord v0.3.2
6762026-05-08T22:08:47.292Z Downloaded console v0.15.11
6772026-05-08T22:08:47.292Z Downloaded document-features v0.2.12
6782026-05-08T22:08:47.295Z Downloaded downcast-rs v2.0.2
6792026-05-08T22:08:47.295Z Downloaded http-body v1.0.1
6802026-05-08T22:08:47.295Z Downloaded bit-vec v0.8.0
6812026-05-08T22:08:47.298Z Downloaded env_logger v0.11.9
6822026-05-08T22:08:47.298Z Downloaded bzip2 v0.6.1
6832026-05-08T22:08:47.303Z Downloaded derive_more-impl v2.1.1
6842026-05-08T22:08:47.306Z Downloaded constant_time_eq v0.4.2
6852026-05-08T22:08:47.306Z Downloaded hubpack_derive v0.1.1
6862026-05-08T22:08:47.306Z Downloaded foldhash v0.2.0
6872026-05-08T22:08:47.309Z Downloaded ff v0.13.1
6882026-05-08T22:08:47.309Z Downloaded const-oid v0.9.6
6892026-05-08T22:08:47.309Z Downloaded indent_write v2.2.0
6902026-05-08T22:08:47.314Z Downloaded filetime v0.2.27
6912026-05-08T22:08:47.314Z Downloaded crossbeam-deque v0.8.6
6922026-05-08T22:08:47.314Z Downloaded ident_case v1.0.1
6932026-05-08T22:08:47.314Z Downloaded derive_more v0.99.20
6942026-05-08T22:08:47.317Z Downloaded des v0.8.1
6952026-05-08T22:08:47.317Z Downloaded darling v0.23.0
6962026-05-08T22:08:47.320Z Downloaded clang-sys v1.8.1
6972026-05-08T22:08:47.325Z Downloaded ciborium v0.2.2
6982026-05-08T22:08:47.325Z Downloaded derive-where v1.6.0
6992026-05-08T22:08:47.328Z Downloaded fixedbitset v0.4.2
7002026-05-08T22:08:47.328Z Downloaded darling v0.21.3
7012026-05-08T22:08:47.333Z Downloaded internet-checksum v0.2.1
7022026-05-08T22:08:47.333Z Downloaded instability v0.3.11
7032026-05-08T22:08:47.333Z Downloaded futures-io v0.3.32
7042026-05-08T22:08:47.336Z Downloaded fd-lock v4.0.4
7052026-05-08T22:08:47.336Z Downloaded der_derive v0.7.3
7062026-05-08T22:08:47.336Z Downloaded is_ci v1.2.0
7072026-05-08T22:08:47.336Z Downloaded instant v0.1.13
7082026-05-08T22:08:47.340Z Downloaded getrandom v0.2.17
7092026-05-08T22:08:47.340Z Downloaded drift v0.1.4
7102026-05-08T22:08:47.344Z Downloaded http-body-util v0.1.3
7112026-05-08T22:08:47.348Z Downloaded hostname v0.4.2
7122026-05-08T22:08:47.348Z Downloaded highway v1.3.0
7132026-05-08T22:08:47.351Z Downloaded futures-executor v0.3.32
7142026-05-08T22:08:47.351Z Downloaded futures-channel v0.3.32
7152026-05-08T22:08:47.351Z Downloaded fatfs v0.3.6
7162026-05-08T22:08:47.354Z Downloaded lalrpop-util v0.19.12
7172026-05-08T22:08:47.354Z Downloaded hostname v0.3.1
7182026-05-08T22:08:47.354Z Downloaded hash32 v0.3.1
7192026-05-08T22:08:47.358Z Downloaded globwalk v0.9.1
7202026-05-08T22:08:47.359Z Downloaded git-stub v1.0.0
7212026-05-08T22:08:47.359Z Downloaded derive_builder v0.20.2
7222026-05-08T22:08:47.362Z Downloaded httpdate v1.0.3
7232026-05-08T22:08:47.362Z Downloaded blake2 v0.10.6
7242026-05-08T22:08:47.365Z Downloaded hex v0.4.3
7252026-05-08T22:08:47.365Z Downloaded fixedbitset v0.5.7
7262026-05-08T22:08:47.368Z Downloaded dropshot_endpoint v0.16.7
7272026-05-08T22:08:47.372Z Downloaded blowfish v0.9.1
7282026-05-08T22:08:47.372Z Downloaded allocator-api2 v0.2.21
7292026-05-08T22:08:47.372Z Downloaded backon v1.6.0
7302026-05-08T22:08:47.376Z Downloaded is-terminal v0.4.17
7312026-05-08T22:08:47.376Z Downloaded crc-any v2.5.0
7322026-05-08T22:08:47.379Z Downloaded hex-literal v0.4.1
7332026-05-08T22:08:47.379Z Downloaded hash32 v0.2.1
7342026-05-08T22:08:47.379Z Downloaded ed25519 v2.2.3
7352026-05-08T22:08:47.382Z Downloaded der v0.7.10
7362026-05-08T22:08:47.385Z Downloaded lzss v0.8.2
7372026-05-08T22:08:47.385Z Downloaded impl-trait-for-tuples v0.2.3
7382026-05-08T22:08:47.388Z Downloaded lazy_static v1.5.0
7392026-05-08T22:08:47.388Z Downloaded elliptic-curve v0.13.8
7402026-05-08T22:08:47.392Z Downloaded lru-slab v0.1.2
7412026-05-08T22:08:47.395Z Downloaded mime v0.3.17
7422026-05-08T22:08:47.395Z Downloaded maybe-uninit v2.0.0
7432026-05-08T22:08:47.395Z Downloaded ingot-types v0.1.2
7442026-05-08T22:08:47.398Z Downloaded fs_extra v1.3.0
7452026-05-08T22:08:47.398Z Downloaded lru v0.12.5
7462026-05-08T22:08:47.401Z Downloaded linked-hash-map v0.5.6
7472026-05-08T22:08:47.401Z Downloaded indoc v2.0.7
7482026-05-08T22:08:47.401Z Downloaded kstat-rs v0.2.4
7492026-05-08T22:08:47.404Z Downloaded base64 v0.22.1
7502026-05-08T22:08:47.404Z Downloaded match_cfg v0.1.0
7512026-05-08T22:08:47.407Z Downloaded md5 v0.7.0
7522026-05-08T22:08:47.411Z Downloaded futures-sink v0.3.32
7532026-05-08T22:08:47.414Z Downloaded newtype_derive v0.1.6
7542026-05-08T22:08:47.415Z Downloaded futures v0.3.32
7552026-05-08T22:08:47.418Z Downloaded new_debug_unreachable v1.0.6
7562026-05-08T22:08:47.421Z Downloaded memoffset v0.9.1
7572026-05-08T22:08:47.421Z Downloaded getrandom v0.3.4
7582026-05-08T22:08:47.424Z Downloaded ipnetwork v0.21.1
7592026-05-08T22:08:47.427Z Downloaded newline-converter v0.3.0
7602026-05-08T22:08:47.427Z Downloaded multimap v0.10.1
7612026-05-08T22:08:47.427Z Downloaded flume v0.11.1
7622026-05-08T22:08:47.431Z Downloaded indoc v1.0.9
7632026-05-08T22:08:47.434Z Downloaded normalize-line-endings v0.3.0
7642026-05-08T22:08:47.434Z Downloaded nonempty v0.12.0
7652026-05-08T22:08:47.437Z Downloaded nibble_vec v0.1.0
7662026-05-08T22:08:47.437Z Downloaded lru-cache v0.1.2
7672026-05-08T22:08:47.437Z Downloaded ipnet v2.11.0
7682026-05-08T22:08:47.440Z Downloaded num v0.4.3
7692026-05-08T22:08:47.443Z Downloaded nodrop v0.1.14
7702026-05-08T22:08:47.444Z Downloaded newtype-uuid-macros v0.1.0
7712026-05-08T22:08:47.447Z Downloaded linear-map v1.2.0
7722026-05-08T22:08:47.447Z Downloaded half v2.7.1
7732026-05-08T22:08:47.452Z Downloaded const_format v0.2.35
7742026-05-08T22:08:47.452Z Downloaded humantime v2.3.0
7752026-05-08T22:08:47.455Z Downloaded num-conv v0.2.0
7762026-05-08T22:08:47.455Z Downloaded libsw-core v0.3.2
7772026-05-08T22:08:47.467Z Downloaded num-derive v0.4.2
7782026-05-08T22:08:47.470Z Downloaded hyper-staticfile v0.10.1
7792026-05-08T22:08:47.470Z Downloaded arc-swap v1.8.2
7802026-05-08T22:08:47.473Z Downloaded crossbeam-channel v0.5.15
7812026-05-08T22:08:47.476Z Downloaded lock_api v0.4.14
7822026-05-08T22:08:47.476Z Downloaded opaque-debug v0.3.1
7832026-05-08T22:08:47.476Z Downloaded libsw v3.5.0
7842026-05-08T22:08:47.480Z Downloaded openssl-probe v0.2.1
7852026-05-08T22:08:47.480Z Downloaded openssl-macros v0.1.1
7862026-05-08T22:08:47.480Z Downloaded libloading v0.8.9
7872026-05-08T22:08:47.483Z Downloaded oso-derive v0.27.3
7882026-05-08T22:08:47.483Z Downloaded hyper-rustls v0.27.7
7892026-05-08T22:08:47.483Z Downloaded hmac v0.12.1
7902026-05-08T22:08:47.486Z Downloaded libscf-sys v1.1.0
7912026-05-08T22:08:47.487Z Downloaded dropshot_endpoint v0.17.0
7922026-05-08T22:08:47.490Z Downloaded multer v3.1.0
7932026-05-08T22:08:47.490Z Downloaded home v0.5.12
7942026-05-08T22:08:47.493Z Downloaded newtype-uuid v1.3.2
7952026-05-08T22:08:47.493Z Downloaded diesel_derives v2.3.7
7962026-05-08T22:08:47.496Z Downloaded packed_struct_codegen v0.10.1
7972026-05-08T22:08:47.496Z Downloaded mime_guess v2.0.5
7982026-05-08T22:08:47.500Z Downloaded ingot-macros v0.1.1
7992026-05-08T22:08:47.500Z Downloaded iana-time-zone v0.1.65
8002026-05-08T22:08:47.500Z Downloaded parse-size v1.1.0
8012026-05-08T22:08:47.503Z Downloaded parse-display v0.10.0
8022026-05-08T22:08:47.503Z Downloaded ghash v0.5.1
8032026-05-08T22:08:47.503Z Downloaded ingot v0.1.1
8042026-05-08T22:08:47.506Z Downloaded compact_str v0.8.1
8052026-05-08T22:08:47.506Z Downloaded chacha20poly1305 v0.10.1
8062026-05-08T22:08:47.511Z Downloaded libefi-sys v0.1.0
8072026-05-08T22:08:47.514Z Downloaded httparse v1.10.1
8082026-05-08T22:08:47.517Z Downloaded darling_core v0.23.0
8092026-05-08T22:08:47.521Z Downloaded pbkdf2 v0.11.0
8102026-05-08T22:08:47.521Z Downloaded peg-runtime v0.8.5
8112026-05-08T22:08:47.521Z Downloaded path-slash v0.1.5
8122026-05-08T22:08:47.521Z Downloaded num-rational v0.4.2
8132026-05-08T22:08:47.524Z Downloaded num-integer v0.1.46
8142026-05-08T22:08:47.524Z Downloaded num-complex v0.4.6
8152026-05-08T22:08:47.524Z Downloaded darling_core v0.21.3
8162026-05-08T22:08:47.527Z Downloaded phf_shared v0.12.1
8172026-05-08T22:08:47.531Z Downloaded phf_shared v0.13.1
8182026-05-08T22:08:47.531Z Downloaded phf_shared v0.11.3
8192026-05-08T22:08:47.531Z Downloaded hyper-tls v0.6.0
8202026-05-08T22:08:47.534Z Downloaded num_enum v0.7.5
8212026-05-08T22:08:47.537Z Downloaded num_enum_derive v0.7.5
8222026-05-08T22:08:47.540Z Downloaded flate2 v1.1.9
8232026-05-08T22:08:47.544Z Downloaded num_enum v0.5.11
8242026-05-08T22:08:47.544Z Downloaded bumpalo v3.20.2
8252026-05-08T22:08:47.548Z Downloaded oxide-tokio-rt v0.1.4
8262026-05-08T22:08:47.548Z Downloaded num_threads v0.1.7
8272026-05-08T22:08:47.551Z Downloaded litrs v1.0.0
8282026-05-08T22:08:47.551Z Downloaded keccak v0.1.6
8292026-05-08T22:08:47.551Z Downloaded inout v0.1.4
8302026-05-08T22:08:47.551Z Downloaded ignore v0.4.25
8312026-05-08T22:08:47.554Z Downloaded packed_struct v0.10.1
8322026-05-08T22:08:47.554Z Downloaded openssl-probe v0.1.6
8332026-05-08T22:08:47.558Z Downloaded native-tls v0.2.18
8342026-05-08T22:08:47.558Z Downloaded half v1.8.3
8352026-05-08T22:08:47.558Z Downloaded memmap2 v0.9.10
8362026-05-08T22:08:47.562Z Downloaded precomputed-hash v0.1.1
8372026-05-08T22:08:47.562Z Downloaded powerfmt v0.2.0
8382026-05-08T22:08:47.562Z Downloaded cc v1.2.56
8392026-05-08T22:08:47.566Z Downloaded parse-display-derive v0.10.0
8402026-05-08T22:08:47.566Z Downloaded md-5 v0.10.6
8412026-05-08T22:08:47.566Z Downloaded darling_core v0.20.11
8422026-05-08T22:08:47.569Z Downloaded headers v0.4.1
8432026-05-08T22:08:47.572Z Downloaded paste v1.0.15
8442026-05-08T22:08:47.575Z Downloaded password-hash v0.4.2
8452026-05-08T22:08:47.575Z Downloaded indexmap v1.9.3
8462026-05-08T22:08:47.580Z Downloaded maplit v1.0.2
8472026-05-08T22:08:47.583Z Downloaded managed v0.8.0
8482026-05-08T22:08:47.583Z Downloaded predicates-core v1.0.10
8492026-05-08T22:08:47.586Z Downloaded num-iter v0.1.45
8502026-05-08T22:08:47.586Z Downloaded num-derive v0.3.3
8512026-05-08T22:08:47.586Z Downloaded progenitor-client v0.10.0
8522026-05-08T22:08:47.589Z Downloaded proc-macro-crate v3.4.0
8532026-05-08T22:08:47.589Z Downloaded olpc-cjson v0.1.4
8542026-05-08T22:08:47.589Z Downloaded heapless v0.8.0
8552026-05-08T22:08:47.592Z Downloaded parking_lot_core v0.8.6
8562026-05-08T22:08:47.595Z Downloaded pin-utils v0.1.0
8572026-05-08T22:08:47.625Z Downloaded libbz2-rs-sys v0.2.2
8582026-05-08T22:08:47.625Z Downloaded pem-rfc7468 v0.7.0
8592026-05-08T22:08:47.625Z Downloaded pem v3.0.6
8602026-05-08T22:08:47.625Z Downloaded pbkdf2 v0.12.2
8612026-05-08T22:08:47.625Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-05-08T22:08:47.625Z Downloaded progenitor-macro v0.11.2
8632026-05-08T22:08:47.625Z Downloaded progenitor-client v0.14.0
8642026-05-08T22:08:47.626Z Downloaded phf v0.13.1
8652026-05-08T22:08:47.626Z Downloaded proc-macro-crate v1.3.1
8662026-05-08T22:08:47.626Z Downloaded bytes v1.11.1
8672026-05-08T22:08:47.626Z Downloaded progenitor-client v0.11.2
8682026-05-08T22:08:47.626Z Downloaded jobserver v0.1.34
8692026-05-08T22:08:47.626Z Downloaded async-compression v0.4.41
8702026-05-08T22:08:47.631Z Downloaded expectorate v1.2.0
8712026-05-08T22:08:47.634Z Downloaded base64 v0.21.7
8722026-05-08T22:08:47.634Z Downloaded dropshot-api-manager v0.7.1
8732026-05-08T22:08:47.637Z Downloaded derive_more v2.1.1
8742026-05-08T22:08:47.642Z Downloaded quick-error v1.2.3
8752026-05-08T22:08:47.646Z Downloaded pin-project-lite v0.2.17
8762026-05-08T22:08:47.649Z Downloaded psl-types v2.0.11
8772026-05-08T22:08:47.649Z Downloaded progenitor-macro v0.13.0
8782026-05-08T22:08:47.649Z Downloaded progenitor-macro v0.14.0
8792026-05-08T22:08:47.649Z Downloaded ed25519-dalek v2.2.0
8802026-05-08T22:08:47.652Z Downloaded pin-project-internal v1.1.11
8812026-05-08T22:08:47.652Z Downloaded omicron-zone-package v0.12.2
8822026-05-08T22:08:47.656Z Downloaded indicatif v0.18.4
8832026-05-08T22:08:47.659Z Downloaded rand_chacha v0.3.1
8842026-05-08T22:08:47.659Z Downloaded radium v0.7.0
8852026-05-08T22:08:47.672Z Downloaded parking_lot v0.12.5
8862026-05-08T22:08:47.675Z Downloaded predicates-tree v1.0.13
8872026-05-08T22:08:47.675Z Downloaded nanorand v0.7.0
8882026-05-08T22:08:47.675Z Downloaded polyval v0.6.2
8892026-05-08T22:08:47.675Z Downloaded pkg-config v0.3.32
8902026-05-08T22:08:47.679Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-08T22:08:47.679Z Downloaded rand_xorshift v0.4.0
8922026-05-08T22:08:47.679Z Downloaded nu-ansi-term v0.50.3
8932026-05-08T22:08:47.682Z Downloaded ref-cast v1.0.25
8942026-05-08T22:08:47.683Z Downloaded primeorder v0.13.6
8952026-05-08T22:08:47.683Z Downloaded oxnet v0.1.4
8962026-05-08T22:08:47.686Z Downloaded password-hash v0.5.0
8972026-05-08T22:08:47.686Z Downloaded num_enum_derive v0.5.11
8982026-05-08T22:08:47.686Z Downloaded owo-colors v4.3.0
8992026-05-08T22:08:47.689Z Downloaded poly1305 v0.8.0
9002026-05-08T22:08:47.689Z Downloaded progenitor v0.14.0
9012026-05-08T22:08:47.692Z Downloaded hickory-resolver v0.25.2
9022026-05-08T22:08:47.695Z Downloaded ppv-lite86 v0.2.21
9032026-05-08T22:08:47.695Z Downloaded hickory-resolver v0.24.4
9042026-05-08T22:08:47.700Z Downloaded rfc6979 v0.4.0
9052026-05-08T22:08:47.700Z Downloaded ref-cast-impl v1.0.25
9062026-05-08T22:08:47.700Z Downloaded peg-macros v0.8.5
9072026-05-08T22:08:47.700Z Downloaded recursive v0.1.1
9082026-05-08T22:08:47.703Z Downloaded parking_lot_core v0.9.12
9092026-05-08T22:08:47.703Z Downloaded peg v0.8.5
9102026-05-08T22:08:47.703Z Downloaded heapless v0.7.17
9112026-05-08T22:08:47.706Z Downloaded progenitor-macro v0.10.0
9122026-05-08T22:08:47.706Z Downloaded progenitor-extras v0.2.0
9132026-05-08T22:08:47.709Z Downloaded progenitor-client v0.13.0
9142026-05-08T22:08:47.710Z Downloaded progenitor v0.10.0
9152026-05-08T22:08:47.710Z Downloaded phf v0.12.1
9162026-05-08T22:08:47.713Z Downloaded postgres-protocol v0.6.10
9172026-05-08T22:08:47.718Z Downloaded psm v0.1.30
9182026-05-08T22:08:47.721Z Downloaded rustc-hash v2.1.1
9192026-05-08T22:08:47.724Z Downloaded rtoolbox v0.0.3
9202026-05-08T22:08:47.728Z Downloaded pkcs8 v0.10.2
9212026-05-08T22:08:47.732Z Downloaded p256 v0.13.2
9222026-05-08T22:08:47.735Z Downloaded proc-macro-error2 v2.0.1
9232026-05-08T22:08:47.739Z Downloaded russh-cryptovec v0.7.3
9242026-05-08T22:08:47.744Z Downloaded rustc_version v0.4.1
9252026-05-08T22:08:47.748Z Downloaded rand_chacha v0.9.0
9262026-05-08T22:08:47.748Z Downloaded postcard v1.1.3
9272026-05-08T22:08:47.753Z Downloaded rustc_version v0.1.7
9282026-05-08T22:08:47.753Z Downloaded miniz_oxide v0.8.9
9292026-05-08T22:08:47.756Z Downloaded rand_seeder v0.4.0
9302026-05-08T22:08:47.756Z Downloaded r2d2 v0.8.10
9312026-05-08T22:08:47.766Z Downloaded scrypt v0.11.0
9322026-05-08T22:08:47.769Z Downloaded same-file v1.0.6
9332026-05-08T22:08:47.769Z Downloaded jiff-static v0.2.21
9342026-05-08T22:08:47.769Z Downloaded scopeguard v1.2.0
9352026-05-08T22:08:47.772Z Downloaded resolv-conf v0.7.6
9362026-05-08T22:08:47.776Z Downloaded predicates v3.1.4
9372026-05-08T22:08:47.780Z Downloaded postgres-types v0.2.12
9382026-05-08T22:08:47.783Z Downloaded rand_core v0.10.0
9392026-05-08T22:08:47.783Z Downloaded progenitor v0.11.2
9402026-05-08T22:08:47.787Z Downloaded parking_lot v0.11.2
9412026-05-08T22:08:47.787Z Downloaded salsa20 v0.10.2
9422026-05-08T22:08:47.787Z Downloaded rand_core v0.6.4
9432026-05-08T22:08:47.791Z Downloaded scheduled-thread-pool v0.2.7
9442026-05-08T22:08:47.794Z Downloaded sapling-renderdag v0.1.0
9452026-05-08T22:08:47.794Z Downloaded http v1.4.0
9462026-05-08T22:08:47.797Z Downloaded progenitor v0.13.0
9472026-05-08T22:08:47.797Z Downloaded aes v0.8.4
9482026-05-08T22:08:47.800Z Downloaded semver v0.1.20
9492026-05-08T22:08:47.803Z Downloaded secrecy v0.8.0
9502026-05-08T22:08:47.803Z Downloaded serde-big-array v0.5.1
9512026-05-08T22:08:47.803Z Downloaded pkcs1 v0.7.5
9522026-05-08T22:08:47.807Z Downloaded seq-macro v0.3.6
9532026-05-08T22:08:47.807Z Downloaded serde_repr v0.1.20
9542026-05-08T22:08:47.810Z Downloaded pkcs5 v0.7.1
9552026-05-08T22:08:47.813Z Downloaded pin-project v1.1.11
9562026-05-08T22:08:47.818Z Downloaded serde_plain v1.0.2
9572026-05-08T22:08:47.822Z Downloaded scroll_derive v0.13.1
9582026-05-08T22:08:47.822Z Downloaded rustls-pemfile v2.2.0
9592026-05-08T22:08:47.823Z Downloaded hashbrown v0.13.2
9602026-05-08T22:08:47.827Z Downloaded signal-hook-mio v0.2.5
9612026-05-08T22:08:47.827Z Downloaded shell-words v1.1.1
9622026-05-08T22:08:47.831Z Downloaded rusty-fork v0.3.1
9632026-05-08T22:08:47.831Z Downloaded rustversion v1.0.22
9642026-05-08T22:08:47.831Z Downloaded hashbrown v0.12.3
9652026-05-08T22:08:47.835Z Downloaded serde_bytes v0.11.19
9662026-05-08T22:08:47.838Z Downloaded serde_urlencoded v0.7.1
9672026-05-08T22:08:47.838Z Downloaded serde_spanned v1.0.4
9682026-05-08T22:08:47.841Z Downloaded oso v0.27.3
9692026-05-08T22:08:47.841Z Downloaded sha1 v0.10.6
9702026-05-08T22:08:47.841Z Downloaded prefix-trie v0.7.0
9712026-05-08T22:08:47.846Z Downloaded crossterm v0.29.0
9722026-05-08T22:08:47.849Z Downloaded papergrid v0.17.0
9732026-05-08T22:08:47.852Z Downloaded quinn-udp v0.5.14
9742026-05-08T22:08:47.852Z Downloaded slog-bunyan v2.5.0
9752026-05-08T22:08:47.852Z Downloaded siphasher v1.0.2
9762026-05-08T22:08:47.855Z Downloaded schemars_derive v0.8.22
9772026-05-08T22:08:47.858Z Downloaded rustls-pemfile v1.0.4
9782026-05-08T22:08:47.862Z Downloaded sigpipe v0.1.3
9792026-05-08T22:08:47.862Z Downloaded signal-hook-tokio v0.3.1
9802026-05-08T22:08:47.862Z Downloaded signature v2.2.0
9812026-05-08T22:08:47.867Z Downloaded slog-envlogger v2.2.0
9822026-05-08T22:08:47.880Z Downloaded rand_core v0.9.5
9832026-05-08T22:08:47.883Z Downloaded aes-gcm v0.10.3
9842026-05-08T22:08:47.886Z Downloaded progenitor-impl v0.10.0
9852026-05-08T22:08:47.894Z Downloaded serde_path_to_error v0.1.20
9862026-05-08T22:08:47.897Z Downloaded sec1 v0.7.3
9872026-05-08T22:08:47.897Z Downloaded scroll v0.13.0
9882026-05-08T22:08:47.902Z Downloaded rustls-native-certs v0.8.3
9892026-05-08T22:08:47.905Z Downloaded serde_derive_internals v0.29.1
9902026-05-08T22:08:47.910Z Downloaded structmeta v0.3.0
9912026-05-08T22:08:47.913Z Downloaded secrecy v0.10.3
9922026-05-08T22:08:47.913Z Downloaded simd-adler32 v0.3.8
9932026-05-08T22:08:47.913Z Downloaded shlex v1.3.0
9942026-05-08T22:08:47.918Z Downloaded sct v0.7.1
9952026-05-08T22:08:47.921Z Downloaded openssl-sys v0.9.114
9962026-05-08T22:08:47.925Z Downloaded progenitor-impl v0.13.0
9972026-05-08T22:08:47.928Z Downloaded rcgen v0.12.1
9982026-05-08T22:08:47.931Z Downloaded serde-hex v0.1.0
9992026-05-08T22:08:47.935Z Downloaded strum v0.27.2
10002026-05-08T22:08:47.935Z Downloaded strum v0.26.3
10012026-05-08T22:08:47.935Z Downloaded ssh-cipher v0.2.0
10022026-05-08T22:08:47.935Z Downloaded sqlparser_derive v0.5.0
10032026-05-08T22:08:47.939Z Downloaded subtle v2.6.1
10042026-05-08T22:08:47.939Z Downloaded pretty_assertions v1.4.1
10052026-05-08T22:08:47.939Z Downloaded ssh-encoding v0.2.0
10062026-05-08T22:08:47.949Z Downloaded russh-keys v0.45.0
10072026-05-08T22:08:47.960Z Downloaded signal-hook-registry v1.4.8
10082026-05-08T22:08:47.969Z Downloaded slog-dtrace v0.3.0
10092026-05-08T22:08:47.969Z Downloaded tabled_derive v0.11.0
10102026-05-08T22:08:47.969Z Downloaded supports-color v3.0.2
10112026-05-08T22:08:47.969Z Downloaded tap v1.0.1
10122026-05-08T22:08:47.969Z Downloaded structmeta-derive v0.3.0
10132026-05-08T22:08:47.969Z Downloaded strip-ansi-escapes v0.2.1
10142026-05-08T22:08:47.969Z Downloaded slog-json v2.6.1
10152026-05-08T22:08:47.976Z Downloaded snafu-derive v0.8.9
10162026-05-08T22:08:47.980Z Downloaded testing_table v0.3.0
10172026-05-08T22:08:47.980Z Downloaded take_mut v0.2.2
10182026-05-08T22:08:47.980Z Downloaded tabwriter v1.4.1
10192026-05-08T22:08:47.980Z Downloaded slog-stdlog v4.1.1
10202026-05-08T22:08:47.983Z Downloaded slog-async v2.8.0
10212026-05-08T22:08:47.983Z Downloaded sync_wrapper v1.0.2
10222026-05-08T22:08:47.986Z Downloaded sync-ptr v0.1.4
10232026-05-08T22:08:47.986Z Downloaded smallvec v0.6.14
10242026-05-08T22:08:47.986Z Downloaded termtree v0.5.1
10252026-05-08T22:08:47.990Z Downloaded slog-term v2.9.2
10262026-05-08T22:08:47.990Z Downloaded slog-scope v4.4.1
10272026-05-08T22:08:47.993Z Downloaded smf v0.2.3
10282026-05-08T22:08:47.993Z Downloaded crossterm v0.28.1
10292026-05-08T22:08:47.997Z Downloaded prettyplease v0.2.37
10302026-05-08T22:08:48.001Z Downloaded thread-id v5.1.0
10312026-05-08T22:08:48.001Z Downloaded sqlformat v0.3.5
10322026-05-08T22:08:48.001Z Downloaded rustls-platform-verifier v0.6.2
10332026-05-08T22:08:48.006Z Downloaded rustls-pki-types v1.14.0
10342026-05-08T22:08:48.019Z Downloaded time-core v0.1.8
10352026-05-08T22:08:48.022Z Downloaded strum_macros v0.24.3
10362026-05-08T22:08:48.022Z Downloaded string_cache v0.8.9
10372026-05-08T22:08:48.022Z Downloaded tinyvec_macros v0.1.1
10382026-05-08T22:08:48.026Z Downloaded slab v0.4.12
10392026-05-08T22:08:48.026Z Downloaded ryu v1.0.23
10402026-05-08T22:08:48.029Z Downloaded progenitor-impl v0.11.2
10412026-05-08T22:08:48.029Z Downloaded itertools v0.10.5
10422026-05-08T22:08:48.032Z Downloaded serde_cbor v0.11.2
10432026-05-08T22:08:48.036Z Downloaded schemars v0.8.22
10442026-05-08T22:08:48.042Z Downloaded tokio-macros v2.7.0
10452026-05-08T22:08:48.045Z Downloaded static_assertions v1.1.0
10462026-05-08T22:08:48.045Z Downloaded stacker v0.1.23
10472026-05-08T22:08:48.045Z Downloaded num-bigint v0.4.6
10482026-05-08T22:08:48.050Z Downloaded tagptr v0.2.0
10492026-05-08T22:08:48.050Z Downloaded stringprep v0.1.5
10502026-05-08T22:08:48.054Z Downloaded support-bundle-viewer v0.1.2
10512026-05-08T22:08:48.054Z Downloaded strum_macros v0.27.2
10522026-05-08T22:08:48.054Z Downloaded spki v0.7.3
10532026-05-08T22:08:48.054Z Downloaded serde_with_macros v3.17.0
10542026-05-08T22:08:48.057Z Downloaded ron v0.8.1
10552026-05-08T22:08:48.061Z Downloaded nom v7.1.3
10562026-05-08T22:08:48.065Z Downloaded minimal-lexical v0.2.1
10572026-05-08T22:08:48.065Z Downloaded libxml v0.3.3
10582026-05-08T22:08:48.068Z Downloaded termios v0.3.3
10592026-05-08T22:08:48.071Z Downloaded strum_macros v0.26.4
10602026-05-08T22:08:48.076Z Downloaded quinn v0.11.9
10612026-05-08T22:08:48.079Z Downloaded rayon-core v1.13.0
10622026-05-08T22:08:48.083Z Downloaded mio v1.2.0
10632026-05-08T22:08:48.086Z Downloaded signal-hook v0.3.18
10642026-05-08T22:08:48.086Z Downloaded topological-sort v0.2.2
10652026-05-08T22:08:48.090Z Downloaded serde_yaml v0.9.34+deprecated
10662026-05-08T22:08:48.090Z Downloaded hyper-util v0.1.20
10672026-05-08T22:08:48.093Z Downloaded tower-service v0.3.3
10682026-05-08T22:08:48.096Z Downloaded tower-layer v0.3.3
10692026-05-08T22:08:48.096Z Downloaded hashbrown v0.15.5
10702026-05-08T22:08:48.099Z Downloaded progenitor-impl v0.14.0
10712026-05-08T22:08:48.103Z Downloaded hashbrown v0.16.1
10722026-05-08T22:08:48.108Z Downloaded tls_codec_derive v0.4.2
10732026-05-08T22:08:48.108Z Downloaded spin v0.9.8
10742026-05-08T22:08:48.112Z Downloaded thiserror-no-std v2.0.2
10752026-05-08T22:08:48.112Z Downloaded tokio-dtrace v0.1.1
10762026-05-08T22:08:48.112Z Downloaded try-lock v0.2.5
10772026-05-08T22:08:48.115Z Downloaded trait-variant v0.1.2
10782026-05-08T22:08:48.115Z Downloaded schemars v0.9.0
10792026-05-08T22:08:48.120Z Downloaded tls_codec v0.4.2
10802026-05-08T22:08:48.124Z Downloaded tiny-keccak v2.0.2
10812026-05-08T22:08:48.124Z Downloaded iri-string v0.7.10
10822026-05-08T22:08:48.128Z Downloaded time-macros v0.2.27
10832026-05-08T22:08:48.131Z Downloaded tokio-rustls v0.25.0
10842026-05-08T22:08:48.131Z Downloaded thiserror-impl-no-std v2.0.2
10852026-05-08T22:08:48.131Z Downloaded tokio-tungstenite v0.21.0
10862026-05-08T22:08:48.137Z Downloaded typify-macro v0.6.2
10872026-05-08T22:08:48.141Z Downloaded unicode-truncate v1.1.0
10882026-05-08T22:08:48.145Z Downloaded publicsuffix v2.3.0
10892026-05-08T22:08:48.154Z Downloaded tokio-native-tls v0.3.1
10902026-05-08T22:08:48.157Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-05-08T22:08:48.157Z Downloaded unarray v0.1.4
10922026-05-08T22:08:48.157Z Downloaded untrusted v0.7.1
10932026-05-08T22:08:48.163Z Downloaded universal-hash v0.5.1
10942026-05-08T22:08:48.163Z Downloaded unit-prefix v0.5.2
10952026-05-08T22:08:48.163Z Downloaded typify-macro v0.4.3
10962026-05-08T22:08:48.163Z Downloaded thread_local v1.1.9
10972026-05-08T22:08:48.166Z Downloaded slog v2.8.2
10982026-05-08T22:08:48.166Z Downloaded rustls-webpki v0.103.9
10992026-05-08T22:08:48.170Z Downloaded socket2 v0.6.3
11002026-05-08T22:08:48.174Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-05-08T22:08:48.177Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11022026-05-08T22:08:48.177Z Downloaded usdt-macro v0.6.0
11032026-05-08T22:08:48.177Z Downloaded void v1.0.2
11042026-05-08T22:08:48.177Z Downloaded h2 v0.4.13
11052026-05-08T22:08:48.182Z Downloaded similar v2.7.0
11062026-05-08T22:08:48.185Z Downloaded utf-8 v0.7.6
11072026-05-08T22:08:48.185Z Downloaded samael v0.0.19
11082026-05-08T22:08:48.189Z Downloaded usdt v0.6.0
11092026-05-08T22:08:48.189Z Downloaded term v1.2.1
11102026-05-08T22:08:48.192Z Downloaded term v0.7.0
11112026-05-08T22:08:48.196Z Downloaded want v0.3.1
11122026-05-08T22:08:48.196Z Downloaded tokio-rustls v0.24.1
11132026-05-08T22:08:48.196Z Downloaded hkdf v0.12.4
11142026-05-08T22:08:48.199Z Downloaded tui-tree-widget v0.23.1
11152026-05-08T22:08:48.199Z Downloaded itertools v0.12.1
11162026-05-08T22:08:48.203Z Downloaded socket2 v0.5.10
11172026-05-08T22:08:48.207Z Downloaded schemars v1.2.1
11182026-05-08T22:08:48.211Z Downloaded tokio-tungstenite v0.23.1
11192026-05-08T22:08:48.214Z Downloaded subprocess v0.2.15
11202026-05-08T22:08:48.217Z Downloaded xshell-macros v0.2.7
11212026-05-08T22:08:48.217Z Downloaded aho-corasick v1.1.4
11222026-05-08T22:08:48.220Z Downloaded wait-timeout v0.2.1
11232026-05-08T22:08:48.220Z Downloaded waitgroup v0.1.2
11242026-05-08T22:08:48.220Z Downloaded hickory-server v0.25.2
11252026-05-08T22:08:48.223Z Downloaded untrusted v0.9.0
11262026-05-08T22:08:48.226Z Downloaded rsa v0.9.10
11272026-05-08T22:08:48.230Z Downloaded snafu v0.8.9
11282026-05-08T22:08:48.233Z Downloaded usdt-attr-macro v0.6.0
11292026-05-08T22:08:48.241Z Downloaded iddqd v0.3.18
11302026-05-08T22:08:48.249Z Downloaded rand v0.9.2
11312026-05-08T22:08:48.252Z Downloaded rand v0.8.5
11322026-05-08T22:08:48.255Z Downloaded zone_cfg_derive v0.3.1
11332026-05-08T22:08:48.255Z Downloaded zeroize_derive v1.4.3
11342026-05-08T22:08:48.255Z Downloaded usdt-impl v0.6.0
11352026-05-08T22:08:48.255Z Downloaded qorb v0.4.1
11362026-05-08T22:08:48.260Z Downloaded xattr v1.6.1
11372026-05-08T22:08:48.263Z Downloaded bitvec v1.0.1
11382026-05-08T22:08:48.270Z Downloaded zone v0.3.1
11392026-05-08T22:08:48.274Z Downloaded unicase v2.9.0
11402026-05-08T22:08:48.274Z Downloaded vsss-rs v3.3.4
11412026-05-08T22:08:48.274Z Downloaded vergen-lib v0.1.6
11422026-05-08T22:08:48.277Z Downloaded tokio-stream v0.1.18
11432026-05-08T22:08:48.280Z Downloaded whoami v1.6.1
11442026-05-08T22:08:48.280Z Downloaded num-bigint-dig v0.8.6
11452026-05-08T22:08:48.284Z Downloaded itertools v0.13.0
11462026-05-08T22:08:48.287Z Downloaded futures-util v0.3.32
11472026-05-08T22:08:48.292Z Downloaded tokio-rustls v0.26.4
11482026-05-08T22:08:48.295Z Downloaded xshell v0.2.7
11492026-05-08T22:08:48.299Z Downloaded uzers v0.12.2
11502026-05-08T22:08:48.299Z Downloaded wyz v0.5.1
11512026-05-08T22:08:48.299Z Downloaded itertools v0.14.0
11522026-05-08T22:08:48.302Z Downloaded blake3 v1.8.3
11532026-05-08T22:08:48.307Z Downloaded vergen-gitcl v1.0.8
11542026-05-08T22:08:48.311Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-05-08T22:08:48.311Z Downloaded toml v0.9.12+spec-1.1.0
11562026-05-08T22:08:48.314Z Downloaded vergen-git2 v1.0.7
11572026-05-08T22:08:48.314Z Downloaded tinyvec v1.10.0
11582026-05-08T22:08:48.318Z Downloaded test-strategy v0.4.5
11592026-05-08T22:08:48.318Z Downloaded walkdir v2.5.0
11602026-05-08T22:08:48.321Z Downloaded unicode-properties v0.1.4
11612026-05-08T22:08:48.325Z Downloaded twox-hash v2.1.2
11622026-05-08T22:08:48.328Z Downloaded chrono v0.4.44
11632026-05-08T22:08:48.332Z Downloaded zstd-safe v7.2.4
11642026-05-08T22:08:48.335Z Downloaded whoami v2.1.0
11652026-05-08T22:08:48.343Z Downloaded rand v0.10.0
11662026-05-08T22:08:48.346Z Downloaded tracing-attributes v0.1.31
11672026-05-08T22:08:48.351Z Downloaded zeroize v1.8.2
11682026-05-08T22:08:48.354Z Downloaded rpassword v7.4.0
11692026-05-08T22:08:48.358Z Downloaded p521 v0.13.3
11702026-05-08T22:08:48.365Z Downloaded zerocopy v0.6.6
11712026-05-08T22:08:48.369Z Downloaded unsafe-libyaml v0.2.11
11722026-05-08T22:08:48.372Z Downloaded toml v0.7.8
11732026-05-08T22:08:48.372Z Downloaded toml v1.0.6+spec-1.1.0
11742026-05-08T22:08:48.378Z Downloaded zstd v0.13.3
11752026-05-08T22:08:48.385Z Downloaded vte v0.14.1
11762026-05-08T22:08:48.390Z Downloaded bindgen v0.71.1
11772026-05-08T22:08:48.394Z Downloaded tokio-postgres v0.7.16
11782026-05-08T22:08:48.394Z Downloaded tar v0.4.45
11792026-05-08T22:08:48.397Z Downloaded vergen v9.0.6
11802026-05-08T22:08:48.397Z Downloaded aws-lc-rs v1.16.0
11812026-05-08T22:08:48.404Z Downloaded russh v0.45.0
11822026-05-08T22:08:48.407Z Downloaded tungstenite v0.23.0
11832026-05-08T22:08:48.411Z Downloaded tungstenite v0.21.0
11842026-05-08T22:08:48.414Z Downloaded typify v0.6.2
11852026-05-08T22:08:48.414Z Downloaded typify v0.4.3
11862026-05-08T22:08:48.418Z Downloaded git2 v0.20.4
11872026-05-08T22:08:48.421Z Downloaded yasna v0.5.2
11882026-05-08T22:08:48.431Z Downloaded rustyline v14.0.0
11892026-05-08T22:08:48.441Z Downloaded libm v0.2.16
11902026-05-08T22:08:48.447Z Downloaded reedline v0.40.0
11912026-05-08T22:08:48.451Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-05-08T22:08:48.456Z Downloaded yansi v1.0.1
11932026-05-08T22:08:48.459Z Downloaded hyper v1.8.1
11942026-05-08T22:08:48.465Z Downloaded goblin v0.10.5
11952026-05-08T22:08:48.472Z Downloaded tracing-core v0.1.36
11962026-05-08T22:08:48.481Z Downloaded steno v0.4.1
11972026-05-08T22:08:48.484Z Downloaded portable-atomic v1.13.1
11982026-05-08T22:08:48.502Z Downloaded unicode-bidi v0.3.18
11992026-05-08T22:08:48.525Z Downloaded zopfli v0.8.3
12002026-05-08T22:08:48.529Z Downloaded uuid v1.23.0
12012026-05-08T22:08:48.542Z Downloaded unicode-segmentation v1.12.0
12022026-05-08T22:08:48.549Z Downloaded p384 v0.13.1
12032026-05-08T22:08:48.566Z Downloaded moka v0.12.13
12042026-05-08T22:08:48.575Z Downloaded zip v0.6.6
12052026-05-08T22:08:48.582Z Downloaded unicode-normalization v0.1.25
12062026-05-08T22:08:48.587Z Downloaded unicode_categories v0.1.1
12072026-05-08T22:08:48.591Z Downloaded regex v1.12.3
12082026-05-08T22:08:48.594Z Downloaded tokio-util v0.7.18
12092026-05-08T22:08:48.597Z Downloaded toml_edit v0.19.15
12102026-05-08T22:08:48.608Z Downloaded zip v4.6.1
12112026-05-08T22:08:48.611Z Downloaded typed-path v0.9.3
12122026-05-08T22:08:48.615Z Downloaded ssh-key v0.6.7
12132026-05-08T22:08:48.618Z Downloaded tower-http v0.6.8
12142026-05-08T22:08:48.622Z Downloaded petname v2.0.2
12152026-05-08T22:08:48.626Z Downloaded zerocopy-derive v0.8.40
12162026-05-08T22:08:48.633Z Downloaded lalrpop v0.19.12
12172026-05-08T22:08:48.639Z Downloaded rayon v1.11.0
12182026-05-08T22:08:48.645Z Downloaded reqwest v0.13.2
12192026-05-08T22:08:48.649Z Downloaded reqwest v0.12.28
12202026-05-08T22:08:48.687Z Downloaded quinn-proto v0.11.13
12212026-05-08T22:08:48.692Z Downloaded tower v0.5.3
12222026-05-08T22:08:48.692Z Downloaded object v0.30.4
12232026-05-08T22:08:48.692Z Downloaded x509-cert v0.2.5
12242026-05-08T22:08:48.692Z Downloaded rustls-webpki v0.102.8
12252026-05-08T22:08:48.692Z Downloaded winnow v0.6.26
12262026-05-08T22:08:48.692Z Downloaded rustls-webpki v0.101.7
12272026-05-08T22:08:48.698Z Downloaded radix_trie v0.2.1
12282026-05-08T22:08:48.701Z Downloaded nix v0.27.1
12292026-05-08T22:08:48.714Z Downloaded openssl v0.10.78
12302026-05-08T22:08:48.721Z Downloaded quick-xml v0.37.5
12312026-05-08T22:08:48.740Z Downloaded bstr v1.12.1
12322026-05-08T22:08:48.747Z Downloaded tough v0.20.0
12332026-05-08T22:08:48.750Z Downloaded rustls v0.21.12
12342026-05-08T22:08:48.757Z Downloaded nix v0.29.0
12352026-05-08T22:08:48.765Z Downloaded time v0.3.47
12362026-05-08T22:08:48.771Z Downloaded proptest v1.10.0
12372026-05-08T22:08:48.775Z Downloaded zlib-rs v0.6.2
12382026-05-08T22:08:48.779Z Downloaded serde_with v3.17.0
12392026-05-08T22:08:48.785Z Downloaded smoltcp v0.9.1
12402026-05-08T22:08:48.801Z Downloaded salty v0.3.0
12412026-05-08T22:08:48.825Z Downloaded smoltcp v0.11.0
12422026-05-08T22:08:48.831Z Downloaded winnow v0.5.40
12432026-05-08T22:08:48.859Z Downloaded zerocopy v0.8.40
12442026-05-08T22:08:48.870Z Downloaded polar-core v0.27.3
12452026-05-08T22:08:48.897Z Downloaded dropshot v0.16.7
12462026-05-08T22:08:48.909Z Downloaded dropshot v0.17.0
12472026-05-08T22:08:48.920Z Downloaded tabled v0.20.0
12482026-05-08T22:08:48.931Z Downloaded rustls v0.23.37
12492026-05-08T22:08:48.938Z Downloaded nix v0.28.0
12502026-05-08T22:08:48.944Z Downloaded rustix v0.38.44
12512026-05-08T22:08:48.973Z Downloaded regex-syntax v0.6.29
12522026-05-08T22:08:48.982Z Downloaded vcpkg v0.2.15
12532026-05-08T22:08:49.006Z Downloaded webpki-roots v1.0.6
12542026-05-08T22:08:49.016Z Downloaded sqlparser v0.61.0
12552026-05-08T22:08:49.033Z Downloaded tracing v0.1.44
12562026-05-08T22:08:49.045Z Downloaded rustls v0.22.4
12572026-05-08T22:08:49.052Z Downloaded ratatui v0.29.0
12582026-05-08T22:08:49.064Z Downloaded openapiv3 v2.2.0
12592026-05-08T22:08:49.071Z Downloaded regress v0.11.1
12602026-05-08T22:08:49.080Z Downloaded regress v0.10.5
12612026-05-08T22:08:49.083Z Downloaded regex-syntax v0.8.10
12622026-05-08T22:08:49.087Z Downloaded bzip2-sys v0.1.13+1.0.8
12632026-05-08T22:08:49.092Z Downloaded hickory-proto v0.25.2
12642026-05-08T22:08:49.101Z Downloaded diesel v2.3.7
12652026-05-08T22:08:49.113Z Downloaded hickory-proto v0.24.4
12662026-05-08T22:08:49.123Z Downloaded regex-automata v0.4.14
12672026-05-08T22:08:49.130Z Downloaded object v0.37.3
12682026-05-08T22:08:49.138Z Downloaded nix v0.31.2
12692026-05-08T22:08:49.152Z Downloaded petgraph v0.6.5
12702026-05-08T22:08:49.161Z Downloaded jiff v0.2.21
12712026-05-08T22:08:49.172Z Downloaded chrono-tz v0.10.4
12722026-05-08T22:08:49.184Z Downloaded typify-impl v0.6.2
12732026-05-08T22:08:49.196Z Downloaded sled v0.34.7
12742026-05-08T22:08:49.201Z Downloaded petgraph v0.8.3
12752026-05-08T22:08:49.210Z Downloaded typify-impl v0.4.3
12762026-05-08T22:08:49.229Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12772026-05-08T22:08:49.238Z Downloaded tokio v1.52.1
12782026-05-08T22:08:49.264Z Downloaded zerocopy-derive v0.6.6
12792026-05-08T22:08:49.321Z Downloaded csv v1.4.0
12802026-05-08T22:08:49.347Z Downloaded libz-sys v1.1.24
12812026-05-08T22:08:49.360Z Downloaded sha3 v0.10.8
12822026-05-08T22:08:49.374Z Downloaded encoding_rs v0.8.35
12832026-05-08T22:08:49.401Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-05-08T22:08:49.435Z Downloaded ring v0.17.14
12852026-05-08T22:08:50.051Z Downloaded aws-lc-sys v0.37.1
12862026-05-08T22:08:50.292Z Compiling libc v0.2.185
12872026-05-08T22:08:50.295Z Compiling serde v1.0.228
12882026-05-08T22:08:50.295Z Compiling shlex v1.3.0
12892026-05-08T22:08:50.295Z Compiling log v0.4.29
12902026-05-08T22:08:50.295Z Compiling find-msvc-tools v0.1.9
12912026-05-08T22:08:50.295Z Compiling smallvec v1.15.1
12922026-05-08T22:08:50.295Z Compiling typenum v1.19.0
12932026-05-08T22:08:50.295Z Compiling subtle v2.6.1
12942026-05-08T22:08:50.295Z Compiling generic-array v0.14.7
12952026-05-08T22:08:50.295Z Compiling scopeguard v1.2.0
12962026-05-08T22:08:50.423Z Compiling const-oid v0.9.6
12972026-05-08T22:08:50.470Z Compiling portable-atomic v1.13.1
12982026-05-08T22:08:50.508Z Compiling syn v2.0.117
12992026-05-08T22:08:50.511Z Compiling zerocopy v0.8.40
13002026-05-08T22:08:50.520Z Compiling serde_json v1.0.149
13012026-05-08T22:08:50.532Z Compiling critical-section v1.2.0
13022026-05-08T22:08:50.610Z Compiling lock_api v0.4.14
13032026-05-08T22:08:50.626Z Compiling parking_lot_core v0.9.12
13042026-05-08T22:08:50.653Z Compiling pin-project-lite v0.2.17
13052026-05-08T22:08:50.762Z Compiling pkg-config v0.3.32
13062026-05-08T22:08:50.815Z Compiling bitflags v2.11.0
13072026-05-08T22:08:50.819Z Compiling libm v0.2.16
13082026-05-08T22:08:50.857Z Compiling num-traits v0.2.19
13092026-05-08T22:08:50.871Z Compiling futures-core v0.3.32
13102026-05-08T22:08:50.900Z Compiling percent-encoding v2.3.2
13112026-05-08T22:08:50.960Z Compiling futures-sink v0.3.32
13122026-05-08T22:08:50.977Z Compiling cpufeatures v0.2.17
13132026-05-08T22:08:51.034Z Compiling futures-task v0.3.32
13142026-05-08T22:08:51.050Z Compiling futures-io v0.3.32
13152026-05-08T22:08:51.080Z Compiling futures-channel v0.3.32
13162026-05-08T22:08:51.096Z Compiling slab v0.4.12
13172026-05-08T22:08:51.099Z Compiling getrandom v0.4.1
13182026-05-08T22:08:51.138Z Compiling getrandom v0.3.4
13192026-05-08T22:08:51.142Z Compiling rand_core v0.10.0
13202026-05-08T22:08:51.228Z Compiling rustversion v1.0.22
13212026-05-08T22:08:51.244Z Compiling indexmap v2.14.0
13222026-05-08T22:08:51.295Z Compiling form_urlencoded v1.2.2
13232026-05-08T22:08:51.310Z Compiling ident_case v1.0.1
13242026-05-08T22:08:51.334Z Compiling dunce v1.0.5
13252026-05-08T22:08:51.349Z Compiling base64ct v1.8.3
13262026-05-08T22:08:51.363Z Compiling fs_extra v1.3.0
13272026-05-08T22:08:51.390Z Compiling flagset v0.4.7
13282026-05-08T22:08:51.450Z Compiling iana-time-zone v0.1.65
13292026-05-08T22:08:51.466Z Compiling rustix v1.1.3
13302026-05-08T22:08:51.497Z Compiling getrandom v0.2.17
13312026-05-08T22:08:51.512Z Compiling jobserver v0.1.34
13322026-05-08T22:08:51.546Z Compiling errno v0.3.14
13332026-05-08T22:08:51.611Z Compiling mio v1.2.0
13342026-05-08T22:08:51.635Z Compiling once_cell v1.21.3
13352026-05-08T22:08:51.666Z Compiling rand_core v0.6.4
13362026-05-08T22:08:51.721Z Compiling signal-hook-registry v1.4.8
13372026-05-08T22:08:51.725Z Compiling socket2 v0.6.3
13382026-05-08T22:08:51.747Z Compiling cc v1.2.56
13392026-05-08T22:08:51.833Z Compiling parking_lot v0.12.5
13402026-05-08T22:08:51.880Z Compiling pem-rfc7468 v0.7.0
13412026-05-08T22:08:51.932Z Compiling uuid v1.23.0
13422026-05-08T22:08:51.962Z Compiling rustc_version v0.4.1
13432026-05-08T22:08:51.978Z Compiling aws-lc-rs v1.16.0
13442026-05-08T22:08:51.991Z Compiling regex-syntax v0.8.10
13452026-05-08T22:08:52.138Z Compiling rand_core v0.9.5
13462026-05-08T22:08:52.153Z Compiling vcpkg v0.2.15
13472026-05-08T22:08:52.156Z Compiling tracing-core v0.1.36
13482026-05-08T22:08:52.221Z Compiling untrusted v0.9.0
13492026-05-08T22:08:52.246Z Compiling schemars v0.8.22
13502026-05-08T22:08:52.261Z Compiling base64 v0.22.1
13512026-05-08T22:08:52.297Z Compiling httparse v1.10.1
13522026-05-08T22:08:52.347Z Compiling openssl-probe v0.2.1
13532026-05-08T22:08:52.390Z Compiling untrusted v0.7.1
13542026-05-08T22:08:52.415Z Compiling tower-layer v0.3.3
13552026-05-08T22:08:52.463Z Compiling rustls v0.23.37
13562026-05-08T22:08:52.492Z Compiling tinyvec_macros v0.1.1
13572026-05-08T22:08:52.523Z Compiling tower-service v0.3.3
13582026-05-08T22:08:52.536Z Compiling atomic-waker v1.1.2
13592026-05-08T22:08:52.581Z Compiling cmake v0.1.57
13602026-05-08T22:08:52.597Z Compiling try-lock v0.2.5
13612026-05-08T22:08:52.613Z Compiling dyn-clone v1.0.20
13622026-05-08T22:08:52.632Z Compiling tinyvec v1.10.0
13632026-05-08T22:08:52.648Z Compiling spin v0.9.8
13642026-05-08T22:08:52.663Z Compiling aho-corasick v1.1.4
13652026-05-08T22:08:52.683Z Compiling powerfmt v0.2.0
13662026-05-08T22:08:52.715Z Compiling want v0.3.1
13672026-05-08T22:08:52.729Z Compiling foreign-types-shared v0.1.1
13682026-05-08T22:08:52.732Z Compiling httpdate v1.0.3
13692026-05-08T22:08:52.773Z Compiling crc32fast v1.5.0
13702026-05-08T22:08:52.789Z Compiling pin-utils v0.1.0
13712026-05-08T22:08:52.832Z Compiling openssl v0.10.78
13722026-05-08T22:08:52.877Z Compiling time-core v0.1.8
13732026-05-08T22:08:52.891Z Compiling num-conv v0.2.0
13742026-05-08T22:08:52.907Z Compiling deranged v0.5.8
13752026-05-08T22:08:52.907Z Compiling foreign-types v0.3.2
13762026-05-08T22:08:52.955Z Compiling wait-timeout v0.2.1
13772026-05-08T22:08:52.996Z Compiling num_threads v0.1.7
13782026-05-08T22:08:53.012Z Compiling quick-error v1.2.3
13792026-05-08T22:08:53.026Z Compiling simd-adler32 v0.3.8
13802026-05-08T22:08:53.029Z Compiling siphasher v1.0.2
13812026-05-08T22:08:53.056Z Compiling time-macros v0.2.27
13822026-05-08T22:08:53.056Z Compiling crossbeam-utils v0.8.21
13832026-05-08T22:08:53.101Z Compiling syn v1.0.109
13842026-05-08T22:08:53.118Z Compiling native-tls v0.2.18
13852026-05-08T22:08:53.134Z Compiling usdt-impl v0.6.0
13862026-05-08T22:08:53.137Z Compiling bit-vec v0.8.0
13872026-05-08T22:08:53.159Z Compiling tempfile v3.25.0
13882026-05-08T22:08:53.263Z Compiling unicode-normalization v0.1.25
13892026-05-08T22:08:53.299Z Compiling slog v2.8.2
13902026-05-08T22:08:53.354Z Compiling bit-set v0.8.0
13912026-05-08T22:08:53.392Z Compiling rusty-fork v0.3.1
13922026-05-08T22:08:53.409Z Compiling heapless v0.7.17
13932026-05-08T22:08:53.441Z Compiling rand_xorshift v0.4.0
13942026-05-08T22:08:53.445Z Compiling thread-id v5.1.0
13952026-05-08T22:08:53.472Z Compiling aws-lc-sys v0.37.1
13962026-05-08T22:08:53.472Z Compiling ring v0.17.14
13972026-05-08T22:08:53.476Z Compiling openssl-sys v0.9.114
13982026-05-08T22:08:53.519Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-08T22:08:53.543Z Compiling bzip2-sys v0.1.13+1.0.8
14002026-05-08T22:08:53.573Z Compiling synstructure v0.13.2
14012026-05-08T22:08:53.609Z Compiling serde_derive_internals v0.29.1
14022026-05-08T22:08:53.648Z Compiling pest_generator v2.8.6
14032026-05-08T22:08:53.684Z Compiling darling_core v0.20.11
14042026-05-08T22:08:53.752Z Compiling regex-automata v0.4.14
14052026-05-08T22:08:53.783Z Compiling darling_core v0.21.3
14062026-05-08T22:08:53.860Z Compiling sync_wrapper v1.0.2
14072026-05-08T22:08:53.975Z Compiling cookie v0.18.1
14082026-05-08T22:08:53.990Z Compiling unicode-bidi v0.3.18
14092026-05-08T22:08:54.213Z Compiling time v0.3.47
14102026-05-08T22:08:54.243Z Compiling signal-hook v0.3.18
14112026-05-08T22:08:54.261Z Compiling anyhow v1.0.102
14122026-05-08T22:08:54.395Z Compiling unarray v0.1.4
14132026-05-08T22:08:54.436Z Compiling zstd-safe v7.2.4
14142026-05-08T22:08:54.477Z Compiling adler2 v2.0.1
14152026-05-08T22:08:54.513Z Compiling unicode-properties v0.1.4
14162026-05-08T22:08:54.528Z Compiling paste v1.0.15
14172026-05-08T22:08:54.562Z Compiling allocator-api2 v0.2.21
14182026-05-08T22:08:54.594Z Compiling miniz_oxide v0.8.9
14192026-05-08T22:08:54.742Z Compiling stringprep v0.1.5
14202026-05-08T22:08:54.844Z Compiling num-integer v0.1.46
14212026-05-08T22:08:54.878Z Compiling vergen-lib v0.1.6
14222026-05-08T22:08:54.904Z Compiling curve25519-dalek v4.1.3
14232026-05-08T22:08:55.131Z Compiling ff v0.13.1
14242026-05-08T22:08:55.237Z Compiling hash32 v0.2.1
14252026-05-08T22:08:55.265Z Compiling memoffset v0.9.1
14262026-05-08T22:08:55.287Z Compiling iri-string v0.7.10
14272026-05-08T22:08:55.302Z Compiling fallible-iterator v0.2.0
14282026-05-08T22:08:55.327Z Compiling smoltcp v0.9.1
14292026-05-08T22:08:55.343Z Compiling rustix v0.38.44
14302026-05-08T22:08:55.387Z Compiling serde_derive v1.0.228
14312026-05-08T22:08:55.448Z Compiling zeroize_derive v1.4.3
14322026-05-08T22:08:55.463Z Compiling zerofrom-derive v0.1.6
14332026-05-08T22:08:55.494Z Compiling yoke-derive v0.8.1
14342026-05-08T22:08:55.657Z Compiling zerocopy-derive v0.8.40
14352026-05-08T22:08:55.704Z Compiling zerovec-derive v0.11.2
14362026-05-08T22:08:55.729Z Compiling displaydoc v0.2.5
14372026-05-08T22:08:55.902Z Compiling tokio-macros v2.7.0
14382026-05-08T22:08:56.081Z Compiling futures-macro v0.3.32
14392026-05-08T22:08:56.143Z Compiling zeroize v1.8.2
14402026-05-08T22:08:56.393Z Compiling der_derive v0.7.3
14412026-05-08T22:08:56.529Z Compiling thiserror-impl v2.0.18
14422026-05-08T22:08:56.682Z Compiling rustls-pki-types v1.14.0
14432026-05-08T22:08:56.716Z Compiling tracing-attributes v0.1.31
14442026-05-08T22:08:56.871Z Compiling schemars_derive v0.8.22
14452026-05-08T22:08:56.890Z Compiling pest_derive v2.8.6
14462026-05-08T22:08:56.929Z Compiling crypto-common v0.1.7
14472026-05-08T22:08:56.944Z Compiling zerofrom v0.1.6
14482026-05-08T22:08:56.962Z Compiling block-buffer v0.10.4
14492026-05-08T22:08:57.088Z Compiling yoke v0.8.1
14502026-05-08T22:08:57.102Z Compiling digest v0.10.7
14512026-05-08T22:08:57.154Z Compiling futures-util v0.3.32
14522026-05-08T22:08:57.171Z Compiling block-padding v0.3.3
14532026-05-08T22:08:57.293Z Compiling zerovec v0.11.5
14542026-05-08T22:08:57.362Z Compiling zerotrie v0.2.3
14552026-05-08T22:08:57.378Z Compiling hmac v0.12.1
14562026-05-08T22:08:57.391Z Compiling inout v0.1.4
14572026-05-08T22:08:57.424Z Compiling sha2 v0.10.9
14582026-05-08T22:08:57.556Z Compiling cipher v0.4.4
14592026-05-08T22:08:57.584Z Compiling der v0.7.10
14602026-05-08T22:08:57.684Z Compiling pbkdf2 v0.12.2
14612026-05-08T22:08:57.876Z Compiling tinystr v0.8.2
14622026-05-08T22:08:57.886Z Compiling potential_utf v0.1.4
14632026-05-08T22:08:57.901Z Compiling salsa20 v0.10.2
14642026-05-08T22:08:57.983Z Compiling thiserror v2.0.18
14652026-05-08T22:08:58.052Z Compiling icu_locale_core v2.1.1
14662026-05-08T22:08:58.070Z Compiling icu_collections v2.1.1
14672026-05-08T22:08:58.093Z Compiling scrypt v0.11.0
14682026-05-08T22:08:58.110Z Compiling cbc v0.1.2
14692026-05-08T22:08:58.125Z Compiling aes v0.8.4
14702026-05-08T22:08:58.181Z Compiling tracing v0.1.44
14712026-05-08T22:08:58.278Z Compiling scroll_derive v0.13.1
14722026-05-08T22:08:58.292Z Compiling darling_macro v0.20.11
14732026-05-08T22:08:58.373Z Compiling openssl-macros v0.1.1
14742026-05-08T22:08:58.482Z Compiling spki v0.7.3
14752026-05-08T22:08:58.580Z Compiling dtrace-parser v0.3.0
14762026-05-08T22:08:58.716Z Compiling icu_provider v2.1.1
14772026-05-08T22:08:58.807Z Compiling pkcs5 v0.7.1
14782026-05-08T22:08:58.822Z Compiling darling v0.20.11
14792026-05-08T22:08:58.896Z Compiling derive_builder_core v0.20.2
14802026-05-08T22:08:58.912Z Compiling signature v2.2.0
14812026-05-08T22:08:58.939Z Compiling rustls-native-certs v0.8.3
14822026-05-08T22:08:58.993Z Compiling bytes v1.11.1
14832026-05-08T22:08:59.032Z Compiling icu_normalizer v2.1.1
14842026-05-08T22:08:59.066Z Compiling icu_properties v2.1.2
14852026-05-08T22:08:59.122Z Compiling chrono v0.4.44
14862026-05-08T22:08:59.149Z Compiling pkcs8 v0.10.2
14872026-05-08T22:08:59.214Z Compiling scroll v0.13.0
14882026-05-08T22:08:59.250Z Compiling ipnet v2.11.0
14892026-05-08T22:08:59.310Z Compiling scroll_derive v0.12.1
14902026-05-08T22:08:59.362Z Compiling thiserror-impl v1.0.69
14912026-05-08T22:08:59.483Z Compiling tokio v1.52.1
14922026-05-08T22:08:59.506Z Compiling http v1.4.0
14932026-05-08T22:08:59.572Z Compiling goblin v0.10.5
14942026-05-08T22:08:59.601Z Compiling serde_tokenstream v0.2.3
14952026-05-08T22:08:59.620Z Compiling serde_spanned v0.6.9
14962026-05-08T22:08:59.774Z Compiling toml_datetime v0.6.11
14972026-05-08T22:08:59.784Z Compiling erased-serde v0.3.31
14982026-05-08T22:08:59.799Z Compiling derive_builder_macro v0.20.2
14992026-05-08T22:08:59.936Z Compiling idna_adapter v1.2.1
15002026-05-08T22:08:59.975Z Compiling md-5 v0.10.6
15012026-05-08T22:09:00.065Z Compiling scroll v0.12.0
15022026-05-08T22:09:00.083Z Compiling idna v1.1.0
15032026-05-08T22:09:00.130Z Compiling webpki-roots v1.0.6
15042026-05-08T22:09:00.220Z Compiling ppv-lite86 v0.2.21
15052026-05-08T22:09:00.255Z Compiling http-body v1.0.1
15062026-05-08T22:09:00.273Z Compiling darling_macro v0.21.3
15072026-05-08T22:09:00.339Z Compiling zerocopy-derive v0.7.35
15082026-05-08T22:09:00.358Z Compiling ryu v1.0.23
15092026-05-08T22:09:00.375Z Compiling zlib-rs v0.6.2
15102026-05-08T22:09:00.424Z Compiling url v2.5.8
15112026-05-08T22:09:00.439Z Compiling http-body-util v0.1.3
15122026-05-08T22:09:00.510Z Compiling rand_chacha v0.9.0
15132026-05-08T22:09:00.564Z Compiling rand_chacha v0.3.1
15142026-05-08T22:09:00.579Z Compiling num-bigint-dig v0.8.6
15152026-05-08T22:09:00.593Z Compiling base16ct v0.2.0
15162026-05-08T22:09:00.708Z Compiling cfg_aliases v0.2.1
15172026-05-08T22:09:00.723Z Compiling rand v0.9.2
15182026-05-08T22:09:00.778Z Compiling thiserror v1.0.69
15192026-05-08T22:09:00.793Z Compiling litrs v1.0.0
15202026-05-08T22:09:00.810Z Compiling ref-cast v1.0.25
15212026-05-08T22:09:00.813Z Compiling psl-types v2.0.11
15222026-05-08T22:09:00.836Z Compiling darling v0.21.3
15232026-05-08T22:09:00.902Z Compiling nix v0.31.2
15242026-05-08T22:09:00.934Z Compiling publicsuffix v2.3.0
15252026-05-08T22:09:01.223Z Compiling rand v0.8.5
15262026-05-08T22:09:01.250Z Compiling sec1 v0.7.3
15272026-05-08T22:09:01.274Z Compiling zerocopy v0.7.35
15282026-05-08T22:09:01.274Z Compiling serde_urlencoded v0.7.1
15292026-05-08T22:09:01.307Z Compiling proptest v1.10.0
15302026-05-08T22:09:01.332Z Compiling document-features v0.2.12
15312026-05-08T22:09:01.423Z Compiling postgres-protocol v0.6.10
15322026-05-08T22:09:01.472Z Compiling derive_builder v0.20.2
15332026-05-08T22:09:01.554Z Compiling goblin v0.8.2
15342026-05-08T22:09:01.584Z Compiling cargo-platform v0.1.9
15352026-05-08T22:09:01.616Z Compiling hubpack_derive v0.1.1
15362026-05-08T22:09:01.789Z Compiling ipnetwork v0.21.1
15372026-05-08T22:09:01.868Z Compiling hkdf v0.12.4
15382026-05-08T22:09:01.884Z Compiling crypto-bigint v0.5.5
15392026-05-08T22:09:01.899Z Compiling regex v1.12.3
15402026-05-08T22:09:02.055Z Compiling oxnet v0.1.4
15412026-05-08T22:09:02.123Z Compiling ref-cast-impl v1.0.25
15422026-05-08T22:09:02.146Z Compiling daft-derive v0.1.5
15432026-05-08T22:09:02.189Z Compiling strum_macros v0.27.2
15442026-05-08T22:09:02.216Z Compiling async-trait v0.1.89
15452026-05-08T22:09:02.306Z Compiling curve25519-dalek-derive v0.1.1
15462026-05-08T22:09:02.356Z Compiling dof v0.4.0
15472026-05-08T22:09:02.570Z Compiling group v0.13.0
15482026-05-08T22:09:02.601Z Compiling num-iter v0.1.45
15492026-05-08T22:09:02.767Z Compiling phf_shared v0.13.1
15502026-05-08T22:09:02.910Z Compiling terminal_size v0.4.3
15512026-05-08T22:09:02.989Z Compiling lazy_static v1.5.0
15522026-05-08T22:09:03.027Z Compiling vergen v9.0.6
15532026-05-08T22:09:03.057Z Compiling fs-err v3.3.0
15542026-05-08T22:09:03.090Z Compiling ahash v0.8.12
15552026-05-08T22:09:03.106Z Compiling foldhash v0.1.5
15562026-05-08T22:09:03.159Z Compiling bumpalo v3.20.2
15572026-05-08T22:09:03.240Z Compiling foldhash v0.2.0
15582026-05-08T22:09:03.280Z Compiling flate2 v1.1.9
15592026-05-08T22:09:03.294Z Compiling libbz2-rs-sys v0.2.2
15602026-05-08T22:09:03.309Z Compiling tokio-util v0.7.18
15612026-05-08T22:09:03.326Z Compiling tower v0.5.3
15622026-05-08T22:09:03.437Z Compiling tokio-native-tls v0.3.1
15632026-05-08T22:09:03.485Z Compiling winnow v0.5.40
15642026-05-08T22:09:03.556Z Compiling bitflags v1.3.2
15652026-05-08T22:09:03.629Z Compiling object v0.37.3
15662026-05-08T22:09:03.645Z Compiling newtype-uuid v1.3.2
15672026-05-08T22:09:03.660Z Compiling unicode-segmentation v1.12.0
15682026-05-08T22:09:03.689Z Compiling managed v0.8.0
15692026-05-08T22:09:03.719Z Compiling bzip2 v0.6.1
15702026-05-08T22:09:03.834Z Compiling tower-http v0.6.8
15712026-05-08T22:09:03.911Z Compiling usdt-attr-macro v0.6.0
15722026-05-08T22:09:03.927Z Compiling usdt-macro v0.6.0
15732026-05-08T22:09:03.994Z Compiling daft v0.1.5
15742026-05-08T22:09:04.008Z Compiling dof v0.3.0
15752026-05-08T22:09:04.022Z Compiling h2 v0.4.13
15762026-05-08T22:09:04.056Z Compiling clap_builder v4.5.60
15772026-05-08T22:09:04.071Z Compiling hashbrown v0.16.1
15782026-05-08T22:09:04.220Z Compiling strum v0.27.2
15792026-05-08T22:09:04.266Z Compiling zopfli v0.8.3
15802026-05-08T22:09:04.393Z Compiling hashbrown v0.15.5
15812026-05-08T22:09:04.706Z Compiling phf v0.13.1
15822026-05-08T22:09:04.734Z Compiling signal-hook-mio v0.2.5
15832026-05-08T22:09:04.776Z Compiling toml_edit v0.19.15
15842026-05-08T22:09:04.780Z Compiling elliptic-curve v0.13.8
15852026-05-08T22:09:04.873Z Compiling cargo_metadata v0.19.2
15862026-05-08T22:09:04.947Z Compiling cookie_store v0.22.1
15872026-05-08T22:09:04.965Z Compiling bzip2 v0.4.4
15882026-05-08T22:09:05.061Z Compiling hubpack v0.1.2
15892026-05-08T22:09:05.149Z Compiling postgres-types v0.2.12
15902026-05-08T22:09:05.214Z Compiling zstd v0.13.3
15912026-05-08T22:09:05.278Z Compiling serde_with_macros v3.17.0
15922026-05-08T22:09:05.291Z Compiling dtrace-parser v0.2.0
15932026-05-08T22:09:05.314Z Compiling ed25519 v2.2.3
15942026-05-08T22:09:05.382Z Compiling pkcs1 v0.7.5
15952026-05-08T22:09:05.504Z Compiling hex v0.4.3
15962026-05-08T22:09:05.627Z Compiling serde-big-array v0.5.1
15972026-05-08T22:09:05.739Z Compiling rfc6979 v0.4.0
15982026-05-08T22:09:05.790Z Compiling bstr v1.12.1
15992026-05-08T22:09:05.805Z Compiling enum-as-inner v0.6.1
16002026-05-08T22:09:05.822Z Compiling serde_repr v0.1.20
16012026-05-08T22:09:05.883Z Compiling strum_macros v0.26.4
16022026-05-08T22:09:06.076Z Compiling clap_derive v4.5.55
16032026-05-08T22:09:06.267Z Compiling phf_shared v0.11.3
16042026-05-08T22:09:06.283Z Compiling float-cmp v0.10.0
16052026-05-08T22:09:06.299Z Compiling thread-id v4.2.2
16062026-05-08T22:09:06.373Z Compiling memmap2 v0.9.10
16072026-05-08T22:09:06.404Z Compiling env_filter v1.0.0
16082026-05-08T22:09:06.421Z Compiling encoding_rs v0.8.35
16092026-05-08T22:09:06.452Z Compiling keccak v0.1.6
16102026-05-08T22:09:06.486Z Compiling new_debug_unreachable v1.0.6
16112026-05-08T22:09:06.500Z Compiling either v1.15.0
16122026-05-08T22:09:06.505Z Compiling difflib v0.4.0
16132026-05-08T22:09:06.573Z Compiling jiff v0.2.21
16142026-05-08T22:09:06.603Z Compiling mime v0.3.17
16152026-05-08T22:09:06.734Z Compiling whoami v2.1.0
16162026-05-08T22:09:06.748Z Compiling precomputed-hash v0.1.1
16172026-05-08T22:09:06.856Z Compiling fixedbitset v0.4.2
16182026-05-08T22:09:06.894Z Compiling fixedbitset v0.5.7
16192026-05-08T22:09:07.096Z Compiling hyper v1.8.1
16202026-05-08T22:09:07.123Z Compiling normalize-line-endings v0.3.0
16212026-05-08T22:09:07.151Z Compiling data-encoding v2.10.0
16222026-05-08T22:09:07.180Z Compiling static_assertions v1.1.0
16232026-05-08T22:09:07.236Z Compiling predicates-core v1.0.10
16242026-05-08T22:09:07.254Z Compiling rustc-hash v2.1.1
16252026-05-08T22:09:07.272Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16262026-05-08T22:09:07.308Z Compiling petgraph v0.8.3
16272026-05-08T22:09:07.398Z Compiling predicates v3.1.4
16282026-05-08T22:09:07.429Z Compiling iddqd v0.3.18
16292026-05-08T22:09:07.536Z Compiling hickory-proto v0.25.2
16302026-05-08T22:09:07.603Z Compiling petgraph v0.6.5
16312026-05-08T22:09:07.753Z Compiling strum v0.26.3
16322026-05-08T22:09:07.887Z Compiling tokio-postgres v0.7.16
16332026-05-08T22:09:07.909Z Compiling string_cache v0.8.9
16342026-05-08T22:09:07.946Z Compiling clap v4.5.60
16352026-05-08T22:09:08.046Z Compiling itertools v0.13.0
16362026-05-08T22:09:08.049Z Compiling sha3 v0.10.8
16372026-05-08T22:09:08.095Z Compiling env_logger v0.11.9
16382026-05-08T22:09:08.149Z Compiling toml_edit v0.22.27
16392026-05-08T22:09:08.163Z Compiling usdt v0.6.0
16402026-05-08T22:09:08.446Z Compiling hyper-util v0.1.20
16412026-05-08T22:09:08.474Z Compiling serde_with v3.17.0
16422026-05-08T22:09:08.533Z Compiling usdt-impl v0.5.0
16432026-05-08T22:09:08.640Z Compiling similar v2.7.0
16442026-05-08T22:09:08.770Z Compiling toml v0.7.8
16452026-05-08T22:09:09.113Z Compiling crossterm v0.28.1
16462026-05-08T22:09:09.143Z Compiling ecdsa v0.16.9
16472026-05-08T22:09:09.279Z Compiling zip v4.6.1
16482026-05-08T22:09:09.406Z Compiling rsa v0.9.10
16492026-05-08T22:09:09.527Z Compiling ed25519-dalek v2.2.0
16502026-05-08T22:09:09.744Z Compiling zip v0.6.6
16512026-05-08T22:09:10.138Z Compiling hyper-tls v0.6.0
16522026-05-08T22:09:10.224Z Compiling tokio-stream v0.1.18
16532026-05-08T22:09:10.256Z Compiling heck v0.4.1
16542026-05-08T22:09:10.309Z Compiling buf-list v1.1.2
16552026-05-08T22:09:10.400Z Compiling toml_parser v1.0.9+spec-1.1.0
16562026-05-08T22:09:10.403Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-08T22:09:10.437Z Compiling openapiv3 v2.2.0
16582026-05-08T22:09:10.504Z Compiling x509-cert v0.2.5
16592026-05-08T22:09:10.520Z Compiling sha1 v0.10.6
16602026-05-08T22:09:10.613Z Compiling crossbeam-epoch v0.9.18
16612026-05-08T22:09:10.630Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-08T22:09:10.727Z Compiling lalrpop-util v0.19.12
16632026-05-08T22:09:10.745Z Compiling peg-runtime v0.8.5
16642026-05-08T22:09:10.762Z Compiling thread_local v1.1.9
16652026-05-08T22:09:10.904Z Compiling slog-async v2.8.0
16662026-05-08T22:09:10.938Z Compiling futures-executor v0.3.32
16672026-05-08T22:09:10.952Z Compiling crossbeam-channel v0.5.15
16682026-05-08T22:09:10.969Z Compiling is-terminal v0.4.17
16692026-05-08T22:09:10.984Z Compiling filetime v0.2.27
16702026-05-08T22:09:11.050Z Compiling term v1.2.1
16712026-05-08T22:09:11.068Z Compiling xattr v1.6.1
16722026-05-08T22:09:11.082Z Compiling take_mut v0.2.2
16732026-05-08T22:09:11.178Z Compiling futures v0.3.32
16742026-05-08T22:09:11.225Z Compiling tar v0.4.45
16752026-05-08T22:09:11.426Z Compiling slog-term v2.9.2
16762026-05-08T22:09:28.862Z Compiling rustls-webpki v0.103.9
16772026-05-08T22:09:31.683Z Compiling tokio-rustls v0.26.4
16782026-05-08T22:09:31.683Z Compiling rustls-platform-verifier v0.6.2
16792026-05-08T22:09:31.857Z Compiling hyper-rustls v0.27.7
16802026-05-08T22:09:32.074Z Compiling reqwest v0.13.2
16812026-05-08T22:09:32.074Z Compiling reqwest v0.12.28
16822026-05-08T22:09:34.066Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-08T22:09:34.291Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-08T22:09:37.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.64s
16852026-05-08T22:09:37.285Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-08T22:09:37.310ZMay 08 22:09:36.296 INFO Starting download, target: Cockroach
16872026-05-08T22:09:37.310ZMay 08 22:09:36.296 INFO Starting download, target: Clickhouse
16882026-05-08T22:09:37.310ZMay 08 22:09:36.296 INFO Starting download, target: Console
16892026-05-08T22:09:37.321ZMay 08 22:09:36.296 INFO Starting download, target: DendriteStub
16902026-05-08T22:09:37.321ZMay 08 22:09:36.296 INFO Starting download, target: MaghemiteMgd
16912026-05-08T22:09:37.321ZMay 08 22:09:36.296 INFO Starting download, target: TransceiverControl
16922026-05-08T22:09:37.321ZMay 08 22:09:36.296 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-08T22:09:37.321ZMay 08 22:09:36.296 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-05-08T22:09:37.322ZMay 08 22:09:36.296 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16952026-05-08T22:09:37.322ZMay 08 22:09:36.296 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16962026-05-08T22:09:37.322ZMay 08 22:09:36.297 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16972026-05-08T22:09:37.322ZMay 08 22:09:36.297 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16982026-05-08T22:09:37.930ZMay 08 22:09:36.912 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-08T22:09:38.169ZMay 08 22:09:37.151 INFO Download complete, target: TransceiverControl
17002026-05-08T22:09:38.392ZMay 08 22:09:37.334 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17012026-05-08T22:09:38.578ZMay 08 22:09:37.566 INFO Download complete, target: Console
17022026-05-08T22:09:39.582ZMay 08 22:09:38.486 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17032026-05-08T22:09:41.097ZMay 08 22:09:40.072 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17042026-05-08T22:09:41.346ZMay 08 22:09:40.343 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17052026-05-08T22:09:41.845ZMay 08 22:09:40.835 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17062026-05-08T22:09:41.845ZMay 08 22:09:40.835 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17072026-05-08T22:09:43.439ZMay 08 22:09:42.436 INFO Download complete, target: DendriteStub
17082026-05-08T22:09:43.741ZMay 08 22:09:42.739 INFO Download complete, target: MaghemiteMgd
17092026-05-08T22:09:46.382ZMay 08 22:09:45.380 INFO Checking that binary works, target: Clickhouse
17102026-05-08T22:09:46.499ZMay 08 22:09:45.497 INFO Download complete, target: Clickhouse
17112026-05-08T22:09:46.595ZMay 08 22:09:45.592 INFO Checking that binary works, target: Cockroach
17122026-05-08T22:09:46.721ZMay 08 22:09:45.718 INFO Download complete, target: Cockroach
17132026-05-08T22:09:46.726ZAll prerequisites installed successfully
17142026-05-08T22:09:46.729Z
17152026-05-08T22:09:46.729Zreal 1:58.561635139
17162026-05-08T22:09:46.729Zuser 6:48.596987700
17172026-05-08T22:09:46.729Zsys 1:42.581177012
17182026-05-08T22:09:46.729Ztrap 0.268752868
17192026-05-08T22:09:46.729Ztflt 1.129637843
17202026-05-08T22:09:46.729Zdflt 1.685129837
17212026-05-08T22:09:46.729Zkflt 0.024751501
17222026-05-08T22:09:46.729Zlock 22:32.185239050
17232026-05-08T22:09:46.729Zslp 18:41.597631575
17242026-05-08T22:09:46.730Zlat 26.293398210
17252026-05-08T22:09:46.730Zstop 2:48.352358341
17262026-05-08T22:09:46.730Z+ ptime -m cargo xtask download softnpu
17272026-05-08T22:09:47.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17282026-05-08T22:09:47.298Z Running `target/debug/xtask download softnpu`
17292026-05-08T22:09:48.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17302026-05-08T22:09:48.128Z Running `target/debug/xtask-downloader softnpu`
17312026-05-08T22:09:48.175ZMay 08 22:09:47.172 INFO Starting download, target: Softnpu
17322026-05-08T22:09:49.181ZMay 08 22:09:47.173 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-08T22:09:49.184ZMay 08 22:09:47.874 INFO Download complete, target: Softnpu
17342026-05-08T22:09:49.184Z
17352026-05-08T22:09:49.184Zreal 2.148595232
17362026-05-08T22:09:49.184Zuser 1.358977660
17372026-05-08T22:09:49.184Zsys 0.668829039
17382026-05-08T22:09:49.184Ztrap 0.000690790
17392026-05-08T22:09:49.184Ztflt 0.000048230
17402026-05-08T22:09:49.184Zdflt 0.000341830
17412026-05-08T22:09:49.184Zkflt 0.000000000
17422026-05-08T22:09:49.184Zlock 12.658458445
17432026-05-08T22:09:49.184Zslp 0.541828970
17442026-05-08T22:09:49.185Zlat 0.074442544
17452026-05-08T22:09:49.185Zstop 0.000159940
17462026-05-08T22:09:49.185Z+ export CARGO_INCREMENTAL=0
17472026-05-08T22:09:49.185Z+ CARGO_INCREMENTAL=0
17482026-05-08T22:09:49.185Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-08T22:09:49.779Z Compiling proc-macro2 v1.0.106
17502026-05-08T22:09:49.779Z Compiling quote v1.0.45
17512026-05-08T22:09:49.779Z Compiling unicode-ident v1.0.24
17522026-05-08T22:09:49.779Z Compiling libc v0.2.185
17532026-05-08T22:09:49.782Z Compiling serde_core v1.0.228
17542026-05-08T22:09:49.782Z Compiling serde v1.0.228
17552026-05-08T22:09:49.782Z Compiling cfg-if v1.0.4
17562026-05-08T22:09:49.782Z Compiling version_check v0.9.5
17572026-05-08T22:09:49.782Z Compiling find-msvc-tools v0.1.9
17582026-05-08T22:09:49.783Z Compiling shlex v1.3.0
17592026-05-08T22:09:49.925Z Compiling typenum v1.19.0
17602026-05-08T22:09:49.928Z Compiling autocfg v1.5.0
17612026-05-08T22:09:49.928Z Compiling zmij v1.0.21
17622026-05-08T22:09:49.928Z Compiling serde_json v1.0.149
17632026-05-08T22:09:49.928Z Compiling memchr v2.8.0
17642026-05-08T22:09:50.146Z Compiling portable-atomic v1.13.1
17652026-05-08T22:09:50.299Z Compiling zerocopy v0.8.40
17662026-05-08T22:09:50.332Z Compiling libm v0.2.16
17672026-05-08T22:09:50.336Z Compiling smallvec v1.15.1
17682026-05-08T22:09:50.336Z Compiling parking_lot_core v0.9.12
17692026-05-08T22:09:50.383Z Compiling icu_normalizer_data v2.1.1
17702026-05-08T22:09:50.387Z Compiling icu_properties_data v2.1.2
17712026-05-08T22:09:50.555Z Compiling itoa v1.0.17
17722026-05-08T22:09:50.631Z Compiling generic-array v0.14.7
17732026-05-08T22:09:50.682Z Compiling num-traits v0.2.19
17742026-05-08T22:09:50.699Z Compiling getrandom v0.4.1
17752026-05-08T22:09:50.703Z Compiling log v0.4.29
17762026-05-08T22:09:50.760Z Compiling stable_deref_trait v1.2.1
17772026-05-08T22:09:50.774Z Compiling pkg-config v0.3.32
17782026-05-08T22:09:50.790Z Compiling subtle v2.6.1
17792026-05-08T22:09:50.949Z Compiling scopeguard v1.2.0
17802026-05-08T22:09:50.967Z Compiling jobserver v0.1.34
17812026-05-08T22:09:50.970Z Compiling getrandom v0.2.17
17822026-05-08T22:09:51.017Z Compiling errno v0.3.14
17832026-05-08T22:09:51.047Z Compiling lock_api v0.4.14
17842026-05-08T22:09:51.142Z Compiling rand_core v0.6.4
17852026-05-08T22:09:51.181Z Compiling cc v1.2.56
17862026-05-08T22:09:51.262Z Compiling litemap v0.8.1
17872026-05-08T22:09:51.292Z Compiling writeable v0.6.2
17882026-05-08T22:09:51.306Z Compiling percent-encoding v2.3.2
17892026-05-08T22:09:51.325Z Compiling syn v2.0.117
17902026-05-08T22:09:51.357Z Compiling thiserror v2.0.18
17912026-05-08T22:09:51.378Z Compiling fnv v1.0.7
17922026-05-08T22:09:51.424Z Compiling pin-project-lite v0.2.17
17932026-05-08T22:09:51.525Z Compiling getrandom v0.3.4
17942026-05-08T22:09:51.553Z Compiling critical-section v1.2.0
17952026-05-08T22:09:51.657Z Compiling rustversion v1.0.22
17962026-05-08T22:09:51.690Z Compiling schemars v0.8.22
17972026-05-08T22:09:51.700Z Compiling equivalent v1.0.2
17982026-05-08T22:09:51.734Z Compiling rand_core v0.10.0
17992026-05-08T22:09:51.759Z Compiling dunce v1.0.5
18002026-05-08T22:09:51.759Z Compiling fs_extra v1.3.0
18012026-05-08T22:09:51.846Z Compiling utf8_iter v1.0.4
18022026-05-08T22:09:51.959Z Compiling cmake v0.1.57
18032026-05-08T22:09:51.981Z Compiling form_urlencoded v1.2.2
18042026-05-08T22:09:52.085Z Compiling signal-hook-registry v1.4.8
18052026-05-08T22:09:52.119Z Compiling once_cell v1.21.3
18062026-05-08T22:09:52.276Z Compiling const-oid v0.9.6
18072026-05-08T22:09:52.296Z Compiling hashbrown v0.17.0
18082026-05-08T22:09:52.345Z Compiling parking_lot v0.12.5
18092026-05-08T22:09:52.402Z Compiling socket2 v0.6.3
18102026-05-08T22:09:52.418Z Compiling mio v1.2.0
18112026-05-08T22:09:52.474Z Compiling semver v1.0.28
18122026-05-08T22:09:52.554Z Compiling ring v0.17.14
18132026-05-08T22:09:52.614Z Compiling bitflags v2.11.0
18142026-05-08T22:09:52.686Z Compiling aws-lc-sys v0.37.1
18152026-05-08T22:09:52.773Z Compiling rustix v1.1.3
18162026-05-08T22:09:52.785Z Compiling aws-lc-rs v1.16.0
18172026-05-08T22:09:52.804Z Compiling thiserror v1.0.69
18182026-05-08T22:09:52.888Z Compiling indexmap v2.14.0
18192026-05-08T22:09:52.913Z Compiling strsim v0.11.1
18202026-05-08T22:09:53.018Z Compiling futures-core v0.3.32
18212026-05-08T22:09:53.081Z Compiling ucd-trie v0.1.7
18222026-05-08T22:09:53.092Z Compiling byteorder v1.5.0
18232026-05-08T22:09:53.128Z Compiling httparse v1.10.1
18242026-05-08T22:09:53.195Z Compiling vcpkg v0.2.15
18252026-05-08T22:09:53.227Z Compiling heck v0.5.0
18262026-05-08T22:09:53.230Z Compiling pest v2.8.6
18272026-05-08T22:09:53.258Z Compiling iana-time-zone v0.1.65
18282026-05-08T22:09:53.329Z Compiling syn v1.0.109
18292026-05-08T22:09:53.344Z Compiling ident_case v1.0.1
18302026-05-08T22:09:53.402Z Compiling uuid v1.23.0
18312026-05-08T22:09:53.460Z Compiling cpufeatures v0.2.17
18322026-05-08T22:09:53.525Z Compiling regex-syntax v0.8.10
18332026-05-08T22:09:53.614Z Compiling rustc_version v0.4.1
18342026-05-08T22:09:53.771Z Compiling futures-sink v0.3.32
18352026-05-08T22:09:53.804Z Compiling openssl-sys v0.9.114
18362026-05-08T22:09:53.808Z Compiling rustls v0.23.37
18372026-05-08T22:09:53.906Z Compiling futures-channel v0.3.32
18382026-05-08T22:09:53.964Z Compiling futures-task v0.3.32
18392026-05-08T22:09:53.991Z Compiling slab v0.4.12
18402026-05-08T22:09:54.050Z Compiling futures-io v0.3.32
18412026-05-08T22:09:54.173Z Compiling synstructure v0.13.2
18422026-05-08T22:09:54.177Z Compiling serde_derive_internals v0.29.1
18432026-05-08T22:09:54.177Z Compiling plain v0.2.3
18442026-05-08T22:09:54.191Z Compiling dyn-clone v1.0.20
18452026-05-08T22:09:54.238Z Compiling crc32fast v1.5.0
18462026-05-08T22:09:54.290Z Compiling aho-corasick v1.1.4
18472026-05-08T22:09:54.311Z Compiling crossbeam-utils v0.8.21
18482026-05-08T22:09:54.346Z Compiling pest_meta v2.8.6
18492026-05-08T22:09:54.396Z Compiling time-core v0.1.8
18502026-05-08T22:09:54.542Z Compiling num-conv v0.2.0
18512026-05-08T22:09:54.629Z Compiling openssl v0.10.78
18522026-05-08T22:09:54.696Z Compiling time-macros v0.2.27
18532026-05-08T22:09:54.781Z Compiling base64 v0.22.1
18542026-05-08T22:09:54.785Z Compiling pretty-hex v0.4.1
18552026-05-08T22:09:54.933Z Compiling pest_generator v2.8.6
18562026-05-08T22:09:55.008Z Compiling anyhow v1.0.102
18572026-05-08T22:09:55.019Z Compiling base64ct v1.8.3
18582026-05-08T22:09:55.064Z Compiling darling_core v0.21.3
18592026-05-08T22:09:55.082Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18602026-05-08T22:09:55.139Z Compiling regex-automata v0.4.14
18612026-05-08T22:09:55.306Z Compiling pem-rfc7468 v0.7.0
18622026-05-08T22:09:55.336Z Compiling native-tls v0.2.18
18632026-05-08T22:09:55.344Z Compiling flagset v0.4.7
18642026-05-08T22:09:55.442Z Compiling rand_core v0.9.5
18652026-05-08T22:09:55.456Z Compiling serde_derive v1.0.228
18662026-05-08T22:09:55.506Z Compiling zeroize_derive v1.4.3
18672026-05-08T22:09:55.532Z Compiling zerofrom-derive v0.1.6
18682026-05-08T22:09:55.575Z Compiling yoke-derive v0.8.1
18692026-05-08T22:09:55.590Z Compiling zerovec-derive v0.11.2
18702026-05-08T22:09:55.615Z Compiling displaydoc v0.2.5
18712026-05-08T22:09:55.634Z Compiling zerocopy-derive v0.8.40
18722026-05-08T22:09:55.649Z Compiling tokio-macros v2.7.0
18732026-05-08T22:09:55.674Z Compiling futures-macro v0.3.32
18742026-05-08T22:09:55.708Z Compiling thiserror-impl v2.0.18
18752026-05-08T22:09:55.722Z Compiling schemars_derive v0.8.22
18762026-05-08T22:09:55.761Z Compiling der_derive v0.7.3
18772026-05-08T22:09:56.139Z Compiling zeroize v1.8.2
18782026-05-08T22:09:56.421Z Compiling tracing-attributes v0.1.31
18792026-05-08T22:09:56.471Z Compiling thiserror-impl v1.0.69
18802026-05-08T22:09:56.573Z Compiling pest_derive v2.8.6
18812026-05-08T22:09:56.667Z Compiling futures-util v0.3.32
18822026-05-08T22:09:56.695Z Compiling zerofrom v0.1.6
18832026-05-08T22:09:56.848Z Compiling yoke v0.8.1
18842026-05-08T22:09:56.920Z Compiling crypto-common v0.1.7
18852026-05-08T22:09:56.939Z Compiling block-buffer v0.10.4
18862026-05-08T22:09:57.047Z Compiling zerovec v0.11.5
18872026-05-08T22:09:57.069Z Compiling zerotrie v0.2.3
18882026-05-08T22:09:57.138Z Compiling digest v0.10.7
18892026-05-08T22:09:57.251Z Compiling block-padding v0.3.3
18902026-05-08T22:09:57.420Z Compiling inout v0.1.4
18912026-05-08T22:09:57.475Z Compiling hmac v0.12.1
18922026-05-08T22:09:57.510Z Compiling sha2 v0.10.9
18932026-05-08T22:09:57.527Z Compiling rustls-pki-types v1.14.0
18942026-05-08T22:09:57.543Z Compiling scroll_derive v0.13.1
18952026-05-08T22:09:57.596Z Compiling tinystr v0.8.2
18962026-05-08T22:09:57.621Z Compiling potential_utf v0.1.4
18972026-05-08T22:09:57.671Z Compiling cipher v0.4.4
18982026-05-08T22:09:57.688Z Compiling scroll_derive v0.12.1
18992026-05-08T22:09:57.823Z Compiling icu_locale_core v2.1.1
19002026-05-08T22:09:57.841Z Compiling icu_collections v2.1.1
19012026-05-08T22:09:58.084Z Compiling openssl-macros v0.1.1
19022026-05-08T22:09:58.318Z Compiling regex v1.12.3
19032026-05-08T22:09:58.352Z Compiling darling_macro v0.21.3
19042026-05-08T22:09:58.395Z Compiling der v0.7.10
19052026-05-08T22:09:58.504Z Compiling icu_provider v2.1.1
19062026-05-08T22:09:58.590Z Compiling zerocopy-derive v0.7.35
19072026-05-08T22:09:58.726Z Compiling bytes v1.11.1
19082026-05-08T22:09:58.744Z Compiling chrono v0.4.44
19092026-05-08T22:09:58.748Z Compiling icu_normalizer v2.1.1
19102026-05-08T22:09:58.748Z Compiling icu_properties v2.1.2
19112026-05-08T22:09:58.956Z Compiling serde_tokenstream v0.2.3
19122026-05-08T22:09:59.280Z Compiling tokio v1.52.1
19132026-05-08T22:09:59.306Z Compiling http v1.4.0
19142026-05-08T22:09:59.571Z Compiling slog v2.8.2
19152026-05-08T22:09:59.673Z Compiling tracing-core v0.1.36
19162026-05-08T22:09:59.727Z Compiling idna_adapter v1.2.1
19172026-05-08T22:09:59.885Z Compiling idna v1.1.0
19182026-05-08T22:09:59.951Z Compiling ppv-lite86 v0.2.21
19192026-05-08T22:10:00.302Z Compiling url v2.5.8
19202026-05-08T22:10:00.335Z Compiling untrusted v0.9.0
19212026-05-08T22:10:00.381Z Compiling tracing v0.1.44
19222026-05-08T22:10:00.548Z Compiling spki v0.7.3
19232026-05-08T22:10:00.561Z Compiling darling v0.21.3
19242026-05-08T22:10:00.660Z Compiling salsa20 v0.10.2
19252026-05-08T22:10:00.721Z Compiling pbkdf2 v0.12.2
19262026-05-08T22:10:00.858Z Compiling cookie v0.18.1
19272026-05-08T22:10:01.094Z Compiling camino v1.2.2
19282026-05-08T22:10:01.175Z Compiling scrypt v0.11.0
19292026-05-08T22:10:01.288Z Compiling rand_chacha v0.9.0
19302026-05-08T22:10:01.396Z Compiling cbc v0.1.2
19312026-05-08T22:10:01.417Z Compiling aes v0.8.4
19322026-05-08T22:10:01.892Z Compiling usdt-impl v0.5.0
19332026-05-08T22:10:01.901Z Compiling paste v1.0.15
19342026-05-08T22:10:01.998Z Compiling usdt-impl v0.6.0
19352026-05-08T22:10:02.028Z Compiling ref-cast v1.0.25
19362026-05-08T22:10:02.123Z Compiling winnow v0.7.14
19372026-05-08T22:10:02.179Z Compiling either v1.15.0
19382026-05-08T22:10:02.341Z Compiling pkcs5 v0.7.1
19392026-05-08T22:10:02.373Z Compiling rand v0.9.2
19402026-05-08T22:10:02.402Z Compiling http-body v1.0.1
19412026-05-08T22:10:02.574Z Compiling toml_datetime v0.6.11
19422026-05-08T22:10:02.707Z Compiling serde_spanned v0.6.9
19432026-05-08T22:10:02.736Z Compiling scroll v0.12.0
19442026-05-08T22:10:02.805Z Compiling scroll v0.13.0
19452026-05-08T22:10:02.867Z Compiling heapless v0.7.17
19462026-05-08T22:10:02.913Z Compiling bzip2-sys v0.1.13+1.0.8
19472026-05-08T22:10:02.953Z Compiling openssl-probe v0.2.1
19482026-05-08T22:10:02.972Z Compiling zstd-safe v7.2.4
19492026-05-08T22:10:03.031Z Compiling atomic-waker v1.1.2
19502026-05-08T22:10:03.095Z Compiling signal-hook v0.3.18
19512026-05-08T22:10:03.198Z Compiling tokio-util v0.7.18
19522026-05-08T22:10:03.214Z Compiling untrusted v0.7.1
19532026-05-08T22:10:03.235Z Compiling goblin v0.10.5
19542026-05-08T22:10:03.317Z Compiling goblin v0.8.2
19552026-05-08T22:10:03.355Z Compiling pkcs8 v0.10.2
19562026-05-08T22:10:03.454Z Compiling toml_parser v1.0.9+spec-1.1.0
19572026-05-08T22:10:03.818Z Compiling zerocopy v0.7.35
19582026-05-08T22:10:04.009Z Compiling ref-cast-impl v1.0.25
19592026-05-08T22:10:04.143Z Compiling darling_core v0.20.11
19602026-05-08T22:10:04.173Z Compiling curve25519-dalek v4.1.3
19612026-05-08T22:10:04.250Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-08T22:10:04.409Z Compiling memoffset v0.9.1
19632026-05-08T22:10:04.567Z Compiling tinyvec_macros v0.1.1
19642026-05-08T22:10:04.587Z Compiling rustix v0.38.44
19652026-05-08T22:10:04.633Z Compiling winnow v0.5.40
19662026-05-08T22:10:04.649Z Compiling try-lock v0.2.5
19672026-05-08T22:10:04.687Z Compiling litrs v1.0.0
19682026-05-08T22:10:04.788Z Compiling tower-layer v0.3.3
19692026-05-08T22:10:05.008Z Compiling tower-service v0.3.3
19702026-05-08T22:10:05.079Z Compiling fastrand v2.3.0
19712026-05-08T22:10:05.451Z Compiling want v0.3.1
19722026-05-08T22:10:05.517Z Compiling dof v0.3.0
19732026-05-08T22:10:05.532Z Compiling document-features v0.2.12
19742026-05-08T22:10:05.743Z Compiling h2 v0.4.13
19752026-05-08T22:10:05.838Z Compiling tinyvec v1.10.0
19762026-05-08T22:10:06.074Z Compiling toml_edit v0.19.15
19772026-05-08T22:10:06.102Z Compiling darling_macro v0.20.11
19782026-05-08T22:10:06.118Z Compiling dof v0.4.0
19792026-05-08T22:10:06.520Z Compiling dtrace-parser v0.2.0
19802026-05-08T22:10:06.598Z Compiling ipnet v2.11.0
19812026-05-08T22:10:06.728Z Compiling dtrace-parser v0.3.0
19822026-05-08T22:10:07.060Z Compiling daft-derive v0.1.5
19832026-05-08T22:10:07.077Z Compiling async-trait v0.1.89
19842026-05-08T22:10:07.152Z Compiling spin v0.9.8
19852026-05-08T22:10:07.182Z Compiling thread-id v4.2.2
19862026-05-08T22:10:07.185Z Compiling thread-id v5.1.0
19872026-05-08T22:10:07.214Z Compiling powerfmt v0.2.0
19882026-05-08T22:10:07.285Z Compiling pin-utils v0.1.0
19892026-05-08T22:10:07.298Z Compiling cfg_aliases v0.2.1
19902026-05-08T22:10:07.339Z Compiling smoltcp v0.9.1
19912026-05-08T22:10:07.374Z Compiling foreign-types-shared v0.1.1
19922026-05-08T22:10:07.391Z Compiling num-bigint-dig v0.8.6
19932026-05-08T22:10:07.427Z Compiling httpdate v1.0.3
19942026-05-08T22:10:08.622Z Compiling tempfile v3.25.0
19952026-05-08T22:10:08.626Z Compiling foreign-types v0.3.2
19962026-05-08T22:10:08.626Z Compiling nix v0.31.2
19972026-05-08T22:10:08.626Z Compiling deranged v0.5.8
19982026-05-08T22:10:08.626Z Compiling darling v0.20.11
19992026-05-08T22:10:08.626Z Compiling ipnetwork v0.21.1
20002026-05-08T22:10:08.626Z Compiling curve25519-dalek-derive v0.1.1
20012026-05-08T22:10:08.626Z Compiling strum_macros v0.26.4
20022026-05-08T22:10:08.626Z Compiling wait-timeout v0.2.1
20032026-05-08T22:10:08.626Z Compiling num_threads v0.1.7
20042026-05-08T22:10:08.690Z Compiling anstyle v1.0.13
20052026-05-08T22:10:08.714Z Compiling utf8parse v0.2.2
20062026-05-08T22:10:08.751Z Compiling hyper v1.8.1
20072026-05-08T22:10:08.846Z Compiling quick-error v1.2.3
20082026-05-08T22:10:08.956Z Compiling siphasher v1.0.2
20092026-05-08T22:10:08.959Z Compiling bit-vec v0.8.0
20102026-05-08T22:10:08.990Z Compiling simd-adler32 v0.3.8
20112026-05-08T22:10:09.228Z Compiling bit-set v0.8.0
20122026-05-08T22:10:09.319Z Compiling time v0.3.47
20132026-05-08T22:10:09.414Z Compiling rusty-fork v0.3.1
20142026-05-08T22:10:09.476Z Compiling anstyle-parse v0.2.7
20152026-05-08T22:10:09.925Z Compiling hyper-util v0.1.20
20162026-05-08T22:10:09.941Z Compiling derive_builder_core v0.20.2
20172026-05-08T22:10:10.171Z Compiling unicode-normalization v0.1.25
20182026-05-08T22:10:10.663Z Compiling rustls-native-certs v0.8.3
20192026-05-08T22:10:10.810Z Compiling signature v2.2.0
20202026-05-08T22:10:10.955Z Compiling hubpack_derive v0.1.1
20212026-05-08T22:10:10.971Z Compiling rand_xorshift v0.4.0
20222026-05-08T22:10:10.988Z Compiling strum_macros v0.27.2
20232026-05-08T22:10:11.134Z Compiling sync_wrapper v1.0.2
20242026-05-08T22:10:11.154Z Compiling fs-err v3.3.0
20252026-05-08T22:10:11.264Z Compiling ahash v0.8.12
20262026-05-08T22:10:11.326Z Compiling unicode-segmentation v1.12.0
20272026-05-08T22:10:11.349Z Compiling anstyle-query v1.1.5
20282026-05-08T22:10:11.372Z Compiling is_terminal_polyfill v1.70.2
20292026-05-08T22:10:11.431Z Compiling adler2 v2.0.1
20302026-05-08T22:10:11.486Z Compiling object v0.37.3
20312026-05-08T22:10:11.490Z Compiling allocator-api2 v0.2.21
20322026-05-08T22:10:11.675Z Compiling unicode-properties v0.1.4
20332026-05-08T22:10:11.698Z Compiling colorchoice v1.0.4
20342026-05-08T22:10:11.716Z Compiling unarray v0.1.4
20352026-05-08T22:10:11.774Z Compiling unicode-bidi v0.3.18
20362026-05-08T22:10:11.830Z Compiling proptest v1.10.0
20372026-05-08T22:10:11.852Z Compiling anstream v0.6.21
20382026-05-08T22:10:11.909Z Compiling miniz_oxide v0.8.9
20392026-05-08T22:10:12.161Z Compiling stringprep v0.1.5
20402026-05-08T22:10:12.303Z Compiling tower v0.5.3
20412026-05-08T22:10:12.470Z Compiling derive_builder_macro v0.20.2
20422026-05-08T22:10:12.620Z Compiling usdt-attr-macro v0.6.0
20432026-05-08T22:10:12.667Z Compiling usdt-macro v0.6.0
20442026-05-08T22:10:13.175Z Compiling http-body-util v0.1.3
20452026-05-08T22:10:13.365Z Compiling webpki-roots v1.0.6
20462026-05-08T22:10:13.448Z Compiling rand_chacha v0.3.1
20472026-05-08T22:10:13.481Z Compiling erased-serde v0.3.31
20482026-05-08T22:10:13.481Z Compiling md-5 v0.10.6
20492026-05-08T22:10:13.618Z Compiling num-integer v0.1.46
20502026-05-08T22:10:13.649Z Compiling hash32 v0.2.1
20512026-05-08T22:10:13.680Z Compiling vergen-lib v0.1.6
20522026-05-08T22:10:13.729Z Compiling ff v0.13.1
20532026-05-08T22:10:13.778Z Compiling psl-types v2.0.11
20542026-05-08T22:10:13.794Z Compiling base16ct v0.2.0
20552026-05-08T22:10:13.850Z Compiling ryu v1.0.23
20562026-05-08T22:10:13.866Z Compiling iri-string v0.7.10
20572026-05-08T22:10:13.884Z Compiling zlib-rs v0.6.2
20582026-05-08T22:10:13.932Z Compiling fallible-iterator v0.2.0
20592026-05-08T22:10:13.978Z Compiling sec1 v0.7.3
20602026-05-08T22:10:14.009Z Compiling serde_urlencoded v0.7.1
20612026-05-08T22:10:14.114Z Compiling publicsuffix v2.3.0
20622026-05-08T22:10:14.130Z Compiling num-iter v0.1.45
20632026-05-08T22:10:14.179Z Compiling group v0.13.0
20642026-05-08T22:10:14.233Z Compiling postgres-protocol v0.6.10
20652026-05-08T22:10:14.277Z Compiling newtype-uuid v1.3.2
20662026-05-08T22:10:14.375Z Compiling rand v0.8.5
20672026-05-08T22:10:14.646Z Compiling oxnet v0.1.4
20682026-05-08T22:10:14.706Z Compiling derive_builder v0.20.2
20692026-05-08T22:10:14.747Z Compiling tokio-native-tls v0.3.1
20702026-05-08T22:10:14.851Z Compiling heck v0.4.1
20712026-05-08T22:10:14.911Z Compiling phf_shared v0.13.1
20722026-05-08T22:10:14.994Z Compiling lazy_static v1.5.0
20732026-05-08T22:10:15.051Z Compiling tower-http v0.6.8
20742026-05-08T22:10:15.115Z Compiling terminal_size v0.4.3
20752026-05-08T22:10:15.178Z Compiling serde_with_macros v3.17.0
20762026-05-08T22:10:15.181Z Compiling cargo-platform v0.1.9
20772026-05-08T22:10:15.228Z Compiling hkdf v0.12.4
20782026-05-08T22:10:15.275Z Compiling crypto-bigint v0.5.5
20792026-05-08T22:10:15.301Z Compiling enum-as-inner v0.6.1
20802026-05-08T22:10:15.376Z Compiling serde_repr v0.1.20
20812026-05-08T22:10:15.393Z Compiling clap_derive v4.5.55
20822026-05-08T22:10:15.451Z Compiling vergen v9.0.6
20832026-05-08T22:10:15.454Z Compiling bitflags v1.3.2
20842026-05-08T22:10:15.590Z Compiling foldhash v0.2.0
20852026-05-08T22:10:15.608Z Compiling bumpalo v3.20.2
20862026-05-08T22:10:15.805Z Compiling libbz2-rs-sys v0.2.2
20872026-05-08T22:10:15.823Z Compiling managed v0.8.0
20882026-05-08T22:10:15.841Z Compiling clap_lex v1.0.0
20892026-05-08T22:10:15.953Z Compiling foldhash v0.1.5
20902026-05-08T22:10:15.957Z Compiling flate2 v1.1.9
20912026-05-08T22:10:16.064Z Compiling hashbrown v0.15.5
20922026-05-08T22:10:16.110Z Compiling clap_builder v4.5.60
20932026-05-08T22:10:16.162Z Compiling zopfli v0.8.3
20942026-05-08T22:10:16.218Z Compiling elliptic-curve v0.13.8
20952026-05-08T22:10:16.268Z Compiling bzip2 v0.6.1
20962026-05-08T22:10:16.368Z Compiling hashbrown v0.16.1
20972026-05-08T22:10:16.597Z Compiling cargo_metadata v0.19.2
20982026-05-08T22:10:16.645Z Compiling zstd v0.13.3
20992026-05-08T22:10:16.918Z Compiling phf v0.13.1
21002026-05-08T22:10:17.028Z Compiling hyper-tls v0.6.0
21012026-05-08T22:10:17.072Z Compiling daft v0.1.5
21022026-05-08T22:10:17.089Z Compiling signal-hook-mio v0.2.5
21032026-05-08T22:10:17.227Z Compiling cookie_store v0.22.1
21042026-05-08T22:10:17.267Z Compiling postgres-types v0.2.12
21052026-05-08T22:10:17.362Z Compiling bzip2 v0.4.4
21062026-05-08T22:10:17.426Z Compiling strum v0.27.2
21072026-05-08T22:10:17.636Z Compiling hubpack v0.1.2
21082026-05-08T22:10:17.769Z Compiling ed25519 v2.2.3
21092026-05-08T22:10:17.822Z Compiling phf_shared v0.11.3
21102026-05-08T22:10:17.871Z Compiling crossbeam-epoch v0.9.18
21112026-05-08T22:10:17.901Z Compiling pkcs1 v0.7.5
21122026-05-08T22:10:18.028Z Compiling hex v0.4.3
21132026-05-08T22:10:18.060Z Compiling serde-big-array v0.5.1
21142026-05-08T22:10:18.109Z Compiling rfc6979 v0.4.0
21152026-05-08T22:10:18.232Z Compiling bstr v1.12.1
21162026-05-08T22:10:18.251Z Compiling float-cmp v0.10.0
21172026-05-08T22:10:18.286Z Compiling memmap2 v0.9.10
21182026-05-08T22:10:18.327Z Compiling env_filter v1.0.0
21192026-05-08T22:10:18.386Z Compiling encoding_rs v0.8.35
21202026-05-08T22:10:18.423Z Compiling jiff v0.2.21
21212026-05-08T22:10:18.427Z Compiling data-encoding v2.10.0
21222026-05-08T22:10:18.461Z Compiling fixedbitset v0.5.7
21232026-05-08T22:10:18.511Z Compiling precomputed-hash v0.1.1
21242026-05-08T22:10:18.549Z Compiling toml_write v0.1.2
21252026-05-08T22:10:18.564Z Compiling whoami v2.1.0
21262026-05-08T22:10:18.609Z Compiling keccak v0.1.6
21272026-05-08T22:10:18.624Z Compiling rustc-hash v2.1.1
21282026-05-08T22:10:18.758Z Compiling static_assertions v1.1.0
21292026-05-08T22:10:18.773Z Compiling normalize-line-endings v0.3.0
21302026-05-08T22:10:18.841Z Compiling new_debug_unreachable v1.0.6
21312026-05-08T22:10:18.857Z Compiling difflib v0.4.0
21322026-05-08T22:10:18.861Z Compiling mime v0.3.17
21332026-05-08T22:10:18.891Z Compiling predicates-core v1.0.10
21342026-05-08T22:10:18.912Z Compiling fixedbitset v0.4.2
21352026-05-08T22:10:18.932Z Compiling string_cache v0.8.9
21362026-05-08T22:10:19.031Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21372026-05-08T22:10:19.088Z Compiling petgraph v0.6.5
21382026-05-08T22:10:19.129Z Compiling predicates v3.1.4
21392026-05-08T22:10:19.144Z Compiling tokio-postgres v0.7.16
21402026-05-08T22:10:19.179Z Compiling sha3 v0.10.8
21412026-05-08T22:10:19.402Z Compiling iddqd v0.3.18
21422026-05-08T22:10:19.461Z Compiling hickory-proto v0.25.2
21432026-05-08T22:10:19.586Z Compiling toml_edit v0.22.27
21442026-05-08T22:10:19.723Z Compiling petgraph v0.8.3
21452026-05-08T22:10:19.723Z Compiling similar v2.7.0
21462026-05-08T22:10:20.526Z Compiling env_logger v0.11.9
21472026-05-08T22:10:20.593Z Compiling usdt v0.6.0
21482026-05-08T22:10:20.894Z Compiling serde_with v3.17.0
21492026-05-08T22:10:20.958Z Compiling ecdsa v0.16.9
21502026-05-08T22:10:21.244Z Compiling zip v4.6.1
21512026-05-08T22:10:21.376Z Compiling rsa v0.9.10
21522026-05-08T22:10:21.691Z Compiling ed25519-dalek v2.2.0
21532026-05-08T22:10:22.155Z Compiling clap v4.5.60
21542026-05-08T22:10:22.205Z Compiling crossterm v0.28.1
21552026-05-08T22:10:22.242Z Compiling zip v0.6.6
21562026-05-08T22:10:22.615Z Compiling strum v0.26.3
21572026-05-08T22:10:22.648Z Compiling toml v0.7.8
21582026-05-08T22:10:22.717Z Compiling tokio-stream v0.1.18
21592026-05-08T22:10:22.786Z Compiling buf-list v1.1.2
21602026-05-08T22:10:22.786Z Compiling itertools v0.13.0
21612026-05-08T22:10:22.990Z Compiling x509-cert v0.2.5
21622026-05-08T22:10:23.202Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-08T22:10:23.249Z Compiling openapiv3 v2.2.0
21642026-05-08T22:10:23.522Z Compiling sha1 v0.10.6
21652026-05-08T22:10:23.944Z Compiling lalrpop-util v0.19.12
21662026-05-08T22:10:24.029Z Compiling peg-runtime v0.8.5
21672026-05-08T22:10:40.673Z Compiling macaddr v1.0.1
21682026-05-08T22:10:40.692Z Compiling structmeta-derive v0.3.0
21692026-05-08T22:10:40.712Z Compiling crucible-workspace-hack v0.1.0
21702026-05-08T22:10:40.794Z Compiling rayon-core v1.13.0
21712026-05-08T22:10:40.939Z Compiling itertools v0.14.0
21722026-05-08T22:10:40.981Z Compiling secrecy v0.10.3
21732026-05-08T22:10:41.028Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742026-05-08T22:10:41.069Z Compiling rustls v0.22.4
21752026-05-08T22:10:41.173Z Compiling heapless v0.8.0
21762026-05-08T22:10:41.387Z Compiling crossbeam-deque v0.8.6
21772026-05-08T22:10:41.403Z Compiling toml_edit v0.23.10+spec-1.0.0
21782026-05-08T22:10:41.442Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21792026-05-08T22:10:41.559Z Compiling rustls-webpki v0.102.8
21802026-05-08T22:10:41.610Z Compiling futures-executor v0.3.32
21812026-05-08T22:10:41.626Z Compiling hash32 v0.3.1
21822026-05-08T22:10:41.658Z Compiling multer v3.1.0
21832026-05-08T22:10:41.704Z Compiling structmeta v0.3.0
21842026-05-08T22:10:41.778Z Compiling thread_local v1.1.9
21852026-05-08T22:10:41.822Z Compiling match_cfg v0.1.0
21862026-05-08T22:10:41.874Z Compiling unicode-width v0.2.0
21872026-05-08T22:10:41.890Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21882026-05-08T22:10:41.915Z Compiling compression-core v0.4.31
21892026-05-08T22:10:41.931Z Compiling smoltcp v0.11.0
21902026-05-08T22:10:41.948Z Compiling slog-async v2.8.0
21912026-05-08T22:10:42.117Z Compiling compression-codecs v0.4.37
21922026-05-08T22:10:42.167Z Compiling proc-macro-crate v3.4.0
21932026-05-08T22:10:42.188Z Compiling derive-ex v0.1.8
21942026-05-08T22:10:42.203Z Compiling ingot-macros v0.1.1
21952026-05-08T22:10:42.286Z Compiling hostname v0.3.1
21962026-05-08T22:10:42.301Z Compiling futures v0.3.32
21972026-05-08T22:10:42.425Z Compiling slog-json v2.6.1
21982026-05-08T22:10:42.506Z Compiling crossbeam-channel v0.5.15
21992026-05-08T22:10:42.522Z Compiling half v2.7.1
22002026-05-08T22:10:42.619Z Compiling newtype-uuid-macros v0.1.0
22012026-05-08T22:10:42.704Z Compiling thiserror-impl-no-std v2.0.2
22022026-05-08T22:10:42.844Z Compiling cobs v0.3.0
22032026-05-08T22:10:42.909Z Compiling universal-hash v0.5.1
22042026-05-08T22:10:43.081Z Compiling async-stream-impl v0.3.6
22052026-05-08T22:10:43.144Z Compiling toml_datetime v1.0.0+spec-1.1.0
22062026-05-08T22:10:43.212Z Compiling serde_spanned v1.0.4
22072026-05-08T22:10:43.361Z Compiling is-terminal v0.4.17
22082026-05-08T22:10:43.398Z Compiling dropshot v0.17.0
22092026-05-08T22:10:43.414Z Compiling proc-macro-error-attr v1.0.4
22102026-05-08T22:10:43.481Z Compiling convert_case v0.4.0
22112026-05-08T22:10:43.607Z Compiling term v1.2.1
22122026-05-08T22:10:43.639Z Compiling opaque-debug v0.3.1
22132026-05-08T22:10:43.655Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22142026-05-08T22:10:43.672Z Compiling ciborium-io v0.2.2
22152026-05-08T22:10:43.727Z Compiling take_mut v0.2.2
22162026-05-08T22:10:43.741Z Compiling toml_writer v1.0.6+spec-1.1.0
22172026-05-08T22:10:43.760Z Compiling thiserror-no-std v2.0.2
22182026-05-08T22:10:43.793Z Compiling ciborium-ll v0.2.2
22192026-05-08T22:10:43.817Z Compiling derive_more v0.99.20
22202026-05-08T22:10:43.866Z Compiling test-strategy v0.4.5
22212026-05-08T22:10:43.899Z Compiling poly1305 v0.8.0
22222026-05-08T22:10:43.936Z Compiling slog-term v2.9.2
22232026-05-08T22:10:44.031Z Compiling rustls-webpki v0.103.9
22242026-05-08T22:10:44.070Z Compiling toml v1.0.6+spec-1.1.0
22252026-05-08T22:10:44.100Z Compiling async-stream v0.3.6
22262026-05-08T22:10:44.317Z Compiling tokio-rustls v0.25.0
22272026-05-08T22:10:44.468Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22282026-05-08T22:10:44.587Z Compiling postcard v1.1.3
22292026-05-08T22:10:44.810Z Compiling ingot-types v0.1.2
22302026-05-08T22:10:44.998Z Compiling num_enum_derive v0.7.5
22312026-05-08T22:10:45.143Z Compiling slog-bunyan v2.5.0
22322026-05-08T22:10:45.199Z Compiling async-compression v0.4.41
22332026-05-08T22:10:45.214Z Compiling ingot v0.1.1
22342026-05-08T22:10:45.348Z Compiling parse-display-derive v0.10.0
22352026-05-08T22:10:45.433Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22362026-05-08T22:10:45.739Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22372026-05-08T22:10:45.974Z Compiling proc-macro-crate v1.3.1
22382026-05-08T22:10:45.997Z Compiling backon v1.6.0
22392026-05-08T22:10:46.041Z Compiling waitgroup v0.1.2
22402026-05-08T22:10:46.102Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22412026-05-08T22:10:46.249Z Compiling password-hash v0.5.0
22422026-05-08T22:10:46.280Z Compiling dropshot_endpoint v0.17.0
22432026-05-08T22:10:46.364Z Compiling chacha20 v0.9.1
22442026-05-08T22:10:46.415Z Compiling rustls-pemfile v2.2.0
22452026-05-08T22:10:46.485Z Compiling blake2 v0.10.6
22462026-05-08T22:10:46.650Z Compiling aead v0.5.2
22472026-05-08T22:10:46.724Z Compiling foreign-types-macros v0.2.3
22482026-05-08T22:10:46.895Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22492026-05-08T22:10:47.023Z Compiling serde_path_to_error v0.1.20
22502026-05-08T22:10:47.044Z Compiling hostname v0.4.2
22512026-05-08T22:10:47.108Z Compiling proc-macro-error v1.0.4
22522026-05-08T22:10:47.230Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22532026-05-08T22:10:47.246Z Compiling instant v0.1.13
22542026-05-08T22:10:47.262Z Compiling typeid v1.0.3
22552026-05-08T22:10:47.345Z Compiling foreign-types-shared v0.3.1
22562026-05-08T22:10:47.361Z Compiling debug-ignore v1.0.5
22572026-05-08T22:10:47.364Z Compiling cpufeatures v0.3.0
22582026-05-08T22:10:47.473Z Compiling chacha20 v0.10.0
22592026-05-08T22:10:47.491Z Compiling foreign-types v0.5.0
22602026-05-08T22:10:47.508Z Compiling backoff v0.4.0
22612026-05-08T22:10:47.526Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22622026-05-08T22:10:47.526Z Compiling parse-display v0.10.0
22632026-05-08T22:10:47.530Z Compiling chacha20poly1305 v0.10.1
22642026-05-08T22:10:47.573Z Compiling argon2 v0.5.3
22652026-05-08T22:10:47.607Z Compiling tokio-rustls v0.26.4
22662026-05-08T22:10:47.610Z Compiling rustls-platform-verifier v0.6.2
22672026-05-08T22:10:47.650Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22682026-05-08T22:10:47.713Z Compiling num_enum_derive v0.5.11
22692026-05-08T22:10:47.758Z Compiling num_enum v0.7.5
22702026-05-08T22:10:47.804Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22712026-05-08T22:10:47.881Z Compiling hyper-rustls v0.27.7
22722026-05-08T22:10:47.925Z Compiling ciborium v0.2.2
22732026-05-08T22:10:48.175Z Compiling reqwest v0.13.2
22742026-05-08T22:10:48.229Z Compiling reqwest v0.12.28
22752026-05-08T22:10:48.263Z Compiling vsss-rs v3.3.4
22762026-05-08T22:10:48.468Z Compiling tabwriter v1.4.1
22772026-05-08T22:10:48.522Z Compiling regress v0.10.5
22782026-05-08T22:10:48.661Z Compiling byte-wrapper v0.1.0
22792026-05-08T22:10:48.788Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22802026-05-08T22:10:48.853Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22812026-05-08T22:10:48.888Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22822026-05-08T22:10:49.249Z Compiling cstr-argument v0.1.2
22832026-05-08T22:10:49.309Z Compiling erased-serde v0.4.9
22842026-05-08T22:10:49.325Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22852026-05-08T22:10:49.344Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-05-08T22:10:49.450Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-05-08T22:10:49.502Z Compiling num_enum v0.5.11
22882026-05-08T22:10:49.571Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22892026-05-08T22:10:49.587Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22902026-05-08T22:10:49.673Z Compiling rand v0.10.0
22912026-05-08T22:10:49.787Z Compiling rayon v1.11.0
22922026-05-08T22:10:49.838Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22932026-05-08T22:10:49.855Z Compiling indent_write v2.2.0
22942026-05-08T22:10:49.889Z Compiling libefi-sys v0.1.0
22952026-05-08T22:10:49.960Z Compiling colored v3.1.1
22962026-05-08T22:10:50.033Z Compiling zone_cfg_derive v0.3.1
22972026-05-08T22:10:50.164Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-08T22:10:50.216Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22992026-05-08T22:10:50.232Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-08T22:10:50.499Z Compiling camino-tempfile v1.4.1
23012026-05-08T22:10:50.671Z Compiling itertools v0.12.1
23022026-05-08T22:10:50.702Z Compiling usdt-attr-macro v0.5.0
23032026-05-08T22:10:50.779Z Compiling usdt-macro v0.5.0
23042026-05-08T22:10:50.821Z Compiling num-derive v0.4.2
23052026-05-08T22:10:50.924Z Compiling bitfield-struct v0.6.2
23062026-05-08T22:10:51.517Z Compiling blake3 v1.8.3
23072026-05-08T22:10:51.546Z Compiling ordered-float v2.10.1
23082026-05-08T22:10:51.568Z Compiling memmap v0.7.0
23092026-05-08T22:10:51.632Z Compiling sigpipe v0.1.3
23102026-05-08T22:10:51.725Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-05-08T22:10:51.752Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23122026-05-08T22:10:51.829Z Compiling swrite v0.1.0
23132026-05-08T22:10:51.843Z Compiling glob v0.3.3
23142026-05-08T22:10:51.860Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23152026-05-08T22:10:51.933Z Compiling serde-value v0.7.0
23162026-05-08T22:10:51.977Z Compiling usdt v0.5.0
23172026-05-08T22:10:52.021Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23182026-05-08T22:10:52.100Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-05-08T22:10:52.119Z Compiling zone v0.3.1
23202026-05-08T22:10:52.220Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23212026-05-08T22:10:52.354Z Compiling serde-untagged v0.1.9
23222026-05-08T22:10:52.465Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-05-08T22:10:52.568Z Compiling toml v0.8.23
23242026-05-08T22:10:52.649Z Compiling smf v0.2.3
23252026-05-08T22:10:52.665Z Compiling filetime v0.2.27
23262026-05-08T22:10:52.734Z Compiling constant_time_eq v0.4.2
23272026-05-08T22:10:52.749Z Compiling unicode-xid v0.2.6
23282026-05-08T22:10:52.782Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23292026-05-08T22:10:52.797Z Compiling xattr v1.6.1
23302026-05-08T22:10:52.885Z Compiling arrayref v0.3.9
23312026-05-08T22:10:52.899Z Compiling same-file v1.0.6
23322026-05-08T22:10:52.916Z Compiling arrayvec v0.7.6
23332026-05-08T22:10:52.951Z Compiling whoami v1.6.1
23342026-05-08T22:10:52.979Z Compiling tar v0.4.45
23352026-05-08T22:10:52.995Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-05-08T22:10:53.019Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23372026-05-08T22:10:53.099Z Compiling cargo-util-schemas v0.8.2
23382026-05-08T22:10:53.270Z Compiling walkdir v2.5.0
23392026-05-08T22:10:53.372Z Compiling tokio-dtrace v0.1.1
23402026-05-08T22:10:53.434Z Compiling console v0.16.2
23412026-05-08T22:10:53.681Z Compiling gethostname v0.5.0
23422026-05-08T22:10:53.695Z Compiling cargo-platform v0.2.0
23432026-05-08T22:10:53.729Z Compiling unit-prefix v0.5.2
23442026-05-08T22:10:53.823Z Compiling topological-sort v0.2.2
23452026-05-08T22:10:53.840Z Compiling oxide-tokio-rt v0.1.4
23462026-05-08T22:10:53.916Z Compiling indicatif v0.18.4
23472026-05-08T22:10:54.010Z Compiling shell-words v1.1.1
23482026-05-08T22:10:54.030Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23492026-05-08T22:10:54.263Z Compiling cargo_metadata v0.21.0
23502026-05-08T22:11:03.741Z Compiling progenitor-client v0.14.0
23512026-05-08T22:11:03.757Z Compiling progenitor-client v0.10.0
23522026-05-08T22:11:03.757Z Compiling omicron-zone-package v0.12.2
23532026-05-08T22:11:03.849Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23542026-05-08T22:11:03.852Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23552026-05-08T22:11:03.852Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-08T22:11:03.896Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23572026-05-08T22:11:03.915Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-05-08T22:11:04.212Z Compiling progenitor-extras v0.2.0
23592026-05-08T22:11:04.234Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23602026-05-08T22:11:04.252Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23612026-05-08T22:11:04.269Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-05-08T22:11:04.484Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23632026-05-08T22:11:08.891Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-08T22:11:16.307Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-08T22:11:19.381Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-08T22:11:20.422Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-08T22:11:29.591Z Finished `release` profile [optimized] target(s) in 1m 40s
23682026-05-08T22:11:29.745Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-08T22:11:29.807ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-08T22:11:29.810ZCreated new build target 'test' and set it as active
23712026-05-08T22:11:29.814Z
23722026-05-08T22:11:29.814Zreal 1:40.924033167
23732026-05-08T22:11:29.814Zuser 16:39.062163111
23742026-05-08T22:11:29.814Zsys 2:38.532998117
23752026-05-08T22:11:29.814Ztrap 0.479910363
23762026-05-08T22:11:29.814Ztflt 2.746604077
23772026-05-08T22:11:29.814Zdflt 3.519048137
23782026-05-08T22:11:29.814Zkflt 0.000552330
23792026-05-08T22:11:29.814Zlock 52:26.204328491
23802026-05-08T22:11:29.814Zslp 42:58.373020093
23812026-05-08T22:11:29.814Zlat 48.124809909
23822026-05-08T22:11:29.814Zstop 5:24.028460570
23832026-05-08T22:11:29.814Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-08T22:11:30.695Z Finished `release` profile [optimized] target(s) in 0.87s
23852026-05-08T22:11:30.771Z Running `target/release/omicron-package -t test package`
23862026-05-08T22:11:30.829ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-08T22:11:32.226Z Compiling heck v0.5.0
23882026-05-08T22:11:32.226Z Compiling regress v0.11.1
23892026-05-08T22:11:32.229Z Compiling unsafe-libyaml v0.2.11
23902026-05-08T22:11:32.480Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-08T22:11:32.506Z Compiling regress v0.10.5
23922026-05-08T22:11:32.524Z Compiling unicode-width v0.1.14
23932026-05-08T22:11:32.531Z Compiling is-terminal v0.4.17
23942026-05-08T22:11:32.570Z Compiling prettyplease v0.2.37
23952026-05-08T22:11:32.579Z Compiling bytecount v0.6.9
23962026-05-08T22:11:32.579Z Compiling rustls v0.22.4
23972026-05-08T22:11:32.579Z Compiling rustls-webpki v0.102.8
23982026-05-08T22:11:32.624Z Compiling derive-where v1.6.0
23992026-05-08T22:11:32.636Z Compiling thread_local v1.1.9
24002026-05-08T22:11:32.636Z Compiling compression-core v0.4.31
24012026-05-08T22:11:32.636Z Compiling match_cfg v0.1.0
24022026-05-08T22:11:32.735Z Compiling hostname v0.3.1
24032026-05-08T22:11:32.761Z Compiling multer v3.1.0
24042026-05-08T22:11:32.761Z Compiling slog-async v2.8.0
24052026-05-08T22:11:32.803Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-05-08T22:11:32.835Z Compiling crossbeam-channel v0.5.15
24072026-05-08T22:11:32.862Z Compiling slog-json v2.6.1
24082026-05-08T22:11:32.862Z Compiling compression-codecs v0.4.37
24092026-05-08T22:11:32.906Z Compiling futures-executor v0.3.32
24102026-05-08T22:11:32.925Z Compiling serde_spanned v1.0.4
24112026-05-08T22:11:32.925Z Compiling toml_datetime v1.0.0+spec-1.1.0
24122026-05-08T22:11:32.966Z Compiling toml_writer v1.0.6+spec-1.1.0
24132026-05-08T22:11:33.019Z Compiling serde_yaml v0.9.34+deprecated
24142026-05-08T22:11:33.130Z Compiling term v1.2.1
24152026-05-08T22:11:33.155Z Compiling take_mut v0.2.2
24162026-05-08T22:11:33.158Z Compiling toml v1.0.6+spec-1.1.0
24172026-05-08T22:11:33.197Z Compiling futures v0.3.32
24182026-05-08T22:11:33.224Z Compiling async-compression v0.4.41
24192026-05-08T22:11:33.246Z Compiling slog-bunyan v2.5.0
24202026-05-08T22:11:33.342Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212026-05-08T22:11:33.396Z Compiling dropshot v0.17.0
24222026-05-08T22:11:33.416Z Compiling async-stream v0.3.6
24232026-05-08T22:11:33.462Z Compiling slog-term v2.9.2
24242026-05-08T22:11:33.504Z Compiling num-rational v0.4.2
24252026-05-08T22:11:33.566Z Compiling progenitor-client v0.14.0
24262026-05-08T22:11:33.614Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24272026-05-08T22:11:33.661Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-05-08T22:11:33.728Z Compiling waitgroup v0.1.2
24292026-05-08T22:11:33.754Z Compiling backon v1.6.0
24302026-05-08T22:11:33.854Z Compiling rustls-pemfile v2.2.0
24312026-05-08T22:11:33.874Z Compiling num-complex v0.4.6
24322026-05-08T22:11:33.900Z Compiling hostname v0.4.2
24332026-05-08T22:11:33.912Z Compiling serde_path_to_error v0.1.20
24342026-05-08T22:11:33.947Z Compiling instant v0.1.13
24352026-05-08T22:11:33.986Z Compiling typify-impl v0.6.2
24362026-05-08T22:11:34.007Z Compiling debug-ignore v1.0.5
24372026-05-08T22:11:34.069Z Compiling backoff v0.4.0
24382026-05-08T22:11:34.093Z Compiling progenitor-extras v0.2.0
24392026-05-08T22:11:34.098Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-05-08T22:11:34.139Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-08T22:11:34.336Z Compiling num v0.4.3
24422026-05-08T22:11:34.337Z Compiling parse-display v0.10.0
24432026-05-08T22:11:34.377Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-08T22:11:34.395Z Compiling progenitor-client v0.13.0
24452026-05-08T22:11:34.395Z Compiling progenitor-client v0.10.0
24462026-05-08T22:11:34.446Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-08T22:11:34.457Z Compiling macaddr v1.0.1
24482026-05-08T22:11:34.512Z Compiling float-ord v0.3.2
24492026-05-08T22:11:34.534Z Compiling console v0.15.11
24502026-05-08T22:11:34.715Z Compiling newline-converter v0.3.0
24512026-05-08T22:11:34.733Z Compiling atomicwrites v0.4.4
24522026-05-08T22:11:34.757Z Compiling slog-dtrace v0.3.0
24532026-05-08T22:11:34.927Z Compiling tokio-rustls v0.25.0
24542026-05-08T22:11:35.012Z Compiling expectorate v1.2.0
24552026-05-08T22:11:35.035Z Compiling async-recursion v1.1.1
24562026-05-08T22:11:35.082Z Compiling cancel-safe-futures v0.1.5
24572026-05-08T22:11:35.104Z Compiling owo-colors v4.3.0
24582026-05-08T22:11:35.213Z Compiling libsw-core v0.3.2
24592026-05-08T22:11:35.254Z Compiling resolv-conf v0.7.6
24602026-05-08T22:11:35.281Z Compiling toml v0.8.23
24612026-05-08T22:11:35.465Z Compiling libsw v3.5.0
24622026-05-08T22:11:35.592Z Compiling linear-map v1.2.0
24632026-05-08T22:11:35.685Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-08T22:11:35.746Z Compiling linked-hash-map v0.5.6
24652026-05-08T22:11:35.790Z Compiling minimal-lexical v0.2.1
24662026-05-08T22:11:35.884Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24672026-05-08T22:11:35.898Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24682026-05-08T22:11:35.928Z Compiling unicode-xid v0.2.6
24692026-05-08T22:11:35.953Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24702026-05-08T22:11:36.006Z Compiling nom v7.1.3
24712026-05-08T22:11:36.027Z Compiling lru-cache v0.1.2
24722026-05-08T22:11:36.070Z Compiling globset v0.4.18
24732026-05-08T22:11:36.090Z Compiling hickory-proto v0.24.4
24742026-05-08T22:11:36.100Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-08T22:11:36.214Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24762026-05-08T22:11:36.505Z Compiling convert_case v0.10.0
24772026-05-08T22:11:36.803Z Compiling derive_more-impl v2.1.1
24782026-05-08T22:11:36.958Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-08T22:11:37.386Z Compiling pin-project-internal v1.1.11
24802026-05-08T22:11:37.402Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24812026-05-08T22:11:37.537Z Compiling typify-macro v0.6.2
24822026-05-08T22:11:37.590Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24832026-05-08T22:11:37.840Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24842026-05-08T22:11:38.088Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24852026-05-08T22:11:38.432Z Compiling pin-project v1.1.11
24862026-05-08T22:11:38.566Z Compiling hickory-resolver v0.24.4
24872026-05-08T22:11:38.806Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24882026-05-08T22:11:38.826Z Compiling derive_more v2.1.1
24892026-05-08T22:11:38.949Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24902026-05-08T22:11:39.017Z Compiling papergrid v0.11.0
24912026-05-08T22:11:39.115Z Compiling typify v0.6.2
24922026-05-08T22:11:39.266Z Compiling progenitor-impl v0.14.0
24932026-05-08T22:11:39.332Z Compiling progenitor-impl v0.13.0
24942026-05-08T22:11:39.882Z Compiling qorb v0.4.1
24952026-05-08T22:11:40.453Z Compiling tabled_derive v0.7.0
24962026-05-08T22:11:41.362Z Compiling pem v3.0.6
24972026-05-08T22:11:41.444Z Compiling progenitor-macro v0.14.0
24982026-05-08T22:11:41.519Z Compiling progenitor-macro v0.13.0
24992026-05-08T22:11:41.921Z Compiling snafu-derive v0.8.9
25002026-05-08T22:11:42.089Z Compiling termtree v0.5.1
25012026-05-08T22:11:43.005Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25022026-05-08T22:11:43.591Z Compiling tabled v0.15.0
25032026-05-08T22:11:43.612Z Compiling snafu v0.8.9
25042026-05-08T22:11:44.208Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25052026-05-08T22:11:44.300Z Compiling crossterm v0.29.0
25062026-05-08T22:11:44.522Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25072026-05-08T22:11:44.993Z Compiling olpc-cjson v0.1.4
25082026-05-08T22:11:45.015Z Compiling phf_shared v0.12.1
25092026-05-08T22:11:45.243Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-08T22:11:45.281Z Compiling serde_plain v1.0.2
25112026-05-08T22:11:45.510Z Compiling progenitor v0.14.0
25122026-05-08T22:11:45.621Z Compiling progenitor v0.13.0
25132026-05-08T22:11:45.643Z Compiling vte v0.14.1
25142026-05-08T22:11:45.694Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25152026-05-08T22:11:45.809Z Compiling csv-core v0.1.13
25162026-05-08T22:11:45.835Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25172026-05-08T22:11:45.862Z Compiling chrono-tz v0.10.4
25182026-05-08T22:11:45.947Z Compiling typed-path v0.9.3
25192026-05-08T22:11:46.107Z Compiling highway v1.3.0
25202026-05-08T22:11:46.290Z Compiling csv v1.4.0
25212026-05-08T22:11:46.876Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25222026-05-08T22:11:46.890Z Compiling strip-ansi-escapes v0.2.1
25232026-05-08T22:11:47.251Z Compiling tough v0.20.0
25242026-05-08T22:11:47.285Z Compiling phf v0.12.1
25252026-05-08T22:11:47.449Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-08T22:11:47.492Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-08T22:11:47.968Z Compiling const_format_proc_macros v0.2.34
25282026-05-08T22:11:48.642Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25292026-05-08T22:11:48.750Z Compiling fd-lock v4.0.4
25302026-05-08T22:11:48.767Z Compiling peg-macros v0.8.5
25312026-05-08T22:11:48.921Z Compiling nu-ansi-term v0.50.3
25322026-05-08T22:11:48.951Z Compiling const_format v0.2.35
25332026-05-08T22:11:49.248Z Compiling reedline v0.40.0
25342026-05-08T22:11:50.096Z Compiling peg v0.8.5
25352026-05-08T22:11:50.204Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25362026-05-08T22:11:50.244Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372026-05-08T22:11:51.263Z Compiling bcs v0.1.6
25382026-05-08T22:11:51.353Z Compiling semver v0.1.20
25392026-05-08T22:11:51.601Z Compiling rustc_version v0.1.7
25402026-05-08T22:11:51.656Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25412026-05-08T22:11:51.692Z Compiling humantime v2.3.0
25422026-05-08T22:11:51.842Z Compiling newtype_derive v0.1.6
25432026-05-08T22:11:52.040Z Compiling smawk v0.3.2
25442026-05-08T22:11:52.088Z Compiling unicode-linebreak v0.1.5
25452026-05-08T22:11:52.175Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25462026-05-08T22:11:52.253Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25472026-05-08T22:11:52.314Z Compiling textwrap v0.16.2
25482026-05-08T22:11:52.426Z Compiling dropshot-api-manager-types v0.7.1
25492026-05-08T22:11:52.968Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-08T22:11:53.045Z Compiling base64 v0.21.7
25512026-05-08T22:11:53.363Z Compiling steno v0.4.1
25522026-05-08T22:11:53.578Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-08T22:11:53.601Z Compiling utf-8 v0.7.6
25542026-05-08T22:11:53.836Z Compiling tagptr v0.2.0
25552026-05-08T22:11:53.912Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25562026-05-08T22:11:54.041Z Compiling moka v0.12.13
25572026-05-08T22:11:54.080Z Compiling tungstenite v0.21.0
25582026-05-08T22:11:54.102Z Compiling radium v0.7.0
25592026-05-08T22:11:54.422Z Compiling tap v1.0.1
25602026-05-08T22:11:54.483Z Compiling maybe-uninit v2.0.0
25612026-05-08T22:11:54.578Z Compiling wyz v0.5.1
25622026-05-08T22:11:54.641Z Compiling zerocopy-derive v0.6.6
25632026-05-08T22:11:54.801Z Compiling tokio-tungstenite v0.21.0
25642026-05-08T22:11:54.910Z Compiling packed_struct v0.10.1
25652026-05-08T22:11:54.918Z Compiling funty v2.0.0
25662026-05-08T22:11:54.957Z Compiling display-error-chain v0.2.2
25672026-05-08T22:11:55.141Z Compiling hickory-resolver v0.25.2
25682026-05-08T22:11:55.207Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25692026-05-08T22:11:55.276Z Compiling crc-catalog v2.4.0
25702026-05-08T22:11:55.293Z Compiling bitvec v1.0.1
25712026-05-08T22:11:55.346Z Compiling crc v3.4.0
25722026-05-08T22:11:55.435Z Compiling zerocopy v0.6.6
25732026-05-08T22:11:55.826Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-05-08T22:11:55.896Z Compiling packed_struct_codegen v0.10.1
25752026-05-08T22:11:55.918Z Compiling num-derive v0.3.3
25762026-05-08T22:11:56.223Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25772026-05-08T22:11:56.704Z Compiling bitfield-macros v0.19.4
25782026-05-08T22:11:56.843Z Compiling proc-macro-error-attr2 v2.0.0
25792026-05-08T22:11:56.915Z Compiling indexmap v1.9.3
25802026-05-08T22:11:57.111Z Compiling nodrop v0.1.14
25812026-05-08T22:11:57.238Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25822026-05-08T22:11:57.274Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25832026-05-08T22:11:57.410Z Compiling bitfield v0.19.4
25842026-05-08T22:11:57.765Z Compiling proc-macro-error2 v2.0.1
25852026-05-08T22:11:58.100Z Compiling array-init v0.0.4
25862026-05-08T22:11:58.502Z Compiling libscf-sys v1.1.0
25872026-05-08T22:11:58.614Z Compiling smallvec v0.6.14
25882026-05-08T22:11:58.684Z Compiling typify-impl v0.4.3
25892026-05-08T22:11:58.762Z Compiling hashbrown v0.12.3
25902026-05-08T22:11:58.891Z Compiling serde-hex v0.1.0
25912026-05-08T22:11:59.202Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25922026-05-08T22:11:59.896Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25932026-05-08T22:11:59.931Z Compiling tabled_derive v0.11.0
25942026-05-08T22:11:59.949Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-08T22:12:00.178Z Compiling ron v0.8.1
25962026-05-08T22:12:00.770Z Compiling papergrid v0.17.0
25972026-05-08T22:12:00.806Z Compiling testing_table v0.3.0
25982026-05-08T22:12:01.029Z Compiling hashbrown v0.13.2
25992026-05-08T22:12:01.055Z Compiling vergen-gitcl v1.0.8
26002026-05-08T22:12:01.146Z Compiling dirs-sys-next v0.1.2
26012026-05-08T22:12:01.225Z Compiling diesel_derives v2.3.7
26022026-05-08T22:12:01.297Z Compiling crc-any v2.5.0
26032026-05-08T22:12:01.422Z Compiling crunchy v0.2.4
26042026-05-08T22:12:01.446Z Compiling glob v0.3.3
26052026-05-08T22:12:01.620Z Compiling maplit v1.0.2
26062026-05-08T22:12:01.672Z Compiling object v0.30.4
26072026-05-08T22:12:01.761Z Compiling dirs-next v2.0.0
26082026-05-08T22:12:01.809Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-08T22:12:01.833Z Compiling clang-sys v1.8.1
26102026-05-08T22:12:01.857Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-08T22:12:01.881Z Compiling dsl_auto_type v0.2.0
26122026-05-08T22:12:01.920Z Compiling tabled v0.20.0
26132026-05-08T22:12:02.223Z Compiling typify-macro v0.4.3
26142026-05-08T22:12:02.247Z Compiling scheduled-thread-pool v0.2.7
26152026-05-08T22:12:02.451Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-08T22:12:02.498Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-08T22:12:02.626Z Compiling xshell-macros v0.2.7
26182026-05-08T22:12:02.743Z Compiling path-slash v0.1.5
26192026-05-08T22:12:02.913Z Compiling tiny-keccak v2.0.2
26202026-05-08T22:12:06.307Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-08T22:12:06.308Z Compiling xshell v0.2.7
26222026-05-08T22:12:06.308Z Compiling r2d2 v0.8.10
26232026-05-08T22:12:06.308Z Compiling term v0.7.0
26242026-05-08T22:12:06.308Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-05-08T22:12:06.308Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-08T22:12:06.308Z Compiling downcast-rs v2.0.2
26272026-05-08T22:12:06.308Z Compiling bit-vec v0.6.3
26282026-05-08T22:12:06.308Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26292026-05-08T22:12:06.308Z Compiling bit-set v0.5.3
26302026-05-08T22:12:06.308Z Compiling ascii-canvas v3.0.0
26312026-05-08T22:12:06.308Z Compiling itertools v0.10.5
26322026-05-08T22:12:06.308Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26332026-05-08T22:12:06.308Z Compiling ena v0.14.4
26342026-05-08T22:12:06.308Z Compiling libloading v0.8.9
26352026-05-08T22:12:06.308Z Compiling diff v0.1.13
26362026-05-08T22:12:06.308Z Compiling unicase v2.9.0
26372026-05-08T22:12:06.308Z Compiling regex-syntax v0.6.29
26382026-05-08T22:12:06.308Z Compiling bindgen v0.71.1
26392026-05-08T22:12:06.308Z Compiling crc8 v0.1.1
26402026-05-08T22:12:06.308Z Compiling typify v0.4.3
26412026-05-08T22:12:06.345Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-05-08T22:12:06.418Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-05-08T22:12:06.498Z Compiling cexpr v0.6.0
26442026-05-08T22:12:06.827Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-05-08T22:12:07.038Z Compiling lalrpop v0.19.12
26462026-05-08T22:12:07.059Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-05-08T22:12:07.163Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-08T22:12:07.232Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-08T22:12:07.498Z Compiling headers-core v0.3.0
26502026-05-08T22:12:07.528Z Compiling libxml v0.3.3
26512026-05-08T22:12:07.615Z Compiling diesel v2.3.7
26522026-05-08T22:12:07.668Z Compiling headers v0.4.1
26532026-05-08T22:12:07.842Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-08T22:12:07.883Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-08T22:12:08.110Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-05-08T22:12:08.608Z Compiling strum_macros v0.24.3
26572026-05-08T22:12:09.000Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-05-08T22:12:09.090Z Compiling indoc v1.0.9
26592026-05-08T22:12:09.566Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-08T22:12:09.698Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-08T22:12:09.793Z Compiling derive_builder v0.20.2
26622026-05-08T22:12:09.924Z Compiling oso-derive v0.27.3
26632026-05-08T22:12:09.974Z Compiling quick-xml v0.37.5
26642026-05-08T22:12:10.030Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-08T22:12:10.316Z Compiling openssl-probe v0.1.6
26662026-05-08T22:12:10.440Z Compiling half v1.8.3
26672026-05-08T22:12:10.663Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-05-08T22:12:10.906Z Compiling serde_cbor v0.11.2
26692026-05-08T22:12:11.395Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-08T22:12:11.487Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-08T22:12:11.493Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-08T22:12:11.511Z Compiling bb8 v0.8.6
26732026-05-08T22:12:11.677Z Compiling trait-variant v0.1.2
26742026-05-08T22:12:11.699Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26752026-05-08T22:12:11.918Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-05-08T22:12:11.940Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772026-05-08T22:12:11.990Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-05-08T22:12:12.229Z Compiling samael v0.0.19
26792026-05-08T22:12:12.255Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26802026-05-08T22:12:12.258Z Compiling fxhash v0.2.1
26812026-05-08T22:12:12.302Z Compiling salty v0.3.0
26822026-05-08T22:12:12.616Z Compiling progenitor-impl v0.10.0
26832026-05-08T22:12:12.705Z Compiling progenitor-impl v0.11.2
26842026-05-08T22:12:12.758Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-08T22:12:12.815Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-08T22:12:13.323Z Compiling kstat-rs v0.2.4
26872026-05-08T22:12:13.383Z Compiling libz-sys v1.1.24
26882026-05-08T22:12:13.655Z Compiling nonempty v0.12.0
26892026-05-08T22:12:13.813Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902026-05-08T22:12:13.876Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26912026-05-08T22:12:14.559Z Compiling polar-core v0.27.3
26922026-05-08T22:12:14.715Z Compiling progenitor-macro v0.10.0
26932026-05-08T22:12:14.948Z Compiling progenitor-macro v0.11.2
26942026-05-08T22:12:16.039Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-08T22:12:17.498Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-08T22:12:18.004Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-08T22:12:18.080Z Compiling progenitor-client v0.11.2
26982026-05-08T22:12:18.482Z Compiling darling_core v0.23.0
26992026-05-08T22:12:18.728Z Compiling nanorand v0.7.0
27002026-05-08T22:12:18.766Z Compiling arc-swap v1.8.2
27012026-05-08T22:12:19.013Z Compiling fs-err v2.11.0
27022026-05-08T22:12:19.099Z Compiling parking_lot_core v0.8.6
27032026-05-08T22:12:19.367Z Compiling mime_guess v2.0.5
27042026-05-08T22:12:19.387Z Compiling slog-scope v4.4.1
27052026-05-08T22:12:19.471Z Compiling progenitor v0.11.2
27062026-05-08T22:12:19.680Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27072026-05-08T22:12:19.849Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27082026-05-08T22:12:19.886Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27092026-05-08T22:12:20.686Z Compiling darling_macro v0.23.0
27102026-05-08T22:12:21.198Z Compiling flume v0.11.1
27112026-05-08T22:12:21.611Z Compiling progenitor v0.10.0
27122026-05-08T22:12:21.803Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-08T22:12:22.266Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142026-05-08T22:12:23.381Z Compiling oso v0.27.3
27152026-05-08T22:12:24.194Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27162026-05-08T22:12:24.252Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27172026-05-08T22:12:27.547Z Compiling async-bb8-diesel v0.2.1
27182026-05-08T22:12:27.667Z Compiling diesel-dtrace v0.5.0
27192026-05-08T22:12:28.033Z Compiling primeorder v0.13.6
27202026-05-08T22:12:28.287Z Compiling git-stub v1.0.0
27212026-05-08T22:12:28.352Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-08T22:12:28.557Z Compiling instability v0.3.11
27232026-05-08T22:12:28.796Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-05-08T22:12:29.107Z Compiling git-stub-vcs v0.1.0
27252026-05-08T22:12:29.455Z Compiling p384 v0.13.1
27262026-05-08T22:12:29.588Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-08T22:12:29.660Z Compiling darling v0.23.0
27282026-05-08T22:12:29.816Z Compiling slog-stdlog v4.1.1
27292026-05-08T22:12:30.288Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-08T22:12:30.409Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-05-08T22:12:30.512Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27322026-05-08T22:12:30.687Z Compiling ignore v0.4.25
27332026-05-08T22:12:30.867Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-08T22:12:31.617Z Compiling castaway v0.2.4
27352026-05-08T22:12:31.634Z Compiling atty v0.2.14
27362026-05-08T22:12:31.776Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-08T22:12:31.798Z Compiling parse-size v1.1.0
27382026-05-08T22:12:32.011Z Compiling http-range v0.1.5
27392026-05-08T22:12:32.032Z Compiling indoc v2.0.7
27402026-05-08T22:12:32.335Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27412026-05-08T22:12:32.355Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27422026-05-08T22:12:32.909Z Compiling compact_str v0.8.1
27432026-05-08T22:12:33.216Z Compiling globwalk v0.9.1
27442026-05-08T22:12:33.917Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-08T22:12:34.160Z Compiling parking_lot v0.11.2
27462026-05-08T22:12:34.437Z Compiling slog-envlogger v2.2.0
27472026-05-08T22:12:35.096Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-08T22:12:35.604Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-08T22:12:35.659Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-08T22:12:35.816Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-08T22:12:35.883Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-08T22:12:36.396Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-08T22:12:36.635Z Compiling predicates-tree v1.0.13
27542026-05-08T22:12:36.668Z Compiling unicode-truncate v1.1.0
27552026-05-08T22:12:36.690Z Compiling lru v0.12.5
27562026-05-08T22:12:36.756Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-08T22:12:36.877Z Compiling rand_seeder v0.4.0
27582026-05-08T22:12:36.917Z Compiling prefix-trie v0.7.0
27592026-05-08T22:12:37.096Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-08T22:12:37.136Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-08T22:12:37.313Z Compiling vergen-git2 v1.0.7
27622026-05-08T22:12:37.349Z Compiling cassowary v0.3.0
27632026-05-08T22:12:37.397Z Compiling corncobs v0.1.4
27642026-05-08T22:12:37.581Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-05-08T22:12:37.638Z Compiling ratatui v0.29.0
27662026-05-08T22:12:37.659Z Compiling hickory-server v0.25.2
27672026-05-08T22:12:37.662Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-08T22:12:37.702Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-05-08T22:12:37.917Z Compiling camino-tempfile-ext v0.3.3
27702026-05-08T22:12:37.988Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712026-05-08T22:12:38.311Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-08T22:12:38.546Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27732026-05-08T22:12:38.653Z Compiling hyper-staticfile v0.10.1
27742026-05-08T22:12:38.930Z Compiling sled v0.34.7
27752026-05-08T22:12:39.590Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-08T22:12:39.842Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-08T22:12:40.255Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-08T22:12:41.901Z Compiling secrecy v0.8.0
27792026-05-08T22:12:42.099Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27802026-05-08T22:12:42.344Z Compiling rustls v0.21.12
27812026-05-08T22:12:42.606Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-08T22:12:42.707Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27832026-05-08T22:12:43.368Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-08T22:12:43.432Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-08T22:12:44.584Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-08T22:12:44.765Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-08T22:12:45.770Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-08T22:12:45.839Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-08T22:12:46.477Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-05-08T22:12:47.498Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27912026-05-08T22:12:47.687Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27922026-05-08T22:12:47.727Z Compiling rustls-webpki v0.101.7
27932026-05-08T22:12:47.775Z Compiling sct v0.7.1
27942026-05-08T22:12:47.908Z Compiling nix v0.29.0
27952026-05-08T22:12:48.045Z Compiling dropshot v0.16.7
27962026-05-08T22:12:48.282Z Compiling void v1.0.2
27972026-05-08T22:12:48.405Z Compiling lzss v0.8.2
27982026-05-08T22:12:48.662Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-08T22:12:48.724Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-08T22:12:49.215Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-08T22:12:49.296Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-08T22:12:49.406Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-08T22:12:49.682Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-08T22:12:49.928Z Compiling tungstenite v0.23.0
28052026-05-08T22:12:50.140Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-08T22:12:51.061Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-05-08T22:12:51.286Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-05-08T22:12:51.522Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-05-08T22:12:51.623Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28102026-05-08T22:12:51.745Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-08T22:12:51.844Z Compiling nix v0.27.1
28122026-05-08T22:12:52.120Z Compiling dropshot_endpoint v0.16.7
28132026-05-08T22:12:52.288Z Compiling serde_bytes v0.11.19
28142026-05-08T22:12:52.576Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28152026-05-08T22:12:52.830Z Compiling tokio-tungstenite v0.23.1
28162026-05-08T22:12:53.007Z Compiling tokio-rustls v0.24.1
28172026-05-08T22:12:53.204Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28182026-05-08T22:12:53.731Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28192026-05-08T22:12:54.487Z Compiling git2 v0.20.4
28202026-05-08T22:12:55.912Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28212026-05-08T22:12:58.057Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-05-08T22:12:58.308Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28232026-05-08T22:12:58.752Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-08T22:12:59.187Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-08T22:12:59.382Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-08T22:13:01.218Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-08T22:13:01.496Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-08T22:13:01.884Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-08T22:13:01.907Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-08T22:13:02.190Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-08T22:13:03.134Z Compiling rustls-pemfile v1.0.4
28322026-05-08T22:13:03.177Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28332026-05-08T22:13:03.419Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28342026-05-08T22:13:03.552Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28352026-05-08T22:13:04.519Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28362026-05-08T22:13:06.154Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-08T22:13:06.433Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-08T22:13:06.456Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-08T22:13:06.618Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-08T22:13:06.698Z Compiling signal-hook-tokio v0.3.1
28412026-05-08T22:13:06.721Z Compiling twox-hash v2.1.2
28422026-05-08T22:13:06.744Z Compiling yasna v0.5.2
28432026-05-08T22:13:06.900Z Compiling is_ci v1.2.0
28442026-05-08T22:13:07.256Z Compiling supports-color v3.0.2
28452026-05-08T22:13:07.469Z Compiling rcgen v0.12.1
28462026-05-08T22:13:07.550Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28472026-05-08T22:13:08.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-08T22:13:08.342Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-08T22:13:08.611Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-08T22:13:08.918Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-08T22:13:09.108Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-08T22:13:09.962Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-05-08T22:13:10.458Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-05-08T22:13:11.531Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-05-08T22:13:11.940Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-08T22:13:11.996Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28572026-05-08T22:13:12.234Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28582026-05-08T22:13:12.468Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-08T22:13:12.686Z Compiling fatfs v0.3.6
28602026-05-08T22:13:13.300Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-08T22:13:13.894Z Compiling subprocess v0.2.15
28622026-05-08T22:13:13.916Z Compiling rtoolbox v0.0.3
28632026-05-08T22:13:14.209Z Compiling assert_matches v1.5.0
28642026-05-08T22:13:14.310Z Compiling seq-macro v0.3.6
28652026-05-08T22:13:14.463Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28662026-05-08T22:13:14.868Z Compiling rpassword v7.4.0
28672026-05-08T22:13:15.189Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-08T22:13:15.715Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-08T22:13:16.103Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28702026-05-08T22:13:16.244Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28712026-05-08T22:13:16.937Z Compiling tui-tree-widget v0.23.1
28722026-05-08T22:13:17.223Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-08T22:13:17.809Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-08T22:13:18.321Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-08T22:13:18.641Z Compiling uzers v0.12.2
28762026-05-08T22:13:18.816Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-08T22:13:19.576Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-08T22:13:20.725Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-08T22:13:21.689Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-08T22:13:23.296Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28812026-05-08T22:13:24.662Z Compiling support-bundle-viewer v0.1.2
28822026-05-08T22:13:25.477Z Compiling multimap v0.10.1
28832026-05-08T22:13:34.471Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28842026-05-08T22:13:34.515Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28852026-05-08T22:13:35.096Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28862026-05-08T22:13:45.254Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-08T22:20:28.995Z Finished `release` profile [optimized] target(s) in 8m 58s
28882026-05-08T22:21:13.913Z
28892026-05-08T22:21:13.917Zreal 9:44.077124141
28902026-05-08T22:21:13.917Zuser 1:19:24.334197506
28912026-05-08T22:21:13.917Zsys 3:32.027253458
28922026-05-08T22:21:13.917Ztrap 1.781357511
28932026-05-08T22:21:13.917Ztflt 2.553254481
28942026-05-08T22:21:13.917Zdflt 17.404864004
28952026-05-08T22:21:13.917Zkflt 0.152315636
28962026-05-08T22:21:13.917Zlock 7:29:08.952213724
28972026-05-08T22:21:13.917Zslp 2:19:17.763756211
28982026-05-08T22:21:13.917Zlat 2:32.062773466
28992026-05-08T22:21:13.917Zstop 5:13.866335288
29002026-05-08T22:21:13.917Z+ mapfile -t packages
29012026-05-08T22:21:13.917Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-08T22:21:14.879Z Finished `release` profile [optimized] target(s) in 0.95s
29032026-05-08T22:21:14.951Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-08T22:21:15.002ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-08T22:21:15.005Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-08T22:21:15.531Z Compiling libc v0.2.185
29072026-05-08T22:21:15.531Z Compiling serde v1.0.228
29082026-05-08T22:21:15.534Z Compiling serde_core v1.0.228
29092026-05-08T22:21:15.534Z Compiling rustix v1.1.3
29102026-05-08T22:21:15.629Z Compiling serde_json v1.0.149
29112026-05-08T22:21:15.632Z Compiling bitflags v2.11.0
29122026-05-08T22:21:15.667Z Compiling num-traits v0.2.19
29132026-05-08T22:21:15.674Z Compiling syn v2.0.117
29142026-05-08T22:21:15.685Z Compiling smallvec v1.15.1
29152026-05-08T22:21:15.705Z Compiling indexmap v2.14.0
29162026-05-08T22:21:15.712Z Compiling usdt-impl v0.5.0
29172026-05-08T22:21:15.712Z Compiling syn v1.0.109
29182026-05-08T22:21:15.737Z Compiling getrandom v0.4.1
29192026-05-08T22:21:15.737Z Compiling log v0.4.29
29202026-05-08T22:21:15.885Z Compiling percent-encoding v2.3.2
29212026-05-08T22:21:16.040Z Compiling form_urlencoded v1.2.2
29222026-05-08T22:21:16.107Z Compiling fs-err v3.3.0
29232026-05-08T22:21:16.128Z Compiling heck v0.4.1
29242026-05-08T22:21:16.131Z Compiling once_cell v1.21.3
29252026-05-08T22:21:16.131Z Compiling anyhow v1.0.102
29262026-05-08T22:21:16.369Z Compiling errno v0.3.14
29272026-05-08T22:21:16.369Z Compiling thread-id v4.2.2
29282026-05-08T22:21:16.373Z Compiling memmap v0.7.0
29292026-05-08T22:21:16.682Z Compiling ordered-float v2.10.1
29302026-05-08T22:21:17.202Z Compiling proc-macro-error v1.0.4
29312026-05-08T22:21:17.366Z Compiling terminal_size v0.4.3
29322026-05-08T22:21:17.366Z Compiling tempfile v3.25.0
29332026-05-08T22:21:17.439Z Compiling tabled_derive v0.7.0
29342026-05-08T22:21:17.470Z Compiling clap_builder v4.5.60
29352026-05-08T22:21:17.470Z Compiling textwrap v0.16.2
29362026-05-08T22:21:17.592Z Compiling camino-tempfile v1.4.1
29372026-05-08T22:21:18.097Z Compiling tabled v0.15.0
29382026-05-08T22:21:18.186Z Compiling synstructure v0.13.2
29392026-05-08T22:21:18.187Z Compiling pest_generator v2.8.6
29402026-05-08T22:21:18.565Z Compiling serde_derive v1.0.228
29412026-05-08T22:21:18.565Z Compiling zerofrom-derive v0.1.6
29422026-05-08T22:21:18.571Z Compiling yoke-derive v0.8.1
29432026-05-08T22:21:18.572Z Compiling zerovec-derive v0.11.2
29442026-05-08T22:21:18.572Z Compiling displaydoc v0.2.5
29452026-05-08T22:21:18.572Z Compiling thiserror-impl v1.0.69
29462026-05-08T22:21:18.572Z Compiling zerocopy-derive v0.7.35
29472026-05-08T22:21:18.572Z Compiling scroll_derive v0.12.1
29482026-05-08T22:21:18.572Z Compiling thiserror-impl v2.0.18
29492026-05-08T22:21:18.572Z Compiling clap_derive v4.5.55
29502026-05-08T22:21:18.703Z Compiling pest_derive v2.8.6
29512026-05-08T22:21:19.296Z Compiling scroll v0.12.0
29522026-05-08T22:21:19.415Z Compiling zerocopy v0.7.35
29532026-05-08T22:21:19.639Z Compiling goblin v0.8.2
29542026-05-08T22:21:19.722Z Compiling zerofrom v0.1.6
29552026-05-08T22:21:19.792Z Compiling thiserror v1.0.69
29562026-05-08T22:21:19.847Z Compiling thiserror v2.0.18
29572026-05-08T22:21:19.893Z Compiling yoke v0.8.1
29582026-05-08T22:21:19.904Z Compiling dtrace-parser v0.2.0
29592026-05-08T22:21:20.109Z Compiling zerovec v0.11.5
29602026-05-08T22:21:20.188Z Compiling zerotrie v0.2.3
29612026-05-08T22:21:20.318Z Compiling clap v4.5.60
29622026-05-08T22:21:20.655Z Compiling tinystr v0.8.2
29632026-05-08T22:21:20.746Z Compiling potential_utf v0.1.4
29642026-05-08T22:21:20.903Z Compiling icu_locale_core v2.1.1
29652026-05-08T22:21:20.942Z Compiling icu_collections v2.1.1
29662026-05-08T22:21:21.676Z Compiling icu_provider v2.1.1
29672026-05-08T22:21:21.856Z Compiling serde_spanned v0.6.9
29682026-05-08T22:21:21.885Z Compiling toml_datetime v0.6.11
29692026-05-08T22:21:21.967Z Compiling icu_properties v2.1.2
29702026-05-08T22:21:22.027Z Compiling icu_normalizer v2.1.1
29712026-05-08T22:21:22.100Z Compiling toml_edit v0.22.27
29722026-05-08T22:21:22.210Z Compiling dof v0.3.0
29732026-05-08T22:21:22.272Z Compiling serde_tokenstream v0.2.3
29742026-05-08T22:21:22.451Z Compiling serde-value v0.7.0
29752026-05-08T22:21:22.588Z Compiling cargo-platform v0.2.0
29762026-05-08T22:21:22.600Z Compiling macaddr v1.0.1
29772026-05-08T22:21:22.847Z Compiling idna_adapter v1.2.1
29782026-05-08T22:21:22.972Z Compiling idna v1.1.0
29792026-05-08T22:21:23.061Z Compiling usdt-attr-macro v0.5.0
29802026-05-08T22:21:23.090Z Compiling usdt-macro v0.5.0
29812026-05-08T22:21:23.316Z Compiling url v2.5.8
29822026-05-08T22:21:23.681Z Compiling toml v0.8.23
29832026-05-08T22:21:23.709Z Compiling usdt v0.5.0
29842026-05-08T22:21:24.122Z Compiling cargo-util-schemas v0.8.2
29852026-05-08T22:21:24.131Z Compiling cargo_toml v0.21.0
29862026-05-08T22:21:25.206Z Compiling cargo_metadata v0.21.0
29872026-05-08T22:21:28.228Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-08T22:21:31.212Z Finished `release` profile [optimized] target(s) in 16.19s
29892026-05-08T22:21:31.366Z
29902026-05-08T22:21:31.366Zreal 16.329102602
29912026-05-08T22:21:31.366Zuser 2:21.417737440
29922026-05-08T22:21:31.366Zsys 16.542494190
29932026-05-08T22:21:31.366Ztrap 0.088070214
29942026-05-08T22:21:31.369Ztflt 0.436820019
29952026-05-08T22:21:31.369Zdflt 1.170618629
29962026-05-08T22:21:31.369Zkflt 0.000019890
29972026-05-08T22:21:31.370Zlock 5:24.192844603
29982026-05-08T22:21:31.370Zslp 3:33.259172134
29992026-05-08T22:21:31.370Zlat 6.656208215
30002026-05-08T22:21:31.370Zstop 18.193587750
30012026-05-08T22:21:31.370Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-08T22:21:31.370Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-08T22:21:31.370Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-08T22:21:31.370Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-08T22:21:31.370Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-08T22:21:32.291Z Compiling newtype-uuid-macros v0.1.0
30072026-05-08T22:21:32.294Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-08T22:21:32.294Z Compiling regress v0.10.5
30092026-05-08T22:21:32.294Z Compiling structmeta-derive v0.3.0
30102026-05-08T22:21:32.451Z Compiling rustls v0.22.4
30112026-05-08T22:21:32.465Z Compiling rustls-webpki v0.102.8
30122026-05-08T22:21:32.468Z Compiling multer v3.1.0
30132026-05-08T22:21:32.468Z Compiling compression-core v0.4.31
30142026-05-08T22:21:32.468Z Compiling debug-ignore v1.0.5
30152026-05-08T22:21:32.468Z Compiling match_cfg v0.1.0
30162026-05-08T22:21:32.468Z Compiling slog-json v2.6.1
30172026-05-08T22:21:32.486Z Compiling async-stream-impl v0.3.6
30182026-05-08T22:21:32.486Z Compiling serde_spanned v1.0.4
30192026-05-08T22:21:32.486Z Compiling toml_datetime v1.0.0+spec-1.1.0
30202026-05-08T22:21:32.490Z Compiling dropshot v0.17.0
30212026-05-08T22:21:32.490Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-08T22:21:32.718Z Compiling hostname v0.3.1
30232026-05-08T22:21:32.749Z Compiling itertools v0.14.0
30242026-05-08T22:21:32.767Z Compiling waitgroup v0.1.2
30252026-05-08T22:21:32.786Z Compiling compression-codecs v0.4.37
30262026-05-08T22:21:32.790Z Compiling toml v1.0.6+spec-1.1.0
30272026-05-08T22:21:32.840Z Compiling slog-bunyan v2.5.0
30282026-05-08T22:21:32.843Z Compiling rustls-pemfile v2.2.0
30292026-05-08T22:21:32.877Z Compiling dropshot_endpoint v0.17.0
30302026-05-08T22:21:32.880Z Compiling hostname v0.4.2
30312026-05-08T22:21:32.897Z Compiling serde_path_to_error v0.1.20
30322026-05-08T22:21:32.932Z Compiling progenitor-client v0.14.0
30332026-05-08T22:21:33.014Z Compiling async-compression v0.4.41
30342026-05-08T22:21:33.055Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-08T22:21:33.074Z Compiling macaddr v1.0.1
30362026-05-08T22:21:33.074Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-08T22:21:33.202Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-05-08T22:21:33.218Z Compiling async-stream v0.3.6
30392026-05-08T22:21:33.258Z Compiling instant v0.1.13
30402026-05-08T22:21:33.276Z Compiling progenitor-client v0.10.0
30412026-05-08T22:21:33.294Z Compiling backon v1.6.0
30422026-05-08T22:21:33.322Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-05-08T22:21:33.349Z Compiling backoff v0.4.0
30442026-05-08T22:21:33.389Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30452026-05-08T22:21:33.412Z Compiling universal-hash v0.5.1
30462026-05-08T22:21:33.472Z Compiling progenitor-extras v0.2.0
30472026-05-08T22:21:33.517Z Compiling opaque-debug v0.3.1
30482026-05-08T22:21:33.535Z Compiling half v2.7.1
30492026-05-08T22:21:33.552Z Compiling structmeta v0.3.0
30502026-05-08T22:21:33.555Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-08T22:21:33.584Z Compiling ciborium-io v0.2.2
30522026-05-08T22:21:33.601Z Compiling crucible-workspace-hack v0.1.0
30532026-05-08T22:21:33.616Z Compiling unsafe-libyaml v0.2.11
30542026-05-08T22:21:33.633Z Compiling convert_case v0.4.0
30552026-05-08T22:21:33.699Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-05-08T22:21:33.723Z Compiling regress v0.11.1
30572026-05-08T22:21:33.749Z Compiling aead v0.5.2
30582026-05-08T22:21:33.772Z Compiling secrecy v0.10.3
30592026-05-08T22:21:33.790Z Compiling derive-ex v0.1.8
30602026-05-08T22:21:33.807Z Compiling parse-display-derive v0.10.0
30612026-05-08T22:21:33.865Z Compiling ciborium-ll v0.2.2
30622026-05-08T22:21:33.947Z Compiling poly1305 v0.8.0
30632026-05-08T22:21:33.981Z Compiling chacha20 v0.9.1
30642026-05-08T22:21:33.998Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30652026-05-08T22:21:34.016Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30662026-05-08T22:21:34.037Z Compiling ciborium v0.2.2
30672026-05-08T22:21:34.040Z Compiling derive_more v0.99.20
30682026-05-08T22:21:34.105Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30692026-05-08T22:21:34.141Z Compiling serde_yaml v0.9.34+deprecated
30702026-05-08T22:21:34.260Z Compiling thiserror-impl-no-std v2.0.2
30712026-05-08T22:21:34.309Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-08T22:21:34.388Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30732026-05-08T22:21:34.414Z Compiling byte-wrapper v0.1.0
30742026-05-08T22:21:34.456Z Compiling password-hash v0.5.0
30752026-05-08T22:21:34.497Z Compiling blake2 v0.10.6
30762026-05-08T22:21:34.636Z Compiling chacha20poly1305 v0.10.1
30772026-05-08T22:21:34.710Z Compiling indent_write v2.2.0
30782026-05-08T22:21:34.727Z Compiling heapless v0.8.0
30792026-05-08T22:21:34.782Z Compiling argon2 v0.5.3
30802026-05-08T22:21:34.838Z Compiling ingot-macros v0.1.1
30812026-05-08T22:21:34.897Z Compiling toml_edit v0.23.10+spec-1.0.0
30822026-05-08T22:21:34.916Z Compiling hash32 v0.3.1
30832026-05-08T22:21:35.077Z Compiling tokio-rustls v0.25.0
30842026-05-08T22:21:35.111Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-05-08T22:21:35.339Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30862026-05-08T22:21:35.359Z Compiling typify-impl v0.6.2
30872026-05-08T22:21:35.533Z Compiling thiserror-no-std v2.0.2
30882026-05-08T22:21:35.590Z Compiling test-strategy v0.4.5
30892026-05-08T22:21:35.608Z Compiling parse-display v0.10.0
30902026-05-08T22:21:35.650Z Compiling vsss-rs v3.3.4
30912026-05-08T22:21:35.667Z Compiling smoltcp v0.11.0
30922026-05-08T22:21:35.667Z Compiling proc-macro-crate v3.4.0
30932026-05-08T22:21:35.950Z Compiling tabwriter v1.4.1
30942026-05-08T22:21:36.035Z Compiling num-rational v0.4.2
30952026-05-08T22:21:36.064Z Compiling cobs v0.3.0
30962026-05-08T22:21:36.106Z Compiling num-complex v0.4.6
30972026-05-08T22:21:36.195Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30982026-05-08T22:21:36.212Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-05-08T22:21:36.256Z Compiling num_enum_derive v0.7.5
31002026-05-08T22:21:36.286Z Compiling postcard v1.1.3
31012026-05-08T22:21:36.446Z Compiling proc-macro-error v1.0.4
31022026-05-08T22:21:36.535Z Compiling num v0.4.3
31032026-05-08T22:21:36.552Z Compiling proc-macro-crate v1.3.1
31042026-05-08T22:21:36.633Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31052026-05-08T22:21:36.653Z Compiling foreign-types-macros v0.2.3
31062026-05-08T22:21:36.672Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31072026-05-08T22:21:36.690Z Compiling colored v3.1.1
31082026-05-08T22:21:36.709Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31092026-05-08T22:21:36.792Z Compiling float-ord v0.3.2
31102026-05-08T22:21:36.902Z Compiling foreign-types-shared v0.3.1
31112026-05-08T22:21:36.937Z Compiling cpufeatures v0.3.0
31122026-05-08T22:21:36.960Z Compiling rayon-core v1.13.0
31132026-05-08T22:21:36.980Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31142026-05-08T22:21:36.997Z Compiling num_enum_derive v0.5.11
31152026-05-08T22:21:37.022Z Compiling chacha20 v0.10.0
31162026-05-08T22:21:37.121Z Compiling crossbeam-deque v0.8.6
31172026-05-08T22:21:37.195Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31182026-05-08T22:21:37.214Z Compiling camino-tempfile v1.4.1
31192026-05-08T22:21:37.229Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-05-08T22:21:37.246Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31212026-05-08T22:21:37.246Z Compiling cstr-argument v0.1.2
31222026-05-08T22:21:37.309Z Compiling foreign-types v0.5.0
31232026-05-08T22:21:37.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31242026-05-08T22:21:37.386Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31252026-05-08T22:21:37.403Z Compiling num_enum v0.7.5
31262026-05-08T22:21:37.436Z Compiling rand v0.10.0
31272026-05-08T22:21:37.476Z Compiling toml v0.8.23
31282026-05-08T22:21:37.552Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-05-08T22:21:37.591Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-05-08T22:21:37.672Z Compiling zone_cfg_derive v0.3.1
31312026-05-08T22:21:37.722Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-05-08T22:21:37.761Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31332026-05-08T22:21:37.778Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31342026-05-08T22:21:37.796Z Compiling itertools v0.12.1
31352026-05-08T22:21:37.821Z Compiling ingot-types v0.1.2
31362026-05-08T22:21:37.856Z Compiling rayon v1.11.0
31372026-05-08T22:21:37.876Z Compiling num-derive v0.4.2
31382026-05-08T22:21:37.910Z Compiling sigpipe v0.1.3
31392026-05-08T22:21:37.973Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-05-08T22:21:38.005Z Compiling glob v0.3.3
31412026-05-08T22:21:38.026Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31422026-05-08T22:21:38.101Z Compiling num_enum v0.5.11
31432026-05-08T22:21:38.146Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31442026-05-08T22:21:38.150Z Compiling smf v0.2.3
31452026-05-08T22:21:38.209Z Compiling ingot v0.1.1
31462026-05-08T22:21:38.257Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-05-08T22:21:38.279Z Compiling whoami v1.6.1
31482026-05-08T22:21:38.295Z Compiling prettyplease v0.2.37
31492026-05-08T22:21:38.381Z Compiling gethostname v0.5.0
31502026-05-08T22:21:38.397Z Compiling usdt-attr-macro v0.5.0
31512026-05-08T22:21:38.430Z Compiling atomicwrites v0.4.4
31522026-05-08T22:21:38.597Z Compiling usdt-macro v0.5.0
31532026-05-08T22:21:38.614Z Compiling memmap v0.7.0
31542026-05-08T22:21:38.647Z Compiling derive-where v1.6.0
31552026-05-08T22:21:38.725Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-08T22:21:38.806Z Compiling progenitor-client v0.13.0
31572026-05-08T22:21:38.834Z Compiling resolv-conf v0.7.6
31582026-05-08T22:21:38.874Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31592026-05-08T22:21:38.891Z Compiling cancel-safe-futures v0.1.5
31602026-05-08T22:21:39.055Z Compiling zone v0.3.1
31612026-05-08T22:21:39.130Z Compiling owo-colors v4.3.0
31622026-05-08T22:21:39.180Z Compiling libsw-core v0.3.2
31632026-05-08T22:21:39.213Z Compiling async-recursion v1.1.1
31642026-05-08T22:21:39.276Z Compiling console v0.15.11
31652026-05-08T22:21:39.383Z Compiling libsw v3.5.0
31662026-05-08T22:21:39.399Z Compiling usdt v0.5.0
31672026-05-08T22:21:39.500Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-05-08T22:21:39.601Z Compiling newline-converter v0.3.0
31692026-05-08T22:21:39.639Z Compiling libefi-sys v0.1.0
31702026-05-08T22:21:39.697Z Compiling linear-map v1.2.0
31712026-05-08T22:21:39.716Z Compiling expectorate v1.2.0
31722026-05-08T22:21:39.743Z Compiling hickory-proto v0.24.4
31732026-05-08T22:21:39.764Z Compiling bitfield-struct v0.6.2
31742026-05-08T22:21:39.785Z Compiling semver v0.1.20
31752026-05-08T22:21:39.948Z Compiling linked-hash-map v0.5.6
31762026-05-08T22:21:39.985Z Compiling tokio-dtrace v0.1.1
31772026-05-08T22:21:40.004Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31782026-05-08T22:21:40.007Z Compiling dropshot-api-manager-types v0.7.1
31792026-05-08T22:21:40.043Z Compiling typify-macro v0.6.2
31802026-05-08T22:21:40.061Z Compiling rustc_version v0.1.7
31812026-05-08T22:21:40.153Z Compiling lru-cache v0.1.2
31822026-05-08T22:21:40.170Z Compiling pin-project-internal v1.1.11
31832026-05-08T22:21:40.189Z Compiling slog-dtrace v0.3.0
31842026-05-08T22:21:40.209Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-05-08T22:21:40.234Z Compiling minimal-lexical v0.2.1
31862026-05-08T22:21:40.295Z Compiling oxide-tokio-rt v0.1.4
31872026-05-08T22:21:40.314Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31882026-05-08T22:21:40.333Z Compiling newtype_derive v0.1.6
31892026-05-08T22:21:40.333Z Compiling typify-impl v0.4.3
31902026-05-08T22:21:40.368Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-05-08T22:21:40.485Z Compiling nom v7.1.3
31922026-05-08T22:21:40.503Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-05-08T22:21:40.506Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-05-08T22:21:40.538Z Compiling snafu-derive v0.8.9
31952026-05-08T22:21:40.557Z Compiling phf_shared v0.12.1
31962026-05-08T22:21:40.574Z Compiling pem v3.0.6
31972026-05-08T22:21:40.629Z Compiling csv-core v0.1.13
31982026-05-08T22:21:40.756Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-05-08T22:21:40.819Z Compiling highway v1.3.0
32002026-05-08T22:21:40.836Z Compiling xshell-macros v0.2.7
32012026-05-08T22:21:40.920Z Compiling same-file v1.0.6
32022026-05-08T22:21:41.087Z Compiling chrono-tz v0.10.4
32032026-05-08T22:21:41.123Z Compiling walkdir v2.5.0
32042026-05-08T22:21:41.182Z Compiling const_format_proc_macros v0.2.34
32052026-05-08T22:21:41.216Z Compiling csv v1.4.0
32062026-05-08T22:21:41.233Z Compiling phf v0.12.1
32072026-05-08T22:21:41.259Z Compiling xshell v0.2.7
32082026-05-08T22:21:41.305Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32092026-05-08T22:21:41.383Z Compiling pin-project v1.1.11
32102026-05-08T22:21:41.481Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-08T22:21:41.504Z Compiling globset v0.4.18
32122026-05-08T22:21:41.521Z Compiling olpc-cjson v0.1.4
32132026-05-08T22:21:41.760Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-08T22:21:41.829Z Compiling primeorder v0.13.6
32152026-05-08T22:21:41.848Z Compiling serde_plain v1.0.2
32162026-05-08T22:21:41.866Z Compiling typed-path v0.9.3
32172026-05-08T22:21:41.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-05-08T22:21:41.952Z Compiling typify v0.6.2
32192026-05-08T22:21:42.091Z Compiling progenitor-impl v0.14.0
32202026-05-08T22:21:42.108Z Compiling progenitor-impl v0.13.0
32212026-05-08T22:21:42.112Z Compiling hickory-resolver v0.24.4
32222026-05-08T22:21:42.146Z Compiling const_format v0.2.35
32232026-05-08T22:21:42.164Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-08T22:21:42.295Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-08T22:21:42.460Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-05-08T22:21:42.494Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32272026-05-08T22:21:42.594Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32282026-05-08T22:21:42.774Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-08T22:21:42.917Z Compiling snafu v0.8.9
32302026-05-08T22:21:43.018Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32312026-05-08T22:21:43.092Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-05-08T22:21:43.165Z Compiling qorb v0.4.1
32332026-05-08T22:21:43.317Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-05-08T22:21:43.539Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-05-08T22:21:43.592Z Compiling tough v0.20.0
32362026-05-08T22:21:43.609Z Compiling tabled_derive v0.7.0
32372026-05-08T22:21:43.769Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-05-08T22:21:43.806Z Compiling bcs v0.1.6
32392026-05-08T22:21:44.156Z Compiling salty v0.3.0
32402026-05-08T22:21:44.193Z Compiling termtree v0.5.1
32412026-05-08T22:21:44.378Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32422026-05-08T22:21:44.406Z Compiling textwrap v0.16.2
32432026-05-08T22:21:44.436Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32442026-05-08T22:21:44.603Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32452026-05-08T22:21:44.639Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32462026-05-08T22:21:44.657Z Compiling tabled v0.15.0
32472026-05-08T22:21:44.734Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-05-08T22:21:44.787Z Compiling progenitor-macro v0.14.0
32492026-05-08T22:21:44.827Z Compiling progenitor-macro v0.13.0
32502026-05-08T22:21:44.948Z Compiling steno v0.4.1
32512026-05-08T22:21:45.028Z Compiling typify-macro v0.4.3
32522026-05-08T22:21:45.045Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32532026-05-08T22:21:45.049Z Compiling tagptr v0.2.0
32542026-05-08T22:21:45.192Z Compiling humantime v2.3.0
32552026-05-08T22:21:45.232Z Compiling base64 v0.21.7
32562026-05-08T22:21:45.250Z Compiling radium v0.7.0
32572026-05-08T22:21:45.288Z Compiling moka v0.12.13
32582026-05-08T22:21:45.506Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-08T22:21:45.581Z Compiling p384 v0.13.1
32602026-05-08T22:21:45.595Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-08T22:21:45.925Z Compiling tap v1.0.1
32622026-05-08T22:21:46.159Z Compiling maybe-uninit v2.0.0
32632026-05-08T22:21:46.166Z Compiling wyz v0.5.1
32642026-05-08T22:21:46.166Z Compiling hickory-resolver v0.25.2
32652026-05-08T22:21:46.188Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-05-08T22:21:46.207Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-05-08T22:21:46.431Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-05-08T22:21:46.517Z Compiling proc-macro-error-attr2 v2.0.0
32692026-05-08T22:21:46.615Z Compiling funty v2.0.0
32702026-05-08T22:21:46.795Z Compiling parking_lot_core v0.8.6
32712026-05-08T22:21:46.892Z Compiling typify v0.4.3
32722026-05-08T22:21:46.981Z Compiling utf-8 v0.7.6
32732026-05-08T22:21:47.032Z Compiling packed_struct v0.10.1
32742026-05-08T22:21:47.095Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-05-08T22:21:47.138Z Compiling tungstenite v0.21.0
32762026-05-08T22:21:47.154Z Compiling proc-macro-error2 v2.0.1
32772026-05-08T22:21:47.195Z Compiling bitvec v1.0.1
32782026-05-08T22:21:47.357Z Compiling polyval v0.6.2
32792026-05-08T22:21:47.375Z Compiling git-stub v1.0.0
32802026-05-08T22:21:47.394Z Compiling num-derive v0.3.3
32812026-05-08T22:21:47.467Z Compiling packed_struct_codegen v0.10.1
32822026-05-08T22:21:47.509Z Compiling bitfield-macros v0.19.4
32832026-05-08T22:21:47.530Z Compiling zerocopy-derive v0.6.6
32842026-05-08T22:21:47.620Z Compiling indexmap v1.9.3
32852026-05-08T22:21:47.664Z Compiling crc-catalog v2.4.0
32862026-05-08T22:21:47.683Z Compiling nodrop v0.1.14
32872026-05-08T22:21:47.786Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-05-08T22:21:47.803Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-05-08T22:21:47.871Z Compiling array-init v0.0.4
32902026-05-08T22:21:48.042Z Compiling crc v3.4.0
32912026-05-08T22:21:48.061Z Compiling tokio-tungstenite v0.21.0
32922026-05-08T22:21:48.090Z Compiling git-stub-vcs v0.1.0
32932026-05-08T22:21:48.251Z Compiling ghash v0.5.1
32942026-05-08T22:21:48.289Z Compiling tabled_derive v0.11.0
32952026-05-08T22:21:48.307Z Compiling bitfield v0.19.4
32962026-05-08T22:21:48.356Z Compiling libscf-sys v1.1.0
32972026-05-08T22:21:48.417Z Compiling smallvec v0.6.14
32982026-05-08T22:21:48.451Z Compiling zerocopy v0.6.6
32992026-05-08T22:21:48.523Z Compiling progenitor-impl v0.11.2
33002026-05-08T22:21:48.647Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-08T22:21:48.667Z Compiling papergrid v0.17.0
33022026-05-08T22:21:48.685Z Compiling testing_table v0.3.0
33032026-05-08T22:21:48.690Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-08T22:21:48.818Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-08T22:21:48.835Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-08T22:21:48.867Z Compiling ctr v0.9.2
33072026-05-08T22:21:48.886Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-08T22:21:49.093Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-08T22:21:49.108Z Compiling unicase v2.9.0
33102026-05-08T22:21:49.223Z Compiling corncobs v0.1.4
33112026-05-08T22:21:49.242Z Compiling hashbrown v0.12.3
33122026-05-08T22:21:49.323Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-08T22:21:49.360Z Compiling mime_guess v2.0.5
33142026-05-08T22:21:49.367Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-08T22:21:49.410Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-05-08T22:21:49.429Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33172026-05-08T22:21:49.446Z Compiling aes-gcm v0.10.3
33182026-05-08T22:21:49.527Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-05-08T22:21:49.664Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-08T22:21:49.924Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33212026-05-08T22:21:49.957Z Compiling tabled v0.20.0
33222026-05-08T22:21:49.957Z Compiling parking_lot v0.11.2
33232026-05-08T22:21:49.991Z Compiling progenitor v0.14.0
33242026-05-08T22:21:50.056Z Compiling serde-hex v0.1.0
33252026-05-08T22:21:50.134Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33262026-05-08T22:21:50.151Z Compiling progenitor v0.13.0
33272026-05-08T22:21:50.171Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33282026-05-08T22:21:50.330Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33292026-05-08T22:21:50.348Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-05-08T22:21:50.390Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33312026-05-08T22:21:50.595Z Compiling progenitor-impl v0.10.0
33322026-05-08T22:21:50.612Z Compiling ron v0.8.1
33332026-05-08T22:21:50.695Z Compiling hashbrown v0.13.2
33342026-05-08T22:21:50.779Z Compiling progenitor-client v0.11.2
33352026-05-08T22:21:50.819Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-05-08T22:21:50.852Z Compiling ssh-encoding v0.2.0
33372026-05-08T22:21:51.141Z Compiling prefix-trie v0.7.0
33382026-05-08T22:21:51.159Z Compiling blowfish v0.9.1
33392026-05-08T22:21:51.241Z Compiling fxhash v0.2.1
33402026-05-08T22:21:51.327Z Compiling progenitor-macro v0.11.2
33412026-05-08T22:21:51.380Z Compiling secrecy v0.8.0
33422026-05-08T22:21:51.420Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-05-08T22:21:51.444Z Compiling crc-any v2.5.0
33442026-05-08T22:21:51.556Z Compiling hickory-server v0.25.2
33452026-05-08T22:21:51.679Z Compiling sled v0.34.7
33462026-05-08T22:21:51.709Z Compiling bcrypt-pbkdf v0.10.0
33472026-05-08T22:21:52.070Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33482026-05-08T22:21:52.442Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33492026-05-08T22:21:52.553Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33502026-05-08T22:21:52.666Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-05-08T22:21:52.874Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33522026-05-08T22:21:52.878Z Compiling object v0.30.4
33532026-05-08T22:21:53.018Z Compiling ssh-cipher v0.2.0
33542026-05-08T22:21:53.095Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33552026-05-08T22:21:53.111Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-08T22:21:53.115Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-05-08T22:21:53.297Z Compiling progenitor-macro v0.10.0
33582026-05-08T22:21:53.476Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-05-08T22:21:53.682Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-05-08T22:21:53.782Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-05-08T22:21:53.907Z Compiling password-hash v0.4.2
33622026-05-08T22:21:54.359Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-05-08T22:21:54.609Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-05-08T22:21:54.701Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-05-08T22:21:54.887Z Compiling path-slash v0.1.5
33662026-05-08T22:21:54.907Z Compiling crc8 v0.1.1
33672026-05-08T22:21:54.971Z Compiling http-range v0.1.5
33682026-05-08T22:21:55.063Z Compiling half v1.8.3
33692026-05-08T22:21:55.079Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-05-08T22:21:55.197Z Compiling pbkdf2 v0.11.0
33712026-05-08T22:21:55.369Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-05-08T22:21:55.419Z Compiling serde_cbor v0.11.2
33732026-05-08T22:21:55.443Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-05-08T22:21:55.521Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33752026-05-08T22:21:55.572Z Compiling ssh-key v0.6.7
33762026-05-08T22:21:55.895Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33772026-05-08T22:21:55.935Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33782026-05-08T22:21:55.974Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-05-08T22:21:55.993Z Compiling p256 v0.13.2
33802026-05-08T22:21:56.016Z Compiling p521 v0.13.3
33812026-05-08T22:21:56.474Z Compiling yasna v0.5.2
33822026-05-08T22:21:56.479Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33832026-05-08T22:21:56.479Z Compiling kstat-rs v0.2.4
33842026-05-08T22:21:56.500Z Compiling headers-core v0.3.0
33852026-05-08T22:21:56.519Z Compiling progenitor v0.11.2
33862026-05-08T22:21:56.519Z Compiling nanorand v0.7.0
33872026-05-08T22:21:56.652Z Compiling atty v0.2.14
33882026-05-08T22:21:56.723Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-05-08T22:21:56.744Z Compiling russh-cryptovec v0.7.3
33902026-05-08T22:21:56.774Z Compiling home v0.5.12
33912026-05-08T22:21:56.792Z Compiling md5 v0.7.0
33922026-05-08T22:21:56.808Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33932026-05-08T22:21:56.837Z Compiling flume v0.11.1
33942026-05-08T22:21:56.853Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33952026-05-08T22:21:56.887Z Compiling headers v0.4.1
33962026-05-08T22:21:56.945Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33972026-05-08T22:21:56.964Z Compiling russh-keys v0.45.0
33982026-05-08T22:21:57.062Z Compiling rcgen v0.12.1
33992026-05-08T22:21:57.100Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34002026-05-08T22:21:57.187Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-05-08T22:21:57.324Z Compiling hyper-staticfile v0.10.1
34022026-05-08T22:21:57.359Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-05-08T22:21:57.524Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-05-08T22:21:57.682Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-05-08T22:21:57.750Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-05-08T22:21:57.855Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34072026-05-08T22:21:57.979Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34082026-05-08T22:21:58.235Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-05-08T22:21:58.316Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34102026-05-08T22:21:58.340Z Compiling num-bigint v0.4.6
34112026-05-08T22:21:58.378Z Compiling des v0.8.1
34122026-05-08T22:21:58.406Z Compiling progenitor v0.10.0
34132026-05-08T22:21:58.458Z Compiling subprocess v0.2.15
34142026-05-08T22:21:58.476Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34152026-05-08T22:21:58.538Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34162026-05-08T22:21:58.588Z Compiling hex-literal v0.4.1
34172026-05-08T22:21:58.604Z Compiling display-error-chain v0.2.2
34182026-05-08T22:21:58.709Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-05-08T22:21:58.727Z Compiling colored v2.2.0
34202026-05-08T22:21:58.765Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-05-08T22:21:58.935Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34222026-05-08T22:21:59.041Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34232026-05-08T22:21:59.061Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-05-08T22:21:59.124Z Compiling socket2 v0.5.10
34252026-05-08T22:21:59.154Z Compiling internet-checksum v0.2.1
34262026-05-08T22:21:59.567Z Compiling russh v0.45.0
34272026-05-08T22:22:01.650Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-08T22:22:02.326Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-08T22:22:02.818Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-08T22:22:04.770Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-08T22:22:12.752Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322026-05-08T22:22:12.752Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-05-08T22:22:12.752Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34342026-05-08T22:22:12.755Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-08T22:22:14.500Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-08T22:22:14.523Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-08T22:22:18.637Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-08T22:22:20.021Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-08T22:22:39.015Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-08T22:22:57.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34412026-05-08T22:22:57.531Z
34422026-05-08T22:22:57.532Zreal 1:26.102962483
34432026-05-08T22:22:57.532Zuser 8:19.688171770
34442026-05-08T22:22:57.542Zsys 1:44.836205774
34452026-05-08T22:22:57.542Ztrap 0.262716482
34462026-05-08T22:22:57.542Ztflt 0.612131407
34472026-05-08T22:22:57.542Zdflt 1.666713479
34482026-05-08T22:22:57.542Zkflt 0.000474360
34492026-05-08T22:22:57.542Zlock 29:54.737465278
34502026-05-08T22:22:57.542Zslp 19:28.649254169
34512026-05-08T22:22:57.542Zlat 40.025839916
34522026-05-08T22:22:57.542Zstop 2:54.799425523
34532026-05-08T22:22:57.542Z+ mkdir tests
34542026-05-08T22:22:57.542Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-08T22:22:57.546Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-08T22:22:57.561Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-08T22:22:57.593Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-08T22:22:57.618Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-08T22:22:57.647Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-08T22:22:57.973Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34612026-05-08T22:22:57.976Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34622026-05-08T22:24:16.740ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-08T22:24:16.740Za .github/buildomat/ci-env.sh 1K
34642026-05-08T22:24:16.740Za out/target/test 1K
34652026-05-08T22:24:16.740Za out/npuzone/npuzone 27402K
34662026-05-08T22:24:16.740Za package-manifest.toml 35K
34672026-05-08T22:24:16.741Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-08T22:24:16.741Za target/release/omicron-package 44860K
34692026-05-08T22:24:16.741Za target/release/xtask 11449K
34702026-05-08T22:24:16.741Za target/debug/bootstrap 352822K
34712026-05-08T22:24:16.741Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-08T22:24:16.741Za tests/commtest-6ff027522a55cd83 32299K
34732026-05-08T22:24:16.741Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-08T22:24:16.741Za tests/end_to_end_tests-06879957ae11aa92 393933K
34752026-05-08T22:24:16.741Za out/clickhouse.tar.gz 318898K
34762026-05-08T22:24:16.741Za out/clickhouse_keeper.tar.gz 304263K
34772026-05-08T22:24:16.741Za out/clickhouse_server.tar.gz 318897K
34782026-05-08T22:24:16.741Za out/cockroachdb.tar.gz 164598K
34792026-05-08T22:24:16.741Za out/crucible-pantry-zone.tar.gz 43675K
34802026-05-08T22:24:16.741Za out/crucible-utils.tar 17744K
34812026-05-08T22:24:16.741Za out/crucible-zone.tar.gz 57813K
34822026-05-08T22:24:16.741Za out/external-dns.tar.gz 49254K
34832026-05-08T22:24:16.741Za out/internal-dns.tar.gz 49253K
34842026-05-08T22:24:16.741Za out/mg-ddm-gz.tar 95141K
34852026-05-08T22:24:16.741Za out/nexus.tar.gz 220376K
34862026-05-08T22:24:16.741Za out/ntp.tar.gz 31613K
34872026-05-08T22:24:16.741Za out/omicron-gateway-softnpu.tar.gz 28493K
34882026-05-08T22:24:16.741Za out/omicron-sled-agent.tar 198877K
34892026-05-08T22:24:16.742Za out/overlay.tar.gz 3K
34902026-05-08T22:24:16.742Za out/oximeter.tar.gz 65349K
34912026-05-08T22:24:16.742Za out/oxlog.tar 3782K
34922026-05-08T22:24:16.742Za out/probe.tar.gz 3037K
34932026-05-08T22:24:16.742Za out/propolis-server.tar.gz 38727K
34942026-05-08T22:24:16.742Za out/pumpkind-gz.tar 26647K
34952026-05-08T22:24:16.742Za out/switch-softnpu.tar.gz 392840K
34962026-05-08T22:24:16.746Z
34972026-05-08T22:24:16.746Zreal 1:18.765631838
34982026-05-08T22:24:16.746Zuser 1:16.165411101
34992026-05-08T22:24:16.746Zsys 4.322438051
35002026-05-08T22:24:16.746Ztrap 0.005489274
35012026-05-08T22:24:16.746Ztflt 0.000000000
35022026-05-08T22:24:16.746Zdflt 0.000000000
35032026-05-08T22:24:16.746Zkflt 0.000000000
35042026-05-08T22:24:16.746Zlock 0.000000000
35052026-05-08T22:24:16.746Zslp 1:16.058254773
35062026-05-08T22:24:16.746Zlat 0.973806479
35072026-05-08T22:24:16.746Zstop 0.000588411
35082026-05-08T22:24:16.746Zprocess exited: duration 988623 ms, exit code 0
 
35092026-05-08T22:24:16.760Zfound 1 output files
35102026-05-08T22:24:16.760Zuploading: /work/package.tar.gz (2430989582 bytes)
35112026-05-08T22:24:47.242Zuploaded: /work/package.tar.gz